@font-face {
    font-family: 'Pe-icon-7-stroke';
    src: url('fonts/Icon-font-7/pe-icon-7-stroke/fonts/Pe-icon-7-stroke.eot?d7yf1v');
    src: url('fonts/Icon-font-7/pe-icon-7-stroke/fonts/Pe-icon-7-stroke.eot?#iefixd7yf1v') format('embedded-opentype'), url('fonts/Icon-font-7/pe-icon-7-stroke/fonts/Pe-icon-7-stroke.woff?d7yf1v') format('woff'), url('fonts/Icon-font-7/pe-icon-7-stroke/fonts/Pe-icon-7-stroke.ttf?d7yf1v') format('truetype'), url('fonts/Icon-font-7/pe-icon-7-stroke/fonts/Pe-icon-7-stroke.svg?d7yf1v#Pe-icon-7-stroke') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Ionicons';
    src: url('fonts/ionicons-master/docs/fonts/ionicons.eot?d7yf1v');
    src: url('fonts/ionicons-master/docs/fonts/ionicons.eot?#iefixd7yf1v') format('embedded-opentype'), url('fonts/ionicons-master/docs/fonts/ionicons.woff?d7yf1v') format('woff'), url('fonts/ionicons-master/docs/fonts/ionicons.ttf?d7yf1v') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins/SVN-Poppins Regular.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins Light';
    src: url('fonts/Poppins/PoppinsVN-300.ttf');
    font-weight: normal;
    font-style: normal;
}

.uk-container {
    padding: 0;
    max-width: 1200px;
}

@media (max-width: 768px) {
    .uk-container {
        padding: 0 10px;
    }
}

body {
    font-family: Poppins !important;
    background-image: url(img/vertical-grid-5.png);
    background-position: left top;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
}

a:hover {

}

/* ===== HEADER STYLE ===== */
/* ######################## Header for mobile ######################## */
.mobile-header {
    position: relative;
    z-index: 5;
}

.mobile-header .upper {
    padding: 20px 0;
    background: #000;
    position: relative;
    text-align: center;
}

.mobile-header .upper .moblie-menu-btn {
    left: 5px;
}

.mobile-header .logo {
    display: inline-block;
}

.mobile-header .logo a {
    width: 75px;
}

.mobile-header .lower {
    position: relative;
    padding: 5px;
    background: #fff;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
}

.mobile-search .form {
    position: relative;
    padding-right: 60px;
}

.mobile-search .form .input-text {
    display: block;
    height: 32px;
    background: #fff;
    font-size: 13px;
    line-height: 32px;
    color: #000;
    border: 1px solid #000;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, .12);
    -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, .12);
    -ms-box-shadow: inset 0 0 5px rgba(0, 0, 0, .12);
    -o-box-shadow: inset 0 0 5px rgba(0, 0, 0, .12);
    box-shadow: inset 0 0 5px rgba(0, 0, 0, .12);
}

.mobile-search .form .btn-submit {
    display: block;
    position: absolute;
    height: 32px;
    width: 60px;
    top: 0px;
    left: initial;
    right: 0px;
    background: #000 url(img/icon_search.png) 50% 50% no-repeat;
    border: 1px solid #000;
    cursor: pointer;
    text-indent: -99999px;
}

.mobile-search .form .input-text::-webkit-input-placeholder {
    color: #999;
    font-size: 13px;
}

.mobile-search .form .input-text::-moz-placeholder {
    color: #999;
    font-size: 13px;
}

.mobile-search .form .input-text:-ms-input-placeholder {
    color: #999;
    font-size: 13px;
}

.mobile-search .form .input-text:-moz-placeholder {
    color: #999;
    font-size: 13px;
}

