/*begin page regis */
.vntRegis{
    padding-top: 30px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.lstinforegis .itemregis{
    padding: 20px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.lstinforegis .itemregis:last-child{
    border-bottom: none
}
.lstinforegis .itemregis h3{
    font-size: 20px;
    line-height: 30px;
    color: #ef7733;
}
.lstinforegis .itemregis .tend{
    font-size: 16px;
    line-height: 24px;
}
.gripregis ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
}
.gripregis ul li{
    margin-right: 25px;
}
.gripregis ul li:last-child{
    margin-right: 0
}
.gripregis ul li a{
    min-width: 170px;
    display: block;
    padding: 10px ;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    border-radius: 3px;
    text-align: center;
    font-weight: bold;
}
.gripregis ul li a.btnSub{
    background-color: #ef7733;
    color: #ffffff;
    border: 1px solid #ef7733;
}
.gripregis ul li a.btnSub:hover{
    background-color: #ffffff;
    color: #ef7733;
}
.gripregis ul li a.btnRes{
    background-color: #e6e6e6;
}
.gripregis ul li a.btnRes:hover{
    background-color: #ef7733;
    color: #ffffff;
}
/*end page regis */
/*begin page regis page 2*/
.vntregistowlv .noteregisfrm{
    text-align: center;
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 23px;
}
.vntregistowlv .noteregisfrm span{
    color: #da2028;
}
.listSocial{
    margin-bottom: 20px;
}
.listSocial .soc a{
    display: block;
    width: 100%;
    text-align: center;
    padding: 8px 20px;
    border-radius: 3px;
    color: #ffffff;
}
.listSocial .soc a:hover{
    opacity: 0.9;
}
.listSocial .soc a span{
    display: inline-block;
    padding-left: 15px;
    position: relative;
}
.listSocial .soc a span::before{
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.wrapformall{
    max-width: 415px;
    margin: 0 auto;
}
.orformre{
    margin-bottom: 10px;
    text-align: center;
    font-size: 15px;
    line-height: 23px;
}

.formfrop{
    margin-bottom: 15px;
    position: relative;
}
.formfrop::before{
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-family: FontAwesome;
    color: #999999;
}
.formfropfa{
    position: relative;
}
.formfropfa input{
    padding-right: 40px;
}
.formfropfa .iconFa{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    height: 100%;
    width: 30px;
    right: 0;
}
.formfropfa .iconFa::before{
    content: "\f06e";
    font-family: FontAwesome;
    color: #999999;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
}
.formfropfa.changefa .iconFa::before{
    content: "\f070";
}
.formfrop input{
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    height: 38px;
    padding: 0 30px 0 10px;
    border-radius: 3px;
}

.infoformall .loginhasac {
    font-size: 14px;
    line-height: 22px;
    padding-top: 15px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.infoformall .loginhasac a{
    color: #ee3450;
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
}

/*end page regis page 2*/

/*begin page regis page 3*/
.vntregisthree{
    text-align: center;
}
.vntregisthree .regissucctxt{
    margin-bottom: 15px;
    padding-bottom: 15px;
    position: relative;
}
.vntregisthree .regissucctxt::before{
    content: '';
    position: absolute;
    width: 270px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.vntregisthree .regissucctxt .txtone{
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 5px;
}
.vntregisthree .regissucctxt .txttow{
    font-size: 15px;
    line-height: 23px;
}
.vntregisthree .regissuccinfo .txtinfo{
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 23px;
}
.vntregisthree .regissuccinfo .txtinfo a{
    font-weight: bold;
    color: #ef7733;
}
.vntregisthree .regissuccinfo .imgInfo{
    max-width: 300px;
    margin: 0 auto;
}
/*end page regis page 3*/
.vhacountbh{
    padding: 30px 0 40px;
}
/*begin page info account */
.vntacountInfo{
    padding-top: 30px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.wrapaccoutInfo{
    max-width: 370px;
    margin: 0 auto;
}
.changeavatar{
    margin-bottom: 25px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
}
.changeavatar .img{
    width: 100px;
    height: 100px;
    border-radius: 100%;
    overflow: hidden;
}
.changeavatar .img img{
    width: 100%;
    height: 100%;
}
.changeavatar .btnAvatar{
    width: calc(100% - 100px);
    padding-left: 10px;
}
.changeavatar .btnAvatar a{
    display: inline-block;
    padding: 4px 6px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    font-size: 12px;
    line-height: 20px;
}
.changeavatar .btnAvatar a:hover{
    border-color: #ef7733;
}
.changeavatar .btnAvatar a span{
    display: inline-block;
    padding-left: 20px;
    position: relative;
}
.changeavatar .btnAvatar a span::before{
    position: absolute;
    left: 0;
    top: 55%;
    transform: translateY(-50%);
    font-family: FontAwesome;
}
.lstinfoaccout{
    margin-bottom: 20px;
}
.lstinfoaccout .itemInfo{
    padding: 5px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.lstinfoaccout .itemInfo .infoL{
    width: 100px;
    font-size: 13px;
    line-height: 21px;
    color: #999999;
    text-transform: uppercase;
}
.lstinfoaccout .itemInfo .infoR{
    width: calc(100% - 100px);
    padding-left: 10px;
    font-size: 15px;
    line-height: 23px;
    text-align: right;
}
/*end page info account */

/*begin page info account change */
.group-check-radio{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}
.group-check-radio .col{
    margin-right: 30px;
}
.containe1 {
    display: block;
    position: relative;
    padding-left: 27px;
    margin-bottom: 0px;
    padding-right: 0;
    cursor: pointer;
    font-size: 14px;
    line-height: 22px;
    color: #666666;
    font-weight: 400;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: auto;
}
.containe1 input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.checkmark {
    position: absolute;
    top: 0px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #f4f4f4;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 50%;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.containe1 input:checked ~ .checkmark:after {
    display: block;
}
.containe1 .checkmark:after {
    content: '';
    border: 3px solid #ef7733;
    left: 0;
    top: 0;
    bottom: -1px;
    right: 0;
    border-radius: 100%;
}
/*end page info account change */

/*begin page alert */
.vntAlert{
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.vntAlert .alertTopTool{
    padding: 10px 0;
    background-color: #f6f6f6;
}
.alertTopTool ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
}
.alertTopTool ul li{
    margin-right: 30px;
}
.alertTopTool ul li:last-child{
    margin-right: 0px;
}
.alertTopTool ul li a{
    font-size: 14px;
    line-height: 22px;
    text-transform: uppercase;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.alertTopTool ul li a .icon{
    display: block;
    margin-right: 5px;
}
.vntAlert .lstAlert{
    padding-top: 20px;
    margin-bottom: 20px;
}
.lstAlert .itemalert{
    padding: 20px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.lstAlert .itemalert .gripAlerOne{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}
.lstAlert .itemalert .gripAlerOne > div{
    padding: 0 5px;
}
.itemalert .gripAlerOne .colL{
    width: 120px;
}
.itemalert .gripAlerOne .colr{
    width: calc(100% - 120px);
}
.itemalert .gripAlerOne .dateAl{
    font-size: 14px;
    line-height: 22px;
    color: #999999;
}
.itemalert .gripalertow{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.itemalert .gripalertow > div{
    padding: 0 10px;
}
.itemalert .gripalertow .mmone{
    width: 70px;
}
.itemalert .gripalertow .mmtow{
    width: calc(100% - 110px);
}
.itemalert .gripalertow .mmthree{
    width: 40px;
    text-align: right;
}
.itemalert .gripalertow .iconAl{
    width: 40px;
    height: 40px;
    border-radius: 100%;
}
.itemalert .gripalertow .deletal{
    width: 20px;
    height: 20px;
}
.itemalert .gripalertow .deletal img{
    width: 100%;
    height: 100%;
}
.itemalert .txtal .titleAl{
    font-size: 17px;
    line-height: 25px;
    font-weight: bold;
    margin-bottom: 5px;
}
.itemalert .txtal .tend{
    color: #777777;
    font-size: 15px;
    line-height: 23px;
}
/*end page alert */

/* begin page Worlk */
.vntworlk{
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.vntworlk .formWorlk{
    background-color: #f6f6f6;
    padding: 20px 0;
}
.gripworlk{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}
.gripworlk > div{
    padding: 0 5px;
}
.gripworlk .col1{
    width: calc((100% - 140px) / 3);
}
.gripworlk .col2{
    width: 140px;
}
.gripworlk .frmall input,.gripworlk .frmall select,.gripworlk .frmall textarea{
    height: 40px;
}
.gripworlk .frmall button{
    height: 40px;
    display: block;
    width: 100%;
    background-color: #ef7733;
    border: 1px solid #ef7733;
    color: #ffffff;
    text-align: center;
    border-radius: 3px;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: bold;
}
.gripworlk .frmall button:hover{
    color: #ef7733;
    background-color: #ffffff;
}
.gripworlk .frmall button span{
    display: inline-block;
    padding-right: 20px;
    position: relative;
}
.gripworlk .frmall button span::before{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    font-family: FontAwesome;
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
}

.lstinfoworlk{
    padding-top: 30px;
    margin-bottom: 10px;
}
.lstinfoworlk .iteminfoworlk{
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}
.iteminfoworlk .gripworlk{
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
}
.iteminfoworlk .gripworlk > div{
    width: 50%;
}
.iteminfoworlk .gripworlk .colr{
    text-align: right;
}
.iteminfoworlk .infolworl .nameWo{
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    margin-bottom: 5px;
}
.iteminfoworlk .infolworl .datewo{
    color: #8e95a1;
    font-size: 14px;
    line-height: 22px;
    padding-left: 18px;
    position: relative;
}
.iteminfoworlk .infolworl .datewo::before{
    position: absolute;
    left: 0;
    top: 52%;
    transform: translateY(-50%);
    font-family: FontAwesome;
    content: "\f017";
}
.iteminfoworlk .inforworlk .status{
    font-size: 15px;
    line-height: 23px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 5px;
}
.statusCh{
    color: #ef7733;
}
.statusUn{
    color: #2b9c31;
}
.statusPv{
    color: #3aa9e8;
}
.statusTt{
    color: #e50000;
}
.statusKd{
    color: #bbbbbb;
}
.iteminfoworlk .viewWor a{
    display: inline-block;
}
.iteminfoworlk .viewWor a span{
    display: inline-block;
    position: relative;
    padding-right: 20px;
}
.iteminfoworlk .viewWor a span::before{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-family: FontAwesome;
    opacity: 0.7;
    font-size: 13px;
    content: "\f078";
}
.iteminfoworlk.active .viewWor a span::before{
    content: "\f077";
}
.lstdetailworlk{
    padding: 20px 25px;
    background-color: #f6f6f6;
    display: none;
}
.lstdetailworlk .itemdetail{
    padding-left: 25px;
    position: relative;
    margin-bottom: 15px;
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    line-height: 22px;
}
.lstdetailworlk .itemdetail::before{
    content: '';
    height: 10px;
    width: 10px;
    background-color: #cccccc;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 6px;
    z-index: 1;
}
.lstdetailworlk .itemdetail::after{
    content: '';
    height: calc(100% + 15px);
    width: 1px;
    background-color: #cccccc;
    position: absolute;
    top: 10px;
    left: 5px;
}
.lstdetailworlk .itemdetail:last-child::after{
    display: none;
}
.lstdetailworlk .itemdetail.active::before{
    background-color: #ef7733;
}
.lstdetailworlk .itemdetail .txtone{
    margin-right: 10px;
    position: relative;
    font-weight: bold;
    width: 140px;
}

.lstdetailworlk .itemdetail .txttow{
    font-size: 16px;
    line-height: 24px;
    width: calc(100% - 150px);
}
.lstdetailworlk .itemdetail .txttow strong{
    color: #ef7733;
}
/* end page Worlk */
.infoformall .checkbox a{
    color: #ef3450;
}
.viewall button, .viewall a{
    display: block;
    width: 100%;
    padding: 12px 30px;
    border: 1px solid #e25b45;
    background-color: #e25b45;
    position: relative;
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}
.viewall button:hover, .viewall a:hover{
    box-shadow: 0 0 5px 1px #e25b45;
}

/* formallac */
.formallac .grlinkbh{
    margin-bottom: 30px;
}
.formallac .grlinkbh ul{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
}
.formallac .grlinkbh li{
    margin-right: 6px;
}
.formallac .grlinkbh li:last-child{
    margin-right: 0;
}
.grlinkbh li a{
    display: block;
    width: 100%;
    text-align: center;
    padding: 10px 5px;
    color: #fff;
    background-color: #cccccc;
    font-weight: bold;
    min-width: 210px;
}
.grlinkbh li.active a, .grlinkbh li:hover a{
    background-color: #00677f;
}

/* popupcheckform  */
.popupcheckform {
    padding: 0;
    background-color: #fff;
    border-radius: 25px;
    max-width: 430px;
    width: 100%;
}
.popupcheckform .titleform{
    padding: 40px 30px 20px 30px;
    text-align: center;
    font-weight: bold;
}
.popupcheckform .titleformsucc{
    background-color: #f6f6f6;
}
.popupcheckform .titleform .t1{
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
}
.popupcheckform .titleform .t2{
    font-size: 30px;
    line-height: 45px;
    color: #0065d2;
    text-transform: uppercase;
}
.popupcheckform .titleformsucc .t2{
    color: #fd0f0f;
}
.popupcheckform .contform{
    text-align: center;
    padding: 0px 30px 20px 30px;
}
.popupcheckform .contform .txt1{
    font-size: 16px;
    line-height: 24px;
}
.popupcheckform .fancybox-close-small{
    padding: 0;
    right: 10px;
    top: 10px;
}
.popupcheckform .contsuccess{
    padding: 20px 30px 35px 30px;
    text-align: center;
}
.popupcheckform .contsuccess .mtxt{
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px;
}
.popupcheckform .contsuccess .mdate{
    max-width: 270px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}
.popupcheckform .contsuccess .mdate > div{
    width: calc(33.3333% - (20px / 3));
    margin-right: 10px;
    height: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    color: #fff;
    border-radius: 5px;
}
.popupcheckform .contsuccess .mdate .nn{
    width: 100%;
    font-size: 12px;
    line-height: 20px;
}
.popupcheckform .contsuccess .mdate .mm{
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
}
.popupcheckform .contsuccess .mdate > div:last-child{
    margin-right: 0;
}

.vnthistory{
    padding: 30px 0 60px;
}

.itemhistorybh {
    padding: 20px;
    height: 100%;
}
.itemhistorybh .decs{
    padding: 10px 0px;
    text-align: center;
}
.itemhistorybh .decs h3{
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 5px;
}
/* historyinfo */
.vhhistorydetail .wraphis{
    max-width: 850px;
    margin: 0 auto;
}
.historyinfo{
    margin-bottom: 40px;
}
.historyinfo .gripinfohis{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    margin: 0 -20px;
    margin-top: 40px;
}
.gripinfohis > div{
    padding: 0 20px;
}
.gripinfohis .coll{
    width: 40%;
}
.gripinfohis .colr{
    width: 60%;
}
.historyinfo .thumbii{
    text-align: center;
}
.historyinfo .decsinfohis li{
    padding: 10px 0;
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 16px;
    line-height: 24px;
}
.historyinfo .decsinfohis li:last-child{
    border-bottom: none;
}
.historyinfo .decsinfohis li .t1{
    width: 35%;
    font-weight: bold;
}
.historyinfo .decsinfohis li .t2{
    width: 65%;
}
/*  */
.historytable .conttable{
    border-top: 1px solid #90c4e9;
    border-left: 1px solid #90c4e9;
}
.historytable .titletable{
    text-align: center;
    padding: 10px;
    background-color: #90c4e9;
    color: #fff;
}
.historytable .titletable h3{
    font-size: 18px;
    line-height: 27px;
    text-transform: uppercase;
}
.historytable .thead{
    background-color: #eef8ff;
    text-transform: uppercase;
    font-weight: bold;
}
.historytable .conttable .tgrip{
    display: flex;
    flex-wrap: wrap;
}
.historytable .conttable .tgrip .td{
    padding: 10px;
    border-right: 1px solid #90c4e9;
    border-bottom: 1px solid #90c4e9;
}
.historytable .conttable .tgrip .td:nth-child(1){
    width: 10%;
    text-align: center;
}
.historytable .conttable .tgrip .td:nth-child(2){
    width: 20%;
}
.historytable .conttable .tgrip .td:nth-child(3){
    width: 35%;
}
.historytable .conttable .tgrip .td:nth-child(4){
    width: 35%;
}

/* vntinfoacc */
.vntinfoacc .wrapacc{
    max-width: 630px;
    margin: 0 auto;
}
.gripaccount .coll{
    width: calc(100% - 220px);
}
.gripaccount .colr{
    width: 220px;
}
.linkaccount .itemllink{
    margin-bottom: 10px;
}
.linkaccount .itemllink a{
    text-align: center;
    display: block;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    padding: 15px 10px;
    font-weight: bold;
}
.linkaccount .itemllink a i{
    margin-bottom: 5px;
    font-size: 25px;
    line-height: 37px;
}
.linkaccount .itemllink.v1 a{
    background-color: #005b8a;
}
.linkaccount .itemllink.v1 a:hover{
    box-shadow: 0 0 5px 1px #005b8a;
}
.linkaccount .itemllink.v2 a{
    background-color: #ff9aa2;
}
.linkaccount .itemllink.v2 a:hover{
    box-shadow: 0 0 5px 1px #ff9aa2;
}
.linkaccount .itemllink a span{
    display: block;
}
.vntinfoacc{
    border: 1px solid rgba(0, 0, 0, 0.1);
}
@media all and (max-width:991px){
    /*begin page regis */
    .lstinforegis .itemregis h3{
        font-size: 19px;
        line-height: 29px;
    }
    .lstinforegis .itemregis .tend{
        font-size: 15px;
        line-height: 23px;
    }
    /*end page regis */
    /*begin page regis page 2*/
    /*end page regis page 2*/
    /*begin page regis page 3*/
    .vntregisthree .regissucctxt .txtone{
        font-size: 17px;
        line-height: 25px;
    }
    .vntregisthree .regissucctxt .txttow{
        font-size: 14px;
        line-height: 22px;
    }
    /*end page regis page 3*/
    /*begin page info account */
    .lstinfoaccout .itemInfo .infoR{
        font-size: 14px;
        line-height: 22px;
        padding-left: 5px;
    }
    /*end page info account */

    /* begin page Worlk */
    .lstdetailworlk{
        padding: 20px 15px;
    }
    /* end page Worlk */
    .popupcheckform{
        border-radius: 20px;
    }
    .popupcheckform .titleform .t1{
        font-size: 15px;
        line-height: 23px;
    }
    .popupcheckform .titleform .t2{
        font-size: 25px;
        line-height: 37px;
    }
    .popupcheckform .contform .txt1{
        font-size: 15px;
        line-height: 23px;
    }
    .formallac .grlinkbh ul{

    }
    .formallac .grlinkbh ul li{
        width: calc(50% - 3px);
    }
    .grlinkbh li a{
        min-width: 100%;
        text-align: center;
    }
    .grlinkbh .titlemc{
        padding: 10px 40px 10px 20px;
        color: #ffffff;
        background-color: #00677f;
        font-weight: bold;
        position: relative;
        border-bottom: 1px solid #fff;
    }
    .grlinkbh .titlemc::before{
        font-family: FontAwesome;
        position: absolute;
        font-size: 14px;
        line-height: 22px;
        content: "\f078";
        top: 50%;
        transform: translateY(-50%);
        right: 10px;
        font-weight: 400;
    }
    .grlinkbh.active .titlemc::before{
        content: "\f077";
    }
    .grlinkbh .contmc{
        display: none;
    }
    .grlinkbh .contmc li a{
        text-align: left;
        padding: 10px 15px;
    }
    .formallac .grlinkbh .contmc li{
        width: 100%;
        margin-right: 0;
    }
}
@media all and (max-width:767px){
    /*begin page regis */
    .gripregis ul li{
        width: calc(50% - 5px);
        margin-right: 10px;
    }
    .gripregis ul li a{
        min-width: auto;
    }
    /*end page regis */
    /*begin page regis page 2*/
    /*end page regis page 2*/
    /*begin page info account */
    /*end page info account */

    /*begin page alert */
    .itemalert .gripAlerOne .colL{
        width: 100%;
        margin-bottom: 10px;
    }
    .itemalert .gripAlerOne .colr{
        width: 100%;
    }
    .itemalert .gripalertow{
        margin: 0 -5px;
    }
    .itemalert .gripalertow > div{
        padding: 0 5px;
    }
    .itemalert .txtal .titleAl{
        font-size: 15px;
        line-height: 23px;
    }
    .itemalert .txtal .tend{
        font-size: 13px;
        line-height: 21px;
    }
    /*end page alert */
    /* begin page Worlk */
    .gripworlk .col1{
        width: 50%;
    }
    .gripworlk .col2{
        width: 50%;
    }
    .iteminfoworlk .gripworlk > div{
        width: 100%;
    }
    .iteminfoworlk .gripworlk .colL{
        margin-bottom: 5px;
    }
    .iteminfoworlk .gripworlk .colr{
        text-align: left;
    }
    .iteminfoworlk .gripworlk .viewWor{
        text-align: right;
    }
    .lstdetailworlk .itemdetail .txtones{
        width: 100%;
        margin-bottom: 5px;
    }
    .lstdetailworlk .itemdetail .txttow{
        width: 100%;
        font-size: 15px;
        line-height: 23px;
    }
    /* end page Worlk */

    /* .itemhistorybh */
    .itemhistorybh{
        display: flex;
        flex-wrap: wrap;
        padding-left: 0;
    }
    .itemhistorybh .thumb{
        width: 40%;
    }
    .itemhistorybh .decs{
        width: 60%;
        text-align: left;
    }
    .itemhistorybh .decs h3{
        font-size: 18px;
        line-height: 27px;
    }

    /*  */
    .gripinfohis .coll{
        width: 100%;
        margin-bottom: 20px;
    }
    .gripinfohis .colr{
        width: 100%;
    }
    .historyinfo .decsinfohis li{
        font-size: 14px;
        line-height: 22px;
    }
    .historyinfo .decsinfohis li .t1{
        width: 40%;
    }
    .historyinfo .decsinfohis li .t2{
        width: 60%;
    }
    .historytable .conttable .tmb{
        background-color: #eef8ff;
        font-weight: bold;
        padding: 10px;
        border-right: 1px solid #90c4e9;
        border-bottom: 1px solid #90c4e9;
    }
    .historytable .conttable .tgrip .td:nth-child(2), .historytable .conttable .tgrip .td:nth-child(3), .historytable .conttable .tgrip .td:nth-child(4){
        width: 100%;
        border: none;
    }
    .historytable .conttable .tgrip{
        border-right: 1px solid #90c4e9;
        border-bottom: 1px solid #90c4e9;
        padding: 10px;
        font-size: 13px;
        line-height: 21px;
    }
    .historytable .conttable .tgrip .td{
        padding: 0;
    }
    .historytable .conttable .tgrip .td::before{
        content:attr(data-title) ':' ;
        font-weight: bold;
        display: inline-block;
        margin-right: 5px;
    }
    /*  */
    .vntinfoacc{
        border: none;
    }
    .gripaccount {
        flex-direction: column-reverse;
    }
    .vntinfoacc{
        padding: 0;
    }
    .gripaccount .colr{
        width: 100%;
        margin-bottom: 20px;
    }
    .gripaccount .coll{
        width: 100%;
    }
    .linkaccount{
        display: flex;
        flex-wrap: wrap;
        margin: 0 -5px;
    }
    .linkaccount > div{
        width: 50%;
        padding: 0 5px;
        margin-bottom: 10px;
    }
    .linkaccount .itemllink a i{
        font-size: 20px;
        line-height: 20px;
    }
    .linkaccount .itemllink a{
        font-size: 14px;
        line-height: 22px;
    }
}
