:root {
    --main-color: #653b86;
    --sub-color: #D50D15;
    --extra-color: #333;
    --black-color: #000;
    --border-color: #ada090;
    --button-color: #b1a18f
}

.image_template {
    left: -8px;
    position: absolute;
    top: 0;
    display: none
}

.wrapper {
    opacity: 06
}

html {
    color: #333;
    background: #FFF
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
legend,
input,
button,
textarea,
p,
blockquote {
    margin: 0;
    padding: 0
}

body {
    font: 14px/18px Helvetica, Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;
    margin: 0;
    padding: 0;
    font-size: 14px;
    max-width: 100%
}

.fieldset {
    margin: 0;
    padding: 10px
}

th,
td {
    margin: 0
}

a {
    color: #000;
    text-decoration: none;
    display: inline-block
}

a:hover {
    color: var(--main-color) !important;
    webkit-transition: 0.3s ease-in-out color;
    transition: 0.3s ease-in-out color
}

input[type=text],
input[type=number],
input[type=password],
textarea,
select {
    -webkit-appearance: none;
    -moz-appearance: none
}

.red,
.label_error {
    color: red;
    clear: both
}

.label_success {
    color: #3b5998
}

.redborder {
    border: 1px solid red
}

.bold {
    font-weight: bold
}

.owl-lazy,
.lazy {
    opacity: 0
}

.display-off {
    display: none !important
}

.display-open {
    display: block !important
}

img {
    border: 0;
    max-width: 100%;
    height: auto;
    webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
    display: inline-block
}

address,
caption,
cite,
code,
dfn,
em,
th,
var,
optgroup {
    font-style: inherit;
    font-weight: inherit
}

del,
ins {
    text-decoration: none
}

li {
    list-style: none
}

caption,
th {
    text-align: left
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1
}

q:before,
q:after {
    content: ''
}

abbr,
acronym {
    border: 0;
    font-variant: normal
}

sup {
    vertical-align: baseline
}

sub {
    vertical-align: baseline
}

legend {
    color: #000000;
    font-weight: bold;
    padding: 0 8px
}

figure {
    margin: 0
}

.description {
    line-height: 24px
}

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

.description table td,
.description table #customers th {
    border: 1px solid #ddd;
    padding: 8px
}

.description table tr:nth-child(even) {
    background-color: #f2f2f2
}

.description table tr:hover {
    background-color: #ddd
}

.description table th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: var(--main-color);
    color: white
}

.description figure {
    margin: 10px 0;
    text-align: center
}

.description figure figcaption {
    font-style: italic
}

.description ul li {
    padding-left: 29px !important;
    position: relative
}

.description ul li:after {
    content: "";
    color: #e6e6e6;
    position: absolute;
    top: 10px;
    left: 8px;
    width: 6px;
    height: 6px;
    background: #bdbdbd;
    border-radius: 50%
}

.description em,
.description i {
    font-style: italic
}

.description h2,
.description h3,
.description h4,
.description p,
.description div {
    margin-top: 10px
}

@media screen and (max-width: 600px) {

    .description h2,
    .description h3,
    .description h4,
    .description p,
    .description div {
        margin-top: 10px;
        font-size: 15px
    }
}

.description a {
    color: #3a70f1
}

.description img {
    max-width: 100%;
    height: auto !important;
    border: 1px solid rgba(243, 243, 243, 0.8)
}

.figcaption {
    font-style: italic
}

input,
button,
textarea,
select,
optgroup,
option {
    font-family: inherit;
    font-size: 14px;
    font-style: inherit;
    font-weight: inherit
}

input,
button,
textarea,
select {
    *font-size: 100%
}

table {
    font-size: inherit;
    border-collapse: collapse
}

pre,
code,
kbd,
samp,
tt {
    font-family: monospace;
    *font-size: 108%;
    line-height: 100%
}

.clear,
.clearfix {
    clear: both
}

.cls::after,
.cls::before,
.clearfix::after,
.clearfix::before {
    content: '';
    display: block;
    clear: both
}

.hidden,
.hide,
.hiden {
    display: none
}

.fl {
    float: left
}

.fr {
    float: right
}

.cf::after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    visibility: hidden
}

strong,
b {
    font-weight: 700
}

.benmarch {
    display: none
}

.pagination {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 66px
}

@media screen and (max-width: 550px) {
    .pagination {
        margin-bottom: 40px
    }
}

.pagination .current {
    background: none repeat scroll 0 0 #303030;
    color: #FFFFFF;
    display: inline-block;
    font-size: 14px;
    margin-right: 8px;
    padding: 7px 13px;
    width: 34px;
    height: 34px;
    box-sizing: border-box;
    border-radius: 50%
}

.pagination a,
.pagination b {
    border: 1px solid #e7e7e7;
    color: #4C4C4C;
    display: inline-block;
    font-size: 14px;
    margin-right: 8px;
    padding: 6px 13px;
    text-decoration: none;
    width: 34px;
    height: 34px;
    box-sizing: border-box;
    border-radius: 50%
}

.pagination a:hover,
.pagination b:hover {
    background: none repeat scroll 0 0 #303030;
    color: #FFFFFF !important;
    -webkit-transition: 0.15s ease-in-out all;
    transition: 0.15s ease-in-out all
}

.next-page {
    padding: 6px 15px 6px !important
}

.pre-page {
    padding: 6px 15px 6px !important
}

.next-page:hover {
    -webkit-transition: 0.15s ease-in-out all;
    transition: 0.15s ease-in-out all
}

.pre-page:hover {
    -webkit-transition: 0.15s ease-in-out all;
    transition: 0.15s ease-in-out all
}

.container {
    width: 1170px;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0px auto
}

@media screen and (max-width: 1160px) {
    .container {
        padding-left: 10px;
        padding-right: 10px
    }
}

.page_title {
    position: relative;
    margin-bottom: 10px;
    border-bottom: 1px solid #ebebeb
}

.page_title span {
    padding: 0px 20px 14px 0px;
    display: inline-block;
    position: relative;
    margin-left: 0px;
    z-index: 1;
    min-width: 78px;
    text-align: center;
    webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
    font-size: 36px;
    text-decoration: none;
    text-align: left
}

@media screen and (max-width: 768px) {
    .page_title span {
        font-size: 20px
    }
}

.center-2col-right {
    width: calc(70% - 20px);
    float: left
}

.right-col {
    width: calc(30% - 20px);
    float: right
}

.star-on {
    color: #FF9727
}

.full_screen {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9;
    background: rgba(0, 0, 0, 0.48);
    display: none;
    top: 0;
    left: 0px
}

.full_screen_white {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: #fff;
    display: none;
    top: 0;
    left: 0px
}

.scroll_bar::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #EBEBEB
}

.scroll_bar::-webkit-scrollbar {
    width: 8px;
    background-color: #EBEBEB;
    border-radius: 10px
}

.scroll_bar::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: scroll center center var(--main-color);
    border: 1px solid #EBEBEB
}

.col-md-offset-6 {
    margin-left: 50%
}

.col-md-6 {
    width: 50%;
    float: left;
    min-height: 1px
}

@media only screen and (max-width: 768px) {
    .col-md-6 {
        width: 100%;
        float: none;
        margin-left: 0
    }
}

.col-md-offset-5 {
    margin-left: 41.66666667%;
    position: relative
}

.col-md-7 {
    width: 58.33333333%
}

.col-lg-4 {
    width: 33.33333333%;
    padding-right: 10px;
    padding-left: 10px;
    box-sizing: border-box;
    float: left
}

#modal_alert {
    position: fixed;
    background: rgba(0, 0, 0, 0.75);
    z-index: 99999;
    overflow-y: auto;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px
}

.modal_alert_inner {
    width: 350px;
    background: white;
    border-radius: 2px;
    max-width: 96%;
    margin: 2% auto
}

.modal_alert_title {
    background: var(--main-color);
    color: #FFF;
    text-align: center;
    text-transform: uppercase;
    padding: 7px 0;
    font-size: 17px;
    position: relative;
    border-radius: 2px 2px 0 0
}

.modal_alert_title .close {
    position: absolute;
    right: 0px;
    padding: 0px 10px 8px;
    top: 0;
    color: #FFF;
    font-size: 22px
}

.modal_alert_body {
    background: white;
    color: #616161;
    padding: 20px;
    -moz-user-select: text;
    -khtml-user-select: text;
    -webkit-user-select: text;
    -o-user-select: text;
    user-select: text;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px
}

.wrapper_header {
    background: #58585A;
    position: relative
}

@media screen and (max-width: 1060px) {
    .wrapper_header {
        display: none
    }
}

.wrapper_header .bg_l {
    width: calc((100% - 1170px)/2 + 91px);
    left: 0;
    height: 15px;
    background: #7D1416;
    position: absolute;
    top: 0
}

.header-wrap {
    position: relative
}

.sb-toggle-left {
    padding: 0px 2px 0 0px;
    cursor: pointer;
    cursor: pointer;
    display: none;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 222
}

@media only screen and (max-width: 876px) {
    .sb-toggle-left {
        display: block
    }
}

.sb-toggle-left .navicon-line {
    width: 22px;
    height: 3px;
    border-radius: 1px;
    margin-bottom: 5px;
    background-color: #fff
}

#logo {
    width: 40%;
    float: left;
    text-align: left
}

#logo .logo_img {
    width: 270px
}

#logo .logo_img_small {
    display: none;
    width: 170px
}

@media only screen and (max-width: 1110px) {
    #logo .logo_img {
        display: none
    }

    #logo .logo_img_small {
        display: inline-block
    }
}

@media only screen and (max-width: 876px) {
    #logo {
        width: 100%;
        float: none;
        text-align: center
    }
}

#search-mobile {
    display: none
}

@media only screen and (max-width: 1110px) {
    #search-mobile {
        display: block
    }
}

#left-head {
    width: 30%;
    float: right;
    padding-top: 31px
}

@media only screen and (max-width: 876px) {
    #left-head {
        display: none
    }
}

#left-head .search {
    width: 26%;
    float: right;
    margin-top: 4px
}

#left-head #address-map {
    float: right;
    position: relative;
    margin-left: 40px;
    width: 40px;
    height: 40px
}

#left-head #address-map a {
    color: #fff;
    display: inline-block;
    font-size: 13px
}

#left-head #address-map svg {
    position: absolute;
    left: 0px;
    width: 16px;
    height: 16px;
    fill: #fff;
    border: 1px solid #b9b9b9;
    padding: 7px;
    border-radius: 50%
}

@media only screen and (max-width: 930px) {
    #left-head #address-map {
        display: none
    }
}

#left-head #hotline {
    color: #fff;
    position: relative;
    float: right
}

#left-head #hotline svg {
    width: 30px;
    height: 30px;
    fill: #fff;
    position: absolute;
    top: 3px
}

#left-head #hotline span {
    position: absolute;
    top: 0px;
    left: 39px;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase
}

#left-head #hotline a {
    color: #fff;
    font-weight: 400;
    margin-top: 16px;
    display: inline-block;
    margin-left: 38px;
    font-size: 15px
}

@media only screen and (max-width: 1050px) {
    #left-head #hotline {
        display: none
    }
}

#left-head #shopcart {
    float: right;
    margin-left: 40px;
    position: relative
}

@media only screen and (max-width: 930px) {
    #left-head #shopcart {
        margin-left: 12px
    }
}

#right-head-mobile {
    display: none;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 4
}

@media only screen and (max-width: 876px) {
    #right-head-mobile {
        display: block
    }
}

#right-head-mobile .chk_search_mobile {
    text-align: right;
    display: none
}

#right-head-mobile .chk_search_mobile svg {
    fill: #fff;
    cursor: pointer;
    width: 22px;
    height: 22px
}

@media only screen and (max-width: 876px) {
    #right-head-mobile .chk_search_mobile {
        display: block
    }
}

#right-head-mobile .chk_search_mobile_hide {
    display: none;
    position: absolute;
    right: 6px;
    top: 40px;
    z-index: 3
}

#right-head-mobile .chk_search_mobile_hide svg {
    fill: #1e1e1e;
    width: 20px;
    height: 20px
}

@media only screen and (max-width: 876px) {
    #right-head-mobile .search {
        display: none;
        position: absolute;
        top: 0px;
        left: 0px;
        z-index: 3333;
        width: 100%
    }
}

.right-head-mobile-full {
    width: 100%;
    transform: translate(0px, 0px)
}

#right-head {
    float: right;
    width: 30%;
    padding-top: 31px
}

@media only screen and (max-width: 876px) {
    #right-head {
        display: none
    }
}

#right-head .chk_search_mobile_hide {
    display: none
}

#nav-mainmenu {
    border-top: 1px solid var(--border-color)
}

@media only screen and (max-width: 990px) {
    #nav-mainmenu .container {
        padding-left: 0px !important;
        padding-right: 0px !important
    }
}

.wrapper_top_c {
    float: right;
    margin-top: 20px
}

@media screen and (max-width: 1060px) {
    .wrapper_top_c {
        float: none;
        margin-top: 10px
    }
}

.wrapper_top_c>div {
    float: right;
    color: #58585A;
    font-size: 15px;
    box-sizing: border-box
}

