 html{
   margin:0px !important;
   padding:0px !important;
   overflow-x: hidden;}
   ul{
     padding:0px;
     margin:0px;
     list-style:none;
  }
  a, a:hover{
     text-decoration: none !important;
  }
  a:hover{
     color: #165aa6;
  }
  :hover,:focus{
     outline: none !important;
  }
  body{
     font-family: 'Roboto', sans-serif;
     font-style: normal;
     font-weight: 400;
     font-size: 16px;
     line-height: 24px;
     letter-spacing: 0em;
     color: #000;
     position: relative;
     overflow-x: hidden;
  }
  .container{
     max-width: 1180px;
     margin:0px auto;
     width: 100%;
  }
  img{
     max-width: 100%;
     height: auto;
  }
  .textwidget p:empty {
   display: none;
}
.thumbnail{
   overflow: hidden;
   padding: 0px;
   border: none;
   background-size: cover !important;
   background-repeat:no-repeat !important;
   border-radius: 0px;
   margin:0px;
   position: relative;
   background-position: center center !important;
}
input:focus::-webkit-input-placeholder , textarea:focus::-webkit-input-placeholder {
   color:transparent;
}
/* SLICK SLIDE */
.slick-slide img{
  display: table;
  margin:0px auto;
}
.slick-dots li button{
  font-size: 0px;
  line-height: 0px;
  display: block;
  width: 13px;
  height: 13px;
  padding:5px;
  cursor: pointer;
  border-radius: 50%;
  background:#fff;
  content:"" !important;
}
.slick-prev:before {
  content: "\f104" !important;
  font: normal normal normal 14px/1 FontAwesome !important;
  font-size: 22px !important;
  background: #52547d;
  width: 28px;
  height: 28px;
  display: inline-block;
  line-height: 28px !important;
  color: #fff !important;
  border-radius: 20px;
}
.slick-next:before {
  content: "\f105" !important;
  font: normal normal normal 14px/1 FontAwesome !important;
  font-size: 22px !important;
  background: #52547c;
  width: 28px;
  height: 28px;
  display: inline-block;
  line-height: 28px !important;
  color: #fff !important;
  padding: 0px 0px;
  border-radius: 20px;
  text-align: center;
}
.slick-prev {
  left: -40px !important;
}
.slick-next {
  right: -40px !important;
}
.slick-prev:hover::before, .slick-next:hover::before{
  background: #165aa6  !important;
  color: #fff !important;
}
.slick-prev, .slick-next{
  top:50% !important;
  margin-top:-50px;
  width: 35px !important;
  height: 35px !important;
  margin: -17px 0px 0px 0px;
  transition: all 0.5s;
}
.slick-dots li{
  padding: 0px !important;
  width: initial !important;
  height: initial !important;
}   
.slick-dots li button::before{
  content:"" !important;
}
.slick-dots li.slick-active button{
  background:#d62825 !important;
}
.slick-dots{
  bottom: 20px;
}
.slick-dots li button{
  width: 8px;
  height: 8px;
  padding: 0px;
  background: #fff;
}
.slick-dots li.slick-active button{
  background: #165aa6 !important;
}

