.home .site {
    padding-top: 0;
}

/* thanh container */
.scroll-indicator {
    position: fixed;
    top: 50%;
    left: 42px;
    transform: translateY(50%);
    width: 2px;
    height: 63px;
    background: #FFFFFF4D;
    z-index: 99;
}

/* phần fill */
.scroll-indicator__bar {
    width: 100%;
    height: 0;
    background: #FFF;
    transition: height 0.1s linear;
}

.banner-scroll {
    position: absolute;
    height: 63px;
    width: 100%;
    bottom: 82px;
    left: 0;
    pointer-events: none;
}

.banner-scroll-container {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.banner-scroll-bar::before {
    content: "";
    height: 100%;
    width: 0;
    position: absolute;
    top: 0;
    left: 42px;
    border: 1px solid #FFFFFF4D;
    z-index: 1;
}

.banner-scroll-bar::after {
    content: "";
    position: absolute;
    top: 0;
    left: 42px;
    animation-name: kv-bar2;
    animation-iteration-count: infinite;
    animation-duration: 2.4s;
    animation-timing-function: cubic-bezier(.645, .045, .355, 1);
    transform: translateY(-50%);
    animation-delay: .8s;
    background: #FFF;
    z-index: 2;
    width: 2px;
}

@keyframes kv-bar2 {
    0% {
        top: 0;
        height: 0%;
    }

    40% {
        height: 31%;
    }

    80% {
        top: 150%;
        height: 0%;
    }
}

/*--start: Banner */
.home-banner {
    position: relative;
    height: calc(100vh - 100px);
    overflow: hidden;
}

.home-banner .banner-video {
    height: auto;
    width: auto;
    object-fit: cover;
    object-position: center;
    min-width: 100%;
    min-height: 100%;
}

.home-banner::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    background: rgba(0,0,0,1);
}

.home-banner .banner-content--text {
    position: absolute;
    bottom: 150px;
    left: 50%;
    transform: translateX(-50%);
    color: #FFF;
    z-index: 2;
    text-align: center;
    width: calc(100% - 84px);
    max-width: 1000px;
}

.banner-content--background {
    width: 100%;
    height: 100%;
}

.banner-content--background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.banner-content {
    height: 100%;
    width: 100%;
}

.banner-video-embed {
    width: 100%;
    height: 100%;
}

.banner-video-embed iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    /* transform: scale(1.4); */
}

.video-wrapper {
    width: 100%;
    height: 0;
    position: relative;
    padding-top: 100vh;
    margin-top: -100px;
}
/*Mobile*/
/*--end: Banner */

/*--start: Intro */
.intro-section {
    padding: 147px 0 118px;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.intro-section .container {
    position: relative;
}
.intro-section .container::before,
.intro-section .container::after {
    z-index: 1;
    top: 0;
    height: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    content: "";
    position: absolute;
}
.intro-section .container::before {
    left: 0;
    background-image: url(../images/intro--bkg-left.png);
    width: calc(209.5 / 1440 * 100%);
    padding-top: calc(428.97 / 1440 * 100%);
    margin-top: calc(103 / 1440 * 100%);
}

.intro-section .container::after {
    right: 0;
    background-image: url(../images/intro--bkg-right.png);
    width: calc(211 / 1440 * 100%);
    padding-top: calc(429 / 1440 * 100%);
    margin-top: calc(103 / 1440 * 100%);
}
  
.intro-images {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 30px;
    margin-bottom: 0;
    flex-wrap: nowrap;
}
  
.intro-images--left,
.intro-images--right {
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex: 0 0 auto;
}
  
.intro-images--main {
    flex: 0 0 auto;
}
  
.intro-image img {
    display: block;
    max-width: 100%;
    height: auto;
    border-radius: 6px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.25);
}

.intro-images .intro-image {
    position: relative;
    height: 0;
    overflow: hidden;
}

.intro-images .intro-image img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
  
.intro-images--left .intro-image--left-1 img,
.intro-images--left .intro-image--left-2 img {
    /* width: 160px; */
}
  
.intro-images--right .intro-image--right-1 img,
.intro-images--right .intro-image--right-2 img {
    /* width: 160px; */
}
  
.intro-images--main .intro-image--main img {
    /* width: 420px; */
}
  
/* Text */
.intro-content {
    color: #fff;
    margin-top: 69px;
}
  
.intro-subtitle {
    font-size: 18px;
    margin-bottom: 0;
    opacity: 0.9;
}
  
.intro-title {
    font-size: 28px;
    line-height: 1.4;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 0;
    margin-top: 21px;
}
  
.intro-title strong {
    font-weight: 700;
}
 
.intro-images {
    gap: 0;
    justify-content: flex-start;
}
 
.intro-images--left {
    width: calc(383/1356 * 100%);
    flex: inherit;
    gap: 0;
}
 
.intro-images--main {
    flex: inherit;
    width: calc(588/1356 * 100%);
    margin-top: calc(90 / 1356 * 100%);
    position: relative;
}
 
