
/*# 01) Banner section #*/
.c-section--1 {
	background-color: #c7eef7;
	background-size: cover;
	background-position: bottom center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	display: -webkit-box;
	/* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;
	/* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;
	/* TWEENER - IE 10 */
	display: -webkit-flex;
	/* NEW - Chrome */
	display: flex;
	/* NEW, Spec - Opera 12.1, Firefox 20+ */
	align-items: center;
}


/* landscape */
@media screen and (min-width: 300px) and (max-width: 1024px) and (orientation: landscape) {
  .c-section--1 {
    padding-bottom: calc(var(--section-padding) / 3) !important;
    background-position: center !important;
  }

  .c-section--1 .container #trigger-sticky {
    padding-top: 8rem;
  }
}

@media screen and (orientation: landscape) and (min-width: 768px) and (max-width: 1200px) {
    .inner-banner-section {
        background-attachment: unset !important;
    }
}

@media screen and (orientation: landscape) and (max-width: 768px) {
    .inner-banner-section {
        background-attachment: unset !important;
        align-items: flex-end !important;
    }
}


/*# 02) Page Content section #*/
.c-section--2 {
	background-color: var(--white-color);
}

.c-section--2::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to top, #06060600, #D7ECE4);
	pointer-events: none;
	max-height: 40%;
}

.c-section--2::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, #06060600, #fff);
	pointer-events: none;
	max-height: 30%;
	z-index: -1;
}

/* product tab */
.product-tab-header a {
  margin-right: 13px;
  margin-bottom: 13px;
  font-size: 0.9rem;
  font-family: "Stone Sans, SemiBold";
  letter-spacing: 1.26px;
  padding: 15px 15px;
  float: left;
  clear: right;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  border: 1px solid #70707042;
  border-radius: 0.45rem;
  width: 18em;
  height: 5em;
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-tab-title.product-title-active {
  color: var(--white-color);
  background-color: var(--royal-blue-color);
}

.product-tab-title.product-title-active:nth-child(1) {
  background-color: var(--royal-blue-color);
}

.product-tab-title.product-title-active:nth-child(2) {
  background-color: var(--light-brown-color);
}

.product-tab-title.product-title-active:nth-child(3) {
  background-color: var(--dark-grey-color);
}

.product-tab {
  display: none;
  animation: fadeIn ease 2s;
  -webkit-animation: fadeIn ease 2s;
  -moz-animation: fadeIn ease 2s;
  -o-animation: fadeIn ease 2s;
  -ms-animation: fadeIn ease 2s;
  position: relative;
  padding: 40px;
  color: #fff
}

.product-tab.tab-active {
  display: block;
}

.product-tab::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 68%;
  height: 100%;
  background-color: var(--royal-blue-color);
  z-index: 0;
  border-radius: 0.45rem;
}

.product-tab:nth-child(2):before {
  background-color: var(--light-brown-color);
}

.product-tab:nth-child(3):before {
  background-color: var(--dark-grey-color);
}

.product-tab-desktop-wrapper {
  position: relative;
  width: max-content;
  margin: 0 auto !important;
  display: flex;
  flex-wrap: wrap;
}

.product-tab-parent {
  z-index: 2;
  position: relative;
}

.product-tab-header {
  width: max-content;
  margin: 0 auto !important;
  display: flex;
  flex-wrap: wrap;
}

.product-section {
  padding-top: 70px;
  /* padding: 100px 55px 0px 55px; */
}

.product-section .product-tab {
  position: relative;
  height: 100%;
  min-height: 525px;
}

.product-content-wrapper {
  position: relative;
}

.product-specs-title {
  max-width: 450px !important;
  padding-top: 20px;
}

.product-specs-title h3 {
  font-family: 'Stone Sans, SemiBold';
  font-weight: inherit;
  color: var(--white-color);
}

.product-specs-title.max-width h3{
  width: 800px;
  word-wrap: normal;
}

.product-content.product-text p {
  max-width: 640px;
  letter-spacing: 1.75px;
}


.product-inner-desc h5 {
  font-family: "Noto Sans, Bold";
  text-transform: inherit;
}

.product-content h3,
.product-content h4 {
  font-family: "Stone Sans, Medium";
  text-transform: inherit;
}

.product-content h4.product-line {
  font-family: 'Stone Sans, SemiBold';
  text-transform: inherit;
}

.product-content h4 {
  margin: 0 auto !important;
}


/* owl carousel slider product */
.product-layout-wrapper {
  position: absolute;
  top: -15px;
  right: 0;
  float: right;
  display: block;
}

.owl-carousel.product-swiper-banner {
  width: 400px;
  overflow: hidden;
  margin: 10px auto;
}

.item.product-slider-content {
  width: 400px;
  height: 400px;
}

.item.product-slider-content img {
  height: 400px;
  width: 400px;
  object-fit: cover;
}


/* on mobile product tab */
.productab-m-wrapper {
  width: 100%;
  margin: 0 auto;
  display: none;
}

