/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0.3
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
/* fallback */
:root {
    --color-primary: #24285E!important;
    --color-secondary: #F27668!important;
  }
@font-face {
    font-family: 'Poppins-Mediumvn';
    src: url('/wp-content/themes/fonts/Poppins-Medium.otf') format('truetype');
}  
  @font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url("fonts/Material/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2") format('woff2');
  }
  /* fallback */
  @font-face {
    font-family: 'Material Icons Outlined';
    font-style: normal;
    font-weight: 400;
    src: url("fonts/Material/gok-H7zzDkdnRel8-DQ6KAXJ69wP1tGnf4ZGhUce.woff2") format('woff2');
  }
  /* fallback */
  @font-face {
    font-family: 'Material Icons Round';
    font-style: normal;
    font-weight: 400;
    src: url("fonts/Material/LDItaoyNOAY6Uewc665JcIzCKsKc_M9flwmP.woff2") format('woff2');
  }
  /* fallback */
  @font-face {
    font-family: 'Material Icons Sharp';
    font-style: normal;
    font-weight: 400;
    src: url("fonts/Material/oPWQ_lt5nv4pWNJpghLP75WiFR4kLh3kvmvR.woff2") format('woff2');
  }
  /* fallback */
  @font-face {
    font-family: 'Material Icons Two Tone';
    font-style: normal;
    font-weight: 400;
    src: url("fonts/Material/hESh6WRmNCxEqUmNyh3JDeGxjVVyMg4tHGctNCu0.woff2") format('woff2');
  }
  
  .material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -moz-font-feature-settings: 'liga';
    -moz-osx-font-smoothing: grayscale;
  }
  
  .material-icons-outlined {
    font-family: 'Material Icons Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -moz-font-feature-settings: 'liga';
    -moz-osx-font-smoothing: grayscale;
  }
  
  .material-icons-round {
    font-family: 'Material Icons Round';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -moz-font-feature-settings: 'liga';
    -moz-osx-font-smoothing: grayscale;
  }
  
  .material-icons-sharp {
    font-family: 'Material Icons Sharp';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -moz-font-feature-settings: 'liga';
    -moz-osx-font-smoothing: grayscale;
  }
  
  .material-icons-two-tone {
    font-family: 'Material Icons Two Tone';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -moz-font-feature-settings: 'liga';
    -moz-osx-font-smoothing: grayscale;
  }
  
  .absolute-footer.light.medium-text-center.text-center {
      display: none;
  }
  .wpcf7-form input[type="text"], .wpcf7-form input[type="email"]{width:95%;}
  .wpcf7-form input[type="tel"]{width:95%;}
  .wpcf7-form textarea[name="textarea-860"]{width: 97.5%;margin-top: 25px;}
  ul.header-nav.header-nav-main > li {
      margin: 0 15px;
  }

  .flickity-slider .gallery-col.col {
      height:100%;
  }
  .pagenavtion {
    margin-bottom: 15px;
  }
  .nav-dropdown>li.nav-dropdown-col{display:block}
  .nav-dropdown{border:1px solid #ddd; padding:0}
  .nav-dropdown .nav-dropdown-col>a, .nav-dropdown li a{font-weight:normal !important; text-transform:none !important;font-size:15px; font-weight:500}
  .nav-dropdown .nav-dropdown-col>ul li:hover{background:#db0000}
  .nav-dropdown-default>li:hover>a, .nav-dropdown .nav-dropdown-col>ul li:hover>a{color:white}
  .nav-dropdown-default>li:hover{background:#2c4891}
  .nav-dropdown-default>li>a{border-bottom:0 !important}.nav-dropdown-has-arrow li.has-dropdown:before{border-width: 10px;
      margin-left: -10px;}
  .nav-dropdown .nav-dropdown-col>ul{border: 1px solid #d2d2d2;margin-top:-40px;box-shadow: 2px 2px 5px #828282;display:none;position: absolute;
      left: 100%;z-index: 9;background: white;min-width: 240px;}
  .nav-dropdown>li.nav-dropdown-col{width:100%;border-right:0}
  .nav-dropdown .nav-dropdown-col>ul li a{padding:10px;  text-transform: none;color:black}
  .header-nav li.nav-dropdown-col:hover >ul{display:block !important}
  .menu-item-has-children i{
      float: right;
  }
  
  div#logo a:before{
      top: -34px;
  }
  
  div#logo a img{
      z-index: 9999;
      position: relative;
      left: -25px;
      top: 0px;
  }
  .meta-blogpage.body-2 {
      position: relative;
      padding-right: 24px;
      flex-wrap: wrap;
      margin: 15px 0;
  }
  .bookmark {
      position: absolute;
      right: 0;
    top: 0;
      margin-right: 0;
  }
  .meta-blogpage.body-2 .bookmark .material-icons {
      margin-right: 0;
  }
  .blog-detail .title-blogpage {
      display: flex;
      flex-direction: row;
      margin-bottom: 48px;
      justify-content: space-between;
  }
  
  .blog-detail .title-blogpage .btn-title {
      max-width: 198px;
      margin-left: 17px;
      flex: 0 0 198px;
      display: flex;
      flex-direction: column;
  }
  .blog-detail .title-blogpage .btn-title .btn:not(:last-child) {
      margin-bottom: 16px;
  }
  .blog-detail .document-blogpage,
  .blog-detail .speaker-blogpage,
  .blog-detail .content-blogpage {
      margin-bottom: 48px;
  }
  .blog-detail .document-blogpage > h5,
  .blog-detail .speaker-blogpage > h5,
  .blog-detail .content-blogpage > h5,
  .blog-detail .tag-blogpage > h5 {
      margin-bottom: 16px;
  }
  .blog-detail .document-blogpage .content-document.content-des a {
      margin-bottom: 16px;
      margin-right: 24px;
      display: inline-block;
      line-height: 20px;
  }
  .blog-detail .document-blogpage .content-document.content-des a .material-icons {
      font-size: 20px;
  }
  .blog-detail .document-blogpage .content-document.content-des a.float-end {
      color: rgba(0,0,0,.7);
  }
  .speaker-blogpage .account-header {
      display: flex;
      flex-flow: row wrap;
  }
  .speaker-blogpage .account-header .account-link {
      flex: 0 0 33.333%;
      max-width: 33.333%;
      margin-bottom: 8px;
  }
  .speaker-blogpage .account-header .account-link .account-img {
    width: 64px;
    height: 64px;
    flex: 0 0 64px;
    max-width: 64px;
  }
  .speaker-blogpage .account-header .account-link .account-info {
      align-self: center;
  }
  .speaker-blogpage .account-header .account-link .account-info .acc-fullname {
      font-weight: 700;
      font-family: 'Gotham';
  }
  .blog-detail .tag-blogpage > h5 {
      width: 100%;
  }
  .blog-detail .tag-blogpage.btn-tag .btn {
      padding: 0px 12px;
      line-height: 26px;
      height: 26px;
  }
  .meta-blogpage.body-2 span {
      display: inline-flex;
      margin-right: 14px;
  }
  .blog-detail .btn-primary:hover {
      color: #fff;
      background-color: #011b66;
      border-color: #011b66;
  }
  .blog-detail .btn {
      line-height: 40px;
      padding: 0px 16px;
      font-size: 14px;
      border-radius: 4px;
      text-transform: uppercase;
      letter-spacing: 1.25px;
      height: 40px;
      text-align: center;
  }
  .blog-detail .btn.btn-primary {
      background: #f94903;
      color: #fff;
  }
  .blog-detail .btn.btn-outline-primary {
      border: 1px solid #f94903;
      color:#f94903;
  }
  li.html.custom.html_topbar_left {
    padding-left: 160px;
      color: #000;
      font-weight: bold;
      font-size: 15px;
  }
  li.html.custom.html_nav_position_text_top {
	  font-size:14px;
    color: #000;
    font-weight: bold;
  }
  .red_color{
      color: #9e000a;
  }
  .tab_hotel .testimonial-meta.pt-half{
    display: none;
  }
  .menu_box_button > .menu-item{
    border: 2px solid #9e000a;
      border-radius: 10px;
      padding: 10px;
      background: url(images/icon_arrow_right_dark.svg) no-repeat 30px 22px;
      background-size: 18px;
      padding-left: 65px;
      font-size: 1.15rem;
      color: #000;
      margin-bottom: 15px !important;
      font-weight: bold;
      display: block;
  }
  .center_box {
    position: relative;
  }
  .center_box::before{
    position: absolute;
      height: 8px;
      background-color: #9e000a;
      top: 0;
      left: 5px;
      content: "";
      width: 98.2%;
      z-index: 999;
  }
  .tabbed-content.tab_hotel ul li {
    width: 50%;
    margin: 0;
  }
  #ez-toc-container.ez-toc-light-blue {
    background: #ffffff;
    width: 100%;
    border: none;
    box-shadow: none;
  }
  
  .tabbed-content.tab_hotel ul li a{display: block;text-align: center;}
  .tabbed-content.tab_hotel ul li.active > a {
    border-top-color: #9e000a;
    text-align: center;
    color: #9e000a;
    padding-bottom: 11px;
    margin-bottom: -1px;
  }
  .tabbed-content.tab_full_iterm ul li {
    width: 33.3333%;
    margin: 0;
  }
  .tabbed-content.tab_full_iterm ul li a{display: block;text-align: center;}
  .popup-gallery .custom-bg{
    display: flex;
    min-height: 150px;
  }
  .popup-gallery .title > a{color: #000;}
  .gallery_list {
    display: flex;
    justify-content: space-between;
    margin-top: 65px;
    flex-wrap: wrap;
  }
  .gallery_list .item {
    width: 23%;
  }
  .list_all_gallery{
    display: flex;
    margin-top: 65px;
    flex-wrap: wrap;
  }
  .list_all_gallery .item{
    width: 25%;
      padding: 0 10px;
  
  }
  .list_all_gallery .item img{
  
  }
  .list_all_gallery .image_gallery {
    height: 180px;
      margin-bottom: 15px;
  }
  .list_all_gallery .image_gallery img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .blog-archive table.table.table-striped tr th{
    color: var(--color-primary);
  }
  .blog-archive table.table.table-striped tr a.btn-primary.btn.btn-xs {
    background: #f96737;
    padding: 5px 12px;
    border-radius: 7px;
    color: #fff;
    display: flex;
    width: 80px;
    justify-content: space-between;
  }
  .blue_color{
    color: #011b66;
  }
  .exhibitor_list ul{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
  }
  .exhibitor_list ul li{
      list-style: none;
      width: 33.333%;
      padding: 0 7px;
      margin-bottom: 15px;
  }
  .typeProd.signature {
    position: absolute;
    background: #000;
    padding: 5px 10px;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
  }
  .descBloc.descBloc-signature h3 {
    margin-top: 15px;
    color: #000;
	  text-transform:uppercase;
  }
  .descBloc.descBloc-signature p{
    margin-bottom: 5px;
  }
  .blog-archive table.table.table-striped tbody tr:nth-child(2n+1){
    background: #f7f7f7;
  }
  .filter {
    display: flex;
    width: 100%;
    flex: 100%;
    justify-content: space-between;
    border-top: 1px solid #000;
    padding-top: 10px;
    margin-bottom: 35px;
  }
  .filter form{
    width: 43%;
    display: flex;
    position: relative;
    border-right: 1px solid #000;
    margin-bottom: 0;
  }
  .filter form input{
    padding-left: 35px;
    border: none;
    box-shadow: none;
    margin-bottom: 0;
  }
  .filter form svg{
    margin-right: -12px;
      position: absolute;
      z-index: 99;
      top: 10px;
      width: 26px;
      height: 18px;
      left: 15px;
  }
  .right_filter {
    display: flex;
    width: 50%;
    justify-content: space-between;
    align-items: center;
  }
  .cat_filter {
    position: relative;
  }
  .cat_filter::before{
    content: url(data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 70 70' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M29.1 10C27.1 4.2 21.5 0 15 0C6.7 0 0 6.7 0 15C0 23.3 6.7 30 15 30C21.5 30 27.1 25.8 29.1 20H70V10H29.1ZM15 20C12.2 20 10 17.8 10 15C10 12.2 12.2 10 15 10C17.8 10 20 12.2 20 15C20 17.8 17.8 20 15 20Z' fill='black' fill-opacity='0.97'/%3E%3Cpath d='M55 40C48.5 40 42.9 44.2 40.9 50H0V60H40.9C43 65.8 48.5 70 55 70C63.3 70 70 63.3 70 55C70 46.7 63.3 40 55 40ZM55 60C52.2 60 50 57.8 50 55C50 52.2 52.2 50 55 50C57.8 50 60 52.2 60 55C60 57.8 57.8 60 55 60Z' fill='black' fill-opacity='0.97'/%3E%3C/svg%3E%0A);
      position: absolute;
      left: 30px;
      top: 5px;
  }
  .exhibitor_list ul li .encart .zoneImg a{
    height: 100%;
  }
  .zonePagination .next {
    display: block;
      background: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 70 70' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M33.3 0H20L51.3 30H0V40H51.3L20 70H33.3L70 35L33.3 0Z' fill='black' fill-opacity='0.97'/%3E%3C/svg%3E");
      background-position: 0 2px;
      background-repeat: no-repeat;
      width: 25px;
      height: 25px;
      margin-left: 10px;
      float: right;
  }
  .zonePagination .next span{display: none;}
  div#paginationTop {
    display: flex;
    flex-direction: row-reverse;
  }
  div#paginationTop {
    display: flex;
    flex-direction: row-reverse;
  }
  .popup_content_exhibitor {
    position: absolute;
    z-index: 999;
    background: #fff;
    top: 15%;
    left: 25%;
    height: 40%;
    width: 50%;
    padding: 35px;
    box-shadow: 1px 3px 15px #797979;
    display: none;
  }
  .ais-Hits-item.active .popup_content_exhibitor{
    display: block;
  }
  .bg_messeger {
    background: #0009;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    display: none;
  }
  .bg_messeger.active{
    display: block;
  }
  .ais-Hits-item .close{
    display: none;
  }
  .ais-Hits-item.active .close {
    color: #000;
  position: absolute;
  right: 7px;
  top: 7px;
  display: block;
  }
  .ais-Hits-item.active .close svg path{
    fill: #000;
  }
  .box_cat_filter {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: rgb(0 0 0 / 30%);
    padding: 30px 20px;
    color: #fff;
    display: none;
  }
  .box_cat_filter.active{display: block;}
  .box_cat_filter > .content_filter{
    width: 300px;
    height: calc(100% - 40px);
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    padding: 20px 30px;
    overflow-y: auto;
    
  }
  .box_cat_filter > .content_filter > h1{
    color: #000;
  
  }
  #content .related-posts-wrapper{
    max-width: 1220px;
    margin: auto;
    margin-top: -35px;
  }
  .relpost-block-container {
    width: 76%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: column;
  }
  .relpost-block-single{
    border:none !important;
  }
  .relpost-custom-block-single {
    width: 100% !important;
    height: auto !important;
    display: flex;
    border: none !important;
  }
  .relpost-block-single-image {
    width: 135px !important;
    height: 95px !important;
    margin-right: 30px !important;
    border: 1px solid #ddd;
  }
  .relpost-block-single-text {
    font-size: 20px !important;
      text-align: left;
      line-height: 1.5;
      margin-top: 0;
      max-width: 80% !important;
  }
  
  
  .iterm_group_filter ul{
    flex-direction: column;
    display: none;
  }
  .iterm_group_filter ul.active{
    display: flex;
  }
  .iterm_group_filter ul li{
    display: flex;
      width: 100%;
      align-items: center;
      padding-left: 0;
  }
  .iterm_group_filter ul li input{
    margin-bottom: 0;
    margin-top: 0;
  }
  .iterm_group_filter ul li label{
    margin-bottom: 0;
    font-weight: 400;
  }
  .iterm_group_filter h4 i{
    float: right;
      font-size: 24px;
      margin-top: 0px;
  }
  .box_cat_filter.active h4 i {
   
  }
  .closePopin-icon {
    cursor: pointer;
      display: inline-block !important;
      padding: 18px 6px;
      position: relative;
      user-select: none;
      background: #fff;
      z-index: 20;
      top: 10px;
      position: absolute;
      left: 315px;
  
  }
  .closePopin-icon .naviconClose {
    background: #fff;
    display: block;
    height: 3px;
    position: relative;
    transition: background .2s ease-out;
    width: 25px;
  }
  .naviconClose::before, .naviconClose::after {
    background: rgba(0,0,0,0.97);
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all .2s ease-out;
    width: 100%;
    z-index: 100;
  }
  .naviconClose::before, .naviconClose::after {
    background: rgba(0,0,0,0.97);
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all .2s ease-out;
    width: 100%;
    z-index: 100;
  }
  .naviconClose::before {
    transform: rotate(-45deg);
  }
  .naviconClose::after {
    transform: rotate(45deg);
  }
  .zoneImg.signature {
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f1f1f1;
  }
  .zoneImg.signature img{
    max-width: 100%;
      max-height: 250px;
      object-fit: cover;
      margin: auto;
      display: block;
      height: 100%;
      border: 1px solid #ebebeb;
  }
  ul.page-numbers {
    justify-content: center;
  }
  ul.page-numbers li {
    width: auto;
    margin: 0 9px;
  }
  ul.page-numbers li a{
    font-weight: bold;
  }
  a.prev.page-numbers {
    width: auto;
  }
  .header-nav-main.nav-right li.html_top_right_text{
    margin-left: 0;
  }
  li.header-search.header-search-lightbox.has-icon {
    background: #011B66;
    padding: 13px 18px;
    color: #fff;
    margin-right: 2px;
  }
  li.header-search.header-search-lightbox.has-icon:hover{
    background:#fff;
    color: #000;
  }
  li.header-search.header-search-lightbox.has-icon i{
    color: #fff;
  }
  li.header-search.header-search-lightbox.has-icon:hover i{
    color: #000;
  }
  .header-nav-main.nav-right li.html_top_right_text a:hover{
    background-color: #fff !important;
      color: #f00 !important;
  }
  .banner_textbox {
    background: url(images/bg_box_banner.png) no-repeat;
      padding-left: 5px;
      background-size: contain;
  }
  .banner_textbox h3{
    text-shadow: none !important;
  }
  .bg_blue {
   background-color:#011b66!important;
  }