.intro-images--right {
    flex: inherit;
    width: calc(385/1356 * 100%);
    margin-top: calc(66 / 385 * calc(385 / 1356 * 100%));
}
 
.intro-images--left .intro-image--left-1 {
    left: calc(118 / 383 * 100%);
    width: calc(299 / 383 * 100%);
    padding-top: calc(299 / 383 * 100%);
}

.intro-images--left .intro-image--left-2 {
    width: calc(178 / 383 * 100%);
    margin-top: calc(-140 / 383 * 100%);
    padding-top: calc(253 / 383 * 100%);
}
 
.intro-image img {
    border-radius: 0;
    object-fit: cover;
    box-shadow: none;
}
 
.intro-images--right .intro-image--right-1 {
    left: calc(48 / 385 * 100%);
    width: calc(257 / 385 * 100%);
    padding-top: calc(193 / 385 * 100%);
}
 
.intro-images--right .intro-image--right-1 img,
.intro-images--right .intro-image--right-2 img {
    width: 100%;
}
 
.intro-images--right .intro-image--right-1 img {
    /* aspect-ratio: 1.332; */
}
 
.intro-images--right .intro-image--right-2 {
    width: calc(210 / 385 * 100%);
    padding-top: calc((271 / 385) * 100%);
    left: calc(175 / 385 * 100%);
    margin-top: calc(-85 / 385 * 100%);
}
 
.intro-images--right .intro-image--right-2 img {
    aspect-ratio: 0.775;
}

.intro-images--left .intro-image--left-2,
.intro-images--right .intro-image--right-2 {
    z-index: 2;
}

.intro-images--left .intro-image--left-1,
.intro-images--right .intro-image--right-1 {
    z-index: 3;
}

.intro-images--main .intro-image--main {
    z-index: 4;
    padding-top: calc((342 / 588) * 100%);
}
  
/*--end: Intro */

/*--start: Products */
section.products-section {
    padding: 120px 0;
}
.products-section--header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: calc(100% - 35px);
}
.products-section--header h2 {
    font-size: 36px;
    line-height: 46px;
}
.appliance-term-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    column-gap: 0;
    row-gap: 0;
    margin-top: 0;
    position: relative;
    background-size: cover;
    background-position: center;
    width: 100%;
    z-index: 2;
}

.products-section--content {
    width: 100%;
    position: relative;
    display: flex;
    margin-top: 23px;
    flex-wrap: wrap;
    justify-content: center;
}

.appliance-term-list--background img {
    width: 100%;
    height: 100%;
    max-height: 100%;
    object-fit: cover;
}

