: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 */
.wapper-content-page .row_inner {
    display: flex;
    flex-wrap: wrap
}

.title_mod {
    text-align: center;
    font-size: 27px;
    border-bottom: none;
    position: relative;
    margin-bottom: 26px;
    text-transform: uppercase
}

@media all and (max-width: 768px) {
    .title_mod {
        font-size: 18px;
        margin-bottom: 14px
    }
}

.cat_item_store {
    margin-bottom: 40px;
    text-align: center;
    border-bottom: 1px solid #eee
}

@media all and (max-width: 600px) {
    .cat_item_store {
        margin-bottom: 30px
    }
}

.cat_item_store ul li {
    display: inline-block;
    padding: 0px 20px
}

@media all and (max-width: 580px) {
    .cat_item_store ul li {
        padding: 0px 0px
    }
}

.cat_item_store ul li a {
    padding: 7px 0px;
    letter-spacing: 1px;
    border: 1px solid transparent;
    font-size: 15px;
    color: #6d6d6d;
    text-transform: uppercase;
    display: inline-block;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    border-bottom: 3px solid transparent;
    box-sizing: border-box
}

.cat_item_store ul li a:hover {
    border-bottom: 3px solid var(--main-color);
    font-weight: 600;
    color: var(--main-color) !important
}

@media all and (max-width: 450px) {
    .cat_item_store ul li a {
        padding: 5px 5px;
        font-size: 13px;
        letter-spacing: normal
    }
}

@media all and (max-width: 377px) {
    .cat_item_store ul li a {
        padding: 5px 4px;
        font-size: 12px
    }
}

.cat_item_store ul .active a {
    border-bottom: 3px solid var(--main-color);
    font-weight: 600;
    color: var(--main-color) !important
}

@media all and (max-width: 800px) {
    .cat_item_store ul li:nth-child(6) {
        display: none
    }
}

@media all and (max-width: 500px) {
    .cat_item_store ul li:nth-child(5) {
        display: none
    }
}

.cat-title {
    background: #FBFBFB;
    border: 1px solid #ECECEC;
    line-height: 48px
}

.cat-title .cat-title-main {
    float: left
}

.cat-title .cat-title-main>a {
    margin-left: 31px;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: normal;
    margin-top: 10px
}

.cat-title .nav-tabs {
    float: right;
    display: flex
}

.cat-title .nav-tabs li {
    margin-right: 14px;
    margin-left: 16px
}

.cat-title .nav-tabs li.active a,
.cat-title .nav-tabs li:hover a {
    color: #0183BF;
    text-decoration: underline
}

.title_icon {
    width: 40px;
    height: 50px;
    float: left;
    background: #00A7F4;
    margin-left: -1px;
    margin-top: -1px;
    margin-bottom: -1px;
    position: relative
}

.title_icon i {
    position: absolute;
    content: ' ';
    width: 22px;
    height: 26px;
    top: 13px;
    left: 16px;
    z-index: 10
}

.title_icon::before {
    content: '';
    position: absolute;
    top: 0px;
    right: -19px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 0 25px 19px;
    border-color: transparent transparent transparent #00A7F4
}

#cat-dien-thoai .title_icon i,
#cat-iphone .title_icon i {
    background-position: -85px -64px
}

#cat-phu-kien .title_icon i {
    background-position: -113px -64px;
    width: 29px;
    height: 26px;
    top: 13px;
    left: 12px
}

#cat-may-tinh-bang .title_icon i {
    background-position: -229px -77px
}

#cat-dich-vu .title_icon i {
    background-position: -273px -125px;
    height: 31px;
    left: 13px;
    top: 11px
}

#cat-dich-vu-sua-chua .title_icon i {
    background-position: -305px -124px;
    height: 31px;
    left: 13px;
    top: 11px
}

@media only screen and (max-width: 768px) {
    .cat-title .nav-tabs {
        display: none
    }
}

@media only screen and (max-width: 500px) {
    #cat_item_store_136 {
        display: none
    }

    .home_pos_2 {
        display: none
    }
}

.products_item_content {
    display: flex;
    flex-wrap: wrap;
    width: 100%
}

/*# sourceMappingURL=home.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 */
.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/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 */
#pav-slideShow .slider-home-wrapper {
    position: relative
}

#pav-slideShow .slider-home-wrapper .owl-carousel {
    position: initial
}

#pav-slideShow .fs-slider-home a {
    display: grid
}

@media all and (min-width: 700px) {
    #pav-slideShow .fs-slider-home img {
        width: 100%
    }
}

#pav-slideShow .fs-slider-home h3 {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    bottom: 0;
    color: #fff;
    display: none;
    font-family: MyriadPro-Light;
    font-size: 18px;
    font-weight: bold;
    left: 0;
    margin: 0;
    padding: 8px 20px;
    position: absolute;
    width: 100%
}

#pav-slideShow .fs-slider-home {
    display: block
}

#pav-slideShow .fs-slider-home .item:first-child {
    display: block
}

#pav-slideShow .fs-slider-home .item {
    text-align: center
}

#pav-slideShow .owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    margin-right: 25px
}

#pav-slideShow .owl-dot:last-child {
    margin-right: 8px
}

#pav-slideShow .fs-slider-home:hover .owl-dot {
    opacity: 1
}

#pav-slideShow .owl-dots {
    text-align: center;
    position: absolute;
    bottom: calc(30% + 12px);
    left: calc(50% - 635px + 230px);
    padding-bottom: 10px;
    border-bottom: 1px solid #676767
}

#pav-slideShow .owl-dot {
    position: relative
}

#pav-slideShow .owl-dot:nth-child(1):before {
    content: '01'
}

#pav-slideShow .owl-dot:nth-child(2):before {
    content: '02'
}

#pav-slideShow .owl-dot:nth-child(3):before {
    content: '03'
}

#pav-slideShow .owl-dot:nth-child(4):before {
    content: '04'
}

#pav-slideShow .owl-dot:nth-child(5):before {
    content: '05'
}

#pav-slideShow .owl-dot:nth-child(6):before {
    content: '06'
}

#pav-slideShow .owl-dot:nth-child(7):before {
    content: '07'
}

#pav-slideShow .owl-dot:before {
    position: absolute;
    z-index: 99999;
    color: #444;
    font-weight: bold;
    font-size: 16px;
    left: 0px
}

#pav-slideShow .owl-dot.active:before,
#pav-slideShow .owl-dot:hover:before {
    color: var(--main-color)
}

#pav-slideShow .owl-dot.active:after,
#pav-slideShow .owl-dot:hover:after {
    content: '';
    height: 1px;
    background: var(--main-color);
    width: 17px;
    position: absolute;
    bottom: -11px;
    left: 0px
}

#pav-slideShow .fs-slider-home:hover .owl-controls .owl-nav {
    display: block
}

