*, *: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-text-content{
    padding:0 25px 0 25px;
    font-size:16px;
    line-height: 30px;
    text-align: justify;
   
}    
.button-dang-ky-mobile{
    position:fixed;
    bottom:2%;
    right:2px;
    z-index:100;
    display: none;
}

.wrap-stat4-button{
        clear:both;
        padding-top:20px;
        padding-bottom:15px;
        width: 240px;
    }
    
.wrap-stat4-button img{
        width:100%;
        cursor:pointer;
    }
    
.button-dang-ky-mobile img{
    max-width: 50px;
}
.region-link-banner-top{
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 30%;
}
.region-link-banner-bottom{
   top: 50%; 
   left: 0; 
   width: 100%; 
   height: 50%;
}

.padding-left-5px {
  padding-left: 5px;
}
.wrap-text {
  
  padding-top:20px;
  text-align: justify;
  
}

    .wrap-stat9{
        margin: auto 5%;
        max-width: 1024px;
    }
    .wrap-dang-ky-form-hoc-ba{
        width: 100%;
    }
    
     .wrap-image-location, .wrap-image-hotline, .wrap-image-email{
        float:left;
        width:23%;
        padding-top:10px;
        text-align: right;
        padding-right: 35px;
    }
    .wrap-location, .wrap-hotline, .wrap-email {
        float:left;
        text-align: left;
        width:70%;
        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;
    }
    .social li{
    float:left;
    list-style: none;
}
.social img{
  max-width:100%;
  border-radius: 4px;
  margin-right: 6px;
}
.social a:hover img {
  opacity: 0.7;
}
   
    .wrap-image img{
        max-width:100%;
        height:auto;
    }
    .wrap-dang-ky{
        text-align:left;
        padding-top:25px;
        cursor:pointer;
    }
    .muc-hoc-bong img{
        width:100%;
        border-radius: 10px;
    }
    .version-mobile{
        display:none;
    }

div.lazy {
       background-size: cover;
   }

.frame-embed{
    width:100%;
    height:1160px;
    border:none;
}
.wrap-stat9-hb-background{
        background: #F8B532 ;                     
    }
    .wrap-hoat-dong{
        padding:10px;
        max-width: 100%;
    }
    .wrap-hoat-dong img{
        width:100%;
        height:auto;
    }
/*End Block*/
/*Common*/
.max-width-100p{
   max-width: 100%; 
}
.max-width-1024px{
    max-width:1024px;
}
.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;
}
/*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%;}
  
  
  .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;
    }
}

@media all and (max-width:480px){
  .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-1-of-8{ width: 100%; }
  .col-2-of-8{ width: 100%; }
  .col-3-of-8{ width: 100%; }
  .col-5-of-8{ width: 100%; }
  
    /* !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  ; 
}
.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;
}

.frame-embed{
    height:1220px;
}
}

@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%; }
}