/*

 
 * Theme Name: Lip
 * Description: Đây là một theme đơn giản để thực hành Lập trình theme WordPress
 * Version: 1.0
 * Theme Author: lipero
 * Tags: starter theme, framework theme, two-columns, customize
 * Textdomain: theme
 */

/*---:[GLOBAL CSS]:---*/
html {
    box-sizing: border-box;
}
*, *:before, *:after {
    box-sizing: inherit;
}
body {
    font-size: 100%;color: #353535;
    font-family: "roboto",Helvetica,Arial,sans-serif;
    font-color: #ff0000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0px;
    padding: 0px;
    background-color: #F1F1F1;
}
img {
    max-width: 100%;
    height: auto;
}
a {
    color: #000;
    text-decoration: none;
}
a:hover{
    color: #000;

}
input,input[type="submit"],button {

    padding: 5px 10px;
}
h1, h2, h3, h4, h5 {
    font-size: 18px;
    margin: 0px;
    padding: 0px;
}

p {
    margin: 0px;
    padding: 0px;
}
ul, li {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
#container {
    width: 1200px;
    display: block;
    margin: 0 auto;
}
.main-header  {
    display: inline-block;
    width: 100%;
    margin: 0 auto;
    background-color: #000000;
    color: #fff08a;
}
.col-header {
    display: inline-block;
    width: 30%;
    float: left;
}
.hotline-header, .social-header {
    display: inline-block;
    width: 20%;
    float: left;
}
.col-header .title-home {
    width:100%;
    display: inline-block;padding-top:20px;
}
.col-header h1 {
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff08a;
    margin-top: 10px;
}
#logo {
    display: inline-block;
    width:100%;
}
#logo img {
    max-width: 320px;
    max-height: 100px;
}
.col-header .info {
    display: inline-block;
    width:100%;
}
.info-header {
    width:25%;
    display: inline-block;
    float: left;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
}
.info .ch {
    background: url(images/hang-chinh-hang.png) no-repeat center;
    width: 100%;
    display: inline-block;
    height: 55px;
}
.info .ship {
    background: url("images/van-chuyen-mien-phi.png") no-repeat center;
    width: 100%;
    display: inline-block;
    height: 55px;
}
.info .fix {
    background: url("images/sua-chua.png") no-repeat center;
    width: 100%;
    display: inline-block;
    height: 55px;
}
.info .home {
    background: url("images/thay-loi.png") no-repeat center;
    width: 100%;
    display: inline-block;
    height: 55px;
}
.info-header span {
    width:100%;
    display: inline-block;
}
.hotline-header .hotline1 {
    background: url(images/19060.png) left no-repeat;
    width: 100%;
    display: inline-block;
    height: 30px;

}
.des {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    line-height: 22px;
    margin: 10px 0px;
}
.hotline-header .hotline2 {
    background: url(images/0972.png) left no-repeat;
    width: 100%;
    display: inline-block;
    height: 30px;
}
.about-header {
    width: 100%;
    display: inline-block;
    float: left;
    background: url(images/icon.png)left no-repeat;
    height: 25px;
}
.note-sidebar{font-size:14px; line-height:22px; margin-top:10px}
.menu-top li {
    display: inline-block;
    float: left;
    font-size: 14px;
    padding-right: 5px;
    border-right: 1px solid #000;
    line-height: 25px;
    text-align: center;
    margin-left: 5px;
}
.menu-top li:last-child {
    border: 0px;
    padding: 0px;
}
.menu-top li:first-child {
    margin: 0px;
}
.menu-top li a {
    color: #000000;
}
.about-header ul{
    display: inline-block;
    text-align: center;
}
.menu-top {
    width: 100%;
    display: inline-block;
    text-align: center;
}
.social-header .social {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin: 18px 0px;
}
.social-header .social-media li {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    margin-right: 10px;
    background-color: #f3e995;
    background: -webkit-linear-gradient(to right, rgba(0, 0, 0, 0.91), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.91));
    background: -o-linear-gradient(to right, rgba(0, 0, 0, 0.91), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.91));
    background: -moz-linear-gradient(to right, rgba(0, 0, 0, 0.91), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.91));
    background: linear-gradient(to right, #d3ac50, #f7f09d, #d3ac50);
}
.social-header .social-media li a {
    color: #000000;
}
.time {
    display: inline-block;
    text-align: center;
    width: 100%;
}
.time p {
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    padding: 5px 10px;
    border-radius: 5px;
    background-color: #f3e995;
    background: -webkit-linear-gradient(to right, rgba(0, 0, 0, 0.91), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.91));
    background: -o-linear-gradient(to right, rgba(0, 0, 0, 0.91), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.91));
    background: -moz-linear-gradient(to right, rgba(0, 0, 0, 0.91), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.91));
    background: linear-gradient(to right, #d3ac50, #f7f09d, #d3ac50);
    color: #000000;
    font-size: 14px;
}


.col-header form.search-form {

    width: 100%;
    display: inline-block;
}
form.search-form {
    position: relative;
}
.search-form input[type="search"] {
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 1px solid #B5B2B2;
    height: 35px;
    padding: 0 40px 0 10px;
    width: 100%;
    border-radius: 3px;
}
.search button {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    background-color: #f3e995;
    background: -webkit-linear-gradient(to right, rgba(0, 0, 0, 0.91), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.91));
    background: -o-linear-gradient(to right, rgba(0, 0, 0, 0.91), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.91));
    background: -moz-linear-gradient(to right, rgba(0, 0, 0, 0.91), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.91));
    background: linear-gradient(to right, #d3ac50, #f7f09d, #d3ac50);
    color: #333;
    border: none !important;
    outline: none;
    transition: all .2s ease-out;
    font-size: 18px;
    cursor: pointer;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}
.order-this-now:hover{
    color: #fff;
    background: #258c1c;
}
.hotline:hover{
    color: #fff;
    background: #0064a5;}
button .fa {
    text-align: center;
    display: block;
}
.hotline-header {
    width: 17%;
    margin-left: 30px;
}
.hotline-header span {
    font-size: 12px;
    text-transform: uppercase;
}
.hotline1, .hotline2 {
    margin: 5px 0px;
}
.info-header span {
    line-height: 18px;
}
.hotline-header .row:first-child{
    margin-top: 8px;
}
.time .fa {
    margin-right: 5px;
    font-size: 16px;
}
#logo {
    max-width: 320px;
    height: 100px;
    text-align: center;
    line-height: 135px;
}
.search {
    margin-top: 10px;
}

