@media(min-width: 768px)and (max-width: 991.98px) {
    .col-md-4 {
        -ms-flex: 0 0 33.333334%;
        flex: 0 0 33.333334%;
        max-width: 33.333334%
    }
}

a {
    color: #000
}

a:hover {
    text-decoration: none;
    color: #0a9343
}

html {
    overflow-x: hidden
}

body {
    font-size: 17px;
    line-height: 1.7;
    font-family: "Open Sans", sans-serif
}

@media(min-width: 768px) {
    .container {
        max-width: 750px
    }
}

@media(min-width: 992px) {
    .container {
        max-width: 990px
    }
}

@media(min-width: 1200px) {
    .container {
        max-width: 1170px
    }
}

.red {
    color: #ea0000 !important
}

.grey {
    color: #999898
}

.bg_white {
    background: #fff
}

.bg_grey {
    background: #fafafa
}

.bg_grey_half {
    background: #fafafa
}

@media(min-width: 768px) {
    .bg_grey_half {
        background: linear-gradient(to right, #fafafa 0%, #fafafa 50%, #fafafa 50%, white 50%, white 100%);
        background: -o-linear-gradient(to right, #fafafa 0%, #fafafa 50%, #fafafa 50%, white 50%, white 100%);
        background: -moz-linear-gradient(to right, #fafafa 0%, #fafafa 50%, #fafafa 50%, white 50%, white 100%);
        background: -webkit-linear-gradient(to right, #fafafa 0%, #fafafa 50%, #fafafa 50%, white 50%, white 100%);
        background: -ms-linear-gradient(to right, #fafafa 0%, #fafafa 50%, #fafafa 50%, white 50%, white 100%)
    }
}

.box-shadow {
    -webkit-box-shadow: 2px 2px 20px #00000017;
    -moz-box-shadow: 2px 2px 20px #00000017;
    box-shadow: 2px 2px 20px #00000017
}

.font-weight-bold,
strong,
b {
    font-weight: bold;
	color: red !important;
	font-size: 17px !important
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.5
}

@keyframes stuckMoveDown {
    0% {
        transform: translateY(-100%)
    }
    100% {
        transform: translateY(0)
    }
}

@keyframes stuckMoveUp {
    0% {
        transform: translateY(100%)
    }
    100% {
        transform: translateY(0)
    }
}

.mm-menu {
    --mm-color-background: #333;
    --mm-color-text: #fff;
    --mm-color-button: #fff;
    --mm-color-border: #545454;
    --mm-color-text-dimmed: #fff
}

.rotate {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg)
}

.lazyload {
    opacity: 1
}

.lazyloading {
    opacity: 1;
    transition: opacity 300ms;
    background: url("../css/images/loading.gif") no-repeat center !important;
    background-size: 50px
}

.lazyloaded {
    opacity: 1;
    transition: opacity 300ms
}

header .top-bar-mobile {
    background-image: -webkit-linear-gradient(to right, #ad8a41 0, #f7e38f 30%, #f7e38f 70%, #ad8a41 100%);
    background-image: -moz-linear-gradient(to right, #ad8a41 0, #f7e38f 30%, #f7e38f 70%, #ad8a41 100%);
    background-image: -ms-linear-gradient(to right, #ad8a41 0, #f7e38f 30%, #f7e38f 70%, #ad8a41 100%);
    background-image: -o-linear-gradient(to right, #ad8a41 0, #f7e38f 30%, #f7e38f 70%, #ad8a41 100%);
    background-image: linear-gradient(to right, #ad8a41 0, #f7e38f 30%, #f7e38f 70%, #ad8a41 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=$filter1, endColorStr=$filter2)
}

header .mobile-bar {
    z-index: 10;
    background: #fff;
    position: relative;
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, .2);
    box-shadow: 0 3px 8px rgba(0, 0, 0, .2)
}

header .mobile-bar .toggle-menu {
    padding: 0 1rem;
    font-size: 28px;
    display: block;
    height: 50px;
    line-height: 52px;
    position: absolute;
    z-index: 10;
    color: #ad8a41
}

header .mobile-bar .logo-top {
    text-align: center;
    height: 50px;
    position: relative;
    overflow: hidden;
    transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    -o-transition: all .2s ease-in
}

header .mobile-bar .logo-top a {
    line-height: 40px;
    display: inline-block;
    float: left
}

header .mobile-bar .logo-top a img {
    transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    height: 40px;
    max-width: 100%
}

header .mobile-bar .mobile-right {
    text-align: right;
    font-size: 22px;
    display: block;
    height: 40px;
    line-height: 40px;
    position: absolute;
    z-index: 10;
    color: #fff;
    right: 0;
    top: 5px
}

header .mobile-bar .mobile-right .search_mobile_button {
    cursor: pointer;
    padding: 0 0 10px 1rem;
    color: #000
}

header .mobile-bar .mobile-right .search_mobile_button i {
    font-size: 17px
}

header .mobile-bar .mobile-right .search_mobile_button i.fa-times {
    color: red;
    display: none
}

header .mobile-bar .mobile-right .cart_th {
    width: 25px;
    float: right;
    position: relative
}

header .mobile-bar .mobile-right .cart_th img {
    width: 100%
}

header .mobile-bar .mobile-right .cart_th span {
    position: absolute;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    display: block;
    top: 0;
    right: -6px;
    color: #fff;
    background: #000;
    background: transparent\9;
    background: rgba(0, 0, 0, .4);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000, endColorstr=#66000000);
    line-height: 20px;
    width: 20px;
    text-align: center;
    font-weight: 400;
    font-size: 13px
}

header .mobile-bar .search_mobile_wrap {
    position: relative;
    display: none;
    padding: 0;
    z-index: 9999
}

header .mobile-bar .search_mobile_wrap .search_mobile {
    padding: 10px 0;
    background: #f5f5f5;
    position: absolute;
    width: 100%
}

header .search_form {
    margin: 0 auto;
    position: relative;
    background: transparent;
    border: 0;
    width: 90%;
    background: #fff;
    border-radius: 5px;
    max-width: 555px
}

header .search_form input {
    background: transparent;
    display: block;
    height: 40px;
    border-radius: 0;
    width: calc(100% - 60px);
    text-indent: 10px;
    outline: none;
    float: left;
    border: 1px solid #fff;
    border-right: 0;
    color: #000;
    background: #fff
}

header .search_form input::-webkit-input-placeholder {
    color: #666
}

header .search_form input::-moz-placeholder {
    color: #666
}

header .search_form input:-ms-input-placeholder {
    color: #666
}

header .search_form input:-moz-placeholder {
    color: #666
}

header .search_form button {
    display: block;
    float: left;
    border-radius: 0;
    outline: none;
    background: #da2724;
    color: #fff;
    height: 40px;
    width: 60px;
    border: 0;
    cursor: pointer;
    text-transform: uppercase
}

header .top {
    background: #f4f5f9
}

header .top .info-top>span,
header .top .info-top>a {
    line-height: 18px;
    font-size: 14px
}

header .top a {
    font-size: 14px
}

header .top a:hover {
    color: #ea0000
}

header .logo-link-search .logo-group {
    width: 200px;
    height: 90px;
    position: relative
}

header .logo-link-search .logo-group a {
    display: block;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    position: absolute;
    margin-bottom: 0;
    line-height: 1
}

header .logo-link-search .logo-group a img {
    max-height: 80px;
    max-width: 100%
}

header .logo-link-search .logo-group>h1 {
    line-height: 1
}

@media(min-width: 1200px) {
    header .logo-link-search .logo-group {
        width: 250px
    }
}

header .logo-link-search .link .item img {
    height: 28px
}

header .logo-link-search .link .item a {
    font-size: 14px
}

header .logo-link-search .search-form form {
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    width: 310px
}

header .logo-link-search .search-form form input {
    border: 0;
    padding: 0 10px;
    line-height: 35px;
    background: none;
    height: 45px;
    float: none
}

header .logo-link-search .search-form form button {
    padding: 0;
    line-height: 45px;
    height: 45px;
    background: none;
    border: 0;
    color: #000
}

header .logo-link-search .right-logo .hotline {
    padding-left: 60px;
    background: url("../css/images/phone-call (2).png") no-repeat;
    background-size: auto 45px
}

header .logo-link-search .right-logo .hotline a {
    font-weight: 600
}

header .logo-link-search .right-logo .cart_menu {
    background: #ad8a41;
    color: #fff;
    line-height: 45px;
    font-size: 14px;
    position: relative
}

header .logo-link-search .right-logo .cart_menu img {
    height: 18px
}

header .logo-link-search .container {
    position: relative
}

header .logo-link-search .container .show-cart {
    position: absolute;
    top: 70px;
    right: 15px;
    width: 350px;
    -webkit-box-shadow: 1px 1px 15px rgba(0, 0, 0, .15);
    -moz-box-shadow: 1px 1px 15px rgba(0, 0, 0, .15);
    box-shadow: 1px 1px 15px rgba(0, 0, 0, .15);
    border: 2px solid #ddd;
    z-index: 9999;
    background: #fff;
    transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    opacity: 0;
    visibility: hidden
}

header .logo-link-search .container .show-cart.show {
    opacity: 1;
    visibility: visible
}

header .logo-link-search .container .show-cart .wrap {
    max-height: 220px;
    overflow-y: scroll
}

header .logo-link-search .container .show-cart .wrap::-webkit-scrollbar {
    width: 10px
}

header .logo-link-search .container .show-cart .wrap::-webkit-scrollbar-track {
    background: #f1f1f1
}

header .logo-link-search .container .show-cart .wrap::-webkit-scrollbar-thumb {
    background: #888
}

header .logo-link-search .container .show-cart .wrap::-webkit-scrollbar-thumb:hover {
    background: #555
}

header .logo-link-search .container .show-cart .wrap ._record .img-box {
    width: 80px;
    height: 80px;
    flex: 0 0 80px
}

header .logo-link-search .container .show-cart .wrap ._record .img-box img {
    max-width: 95%;
    max-height: 95%
}

header .logo-link-search .container .show-cart .wrap ._record>div {
    -ms-flex: 0 0 calc(100% - 80px);
    flex: 0 0 calc(100% - 80px);
    max-width: calc(100% - 80px)
}

header .menu-cart {
    background-image: -webkit-linear-gradient(to right, #ad8a41 0, #f7e38f 30%, #f7e38f 70%, #ad8a41 100%);
    background-image: -moz-linear-gradient(to right, #ad8a41 0, #f7e38f 30%, #f7e38f 70%, #ad8a41 100%);
    background-image: -ms-linear-gradient(to right, #ad8a41 0, #f7e38f 30%, #f7e38f 70%, #ad8a41 100%);
    background-image: -o-linear-gradient(to right, #ad8a41 0, #f7e38f 30%, #f7e38f 70%, #ad8a41 100%);
    background-image: linear-gradient(to right, #ad8a41 0, #f7e38f 30%, #f7e38f 70%, #ad8a41 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=$filter1, endColorStr=$filter2)
}

header .menu-cart .menubar #narbarMainMenu {
    padding: 0;
    z-index: 999
}

header .menu-cart .menubar #narbarMainMenu .navbar-collapse ul li {
    position: relative
}

header .menu-cart .menubar #narbarMainMenu .navbar-collapse ul li.nav-item .nav-link {
    padding: 0 10px;
    font-size: 14px;
    line-height: 45px;
    position: relative;
    text-transform: uppercase
}

@media(min-width: 1200px) {
    header .menu-cart .menubar #narbarMainMenu .navbar-collapse ul li.nav-item .nav-link {
        padding: 0 15px;
        font-size: 15px
    }
}

header .menu-cart .menubar #narbarMainMenu .navbar-collapse ul li.nav-item:hover .nav-link {
    color: #fff;
    background: #ad8a41
}

header .menu-cart .menubar #narbarMainMenu .navbar-collapse ul li.nav-item:hover>ul {
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1)
}

header .menu-cart .menubar #narbarMainMenu .navbar-collapse ul li.nav-item:hover>ul:before {
    filter: alpha(opacity=100);
    opacity: 1
}

header .menu-cart .menubar #narbarMainMenu .navbar-collapse ul li.nav-item ul {
    position: absolute;
    min-width: 220px;
    z-index: 99;
    background: #ad8a41;
    text-align: left;
    visibility: hidden;
    list-style: none;
    padding: 0;
    top: 100%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

header .menu-cart .menubar #narbarMainMenu .navbar-collapse ul li.nav-item ul li {
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

header .menu-cart .menubar #narbarMainMenu .navbar-collapse ul li.nav-item ul li a {
    padding: 0 15px;
    display: block;
    white-space: nowrap;
    font-size: 14px;
    min-width: 150px;
    border-top: 1px solid #c09a48;
    line-height: 40px;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    color: #fff
}

header .menu-cart .menubar #narbarMainMenu .navbar-collapse ul li.nav-item ul li ul {
    min-width: 200px;
    z-index: 99;
    background: #e3e3e3;
    border-left: 0;
    top: 0;
    text-align: left;
    left: 100%;
    display: none;
    padding: 0;
    list-style: none
}

header .menu-cart .menubar #narbarMainMenu .navbar-collapse ul li.nav-item ul li ul li a:hover {
    color: #000;
    background: #fff
}

header .menu-cart .menubar #narbarMainMenu .navbar-collapse ul li.nav-item ul li:hover ul {
    display: block;
    opacity: 1;
    visibility: visible
}

header .menu-cart .menubar #narbarMainMenu .navbar-collapse ul li.nav-item ul li:hover>a {
    background: #fff;
    color: #000;
    text-decoration: none;
    padding-left: 20px
}

