*, *: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-15-of-8{ width:20%    }
.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;
  margin-top: 0px;
  /*margin-top: 55px;*/
}
.wrap-top-menu{
background: #2C6CB6;
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 9999999;
}
.wrap-menu{
    max-width:1024px;
    width:100%;
    margin: auto 0%;
    border: solid 1px #efefef;
    padding-top:10px;
    padding-bottom:10px;
    border-radius:10px;
    box-shadow: 0px 0px 15px 0px #83c4ec;
}
.wrap-menu-sticky{
    position:fixed;
    top:0;
    background: #1E81CE;
    z-index:900;
}
.wrap-menu-marin-0{
    margin:auto 0;
}

.wrap-menu ul{
    margin: auto 1%;
    margin-left: 15px;
    list-style: none;
}


.wrap-menu li a{
    color:#fff;
}
.wrap-menu li a:hover{
    color:#fff;
    text-decoration: underline;
}
.no-border-left{
    border-left:0!important;
}

.wrap-menu-button{
  padding:10px;
  color:#fff;
  background:#1E81CE;
  width:250px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.banner-image{
    position: relative;
}
.banner-image img{
    max-width:100%;
    height:auto;
}
.banner-image a{
  display: block;      
  position: absolute;
}
.wrap-place{
    padding-left:20px;
}
.title-place{
    color:#F10000;
    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;
}
.bcd-name{
       font-weight: bold;
       color:#fff;
       font-size:17px;
       line-height:26px;
   }
   .bcd-title{
       color:#fff;
       font-size:15px;
       line-height:20px;
       text-align:center;
   }
.wrap-text-title{
    padding:20px;
    padding-top:35px;
    font-size:36px;
    font-weight:bold;
    line-height: 34px;
    text-align: center;
    color:#D50000;
    border-radius: 20px;
}
.wrap-text-title-2{
    padding:20px;
    padding-top:35px;
    font-size:40px;
    font-weight:bold;
    line-height: 34px;
    text-align: center;
    color:#fff;
    border-radius: 20px;
}
.wrap-text-sub-title{
    padding:10px;
    padding-left:20px;
    padding-top:10px;
    font-size:16px;
    font-weight:bold;
    line-height: 22px;
    text-align: left;
    color:#7E7E7E;
    background:#efefef;
    background-image: linear-gradient(to right, #efefef, #fff );
}
.wrap-text-sub-title-2{
    text-align:left;
    padding-top:30px;
    color:#4396D9;
    float:left;
    width:90%;
    font-size:22px;
    line-height:26px;
    font-weight:bold;
}
.first-letter-blue{
   font-size:80px;
   float:left;
   width:10%;
   color:#4396D9;
   padding:5px;
   
}
.wrap-text-content{
    padding: 10px;
    font-size:16px;
    line-height: 26px;
    text-align: justify;
    border-radius: 20px;
    color: #555;
    
}    
.red-bold-text{
    padding: 20px;
    font-size:18px;
    color:#D50000;
    font-weight:bold;
    text-align: center;
}
.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;
}
.blue-button{
  color:#fff;
  background-color:#2087FE;
  padding: 16px 26px 16px 26px;
  font-size:16px;
  border-radius:8px;
  max-width:320px
}
.blue-button:hover{
    opacity:0.8;
}
.red-button:hover{
    opacity:0.8;
}
 
.red-button{
  color:#fff;
  background-color:#D40000;
  padding: 16px 26px 16px 26px;
  font-size:16px;
  border-radius:8px;
  max-width:320px
}
.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-guidelines img{
    width:100%;
    max-width:240px;
    min-height:48px;
}
.wrap-guidelines-2 img{
    width:100%;
    max-width:240px;
}
.wrap-guidelines-2 a:hover{
    opacity:0.9;
}
.wrap-guidelines a:hover{
    opacity:0.8;
}
.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: 165px;
    padding: 5px;
    border-radius: 10px;
    padding-top:30px;
}
.wrap-footer-left{
    
    line-height: 28px;
    font-size: 14px;
    height: 165px;
    padding: 5px;
}

.wrap-hinh-anh img {
  width: 100%;
  padding: 10px;
  border-radius: 20px;
}
.wrap-sponsors img{
    width:100%;
    max-width:460px;
}
.bt-readmore{
    background-color:#1490F4;
    padding:8px;
    font-size:14px;
    color:#fff;
    width:120px;
    text-align:center;
    border-radius:5px;
    margin-top:7px;
}
  
  .bt-readmore:hover{
      background-color:#D50000;
  }
