.collection-page .main-content {
  margin-top: 24px;
  margin-bottom: 64px; }

.collection-page .breadcrumb-shop {
  background-image: var(--bgCollection);
  padding-bottom: 45%;
  display: flex;
  align-items: center;
  width: 100%;
  background-size: cover;
  background-position: center;
  position: relative; }
  .collection-page .breadcrumb-shop .collection-banner {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 80px 0 40px; }
    .collection-page .breadcrumb-shop .collection-banner .title {
      color: #fff;
      margin-bottom: 0; }

.collection-page .breadcrumb li {
  color: #fff; }
  .collection-page .breadcrumb li a {
    color: #fff; }
  .collection-page .breadcrumb li.active, .collection-page .breadcrumb li.active a {
    color: #fff; }

.collection-page .breadcrumb > li + li:before {
  color: #fff; }

.collection-page .collection-group-filter {
  margin-bottom: 40px; }
  @media (max-width: 990px) {
    .collection-page .collection-group-filter {
      margin-bottom: 24px; } }

.collection-page .collection-top-left-side {
  display: flex;
  align-items: center;
  gap: 12px; }
  @media (max-width: 990px) {
    .collection-page .collection-top-left-side #btn-filter span span {
      display: none; } }
  .collection-page .collection-top-left-side .product-count {
    font-size: 16px; }

.collection-page .collection-top-right-side .browse-tags {
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: flex-end; }

@media (min-width: 991px) {
  .collection-page .wrap-filter {
    top: 20px;
    position: sticky; } }

@media (min-width: 991px) {
  body:not(.open-filter) .collection-page .sidebar-fix {
    display: none; }
  body:not(.open-filter) .collection-page .collection-products-fix {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
    body:not(.open-filter) .collection-page .collection-products-fix .content-product-list {
      /*display: grid;
          grid-template-columns: repeat(4, minmax(0, 1fr));*/ }
      body:not(.open-filter) .collection-page .collection-products-fix .content-product-list .pro-loop {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%; }
        body:not(.open-filter) .collection-page .collection-products-fix .content-product-list .pro-loop.pro-loop-banner {
          -webkit-box-flex: 0;
          -webkit-flex: 0 0 50%;
          -ms-flex: 0 0 50%;
          flex: 0 0 50%;
          max-width: 50%; } }

.collection-category {
  margin-top: 12px;
  margin-bottom: 24px; }
  .collection-category .collection-row {
    width: auto !important; }

.wrap-collection-body .pro-loop-banner .pro-loop-banner-image {
  position: relative;
  height: 100%;
  overflow: hidden;
  border-radius: 8px; }
  .wrap-collection-body .pro-loop-banner .pro-loop-banner-image img {
    height: 100%;
    width: 100%;
    object-fit: cover; }
  .wrap-collection-body .pro-loop-banner .pro-loop-banner-image .pro-loop-banner-body {
    position: absolute;
    bottom: 9px;
    padding: 24px;
    left: 0;
    max-width: 100%; }
    .wrap-collection-body .pro-loop-banner .pro-loop-banner-image .pro-loop-banner-body .label-tag {
      padding: 8px 24px 6px 24px;
      background: rgba(255, 255, 255, 0.35);
      backdrop-filter: blur(4px);
      border-radius: 100px;
      font-weight: 600;
      color: #fff;
      margin-bottom: 8px;
      display: inline-block; }
    .wrap-collection-body .pro-loop-banner .pro-loop-banner-image .pro-loop-banner-body h4 {
      color: #fff; }
    .wrap-collection-body .pro-loop-banner .pro-loop-banner-image .pro-loop-banner-body .btn {
      padding: 7px 32px;
      line-height: 24px; }

.collection-category-slider {
  position: relative; }
  .collection-category-slider .swiper .swiper-wrapper .swiper-slide {
    height: auto; }
    .collection-category-slider .swiper .swiper-wrapper .swiper-slide .categorycoll-link {
      height: 100%;
      display: block; }
    .collection-category-slider .swiper .swiper-wrapper .swiper-slide h4 {
      font-size: 20px;
      font-weight: 500;
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-top: 12px;
      margin-bottom: 0px; }
      .collection-category-slider .swiper .swiper-wrapper .swiper-slide h4 .svg-icon {
        opacity: 0;
        visibility: hidden; }
    .collection-category-slider .swiper .swiper-wrapper .swiper-slide .categorycoll-image {
      position: relative;
      padding-bottom: 132%;
      margin-bottom: 0 !important;
      width: auto !important;
      border-radius: 8px;
      overflow: hidden; }
      .collection-category-slider .swiper .swiper-wrapper .swiper-slide .categorycoll-image img {
        position: absolute;
        width: 100% !important;
        height: 100% !important;
        left: 0;
        top: 0;
        object-fit: cover; }
    @media (min-width: 991px) {
      .collection-category-slider .swiper .swiper-wrapper .swiper-slide a:hover h4 {
        font-style: italic;
        color: var(--text-secondary-v1); }
        .collection-category-slider .swiper .swiper-wrapper .swiper-slide a:hover h4 .svg-icon {
          opacity: 1;
          visibility: visible; } }
  @media (min-width: 991px) {
    .collection-category-slider .swiper-scrollbar {
      display: none; } }
  @media (max-width: 990px) {
    .collection-category-slider .swiper-slide h4 {
      font-size: 16px !important; }
      .collection-category-slider .swiper-slide h4 .svg-icon {
        display: none; } }
  .collection-category-slider .nav-group .arrow-style-1 {
    position: absolute;
    top: 50%;
    right: 20px;
    z-index: 1;
    transform: translateY(-50%);
    border: 1px solid #0A0A0A; }
    .collection-category-slider .nav-group .arrow-style-1:hover {
      background: #0A0A0A;
      color: #fff; }
  .collection-category-slider .nav-group .section-collection-page-next {
    right: 20px; }
  .collection-category-slider .nav-group .section-collection-page-prev {
    left: 20px; }
  .collection-category-slider .arrow-style-1.swiper-button-disabled {
    opacity: 0;
    visibility: hidden; }

.collection-products-description {
  padding: 64px 0; }
  .collection-products-description .collection-desctext {
    position: relative;
    overflow: hidden;
    max-height: 330px;
    transition: max-height 0.5s ease; }
  .collection-products-description .collection-desctext.expanded {
    max-height: 5000px; }
  .collection-products-description .collection-desctext::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #FAFAFA);
    pointer-events: none;
    opacity: 1;
    transition: opacity 0.3s ease; }
  .collection-products-description .collection-desctext.expanded::after,
  .collection-products-description .collection-desctext.no-fade::after {
    opacity: 0; }
  .collection-products-description .collection-desctext p {
    margin-bottom: 15px;
    color: #333;
    font-size: 15px; }
  .collection-products-description .collection-desctext p:last-child {
    margin-bottom: 0; }

/* ---------------------------  FILTER  --------------------------- */
.content-filter .option {
  margin-top: 30px; }

.option .lb-filter {
  display: block;
  font-size: 16px;
  margin-bottom: 0px; }

/*.custom-dropdown {
	display: inline-block;
	position: relative;
	vertical-align: middle;	
	max-width: 100%;
	overflow: hidden;
	border-radius:0px;
} 
.custom-dropdown::after {
  border-style: solid;
  border-width: 0px 2px 2px 0;
  content: '';
  display: inline-block;
  height: 9px;
  width: 9px;
  transform: rotate(45deg);
  vertical-align: middle;
  color: #0A0A0A;
  top: 13px;
  right: 20px;
  position: absolute;
}*/
.option .custom-dropdown .custom-dropdown__select {
  width: 100%;
  display: block;
  height: 40px;
  padding: 5px 16px;
  border-color: transparent;
  border: 1px solid #0A0A0A;
  border-radius: 4px;
  background-color: #fff;
  outline: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  text-indent: 1px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 28px; }

.option .custom-dropdown {
  width: 100%; }

.option .option-children:not(:first-child) {
  margin-bottom: 30px; }

.option select option {
  background: #fff; }

.option.browse-tags .custom-dropdown {
  width: auto;
  float: right; }

.left-module {
  margin-bottom: 20px;
  overflow: hidden; }

.block .title_block {
  display: block;
  font-size: 14px;
  margin: 0 0 5px;
  font-weight: 700;
  text-transform: uppercase;
  background: #f5f5f5;
  padding: 8px 15px; }

.layered .layered_subtitle {
  cursor: pointer;
  position: relative;
  padding-right: 28px; }

.layered .layered_subtitle h6 {
  margin-bottom: 0; }

.layered .layered_subtitle span {
  font-weight: 600;
  font-size: 13px; }

.layered span.icon-control {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  transform: translateY(-50%);
  line-height: 1; }

.group-filter:not(:last-child) {
  border-bottom: 1px solid #E5E5E5;
  padding-bottom: 20px;
  margin-bottom: 20px; }

.group-filter[aria-expanded=true] .dropdown-filter .icon-control [href="#svg-plus"] {
  display: none; }

.group-filter[aria-expanded=false] .layered-content {
  display: none;
  height: 0; }

.group-filter[aria-expanded=true] .layered-content {
  height: auto; }

.group-filter .layered-content {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  margin-top: 12px; }

.check-box-list {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px; }

.check-box-list li {
  line-height: 28px;
  font-size: 16px;
  display: block;
  width: 100%; }

.check-box-list label {
  display: inline-block;
  cursor: pointer;
  line-height: 28px;
  font-weight: normal;
  margin-bottom: 0;
  color: var(--shop-color-text); }

.check-box-list li:hover label {
  color: var(--shop-color-text); }

.check-box-list input[type="checkbox"] {
  display: none; }

.filter-price li span {
  font-size: 16px; }

.filter-color ul {
  padding: 0;
  margin: 0;
  overflow: hidden; }

.filter-color li {
  display: block;
  line-height: normal;
  width: auto; }

.filter-color li label {
  border: 1px solid #D4D4D4;
  width: 32px;
  height: 32px;
  border-radius: 0;
  position: relative;
  background-size: contain;
  border-radius: 8px; }

.filter-color li input[type="checkbox"]:checked + label:before {
  position: absolute;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  content: '';
  border-width: 0 0 2px 2px !important;
  height: 5px;
  width: 9px;
  z-index: 99;
  border: solid #fff;
  margin: 7px 0 0 7px; }

.filter-size li {
  text-align: center;
  margin-right: -1px;
  margin-bottom: -1px;
  display: inline-block;
  width: auto; }

.filter-size li label {
  width: 42px;
  height: 42px;
  line-height: 42px;
  position: relative;
  border: 1px solid #D4D4D4;
  border-radius: 8px; }

.filter-size li input[type="checkbox"]:checked + label, .size-filter li:hover label {
  background-color: #111;
  color: #fff;
  border: 1px solid #111; }

.block .block_content {
  overflow-y: auto;
  overflow-x: hidden; }

.bl-filter [type="checkbox"]:not(:checked),
.bl-filter [type="checkbox"]:checked {
  position: absolute;
  left: -9999px; }

.bl-filter [type="checkbox"]:not(:checked) + label,
.bl-filter [type="checkbox"]:checked + label {
  position: relative;
  padding-left: 32px;
  cursor: pointer; }

.bl-filter [type="checkbox"]:not(:checked) + label:before,
.bl-filter [type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 24px;
  height: 24px;
  border: 1px solid #D4D4D4;
  background: #fff;
  border-radius: 8px; }

.bl-filter [type="checkbox"]:checked + label:before {
  border: 1px solid #0A0A0A;
  background: #0A0A0A; }

.bl-filter [type="checkbox"]:not(:checked) + label:after,
.bl-filter [type="checkbox"]:checked + label:after {
  position: absolute;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  content: '';
  border-width: 0 0 2px 2px !important;
  height: 7px;
  width: 13px;
  border: solid #ffffff;
  margin: 9px 0 0 4px;
  left: 1px;
  top: -1px;
  transition: all .2s; }

.bl-filter [type="checkbox"]:not(:checked) + label:after {
  opacity: 0; }

.bl-filter [type="checkbox"]:checked + label:after {
  opacity: 1; }

@media (max-width: 990px) {
  .collection-top-left-side .btn-default {
    width: 100%;
    justify-content: center; }
    .collection-top-left-side .btn-default svg {
      width: 17px;
      height: 17px; }
  .collection-top-right-side .option.browse-tags .custom-dropdown {
    width: 100%; }
    .collection-top-right-side .option.browse-tags .custom-dropdown .custom-dropdown__select {
      height: 36px;
      padding: 0px 16px;
      line-height: 31px; }
    .collection-top-right-side .option.browse-tags .custom-dropdown .custom-dropdown::after {
      top: 11px; }
  .collection-top-right-side .option .lb-filter, .collection-top-left-side .product-count {
    display: none; } }

#pagination {
  margin-top: 32px; }
  #pagination .prev {
    margin-right: 24px; }
  #pagination .next {
    margin-left: 24px; }
  #pagination .pagination-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%; }
  #pagination .page-node {
    display: inline-flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    border: 1px solid transparent;
    /*&:hover {
      border: 1px solid #0A0A0A;
    }*/ }
    #pagination .page-node.current {
      background: #0A0A0A;
      color: #fff; }

.button-viewmore .btn.active svg {
  transform: rotate(180deg); }

.blog-page {
  position: relative; }
  .blog-page:before {
    content: '';
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, #FFE0E1 0%, transparent 100%);
    z-index: -1;
    height: 100vh;
    min-height: 1207px; }
  .blog-page .section-heading:not(.no-uppercase) {
    text-transform: uppercase; }
  .blog-page .blog-new {
    padding: 64px 0 0; }
    @media (max-width: 768px) {
      .blog-page .blog-new {
        padding: 0; } }
    .blog-page .blog-new .article-block {
      border-radius: 2px;
      position: relative; }
    .blog-page .blog-new .box-pro-detail {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      padding: 32px;
      background: rgba(0, 0, 0, 0.3);
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, transparent 100%); }
      @media (max-width: 768px) {
        .blog-page .blog-new .box-pro-detail {
          padding: 16px; } }
      .blog-page .blog-new .box-pro-detail .box-pro-detail-time {
        border-radius: 100px;
        background: rgba(0, 0, 0, 0.2);
        backdrop-filter: blur(4px);
        width: max-content;
        display: flex;
        align-items: center;
        gap: 8px;
        padding: 5px 20px;
        color: #fff;
        font-size: 14px; }
        @media (max-width: 768px) {
          .blog-page .blog-new .box-pro-detail .box-pro-detail-time {
            font-size: 13px; } }
      .blog-page .blog-new .box-pro-detail .article-name {
        min-height: auto;
        color: #fff;
        margin-top: 12px;
        margin-bottom: 0; }
        @media (max-width: 768px) {
          .blog-page .blog-new .box-pro-detail .article-name {
            font-size: 13px;
            margin-top: 6px; } }
        .blog-page .blog-new .box-pro-detail .article-name a {
          color: #fff; }
    .blog-page .blog-new .blog-nav-wrapper {
      display: block;
      margin-top: 40px;
      text-align: center; }
      .blog-page .blog-new .blog-nav-wrapper .section-slider-swiper-pagination {
        justify-content: center; }
    .blog-page .blog-new .nav-group {
      display: inline-block; }
      @media (max-width: 990px) {
        .blog-page .blog-new .nav-group {
          display: none; } }
      .blog-page .blog-new .nav-group .arrow-style-1 {
        position: absolute;
        top: 50%;
        right: 20px;
        z-index: 1;
        transform: translateY(calc(-50% - 32.5px)); }
        .blog-page .blog-new .nav-group .arrow-style-1:hover {
          background: #0A0A0A;
          color: #fff; }
      .blog-page .blog-new .nav-group .section-slider-prev {
        right: 20px; }
      .blog-page .blog-new .nav-group .section-slider-prev {
        left: 20px; }
    .blog-page .blog-new .arrow-style-1.swiper-button-disabled {
      opacity: 0;
      visibility: hidden; }
  .blog-page .wrapper-contentpage .article-block {
    border: 1px solid #FAFAFA; }

.article-page .container-fluid {
  max-width: 1087px; }

.article-page .article-page-excerpt {
  margin-top: 16px;
  color: #374151;
  font-weight: 600; }

.article-page .box-article-detail {
  margin-top: 16px; }

.table-of-contents {
  background: #fff;
  border: 1px solid #E5E5E5;
  border-radius: 4px;
  display: block;
  padding: 14px 24px;
  position: relative;
  margin: 16px auto;
  width: 100%;
  display: table;
  margin-top: 16px; }
  .table-of-contents .table-title .htitle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer; }
    .table-of-contents .table-title .htitle.is-active .svg-icon use:last-child {
      display: none; }

.table-of-contents .table-title {
  font-weight: 500;
  font-size: 18px;
  margin: 0;
  padding: 0; }

.table-of-contents .table-title .toc_toggle {
  display: block;
  line-height: 0;
  margin-left: 8px; }

/*.table-of-contents .table-title .toc_toggle a {color:var(--shop-color-main);padding: 0 1px;}*/
.table-of-contents .table-title + ul {
  display: none; }

.table-of-contents ul {
  font-size: 16px;
  list-style-type: upper-roman;
  margin: 0 0 0 16px; }

.table-of-contents ul li {
  list-style-position: inside;
  margin: 8px 0 0; }

.table-of-contents ul li a {
  text-decoration: none;
  color: #0A0A0A; }

.table-of-contents > ul {
  padding-bottom: 10px;
  margin-left: 0; }

.table-of-contents ul ul {
  list-style-type: decimal; }

.table-of-contents > ul ul ul {
  display: none; }

.table-of-contents ul li a:hover, .table-of-contents ul li a:focus {
  color: #EC2228; }

.table-content-button {
  width: 35px;
  height: 35px;
  display: block;
  position: fixed;
  left: 10px;
  z-index: 10;
  opacity: 0;
  top: 45%; }

.table-content-button .btn-icolist {
  font-size: 18px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  outline: none;
  float: left;
  background: #fcfcfc;
  border: 1px solid #eeeeee;
  border-radius: 4px; }

.table-content-button .btn-icolist svg {
  width: 20px;
  height: 35px;
  vertical-align: initial; }

.table-content-fixed {
  position: fixed;
  left: 10px;
  z-index: 999;
  max-width: 280px;
  top: 45%;
  background: #fff;
  border: 1px solid #E5E5E5;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.08);
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.08);
  transform: scale(0);
  transform: scale(0);
  transition: transform .2s; }

.table-content-fixed .table-of-header {
  position: relative;
  padding-right: 50px;
  display: flex;
  justify-content: space-between;
  padding: 10px 12px;
  border-bottom: 1px solid  #eeeeee; }

.table-content-fixed .table-of-header .hTitle {
  max-width: calc(100% - 50px);
  margin-left: 0;
  font-weight: 600;
  font-size: 14px; }

.table-content-fixed .table-of-header .hClose {
  position: absolute;
  right: 5px;
  top: 2px;
  cursor: pointer;
  width: 32px;
  height: 32px;
  text-align: center; }

.table-content-fixed .table-of-header .hClose svg {
  width: 32px;
  height: 32px;
  width: 14px; }

.table-content-fixed .table-of-contents {
  border: 0;
  background: #ffffff;
  margin: 0;
  padding: 5px 12px;
  box-shadow: none;
  display: block;
  overflow: hidden;
  overflow-y: auto;
  max-height: 70vh;
  overflow-scrolling: touch;
  -ms-scroll-chaining: none;
  overscroll-behavior: none; }

.table-content-fixed .table-of-contents .table-title {
  display: none; }

.table-content-fixed .table-of-contents ul {
  font-size: 14px;
  display: block; }

.table-content-button.active {
  opacity: 1;
  transform: scale(1);
  transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1); }

.table-content-fixed.active {
  transform: scale(1) translateY(-45%);
  -webkit-transform: scale(1) translateY(-45%);
  -moz-transform: scale(1) translateY(-45%);
  -ms-transform: scale(1) translateY(-45%);
  -o-transform: scale(1) translateY(-45%); }

.rte {
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  /* ----- TEXT ----- */
  /* ----- HEADINGS ----- */
  /* ----- LISTS ----- */
  /* ----- LINKS ----- */
  /* ----- IMAGES ----- */
  /* ----- TABLE ----- */
  /* ----- BLOCKQUOTE ----- */
  /* ----- VIDEO / IFRAME ----- */
  /* ----- HR ----- */ }
  .rte * {
    box-sizing: border-box; }
  .rte p {
    margin: 0 0 16px; }
  .rte strong,
  .rte b {
    font-weight: 600; }
  .rte em,
  .rte i {
    font-style: italic; }
  .rte h1, .rte h2, .rte h3, .rte h4, .rte h5, .rte h6 {
    font-weight: 700;
    margin: 16px 0 8px;
    color: #000102;
    letter-spacing: -0.2px; }
  .rte h1 {
    font-size: 24px; }
  .rte h2 {
    font-size: 20px; }
  .rte h3 {
    font-size: 16px; }
  .rte h4 {
    font-size: 16px; }
  .rte h5 {
    font-size: 16px; }
  .rte h6 {
    font-size: 15px; }
  .rte ul,
  .rte ol {
    margin: 0 0 16px 24px; }
    .rte ul li,
    .rte ol li {
      margin-bottom: 6px; }
  .rte ul li {
    list-style: disc; }
  .rte ol li {
    list-style: decimal; }
  .rte a {
    color: #0070c9;
    text-decoration: underline; }
    .rte a:hover {
      opacity: 0.8; }
  .rte img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 16px auto; }
  .rte table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0; }
    .rte table th,
    .rte table td {
      border: 1px solid #e0e0e0;
      padding: 10px 12px;
      text-align: left; }
    .rte table th {
      background: #f7f7f7;
      font-weight: 600; }
  .rte blockquote {
    padding: 12px 20px;
    border-left: 4px solid #000;
    background: #fafafa;
    margin: 20px 0;
    font-style: italic; }
  .rte iframe {
    width: 100%;
    max-width: 100%;
    min-height: 350px;
    border: none;
    margin: 20px 0; }
  .rte hr {
    margin: 28px 0;
    border: none;
    border-top: 1px solid #ddd; }

.section-blog-tabs .tabs-style-1 {
  margin-bottom: 40px; }
  @media (max-width: 767px) {
    .section-blog-tabs .tabs-style-1 {
      margin-bottom: 24px; } }

.section-blog-tabs .arrow-style-1 {
  border: 1px solid #0A0A0A; }

.section-blog-tabs .swiper-button-disabled {
  display: none !important; }

.section-blog-tabs .sports-content {
  position: relative; }

.section-blog-tabs .nav-group {
  position: absolute;
  right: 0;
  bottom: calc(100% + 40px);
  z-index: 1; }

.layout-pageNot {
  padding: 40px 0; }

.layout-pageNot h1 span {
  display: block;
  color: #fff;
  font-size: 170px;
  font-weight: bold;
  text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3), 0 3px 5px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.2), 0 20px 20px rgba(0, 0, 0, 0.15); }

.layout-pageNot .subtext {
  font-size: 16px;
  max-width: 520px;
  margin: 0 auto 30px;
  font-weight: 400; }

.layout-searchPage {
  margin-bottom: 50px; }
  .layout-searchPage .heading-page {
    position: relative;
    text-align: center; }
    .layout-searchPage .heading-page:after {
      content: "";
      background: #252a2b;
      display: block;
      width: 60px;
      height: 4px;
      margin: 20px auto 30px; }
    .layout-searchPage .heading-page h1 {
      margin: 25px 0 5px;
      font-size: 30px; }
  .layout-searchPage .subtext-result {
    margin: 0 0 15px; }
  .layout-searchPage .expanded-message .message-txt {
    width: 100%;
    text-align: center;
    margin-bottom: 30px; }
  .layout-searchPage .expanded-message h2 {
    font-weight: 600;
    font-size: 20px; }
  .layout-searchPage .expanded-message .subtext {
    margin-bottom: 40px;
    display: block; }
  .layout-searchPage .search-field {
    width: 100%;
    display: block;
    margin: auto; }
  .layout-searchPage .search-field input#go {
    width: 55px;
    height: 45px;
    float: right;
    background: url(//cdn.hstatic.net/themes/1000341630/1001416770/14/iconsearch.png?v=6094) #252a2b center no-repeat;
    margin: 0px;
    position: relative;
    top: 0;
    border-radius: 0;
    font-size: 0;
    border: 0; }
  .layout-searchPage .search-field .search_box {
    width: calc(100% - 55px);
    outline: none;
    height: 45px;
    padding: 0 20px;
    background: #ededed;
    border: 0;
    box-shadow: none; }
  @media (min-width: 992px) {
    .layout-searchPage .col-lg {
      flex: 0 0 20%;
      -webkit-flex: 0 0 20%; } }

.layout-ldp-agency .section-gency-faqs .list-faqs {
  padding: 32px 0; }

.layout-ldp-agency .section-gency-faqs .agency-faqs-content {
  font-weight: 500;
  font-size: 20px; }

.layout-ldp-agency .section-gency-faqs .banner-faq {
  overflow: hidden;
  border-radius: 8px;
  line-height: 0; }

.layout-ldp-agency .kamito-stats-section .stats-title {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
  color: white; }

.layout-ldp-agency .kamito-stats-section .stats-description {
  text-align: center;
  font-size: 16px;
  margin-bottom: 50px;
  opacity: 0.9;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto; }

.layout-ldp-agency .kamito-stats-section .stat-item {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 40px;
  transition: all 0.3s ease;
  border-radius: 8px;
  background: linear-gradient(101deg, rgba(255, 145, 156, 0.8) 5.57%, rgba(219, 82, 102, 0.8) 98.17%);
  color: #fff;
  height: 100%; }

.layout-ldp-agency .kamito-stats-section .stat-icon {
  flex-shrink: 0;
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .layout-ldp-agency .kamito-stats-section .stat-icon svg {
    width: 32px;
    height: 32px; }

.layout-ldp-agency .kamito-stats-section .stat-content {
  flex: 1; }

.layout-ldp-agency .kamito-stats-section .stat-number {
  color: #fff;
  margin-bottom: 2px; }

.layout-ldp-agency .kamito-stats-section .stat-label {
  font-size: 16px; }

.layout-ldp-agency .timeline-section {
  background: #fff; }
  .layout-ldp-agency .timeline-section .timeline-item {
    border-radius: 4px;
    background: #F9FAFB; }
    .layout-ldp-agency .timeline-section .timeline-item .timeline-dot {
      height: 1px;
      margin: 0 -15px;
      position: relative;
      background: #374151; }
      .layout-ldp-agency .timeline-section .timeline-item .timeline-dot:before {
        content: '';
        background: #374151;
        width: 13px;
        height: 13px;
        border-radius: 50%;
        position: absolute;
        left: 0;
        top: -6px; }
    .layout-ldp-agency .timeline-section .timeline-item .timeline-image {
      line-height: 0;
      overflow: hidden; }
      .layout-ldp-agency .timeline-section .timeline-item .timeline-image img {
        border-radius: 4px; }
    .layout-ldp-agency .timeline-section .timeline-item:nth-child(2n) {
      background: #fff; }
    .layout-ldp-agency .timeline-section .timeline-item .timeline-item-title {
      margin-bottom: 4px; }
    .layout-ldp-agency .timeline-section .timeline-item .timeline-item-description {
      font-size: 16px; }

.layout-ldp-agency .policy-section .policy-content {
  border-radius: 4px;
  background: linear-gradient(90deg, #FF919C 3.85%, #FD6B78 35.1%, #DB5266 70.91%, #F4BBC0 100%); }
  .layout-ldp-agency .policy-section .policy-content .policy-info {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 32px;
    max-width: 456px; }
    .layout-ldp-agency .policy-section .policy-content .policy-info .policy-title {
      color: #fff; }
    .layout-ldp-agency .policy-section .policy-content .policy-info .policy-description {
      color: #fff;
      font-size: 16px; }
    .layout-ldp-agency .policy-section .policy-content .policy-info .policy-button {
      background: #fff;
      border-color: #fff;
      color: #0A0A0A; }
      .layout-ldp-agency .policy-section .policy-content .policy-info .policy-button:hover {
        background: #0A0A0A;
        border-color: #0A0A0A;
        color: #fff; }

.layout-ldp-agency .video-section .image-wrapper {
  position: relative;
  padding-bottom: 56%; }
  .layout-ldp-agency .video-section .image-wrapper iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: none; }

.layout-ldp-agency .agency-featured .agency-item {
  padding: 16px; }
  .layout-ldp-agency .agency-featured .agency-item .agency-banner-group {
    background: #fff;
    padding: 16px; }
  .layout-ldp-agency .agency-featured .agency-item .agency-logo {
    padding-bottom: 100%;
    position: relative; }
    .layout-ldp-agency .agency-featured .agency-item .agency-logo img {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      object-fit: contain; }

.layout-careers .career-content {
  font-size: 16px; }

.layout-careers .section-ldp-jobs {
  background: #F5F5F5; }
  .layout-careers .section-ldp-jobs .tablist {
    display: flex;
    align-items: center;
    overflow-x: scroll; }
    .layout-careers .section-ldp-jobs .tablist::-webkit-scrollbar {
      display: none; }
    .layout-careers .section-ldp-jobs .tablist .item {
      position: relative; }
      .layout-careers .section-ldp-jobs .tablist .item a {
        display: inline-flex;
        color: #737373;
        white-space: nowrap;
        font-size: 18px;
        text-transform: capitalize;
        font-weight: 400;
        padding: 14px 24px;
        border-radius: 4px 4px 0 0;
        line-height: 1;
        border-bottom: 1px solid #E5E5E5; }
      .layout-careers .section-ldp-jobs .tablist .item.active a {
        font-weight: 500;
        background: #0A0A0A;
        color: #fff; }
      .layout-careers .section-ldp-jobs .tablist .item.active a:after {
        opacity: 1;
        visibility: visible;
        width: 100%; }
      .layout-careers .section-ldp-jobs .tablist .item:hover a {
        color: #737373; }
      .layout-careers .section-ldp-jobs .tablist .item.active:hover a {
        color: #fff; }
  .layout-careers .section-ldp-jobs .tabcontent .box {
    transition: all 0.3s;
    cursor: pointer;
    height: 100%;
    transition: all .4s;
    border: 1px solid transparent; }
    .layout-careers .section-ldp-jobs .tabcontent .box .left {
      flex: 1 1 auto; }
    .layout-careers .section-ldp-jobs .tabcontent .box .info .time {
      padding-left: 32px;
      position: relative;
      color: #404040; }
      .layout-careers .section-ldp-jobs .tabcontent .box .info .time:before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 24px;
        height: 24px;
        margin: auto;
        background-size: 100%;
        background-repeat: no-repeat;
        background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_703_75)'%3E%3Cpath d='M8 3.75C8 3.61739 7.94732 3.49021 7.85355 3.39645C7.75979 3.30268 7.63261 3.25 7.5 3.25C7.36739 3.25 7.24021 3.30268 7.14645 3.39645C7.05268 3.49021 7 3.61739 7 3.75V9.25C7.00003 9.33813 7.02335 9.42469 7.06761 9.50091C7.11186 9.57712 7.17547 9.64029 7.252 9.684L10.752 11.684C10.8669 11.7461 11.0014 11.7608 11.127 11.7249C11.2525 11.6891 11.3591 11.6056 11.4238 11.4922C11.4886 11.3788 11.5065 11.2446 11.4736 11.1183C11.4408 10.9919 11.3598 10.8834 11.248 10.816L8 8.96V3.75Z' fill='%23212529'/%3E%3Cpath d='M8 16.25C10.1217 16.25 12.1566 15.4071 13.6569 13.9069C15.1571 12.4066 16 10.3717 16 8.25C16 6.12827 15.1571 4.09344 13.6569 2.59315C12.1566 1.09285 10.1217 0.25 8 0.25C5.87827 0.25 3.84344 1.09285 2.34315 2.59315C0.842855 4.09344 0 6.12827 0 8.25C0 10.3717 0.842855 12.4066 2.34315 13.9069C3.84344 15.4071 5.87827 16.25 8 16.25ZM15 8.25C15 10.1065 14.2625 11.887 12.9497 13.1997C11.637 14.5125 9.85652 15.25 8 15.25C6.14348 15.25 4.36301 14.5125 3.05025 13.1997C1.7375 11.887 1 10.1065 1 8.25C1 6.39348 1.7375 4.61301 3.05025 3.30025C4.36301 1.9875 6.14348 1.25 8 1.25C9.85652 1.25 11.637 1.9875 12.9497 3.30025C14.2625 4.61301 15 6.39348 15 8.25Z' fill='%23212529'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_703_75'%3E%3Crect width='16' height='16' fill='white' transform='translate(0 0.25)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A"); }
    .layout-careers .section-ldp-jobs .tabcontent .box:hover {
      border-color: #0A0A0A;
      box-shadow: 0 4px 8px -2px rgba(16, 24, 40, 0.1), 0 2px 4px -2px rgba(16, 24, 40, 0.06); }
  .layout-careers .section-ldp-jobs .tabcontent .item:nth-child(n+9) {
    display: none; }
  .layout-careers .section-ldp-jobs .tabcontent.show-all .item {
    display: block; }
  @media (min-width: 768px) {
    .layout-careers .section-ldp-jobs .tablist {
      justify-content: center;
      overflow: hidden; } }
  @media (min-width: 992px) {
    .layout-careers .section-ldp-jobs .tabcontent .box .info .time {
      font-size: 16px; } }

.layout-careers .process-grid {
  display: flex;
  gap: 10px; }

.layout-careers .process-step {
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease; }

.layout-careers .process-step.active {
  width: 100%; }

.layout-careers .process-step:not(.active) {
  width: 117px;
  min-width: 117px; }

.layout-careers .step-link {
  display: block;
  text-decoration: none;
  color: inherit;
  height: 100%; }

.layout-careers .step-link:hover {
  text-decoration: none;
  color: inherit; }

.layout-careers .step-image {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: all 0.3s ease; }

.layout-careers .step-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block; }

.layout-careers .step-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(0deg, rgba(35, 35, 35, 0.5) 0%, rgba(35, 35, 35, 0) 100%);
  padding: 80px 32px 32px;
  color: white; }

.layout-careers .step-content {
  position: relative;
  z-index: 2; }

.layout-careers .process-step.active .step-title {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 4px;
  color: #fff; }

.layout-careers .process-step:not(.active) .step-title {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  line-height: 1.3;
  writing-mode: sideways-lr;
  text-orientation: mixed;
  height: 100%;
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.7); }

.layout-careers .step-description {
  font-size: 16px;
  margin: 0;
  display: none; }

.layout-careers .process-step.active .step-description {
  display: block; }

.layout-careers .process-step:not(.active) .step-overlay {
  padding: 15px;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  top: 0;
  bottom: 0; }

@media (max-width: 768px) {
  .layout-careers .process-grid {
    flex-wrap: wrap; }
  .layout-careers .process-step.active {
    grid-column: span 1;
    height: 250px; }
  .layout-careers .process-step:not(.active) {
    width: 100%; }
  .layout-careers .process-step:not(.active) .step-title {
    writing-mode: horizontal-tb;
    text-orientation: initial;
    font-size: 13px; } }

.layout-produce .list-faqs {
  padding: 32px 0; }

.layout-produce .video-section .image-wrapper {
  position: relative;
  padding-bottom: 56%; }
  .layout-produce .video-section .image-wrapper iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: none; }

.layout-produce .product-categories-section .category-item .category-overlay {
  position: absolute;
  bottom: 0;
  left: 0; }

.layout-produce .policies-section .policy-item .policy-icon {
  width: 56px;
  min-width: 56px; }

.modal-apply {
  padding: 0;
  width: 100%;
  background: #fff;
  overflow: hidden;
  max-width: 1024px; }
  .modal-apply .form_field label, .modal-apply .form_group label, .modal-apply .form-section label {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 4px;
    display: block; }
  .modal-apply .modal-image {
    background: #f8f9fa;
    overflow: hidden; }
    @media (max-width: 991px) {
      .modal-apply .modal-image {
        display: none; } }
  .modal-apply .modal-image img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .modal-apply .modal-form {
    padding: 24px;
    background: white; }
  .modal-apply .register-form {
    width: 100%; }
  .modal-apply .form-section {
    margin-bottom: 16px; }
  .modal-apply .section-title {
    margin-bottom: 8px;
    display: block; }
  .modal-apply .form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-bottom: 8x; }
  .modal-apply .form-group {
    margin-bottom: 8px; }
  .modal-apply .form-group.full-width {
    grid-column: 1 / -1; }
  .modal-apply .fancybox-close-small {
    height: 30px;
    width: 30px;
    line-height: 30px;
    color: #6B7280;
    font-size: 34px;
    background: white; }
  .modal-apply .fancybox-close-small:hover {
    background: white; }
