/*====BEGIN PRODUCT====*/
.cf:after, .l-menu > ul:after {
    clear: both;
    content: "";
    display: block;
    height: 0
}

/*========LEFT MENU========*/
.l-tab {
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
    color: #FFFFFF;
    text-transform: uppercase;
    position: relative;
    padding: 10px 20px;
    background-color: #faa420;
}

.l-menu .l-tab:after {
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 15px;
    font-family: FontAwesome;
    content: '\f0c9';
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
}

.l-menu > ul {
    border: 1px solid #ebebeb;
}

.l-menu > ul > li {
    display: block;
    position: relative;
}

.l-menu > ul > li:not(:first-child) {
    border-top: 1px solid #ebebeb;
}

.l-menu > ul > li > a {
    display: block;
    padding: 9px 15px;
    background-color: #fafafa;
    border-left: 3px solid transparent;
    color: #666666;
}

.l-menu > ul > li > a:before {
    display: inline-block;
    font-family: FontAwesome;
    font-size: 15px;
    content: '\f0da';
    margin-right: 10px;
    color: #faa420;
    position: relative;
    top: -1px;
}

.l-menu > ul > li:hover > a, .l-menu > ul > li.current > a {
    border-color: #333333;
    color: #333333;
    padding-left: 25px;
}

.l-menu > ul > li:hover > a:before, .l-menu > ul > li.current > a:before {
    color: #333333;
}

/*=================BEGIN LIST PRODUCT LEVEL 1,2,3==================*/
.p-item {
    position: relative;
    overflow: hidden;
}

.p-item .img {
    position: relative;
    overflow: hidden;
    -webkit-transform: -webkit-transform 0.35s;
    -moz-transform: -moz-transform 0.35s;
    -o-transform: -o-transform 0.35s;
    -ms-transform: -ms-transform 0.35s;
    transform: transform 0.35s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.p-item .img img {
    position: absolute;
    top: 50%;
	width:100%;
    height: calc(100% + 1px);
    -o-object-fit: cover;
    object-fit: cover;
    -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;
}
.list-product .p-item {
    margin-bottom: 40px;
}
.list-product .p-item:hover .img img {
    top: 0;
    -webkit-transform: translate3d(0, -50px, 0);
    -moz-transform: translate3d(0, -50px, 0);
    -o-transform: translate3d(0, -50px, 0);
    -ms-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
}

.list-product .p-item .img {
    padding-top: 127.027027%;
}

.list-product .p-item .img::before, .list-product .p-item .img::after {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 95px;
    left: 30px;
    content: '';
    opacity: 0;
    z-index: 1;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

.list-product .p-item .img::before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
}

.list-product .p-item .img::after {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
}

.list-product .p-item:hover .img::before, .list-product .p-item:hover .img::after {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.list-product .p-item .img img {
    left: 0;
    width: 100%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.list-product .p-item .caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    color: #FFFFFF;
    z-index: 2;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .6);
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+1,1+100 */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0); /* IE6-9 */
    -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;
}

.list-product .p-item .caption:before {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    z-index: -1;
    background: #faa420;
    -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;
}

.list-product .p-item:hover .caption:before {
    top: 0;
}

.list-product .p-item .title {
    display: inline-block;
    font-size: 20px;
    font-weight: 800;
    line-height: 25px;
    text-transform: uppercase;
    padding-right: 40px;
}

.list-product .p-item .title a {
    color: #FFFFFF;
}

.list-product .p-item .link {
    position: absolute;
    right: 20px;
    bottom: 20px;
}

.list-product .p-item .link .ico-more {
    position: relative;
    display: inline-block;
    width: 31px;
    height: 31px;
    background: url(../images/plus-icon.svg) 0 0/cover no-repeat;
}