.mobile-hotline {
    display: block;
    position: absolute;
    right: 5px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.mobile-hotline .value {
    display: block;
    width: 13px;
    height: 26px;
    background: url(img/icon_mobile_phone.png) center;
    -webkit-background-size: 13px 26px;
    -moz-background-size: 13px 26px;
    -ms-background-size: 13px 26px;
    -o-background-size: 13px 26px;
    background-size: 13px 26px;
    text-indent: -99999px;
}

/*======================================== BEGIN CSS ========================================*/
.hd-upper{
    background-color: #2f2e2e;
    padding: 12px 0;
    color:#fff;
}
.hd-widget .widget-item{
    font-size:12px;
    margin-right:20px;
    display: inline-block;
    padding-left:20px;
    position: relative;
}
.hd-widget .widget-item:before{
    content:'';
    display: block;
    position: absolute;
    left:0;
    top:0;
    font-family: FontAwesome;
    color:#7d6741;
    font-size:16px;
}
.hd-widget .widget-item.clock-item:before{
    content:"\f017";
}
.hd-widget .widget-item.email-item:before{
    content:"\f003";
}
.hd-widget .widget-item.phone-item:before{
    content:"\f095";
}
.hd-social .social-item{
    font-size: 13px;
    color: rgba(255,255,255,.5);
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border-radius: 3px;
    background: #222;
    transition: .2s ease;
    display: inline-block;
    color:#fff;
}
.hd-social .social-item:hover{
    background: #7d6741;
}
.hd-middle{
    background: #222;
    transition: .2s top cubic-bezier(.4,.73,.4,.74);
}
.pc-header .lower{
    background: transparent;
}
.main-nav>.main-menu>li>a{
    padding: 40px 20px;
    font-size:13px;
}

/*hd-cart*/
.hd-cart{
    position: relative;
    margin-left: 15px;
    padding-right: 15px;
}
.hd-cart>a{
    color: #fff;
    font-size: 18px;
}
.hd-cart> .cart-qty{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(0, -50%);
    background: #7d6741;
    color: #fff;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    border-radius: 50%;
    font-size: 11px;
}

/*Slide*/
.slide-item{
    position: relative;
}

.carousel-content {
    position: absolute;
    top: 47%!important;
    transform: translateY(-50%)!important;
    left: 10%;
    right: 0;
    width: 100%;
    padding: 0 0 0 30px;
    animation-delay: .3s;
    -moz-animation-delay: .3s;
    animation-duration: 0s;
    -moz-animation-duration: 0s;
    z-index: 999;
    text-align: left;
    width: 50%;

}
.slide-item .subtitle.style-light, .slide-item .slide-subtitle {
    color: rgba(255,255,255,.5);
}
.slide-item .subtitle,.slide-item p.subtitle,.slide-item .slide-subtitle {
    display: block;
    font-size: .93em;
    letter-spacing: 1px;
    font-weight: 400;
    text-transform: uppercase;
}
.overlay {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .3;
    z-index: 1;
}
.lines-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    background: url(img/vertical-lines-4.png) repeat;
    z-index: 1;
    top: 0;
}
.slide-title h2 {
    color: #f9f9f9!important;
    margin-bottom: 15px;
    font-size: 40px;
    text-shadow: 0 1px 2px rgba(0,0,0,.5);
    letter-spacing: -2.5px;
    font-weight: 500;
    line-height:60px;
    text-transform:uppercase;
    color:#fff;
    font-family: Segoe UI;
    font-weight:bold;
    margin-top:60px;
    margin-bottom:60px;
}
.title-content-text:before, .slide-subtitle:before, .subtitle.style-light:before, .dash.style-light, .body-dark .dash.style-light, .body-dark .subtitle.style-light:before {
    background: rgba(255,255,255,.3);
}
.subtitle:before, .slide-subtitle:before, .title-content-text:before, .copyright-text:before {
    content: "";
    display: inline-block;
    position: relative;
    top: -4px;
    width: 52px;
    height: 2px;
    margin-right: 20px;
}
.uk-slidenav-position .uk-slidenav{
    display: block !important;
}
#homepage .uk-slidenav {
    line-height: 82px;
    height: 82px;
    width: 82px;
    top: 40%;
    background: rgba(17, 17, 17, 0.62);
    transition: .2s;
    text-shadow: none;
    color:#fff;
    display: block;
    transition: .2s ease-in;
}
#homepage .uk-slidenav:after{
    right: 0;
    background: #7d6741;
}
#homepage .uk-slidenav:hover:after{
    width:100%;
}
#homepage .uk-slidenav:after{
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    width: 0;
    background: #7d6741;
    transition: .2s ease-in;
    z-index: -1;
}
#homepage .uk-slidenav-position .uk-slidenav-previous {
    left: auto;
    right: 82px;
    transform: translateY(40px);
}
.uk-slidenav-next:before{
    content: "\e684";
    font-family: Pe-icon-7-stroke;
    font-size:80px
}
.uk-slidenav-previous:before{
    content: "\e686";
    font-family: Pe-icon-7-stroke;
    font-size:80px;
}
.btn-primary, a.btn-primary, input[type=submit], input[type=submit] {
    background: #7d6741;
    border: 2px solid #7d6741;
}
.slide-buttons p a{
    padding-right: 30px;
    padding-left:30px;
}
.slide-buttons p span{
    font-size:13px;
    text-transform:uppercase;
}
@media (max-width: 768px){
    .slide-title h2{
        font-size:25px;
        margin: 30px 0;
        line-height:30px;
        letter-spacing: 0;
    }
    .uk-slidenav-position .uk-slidenav{
        display: none !important;
    }
}
@media (max-width: 415px){
    .carousel-content{
        left:5%;
    }
    .slide-title h2{
        font-size: 15px;
        line-height: 21px;
        margin: 15px 0;
    }
    .slide-buttons p a{
        display: none;
    }
}
.homepage-intro{
    background-image: url(img/bg-5.png);
    background-repeat: repeat;
    padding: 0 0px 80px 0px;
    position: relative;
    z-index: 1;
}
.intro-content{
    padding-top:30px;
}
.intro-content .p-name{
    font-family: Segoe UI;
    color: #7d6741;
    font-weight:normal;
    text-transform: uppercase;
    position: relative;
    margin: 0 0 30px 0;
}
.intro-content .p-name:before{
    content: "";
    display: inline-block;
    position: relative;
    top: -4px;
    width: 52px;
    height: 2px;
    margin-right: 20px;
    opacity:0.75;
    background: rgba(0,0,0,.3);
}
.intro-content .p-service{
    font-family: Segoe UI;
    font-weight:700;
    font-size:30px;
    line-height:45px;
    text-transform: uppercase;
    color:#333;
    margin: 0 0 30px 0;
}
.intro-content .p-description{
    font-size:13px;
    color:#333;
}
.btn-readmore {
    margin-top:30px;
}
.btn-readmore > *{
    background: #7d6741;
    border: 2px solid #7d6741;
    color:#fff;
    border-width: 2px!important;
    padding: 8px 25px;
    border-radius: 3px;
    font-size:13px;
    display: inline-block;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.btn-readmore > *:hover{
    background:#333;
    border-color:#333;
}
.homepage-intro .service{
    margin-top:-60px;
    position: relative;
    z-index:9999;
}
.homepage-intro .service .image{
    position: relative;
    height: 375px;
}
.homepage-intro .service .title{
    position: relative;
    box-shadow: -10px 10px 0 0 rgba(0,0,0,.05);
    transition-duration: .2s;
    z-index: 1;
    padding: 32px 25px;
    background:#222;
    text-align: center;
    font-weight:normal;
    font-family: 'Poppins Light';
}
.homepage-intro .service .title > *{
    color:#fff;
    position: relative;
    z-index: 999;
    display: block;
}
.homepage-intro .service .title:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: #7d6741;
    transition: .4s ease-out;
    -webkit-transition: .4s ease-out;
    -moz-transition: .4s ease-out;
    -o-transition: .4s ease-out;
}
.homepage-intro .service:hover .title:after{
    width:100%;
}
.homepage-intro .service:hover .image:before{
    content:'';
    display: block;
    width:100%;
    height:100%;
    background: #222;
    opacity: .6;
    position: absolute;
    left:0;
    top:0;
}
.homepage-intro .service .image:after{
    content: "\e623";
    font-family: Pe-icon-7-stroke;
    font-size: 50px;
    display: block;
    position: absolute;
    top: calc(50%);
    left: calc(50%);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    color: #fff;
    transition: .3s all ease-in-out;
    font-weight: 200;
    opacity: 0;
    font-size:60px;
}
.homepage-intro .service:hover .image:after{
    opacity:1;
}
@media (max-width: 768px){
    .homepage-intro .service{
        margin-top: 30px;
        position: relative;
        z-index:9999;
    }
    .homepage-intro .service .image{
        position: relative;
        height: 300px;
    }
}
.gallery-item{
    position: relative;
    display: block;
    cursor:pointer;
}
.gallery-item .thumb{
    position: relative;
}
.gallery-item .thumb .vertical-number{
    font-size: 15px;
    position: absolute;
    color: #fff;
    font-weight: 400;
    transition: .2s;
    left: 10px;
    top: 90px;
    transform: rotate(-90deg);
}
.gallery-item .thumb .vertical-number:after {
    content: '';
    width: 52px;
    height: 2px;
    display: inline-block;
    background: #fff;
    margin-left: 10px;
    bottom: 9px;
    position: absolute;
    transition: .2s;
}
.gallery-item .image{
    height: 600px;
}
.gallery-item .title{
    position: absolute;
    opacity: 1;
    transform: translateY(0);
    bottom: 0;
    top: auto;
    text-align: left;
    transition: .4s;
    padding: 30px;
    background: rgba(0,0,0,.5);
    width: 100%;
    margin: 0;
    height:80px;
    overflow:hidden;
    z-index: 99999;
}
.gallery-item .title > *{
    display: block;
    color:#fff;
    font-family: 'Poppins Light';
    font-weight:normal;
}
.gallery-item .title:after {
    content: '';
    width: 0;
    position: absolute;
    transition: .3s ease-in-out;
    background: #7d6741;
    left: 50%;
    height: 100%;
    right: 50%;
    top: 0;
    z-index: -2;
}
.gallery-item:hover .title:after{
    background-color: #7d6741;
    width: 100%;
    right: 0;
    left: 0;
}
.gallery-item .thumb:before{
    content:'';
    display: block;
    width:100%;
    height:100%;
    background: rgba(34, 34, 34, 0.65);
    opacity: .6;
    position: absolute;
    left:0;
    top:0;
    z-index: 99;
}
.gallery-item:hover .thumb:before{
    background: #222;
}
.gallery-item .image:after{
    content: "\e623";
    font-family: Pe-icon-7-stroke;
    font-size: 50px;
    display: block;
    position: absolute;
    top: calc(50%);
    left: calc(50%);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    color: #fff;
    transition: .3s all ease-in-out;
    font-weight: 200;
    opacity: 0;
    font-size:60px;
}
.gallery-item:hover .image:after{
    opacity:1;
}
@media (max-width: 768px){
    .owl-nav{
        display: none;
    }
    .gallery-item .image{
        height: 350px;
    }
}
@media (max-width: 415px){
    .gallery-item .title{
        padding:15px;
        font-size:13px;
        height: 68px;
    }
}
.homepage-whyus{
    padding: 50px 0;
}
.whyus-item{
    position: relative;
}
.whyus-item .image{
    float:left;
    width:50%;
    height: 740px;
}
.whyus-item .info{
    padding: 50px;
    position: absolute;
    background: #fff;
    width: 705px;
    height: 581px;
    left: initial;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    right: 20px;
    -webkit-box-shadow: 0 2px 15px 0 rgba(0,0,0,.07);
    -moz-box-shadow: 0 2px 15px 0 rgba(0,0,0,.07);
    -o-box-shadow: 0 2px 15px 0 rgba(0,0,0,.07);
    -ms-box-shadow: 0 2px 15px 0 rgba(0,0,0,.07);
}
.special-text{
    font-family: Segoe UI;
    color: #7d6741;
    font-weight: normal;
    text-transform: uppercase;
    position: relative;
    margin: 0 0 30px 0;
    font-weight:600;
}
.special-text:before {
    content: "";
    display: inline-block;
    position: relative;
    top: -4px;
    width: 52px;
    height: 2px;
    margin-right: 20px;
    opacity: 0.75;
    background: rgba(0,0,0,.3);
}
.whyus-item h2{
    font-size:30px;
    line-height:45px;
}
.whyus-item .info > p{
    font-size:13px;
    color:#777;
}
.whyus-item .nav-tabs{
    margin-top:20px;
}
.whyus-item .nav-tabs > li{
    float:left;
}
.whyus-item .nav-tabs > li > *{
    color: #444;
    background-color: #eee;
    padding: 15px 30px;
    font-weight: 400;
    border-radius: 0;
    margin-right: -1px;
    display: block;
    font-size:13px;
}
.whyus-item .nav-tabs > li.uk-active > *{
    background:#7d6741!important;
    color:#fff;
}
.switcher-item{
    background-color: #735d37;
    padding:30px;
    color:#fff;
    font-size:13px;
    line-height:25px;
}
@media (max-width: 800px){
    .whyus-item .image{
        width:90%
    }
    .whyus-item .info{
        width:100%;
    }
    .owl-nav{
        display: none;
    }
}
@media (max-width: 768px){
    .whyus-item .image{
        width:100%;
        height: 740px;
    }
    .whyus-item .info{
        background: rgba(255, 255, 255, 0.89);
    }
}