.main-menu {
    width: 100%;
    display: inline-block;
    background-color: #f3e995;
    background: -webkit-linear-gradient(to right, rgba(0, 0, 0, 0.91), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.91));
    background: -o-linear-gradient(to right, rgba(0, 0, 0, 0.91), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.91));
    background: -moz-linear-gradient(to right, rgba(0, 0, 0, 0.91), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.91));
    background: linear-gradient(to right, #d3ac50, #f7f09d, #d3ac50);
    color: #000000;
    margin-top: -8px;
}
.main-menu ul {
    background: #1F568B;
    list-style-type: none;
    text-align: center;
}
.main-menu li {
    color: #f1f1f1;
    float: left;

}
.current-menu-item a {
    background: #000000;
    color: #FFFFFF !important;
}
.main-menu ul {
    background: #1F568B;
    list-style-type: none;

}
.main-menu a {
    text-decoration: none;
    color: #fff;
    display: block;
    border-right: 1px solid #d5b156;
    padding:10px 10px;
    text-transform: none;
    font-size: 15px;
}

.main-menu ul {
    background: #1F568B;
    list-style-type: none;
    text-align: center;
}

.main-menu a {
    text-decoration: none;
    color: #000000;
    display: block;
}
.main-menu a:hover {
    background: #000000;
    color: #f3e894;
}
.main-menu li {
    position: relative;
}
.sub-menu {
    display: none;
    position: absolute;
}
.main-menu li:hover .sub-menu {
    display: block;
    z-index: 9999;width:200px;
}
.sub-menu li {
    margin-left: 0 !important;
    width: 100%;
    border-bottom: 1px solid #d5b054;

}
.sub-menu a {text-align:left;
    padding -left:15px; padding-top:10px; padding-bottom:10px;    width: 100%;
    border-right: 0px;
    background-color: #f3e995;
    background: -webkit-linear-gradient(to right, rgba(0, 0, 0, 0.91), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.91));
    background: -o-linear-gradient(to right, rgba(0, 0, 0, 0.91), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.91));
    background: -moz-linear-gradient(to right, rgba(0, 0, 0, 0.91), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.91));
    background: linear-gradient(to right, #d3ac50, #f7f09d, #d3ac50);
    color: #000000;
}






.slide-new {
    width:100%;
    display: inline-block;
    margin: 5px 0px;
}
.slide {
    display: inline-block;
    width:63%;
    float: left;
    margin-right: 10px;
    float: left;
}
.new {
    display: inline-block;
    width:36%;
    float: left;
    background-color: #fff;
}
#primary {
    display: inline-block;
    width:100%;
    background: #F1F1F1;margin-bottom:20px;
}
.title-new {
    width:100%;
    display: inline-block;
    border-bottom: 1px solid #d9b75d;
}
.title-new h2 {
    background-color: #f3e995;
    background: -webkit-linear-gradient(to right, rgba(0, 0, 0, 0.91), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.91));
    background: -o-linear-gradient(to right, rgba(0, 0, 0, 0.91), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.91));
    background: -moz-linear-gradient(to right, rgba(0, 0, 0, 0.91), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.91));
    background: linear-gradient(to right, #d3ac50, #f7f09d, #d3ac50);
    color: #000000;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 10px 15px;
    float: left;
}
.title-new b{
    float: left;
    width: 0;
    height: 0;
    border-left: 0 solid transparent;
    border-right: 25px solid transparent;
    border-bottom: 37px solid #8e680e;
}
.detail-post {
    display: inline-block;
    width: 70%;
    float: left;
    margin-right: 10px;
    margin-left: 10px;
}
.detail-post h3 {
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    line-height: 20px;
}
.detail-post h3 a {
    color: #000000;
}
.new .thumbnail {
    width: 25%;
    float: left;
    display: inline-block;
}
.lip-post.come-on {
    width: 100%;
    display: inline-block;
    border-bottom: 1px dashed #e2e2e2;
    margin-bottom: 5px;
    padding-bottom: 6px;
}
.lip-post.come-on:last-child{
    border-bottom: 0px;
}
.date-published {
    width:100%;
    display: inline-block;
    font-size: 13px;
    margin-top: 5px;
    color: #a7a7a7;
}
.entry-meta {
    width:100%;
    display: inline-block;
}



/* Style the tab */
div.tab {
    overflow: hidden;
    background-color: #f3e995;
    background: -webkit-linear-gradient(to right, rgba(0, 0, 0, 0.91), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.91));
    background: -o-linear-gradient(to right, rgba(0, 0, 0, 0.91), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.91));
    background: -moz-linear-gradient(to right, rgba(0, 0, 0, 0.91), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.91));
    background: linear-gradient(to right, #d3ac50, #f7f09d, #d3ac50);
    color: #000000;
    margin-bottom: 5px;

}

/* Style the buttons inside the tab */
div.tab .tablinks {
    background-color: inherit;
    float: left;
    cursor: pointer;
    padding: 10px 15px;
    transition: 0.3s;
    font-size: 14px;
    border-right: 1px solid #d4ad51;
    display: inline-block;
    text-transform: uppercase;
    border-left: 0px;
    border-bottom: 0px;
    border-top: 0px;
}
div.tab .tablinks:last-child {
    border: 0px;
}



