/*------------------------------------------------------------
common
------------------------------------------------------------*/



body {
    background-image: linear-gradient(161deg, #e3f0ff -3%, #c8f0f0 48%, #b2ddf8 103%);
    margin: 0
}

#maetore_bottom {
    font-size: 13px;
    font-weight: 500;
    color: #000;
    background-image: linear-gradient(161deg, #e3f0ff -3%, #c8f0f0 48%, #b2ddf8 103%);
    position: relative;
}

#maetore_bottom .service {
    background: linear-gradient(174deg,rgba(18, 134, 183, 1) 20%, rgba(51, 147, 170, 1) 60%, rgba(71, 155, 162, 1) 100%);
    padding-bottom: 114px;
}

#maetore_bottom * {
    box-sizing: border-box;
}

#maetore_bottom {
    font-family: "Zen Maru Gothic", serif;
}


#maetore_bottom a {
    transition: opacity .3s;
}

#maetore_bottom a[href^="tel:"] {
    display: inline-block;
    transition: none;
}

#maetore_bottom a:hover {
    text-decoration: none;
}

#maetore_bottom a:focus-visible {
    outline: none;
}

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

#maetore_bottom .js-fadein {
    opacity: 0;
    transform: translate(0, 20px);
    transition-property: opacity, transform;
    transition-duration: 1s;
}

#maetore_bottom .scroll-in {
    opacity: 1;
    transform: translate(0, 0);
}

#maetore_bottom .pc-br {
    display: none;
}

#maetore_bottom .sp-br {
    display: inline;
}

#maetore_bottom .inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 12px;
}

/* CSS SERVICE  */

#maetore_bottom .service_container .box_title {
    position: relative;
    color: #FFFFFF;
    padding: 60px 8px;
    text-align: center;
    padding-bottom: 42px;
}


.cf7-custom-form_in {
	padding-bottom: 0 !important;
}

.wpcf7-response-output {
font-size: 17px;
}

.service_container {
    max-width: 917px;
    margin: 0 auto;
}

#maetore_bottom .service_container .title_small h2 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
    font-family: "Zen Maru Gothic", serif;
}

#maetore_bottom .service_container .title_primary p {
    font-size: 50px;
    font-weight: 700;
    line-height: 1.2;
    font-family: "Zen Maru Gothic", serif;
    max-width: 500px;
    margin: 0 auto;
    position: relative;
}

#maetore_bottom .service_container .title_primary p:after {
    content: "";
    background: #7CF8F4;
    position: absolute;
    top: 33%;
    left: -11%;
    width: 6px;
    height: 97px;
    border-radius: 8px;
    rotate: -34deg;
}

#maetore_bottom .service_container .title_primary p:before {
    content: "";
    background: #7CF8F4;
    position: absolute;
    top: 30%;
    right: -11%;
    width: 6px;
    height: 97px;
    border-radius: 8px;
    rotate: 35deg;
}

#maetore_bottom .service_container .title_primary .text_color {
    color: #7CF8F4; /* Light cyan color in the image */
    font-weight: 700;
    font-size: 50px;
}

#maetore_bottom .service_container .box_desc {
    margin-top: 30px;
}

#maetore_bottom .service_container .txt_description {
    font-size: 20px;
    color: #FFFFFF;
    font-weight: 500;
    text-align: left;
    font-family: "Zen Maru Gothic", serif;
    max-width: 697px;
    position: relative;
    letter-spacing: -0.1px;
    padding-top: 2px;
    line-height: 1.9;
}

#maetore_bottom .service_container .txt_description:after {
    content: "";
    background: url(../images/maetore_bottom/img_desc.png);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    top: 1px;
    right: -47.6%;
    width: 358.8px;
    height: 202px;
}

#maetore_bottom .service_container .image_area {
    margin-top: 40px;
    text-align: center;
}

#maetore_bottom .service_container .image_area img {
    max-width: 400px;
    width: 100%;
    height: auto;
}

#maetore_bottom .service_container .service_step {
    text-align: center;
}

#maetore_bottom .resources .box_resource {
    text-align: center;
    position: relative;
    padding-top: 31px;
}

#maetore_bottom .resources:before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 20%;
    width: 700px;
    height: 700px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.9) 0%, rgba(230, 246, 247, 0.6) 40%, rgba(200, 236, 240, 0.3) 70%, rgba(184, 225, 236, 0.2) 100%, rgba(184, 225, 236, 0) 100%);
}

#maetore_bottom .resources .arrow_section {
    position: relative;
    padding: 30px 20px 40px;
    text-align: center;
}

