@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@font-face {
    font-family: 'Black';
    src: url('../fonts/Averta/Averta-Black.otf');
}
@font-face {
    font-family: 'Bold';
    src: url('../fonts/Averta/Averta-Bold.otf');
}
body {
    font-family: 'Nunito', sans-serif;
    line-height: 23px;
    font-size: 16px;
}
.BlackC{
    font-family: Black;
}
.BoldC{
    font-family: Bold;
}
.menu_header{
    height:68px
}
.menu_header > li{
    height:68px;
    line-height:68px
}
.menu_header > li > a{
    font-size:13px
}
.menu_header > li.active{
    background-color:#ebebeb
}
.bg-ebebeb{
    background: #ebebeb;
}
.w-350{
    width: 350px;
}
.ul_mega_menu li.active{
    background: #fff;
}
.ul_mega_menu li.active a{
    font-weight:bold;
    
}
.ul_mega_menu li:hover{
    background: #fff;
}
.ul_mega_menu li.active svg,.ul_mega_menu li:hover svg{
    display: block !important;
}
.ul_mega_menu li,.menu_header_right  li{
    min-height: 45px;
    line-height: 45px;
}

.ul_mega_menu li a{
    padding: 0 13px;
    font-size: 14px;
    letter-spacing: .4px;
  
}
.img-hover img{
-webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.img-hover:hover img {
-webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.js_menu_footer.active svg{
    transform: rotate(180deg);
}
.js_megamenu{
    z-index: 99999999999;
}
.js_menu_top.active svg{
    transform:rotate(180deg);
}
.js_menu_top.active {
    color: #742160;
    font-weight: bold;
}
.clamp-1 {
    text-overflow: ellipsis;
    line-height: 20px;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.clamp-2{
    text-overflow: ellipsis;
        line-height: 20px;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
            overflow: hidden;
}
.clamp-3 {
    text-overflow: ellipsis;
    line-height: 20px;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.pagination {
    display: inline-block;
}

.pagination li {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
}

.pagination li.active {
    background-color: #742160;
    color: white;
}

.pagination li:hover:not(.active) {
    background-color: #ddd;
}
:root {
    --violet: #af0acc;
    --white: #ffffff;
    --gray9: #999999;
}
/* header */
.o_item_menu:hover {
    color: var(--violet);
}
/* slide home */
.onyx_item_banner_more{
    width: 198px;height:50px;
    background: url(../images/bg-viewmore.png);
    float: left;
}
#slider-home .owl-nav > div{
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    left:5%
}
#slider-home .owl-nav>div.owl-next{
    right: 5%;
    left:auto
}
/* box 2 */
.onyx_stt{
    background: url(../images/bg-stt-1.png) no-repeat
}
.shadow-custom{
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.gray9{
    color: var(--gray9);
}
/* box 3 */
.onyx_box_3_item:nth-child(2){
    left: 60%;
    top: 56%;
}
.onyx_box_3_item:nth-child(3) {
    left: 52%;
    top: 71%;
}
.font-black-box-4{
    background: -webkit-linear-gradient(#c801fa, #7a1f6b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 10px;
}
.onyx_item_right_box_4:nth-child(1){
    margin-top: 20px;
}
.onyx_item_right_box_4:nth-child(4) {
    margin-top: -20px;
}
.onyx_box_6_item:nth-child(1){
    top: 25%;
    left: -3%;
}
.onyx_box_6_item:nth-child(2) {
    top: 15%;
    left: 19%;
}
.onyx_box_6_item:nth-child(3) {
    top: 10%;
    left: 50%;
    z-index: 9999;
    transform: translateX(-50%);
}
.onyx_box_6_item:nth-child(4) {
    top: 15%;
    right: 16%;
}
.onyx_box_6_item:nth-child(5) {
    top: 25%;
    right: -3%;
}
.gradient-line::after{
    content: "";
    width:22px;
    height:20px;
    background: url(../images/icon-logo.png) no-repeat;
    top:50%;
    transform: translateY(-50%);
    right: -11px;
    position:absolute;
}
.onyx_box_7_item:nth-child(1){
    top: -8%;
    left: 40%;
}
.onyx_box_7_item:nth-child(2) {
    top: 6%;
    left: 5%;
}
.onyx_box_7_item:nth-child(3) {
    top: 50%;
    left: -35px;
    transform: translateY(-50%);
}
.onyx_box_7_item:nth-child(4) {
    bottom: 7%;
    left: 6%;
}
.onyx_box_7_item:nth-child(5) {
    bottom: -8%;
    left: 40%;
}
.text-customer:before {
    position: absolute;
    content: "";
    width: 48px;
    height: 40px;
    background: url(../images/icon-1.png) no-repeat;
    left: 0px;
    top: 5px;
}
.col_right_box_7{
    left: -250px;
    top: -35px;
}
.owl-doanhnghiep .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right:-200px;
    display: flex;
    flex-direction: column;
}
.owl-doanhnghiep .owl-nav > .owl-next{
    margin-top: 10px;
}

.onyx_box_9_submit{
    background: linear-gradient(90deg, #742160 0%, #c901fb 100%);
}
.text_h_footer_menu{
    color: #a30fb6
}
.menu_footer_ul li{
    border-bottom: 1px solid #dddddd;
    padding: 5px 15px;
    float: left;
    width: 100%;
}
.menu_footer_ul li:last-child{
    border-bottom:0px
}
.menu_footer_ul li a{
    float: left;
    width: 100%;
}
.menu_footer_ul li a:hover{
    color: #a30fb6
}
.menu_footer_ul li:before{
        content: "\f101";
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        text-decoration: inherit;
        /*--adjust as necessary--*/
        font-size: 18px;
        padding-right: 0.5em;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
}
@media (max-width:767px){
    .shadow-custom{
        box-shadow: 0px 0px;
    }
    .page_about_us{
        background-size: 100% !important;
    }
   .onyx_box_9_item {
       background: linear-gradient(90deg, #f70300 0%, #ffd100 100%) !important;
   }
   .page_about_us_0{
    background: linear-gradient(180deg, #f8e6fd 0%, #ffff 46%) !important;
   }
        .onyx_box_9_item:before {
            position: absolute;
            content: "";
            top: -10px;
            left: 50%;
            transform: translateX(-50%);
            border-top-left-radius: 16px;
            border-top-right-radius: 16px;
            background: linear-gradient(90deg, #f6acac 0%, #f9ebac 100%);
            width: 96%;
            height: 175px;
            z-index: -1;
        }
    
        .onyx_box_9_item::after {
            position: absolute;
            content: "";
            top: -20px;
            left: 50%;
            transform: translateX(-50%);
            border-top-left-radius: 16px;
            border-top-right-radius: 16px;
            background: linear-gradient(90deg, #f6dddd 0%, #f7f2dd 100%);
            width: 93%;
            height: 175px;
            z-index: -2;
        }
}
@media (min-width:767px) and (max-width:1024px) {
    .page_about_us{
        padding-bottom: 150px !important;
            background-size: 90% !important;
    }
    .onyx_box_9_item {
            background: linear-gradient(90deg, #f70300 0%, #ffd100 100%) !important;
        }
    
        .page_about_us_0 {
            background: linear-gradient(180deg, #f8e6fd 0%, #ffff 46%) !important;
        }
    
        .onyx_box_9_item:before {
            position: absolute;
            content: "";
            top: -10px;
            left: 50%;
            transform: translateX(-50%);
            border-top-left-radius: 16px;
            border-top-right-radius: 16px;
            background: linear-gradient(90deg, #f6acac 0%, #f9ebac 100%);
            width: 96%;
            height: 175px;
            z-index: -1;
        }
    
        .onyx_box_9_item::after {
            position: absolute;
            content: "";
            top: -20px;
            left: 50%;
            transform: translateX(-50%);
            border-top-left-radius: 16px;
            border-top-right-radius: 16px;
            background: linear-gradient(90deg, #f6dddd 0%, #f7f2dd 100%);
            width: 93%;
            height: 175px;
            z-index: -2;
        }
    .shadow-custom {
        box-shadow: 0px 0px;
    }
        .col_right_box_7 {
            left: -135px;
            top: -35px;
        }
                .owl-doanhnghiep .owl-nav {
                  
                    right: -100px;
                }
}