.child_box_search .col{
    width: 30%;
}
.note_size p{
    color: white !important;
}
.child_box_search{
    margin-left: 0;
}
.mprev_content .banner img{
    height: auto !important;
}
.box_search .col .uk-search,
.custom-dropdown{
    margin: 0;
}
.p2 .title{
    padding-top: 20px;
    margin-bottom: 20px;
}
.p2 .box_search {
    background: #1b1b1b;
    margin-top: 180px;
}
.mnfixed_fixed .title{
    display: none;
}

.box_product{
    margin-top: 50px;
}
/*PLUS PRODUCT*/

.col {
    width: 45%;
    float: left;
    display: inline-block;
    color: var(--ex_color);
    padding: 15px;
}
.p-3-container .product-box .img {

    max-width: 370px;
    max-height: 480px;
    position: relative;

    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.product-box {
    flex: 0 0 31.56%;

}

.p-3-container .product-container {
    margin-top: 30px;
    position: relative;
}

.p-3-container .product-container .product-box {
    display: none;
}

.p-3-container .btn-view {
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.p-3-container .btn-view a.btn.view-all::after {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f103";
    margin-left: 10px;
    animation: updown 1.3s linear infinite;

}


.p-3-container .btn-view a.btn.view-all {
    padding-right: 32px;


}


@keyframes updown {

    0%,
    100% {
        bottom: 13px;
    }

    50% {
        bottom: 7px;
    }
}


/*CAP 2*/
.prodcut-c2 .sort {
    float: right;
    margin-top: 30px;
}

.product-c2-container {
    border-top: 1px solid #7f7f7f;
    padding-top: 40px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 10px;
    opacity: 0;
}

.prodcut-c2 .box {
    max-width: 270px;
    transition: 0.3s ease;
    position: relative;
    margin-bottom: 30px;
    
}

.prodcut-c2 .box:hover {
    box-shadow: 1px 1px 8px #969696;
}

.prodcut-c2 .box:hover .img .tools {
    opacity: 1;
}

.prodcut-c2 .box:hover img {}

/*
.prodcut-c2 .box .img {
    max-width: 270px;
    max-height: 270px;


}
*/

.prodcut-c2 .box .img img {
    width: 100%;
    transition: 0.5s ease;
}

.prodcut-c2 .box .img {
    position: relative;
}

.prodcut-c2 .box .img .tools {
    position: absolute;
    z-index: 1;
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: 0.3s ease;

}

.prodcut-c2 .box .img .tools .i {
    position: relative;
    width: 100%;
    height: 100%;
}

.prodcut-c2 .box .img .tools ul {

    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

}

.prodcut-c2 .box .img .tools .i ul a {
    color: #373737;
}

.prodcut-c2 .box .img .tools .i ul li {
    float: left;
    padding-left: 8px;
    padding-top: 5px;
    z-index: 5;
    width: 30px;
    height: 30px;
    background: white;
    border-radius: 50%;
    margin-left: 4px;
    margin-right: 4px;



}

.prodcut-c2 .box .img .tools .i ul li.search i {
    padding-top: 4px;
}

.prodcut-c2 .box .img .tools .i ul li.cart {
    background: #f8ae41;
}

.prodcut-c2 .box .img .tools .i ul li.cart img {
    width: 15px;
}

.prodcut-c2 .box .title {
    text-align: center;
    font-size: 16px;
    color: #111111;
    width: 60%;
    margin: 0 auto;
    margin-top: 8px;
}

.prodcut-c2 .box .title a {
    color: #111111;
}

.prodcut-c2 .box .price {
    margin-top: -5px;
    text-align: center;
    font-size: 20px;
    color: #f8ae41;


}


.prodcut-c2 .box::before,
.prodcut-c2 .box::after {
    content: "";
    width: 0%;
    height: 1px;
    position: absolute;
    transition: all 0.2s linear;
    background: #f8ae41;
    z-index: 2;
}


.prodcut-c2 .box:hover::before,
.prodcut-c2 .box:hover::after {
    width: 100%;
}

.prodcut-c2 .box:hover span::before,
.prodcut-c2 .box:hover .box::after {
    height: 100%;
}

/*----- button 1 -----*/
.box::before,
.box::after {
    transition-delay: 0.2s;
}

.prodcut-c2 .box::before {
    right: 0;
    top: 0;
}

.prodcut-c2 .box::after {

    bottom: 0;

    left: 0;
}

.prodcut-c2 .box span::before,
.prodcut-c2 .box span::after {
    content: "";
    width: 1px;
    height: 0;
    position: absolute;
    transition: all 0.2s linear;
    background: #f8ae41;
    z-index: 2;
}

.prodcut-c2 .box:hover span::before,
.prodcut-c2 .box:hover span::after {
    height: 100%;
}



.prodcut-c2 .box span::before,
.prodcut-c2 .box span::after {
    transition-delay: 0s;
}

.prodcut-c2 .box span::before {
    left: 0;
    top: 0;
}

.prodcut-c2 .box span::after {
    right: 0;
    bottom: 0;
}

.btn-1:hover::before,
.btn-1:hover::after {
    transition-delay: 0s;
}

.prodcut-c2 .box:hover span::before,
.prodcut-c2 .box:hover span::after {
    transition-delay: 0.2s;
}



/*CAP 2*/


/*==============BEGIN : SELECT P==============*/


/*CAP 3*/
.partProduct {
    margin-bottom: 50px;
}

.partProduct .title {
    font-size: 25px;
    line-height: 33px;
    font-weight: bold;
    text-transform: uppercase;
    color: #034833;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.partProduct .title:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    border-bottom: solid 1px rgba(0, 0, 0, 0.15);
}

.partProduct .title span {
    background: #ffffff;
    display: inline-block;
    padding-right: 15px;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.partProduct .title .linkTitle {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #ffffff;
    padding-left: 15px;
}

.partProduct .title .linkTitle a {
    display: inline-block;
    font-weight: bold;
    font-size: 14px;
    line-height: 22px;
    text-transform: none;
}

.partProduct .title .linkTitle a span {
    padding-right: 15px;
    position: relative;
}

.partProduct .title .linkTitle a span:before {
    content: "\f101";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.partProduct.nomb {
    margin-bottom: 0;
}

/*==========================================================*/

.box_other .title {
    text-align: center;
    margin-bottom: 20px;
    position: relative;
}

.box_other .title:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}

.box_other .title h2 {
    font-size: 45px;
    line-height: 55px;
    font-family: 'Pattaya', sans-serif;
    color: #376807;
    display: inline-block;
    padding: 0 10px;
    background: #ffffff;
    position: relative;
    z-index: 1;
    font-weight: normal;
}

#slideOther .slick-list {
    margin: 0 -15px;
}

#slideOther .item {
    padding: 0 15px;
}

#slideOther .slick-arrow {
    width: 20px;
    height: 35px;
    background: none;
    border: none;
    position: absolute;
    top: 50%;
    font-size: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: #70a340;
}