@media (max-width: 600px){
    .whyus-item .info{
        width:100%;
        right:0;
    }
    .whyus-item h2{
        font-size:20px;
        line-height:30px;
    }
}

@media (max-width: 415px){
    .whyus-item h2{
        font-size:14px;
        line-height:30px;
    }
    .whyus-item .info,
    .switcher-item{
        padding:10px;
    }
}
.homepage-process{
    padding:50px 0;
    background-color: #f5f5f5;
    background-image: url(img/process-bg.jpg);
    background-position: center center;
    background-size: cover;
    padding: 120px 0px 120px 0px;
}
.heading-1{
    text-align: center;
    font-size:30px;
    margin: 0 0 120px 0;
    font-family: 'Poppins Light';
    text-transform: uppercase;
}
.process{
    position: relative;
    transition: .2s all ease-in-out;
    background: #fff;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.07);
    padding: 20px;
    padding-top:80px;
    cursor:pointer;
}
.process .step{
    background-color: #7d6741;
    position: absolute;
    top:-45px;
    left:35px;
    font-size:60px;
    color:#fff;
    display: inline-block;
    cursor:pointer;
    width:90px;
    height:90px;
    line-height:90px;
    text-align:center;
}
.process .step-number{
    position: relative;
}
.process .step-number span{
    position: relative;
    z-index: 11;
}
.process .step-number:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #7d6741;
    transition: .2s ease-in;
    z-index: 10;
}
.process:hover .step-number:after{
    background: #333;
    width:100%;
    z-index: 10;
}
.process .title {
    margin: 0 0 20px 0;
    height: 45px;
    overflow: hidden;
}
.process .title > *{
    color:#777;
    text-transform: uppercase;
    font-family: 'Poppins Light';
    font-weight:normal;
    font-size:14px;
}
.process .description{
    /* font-family: 'Poppins Light'; */
    font-size:13px;
    line-height:24px;
    margin: 0 0 20px 0;
    height:50px;
    overflow: hidden;
}
.process .readmore{
    position: relative;
    right: 0;
    padding: 18px 18px 18px 0;
    font-weight: 400;
    font-size: .93em;
    transition: .2s;
    text-decoration: none;
    color: #888;
    letter-spacing: .3px;
}
.process .readmore:hover{
    color: #333;
}
@media (max-width: 768px){
    .homepage-process{
        padding: 50px 0;
    }
    .process{
        padding:30px 10px 10px 10px;
    }
    .process .step{
        width: 50px;
        height: 50px;
        line-height:50px;
        font-size:22px;
        top:-30px;
    }
    .process .description{
        font-size:12px;
    }
}

