﻿.menuTab-out.fixed .menuTab-in {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    padding: 5px 0;
    margin: 0;
    background-color: #FFF;
    -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
}

/*=================BEGIN CONTENT PRODUCT==================*/
#vnt-product .content {
    padding-top: 50px;
}

#vnt-product .btn-all {
    text-align: center;
    margin-top: 20px;
}

#vnt-product .btn-all a {
    display: inline-block;
    padding: 14px 0;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #FFF;
    background-color: #83ae8d;
    min-width: 220px;
    text-align: center;
}

#vnt-product .btn-all a:hover {
    background-color: #FFF;
    color: #017c36;
}

.cate-prod {
    margin-bottom: 40px;
}

.cate-prod .prod-item {
    margin-bottom: 30px;
    position: relative;
}

.prod-item .img {
    position: relative;
    width: calc(100% - 15px);
    padding-top: calc(100% - 15px);
    /*-webkit-border-radius: 100%;*/
    /*-moz-border-radius: 100%;*/
    /*border-radius: 100%;*/

    margin: 0 auto 30px;
}

.prod-item .img:before {
    position: absolute;
    top: -7px;
    left: -7px;
    right: -7px;
    bottom: -7px;
    content: '';
    z-index: 2;
    background-color: #FFF;
    box-shadow: 0 6px 5px 0 rgba(0, 0, 0, .2);
}

.prod-item .img:after {
    position: absolute;
    right: -20px;
    bottom: 8px;
    width: 74px;
    height: 91px;
    content: '';
    z-index: 1;
    background: url(../images/prodBg.png) 0 0 no-repeat;
    display: none;
}

.prod-item .img-in {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

}

/*.prod-item .img-in:before, .prod-item .img-in:after {
    opacity: 0;
    visibility: hidden;
}

.prod-item .img-in:before {
    position: absolute;
    top: -32px;
    right: -32px;
    left: -32px;
    bottom: -32px;
    content: '';
    background-color: rgba(1, 196, 85, .3);
    -moz-transform: all 0.2s linear;
    -ms-transform: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -o-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
}

.prod-item .img-in:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    margin-left: -30px;
    margin-top: -30px;
    content: '';
    z-index: 3;
    background: rgba(1, 196, 85, .8) url(../images/plus-icon.png) center space no-repeat;
    -moz-transform: all 0.3s linear;
    -ms-transform: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.prod-item:hover .img-in:before, .prod-item:hover .img-in:after {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}/**/

.prod-item .img .scale-animate{
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    top: 0;
}
.prod-item .img .img-in {
    position: absolute;
    min-width: 96%;
    min-height: 96%;
    left: 50%;
    top: 50%;
    z-index: 2;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: -webkit-transform 4s cubic-bezier(0, .6, .45, 1);
    transition: transform 4s cubic-bezier(0, .6, .45, 1);
    transition: transform 4s cubic-bezier(0, .6, .45, 1), -webkit-transform 7s cubic-bezier(0, .6, .45, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    /*-webkit-border-radius: 100%;*/
    /*-moz-border-radius: 100%;*/
    /*border-radius: 100%;*/
}
.prod-item .img .img-in img {
    width: 100%;
}
.prod-item .title {
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
    color: #666666;
    -webkit-line-clamp: 1;
    max-height: 25px;
}

.prod-item:hover .title a {
    color: #83ae8d;
}

/*=================BEGIN DETAIL PRODUCT==================*/
#vnt-detail-product {
    padding: 65px 0 50px;
}

.gal-img .img {
    position: relative;
    overflow: hidden;
}

.sl-main-img:before {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 1;
    font-family: FontAwesome;
    content: '\f00e';
    font-size: 20px;
    color: rgba(0, 0, 0, .2);
}