#maetore_bottom .resources .arrow_section::before {
    content: "";
    background: url("../images/maetore_bottom/icon_arrow_down.png");
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    width: 113px;
    height: 82px;
}

#maetore_bottom .resources .arrow_section p {
    font-size: 23px;
    font-family: "Zen Maru Gothic", serif;
    color: #244369;
    margin-bottom: 20px;
    font-weight: 500;
    line-height: 1.1;
    margin-top: 72px;
}

#maetore_bottom .resources .title_primary p {
    font-size: 50px;
    font-weight: 700;
    color: #244369;
    line-height: 1.4;
    position: relative;
    display: inline-block;
    padding: 0 10px;
    font-family: "Zen Maru Gothic", serif;
}

#maetore_bottom .resources .title_primary .text_color {
    color: #42A4AB;
    font-weight: 700;
    display: inline-block;
    position: relative;
    z-index: 2;
}

#maetore_bottom .resources .title_primary .text_color::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 1px;
    width: 100%;
    height: 18px;
    background-color: #7CF8F4;
    border-radius: 10px;
    z-index: -1;
}

#maetore_bottom .resources {
    background-image: linear-gradient(161deg, #e3f0ff -3%, #c8f0f0 48%, #b2ddf8 103%);
    padding: 0px 0;
    position: relative;
    padding-bottom: 50px;
}

#maetore_bottom .resources .title_primary p {
    position: relative;
    margin: 0;
}

#maetore_bottom .resources .title_primary p::before {
    content: "";
    background: url("../images/maetore_bottom/icon_cheo_t.png");
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    top: 96%;
    width: 58px;
    height: 89px;
}

#maetore_bottom .resources .title_primary p::after {
    content: "";
    background: url("../images/maetore_bottom/icon_cheo_p.png");
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    top: 96%;
    width: 58px;
    height: 89px;
}

#maetore_bottom .resources .title_primary p::before {
    left: -63px;
    transform: translateY(-50%) rotate(0deg);
}

#maetore_bottom .resources .title_primary p::after {
    right: -68px;
    transform: translateY(-50%) rotate(0deg);
}

#maetore_bottom .show_sp {
    display: none;
}

#maetore_bottom #scrollTopBtn {
    position: fixed;
    right: 3.5%;
    bottom: 21.1%;
    display: none;
    cursor: pointer;
    z-index: 999;
    border: none;
    background: transparent;
    width: 106px;
    height: 106px;
}


/* Responsive */
@media (max-width: 768px) {
    #maetore_bottom .resources .arrow_section::before{
        top:-91px;
    }
    #maetore_bottom .resources .arrow_section {
        position: relative;
        padding: 7px 20px 40px;
        text-align: center;
    }
    #maetore_bottom .resources .arrow_section p{
        margin-top: 0px;
    }
    #maetore_bottom .resources{
        padding-top: 53px;
        padding-bottom: 0;
    }
    .show_sp {
        display: block;
    }
    .resources .arrow_section {
        padding: 60px 10px 30px;
        padding-top: 0;
    }
    .resources {
        padding-top: 0;
    }

    .resources .arrow_section::before {
        width: 80px;
        height: 56px;
        top: -50%;
    }
    .resources .title_primary .text_color {
        padding-top: 9px;
    }
    .resources .box_resource {
        padding-top: 0;
        padding-bottom: 63px;
    }
    .resources {
        padding-bottom: 0;
    }

    .resources .title_primary p {
        font-size: 25px !important;
        margin-top: 0 !important;
    }

    .resources .title_primary .text_color::before,
    .resources .title_primary .text_color::after {
        width: 30px;
    }

    .resources .title_primary .text_color::before {
        left: -40px;
    }

    .resources .title_primary .text_color::after {
        right: -40px;
    }

    .service_container .title_primary p {
        font-size: 22px;
    }

    .service_container .title_primary .text_color {
        font-size: 24px;
    }

    .service_container .txt_description {
        font-size: 13px;
    }

    .service_container .image_area img {
        max-width: 300px;
    }
}


/* CSS FORM */
#maetore_bottom .cf7-custom-form {
    max-width: 600px;
    margin: 0 auto;
    padding: 40px 20px;
    border-radius: 10px;
    font-family: "Zen Maru Gothic", serif;
    color: #244369;
    padding-top: 39px;
    padding-bottom: 33px;
}

#maetore_bottom .cf7-custom-form h2 {
    text-align: center;
    font-size: 33px;
    color: #244369;
    font-weight: 700;
    margin-bottom: 0;
    margin-top: 62px;
    padding-top: 28px;
}

#maetore_bottom .form-group {
    margin-bottom: 28px;
}

.wpcf7-list-item {
    display: block;
}