header .menu-cart .menubar #narbarMainMenu .navbar-collapse ul li.nav-item>ul {
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -o-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform-origin: 0 0 0;
    -webkit-transform-origin: 0 0 0;
    -ms-transform-origin: 0 0 0;
    -o-transform-origin: 0 0 0
}

header.fixed {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 999;
    background: #fff;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
    animation: stuckMoveDown .6s
}

header.fixed .top,
header.fixed .logo-link-search {
    display: none !important
}

header.fixed .logo-menu .logo-group {
    height: 55px
}

header.fixed .logo-menu .logo-group img {
    max-height: 45px
}

header.fixed .logo-menu .menubar #narbarMainMenu {
    border-top: 0
}

header.fixed .logo-menu .menubar #narbarMainMenu .navbar-nav .nav-item .nav-link {
    line-height: 55px
}

header.fixed .logo-menu .menubar #narbarMainMenu .navbar-nav .nav-item.static>ul {
    -webkit-box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, .1);
    -moz-box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, .1);
    box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, .1)
}

@media(max-width: 991.98px) {
    header {
        -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
        -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
        box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
        position: relative;
        z-index: 999
    }
}

.slider {
    position: relative
}

@keyframes stuckFadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.slider .item>div {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%
}

.slider .item>div .wrap {
    width: 450px;
    -webkit-box-shadow: 0 0 5px #acacac;
    -moz-box-shadow: 0 0 5px #acacac;
    box-shadow: 0 0 5px #acacac;
    background: #fff;
    background: transparent\9;
    background: rgba(255, 255, 255, .7);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#b2ffffff, endColorstr=#b2ffffff)
}

.slider .item>div .wrap .title_sl {
    font-size: 15px;
    line-height: 25px;
    font-weight: 700
}

.slider .item>div .wrap .brief_sl {
    font-size: 14px;
    line-height: 20px
}

.slider .active .item>div {
    animation: stuckFadeIn 3s
}

.slider .owl-theme .owl-dots {
    margin: -35px 0 0 0 !important;
    position: relative;
    z-index: 100
}

.slider .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    border: 3px solid;
    background: #fff;
    opacity: .6;
    margin: 5px
}

.slider .owl-dots .owl-dot span.active {
    opacity: 1;
    background: #fff
}

.slider .owl-dots .owl-dot:hover span,
.slider .owl-dots .owl-dot.active span {
    opacity: 1;
    background: #fff;
    border-color: #519b42
}

@media(min-width: 992px) {
    .slider .owl-nav {
        margin: 0;
        position: static
    }
    .slider .owl-nav [class*=owl-] {
        background: transparent;
        color: #858585;
        position: absolute;
        margin: 0;
        padding: 15px 10px !important;
        top: 50%;
        opacity: .7;
        filter: alpha(opacity=70);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 70 ")";
        transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        font-size: 30px
    }
    .slider .owl-nav [class*=owl-].owl-next {
        right: 0
    }
    .slider .owl-nav [class*=owl-].owl-prev {
        left: 0
    }
    .slider .owl-nav [class*=owl-]:hover {
        opacity: 1;
        filter: alpha(opacity=100);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 100 ")";
        background: transparent;
        color: #858585
    }
}

.slider .right .owl-slider-right img {
    height: 149px;
    min-width: 100%;
    width: auto
}

@media(min-width: 1200px) {
    .slider .right .owl-slider-right img {
        height: 194px
    }
}

@media(min-width: 992px) {
    .slider .right .owl-slider-right .owl-nav {
        margin: 0;
        position: static
    }
    .slider .right .owl-slider-right .owl-nav [class*=owl-] {
        background: transparent;
        color: #9d9d9d;
        position: absolute;
        margin: 0;
        padding: 15px 10px !important;
        top: 50%;
        opacity: .7;
        filter: alpha(opacity=70);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 70 ")";
        transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        font-size: 25px
    }
    .slider .right .owl-slider-right .owl-nav [class*=owl-].owl-next {
        right: 0
    }
    .slider .right .owl-slider-right .owl-nav [class*=owl-].owl-prev {
        left: 0
    }
    .slider .right .owl-slider-right .owl-nav [class*=owl-]:hover {
        opacity: 1;
        filter: alpha(opacity=100);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 100 ")";
        background: transparent;
        color: #9d9d9d
    }
}

.slider .right .policy .items {
    background: #f8f8f8;
    padding: 10px 5px;
    font-size: 11px
}

