.nav-item a {
    color: black;
    font-family: 'UTM Avo';
    font-size: 14px;
}
.nav-link.disabled {
    color: black;
}
span.nav-link.active {
    background-color: #d71920;
    position: relative;
    color: white;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background-color: transparent;
}
.menu-product ul.nav{
    position: relative;
    height: 40px;
    padding-right: 40px;
}
.name-product{position: relative; padding-right: 40px}
.name-product span{height: 40px;}
.name-product:after {
    background-image: url("../images/layoutSanpham_2.png");
    content: '';
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 45px;
    top: 0;
    right: 0;
    height: 40px;
}
.menu-product ul.nav:after {
    background-image: url("../images/layoutSanpham_1.png");
    content: '';
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 45px;
    top: 0;
    right: 0;
    height: 40px;
}
.nav-item .item-header {
    padding-left: 16px;
    position: relative;
}
.nav-item .item-header::before {
    content: '';
    position: absolute;
    width: 0;
    height: 3px;
    background-color: #d71920;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 5px;
}
.product-samco h1 {
    text-align: center;
    margin-top: 40px;
    font-family: 'UTM Copperplate';
    font-size: 24px;
}
.product-samco .title-product p {
    margin-left: 20px;
    font-weight: bold;
}
.item-product .item-product-center {
    margin-left: 55px;
}
.item-product .item-product-right {
    margin-left: 150px;
}
.nav-item .item-header:hover::before{
    width: 70%;
    transition: all 0.4s;
    background-color: #d71920;
}
.item-vip-header {
    position: relative;
}
.item-vip-header::after {
    position: absolute;
    content: '';
    background-image: url(../images/layoutSanpham_3.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 30%;
    height: 40px;
    top: 0;
    right: -50%;
}
.item-vip-header::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 40px;
    background-color: #e2e2e2;
    top: 0;
    left: 205px;
}
.nav {
    background-color: white;
}
.title-header .ngoai-that{
    text-align: center;
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 500;
    font-family: 'UTM Copperplate';
    font-size: 24px;
}
.title-header h1 {
    margin-top: 20px;
    text-align: center;
    font-family: 'UTM Copperplate';
    font-size: 24px;
}
.title-header {
    margin-bottom: 20px;
}
.title-line {
    width: 375px;
    height: 2px;
    background-color: #e5e3e3;
    position: relative;
    margin: 0 auto;
    margin-bottom: 20px;
}
.title-line::before {
    position: absolute;
    top: -2px;
    content: '';
    left: 50%;
    width: 70px;
    height: 4px;
    border-radius: 5px;
    background-color: #d71920;
    transform: translateX(-50%);
}
.discription-content p {
    margin-top: 20px;
    text-align: justify;
    font-family: 'UTM Neo Sans Intel';
    font-size: 16px;
}
.content-header span{
    display: block;
    font-weight: bold;
    padding-left: 30px;
    position: relative;
    font-family: 'UTM Neo Sans Intel';
    font-size: 18px;
    padding-left: 45px;
}
.color-page {
    margin-top: 75px;
}
.car-color span {
    display: block;
    font-weight: bold;
    padding-left: 30px;
    position: relative;
    font-family: 'UTM Neo Sans Intel';
    font-size: 18px;
    padding-left: 45px;
}
.car-color span::before {
    content: '';
    position: absolute;
    width: 90%;
    height: 1px;
    background-color: #e2e2e2;
    top: 120%;
}
.icon-color img {
    margin-left: 35px;
    padding-top: 22px;
}
.p-color-content{
    margin-left: 60px;
    margin-top: 35px;
}
.p-color-content p.active {
    font-weight: bold;
}
.p-color-content p {
    padding-bottom: 16px;
    /* margin-top: 20px; */
}
.content-header span::before {
    position: absolute;
    content: '';
    background-image: url(../images/sanpham/tamgiacwhile.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 30px;
    height: 20px;
    top: 4px;
    left: 0;
}
.content-header .p-content-item p{
    margin-top: 40px;
    font-family: 'UTM Neo Sans Intel';
    font-size: 16px;
}
.content-header {
    margin-bottom: 20px;
}
.carousel-p p{
    margin: 0;
    font-family: 'UTM Neo Sans Intel';
    font-weight: bold;
    font-size: 16px;
    position: relative;
    margin-left: 40px;
    margin-top: 15px;
}
.carousel-p p::before {
    position: absolute;
    content: '';
    background-image: url(../images/sanpham/tamgiac.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 7%;
    height: 16px;
    top: 5px;
    left: -40px;
}
.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    left: 104%;
    font-size: 46px;
    top: 45px;
    outline: none;
}
.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 45px;
    left: -80px;
    font-size: 46px;
    outline: none;
}
.owl-carousel .owl-nav.disabled{
    display: block;
}
.carousel .item {
    position: relative;
}
.carousel {
    background-color: #e2e2e2;
    padding-top: 20px;
    padding-bottom: 10px;
}
.table-item {
    background-color: #e2e2e2;
    /*text-transform: uppercase;*/
    /*font-weight: bold;*/
    /* border: 1px solid black; */
    text-align: left;
    border: none;
}
table {
    border: none;
}
td {
    padding:10px 0;
    border: none;
    padding-left: 20px;
}
.Specifications h1 {
    margin-top: 20px;
    text-align: center;
    font-family: 'UTM Copperplate';
    font-size: 24px;
}
.owl-theme .owl-nav [class*=owl-] {
    background: transparent;
}
.download h1 {
    margin-top: 20px;
    text-align: center;
    font-family: 'UTM Copperplate';
    font-size: 24px;
}
.text-content-center {
    margin-top: 31px;
    border-top: 3px solid #d71920;
    padding: auto 0;
    border-bottom: 3px solid #d71920;
    margin-bottom: 20px;
    position: relative;
}
.text-content-center::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    top: 48%;
    background-color: white;
}
.text-content-center .btn-download {
    background-color: #d71920;
    color: white;
    border-radius: 0;
    margin-top: 3px;
    width: 50%;
    /* font-weight: 500; */
    font-family: 'UTM Neo Sans Intel';
    font-size: 14px;
    height: 33px;
    position: relative;
    font-weight: bold;
    margin-left: 190px;
}
.text-content-center .text-color {
    color: black;
    font-weight: bold;
    font-family: 'UTM Neo Sans Intel';
    font-size: 14px;
    font-weight: bold;
}
.text-content-center p {
    margin-top: 10px;
    font-family: 'UTM Neo Sans Intel';
    font-size: 14px;
    margin-bottom: 10px;
    margin-left: -15px;
}
.text-content-center .p-text {
    margin-left: 70px;
}
.icon-download {
    margin-bottom: -20px;
}
.item-product {
    text-align: center;
}
.table-mobile{
    display: none;
}
.silde-mobile {
    display: none;
}
.menu-mobile-2 h5{
    display: none;
    background-color: #d71920;
    height: 38px;
    padding-top: 6px;
    max-width: 60%;
    position: relative;
}
.download-mobile{
    display: none;
    position: relative;
}
.download-mobile::before{
    position: absolute;
    content: '';
    background-color: #d71920;
    height: 2px;
    width: 100%;
}
.download-mobile::after {
    position: absolute;
    content: '';
    background-color: #d71920;
    height: 2px;
    width: 100%;
    top: 110%;
}
.text-mobile{
    padding: 12px 13px;
}
.text-active-moblie{
    padding: 0 10px;
    margin-left: -8px;
}
@media screen and (max-width:1200px){
    ul.nav {
        flex-direction: column;
    }
    .menu-product ul.nav{
        display: none;
    }
    .carousel-p p::before{
        width: 8%;
        height: 15px;
    }
    
    .content-header .p-content-item p{
        margin-top: 10px;
    }
    .text-content-center .p-text{
        margin-left: 0px;
    }
    .text-content-center .btn-download{
        margin-left: 0px;
    }
    .text-content-center::before {
        top: 40%;
    }
    .text-content-center{
        padding-bottom: 15px;
    }
}
@media screen and (max-width:900px){
    ul.nav {
        flex-direction: column;
    }
    .menu-product ul.nav{
        display: none;
    }
    .carousel-p p::before{
        width: 8%;
        height: 15px;
    }
    .owl-carousel .owl-nav button.owl-prev{
        left: -6%;
    }
    .owl-carousel .owl-nav button.owl-next{
        left: 100%;
    }
    .content-header .p-content-item p{
        margin-top: 10px;
    }
    .text-content-center .p-text{
        margin-left: 0px;
    }
    .text-content-center .btn-download{
        margin-left: 0px;
    }
    .text-content-center::before {
        top: 50%;
    }
    .text-content-center{
        padding-bottom: 15px;
    }
}
@media screen and (max-width:767px){
    ul.nav {
        flex-direction: column;
    }
    .menu-product ul.nav{
        display: none;
    }
    .carousel-p p::before{
        width: 13%;
        height: 20px;
    }
    .owl-carousel .owl-nav button.owl-prev{
        left: -60px;
    }
    .content-header .p-content-item p{
        margin-top: 10px;
    }
    .text-content-center .p-text{
        margin-left: 0px;
    }
    .text-content-center .btn-download{
        margin-left: 0px;
    }
    .text-content-center::before {
        top: 50%;
    }
    .text-content-center{
        padding-bottom: 15px;
    }
}
@media only screen and (max-width: 620px) {
    .title-line {
        max-width: 100%;
    }
    .item{
        display: none;
    }
    
    .name-product{
        transform: translateX(-13%);
    }    
    .content-header .p-content-item p{
        margin-top: 10px;
    }
    .owl-carousel .owl-item img {
        padding: 0 25px;
    }
    .carousel-p p {
        text-align: center;
    }
    .tskt-detai table{
        width: 100%;
    }
    .carousel-p p::before{
        left: -15px;
    }
    .content-header span::before{
        width: 8%;
        height: 26px;
    }
    .owl-carousel .owl-nav button.owl-next {
        margin-left: -20px;
    }
    .item-product{
        text-align: center;
    }
    .item-product .item-product-center{
        margin-left: 0;
    }
    .item-product .item-product-right{
        margin-left: 0;
    }
    .product-samco .title-product p{
        text-align: center;
    }
    .table-web{
        display: 
        none;
    }
    .carousel {
        display: none;
    }
    .silde-mobile {
        display: block;
        background: #e2e2e2;
        padding-top: 20px;
    }
    .silde-mobile .sub-img p{
        position: relative;
        margin-top: 6%;
        padding-left: 8%;
    }
    .silde-mobile .sub-img {
        margin-top: -15px;
    }
    .silde-mobile .sub-img p::before{
        content: '';
        position: absolute;
        background-image: url(../images/sanpham/tamgiac.png);
        width: 20px;
        left: 0;
        height: 15px;
        top: 7px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .furniture {
        background-color: #f2f2f2;
    }
    .engine{
        background-color: #f2f2f2;
    }
    .table-item {
        background-color: #cccccc;
    }
    .download .text-center {
        display: none;
    }
    .download-mobile{
        display: block;
    }
    .btn-detail{
        padding: 0 20px;
    }
    ul.nav{
        display: none;
    }
    .silde-mobile img{
        width: 100%;
    }
    .text-mobile {
        padding: 12px 50px;
    }
    .tskt-detai{
        padding: 0 !important;
    }
    .table-mobile{
        display: block;
    }
}
@media only screen and (max-width: 475px) {
    .title-line {
        max-width: 100%;
    }
    .owl-carousel .owl-item img {
        padding: 0 25px;
    }
    .carousel-p p {
        text-align: center;
    }
    .carousel-p p::before{
        left: -15px;
    }
    .content-header span::before{
        width: 8%;
    }
    .owl-carousel .owl-nav button.owl-next {
        margin-left: -20px;
    }
    .item-product{
        text-align: center;
    }
    .item-product .item-product-center{
        margin-left: 0;
    }
    .item-product .item-product-right{
        margin-left: 0;
    }
    .product-samco .title-product p{
        text-align: center;
    }
    .table-web{
        display: 
        none;
    }
    .table-mobile{
        display: block;
    }
    .carousel {
        display: none;
    }
    .silde-mobile {
        display: block;
        background: #e2e2e2;
        padding-top: 20px;
    }
    /* .silde-mobile .sub-img p{
        position: relative;
        margin-top: 6%;
    } */
    .silde-mobile .sub-img {
        margin-top: -15px;
    }
    .furniture {
        background-color: #f2f2f2;
    }
    .engine{
        background-color: #f2f2f2;
    }
    .table-item {
        background-color: #cccccc;
    }
    .download .text-center {
        display: none;
    }
    .download-mobile{
        display: block;
    }
    .btn-detail{
        padding: 0 20px;
    }
    ul.nav{
        display: none;
    }
    .silde-mobile img{
        width: 100%;
    }
    .text-mobile {
        padding: 12px 50px;
    }
    .tskt-detai{
        padding: 0 !important;
    }
}
@media only screen and (max-width: 320px) {
    .title-line {
        max-width: 100%;
    }
    .item {
        display: none;
    }
    .owl-carousel .owl-item img {
        padding: 0 25px;
    }
    .carousel-p p {
        text-align: center;
    }
    .content-header span{
        padding-left: 30px;
    }
    .carousel-p p::before{
        left: -15px;
    }
    .content-header span::before{
        width: 8%;
        height: 16px;
    }
    .owl-carousel .owl-nav button.owl-next {
        margin-left: -20px;
    }
    .item-product{
        text-align: center;
    }
    .item-product .item-product-center{
        margin-left: 0;
    }
    .item-product .item-product-right{
        margin-left: 0;
    }
    .product-samco .title-product p{
        text-align: center;
    }
    .table-web{
        display: 
        none;
    }
    .carousel {
        display: none;
    }
    .silde-mobile {
        display: block;
        background: #e2e2e2;
        padding-top: 20px;
    }
    /* .silde-mobile .sub-img p{
        position: relative;
        /* padding-top: -15px; */
        /* margin-top: 6%; */
    /* } */
    .silde-mobile .sub-img {
        margin-top: -15px;
    }
    .silde-mobile .sub-img p::before{
        content: '';
        position: absolute;
        background-image: url(../images/sanpham/tamgiac.png);
        width: 20px;
        left: 0;
        height: 15px;
        top: 6px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .furniture {
        background-color: #f2f2f2;
    }
    .engine{
        background-color: #f2f2f2;
    }
    .table-item {
        background-color: #cccccc;
    }
    .download .text-center {
        display: none;
    }
    .download-mobile{
        display: block;
    }
    .btn-detail{
        padding: 0 20px;
    }
    .tskt-detai{
        padding: 0 !important;
    }
}



/*popup product*/
.zoom-gallery img{
    transition: opacity .4s ease;
}
.zoom-gallery img:hover{
    opacity: .9;
}
.image-source-link {
	color: #98C3D1;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	/* ideally, transition speed should match zoom duration */
	-webkit-transition: all 0.3s ease-out; 
	-moz-transition: all 0.3s ease-out; 
	-o-transition: all 0.3s ease-out; 
	transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
		opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
		opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container, 
.mfp-with-zoom.mfp-removing.mfp-bg {
	opacity: 0;
}

.list-colorProduct span.color{
    width: 40px;
    height: 40px;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    line-height: 40px;
    margin-right: 1rem;
    border-style: solid;
    border-color: #f2f2f2;
    border-width: 4px;
    transition: all .4s ease;
}
.list-colorProduct .head-text{font-family: 'UTM Neo Sans Intel'; font-size: 1.2rem; border-bottom: 1px solid #e5e5e5;}
.list-colorProduct .slider-nav {color: #646262; font-family: 'UTM Neo Sans Intel'}
.list-colorProduct .slider-nav .item{line-height: 50px}
.list-colorProduct .slider-nav .slick-current span{font-weight: bold;}
.list-colorProduct .slider-nav .slick-current span.color{border-color: #cacaca}

.gallery-libs img{width: 100%; height: 100%; object-fit: cover; object-position: center;}
#nav-2 ul{
    padding: 0;
}
.mobi-2 {
    float:right;
    /* display: none; */
    /* transform: translateX(-30%); */
    width: 100%;
    margin-top: 10px;
}
.menu-toggle{
    display: none;
    margin-top: 2px;
}
.menu-product nav{
    display: none;
}
.mobi-2 li{
    list-style: none;
    padding-bottom: 5px;
    text-align: center;
    text-transform: uppercase;
   border-bottom: 1px solid #e5e3e3;
   padding-top: 5px;
}

.mobi-2 li a::before{
    position: absolute;
    content: '';
    width: 0%;
    height: 3px;
    top: 100%;
    background: #d71920;
}
.mobi-2 li a:hover::before{
    width: 100%;
    transition: 0.7s;
}
.mobi-2 li a{
    color: black;
    position: relative;
    text-decoration: none;
    font-family: 'UTM Copperplate';
    margin-top: 5px;    
}
.mobi-2 li a:hover{
    color: #d71920;
}
.menu-toggle{
    float: right;
    font-size: 25px;
    cursor: pointer;
}
@media screen and (max-width:900px){
    .menu-toggle{
        display: block;
    }
    .menu-product nav.active{
        display: block;
    }
    
}