.privacy-policy .wpcf7-list-item {
    display: inline-block;
    margin-right: 10px;
}

#maetore_bottom .form-group label {
    font-size: 18px;
    display: block;
    margin-bottom: 5px;
    font-weight: 500;
    color: #244369;
}

#maetore_bottom .form-group p br {
    display: none;
}

#maetore_bottom .form-group small {
    font-size: 12px;
    color: #244369;
    font-weight: 400;
}

#maetore_bottom .required {
    background-color: #FF782E;
    color: #fff;
    font-size: 12px;
    padding: 1px 6px;
    margin-left: 6px;
}

#maetore_bottom .optional {
    font-size: 12px;
    color: #244369;
    font-weight: 400;
}

#maetore_bottom .form-control {
    width: 100%;
    padding: 20px 12px;
    border: none;
    border-radius: 8px;
    font-size: 14px;
    box-sizing: border-box;
}

.last-group_2 p {
    margin-bottom: 3px;
}

#maetore_bottom .form-row {
    display: flex;
    gap: 20px;
}

#maetore_bottom .form-row .half {
    width: 50%;
}

#maetore_bottom .checkboxes label {
    display: flex;
    align-items: center;
    margin-bottom: 19px;
    font-size: 15.18px;
    color: #244369;
    font-weight: 400;
}

#maetore_bottom .checkboxes input[type="checkbox"] {
    margin-right: 15px;
}

#maetore_bottom .privacy-policy {
    font-size: 17px;
    color: #244369;
    margin-top: 20px;
    font-weight: 500;
    max-width: 380px;
    margin: 0 auto;
    padding-top: 10px;
}

#maetore_bottom .privacy-policy a {
    color: #244369;
    text-decoration: underline;
}

#maetore_bottom .submit-button {
    text-align: center;
    margin-top: 35px;
}

#maetore_bottom .btn-submit {
    display: inline-block;
    padding: 31px 60px;
    background: linear-gradient(90deg, #4fb7be 0%, #0d7392 100%);
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: background 0.3s, transform 0.2s;
}

.checkboxes .wpcf7-list-item {
    margin-left: 0;
}

.privacy-policy .wpcf7-list-item {
    margin-left: 0;
}

#maetore_bottom .form-row .half {
    margin-top: 0;
    margin-bottom: 0;
}

#maetore_bottom .form-row .half p {
    margin-top: 0;
}
#maetore_bottom .form-group.last-group p {
    margin-top: 0;
    margin-bottom: 41px;
}
#maetore_bottom .privacy-policy-text {
    font-size: 15px;
    position: relative;
    top: -6px;
}
#maetore_bottom p.txt_pr {
    margin-top: 3px;
}
#maetore_bottom p.txt_pl {
    margin-bottom: 7px;
}

#maetore_bottom .checkboxes {
    background-color: rgba(255, 255, 255, 0.25);
    padding: 28px 34px;
    border-radius: 8px;
}

#maetore_bottom input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 20px;
    height: 20px;
    border: none;
    background-color: #f0f0f0;
    cursor: pointer;
}

#maetore_bottom input[type="checkbox"] {
    appearance: none;
    width: 25px;
    height: 25px;
    border: none;
    background-color: #fff;
    border-radius: 4px;
    cursor: pointer;
    position: relative;
    transition: 0.3s;
}

#maetore_bottom input[type="checkbox"]:checked {
    background-color: #4fb7be; /* màu khi check */
}

#maetore_bottom input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    top: 3px;
    left: 9px;
    width: 8px;
    height: 14px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

#maetore_bottom .submit-button p {
    max-width: 412px;
    margin: 0 auto;
}

#maetore_bottom .submit-button p input {
    width: 100%;
}
#maetore_bottom .site-footer {
    background: #e5f8f8;
    padding: 40px 20px;
    font-family: "Zen Maru Gothic", serif;
    font-size: 14px;
    color: #333;
    padding-top: 30px;
    padding-bottom: 10px;
}

#maetore_bottom .footer-contact p {
    margin-bottom: 23px;
    font-size: 14px;
    color: #244369;
    font-weight: 400;
    letter-spacing: -0.7px;
}

#maetore_bottom .footer-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    max-width: 550px;
}

#maetore_bottom .footer-top .footer-logo {
    width: 200px;
}

#maetore_bottom .footer-logo img {
    height: 43px;
    width: 205px;
}

#maetore_bottom .footer-links {
    display: flex;
    gap: 12px;
    width: calc(100% - 200px);
    justify-content: center;
}

