/* ===== Header style ===== */
.pc-header { /*position: absolute;*/
    width: 100%;
    top: 0px;
    left: 0px;
    background: #000;
    z-index: 1000;
}

.pc-header.fix { background:rgba(0, 0, 0, 0.65) !important;
    position: fixed !important;
}

.pc-header.fix .topbar {
    display: none !important;
}

.pc-header.fix .logo {
    width: 120px !important;
}

.pc-header.fix .main-nav .main-menu > li > a {
    padding: 10px 0 !important;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.pc-header.fix .main-nav .main-menu > li > a:before {
    display: none !important;
}

body, h1, h2, h3, h4, h5, h6, .heading-font, .banner h1, .banner h2 {
    font-family: 'helve' !important;
}

.mobile-header.fix {
    background: rgba(0, 0, 0, 0.65) !important;
    position: fixed !important;
    width: 100%;
}

.main-nav .main-menu > li:hover .sub-menu {
    top: 72px;
    visibility: visible;
    opacity: 1;
}

.main-nav .main-menu > li .sub-menu {
    position: absolute;
    background: #0b1218;
    z-index: 22;
    width: 240px;
    margin: 0;
    padding: 0;
    list-style: none;
    top: 50px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

.pc-header.hide {
    display: none;
}

.pc-header .logo {
    width: 170px;
}

.pc-header .topbar {
    position: relative;
    padding: 15px 0;
    background: #fff;
    color: #333;
    font-size: 12px;
    line-height: 18px;
}

.pc-header .topbar a {
    color: #333;
    font-size: 14px;
}

.pc-header .topbar a:hover {
    color: #14ad56cf;
}

.pc-search .open-search {
    width: 16px;
    height: 17px;
    background: url(img/search-white.png) 0px 0px no-repeat;
    text-indent: -99999px;
}

.pc-search .wrap-form {
    top: 42px !important;
    padding: 10px;
    width: 300px;
    background: #fff;
    border-top: 3px solid #14ad56cf;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    -khtml-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.pc-search .form {
    position: relative;
    padding-right: 50px;
}

.pc-search .form .input-text {
    position: relative;
    padding: 0 10px;
    height: 34px;
    border: 1px solid #ccc;
    border-right: none;
    outline: 0;
}

.pc-search .form .input-text:focus, .pc-user .form .input-text:focus {
    border-color: #66afe9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

.pc-search .form .btn-submit {
    display: block;
    position: absolute;
    width: 50px;
    height: 34px;
    top: 0px;
    left: initial;
    right: 0px;
    background: #333;
    border: 1px solid #333;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    line-height: 34px;
    cursor: pointer;
}

.pc-search .form .input-text::-webkit-input-placeholder, .pc-user .form .input-text::-webkit-input-placeholder {
    color: #848484;
    font-size: 13px;
}

.pc-search .form .input-text::-moz-placeholder, .pc-user .form .input-text::-moz-placeholder {
    color: #848484;
    font-size: 13px;
}

.pc-search .form .input-text:-ms-input-placeholder, .pc-user .form .input-text:-ms-input-placeholder {
    color: #848484;
    font-size: 13px;
}

.pc-search .form .input-text:-moz-placeholder, .pc-user .form .input-text:-moz-placeholder {
    color: #848484;
    font-size: 13px;
}

.header-contact {
    margin-right: 15px;
}

.header-contact > li, .header-nav > li {
    float: left;
    position: relative;
}

.header-nav .site-child, .header-nav .sub-item {
    position: absolute;
    width: 220px;
    background: rgba(0, 0, 0, .8);
    display: none;
    z-index: 11;
}

.header-nav > li:hover > ul {
    display: block;
}

.header-nav .site-child > li:hover > ul {
    display: block;
}

.header-nav .site-child a, .header-nav .sub-item a {
    display: block;
    position: relative;
    padding: 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    font-family: 'UVF-ProductSans-Regular';
}

.header-nav .site-child {
    top: 100%;
    left: 0;
}

.header-nav .sub-item {
    left: 100%;
    top: 0;
}

.header-contact > li + li {
    margin-left: 20px;
}

.header-nav > li + li {
    margin-left: 15px;
    padding-left: 15px;
}

.header-nav > li + li:before {
    content: "";
    display: block;
    position: absolute;
    height: 10px;
    left: 0px;
    top: 4px;
    border-left: 1px solid #333;
}

.pc-cart {
    display: block;
    position: relative;
    width: 25px;
    height: 25px;
    background: url(img/icon_cart.png) center no-repeat;
    margin-right: 15px;
}

.pc-cart .quantity, .mobile-cart .quantity {
    display: block;
    position: absolute;
    width: 15px;
    height: 15px;
    left: initial;
    right: 0px;
    top: -7px;
    background: #ffc000;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    line-height: 15px;
    text-align: center;
}

/* .main-nav .main-menu li {position: relative;} */
.main-nav .main-menu {
}

.main-nav .main-menu li {
    position: static;
}

.main-nav .main-menu > li {
    padding: 0 10px;
}

.main-nav .main-menu > li > a {
    display: block;
    position: relative;
    padding: 33px 0px;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    font-family: 'Baomoi-SemiBold';
}

.main-nav .main-menu > li > a:before {
    content: "";
    display: none;
    position: absolute;
    width: 100%;
    height: 2px;
    top: initial;
    left: 0px;
    bottom: 20px;
    background: #333333;
}

.pc-header .container {
    position: relative;
}

.main-nav .megamenu {
    position: absolute;
    display: none;
    width: 100%;
    padding: 20px 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    background: rgba(0, 0, 0, .8);
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    -khtml-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    z-index: 1000;
}

.main-nav .main-menu > li:hover > .megamenu {
    display: block;
}

.main-nav .megamenu .title {
    margin: 0 0 15px 0;
    font-size: 17px;
    line-height: 22px;
}

.main-nav .megamenu .title a {
    color: #fff;
    font-family: 'Baomoi-SemiBold';
    text-transform: uppercase;
    font-size: 12.5px;
}

.main-nav .megamenu .submenu > li {
    margin-bottom: 10px;
}

.main-nav .megamenu .submenu a {
    display: block;
    position: relative;
    padding-left: 15px;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    font-family: 'UVF-ProductSans-Regular';
}

.main-nav .megamenu .submenu a:before {
    content: "\f101";
    display: block;
    position: absolute;
    left: 0px;
    top: -1px;
    font-size: 13px;
    font-family: FontAwesome;
}

.main-nav .megamenu .submenu a:hover {
    text-decoration: underline;
}

.main-nav .main-menu > li:hover > a {
    color: #14ad56cf;
}

.main-nav .main-menu > li:hover > a:before {
    display: block;
    background: rgba(255, 255, 255, .8);
}

.main-nav .main-menu > li.active > a:before {
    display: block;
}

.main-nav .dropdown-menu {
    position: absolute;
    display: none;
    min-width: 250px;
    top: 100%;
    left: 0px;
    border-top: 2px solid transparent;
}

.main-nav .main-menu > li:hover > .dropdown-menu {
    display: block;
}

.main-nav .sub-menu {
    background: rgba(0, 0, 0, .8);
}

.main-nav .sub-menu > li > a {
    display: block;
    position: relative;
    padding: 10px 10px 10px 20px;
    color: #fff;
    font-size: 14px;
    line-height: 18px;
}

.main-nav .sub-menu > li + li > a {
    border-top: 1px solid #333;
}

@media (max-width: 1220px) {
    .main-nav .main-menu > li {
        padding: 0 10px;
    }
}

.main-nav ul.child {
    position: absolute;
    left: 100%;
    top: 0;
    width: 220px;
    background: rgba(0, 0, 0, .8);
    display: none;
}

.main-nav ul.child > li > a {
    display: block;
    position: relative;
    padding: 10px 10px 10px 20px;
    color: #fff;
    font-size: 14px;
    line-height: 18px;
}

.main-nav ul.child > li > a:hover {
    background: #14ad56cf;
}

.main-nav ul.child > li + li > a {
    border-top: 1px solid #333;
}

.main-nav .dropdown-menu .sub-menu > li:hover ul.child {
    display: block;
}

/* ===== Mobile header ===== */
.mobile-header {
    position: relative;
    background: #fff;
    z-index: 5;
}

.mobile-header .upper {
    position: relative;
    padding: 5px 15px;
}

.mobile-header .logo {
    width: 170px;
}

.mobile-header .moblie-menu-btn {
    left: initial;
    /*right: 15px;*/
    top: 38px;
}

@media (max-width: 845px) {
    .mobile-header .logo {
        width: auto;
    }
    .mobile-header .logo img {
        height: 60px;
    }
    .search-mobile {
        display: block;
    }
    .logo-search-holine {
        text-align: center;
        position: relative;
    }
    .click-search {
        position: absolute;
        right: 0px;
        width: 45px;
        height: 35px;
        line-height: 35px;
        color: #40bc76;
        font-size: 17px;
        border-radius: 6px;
        top: 24px;
    }
    .nav-search {
        position: absolute;
        right: 0;
        top: 80px;
        z-index: 11;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }
    .nav-search input[type=text] {
        width: 100%;
        height: 46px;
        border: 1px solid #ddd;
        padding-left: 10px;
        /*border-radius: 3px;*/
        color: #fff!important;

    }
    .nav-search input:focus {
        color: #fff;
    }
    .nav-search input{
        color: #fff;
    }
    .nav-search input::placeholder{
        color: #fff;
    }
    .nav-search.open {
        visibility: visible;
        opacity: 1;
        top: 69px;
        z-index: 78;
        right: 0;
        border-radius: 7px;
        width: 100%;

    }
    ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #fff;
        opacity: 1; /* Firefox */
    }
    .service-box p{
        width: 100%;
        position: relative;
        display: block;
    }
    .nav-search.open input {
        width: 100%;
        padding: 0 20px;
        background: linear-gradient(90deg, rgba(62,148,78,1) 0%, rgba(113,188,75,1) 0%, rgba(75,188,160,1) 83%);
        color: #fff;
        border: 1px solid #fff;

    }
    .service-box ul {
        display: block;
        position: relative;
        width: auto;
        border-radius: 20px;
        background-color: #fff;
        padding: 0;
    }
    .service-box li {
        position: relative;
        display: block;
        padding: 20px 40px;
    }
    .content-page {
        background-color: #ececec;
        padding: 15px 0px;
        margin-top: 0;
    }
}

@media (max-width: 567px) {
    .mobile-header .logo {
        width: auto;
    }
    .mobile-header .logo img {
        height: 60px;
    }
}

/* breadcrumb */
.breadcrumb-rl {
    height: auto;
    padding: 0!important;
    background: none!important;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;

}

.breadcrumb-rl:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.breadcrumb {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 100%;
    background: transparent;
    text-align: center;
    padding-top: 100px;
}

.breadcrumb .main-title {
    font-family: 'Baomoi-SemiBold' !important;
    font-size: 24px;
    color: #fff;
    margin: 0 0 15px 0;
    text-transform: uppercase;
    line-height: 1.3;
}

.breadcrumb .uk-breadcrumb {
    display: inline-block;
}

.breadcrumb .uk-breadcrumb a {
    color: #fff;
    font-family: 'UVF-ProductSans-Regular' !important;
    font-size: 14px;
    letter-spacing: 0.5px;
}

.breadcrumb .uk-breadcrumb a:hover {
    color: #d51c24 !important;
}

/* categories */ /* ######################## categories ######################## */
.pc-categories {
    position: relative;
}

.pc-categories .heading {
    position: relative;
    margin: 0;
    background: #d51c24;
    font-size: 15px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: normal;
    font-family: 'Baomoi-SemiBold', sans-serif;
    padding-left: 25px;
}

.pc-categories .heading:before {
    position: absolute;
    content: "\f0c9";
    display: block;
    left: 18px;
    top: 11px;
    font-family: 'FontAwesome';
    color: #fff;
}

.pc-categories .heading a {
    display: block;
    position: relative;
    padding: 15px 15px 11px 20px;
    color: #fff;
}

.pc-categories .heading a:before {
    content: "";
    display: block;
    position: absolute;
    width: 14px;
    height: 10px;
    left: initial;
    right: 15px;
    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%);
    background: url(img/bar.html) 0px 0px no-repeat;
}

.pc-categories .panel-body {
    position: absolute;
    display: none;
    width: 100%;
    top: 100%;
    left: 0px;
    background: #fff;
    border: 1px solid #dadada;
    border-top-color: transparent;
    -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
}

.pc-categories:hover .panel-body {
    display: block;
}

.pc-header.fixed .pc-categories .panel-body {
    display: none;
}

.pc-categories .main-cat > li > a {
    display: block;
    position: relative;
    padding: 10px 20px 10px 50px;
    font-size: 15px;
    color: #333;
    font-family: 'UVF-ProductSans-Regular' !important;
}

.pc-categories .main-cat li > a:after {
    content: '';
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    background: url('img/book-icon.png');
    left: 15px;
    top: 11px;
}

.pc-categories .main-cat > li + li > a {
    border-top: 1px solid #dddddc;
}

.pc-categories .main-cat > li > a:before {
    content: "";
    display: none;
    position: absolute;
    height: 42px;
    width: 3px;
    top: -1px;
    left: -1px;
    background: #0f9ed8;
}

.pc-categories .main-cat > li > a .icon {
    display: block;
    position: absolute;
    width: 17px;
    left: 20px;
}

.pc-categories .main-cat > li > a .value {
    display: block;
    height: 20px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.pc-categories .main-cat > li > a:hover {
    color: #a9171d;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.pc-categories .main-cat > li > a:hover:before {
    display: block;
}

@media (min-width: 1220px) {
    .pc-categories.active .panel-body {
        display: block;
        -moz-box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.35);
        -webkit-box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.35);
        box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.35);
        z-index: 3;
        position: relative;
    }
}