.wrapper_top_c .contact_map {
    margin-top: 8px;
    position: relative;
    padding-left: 26px
}

@media screen and (max-width: 960px) {
    .wrapper_top_c .contact_map {
        margin-top: 0px
    }
}

.wrapper_top_c .contact_map a:before {
    position: absolute;
    top: 0px;
    left: 0;
    content: "\f279";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 19px;
    border-radius: 50%;
    text-align: center;
    box-sizing: border-box;
    color: #58585A
}

@media screen and (max-width: 960px) {
    .wrapper_top_c .contact_map a:before {
        font-size: 16px;
        background: #EEE;
        width: 30px;
        height: 30px;
        line-height: 30px
    }
}

@media screen and (max-width: 960px) {
    .wrapper_top_c .contact_map a span {
        display: none
    }
}

.wrapper_top_c .top_menu {
    margin-top: 14px
}

@media screen and (max-width: 1060px) {
    .wrapper_top_c .top_menu {
        margin-top: 14px;
        clear: both;
        float: none;
        background: red;
        text-align: center
    }
}

.nav-mainmenu-no-home {
    border-bottom: 1px solid #ddd;
    box-sizing: border-box
}

.center-2col-left {
    width: calc(100% - 302px);
    float: right;
    margin-left: 30px;
    box-sizing: border-box
}

.left-col {
    width: 272px;
    float: left;
    box-sizing: border-box
}

.left-col .block {
    background: #FFF;
    border: none;
    box-sizing: border-box;
    margin-bottom: 20px;
    margin-bottom: 20px
}

.left-col .block .block_title {
    color: var(--main-color);
    font-weight: normal;
    border-bottom: 1px solid #EEEEEE;
    padding: 10px 15px;
    text-transform: uppercase;
    font-family: Roboto;
    background: #F4F4F4;
    margin: 0px 10px;
    border-left: 2px solid var(--main-color);
    font-size: 17px
}

.left-col .block ul>li a {
    color: #333;
    display: block;
    font-size: 14px;
    margin-bottom: 1px;
    padding: 4px;
    text-decoration: none;
    font-weight: 500;
    padding-left: 30px;
    position: relative;
    text-transform: uppercase
}

.left-col .block ul>li a:before {
    position: absolute;
    content: "\f138";
    font-family: FontAwesome;
    left: 11px;
    top: 7px;
    color: var(--main-color);
    font-size: 14px;
    -webkit-transition: 0.7s ease-in-out all;
    transition: 0.7s ease-in-out all
}

.left-col .block ul>li:hover a:before {
    transform: rotate(180deg) translate(0, 0);
    -webkit-transform: rotate(180deg) translate(0, 0)
}

.main_bottom .block {
    background: #FFF;
    margin-top: 30px
}

.main_wrapper_normal {
    background: #F4F4F4;
    padding-top: 20px;
    padding-bottom: 40px
}

.hello .blocks_fullframe .text {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1)
}

.hello .blocks_fullframe .sum {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1)
}

.hello .blocks_fullframe .btn {
    transform: translate(0, 0);
    -webkit-transform: scale(1) rotate(0deg);
    -webkit-transition: all cubic-bezier(0.4, 0, 1, 1) 2s
}

.block>.lazy {
    background-repeat: no-repeat;
    background-position: center center
}

#header-main {
    background: #000;
    padding: 6px 0px
}

footer .top-footer {
    padding-bottom: 28px;
    border-bottom: 1px solid var(--border-color)
}

@media only screen and (max-width: 920px) {
    footer .top-footer {
        padding-bottom: 42px
    }
}

footer .footer-facebook {
    margin-top: 40px
}

@media screen and (max-width: 460px) {
    footer .footer-facebook {
        margin-top: 20px
    }
}

footer .footer-facebook .bottommenu-ft {
    width: calc(100% - 300px);
    float: left
}

footer .footer-facebook .fanpage-fb {
    width: 300px;
    float: right;
    min-height: 223px
}

footer .footer-facebook .fanpage-fb-mb {
    min-height: auto
}

@media only screen and (max-width: 920px) {
    footer .footer-facebook .bottommenu-ft {
        width: 100%;
        float: none
    }

    footer .footer-facebook .fanpage-fb {
        width: 100%;
        float: none
    }
}

footer .bottom-footer {
    background: var(--main-color);
    padding: 24px 0px 20px;
    color: #f3f3f3
}

footer .bottom-footer .bottom-footer-l {
    width: 50%;
    float: left
}

footer .bottom-footer .bottom-footer-l .title {
    font-weight: 600;
    margin-bottom: 11px
}

footer .bottom-footer .bottom-footer-l ul {
    line-height: 20px;
    font-size: 13px
}

footer .bottom-footer .bottom-footer-r {
    width: 38%;
    float: right
}

footer .bottom-footer .bottom-footer-r .bct-copyright {
    margin-bottom: 10px
}

footer .bottom-footer .bottom-footer-r .bct-copyright a {
    width: 148px;
    float: left;
    display: block
}

footer .bottom-footer .bottom-footer-r .bct-copyright a img {
    width: 100%
}

footer .bottom-footer .bottom-footer-r .bct-copyright .copyring {
    width: calc(100% - 148px);
    float: right;
    text-align: right;
    margin-top: 27px
}

@media only screen and (max-width: 430px) {
    footer .bottom-footer .bottom-footer-r .bct-copyright .copyring {
        width: 100%;
        float: none;
        text-align: left
    }

    footer .bottom-footer .bottom-footer-r .bct-copyright a {
        width: 100%;
        float: none;
        width: 34%
    }
}

footer .bottom-footer .bottom-footer-r .block-tags-ft {
    text-align: right
}

@media only screen and (max-width: 920px) {
    footer .block_facebook {
        display: none
    }

    footer .bottom-footer-l {
        width: 100% !important;
        float: none !important;
        margin-bottom: 15px
    }

    footer .bottom-footer-r {
        width: 100% !important;
        float: none !important
    }
}

#fixed-bar {
    margin: 0;
    padding: 0;
    z-index: 100;
    right: 0;
    display: none
}

#fixed-bar #bar-inner {
    height: 50px;
    margin: 0 10px 0 auto
}

#fixed-bar #bar-inner a {
    background: #8d7a66bf;
    display: block;
    text-decoration: none;
    -moz-transition: all 0.2s ease-in 0;
    -webkit-transition: all 0.2s ease-in;
    -webkit-transition-delay: 0;
    transition: all 0.2s ease-in 0;
    width: 42px;
    height: 42px;
    text-align: center;
    border-radius: 50%;
    line-height: 42px
}

#fixed-bar #bar-inner a:hover {
    background: #000
}

#fixed-bar #bar-inner a svg {
    color: #FFF;
    width: 17px;
    margin-top: 7px
}

.fb-livechat,
.fb-widget {
    display: none
}

.ctrlq.fb-overlay {
    z-index: 0;
    position: fixed;
    height: 100vh;
    width: 100vw;
    -webkit-transition: opacity .4s, visibility .4s;
    transition: opacity .4s, visibility .4s;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.05);
    display: none
}

.fb-widget {
    background: #fff;
    z-index: 1000;
    position: fixed;
    width: 360px;
    height: 435px;
    overflow: hidden;
    opacity: 0;
    bottom: 0;
    right: 24px;
    border-radius: 6px;
    -o-border-radius: 6px;
    -webkit-border-radius: 6px;
    box-shadow: 0 5px 40px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0 5px 40px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 5px 40px rgba(0, 0, 0, 0.16);
    -o-box-shadow: 0 5px 40px rgba(0, 0, 0, 0.16)
}

.ctrlq.fb-button {
    z-index: 999;
    background: #0084ff;
    width: 60px;
    height: 60px;
    text-align: center;
    bottom: 30px;
    border: 0;
    outline: 0;
    border-radius: 60px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.06), 0 2px 32px rgba(0, 0, 0, 0.16);
    -webkit-transition: box-shadow .2s ease;
    background-size: 80%;
    transition: all .2s ease-in-out
}

.ctrlq.fb-button svg {
    margin: 8px 10px;
    box-sizing: border-box;
    color: #FFF
}

.ctrlq.fb-button,
.ctrlq.fb-close {
    position: fixed;
    right: 7px;
    cursor: pointer
}

.bubble {
    width: 20px;
    height: 20px;
    background: #c00;
    color: #fff;
    position: absolute;
    z-index: 999999999;
    text-align: center;
    vertical-align: middle;
    top: -2px;
    left: -5px;
    border-radius: 50%
}

.ctrlq.fb-close {
    position: relative;
    cursor: pointer;
    background: var(--main-color);
    text-align: right
}

.ctrlq.fb-close:after {
    content: "X";
    font-family: sans-serif;
    color: #FFF;
    padding: 7px 10px
}

@media only screen and (max-width: 1200px) {
    .callnow-mb {
        display: block;
        position: fixed;
        bottom: 0px;
        z-index: 11111;
        left: 10px
    }
}

@media only screen and (min-width: 1200px) {
    .callnow-mb {
        display: none
    }
}

.top_pro {
    margin-bottom: 20px
}

.back-top {
    background: #cacaca;
    padding: 6px;
    text-align: center
}

.back-top p {
    text-transform: uppercase;
    margin-top: 5px
}

.pos0 {
    position: relative;
    width: 100%;
    overflow: hidden
}

.pos0 .close_svg {
    position: absolute;
    width: 20px;
    height: 20px;
    right: 5px;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer
}

.pos0 svg {
    fill: #fff;
    width: 20px
}

.pos0 .banners .itemi_1 {
    display: none !important
}

@media only screen and (max-width: 700px) {
    .pos0 .banners .itemi_0 {
        display: none
    }

    .pos0 .banners .itemi_1 {
        display: block !important
    }
}

.pos1 {
    background: #000
}

@media only screen and (max-width: 1170px) {
    .pos1 .container {
        padding: 0px
    }
}

#bl_block {
    min-height: 184px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

#bl_block .block_title {
    text-align: center;
    font-size: 25px;
    text-transform: uppercase;
    color: #eaeaea;
    padding: 36px 0px 88px
}

@media only screen and (max-width: 1025px) {
    #bl_block {
        background-image: none !important;
        min-height: auto
    }

    #bl_block .block_title {
        padding: 36px 0px 36px;
        margin-bottom: 30px;
        color: #000000
    }
}

@media only screen and (max-width: 768px) {
    #bl_block .block_title {
        padding: 14px 0px 20px;
        margin-bottom: 0px;
        min-height: 84px;
        box-sizing: border-box
    }
}

@media (min-width: 1025px) {
    #bl_block {
        clip-path: polygon(0 0, 100% 0%, 100% 72%, 50% 100%, 0 72%);
        -webkit-clip-path: polygon(0 0, 100% 0%, 100% 72%, 50% 100%, 0 72%);
        -moz-clip-path: polygon(0 0, 100% 0%, 100% 72%, 50% 100%, 0 72%);
        -o-clip-path: polygon(0 0, 100% 0%, 100% 72%, 50% 100%, 0 72%);
        -ms-clip-path: polygon(0 0, 100% 0%, 100% 72%, 50% 100%, 0 72%)
    }
}

.block_title {
    text-align: center;
    margin-bottom: 61px;
    line-height: 25px
}

.block_title span {
    font-size: 27px;
    text-transform: uppercase
}

@media only screen and (max-width: 876px) {
    .block_title span {
        font-size: 20px;
        text-transform: uppercase
    }
}

@media only screen and (max-width: 768px) {
    .block_title {
        margin-bottom: 30px
    }

    .block_title span {
        font-size: 18px
    }
}

.strengths {
    position: relative;
    margin-bottom: 175px
}

@media only screen and (max-width: 1169px) {
    .strengths {
        margin-bottom: 25px
    }
}

#strengths.hello .item {
    opacity: 1;
    visibility: visible;
    transform: translate(0);
    transition: all 1s ease
}

#strengths.hello .item_2 {
    transition-delay: 0.2s;
    transform: translate(0, 0px)
}

@media all and (min-width: 1025px) {
    #strengths.hello .item_2 {
        transform: translate(0, 0px)
    }
}

#strengths.hello .item_1,
#strengths.hello .item_3 {
    transition-delay: 0.4s;
    transform: translate(0, 0px)
}

@media all and (min-width: 1025px) {

    #strengths.hello .item_1,
    #strengths.hello .item_3 {
        transform: translate(0, 10px)
    }
}

.pos_mix_home {
    margin-bottom: 54px
}

.pos_mix_home .pos_mix_left_1 {
    width: calc(50% - 15px);
    float: left
}

@media screen and (max-width: 1024px) {
    .pos_mix_home .pos_mix_left_1 {
        width: calc(60% - 30px)
    }
}

@media screen and (max-width: 768px) {
    .pos_mix_home .pos_mix_left_1 {
        width: 100%;
        float: none;
        margin-bottom: 10px
    }
}

.pos_mix_home .pos_mix_right_1 {
    width: calc(50% - 15px);
    float: right
}

@media screen and (max-width: 1024px) {
    .pos_mix_home .pos_mix_right_1 {
        width: 40%
    }
}

