.sec_hmbanner {
    position: relative;
    margin-top: 0px;
    max-width: 100%;
    overflow: hidden;
    /* margin-bottom: 0px; */
}

.sec_hmbanner ul li {
    padding-left: 0;
    margin-bottom: 0;
}

.sec_hmbanner ul li::before {
    display: none;
}

.ol_hmbanner {
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    width: 100%;
    height: 100%;
    z-index: 0;
    display: flex;
    flex-wrap: wrap;
    /* align-items: center; */
    justify-content: center;
    /* min-height: 800px; */
    background: transparent;
    padding: 100px 0 100px;
    z-index: 1;

    /* &:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 00;
        right: 0px;
        margin: auto 0px;
        background: transparent linear-gradient(180deg, #000000BF 0%, #0000001A 100%) 0% 0% no-repeat padding-box;
        width: 100%;
        height: 100%;
        max-height: 100%;
        z-index: -1;
        opacity: 0.5;
    } */
}

.ol_hmbanner .container {
    width: 100%;
}

.olhmban_wrap>.left-side {
    width: 785px;
    text-align: left;
    padding-right: 240px;

    & .heading-50 {
        color: var(--white);
    }
}

.olhmban_wrap>.right-side {
    width: calc(100% - 785px);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;

    & .inner-grouplogo {
        width: 186px;
        position: absolute;
        left: -140px;
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }

    & .inner-logo-list {
        width: 455px;
        display: flex;
        flex-wrap: wrap;
        margin: auto 0 0 auto;
        gap: 14px;
    }
}

.olhmban_wrap {
    display: flex;
    flex-wrap: wrap;
    /* align-items: center; */
    justify-content: space-between;
    max-width: 100%;
    padding-left: 0px;
    margin: auto;
    overflow: visible;






    & .action-callbtn {
        & .call-icon {
            background: transparent;
            border: 1px solid var(--white);

            & img {
                filter: brightness(0) invert(1);
            }
        }

        & .call-info {
            & p {
                color: var(--white);

                & span {
                    color: var(--white);
                }
            }
        }
    }
}

.hmban_title {
    font-family: var(--sitefonts);
    font-size: clamp(32px, 32px + (50 - 32) * ((100vw - 375px) / (1920 - 375)), 50px);
    color: var(--themegreen);
    letter-spacing: 0;
    font-weight: 800;
    line-height: 1.12;
    max-width: 100%;
    margin: 0px auto 20px;
    position: relative;

    & span {
        display: block;
        color: var(--white);
    }
}

.hmban_cotent {
    font-family: var(--sitefonts);
    font-size: clamp(16px, 16px + (18 - 16) * ((100vw - 375px) / (1920 - 375)), 18px);
    line-height: 1.33;
    color: #FFFFFF;
    margin-bottom: 30px;
}

.bannerimgvid {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    text-align: right;
    background: var(--rangoongreen);

    & .img-wrap {
        margin-right: 0;
        margin-left: auto;
        position: unset;
        width: 53.176%;

        &:before {
            content: '';
            position: absolute;
            height: 100%;
            width: calc(100% - (53.176% - 6.15%));
            left: 0;
            top: 0;
            background: rgba(25, 25, 25, 26%);
            clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
            /* clip-path: polygon(98px 0, 78% 0%, 10% 100%, 0% 100%); */
            z-index: 2;
        }
    }
}

.bannerimgvid>.img-wrap>img,
.bannerimgvid>.img-wrap {
    height: 100%;
    object-fit: cover;
}

.bannerimgvid>.img-wrap>img,
.bannerimgvid>.img-wrap>video {
    margin-right: 0;
    margin-left: auto;
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0% 100%);
    position: relative;
    z-index: 1;
    width: 100%;
}

video {
    position: relative;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* ---------------- HM USP Wraper ---------------- */
.hm-banner-usp-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 25px;

    & .hm-usp-items {
        width: calc(50% - 35px);
        display: flex;
        align-items: center;
        gap: 15px;

        & .hmusp-icon {
            width: 56px;
            min-width: 56px;
            height: 56px;
            background: var(--white);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        & .hm-usp-content {
            width: calc(100% - 71px);
            font: normal normal 800 18px/22px Figtree;
            letter-spacing: 0px;
            color: #FFFFFF;
        }
    }

    &:has(+ *) {
        margin-bottom: 40px;
    }
}

/* ---------------- Slick Slider ---------------- */
.slick-slider {
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

.js_hmbanner.slick-slider .slick-prev,
.js_hmbanner.slick-slider .slick-next {
    right: 30px;
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    min-height: auto;
    padding: 0;
    border: 0px solid #ffffff !important;
    border-radius: 0 !important;
    cursor: pointer;
    outline: none;
    clip-path: none;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background: transparent;
}

.js_hmbanner.slick-slider .slick-prev:before,
.js_hmbanner.slick-slider .slick-next:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../images/icon/arrow-right-slick.svg) no-repeat center center;
    filter: brightness(0) invert(1);
    transform: rotate(180deg);
    background-size: contain;
    transition: all ease-out 0.3s;
    -webkit-transition: all ease-out 0.3s;
    -moz-transition: all ease-out 0.3s;
    -ms-transition: all ease-out 0.3s;
}