#slideOther .slick-prev {
    left: -80px;
}

#slideOther .slick-next {
    right: -80px;
}

#slideOther .slick-arrow:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 50px;
    line-height: 58px;
}

#slideOther .slick-prev:before {
    content: "\f104";
}

#slideOther .slick-next:before {
    content: "\f105";
}

#slideOther .slick-arrow:hover {
    color: #024833;
}
/*CAP 3*/
.prodcut-c2 .vnt-tab-intro {
    position: relative;
}

.select-p {

    margin-bottom: 20px;
    position: absolute;
    width: 315px;
    background: transparent;
    margin: 0 auto;
    top: 120px;


}

.select-p .title {

    width: 100%;
    color: #333333;
    padding: 10px 12px 30px 12px;
    font-size: 14px;
    line-height: 22px;
    position: relative;
    border: solid 1px #e0e0e0;
    background-color: transparent;
}

.select-p .title i {
    color: #f8ae41;
}

.select-p .title:before {
    content: "\f0d7";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 26px;
    line-height: 34px;
    display: none;
}

.select-p .title:hover {
    cursor: pointer;
}

.select-p .content {
    position: absolute;
    left: 0;
    top: 104%;
    background: #fff;
    box-shadow: 0px 0px 12px #fff;
    border: solid 1px #d0d0d0;
    width: 100%;
    max-height: 200px;
    overflow: auto;
    z-index: 100;
    display: none;
}

.select-p .content ul li {
    padding: 12px 12px;
    border-bottom: solid 1px #e2e2e2;
    display: block;
    color: #333;
}
.select-p .content ul li a{
    color: #333;
    width: 100%;
}
.select-p .content ul li a:hover {
    color: #e32528;
}