/* >>>>> Slide, slider, sildeshow */
.main-slide {
    margin: 0 0 10px 0;
}

.main-slideshow {
    margin: 0 0 50px 0;
}

.main-slideshow .uk-slidenav, .page-slideshow .uk-slidenav {
    display: block;
    width: 35px;
    height: 100px;
    opacity: .8;
    background: rgba(0, 0, 0, .3);
    color: #fff;
    font-size: 25px;
    line-height: 100px;
}

.main-slideshow .uk-slidenav:hover, .page-slideshow .uk-slidenav:hover {
    opacity: 1;
}

.main-slideshow .uk-slidenav-previous, .page-slideshow .uk-slidenav-previous {
    left: 0px;
}

.main-slideshow .uk-slidenav-next, .page-slideshow .uk-slidenav-next {
    right: 0px;
}

.main-slideshow .uk-dotnav, .page-slideshow .uk-dotnav {
    margin: 0;
    bottom: 15px;
}

.main-slideshow .uk-dotnav > * + *, .page-slideshow .uk-dotnav > * + * {
    margin-left: 3px
}

.main-slideshow .uk-dotnav > * > *, .page-slideshow .uk-dotnav > * > * {
    width: 14px;
    height: 14px;
    background: #000;
    opacity: 0.6;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.main-slideshow .uk-dotnav > .uk-active > *, .page-slideshow .uk-dotnav > .uk-active > * {
    background: #fff;
}

@media (max-width: 1220px) {
    .main-slideshow {
        margin: 0 0 35px 0;
    }
}

@media (max-width: 960px) {
    .main-slideshow {
        margin: 0 0 25px 0;
    }

    .main-slideshow .uk-slidenav, .page-slideshow .uk-slidenav {
        display: none;
        visibility: hidden;
        opacity: 0;
    }
}

@media (max-width: 767px) {
    .main-slideshow {
        margin: 0 0 20px 0;
    }

    .main-slideshow .uk-dotnav, .page-slideshow .uk-dotnav {
        display: none;
        visibility: hidden;
        opacity: 0;
    }
}

@media (max-width: 567px) {
    .main-slideshow {
        margin: 0 0 15px 0;
    }
}

/* BODY */
.heading-1 {
    font-family: 'Baomoi-SemiBold' !important;
    position: relative;
    margin: 0;
    padding-bottom: 35px;
    font-size: 30px;
    line-height: 36px;
    text-transform: uppercase;
}

.heading-1:before {
    content: "";
    display: block;
    position: absolute;
    width: 132px;
    height: 12px;
    top: initial;
    bottom: 0px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    background: url(img/heading-bg.png) 0px 0px no-repeat;
}

.heading-2 > *, .heading-1 > * {
    color: #333;
}

.heading-2 {
    font-family: 'Baomoi-SemiBold' !important;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    position: relative;
}

.star {
    margin: 0 0 10px 0;
    color: rgb(255, 190, 0);
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: bold;
    text-align: center;
}

.page-panel {
    margin: 0 0 30px 0;
}

.page-panel .panel-head {
    text-align: center;
}

.wrap-price {
    text-align: center;
}

.wrap-price .new {
    color: #d43b27;
    font-family: 'Baomoi-SemiBold';
    font-size: 14px;
    font-weight: bold;
    margin: 0 10px 0 0;
}

.wrap-price .old {
    color: #bebebe;
    font-weight: bold;
}

/* ########################## HOME CATEGORY ##################### */
.home-category {
    margin: 0 0 50px 0;
}

.home-category .list-cat .cat {
    position: relative;
}

.home-category .list-cat .info {
    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%);
    text-align: center;
}

.home-category .list-cat .info .title {
    font-family: 'Baomoi-SemiBold';
    font-size: 20px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    line-height: 24px;
}

.home-category .list-cat .info .title > * {
    color: #fff;
}

@media (min-width: 1200px) {
    .home-category .list-cat .info .title {
        width: 286px;
        margin: 0 auto;
    }
}

.readmore {
    margin: 15px 0 0 0;
}

.readmore > * {
    position: relative;
    display: inline-block;
    padding: 7px 30px;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    background: #14ad56cf;
    color: #fff;
    cursor: pointer;
}

.readmore > *:hover {
    background: #d0650b;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.home-category .list-cat .image {
    height: 286px;
}

/* homepage gallery */
.homepage-gallery {
}

.homepage-gallery .panel-head {
    margin: 0 0 20px 0;
}

/* HOMEPAGE SALE OFF */ /*  home-saleoff */
.home-saleoff {
}

.home-saleoff .panel-head {
    text-align: center;
    margin: 0 0 30px 0;
}

.home-saleoff .panel-head .heading {
    color: #333;
    font-size: 24px;
    font-family: 'Baomoi-SemiBold' !important;
    text-transform: uppercase;
    margin: 0 0 20px 0;
}

.home-saleoff .panel-head .description {
    font-size: 14px;
    font-family: 'UVF-ProductSans-Regular' !important;
    width: 60%;
    margin: 0 auto;
    font-weight: normal;
    letter-spacing: 0.5px;
}

.list-saleoff .product {
    border: 1px solid #e6e6e6;
    margin: 7px;
    padding: 7px;
}

.list-saleoff .product .cart {
    margin: 15px 0 0 0;
    display: block;
    text-align: center;
    position: relative;
    background: #14ad56cf;
    color: #fff;
    font-size: 13px;
    font-family: 'Baomoi-SemiBold';
    letter-spacing: 0.5px;
    text-transform: uppercase;
    padding: 10px 0;
}

.list-saleoff .product .cart:before {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    right: 15px;
    background: url(img/shopping-icon.png);
    width: 23px;
    height: 26px;
}

.list-saleoff .product .cart:hover {
    background: #0f102a;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.list-saleoff .product .cart > * {
    color: #fff;
    display: block;
}

.list-saleoff .product:hover {
    -moz-box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.35);
    box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.35);
}

.list-saleoff .product .thumb {
    margin: 0 0 5px 0;
}

.list-saleoff .product .thumb .image {
    height: 240px;
}

.list-saleoff .product .info {
}

.list-saleoff .product .info .title {
    font-family: "Baomoi-SemiBold" !important;
    height: 38px;
    overflow: hidden;
    position: relative;
    font-size: 14px;
    margin: 0 0 5px 0;
    text-overflow: ellipsis;
    text-align: center;
    border-bottom: 1px solid #ebebeb;
    text-transform: uppercase;
}

.list-saleoff .product .info .title > * {
    color: #333;
}

.list-saleoff .product .info .title > *:hover {
    color: #14ad56cf;
}

.list-saleoff .product .info .author {
    color: #bebebe;
    font-family: 'Baomoi-SemiBold' !important;
    font-size: 12px;
    letter-spacing: 0.5px;
}

