@charset "UTF-8";
/*
Theme Name:
Author: T.Q.Trung
Version: 1.0
Text Domain: 5star.vn
Description: Template 5S AHU 01, design by T.Q.Trung, layout & coding by T.Q.Trung.
Màu chủ đạo:
*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 0px;
    background-color: #001015;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #6d0000;
    border-radius: 0px;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #e20000;
}
body{
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #333333;
    background: white;
}
.clear{
    clear: both;
}
a {
    text-decoration: none;
    transition: 0.2s;
    color: #800404;
}
a:hover {
    color: #ff0000;
    text-decoration: none;
}


.content-section{

}
.content-section h1{
    font-family: 'UTM Micra';
    font-size: 18px;
    margin-bottom: 1.5rem;
}
.content-section h2{
    font-family: 'UTM Micra';
    font-size: 17px;
    margin-bottom: 1rem;
}
.content-section h3{
    font-family: 'UTM Micra';
    font-size: 16px;
    margin-bottom: 1rem;
}
.content-section h4{
    font-family: 'UTM Micra';
    font-size: 15px;
    margin-bottom: 1rem;
}
.content-scoll{
    max-height: 800px;
    overflow-y: scroll;
}
.content-scoll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(131, 131, 131, 0.3);
    background-color: #001015;
}
.content-scoll::-webkit-scrollbar {
    width: 6px;
    background-color: #d4bb47;
}
.content-scoll::-webkit-scrollbar-thumb {
    background-color: #6c2525;
}
.content-section img{
    max-width: 100%;
    height: auto !important;
}
.content-section iframe,.content-section table, .content-section embed{
    max-width: 100%;
}

.footer{
    background: #e20000;
    padding-top: 25px;
    line-height: 28px;
    font-size: 15px;
    color: white;
    border-top: 4px solid #b00303;
}
.footer a{
	color: white;
}
.footer-logo{
    width: 150px;
    background: white;
    padding: 5px;
    border-radius: 10px;
}
.social-icons{

}
.social-icons img{
    width: 35px;
    margin-left: 8px;
    transition: 0.2s;
}
.social-icons img:hover{
    opacity: 0.5;
}
.contact-mb{
    background: silver;
    border-radius: 10px;
    margin: 15px;
    color: #000000f0;
    box-shadow: 0px 3px 6px #0000005c;
    padding: 10px;
    font-size: small;
}
.contact-mb p{
    margin-bottom: 5px;
}

.progress-before{
    font-size: 13px;
    margin-bottom: 5px;
}
.content-author{
    box-shadow: inset 0px 3px 16px #7a1d5a;
    border: 2px solid #BD1AC9;
    opacity: 1;
}
.content-author-img img {
    width: 145px;
    max-width: 90%;
    border-radius: 50%;
}
.content-author-des{
    font-size: 13px;
}
.content-author-des-icon img{
    width: 30px;
    margin-right: 5px;
}
.top{
    background: #000000;
    color: #ededed;
    font-size: 14px;
}
.top-left{
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
}
.top-left li{
    display: inline-block;
    border-right: #4a4a4a 1px solid;
    padding-right: 10px;
    margin-right: 10px;
}
.top-left li:last-child{
    border-right: none;
}
.top a{
    color: #ededed;
}
.top-social{
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
}
.top-social li{
    display: inline-block;
    margin-left: 10px;
}
.logo{

}
.logo img{
    height: 60px;
    max-width: 100%;
}
header{
    box-shadow: 1px 1px 10px rgb(0 0 0 / 15%);
    z-index: 30;
    position: relative;
    background: white;
}

.menu {

}
.menu .navbar {

}
.menu .navbar .nav-item{
    outline: none;
    border-radius: 5px;
    transition: 0.2s;
}
.menu .phonemenu{
    background: url(img/phone.svg) left center no-repeat;
    padding-left: 30px;
    margin: 0 15px;
    color: red;
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 18px;
}
.menu .navbar .nav-item:focus-visible, .menu .navbar .nav-item:hover, .menu .navbar .nav-item:active, a:-webkit-any-link:focus-visible {
    outline: none;
}
.menu .navbar .nav-link{
    font-weight: 700;
    color: #292929;
    padding-left: 13px;
    padding-right: 13px;
    font-size: 17px;
}
.menu .navbar .nav-link:hover{
    color: #d70404;
}
@media(min-width: 769px)
{
    .menu .dropdown-menu{
        margin-top: -1px;
    }
    .menu .dropdown-menu.muaxe{
        width: 300px;
    }
}

.menu .dropdown-menu.muaxe .nav-item
{
    width: 50%;
    float: left;
}
.menu .dropdown-menu .nav-item:hover{
    background: #e7e7e7;
}
.menu .dropdown-menu .nav-item .nav-link{
    font-weight: 400;
}
.slide{
    z-index: 1;
}
.cateboxs{

}
.cateboxs .catebox{
    position: relative;
    box-shadow: 2px 2px 15px #00000014;
    border-radius: 10px;
    overflow: hidden;
    border: 8px white solid;
    transition: 0.3s;
}
.cateboxs .catebox:hover {
    border: 8px #55b1f0 solid;
    transition: 0.3s;
}
.cateboxs .catebox img{
    width: 100%;
    aspect-ratio: 400 / 250;
}
.cateboxs .catebox .catebox-title{
    position: absolute;
    bottom: 0;
    width: 100%;
    color: white;
    padding: 50px 10px 5px;
    background: #005BAA;
    background: linear-gradient(0deg, #005BAA 0%, rgba(184,134,11,0) 48%);
    font-weight: 600;
    font-size: large;
    transition: 0.3s;
}
.cateboxs .catebox:hover .catebox-title {
    background: rgba(0, 91, 170, 0.6);
}
.homeintro{

}
.homeintro .homeintro-imgleft img{
    width: 100%;
    border-radius: 8px;
}
.homeintro-content{

}
.fullwbg-1{
    background: #e20000;
    color: #ffffff;
}
.fullwbg-1 a{
    color: white;
}
.home-icon{
}
.home-icon img{
    width: 70px;
}
.fullwbg-2{
    background: #323232;
    color: #ffffff;
}
.title-1{
    font-size: 28px;
    font-weight: 700;
    color: #e20000;
    position: relative;
    margin: auto;
    width: fit-content;
}
.title-1::after{
    content: '';
    width: 50%;
    height: 3px;
    background: #e20000;
    position: absolute;
    bottom: -10px;
    left: 28%;
}
.title-2{
    font-size: 25px;
    font-weight: 600;
    color: #005BAA;
    position: relative;
    /* display: inline; */
    margin: auto;
    width: fit-content;
}
.title-2::after{
    content: '';
    width: 50%;
    height: 3px;
    background: #005BAA;
    position: absolute;
    bottom: -10px;
    left: 28%;
}
.title-3{
    font-size: 25px;
    font-weight: 800;
    color: #444444;
    position: relative;
}
.pro-item{
    background: white;
    color: black;
    border-radius: 8px;
    overflow: hidden;
    font-size: 15px;
}
.ins-list .pro-item{
    border: thin #cdcdcd solid;
    box-shadow: 1px 2px 4px silver;
}
.pro-item-img{

    aspect-ratio: 500 / 375;
    overflow: hidden;
    /* background: lime; */
    text-align: center;
    padding: 15px;
}
.pro-item-img img{
    width: 100%;
    max-width: 100%;
    aspect-ratio: 500 / 375;
}
.pro-item-title{
    background: #005baa;
    color: white;
    /*font-weight: 600;*/
    text-align: center;
    padding: 5px 0px;
    transition: 0.3s;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 13px;
}
.pro-item-des{
    transition: 0.3s;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 53px;
}
.pro-item:hover .pro-item-title{
    background: #38a6f3;
    color: #000;
}
.pro-item:hover .pro-item-des{
    background: silver;
}
.news-item{
    background: white;
    border-radius: 8px;
    border: #d7d7d7 1px solid;
    padding: 10px;
    transition: 0.3s;
}
.news-item:hover{
    background: #f2f2f2;

}
.news-item img{
    width: 100%;
    aspect-ratio: 800 / 500;
}
.news-item h3{
    font-size: inherit;
    font-weight: 600;
    color: black;
}
.news-item p{
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 48px;
}
#btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    z-index: 9999;
}
.sitebreadcrumb{
    background: #aa0000;
    color: #f7f7f7;
}
.sitebreadcrumb a{
    color: #ffffff;
}
.sitebreadcrumb a:hover{
    color: #e3cece;
}
.sitebreadcrumb p{
    margin-bottom: 0px;
}
.btn-toggle {
    display: inline-flex;
    align-items: center;
    padding: .25rem .5rem;
    font-weight: 600;
    color: rgba(0, 0, 0, .65);
    background-color: transparent;
    border: 0;
}
.btn-toggle:hover,
.btn-toggle:focus {
    color: white;
    background-color: #d70303;
}
.cuonngang {
    display: flex;
    width: 100%;
    margin: 0;
    padding: 0;
    border: none;
    box-sizing: content-box;
    overflow-x: scroll;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
}
.cuonngang::-webkit-scrollbar {background:#fff;width:10px;height:3px;}
.cuonngang::-webkit-scrollbar-thumb {background:var(--color-red-hover);}
.timnhieu {
    display: flex;
    padding: 5px 0;
    align-items: center;
    font-size: 16px;
    white-space: nowrap;
}
.timnhieu a {
    color: #5171ae;
    display: block;
    padding: 0px 8px;
    border-right: 1px solid rgba(0, 0, 0, 0.3);
}
.timnhieu a:last-child{
    border-right: none;
}

.btn-toggle[aria-expanded="true"] {
    color: rgba(0, 0, 0, .85);
}
.btn-toggle[aria-expanded="true"]::before {
    transform: rotate(90deg);
}

.btn-toggle-nav a {
    display: inline-flex;
    padding: .1875rem .5rem;
    margin-top: .125rem;
    margin-left: 1.25rem;
    text-decoration: none;
}
.btn-toggle-nav a:hover,
.btn-toggle-nav a:focus {
    color: rgb(255 255 255);
    background-color: #d70303;
}
.right-menu{
    background: #f1f1f1;
    color: black;
    border-radius: 8px;
    overflow: hidden;
}
.right-menu-title{
    background: #d70303;
    display: block;
    color: white;
}
.right-box{
    background: white;
    color: black;
    border-radius: 8px;
    overflow: hidden;
}
.right-news{
    border-bottom: thin solid #ececec;
    margin-bottom: 15px;
    padding-bottom: 5px;
}
.right-news img{
    width: 100%;
}
.right-news h3{
    font-size: inherit;
    font-weight: 600;
    color: #535353;
}
.right-news:hover h3{
    color: #d70303;
}
.card img{
    max-width: 100%;
    height: auto !important;
}
.product-box{

}
.product-box .product-box-picture{
    width: 100%;
    aspect-ratio: 500 / 375;
    padding: 10px;
    border: thin #dddddd solid;
    border-radius: 8px;
    box-shadow: 1px 1px 6px #cdcdcd;
}
.product-box-right{

}
.product-box-right ul{
    padding: 0;
    list-style: none;
    border-bottom: thin #ebebeb solid;
    border-radius: 8px;
    overflow: hidden;
}
.product-box-right ul li{
    display: block;
    background: white;
    border: thin #ebebeb solid;
    border-bottom: none;
    padding: 5px 10px 5px 15px !important;
    width: 50%;
    float: left;
}
.product-box-price{
    color: red;
    font-size: 20px;
}
.pro-item-id{
    border-right: thin #e4e4e4 solid;
    font-size: 11px;
}
.pro-item-price{
    color: red;
    font-size: 14px;
}
#phantrang{
    text-align:center;
    margin-top:15px; 
}
#phantrang a{
    padding:5px 10px 5px 10px;
    border: thin silver solid;
    margin: 2px;
        display: inline-block;
}

