:root{
    --process-item-distance: 50px;
    --line-width: 15px;
    --line-radius: 65px;
    --div-border-width: 70px;
    --first-div-width: 150px;
    --hafl-height: 110px;
    --avatar-img-width: 50px;
    --flamingo-icon-width: 60px;
    --contact-title-boder-width: 55px;
}

.banner{
    padding-top: 231px;
    overflow: hidden;
}

.banner-cover-title{
    position: relative;
}

.banner-cover-title .area{
    height: 133px;
}

.banner-title, .banner-description{
    position: absolute;
    width: 100%;
    left: 0px;
    opacity: 0;
    transition: all 0.6s ease-in-out;
}
.banner-title{
    top: 40%;
}
.banner-description{
    top: calc(40% + 75px);
}
.banner-title.slide-in-up{
    top: 0;
    opacity: 1;
}

.banner-description.slide-in-up{
    top: 75px;
    opacity: 1;
}

.banner-title .banner-title-img{
    width: 23.44%;
    margin-left: 28.52%;
}

.banner-description span{
    font-size: 2em;
    letter-spacing: 1.33px;
    margin-left: 41.35%;
}

.banner-description br{
    display: none;
}

.cover-banner-slide{
    position: relative;
    padding-top: 50px;
}

.background-icon {
    position: absolute;
}

.banner-slide-leaves-left{
    min-width: 240px;
    width: 21.93%;
    bottom: 0px;
    right: calc(50% + 387px);
    opacity: 0;
    transition: opacity 1.5s ease-in-out;
}

.banner-slide-leaves-right{
    width: 14.48%;
    min-width: 210px;
    top: 0px;
    left: calc(50% + 450px);
    opacity: 0;
    transition: opacity 1.5s ease-in-out;
}

.banner-slide{
    margin: auto;
    width: 90%;
    max-width: 1110px;
}

.banner-slide .banner-slide-relative{
    position: relative;
}

.banner-slide .banner-slide-relative .area{
    padding-top: 180%;
}

.banner-slide-item{
    position: absolute;
    text-align: center;
    background-color: #FFFFFF;
    border-radius: 15px;
    box-shadow: 0px 25px 14px rgba(164, 141, 93, 0.15);
    top: 20%;
    left: 0;
    opacity: 0;
    transition: all 0.6s ease-in-out;
}

.banner-slide-item.slide-in-up{
    top: 0;
    opacity: 1;
}