/* Style the tab content */
.tabcontent {
    display: none;
    border-top: none;
}
.tab-product {
    display: inline-block;
    width: 100%;
    float: left;
    margin-right: 10px;
}
.banner-home {
    display: inline-block;
    float: left;
    width: 36%;
}
.k-product {
    display: inline-block;
    float: left;
    width: 23.5%;
    margin-right: 1%;
    margin-bottom: 10px;
    text-align: center;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    background: #fff;
}
.tab-product .k-product {
    width: 24.25%;
}
.tab-product .k-product:nth-child(4n+1) {
    clear: both;
}
.tab-product .k-product:nth-child(4n+4) {
    margin-right: 0px;
}
.title-product {
    display: inline-block;
    float: left;
    text-align: left;
    margin-left: 10px;
    font-size: 15px;
    font-weight: 600;
    width: 100%;
    margin-top: 10px;
}
.price {
    display: inline-block;
    float: left;
    text-align: left;
    margin: 10px 0px 10px 10px;
    font-size: 15px;
    color: #ff0000;
    font-weight: 600;
}
.price-sale {
    display: inline-block;
    float: left;
    text-align: left;
    margin: 13px 0px 10px 10px;
    font-size: 12px;
    color: #505050;
    /* font-weight: 600; */
    text-decoration: line-through;
}
.sale-off {
    background-color: #f3e995;
    background: -webkit-linear-gradient(to right, rgba(0, 0, 0, 0.91), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.91));
    background: -o-linear-gradient(to right, rgba(0, 0, 0, 0.91), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.91));
    background: -moz-linear-gradient(to right, rgba(0, 0, 0, 0.91), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.91));
    background: linear-gradient(to right, #d3ac50, #f7f09d, #d3ac50);
    border-radius: 50%;
    position: absolute;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    font-size: 12px;
    color: #000;
    display: block;
    text-align: center;
    font-weight: 600;
    line-height: 30px;
}
.k-product .thumbnail {
    display: inline-block;
    width: 100%;
    transition: opacity .3s;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    position: relative;
}
.product-home {
    display: inline-block;
    width: 100%;
}
.feature-products {
    display: inline-block;
    width: 100%;
}
.tile-cat {
    display: inline-block;
    width:100%;
    border-bottom: 1px solid #d9b75d;
    background-color: #fff;
    margin-bottom: 5px;
}
.tile-cat .cat-name {
    background-color: #f3e995;
    background: -webkit-linear-gradient(to right, rgba(0, 0, 0, 0.91), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.91));
    background: -o-linear-gradient(to right, rgba(0, 0, 0, 0.91), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.91));
    background: -moz-linear-gradient(to right, rgba(0, 0, 0, 0.91), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.91));
    background: linear-gradient(to right, #d3ac50, #f7f09d, #d3ac50);
    color: #000000;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 10px 15px;
    float: left;
}
.tile-cat b {
    float: left;
    width: 0;
    height: 0;
    border-left: 0 solid transparent;
    border-right: 25px solid transparent;
    border-bottom: 37px solid #8e680e;

}

.product-home .k-product {
    width: 19.2%;
}
.product-home .k-product:nth-child(4n+4) {
    margin-right: 1%;
}
.product-home .k-product:nth-child(5n+5) {
    margin-right: 0px;
}
.product-home .k-product:nth-child(5n+1) {
    clear: both;
}
.k-product .rate {
    display: inline-block;
    float: right;
    background: url("images/gia-soc.png") no-repeat;
    width: 50px;
    margin-top: 12px;
}
.tab-product .rate {
    display: none;
}
.banner-category {
    display: inline-block;
    width:100%;
}
.banner-left, .banner-right {
    display: inline-block;
    float: left;

}
.banner-left {
    margin-right: 10px;
}
.product-home .subcate {
    font-size: 14px;
    font-weight: normal;
    padding: 10px;
    display: inline-block;
    float: right;
    color: #676767;
}
.info-product {
    display: inline-block;
    width:100%;
}
#footer {
    width: 100%;
    display: inline-block;
    background: #000;
    color: #fff;
    font-size: 13px;
    line-height: 26px;

}
.line-footer {
    display: inline-block;
    height: 3px;
    width: 100%;
    background-color: #f3e995;
    background: -webkit-linear-gradient(to right, rgba(0, 0, 0, 0.91), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.91));
    background: -o-linear-gradient(to right, rgba(0, 0, 0, 0.91), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.91));
    background: -moz-linear-gradient(to right, rgba(0, 0, 0, 0.91), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.91));
    background: linear-gradient(to right, #d3ac50, #f7f09d, #d3ac50);
}
.footer-box-title {
    font-size: 16px;
    color: #e9d680;
    display: inline-block;
    width: 100%;
}
.widget-top.col-3 {
    width: 100%;
    display: inline-block;
}
.box-footer {
    display: inline-block;
    float: left;
    margin-right: 10px;
}
.box-footer:nth-child(1){
    width: 36%;
    margin-right: 5%;
}
.box-footer:nth-child(2){
    width:19%;
}
.box-footer:nth-child(3){
    width:19%;
}
.box-footer:nth-child(4){
    width:19%;
    margin-right: 0px;
}
.box-footer a {
    color: #FFFFFF;
}
.copyright {
    display: inherit;
    width: 100%;
    float: left;
    background: #232323;
    padding: 3px 0px;
    margin-top: 20px;
}
#footer .fa{
    color: #e9d680;
    margin-right: 10px;
    text-align: left;
    display: inline-block;
}
.frame_view {
    height: 333px;
    opacity: 0;
    overflow: hidden;
    background: #ffffff;
    z-index: 999;
    width: 17.1%;
    font-size: 12px;
    display: inline-block;
}
.k-product:hover .frame_view {
    opacity: 1;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    text-decoration: none;
}

.km-top {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #f1f1f1;
    padding: 5px 0px 0px 10px;
    margin-bottom: 5px;
}
.km-bottom {
    width:100%;
    display: inline-block;
    padding: 0px 10px;
    line-height: 20px;
    height: 240px;
    overflow: hidden;
}
.title-price-view {
    display: inline-block;
    width: 100%;
}
.tilt-view {display: inline-block;
    float: left;
    text-align: left;
    font-size: 15px;
    font-weight: 600;
    color: #2196F3;
    width: 100%;
}
.km-top .price-view {display: inline-block;
    float: left;
    font-size: 14px;
    font-weight: 600;
    color: #ff0000;
    width: 100%;
    margin-top: 5px;
    text-align: left;
}
.km-bottom p {
    text-align: left;
    color: #4a4a4a;
}
.km-view {
    display: inline-block;
    width:100%;
    text-align: left;
}
.km-view p {
    text-align: left;
}

