a {
    color: var(--color-main);
}

/*menu he thong*/
.multil-column .menu-title {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}
.multil-column .menu-title .img{
    border: 1px solid #cfcfcf;
    padding: 6px;
    margin-right: 15px;
    border-radius: 10px 0 10px 0;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.multil-column .menu-title .name{
    font-weight: 600;
    font-size: 1.6rem;
    text-transform: uppercase;
}
/*menu he thong*/

.why-choose .item-reason {
    display: flex;
}
.item-reason {
    margin-bottom: 3rem;
}
.item-reason .icon{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: var(--orange);
    color: var(--white);
    margin-right: 15px;
    font-size: 3rem;
}
.item-reason .title{
    font-weight: 700;
    margin-bottom: .5rem;
}
.item-reason .description{
    text-align: justify;
    color: #6F6F6F;
}

.bg-main {
    background-color: var(--color-main);
}
.bg-light-blue {
    background-color: var(--light-blue);
}
.mb-0 {
    margin-bottom: 0 !important;
}

/*Danh muc san pham*/
.img-contain {
    object-fit: contain !important;
}
.item-cate {
    display: table;
    width: 100%;
    margin-bottom: 3rem;
}
.item-cate .img {
    border: 1px solid #cfcfcf;
    padding: 6px;
    margin-right: 15px;
    border-radius: 10px 0 10px 0;
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;    
    float: left;
}
.item-cate .title {
    font-weight: 600;
    font-size: 1.6rem;
    text-transform: uppercase;
    margin-top: 25px;
}
.item-cate .title a{
    color: var(--color-main);
}
/*End danh muc san pham*/

/*Gioi thieu - seach*/
.about-search {
    background-color: var(--light);
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 3rem;
    font-size: 16px;
    border-radius: 5px;
    overflow: hidden;
}
.about-search .title {
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 1rem;
}
.box-search input ,
.about-search input {
    font-size: 15px;
    border-radius: 5px 0 0 5px;
    border: 0;
}
.box-search .btn-submit ,
.about-search .btn-submit {
    border-radius: 0 5px 5px 0;
}

.box-search input {
    height: 3.5rem;
}
.box-search .btn-submit {
    padding: 0;
    width: 3.5rem;
}

/*Gioi thieu - seach*/

/*Vi sao chon chung toi*/
.title-head {
    margin-bottom: 3rem;
}
.title-head .title-section {
    margin-bottom: 1rem;
}
.title-head .icon {
    position: relative;
}
.title-head .icon:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
    height: .5px;
    background-color: var(--color-black);
}
.title-head .icon i {
    padding: 10px;
    font-size: 2rem;
    color: #54595F;
    background-color: white;
    position: relative;
}
/*Vi sao chon chung toi*/

/*Tin tuc - bai viet*/
.news-home .title-head .icon i {
    background-color: var(--light-blue);
}
.news-home .article-item {
    box-shadow: 0 0 10px 0 rgba(0,0,0,.15);
    border-radius: 5px;
    overflow: hidden;
    transition: all .4s;
}
.news-home .article-item .inner-image {
    margin-bottom: 0;
}
.news-home .article-item .inner-content {
    background-color: var(--white);
    padding: 1.5rem 1rem;
    min-height: 155px;
}
.news-home .article-item .article-description {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-home .article-item:hover {
    box-shadow: 0 0 30px 0 rgba(0,0,0,.15);
}
.news-home span.article-category {
    position: absolute;
    top: 15px;
    right: 15px;
    background: var(--orange);
    z-index: 1;
    padding: 5px 10px;
    border-radius: 15px;
    color: var(--white);
    text-transform: uppercase;
    font-size: 1.3rem;
}

.is-mobile .news-home .article-item .inner-content {
    min-height: 140px;
}

.is-mobile .website-info .logo img {
    height: 12rem;
}
.is-mobile .website-info .logo a {
    width: 25%;
}
.is-mobile .website-info * {
    font-size: 1.8rem;
}
.is-mobile footer .logo-section img {
    filter: invert(1) brightness(500);
    height: 10rem;
}
.is-mobile .logo-section img {
    filter: invert(1) brightness(500);
}
/*Tin tuc - bai viet*/


/*Bao gia - lien he*/
.quote-contact * {
    font-size: 1.6rem;
}
/*Bao gia - lien he*/

/*Chinh sach*/
.policy {
    
}
.item-policy {
    display: flex;
    align-items: center;
}
.item-policy .img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
}
.item-policy .title {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 1.7rem;
}
/*Chinh sach*/

