.home_container {
        position: relative;
    }

    #carouselBanner {
        position: relative;
    }

    #carouselBanner:before {
        display: block;
        content: '';
        width: 100%;
        height: 1.5625vw;
        background: url(../img/nav_bg_1.png) no-repeat;
        background-size: 100% 104%;
        position: absolute;
        top: -0.8854vw;
        left: 0;
        z-index: 2;
    }

    #carouselBanner:after {
        display: block;
        content: '';
        width: 100%;
        height: 1.5625vw;
        background: url(../img/nav_bg_2.png) no-repeat;
        background-size: 100% 104%;
        position: absolute;
        bottom: -0.8333vw;
        left: 0;
        z-index: 2;
    }

    .home_container .carousel-item img {
        width: 100%;
        /* height: 45vw; */
    }

    .home_container .carousel-control-prev {
        width: 2.0198vw;
        height: 4.0396vw;
        top: 19.0104vw;
        left: 2.6042vw;
    }

    .home_container .carousel-control-prev-icon {
        width: 2.0198vw;
        height: 4.0396vw;
        background-image: url(../img/icon_prev.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }

    .home_container .carousel-control-next {
        width: 2.0198vw;
        height: 4.0396vw;
        top: 19.0104vw;
        right: 2.6042vw;
    }

    .home_container .carousel-control-next-icon {
        width: 2.0198vw;
        height: 4.0396vw;
        background-image: url(../img/icon_next.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }

    .home_container .carousel-indicators {
        position: absolute;
        bottom: 5.9375vw;
        right: 5.4688vw;
        left: unset;
        margin: unset;
    }

    .home_container .carousel-indicators [data-bs-target] {
        width: .6771vw;
        height: .6771vw;
        border-radius: 50%;
        margin: 0;
        margin-left: .9896vw;
    }

    .home_container .carousel-caption {
        left: 10.9375vw;
        top: 21.0938vw;
        padding: 1.0417vw 0;
    }

    .home_container .banner_info {
        width: 20.8333vw;
        gap: 3.125vw;
        padding-left: 1.3021vw;
        padding-top: 1.9792vw;
    }

    .home_container .banner_info h4 {
        font-size: 5.7292vw;
        font-weight: 500;
        color: #FFA319;
        font-family:"Microsoft Himalaya";
        margin-top: -0.2083vw;
    }

    .home_container .banner_info span {
        font-size: 1.25vw;
        font-weight: Medium;
        color: #FFFFFF;
        margin-bottom: 1.0417vw;
        font-family: Arial;
    }

    .home_container .banner_info p {
        font-size: 1.0417vw;
        font-weight: Medium;
        color: #FFFFFF;
        font-family: Arial;
    }

@media screen and (max-width: 1923px) {
    .home_container {
        position: relative;
    }

    #carouselBanner {
        position: relative;
    }

    #carouselBanner:before {
        display: block;
        content: '';
        width: 100%;
        height: 30px;
        background: url(../img/nav_bg_1.png) no-repeat;
        background-size: 100% 104%;
        position: absolute;
        top: -17px;
        left: 0;
        z-index: 2;
    }

    #carouselBanner:after {
        display: block;
        content: '';
        width: 100%;
        height: 30px;
        background: url(../img/nav_bg_2.png) no-repeat;
        background-size: 100% 104%;
        position: absolute;
        bottom: -16px;
        left: 0;
        z-index: 2;
    }

    .home_container .carousel-item img {
        width: 100%;
        /* height: 864px; */
    }

    .home_container .carousel-control-prev {
        width: 38.78px;
        height: 77.56px;
        top: 365px;
        left: 50px;
    }

    .home_container .carousel-control-prev-icon {
        width: 38.78px;
        height: 77.56px;
        background-image: url(../img/icon_prev.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }

    .home_container .carousel-control-next {
        width: 38.78px;
        height: 77.56px;
        top: 365px;
        right: 50px;
    }

    .home_container .carousel-control-next-icon {
        width: 38.78px;
        height: 77.56px;
        background-image: url(../img/icon_next.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }

    .home_container .carousel-indicators {
        position: absolute;
        bottom: 114px;
        right: 105px;
        left: unset;
        margin: unset;
    }

    .home_container .carousel-indicators [data-bs-target] {
        width: 13px;
        height: 13px;
        border-radius: 50%;
        margin: 0;
        margin-left: 19px;
    }

    .home_container .carousel-caption {
        left: 210px;
        top: 405px;
        padding: 20px 0;
    }

    .home_container .banner_info {
        width: 400px;
        gap: 60px;
        padding-left: 25px;
        padding-top: 38px;
    }

    .home_container .banner_info h4 {
        font-size: 110px;
        font-weight: 500;
        color: #FFA319;
        font-family:"Microsoft Himalaya";
        margin-top: -4px;
    }

    .home_container .banner_info span {
        font-size: 24px;
        font-weight: Medium;
        color: #FFFFFF;
        margin-bottom: 20px;
        font-family: Arial;
    }

    .home_container .banner_info p {
        font-size: 20px;
        font-weight: Medium;
        color: #FFFFFF;
        font-family: Arial;
    }

}

@media screen and (max-width: 1918px) {
    .home_container {
        position: relative;
    }

    #carouselBanner {
        position: relative;
    }

    #carouselBanner:before {
        display: block;
        content: '';
        width: 100%;
        height: 1.5625vw;
        background: url(../img/nav_bg_1.png) no-repeat;
        background-size: 100% 104%;
        position: absolute;
        top: -0.8854vw;
        left: 0;
        z-index: 2;
    }

    #carouselBanner:after {
        display: block;
        content: '';
        width: 100%;
        height: 1.5625vw;
        background: url(../img/nav_bg_2.png) no-repeat;
        background-size: 100% 104%;
        position: absolute;
        bottom: -0.8333vw;
        left: 0;
        z-index: 2;
    }

    .home_container .carousel-item img {
        width: 100%;
        /* height: 45vw; */
    }

    .home_container .carousel-control-prev {
        width: 2.0198vw;
        height: 4.0396vw;
        top: 19.0104vw;
        left: 2.6042vw;
    }

    .home_container .carousel-control-prev-icon {
        width: 2.0198vw;
        height: 4.0396vw;
        background-image: url(../img/icon_prev.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }

    .home_container .carousel-control-next {
        width: 2.0198vw;
        height: 4.0396vw;
        top: 19.0104vw;
        right: 2.6042vw;
    }

    .home_container .carousel-control-next-icon {
        width: 2.0198vw;
        height: 4.0396vw;
        background-image: url(../img/icon_next.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }

    .home_container .carousel-indicators {
        position: absolute;
        bottom: 5.9375vw;
        right: 5.4688vw;
        left: unset;
        margin: unset;
    }

    .home_container .carousel-indicators [data-bs-target] {
        width: .6771vw;
        height: .6771vw;
        border-radius: 50%;
        margin: 0;
        margin-left: .9896vw;
    }

    .home_container .carousel-caption {
        left: 10.9375vw;
        top: 21.0938vw;
        padding: 1.0417vw 0;
    }

    .home_container .banner_info {
        width: 20.8333vw;
        gap: 3.125vw;
        padding-left: 1.3021vw;
        padding-top: 1.9792vw;
    }

    .home_container .banner_info h4 {
        font-size: 5.7292vw;
        font-weight: 500;
        color: #FFA319;
        font-family:"Microsoft Himalaya";
        margin-top: -0.2083vw;
    }

    .home_container .banner_info span {
        font-size: 1.25vw;
        font-weight: Medium;
        color: #FFFFFF;
        margin-bottom: 1.0417vw;
        font-family: Arial;
    }

    .home_container .banner_info p {
        font-size: 1.0417vw;
        font-weight: Medium;
        color: #FFFFFF;
        font-family: Arial;
    }
}