@font-face {
    font-family: 'SFPro';
    src: url('/fonts/SFProDisplay/SF-Pro-Display-Thin.ttf');
    font-weight: 300;
}

@font-face {
    font-family: 'SFPro';
    src: url('/fonts/SFProDisplay/SF-Pro-Display-Light.ttf');
    font-weight: 500;
}

@font-face {
    font-family: 'SFPro';
    src: url('/fonts/SFProDisplay/SF-Pro-Display-Regular.ttf');
    font-weight: 600;
}

@font-face {
    font-family: 'SFPro';
    src: url('/fonts/SFProDisplay/SF-Pro-Display-Bold.otf');
    font-weight: 700;
}
body {
    outline: none;
    font-size: 12px;
    margin: 0;
    color: #000;
    font-weight: 500;
}
body {
    font-family: arial;
}
a {
    background-color: transparent;
    text-decoration: none;
    color: inherit;
    transition: all .2s;
    cursor: pointer;
}
a:hover {
    color: #000;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

img {
    border-style: none;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
    width: 100%;
}

button:focus, input:focus, optgroup:focus, select:focus, textarea:focus {
    outline: none;
    box-shadow: none;
}

/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 0px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;


    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

@media (min-width: 1600px){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1516px;
    }
}
@media (min-width: 1800px){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        width: 1716px;
        max-width: 1716px;
    }
}
@media (min-width: 1025px){
    .desktop-hide{
        display: none;
    }
}
@media (max-width: 1024px){
    .mb-hide{
        display: none;
    }

}
@media (min-width: 769px){
    .only-mb{
        display: none;
    }
}
@media (max-width: 768px){
    .only-desk{
        display: none;
    }

}
:root {
    --main-color: #333333;
    --link-color : #0066cc;
    --secondery-color: #f6f6f6;
}

/* HEADER */
.header-wrap{
    background-color: var(--main-color);
    position: relative;
    z-index: 9999;
}
.header-wrap.fixed{
    position: fixed;
    top: 0;
    width: 100vw;
}
.header-inner{
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;

}
.left-header{
    display: flex;
    align-items: center;
}
.header-logo{
    max-width: 82px;
}
.header-nav>ul{
    display: flex;
}
.header-nav li a{
    color: #fff;
    font-weight: 300;
}
.header-hot-line a{
    display: block;
    height: 25px;
    line-height: 25px;
    background-color: #fff;
    border-radius: 25px;
    padding-left: 15px;
}
.header-hot-line a>span:last-child{
    background-color: var(--main-color);
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 3px 0 10px;
    color: #fff;
    border-radius: 10px;
    font-size: 10px;
    line-height: 21px;
    text-align: center;
}
.header-search-icon{
    color: #fff;
}
.header-search-content{
    position: absolute;
    left: 0;
    background-color: var(--main-color);
    width: 100%;
    z-index: 5;
    display: none;
}
.overlay{
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100vw;
    height: 100vh;
    z-index: 10;
}
.blur.active{
    filter: blur(4px);
}
.overlay.active{
    display: block;
}

.search-inner{
    display: flex;
}
.search-inner button{
    border: none;
    background: inherit;
}
.search-inner .form-control{
    background-color: var(--main-color);
    border: none;
}
.header-search-form{
    padding-top: 32px;
}
.search-inner button{
    color: #6e6e73;
    font-size: 20px;
}
.search-inner .form-control::placeholder{
    font-size: 24px;
    font-weight: 600;
    color: #6e6e73;
}
.search-inner .form-control{
    padding: 0;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
}
.search-inner .form-control:focus{
    box-shadow: none;
}
.list-quick-link{
    margin-top: 32px;
    padding-bottom: 80px;
}
.list-quick-link p{
    color: #86868b;
    font-size: 12px;
    margin-bottom: 8px;
}
.list-quick-link li{
    padding: 4px 8px;
    line-height: 16px;
    border-radius: 4px;
}

.list-quick-link li>a {
    font-size: 12px;
    color: #fff;
    font-weight: 600;
    line-height: 16px;
}
.list-quick-link li>a>i{
    margin-right: 11px;
    color: #86868b;
}
.list-quick-link li:hover{
    background-color: #505050;
}
.list-quick-link li:hover>a>i{
    color: #fff;
}
.banner-des{
    margin-top: 10px;
    text-align: center;
    line-height: 18px;
    font-size: 14px;
}

