.home section {
    overflow: hidden;
    max-width: 100vw;
}

.home_1::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(150, 143, 130, 0.2) 0%, rgba(150, 143, 130, 0) 100%);
}

.banner_home {
    overflow: hidden;
}

.banner_home .swiper-autoheight .swiper-wrapper {
    align-items: unset;
}

.banner_home::before {
    content: '';
    display: block;
    width: 100%;
    background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0.651042) 37.83%, rgba(0, 0, 0, 0) 95.91%);
    filter: drop-shadow(0px 4px 30px rgba(185, 229, 254, 0.2));
    opacity: 0.7;
    height: 180px;
    z-index: 3;
    position: absolute;
    top: 0;
    left: 0;
}

.banner_home .title {
    line-height: 1.3 !important;
}

.banner_home .inside-container::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #CED4EC;
    opacity: 0.35;
    filter: blur(150px);
    width: 150%;
    height: 100%;
    z-index: -1;
    display: none;
}

.home_2 .group_image_right {
    width: 50vw;
}

.home_5 .bg {
    max-height: 80%;
}

.home_5 .bg::before {
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 575px;
    background: linear-gradient(360deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    transform: matrix(1, 0, 0, -1, 0, 0);
    z-index: 1;
}

.name_coutries .item_hover {
    background-color: var(--accent);
    border-radius: 50%;
    width: 12px;
    height: 12px;
    cursor: pointer;
}

.name_coutries .item_hover:nth-child(1) {
    left: 8%;
    bottom: 46%;
}

.name_coutries .item_hover:nth-child(2) {
    left: 76.7%;
    bottom: 16%;
}

.name_coutries .item_hover:nth-child(3) {
    left: 18%;
    bottom: 54%;
}

.name_coutries .item_hover:nth-child(4) {
    left: 56%;
    bottom: 85%;
}

.name_coutries .item_hover:nth-child(5) {
    left: 27.3%;
    bottom: 50.9%;
}

.name_coutries .item_hover:nth-child(6) {
    left: 69%;
    bottom: 73%;
}

.name_coutries .item_hover .box_hover {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Đường kẻ từ chấm lên tên quốc gia – chiều dài tùy chỉnh trong admin (Vị trí bản đồ) */
.name_coutries .item_hover::after {
    pointer-events: none;
    content: '';
    display: block;
    width: 1px;
    height: var(--line-height, 120px);
    background: linear-gradient(180deg, #481D13 0%, rgba(72, 29, 19, 0) 100%);
    border-radius: 1px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 100%;
    margin-bottom: 5px;
}

.name_coutries .item_hover a {
    bottom: var(--line-height, 120px);
    margin-bottom: 20px;
    width: max-content;
    left: 50%;
    transform: translateX(-50%);
}

.name_coutries .item_hover a:hover {
    color: var(--accent);
}

.image_coutries .image_hover {
    pointer-events: none;
    z-index: 45;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: .2s all ease-in-out;
}

.image_coutries .image_hover.show {
    opacity: 1;
}

.arcontactus-widget .arcontactus-message-button .static svg {
    margin: auto;
}

@media screen and (max-width: 1535px) {
    .banner_home .group_content {
        top: 50%;
        transform: translateY(-50%);
    }

    .home_2 {
        padding-top: 10rem;
    }

    .home_2 .group_image_right_content .text {
        margin-left: 18px;
    }

    .home_2 .group_image_right_content .play {
        bottom: 130px;
    }

    .home_2 .group_content {
        padding-bottom: 3rem;
    }

    .home_2 .group_content .content {
        max-width: 100% !important;
    }
}

@media screen and (max-width: 1280px) {
    .banner_home::before {
        opacity: 0.5;
    }
}

@media screen and (max-width: 991px) {

    .list-partners .swiper-pagination {
        position: static;
    }

    .list-partners .swiper-pagination-bullet {
        background-color: var(--accent);
    }
    
    .name_coutries .item_hover::after {
        height: var(--line-height, 100px);
    }

    .name_coutries .item_hover a {
        bottom: var(--line-height, 100px);
    }

    .home_2 .group_image_right {
        width: auto;
    }

    .home_3>.img-background {
        opacity: .7;
    }
}

@media screen and (max-width: 575px) {
    .home_3>.img-background {
        top: unset;
        bottom: 0;
        height: auto;
    }

    .banner_home .swiper-pagination-bullet {
        width: 40px;
    }

    .name_coutries .item_hover::after {
        height: var(--line-height, 80px);
    }

    .name_coutries .item_hover a {
        bottom: var(--line-height, 80px);
    }

    .home_2 .group_image_right_content .text {
        margin-left: 6px;
    }
}