.slider .right .policy .items img {
    height: 20px
}

.slider .right .policy .items .info>p {
    font-weight: 600
}

.slider .right .policy .items:nth-child(4),
.slider .right .policy .items:nth-child(4n+1) {
    background: #f0f0f0
}

@media(min-width: 1200px) {
    .slider .right .policy .items {
        padding: 12px 5px
    }
}

.bg {
    background: url("../css/images/bg-container.png") repeat
}

.bg .wrap {
    background: #fff
}

.headerbox .title {
    font-size: 17px;
    line-height: 22px;
    text-transform: uppercase;
    color: #808285;
    font-weight: 700;
    position: relative
}

.headerbox .title .search-result {
    color: #000
}

@media(min-width: 992px) {
    .headerbox {
        max-width: 70%;
        margin-left: auto;
        margin-right: auto
    }
}

.best-product .best-product-wrap {
    border: 1px solid #ad8a41;
    background: #fff
}

.best-product .best-product-wrap>p {
    margin-top: -21px
}

.best-product .best-product-wrap .title {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    height: 40px;
    line-height: 40px;
    background-image: -webkit-linear-gradient(to right, #ad8a41 0, #f7e38f 30%, #f7e38f 70%, #ad8a41 100%);
    background-image: -moz-linear-gradient(to right, #ad8a41 0, #f7e38f 30%, #f7e38f 70%, #ad8a41 100%);
    background-image: -ms-linear-gradient(to right, #ad8a41 0, #f7e38f 30%, #f7e38f 70%, #ad8a41 100%);
    background-image: -o-linear-gradient(to right, #ad8a41 0, #f7e38f 30%, #f7e38f 70%, #ad8a41 100%);
    background-image: linear-gradient(to right, #ad8a41 0, #f7e38f 30%, #f7e38f 70%, #ad8a41 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=$filter1, endColorStr=$filter2);
    font-weight: 600;
    text-transform: uppercase;
    padding: 0 25px;
    font-size: 15px;
    position: relative
}

@media(min-width: 768px) {
    .best-product .best-product-wrap .title {
        font-size: 20px
    }
}

.best-product .best-product-wrap .title:before {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-left-color: #ad8a41;
    border-width: 20px;
    margin-top: -20px
}

.best-product .best-product-wrap .title:after {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-right-color: #ad8a41;
    border-width: 20px;
    margin-top: -20px
}

.best-product .best-product-wrap .list-products .product-box {
    border: 0
}

.best-product .best-product-wrap .owl-nav {
    margin: 0;
    position: static
}

.best-product .best-product-wrap .owl-nav [class*=owl-] {
    background: transparent;
    color: #ccc;
    position: absolute;
    margin: 0;
    padding: 15px 10px !important;
    top: 50%;
    opacity: .7;
    filter: alpha(opacity=70);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 70 ")";
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    font-size: 20px
}

.best-product .best-product-wrap .owl-nav [class*=owl-].owl-next {
    right: -18px
}

.best-product .best-product-wrap .owl-nav [class*=owl-].owl-prev {
    left: -18px
}

.best-product .best-product-wrap .owl-nav [class*=owl-]:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 100 ")";
    background: transparent;
    color: #ccc
}

.best-product .best-product-wrap .owl-nav [class*=owl-] {
    background: #fff;
    -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .1);
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 100 ")";
    padding: 10px !important
}

.best-product .best-product-wrap .owl-nav [class*=owl-]:hover {
    color: #fff !important;
    border-color: #ad8a41;
    background-image: -webkit-linear-gradient(to right, #ad8a41 0, #f7e38f 30%, #f7e38f 70%, #ad8a41 100%);
    background-image: -moz-linear-gradient(to right, #ad8a41 0, #f7e38f 30%, #f7e38f 70%, #ad8a41 100%);
    background-image: -ms-linear-gradient(to right, #ad8a41 0, #f7e38f 30%, #f7e38f 70%, #ad8a41 100%);
    background-image: -o-linear-gradient(to right, #ad8a41 0, #f7e38f 30%, #f7e38f 70%, #ad8a41 100%);
    background-image: linear-gradient(to right, #ad8a41 0, #f7e38f 30%, #f7e38f 70%, #ad8a41 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=$filter1, endColorStr=$filter2)
}

.home_news .owl-nav {
    margin: 0;
    position: static
}

.home_news .owl-nav [class*=owl-] {
    background: transparent;
    color: #ccc;
    position: absolute;
    margin: 0;
    padding: 15px 10px !important;
    top: 50%;
    opacity: .7;
    filter: alpha(opacity=70);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 70 ")";
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    font-size: 20px
}

.home_news .owl-nav [class*=owl-].owl-next {
    right: -18px
}

.home_news .owl-nav [class*=owl-].owl-prev {
    left: -18px
}

.home_news .owl-nav [class*=owl-]:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 100 ")";
    background: transparent;
    color: #ccc
}

.home_news .list_home_news .item_wrap {
    padding: 0 2px
}

@media(min-width: 768px) {
    .home_news .list_home_news .item_wrap {
        padding-top: 0;
        padding-bottom: 0
    }
}

.home_news .list_home_news .item {
    transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out
}

.home_news .list_home_news .item .img-box {
    position: relative
}

.home_news .list_home_news .item .img-box .image_inner {
    position: relative;
    display: block;
    overflow: hidden;
    height: 160px;
    width: 100%
}

.home_news .list_home_news .item .img-box .image_inner img {
    width: 100% !important;
    min-height: 100%;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.home_news .list_home_news .item .img-box .image_inner .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #ad8a41;
    background: transparent\9;
    background: rgba(173, 138, 65, .6);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99ad8a41, endColorstr=#99ad8a41);
    top: 0;
    left: 0;
    padding: 10px 8px;
    cursor: pointer;
    transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out
}

.home_news .list_home_news .item .img-box .image_inner .overlay .icon_position_table {
    border: 1px dashed rgba(255, 255, 255, .5);
    display: -webkit-flex;
    display: flex;
    height: 100%;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center
}

.home_news .list_home_news .item .img-box .image_inner .overlay .icon_position_table .icon_container {
    width: 40px;
    height: 40px;
    padding: 5px;
    background: #fff;
    display: table;
    text-align: center;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.home_news .list_home_news .item .img-box .image_inner .overlay .icon_position_table .icon_container a {
    border: 1px dashed #cfcfcf;
    display: table-cell;
    vertical-align: middle;
    color: #ad8a41;
    font-size: 13px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%
}

.home_news .list_home_news .item .img-box .image_inner .overlay .icon_position_table .icon_container:hover {
    background: #000
}

.home_news .list_home_news .item .item-body {
    transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out
}

.home_news .list_home_news .item .item-body .item-title {
    font-size: 14px;
    line-height: 25px;
    font-weight: 600
}

@media(min-width: 768px) {
    .home_news .list_home_news .item .item-body .item-title {
        height: 50px;
        overflow: hidden
    }
}

.home_news .list_home_news .item .item-body .more a {
    font-size: 14px
}

.home_news .list_home_news .item .item-body .more i {
    color: #da2828;
    font-size: 11px
}

.home_news .list_home_news .item .item-body .content {
    line-height: 25px;
    height: 50px;
    overflow: hidden
}

.home_news .list_home_news .item:hover .img-box .image_inner .overlay {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1)
}

.home_news .list_home_news .owl-nav [class*=owl-] {
    background: #fff;
    -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .1);
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 100 ")";
    padding: 10px !important
}

.home_news .list_home_news .owl-nav [class*=owl-]:hover {
    color: #ea0000 !important;
    border-color: #ea0000
}

@media(min-width: 992px) {
    .home_news .wrap {
        position: relative
    }
    .home_news .headerbox {
        position: absolute;
        width: 50px;
        height: 100%;
        left: 0;
        top: 0;
        background-image: -webkit-linear-gradient(to bottom, #ad8a41 0, #f7e38f 30%, #f7e38f 70%, #ad8a41 100%);
        background-image: -moz-linear-gradient(to bottom, #ad8a41 0, #f7e38f 30%, #f7e38f 70%, #ad8a41 100%);
        background-image: -ms-linear-gradient(to bottom, #ad8a41 0, #f7e38f 30%, #f7e38f 70%, #ad8a41 100%);
        background-image: -o-linear-gradient(to bottom, #ad8a41 0, #f7e38f 30%, #f7e38f 70%, #ad8a41 100%);
        background-image: linear-gradient(to bottom, #ad8a41 0, #f7e38f 30%, #f7e38f 70%, #ad8a41 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=$filter1, endColorStr=$filter2);
        z-index: 9
    }
    .home_news .headerbox .title {
        width: 50px;
        display: block;
        margin-top: 215px;
        white-space: nowrap;
        text-overflow: ellipsis;
        -ms-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        transform: rotate(-90deg);
        color: #000
    }
    .home_news .list_home_news {
        margin-left: 50px;
        width: calc(100% - 50px)
    }
}

.home-product .header-wrap {
    border-bottom: 2px solid #ad8a41
}

.home-product .header-wrap .header span {
    display: inline-block;
    background: #519b42;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    line-height: 38px;
    width: 42px;
    text-align: center;
    border: 2px solid #fff;
    margin-left: 5px;
    position: relative;
    z-index: 2;
    color: #fff;
    font-weight: 700;
    display: none
}

.home-product .header-wrap .header a {
    display: inline-block;
    line-height: 46px;
    background-image: -webkit-linear-gradient(to right, #ad8a41 0, #f7e38f 30%, #f7e38f 70%, #ad8a41 100%);
    background-image: -moz-linear-gradient(to right, #ad8a41 0, #f7e38f 30%, #f7e38f 70%, #ad8a41 100%);
    background-image: -ms-linear-gradient(to right, #ad8a41 0, #f7e38f 30%, #f7e38f 70%, #ad8a41 100%);
    background-image: -o-linear-gradient(to right, #ad8a41 0, #f7e38f 30%, #f7e38f 70%, #ad8a41 100%);
    background-image: linear-gradient(to right, #ad8a41 0, #f7e38f 30%, #f7e38f 70%, #ad8a41 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=$filter1, endColorStr=$filter2);
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    padding: 0 20px
}

.home-product .header-wrap .header a:hover {
    color: #fff
}

.home-product .header-wrap .link-to a {
    color: #5d5c5c;
    font-weight: 600
}

.home-product .header-wrap .link-to a:hover {
    color: #519b42
}

.home-product .seemore-product {
    border-top: 1px solid #e8e8e8
}

.home-product .seemore-product a {
    border: 1px solid #e8e8e8;
    padding: 10px 20px;
    text-align: center;
    margin: 0 auto;
    border-radius: 3px;
    color: #000;
    transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out
}

.home-product .seemore-product a:hover {
    background: #0c857b;
    color: #fff
}

@media(min-width: 992px) {
    .home-product .list-products .item {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
}

.list-products .item {
    height: 100%
}

.list-products .product-box {
    height: 100%;
    position: relative;
    background: #fff;
    transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    border-right: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8
}

.list-products .product-box .img-box {
    height: 200px;
    background: #fff;
    overflow: hidden;
    transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out
}

.list-products .product-box .img-box img {
    
    max-width: 95%;
    transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    width: auto
}

.list-products .product-box .info-box {
    position: relative;
    z-index: 6;
    transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out
}

.list-products .product-box .info-box .product-name {
    line-height: 1;
    position: relative
}

.list-products .product-box .info-box .product-name a {
    font-size: 14px;
    line-height: 23px;
    height: 46px;
    overflow: hidden;
    color: #000
}

.list-products .product-box .info-box .product-name a:hover {
    color: #0c857b
}

.list-products .product-box .info-box .price-more .price {
    color: #ff8805;
    font-size: 15px
}

.list-products .product-box .info-box .price-more .retail {
    color: #aaa;
    text-decoration: line-through;
    font-size: 13px
}

.list-products .product-box:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1)
}

.opacity {
    width: 100%;
    height: 100%;
    display: block;
    transition: all .8s ease-in-out;
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -ms-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    overflow: hidden
}

.opacity img {
    transition: all .8s ease-in-out;
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -ms-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    width: 100%
}

.opacity:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1)
}

.home-news-bottom .headerbox .title {
    color: #000
}

.home-news-bottom .nav-tabs .nav-link {
    border: 1px solid #e1e1e1;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0
}

.home-news-bottom .list-home-news.row {
    margin-left: -10px;
    margin-right: -10px
}

.home-news-bottom .list-home-news.row>div {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
    transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out
}

.home-news-bottom .list-home-news.row>div:hover {
    margin-top: -5px;
    margin-bottom: 25px
}

.home-news-bottom .item {
    -webkit-box-shadow: 0px 5px 7px 0px #e8e8e8;
    -moz-box-shadow: 0px 5px 7px 0px #e8e8e8;
    box-shadow: 0px 5px 7px 0px #e8e8e8;
    height: 100%
}

.home-news-bottom .item .banner-fc {
    height: 210px;
    overflow: hidden
}

.home-news-bottom .item .banner-fc img {
    width: 100%;
    min-height: 210px
}

.home-news-bottom .item .title {
    font-weight: bold;
    text-transform: uppercase;
    line-height: 20px
}

.home-news-bottom .item .description {
    height: 46px;
    line-height: 23px;
    overflow: hidden
}

.banner-fc {
    display: block;
    position: relative;
    transition-duration: .5s;
    transition-property: left, right;
    transition-timing-function: ease-out
}

.banner-fc:before {
    background: #6fc4c9 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 4px;
    left: 50%;
    position: absolute;
    right: 50%;
    transition-duration: .5s;
    transition-property: left, right;
    transition-timing-function: ease-out;
    z-index: -1
}

.banner-fc:after {
    background: #6fc4c9 none repeat scroll 0 0;
    top: 0;
    content: "";
    height: 4px;
    left: 50%;
    position: absolute;
    right: 50%;
    transition-duration: .5s;
    transition-property: left, right;
    transition-timing-function: ease-out;
    z-index: -1
}

.banner-fc .boxshadowb {
    transition-duration: .5s;
    transition-property: left, right;
    transition-timing-function: ease-out
}

.banner-fc .boxshadowb:before {
    background: #6fc4c9 none repeat scroll 0 0;
    left: 0;
    content: "";
    width: 4px;
    top: 50%;
    position: absolute;
    bottom: 50%;
    transition-duration: .5s;
    transition-property: top, bottom;
    transition-timing-function: ease-out;
    z-index: -1
}

.banner-fc .boxshadowb:after {
    background: #6fc4c9 none repeat scroll 0 0;
    right: 0;
    content: "";
    width: 4px;
    top: 50%;
    position: absolute;
    bottom: 50%;
    transition-duration: .5s;
    transition-property: top, bottom;
    transition-timing-function: ease-out;
    z-index: -1
}

.banner-fc:hover:before {
    left: 0;
    right: 0;
    z-index: 1
}

.banner-fc:hover:after {
    left: 0;
    right: 0;
    z-index: 1
}

.banner-fc:hover .boxshadowb:before {
    top: 0;
    bottom: 0;
    z-index: 1
}

.banner-fc:hover .boxshadowb:after {
    top: 0;
    bottom: 0;
    z-index: 1
}

footer {
    background: #f5f5f5;
    border-top: 5px solid #ccc
}

footer .name {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 12px;
    position: relative;
    padding-right: 10px;
    text-transform: uppercase
}

footer ul {
    list-style: none
}

footer .map iframe,
footer .face iframe {
    width: 100% !important
}

@media(min-width: 768px) {
    footer .company-info {
        width: 200px
    }
    footer .face {
        width: 150px
    }
}

@media(min-width: 992px) {
    footer .company-info,
    footer .face {
        width: 210px
    }
}

@media(min-width: 1200px) {
    footer .company-info {
        width: 270px
    }
    footer .face {
        width: 250px
    }
}

.copyright {
    border-top: 1px solid #e8e8e8;
    line-height: 25px
}

@media(max-width: 767.98px) {
    .copyright {
        text-align: center
    }
}

@media(min-width: 992px) {
    .copyright .d-lg-flex.text-right {
        text-align: left !important;
        height: 100%
    }
}

.copyright .info>* {
    margin-bottom: 0
}

.copyright .partner a {
    padding: 5px
}

.copyright .partner a img {
    height: 30px
}

.copyright .network_social a {
    display: inline-block;
    width: 32px;
    height: 32px;
    font-size: 12px;
    text-align: center;
    line-height: 32px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    color: #fff
}

.copyright .network_social a:hover {
    background: #000 !important
}

.copyright .network_social a.facebook_icon {
    background: #4861a3
}

.copyright .network_social a.twitter_url {
    background: #40bdf3
}

.copyright .network_social a.youtube {
    background: #d5302a
}

.copyright #gototop {
    display: inline-block;
    width: 32px;
    height: 32px;
    background: #ea0000;
    font-size: 12px;
    text-align: center;
    line-height: 32px;
    color: #fff;
    transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    cursor: pointer
}

.copyright #gototop:hover {
    color: #fff;
    background: #000
}

.navbar-banner {
    background: #fff;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    padding: 10px 0 !important
}

.navbar-banner .breadcrumbs-box .breadcrumb {
    position: relative;
    margin: 0;
    border: 0;
    background-color: transparent;
    padding: 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px
}

.navbar-banner .breadcrumbs-box .breadcrumb>li::after {
    font-family: "Font Awesome 5 Free";
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-weight: 900;
    content: "";
    padding: 0 10px
}

.navbar-banner .breadcrumbs-box .breadcrumb>li:last-child::after {
    content: "";
    display: none
}

.content .content-style p {
    margin: 0 0 15px 0
}

.content .content-style img {
    height: auto !important
}

.content .content-style img.with-100 {
    width: 100%
}

.content .content-style iframe,
.content .content-style img {
    max-width: 100% !important
}

.content .content-style table td {
    padding: 10px;
    border: 1px solid #ddd
}

.content .content-style table td p {
    margin: 0
}

.content .content-style h1 {
    font-size: 1.8rem;
    line-height: 1.5
}

.content .content-style h1.title {
    font-size: 1.8rem;
    line-height: 1.5
}

.content .content-style h2 {
    font-size: 130%;
    line-height: 180%
}

.content .content-style h3 {
    font-size: 120%;
    line-height: 170%
}

.content .content-style h4 {
    font-size: 100%;
    line-height: 160%
}

.content .content-style h5 {
    font-size: 100%;
    line-height: 150%
}

.content .content-style .goback {
    font-weight: bold
}

.content .content-style blockquote {
    background: #f8f4e8;
    padding: 5px 20px;
    border: 1px dashed #c90002
}

.content .content-style blockquote>* {
    margin: 15px 0
}

.content .pagination {
    margin: 1rem 0 2rem 0
}

.content .pagination>li {
    color: #000;
    border: 1px solid #dee2e6;
    text-align: center;
    font-size: 1rem;
    background-color: #fff;
    margin-left: -1px
}

.content .pagination>li a,
.content .pagination>li span {
    padding: 0 .75rem;
    height: 40px;
    line-height: 38px;
    font-weight: 600;
    display: block;
    color: #000;
    text-decoration: none
}

.content .pagination>li.active {
    background-color: #bbbfc2 !important;
    border-color: #bbbfc2 !important;
    cursor: pointer;
    text-decoration: none
}

.content .pagination>li.active * {
    color: #fff
}

.content .pagination>li:hover {
    background-color: #dee2e6;
    cursor: pointer;
    text-decoration: none
}

.content .header-title {
    font-weight: bold;
    font-size: 18px;
    position: relative;
    border-bottom: 1px solid #e8e8e8;
    line-height: 30px
}

@media(min-width: 992px) {
    .content .header-title {
        padding-top: 12px
    }
}

.content .list-news .item {
    border-bottom: 1px dotted #ddd
}

@media(min-width: 768px) {
    .content .list-news .item {
        border-bottom: 0
    }
}

.content .list-news .item .img-box {
    position: relative
}

.content .list-news .item .img-box .image_inner {
    position: relative;
    display: block;
    overflow: hidden;
    height: 100%;
    width: 100%
}

.content .list-news .item .img-box .image_inner img {
    width: 100% !important;
    min-height: 100%;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.content .list-news .item .img-box .image_inner .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #ad8a41;
    background: transparent\9;
    background: rgba(173, 138, 65, .6);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99ad8a41, endColorstr=#99ad8a41);
    top: 0;
    left: 0;
    padding: 10px 8px;
    cursor: pointer;
    transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out
}

.content .list-news .item .img-box .image_inner .overlay .icon_position_table {
    border: 1px dashed rgba(255, 255, 255, .5);
    display: -webkit-flex;
    display: flex;
    height: 100%;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center
}

.content .list-news .item .img-box .image_inner .overlay .icon_position_table .icon_container {
    width: 40px;
    height: 40px;
    padding: 5px;
    background: #fff;
    display: table;
    text-align: center;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.content .list-news .item .img-box .image_inner .overlay .icon_position_table .icon_container a {
    border: 1px dashed #cfcfcf;
    display: table-cell;
    vertical-align: middle;
    color: #ad8a41;
    font-size: 13px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%
}

.content .list-news .item .img-box .image_inner .overlay .icon_position_table .icon_container:hover {
    background: #000
}

@media(min-width: 768px) {
    .content .list-news .item .img-box {
        background: #fff
    }
}

.content .list-news .item .item-body .item-title {
    font-size: 18px;
    line-height: 25px;
    font-weight: 600
}

@media(min-width: 768px) {
    .content .list-news .item .item-body .item-title {
        max-height: 50px;
        overflow: hidden
    }
}

.content .list-news .item .item-body .cat-date {
    font-size: 13px;
    color: #888
}

.content .list-news .item .item-body .cat-date a {
    color: #888
}

.content .list-news .item .item-body .content {
    line-height: 25px;
    height: 75px;
    overflow: hidden
}

@media(min-width: 768px) {
    .content .list-news .item .item-body {
        background: #fff
    }
}

.content .list-news .item:hover .img-box .image_inner .overlay {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1)
}

@media(min-width: 992px) {
    .content .slidebar .sidebar-fix {
        position: -webkit-sticky;
        position: sticky;
        top: 70px
    }
}

.content .slidebar .box-layer {
    position: relative;
    padding: 5px 10px;
    background: #fff;
    -webkit-box-shadow: 2px 2px 20px #00000017;
    -moz-box-shadow: 2px 2px 20px #00000017;
    box-shadow: 2px 2px 20px #00000017
}

.content .slidebar .box-layer .title_block {
    font-size: 18px;
    margin-bottom: 0;
    position: relative;
    font-weight: bold;
    line-height: 45px;
    color: #000;
    border-bottom: 2px solid #e1e1e1
}

.content .slidebar .box-layer .title_block:before {
    content: "";
    display: block;
    width: 100px;
    position: absolute;
    left: 0;
    bottom: -2px;
    border-bottom: 2px solid #ad8a41
}

.content .slidebar .box-layer .list-news-latest {
    padding: 10px 0;
    counter-reset: popular-counter
}

.content .slidebar .box-layer .list-news-latest .col-12 {
    border-bottom: 1px #e1e1e1 dotted
}

.content .slidebar .box-layer .list-news-latest .col-12:last-child {
    border-bottom: 0
}

.content .slidebar .box-layer .list-news-latest .item-article {
    border-bottom: 1px #d3d3d3 dotted;
    padding: 10px 0;
    margin: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row
}

.content .slidebar .box-layer .list-news-latest .item-article:last-child {
    border-bottom: 0
}

.content .slidebar .box-layer .list-news-latest .item-article:before {
    display: table;
    content: " "
}

.content .slidebar .box-layer .list-news-latest .item-article .post-image {
    -ms-flex: 0 1 90px;
    flex: 0 1 90px;
    max-width: 90px;
    position: relative
}

.content .slidebar .box-layer .list-news-latest .item-article .post-image a {
    display: block;
    height: 75px;
    overflow: hidden
}

.content .slidebar .box-layer .list-news-latest .item-article .post-image a img {
    min-width: 100%;
    height: 75px
}

.content .slidebar .box-layer .list-news-latest .item-article .post-image a.d-flex img.m-auto {
    max-width: 90%;
    max-height: 90%;
    height: auto;
    min-width: 0
}

.content .slidebar .box-layer .list-news-latest .item-article .post-content {
    padding-left: 15px;
    overflow: hidden;
    -ms-flex: 1 1;
    flex: 1 1
}

.content .slidebar .box-layer .list-news-latest .item-article .post-content .title {
    margin: 0 0 5px;
    font-size: 14px;
    line-height: 22px;
    overflow: hidden;
    max-height: 44px
}

.content .slidebar .box-layer .list-news-latest .item-article .post-content .date {
    font-size: 12px
}

.content .slidebar .box-layer .list-news-latest .item-article .post-content .date i {
    color: #a6a6a6;
    font-size: 12px;
    margin-right: 5px;
    vertical-align: 1px
}

.content .slidebar .box-layer .list-news-latest .item-article .post-content .price-more .price {
    color: #ea0000
}

.content .slidebar .box-layer .list-news-social ul {
    margin: 0;
    padding: 0
}

.content .slidebar .box-layer .list-news-social ul li {
    font-weight: bold;
    list-style: none
}

.content .slidebar .box-layer .list-news-social ul li a {
    display: block
}

.content .slidebar .box-layer.cat-menu ul {
    list-style: none
}

.content .slidebar .box-layer.cat-menu .list>ul {
    padding: 0
}

.content .slidebar .box-layer.cat-menu .list>ul>li {
    position: relative
}

.content .slidebar .box-layer.cat-menu .list>ul>li>a {
    color: #333
}

.content .slidebar .box-layer.cat-menu .list>ul>li>i {
    position: absolute;
    right: 0;
    top: 15px
}

.content .slidebar .box-layer.cat-menu .list>ul>li>i.fa-angle-up {
    display: none
}

.content .slidebar .box-layer.cat-menu .list>ul>li ul {
    display: none
}

.content .slidebar .box-layer.cat-menu .list>ul>li.expand>i.fa-angle-up {
    display: inline-block
}

.content .slidebar .box-layer.cat-menu .list>ul>li.expand>i.fa-angle-down {
    display: none
}

.content .slidebar .box-layer.cat-menu .list>ul>li.expand ul {
    display: block
}

.content .slidebar .box-layer.cat-menu .red {
    color: #ad8a41 !important
}

.content .slidebar .retail {
    text-decoration: line-through;
    color: #ccc;
    font-size: 13px
}

.content.news .left h1.title {
    font-size: 25px;
    font-weight: bold
}

.content.news .left .news-latest .item .img-box {
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, .1);
    box-shadow: 0 0 4px rgba(0, 0, 0, .1);
    border: 1px solid #ddd;
    padding: 4px;
    transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out
}

.content.news .left .news-latest .item .img-box .img {
    height: 120px;
    overflow: hidden
}

.content.news .left .news-latest .item .img-box .img img {
    width: 100%;
    min-height: 120px
}

.content.news .left .news-latest .item:hover .img-box {
    -webkit-box-shadow: 0 0 4px #0a9343;
    -moz-box-shadow: 0 0 4px #0a9343;
    box-shadow: 0 0 4px #0a9343;
    border: 1px solid #0a9343
}

@media(min-width: 1200px) {
    .content.news .col-xl-9 {
        padding-right: 35px !important
    }
}

.content.list-products .tool_box {
    border-bottom: 1px solid #e8e8e8
}

@media(min-width: 768px) {
    .content.list-products .tool_box .left_tool_box label {
        margin: 10px 0;
        margin-right: 10px;
        line-height: 20px;
        position: relative;
        overflow: hidden;
        display: block;
        float: left
    }
    .content.list-products .tool_box .left_tool_box label input {
        position: absolute;
        top: 0;
        left: -30px
    }
    .content.list-products .tool_box .left_tool_box label input:before {
        content: "";
        position: absolute;
        top: 3px;
        left: 31px;
        width: 12px;
        height: 12px;
        border: 3px solid #fff;
        box-shadow: 0 0 0 1px #aaa;
        border-radius: 30px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        background: #fff
    }
    .content.list-products .tool_box .left_tool_box label input:checked:before {
        background: #0c9445;
        box-shadow: 0 0 0 1px #0c9445
    }
    .content.list-products .tool_box .left_tool_box label+label {
        padding-left: 18px
    }
}

.content.list-products .tool_box .left_tool_box select {
    width: 85px
}

.content.list-products .tool_box .right_tool_box a {
    color: #444;
    border: 1px solid #ddd;
    padding: 3px 10px 2px;
    margin-top: 7px;
    margin-bottom: 7px
}

.content.list-products .tool_box .right_tool_box a svg {
    width: 1em;
    height: 1em;
    vertical-align: -0.125em
}

.content.list-products .tool_box .right_tool_box a.active,
.content.list-products .tool_box .right_tool_box a:hover {
    color: #0c9445;
    border-color: #0c9445
}

.content.list-products .product-grid {
    background-color: #fff
}

.content.list-products .product-grid>.item:nth-child(2n+2) .product-box {
    border-right: 0
}

@media(min-width: 768px) {
    .content.list-products .product-grid>.item:nth-child(2n+2) .product-box {
        border-right: 1px solid #e8e8e8
    }
}

@media(min-width: 768px) {
    .content.list-products .product-grid>.item:nth-child(4n+4) .product-box {
        border-right: 0
    }
}

.content.list-products .product-grid.view_grid .item .info-box .content {
    display: none
}

.content.list-products .product-grid.view_list .item {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.content.list-products .product-grid.view_list .item .product-box {
    text-align: left !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    border-right: 0 !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
}

.content.list-products .product-grid.view_list .item .product-box .img-box {
    width: 200px;
    margin-right: 20px;
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
    max-width: 200px
}

.content.list-products .product-grid.view_list .item .product-box .info-box .product-name a {
    height: auto;
    font-weight: 600
}

.content.list-products .product-grid.view_list .item .product-box .info-box .price-more {
    justify-content: left !important
}

@media(min-width: 1200px) {
    .content.list-products .col-xl-9 {
        padding-left: 35px !important
    }
}

.content.product .product-image .big-image {
    height: 320px;
    position: relative;
    overflow: hidden;
    border: 1px solid #e0e0e0;
    -webkit-box-shadow: inset 0 0 10px rgba(44, 44, 44, .1);
    -moz-box-shadow: inset 0 0 10px rgba(44, 44, 44, .1);
    box-shadow: inset 0 0 10px rgba(44, 44, 44, .1);
    background: #fff
}

.content.product .product-image .big-image img {
    max-width: 90%;
    max-height: 90%
}

@media(min-width: 1200px) {
    .content.product .product-image .big-image {
        height: 400px
    }
}

.content.product .product-image .owl-productimg {
    position: relative
}

.content.product .product-image .owl-productimg .owl-nav {
    margin: 0;
    position: static
}

.content.product .product-image .owl-productimg .owl-nav [class*=owl-] {
    background: transparent;
    color: red;
    position: absolute;
    margin: 0;
    padding: 0;
    top: 50%;
    font-size: 20px;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%)
}

.content.product .product-image .owl-productimg .owl-nav [class*=owl-].owl-next {
    right: 0
}

.content.product .product-image .owl-productimg .owl-nav [class*=owl-].owl-prev {
    left: 0
}

.content.product .product-image .owl-productimg .item {
    display: block
}

.content.product .product-image .owl-productimg .item a {
    height: 60px;
    display: block;
    position: relative;
    border: 1px solid #e0e0e0
}

.content.product .product-image .owl-productimg .item a img {
    max-width: 90%;
    max-height: 90%;
    width: auto
}

.content.product .product-image .owl-productimg .item a:hover {
    border: 1px solid #ffcc01
}

.content.product .product-brief .title {
    font-size: 18px;
    font-weight: bold;
    color: #ad8a41
}

.content.product .product-brief .content-style ul {
    padding-left: 20px
}

.content.product .product-brief .content-style ul li {
    margin-bottom: 10px
}

.content.product .product-brief .product-order form input {
    width: 60px;
    display: block;
    text-align: center;
    line-height: 38px;
    border-top: solid 1px #ebebeb;
    border-bottom: solid 1px #ebebeb;
    font-size: 14px;
    outline: none;
    padding: 5px 0;
    float: left;
    border-left: 0;
    border-right: 0
}

.content.product .product-brief .product-order form button {
    display: block;
    border: 0;
    background: linear-gradient(#ff8805, #ff8805);
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
    padding: 5px 0;
    width: calc(100% - 5px);
    margin-left: 5px;
    outline: none
}

@media(max-width: 767.98px) {
    .content.product .product-brief .product-order form button {
        width: 100%;
        margin-left: 0;
        margin-top: 5px
    }
}

.content.product .product-brief .product-order form button strong {
    display: block;
    font-size: 18px;
    line-height: 24px
}

.content.product .product-brief .product-order form button p {
    margin: 0;
    font-size: 13px;
    line-height: 16px
}

.content.product .product-brief .product-order form .input_cart button {
    margin: 0;
    font-size: 20px;
    line-height: 0px;
    border: solid 1px #ebebeb;
    display: inline-block;
    width: 40px;
    height: 50px;
    background: #fff;
    float: left;
    color: #333;
    text-align: center;
    padding: 5px 0
}

.content.product .product-brief .product-order form .input_cart button:hover {
    border: solid 1px #ff8805;
    background: #ff8805;
    color: #fff
}

.content.product .product-brief .product-order form .input_cart button.btn-minus {
    border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px
}

.content.product .product-brief .product-order form .input_cart button.btn-plus {
    border-radius: 0 3px 3px 0;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0
}

@media(min-width: 992px) {
    .content.product .product-brief .product-order form .input_cart {
        flex: 0 0 140px;
        max-width: 140px
    }
}

@media(min-width: 992px) {
    .content.product .product-brief .product-order form .button_cart {
        flex: 0 0 calc( 100% - 140px);
        max-width: calc( 100% - 140px)
    }
}

.content.product .product-brief .product-order form .hotline_cart {
    background-image: -webkit-linear-gradient(to right, #ad8a41 0, #f7e38f 30%, #f7e38f 70%, #ad8a41 100%);
    background-image: -moz-linear-gradient(to right, #ad8a41 0, #f7e38f 30%, #f7e38f 70%, #ad8a41 100%);
    background-image: -ms-linear-gradient(to right, #ad8a41 0, #f7e38f 30%, #f7e38f 70%, #ad8a41 100%);
    background-image: -o-linear-gradient(to right, #ad8a41 0, #f7e38f 30%, #f7e38f 70%, #ad8a41 100%);
    background-image: linear-gradient(to right, #ad8a41 0, #f7e38f 30%, #f7e38f 70%, #ad8a41 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=$filter1, endColorStr=$filter2);
    text-align: center;
    border-radius: 3px;
    padding: 5px 0;
    display: block;
    text-decoration: none
}

.content.product .product-brief .product-order form .hotline_cart span {
    display: block;
    line-height: 18px;
    font-size: 15px
}

.content.product .product-brief .product-order form .hotline_cart p {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    margin: 0
}

.content.product .product-description .title {
    font-size: 20px;
    color: #ad8a41
}

.content.product .orthers-product .title {
    font-size: 20px;
    color: #ad8a41
}

.content.product .orthers-product .list-products {
    background: #fff
}

@media(min-width: 768px)and (max-width: 1199.98px) {
    .content.product .orthers-product .list-products>div:nth-child(3n+3) .product-box {
        border-right: 0
    }
}

@media(min-width: 1200px) {
    .content.product .orthers-product .list-products>div:nth-child(4n+4) .product-box {
        border-right: 0
    }
}

.content.product .product_property>p {
    font-weight: 700
}

.content.product .product_property .ordered_prop_ppage .item_prop {
    padding: 5px;
    border: 1px solid #e2e2e2;
    cursor: pointer
}

.content.product .product_property .ordered_prop_ppage .item_prop.active {
    border-color: #ea0000
}

.content.product .product_property .ordered_prop_ppage .item_prop.item_img {
    width: 60px;
    height: 60px;
    float: left;
    margin-right: 5px;
    font-size: 12px
}

.content.product .product_property .ordered_prop_ppage .item_prop.item_img img {
    max-width: 100%;
    max-height: 100%
}

.content.product .product_property .ordered_prop_ppage .item_prop.item_name {
    padding: 5px 15px
}

.content.shopping .shopping-cart table tr {
    border-bottom: 1px solid #eee
}

.content.shopping .shopping-cart table .img-box {
    width: 70px;
    height: 70px;
    background: #fff
}

.content.shopping .shopping-cart table .img-box img {
    max-width: 90%;
    max-height: 90%
}

.content.shopping .shopping-cart .button-box a {
    display: block;
    text-align: center;
    margin-bottom: 10px;
    background: #0c9445;
    color: #fff;
    padding: 7px 15px 5px;
    line-height: 24px;
    text-transform: uppercase
}

.content.shopping .shopping-cart .button-box a.btn-delete {
    background: #444
}

@media(min-width: 768px) {
    .content.shopping .shopping-cart .button-box a {
        display: inline-block
    }
}

.content.shopping .shopping-order .title {
    font-size: 15px;
    font-weight: 700
}

.content.shopping .shopping-order form input,
.content.shopping .shopping-order form select {
    line-height: 32px
}

.content.shopping .shopping-order form .wrapper-select {
    position: relative
}

.content.shopping .shopping-order form .wrapper-select label {
    color: #737373;
    font-size: 11px;
    line-height: 13px;
    font-weight: 400;
    position: absolute;
    top: 0;
    width: 100%;
    margin-top: 3px;
    margin-left: 1px;
    padding: 0 .91667em;
    z-index: 1;
    pointer-events: none;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-top: 5px;
    display: inline-block;
    margin-bottom: .5rem
}

.content.shopping .shopping-order form .wrapper-select select {
    padding-bottom: 4px;
    padding-top: 22px !important;
    line-height: 20px;
    font-size: 13px;
    padding-left: 0 .91667em;
    background: #fff !important;
    height: 46px;
    -webkit-appearance: none
}

.content.shopping .shopping-order form .wrapper-select:before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMSIgaGVpZ2h0PSIxOSIgdmlld0JveD0iMCAwIDIxIDE5Ij48dGl0bGU+QXJ0Ym9hcmQgMTwvdGl0bGU+PGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48ZyBmaWxsPSIjMDAwIj48Zz48cGF0aCBkPSJNMCAwaDF2MTlIMFYweiIgaWQ9IlNoYXBlIiBmaWxsLW9wYWNpdHk9Ii4xNSIvPjxwYXRoIGQ9Ik0xMSA4aDEwbC01IDUtNS01eiIgZmlsbC1vcGFjaXR5PSIuNSIvPjwvZz48L2c+PC9nPjwvc3ZnPg==), none;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 45px;
    background-position: center center;
    background-repeat: no-repeat;
    pointer-events: none
}

.content.shopping .shopping-order form .custom_radio_box {
    border-color: #ced4da !important
}

.content.shopping .shopping-order form .custom_radio_box>p {
    display: none
}

.content.shopping .shopping-order form .custom_radio_box .radio {
    padding: 10px 15px;
    line-height: 24px
}

.content.shopping .shopping-order form .custom_radio_box .radio input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.content.shopping .shopping-order form .custom_radio_box .radio input:checked~label:before {
    background-color: #007bff
}

.content.shopping .shopping-order form .custom_radio_box .radio input:checked~label:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 50% 50%
}

.content.shopping .shopping-order form .custom_radio_box .radio label {
    margin-bottom: 0;
    line-height: 20px;
    padding-top: 3px;
    position: relative;
    padding-left: 20px
}

.content.shopping .shopping-order form .custom_radio_box .radio label:before,
.content.shopping .shopping-order form .custom_radio_box .radio label:after {
    position: absolute;
    top: .25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    z-index: 9
}

.content.shopping .shopping-order form .custom_radio_box .radio label:before {
    pointer-events: none;
    user-select: none;
    background-color: #dee2e6
}

.content.shopping .shopping-order form .custom_radio_box .radio:nth-child(1) {
    border-bottom: 1px solid #ced4da
}

.content.shopping .shopping-order form .custom_radio_box .radio-wrap .blank-slate {
    display: none;
    background: #f5f5f5
}

.content.shopping .shopping-order form .custom_radio_box .radio-wrap.show .blank-slate {
    display: block
}

.content.shopping .shopping-order form .has-error input,
.content.shopping .shopping-order form .has-error textarea,
.content.shopping .shopping-order form .has-error select {
    border: 1px solid #ea0000
}

.content.shopping .shopping-order form .has-error .help-block {
    margin-top: 5px;
    color: #ea0000
}

.content.shopping .shopping-order-cart .table_ordered {
    width: 100%
}

.content.shopping .shopping-order-cart .table_ordered .img-wrap {
    width: 90px
}

.content.shopping .shopping-order-cart .table_ordered .img-wrap .img-box {
    display: inline-block;
    position: relative
}

.content.shopping .shopping-order-cart .table_ordered .img-wrap .img-box .img {
    width: 90px;
    height: 90px;
    border-radius: 3px;
    overflow: hidden
}

.content.shopping .shopping-order-cart .table_ordered .img-wrap .img-box .img img {
    max-height: 95%;
    max-width: 95%
}

.content.shopping .shopping-order-cart .table_ordered .img-wrap .img-box em {
    display: inline-block;
    position: absolute;
    top: -5px;
    right: -5px;
    background: #999;
    color: #fff;
    border-radius: 30px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    font-style: normal
}

.content.shopping .shopping-order-cart .table_ordered .info {
    padding-left: 15px
}

.content.shopping .shopping-order-cart .table_ordered .info .product-name {
    font-size: 14px;
    font-weight: 600
}

.content.shopping .shopping-order-cart .table_ordered .info .input_cart input {
    width: 40px;
    display: block;
    text-align: center;
    line-height: 20px;
    border-top: solid 1px #ebebeb;
    border-bottom: solid 1px #ebebeb;
    font-size: 14px;
    outline: none;
    padding: 5px 0;
    float: left;
    border-left: 0;
    border-right: 0
}

.content.shopping .shopping-order-cart .table_ordered .info .input_cart button {
    margin: 0;
    font-size: 20px;
    line-height: 0px;
    border: solid 1px #ebebeb;
    display: inline-block;
    width: 30px;
    height: 32px;
    background: #fff;
    color: #333;
    text-align: center;
    padding: 5px 0
}

.content.shopping .shopping-order-cart .table_ordered .info .input_cart button:hover {
    border: solid 1px #dc0021;
    background: #dc0021;
    color: #fff
}

.content.shopping .shopping-order-cart .table_ordered .info .input_cart button.btn-minus {
    border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px
}

.content.shopping .shopping-order-cart .table_ordered .info .input_cart button.btn-plus {
    border-radius: 0 3px 3px 0;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0
}

@media(min-width: 992px) {
    .content.shopping .shopping-order-cart .table_ordered .info .input_cart {
        flex: 0 0 140px;
        max-width: 140px
    }
}

.content.shopping .shopping-order-cart .total-cart {
    font-size: 15px;
    font-weight: bold
}

@media(min-width: 992px) {
    .content.shopping .shopping-order-cart {
        height: 100%
    }
}

.content.contact .contact-form h5 {
    line-height: 1.5;
    font-weight: 400
}

.content.contact .contact-form .btn {
    background: #ea0000;
    color: #fff;
    position: relative;
    z-index: 2;
    font-weight: 600;
    padding: .75rem 1rem;
    cursor: pointer
}

.content.contact .contact-form .btn:hover {
    background: #ca0000
}

.content.contact #mapcont {
    width: 100% !important;
    height: 350px
}

.content.gallery .shadow {
    border-radius: .25rem;
    -webkit-border-radius: .25rem;
    -moz-border-radius: .25rem
}

.content.gallery .photo-item {
    position: relative
}

.content.gallery .photo-item:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(0, 0, 0, .6);
    z-index: 1;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    opacity: 0;
    visibility: hidden;
    border-radius: .25rem .25rem 0 0;
    -webkit-border-radius: .25rem .25rem 0 0;
    -moz-border-radius: .25rem .25rem 0 0
}

.content.gallery .photo-item img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 250px;
    border-radius: .25rem .25rem 0 0;
    -webkit-border-radius: .25rem .25rem 0 0;
    -moz-border-radius: .25rem .25rem 0 0
}

.content.gallery .photo-item:hover:after {
    opacity: 1;
    visibility: visible
}

.content.gallery .photo-text-more {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    background: #fff;
    border-radius: 0 0 .25rem .25rem;
    -webkit-border-radius: 0 0 .25rem .25rem;
    -moz-border-radius: 0 0 .25rem .25rem
}

.content.gallery .photo-text-more .icon {
    font-size: 20px
}

.content.gallery .photo-text-more .heading {
    font-size: 16px;
    margin-bottom: 0;
    font-weight: bold
}

.content.gallery .photo-text-more .meta {
    color: #8a8a8a;
    font-size: 15px
}

.content.album .gallery-picture .item-media {
    position: relative;
    overflow: hidden
}

.content.album .gallery-picture .item-media img {
    width: 100%
}

.content.album .gallery-picture .item-media .media-links {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0
}

.content.album .gallery-picture .item-media .media-links:before {
    background: #000;
    background: transparent\9;
    background: rgba(0, 0, 0, .7);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#b2000000, endColorstr=#b2000000);
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s linear
}

.content.album .gallery-picture .item-media .media-links div {
    margin-top: -30px;
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 4
}

.content.album .gallery-picture .item-media .media-links div .link-zoom {
    background-color: #fff;
    border-color: #fff;
    border-radius: 50px;
    color: #000;
    border: 2px solid transparent;
    display: inline-block;
    font-size: 16px;
    height: 60px;
    line-height: 58px;
    opacity: 0;
    position: relative;
    text-align: center;
    top: -100px;
    transition: all .6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
    width: 60px;
    z-index: 5
}

.content.album .gallery-picture .item-media .media-links div .link-zoom:before {
    content: "";
    font-family: "Font Awesome 5 Free";
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-weight: 900
}

.content.album .gallery-picture .item-media .media-links div .link-zoom:hover {
    background-color: #000;
    border-color: #da2828;
    color: #fff
}

.content.album .gallery-picture .item-media:hover .media-links:before {
    opacity: .5
}

.content.album .gallery-picture .item-media:hover .media-links a {
    filter: alpha(opacity=100);
    opacity: 1;
    top: 0
}

@media(min-width: 992px) {
    .content.video-page .item-video {
        height: 300px
    }
}

.content.video-page .item-video .img-box {
    height: 250px;
    position: relative;
    overflow: hidden
}

.content.video-page .item-video .img-box>a {
    display: block
}

.content.video-page .item-video .img-box>a::after {
    content: "";
    background: url("../css/images/play-icon.png") no-repeat;
    position: absolute;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    background-size: 100%;
    width: 50px;
    height: 50px;
    transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    opacity: .9
}

.content.video-page .item-video .img-box>a:hover::after {
    transform: translate(-50%, -50%) scale(1.3, 1.3);
    -webkit-transform: translate(-50%, -50%) scale(1.3, 1.3);
    -moz-transform: translate(-50%, -50%) scale(1.3, 1.3);
    -o-transform: translate(-50%, -50%) scale(1.3, 1.3);
    -ms-transform: translate(-50%, -50%) scale(1.3, 1.3)
}

.content.video-page .item-video .img-box img {
    position: absolute;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    object-fit: cover;
    transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    min-width: 100%;
    min-height: 100%
}

.content.video-page .item-video .title {
    font-size: 15px;
    font-weight: 600;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
    background: #fff;
    background: transparent\9;
    background: rgba(255, 255, 255, .9);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e5ffffff, endColorstr=#e5ffffff)
}

.custom-table table {
    border-collapse: collapse;
    width: 100%
}

.custom-table tr:nth-of-type(odd) {
    background: #f9f9f9
}

.custom-table th {
    background: #dfdfdf;
    color: #000;
    font-weight: 600;
    text-align: center
}

.custom-table td,
.custom-table th {
    padding: 12px
}

.custom-table h4 {
    line-height: 25px;
    font-size: 15px
}

@media(max-width: 767.98px) {
    .custom-table td,
    .custom-table tr {
        display: block;
        text-align: left !important
    }
    .custom-table .hidden {
        display: none
    }
    .custom-table thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px
    }
    .custom-table tr {
        border: 1px solid #ccc
    }
    .custom-table tr+tr {
        margin-top: 1.5em
    }
    .custom-table td {
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 30%;
        background-color: #f5f5f5;
        text-align: left
    }
    .custom-table td:before {
        content: attr(data-label);
        display: inline-block;
        line-height: 1.5;
        margin-left: -40%;
        width: 30%;
        float: left
    }
}

.bottom-wiget-support {
    position: fixed;
    z-index: 999;
    bottom: 0;
    background: #fff;
    width: 100%;
    -webkit-box-shadow: 2px 1px 9px #dedede;
    -moz-box-shadow: 2px 1px 9px #dedede;
    box-shadow: 2px 1px 9px #dedede;
    border-top: 1px solid #eaeaea
}

.bottom-wiget-support .item a {
    font-size: 13px
}

.bottom-wiget-support .item a img {
    height: 27px
}

.bottom-support-online {
    position: fixed;
    z-index: 999;
    left: 15px;
    bottom: 30px
}

.bottom-support-online .support-content {
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -o-transform: translateY(100%);
    -ms-transform: translateY(100%);
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out
}

.bottom-support-online .support-content.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0)
}

.bottom-support-online a {
    position: relative;
    margin: 20px 10px;
    text-align: left;
    width: 40px;
    height: 40px;
    display: block
}

.bottom-support-online a span {
    border-radius: 2px;
    text-align: center;
    background: #189eff;
    padding: 9px;
    display: none;
    width: 210px;
    margin-left: 10px;
    position: absolute;
    color: #fff;
    z-index: 999;
    top: 0px;
    left: 40px;
    transition: all .2s ease-in-out 0s;
    -moz-animation: headerAnimation .7s 1;
    -webkit-animation: headerAnimation .7s 1;
    -o-animation: headerAnimation .7s 1;
    animation: headerAnimation .7s 1
}

.bottom-support-online a span:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 10px 0;
    border-color: transparent #189eff transparent transparent;
    position: absolute;
    left: -10px;
    top: 10px
}

.bottom-support-online a:hover span {
    display: block
}

.bottom-support-online i {
    width: 40px;
    height: 40px;
    background: #189eff;
    color: #fff;
    border-radius: 100%;
    font-size: 20px;
    text-align: center;
    line-height: 40px;
    position: relative;
    z-index: 999
}

.bottom-support-online .kenit-alo-circle-fill {
    width: 60px;
    height: 60px;
    top: -10px;
    position: absolute;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-transition: all .1s;
    -moz-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s;
    background-color: #32a9ff;
    opacity: .5;
    filter: alpha(opacity=50);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 50 ")";
    right: -10px
}

.bottom-support-online .kenit-alo-circle {
    width: 50px;
    height: 50px;
    top: -5px;
    right: -5px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(30, 30, 30, .4);
    border-color: #32a9ff;
    opacity: .5;
    filter: alpha(opacity=50);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 50 ")"
}

.bottom-support-online .btn-support {
    cursor: pointer
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    50% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8)
    }
    100% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }
    50% {
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8)
    }
    100% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }
}

.bottom-support-online .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.bottom-support-online .animated.infinite {
    animation-iteration-count: infinite
}

.bottom-support-online .animated.hinge {
    animation-duration: 2s
}

.bottom-support-online .animated.flipOutX,
.bottom-support-online .animated.flipOutY,
.bottom-support-online .animated.bounceIn,
.bottom-support-online .animated.bounceOut {
    animation-duration: .75s
}

@keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3)
    }
    50% {
        opacity: 1
    }
}