@media (max-width: 1025px){
    .header-inner{
        height: 48px;
    }
    .menu-mobile-icon{
        display: flex;
        flex-direction: column;
    }
    .header-hot-line-mb i,
    .menu-mobile-icon i{
        color: #fff;
        line-height: 5px;
    }
    .menu-mobile-icon i{
        font-size: 20px;
    }
    #nav-mobiModal .modal-dialog {
        max-width: 100%;
    }

    #nav-mobiModal .modal-dialog,
    #filter-mobiModal .modal-dialog{
        min-height: 100%;
        margin: 0 auto 0 0;
        background: var(--main-color);
    }

    #nav-mobiModal.modal.fade .modal-dialog,
    #filter-mobiModal.modal.fade .modal-dialog {
        -webkit-transform: translate(-100%, 0)scale(1);
        transform: translate(-100%, 0)scale(1);
    }

    #nav-mobiModal.modal.fade.show .modal-dialog,
    #filter-mobiModal.modal.fade.show .modal-dialog {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        display: flex;
        align-items: stretch;
        -webkit-box-align: stretch;
        height: 100%;
    }

    #nav-mobiModal.modal.fade.show .modal-dialog .modal-body {
        overflow-y: auto;
        overflow-x: hidden;
    }
    #nav-mobiModal .modal-content{
        border-radius: 0;
        background: #161617;
        position: relative;
    }
    #nav-mobiModal .modal-header,
    #nav-mobiModal .modal-body{
        background-color: #161617;
        border-radius: 0;
        border: none;
    }
    .btn-close{
        position: absolute;
        top: 20px;
        right: 20px;
        z-index: 10;
        color: #fff;
        background:none;
        font-size: 20px;
        line-height: 20px;
        padding: 0;
    }
    .side-mobi-menu{
        margin-top: 33px;
        padding-left: 33px;
    }
    .side-mobi-menus li{
        margin-bottom: 20px;
    }
    .side-mobi-menus li>span>a{
        font-size: 26px;
        color: #fff;
        font-weight: 600;
    }
    .drop-menu>span{
        display: inline-block;
        width: 100%;
        position: relative;
    }
    .drop-menu i{
        color: #fff;
        position: absolute;
        right: 0;
        font-size: 22px;
        top: 20%;
        transition: all .3s ease-in-out;
        display: none;
    }
    .drop-menu-wrap{
        display: none;
    }
    .drop-menu-wrap li{
        margin: 0;
        padding: 5px;
    }
    .drop-menu-wrap li>a{
        color: #fff;
        font-size: 20px;
    }
    .drop-menu.active i{
        transform: rotate(180deg);
    }

}
@media (min-width: 769px){
    .category-banner{
        aspect-ratio: 130/54;
    }
}
@media (min-width: 1025px){
    .header-nav li{
        margin: 0 20px;
        padding: 15px 0;
    }
    .drop-menu-wrap li{
        padding: 5px;
    }
    .drop-menu{
        position: relative;
    }
    .drop-menu-wrap{
        display: flex;
        min-width: 200px;
        top: 50px;
        left: 0;
        flex-direction: column;
        position: absolute;
        background-color: var(--main-color);
        border-radius: 0 0 5px 5px;
        transition: all .3s ease-in-out;
        display: none;
        opacity: 0;
        visibility: hidden;
        transform: translateY(10px);
    }
    .drop-menu-wrap>li{
        margin: 0 !important;
        text-align: center;
        padding: 5px;
        border-bottom: 1px solid #fff;
        transition: all .3s ease-in-out;
    }
    .drop-menu-wrap>li:last-child{
        border-bottom: none;
    }
    /*.drop-menu:hover .drop-menu-wrap{*/
    /*    opacity: 1;*/
    /*    visibility: visible;*/
    /*    transform: none;*/
    /*}*/
    .drop-menu>span>i{
        display: none;
        color: #fff;
        margin-left: 4px;
        position: relative;
        top: 2px;
    }
    .drop-menu-wrap li:hover{
        opacity: .8;
    }
    .header-hot-line{
        margin-right: 4px;
    }
}

@media (min-width: 1400px){
    .header-nav li{
        margin: 0 25px;
    }
    .header-hot-line{
        margin-right: 20px;
    }
}
@media (min-width: 1600px){
    .header-nav li{
        margin: 0 25px;
    }
    .header-hot-line{
        margin-right: 60px;
    }
}
@media (min-width: 1900px){
    .header-nav li{
        margin: 0 40px;
    }
}





