*, *: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;
}
.title-thu-ngo{
    color:#2B61C2;
    font-weight:bold;
    font-size:22px;
}
.wrap-text-content{
    padding: 25px;
    font-size:16px;
    line-height: 30px;
    text-align: justify;
    border: solid 1px #efefef;
    color:#2B61C2;
    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;
}
.button-dang-ky-mobile{
    position:fixed;
    bottom:2%;
    right:2px;
    z-index:100;
    display: none;
}
.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: 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-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;
   }

.frame-embed{
    width:100%;
    height:1160px;
    border:none;
}

/*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;
}

iframe {
    height:40vw;
}

.bxslider_mock_2 li a{
    height: 80px;
    display: inline-block;
    padding-left: 110px;
    background: url("/s-img/logo-doanh-nghiep/htdn/logo-mock-interview-qhdn.jpg?1") no-repeat;
    border-radius:10px;
    border: solid 1px #ffd9d9;
}
.bxslider_mock li a{
    height: 80px;
    display: inline-block;
    padding-left: 110px;
    background: url("/s-img/logo-doanh-nghiep/htdn/logo-mock-interview-qhdn.jpg?1") no-repeat;
    border-radius:10px;
    border: solid 1px #ffd9d9;
}
.bxslider_mock .lusine a{
      background-position: 0 0;
}
.bxslider_mock .shs a{
      background-position: -110px 0;
}
.bxslider_mock .autogrill a{
      background-position: -220px 0;
}
.bxslider_mock .hdbank a{
      background-position: -330px 0;
}
.bxslider_mock .acb a{
      background-position: -440px 0;
}
.bxslider_mock .wooribank a{
      background-position: -550px 0;
}
.bxslider_mock .ece a{
      background-position: -660px 0;
}
.bxslider_mock .amnote a{
      background-position: -770px 0;
}
.bxslider_mock .premier a{
      background-position: -880px 0;
}
.bxslider_mock .atpmedia a{
      background-position: -990px 0;
}
.bxslider_mock .master a{
      background-position: 0 -80px;
}
.bxslider_mock .lotte a{
      background-position: -110px -80px;
}
.bxslider_mock .intercontinental a{
      background-position: -220px -80px;
}   
.bxslider_mock .premier-resident a{
      background-position: -330px -80px;
}
.bxslider_mock .nna a{
      background-position: -440px -80px;
}
.bxslider_mock .nama a{
      background-position: -550px -80px;
}
.bxslider_mock .realbean a{
      background-position: -660px -80px;
}
.bxslider_mock .caravelle a{
      background-position: -770px -80px;
}
.bxslider_mock .papershoot a{
      background-position: -880px -80px;
}
.bxslider_mock .takahiro a{
      background-position: -990px -80px;
}
.bxslider_mock .truch a{
      background-position: 0 -160px;
}
.bxslider_mock .smartland a{
      background-position: -110px -160px;
}
.bxslider_mock .mbbank a{
      background-position: -220px -160px;
}
.bxslider_mock .ren a{
      background-position: -330px -160px;
}
.bxslider_mock .interlog a{
      background-position: -440px -160px;
}
.bxslider_mock .hragent a{
      background-position: -550px -160px;
}
.bxslider_mock .odyssea a{
      background-position: -660px -160px;
}
.bxslider_mock .fpt a{
      background-position: -770px -160px;
}
.bxslider_mock .parkhyatt a{
      background-position: -880px -160px;
}
.bxslider_mock .wink a{
      background-position: -990px -160px;
}
.bxslider_mock_2 .holding a{
      background-position: 0 -240px;
}
.bxslider_mock_2 .hesa a{
      background-position: -110px -240px;
}
.bxslider_mock_2 .thuanhai a{
      background-position: -220px -240px;
}
.bxslider_mock_2 .viva a{
      background-position: -330px -240px;
}
.bxslider_mock_2 .ssi a{
      background-position: -440px -240px;
}
.bxslider_mock_2 .vinpearl a{
      background-position: -550px -240px;
}
.bxslider_mock_2 .vps a{
      background-position: -660px -240px;
}
.bxslider_mock_2 .becom a{
      background-position: -770px -240px;
}
.bxslider_mock_2 .pizza a{
      background-position: -880px -240px;
}
.bxslider_mock_2 .himcom a{
      background-position: -990px -240px;
}
.bxslider_mock_2 .openend a{
      background-position: 0 -320px;
}
.bxslider_mock_2 .golden a{
      background-position: -110px -320px;
}
.bxslider_mock_2 .sakos a{
      background-position: -220px -320px;
}
.bxslider_mock_2 .vpbank a{
      background-position: -330px -320px;
}
.bxslider_mock_2 .decor a{
      background-position: -440px -320px;
}
.bxslider_mock_2 .nextjob a{
      background-position: -550px -320px;
}
.bxslider_mock_2 .career a{
      background-position: -660px -320px;
}
.bxslider_mock_2 .one a{
      background-position: -770px -320px;
}
.bxslider_mock_2 .renai a{
      background-position: -880px -320px;
}
.bxslider_mock_2 .seabank a{
      background-position: -990px -320px;
}
.bxslider_mock_2 .sct a{
      background-position: 0 -400px;
}
.bxslider_mock_2 .sacom a{
      background-position: -110px -400px;
}
.bxslider_mock_2 .vtax a{
      background-position: -220px -400px;
}
.bxslider_mock_2 .lottehotel a{
      background-position: -330px -400px;
}
.bxslider_mock_2 .wepro a{
      background-position: -440px -400px;
}
.bxslider_mock_2 .lavela a{
      background-position: -550px -400px;
}
.bxslider_mock_2 .maihouse a{
      background-position: -660px -400px;
}
.bxslider_mock_2 .melody a{
      background-position: -770px -400px;
}
.bxslider_mock_2 .sheraton a{
      background-position: -880px -400px;
}
.bxslider_mock_2 .vietcombank a{
      background-position: -990px -400px;
}
/*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%; }
  
  
iframe {
    height:60vw;
}
  
  .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;
}

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