@media (max-width: 415px){
    .heading-1{
        font-size:20px;
        margin: 0 0 60px 0;
    }
}

@media (max-width: 376px){
    .heading-1{
        font-size:18px;
        margin: 0 0 60px 0;
    }
}


.heading-2{
    text-align:center;
    font-size: 30px;
    margin: 0 0 80px 0;
    font-family: 'Poppins Light';
    text-transform: uppercase;
    position: relative;
    padding-bottom: 30px;
}
.heading-2:before{
    content:'';
    display: block;
    width: 52px;
    height: 2px;
    background: rgba(255,255,255,.3);
    position: absolute;
    top:initial;
    left:50%;
    bottom:0;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);

}
.heading-2 > *{
    color:#fff;
}
.homepage-staff{
    padding:40px 0;
    background-color: #333333;
    background-image: url(img/staff.png);
    background-repeat: repeat;
    padding: 80px 0px 80px 0px;
}

.staff .overlay-container{

}
.staff .thumb{
    padding-left:40px;
    position: relative;
}
.staff .thumb .staff-position{
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 100%;
    background: #ddd;
}
.staff .thumb .staff-position >div:after{
    content: '';
    display: block;
    width: 0;
    right: 0;
    top: 0;
    height: 100%;
    background: #222;
    transition: .2s ease-in-out;
}
.staff:hover .thumb .staff-position >div:after{
    width:100%;
}
.staff .thumb .staff-position span{
    font-size: .93em;
    bottom: 0;
    left: 0;
    color: #888;
    text-align: left;
    transform: rotate(-90deg);
    display: block;
    position: absolute;
    bottom: 40px;
    left: -8px;

}
.staff .thumb .thumb-icon{
    position: relative;
}
.staff .thumb .overlay-container{
    position: absolute;
    width:100%;
    height:100%;
    left:0;
    top:0;
    background: rgba(51, 51, 51, 0.84);
    text-align:center;
    color:#fff;
    opacity:0;
    transition:  all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease
}
.staff:hover .thumb .overlay-container{
    opacity:0.9;
}
.overlay-wrapper{
    position: absolute;
    width: 100%;
    left: 0px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.overlay-wrapper .overlay-item{
    font-size:12px;
    padding: 0 0 10px 0;
    border-bottom: 1px solid rgba(255,255,255,.07);
    width: 85%;
    margin: 15px auto;
}
.overlay-wrapper .overlay-item p{
    margin: 0 0 5px 0;
}
.staff .thumb .thumb-icon .image{
    height:310px;
}
.staff .title > *{
    padding: 28px 25px;
    display: block;
    color:#333;
    font-family: 'Poppins Light';
    font-size:14px;
    text-transform: uppercase;
    background:#fff;
    text-align: center;
}
@media (max-width: 600px){
    .heading-2{
        font-size:25px;
        line-height:40px;
        margin: 0 0 20px 0;
    }
}

.homepage-news{
    background-image: url(img/bg-5.png);
    background-repeat: repeat;
    padding: 40px 0;
}
.heading-3{
    margin: 0 0 30px 0;
    font-size:30px;
    line-height:45px;
}
.heading-3 > *{
    color:#333;
    text-transform: uppercase;
    font-family: 'Poppins Light';
}

.homepage-news .owl-stage-outer{
    padding-bottom:10px;
    padding-left:10px;
    padding-right:20px;
}
.news{
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.07);
    background: #fff;
}
.news .image{
    height: 190px;
}
.news .info{
    padding: 30px;
}
.news .title{
    font-size:14px;
    font-family: 'Poppins Light';
    margin: 0 0 15px 0;
    height: 40px;
    overflow:hidden;
}
.news .title > *{
    color:#333;
}
.news .title > *:hover{
    color:#7d6741;
}
.news .description{
    font-size:13px;
    line-height:23px;
    color:#777;
}

