.bg-main {
  background-color: #009491 !important;
}

.text-main,
.text-main-hover:hover {
  color: #009491 !important;
}

.text-underline,
.text-underline-hover:hover {
  text-decoration: underline;
}

.bg-main,
.bg-main-hover:hover {
  background-color: #009491;
}

.h-52 {
  height: 52px !important;
  overflow: hidden;
}

.rounded-1r {
  border-radius: 1rem;
}

.accordion-button:focus {
  z-index: 0;
  border-color: #86b7fe;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25);
          box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25);
}

.accordion-button:not(.collapsed) {
  color: #009491;
  background-color: unset;
  -webkit-box-shadow: inset 0 0px 0 rgba(0, 0, 0, 0.13);
          box-shadow: inset 0 0px 0 rgba(0, 0, 0, 0.13);
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.wrap2 {
  width: 100vw;
  height: 100vh;
  position: relative;
  overflow-x: hidden;
}
.wrap2 header {
  background-color: #f3f4f6;
  height: 80px;
}
.wrap2 .logo {
  height: 60px;
  -o-object-fit: contain;
  object-fit: contain;
  margin: auto 0;
  max-width: 300px;
}
.wrap2 main {
  height: 100%;
  position: relative;
}
.wrap2 .bg-image {
  filter: blur(10px);
  -webkit-filter: blur(10px);
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.wrap2 .hero {
  line-height: 1.8;
  text-align: center;
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.9);
  /* Black w/opacity/see-through */
  color: white;
  font-weight: bold;
  border: 3px solid #f1f1f1;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  width: 80%;
  padding: 20px;
}
.wrap2 .hero .hero_title {
  line-height: 1.5;
  color: white;
}
.wrap2 .hero .hero_content {
  color: white;
}
.wrap2 .hero .hero_package_btn {
  background: rgb(107, 114, 128);
  color: white;
}
.wrap2 .hero .hero_package_btn:hover {
  background: rgb(75, 85, 99);
}
.wrap2 .hero .hero_join_btn {
  background: #009491;
  color: white;
}
.wrap2 .hero .hero_join_btn:hover {
  background: #008481;
}
@media (max-width: 991.98px) {
  .wrap2 .hero {
    width: 90%;
  }
}
@media (max-width: 575.98px) {
  .wrap2 .hero {
    width: 90%;
    text-align: start;
  }

  .exhibitor_display{
    display: none!important;
  }
}

.exhibitor_display{
  display: block;
}

.slick-prev:before {
  content: url("../images/previous.png");
}

.slick-next:before {
  content: url("../images/next.png");
}

@media (max-width: 991px) {
  #gallery_block .slick-prev {
    left: -5px;
  }
  #gallery_block .slick-next {
    right: -5px;
  }
}

.banner_block {
  background-image: url("https://static.wixstatic.com/media/bc3ec7bc825c4e6ca746c659189cea83.jpg/v1/fill/w_1338,h_353,al_c,q_85,usm_0.66_1.00_0.01/bc3ec7bc825c4e6ca746c659189cea83.webp");
  background-repeat: no-repeat;
  background-size: cover;
}
.banner_block img {
  max-height: 400px;
}

.supplier_block {
  line-height: 1.8;
}
@media (max-width: 767.98px) {
  .supplier_block img {
    max-height: 350px;
  }
}
.supplier_block hr {
  opacity: 0.8;
  width: 100px;
  height: 3px;
  color: #009491;
}
.supplier_block .content {
  background: rgb(243, 244, 246);
}
.supplier_block .more_ben {
  border: 1px solid rgb(156, 163, 175);
  min-width: 280px;
  background: #009491;
  color: white;
  border-radius: 50px;
  -webkit-transition: color 0.3;
  transition: color 0.3;
  padding: 10px 0px;
}
.supplier_block .more_ben:hover {
  background: #008481;
}

#company_block .nav-pills .nav-link.active,
#company_block .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #009491;
}
#company_block .nav-pills {
  background-color: rgb(243, 244, 246);
  overflow: auto;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-shadow: 0 6px 9px rgba(0, 0, 0, 0.15);
          box-shadow: 0 6px 9px rgba(0, 0, 0, 0.15);
  white-space: nowrap;
  position: relative;
}
#company_block .nav-link {
  color: black;
}
#company_block .nav-link:hover {
  color: #fff;
  background-color: #009491;
}
#company_block .title h2 {
  font-weight: bold;
}