.pos_mix_home .pos_mix_right_1 #top-content,
.pos_mix_home .pos_mix_right_1 #bot-content {
    background-repeat: no-repeat;
    background-size: cover;
    height: 144px;
    width: 100%;
    content: "";
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    overflow: hidden
}

.pos_mix_home .pos_mix_right_1 #top-content {
    margin-bottom: 18px
}

@media only screen and (max-width: 768px) {
    .pos_mix_home .pos_mix_right_1 #top-content {
        margin-bottom: 10px;
        width: calc(50% - 5px);
        float: left
    }
}

@media only screen and (max-width: 625px) {
    .pos_mix_home .pos_mix_right_1 #top-content {
        width: 100%;
        float: none
    }
}

.pos_mix_home .pos_mix_right_1 #top-content .text1 {
    color: #fff !important;
    background: #d71921;
    font-size: 34px;
    padding: 15px 63px 10px 61px;
    text-align: center;
    display: inline-block;
    font-family: sans-serif;
    position: absolute;
    transform: skewY(8deg) translate(-11%);
    top: 18px;
    z-index: 3;
    transition: all 4s ease 0s;
    -webkit-transition: all 4s ease 0s
}

@media only screen and (max-width: 768px) {
    .pos_mix_home .pos_mix_right_1 #top-content .text1 {
        font-size: 20px;
        padding: 11px 64px 6px 80px;
        transform: skewY(6deg) translate(-100%);
        z-index: 3;
        transition: all 4s ease 0s;
        -webkit-transition: all 4s ease 0s
    }
}

.pos_mix_home .pos_mix_right_1 #top-content .text2 {
    color: #fff !important;
    background: #b41319;
    font-size: 16px;
    padding: 14px 117px 11px 23px;
    text-align: center;
    display: inline-block;
    font-family: sans-serif;
    position: absolute;
    z-index: 2;
    left: 0px;
    top: 74px;
    transform: skewY(-12deg) translate(100%) !important;
    transition: all 4s ease 0s;
    -webkit-transition: all 4s ease 0s
}

.pos_mix_home .pos_mix_right_1 #top-content .text2 .before {
    content: '';
    background: #b41319;
    position: absolute;
    left: -23px;
    width: 25px;
    top: 0px;
    height: 44px;
    transform: skewY(-7deg);
    -webkit-clip-path: polygon(0 50%, 100% 100%, 100% 0);
    clip-path: polygon(0 50%, 100% 100%, 100% 0)
}

@media only screen and (max-width: 768px) {
    .pos_mix_home .pos_mix_right_1 #top-content .text2 .before {
        left: -19px;
        width: 20px;
        top: -7px;
        height: 50px;
        transform: skewY(-3deg)
    }
}

@media only screen and (max-width: 768px) {
    .pos_mix_home .pos_mix_right_1 #top-content .text2 {
        font-size: 14px;
        padding: 10px 90px 8px 2px;
        left: 25px;
        top: 61px;
        transform: skewY(-7deg) rotate3d(1, 1, 1, -120deg)
    }
}

.pos_mix_home .pos_mix_right_1 #top-content .text2 .fake {
    color: #ffeb3f
}

@media only screen and (max-width: 768px) {
    .pos_mix_home .pos_mix_right_1 #bot-content {
        width: calc(50% - 5px);
        float: right
    }
}

@media only screen and (max-width: 625px) {
    .pos_mix_home .pos_mix_right_1 #bot-content {
        width: 100%;
        float: none
    }
}

.pos_mix_home .pos_mix_right_1 #bot-content .text1 {
    color: #fff !important;
    background: #b41319;
    font-size: 26px;
    padding: 15px 152px 12px 51px;
    text-align: center;
    display: inline-block;
    font-family: sans-serif;
    position: absolute;
    top: 30px;
    z-index: 3;
    transition: all 4s ease 0s;
    -webkit-transition: all 4s ease 0s;
    transform: translateX(120%)
}

@media only screen and (max-width: 1110px) {
    .pos_mix_home .pos_mix_right_1 #bot-content .text1 {
        padding: 15px 65px 12px 51px;
        font-size: 20px
    }
}

@media only screen and (max-width: 768px) {
    .pos_mix_home .pos_mix_right_1 #bot-content .text1 {
        font-size: 16px;
        padding: 14px 82px 10px 48px
    }
}

.pos_mix_home .pos_mix_right_1 #bot-content .text1 .before {
    content: '';
    background: #b41319;
    position: absolute;
    left: -23px;
    width: 25px;
    top: -7px;
    height: 60px;
    -webkit-clip-path: polygon(0 50%, 100% 100%, 100% 0);
    clip-path: polygon(0 50%, 100% 100%, 100% 0)
}

@media only screen and (max-width: 768px) {
    .pos_mix_home .pos_mix_right_1 #bot-content .text1 .before {
        left: -21px;
        width: 24px;
        top: -6px;
        height: 54px
    }
}

.pos_mix_home .pos_mix_right_1 #bot-content .text2 {
    color: #fff !important;
    font-size: 33px;
    text-align: center;
    display: inline-block;
    font-family: monospace;
    position: absolute;
    z-index: 2;
    left: 107px;
    top: 104px;
    font-weight: normal;
    transition: all 4s ease 0s;
    -webkit-transition: all 4s ease 0s;
    transform: translateY(300%)
}

@media only screen and (max-width: 768px) {
    .pos_mix_home .pos_mix_right_1 #bot-content .text2 {
        top: 98px;
        font-size: 20px
    }
}

@media screen and (max-width: 768px) {
    .pos_mix_home .pos_mix_right_1 {
        width: 100%;
        float: none
    }
}

.pos_mix_home .hello #top-content .text1 {
    transform: skewY(6deg) translate(-5px) !important;
    -webkit-transition-delay: .4s;
    transition-delay: .4s
}

@media only screen and (max-width: 768px) {
    .pos_mix_home .hello #top-content .text1 {
        transform: skewY(7deg) translate(-3px) !important;
        -webkit-transition-delay: .4s;
        transition-delay: .4s;
        top: 30px
    }
}

.pos_mix_home .hello #top-content .text2 {
    transform: skewY(-7deg) rotate3d(1, 1, 1, 0deg) !important;
    -webkit-transition-delay: .4s;
    transition-delay: .4s;
    left: 33px;
    top: 58px
}

@media only screen and (max-width: 768px) {
    .pos_mix_home .hello #top-content .text2 {
        transform: skewY(-7deg) rotate3d(1, 1, 1, 0deg) !important;
        left: 27px;
        top: 63px
    }
}

.pos_mix_home .hello #top-content .text2 .before {
    top: -8px;
    height: 60px
}

@media only screen and (max-width: 768px) {
    .pos_mix_home .hello #top-content .text2 .before {
        height: 54px
    }
}

.pos_mix_home .hello #bot-content .text1 {
    transform: translateX(10%) !important;
    -webkit-transition-delay: 1s;
    transition-delay: 1s
}

.pos_mix_home .hello #bot-content .text2 {
    transform: translateY(0%) !important;
    -webkit-transition-delay: 1.5s;
    transition-delay: 1.5s
}

.pos3 {
    overflow: hidden;
    margin-bottom: 30px;
    min-height: 270px
}

@media only screen and (max-width: 768px) {
    .pos3 {
        min-height: 170px
    }
}

@media only screen and (max-width: 580px) {
    .pos3 {
        min-height: 370px
    }
}

.pos3 .banners a {
    display: inline-block;
    max-width: 100%;
    width: calc(50% - 5px)
}

@media only screen and (max-width: 580px) {
    .pos3 .banners a {
        width: 100%
    }
}

.pos3 .banners a:first-child {
    float: left
}

@media only screen and (max-width: 580px) {
    .pos3 .banners a:first-child {
        margin-bottom: 10px
    }
}

.pos3 .banners a:nth-child(2) {
    float: right
}

.pos3 .banners a img {
    width: 100%
}

.pos4 {
    margin-bottom: 30px;
    min-height: 80px
}

@media only screen and (max-width: 500px) {
    .pos4 {
        min-height: 50px
    }
}

@media only screen and (max-width: 580px) {

    .pos3,
    .pos4 {
        margin-bottom: 20px
    }
}

.slider-collection {
    margin-bottom: 70px;
    min-height: 420px
}

@media only screen and (max-width: 1024px) {
    .slider-collection {
        min-height: 170px
    }
}

@media only screen and (max-width: 580px) {
    .slider-collection {
        margin-bottom: 30px
    }
}

.pos5a {
    margin-top: 80px
}

@media only screen and (max-width: 580px) {
    .pos5a {
        margin-top: 30px
    }
}

.pos5 {
    margin-top: 70px
}

@media only screen and (max-width: 580px) {
    .pos5 {
        margin-top: 30px
    }
}

.pos6a {
    margin-top: 70px
}

@media only screen and (max-width: 580px) {
    .pos6a {
        margin-top: 30px
    }
}

.pos6a .block_title {
    margin-bottom: 30px;
    position: relative
}

.pos6a .block_title span {
    background: #fff;
    padding: 0px 20px;
    box-sizing: border-box
}

.pos6a .block_title:after {
    content: "";
    width: 60%;
    height: 2px;
    background: var(--main-color);
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: -1;
    transform: translate(-50%, -50%)
}

.pos6 {
    border-bottom: 1px solid #eee
}

@media all and (max-width: 768px) {
    .pos6 {
        margin-top: 30px
    }

    .pos6 .block_title {
        margin-bottom: 10px
    }

    .pos6 .certifications_0 {
        display: none
    }
}

.pos6 .certifications_1 {
    display: none
}

@media all and (max-width: 768px) {
    .pos6 .certifications_1 {
        display: block
    }
}

@media all and (max-width: 920px) {
    .pos6 {
        border-bottom: 0px solid #eee;
        margin-bottom: 50px
    }
}

@media all and (max-width: 500px) {
    .pos6 {
        margin-bottom: 20px
    }
}

.pos7 {
    padding: 56px 0px 70px
}

@media all and (max-width: 768px) {
    .pos7 {
        padding: 30px 0px 30px
    }
}

.pos8_pos9 {
    background: #f1f1f1;
    padding: 68px 0px
}

@media all and (max-width: 768px) {
    .pos8_pos9 {
        padding: 30px 0px
    }
}

.pos8 {
    margin-bottom: 50px
}

@media all and (max-width: 768px) {
    .pos8 {
        margin-bottom: 20px
    }
}

.pos10 {
    width: calc(50% - 15px);
    float: left;
    height: 472px;
    overflow-y: scroll
}

.pos10::-webkit-scrollbar {
    width: 10px
}

.pos10::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px
}

.pos10::-webkit-scrollbar-thumb {
    background: #ddd;
    border-radius: 10px;
    transition: 0.2s;
    cursor: pointer
}

.pos10::-webkit-scrollbar-thumb:hover {
    background: #eee
}

@media all and (max-width: 900px) {
    .pos10 {
        width: 100%;
        float: none;
        height: auto;
        overflow-y: auto;
        margin-bottom: 30px
    }
}

.pos10 .block_title {
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid #f1f1f1;
    text-align: left;
    position: relative
}

.pos10 .view-all {
    position: absolute;
    right: 0px
}

.pos10b {
    padding-top: 10px;
    width: calc(50% - 15px);
    float: right
}

@media all and (max-width: 900px) {
    .pos10b {
        width: 100%;
        float: none
    }
}

.pos10_pos10b {
    margin-top: 40px
}

.pos10_pos10b .title_pos10 {
    border-bottom: 1px solid var(--main-color);
    margin-bottom: 25px
}

.pos10_pos10b .title_pos10 span {
    display: inline-block;
    padding: 14px 36px 8px;
    color: #fff;
    background: var(--main-color);
    clip-path: polygon(12% 0%, 100% 0%, 88% 100%, 0 100%)
}

.pos10_pos10b .title_pos10 span a {
    font-size: 20px;
    color: #fff;
    text-transform: uppercase
}

.pos10_pos10b .title_pos10 span a:hover {
    color: #ffe10b !important
}

@media all and (max-width: 768px) {
    .pos10_pos10b {
        margin-top: 30px
    }

    .pos10_pos10b span {
        padding: 10px 25px 6px
    }
}

.pos11 {
    background: var(--main-color);
    padding: 45px 0px 38px;
    margin-bottom: 26px;
    margin-top: 60px
}

@media all and (max-width: 768px) {
    .pos11 {
        padding: 30px 0px 0px;
        margin-top: 30px
    }
}

.blocks_strengths_news {
    background: #f4f4f6;
    margin-bottom: 60px;
    padding: 20px 0px
}

.xemthem {
    text-align: center;
    width: 100%;
    position: relative
}

.xemthem:after {
    content: '';
    height: 1px;
    background: var(--border-color);
    width: 100%;
    position: absolute;
    left: 0px
}

.xemthem a span {
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 38px;
    transition: 0.5s;
    font-size: 15px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    padding: 11px 45px;
    background: var(--button-color);
    color: #fff
}