@media (max-width: 600px){
    .news .info{
        padding:10px;
    }
}
@media (max-width: 415px){
    .heading-3 > *{
        font-size:22px;
    }
}

.homepage-brand{
    background-color: #f5f5f5;
    background-image: url(img/vertical-lines-3.png);
    background-repeat: repeat;
    padding: 80px 0px 80px 0px;
}
.homepage-brand .brand-item .item .image{
    height: 70px;
    margin-bottom: 20px;
}
@media (max-width: 415px){
    .homepage-brand{
        padding: 40px 0;
    }
}
.homepage-customer{
    background-image: url(img/bg-5.png);
    background-repeat: repeat;
    padding: 40px 0;
}
.customer-item{
    background: #5c5140;
    box-shadow: -10px 10px 0 0 rgba(0,0,0,.05);
    position: relative;
    padding: 40px 30px;
}
.customer-item:after {
    content: "“";
    display: block;
    font-size: 400px;
    position: absolute;
    color: rgba(255,255,255,.05);
    right: 24px;
    top: 128px;
    font-weight: 600;
    font-size: 400px;
}
.customer-item .customer-info{
    text-align: center;
}
.customer-item .customer-image{
    max-width: 72px;
    height:72px;
    display: inline-block;
}
.customer-item .customer-image img{
    border-radius: 50%;
    margin: 0 0 10px 0;
}
.customer-item .customer-fullname{
    color:#fff;
    font-size:13px;
    font-style:italic;
}
.customer-item .customer-message{
    color:#fff;
}
.customer-item p:first-child{
    line-height:23px;
}
.customer-item p:not(:first-child){
    font-size:13px;
    font-style:italic;
    font-family: 'Poppins Light';
    font-weight:normal;
    line-height: 24px;
}
.subcribe-form{
    background-color: #888888;
    background-image: url(img/img-form.jpg);
    background-position: center center;
    background-size: cover;
    padding: 120px 0px 120px 0px;
}
.subcribe-form .form{

}
#subcribe-form{
    width:calc(50% - 1px);
    float:right;
    background: #fff;
    padding:50px;
    position: relative;
    padding: 50px;
    background: #fff;
    box-shadow: 0 2px 15px 0 rgba(0,0,0,.07);
    z-index: 2;
}
.subcribe-form .special-text{
    margin: 0 0 20px 0;
}
.subcribe-form .form-heading{
    font-size:20px;
    line-height:30px;
    font-weight:600;
    margin: 0 0 20px 0;
    font-weight:normal;
}
.subcribe-form .form-row{
    margin: 0 0 10px 0;
}
.subcribe-form .form-row .input-text{
    display: block;
    width: 100%;
    margin-bottom: 10px;
    background: #f5f5f5;
    border: 0;
    transition: .2s;
    padding: 15px;
    color: #888;
    font-size:0.93em;
    color:#333;
    letter-spacing: 0.5px;
    padding:15px;
    height:auto !important;
}
.subcribe-form .form-row textarea{
    height: 131px;
    width: 100%;
    padding: 15px;
    font-size:0.93em;
    color:#333;
    letter-spacing: 0.5px;
    background: #f5f5f5;
    border:0;
}
.subcribe-form .textarea::-webkit-input-placeholder,
.subcribe-form .input-text::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-size:0.93em;
}
.subcribe-form .textarea::-moz-input-placeholder,
.subcribe-form .input-text::-moz-placeholder { /* Firefox 19+ */
     font-size:0.93em;
}
.subcribe-form .textarea::-moz-input-placeholder,
.subcribe-form .input-text:-ms-input-placeholder { /* IE 10+ */
      font-size:0.93em;
}
.subcribe-form .textarea::-moz-input-placeholder,
.subcribe-form .input-text:-moz-placeholder { /* Firefox 18- */
      font-size:0.93em;
}
.subcribe-form .form-row .btn-submit{
    color: #fff!important;
    background-color: #7d6741!important;
    border-color: #7d6741!important;
    padding:15px 60px;
    text-align: center;
    border:0;
    margin:0;
    line-height:auto;
    cursor:pointer;
}