/* HOMEPAGE SLIDE */
.homepage-slide-wrap{
    margin-bottom: 50px;
}
.homepage-banner-item{
    padding: 0 5px;
    position: relative;
}

.homepage-banner-item img{
    opacity: .4;
    transition: opacity ease-in-out .8s;
    display: block;
    aspect-ratio: 2/1;
    object-fit: cover;
}
.slick-active.homepage-banner-item img{
    opacity: 1;
}
.slick-dots li button:before{
    font-size: 50px;
    color: #dedede;
    opacity: 1;
}
.slick-dots li.slick-active button:before{
    color: #505050;
}
.slick-dots li{
    margin: 0 4px;
}

@media (max-width: 768px){
    .homepage-banner-item{
        padding: 0 0;
    }
    .homepage-slide-wrap{
        margin-bottom: 10px;
    }
    .homepage-slide .slick-dots{
        bottom: 10px;
    }
    .homepage-banner-list .slick-dots li button:before,
    .homepage-slide .slick-dots li button:before,
    .honepage-list .slick-dots li button:before{
        font-size: 40px;
    }

    .homepage-slide .slick-dots li{
        margin: 0;
    }
    .homepage-banner-item img{
        opacity: 1;
    }
}

/* HOMEPAGE CATEGORIES BANNER */

.homepage-category-inner{
    padding: 0 8px;
}
.homepage-category-inner>div{
    padding: 0 8px;
}
.banner-category-item{
    position: relative;
    margin-bottom: 12px;
}
.banner-cat-content{
    position: absolute;
    width: 100%;
    top: 20px;
    left: 0;
}
.banner-cat-name{
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
}
.banner-cat-list{
    width: 100%;
    margin: 0 auto;
    /*display: flex;*/
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 3px;
    overflow: hidden;
    text-align: center;
}
.banner-cat-list li{
    font-size: 12px;
    font-weight: 600;
    padding: 0 5px;
    border-right: 1px solid #000;
    line-height: 12px;
    margin-bottom: 5px;
    display: inline;
}
.banner-cat-list li:nth-child(4),
.banner-cat-list li:last-child{
    border: none;
}
.banner-cat-list li:nth-child(5):before {
    display: block;
    content: '';
}
.banner-action{
    display: flex;
    justify-content: space-between;
    width: 250px;
    margin: 0 auto;
    margin-top: 5px;
}
.banner-action a{
    font-size: 14px;
    color: var(--link-color);
    font-weight: 500;
}
.banner-action a i{
    margin-left: 3px;
}
.banner-cat-img img{
    aspect-ratio: 935/624;
    object-fit: cover;
}
.banner-cat-img img.lazyloaded{
    object-fit: cover !important;
}
.banner-cat-img img.lazyloading,
.banner-cat-img img[src=""]{
    object-fit:scale-down !important;
}
@media (max-width: 768px){
    .homepage-category-inner{
        padding: 0;
    }
    .banner-cat-name{
        font-size: 28px;
        text-transform: capitalize;
        font-weight: 600;
    }
    .banner-cat-list{
        margin-top: 6px;
    }
    .banner-cat-list li{
        font-size: 16px;
        font-weight: 600;
        padding: 0 5px;
        border-right: 1px solid #000;
        line-height: 12px;
        margin-bottom: 5px;
        display: inline;
    }
    .banner-action{
        width: 260px;
        margin: 0 auto;
        margin-top: 10px;
    }
    .banner-cat-img{
        min-height: 400px;
    }
    .banner-cat-img img{
        height: 400px;
        max-width: inherit;
        width: 100%;
        object-fit: cover;
    }
}
@media (max-width: 480px){
    .homepage-category-inner>div {
        padding: 0 0;
    }
    .homepage-new-item{
        padding: 0 15px;
    }
}

/* HOMEPAGE NEWS */
.hpnew-title {
    line-height: 1.2;
}
.homepage-news-wrap{
    margin-top: 50px;
}
.homepage-heading{
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.2;
}
.homepage-new-item{
    display: flex;
    margin-bottom: 20px;
}
.hpnew-img{
    max-width: 150px;
    margin-right: 30px;
}
.hpnew-content a{
    font-weight: 500;
}
@media (max-width: 768px){
    .homepage-news-wrap{
        margin-top: 30px;
    }
    .homepage-heading{
        margin-bottom: 30px;
    }
    .hpnew-img{
        max-width: 140px;
        margin-right: 20px;
    }
}