/*################## HOMEPAGE PRDCATEGORY ########################## */
.homepage-prdcategory {
    margin: 0 0 30px 0;
}

.homepage-prdcategory .panel-head {
    margin: 0 0 15px 0;
}

.homepage-prdcategory .panel-head .description {
    font-family: 'UVF-ProductSans-Regular';
    font-size: 15px;
    line-height: 168%;
}

.homepage-prdcategory .product {
    margin: 0;
}

.homepage-prdcategory .list-saleoff li {
    margin: 0 0 10px 0;
}

.homepage-prdcategory .list-saleoff .product .image {
    height: 270px;
}

/* WHY US */ /* >>>>>>WHY US <<<<<<<<< */
.home-whyus {
    position: relative;
    background: url(img/commit-bg.jpg);
    background-size: cover;
    padding: 30px 0;
}

.home-whyus * {
    color: #fff !important;
}

.home-whyus .list-whyus {
    text-align: center;
}

.home-whyus .list-whyus .article {
    position: relative;
    z-index: 5;
}

.home-whyus .list-whyus .thumb {
    margin: 0 0 10px 0;
}

.home-whyus .list-whyus .info {
}

.home-whyus .list-whyus .info .title {
    font-size: 20px;
}

.home-whyus .list-whyus .info .title > * {
    color: #333;
    font-family: 'Baomoi-SemiBold';
    letter-spacing: 0.5px;
}

.home-whyus .list-whyus .info .description {
    font-size: 15px;
    color: #333;
    line-height: 168%;
    font-family: 'UVF-ProductSans-Regular';
}

/* HOMEPAGE NEWS */ /* >>>>> .homepage-news <<<<< */
.homepage-news {
    padding: 25px 0 15px 0;
    background: #fff;
}

.homepage-news .heading, .artcatalogue:not(.artsame) .heading {
    position: relative;
    margin: 0 0 35px 0;
    font-size: 18px;
    font-weight: normal;
    font-family: 'UTM Avo Bold';
    line-height: 24px;
    text-transform: uppercase;
    text-align: center;
}

@media (min-width: 1200px) {
    .homepage-news .heading, .artcatalogue:not(.artsame) .heading {
        padding-bottom: 15px;
    }
}

.homepage-news .heading > *, .artcatalogue:not(.artsame) .heading > * {
    color: #333;
}

@media (max-width: 768px) {
    .artcatalogue:not(.artsame) .heading > * {
        color: #fff;
    }
    .list-saleoff .product .info .title{font-size: 11px;}
    .list-saleoff .product .thumb .image, .homepage-prdcategory .list-saleoff .product .image img {object-fit: cover !important;}
}

.artcatalogue .list-article > li {
    margin-bottom: 20px;
}

.homepage-news .panel {
    margin-bottom: 25px;
}

.homepage-news .article .thumb, .artcatalogue .article .thumb {
    position: relative;
    overflow: hidden;
}

.homepage-news .article .thumb .icon, .artcatalogue .article .thumb .icon {
    display: block;
    position: absolute;
    width: 45px;
    height: 45px;
    top: initial;
    bottom: 0px;
    left: 0px;
    background: rgba(253, 185, 77, .8);
    text-align: center;
    line-height: 45px;
    z-index: 1;
}

.homepage-news .article .infor, .artcatalogue .article .infor {
    padding: 15px 10px;
    border: 1px solid #d5d5d5;
    border-top: none;
}

.homepage-news .article .title, .artcatalogue .article .title {
    max-height: 40px;
    margin: 0 0 8px 0;
    font-size: 15px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.homepage-news .article .title a, .artcatalogue .article .title a {
    color: #333;
}

.homepage-news .article .title a:hover, .artcatalogue .article .title a:hover {
    color: #14ad56cf;
}

.homepage-news .article .meta, .artcatalogue .article .meta {
    margin: 0 0 10px 0;
}

.homepage-news .article .meta > *, .artcatalogue .article .meta > * {
    display: block;
    position: relative;
    padding-left: 20px;
    color: #898989;
    font-size: 12px;
    line-height: 16px;
}

.homepage-news .article .meta > * + *, .artcatalogue .article .meta > * + * {
    margin-left: 15px;
}

.homepage-news .article .meta .created, .artcatalogue .article .meta .created {
    background: url(img/calendar.html) 0px 0px no-repeat;
}

.homepage-news .article .meta .category, .artcatalogue .article .meta .category {
    padding-left: 15px;
    background: url(img/tag.html) 0px 0px no-repeat;
}

.homepage-news .article .description, .artcatalogue .article .description {
    margin: 0 0 5px 0;
    height: 60px;
    color: #000;
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.homepage-news .article .viewmore, .artcatalogue .article .viewmore {
    text-align: right
}

.homepage-news .article .viewmore a, .artcatalogue .article .viewmore a {
    color: #14ad56cf;
    font-size: 14px;
    line-height: 20px;
}

.homepage-news .article .viewmore a:hover, .artcatalogue .article .viewmore:hover {
    text-decoration: underline;
}

@media (min-width: 960px) {
    .homepage-news .heading:before, .artcatalogue:not(.artsame) .heading:before {
        content: "";
        display: block;
        position: absolute;
        width: 75px;
        height: 3px;
        top: initial;
        bottom: 0px;
        left: 0px;
        right: 0px;
        margin: 0 auto;
        background: #fdb94d;
    }

    .homepage-news .heading:after, .artcatalogue:not(.artsame) .heading:after {
        content: "";
        display: block;
        position: absolute;
        width: 0;
        height: 0;
        top: initial;
        bottom: 3px;
        right: 0px;
        left: 0px;
        margin: 0 auto;
        border-bottom: 5px solid #fdb94d;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
    }

    .artsame .heading {
        position: relative;
        margin: 0 0 25px 0;
        padding-bottom: 10px;
        font-size: 16px;
        font-weight: normal;
        font-family: 'UTM Avo Bold';
        text-transform: uppercase;
        line-height: 20px;
    }

    .artsame .heading:before {
        content: "";
        display: block;
        position: absolute;
        width: 65px;
        height: 3px;
        top: initial;
        bottom: 0px;
        left: 0px;
        background: #fdb94d;
    }

    .artsame .heading > * {
        color: #333;
    }
}

@media (min-width: 1220px) {
    .homepage-news .heading, .artcatalogue:not(.artsame) .heading {
        font-size: 20px;
    }

    .homepage-news .article .image {
        height: 205px;
    }

    .artcatalogue .article .image {
        height: 220px;
    }
}

@media (max-width: 1220px) {
    .homepage-news .list-article, .artcatalogue .list-article {
        margin-left: -10px;
    }

    .homepage-news .list-article > li, .artcatalogue .list-article > li {
        padding-left: 10px;
    }

    .artcatalogue .list-article > li {
        margin-bottom: 10px;
    }

    .homepage-news .article .meta, .artcatalogue .article .meta {
        display: none;
    }
}

@media (min-width: 960px) and (max-width: 1220px) {
    .homepage-news .article .image, .artcatalogue .article .image {
        height: 175px;
    }
}

@media (max-width: 960px) {
    .homepage-news {
        padding: 20px 0 5px 0;
    }

    .homepage-news .panel {
        margin-bottom: 15px;
    }

    .homepage-news .heading, .artcatalogue .heading, #service-page .panel .heading, .heading-1 {
        position: relative;
        margin: 0 0 10px 0;
        padding: 0 !important;
        background: #14ad56cf;
        font-size: 14px;
        font-weight: normal;
        font-family: 'UTM Avo Bold';
        line-height: 20px;
        text-align: left;
        text-transform: uppercase;
    }

    .homepage-news .heading:before, .artcatalogue .heading:before, #service-page .panel .heading:before, .heading-1:before {
        content: "";
        display: block;
        position: absolute;
        height: 100%;
        width: 3px;
        left: 0px;
        top: 0px;
        background: rgba(0, 0, 0, .15);
    }

    .homepage-news .heading > *, .artcatalogue .heading > *, #service-page .panel .heading > *, .heading-1 > * {
        display: block;
        padding: 10px 10px 10px 15px;
        color: #fff;
    }

    .homepage-news .heading > *:before, .artcatalogue .heading > *:before, #service-page .panel .heading > *:before, .heading-1 > *:before {
        content: "\f054";
        display: block;
        position: absolute;
        left: initial;
        right: 10px;
        top: 10px;
        color: #fff;
        font-family: FontAwesome;
        font-size: 10px;
    }
}

@media (min-width: 768px) and (max-width: 960px) {
    .homepage-news .article .image, .artcatalogue .article .image {
        height: 265px;
    }
}

@media (min-width: 700px) and (max-width: 767px) {
    .homepage-news .article .image, .artcatalogue .article .image {
        height: 235px;
    }
}

@media (max-width: 700px) {
    .homepage-news .heading, .artcatalogue .heading, #service-page .panel .heading, .heading-1 {
        font-size: 13px;
        line-height: 18px;
    }

    .homepage-news .article .infor, .artcatalogue .article .infor {
        padding: 10px 10px;
    }
}

@media (min-width: 568px) and (max-width: 700px) {
    .homepage-news .article .image, .artcatalogue .article .image {
        height: 200px;
    }
}

@media (max-width: 567px) {
    .homepage-news .article .infor, .artcatalogue .article .infor {
        padding: 5px 5px 10px 5px;
    }

    .homepage-news .article .title, .artcatalogue .article .title {
        margin: 0 0 5px 0;
        max-height: 36px;
        font-size: 14px;
        line-height: 18px;
    }

    .homepage-news .article .description, .artcatalogue .article .description {
        margin: 0;
        height: 54px;
        font-size: 13px;
        line-height: 18px;
    }

    .homepage-news .article .viewmore, .artcatalogue .article .viewmore {
        display: none;
    }
}

@media (min-width: 480px) and (max-width: 567px) {
    .homepage-news .article .image, .artcatalogue .article .image {
        height: 160px;
    }
}

@media (max-width: 479px) {
    .homepage-news .article .image, .artcatalogue .article .image {
        height: 130px;
    }
}