#pav-slideShow .fs-slider-home .owl-controls .owl-nav div {
    display: inline-block;
    zoom: 1;
    position: absolute;
    margin: 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    opacity: 0.7;
    width: 45px;
    height: 38px;
    text-align: center;
    font-size: 34px;
    color: #fff;
    font-family: -webkit-body;
    line-height: 33px;
    transform: translate(0, -50%);
    transition: 0.5s;
    bottom: 8%;
    clip-path: polygon(75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%, 25% 0);
    -webkit-clip-path: polygon(75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%, 25% 0);
    background: #00000070
}

#pav-slideShow .fs-slider-home .owl-controls .owl-nav div:hover {
    background: #18bcf4a1
}

#pav-slideShow .fs-slider-home .owl-controls .owl-prev {
    left: 80px
}

#pav-slideShow .fs-slider-home .owl-controls .owl-next {
    left: 132px
}

#pav-slideShow .slide-content {
    position: absolute;
    bottom: 30%;
    width: 100%;
    margin-right: auto;
    text-align: left
}

@media all and (max-width: 1100px) {
    #pav-slideShow .slide-content {
        display: none
    }
}

#pav-slideShow .slide-content .read_more a {
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    font-size: 15px;
    background: var(--main-color);
    padding: 12px 35px;
    border-radius: 4px;
    margin-top: 20px
}

#pav-slideShow .slide-content .read_more a:hover {
    background: var(--extra-color)
}

#pav-slideShow .slide-content .sl-content {
    transform: translate(150%);
    transition: 1s;
    -moz-transition: 1s;
    -webkit-transition: 1s;
    -o-transition: 1s;
    box-sizing: border-box
}

#pav-slideShow .active .sl-content {
    transform: translate(0)
}

#pav-slideShow .active .title-banner-big {
    animation-duration: 3s;
    -webkit-animation-duration: 3s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    animation-name: fadeIn;
    -webkit-animation-name: fadeIn
}

#pav-slideShow .active .description-slide {
    animation-duration: 2s;
    -webkit-animation-duration: 2s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    animation-name: zoomIn;
    -webkit-animation-name: zoomIn
}

#pav-slideShow .active .button-slide {
    animation-duration: 2s;
    -webkit-animation-duration: 2s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    animation-name: slideInUp;
    -webkit-animation-name: slideInUp
}

@media screen and (max-width: 900px) {
    #pav-slideShow .owl-dots {
        left: 20px;
        bottom: 90px
    }

    #pav-slideShow .fs-slider-home .owl-controls .owl-prev {
        left: 20px
    }

    #pav-slideShow .fs-slider-home .owl-controls .owl-next {
        left: 72px
    }
}

@media screen and (max-width: 700px) {
    #pav-slideShow .slider-home-wrapper {
        overflow: hidden
    }
}

/*# sourceMappingURL=owl_carousel_home_no_content.css.map */
.bl_summary {
    text-align: center;
    margin-top: 20px;
    color: #fff
}

/*# sourceMappingURL=default.css.map */
.block-strengths-col-5 .item_1 {
    transform: translate(0, 100%);
    opacity: 0
}

.block-strengths-col-5 .item_1 svg {
    animation: 6s ease-in-out 0s normal none infinite running chang-rotage-anim
}

.block-strengths-col-5 .item_2 {
    transform: translate(0, 100%);
    opacity: 0;
    visibility: hidden
}

.block-strengths-col-5 .item_2 svg {
    animation: 6s ease-in-out 0s normal none infinite running chang-rotage-anim-a1
}

.block-strengths-col-5 .item_3 {
    transform: translate(0, 100%);
    opacity: 0;
    visibility: hidden
}

.block-strengths-col-5 .item_3 svg {
    animation: 6s ease-in-out 0s normal none infinite running chang-rotage-anim-a2
}

.block-strengths-col-5 .item_4 {
    transform: translate(0, 100%);
    opacity: 0;
    visibility: hidden
}

.block-strengths-col-5 .item_4 svg {
    animation: 6s ease-in-out 0s normal none infinite running chang-scale-anim-a3
}

.block-strengths-col-5 .item_5 {
    transform: translate(0, 100%);
    opacity: 0;
    visibility: hidden
}

.block-strengths-col-5 .item_5 svg {
    animation: 6s ease-in-out 0s normal none infinite running chang-scale-anim-a3
}

@media all and (max-width: 768px) {
    .block-strengths-col-5 .item {
        transform: translate(0, 0) !important;
        opacity: 1 !important;
        visibility: inherit !important
    }
}

@keyframes chang-rotage-anim {
    0% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }

    10% {
        transform: rotate(180deg) scale(1.3) skew(1deg)
    }

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

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

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

@keyframes chang-rotage-anim-a1 {
    0% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }

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

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

    35% {
        transform: rotate(10deg) scale(1.3) skew(1deg)
    }

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

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

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

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

@keyframes chang-rotage-anim-a2 {
    0% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }

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

    60% {
        transform: rotateY(360deg) scale(1.3) skew(1deg)
    }

    70% {
        transform: rotateY(0deg) scale(1) skew(1deg)
    }

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

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

@keyframes chang-scale-anim-a3 {
    75% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }

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

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

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

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

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

.block-strengths-col-5 {
    display: flex;
    flex-wrap: wrap;
    cursor: pointer;
    user-select: none;
    position: absolute;
    top: -83px;
    left: 50%;
    width: 1170px;
    transform: translateX(-50%)
}

@media all and (max-width: 1169px) {
    .block-strengths-col-5 {
        position: inherit;
        top: auto;
        left: auto;
        width: 100%;
        transform: inherit
    }
}

.block-strengths-col-5 .item {
    position: relative;
    box-sizing: border-box;
    font-size: 20px;
    font-size: 20px;
    width: calc(33.3333% - 50px);
    margin: 0px 25px;
    transition: all 0.7s
}

.block-strengths-col-5 .item a {
    color: var(--main-color);
    display: inline-block
}

.block-strengths-col-5 .item svg {
    width: 103px;
    height: 103px
}

@media all and (max-width: 768px) {
    .block-strengths-col-5 .item {
        width: calc(33.3333% - 10px);
        margin: 0px 5px
    }

    .block-strengths-col-5 .item svg {
        width: 60px !important;
        height: 60px !important
    }
}

.block-strengths-col-5 .item .icon_ {
    width: 100%
}

.block-strengths-col-5 .item .icon_ .icon_inner {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-color: #000000;
    margin: 0px auto;
    position: relative;
    transition: all 0.3s ease
}

.block-strengths-col-5 .item .icon_ .icon_inner:after {
    content: '';
    position: absolute;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: none;
    border-radius: 50%;
    border: 10px solid #bfbfbf29
}

.block-strengths-col-5 .item .icon_ .icon_inner span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

@media all and (max-width: 768px) {
    .block-strengths-col-5 .item .icon_ .icon_inner {
        width: 70px !important;
        height: 70px !important
    }

    .block-strengths-col-5 .item .icon_ .icon_inner:after {
        width: calc(100% + 8px);
        height: calc(100% + 8px);
        border: 3px solid #bfbfbf29 !important
    }
}

.block-strengths-col-5 .item:nth-child(2) svg {
    width: 123px;
    height: 123px
}