.website-info * {
    font-size: 1.6rem;
}
.website-info .logo {
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
}
.website-info .logo a {
    width: 30%;
    margin-right: 1.5rem;
}
.font-weight-500 {
    font-weight: 500;
}
.website-info .contact i {
    color: var(--color-main);
    margin-right: .5rem;
}

.title-footer {
    font-size: 1.7rem;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
    font-weight: 600;
}


.socials li i{
    width: 30px;
    height: 30px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
}
.fa-facebook-f {
    background-color: #3b5998;
}
.fa-twitter {
    background-color: #1da1f2;
}
.fa-youtube {
    background-color: #cd201f;
}
.fa-tumblr {
    background-color: #35465c;
}
.fa-linkedin {
    background-color: #0077b5;
}
.fa-pinterest {
    background-color: #bd081c;
}

/*Trang tim kiem*/
.search-keyword .product-title {
    font-size: 1.8rem;
}
/*Trang tim kiem*/

/*Block danh muc san pham - page san pham*/
.list-category .item-cate {
    padding: 10px 15px;
    border-bottom: 1px solid #d0d0d0;
}
.list-category .item-cate .img {
    border: 0;
    padding: 0;
    height: auto;
    position: relative;
    padding-top: 62.5%;
}
.list-category .item-cate img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
/*Block danh muc san pham - page san pham*/

/*Trang danh muc san pham*/
.line-before{
    position: relative;
}
.line-before:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 70px;
    height: 3px;
    background-color: var(--orange);
}

.ask-questions .title {
    font-size: 16px;
}
.ask-questions .card-header button{
    background-color: rgb(245 249 250 / 48%);
    font-weight: 500;
}
.ask-questions .card * {
    font-size: 1.5rem;
}
[data-toggle="collapse"]:not(.collapsed) i.fa:before {
    content: "\f068";
}

/*xem them cua danh muc san pham*/
.box-category-page {
    border-radius: 5px;
    background: var(--white);
    padding: 15px 15px 50px 15px;
    position: relative;
    overflow: hidden;
}

.box-category-page .load-more {
    position: absolute;
    bottom: 25px;
    left: 50%;
    z-index: 99;
    transform: translateX(-50%);
}

.box-category-page .load-more .btn-view-all {
    background: var(--color-main);
    padding: 10px 15px;
    border-radius: 5px !important;
    Color: var(--white);
    cursor: pointer;
    font-size: 16px;
}


.box-category-page .load-more  .btn-show {
    display: inline-block;
}

.box-category-page .load-more .btn-hide {
    display: none;
}

.box-category-page.transform-active .btn-show {
    display: none;
}

.box-category-page.transform-active .btn-hide {
    display: inline-block;
}

.box-category-page .content-category {
    max-height: 200px;
    overflow: hidden;
    font-size: 16px;
}

.box-category-page.transform-active .content-category {
    max-height: 100%;
}

.box-category-page:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 110px;
    background: linear-gradient(360deg, #ffffffc4 46.25%, rgb(255 255 255 / 1%) 82.82%);
    pointer-events: none;
}

/*form bo loc san pham*/
.form-filter {
    display: flex;
}
.form-filter > * {
    margin-right: 1rem;
    border: 1px solid #aaa;
    border-radius: 5px;
    height: 3.5rem;
}

.form-filter input {
    padding: 0 1rem;
}

.form-filter .dropdown-toggle {
    background: linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
    padding: 0;
    line-height: 33px;
    border-radius: 5px;
    padding: 0 1rem;
    border: 0;
}
.form-filter .bs-searchbox input {
    height: 3rem;
    border: 1px solid #aaa;
}
/*Trang danh muc san pham*/

