@charset "UTF-8";
:root {
    --font-family: 'SweiSpringCJKtc-Regular', "Noto Serif TC", "Microsoft JhengHei", sans-serif;
    --font-family-serif: "Noto Serif TC";
    --font-family-sans: "Noto Sans TC";
    --font-family-sinhala: 'SinhalaMN';
}

html {
    font-size: 24px;
}

@media screen and (max-width: 1400px) {
    html {
        font-size: 21px;
    }
}

@media screen and (max-width: 1200px) {
    html {
        font-size: 18px;
    }
}

@media screen and (max-width: 991px) {
    html {
        font-size: 20px;
    }
}

@media screen and (max-width: 640px) {
    html {
        font-size: 14px;
    }
}

body {
    position: relative;
    z-index: 0;
    font-family: var(--font-family);
    font-size: 1rem;
    line-height: 1.7;
    color: #4c4948;
    background-color: #d5d6d6;
    overflow-x: hidden;
}

body::-webkit-scrollbar {
    width: 8px;
}

body::-webkit-scrollbar-track {
    background: #888;
}

body::-webkit-scrollbar-thumb {
    background: #ccc;
}

body::-webkit-scrollbar-thumb:hover {
    background: #fff;
}

h1,
h2,
h3 {
    font-weight: 700;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

a,
button {
    -webkit-transition: all 0.3s 0s ease-in;
    -o-transition: all 0.3s 0s ease-in;
    -moz-transition: all 0.3s 0s ease-in;
    transition: all 0.3s 0s ease-in;
    text-decoration: none;
}

.l-wrapper {
    overflow: hidden;
}

h2,
h2>p {
    font-family: var(--font-family-bask);
    font-weight: 400;
    font-size: 3.9rem;
}

@media screen and (max-width: 991px) {
    h2,
    h2>p {
        font-size: 6.9rem;
    }
}

h3,
h3>p {
    font-family: var(--font-family-swei);
    font-weight: 600;
    font-size: 3.3rem;
    line-height: 1;
}

h4,
h4>p {
    font-family: var(--font-family-w9);
    font-weight: 400;
    font-size: 2.7rem;
    line-height: 1;
}

p {
    font-family: 'SweiSpringCJKtc-Regular';
    font-size: 16px;
    line-height: 1.8;
    font-family: 'SweiSpringCJKtc-Light';
}

figure {
    position: relative;
}

figcaption {
    font-size: 1rem;
    color: #fff;
    position: absolute;
    bottom: 1px;
    right: 7px;
    z-index: 2;
}

.o-0 {
    opacity: 0;
}

.o-1 {
    opacity: 1;
}

.d-n {
    display: none;
}

.d-b {
    display: block;
}

.c-w {
    color: #fff !important;
}

.en {
    font-family: var(--font-family-sinhala);
}

.loader {
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: 999;
    top: 0;
    left: 0;
    background-color: #fff;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#639fdb+0,b6e5ef+21,efe8b1+50,e195c4+76,37a2d6+100 */
    background: linear-gradient(135deg, #639fdb 0%, #b6e5ef 21%, #efe8b1 50%, #e195c4 76%, #37a2d6 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.loader::after {
    content: "";
    display: block;
    width: 48px;
    height: 48px;
    border: 5px solid #FFF;
    border-bottom-color: #9f98ce;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-animation: rotation 1s linear infinite;
    -moz-animation: rotation 1s linear infinite;
    -o-animation: rotation 1s linear infinite;
    animation: rotation 1s linear infinite;
    position: absolute;
    top: 40vh;
    left: -webkit-calc(50% - 24px);
    left: -moz-calc(50% - 24px);
    left: calc(50% - 24px);
}

@-webkit-keyframes rotation {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes rotation {
    0% {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes rotation {
    0% {
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotation {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.ab {
    position: absolute;
}

.container {
    position: relative;
    margin: 0 auto;
    /*   max-width: 90%; */
}

.wrapper {
    /*     overflow-x: hidden; */
}

.section {
    position: relative;
    overflow: hidden;
}

.flex {
    display: flex;
    justify-content: center;
    align-items: center;
}


/* ====kv===== */

.kv {
    background-image: url('../images/raibow-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    /*   box-sizing: border-box; */
    background-color: #958cc1;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
}

.kv-after-bg {
    background-image: url('../images/raibow-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    aspect-ratio: 16 / 9;
    animation-name: wave-keyframes;
    animation-duration: 6000ms;
    animation-delay: 0ms;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@keyframes wave-keyframes {
    0% {
        transform: translateX(-5px) scale(1);
    }
    33.33% {
        transform: translateX(6.5075px) scale(1.0652421652421653);
    }
    66.67% {
        transform: translateX(6.8052px) scale(1.068154761904762);
    }
    100% {
        transform: translateX(-5px) scale(1);
    }
}

.kv h1 {
    text-indent: -99999px;
    height: 0px;
}

.kv .title {
    width: 45%;
    margin: 0 auto;
}

.kv .container {
    padding-top: 13%;
}

.bollbg {
    width: 70%;
    margin: 0 auto;
    left: 0px;
    right: 0px;
    top: 0px;
    animation-name: seesaw-keyframes;
    animation-duration: 6000ms;
    animation-delay: 0ms;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(0.1, -0.4, 0.2, 0);
    animation-iteration-count: infinite;
}

@keyframes seesaw-keyframes {
    0% {
        transform: translateY(-15px);
    }
    56% {
        transform: translateY(0px);
    }
    100% {
        opacity: 1;
        transform: translateY(-15px);
    }
}

.boll {
    animation-name: bollfade-keyframes;
    animation-duration: 6000ms;
    animation-delay: 0ms;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(0.1, -0.4, 0.2, 0);
    animation-iteration-count: infinite;
}

@keyframes bollfade-keyframes {
    0% {
        opacity: .8;
    }
    26% {
        opacity: 1;
    }
    46% {
        opacity: .5;
    }
    86% {
        opacity: 1;
    }
    100% {
        opacity: .8;
    }
}

.kv-title {
    max-width: 750px;
    margin: -80px auto 0px;
    text-align: center;
}

.kv-title h2 {
    margin: 0 auto 40px;
    width: 50%;
}

.kv-title h3 {
    margin: 0 auto 80px;
    width: 50%;
}

.kv-title .en-h4 {
    margin: 0 auto;
    width: 30%;
}


/* =====section-2 ==== */

.section-2 {
    background-color: #015eac;
}

.section-2 .text-box {
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    top: 50px;
    left: 0px;
    right: 0px;
    z-index: 2;
    pointer-events: none;
}

.section-2 .text-box .se-sub {
    width: 40%;
    margin: 0 auto;
}

.pic-wrap {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (max-width: 991px) {
    .pic-wrap {
        overflow-x: scroll;
    }
    .pic-wrap::-webkit-scrollbar {
        height: 0;
    }
    .pic-wrap::-webkit-scrollbar-track {
        background: #f1f1f1;
    }
    .pic-wrap::-webkit-scrollbar-thumb {
        background: #ccc;
    }
    .pic-wrap::-webkit-scrollbar-thumb:hover {
        background: #ccc;
    }
}

.pic-wrap p {
    font-family: var(--font-family-sans);
    font-size: .6rem;
    color: #fff;
    position: absolute;
    bottom: 5px;
    right: 5px;
    z-index: 2;
    margin-bottom: 0;
}

.bg-pic {
    display: block;
    width: 100%;
    max-width: initial;
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 991px) {
    .bg-pic {
        width: 1600px;
    }
}

@media screen and (max-width: 640px) {
    .bg-pic {
        width: 1400px;
    }
}


/* ====section-3===== */

.section-3 {
    overflow: hidden;
}

.section-3 .container {
    width: 100%;
    max-width: 100%;
}

.grey-bar {
    background-color: #d5d6d6;
    height: 120px;
}

.section-3 .text-box {
    max-width: 750px;
    margin: 0 auto;
    text-align: center;
    z-index: 2;
    padding: 0% 0% 5%;
}

.section-3 .se-title {
    width: 50%;
    margin: 0 auto;
}

.section-3 .se-sub {
    width: 40%;
    margin: 0 auto;
}

.section-3 .swiper {
    width: 100%;
    height: 100%;
    position: inherit;
    overflow: inherit;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section-3 .swiper-slide {
    width: 40%;
}

.section-3 .swiper-slide:nth-child(7n) {
    width: 17.5%;
}

@media screen and (max-width: 1170px) {
    .section-3 .swiper-slide:nth-child(7n) {
        /*        width: 14.3% !important; */
    }
}

.section-3 .info-slder {
    padding-bottom: 80px;
    position: relative;
}

.section-3 .swiper-pagination {
    bottom: -50px !important;
}

.section-3 .swiper-pagination-bullet-active {
    background: rgba(255, 255, 255, 1);
}

.section-3 .info-text {
    text-align: center;
    padding: 0px 3%;
    margin: 50px auto 100px;
}

.info-slder {}

.info-slder .swiper-slide {}

.info-slder .swiper-slide p {
    position: absolute;
    bottom: 8px;
    right: 8px;
    color: #fff;
    font-size: 13px;
}

.section-5 .info-slder .swiper-slide p {
    left: 8px;
    right: inherit;
}

.slide-caption {
    position: absolute;
    right: 0px;
    bottom: -30px;
    z-index: 3;
    --font-family: "Noto Serif TC", "Microsoft JhengHei", sans-serif;
    max-width: calc(100% - 32px);
    box-sizing: border-box;
    text-align: right;
    color: #4f4f4f;
    font-size: 0.6rem;
    line-height: 1.4;
    letter-spacing: 0.5px;
    white-space: normal;
    word-break: break-all;
}

.caption-left {
    left: 0px;
    right: auto;
    text-align: left;
}

@media screen and (max-width: 768px) {
    .slide-caption {
        right: 0px;
        bottom: -20px;
        max-width: calc(100% - 24px);
        font-size: 0.6rem;
    }
}

.swiper-wrap {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.swiper-wrap .swiper {
    padding-bottom: 60px;
}

@media screen and (max-width: 1400px) {
    .swiper-wrap .swiper {
        padding-bottom: 46px;
    }
}

.swiper-buttons {
    width: 160px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    bottom: -70px;
    left: 0;
    right: 0;
    z-index: 3;
    margin: 0 auto;
}

@media screen and (max-width: 991px) {
    .swiper-buttons {
        bottom: 7rem;
    }
}

.mb-show {
    display: none;
}

@media screen and (max-width: 640px) {
    .swiper-buttons {
        width: 96px;
        padding: 0;
        margin: 0 auto;
    }
}

.swiper-button-prev {
    width: 80px;
    height: 80px;
    background: url(../images/icon-swiper-prev.svg) no-repeat center;
    -moz-background-size: 80px;
    -o-background-size: 80px;
    background-size: 80px;
    left: -6%;
}

@media screen and (max-width: 640px) {
    .swiper-button-prev {
        width: 50px;
        height: 50px;
        -moz-background-size: 46px;
        -o-background-size: 46px;
        background-size: 46px;
    }
}

.swiper-button-prev:after {
    display: none;
}

.swiper-button-next {
    width: 80px;
    height: 80px;
    background: url(../images/icon-swiper-next.svg) no-repeat center;
    -moz-background-size: 80px;
    -o-background-size: 80px;
    background-size: 80px;
    right: -6%;
}

@media screen and (max-width: 640px) {
    .swiper-button-next {
        width: 50px;
        height: 50px;
        -moz-background-size: 46px;
        -o-background-size: 46px;
        background-size: 46px;
    }
}

.swiper-button-next:after {
    display: none;
}

.swiper-slide {
    position: relative;
}

.swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    border: 0px solid #fff;
    background: rgba(255, 255, 255, .5);
    opacity: 1;
}

@media screen and (max-width: 768px) {
    .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        display: inline-block;
    }
}


/* =====section-4===== */

.section-4 {}

.section-4 .container {
    width: 100%;
    max-width: 100%;
}

.designer-bg {
    background-image: url('../images/designer-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    /*   box-sizing: border-box; */
    background-color: #000;
    width: 100%;
    aspect-ratio: 16 / 9;
    display: flex;
    justify-content: start;
    align-items: center;
}

.section-4 .text-box {
    width: 50%;
    padding: 0px 5%;
}

.section-4 .text {
    margin-top: 30px;
}

.section-4 .text p {
    color: #fff;
    text-align: center;
}

.section-4 .se-title {
    width: 65%;
    margin: 0 auto;
}

.section-4 .se-sub {
    width: 65%;
    margin: 0 auto;
}


/* ====section-5===== */

.section-5 {
    padding-top: 5%;
}

.section-5 .text-box {
    margin: 30px auto;
}

.section-5 .se-title {
    width: 50%;
    margin: 0 auto;
}

.project .swiper-wrapper {
    /* padding: 0px 50px;
    box-sizing: border-box; */
}

.section-5 .info-slder {
    padding: 0px 0%;
    box-sizing: border-box;
    position: relative;
}


/* ====section6===== */

.section-6 {
    padding-top: 5%;
}

.section-6 .text-box {
    /*     max-width: 700px; */
    margin: 0 auto;
    text-align: center;
}

.section-6 .se-title {
    width: 25%;
    margin: 0 auto;
}

.section-6 .se-sub {
    width: 20%;
    margin: 0 auto;
}

.section-6 .number {
    width: 40px;
    margin-bottom: 30px;
    transform: translateX(-5px);
}

.en-sub {
    width: 70%;
    margin-bottom: 8px;
}

.cn-sub {
    margin-bottom: 5px;
    font-size: 18px;
    font-family: 'SweiSpringCJKtc-Light';
}

.cn-sub span {
    font-family: 'SweiSpringSugarCJKtc-Bold';
    font-weight: 800;
    margin-right: 5px;
    /* inset-block: ; */
}

.specification {
    margin-top: 50px;
}

.specification-list {
    flex-wrap: wrap;
    align-items: stretch;
}

.criterion-box {
    width: 25%;
    padding: 0px 5px;
    box-sizing: border-box;
    border-left: 1px solid #565352;
    padding-left: 15px;
    margin-bottom: 50px;
}

.criterion-box .text p {
    line-height: 1.5;
}


/* =====section-7====== */

.section-7 {
    width: 100%;
    aspect-ratio: 16 / 9;
}

.section-7 .container {
    width: 100%;
    max-width: 100%;
}

.team {
    color: #fff;
    text-align: left;
    position: relative;
}

.team-textbox {
    position: absolute;
    width: 40%;
    padding: 0px 0%;
    top: 30%;
    left: 5%;
}

.team-textbox .text {
    align-items: start;
}

.info-t {
    width: 70%;
}

.info-t p {
    font-size: 14px;
    margin-bottom: 15px;
}

.info-photo {
    width: 30%;
    padding-left: 5%;
    box-sizing: border-box;
}

.team .en-title {
    width: 85%;
    margin-bottom: 30px;
}

.sub-title {
    line-height: 1.5;
    margin-bottom: 30px;
}

.design-name1 {
    width: 30%;
    right: 6%;
    bottom: 6%;
}

.team-2 {}

.team-2 .team-textbox {
    right: 5%;
    left: inherit;
}

.team-2 .en-title {
    width: 60%;
    margin-bottom: 30px;
}

.design-name2 {
    width: 45%;
    left: 8%;
    top: 40%;
}

.design-name3 {
    width: 22%;
    bottom: 17%;
    right: 5%;
}

.team-4 .team-textbox {
    right: 5%;
    left: inherit;
}

.design-name4 {
    width: 35%;
    left: 8%;
    bottom: 20%;
}

.section-7 .swiper-pagination {
    bottom: 3%;
}

.section-7 .swiper-pagination-bullet {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
}

.section-7 .swiper-pagination-bullet-active {
    background-color: #fff;
}

.section-7 .swiper-slide-active .show-lt {
    animation-name: show-l-keyframes;
    animation-duration: 1000ms;
    animation-delay: 0ms;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(.5, .36, .5, .61);
    animation-iteration-count: 1;
}

@keyframes show-l-keyframes {
    0% {
        opacity: 0;
        transform: translateX(50%);
    }
    100% {
        opacity: 1;
        transform: translateX(0px);
    }
}

.section-7 .swiper-slide-active .show-lt2 {
    animation-name: show-l-keyframes;
    animation-duration: 1200ms;
    animation-delay: 0ms;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(.5, .36, .5, .61);
    animation-iteration-count: 1;
}

.section-7 .swiper-slide-active .show-lt3 {
    animation-name: show-l-keyframes;
    animation-duration: 1400ms;
    animation-delay: 0ms;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(.5, .36, .5, .61);
    animation-iteration-count: 1;
}

.section-7 .swiper-slide-active .show-rt {
    animation-name: show-r-keyframes;
    animation-duration: 1000ms;
    animation-delay: 0ms;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(.5, .36, .5, .61);
    animation-iteration-count: 1;
}

@keyframes show-r-keyframes {
    0% {
        opacity: 0;
        transform: translateX(-50%);
    }
    100% {
        opacity: 1;
        transform: translateX(0px);
    }
}

.section-7 .swiper-slide-active .show-rt2 {
    animation-name: show-r-keyframes;
    animation-duration: 1200ms;
    animation-delay: 0ms;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(.5, .36, .5, .61);
    animation-iteration-count: 1;
}

.section-7 .swiper-slide-active .show-rt3 {
    animation-name: show-r-keyframes;
    animation-duration: 1400ms;
    animation-delay: 0ms;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(.5, .36, .5, .61);
    animation-iteration-count: 1;
}


/* ====section-8===== */

.section-8 {
    padding: 6% 0px 0px;
}

.section-8 .se-title {
    width: 50%;
    margin: 0 auto;
}


/* ===== */

.maps {
    width: 60%;
    padding-left: 8%;
}

.maps iframe {
    width: 100%;
}

.houseinformation {
    margin-top: 70px;
}

.houseinformation .info-text {
    width: 40%;
    line-height: 1.5;
    padding-left: 5%;
}

.houseinformation .info-text p {
    margin-bottom: 10px;
}

.tel-title {
    width: 40%;
    margin: 5% auto;
}


/* =========from======= */

.section-from {
    /* background-image: url('../images/form-bg.jpg');
    background-size: cover; */
    width: 100%;
    /* background-repeat: repeat;
    background-position: center; */
    padding: 5% 0px;
}

.section-from .container {
    max-width: 850px;
}

.section-from .se-title {
    width: 18%;
    margin: 0 auto;
}

.section-from h4 {
    color: #fff;
}

.section-from h5 {
    font-size: 14px;
    margin-top: 30px;
    letter-spacing: 5px;
}

.form-box {
    padding-bottom: 30px;
    display: flex;
    justify-content: space-between;
    align-items: start;
    flex-wrap: wrap;
    margin-top: 30px;
}

.form-group {
    width: 48%;
    margin-right: 0px;
    margin-bottom: 20px;
}

.form-group:nth-child(3),
.form-group:nth-child(5) {
    margin-right: 0;
}

.form-group:nth-child(5) {
    margin-top: -100px;
}

.form-group:nth-child(4) {
    margin-top: -20px;
}

.group-50 {
    width: 46%;
}

.grpup-100 {
    width: 100%;
    text-align: center;
}

.g-btn {
    background-color: #ffaf65;
    border: 0px;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 2px;
    max-width: 250px;
    width: 100%;
    margin: 20px auto 0px;
    padding: 0px 0px;
    color: #565352;
    border-radius: 0px;
    height: 50px;
    line-height: 50px;
    font-family: 'SweiSpringCJKtc-Regular';
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e2e2e2+21,fefefe+46,ffffff+58,d1d1d1+85 */
    background: linear-gradient(45deg, #e2e2e2 21%, #fefefe 46%, #ffffff 58%, #d1d1d1 85%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.form-box p {
    font-family: 'SweiSpringCJKtc-Regular';
    color: #565352;
    font-size: 16px;
    margin-bottom: 15px;
    text-align: center;
}

.checkbox {
    font-size: 16px;
    color: #565352;
    line-height: 1.5;
    text-align: center;
}

.checkbox a {
    color: #565352;
    text-decoration: underline;
}

.checkbox input {
    margin-right: 10px;
}

.form-control::-moz-placeholder {
    color: #999;
}

.form-control {
    display: block;
    width: 100%;
    height: 80px;
    /*  padding: 6px 10px 6px 0px; */
    font-size: 21px;
    line-height: 1.428571429;
    color: #000;
    vertical-align: middle;
    background-image: none;
    border: 1px solid #b2b2b3;
    border-radius: 0px;
    box-shadow: none;
    box-sizing: border-box;
    background-color: transparent;
    font-weight: 500;
    padding-left: 20px;
    font-family: 'SweiSpringCJKtc-Regular';
}

::placeholder {
    color: #565352;
    opacity: 1;
    /* Firefox */
    font-size: 16px;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #565352;
    font-size: 16px;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #565352;
    font-size: 16px;
}


/*  select.slt-district {
  display: none;
}  */

.txt-zipcode {
    display: none !important;
}

.control-group {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    /*     display: flex; */
    display: block;
}

.control-group label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-calc(40% - 16px);
    width: -moz-calc(40% - 16px);
    width: calc(40% - 16px);
    font-family: var(--font-family-sans);
    font-weight: 500;
    font-size: .75rem;
    color: #000;
    line-height: 1.2;
    letter-spacing: 1px;
    background-color: transparent;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 1.1rem;
    margin-right: 16px;
}

@media screen and (max-width: 640px) {
    .control-group label {
        width: -webkit-calc(45% - 12px);
        width: -moz-calc(45% - 12px);
        width: calc(45% - 12px);
        margin-right: 12px;
    }
}

.control-group select {
    width: 100%;
    height: 80px;
    margin: 0;
    padding: 0 20px;
    background-color: transparent;
    font-family: 'SweiSpringCJKtc-Regular';
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    text-align: left;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    color: #565352;
    margin-top: 20px;
    border: 1px solid #b2b2b3;
    border-radius: 0px;
}

.control-group select option {
    color: #000;
}

.area {
    position: relative;
    /*     top: 20px; */
}

.group-100 {
    width: 100%;
    margin-right: 0;
}

.group-100 p {}

.checkbox {
    padding-left: 5px;
}

.checkbox label {
    font-size: 14px;
}

.tea-l {
    text-align: left;
}

.control-group select:nth-child(2) {
    margin-right: 0px;
}

.section-from .form-wrap input[type="button"] {
    cursor: pointer;
    display: block;
    height: 40px;
    width: 100%;
    margin-left: 0px;
    /*     margin-top: 20px; */
    background-color: #ffaf65;
    font-family: 'SweiSpringCJKtc-Regular';
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 2px;
    text-align: center;
    color: #565352;
    padding: 0px;
    border: 0px solid #d1d1d1;
    border-radius: 0px;
    border-image: initial;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e2e2e2+21,fefefe+46,ffffff+58,d1d1d1+85 */
    background: linear-gradient(45deg, #e2e2e2 21%, #fefefe 46%, #ffffff 58%, #d1d1d1 85%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.verify-group {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.verify-group .form-control {
    width: 100%;
}

.getverify-btn {
    position: absolute;
    right: 5px;
    width: 40%;
}

.footer-text {
    padding: 2% 0px;
}

.footer-text p {
    color: #ffaf65;
    font-weight: 300;
    letter-spacing: 3px;
    text-align: center;
    font-size: 16px;
}

.g-latitude {
    position: absolute;
    top: -100px;
    left: 0px;
    width: 17%;
    pointer-events: none;
}


/* =====footer===== */

.section-footer {
    background-color: #11655b;
    padding: 80px 15px;
    box-sizing: border-box;
}

.footer-title {
    width: 40%;
    margin: 0 auto;
}

#section-1 {
    position: relative;
}

#section-2 {
    position: relative;
}


/* =======form======= */

.form-wrap {
    margin: 80px auto 0px;
}

.form-wrap .info-text {
    text-align: center;
}


/*=====loading=====*/

.progress {
    position: fixed;
    z-index: 10001;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    -webkit-align-items: center;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -webkit-transform: translateZ(0);
    background-repeat: repeat;
    background-size: cover;
    background-color: #f8f8f8;
}

.progress-inner {
    z-index: 0;
    text-align: center;
    position: relative;
}

.progress-logo {
    display: block;
    margin-bottom: 20px;
}

.progress-logo {
    display: block;
    margin-bottom: 20px;
}

.progress-complete .progress-bar {
    background-color: #155b43;
}

.progress-bar {
    display: block;
    bottom: 0px;
    z-index: 1;
    left: 0px;
    width: 100%;
    height: 1px;
    background-color: #155b43;
    right: 0px;
    animation: .6s w-bar infinite alternate;
}

@keyframes w-bar {
    0% {
        width: 0px;
        opacity: .5;
    }
    100% {
        width: 100%;
        opacity: 1;
    }
}

.progress-text {
    /* display: none;*/
    color: #c29121;
    font-size: 18px;
    position: absolute;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    width: 100%;
    bottom: -50px;
}


/* ======= */

.activemove .pic-wrap {
    animation-name: move-in-keyframes;
    animation-duration: 2000ms;
    animation-delay: 0ms;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(0.1, -0.6, 0.2, 0);
    animation-iteration-count: 1;
}

@keyframes move-in-keyframes {
    0% {
        transform: translateY(150px);
        opacity: 0;
    }
    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}

.activemove .info-slder {
    animation-name: move-in-keyframes;
    animation-duration: 2000ms;
    animation-delay: 0ms;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(0.1, -0.6, 0.2, 0);
    animation-iteration-count: 1;
    /*     transform: translateY(150px); */
}

@media only screen and (max-width: 1240px) {
    .form-box {
        padding: 0px 15px;
    }
    .bollbg {
        width: 60%;
    }
    /* .kv .container{
    padding-top: 5%;
  } */
}

@media screen and (min-width: 1170px) {
    .container {
        max-width: 1200px;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 1170px) {
    .kv-title h2 {
        width: 40%;
    }
    .kv-title .en-h4 {
        width: 25%;
    }
    .kv-after-bg {
        aspect-ratio: inherit;
        height: 100%;
    }
    .section-5 .container {
        max-width: 82%;
        margin: 0 auto;
    }
    .swiper-button-prev {
        left: -8%;
    }
    .swiper-button-next {
        right: -8%;
    }
    .section-6 .container {
        max-width: 95%;
        margin: 0 auto;
    }
    .maps {
        padding-left: 3%;
        width: 50%;
    }
}

@media screen and (max-width: 991px) {
    .pic-wrap {
        overflow-x: scroll;
        display: flex;
        justify-content: center;
    }
    .flex {
        flex-wrap: wrap;
    }
    .form-group {
        width: 100%;
    }
    .control-group {
        flex-wrap: wrap;
    }
    .control-group select {
        width: 100%;
        margin-bottom: 20px;
    }
}

.mb-950show {
    display: none;
}

@media screen and (max-width: 950px) {
    .mb-950show {
        display: block;
    }
    .mb-950no {
        display: none;
    }
    .kv,
    .kv-after-bg {
        background-image: url('../images/raibow-bg-mb.jpg');
        aspect-ratio: 9 / 12;
    }
    .bollbg {
        width: 95%;
    }
    .kv-title h2 {
        width: 60%;
    }
    .kv-title .en-h4 {
        width: 40%;
    }
    .kv .container {
        padding-top: 25%;
    }
    .activemove .pic-wrap {
        animation-name: inherit;
    }
    .section-3 .se-title {
        width: 50%;
    }
    .section-3 .se-sub {
        width: 45%;
    }
    .section-3 .text-box {}
    .activemove .line-mb {
        width: 1px;
        height: 0px;
        background-color: #4c4948;
        margin: 30px auto;
        animation-name: line-mb-move-keyframes;
        animation-duration: 2000ms;
        animation-delay: 0ms;
        animation-fill-mode: forwards;
        animation-timing-function: linear;
        animation-iteration-count: 1;
    }
    @keyframes line-mb-move-keyframes {
        from {
            height: 0px;
            margin-top: 0px;
        }
        to {
            height: 100px;
        }
    }
    .designer-bg {
        background-image: none;
        background-color: transparent;
        aspect-ratio: inherit;
        height: auto;
        display: block;
    }
    .section-4 .text-box {
        width: 100%;
        padding: 0px;
    }
    .section-4 .se-title,
    .section-4 .se-sub {
        width: 50%;
    }
    .section-4 .text p {
        color: #4c4948;
    }
    .mb-designer {
        margin: 50px auto;
    }
    .section-6 .se-title {
        width: 40%;
    }
    .section-6 .se-sub {
        width: 35%;
    }
    .team-textbox {
        top: 15%;
    }
    .form-group:nth-child(5) {
        margin-top: -440px;
    }
    .getverify-btn {
        position: relative;
        width: 100%;
        right: 0;
        margin-top: 20px;
    }
    .verify-group {
        width: 100%;
        display: block;
    }
    .form-group:nth-child(4) {
        margin-top: 180px;
    }
    .section-from .form-wrap input[type="button"] {
        height: 80px;
    }
    .activemove .info-slder {
        animation-name: inherit;
    }
}

@media screen and (max-width: 768px) {
    .kv,
    .kv-after-bg {
        aspect-ratio: 9 / 16;
    }
    .kv .container {
        padding-top: 50%;
    }
    .mt-50 {
        margin-top: 150px;
    }
    .mb-show {
        display: block;
    }
    .mb-no {
        display: none;
    }
    .kv .title {
        width: 50%;
        padding-bottom: 10%;
    }
    .maps {
        width: 80%;
        margin: 0 auto;
        padding-right: 0;
    }
    .houseinformation .info-text {
        width: 100%;
        text-align: center;
        margin-top: 30px;
    }
    .form-group {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 15px;
    }
    .form-box p {
        margin-bottom: 10px;
    }
    .form-box {
        width: 80%;
        margin: 0 auto;
        padding: 0px;
    }
    .form-wrap {
        margin-top: 30px;
    }
    .footer-title {
        width: 80%;
    }
    .form-control {
        height: 45px;
    }
    .form-wrap .info-text {
        margin-bottom: 30px;
    }
    .section-7 {
        aspect-ratio: inherit;
        height: auto;
    }
    .team-textbox {
        position: relative;
        margin: 0 auto;
        width: 90%;
        left: 0px;
        padding: 50px 0px;
    }
    .design-name1,
    .design-name2,
    .design-name3,
    .design-name4 {
        display: none;
    }
    .section-7 .sub-title,
    .section-7 .text {
        color: #4c4948;
    }
    .section-7 .swiper-pagination {
        bottom: 0px;
    }
    .team-2 .team-textbox,
    .team-4 .team-textbox {
        right: 0px;
    }
    .section-8 {
        padding-top: 100px;
    }
    .houseinformation {
        margin-top: 70px;
        flex-direction: column-reverse;
    }
    .houseinformation .info-text {
        padding-left: 0;
    }
    .tel-title {
        width: 70%;
    }
    .section-from .se-title {
        width: 50%;
    }
    .section-5 .container {
        max-width: 100%;
    }
    .swiper-button-prev {
        left: 0%;
        display: none;
    }
    .swiper-button-next {
        right: 0%;
        display: none;
    }
    .criterion-box {
        width: 100%;
        border-left: 0px;
        margin-bottom: 0;
        padding-left: 0;
        padding-right: 0px;
    }
    .criterion-info {}
    .criterion-box:nth-child(odd) .criterion-info {
        float: right;
        width: 50%;
        overflow: hidden;
        padding-left: 3%;
        margin-top: -45px;
    }
    .criterion-box:nth-child(even) .criterion-info {
        width: 50%;
        text-align: right;
        padding-right: 5%;
        margin-top: -45px;
    }
    .criterion-box:nth-child(1) .criterion-info {
        margin-top: 0;
    }
    .criterion-box:nth-child(even) .number {
        float: right;
        transform: translateX(8px);
    }
    .criterion-box:nth-child(even) .down-text .en-sub {
        float: right;
        clear: both;
    }
    .criterion-box .cn-sub {
        clear: both;
    }
    .criterion-box:nth-child(odd) {
        border-left: 1px;
    }
    .specification-list {
        position: relative;
    }
    .specification-list:after {
        content: "";
        width: 1px;
        height: 100%;
        background-color: #4c4948;
        display: block;
        position: absolute;
    }
    .section-6 {
        margin-bottom: 80px;
        padding-top: 80px;
    }
    .criterion-box:nth-child(1) .en-sub {
        width: 80%;
    }
    .criterion-box:nth-child(3) .en-sub {
        width: 90%;
    }
    .criterion-box:nth-child(4) .en-sub {
        width: 60%;
    }
    .criterion-box:nth-child(5) .en-sub {
        width: 60%;
    }
    .criterion-box:nth-child(6) .en-sub {
        width: 80%;
    }
    .criterion-box:nth-child(7) .en-sub {
        width: 100%;
    }
    .section-2 .text-box {
        max-width: 100%;
    }
    .section-2 .se-title {
        width: 80%;
        margin: 0 auto;
    }
    .section-3 .se-title {
        width: 60%;
    }
    .section-3 .se-sub {
        width: 70%;
    }
    .section-4 .se-title,
    .section-4 .se-sub {
        width: 75%;
    }
    .section-5 .se-title {
        width: 65%;
    }
    .section-6 .se-title {
        width: 70%;
    }
    .section-6 .se-sub {
        width: 50%;
    }
}

@media screen and (max-width: 640px) {
    .info-text {
        max-width: 95%;
    }
    .section-from .form-wrap input[type="button"] {
        height: 45px;
    }
    .control-group select {
        height: 45px;
        margin-top: 0;
    }
    .form-group:nth-child(5) {
        margin-top: -280px;
    }
    .form-group:nth-child(4) {
        margin-top: 140px;
    }
    .g-btn {
        max-width: 100%;
    }
    .section-3 .text-box {
        padding-bottom: 50px;
    }
    .grey-bar {
        height: 80px;
    }
    .criterion-box .text p {
        font-size: 14px;
    }
}

@media screen and (max-width: 434px) {
    .criterion-box .cn-sub {
        font-size: 16px;
    }
}

@media screen and (max-width: 320px) {
    .criterion-box .cn-sub {
        font-size: 14px;
    }
    .criterion-box .text p {
        font-size: 12px;
    }
    .kv .container {
        padding-top: 30%;
    }
}

.jc-bs3-container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.jc-bs3-row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.jconfirm-box {
    color: #000;
}