/*==============BEGIN: SELECT P================*/
/*=======================THUMBNAIL=======================*/
.productThumbnail {
    background-color: #f2f2f2;
    position: relative;
}

#vnt-thumbnail-nav {
    background: #555555;
    margin: 0 auto;
    padding: 5px 30px;



}

#vnt-thumbnail-nav .slick-prev {
    left: 5px;


}

#vnt-thumbnail-nav .slick-next {
    right: 5px;


}

div#vnt-thumbnail-nav .slick-list {
    margin: -6px 0;
}

div#vnt-thumbnail-nav .item {
    padding: 6px 0;
    cursor: pointer;
}

div#vnt-thumbnail-nav .img {

    padding-top: 66.67%;
    position: relative;
}

div#vnt-thumbnail-nav .img img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
}

div#vnt-thumbnail-nav .item.slick-current .img img {

    border: 2px solid #dd0000;
}

div#vnt-thumbnail-for .img {
    padding-top: 66.67%;
    position: relative;
    background: #1b1b1b;
    /* border: solid 1px #cccccc; */

}


.the-content.desc{
    color: var(--ex_color);
}
div#vnt-thumbnail-nav .slick-arrow:before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 40px;
    line-height: 48px;
    color: #dddddd;
}

div#vnt-thumbnail-nav .slick-prev:before {
    content: "\f053";
    font-size: 24px;
    color: black;
}

div#vnt-thumbnail-nav .slick-next:before {
    content: "\f054";
    font-size: 24px;
    color: black;
}


div#vnt-thumbnail-for img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;


}

#vnt-thumbnail-for .slick-arrow {
    width: 30px;
    height: 80px;
    background-color: rgba(0, 0, 0, 0.1);
    border: none;
    font-size: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

#vnt-thumbnail-for .slick-prev {
    background-image: url(../images/i-arrow-prev.png);
    left: 0;
}

#vnt-thumbnail-for .slick-next {
    background-image: url(../images/i-arrow-next.png);
    right: 0;
}

#vnt-thumbnail-for .slick-arrow:hover {
    background-color: rgba(0, 0, 0, 0.3);
}

.thumbnailPer {
    text-align: center;
}

.thumbnailPer span {
    padding-left: 25px;
    position: relative;
    color: #555555;
}

.thumbnailPer span:before {
    content: "\f00e";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 16px;
    line-height: 24px;
    color: #82c24a;
}

/*=======================================================*/
.productInfo{
    padding:15px 0px;
}