.block-strengths-col-5 .item:nth-child(2) .icon_ {
    width: 100%
}

.block-strengths-col-5 .item:nth-child(2) .icon_ .icon_inner {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background-color: #ffc124bf;
    margin: 0px auto;
    position: relative;
    transition: all 0.3s ease;
    background-image: url("../../images/bg_item_str2.png")
}

.block-strengths-col-5 .item:nth-child(2) .icon_ .icon_inner:after {
    content: '';
    position: absolute;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: none;
    border-radius: 50%;
    border: 10px solid #bfbfbf29
}

.block-strengths-col-5 .item:nth-child(2) .icon_ .icon_inner span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.block-strengths-col-5 .item .summary_str {
    width: 100%;
    font-size: 15px;
    text-align: center;
    line-height: 21px;
    color: #535353
}

@media all and (max-width: 500px) {
    .block-strengths-col-5 .item .summary_str {
        display: none
    }
}

.block-strengths-col-5 .item .content-right {
    transition: all 0.3s ease;
    font-size: 18px;
    color: var(--black-color);
    width: 100%;
    line-height: 25px;
    transition: all 0.3s;
    margin: 35px 0px 0px;
    position: relative;
    text-align: center;
    text-transform: uppercase
}

.block-strengths-col-5 .item .content-right .title {
    margin: 0px 10px;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0.8px
}

.block-strengths-col-5 .item .content-right .summary {
    font-size: 20px
}

@media all and (max-width: 1024px) {
    .block-strengths-col-5 .item .content-right {
        font-size: 16px;
        margin: 20px 0px;
        padding-bottom: 10px
    }
}

@media all and (max-width: 768px) {
    .block-strengths-col-5 .item .content-right {
        line-height: 20px;
        letter-spacing: auto
    }

    .block-strengths-col-5 .item .content-right .title {
        font-size: 12px;
        margin: 0px
    }

    .block-strengths-col-5 .item .content-right .summary {
        font-size: 12px
    }
}

@media all and (max-width: 500px) {
    .block-strengths-col-5 .item .content-right {
        padding: 0px;
        font-size: 13px;
        margin: 10px 0px 0px
    }
}

@media all and (min-width: 1025px) {
    .block-strengths-col-5 .item:hover .content-right {
        color: var(--main-color);
        transition: all 0.3s ease
    }

    .block-strengths-col-5 .item:hover .icon_ .icon_inner {
        background-color: var(--main-color);
        background-image: none;
        transition: all 0.3s ease
    }
}

/*# sourceMappingURL=col_5.css.map */
.block-manufactories .item {
    border: 1px solid #ddd;
    border-right: 1px solid #d2d2d259;
    border-left: 1px solid #dddddd59;
    box-sizing: border-box;
    text-align: center;
    padding: 7px 7px
}

/*# sourceMappingURL=row.css.map */
#pav-slide-content .slider-home-wrapper {
    position: relative
}

#pav-slide-content .slider-home-wrapper .owl-carousel {
    position: initial
}

@media all and (min-width: 800px) {
    #pav-slide-content .fs-slider-home .image_slide_show {
        width: 100%
    }
}

#pav-slide-content .fs-slider-home .image_product {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    transform: translate(-50%, 100%);
    height: 84%;
    transition: 2s
}

#pav-slide-content .fs-slider-home h3 {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    bottom: 0;
    color: #fff;
    display: none;
    font-family: MyriadPro-Light;
    font-size: 18px;
    font-weight: bold;
    left: 0;
    margin: 0;
    padding: 8px 20px;
    position: absolute;
    width: 100%
}

#pav-slide-content .fs-slider-home {
    display: block;
    overflow: hidden
}

#pav-slide-content .fs-slider-home .item:first-child {
    display: block
}

#pav-slide-content .fs-slider-home .item {
    text-align: center
}

#pav-slide-content .owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    margin-right: 25px
}

#pav-slide-content .owl-dot:last-child {
    margin-right: 8px
}

#pav-slide-content .fs-slider-home:hover .owl-dot {
    opacity: 1
}

#pav-slide-content .owl-controls {
    width: 1170px;
    max-width: 100%;
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
    min-height: 40px
}

@media all and (max-width: 1100px) {
    #pav-slide-content .owl-controls {
        display: none
    }
}

#pav-slide-content .owl-dots {
    margin-top: -8px;
    margin-left: 120px
}

#pav-slide-content .owl-dot {
    position: relative
}

#pav-slide-content .owl-dot:nth-child(1):before {
    content: '01'
}

#pav-slide-content .owl-dot:nth-child(2):before {
    content: '02'
}

#pav-slide-content .owl-dot:nth-child(3):before {
    content: '03'
}

#pav-slide-content .owl-dot:nth-child(4):before {
    content: '04'
}

#pav-slide-content .owl-dot:nth-child(5):before {
    content: '05'
}

#pav-slide-content .owl-dot:nth-child(6):before {
    content: '06'
}

#pav-slide-content .owl-dot:nth-child(7):before {
    content: '07'
}

#pav-slide-content .owl-dot:before {
    position: absolute;
    z-index: 99999;
    color: #444;
    font-weight: bold;
    font-size: 16px;
    left: 0px
}

#pav-slide-content .owl-dot.active:before,
#pav-slide-content .owl-dot:hover:before {
    color: var(--main-color)
}

#pav-slide-content .owl-dot.active:after,
#pav-slide-content .owl-dot:hover:after {
    content: '';
    height: 1px;
    background: var(--main-color);
    width: 17px;
    position: absolute;
    bottom: -11px;
    left: 0px
}

#pav-slide-content .fs-slider-home:hover .owl-controls .owl-nav {
    display: block
}

#pav-slide-content .fs-slider-home .owl-controls .owl-nav div {
    display: inline-block;
    zoom: 1;
    position: absolute;
    margin: 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    opacity: 0.7;
    width: 45px;
    height: 38px;
    text-align: center;
    font-size: 34px;
    color: #fff;
    font-family: -webkit-body;
    line-height: 33px;
    transform: translate(0, -50%);
    transition: 0.5s;
    bottom: 8%;
    clip-path: polygon(75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%, 25% 0);
    -webkit-clip-path: polygon(75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%, 25% 0);
    background: #00000070
}

#pav-slide-content .fs-slider-home .owl-controls .owl-nav div:hover {
    background: var(--main-color)
}

#pav-slide-content .fs-slider-home .owl-controls .owl-prev {
    left: 0px
}

#pav-slide-content .fs-slider-home .owl-controls .owl-next {
    left: 50px
}

#pav-slide-content .slide-content {
    position: absolute;
    bottom: 38%;
    width: 100%;
    margin-right: auto;
    text-align: left;
    transition: 2s;
    bottom: 50%;
    transform: translateY(50%)
}

#pav-slide-content .slide-content .read_more a {
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    background: var(--main-color);
    padding: 8px 35px;
    border-radius: 30px;
    margin-top: 10px
}

#pav-slide-content .slide-content .read_more a:hover {
    background: var(--extra-color)
}

