html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }
figure{
  padding: 0;
  margin: 0px;
}
img{max-width: 100%;height: auto;}
body {
  margin: 0; 
padding: 0px;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/*CUNGDUONG CSS*/
.danhsachcungduong{width: 100%;padding-top: 54px;}
.danhsachcungduong .paginationjs{}
.danhsachcungduong .paginationjs .paginationjs-pages ul{
  display: flex;flex-wrap:wrap;
  list-style: none;
  margin: 0;
  padding: 0px;
  justify-content: center;
  padding-top: 20px;
}
.danhsachcungduong .paginationjs .paginationjs-pages ul li{
  flex:0 0 auto;
}
.danhsachcungduong .paginationjs .paginationjs-pages ul li:last-child a,
.danhsachcungduong .paginationjs .paginationjs-pages ul li:first-child a,
.danhsachcungduong .paginationjs .paginationjs-pages ul li.active a
{
  color: rgba(185, 128, 54, 1);
}
.danhsachcungduong .paginationjs .paginationjs-pages ul li a{
  display: block;
  padding: 5px 6px;
  text-decoration: none;
  font-size: 16px;
  color: rgba(123, 123, 123, 1);
  font-weight: 700;
}
.danhsachcungduong .paginationjs .paginationjs-pages ul li a{}
.danhsachcungduong .table-wrap{overflow-x: auto;}
.danhsachcungduong .dscdcontentbox{
  width: 100%;
  height: 100vh;
  background: rgba(0,0,0,0.7);
  position: fixed;
  top: 0px;
  left: 0px;
  padding-top: 100px;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  visibility:hidden;
  -webkit-transition: all,0.2s;
  -moz-transition: all,0.2s;
  -ms-transition: all,0.2s;
  -o-transition: all,0.2s;
  transition: all,0.2s;
  
}
.danhsachcungduong .dscdcontentbox .row{
  margin-left: 0px;
  margin-right: 0px;
}

.danhsachcungduong .dscdcontentbox.dscdshow{
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  visibility:visible;
}
.danhsachcungduong .dscdcontentbox .dscddetail{
  background: #fff url() 0 0 no-repeat;
 
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px;
 margin: 0 auto;
 padding: 60px;
 position:relative;
}
.danhsachcungduong .dscdcontentbox .dscddetail .dscdclose{
  position: absolute;
  top:40px;
  right:50px;
  cursor: pointer;
}
.danhsachcungduong .dscdcontentbox .dscddetail figure{
  padding: 0px;
  padding-bottom: 40px;
  margin: 0px;
}
.danhsachcungduong .dscdcontentbox .dscddetail .dscdcols{
    display: flex;
    flex-wrap:wrap;
    justify-content: center;
}
.danhsachcungduong .dscdcontentbox .dscddetail .dscdcol1{
  flex:0 0 50%;
  
}
.danhsachcungduong .dscdcontentbox .dscddetail .dscdcol1 p{text-align: right;margin-right: 10px;line-height: 40px;}
.danhsachcungduong .dscdcontentbox .dscddetail .dscdcol2{
  flex:0 0 50%;
  
}
.danhsachcungduong .dscdcontentbox .dscddetail .dscdcol2 p{text-align: left;line-height: 40px;}
.danhsachcungduong .dscdtitle{
  font-size:48px;
  font-weight: 700;
  text-align: center;
}
.danhsachcungduong .dscdtimkiem{
  -webkit-border-radius: 15px 15px 0px 0px;
  -moz-border-radius: 15px 15px 0px 0px;
  -ms-border-radius: 15px 15px 0px 0px;
  -o-border-radius: 15px 15px 0px 0px;
  border-radius: 15px 15px 0px 0px;
  border:1px solid #000;
  display: flex;
  flex-wrap:wrap;
  justify-content: space-between;
  align-items:center;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 0px;
}
.danhsachcungduong .dscdtimkiem input[type="text"]{
  flex:0 0 90%;
  width: 100%;
  height: 60px;
  border:0px;
  background: transparent;
  
  color:rgba(123, 123, 123, 1);
  font-size: 16px;
}
.danhsachcungduong .dscdtimkiem input[type="text"]:focus{
 
  
  outline: none; 
 
}
.danhsachcungduong .dscdtimkiem svg{
  flex:0 0 auto;
}
.danhsachcungduong table{
  width: 100%;
  border-collapse: collapse;
  border:0px solid #000;
  font-size: 16px;

  
}
.danhsachcungduong table tr{
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
}
.danhsachcungduong table tfoot tr{

background: #fff url() 0 0 no-repeat;
border: 0px;

}
.danhsachcungduong table tfoot tr td{
border: 0px;
background: #fff url() 0 0 no-repeat;

}
.danhsachcungduong table tr:nth-child(odd){
  background: rgba(227, 227, 227, 1);
}

.danhsachcungduong table tr th{
  background: rgba(185, 128, 54, 1);
  padding: 20px 0px;
  text-transform: uppercase;
  font-weight: 700;
 border-top: 1px solid #000;
  border-right: 1px solid #000;
 width: 12.5%; 
}

.danhsachcungduong table tr td{
  padding: 20px 10px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  text-transform: capitalize;
  width: 12.5%; 
}
.danhsachcungduong table tr td:first-child{
  
  border-left: 0px solid #000;
}
.danhsachcungduong table tr td:last-child{
  
  text-align: center;
}
.danhsachcungduong table tr td:last-child a{
  
  display: block;
  cursor: pointer;
}


/*HUONG DAN CUNG DUONG*/
.huongdancungduong{padding-top: 54px;}
.huongdancungduong figure {
  margin: 0px;
  padding: 0px;
  background-color: #fff;

}
.huongdancungduong figure img{max-width: 100%;height: auto;}
.huongdancungduong .hdcd-left{
  width: 100%;
}
.huongdancungduong .hdcd-left .pagetitle{
  font-size: 18px;
  color: rgba(185, 128, 54, 1);
  text-transform: uppercase;
  position: relative;
  padding-bottom: 15px;
}
.huongdancungduong .hdcd-left .pagetitle:after{
  content:"";
  width: 58px;
  height: 2px;
  background: rgba(185, 128, 54, 1);
  position: absolute;
  bottom:0px;
  left: 0px;
}
.huongdancungduong .hdcd-left h3{
  font-size: 48px;
  font-weight: 700;
}
.huongdancungduong .hdcd-left .hdcd-box{
  display: flex;flex-wrap:wrap;
  align-items:center;
  padding-top: 30px;
}
.huongdancungduong .hdcd-left .hdcd-box figure{
  flex:0 0 15%;
  margin-right: 10px;
}
.huongdancungduong .hdcd-left .hdcd-box .hdcd-content{
  flex: 0 0 80%;
}
.huongdancungduong .hdcd-left .hdcd-box .hdcd-content h4{
  
  font-weight: 700;
  margin: 0px;padding: 0px;
  
  padding-bottom: 12px;
}
.huongdancungduong .hdcd-left .hdcd-box .hdcd-content p{
  margin: 0px;
  padding: 0px;
}
.huongdancungduong .hdcd-left .huongdantinhtai{
  background: #FFFEEF url() 0 0 no-repeat;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  padding: 32px;
  margin-top: 40px;

}
.huongdancungduong .hdcd-left .huongdantinhtai h4{
  color: rgba(185, 128, 54, 1);
  font-size: 24px;
  font-weight: 700;
  margin: 0px;
  padding: 0px;
 
}
.huongdancungduong .hdcd-left .huongdantinhtai .hdcdboxthanhtoan{

  background: #FFFFFF;
  border: 1px solid #000000;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  padding: 15px 22px;
  text-align: center;
  margin-top: 40px;
  cursor: pointer;
}
.huongdancungduong .hdcd-left .huongdantinhtai .hdcdboxthanhtoan.hienhanh{
  border:1px solid rgba(185, 128, 54, 1);
  -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.25);
  cursor: auto;
}
.huongdancungduong .hdcd-left .huongdantinhtai .hdcdboxthanhtoan p{
  font-weight: 700;
  margin: 0px;
  padding: 0px;
  padding-top: 15px;
}