/* BOTTOM BANNER */

.homepage-banner-wrap{
    margin-top: 50px;
    margin-bottom: 15px;
}
.homepage-banner-list{
    margin: 0 -8px;
}
.hpbanner-item{
    padding: 0 8px;
}

@media (max-width: 768px){
    .homepage-banner-wrap{
        margin-top: 50px;
    }
    /*.hpbanner-item img{*/
    /*    transform: scale(0.8);*/
    /*    opacity: .4;*/
    /*    transition: all ease-in-out.8s;*/
    /*}*/
    .slick-active.hpbanner-item img{
        opacity: 1;
    }
    /*.slick-active.hpbanner-item img{*/
    /*    transform: scale(1.2);*/
    /*}*/
    .homepage-banner-list{
        margin: 0px;
    }
    .homepage-banner-wrap .container{
        max-width: 100%;
    }
    .homepage-banner-list .slick-dots{
        bottom: -30px;
    }
    .slick-prev, .slick-next{
        top: calc( 50% - 15px);
    }
    .slick-arrow::before{
        color: var(--main-color);
        font-size: 30px;
    }
    .slick-next::before{
        font-family:'Font Awesome 5 Pro';
        content: '\f105';
    }
    .slick-prev::before{
        font-family:'Font Awesome 5 Pro';
        content: '\f104';
    }
    .slick-next.slick-arrow{
        right: 10px;
    }
    .slick-prev.slick-arrow{
        left: 10px;
    }
}
/*@media (max-width: 480px){*/
/*    .slick-dots li button::before{*/
/*        font-size: 10px;*/
/*    }*/
/*}*/


/* FOOTER */
.footer-wrap{
    background-color: var(--secondery-color);
    padding: 50px 0;
}
.footer-title{
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 15px !important;
    line-height: 1.2;
}
.footer-title strong{
    font-size: 15px !important;
    font-weight: 600;
}
.footer-center{
    display: flex;
    justify-content: space-between;
}
.footer-center>div{
    width: 50%;
}
.footer-content p{
    margin-bottom: 10px;
}
.footer-contact a{
    font-weight: 700;

}
.footer-contact a:first-child{
    margin-right: 10px;
    position: relative;
}
.footer-contact a:first-child::after{
    content: "/";
    position: absolute;
    right: -8px;
    top: -4px;
}
.footer-contact a>i{
    margin-right: 3px;
}
.footer-content li{
    margin-bottom: 10px;
}
.footer-certification{
    display: flex;
    justify-content: space-between;
    gap: 10px;
}
.footer-certification>img:first-child{
    max-width: 150px;
}
.footer-certification>img:last-child{
    max-width: 150px;
}
.right-footer{
    height: 100%;
}
.right-footer .footer-content{
    height: calc(100% - 38px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.footer-bottom{
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    padding-bottom: 6px;
    border-bottom: 2px solid #000;
}
.footer-bottom>p{
    font-size: 12px;
    line-height: 24px;
    margin-bottom: 0;
}
.footer-social{
    display: flex;
    align-items: center;
}

.footer-social-list{
    display: flex;
}
.footer-social-list li a i {
    font-size: 16px;
}
.sidebar-inner h3.cs-title.ns-title {
    font-size: 13px;
}
.footer-social>p{
    margin-right: 10px;
    font-size: 12px;
}
.footer-social-list li{
    margin: 0 10px;
    font-size: 16px !important;
}
.ytb-icon{
    color: #ff0000;
}
.linked-icon{
    color: #007fc4;
}
.face-icon{
    color: #0065e1;
}
.twitt-icon{
    color: #03a9f4;
}
.copyright{
    margin-top: 8px;
    font-size: 14px;
}
@media (max-width: 480px){
    .footer-content-wrap{
        border-bottom: 1px solid #dedede;
    }
}
@media (max-width:576px){
    .footer-social{
        justify-content: center;
    }
    .copyright{
        font-size: 13px !important;
        text-align: center !important;
    }
    .footer-bottom>p{
        display: none;
    }
    .footer-bottom{
        margin-top: 7px !important;
    }
    .footer-content-wrap{
        padding: 15px 0 !important;
    }
    .footer-social{
        margin: 0 !important;
    }
}
@media (max-width: 768px){
    .footer-wrap{
        padding: 10px 0 0;
        margin-top: 55px;
    }
    .footer-content-wrap{
        padding: 20px 0;
    }
    .right-footer{
        border-bottom: 1px solid #dedede;
    }
    .footer-bottom{
        margin-top: 20px;
        border-bottom: 1px solid #dedede;
    }
    .footer-bottom{
        flex-direction: column-reverse;
    }
    .footer-social{
        margin-bottom: 10px;
    }
    .footer-bottom>p{
        margin-bottom: 20px;
        font-size: 12px;
    }
    .copyright{
        margin: 0;
        padding: 10px;
    }

    .copyright>p{
        font-size: 14px;
    }
}
.pagination{
    margin-top: 50px;
    justify-content: center;
}
@media (max-width: 1200px) {
    .sidebar-wrap,
    .main-wrap{
        width: 100%;
    }
    .sidebar-wrap{
        order: 2;
    }
    .main-wrap{
        order: 1;
    }
}
/*index*/
#popupHome{
    text-align: center;
    padding: 0 !important;
}
#popupHome .modal-content{
    background-color: transparent;
    border: none;
}
#popupHome .modal-content>button{
    position: absolute;
    right: 2px;
    background: #fff;
    border-radius: 50%;
    width: 30px;
    top: 2px;
    height: 30px;
    opacity: 1;
    z-index: 1;
    border: 1px solid #615d5d;
}
#popupHome .modal-dialog{
    margin-top: 0;
    margin-bottom: 0;
    height: 100%;
    display: inline-flex;
    align-items: center;
}
.modal-backdrop{
    background-color: #fff;
}
.footer-certification .certifi-img-custom {
    height: 45px;
}
@media (min-width: 1400px){
    .footer-certification .certifi-img-custom {
    height: 50px;
    }
}

