.page_about {
    background-color: #FFF9DC;
}

/* section 2 */
.about_section_2 {
    padding: 60px 0;
}

.about_section_2 .box-top {
    margin-bottom: 100px;
}

.about_section_2 img.icon {
    position: absolute;
    right: 30%;
    bottom: 35px;
}

.box-khampha {
    max-width: 749px;
    width: 100%;
    border-radius: 20px;
    padding: 40px;
    background: rgba(255, 253, 242, 0.90);
    backdrop-filter: blur(4px);
    box-shadow: rgba(0, 0, 0, 0.15) 0px 25px 20px -20px;
}

.box-khampha h2 {
    font-size: 48px;

}

.about_section_2 .box-right {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.about_section_2 .box-text {
    border-radius: 20px;
    background: #E2F7E7;
    padding: 28px;
}

.box-tnsm {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
}

.box-tnsm .box-text p {
    margin-bottom: 0;
}

.box-tnsm .box-left img {
    height: 100%;
}

.box-tnsm img {
    border-radius: 24px;
}

/* section 3 */
.about_section_3 {
    padding-bottom: 40px;
    background-color: #FFFCEC;
    padding-top: 60px;
}

.box-pp1 {
    padding-top: 60px;
    padding-bottom: 135px;
    background-color: #FFFCEC;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    -webkit-mask-image: url(./images/about_s3_bg.png);
    position: relative;
    z-index: 2;
}

.box-pp .box-head {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 30px;
    position: relative;
    margin-bottom: 40px;
}

.box-pp .box-head::before {
    content: "";
    background-image: url(./images/pp-line.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 18px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.box-pp .box-head h2 {
    font-size: 80px;
}

.box-pp .box-desc {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.box-pp.box-pp1 .box-desc ul {
    margin-left: 0;
    list-style: none;
}

.box-pp.box-pp1 .box-desc ul li {
    position: relative;
}

.box-pp.box-pp1 .box-desc ul li:not(:last-child) {
    margin-bottom: 20px;
}

.box-pp.box-pp1 .box-desc ul li::before {
    content: "";
    background-image: url(./images/check.png);
    background-repeat: no-repeat;
    background-size: cover;
    left: -30px;
    top: 0;
    width: 21px;
    height: 21px;
    display: block;
    position: absolute;
}

.box-pp.box-pp1 .box-image {
    border-radius: 20px;
}

.box-pp2 {
    background-color: #FFF9DC;
    z-index: 1;
    padding-top: 100px;
    position: relative;
    margin-top: -80px;
    padding-bottom: 150px;
}

.pp2-box-item {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px;
    margin-top: 40px;
}

.pp2-box-item .icon-box {
    position: absolute;
    z-index: 2;
    left: 50%;
    transform: translateX(-50%);
    top: -42px;
}

.pp2-box-item .box-image {
    margin-top: 46px;
}

.wrapper {
    position: absolute;

    filter: drop-shadow(0 4px 20px rgba(0, 0, 0, 0.2));
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

.masked {
    -webkit-mask-image: url(./images/pp_2_bg.png);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    background: #fff;
    border-radius: 16px;
    width: 100%;
    height: 100%;
}

.pp2-box-item .box-inner {
    padding: 16px;
    padding-top: 160px;
}

.pp2-box-item .box-image img {
    width: 100%;
    border-radius: 16px;
    margin-top: -26px;
    position: relative;
    z-index: 2;
}

.pp2-box-item .text-box {
    background-color: var(--color-2);
    position: absolute;
    top: 20%;
    left: -20px;
    right: -20px;
    padding: 12px 34px;
    z-index: 2;
    box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.12);
}

.pp2-box-item .text-box::after,
.pp2-box-item .text-box::before {
    content: "";
    width: 20px;
    height: 16px;
    position: absolute;

}

.pp2-box-item .text-box::before {
    background-image: url(./images/pp_2_item_title_bg_before.png);
    left: 0;
    bottom: -16px;
}

.pp2-box-item .text-box::after {
    background-image: url(./images/pp_2_item_title_bg_after.png);
    right: 0;
    bottom: -16px;
}

.pp2-box-item .text-box .title {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 0;
}

/* Phương pháp 3 */
.box-pp3 {
    padding-top: 60px;
    padding-bottom: 135px;
    background-color: #FFFCEC;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    -webkit-mask-image: url(./images/pp_3_bg.png);
    position: relative;
    z-index: 3;
    margin-top: -100px;

}

/* Phương pháp 3 */
.box-pp3 {
    padding-bottom: 40px;
}

.box-pp4 .box-head .title {
    max-width: 475px;
}

/* Phương pháp 4 */
.box-pp4 .list-box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.box-pp4 .list-item {
    padding: 20px;
    border-radius: 24px;
    background: #FFF;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.12);
}

.box-pp4 .list-item .title {
    font-weight: 700;
    margin-bottom: 8px;
}

.box-pp4 .list-item .icon-box {
    margin-bottom: 16px;
}

/* section 4 */
.about_section_4 {
    padding: 40px 0;
}

.he_thong_trung_tam .box-head {
    margin-bottom: 40px;
}

/* Hệ thống map */
.main-hethong {
    background-color: var(--color-2);
    padding: 20px;
    border-radius: 24px;
}

.main-hethong .box-title {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.main-hethong .box-title::before {
    content: "";
    background-image: url(./images/icon/tt-icon.png);
    width: 40px;
    height: 40px;
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-right: 20px;
}

.main-hethong .box-title .count-title {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0;
}

.list-hethong {
    height: 460px;
    overflow-y: scroll;
    margin-top: 20px;
}

.hethong-map {
    padding: 12px;
    background-color: var(--color-2);
    border-radius: 16px;
    overflow: hidden;
}

.hethong-map-inner {
    height: 100%;
    overflow: hidden;
    border-radius: 16px;
}

.seclect-trungtam {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    background-color: #B64007;
    padding: 6px;
    border-radius: 40px;
}

.seclect-trungtam>div.form-group {
    width: 49%;
}

.seclect-trungtam .form-group select {
    width: 100%;
    height: 52px;
    border-radius: 30px;
    padding: 0 10px;
    font-weight: 600;
}

.seclect-trungtam .form-group select {
    -webkit-appearance: none;
    appearance: none;
    background-image: url("./images/icon/select-arrow.png");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    padding-right: 2rem;

}

.seclect-trungtam .form-group select:focus-visible {
    box-shadow: none;
    outline: none;
}

.list-hethong-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.item-store {
    border-radius: 12px;
    padding: 10px;
    cursor: pointer;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.25);
    position: relative;
    transition: 0.3s all;
}

.item-store.active,
.item-store:hover {
    background-color: #fff;
}

.item-store.active .store-title,
.item-store.active .store-title svg path,
.item-store.active .store-address,
.item-store:hover .store-title,
.item-store:hover .store-title svg path,
.item-store:hover .store-address {
    color: #181818;
    fill: #181818;
}

.item-store.active .store-phone p,
.item-store:hover .store-phone p {
    background-color: var(--color-4)
}

.item-store.active .store-phone i,
.item-store:hover .store-phone i {
    color: var(--color-4);
}

.store-title {
    color: #fff;
    font-weight: 800;
    font-size: 20px;
}

.store-address {
    margin-bottom: 42px;
    color: #fff;
}


.store-phone {
    position: absolute;
    bottom: 0;
    right: -1px;
}

.store-phone {
    width: fit-content;
    font-weight: 600;
    border-radius: 50px;
}
.store-phone a{
    text-decoration: none;
    color:inherit;
}
.store-phone span {
    background-color: #fff;
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    right: 20px;
}

.store-phone span i {
    color: var(--color-2);
}

.store-phone p {
    margin-bottom: 0;
    width: 93%;
    color: #fff;
    position: absolute;
    z-index: 2;
    top: 28%;
    right: 1px;
    background: var(--color-1);
    padding: 5px 4px;
    border-radius: 50px;
}

.hethong-map {
    width: 100%;
    max-height: 784px;
}


.hethong-map iframe {
    width: 100%;
    height: 100%;
}

/* Section 5 */
.has-divider-style-2 {
    position: relative;
    margin-bottom: 20px;
}

.has-divider-style-2::after {
    content: "";
    background-image: url(./images/divider.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
    max-width: 111px;
    width: 100%;
    height: 100%;
    bottom: -10px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.about_section_5 {
    padding: 40px 0;
}

.about_section_5 .box-head {
    margin-bottom: 40px;
}

.about_section_5 .desc {
    max-width: 1064px;
    margin: auto;
    color: rgba(24, 24, 24, 0.90);
}

.about_section_5 .box-left {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100%;
    display: flex;
    align-items: flex-end;
    background-color: #FAC535;
    border-radius: 24px;
    justify-content: center;
}

.about_section_5 .box-right {
    height: 100%;
    display: flex;
    flex-direction: column;

}

.form-td {
    background-color: var(--color-2);
    border-radius: 40px;
    padding: 40px;
}

.form-td label {
    color: #fff;
    font-weight: 500;
    margin-bottom: 10px;
}

.form-td p {
    margin-bottom: 10px;
}

.form-td input,
.form-td select,
.form-td textarea {
    border-radius: 8px;
    border: 1px solid rgba(42, 42, 42, 0.08);
    background: #FFF;

}


.form-td select,
.form-td input {
    height: 48px;
}

.form-td select::placeholder,
.form-td input::placeholder,
.form-td textarea::placeholder {
    color: rgba(42, 42, 42, 0.48);
}



.form-td .wpcf7 select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #fff;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'><path d='M3.06167 5.9393L7.42979 11.0368C7.5002 11.1189 7.58754 11.1848 7.68582 11.23C7.7841 11.2752 7.89099 11.2986 7.99917 11.2986C8.10734 11.2986 8.21423 11.2752 8.31251 11.23C8.41079 11.1848 8.49813 11.1189 8.56854 11.0368L12.9367 5.9393C13.3535 5.45273 13.0079 4.70117 12.3673 4.70117H3.62979C2.98917 4.70117 2.64354 5.45273 3.06167 5.9393Z' fill='%23181818'/></svg>");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 12px;
    line-height: 1.5;
}

.form-td select.first-selected {
    color: rgba(42, 42, 42, 0.48);
    font-size: 14px;
}

.form-td textarea {
    height: 100px;
}

.dinhkem-cv {
    border: 1px dashed #fff;
    text-align: center;
    padding: 29px 0;
    margin-bottom: 25px;
    cursor: pointer;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.12);

}

.input-file {
    display: none;
}

.file-cv p {
    margin-bottom: 0;
    color: #fff;
}

.file-cv label {
    margin-bottom: 0;
}

/* Bọc ngoài */
@media screen and (min-width:991px) {
    .about_section_2 {
        margin-top: -260px;
    }
}

@media screen and (max-width:990px) {

    .pp2-box-item {
        grid-template-columns: repeat(1, 1fr);
        margin-top: 60px;
    }

    .pp2-box-item {}

    .pp2-box-item {
        max-width: 360px;
        margin: auto;
        margin-top: 40px;
    }

    .box-pp4 .icon-box {
        top: -46px;
    }

    /* section 4 */

    .hethong-map {
        height: 500px !important;
        margin-top: 20px;
        padding: 20px;
    }

    .seclect-trungtam {
        flex-direction: column;
        border-radius: 12px;
    }

    .seclect-trungtam>div.form-group {
        width: 100%;
    }

    .seclect-trungtam .form-group select {
        border-radius: 12px;
    }

}

@media screen and (max-width:768px) {

    /* about_section_2 */
    .about_section_2 .box-top {
        margin-bottom: 40px;
    }

    .about_section_2 img.icon {
        display: none;
    }

    .box-tnsm {
        grid-template-columns: repeat(1, 1fr);
    }

    .pp2-box-item .text-box .title {
        font-size: 16px;

    }

    .box-tnsm .box-left img {
        height: auto;
    }

    /* section 3 */
    .box-pp .box-head h2 {
        font-size: 60px;
    }

    .box-pp .box-head::before {
        background-size: contain;
    }



    .box-pp4 .list-box {
        grid-template-columns: repeat(1, 1fr);
    }

    /* section 4 */
    .store-phone {
        bottom: -1px;
    }

    /* Section 5 */
    .about_section_5 .box-right {
        margin-top: 30px;
    }

    .form-td {
        padding: 20px;
    }

}

@media screen and (max-width:375px) {
    .pp2-box-item {
        max-width: 350px;
    }
}