.k-product .frame_view {
    position: absolute;
    cursor: pointer;
}
.frame_view .link-product {
    display: inline-block;
    position: absolute;
    bottom: 0px;
    right: 0px;
    margin: 10px;
    color: #2196F3;
}
.tab-product .frame_view {
    display: none;
}
.lip-title {
    width: 100%;
    display: inline-block;
    border-bottom: 1px solid #d9b75d;
    background: #fff;
    margin-bottom: 5px;
}
.lip-title h1{
    background-color: #f3e995;
    background: -webkit-linear-gradient(to right, rgba(0, 0, 0, 0.91), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.91));
    background: -o-linear-gradient(to right, rgba(0, 0, 0, 0.91), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.91));
    background: -moz-linear-gradient(to right, rgba(0, 0, 0, 0.91), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.91));
    background: linear-gradient(to right, #d3ac50, #f7f09d, #d3ac50);
    color: #000000;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 10px 15px;
    float: left;
}
.lip-title b {
    float: left;
    width: 0;
    height: 0;
    border-left: 0 solid transparent;
    border-right: 25px solid transparent;
    border-bottom: 37px solid #8e680e;
}
.show-category {
    width: 100%;
    display: inline-block;
    text-align: center;
}

.show-category li h2  {
    font-size: 12px;
    font-weight: 600;
    display: inline-block;
    text-transform: uppercase;
    margin: 10px;
}
.show-category li  {
    display: inline-block;
    width: 110px;
    text-align: center;
    margin: 15px 10px;
    border-radius: 5px;
    background-color: #f3e995;
    background: -webkit-linear-gradient(to right, rgba(0, 0, 0, 0.91), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.91));
    background: -o-linear-gradient(to right, rgba(0, 0, 0, 0.91), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.91));
    background: -moz-linear-gradient(to right, rgba(0, 0, 0, 0.91), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.91));
    background: linear-gradient(to right, #d3ac50, #f7f09d, #d3ac50);
}
.show-category img {
    display: block;
    margin: 0 auto;
    border: 1px solid #ccc;
    padding: 8px;
    border-radius: 50%;
    background-color: #f3e995;
    background: -webkit-linear-gradient(to right, rgba(0, 0, 0, 0.91), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.91));
    background: -o-linear-gradient(to right, rgba(0, 0, 0, 0.91), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.91));
    background: -moz-linear-gradient(to right, rgba(0, 0, 0, 0.91), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.91));
    background: linear-gradient(to right, #d3ac50, #f7f09d, #d3ac50);
}



.carousel {
    background: #EEE;
}

.carousel-cell {
    width: 100%;
    counter-increment: gallery-cell;
}

.slide-category {
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
    margin-top: 10px;
}
.main-category {
    width: 100%;
    display: inline-block;
    background-color: #fff;
}
.main-category .k-product {
    margin-right: 0px;
    margin-bottom: 0px;
    border: 1px solid #cdcdcd;
    width:20.06%;
    margin-right: -1px;
    margin-top: -1px;
}
.main-category .k-product:nth-child(4n+4) {
    margin-right: -1px;

}
.bread {
    display: block;
    width: 100%;
    margin: 5px 0px;
    font-size: 12px;
    color: #03A9F4;
}
.bread a {
    color: #03A9F4;
}
#breadcrumbs {
    width: 1200px;
    margin: 0 auto;
    display: block;
    padding-top: 0px;
    padding-bottom: 5px;
    font-size: 13px;
}
.main-category .frame_view {
    width: 17.7%;
}
.single-title.detail-title {
    display: inline-block;
    float: left;
    font-size: 24px;
    font-weight: 500;
}
.social-share {
    display: inline-block;
    float: right;
}
.single-product {
    display: inline-block;
    width: 100%;
}
.single-product-left {
    display: inline-block;
    width: 76%;
    float: left;
    margin-right: 10px;
}
.single-product-right {
    display: inline-block;
    float: left;
    width:23%;
}
.image-product {
    width: 43%;
    float: left;
    display: inline-block;
    margin-right: 10px;
}
.right-short {
    display: inline-block;
    width:55%;
    float: left;
}
#ksingle-lager-view {
    width: 100%;
    display: inline-block;
    border: 1px solid #e0e0e0;
    position: relative;
    overflow: hidden;
}
#ksingle-lager-view span.message-popup {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    color: #fff;
    padding: 5px 10px;
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    transition: opacity .4s;
    -webkit-transition: opacity .4s;
    -moz-transition: opacity .4s;
    visibility: visible;
    opacity: 1;
}
.list-view-images a {
    width: 23.5%;
    display: inline-block;
    float: left;
    margin-right: 2%;
    border: 1px solid #ddd;
    padding: 3px;
}
.content-product {
    width:100%;
    display: inline-block;
}
.content-product-left {
    width: 70%;
    float: left;
    display: inline-block;
    margin-right: 10px;
}
.content-product-right {
    width: 27%;
    float: left;
    display: inline-block;
}
.title-share {
    width: 100%;
    display: inline-block;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
}
.right-short .price {
    font-size: 22px;
    float: left;
    margin: 0px;
}
.price-product {
    width:100%;
    display: inline-block;
    line-height: 26px;
}
.price-product .old_price {
    display: inline-block;
    float: left;
    margin: 0px 20px;
    font-size: 14px;
    color: #7d7d7d;
}
.price-product .sale {
    display: inline-block;
    float: left;
    font-size: 14px;
    background: #ff0000;
    color: #fff;
    padding: 0px 10px;
    line-height: 20px;
    border-radius: 3px;
}
.short-excerpt {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    background: #f3f3f3;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #e2e2e2;
    margin-top: 5px;
    line-height: 22px;
}
.short-excerpt .km {
    display: inline-block;
    width: 100%;
    border-bottom: 1px dotted #e2e2e2;
    margin-bottom: 5px;
    padding-bottom: 5px;
    text-transform: uppercase;
}
.short-excerpt p:before {
    content: '';
    margin-left: 5px;
    background:url("images/check.png") no-repeat;
    width: 14px;
    height: 14px;
    background-size: 14px 14px;
    margin-right: 10px;
    float: left;
    margin-top: 2px;
}
.order-this-now, .hotline{
    text-transform: uppercase;
    background: #31A028;
    width: 49%;
    display: inline-block;
    text-align: center;
    /* padding: 12px; */
    margin-top: 10px;
    color: #fff;
    border-radius: 5px;
    float: left;
    line-height: 18px;
    padding: 8px 0px;
}
.hotline {
    margin-left: 10px;
    background: #0072bb;

}
.order-this-now p, .hotline p {
    font-weight: 600;
}
.tv{
    font-size: 10px;
    text-transform: none;
    font-weight:500 !important;
}
.ship-product {
    font-size: 14px;
    display: inline-block;
    width:100%;
    margin: 5px 0px;
}
.possibility {
    width: 100%;
    display: inline-block;
    font-size: 14px;
}
.possibility .row {
    width: 50%;
    display: inline-block;
    float: left;
    padding: 5px 0px;
}
.possibility .row span {
        color: #3b3435;
    font-weight: 600;
    margin-left: 10px;
}
.lip-title span {
    background-color: #f3e995;
    background: -webkit-linear-gradient(to right, rgba(0, 0, 0, 0.91), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.91));
    background: -o-linear-gradient(to right, rgba(0, 0, 0, 0.91), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.91));
    background: -moz-linear-gradient(to right, rgba(0, 0, 0, 0.91), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.91));
    background: linear-gradient(to right, #d3ac50, #f7f09d, #d3ac50);
    color: #000000;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 10px 15px;
    float: left;
}