@media all and (max-width: 500px) {
    .xemthem a span {
        text-transform: unset;
        transform: translate(-50%, -50%);
        padding: 6px 15px;
        width: 92%
    }
}

.xemthem a span:hover {
    color: #fff;
    background: var(--main-color)
}

.product_grid,
.products_blocks_wrapper {
    margin-top: 80px
}

.col-right-detail-news .block {
    border: 1px solid #ebebeb;
    padding: 20px 26px;
    box-sizing: border-box;
    margin-bottom: 20px
}

.col-right-detail-news .block .block_title {
    font-size: 19px
}

@media screen and (max-width: 768px) {
    .col-right-detail-news .block {
        width: 50%;
        float: left
    }

    .col-right-detail-news .block .block_title {
        font-size: 16px
    }
}

@media screen and (max-width: 550px) {
    .col-right-detail-news .block {
        width: 100%;
        float: none
    }
}

.col-right-detail-content .block_title {
    padding: 8px 20px 10px 0px;
    position: relative;
    font-size: 24px;
    text-align: left;
    margin-bottom: 8px;
    text-transform: uppercase
}

.col-right-detail-content .block_title:after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 83px;
    height: 0;
    border-style: solid;
    border-width: 3px 0px 0 0;
    border-color: var(--sub-color) transparent transparent transparent;
    webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease
}

@media screen and (max-width: 768px) {
    .col-right-detail-content .block_title {
        font-size: 16px
    }

    .col-right-detail-content .block_title:after {
        border-width: 2px 0px 0 0
    }
}

.channel-social-title {
    margin-bottom: 35px
}

.right_b .blocks0 .news_list_body_default {
    margin-top: 26px
}

@media only screen and (max-width: 550px) {
    .right_b .blocks0 .news_list_body_default {
        margin-top: 10px
    }
}

.product_pos1,
.product_pos3 {
    margin-bottom: 60px
}

.product_pos1_detail,
.certifications-block {
    margin-bottom: 73px
}

@media screen and (max-width: 768px) {

    .product_pos1_detail,
    .certifications-block {
        margin-bottom: 30px
    }
}

.product_pos3_detail .testimonials_body,
.news_pos2 .testimonials_body {
    margin-top: 35px
}

.news_pos1 .block_title {
    padding-bottom: 12px;
    border-bottom: 1px solid #ebebeb;
    position: relative
}

.news_pos1 .block_title:before {
    position: absolute;
    content: '';
    width: 30px;
    height: 3px;
    background: var(--main-color);
    left: 0px;
    bottom: 0px
}

.news_pos1 .block_title span {
    padding: 8px 12px;
    background: var(--main-color);
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    border-radius: 5px;
    display: inline-block
}

@media screen and (max-width: 550px) {
    .news_pos1 .block_title span {
        font-size: 16px;
        padding: 6px 12px
    }
}

.news_pos1 .block_title .summary-block {
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    color: #ababab;
    padding-left: 10px
}

@media screen and (max-width: 768px) {
    .news_pos1 .block_title .summary-block {
        display: none
    }
}

.logo-bct-ft {
    text-align: left
}

@media screen and (max-width: 1110px) {
    .logo-bct-ft {
        text-align: center
    }
}

.logo-bct-ft img {
    max-height: 56px;
    width: auto !important
}

.display_open {
    display: block !important
}

.display_off {
    display: none !important
}

.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close,
.fotorama__video-play {
    background: url("../templates/duyanh/images/fotorama.png") no-repeat
}

@media (-webkit-min-device-pixel-ratio: 1.5),
(min-resolution: 2dppx) {

    .fotorama__arr,
    .fotorama__fullscreen-icon,
    .fotorama__video-close,
    .fotorama__video-play {
        background: url("../templates/duyanh/images/fotorama@2x.png") 0 0/96px 160px no-repeat
    }
}

.slide-up {
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.slide-down {
    -ms-transform: translateY(-100%);
    transform: translateY(-100%)
}

.m-slide-up {
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.m-slide-up #search-mobile {
    display: none !important
}

.m-slide-down {
    -ms-transform: translateY(-100%);
    transform: translateY(-100%)
}

.m-slide-down #search-mobile {
    display: block !important
}

.menu-fixed-bar {
    z-index: 10000;
    transition: all 0.8s cubic-bezier(0.55, 0, 0.1, 1)
}

.menu-fixed-bar {
    top: 81px;
    width: 100%
}

@media screen and (max-width: 1110px) {
    .menu-fixed-bar {
        top: 0px
    }
}

.suntory-alo-phone {
    background-color: transparent;
    cursor: pointer;
    height: 120px;
    position: fixed;
    transition: visibility 0.5s ease 0s;
    width: 120px;
    z-index: 2 !important;
    display: block;
    left: 0px;
    bottom: -25px
}

.suntory-alo-ph-circle {
    animation: 1.2s ease-in-out 0s normal none infinite running suntory-alo-circle-anim;
    background-color: transparent;
    border: 2px solid rgba(30, 30, 30, 0.4);
    border-radius: 100%;
    height: 80px;
    left: 5px;
    opacity: 0.1;
    position: absolute;
    top: 5px;
    transform-origin: 50% 50% 0;
    transition: all 0.5s ease 0s;
    width: 80px
}

.suntory-alo-phone.suntory-alo-green .suntory-alo-ph-circle {
    border-color: #39b54ac4;
    opacity: 1
}

.suntory-alo-ph-circle-fill {
    animation: 2.3s ease-in-out 0s normal none infinite running suntory-alo-circle-fill-anim;
    border: 2px solid transparent;
    border-radius: 100%;
    height: 60px;
    left: 15px;
    position: absolute;
    top: 15px;
    transform-origin: 50% 50% 0;
    transition: all 0.5s ease 0s;
    width: 60px
}

.suntory-alo-phone.suntory-alo-green .suntory-alo-ph-circle-fill {
    background-color: rgba(77, 190, 98, 0.65)
}

.suntory-alo-ph-img-circle {
    animation: 1s ease-in-out 0s normal none infinite running suntory-alo-circle-img-anim;
    border: 2px solid transparent;
    border-radius: 100%;
    position: absolute;
    top: 25px;
    left: 25px;
    transform-origin: 50% 50% 0;
    width: 40px;
    height: 40px
}

.suntory-alo-ph-img-circle svg {
    position: absolute;
    top: 8px;
    left: 11px;
    width: 20px
}

.suntory-alo-phone.suntory-alo-green .suntory-alo-ph-img-circle {
    background-color: #39b54ac4
}

.suntory-alo-ph-img-circle i {
    animation: 1s ease-in-out 0s normal none infinite running suntory-alo-circle-img-anim;
    font-size: 30px;
    line-height: 50px;
    display: block;
    width: 24px;
    height: 30px;
    color: #b6af96;
    content: " ";
    position: absolute;
    top: 15px;
    left: 13px;
    background-position: -37px -165px;
    background-repeat: no-repeat
}

@keyframes suntory-alo-circle-anim {
    0% {
        opacity: 0.1;
        transform: rotate(0deg) scale(0.5) skew(1deg)
    }

    30% {
        opacity: 0.5;
        transform: rotate(0deg) scale(0.7) skew(1deg)
    }

    100% {
        opacity: 0.6;
        transform: rotate(0deg) scale(1) skew(1deg)
    }
}

@keyframes suntory-alo-circle-img-anim {
    0% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }

    10% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }

    100% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }
}

@keyframes suntory-alo-circle-fill-anim {
    0% {
        opacity: 0.2;
        transform: rotate(0deg) scale(0.7) skew(1deg)
    }

    50% {
        opacity: 0.2;
        transform: rotate(0deg) scale(1) skew(1deg)
    }

    100% {
        opacity: 0.2;
        transform: rotate(0deg) scale(0.7) skew(1deg)
    }
}

.fb-comments iframe {
    width: 100% !important
}

.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 60px;
    height: 60px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1111;
    transform: translate(-50%, -50%);
    display: none
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.banner-cat-news {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 400px;
    position: relative;
    margin-bottom: 60px
}

.banner-cat-news .page_title {
    position: absolute;
    margin-bottom: 0px;
    border-bottom: 0px;
    text-align: center;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-transform: uppercase
}

.banner-cat-news .page_title span {
    padding: 0px;
    color: #fff
}

@media screen and (max-width: 768px) {
    .banner-cat-news {
        background-image: none !important;
        min-height: auto;
        margin-bottom: 20px
    }

    .banner-cat-news .page_title {
        position: inherit;
        margin-bottom: 0px;
        border-bottom: 0px;
        text-align: center;
        left: auto;
        top: auto;
        transform: translate(0, 0);
        text-transform: uppercase
    }

    .banner-cat-news .page_title span {
        padding: 0px;
        color: #000
    }
}

.all-navicon-line {
    width: 24px;
    height: 24px;
    position: relative
}

.all-navicon-line svg {
    width: 24px;
    height: 24px;
    display: none;
    position: absolute;
    z-index: 222
}

.mm-opening .all-navicon-line {
    transform: rotate(45deg)
}

.mm-opening .all-navicon-line .navicon-line-1 {
    transform: rotate(-8deg);
    margin-top: 8px;
    width: 28px
}

.mm-opening .all-navicon-line .navicon-line-2 {
    transform: rotate(-86deg);
    margin-top: -8px;
    width: 28px
}

.mm-opening .all-navicon-line .navicon-line-3 {
    display: none
}

.zalo-chat-widget {
    z-index: 2 !important;
    bottom: 88px !important;
    top: auto;
    right: 14px !important
}

/*# sourceMappingURL=template.css.map */
.product_grid {
    margin-top: 12px;
    display: flex;
    flex-flow: row wrap
}

.product_grid .row_inner {
    width: 100%
}

.text-sold-out {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 82%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 82%, 0 100%);
    background: var(--main-color);
    position: absolute;
    top: 0px;
    right: 0px;
    height: 50px;
    color: #fff;
    text-transform: uppercase;
    padding: 3px;
    font-size: 11px;
    line-height: 19px
}

.product_grid .item {
    float: left;
    width: 20%;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    text-align: center;
    margin-bottom: 80px
}

.product_grid .item .loai_may,
.product_grid .item .duong_kinh {
    font-size: 12px;
    text-transform: uppercase;
    color: #777;
    margin-bottom: 5px;
    display: inline-block
}

.product_grid .item .row-lm {
    padding: 0px 5px;
    color: #777;
    font-size: 13px
}

.product_grid .item .discount {
    position: absolute;
    top: 0px;
    left: 5px;
    background: #ed1c24;
    background-size: 100%;
    background-repeat: no-repeat;
    color: #fff;
    font-size: 12px;
    height: 36px;
    width: 36px;
    line-height: 36px;
    box-sizing: border-box;
    border-radius: 50%
}

@media screen and (max-width: 997px) {
    .product_grid .item .discount {
        font-size: 10px;
        height: 36px;
        width: 36px;
        line-height: 36px
    }
}

.product_grid .item img {
    transition: all 0.7s ease 0s !important;
    -webkit-transition: all 0.7s ease 0s;
    max-height: 290px
}

@media screen and (max-width: 500px) {
    .product_grid .item img {
        max-height: 238px
    }
}

@media screen and (max-width: 375px) {
    .product_grid .item img {
        max-height: 215px
    }
}

@media screen and (max-width: 320px) {
    .product_grid .item img {
        max-height: 181px
    }
}

.product_grid .item:hover img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05)
}

@media screen and (max-width: 997px) {
    .product_grid .item {
        width: 33.333%
    }
}

@media screen and (max-width: 768px) {
    .product_grid .item {
        width: 50%;
        margin-bottom: 50px
    }
}

.product_grid .item .product_image {
    margin-bottom: 16px;
    position: relative;
    min-height: 283px
}

@media screen and (max-width: 1024px) {
    .product_grid .item .product_image {
        min-height: 240px
    }
}

@media screen and (max-width: 500px) {
    .product_grid .item .product_image {
        min-height: 210px
    }
}

.product_grid .item .product_image .icon_bl {
    position: absolute;
    left: 20px;
    bottom: 0px;
    color: #fff;
    background: #f19655;
    padding: 2px 10px;
    border-radius: 2px;
    z-index: 2
}

.product_grid .item .product_image .icon_br {
    position: absolute;
    right: 20px;
    bottom: 0px;
    color: #fff;
    background: red;
    padding: 2px 10px;
    border-radius: 2px;
    z-index: 2
}

.product_grid .item .product_image .image_gift_cat {
    position: absolute;
    bottom: 0px;
    right: 0px;
    transform: scale(1) !important
}

.product_grid .item .product_image .installment {
    position: absolute;
    left: 10px;
    bottom: 0px;
    background: #f28902;
    padding: 2px 4px;
    font-size: 13px;
    color: #fff;
    font-size: 11px;
    color: #fff;
    font-weight: 600;
    border-radius: 2px
}

.product_grid .item h2 a,
.product_grid .item h3 a {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 8px
}

@media all and (max-width: 768px) {

    .product_grid .item h2 a,
    .product_grid .item h3 a {
        font-size: 15px
    }
}

