/* @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap'); */

* {
    box-sizing: border-box;
}

:root {
    --primary-color: #0B4DA1;
    --second-color: #FFFFFF;
    --third-color: #000000;
}

@font-face {
    font-family: Plus Jakarta Sans;
    src: url('fonts/PlusJakartaSans-VariableFont_wght.ttf') format('truetype'),
        url('fonts/PlusJakartaSans-VariableFont_wght.woff') format('woff');
    font-display: swap;
}

body {
    /* font-family: 'Roboto', sans-serif; */
    font-family: 'Plus Jakarta Sans', sans-serif;
    background: #DEDEDE;
    font-size: 14px;
    font-weight: 500;
    top: 0px !important;
}

.adm-glyphicon span {
    background: url('img/setting.png');
    background-size: cover;
    width: 12px;
    height: 12px;
    display: inline-block !important;
    position: relative;
    z-index: 9;
}

.wrap {
    max-width: 1340px;
    width: 100%;
    margin: 0 auto;
}

/* a:hover, a:focus {
    text-decoration: none;
} */

input, button, textarea, select{
    outline: none;  
}

input{
    -webkit-appearance: none;
}

ol,
ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
    height: auto;
}

.img-404{
    max-width: 100%;
}

.img-100 {
    position: relative;
    height: 0;
    overflow: hidden;
    display: block;
}

.img-100>img {
    object-fit: cover;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    transition: .3s linear;
}

/* .img-100:hover img {
    transform: scale(1.05);
} */

h1, h2, h3, h4, h5, h6, p{
    font-size: unset;
    font-weight: unset;
    margin: 0px;
    padding: 0px;
}

.site-title {
    width: 0px;
    height: 0px;
    overflow: hidden;
    margin: 0 !important;
    padding: 0 !important;
}

.wrap-img{
    display: block;
}

.stop-scroll{
    height: 100%;
    overflow: hidden;
}

.skiptranslate{
    display: none !important;
}

#swal2-content{
    font-size: 18px !important;
    text-align: center;
}

.bg-white{
    background-color: var(--second-color);
}

/* Header  */
hr{
    border-top: 1px solid #9a9a9a;
    margin: 0;
}

.header .bg-white{
    padding-bottom: 14px;
}

.img-header{
    width: 100%;
}

.menu-wrap{
    background-color: var(--primary-color);
    padding: 5px 10px;
}

.menu a{
    color: var(--second-color);
}


.menu .item-level-1{
    display: inline-block;
    position: relative;
}

.menu .item-level-1 .name-level-1{
    padding: 5px 18px;
    display: inline-block;
    font-weight: 700;
    position: relative;
}

.menu .item-level-1 .name-level-1 > svg{
    margin-left: 6px;
    transform: rotate(90deg) translateX(2px);
}

.menu .item-level-1:not(:last-child) .name-level-1{
    border-right: 1px solid #016FAA;
}

.menu .item-level-1 .name-level-1:hover{
    color: #FFFF00;
}

.menu .item-level-1.has-child:hover{
    background: #189EDE;
}

.menu-wrap .item-level-1:hover .level-2{
    display: block;
}

.level-2{
    position: absolute;
    z-index: 2;
    top: 100%;
    left: 0;
    background: #189EDE;
    display: none;
}

.level-2 .name-level-2{
    display: block;
    width: 200px;
    padding: 6px 15px 6px 6px;
    border-bottom: #615D5C solid 1px;
    text-transform: uppercase;
    position: relative;
}

.level-2 .name-level-2 > svg{
    position: absolute;
    right: 5px;
    top: 9px;
}

.level-2 .item-level-2{
    position: relative;
}

.level-2 .item-level-2:hover,
.level-3 .item-level-3:hover{
    background-color: #615D5C;
}

.menu-wrap .item-level-2:hover .level-3{
    display: block;
}

.level-3{
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
    background: #189EDE;
    display: none;

}

.level-3 .name-level-3{
    display: block;
    width: 220px;
    padding: 4px 6px;
    border-bottom: #615D5C solid 1px;
}

.language{
    text-align: right;
}

.langua-item{
    display: inline-block;
    color: var(--second-color);
    text-transform: uppercase;
    line-height: 30px;
    position: relative;
    padding-left: 40px;
    font-weight: 700;
    cursor: pointer;
} 

