.vntAccount{

}
.vntAccount .wrapAcc{
  max-width: 370px;
  margin: 0 auto;
}
.frmForm{
  margin-bottom: 15px;
}
.frmForm label{
  font-size: 15px;
  line-height: 23px;
  font-weight: 600;
  margin-bottom: 5px;
}
.frmForm label span{
  color: #ed1c24;
}
.frmForm input, .frmForm select, .frmForm textarea{
  width: 100%;
  padding: 0 10px;
  height: 40px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.frmForm .checkbox{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: space-between;
}
.frmForm .checkbox label{
  position: relative;
  padding-left: 30px;
}
.frmForm .checkbox input{
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 2px;
  border-radius: 0;
  margin: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.frmForm .showforGot{
  color: #ed1c24;
  font-size: 15px;
  line-height: 23px;
  font-weight: 600;
}
.btnAllPa{
  width: 100%;
  background-color: #333333;
  border: none;
  text-align: center;
  padding: 0 10px;
  font-size: 15px;
  line-height: 23px;
  height: 45px;
  text-transform: uppercase;
  font-weight: bold;
  color: #ffffff;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.btnAllPa:hover{
  background-color: #ed1c24;
}
.noFrmAccount{
  font-size: 15px;
  line-height: 23px;
  font-weight: 600;
}
.noFrmAccount a{
  color: #ed1c24;
}
.frmForm .faForm{
  position: relative;
}
.frmForm .faForm::before{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  font-family: fontAwesome;
  color: #000000;
}
.frmForm .faForm input{
  padding-right: 30px;
}










.vntInfomations{

}
.vntInfomations .rowInfo{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.vntInfomations .rowInfo > div{
  padding: 0 15px;
}
.vntInfomations .rowInfo .colInfoL{
  width: 300px;
}
.vntInfomations .rowInfo .colInfoR{
  width: calc(100% - 300px);
}

/* info left */
.subAccout{
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.subAccout .title {
  padding: 10px 15px;
  font-size: 15px;
  line-height: 23px;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #f6f6f6;
}
.subAccout .infoAcco{
  padding: 10px 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.subAccout .infoAcco .name{
  color: #555555;
  font-size: 13px;
  line-height: 21px;
  text-transform: uppercase;
  font-weight: bold;

}
.subAccout .infoAcco .lever{
  font-size: 14px;
  line-height: 22px;
  color: #999999;
  margin-top: 5px;
}
.subAccout .content {
  padding: 10px 0;
}
.subAccout .content li{
  display: block;
}
.subAccout .content li a{
  display: block;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 22px;
  position: relative;
  padding-left: 40px;
}
.subAccout .content li a i{
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.subAccout .content li a .alera{
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #ed1c24;
  color: #fff;
  font-size: 12px;
  list-style: 20px;
  margin-left: 2px;
  border-radius: 100%;
  text-align: center;
}
.subAccout .content li.current a, .subAccout .content li:hover a{
  color: #ed1c24;
}

/*  */
/* infoAcoount */
.infoAcoount{

}
.infoAcoount .boxItem{
  margin-bottom: 20px;
}
.infoAcoount .boxItem:last-child{
  margin-bottom: 0;
}
.infoAcoount .boxItem .boxTitle{
  display: flex;
  justify-content: space-between;
  background-color: #ebebeb;
  align-items: center;
  align-content: center;
  padding: 10px 30px;
}
.infoAcoount .boxItem .boxTitle h2{
  font-size: 15px;
  line-height: 23px;
  text-transform: uppercase;
}
.infoAcoount .gripAlert{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  width: 100%;
}
.infoAcoount .gripAlert .fillAler{
  position: relative;
}
.infoAcoount .gripAlert .fillAler .icon{
  font-size: 20px;
  line-height: 30px;
  color: #999999;
  cursor: pointer;
}
.infoAcoount .gripAlert .fillAler .popupFill{
  position: absolute;
  width: 210px;
  background-color: #fff;
  top: 32px;
  right: -20px;
  border-radius: 5px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
}
.infoAcoount .gripAlert .fillAler.active .popupFill{
  opacity: 1;
  visibility: inherit;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.infoAcoount .gripAlert .fillAler .popupFill::before{
  content: '';
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  position: absolute;
  top: -8px;
  right: 13px;
}
.infoAcoount .popupFill li{
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.infoAcoount .popupFill li:last-child{
  border-bottom: none;
}
.infoAcoount .popupFill li a{
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  padding: 10px;
}
.infoAcoount .popupFill li a:hover{

}
.infoAcoount .popupFill li a .img{
  display: block;
  width: 20px;
  margin-right: 10px;
}
.infoAcoount .boxItem .boxContent{
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-top: none;
  padding: 20px 20px 30px;
}
.infoAcoount .lstSho table{
  width: 100%;
}
.infoAcoount .lstSho table thead tr{
  border-bottom: 1px solid #000000;
}
.infoAcoount .lstSho table thead th{
  text-transform: uppercase;
  padding: 10px 0;
  font-size: 15px;
  line-height: 23px;
  font-weight: 400;
}
.infoAcoount .lstSho table tbody tr{
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.infoAcoount .lstSho table tbody td{
  padding: 15px 0;
  font-size: 14px;
  line-height: 22px;
}
.infoAcoount .lstSho table tbody td:first-child a{
  font-weight: bold;
}
.infoAcoount .lstSho table tbody td:last-child a{
  font-size: 14px;
  line-height: 22px;
  color: #ed1c24;
}
.infoAcoount .lstSho table tbody td:last-child{
  text-align: right;
}
.infoAcoount .lstSho table tbody tr:last-child {
  /* border-bottom: none; */
}
.infoAcoount .lstSho table tfoot td{
  padding: 20px 0 0px;
  text-align: right;
}
.infoAcoount .lstSho table tfoot td a{
  text-transform: uppercase;
  font-weight: bold;

}
.infoAcoount .lstSho .yellow{
  color: #ed1c24;
}
.infoAcoount .boxContent .itemInfo li{
  display: block;
  margin-bottom: 10px;
}
.infoAcoount .boxContent .itemInfo li a{
  color: #ed1c24;
}
.infoAcoount .boxContent .itemInfo li:last-child{
  margin-bottom: 0;
}
.infoAcoount .boxContent .itemInfo li span{
  display: inline-block;
  width: 115px;
}
.infoAcoount .boxContent .itemadress{
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: space-between;
}
.infoAcoount .boxContent .itemadress:last-child{
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.infoAcoount .boxContent .itemadress .info1{
  font-weight: 600;
}
.infoAcoount .boxContent .itemadress .info1 span{
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-left: 10px;
}
.infoAcoount .boxContent .itemadress .info1 span.active{
  border-color: #ed1c24;
  font-weight: 400;
  color: #ed1c24;
}
.infoAcoount .boxContent .itemadress .colL > a{
  display: inline-block;
  margin-left: 10px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
/*  */
.infoAcoount .boxContent .addAdressItem {
  margin-top: 30px;
}
.infoAcoount .boxContent .addAdressItem a{
  font-size: 15px;
  line-height: 23px;
  text-transform: uppercase;
  display: inline;
  background-color: #333333;
  padding: 10px 30px;
  color: #fff;
  display: inline-block;
}
.infoAcoount .boxContent .addAdressItem a:hover{
  background-color: #ed1c24;
}
.infoAcoount .boxContent .fmrAccount{
  font-size: 16px;
  line-height: 24px;
}
.infoAcoount .boxContent .fmrAccount .nameEmail{
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.infoAcoount .boxContent .fmrAccount .formAccount .form-group{
  margin-bottom: 15px;
}
.infoAcoount .boxContent .fmrAccount .formAccount label{
  display: block;
  margin-bottom: 5px;
  font-weight: 400;
}
.infoAcoount .boxContent label span{
  display: inline-block;
}
.infoAcoount .boxContent .fmrAccount .formAccount input, .infoAcoount .boxContent .fmrAccount .formAccount select{
  width: 100%;
  height: 40px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0 10px;
}
.infoAcoount .boxContent .fmrAccount .formAccount .checkou{
  position: relative;
  margin-bottom: 30px;
  margin-top: 10px;
}
/* .infoAcoount .boxItem  */
.infoAcoount .lstOrder{
  margin-bottom: 30px;
}
.infoAcoount .lstOrder .itemOd{
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-between;
}
.infoAcoount .lstOrder .itemOd1{
  align-items: flex-end;
}
.infoAcoount .lstOrder .itemOd1  .infoROrder .viewOr a{
  text-decoration: none;
}
.infoAcoount .lstOrder .itemOd .nameDate{
  text-transform: uppercase;
  font-size: 16px;
  line-height: 24px;
}
.infoAcoount .lstOrder .itemOd .dateOr{
  color: #999999;
  font-size: 13px;
  line-height: 21px;
}
.infoAcoount .lstOrder .yellow{
  color: #ed1c24;
}
.infoAcoount .lstOrder .infoROrder .total{
  font-size: 22px;
  line-height: 34px;
}
.infoAcoount .lstOrder .infoROrder .viewOr{
  text-align: right;
  font-size: 13px;
}
.infoAcoount .lstOrder .infoROrder .viewOr a{
  color: #ed1c24;
}
/* page order detail */
.vntOrderAcc .gripOrder{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -30px;
}
.vntOrderAcc .gripOrder .orderVCode{
  max-width: 200px;
  margin: 0 auto;
}
.vntOrderAcc .gripOrder  > div{
  padding: 0 30px;
}
.vntOrderAcc .gripOrder .colL{
  width: calc(100% - 260px);
}
.vntOrderAcc .infoOrderAcc .nameDate{
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom: 2px solid #ed1c24;
  font-size: 25px;
  line-height: 37px;
  text-transform: uppercase;
}
.vntOrderAcc .infoOrderAcc .nameDate span{
  color: #ed1c24;
}
.lstInfoOrderAcc .rowOr{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.lstInfoOrderAcc .rowOr:last-child{
  border-bottom: none
}
.lstInfoOrderAcc .rowOr > div{
  width: 50%;
}
.lstInfoOrderAcc .rowOr .colOl{
  color: #999999;
}
.lstInfoOrderAcc .rowOr .colOr{
  text-align: right;
}
.lstInfoOrderAcc .rowOr .popupImg span{
  text-decoration: underline;
}
.lstInfoOrderAcc .rowOr .total{
  color: #ed1c24;
  font-weight: bold;
}
.vntOrderAcc .gripOrder .colR{
  width: 260px;
}
.vntOrderAcc .orderVCode img{
  width: 100%;
}

/* page info accout */
.vntInfoAccount{

}
.vntInfoAccount .gripInfoAccout{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -30px;
}
.vntInfoAccount .gripInfoAccout  > div{
  padding: 0 30px;
}
.vntInfoAccount .gripInfoAccout .colL{
  width: calc(100% - 320px);
}
.vntInfoAccount .lstInfoAccout{
  margin-bottom: 10px;
}
.vntInfoAccount .lstInfoAccout .rowOr{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.vntInfoAccount .lstInfoAccout .rowOr:last-child{
  border-bottom: none;
}
.vntInfoAccount .lstInfoAccout .rowOr .colOl{
  color: #999999;
  width: 130px;
}
.vntInfoAccount .lstInfoAccout .rowOr .colOr{
  text-align: right;
  width: calc(100% - 130px);
}
.vntInfoAccount .lstInfoAccout .colOr a{
  color: #ed1c24;
}
button.btnAllPa{
  width: 100%;
  background-color: #333333;
  border: none;
  text-align: center;
  padding: 0 10px;
  font-size: 15px;
  height: 45px;
  line-height: 23px;
  text-transform: uppercase;
  font-weight: 500;
  color: #ffffff;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  display: block;
}
button.btnAllPa:hover{
  background-color: #ed1c24;
  color: #fff;
}

.vntInfoAccount .gripInfoAccout .colR{
  width: 320px;
}

.vntInfoAccount .infoVCode{
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.vntInfoAccount .infoVCode .thumb{
  width: 50%;
}
.vntInfoAccount .infoVCode .decs{
  width: 50%;
  color: #999999;
  padding-left: 20px;
}
/* page edit account */
.vntInfoEdit .wrapEditAcc{
  max-width: 370px;
  margin: 0 auto;
}
.frmForm{
  margin-bottom: 15px;
}
.frmForm label{
  font-size: 15px;
  line-height: 23px;
  font-weight: 600;
  margin-bottom: 5px;
}
.frmForm label span{
  color: #ed1c24;
}
.frmForm input, .frmForm select, .frmForm textarea{
  width: 100%;
  padding: 0 10px;
  height: 40px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.frmForm .frmPonsiVc{
  position: relative;
}
.frmForm .frmPonsiVc input{
  padding-right: 120px;
}
.frmForm .frmPonsiVc button{
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  width: 100px;
  text-align: center;
  border: none;
  text-transform: uppercase;
  background-color: #eeeeee;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.frmForm .frmPonsiVc button:hover{
  background-color: #ed1c24;
  color: #fff;
}
.frmForm .checkbox{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: space-between;
}
.frmForm .checkbox label{
  position: relative;
  padding-left: 30px;
}
.frmForm .checkbox input{
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 2px;
  border-radius: 0;
  margin: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.frmForm .showforGot{
  color: #ed1c24;
  font-size: 15px;
  line-height: 23px;
  font-weight: 600;
}
a.btnAllPa{
  width: 100%;
  background-color: #333333;
  border: none;
  text-align: center;
  display: block;
  padding: 0 10px;
  font-size: 15px;
  line-height:45px;
  height: 45px;
  text-transform: uppercase;
  font-weight: 500;
  color: #ffffff;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
a.btnAllPa:hover{
  background-color: #ed1c24;
}
.noFrmAccount{
  font-size: 15px;
  line-height: 23px;
  font-weight: 600;
}
.noFrmAccount a{
  color: #ed1c24;
}
.frmForm .faForm{
  position: relative;
}
.frmForm .faForm::before{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  font-family: fontAwesome;
  color: #000000;
}
.frmForm .faForm input{
  padding-right: 30px;
}
/* page alert */
.lstAlertInfo{
  margin-bottom: 15px;
}
.itenAlerInfo {
  padding: 15px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.itenAlerInfo:first-child{
  padding-top: 0;
}
.itenAlerInfo .dateAlert{
  width: 150px;
  padding-right: 10px;
  font-size: 15px;
  line-height: 23px;
  color: #666666;
}
.itenAlerInfo .txtAler{
  width: calc(100% - 190px);
}
.itenAlerInfo .infoTxtAl{
  display: flex;
  flex-wrap: wrap;
}
.itenAlerInfo .infoTxtAl .icon{
  width: 40px;
  height: 40px;
  border-radius: 100%;
}
.itenAlerInfo .infoTxtAl .decs{
  width: calc(100% - 40px);
  padding-left: 15px;
}
.itenAlerInfo .infoTxtAl .decs h3{
  font-size: 15px;
  line-height: 23px;
}
.itenAlerInfo .infoTxtAl .decs a{
  color: #000000;
}
.itenAlerInfo.active .infoTxtAl .decs a, .itenAlerInfo:hover .infoTxtAl .decs a{
  color: #ed1c24;
}
.itenAlerInfo .infoTxtAl .decs .tend{
  font-size: 13px;
  line-height: 21px;
  color: #999999;
}
.itenAlerInfo .closeAler{
  width: 40px;
  padding-left: 10px;
  padding-top: 10px;
  text-align: right;
}
.itenAlerInfo .closeAler a{
  display: inline-block;
  width: 20px;
}

/* alert detail */
.vntAlertAcc{

}
.vntAlertAcc .dateAler{
  color: #999999;
  margin-bottom: 5px;
}
.vntAlertAcc .titleLineAler{
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 2px solid #ed1c24;
}
.vntAlertAcc .titleLineAler h2{
  font-size: 25px;
  line-height: 37px;
  color: #000000;
  font-weight: 400;
}
.vntAlertAcc .theAlert{
  font-size: 15px;
  line-height: 23px;
  margin-bottom: 15px;
}
.vntAlertAcc .infoAlertvc{
  font-size: 15px;
  line-height: 23px;
  margin-bottom: 20px;
}
.vntAlertAcc .infoAlertvc p{
  padding: 2px 0;
}

/* page bao hanh */
.lstSearchBh{
  margin-bottom: 20px;
}
.itemSearchBh{
  padding: 12px 0 ;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.itemSearchBh:first-child{
  padding-top: 0;
}
.itemSearchBh .col{
  width: 50%;
  padding: 0 10px;
}
.itemSearchBh .nameSearchBh .bhName{
  color: #999999;
}
.itemSearchBh .nameSearchBh .bhTitle{
  font-size: 25px;
  line-height: 37px;
}
.itemSearchBh .gripBhInfo{
  display: flex;
  flex-wrap: wrap;
}
.itemSearchBh .gripBhInfo .colInfo{
  width: calc(100% - 100px);
  padding-right: 10px;
  color: #666666;
}
.itemSearchBh .gripBhInfo .colView{
  width: 100px;
}
.itemSearchBh .gripBhInfo .colView a{
  display: block;
  text-align: center;
  color: #fff;
  padding: 8px 10px;
  background-color: #333333;
  text-transform: uppercase;
}
.itemSearchBh .gripBhInfo .colView a:hover{
  background-color: #ed1c24;
}

.vntSearchBh .wrapSeachBh{
  max-width: 460px;
  margin: 0 auto;
}
.vntSearchBh .titleLineBh{
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 2px solid #ed1c24;
}
.vntSearchBh .titleLineBh h2{
  font-size: 25px;
  line-height: 37px;
  color: #000000;
  font-weight: 400;
}
/* page vocher */
.vntVocherAcc{

}
.vntVocherAcc .lstTabVocher{
  margin-bottom: 10px;
}
.lstTabVocher ul{
  flex-wrap: wrap;
  display: flex;
  height: 42px;
  flex-direction: column;
  justify-content: flex-start;
  align-content: flex-start;
  overflow: hidden;
  overflow-x: auto;
  align-items: center;
  -webkit-overflow-scrolling: touch;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.lstTabVocher ul::-webkit-scrollbar {
  height: 0px;
  background-color: #F5F5F5;
}
.lstTabVocher ul::-webkit-scrollbar-thumb {
  background-color: #ed1c24;
}
.lstTabVocher ul li a{
  display: block;
  padding: 10px 20px;
  position: relative;
  font-size: 14px;
  line-height: 22px;
  font-weight: bold;
  text-transform: uppercase;
  color: #999999;
}
.lstTabVocher ul li a::before{
  content: '';
  position: absolute;
  left: 0;
  width: 0;
  height: 2px;
  bottom: 1px;
  background-color: #ed1c24;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.lstTabVocher ul li.active a::before, .lstTabVocher ul li:hover a::before{
  width: 100%;
}
.lstTabVocher ul li.active a, .lstTabVocher ul li:hover a{
  color: #ed1c24;
}
.lstInfoVocher{
  margin-bottom: 20px;
}
.itemInfoVocher{
  padding: 12px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.itemInfoVocher .col{
  width: 60%;
  padding: 0 10px;
}
.itemInfoVocher .col:first-child{
  width: 40%;
}
.itemInfoVocher .vcCode{
  font-size: 15px;
  line-height: 23px;
  color: #666666;
}
.itemInfoVocher .vcName{
  font-size: 30px;
  line-height: 45px;
}
.itemInfoVocher .vcCoppy a{
  display: inline-block;
  padding: 5px 10px;
  background-color: #f6f6f6;
}
.itemInfoVocher .vcCoppy a:hover{
  background-color: #ed1c24;
  color: #fff;
}
.itemInfoVocher .lstVocherUl{
  color: #666666;
}
.itemInfoVocher .lstVocherUl li{
  margin-bottom: 2px;
}
.itemInfoVocher .lstVocherUl li .stt{
  color: #ed1c24;
}

/* page shell pro */
.vntCreateProShell .gripCreateShell{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.gripCreateShell .col{
  width: 50%;
  padding: 0 10px;
}
.titleCreateShell{
  padding-bottom: 5px;
  margin-bottom: 15px;
  border-bottom: 2px solid #ed1c24;
}
.titleCreateShell h2{
  color: #ed1c24;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 23px;
}
.rowTotalFrm{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 5px;
  font-size: 15px;
  line-height: 23px;
}
.rowTotalFrm .colT{
  width: 50%;
}
.rowTotalFrm .colP{
  width: 50%;
  text-align: right;
}
.rowTotalFrm .pritotal{
  color: #ed1c24;
  font-size: 17px;
  line-height: 25px;
}

/*  */

.inputfile-box {
  position: relative;
  margin-bottom: 15px;
  height: 40px;
}
.inpuFileName{
  width: 100%;
  position: relative;
}
.inpuFileName .name{
  display: inline-block;
  position: absolute;
  left: calc(90% + 60px);
  top: 50%;
  transform: translateY(-50%);
  width: 100px;
  font-size: 13px;
  color: #888888;
}
.inputfile {
  display: none!important;
}
.inputfile-box  .container {
  display: inline-block;
  width: 100%;
}
.inputfile-box label{
  width: calc(100% - 100px);
}
.inputfile-box .file-box {
  display: block;
  overflow: hidden;
  height: 40px;
  padding: 5px 10px;
  line-height: 27px;
  font-weight: 500;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #fff;
  position: relative;
  width: 100%;
}
.inputfile-box .file-box::before{
  content: '';
  width: 23px;
  background-color: #fff;
  z-index: 2;
  right: 0;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
}
.inputfile-box .file-button {
  padding: 5px;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0;
  width: 100px;
  height: 40px;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  background-color: #eeeeee;
  font-weight: 400;
  cursor: pointer;
  color: #333333;
  text-transform: uppercase;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-left: none;
}
.inputfile-box .file-button:hover{
  background-color: #ed1c24;
  border-color: #ed1c24;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  color: #fff;
}
@media all and (max-width: 1200px){
  .vntOrderAcc .gripOrder{
    margin: 0 -15px;
  }
  .vntOrderAcc .gripOrder  > div{
    padding: 0 15px;
  }
  .vntInfoAccount .gripInfoAccout{
    margin: 0 -15px;
  }
  .vntInfoAccount .gripInfoAccout  > div{
    padding: 0 15px;
  }
  .itemInfoVocher .vcName{
    font-size: 25px;
    line-height: 37px;
  }
}
@media all and (max-width: 991px){
  .vntInfomations .rowInfo .colInfoL{
    width: 100%;
  }
  .vntInfomations .rowInfo .colInfoR{
    width: 100%;
  }
  .subAccout{
    margin-bottom: 20px;
    position: relative;
    padding: 0;
  }
  .subAccout .mc-menu{
    padding: 10px 20px;
    padding-right: 30px;
    position: relative;
    font-size: 14px;
    line-height: 22px;
    text-align: left;
    border: 1px solid #ed1c24;
  }
  .subAccout .mc-menu i{
    color: #ed1d25;
    margin-right: 10px;
  }
  .subAccout .mc-menu::before{
    content: "\f078";
    font-family: FontAwesome;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 12px;
    font-weight: 300;
    color: #333333;
  }
  .subAccout.active .mc-menu::before{
    content: "\f077";
  }
  .subAccout .content{
    display: none;
    background-color: #ffffff;
  }
  .subAccout .content li a{
    padding: 10px 25px;
    padding-left: 40px;
  }
  .subAccout.active .content{

  }

  /*  */
  .infoAcoount .boxContent .btnSumit button{
    font-size: 16px;
    line-height: 24px;
  }
  .infoAcoount{
    font-size: 14px;
    line-height: 22px;
  }
  .infoAcoount .boxItem .boxTitle{
    padding: 10px 20px;
  }
  .infoAcoount .boxItem .boxContent{
    padding: 15px;
  }
  .boxInfoTitleAc h2{
    font-size: 22px;
    line-height: 34px;
    margin-bottom: 10px;
  }
  .boxInfoTitleAc .editAc{
    position: static;
    transform: initial;
  }
  /* page alert */
  .vntAlertAcc .titleLineAler h2{
    font-size: 20px;
    line-height: 30px;
  }
  .vntAlertAcc .theAlert, .vntAlertAcc .infoAlertvc{
    font-size: 14px;
    line-height: 22px;
  }
  /* page search bh */
  .itemSearchBh .nameSearchBh .bhTitle{
    font-size: 20px;
    line-height: 30px;
  }
  .vntInfoAccount .infoVCode .thumb img{
    max-width: 110px;
  }
  .vntInfoAccount .infoVCode .thumb{
    width: 43%;
  }
}

@media all and (max-width: 767px){
  .infoAcoount .boxContent .itemadress{
    display: block;
  }
  .infoAcoount .boxContent .itemadress .colL:first-child{
    margin-bottom: 10px;
  }
  .infoAcoount .boxContent .itemadress .colL:last-child{

  }
  .infoAcoount .boxContent .itemadress .colL > a:first-child{
    margin-left: 0;
  }
  .infoAcoount .boxContent .itemadress .info1{
    display: flex;
    flex-flow: wrap-reverse;
    align-items: center;
    margin-bottom: 10px;
  }
  .infoAcoount .boxContent .itemadress .info1 span{
    margin-left: 0;
    width: auto;
    margin-left: 10px;

  }
  .infoAcoount .lstSho table thead{
    display: none;
  }
  .infoAcoount .lstSho table, .infoAcoount .lstSho table tbody, .infoAcoount .lstSho table tr, .infoAcoount .lstSho table td{
    display: block;
  }
  .infoAcoount .lstSho table tr{
    padding: 10px 0;
  }
  .infoAcoount .lstSho table tbody td{

    position: relative;
    padding: 5px 0;
    padding-left: 120px;
  }
  .infoAcoount .lstSho table tbody td::before{
    content: attr(data-title);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 600;
    text-transform: uppercase;
  }
  .infoAcoount .lstSho table tbody td:last-child{
    text-align: left;
  }
  .infoAcoount .lstSho table tfoot{
    display: block;
  }
  .infoAcoount .lstSho table tfoot tr{
    padding: 0;
  }
  .infoAcoount .lstSho table tfoot td{
    width: 100%;
    padding: 20px 0 0px;
  }
  /*
   */
  .infoAcoount .boxContent .btnSumit{
    display: block;
  }
  .infoAcoount .boxContent .btnSumit .btnSave{
    margin-right: 0;
    margin-bottom: 20px;
  }
  .infoAcoount .boxContent .btnSumit button{
    width: 100%;
  }
  /*  */
  .infoAcoount .lstOrder .infoROrder .total{
    font-size: 16px;
    line-height: 24px;
  }
  .infoAcoount .lstOrder .infoLOrder{
    display: block;
  }
  .infoAcoount .lstOrder .itemOd .nameDate{
    font-size: 13px;
    line-height: 21px;
  }
  .infoAcoount .lstInfoSDP .itemCol{
    width: 100%;
    margin-bottom: 20px;
  }
  .infoAcoount .lstInfoSDP .itemCol:last-child{
    margin-bottom: 0;
  }

  /*  */
  .vntOrderAcc .gripOrder .colL, .vntOrderAcc .gripOrder .colR{
    width: 100%;
  }
  .vntOrderAcc .infoOrderAcc .nameDate{
    font-size: 18px;
    line-height: 27px;
  }
  .vntOrderAcc .gripOrder .colL{
    margin-bottom: 20px;
  }
  .lstInfoOrderAcc .rowOr > div{
    width: 100%;
  }
  .lstInfoOrderAcc .rowOr .colOr{
    text-align: left;
  }
  /*  */
  .vntInfoAccount .gripInfoAccout{
    flex-direction: column-reverse;
  }
  .vntInfoAccount .gripInfoAccout .colL, .vntInfoAccount .gripInfoAccout .colR{
    width: 100%;
  }
  .vntInfoAccount .gripInfoAccout .colR{
    margin-bottom: 20px;
  }
  .vntInfoAccount .lstInfoAccout .rowOr .colOl, .vntInfoAccount .lstInfoAccout .rowOr .colOr{
    width: 100%;
    text-align: left;
  }
  /* page alert */
  .itenAlerInfo .dateAlert{
    width: 85px;
    font-size: 13px;
    line-height: 21px;
  }
  .itenAlerInfo .closeAler{
    width: 100%;
    margin-top: 10px;
  }
  .itenAlerInfo .txtAler{
    width: calc(100% - 85px);
  }
  .itenAlerInfo .infoTxtAl .decs .tend{
    display: none;
  }
  /* page search bh */
  .itemSearchBh .col{
    width: 100%;
    margin-bottom: 5px;
  }
  .itemSearchBh .col:last-child{
    margin-bottom: 0;
  }
  .itemSearchBh .gripBhInfo{
    align-items: flex-end;
    align-content: flex-end;
  }
  .itemSearchBh .gripBhInfo .colInfo{
    font-size: 13px;
    line-height: 21px;
  }
  .itemSearchBh .gripBhInfo .colInfo{
    width: calc(100% - 80px);
  }
  .itemSearchBh .gripBhInfo .colView{
    width: 80px;
  }
  .itemSearchBh .gripBhInfo .colView a{
    font-size: 13px;
    line-height: 21px;
    padding: 5px;
  }
  /* page vocher */
  .lstTabVocher ul li a{
    font-size: 12px;
    padding: 10px 13px;
  }
  .itemInfoVocher .col:first-child, .itemInfoVocher .col{
    width: 100%;
  }
  .itemInfoVocher .gripNameVocher{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 5px;
  }
  .itemInfoVocher .vcCode{
    width: 100%;
  }
  .itemInfoVocher .vcName{
    font-size: 20px;
    line-height: 30px;
    margin-right: 10px;
  }
  /* page create product */
  .gripCreateShell .col{
    width: 100%;
    margin-bottom: 10px;
  }
}