.bg_red{
	background-color:#9e000a!important;

}
  p#count_down_hawa {
    display: flex;
    justify-content: space-around;
  }
  #count_down_hawa div{
    color: #fff;
    text-align: center;
    font-size: 64px;
    font-style: normal;
    font-weight: 500;
    line-height: 54px;
  }
  p#count_down_hawa span{
    display: block;
    color: var(--neutral-600, #fff);
    text-align: center;
    font-size: 20px;
    font-style: italic;
    font-weight: 500;
    line-height: 24px;
  }
  .text_navigating{
    position: relative;
  }
  .text_navigating:before{
    content: "";
    background: url(images/Red.svg) no-repeat;
    position: absolute;
    left: 0;
    top: -35px;
    width: 122px;
    height: 122px;
  }
  .text_navigating:after{
    content: "";
    background: url(images/Green.svg) no-repeat;
    position: absolute;
    right: 0;
    top: -35px;
    width: 122px;
    height: 122px;
  }
  .box_with_ic_hawa {
    position: relative;
    height: 240px;
  }
  .box_with_ic_hawa img{
    margin-top: -33px;
    margin-bottom: 25px;
  }
  .box_with_ic_hawa h3{
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
  }
  .number_sqm{
    color:#717171 !important;
  
  }
  .ft_box_brand {
    background: #a33535;
      width: 75%;
      padding: 10px 20px;
      position: absolute;
      right: 0;
      bottom: 0;
      color:#fff !important
  }
  .ft_box_brand::after{
    content: "";
      width: 43px;
      height: 43px;
      left: -30px;
      bottom: -30px;
      position: absolute;
      border-bottom: 30px solid transparent;
      border-top: 30px solid #a33535;
      border-left: 30px solid transparent;
      border-right: 30px solid transparent;
      transform: rotate(315deg);
  }
  .tb_image_grid {
    background: #f4f4f4;
    padding: 8px 20px 8px 35px;
  }
  .tb_image_grid p{
    margin: 0;
  }
  .tb_image_grid::before{
    content: "";
    position: absolute;
    left: 0;
    width: 12px;
    height: 12px;
    border-bottom: 12px solid transparent;
    border-top: 12px solid transparent;
    border-left: 12px solid #A97C50;
    border-right: 12px solid transparent;
    top: calc(50% - 12px);
  }
  .tb_image_grid.yellow::before{
    border-left: 12px solid #F9ED32;
  }
  .tb_image_grid.blue::before{
    border-left: 12px solid #1C75BC;
  }
  .tb_image_grid.green::before{
    border-left: 12px solid #009247;
  }
  .title_news {
    display: flex;
    justify-content: space-between;
}
.title_h2{
  font-family: Poppins;
font-size: 32px;
font-style: normal;
font-weight: 600;
line-height: 36px;
}
.title_news a{
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 120% */
  text-decoration-line: underline;
}
.news_block_home{

}
.news_block_home .post-title a{
  height: 65px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 15px;
}
.news_block_home .post-title + .post-meta.is-small.op-8 {
  font-size: 16px;
  color: #C2C2C2;
}
.news_block_home .post-title + .post-meta.is-small.op-8 + .is-divider{
  display: none;
}
.slider_testimonial_home{

}
.slider_testimonial_home .flickity-viewport {
  position: relative;
}
.slider_testimonial_home .flickity-page-dots {
  top: -62px;
  right: 0;
  left: auto;
  bottom: auto;
}
.slider_testimonial_home .flickity-page-dots .dot{
  border-radius: 0;
    transform: rotate(45deg);
    background: #111;
    width: 10px;
    height: 10px;
}
.slider_logo_homepage .flickity-viewport {
  position: relative;

}
.slider_logo_homepage .flickity-page-dots {
  top: 50px;
  right: 0;
  left: auto;
  bottom: auto;
}
.slider_logo_homepage .flickity-page-dots .dot{
  border-radius: 0;
    transform: rotate(45deg);
    background: #111;
    width: 10px;
    height: 10px;
}
.endorsed_by .gallery-col .box-image{
  height:80px;
  display: flex;
  align-items: center;
}
.endorsed_by .gallery-col .box-image img{
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.supported {
  display: flex;
  justify-content: space-between;
}
.supported .gallery-col .box-image{
  height:80px;
  display: flex;
  align-items: center;
}
.supported .gallery-col .box-image img{
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.partners{
  display: flex;
  justify-content: space-between;
}
.partners .gallery-col .box-image{
  height:95px;
  display: flex;
  align-items: center;
}
.partners .gallery-col .box-image img{
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
#wpcf7-f16-p5819-o1 input[type="email"] {
  width: 100%;
  border-radius: 0;
  background: #fff;
}
#wpcf7-f16-p5819-o1 input[type="submit"] {
width: 100%;
background: #011b66;
border-radius: 0;
margin-left: 0;
margin-right: 0;
}
#wpcf7-f16-p5819-o1  .flex-row{
  align-items: start;
}
#wpcf7-f16-p5819-o1  form{
  margin-bottom: -35px;
}
#wpcf7-f16-p5819-o1 .flex-row .ml-half{
  margin-left: 0;
  padding-left: 0;
}
#wpcf7-f16-p5819-o1 .flex-col.flex-grow{
  pađing-right: 0;
}
.header-nav-main .header_register{
  color: #fff !important;
    font-weight: bold;
    background-image: linear-gradient(to right, #011B66, #660155, #A23636 60%);
    padding: 22px 30px;
    margin-top: -1px;
    column-gap: 15px;
}
.bookaspace, .register-chat {
  display: none;
}
.banner h1.fsz-h3{
  font-size: 2em;
}
form#wpforms-form-6409 {
  display: flex;

}
form#wpforms-form-6409 .wpforms-field-container{
  width: 85%;
}
form#wpforms-form-6409 .wpforms-submit-container{
  width: 15%;
}
button#wpforms-submit-6409 {
  background: #011b66;
  border: none;
  padding: 2px;
  width: 100%;
  color: #fff;
  text-transform: uppercase;
}
input#wpforms-6409-field_3 {
  border-radius: 0;
  height: 43px;
  border: none;
}
form#wpforms-form-6409 .wpforms-error-container {
  position: absolute !important;
  left: 0;
  bottom: -27px;
  background: #ccc !important;
  padding: 1px 10px !important;
}
.exbihitor_marquee{

}
.exbihitor_marquee .row_ex {
  display: flex;
  column-gap: 1.5rem;
}
.exbihitor_marquee .row_ex .item_ex{
  position: relative;
  min-width: 20rem;

}
.exbihitor_marquee .row_ex .item_ex a{
  display: block;
    position: absolute;
    padding: 8px 15px;
    background-color: var(--color-primary);
    bottom: 0;
    width: 100%;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
}
.brand_container {
  display: flex;
  margin: 20px auto 0;
  overflow: hidden;
  transform: translateZ(0);
  column-gap: 1.5rem;
}
.brand-slider-1 {
  animation: brand_slide_animation_rtl 50s linear -50s infinite;
}
.brand-slider-2 {
  animation: brand_slide_animation_rtl 50s linear infinite;
}
.brand-slider-3 {
  animation: brand_slide_animation_ltr 50s linear -50s infinite;
}
.brand-slider-4 {
  animation: brand_slide_animation_ltr 50s linear infinite;
}
@keyframes brand_slide_animation_rtl{0%{transform:translateX(0)}to{transform:translateX(-100%)}}
@keyframes brand_slide_animation_ltr{0%{transform:translateX(-100%)}to{transform:translateX(0)}}
img.img-date-event{
  width: 140px;
}
ul.info_footer_vibe li {
  display: flex;
  column-gap: 0.5rem;
  align-items: center;
  margin-left: 0;
}
footer#footer {
  border-top: 7px solid #fa6736;
}
.large-9.col.event_list_2025 {
  margin: auto;
}
.social_header {
  display: flex;
      column-gap: 6px;
}
.social_header a{
  transition: all ease-in-out 0.2s;
}
.social_header svg {
  width: 25px;
  height: 25px;
}
.social_header svg path{
  fill: var(--color-primary);
}
.social_header a:hover svg path{
  fill: var(--color-secondary);
}
select#sel-location {
  display: none !important;
}
  /*** Detail product ****/
  .detail_exhibitor_list .voirProd {
    display: block;
    float: right;
    color: #9e000a;
    font-size: 16px;
    line-height: 38px;
    padding-right: 50px;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 20px;
    background: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 70 70' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M33.3 0H20L51.3 30H0V40H51.3L20 70H33.3L70 35L33.3 0Z' fill='%239e000a' fill-opacity='0.97'/%3E%3C/svg%3E");
    background-position: 0 21px;
    background-repeat: no-repeat;
    font-weight: bold;
  }
  .detail_exhibitor_list .rubrique {
    position: absolute;
    left: 17px;
    top: 0;
    text-transform: uppercase;
      font-size: 16px;
    line-height: 28px;
    padding: 0px 10px;
  }
  .detail_exhibitor_list .signature {
    background: rgba(0,0,0,0.97) !important;
    color: white !important;
  }