.langua-item svg{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.language .langua-item:first-child{
    margin-right: 10px;
}

/* Home  */
.box-title{
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
    color: var(--second-color);
    text-transform: uppercase;
    font-weight: 700;
    padding: 8px 0;
    text-align: center;
}

.content-home .home{
    padding-top: 10px;
}

.sidebar-left{
    margin-right: 45px;
}

.sidebar-right{
    margin-left: 45px;
}

.box{
    margin-bottom: 10px;
}

.box.mt{
    margin-top: 30px;
}

.box-content-menu{
    border: #32afe5 solid 1px;
}

.box-content-menu.pd{
    padding: 5px;
}

.box-content-menu .menu-title{
    color: var(--third-color);
    text-transform: uppercase;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    display: block;
    background: #D3E4F6;
    padding: 3px 10px;
    font-weight: 700;
}

.sub-menu-title {
    padding: 5px 0px 10px;
}

.sub-menu-title .name{
    display: block;
    font-size: 14px;
    color: #0B4DA1;
    padding: 5px 10px 0 20px;
    position: relative;
}

.sub-menu-title .name svg{
    position: absolute;
    top: 11px;
    left: 10px;
    color: #f32b2e;
}

.box-content-menu .text{
    color: var(--third-color);
    font-size: 13px;
    padding: 0 10px;
}

.box-content-menu .phone{
    color: var(--third-color);
}

.box-content-menu.certificate img{
    width: 100%;
    margin-bottom: 15px;
    /* min-height: 300px; */
}

.content-center{
    margin: 0 -65px 30px; 
    position: relative;
    z-index: 1;
}

.news img{
    width: 100%;
    max-width: 100%;
}

.news p{
    margin-bottom: 10px;
    color: var(--third-color);
    font-size: 14px;
    line-height: 20px;
}

.news h2{
    margin-bottom: 10px;
    color: var(--third-color);
    font-size: 18px;
    line-height: 24px;
}

.news h3{
    margin-bottom: 10px;
    color: var(--third-color);
    font-size: 16px;
    line-height: 22px;
}

.content-center .box .box-title{
    padding: 8px 0 8px 65px;
    text-align: left;
    margin-bottom: 20px;
}

.footer{
    background-color: var(--primary-color);
    color: var(--second-color);
    padding: 15px 5px;
    text-align: center;
    font-size: 13px;
}

.name-company{
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
}

.products-sort-order{
    text-align: right;
}

.products-sort-order .select-form{
    display: inline-block;
}

.products-sort-order select{
    border: #DDD solid 1px;
}

.download{
    display: inline-block;
}

.download img{
    max-width: 175px;
}

.item-news{
    margin-bottom: 15px;
}

.item-news .title{
    margin-bottom: 10px;
}

.item-news .title a{
    color: #A5855F;
    font-weight: 700;
    font-size: 16px;
}

.item-news .wrap-img{
    padding-bottom: 100%;
    border: #DDD solid 1px;
}

.item-news .des{
    margin-left: -15px;
}

.title-news{
    margin-bottom: 10px;
    color: #0B4DA1;
    font-size: 20px;
    font-weight: 700;
}

.news .description{
    font-weight: 500;
}

.related-news{
    margin-top: 20px;
}

.related-news .title{
    font-weight: 700;
    font-size: 16px;
    color: var(--third-color);
    margin-bottom: 5px;
}

.related-news ul li a{
    color: #292D91;
    font-weight: 500;
}

.related-news ul li a span{
    color: #FF0000;
    font-size: 13px;
}

.related-news ul li{
    padding-left: 15px;
    position: relative;
}

.related-news ul li::before{
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    position: absolute;
    top: 7px;
    left: 0;
    background-color: #0195c5;
}

.contact{
    font-size: 13px;
    display: flex;
    gap: 20px;
}

.height_contact{
    padding: 20px;
    border: 1px solid #32afe5;
    width: 50%;
}

.contact p{
    margin-bottom: 10px;
}

.contact h3{
    margin-bottom: 10px;
    font-size: 16px;
}

.form-contact-page{
    margin: 30px 0px;
}

.form-contact-page input {
    width: 100%;
    line-height: 30px;
    border: 1px solid #ddd;
    padding: 0px 15px;
    border-radius: 10px;
}

.form-contact-page .input-wrap {
    margin-bottom: 15px;
}

.form-contact-page .labell {
    margin-top: 5px;
    font-weight: 500;
}

.form-contact-page textarea {
    width: 100%;
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 10px;
}

.form-contact-page .submit-contact {
    color: var(--second-color);
    background-color: var(--primary-color);
    padding: 7px 25px;
    border: none;
    border-radius: 30px;
}

.btn-fixed-wrap{
    position: fixed;
    right: 20px;
    bottom: 50px;
    transform: translate(150%, 0);
    visibility: hidden;
    transition: all ease .5s;
    opacity: 0; 
    z-index: 8;
}

.btn-fixed{
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.btn-fixed:hover{
    color: var(--second-color);
}

.btn-fixed:not(:last-child){
    margin-bottom: 10px;
}

#back-to-top{
    background-color: var(--primary-color);
    color: var(--second-color);
}

.phone-1{
    background-color: #FF0000; 
    color: var(--second-color);
}

.zalo-fixed{
    color: var(--second-color);
}

.btn-fixed-wrap.show {
    opacity: 1;
    transform: translate(0,0);
    visibility: visible;
}

#back-to-top svg{
    position: absolute;
    top: 47%;
    left: 48%;
    transform: translate(-50%, -50%);
}