.banner-slide-item .item-img{
    background: linear-gradient(341.15deg, #FFFFFF 19.89%, #E1EBF7 89%);
    border-radius: 15px 15px 0px 0px;
}

.banner-slide-item .item-img{
    padding: 60px 25px 25px;
}

.banner-slide-item h4{
    font-size: 1.1em;
    letter-spacing: 1px;
}

.banner-slide-item .item-buttons{
    margin-top: 25px;
    padding-bottom: 30px;
}

.banner-slide-item .item-buttons a{
    font-weight: 600;
    font-size: 0.9em;
    padding: 11px 41px;
    color: #FFFFFF;
    background: linear-gradient(167.82deg, #FFDC3B 2.73%, #FFBF00 94.55%);
    border-radius: 23.5px;
    display: block;
    width: fit-content;
    margin: auto;
}
.banner-slide-item .item-buttons a:hover{
    background: linear-gradient(180deg, #FFFAF7 0%, #FFEDDF 100%), linear-gradient(168.84deg, #FFDA32 2.73%, #FFBF00 94.55%);
    background-blend-mode: multiply, normal;
}
.banner-slide-item .item-buttons a:active{
    background: linear-gradient(167.82deg, #FFDC3B 2.73%, #FFBF00 94.55%);
    font-weight: 400;
    box-shadow: 0px 4px 4px rgba(126, 0, 70, 0.3);
}
.banner-slide-item .item-buttons a i{
    font-size: 0.7em;
}

.about-us-section{
    padding-top: 10%;
    padding-bottom: 10%;
    position: relative;
    overflow: hidden;
}

.about-us-yellow-1{
    width: 17%;
    min-width: 100px;
    top: 44%;
    left: 6%;
}

.about-us-orange{
    width: 9%;
    min-width: 50px;
    right: 0%;
    top: 40%;
}

.about-us-yellow-2{
    width: 25.52%;
    min-width: 160px;
    right: 0%;
    bottom: -4%;
}

.about-us-blue{
    width: 7%;
    min-width: 45px;
    left: 50%;
    bottom: 19%;
}

.about-us-green{
    width: 12.92%;
    min-width: 85px;
    left: 0%;
    bottom: 9%;
}

.about-us-content, .why-choose-content{
    margin-left: 18.17%;
    width: 72.97%;
    position: relative;
    z-index: 10;
}

.about-us-content .flamingo-cell:first-child, 
.why-choose-content .flamingo-cell:first-child{
    width: 42.62%;
}
.title-text{
    width: fit-content;
    font-weight: bold;
    font-family: CHei2HK;
    font-size: 3em;
    text-align: right;
    letter-spacing: 28px;    
}
.title-line{
    float: left;
    height: 2px;
    background-color: #F2CACD;
}
.about-us-title .title-line{
    float: left;
    margin-left: 192px;
    width: calc(100% - 192px);
}
.why-choose-section{
    position: relative;
}
.why-choose-title-img .title-line{
    float: left;
    margin-left: 59%;
    width: 40.5%;
}
.why-choose-title .title-text br{
    display: none;
}

.about-us-description, .why-choose-description{
    padding: 50px 0px;
    border-bottom: 2px solid #F2CACD;
    font-size: 1em;
    line-height: 2.7;
    text-align: justify;
    color: #A46131;
    font-weight: 300;
}

.about-us-img{
    padding-bottom: 7%;
}

.service-process-section{
    margin-top: 6%;
    background-color: #FCFEFE;
}

.service-process-title{
    width: 36.2%;
    margin-left: 50%;
}

.service-process-title .title-text{
    margin: 20px auto 0px;
}

.orange-arrows{
    width: 19.56%;
    margin-left: 50%;
    min-height: 107px;
}

.orange-arrows img{
    width: 23%;
    float: right;
    margin-right: -9%;
    display: none;
}

.yellow-arrows{
    float: right;
    width: 37.5%;
    min-height: 187px;
}

.yellow-arrows img{
    width: 14.5%;
    float: right;
    margin-right: -6%;
    display: none;
}

.green-arrows{
    float: left;
    width: 27%;
    margin-top: 5%;
}

.green-arrows img{
    width: 20%;
    float: right;
    margin-right: -8%;
    display: none;
}

.why-choose-content{
    position: relative;
    padding-top: 15%;
}

.why-choose-title-img{
    margin-top: 25px;
}

.why-choose-title-img .title-img{
    width: 55.08%;
    margin-bottom: -2px;
}

.why-choose-title-img .title-img img{
    margin-bottom: -13px;
}

.why-choose-title-img .title-img div{
    width: calc(100% + 10px);
}

.why-choose-img{
    padding-left: 8.2%;
    padding-top: 8%;
}

.why-choose-bg-top{
    width: 34.65%;
}

.contact-section{
    padding-top: 23%;
    position: relative;
}

.contact-bg-top{
    width: 16.98%;
    top: 0%;
    left: calc(63.44% + 92px);
    transition: height 0.2s ease-in-out;
    height: 0px;
    overflow: hidden;
}

.contact-title{
    width: fit-content;
    margin-left: 63.44%;
    position: relative;
    background-color: #FEFEFC;
    padding-right: 20px;
}

.contact-title .title-border{
    width: var(--contact-title-boder-width);
    height: var(--contact-title-boder-width);
    border-top: 8px solid #463F3A;
    border-left: 8px solid #463F3A;
    float: left;
}

.contact-title .title-text{
    margin-left: var(--contact-title-boder-width);
    padding-top: calc(var(--contact-title-boder-width) - 16px);
}

.contact-content{
    position: relative;
}

.contact-content .flamingo-cell:first-child{
    width: 45.46%;
}

.contact-map{
    margin-top: 14.45%;
    margin-bottom: 9.45%;
    width: 85.5%;
    box-shadow: 59px 59px 49px rgba(165, 156, 137, 0.17);
    overflow: hidden;
    position: relative;
}
.contact-map .contact-maker{
    position: absolute;
    bottom: 42%;
    left: 58%;
    width: 13%;
    transition: width 0.6s ease-in-out, left 0.6s ease-in-out;
}
.contact-map:hover .contact-maker{
    width: 12.5%;
    left: 57.5%;
}

.contact-item{
    padding: 30px 40px;
    background: #FFFFFF;
    box-shadow: 60px 26px 14px rgba(164, 141, 93, 0.1);
    border-radius: 12px;
    margin-bottom: 49px;
    width: fit-content;
    opacity: 0;
    transition: opacity 1s;
}

.contact-item.visible{
    opacity: 1;
}

.contact-item img{
    width: 34px;
    float: left;
}

.contact-item.contact-location img{
    width: 29px;
    margin-top: 6px;
}

.contact-item span{
    margin-left: 20px;
    width: 270px;
    display: inline-block;
}
.contact-phone span{
    line-height: 34px;
}

.contact-item.contact-phone{
    margin-left: 13.21%;
}

.contact-item.contact-email{
    margin-left: 24.42%;
}

.contact-item.contact-location{
    margin-bottom: 0px;
}

.contact-button{    
    position: fixed;
    right: 4.3%;
    bottom: 2%;
    width: 14%;
    z-index: 999999;
}

.contact-us-buttons .buttons a{
    font-weight: 400;
    font-size: 1.2em;
    padding: 22px 10px 23px 80px;
    color: #FFFFFF;
    background: linear-gradient(167.82deg, #FFDC3B 2.73%, #FFBF00 94.55%);
    border-radius: 45px;
    box-shadow: 57px 25px 14px rgba(164, 141, 93, 0.15);
    display: block;
    transition: all 0.3s ease-in-out;
}
.contact-us-buttons .buttons a:hover{
    padding-left: 90px;
    background: linear-gradient(180deg, #FFFAF7 0%, #FFEDDF 100%), linear-gradient(168.84deg, #FFDA32 2.73%, #FFBF00 94.55%);
    background-blend-mode: multiply, normal;
}
.contact-us-buttons .buttons a:focus{
    text-decoration: none;
}
.contact-us-buttons .buttons a:active{
    background: linear-gradient(167.82deg, #FFDC3B 2.73%, #FFBF00 94.55%);
    box-shadow: 60px 28px 14px rgba(164, 141, 93, 0.15);
}

.contact-us-buttons .buttons a span{
    border-radius: 50%;
    background-color: #FFFFFF;
    margin-left: 25px;
    transition: all 0.3s ease-in-out;
}
.contact-us-buttons .buttons a:hover span{
    margin-left: 35px;
}
.contact-us-buttons .buttons a span i{
    transition: all 0.3s ease-in-out;
}
.contact-us-buttons .buttons a:hover span i{
    transform: rotate(-10deg);
}
.contact-us-buttons .buttons a span{
    padding: 15px 23px 17px 27px;
}

.contact-button a span i, .contact-us-buttons .buttons a span i{
    color: #FECB06;
    font-size: 0.9em;
}

.home-footer-section{
    padding-bottom: 30px;
}

.home-footer-image{
    margin-left: 4.17%;
    width: 14.53%;
    min-width: 200px;
}

.contact-us-section{
    padding-bottom: 5%;
    padding-top: 230px;
    position: relative;
}

.contact-us-content{
    width: 90%;
    max-width: 1420px;
    margin: auto;
}

.contact-us-content > .flamingo-table > .flamingo-cell:last-child{
    width: 38.97%;
}

.contact-us-info{
    width: 83.77%;
}

.contact-us-info > .flamingo-table > .flamingo-cell{
    padding: 4px 0px;
}
.contact-us-info > .flamingo-table > .flamingo-cell:nth-child(2){
    width: 50%;
    border-right: 1px solid #F2CACD;
}
.contact-us-info > .flamingo-table > .flamingo-cell:first-child{
    border-left: 1px solid #F2CACD;
    border-right: 1px solid #F2CACD;
}

.border-top{
    border-top: 1px solid #F2CACD;
}
.border-bottom{
    border-bottom: 1px solid #F2CACD;
}

.contact-us-title{
    text-align: center;
    margin-bottom: 50px;
}

.contact-us-title h2{
    padding-left: 14px;
    font-family: CHei2HK;
    font-weight: bold;
    font-size: 3em;
    line-height: 35px;
    letter-spacing: 18px;
}

.contact-us-title .sub-title{
    margin-top: 25px;
    color: #68635F;
}

.contact-us-buttons{
    width: 91%;
    margin-top: 30px;
}

.contact-us-buttons .contact-recaptcha{
    width: fit-content;
    float: left;
}

.contact-us-buttons .buttons{
    float: right;
}

.contact-icon-right{
    width: 5.2%;
    top: 160px;
    right: 3%;
    min-width: 70px;
}

.contact-icon-left{
    width: 8.07%;
    left: 0;
    bottom: 10%;
    min-width: 100px;
}

.frm-contact-us label {
    color: #E6A3A7;
    font-weight: 300;
}

.frm-contact-us .flamingo-datepicker-container label, .frm-contact-us .flamingo-dropdown-container label{
    margin-top: 10px;
}

.frm-contact-us .error label{
    color: red;
}

.contact-ps{
    margin-top: 10px;
    padding-left: 13px;
}

.cover-notification{
    width: fit-content;
    padding: 20px 35px;
    position: fixed;
    bottom: 5%;
    right: 2%;
    background-color: #ffffff;
    box-shadow: 3px 4px 20px rgba(0, 0, 0, 0.1);
    z-index: 999;
    transition: bottom 1s;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.cover-notification img{
    width: 20px;
    margin-right: 10px;
}
.cover-notification.hidden-noti{
    bottom: -15%;
}
.error-notif, .success-notif{
    display: none;
    text-align: right;
}
.error-notif-text, .success-notif-text{
    font-size: var(--font-small-body);
}
.error-notif-text{
    color: #E21A23;
}
.success-notif-text{
    color: #4ECDF5;
}
.cover-notification.success{
    border: 1px solid #4ECDF5;
}
.cover-notification.error{
    border: 1px solid #E21A23;
}
.cover-notification.success .success-notif{
    display: block;
}
.cover-notification.error .error-notif{
    display: block;
}

.dropdown-menu{
    border-color: #E6A3A7 !important;
    color: #E6A3A7 !important;
}

/* START Process Bar */
.service-process-content{
    position: relative;
    margin-top: 40px;
}
.flamingo-icon{
    width: var(--flamingo-icon-width);
    position: absolute;
    top: calc(var(--line-width) - (var(--flamingo-icon-width) * 0.9));
    left: calc(var(--first-div-width) - (var(--flamingo-icon-width) / 2));
    z-index: 9;
    transition: all 0.1s ease-in-out;
}
.process-line{
    float: left;
}
.process{
    margin-top: calc(0px - var(--line-width));
    position: relative;
}
.process-line.blue{
    border-color: #9CEAFF;
}
.process-border-top{
    width: var(--first-div-width);
    border-top: var(--line-width) solid #E8E8E8;
}
.process-border-top-right{
    width: var(--div-border-width);
    height: var(--hafl-height);
    border-top-right-radius: var(--line-radius);
    border-top: var(--line-width) solid #E8E8E8;
    border-right: var(--line-width) solid #E8E8E8;
}
.process-border-bottom-left{
    margin-top: var(--hafl-height);
    margin-left: calc(0px - var(--line-width));
    width: var(--div-border-width);
    height: var(--hafl-height);
    border-bottom-left-radius: var(--line-radius);
    border-bottom: var(--line-width) solid #E8E8E8;
    border-left: var(--line-width) solid #E8E8E8;
}
.process-border-bottom{
    height: calc(var(--hafl-height) * 2);
    width: calc(100% - ((var(--div-border-width) * 2 - var(--line-width)) * 6 + var(--first-div-width)));
    border-bottom: var(--line-width) solid #E8E8E8;
}
.process-item{
    border-top-right-radius: 49px;
    border-bottom-left-radius: 49px;
    border-top-left-radius: 6px;
    border-bottom-right-radius: 6px;
    position: absolute;
    box-shadow: 5px 5px 16px rgba(165, 156, 137, 0.168734);
    top: calc((var(--hafl-height) * 2 - calc(var(--avatar-img-width) * 2.92)) / 2 - 20px);
}
.process-item .avatar{
    display: table-cell;
    vertical-align: middle;
    background-color: #FCFCFC;
    height: calc(var(--avatar-img-width) * 2.92);
    width: calc(var(--avatar-img-width) * 2.92);
    border-bottom-left-radius: 49px;
    border-top-left-radius: 6px;
}
.active .process-item .avatar{
    background: linear-gradient(180deg, #9CEAFF 20.76%, #6ED9FF 100%);
}
.process-item .avatar img{
    width: var(--avatar-img-width);
    margin: auto;
    display: block;
    transition: width 0.4s ease-in-out;
}
.active .process-item .avatar img{
    width: calc(var(--avatar-img-width) * 1.4);
}
.process-item .info{
    display: table-cell;
    vertical-align: middle;
    padding: 0px 50px;
    color: #888888;
    opacity: 0.25;
    transition: opacity 0.2s;
}
.active .process-item .info{
    color: #463F3A;
    opacity: 1;
}
.process-item .info .title{
    font-family: CHei2HK;
    font-size: 1.85em;
    letter-spacing: 2px;
}
.process-item .info .description{
    color: #888888;
    min-width: 240px;
    font-weight: 300;
}
.number-process{
    font-family: Monaco;
    font-size: 2.5em;
    bottom: 45px;
    position: absolute;
    color: #E8E8E8;
}
.active .number-process {
    color: #97E4F8;
}
.process-1 .process-item{
    left: calc((var(--div-border-width) - var(--line-width)) + var(--first-div-width) + var(--process-item-distance));
}
.process-1 .number-process{
    left: calc(0px - var(--line-width) + var(--first-div-width) - 20px);
}
.process-2 .process-item{
    left: calc((var(--div-border-width) * 3 - var(--line-width) * 2) + var(--first-div-width) + var(--process-item-distance));
}
.process-2 .number-process{
    left: calc((var(--div-border-width) * 2 - var(--line-width) * 2) + var(--first-div-width) - 20px);
}
.process-3 .process-item{
    left: calc((var(--div-border-width) * 5 - var(--line-width) * 3) + var(--first-div-width) + var(--process-item-distance));
}
.process-3 .number-process{
    left: calc((var(--div-border-width) * 4 - var(--line-width) * 3) + var(--first-div-width) - 20px);
}
.process-4 .process-item{
    left: calc((var(--div-border-width) * 7 - var(--line-width) * 4) + var(--first-div-width) + var(--process-item-distance));
}
.process-4 .number-process{
    left: calc((var(--div-border-width) * 6 - var(--line-width) * 4) + var(--first-div-width) - 20px);
}
.process-5 .process-item{
    left: calc((var(--div-border-width) * 9 - var(--line-width) * 5) + var(--first-div-width) + var(--process-item-distance));
}
.process-5 .number-process{
    left: calc((var(--div-border-width) * 8 - var(--line-width) * 5) + var(--first-div-width) - 20px);
}
.process-6 .process-item{
    left: calc((var(--div-border-width) * 11 - var(--line-width) * 6) + var(--first-div-width) + var(--process-item-distance));
}
.process-6 .number-process{
    left: calc((var(--div-border-width) * 10 - var(--line-width) * 6) + var(--first-div-width) - 20px);
}
/* END Process Bar */

@media(max-width: 1599px){
    :root{
        --first-div-width: 120px;
    }
    .about-us-title .title-line{
        margin-left: 169px;
        width: calc(100% - 169px);
    }
    .about-us-yellow-1{
        top: 36%;
    }
    .about-us-orange{
        top: 38%;
    }
    .about-us-yellow-2{
        bottom: -8%;
    }
    .about-us-blue{
        bottom: 20%;
    }
    .about-us-green{
        bottom: 13%;
    }
    .title-text{
        letter-spacing: 26px;
    }
}

@media(max-width: 1365px){
    :root{
        --line-width: 13px;
        --line-radius: 35px;
        --div-border-width: 40px;
        --first-div-width: 50px;
        --hafl-height: 85px;
        --avatar-img-width: 40px;
        --flamingo-icon-width: 50px;
    }
    .banner-slide-leaves-right{
        left: auto;
        right: 0;
    }
    .banner-slide-leaves-left{
        right: auto;
        left: 0;
    }
    .about-us-content, .why-choose-content{
        margin-left: auto;
        margin-right: auto;
        width: 90%;
    }
    .about-us-yellow-1{
        top: 27%;
        left: 0%;
    }
    .about-us-orange{
        top: 20%;
    }
    .contact-button{
        margin-top: -20px;
    }
    .home-footer-section{
        padding-bottom: 50px;
    }
    .service-process-title{
        margin-left: 45%;
        width: 40%;
    }
    .orange-arrows{
        min-height: 75px;
    }
    .yellow-arrows{
        min-height: 140px;
    }
    .contact-us-section{
        padding-top: 160px;
    }
    .about-us-title .title-line{
        margin-left: 158px;
        width: calc(100% - 158px);
    }
    .about-us-yellow-1{
        top: 22%;
    }
    .about-us-orange{
        top: 27%;
    }
    .title-text{
        letter-spacing: 24px;
    }
    .contact-item img{
        width: 28px;
    }
    .contact-item.contact-location img{
        width: 23px;
        margin-top: 4px;
    }
    .contact-item span{
        width: 210px;
    }
}

@media(max-width: 1279px){
    
}

@media(max-width: 991px){
    :root{
        --line-width: 11px;
        --line-radius: 30px;
        --div-border-width: 35px;
        --first-div-width: 35px;
        --hafl-height: 80px;
        --avatar-img-width: 35px;
        --flamingo-icon-width: 50px;
        --process-item-distance: 30px;
        --contact-title-boder-width: 40px;
    }
    .contact-title .title-border{
        border-width: 6px;
    }
    .contact-title{
        padding-right: 10px;
    }
    .contact-us-content > .flamingo-table{
        display: flex;
        flex-direction: column-reverse;
    }
    .contact-us-content > .flamingo-table > .flamingo-cell{
        display: block;
    }
    .contact-us-content > .flamingo-table > .flamingo-cell:last-child, .contact-us-info{
        width: 100%;
    }
    .contact-avatar{
        padding-top: 50px;
    }
    .about-us-yellow-1{
        top: 16%;
    }
    .about-us-orange{
        top: 10%;
    }
    .about-us-yellow-2{
        bottom: 36%;
    }
    .about-us-blue{
        bottom: 33%;
    }
    .about-us-green{
        bottom: 30%;
    }
    .why-choose-bg-top{
        width: 45%;
    }
    .contact-item{
        padding: 15px 20px;
        box-shadow: 30px 13px 7px rgba(164, 141, 93, 0.1);
        margin-bottom: 35px;
    }
    .contact-item img{
        width: 22px;
    }
    .contact-item.contact-location img{
        width: 18px;
        margin-top: 8px;
    }
    .contact-phone span{
        line-height: 24px;
    }
    .process-item .info{
        padding: 0px 30px;
    }
    .about-us-title .title-line{
        margin-left: 146px;
        width: calc(100% - 146px);
    }
    .title-text{
        letter-spacing: 22px;
    }
    .banner-slide .banner-slide-relative .area{
        padding-top: 200%;
    }
}

@media(max-width: 767px){
    :root{
        --line-width: 5px;
        --line-radius: 0px;
        --div-border-width: 0px;
        --first-div-width: 20px;
        --avatar-img-width: 25px;
        --hafl-height: 60px;
        --flamingo-icon-width: 40px;
        --process-item-distance: 50px;
    }
    .banner-title{
        width: 45%;
        margin-left: 35%;
    }
    .banner-description span{
        margin-left: 20%;
    }
    .banner-slide-item{
        margin-bottom: 40px;
    }
    .banner-slide{
        width: 90%;
    }
    .about-us-content .flamingo-table {
        display: flex;
        flex-direction: column-reverse;
    }
    .about-us-content .flamingo-cell, .why-choose-content .flamingo-cell, .about-us-content .flamingo-cell:first-child, .why-choose-content .flamingo-cell:first-child{ 
        display: block;
        width: 100%;
        margin-bottom: 40px;
    }
    .about-us-description, .why-choose-description{
        padding: 30px 0px;
    }
    .service-process-title{
        margin-left: 30%;
        width: 60%;
    }
    .process{
        margin-top: 0px;
    }
    .process .number-process{
        display: none;
    }
    .process .process-border-top-right{
        margin-left: 45px;
    }
    .process-1 .process-border-top-right{
        margin-left: 0px;
    }
    .process .process-item{
        border-top-right-radius: 30px;
        border-bottom-left-radius: 30px;
        left: 65px;
        top: calc((var(--hafl-height) * 2 - 120px) / 2);
        display: table;
        height: calc(var(--hafl-height) * 0.75 * 2);
        width: calc(100% - 85px);
    }
    .process-item .info{
        padding: 0px 20px;
    }
    .process-item .info .description{
        min-width: auto;
        max-width: 220px;
    }
    .process-item .avatar{
        border-bottom-left-radius: 30px;
    }
    .process-1 .process-border-top-right {
        width: 30px;
        border-top-right-radius: 25px;
    }
    .process-6 .process-border-bottom-left {
        width: 30px;
        border-bottom-left-radius: 25px;
    }
    .process-border-bottom{
        width: calc(100% - 75px);
    }
    .flamingo-icon{
        left: 7px;
    }
    .contact-content .flamingo-cell, .contact-content .flamingo-cell:first-child{ 
        display: block;
        width: 100%;
    }
    .contact-map{
        width: 100%;
        margin-top: 9%;
        margin-bottom: 9%;
    }.home-footer-section{
        width: 76%;
        margin: auto;
    }
    .contact-info{
        width: 90%;
        position: relative;
        z-index: 20;
        margin: 40px auto;
    }
    .contact-item, .contact-item.contact-phone, .contact-item.contact-email{
        margin: 0px auto 16px;
        width: 295px;
    }
    .contact-button{
        margin-top: 60px;
        margin-bottom: 100px;
    }
    .orange-arrows{
        width: 30%;
    }
    .yellow-arrows{
        width: 50%;
    }
    .green-arrows{
        width: 35%;
    }
    .why-choose-section{
        margin-top: 40px;
    }
    .banner{
        padding-top: 167px;
    }
    .about-us-yellow-1{
        top: 44%;
    }
    .about-us-orange{
        top: auto;
        bottom: 8%;
    }
    .about-us-yellow-2{
        display: none;
    }
    .about-us-blue{
        bottom: auto;
        top: 45%;
        left: auto;
        right: 10%;
    }
    .about-us-green{
        bottom: 10%;
    }
    .service-process-content{
        font-size: 0.8em;
    }
    .why-choose-bg-top{
        width: 90%;
        left: -25%;
        top: -14%;
    }
    .contact-us-title h2{
        letter-spacing: 10px;
    }
    .contact-icon-left{
        bottom: 30px;
    }
}

@media(max-width: 499px){
    :root{
        --contact-title-boder-width: 30px;
    }
    .contact-title .title-border{
        border-width: 4px;
    }
    .contact-us-buttons{
        margin-top: 20px;
        width: 100%;
    }
    .contact-us-buttons .contact-recaptcha{
        float: none;
    }
    .contact-us-buttons .buttons{
        width: fit-content;
        margin-top: 20px;
        margin-bottom: 30px;
    }
    .banner{
        padding-top: 240px;
    }
    .banner-title{
        display: none;
    }
    .banner-description span{
        margin-left: 0%;
        padding-right: 5%;
        padding-left: 5%;
        text-align: center;
        display: block;
    }
    .banner-description br{
        display: block;
    }
    .banner-slide-item{
        margin-bottom: 25px;
    }
    .contact-bg-top{
        width: 40%;
        left: auto;
        left: 50%;
        transform: translate(-50%, 0);
        top: -10%;
    }
    .contact-title{
        margin-left: auto;
    }
    .contact-info{
        width: 90%;
        position: relative;
        z-index: 20;
        margin-top: 40px;
    }
    .contact-item, .contact-item.contact-phone, .contact-item.contact-email{
        width: 282px;
    }
    .contact-item img{
        float: left;
    }
    .contact-item span{
        margin-left: 20px;
        width: auto;
    }
    .contact-item.contact-location span{
        margin-left: 20px;
    }
    .contact-button a, .contact-us-buttons .buttons a{
        padding: 21px 6px 22px 76px;
    }
    .contact-button a span{
        padding: 16px 19px 17px 23px;
    }
    .contact-us-buttons .buttons a span{
        padding: 13px 19px 14px 23px;
    }
    .about-us-img .img-content{
        width: 112.5%;
        overflow: hidden;
    }
    .about-us-img img{
        width: 118%;
    }
    .why-choose-title .title-text br{
        display: block;
    }
    .why-choose-title-img .title-img{
        width: 75%;
    }
    .why-choose-title-img .title-img img{
        margin-bottom: -6px;
    }
    .why-choose-title-img .title-line{
        width: 20%;
        margin-left: 79%;
    }
    .home-footer-image{
        margin: auto;
    }
    .contact-us-info > .flamingo-table > .flamingo-cell:first-child{
        display: block;
        width: 100%;
        border-bottom: 1px solid #F2CACD;
    }
    .contact-us-info > .flamingo-table > .flamingo-cell:nth-child(2){
        display: block;
        width: 100%;
        border-left: 1px solid #F2CACD;
    }
    .banner-description.slide-in-up{
        top: 30px;
    }
    .banner-slide-leaves-right{
        right: -20%;
    }
    .banner-slide-leaves-left{
        left: -20%;
    }
    .about-us-yellow-1, .about-us-blue{
        top: 54%;
    }
    .about-us-green{
        bottom: 7%;
    }
    .banner-slide .banner-slide-relative .area{
        padding-top: 175%;
    }
}

@media(max-width: 440px){
    .about-us-title .title-line{
        margin-left: 140px;
        width: calc(100% - 140px);
    }
}

@media(max-width: 330px){
    :root{
        --avatar-img-width: 20px;
    }
    .process-item .info{
        padding: 0px 7px;
    }
    .contact-us-info > .flamingo-table{
        font-size: 0.9em;
    }
}