#maetore_bottom .footer-links .btn-link {
    display: inline-block;
    background: rgb(255 255 255 / 60%);
    color: #244369;
    border-radius: 20px;
    padding: 8px 16px;
    text-decoration: none;
    font-size: 14px;
    transition: background 0.3s;
}

#maetore_bottom .footer-links .btn-link:hover {
    background: #f0f0f0;
}

#maetore_bottom .footer-tel {
    display: flex;
    align-items: baseline;
    color: #244369;
    border-bottom: 1px solid rgb(36 67 105 / 30%);
    justify-content: space-between;
    padding-bottom: 17px;
}

.site-footer .inner_footer {
    max-width: 915px;
    margin: 0 auto;
}

.footer-copy {
    color: #244369;
}


#maetore_bottom .footer-tel .tel .tel_number {
    font-size: 25px;
    margin-right: 4px;
    font-family: DINOT-Bold;
    font-weight: bold;
}

#maetore_bottom .footer-tel .time {
    font-size: 14px;
    font-weight: 400;
}
#maetore_bottom .footer-info {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    font-family: "Zen Maru Gothic", serif;
}

#maetore_bottom .footer-info p {
    margin: 0;
    text-align: left;
    letter-spacing: -0.2px;
}

#maetore_bottom.footer-copy {
    text-align: center;
    font-size: 12px;
    color: #999;
}

#maetore_bottom .service_container .txt_description:after {
    display: block;
}
.show_pc {
    display: inline-block;
}

#maetore_bottom .footer-links .btn-link {
    position: relative;
    padding: 8px 35px;
    font-weight: 400;
}

#maetore_bottom .footer-links .btn-link:before {
    content: "";
    background: url('../images/maetore_bottom/icon_arrow_right.png');
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    top: 14px;
    left: 24px;
    width: 6px;
    height: 10px;
    display: block;
}

.custom-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: white;
    border: 1px solid #ccc;
    padding: 10px;
    font-size: 16px;
    padding-right: 40px;
    background-image: url('../images/maetore_bottom/arrow_down_icon.png');
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 15px;
}

@media print, screen and (min-width: 768px) {


    #maetore_bottom .sp-br {
        display: none;
    }

    #maetore_bottom .pc-br {
        display: inline;
    }

}