.product-item{
    background-color: #e6e6e6;
    border-radius: 12px;
    padding: 10px;
}
.product-item .product-name{
    padding: 10px 0 0;
    text-align: center;
}
.hpnew-intro figure.image {
    margin: 0;
}
.hpnew-intro figure.image img {
    height: 40px !important;
}
.hpnew-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.admin-talk {
    padding: 15px 0;
}
.img-talk {
    text-align: center;
}
.img-talk img {
    border-radius: 50%;
    width: 150px;
    height: 150px;
    object-fit: cover;
}
.name-admin {
    font-size: 22px;
    font-weight: 700;
}
.admin-talk span{
    font-size: 14px;
}
/*   phone animation */
.hotline-phone-ring-wrap {
    position: fixed;
    bottom: 190px;
    right: -15px;
    z-index: 999999;
}
.hotline-phone-ring {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 110px;
    height: 110px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: 0;
    bottom: 0;
    display: block;
}
.hotline-phone-ring-circle {
    width: 95px;
    height: 95px;
    top: 10px;
    left: 10px;
    position: absolute;
    background-color: transparent;
    border-radius: 100%;
    border: 2px solid #e60808;
    -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    opacity: 0.5;
}
.hotline-phone-ring-circle-fill {
    width: 65px;
    height: 65px;
    top: 25px;
    left: 25px;
    position: absolute;
    background-color: rgba(230, 8, 8, 0.7);
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
.hotline-phone-ring-img-circle {
    background-color: #e60808;
    width: 43px;
    height: 43px;
    top: 36px;
    left: 36px;
    position: absolute;
    background-size: 20px;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hotline-phone-ring-img-circle .pps-btn-img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.hotline-phone-ring-img-circle .pps-btn-img i {
    color: #fff;
    font-size: 20px;
    transform: rotate(90deg);
}
@-webkit-keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.5) skew(1deg);
        -webkit-opacity: 0.1;
    }
    30% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        -webkit-opacity: 0.5;
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -webkit-opacity: 0.1;
    }
}
@-webkit-keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.6;
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.6;
    }
    100% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.6;
    }
}
@-webkit-keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
}
.zalo-container {
    position: fixed;
    width: 40px;
    height: 40px;
    z-index: 9999999;
    right: 10px;
    bottom: 70px;
}
.zalo-container a {
    display: block;
}
.animated_zalo {
    animation-duration: 1s;
    animation-fill-mode: both;
}
.zoomIn_zalo {
    animation-name: zoomIn_zalo;
}
.cmoz-alo-circle {
    width: 50px;
    height: 50px;
    top: -5px;
    right: -5px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(17,130,252,.8);
    border-color: #1182FC;
    opacity: .5;
}
.animated_zalo.infinite {
    animation-iteration-count: infinite;
}
.cmoz-alo-circle-fill {
    width: 60px;
    height: 60px;
    top: -10px;
    position: absolute;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background-color: rgba(17,130,252,.45);
    opacity: .75;
    right: -10px;
}
.pulse_zalo {
    -webkit-animation-name: pulse_zalo;
    animation-name: pulse_zalo;
}
.zalo-container span {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #1182FC;
    position: relative;
}
.zalo-container img {
    max-width: 100%;
    height: auto;
}
@keyframes zoomIn_zalo {
    from {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}
@-webkit-keyframes pulse_zalo {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}
.mess {
    position: fixed;
    right: 10px;
    bottom: 140px;
    z-index: 9;
    width: 48px;
    height: 48px;
}
.mess svg {
    width: 48px;
    height: 48px;
}
.footer-wrap {
    margin-top: 0;
}
.footer-certification {
    margin-top: 50px;
}
.layout-bottom {
    margin-top: 50px;
    padding: 16px 40px;
    --bs-bg-opacity: 1;
    --bs-white-rgb: 255, 255, 255;
}
#desciption {
    max-height: 530px;
    overflow: hidden;
    transition: max-height 0.3s ease;
}
.read_more {
    text-align: center;
}
#readMoreBtn{
    color: #000;
    margin-top: 30px;
    border: none;
    outline: none;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 3px;
}
.news-detail li {
    list-style: inside;
}
.zalo-container{
    width: 30px;
    height: 30px;
    right: 18px;
    bottom: 80px;
}
.zalo-container span{
    width: 43px;
    height: 40px;
}
.cmoz-alo-circle {
    width: 40px;
    height: 40px;
    top: -5px;
    right: -5px;
}
.cmoz-alo-circle-fill{
    width: 50px;
    height: 50px;
}
.mess {
    right: 0;
    bottom: 70px;
    width: 50px;
    height: 50px;
}
.hotline-phone-ring-wrap{
    bottom: 140px;
    right: 15px;
}
.hotline-phone-ring{
    width: 60px;
    height: 60px;
}
.hotline-phone-ring-circle{
    width: 60px;
    height: 60px;
    top: 20px;
    left: 20px;
}
.hotline-phone-ring-circle-fill{
    width: 50px;
    height: 50px;
    top: 25px;
    left: 25px;
}
.hotline-phone-ring-img-circle{
    width: 30px;
    height: 30px;
    top: 36px;
    left: 36px;
}
.animated_zalo.infinite {
    display: none;
}
.product-detail-content * {
    font-size: 14px;
}
.name-admin {
    text-transform: uppercase;
}
.right-footer .footer-content {
    justify-content: unset;
}
.footer-bottom {
    margin-top: 30px;
}
.hpnew-intro {
    height: 54px;
    line-height: 18px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: 54px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}