.hdcdchitiet{
  border-top: 1px solid rgba(123, 123, 123, 1);
  margin-top: 40px;
  padding-top: 40px;
}
.huongdancungduong .hdcd-left .huongdantinhtai .tienmat h4{
  font-size: 30px;
  font-weight: 700;
  padding: 0px;
  margin: 0px;
}
.huongdancungduong .hdcd-left .huongdantinhtai .tienmat p{
  padding: 0px;
  margin: 0px;
  line-height: 30px;
  padding-top: 20px;
}
.huongdancungduong .hdcd-left .huongdantinhtai .cknh{
  border-top: 1px solid rgba(123, 123, 123, 1);
  margin-top: 40px;
  padding-top: 40px;
}
.huongdancungduong .hdcd-left .huongdantinhtai .cknh .buoc1 figure{
  cursor: pointer;
}
.huongdancungduong .hdcd-left .huongdantinhtai .cknh .buoc2 .ttthenganhang .tennganhang{
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
   padding: 0px;
  margin: 0px;
  padding-bottom: 20px;
}
.huongdancungduong .hdcd-left .huongdantinhtai .cknh .buoc2 .ttthenganhang .thongtinthe{
  background: #FFFFFF;
-webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.5);
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.5);
-webkit-border-radius:  16px;
-moz-border-radius:  16px;
-ms-border-radius:  16px;
-o-border-radius:  16px;
border-radius:  16px;
padding: 20px;
}
.huongdancungduong .hdcd-left .huongdantinhtai .cknh .buoc2 .ttthenganhang .thongtinthe p{
  padding: 0px;
  margin: 0px;
  
}
.huongdancungduong .hdcd-left .huongdantinhtai .cknh .buoc2 .ttthenganhang .thongtinthe p span{
  color: rgba(185, 128, 54, 1);
}
.huongdancungduong .hdcd-right{
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  background: url(/images/bg-form.png) 0 0 no-repeat;
  background-size: 100% auto;
  

}
.huongdancungduong .hdcd-right .hdcd-inner{
  background: rgba(0,0,0,0.7);
  padding: 40px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}
.huongdancungduong .hdcd-right .hdcd-inner h3{
  font-size: 24px;
  font-weight: 700;
  padding: 0px;
  margin: 0px;
  color: #fff;
  padding-bottom: 25px;

}
.huongdancungduong .hdcd-right form{}
.huongdancungduong .hdcd-right form p{
  margin: 0px;
  padding: 0px;
  padding-bottom: 22px;
}
.huongdancungduong .hdcd-right form p label{
  font-weight: 700;
  color: #fff;
  display: block;
  padding-bottom: 12px;
}
.huongdancungduong .hdcd-right form p label.error{
  padding-top: 5px;
  margin: 0px;
  padding-bottom: 0px;
  color: red;
}

.huongdancungduong .hdcd-right form p input[type='text'],.huongdancungduong .hdcd-right form p select{
  background: rgba(227, 227, 227, 1);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  padding-left: 10px;
  border:0px;
   outline: none; 
   height: 30px;
   width: 100%;

}
.huongdancungduong .hdcd-right form button{
  background: rgba(185, 128, 54, 1);
  height: 40px;
  width: 160px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  border:0px;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}