.js_hmbanner.slick-slider .slick-prev {
    left: 30px !important;
}

.js_hmbanner.slick-slider .slick-next::before {
    transform: rotate(0deg);
    background-position: center left 55%;
}

.js_hmbanner.slick-slider .slick-prev:hover,
.js_hmbanner.slick-slider .slick-prev:focus,
.js_hmbanner.slick-slider .slick-next:hover,
.js_hmbanner.slick-slider .slick-next:focus {
    border: 0px solid var(--white) !important;
    background: transparent;
    width: 27px;
    height: 27px;
    transition: all ease-out 0.3s;
    -webkit-transition: all ease-out 0.3s;
    -moz-transition: all ease-out 0.3s;
    -ms-transition: all ease-out 0.3s;
}

ul.js_hmbanner li {
    display: block !important;
    padding-left: 0;
    margin-bottom: 0;
    position: relative;
}

/* ------------------ Slick Slider End ------------------ */

ul.js_hmbanner {
    position: relative;
    margin-bottom: 0 !important;
    margin: 0;
    z-index: 1;

    & .slick-list {
        overflow: clip;
    }
}

.js_hmbanner:not(.slick-initialized) {
    z-index: 0;
}

.js_hmbanner:not(.slick-initialized)>li {
    padding-left: 0;

    .ol_hmbanner {
        z-index: 2;
    }
}

.js_hmbanner>li:before {
    display: none;
}

.js_hmbanner:not(.slick-initialized)>li:not(:nth-child(-n + 1)) {
    display: none !important;
}

.js_hmbanner.slick-arrow .slick-prev {
    left: calc(0% + 20px);
    right: unset;
    top: calc(50% + 20px) !important;
    bottom: unset;
}

.js_hmbanner.slick-arrow .slick-next {
    right: calc(0% + 20px);
    left: unset;
    top: calc(50% + 20px) !important;
    bottom: unset;
}

/* ---------------- Slick Slider ---------------- */
.js_hmbanner .slick-dots {
    display: inline-flex;
    line-height: 0;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    top: unset;
    bottom: 100px;
    left: calc(50% - 755px);
    right: unset;
    width: auto;
    gap: 15px;
}

.js_hmbanner.slick-slider .slick-dots li {
    height: 17px;
    width: 17px;
    background: transparent !important;
    position: relative;
    content: " " counter(my-counter, decimal-leading-zero);
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.16px;
    color: #fff;
    counter-increment: my-counter;
    list-style: none;
    margin: 0;

    &:not(:last-child):after {
        content: '';
        position: absolute;
        right: unset;
        top: 0;
        bottom: 0;
        margin-block: auto;
        height: 0;
        width: 60px;
        display: inline-block !important;
        border-top: 1px solid #FFFFFF;
        right: 0;
        left: unset;
        background: transparent !important;
        transform: scale(0);
        transition: all ease-out 0.5s;
        -webkit-transition: all ease-out 0.5s;
        -moz-transition: all ease-out 0.5s;
        -ms-transition: all ease-out 0.5s;
        transform-origin: right;
    }

    & button {
        border-radius: 0 !important;
        height: 17px;
        width: 17px;
    }
}

/* ---------------- Slick Slider End --------------- */

/* Super Large devices (large desktops, less than 1600px) */
@media (min-width: 1921px) {
    /* .bannerimgvid>.img-wrap {
        width: 100%;
    } */

    .bannerimgvid>.img-wrap>img {
        width: 100%;
    }
}

@media (max-width: 1800px) {
    .top-header {
        & .flex-container {
            &>a {
                right: 15px;
            }
        }
    }

    .js_hmbanner.slick-slider .slick-prev {
        right: 10px;
    }

    .js_hmbanner.slick-slider .slick-prev {
        left: 10px !important;
    }

    .olhmban_wrap>.right-side {
        & .inner-grouplogo {
            left: -160px;
        }
    }
}

@media (max-width: 1599.98px) {
    .js_hmbanner.slick-arrow .slick-prev {
        left: calc(50% - 45px);
        top: calc(100% - 30px) !important;
    }

    .js_hmbanner.slick-arrow .slick-next {
        right: calc(50% - 45px);
        top: calc(100% - 30px) !important;
    }

    .ol_hmbanner .container {
        padding: 0 15px;
    }

    .ol_hmbanner {
        min-height: 700px;
    }

    .js_hmbanner .slick-dots {
        left: calc(50% - 679px);
        bottom: 35px;
    }

    .olhmban_wrap>.left-side {
        width: 660px;
        padding-right: 100px;
    }

    .olhmban_wrap>.right-side {
        width: calc(100% - 660px);

        .inner-grouplogo {
            left: -90px;
        }
    }

}