.detail_exhibitor_list h1{
	text-transform:uppercase;
}
  .fiche h1 {
    padding-top: 40px !important;
    padding-right: 15px;
  }
  .fiche .description {
    border-top: 1px solid rgba(0,0,0,0.97);
    border-bottom: 1px solid rgba(0,0,0,0.97);
    margin: 20px 0px;
    padding: 20px 0px;
    font-size: 16px;
    line-height: 25px;
  }
  a.seeMore.trk-cta {
    display: block;
    text-decoration: underline;
    font-weight: bold;
  }
  .lierA.signature-font {
    margin-top: 15px;
      text-transform: uppercase;
      font-weight: 700;
      border-top: 1px solid #ddd;
      padding-top: 15px;
      margin-bottom: 15px;
  }
  .momAccess {
    position: relative;
    padding-top: 15px;
  }
  .momAccess .rubrique {
    position: absolute;
    left: 0px;
    top: 20px;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 28px;
    padding: 0px 10px;
    background: #9e000a;
    color: #fff;
  }
  .momAccess ul {
    list-style: none;
  }
  .momAccess ul li {
    display: block;
    width: 100%;
    position: relative;
    clear: both;
  }
  .momAccess .btMom {
    display: block;
    border: 1px solid #9e000a;
    padding: 10px 20px 10px 40px;
    margin-top: 10px;
    color: #9e000a;
    width: auto;
    float: left;
    background: #fff url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 70 70' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M33.3 0H20L51.3 30H0V40H51.3L20 70H33.3L70 35L33.3 0Z' fill='%239e000a' fill-opacity='0.97'/%3E%3C/svg%3E");
    background-position: 20px 50%;
    background-repeat: no-repeat;
    font-weight: bold;
    font-size: 14px;
  }
  a.trk-exit-to-mom {
    color: #9e000a;
  }
  div.wpforms-container .wpforms-form .choices[data-type*="select-one"] .choices__button {
    top: 25%;
  }
  input#mo_send_otp_email1699{
    max-width: 60%;
    width: 100% !important;
    height: 40px;
    padding: 0;
  }
  .submit_filter{
    background: #000 !important;
    color: #ccc;
    position: absolute;
    bottom: -15px;
    left: 0px;
    width: 300px;
  }
  button.txt_search {
    color: #fff;
    font-size: 14px;
    margin-bottom: 0;
  }
  .feature_product {
    margin-bottom: 25px;
      border-top: 1px solid #ddd;
      padding-top: 15px;
      border-bottom: 1px solid #ddd;
      padding-bottom: 15px;
  }
  .feature_product p{
    margin-bottom: 0;
  }
  .momAccess > img{
    max-width: 200px;
    margin-bottom: 15px;
  }
  .momAccess .detail_company p{
    margin-bottom: 5px;
  }
  div#mo_messageemail1699 {
    max-width: 60%;
  }
  a.voirProd.trk-exit-to-mom.disible {
    opacity: .6;
    pointer-events: none;
  }
  .tabbed-content.tabs_calendar .tab a {
    color: #9e000a;
  }
  .tabbed-content.tabs_calendar .tab.active a{color: #fff;}
  .select2-container--default .select2-selection--single {
    background-color: transparent !important;
    border-radius: 40px !important;
    height: 50px !important;
  
    webkit-box-sizing: border-box;
      box-sizing: border-box;
      border: 1px solid #ddd !important;
      padding: 0 0.75em;
      height: 2.507em;
      font-size: .97em;
      border-radius: 0;
      max-width: 100%;
      width: 100%;
      vertical-align: middle;
      background-color: #fff;
      color: #333;
      -webkit-box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
      box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
      -webkit-transition: color .3s,border .3s,background .3s,opacity .3s;
      -o-transition: color .3s,border .3s,background .3s,opacity .3s;
      transition: color .3s,border .3s,background .3s,opacity .3s;
  }
  .select2-container--default .select2-selection--single:focus{
      -webkit-box-shadow: 0 0 5px #ccc;
      box-shadow: 0 0 5px #ccc;
      opacity: 1 !important;
      outline: 0;
      color: #333;
      background-color: #fff;
      border-color: #bac8f3 !important;
  
  }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 47px !important;
  }
  .select2-container--open .select2-dropdown {
    left: 0;
    top: -27px;
    border-top: 1px solid #aaa !important;
  }
  input#submitform {
    line-height: 0px;
  }
  .bg-login-image.user-register-form {
    background: url(https://thevibexpo.qhsolution.com/wp-content/uploads/2025/04/bg_register.png) #fefeff;
    background-position: 15px center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  select{
      -webkit-appearance: none !important;
  }
  form.user-register-form .form-group select.form-control[multiple]{
    padding: 0;
  }
  form.user .form-control-user{
    padding: 0;
  }
  .select2-container .selection .select2-selection--multiple input.select2-search__field {
    padding: 0;
    box-shadow: none;
    margin-top: 0;
  }
  .select2-container .selection .select2-selection--multiple ul li{
    margin-bottom: 0;
  }
  .select2-container--default .select2-selection--multiple {
    border: 1px solid #ddd !important;
  
      border-radius: 40px !important;
      width: 100%;
      vertical-align: middle;
      background-color: #fff;
      color: #333;
      -webkit-box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
      box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
      -webkit-transition: color .3s,border .3s,background .3s,opacity .3s;
      -o-transition: color .3s,border .3s,background .3s,opacity .3s;
      transition: color .3s,border .3s,background .3s,opacity .3s;
  }
  section.section.profile > .row{
    width: 100%;
  }
  section.section.profile .select2-container--default .select2-selection--single{
    border-radius: 2px !important;
    height: 40px !important;
  }
  section.section.profile .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px !important;
  
  }
  section.section.profile .select2-results__options{
    background: #fff;
    list-style: none;
    padding: 15px;
    border: 1px solid #ddd;
  }
  form.user-edit-profile-form .select2-container{
    width: 100% !important;
  }
 
  div#profile-ticket img {
    width: 200px;
    margin-top: 15px;
  }
  span.label_vietnam {
    font-size: 12px;
    color: #999;
    margin-left: 15px;
  }
  form.user-register-form.user .form-group .col-sm-6 input.form-control-user + span.label_vietnam{
    margin-top: -9px;
      display: block;
  }
  .blogpage-item.exhibitor_list .next{top: 0;}
  
  /* Hide the images by default */
  
  
  .slides img {
    width: 100%;
  }
  .images_company {
    position: relative;
  }
  /** Css User login page  **/
  
  /* Smartphones (portrait and landscape) ----------- */
  @media only screen and (max-width: 600px) {
      
      
    .prevContainer,
    .nextContainer {
      display: none;
      visibility: hidden;
    }
  }
  
  .prevContainer,
  .nextContainer {
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 50%;
    transform: translate(0, calc(-50% - 54px));
    height: 54px;
    width: 54px;
    cursor: pointer;
  }
  
  .prevContainer {
    margin-left: 26px;
    left: 0;
    border-radius: 30px 0 0 30px;
  }
  
  .prev {
    position: relative;
    top: 0%;
/*     transform: translate(0, -50%); */
    height: 34px;
    width: 32px;
    float: left;
    margin-left: 12px
  }
  
  .prev svg,
  .next svg {
    fill: white;
  }
  
  .nextContainer {
    margin-right: 26px;
    right: 0;
    border-radius: 0 30px 30px 0;
  }
  p.cat-label {
    background: #ff4900;
    display: table;
    padding: 6px 15px;
    margin-bottom: 10px;
    color: #fff;
}
  
  
  /* Container for image text */
  .caption-container {
    text-align: left;
    background-color: #222;
    padding: 2px 16px;
    color: white;
  }
  
  .row:after {
    content: "";
    display: table;
    clear: both;
  }
  
  /* Six columns side by side */
  .thumb-s {
    float: left;
    width: 16.66%;
  }
  
  /* Add a transparency effect for thumbnail images */
  .slide-thumbnail {
    width: 100%;
    opacity: 0.6;
    cursor: pointer;
  }
  
  .active,
  .slide-thumbnail:hover {
    opacity: 1;
  }
  
  .tabbed-content.tab_for_banner ul.nav.nav-simple{
    position: absolute;
    z-index: 999;
    background: rgb(1 27 102 / 80%);
    top: 3%;
    width: 150px;
    right: 0;
    border-radius: 0;
    display: flex;
    float: right;
    padding: 15px;
    color: #fff;
  }
  .tabbed-content.tab_for_banner .tab-panels {
    padding-top: 0;
  }
  .tabbed-content.tab_for_banner ul.nav.nav-simple.nav-left li a {
    font-weight: 700;
    color: #fff;
  }
  .tabbed-content.tab_for_banner ul.nav.nav-simple.nav-left li{
    margin: 0;
  }
  .tabbed-content.tab_for_banner ul.nav.nav-simple.nav-left li.active a{
    color: #ebb045;
  }
  .white.button.is-outline {
    background-color: transparent;
    color: #fff !important;
}
.white.button.is-outline:hover {
    background-color: transparent;
    color: currentColor !important;
}
.col-ct{
padding-bottom:0px!important;
} 
.col-radius .col-inner {
  border-radius: 10px!important;
}
.icon-zalo:before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  background-image: url(/wp-content/uploads/2023/10/zalo-1.png);
  background-size: cover;
}
.bt_register_gianhang {
border: 2px solid #fff;
border-radius: 8px;
text-transform: uppercase;
}
.btn_primary {
background: #0c2d58 !important;
opacity: 1;
color: #fff !important;
border-radius: 8px;
padding: 2px 25px;
}
.font-2-25 {
font-size: 2.25rem;
font-weight: bold;
}
.text-xl {
font-size: 1.25rem;
line-height: 1.75rem;
}
.text-2xl {
font-size: 1.5rem;
line-height: 2rem;
}
.font-bold {
font-weight: 700;
}
.font-semibold {
font-weight: 600;
}
.font-thin {
font-weight: 100;
}
.sm\:text-2xl {
font-size: 1.5rem;
line-height: 2rem;
}
.black_cl.font-3 {
color: #000;

}
.text-color-primary{
color: var(--color-primary);
}
.font-3 {
font-size: 3rem;
font-weight: 600;
}
.height-100{
height: 100%;
}
.title_custom_h {
margin-bottom: 0;
}
.wp-text-ct{
border-radius: 20px;
  background-color: rgba(1, 1, 1, 0.6);
  padding: 20px 20px 10px 20px;
}
.col-icon  p{
margin-bottom:0px!important;
}
.equal{
height: 138px;
}
.page-id-6663 h1,.page-id-6663 h2,.page-id-6663 h3,.page-id-6663 h4,.page-id-7742 h1,.page-id-7742 h2,.page-id-7742 h3,.page-id-7742 h4{
font-family: 'Poppins-Mediumvn', sans-serif!important;
}
.flip-card {
background-color: transparent;
width: 300px;
height: 375px;
perspective: 1000px;
float:left; //I just added this positioning.
}