.bottom-support-online .zoomIn {
    animation-name: zoomIn
}

@keyframes pulse {
    from {
        transform: scale3d(1, 1, 1)
    }
    50% {
        transform: scale3d(1.05, 1.05, 1.05)
    }
    to {
        transform: scale3d(1, 1, 1)
    }
}

.bottom-support-online .pulse {
    animation-name: pulse
}

@keyframes rubberBand {
    from {
        transform: scale3d(1, 1, 1)
    }
    30% {
        transform: scale3d(1.25, 0.75, 1)
    }
    40% {
        transform: scale3d(0.75, 1.25, 1)
    }
    50% {
        transform: scale3d(1.15, 0.85, 1)
    }
    65% {
        transform: scale3d(0.95, 1.05, 1)
    }
    75% {
        transform: scale3d(1.05, 0.95, 1)
    }
    to {
        transform: scale3d(1, 1, 1)
    }
}

.hotline-widget a {
    position: fixed;
    left: 20px;
    bottom: 20px;
    z-index: 50;
    display: inline-block;
    line-height: 40px;
    height: 40px;
    color: #fff;
    background: #b00309;
    background-size: 24px auto;
    padding: 0 15px 0 15px;
    font-weight: bold;
    font-size: 18px;
    border-radius: 18px;
    box-shadow: -2px 2px 5px #404040
}

.hotline-widget a i {
    margin-right: 6px
}

.hotline-widget a:hover {
    color: #e3e3e3
}

/*# sourceMappingURL=style.css.map */