.hp1,.hp2,.hp3,.hp4,.hp5,.hp6,.hp7,.hp8,.hp9{
    overflow: hidden;
}
.hp1 {
    padding: 88px 0;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.hp1 .overlay {
    background: linear-gradient(98deg, #1979F7 19.43%, rgba(25, 121, 247, 0.00) 100%), lightgray 50% / cover no-repeat;
}

.hp1 .box-content {
    z-index: 3;
}

.hp1 .subtitle {
    font-size: 40px;
}

.hp1 .subtitle_2 {
    line-height: 40px;
    font-size: 40px;
    background: #0258C9;
    padding: 12px;
}

.hp1 .bigtitle {
    font-size: 120px;
    font-weight: 800 !important;
    /* line-height: 120px; 100% */

}

.hp1 .main-button {
    background-color: var(--color-6EBE13);
}

.hp1 .main-button:hover {
    transition: cubic-bezier() 0.3s;
    scale: 1.1;
}

.hp1 .box-left.box-wcu {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    z-index: 3;
    position: relative;
    height: 100%;
}
.hp1 .box-left .icon-box {
    -webkit-mask-image: url('./images/polygon.png');
    mask-image: url('./images/polygon.png');
    /* Thuộc tính chuẩn */
    -webkit-mask-size: cover;
    mask-size: cover;
    background-color: #fff;
    width: 246px;
    height: 214px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    /* filter: drop-shadow(0px 3px 12px rgba(0, 0, 0, 0.08)); */
    box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.08);
}

.hp1 .icon-box-1 {
    top: 50%;
    transform: translateY(-50%);
    left: 45px;
}

.hp1 .icon-box-2 {
    left: 0;
    top: -10px;
}

.hp1 .icon-box-3 {
    right: 0;
    top: 10px;
}

.hp2 {
    padding: 60px 0;
}

h2.title_section {
    font-size: 40px;
    font-style: normal;
    font-weight: 800 !important;
    line-height: 56px;
    /* 140% */
    text-transform: uppercase;
    background: linear-gradient(90deg, #1D417F -12.62%, #194DAA 98.84%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.subtitle_section {
    color: rgba(10, 31, 68, 0.60);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    position: relative;
    align-items: flex-end;
    display: flex;
    bottom: 0;

}

.subtitle_section::before {
    content: "";
    position: relative;
    background: rgba(10, 31, 68, 0.20);
    display: block;
    left: 0;
    width: 40px;
    height: 1px;
    bottom: 3px;

}

.box_dv .item_dv .item_dv_title {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    /* padding-left: 60px; */
    position: relative;
}

.box_dv {
    display: flex;
    flex-direction: column;
    gap: 20px;

}

.box_dv .item_dv {
    padding: 20px 0;
    border-bottom: solid 1px rgba(10, 31, 68, 0.32);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.box_dv .item_dv:hover {
    border-bottom: solid 1px var(--color-1979F7);
}

.box_dv .item_dv:hover a.item_dv_title span,
.box_dv .item_dv:hover a.item_dv_title i {
    color: var(--color-1979F7);
}

.box_dv .item_dv .arrow-box {
    transform: rotate(0deg);
    /* Trạng thái ban đầu */
    transition: transform 0.3s ease;
    /* Áp dụng transition */
}

.box_dv .item_dv:hover .arrow-box {
    transform: rotate(-90deg);
    transition: transform 0.3s ease;
}

.box_dv .item_dv:hover .arrow-box svg path {
    fill: var(--color-1979F7);

}

.box_dv .item_dv:hover .arrow-box svg circle {
    stroke: var(--color-1979F7);
}

.hp3 {
    background: var(--color-text);
    padding: 60px 0;
}

.hp3 .box-slide .icon-box {
    background: linear-gradient(181deg, rgba(109, 186, 255, 0.48) 0.47%, rgba(255, 255, 255, 0.00) 99.53%);
    box-shadow: 3px 4px 6px 0px rgba(0, 0, 0, 0.06) inset;
    backdrop-filter: blur(2px);
    padding: 24px;
}

.hp3 .box-slide .swiper-slide {
    transition: ease-out 2s;
}

.hp3 .box-slide .swiper-slide-active .icon-box {
    transition: ease-out 2s;
    background: #1979F7;
}

.hp3 h2.title_section {
    background: none;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
}

.hp3 .subtitle_section::before {
    background-color: #fff;
}

.hp4 {
    padding: 60px 0;
}

.hp4 .box-icon {
    display: inline-flex;
    width: 80px;
    height: 80px;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.hp4 .box-icon img {
    height: 40px;
}

.wcu_box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;

}

.wcu_box .wcu_item:nth-child(even) {
    background-color: var(--color-1979F7);
}

.wcu_box .wcu_item:nth-child(odd) {
    background-color: var(--color-6EBE13);
}

.wcu_box .wcu_item {
    padding: 24px;
    min-height: 277px;
}

.wcu_box .wcu_item .box-icon {
    background-color: #fff;
    -webkit-mask-image: url(./images/polygon_2.png);
    mask-image: url(./images/polygon_2.png);
    /* Đảm bảo không lặp lại */
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;

    /* Đặt vị trí ở trung tâm */
    -webkit-mask-position: center;
    mask-position: center;

    /* Bổ sung (nếu cần) để che phủ toàn bộ phần tử */
    -webkit-mask-size: contain;
    mask-size: contain;
    filter: drop-shadow(0px 3px 12px rgba(0, 0, 0, 0.08));

}

.wcu_box .wcu_item .box-text p {
    line-height: 26px;
}

.hp5 {
    background: #0A1F44;
    padding: 60px 0;
}

.hp5 .title_section {
    background: none;
    background-clip: unset;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
}

.hp5 .subtitle_section::before {
    background-color: #fff;
}

.hp6 {
    padding: 60px 0;
    border-radius: 40px 40px 0px 0px;
    background: #F4F9FF;
    height: 578px;
    display: flex;
    align-items: center;
}

.hp6 .box-head {
    max-width: 539px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    /* padding: 60px 0 q; */
}

.hp6 .box-slide {
    margin-left: 0;
}

.hp6 .swiper-slide {
    padding: 10px 5px;
}

.box-feedback {
    border-radius: 8px;
    background: #FFF;
    padding: 20px 20px 20px 60px;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.04);
    position: relative;
    max-width: 480px;
    width: 100%;
    margin-left: 40px;
}

.box-feedback .post_thumb {
    position: absolute;
    left: -50px;
    top: 20px
}

.box-feedback .post_thumb img {
    width: 80px;
    height: 80px;
    border-radius: 80px;
    object-fit: cover;
}
.hp6 .box-slide .swiper-slide{
    transform: translateY(0px);
    transition: 0.5s all;
}
.hp6 .box-slide .swiper-slide-active {
    /* padding-top: 250px; */
    transform: translateY(250px);
    transition: 0.5s all;
}
.hp6 .box-navigation{
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    height: 30px;
    align-items: center;
    gap: 20px;
}
.hp6 .box-slide .swiper-pagination{
    display: block;
}
.hp6 .swiper-button-next,.hp6 .swiper-button-prev{
    position: relative;
    right: unset;
    left: unset;
    top: 12px;
    height: 27px;
}
.hp6 .swiper-button-next::after,.hp6 .swiper-button-prev::after{
    color: #0258C9;
    font-size: 24px;


}

.hp6 .swiper-pagination-fraction{
    width: fit-content;
    bottom: unset;
    top: unset;
    left: unset;
    height: auto;
    position: relative;
}
.hp6 .feedback-content p{
    line-height: 26px;
}
.hp6 .quote{
    position: absolute;
    top: 34%;
    right: 0;
}
.hp7{
    padding: 60px 0;
    background-image: url('./images/hp7_bg.png');
    background-repeat: no-repeat;
    background-size: cover;
}
.hp7 .title_section{
    text-transform: uppercase;
    background: unset;
    background-clip: text;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
}
.hp7 .contact_form p{
    margin-bottom: 0;
}
.hp7 .contact_form input{
    width: 100%;
    height: 56px;
    border-radius: 4px;
border: 1px solid rgba(255, 255, 255, 0.80);
background: linear-gradient(0deg, rgba(255, 255, 255, 0.90) 0%, rgba(255, 255, 255, 0.90) 100%), linear-gradient(0deg, #1979F7 0%, rgba(255, 255, 255, 0.00) 100%);
box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.12);
backdrop-filter: blur(2px);
padding: 5px 10px;
}
.hp7 .contact_form button{
    width: 100%;
    height: 56px;
    background-color: var( --color-6EBE13);
    border: none;
    font-weight: 700;
    position: relative;
}
.hp7 .contact_form button::before{
    content: "";
    background-image: url(./images/mail-send.png);
    width: 24px;
    height: 14px;

    position: relative;
    background-repeat: no-repeat;
}
.hp7 .contact_form .wpcf7-not-valid-tip,.hp7 .contact_form .wpcf7-response-output{
    color: #fff;
    margin-top: 10px;
}

.hp8{
    padding: 60px 0;
    background: linear-gradient(0deg, #F3F3F8 0%, #FFF 83.18%);
}
.hp8 .box-du_an{
    background-color: #fff;
    border-radius: 4px;
    width: 100%;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hp8 .swiper-wrapper {
    transition-timing-function: linear !important;
}
.box-du_an img{
    width: 120px;
}
.hp9{
    padding: 60px 0;
}
.box-blog:hover{
    cursor: pointer;
}
.box-blog:hover .post_thumb img{
    transform: scale(1.2);
    transition: 0.5s all;
}
.box-blog .post_title a{
    color:var(--color-text) 
}
.box-blog:hover .post_title a{
    color: var(--color-1979F7) !important;
}
.box-blog .post_thumb img{
    height: 280px;
    width: 100%;
    transform: scale(1);
    transition: 0.5s all;
    object-fit: cover;
}
.hp9 .swiper-button-prev:after,.hp9 .swiper-button-next:after,.hp9 .swiper-button-next:after,.hp9 .swiper-rtl .swiper-button-prev:after{
    color:var(--color-text);
}
.hp9  .swiper-pagination-bullet{
    background-color: var(--color-1979F7);
}
@media screen and (min-width:990px) {
    .hp3 .box-slide {
        margin-left: -240px;
    }
    .hp5 .swiper-pagination{
        display: none;
    }
    .hp9 .swiper-button-prev, .swiper-rtl .swiper-button-next{
        left: var(--swiper-navigation-sides-offset, -50px);
    }
    .hp9 .swiper-button-next{
        right: var(--swiper-navigation-sides-offset, -50px);
    }
    .hp9 .swiper-pagination{
        display: none;
    }
}
@media screen and (max-width:990px) {
    .hp5 .swiper-button-next, .hp5 .swiper-button-prev{
        display: none;
    }
    .hp9 .swiper-button-prev,  .hp9 .swiper-button-next{
       display: none;
    }

}

@media screen and (max-width:768px) {
   
    .hp1 .row{
        flex-direction: column-reverse;
    }
    .hp1 .box-left .icon-box{
        width: 143px;
        height: 165px;
        -webkit-mask-image: url(./images/polygon_1.png);
        mask-image: url(./images/polygon_1.png);
    }
    .hp1 .box-left .box-icon img{
        height: 30px;
    }
    .hp1 .box-left .icon-box    .box-text{
        padding: 0px 20px;
        text-align: center;
    }
    .hp1 .box-left .icon-box    .box-text{
        font-size: small;
    }
    .hp1 .subtitle {
        font-size: 30px;
        text-align: center;
    }
    .hp1 .bigtitle {
        text-align: center;
        font-size: 70px;
        margin-bottom: 10px;
    }
    .hp1 .subtitle_2{
        font-size: 30px;
        text-align: center;
        width: fit-content;
        margin: 0 auto;
        margin-bottom: 10px;

    }
    .hp1 .des{
        text-align: center;
    }
    .hp1 .box-btn{
        text-align: center;
    }
    .hp1 .box-left.box-wcu{
        justify-content: center;
        gap: 10px;
        flex-wrap: nowrap;
    }
    .hp1 .icon-box-1,.hp1 .icon-box-2,.hp1 .icon-box-3{
        top: unset;
        transform: unset;
        left: unset;
    }
    h2.title_section{
        font-size:32px;
        line-height: 38px;
    }
    .box_dv .item_dv .item_dv_title{
        font-size: 20px;
    }
    .emblem{
        top: -50px !important;
        width: 90px !important;
        height: 90px !important;
    }
    .emblem span{
        font-size: 8px !important;
    }
    .hp4 .wcu_box{
        grid-template-columns: repeat(2, 1fr); 
    }
    .hp6{
        height: auto;
    }
    .hp6 .box-head{
        position: relative;
        margin-bottom: 20px;
    }
    .hp6 .quote{
        display: none;
    }
    .hp6 .swiper-slide{
        padding: 0;
    }
    .box-feedback{
        max-width: none;
        width: auto;
        margin-left: 0;
        padding: 20px 20px 20px 20px;
    }
    .hp6 .box-slide .swiper-slide-active {
        /* padding-top: 250px; */
        transform: translateY(0px);
        transition: 0.5s all;
    }
    .box-feedback .post_thumb {
        position: relative;
        left: 0;
        top: 0;
        margin-bottom: 10px;
    }
    .hp6 .box-navigation {
        position: relative;
        bottom: 0;
        right: 0;
        display: flex;
        height: 30px;
        align-items: center;
        gap: 20px;
        justify-content: center;
        margin-top: 20px;
    }
    .hp9 .swiper-pagination { 
        bottom: var(--swiper-pagination-bottom, -36px);
    }
}
@media screen and (max-width:525px) {
    .hp4 .wcu_box {
        grid-template-columns: repeat(1, 1fr);
    }
    .hp1 .box-left .icon-box {
        width: 143px;
        height: 143px;
    }
}
@media screen and (max-width:375px) {
    .hp1 .box-left .icon-box {
        height: 124px;
    }
}