.btn-fixed svg{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Pagination */
.pagination-box{
    text-align: center;
    margin-top: 20px;
}

.pagination-box div{
    display: inline-block;
}

.pagination-box div:not(:last-child){
    margin-right: 5px;
}

.pagination-box div a{
    width: 35px;
    height: 35px;
    display: inline-block;
    border-radius: 4px;
    font-size: 14px;
    text-align: center;
    line-height: 35px;
    color: var(--third-color);
    transition: .3s ease;
}

.pagination-box div.current a,
.pagination-box div a:hover{
    background: var(--primary-color) !important;
    color: var(--second-color) !important;
}

.pagination-box div.last a,
.pagination-box div.first a{
    width: auto;
    font-size: 14px;
    padding: 0 19px;
    border-radius: 4px;
    color: var(--third-color);
} 

.option-news{
    text-align: right;
    padding-right: 20px;
}

.option-news a{
    color: var(--primary-color);
    font-weight: 500;
    margin-left: 10px;
}

.item-product {
    margin-bottom: 20px;
    text-align: center;
}

.item-product .wrap-img{
    padding-bottom: 70%;
    margin-bottom: 10px;
}

.item-product .name{
    color: var(--primary-color);
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 34px;
}

.product-list{
    margin-top: 30px;
}

.menu-pc.affix{
    width: 100%;
    top: 0;
    z-index: 10;
    box-shadow: 1px 2px 7px rgba(var(--eleventh-color), 0.15);
    animation: slide-down .5s linear forwards;
}

@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.copyright{
    color: var(--second-color);
}

.copyright:hover{
    color: var(--second-color);
}

/* Tối ưu */
.img-header-first{
    min-height: 90px;
}

.img-header-second{
    min-height: 200px;
}

.home .news img{
    min-height: 250px;
}
@media only screen and (max-width: 767px) {
    /* .langua-item{
        text-transform: none;
    }

    .icon-menu svg{
        color: var(--second-color);
        transform: translate(-10px, 5px);
    }

    .menu-mobile{
        background-color: var(--primary-color);
        position: fixed;
        top: 0;
        bottom: 0;
        width: 100vw;
        left: 0;
        transition: .2s;
        padding: 50px 20px 50px 30px;
        z-index: 15;
        transform: translateX(-100%);
        visibility: hidden;
        opacity: 0;
    }

    .menu-mobile.active{
        transform: translateX(0%);
        visibility: visible;
        opacity: 1;
    }

    .menu-mobile .menu{
        height: 100%;
        overflow-y: scroll;
        padding-right: 10px;
    }

    .close-menu{
        position: absolute;
        top: 15px;
        right: 15px;
        color: var(--second-color);
    }

    .content-center{
        margin: 0px;
        margin-bottom: 30px;
    }

    body{
        background-color: var(--second-color);
    }

    .header .bg-white{
        margin: 0 -15px;
        padding-bottom: 10px;
    }

    .menu-menu,
    .footer-wrap{
        background-color: var(--primary-color);
    }

    .menu-menu.affix{
        width: 100%;
        top: 0;
        z-index: 10;
        box-shadow: 1px 2px 7px rgba(var(--eleventh-color), 0.15);
        animation: slide-down .5s linear forwards;
    }

    .item-news .des{
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        overflow: hidden;
        height: 60px;
    }

    .menu .item-level-1:not(:last-child) .name-level-1{
        border-right: none;
    }

    .menu .item-level-1 .name-level-1{
        display: inline;
        padding: 0px;
        font-size: 16px;
        position: unset;
    }

    .menu .item-level-1{
        margin-bottom: 15px;
        display: block;
        padding-right: 15px;
    }

    .menu .item-level-1  svg{
        position: absolute;
        top: 5px;
        right: 0;
        transform: unset;
        color: var(--second-color);
    }

    .menu .item-level-1.has-child:hover{
        background-color: transparent;
    }

    .level-2{
        position: unset;
        display: none;
        background-color: transparent;
        margin: 10px 0 0 10px;
    }

    .level-2 .name-level-2 {
        display: inline;
        padding: 0px;
        border-bottom: none;
        text-transform: uppercase;
        position: unset;
    }

    .level-3 {
        position: unset;
        transform: translateY(0%);
        background: transparent;
        display: none;
        margin: 10px 0 10px 15px;
    }

    .level-2 .item-level-2:hover, .level-3 .item-level-3:hover {
        background-color: transparent;
    }

    .level-3 .name-level-3{
        display: inline;
        padding: 0px;
        border-bottom: none;
    }

    .level-3 .item-level-3{
        margin-bottom: 5px;
    }

    .level-2 .item-level-2{
        margin-bottom: 5px;
    }

    .img-header-first{
        min-height: 28px;
    }
    
    .img-header-second{
        min-height: 60px;
    }

    .home.mb .news img{
        min-height: 133px;
    }

    .contact{
        flex-wrap: wrap;
    }

    .height_contact{
        width: 100%;
    } */
}
