@font-face {
    font-family: GraphikTH-SemiBold;
    src: url(fonts/GraphikTH/GraphikTH-SemiBold.eot);
    src: local("GraphikTH SemiBold"), local("GraphikTH-SemiBold"), url(fonts/GraphikTH/GraphikTH-SemiBold.eot?#iefix) format("embedded-opentype"), url(fonts/GraphikTH/GraphikTH-SemiBold.woff2) format("woff2"), url(fonts/GraphikTH/GraphikTH-SemiBold.woff) format("woff"), url(fonts/GraphikTH/GraphikTH-SemiBold.ttf) format("truetype"), url(fonts/GraphikTH/GraphikTH-SemiBold.svg#GraphikTH-SemiBold) format("svg");
    font-style: normal
}

@font-face {
    font-family: GraphikTH;
    src: url(fonts/GraphikTH/GraphikTH-Regular.eot);
    src: local("GraphikTH Regular"), local("GraphikTH-Regular"), url(fonts/GraphikTH/GraphikTH-Regular.eot?#iefix) format("embedded-opentype"), url(fonts/GraphikTH/GraphikTH-Regular.woff2) format("woff2"), url(fonts/GraphikTH/GraphikTH-Regular.woff) format("woff"), url(fonts/GraphikTH/GraphikTH-Regular.ttf) format("truetype"), url(fonts/GraphikTH/GraphikTH-Regular.svg#GraphikTH-Regular) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: WalkwayOblique;
    src: url(fonts/Walkway/WalkwayObliqueBlack.eot);
    src: local("Walkway Oblique Black"), local("WalkwayObliqueBlack"), url(fonts/Walkway/WalkwayObliqueBlack.eot?#iefix) format("embedded-opentype"), url(fonts/Walkway/WalkwayObliqueBlack.woff2) format("woff2"), url(fonts/Walkway/WalkwayObliqueBlack.woff) format("woff"), url(fonts/Walkway/WalkwayObliqueBlack.ttf) format("truetype"), url(fonts/Walkway/WalkwayObliqueBlack.svg#WalkwayObliqueBlack) format("svg");
    font-style: normal;
    font-display: swap
}

html {
    font-size: 62.5%;
    scroll-behavior: smooth;
}

.santh-header .santh-header_tools .h-lang .dd-content li:nth-child(3) {
    display: block !important;
}

@media(max-width:992px) {
    html {
        font-size: 56.30631%
    }
}

body,
html {
    width: 100%;
    height: 100%;
    font-family: GraphikTH
}

.sansiri-bugaan {
    position: relative;
    width: 100%
}

.float-register-btn {
    position: fixed;
    bottom: 0;
    background: #4f070f;
    padding: 21px 0;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 201;
    border: none;
    color: #fff;
    font-family: WalkwayOblique !important;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-weight: 200;
    text-decoration: none
}

.float-register-btn:before {
    content: "";
    width: 120px;
    height: 2px;
    background-color: #fff;
    transition: all .3s linear;
    position: absolute;
    bottom: 10px
}

.float-register-btn:hover {
    color: #fff;
    text-decoration: none
}

.float-register-btn:hover:before {
    width: 0
}

@media(min-width:992px) {
    .float-register-btn {
        display: none
    }
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: 0 0 !important
}

.carousel-nav__next,
.carousel-nav__prev {
    background: url(../images/desktop/sansiri-bugaan-yothinpattana-single-house-left-arrow-icon.svg) no-repeat scroll 0 0;
    width: 26px;
    height: 45px;
    margin: 2rem 4rem;
    background-size: contain
}

.carousel-nav__next {
    background: url(../images/desktop/sansiri-bugaan-yothinpattana-single-house-right-arrow-icon.svg) no-repeat right
}

.font-graphikth-regular {
    font-family: 'graphikth-regular', sans-serif !important;
}

@-webkit-keyframes scaleOut {
    from {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    to {
        -webkit-transform: scale3d(10, 10, 10);
        transform: scale3d(10, 10, 10);
        opacity: 0
    }
}

@keyframes scaleOut {
    from {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    to {
        -webkit-transform: scale3d(10, 10, 10);
        transform: scale3d(10, 10, 10);
        opacity: 0
    }
}

.animate__scaleOut {
    -webkit-animation-name: scaleOut;
    animation-name: scaleOut
}

@-webkit-keyframes scaleIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(10, 10, 10);
        transform: scale3d(10, 10, 10)
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes scaleIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(10, 10, 10);
        transform: scale3d(10, 10, 10)
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.animate__scaleIn {
    -webkit-animation-name: scaleIn;
    animation-name: scaleIn
}

.sansiri-bugaan_this-is-bugaan {
    position: relative
}

.sansiri-bugaan_this-is-bugaan-logo {
    position: fixed;
    left: 5%;
    top: 12%;
    z-index: 10;
    width: 40px;
    filter: invert(1)
}

.sansiri-bugaan_this-is-bugaan #carouselHeroBanner .carousel-indicators {
    right: 0;
    bottom: 20%;
    z-index: 15;
    padding-left: 0;
    margin-right: 0;
    margin-left: 0;
    left: 0
}

.sansiri-bugaan_this-is-bugaan #carouselHeroBanner .carousel-indicators>li {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: 0 0;
    border: 1px solid #fff;
    margin: 0 5px
}

.sansiri-bugaan_this-is-bugaan #carouselHeroBanner .carousel-indicators>li.active {
    background: #fff
}

.sansiri-bugaan_this-is-bugaan #carouselHeroBanner .carousel-caption {
    bottom: unset;
    top: 15%;
    font-size: 16px;
    left: 0;
    right: 0;
    line-height: 2.4rem;
    color: #000
}

.sansiri-bugaan_this-is-bugaan #carouselHeroBanner .carousel-caption .caption-highlight {
    font-size: 16px;
    font-family: GraphikTH-SemiBold;
    text-transform: uppercase;
    line-height: 2.4rem;
    display: block
}