.product-tab-header-m {
  position: relative;
  cursor: pointer;
  background-color: var(--royal-blue-color);
}

.product-tab-header-m>a {
  width: 100%;
  float: left;
  color: #D6D6D6;
  font-size: 15px;
  text-decoration: none;
  overflow: hidden;
  text-align: center;
}

.product-tab-title-m {
  transition: unset !important;
}


/* toggle btn for tabs */
.dropdown-switch:checked+.dropdown-options-filter .dropdown-select {
  visibility: visible;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1) translateX(-50%);
}

.dropdown-switch:checked+.dropdown-options-filter .dropdown-filter:after {
  transform: rotate(-135deg);
}

.dropdown-options-filter {
  position: relative;
  width: 100%;
  cursor: pointer;
  display: block;
}

.dropdown-filter {
  position: relative;
  border: 1px solid #70707042;
  border-radius: 0.45rem;
  transition: background 0.23s linear;
  cursor: pointer;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  /*background: transparent;*/
  padding: 20px 20px;
  width: 15em;
  height: 5.5em;
  text-align: center;
}

.dropdown-filter::after {
  content: "";
  position: absolute;
  top: 45%;
  right: 10px;
  width: 10px;
  height: 10px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  border-right: 2px solid #707070;
  border-bottom: 2px solid #707070;
  transition: 0.2s ease;
}

.dropdown-select {
  position: absolute;
  top: 100%;
  width: 100%;
  overflow: hidden;
  background: var(--white-color);
  border-top: 1px solid #eee;
  border-radius: 0.45rem;
  z-index: 1;
  background: #fff;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0) translateX(-50%);
  -webkit-transform-origin: top center;
  transform-origin: top center;
  visibility: hidden;
  transition: 0.2s ease;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  left: 50%;
  /* min-width: 20em; */
  margin-top: 15px;
}

.dropdown-filter p {
  margin-bottom: 0;
  color: #70777B;
  font-size: .9rem;
}

.dropdown-filter-selected {
  font-size: .9rem;
  font-family: 'Stone Sans, SemiBold';
  text-transform: uppercase;
  color: var(--white-color);
}

.dropdown-select-option {
  padding: 10px;
  box-sizing: border-box;
  cursor: pointer;
  font-family: "Noto Sans, Light";
  font-size: .9rem;
  transition: 0.3s ease-in-out all;
  color: var(--dark-blue-color);
}

.active-trigger, .dropdown-select-option.product-title-active-m {
  background: #f8f8f8;
  font-family: "Noto Sans, Black" !important;
  color: #022C7B;
}

.dropdown-select-option:hover {
  background: #f8f8f8;
  color: #022C7B;
}

.dropdown-more-wrapper {
  display: flex;
}

.dropdown-filter-selected {
  white-space: nowrap;
  width: 135px;
  overflow: hidden;
  text-overflow: ellipsis;
}


/* custom dropdown more */
.dropdown-filter-selected.dropdown-filter-selected-more {
  color: var(--dark-blue-color);
}

.dropdown-select-option.dropdown-select-option-more {
  text-align: left;
}


@media screen and (min-width: 1500px) {
  .product-specs-title {
    padding-top: 70px;
  }

  .product-specs-title.product-specs-title-facilities {
    padding-top: 20px !important;
  }

  .product-tab::before {
    width: 70%;
  }

  .product-content.product-text p {
    /* font-size: 1.1rem; */
    max-width: 800px !important;
  }

  .product-tab-header a {
    padding: 20px 20px;
    width: 20em;
    height: 6em;
  }

  .owl-carousel.product-swiper-banner {
    width: 550px;
  }

  .item.product-slider-content {
    /*width: 550px;
    height: 550px;*/
    flex: 0 0 550px;
    margin-left: auto;
    margin-right: auto;
  }

  .item.product-slider-content img {
    /*height: 550px;
    width: 550px;*/
  }
  
  .product-section .product-tab {
    position: relative;
    min-height: 615px !important;
  }
  
  .product-layout-wrapper {
    padding-top: 30px;
  }
}

/* for mdpi screen only */
@media (min-width: 1280px) and (max-width: 1280px) {
  .product-content.product-text p {
    max-width: 550px !important;
    font-size: 1rem;
  }
}