.appliance-term-list--background {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.appliance-background-item {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: opacity .3s ease-out;
}

.appliance-background-item.active {
    opacity: 1;
}

.appliance-term-list.aos-animate, .appliance-term-list.hovered {
    opacity: 1 !important;
}

.appliance-term-list::before {
    /* content: ""; */
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: var(--background-image);
    opacity: 0;
    background-size: cover;
    background-position: center;
    transition: opacity .3s ease-out;
    -webkit-transition: opacity .3s ease-out;
    -moz-transition: opacity .3s ease-out;
    -ms-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
}

.appliance-term-list.hovered::before {
    /* opacity: 0;
    background: #000; */
    /* background-image: var(--background-image); */
    opacity: 1;
}

.appliance-term-list .appliance-term {
    position: relative;
    overflow: hidden;
    height: 0;
    padding-top: calc(365 / 335 * 100%);
    border: 2px solid #FFF;
}

.appliance-term-list .appliance-term:nth-child(4n+1) {
    border-left: 0;
}

.appliance-term-list .appliance-term:nth-child(4n) {
    border-right: 0;
}

.appliance-term-list .appliance-term:nth-child(-n+4) {
    border-top: 0;
}

.appliance-term-list .appliance-term:nth-child(n+5) {
    border-bottom: 0;
}

.appliance-term img {
    max-width: 100%;
}

.appliance-term .image-hover {
    display: none;
}

.appliance-term .image-item {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    opacity: 1;
    visibility: visible;
    transition: all .3s ease-out;
}

.appliance-term  .btn.white .dot {
    border-color: #FFF;
}

.appliance-term  .btn.white .dot:before {background-color: #FFF;}

.appliance-term .appliance-term--content {
    position: absolute;
    color: #FFF;
    left: 0;
    top: 0;
    z-index: 3;
    width: 100%;
    padding: 7.125% 9.8%;
    -webkit-transition: opacity .3s ease-out;
    -moz-transition: opacity .3s ease-out;
    -ms-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
}

.appliance-term .appliance-term--content h3 {
    font-size: 28px;
    line-height: 38px;
    overflow: hidden;
    text-overflow: ellipsis;
    opacity: 1;
    transition: opacity .3s linear;
}

.appliance-term::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: 2;
    background: rgba(0, 0, 0, 0.3);
}

.appliance-term.hovered .image-item {
    /* display: none; */
}

.appliance-term--content .appliance-term--description,
.appliance-term--content > a {
    display: none;
}

/* .appliance-term-list.hovered .appliance-term--content, */
.appliance-term-list.hovered .image-item {
    opacity: 0;
    visibility: hidden;
}

.appliance-term-list.hovered .appliance-term.hovered .appliance-term--content {
    opacity: 1;
    visibility: visible;
}

.appliance-term.hovered .appliance-term--content .appliance-term--description,
.appliance-term.hovered .appliance-term--content > a {
    display: block;
}

.appliance-term.hovered .appliance-term--content .appliance-term--description {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.appliance-term-list.hovered .appliance-term--content h3 {
    opacity: 0;
}

.appliance-term-list.hovered .hovered .appliance-term--content h3 {
    opacity: 1;
}
/*--end: Products */

/*--start: Designing Quality Living */
.pin-spacer {
    min-height: 1200px;
}

.designing-quality-living-section {
    position: relative;
}

.designing-quality-living-section .section-header {
    position: absolute;
    left: 50%;
    top: 11.57%;
    z-index: 2;
    transform: translateX(-50%);
    text-align: center;
    color: var(--heading-color, #101010);
}

.scrolling-slider-item--number {
    font-size: 18px;
    line-height: 24px;
}

.scrolling-slider-items {}

.scrolling-slider-items .scrolling-slider-item {}

.scrolling-slider-item--image {
    width: 58.6%;
}

.scrolling-slider-item--image img {
    width: 100%;
}

.scrolling-slider-item .scrolling-slider-item--content {
    position: absolute;
    left: 58.6%;
    top: 44%;
    width: 41.4%;
    max-width: 464px;
    padding-right: 20px;
    transform: translateY(-50%);
}

.scrolling-slider-item--content {}

.scrolling-slider-item--content .scrolling-slider-item--title {
    margin-top: 60px;
}

.scrolling-slider-items .scrolling-slider-item.has-image-large {}

/*--end: Products */

/*--start: Lastest News */
.latest-news {}

.latest-news .section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.latest-news .section-header h2 {
    margin: 0;
    font-size: 36px;
    line-height: 46px;
}

.latest-news {
    margin-bottom: 50px;
}

.latest-news .container::before {
    content: "";
    position: absolute;
    right: 42px;
    top: 0;
    width: 14.5%;
    background: url(../images/lastest-top-right.png) no-repeat center center;
    height: 46.4%;
    background-size: contain;
    background-position: bottom;
}

.latest-news .container::after {
    content: "";
    position: absolute;
    right: 50%;
    bottom: 0;
    width: 14.653%;
    background: url(../images/lastest-center.png) no-repeat center center;
    height: 43.045%;
    transform: translateX(25%);
    -webkit-transform: translateX(25%);
    -moz-transform: translateX(25%);
    -ms-transform: translateX(25%);
    -o-transform: translateX(25%);
    background-size: contain;
}

.latest-news .container {
    position: relative;
    padding-top: 44px;
    padding-bottom: 90px;
}

.latest-news .news-grid {
    display: flex;
    width: 77%;
    margin: 0 auto;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 50px;
}

.latest-news .news-grid .news-item {
    width: 50%;
    margin-top: 0;
}

.latest-news .news-grid .news-item:last-child {
    margin-top: 75px;
    padding-left: 11.5%;
}
.latest-news .news-grid .news-item:hover a {
    color: var(--global--color-cristal-blue);
}
.news-item .news-thumb {
    position: relative;
    height: 0;
    padding-top: calc(400/520 * 100%);
    overflow: hidden;
}

.news-item:last-child .news-thumb {
    padding-top: calc(520 / 400 * 100%);
}

.news-item .news-thumb img {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100% !important;
    left: 0;
    object-fit: cover;
    object-position: center;
    z-index: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    -o-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.latest-news .news-item:hover img {
    transform: scale(1.1);
}
.news-item .news-thumb .view-more {
    position: absolute;
    z-index: 2;
    bottom: 0;
    right: 0;
    width: 160px;
    height: 61px;
    background: #F9F9F9;
    text-align: center;
    line-height: 61px;
    justify-content: center;
}

.news-content {
    padding-top: 18px;
}

.news-content .news-meta {
    display: flex;
}

.news-content .news-meta .date {
    margin-left: 29px;
}

.news-content .news-title {
    margin: 0;
    margin-top: 18px;
}

.news-content .news-excerpt {
    margin-top: 18px;
}
/*--end: Lastest News */

/*--start: Sustainability */
section.sustainability {
    padding: 90px 0;
}

section.sustainability .section-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

section.sustainability .section-header .section-title {
    margin: 0;
    font-size: 36px;
    line-height: 46px;
}

.sustainabilities {
    display: flex;
    align-items: center;
    margin-top: 80px;
}

  /* LEFT: tab content area (images+text) */
.content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    padding: 0 120px;
    min-height: 503px;
    margin-left: 38px;
}

.card {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 320ms ease, transform 320ms ease, visibility 320ms;
       -moz-transition: opacity 320ms ease, transform 320ms ease, visibility 320ms;
        -ms-transition: opacity 320ms ease, transform 320ms ease, visibility 320ms;
         -o-transition: opacity 320ms ease, transform 320ms ease, visibility 320ms;
            transition: opacity 320ms ease, transform 320ms ease, visibility 320ms;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
        -ms-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
}

.card.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
}

.content .card {
    top: 50%;
    transform: translateY(-50%);
    height: 100%;
    display: flex;
    justify-content: center;
}

.card img {
    width: 320px;
    height: 320px;
    border-radius: 50%;
    object-fit: cover;
}

.counter {
    margin-top: 30px;
    font-size: 14px;
    line-height: 19px;
    color: var(--global--color-black, #101010);
}

.desc {
    max-width: 320px;
    margin-top: 30px;
}

.sustainabilities .desc p {
    font-size: 16px;
    line-height: 21px;
    color: var(--global--color-black, #101010);
    margin-bottom: 0;
}

  /* RIGHT: tabs area */
.tabs {
    padding: 0;
    padding-left: 69px;
    width: 50%;
    margin-top: -20px;
}

.tab-list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.tab-list .tab-btn {
    width: 100%;
    text-align: left;
    background-color: transparent !important;
    color: #93AAB0 !important;
    padding: 0;
    padding-bottom: 40px;
    border: 0;
    border-bottom: 1px solid #93AAB0;
    margin-top: 40px;
}

.tab-list .tab-btn:first-child {
    margin-top: 0;
}

.tab-list .tab-btn:focus {
    outline: none;
}

.tab-list .tab-btn:hover,
.tab-list .tab-btn[aria-selected="true"]{
    color: #004860 !important;
    border-bottom-color: #004860;
}

.sustainability .tab-list .tab-btn {
    font-size: 21px;
    line-height: 26px;
}

  /* mimic the two input-like lines under Goal & Strategy */
  .field {
    margin-top:12px;
    display:block;
  }

  .field .label{
    display:block;
    font-size:14px;
    color:var(--accent);
    margin-bottom:8px;
    font-weight:500;
  }

  .field .line {
    height:1px;
    width:100%;
    background:var(--accent);
    opacity:0.6;
    margin-bottom:18px;
    position:relative;
  }

  .field.faint .label{
    color: rgba(44,107,113,0.45);
    opacity:0.6;
  }
  .field.faint .line{
    opacity:0.25;
    background:var(--accent);
  }

  /* small screen: stack */
/*--end: Lastest News */

/*--start: Project */
section.highlight-project-section {
    padding: 120px 0 75px;
}
.highlight-project-section .section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.highlight-project-section .section-header h2 {
    margin: 0;    
    font-size: 36px;
    line-height: 46px;
}

.highlight-project {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}

.highlight-project .highlight-project--content {
    width: calc(590 / 1355 * 100%);
    border-top: 1px solid #EBEBEB;
    padding-top: 55px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.highlight-project .highlight-project--gallery {
    width: calc(765 / 1355 * 100%);
    padding-left: 60px;
}

.highlight-project--content .highlight-project-title {
    margin: 0;
}

.highlight-project--content .project-custom-fields {
    margin-top: 55px;
    border-bottom: 1px solid #EBEBEB;
    padding-bottom: 55px;
}

.project-custom-fields .project-custom-field {
    margin-top: 20px;
    display: flex;
    width: 100%;
    justify-content: flex-start;
}

.project-custom-fields .project-custom-field:first-child {
    margin-top: 0;
}

.project-custom-field .field-label {
    width: 30%;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: var(--global--color-primary, #101010);
}

.project-custom-field .field-value {
    width: 70%;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #7E7E7E;
    padding-left: 60px;
}

.related-products--items {
    display: flex;
    flex-wrap: wrap;
}

.related-products--items .related-product-item {
    width: 100%;
    margin-top: 8px;
}

.related-products--items .related-product-item:first-child {
    margin-top: 0;
}

.related-products--items .related-product-item:hover {
    color: #004860;
    text-decoration: underline;
}

.highlight-project--actions {
    padding-top: 55px;
    width: 100%;
    text-align: right;
}

.highlight-project--gallery .project__content--gallery {
    display: flex;
    margin-top: 20px;
}

.highlight-project--gallery .project__content--gallery .project__content--gallery-item {
    width: calc(25% - 15px);
    margin-left: 20px;
    position: relative;
    cursor: pointer;
}

.highlight-project--gallery .project__content--gallery .project__content--gallery-item:first-child {
    margin-left: 0;
}

.highlight-project--gallery .project__content--gallery .project__content--gallery-item::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
                linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
                linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
                linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}

.highlight-project--gallery .project__content--gallery .project__content--gallery-item.active::before {
    background: transparent;
}

.highlight-project--gallery  .project__content--gallery-item img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.highlight-project--main-image {
    height: 0;
    overflow: hidden;
    padding-top: calc(427 / 705 * 100%);
    position: relative;
}

.highlight-project--main-image img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

p.highlight-project-excerpt {
    line-height: 21px;
    margin-top: 16px;
}
/*--end: Project */

.intro-images.intro-images--mobile,
.products-section--footer,
.scrolling-slider-items--mobile,
.scrolling-slider-mobile,
.project-custom-fields--mobile,
.latest-news .news-grid--mobile,
.news-grid--footer,
.sustainability .view-all {
    display: none;
}

.designing-quality-living-section.no-mouse {
    background-color: var(--bkg-color-mobile);
    padding: 62px 0 48px;
}

.designing-quality-living-section.no-mouse .section-header {
    position: static;
    transform: none;
    color: #FFF;
    width: 100%;
    padding: 0 20px;
}

.designing-quality-living-section.no-mouse .scrolling-slider-items {
    display: none;
}

.designing-quality-living-section.no-mouse .scrolling-slider-mobile {
    display: block;
    width: 100%;
}

.designing-quality-living-section.no-mouse .scrolling-slider-items--mobile {
    display: block;
    padding-left: 20px;
    width: 100%;
    left: 0;
    margin-top: -17px;
    background: var(--bkg-color-mobile);
}

.designing-quality-living-section.no-mouse .scrolling-slider-item .scrolling-slider-item--content {
    position: static;
    display: block;
    width: 100%;
}

.designing-quality-living-section.no-mouse .scrolling-slider-item {
    background: transparent !important;
}

.designing-quality-living-section.no-mouse .scrolling-slider-item--number {
    color: #00759B !important;
    font-weight: 400;
}

.designing-quality-living-section.no-mouse .scrolling-slider-item--content .scrolling-slider-item--title,
.designing-quality-living-section.no-mouse .scrolling-slider-item--content .scrolling-slider-item--description {
    color: #FFF !important;
}

.scrolling-slider-items--mobile .scrolling-slider-item {
    opacity: 0.4;
}

.scrolling-slider-items--mobile .scrolling-slider-item.swiper-slide-active {
    opacity: 1;
}

.designing-quality-living-section.no-mouse .scrolling-slider-item--content .scrolling-slider-item--title {
    margin-top: 40px;
}

.highlight-project--gallery-content {
    position: sticky;
    top: 0;
}

.home-banner .banner-content--text .banner-title {
    text-transform: capitalize;
}

.highlight-project-section .section-header a,
.latest-news .section-header a,
.sustainability .section-header a {
    margin-right: 35px;
}

.scrolling-slider-items .scrolling-slider-item .scrolling-slider-item--image.image-large {
    display: none;
}

/* .swiper-wrapper.swiper-wrapper--end {
    transform: translate3d(var(--translate-end), 0px, 0px) !important;
} */

.scrolling-slider-item.scrolling-slider-item--virtual,
.scrolling-slider-mobile--item.scrolling-slider-mobile--item-virtual {
    opacity: 0;
    visibility: hidden;
}

@media (min-width: 768px) {
    .designing-quality-living-section.no-mouse .scrolling-slider-items--mobile {
        position: absolute;
        top: 65%;
        width: 60%;
        right: 0;
        margin: 0;
        left: auto;
        transform: translateY(-50%);
    }
}

@media (min-width: 1600px) {
    .scrolling-slider-items .scrolling-slider-item .scrolling-slider-item--image {
        display: none;
    }

    .scrolling-slider-items .scrolling-slider-item.has-image-large .scrolling-slider-item--image.image-large {
        display: block;
    }
    
    .scrolling-slider-item--image.image-large img {
        /* aspect-ratio: calc(1033 / 1150); */
    }
    
    .scrolling-slider-item--image {
        width: 53.8025%;
    }

    .intro-images--left .intro-image--left-2 img {
        /* aspect-ratio: calc(277 / 253); */
        width: 100%;
    }
    
    .intro-images--left .intro-image--left-1 img {
        /* aspect-ratio: calc(466 / 299); */
    }
    
    .intro-images--main .intro-image--main img {
        /* aspect-ratio: calc(700 / 342); */
    }
    
    .intro-images--right .intro-image--right-1 img {
        /* aspect-ratio: calc(348 / 193); */
    }
    
    .intro-images--right .intro-image--right-2 img {
        /* aspect-ratio: calc(284 / 271); */
    }
    
    .home-banner .banner-content--text {
        bottom: 153px;
        max-width: 1000px;
    }
    
    .home-banner .banner-content--text h1 {
        margin-bottom: 40px;
        text-transform: capitalize;
    }
    
    .home-banner .banner-content--text {}
    
    .intro-images--left {
        width: calc(568/1836 * 100%);
    }
    
    .intro-images--main {
        margin-top: calc(90 / 1836 * 100%);
        width: calc(700 / 1836 * 100%);
    }

    .intro-images--main .intro-image--main {
        padding-top: calc((342 / 700) * 100%);
    }
    
    .intro-images--right {
        width: calc(568 / 1836 * 100%);
        margin-top: calc(66 / 568 * calc(568 / 1836 * 100%));
    }
    
    .intro-images--left .intro-image--left-1 {
        left: calc(183 / 568 * 100%);
        width: calc(466 / 568 * 100%);
        padding-top: calc(299 / 568 * 100%);
    }
    
    .intro-images--left .intro-image--left-2 {
        width: calc(277 / 568 * 100%);
        margin-top: calc(-140 / 568 * 100%);
        padding-top: calc(253 / 568 * 100%);
    }
    
    .intro-images--right .intro-image--right-1 {
        left: calc(112 / 568 * 100%);
        width: calc(347.75 / 568 * 100%);
        padding-top: calc(193 / 568 * 100%);
    }
    
    .intro-images--right .intro-image--right-2 {
        width: calc(284.15 / 568 * 100%);
        padding-top: calc((271 / 568) * 100%);
        left: calc(283.85 / 568 * 100%);
        margin-top: calc(-85 / 568 * 100%);
    }

    .intro-section .container::before {
        width: calc(209.5 / 1920 * 100%);
        padding-top: calc(428.97 / 1920 * 100%);
        margin-top: calc(103 / 1920 * 100%);
    }

    .intro-section .container::after {
        width: calc(211 / 1920 * 100%);
        padding-top: calc(429 / 1920 * 100%);
        margin-top: calc(103 / 1920 * 100%);
    }
    
    .intro-images {
        margin-bottom: 68px;
    }
    
    .intro-subtitle {
        margin-bottom: 20px;
    }
    
    .intro-title {
        text-transform: capitalize;
    }
    
    .intro-section {
        padding-bottom: 119px;
    }
    
    .appliance-term-list {
        margin-top: 0;
    }
    
    .appliance-term-list .appliance-term {
        padding-top: calc(365 / 456 * 100%);
    }
    
    .appliance-term-list .appliance-term {}
    
    .appliance-term .appliance-term--content {
        padding: 5.2% 8%;
    }
    
    .scrolling-slider-item--image img {
        /* width: 59%; */
    }
    
    .scrolling-slider-item .scrolling-slider-item--content {
        left: 62.7%;
        top: 44.2%;
    }
    
    .highlight-project .highlight-project--content {
        padding-top: 61px;
        max-width: calc(100% - 765px);
    }
    
    .highlight-project--content .project-custom-fields {
        margin-top: 61px;
    }
    
    .project-custom-field .field-label {
        width: 15.7%;
    }
    
    .highlight-project .highlight-project--gallery {
        width: 765px;
    }
    
    .latest-news .container {
        padding-top: 57px;
    }
    
    .latest-news .news-grid {
        width: 61.5%;
        margin-left: 19.65%;
    }
    
    .latest-news .news-grid .news-item {
        padding-right: 3.6%;
    }
    
    .latest-news .news-grid .news-item:last-child {
        padding-left: 14.3%;
        padding-right: 0;
    }
    
    .sustainabilities .content {
        width: 50%;
        margin-left: 5px;
        margin-top: 2px;
    }
    
    .sustainabilities .tabs {
        padding-left: 108px;
        margin-top: -14px;
    }
    
    section.sustainability {
        padding-bottom: 90px;
    }

    .home-banner {
        height: calc(100vh - 100px);
    }
}

@media (max-width: 1023.98px) {
    .latest-news .news-grid {
        width: 100%;
    }

    .appliance-term .appliance-term--content h3 {
        font-size: 22px;
        line-height: 1;
        margin-bottom: 0;
    }
    
    .appliance-term.hovered .appliance-term--content .appliance-term--description,
    .appliance-term.hovered .appliance-term--content > a {
        font-size: 13px;
        line-height: 15px;
    }
    
    .appliance-term.hovered .appliance-term--content .appliance-term--description {
        margin-top: 15px;
    }

    .card img {
        width: 250px;
        height: 250px;
    }

    .designing-quality-living-section .section-header {
        top: 8%;
        width: 60%;
    }
    
    .appliance-term--content .appliance-term--description, .appliance-term--content > a {
        display: none !important;
    }

    .appliance-term .appliance-term--content {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
    }
}

/* @media screen and (max-width: 991.98px) {
    .banner-video-embed iframe {
        transform: scale(2);
    }
} */

@media (max-width: 767.98px) {
    /* .banner-video-embed iframe {
        transform: scale(4);
    } */
    .home-banner {
        height: calc(100vh - 125px);
    }

    .banner-scroll {
        bottom: 32px;
    }

    .home-banner .banner-content--text {
        bottom: 34.2%;
        width: calc(100% - 40px);
        max-width: 100%;
    }

    .home-banner .banner-content--text h1 {
        margin-bottom: 40px;
    }
    
    .banner-scroll-bar::before,.banner-scroll-bar::after {
        left: calc(50% - 1px);
    }

    .intro-images {
        display: none;
    }

    .intro-images.intro-images--mobile {
        display: block;
        margin-bottom: 60px;
    }
    
    .intro-images--mobile .swiper-button-prev {
        background-image: url(../images/arrow-left-white.svg);
    }

    .intro-images--mobile .swiper-button-next {
        background-image: url(../images/arrow-right-white.svg);
    }

    .intro-images--mobile .intro-image {
        width: 100%;
        height: 0;
        position: relative;
        padding-top: calc(284 / 350 * 100%);
    }
    
    .intro-images--mobile .intro-image img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }
    
    .intro-section {
        padding-top: 78px;
        padding-bottom: 56px;
    }
    
    .intro-images--slider--buttons {
        width: 59px;
        display: flex;
        margin: 30px auto 0;
        justify-content: space-between;
    }

    .intro-subtitle {
        font-weight: 400;
        font-size: 18px;
        line-height: 24px;
        text-align: center;
        margin-bottom: 18px;
    }
    
    .intro-title {
        font-size: 25px;
        line-height: 32px;
        text-align: center;
        text-transform: capitalize;
        margin: 0;
    }

    .intro-section .container::after {
        bottom: -14%;
        top: auto;
        z-index: 0;
        width: calc(162 / 390 * 100%);
        padding-top: calc(330 / 390 * 100%);
        margin-top: 0;
    }
    
    .intro-section .container::before {
        width: calc(160.94 / 390 * 100%);
        padding-top: calc(329.54 / 390 * 100%);
        margin-top: calc(-20 / 390 * 100%);
    }

    .intro-content {
        z-index: 1;
        position: relative;
        margin-top: 63px;
    }
    
    section.products-section {
        padding: 60px 0;
    }
    
    .products-section--header h2 {
        font-size: 25px;
        line-height: 32px;
        margin: 0;
    }
    
    .products-section--header a {
        display: none;
    }
    
    .appliance-term-list {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(4, 1fr);
    }

    .products-section--content {        
        margin-top: 22px;
    }

    .appliance-term-list--background {
        top: 8px;
        height: calc(100% - 59px);
    }
    
    .appliance-term-list .appliance-term {
        border: 0;
        margin-top: 8px;
    }
    
    .appliance-term-list .appliance-term:nth-child(2n+1) {
        margin-right: 4px;
    }
    
    .appliance-term-list .appliance-term:nth-child(2n) {
        margin-left: 4px;
    }
    
    .appliance-term-list .appliance-term:nth-child(-n+2) {
        /* margin-top: 0; */
    }

    .appliance-term .appliance-term--content h3 {
        font-size: 18px;
        line-height: 24px;
        margin: 0;
        text-align: center;
    }
    
    .appliance-term .appliance-term--content {
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .products-section--footer {
        margin-top: 30px;
        text-align: center;
        display: block;
    }

    .appliance-term-list .appliance-term {
        padding-top: calc(183 / 171 * 100%);
    }

    .scrolling-slider-item .scrolling-slider-item--content {
        display: none;
    }

    .scrolling-slider-items {
        display: none;
    }

    .designing-quality-living-section .section-header {
        position: static;
        transform: none;
        color: #FFF !important;
        width: 100%;
        padding: 0 20px;
    }

    .designing-quality-living-section .section-header .section-description {
        margin-bottom: 0;
    }

    .scrolling-slider-items--mobile {
        display: block;
        padding-left: 20px;
        width: 100%;
        left: 0;
        margin-top: 10px;
    }
    
    .scrolling-slider-items--mobile .scrolling-slider-item .scrolling-slider-item--content {
        position: static;
        display: block;
        width: 100%;
    }
    
    .scrolling-slider-item--content .scrolling-slider-item--title {
        margin: 14px 0;
        color: #FFF !important;
    }
    
    .scrolling-slider-items--mobile .scrolling-slider-item {
        background: transparent !important;
    }

    .designing-quality-living-section {
        background-color: var(--bkg-color-mobile);
        padding: 62px 0 31px;
    }

    .scrolling-slider-item--content .scrolling-slider-item--description {
        color: #FFF !important;
    }

    .scrolling-slider-item--number {
        color: #00759B !important;
        font-weight: 400;
    }

    .scrolling-slider-items--mobile .scrolling-slider-item {
        opacity: 0.4;
    }
    
    .scrolling-slider-items--mobile .scrolling-slider-item.swiper-slide-active {
        opacity: 1;
    }

    .scrolling-slider-mobile {
        width: 100%;
        margin: -8px 0 0;
        display: block;
    }

    .scrolling-slider-items--mobile .scrolling-slider-item {
    width: calc(100% - 90px);
}

    .highlight-project {
        flex-wrap: wrap;
        margin-top: 18px;
    }

    .project-custom-fields--mobile {
        display: block;
        margin-top: 19px;
    }

    .highlight-project .highlight-project--content {
        width: 100%;
        padding-top: 20px;
    }

    .highlight-project .highlight-project--content .project-custom-fields {
        display: none;
    }

    .highlight-project .highlight-project--gallery {
        width: 100%;
        padding: 0;
        margin-top: 30px;
    }

    section.highlight-project-section {
        padding: 58px 0;
    }

    .highlight-project-section .section-header h2 {
        font-size: 25px;
        line-height: 36px;
    }

    .highlight-project-section .section-header a {
        display: none;
    }

    p.highlight-project-excerpt {
        margin-top: 30px;
        margin-bottom: 0;
    }

    .highlight-project--actions {
        display: none;
    }

    .highlight-project--gallery .project__content--gallery {
        margin-top: 10px;
    }

    .highlight-project--gallery .project__content--gallery .project__content--gallery-item {
        margin-left: 10px;
        width: calc(25% - (30px / 4));
        height: 0;
        padding-top: 13.715%;
    }

    .highlight-project--gallery .project__content--gallery-item img {
        position: absolute;
        left: 0;
        top: 0;
    }

    .project-custom-fields .project-custom-field {
        flex-wrap: wrap;
        margin-top: 25px;
    }

    .project-custom-field .field-label {
        width: 100%;
    }

    .project-custom-field .field-value {
        width: 100%;
        padding-left: 0;
        margin-top: 8px;
    }

    .highlight-project-footer {
        display: flex;
        justify-content: space-between;
        margin-top: 20px;
        border-top: 1px solid #EBEBEB;
        padding-top: 20px;
    }

    .latest-news {
        margin: 0;
    }
    
    .latest-news .container {
        padding-top: 0;
        padding-bottom: 58px;
    }
    
    .latest-news .section-header h2 {
        font-size: 25px;
        line-height: 32px;
    }
    
    .latest-news .section-header a {
        display: none;
    }
    
    .latest-news .news-grid {
        margin: 0;
        margin-top: 30px;
        flex-wrap: wrap;
        width: 100%;
    }
    
    .latest-news .news-grid .news-item {
        width: 100%;
    }

    .latest-news .news-grid {
        display: none;
    }
    
    .latest-news .news-grid.news-grid--mobile {
        display: block;
    }

    .latest-news .news-grid .news-item:last-child {
        margin: 0;
        padding: 0;
    }
    
    .news-item:last-child .news-thumb {
        padding-top: calc(400 / 520 * 100%);
    }
    
    .news-item .news-thumb .view-more {
        width: 144px;
        height: 41px;
    }
    
    .latest-news .container::before,
    .latest-news .container::after {
        display: none;
    }
    
    .news-grid--footer {
        display: flex;
        justify-content: center;
        position: relative;
        margin-top: 18px;
        height: 24px;
        align-items: center;
    }
    
    .news-grid--footer a {
        position: absolute;
        right: 0;
        top: 0;
    }
    
    .news-grid--buttons {
        width: 49px;
        display: flex;
        justify-content: space-between;
    }
    
    section.sustainability {
        padding: 62px 0;
        text-align: center;
    }
    
    section.sustainability .section-header a {
        display: none;
    }
    
    section.sustainability .section-header .section-title {
        font-size: 25px;
        line-height: 32px;
    }
    
    .sustainabilities {
        display: flex;
        flex-wrap: wrap;
        margin-top: 30px;
    }
    
    .sustainabilities .content {
        order: 2;
        width: 100%;
        padding: 0;
        margin-top: 30px;
        min-height: 343px;
        margin-left: 0;
    }
    
    .sustainabilities .tabs {
        width: 100%;
        order: 1;
        padding-left: 0;
        margin-top: 0;
    }

    .sustainability .tab-list .tab-btn {
        padding-bottom: 15px;
    }
    
    .sustainabilities .tabs .tab-list {
        display: flex;
        flex-wrap: nowrap;
    }
    
    .tab-list .tab-btn {
        width: calc(50% - 10px);
    }
    
    .tab-list .tab-btn:last-child {
        margin-left: 20px;
        margin-top: 0;
    }
    
    .sustainabilities .card img {
        width: 200px;
        height: 200px;
    }
    
    .sustainabilities .card .counter {
        margin-top: 20px;
    }
    
    .sustainabilities .card .desc {
        margin-top: 20px;
    }
    
    .sustainabilities .desc p {
        margin: 0;
    }

    .sustainability .view-all {
        display: inline-block;
        margin-top: 30px;
    }

    .sustainability .tab-list .tab-btn {
        font-weight: 400;
    }

    .news-content .news-excerpt {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
    }
}

/* Custom Video Styles */
.cristal-embed-player {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
    border: none;
    pointer-events: none;
}

/* YouTube Player div specific styles */
.cristal-embed-player[id^="youtube_player_"] {
    width: 100% !important;
    height: 100% !important;
    min-width: 100%;
    min-height: 100%;
}

/* Iframe specific styles */
.cristal-embed-player iframe {
    width: 100% !important;
    height: 100% !important;
    border: none;
    object-fit: cover;
}

.cristal-custom-video-wrapper.playing .cristal-embed-player {
    display: block;
}

.cristal-custom-video-wrapper:not(.playing) .cristal-embed-player {
    display: none;
}

/* Banner video iframe styles */
.banner-video-embed iframe,
.banner-video-embed .video-wrapper iframe,
.banner-video-iframe {
    width: auto !important;
    height: auto !important;
    position: absolute;
    top: 50%;
    left: 50%;
    border: none;
    object-fit: cover;
    pointer-events: none;
    max-width: none !important;
    max-height: none !important;
    min-height: 100%;
    min-width: 100%;
    transform: translate(-50%, -50%);
}

/* Disable clicks on YouTube iframes */
.banner-video-embed iframe,
.cristal-embed-player {
    pointer-events: none;
}