@media (max-width: 350px) {
    .homepage-news .list-article, .artcatalogue .list-article {
        margin-left: 0;
    }

    .homepage-news .list-article > li, .artcatalogue .list-article > li {
        width: 100%;
        padding-left: 0;
        margin-bottom: 0;
    }

    .homepage-news .list-article > li + li, .artcatalogue .list-article > li + li {
        margin-top: 10px;
    }

    .homepage-news .article .image, .artcatalogue .article .image {
        height: 205px;
    }

    .homepage-news .article .infor, .artcatalogue .article .infor {
        padding: 10px 10px 15px 10px;
    }

    .homepage-news .article .title, .artcatalogue .article .title {
        margin: 0 0 8px 0;
        max-height: none;
        font-size: 15px;
        line-height: 20px;
    }

    .homepage-news .article .description, .artcatalogue .article .description {
        max-height: none;
        font-size: 14px;
        line-height: 20px;
    }
}

/* HOMEPAGAE CUSTOMER */
.homepage-customer {
}

.homepage-customer .panel-head .description {
    font-family: 'UVF-ProductSans-Regular';
    font-size: 15px;
    line-height: 168%;
    color: #333333;
}

.homepage-customer .panel-head {
    margin: 0 0 20px 0;
}

.list-customer {
}

.list-customer .article {
    padding: 20px;
}

@media (min-width: 1200px) {
    .list-customer .article.hohi {
        min-height: 417px;
        background: #14ad56cf;
        padding: 60px;
        color: #fff;
    }

    .list-customer .article.hohi .overlay-description p, .list-customer .article.hohi .info h3 a {
        color: #fff !important;
        margin-left: 15px;
    }
}

.list-customer .article * {
    color: #333 !important;
}

.list-customer .article .thumb {
    margin: 0 0 10px 0;
    text-align: center;
}

.list-customer .article .thumb:hover {
}

.list-customer .article .thumb .image img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
}

.list-customer .article .thumb .image {
    height: 110px;
    width: 110px;
}

.list-customer .article .thumb .overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1;
    opacity: 0;
    background: rgba(236, 102, 126, 0.6);
    cursor: pointer;
    color: #fff;
    padding: 40px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
}

.overlay .overlay-description * {
    font-family: 'UVF-ProductSans-Regular';
}

.overlay {
    margin: 0 0 15px 0;
    padding: 0 0 15px 0;
    border-bottom: 1px solid #ccc;
}

.list-customer .article .thumb:hover .overlay {
    opacity: 1;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.list-customer .article .title {
    text-align: center;
    font-family: 'Baomoi-SemiBold';
    font-size: 15px;
    text-transform: uppercase;
}

.list-customer .article .title * {
    color: #333333;
}

.list-customer .article .title *:hover {
    color: #ec667e;
}

/* homepage news */
.home-news {
}

.home-news .panel-head .description * {
    font-family: 'UVF-ProductSans-Regular' !important;
    font-size: 15px !important;
    line-height: 168% !important;
}

.list-news .thumb {
    margin: 0 0 10px 0;
}

.list-news .info {
    text-align: center;
}

.list-news .info .title * {
    color: #333333;
    font-family: 'Baomoi-SemiBold';
    letter-spacing: 0.5px;
    font-size: 16px;
}

.list-news .info .title *:hover {
    color: #ec667e;
}

/* Product detail */
.prd-detail {
    margin: 0 0 15px 0;
}

.prd-detail .panel-head, .prd-detail .panel-body {
    margin-bottom: 10px;
}

.prd-gallerys .slider .product .thumb {
    margin-bottom: 0 !important;
}

.prd-gallerys .slider .product .thumb .image {
    height: 480px;
}

.homepage-gallery .prd-gallerys .slider .product .thumb .image {
    height: 395px;
}

.prd-gallerys ul li .img {
    /* height: 200px; */
    margin-bottom: 20px;
}

.prd-gallerys ul li .img img{
    height: 200px;
}

.prd-gallerys .lSSlideOuter .lSPager.lSGallery li {
    position: relative;
    display: block;
    background: #fff;
    border: 1px solid #af8349;
}

.prd-gallerys .lSSlideOuter .lSPager.lSGallery li a {
    margin: 0;
    display: block;
    padding: 2px;
    -webkit-box-shadow: inset 0px 0px 0px 4px #f6f6f6;
    -moz-box-shadow: inset 0px 0px 0px 4px #f6f6f6;
    -ms-box-shadow: inset 0px 0px 0px 4px #f6f6f6;
    -o-box-shadow: inset 0px 0px 0px 4px #f6f6f6;
    box-shadow: inset 0px 0px 0px 4px #f6f6f6;
    height: 81px;
}

.prd-gallerys .lSSlideOuter .lSPager.lSGallery li a img {
    object-fit: scale-down;
    display: block;
    width: 100%;
    height: 100%;
}

.prd-detail .prd-title {
    margin: 0 0 10px 0;
    font-size: 24px;
    line-height: 24px;
    color: #000;
    text-transform: uppercase;
}

.prd-detail .prd-infor .meta {
    margin: 0 0 10px 0;
    padding-bottom: 10px;
    border-bottom: 1px dotted #c8c8c8;
}

.prd-detail .prd-price {
    font-size: 15px;
    line-height: 20px;
    font-family: 'UTM Avo Bold', sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    color: #e51b24;
}

.prd-detail .prd-infor .rate {
    font-size: 14px;
    color: #ffc000;
    letter-spacing: 1px;
}

.prd-detail .prd-excerpt {
    margin: 0 0 15px 0;
    font-size: 16px;
    line-height: 20px;
    color: #000;
}

.prd-detail .prd-excerpt ul {
    list-style: none
}

.prd-detail .prd-excerpt ul li {
    position: relative;
    padding-left: 20px;
    background: url(img/icon_batquai.html) 0px 4px no-repeat;
}

.prd-detail .prd-excerpt ul li + li {
    margin-top: 5px;
}

.prd-detail .prd-description {
    margin: 0 0 15px 0;
    font-size: 13px;
    line-height: 20px;
    color: #666;
}

.prd-detail .prd-description p {
    margin: 0 0 5px 0;
}

.prd-detail .prd-property {
    margin: 0 0 15px 0;
}

.prd-detail .prd-property .btn {
    float: left;
    display: block;
    height: 42px;
    background: url(img/bg-buy-now.html) center;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -ms-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    line-height: 42px;
    width: 212px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}

.prd-detail .prd-property .btn.btn-add-to-cart {
    background: url(img/bg-add-to-cart.html) center;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -ms-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
}

.prd-detail .prd-property .btn + .btn {
    margin-left: 10px;
}

.prd-detail .nav-tabs li {
    float: left;
    position: relative;
    padding: 10px 25px;
    bottom: -3px;
    z-index: 5;
    border: 1px solid transparent;
    border-top: 4px solid transparent;
    cursor: pointer;
    font-size: 18px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: bold;
    color: #666;
}

.prd-detail .nav-tabs li:hover {
    color: #14ad56cf;
}

.prd-detail .nav-tabs li.uk-active {
    background: #fff;
    border: 1px solid #c8c8c8;
    border-top: 2px solid #14ad56cf;
    border-bottom-color: #fff;
    color: #14ad56cf;
    font-family: 'Baomoi-SemiBold';
    letter-spacing: 0.5 ps;
}

.prd-detail .suggest-list {
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .6);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .6);
    border-top: 1px solid #ccc;
}

.prd-detail .tab-content {
    padding: 20px;
    background: #fff;
    border: 1px solid #c8c8c8;
}

.prd-content-mobile {
    margin-bottom: 10px;
}

.prd-content-mobile ul > li + li {
    margin-top: 5px;
}

.prd-content-mobile .accordion-label {
    display: block;
    position: relative;
    padding: 8px 15px;
    background: #f6f7f8;
    border: 1px solid #e1e1e1;
    color: #333;
    font-size: 16px;
    line-height: 20px;
}

.prd-content-mobile .accordion-label:before {
    content: "\f054";
    display: block;
    position: absolute;
    font-family: FontAwesome;
    font-size: 12px;
    color: #666;
    left: initial;
    right: 10px;
    top: 8px;
}

.prd-content-mobile .accordion-label.uk-active:before {
    content: "\f078";
    color: #fff;
}

.prd-content-mobile .accordion-label.uk-active {
    border-color: #14ad56cf;
    background: #14ad56cf;
    color: #fff;
}

.prd-content-mobile .accordion-content {
    margin-top: 10px;
    padding: 15px 10px 10px 10px;
    border: 1px solid #e1e1e1;
    background: #fff;
}

.prd-infor .subtitle {
    color: #007ff0;
    font-size: 14px;
    font-family: 'UVF-ProductSans-Regular';
    margin: 0 0 10px 0;
    font-style: italic;
    position: relative;
    padding-left: 25px;
}

.prd-infor .subtitle:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: -2px;
    width: 20px;
    height: 20px;
    background: url(img/gift.html) no-repeat;
    background-size: 100%;
}

.prd-icon {
    margin: 0 0 10px 0;
    border-bottom: 1px solid #d4d3d3;
    padding: 0 0 10px 0;
}

.prd-icon li {
    float: left;
    margin-right: 10px;
}

.prd-icon li * {
    font-size: 13px;
    color: #333333;
}

.prd-icon li span > b {
    font-family: 'UVF-ProductSans-Regular'
}

.detail-info {
}

.detail-info .right {
    padding-left: 10px;
}

.detail-info .right .list-detail-support {
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #d4d3d3;
}

.detail-info .right .list-detail-support li {
    position: relative;
    padding: 10px 0;
}

.detail-info .right .list-detail-support li .article {
}

.detail-info .right .list-detail-support li .article .icon {
    width: 35px;
    float: left;
    vertical-align: middle;
}

.detail-info .right .list-detail-support li .article .icon img {
    width: 100%;
    height: 100%;
}

.detail-info .right .list-detail-support li .article .detail {
    width: calc(100% - 35px);
    width: -webkit-calc(100% - 35px);
    width: -moz-calc(100% - 35px);
    width: -o-calc(100% - 35px);
    float: left;
    padding-left: 5px;
}

.detail-info .right .list-detail-support li h5 {
    font-family: 'Baomoi-SemiBold';
    font-size: 14px;
    tex-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: normal;
    margin: 0 0 5px 0;
}

.detail-info .right .list-detail-support li span {
    font-style: italic;
    font-size: 13px;
    font-family: 'UVF-ProductSans-Regular';
}