.product_grid .item h2 a .cat_name,
.product_grid .item h3 a .cat_name {
    color: #777;
    display: block;
    font-size: 14px;
    margin-top: 6px;
    margin-bottom: 8px;
    font-weight: normal
}

.product_grid .item .price_old {
    font-size: 15px;
    color: #b1b1b1;
    margin-bottom: 8px;
    text-decoration: line-through
}

.product_grid .item .price_current {
    font-size: 18px;
    color: #e10c00;
    font-weight: 600
}

@media all and (max-width: 450px) {
    .product_grid .item .price_current {
        font-size: 14px
    }
}

.product_grid .frame_inner {
    position: relative
}

.product_grid .frame_title {
    color: #555;
    font-size: 13px;
    max-height: 38px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 38px;
    overflow: hidden;
    line-height: 19px
}

.product_grid .button-cart-fast-cat {
    position: absolute;
    bottom: 83px;
    padding: 7px 32px;
    background-color: #652d92d4;
    color: #FFF;
    left: 50%;
    transform: translate(-50%, 0) scale(0.5);
    border-radius: 2px;
    text-transform: uppercase;
    font-weight: 500;
    font-family: Arial;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    opacity: 0
}

.product_grid .item:hover .button-cart-fast-cat {
    display: block;
    opacity: 1;
    transform: translate(-50%, 0) scale(1)
}

/*# sourceMappingURL=products.css.map */
.banner-top-mobile {
    margin-bottom: 20px
}

.banner-cat-manuf {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 400px;
    position: relative;
    margin-bottom: 20px
}

.cat-title-main .title_icon .box-cat {
    display: inline-block;
    float: left
}

.cat-title-main .title_icon .box-cat .activeh1 {
    background: #f7f7f7;
    opacity: 1 !important
}

.cat-title-main .title_icon .box-cat svg {
    height: 40px;
    width: 40px
}

.cat-title-main .title_icon .box-cat .svg-sex {
    text-align: center;
    margin-bottom: 14px;
    display: block
}

.cat-title-main .title_icon .box-cat .h1-catname {
    text-align: center;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1px;
    opacity: 0.5
}

.cat-title-main .title_icon .box-cat .h1-catname a {
    padding: 10px 27px 12px 27px
}

.cat-title-main .title_icon .box-cat .h1-catname a:hover {
    color: #000 !important
}

.left-col .block_products_filter {
    margin-top: 54px
}

.field_title {
    position: relative;
    text-align: center;
    background: #f3f3f3;
    font-size: 11px;
    text-transform: uppercase;
    padding: 14px 0px 12px;
    margin-bottom: 33px
}

.field_title .order-select {
    position: absolute;
    top: 8px;
    right: 12px;
    border: none;
    padding: 8px 0px 8px 0px;
    color: #5d5d5d;
    background: none
}

@media screen and (max-width: 760px) {
    .field_title .order-select {
        top: 50px;
        right: 0px;
        border: 1px solid #e6e6e6;
        padding: 5px;
        box-sizing: border-box
    }
}

.cat_summary {
    margin: 15px 0 20px
}

.products-cat .block_banners {
    margin-top: 12px
}

.choosedfilter {
    margin-bottom: 20px
}

.choosedfilter a {
    background: #e88f38;
    color: #FFF !important;
    margin-right: 2px;
    padding: 3px 24px 3px 9px;
    display: inline-block;
    position: relative;
    font-size: 12px;
    margin-bottom: 2px
}

.choosedfilter a:after {
    content: 'X';
    position: absolute;
    top: 3px;
    right: 2px;
    width: 15px;
    height: 13px;
    color: #FFF;
    z-index: 1;
    font-size: 12px
}

.choosedfilter .reset {
    background: #ec0202
}

.summary_content p {
    margin-bottom: 12px
}

.lg-manu {
    width: 306px;
    margin-left: 40px;
    margin-top: 70px
}

.lg-manu .wrapper-sum {
    color: #fff;
    font-size: 13px;
    padding: 12px 20px;
    text-align: left;
    background: #161e2bbd
}

.lg-manu .wrapper-sum p {
    font-size: 13px;
    line-height: 23px
}

.lg-manu .viewmore-manu {
    display: inline-block;
    position: relative;
    color: #fff;
    margin-left: 20px;
    margin-top: 6px;
    font-style: italic;
    font-size: 13px
}

.lg-manu .viewmore-manu svg {
    position: absolute;
    right: -22px;
    width: 17px;
    height: 17px;
    fill: var(--main-color);
    top: 1px
}

.vm_summary_content_cat {
    text-align: center
}

.vm_summary_content_cat span {
    cursor: pointer;
    display: inline-block;
    padding: 10px 20px;
    border: 1px solid var(--button-color);
    color: var(--button-color)
}

.height_auto {
    height: auto !important
}

.summary_content_cat {
    margin-bottom: 80px;
    line-height: 25px;
    height: 360px;
    overflow-y: hidden
}

.summary_content_cat a {
    color: #3a70f1
}

@media screen and (max-width: 768px) {
    .summary_content_cat {
        margin-bottom: 35px
    }
}

.all-summary {
    position: relative
}

.all-summary .view-more {
    display: none;
    position: absolute;
    left: 50%;
    bottom: 0px;
    transform: translate(-50%, 50%);
    padding: 1px 10px;
    background: #d92b34c9;
    color: #fff;
    font-size: 12px;
    cursor: pointer
}

@media screen and (max-width: 500px) {
    .all-summary .view-more {
        display: block
    }
}

.summary_content_filter {
    margin-bottom: 20px;
    margin-top: 25px
}

.summary_content_filter p {
    font-size: 14px;
    font-style: italic;
    line-height: 24px
}

@media screen and (max-width: 500px) {
    .summary_content_filter {
        max-height: 165px;
        overflow-y: auto;
        box-sizing: border-box;
        margin-bottom: 15px;
        margin-top: 0px
    }
}

.remove-height-smr {
    max-height: 100% !important
}

.view_more_content_filter {
    display: none
}

@media screen and (max-width: 500px) {
    .view_more_content_filter {
        display: block
    }
}

.kk-star-ratings {
    position: absolute;
    right: 0px;
    top: 0px
}

.kk-star-ratings .star_on {
    display: inline-block
}

@media screen and (max-width: 500px) {
    .kk-star-ratings .star_on svg {
        width: 12px
    }
}

@media screen and (max-width: 500px) {
    .kk-star-ratings {
        position: relative;
        top: -6px
    }
}

.kksr-legend {
    color: #bbb;
    font-size: 11px
}

.kksr-legend span {
    padding: 0px;
    z-index: 1;
    min-width: auto;
    text-align: left;
    font-size: 11px;
    text-decoration: none;
    text-align: left;
    color: #bbb
}

.rate i,
#ratings i {
    width: 17px;
    height: 17px;
    display: inline-flex;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    background-repeat: no-repeat
}

.star_on {
    background: url('data:image/svg+xml;utf8,<svg aria-hidden="true" data-prefix="fas" data-icon="star" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512" class="svg-inline--fa fa-star fa-w-18"><path fill="orange" d="M259.3 17.8L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0z" class=""></path></svg>');
    background-repeat: no-repeat
}

.star_off {
    background: url('data:image/svg+xml;utf8,<svg fill="grey" aria-hidden="true" data-prefix="far" data-icon="star" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512" class="svg-inline--fa fa-star fa-w-18"><path fill="sliver" d="M528.1 171.5L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6zM388.6 312.3l23.7 138.4L288 385.4l-124.3 65.3 23.7-138.4-100.6-98 139-20.2 62.2-126 62.2 126 139 20.2-100.6 98z"></path></svg>');
    background-repeat: no-repeat
}

#ratings {
    display: block;
    float: left;
    margin-top: 5px
}

#ratings i {
    cursor: pointer
}

.rating_area {
    margin-bottom: 14px
}

.rating_note {
    background: var(--main-color);
    color: #FFF;
    padding: 4px 10px;
    position: relative;
    font-size: 13px;
    border-radius: 0 4px 4px 0;
    display: inline-block;
    float: left;
    margin-left: 28px
}

@media screen and (max-width: 380px) {
    .rating_note {
        display: none
    }
}

.rating_note::after {
    content: '';
    display: block;
    clear: both;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13px 13px 13px 0;
    border-color: transparent var(--main-color) transparent transparent;
    position: absolute;
    top: 0;
    left: -13px
}

.manufactory font {
    color: #0183BF;
    margin-right: 13PX
}

.rate_count {
    margin-left: 5px
}

.tab_label {
    margin-bottom: 15px;
    margin-top: 11px
}

.banner-promotion-cat .block_inner {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -10px 20px
}

.banner-promotion-cat .block_inner a {
    width: calc(100% / 3);
    box-sizing: border-box;
    padding: 0px 10px
}

@media screen and (max-width: 600px) {
    .banner-promotion-cat .block_inner a {
        width: calc(100%);
        margin-bottom: 10px
    }

    .banner-promotion-cat .block_inner a:nth-child(2) {
        width: 50%;
        padding: 0px 10px 10px 10px;
        box-sizing: border-box;
        display: inline-block
    }

    .banner-promotion-cat .block_inner a:nth-child(2) img {
        height: 100%;
        width: 100%
    }

    .banner-promotion-cat .block_inner a:nth-child(3) {
        width: 50%;
        padding: 0px 10px 10px 0px;
        box-sizing: border-box;
        display: inline-block
    }

    .banner-promotion-cat .block_inner a:nth-child(3) img {
        height: 100%;
        width: 100%
    }
}

/*# sourceMappingURL=cat.css.map */
.breadcrumb {
    padding: 15px 0px 0px 0px;
    margin-bottom: 44px;
    display: inline-block
}

@media screen and (max-width: 768px) {
    .breadcrumb {
        padding: 20px 0px 2px 0px;
        margin-bottom: 10px
    }
}

.breadcrumb::after {
    display: block;
    clear: both;
    content: " "
}

.breadcrumb__item {
    display: inline-block;
    margin-right: 20px;
    list-style: none;
    color: #131518;
    position: relative;
    line-height: 23px
}

.breadcrumb__item:last-child {
    margin-right: 0px
}

.breadcrumb__item:last-child span {
    position: relative
}

.breadcrumb__item a {
    font-size: 12px;
    color: #797979;
    text-decoration: none;
    line-height: 23px;
    font-weight: normal;
    text-transform: uppercase
}

@media screen and (max-width: 768px) {
    .breadcrumb__item a {
        text-transform: unset
    }
}

.breadcrumb__item a:hover {
    color: #000
}

.breadcrumb__item::after {
    display: block;
    width: 14px;
    height: 15px;
    color: #b6af96;
    content: "";
    background: url('data:image/svg+xml;utf8,<svg  width="10px" height="10px" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 512" ><path fill="gray" d="M17.525 36.465l-7.071 7.07c-4.686 4.686-4.686 12.284 0 16.971L205.947 256 10.454 451.494c-4.686 4.686-4.686 12.284 0 16.971l7.071 7.07c4.686 4.686 12.284 4.686 16.97 0l211.051-211.05c4.686-4.686 4.686-12.284 0-16.971L34.495 36.465c-4.686-4.687-12.284-4.687-16.97 0z" class=""></path></svg>');
    background-repeat: no-repeat;
    position: absolute;
    top: 6px;
    right: -21px
}

.breadcrumb__item:last-child a {
    color: #f60629
}

.breadcrumb__item:last-child::after {
    content: "" !important;
    display: none
}

@media screen and (max-width: 400px) {
    .breadcrumb__item {
        font-size: 13px
    }
}

@media screen and (max-width: 360px) {
    .breadcrumb__item {
        font-size: 12px
    }
}

/*# sourceMappingURL=breadcrumbs_simple.css.map */
.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px)
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel .owl-refresh .owl-item {
    display: none
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-item img {
    -webkit-transform-style: preserve-3d
}

.owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto
}

.owl-carousel .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease
}