#phantrang a:hover{
    padding:5px 10px 5px 10px;
    border: thin silver solid;
    margin: 2px;
    background: #005baa;
    color:white;
}
#dangxem{
    background: #005baa;
    color: white;
}
.search input {
    background: url(img/icon_s.png) 15px center no-repeat;
    padding: 10px 0px;
    padding-left: 45px;
    box-shadow: 0 2px 8px 0 rgba(99, 99, 99, .2) !important;
}
.homesearch{
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    margin-top: -60px;
    justify-content: space-between;
    background: rgb(255, 255, 255);
    border-radius: 20px;
    padding: 25px 25px;
    z-index: 9999;
    position: relative;
}
.homesearch .title{
    font-size: 27px;
    font-weight: 600;
}
.homesearch .stype{
    display: flex;
    justify-content: space-around;
}
.homesearch .stype .item{

}
.homesearch .stype .item img{
    width: 65px;
}
.homesearch .stype .item .title{
    font-size: 15px;
    text-align: center;
    font-weight: 500;
    display: block;
    color: #242424;
}
.homesearch .stype .item:hover .title{
    font-weight: 600;
}
.sbrand .splide__arrow--prev {
    left: -10px;
}
.sbrand .splide__arrow--next {
    right: -10px;
}
.sbrand .splide__arrow {
    background: none;
}
#brand-slider .splide__slide {
    text-align: center;
}
#brand-slider img {
    max-width: 60px;
    margin: 0 auto 0px;
    display: block;
}
#brand-slider p {
    font-size: 14px;
    color: #222;
    margin: 0;
}
.homesearch .sbrand .title{
    font-size: 15px;
    text-align: center;
    font-weight: 500;
    display: block;
    color: #242424;
}
.homesearch .sbrand .splide__slide:hover .title{
    font-weight: 600;
}
.homesearch .sprice .btn-light{
    background: #F2F4FA;
    border-radius: 10px;
    padding: 4px 12px;
    font-size: 15px;
    margin-right: 5px;
    margin-bottom: 5px;
    transition: 0.2s;
    border: none;
}
.homesearch .sprice .btn-light:hover{
    background: #e20000;
    color: white;
    border: none;
}
.homesearch .sprice .btn-light.text-red{
    color: red;
}
.homesearch .sprice .btn-light.text-red:hover{
    color: white;
}
.sbuy{

}
.sbuy .btn-submit{
    background: #e20000;
    color: white;
    width: 100%;
}
.sbuy .btn-submit:hover{
    background: #a00000;
}
.sbuy .note{
    font-size: 15px;
}
.listproducts{

}
.listproducts .item{
    border-radius: 10px;
    overflow: hidden;
    background: white;
    box-shadow: 0px 0px 10px 0px #e9e9e9;
    border: thin #ffb693 solid;
}
.listproducts .item .img{

}
.listproducts .item .price{
    color: yellow;
    background: red;
    padding: 10px;
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 700;
    border-radius: 10px;
}
.listproducts .item .title{
    color: black;
    margin-bottom: 10px;
    display: block;
    font-weight: 500;
    font-size: 18px;
}
.listproducts .item .thongso{
    font-size: 14px;
    line-height: 30px;
    background: #f4f4f4;
    padding: 10px;
    border-radius: 10px;
}
.listproducts .item .thongso img{
    margin: 0;
    margin-right: 7px;
    width: 18px;
}
.listproducts .item .thongso a{
    color: #0077ff;
    font-weight: bold;
}
.hometab{

}
.hometab .nav-item{

}
.hometab .nav-item .nav-link{
    color: #5e5e5e;
    font-weight: 700;
    padding: 0;
    margin: 0px 30px;
    padding-bottom: 10px;
    border-radius: 0px;
}
.hometab .nav-item .nav-link.active{
    background: none;
    border-bottom: 5px #ff7500f2 solid;
}
.hometabcontent{
    background: #f2f4fa;
    padding: 40px 0px;
}
.tabbox{
    background: white;
    border-radius: 10px;
    padding: 10px 10px 20px 10px;
}
.tabbox .num{
    background: #f2f4fa;
    height: 55px;
    width: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 30px;
    color: #717171;
    font-weight: 700;
}
.tabbox .icon{
    width: 90px;
    height: 90px;
    margin: 5px auto 15px;
    display: block;
}
.tabbox .name{
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    margin-bottom: 12px;
}
.tabbox .desc{
    background: white;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.contact{
    text-align: center;
    color: red;
    background: #f2f4fa;
    border-radius: 8px;
    padding: 10px 5px;
    font-size: 15px;
}
.contact p{
    margin-bottom: 0px;
}
.contact p strong{
    font-size: 18px;
}
.contact p.zalo{
    font-weight: 700;
    color: #19aaff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact p.zalo a{
    color: #19aaff;
}
.contact p.zalo img{
    height: 27px;
}
.chinhanh{
    background: red;
    color: white;
    font-weight: bold;
    width: 100%;
    padding: 15px 5px;
    text-align: center;
    display: block;
    border-radius: 8px;
}
.chinhanh:hover{
    background: #a70000;
    color: white;
}
.callback{
    background: #F2DE84;
    color: black;
    font-weight: bold;
    width: 100%;
    padding: 15px 5px;
    text-align: center;
    display: block;
    border-radius: 8px;
}
.callback:hover{
    background: #efca22;
    color: black;
}
.share{
    background: #F2F4FA;
    padding: 8px;
    border-radius: 8px;
}














@media (min-width: 1400px)
{
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1250px !important;
}

}
@media (min-width: 1200px)
{
    .footer {
        background-size: cover;
    }

}
@media (max-width: 1199px)
{

}
@media (max-width: 992px)
{


}

@media (max-width: 768px)
{
    .navbar-toggler{
        position: absolute;
        right: 0;
        top: -50px;
    }
    .navbar{
        padding: 0px;
    }
    .home-icon {
        font-size: 13px;
    }
    .pro-item-img img {
        max-height: 100%;
        width: auto;
    }
    .news-item img {
        margin-bottom: 15px;
    }
    .hiden-mobi {
        display: none !important;
    }
    .hiden-pc{
        display: block !important;
    }
    .menu {
    }

    .footer{
        background: black;
        padding-top: 5px;
        line-height: 22px;
        font-size: 13px;
        color: white;
    }
    .footer-logo {
        width: 130px;
    }
    .footer-copyright{
        text-align: center;
    }

    .content-author-des{
        text-align: center;
    }
    .homesearch .stype {
        overflow-x: scroll;
        scrollbar-width: thin;
    }
    .homesearch .stype .item .title {
        font-size: 13px;
    }

}
@media (max-width: 550px)
{

    .hiden-mobi{
        display: none !important;
    }
    .hiden-pc{
        display: block !important;
    }
    .home-des-text-pc{
        display: none !important;
    }
}
@media (max-width: 380px)
{

}
.hiden-pc{
     display: none;
 }
