*, *:before, *:after {
  box-sizing: border-box;
}
.row {
  clear: both;
  padding: 0px;
  margin: 0px;
}
.row:before,
.row:after {
  content: " ";
  display: table;
  clear: both;
}
.col {
  display: block;
  float: left;
  margin: 0;
  min-height: 1px;
}
[class*='col-']{
  display: block;
  float: left;
  margin: 0;
  min-height: 1px;
}
.col-1-of-6{ width: 16.66%; }
.col-2-of-6{ width: 33.33%; }
.col-3-of-6{ width: 50%;    }
.col-4-of-6{ width: 66.66%; }
.col-5-of-6{ width: 83.33%; }
.col-6-of-6{ width: 100%;   }

.col-1-of-8{ width:12.5%    }
.col-2-of-8{ width:25%      }
.col-3-of-8{ width:37.5%    }
.col-4-of-8{ width:50%      }
.col-5-of-8{ width:62.5%    }
.col-6-of-8{ width:75%      }
.col-7-of-8{ width:87.5%    }
.col-8-of-8{ width:100%     }

/*Sprite*/
.all-icon{
    background: url("/s-img/all-icon.png") no-repeat;
}
.social-list-icon{
    padding-left: 25px;
    height: 25px;
    margin-right:11px;
    border-radius:6px;
}
.facebook{
    background-position: 0 0;
}
.google{
    background-position: -25px 0;
}
.youtube{
    background-position: -50px 0;
}
.twitter{
    background-position: -75px 0;
}
.blogspot{
    background-position: -100px 0;
}
.tumblr{
    background-position: -125px 0;
}
.instagram{
    background-position: -150px 0;
}
.linkedin{
    background-position: -175px 0;
}
.icon-landing-location{
    background-position: 10px -189px;
    padding-left: 51px;
    padding-bottom: 49px;
}
.icon-landing-phone{
    background-position: -41px -189px;
    padding-left: 32px;
    padding-bottom: 49px;
    margin-left: 15px;
}
.icon-landing-email{
    background-position: -72px -189px;
    padding-left: 49px;
    padding-bottom: 52px;
}
.icon-gototop{
    background-position: 0 -72px;
    padding-left: 35px;
    height: 35px;
}
/*End Sprite*/
/* Track */
  ::-webkit-scrollbar {
       width: 12px !important;
    }
   ::-webkit-scrollbar-track {
      -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3) !important;
      -webkit-border-radius: 10px !important;
      border-radius: 10px !important;
    }

    /* Handle */
    ::-webkit-scrollbar-thumb {
      -webkit-border-radius: 10px !important;
      border-radius: 10px !important;
      background: #41617D !important; 
      -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5) !important; 

    }
    ::-webkit-scrollbar-thumb:window-inactive {
      background: #41617D !important; 
    }