/* --SLICK SLIDE-- */
/* MENU MOBILE*/
.icon_mobile_click {
   margin: 0px;
   cursor: pointer;
   z-index: 99;
   display: none;
   position: absolute;
   top:10px;
   right: 10px;
   cursor: pointer;
}
.icon_mobile_click i.fa{
   font-size: 30px;
   color: #165aa6;
}
.top_header{
   position: relative;
   background: none;
   box-shadow: 0px 0px 15px #ccc;
   padding: 10px 0px;
}
#page_wrapper{
   transition: all 0.3s;
}
#menu_mobile_full{
   position: fixed;
   top: 0;
   bottom: 0;
   width:260px;
   left:-260px;
   background-color: #165aa6;
   -webkit-transition: -webkit-transform .3s ease;
   -moz-transition: -moz-transform .3s ease;
   -o-transition: -o-transform .3s ease;
   transition: transform .3s ease;
   z-index: 9999999;
   border-right: 1px solid #fff;
   overflow:auto;
}
.bg_opacity{
   position: fixed;
   width: 100%;
   background: rgba(0,0,0,0.5);
   top: 0;
   bottom: 0;
   z-index: 999999;
   display: none;
}
.menu_hidden{
   z-index: -1;
   left: -260px;
}
.menu_show{
   z-index: 9999999;
}
#menu_mobile_full .close_menu {
   padding: 10px;
   font-size: 20px;
   text-align: right;
   color: #fff;
   background: none;
   cursor: pointer;
   position: absolute;
   right: 0px;
   background: #165aa6;
   display: none;
   cursor: pointer;
   top: 0px;
   border: 1px solid #fff;
   z-index: 999;
}
#menu_mobile_full .mobile-menu {
   margin: 55px 0px 0px 0px;
}
#menu_mobile_full ul li:not(.menu-item-has-children){
   padding:0px;
}
#menu_mobile_full ul.menu>li:not(.menu-item-has-children)>a{
   padding: 15px 0px 15px 10px;
   display: block;
}
#menu_mobile_full ul li{
   width: 100%;
   display: block;
}
#menu_mobile_full ul li{
   position: relative;
   padding: 15px 0px 15px 10px;
   border-bottom: 1px solid #fff;
}
#menu_mobile_full ul li a{
   color: #fff;
   text-transform: uppercase;
}
#menu_mobile_full ul li a:hover{
   text-decoration: none;
   background:none;
}
#menu_mobile_full li span{
   margin:0px 0px 0px 10px;
}
#menu_mobile_full .sub-menu{
   display: none;
   padding: 0px 0px 0px 0px;
   border-top: 1px solid #fff;
   margin: 10px 0px 0px 0px;
}
#menu_mobile_full .sub-menu li{
   padding:15px 0px 15px 15px;
}
#menu_mobile_full .sub-menu li:last-child{
   border-bottom: none;
}
#menu_mobile_full .sub-menu>li>a{
   font-size: 14px;
   text-transform: none;
   display: block;
   padding:10px 0px 10px 10px;
}
#menu_mobile_full .sub-menu>li:last-child>a{
   padding:10px 0px 0px 10px;
}
.editBefore_mobile::before {
   content: "-" !important;
}
#menu_mobile_full li.menu-item-has-children::before{
   content: "+";
   position: absolute;
   right: 10px;
   top: 15px;
   color: #fff;
}
/* woocomerce */
.woocommerce-Price-currencySymbol{
   float:right;
}
span.woocommerce-Price-amount{
   display: inline-block;
}
/* POPUP */
.popup {
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   z-index: 99999;
   background: rgba(0,0,0,0.7);
   font-size: 15px;
   display: none;
   overflow: auto;
}
.popup .content_popup {
   position: relative;
   margin: 100px auto 0px auto;
   z-index: 9;
   width: 80%;
   text-align: center;
   transition: all 0.4s linear;
   -o-transition: all 0.4s linear;
   -ms-transition: all 0.4s linear;
   -moz-transition: all 0.4s linear;
   -webkit-transition: all 0.4s linear;
   max-width: 300px;
   background: #fff;
   padding: 0px 0px 0px 0px;
   max-width: 600px;
   width: 100%;
   border-radius: 5px;
   animation-name: animatetop;
   animation-duration: 0.4s;
}
.popup .content_popup .title {
   font-size: 18px;
   background: url(images/icon_noice.png) top center no-repeat;
   padding-top: 70px;
   margin-bottom: 15px;
}
.popup .close_popup {
   font-size: 14px;
   cursor: pointer;
   color: #fff;
    /* background: #ddba76;
     */
   padding: 7px 15px;
   text-transform: uppercase;
   display: table;
   margin: 0 auto;
   clear: both;
   position: absolute;
   top: 2px;
   right: 0px;
   font-size: 20px;
}
.commit_popup{
   background: #ffe6e6;
   border: dashed 1px #ffa7a7;
   padding: 15px;
   text-align: center;
   margin: 15px;
   display: none;
}
.commit_popup h3{
   font-size: 20px;
   margin: 0px;
}
.commit_popup span{
   color: red;
   font-size: 20px;
}
.commit_popup p{
   margin: 10px 0px 0px 0px;
   font-style: italic;
   font-size: 18px;
}
.content_popup h2{
   font-size: 22px;
   text-transform: uppercase;
   background: #165aa6;
   padding: 12px 0px 10px 0px;
   color: #fff;
   border-radius: 5px 5px 0px 0px;
   margin: 0px;
}
.popup label {
   display: block;
   max-width: 100%;
   margin-bottom: 5px;
   font-weight: 700;
   text-align: left;
}
.popup .form-control {
   display: block;
   width: 100%;
   height: 34px;
   font-size: 14px;
   line-height: 1.42857143;
   color: #555;
   background-color: #fff;
   background-image: none;
   border: 1px solid #ccc;
   border-radius: 4px;
   -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
   box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
   -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
   -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
   transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.popup .form-group{
   margin:15px 0px 0px 0px;
}
.mabaove .img_mabv{
   float:left;
}
.mabaove input[type="text"]{
   float: left;
   width: initial;
   min-width: 185px;
   line-height: 10px;
   height: 30px;
   margin: 5px 10px 0px 0px;
}
.mabaove a.refresh{
   float: left;
   margin: 5px 0px 0px 20px;
}
.img_mabv img{
   border:solid 1px #ccc;
   border-radius: 5px;
}
.mabaove{
   display: table;
   width: 100%;
}
.popup .security{
   border-bottom: 1px dashed #ccc;
   padding: 0px 0px 15px 0px;
}
.popup button[type*="submit"]{
   color: #fff;
   background-color: #d9534f;
   border: none;
   border-radius: 20px;
   padding: 13px 30px;
   font-size: 16px;
   margin: 20px 0px 0px 0px;
   cursor:pointer;
}
.popup button[type*="submit"]:hover{
   background:#1eaab8;
}
@-webkit-keyframes animatetop {
   from {
     top:-300px;
     opacity:0
  }
  to {
     top:0;
     opacity:1
  }
}
@keyframes animatetop {
   from {
     top:-300px;
     opacity:0
  }
  to {
     top:0;
     opacity:1
  }
}
/* end include*/
.single_post_info p{
  display:none;
}
.nav_primary ul li {
   float:left;
   position: relative;
}
.nav_primary ul.menu{
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.nav_primary ul li.menu-item-has-children::before{
   content: "\f107" !important;
   font: normal normal normal 14px/1 FontAwesome !important;
   position: absolute;
   right: 9px;
   top: 21px;
   color: #fff;
   font-size: 10px !important;
}
.nav_primary ul>li>a{
   display: inline-block;
   padding: 15px 20px;
   color: #fff;
   font-weight: 700;
   transition: all 0.3s;
   font-size: 14px;
   text-transform: uppercase;
}
.nav_primary ul>li>ul.sub-menu{
   position: absolute;
   width: 210px;
   background: #165aa6;
   border-top: 1px solid #fff;
   top: 75px;
   z-index: 999;
   visibility: hidden;
   opacity: 0;
   transition: all 0.3s;
}
.nav_primary ul>li>ul.sub-menu::before{
   width: 100%;
   content:"";
   position: absolute;
   height: 10px;
   top:-10px;
}
.nav_primary ul>li:hover>ul.sub-menu{
   top: 51px;
   visibility: visible;
   opacity: 1;
}
.nav_primary ul>li>ul.sub-menu>li>a{
   font-size: 14px;
   text-transform: none;
   display: block;
   border-bottom: 1px solid #fff;
   line-height: 19px;
   font-weight: normal;
   padding: 10px 18px;
}
.nav_primary ul>li>ul.sub-menu>li:last-child>a{
   border-bottom: none;
}
.nav_primary ul>li>ul.sub-menu>li{
   float:none;
}
.nav_primary ul>li>ul.sub-menu>li>a:hover{
   background: rgba(255, 255, 255, 0.3);
   border-radius: 0px;
}
article.post{
   clear:both;
}
.hot_big_post .thumbnail{
   height: 220px;
   background-repeat: no-repeat !important;
   background-size: cover !important;
   background-position: center center !important;
   overflow: hidden;
}
.list_post_item .thumbnail{
   max-width: 100%;
   width: 100%;
   margin: 0px auto;
   float: none;
   height: 260px;
   background-repeat: no-repeat !important;
   background-size: cover !important;
   background-position: center center !important;
   overflow: hidden;
}
.list_post_item .post_meta a{
   color: #288395;
}
.cat_post_area_idx .list_post_item .thumbnail{
   max-width: 190px;
   height: 155px;
   margin: 0px 20px 0px 0px;
}
.cat_post_area_idx .common_diseases>h2 a{
   display: table;
}
.cat_post_area_idx .common_diseases>h2 span{
   background: #165aa6;
   display: table;
   color: #fff;
   font-size: 17px;
   padding: 13px 20px 13px 40px;
   text-transform: uppercase;
   border-radius: 3px;
}
.cat_post_area_idx .common_diseases>h2 span i.fa{
   position: absolute;
   left: 12px;
   top: 15px;
}
.cat_post_area_idx .common_diseases>h2 {
   position: relative;
   margin:0px 0px 20px 0px;
}
.cat_post_area_idx .common_diseases>h2::before{
   content: "";
   width: 100%;
   height: 1px;
   background: #165aa6;
   position: absolute;
   bottom: 0px;
   left: 0px;
}
.cat_post_area_idx .list_post_item .post_meta{
   display: none;
}
.cat_post_area_idx .list_post_item h2.post_title a{
   font-size: 14px;
   line-height: 24px;
   display: inline-block;
   text-transform: uppercase;
}
.hot_big_post .thumbnail a , .list_hot_post_others .thumbnail a , .list_post_item .thumbnail a{
   display: block;
   height: 100%;
}
.list_hot_post_others .thumbnail{
   height: 180px;
   background-repeat: no-repeat !important;
   background-size: cover !important;
   background-position: center center !important;
   overflow: hidden;
}
.nav_primary ul li a:hover{
   color: #fff;
   background: rgba(255, 255, 255, 0.3);
   border-radius: 0px;
}
#content{
   clear: both;
}
.scrolltop {
   bottom: 20px;
   position: fixed;
   right: -40px;
   transition: all 0.3s;
   z-index: 500;
   cursor: pointer;
   max-width: 40px;
   left: initial;
   z-index: 999;
}
.scrolltop i.fa{
   width: 30px;
   height: 30px;
   border-radius: 50%;
   background: #165aa6;
   color: #fff;
   text-align: center;
   line-height: 30px;
   font-size: 20px;
}
.scrolltop i.fa:hover{
   background: #4d464f;
}
.go_scrolltop{
   right: 20px;
}
/* CSS HEADER */
.logo_site{
   transition: all 0.3s;
   margin: 9px 20px 10px 0px;
   max-width: 220px;
}
.logo_site img{
   max-width: 100%;
   height:auto;
}
.nav_primary{
   float: none;
   margin:0px;
}
.search_header{
   float: right;
   margin: 10px 0px 0px 0px;
   display: none;
}
.fixedheader {
   position: fixed;
   top: 0;
   left: 0;
   z-index: 9;
   width: 100%;
}
.fixedheader .logo_site{
   max-width: 60px;
}
.fixedheader .nav_primary {
   margin:7px 0px 0px 10px;
}
.fixedheader .search_header{
   margin:12px 0px 0px 0px;
}
.address_header{}
.address_header p a{
   color: #165aa6;
   font-weight: 700;
   margin: 0px 0px 0px 4px;
}
.address_header h3{
   float: none;
   margin: 0px 0px 2px 0px;
   text-align: left;
   font-size: 17px;
   line-height: 25px;
   color: #ae1b26;
   max-width: 720px;
   text-transform: uppercase;
}
.address_header p{
  font-size: 14px;
  line-height: 23px;
  color:#000;
  margin: 0px 0px 1px 0px;
}
.address_header p em{
   font-style: normal;
   float:left;
   max-width: 470px;
   margin: 0px 0px 0px 4px;
}
.address_header i.fa{
   float:left;
   width: 25px;
   height: 25px;
   border-radius: 50%;
   border: 1px solid #165aa6;
   text-align: center;
   line-height: 23px;
   font-size: 15px;
   position: relative;
   margin: -4px 7px 0px 0px;
   top: 1px;
   color: #165aa6;
}
.address_header p strong{
   float:left;
}
.address_header .textwidget{
   display: table;
   width: 100%;
   max-width: 490px;
}
.middle_header{
   background: #165aa6;
   padding: 0px 0px;
}
.header{
   background: #fff;
}
.admin-bar .header{
   margin:0px 0px 0px 0px;
}
.search{
   position: relative;

}
.search button{
   position: absolute;
   top: 0px;
   right: 0px;
   background: none;
   border: none;
   padding: 5px 10px;
}
.search input[type="text"]{
   width: 100%;
   padding: 5px 25px 5px 10px;
   border-radius: 5px;
   border: none;
}
.banner {
   position: relative;
}
.banner .register_banner{
   position: absolute;
   bottom: -67px;
   width: 100%;
}
.banner .register_banner .container{
   max-width: 1100px;
}
.banner .register_banner .wrap_item_regis_banner{
   text-align: center;
   background: rgba(40, 131, 149, 1);
   color:#fff;
   border-radius: 10px;
   padding: 20px;
   position: relative;
   overflow: hidden;
}
.banner .register_banner .wrap_item_regis_banner::before{
   content: "";
   position: absolute;
   z-index: 0;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   background: rgb(17, 88, 99);
   -webkit-transform: scaleY(0);
   transform: scaleY(0);
   -webkit-transform-origin: 50% 100%;
   transform-origin: 50% 100%;
   -webkit-transition-property: transform;
   transition-property: transform;
   -webkit-transition: 300ms ease-out;
   transition: 300ms ease-out;
}
.banner .register_banner .wrap_item_regis_banner:hover:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.banner .register_banner .wrap_item_regis_banner .textwidget a{
   text-indent: -9999px;
   position: absolute;
   display: block;
   width: 100%;
   height: 100%;
   top: 0px;
   left: 0px;
   z-index: 3;
}
.banner .register_banner .wrap_item_regis_banner .textwidget i.fa{

  font-size: 30px;

  position: relative;
}
.banner .register_banner .wrap_item_regis_banner  h4{

  text-transform: uppercase;

  margin: 15px 0px 8px 0px;

  font-size: 19px;

  position: relative;

  z-index: 1;
}
.banner .register_banner .wrap_item_regis_banner b{

  font-size: 15px;

  font-weight: normal;

  position: relative;
}
.banner .textwidget p {
   margin:0px !important;
   /* position: relative; */
   /* z-index: 2; */
}
.banner  .widget-title{
   display: none;
}
.site-lang{
   text-align: right;
   margin: 34px 70px 0px 0px;
   display: inline-block;
   float: right;
   padding: 5px 5px 0px 5px;
   border: 1px solid #dab2b1;
}
.site-lang>li{
   display: inline-block;
   width: 30px;
   height: 21px;
   margin: 0px 0px 0px 3px;
}
.site-lang>li:first-child{
   margin:0px;
}
.site-lang li a{
   display: block;
}
.site-lang>li:nth-child(1){
   background: url(../images/flag_usa.png) no-repeat;
   background-size: 100%;
}
.site-lang>li:nth-child(2){
   background: url(../images/flag_vn.png) no-repeat;
   background-size: 100%;
}
.site-lang li img{
   display: none;
}
/* END CSS HEADER */
.box_note_right{
   padding:10px;
   border:1px solid #000;
   background:#ccc;
}
span.parent-link{
   float: left;
   border-right: 1px solid #ccc;
   font-size: 20px;
   font-weight: 700;
   padding: 3px 10px 3px 0px;
}

.pw .thumbnail a::before{
   content:"";
   background: rgba(255, 255, 255, 0.25);
   height: 100%;
   left: 100%;
   position: absolute;
   top: 100%;
   width: 100%;
   -webkit-transition: all 0.3s;
   -moz-transition: all 0.3s;
   -o-transition: all 0.3s;
   transition: all 0.3s;
}
.pw .thumbnail a::after{
   content:"";
   background: rgba(255, 255, 255, 0.25);
   height: 100%;
   left: -100%;
   position: absolute;
   top: -100%;
   width: 100%;
   -webkit-transition: all 0.3s;
   -moz-transition: all 0.3s;
   -o-transition: all 0.3s;
   transition: all 0.3s;
}
.pw:hover .thumbnail a::before , .pw:hover .thumbnail a::after{
   left: 0;
   top: 0;
}

.pw:hover h2 a , .widget_area a:hover{
   color: #165aa6 !important;
}
h2.post_title a{
   font-size: 17px;
   color: #000;
   line-height: 25px;
   display: inline-block;
   font-weight: 700;
}
h2.post_title a:hover{
   color:#f0a52b;
}
h2.post_title {
   margin: 10px 0px 10px 0px;
}
.excerpt p{
   font-size: 13px;
   line-height: 23px;
}
.list_post_item{
   clear: none;
   display: table;
   border-bottom: none;
   padding: 0px 15px;
   width: 33.33%;
   float: left;
   margin: 0px 0px 40px 0px;
}
.list_post_categories>.list_post_item:nth-child(3n+1){
   clear: both;
} 
.list_post_item:last-child{
   border-bottom: none;
}
li.widget{
   display: block !important;
}

.home .g_content {
   margin: 70px 0px 0px 0px;
}
.readmore{
   padding: 7px 25px;
   background: #fff;
   border-radius: 3px;
   color: #165aa6;
   font-weight: 700;
   display: table;
   position: relative;
   border: 1px solid #165aa6;
}
.readmore:focus{
   color:#f0a52b;
}
.readmore i.fa{
   transition: all 0.3s linear;
   position: absolute;
   right: 14px;
   top:10px;
}
.readmore:hover{
   color: #165aa6;
}
.readmore:hover i.fa{
   right: 6px;
}
/* sidebar */
.sidebar h3.widget-title{
   font-size: 17px;
   color: #fff;
   padding: 10px 0px;
   text-align: center;
   background: #f37335;
   margin: 0px 0px 10px 0px;
   text-transform: uppercase;
   font-weight: 700;
   line-height: 25px;
}
.sidebar table{
   width: 100%;
}
.sidebar table tr, .sidebar table td , .sidebar table th{
   border:1px solid #000;
   text-align: center;
}
.sidebar table td , .sidebar table th{
   padding:5px 0px;
}
.sidebar iframe{
   max-width: 100% !important;
   height: auto;
}
.sidebar img{
   width: 100%;
   height:auto;
}
.fb-like{
   display: none !important;
}
.sidebar [id*="recent-posts"] ul li , .sidebar [id*="categories-"] ul li{
   padding: 0px 0px 10px 15px;
   position: relative;
   margin: 0px 0px 10px 0px;
   border-bottom: 1px dashed #e6e6e6;
}
.sidebar [id*="recent-posts"] ul li a , .sidebar [id*="categories-"] ul li a{
   color:#000;
   font-size: 14px;
}
.sidebar [id*="recent-posts"] ul , .sidebar [id*="categories-"] ul{
   padding:0px 10px;
}
.sidebar [id*="recent-posts"] ul li:last-child , .sidebar [id*="categories-"] ul li:last-child{
   border-bottom: none;
   padding:0px 0px 0px 15px;
}
.sidebar [id*="recent-posts"] ul li::before, .sidebar [id*="categories-"] ul li::before{
   position: absolute;
   left: 0px;
   content:"";
   width: 5px;
   top: 6px;
   height: 5px;
   border-radius: 50%;
   background: #288295;
}
.sidebar .widget_area{
   border:1px solid #e6e6e6;
   border-top:none;
   margin:0px 0px 25px 0px;
}


/* sidebar */

/* BREADCRUMB */
.breadcrumb{
   padding: 15px 0px;
   background: none;
   margin: 0px;
   display: none;
}
.breadcrumb li{
   display: inline;
   line-height: 23px;
}
.breadcrumb ul li::after{
   content: "\f105";
   margin: 0px 7px 0px 5px;
   font:normal normal normal 14px/1 FontAwesome;
}
.breadcrumb ul li:last-child::after{
   content:"";
}
.breadcrumb ul li a {
   font-size: 15px;
   line-height: 22px;
   font-weight: normal;
   color:#000;
}
.breadcrumb ul li span{
   font-size: 15px;
   color: #000;
   line-height: 22px;
}
.breadcrumb ul li:last-child{
   font-weight: 700;
   font-size: 14px;
}
/* END BREADCRUMB */


img.size-full{
   max-width: 100%;
}
.fb_iframe_widget, .fb_iframe_widget>span, .fb_iframe_widget iframe{
   width: 100% !important;
   position: relative !important;
   max-width: 100%;
}
ul.list_categories{
   border-bottom: 1px solid #165aa6;
   display: table;
   margin: 0px auto 35px auto;
}
ul.list_categories li{
   display: inline-block;
   padding:10px;
   text-transform: uppercase;
   font-weight: 700;
}
ul.list_categories li.parent_cat{
   padding: 0px 30px 10px 30px;
   color: #fff;
   background: none;
   position: relative;
}

ul.list_categories li.parent_cat a{
   color: #000;
   font-size: 26px;
}
ul.list_categories li.parent_cat>a:not(:first-child){
   font-size: 13px;
   text-transform: none;
   position: relative;
   padding:0px 0px 0px 20px;
}
ul.list_categories li.parent_cat>a:not(:first-child)::before{
   content: "\f101";
   font: normal normal normal 14px/1 FontAwesome;
   color: #fff;
   position: absolute;
   left: 5px;
   top: 0px;
}
.category  .list_post_item .post_wrapper_content{
   display: table;
}


/* SINGLE POST */
.single_post_info{
   border-bottom: 1px dotted #e6e6e6;
   margin: 0px 0px 20px 0px;
   text-align: center;
}
.img_category_single{
   width: 100%;
   height: 400px;
   background-size: cover !important;
   background-position: center center !important;
   background-repeat: no-repeat !important;
   margin: 0px 0px 30px 0px;
}
.single_post_info h2{
   color: initial;
   margin: 0px 0px 10px 0px;
}
.single_post_info h2 a{
   font-size: 30px;
   line-height: 41px;
   display: inline-block;
   text-transform: uppercase;
   color: #000;
}
.single-post figure.aligncenter{
   text-align: center;
}
.single-post .g_content{
   margin: 0px;
}
.single-post .content_single_post .text_content img{
   display: table;
   margin:10px auto;
}
.content_single_post .text_content{
   font-size: 16px;
   line-height: 25px;
   overflow: hidden;
}
.content_single_post .text_content h4{
   line-height: 23px;
   font-size: 17px;
}
.heateor_sss_horizontal_sharing{
   margin:20px 0px;
}
.title_archives{
   margin:0px;
   font-size: 20px;
}
.title_archives strong{
   color:#f0a52b;
}
.title_archives+ul.list_categories{
   display: none;
}
.single-post .content_single_post [class*="form_"] {
  margin:0px -15px;
}
.single-post .content_single_post [class*="form_"] label{
  display: block;
}
.single-post .content_single_post [class*="form_"] textarea , .single-post .content_single_post [class*="form_"] input, 
.single-post .content_single_post [class*="form_"] select{
  width: 100%;
  padding: 5px 10px;
  border-radius: 5px;
  border: 1px solid #ccc;
  background: #ececec;
}

.single-post .content_single_post [class*="form_"] input[type="submit"]{
  padding: 13px 20px;
  background-image: linear-gradient(to left, #e02229 0%, #e02229 50%, #e48a8d 50%, #e02229 );
  background-position: 100% 0;
  background-size: 200% 100%;
  transition: all 0.3s;
  color: #fff;
  border-radius: 5px;
  display: table;
  margin: 20px auto;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  line-height: 23px;
  border: none;
  max-width: 200px;
}
.single-post .content_single_post [class*="form_"]>.col-sm-6:nth-child(2n+1){
  clear: both;
}
div.wpcf7-response-output{
  margin:10px auto !important ;
  text-align: center !important;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing{
  border:2px solid red !important;
}

/* END SINGLE POST */
/* related posts */
.related_posts h2{
   margin: 0px 0px 20px 0px;
   font-size: 19px;
   text-transform: uppercase;
   font-weight: 700;
   padding: 0px 0px 0px 15px;
   border-left: 4px solid #165aa6;
}
.related_posts{
   margin:30px 0px 20px 0px;
   display: none;
}
.related_posts ul li .thumbnail {
   height: 190px;
   position: relative;
   background-repeat: no-repeat !important;
   background-size: cover !important;
   background-position: center center !important;
   overflow: hidden;
}
.related_posts ul li h4{
   margin: 15px 0px 0px 0px;
}
.related_posts ul li:nth-child(3n+1){
   clear: both;
}
.related_posts ul li h4 a{
   color: #000;
   font-weight: 700;
   display: inline-block;
   font-size: 18px;
   line-height: 27px;
}
.related_posts ul li{
   margin:0px 0px 30px 0px;
}
.related_posts ul li:hover a{
   color: #165aa6;
}
/* end related posts */
/* END SINGLE POST */

/* SEARCH PAGE*/
body.search-results .title_header {
   font-size: 20px;
}
.no_found_content{
   font-size: 20px;
   font-weight: 700;
   margin:30px 0px;
   text-align: center;
}
body.search-results .title_header strong{
   color: #165aa6;
}
/* STICKY NAVBAR */
.sticky {
   position: relative;
   top: 0;
   width: 100%;
   transition: 0.5s;
}
.fixed_menu {
   position: fixed;
   z-index: 9999;
   box-shadow: 3px 3px 10px #7baeff;
}
.fixed_menu .nav_primary ul li a{
   padding: 14px 15px;
   font-size: 11px;
}
.fixed_menu .search_header{
   margin: 8px 0px 0px 0px;
}
.fixed_menu .nav_primary ul li.menu-item-has-children::before{
   top:16px;
}
.fixed_menu .nav_primary ul>li:hover>ul.sub-menu{
   top:43px;
}
.fixed_menu .nav_primary ul>li>ul.sub-menu{
   width: 190px;
}
.fixed_menu  .nav_primary ul>li>ul.sub-menu>li>a{
   font-size: 12px;
}
/* list_post_highlight*/
.list_post_highlight .wrap_thumb .thumbnail{
   height: 200px;
}
.list_post_highlight{
   background: #4d464f;
   padding: 50px 0px 70px 0px;
}
.list_post_highlight ul li h3 a{
   color:#fff;
   font-size: 18px;
   line-height: 26px;
}
.list_post_highlight ul li:nth-child(3n+1){
   clear: both;
}
.list_post_highlight ul li{
   margin:0px 0px 30px 0px;
}
.list_post_highlight .title_tg_top{
   color:#fff;
}
.list_post_highlight .title_tg_top::before{
   background: #fff;
}
.list_post_highlight ul li  .excerpt p{
   color:#fff;
   font-size: 13px;
   line-height: 22px;
}
.list_post_highlight .cat_post a{
   color:#fff;
}
.list_post_highlight .cat_post{
   margin: 15px 0px 25px 0px;
   position: relative;
   color: #fff;
}
.list_post_highlight .cat_post::before{
   content: "";
   position: absolute;
   height: 2px;
   width: 100%;
   max-width: 20px;
   background: #fff;
   bottom: -7px;
   left: 0px;
   right: initial;
   text-align: center;
   margin: 0px auto;
}
.list_post_highlight h3{
   margin: 10px 0px 15px 0px;
}
.list_post_highlight .pw:hover h3 a{
   color:#ead3b6;
}
/* end    list_post_highlight */

/* page-template-page-template-gioithieu */

.page-template-page-template-gioithieu .short_text  h3.widget-title{
   text-align: center;
   font-size: 32px;
   line-height: 48px;
   position: relative;
   color: #288395;
}
.page-template-page-template-gioithieu .short_text  h3.widget-title::before{
   position: absolute;
   content:url(../images/under_text.png);
   bottom: -39px;
   left: 0px;
   right: 0px;
   text-align: center;
   margin: 0px auto;
}
.page-template-page-template-gioithieu .short_text .textwidget{
   max-width: 730px;
   display: table;
   margin: 50px auto 20px auto;
   text-align: center;
}
.page-template-page-template-gioithieu  .g_content .textwidget p{
 font-size: 17px;
 line-height: 30px;
}
.page-template-page-template-gioithieu .major figure{
   max-width: 170px;
   border: 2px solid #165aa6;
   border-radius: 50%;
   margin: 0px auto 20px auto;
   height: 160px;
   position: relative;
}
.page-template-page-template-gioithieu .major figure img{
   max-width: 100px;
   position: absolute;
   top:50%;
   left:50%;
   transform:translate(-50%,-50%);
}
.page-template-page-template-gioithieu .major {
   position: relative;
   padding: 32px 0px 20px 0px;
}
.page-template-page-template-gioithieu .major::before{
   content: "";
   position: absolute;
   width: 100%;
   max-width: 100px;
   height: 3px;
   background: #165aa6;
   left: 0px;
   right: 0px;
   margin: 0px auto;
   text-align: center;
   top: 0px;
}
.page-template-page-template-gioithieu .major .textwidget{
   text-align: center;
}
.page-template-page-template-gioithieu .major .widget-title{
   text-align: center;
   text-transform: uppercase;
   margin: 10px 0px 30px 0px;
}
.page-template-page-template-gioithieu .major .textwidget h4{
   font-size: 17px;
   font-weight: 800;
   color: #165aa6;
}
.page-template-page-template-gioithieu .major .textwidget p{

}
[id*="pgc-"],[id*="pg-"]{
   margin:0px !important;
}
/*  end page-template-page-template-gioithieu */

/* page-template-page-template-chiphigianhang */

.page-template-page-template-chiphigianhang .textwidget figure{
   /* float:left; */
   border-radius: 50%;
   border:2px solid red;
   position: relative;
   max-width: 170px;
   width: 100%;
   height: 165px;
   margin: 0px 30px 0px 0px;
   float:left;
}
.page-template-page-template-chiphigianhang .textwidget figure img{
   max-width: 110px;
   position: absolute;
   left: 50%;
   transform:translate(-50%,-50%);
   top: 50%;
   /* height: 110px; */
}

.page-template-page-template-chiphigianhang .desc{
   display: table;
   margin:10px 0px 0px 0px;
}
.page-template-page-template-chiphigianhang .cost_exhibiting .textwidget p{
   font-size:15px;
   line-height: 25px;
   margin: 0px;
}
.page-template-page-template-chiphigianhang .cost_exhibiting  .panel-layout>.panel-grid{
   margin:0px 0px 30px 0px !important;
   border-bottom: 1px dotted #ab9f9e;
   padding:0px 0px 30px 0px;
}
.page-template-page-template-chiphigianhang .cost_exhibiting  .panel-layout>.panel-grid:last-child{
   margin:0px !important;
   padding:0px !important;
   border-bottom: none;
}
/* end page-template-page-template-chiphigianhang*/

/* CSS OTHER*/

.popup_map iframe{
   height: 400px;
}
/* END CSS OTHER*/

/* CSS FOOTER */
.footer{
   padding: 45px 0px 20px 0px;
   margin:70px 0px 0px 0px;
   background: #323337;
}
.footer .footer-widget-area .textwidget h2 , .footer h3.widget-title{
   font-size: 16px;
   text-transform: uppercase;
   line-height: 25px;
}
.footer-widget-area iframe{
   max-width: 100%;
   height: auto;
}
.footer .footer-widget-area .textwidget p{
   /* font-size: 13px; */
   /* color: #000; */
   /* line-height: 22px; */
   /* margin: 0px 0px 0px 0px; */
}
.patronize figure{background: #fff;height: 70px;}
.patronize figure a{
  display: block;
  height: 100%;
}

.patronize li , .dtnn li , .host_ft li{
   padding:0px 2px;
}

.footer ul li figure{
  height: 70px;
  background: #fff;
}

.footer ul li figure a{
  display: block;
  height: 100%;
  width: 100%;
}

.footer ul li img{
   width: 100%;
   height: 100%;
   object-fit: contain;
}
.footer-widget-area li{
  list-style: none;
}
.footer-widget-area .textwidget p{
  color:#fff;
  font-size: 15px;
  line-height: 23px;
}
.ft_custom{
  margin: 0px;
}
.ft_custom .row>.col-sm-6:last-child{
  text-align: right;
}
.address_ft1  .textwidget>p{
  position: relative;
  padding: 0px 0px 0px 26px;
}

.address_ft1  .textwidget>p::before{
 position: absolute;
 left: 0px;
 top: 4px;
 font-size: 15px !important;
 font:normal normal normal 14px/1 FontAwesome;
 color:#fff;
 /* min-width: 15px; */
 /* text-align: center; */
}
.address_ft1  .textwidget>p:nth-child(1)::before{
  content:"\f041";

} 
.address_ft1  .textwidget>p:nth-child(2)::before{
  content:"\f095";
} 
.address_ft1  .textwidget>p:nth-child(3)::before{
  content:"\f003";
} 

.ft_custom h3{
  margin: 0px 0px 40px 0px;
  color:#fff;
  font-size: 20px;
  line-height: 30px;
  position: relative;
}
.ft_custom h3::before {
  position: absolute;
  content: "";
  width: 100%;
  max-width: 70px;
  height: 2px;
  background: #fff;
  bottom: -14px;
  left: 0px;
}
.ft_custom .row>.col-sm-6:nth-child(2) h3::before {
  right: 0px;
  left: initial;
}
.dvi_dtnn{
   border-top: 1px dotted #756c77;
   border-bottom: 1px dotted #756c77;
   padding: 30px 0px;
   margin: 30px 0px;
}
.info_social{
   display: table;
   width: 100%;
   border-top: none;
   margin: 28px 0px 0px 0px;
   padding: 0px 0px;
}
.footer .slick-slider{
   margin:0px !important;
}
.footer h4{
   margin:0px 0px 30px 0px;
   color:#fff;
   position: relative;
}
.footer h4::before{
   position: absolute;
   content:"";
   width: 100%;
   max-width: 70px;
   height: 2px;
   background: #fff;
   bottom: -14px;
   left:0px;
}
.host_ft  ul li, .dvi_dtnn .col-sm-3 ul li{
   display: inline-block;
}

.copyright{
   text-align: center;
   /* border-top: 1px solid #e6e6e6; */
   padding: 25px 0px 0px 0px;
   position: relative;
   clear: both;
   display: none;
}
.copyright::before{
   content:"";
   position: absolute;
   width: 100%;
   max-width: 60px;
   height: 3px;
   background: #fff;
   left:0px;
   right: 0px;
   margin:0px auto;
   text-align: center;
   top: 5px;
}
.copyright p{
   color:#fff;
}
.info_ft{
   float:left;
}
.info_ft .textwidget p {
   color:#fff;
}
.info_ft h3{

  color: #fff;

  font-size: 17px;

  margin: 0px 0px 15px 0px;
}
.info_ft ul li{

  color: #fff;

  font-size: 14px;

  line-height: 23px;
}
.social_ft{
   float:right;
}
.social_ft p{
   color:#fff;
   margin: 16px 0px 0px 0px;
   text-align: right;
   color:#fff;
   cursor:pointer;
   /* text-decoration: underline; */
   font-weight: 700;
}
.social_ft ul li {
   display: inline-block;
   margin: 0px 0px 0px 3px;
}
.social_ft ul li i.fa{
   width: 30px;
   height: 30px;
   border-radius: 50%;
   border:1px solid #fff;
   line-height: 30px;
   text-align: center;
   color: #fff;
   font-size: 14px;
   transition: all 0.3s;
}
.social_ft ul>li:nth-child(1):hover i.fa{
   background: #4063ae;
   border:1px solid #4063ae ;
}
.social_ft ul>li:nth-child(2):hover i.fa{
   background: #02aaea;
   border:1px solid #02aaea ;
}
.social_ft ul>li:nth-child(3):hover i.fa{
   background: #d6453a;
   border:1px solid #d6453a ;
}
.social_ft ul>li:nth-child(4):hover i.fa{
   background: #1d9cec;
   border:1px solid #1d9cec ;
}

/* page-template-page-template-lienhe */
.page-template-page-template-lienhe .textwidget h2{
   font-size: 20px;
}
.page-template-page-template-lienhe .g_content {
   margin:40px 0px 0px 0px;
}
.page-template-page-template-lienhe .entry-content-page h3.widget-title{
   font-size: 20px;
   line-height: 20px;
   color: #165aa6;
   font-weight: 700;
   text-transform: uppercase;
   text-align: left;
   margin: 0px 0px 36px 0px;
   position: relative;
}
.page-template-page-template-lienhe .entry-content-page h3.widget-title::before{
   position: absolute;
   content: "";
   width: 100%;
   max-width: 70px;
   height: 2px;
   background: #115964;
   bottom: -14px;
   left: 0px;
}
.page-template-page-template-lienhe .panel-grid>.panel-grid-cell:nth-child(2) h3.widget-title {
   text-transform: unset;
}
.page-template-page-template-lienhe .panel-layout .textwidget p{
   line-height: 25px;
   font-size: 16px;
}
.page-template-page-template-lienhe .breadcrumb{
   margin:0px 0px 10px 0px;
}
/* end page-template-page-template-lienhe */
.pdf_file{
  display: table;
  margin: 0px auto;
  position: relative;
  font-size: 20px;
  color: #f37335;
}
.pdf_file::before{
  content:"\f0f6";
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  top: 1px;
  left: -24px;
  font-size: 20px;
  color: #f37335;
}
#refl {
 -moz-transform: scaleY(-1);
 -o-transform: scaleY(-1);
 -webkit-transform: scaleY(-1);
 transform: scaleY(-1);
 -moz-transform: rotateX(210deg);
 -o-transform: rotateX(210deg);
 -webkit-transform: rotateX(210deg);
 transform: rotateX(210deg);
 perspective: 200px;
 -webkit-mask-image: -webkit-gradient(linear, right top, right bottom, from(transparent), color-stop(20%, transparent), to(rgba(0, 0, 0, 0.4)));
 margin: 0px;
 position: relative;
 top: -10px;
 display: none;
}
.partners .wrap_partner .wrap_thumb figure a{
  display: block;
  width: 100%;
  height: 100%;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.wp-caption {
  border: 1px solid #ddd;
  text-align: center;
  background-color: #f3f3f3;
  padding-top: 4px;
  margin: 10px;
  /* optional rounded corners for browsers that support it */
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  padding: 0 4px 5px;
  margin: 0;
}

.tg_banner .slick-dots{
  bottom:40px;
}

.tg_wrap_header{
  display: flex;
  align-items: center;
}

.tg_lang{
  margin: 0px 0px 0px auto;
}
.exhibitor_page h3.widget-title{
   text-align: center;
   max-width: 700px;
   margin: 0px auto 20px auto;
   font-size: 28px;
   line-height: 36px;
   color: #165aa6;
}

.tg_gallery_1 img{
   height: 400px;
   object-fit: cover;
   width: 100%;
}

.exhibitor_page  [class*="tg_gallery"]{
   margin: 0px 0px 50px 0px  !important;
}

.tg_gallery_2 img{
   height: 200px;
   width: 100%;
   object-fit: cover;
}
body .exhibitor_page  .tg_gallery_1 {
   margin:50px 0px 50px 0px !important;
}

body .exhibitor_page  .tg_gallery_1 ul , body .exhibitor_page  .tg_gallery_1 ul li{
   list-style:initial !important;
}

body .exhibitor_page  .tg_gallery_1 ul{
   padding:0px 0px 0px 30px;
   display:flex;
   gap: 10px 20px;
   flex-wrap: wrap;
}

body .exhibitor_page  .tg_gallery_1 ul li{
   width: calc(50% - 20px);
}

.tg_gallery_1 h3{
   text-align:left !important; 
}

.tg_lang_address{
   margin:0 0 0 auto;
}

.tg_lang_address .tg_address{
   background: #165aa6;
   padding: 10px 20px;
   border-radius: 8px;
   display: flex;
   flex-direction: column;
   gap: 5px;
   max-width: 450px;
}

.tg_lang_address .tg_address p:nth-child(1)::before{
   content:"\f017";
   font:normal normal normal 14px/1 FontAwesome;
   position: absolute;
   top: 2px;
   left: 3px;
}

.tg_lang_address .tg_address p:nth-child(2)::before , .tg_lang_address .tg_address p:nth-child(3)::before{
   content:"\f041";
   font:normal normal normal 14px/1 FontAwesome;
   position: absolute;
   top: 2px;
   left: 3px;
}

.tg_lang_address .tg_address p{
   color:#fff;
   font-size: 14px;
   line-height: 20px;
   margin: 0px;
   display: flex;
   align-items: center;
   gap:5px;
   position: relative;
   padding: 0px 0px 0px 20px;
}

.tg_wrap_nav_lang{
   display: flex;
   align-items: center;
}

.tg_wrap_nav_lang .tg_lang .gt_switcher-popup , .tg_wrap_nav_lang .tg_lang  .gt_switcher-popup span{
   color:#fff !important;
}

.g_content{
   min-height: 450px;
}

.directory_page {
   text-align: center;
}

.title_area_exhibitor .textwidget h3{
   text-align: center;
   color: #ae1b26;
}

.tg_textwidget_gallery1 {
   min-height: 300px;
}

.tg_gallery_1_img img{

}

/* css rau*/
.single-post .ul_check li{
  padding: 0px 0px 0px 45px;
  position: relative;
  margin: 0px 0px 25px 0px;
}
.single-post .ul_check li::before{
   content:"\f00c";
   font:normal normal normal 14px/1 FontAwesome;
   position: absolute;
   background: none;
   color: #165aa6;
   font-size: 17px;
   left: 0px;
   padding: 3px;
   border: 3px solid #165aa6;
   top: 50%;
   margin: -14px 0px 0px 0px;
}
.the_orgernise .panel-layout .panel-layout .panel-layout .panel-grid>.panel-grid-cell{
   width: 25% !important;
   padding:5px;
}
.the_orgernise  h3.widget-title{
   color: #f37335;
   font-size: 30px;
   line-height: 40px;
   margin: 0px 0px 25px 0px;
}
.single-post .content_single_post .text_content .the_orgernise img{
   margin:0px auto;
}
.logo_single{
   position: relative;
   display: table;
   width: 100%;
   background: #f5f5f5;
   padding: 15px;
   margin: 0px 0px 10px 0px;
}
.logo_single figure{
   float:left;
   max-width: 150px;
   margin: 0px 20px 0px 0px;
}
.logo_single .textwidget  {
   display: table;
   margin: 10px 0px 0px 0px;
}
.logo_single .textwidget  h4{
   color: #f37335;
   margin: 0px;
   font-size: 22px;
   line-height: 30px;
   font-weight: normal;
}
.logo_single .textwidget p{
   color: #f37335;
   margin:0px;
   font-size: 14px;
   line-height: 23px;
}
.partners{
   clear: both;
   border: 7px solid #165aa6;
   padding: 20px;
}
.partners ul li h3 a{
  font-size: 18px;
  color: #165aa6;
  line-height: 26px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.partners li{
  display: none;
}
.partners li figure{
  height: 200px;
  overflow: hidden;
  position: relative;
  width: 100%;
  background-size: cover!important;
  background-position: center center !important;
}
.partners li figure img{
  max-width: 80%;
  position: absolute;
  top:50%;
  left: 50%;
  transform: translate(-50%,-50%);
  height: auto;
}
.partners .slick-slider{
  margin:0px !important;
}
.logo_single .absolute_link{
   position: absolute;
   width: 100%;
   height: 100%;
   z-index: 1;
   top: 0px;
   left: 0px;
}

.list_post_news .wrap_thumb .thumbnail {
   height: 230px;
}
.list_post_news ul li .thumbnail a {
  display: block;
  width: 100%;
  height: 100%;
}
.list_post_news ul li h3 a {
  font-size: 19px;
  line-height: 27px;
  color: #52547d;
  text-transform: uppercase;
  min-height: 56px;
  display: block;
}
.list_post_news .read_more{
   border-top:1px solid #e6e6e6;
}
.list_post_news .read_more a{
   display: inline-block;
   font-size: 16px;
   color: #9d9d9d;
   margin: 10px 0px 0px 0px;
}
.introduce_index h3.widget-title{
   margin: 0px 0px 15px 0px;
   font-size: 22px;
   line-height: 40px;
   text-transform: uppercase;
   text-align: left;
   color: #52547d;
   font-weight: 700;
}
.introduce_index .textwidget{
  text-align: justify;
}
.introduce_index .textwidget p{
   font-size: 14px;
   line-height: 22px;
}
.regis_fixed{
   position: fixed;
   bottom: initial;
   left: initial;
   right: 0px;
   top: 12%;
   margin: -47px auto 0px 0px;
   width: 100%;
   max-width: 190px;
   z-index: 999;
}
.regis_fixed ul li{
   float: none;
   margin: 0px 0px 10px 0px;
   position: relative;
}
.regis_fixed ul>li:last-child{
   margin:0px;
}
.regis_fixed ul li a{
   display: block;
   padding: 12px 10px 12px 40px;
   color:#fff;
   background: #f37335;
   border-radius: 5px 0px 0px 5px;
   text-transform: uppercase;
   font-weight: 700;
   font-size: 12px;
}
.regis_fixed ul>li:nth-child(1)::before{
   position: absolute;
   content:"\f2ba";
   font:normal normal normal 14px/1 FontAwesome;
   color:#fff;
   left: 9px;
   top: 11px;
   font-size: 22px;
   -webkit-transform: translateZ(0);
   transform: translateZ(0);
   -webkit-transition-duration: 0.3s;
   transition-duration: 0.3s;
   -webkit-transition-property: transform;
   transition-property: transform;
   -webkit-transition-timing-function: ease-out;
   transition-timing-function: ease-out;
}
.regis_fixed ul>li:nth-child(2)::before{
   position: absolute;
   content:"\f044";
   font:normal normal normal 14px/1 FontAwesome;
   color:#fff;
   left: 9px;
   top: 11px;
   font-size: 22px;
   -webkit-transform: translateZ(0);
   transform: translateZ(0);
   -webkit-transition-duration: 0.3s;
   transition-duration: 0.3s;
   -webkit-transition-property: transform;
   transition-property: transform;
   -webkit-transition-timing-function: ease-out;
   transition-timing-function: ease-out;
}
.regis_fixed ul li:hover::before{
   -webkit-animation-name: hvr-icon-push;
   animation-name: hvr-icon-push;
   -webkit-animation-duration: 0.3s;
   animation-duration: 0.3s;
   -webkit-animation-timing-function: linear;
   animation-timing-function: linear;
   -webkit-animation-iteration-count: 1;
   animation-iteration-count: 1;
}
span.recaptcha{
  clear: both;
  display: block;
}
.wpcf7-recaptcha{
  display: table;
  margin: 0px auto;
}
.wpcf7-not-valid-tip {
  text-align: left;
  padding: 0px 0px 0px 0px;
  font-size: 13px !important;
  position: absolute;
  background: #e0a118;
  color: #fff !important;
  padding: 0px 10px;
  z-index: 2;
  line-height: 21px;
}
.wpcf7-not-valid-tip::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 7px solid #e0a118;
  top: -7px;
  left: 0px;
  right: 0px;
  margin: 0px auto;
}
.partners iframe{
  width: 100% !important;
  max-width: 100% !important;
}
.directory_page {
  padding: 50px 0px 0px 0px;
}

.directory_page .textwidget a {
  display: table;
  margin: 0px auto;
  font-size: 16px;
  padding: 10px 20px;
  background: #05577f;
  border-radius: 5px;
  color: #fff;
}

.introduce_index figure{
  position: relative;
}

.introduce_index figure::before{
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  background: #165aa6;
  bottom: -9px;
  right: -9px;
}

.introduce_index figure::after{
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  background: #165aa6;
  top: -9px;
  left: -9px;
}

.introduce_index figure img{
  position: relative;
  z-index: 1;
  height: 450px;
  object-fit: cover;
}

.introduce_index>.panel-grid-cell:nth-child(1) .textwidget{
  padding:0px 30px 0px 0px;
}
.host_patronize {
   display:none !important;
}

.address_header ul li{
   text-align: left;
   font-size: 14px;
   line-height: 25px;
   color: #ae1b26;
   max-width: 720px;
   text-transform: uppercase;
   font-weight: 700;
}

/* end css rau*/

/* pagination */
.tg_pagination {
   display: table;
   margin:10px auto 0px auto;
   clear: both;
}
.tg_pagination span.current{
   color: #fff;
   display: inline-block;
   width: 20px;
   height: 20px;
   border-radius: 50%;
   line-height: 20px;
   color: #fff;
   background: #165aa6;
   text-align: center;
   font-weight: 700;
}
.tg_pagination a{
   color: #000;
   display: inline-block;
   width: 20px;
   height: 20px;
   background: #fff;
   border-radius: 50%;
   text-align: center;
   font-weight: 700;
   margin: 0px 3px;
}
.tg_pagination a:hover, .tg_pagination a:hover i{
   color:#165aa6;
}

/* end pagination */

.list_post_news , .list_post_other{
   padding: 50px 0px 20px 0px;
}
.list_post_comments .most-commented>li:nth-child(1){
   float: left;
   max-width: 50%;
   width: 100%;
   padding: 0px 15px;
}

.cat_post a{
   font-weight: 700;
   color: #288295;
}
.title_tg_top {
  margin: 0px 0px 55px 0px;
  color: #000;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 700;
  position: relative;
  padding: 0px;
  line-height: 40px;
  text-align: center;
}
.title_tg_top::before{
   content:"";
   position: absolute;
   height: 2px;
   width: 100%;
   max-width: 140px;
   background: #f37335;
   bottom: -13px;
   left: 0px;
   right: 0px;
   text-align: center;
   margin: 0px auto;
}

/* list_post_other */
.list_post_other ul>li:first-child{
   padding:0px 0px 25px 0px;
}
.footer a{
  color:#fff;
}
/* end list_post_other */
.partners .slick-prev{
  left:0px !important;
}
.partners .slick-next{
  right:-3px !important;
}
.int_post ul li {
  float: left;
  margin: 0px 10px 0px 0px;
}
.patronize{
  margin: 0px 0px 30px 0px;
}
.regis_fixed{
  display: none;
}
.list_post_news h2.title_tg_top::before{
  /* background: none; */
}
.list_post_news h2.title_tg_top{
  color: #52547d;
  /* -webkit-text-stroke-color: black; */
  /* Will override color (regardless of order) */
  /* -webkit-text-stroke-width: 1px; */
  /*text-shadow: 0px 3px #0000ff;*/
  margin: 0px 0px 50px 0px;
}
.partners_video h2{
  color: #165aa6;
  margin: 0px 0px 50px 0px;
  font-size: 30px;
  font-weight: 700;
  position: relative;
  padding: 0px;
  line-height: 40px;
  text-align: center;
}
.partners_video h2::before{
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  max-width: 140px;
  background: #165aa6;
  bottom: -13px;
  left: 0px;
  right: 0px;
  text-align: center;
  margin: 0px auto;
}
.partners_video{
  padding: 50px 0px;
}
.item_partn_vd .row>.col-sm-6:nth-child(1){
  float: right;
}
.item_partn_vd .row>.col-sm-6:nth-child(2){
  float: left;
}
.item_partn_vd .row>.col-sm-6{
  float:none;
  padding:0px;
}
.item_partn_vd .row{
  margin:0px;
}
.tg_r{
  display:flex;
}
.tg_r .tg_sm {
 width: 100%;
 padding: 0px 15px;
}
.item_partn_vd .wrap_figure{
   position: relative;
}
.item_partn_vd .wrap_figure::before{
   content: "";
   width: 98%;
   height: 98%;
   position: absolute;
   top: 16px;
   left: 6px;
   z-index: 0;
}
.list_partners_vd .slick-slide {
   margin: 15px 0px !important;
}
.item_partn_vd iframe{
   max-width: 100% !important;
   height: 400px;
   position: relative;
   left: 13px;
}
.item_partn_vd figure{
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 400px;
  top: 0px;
  border: none;
  background-size: cover !important;
  background-color: #fff !important;
  border: 1px solid #ccc;
}
.item_partn_vd iframe{
 max-width: 500px !important;
}
.item_partn_vd figure a{
 display: block;
 width: 100%;
 height: 100%;
 position: relative;
 z-index: 3;
}
.item_partn_vd .btn_discovery{
 background: #165aa6;
 padding: 12px 10px;
 color: #fff;
 font-weight: 700;
 width: 100%;
 max-width: 140px;
 text-align: center;
 font-size: 16px;
 transition: all 0.3s;
 position: relative;
 display: none;
}
.item_partn_vd .btn_discovery span{
 position: relative;
 z-index: 1;
}
.item_partn_vd .btn_discovery::after{
   content: "";
   position: absolute;
   z-index: 0;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   background: #52547d;
   -webkit-transform: scaleX(0);
   transform: scaleX(0);
   -webkit-transform-origin: 0 50%;
   transform-origin: 0 50%;
   -webkit-transition-property: transform;
   transition-property: transform;
   -webkit-transition-duration: 0.3s;
   transition-duration: 0.3s;
   -webkit-transition-timing-function: ease-out;
   transition-timing-function: ease-out;
}
.item_partn_vd .btn_discovery:hover::after{
 -webkit-transform: scaleX(1);
 transform: scaleX(1);
}
.item_partn_vd .btn_discovery:hover{
  color: #fff;

}
.item_partn_vd .textwidget{
  text-align: justify;
  margin: 0px 0px 40px 0px;
  padding: 0px 20px 0px 0px;
}
.item_partn_vd h3{
  margin: 0px 0px 15px 0px;
  font-size: 23px;
  line-height: 40px;
  text-transform: uppercase;
  text-align: left;
  color: #52547d;
  position: relative;
  padding: 0px 0px 0px 32px;
}
.item_partn_vd h3::before{
  content: "\f1ad";
  position: absolute;
  font: normal normal normal 14px/1 FontAwesome;
  top: 5px;
  left: 0px;
  font-size: 24px;
}
.item_partn_vd .textwidget p{
  font-size: 15px;
  line-height: 24px;
}
.item_partn_vd  .inner_figure{
  height: 400px;
}
.item_partn_vd .wrap_figure .icon_play::before{
  content: "";
  width: 100%;
  height: 100%;
  background: none;
  z-index: 4;
  position: absolute;
  cursor: pointer;
}
.item_partn_vd .wrap_figure .icon_play .icplay_inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 3;
}
.item_partn_vd .wrap_figure .icon_play .wrap_icon_play{
  z-index: 2;
  width: 110px;
  height: 110px;
  background: rgba(255,255,255,.5);
  line-height: 112px;
  border-radius: 50%;
  transition: all .3s;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.item_partn_vd .wrap_figure .icon_play i.fa {
  font-size: 55px;
  color: #165aa6;
  position: relative;
  left: 4px;
  top: 1px;
}
.item_partn_vd .wrap_figure:hover .wrap_icon_play {
  background: #fff;
  font-size: 58px;
  transform: scale(1.1);
}
.host_ft .slick-list li{
  display: none;
}
.partners ul{

}
.partners .slick-list, .partners .slick-slide{
  height: auto !important;
  max-height: 375px;
  min-width: auto !important;
}
.tg_banner ul li figure{
  height: 500px;
}
.tg_banner ul li figure img{
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.address_header p strong{
  margin:0px 5px 0px 0px;
  color: black;
}
.address_header p{
  position:relative;
  padding: 0;
}
.address_header em:first-of-type{
  border-bottom: none;
  padding: 0px 0px 5px 18px;
  margin: 0px 0px 6px 0px;
  display: table;
}
.address_header p::before{
  content: "";
  font:normal normal normal 14px/1 FontAwesome;
  position:absolute;
  top: 3px;
  left:0px;
  color:#165aa6;
}
.address_header em::before{
  content: "\f041";
  font:normal normal normal 14px/1 FontAwesome;
  position:absolute;
  top:0px;
  left: 2px;
  color:#165aa6;
}
.address_header sup{
  font-size: 10px;
}
.address_header em{
  font-style:normal;
  position:relative;
  padding: 0px 0px 0px 18px;
}
.partners_video{
}
@media(min-width: 1601px){
  .introduce_index h3.widget-title{
    font-size: 24px;
    line-height: 32px;
 }
}
@media(min-width: 1025px) and (max-width: 1600px){
  .tg_banner ul li figure{
    height: 460px;
 }
 .nav_primary ul>li>a{
    font-size: 12px;
 }
 .introduce_index h3.widget-title{
    font-size: 18px;
    line-height: 30px;
 }
 .item_partn_vd h3{
    font-size: 18px;
    line-height: 26px;
 }
 .address_header h3{
    font-size: 16px;
    margin: 0px 0px 5px 0px;
 }
 .item_partn_vd figure{
    height: 351px;
    top: 53px; 
    left: 43px;
    max-width: 359px !important;
 }
 .item_partn_vd iframe{
    max-width: 359px !important;
    height: 349px;
    top: 53px;
    left: 13px;
 }
}
@media(min-width: 768px) and (max-width: 1100px){
   .introduce_index>.panel-grid-cell:nth-child(2){
      margin:40px 0px 0px 0px !important;
   }
   .gtranslate_wrapper {
      margin: 0px 25px 0px 0px;
   }
   .address_header{
      display: none;
   }
   .list_partners_vd .slick-slide{
      margin: 0px !important;
   }
   .slick-slider{
      margin: 0px;
   }
/*   .item_partn_vd .inner_figure{
      height: 250px;
   }
   .item_partn_vd figure{
      height: 250px;
   }*/
   .partners_video{
      padding: 40px 0px 0px 0px;
   }
   .home .g_content{
      margin: 40px 0px 0px 0px;
   }
   .tg_banner ul li figure{
      height: 400px;
      margin: 0px;
   }
   .order-fixedf {
     display: none;
  }
  .address_header p{
     margin:0px 0px 10px 0px;
     text-align: left;
  }
  .middle_header {
     display: none;
  }
  .icon_mobile_click{
     display: block;
     top: 51px;
     right: 30px;
  }
  .hot_big_post p.cat_title span{
     font-size: 14px;
  }
  .address_header{
     margin:23px 0px 0px 30px;
  }

  .cat_post_area_idx .list_post_item .thumbnail{
   max-width: 150px;
   height: 125px;
}
.cat_post_area_idx .list_post_item h2.post_title a{
   min-height: 72px;
}
.logo_site{
   max-width: 200px;
}
.address_header .textwidget{
   max-width: 300px;
}
}
@media (max-width:1024px){
   .tg_banner .slick-slider{
      margin: 0px;
   }
   .gtranslate_wrapper {
      margin: 0px 35px 0px 0px;
   }
   .address_header{
   }
}
@media(max-width: 767px){
   .g_content {
    min-height: auto;
}
   .single-post .content_single_post .text_content img{
      height: 200px;
   }
   .tg_lang{
             position: absolute;
        top: 36px;
        right: 20px;
   }
   .tg_wrap_header{
      flex-direction: column;
      align-items: flex-start;
   }
   .introduce_index>.panel-grid-cell:nth-child(1) .textwidget{
      padding:0px;
   }
   .introduce_index figure img{
      width: 100%;
      height: 100%;
      object-fit: cover;
   }
   .introduce_index figure{
      height: 250px;
   }
   .introduce_index>.panel-grid-cell:nth-child(2){
      margin:20px 0px 0px 0px !important;
   }
   .partners_video .slick-slider{
      margin: 0px;
   }
   .tg_banner ul li figure{
      height: 190px;
   }
   .item_partn_vd iframe{
      height: 200px;
   }
   .item_partn_vd .inner_figure{
      height: 200px;
   }
   .partners_video{
      padding: 40px 0px 0px 0px;
   }
   .partners_video h2 , .list_post_news h2.title_tg_top {
      font-size: 22px;
      line-height: 30px;
      margin: 0px 0px 35px 0px;
   }
   .partners_video h2::before , .title_tg_top::before{
      width: 100%;
      max-width: 90px;
      background: #f37436;
      bottom: -10px;
   }
   .partners .slick-prev{
      left: -30px !important;
   }
   .partners .slick-next{
      right: -30px !important;
   }
   .item_partn_vd .textwidget{
      margin: 0px 0px 15px 0px;
   }
   .item_partn_vd .btn_discovery{
      margin: 0px auto;
      padding: 8px 10px;
      font-size: 14px;
      max-width: 110px;
   }
   .item_partn_vd figure{
      height: 200px;
      left: 0px;
   }
   .item_partn_vd .wrap_figure::before{
      border: none;
   }
   .item_partn_vd .wrap_figure{
      padding: 0px;
   }
   .item_partn_vd h3{
      font-size: 17px;
      line-height: 24px;
      margin: 15px 0px 10px 0px;
   }
   .item_partn_vd .row>.col-sm-6:nth-child(1) , .item_partn_vd .row>.col-sm-6:nth-child(2){
      float: none;
   }
   .partners li figure{
      height: 110px;
   }
   .host_patronize .col-sm-3{
      margin: 0px 0px 30px 0px;
   }

   html{
    overflow-x: hidden;
 }
 .introduce_index h3.widget-title{
    margin: 20px 0px 20px 0px;
    font-size: 22px;
    line-height: 30px;
    text-align: center;
 }
 .list_post_news ul li h3 a{
    font-size: 18px;
    line-height: 26px;
 }
 .regis_fixed{
    position: fixed;
    bottom:0px;
    left: initial;
    top:initial;
    width: 100%;
    max-width: 100%;
 }
 .introduce_index .textwidget p , .item_partn_vd .textwidget p{
    font-size: 14px;
    line-height: 22px;
 }
 .excerpt p{
    font-size: 14px;
    line-height: 22px;
 }
 .regis_fixed ul li{
    float:left;
    width: 50%;
    margin: 0px;
 }
 .regis_fixed ul li a{
    border-radius: 10px 10px 0px 0px;
    text-align: center;
    padding: 15px 10px 15px 20px;
    font-size: 11px;
 }
 .regis_fixed ul>li:nth-child(2)::before , .regis_fixed ul>li:nth-child(1)::before{
    display: none;
 }
 .ft_custom .row>.col-sm-6:nth-child(2) h3::before{
    left: 0px;
    right: initial;
 }
 .ft_custom .row>.col-sm-6:last-child{
    text-align: left;
 }
 .site-lang{
  margin: 25px 50px 0px 0px;
  position: absolute;
  top: 0px;
  right: 0px;
}
.address_header .textwidget{
   display: none;
}
.list_post_highlight{
   padding:40px 0px 10px 0px;
}
.admin-bar .header{
   margin:45px 0px 0px 0px;
}
.icon_mobile_click{
   display: block;
   top: 30px;
   right: 15px;
}
.sidebar{
   display: none;
}
.woocommerce-MyAccount-content{
   min-height: initial;
}
.nav_primary{
   display: none;
}
.search_header{
   float:none;
   margin:10px 0px 10px 0px;
   display: none;
}
.fixed_menu .search_header{
   margin:8px 0px 8px 0px;
}
.address_header{
   /* display: none; */
   margin: 20px 0px 20px 0px;
}
.hot_big_post h2 a{
   font-size: 15px;
   line-height: 23px;
}
.slick-prev{
   left: 10px !important;
   width: 30px !important;
   height: 30px !important;
}
.slick-next{
   right: 10px !important;
   width: 30px !important;
   height: 30px !important;
}
.slick-prev:before , .slick-next:before{
   width: 30px;
   height: 30px;
   line-height: 30px !important;
}
.cat_post_area_idx .list_post_item .thumbnail{
   max-width: 320px;
   height: 180px;
   margin: 0px auto 10px auto;
   float: none;
}

#menu_mobile_full .sub-menu li{
   padding:10px 0px 10px 15px;
}

.footer{
   margin:20px 0px 0px 0px;
   padding:35px 0px 60px 0px;
}
.list_post_item .thumbnail{
   float:none;
   display: table;
   margin:0px auto;
}
.related_posts ul li{
   margin: 0px 0px 30px 0px;
   width: 50%;
   float: left;
}
.related_posts ul li:nth-child(3n+1){
   clear: none;
}
.related_posts ul li:nth-child(2n+1){
   clear: both;
}
.related_posts ul li .thumbnail{
   height: 120px;
}
.item_focal_week h2{
   max-width: 100%;
   text-align: center;
}
#pl-16 .textwidget{
   text-align: center;
}
.popup .wpcf7{
   max-width: 100%;
   float:none;
}
.footer-widget-area li{
   margin:0px 0px 20px 0px;
}
.button_start {
   font-size: 18px;
   padding: 13px 0px;
}

.content_single_post h1, .content_single_post h2 , .content_single_post h3 , .content_single_post h4 , .content_single_post h1 a , .content_single_post h2 a , .content_single_post h3 a , .content_single_post h4 a {
   font-size: 18px;
   line-height: 26px;
}
.single_post_info h2{
   margin:0px 0px 10px 0px;
}
/* end include  */
.banner .register_banner{
   position: relative;
   bottom: initial;
   width: 100%;
}
.logo_site{
   max-width: 120px;
}
.flexslider{
   display: none;
}
.banner .register_banner .wrap_item_regis_banner{
   margin:0px 0px 30px 0px;
}
.banner {
   padding:30px 0px 0px 0px;
}
.home .g_content{
   margin:0px;
}
.list_post_news{
 padding:10px 0px 20px 0px;
}
.list_post_other{
   padding:30px 0px;
}
.list_post_news .most-commented>li{
 width: 100% !important;
 float:none !important;
 max-width: 100% !important;
 margin: 0px 0px 30px 0px;
}
.img_category_single{
  height: 180px;
}
.list_post_item{
  width: 100%;
}
.list_post_categories>.list_post_item:nth-child(3n+1){
  clear: none;
}

}

/* Icon Push */
@-webkit-keyframes hvr-icon-push {
 50% {
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}
}
@keyframes hvr-icon-push {
 50% {
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}
}