.list-category .title-section {
    background-color: var(--color-main);
    margin: 0;
    color: var(--white);
    padding: 15px 15px;
    text-align: center;
    font-size: 2rem;
}

.list-category .title {
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 1.4;
}


/*Trang chi tiet san pham*/
.bg-red{
    background-color: var(--red);
}
.tskt {
    padding: 1.2rem 0;
    font-size: 1.6rem;
}
.btn-quote {
    background-color: var(--orange);
    color: var(--white);
    width: 100%;
    margin: 1.2rem 0;
    padding: 10px 15px;
    font-size: 1.8rem;
    text-transform: uppercase;
    border-radius: 5px;
}
.btn-quote:hover {
    color: var(--white);
}

.advantage {
    background: linear-gradient(90deg, #FFFFFF 0%, #B6DBFF 100%);
    border: 1px solid #D5D5D5;
    border-radius: 5px;
}
/*Trang chi tiet san pham*/

.product-detail-footer table tbody > tr:nth-child(2n) {
    background-color: var(--light);
}
.product-detail-footer table tr > * {
    padding: 5px 10px;
    border: 1px solid var(--gray-bold);
}


/*Module tim kiem*/
.entire-action-header .form-dropdown {
    position: absolute;
    padding: 10px;
    background-color: var(--white);
    top: 100%;
    left: 15px;
    right: 15px;
    z-index: 1000;
    margin-bottom: 0;
    -webkit-animation: nav_menu_anim_close 0.3s both;
    -o-animation: nav_menu_anim_close 0.3s both;
    animation: nav_menu_anim_close 0.3s both;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    opacity: 0;
    filter: opacity(0);
    visibility: hidden;
    -webkit-box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
    box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
    border-radius: 5px;
}
.entire-action-header:hover .form-dropdown {
    -webkit-animation: nav_menu_anim_open 0.3s both;
    -o-animation: nav_menu_anim_open 0.3s both;
    animation: nav_menu_anim_open 0.3s both;
    opacity: 1;
    filter: opacity(1);
    visibility: visible;
    pointer-events: unset;
}
/*Module tim kiem*/

#return-to-top {
    position: fixed;
    bottom: 10%;
    right: 15px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: var(--orange);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: var(--white);
    z-index: 10;
}

.is-mobile {
    font-size: 1.5rem;
}
.is-mobile .multil-column .menu-title .img {
    display: none;
}
.is-mobile .multil-column .menu-title{
    margin-bottom: 0;
}
.is-mobile .multil-column .menu-title .name {
    text-transform: none;
}
.is-mobile .menu-section .entry-menu.multil-column .row-menu > div {
    padding-left: 15px;
}
.is-mobile .menu-section .menu-title {
    color: var(--color-main);
}

.is-mobile .filter-product .title {
    margin-bottom: 1rem;
    font-size: 1.5rem;
    font-weight: 500;
}
.is-mobile .form-filter .dropdown-toggle {
    line-height: 29px;
}

.is-mobile .product-content-detail .product-title-detail {
    font-size: 2rem;
}

.is-mobile .btn-mobile {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.is-mobile .btn-mobile img {
    width: 30px;
}

.font-weight-600 {
    font-weight: 600;
}



@media (min-width: 577px) and (max-width: 768px) {
    .policy > div:first-child > .item-policy ,
    .policy > div:nth-child(2) > .item-policy {
        margin-bottom: 1rem !important;
    }
    
    .list-category > ul {
        columns: 2;
    }
}

@media (max-width: 576px) {
    .is-mobile .website-info .logo img {
         height: auto;
    }
    
    .item-cate {
        margin-bottom: 1.5rem;
    }
    .item-cate .img {
        width: 65px;
        height: 65px;
    }
    .item-cate .title {
        margin-top: 0;
    }
    
    .item-policy {
        margin-bottom: 1rem !important;
    }
    
    .form-filter {
        flex-direction: column;
    }
    .form-filter > * {
        margin-bottom: .75rem;
        width: 100% !important;
    }
}