@media screen and (max-width: 950px) {
    #pav-slide-content .slide-content .read_more a {
        text-transform: unset;
        color: #fff;
        padding: 8px 20px;
        margin-top: 0px
    }
}

@media all and (max-width: 380px) {
    #pav-slide-content .slide-content .read_more a {
        padding: 5px 10px
    }
}

#pav-slide-content .slide-content .sl-content {
    transform: translate(150%);
    transition: 1s;
    -moz-transition: 1s;
    -webkit-transition: 1s;
    -o-transition: 1s;
    box-sizing: border-box
}

#pav-slide-content .slide-content .button_mua {
    margin: 35px 0 20px
}

#pav-slide-content .slide-content .button_mua a {
    color: #FFF;
    font-size: 14px;
    box-sizing: border-box;
    border-radius: 4px;
    text-align: center;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    padding: 14px 40px;
    border: 2px solid var(--main-color)
}

#pav-slide-content .slide-content .button_mua a:hover {
    background: var(--main-color)
}

#pav-slide-content .slide-content .title-banner-big {
    font-size: 49px;
    line-height: 42px;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 10px
}

#pav-slide-content .slide-content .title-banner-big span {
    font-size: 18px
}

@media all and (max-width: 950px) {
    #pav-slide-content .slide-content .title-banner-big {
        font-size: 25px;
        margin-bottom: 10px;
        color: #fff
    }
}

@media all and (max-width: 380px) {
    #pav-slide-content .slide-content .title-banner-big {
        font-size: 18px
    }
}

#pav-slide-content .slide-content .type {
    font-size: 16px;
    text-transform: uppercase;
    color: var(--main-color);
    font-weight: 600;
    margin-bottom: 20px
}

@media all and (max-width: 950px) {
    #pav-slide-content .slide-content .type {
        margin-bottom: 10px
    }
}

@media all and (max-width: 380px) {
    #pav-slide-content .slide-content .type {
        font-size: 14px
    }
}

#pav-slide-content .slide-content .description-slide {
    margin-bottom: 25px;
    line-height: 19px;
    max-width: 31%;
    display: inline-block
}

@media all and (max-width: 950px) {
    #pav-slide-content .slide-content .description-slide {
        margin-bottom: 30px;
        color: #f7f7f7;
        width: 100%;
        max-width: 100%
    }
}

@media all and (max-width: 380px) {
    #pav-slide-content .slide-content .description-slide {
        margin-bottom: 15px
    }
}

#pav-slide-content .slide-content .button-slide-basic {
    background-color: var(--main-color);
    color: #fff;
    display: inline-block;
    font-size: 18px;
    line-height: 39px;
    margin-top: 15px;
    padding: 0 20px;
    text-transform: uppercase
}

#pav-slide-content .slide-content .button-slide-basic:hover {
    background-color: #df5c53
}

#pav-slide-content .active .image_product {
    transform: translate(-50%, -50%)
}

#pav-slide-content .active .sl-content {
    transform: translate(0)
}

#pav-slide-content .active .title-banner-big {
    animation-duration: 3s;
    -webkit-animation-duration: 3s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    animation-name: fadeIn;
    -webkit-animation-name: fadeIn
}

#pav-slide-content .active .description-slide {
    animation-duration: 2s;
    -webkit-animation-duration: 2s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    animation-name: zoomIn;
    -webkit-animation-name: zoomIn
}

#pav-slide-content .active .button-slide {
    animation-duration: 2s;
    -webkit-animation-duration: 2s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    animation-name: slideInUp;
    -webkit-animation-name: slideInUp
}

@media screen and (max-width: 900px) {
    #pav-slide-content .owl-dots {
        left: 20px;
        bottom: 90px
    }

    #pav-slide-content .fs-slider-home .owl-controls .owl-prev {
        left: 20px
    }

    #pav-slide-content .fs-slider-home .owl-controls .owl-next {
        left: 72px
    }
}

@media screen and (max-width: 700px) {
    #pav-slide-content .slider-home-wrapper {
        overflow: hidden
    }
}

/*# sourceMappingURL=owl_carousel_home.css.map */
.block_products_tabs .product_grid {
    margin: 0px;
    margin-bottom: 40px
}

.block_products_tabs .block_title {
    margin-bottom: 26px
}

.block_products_tabs .block_title span {
    font-size: 27px
}

.products_tab .tab_title {
    position: relative;
    margin-bottom: 11px;
    background: #F4F4F4;
    padding-right: 10px;
    border-bottom: 2px solid #0094E0;
    margin-left: 23px
}

.products_tab .owl-item .item {
    width: auto !important;
    float: none !important;
    margin: auto
}

.products_tabs .tab_title {
    position: relative;
    text-align: center;
    border-bottom: 1px solid #eee;
    margin: 0px 0px 40px 0px
}

.products_tabs .tab_title li {
    padding: 0px 20px;
    display: block;
    display: inline-block;
    z-index: 10;
    text-align: center;
    color: #333;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 15px;
    position: relative;
    -webkit-transition: 0.3s ease-in-out all;
    transition: 0.3s ease-in-out all;
    font-weight: 600
}

@media screen and (max-width: 460px) {
    .products_tabs .tab_title li {
        padding: 0px 5px;
        font-size: 12px
    }
}

.products_tabs .tab_title li span {
    display: inline-block;
    padding: 7px 0px;
    border-bottom: 3px solid #fff
}

.products_tabs .tab_title li.activated,
.products_tabs .tab_title li:hover {
    display: inline;
    position: relative;
    color: var(--main-color);
    cursor: pointer
}

.products_tabs .tab_title li.activated span,
.products_tabs .tab_title li:hover span {
    border-bottom: 3px solid var(--main-color)
}

.products_tabs .tab_title li.first-item:before {
    display: none
}

.products_tabs .tab_title:after {
    content: '';
    clear: both;
    float: none;
    display: block
}

.products_tab .owl-controls {
    position: unset
}

.products_tab .owl-nav {
    display: block;
    position: unset
}

.owl-theme .owl-controls {
    text-align: center
}

.products_tab .owl-nav .owl-prev,
.products_tab .owl-nav .owl-next {
    display: block !important;
    height: 33px;
    position: absolute;
    top: 25%;
    width: 33px;
    opacity: 0;
    padding: 3px 10px;
    border: 1px solid #DDDCDC;
    border-radius: 50%;
    font-size: 33px;
    line-height: 19px;
    box-sizing: border-box;
    background: #FFF
}

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

    .products_tab .owl-nav .owl-prev,
    .products_tab .owl-nav .owl-next {
        background: none;
        opacity: 1;
        border: 0px
    }
}

.products_tab .owl-nav .owl-prev {
    left: 0px
}

.products_tab .owl-nav .owl-next {
    right: 0px
}

.owl-carousel:hover .owl-prev,
.owl-carousel:hover .owl-next {
    opacity: 1
}

.slideshow-home .slideshow-home-title {
    padding: 15px 20px
}

.slideshow-home .slideshow-home-title span {
    color: #ff2a00;
    font-family: "RobotoMedium";
    font-size: 16px;
    text-transform: uppercase
}

