@font-face {
    font-family: 'AvertaStdCY-Bold';
    src: url('../fonts/AvertaStdCY-Bold_1.otf');
}

@font-face {
    font-family: 'AvertaStdCY-Extrabold';
    src: url('../fonts/AvertaStdCY-Extrabold_1.otf');
}

@font-face {
    font-family: 'AvertaStdCY-Light';
    src: url('../fonts/AvertaStdCY-Light_1.otf');
}

@font-face {
    font-family: 'AvertaStdCY-LightItalic';
    src: url('../fonts/AvertaStdCY-LightItalic_1.otff');
}

@font-face {
    font-family: 'AvertaStdCY-Regular';
    src: url('../fonts/AvertaStdCY-Regular_3.otf');
}

@font-face {
    font-family: 'AvertaStdCY-Semibold';
    src: url('../fonts/AvertaStdCY-Semibold_1.otf');
}

body {
    font-size: 16px;
    font-family: 'AvertaStdCY-Regular';
}

.Semibold {
    font-family: 'AvertaStdCY-Semibold';
}

.Bold {
    font-family: 'AvertaStdCY-Bold';
}

.owl-dots {
    position: absolute;
    margin-top: 8px;
    justify-content: center;
    width: 100%;
    display: block !important;
}

.slide-bannerHome .owl-dots {
    bottom: 45px;
    left: 50%;
    width: 1170px;
    transform: translateX(-50%);
}

.slide-baas .owl-dots {
    right: 0px;
    bottom: -40px;
}

.owl-dot {
    width: 30px;
    height: 3px;
    background-color: #D0D0D0 !important;
    opacity: 20;
    margin-right: 15px;
    border-radius: 3px !important;
}

.owl-next, .owl-prev {
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
}

.owl-next {
    left: auto !important;
    right: 0px;
}

.slide-partner .owl-prev {
    left: -30px;
}

.slide-partner .owl-next {
    right: -30px;
}

.owl-dot.active {
    background-color: #FFFFFF !important;
}

.owl-carousel .owl-dots {
    text-align: center; /* Căn giữa các dots */
    position: absolute; /* Đặt vị trí tuyệt đối để dễ dàng căn chỉnh */
    width: 100%; /* Chiếm toàn bộ chiều rộng của carousel */
}

.owl-carousel .owl-dot {
    display: inline-block; /* Hiển thị inline để dễ dàng căn giữa */
    margin: 0 5px; /* Khoảng cách giữa các dots */
}

.slide-bannerHome-mobile .owl-dots {
    bottom: 40px;
}

.h2Title {
    background: -webkit-linear-gradient(#a579f8, #0000ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 50px;
}

.boxSolution::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 30%;
    background-color: #cbf5e5;
    height: 100%;
    z-index: -1;
}

.listSolution li {
    padding-left: 35px;
}

.listSolution li:before {
    content: '';
    position: absolute;
    top: 5px;
    left: 0px;
    width: 25px;
    height: 21px;
    background-image: url(../images/icon-right.png);
}

.bgBefore:hover a::before {
    display: none;
}

.bgBefore:hover a::after {
    display: inline-block;
}

.bgBefore:hover span {
    top: 50% !important;
    height: 56px;
    transform: translate(-50%, -50%) !important;
}

.bgBefore a::before {
    content: '';
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(245, 239, 239, 0.089) 0%, #0a05ff 95%, #0a05ff 90%));
    background: -o-linear-gradient(top, rgba(245, 239, 239, 0.089) 0%, #0a05ff 95%, #0a05ff 90%);
    background: linear-gradient(180deg, rgba(245, 239, 239, 0.089) 0%, #0a05ff 95%, #0a05ff 90%);
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    bottom: 0;
}

.bgBefore a::after {
    content: '';
    position: absolute;
    background: #0a05ff;
    width: 100%;
    height: 100%;
    right: 0;
    bottom: 0;
    display: none;
}

.h3TitleSuccess::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    background-image: url(../images/icon-right-2.png);
    width: 39px;
    height: 35px
}

.boxDesscription p {
    margin-bottom: 30px;
}

.boxDesscription p:last-child {
    margin-bottom: 0px;
}

.listFooter li::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0px;
    width: 27px;
    height: 26px;
    background-image: url(../images/icon-fb.png);
}

.webiste::before {
    background-image: url(../images/icon-website.png) !important;
}