@media (max-width: 767px) {
    
    .dropdown-filter {
      text-align: left !important;
    }

  .product-tab-header {
    display: none !important;
  }

  .product-specs-title.max-width h3{
    width: 300px;
    word-wrap: normal;
  }
  
  .c-section--2 {
    background-color: var(--white-color);
    padding-top: calc(var(--section-padding) /2);
  }

  .product-content h3 {
    font-size: 17px;
    line-height: 1.5rem;
  }

  .product-tab .product-row {
    margin: unset !important;
  }

  .col-4.product-col {
    padding-bottom: unset !important;
  }

  .row.product-row {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }

  .product-tab-parent {
    display: block !important;
    z-index: 2;
    position: absolute;
    margin: 0 auto;
    width: 100%;
    left: 0;
  }

  .product-tab-header {
    display: none !important;
  }

  .productab-m-wrapper {
    display: flex !important;
    justify-content: center;
  }


  .product-section {
    padding-top: 250px;
  }

  .product-specs-title {
    padding-top: 200px;
  }

  .product-layout-wrapper {
    top: 0;
    right: unset !important;
    transform: translate(-50%, -50%);
    left: 50%;
  }

  .owl-carousel.product-swiper-banner {
    width: 300px;
  }

  .item.product-slider-content {
    width: 300px;
    height: 300px;
    flex: 0 0 300px;
  }

  .item.product-slider-content img {
    height: 300px;
    width: 300px;
  }

  .product-content.product-text p {
    font-size: .8rem !important;
  }

  .product-tab::before {
    width: 100%;
  }

  .product-section .product-tab {
    height: 100%;
  }

  .product-tab {
    padding: 20px;
  }

  .product-specs-title h3 {
    margin-bottom: unset !important;
    line-height: 1.5rem !important;
  }

  .white-line.custom-line {
    width: 100% !important;
    margin: 15px auto 15px !important;
  }

  .product-layout-wrapper .owl-dots button.owl-dot.active {
    background-color: var(--white-color) !important;
  }
  

  .product-layout-wrapper .owl-dots button.owl-dot {
    width: 22px !important;
    height: 4px !important;
    margin: 0 1.8px !important;
    background: #6D6D6D !important;
  }

  .gslide-image img {
    max-height: 68vh !important;
    max-width: 80vw !important;
  }

  .dropdown-filter-selected {
    max-width: 160px !important;
    /* overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important; */
    text-align: center;
  }

  .dropdown-filter {
    width: 15em !important;
    min-width: unset !important;
    min-height: 3em !important;
    height: unset !important;
    padding: .2em .4em !important;
  }

  .dropdown-more-wrapper {
    display: none !important;
  }

}

@media screen and (min-width: 1024px) and (max-width: 1024px) {
  .product-specs-title.max-width h3{
    width: 850px !important;
    word-wrap: normal;
  }
}

@media screen and (min-width: 768px) and (max-width: 768px) {
  .product-specs-title.max-width h3{
    width: 700px !important;
    word-wrap: normal;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {

  .c-section--2 {
    background-color: var(--white-color);
    padding-top: calc(var(--section-padding) / 2);
    /* padding-bottom: unset !important; */
  }

  .product-content h3 {
    font-size: 17px;
    line-height: 1.5rem;
  }

  .dropdown-filter {
    width: 15em !important;
    min-width: unset !important;
    min-height: 3em !important;
    height: 100% !important;
    padding: .2em .4em !important;
  }

  .dropdown-filter-selected {
    max-width: 160px !important;
    /* overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important; */
  }

  .product-tab .product-row {
    margin: unset !important;
  }

  .col-4.product-col {
    padding-bottom: unset !important;
  }

  .row.product-row {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }

  .product-tab-parent {
    display: block !important;
    z-index: 2;
    position: absolute;
    margin: 0 auto;
    width: 100%;
    left: 0;
  }

  .product-tab-header {
    display: none !important;
  }

  .productab-m-wrapper {
    display: flex !important;
    justify-content: center;
  }


  .product-section {
    padding-top: 290px;
  }

  .product-specs-title {
    max-width: 100% !important;
    padding-top: 260px;
  }

  .product-layout-wrapper {
    top: 0;
    right: unset !important;
    transform: translate(-50%, -50%);
    left: 50%;
  }

  .owl-carousel.product-swiper-banner {
    width: 400px;
  }

  .item.product-slider-content {
    width: 400px;
    height: 400px;
    flex: 0 0 400px;
  }

  .item.product-slider-content img {
    height: 400px;
    width: 400px;
  }

  .product-content.product-text p {
    font-size: .9rem !important;
    max-width: 100% !important;
}

  .product-tab::before {
    width: 100%;
  }

  .product-section .product-tab {
    height: 100% !important;
    /* margin-bottom: var(--section-padding) !important; */
  }

  .product-tab {
    padding: 20px;
  }

  .product-specs-title h3 {
    margin-bottom: unset !important;
  }

  .white-line.custom-line {
    width: 100% !important;
    margin: 15px auto 15px !important;
  }


  .product-layout-wrapper .owl-dots button.owl-dot.active {
    background-color: var(--white-color) !important;
  }

  .product-layout-wrapper .owl-dots button.owl-dot {
    width: 22px !important;
    height: 4px !important;
    margin: 0 1.8px !important;
    background: var(--footer-color) !important;
  }

  .gslide-image img {
    max-height: 68vh !important;
    max-width: 80vw !important;
  }

  .glightbox-clean .gprev,
  .glightbox-clean .gnext {
    top: 49% !important;
  }

  .dropdown-more-wrapper {
    display: none !important;
  }
}