.detail-info .left {
    padding-right: 10px;
    border-right: 1px solid #d4d3d3;
    height: 100%;
}

.detail-info .left p { /*font-family:'UVF-ProductSans-Regular';*/
    font-size: 15px;
}

.detail-info .left p span.label {
    width: 120px;
    color: #999;
    display: inline-block;
}

.detail-info .left p span.main-price {
    color: #ff5c00;
    font-size: 20px;
    font-family: 'Baomoi-SemiBold';
}

.detail-info .left p span.value {
}

.detail-info .left p span.percent {
    color: #63c54c;
}

.prd-description {
    border-top: 1px solid #d4d3d3;
    margin: 10px 0 0 0;
    padding: 10px 0 0 0;
}

.prd-description, .prd-description * {
    font-size: 13px;
}

@media (min-width: 1220px) {
    .prd-detail {
        margin: 0 0 25px 0;
    }

    .prd-detail .panel-head {
        margin-bottom: 30px;
    }

    .prd-detail .panel-body {
        margin-bottom: 20px;
    }

    .prd-detail .prd-title {
        margin: 0 0 15px 0;
        font-size: 24px;
        line-height: 35px;
        font-family: 'Baomoi-SemiBold';
        letter-spacing: 0.5px;
    }

    .prd-detail .prd-infor .meta {
        margin: 0 0 20px 0;
    }

    .prd-detail .prd-price {
        font-size: 16px;
        font-family: 'Baomoi-SemiBold';
    }

    .prd-detail .prd-description {
        margin: 0 0 25px 0;
    }

    .prd-detail .prd-property {
        margin: 0 0 25px 0;
    }
}

@media (min-width: 960px) and (max-width: 1220px) {
    .prd-detail .prd-property .btn {
        width: -webkit-calc(50% - 5px);
        width: -moz-calc(50% - 5px);
        width: -ms-calc(50% - 5px);
        width: -o-calc(50% - 5px);
        width: calc(50% - 5px);
    }
}

@media (max-width: 567px) {
    .prd-detail .prd-property .btn {
        float: none;
        width: 150px;
        height: 32px;
        line-height: 32px;
    }

    .prd-detail .prd-property .btn + .btn {
        margin: 5px 0 0 0;
    }
}

@media (max-width: 767px) {
    .prd-detail .prd-gallerys {
        margin-bottom: 10px;
    }
}

.prd-detail .prd-buy {
    position: relative;
    margin-bottom: 15px;
}

.prd-detail .prd-buy .wrap-quantity {
    display: block;
    position: relative;
    width: 60px;
    margin: 0 15px;
}

.prd-detail .prd-buy .input-text {
    height: 30px;
    line-height: 30px;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    padding: 0 10px;
    text-align: center;
}

.prd-detail .prd-buy .btn {
    display: block;
    position: absolute;
    font-size: 14px;
    line-height: 15px;
    left: initial;
    right: 5px;
    color: #898989;
}

.prd-detail .prd-buy .abatement {
    top: 0px;
}

.prd-detail .prd-buy .augment {
    bottom: 0px;
}

.prd-detail .prd-buy .status {
    display: block;
    position: relative;
    padding-left: 25px;
    background: url(img/Cart-Y.png) 0px 50% no-repeat;
    font-size: 15px;
    font-weight: bold;
    color: #009688;
}

.prd-detail .share-box {
    margin: 0 0 5px 0;
}

.prd-detail .btn-groups {
    margin-left: -15px;
    margin-bottom: 10px;
}

.prd-detail .btn-groups > li {
    float: left;
    width: 50%;
    padding-left: 15px;
}