.absoluteFooter {
    right: 0px;
    top: -35px;
    padding: 20px 100px;
    height: calc(100% + 35px);
    border-top-left-radius: 250px;
}

.sticky {
    --tw-bg-opacity: 1;
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 20;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    transition-duration: 300ms;
    padding: 10px;
    background-color: #fff;
}

.scroll-top {
    line-height: 1.75rem;
    right: 32px;
    bottom: 32px;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    transition-duration: 300ms;
    z-index: 99;
}

/*li.active a {*/
/*    border-bottom: 2px solid #0000ff;*/
/*}*/

@media (min-width: 768px) and (max-width: 1024px) {
    .boxSolution::before {
        display: none;
    }

    .slide-partner .owl-next {
        right: 0px;
    }

    .slide-partner .owl-prev {
        left: 0px;
    }
}

@media (max-width: 767px) {
    .slide-bannerHome .owl-dots {
        z-index: 999;
        width: auto;
        transform: none;
        bottom: 15px;
        display: flex;
        justify-content: center;
    }

    .slide-baas .owl-dots {
        left: 50%;
        bottom: -40px;
        transform: translateX(-50%);
        right: auto;
    }

    .boxSolution::before {
        display: none;
    }

    .boxSolution .owl-next, .boxSolution .owl-prev {
        position: unset;
        left: 0px;
        top: 0;
    }

    .boxSolution .owl-nav {
        position: absolute;
        bottom: -80px;
        left: 50%;
        transform: translateX(-50%);
    }

    .boxSolution .owl-next, .boxSolution .owl-prev {
        margin: 0px 10px;
    }

    .h2Title {
        font-size: 26px;
    }

    .slide-partner .owl-prev {
        left: 0px;
    }

    .slide-partner .owl-next {
        right: 0px;
    }

    .slide-partner .owl-nav button img, #solution .owl-nav button img {
        width: 15px;
    }

    .absoluteFooter {
        right: 0px;
        top: -35px;
        padding: 20px 16px;
        height: calc(100% + 35px);
        border-top-left-radius: 250px;
        width: 100%;
    }

    .scroll-top {
        display: flex;
        right: auto;
        left: 5px;
    }

    #top-menu {
        display: none
    }

    #top-menu.active {
        display: flex !important;
        position: absolute;
        flex-direction: column;
        width: 95%;
        height: auto;
        z-index: 99;
        left: 50%;
        top: 70px;
        transform: translateX(-50%);
        border-radius: 10px;
        padding: 20px 0px;
        background: linear-gradient(0deg, rgba(5, 21, 119, 1) 0%, rgba(7, 40, 242, 1) 100%);
    }

    #top-menu li {
        margin-bottom: 20px
    }

    #top-menu li a {
        color: white;
        padding-bottom: 5px;
        border-color: white;
    }
}

ul#tabs-nav {
    background-color: #102047;
    list-style: none;
    margin: 0;
    overflow: auto;

}

ul#tabs-nav li {
    float: left;
    font-weight: bold;
    height: 7vh;
    cursor: pointer;
    display: flex;
    align-items: center;
}

ul#tabs-nav li:hover,
ul#tabs-nav li.active-tab {
    background-color: #235fbf;
    text-decoration: none;
    height: 100%;
}

#tabs-nav li a {
    text-decoration: none;
    color: #FFF;

}

.tab-content {
    /*padding: 10px;*/
}

.chip{
    font-size: 12px;
    border-width: 1px;
    border-radius: 9999px;
    padding: 4px 8px;
    opacity: 0.8;
    background: white;
}

.flex-container {
    padding: 0;
    width: 100%;
    margin: 0;
    list-style: none;
    display: flex;
}

.wrap    {
    flex-wrap: wrap;
}

.chip{
    border-width: 1px;
    border-radius: 9999px;
    padding: 4px 8px;
    opacity: 0.8;
    background: white;
}

.text-service{
    color: white; /* Màu của văn bản */
    text-align: center;
}

.card-service:hover{
    filter: brightness(50%)
}

.outstanding:hover {
    background: #F0F0FF;
}

.overlay {
    background: linear-gradient(0deg, rgba(0, 38, 133, 0.15), rgba(0, 38, 133, 0.15)),
    radial-gradient(194.19% 67.08% at 28.6% 119.45%, #001547 24.5%, rgba(0, 21, 71, 0) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
}