.owl-carousel .owl-item img {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("https://donghoduyanh.com/dong-ho-dc593/owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: scale 100ms ease;
    -moz-transition: scale 100ms ease;
    -ms-transition: scale 100ms ease;
    -o-transition: scale 100ms ease;
    transition: scale 100ms ease
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transition: scale(1.3, 1.3);
    -moz-transition: scale(1.3, 1.3);
    -ms-transition: scale(1.3, 1.3);
    -o-transition: scale(1.3, 1.3);
    transition: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1
}

/*# sourceMappingURL=owl.carousel.css.map */
.block-filter-image-child {
    position: relative
}

.block-filter-image-child .item {
    text-align: center;
    background: #f0f0f0
}

.block-filter-image-child .item .icon {
    text-align: center;
    background: #ebebeb
}

.block-filter-image-child .item .icon img {
    display: inline-block !important
}

.block-filter-image-child .item span {
    display: block;
    margin-top: 8px
}

.block-filter-image-child .item a {
    padding-bottom: 6px;
    box-sizing: border-box;
    border: 1px solid transparent
}

.block-filter-image-child .item .active {
    border: 1px solid #f90404
}

.block-filter-image-child .view-all {
    position: absolute;
    top: -53px;
    right: 0px;
    color: blue
}

.block-filter-image-child:hover .owl-controls .owl-nav {
    display: block
}

.block-filter-image-child .owl-controls .owl-nav {
    position: absolute;
    top: 30%;
    width: 100%;
    display: none
}

@media only screen and (max-width: 500px) {
    .block-filter-image-child .owl-controls .owl-nav {
        display: block
    }
}

.block-filter-image-child .owl-controls .owl-nav div {
    display: inline-block;
    zoom: 1;
    position: absolute;
    padding: 6px 0 0;
    margin: 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background: rgba(255, 255, 255, 0.87);
    width: 32px;
    height: 40px;
    text-align: center;
    font-size: 44px;
    color: #000;
    font-family: -webkit-body;
    line-height: 28px
}

@media only screen and (max-width: 500px) {
    .block-filter-image-child .owl-controls .owl-nav div {
        width: 24px;
        height: 30px;
        font-size: 35px;
        line-height: 20px
    }
}

.block-filter-image-child .owl-controls .owl-nav .owl-prev {
    left: 0px
}

.block-filter-image-child .owl-controls .owl-nav .owl-next {
    right: 0px
}

.block-filter-image-child-mobile {
    position: relative
}

.block-filter-image-child-mobile .view-all {
    position: absolute;
    top: -38px;
    right: 0px;
    color: blue
}

.block-filter-image-child-mobile-a {
    overflow-y: hidden;
    overflow-x: auto
}

.block-filter-image-child-mobile-a .block-filter-image-child-mobile-ct {
    width: 2400px;
    margin: 0px -5px
}

.block-filter-image-child-mobile-a .block-filter-image-child-mobile-ct .item {
    width: calc(100% / 8 - 10px);
    margin: 0px 5px;
    float: left;
    text-align: center
}

.block-filter-image-child-mobile-a .block-filter-image-child-mobile-ct .icon {
    text-align: center;
    background: #ebebeb
}

.block-filter-image-child-mobile-a .block-filter-image-child-mobile-ct .icon img {
    display: inline-block !important
}

.filter_image_child_wrap>.item {
    width: calc(25% - 20px);
    margin: 0px 10px
}

@media only screen and (max-width: 800px) {
    .filter_image_child_wrap>.item {
        width: calc(100% / 3 - 10px)
    }
}

@media only screen and (max-width: 500px) {
    .filter_image_child_wrap>.item {
        width: calc(50% - 10px);
        margin: 0px 5px
    }
}

/*# sourceMappingURL=filter_image_child.css.map */
.block_products_filter {
    border-top: 1px solid #e5e5e5;
    margin-top: 15px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 15px
}

.block_products_filter .block_product_filter {
    display: flex
}

@media screen and (max-width: 768px) {
    .block_products_filter .block_product_filter {
        display: block
    }
}

.block_products_filter .field_item {
    flex: 1;
    margin-right: 20px;
    position: relative;
    padding-right: 30px
}

.main_wrapper .left-col .block_products_filter,
.main_wrapper .right-col .block_products_filter {
    border: none
}

.block_products_filter .field_item {
    float: left;
    margin-right: 9px;
    position: relative;
    padding-right: 9px;
    padding-top: 13px;
    padding-bottom: 10px
}

.block_products_filter .field_item:nth-child(7),
.block_products_filter .field_item:nth-child(8),
.block_products_filter .field_item:nth-child(9),
.block_products_filter .field_item:last-child {
    margin-right: 0px
}

.block_products_filter .field_item:nth-child(7) .filters_in_field,
.block_products_filter .field_item:nth-child(8) .filters_in_field,
.block_products_filter .field_item:nth-child(9) .filters_in_field,
.block_products_filter .field_item:last-child .filters_in_field {
    left: inherit;
    right: 0px
}

@media screen and (max-width: 768px) {

    .block_products_filter .field_item:nth-child(7) .filters_in_field,
    .block_products_filter .field_item:nth-child(8) .filters_in_field,
    .block_products_filter .field_item:nth-child(9) .filters_in_field,
    .block_products_filter .field_item:last-child .filters_in_field {
        left: 0px;
        right: inherit
    }
}

@media screen and (max-width: 768px) {

    .block_products_filter .field_item:nth-child(7),
    .block_products_filter .field_item:nth-child(8),
    .block_products_filter .field_item:nth-child(9),
    .block_products_filter .field_item:last-child {
        margin-right: 5px
    }
}

.block_products_filter .field_item:after {
    border-left: 2px solid transparent;
    border-right: 2px solid transparent;
    border-top: 5px solid #a0a0a0;
    display: inline-block;
    width: 0;
    height: 0;
    position: absolute;
    right: 4px;
    top: 18px;
    vertical-align: top;
    content: ''
}

@media screen and (max-width: 768px) {
    .block_products_filter .field_item:after {
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        z-index: -1
    }
}

.icon-filter {
    float: left;
    margin-left: 38px
}

.block_products_filter .field_item .field_name {
    cursor: pointer;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 12px;
    transition: 0.3s
}

.block_products_filter .field_item .field_name:hover {
    color: red
}

.block_products_filter .field_label a {
    margin: 6px 0;
    line-height: 24px;
    display: block
}

.filters_in_field {
    display: none;
    position: absolute;
    width: 400px;
    z-index: 10000;
    top: 38px;
    padding-top: 4px;
    left: 0px
}

@media screen and (max-width: 900px) {
    .filters_in_field {
        padding-top: 0px;
        border-top: 1px solid #ececec
    }
}

@media screen and (max-width: 430px) {
    .filters_in_field {
        width: 320px
    }
}

.filters_in_field .close {
    position: absolute;
    right: 6px;
    top: 6px;
    width: 18px;
    height: 18px;
    line-height: 18px;
    border: 1px solid red;
    border-radius: 50%;
    text-align: center;
    color: red;
    display: none;
    z-index: 2
}

@media screen and (max-width: 768px) {
    .filters_in_field .close {
        display: block
    }
}

.filters_in_field_inner {
    background: #FFF;
    border: 1px solid #E7E7E7;
    padding: 10px;
    border-width: 0 1px 1px 1px;
    position: relative
}

@media screen and (min-width: 768px) {
    .block_products_filter .field_item:hover .filters_in_field {
        display: block
    }
}

.block_products_filter .field_label .item {
    transform: translate(0.5em, 0px);
    box-sizing: border-box;
    display: flex
}

.block_products_filter .field_label .item a {
    color: #333;
    font-weight: 500;
    margin-left: 0px
}

.block_products_filter .field_label .item i {
    width: 15px;
    height: 23px;
    z-index: 10;
    float: left;
    background-position: -93px -143px;
    margin-right: 8px
}

.block_products_filter .field_label .item:hover i,
.block_products_filter .field_label .item.activated i {
    background-position: -72px -143px
}

.block_products_filter .field_label .item.activated:hover i {
    background-position: -72px -143px
}

.block_products_filter .field_label .item:hover a,
.block_products_filter .field_label .item.activated a {
    color: #ff2a00;
    font-weight: bold
}

.block_products_filter .field_label .item.activated:hover a {
    color: #333
}

.filters_in_field_3_column {
    width: 600px
}

.filters_in_field_3_column .item {
    width: 33.333%;
    float: left
}

.filters_in_field_2_column {
    width: 500px
}

.filters_in_field_2_column .item {
    width: 50%;
    float: left
}

@media screen and (max-width: 600px) {

    #loai_may,
    #vo_may,
    #chat_lieu_day,
    #chat_lieu_day,
    #chat_lieu_vo,
    #mau_mat {
        width: 320px !important
    }

    #loai_may .filters_in_field_inner,
    #vo_may .filters_in_field_inner,
    #chat_lieu_day .filters_in_field_inner,
    #chat_lieu_day .filters_in_field_inner,
    #chat_lieu_vo .filters_in_field_inner,
    #mau_mat .filters_in_field_inner {
        height: 300px;
        overflow-y: scroll
    }

    #loai_may .item,
    #vo_may .item,
    #chat_lieu_day .item,
    #chat_lieu_day .item,
    #chat_lieu_vo .item,
    #mau_mat .item {
        width: 100% !important
    }
}

.filters_in_field_1_column {
    width: 320px
}

.icon-filter {
    position: relative;
    float: left;
    display: inline
}

.icon-filter>span {
    background: #00A7F4;
    padding: 14px 14px 14px;
    margin-right: 8px;
    cursor: pointer;
    display: none;
    margin-top: 9px;
    border-bottom: 10px solid #FBFBFB
}

.icon-filter>span::before {
    content: '';
    position: absolute;
    top: 15px;
    left: 0;
    width: 28px;
    height: 5px;
    background: #FFF
}

.icon-filter>span::after {
    content: '';
    position: absolute;
    top: 26px;
    left: 0;
    width: 28px;
    height: 5px;
    background: #FFF
}

@media screen and (max-width: 900px) {
    .icon-filter {
        float: left
    }

    .icon-filter>span {
        display: block
    }

    .block_products_filter .field_item {
        float: left;
        width: calc(50% - 5px);
        box-sizing: border-box;
        margin-right: 5px
    }

    .block_products_filter .field_item:nth-child(even) .filters_in_field {
        right: -5px;
        left: inherit
    }

    .icon-filter .filter_inner {
        display: none;
        padding: 10px;
        box-shadow: #bfbdbd 1px 2px 2px 1px;
        position: absolute;
        z-index: 1000;
        background: #FFF;
        width: 277px;
        top: 20px;
        left: 0;
        border-top: 3px solid #00A7F4;
        text-align: left
    }

    .icon-filter .filter_inner {
        display: none;
        padding: 10px;
        width: 277px;
        top: 42px;
        right: 0;
        left: 0
    }

    .filters_in_field_3_column {
        width: 300px
    }

    .filters_in_field_3_column .item {
        width: 50%;
        float: left
    }

    .icon-filter:hover .filter_inner {
        display: block
    }
}

@media screen and (max-width: 550px) {
    .icon-filter {
        float: right
    }

    .icon-filter .filter_inner {
        left: inherit
    }
}

/*# sourceMappingURL=products_filter_no_cal_dropdown.css.map */
.aq-block-body .item {
    position: relative;
    border: 1px solid #e7e4e4d6;
    user-select: none;
    display: grid;
    margin-bottom: 10px;
    padding: 0px 40px 0px 15px
}

.aq-block-body .item .title {
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0px
}

.aq-block-body .item .content {
    display: none;
    padding: 0px 0px 12px 0px;
    line-height: 25px;
    font-size: 15px
}

.aq-block-body .item .content a.link_aq {
    color: var(--main-color);
    font-size: 13px
}

.aq-block-body .item .plus {
    cursor: pointer
}

.aq-block-body .item .plus:after {
    content: "+";
    color: var(--extra-color);
    font-size: 20px;
    position: absolute;
    right: 15px;
    top: 14px
}

.aq-block-body .item .minus {
    cursor: pointer
}

.aq-block-body .item .minus:after {
    content: "-";
    color: var(--main-color);
    font-size: 20px;
    position: absolute;
    right: 18px;
    top: 12px
}

.aq-block-body .item .icon-question {
    position: absolute;
    top: 15px;
    left: 15px
}

.aq-block-body .item .icon-question svg {
    width: 14px;
    fill: var(--main-color)
}

.aq-block-body .color_titile .question a {
    color: var(--main-color) !important
}

.aq-block-body .question {
    font-size: 16px;
    padding: 14px 0px 13px 0px;
    font-weight: 600
}

.aq-block-body .question .click_aq {
    right: 0;
    position: absolute
}

.aq-block-body .question .click_id {
    position: absolute;
    right: 0px;
    width: 35px;
    height: 35px;
    display: block;
    content: "";
    top: 0px;
    z-index: 2;
    border: 1px solid
}

@media screen and (max-width: 768px) {
    .aq-block-body .question {
        font-size: 14px
    }
}

.aq-block-body .color_titile .title {
    color: #f15123
}

.wrap_pos {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -7px
}

.wrap_pos .label {
    box-sizing: border-box
}

.wrap_pos .label input {
    box-sizing: border-box
}

.aq_form_send .text_form {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    padding: 14px 35px 14px 0px
}

.aq_form_send .text_form a {
    font-size: 0.968vw;
    color: #fff;
    font-family: sans-serif;
    box-sizing: border-box;
    border-radius: 50px;
    padding: 0.625vw 1.667vw;
    background: linear-gradient(90deg, #fe6403 0%, #ff6702 28%, #fa0a07 100%);
    display: inline-block;
    font-weight: normal;
    text-transform: uppercase
}

@media all and (max-width: 768px) {
    .aq_form_send .text_form a {
        font-size: 14px;
        padding: 6px 12px;
        text-transform: none;
        margin-top: 6px
    }
}

.aq_form_send .text_form a svg {
    width: 0.781vw;
    height: 0.781vw;
    fill: #fff;
    margin-left: 3px
}

@media all and (max-width: 768px) {
    .aq_form_send .text_form a svg {
        width: 8px;
        height: 8px
    }
}

.aq_relates {
    margin-top: 60px
}

.aq_relates .block_title {
    margin-bottom: 20px
}

.aq_relates .block_title span {
    font-size: 22px;
    text-transform: uppercase
}

@media all and (max-width: 600px) {
    .aq_relates .block_title span {
        font-size: 18px
    }
}

/*# sourceMappingURL=aq.css.map */
.center-adv img {
    margin-left: 10px;
    margin-bottom: 10px;
    border-radius: 10px
}

.adv-column:first-child {
    margin-left: 0px
}

.adv-column .top-adv {
    height: 9px;
    width: 100%
}

.adv-column .center-adv {
    padding: 0 5px
}

.adv-column .bottom-adv {
    height: 9px;
    width: 100%
}

.block_inner {
    position: relative;
    overflow: hidden;
    text-align: center
}

.block_inner ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.block_inner .title {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);
    bottom: 0;
    color: #fff;
    font-weight: bold;
    margin: 0 5px 10px;
    overflow: hidden;
    padding: 10px;
    position: absolute;
    width: 100%
}