.list-product .p-item .link .ico-more::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 1px solid #FFFFFF;
    z-index: -1;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#4f4230+0,faa420+50,87622c+100 */
    background: rgb(79, 66, 48); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(79, 66, 48, 1) 0%, rgba(250, 164, 32, 1) 50%, rgba(135, 98, 44, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(79, 66, 48, 1) 0%, rgba(250, 164, 32, 1) 50%, rgba(135, 98, 44, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(79, 66, 48, 1) 0%, rgba(250, 164, 32, 1) 50%, rgba(135, 98, 44, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4f4230', endColorstr='#87622c', GradientType=0); /* IE6-9 */
    content: '';
    opacity: 0;
    -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);
}

.list-product .p-item:hover .link .ico-more::before {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

/*=================BEGIN LIST PRODUCT LEVEL 4==================*/
.last-lv-product .p-item {
    margin-bottom: 30px;
}

.last-lv-product .p-item .img {
    padding-top: 150%;
    background-color: #231f20;
}

.last-lv-product .p-item .img img {
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.last-lv-product .p-item:hover .img img {
    -moz-transform: translate(-50%, -50%) scale(1.05);
    -webkit-transform: translate(-50%, -50%) scale(1.05);
    -ms-transform: translate(-50%, -50%) scale(1.05);
    -o-transform: translate(-50%, -50%) scale(1.05);
    transform: translate(-50%, -50%) scale(1.05);
}

.last-lv-product .p-item .bor-effect::before, .last-lv-product .p-item .bor-effect::after {
    border-color: #faa420;
}

.last-lv-product .p-item .caption {
    text-align: center;
    padding: 15px 15px 0;
    text-transform: uppercase;
}

.last-lv-product .p-item .code {
    padding: 0;
    font-size: 13px;
    color: #666666;
    line-height: 27px;
}

.last-lv-product .p-item .code span {
    color: #faa420;
}

.last-lv-product .p-item .title {
    font-size: 15px;
    font-weight: 700;
    line-height: 27px;
    -webkit-line-clamp: 2;
    height: 54px;
}

/*=================BEGIN DETAIL PRODUCT==================*/
.detail-product {
    color: #666666
}

.row-top {
    padding: 60px 0;
}

.gal-img .grid {
    background-color: #FFFFFF;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
}

.gal-img .col:last-child {
    width: 85px;
    margin-right: 15px;
    flex-shrink: 0;
}

.gal-img .col:first-child {
    width: calc(100% - 100px);
}

.gal-img .img {
    position: relative;
    overflow: hidden;
    padding-top: 100%;
}

.gal-img .img img {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    max-height: 100%;
    -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 {
    background-color: #231f20;
}

.sl-thumbnails {
    margin: -6px 0;
}

.sl-thumbnails .item {
    padding: 6px 0;
}

.sl-thumbnails .img {
    cursor: pointer;
}

.sl-thumbnails .img:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    z-index: 1;
    border: 3px solid transparent;
}

.sl-thumbnails .slick-current .img:before {
    border-color: #faa420;
}

.sl-main-img .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-main-img .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: #2093d1;
}

.sl-main-img .slick-prev:before {
    content: "\f104";
}

.sl-main-img .slick-next:before {
    content: "\f105";
}

.sl-main-img .slick-arrow:hover:before {
    color: #ac5cc3
}

.sl-main-img .slick-prev {
    left: 15px;
}

.sl-main-img .slick-next {
    right: 15px;
}

.heading-title {
    font-size: 25px;
    line-height: 38px;
    font-weight: 400;
    color: #333333;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.row-top .price {
    font-size: 24px;
    color: #ff0200;
    margin-bottom: 10px;
}

.t-info {
    font-size: 16px;
    line-height: 24px;
    color: #666666;
}

.t-info .row-dtp {
    padding: 8px 0;
}

.t-info .row-dtp:not(:first-child) {
    border-top: 1px solid #d9d9d9;
}

.row-top .des {
    padding: 25px 0 60px;
    text-align: justify;
}

.row-dtp .txt-row {
    display: inline-block;
    min-width: 80px;
}

.row-dtp .info {
    padding-left: 5px;
}

.row-button {
    margin-bottom: 30px;
}

.row-button:after {
    clear: both;
    content: "";
    display: block;
    height: 0
}

.row-button i {
    display: inline-block;
    font-size: 20px;
    margin-right: 15px;
    position: relative;
    top: 2px;
}

.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: #e18335;
}

.row-top .myTools {
    margin-bottom: 0;
}

.detail-product .menuTab-out {
    padding-bottom: 0;
}

.menuTab-out.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    padding: 5px 0;
    margin: 0;
    background-color: #FFFFFF;
    -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);
}

.the-content .section {
    padding: 40px 0;
    color: #666666;
    line-height: 24px;
    text-align: justify;
}

.the-content .section:not(:last-child) {
    border-bottom: 1px solid #cccccc;
}

.the-content .section .comment {
    margin-bottom: 0;
}

/*=================BEGIN: FORM CONTACT=================*/
#popup-contact {
    width: 96%;
    padding: 0;
    margin: 80px 0;
    overflow: visible !important;
    font-family: Muli;
}

#popup-contact .fancybox-close-small {
    top: -60px;
    background-color: rgba(0, 0, 0, 0.5);
}

#popup-contact .fancybox-close-small:hover {
    background-color: #faa420;
}

#popup-contact .tab {
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 8px 15px;
    background-color: #faa420;
}

#popup-contact .form-contact {
    font-size: 15px;
    padding: 30px 50px;
}

#popup-contact .form-group label {
    font-size: 14px;
    font-weight: 400;
}

#popup-contact .form-group .required {
    color: #F00;
}

.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: 10px;
    padding-right: 10px;
    border-radius: 0;
    color: #333;
}

.form-contact textarea {
    height: 120px;
    resize: none;
}

.form-contact .dropdown-list {
    position: relative;
    overflow: hidden;
    white-space: nowrap;
}

