.hp_1 {
    background-position: 50% 50%;
    padding: 80px 15px;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    display: block;
}

.banner__slide .swiper-slide {
    height: auto !important;
    /* hoặc không cần */
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.banner__box {
    align-items: flex-start;
    justify-content: center;
    align-content: stretch;
    display: flex;
    width: 100%;
    height: 100%;
}

.banner__box_text {
    width: 40%;
    height: auto;
    top: unset;
    left: unset;
    overflow: visible;
    padding: 20px;
    z-index: 30;
    display: block;
    position: relative;
    --w30s-animation-duration: 1500ms;
    --w30s-animation-fill-mode: both;
    --w30s-animation-iteration-count: inherit;
    --w30s-animation-timing-function: ease;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.73);
}

.banner__box_img {
    width: 60%;
    height: 100%;
    top: unset;
    left: unset;
    overflow: visible;
    display: block;
    position: relative;

}

.banner__box_img img {
    max-height: 479px;
    object-fit: cover;
    height: 100%;
}

.banner__box_text h2 {
    font-weight: 900;
    font-size: 40px;
}

.banner__box_text p {
    height: auto;
    width: 100%;
    top: 0;
    left: 0px;
    font-size: 22px;
    color: var(--color-6a6a71, #6a6a71);
    text-align: center;
    margin: 0px 0px 30px;
    font-weight: 500;
    display: block;

}

.btn-a {
    width: auto;
    color: #fff;
    font-size: 16px;
    font-family: "Nunito", sans-serif;
    text-align: center;
    height: auto;
    text-transform: uppercase;
    font-weight: 900;
    box-shadow: rgba(255, 255, 255, 0.25) 0px 0px 20px;
    padding: 10px 30px;
    border-radius: 20px;
    overflow: visible;
    transition: all 300ms ease;
    display: inline-flex;
    position: relative;
    text-decoration: none;
}

.banner__box_text a {
    background-color: var(--color-e8373d, #e8373d);
}

.banner__box_text a:hover {
    background-color: var(--c-1695868069645, #035392);
}

.hover-a:hover {
    box-shadow: rgba(53, 52, 52, 0.45) 1px 9px 10px;
    transition: all 300ms ease;
    transform: scale(1.1);
    color: var(--c-1695868241053, #fff);
}

/* section 2 */
.hp_2 .container {
    top: -60px;
}

.w30s-widget-12202461 {
    width: 100%;
    height: 150px;
    top: 0px;
    left: 0px;
    transform: translateY(-80px);
    fill: var(--c-1695868241053, #fff);
    display: block;
    position: absolute;
}

.service__box_img {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    width: 100%;
    height: 0;
    top: 0;
    left: 0px;
    border-radius: 300px 700px 0px 0px;
    overflow: visible;
    display: block;
    padding: 0 0 56.25% 0;
    position: relative;
}

.service__box_img {
    border-radius: 300px 700px 0px 0px;
}

.service__box_text h3 {
    font-family: "Source Sans 3", sans-serif;
    height: 60px;
    width: 100%;
    font-size: 24px;
    top: 0;
    left: 0px;
    font-weight: 600;
    margin: 0px 0px 10px;
    display: block;
    position: relative;
}

.service__box_text {
    padding: 50px;
    font-size: 17px;
}

.service__box {
    width: 100%;
    height: auto;
    top: unset;
    left: unset;
    margin: 0px 30px 0px 0px;
    border-radius: 15px;
    overflow: hidden;
    display: block;
    position: relative;
    --w30s-animation-duration: 1500ms;
    --w30s-animation-fill-mode: both;
    --w30s-animation-iteration-count: inherit;
    --w30s-animation-timing-function: ease;
}

.service__box__1 {
    background-color: var(--color-035392, #035392);
}

.service__box__2 {
    background-color: var(--color-e8373d, #e8373d);
}

.service__box__3 {
    background-color: var(--color-e4a40f, #e4a40f);
}

.service__text__des {
    height: 180px;
    width: 100%;
    top: 0;
    left: 0px;
    font-size: 17px;
    margin: 0px 0px 15px;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    position: relative;
}

.service__box_text a {
    box-shadow: rgba(255, 255, 255, 0.25) 0px 0px 20px;
    border-width: 2px;
    border-style: solid;
    border-color: var(--c-1695868241053, #fff);
}

/* Section 3 */
.hp_3 {
    margin-bottom: 50px;
}

.box__iframe {
    max-width: 560px;
    width: 100%;
    margin: 0 auto;
    height: 315px;
    top: unset;
    left: unset;
    display: block;
    position: relative;
}

.hp_3 a.btn-a {
    background-color: var(--color-e8373d, #e8373d);
}

.hp_3 a.hover-a:hover {
    background-color: var(--color-035392, #035392);
}

.section__title {
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.section__title::after {
    content: "";
    width: 33px;
    height: 33px;
    background-image: url(./icon/pen.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.about__us__title {
    font-size: 50px;
}

.about__us__des {
    font-size: 17px;
}

/* Section 4 */
.heading__h2 {
    font-size: 37px;
}

.header__des {
    text-transform: uppercase;
    font-weight: 800;
    font-family: "Nunito Sans", sans-serif;

}

.box__review {
    height: auto;
    background-color: var(--c-1695951995355, #faf8d4);
    padding: 40px 40px 35px 70px;
    text-align: left;
    display: block;
    position: relative;
}

.box__review::after {
    content: "";
    width: 0px;
    height: 0px;
    top: 0;
    left: 0;
    border-style: solid;
    border-color: #eee #fff;
    border-width: 0px 0px 50px 50px;
    box-shadow: rgba(0, 0, 0, 0.17) 7px 7px 7px;
    display: block;
    position: absolute;
}

.review__title h4 {
    font-family: "Source Sans 3", sans-serif;
    font-size: 22px;
    font-weight: 600 !important;
}

.review__slide .swiper-button-prev,
.review__slide .swiper-button-next,
.team__slide .swiper-button-prev,
.team__slide .swiper-button-next,
.blogs__slide .swiper-button-prev,
.blogs__slide .swiper-button-next {
    background-color: var(--color-e4a40f);
    border-radius: 50%;
    width: 30px;
    height: 30px;
    top: 41%;
}
.blogs__slide .swiper-button-prev{
    left: 0;
}
.blogs__slide .swiper-button-next{
    right: 0;
}
.review__slide .swiper-button-prev::after,
.review__slide .swiper-button-next::after,
.team__slide .swiper-button-prev::after,
.team__slide .swiper-button-next::after,
.blogs__slide .swiper-button-prev::after,
.blogs__slide .swiper-button-next::after {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
}

.review__slide .swiper-pagination,
.team__slide .swiper-pagination,.blogs__slide .swiper-pagination {
    position: relative;
    bottom: 0 !important;

}

.review__slide .swiper-pagination-bullets .swiper-pagination-bullet,
.team__slide .swiper-pagination-bullets .swiper-pagination-bullet ,.blogs__slide .swiper-pagination-bullets .swiper-pagination-bullet{
    border-style: solid;
    border-color: #cecece;
    border-width: 2px;
    width: 10px;
    height: 10px;
    background-color: var(--c-1695868092541, #e4a40f);
    border-radius: 15px;
    margin: 0 5px;
    transform: scale(.66);
}

.review__slide .swiper-pagination-bullet.swiper-pagination-bullet-active,
.team__slide .swiper-pagination-bullet.swiper-pagination-bullet-active,.blogs__slide .swiper-pagination-bullet.swiper-pagination-bullet-active {
    transform: scale(1);
}

/* Section 5 */
.hp_5 {
    height: auto;
    background-color: var(--c-1695868069645, #035392);
    padding: 80px 15px;
    display: block;
}

.hp_5 .heading__h2 {
    font-size: 50px;
}

.hp5_icon {
    -webkit-animation-name: shakeY;
    animation-name: shakeY;
    animation-duration: 70000ms;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
    animation-timing-function: ease;
    position: absolute;
    top: -60px;
    left: 120px;
    transition: all .3s;
}

.hp_5 .section__title::after {
    background-image: url(./icon/pen-2.svg);
    width: 26px;
    height: 26px;
}

.wcu__icon {
    border-radius: 50px 25px 35px 35px;
    padding: 20px;
    width: 100px;
    background-color: #fff;
    transition: all 500ms ease;

}

.wcu__item:hover .wcu__icon {
    border-radius: 100px;
    transform: rotate(20deg);
    transition: all 500ms ease;

}

.wcu__icon__inner {
    width: 55px;
    height: 55px;
    ;
    margin: 0px 0px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    color: #fff;
    z-index: 3;
    background-color: var(--c-1695867994189, #e8373d);
    font-family: "Nunito", sans-serif;
    transition: all 500ms ease;

}

.wcu__icon__inner::before {
    content: "";
    background-color: transparent;
    width: 100%;
    border-radius: 50%;
    height: 100%;
    border: dashed 1px #fff;
    left: 0;
    top: 0;
    z-index: 2;
    position: absolute;
}

.list__wcu {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.wcu__content h4 {
    font-family: "Source Sans 3", sans-serif !important;
    font-weight: 600 !important;

}

.wcu__content p {
    font-size: 17px;
}

/* section 6 */
.hp_6 {
    height: auto;
    padding: 80px 15px;
    background-attachment: fixed;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    box-shadow: rgba(41, 41, 41, 0.42) 0px 0px 0 1222px inset;
    background-size: 100%;
    display: block;
}

.overview__box {
    width: 100%;
    height: auto;
    top: 0;
    left: 0px;
    padding: 30px 10px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.49) -2px 1px 20px;
    display: block;
    position: relative;
}

.overview__box__item:nth-child(odd) .overview__box {
    background-color: var(--color-e8373d, #e8373d);

}

.overview__box__item:nth-child(even) .overview__box {
    background-color: var(--color-035392, #035392);

}

.overview__box__item:hover .overview__icon img {
    transform: scale(1.1);
    transition: all 300ms ease;

}

.overview__icon {
    margin-bottom: 10px;
}

.overview__icon img {
    filter: opacity(0.5);
    transition: all 300ms ease;
    width: 70px;
    height: 70px;
    object-fit: cover;
}

.overview__content h3 {
    font-size: 40px;
}

.overview__content h4 {
    font-size: 22px;
    font-weight: 700 !important;
}

/* Section 7 */
.hp_7 {
    margin: 70px 0;
}

.our__team__des ul {
    margin-left: 0 !important;
    list-style: none;
}

.our__team__des li {
    position: relative;
    line-height: 28px;
    color: #6a6a71;
}

.our__team__des li::before {
    content: "";
    background-image: url(./icon/checkbox.svg);
    width: 20px;
    height: 20px;
    position: absolute;
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    background-repeat: no-repeat;
    background-size: cover;
}

.our__team__img img {
    width: 100%;
    margin: 0px 0px 0px;
    border-radius: 580px 500px 600px 320px;
    transition: all 700ms ease;
    display: block;
    position: relative;
}

.our__team__img img:hover {
    border-radius: 300px 650px 630px 500px;
    transition: all 700ms ease;
}

.team__box {
    padding: 30px 20px 30px 20px;
    background-color: #f6f6f6;
    overflow: visible;
    box-shadow: rgba(0, 0, 0, .25) 0px 1px 4px;
    display: block;
    position: relative;
}

.team__thumb img {
    object-fit: cover;
    aspect-ratio: 1/1;
}

.team__name {
    height: 60px;
    width: 100%;
    color: var(--c-1695868226669, #151515);
    font-size: 24px;
    margin: 0px 0px 5px;
    transition: all 300ms ease;
    position: relative;
}

.team__name:hover a {
    color: var(--color-e4a40f, #e4a40f);
    transition: all 300ms ease;
}

.team__position {

    text-align: center;
    font-size: 18px;
    color: var(--c-1695868201549, #6a6a71);
    font-weight: 600;
    border-style: solid;
    border-color: var(--c-1695867994189, #e8373d);
    border-width: 0px 0px 1px;
    margin: 0px 0px 35px;
    display: block;
    position: relative;
}

.pencil {
    width: auto;
    color: var(--color-e8373d, #e8373d);
    font-size: 30px;
    text-align: center;
    top: 100%;
    left: 100%;
    height: auto;
    transform: translateX(calc(-100% - 10px)) translateY(-100%) rotate(20deg);
    font-weight: 900;
    transition: all 300ms ease;
    display: inline-flex;
    position: absolute;
}

.pencil a {
    color: inherit;
}

.pencil:hover {
    transform: translateX(calc(-100% - 10px)) translateY(-100%) rotate(0deg) scale(1);
    color: var(--color-e8373d, #e8373d);
    font-size: 40px;
    transition: all 300ms ease;
}

.pencil:hover a {
    color: var(--color-e8373d, #e8373d);
}
/* Section 8 */
.hp_8{
    height: auto;
    padding: 80px 15px;
    background-position: center 100%;
    background-repeat: no-repeat;
    display: block;
}
.blog__box {
    background-color: #f5f5f5;
    border-radius: 10px;
    border-style: solid;
    border-color: #eee;
    border-width: 2px;
    overflow: hidden;
    display: block;
    position: relative;
}

.blog__content {
    padding: 35px 25px;
}

.blog__title {
    font-family: "Source Sans 3", sans-serif;
    font-weight: 700 !important;
}

.blog__excerpt {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* number of lines to show */
    line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 30px;
}

.viewpost {
    font-size: 14px;
    font-weight: 700;
    color: var(--color-6a6a71, #6a6a71);
}

.blog__content a.btn-a {
    background-color: var(--color-035392);
}

.blog__content a.hover-a:hover {
    background-color: var(--color-e8373d);
}
.blog__date{
    width: 68px;
    height: 68px;
    top: 100%;
    left: 25px;
    transform: translateY(-34px);
    background-color: var(--color-e4a40f, #e4a40f);
    overflow: visible;
    border-radius: 300px 500px 650px 450px;
    box-shadow: rgba(0, 0, 0, 0.46) 2px 0px 2px;
    z-index: 1;
    display: flex
    ;
        position: absolute;
        flex-direction: column;
        align-items: center;
}
.blog__date .day{
    text-align: center;
    color: var(--c-1695868241053, #fff);
    font-size: 20px;
    font-weight: 700;
    margin: 0px 0px 3px;
    display: block;
    position: relative;
}
.blog__date .month {
    font-size: 12px;
    color: var(--c-1695868241053, #fff);
    font-weight: 700;
    margin: 0px 3px 0px 0px;
    text-transform: uppercase;
    overflow: visible;
    z-index: 30;
    display: block;
    position: relative;
}
@keyframes shakeY {

    0%,
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translate3d(0, -10px, 0);
        -webkit-transform: translate3d(0, -10px, 0);
    }

    20%,
    40%,
    60%,
    80% {
        transform: translate3d(0, 10px, 0);
        -webkit-transform: translate3d(0, 10px, 0);
    }
}

@media screen and (max-width:1024px) {
    .hp_1 {
        height: auto;
        display: block;
    }
}

@media screen and (max-width:768px) {
    .hp_1 {
        padding: 40px 15px;
    }

    .banner__box {
        flex-direction: column;
    }

    .banner__box_text,
    .banner__box_img {
        width: 100%;
    }

    .banner__box_text {
        position: absolute;
        top: 20px;
        left: 20px;
        width: 70%;
    }

    .banner__box_text h2 {
        font-size: 22px;
    }

    .banner__box_text p,
    .banner__box_text a {
        display: none;
    }

    .banner__box_img img {
        width: 100%;
    }

    /* section 2 */
    .w30s-widget-12202461 {
        display: none;
    }

    .hp_2 .container {
        top: 0px;
    }

    .service__text__des {
        height: auto;
    }
    .overview__box__item{
        margin-bottom: 20px;
    }
}