.banners a {
    display: inline-block;
    max-width: 100%;
    position: relative;
    overflow: hidden
}

.banners a:before {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all 0.8s cubic-bezier(0.94, 0.85, 0.1, 0.62) 0s;
    -o-transition: all 0.8s cubic-bezier(0.94, 0.85, 0.1, 0.62) 0s;
    transition: all 0.8s cubic-bezier(0.94, 0.85, 0.1, 0.62) 0s;
    z-index: 1;
    border: 100px double #0000;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    box-sizing: border-box
}

.banners a:hover:before {
    opacity: 0;
    filter: alpha(opacity=0);
    border: 0 double rgba(255, 255, 255, 0.7);
    visibility: hidden
}

@media only screen and (max-width: 800px) {
    .main_top .banners a {
        margin-bottom: 0px;
        width: 100%
    }

    .main_top .banners a img {
        width: 100%
    }
}

/*# sourceMappingURL=banners_wrapper.css.map */
.shopcart_simple .count {
    position: relative
}

.shopcart_simple a {
    color: #fff;
    position: relative;
    text-transform: uppercase;
    font-size: 15px
}

.shopcart_simple a span {
    color: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    position: absolute;
    left: -17px;
    width: 30px;
    line-height: 30px;
    height: 30px;
    text-align: center;
    top: 0px;
    font-size: 15px
}

@media only screen and (max-width: 700px) {
    .shopcart_simple a span {
        left: -13px;
        width: 22px;
        line-height: 22px;
        height: 22px;
        font-size: 14px
    }
}

.shopcart_simple svg {
    fill: #fff;
    width: 18px;
    height: 18px;
    border-radius: 5px;
    padding: 8px 8px 8px 25px
}

@media only screen and (max-width: 700px) {
    .shopcart_simple svg {
        padding: 4px 6px 6px 17px
    }
}

/*# sourceMappingURL=shopcart_simple.css.map */
#search {
    position: relative;
    float: right
}

@media only screen and (max-width: 876px) {
    #search {
        float: none;
        width: 100%
    }
}

#search_form {
    position: relative
}

#search input {
    height: 36px;
    line-height: 36px;
    padding: 5px 5px 5px 10px;
    width: 300px;
    max-width: 100%;
    position: relative;
    border: 1px solid #ada0903b;
    outline: none;
    border-radius: 15px;
    box-sizing: border-box;
    background: #ffffff24;
    color: red
}

@media only screen and (max-width: 876px) {
    #search input {
        background: #fff;
        width: 100%
    }
}

#search input::placeholder {
    color: #ccc;
    opacity: 1
}

#search .button-search {
    color: #FFF;
    cursor: pointer;
    position: absolute;
    border: none;
    text-align: center;
    -moz-transition: all 0.2s ease-in 0;
    -webkit-transition: all 0.2s ease-in;
    -webkit-transition-delay: 0;
    transition: all 0.2s ease-in 0;
    border-radius: 5px;
    background: transparent;
    border: none;
    position: absolute;
    right: 3px;
    top: 3px
}

#search .button-search svg {
    width: 20px;
    padding: 6px 8px;
    fill: #ffffff;
    transform: rotate(272deg)
}

@media only screen and (max-width: 876px) {
    #search .button-search svg {
        fill: #272727
    }
}

#search .button-search:hover {
    color: #d60012;
    background: #d8d8d8
}

#search .button-search i {
    font-size: 18px
}

.autocomplete-suggestions {
    margin: 6px 0 0 6px;
    position: absolute;
    right: -5px;
    top: 4px
}

.autocomplete-suggestions {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #fff;
    cursor: default;
    margin: 0 3px 6px -1px;
    overflow: auto;
    width: 300px !important
}

@media only screen and (max-width: 876px) {
    .autocomplete-suggestions {
        width: 95% !important
    }
}

.autocomplete-suggestions div {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 100%
}

.autocomplete-suggestions .autocomplete-group {
    background: #f1f1f1 none repeat scroll 0 0;
    padding: 8px 3%;
    width: 100%;
    box-sizing: border-box
}

.autocomplete-suggestions .autocomplete-suggestion:nth-child(even) {
    background: #ECECEC
}

.autocomplete-suggestions .autocomplete-suggestion:nth-child(odd) {
    background: #F5F5F5
}

.autocomplete-suggestions div:hover {
    background: #d4d4d4 !important
}

.autocomplete-suggestions div a img {
    float: left;
    width: 50px
}

.autocomplete-suggestions div a,
.autocomplete-suggestions div a:link,
.autocomplete-suggestions div a:visited {
    clear: both;
    color: #ED1C24;
    font-size: 16px;
    display: inline-block;
    margin: 0;
    padding: 6px 0 6px 5px;
    width: 100%;
    box-sizing: border-box
}

.autocomplete-suggestions div a img {
    float: left;
    margin-right: 20px;
    width: 50px
}

.autocomplete-suggestions div a label {
    cursor: pointer;
    float: left;
    font-weight: normal;
    margin: 0;
    padding: 0
}

.autocomplete-suggestions div a span {
    clear: both;
    cursor: pointer;
    display: block;
    margin: 0;
    padding: 0;
    color: #000;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px
}

.autocomplete-suggestions div a span.price {
    color: #ED1C24;
    font-weight: 600;
    padding-top: 6px;
    clear: left;
    display: block
}

.autocomplete-suggestions div.last {
    border: medium none
}

.autocomplete-suggestions strong {
    color: #ED1C24;
    font-weight: 600
}

.search_form_wrap {
    position: relative
}

.search_form_wrap .popup-suggestions {
    position: absolute;
    background: #fff;
    width: 100%;
    padding: 12px 15px;
    z-index: 2;
    box-shadow: #64646f33 0px 7px 29px 0px;
    border-radius: 2px;
    box-sizing: border-box;
    line-height: 22px;
    top: 36px;
    left: 0px;
    max-height: 300px;
    overflow-y: auto;
    display: none
}

@media only screen and (max-width: 876px) {
    .search_form_wrap .popup-suggestions {
        display: block;
        box-shadow: none;
        max-height: 500px;
        padding: 12px 0px 0px;
        max-height: 500px
    }
}

.search_form_wrap .item-s {
    margin-bottom: 10px
}

.search_form_wrap .title {
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 5px
}

.search_form_wrap .content-s a {
    border: 1px solid #ededed;
    padding: 3px 12px;
    border-radius: 20px;
    margin-right: 5px;
    margin-bottom: 5px;
    display: inline-block;
    font-size: 13px;
    color: #4b4b4b;
    transition: 0.2s
}

.search_form_wrap .content-s a:hover {
    border: 1px solid #0097ff;
    color: #0097ff !important
}

.search_form_wrap .content-s2 a {
    border: none;
    padding: 0px;
    display: block;
    text-decoration: underline
}

.search_form_wrap .content-s2 a:hover {
    border: none;
    color: #0097ff !important
}

.search_form_wrap .guide-s {
    color: #0097ff;
    text-decoration: underline
}

.close-popup-suggestions {
    position: relative
}

.close-popup-suggestions span {
    position: absolute;
    right: -5px;
    top: 4px;
    cursor: pointer
}

.close-popup-suggestions span svg {
    width: 12px;
    height: 12px;
    fill: #1e1e1e
}

@media screen and (max-width: 876px) {
    .close-popup-suggestions {
        display: none
    }
}

/*# sourceMappingURL=search.css.map */
.mainmanu {
    width: 100%;
    position: relative
}

.mainmanu li {
    position: initial !important;
    float: left
}

.mainmanu>li:hover>.highlight {
    display: block
}

.mainmanu>li:hover {
    color: #fff;
    z-index: 1111;
    position: relative
}

.mainmanu>li:hover a {
    color: #c4161c
}

.mainmanu li .name:hover,
.mainmanu .menu_col p a:hover {
    color: #c4161c !important
}

.mainmanu li .name:hover,
.mainmanu li .name:focus {
    background: unset
}

.mainmanu li {
    padding: 0px 19px
}

@media only screen and (max-width: 1230px) {
    .mainmanu li {
        padding: 0px 20px
    }
}

.mainmanu .dropdown {
    position: relative !important
}

.mainmanu .dropdown .highlight {
    min-width: auto !important;
    left: 32px;
    right: auto;
    width: 240px;
    padding-left: 0px
}

.mainmanu .dropdown .menu_col {
    width: 100%;
    float: none
}

.mainmanu li .name {
    padding: 14px 0px 10px 0px;
    text-transform: uppercase;
    font-size: 13px;
    color: #fff;
    display: inline-block;
    color: #fff
}

.mainmanu li .name {
    border-bottom: 3px solid transparent;
    box-sizing: border-box
}

.mainmanu li:hover .name {
    color: #000 !important;
    border-bottom: 3px solid #fff !important
}

.active-mainmenu .name {
    border-bottom: 3px solid #fff !important
}

.mainmanu li .highlight {
    top: 45px;
    position: absolute;
    z-index: 111111;
    min-width: 100%;
    background: #653b86db;
    box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.4);
    margin: 0px 0 0px 0px;
    padding: 0px 0px 0px 14px;
    display: none;
    right: 0px;
    box-sizing: border-box
}

.mainmanu li:first-child .highlight {
    top: 25px;
    position: absolute;
    z-index: 11;
    min-width: 1132px !important;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 1px 1px 23px 1px #ccc;
    margin: 10px 0 0px -1px;
    padding: 0px 0px 0px 20px;
    left: 0px !important
}

.mainmanu li:first-child {
    padding: 0px 20px 0px 0px
}

.mainmanu li:first-child a {
    padding: 12px 0px 12px 0px
}

.mainmanu li:first-child:hover svg {
    fill: #fff
}

.mainmanu li .layer_menu_accessories {
    min-width: 100% !important
}

.mainmanu li .layer_menu_accessories ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.mainmanu .item:first-child .menu_col {
    width: 100% !important;
    float: left !important;
    margin-right: 0px !important;
    margin-top: 0px !important
}

.mainmanu .menu_col {
    width: 20%;
    float: left;
    margin-top: 20px;
    padding: 0px 10px;
    box-sizing: border-box;
    max-height: 260px;
    overflow-y: auto
}

#childs_of_828 .menu_col {
    width: 100%
}

.wrapper-item-657 .menu_col {
    width: 19% !important;
    float: left;
    margin-right: 40px;
    margin-top: 20px
}

.mainmanu .field_label {
    font-size: 13px;
    text-transform: uppercase;
    border-bottom: 0px solid #ddd
}

.mainmanu .field_label a {
    color: #fff !important
}

.mainmanu .field_label a:hover {
    color: #fff !important
}

.mainmanu #menu_item_797 .field_label,
.mainmanu #menu_item_798 .field_label {
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    border-bottom: 1px solid #ddd;
    padding-bottom: 13px;
    margin-bottom: 18px;
    height: auto
}

.mainmanu .menu_col p {
    margin: 0px 0px 10px 0px;
    width: 100%;
    float: left;
    font-weight: normal !important
}

.mainmanu .menu_col p a {
    text-transform: uppercase;
    font-size: 12px;
    color: #414c5c
}

.mainmanu .read_more a {
    color: #B80405
}

.last-child-sub {
    width: initial !important;
    border: none !important;
    text-transform: uppercase;
    padding-left: 12px !important
}

.active-sub-manu,
.active-sub-manu>a {
    color: #414c5c !important;
    background: #c3cbd5
}

.item-manu-mnu:hover {
    box-shadow: 0px 0px 7px 0px #ccc
}

.item-manu-mnu.fl {
    width: 90px;
    height: 45px;
    margin-right: 10px;
    background: #fff;
    margin-bottom: 10px;
    padding: 6px 10px 0px 10px
}

.item-manu-mnu.fl img {
    max-width: 70px;
    width: 85px;
    max-height: 33px
}

.list-manu-mnu {
    width: 190px;
    margin: auto
}

.item-manu-mnu:nth-child(2n) {
    margin-right: 0px !important
}

.title-manu-nb {
    text-align: left;
    width: 191px;
    border-bottom: 1px solid #ccc;
    margin: auto;
    margin-bottom: 10px;
    padding-bottom: 7px;
    text-transform: uppercase
}

