@keyframes animate-scroll {
  0% {
    opacity: 1;
    top: 29%;
  }
  15% {
    opacity: 1;
    top: 65%;
  }
  50% {
    opacity: 0;
    top: 65%;
  }
  100% {
    opacity: 0;
    top: 29%;
  }
}
@keyframes animateleftToRight {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes animateSlideInAndOut {
  0% {
    transform: translateX(-50%);
    opacity: 0;
  }
  50% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes animateFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes animateFadeInLeft {
  0% {
    transform: translateX(-50%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes animatefadeInAndOut {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes animateFadeInRight {
  0% {
    transform: translateX(50%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes animateFadeInUp {
  0% {
    transform: translateY(-10%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes animateZoomOut {
  0% {
    transform: scale(0.3);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes animateZoomOut2 {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes animateFadeIn3 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.3;
  }
}
@keyframes animateLeftToRight {
  0% {
    transform: translateX(-15%);
  }
  100% {
    transform: translateX(0);
  }
}
.img-fluid {
  max-width: 100%;
  height: auto;
}

.ct-feature-wrapper {
  margin: 130px auto 0;
  font-family: "Roboto", sans-serif !important;
}
.ct-feature-wrapper .rtl-mode {
  text-align: right;
}
.ct-feature-wrapper .rtl-center-mode {
  text-align: right;
}
.ct-feature-wrapper .normal-center-mode {
  text-align: center;
}
.ct-feature-wrapper .normal-mode {
  text-align: left;
}

.ct-text-primary {
  color: #A2201C;
}

.ct-highlight {
  color: #A2201C;
}

.ct-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.ct-title-text {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}

.ct-normal-text {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

.ct-body-text {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}

.ct-pre-line {
  white-space: pre-line;
}

.ct-heading {
  font-weight: 700;
}

.ct-muted {
  font-size: 0.75rem;
  line-height: 0.875rem;
  font-weight: 300;
  color: #252525;
}

.ct-video-wrapper {
  margin: auto;
}
.ct-video-wrapper .ct-video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.ct-section-video-showcase {
  position: relative;
  margin: 50px auto 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  background: url("/products/refrigerators/image/skyline/h20-showcase-bg.png"), linear-gradient(to bottom, rgba(237, 237, 237, 0.8), rgb(237, 237, 237));
  background-size: contain;
  background-repeat: repeat-x;
}
@media screen and (min-width: 767px) {
  .ct-section-video-showcase {
    background: linear-gradient(to bottom, rgba(237, 237, 237, 0.8), rgb(237, 237, 237));
    margin: 50px auto;
  }
}
.ct-section-video-showcase .ct-video-wrapper {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  background: black;
  aspect-ratio: 16/9;
  order: 2;
  z-index: 1;
}
@media screen and (min-width: 992px) {
  .ct-section-video-showcase .ct-video-wrapper {
    max-height: 540px;
  }
}
.ct-section-video-showcase .ct-video-wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  background: black;
}
.ct-section-video-showcase .ct-video-wrapper .ct-video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(125deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgb(255, 255, 255));
}
.ct-section-video-showcase .ct-hero-image {
  position: absolute;
  top: -15px;
  bottom: 0;
  left: 15px;
  right: 0;
  z-index: 3;
  max-width: 8.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}
.ct-section-video-showcase .ct-hero-image.in-view {
  animation: animateLeftToRight 500ms forwards;
}
@media screen and (min-width: 424px) {
  .ct-section-video-showcase .ct-hero-image {
    max-width: 10.35rem;
    top: -2.525rem;
  }
}
@media screen and (min-width: 426px) {
  .ct-section-video-showcase .ct-hero-image {
    max-width: 11rem;
  }
}
@media screen and (min-width: 640px) {
  .ct-section-video-showcase .ct-hero-image {
    max-width: 14rem;
  }
}
@media screen and (min-width: 768px) {
  .ct-section-video-showcase .ct-hero-image {
    top: -2rem;
    left: 2rem;
    max-width: 17rem;
  }
}
@media screen and (min-width: 992px) {
  .ct-section-video-showcase .ct-hero-image {
    position: absolute;
    top: -1rem;
    bottom: 0;
    left: 3rem;
    right: 0;
    height: auto;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 20rem;
  }
}
@media screen and (min-width: 1100px) {
  .ct-section-video-showcase .ct-hero-image {
    left: 1rem;
  }
}
.ct-section-video-showcase .ct-hero-wrapper {
  position: relative;
  z-index: 2;
  top: 0;
  order: 1;
  display: flex;
  justify-content: center;
  padding: 50px 25px;
}
@media screen and (min-width: 768px) {
  .ct-section-video-showcase .ct-hero-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    display: flex;
    /* flexbox inside */
    flex-direction: column;
    /* stack vertically (or row if you want side-by-side) */
    align-items: flex-end;
    /* align content to right */
    justify-content: center;
    /* vertical center within box */
    background: url("/products/refrigerators/image/skyline/h20-elegant-design-object-honeycomb.png"), linear-gradient(90deg, rgba(255, 255, 255, 0.7), rgb(255, 255, 255));
    background-size: cover;
    background-position: top right;
    background-repeat: no-repeat;
    /* optional semi-transparent bg */
    padding: 20px 10px;
    max-width: 40%;
    /* keep readable */
  }
  .ct-section-video-showcase .ct-hero-wrapper:lang(vn) {
    padding: 70px 15px 20px;
  }
}
@media screen and (min-width: 992px) {
  .ct-section-video-showcase .ct-hero-wrapper {
    padding: 70px 15px 20px;
  }
}
@media screen and (min-width: 1280px) {
  .ct-section-video-showcase .ct-hero-wrapper {
    padding: 70px 25px 20px;
  }
}
.ct-section-video-showcase .ct-hero-wrapper .ct-hero-inner-wrapper {
  font-size: 1.5rem;
  line-height: 2rem;
  text-align: center;
}
@media screen and (min-width: 321px) {
  .ct-section-video-showcase .ct-hero-wrapper .ct-hero-inner-wrapper {
    font-size: 1.675rem;
    line-height: 2rem;
    color: #4C4C4C;
    text-align: left;
  }
}
.ct-section-video-showcase .ct-hero-wrapper .ct-hero-inner-wrapper .ct-hero-text.in-view {
  animation: animateFadeInRight 500ms forwards;
}
@media screen and (min-width: 768px) {
  .ct-section-video-showcase .ct-hero-wrapper .ct-hero-inner-wrapper .ct-hero-text {
    font-size: 1.25rem;
    line-height: 1.375rem;
    color: #4C4C4C;
  }
  .ct-section-video-showcase .ct-hero-wrapper .ct-hero-inner-wrapper .ct-hero-text:lang(vn) {
    font-size: 0.875rem;
    line-height: 1.5rem;
  }
}
@media screen and (min-width: 992px) {
  .ct-section-video-showcase .ct-hero-wrapper .ct-hero-inner-wrapper .ct-hero-text {
    font-size: 1.875rem;
    line-height: 2rem;
    color: #4C4C4C;
  }
  .ct-section-video-showcase .ct-hero-wrapper .ct-hero-inner-wrapper .ct-hero-text:lang(vn) {
    font-size: 1.195rem;
    line-height: 1.5rem;
  }
}
.ct-section-video-showcase .ct-navigation-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  order: 3;
  width: 100%;
  height: auto;
  margin: 70px 0 50px;
  z-index: 3;
}
.ct-section-video-showcase .ct-navigation-wrapper.in-view {
  animation: animateFadeInRight 500ms forwards;
}
.ct-section-video-showcase .ct-navigation-wrapper .ct-navigation-text {
  font-size: 1.5rem;
  font-weight: 600;
  justify-content: center;
  display: flex;
}
@media screen and (min-width: 768px) {
  .ct-section-video-showcase .ct-navigation-wrapper .ct-navigation-text {
    font-size: 1.25rem;
    line-height: 1.375rem;
    color: #4C4C4C;
  }
  .ct-section-video-showcase .ct-navigation-wrapper .ct-navigation-text:lang(vn) {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 992px) {
  .ct-section-video-showcase .ct-navigation-wrapper .ct-navigation-text {
    font-size: 1.5rem;
    line-height: 1.625rem;
  }
  .ct-section-video-showcase .ct-navigation-wrapper .ct-navigation-text:lang(vn) {
    font-size: 1.195rem;
  }
}
.ct-section-video-showcase .ct-navigation-wrapper .ct-navigation-swiper-list {
  display: flex;
  justify-content: center;
  margin: 20px 0;
}
.ct-section-video-showcase .ct-navigation-wrapper .ct-navigation-swiper-list .ct-navigation-list {
  display: flex;
  list-style: none;
  gap: 20px;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
}
.ct-section-video-showcase .ct-navigation-wrapper .ct-navigation-swiper-list .ct-navigation-list li {
  width: 28px;
  height: 28px;
  border-radius: 100%;
  cursor: pointer;
}
.ct-section-video-showcase .ct-navigation-wrapper .ct-navigation-swiper-list .ct-navigation-list li.active {
  outline: 1px solid #A2201C;
  outline-offset: 4px;
}

@media screen and (min-width: 767px) {
  .ct-section-video-design {
    margin: 50px auto;
  }
}
.ct-section-video-design .ct-video-design-caption {
  width: 100%;
  margin: 8px auto;
  display: flex;
  justify-content: center;
}

.ct-section-feature-h20 {
  margin: 50px auto;
  max-width: 965px;
  width: 100%;
}
.ct-section-feature-h20 .ct-feature-title {
  font-size: 1.75rem;
}
.ct-section-feature-h20 .ct-hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: 1px solid;
  opacity: 0.25;
}
.ct-section-feature-h20 .swiper-feature-h20 {
  opacity: 0;
}
.ct-section-feature-h20 .swiper-feature-h20.in-view {
  animation: animateFadeInUp 1000ms forwards;
}
.ct-section-feature-h20 .swiper-feature-h20 .swiper-wrapper {
  padding: 50px 0;
}
.ct-section-feature-h20 .swiper-feature-h20 .swiper-pagination {
  display: flex;
  justify-content: center;
  gap: 12px;
}
.ct-section-feature-h20 .ct-feature-h20-slide .ct-feature-h20-description {
  text-align: center;
  margin: 25px auto;
}
@media screen and (min-width: 767px) {
  .ct-section-feature-h20 .ct-feature-h20-slide .ct-feature-h20-description {
    text-align: left;
    font-size: 1rem;
  }
}
.ct-section-feature-h20 .ct-feature-h20-slide .ct-feature-h20-description .ct-feature-h20-title {
  font-size: 2rem;
  padding: 15px 0;
}
@media screen and (min-width: 767px) {
  .ct-section-feature-h20 .ct-feature-h20-slide .ct-feature-h20-description .ct-feature-h20-title {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 992px) {
  .ct-section-feature-h20 .ct-feature-h20-slide .ct-feature-h20-description .ct-feature-h20-title {
    font-size: 2.625rem;
  }
}
.ct-section-feature-h20 .ct-feature-h20-slide .ct-feature-h20-description .ct-feature-h20-subtitle {
  font-size: 1rem;
}
.ct-section-space-saving {
  max-width: 965px;
  width: 100%;
  margin: 50px auto;
  opacity: 0;
}
.ct-section-space-saving.in-view {
  animation: animateFadeInUp 1000ms forwards;
}
.ct-section-space-saving .ct-space-saving-title {
  font-size: 2rem;
  justify-content: center;
  padding-bottom: 40px;
}
.ct-section-space-saving .ct-space-saving-title .ct-highlight {
  font-weight: 700;
}
.ct-section-space-saving .space-saving-extra-space1 {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 767px) {
  .ct-section-space-saving .ct-space-saving-title {
    font-size: 2.625rem;
    line-height: 2.25rem;
    justify-content: center;
  }
  .ct-section-space-saving .ct-space-saving-title .ct-highlight {
    font-weight: 700;
  }
}
.ct-section-space-saving .ct-section-wrapper {
  margin: 25px auto;
}
.ct-section-space-saving .ct-section-wrapper .ct-section-inner-wrapper {
  display: flex;
  align-items: center;
  gap: 15px;
  max-width: 960px;
  margin: auto;
}
.ct-section-space-saving .ct-section-wrapper .ct-section-inner-wrapper .ct-space-saving-subtitle {
  font-size: 1rem;
  width: 100%;
  margin: auto;
  text-align: center;
}
@media screen and (min-width: 767px) {
  .ct-section-space-saving .ct-section-wrapper .ct-section-inner-wrapper .ct-space-saving-subtitle {
    text-align: left;
  }
}
@media screen and (min-width: 767px) {
  .ct-section-space-saving .ct-section-wrapper .ct-section-inner-wrapper {
    gap: 50px;
  }
  .ct-section-space-saving .ct-section-wrapper .ct-section-inner-wrapper .ct-space-saving-title {
    font-size: 2.625rem;
    line-height: 2.25rem;
    justify-content: center;
  }
  .ct-section-space-saving .ct-section-wrapper .ct-section-inner-wrapper .ct-space-saving-title .ct-highlight {
    font-weight: 700;
  }
}

.ct-section-dual-surround {
  max-width: 965px;
  width: 100%;
  margin: 50px auto;
  opacity: 0;
}
.ct-section-dual-surround.in-view {
  animation: animateFadeInUp 1000ms forwards;
}
@media screen and (min-width: 767px) {
  .ct-section-dual-surround {
    margin: 100px auto;
  }
}
.ct-section-dual-surround .ct-section-dual-surround-image {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
@media screen and (min-width: 767px) {
  .ct-section-dual-surround .ct-section-dual-surround-image {
    width: 95%;
  }
}
.ct-section-dual-surround .ct-section-wrapper {
  margin: 0 auto;
  max-width: 370px;
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 767px) {
  .ct-section-dual-surround .ct-section-wrapper {
    text-align: left;
  }
}
.ct-section-dual-surround .ct-section-wrapper .ct-section-dual-surround-title {
  font-size: 2rem;
  line-height: 2.125rem;
}
@media screen and (min-width: 767px) {
  .ct-section-dual-surround .ct-section-wrapper .ct-section-dual-surround-title {
    font-size: 2.625rem;
    line-height: 2.75rem;
  }
}
.ct-section-dual-surround .ct-section-wrapper .ct-section-dual-surround-title .ct-dual-surround-title {
  font-size: 2rem;
  line-height: 2.25rem;
  font-weight: 700;
  text-wrap: nowrap;
}
@media screen and (min-width: 767px) {
  .ct-section-dual-surround .ct-section-wrapper .ct-section-dual-surround-title .ct-dual-surround-title {
    font-size: 2.625rem;
    line-height: 2.75rem;
  }
}
.ct-section-dual-surround .ct-section-wrapper .ct-section-dual-surround-title .ct-dual-surround-subtitle {
  color: #000000;
  font-weight: 400;
}
.ct-section-dual-surround .ct-section-wrapper .text-nowrap {
  text-wrap: nowrap;
}
@media screen and (min-width: 767px) {
  .ct-section-dual-surround .ct-section-wrapper .ct-section-dual-surround-title {
    font-size: 2.625rem;
    line-height: 52px;
  }
  .ct-section-dual-surround .ct-section-wrapper .ct-section-dual-surround-title .ct-dual-surround-title {
    font-weight: 700;
  }
}
.ct-section-dual-surround .ct-section-wrapper .ct-section-dual-surround-description {
  width: 100%;
  margin: 25px 0;
  line-height: 20px;
  font-size: 1rem;
}
.ct-section-dual-surround .ct-section-wrapper .ct-section-dual-surround-description div {
  margin: 10px 0;
}
.ct-section-dual-surround .ct-section-wrapper .ct-section-dual-surround-muted {
  font-size: 0.75rem;
  font-weight: 300;
  color: #252525;
}

.ct-section-feature-h30-2 {
  position: relative;
  width: 100%;
  height: auto;
  padding: 50px 0;
  overflow: hidden;
}
.ct-section-feature-h30-2 .ct-section-wrapper {
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
}
.ct-section-feature-h30-2 .ct-section-wrapper .ct-full-image {
  height: auto;
  opacity: 0;
}
.ct-section-feature-h30-2 .ct-section-wrapper .ct-full-image.active {
  animation: animateFadeInLeft 1000ms forwards;
}
.ct-section-feature-h30-2 .ct-section-wrapper .ct-wrapper-image img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
}
.ct-section-feature-h30-2 .ct-section-wrapper .ct-wrapper-image.active img:first-child {
  animation: animateSlideInAndOut 1000ms forwards 1000ms;
}
.ct-section-feature-h30-2 .ct-section-wrapper .ct-wrapper-image.active img:last-child {
  animation: animateFadeIn 1000ms ease 2000ms forwards;
}

.ct-scroll {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  box-sizing: border-box;
  overscroll-behavior: none;
  line-height: 1.2;
}
.ct-scroll .ct-scroll-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 40px 0;
}
.ct-scroll .ct-scroll-btn a {
  text-decoration: none;
  color: #474747;
}
.ct-scroll .ct-scroll-btn .mouse {
  position: relative;
  display: block;
  width: 35px;
  height: 55px;
  margin: 0 auto 20px;
  box-sizing: border-box;
  border: 3px solid #000000;
  border-radius: 23px;
}
.ct-scroll .ct-scroll-btn .mouse > * {
  position: absolute;
  display: block;
  left: 50%;
  width: 8px;
  height: 10px;
  margin: -4px 0 0 -4px;
  background-color: #000000;
  border-radius: 8px;
  animation: animate-scroll 2500ms linear infinite;
}

.ct-card {
  border-color: transparent;
  background: linear-gradient(to bottom, #e5e5e5 0%, #fbfbfb 26%, #ffffff 48%, #fcfcfc 70%, #e5e5e5 100%);
  border-radius: 0;
  position: relative;
  height: 100%;
  transition: all 250ms ease-in-out;
}
.ct-card .ct-title {
  margin: 0;
  color: #A2201C;
  font-size: 2.25rem;
  line-height: 2.25rem;
}
.ct-card .ct-title .highlight {
  color: #000000;
  font-weight: 300;
}
.ct-card .ct-sub-title {
  margin: 0;
  color: #000000;
  font-size: 2.25rem;
  line-height: 2.25rem;
}
.ct-card .ct-image {
  width: 100%;
  max-width: 500px;
  height: auto;
  margin: 1.25rem auto;
}
.ct-card .ct-quote-underline {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  color: #000000;
  font-size: 2.125rem;
  line-height: 2.125rem;
}
.ct-card .ct-quote-underline::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #A2201C;
}
.ct-card .ct-quote-underline span:first-child {
  color: #A2201C;
  font-weight: 400;
}
.ct-card .ct-text {
  width: 80%;
  margin: 1.25rem auto;
  font-size: 1rem;
  line-height: 1.375rem;
}
.ct-card .ct-text span {
  color: #A2201C;
}
.ct-card .ct-small {
  font-size: 0.875rem;
  line-height: 1.375rem;
  margin: 1.25rem auto;
}
.ct-card .ct-muted {
  font-size: 0.625rem;
  line-height: 0.875rem;
  font-weight: 300;
  color: #252525;
}
.ct-card .ct-full-image {
  width: 100%;
  height: auto;
}

.ct-section-feature-h30 .ct-feature-box {
  background-color: #A2201C;
  width: 100%;
  padding: 7px 0;
}
.ct-section-feature-h30 .ct-feature-box div {
  color: #FFFFFF;
}
.ct-section-feature-h30 .ct-feature-box .ct-title {
  font-size: 3.25rem;
  line-height: 3.75rem;
  font-weight: 700;
  padding: 0 0 0 2.175rem;
}
.ct-section-feature-h30 .ct-feature-box .ct-sub-title {
  font-size: 3.25rem;
  line-height: 3.75rem;
  font-weight: 300;
  padding: 0 0 0 3.75rem;
}

.ct-section-selectable-zone {
  margin: 50px auto;
  position: relative;
  opacity: 0;
  transition: all 500ms ease-in-out;
  direction: ltr !important;
}
.ct-section-selectable-zone.in-view {
  opacity: 1;
}
.ct-section-selectable-zone.in-view .ct-background-wrapper .ct-background {
  transform: translate(-50%, -50%) scale(0.5);
}
@media screen and (min-width: 321px) {
  .ct-section-selectable-zone.in-view .ct-background-wrapper .ct-background {
    transform: translate(-50%, -50%) scale(0.6);
  }
}
@media screen and (min-width: 767px) {
  .ct-section-selectable-zone.in-view .ct-background-wrapper .ct-background {
    transform: translate(-50%, -50%) scale(0.9);
  }
}
.ct-section-selectable-zone .ct-background-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  max-height: 320px;
  overflow: hidden;
  z-index: 0;
  top: 100px;
}
@media screen and (min-width: 767px) {
  .ct-section-selectable-zone .ct-background-wrapper {
    max-height: 410px;
    top: 40px;
  }
}
.ct-section-selectable-zone .ct-background-wrapper .ct-background {
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0.4);
  width: auto;
  height: 100%;
  min-width: 100%;
  object-fit: cover;
  z-index: 0;
  transition: transform 450ms ease-in-out;
  max-width: fit-content !important;
}
.ct-section-selectable-zone .ct-background-wrapper .ct-background[data-slide="0"] {
  transform: translate(-45%, -50%) scale(0.5);
}
@media screen and (min-width: 321px) {
  .ct-section-selectable-zone .ct-background-wrapper .ct-background[data-slide="0"] {
    transform: translate(-45%, -50%) scale(0.6);
  }
}
@media screen and (min-width: 767px) {
  .ct-section-selectable-zone .ct-background-wrapper .ct-background[data-slide="0"] {
    transform: translate(-40%, -50%) scale(0.9);
  }
}
.ct-section-selectable-zone .ct-background-wrapper .ct-background[data-slide="2"] {
  transform: translate(-55%, -50%) scale(0.5);
}
@media screen and (min-width: 321px) {
  .ct-section-selectable-zone .ct-background-wrapper .ct-background[data-slide="2"] {
    transform: translate(-55%, -50%) scale(0.6);
  }
}
@media screen and (min-width: 767px) {
  .ct-section-selectable-zone .ct-background-wrapper .ct-background[data-slide="2"] {
    transform: translate(-60%, -50%) scale(0.9);
  }
}
.ct-section-selectable-zone .ct-background-wrapper .ct-background-overlay {
  position: absolute;
  inset: 0;
  background: url("/products/refrigerators/image/skyline/h20-selectable-zone-filter.png") center center;
  pointer-events: none;
  z-index: 2;
}
.ct-section-selectable-zone .ct-background-wrapper .ct-background-highlight-wrapper {
  position: absolute;
  max-width: 965px;
  width: 100%;
  z-index: 1;
  inset: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  mix-blend-mode: plus-lighter;
}
.ct-section-selectable-zone .ct-background-wrapper .ct-background-highlight-wrapper .ct-background-highlight {
  width: 30%;
  height: 50%;
  position: absolute;
  inset: 0;
  z-index: 1;
  background: radial-gradient(circle at center, rgba(255, 255, 255, 0.6) 0%, #8edfff 50%);
  filter: blur(40px);
  pointer-events: none;
  transition: transform 400ms ease;
  transform: translateX(0);
  opacity: 0.6;
  margin: auto;
}
@media screen and (min-width: 767px) {
  .ct-section-selectable-zone .ct-background-wrapper .ct-background-highlight-wrapper .ct-background-highlight {
    height: 100%;
  }
}
.ct-section-selectable-zone:has(.swiper-pagination-wrapper-image.active[data-image="0"]) .ct-background-highlight {
  transform: translateX(-100%);
}
.ct-section-selectable-zone:has(.swiper-pagination-wrapper-image.active[data-image="1"]) .ct-background-highlight {
  transform: translateX(0);
}
.ct-section-selectable-zone:has(.swiper-pagination-wrapper-image.active[data-image="2"]) .ct-background-highlight {
  transform: translateX(100%);
}
.ct-section-selectable-zone .ct-selectable-zone-wrapper-text .ct-selectable-zone-text {
  font-size: 2rem;
  display: flex;
  justify-content: center;
  text-align: center;
  margin: 15px auto;
}
@media screen and (min-width: 767px) {
  .ct-section-selectable-zone .ct-selectable-zone-wrapper-text .ct-selectable-zone-text {
    font-size: 2rem;
    display: flex;
    justify-content: center;
    text-align: center;
    margin: 15px auto;
  }
}
@media screen and (min-width: 767px) {
  .ct-section-selectable-zone .ct-selectable-zone-wrapper-text .ct-selectable-zone-text {
    font-size: 2.625rem;
    font-weight: 700;
  }
}
.ct-section-selectable-zone .ct-selectable-zone-wrapper-text .ct-selectable-zone-description {
  max-width: 965px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
  text-align: center;
  font-size: 1rem;
}
.ct-section-selectable-zone .swiper-selectable-zone {
  max-width: 965px;
  width: 100%;
  margin: 0 auto;
}
.ct-section-selectable-zone .swiper-selectable-zone .swiper-wrapper {
  opacity: 0;
}
.ct-section-selectable-zone .swiper-selectable-zone .swiper-wrapper.in-view {
  animation: animateFadeInUp 1000ms forwards;
}
.ct-section-selectable-zone .swiper-selectable-zone .selectable-zone-swiper-slide {
  display: flex;
  max-width: 560px;
  width: 100%;
  padding: 15px 0;
  align-items: center;
}
.ct-section-selectable-zone .swiper-selectable-zone .selectable-zone-swiper-slide .selectable-zone-inner-slide-hex {
  width: 100px;
  min-width: 100px;
  height: 90px;
  background: #A2201C;
  /* hexagon shape */
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  padding: 10px 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: sans-serif;
  text-align: center;
}
.ct-section-selectable-zone .swiper-selectable-zone .selectable-zone-swiper-slide .selectable-zone-inner-slide-hex .hex-content {
  font-size: 0.75rem;
  color: #FFFFFF;
}
.ct-section-selectable-zone .swiper-selectable-zone .selectable-zone-swiper-slide .selectable-zone-inner-slide-hex .hex-content .temp {
  font-size: 1.75rem;
  font-weight: 700;
}
.ct-section-selectable-zone .swiper-selectable-zone .selectable-zone-swiper-slide .selectable-zone-inner-slide-text {
  padding: 0 15px;
}
@media screen and (min-width: 321px) {
  .ct-section-selectable-zone .swiper-selectable-zone .selectable-zone-swiper-slide .selectable-zone-inner-slide-text {
    padding: 0 30px;
  }
}
.ct-section-selectable-zone .swiper-selectable-zone .selectable-zone-swiper-slide .selectable-zone-inner-slide-text .title {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 700;
}
.ct-section-selectable-zone .swiper-selectable-zone .selectable-zone-swiper-slide .selectable-zone-inner-slide-text .description {
  font-size: 0.875rem;
  line-height: 1.125rem;
}
.ct-section-selectable-zone .ct-title {
  margin: 0;
  color: #A2201C;
  font-size: 2.25rem;
  line-height: 2.25rem;
}
.ct-section-selectable-zone .ct-card-zone {
  border-radius: 8px;
  border: none;
}
.ct-section-selectable-zone .ct-card-zone .ct-body {
  max-width: 360px;
  width: 100%;
  margin: 0 auto;
  font-size: 0.813rem;
  line-height: 1.188rem;
  margin: 5px auto;
}

.ct-section-soft-freeze {
  max-width: 965px;
  width: 100%;
  margin: 50px auto;
  opacity: 0;
}
.ct-section-soft-freeze.in-view {
  animation: animateFadeInUp 1000ms forwards;
}
.ct-section-soft-freeze .ct-soft-freeze-title {
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (min-width: 767px) {
  .ct-section-soft-freeze .ct-soft-freeze-title {
    font-size: 2.625rem;
    font-weight: 700;
  }
  .ct-section-soft-freeze .ct-soft-freeze-subtitle {
    font-size: 1.125rem;
    margin: 15px auto 30px;
  }
}
.ct-section-soft-freeze .ct-soft-freeze-subtitle {
  font-size: 1rem;
  margin: 15px auto 30px;
}
.ct-section-soft-freeze .swiper-freeze-text {
  margin: 20px auto;
  font-size: 1rem;
}
.ct-section-soft-freeze .ct-wrapper:first-child .ct-image::before {
  animation-delay: 0ms;
}
.ct-section-soft-freeze .ct-wrapper:nth-child(2) .ct-image::before {
  animation-delay: 500ms;
}
.ct-section-soft-freeze .ct-wrapper:last-child .ct-image::before {
  animation-delay: 1000ms;
}
.ct-section-soft-freeze .ct-wrapper .ct-image {
  position: relative;
}
.ct-section-soft-freeze .ct-wrapper .ct-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 5px;
  background-color: #A2201C;
  z-index: 1;
}
.ct-section-soft-freeze .ct-wrapper .ct-image .ct-full-image {
  width: 100%;
  height: auto;
}
.ct-section-soft-freeze .ct-wrapper.active .ct-image::before {
  animation: animateleftToRight 500ms ease forwards;
}
.ct-section-soft-freeze .ct-body {
  padding: 30px 15px;
}
.ct-section-soft-freeze .ct-body div {
  padding: 15px 0;
}

.ct-section-gredient .card-title {
  background: linear-gradient(to bottom, #C0C0C0 0%, #ffffff 17%, #ffffff 100%);
  padding: 20px 0;
}
.ct-section-gredient .card-title .ct-title {
  margin: 0;
  color: #FFFFFF;
  font-size: 2.25rem;
  line-height: 2.25rem;
}
.ct-section-gredient .card-title .ct-title.highlight {
  color: #A2201C;
}
.ct-section-gredient .card-title .ct-sub-title {
  margin: 0;
  color: #000000;
  font-size: 2.25rem;
  line-height: 2.25rem;
}
.ct-section-gredient .ct-body {
  max-width: 365px;
  margin: 0 auto;
  font-size: 1.375rem;
  line-height: 1.875rem;
}
.ct-section-gredient .ct-body .ct-highlight {
  font-size: 1.375rem;
  line-height: 1.875rem;
}
.ct-section-gredient .ct-description {
  font-size: 0.875rem;
  line-height: 1.375rem;
  margin: 1.25rem auto;
}
.ct-section-gredient .ct-description.ct-muted {
  font-size: 0.625rem;
  line-height: 0.875rem;
  font-weight: 300;
}
.ct-section-gredient .ct-image {
  width: 100%;
  height: auto;
  margin: 25px auto;
}
.ct-section-gredient .ct-image .ct-full-image {
  width: 100%;
  height: auto;
}
.ct-section-gredient .ct-image .ct-wrapper-image {
  width: 100%;
  height: auto;
  display: flex;
  padding: 50px 0;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  transition: all 250ms ease-in-out;
}
.ct-section-gredient .ct-image .ct-wrapper-image img.ct-full-image {
  width: 100%;
  height: auto;
}
.ct-section-gredient .ct-image .ct-wrapper-image img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #A2201C;
  z-index: 2;
}
.ct-section-gredient .ct-image .ct-wrapper-image img::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #A2201C;
  z-index: 2;
}
.ct-section-gredient .ct-image .ct-wrapper-image .ct-inner-image {
  width: 100%;
  height: auto;
  position: absolute;
  z-index: 1;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.ct-section-triple-power {
  max-width: 965px;
  width: 100%;
  margin: 50px auto;
  opacity: 0;
}
.ct-section-triple-power.in-view {
  animation: animateFadeInUp 1000ms forwards;
}
.ct-section-triple-power .ct-section-triple-power-text {
  max-width: 365px;
  font-size: 2.625rem;
  position: relative;
  text-wrap: nowrap;
}
.ct-section-triple-power .ct-section-triple-power-text .ct-triple-power-title {
  font-weight: 700;
}
.ct-section-triple-power .ct-section-triple-power-text-mobile {
  font-size: 2rem;
  position: relative;
  padding-bottom: 20px;
  text-align: center;
  width: 100%;
}
.ct-section-triple-power .ct-section-triple-power-text-mobile .ct-triple-power-title {
  font-weight: 700;
}
.ct-section-triple-power .ct-section-triple-power-description {
  max-width: 365px;
  width: 100%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
@media screen and (min-width: 767px) {
  .ct-section-triple-power .ct-section-triple-power-description {
    text-align: left;
  }
}
.ct-section-triple-power .ct-section-triple-power-description .ct-description {
  font-size: 1rem;
  line-height: 1.375rem;
  margin: 1.25rem auto;
}
.ct-section-triple-power .card-title {
  background: linear-gradient(to bottom, #C0C0C0 0%, #ffffff 17%, #ffffff 100%);
  padding: 20px 0;
}
.ct-section-triple-power .card-title .ct-title {
  margin: 0;
  color: #FFFFFF;
  font-size: 2.25rem;
  line-height: 2.25rem;
}
.ct-section-triple-power .card-title .ct-title.highlight {
  color: #A2201C;
}
.ct-section-triple-power .card-title .ct-sub-title {
  margin: 0;
  color: #000000;
  font-size: 2.25rem;
  line-height: 2.25rem;
}
.ct-section-triple-power .ct-image {
  width: 100%;
  margin: 25px auto 40px;
  position: relative;
  min-height: 150px;
}
.ct-section-triple-power .ct-image .ct-wrapper-image {
  width: 0;
  height: 100%;
  transition: width 500ms;
  transition-delay: 1000ms;
}
.ct-section-triple-power .ct-image .ct-wrapper-image img {
  max-width: 100%;
  width: 100%;
  display: block;
  height: auto;
}
.ct-section-triple-power .ct-image.active .ct-wrapper-image {
  width: 100%;
  height: auto;
}
.ct-section-triple-power .ct-image .ct-inner-image {
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: -25px;
  z-index: 2;
}
.ct-section-triple-power .ct-image .ct-wrapper-image {
  width: 100%;
  height: auto;
  display: flex;
  padding: 50px 0;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  transition: all 250ms ease-in-out;
}
.ct-section-triple-power .ct-image .ct-wrapper-image img.ct-full-image {
  width: 100%;
  height: auto;
}
.ct-section-triple-power .ct-image .ct-wrapper-image img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #A2201C;
  z-index: 2;
}
.ct-section-triple-power .ct-image .ct-wrapper-image img::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #A2201C;
  z-index: 2;
}
.ct-section-quick {
  max-width: 965px;
  width: 100%;
  margin: auto;
  opacity: 0;
}
.ct-section-quick.in-view {
  animation: animateFadeInUp 1000ms forwards;
}
.ct-section-quick .ct-section-quick-title {
  font-size: 2rem;
}
.ct-section-quick .ct-section-quick-title .ct-quick-title {
  font-weight: 700;
}
@media screen and (min-width: 767px) {
  .ct-section-quick .ct-section-quick-title {
    font-size: 2.625rem;
    font-weight: 700;
  }
}
.ct-section-quick .ct-quick-wrapper-image {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.ct-section-quick .ct-quick-wrapper-image .ct-quick-inner-image {
  position: relative;
  max-width: 100%;
  height: auto;
}
.ct-section-quick .ct-section-quick-description {
  max-width: 365px;
  margin: 0 auto;
}
.ct-section-quick .ct-section-quick-description .ct-highlight {
  font-size: 1.375rem;
  line-height: 1.875rem;
}
.ct-section-quick .ct-section-quick-description .ct-inner-body {
  margin: 1.25rem auto;
}
.ct-section-quick .ct-section-quick-description .ct-inner-body .ct-inner-body-text {
  font-size: 1rem;
  line-height: 1.25rem;
}
.ct-section-quick .ct-section-quick-description .ct-inner-body .ct-inner-body-description {
  font-size: 0.75rem;
  color: #4C4C4C;
}
.ct-section-quick .swiper-wrapper {
  padding: 50px 0;
}
.ct-section-quick .swiper-pagination {
  display: flex;
  justify-content: center;
  gap: 12px;
}

.ct-section-warranty {
  padding-bottom: 50px;
  opacity: 0;
}
.ct-section-warranty.in-view {
  animation: animateFadeInUp 1000ms forwards;
}
.ct-section-warranty .ct-section-wrapper {
  max-width: 960px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 35px;
  padding: 20px 0;
}
.ct-section-warranty .ct-section-wrapper .ct-section-inner-wrapper .ct-warranty-heading .ct-warranty-title {
  font-size: 2.625rem;
  line-height: 2.75rem;
  font-weight: 700;
}
.ct-section-warranty .ct-section-wrapper .ct-section-inner-wrapper .ct-warranty-heading .ct-warranty-subtitle {
  font-size: 2.625rem;
  line-height: 2.75rem;
  font-weight: 700;
}
.ct-section-warranty .ct-section-wrapper .ct-section-inner-wrapper .ct-warranty-text {
  padding: 10px 0;
  font-size: "Roboto", sans-serif;
}
.ct-section-warranty .ct-section-wrapper .ct-section-inner-wrapper .ct-warranty-text-mobile {
  padding: 10px 0;
}
.ct-section-warranty .ct-section-wrapper .ct-section-inner-wrapper .ct-warranty-text-mobile .ct-warranty-title {
  font-size: 2rem;
  line-height: 36px;
  font-weight: 700;
}
.ct-section-warranty .ct-section-wrapper .ct-section-inner-wrapper .ct-warranty-text-mobile .ct-warranty-subtitle {
  font-size: 2rem;
  line-height: 36px;
  font-weight: 400;
}

.ct-section-elegant-design {
  width: 100%;
  background-color: #000000;
  padding-bottom: 40px;
}
.ct-section-elegant-design .ct-section-wrapper {
  position: relative;
  z-index: 1;
}
.ct-section-elegant-design .ct-section-wrapper .ct-elegant-design-background {
  width: 100%;
  height: auto;
  position: relative;
  background: #000000;
  background: linear-gradient(180deg, rgb(189, 189, 189) 0%, rgb(0, 0, 0) 50%);
}
.ct-section-elegant-design .ct-section-wrapper .ct-elegant-design-background::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0.4;
  background: url("/products/refrigerators/image/skyline/h20-elegant-design-honeycomb.png") repeat center;
}
.ct-section-elegant-design .ct-section-wrapper .ct-elegant-design-background.in-view::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 1;
  transition: opacity 2s ease 0.4s;
  background: url("/products/refrigerators/image/skyline/h20-elegant-design-honeycomb.png") repeat center;
}
.ct-section-elegant-design .ct-section-wrapper .ct-elegant-design-background .ct-section-elegant-design-text {
  position: relative;
  padding: 50px 0;
}
.ct-section-elegant-design .ct-section-wrapper .ct-elegant-design-background .ct-section-elegant-design-text .ct-elegant-design-heading {
  color: #FFFFFF;
  font-size: 2.625rem;
}
.ct-section-elegant-design .ct-section-wrapper .ct-elegant-design-background .ct-section-elegant-design-text .ct-elegant-design-heading .ct-elegant-design-title {
  font-weight: 700;
}
@media screen and (min-width: 767px) {
  .ct-section-elegant-design .ct-section-wrapper .ct-elegant-design-background .ct-section-elegant-design-text {
    position: relative;
    padding: 50px 0;
  }
  .ct-section-elegant-design .ct-section-wrapper .ct-elegant-design-background .ct-section-elegant-design-text .ct-elegant-design-heading {
    color: #FFFFFF;
    font-size: 2.625rem;
  }
  .ct-section-elegant-design .ct-section-wrapper .ct-elegant-design-background .ct-section-elegant-design-text .ct-elegant-design-heading .ct-elegant-design-title {
    font-weight: 700;
  }
}
.ct-section-elegant-design .ct-section-wrapper .ct-elegant-design-background .slide-up {
  opacity: 0;
  transform: translateY(10rem);
  transition: opacity 0.8s ease, transform 1s cubic-bezier(0.22, 0.9, 0.27, 1);
  will-change: opacity, transform;
}
.ct-section-elegant-design .ct-section-wrapper .ct-elegant-design-background .slide-up.in-view {
  opacity: 1;
  transform: translateY(0);
}
.ct-section-elegant-design .ct-section-wrapper .ct-elegant-design-background .bg-fade {
  position: relative;
  overflow: hidden;
}
.ct-section-elegant-design .ct-section-wrapper .ct-elegant-design-background .bg-fade img.image {
  width: 100%;
  display: block;
  transition: opacity 2s ease 0.4s, transform 1.5s ease, visibility 1.2s ease;
  will-change: opacity, transform;
  object-fit: contain;
}
.ct-section-elegant-design .ct-section-wrapper .ct-elegant-design-background .bg-fade img.old {
  opacity: 1;
  transform: translateY(0);
  z-index: 1;
}
.ct-section-elegant-design .ct-section-wrapper .ct-elegant-design-background .bg-fade img.new {
  opacity: 0;
  transform: translateY(12rem);
  z-index: 0;
}
.ct-section-elegant-design .ct-section-wrapper .ct-elegant-design-background .bg-fade.in-view img.old {
  opacity: 0;
  transform: translateY(12rem);
  position: absolute;
  visibility: hidden;
  pointer-events: none;
}
.ct-section-elegant-design .ct-section-wrapper .ct-elegant-design-background .bg-fade.in-view img.new {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}
.ct-section-elegant-design .ct-section-wrapper .ct-elegant-design-background .ct-h20-product-image {
  position: relative;
  z-index: 1;
}
.ct-section-elegant-design .ct-section-wrapper .ct-elegant-design-background .ct-h20-product-image .image {
  max-width: 100%;
  height: auto;
}
.ct-section-elegant-design .ct-section-wrapper .ct-elegant-design-background .ct-h20-product-image::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 30%, rgb(0, 0, 0) 100%);
  z-index: 2;
}
.ct-section-elegant-design .ct-section-wrapper .swiper-elegant-design {
  max-width: 965px;
  width: 100%;
  margin: 0 auto;
}
.ct-section-elegant-design .ct-section-wrapper .swiper-elegant-design.slide-up-content {
  opacity: 0;
  transform: translateY(10rem);
  transition: opacity 0.8s ease, transform 1s cubic-bezier(0.22, 0.9, 0.27, 1);
  will-change: opacity, transform;
}
.ct-section-elegant-design .ct-section-wrapper .swiper-elegant-design.slide-up-content.in-view {
  opacity: 1;
  transform: translateY(0);
}
.ct-section-elegant-design .ct-section-wrapper .swiper-elegant-design .swiper-elegant-h20 .swiper-wrapper {
  padding-top: 100px;
}
@media screen and (min-width: 767px) {
  .ct-section-elegant-design .ct-section-wrapper .swiper-elegant-design .swiper-elegant-h20 .swiper-wrapper {
    padding: 50px 0;
  }
}
.ct-section-elegant-design .ct-section-wrapper .swiper-elegant-design .swiper-elegant-h20 .swiper-pagination {
  display: flex;
  justify-content: center;
  gap: 12px;
}
.ct-section-elegant-design .ct-section-wrapper .swiper-elegant-design .swiper-elegant-h20 .swiper-pagination .swiper-pagination-bullet {
  background-color: #FFFFFF;
}
.ct-section-elegant-design .ct-section-wrapper .swiper-elegant-design .swiper-elegant-h20 .swiper-pagination .swiper-pagination-bullet-active {
  background-color: red;
}
.ct-section-elegant-design .ct-section-wrapper .ct-elegant-h20-slide .mobile-display {
  position: absolute;
  top: -6rem;
  left: 50%;
  transform: translateX(-50%);
}
.ct-section-elegant-design .ct-section-wrapper .ct-elegant-h20-slide .ct-elegant-h20-title-mobile {
  color: #FFFFFF;
  font-size: 1.75rem;
  text-align: center;
  padding-bottom: 4px;
  white-space: nowrap;
}
.ct-section-elegant-design .ct-section-wrapper .ct-elegant-h20-slide .ct-elegant-h20-title-mobile .text-nowrap {
  white-space: nowrap;
}
.ct-section-elegant-design .ct-section-wrapper .ct-elegant-h20-slide .ct-elegant-h20-title-mobile .font-weight-400 {
  font-weight: 400;
}
.ct-section-elegant-design .ct-section-wrapper .ct-elegant-h20-slide .ct-elegant-h20-title-mobile .font-weight-300 {
  font-weight: 300;
}
.ct-section-elegant-design .ct-section-wrapper .ct-elegant-h20-slide .ct-elegant-h20-title-mobile .border-custom {
  padding-bottom: 4px;
  border-bottom: 1px solid #A2201C;
}
.ct-section-elegant-design .ct-section-wrapper .ct-elegant-h20-slide .ct-elegant-h20-description {
  text-align: center;
  color: #FFFFFF;
}
.ct-section-elegant-design .ct-section-wrapper .ct-elegant-h20-slide .ct-elegant-h20-description .swiper-elegant-1 {
  padding-left: 0;
}
@media screen and (min-width: 767px) {
  .ct-section-elegant-design .ct-section-wrapper .ct-elegant-h20-slide .ct-elegant-h20-description {
    text-align: left;
    font-size: 1rem;
  }
  .ct-section-elegant-design .ct-section-wrapper .ct-elegant-h20-slide .ct-elegant-h20-description .swiper-elegant-1 {
    padding-left: 100px;
  }
}
.ct-section-elegant-design .ct-section-wrapper .ct-elegant-h20-slide .ct-elegant-h20-description .ct-elegant-h20-title {
  font-size: 2rem;
  padding: 20px 0;
  color: #FFFFFF;
  font-weight: 400;
}
@media screen and (min-width: 767px) {
  .ct-section-elegant-design .ct-section-wrapper .ct-elegant-h20-slide .ct-elegant-h20-description .ct-elegant-h20-title {
    font-size: 2.625rem;
  }
}
.ct-section-elegant-design .ct-section-wrapper .ct-elegant-h20-slide .ct-elegant-h20-description .ct-elegant-h20-title .font-weight-400 {
  font-weight: 400;
}
.ct-section-elegant-design .ct-section-wrapper .ct-elegant-h20-slide .ct-elegant-h20-description .ct-elegant-h20-title .font-weight-300 {
  font-weight: 300;
}
.ct-section-elegant-design .ct-section-wrapper .ct-elegant-h20-slide .ct-elegant-h20-description .ct-elegant-h20-title .border-custom {
  padding-bottom: 4px;
  border-bottom: 1px solid #A2201C;
}
.ct-section-elegant-design .ct-section-wrapper .ct-elegant-h20-slide .ct-elegant-h20-description .ct-elegant-h20-subtitle {
  font-size: 1rem;
  line-height: 1.5rem;
  color: #FFFFFF;
  padding-top: 16px;
}
.ct-section-elegant-design .ct-section-wrapper .ct-elegant-h20-slide .ct-elegant-h20-description .ct-elegant-h20-subtitle .paragraph-1 {
  font-weight: 700;
}
.ct-section-elegant-design .ct-section-wrapper .ct-elegant-h20-slide .ct-elegant-h20-description .ct-elegant-h20-subtitle .paragraph-2 {
  font-weight: 400;
}
@media screen and (min-width: 767px) {
  .ct-section-elegant-design .ct-section-wrapper .ct-elegant-h20-slide .ct-elegant-h20-description .ct-elegant-h20-subtitle {
    font-size: 1rem;
    line-height: 24px;
    padding-top: 20px;
  }
}
.ct-section-elegant-design .ct-section-wrapper .ct-elegant-h20-slide .ct-elegant-h20-description .ct-elegant-h20-remark {
  padding-top: 40px;
  font-size: 0.75rem;
  padding-bottom: 1.5rem;
}

.ct-section-normal .ct-title span {
  color: #A2201C;
}
.ct-section-normal .ct-title span.highlight {
  color: #000000;
  font-weight: 300;
}
.ct-section-normal .ct-body {
  max-width: 365px;
  margin: 0 auto;
}
.ct-section-normal .ct-body .ct-highlight {
  font-size: 1.375rem;
  line-height: 1.875rem;
}
.ct-section-normal .ct-body .ct-inner-body {
  margin: 1.25rem auto;
}
.ct-section-normal .ct-body .ct-inner-body .ct-inner-body-text {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #000000;
}
.ct-section-normal .ct-body .ct-inner-body .ct-inner-body-description {
  font-size: 0.75rem;
  color: #8D8D8E;
}
.ct-section-normal .ct-image {
  margin: 25px auto;
}
.ct-section-normal .ct-image .ct-wrapper-image {
  width: 100%;
  height: auto;
  display: flex;
  padding: 50px 0;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  transition: all 250ms ease-in-out;
}
.ct-section-normal .ct-image .ct-wrapper-image img.ct-full-image {
  width: 100%;
  height: auto;
}
.ct-section-normal .ct-image .ct-wrapper-image img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #A2201C;
  z-index: 2;
}
.ct-section-normal .ct-image .ct-wrapper-image img::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #A2201C;
  z-index: 2;
}
.ct-section-normal .ct-image .ct-wrapper-image .ct-inner-image {
  width: 100%;
  height: auto;
  position: absolute;
  z-index: 1;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.ct-section-red {
  position: relative;
}
.ct-section-red .ct-card {
  position: relative;
  background: #A2201C url("/assets/bg-hex-1.svg") no-repeat top center;
  background-size: cover;
  position: relative;
  height: auto;
  z-index: 1;
  min-height: 240px;
}
.ct-section-red .ct-card .ct-title {
  margin: 0;
  color: #FFFFFF;
  font-size: 2.25rem;
  line-height: 2.25rem;
}
.ct-section-red .ct-card .ct-sub-title {
  color: #FFFFFF;
  font-weight: 300;
}
.ct-section-red .ct-card-image {
  position: relative;
  z-index: 2;
  left: 0;
  right: 0;
  top: -120px;
}
.ct-section-red .parallax-container {
  position: relative;
}
.ct-section-red .parallax-container .parallax-image {
  max-width: 350px;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  overflow-x: scroll;
}

.ct-section-modular-twist .ct-card {
  background: #A2201C url("/assets/bg-hex-1.svg") no-repeat top center;
  background-size: cover;
  position: relative;
  height: auto;
  z-index: 1;
  min-height: 170px;
}
.ct-section-modular-twist .ct-card .ct-title {
  margin: 0;
  color: #FFFFFF;
  font-size: 2.25rem;
  line-height: 2.25rem;
}
.ct-section-modular-twist .ct-card .ct-sub-title {
  color: #FFFFFF;
  font-weight: 300;
}
.ct-section-modular-twist .ct-wrapper-image {
  top: -50px;
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
}
.ct-section-modular-twist .ct-wrapper-image.active .ct-image .ct-arrows {
  opacity: 0;
}
.ct-section-modular-twist .ct-wrapper-image .ct-image {
  max-width: 350px;
  width: 100%;
  position: relative;
  z-index: 2;
}
.ct-section-modular-twist .ct-wrapper-image .ct-image .ct-arrows {
  left: 0;
  right: 0;
  margin: auto;
}
.ct-section-modular-twist .ct-wrapper-image .ct-image .ct-arrows.active {
  opacity: 1;
}
.ct-section-modular-twist .ct-wrapper-image .ct-image .ct-modular-twist {
  position: absolute;
  top: 0;
  width: 100%;
  height: auto;
}
.ct-section-modular-twist .ct-wrapper-image .ct-image img {
  display: block;
  margin: 0 auto;
  opacity: 1;
}
.ct-section-modular-twist .ct-card-text .ct-body-text {
  font-size: 2rem;
  line-height: 2.25rem;
  opacity: 0;
}
.ct-section-modular-twist .ct-card-text .ct-body-text.active {
  animation: animateFadeInUp 1000ms forwards;
}
.ct-section-modular-twist .ct-card-text .ct-description-text {
  opacity: 0;
}
.ct-section-modular-twist .ct-card-text .ct-description-text.active {
  animation: animateFadeInUp 1000ms forwards 500ms;
}

.ct-twist-modular-tab-nav {
  display: flex;
  background: white;
  border-radius: 20px;
  margin-top: 10px;
}
.ct-twist-modular-tab-nav .tab-wrapper {
  display: flex;
  justify-content: space-around;
  width: 100%;
  gap: 15px;
}
.ct-twist-modular-tab-nav .tab-wrapper div {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  width: 33.33%;
  flex-wrap: nowrap;
}
.ct-twist-modular-tab-nav .tab-wrapper div:first-child {
  align-items: end;
}
.ct-twist-modular-tab-nav .tab-wrapper div:nth-child(2) {
  align-items: center;
}
.ct-twist-modular-tab-nav .tab-wrapper div:last-child {
  align-items: start;
}
.ct-twist-modular-tab-nav .tab-wrapper .ct-clickscroll-swipe {
  position: absolute;
  top: -50px;
  width: 100%;
  height: auto;
  color: #FFFFFF;
  font-size: 1rem;
  z-index: 1;
  align-items: center !important;
}
.ct-twist-modular-tab-nav .tab-wrapper .ct-clickscroll-swipe span {
  background: #000000;
  padding: 5px;
  border-radius: 14px;
}
.ct-twist-modular-tab-nav .tab-wrapper input[type=range] {
  background-color: #d7d7d7;
  cursor: pointer;
  border-radius: 5px;
  height: 30px;
  width: 160px;
  padding: 4px;
  -webkit-appearance: none;
  -webkit-box-shadow: inset 0px 0px 20px 4px rgba(164, 164, 164, 0.5);
  box-shadow: inset 0px 0px 20px 4px rgba(164, 164, 164, 0.5);
}
.ct-twist-modular-tab-nav .tab-wrapper input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 35px;
  height: 18px;
  border-radius: 5px;
  background: #FFFFFF;
  cursor: pointer;
  transition: transform 0.3s ease;
}
.ct-twist-modular-tab-nav .tab-wrapper input[type=range]::-moz-range-thumb {
  width: 35px;
  height: 18px;
  background: #FFFFFF;
  cursor: pointer;
  transition: transform 0.3s ease;
}
.ct-twist-modular-tab-nav .tab-wrapper .wrap-input-arrow {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 10px;
  width: 100%;
}
.ct-twist-modular-tab-nav .tab-wrapper .wrap-input-arrow .arrowAnim {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  pointer-events: none;
  bottom: 0;
  top: 0;
}
.ct-twist-modular-tab-nav .tab-wrapper .wrap-input-arrow .arrowAnim.arrowAnim-left {
  left: 0px;
}
.ct-twist-modular-tab-nav .tab-wrapper .wrap-input-arrow .arrowAnim.arrowAnim-right {
  right: 0;
}
.ct-twist-modular-tab-nav .tab-wrapper .wrap-input-arrow .arrowAnim .arrowSliding .arrow {
  width: 12px;
  height: 12px;
  border: 4px solid;
}
.ct-twist-modular-tab-nav .tab-wrapper .wrap-input-arrow .arrowAnim .arrow-left {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-color: #46cc73 transparent transparent #46cc73 !important;
}
.ct-twist-modular-tab-nav .tab-wrapper .wrap-input-arrow .arrowAnim .arrow-right {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  border-color: #42cdef transparent transparent #42cdef !important;
}
.ct-twist-modular-tab-nav .tab-wrapper .wrap-input-arrow .arrowAnim .arrowSliding-left {
  position: absolute;
  -webkit-animation: slide-left 4s linear infinite;
  animation: slide-left 4s linear infinite;
}
.ct-twist-modular-tab-nav .tab-wrapper .wrap-input-arrow .arrowAnim .arrowSliding-right {
  position: absolute;
  -webkit-animation: slide-right 4s linear infinite;
  animation: slide-right 4s linear infinite;
}
.ct-twist-modular-tab-nav .tab-wrapper .wrap-input-arrow .arrowAnim .delay1 {
  animation-delay: 1s;
}
.ct-twist-modular-tab-nav .tab-wrapper .wrap-input-arrow .arrowAnim .delay2 {
  animation-delay: 2s;
}
@media screen and (max-width: 430px) {
  .ct-twist-modular-tab-nav .tab-wrapper div input[type=range] {
    width: 130px;
  }
}

.ct-section-metal-evaporator .ct-card {
  background: #A2201C url("/assets/bg-hex-1.svg") no-repeat top center;
  background-size: cover;
  position: relative;
  height: auto;
  z-index: 1;
  min-height: 170px;
}
.ct-section-metal-evaporator .ct-card .ct-title {
  margin: 0;
  color: #FFFFFF;
  font-size: 2.25rem;
  line-height: 2.25rem;
}
.ct-section-metal-evaporator .ct-card .ct-sub-title {
  color: #FFFFFF;
  font-weight: 300;
}
.ct-section-metal-evaporator .ct-image {
  position: relative;
  width: 100%;
  height: auto;
  top: -50px;
}
.ct-section-metal-evaporator .ct-image .ct-wrapper-image {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.ct-section-metal-evaporator .ct-card-text .ct-body-text {
  font-size: 2rem;
  line-height: 2.25rem;
  font-family: 300;
}
.ct-section-metal-evaporator .ct-card-text .ct-body-text.active {
  animation: animateFadeInUp 1000ms forwards;
}

.ct-section-larger-capacity ct-title span {
  color: #A2201C;
}
.ct-section-larger-capacity ct-title span.highlight {
  color: #000000;
  font-weight: 300;
}
.ct-section-larger-capacity .ct-body {
  max-width: 365px;
  margin: 0 auto;
}
.ct-section-larger-capacity .ct-body .ct-highlight {
  font-size: 1.375rem;
  line-height: 1.875rem;
}
.ct-section-larger-capacity .ct-body .ct-inner-body {
  margin: 1.25rem auto;
}
.ct-section-larger-capacity .ct-body .ct-inner-body .ct-inner-body-text {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #000000;
}
.ct-section-larger-capacity .ct-body .ct-inner-body .ct-inner-body-description {
  font-size: 0.75rem;
  color: #8D8D8E;
}
.ct-section-larger-capacity .ct-image {
  margin: 50px auto;
  width: 100%;
  height: auto;
}
.ct-section-larger-capacity .ct-image .ct-wrapper-image {
  z-index: 1;
  margin: 0 auto;
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
}
.ct-section-larger-capacity .ct-image .ct-wrapper-image .ct-larger-hr {
  width: 0;
  height: 5px;
  background-color: #A2201C;
}
.ct-section-larger-capacity .ct-image .ct-wrapper-image .ct-larger-hr.active {
  animation: animateleftToRight 1000ms forwards 1000ms;
}
.ct-section-larger-capacity .ct-image .ct-wrapper-image .ct-larger-capacity-border {
  position: relative;
  opacity: 0;
}
.ct-section-larger-capacity .ct-image .ct-wrapper-image .ct-larger-capacity-border.active {
  animation: animateFadeInRight 1000ms forwards;
}
.ct-section-larger-capacity .ct-image .ct-wrapper-image img.ct-full-image {
  width: 100%;
  height: auto;
}
.ct-section-larger-capacity .ct-image .ct-wrapper-image .ct-inner-image {
  width: 100%;
  height: auto;
}
.ct-section-larger-capacity .ct-image .ct-wrapper-image .ct-inner-image img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  opacity: 0;
}
.ct-section-larger-capacity .ct-image .ct-wrapper-image .ct-inner-image img.active {
  animation: animateFadeInLeft 1000ms forwards 2000ms;
}
.ct-section-larger-capacity .ct-image .ct-wrapper-image .ct-inner-image img.ct-arrows-1.active {
  z-index: 3;
  animation: animateFadeIn 1000ms forwards 3000ms;
}
.ct-section-larger-capacity .ct-image .ct-wrapper-image .ct-inner-image img.ct-arrows-2.active {
  z-index: 3;
  animation: animateZoomOut 1000ms forwards 3000ms;
}
.ct-section-larger-capacity .ct-image .ct-wrapper-image .ct-inner-image img.ct-ref.active {
  z-index: 3;
  animation: animateFadeIn3 1000ms forwards 4000ms;
}
.ct-section-larger-capacity .ct-card-text .ct-text-body {
  font-size: 1.75rem;
  line-height: 1.25rem;
}
.ct-section-larger-capacity .ct-card-text .ct-text-body.active {
  animation: animateFadeInUp 1000ms forwards;
}
.ct-section-larger-capacity .ct-card-text .ct-text-description {
  font-size: 0.875rem;
}
.ct-section-larger-capacity .ct-card-text .ct-text-description.active {
  animation: animateFadeInUp 1000ms forwards;
}

.ct-section-extra-large {
  width: 100%;
}
.ct-section-extra-large .ct-card {
  background: #A2201C url("/assets/bg-hex-1.svg") no-repeat top center;
  background-size: cover;
  position: relative;
  height: auto;
  z-index: 1;
  min-height: 170px;
}
.ct-section-extra-large .ct-card .ct-title {
  margin: 0;
  color: #FFFFFF;
  font-size: 2.25rem;
  line-height: 2.25rem;
}
.ct-section-extra-large .ct-card .ct-sub-title {
  color: #FFFFFF;
  font-weight: 300;
}
.ct-section-extra-large .ct-card-image {
  position: relative;
  z-index: 1;
  top: -50px;
  width: 100%;
  height: auto;
}
.ct-section-extra-large .ct-card-image img {
  display: block;
  margin: 0 auto;
}
.ct-section-extra-large .ct-card-image .ct-inner-image-1 {
  width: 100%;
  height: auto;
  z-index: 1;
  opacity: 0;
}
.ct-section-extra-large .ct-card-image .ct-inner-image-1.active {
  animation: animateFadeIn 1000ms forwards;
}
.ct-section-extra-large .ct-card-image .ct-inner-image-2 {
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  z-index: 2;
  opacity: 0;
}
.ct-section-extra-large .ct-card-image .ct-inner-image-2.active {
  animation: animateFadeIn 1000ms forwards 1000ms;
}
.ct-section-extra-large .ct-card-image .ct-inner-image-3 {
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  z-index: 3;
  opacity: 0;
}
.ct-section-extra-large .ct-card-image .ct-inner-image-3.active {
  animation: animateFadeIn 1000ms forwards 2000ms;
}
.ct-section-extra-large .ct-card-text {
  position: relative;
}
.ct-section-extra-large .ct-card-text .ct-body-text {
  font-size: 2rem;
  line-height: 2.25rem;
  font-family: 300;
  opacity: 0;
}
.ct-section-extra-large .ct-card-text .ct-body-text.active {
  animation: animateFadeInUp 1000ms forwards;
}
.ct-section-extra-large .ct-card-text .ct-description-text {
  font-size: 2rem;
  line-height: 2.25rem;
  font-family: 300;
  opacity: 0;
}
.ct-section-extra-large .ct-card-text .ct-description-text.active {
  animation: animateFadeInUp 1000ms forwards;
}
.ct-section-extra-large .ct-card-text .ct-muted {
  color: #8D8D8E;
}

.ct-section-led-light .ct-card {
  background: #A2201C url("/assets/bg-hex-1.svg") no-repeat top center;
  background-size: cover;
  position: relative;
  height: auto;
  z-index: 1;
  min-height: 170px;
}
.ct-section-led-light .ct-card .ct-title {
  margin: 0;
  color: #FFFFFF;
  font-size: 2.25rem;
  line-height: 2.25rem;
}
.ct-section-led-light .ct-card .ct-sub-title {
  color: #FFFFFF;
  font-weight: 300;
}
.ct-section-led-light .ct-parallax-container {
  position: relative;
  top: -50px;
  z-index: 1;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
}
.ct-section-led-light .ct-parallax-container .ct-parallax-image {
  height: auto;
  display: block;
  max-width: 360px;
}
.ct-section-led-light .ct-parallax-container .ct-parallax-image img:last-child {
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
.ct-section-led-light .ct-parallax-container .ct-parallax-image.active {
  animation: animateFadeIn 1000ms forwards;
}
.ct-section-led-light .ct-parallax-container .ct-parallax-image.active img:last-child {
  z-index: 2;
  animation: animateFadeIn 1000ms forwards 1000ms;
}
.ct-section-led-light .ct-card-text .ct-body-text {
  font-size: 2rem;
  line-height: 2.25rem;
  font-family: 300;
  opacity: 0;
}
.ct-section-led-light .ct-card-text .ct-body-text.active {
  animation: animateFadeInUp 1000ms forwards;
}
.ct-section-led-light .ct-card-text .ct-description-text {
  opacity: 0;
}
.ct-section-led-light .ct-card-text .ct-description-text.active {
  animation: animateFadeInUp 1000ms forwards;
}

.box-primary {
  width: 0;
  opacity: 0;
  height: 25px;
  background-color: #A2201C;
  transition: all 250ms ease-in;
}
.box-primary.active {
  opacity: 1;
  width: 25px;
}
.box-primary.inverse {
  background-color: #FFFFFF;
}

/*# sourceMappingURL=index.css.map */