.item_list {
  background-color: white;
}
.item_list .item_style {
  background-color: #efefef;
  border-radius: 5px;
  border: 1px solid rgb(209, 213, 219);
}
.item_list .item_style:hover {
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}
.item_list .exh_link span {
  color: #009491;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.item_list .exh_link span:hover {
  color: #008481;
}
.item_list ul li {
  margin-left: 1rem;
  line-height: 1.8;
}
.item_list .read_more_btn {
  background-color: #009491;
  color: white;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.item_list .read_more_btn:hover {
  background-color: #008481;
}

.hot_block {
  background-color: #EDECEC;
}
.hot_block .title {
  margin: 0 auto;
  background-color: #EDECEC;
}
.hot_block .title h2 {
  font-weight: bold;
}
.hot_block .content a:focus {
  outline: 0;
}
.hot_block .content .img_block img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: 290px;
  margin: 0 auto;
}
.hot_block .content .product_name {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.8;
  height: 55px;
  overflow: hidden;
}
.hot_block .content hr {
  width: 30px;
  border: 1px solid black;
  opacity: 0.5;
}
.hot_block .content .company_name a {
  padding: 5px 15px;
  background-color: rgb(75, 85, 99);
  color: white;
  text-transform: uppercase;
  line-height: 1.8;
  font-weight: bold;
}
.hot_block .content .company_name a:hover {
  background-color: rgb(31, 41, 55);
}

.video_block {
  background-color: white;
}
.video_block .title {
  margin: 0 auto;
  background-color: white;
}
.video_block .title h2 {
  font-weight: bold;
}
.video_block .content a:focus {
  outline: 0;
}
.video_block .content img {
  -o-object-fit: contain;
  object-fit: contain;
  max-width: 95%;
  height: 240px;
  margin: 0 auto;
  padding: 20px;
  -webkit-transition: padding 0.3s;
  transition: padding 0.3s;
}
.video_block .content img:hover {
  padding: 0;
}

.industry_block {
  background-color: #EDECEC;
}
.industry_block .title {
  margin: 0 auto;
  background-color: #EDECEC;
}
.industry_block .title h2 {
  font-weight: bold;
}
.industry_block .content .card-title {
  line-height: 1.8;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.industry_block .content .card-img-top {
  height: 170px;
}
@media (max-width: 991.98px) {
  .industry_block .content .card-img-top {
    height: 200px;
  }
}
@media (max-width: 575.98px) {
  .industry_block .content .card-img-top {
    height: 170px;
  }
}

#featured_block {
  background-color: white;
}
#featured_block .title {
  margin: 0 auto;
  background-color: white;
}
#featured_block .title h2 {
  font-weight: bold;
}
#featured_block .content a:focus {
  outline: 0;
}
#featured_block .content img {
  -o-object-fit: contain;
  object-fit: contain;
  height: 150px;
  margin: 0 auto;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
#featured_block .content img:hover {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.stall_block {
  background-color: #e7e4e2;
}
.stall_block h2 {
  font-weight: bold;
  list-style: 2;
}
.stall_block p {
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.8;
}
.stall_block p span {
  color: #009491;
}
.stall_block ul li {
  line-height: 1.8;
  margin-left: 1rem;
  font-size: 1.2rem;
}
.stall_block img {
  -o-object-fit: contain;
  object-fit: contain;
}

#desc_read .content {
  overflow: hidden;
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
}

.loader {
  width: 93%;
  height: 96%;
  background-color: rgba(195, 198, 201, 0.431372549);
  border-radius: 4px;
}

#side_fkind {
  -webkit-transition: left 0.3s ease-in-out;
  transition: left 0.3s ease-in-out;
  left: 0%;
}
#side_fkind.close {
  left: -260px;
}
#side_fkind.close .category_name {
  display: block;
}
#side_fkind .category_name {
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  display: none;
}

#gallery_block .slick-track{
  display: flex;
  align-items: center;
  gap: 10px;
}
#gallery_block .slick-slide{
  flex: 1;
  aspect-ratio: 3/2;
  display: flex;
  justify-content: center;
  align-items: center;
}
#gallery_block .slick-slide div,
#gallery_block .slick-slide div a,
#gallery_block .slick-slide div a img{
  height: 100%;
  width: 100%;
}
#gallery_block .slick-slide div a img{
  object-fit: cover;
}