.slideshow-home .slideshow-home-prev,
.slideshow-home .slideshow-home-next {
    display: block !important;
    height: 36px;
    position: absolute;
    top: 36%;
    width: 12px
}

.slideshow-home .slideshow-home-prev {
    background: transparent url("blocks/products_tabs/assets/images/icon-prev.png") no-repeat scroll 0 0;
    left: 10px
}

.slideshow-home .slideshow-home-next {
    background: transparent url("blocks/products_tabs/assets/images/icon-next.png") no-repeat scroll 0 0;
    right: 10px
}

@media screen and (max-width: 668px) {
    .slideshow-home-item>p {
        display: none
    }

    .slideshow-home-item>p.shiped {
        display: block
    }

    .products_tabs .tab_title li:first {
        display: block
    }
}

/*# sourceMappingURL=products_tabs.css.map */
.block_manufactory .block_title {
    margin-bottom: 30px;
    text-align: left
}

@media (max-width: 768px) {
    .block_manufactory .block_title {
        margin-bottom: 15px
    }
}

.block-manufactory-slide {
    position: relative
}

.block-manufactory-slide .block-manufactory-slide-item .item {
    text-align: center
}

.block-manufactory-slide .block-manufactory-slide-item .item .icon {
    text-align: center;
    background: #ebebeb
}

.block-manufactory-slide .block-manufactory-slide-item .item .icon img {
    display: inline-block !important
}

.block-manufactory-slide .block-manufactory-slide-item>.item {
    width: calc(100% / 4 - 20px);
    margin: 0px 10px;
    float: left
}

.block-manufactory-slide .block-manufactory-slide-item>.item:nth-child(n+5) {
    display: none
}

.block-manufactory-slide .view-all {
    position: absolute;
    top: -53px;
    right: 0px;
    color: blue
}

.block-manufactory-slide:hover .owl-controls .owl-nav {
    display: block
}

.block-manufactory-slide .owl-controls .owl-nav {
    position: absolute;
    top: 30%;
    width: 100%;
    display: none
}

.block-manufactory-slide .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
}

.block-manufactory-slide .owl-controls .owl-nav .owl-prev {
    left: 0px
}

.block-manufactory-slide .owl-controls .owl-nav .owl-next {
    right: 0px
}

.block-manufactory-slide-mobile {
    position: relative
}

.block-manufactory-slide-mobile .view-all {
    position: absolute;
    top: -38px;
    right: 0px;
    color: blue
}

.block-manufactory-slide-mobile-a {
    overflow-y: hidden;
    overflow-x: auto
}

.block-manufactory-slide-mobile-a .block-manufactory-slide-mobile-ct {
    width: 2550px;
    margin: 0px -5px
}

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

.block-manufactory-slide-mobile-a .block-manufactory-slide-mobile-ct .icon {
    text-align: center;
    background: #ebebeb
}

.block-manufactory-slide-mobile-a .block-manufactory-slide-mobile-ct .icon img {
    display: inline-block !important
}

/*# sourceMappingURL=slide.css.map */
.strengths_retangle4_block {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding-top: 18px;
    padding-bottom: 18px;
    background: #f1f1f1cc
}

@media screen and (max-width: 1200px) {
    .strengths_retangle4_block {
        margin-left: 0px;
        margin-right: 0px
    }
}

@media all and (max-width: 600px) {
    .strengths_retangle4_block {
        margin-top: 0px
    }
}

.strengths_retangle4_block .item {
    width: calc(25% - 0px);
    cursor: pointer;
    transition: 0.5s;
    border-top: 0;
    margin: 0px;
    box-sizing: border-box;
    transition: 0.5s;
    color: #777;
    position: relative;
    float: left;
    border-left: 0;
    padding: 0px 10px;
    padding: 0px 10px 0px 0px
}

.strengths_retangle4_block .item:after {
    width: 60px;
    height: 60px;
    border-top: 2px solid #f6f6f6;
    border-right: 2px solid #f6f6f6;
    position: absolute;
    top: 0px;
    right: 4px;
    transform: rotate(45deg)
}

.strengths_retangle4_block .item:last-child:after {
    display: none
}

@media screen and (max-width: 800px) {
    .strengths_retangle4_block .item {
        width: calc(50% - 0px);
        margin: 5px 0
    }
}

@media screen and (max-width: 600px) {
    .strengths_retangle4_block .item {
        margin: 0
    }
}

@media all and (max-width: 375px) {
    .strengths_retangle4_block .item {
        padding: 0
    }
}

.strengths_retangle4_block .item .item-inner {
    transition: 0.5s;
    box-sizing: border-box;
    border: 1px solid transparent;
    width: 100%
}

.strengths_retangle4_block .item .item-l {
    vertical-align: middle;
    display: block;
    width: 100%;
    box-sizing: border-box;
    color: #fff;
    text-align: center;
    float: left;
    width: 65px;
    position: relative;
    margin-right: 5px
}

@media all and (max-width: 1200px) and (min-width: 800px) {
    .strengths_retangle4_block .item .item-l {
        padding: 0px
    }
}

.strengths_retangle4_block .item .item-l .isvg {
    box-sizing: border-box;
    float: left;
    width: 75px;
    height: 60px;
    border-radius: 50%;
    position: relative;
    padding: 12px
}

.strengths_retangle4_block .item .item-l .name {
    width: calc(100% - 90px);
    float: left;
    margin-left: 24px;
    margin-top: 16px;
    text-align: left
}

@media all and (max-width: 1200px) {
    .strengths_retangle4_block .item .item-l .name {
        margin-top: 6px
    }
}

@media all and (max-width: 600px) {
    .strengths_retangle4_block .item .item-l .name {
        margin-left: 5px;
        width: calc(100% - 75px);
        font-size: 14px;
        margin-top: 10px
    }
}

.strengths_retangle4_block .item .item-l .name a {
    text-transform: uppercase;
    color: var(--main-color);
    font-weight: bold;
    line-height: 20px
}

.strengths_retangle4_block .item .item-l svg {
    fill: var(--main-color);
    width: 35px;
    height: 35px;
    transition: 0.5s
}

@media all and (max-width: 600px) {
    .strengths_retangle4_block .item .item-l svg {
        width: 40px;
        height: 40px
    }
}

.strengths_retangle4_block .item .item-l i {
    color: var(--main-color);
    font-size: 60px
}

.strengths_retangle4_block .item .item-r {
    vertical-align: middle;
    text-align: left;
    display: table-cell;
    line-height: 20px;
    box-sizing: border-box;
    -webkit-transition: 0.3s ease-in-out all;
    transition: 0.3s ease-in-out all;
    width: calc(100% - 80px);
    margin-left: 5px;
    height: 60px
}

@media all and (max-width: 1000px) and (min-width: 800px) {
    .strengths_retangle4_block .item .item-r {
        padding: 0px
    }
}

@media all and (max-width: 1200px) {
    .strengths_retangle4_block .item .item-r {
        padding: 7px 0px 0px
    }
}