.hideContent {
    overflow: hidden;
    height: 400px;
}

.showContent {
    line-height: 1em;
    height: auto;
}

.showContent {
    height: auto;
}



.show-more {
    padding: 10px 0;
    text-align: center;
}
.show-more:before {
    height: 45px;
    margin-top: -45px;
    content: -webkit-gradient(linear,0% 100%,0% 0%,from(#fff),color-stop(.2,#fff),to(rgba(255,255,255,0)));
    display: block;
}
.text-container h3{
padding-bottom: 10px;
padding-top:10px;
}
.text-container .read-more {
    font-size: 15px;
    display: inline-block;
    padding: 5px 30px;
        color: #0072bb;
    text-transform: none;
}
.text-container h2 {    line-height: 26px;
    font-size: 16px;
}
.text-container p {
    font-size: 14px;
    line-height: 22px;
    padding-bottom:10px;
}
table, tbody {
    width: 100%;
    font-size: 14px;
    display: inline-block;
    height: auto !important;
}
tr {
    border-bottom: 1px solid #ccc;
    display: inline-block;
    margin-bottom: 5px;
    padding-bottom: 5px;
}
.main-sidbar {
    display: inline-block;
    width:100%;
}
.aligncenter {
    display: block;
    margin: 0 auto;
}
.widgettitle {
    background-color: #f3e995;
    background: -webkit-linear-gradient(to right, rgba(0, 0, 0, 0.91), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.91));
    background: -o-linear-gradient(to right, rgba(0, 0, 0, 0.91), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.91));
    background: -moz-linear-gradient(to right, rgba(0, 0, 0, 0.91), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.91));
    background: linear-gradient(to right, #d3ac50, #f7f09d, #d3ac50);
    color: #000000;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 10px 15px;
    float: left;
}

.widget b {
    float: left;
    width: 0;
    height: 0;
    border-left: 0 solid transparent;
    border-right: 25px solid transparent;
    border-bottom: 37px solid #8e680e;
}
.widget-post {
    display: inline-block;
    width: 100%;
        border-bottom: 1px dotted #e6e6e6;
    margin-bottom: 2px;
    padding-bottom: 5px;
}
.view_left {
    width: 25%;
    float: left;
    margin-right: 5px;
    display: inline-block;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
}
.view_right {
    display: inline-block;
    float: left;
    width: 73%;
}
.view_right .title_view {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    width:100%;
}
.view_right .price {
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    width: 100%;
    margin-top: 5px;
}
.single-tags {
    display: inline-block;
    font-size: 14px;
    width:100%;
    line-height: 14px;
}
.single-tags a {
    border: 1px solid #ccc;
    display: inline-block;
    margin: 10px 0px;
    padding: 3px 12px;
    border-radius: 5px;
    background: #ddd;
    font-size: 12px;
    margin-right: 5px;
}
.recent-product {
    display: inline-block;
    width: 100%;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    padding: 5px 0px;
    background: #f7f7f7;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}
.recent-left, .recent-right {
    display: inline-block;
    width: 50%;
    float: left;
}

.recent-left span a {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
}
.recent-left .price {
    display: inline-block;
    margin: 8px 0px;
    padding: 0px;
    float: left;
}
.recent-left .cur {
    display: inline-block;
    width:auto;
    float: right;
    margin-left: 5px;

}
.recent-left .thub {
    width: 25%;
    display: inline-block;
    float: left;
    border: 1px solid #e8e8e8;
    padding: 2px;
    margin-right: 10px;
    border-radius: 5px;
}
.recent-left .price_product {
    width: 72%;
    display: inline-block;
    float: left;
    margin-top: 30px;
}
.recent-right {
    margin-top: 15px;
}
.recent-right .order-this-now {
    width:48%;
}
.tab-product-single .tablinks.active {
    display: inline-block;
    border-bottom: 1px solid #d9b75d;
    background: #f1f1f1;
    float: left;
}
.tab-product-single .tablinks.active span {
    background-color: #f3e995;
    background: -webkit-linear-gradient(to right, rgba(0, 0, 0, 0.91), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.91));
    background: -o-linear-gradient(to right, rgba(0, 0, 0, 0.91), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.91));
    background: -moz-linear-gradient(to right, rgba(0, 0, 0, 0.91), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.91));
    background: linear-gradient(to right, #d3ac50, #f7f09d, #d3ac50);
    color: #000000;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 10px 15px;
    float: left;
}
.tab-product-single .tablinks.active b {
    float: left;
    width: 0;
    height: 0;
    border-left: 0 solid transparent;
    border-right: 25px solid transparent;
    border-bottom: 37px solid #8e680e;
}
.tab-product-single {
    display: inline-block;
    width:100%;
    background: #f1f1f1;
    border-bottom: 1px solid #d9b75d; margin-bottom:5px;
}
.tab-product-single .tablinks span {
    display: inline-block;
    float: left;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 10px 15px;
}
.related-posts-single {
    width:100%;
    display: inline-block;
}
.related-product-single .k-product {
    width: 24.25%;
    margin-right: 1%;
    margin-bottom: 1%;
}
.related-product-single .k-product:nth-child(4n+4) {
    margin-right: 0px;
}
.related-product-single .rate {
    display: none;
}
.related-product-single {
    display: inline-block;
    width:100%;
}
.related-product-single .frame_view {
    width: 14.9%;
    height: 300px;
}
.sh-title {
    display: inline-block;
    width: 100%;
    text-align: center;
    font-weight: 600;
    margin-bottom: 10px;
}
.sh {
    display: inline-block;
    width: 100%;
    border-bottom: 1px dotted #ddd;
    margin-bottom: 5px;
    padding-bottom: 5px;
    font-size: 14px;
    line-height: 24px;
}
.sh span {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    font-weight: 600;
}
.sh .fa {
    color: #9a7419;
    margin-right: 5px;
}
.sh p {
    margin-left: 20px;color: #585858;
}
.order-phone {
    display: inline-block;
    width: 100%;
    margin: 10px 0px;
}
.all-posts {
    width: 100%;
    display: inline-block;
}
.all-posts .thumbnail {
    width: 26%;
    display: inline-block;
    float: left;
    margin-right: 10px;
}
.all-posts .thumbnail img {
    height: 150px;
}
.all-posts .detail-post {
    margin: 0px;
    width: 72%;
}
.all-posts .content-excerpt {
    font-size: 14px;
    line-height: 22px;
    margin-top: 5px;
}
.related-posts-single h2 {
    font-size: 14px;
    font-weight: 500;
}
.title-bai-viet {
    font-size: 20px;
    line-height: 24px;
    display: inline-block;
    width: 100%;
    margin: 10px 0px;
}
.social-share-bai-viet {
    float: left;
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}
.single-content {
    display: inline-block;
    width: 100%;
    font-size: 15px;
    line-height: 27px;
    color: #404040; margin-bottom:20px;
}
.single-content h2{font-size:16px}





