@charset "UTF-8";
/*
Theme Name: 5S AHU 01
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: #B8860B | #C0C0C0
*/
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@font-face {
    font-family: 'SVN-Gilroy';
    src: url('font/SVN-Gilroy Regular.otf');
}
@font-face {
    font-family: 'SVN-Gilroy';
    src: url('font/SVN-Gilroy Bold.otf');
    font-weight: 600;
}
@font-face {
    font-family: 'SVN-Gilroy';
    src: url('font/SVN-Gilroy Black Italic.otf');
    font-weight: 600;
    font-style: italic;
}
/* 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: #034e90;
    border-radius: 0px;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #46a2f3;
}
body{
    font-family: 'SVN-Gilroy', sans-serif;
    font-size: 16px;
    color: #4b4b4b;
    background: url(img/bg.png);
}
.clear{
    clear: both;
}
a {
    color: #087ee5;
    text-decoration: none;
    transition: 0.2s;
}
a:hover {
    color: #034e90;
    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: #262523;
    padding-top: 25px;
    line-height: 28px;
    font-size: 15px;
    color: white;
    border-top: 4px solid #bc8403;
}
.footer a{
	color: white;
}
.footer-logo{
    width: 150px;
}
.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{

}
.menu .navbar .nav-link{
    font-weight: 600;
    color: #3c3c3c;
    padding-left: 13px;
    padding-right: 13px;
    font-size: 17px;
    font-family: 'Roboto Condensed';
}
.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: #bc8403;
    background: linear-gradient(0deg, #bc8403 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: #bc8403;
    color: #ffffff;
}
.fullwbg-1 a{
    color: white;
}
.home-icon{
}
.home-icon img{
    width: 70px;
}
.fullwbg-2{
    background: #323232;
    color: #ffffff;
}
.title-1{
    font-size: 25px;
    font-weight: 600;
    color: #bc8403;
    position: relative;
    /* display: inline; */
    margin: auto;
    width: fit-content;
}
.title-1::after{
    content: '';
    width: 50%;
    height: 3px;
    background: #bc8403;
    position: absolute;
    bottom: -10px;
    left: 28%;
}
.title-2{
    font-size: 25px;
    font-weight: 600;
    color: #bc8403;
    position: relative;
    /* display: inline; */
    margin: auto;
    width: fit-content;
}
.title-2::after{
    content: '';
    width: 50%;
    height: 3px;
    background: #bc8403;
    position: absolute;
    bottom: -10px;
    left: 28%;
}
.title-3{
    font-size: 25px;
    font-weight: 600;
    color: #bc8403;
    position: relative;
    /* display: inline; */
    margin: auto;
    width: fit-content;
    border-left: 4px #bc8403 solid;
    padding-left: 15px;
}
.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{

    overflow: hidden;
    /* background: lime; */
    text-align: center;
    padding: 10px;
}
.pro-item-img img{
    width: 100%;
    max-width: 100%;
    aspect-ratio: 400 / 250;
}
.pro-item-title{
    background: #bc8403;
    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: #bc8403 url("img/breakcumb-bg.jpg");
    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: rgb(255 255 255);
    background-color: #bc8403;
}



.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: #bc8403;
}
.right-menu{
    background: #f1f1f1;
    color: black;
    border-radius: 8px;
    overflow: hidden;
}
.right-menu-title{
    background: #bc8403;
    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: #bc8403;
}
.card img{
    max-width: 100%;
    height: auto !important;
}
.product-box{

}
.product-box .product-box-picture{
    width: 100%;
    aspect-ratio: 400 / 250;
    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;
}
.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: #bc8403;
    color:white;
}
#dangxem{
    background: #bc8403;
    color: white;
}
.dt-content h2{
	font-size: 30px;
}
.dt-content h3{
	font-size: 25px
}
.dt-content h4{
	font-size: 20px
}







@media (min-width: 1400px)
{
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1180px !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;
    }
}
@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;
 }
