 html{
     margin:0px !important;
     padding:0px !important;
}
 ul{
     padding:0px;
     margin:0px;
     list-style:none;
}
 a, a:hover{
     text-decoration: none !important;
}
 a:hover{
     color: #b52622;
}
 :hover,:focus{
     outline: none !important;
}
 body{
     font-family: 'Roboto', sans-serif;
     font-style: normal;
     font-weight: 400;
     font-size: 13px;
     letter-spacing: 0em;
     color: #000;
     position: relative;
     overflow-x: hidden;
}
 .container{
     max-width: 1180px;
     margin:0px auto;
}
 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: #bf0a35  !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: #ccc;
}
.slick-dots li.slick-active button{
    background:#ff9e00 !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: #bf0a35;
}
 .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: #bf0a35;
     -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;
     display: none;
     cursor: pointer;
     top: 0px;
     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: #b52622;
     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 li.menu-item-has-children::before{
     content: "\f107" !important;
     font: normal normal normal 14px/1 FontAwesome !important;
     position: absolute;
     right: 2px;
     top: 18px;
     color: #fff;
     font-size: 11px !important;
}
 .nav_primary ul>li>a{
     display: inline-block;
     padding: 15px 13px;
     color: #fff;
     font-weight: 700;
     transition: all 0.3s;
     font-size: 13px;
     text-transform: uppercase;
}
 .nav_primary ul>li>ul.sub-menu{
     position: absolute;
     width: 210px;
     background: #bf0a35;
     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 rgb(255 255 255 / 30%);
     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: #b52622;
     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: #b52622;
     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: 90px;
     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: #bf0a35;
     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{
     max-width: 150px;
     transition: all 0.3s;
     margin: 0;
}
 .logo_site img{
     max-width: 100%;
     height:auto;
     border-radius: 10px;
}
 .nav_primary{
     float: left;
     margin:0px;
}
 .search_header{
     float: right;
     margin: 10px 0px 0px 0px;
}
 .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{
     margin: 0px 0px 0px 30px;
}
 .address_header p a{
     color: #b52622;
     font-weight: 700;
     margin: 0px 0px 0px 4px;
}
 .address_header h3{
     float: none;
     margin: 0px 0px 5px 0px;
     line-height: 20px;
     text-align: left;
     font-size: 24px;
     line-height: 32px;
     color: #bf0a35;
     display: block;
}
.address_header p{
    font-size: 14px;
    line-height: 19px;
    color:#000;
    margin: 0px 0px 5px 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 #b52622;
     text-align: center;
     line-height: 23px;
     font-size: 15px;
     position: relative;
     margin: -4px 7px 0px 0px;
     top: 1px;
     color: #b52622;
}
.address_header p strong{/* color: #f37436; *//* font-size: 15px; */font-weight: 400;}
.address_header .textwidget{
     display: table;
     width: 100%;
     max-width: 100%;
}
 .middle_header{
     background: #bf0a35;
     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: 50px 70px 0px 0px;
     display: inline-block;
     float: right;
     padding: 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: #b52622 !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: #b52622;
     font-weight: 700;
     display: table;
     position: relative;
     border: 1px solid #b52622;
}
 .readmore:focus{
     color:#f0a52b;
}
 .readmore i.fa{
     transition: all 0.3s linear;
     position: absolute;
     right: 14px;
     top:10px;
}
 .readmore:hover{
     color: #b52622;
}
 .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 #b52622;
     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: 350px;
     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: 25px;
     line-height: 35px;
     color: #b52622;
     display: inline-block;
}
 .single-post figure.aligncenter{
     text-align: center;
     width: auto !important;
}
 .single-post .g_content{
     margin: 0px;
}
 .single-post .content_single_post .text_content img{
     display: table;
     margin:10px auto;
     border: 1px solid #e6e6e6;
}
 .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 #b52622;
}
 .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: #b52622;
}
/* 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: #b52622;
}
/* STICKY NAVBAR */
 .sticky {
     position: relative;
     top: 0;
     width: 100%;
     transition: 0.5s;
}
 .fixed_menu {
     position: fixed;
     z-index: 9999;
     box-shadow: 3px 3px 10px #b52622;
}
 .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 #b52622;
     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: #b52622;
         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: #b52622;
}
.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;}
.patronize ul li img , .dvi_dtnn ul li img {
         width: initial;
         height: 68px;
}
.patronize li , .dtnn li , .host_ft li{
     padding:0px 2px;
}
.host_ft ul li img , .dvi_dtnn .col-sm-3 ul li img{
     width: 100px;
     height: 68px;
}
.footer-widget-area li{
    list-style: none;
}
.footer-widget-area .textwidget p{
    color:#fff;
    font-size: 15px;
    line-height: 23px;
}
.ft_custom{
    margin: 25px 0px 0px 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: #b52622;
     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: #bf0a35;
         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: 26px;
     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%;
}
.list_partners_vd  .slick-slide{
    padding: 0px 10px;
}
.col_left_textwidget iframe{
    width: 100% !important;
    max-width: 100% !important;
}
.item_partn_vd .col_left_textwidget figure{
    position: relative;
    border: none;
    height: 249px;
    overflow: hidden;
    cursor: pointer;
}
.item_partn_vd .col_left_textwidget figure img{
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.item_partn_vd .col_left_textwidget figure::before{
    content: "\f16a";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 5;
    font-size: 50px;
    color: #ff0000;
}
.item_partn_vd .col_left_textwidget figure::after{
    width: 20px;
    height: 20px;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: #fff;
    z-index: 4;
}
.pdf_list_exhibitor h3.widget-title{
    text-align:center;
    margin: 0px 0px 20px 0px;
}
.pdf_list_exhibitor img{
    height:500px;
    object-fit:cover;
    width:100%;
}
.pdf_list_exhibitor {
    padding: 30px 0px 0px 0px;
}

.product_group_single{
    margin: 40px 0 0 0 !important;
}

/* 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: #b52622;
     font-size: 17px;
     left: 0px;
     padding: 3px;
     border: 3px solid #b52622;
     top: 20px;
     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 #bf0a35;
     padding: 20px;
}
.partners ul li h3 a{
    font-size: 18px;
    color: #bf0a35;
    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: contain !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: #bf0a35;
     font-weight: 700;
}
.introduce_index .textwidget{
    text-align: justify;
}
.introduce_index .textwidget p{
     font-size: 15px;
     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;
}
.tg_video_right_home iframe {
    width: 100% !important;
    max-width: 100% !important;
}
/* 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: #b52622;
     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:#b52622;
}

/* 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: #bf0a35;
        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: #e6e6e6;
    bottom: -13px;
    left: 0px;
    right: 0px;
    text-align: center;
    margin: 0px auto;
}
.partners_video{
    padding: 50px 0px;
    display: none;
}
.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 .wrap_figure{
    position: relative;
    padding: 0px;
}

.item_partn_vd .col-sm-6:nth-child(1) iframe{
    max-width: 100% !important;
    height: 100%;
    position: relative;
    display: none;
}
.item_partn_vd figure{
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    border: 3px solid #bf0a35;
}
.item_partn_vd figure a{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 3;
}
.item_partn_vd .btn_discovery{
    background: #bf0a35;
    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: 33px;
    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: 0px;
    left: 0px;
    font-size: 24px;
}
.item_partn_vd .textwidget p{
    font-size: 15px;
    line-height: 21px;
}
.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: #bf0a35;
    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: initial;
}
.tg_banner ul li figure img{
    object-fit: cover;
    width: 100%;
    height: 500px;
}
.top_header .container{
    display:flex;
    align-items: center;
}
.top_header .address_header  .tg_title_event{
    text-transform: uppercase;
    font-weight: 700;
    color: #474444;
    font-size: 16px;
}
@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 img{
        height:350px;
    }
    .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: 16px;
        line-height: 26px;
     }
    .item_partn_vd figure{
        left: -10px; 
        width:100%;
        height:330px;
    }
    .item_partn_vd .wrap_figure::before{
        border:none;
    }
    .item_partn_vd .inner_figure{
        height:initial;
    }
}
 @media(min-width: 768px) and (max-width: 1024px){

     .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: 60px;
    }
     .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{
    }
}
 @media(max-width: 767px){
     .top_header .container{
         flex-direction:column;
         align-items: flex-start;
     }
     .item_partn_vd iframe{
         width: 100% !important;
         max-width: 100% !important;
     }
     .partners_video .slick-prev, .partners_video .slick-next{
         top:90px !important;
     }
    .tg_banner ul li figure{
        height: 190px;
    }
    .item_partn_vd iframe{
        height: 200px !important;
    }
    .item_partn_vd .inner_figure{
        height: auto;
    }
    .partners_video{
        padding: 50px 0px 30px 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;
        padding: 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;
        position: relative;
        border: 10px solid #bf0a35;
    }
    .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;
    }
    .address_header .textwidget{
    }
    .list_post_highlight{
     padding:40px 0px 10px 0px;
    }
     .admin-bar .header{
         margin:45px 0px 0px 0px;
    }
     .icon_mobile_click{
         display: block;
         top: 25px;
         right: 25px;
    }
     .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: 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;
     margin: 0 0 20px 0px;
    }
    .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);
  }
}