/* Extra Large devices (large desktops, less than 1440px) */

@media (max-width: 1439.98px) {

    .js_hmbanner .slick-dots {
        left: calc(50% - 557px);
    }

    .olhmban_wrap>.left-side {
        width: 570px;
        padding-right: 80px;
    }

    .olhmban_wrap>.right-side {
        width: calc(100% - 570px);

        .inner-logo-list {
            width: 390px;
            gap: 10px;

            .inner-logo {
                width: 123px;
            }
        }

        .inner-grouplogo {
            left: -80px;
            width: 150px;
            gap: 14px;
        }
    }
}

/* Large devices (desktops, less than 1200px) */

@media (max-width: 1199.98px) {

    /* Common Spading */
    .olhmban_wrap {
        max-width: 100%;
    }

    .bannerimgvid {
        .img-wrap {
            width: 50%;

            &:before {
                width: calc(100% - (50% - 6.2%));
            }

        }
    }

    .olhmban_wrap>.left-side {
        width: calc(100% - 420px);
        padding-right: 20px;
        max-width: 472px;
    }

    .olhmban_wrap>.right-side {
        align-items: flex-end;
        flex-direction: column;
        justify-content: flex-end;
        row-gap: 20px;
        width: 400px;

        .inner-grouplogo {
            width: 100%;
            left: auto;
            gap: 8px;
            justify-content: flex-end;
            position: relative;

            & img {
                width: 120px;
            }
        }

        .inner-logo-list {
            width: 320px;
            gap: 8px;
            margin: 0 0 20px 0;

            .inner-logo {
                width: calc(33.33% - 10px);
            }
        }
    }
}

/* Medium devices (tablets, less than 992px) */

@media (max-width: 991.98px) {

    .ol_hmbanner {
        min-height: 600px;
    }

    .bannerimgvid {
        .img-wrap {
            width: 100%;

            img {
                clip-path: unset;
            }

            &:before {
                width: 100%;
                clip-path: unset;
                background: rgba(25, 25, 25, 70%);
            }
        }
    }

    .hmban_title {
        margin: 0px auto 10px;
    }

    .hmban_cotent {
        margin-bottom: 15px;
    }

    .olhmban_wrap>.left-side {
        width: 100%;
        padding-right: 0;
        margin-bottom: 20px;
        max-width: 100%;
    }

    .hm-banner-usp-wrap {
        &:has(+ *) {
            margin-bottom: 30px;
        }
    }

    .hm-banner-usp-wrap {
        row-gap: 15px;

        & .hm-usp-items {
            width: calc(50% - 35px);
            gap: 10px;

            & .hmusp-icon {
                width: 45px;
                min-width: 45px;
                height: 45px;

                img {
                    width: 30px;
                }
            }

            & .hm-usp-content {
                width: calc(100% - 55px);
                font: normal normal 800 16px / 18px Figtree;
            }
        }
    }

    .olhmban_wrap>.right-side {
        row-gap: 15px;
        column-gap: 25px;
        width: 100%;
        flex-direction: row;
        justify-content: center;
        align-items: center;

        .inner-grouplogo {
            width: fit-content;
            justify-content: center;

            img {
                width: 100px;
            }
        }

        .inner-logo-list {
            width: fit-content;
            gap: 5px;
            margin-bottom: 0;

            .inner-logo {
                width: unset;
                flex: 1;

                img {
                    width: 90px;
                }
            }
        }
    }

}

/* Small devices (landscape phones, less than 768px) */

@media (max-width: 767.98px) {
    .ol_hmbanner {
        padding: 30px 0;
    }

    .olhmban_wrap>.right-side {
        & .inner-grouplogo {
            img {
                width: 80px;
            }
        }

        & .inner-logo-list {
            & .inner-logo {
                img {
                    width: 72px;
                }
            }
        }
    }
}

/* Extra small devices (portrait phones, less than 576px) */

@media (max-width: 575.98px) {

    .js_hmbanner.slick-arrow .slick-next,
    .js_hmbanner.slick-arrow .slick-prev {
        top: calc(100% - 17px) !important;
        align-items: flex-start;
        text-align: left;
    }

    .hmban_title {
        line-height: 1;

        & span {
            line-height: 1.3;
        }
    }

    .bannerimgvid>.img-wrap>img,
    .bannerimgvid>.img-wrap>video {
        clip-path: unset;
    }

    .hm-banner-usp-wrap {
        .hm-usp-items {
            width: calc(50% - 10px);
            gap: 10px;

            .hmusp-icon {
                width: 40px;
                min-width: 40px;
                height: 40px;

                img {
                    width: 25px;
                }
            }

            .hm-usp-content {
                width: calc(100% - 50px);
                font: normal normal 800 16px / 18px Figtree;
            }
        }

        &:has(+ *) {
            margin-bottom: 20px;
        }
    }
}