.productCart .gridC .colC1 {
    width: 150px;
    padding: 0 10px;
}
.productCart .gridC .colC2 {
    width: -webkit-calc(100% - 150px);
    width: -moz-calc(100% - 150px);
    width: -o-calc(100% - 150px);
    width: calc(100% - 150px);
    padding: 0 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.productCart .gridC {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin: 0 -10px;
}
.productCart .quantity{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}
.productCart .quantity button.btn-quan,
.productCart .quantity input{
    width: 30px;
    height: 30px;
    border: solid 1px rgba(0,0,0,0.1);
    display: inline-block;
    text-align: center;
    background: transparent;
    border-radius: 50%;
    padding:0;
    color: var(--ex_color);
}
.productCart .quantity input{
    background: transparent;
    margin: 0 5px;
    border: none;
}
.productCart .quantity button.btn-quan{
    font-size: 10px;
}
.productCart button.btn-sub{
    width: 49%;
    height: 40px;
    background: #f8ae41;
    color:#ffffff;
    text-transform: uppercase;
    font-weight: bold;
    border:none;
    cursor: pointer;
}
.productCart button.btn-buy-now{
    width: 49%;
    height: 40px;
    background: #ffffff;
    color:#333333;
    text-transform: uppercase;
    font-weight: bold;
    border:none;
    cursor: pointer;
}
.productCart button.btn-sub span::before{
    padding-left: 0px;
    content: "\f07a";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    margin-right: 10px;
    
}
.productCart button.btn-sub:hover{
    background:#333333;
}
.productTitle {
    margin-bottom: 10px;
    width: 100%;
}

.productTitle h1 {
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    text-transform: uppercase;
    color: #f8ae41;
}

.productDes {
    margin-bottom: 10px;
}

.productAttr {
    margin-top: 20px;
}

.productAttr span {
    color: var(--ex_color);
}

.productAttr > ul > li {
    color: var(--ex_color);
    padding: 9px 0px;
    border-top: solid 1px #dddddd;
    position: relative;
    list-style: none;
}

.productAttr > ul > li:last-child {
    border-bottom: solid 1px #dddddd;
}

.productAttr > ul > li > span {
    position: absolute;
    left: 140px;
    content: "";
}

.productAttr > ul > li > span::before {
    position: absolute;
    content: ":";
    left: -10px;
}

.productAttr ul li span.ex {
    color: #f8ae41;
}



.productAttr .as {
    color: #666666;
    overflow: hidden;
}

.price {
    font-size: 18px;
    font-weight: 700;
}

.price span {
    font-size: 24px;
}

.price span.num {
    color: #f8ae41;
}

.price span.unit {
    margin-left: 5px;
    color: #f8ae41;
    
}

.productAttr .as.code {
    color: #70a340;
    font-weight: bold;
}

.productAttr {
    margin-bottom: 10px;
}
.productAttr ul{
    padding-left: 0;
}
.productAttr p {
    font-size: 16px;
    font-weight: 200;
    color: #666666;
}

.productPrice {
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    margin-bottom: 15px;
}

.productPrice .price {
    font-size: 22px;
    line-height: 30px;
    color: #ed1c24;
}

.productPrice .per {
    font-size: 14px;
    line-height: 22px;
}

.productCart {
    padding-bottom: 20px;
    /*  margin-bottom: 15px;*/


}

.productCart a.btn {
    width: 310px;
    height: 45px;
    background: #dd0000;
    border: none;
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 600;
    border-radius: 5px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    padding-top: 10px;

}

.productCart a span {
    padding-left: 5px;
    margin-right: 10px;
    position: relative;

    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.productCart a:hover {
    background: #024833;
}

.productTag {
    margin-top: 15px;
    margin-bottom: 10px;
}

.productTag ul {
    display: flex;
}

.productTag ul span {
    font-weight: bold;
}

.productTag ul a li {
    color: #888888;
    margin-left: 5px;
}

.productTag ul a li::after {
    content: ", ";
}

.productShare ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.productShare ul li {
    margin-right: 10px;
    font-size: 20px;
    list-style: none;
}

.productShare ul li a {

    color: #666666;
}

.productWrap {
    margin-top: 33px;
    margin-bottom: 30px;
}

.productContact {
    padding-bottom: 10px;
    border-bottom: 1px solid #d9d9d9;
}

.productContact p {
    font-size: 16px;
    color: #333333;
}

.productContact p i {
    font-size: 13px;
    margin-right: 5px;
}

.productContact p span {
    font-size: 18px;
    font-weight: 700;
    color: #d9251b;
}

/*==================================================*/
.productContent {
    margin-top: 80px;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.r-title h5,
.productContent .title_tab h5{
    font-size: 30px;
    color: var(--ex_color);
    margin-bottom: 30px;
}
.tab-list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;

    margin-bottom: 25px;
}

.tab-list li {
    position: relative;
    border: 1px solid #cccccc;
    color: #333333;
    margin-right: 10px;
}

.tab-list li a {
    display: block;
    text-transform: uppercase;
    padding: 15px 20px;
    color: #333333;
    text-decoration: none;

}

.tab-list li.active a {
    background: #f8ae41;
    color: white;
}

.productContent .mc-tab {
    color: #ffffff;
    font-size: 16px;
    line-height: 24px;
    padding: 8px 15px;
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
    margin-bottom: 25px;
    background: #70a340;
    font-weight: 600;
    display: none;
}

.productContent .mc-tab:before {
    content: "\f0d7";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.boxProduct .content p {
    font-style: normal;
}

.boxProduct .title {
    font-size: 30px;
    line-height: 40px;
    font-family: 'Pattaya', sans-serif;
    color: #70a340;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
    position: relative;
}

.boxProduct .title:before {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 45px;
    border-bottom: solid 1px #70a340;
}

.boxProduct .img {}

.boxProduct .content .img img {
    text-align: center;

    float: left;
    padding: 5px;
    width: 50%;

    margin-bottom: 10px;
}


/*RELATED*/
.s-box .i_title a {
    margin-top: 10px;
    font-family: 'Open Sans Condensed', sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 20px;
    line-height: 24px;
    color: var(--ex_color);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    max-height: 24px;
    text-align: center;
}

.s-box .img {
    position: relative;
}

.s-box .img a.a_img {
    padding-top: 66.67%;
    display: block;
    overflow: hidden;
    position: relative;
}
.s-box .i_price {
    color: var(--m_color);
    margin-top: 5px;
    font-size: 16px;
    text-align: center;
}
.s-box .img a.a_img img {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    transition: all 3s ease;
}



.s-box:hover .img a.a_img img {
    transform: scale(1.1);
}

#product-related {
    padding: 40px 0;
    border-top: 1px solid #f8ae41;
    opacity: 1;
}

.related-title h3 {
    font-size: 24px;
    font-weight: 700;
}

/*SLICK RELATED*/
#product-related .slick-prev,
#product-related .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: -27px;

    z-index: 9999;
    display: block;
    width: 45px;
    height: 45px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;

    border: none;
    outline: none;
    background: #f4f4f0;
}
#product-related .slick-list{
    margin: 0 -15px;
}
#product-related .slick-slide{
    padding: 0 15px;
}
#product-related .slick-prev {
    right: 51px;
    left: auto;
}