@media (max-width: 600px){
    #subcribe-form{
        width: 100%;
        float:none;
    }
}
@media (max-width: 415px){
    .subcribe-form{
        padding: 60px 0;
    }
    #subcribe-form{
        padding: 15px;
    }
}
/* ASIDE */
.aside-panel{
    margin: 0 0 30px 0;
}
.aside-panel .aside-heading{
    font-size: 1.2em;
    text-transform: uppercase;
    color: #7d6741;
    letter-spacing: 0;
    font-weight: 400;
    border-bottom: 1px dashed #eee;
    padding-bottom: 14px;
}
.aside-panel .aside-content{
    margin-top: 15px;
}
.aside-news > ul > li{
    display: block;
    border-bottom: 1px dashed #eee;
    list-style: none;
    border-top: 0;
    position: relative;
}
.aside-news > ul > li > *{
    display: inline-block;
    padding: 14px 0;
    text-decoration: none;
    color: #888;
    transition: .2s;
    line-height: 1.3em;
    font-size:13px;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    position: relative;

}
.aside-news > ul > li > *:hover{
    color:#7d6741;
}
/*ARTICLE*/
.art-catalogue .breadcrumb{
    margin-bottom: 40px;;
}
.post-item{
    margin-bottom:40px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.07);
    background: #fff;
}
.post-item .info{
    padding: 35px 35px 45px 35px;
}
.post-item .meta{
    margin: 0 0 20px 0;x
}
.post-item  .meta-item{
    font-size:13px;
    color: #999;
    display: inline-block;
    margin-right:20px;
    padding-left:10px;
    position: relative;
    font-family: 'Poppins Light';
    border-bottom: 1px dashed #e5e5e5;
    transition: .1s all ease-in-out;
}
.post-item  .meta-item:before{
    width:3px;
    height:3px;
    content:'';
    display: block;
    background: #999;
    left:0;
    top:6px;
    position: absolute;
}
.post-item .title {
    margin: 0 0 20px 0;
    padding: 0 0 20px 0;
    border-bottom: 1px dashed #e5e5e5;
}
.post-item .title > *{
    color:#333;
    font-size:20px;
    line-height: 24px;
    font-weight:normal;
}
.post-item .description{
    color:#888;
    font-size:13px;
    line-height:24px;
    margin: 0 0 20px 0;
}
.post-item .readmore > *{
    color:#888;
    font-size:13px;
}
.post-item .title > *:hover,
.post-item .readmore > *:hover{
    color:#7d6741;
}
.art-container{
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.07);
    margin-bottom:40px;
    padding:40px;
}
.entry-title{
    font-size:25px;
    font-weight:normal;
}
.entry-description p{
    font-size: 14px;
    color:#333;
    line-height: 30px;
    text-align: justify;
}
.entry-description a{
    font-weight:normal;
}
.entry-description img{
    max-width: 80%;
}

@media (max-width: 415px){
    .post-item .info{
        padding-bottom:20px;
    }
    .post-item .info .title > *{
        font-size:14px;
    }
    .post-item .info .description{
        display: none;
    }
}
.artdetail-relate .heading-1{
    margin: 0 0 20px 0;
}
.list-related .article .thumb .image{
    height: 175px;
}

@media (max-width: 415px){
    .art-container{
        padding: 10px;
    }
    .entry-title{
        line-height:38px;
    }
}
/* PRODUCT */
.pagination ul>li.uk-active>a, .pagination ul>li:hover>a{
    background: #7d6741;
    border-color: #7d6741;
}
.pagination ul>li>a{
    border: 1px solid #7d6741;
}
#prd-catalogue{
    margin-bottom:30px;
}
.prd-wrapper{
    padding: 70px 0;
}

.list-product > li{
    margin: 0 0 30px 0;
}

.product .image{
    height: 275px;
}
.product .title {
    margin: 10px 0;
    height: 40px;
    overflow: hidden;
}
.product .title > *{
    color:#888888;
    line-height: 1.3em;
    font-size:14px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    font-weight:normal;
    text-align: center;
}
.product .title > *:hover{
    color:#7d6741;
}
.product .main-price{
    font-size:13px;
    color:#ee4d2d;
}
.product .sale-price{
    color:#666;
    font-size:12px;
    text-decoration: line-through;
}