.slide .carousel {
    background: #FAFAFA;
}

.slide .carousel-cell {
    width: 100%;


    counter-increment: carousel-cell;
}


/* cell number */

.slide .carousel-nav {
    margin-top: -4px;
}
.slide .carousel-nav .carousel-cell {
    height: 50px;
    width: 20%;
    border-right: 1px solid #ccc;
    text-align: center;
    font-size: 12px;
    padding: 5px;
    line-height: 18px;
}
.slide .carousel-nav .carousel-cell:last-child {
    border-right: 0px;
}
.slide .carousel-cell.is-selected.is-nav-selected {
    font-weight: 500;
}





.slide .carousel-nav .carousel-cell:before {
    font-size: 50px;
    line-height: 60px;
}

.carousel-nav .flickity-prev-next-button {
    display: none;
}

.slide .flickity-page-dots {
    bottom: 10px;
}
.new .thumbnail img {
    height: 59px;
}
.flickity-page-dots .dot.is-selected {
    background: #d4a024;
}
.main-menu-mobile {
    display: none;
}


.k-product img {
    padding: 20px;
    max-height: 262px;
}
.image-product img {
    padding: 20px;
}
.related-product-single .k-product:nth-child(4n+1){
clear: both;
}

/*------------------ Đặt Hàng -------------------*/
.kang-form-order {
    width: 675px;
    margin: 0 auto;
    margin-left: -337px;
    display: block;
    position: fixed;
    top: -550px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    background: #fff;
    -webkit-transition: opacity .3s linear,top .3s ease-out;
    -moz-transition: opacity .3s linear,top .3s ease-out;
    -o-transition: opacity .3s linear,top .3s ease-out;
    transition: opacity .3s linear,top .3s ease-out;
    left: 50%;
    z-index: 1200;
}
.kang-form-order.open-popup {
    top: 80px;
}
.kajaxloading {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    display: none;
    z-index: 10;
}
.wandering-cubes {
    height: 60px;
    width: 60px;
    right: 0;
    left: 0;
    z-index: 10;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -45px 0 0 -30px;
    -webkit-transition: all .3s ease-in-out 0;
    transition: all .3s ease-in-out 0;
}
.cube1, .cube2 {
    width: 16px;
    height: 16px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: cubemove 1.8s infinite ease-in-out;
    animation: cubemove 1.8s infinite ease-in-out;
}
.cube2 {
    -webkit-animation-delay: -.9s;
    animation-delay: -.9s;
}
h2.title-form {
    background-color: #f3e995;
    background: -webkit-linear-gradient(to right, rgba(0, 0, 0, 0.91), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.91));
    background: -o-linear-gradient(to right, rgba(0, 0, 0, 0.91), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.91));
    background: -moz-linear-gradient(to right, rgba(0, 0, 0, 0.91), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.91));
    background: linear-gradient(to right, #d3ac50, #f7f09d, #d3ac50);
    color: #000000;
    font-size: 15px;
    line-height: 1;
    padding: 9px 12px;
    position: relative;
    border: 1px solid #318A00;
    border-bottom: 0;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    margin-bottom: 0;
    margin: 0px;
    text-transform: uppercase;
    text-align: center;
}
h2.title-form a.close-order {
    width: 26px;
    height: 26px;
    display: inline-block;
    background: #FFF;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    color: #000;
    position: absolute;
    z-index: 2;
    right: 12px;
    top: 2px;
    text-align: center;
    line-height: 25px;
}
.kang-form-order .content-form {
    display: table;
    width: 100%;
    vertical-align: top;
}
.kang-form-order .content-form .form-left {
    display: table-cell;
    width: 52%;
    vertical-align: top;
    padding: 30px;
    padding-top: 0px;
    padding-bottom:0px;
}
.kang-form-order .content-form .form-right {
    display: table-cell;
    width: 48%;
    background: #F7F7F7;
    vertical-align: top;
    padding: 30px;
    border-bottom-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
}
.kang-form-order .head-form {
    width: 100%;
    display: inline-block;
    clear: both;
    margin-bottom: 10px;
}
.kang-form-order .client-fill {
    text-align: center;
}
.kang-form-order .head-form .thumb {
    width: 100%;
    height: auto;
    display: block;
    float: left;
    margin-right: 10px;
}
.head-form .title {
    display: inline-block;
    width: 100%;
    float: left;
    color: #000000;
}
.kang-form-order.open-popup .close-order .fa {
    margin-right: 0px !important;
}
.kang-form-order .head-form .title h3 {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 600;
    width: 100%;
    display: inline-block;
    line-height: 26px;
    margin: 0px;
}
.kang-form-order .client-fill p {
    display: inline-block;
    width: 100%;
    margin: 0 0 10px;
    vertical-align: top;
}
.kang-form-order .client-fill p.first select {
    border: 1px solid #d3d3d3;
    display: inline-block;
    float: left;
    width: 100%;
    height: 35px;
    padding: 0 5px;
    margin-right: 5px;
    margin-bottom: 10px;
    border-radius: 3px;
}
.kang-form-order .client-fill p.first input[type="text"] {
    width: 100%;
    float: left;
    max-width: 100%;
}
.kang-form-order .client-fill p textarea#your-address {
    min-height: 65px;
}
.kang-form-order .client-fill p {
    display: inline-block;
    width: 100%;
    margin: 0 0 10px;
    vertical-align: top;
}
.kang-form-order .client-fill p input[type="text"], .kang-form-order .client-fill p input[type="email"], .kang-form-order .client-fill p input[type="number"], .kang-form-order .client-fill p textarea {
    height: 35px;
    padding: 5px 10px;
    width: 100%;
    border: 1px solid #d3d3d3;
    outline: none;
    vertical-align: top;
    border-radius: 3px;
}
a.btn-order-popup {
    background-color: #f3e995;
    background: -webkit-linear-gradient(to right, rgba(0, 0, 0, 0.91), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.91));
    background: -o-linear-gradient(to right, rgba(0, 0, 0, 0.91), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.91));
    background: -moz-linear-gradient(to right, rgba(0, 0, 0, 0.91), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.91));
    background: linear-gradient(to right, #d3ac50, #f7f09d, #d3ac50);
    color: #000000;
    padding: 10px 35px;
    text-transform: uppercase;
    border-radius: 3px;
    display: inline-block;
    margin: 0px 0px 10px 0px;
    line-height: 1;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
}
.kang-form-order .client-fill p.message {
    color: red;
    margin: 6px 0 0;
    font-size: 12px;
}
.kang-form-order .client-fill p {
    display: inline-block;
    width: 100%;
    margin: 0 0 10px;
    vertical-align: top;
}