#product-related .slick-next {
    right: 0px;

}

#product-related .slick-prev:before {
    content: '\f104';
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    color: #999999;
}

#product-related .slick-next:before {
    content: '\f105';
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    color: #999999;
}



/*========================================================*/
#vnt-popup .title {
    text-align: center;
    background: #f2f2f2;
    font-size: 30px;
    line-height: 40px;
    text-transform: uppercase;
    border-bottom: solid 1px #dddddd;
    padding: 5px 0px;
}

#vnt-popup .content {
    padding: 25px 10px 35px;
}

#vnt-popup .wrap {
    max-width: 555px;
    margin: 0 auto;
}

.proPopup {
    margin-bottom: 20px;
}

.proPopup:after {
    content: "";
    display: block;
    clear: both;
}

.proPopup .img {
    width: 90px;
    height: 90px;
    border: solid 1px #dddddd;
    float: left;
    margin-right: 15px;
    position: relative;
}

.proPopup .img img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 80%;
    max-height: 80%;
}

.proPopup .tend {
    margin-bottom: 5px;
}

.proPopup .tend a {
    display: block;
    font-size: 16px;
    line-height: 24px;
    color: #70a340;
    text-transform: uppercase;
    font-weight: bold;
}

.proPopup .code {
    font-size: 16px;
    line-height: 24px;
    color: #666666;
    font-weight: 300;
}

.proPopup .price {
    font-size: 16px;
    line-height: 24px;
    color: #ed1c24;
    margin-bottom: 5px;
    font-weight: bold;
}

.proPopup .price span {
    font-size: 12px;
    line-height: 20px;
    color: #666666;
    font-weight: normal;
}

#vnt-popup .tit {
    text-align: center;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 5px;
}

#vnt-popup .des {
    text-align: center;
    font-style: italic;
    margin-bottom: 20px;
}

#vnt-popup label {
    width: 110px;
    float: left;
    font-weight: bold;
}

#vnt-popup .colRight {
    width: -webkit-calc(100% - 110px);
    width: -moz-calc(100% - 110px);
    width: -o-calc(100% - 110px);
    width: calc(100% - 110px);
    overflow: hidden;
}

#vnt-popup input {
    width: 100%;
    height: 40px;
    border: solid 1px #dddddd;
}

#vnt-popup button {
    width: 150px;
    height: 40px;
    background: #70a340;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    text-transform: uppercase;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    font-weight: bold;
    border: none;
    border-radius: 5px;
}

#vnt-popup button:hover {
    background: #333333;
}

.designPopup .fancybox-close {
    width: 40px;
    height: 40px;
    background: #70a340;
    color: #ffffff;
    border-radius: 100%;
}

.designPopup .fancybox-close:before {
    content: "\f00d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/*========================================================*/
div#slideScreen {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 50;
    pointer-events: auto;
}

div#slideScreen iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    min-height: 100%;
    min-width: 100%;
    border: none;
}

div#slideScreen .closemn {
    position: absolute;
    width: 45px;
    height: 45px;
    background: transparent;
    border-radius: 100%;
    border: solid 2px #ffffff;
    top: 15px;
    right: 15px;
    color: #ffffff;
    font-size: 18px;
    line-height: 28px;
    z-index: 10;
    cursor: pointer;
}

div#slideScreen .closemn:before {
    content: "\f00d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
    background-image: none;
}