.sansiri-bugaan_this-is-bugaan #carouselHeroBanner .carousel-caption-logo {
    background-color: #000;
    mask: url(images/desktop/bugaan-logo-herobanner-section.svg) no-repeat center;
    margin-bottom: 15px
}

.sansiri-bugaan_this-is-bugaan #carouselHeroBanner .carousel-caption>img {
    margin-bottom: 20px;
}

.sansiri-bugaan_this-is-bugaan #carouselHeroBanner .carousel-caption>p {
    margin: 5px 0
}

.sansiri-bugaan_this-is-bugaan #carouselHeroBanner .carousel-caption .float-register-btn {
    background: 0 0;
    color: #000
}

.sansiri-bugaan_this-is-bugaan #carouselHeroBanner .carousel-caption .float-register-btn:before {
    background-color: #000
}

.sansiri-bugaan_this-is-bugaan #carouselHeroBanner .carousel-caption .float-register-btn>span>img {
    filter: invert(1)
}

.sansiri-bugaan_this-is-bugaan-nav-arrow {
    background-image: url(images/desktop/Scroll_Down.svg);
    background-position: center;
    background-size: contain;
    width: 50px;
    height: 50px;
    position: fixed;
    left: calc(50% - 25px);
    bottom: 80px;
    background-repeat: no-repeat;
    animation: floating 1.2s .4s infinite alternate;
    z-index: 1
}

@keyframes floating {
    0% {
        transform: translateY(0);
        animation-timing-function: ease-in
    }

    to {
        transform: translateY(7px);
        animation-timing-function: ease-out
    }
}

@media(min-width:768px) {
    .sansiri-bugaan_this-is-bugaan-logo {
        top: 10%
    }

    .sansiri-bugaan_this-is-bugaan #carouselHeroBanner .carousel-indicators {
        bottom: 15%
    }

    /*    .sansiri-bugaan_this-is-bugaan #carouselHeroBanner .carousel-item img.d-block {
        margin-top: -45%
    }*/

    .sansiri-bugaan_this-is-bugaan #carouselHeroBanner .carousel-caption {
        bottom: unset;
        top: 15%;
        font-size: 2.4rem;
        left: 0;
        right: 0;
        line-height: 2.4rem
    }

    .sansiri-bugaan_this-is-bugaan #carouselHeroBanner .carousel-caption .caption-highlight {
        font-size: 2.4rem;
        line-height: 2.4rem;
        font-family: GraphikTH-SemiBold
    }

    .sansiri-bugaan_this-is-bugaan #carouselHeroBanner .carousel-caption>p {
        margin: 5px 0;
        line-height: 2.4rem
    }
}

@media(min-width:992px) {
    .sansiri-bugaan_this-is-bugaan-logo {
        top: 12%
    }

    .sansiri-bugaan_this-is-bugaan #carouselHeroBanner .carousel-indicators {
        bottom: 15%
    }

    .sansiri-bugaan_this-is-bugaan #carouselHeroBanner .carousel-item img.d-block {
        margin-top: -5%
    }

    .sansiri-bugaan_this-is-bugaan #carouselHeroBanner .carousel-caption {
        bottom: unset;
        top: 5%;
        font-size: 1.5rem;
        line-height: 2.4rem;
        left: 0;
        right: 0
    }

    .sansiri-bugaan_this-is-bugaan #carouselHeroBanner .carousel-caption .caption-highlight {
        font-size: 2.4rem;
        font-family: GraphikTH-SemiBold;
        margin: 1rem 0
    }

    .sansiri-bugaan_this-is-bugaan #carouselHeroBanner .carousel-caption>p {
        margin: 0
    }
}

@media(min-width:1200px) {
    .sansiri-bugaan_this-is-bugaan #carouselHeroBanner .carousel-indicators {
        bottom: 10%
    }
}

.sansiri-bugaan_msf {
    position: relative;
    width: 100%;
    height: 2944px;
    margin-bottom: -2px
}

.sansiri-bugaan_msf-myhome,
.sansiri-bugaan_msf-myself,
.sansiri-bugaan_msf-speak {
    height: 736px;
    width: 100%;
    position: sticky;
    display: none;
    top: 0;
    overflow: hidden
}

.sansiri-bugaan_msf-myhome-img,
.sansiri-bugaan_msf-myself-img,
.sansiri-bugaan_msf-speak-img {
    background-image: url(images/mobile/Party.jpg);
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%
}

.sansiri-bugaan_msf-myhome-text,
.sansiri-bugaan_msf-myself-text,
.sansiri-bugaan_msf-speak-text {
    background-image: url(images/mobile/My-Home.svg);
    background-position: center;
    background-repeat: no-repeat;
    width: 80%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 10%
}

.sansiri-bugaan_msf-speak-img {
    background-image: url(images/mobile/Finedining.jpg)
}

.sansiri-bugaan_msf-speak-text {
    background-image: url(images/mobile/Speaks.svg)
}

.sansiri-bugaan_msf-myself-img {
    background-image: url(images/mobile/Car.jpg)
}

.sansiri-bugaan_msf-myself-text {
    background-image: url(images/mobile/For-Myself.svg)
}