.kang-form-order .form-right .note-top {
    border-bottom: 1px solid #d4d4d4;
    padding-bottom: 22px;
}
.kang-form-order .form-right .note-top, .kang-form-order .form-right .note-top * {
    font-size: 14px;
    color: #747474;
    margin: 0;
}
.kang-form-order .form-right .note-bottom {
    border-top: 1px solid #e7e7e7;
    padding-top: 22px;
}
.order-success, .order-failed {
    position: fixed;
    width: 500px;
    top: 35%;
    background: #fff;
    margin-left: -250px;
    left: 50%;
    z-index: 1200;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    visibility: hidden;
    transition: opacity .3s linear;
    -webkit-transition: opacity .3s linear;
    -moz-transition: opacity .3s linear;
    opacity: 0;
}
.order-success .fa {
    margin: 0px;
}
.content-success {
    padding: 30px 140px 30px 30px;
    border-bottom: 5px solid #D33615;
    min-height: 120px;
    display: block;
    position: relative;
    font-size: 14px;
    line-height: 1.6;
    color: #000000;
}
.content-success i.fa {
    position: absolute;
    right: 30px;
    font-size: 91px;
    top: 12px;
    line-height: 1;
    color: #D33615;
}
.order-success, .order-failed {
    position: fixed;
    width: 500px;
    top: 35%;
    background: #fff;
    margin-left: -250px;
    left: 50%;
    z-index: 1200;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    visibility: hidden;
    transition: opacity .3s linear;
    -webkit-transition: opacity .3s linear;
    -moz-transition: opacity .3s linear;
    opacity: 0;
}
.order-failed .content-success i.fa {
    font-size: 80px;
    top: 20px;
}
.kang-overlay {
    position: fixed;
    background: rgba(0,0,0,0.8);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    transition: opacity .3s;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    opacity: 0;
}
.kang-overlay.fadeIn {
    opacity: 1;
}
.order-success.open-popup, .order-failed.open-popup {
    opacity: 1;
    visibility: visible;
}
.head-form .price-product .price {
    margin: 0px !important;
    font-size: 18px !important;
}
.info-popup {
    display: inline-block;
    width: 100%;
    color: #000000;
    font-size: 14px;
    line-height: 22px;
}
.contact-popup {
    display: inline-block;
    width: 100%;
    color: #000000;
    font-size: 14px;
    text-align: center;
    background: #e8e8e8;
}
.contact-popup p {
    display: inline-block;
    color: #ff0000;
    font-weight: 600;
    font-size: 16px;
}
/*----------End ----------*/
a.k-gototop {
    width: 40px;border-radius: 999px;
    height: 40px;
    position: fixed;
    cursor: pointer;
    z-index: 9999;
    text-align: center;
    line-height: 40px;
    right: 20px;
    bottom: 60px;
    background-color: #f3e995;
    background: -webkit-linear-gradient(to right, rgba(0, 0, 0, 0.91), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.91));
    background: -o-linear-gradient(to right, rgba(0, 0, 0, 0.91), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.91));
    background: -moz-linear-gradient(to right, rgba(0, 0, 0, 0.91), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.91));
    background: linear-gradient(to right, #d3ac50, #f7f09d, #d3ac50);
    color: #000000;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    font-size: 28px;
}
a.k-gototop i {
    position: absolute;
    left: 7px;
    bottom: 2px;
    font-size: 40px;
    color: #000000 !important;
}
.phone-order {
    display: none;
}


#mobile-menu, #logo .fa  {
    display: none;
}
.content-product-right tr {border-bottom: 1px dotted #f1f1f1;margin-bottom: 6px;
    padding-bottom: 6px;
    color: #545454;
    width: 100%;
}
.content-product-right tr td {
    width: 50% !important;
    display: inline-block;
    float: left;
}
.form-left img {
    padding: 20px;
}
.list-view-images img {
    padding: 3px;
}
.list-view-images a:last-child {
    margin-right: 0px;
}