.prd-detail .btn-groups .btn {
    display: block;
    position: relative;
    padding: 10px 10px 10px 50px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    line-height: 20px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

.prd-detail .btn-groups .btn:before {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    width: 50px;
    top: 0px;
    left: 0px;
}

.prd-detail .btn-groups .btn-buy {
    background: #da251c;
    font-family: 'Baomoi-SemiBold' !important;
    text-transform: uppercase;
}

.prd-detail .btn-groups .btn-buy:before {
    background: url(img/ShoppingCart-32.png) 50% 50% no-repeat;
    border-right: 1px solid #fff;
}

.prd-detail .btn-groups .btn-buy.phone:before {
    background: url(img/phone-contact.png) 50% 50% no-repeat;
}

/* ######################## Article ######################## */
.artcatalogue {
    margin-bottom: 25px !important;
}

.artcatalogue .panel-body {
    padding: 0 0 10px 0;
}

.artcatalogue .list-article > li {
    margin-bottom: 15px;
}

.artcatalogue .article {
    position: relative;
}

.artcatalogue .article .thumb {
    position: relative;
    float: left;
    width: 250px;
}

.artcatalogue .article .infor {
    position: relative;
    float: left;
    width: -moz-calc(100% - 250px);
    width: -webkit-calc(100% - 250px);
    width: -ms-calc(100% - 250px);
    width: -o-calc(100% - 250px);
    width: calc(100% - 250px);
    padding-left: 15px;
}

.artcatalogue .article .title {
    margin: 0 0 10px 0;
    font-size: 20px;
    line-height: 22px;
}

.artcatalogue .article .title a {
    display: block;
    color: #333;
    font-family: 'Baomoi-SemiBold' !important;
    text-transform: uppercase;
    font-size: 14px;
}

.artcatalogue .article .title a:hover {
    color: #14ad56cf;
}

.artcatalogue .article .meta {
    margin: 0 0 8px 0;
    font-size: 14px;
    line-height: 18px;
    color: #999;
}

.artcatalogue .article .meta .fa {
    position: relative;
    margin-right: 5px;
    top: -1px;
    font-size: 12px;
}

.artcatalogue .article .meta > * + * {
    margin-left: 15px;
}

.artcatalogue .article .description {
    max-height: 80px;
    color: #333333;
    font-size: 15px;
    font-family: 'UVF-ProductSans-Regular' !important;
    line-height: 20px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis
}

@media (min-width: 767px) {
    .artcatalogue .article .image {
        height: 165px;
    }
}

@media (min-width: 1220px) {
    .artcatalogue .panel-body {
        padding: 0;
    }

    .artcatalogue .list-article > li {
        margin-bottom: 20px;
    }

    .artcatalogue .article .infor {
        padding-left: 20px;
    }
}

@media (max-width: 767px) {
    .artcatalogue .article .title {
        font-size: 18px;
        line-height: 20px;
    }

    .artcatalogue .article .meta {
        display: none;
    }
}

@media (min-width: 479px) and (max-width: 767px) {
    .artcatalogue .article .thumb {
        width: 180px;
    }

    .artcatalogue .article .infor {
        position: relative;
        width: -moz-calc(100% - 180px);
        width: -webkit-calc(100% - 180px);
        width: -ms-calc(100% - 180px);
        width: -o-calc(100% - 180px);
        width: calc(100% - 180px);
    }

    .artcatalogue .article .image {
        position: relative;
        height: 125px;
    }

    .artcatalogue .article .description {
        max-height: 60px;
    }
}

@media (max-width: 567px) {
    .artcatalogue .article .thumb {
        width: 35%;
        padding: 0;
        border: none;
    }

    .artcatalogue .article .image {
        height: 120px;
    }

    .artcatalogue .article .infor {
        width: 65%;
    }

    .artcatalogue .article .title {
        margin: 0 0 10px 0;
        font-size: 16px;
        line-height: 20px;
    }

    .artcatalogue .article .description {
        max-height: 40px;
    }
}

@media (max-width: 479px) {
    .artcatalogue .article .infor {
        padding-left: 10px;
    }

    .artcatalogue .article .image {
        height: 105px;
    }

    .artcatalogue .article .description {
        display: none;
    }
}

@media (max-width: 350px) {
    .artcatalogue .article .image {
        height: 85px;
    }
}

/* ######################## Detail ######################## */
.share-box > * + * {
    margin-left: 5px;
}

.share-box .plus {
    position: relative;
    margin-top: -4px;
}

.detail-content {
    margin: 0 0 20px 0;
    font-size: 14px;
    line-height: 22px;
    font-family: UVF-ProductSans-Regular, sans-serif !important;
    color: #000;
}

.detail-content * { /*font-family:'UVF-ProductSans-Regular' !important;*/ /* font-size:15px !important; */
    line-height: 168%;
}

.detail-content img {
    display: block !important;
    width: auto !important;
    height: auto !important;
    margin: 0 auto 15px auto !important;
}

.detail-content iframe {
    display: block !important;
    margin: 0 auto 15px auto !important;
}

.detail-content table {
    max-width: 100%!important;
    border-collapse: collapse;
}

.detail-content table td, .detail-content table th {
    padding: 8px;
    border: 1px solid #898989;
}

@media (max-width: 479px) {
}

.list-suggest-thumb {
}

.list-suggest-thumb .image {
    height: 120px !important;
}

/* Article same */
.art-same {
    margin-bottom: 10px !important;
}

.art-same .heading {
    margin: 0 0 20px 0;
    font-size: 16px;
    line-height: 20px;
    color: #0088cc;
    font-weight: normal;
    text-transform: uppercase;
    font-family: 'UTM Avo Bold', sans-serif;
}

.art-same .list-article > li {
    margin-bottom: 15px;
}

.art-same .article .thumb {
    margin: 0 0 5px 0;
}

.art-same .article .title {
    margin: 0;
    height: 40px;
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.art-same .article .title a {
    color: #333;
    letter-spacing: 0.5px;
}

.art-same .article .title a:hover {
    color: #ec667e;
}

@media (min-width: 960px) {
    .art-same {
        margin-bottom: 15px !important;
    }
}

@media (min-width: 1220px) {
    .art-same {
        margin-bottom: 25px !important;
    }

    .art-same .article .image {
        height: 165px;
    }

    .art-same .article .thumb {
        margin: 0 0 10px 0;
    }
}

@media (max-width: 1220px) {
    .art-same .list-article {
        margin-left: -10px;
    }

    .art-same .list-article > li {
        padding-left: 10px;
        margin-bottom: 10px;
    }
}

@media (min-width: 767px) and (max-width: 1220px) {
    .art-same .article .image {
        height: 140px;
    }
}

@media (min-width: 599px) and (max-width: 767px) {
    .art-same .article .image {
        height: 160px;
    }
}

@media (min-width: 567px) and (max-width: 599px) {
    .art-same .article .image {
        height: 150px;
    }
}

@media (min-width: 479px) and (max-width: 567px) {
    .art-same .article .image {
        height: 130px;
    }
}

@media (max-width: 479px) {
    .art-same .heading {
        margin: 0 0 10px 0;
        font-size: 14px;
    }

    .art-same .article .title {
        max-height: 36px;
        font-size: 14px;
        line-height: 18px;
    }

    .art-same .article .image {
        height: 105px;
    }
}

@media (max-width: 350px) {
    .art-same .article .image {
        height: 90px;
    }
}

/* ######################## Contact ######################## */
.contact {
    margin: 0 0 20px 0;
}

.contact .contact-infomation, .contact .contact-form {
    margin-bottom: 20px !important;
}

.contact .contact-infomation .note {
    margin-bottom: 10px;
    font-style: italic;
    color: #666;
}

.contact .contact-infomation .company {
    margin-bottom: 10px;
    line-height: 24px;
    font-size: 18px;
    font-weight: normal;
    font-family: 'UTM Hanzel', sans-serif;
    text-transform: uppercase;
    color: #14ad56cf;
}

.contact .contact-infomation .address {
    margin-bottom: 20px;
}

.contact .contact-infomation .address p {
    margin: 0 0 5px 0;
    color: #000;
}

.contact .contact-infomation .address a {
    color: #000;
}

.contact .contact-map {
    padding: 4px;
    height: 389px;
    border: 1px solid #d5d5d5;
}

.contact .contact-form .label {
    margin-bottom: 15px;
    line-height: 22px;
    font-size: 14px;
    color: #333;
    font-family: 'UVF-ProductSans-Regular';
}

.contact .contact-form .form-row {
    margin-bottom: 10px;
}

.contact .contact-form .input-text, .contact .contact-form .form-select, .contact .contact-form .form-textarea {
    border: 1px solid #d5d5d5;
    line-height: 20px;
    font-size: 14px;
    color: #000;
}

.contact-form .form-select {
    color: #999 !important;
}

.contact .contact-form .input-text, .contact .contact-form .form-select {
    height: 30px;
}

.contact .contact-form .form-textarea {
    padding: 5px 10px;
    height: 200px;
    font-family: 'UVF-ProductSans-Regular' !important;
}

.contact-form .btn-submit {
    display: inline-block;
    padding: 6px 25px;
    background: #14ad56cf;
    border: none;
    line-height: 20px;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
}

@media (min-width: 960px) {
    .contact .contact-infomation .company {
        font-size: 20px
    }
}

/* aside */
.aside-panel {
}

.aside-panel .panel-head {
    background: #14ad56cf;
    padding: 12px;
    margin: 0 0 20px 0;
    position: relative;
}

.aside-panel .panel-head:before {
    position: absolute;
    content: '';
    display: block;
    right: 11px;
    top: 11px;
    width: 28px;
    height: 20px; /*background:url(img/sofa-icon.png);*/
}

.aside-panel .panel-head .heading {
    margin: 0;
}

.aside-panel .panel-head .heading > * {
    font-family: 'Baomoi-SemiBold' !important;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.5px;
    color: #fff;
}

.aside-product {
}
.submenu-2 {
    position: absolute;
    left: 100%;
    display: none;
    top: 0px;
    width: 250px;
    float: left;
    padding: 0px;
    z-index: 9999999;
    margin: 0px;
    background: #fff;
     border: 1px solid #e7e4e4;
    left: 100%;
    border-left: none;
    box-shadow: 0 1px 7px 0 rgb(0 0 0 / 15%);
}
.aside-product ul li {

}

.aside-product ul li {
   position: relative;
}
.aside-product ul li:hover .submenu-2 {
    display: block;
}
.submenu-2 > li {


    margin: 0!important;

}
.submenu-2 > li > a {

    display: block;
    position: relative;
    padding: 10px 10px 10px 20px;
    border-bottom: 1px solid #e7e4e4;
    color: #000;
    font-size: 14px;
    line-height: 20px;

}



.aside-product ul li:last-child {
    border: 0;
}

.aside-product .product {
}

.aside-product .product .thumb {
    width: 90px;
    float: left;
    border: 1px solid #ccc;
}

.aside-product .product .thumb .image {
    height: 90px;
}

.aside-product .product .info {
    width: calc(100% - 90px);
    width: -webkit-calc(100% - 90px);
    width: -moz-calc(100% - 90px);
    width: -o-calc(100% - 90px);
    float: left;
    padding-left: 20px;
    font-family: 'Baomoi-SemiBold' !important;
}

.aside-product .product .info .title {
    margin: 0 0 5px 0;
}

.aside-product .product .info .title > * {
    color: #333333;
    font-size: 14px;
    letter-spacing: 0.5px;
    font-family: 'Baomoi-SemiBold' !important;
}

.aside-product .product .info .author {
    font-size: 12px;
    letter-spacing: 0.5px;
    color: #b6b6b6;
    font-weight: normal;
}

.aside-product .product .info .star {
    margin: 0 0 0 0;
    font-size: 12px;
}

.qa-section .heading {
    font-family: 'Baomoi-SemiBold';
    font-size: 14px;
    text-transform: uppercase;
    /*background: #14ad56cf;*/
    color: #fff;  
}

.qa-section .list {
}

.qa-section .list::-webkit-scrollbar {
    height: 10px;
    width: 10px;
    background: #979797;
}

.qa-section .list::-webkit-scrollbar-thumb {
    height: 10px;
    width: 10px;
    background: #14ad56cf;
}

.qa-section .list > li {
    margin-bottom: 10px;
}

.qa-section .list .label {
    display: block;
    position: relative;
    padding: 10px 10px 10px 20px;
    border: 1px solid #d5d5d5;
    color: #000;
    font-size: 14px;
    line-height: 20px;
}

.qa-section .list .label:after {
    content: "+";
    display: block;
    position: absolute;
    left: initial;
    right: 20px;
    top: 10px;
    color: #14ad56cf;
}

.qa-section .list .label.uk-active {
    padding: 10px 20px;
    border-color: #14ad56cf;
    border-bottom: none;
    color: #14ad56cf;
}

.qa-section .list .label.uk-active:after {
    content: "\f068";
    font-family: FontAwesome;
}

.qa-section .list .content {
    padding: 5px 20px 10px 20px;
    border: 1px solid #14ad56cf;
    border-top: none;
    color: #666;
    font-size: 14px;
    line-height: 22px;
}

.list-sub-sub {
    padding-left: 25px !important;
    margin: 10px 0 0 0 !important;
}

.list-sub-sub li:last-child {
    margin: 0 !important;
    padding: 0 !important;
}

.list-sub-sub a:hover {
    color: #14ad56cf !important;
}

.qa-section .list-sub a {
    color: #333;
    font-size: 15px;
    font-family: 'UVF-ProductSans-Regular';
}

.aside-category {
    background: #fff;
    border: 1px solid #e6e6e6;
    margin-bottom: 30px;
    border-radius: 3px;
    overflow: hidden;
}

.aside-category .heading {
    background-color: #ec667e;
    color: #fff;
    cursor: pointer;
    padding: 10px;
    width: 100%;
    border: none;
    border-bottom: 1px solid #e6e6e6 !important;
    text-align: left;
    outline: none;
    position: relative;
    display: block;
}

.aside-category .heading a {
    color: #fff !important;
    font-size: 13px !important;
}

.aside-category a {
    color: #333;
}

.aside-category .main-cat {
    padding-left: 15px;
}

.aside-category .main-cat li {
    margin-top: 5px;
}

.aside-category .main-cat > li > a {
    display: inline-block;
    position: relative;
    color: #333333;
    font-family: 'Baomoi-SemiBold' !important;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.aside-category .sub-cat {
    padding-left: 15px;
}

.aside-category .main-cat a:hover, .aside-category .main-cat li.active a {
}

.aside-category .sub-cat li a {
    color: #ff6a00;
    font-family: 'UVF-ProductSans-Regular' !important;
    letter-spacing: 0.5px;
    color: #333333;
}

.aside-category .sub-cat li a:hover {
    color: #d51c24;
}

/* ######################## partner-section ######################## */
.partner-section {
    margin: 0 0 40px 0;
}

.partner-section .slider .uk-slider-container {
    padding: 0 1px;
}

.partner-section .thumb {
    padding: 2px;
    background: #fff;
    border: 1px solid #d5d5d5;
}

.partner-section .thumb .image {
    height: 95px;
}

@media (min-width: 1220px) {
    .partner-section .slider .uk-slidenav {
        display: block;
        width: 30px;
        height: 42px;
        background: url(img/btn-prev.html) 0px 0px no-repeat;
    }

    .partner-section .slider .uk-slidenav-previous {
        left: -50px;
    }

    .partner-section .slider .uk-slidenav-next {
        right: -50px;
        background: url(img/btn-next.html) 0px 0px no-repeat;
    }

    .partner-section .slider .uk-slidenav:before {
        display: none;
    }
}

@media (max-width: 1200px) {
    .partner-section .slider .uk-slidenav {
        display: block;
        visibility: hidden;
        opacity: 0;
    }
}

@media (max-width: 960px) {
    .partner-section {
        margin: 0;
        padding: 20px 0;
    }

    .partner-section .panel-head {
        display: none;
    }
}

@media (max-width: 479px) {
    .partner-section {
        padding: 15px 0;
    }
}

/* <footer> */
.footer {
    padding: 30px 0 30px 0;
    background: url(img/footer-bg.jpg) no-repeat;
    background-size: cover;
    position: relative;
}

.footer .upper {
    margin: 0 0 40px 0;
}

.footer .upper .panel {
}

.footer .upper .panel .panel-head {
}

.footer .upper .panel .panel-head .heading {
    color: #fff;
    font-size: 14px;
    font-family: 'Baomoi-SemiBold';
    text-transform: uppercase;
    position: relative;
    padding-bottom: 10px;
    min-height: 50px;
    overflow: hidden;
}

.footer .upper .panel .panel-head .heading:before {
    content: '';
    display: block;
    width: 40px;
    height: 3px;
    background: #14ad56cf;
    position: absolute;
    left: 0;
    top: initial;
    bottom: 0;
}

.footer .upper .panel .panel-body {
}

.footer .upper .panel .panel-body ul {
}

.footer .upper .panel .panel-body ul li {
    position: relative;
    margin: 0 0 5px 0;
    padding: 0 0 5px 15px;
}

.footer .upper .panel .panel-body ul li:before {
    content: '\f005';
    display: block;
    position: absolute;
    left: 0;
    top: -1px;
    font-family: 'FontAwesome';
    color: #fff;
    font-size: 10px;
}

.footer .upper .panel .panel-body ul li a {
    color: #fff;
}

.footer .upper .panel .panel-body ul li a:hover {
    color: #14ad56cf;
}

.footer .middle .footer-form {
    width: 710px;
    position: relative;
    margin: 20px 0;
}

.footer .middle .footer-form .input-text {
    border: none;
    height: 40px;
    padding: 0 10px;
    background: #fff;
    border-left: 1px solid #e1e1e1;
    color: #444;
    font-size: 14px;
    line-height: 40px;
}

.footer .middle .footer-form .import {
    position: relative;
    width: 100%;
}

.footer .middle .footer-form .form .btn-submit {
    display: block;
    position: absolute;
    width: 100px;
    height: 40px;
    left: initial;
    top: 0;
    right: -5px;
    background: #14ad56cf;
    border: none;
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    -ms-border-radius: 0 5px 5px 0;
    -o-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    color: #fff;
    font-size: 12px;
    font-family: 'Baomoi-SemiBold';
    text-transform: uppercase;
    outline: none;
}

.footer-contact .company {
    margin: 0 0 10px 0;
}

.footer-contact .company .title {
    margin: 0;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
}

.footer-contact .company .title > * {
    color: #fff;
    font-family: 'Baomoi-SemiBold';
    font-size: 14px;
}

.footer-contact .infor {
    font-size: 14px;
    line-height: 24px;
}

.footer-contact .information {
}

.footer-contact .information ul {
}

.footer-contact .information ul li {
    padding-left: 20px;
    position: relative;
    margin: 0 0 10px 0;
}

.footer-contact .information ul li.location:before {
    content: '';
    display: block;
    width: 12px;
    height: 17px;
    background: url(img/location.png);
    left: 0;
    top: 1px;
    position: absolute;
}

.footer-contact .information ul li.phone:before {
    content: '';
    display: block;
    width: 13px;
    height: 13px;
    background: url(img/phone.png);
    left: 0;
    top: 1px;
    position: absolute;
}

.footer-contact .information ul li.hotline:before {
    content: '\f095';
    display: block;
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
    top: 1px;
    color: #14ad56cf;
}

.footer .lower .heading {
    margin: 0 0 10px 0;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    font-family: 'Baomoi-SemiBold';
}

.footer .lower .heading > * {
    color: #fff;
}

.footer-contact .information ul li.email:before {
    content: '\f0e0';
    display: block;
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
    top: 1px;
    color: #f58220;
}

.footer-contact .information ul li.web:before {
    content: '\f0ac';
    display: block;
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
    top: 1px;
    color: #f58220;
}

.footer-nav .list > li:not(:last-child) {
    margin-bottom: 5px;
}

.footer-nav .list a {
    display: block;
    color: #fff;
    font-size: 16px;
    line-height: 20px; /* text-transform:uppercase; */
}

.footer-nav .list a:hover {
    text-decoration: underline;
}

.footer-contact * {
    color: #fff;
    font-size: 16px;
}

.ft-social {
    margin: 0 0 15px;
}

.ft-social ul {
    display: inline-block
}

.ft-social ul li {
    float: left
}

.ft-social ul li + li {
    margin-left: 10px
}

.ft-social a {
    display: block;
    position: relative;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px
}

/* ----------- */
.prdcatalogue .product {
    margin: 0 !important;
}

.prdcatalogue .product .image img {
}

.prdcatalogue .list-saleoff li {
    margin: 0 0 10px 0;
}

.suggest-list {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    border: 1px solid #ccc;
}

.suggest-list .box-head {
    font-family: 'Baomoi-SemiBold';
    font-size: 15px;
    letter-spacing: 0.5px;
    padding: 10px;
    border-bottom: 1px solid #ddd;
    color: #333;
    margin: 0 0 10px 0;
}

.suggest-list .box-body {
    padding: 7px;
}

.suggest-list .box-body .list-highlight {
}

.suggest-list .box-body .list-highlight li {
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #ddd;
}

.groups * {
    font-family: 'Baomoi-SemiBold';
}

.suggest-list .box-body .list-highlight li:last-child {
    border-bottom: 0;
}

.suggest-list .box-body .list-highlight .box-product {
}

.suggest-list .box-body .list-highlight .box-product .thumb {
    width: 70px;
    float: left;
}

.suggest-list .box-body .list-highlight .box-product .thumb .image {
    height: 70px;
}

.suggest-list .box-body .list-highlight .box-product .info {
    width: calc(100% - 70px);
    width: -webkit-calc(100% - 70x);
    width: -moz-calc(100% - 70x);
    width: -o-calc(100% - 70x);
    width: -ms-calc(100% - 70x);
    float: left; /* padding-left:10px; */
    padding: 10px;
}

.suggest-list .box-body .list-highlight .box-product .info .title {
    font-family: 'UVF-ProductSans-Regular';
    font-size: 14px;
    font-weight: normal;
    height: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.suggest-list .box-body .list-highlight .box-product .info .title > * {
    color: #333;
}

.suggest-list .box-body .list-highlight .box-product .info .title > *:hover {
    color: #14ad56cf;
}

.suggest-list .box-body .list-highlight .box-product .info .price {
    color: red;
}

.suggest-list .box-body .list-highlight .box-product .info .old-price {
    color: #ccc;
}



.photo-catalogue {
}

.photo-catalogue .photo {
}

.photo-catalogue .photo .image {
    height: 195px;
    border: 1px solid #14ad56cf;
    border-bottom: 0;
    padding-bottom: 0;
}

.photo-catalogue .photo .title {
    font-family: 'Baomoi-SemiBold';
    font-size: 13px;
    text-align: center;
    background: #14ad56cf;
    text-transform: uppercase;
}

.photo-catalogue .photo .title > a {
    color: #fff;
    display: block;
    padding: 10px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}

.photo-catalogue .photo .title:hover {
    border: 1px solid #14ad56cf;
}

.photo-catalogue .photo .title > a:hover {
    color: #14ad56cf;
    background: #fff;
}

/* ====== Fixed style ====== */
#goTop {
    position: fixed;
    display: block;
    bottom: 40px;
    width: 40px;
    height: 40px;
    top: initial;
    left: initial;
    right: 15px;
    background: #14ad56cf;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    line-height: 43px;
    font-size: 22px;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    z-index: 999;
}

.tagslist {
}

.tagslist a {
    display: inline-block;
    padding: 7px 15px;
    background: #14ad56cf;
    color: #fff;
    padding-left: 25px;
    position: relative;
    border: 1px solid #14ad56cf;
}

.tagslist a:hover {
    background: #fff;
    color: #14ad56cf;
}

.tagslist a:before {
    content: "\f02b";
    display: block;
    position: absolute;
    left: 6px;
    top: 6px;
    font-family: 'FontAwesome';
    color: #fff;
}

.main-content .content * { /*font-family:'UVF-ProductSans-Regular' !important;*/ /*font-size:15px !important;*/
    line-height: 1.9;
}

.mobile-hotline-fixed {
    display: block;
    position: fixed;
    top: initial;
    bottom: 5px;
    left: 20px;
    z-index: 999999;
}

.footer-contact .branch p {
    margin: 0;
}

.mobile-hotline-fixed > a {
    display: block;
    position: relative;
    padding: 10px 25px 10px 55px;
    background: #ec1b24;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    font-size: 20px;
    line-height: 1;
    font-weight: bold;
    color: #fff;
}

.mobile-hotline-fixed > a:before {
    content: "";
    display: block;
    position: absolute;
    width: 36px;
    height: 36px;
    top: 2px;
    left: 2px;
    background: #fff url(img/icon_hotline_mobile.png) center no-repeat;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    z-index: 5;
}

.mobile-hotline-fixed > a .value {
    display: inline-block;
    position: relative;
    -webkit-animation: blink .5s infinite;
    -moz-animation: blink .5s infinite;
    animation: blink .5s infinite;
}

@keyframes blink {
    0% {
        color: #fff000
    }
    25% {
        color: #fff
    }
    50% {
        color: #fff000;
    }
    100% {
        color: #fff;
    }
}

@-webkit-keyframes blink {
    0% {
        color: #fff000
    }
    25% {
        color: #fff
    }
    50% {
        color: #fff000;
    }
    100% {
        color: #fff;
    }
}

@-moz-keyframes blink {
    0% {
        color: #fff000
    }
    25% {
        color: #fff
    }
    50% {
        color: #fff000;
    }
    100% {
        color: #fff;
    }
}

.footer .upper {
    padding-bottom: 10px;
}

.manager {
    text-align: center;
    margin: 20px 0 0 0;
}

.manager * {
    font-family: 'Baomoi-SemiBold';
}

.manager .chucdanh {
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #fff;
}

.manager .hoten {
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #fff;
}

#float {
    z-index: 10005;
    width: 50px;
    position: fixed;
    right: 5px;
    top: 100px;
    padding: 0;
}

#float span {
    display: inline-block;
    padding: 2px 0;
}

#float span img {
    display: block;
    width: 50px;
    height: 50px;
    border: none;
}