/* Button Scroll Top Start */
.wrap-back-to-top{
    position: fixed;
    bottom:190px;
    right:10px;
    z-index: 1001;
}
.wrap-back-to-top:hover{
    opacity: 0.5;
}
.cd-top {
  visibility: hidden;
  opacity: 0;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top img{
    width:35px;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out {
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  opacity: .8;
}
/* Button Scroll Top End */
/*Block*/
body{
    font-family: verdana,Segoe UI,tahoma,arial,sans-serif;
    font-size: 13px;
    color: #1A1A1A;
}

.wrap-landing-body-container {
    margin: 0 auto;
}
.banner-image{
    position: relative;
}
.banner-image img{
    max-width:100%;
    height:auto;
}
.banner-image a{
  display: block;      
  position: absolute;
}
.wrap-place{
    padding-top:25px;
    padding-left:20px;
}
.title-place{
    color: #482DEA;
    text-align:left;
    font-size:18px;
}
.title-place img{
    margin-bottom:-8px;
    padding-right:10px;
}
.time-text{
    color:#0065C1;
    text-align:left;
    font-size:16px;
    line-height:24px;
    padding-left:8%;
    padding-right:8%;
    padding-top:12px;
    text-align:justify
}
.time-text img{
    margin-bottom:-3px;
    padding-right:5px;
}
.wrap-text-title{
    padding:20px;
    padding-top:35px;
    font-size:26px;
    line-height: 34px;
    text-align: center;
    color:#0065C1;
    border-radius: 20px;
}
.wrap-text-content{
    padding: 10px;
    font-size:16px;
    line-height: 26px;
    text-align: justify;
    border-radius: 20px;
}    
.wrap-text-content-2{
    padding: 25px;
    font-size:16px;
    line-height: 30px;
    text-align: justify;
    background:#F7F7F7;
    color:#2c3951;
    margin-top:-1px;
}
.title-btc{
    color:#0070D8;
    font-size:16px;
    font-weight:bold;
    text-align:left;
}
.footer-content{
    padding-top:10px;
    text-align:justify;
    font-size:13px;
    line-height:24px;
}
.button-dang-ky-mobile{
    position:fixed;
    bottom:2%;
    right:2px;
    z-index:100;
    display: none;
}
.wrap-footer{
    border: solid 1px #73B2DA;
    padding:10px;
    border-radius:20px;
   height: auto;
}
.wrap-footer-right{
    background: #0057A4;
    color: #fff;
    line-height: 28px;
    font-size: 14px;
    height: 150px;
    padding: 30px;
    border-radius: 10px;
}
.wrap-footer-left{
    
    line-height: 28px;
    font-size: 14px;
    height: 150px;
    padding: 30px;
}
.wrap-hinh-anh{
    width:100%;
}
.wrap-hinh-anh img {
  width: 100%;
  padding: 10px;
  border-radius: 20px;
}

.region-link-banner-top{
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 30%;
}
.region-link-banner-bottom{
   top: 70%; 
   left: 0; 
   width: 100%; 
   height: 50%;
}
.margin-top--6px{
    margin-top:-6px;
}
.padding-left-5px {
  padding-left: 5px;
}
.wrap-text {
  
  padding-top:20px;
  text-align: justify;
  
}

    .wrap-stat9{
        margin: auto 5%;
        max-width: 1024px;
    }
   
.regist-button {
  padding: 7px 27px;
  color: #fff;
  background: #897c7c;
  cursor: pointer;
  font-size: 13px;
  font-weight:bold;
  border: none;
  border-radius: 4px;
}   
.bg-color-ccc{
   background:#7d7d7d !important;
}
.wrap-button{
    padding:10px;
}    
    .wrap-location, .wrap-hotline, .wrap-email {
        float:left;
        text-align: left;
        width:100%;
        padding:10px;
        color:#fff;
        line-height: 24px;
    }
    .background-social-icon{
        background: #990000;
        padding:10px;
        max-width: 320px;
        width:100%;
        margin-top:20px;
        margin-left: 0%; 
        height:43px;
    }
   
   
    .wrap-image img{
        max-width:100%;
        height:auto;
    }
    .wrap-dang-ky{
        text-align:left;
        padding-top:25px;
        cursor:pointer;
    }
    
    .version-mobile{
        display:none;
    }

div.lazy {
       background-size: cover;
   }

   .block-link-vuc{
       position: absolute;
       bottom: 16%;
       left: 0;
       width:100%;
   }
   .wrap-block-link-vuc{
          position: relative;
   }
   .link-vuc-date{
        padding: 5px;
        font-size: 13px;
        color: #fff;
        font-weight: bold;
   }
   .link-vuc-name{
        padding: 5px;
        font-size: 15px;
        color: #fff;
        font-weight: bold;
   }
   .wrap-button a:hover{
       opacity:0.7;
   }
   .link-vuc-name a:hover{
       opacity:0.7;
   }
   .wrap-sub-bcd{
       padding-top:5px;
   }
   .bcd-name{
       font-weight: bold;
       color:#2D7FB3;
       font-size:17px;
       line-height:26px;
   }
   .bcd-title{
       color:#2D7FB3;
       font-size:15px;
       line-height:20px;
   }
   .bcd-title2{
       font-size:18px;
       line-height:26px;
   }
   .color-red{
       color:#DF0908;
   }
   .color-blue{
       color:#0057A4;
   }
   .color-green{
       color:#1E956E;
   }
   .color-yellow{
       color:#CC8E26;
   }
   .wrap-thu-ngo{
       max-width:900px;
       text-align:justify;
       padding:8px ;
       line-height: 20px;
       font-size: 14px;
       /*background:#1674F5;*/
       clear:both;
       /*color:#fff;*/
       border-bottom-left-radius: 20px;
       border-bottom-right-radius: 20px;
   }
   
   .wrap-line img{
       width:100%;
       padding-bottom:4px;
   }
   .wrap-bt-dang-ky{
       text-align:center;
       padding-top:35px;
   }
   .wrap-bt-dang-ky:hover{
       opacity:0.8;
   }
   .wrap-bt-dang-ky img{
       max-width:250px;
   }
   .wrap-bt-url{
       text-align:center;
       padding-top:35px;
   }
   .wrap-bt-url img{
       max-width:800px;
       width:100%;
       padding:5px;
   }
   .wrap-bt-quy-dinh{
       text-align:center;
       padding-top:5px;
   }
   .wrap-bt-quy-dinh img{
       max-width:800px;
       width:100%;
       padding:5px;
   }
   .wrap-hutech, .wrap-khmn{
       display:none;
   }
   .w-logo{
        border:solid 1px #ccc;
        max-width:320px!important;
   }
   .w-keynote{
        border:solid 1px #ccc;
        max-width:320px!important;
   }
/*End Block*/
/*Common*/
.font-size-16px{
    font-size:16px;
}
.font-size-18px{
    font-size:18px;
}
.max-width-100p{
   max-width: 100%; 
}
.max-width-1024px{
    max-width:1024px;
}
.max-width-900px{
    max-width:900px;
}
.max-width-800px{
    max-width:800px;
}
.max-width-600px{
    max-width:600px;
}
.padding-top-20px{
    padding-top:20px !important;
}
.padding-top-35px{
    padding-top:35px;
}

.padding-bottom-20px{
    padding-bottom:20px;
}
.padding-bottom-35px{
    padding-bottom: 35px !important;
}
.padding-5px{
  padding: 5px;   
}
.padding-10px{
  padding: 10px;   
}
.padding-left-5px{
    padding-left:5px;
}
.padding-20px{
  padding: 20px;   
}
.padding-top-25px{
    padding-top:25px;
}
.clear-both{
      clear:both;
}
a{text-decoration:none}
.margin-top-35px{
     margin-top:35px;
}
.padding-bottom-25px{
    padding-bottom: 25px;
}
.center-text{
    text-align:center;
}
.wrap-thu-ngo tr{
    line-height:24px;
}
.wrap-menu li{
    float:left;
    padding:10px;
    padding-left:15px;
    padding-right:15px;
    color:#fff;
    text-transform: uppercase;
    font-weight:bold;
    border-left: solid 1px #eb4c4c;
    margin-top: 8px;
    margin-bottom: 8px;
}
.wrap-menu li a{
    color:#fff;
}
.wrap-menu li a:hover{
    color:#fff;
    text-decoration: underline;
}
.no-border-left{
    border-left:0!important;
}
.color-BE1E2D{
    color:#BE1E2D;
}
.bottom-absolute-45p{
    bottom:45%;
}
.wrap-scroll-image-right-bt {
  position: fixed;
  bottom: 5%;
  margin-left: 1024px;
  max-width: 80px;
  padding-left: 5px;
  z-index: 99999;
}
.wrap-scroll-image-right-bt img {
  width: 100%;
}
.right-image {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity .5s 0s, visibility 0s .5s;
  -moz-transition: opacity .5s 0s, visibility 0s .5s;
  transition: opacity .5s 0s, visibility 0s .5s;
}
.bt-phone:hover, .bt-zalo:hover, .bt-facebook:hover {
  animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
  transform: translate3d(0, 0, 0);
  perspective: 1000px;
}

@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
} 
/*End Common*/
@media all and (max-width:768px){
  .col-1-of-6{ width: 100%; }
  /*.col-2-of-6{ width: 100%; }*/
  /*.col-3-of-6{ width: 100%; }*/
  .col-4-of-6{ width: 100%; }
  .col-5-of-6{ width: 100%; }
  .col-6-of-6{ width: 100%; }
  .col-2-of-8{ width: 100%; }
  .col-3-of-8{ width: 100%; }
  .col-4-of-8{ width: 100%; }
  .col-5-of-8{ width: 100%; }
  .col-6-of-8{ width: 100%; }
  .col-05-of-8{ width: 100%;}
  
  
  .wrap-landing-body-container{
      margin-top:0;
  }
  .version-mobile{
      display:block;   
  }
  .version-pc{
      display:none;
  }
  .button-dang-ky-mobile{
     display: block;
  }
    .wrap-dang-ky img {
        max-width: 240px;
    }
    .wrap-dang-ky{
        padding-top:30px;
    }
    .bt-phone, .bt-facebook {
        opacity: 0.5;
    }
    .bt-phone:hover, .bt-facebook:hover {
        opacity: 1;
    }
    .wrap-scroll-image-right-bt{
        right:0;
        margin-left: 0;
    }
    
}

@media all and (max-width:480px){
  .col-1-of-6{ width: 100%; }
  .col-2-of-6{ width: 33.3%; }
 /* .col-3-of-6{ width: 100%; }*/
  .col-4-of-6{ width: 100%; }
  .col-5-of-6{ width: 100%; }
  .col-6-of-6{ width: 100%; }
  .col-1-of-8{ width: 100%; }
  .col-2-of-8{ width: 100%; }
  .col-3-of-8{ width: 100%; }
  .col-5-of-8{ width: 100%; }
  
   
  .wrap-thu-ngo{
    font-size:14px;
  }
  .wrap-bt-dang-ky img{
    max-width:200px;
  }
    .wrap-text-title {
        padding: 16px;
        font-size: 18px;
        line-height: 24px;
    }
   .wrap-sub-bcd{
       min-height: 100px;
   }
   .bcd-name{
       
       font-size:14px;
       line-height:22px;
   }
   .bcd-title{
       color:#2D7FB3;
       font-size:13px;
       line-height:20px;
   }
   .bcd-title2{
       font-size:14px;
       line-height:22px;
   }
    
  .bx-prev, .bx-next{
      display:none
  }
  
    /* !important is needed sometimes */
    ::-webkit-scrollbar {
       width: 12px !important;
    }

    /* Track */
   ::-webkit-scrollbar-track {
      -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3) !important;
      -webkit-border-radius: 10px !important;
      border-radius: 10px !important;
    }

    /* Handle */
    ::-webkit-scrollbar-thumb {
      -webkit-border-radius: 10px !important;
      border-radius: 10px !important;
      background: #41617D !important; 
      -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5) !important; 

    }
    ::-webkit-scrollbar-thumb:window-inactive {
      background: #41617D !important; 
    }
    
  .wrap-mobile-banner{
    display:block;
    cursor:pointer;
  }
  .wrap-mobile-banner img{
    max-width:100%;
    height:auto;
  }
  .wrap-pc-banner{
      display:none;
  }
  .wrap-dang-ky img {
    max-width: 180px;
    }
    .wrap-stat-title {
        font-size: 20px;
     padding-top: 30px;
     padding-bottom: 17px;
     line-height: 26px;
    }
    .wrap-nganh-hoc{
        width:100% !important;
        padding-top:10px;
    }
    .dang-ky-mobile{
  display: block  ; 
}
.bt-vi-tri img{
   width:100%;
    
}
.dang-ky-pc{
    display:none;
}

  .wrap-nganh-image {
    width:20%;
}
.wrap-nganh-image img{
    max-width: 97px;
    width: 100%;
}
.col-2-of-6.address {
    text-align: center;
    width:100%;
  }
  .col-2-of-6.contact {
    text-align: center;
    width:100%;
    padding-bottom:10px;
  }
  .wrap-image-location, .wrap-image-hotline {
    width:15%;
    padding-right: 10px;
}
.col-2-of-6.address, .col-2-of-6.contact, .col-2-of-6.wrap-socical {
        width: 100% !important;
        padding-top:10px;
        padding-left:0px;
    }
    .xtdh-wrap-embed-google-map img {
        margin-left: -45%;
    }
    .wrap-image-email{
        padding-left:30px;
    }
     .muc-hoc-bong img{
        width:640px;
    }
    .overflow-scroll{
        overflow: scroll;
    }
    .text-align-right{
        padding:10px;
        text-align:center!important;
    }
.wrap-text-content{
    padding:0 12px 0 12px;
    font-size:14px;
}
.font-size-18px{
    font-size:14px;
}
.wrap-footer-left{
    padding-left:7px;
    padding-right:7px;
    font-size: 13px;
    line-height: 24px;
}
.wrap-footer-right{
    padding-left:7px;
    padding-right:7px;
    font-size: 13px;
    line-height: 24px;
}
.font-size-16px{
    font-size: 13px;
}
.max-width-600px{
    max-width:350px;
}
.wrap-hinh-anh img{
    padding:0px;
    
}
}

@media all and (max-width:320px){
  .col-1-of-6{ width: 100%; }
  .col-2-of-6{ width: 100%; }
  .col-3-of-6{ width: 100%; }
  .col-4-of-6{ width: 100%; }
  .col-5-of-6{ width: 100%; }
  .col-6-of-6{ width: 100%; }
  .col-2-of-8{ width: 100%; }
}