.flip-card-inner {
position: relative;
width: 100%;
height: 100%;
text-align: center;
transition: transform 0.6s;
transform-style: preserve-3d;
box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

.flip-card:hover .flip-card-inner {
transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
position: absolute;
width: 100%;
height: 100%;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}

.flip-card-front {
background-color: #bbb;
color: black;
}

.flip-card-back {
background-color: #2980b9;
color: white;
transform: rotateY(180deg);
}
/** tam thoi hide 3d  **/

a.voirProd.trk-exit-to-mom.disible {
  display: none;
}
/** tam thoi hide 3d  **/
.col-center{
padding-bottom:0px!important;
}
@keyframes run-text {
from {
  transform: translateX(100%); /* Bắt đầu từ ngoài màn hình bên phải */
}
to {
  transform: translateX(-90%); /* Kết thúc ngoài màn hình bên trái */
}
}

ul.nav.nav-center.nav-small.nav-line.nav-prompts-overlay {
  display: inline-block;
  white-space: nowrap;
  animation: run-text 16s linear infinite;
}
.gradient-border {
position: relative; 
border-radius: 0px;
padding: 20px;
background: white; /* Nền bên trong */
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.gradient-border::before {
content: '';
position: absolute;
inset: -8px; 
border-radius: inherit; 
z-index: -1; 
background: linear-gradient(45deg, #ff5f9e, #5f9bff,  #ff5f9e, #ff5f9e);
background-size: 300% 300%; /* Tăng kích thước gradient để tạo hiệu ứng */
animation: borderAnimation 5s linear infinite; 
}
@keyframes borderAnimation {
0% {
  background-position: 0% 50%;
}
50% {
  background-position: 100% 50%;
}
100% {
  background-position: 0% 50%;
}
}



.learn-more {
margin-bottom: 0px  !important;
  width: 100% !important;
display: inline-flex !important;
justify-content :flex-end !important;
align-items: center !important;
color: #1a73e8 !important;
font-weight: 500 !important;
text-decoration: none !important;
font-size: 24px !important;
}

.learn-more::before {
content: '' !important;
width: 18px !important;
height: 18px !important;
background: #1a73e8 !important;
clip-path: polygon(100% 0, 0 0, 100% 100%);

margin-right: 6px !important;
display: inline-block !important;
}
.text-padding{
height: 100px;
padding: 15px;
}
.get-code-btn {
display: inline-block !important;
padding: 14px 38px !important;
font-size: 20px !important;
font-weight: bold !important;
color: #f58220 !important;
text-decoration: none !important;
border: 6px solid transparent !important;

background: linear-gradient(white, white) padding-box, linear-gradient(135deg, #2a3376, #e30613) border-box !important;
text-align: center !important;
}
.auto-zoom img {
width: 100%;
animation: zoomEffect 3s infinite alternate ease-in-out;
}

@keyframes zoomEffect {
0% {
    transform: scale(1);
}

100% {
    transform: scale(1.3); /* Phóng to 130% */
}
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.exbihitor_marquee .fe-featured-image {
  aspect-ratio: 12 / 9;
}
.exbihitor_marquee .fe-featured-image img {
  height: 100%;
  max-height: 100%;
  width: 100%;
  object-fit: cover;
}
.exbihitor_list h1 {
  color: var(--color-primary);
}







  
  @media only screen and (max-width: 1024px) {
  /*************** ADD MOBILE ONLY CSS HERE  ***************/
	  .equal{
	height: 200px;
}
form#wpforms-form-6409 .wpforms-field-container {
    width: 65%;
}

form#wpforms-form-6409 .wpforms-submit-container {
    width: 35%;
}

	  div#logo a:before {
      width: 90px !important;
      height: 80px !important;
      
  }
  div#logo a img {
      left: 0 !important;

  }
  #logo {
      width: 90% !important;
  }
  .transparent #logo img {
      max-height: 80px!important;
  }
  div#logo a:before {
    top: 0;
  }
  li.html.custom.html_topbar_left {
    padding-left: 0;
    font-size: 14px;
    width: 100%;
    margin: auto;
    margin-top: 7px;
  
  }
  li.html.custom.html_nav_position_text_top {
    color: #000;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    display: flex;
    justify-content: left;
    width: 100%;
    margin-left: 0;
    margin-bottom: 7px;
  }
  .gallery_list .item {
    width: 48%;
    margin-bottom: 15px !important;
  } 
  .gallery_list {
    margin-top: 30px;
  }
  .list_all_gallery .item {
    width: 48%;
    padding: 0;
  }
  .list_all_gallery .image_gallery {
    height: 130px;
    margin-bottom: 15px;
  }
  .list_all_gallery {
    display: flex;
      margin-top: 0px;
      flex-wrap: wrap;
      justify-content: space-between;
  }
  .exhibitor_list ul li {
    width: 50%;
  
  }
  .exhibitor_list ul.page-numbers li{
    width: auto;
    margin: 0;
  }
  li.html.custom.html_topbar_left {
    font-size: 13px;
    white-space: nowrap;
    line-height: 1;
    margin-bottom: 8px;
  }
  .cat_filter {
    width: 100%;
  }
  .filter form{
    width: 100%;
    margin-bottom: 0;
  }
  .filter{
    flex-direction: column;
    margin-bottom: 25px;
  }
  .filter form{
    border-right: none;
  }
  input#mo_send_otp_email1699{
    max-width: 100%;
  
  }
  section.section.profile {
    padding: 15px 0;
    width: 100%;
  }
  section.section.profile > .row {
    width: auto;
  }
  section.section.profile .nav-tabs .nav-item {
    width: 100%;
  }
  section.section.profile .nav-tabs .nav-link.active, section.section.profile .nav-tabs .nav-item.show .nav-link {
    color: #6e707e;
    background-color: #2b4891;
    border-color: #dddfeb #dddfeb #fff;
    color: #Fff;
    width: 100%;
    border-radius: 10px;
  }
  
  section.section.profile .card-body.profile-card.pt-4.d-flex.flex-column.align-items-center img {
    width: 80px;
    margin-bottom: 15px;
  }
  .gallery_mobile_image_text .img-inner img{
    object-fit: contain !important;
  }
  .blue_bg.gallery_mobile_image_text{
    background: #2b4991;
  }
  .red_bg.gallery_mobile_image_text{
    background: #a33535;
  }
  .gray_bg.gallery_mobile_image_text{
    background: #e6e6e6;
  }
  .gray_bg_01.gallery_mobile_image_text{
    background: #e6e6e6;
  }
  .relpost-block-single-text {
    font-size: 15px !important;
    text-align: left;
    line-height: 1.5;
    margin-top: 0;
    max-width: 70% !important;
  }
  #content .related-posts-wrapper {
    padding: 15px;
  }
  .relpost-block-single-image {
    width: 100px !important;
    height: 70px !important;
    margin-right: 15px !important;
    border: 1px solid #ddd;
  }
  li.header-search.header-search-lightbox.has-icon i {
    color: #011B66;
}
li.header-search.header-search-lightbox.has-icon{
  background: transparent;
  padding: 0 8px;
}
#count_down_hawa div{
  color: #fff;
  text-align: center;
  font-size: 34px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