.strengths_retangle4_block .item .item-r a {
    font-size: 14px;
    text-transform: uppercase
}

.strengths_retangle4_block .item .item-r a span {
    font-size: 15px;
    margin-bottom: 5px
}

.strengths_retangle4_block .item .item-r .name {
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px
}

@media all and (max-width: 600px) {
    .strengths_retangle4_block .item .item-r .name {
        margin-bottom: 2px
    }
}

.strengths_retangle4_block .item .item-r .name a {
    font-weight: bold
}

@media all and (max-width: 1200px) {
    .strengths_retangle4_block .item .item-r .name a {
        font-size: 14px
    }
}

.strengths_retangle4_block .item .item-r .summary {
    color: #2c2c2c;
    font-size: 14px;
    text-align: left;
    line-height: 18px;
    margin-top: 5px
}

.strengths_retangle4_block .item .item-r .summary font {
    color: #fc0d1b;
    font-weight: bold
}

.strengths_retangle4_block .item_1 .isvg svg {
    animation: 4s ease-in-out 0s normal none infinite running fade-bg2
}

.strengths_retangle4_block .item_2 .isvg svg {
    animation: 4s ease-in-out 0s normal none infinite running fade-bg1
}

.strengths_retangle4_block .item_3 .isvg svg {
    animation: 4s ease-in-out 0s normal none infinite running fade-bg3
}

.strengths_retangle4_block .item_4:after {
    display: none
}

.strengths_retangle4_block .item_4 .isvg svg {
    animation: 4s linear infinite fade-bg2
}

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

    50% {
        transform: rotate(0deg)
    }

    75% {
        transform: rotate(90deg)
    }

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

@keyframes fade-bg1 {
    0% {
        transform: translate(-6px)
    }

    12% {
        transform: translate(6px)
    }

    25% {
        transform: translate(-6px)
    }

    37% {
        transform: translate(0)
    }

    100% {
        transform: translate(0)
    }
}

@keyframes fade-bg2 {
    0% {
        transform: translate(0)
    }

    25% {
        transform: translate(0, -6px)
    }

    37% {
        transform: translate(0, 6px)
    }

    50% {
        transform: translate(0, -6px)
    }

    60% {
        transform: translate(0)
    }

    100% {
        transform: translate(0)
    }
}

@keyframes fade-bg3 {
    0% {
        transform: translate(0)
    }

    50% {
        transform: translate(6px, -6px)
    }

    62% {
        transform: translate(-6px, 6px)
    }

    75% {
        transform: translate(6px, -6px)
    }

    85% {
        transform: translate(0)
    }

    100% {
        transform: translate(0)
    }
}

.strengths_retangle_block .item:first-child .item-l i {
    animation: 4s ease-in-out 0s normal none infinite running chang-rotage-anim
}

.strengths_retangle_block .item:nth-child(3) .item-l i {
    animation: 4s ease-in-out 0s normal none infinite running chang-rotage-anim-1
}

.strengths_retangle_block .item:nth-child(5) .item-l i {
    animation: 4s ease-in-out 0s normal none infinite running chang-rotage-anim-2
}

.strengths_retangle_block .item:nth-child(7) .item-l i {
    animation: 4s ease-in-out 0s normal none infinite running chang-rotage-anim-3
}

@keyframes chang-rotage-anim {
    0% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }

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

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

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

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

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

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

@keyframes chang-rotage-anim-1 {
    0% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }

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

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

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

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

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

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

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

@keyframes chang-rotage-anim-3 {
    0% {
        transform: translate(0px, 0) rotate(0deg)
    }

    70% {
        transform: translate(0px, 0) rotate(0deg)
    }

    85% {
        transform: rotate(-180deg) translate(-30px, 30px) rotate(180deg)
    }

    95% {
        transform: rotate(180deg) translate(-30px, 30px) rotate(-180deg)
    }

    100% {
        transform: translate(0px, 0px)
    }
}

@keyframes chang-rotage-anim-4 {
    0% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }

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

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

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

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

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

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

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

.strengths_retangle_block .item:hover .item-l svg {
    fill: #fff;
    transition: 0.5s
}

.strengths_retangle_block .item:hover .item-r .name {
    color: var(--extra-color)
}

@media all and (max-width: 800px) {
    .strengths_retangle_block .item .item-inner {
        margin-top: 0
    }

    .strengths_retangle_block .item .item-l {
        padding-top: 0px
    }

    .strengths_retangle_block .item .item-r {
        margin-top: 0px
    }
}

/*# sourceMappingURL=retangle4.css.map */
.block_certifications_2_owl_carousel {
    padding: 70px 0px 70px;
    width: 80%;
    margin: 0 auto
}

@media all and (max-width: 920px) {
    .block_certifications_2_owl_carousel {
        padding: 30px 0px 0px;
        position: relative
    }
}

.block_certifications_2_owl_carousel .body_left {
    width: 50%;
    float: left;
    box-sizing: border-box
}

@media all and (max-width: 920px) {
    .block_certifications_2_owl_carousel .body_left {
        float: none;
        position: absolute;
        width: 100%;
        z-index: 2;
        background: #0000008a;
        padding: 50px 20px
    }
}

@media all and (max-width: 420px) {
    .block_certifications_2_owl_carousel .body_left {
        padding: 36px 20px
    }
}

.block_certifications_2_owl_carousel .body_left_top {
    padding-bottom: 19px;
    border-bottom: 1px solid var(--border-color);
    margin-bottom: 114px
}

@media all and (max-width: 920px) {
    .block_certifications_2_owl_carousel .body_left_top {
        border-bottom: none;
        margin-bottom: 102px
    }
}

@media all and (max-width: 600px) {
    .block_certifications_2_owl_carousel .body_left_top {
        margin-bottom: 50px
    }
}

@media all and (max-width: 330px) {
    .block_certifications_2_owl_carousel .body_left_top {
        margin-bottom: 23px
    }
}

.block_certifications_2_owl_carousel .body_left_top .title {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 36px;
    width: 77%;
    color: #000;
    float: left
}

@media all and (max-width: 1120px) {
    .block_certifications_2_owl_carousel .body_left_top .title {
        font-size: 20px
    }
}

@media all and (max-width: 920px) {
    .block_certifications_2_owl_carousel .body_left_top .title {
        font-size: 20px;
        color: #fff;
        width: 100%
    }
}

@media all and (max-width: 365px) {
    .block_certifications_2_owl_carousel .body_left_top .title {
        font-size: 18px;
        line-height: 30px
    }
}

.block_certifications_2_owl_carousel .body_left_top .view-all {
    float: right;
    width: 23%;
    text-align: right;
    font-size: 17px;
    text-transform: uppercase;
    box-sizing: border-box;
    margin-top: 43px
}

.block_certifications_2_owl_carousel .body_left_top .view-all span {
    border-bottom: 1px solid #000
}

@media all and (max-width: 920px) {
    .block_certifications_2_owl_carousel .body_left_top .view-all {
        float: none;
        width: 100%;
        text-align: left;
        color: #fff;
        margin-top: 10px
    }

    .block_certifications_2_owl_carousel .body_left_top .view-all span {
        border-bottom: 1px solid #fff
    }
}