/*wrap-modal*/
.uk-modal {
    z-index: 999999;
}

.uk-modal-dialog {
    background: transparent;
    box-shadow: none;
}

.wrap-modal {
}

.wrap-modal .thumb {
    position: relative;
}

.wrap-modal .thumb .image {
}

.wrap-modal .info {
    position: absolute;
    text-align: center;
    top: 80px;
    left: 40px;
    right: 40px;
    bottom: 40px;
}

.wrap-modal .info .block-description {
    color: #f36f21;
    width: 60%;
    margin: 0 auto;
    padding-bottom: 20px;
}

.wrap-modal .info .block-description span {
    font-weight: 700;
}

.wrap-modal .info .block-title {
    color: #606060;
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
}

.wrap-modal .info .block-subtitle {
    color: #f37021;
    font-size: 50px;
    text-transform: uppercase;
}

.wrap-modal .info .price-promotion {
    position: absolute;
    transform: translate(-50%, -47%);
    left: 50%;
    top: 47%;
}

.wrap-modal .info .price-promotion .block-price {
}

.wrap-modal .info .price-promotion .block-price span {
    color: #f37021;
    font-size: 150px;
}

.wrap-modal .info .price-promotion .block-decimals {
}

.wrap-modal .info .price-promotion .block-decimals sup {
    color: #f37021;
    font-size: 50px;
    font-weight: 500;
    position: absolute;
}

