body {
    font-family: Manrope, sans-serif;
    font-weight: 400;
    /* line-height:1.6rem; */
    font-size: 0.9rem;
	text-rendering: optimizeSpeed;
}

footer ._container ._row ._col:first-child {
    padding-left: 0;
    font-size: 0.9rem;
}
.fs-13px {
  font-size: 13px !important;
}
.fs-12px {
  font-size: 12px !important;
}
.info-component {
    background-image: linear-gradient(140deg, #ccc 0%, #ffffff 50%, #ccc 75%); 
    /*background: #f5f5f5;*/
    border-radius: 1rem;
    border: 0px;
    color: #000;
}
.tab-content>.active .product-description a{text-decoration:none;color:#0d6efd}
.tab-content>.active .product-description a:hover{text-decoration:underline}
.detail-content .left-area2 .content a{text-decoration:none;color:#0d6efd}
.detail-content .left-area2 .content a:hover{text-decoration:underline}
.product-list .list .item a .imgift {
    position: absolute;
    z-index: 2;
    font-size: 1rem;
    right: 6px;
    left: auto;
    transform: translateY(0);
    color: #EC2029;
    top: 6px;
    padding: .25rem .6rem;
}
.product-list .list .item a .imgaff {
    position: absolute;
    z-index: 2;
    font-size: 1rem;
    right: 6px;
    left: auto;
    transform: translateY(0);
    color: #EC2029;
    top: 30px;
    padding: .25rem .6rem;
}
.legit{color:#1a73e8;display:inline-block;fill:currentColor;height:24px;font-size:1.6rem;line-height:24px;position:relative;width:24px}
.legit svg{height:100%;width:100%}
.tab-content>.tab-pane table{margin-bottom:8px;border:solid 1px #ccc;width:100%}
.tab-content>.tab-pane table td{border-left:solid 1px #ccc;border-bottom:solid 1px #ccc;padding-left:1em;padding-right:1em;color:#111}
.tab-content>.tab-pane table td p{margin:5px}
.tab-content>.tab-pane table tr:first-child td{font-weight:600;background:#f2f2f2}
.left-area2 table{margin-bottom:8px;border:solid 1px #ccc;width:100%}
.left-area2 table td{border-left:solid 1px #ccc;border-bottom:solid 1px #ccc;padding-left:1em;padding-right:1em;color:#111}
.left-area2 table td p{margin:5px}
.left-area2 table tr:first-child td{font-weight:600;background:#f2f2f2}

.col-content .col {
    background-image: linear-gradient(159deg, #ffffff 30%, #ffffff 60%, rgb(0 0 0 / 22%) 85%);
    border: 0px solid #eee;
}
.col-content .col .text-area .title {
    margin-bottom: .5rem;
    font-weight: 600;
    font-size: 1.5rem;
}
.col-content .col .text-area p {
    font-size: 0.8rem;
    line-height: 20px;
    margin-bottom: 1rem;
    text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-page .list .item p {
    font-size: 0.9rem;
    text-align: justify;
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}
.p-md-5 {
    padding: 2rem !important;
}
.detail-content.contact-page .left-area {
    /*background: #ffffff;*/
    background-image: linear-gradient(140deg, #ccc 0%, #ffffff 50%, #ccc 75%);
    border-radius: 1rem;
    color: #000;
    font-size: .9rem;
    /* border: 0px solid #c6d0d3; */
    border: none;
}
}
header .banner .content .title {
    font-size: 2rem;
    font-weight: 800;
}
.logofooter img {
   height: 40px;
   max-height: 100% !important;
   opacity: 0.8;
   border-radius: 0rem;
}
.logo-intro img {
    height: 41px;
	width: 300px;
}
.detail-content {
    grid-template-columns: auto 30%;
}
.section-banner .inner .content .title {
    font-weight: 800;
    text-shadow: #000000 3px 0 15px;
}
.section-banner .inner .content .desc {
    text-shadow: #000000 3px 0 15px;
    max-width: 65%;
}
.detail-content .content img {

    border-radius: .7rem;
}
/* tbody, td, tfoot, th, thead, tr {
    border-color: inherit;
    border-style: solid;
    border-width: 1;
    border: solid 1px #ccc;
    padding: 0.8em;
} */
section .section-title {
    font-size: 1.5rem;
}
section .section-titleh {
    font-size: 1.35rem;
	font-weight: 800;
}

.left-area2 {
    border: 1px solid #eee;
    border-radius: 1rem;
    padding: 1.5rem !important;
    overflow: hidden;
    transition: .2s all ease-in-out;
    box-shadow: 0 0 15px #0000001a;
    display: flex;
    flex-direction: column;
}
.left-area2 h2{font-size: 1.3rem;}.left-area2 h3{font-size: 1.2rem;}.left-area2 h4{font-size: 1.1rem;}

.detail-content.fw2 {
    border: 1px solid #eee;
    border-radius: 1rem;
    padding: 1.5rem !important;
    overflow: hidden;
    transition: .2s all ease-in-out;
    box-shadow: 0 0 15px #0000001a;
    display: block;
    flex-direction: column;
}

.detail-content .right-area-sp {
    grid-area: right;
    border: 1px solid #eee;
    border-radius: 1rem;
    padding: 1.5rem !important;
    overflow: hidden;
    transition: .2s all ease-in-out;
    box-shadow: 0 0 15px #0000001a;
    display: flex;
    flex-direction: column;
}

.rounded-4 {
    border: 1px solid #eee;
    box-shadow: 0 0 15px #0000001a;

}

blockquote {
    display: block;
    padding: 5px 5px 0px 20px;
    margin: 15px 0px 15px;
    border-left: 5px solid #212529;

}

footer .socials .icons {

    opacity: 0.5;

}


.news-page .list .item .title {
    font-size: 1.2rem;
    line-height: 1.5rem;
    display: flex;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sticky-socials {
    z-index: 111 !important;
}

.product-detail .params {
    font-size: 13px;
}

.product-detail .param-list ._header {
    font-weight: 800;
}

.cbreadcrumb {
    background: #f5f5f5;
}

.logosp img {
    height: 15px;
}


/* header .hdr .hdr-nav .nav-left .logo img {
    max-height: 40px;
    padding-top: .5rem;
} */

.widget.widget-category .widget-body .l1 li a{
    
    font-size: .9rem;
}

.product-detail .bottom .nav-tabs a.nav-link{
    
        background: #f3f3f3;
}

.product-list .list .item a .title{
    font-weight: 600;
}

header .navbar .nav-link{
    border-radius: 6px;
}

footer .footer-link {
    padding-bottom: .3rem;
}


footer .footer-link a {
    
  color: #fff;
    font-size: .9rem;  
}

footer {
    padding: 1.5rem 0;
}

footer .copyright {
    text-align: center;
}
/* 
hien thi tren mobile xau 
footer ._container ._row ._col {
    padding-left: 5rem;
} */