.form-contact .dropdown-list:after {
    font-family: FontAwesome;
    content: "\f107";
    position: absolute;
    top: 0;
    right: 15px;
    height: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 45px;
    color: #333333;
    pointer-events: none;
}

.form-contact .dropdown-list {
    margin-bottom: 15px;
}

.form-contact .dropdown-list select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: button;
}

.form-contact .captcha {
    margin: 25px 0 !important;
}

.form-contact .flexDesign {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.form-contact .flexDesign .flexLeft {
    width: 300px;
}

.form-contact .flexDesign .input-group {
    width: 100%;
}

.input-group-img {
    width: 90px;
    white-space: nowrap;
    padding-left: 7px;
    display: table-cell;
    vertical-align: middle;
}

.form-contact button {
    border: none;
}

/*=================BEGIN OTHER PRODUCT==================*/
.prodOther .slick-arrow {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 40%;
    font-size: 0;
    z-index: 5;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    color: #FFFFFF;
    background: #f09d1e;
}

.prodOther .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: 25px;
    line-height: 50px;
    color: #FFFFFF;
}

.prodOther .slick-prev {
    left: -35px;
}

.prodOther .slick-next {
    right: -35px;
}

.prodOther .slick-arrow:before {
    opacity: 1;
}

.prodOther .slick-arrow.slick-disabled:before {
    opacity: 0.5
}

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

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

.prodOther .slick-arrow:hover:before {
    color: #fff
}

/*=================RESPONSIVE=================*/
@media screen and (min-width: 481px) {
    .list-product .row > div:nth-child(2n+1) {
        clear: both;
    }
}

@media screen and (min-width: 768px) {
    .last-lv-product .row > div:nth-child(3n+1) {
        clear: both;
    }

    .gal-img .grid {
        flex-direction: row-reverse;
        -webkit-flex-direction: row-reverse;
    }

    .the-content .content-col:before, .the-content .content-col:after {
        position: absolute;
        content: '';
        background-color: #e5e5e5;
    }

    .the-content .content-col:before {
        top: 0;
        left: 50%;
        width: 1px;
        height: 100%
    }

    .the-content .content-col:after {
        left: 0;
        width: 100%;
        height: 1px;
        top: 50%;
    }

    .the-content .content-col .row > div:nth-child(2n+1) {
        clear: both;
    }

    .the-content .content-col .row > div:nth-child(n+3) {
        padding-top: 30px;
        margin-top: 30px;
    }
}

@media screen and (min-width: 992px) {
    #popup-contact {
        max-width: 870px;
    }
}

@media screen and (max-width: 991px) {
    .row-top {
        padding: 40px 0;
    }

    .gal-img {
        margin-bottom: 30px;
    }
    .fancybox-thumbs {
        display: none !important;
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 0;
    }
    .fancybox-caption {
        padding: 12px 15px
    }
    .row-top .des {
        padding: 15px 0 40px;
    }

    #popup-contact .form-contact {
        padding: 30px;
    }

    #popup-contact .form-group {
        margin-bottom: 10px;
    }

    .menuTab-out.fixed .select-j {
        margin: 0 15px;
    }

    .the-content .section {
        padding: 30px 0;
    }

    .the-content .section .des {
        margin-bottom: 20px;
    }

    .prodOther .slick-prev {
        left: -10px;
    }

    .prodOther .slick-next {
        right: -10px;
    }
}

@media screen and (max-width: 767px) {
    .list-product .row, .last-lv-product .row {
        margin: 0 -10px;
    }

    .list-product .row > div, .last-lv-product .row > div {
        padding: 0 10px;
    }

    .last-lv-product .row > div:nth-child(2n+1) {
        clear: both;
    }

    .p-item {
        margin-bottom: 20px;
    }

    .gal-img .grid {
        display: block;
    }

    .gal-img .col {
        width: 100% !important;
        margin: 0;
    }

    .gal-img .col:first-child {
        margin-bottom: 10px;
    }

    .sl-thumbnails {
        margin: 0 -5px;
    }

    .sl-thumbnails .item {
        padding: 0 5px;
    }
}

@media screen and (max-width: 480px) {
    .list-product .row > div {
        width: 100%;
    }

    .gal-img .col:first-child {
        width: 46px;
        margin-right: 10px;
    }

    .gal-img .col:last-child {
        width: calc(100% - 56px);
    }

    .sl-thumbnails {
        margin: -6px 0;
    }

    .sl-thumbnails .item {
        padding: 6px 0;
    }

    .row-button > div a {
        width: 100%;
    }

    .form-contact .flexDesign {
        display: block;
    }

    .form-contact .flexDesign .flexLeft, .form-contact button {
        width: 100%;
    }

    .form-contact .flexDesign .flexLeft {
        margin-bottom: 25px;
    }

    .flexRight {
        text-align: center;
    }
}