.wrap-modal .info .price-promotion .block-decimals sub {
    color: #f37021;
    font-size: 70px;
    text-transform: uppercase;
    font-weight: 700;
}

.wrap-modal .info .form {
    position: absolute;
    bottom: 50%;
    left: 10%;
    right: 10%;
}

.wrap-modal .info .form .form-row {
    margin-bottom: 10px;
    padding: 0 30px;
}

.wrap-modal .info .form .form-row .btn {
    height: 50px;
    line-height: 50px;
    border: 2px solid #f37021;
    border-radius: 25px;
    width: 100%;
}

.wrap-modal .info .form .form-row .imput-text {
}

.wrap-modal .info .form .form-row .btn-submit {
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background: #f37021;
    font-size: 20px;
    font-weight: 700;
}

.wrap-modal .info .block-slogan {
    font-style: italic;
    position: absolute;
    bottom: 10%;
    left: 20%;
    right: 20%;
}

.wrap-modal .info .block-slogan span {
    font-size: 16px;
    color: #6b6666;
}

@media (max-width: 600px) {
    .wrap-modal .info .block-description {
        padding-bottom: 0;
    }

    .wrap-modal .info .block-subtitle {
        font-size: 20px;
    }

    .wrap-modal .info .block-description {
        width: 100%;
        display: none;
    }

    .wrap-modal .info .block-slogan {
        bottom: -30px
    }

    .wrap-modal .info .price-promotion {
        top: 26%;
    }

    .wrap-modal .info .block-title {
        font-size: 14px;
    }

    .common {
        margin: 0 0 4px 0;
    }

    .wrap-modal .info .price-promotion .block-price span {
        font-size: 20px;
    }

    .wrap-modal .info .block-slogan span {
        font-size: 13px;
    }

    .wrap-news .list-news > li {
        padding-left: 0;
    }

    #news .common > div {
        padding-left: 0;
    }
}

@media (max-width: 375px) {
    .wrap-modal .info {
        top: 50px;
    }
}

.modal-content img {
    width: auto !important;
    height: auto !important;
}

.aside-support .panel-head .aside-heading > * {
    display: block;
    position: relative;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 400;
    padding: 8px 8px 8px 50px;
    background: #14ad56cf;
}

.aside-support .panel-head .aside-heading > *:before { /* background anh*/
    content: '';
    display: block;
    position: absolute;
    background: #414143 url(img/hotro.gif) no-repeat center;
    -webkit-background-size: auto;
    background-size: auto;
    width: 36px;
    height: 36px;
    top: 0;
    left: 0;
}

.aside-support .panel-body {
    border: 1px solid #f5f5f5;
}

/*.aside-support*/
.aside-support .panel-head .aside-heading > *:before {
    background: #414143 url(img/hotro.gif) no-repeat center;
}

.aside-support .list-support {
}

.aside-support .list-support > li {
}

.aside-support .list-support > li >

not
(
:last-child

)
{
}
.aside-support .list-support > li > * {
    display: block;
    padding: 15px;
}

.aside-support .list-support .support {
}

.aside-support .list-support .support .image {
    height: 50px;
    width: 50px;
    text-align: center;
}

.aside-support .list-support .support .image > * {
    border-radius: 50%;
}

.aside-support .list-support .support .info {
    width: calc(100% - 50px);
    padding-left: 20px;
}

.aside-support .list-support .support .info .title {
    font-size: 15px;
    color: #874143;
    font-weight: 600;
    margin-bottom: 3px;
}

.aside-support .list-support .support .info .subtitle {
    font-size: 25px;
    color: #ff0000;
    font-weight: 600;
}

.dang-ky-bao-hanh {
    margin-top: 20px;
}

.dang-ky-bao-hanh p {
    color: #2b2b2b;
    margin-bottom: 14px;
    background: #fff9eb;
    padding: 10px;
    border-radius: 0;
    border: 0;
    border-left: 5px solid #ffbd00;
    font-size: 14px;
}

.dang-ky-bao-hanh p a {
    color: #2c578e;
}

#tocDiv a {
    font-family: 'helve' !important;
}

.content-detail-new {
    font-family: 'helve' !important;
}
#tocDiv #tocListAncarat {

    padding-right: 16px!important;
    padding-left: 15px!important;

}
.footer-facebook {
    width: 100%;
}

.Menu-right {
    text-align: right;
    width: auto;
    /* float: right; */
    position: absolute;
    top: 3px;
    right: 12px;
}
.Menu-right .li-langue img {
    width: 22px;
    height: 16px;
}

.Menu-right .li-langue {
    display: inline-block!important;
}
.text-center {
    text-align: center;
}

.homepage-gallery .btn{
    padding-top: 10px;
    text-align: center;
}
.homepage-gallery .btn .btn-rm{
    width: 110px;
    height: 40px;
    background: #14ad56cf;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    border-radius: 6px;
    text-transform: uppercase;
}
.homepage-gallery .btn .btn-rm:hover{
    opacity: 0.8;
    transition: 0.5s ease all;
}
.prd-gallerys span{
    color: #333;
    width: 100%;
    display: block;
    padding: 10px;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
}
@media (max-width: 768px) {
    .homepage-gallery .prd-gallerys .slider .product .thumb .image {
        height: 250px;
    }

    .homepage-news .list-article > li, .artcatalogue .list-article > li {
        margin: 0 0 10px 0;
    }

    .search-mobile {
        display: block;
    }
    .logo-search-holine {
        text-align: center;
        position: relative;
    }
    .click-search {
        position: absolute;
        right: 0px;
        width: 45px;
        height: 35px;
        line-height: 35px;
        color: #40bc76;
        font-size: 17px;
        border-radius: 6px;
        top: 24px;
    }
    .nav-search {
        position: absolute;
        right: 0;
        top: 80px;
        z-index: 11;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }
    .nav-search input[type=text] {
        width: 100%;
        height: 46px;
        border: 1px solid #ddd;
        padding-left: 10px;
        /*border-radius: 3px;*/
        color: #fff!important;

    }
    .nav-search input:focus {
        color: #fff;
    }
    .nav-search input{
        color: #fff;
    }
    .nav-search input::placeholder{
        color: #fff;
    }
    .nav-search.open {
        visibility: visible;
        opacity: 1;
        top: 69px;
        z-index: 78;
        right: 0;
        border-radius: 7px;
        width: 100%;

    }
    ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #fff;
        opacity: 1; /* Firefox */
    }
    .service-box p{
        width: 100%;
        position: relative;
        display: block;
    }
    .nav-search.open input {
        width: 100%;
        padding: 0 20px;
        background: linear-gradient(90deg, rgba(62,148,78,1) 0%, rgba(113,188,75,1) 0%, rgba(75,188,160,1) 83%);
        color: #fff;
        border: 1px solid #fff;

    }
    .service-box ul {
        display: block;
        position: relative;
        width: auto;
        border-radius: 20px;
        background-color: #fff;
        padding: 0;
    }
    .service-box li {
        position: relative;
        display: block;
        padding: 20px 40px;
    }
    .content-page {
        background-color: #ececec;
        padding: 15px 0px;
        margin-top: 0;
    }
}
@media (max-width: 750px) {
    .footer .middle .thumb {
        display: none;
    }
    .breadcrumb .main-title {

        font-size: 18px;
    }
    .breadcrumb .uk-breadcrumb a {
        color: #fff;
        font-family: 'UVF-ProductSans-Regular' !important;
        font-size: 13px;
        letter-spacing: 0px;

    }
    .uk-breadcrumb>li+li {
        margin-left: 10px;
        padding-left: 10px;
    }
    .homepage-gallery .btn {
        margin-bottom: 30px;
    }

}
@media (max-width: 480px) {
    .list-saleoff .product .thumb .image, .homepage-prdcategory .list-saleoff .product .image {
        height: 140px;
    }

    .list-customer .article .thumb .image { 
        height: 100px !important;
    }

    .home-saleoff .panel-head .description {
        width: 100%;
    }

    .list-customer .article .thumb .image {
        height: 174px;
    }

    .list-customer .article .thumb .overlay {
        padding: 20px;
    }

    .list-saleoff .product .cart:before {
        display: none;
    }

    .star {
        display: none;
    }

    .list-saleoff .product .cart {
        display: none;
    }

    .home-whyus li {
        margin: 0 0 15px 0;
    }

    .homepage-news {
        padding-top: 0;
    }

    .page-panel {
        margin-bottom: 20px;
    }

    .footer .middle .thumb {
        display: none;
    }

    .breadcrumb {
        padding-top: 0;
    }

    .breadcrumb-rl {
        /*height: 138px !important;*/
        background-size: cover;
    }

    .prd-gallerys .slider .product .thumb .image {
        height: auto !important;
    }

    .prd-content-mobile .detail-content img {
        width: 100% !important;
        height: 100% !important;
    }
}

@media (max-width: 375px) {
    .list-saleoff .product .info .title {
        padding-bottom: 10px;
    }

    .wrap-price .isprice {
        display: block;
    }

    .isprice * {
        display: block;
    }
}

@media (max-width: 1204px) {
.main-nav .main-menu > li > a {
    font-size: 10px !important;
}
}
.main-nav .main-menu {
   /* background: #fff;*/
}

nav.main-nav {
    width: 100%;
}
ul.uk-navbar-nav.uk-clearfix.main-menu {
    display: flex;
    justify-content: space-between;
     display: block;
}

@media only screen and (max-width: 1366px) and (min-width: 1204px)  {
    
  .main-nav .main-menu > li > a {
    font-size: 12px !important;
}  
}

footer#footer,.pc-header {
    background: #023226 !Important;
}

@media (min-width: 5000px) {
    
  .main-nav .main-menu > li > a {
    font-size: 10px !important;
}  
}

.img-cover img {
    object-fit: cover !important;
}