@media (max-width: 415px){
    .product .title > *{
        font-size:13px;
    }
    .product .image{
        height: 180px;
    }
}
@media (max-width: 320px){
    .product .title > *{
        font-size:12px;
    }
    .product .image{
        height: 140px;
    }
}
#prdGallery .product-thumb,
#prdGallery .product-gallery{
    height: 450px;
}
.swiper-slide{
    cursor:pointer;
}
.product-thumb .swiper-slide-active{
    border: 1px solid #e53935;
}
.swiper-slide img {
  display: block;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-thumb .swiper-wrapper {
  margin-top: calc(-100% + -60px);
}

.product-thumb {
  flex-basis: 100px;
}
.product-thumb .swiper-slide {
  opacity: 0.4;
}
.product-thumb .swiper-slide-active {
  opacity: 1;
}
.prd-detail .prd-buy {
	position: relative;
	margin-bottom: 15px;
}
.prd-detail  .prd-buy .wrap-quantity {
	display: block;
	position: relative;
}
.prd-detail .prd-buy .input-text {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	padding: 15px;
	text-align: center;
    width: 84px;
    height:50px;
    background: #f5f5f5;
    border:0;
}
.prd-detail .prd-buy .btn {
	display: block;
	position: absolute;
	font-size: 14px;
	line-height: 15px;
	left: initial;
	right: 8px;
	color: #898989;
    cursor:pointer;
    padding:0;
}
.prd-detail .prd-buy .abatement {top: 10px;}
.prd-detail .prd-buy .augment {bottom: 10px;}
.prd-title{
    font-size:20px;
    color:#000;
    margin: 0 0 25px 0;
    padding: 0 0 15px 0;
    border-bottom: 1px dashed #eee;
    font-weight:normal;
    text-transform: uppercase;
}
.prd-price{
    margin: 0 0 25px 0;
}
.prd-price .main-price{
    color: #e53935;
    font-size: 24px;
    line-height: 1;
    margin-bottom: 6px;
    font-weight: 700;
    margin-right:20px;
    font-weight:normal;
}
.prd-price .sale-price{
    font-size:18px;
    color:#888888;
    text-decoration: line-through;
}
.prd-description{
    font-size:13px;
    line-height:24px;
    color:#888888;
    margin: 0 0 30px 0;
    text-align: justify;
}
.prd-buy{
    margin: 0 0 25px 0;
    padding: 0 0 15px 0;
    border-bottom: 1px dashed #eee;
}
.prd-category{
    font-size:13px;
}
.prd-category > a{
    color:#555;
}
.prd-category > a:hover{
    color:#644e28;
}
.product-content .panel-head ul li.uk-active{
    background: #7d6741;
}
.product-content .panel-head ul li a{
    padding: 15px;
}
.product-content .panel-head ul{
    background: transparent;
}
.product-content .panel-head{
    border-bottom: 3px solid #7d6741;
}
.product-content .prd-extend-content {
    background: #f9f9f9;
    padding: 30px;
}
.product-content .prd-extend-content p{
    font-size:13px;
    line-height:24px;
}
.product-content .prd-extend-content a *{
    font-weight:normal;
    font-size:13px;
}

/* ASIDE -2 */
.aside-toprate{
    margin-bottom:30px;
}
.aside-toprate .aside-heading{
    margin: 0 0 20px 0;
}
.list-toprate > li:not(:last-child){
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    border-bottom: 1px dashed #eee;
}
.list-toprate > li .image{
    width: 70px;
    float:left;
    height: 70px;
}
.list-toprate > li .info{
    width:calc(100% - 70px);
    width:-webkit-calc(100% - 70px);
    width:-moz-calc(100% - 70px);
    width:-o-calc(100% - 70px);
    width:-ms-calc(100% - 70px);
    float:left;
    padding-left:20px;
}
.list-toprate > li .info .title > *{
    font-size:12px;
    color:#888888;
}
.list-toprate > li .info .title > *:hover{
    color:#7d6741;
}
.list-toprate > li .info .main-price{
    margin-right:10px;
    font-size:12px;
    color:#ee4d2d;
}
.list-toprate > li .info .sale-price{
    color: #888888;
    font-size:11px;
    text-decoration: line-through;
}
.list-cat > li{
    padding: 10px 0 10px 0;
    border-bottom: 1px dotted #eee;
}
.list-cat > li:last-child{
    padding-bottom:0;
}
.list-cat > li > a{
    font-size:13px;
    color:#888;
}
.list-cat .children > li{
    padding:10px 0;
}
.list-cat .children > li > a{
    font-size:12px;
    color:#999;
    position: relative;
    padding-left:20px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.list-cat > li > a:hover,
.list-cat .children > li > a:hover{
    color:#7d6741;
}

.list-cat .children > li > a:before{
    content:'';
    display: block;
    position: absolute;
    left:10px;
    top:50%;
    transform:translate(-50%, 0);
    -webkit-transform:translate(-50%, 0);
    -moz-transform:translate(-50%, 0);
    -o-transform:translate(-50%, 0);
    -ms-transform:translate(-50%, 0);
    width: 10px;
    height: 2px;
    background: rgba(0,0,0,.2);
}

.ft-upper{
    padding-top: 40px;
    padding-bottom: 20px;
    color:#aaa;
    background: #333;
}
.ft-panel .ft-panel-heading{
    font-size:16px;
    font-weight:normal;
    margin: 0 0 10px 0;
    font-weight:normal;
    text-transform: uppercase;
    color:#fff;
    text-align: center;
}
.ft-panel .ft-intro{
    font-size:12px;
    line-height: 23px;
}
.ft-panel ul > li{
    /* padding-left:20px; */
    position: relative;
    margin: 0 0 10px 0;
}
/* .ft-panel ul > li:before{

    content:"\e684";
    display: block;
    position: absolute;
    left:0;
    top:0;
    font-family: 'Pe-icon-7-stroke';
    font-size:23px;
} */
.uk-nav-parent-icon>.uk-parent>a:after {
    content: "\e684";
    width: 20px;
    margin-right: -10px;
    float: right;
    font-family: 'Pe-icon-7-stroke';
    text-align: center;
}
.uk-nav-parent-icon>.uk-parent.uk-open>a:after {
    content: "\e684";
}
.ft-panel ul > li > *{
    font-size:16px;
    color:#fff;
    text-transform: uppercase;
}
.ft-panel ul > li > *:hover{
    color:#fff;
}
.ft-information p{
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    border-bottom:1px dashed rgba(255,255,255,.1);
    font-size:12px;
}
.ft-lower{
    background-color: #333;
    color: #fff;
    padding: 15px 0;
}
.ft-lower .ft-logo{
    margin-right: 30px;
}
.ft-lower .copyright {
    font-size:12px;
}
.ft-lower .copyright span{
    color:#fff;
}
@media (max-width: 768px){
    .ft-panel{
        margin-bottom:20px;
    }
}
@media (max-width: 415px){
    .ft-upper{
        padding: 20px 0;
    }
}
/*COMMENT*/
.ibox-content{
    background: #f9f9f9;
}
.ibox .ibox-header h5{
    color: #7d6741;
    font-size: 1.2em;
    text-transform: uppercase;
    color: #7d6741;
    letter-spacing: 0;
    font-weight: 400;
    border-bottom: 1px dashed #eee;
    padding-bottom: 14px;
}

.float-icon-hotline {
    display: block;
    width: 40px;
    position: fixed;
    bottom: 90px;
    right: 10px;
    z-index: 9999999;
}

.float-icon-hotline ul {
    display: block;
    width: 100%;
    padding-left: 0;
    margin-bottom: 0
}

.float-icon-hotline ul li {
    display: block;
    width: 100%;
    position: relative;
    margin-bottom: 10px;
    cursor: pointer
}

.float-icon-hotline ul li .fa {
    background-color: #ed1c24;
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 36px;
    -moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px #888;
    box-shadow: 0 0 5px #888;
    color: #fff;
    font-weight: 700;
    border-radius: 50%;
    position: relative;
    z-index: 2;
    border: 2px solid #fff;
    background-size: contain !important
}

.float-icon-hotline ul li span {
    display: inline-block;
    padding: 0;
    background-color: #ff6a00;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 20px;
    height: 40px;
    line-height: 36px;
    position: absolute;
    top: 0;
    right: 15px;
    z-index: 0;
    width: 0;
    overflow: hidden;
    -webkit-transition: all 1s;
    transition: all 1s;
    background-color: #ff6a00;
    -moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px #888;
    box-shadow: 0 0 5px #888;
    font-weight: 400;
    white-space: nowrap;
    opacity: 0
}

.float-icon-hotline ul li .fa-zalo {
    background: #ef0303 url(img/zalo1.png) center center no-repeat
}

.float-icon-hotline ul li .fa-messenger {
    background: #168efb url(img/fb.png) center center no-repeat
}

.float-icon-hotline ul li a#messengerButton {
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important
}

.float-icon-hotline ul li:hover span {
    width: 215px;
    padding-left: 10px;
    padding-right: 30px;
    opacity: 1
}

.ft-panel .social-list .social-item{
    width:30px;
    height:30px;
    text-align: center;
    line-height:30px;
    color:#000;
    margin-right:20px;
}

.fb-livechat{
    z-index: 999999;
}

/*Panel-media*/
.panel-media{
    padding-top: 60px;
    padding-bottom: 40px;
    background: #e9e9ea;
}
.panel-media .panel-head{
    margin-bottom: 30px;
}
.panel-media h3.heading-2{
    margin-bottom: 15px;
    padding-bottom: 10px;
    line-height: 1.4;
}
.panel-media h3.heading-2 > *{
    font-size: 35px;
    text-transform: uppercase;
    font-weight: 700;
    color: #000;
}
.panel-media h3.heading-2::before{
    background: #333 !important;
    width: 50px;
    height: 4px;
}
.panel-media .description{
    text-align: center;
}
.panel-media .description > *{
    font-size: 16px;
    line-height: 26px;
    color: #959595;
}
.panel-media .image{
    height: 260px;
}
.panel-media svg{
    width: 15px;
    height: 15px;
    color: #333;
}
.panel-media .info{
    padding: 0 !important;
    display: flex;
    margin-bottom: 20px;
    justify-content: space-between;
    align-items: center;
}
.panel-media .text-content{
    padding: 20px;
}
.panel-media h5.heading-4{
    margin-bottom: 0;
    max-height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.panel-media h5.heading-4 > *{
    font-size: 18px;
    color: #333;
    text-transform: uppercase;
    line-height: 24px;
    font-weight: 700;
}
.panel-media h5.heading-4 > *:hover{
    color: rgb(56,74,137) !important;
    transition: 0.2s ease;
}
.panel-media .catalogue_name{
    padding: 5px 10px;
    background: #333;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 5px;
}
.panel-media .date{
    color: #959595;
    display: flex;
    align-items: center;
}
.panel-media .date svg{
    margin-right: 8px;
}
.panel-media .date span{
    display: block;
    margin-top: 2px;
    font-weight: 500;
}
.panel-media .btn{
    width: 100%;
}
.panel-media .btn-rm{
    padding: 8px 22px 10px 22px;
    background: #333;
    color: #fff;
    font-size: 16px;
    border-radius: 30px;
}
.panel-media .btn-rm:hover{
    color: rgb(56, 74, 137) !important;
    background: none !important;
    border: 2px solid rgb(56, 74, 137);
    transition: 0.4s ease;
}
.contact .ft-panel-heading{
    text-align: left !important;
}
.contact input{
    width: 100% !important;
    height: 38px !important;
}
.contact .form-row{
    margin-bottom: 8px;
    text-align: right;
}
.contact button{
    cursor: pointer;
    background: none !important;
    border: none !important;
    outline: none;
    padding: 6px 10px;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    padding-right: 0;
}