.hpnew-intro figure.image img, img.image_resized {
    width: auto !important;
}
.product-btn {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
}
.product-btn a {
    background: var(--main-color);
    padding: 10px 15px;
    border-radius: 10px;
    color: #fff;
    font-size: 13px;
    margin-right: 10px;
}
section.news-main-wrap {
    margin-top: 40px;
}
#pills-tabContent p {
    font-size: 14px;
}
section.category-nav-wrap {
    padding: 20px 0 20px;
}
.homepage-new-item .hpnew-content {
    display: block;
    padding-right: 10px;
}
.homepage-new-item  .hpnew-intro p {
    height: 35px;
    line-height: 018px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 65px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    margin-top: 5px;
}
.zalo-container span{
    background: transparent;
}
.hpbanner-item {
    position: relative;
}

.hpbanner-item:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 7;
}
.hpbanner-item.active:before {
    display: none;
}
.hpnew-img img {
    height: 120px;
    width: 100%;
    object-fit: cover;
    min-width: 150px;
}
.hpnew-img {
    width: 100%;
}

.article-content figure.image img, .article-content img.image_resized {
    width: auto !important;
}

body.tp_background, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, select, span, a, p, sub, blockquote, th, td {
    font-family: Arial !important;
}

@media (min-width: 769px) {
    .category-nav-wrap .cat-nav-item {
        width: auto;
    }
    .category-nav-wrap .cat-nav-inner {
        gap: 30px;
    }
}