#count_down_hawa div span{
  font-size: 16px;
}
.text_navigating:before {
  top: -9px;
  width: 50px;
  height: 50px;
  background-size: 100%;
}
.text_navigating:after {
  top: -9px;
  width: 50px;
  height: 50px;
  background-size: 100%;
}
.text_navigating {
  padding: 0 50px;
}
.box_with_ic_hawa h3 {
  font-size: 1.3rem;

}
a.visitnow.bg_blue {
  display: inline-flex;
  min-width: 160px !important;
  padding: 7px 20px !important;
  justify-content: center;
  align-items: center;
  gap: 15px;
  font-size: 16px !important;
  font-size: 19px;
  font-weight: 500;
}
.grid_long_hawa{
  height: 300px !important;
}
.banner h1.fsz-h3{
  font-size: 18px;
}
.user-register-form .select2{
  font-size: 0.8rem;
  line-height: 1.5;
}
.user-register-form li.select2-search.select2-search--inline {
  font-size: 0.8rem;
  line-height: 1.5;
}
.user-register-form .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
    line-height: 18px !important;
    margin-top: 0;
    white-space: normal;
    height: 100%;
    display: flex;
    align-items: center;
}
span.total_of_posts {
  margin-top: 15px;
  display: block;
}
.show_of_totals {
  margin-top: 15px;
}
.flip-card {
  background-color: transparent;
  width: 235px;
  height: 290px;
  perspective: 1000px;
  float: left;
}
  
  
  }
  @media only screen and (max-width: 480px) {
    .flip-card {
        background-color: transparent;
        width: 95%;
        height: 120px;
        perspective: 1000px;
        float: left;
    }
    .partners .gallery-col .box-image {
      height: 50px;

  }
  .exbihitor_marquee .row_ex .item_ex {
    position: relative;
    min-width: 15rem;
}
.exbihitor_marquee .row_ex,.brand_container {
  column-gap: 0.765rem;
}
.banner-hero .bg.bg-loaded {
  background-image: url(https://thevibexpo.qhsolution.com/wp-content/uploads/2025/04/bg-vibe-scaled.jpg);
  background-size: 100% !important;
  background-position: top;
  background-color: #f94703;
}
.font-3 {
  font-size: 2.25rem;
  font-weight: 600;
}
.font-2-25{
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.event_list_2025 .title-blogpage {
  flex-direction: column;
}
.event_list_2025 .title-blogpage .btn-title {
  max-width: 198px;
  margin-left: 0;
  flex: 0;

}

}



  
@media (min-width: 640px) {
  .sm\:text-4xl {
      font-size: 2.25rem;
      line-height: 2.5rem;
  }
  
}
@media (min-width: 1024px) {
  .lg\:text-6xl {
      font-size: 3.75rem;
      line-height: 1;
  }
}