@media(min-width:768px) {
    .sansiri-bugaan_msf {
        height: 4096px
    }

    .sansiri-bugaan_msf-myhome,
    .sansiri-bugaan_msf-myself,
    .sansiri-bugaan_msf-speak {
        height: 1024px
    }

    .sansiri-bugaan_msf-myhome-img,
    .sansiri-bugaan_msf-myself-img,
    .sansiri-bugaan_msf-speak-img {
        background-image: url(images/desktop/Party.jpg);
        background-position: center;
        background-size: cover;
        width: 100%;
        height: 100%
    }

    .sansiri-bugaan_msf-myhome-text,
    .sansiri-bugaan_msf-myself-text,
    .sansiri-bugaan_msf-speak-text {
        background-image: url(images/desktop/My-Home.svg);
        background-position: center;
        background-repeat: no-repeat;
        width: 60%;
        height: 100%;
        position: absolute;
        top: 0;
        right: 20%
    }

    .sansiri-bugaan_msf-speak-img {
        background-image: url(images/desktop/Finedining.jpg)
    }

    .sansiri-bugaan_msf-speak-text {
        background-image: url(images/desktop/Speaks.svg);
        width: 50%;
        right: 25%
    }

    .sansiri-bugaan_msf-myself-img {
        background-image: url(images/desktop/Car.jpg)
    }

    .sansiri-bugaan_msf-myself-text {
        background-image: url(images/desktop/For-Myself.svg);
        width: 70%;
        right: 15%
    }
}

@media(min-width:992px) {
    .sansiri-bugaan_msf {
        height: 3200px
    }

    .sansiri-bugaan_msf-myhome,
    .sansiri-bugaan_msf-myself,
    .sansiri-bugaan_msf-speak {
        height: 800px
    }
}

.sansiri-bugaan_bg {
    position: relative;
    background-color: #4f070f;
    width: 100%;
    height: 1600px
}

.sansiri-bugaan_bg-bugaan,
.sansiri-bugaan_bg-mhsfm {
    height: 736px;
    width: 100%;
    position: sticky;
    display: block;
    top: 0;
    overflow: hidden
}