.new-product {
    display: inline-block;
    float: left;
    width: 63%;
    margin-right: 10px;
}
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .8;
    filter: alpha(opacity=80);
}
.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none!important;
    -webkit-backface-visibility: hidden;
}
.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}
.mfp-auto-cursor .mfp-content {
    cursor: auto;
}
.mfp-image-holder .mfp-content {
    max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}
.mfp-figure {
    line-height: 0;
}
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}
.mfp-figure figure {
    margin: 0;
}
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0;
    margin: 0 auto;
}
.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}
.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px;
}
.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
}
.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0,0,0,0.6);
    background: #444;
}
.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}
.mfp-s-ready .mfp-preloader {
    display: none;
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
    #container {
        width: 100%;
    }


    .col-header {
        width:100%;
    }
    .hotline-header, .social-header, .main-menu, .carousel-nav, .new {
        display: none;
    }
    .slide {
        width: 100%;
        margin-right: 0px;
    }
    .tab-product {
        width:100%;
        margin-right: 0px;
    }
    div.tab .tablinks {
        display: none;
    }
    .tablinks.active {
        display: block !important;
    }
    .k-product {
        width:49% !important;
        margin-bottom: 5px;
        margin-right: 5px;
    }
    .product-home .subcate, .banner-home, .price-sale, .banner-category {
        display: none;
    }
    .k-product:nth-child(2n+2) {
        margin-right: 0px;
    }
    .product-home .k-product:nth-child(4n+4) {
        margin-right: 0px !important;
    }
    .product-home .k-product:nth-child(5n+5) {
        margin-right: 0px;
    }
    .product-home .k-product:nth-child(5n+1) {
        clear: none;
    }
    .box-footer {
        width:100% !important;
        margin-right: 0px;
    }
    .box-footer:nth-child(1) {
        margin-right: 0px;
    }
    .flickity-prev-next-button {
        width: 30px !important;
        height: 30px !important;
    }
    .flickity-prev-next-button svg {
        position: absolute;
        left: 30% !important;
        top: 30% !important;
        width: 40% !important;
        height: 40% !important;
    }
    .frame_view {
        display: none;
    }
    .title-product {
        margin-left: 0px;
        padding-left: 10px;
        font-size: 12px;
    }
    .col-header .title-home, .col-header .info {
        display: none;
    }
    .search {
        display: inline-block;
        width: 100%;
        margin-top: 0px;
        margin-bottom: 10px;
    }
    .col-header .search {
        padding: 0px 10px;
    }


    #logo {
        width: 100%;
        max-height: 50px;
        line-height: normal;
    }
    #logo img {
        max-width: 100%;
        max-height: 50px;
    }
    .main-menu-mobile {
        display: inline-block;
        color: #fff;
        background: #fff;
    }
    .widget-top {
        padding: 0px 10px;
    }
    #breadcrumbs {
        width: 100%;
    }
    .single-product-left, .image-product, .right-short, .single-product-right, .content-product-left, .content-product-right {
        width: 100%;
    }
    .order-this-now, .hotline {
        width: 48%;
    }
    .recent-left, .recent-right {
        width: 100%;
    }
    .recent-left .thub {
        width: 40%;
    }
    .recent-left .price_product {
        width: 56%;
        margin-top: 10px;
    }
    .related-product-single .k-product {
        margin-bottom: 5px;
    }
    .slide-category {
        display: none;
    }
    .main-category .product-home .k-product {
        margin-right: 5px;
        margin-bottom: 5px;
    }
    .main-category .product-home .k-product:nth-child(2n+2) {
        margin-right: 0px;
    }
    .main-category {
        padding: 0px 5px;
    }
    .related-product-single .tablinks {
        display: none;
    }
    .related-product-single .tablinks.active {
        display: block;
    }
    .all-posts .thumbnail, .all-posts .detail-post {
        width:100%;
    }
    .phone-order {
        display: inline-block;
        width: 100%;
        position: fixed;
        bottom: 0px;
        background: rgb(43, 43, 43);
        color: #fff;
        height: 44px;
        left: 0px;
        z-index: 99999;
    }
    .phone-left {
        display: inline-block;
        width: 48%;
        float: left;
        text-align: center;
        font-size: 16px;
        line-height: 30px;
        margin: 5px;
        background:#0072bb;
    }
    .phone-left a {
        color: #FFFFFF;
    }
    .phone-left .fa {
        font-size: 20px;
        color: #fff !important;
        border: 1px solid #fff;
        border-radius: 50%;
        width: 30px;
        height: 30px;
        line-height: 30px;
        margin-right: 5px !important;
        display: inline-block;
        text-align: center !important;
        margin-top: 3px;
    }
    .phone-right {
        border-radius: 0px;
        margin: 5px;
        width: 45%;
        display: inline-block;
        float: left;
    }
    .phone-right .order-this-now {
        width: 100%;
        margin: 0pc;
        padding: 0px;
        border-radius: 0px;
        height: 36px;
        line-height: 36px;
    }



    #logo .fa {
        float: left;
        line-height: 44px;
        font-size: 22px;
        margin-left: 10px;
        display: inline-block;
    }

    .sale-off {
        width: 25px;
        height: 25px;
        line-height: 25px;
        font-size: 10px;
    }

    .kang-form-order {
        width: 90%;
        margin-left: 0px;
        margin: 0 auto;
        display: block;
        left: 5%;
        height: 420px;
        overflow: auto;
    }
    .kang-form-order .content-form .form-left, .kang-form-order .content-form .form-right {
        width: 100%;
        float: left
    }
    .kang-form-order.open-popup {
        top: 45px;
    }
    .kang-form-order .content-form .form-left {
        padding-bottom: 0px;
    }
    .kang-form-order .content-form .form-right {
        padding-top: 0px;
    }
    .new-product {
        width: 100%;
    }
.k-product:nth-child(2n+1) {
       margin-right: 5px !important;
}
.title-product {
    margin-left: 0px;
    padding-left: 10px;
    font-size: 12px;
    line-height: 20px;
    height: 38px;
    margin-top: 0px;
    overflow: hidden;
}
.price {
margin-top: 5px;
}
.k-product .rate {
    display: none;
}
}