@media print, screen and (max-width: 768px) {

    #maetore_bottom .service_container .title_primary p {
        font-size: 25px;
    }
    #maetore_bottom .resources:before{
        width: 100%;
    }
    #maetore_bottom .service_container .title_primary .text_color {
        font-size: 25px;
    }

    #maetore_bottom .service_container .txt_description {
        font-size: 14px;
        margin-top: 7px;
        line-height: 1.5;
        padding-right: 10px;
        margin-bottom: 7px;
    }

    .resources .arrow_section p {
        font-size: 14px;
        margin-top: 67px;
        margin-bottom: 13px;
    }

    #maetore_bottom .service_container .txt_description:after {
        display: none;
    }

    #maetore_bottom .service_container .box_title:before {
        content: "";
        background: url('../images/maetore_bottom/img_desc.png');
        background-repeat: no-repeat;
        background-size: 100%;
        position: absolute;
        top: -153px;
        right: 50%;
        transform: translateX(50%);
        width: 321px;
        height: 202px;
        display: block;
    }
    #maetore_bottom .cf7-custom-form {
        padding: 40px 8px;
        position: relative;
        padding-bottom: 10px;
    }
    #maetore_bottom .cf7-custom-form h2 {
        font-size: 21px;
        margin-top: 0;
        position: relative;
        padding-top: 0;
    }
    .form-contact {
        padding-top: 48px !important;
    }
    .form-contact .cf7-custom-form {
        padding-top: 12px !important;
    }
    #maetore_bottom .form-group label {
        font-size: 15px;
    }
    #maetore_bottom .service_container .title_small h2 {
        font-size: 14px;
        margin-bottom: 8px;
    }
    #maetore_bottom .service_container .box_title {
        padding: 60px 5px;
        padding-top: 40px;
        position: relative;
        padding-bottom: 0;
    }
    #maetore_bottom .service_container .box_desc {
        margin-top: 22px;
    }
    #maetore_bottom .service_container .title_primary p:before {
        top: 50%;
        right: 5%;
        width: 3px;
        height: 43px;
        border-radius: 8px;
        rotate: 23deg;
    }
    #maetore_bottom .service_container .title_primary p:after {
        top: 34%;
        left: 4%;
        border-radius: 8px;
        rotate: -34deg;
        width: 3px;
        height: 49px;
    }
    #maetore_bottom .service {
        padding-bottom: 65px;
    }
    #maetore_bottom .resources .title_primary p::before {
        left: -13px;
        transform: translateY(-50%) rotate(-9deg);
        width: 26px;
        height: 41px;
    }

    #maetore_bottom .resources .title_primary p::after {
        right: -13px;
        transform: translateY(-50%) rotate(2deg);
        width: 26px;
        height: 41px;
    }

    #maetore_bottom .resources .title_primary .text_color span {
        display: block;
    }
    #maetore_bottom .resources .title_primary .text_color::after {
        display: none;
    }
    #maetore_bottom .resources .title_primary .text_color .text_1 {
        position: relative;
    }
    #maetore_bottom .resources .title_primary .text_color .text_2 {
        position: relative;
    }
    #maetore_bottom .resources .title_primary .text_color .text_1::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 1px;
        width: 100%;
        height: 10px;
        background-color: #7CF8F4;
        border-radius: 10px;
        z-index: -1;
    }
    #maetore_bottom .resources .title_primary .text_color .text_2::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 1px;
        width: 100%;
        height: 10px;
        background-color: #7CF8F4;
        border-radius: 10px;
        z-index: -1;
    }
    #maetore_bottom .form-control {
        padding: 9px 12px;
        border-radius: 4px;
    }
    #maetore_bottom p.txt_pl {
        margin-bottom: 7px;
        font-size: 15px;
        margin-top: 0;
    }
    #maetore_bottom .privacy-policy-text {
        font-size: 13px;
        top: -6px;
    }
    #maetore_bottom .footer-tel {
        display: flex;
        align-items: baseline;
        color: #244369;
        border-top: 1px solid rgb(36 67 105 / 30%);
        border-bottom: none;
        justify-content: space-between;
        padding-bottom: 10px;
        flex-direction: column-reverse;
    }
    #maetore_bottom .br_mb {
        display: block !important;
    }
    #maetore_bottom .required {
        background-color: #FF782E;
        color: #fff;
        font-size: 10px;
        padding: 1px 6px;
        margin-left: 6px;
        font-weight: 700;
    }
    #maetore_bottom .checkboxes {
        padding: 5px 13px;
        border-radius: 8px;
    }
    #maetore_bottom input[type="checkbox"] {
        width: 23px;
        height: 23px;
        margin-right: 10px;
    }
    #maetore_bottom .submit-button {
        text-align: center;
        margin-top: 20px;
    }
    #maetore_bottom .form-group.last-group p {
        margin-top: 0;
        margin-bottom: 20px;
    }
    #maetore_bottom .form-group {
        margin-bottom: 19px;
    }
    #maetore_bottom .footer-tel .time {
        font-size: 12px;
    }
    #maetore_bottom .site-footer {
        background: #e6f6f7;
        padding: 40px 15px;
        padding-bottom: 30px;
    }

    #maetore_bottom .inner_footer_top {
        display: flex;
        flex-direction: column-reverse;
    }

    #maetore_bottom .show_pc {
        display: none;
    }

    #maetore_bottom .footer-info {
        font-size: 12px;
        text-align: left;
    }

    #maetore_bottom .footer-info .tel {
        display: flex;
        align-items: center;
    }

    #maetore_bottom .footer-tel .tel .tel_number {
        font-size: 25px;
    }

    #maetore_bottom .footer-links .btn-link {
        display: inline-block;
        background: transparent;
        color: #244369;
        padding: 8px 5px;
        font-size: 13px;
        border: none;
        transition: background 0.3s;
        padding-left: 12px;
    }

    #maetore_bottom .footer-contact p {
        margin-bottom: 10px;
        font-size: 13px;
        color: #244369;
        margin-top: 0;
    }

    #maetore_bottom .footer-top {
        padding-bottom: 5px;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    #maetore_bottom .footer-copy {
        color: #244369;
        font-weight: 400;
    }
    #maetore_bottom .footer-copy p {
        margin-bottom: 0;
    }
    #maetore_bottom .footer-links {
        width: calc(100% - 123px);
        justify-content: flex-start;
    }
    #maetore_bottom .footer-links .btn-link:before {
        left: 0;
    }
    #maetore_bottom #scrollTopBtn {
        right: 0.5%;
        bottom: 28.1%;
        width: 85px;
        height: 85px;
    }


}

@media (min-width: 1605px) {
    #maetore_bottom #scrollTopBtn {
        right: 3.5%;
        bottom: 19.1%;
    }
}

@media print, screen and (max-width: 321px) {
    #maetore_bottom .footer-links {
        width: calc(100% - 73px);
    }
}

@media print, screen and (max-width: 450px) {
    #maetore_bottom #scrollTopBtn {
        bottom: 12.1%;
    }
}