.wrap-publication img{
    width:100%;
    max-width:200px;
}
.wrap-sponsor-title{
    color:#1490F4!important;
    font-size:16px;
    line-height:26px;
}
.wrap-publication-content{
    text-align:justify;
    padding:10px;
    padding-top:25px;
    font-size:16px;
    line-height:26px;
    color: #555;
}
.wrap-sponsors-content{
    text-align:justify;
    padding:10px;
    padding-top:25px;
    font-size:16px;
    line-height:26px;
    
    color: #555;
}
.bg-sponsors{
    background-color:#EEFCFF;
    border-radius:10px;
    padding:10px;
}
.region-link-banner-top{
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 30%;
}
.region-link-banner-bottom{
   top: 50%; 
   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-research{
   background-image: url("/s-img/pkhcn/kinh-te-cebd-2025/bg-research.jpg");
    background-size: cover;
}
.research-title{
  background-color:#fff;
  color:#2C6CB6;
  border:solid 1px #2C6CB6;
  font-weight:bold;
  font-size:18px;
  max-width:700px;
  padding:12px;
  border-top-left-radius:10px;
  border-top-right-radius:10px;
}
.research-content{
  background-color:#fff;
  color:#2C6CB6;
  border:solid 1px #2C6CB6;
  max-width:800px;
  padding:12px;
  border-bottom-left-radius:10px;
  border-bottom-right-radius:10px;
  line-height:26px;
  text-align:left;
  font-size:16px;
  padding-bottom:35px;
}
.research-content ul{
    padding-left:20px;
}
.research-content li{
    list-style-type: disc;
    padding-top:20px;
}
.bg-color-f00{
   background:#f00 !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{
        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;
   }
  
  
  
  
   .publication-title{
       font-size:16px;
       color:#2087FE;
       border-left:solid 2px #2087FE;
       padding:12px;
       font-weight:bold;
       text-align:left;
       clear:both;
       margin-left:5px;
   }
   .color-white{
       color:#fff;
   }
   .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-url{
       text-align:center;
   }
   .wrap-bt-url img{
       max-width:1024px;
       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:230px!important;
   }
   .w-speaker{
      /*  border:solid 1px #ccc;*/
        max-width:320px!important;
   }
   .wrap-organizing, .wrap-papers, .wrap-tentative, .wrap-conference, .wrap-awards,  .wrap-payment, .wrap-policy, .wrap-inst{
       display:none;
   }
   .wrap-table tr{
       height:40px;
   }
    .wrap-organizing td{
       padding:5px;
       line-height:16px;
   }
   .wrap-inst{
        text-align: justify;
        line-height: 26px;
        font-size: 14px;
        padding:10px;
   }
   .wrap-policy{
        text-align: justify;
        line-height: 26px;
        font-size: 14px;
        padding:10px;
        border: solid 2px #900;
   }
   .wrap-hidden-content{
       padding-top:25px;
       clear:both;
   }
   .height-100px{
        min-height:100px;
   }
   .wrap-text-detail{
       text-align:left;
       font-size:16px;
   }
   .wrap-text-detail li{
        list-style-type: disc;
        color:#2A5271;
        margin-left:15px;
        padding-top:18px;
   }
   .blue-line{
        width:80%;
        float:right;
        color:#4396D9;
        font-weight:bold;
        margin-top:20px;
        margin-right:20px;
   }
   .blue-line-2{
       width:100%;
       border: none;
       height: 4px;
       background-color: #4396D9;  /* Modern Browsers */
   }
   .red-line-2{
       width:100%;
       border: none;
       height: 4px;
       background-color: #f00;  /* Modern Browsers */
   }
   .red-ED4040{
       color:#ED4040!important;
   }
   .red-D78989{
       color:#D78989!important;
   }
   .red-D78989 li{
       color:#D78989!important;
   }
.line {
  position: absolute;
  height: 100%;
  border: solid #4396D9 0.1em;
  top: 2px;
  left: 4px;
}

.number {
  margin-right: 40px;
  text-align: center;
  width: 11px;
  height: 11px;
  background-color: #ff0000;
  border-radius: 50%;
  z-index: 1;
}
.number-blue {
    background-color: #4396D9;
}
.keydates li {
  display: flex;
  flex-flow: row;
  min-height: 60px;
  position: relative;
  color:#555;
  font-size:16px;
}
.keydates-blue{
    font-size:16px;
    color:#fff;
    padding:12px;
    border-radius: 20px;
    background:#4396D9;
    height:42px;
    margin-top:-10px;
}
.wrap-table td{
    line-height:24px;
    font-size:16px;
    
}
.wrap-table td{
    height:24px;
    color:#3673BA;
}
.color-grey{
    color:#555;
}
/*End Block*/
/*Common*/
.font-size-16px{
    font-size:16px;
}
.font-size-18px{
    font-size:18px;
}
.width-100p{
  width: 100%; 
  clear:both;
}
.margin-auto-23p{
    margin:auto 15%;
    padding-left:10%
}
.margin-auto-10p{
    margin:auto 10%;
}
.max-width-100p{
   max-width: 100%; 
}
.max-width-1024px{
    max-width:1024px;
}
.max-width-900px{
    max-width:900px;
}
.max-width-750px{
    max-width:750px;
}
.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-top-10px{
  padding-top: 10px;   
}
.padding-left-5px{
    padding-left:5px;
}
.padding-left-20px{
    padding-left:20px;
}
.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-bookmark{
    padding-bottom:40px;
}
.wrap-menu li{
    float:left;
    padding:10px;
    padding-left:5px;
    padding-right:5px;
    color:#1E81CE;
    text-transform: uppercase;
    font-weight:bold;
    border-radius:10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background:#efefef;
    margin:5px;
}
.float-left{
    float:left;
}
.float-right{
    float:right;
}
.wrap-menu li a{
    color:#1E81CE;
}
.wrap-menu li a:hover{
    color:#990000;
}
.no-border-left{
    border-left:0!important;
}
.color-BE1E2D{
    color:#BE1E2D;
}
.bottom-absolute-45p{
    bottom:45%;
}
.wrap-logo{
    border: solid 1px #cccc;
    border-radius: 24px;
}
.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%;
}
.logo-title{
    color:#2087FE;
    font-size:16px;
    font-weight:bold;
    padding:10px;
}
.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);
  }
} 
.margin-top-0{
  margin-top: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: 50%; }
  .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: 33.3%; }
  .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-15-of-8{ width:33%    }
  .col-2-of-8{ width: 50%; }
  .col-3-of-8{ width: 100%; }
  .col-5-of-8{ width: 100%; }
  
  .padding-left-20px{
      padding-left:0px;
  }
  .first-letter-blue{
    font-size:50px;
  }
  .wrap-text-detail{
      font-size:14px;
  }
  .wrap-text-sub-title-2{
     padding-top: 16px;
     font-size: 16px;
    line-height: 18px;
  }
  
  .keydates{
      padding-left:15px;
  }
  .keydates li{
    font-size:14px;
    text-align:left;
    line-height:18px;
  }
  .number{
      margin-right:23px;
  }
  .wrap-speaker .col-2-of-6{
      width: 100%; 
  }
  .wrap-publication img{
      max-width:250px;
  }
  .wrap-publication{
      width: 100%; 
  }
  .wrap-publication-content{
      font-size:14px;
      line-height:22px;
  }
  .wrap-publication .col-6-of-6{
      width: 50%; 
  }
  .wrap-guidelines-2 .col-3-of-6{
    width:100%!important;
  }
  .wrap-text-title-2{
      font-size:24px;
  }
  .wrap-table td{
      font-size:14px;
      line-height:22px;
  }
 
    .wrap-text-title {
        padding: 16px;
        font-size: 24px;
        line-height: 28px;
    }
 
    
  .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;
}

.research-content, .research-title{
    margin-left:5px;
    margin-right:5px
}

.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;
    }
    
    .overflow-scroll{
        overflow: scroll;
    }
    .text-align-right{
        padding:10px;
        text-align:center!important;
    }
.wrap-text-content{
    padding:0 12px 0 12px;
    font-size:14px;
    line-height:22px;
}
.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;
}
.wrap-hinh-anh img{
    padding:0px;
    width:100%;
}
.break{
  clear:both;   
}
.margin-auto-10p, .margin-auto-23p{
    margin:auto 0;
    padding-left:0;
}
.last-speaker{
    margin:auto 25%;
}
}

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