/*==========================================================================*/
/*============================RESPONSIVE====================================*/
/*==========================================================================*/
@media all and (max-width: 991px) {
    .product .tend a {
        font-size: 13px;
        line-height: 21px;
        height: 42px;
    }

    .product .info ul li {
        font-size: 11px;
        line-height: 19px;
        padding-right: 5px;
        margin-right: 5px;
    }

    .partProduct .title {
        font-size: 18px;
        line-height: 26px;
        padding-right: 90px;
    }

    .box_other .title h2 {
        font-size: 30px;
        line-height: 40px;
    }

    .thumbnailPer {
        margin-bottom: 25px;
    }

    .productContent {
        position: relative;
    }



    .productContent.active .tab-list {
        display: block;
    }

    .productContent .tab-list li a {
        font-size: 14px;
        line-height: 22px;
        font-weight: normal;
    }

    .productContent .tab-list li.active a {
        background: #70a340;
        color: #ffffff;
    }

    div#slideOther {
        padding: 0 30px;
    }

    #slideOther .slick-prev {
        left: 0px;
    }

    #slideOther .slick-next {
        right: 0px;
    }
}


@media all and (max-width: 768px) {
    .col {
        width: 100%;
        float: initial;
        padding: 0;
    }
    
}

@media all and (max-width: 580px) {
    .boxProduct .content .img img {
        text-align: center;
        float: left;
        padding: 0px;
        width: 100%;
        margin-bottom: 10px;
    }

    .productContent {
        margin-top: 40px;
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
    .productCart .gridC{
        flex-wrap: wrap;
    }
    .productCart .gridC .colC1,.productCart .gridC .colC2{
        width: 100%;
    }
    .productCart .gridC .colC2{
        margin-top: 10px;
    }
}

@media all and (max-width: 460px) {
    div#vnt-thumbnail-nav .item {
        padding: 6px 5px;
        cursor: pointer;
    }

    div#vnt-thumbnail-nav .slick-next:before {
        content: "\f054";
        font-size: 15px;
        color: black;
    }

    div#vnt-thumbnail-nav .slick-prev:before {
        content: "\f053";
        font-size: 15px;
        color: black;
    }
}


/*SANPHAM CAP 3*/







@media only screen and (max-width: 480px) {
    
/*  SLICK*/
    #product-related .slick-prev {
    right: auto;
    left: -20px;
}
    #product-related .slick-next {
    right: -20px;
}
    #product-related .slick-prev, #product-related .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 38%;
    z-index: 9999;
    display: block;
    width: 45px;
    height: 45px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    border: none;
    outline: none;
    background: #f4f4f0;
}
/*  SLICK*/
    .prodcut-c2 .box .title {
        text-align: center;
        font-size: 15px;
        color: #111111;
        width: 100%;
        margin: 0 auto;
        margin-top: 8px;
    }

    .p-3-container .product-container {
        margin-top: 20px;
        position: relative;
    }

    .product-box .img .btn-more {
        width: 128px;
        height: 30px;
        padding-top: 7px;
        padding-left: 15px;
    }

    .product-box .img .btn-more span {
        float: left;
        font-size: 13px;
    }

    .line-product {
        width: 20px;
        height: 1px;
        background: white;
        float: left;
        margin-top: 7px;
        margin-left: 10px;
    }

    .prodcut-c2 .box .title {
        font-size: 14px;
    }


    .prodcut-c2 .box .price {
        font-size: 18px;
        color: #f8ae41;
    }
}
@media only screen and (max-width: 320px){
    .productCart .gridC .colC1 {
    width: 110px;
    padding: 0 10px;
}
    .productCart .quantity button.btn-quan, .productCart .quantity input {
    width: 25px;
    height: 25px;
    border: solid 1px rgba(0,0,0,0.1);
    display: inline-block;
    text-align: center;
    background: transparent;
    border-radius: 50%;
}
    .productCart .quantity input {
    background: #ffffff;
    margin: 0 5px;
    border: none;
}
    .productCart button.btn-sub {
    width: 150px;
    height: 40px;
    background: #f8ae41;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    border: none;
}
}
/*PLUS PRODUCT*/
@media only screen and (max-width: 992px){
    .child_box_search .col{
    width: 29%;
}
}
@media only screen and (max-width: 767px){
    .child_box_search .col{
    width: 100%;
        margin-bottom: 10px;
}
}