.block_certifications_2_owl_carousel .discription-list {
    margin-bottom: 90px
}

.block_certifications_2_owl_carousel .discription-list .discription-item {
    display: none;
    font-size: 18px;
    line-height: 22px
}

.block_certifications_2_owl_carousel .discription-list .discription-item a {
    color: red
}

@media all and (max-width: 920px) {
    .block_certifications_2_owl_carousel .discription-list .discription-item {
        line-height: 27px;
        color: #fff
    }
}

@media all and (max-width: 600px) {
    .block_certifications_2_owl_carousel .discription-list {
        margin-bottom: 80px
    }
}

@media all and (max-width: 330px) {
    .block_certifications_2_owl_carousel .discription-list {
        margin-bottom: 23px
    }
}

.block_certifications_2_owl_carousel .certifications-manu .img-manu {
    text-align: center;
    cursor: pointer;
    border: 1px solid transparent;
    box-sizing: border-box;
    transition: 0.3s
}

.block_certifications_2_owl_carousel .certifications-manu .img-manu:hover {
    border: 1px solid var(--border-color)
}

@media all and (max-width: 920px) {
    .block_certifications_2_owl_carousel .certifications-manu .img-manu {
        background: #fff
    }
}

.block_certifications_2_owl_carousel .certifications-manu .active_item {
    border: 1px solid var(--border-color)
}

.block_certifications_2_owl_carousel .body_right {
    width: 50%;
    float: right;
    position: relative
}

@media all and (max-width: 920px) {
    .block_certifications_2_owl_carousel .body_right {
        width: 100%;
        float: right;
        position: relative;
        padding: 0px 0px;
        text-align: center
    }
}

.block_certifications_2_owl_carousel .body_right:after {
    display: none;
    position: absolute;
    content: "";
    width: 470px;
    height: 470px;
    border: 26px solid #eaeaea;
    border-top: 26px solid #f9f9f9;
    border-radius: 50%;
    top: -120px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    -webkit-animation: spin 5s linear infinite;
    animation: spin 5s linear infinite
}

@media all and (max-width: 1120px) {
    .block_certifications_2_owl_carousel .body_right:after {
        position: absolute;
        content: "";
        width: 400px;
        height: 400px;
        border: 26px solid #eaeaea;
        border-top: 26px solid #f9f9f9;
        border-radius: 50%;
        top: 0px;
        left: 50%;
        transform: translateX(-50%);
        z-index: -1;
        -webkit-animation: spin 5s linear infinite;
        animation: spin 5s linear infinite;
        box-sizing: border-box
    }
}

@media all and (max-width: 400px) {
    .block_certifications_2_owl_carousel .body_right:after {
        display: none
    }
}

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

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

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

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

.block_certifications_2_owl_carousel .body_right .img-cert {
    display: none;
    text-align: right
}

.block_certifications_2_owl_carousel .owl-controls .owl-nav div {
    display: inline-block;
    zoom: 1;
    position: absolute;
    margin: 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    opacity: 0.7;
    width: 45px;
    height: 45px;
    text-align: center;
    font-size: 34px;
    color: #000;
    font-family: -webkit-body;
    line-height: 33px;
    transform: translate(0, -50%);
    transition: 0.5s;
    bottom: -27%
}

.block_certifications_2_owl_carousel .owl-controls .owl-nav div:hover {
    color: var(--main-color)
}

.block_certifications_2_owl_carousel .owl-controls .owl-prev {
    left: -20px
}

.block_certifications_2_owl_carousel .owl-controls .owl-next {
    right: -20px
}

/*# sourceMappingURL=2_owl_carousel.css.map */
html.lb-disable-scrolling {
    overflow: hidden;
    /* Position fixed required for iOS. Just putting overflow: hidden; on the body is not enough. */
    position: fixed;
    height: 100vh;
    width: 100vw;
}

.lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: black;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
    display: none;
}

.lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10000;
    text-align: center;
    line-height: 0;
    font-weight: normal;
}

.lightbox .lb-image {
    display: block;
    height: auto;
    max-width: inherit;
    max-height: none;
    border-radius: 3px;
    /* Image border */
    border: 4px solid white;
}

.lightbox a img {
    border: none;
}

.lb-outerContainer {
    position: relative;
    *zoom: 1;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    border-radius: 4px;
    /* Background color behind image.
        This is visible during transitions. */
    background-color: white;
}

.lb-outerContainer:after {
    content: "";
    display: table;
    clear: both;
}

.lb-loader {
    position: absolute;
    top: 43%;
    left: 0;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
}

.lb-cancel {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    background: url("../../images/loading.gif") no-repeat;
}

.lb-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}

.lb-container>.nav {
    left: 0;
}