.gal-img .img img {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: -webkit-transform 4s cubic-bezier(0, .6, .45, 1);
    transition: transform 4s cubic-bezier(0, .6, .45, 1);
    transition: transform 4s cubic-bezier(0, .6, .45, 1), -webkit-transform 7s cubic-bezier(0, .6, .45, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.sl-main-img .img {
    padding-top: 100%;
    margin-bottom: 12px;
}

.sl-thumbnails {
    padding: 15px 55px;
    background-color: #eeeeee
}

.sl-thumbnails .item {
    padding: 0 8px;
}

.sl-thumbnails .img {
    padding-top: 100%;
    cursor: pointer;
    border: 1px solid #e5e5e5;
}

.sl-thumbnails .slick-current .img {
    border: 2px solid #83ae8d;
}

.sl-thumbnails .slick-arrow {
    width: 17px;
    height: 30px;
    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.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    color: #666;
}

.sl-thumbnails .slick-arrow:before {
    font-family: FontAwesome;
    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: 50px;
    color: #999999;
}

.sl-thumbnails .slick-prev:before {
    content: "\f104";
}

.sl-thumbnails .slick-next:before {
    content: "\f105";
}

.sl-thumbnails .slick-arrow:hover:before {
    color: #89c440
}

.sl-thumbnails .slick-prev {
    left: 20px;
}

.sl-thumbnails .slick-next {
    right: 20px;
}

.heading-prod {
    font-size: 30px;
    line-height: 35px;
    font-weight: 500;
    color: #83ae8d;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.row-top {
    color: #666666;
    margin-bottom: 50px;
}

.row-dtp .status {
    margin-left: 10px;
    color: #333;
}

.row-dtp .status:before {
    font-family: FontAwesome;
    font-size: 16px;
    color: #89c440;
    margin-right: 10px;
}

.row-dtp .status.on:before {
    content: '\f00c';
}

.row-dtp .status.off {
    color: #F00;
}

.row-dtp .status.off:before {
    content: '\f00d';
    color: #F00;
}

.row-dtp .code {
    padding-left: 20px;
    margin-left: 20px;
    position: relative;
}

.row-dtp .code:before {
    content: '|';
    color: #6c6c6c;
    position: absolute;
    top: -3px;
    left: 0;
}

.row-dtp .code b {
    text-transform: uppercase;
    color: #333333
}

.row-top .desc {
    padding: 25px 50px 25px 0;
    margin: 25px 0;
    line-height: 24px;
    position: relative;
}

.row-top .desc:before {
    position: absolute;
    top: 0;
    left: -30px;
    right: 0;
    bottom: 0;
    content: '';
    background-color: #eff5e8;
    z-index: -1;
}

.row-top .desc p {
    margin: 4px 0;
}

.btn-buy {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e3e3e3;
}

.btn-buy a {
    display: inline-block;
    padding: 12px 30px 12px 75px;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    color: #FFF;
    background-color: #89c440;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
}

.btn-buy .ico {
    position: absolute;
    top: 0;
    left: 30px;
    bottom: 0;
    width: 40px;
    height: 100%;
    content: '';
    z-index: 5;
    background: url(../images/send-icon.png) center center no-repeat;
}

.btn-buy a:hover {
    background-color: #e18335;
    color: #FFF;
}

.row-contact {
    font-size: 16px;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.row-contact:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 1px;
    content: '';
    background: #e3e3e3
}

.row-contact b {
    font-size: 22px;
    color: #e00000;
}

.key {
    margin-bottom: 15px;
}

.key em a {
    color: #888888;
}

.prod-social li {
    margin: 0;
}

.prod-social i {
    width: 32px;
    text-align: left;
}

.prod-social a:hover i {
    background: none !important;
}

.prod-social a:hover i.fa-facebook {
    color: #406aaa;
}

.prod-social a:hover i.fa-google-plus {
    color: #d84639;
}

.prod-social a:hover i.fa-twitter {
    color: #3ba9e0;
}

.prod-social a:hover i.fa-youtube-play {
    color: #e12625;
}

.content-prod .list-tab > li {
    float: left;
    margin-right: 10px;
    position: relative;
}

.content-prod .list-tab > li > a {
    display: block;
    text-transform: uppercase;
    padding: 12px 20px;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #666666;
    background-color: #f5f5f5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.content-prod .list-tab > li.active > a, .content-prod .list-tab > li.active > a:focus, .content-prod .list-tab > li.active > a:hover, .content-prod .list-tab > li:hover > a {
    color: #FFF;
    background-color: #89c440;
}

.content-prod .tab-content {
    padding-top: 25px;
    padding-bottom: 40px;
}

/*=================BEGIN: FORM CONTACT=================*/
.popup-contact {
    width: 98%;
    margin: 80px 0;
    border: 5px solid #e7e7e7;
    overflow: visible !important
}

.popup-contact .fancybox-close-small {
    background-color: #83ae8d
}

.popup-contact .fancybox-close-small:after {
    font-size: 14px;
    content: 'Đóng';
    color: rgba(255, 255, 255, .7);
    text-transform: uppercase
}

.popup-contact .form-contact {
    font-family: Montserrat;
    padding: 25px;
}

.popup-contact .tab {
    text-align: center;
    font-size: 30px;
    text-transform: uppercase;
    color: #e18335;
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
}

.popup-contact .grid {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: baseline;
    margin-bottom: 20px;
}

.popup-contact .grid .img {
    float: left;
    position: relative;
    width: 105px;
    padding-top: 105px;
    margin-right: 20px;
    /*-webkit-border-radius: 100%;*/
    /*-moz-border-radius: 100%;*/
    /*border-radius: 100%;*/
    border: 1px solid #e18335;
}

.popup-contact .grid .caption {
    width: calc(100% - 125px);
}

.popup-contact .grid .img img {
    position: absolute;
    left: 0;
    top: 0;
    min-width: 100%;
    min-height: 100%;
    transition: -webkit-transform 4s cubic-bezier(0, .6, .45, 1);
    transition: transform 4s cubic-bezier(0, .6, .45, 1);
    transition: transform 4s cubic-bezier(0, .6, .45, 1), -webkit-transform 7s cubic-bezier(0, .6, .45, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.popup-contact .caption .title {
    font-size: 22px;
    line-height: 30px;
    text-transform: uppercase;
}

.popup-contact .caption .title a {
    color: #83ae8d
}

.popup-contact .caption p.code b {
    text-transform: uppercase;
}

.popup-contact .form-group {
    margin-bottom: 10px;
}

.popup-contact .form-group label {
    font-size: 14px;
    font-weight: 500;
}

.popup-contact .form-group .required {
    color: #F00;
}

.popup-contact .faForm {
    position: relative;
}

.popup-contact .faForm:before {
    font-family: FontAwesome;
    position: absolute;
    left: 10px;
    top: 22px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #666666;
}

.form-contact input, .form-contact textarea, .form-contact select {
    width: 100%;
    border: none;
    border-top: solid 1px #dcdcdc;
    border-left: solid 1px #dcdcdc;
    background: #f5f5f5;
    height: 45px;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 0;
    color: #333;
}

.form-contact textarea {
    height: 150px;
    resize: none;
    padding-top: 10px;
}

.form-contact .captcha {
    margin: 25px 0 !important;
}

.form-contact button {
    font-size: 16px;
    line-height: 24px;
    background: #e18335;
    border: none;
    color: #ffffff;
    text-transform: uppercase;
    padding: 9px 15px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: relative;
    overflow: hidden;
}

.form-contact button:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 100%;
    content: '';
    background: #83ae8d;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.form-contact button:hover:before {
    bottom: 0;
}

.form-contact button span {
    position: relative;
    z-index: 1
}

.form-contact button {
    width: 100%;
}

.form-contact button.bor-effect::before, .form-contact button.bor-effect::after {
    border-color: transparent;
}

/*=================BEGIN OTHER PRODUCT==================*/
.other-project {
    padding: 100px 0 150px;
    border-top: 1px solid #e5e5e5;
}

.tab-other {
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 15px;
    border-bottom: 2px solid #c4e19f;
}

.sl-otherProd {
    margin: 0 -15px;
}

.sl-otherProd .item {
    padding: 30px 15px;
    padding: 30px 15px;
}

.sl-otherProd .slick-arrow {
    width: 50px;
    height: 50px;
    background: #bcd7ee;
    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.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    color: #FFF;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.sl-otherProd .slick-arrow:before {
    font-family: FontAwesome;
    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: 24px;
    line-height: 50px;
    color: #FFF;
}

.sl-otherProd .slick-prev:before {
    content: "\f104";
}

.sl-otherProd .slick-next:before {
    content: "\f105";
}

.sl-otherProd .slick-arrow:hover {
    background-color: #83ae8d
}

.sl-otherProd .slick-arrow:hover:before {
    color: #FFF
}

.sl-otherProd .slick-prev {
    left: 15px;
}

.sl-otherProd .slick-next {
    right: 15px
}

.productLv{
    margin-top: 50px;
}
.titleSmPro {
    display: block;
    padding: 7px 15px;
    position: relative;
    color: #fff;
    font-size: 20px;
    line-height: 32px;
    text-transform: uppercase;
    text-align: left;
    background-color: #89c440;
    font-weight: bold;
}
.submePro{

}
.submePro .titleSub{
    display: block;
    padding: 9px 20px;
    position: relative;
    color: #fff;
    font-size: 13px;
    line-height: 24px;
    text-transform: uppercase;
    text-align: left;
    background-color: #83ae8d;
}
.submePro .titleSub::before{
    content: "\f107";
    font-family: FontAwesome;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 16px;
}
.contentSub{
    background-color: #f2f2f2;
}
.contentSub > ul > li{
    background-color: #e5e5e5;
    border-bottom: 1px solid #ffffff;
}
.contentSub li:last-child{
    border-bottom: none;
}
.contentSub > ul > li > a{
    padding: 10px 35px 10px 18px;
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    display: block;
    position: relative;
}
.contentSub > ul > li.active > a, .contentSub > ul > li.current > a{
    background-color: #0e7bcd;
    color: #fff;
}
.contentSub > ul > li ul{
    padding: 10px;
    background-color: #f2f2f2;
}
.contentSub > ul > li ul a{
    position: relative;
    font-size: 16px;
    line-height: 24px;
    color: #666666;
    font-weight: 400;
    display: block;
    padding: 7px 0;
    padding-left: 30px;
}
.contentSub > ul > li ul a::before{
    content: '\f101';
    font-family: FontAwesome;
    position: absolute;
    left: 12px;
    top: 50%;
    font-style: normal;
    transform: translateY(-50%);
    color: #83ae8d;
}

.contentSub > ul > li > ul > li ul a::before{
    display: none;
}


.contentSub ul li a span{
    position: absolute;
    top: 50%;
    right:15px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 22px;
    width: 14px;
}
.contentSub ul li a span:before{
    content: "\f105";
    font-family: "FontAwesome";
}
.contentSub ul li.current>a span:before{
    content: "\f107";
}
.contentSub ul li ul{
    display: none;
}
.contentSub ul li.current>ul{
    display: block;
}
.contentSub ul li ul li a{
    text-transform: none;
    font-weight: normal;
    padding-left: 27px;
    position: relative;
    line-height: 25px;
}
.contentSub>ul>li>ul>li>a{
    /* font-weight: bold; */
}
.contentSub ul li ul li a span{
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 22px;
    width: 14px;
}
.contentSub ul li ul li a span:before{
    content: "\f105";
    font-family: "FontAwesome";
}
.contentSub ul li ul li.current>a,
.contentSub ul li ul li:hover>a{
    color:#83ae8d;
}
.contentSub ul li ul li.current a span:before{
    content: "\f107";
}

.the-title {
    font-size: 40px;
    font-weight: 600;
    line-height: 55px;
    margin-bottom: 5px;
}

[class*="tnc-heading"]{ overflow: hidden; margin: 0 20px 20px; color:#89c440;  font-family: 'iCiel Nabila'; }

[class*="tnc-heading"] h1, [class*="tnc-heading"] h2, [class*="tnc-heading"] h3, [class*="tnc-heading"] h4, [class*="tnc-heading"] h5, [class*="tnc-heading"] h6 { margin-bottom: 10px; }

[class*="tnc-heading"] [class*="tnc-inhead"] { display: inline-block; position: relative; padding: 0 10px 0 0; margin-bottom: 20px; font-weight: 400; }

.text-right [class*="tnc-inhead"] { padding: 0 0 0 10px; }

.text-center [class*="tnc-inhead"] { padding: 0 10px; }

[class*="tnc-heading"] [class*="tnc-inhead"]:before, [class*="tnc-heading"] [class*="tnc-inhead"]:after { position: absolute; bottom: 20%; width: 9999px; content: ""; margin-top: -1px; border-bottom: 2px solid #83ae8d; height: 5px; }

[class*="tnc-heading"] [class*="tnc-inhead"]:before { left: -9999px; }

[class*="tnc-heading"] [class*="tnc-inhead"]:after { left: 100%; }

[class*="tnc-heading"] [class*="tnc-inhead-"] { padding: 0; }

[class*="tnc-heading"] .head-hr { min-height: 8px !important; }

[class*="tnc-heading"] [class*="tnc-inhead-hr"][class*="tnc-inhead-ic"] { min-height: 20px !important; }

[class*="tnc-heading-spec"] [class*="tnc-inhead"]:before, [class*="tnc-heading-spec"] [class*="tnc-inhead"]:after { border-top: 2px solid #83ae8d; height: 6px; }

/*=================RESPONSIVE=================*/
@media screen and (min-width: 1350px) {
    .sl-otherProd .slick-prev {
        left: -70px;
    }

    .sl-otherProd .slick-next {
        right: -70px
    }
}

@media screen and (min-width: 992px) {
    .cate-prod .row > div:nth-child(3n+1) {
        clear: both;
    }

    .popup-contact {
        max-width: 890px;
    }

    .content-prod .list-tab > li {
        display: block;
    }

    .content-prod .list-tab > li > i {
        display: none;
    }
}

@media screen and (max-width: 1100px) {
    .prod-item .img {
        /* width: 200px;
        padding-top: 200px; */
    }
}

@media screen and (max-width: 991px) {
    .tab-page {
        font-size: 30px;
        line-height: 35px;
    }

    .prod-item .title {
        font-size: 16px;
    }

    .gal-img {
        margin-bottom: 20px;
    }

    .sl-thumbnails {
        padding: 10px 30px
    }

    .sl-thumbnails .slick-prev {
        left: 10px;
    }

    .sl-thumbnails .slick-next {
        right: 10px;
    }

    .sl-thumbnails .slick-arrow:before {
        font-size: 30px;
    }

    .row-top {
        margin-bottom: 35px;
    }

    .row-top .desc:before {
        right: -30px;
    }

    .content-prod {
        position: relative;
    }

    .content-prod .tab-title {
        display: block;
        border: none;
        text-transform: uppercase;
        padding: 12px 20px;
        font-size: 16px;
        font-weight: 600;
        line-height: 24px;
        color: #FFFFFF;
        background-color: #83ae8d;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        position: relative;
        cursor: pointer;
    }

    .content-prod .tab-title:after {
        content: "\f0d7";
        font-family: FontAwesome;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        width: 50px;
        font-size: 18px;
        line-height: 50px;
        color: #FFF;
        text-align: center;
        cursor: pointer;
    }

    .content-prod ul.list-tab {
        width: 100%;
        display: none;
        margin-top: 0;
    }
    .content-prod.show ul.list-tab {
        display: block;
    }
    .content-prod ul.list-tab li {
        float: none;
        display: block;
        margin-top: 0;
        margin-right: 0;
        margin-bottom: 0;
        border-bottom: 1px solid #d2cdcd;
    }

    .content-prod ul.list-tab li a {
        text-align: left;
        font-weight: 400;
        text-transform: none;
        padding: 10px;
        background: #fafafa;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

    .content-prod .list-tab > li.active > a, .content-prod .list-tab > li.active > a:focus, .content-prod .list-tab > li.active > a:hover, .content-prod .list-tab > li:hover > a {
        color: #83ae8d;
        background: #f5f5f5;
    }

    .tab_content {
        padding: 20px 0 0;
    }

    .menuSubTop{
        margin-bottom: 20px;
    }
    .the-title{
        font-size: 25px;
        line-height: 37px;
    }
    [class*="tnc-heading"]{
        margin: 0 0 10px 0;
    }
}

@media screen and (max-width: 640px) {
    .cate-prod .row > div {
        width: 50%;
    }

    .cate-prod .row > div:nth-child(2n+1) {
        clear: both;
    }
}

@media screen and (max-width: 480px) {
    .prod-item .img {
        /* width: 150px;
        padding-top: 150px; */
    }

    .sl-thumbnails .item {
        padding: 0 5px;
    }

    .heading-prod {
        font-size: 24px;
        line-height: 25px;
    }

    .sl-otherProd .slick-arrow {
        width: 30px;
        height: 30px;
    }

    .sl-otherProd .slick-arrow:before {
        font-size: 18px;
        line-height: 30px;
    }
}

@media screen and (max-width: 360px) {
    .prod-item .img {
        /* width: 130px;
        padding-top: 130px; */
    }
}

@media screen and (max-width: 320px) {
    .prod-item .img {
        /* width: 120px;
        padding-top: 120px; */
    }
}

@media screen and (min-width: 641px) and (max-width: 991px) {
    .prod-item .img {
        /* width: 180px;
        padding-top: 180px; */
    }

    .cate-prod .row > div:nth-child(3n+1) {
        clear: both;
    }
}