.sansiri-bugaan_bg-bugaan-img,
.sansiri-bugaan_bg-mhsfm-img {
    background-image: url(https://assets.sansiri.com/o77site/webproject-source/singlehouse/bugaan-voyy-krungthep-kreetha/img/concept/sansiri-bugaan-yoyy-concept-mobile.webp);
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%
}

.sansiri-bugaan_bg-bugaan-text,
.sansiri-bugaan_bg-mhsfm-text {
    background-image: url(images/mobile/bugaan-slogan-section-mobile.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0
}

.sansiri-bugaan_bg-mhsfm-img {
    background-image: url(https://assets.sansiri.com/o77site/webproject-source/singlehouse/bugaan-voyy-krungthep-kreetha/img/concept/sansiri-bugaan-yoyy-concept-mobile.webp)
}

.sansiri-bugaan_bg-mhsfm-text {
    background-image: none;
    background-size: contain;
    width: 100%;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.sansiri-bugaan_bg-mhsfm-text:after {
    content: "";
    background: rgba(0, 0, 0, .5);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

.sansiri-bugaan_bg-mhsfm-desc,
.sansiri-bugaan_bg-mhsfm-logo,
.sansiri-bugaan_bg-mhsfm-title {
    margin-bottom: 3rem
}

.sansiri-bugaan_bg-mhsfm-logo {
    width: 30%
}

.sansiri-bugaan_bg-mhsfm-title {
    width: 70%
}

.sansiri-bugaan_bg-mhsfm-title.for-desktop {
    display: none
}

.sansiri-bugaan_bg-mhsfm-title.for-mobile {
    display: block
}

.sansiri-bugaan_bg-mhsfm-desc {
    color: #fff;
    word-break: break-word;
    text-align: center;
    font-size: 1.5rem
}

@media(min-width:768px) {
    .sansiri-bugaan_bg {
        height: 2600px
    }

    .sansiri-bugaan_bg-bugaan,
    .sansiri-bugaan_bg-mhsfm {
        height: 1024px
    }

    .sansiri-bugaan_bg-mhsfm-desc {
        font-size: 2rem;
        padding: 0 8rem
    }
}

@media(min-width:992px) {
    .sansiri-bugaan_bg {
        height: 2000px
    }

    .sansiri-bugaan_bg-bugaan,
    .sansiri-bugaan_bg-mhsfm {
        height: 800px
    }

    .sansiri-bugaan_bg-bugaan-img,
    .sansiri-bugaan_bg-mhsfm-img {
        background-image: url(https://assets.sansiri.com/o77site/webproject-source/singlehouse/bugaan-voyy-krungthep-kreetha/img/concept/sansiri-bugaan-yoyy-concept-desktop.webp);
        background-position: center;
        background-size: cover;
        width: 100%;
        height: 100%
    }

    .sansiri-bugaan_bg-bugaan-text,
    .sansiri-bugaan_bg-mhsfm-text {
        background-image: url(images/desktop/bugaan-section2-Slogan.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        height: 101%;
        position: absolute;
        top: 0
    }

    .sansiri-bugaan_bg-mhsfm-img {
        background-image: url(https://assets.sansiri.com/o77site/webproject-source/singlehouse/bugaan-voyy-krungthep-kreetha/img/concept/sansiri-bugaan-yoyy-concept-desktop.webp)
    }

    .sansiri-bugaan_bg-mhsfm-text {
        background-image: none;
        background-size: contain;
        width: 100%;
        left: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center
    }

    .sansiri-bugaan_bg-mhsfm-text:after {
        content: "";
        background: rgba(0, 0, 0, .5);
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: -1
    }

    .sansiri-bugaan_bg-mhsfm-desc,
    .sansiri-bugaan_bg-mhsfm-logo,
    .sansiri-bugaan_bg-mhsfm-title {
        margin-bottom: 3rem
    }

    .sansiri-bugaan_bg-mhsfm-logo {
        width: 10%;
        padding-bottom: 2rem
    }

    .sansiri-bugaan_bg-mhsfm-title {
        width: 60%
    }

    .sansiri-bugaan_bg-mhsfm-title.for-desktop {
        display: block
    }

    .sansiri-bugaan_bg-mhsfm-title.for-mobile {
        display: none
    }

    .sansiri-bugaan_bg-mhsfm-desc {
        color: #fff;
        word-break: break-word;
        white-space: pre-line;
        text-align: center;
        font-size: 2rem;
        padding: unset
    }
}

@media(min-width:1200px) {
    .sansiri-bugaan_bg {
        height: 2000px
    }
}

.sansiri-bugaan_krungthep_kreetha {
    padding: 0 0 60px;
    background-color: #4f070f
}

.sansiri-bugaan_krungthep_kreetha-logo {
    text-align: center;
    padding: 60px 0 0
}

.sansiri-bugaan_krungthep_kreetha-title {
    font-family: GraphikTH-SemiBold;
    font-size: 2rem;
    color: #fff;
    line-height: 35px;
    margin-bottom: 1rem;
    text-align: center;
    white-space: pre-line
}

.sansiri-bugaan_krungthep_kreetha-desc {
    text-align: center;
    font-size: 16px;
    line-height: 1.5;
    padding: 0 15px;
    color: #fff
}

.sansiri-bugaan_krungthep_kreetha .facade-img {
    padding: 0
}

@media(min-width:768px) {
    .sansiri-bugaan_krungthep_kreetha-logo-top {
        position: absolute;
        top: 5%;
        left: 0;
        right: 0;
        text-align: center
    }

    .sansiri-bugaan_krungthep_kreetha-logo-top img {
        width: 20%
    }

    .sansiri-bugaan_krungthep_kreetha-desc {
        margin-top: 5rem
    }
}

@media(min-width:992px) {
    .sansiri-bugaan_krungthep_kreetha {
        position: relative;
        padding: 0 0 30px
    }

    .sansiri-bugaan_krungthep_kreetha-logo-top img {
        width: 13%
    }

    .sansiri-bugaan_krungthep_kreetha-title {
        font-family: GraphikTH-SemiBold;
        font-size: 2.5rem;
        color: #fff;
        line-height: 35px;
        margin-top: 0;
        text-align: center
    }

    .sansiri-bugaan_krungthep_kreetha-desc {
        padding: 0;
        font-size: 15px;
        line-height: 24px;
        margin-top: 2rem
    }

    .sansiri-bugaan_krungthep_kreetha:before {
        content: "";
        background-image: url(images/desktop/BG.svg);
        background-position: center;
        background-size: cover;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0
    }
}

@media(min-width:1200px) {
    .sansiri-bugaan_krungthep_kreetha-desc {
        padding: 0 120px
    }
}

.sansiri-bugaan_laa {
    background-color: #6b6f72;
    padding-bottom: 60px
}

.sansiri-bugaan_laa-cover {
    margin-left: -15px;
    margin-right: -15px
}

.sansiri-bugaan_laa-cover img {
    width: 100%
}

.sansiri-bugaan_laa-title {
    font-family: WalkwayOblique;
    font-style: italic;
    text-transform: uppercase;
    font-size: 40px;
    word-break: break-word;
    white-space: pre-line;
    text-align: center;
    line-height: 1.1;
    letter-spacing: 6px;
    color: #fff;
    margin-bottom: 40px
}

.hero-register-btn:before {
    content: "";
    width: 120px;
    height: 2px;
    background-color: #000;
    transition: all .3s linear;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
}

.hero-register-btn:hover:before {
    width: 0;
}

.sansiri-bugaan_laa .ssr-round-text-time.solid-circle {
    background-color: #50050F !important;
    border-color: #50050F !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.sansiri-bugaan_laa .ssr-round-text-time-num {
    font-size: 3rem;
    line-height: 1;
}

.sansiri-bugaan_laa .ssr-round-text .ssr-round-text-text {
    font-size: 2rem;
    line-height: 1;
    margin-top: 5px;
    position: static !important;
    transform: none !important;
    display: block;
}

@media (max-width: 767px) {
    .sansiri-bugaan_laa .d-flex.justify-content-center .ssr-round-text {
        width: 50%;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

.sansiri-bugaan_laa-items {
    color: #fff
}

.sansiri-bugaan_laa-items .item {
    padding: 0 20px;
    margin-bottom: 30px
}

.sansiri-bugaan_laa-items .item img {
    width: 44px
}

.sansiri-bugaan_laa-items .item-title {
    font-size: 20px;
    font-family: WalkwayOblique;
    letter-spacing: 2px;
    word-break: break-word;
    white-space: pre-line;
    line-height: 1.5;
    margin-bottom: 20px
}

.sansiri-bugaan_laa-items .item-desc {
    font-size: 15px;
    margin: 10px 0
}

@media(min-width:992px) {
    .sansiri-bugaan_laa-title {
        white-space: normal;
        margin: 60px 0
    }
}

.sansiri-bugaan_map {
    width: 100%;
    height: auto
}

.sansiri-bugaan_map #map {
    width: 100%;
    height: 636px
}

.sansiri-bugaan_map .mapNav {
    padding: 0 !important
}

@media(min-width:768px) {
    .sansiri-bugaan_map {
        height: auto;
    }

    .sansiri-bugaan_map #map {
        height: 924px
    }

    .sansiri-bugaan_map .mapNav {
        padding: 16px 21px !important
    }
}

@media(min-width:992px) {
    .sansiri-bugaan_map {
        height: auto
    }

    .sansiri-bugaan_map #map {
        height: 700px
    }

    .sansiri-bugaan_map .mapNav {
        padding: 16px 21px !important
    }
}

#location .mapNav {
    z-index: 1;
    background-color: #000 !important;
    border: #000 !important;
}

.mapNav font {
    color: #fff !important
}

.mapNav .maplink {
    border: none;
    margin-bottom: 0
}

.sansiri-bugaan_register {
    background-color: #50050F;
    color: #fff;
    font-family: GraphikTH;
    padding: 100px 0 100px;
    background-size: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
}

.sansiri-bugaan_register #boxContact {
    padding: 0 0 !important
}

.sansiri-bugaan_register .ssr-header-form>h2 {
    font-family: WalkwayOblique !important;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 40px !important
}

.sansiri-bugaan_register .ssr-header-form>h2:after {
    content: unset
}

.sansiri-bugaan_register .formContact .ssr-btn-connect-container-fb,
.sansiri-bugaan_register .formContact .ssr-btn-connect-container-gg {
    display: flex;
    justify-content: flex-end
}

.sansiri-bugaan_register .formContact .ssr-btn-connect-container-fb .ssr-btn-connect,
.sansiri-bugaan_register .formContact .ssr-btn-connect-container-gg .ssr-btn-connect {
    display: flex;
    justify-content: center
}

.sansiri-bugaan_register .formContact .ssr-btn-connect-container-fb .ssr-btn-fb,
.sansiri-bugaan_register .formContact .ssr-btn-connect-container-fb .ssr-btn-gg,
.sansiri-bugaan_register .formContact .ssr-btn-connect-container-gg .ssr-btn-fb,
.sansiri-bugaan_register .formContact .ssr-btn-connect-container-gg .ssr-btn-gg {
    position: relative
}

.sansiri-bugaan_register .formContact .ssr-btn-connect-container-fb .ssr-btn-fb:after,
.sansiri-bugaan_register .formContact .ssr-btn-connect-container-fb .ssr-btn-gg:after,
.sansiri-bugaan_register .formContact .ssr-btn-connect-container-gg .ssr-btn-fb:after,
.sansiri-bugaan_register .formContact .ssr-btn-connect-container-gg .ssr-btn-gg:after {
    content: "";
    position: absolute;
    top: 20%;
    left: 4%;
    width: 30px;
    height: 30px;
    background-image: url(images/desktop/Facebook-Icon.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain
}

.sansiri-bugaan_register .formContact .ssr-btn-connect-container-fb .ssr-btn-fb:hover,
.sansiri-bugaan_register .formContact .ssr-btn-connect-container-fb .ssr-btn-gg:hover,
.sansiri-bugaan_register .formContact .ssr-btn-connect-container-gg .ssr-btn-fb:hover,
.sansiri-bugaan_register .formContact .ssr-btn-connect-container-gg .ssr-btn-gg:hover {
    transition: all .3s linear;
    background-color: #fff;
    color: #000 !important
}

.sansiri-bugaan_register .formContact .ssr-btn-connect-container-fb .ssr-btn-fb:hover:after,
.sansiri-bugaan_register .formContact .ssr-btn-connect-container-fb .ssr-btn-gg:hover:after,
.sansiri-bugaan_register .formContact .ssr-btn-connect-container-gg .ssr-btn-fb:hover:after,
.sansiri-bugaan_register .formContact .ssr-btn-connect-container-gg .ssr-btn-gg:hover:after {
    background-image: url(images/desktop/Facebook-Icon-Hover.svg);
    background-repeat: no-repeat;
}

.sansiri-bugaan_register .formContact .ssr-btn-connect-container-fb .ssr-btn-gg:after,
.sansiri-bugaan_register .formContact .ssr-btn-connect-container-gg .ssr-btn-gg:after {
    background-image: url(images/desktop/Google-Icon.svg);
    background-repeat: no-repeat;
}

.sansiri-bugaan_register .formContact .ssr-btn-connect-container-fb .ssr-btn-gg:hover:after,
.sansiri-bugaan_register .formContact .ssr-btn-connect-container-gg .ssr-btn-gg:hover:after {
    background-image: url(images/desktop/Google-Icon-Hover.svg);
    background-repeat: no-repeat;
}

.sansiri-bugaan_register .formContact .ssr-btn-connect-container-gg {
    justify-content: flex-start
}

.sansiri-bugaan_register .formContact .ssr-text-connect {
    font-weight: 200;
    font-family: GraphikTH-Regular !important;
    font-size: 15px !important;
    white-space: pre-line
}

.sansiri-bugaan_register .formContact .ssr-btn-fb,
.sansiri-bugaan_register .formContact .ssr-btn-gg {
    color: #fff !important;
    background-color: transparent;
    border: 1px solid #fff
}

.sansiri-bugaan_register .formContact .form-control,
.sansiri-bugaan_register .formContact .ga-lead-budget {
    background: 0 0 !important;
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    color: #fff !important
}

.sansiri-bugaan_register .formContact .form-control:focus,
.sansiri-bugaan_register .formContact .ga-lead-budget:focus {
    border-color: #bebebe !important
}

.sansiri-bugaan_register .formContact select.ga-lead-budget {
    background: url(https://www.sansiri.com/images/svg/slider-icon/ico-arrw.png) no-repeat right 30px center !important;
    filter: brightness(0) invert(1);
    color: #000000 !important;
}

.sansiri-bugaan_register .formContact #codePhone,
.sansiri-bugaan_register .formContact .ssr-lb-form {
    color: #fff !important
}

.sansiri-bugaan_register .formContact .ssr-c-code:after {
    background: url(images/desktop/ico-arrow-more-w.svg) 0 0 no-repeat;
    transform: rotate(90deg) translateX(5px)
}

.sansiri-bugaan_register .formContact .ssr-bt {
    border: none;
    color: #fff;
    font-family: WalkwayOblique !important;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-weight: 200;
    position: relative
}

.sansiri-bugaan_register .formContact .ssr-bt:before {
    content: "";
    width: 120px;
    height: 2px;
    background-color: #fff;
    transition: all .3s linear;
    position: absolute;
    bottom: 0
}

.sansiri-bugaan_register .formContact .ssr-bt:after {
    content: unset
}

.sansiri-bugaan_register .formContact .ssr-bt:hover:before {
    width: 0
}

.sansiri-bugaan_register .ssr-pdpa {
    color: #fff !important
}

.sansiri-bugaan_register .ssr-pdpa>a {
    color: #fff !important
}

.sansiri-bugaan_register .modal-dialog {
    margin: 0;
    top: 8%
}

@media(min-width:768px) {
    .sansiri-bugaan_register .modal-dialog {
        margin: 0 auto
    }
}

@media(min-width:992px) {
    .sansiri-bugaan_register {
        padding: 0 0
    }

    .sansiri-bugaan_register .modal-dialog {
        max-width: 900px;
        top: 0
    }
}

.sansiri-bugaan_thankyou {
    width: 100%;
    height: 100%;
    background-color: #58000b;
    position: relative
}

.sansiri-bugaan_thankyou-overlay {
    width: 100%;
    height: 100%;
    position: absolute
}

.sansiri-bugaan_thankyou-overlay:after {
    content: "";
    background-image: url(images/mobile/thankyou_graphic.png);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 0;
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat
}

.sansiri-bugaan_thankyou-title {
    font-family: GraphikTH-SemiBold;
    font-size: 30px;
    color: #fff;
    text-align: center;
    word-break: break-word;
    white-space: pre-line;
    padding: 100px 0 0
}

.sansiri-bugaan_thankyou-desc {
    font-family: GraphikTH;
    font-size: 15px;
    color: #fff;
    text-align: center;
    word-break: break-word;
    white-space: pre-line;
    padding: 0 0 40px;
    line-height: 24px
}

.sansiri-bugaan_thankyou-contact {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 90px
}

.sansiri-bugaan_thankyou-contact-img {
    width: 40px;
    height: 40px;
    margin: 0 auto
}

.sansiri-bugaan_thankyou-contact-text {
    color: #fff;
    font-size: 15px;
    line-height: 24px
}

.sansiri-bugaan_thankyou-contact-sansiri .sansiri-bugaan_thankyou-contact-img {
    width: 50px
}

.sansiri-bugaan_thankyou-back {
    padding: 40px 0 12px 20px;
    text-transform: uppercase;
    color: #fff;
    font-size: 13.5135px;
    font-family: WalkwayOblique;
    letter-spacing: 4px;
    position: relative;
    display: inline-block;
    text-decoration: none
}

.sansiri-bugaan_thankyou-back:before {
    content: "";
    background-image: url(images/desktop/ico-arrow-more-w.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    left: -7px;
    top: 44px;
    width: 20px;
    height: 14px;
    transform: rotate(-180deg)
}

.sansiri-bugaan_thankyou-back:after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all .3s linear
}

.sansiri-bugaan_thankyou-back:hover {
    color: #fff;
    text-decoration: none
}

.sansiri-bugaan_thankyou-back:hover:after {
    width: 0
}

@media(min-width:768px) {
    .sansiri-bugaan_thankyou-title {
        font-family: GraphikTH-SemiBold;
        font-size: 30px;
        color: #fff;
        text-align: center;
        word-break: break-word;
        white-space: pre-line;
        padding: 300px 0 0
    }

    .sansiri-bugaan_thankyou-desc {
        font-family: GraphikTH;
        font-size: 15px;
        color: #fff;
        text-align: center;
        word-break: break-word;
        white-space: unset;
        padding: 30px 0 40px;
        line-height: 24px
    }

    .sansiri-bugaan_thankyou-contact {
        display: flex;
        flex-direction: row;
        justify-content: center;
        height: 90px;
        align-items: center
    }

    .sansiri-bugaan_thankyou-contact-img {
        width: 50px;
        height: 50px;
        margin: unset;
        margin-right: 20px
    }

    .sansiri-bugaan_thankyou-contact-text {
        color: #fff;
        font-size: 15px;
        line-height: 24px
    }

    .sansiri-bugaan_thankyou-contact-sansiri .sansiri-bugaan_thankyou-contact-img {
        width: 70px
    }
}

@media(min-width:992px) {
    .sansiri-bugaan_thankyou-desc {
        padding-left: 200px;
        padding-right: 200px
    }
}

.sansiri-bugaan_latest-creation {
    padding: 40px 0
}

.sansiri-bugaan_latest-creation .carousel-item {
    padding: 0 20px
}

.sansiri-bugaan_latest-creation .carousel-item .latest-creation-header {
    text-transform: uppercase;
    font-size: 3rem;
    font-family: WalkwayOblique;
    font-weight: 700;
    white-space: pre-line;
    letter-spacing: 5px
}

.sansiri-bugaan_latest-creation .carousel-item .latest-creation-body-highlight {
    text-transform: uppercase;
    font-size: 2rem;
    font-family: WalkwayOblique;
    white-space: pre-line;
    letter-spacing: 2px
}

.sansiri-bugaan_latest-creation .carousel-control {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 15px
}

.sansiri-bugaan_latest-creation .carousel-control-next,
.sansiri-bugaan_latest-creation .carousel-control-prev {
    position: relative
}

.sansiri-bugaan_latest-creation .carousel-control-next-icon,
.sansiri-bugaan_latest-creation .carousel-control-prev-icon {
    background: transparent no-repeat center center;
    background-image: url(images/desktop/bugaan-arrow.svg);
    width: 29px;
    height: 35px;
    transform: rotate(180deg)
}

.sansiri-bugaan_latest-creation .carousel-control-prev-icon {
    transform: unset
}

@media(min-width:992px) {

    .sansiri-bugaan_latest-creation .carousel-control-next,
    .sansiri-bugaan_latest-creation .carousel-control-prev {
        position: absolute
    }

    .sansiri-bugaan_latest-creation .carousel-control-prev {
        left: -30px
    }

    .sansiri-bugaan_latest-creation .carousel-control-prev-icon {
        transform: unset
    }

    .sansiri-bugaan_latest-creation .carousel-control-next {
        right: -30px
    }
}

.sansiri-bugaan_factsheet {
    background: #f4f5f6;
    padding: 60px 0;
    position: relative;
    overflow: hidden
}

.sansiri-bugaan_factsheet img {
    width: 100%
}

.sansiri-bugaan_factsheet .list-group-flush .list-group-item {
    border-width: 0 0 1px;
    background: 0 0;
    padding: .75rem 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0;
    flex-wrap: wrap
}

.sansiri-bugaan_factsheet .list-group-flush .list-group-item:last-child {
    border: 0 solid rgba(0, 0, 0, .125)
}

.sansiri-bugaan_factsheet .list-group-flush .list-group-item p {
    margin: 0;
    font-size: 1.6rem;
    white-space: pre-line
}

.sansiri-bugaan_factsheet .list-group-flush .list-group-item .factsheet-project {
    font-size: 2.4rem;
    font-family: GraphikTH-SemiBold !important;
    padding: 20px 0 10px
}

.sansiri-bugaan_factsheet .list-group-flush .list-group-item .factsheet-addr {
    margin-bottom: 10px
}

.sansiri-bugaan_factsheet .list-group-flush .list-group-item .factsheet-title {
    text-transform: capitalize
}

.sansiri-bugaan_factsheet .list-group-flush .list-group-item .factsheet-detail {
    font-size: 3rem;
    vertical-align: middle
}

.sansiri-bugaan_factsheet .list-group-flush .list-group-item .factsheet-detail>small {
    font-size: 1.6rem;
    white-space: pre-line;
    display: inline-block
}

.sansiri-bugaan_factsheet-img {
    padding: 2rem;
    margin: 0 2rem
}

.sansiri-bugaan_factsheet-img .card-body {
    display: none
}

.sansiri-bugaan_factsheet .mobile-link {
    font-family: WalkwayOblique;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-weight: 200;
    color: #000
}

.sansiri-bugaan_factsheet .mobile-link>svg {
    fill: #000
}

.sansiri-bugaan_factsheet .mobile-link:after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #000;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1rem
}

@media(min-width:768px) {
    .sansiri-bugaan_factsheet-title {
        font-family: WalkwayOblique;
        font-weight: 200;
        letter-spacing: 5px;
        font-size: 4rem;
        text-transform: uppercase;
        text-align: center
    }

    .sansiri-bugaan_factsheet-img {
        margin-top: 10%
    }
}

@media(min-width:992px) {
    .sansiri-bugaan_factsheet {
        position: relative
    }

    .sansiri-bugaan_factsheet:after {
        content: "";
        background: url(images/desktop/bugaan-factsheet-section-background.svg) center no-repeat;
        background-size: contain;
        position: absolute;
        top: 10.5%;
        left: 45%;
        width: 100%;
        height: 100%
    }

    .sansiri-bugaan_factsheet-img {
        margin-top: 10%;
        margin-left: 15%;
        padding: 2rem;
        z-index: 1
    }

    .sansiri-bugaan_factsheet-img img {
        width: 100%;
        position: relative;
        z-index: 1
    }

    .sansiri-bugaan_factsheet-img .card-body {
        display: block;
        text-align: center
    }

    .sansiri-bugaan_factsheet-img .card-body>a {
        font-family: WalkwayOblique;
        position: relative;
        text-transform: uppercase;
        letter-spacing: 4px;
        font-weight: 200;
        color: #000
    }

    .sansiri-bugaan_factsheet-img .card-body>a>svg {
        fill: #000
    }

    .sansiri-bugaan_factsheet-img .card-body>a:after {
        content: "";
        width: 100%;
        height: 2px;
        background-color: #000;
        position: absolute;
        left: 0;
        right: 0;
        bottom: -1rem
    }

    .sansiri-bugaan_factsheet .mobile-link {
        display: none
    }

    .sansiri-bugaan_factsheet .list-group-flush .list-group-item:last-child {
        display: none
    }
}

@media(min-width:1200px) {
    .sansiri-bugaan_factsheet {
        position: relative
    }

    .sansiri-bugaan_factsheet:after {
        content: "";
        background: url(images/desktop/bugaan-factsheet-section-background.svg) center no-repeat;
        background-size: contain;
        position: absolute;
        top: 10.5%;
        left: 30%;
        width: 100%;
        height: 100%
    }

    .sansiri-bugaan_factsheet-img {
        margin-top: 10%;
        margin-left: 15%
    }

    .sansiri-bugaan_factsheet-img img {
        width: unset;
        position: relative;
        z-index: 1
    }
}

.sansiri-bugaan_house-type {
    padding: 40px 0
}

.sansiri-bugaan_house-type-title {
    font-family: WalkwayOblique;
    text-transform: uppercase;
    font-size: 3rem;
    text-align: center;
    letter-spacing: 5px;
    margin-bottom: 30px
}

.sansiri-bugaan_house-type .carousel-item .house-type-img {
    width: 100%;
    margin-bottom: 30px
}

.sansiri-bugaan_house-type .carousel-item .house-type-header {
    text-transform: uppercase;
    font-size: 3rem;
    font-family: WalkwayOblique;
    font-weight: 700;
    white-space: pre-line;
    letter-spacing: 5px
}

.sansiri-bugaan_house-type .carousel-item .house-type-body {
    margin-bottom: 30px
}

.sansiri-bugaan_house-type .carousel-item .house-type-plan {
    display: none
}

.sansiri-bugaan_house-type .carousel-item .house-type-plan-floor>a img {
    width: 100%
}

.sansiri-bugaan_house-type .carousel-item .house-type-plan-mobile .card {
    border: 0;
    background-color: #fff
}

.sansiri-bugaan_house-type .carousel-item .house-type-plan-mobile .card-header {
    background-color: #fff;
    color: #000;
    position: relative
}

.sansiri-bugaan_house-type .carousel-item .house-type-plan-mobile .card-header h5 {
    display: flex
}

.sansiri-bugaan_house-type .carousel-item .house-type-plan-mobile .card-header h5 button {
    display: block;
    width: 100%;
    text-align: left;
    font-size: 1.5rem
}

.sansiri-bugaan_house-type .carousel-item .house-type-plan-mobile .card-header h5 button:focus {
    outline: 0;
    box-shadow: none
}

.sansiri-bugaan_house-type .carousel-item .house-type-plan-mobile .card-header h5 button:after {
    content: "";
    content: "";
    background: url(images/desktop/bugaan-arrow.svg) no-repeat left center;
    transform: rotate(90deg);
    position: absolute;
    top: 10px;
    right: 0;
    width: 15px;
    height: 15px;
    transition: all .3s ease
}

.sansiri-bugaan_house-type .carousel-item .house-type-plan-mobile .card-header h5 button.collapsed:after {
    transform: rotate(270deg)
}

.sansiri-bugaan_house-type .carousel-control {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 15px
}

.sansiri-bugaan_house-type .carousel-control-next,
.sansiri-bugaan_house-type .carousel-control-prev {
    position: relative
}

.sansiri-bugaan_house-type .carousel-control-next-icon,
.sansiri-bugaan_house-type .carousel-control-prev-icon {
    background: transparent no-repeat center center;
    background-image: url(images/desktop/bugaan-arrow.svg);
    width: 29px;
    height: 35px;
    transform: rotate(180deg)
}

.sansiri-bugaan_house-type .carousel-control-prev-icon {
    transform: unset
}

@media(min-width:992px) {
    .sansiri-bugaan_house-type {
        padding: 40px 0
    }

    .sansiri-bugaan_house-type .carousel-inner {
        width: 80%;
        margin: 0 auto
    }

    .sansiri-bugaan_house-type .carousel-item strong>p {
        line-height: 2.4rem;
        margin: 0
    }

    .sansiri-bugaan_house-type .carousel-item .house-type-body {
        margin: .8rem 0 0
    }

    .sansiri-bugaan_house-type .carousel-item .house-type-plan {
        display: flex;
        flex-direction: row;
        justify-content: space-between
    }

    .sansiri-bugaan_house-type .carousel-item .house-type-plan-floor>a img {
        width: 100%
    }

    .sansiri-bugaan_house-type .carousel-item .house-type-plan-mobile {
        display: none
    }

    .sansiri-bugaan_house-type .carousel-control-next,
    .sansiri-bugaan_house-type .carousel-control-prev {
        position: absolute
    }

    .sansiri-bugaan_house-type .carousel-control-prev-icon {
        transform: unset
    }
}

@media(min-width:1200px) {
    .sansiri-bugaan_house-type .carousel-inner {
        width: 100%
    }
}

.sansiri-bugaan_menu {
    position: fixed;
    top: 0;
    right: -100%;
    background-color: #4f060f;
    width: 100%;
    height: 100%;
    z-index: 999999991;
    transition: all .3s ease
}

.sansiri-bugaan_menu.opened {
    right: 0
}

.sansiri-bugaan_menu.closed {
    right: -100%
}

.sansiri-bugaan_menu-open {
    position: fixed;
    top: 11.5%;
    right: 5%;
    z-index: 1000
}

.sansiri-bugaan_menu-open img {
    width: 40px
}

.sansiri-bugaan_menu-close {
    position: absolute;
    top: 10%;
    right: 10%
}

.sansiri-bugaan_menu-close img {
    width: 50px
}

.sansiri-bugaan_menu-items {
    position: absolute;
    top: 20%;
    left: 10%;
    list-style: none
}

.sansiri-bugaan_menu-item {
    color: #fff;
    padding: 1rem 0
}

.sansiri-bugaan_menu-item>a {
    font-family: WalkwayOblique !important;
    text-transform: uppercase;
    font-size: 3rem;
    color: #fff;
    text-decoration: none;
    letter-spacing: 5px
}

@media(min-width:768px) {
    .sansiri-bugaan_menu-open {
        position: fixed;
        top: 9.5%;
        right: 5%;
        z-index: 1000
    }

    .sansiri-bugaan_menu-open img {
        width: 40px
    }
}

@media(min-width:992px) {
    .sansiri-bugaan_menu-open {
        top: 10.5%
    }

    .sansiri-bugaan_menu.opened {
        width: 40%
    }
}

.sansiri-bugaan_video {
    height: 300px;
    aspect-ratio: 16 / 9;
    height: auto;
    display: block;
}

.sansiri-bugaan_gallery {
    padding: 10rem 0 5rem
}

.sansiri-bugaan_gallery-title {
    font-family: WalkwayOblique;
    font-weight: 200;
    letter-spacing: 5px;
    font-size: 4rem;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 5rem
}

.sansiri-bugaan_gallery .gallery-desktop {
    display: none
}

.sansiri-bugaan_gallery .carousel-control {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 15px
}

.sansiri-bugaan_gallery .carousel-control-next,
.sansiri-bugaan_gallery .carousel-control-prev {
    position: relative
}

.sansiri-bugaan_gallery .carousel-control-next-icon,
.sansiri-bugaan_gallery .carousel-control-prev-icon {
    background: transparent no-repeat center center;
    background-image: url(images/desktop/bugaan-arrow.svg);
    width: 29px;
    height: 35px;
    transform: rotate(180deg)
}

.sansiri-bugaan_gallery .carousel-control-prev-icon {
    transform: unset
}

@media(min-width:768px) {
    .sansiri-bugaan_gallery-title {
        font-family: WalkwayOblique;
        font-weight: 200;
        letter-spacing: 5px;
        font-size: 4rem;
        text-transform: uppercase;
        text-align: center;
        margin-bottom: 5rem
    }
}

@media(min-width:992px) {
    .sansiri-bugaan_gallery {
        padding: 10rem 5rem
    }

    .sansiri-bugaan_gallery .gallery-desktop {
        display: block
    }

    .sansiri-bugaan_gallery .gallery-mobile {
        display: none
    }

    .sansiri-bugaan_gallery .space-below {
        margin-bottom: 1.5rem
    }

    .sansiri-bugaan_gallery figure {
        display: flex;
        flex-direction: column;
        justify-content: space-between
    }

    .sansiri-bugaan_gallery figure a {
        margin-bottom: 3rem
    }

    .sansiri-bugaan_gallery figure a:last-child {
        margin-bottom: 0
    }

    .sansiri-bugaan_gallery figure a.vertical-img {
        height: 517px;
        overflow: hidden
    }
}