﻿@charset "UTF-8";
/* คำอธิบาย 
custom.css ใช้ custom  css  ในกรณีที่ไฟล์ 
ไฟล์ css กลาง "/ssr-center/ssr-project.css " ไม่ support  
หรือ css ของ card "/css/card.css "  ไม่ support 
*/
/*section register*/
.section-register .row-warning {
    /* border-bottom: 1px solid #f94700!important;*/
}

.section-register select {
    width: 100%;
    height: 4rem;
    padding: 0 20px;
    border-top: 0 !important;
    border-right: 0 !important;
    border-left: 0 !important;
    border-bottom: 1px solid #d7dbdf;
    background-color: #ffffff;
    color: #193148;
    border-radius: 0px;
    cursor: pointer;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: url(https://www.sansiri.com/ssr-center/images/slider-icon/ico-arrw.png);
    background-repeat: no-repeat;
    background-position: right 30px center;
    outline: unset !important;
    font-size: 1.4rem;
}

.section-register {
    padding-bottom: 3rem;
    background-color: #ffffff;
}

    .section-register .santh-heading {
        margin-bottom: 25px;
    }

        /*.section-register .santh-heading h1:before {
    content: "";
    position: absolute;
    left: 19%;
    top: -150px;
    width: 102px;
    height: 102px;
    background-image: url(../img/head-logo.svg);
    background-size: 102px auto;
    background-position: 0 -208px;
    background-repeat: no-repeat;
}*/
        .section-register .santh-heading h3 {
            margin-top: 20px;
            text-align: center;
        }

    .section-register .box-inner {
        position: relative;
        background: #fff;
        max-width: 1200px;
        margin: 0 auto;
        padding: 5rem;
    }

    .section-register .or {
        text-align: center;
        margin-bottom: 60px;
        border-bottom: 1px solid #d7dbdf;
    }

        .section-register .or span {
            font-family: "GraphikTH-SemiBold";
            font-size: 2rem;
            color: #193148;
            background-color: #FFF;
            display: inline-block;
            padding: 0 15px;
            margin: 0 auto;
            position: relative;
            top: 11px;
        }

    .section-register .form-register h3 {
        position: relative;
        font-family: "GraphikTH-SemiBold";
        font-size: 1.5rem;
        color: #000000;
    }

@media (max-width: 900px) {
    .section-register .form-register h3 {
        padding-top: 2rem;
    }
}

.section-register .form-register .field {
    margin-bottom: 30px;
    margin-bottom: 50px;
    position: relative;
}

    .section-register .form-register .field.row-warning .warning-text {
        display: block;
    }

    .section-register .form-register .field .warning-text {
        font-family: "GraphikTH-Regular";
        display: none;
        position: absolute;
        top: 50px;
        left: 20px;
        font-size: 1.3rem;
        pointer-events: none;
        transition: all 0.3s ease;
        text-transform: uppercase;
        color: #f94700;
    }

@media (max-width: 900px) {
    .section-register .form-register .field .warning-text {
        left: 10px;
        top: 55px;
    }
}

@media (max-width: 767px) {
    .slick-outstanding .slick-list {
        padding-left: 10px !important;
    }

    .items-outstanding {
        /*padding-left: 0px;*/
        /*padding-right: 20px;*/
    }

    .section-register .box-inner {
        padding: 50px 20px 40px;
    }

    .section-interior h1:before {
        width: 60px;
        height: 60px;
        background-size: 60px auto;
        background-position: 0 -247px;
        top: -85px;
    }

    .interest-project-brandpage {
        padding: 60px 0 100px;
    }

        .interest-project-brandpage h1:before {
            width: 60px;
            height: 60px;
            background-size: 60px auto;
            background-position: 0 -247px;
            top: -95px;
        }

    .form-register .input-field label {
        padding: 0;
    }

    .section-register input:not([type]),
    .section-register input[type=text],
    .section-register input[type=password],
    .section-register input[type=email],
    input[type=url],
    .section-register input[type=time],
    .section-register input[type=date],
    .section-register input[type=datetime],
    .section-register input[type=datetime-local],
    .section-register input[type=tel],
    .section-register input[type=number],
    .section-register textarea.materialize-textarea {
        padding: 0;
    }

    .section-register .santh-heading {
        margin-bottom: 15px;
    }

        .section-register .santh-heading h3 {
            margin-top: 10px;
        }

    .section-register .form-register .field {
        margin-bottom: 20px;
    }

    .section-register .form-register .invalid-feedback {
        padding: 0;
    }

    .section-register .santh-heading h1:before {
        width: 60px;
        height: 60px;
        background-size: 60px auto;
        background-position: 0 -122px;
        top: -82px;
        left: 6%;
    }

    a.connect-fb,
    a.connect-google {
        min-width: 260px;
        margin: 8px 0;
    }

    .modal-content-thank {
        padding: 40px 20px;
    }

    .register-connect {
        margin-bottom: 20px;
    }

    .section-register .col-project {
        width: 50%;
    }

    .section-register .box-content {
        margin-bottom: 30px;
    }

    .section-register .label-css {
        white-space: inherit;
    }

        .section-register .label-css span {
            font-size: 1.7rem;
            padding: 16px 15px 0px 30px;
        }

    .section-register .option-input {
        left: 0;
    }
}

@media (max-width: 480px) {
    .section-register .form-register .field .warning-text {
        font-size: 1.4rem;
        top: 38px;
    }
}

@media (max-width: 375px) {
    .section-register .form-register .field .warning-text {
        font-size: 1.2rem;
    }

    .section-register .label-css span {
        font-size: 1.5rem;
    }

    .section-register .box-inner {
        padding: 50px 10px 40px;
    }
}

.section-register .form-register .action-button {
    margin-top: 60px;
    text-align: center !important;
}

.section-register .form-register .form-head {
    margin-bottom: 20px;
}

    .section-register .form-register .form-head .invalid-feedback {
        padding: 10px 0 0 0;
    }

/*.section-register .row-project {
    font-size: 0;
    display: block;
    margin-left: -20px;
    margin-right: -20px;
}*/
.border-gray {
    border: 1px #a8a8a8 solid;
}

.section-register .col-project {
    display: inline-block;
    width: 33.33333%;
    padding: 0 20px;
}

    .section-register .col-project .box-img img {
        width: 100%;
    }

.register-connect {
    text-align: center;
    margin-bottom: 60px;
}

    .register-connect a {
        margin: 0 15px;
    }

@media (max-width: 480px) {
    .register-connect a {
        margin: 1rem 0;
    }
}

a.connect-fb {
    font-family: "GraphikTH-Regular";
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #FFF;
    display: inline-block;
    font-size: 1.6rem;
    padding: 0 30px;
    background-color: #1778f2;
    border-radius: 30px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    text-decoration: none;
}

    a.connect-fb:hover {
        font-family: "GraphikTH-Regular";
        background-color: #1778f2;
        color: #fff;
    }

    a.connect-fb:before {
        width: 22px;
        height: 22px;
        content: '';
        display: inline-block;
        vertical-align: middle;
        margin-right: 5px;
        background-image: url(https://sansiri-com-frontend.s3.ap-southeast-1.amazonaws.com/assets/img/social/ico-fb.svg);
    }

a.connect-google {
    font-family: "GraphikTH-Regular";
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #757575;
    display: inline-block;
    font-size: 1.6rem;
    padding: 0 25px;
    background-color: transparent;
    border: 1px solid #c5c5c5;
    border-radius: 30px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    text-decoration: none;
}

    a.connect-google:hover {
        font-family: "GraphikTH-Regular";
        border-color: #999;
        color: #757575;
    }

    a.connect-google:before {
        width: 22px;
        height: 22px;
        content: '';
        display: inline-block;
        vertical-align: middle;
        margin-right: 5px;
        background-image: url(https://sansiri-com-frontend.s3.ap-southeast-1.amazonaws.com/assets/img/social/ico-google.svg);
    }

.section-register .input-field {
    position: relative;
}

.section-register input:not([type]),
.section-register input[type=text],
.section-register input[type=password],
.section-register input[type=email],
input[type=url],
.section-register input[type=time],
.section-register input[type=date],
.section-register input[type=datetime],
.section-register input[type=datetime-local],
.section-register input[type=tel],
.section-register input[type=number],
.section-register input[type=search],
.section-register textarea.materialize-textarea {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #d7dbdf;
    border-radius: 0;
    outline: none;
    height: 4rem;
    width: 100%;
    font-family: "GraphikTH-SemiBold";
    font-size: 1.8rem;
    color: #193148;
    line-height: 3;
    margin: 0 0 10px 0;
    padding: 0 18px;
    box-shadow: none;
    box-sizing: content-box;
    transition: all 0.3s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 2;
    position: relative;
}

.section-register .input-field input.is-invalid {
    border-color: #ea5236;
}

.section-register .input-field input[type=text] {
    padding: 0 20px;
}

.section-register .input-field label {
    font-family: "GraphikTH-Regular";
    color: #193148;
    position: absolute;
    top: 1.3rem;
    left: 0;
    font-size: 1.4rem;
    padding: 0 20px;
    cursor: text;
    transition: .2s ease-out;
    text-align: initial;
    z-index: 0;
}

.section-register .form-register {
    max-width: 860px;
    margin: 0 auto;
}

    .section-register .form-register input:focus + label,
    .section-register .form-register input:not(:placeholder-shown) + label {
        margin-top: -2em;
        transform-origin: left;
        transform: scale(0.9);
        color: #0053b5;
    }

    .section-register .form-register .fieldset-group {
        margin-bottom: 50px;
    }

    .section-register .form-register .invalid-feedback {
        display: block;
        margin-top: 0px;
        font-family: 'GraphikTH-Regular';
        font-size: 1.3rem;
        color: #f94700;
        padding: 0 20px;
    }

.santh-custom-select {
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    font-size: 1.4rem;
    padding: 0;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: transparent;
    background-image: url(https://sansiri-com-frontend.s3.ap-southeast-1.amazonaws.com/assets/img/ico/bank-caret.svg);
    background-repeat: no-repeat;
    background-size: 16px auto;
    background-position: center right;
    border: 0;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    padding: 0 0 0 5px;
}

@media (max-width: 640px) {
    .santh-custom-select {
        padding: 0;
    }
}

.label-css {
    position: relative;
    white-space: nowrap;
    display: block;
    font-family: 'GraphikTH-Regular';
    font-size: 1.4rem;
    color: #000;
}

    .label-css span {
        display: block;
        vertical-align: middle;
        padding: 16px 15px 16px 40px;
    }

.option-input {
    top: 50%;
    right: 0;
    bottom: 0;
    left: 0;
    height: 22px;
    width: 22px;
    transition: all 0.15s ease-out 0s;
    background: #fff;
    border: 1px solid #ced9e5;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    outline: none;
    position: absolute;
    z-index: 100;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}

    .option-input:checked {
        background: #0053b5;
    }

        .option-input:checked::before {
            height: 20px;
            width: 20px;
            position: absolute;
            content: '';
            display: inline-block;
            font-size: 13px;
            text-align: center;
            line-height: 22px;
            background-image: url(https://sansiri-com-frontend.s3.ap-southeast-1.amazonaws.com/assets/img/ico/ico-check-w.svg);
            background-position: center;
            background-repeat: no-repeat;
            background-size: 16px 16px;
        }

        .option-input:checked::after {
            -webkit-animation: click-wave 0.65s;
            -moz-animation: click-wave 0.65s;
            animation: click-wave 0.65s;
            content: '';
            display: block;
            position: relative;
            z-index: 100;
        }

    .option-input.radio {
        border-radius: 50%;
    }

        .option-input.radio::after {
            border-radius: 50%;
        }

    .option-input:checked + span {
        font-family: 'GraphikTH-SemiBold';
    }

.telephone {
    position: relative;
    /*  margin-top: 60px;
  margin-bottom: -40px;*/
}

    .telephone .santh-btn-tp {
        display: block;
        position: absolute;
        padding-left: 20px;
        padding-right: 25px;
        font-size: 1.5rem;
        font-family: "GraphikTH-SemiBold";
        top: 7px;
        left: 0;
        z-index: 999;
        cursor: pointer;
    }

        .telephone .santh-btn-tp .flag {
            vertical-align: middle;
            margin-right: 5px;
        }

@media (max-width: 640px) {
    .telephone {
        margin-top: 0px;
    }

        .telephone .santh-btn-tp {
            padding-left: 0px;
        }
}

.telephone input,
.telephone label {
    padding-left: 120px;
}

.telephone.warning span.warning {
    display: inline-block;
}

.telephone span.warning {
    display: none;
    font-size: 1.1rem;
    color: #f94700;
    padding: 0 30px;
    /* margin-top: -4rem; */
    display: none;
    position: absolute;
    top: 50px;
    left: 0;
    font-size: 1.3rem;
    pointer-events: none;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-transform: uppercase;
}

.section-register .input-field .telephone input[type=text] {
    display: block;
    border: none;
    border-bottom: 1px solid #d7dbdf;
    background: none;
    color: #000000;
    margin-bottom: 4rem;
    text-align: justify;
    line-height: 35px;
    width: 100%;
    padding: 0 35px;
    outline: none;
    padding-left: 120px;
}

.telephone input:valid ~ label,
.telephone input:focus ~ label {
    font-size: 1.3rem;
    color: #0053b5;
    /*top: -14px;*/
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

@media (max-width: 900px) {
    .telephone input:valid ~ label,
    .telephone input:focus ~ label {
        font-size: 1.8rem;
        top: -23px;
    }
}

@media (max-width: 768px) {
    .telephone input:valid ~ label,
    .telephone input:focus ~ label {
        font-size: 2rem;
    }
}

@media (max-width: 640px) {
    .telephone input:valid ~ label,
    .telephone input:focus ~ label {
        font-size: 1.8rem;
        top: -25px;
    }
}

@media (max-width: 480px) {
    .telephone input:valid ~ label,
    .telephone input:focus ~ label {
        font-size: 1.8rem;
    }
}

@media (max-width: 375px) {
    .telephone input:valid ~ label,
    .telephone input:focus ~ label {
        font-size: 1.4rem;
        top: -20px;
    }
}

.section-register .input-field .telephone label,
.telephone label {
    position: absolute;
    color: #193148;
    top: 10px;
    font-size: 1.5rem;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    left: 0;
    padding-left: 133px;
}

.section-register .form-register .telephone label {
    font-size: 1.4rem;
}

.section-register .form-register .telephone input:focus + label,
.section-register .form-register .telephone input:not(:placeholder-shown) + label {
    left: 1.2rem;
}

.section-register .form-register .telephone input {
    padding-left: 133px;
}

    .section-register .form-register .telephone input:focus + label {
        margin-top: -2em;
        color: #0053b5;
    }

.telephone .santh-btn-tp:after {
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    background-image: url(https://sansiri-com-frontend.s3.ap-southeast-1.amazonaws.com/assets/img/ico/bank-caret.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    border: 0;
    top: 3px;
    right: 0;
}

/*close section register*/
/* The container */
.ssr-pdpa {
    display: none !important;
}
.chkConsent .container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 20px;
    cursor: pointer;
    font-size: 1.35rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: left;
}

    /* Hide the browser's default checkbox */
    .chkConsent .container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
.chkConsent .checkmark {
    position: absolute;
    top: 5px;
    left: 10px;
    height: 15px;
    width: 15px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.chkConsent .container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.chkConsent .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.chkConsent .container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.chkConsent .container .checkmark:after {
    left: 5px;
    top: 3px;
    width: 5px;
    height: 7px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.ssr-projectdetail-left .layer-cake {
    padding: 15px 25px;
}
    .c-black {
    color: #000000;
}
.l-section:last-child{padding-bottom: 0;}
#boxConcept,#boxLocation,#boxGallery,#box360,#boxFacility,#boxPlan,#boxAds,#boxOther {background-color: #fff;color: #000;float: left;width: 100%;}
.ssr-main-nav li a:after {background: #fff!important;}
header.black .santh-header, .santh-header-wrap.black .santh-header{
/*  background-color:  rgb(31,121,43) !important;*/
}
/*header#sansiri_header{background-color:  rgb(31,121,43) !important}*/

body header.black .santh-main-nav, body .santh-header-wrap.black .santh-main-nav { background-color: unset; }

@media only screen and (min-width: 992px) {
    .mobileShow {display: none;}
    .ssr-logo-project img {
      width: auto;
      height: 80px;
    }
}

@media (max-width: 991px) {
    .mobileHide{display: none;}
    .ssr-logo-brand{z-index: 5;}
    .ssr-main-nav li a.active {color:  rgb(31,121,43) !important}
    .ssr-header-default .ssr-menu-mobile span, .ssr-header-default .ssr-menu-mobile:before, .ssr-header-default .ssr-menu-mobile:after {
      background-color: #fff;
    }
    .ssr-menu-mobile.d-lg-none.open:before, .ssr-menu-mobile.d-lg-none.open:after{
      background-color: #000;
    }
}

/*boxVistual*/

/*boxContact*/
#boxContact {
    background-color:  rgb(31,121,43) !important;
}
    #boxContact .form-register-container .ssr-box-form {
        border: rgb(243, 235, 51) !important;
    }
.ssr-col-checkbox, .box-appointment{display: block;}
.ssr-header-form h2::after {
    display:none;
}
/*boxHighlight*/
.boxHighlight {
    background-image: unset;
    background: #eaeaea;
}
.detail-highlight{background:#eaeaea;}


/*boxConcept*/
.ssr-tab-header .nav-tabs .nav-link.active{color:#e83181;}
.ssr-tab-header .nav-tabs .nav-link.active::after{background-color:#e83181;}
.ssr-icon-text-box .ssr-icon-text-svg{fill:#e83181;}
.imgtxt-left .ssr-box-imgtxt {
    padding: 0;
}
.ssr-box-imgtxt {
    padding: 0;
}
/*boxFacility*/


/*boxFactsheet*/


/*boxInnovation*/


/*boxPlan*/
.ssr-plan-house-slide .carousel-indicators .active{background-color:#e83181;}


/*boxLocation*/
.ssr-mapnav-svg {width: 20px;height: 20px;}
.ssr-location-circle .ssr-location__time {border: solid 2px #e83181;background-color: #e83181;}
.mapNav {background: #e83181;}
@media(max-width:500px){
  .ssr-location-circle .ssr-location__time {background-color: #e83181;border:0px;color: #FFFFFF;}
  .maplink {border: 2px solid #fff;}
  .mapNav font,.ssr-location .mapNav svg{color: #fff!important;fill: #fff!important;}

}

/*boxGallery*/
.boxGalleryfix .ssr-image-box{
  position:relative;
  overflow: hidden;
}
.boxGalleryfix .ssr-gallery-container{
  overflow:hidden;
}

/* fix col height img */
@media (min-width: 1025px){
.boxGalleryfix  .ssr-gallery-container a[class*="_view"]:hover img.optimize{
      transform: scale(1.05) translate(-50%,-50%);
  }
}
@media (min-width: 1025px){
.boxGalleryfix  .ssr-gallery-container a[class*="_view"] img.optimize{
      position: absolute;
      transition: all .7s cubic-bezier(.2,1,.22,1);
      top: 50%;
      left: 50%;
      transform: translate(-50%,-50%);
  }
}


/*#boxUnit*/


/*boxArticle*/


/*boxShare*/
.santh-footer-tools{position:unset!important;}
@media (max-width: 768px){
  .santh-footer-tools{margin-bottom: 63px;}
}

/*footer*/
.footer {
    color: #ffffff;
}

    .footer .mailto a {
        font-family: "graphikth-semibold" !important;
        font-size: 2rem;
        line-height: 1.25;
    }

    .footer a {
        color: #ffffff;
    }

    .footer .contact-list {
        line-height: 25px;
        padding-left: 25px;
    }

        .footer .contact-list ul {
            list-style: none;
        }

    .footer .copyright {
        text-align: right;
        line-height: 25px;
        font-size: 11px;
    }

    .footer ul li {
        display: inline-block;
        border-right: 1px solid #ffffff;
        padding-right: 15px;
        padding-left: 15px;
    }

        .footer ul li:last-child {
            border-right: 0;
            padding-right: 0;
        }

.buyer-guide a:before {
    content: "";
    background-image: url(../img/icon/ico-download-blue.svg);
    background-repeat: no-repeat;
    display: block;
    float: left;
    width: 24px;
    height: 24px;
    vertical-align: middle;
    margin-right: 10px;
}

.social-list li {
    display: inline-block;
}

    .social-list li a {
        color: #000000;
    }

        .social-list li a img, .social-list li img {
            display: inline-block;
            width: 34px;
            height: 34px;
        }

.social-list ul {
    display: inline-block;
}

.social-list {
    font-family: 'GraphikTh-semibold';
}

@media (max-width: 480px) {
    .buyer-guide {
        margin: 20px 0;
    }

    .social-list ul {
        display: block;
        padding: 10px 0 20px 0;
    }
    .footer .contact-list ul {
        margin-top: 20px;
    }
}