.lb-nav a {
    outline: none;
    background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev,
.lb-next {
    height: 100%;
    cursor: pointer;
    display: block;
}

.lb-nav a.lb-prev {
    width: 34%;
    left: 0;
    float: left;
    background: url("../../images/prev.png") left 48% no-repeat;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

.lb-nav a.lb-next {
    width: 64%;
    right: 0;
    float: right;
    background: url("../../images/next.png") right 48% no-repeat;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

.lb-dataContainer {
    margin: 0 auto;
    padding-top: 5px;
    *zoom: 1;
    width: 100%;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
    content: "";
    display: table;
    clear: both;
}

.lb-data {
    padding: 0 4px;
    color: #ccc;
}

.lb-data .lb-details {
    width: 85%;
    float: left;
    text-align: left;
    line-height: 1.1em;
}

.lb-data .lb-caption {
    font-size: 13px;
    font-weight: bold;
    line-height: 1em;
}

.lb-data .lb-caption a {
    color: #4ae;
}

.lb-data .lb-number {
    display: block;
    clear: left;
    padding-bottom: 1em;
    font-size: 12px;
    color: #999999;
}

.lb-data .lb-close {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    background: url("../../images/close.png") top right no-repeat;
    text-align: right;
    outline: none;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
    cursor: pointer;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

.pos5 .block_title {
    color: #333;
    margin-bottom: 27px
}

@media all and (max-width: 990px) {
    .pos5 .block_title {
        margin-bottom: 15px
    }
}

.pos5 .summary {
    font-size: 17px;
    font-weight: 500;
    line-height: 23px;
    text-align: center;
    margin-bottom: 20px
}

@media all and (max-width: 990px) {
    .pos5 .summary {
        margin-bottom: 15px;
        font-size: 15px
    }
}

.certifications .certifications-inner {
    width: 50%;
    float: right;
    box-sizing: border-box
}

.certifications .certifications-inner .item {
    text-align: center
}

.certifications .certifications-inner .item .name {
    line-height: 20px;
    font-size: 15px;
    margin-top: 15px
}

.certifications .certifications-inner .item img {
    max-height: 350px
}

@media all and (max-width: 990px) {
    .certifications .certifications-inner {
        width: 100%;
        float: none
    }
}

.certifications .summary {
    text-align: center;
    margin-bottom: 25px;
    font-size: 18px
}

.certifications .owl-controls .owl-nav div {
    display: block !important;
    position: absolute;
    width: 40px;
    height: 40px;
    opacity: 1;
    font-size: 46px;
    line-height: 19px;
    cursor: pointer;
    transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    border-radius: 50%;
    float: left;
    position: absolute;
    font-size: 40px;
    line-height: 32px;
    text-align: center;
    transition: all .3s ease;
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    top: 40%;
    transform: translate(0%, -50%);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    color: #000
}

.certifications .owl-nav .owl-prev {
    left: 0px
}

.certifications .owl-nav .owl-next {
    right: 0px
}

.certifications .owl-nav .owl-next:hover {
    color: #fff;
    background: var(--main-color)
}

/*# sourceMappingURL=style3.css.map */
.news_list_column2_all {
    overflow-y: hidden;
    overflow-x: auto
}

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

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

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

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

@media (max-width: 768px) {
    .news_list_column2 {
        margin: 0px -5px;
        width: 1200px
    }
}

.news_list_column2 .item {
    margin-bottom: 20px
}

@media (max-width: 768px) {
    .news_list_column2 .item {
        width: calc(100% / 5 - 10px);
        margin: 0px 5px;
        float: left
    }
}

.news_list_column2 .item .content {
    width: calc(100% - 235px);
    float: left
}

@media (max-width: 768px) {
    .news_list_column2 .item .content {
        width: 100%;
        float: none
    }
}

.news_list_column2 .item .img {
    width: 220px;
    float: right;
    padding-right: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

@media (max-width: 768px) {
    .news_list_column2 .item .img {
        width: 100%;
        float: none
    }
}

.news_list_column2 .item .title {
    margin-bottom: 10px;
    font-weight: bold
}

@media (max-width: 768px) {
    .news_list_column2 .item .title {
        margin-top: 10px
    }
}

.news_list_column2 .item .summary {
    line-height: 20px;
    margin-bottom: 10px
}

.news_list_column2 .item .date {
    position: relative;
    padding-left: 30px;
    float: left
}

.news_list_column2 .item .date svg {
    width: 15px;
    height: 15px;
    fill: #3c3c3c;
    position: absolute;
    left: 0px
}

/*# sourceMappingURL=column2.css.map */
.video_one_large_and_grid_block_body .top-content {
    margin-bottom: 15px
}

.video_one_large_and_grid_block_body .top-content .title {
    position: relative;
    font-size: 17px;
    padding-left: 35px;
    text-transform: uppercase;
    float: left;
    display: inline-block;
    padding-right: 10px
}

.video_one_large_and_grid_block_body .top-content .title:after {
    content: '';
    height: 34px;
    width: 1px;
    background: var(--border-color);
    position: absolute;
    right: -89px;
    top: -9px
}

.video_one_large_and_grid_block_body .top-content svg {
    position: absolute;
    left: 0px;
    top: -12px;
    width: 130px;
    height: 36px
}

@media screen and (max-width: 500px) {
    .video_one_large_and_grid_block_body .top-content svg {
        left: -5px
    }
}

.video_one_large_and_grid_block_body .top-content .name-video-active {
    float: left;
    padding-left: 141px;
    box-sizing: border-box;
    font-size: 15px;
    text-transform: uppercase;
    line-height: 20px;
    margin-top: -12px;
    text-align: left
}

@media screen and (max-width: 920px) {
    .video_one_large_and_grid_block_body .top-content .name-video-active {
        float: none;
        width: 100%;
        margin-top: 28px;
        padding: 0px
    }

    .video_one_large_and_grid_block_body .top-content .title {
        float: none
    }

    .video_one_large_and_grid_block_body .top-content .title:after {
        display: none
    }
}

@media screen and (max-width: 500px) {
    .video_one_large_and_grid_block_body .top-content .name-video-active {
        font-size: 14px
    }

    .video_one_large_and_grid_block_body .top-content .title {
        font-size: 20px
    }
}

@media screen and (max-width: 768px) {
    .video_one_large_and_grid_block_body .all_list_video_below {
        overflow-y: hidden;
        overflow-x: auto
    }

    .video_one_large_and_grid_block_body .list_video_below {
        width: 600px
    }
}

.video_one_large_and_grid_block_body .list_video_below {
    margin-top: 10px;
    margin-left: -5px;
    margin-right: -5px
}

.video_one_large_and_grid_block_body .list_video_below .video-name-inner {
    padding: 0px 3px;
    height: 28px;
    font-size: 12px;
    text-align: left;
    font-weight: normal;
    line-height: 14px
}

.video_one_large_and_grid_block_body .list_video_below .play-video svg {
    fill: red;
    width: 40px !important;
    height: 40px !important
}

.video_one_large_and_grid_block_body .list_video_below .video_item {
    width: 25%;
    float: left;
    padding: 0 5px;
    box-sizing: border-box;
    position: relative
}

.video_one_large_and_grid_block_body .videos_block_body {
    margin-left: -15px;
    margin-right: -15px
}

.video_one_large_and_grid_block_body .videos_block_body .video_item {
    float: left;
    width: 25%;
    padding: 0 15px;
    box-sizing: border-box;
    cursor: pointer;
    margin-bottom: 10px
}

.video_one_large_and_grid_block_body .video_item_inner_has_img {
    position: relative;
    overflow: hidden;
    max-height: 450px;
    cursor: pointer
}

.video_one_large_and_grid_block_body .video_item_inner_has_img::before {
    background: rgba(41, 33, 36, 0.2);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.video_one_large_and_grid_block_body .video_item_inner_has_img .play-video {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.video_one_large_and_grid_block_body .video_item .video_item_inner_has_img .play-video svg {
    fill: red;
    width: 60px;
    height: 60px
}

.video_one_large_and_grid_block_body .video_item:hover .video_item_inner_has_img .play-video svg {
    fill: #0e0d0dd4
}

.video_one_large_and_grid_block_body .video-name {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(41, 33, 36, 0.5)
}

@media all and (max-width: 768px) {
    .video_one_large_and_grid_block_body .video-name {
        display: none
    }
}

.video_one_large_and_grid_block_body .video-name-inner {
    padding: 10px 10px;
    color: #FFF
}

.video_one_large_and_grid_block_body .video_item img {
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    width: 100%;
    height: auto
}

.video_one_large_and_grid_block_body .video_item:hover img {
    moz-transform: scale(1.02);
    -webkit-transform: scale(1.02);
    -o-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02)
}

.video_one_large_and_grid_block_body .video_item:hover .video-name-inner {
    padding-top: 12px;
    padding-bottom: 12px;
    -webkit-transition: 0.35s ease-in-out all;
    transition: 0.35s ease-in-out all;
    color: #ff1919
}

@media only screen and (max-width: 560px) {
    .video_one_large_and_grid_block_body .videos_block_body .video_item {
        float: none;
        width: 100%;
        text-align: center
    }
}

/*# sourceMappingURL=one_large_and_grid.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/images/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 */