.wrapper-manu-menu.fr {
    width: 235px;
    background: #f1f1f1;
    padding-top: 19px;
    padding-bottom: 20px;
    min-height: 336px
}

.field_name.normal.first_field .item-manu-menu a {
    overflow: hidden;
    display: block;
    line-height: 16px;
    /*background: url("../blocks/mainmenu/assets/images/background.jpg") no-repeat;*/
    padding: 10px;
    box-sizing: border-box;
    width: 100px;
    height: 67px
}

.title-manu-nb.km-hot {
    color: #c4161c
}

.list-manu-mnu.cf>p:last-child {
    display: block;
    margin-bottom: 0px
}

.list-manu-mnu.cf>p:first-child {
    display: block;
    margin-bottom: 10px
}

.list-manu-mnu img {
    margin: 0px;
    width: 189px;
    height: 69px
}

.list-manu-menu ul li:hover {
    cursor: pointer;
    background: #c3cbd5;
    color: #414c5c !important
}

.hidden_more_mm>a,
.read_more_mm>a {
    color: #c4161c !important
}

#nav-mainmenu {
    background: var(--main-color)
}

.mainmanu .menu_col p>a>img {
    max-width: 100%
}

.item-manu-menu {
    margin: 10px 10px 0px 0px !important;
    width: initial !important
}

.field_name.normal.first_field p a {
    color: #fff;
    font-size: 12px;
    overflow: hidden;
    display: block;
    line-height: 16px
}

.mainmanu li:nth-child(2) #menu_col_1,
.mainmanu li:nth-child(2) #menu_col_2,
.mainmanu li:nth-child(2) #menu_col_3 {
    display: none
}

.mainmanu li:nth-child(2) .wrapper-manu-menu.fr {
    margin-top: -10px
}

.mainmanu li:nth-child(2) .first_field {
    padding-top: 10px
}

.wrapper-item-657 ul li:first-child,
.wrapper-item-656 ul li:first-child {
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
    color: #414c5c;
    font-size: 13px;
    text-transform: uppercase;
    padding-top: 20px;
    margin-bottom: 4px
}

.wrapper-item-657 ul li,
.wrapper-item-656 ul li {
    padding-top: 13px;
    padding-bottom: 0px;
    text-transform: uppercase;
    font-size: 12px
}

.wrapper-item-657,
.wrapper-item-656 {
    padding-bottom: 10px;
    padding-left: 18px
}

.wrapper-item-657 ul,
.wrapper-item-656 ul {
    display: inline-block;
    width: 18%
}

/*# sourceMappingURL=default.css.map */
.contact-simple-ft {
    background: var(--main-color);
    padding: 30px 0px;
    margin-top: 40px
}

@media screen and (max-width: 460px) {
    .contact-simple-ft {
        margin-top: 20px
    }
}

.block_contact_simple {
    display: flex;
    flex-wrap: wrap
}

.block_contact_simple .item {
    float: left;
    position: relative;
    padding-left: 78px;
    box-sizing: border-box;
    width: 30%
}

.block_contact_simple .item:nth-child(1) {
    width: 34%
}

.block_contact_simple .item:nth-child(2) {
    width: 40%;
    padding-left: 110px
}

.block_contact_simple .item:nth-child(2) .icon {
    left: 34px
}

.block_contact_simple .item:nth-child(2) .item1 {
    width: 50%;
    float: left
}

.block_contact_simple .item:nth-child(2) .item2 {
    width: 50%;
    float: right
}

.block_contact_simple .item:nth-child(2):before {
    content: '';
    height: 37px;
    width: 1px;
    background: #ada090a1;
    position: absolute;
    left: 0px
}

.block_contact_simple .item:nth-child(2):after {
    content: '';
    height: 37px;
    width: 1px;
    background: #ada090a1;
    position: absolute;
    right: 0px
}

.block_contact_simple .item:nth-child(3) {
    width: 26%;
    padding-left: 112px
}

.block_contact_simple .item:nth-child(3) .icon {
    left: 34px
}

.block_contact_simple .item .icon {
    position: absolute;
    left: 0px;
    top: -8px;
    width: 50px;
    height: 50px;
    border: 1px solid #fff;
    border-radius: 50%;
    line-height: 50px;
    padding-top: 14px;
    padding-left: 14px;
    box-sizing: border-box
}

.block_contact_simple .item .icon svg {
    width: 20px;
    height: 20px;
    fill: #fff
}

@media screen and (max-width: 430px) {
    .block_contact_simple .item .icon {
        top: -4px;
        width: 45px;
        height: 45px;
        line-height: 45px;
        padding-top: 12px;
        padding-left: 12px
    }
}

.block_contact_simple .item .title {
    text-transform: uppercase;
    font-size: 15px;
    color: #fff;
    margin-bottom: 5px
}

.block_contact_simple .item .content {
    font-size: 15px;
    color: #fff
}

@media screen and (max-width: 1040px) {
    .block_contact_simple .item:nth-child(1) {
        width: 50%;
        margin-bottom: 25px
    }

    .block_contact_simple .item:nth-child(2) {
        width: 50%;
        margin-bottom: 25px
    }

    .block_contact_simple .item:nth-child(2):after {
        display: none
    }

    .block_contact_simple .item:nth-child(3) {
        width: 100%;
        padding-left: 78px
    }

    .block_contact_simple .item:nth-child(3) .icon {
        left: 0px
    }
}

@media screen and (max-width: 780px) {
    .block_contact_simple .item {
        width: 100% !important
    }

    .block_contact_simple .item:nth-child(2) {
        padding-left: 78px
    }

    .block_contact_simple .item:nth-child(2):before {
        display: none
    }

    .block_contact_simple .item:nth-child(2) .icon {
        left: 0px
    }
}

@media screen and (max-width: 430px) {
    .block_contact_simple .item {
        padding-left: 64px !important
    }
}

/*# sourceMappingURL=simple.css.map */
ul.menu-bottom li.level0 {
    float: left;
    width: 33.333%;
    padding-right: 10px;
    box-sizing: border-box
}

@media screen and (max-width: 900px) {
    ul.menu-bottom li.level0 {
        padding: 0px 0px 0px 0px
    }
}

ul.menu-bottom li.level0>a,
ul.menu-bottom li.level0>span {
    margin-bottom: 17px;
    display: block;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    color: var(--main-color)
}

ul.menu-bottom li.level0 ul {
    margin-top: 4px
}

ul.menu-bottom li.level0 ul li {
    margin-bottom: 5px
}

ul.menu-bottom li.level0 ul li a {
    font-size: 15px;
    line-height: 26px;
    color: var(--main-color)
}

ul.menu-bottom li.level0 ul li a:hover {
    color: #000
}

ul li.level1 a:hover,
ul li.level1 span:hover {
    color: #0066b2
}

ul.menu-bottom li.level0 span.click-mobile {
    /*background: transparent url("../blocks/mainmenu/assets/imageZs/icon-click.png") no-repeat scroll center;*/
    position: absolute;
    cursor: pointer;
    padding: 16px;
    right: 0px;
    top: 0px;
    display: none
}

ul.menu-bottom li.level0 span.click-mobile.active {
    /*background: transparent url("../blocks/mainmenu/assets/images/icon-click-active.png") no-repeat scroll center*/
}

.menu-bottom ul li.mid-sitem>span i {
    /*background: transparent url("../blocks/mainmenu/assets/images/bo-cong-thuong.png") no-repeat scroll left bottom;*/
    content: ' ';
    height: 47px;
    display: block;
    margin-top: 23px;
    padding-top: 12px
}

@media screen and (max-width: 768px) {
    ul.menu-bottom li.level0 {
        float: left;
        width: 100%;
        border: 1px solid #ffffff57;
        margin-bottom: 10px;
        position: relative
    }

    ul.menu-bottom li.level0 span.click-mobile {
        display: block
    }

    ul.menu-bottom li.level0>a,
    ul.menu-bottom li.level0>span {
        display: block;
        padding: 8px 0px;
        margin-bottom: 0
    }

    ul.menu-bottom li.level0 ul {
        display: none
    }

    ul li.level1 {
        border-top: 1px solid #e3e3e3;
        padding: 8px 0px 7px 0px;
        margin-left: 22px
    }

    ul.menu-bottom li.level0 ul li {
        margin-bottom: 8px
    }

    ul li.level1.first-sitem,
    ul li.level1:first-child {
        border-top: 0
    }
}

/*# sourceMappingURL=bottommenu.css.map */
.block-share {
    margin-top: 10px
}

.block-share .title {
    display: inline-block;
    float: left;
    font-weight: bold;
    color: var(--main-color);
    text-transform: uppercase;
    font-size: 16px;
    margin-top: 8px;
    margin-right: 20px
}

.block-share .social-ft {
    float: left;
    position: relative
}

.block-share .social-ft a {
    margin-right: 5px;
    display: inline-block;
    width: 33px;
    height: 33px;
    border-radius: 50%;
    background: #653b8640;
    padding: 7px;
    box-sizing: border-box;
    color: #FFF;
    text-align: center;
    -moz-transition: all 0.2s ease-in 0;
    -webkit-transition: all 0.2s ease-in;
    -webkit-transition-delay: 0;
    transition: all 0.2s ease-in 0
}

.block-share .social-ft a:hover {
    background: var(--main-color)
}

.block-share .social-ft a svg {
    width: 17px;
    height: 17px
}

@media only screen and (max-width: 768px) {
    .block-share .social-ft {
        width: 100%;
        float: left;
        position: relative;
        float: none
    }

    .block-share .social-ft:after {
        display: none
    }
}

.block-share .registed {
    width: 50%;
    float: right;
    margin-top: -10px;
    padding-left: 22px;
    box-sizing: border-box
}

@media only screen and (max-width: 768px) {
    .block-share .registed {
        width: 100%;
        float: right;
        margin-top: 10px;
        padding-left: 0px;
        box-sizing: border-box
    }
}

/*# sourceMappingURL=square.css.map */
.block_address {
    position: relative
}

.block_address .tab {
    overflow: hidden;
    display: inline-block;
    border: 1px solid var(--main-color);
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    background: #fff;
    width: 258px
}

.block_address .tab button {
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    text-align: center;
    padding: 8px 0px;
    transition: 0.3s;
    font-size: 16px;
    position: relative;
    width: 129px;
    background: none;
    color: var(--main-color);
    text-transform: uppercase;
    font-weight: bold;
    flex: 1
}

.block_address .tab button:nth-child(1) {
    border-right: 1px solid var(--main-color)
}

@media all and (max-width: 736px) {
    .block_address .tab button {
        text-transform: unset;
        font-size: 14px
    }
}

.block_address .tab .icon {
    font-size: 28px;
    position: absolute;
    top: 13px;
    left: 20px
}

.block_address .tab .icon1 {
    font-size: 24px;
    position: absolute;
    top: 14px;
    left: 20px
}

.block_address .tab button:hover {
    background: var(--main-color);
    color: white
}

.block_address .tab button.active {
    background: var(--main-color);
    color: white
}

.block_address .tabcontent {
    display: none;
    padding: 66px 0px 34px;
    border-top: none;
    text-align: justify;
    width: 77%;
    margin: 0 auto 0px;
    flex-wrap: wrap
}

.block_address .tabcontent .regions {
    margin: 0px 16px;
    width: calc(50% - 32px);
    float: left;
    color: var(--main-color);
    text-align: center;
    border-bottom: 1px solid var(--border-color);
    padding-bottom: 11px;
    margin-bottom: 16px
}

.block_address .tabcontent .regions:nth-child(3),
.block_address .tabcontent .regions:nth-child(4) {
    border-bottom: 0px
}

.block_address .tabcontent .regions a {
    color: var(--main-color);
    font-size: 13px
}

.block_address .tabcontent .regions .name a {
    color: var(--main-color) !important;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 9px
}

.block_address .tabcontent .regions .address,
.block_address .tabcontent .regions .phone {
    position: relative
}

.block_address .tabcontent .regions .address svg,
.block_address .tabcontent .regions .phone svg {
    fill: var(--main-color);
    width: 12px;
    height: 12px;
    margin-right: 10px;
    position: absolute;
    left: 0px;
    top: 3px
}

@media screen and (max-width: 768px) {
    .block_address .tabcontent {
        width: 100%
    }
}

@media screen and (max-width: 430px) {
    .block_address .tabcontent {
        padding: 48px 0px 34px
    }

    .block_address .tabcontent .regions {
        margin: 16px 5px;
        width: calc(50% - 10px);
        text-align: left
    }

    .block_address .tabcontent .regions .name {
        line-height: 22px
    }
}

.block_address ::-webkit-scrollbar {
    width: 10px
}

.block_address ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px
}

.block_address ::-webkit-scrollbar-thumb {
    background: #ddd;
    border-radius: 10px;
    transition: 0.2s;
    cursor: pointer
}

.block_address ::-webkit-scrollbar-thumb:hover {
    background: #eee
}

/*# sourceMappingURL=tab.css.map */
.block_tags_default a {
    color: #f3f3f3;
    font-size: 13px;
    line-height: 24px
}

@media all and (min-width: 768px) {
    .block_tags_default a:hover {
        color: #000
    }
}

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