/* --- CSS block 1 --- */
/* Roboto: dùng client_assets/css/roboto-fonts.css (self-host, latin + latin-ext + vietnamese, đủ weight) — nạp từ head.blade.php trước file này. */

.classic-popup {
    background: rgba(255, 255, 255, 0.24);
    border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 5px
}

.classic-popup-title {
    width: 100%;
    background: #096DB5;
    height: 41px;
    text-align: center;
}

.classic-popup-title, .classic-popup-title .fl, a.classic-popup-close {
    height: 40px;
    line-height: 40px;
    font-weight: bold;
    color: #fff
}

.classic-popup-title .fl {
    padding-left: 20px;
    font-size: 16px;
    text-transform: uppercase;
    text-shadow: 0 1px 0 #666666
}

a.classic-popup-close {
    float: right;
    font-size: 13px;
    line-height: 30px;
    padding: 0 10px
}

a.classic-popup-close:hover {
    text-decoration: none;
    color: #4f2d00
}

.classic-popup-content {
    width: 100%;
    background: #fff;
}

#bannerPopup {
    position: relative;
}

.close-popup {
    text-align: right;
    margin-bottom: 5px;
}

.close-popup a {
    display: inline-block;
    background: url(../skins/default/images/close-popup.gif) no-repeat;
    color: #FFF;
    font-size: 12px;
    text-decoration: none;
    padding-left: 20px;
}

.bannerPopupContent {
    background: #fff;
}

b {
    font-weight: bold
}

.classic-popup .error {
    border: 1px solid red;
}

.algin-right {
    text-align: right;
}

.desc {
    color: #333333;
}

.desc ol {
    margin-left: 10px;
    padding-left: 10px;
    list-style: decimal;
}

.desc ul, .short ul {
    list-style: disc;
    margin-left: 10px;
    padding-left: 10px;
    margin-bottom: 25px;
}

.desc h1 {
    font-size: 36px;
}

.desc h2 {
    font-size: 30px;
}

.desc h3 {
    font-size: 24px;
}

.desc h4 {
    font-size: 18px;
}

.desc h5 {
    font-size: 12px;
}

.desc h6 {
    font-size: 6px;
}

.desc td, .desc th {
    padding: 5px;
    line-height: inherit;
}

.desc img {
    max-width: 100% !important;
    height: auto !important;
}

.box-tags {
    background: #fff;
    border: 1px solid #e1e1e1;
    padding: 5px;
    -webkit-box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.04);
    -moz-box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.04);
    box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.04);
}

.box-tags .tags-list {
    background: url(https://erada.vn/skins/default/images/img_tag.png) 5px 10px no-repeat;
    padding: 7px 10px;
    padding-left: 30px;
    min-height: 30px;
    color: #666666;
    font-size: 11px;
}

.box-tags span {
    display: inline-block;
    padding: 0px 15px;
    border-bottom: 1px solid #bfbfbf;
    border-right: 1px solid #bfbfbf;
    margin-right: 10px;
    color: #333333;
    line-height: 20px;
}

.box-tags a {
    color: #666666;
    text-decoration: none;
}

.box_category {
    padding: 0px;
}

.box_category ul {
    list-style: none;
}

.box_category li {
}

.box_category li a {
    background: url(https://erada.vn/skins/default/images/icon_cat.gif) 0px 9px no-repeat;
    display: block;
    font-weight: bold;
    padding-left: 10px;
}

.box_category li a:hover {
    text-decoration: underline;
}

.box_category li a.current {
}

.box_category ul ul {
    list-style: none;
    padding-left: 10px;
}

.box_category ul ul li {
    background: none;
    padding: 2px;
}

.box_category ul ul li a {
    background: url(https://erada.vn/skins/default/images/icon_li.gif) 0px 9px no-repeat;
    font-weight: normal;
    padding-left: 10px;
}

.box_category ul ul li a:hover {
}

.box_category ul ul li a.current {
}

.table_cell {
    display: table-cell;
}

.mod-content {
    margin-top: 30px;
}

.box_mid {
    width: 100%;
    margin-top: 30px;
}

.mod-content .box_mid {
    margin-top: 0;
}

.box_mid .mid-title {
    padding-bottom: 10px;
    position: relative;
}

.title-about-section {
    font-size: 20px;
    color: var(--cms-color-base, #cf3732);
}

.color-base {
    color: var(--cms-color-base, #cf3732);
}

.color-base-link {
    /*color: #cf3732;*/
    color: var(--cms-color-base, #cf3732);
}

/*.box_mid .mid-title:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    content: '';
    width: 80px;
    height: 2px;
    background: var(--cms-color-base, #cf3732);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}*/

.box_mid .mid-title .titleL {
    font-size: 24px;
    line-height: 24px;
    position: relative;
    font-weight: bold;
    text-transform: uppercase;
    color: #666666;
}

.box_mid .mid-title .titleL .text_left {
    text-align: left;
}

.title_slogan {
    display: inline-block;
    font-size: 16px;
    line-height: 25px;
    padding: 5px 20px;
    background: #f9cb0c;
    text-transform: uppercase;
    margin-top: 10px;
}

.box_mid .mid-title.title_detail {
    text-align: left;
    position: relative;
}

.box_mid .mid-title.title_detail:after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    width: 50px;
    height: 1px;
    background: #14679f;
    display: block;
}

.box_mid .mid-title.title_detail {
    background: none;
}

.box_mid .mid-title.title_detail .titleL {
    font-size: 28px;
    line-height: 35px;
    text-transform: none;
}

.box_mid .mid-title .titleL h1, .box_mid .mid-title .titleL h2 {
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
}

.box {
    margin-bottom: 20px;
    position: relative;
}

.box .box-title {
    position: relative;
    z-index: 1;
}

.box .box-title .fTitle {
    font-size: 18px;
    line-height: 26px;
    color: #927865;
    padding: 5px 0;
    margin-bottom: 5px;
}

.item_news {
    border: 1px solid #f2f2f2d9;
    margin-bottom: 30px;
}

.pagination {
    width: 100%;
    margin: 0 0 20px 0;
    background: transparent;
    text-align: left;
    padding-top: 0;
}

.pagination a, .pagination a:visited, .pagination .pagecur {
    background: transparent;
}

.pagination ul {
    text-align: left;
}

.pagination ul li {
    display: inline-block;
    margin: 0 4px 4px 0;
    text-align: center;
}

.pagination ul li span, .pagination ul li span.pagecur, .pagination ul li a {
    display: table-cell;
    width: 40px;
    height: 40px;
    box-sizing: border-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: #ffffff;
    font-size: 18px;
    line-height: 26px;
    vertical-align: middle;
    color: #666666;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    font-weight: normal;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.pagination ul li a:hover, .pagination ul li span, .pagination ul li span.pagecur {
    color: #ffffff;
    background-color: var(--cms-color-base, #cf3732);
    border-color: var(--cms-color-base, #cf3732);
}

.pagination a, .pagination a:visited {
    color: #666666;
}

.show_item {
    padding: 10px 0;
}

.show_item ul:after {
    display: block;
    content: '';
    clear: both;
}

.show_item ul li {
    float: left;
    padding: 0 12px;
    position: relative;
    font-size: 16px;
    line-height: 20px;
    color: #666666;
    text-transform: uppercase;
}

.show_item ul li a {
    font-size: 16px;
    line-height: 20px;
    color: #666666;
}

.show_item ul li a:hover {
    color: #ee8533;
}

.show_item ul li:first-child {
    padding-left: 0;
}

.show_item ul li:last-child {
    padding-right: 0;
}

.show_item ul li ~ li:after {
    position: absolute;
    top: 0;
    left: 0;
    content: '|';
    color: #d1d1d1;
}

.breadcrumb {
    margin: 0 0 30px 0;
    padding: 7px 0 7px 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    width: 100%;
    background: #fafafa;
    position: relative;
}

.breadcrumb.no_margin {
    margin: 0;
}

.breadcrumb:after {
    position: absolute;
    top: 100%;
    right: 0;
    width: 170px;
    border-bottom: 1px dotted #d9d9d9;
}

.breadcrumb ul {
    padding: 0;
    width: 100%;
    background-color: transparent;
    margin: 0;
    position: relative;
}

.breadcrumb ul:after {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 150px;
    height: 1px;
}

.breadcrumb ul li {
    /*padding: 0 10px;*/
    position: relative;
    display: inline-block;
    font-size: 13px;
    line-height: 20px;
    font-weight: normal;
    color: #999999;
}

.breadcrumb ul li:last-child {
    color: #999999;
}

.breadcrumb ul li a {
    font-size: 13px;
    line-height: 20px;
    font-weight: normal;
    color: #999999;
}

.breadcrumb ul li:first-child {
    padding: 0;
}

.breadcrumb ul li ~ li:before {
    font-family: "fontawesome", serif;
    /*content: "\f105";*/
    content: ' / ';
    color: #999;
    padding: 0 4px;
    font-size: 14px;
    font-weight: normal;
}

.breadcrumb ul li.home a {
    display: inline-block;
    text-indent: -99999px;
    color: transparent;
    width: 20px;
    height: 22px;
    background: url(https://erada.vn/skins/default/images/icon-home.png) no-repeat 50% -2px;
}

.like_share {
    margin: 0 0 20px 0;
    padding: 10px;
    background: #f6f6f6;
}

.like_share.has_bg {
    background: #f2f2f2;
    border-top: 0;
    border-bottom: 0;
    padding: 10px;
}

.like_facebook {
    float: left;
}

.like_facebook ul:after {
    display: block;
    content: '';
    clear: both;
}

.like_facebook ul li {
    float: left;
    margin-right: 10px;
}

.feedback {
    float: right;
    text-align: right;
    color: #666666;
}

.feedback a {
    display: inline-block;
    font-size: 12px;
    line-height: 20px;
    margin-left: 10px;
}

.feedback a.font-icon {
    padding-left: 20px;
    position: relative;
    font-size: 13px;
    line-height: 20px;
}

.feedback a.font-icon:before {
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 16px;
    line-height: 20px;
}

.feedback a i {
    font-size: 16px;
    line-height: 20px;
    padding-right: 5px;
    color: #0000c2;
}

.feedback img {
    padding-right: 5px;
}

.feedback a img {
    padding-left: 15px;
}

.feedback .link-feedback {
    padding-left: 20px;
    padding-right: 15px;
    background: url(https://erada.vn/skins/default/images/weblink/feedback.png) no-repeat left;
}

.feedback .link-comeback {
    padding-left: 20px;
    padding-right: 15px;
    background: url(https://erada.vn/skins/default/images/weblink/comeback.png) no-repeat left;
}

.link-email {
    padding-left: 20px;
    padding-right: 15px;
    background: url(https://erada.vn/skins/default/images/weblink/email.png) no-repeat left;
}

.feedback .link-email {
    padding-left: 20px;
    padding-right: 15px;
    background: url(https://erada.vn/skins/default/images/weblink/email.png) no-repeat left;
}

.link-print {
    padding-left: 20px;
    padding-right: 15px;
    background: url(https://erada.vn/skins/default/images/weblink/print.png) no-repeat left;
}

.feedback .link-print {
    padding-left: 25px;
    padding-right: 15px;
    background: url(https://erada.vn/skins/default/images/weblink/print.png) no-repeat left;
}

.tag {
    font-size: 15px;
    line-height: 24px;
    color: #999999;
    position: relative;
    margin-bottom: 10px;
    background: #ffffff;
    padding: 10px 0;
}

.tag a {
    font-size: 14px;
    line-height: 20px;
    padding-left: 5px;
    color: #999999;
    font-style: italic;
}

.tag a:hover {
    color: #0000c2;
}

.tag span {
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    margin-right: 5px;
    padding: 5px 10px 5px 0;
}

.tag1 {
    font-size: 12px;
    line-height: 20px;
    color: #666666;
    margin-bottom: 20px;
    min-height: 22px;
    margin-top: 20px;
}

.tag1 a {
    color: #666666;
    display: inline-block;
    margin-right: 6px;
    padding: 0 10px;
    font-size: 12px;
    line-height: 25px;
    background-color: #f1f1f1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    margin-bottom: 5px;
}

.tag1 a:hover {
    background-color: #666666;
    color: #ffffff;
    border-color: #666666;
}

.tag1 .title {
    display: inline-block;
    margin-right: 6px;
    padding: 0 10px 0 20px;
    font-size: 12px;
    line-height: 25px;
    background-color: #f1f1f1;
    position: relative;
    margin-bottom: 5px;
}

.tag1 .title:before {
    position: absolute;
    font-family: FontAwesome;
    content: '\f02b';
    top: 50%;
    left: 5px;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.news_related {
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}

.news_related:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 12px;
    content: '';
}

.news_related h4 {
    font-size: 26px;
    line-height: 35px;
    font-weight: 600;
    margin-bottom: 10px;
    position: relative;
}

.news_related ul {
    padding-left: 0;
}

.news_related ul li {
    position: relative;
    padding: 5px 0 5px 20px;
    font-size: 16px;
    line-height: 25px;
}

.news_related ul li:after {
    position: absolute;
    font-family: "fontawesome";
    content: "\f054";
    top: 6px;
    left: 0;
    color: var(--cms-color-base, #cf3732);
    font-size: 11px;
}

.news_related ul li a {
    text-decoration: none;
    position: relative;
    display: inline-block;
}

.news_related ul li a span {
    color: #acacac;
    font-weight: normal;
    display: inline-block;
    font-size: 13px;
}

.box_category {
    display: inline-block;
    width: 170px;
    margin: 10px;
}

.box_category .select-control {
    padding: 6px 30px 6px 10px;
    font-size: 14px;
    line-height: 24px;
    color: #ed1e79;
    height: 34px;
    text-align: left;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #d4d4d4;
    cursor: pointer;
    overflow: hidden;
}

.box_category .select-control .caret {
    position: absolute;
    right: 15px;
    top: 13px;
    border-top: 8px dashed;
    border-color: #777777;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
}

.box_category ul.dropdown-menu {
    width: 100%;
    font-size: 12px;
    min-width: 160px;
    max-height: 180px;
    overflow-y: auto;
    padding: 0;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 0px;
}

.box_category ul.dropdown-menu li {
    border-bottom: 1px solid #ccc;
}

.box_category ul.dropdown-menu li:last-child {
    border-bottom: none;
}

.box_category ul.dropdown-menu li a {
    display: block;
    padding: 10px 10px;
    clear: both;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    white-space: nowrap;
}

.box_category ul.dropdown-menu li a:hover, .box_category ul.dropdown-menu li a:focus {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}

.box_category ul.dropdown-menu li.active > a, .box_category ul.dropdown-menu li.active > a:hover, .box_category ul.dropdown-menu li.active > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #337ab7;
    outline: 0;
}

.box_category ul.dropdown-menu li ul {
    list-style: none;
    border-top: 1px solid #ccc;
}

.submenu .title-menu {
    margin-bottom: 20px;
    position: relative;
}

.submenu .title-menu .title {
    font-size: 26px;
    line-height: 34px;
    color: #ffffff;
    padding: 10px 50px 10px 10px;
    background: url(https://erada.vn/skins/default/images/bg-arrow.png) no-repeat 100% 50% #9c1320;
    cursor: pointer;
    display: none;
}

.submenu .title-menu .menu {
    width: 100%;
    text-align: center;
}

.submenu .title-menu .menu ul {
    text-align: center;
}

.submenu .title-menu .menu ul li {
    margin: 5px;
    font-size: 16px;
    line-height: 26px;
    color: #333333;
    display: inline-block;
}

.submenu .title-menu .menu ul li a {
    color: #333333;
    background-color: transparent;
    padding: 10px 25px;
    display: block;
    position: relative;
}

.submenu .title-menu .menu ul li a:before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0%;
    width: 100%;
    height: 0%;
    background: #9c1320;
    opacity: 0;
    z-index: 0;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.submenu .title-menu .menu ul li a:hover {
    color: #ffffff;
}

.submenu .title-menu .menu ul li a:hover:before {
    top: 0%;
    height: 100%;
    opacity: 1;
}

.submenu .title-menu .menu ul li a span {
    z-index: 1;
    position: relative;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.submenu .title-menu .menu ul li a:hover span {
    z-index: 1;
    position: relative;
    color: #ffffff;
}

.submenu .title-menu .menu ul li a:focus {
    text-decoration: none;
}

.submenu .title-menu .menu ul li.active a {
    background: #9c1320;
    color: #ffffff;
}

.r_content .form-control {
    margin-bottom: 5px;
    border-radius: 0;
}

.r_content {
    margin-bottom: 10px;
}

.r_content textarea {
    border-radius: 0;
}

.r_content button.btn {
    height: auto;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    padding: 7px 20px;
    text-transform: uppercase;
    background: #67635c;
    border: 0;
    margin-right: 5px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.r_content button.btn:hover {
    background: #da251c;
}

.r_content button.btn:active {
    outline: none;
}

.r_content button.btn span {
    color: #ffffff;
}

.r_content .input-group-img {
    display: table-cell;
    vertical-align: top;
    padding-left: 10px;
}

.noItem {
    text-align: center;
    color: #f00;
}

@media screen and (max-width: 1024px) {
    .feedback {
        display: none;
    }

    .breadcrumb {
        display: none;
    }

    .mod-content {
        margin-top: 20px;
    }

    .box_mid {
        margin-top: 20px;
    }

    .mod-content .box_mid {
        margin-top: 0;
    }

    .box_mid .mid-title .titleL {
        font-size: 24px;
        line-height: 35px;
    }

    .box_mid .mid-title.title_detail .titleL {
        font-size: 24px;
        line-height: 32px;
    }
}

@media screen and (max-width: 767px) {
    .feedback a.font-icon {
        width: 28px;
        height: 28px;
        text-align: center;
        color: #ffffff;
        font-size: 0;
    }

    .feedback a.font-icon:before {
        color: #333333;
        width: 28px;
        line-height: 28px;
        text-align: center;
    }

    .box_mid .mid-title {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 359px) {
    .pagination ul li span, .pagination ul li span.pagecur, .pagination ul li a {
        width: 36px;
        height: 36px;
    }
}

body {
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}

td, th {
    line-height: 18px;
}

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

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: bold;
}

.clear {
    clear: both;
    font-size: 0px;
    line-height: 0px;
    height: 0;
}

p {
    margin: 0px;
    padding: 5px 0px;
}

ol, ul {
    list-style: none;
}

a {
    text-decoration: none;
    color: #9c1320
}

a:hover {
    color: #9c1320;
    text-decoration: none;
}

img {
    border: 0px;
    max-width: 100%;
}

input {
    color: #2a2a2a;
}

.input-warn {
    border: 1px solid #FF0000;
    line-height: 20px;
    height: 18px;
}

.input-ok {
    border: 1px solid #00CC66;
    line-height: 20px;
    height: 18px;
}

.button {
    background: url(../skins/default/images/button_bg.gif) center no-repeat;
    cursor: pointer;
    border: none;
    color: #000;
    padding: 5px 2px;
    width: 103px;
}

button.btn {
    padding: 0px 10px;
    height: 24px;
    border: 1px solid #d4d4d4;
    background: #fefefe;
    background-image: -moz-linear-gradient(top, #fefefe, #ebebeb);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#ebebeb));
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr=#fefefe, endColorStr=#ebebeb);
    -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr=#fefefe, endColorStr=#ebebeb)";
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    overflow: visible;
}

button.btn span {
    display: inline-block;
    vertical-align: middle;
    color: #656565;
    font-size: 13px;
}

button.btn:hover, button.btn:focus {
    border-color: #d4d4d4;
    background: #ebebeb;
    background-image: -moz-linear-gradient(top, #ebebeb, #fefefe);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#fefefe));
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr=#ebebeb, endColorStr=#fefefe);
    -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr=#ebebeb, endColorStr=#fefefe)";
    outline: 0;
    -moz-box-shadow: 0 0 3px #999;
    -webkit-box-shadow: 0 0 3px #999;
    box-shadow: 0 0 3px #999
}

.btn-default {
    background: #09459f;
    color: #ffffff;
    border-color: #073f93;
    text-transform: uppercase;
    font-weight: bold;
    height: 30px;
    line-height: 18px;
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
    color: #ffffff;
    background-color: #4e4e4e;
    border-color: #4e4e4e;
}

.textfiled {
    border: 1px solid #b7b7b7;
    background: #efefef;
    color: #2a2a2a;
    border-bottom: none;
    border-right: none;
    line-height: 20px;
    height: 20px;
    font-size: 12px;
}

.textarea {
    border: 1px solid #b7b7b7;
    border-bottom: none;
    border-right: none;
    background: #efefef;
    color: #2a2a2a;
    line-height: 20px;
    overflow: auto;
}

.select {
    border: 1px solid #b7b7b7;
    border-bottom: none;
    border-right: none;
    background: #efefef;
    color: #2a2a2a;
    padding: 3px;
    font-size: 11px;
}

.clearfix:after {
    content: '[DO NOT LEAVE IT IS NOT REAL]';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline;
    position: relative;
}

.clearfix {
    display: block;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.hidden {
    display: none;
}

.inner-addon {
    position: relative;
}

.inner-addon .glyphicon {
    position: absolute;
    padding: 10px;
    pointer-events: none;
    color: #a1a1a1;
}

.left-addon .glyphicon {
    left: 0px;
}

.right-addon .glyphicon {
    right: 0px;
}

.left-addon input {
    padding-left: 30px;
}

.right-addon input {
    padding-right: 30px;
}

.left-addon textarea {
    padding-left: 30px;
}

.hide-on-biggest {
    display: none;
}

.font_err {
    color: #FF0000;
}

.font_err a:active, .font_err a:link, .font_err a:visited {
    text-decoration: none;
    color: #FF0000
}

.font_err a:hover {
    color: #FF0000;
    text-decoration: underline;
}

#box_redirect {
    border: 1px solid #505050;
    width: 70%;
    margin: 0px auto;
}

#box_redirect p {
    line-height: 18px;
}

#box_redirect .top {
    background: #F78600;
    border-bottom: 1px solid #5C5C5C;
    color: #FFFFFF;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    height: 22px;
    padding: 2px;
    text-align: left;
}

#box_redirect .fontMess {
    color: #65D700;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    padding: 20px 10px;
}

#box_redirect .mess {
    background: #383838;
    color: #FFFFFF;
    text-align: center
}

#box_redirect .bottom {
    background: #FFF3DD;
    color: #000;
    text-align: center;
    padding: 5px;
    font-size: 12px;
}

#boxMess {
    border: 1px solid #F08200;
    padding: 2px 5px;
    background: #FCF5CD
}

#boxMess h4.mess {
    background: url(https://erada.vn/skins/default/images/icon/icon_mess.gif) no-repeat left;
    padding: 2px 30px;
    color: #FF0000;
    font-weight: bold;
    font-size: 12px;
}

#boxMess h4.err {
    background: url(https://erada.vn/skins/default/images/icon/icon_warning.gif) no-repeat left;
    padding: 6px 30px;
    color: #FF0000;
    font-weight: bold;
}

#boxMess .font_err {
    color: #950000;
}

div.pagination {
    padding-top: 20px;
    text-align: center;
    border-top: 1px solid ghostwhite;
    display: inherit;
    margin-bottom: 0;
}

.pagination .pagetotal {
    background-color: #868686;
    color: #FFFFFF;
    padding: 2px 3px;
}

.pagination a, .pagination a:visited {
    padding: 0px 2px;
    display: inline-block;
    text-decoration: none;
    color: #868686;
    font-weight: bold;
    background: url(https://erada.vn/skins/default/images/page_bg.gif) center no-repeat;
    width: 18px;
    height: 15px;
    line-height: 15px;
}

.pagination a:hover, .pagination a:active {
    color: #3866bb;
    text-decoration: none;
}

.pagination .pagecur {
    font-weight: bold;
    display: inline-block;
    padding: 0px 2px;
    background: url(https://erada.vn/skins/default/images/page_on.gif) center no-repeat;
    color: #fff;
    width: 18px;
    height: 15px;
    line-height: 15px;
}

.pagination .btnPage {
    color: #868686;
    text-align: center;
    font-weight: bold;
}

.pagination a:visited.btnPage {
    color: #868686;
    font-weight: bold;
}

html.openmenu {
    overflow: hidden !important;
    position: relative !important;
}

body {
    font-size: 14px;
    line-height: 25px;
    color: #333333;
    font-family: 'Roboto', sans-serif;
}

#vnt-wrapper {
    width: 100%;
    overflow: hidden;
}

#vnt-container {
    width: 100%;
    margin: 0 auto;
    max-width: 1920px;
    position: relative;
}

.wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    width: 100%;
}

.wrapper2 {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 15px;
}

a {
    color: #333333;
    -webkit-transition: color 0.5s ease;
    -moz-transition: color 0.5s ease;
    -o-transition: color 0.5s ease;
    transition: color 0.5s ease;
}

a:hover {
    color: var(--cms-color-base, #cf3732);
}

a:focus, a:active {
    outline: none;
    text-decoration: none;
}

.slick-slider {
    display: table;
    table-layout: fixed;
    width: 100%;
}

#vnt-header {
    position: relative;
    z-index: 101;
}

.header-top {
    /*background: var(--cms-color-base, #cf3732);*/
    color: #ffffff;
    position: relative;
    /*background: linear-gradient(64.94deg, var(--cms-color-base, var(--cms-color-base, #cf3732)) -5.05%, #025889 60.46%);*/
    background: linear-gradient(140deg, #e05650 0%, #c3475a 22%, #7a4fa0 52%, #2e6297 76%, #0a5d8a 100%);
    box-shadow: 0 10px 30px rgba(2, 88, 137, 0.18), 0 6px 16px rgba(207, 55, 50, 0.12);
}

.header-top:after {
    display: block;
    content: '';
    clear: both;
}

.header-top a {
    color: #ffffff;
}

.header-top .vnt-hotline {
    float: left;
    font-size: 14px;
    line-height: 19px;
    padding: 10px 10px 10px 25px;
    position: relative;
    margin-right: 20px;
}

.header-top .vnt-hotline:after {
    position: absolute;
    top: 10px;
    left: 0;
    font-family: FontAwesome;
    content: '\f095';
    font-size: 22px;
    line-height: 20px;
}

.header-top .vnt-hotline span {
    font-size: 16px;
    font-weight: bold;
}

.header-top .vnt-hotline span a {
    color: inherit;
    text-decoration: none;
}

.header-top .vnt-hotline span a:hover {
    text-decoration: underline;
}

.header-top .header-right {
    float: right;
}

.header-top .hotline-mobile {
    display: none;
    float: left;
}

.header-top .hotline-mobile a {
    display: block;
    height: 40px;
    text-align: center;
    font-size: 22px;
    line-height: 30px;
    padding: 5px 20px;
}

.header-top .hotline-mobile a .fa {
    font-size: 22px;
    line-height: 30px;
}

.header-top .vnt-email {
    float: left;
}

.header-top .vnt-email a {
    display: block;
    padding: 10px 10px 10px 24px;
    font-size: 14px;
    line-height: 20px;
    position: relative;
}

.header-top .vnt-email a:before {
    font-weight: normal;
    position: absolute;
    top: 10px;
    left: 0;
    font-family: FontAwesome;
    content: '\f003';
    font-size: 16px;
    line-height: 19px;
}

.header-top .vnt-social {
    float: left;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
}

.vnt-social ul:after {
    display: block;
    content: '';
    clear: both;
}

.vnt-social ul li {
    float: left;
}

.vnt-social ul li a {
    display: block;
    font-size: 20px;
    line-height: 30px;
    width: 40px;
    height: 40px;
    text-align: center;
    padding: 5px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.vnt-social ul li a:hover {
    background: rgba(0, 0, 0, 0.2);
}

.vnt-social ul li a .fa {
    font-size: inherit;
    line-height: inherit;
    font-weight: normal;
}

.header-top .vnt-search {
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    float: left;
    width: 210px;
}

.vnt-search .search-title {
    display: none;
}

.header-top .vnt-search .form-control {
    height: 40px;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: transparent;
    color: #ffffff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-size: 14px;
    line-height: 20px;
}

.header-top .vnt-search .form-control::-webkit-input-placeholder {
    color: #ffffff;
}

.header-top .vnt-search .form-control::-moz-placeholder {
    color: #ffffff;
}

.header-top .vnt-search .form-control:-ms-input-placeholder {
    color: #ffffff;
}

.header-top .vnt-search .form-control:-moz-placeholder {
    color: #ffffff;
}

.header-top .vnt-search button.btn {
    height: 40px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: #0000003d;
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
}

.header-top .vnt-search button.btn span {
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}

.header-top .vnt-cart {
    float: left;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
}

.header-top .vnt-cart a {
    display: block;
    font-size: 14px;
    line-height: 20px;
    padding: 10px 45px 10px 15px;
    position: relative;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.header-top .vnt-cart a span {
    position: absolute;
    top: 50%;
    right: 8px;
    width: 32px;
    height: 32px;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background: url("../skins/default/images/icon-cart.png") no-repeat 50% 50%;
    text-align: center;
    color: #333333;
    font-size: 14px;
    line-height: 20px;
    padding: 6px 0;
    font-weight: bold;
}

.header-top .vnt-cart a:hover {
    background: rgba(0, 0, 0, 0.2);
}

.header-top .vnt-langues {
    float: left;
}

.header-top .vnt-langues ul:after {
    display: block;
    content: '';
    clear: both;
}

.header-top .vnt-langues li {
    float: left;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
}

.header-top .vnt-langues li a {
    display: block;
    height: 40px;
    padding: 10px 15px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.header-top .vnt-langues li a:hover {
    background: rgba(0, 0, 0, 0.2);
}

.header-top .vnt-langues li a img {
    max-height: 20px;
}

.title-page-h1 {
    font-size: 20px;
    line-height: 20px;
}

#vnt-menutop .vnt-logo {
    float: left;
    height: 85px;
    width: 250px;
    margin-right: 10px;
    padding: 10px 0;
    display: flex;
    align-items: center;
}

#vnt-menutop .vnt-logo img {
    max-width: 100%;
    max-height: 65px;
}

#vnt-menutop .menu_main {
    float: right;
}

#vnt-menutop .menu_main > ul:after {
    display: block;
    content: '';
    clear: both;
}

#vnt-menutop .menu_main > ul > li {
    float: left;
    margin: 0 15px;
    position: relative;
}

#vnt-menutop .menu_main > ul > li.has_sub_mega {
    position: static;
}

#vnt-menutop .menu_main > ul > li:first-child {
    margin-left: 0;
}

#vnt-menutop .menu_main > ul > li:last-child {
    margin-right: 0;
}

#vnt-menutop .menu_main > ul > li > a {
    display: block;
    font-size: 17px;
    line-height: 24px;
    padding: 30px 0;
    font-weight: bold;
    color: #333333;
    text-transform: uppercase;
}

#vnt-menutop .menu_main > ul > li.current > a, #vnt-menutop .menu_main > ul > li:hover > a {
    color: var(--cms-color-base, #cf3732);
}

#vnt-menutop .menu_main ul ul.sub_single {
    position: absolute;
    top: 100%;
    left: 0;
    width: 240px;
    background: #ffffff;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    margin-top: 40px;
}

#vnt-menutop .menu_main ul li:hover > ul.sub_single {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    z-index: 1;
}

#vnt-menutop .menu_main ul ul.sub_single ul {
    position: absolute;
    top: 0;
    left: 100%;
    width: 240px;
    background: #ffffff;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    margin-top: 40px;
}

#vnt-menutop .menu_main ul ul.sub_single li:hover > ul {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    z-index: 1;
}

#vnt-menutop .menu_main ul ul.sub_single li {
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

#vnt-menutop .menu_main ul ul.sub_single li a {
    display: block;
    font-size: 14px;
    line-height: 20px;
    padding: 10px 20px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    text-transform: uppercase;
}

#vnt-menutop .menu_main ul ul.sub_single li:hover > a {
    background: var(--cms-color-base, #cf3732);
    color: #ffffff;
}

#vnt-menutop .menu_main .sub_mega {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.95);
    padding: 30px;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    display: none;
}

#vnt-menutop .menu_main li:hover > .sub_mega {
    display: block;
}

.sub_mega .sub1 .sub_title {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: bold;
}

.sub_mega .sub1 ul li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    text-transform: uppercase;
}

.sub_mega .sub1 ul li:last-child {
    border-bottom: 0;
}

.sub_mega .sub1 ul li a {
    display: block;
    font-size: 14px;
    line-height: 20px;
    padding: 10px 0;
    position: relative;
}

.sub_mega .sub1 ul li.current a {
    color: var(--cms-color-base, #cf3732);
}

.sub_mega .sub1 ul li.has_item a {
    padding: 10px 20px 10px 0;
}

.sub_mega .sub1 ul li.has_item a:after {
    position: absolute;
    top: 10px;
    right: 0;
    font-family: FontAwesome;
    content: '\f0da';
    font-size: 14px;
    line-height: 20px;
}

.sub_mega .sub1 ul li a:hover, .sub_mega .sub1 ul li.active a {
    color: var(--cms-color-base, #cf3732);
}

.sub_mega .sub2 {
    position: relative;
}

.sub_mega .sub2 .item {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
}

.sub_mega .sub2 .item.active {
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#vnt-menutop .menu_main li:hover > .sub_mega .sub2 .item.active {
    opacity: 1;
    visibility: visible;
}

.sub_mega .sub2 ul:after {
    display: block;
    content: '';
    clear: both;
}

.sub_mega .sub2 ul li {
    float: left;
    width: 50%;
    padding-right: 15px;
}

.sub_mega .sub2 ul li a {
    display: block;
    font-size: 14px;
    line-height: 20px;
    padding: 5px 10px 5px 20px;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.sub_mega .sub2 ul li a:hover {
    padding: 5px 0 5px 30px;
}

.fixed-menu {
    background: #ffffff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    position: relative;
    z-index: 100;
    top: 0;
    left: 0;
    right: 0;
}

.fixed-menu.divfixed {
    position: fixed;
}

#vnt-content {
    padding-bottom: 30px;
}

.item_product .i-image {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.item_product .i-image .i-img {
    width: 100%;
    position: relative;
}

.item_product .i-image .i-img a {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: 100%;
}

.item_product .i-image .i-img img {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.item_product .i-image .i-info {
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 15px;
    background: rgb(60 141 188 / 90%);
    z-index: 1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.item_product .i-image:hover .i-info {
    top: 0;
}

.item_product .i-image .i-info .info-content {
    height: -webkit-calc(100% - 55px);
    height: -moz-calc(100% - 55px);
    height: calc(100% - 55px);
    margin-bottom: 15px;
    overflow: hidden;
    color: #ffffff;
}

.item_product .i-image .i-info .info-content .info_row {
    padding: 0;
    font-size: 13px;
}

.item_product .i-image .i-info .info-content .info_row ~ .info_row {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.item_product .i-image .i-info .info-content .info_name {
    font-size: 18px;
    line-height: 24px;
}

.item_product .i-image .i-info .info-content a {
    color: #fff;
}

.item_product .i-image .i-info .info-link {
    text-align: center;
}

.item_product .i-image .i-info .info-link a {
    display: inline-block;
    font-size: 15px;
    line-height: 22px;
    padding: 9px 20px;
    text-transform: uppercase;
    background-color: #ffffff;
}

.item_product .i-desc {
    width: 100%;
    height: 160px;
    overflow: hidden;
    padding: 15px 15px;
}

.item_product .i-desc .i-label {
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    font-weight: 500;
    margin-bottom: 10px;
}

.item_product .i-desc .w-desc {
    height: 130px;
    margin-bottom: 10px;
    overflow: hidden;
}

.item_product .i-desc .i-title {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 5px;
    font-weight: bold;
}

.item_product .i-desc .i-title h3 {
    line-height: inherit;
    font-weight: inherit;
    font-size: 18px;
}

.item_product .i-desc .i-title a {
    display: block;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.item_product .i-desc .i-content {
    font-size: 14px;
    line-height: 22px;
    color: #666666;
}

.item_product .i-link {
    display: block;
}

.item_product .i-link a {
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    color: var(--cms-color-base, #cf3732);
    font-weight: bold;
    text-transform: uppercase;
    padding: 7px 10px 5px;
    position: relative;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.item_product .i-link a:hover {
    background: var(--cms-color-base, #cf3732);
    color: #ffffff;
}

.item_product .i-link a:after {
    padding-left: 5px;
    content: '+';
}

.link_more {
    text-align: center;
    margin-bottom: 20px;
}

.link_more a {
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: bold;
    border: 2px solid var(--cms-color-base, #cf3732);
    padding: 11px 30px 9px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.link_more a:hover {
    background: var(--cms-color-base, #cf3732);
    color: #ffffff;
}

.link_more a:after {
    font-family: FontAwesome;
    content: '\f178';
    padding-left: 10px;
}

.item_treatment .i-image {
    width: 100%;
    padding-top: 100%;
    overflow: hidden;
    z-index: 1;
    position: relative;
}

.item_treatment .i-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transition: all 0.6s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -moz-transition: all 0.6s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -o-transition: all 0.6s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    transition: all 0.6s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}

.item_treatment .i-image:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.item_treatment .i-desc {
    padding: 15px;
}

.item_treatment .i-desc .i-title {
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    text-transform: uppercase;
}

.item_treatment .i-desc .i-title h3 {
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
}

.item_treatment .i-desc .i-category {
    font-size: 16px;
    line-height: 25px;
    color: #999999;
}

.item-cosmetics {
    background: #ffffff;
}

.item-cosmetics:hover {
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}

.item-cosmetics .i-img a {
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1;
    padding-top: 100%;
}

.item-cosmetics .i-img a img.img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -moz-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -o-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}

.item-cosmetics .i-img a .status {
    position: absolute;
    top: 0;
    right: 0;
}

span.status img {
    margin-left: 5px;
}

.item-cosmetics:hover .i-img a img.img {
    -webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
    -o-transform: scale(1.06);
    -ms-transform: scale(1.06);
    transform: scale(1.06);
}

.item-cosmetics .i-desc {
    background: #fafafa;
    padding: 15px;
}

.item-cosmetics .i-desc .w-desc {
    height: 70px;
    overflow: hidden;
    text-align: center;
}

.item-cosmetics .i-desc .i-title {
    font-size: 14px;
    line-height: 22px;
    max-height: 44px;
    overflow: hidden;
    margin-bottom: 6px;
    font-weight: bold;
}

.item-cosmetics .i-desc .i-title h3, .item-cosmetics .i-desc .i-title h4, .item-cosmetics .i-desc .i-title h2 {
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
}

.item-cosmetics .i-desc .i-price {
    font-size: 14px;
    line-height: 20px;
}

.item-cosmetics .i-desc .i-price .sale {
    font-weight: bold;
    display: inline-block;
    color: var(--cms-color-base, #cf3732);
}

.item-cosmetics .i-desc .i-price .regular {
    text-decoration: line-through;
}

#fancybox-thumbs ul li a {
    width: 70px !important;
    height: 70px !important;
}

.vnt-banner {
    position: relative;
    clear: both;
}

.hidden_pc {
    display: none !important;
}

.banner-main {
    position: relative;
}

.banner-main.slick-initialized .item, .banner-main .item:first-child {
    display: block;
}

.banner-main .item {
    position: relative;
    display: none;
}

.banner-main .item .i-images {
    width: 100%;
}

.banner-main .item .i-images img {
    width: 100%;
}

.banner-main .item .i-desc {
    position: absolute;
    right: 40px;
    top: 80px;
    width: 420px;
}

.banner-main .item .i-desc .i-title {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 30px;
    color: var(--cms-color-base, #cf3732);
    text-transform: uppercase;
    transform: translateX(100%);
    -o-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    opacity: 0;
    -webkit-transition: all 0.7s ease-in-out 0s;
    -moz-transition: all 0.7s ease-in-out 0s;
    -o-transition: all 0.7s ease-in-out 0s;
    transition: all 0.7s ease-in-out 0s;
    font-weight: bold;
}

.banner-main .item .i-desc .i-title span {
    display: inline-block;
    font-size: 30px;
    line-height: 36px;
}

.banner-main .item.slick-active .i-desc .i-title {
    opacity: 1;
    transform: translateX(0);
    -o-transform: translateX(0%);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transition-delay: 0.8s;
    -webkit-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.banner-main .item .i-desc .i-content {
    transform: translateX(100%);
    -o-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    opacity: 0;
    -webkit-transition: all 0.6s ease-in-out 0.2s;
    -moz-transition: all 0.6s ease-in-out 0.2s;
    -o-transition: all 0.6s ease-in-out 0.2s;
    transition: all 0.6s ease-in-out 0.2s;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 30px;
    color: #000000;
    font-weight: 300;
}

.banner-main .item.slick-active .i-desc .i-content {
    opacity: 1;
    transform: translateX(0);
    -o-transform: translateX(0%);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transition-delay: 1.2s;
    -webkit-transition-delay: 1.2s;
    -o-transition-delay: 1.2s;
    transition-delay: 1.2s;
}

.banner-main .item .i-desc .i-content ul li {
    display: block;
    margin-bottom: 10px;
    padding-left: 25px;
    position: relative;
}

.banner-main .item .i-desc .i-content ul li:after {
    position: absolute;
    top: 0;
    left: 0;
    font-family: 'fontawesome';
    content: '\f1ce';
    color: gray;
    font-size: 16px;
}

.banner-main .item .i-desc .i-link {
    transform: translateX(100%);
    -o-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    opacity: 0;
    -webkit-transition: all 0.7s ease-in-out 0.4s;
    -moz-transition: all 0.7s ease-in-out 0.4s;
    -o-transition: all 0.7s ease-in-out 0.4s;
    transition: all 0.7s ease-in-out 0.4s;
}

.banner-main .item.slick-active .i-desc .i-link {
    opacity: 1;
    transform: translateX(0);
    -o-transform: translateX(0%);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transition-delay: 1.6s;
    -webkit-transition-delay: 1.6s;
    -o-transition-delay: 1.6s;
    transition-delay: 1.6s;
}

.banner-main .item .i-desc .i-link a {
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px 35px 10px 25px;
    border: 2px solid var(--cms-color-base, #cf3732);
    background-color: transparent;
    position: relative;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.banner-main .item .i-desc .i-link a:hover {
    background: var(--cms-color-base, #cf3732);
    color: #ffffff;
}

.banner-main .item .i-desc .i-link a:after {
    position: absolute;
    top: 10px;
    right: 13px;
    font-family: "fontawesome";
    content: '\f107';
    font-size: 16px;
}

.banner-main .slick-prev, .banner-main .slick-next {
    top: auto;
    bottom: 10%;
    display: block;
    width: 50px;
    height: 50px;
    background: url(../skins/default/images/nav-50-50.png) no-repeat 0 0;
    text-indent: -9999px;
    opacity: 0.7;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.banner-main .slick-prev {
    background-position: 0 0;
    left: auto;
    right: 61px;
}

.banner-main .slick-next {
    background-position: -50px 0;
    right: 10px;
}

.banner-main .slick-prev:hover {
    opacity: 1;
}

.banner-main .slick-next:hover {
    opacity: 1;
}

#banner_img.slick-initialized .item, #banner_img .item:first-child {
    display: block;
}

#banner_img .item {
    display: none;
}

#banner_img .item img {
    width: 100%;
}

.menu-category {
    background: #fafafa;
}

.menu-category .mc-title {
    display: none;
    font-size: 14px;
    line-height: 20px;
    position: relative;
    padding: 10px 35px 10px 20px;
    background: #f2f5f8;
    color: #333333;
    border-bottom: 1px solid #dddddd;
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-weight: 600;
}

.menu-category.no_img .mc-title {
    padding: 13px 35px 13px 15px;
}

.menu-category .mc-title:after {
    position: absolute;
    top: 50%;
    right: 15px;
    font-family: FontAwesome;
    content: '\f0d7';
    font-size: 22px;
    line-height: 33px;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #333333;
    font-weight: normal;
}

.menu-category .mc-title .bg-img {
    position: absolute;
    top: 50%;
    left: 10px;
    width: 40px;
    height: 40px;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background-repeat: no-repeat;
    background-position: 0 0;
}

.menu-category ul {
    text-align: center;
}

.menu-category ul li {
    display: inline-block;
    margin: 15px;
    position: relative;
}

.menu-category ul li:after {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    right: -15px;
    width: 1px;
    background: rgba(0, 0, 0, 0.1);
}

.menu-category ul li:last-child:after {
    display: none;
}

.menu-category ul li a {
    display: block;
    font-size: 16px;
    line-height: 20px;
    position: relative;
    padding: 10px 0;
    text-transform: uppercase;
    color: #333333;
    font-weight: 600;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.menu-category ul li a:after {
    position: absolute;
    top: 100%;
    left: 50%;
    right: 50%;
    content: '';
    height: 1px;
    background: var(--cms-color-base, #cf3732);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.menu-category.no_img ul li a {
    padding: 8px 15px;
    text-transform: none;
}

.menu-category ul li a:hover:after, .menu-category ul li.current a:after {
    left: 0;
    right: 0;
}

.cat-menu {
    text-align: center;
    margin-bottom: 20px;
}

.cat-menu ul li {
    display: inline-block;
    min-width: 240px;
    margin: 0 5px 5px;
}

.cat-menu ul li a {
    display: block;
    font-size: 18px;
    line-height: 25px;
    padding: 10px;
    border: 1px solid #cccccc;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: #333333;
    position: relative;
}

.cat-menu ul li a:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 50%);
    -moz-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    -o-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    content: '';
    width: 10px;
    height: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: var(--cms-color-base, #cf3732);
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.cat-menu ul li.current a, .cat-menu ul li a:hover {
    border-color: var(--cms-color-base, #cf3732);
}

.cat-menu ul li.current a:after, .cat-menu ul li a:hover:after {
    opacity: 1;
}

.cat-menu ul li a span {
    text-transform: uppercase;
    font-weight: 500;
}

.visible_mobile {
    display: none !important;
}

.menu-category.visible_mobile {
    margin-top: 10px;
    margin-bottom: 20px;
}

.mod-content {
    margin: 0 -15px;
}

.mod-content:after {
    display: block;
    content: '';
    clear: both;
}

#vnt-main {
    width: 75%;
    float: left;
    padding: 0 15px;
}

#vnt-sidebar {
    width: 25%;
    float: left;
    padding: 0 15px;
}

.the-date {
    color: #999999;
}

.the-content {
    margin-bottom: 20px;
}

.box-news {
    margin-bottom: 20px;
}

.box-news .bn_title {
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 12px 60px 12px 12px;
    color: #fff;
    background: #226ac3;
    background: linear-gradient(0deg, rgb(30 115 220) 0%, rgba(45, 180, 253, 1) 100%);
}

.box-news .bn_slider {
    padding: 10px;
    border: 1px solid #dedede;
}

.title-blogs h1 {
    font-size: 20px;
    margin-bottom: 15px;
}

.vnt-news {
    padding-top: 15px;
}

.bn_slider .item {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #dedede;
    max-width: 100%;
}

.bn_slider .item .i-image {
    float: left;
    width: 90px;
    height: 60px;
    overflow: hidden;
}

.bn_slider .item .i-title {
    margin-left: 105px;
    font-size: 14px;
    line-height: 20px;
    height: 60px;
    overflow: hidden;
}

.bn_slider .item .i-title a {
    font-size: 14px;
    line-height: 20px;
}

.bn_slider .slick-arrow {
    width: 30px;
    height: 40px;
    top: -33px;
}

.bn_slider .slick-prev {
    left: auto;
    right: 20px;
}

.bn_slider .slick-next {
    right: -10px;
}

.bn_slider .slick-arrow:after {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-family: FontAwesome;
    font-size: 16px;
    line-height: 20px;
    color: #333333;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.bn_slider .slick-prev:after {
    content: '\f078';
}

.bn_slider .slick-next:after {
    content: '\f077';
}

.bn_slider .slick-arrow:hover:after {
    color: var(--cms-color-base, #cf3732);
}

.advertise {
    margin-bottom: 20px;
}

a.style-adv {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    background: #000000;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    overflow: hidden;
}

a.style-adv:before {
    position: absolute;
    content: '';
    top: 10px;
    bottom: 10px;
    left: 50%;
    right: 50%;
    z-index: 1;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a.style-adv:hover:before {
    left: 5px;
    right: 5px;
}

a.style-adv:after {
    position: absolute;
    content: '';
    top: 50%;
    bottom: 50%;
    left: 10px;
    right: 10px;
    z-index: 1;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a.style-adv:hover:after {
    top: 5px;
    bottom: 5px;
}

a.style-adv img {
    width: 100%;
    -webkit-transition: all 1s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -moz-transition: all 1s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -o-transition: all 1s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    transition: all 1s cubic-bezier(0.44, 0.185, 0.575, 0.86);
}

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

.box-menu {
    margin-bottom: 30px;
    background: #fafafa;
}

.box-menu ul li {
    border-bottom: 1px solid #ffffff;
}

.box-menu ul ul {
    display: none;
}

.box-menu ul li.current > ul {
    display: block;
}

.box-menu ul ul li {
    border-bottom: 0;
    border-top: 1px solid #ffffff;
}

.box-menu ul li a {
    display: block;
    font-size: 14px;
    line-height: 20px;
    padding: 10px 10px 10px 28px;
    position: relative;
    color: #333333;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    text-transform: uppercase;
    font-weight: normal;
}

.box-menu ul li a:hover, .box-menu ul li.current > a {
    background: var(--cms-color-base, #cf3732);
    color: #ffffff;
}

.box-menu ul ul li a:hover, .box-menu ul ul li.current > a {
    background: #fafafa;
    color: var(--cms-color-base, #cf3732);
}

.box-menu ul li.has_sub > a {
    padding-right: 28px;
}

.box-menu ul li.has_sub > a:before {
    position: absolute;
    top: 10px;
    right: 10px;
    font-family: FontAwesome;
    content: '\f105';
    color: #333333;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    font-size: 14px;
    line-height: 20px;
}

.box-menu ul li.has_sub.current > a:before {
    content: '\f107';
}

.box-menu ul li.has_sub > a:hover:before, .box-menu ul li.has_sub.current > a:before {
    color: #ffffff;
}

.box-menu ul li a:after {
    position: absolute;
    top: 10px;
    left: 10px;
    font-family: FontAwesome;
    content: '\f10c';
    color: #cccccc;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    font-size: 10px;
    line-height: 20px;
}

.box-menu ul ul li a:after {
    content: '\f0da';
    font-size: 14px;
}

.box-menu ul li a:hover:after, .box-menu ul li.current > a:after {
    color: #ffffff;
}

.box-menu ul ul li a:hover:after, .box-menu ul ul li.current > a:after {
    color: var(--cms-color-base, #cf3732);
}

.box-menu ul ul {
    padding-left: 20px;
}

.filter_style {
    margin-bottom: 30px;
    background: #fafafa;
    padding: 10px;
}

.filter_style .wrap_row {
    margin: 0 -5px;
}

.filter_style .wrap_row:after {
    display: block;
    content: '';
    clear: both;
}

.filter_style .wrap_row .wrap_col {
    padding: 0 5px;
    float: left;
}

.filter_style .form-control {
    height: 36px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    max-width: 160px;
}

.filter_style select.form-control {
    padding-right: 25px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="10" height="5" viewBox="0 0 10 5"><polygon points="0,0 10,0 5,5" style="fill: rgb(51, 51, 51)"></polygon></svg>');
    background-size: 10px 5px;
    background-position: right 1rem center;
    background-repeat: no-repeat
}

.filter_style .fl .wrap_row .form-control {
    width: 160px;
}

.filter_style .title_filter {
    font-size: 14px;
    line-height: 25px;
    padding: 5px 10px 5px 0;
}

#vnt-footer {
    border-top: 5px solid var(--cms-color-base, #cf3732);
}

.footer-main {
    padding: 50px 0 30px;
}

.footer-title {
    font-size: 15px;
    line-height: 25px;
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 5px;
    margin-bottom: 20px;
    border-bottom: 1px solid #333333;
}

.footer-title h3, .footer-title h4 {
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
}

.footer_link .link-content {
    font-size: 14px;
    line-height: 23px;
}

.footer_link .link-content ul li {
    margin-bottom: 5px;
}

.footer_link .link-content ul li a {
    display: inline-block;
    padding: 0 5px 0 10px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
}

.footer_link .link-content ul li a:after {
    position: absolute;
    top: 0;
    left: -3px;
    font-family: FontAwesome;
    content: '\f1db';
    font-size: 8px;
    line-height: 24px;
    color: var(--cms-color-base, #cf3732);
}

.footer_link .link-content ul li a:hover {
    padding: 0 0 0 15px;
}

.footer_faqs ul li {
    padding-left: 40px;
    margin-bottom: 15px;
    font-size: 13px;
    line-height: 20px;
    font-weight: bold;
    color: #666666;
    min-height: 25px;
    background: url("https://erada.vn/skins/default/images/icon-phone.png") no-repeat 0 5px / 25px 25px;
}

.footer_faqs .phone {
    display: inline-block;
    color: var(--cms-color-base, #cf3732);
}

.form_receive {
    text-align: center;
}

.form_receive {
    padding: 15px 30px;
    background: #fafafa;
}

.form_receive .text1 {
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: bold;
}

.form_receive .text2 {
    font-size: 28px;
    line-height: 35px;
    font-weight: bold;
}

.form_receive .text3 {
    font-size: 12px;
    line-height: 20px;
    font-weight: bold;
}

.form_receive .w-form {
    position: relative;
    margin-top: 10px;
}

.form_receive .form-control {
    margin-bottom: 10px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 1px solid #c4c4c4;
    -webkit-box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.15);
    box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.15);
}

.form_receive .w-form button.btn {
    position: absolute;
    top: 5px;
    right: -30px;
    width: 57px;
    height: 57px;
    background: url("https://erada.vn/skins/default/images/button-receive.png") no-repeat;
    color: #ffffff;
    border: 0;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    outline: 0 !important;
    font-size: 15px;
    line-height: 27px;
    padding: 15px 5px;
}

.form_receive .w-form button.btn span {
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}

.footer-bottom {
    padding: 30px 0;
    background: var(--cms-color-base, #cf3732);
    color: #ffffff;
}

.footer-bottom a {
    color: #ffffff;
}

.wrap_footer_bottom {
    margin: 0 -15px;
}

.wrap_footer_bottom .bottom-left {
    float: left;
    width: -webkit-calc(100% - 300px);
    width: -moz-calc(100% - 300px);
    width: calc(100% - 300px);
    padding: 0 15px;
}

.wrap_footer_bottom .bottom-right {
    float: right;
    width: 300px;
    padding: 0 15px;
}

.vnt-fanpage {
    margin-bottom: 20px;
}

.footer-bottom .vnt-social {
    text-align: center;
}

.footer-bottom .vnt-social ul {
    display: inline-block;
}

.footer-bottom .vnt-social ul li {
    margin: 0 5px;
}

.footer-bottom .vnt-social ul li:first-child {
    margin-left: 0;
}

.footer-bottom .vnt-social ul li:last-child {
    margin-right: 0;
}

.footer-bottom .vnt-social ul li a {
    width: 34px;
    height: 34px;
    padding: 2px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #3a5897;
    -moz-transform: rotateY(0deg) rotateX(0deg) rotateZ(0deg);
    -webkit-transform: rotateY(0deg) rotateX(0deg) rotateZ(0deg);
    -o-transform: rotateY(0deg) rotateX(0deg) rotateZ(0deg);
    -ms-transform: rotateY(0deg) rotateX(0deg) rotateZ(0deg);
    transform: rotateY(0deg) rotateX(0deg) rotateZ(0deg);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.footer-bottom .vnt-social ul li a:hover {
    background-color: #3a5897;
    -moz-transform: rotateY(-180deg) rotateX(-180deg) rotateZ(-180deg);
    -webkit-transform: rotateY(-180deg) rotateX(-180deg) rotateZ(-180deg);
    -o-transform: rotateY(-180deg) rotateX(-180deg) rotateZ(-180deg);
    -ms-transform: rotateY(-180deg) rotateX(-180deg) rotateZ(-180deg);
    transform: rotateY(-180deg) rotateX(-180deg) rotateZ(-180deg);
}

.copyright {
    font-size: 13px;
    line-height: 25px;
    font-style: italic;
}

.copyright span {
    font-style: normal;
    font-weight: bold;
    text-transform: uppercase;
}

.copyright strong a {
    font-style: normal;
    font-weight: bold;
}

.footer-company {
    font-size: 14px;
    line-height: 25px;
}

.footer-company .before {
    position: relative;
    padding-left: 30px;
}

.footer-company .before:before {
    position: absolute;
    top: 0;
    left: 0;
    font-family: FontAwesome;
    font-size: 16px;
    line-height: 25px;
    font-weight: normal;
}

.w_border_top {
    margin-top: 10px;
    padding-top: 10px;
    position: relative;
}

.w_border_top:after {
    width: 136px;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 1px;
    background: #ffffff;
}

.bocongthuong {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 5px;
    font-style: italic;
}

.bocongthuong img {
    max-width: 120px;
}

.w_border_left {
    margin-top: 25px;
    padding-left: 14px;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.w_border_left .footer-company {
    margin-bottom: 20px;
}

.w_border_left .footer-company:last-child {
    margin-bottom: 0;
}

.phone-map {
    margin: 0 -5px 15px;
    display: none;
}

.phone-map .w-phone {
    width: 50%;
    float: right;
    padding: 0 5px;
}

.phone-map .w-map {
    width: 50%;
    float: left;
    padding: 0 5px;
}

.phone-map .w-map a, .phone-map .w-phone a {
    display: block;
    padding: 10px 40px 10px 20px;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    position: relative;
    background-color: #ffffff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    text-transform: uppercase;
    font-weight: 600;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.phone-map .w-map a span, .phone-map .w-phone a span {
    position: relative;
    z-index: 1;
}

.phone-map .w-map a:after, .phone-map .w-phone a:after {
    position: absolute;
    font-family: "fontawesome";
    content: '\f095';
    top: 50%;
    right: 10px;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-size: 18px;
    line-height: 20px;
    font-weight: normal;
    color: var(--cms-color-base, #cf3732);
}

.phone-map .w-map a:after {
    content: '\f041';
}

.menu_mobile {
    float: right;
    position: relative;
    overflow: hidden;
    display: none;
    margin-right: -15px;
}

.fixed-menu .menu_mobile {
    margin-top: 7px;
}

.menu_mobile.showmenu {
    position: static;
}

.menu_mobile .icon_menu {
    position: relative;
    width: 59px;
    height: 70px;
    cursor: pointer;
    color: #333333;
    background: #ffffff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding-top: 43px;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
}

.menu_mobile .icon_menu .style_icon {
    display: block;
    position: absolute;
    top: 24px;
    left: 12px;
    right: 12px;
    height: 4px;
    background: transparent;
    -webkit-transition: background 0s .3s;
    -moz-transition: background 0s .3s;
    transition: background 0s .3s;
}

.menu_mobile .icon_menu .style_icon:before, .menu_mobile .icon_menu .style_icon:after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 4px;
    background: var(--cms-color-base, #cf3732);
    content: "";
    -webkit-transition-duration: .3s, .3s;
    -moz-transition-duration: .3s, .3s;
    transition-duration: .3s, .3s;
    -webkit-transition-delay: .3s, 0s;
    -moz-transition-delay: .3s, 0s;
    transition-delay: .3s, 0s;
}

.menu_mobile .icon_menu .style_icon:before {
    top: -4px;
    -webkit-transition-property: top, -webkit-transform;
    -moz-transition-property: top, -moz-transform;
    transition-property: top, transform;
}

.menu_mobile .icon_menu .style_icon:after {
    bottom: -4px;
    -webkit-transition-property: bottom, -webkit-transform;
    -moz-transition-property: bottom, -moz-transform;
    transition-property: bottom, transform;
}

.menu_mobile.showmenu .icon_menu .style_icon {
    background: transparent;
}

.menu_mobile.showmenu .icon_menu .style_icon:before {
    top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition-delay: 0s, .3s;
    -moz-transition-delay: 0s, .3s;
    transition-delay: 0s, .3s;
}

.menu_mobile.showmenu .icon_menu .style_icon:after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition-delay: 0s, .3s;
    -moz-transition-delay: 0s, .3s;
    transition-delay: 0s, .3s;
}

.menu_mobile .divmm {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    visibility: hidden;
    text-align: left;
    z-index: 99999;
}

.menu_mobile .divmm .mmContent {
    width: 100%;
    height: 100%;
    max-width: 560px;
    padding-left: 60px;
    margin: 0 0 0 auto;
    position: relative;
    top: 0;
    right: 0;
    z-index: 101;
    -webkit-transform: translate(100%, 0%);
    -moz-transform: translate(100%, 0%);
    -o-transform: translate(100%, 0%);
    -ms-transform: translate(100%, 0%);
    transform: translate(100%, 0%);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    pointer-events: none;
}

.menu_mobile .divmm .mmContent .mmSearch {
    padding: 10px;
    background-color: #d01820;
    position: relative;
    z-index: 1;
}

.menu_mobile .divmm .mmContent .mmSearch .input-group .form-control {
    height: 30px;
}

.menu_mobile .divmm .mmContent .mmSearch .input-group button.btn {
    height: 30px;
    background: #dca73a;
    color: #ffffff;
    border-color: #dca73a;
    outline: 0;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
}

.menu_mobile .divmm .mmContent .mmSearch .input-group button.btn span {
    color: #ffffff;
}

.menu_mobile .divmm .mmContent .mmTitle {
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: left;
    color: #ffffff;
    padding: 13px 10px 13px 10px;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    background: #9a0000;
}

.menu_mobile .divmm .mmContent .mmTitle:after {
    position: absolute;
    font-family: "fontawesome";
    top: 10px;
    left: 15px;
    width: 35px;
    height: 26px;
    border-right: 1px solid #4dcbd5;
    color: #ffffff;
    font-weight: normal;
    font-size: 30px;
    line-height: 26px;
}

.menu_mobile .divmm .mmContent .mmMenu {
    position: relative;
    width: 100%;
    max-height: 100%;
    overflow-y: auto;
    background-color: #ffffff;
    color: #333333;
    pointer-events: auto;
}

.menu_mobile .divmm .mmContent .mmMenu ul.mmMain {
    width: 100%;
}

.menu_mobile .divmm .mmContent .mmMenu > ul.mmMain {
}

.menu_mobile .divmm .mmContent .mmMenu ul.mmMain li {
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    position: relative;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.menu_mobile .divmm .mmContent .mmMenu ul.mmMain li a {
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #333333;
    padding: 13px 10px 13px 20px;
    position: relative;
    text-transform: uppercase;
    font-weight: bold;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.menu_mobile .divmm .mmContent .mmMenu ul.mmMain li a:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    height: 100%;
    width: 3px;
    background: transparent;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.menu_mobile .divmm .mmContent .mmMenu > ul.mmMain > li:hover > .m-sub {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.menu_mobile .divmm .mmContent .mmMenu > ul.mmMain > li:hover > .m-sub, .menu_mobile .divmm .mmContent .mmMenu > ul.mmMain > li:hover > a {
    background: #f2f2f2;
}

.menu_mobile .divmm .mmContent .mmMenu > ul.mmMain > li.current > .m-sub, .menu_mobile .divmm .mmContent .mmMenu > ul.mmMain > li.current > a {
    background: var(--cms-color-base, #cf3732);
    color: #ffffff;
}

.menu_mobile .divmm .mmContent .mmMenu > ul.mmMain > li:hover > .m-sub > a {
    background: #f2f2f2;
}

.menu_mobile .divmm .mmContent .mmMenu > ul.mmMain > li.current > .m-sub > a {
    background: var(--cms-color-base, #cf3732);
    color: #ffffff;
}

.menu_mobile .divmm .mmContent .mmMenu > ul.mmMain > li > .m-sub > a:after, .menu_mobile .divmm .mmContent .mmMenu > ul.mmMain > li > a:after {
    position: absolute;
    font-family: fontawesome;
    content: '';
    top: 15px;
    left: 0;
    font-size: 10px;
    line-height: 20px;
    color: #999999;
}

.menu_mobile .divmm .mmContent .mmMenu ul.mmMain li ul {
    width: auto;
    background: #f2f2f2;
}

.menu_mobile .divmm .mmContent .mmMenu ul.mmMain li ul li {
    border-bottom: none;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin-left: 20px;
}

.menu_mobile .divmm .mmContent .mmMenu ul.mmMain li ul li a {
    padding: 13px 10px 13px 20px;
    font-size: 14px;
    line-height: 24px;
    color: #333333;
    position: relative;
    font-weight: normal;
    text-transform: none;
    font-family: 'Roboto', sans-serif;
}

.menu_mobile .divmm .mmContent .mmMenu ul.mmMain li ul li a:after {
    position: absolute;
    font-family: fontawesome;
    content: '\f0da';
    top: 12px;
    left: 0;
    color: #999999;
}

.menu_mobile .divmm .mmContent .mmMenu ul.mmMain ul ul li a:after {
    content: '\f105';
}

.menu_mobile .divmm .mmContent .mmMenu ul.mmMain li ul li a:hover {
    color: var(--cms-color-base, #cf3732);
    background-color: transparent;
}

.menu_mobile .divmm .mmContent .mmMenu ul.mmMain li .m-sub {
    position: relative;
    padding-right: 45px;
}

.menu_mobile .divmm .mmContent .mmMenu ul.mmMain li .button-submenu {
    position: absolute;
    top: 0;
    right: 0;
    width: 45px;
    height: 100%;
    text-align: center;
    font-size: 16px;
    padding-top: 10px;
    cursor: pointer;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.menu_mobile .divmm .mmContent .mmMenu ul.mmMain li .button-submenu:before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-family: fontawesome;
    content: '\f105';
    font-size: 18px;
    line-height: 30px;
}

.menu_mobile .divmm .mmContent .mmMenu ul.mmMain li.page_home .button-submenu:before {
    content: '\f015';
}

.menu_mobile .divmm .mmContent .mmMenu ul.mmMain li.current .button-submenu:before {
    color: #ffffff;
}

.menu_mobile .divmm .mmContent .mmMenu ul.mmMain li .button-submenu.show:before {
    content: '\f107';
}

.menu_mobile .divmm .mmContent .mmMenu ul.mmMain ul li .button-submenu:before {
    content: '\f105';
}

.menu_mobile .divmm .mmContent .mmMenu ul.mmMain ul li .button-submenu.show:before {
    content: '\f107';
}

.menu_mobile .divmm .mmContent .mmMenu ul.mmMain li .button-submenu.show {
    background-position: -45px 50%;
}

.menu_mobile .divmm .mmContent .mmMenu ul.mmMain li .button-submenu:after {
    position: absolute;
    top: 50%;
    left: 50%;
    font-family: "fontawesome";
    font-size: 20px;
    line-height: 36px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.menu_mobile .divmm .mmContent .mmMenu ul.mmMain li.page_home .button-submenu:after {
    content: '\f015';
}

.menu_mobile .divmm .mmContent .mmMenu > ul.mmMain > li:hover > .m-sub > .button-submenu:after {
    color: #0066b3;
}

.menu_mobile .divmm .mmContent .mmMenu ul.mmMain li .button-submenu.show:after {
}

.menu_mobile .divmm .mmContent .formsearch {
    height: 60px;
    background: #104872;
    padding: 10px 0;
    pointer-events: auto;
    position: absolute;
    top: 0;
    left: 62px;
    right: 0;
    z-index: 1;
}

.menu_mobile .divmm .mmContent .formsearch .form-control {
    background: none;
    border: none;
    outline: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    color: #ffffff;
    font-size: 16px;
    line-height: 24px;
}

.menu_mobile .divmm .mmContent .formsearch button.btn {
    width: 50px;
    height: 34px;
    background: none;
    border: none;
    outline: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    color: #ffffff;
    position: relative;
}

.menu_mobile .divmm .mmContent .formsearch button.btn:after {
    position: absolute;
    top: 50%;
    left: 50%;
    font-family: "fontawesome";
    content: '\f002';
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 25px;
}

.menu_mobile .divmm .mmContent .close-mmenu {
    position: absolute;
    top: 0;
    left: 0;
    width: 58px;
    height: 60px;
    color: #ffffff;
    -webkit-background-size: 30px 30px;
    background-size: 30px 30px;
    cursor: pointer;
    -webkit-transition: all 0.8s ease 0.2s;
    -moz-transition: all 0.8s ease 0.2s;
    -o-transition: all 0.8s ease 0.2s;
    transition: all 0.8s ease 0.2s;
    opacity: 0;
    pointer-events: auto;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
}

.menu_mobile .close-mmenu .icon_menu {
    background: #ffffff;
    color: #666666;
}

.menu_mobile .close-mmenu .icon_menu .style_icon:before, .menu_mobile .close-mmenu .icon_menu .style_icon:after {
    background: #666666;
}

.menu_mobile .divmm.show {
    visibility: visible;
}

.menu_mobile .divmm.show .mmContent {
    -webkit-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -o-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
}

.menu_mobile .divmm.show .mmContent .close-mmenu {
    left: 0;
    top: 0;
    opacity: 1;
}

.menu_mobile .divmm .divmmbg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

.menu_mobile .divmm.show .divmmbg {
    opacity: 1;
    visibility: visible;
}

.menu_mobile .logo_langues {
    background: #f2f2f2;
    position: relative;
}

.menu_mobile .logo_langues .ll_logo {
    float: left;
    width: 330px;
    width: -webkit-calc(100% - 150px);
    width: -moz-calc(100% - 150px);
    width: calc(100% - 150px);
    height: 50px;
    padding: 10px 20px;
}

.menu_mobile .logo_langues .ll_logo img {
    position: relative;
    top: 50%;
    max-height: 30px;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.menu_mobile .logo_langues .ll_langues {
    width: 150px;
    float: right;
}

.menu_mobile .logo_langues .ll_langues .ll_ttile {
    background: #9a0000;
    padding: 15px 30px 15px 15px;
    color: #ffffff;
    font-size: 14px;
    line-height: 20px;
    position: relative;
    cursor: pointer;
}

.menu_mobile .logo_langues .ll_langues .ll_ttile:before {
    position: absolute;
    font-family: FontAwesome;
    content: '\f107';
    text-align: center;
    top: 50%;
    right: 0;
    width: 30px;
    font-size: 20px;
    line-height: 30px;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.menu_mobile .logo_langues .ll_langues .ll_ttile .text {
    float: left;
    max-width: 85px;
    padding-right: 10px;
    color: rgba(255, 255, 255, 1);
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.menu_mobile .logo_langues .ll_langues .ll_ttile img {
    max-width: 18px;
    max-height: 13px;
    margin-top: 4px;
}

.menu_mobile .logo_langues .ll_langues .ll_content {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin-top: 1px;
    background: #f2f2f2;
    z-index: 1;
    display: none;
}

.menu_mobile .logo_langues .ll_langues.active .ll_content {
    display: block;
}

.menu_mobile .logo_langues .ll_langues .ll_content .list_lang a {
    display: block;
    border-bottom: 1px solid #ffffff;
    padding: 10px 20px;
}

.menu_mobile .logo_langues .ll_langues .ll_content .list_lang a img {
    max-width: 18px;
    max-height: 13px;
    margin-right: 5px;
}

.menu_mobile .search-hotline {
}

.menu_mobile .search-hotline .sh_hotline {
    padding: 20px;
}

.menu_mobile .search-hotline .sh_hotline a {
    display: block;
    background: #de0005;
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    padding: 13px;
    color: #ffffff;
}

.menu_mobile .search-hotline .sh_hotline a span {
    font-weight: bold;
}

.menu_mobile .search-hotline .sh_search {
    background: #ffffff;
    padding: 10px;
}

.menu_mobile .search-hotline .sh_search .form-control {
    height: 50px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 1px solid #d9d9d9;
    border-right: 0;
    background: #ffffff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.menu_mobile .search-hotline .sh_search button.btn {
    margin-left: 0 !important;
    height: 50px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 0;
    border: 1px solid #d9d9d9;
    border-left: 0;
    background: #ffffff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: 0;
    font-size: 24px;
    line-height: 30px;
    color: #666666;
}

.menu_mobile .search-hotline .sh_search button.btn span {
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}

.menu_mobile .search-hotline .sh_search button.btn .fa {
    color: #333333;
    padding-left: 5px;
}

.link_support_online {
    padding: 20px;
}

.link_support_online a {
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    text-transform: uppercase;
    color: #ffffff;
    background: #2121aa;
    padding: 14px;
    border: 1px solid #2121aa;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.link_support_online a:hover {
    background: #efefef;
    color: #2121aa;
    -webkit-box-shadow: inset 0 0 2px #2121aa;
    -moz-box-shadow: inset 0 0 2px #2121aa;
    box-shadow: inset 0 0 2px #2121aa;
}

.menu_mobile .vnt-langues {
    padding: 0 10px 10px 10px;
    border-bottom: 1px solid #dadada;
}

#mask_menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 100%;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 99;
}

.w_content_show_hidden .content_show_hidden {
    font-size: 15px;
    line-height: 25px;
    height: 150px;
    overflow: hidden;
    margin-bottom: 20px;
    position: relative;
}

.w_content_show_hidden .content_show_hidden:after {
    height: 40px;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    content: '';
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 1) 100%);
}

.w_content_show_hidden .content_show_hidden.active_show:after {
    background: transparent;
}

.button_show_hidden {
    margin: 20px 0 10px;
    text-align: center;
}

.button_show_hidden a {
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    color: var(--cms-color-base, #cf3732);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    font-weight: bold;
}

.button_show_hidden a:after {
    font-family: FontAwesome;
    padding-left: 10px;
    content: '\f107';
}

.button_show_hidden a.active_hidden:after {
    content: '\f106';
}

.button_show_hidden a:hover {
    color: #de0124;
}

.hotline {
    width: 60px;
    height: 60px;
    position: fixed;
    left: 25px;
    background: var(--cms-color-base, #cf3732);
    bottom: 20px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    text-align: Center;
    color: #ffffff;
    cursor: pointer;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    opacity: 0;
    visibility: hidden;
    transform: translateX(130%);
    -webkit-transform: translateX(130%);
    -moz-transform: translateX(130%);
    -o-transform: translateX(130%);
    z-index: 9999;
}

.hotline.show a {
    text-align: center;
    color: #fff;
    position: absolute;
    top: 18px;
    left: 20px;
}

.hotline.show {
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -o-transform: translateX(0%);
    opacity: 1;
    visibility: initial;
}

.hotline i.fa-ani {
    margin-top: 5px;
    font-size: 25px;
    line-height: 17px;
    -webkit-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    -moz-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    -ms-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    -o-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.hotline:before {
    width: 100%;
    height: 100%;
    position: absolute;
    -webkit-box-shadow: 0px 0px 20px #caacac;
    -moz-box-shadow: 0px 0px 20px #caacac;
    box-shadow: 0px 0px 20px #caacac;
    content: "";
    left: 0;
    top: 0;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    animation: shadow 1s infinite ease;
    -webkit-animation: shadow 1s infinite ease;
    -moz-animation: shadow 1s infinite ease;
    -o-animation: shadow 1s infinite ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    pointer-events: none;
}

.hotline:after {
    width: 100%;
    height: 100%;
    position: absolute;
    box-shadow: 0px 0px 20px var(--cms-color-base, #cf3732);
    content: "";
    left: 0;
    top: 0;
    border-radius: 100%;
    animation: shadow 1.4s 1000ms infinite;
    -webkit-animation: shadow 1.4s 1000ms infinite;
    -moz-animation: shadow 1.4s 1000ms infinite;
    -o-animation: shadow 1.4s 1000ms infinite;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    pointer-events: none;
}

.support-content {
    width: 250px;
    position: absolute;
    background: #fff;
    left: 100%;
    margin-left: 20px;
    top: -20px;
    padding: 18px;
    color: #000;
    text-align: left;
    font-size: 17px;
    line-height: 25px;
    border: solid 2px var(--cms-color-base, #cf3732);
    border-radius: 5px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -mos-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transform: translateY(50%);
    -webkit-transform: translateY(50%);
    -mos-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.support-content .line a {
    display: block;
    padding-left: 30px;
    position: relative;
    color: var(--cms-color-base, #cf3732);
    font-weight: bold;
    font-size: 20px;
    line-height: 28px;
}

.support-content .line a:before {
    content: "\f095";
    font-family: 'FontAwesome';
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 28px;
    line-height: 28px;
}

.support-content .line.v2 a:before {
    content: initial;
}

.support-content.show {
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
    -mos-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.support-content:before {
    content: "";
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid var(--cms-color-base, #cf3732);
    position: absolute;
    right: 100%;
    top: 35px;
}

.support-content p {
    padding: 0;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-weight: bold;
}

.support-content .ion {
    width: 49%;
    height: 30px;
    display: block;
    float: left;
    color: #fff;
    border-radius: 5px;
    padding: 3px 0px 0px 6px;
    text-transform: Capitalize;
}

.support-content .ion.skype {
    float: right;
}

.support-content .yahoo {
    background: #521596;
}

.support-content .skype {
    background: #00adef;
}

@-webkit-keyframes shadow {
    0% {
        transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .1
    }
    20% {
        transform: rotate(0deg) scale(1.2) skew(1deg);
        opacity: .2
    }
    40% {
        transform: rotate(0deg) scale(1.3) skew(1deg);
        opacity: .4
    }
    60% {
        transform: rotate(0deg) scale(1.4) skew(1deg);
        opacity: .6
    }
    80% {
        transform: rotate(0deg) scale(1.5) skew(1deg);
        opacity: .4
    }
    100% {
        transform: rotate(0deg) scale(1.6) skew(1deg);
        opacity: .1
    }
}

@-moz-keyframes shadow {
    0% {
        transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .1
    }
    20% {
        transform: rotate(0deg) scale(1.2) skew(1deg);
        opacity: .2
    }
    40% {
        transform: rotate(0deg) scale(1.3) skew(1deg);
        opacity: .4
    }
    60% {
        transform: rotate(0deg) scale(1.4) skew(1deg);
        opacity: .6
    }
    80% {
        transform: rotate(0deg) scale(1.5) skew(1deg);
        opacity: .4
    }
    100% {
        transform: rotate(0deg) scale(1.6) skew(1deg);
        opacity: .1
    }
}

@-o-keyframes shadow {
    0% {
        transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .1
    }
    20% {
        transform: rotate(0deg) scale(1.2) skew(1deg);
        opacity: .2
    }
    40% {
        transform: rotate(0deg) scale(1.3) skew(1deg);
        opacity: .4
    }
    60% {
        transform: rotate(0deg) scale(1.4) skew(1deg);
        opacity: .6
    }
    80% {
        transform: rotate(0deg) scale(1.5) skew(1deg);
        opacity: .4
    }
    100% {
        transform: rotate(0deg) scale(1.6) skew(1deg);
        opacity: .1
    }
}

@keyframes shadow {
    0% {
        transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .1
    }
    20% {
        transform: rotate(0deg) scale(1.2) skew(1deg);
        opacity: .2
    }
    40% {
        transform: rotate(0deg) scale(1.3) skew(1deg);
        opacity: .4
    }
    60% {
        transform: rotate(0deg) scale(1.4) skew(1deg);
        opacity: .6
    }
    80% {
        transform: rotate(0deg) scale(1.5) skew(1deg);
        opacity: .4
    }
    100% {
        transform: rotate(0deg) scale(1.6) skew(1deg);
        opacity: .1
    }
}

@-moz-keyframes quick-alo-circle-img-anim {
    0% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }
    10% {
        -moz-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        -moz-transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        -moz-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        -moz-transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        -moz-transform: rotate(0deg) scale(1) skew(1deg)
    }
    100% {
        -moz-transform: rotate(0deg) scale(1) skew(1deg)
    }
}

@-webkit-keyframes quick-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg)
    }
    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg)
    }
    100% {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg)
    }
}

@-o-keyframes quick-alo-circle-img-anim {
    0% {
        -o-transform: rotate(0deg) scale(1) skew(1deg)
    }
    10% {
        -o-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        -o-transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        -o-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        -o-transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        -o-transform: rotate(0deg) scale(1) skew(1deg)
    }
    100% {
        -o-transform: rotate(0deg) scale(1) skew(1deg)
    }
}

@keyframes quick-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)
    }
}

@media screen and (max-width: 1400px) {
    .header-top .vnt-hotline span {
        font-size: 16px;
    }

    .header-top .vnt-email a {
        font-size: 14px;
        line-height: 20px;
    }

    .vnt-social ul li a {
        width: 35px;
        height: 40px;
        font-size: 18px;
        line-height: 30px;
    }

    .header-top .vnt-langues li a {
        padding: 10px;
    }

    .header-top .vnt-search {
        width: 150px;
    }

    #vnt-menutop .menu_main > ul > li > a {
        font-size: 16px;
        line-height: 25px;
    }
}

@media screen and (max-width: 1150px) {
    .header-top .vnt-social {
        display: none;
    }
}

@media screen and (max-width: 1100px) {
    #vnt-menutop .menu_main > ul > li > a {
        font-size: 14px;
        line-height: 25px;
    }
}

@media screen and (max-width: 1024px) {
    .menu_mobile {
        display: block;
    }

    .vnt-hotline {
        display: none;
    }

    #vnt-menutop .menu_main {
        display: none;
    }

    #vnt-menutop .vnt-logo {
        width: 160px;
        padding: 17px 0;
    }

    #vnt-menutop .vnt-logo img {
        max-height: 50px;
    }

    .header-top .hotline-mobile {
        display: block;
    }

    .header-top .vnt-email {
        border-left: 1px solid rgba(255, 255, 255, 0.5);
    }

    .header-top .vnt-email a {
        padding: 10px 10px 10px 40px;
    }

    .header-top .vnt-email a:before {
        left: 10px;
    }

    .footer_faqs, .footer_link {
        display: none;
    }

    .footer-main {
        padding: 25px 0;
    }

    .footer-main .row.row_mb *[class^=col] {
        width: 100%;
    }

    .vnt-fanpage {
        margin-top: 20px;
    }

    .wrap_footer_bottom .bottom-left {
        width: 100%;
    }

    .wrap_footer_bottom .bottom-right {
        width: 100%;
    }

    .phone-map {
        display: block;
    }

    .footer-bottom {
        padding: 15px 0 30px;
    }

    .hidden_mb {
        display: none !important;
    }

    .hidden_pc {
        display: block !important;
    }

    #vnt-menutop {
        min-height: 0 !important;
    }

    .fixed-menu.divfixed {
        position: relative;
    }

    .menu-category {
        position: relative;
        z-index: 99;
    }

    .menu-category .mc-title {
        display: block;
    }

    .menu-category .mc-content {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        z-index: 99;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        background: #ffffff;
    }

    .menu-category.active .mc-content {
        opacity: 1;
        visibility: visible;
    }

    .menu-category ul {
        text-align: left;
        max-height: 246px;
        overflow: auto;
    }

    .menu-category ul ul {
        max-height: none;
        overflow: visible;
        padding-left: 20px;
    }

    .menu-category ul li {
        display: block;
        margin: 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        border-left: 1px solid rgba(0, 0, 0, 0.1);
        border-right: 1px solid rgba(0, 0, 0, 0.1);
    }

    .menu-category ul ul li {
        border-bottom: 0;
        border-left: 0;
        border-right: 0;
        border-top: 1px solid rgba(0, 0, 0, 0.1);
    }

    .menu-category ul li:after {
        display: none;
    }

    .menu-category ul ul li a {
        font-weight: normal;
    }

    .menu-category ul li a {
        font-size: 14px;
        line-height: 20px;
        text-transform: none;
        padding: 10px 20px;
        border-bottom: 0;
        border-left: 0;
        border-right: 0;
    }

    .menu-category ul li a:after {
        display: none;
    }

    .menu-category ul li a:hover .bg-img, .menu-category ul li.current a .bg-img {
        background-position: 0 0;
    }

    .menu-category ul li.current a:hover, .menu-category ul li a:hover {
        color: var(--cms-color-base, #cf3732);
        background: #f2f5f8;
    }

    .hidden_mobile {
        display: none !important;
    }

    .visible_mobile {
        display: block !important;
    }

    #vnt-main {
        width: 100%;
        float: none;
    }

    #vnt-sidebar {
        width: 100%;
        float: none;
    }

    .box-menu {
        display: none;
    }
}

@media screen and (max-width: 991px) {
    .item_treatment .i-desc .i-title {
        font-size: 15px;
        line-height: 20px;
    }

    .item_treatment .i-desc .i-category {
        font-size: 14px;
        line-height: 20px;
    }

    .filter_style .fl, .filter_style .fr {
        float: none;
    }

    .filter_style .wrap_row .wrap_col {
        width: 100%;
        margin-bottom: 10px;
    }

    .filter_style .wrap_row .wrap_col {
        width: 50%;
    }

    .filter_style .fl .wrap_row .form-control {
        width: 100%;
    }

    .filter_style .form-control {
        max-width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .header-top .vnt-email a {
        font-size: 0;
    }

    .header-top .vnt-email a {
        padding: 10px 10px 10px 35px;
    }

    .header-top .vnt-search {
        width: auto;
    }

    .vnt-search .search-title {
        display: block;
        height: 40px;
        text-align: center;
        font-size: 22px;
        line-height: 30px;
        padding: 5px 10px;
    }

    .header-top .vnt-search .fa {
        font-size: 22px;
        line-height: 30px;
    }

    .vnt-search .search-content {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #ffffff;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        display: none;
    }

    .vnt-search.active .search-content {
        display: block;
    }

    .header-top .vnt-search .form-control {
        color: #333333;
    }

    .header-top .vnt-search .form-control::-webkit-input-placeholder {
        color: #333333;
    }

    .header-top .vnt-search .form-control::-moz-placeholder {
        color: #333333;
    }

    .header-top .vnt-search .form-control:-ms-input-placeholder {
        color: #333333;
    }

    .header-top .vnt-search .form-control:-moz-placeholder {
        color: #333333;
    }

    .header-top .vnt-search button.btn {
        color: #333333;
    }

    .header-top .hotline-mobile a {
        padding: 5px 10px;
    }

    .header-top .wrapper2 {
        padding: 0;
    }

    .cat-menu ul li {
        min-width: 180px;
    }

    .cat-menu ul li a {
        font-size: 16px;
        line-height: 25px;
    }
}

@media screen and (max-width: 639px) {
    .filter_style .fl .wrap_row .wrap_col:last-child {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 479px) {
    .header-top .vnt-cart a {
        padding: 10px 45px 10px 5px;
    }

    .header-top .vnt-langues li a {
        padding: 10px 5px;
    }

    .header-top .vnt-email a {
        padding: 10px 10px 10px 30px;
    }

    .header-top .vnt-email a:before {
        left: 8px;
    }

    .cat-menu ul li {
        min-width: 170px;
        margin: 0 2px 5px;
    }

    .cat-menu ul li a {
        font-size: 14px;
        line-height: 25px;
    }
}

@media screen and (max-width: 400px) {
    .phone-map .w-map a, .phone-map .w-phone a {
        padding: 10px 30px 10px 10px;
    }
}


/* --- CSS block 3 --- */

#vnt-content {
    padding-bottom: 0;
}

.pl-0 {
    padding-left: 0 !important;
}

.title-main {
    padding: 10px 0;
    font-size: 30px;
    line-height: 40px;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    color: #333333;
    margin-bottom: 40px;
    position: relative;
}

.title-main:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    content: '';
    width: 70px;
    height: 2px;
    background: var(--cms-color-base, #cf3732);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.title-main a {
    color: var(--cms-color-base, #cf3732);
}

.title-main h2 {
    font-size: 30px;
    line-height: 38px;
    font-weight: inherit;
}

#scroll_icon {
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 118px;
    height: 140px;
    background: url("../modules/main/images/main/icon-scroll.png") no-repeat 0 -2px;
    cursor: pointer;
    -webkit-transition: all 1.6s ease;
    -moz-transition: all 1.6s ease;
    -o-transition: all 1.6s ease;
    transition: all 1.6s ease;
    background-size: 114px;
}

#scroll_icon:after {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-family: FontAwesome;
    font-size: 36px;
    line-height: 40px;
    content: '\f103';
    color: #ffffff;
}

#scroll_icon.active {
    margin-top: 200px;
}

.vnt-about {
    background: #f5f5f5;
    height: 770px;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    overflow: hidden;
}

.vnt-about .main_about {
    width: 200px;
    height: 200px;
    margin: 285px auto;
    position: relative;
}

.main_about .item {
    position: absolute;
    opacity: 0;
    -webkit-transition: all 1.6s cubic-bezier(.175, .885, .32, 1.275);
    -moz-transition: all 1.6s cubic-bezier(.175, .885, .32, 1.275);
    -o-transition: all 1.6s cubic-bezier(.175, .885, .32, 1.275);
    transition: all 1.6s cubic-bezier(.175, .885, .32, 1.275);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.main_about.active .item {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.main_about .item.item_4 {
    -webkit-transition-delay: 1s;
    -moz-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
}

.main_about .item.item_5 {
    -webkit-transition-delay: 1.4s;
    -moz-transition-delay: 1.4s;
    -o-transition-delay: 1.4s;
    transition-delay: 1.4s;
}

.main_about .item.item_6 {
    -webkit-transition-delay: 1.8s;
    -moz-transition-delay: 1.8s;
    -o-transition-delay: 1.8s;
    transition-delay: 1.8s;
}

.main_about .item.item_7 {
    -webkit-transition-delay: 2.2s;
    -moz-transition-delay: 2.2s;
    -o-transition-delay: 2.2s;
    transition-delay: 2.2s;
}

.main_about .item.item_1 {
    -webkit-transition-delay: 2.6s;
    -moz-transition-delay: 2.6s;
    -o-transition-delay: 2.6s;
    transition-delay: 2.6s;
}

.main_about .item.item_2 {
    -webkit-transition-delay: 3s;
    -moz-transition-delay: 3s;
    -o-transition-delay: 3s;
    transition-delay: 3s;
}

.main_about .item.item_3 {
    -webkit-transition-delay: 3.4s;
    -moz-transition-delay: 3.4s;
    -o-transition-delay: 3.4s;
    transition-delay: 3.4s;
}

.main_about .item .i-icon {
    position: relative;
    z-index: 1;
}

.main_about .item .i-icon img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 100%;
    width: 75px;
}

.item_1 .i-icon img {
    width: auto !important;
}

.main_about .item .i-desc {
    position: absolute;
}

.main_about .item .i-desc .i-title {
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: bold;
    color: #1792f9;
}

.main_about .item .i-desc .i-content {
    font-size: 16px;
    line-height: 23px;
    color: #666666;
    max-height: 69px;
    overflow: hidden;
}

.main_about .item_1 {
    right: 170px;
    top: 154px;
}

.main_about .item_1 .i-icon {
    width: 240px;
    height: 240px;
}

.main_about .item_2 {
    right: 180px;
    bottom: 46px;
}

.main_about .item_2 .i-icon {
    width: 165px;
    height: 144px;
    background: url("../modules/main/images/main/icon-bg1.png");
}

.main_about .item_3 {
    right: 150px;
    bottom: 175px;
}

.main_about .item_3 .i-icon {
    width: 141px;
    height: 143px;
    background: url("../modules/main/images/main/icon-bg2.png");
}

.main_about .item_4 {
    left: 144px;
    bottom: 170px;
}

.main_about .item_4 .i-icon {
    width: 142px;
    height: 144px;
    background: url("../modules/main/images/main/icon-bg3.png");
}

.main_about .item_5 {
    left: 180px;
    top: 13px;
}

.main_about .item_5 .i-icon {
    width: 166px;
    height: 144px;
    background: url("../modules/main/images/main/icon-bg4.png");
}

.main_about .item_6 {
    top: 145px;
    left: 149px;
}

.main_about .item_6 .i-icon {
    width: 141px;
    height: 143px;
    background: url("../modules/main/images/main/icon-bg5.png");
}

.main_about .item_7 {
    top: 175px;
    left: 22px;
}

.main_about .item_7 .i-icon {
    width: 141px;
    height: 168px;
    background: url("../modules/main/images/main/icon-bg6.png");
}

.main_about .item_1 .w-desc {
    width: 580px;
    position: absolute;
    top: 28px;
    right: 165px;
    height: 356px;
    background: var(--cms-color-base, #cf3732);
    color: #ffffff;
    padding-left: 20px;
}

.main_about .item_1 .w-desc .wrap-desc {
    width: 360px;
    margin-top: 40px;
    margin-right: 100px;
    margin-left: auto;
    text-align: right;
}

.main_about .item_1 .w-desc .wrap-desc .i-title {
    font-size: 30px;
    line-height: 45px;
    text-transform: uppercase;
    font-weight: bold;
}

.main_about .item_1 .w-desc .wrap-desc .i-content {
    font-size: 18px;
    line-height: 32px;
    max-height: 160px;
    overflow: hidden;
}

.main_about .item_2 .i-desc {
    width: 270px;
    right: 200px;
    top: 25px;
    text-align: right;
}

.main_about .item_3 .i-desc {
    width: 325px;
    right: 175px;
    top: -25px;
    text-align: right;
}

.main_about .item_4 .i-desc {
    width: 310px;
    left: 175px;
    top: -28px;
}

.main_about .item_5 .i-desc {
    width: 300px;
    left: 190px;
    top: 30px;
}

.main_about .item_6 .i-desc {
    width: 270px;
    left: 140px;
    top: 114px;
}

.main_about .item_7 .i-desc {
    width: 270px;
    left: -25px;
    top: 190px;
    text-align: center;
}

.vnt-product {
    padding-top: 60px;
}

.list_product:after {
    display: block;
    content: '';
    clear: both;
}

.list_product .item {
    border: 1px solid #f2f2f2;
    margin-bottom: 20px;
}

/*.list_product .item:nth-child(1), .list_product .item:nth-child(2), .list_product .item:nth-child(3) {
    border-top-color: #ffffff;
}*/

.list_product .item:nth-child(3n) {
    border-right-color: #ffffff;
}

.item_product {
    background: #fff;
}

.product_link {
    background: #fafafa;
    padding: 35px 0;
    border-top: 1px solid #f2f2f2;
}

.title-treatment {
    background: var(--cms-color-base, #cf3732);
    padding: 30px 0;
}

.title-treatment .title-main {
    color: #ffffff;
    margin-bottom: 0;
}

.title-treatment .title-main:after {
    background: #ffffff;
}

.list_treatment:after {
    display: block;
    content: '';
    clear: both;
}

.list_treatment .item {
    width: 25%;
    float: left;
    border-right: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
}

.list_treatment .item:nth-child(4n+1) {
    clear: left;
}

.treatment_link {
    padding: 35px 0;
    border-top: 1px solid #f2f2f2;
}

.vnt-cosmetics {
    background: #fafafa;
    padding: 30px 0;
}

.vnt-cosmetics .link_more a {
    background: #ffffff;
}

.vnt-cosmetics .link_more a:hover {
    background: var(--cms-color-base, #cf3732);
}

.parallax-background {
    background-attachment: fixed;
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax-background.isMobile {
    background-attachment: scroll;
}

#slide-cosmetics {
    margin: 0 -15px;
}

#slide-cosmetics:after {
    display: block;
    content: '';
    clear: both;
}

#slide-cosmetics .item {
    width: 25%;
    float: left;
    padding: 5px 15px 30px;
}

#slide-cosmetics .slick-arrow {
    width: 56px;
    height: 56px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: url("../modules/main/images/main/icon-arrow2.png") no-repeat 0 0 rgba(90, 178, 16, 0.5);
    -webkit-transition: background-color 0.5s ease;
    -moz-transition: background-color 0.5s ease;
    -o-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
}

#slide-cosmetics .slick-arrow:hover {
    background-color: rgba(90, 178, 16, 1);
}

#slide-cosmetics .slick-prev {
    background-position: 0 0;
    left: -50px;
}

#slide-cosmetics .slick-next {
    background-position: -56px 0;
    right: -50px;
}

#loadProd {
    position: relative;
}

#loadProd .link_more.loading, #slide-cosmetics.loading {
    opacity: 0.6;
}

#loadProd .slide_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../modules/main/images/main/loading.svg") no-repeat 50% 50%;
    z-index: 90;
}

.vnt-news {
    background: #fafafa;
    overflow: hidden;
}

.vnt-news:after {
    display: block;
    content: '';
    clear: both;
}

.vnt-news .news-col {
    width: 50%;
    float: left;
}

.box-news.box1 {
    padding-right: 35px;
}

.box-news.box2 {
    padding-left: 35px;
    position: relative;
    background: #ffffff;
}

.box-news.box2:after {
    position: absolute;
    content: '';
    left: 100%;
    top: 0;
    bottom: -1px;
    width: 375px;
    background: #ffffff;
    border-bottom: 1px solid #e9e9e9;
}

.box-news.box3 {
    padding-left: 35px;
    position: relative;
    background: #f2f2f2;
    border-left: 1px solid #f2f2f2;
}

.box-news.box3:after {
    position: absolute;
    content: '';
    left: 100%;
    top: 0;
    bottom: -1px;
    width: 375px;
    background: #f2f2f2;
}

.box-news .title_news {
    margin-bottom: 15px;
}

.box-news .title_news:after {
    display: block;
    content: '';
    clear: both;
}

.box-news .title_news .tn_left {
    float: left;
    font-size: 24px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: bold;
}

.box-news .title_news .tn_left h3, .box-news .title_news .tn_left h4 {
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    color: var(--cms-color-base, #cf3732);
}

.box-news .title_news .tn_right {
    float: right;
    padding-top: 10px;
}

.box-news .title_news .tn_right a {
    font-size: 15px;
    line-height: 20px;
    display: inline-block;
    border-bottom: 2px solid var(--cms-color-base, #cf3732);
    padding-bottom: 3px;
}

.box-news .title_news .tn_right a:before {
    content: '»';
    padding-right: 4px;
}

.box-news .content_news {
    padding-bottom: 40px;
}

.list_news {
    font-size: 14px;
    line-height: 20px;
}

.list_news ul li {
    margin-bottom: 10px;
}

.list_news ul li a {
    display: inline-block;
    padding-left: 20px;
    position: relative;
}

.list_news ul li a span {
    font-size: 12px;
    color: #999999;
}

.list_news ul li a:after {
    position: absolute;
    top: 0;
    left: 0;
    font-family: FontAwesome;
    content: '\f0da';
    font-size: inherit;
    line-height: inherit;
}

.slide-news {
    margin-bottom: 24px;
}

.slide-news.slick-initialized .item, .slide-news .item:first-child {
    display: block;
}

.slide-news .item {
    display: none;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.slide-news .item .i-img {
    position: relative;
    overflow: hidden;
    z-index: 1;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.slide-news .item .i-img a {
    display: block;
    width: 100%;
    padding-top: 66.666667%;
    overflow: hidden;
    z-index: 1;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.slide-news .item .i-img a img {
    -webkit-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -moz-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -o-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.slide-news .item:hover .i-img a img {
    -webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
    -o-transform: scale(1.06);
    -ms-transform: scale(1.06);
    transform: scale(1.06);
}

.slide-news .item .i-desc {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px 20px;
    background: rgba(0, 0, 0, 0.2);
    color: #ffffff;
    z-index: 12;
    pointer-events: none;
}

.slide-news .item .i-desc .i-date {
    font-size: 12px;
    line-height: 20px;
}

.slide-news .item .i-desc .i-title {
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
}

.slide-news .item .i-desc .i-title h3, .slide-news .item .i-desc .i-title h4 {
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
}

.slide-news .item .i-desc .i-title a {
    color: #ffffff;
    display: block;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.slide-news .slick-dots {
    bottom: 10px;
    border-right: 10px;
    text-align: right;
}

.slide-news .slick-dots li {
    width: 10px;
    height: 10px;
}

.slide-news .slick-dots li button {
    width: 10px;
    height: 10px;
    background: #ffffff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.slide-news .slick-dots li.slick-active button {
    background: var(--cms-color-base, #cf3732);
}

.slide-news .slick-dots li button:before {
    display: none;
}

.grid_news {
    margin: 0 -10px;
}

.grid_news:after {
    display: block;
    content: '';
    clear: both;
}

.grid_news .item {
    width: 33.333333%;
    float: left;
    padding: 0 10px;
    margin-bottom: 20px;
}

.grid_news .item:nth-child(3n+1) {
    clear: left;
}

.grid_news .item .i-img {
    overflow: hidden;
    margin-bottom: 5px;
}

.grid_news .item .i-img a {
    display: block;
    position: relative;
    padding-top: 66.666667%;
    overflow: hidden;
    z-index: 1;
}

.grid_news .item .i-img a img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: transform 0.6s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -moz-transition: transform 0.6s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -o-transition: transform 0.6s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    transition: transform 0.6s cubic-bezier(0.44, 0.185, 0.575, 0.86);
}

.grid_news .item .i-img:hover a img {
    -webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
    -o-transform: scale(1.06);
    -ms-transform: scale(1.06);
    transform: scale(1.06);
}

.grid_news .item .i-desc .i-date {
    font-size: 12px;
    line-height: 20px;
    color: #999999;
}

.grid_news .item .i-desc .i-title {
    font-size: 14px;
    line-height: 23px;
    height: 46px;
    overflow: hidden;
    font-weight: 600;
}

.grid_news .item .i-desc .i-title h3, .grid_news .item .i-desc .i-title h4 {
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
}

.vnt-media {
    padding: 15px 0;
}

.row_media {
    margin: 0 -5px;;
}

.row_media:after {
    display: block;
    content: '';
    clear: both;
}

.row_media .col-media {
    width: 50%;
    float: left;
    padding: 0 5px;
}

.slide-video.slick-initialized .item, .slide-video .item:first-child {
    display: block;
}

.slide-video .item {
    display: none;
    position: relative;
}

.slide-video .item:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.slide-video .item .i-img {
    padding-top: -webkit-calc(66.666667% - 10px);
    padding-top: -moz-calc(66.666667% - 10px);
    padding-top: calc(66.666667% - 10px);
    overflow: hidden;
    position: relative;
}

.slide-video .item .i-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.slide-video .item .i-desc {
    position: absolute;
    top: 50%;
    left: 15px;
    right: 15px;
    z-index: 2;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    text-align: center;
    color: #ffffff;
}

.slide-video .item .i-desc .icon_video {
    z-index: 1;
    display: block;
    position: relative;
    width: 70px;
    height: 70px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    font-size: 45px;
    line-height: 25px;
    color: #ffffff;
    margin: 0 auto 20px;
    text-align: center;
    background: url(../modules/main/images/main/next.png) no-repeat center center;
    border: 2px solid rgba(255, 255, 255, 1);
    -webkit-box-shadow: 0 0 20px rgba(255, 255, 255, 0.8);
    -moz-box-shadow: 0 0 20px rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.8);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.slide-video .item .i-desc .icon_video:before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 20px rgba(255, 255, 255, 1);
    -moz-box-shadow: 0 0 20px rgba(255, 255, 255, 1);
    -o-box-shadow: 0 0 20px rgba(255, 255, 255, 1);
    box-shadow: 0 0 20px rgba(255, 255, 255, 1);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    animation-name: spread-effect;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    visibility: hidden;
}

.slide-video .item .i-desc .icon_video:after {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 20px rgba(255, 255, 255, 1);
    -moz-box-shadow: 0 0 20px rgba(255, 255, 255, 1);
    -o-box-shadow: 0 0 20px rgba(255, 255, 255, 1);
    box-shadow: 0 0 20px rgba(255, 255, 255, 1);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    animation-name: spread-effect;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-delay: 1s;
    visibility: hidden;
}

.slide-video .item:hover .i-desc .icon_video:before, .slide-video .item:hover .i-desc .icon_video:after {
    visibility: visible;
}

.slide-video .item .i-desc .i-title {
    font-size: 21px;
    line-height: 35px;
    max-height: 105px;
    overflow: hidden;
    text-transform: uppercase;
    font-weight: bold;
    max-width: 430px;
    margin: 0 auto;
}

.slide-video .item .i-desc .i-title h3 {
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
}

.slide-video .item .i-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
}

.slide-video .item .i-link a {
    display: block;
    width: 100%;
    height: 100%;
}

.slide-video .slick-dots {
    bottom: 20px;
    padding-right: 20px;
    text-align: right;
    width: 98%;
}

.slide-video .slick-dots li {
    margin: 0 2px;
    width: 12px;
    height: 12px;
}

.slide-video .slick-dots li button {
    width: 12px;
    height: 12px;
    border: 2px solid #ffffff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #ffffff;
}

.slide-video .slick-dots li.slick-active button {
    background: transparent;
}

.slide-video .slick-dots li button:before {
    content: '';
}

.list_gallery {
    margin: 0 -5px;
}

.list_gallery:after {
    display: block;
    content: '';
    clear: both;
}

.list_gallery .w_item {
    width: 50%;
    padding: 0 5px;
    margin-bottom: 10px;
    float: left;
}

.list_gallery .item {
    position: relative;
}

.list_gallery .item:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.list_gallery .item .i-img {
    padding-top: -webkit-calc((100% - 10px) * 2 / 3);
    padding-top: -moz-calc((100% - 10px) * 2 / 3);
    padding-top: calc((100% - 10px) * 2 / 3);
    overflow: hidden;
    z-index: 1;
    position: relative;
}

.list_gallery .item .i-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -moz-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -o-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}

.list_gallery .item:hover .i-img img {
    -webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
    -o-transform: scale(1.06);
    -ms-transform: scale(1.06);
    transform: scale(1.06);
}

.list_gallery .item .i-desc {
    position: absolute;
    top: 50%;
    left: 15px;
    right: 15px;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 3;
    text-align: center;
    padding-top: 55px;
    background: url("../modules/main/images/main/icon-gallery.png") no-repeat 50% 0;
}

.list_gallery .item .i-desc .i-title {
    font-size: 14px;
    line-height: 23px;
    height: 46px;
    overflow: hidden;
    text-transform: uppercase;
    font-weight: bold;
    color: #ffffff;
    max-width: 230px;
    margin: 0 auto;
}

.list_gallery .item .i-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 4;
}

.list_gallery .item .i-link a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.list_gallery .item .i-link a:first-child {
    z-index: 1;
}

.popup_gallery .fancybox-close {
    width: 50px;
    height: 50px;
    top: -40px;
    right: 10px;
    background: var(--cms-color-base, #cf3732);
    color: #ffffff;
    text-align: center;
    font-size: 22px;
    line-height: 26px;
    padding: 12px;
}

.popup_gallery .fancybox-close .fa {
    font-size: 22px;
    line-height: 26px;
}

.popup_gallery .fancybox-title {
    position: absolute;
    bottom: 8px;
    left: 8px;
    right: 8px;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    font-size: 16px;
    line-height: 25px;
    padding: 10px;
    color: #ffffff;
}

.popup_gallery .fancybox-nav span {
    visibility: visible;
    width: 35px;
    height: 63px;
    background: url("../modules/main/images/main/arrow.png") no-repeat 0 0;
}

.popup_gallery .fancybox-prev span {
    left: 0;
    background-position: 0 0;
}

.popup_gallery .fancybox-next span {
    right: 0;
    background-position: -35px 0;
}

.vnt-feeling {
    padding: 50px 0 40px;
    position: relative;
    overflow: hidden;
    background: radial-gradient(circle at 34% 24%, rgba(255, 255, 255, 0.52) 0%,
    rgba(255, 255, 255, 0.18) 16%, rgba(255, 255, 255, 0) 34%),
    radial-gradient(circle at center, #bfe6f7 0%, #86c9e8 18%, #4d9fcd 38%, #3c8dbc 55%, #2d739c 78%, #1e5476 100%);
}

.vnt-feeling .feeling-video-banner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.vnt-feeling .feeling-video-banner video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.vnt-feeling:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    background: rgba(0, 0, 0, 0.3);
}

.vnt-feeling .wrapper {
    position: relative;
    z-index: 1;
}

#slide-feeling.slick-initialized .item, #slide-feeling .item:first-child {
    display: block;
}

#slide-feeling .item {
    color: #ffffff;
    display: none;
}

#slide-feeling .item a {
    color: #ffffff;
}

#slide-feeling .item:after {
    display: block;
    content: '';
    clear: both;
}

#slide-feeling .item .i-img {
    width: 200px;
    height: 200px;
    float: left;
    /*background: url("../modules/main/images/main/bg-img-feeling.png") no-repeat 50% 50% / cover;*/
    padding: 9px 9px 7px 7px;
}

#slide-feeling .item .i-img .img {
    width: 180px;
    height: 180px;
    overflow: hidden;
    background: #ffffff;
    position: relative;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

#slide-feeling .item .i-img .img img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#slide-feeling .item .i-desc {
    float: right;
    width: -webkit-calc(100% - 290px);
    width: -moz-calc(100% - 290px);
    width: calc(100% - 290px);
    position: relative;
    padding-right: 15px;
    margin-top: 25px;
}

#slide-feeling .item .i-desc:after {
    position: absolute;
    top: -20px;
    left: -100px;
    content: '';
    width: 88px;
    height: 54px;
    background: url("../modules/main/images/main/icon-quote.png") no-repeat 0 0;
}

#slide-feeling .item .i-desc .i-title {
    font-size: 30px;
    line-height: 40px;
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 8px;
    margin-bottom: 15px;
    position: relative;
}

#slide-feeling .item .i-desc .i-title:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 235px;
    height: 1px;
    background: #ffffff;
}

#slide-feeling .item .i-desc .i-content {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
}

#slide-feeling .item .i-desc .i-name {
    font-size: 16px;
    line-height: 25px;
    font-style: italic;
    position: relative;
    padding-top: 10px;
}

#slide-feeling .item .i-desc .i-name:after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 235px;
    height: 1px;
    background: #ffffff;
}

#slide-feeling .item .i-desc .i-name .name {
    font-style: normal;
}

#slide-feeling .slick-arrow {
    width: 56px;
    height: 56px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: url("../modules/main/images/main/icon-arrow2.png") no-repeat 0 0;
    border: 1px solid #ffffff;
    -webkit-transition: background-color 0.5s ease;
    -moz-transition: background-color 0.5s ease;
    -o-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
}

#slide-feeling .slick-arrow:hover {
    background-color: rgba(90, 178, 16, 1);
    border-color: rgba(90, 178, 16, 1);
}

#slide-feeling .slick-prev {
    background-position: 0 0;
    left: -65px;
}

#slide-feeling .slick-next {
    background-position: -56px 0;
    right: -65px;
}

.vnt-partner {
    padding: 40px 0;
}

#slider-partner {
    margin: 0 -10px;
}

#slider-partner:after {
    display: block;
    content: '';
    clear: both;
}

#slider-partner:after {
    display: block;
    content: '';
    clear: both;
}

#slider-partner .item {
    margin: 0 10px;
    width: 200px;
    float: left;
    position: relative;
}

#slider-partner .item:before {
    position: absolute;
    top: 0;
    left: 50%;
    right: 50%;
    bottom: 0;
    content: '';
    border-top: 1px solid var(--cms-color-base, #cf3732);
    border-bottom: 1px solid var(--cms-color-base, #cf3732);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#slider-partner .item:hover:before {
    left: 0;
    right: 0;
}

#slider-partner .item:after {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 50%;
    content: '';
    border-left: 1px solid var(--cms-color-base, #cf3732);
    border-right: 1px solid var(--cms-color-base, #cf3732);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#slider-partner .item:hover:after {
    top: 0;
    bottom: 0;
}

#slider-partner .item .i-img {
    padding: 5px;
    margin-bottom: 10px;
}

#slider-partner .item .i-img .img {
    overflow: hidden;
    padding-top: 66.666667%;
    position: relative;
}

#slider-partner .item .i-img .img img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
}

#slider-partner .item .i-title {
    font-size: 13px;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    padding: 0 10px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}

#slider-partner .item .i-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

#slider-partner .item .i-link a {
    display: block;
    width: 100%;
    height: 100%;
}

#slider-partner .slick-arrow {
    width: 22px;
    height: 40px;
    background: url("../modules/main/images/main/icon-arrow.png") no-repeat;
    opacity: 0.2;
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}

#slider-partner .slick-arrow:hover {
    opacity: 0.8;
}

#slider-partner .slick-prev {
    background-position: 0 0;
    left: -30px;
}

#slider-partner .slick-next {
    background-position: -22px 0;
    right: -30px;
}

.scroll_fixed {
    position: fixed;
    width: 20px;
    top: 50%;
    left: 5px;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

.scroll_fixed ul li {
    display: block;
    margin-bottom: 2px;
}

.scroll_fixed ul li a {
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    border: 1px solid transparent;
    padding: 4px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.scroll_fixed ul li a:after {
    display: block;
    width: 10px;
    height: 10px;
    content: '';
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: var(--cms-color-base, #cf3732);
    -webkit-box-shadow: 0 0 0 1px #ffffff;
    -moz-box-shadow: 0 0 0 1px #ffffff;
    box-shadow: 0 0 0 1px #ffffff;
}

.scroll_fixed ul li a:hover, .scroll_fixed ul li a.active {
    border-color: var(--cms-color-base, #cf3732);
    background: #ffffff;
}

@-webkit-keyframes spread-effect {
    0% {
        opacity: 0;
    }
    20% {
        opacity: 1;
    }
    100% {
        -ms-transform: scale(1.4);
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
        opacity: 0;
    }
}

@-moz-keyframes spread-effect {
    0% {
        opacity: 0;
    }
    20% {
        opacity: 1;
    }
    100% {
        -ms-transform: scale(1.4);
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
        opacity: 0;
    }
}

@-ms-keyframes spread-effect {
    0% {
        opacity: 0;
    }
    20% {
        opacity: 1;
    }
    100% {
        -ms-transform: scale(1.4);
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
        opacity: 0;
    }
}

@-o-keyframes spread-effect {
    0% {
        opacity: 0;
    }
    20% {
        opacity: 1;
    }
    100% {
        -ms-transform: scale(1.4);
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
        opacity: 0;
    }
}

@keyframes spread-effect {
    0% {
        opacity: 0;
    }
    20% {
        opacity: 1;
    }
    100% {
        -ms-transform: scale(1.4);
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
        opacity: 0;
    }
}

@media screen and (max-width: 1400px) {
    .main_about .item_1 .w-desc .wrap-desc {
        width: 310px;
    }

    .main_about .item_1 .w-desc .wrap-desc .i-title {
        font-size: 25px;
        line-height: 35px;
    }

    .main_about .item_1 .w-desc .wrap-desc .i-content {
        font-size: 16px;
        line-height: 25px;
    }
}

@media screen and (max-width: 1199px) {
    #slide-cosmetics .slick-prev {
        left: 0;
    }

    #slide-cosmetics .slick-next {
        right: 0;
    }

    #slide-feeling {
        margin: 0 50px;
    }

    .main_about .item .i-desc .i-title {
        font-size: 16px;
        line-height: 25px;
    }

    .main_about .item .i-desc .i-content {
        font-size: 14px;
        line-height: 23px;
    }

    .main_about .item_2 .i-desc {
        width: 250px;
        right: 175px;
    }

    .main_about .item_3 .i-desc {
        right: 150px;
        width: 300px;
    }

    .main_about .item_4 .i-desc {
        left: 155px;
    }

    .main_about .item_5 .i-desc {
        width: 250px;
        left: 180px;
    }

    .main_about .item_1 .w-desc .wrap-desc {
        width: 180px;
        margin-right: 80px;
    }

    .main_about .item_1 .w-desc .wrap-desc .i-title {
        font-size: 18px;
        line-height: 25px;
    }

    .main_about .item_1 .w-desc .wrap-desc .i-content {
        font-size: 14px;
        line-height: 23px;
        max-height: 184px;
    }
}

@media screen and (max-width: 1024px) {
    .title-main {
        font-size: 30px;
        line-height: 40px;
    }

    #slide-cosmetics {
        margin: 0 -8px;
    }

    #slide-cosmetics .item {
        padding: 5px 8px 30px;
    }

    .slide-video .item .i-desc .i-title {
        font-size: 18px;
        line-height: 25px;
        height: 75px;
    }

    .scroll_fixed {
        display: none;
    }
}

@media screen and (max-width: 991px) {
    .list_product .item {
        width: 50%;
    }

    .list_product .item:nth-child(3) {
        border-top-color: #f2f2f2;
    }

    .list_product .item:nth-child(3n) {
        border-right-color: #f2f2f2;
    }

    .list_product .item:nth-child(2n) {
        border-right-color: #ffffff;
    }

    .list_treatment .item {
        width: 50%;
    }

    .list_treatment .item:nth-child(n) {
        clear: none;
    }

    .list_treatment .item:nth-child(2n+1) {
        clear: left;
    }

    .vnt-news .news-col {
        width: 100%;
    }

    .box-news {
        padding-top: 30px;
    }

    .box-news.box1 {
        padding-right: 0;
    }

    .box-news.box2 {
        padding-left: 15px;
        margin-left: -15px;
        border-left: 0;
    }

    .box-news.box3 {
        padding-left: 15px;
        margin-left: -15px;
        border-left: 0;
    }

    .row_media .col-media {
        width: 100%;
        margin-bottom: 10px;
    }

    .vnt-feeling {
        padding: 30px 0;
    }

    #slide-feeling .item .i-img {
        float: none;
        margin: 0 auto 20px;
        width: 136px;
        height: 136px;
    }

    #slide-feeling .item .i-img .img {
        width: 120px;
        height: 120px;
    }

    #slide-feeling .item .i-desc {
        float: none;
        width: 100%;
        padding-right: 0;
    }

    #slide-feeling .item .i-desc:after {
        display: none;
    }

    #slide-feeling .item .i-desc .i-title {
        font-size: 18px;
        line-height: 25px;
    }

    #slide-feeling .item .i-desc .i-content {
        font-size: 14px;
        line-height: 20px;
    }

    .slide-video .slick-dots {
        text-align: center;
        padding-right: 0;
    }

    #scroll_icon {
        display: none;
    }

    .vnt-about {
        height: auto;
        padding-top: 30px;
    }

    .vnt-about .main_about {
        width: auto;
        height: auto;
        margin: 0;
    }

    .main_about .item {
        position: relative;
        top: auto !important;
        bottom: auto !important;
        right: auto !important;
        left: auto !important;
        -webkit-transition-delay: 0s !important;
        -moz-transition-delay: 0s !important;
        -o-transition-delay: 0s !important;
        transition-delay: 0s !important;
        margin-bottom: 30px;
    }

    .main_about .item .i-icon {
        width: 100px !important;
        height: 100px !important;
        background: #ffffff !important;
        float: left;
    }

    .main_about .item.item_1 .i-icon {
        width: 140px !important;
        height: 140px !important;
        background: transparent !important;
        float: none;
        margin: 0 auto;
    }

    .main_about .item_1 .w-desc {
        width: auto;
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
        height: auto;
        padding: 50px 20px 20px 20px;
        margin-top: -30px;
    }

    .main_about .item_1 .w-desc .wrap-desc {
        width: auto;
        margin: 0;
        text-align: center;
    }

    .main_about .item:after {
        display: block;
        content: '';
        clear: both;
    }

    .main_about .item .i-desc {
        position: relative;
        top: auto !important;
        bottom: auto !important;
        right: auto !important;
        left: auto !important;
        width: -webkit-calc(100% - 115px) !important;
        width: -moz-calc(100% - 115px) !important;
        width: calc(100% - 115px) !important;
        float: right;
        text-align: left !important;
    }

    .main_about .item .i-desc .i-content {
        max-height: none;
    }
}

@media screen and (max-width: 767px) {
    .slide-video .item .i-desc .i-title {
        font-size: 14px;
        line-height: 22px;
        height: 44px;
    }

    .list_gallery .item .i-desc .i-title {
        font-size: 12px;
        line-height: 20px;
        height: 40px;
    }

    .list_gallery .item .i-desc {
        -webkit-background-size: 25px auto;
        background-size: 25px auto;
        padding-top: 25px;
    }

    .slide-video .item .i-desc .icon_video {
        margin-bottom: 10px;
        width: 50px;
        height: 50px;
    }
}

@media screen and (max-width: 639px) {
    .list_product .item {
        width: 100%;
        border-right-color: #ffffff;
    }

    .list_product .item:nth-child(1), .list_product .item:nth-child(2) {
        border-top-color: #f2f2f2;
    }

    .list_product .item:nth-child(3n) {
        border-right-color: #ffffff;
    }
}

@media screen and (max-width: 479px) {
    .box-news .grid_news .item {
        width: 50%;
        display: none;
    }

    .box-news .grid_news .item:nth-child(1), .box-news .grid_news .item:nth-child(2) {
        display: block;
    }
}

@media screen and (max-width: 415px) {
    #slide-feeling {
        margin: 0 30px;
    }

    #slide-feeling .slick-prev {
        left: -45px;
    }

    #slide-feeling .slick-next {
        right: -45px;
    }
}

.lazyloading {
    clear: both;
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.lazyloading.show {
    filter: alpha(opacity=1);
    opacity: 1;
}

.loadLeft {
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 1s cubic-bezier(.175, .885, .32, 1.275);
    -moz-transition: all 1s cubic-bezier(.175, .885, .32, 1.275);
    -o-transition: all 1s cubic-bezier(.175, .885, .32, 1.275);
    transition: all 1s cubic-bezier(.175, .885, .32, 1.275);
    -webkit-transform: translate(-100px, 0);
    -moz-transform: translate(-100px, 0);
    -o-transform: translate(-100px, 0);
    -ms-transform: translate(-100px, 0);
    transform: translate(-100px, 0);
}

.loadLeft.show {
    filter: alpha(opacity=1);
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.loadRight {
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 1s cubic-bezier(.175, .885, .32, 1.275);
    -moz-transition: all 1s cubic-bezier(.175, .885, .32, 1.275);
    -o-transition: all 1s cubic-bezier(.175, .885, .32, 1.275);
    transition: all 1s cubic-bezier(.175, .885, .32, 1.275);
    -webkit-transform: translate(100px, 0);
    -moz-transform: translate(100px, 0);
    -o-transform: translate(100px, 0);
    -ms-transform: translate(100px, 0);
    transform: translate(100px, 0);
}

.loadRight.show {
    filter: alpha(opacity=1);
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.loadBottom {
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 1.2s ease;
    -moz-transition: all 1.2s ease;
    -o-transition: all 1.2s ease;
    transition: all 1.2s ease;
    -webkit-transform: translate(0, 100px);
    -moz-transform: translate(0, 100px);
    -o-transform: translate(0, 100px);
    -ms-transform: translate(0, 100px);
    transform: translate(0, 100px);
}

.loadBottom.show {
    filter: alpha(opacity=1);
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.w_effect_up .effect_up {
    opacity: 0;
}

.w_effect_up.show .effect_up {
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    -ms-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -o-animation-duration: 1.5s;
    -ms-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-timing-function: ease-out;
}

.w_effect_left .effect_left {
    opacity: 0;
    -webkit-transform: translate(-80px, 0);
    -moz-transform: translate(-80px, 0);
    -ms-transform: translate(-80px, 0);
    -o-transform: translate(-80px, 0);
    transform: translate(-80px, 0);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.w_effect_left.show .effect_left {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.w_effect_zoom .effect_zoom {
    position: relative;
    filter: alpha(opacity=0);
    opacity: 0;
    padding: 15px;
}

.w_effect_zoom.show .effect_zoom {
    filter: alpha(opacity=1);
    opacity: 1;
    -webkit-animation-name: zoomIn;
    -moz-animation-name: zoomIn;
    -o-animation-name: zoomIn;
    -ms-animation-name: zoomIn;
    animation-name: zoomIn;
    -webkit-animation-duration: 0.8s;
    -moz-animation-duration: 0.8s;
    -o-animation-duration: 0.8s;
    -ms-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-timing-function: ease-out;
}

.delay_05 {
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 200px, 0);
        -moz-transform: translate3d(0, 200px, 0);
        -o-transform: translate3d(0, 200px, 0);
        -ms-transform: translate3d(0, 200px, 0);
        transform: translate3d(0, 200px, 0);
    }
    50% {
        opacity: 0.3;
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

@-moz-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 200px, 0);
        -moz-transform: translate3d(0, 200px, 0);
        -o-transform: translate3d(0, 200px, 0);
        -ms-transform: translate3d(0, 200px, 0);
        transform: translate3d(0, 200px, 0);
    }
    50% {
        opacity: 0.3;
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

@-o-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 200px, 0);
        -moz-transform: translate3d(0, 200px, 0);
        -o-transform: translate3d(0, 200px, 0);
        -ms-transform: translate3d(0, 200px, 0);
        transform: translate3d(0, 200px, 0);
    }
    50% {
        opacity: 0.3;
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 200px, 0);
        -moz-transform: translate3d(0, 200px, 0);
        -o-transform: translate3d(0, 200px, 0);
        -ms-transform: translate3d(0, 200px, 0);
        transform: translate3d(0, 200px, 0);
    }
    50% {
        opacity: 0.3;
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

.fadeinup {
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    -ms-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -o-animation-duration: 1.5s;
    -ms-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
    50% {
        opacity: 1;
    }
}

@-moz-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
    50% {
        opacity: 1;
    }
}

padding-left:
#fancybox-thumbs {
    position: fixed;
    left: 0;
    width: 100%;
    overflow: hidden;
    z-index: 8050;
}

#fancybox-thumbs.bottom {
    bottom: 20px;
}

#fancybox-thumbs.top {
    top: 2px;
}

#fancybox-thumbs ul {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

#fancybox-thumbs ul li {
    float: left;
    padding: 1px;
    opacity: 0.5;
}

#fancybox-thumbs ul li.active {
    opacity: 0.75;
    padding: 0;
    border: 1px solid #fff;
}

#fancybox-thumbs ul li:hover {
    opacity: 1;
}

#fancybox-thumbs ul li a {
    display: block;
    position: relative;
    overflow: hidden;
    border: 1px solid #222;
    background: #111;
    outline: none;
}

#fancybox-thumbs ul li img {
    display: block;
    position: relative;
    border: 0;
    padding: 0;
    max-width: none;
}


/* --- CSS block 4 --- */

.vhpage404 {
    padding: 70px 0 90px;
}

.vhpage404 .vinner {
    max-width: 1040px;
    margin: 0 auto;
}

.vhpage404 .gr404 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    margin: 0 -45px;
}

.vhpage404 .gr404 > div {
    padding: 0 45px;
}

.vhpage404 .gr404 .lcol {
    width: calc(100% - 490px);
}

.vhpage404 .gr404 .rcol {
    width: 490px;
}

.vhpage404 .thumb img {
    width: 100%;
}

.vhpage404 .dstitle {
    margin-bottom: 20px;
}

.vhpage404 .dstitle, .vhpage404 .dstitle h1, .vhpage404 .dstitle h2, .vhpage404 .dstitle h3 {
    font-size: 40px;
    line-height: 55px;
    font-weight: 600;
}

.vhpage404 .dslink .grlink {
    display: flex;
    margin: 0 -10px;
}

.vhpage404 .dslink .grlink > div {
    padding: 0 10px;
    width: 50%;
}

.itlink404 .vwlink {
    margin-bottom: 10px;
}

.itlink404 .vwlink a {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center;
    background: #fff;
    border: 2px solid var(--cms-color-base, #cf3732);
    color: var(--cms-color-base, #cf3732);
    min-height: 50px;
    border-radius: 3px;
    padding: 5px;
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
}

.itlink404 .vwlink a:hover {
    background-color: rgb(93 181 70 / 20%);
}

.itlink404 .vwlink a img {
    max-height: 30px;
    max-width: 80%;
}

.itlink404 .vwnote {
    text-align: center;
}

.itlink404 .vwnote a {
    color: var(--cms-color-base, #cf3732);
}

@media all and (max-width: 991px) {
    .vhpage404 {
        padding: 30px 0 50px;
    }

    .vhpage404 .gr404 {
        margin: 0 -15px;
    }

    .vhpage404 .gr404 > div {
        padding: 0 15px;
    }

    .vhpage404 .gr404 .lcol, .vhpage404 .gr404 .rcol {
        width: 50%;
    }

    .vhpage404 .dstitle, .vhpage404 .dstitle h1, .vhpage404 .dstitle h2, .vhpage404 .dstitle h3 {
        font-size: 30px;
        line-height: 45px;
    }
}

@media all and (max-width: 767px) {
    .vhpage404 .gr404 .lcol, .vhpage404 .gr404 .rcol {
        width: 100%;
    }

    .vhpage404 .gr404 .lcol {
        margin-bottom: 20px;
    }

    .vhpage404 .dstitle {
        text-align: center;
    }

    .vhpage404 .dstitle, .vhpage404 .dstitle h1, .vhpage404 .dstitle h2, .vhpage404 .dstitle h3 {
        font-size: 25px;
        line-height: 37px;
    }

    .itlink404 .vwlink a {
        font-size: 15px;
        line-height: 23px;
    }
}

.fancybox-infobar, .fancybox-toolbar .fancybox-button--zoom, .fancybox-toolbar .fancybox-button--play, .fancybox-toolbar .fancybox-button--thumbs {
    display: none !important;
}

.fancybox-thumbs {
    top: auto;
    width: auto;
    bottom: 0;
    left: 0;
    right: 0;
    height: 95px;
    padding: 10px 10px 5px 10px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.3);
}

.fancybox-show-thumbs .fancybox-inner {
    right: 0;
    bottom: 95px;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    margin: 0 auto;
}

.fancybox-thumbs__list a::before {
    border: 2px solid #f60000;
}

.desc .from-regis iframe {
    height: 500px !important;
}

.form_receive .w-form button.btn {
    top: 32px;
}

.cs-share iframe {
    width: 150px !important;
}

.hotline {
    z-index: 892;
}

.sub_mega .sub1 ul li {
    text-transform: unset;
}

.sub_mega.mega2 .sub_cont {
    display: flex;
    flex-wrap: wrap;
}

.sub_mega.mega2 .sub_cont > ul {
    width: 25%;
    margin-bottom: 15px;
}

.sub_mega.mega2 .sub_cont > ul > li {
    padding-right: 15px;
    margin-right: 30px;
}

.sub_mega.mega2 .sub_cont > ul:last-child li {
    padding-right: 0px;
    margin-right: 0px;
}

.sub_mega.mega2 .sub_cont ul ul {
    margin-left: 20px;
}

.sub_mega.mega2 .sub1 li a {
    position: relative;
}

.sub_mega.mega2 .sub_cont > ul > li a {
    padding-left: 20px;
}

.sub_mega.mega2 .sub1 li.hassubmga > a {
    font-weight: 600;
}

.sub_mega.mega2 .sub1 li > a:after {
    position: absolute;
    top: 8px;
    left: 5px;
    font-family: FontAwesome;
    content: '\f0da';
    font-size: 14px;
    line-height: 20px;
}

.sub_mega.mega2 .sub1 li.hassubmga:hover > a:after {
    content: '\f0d7';
}

.sub_mega.mega2 .sub1 li.hassubmga li > a:after {
    position: absolute;
    top: 8px;
    left: 0px;
    font-family: FontAwesome;
    content: '\f0da';
    font-size: 14px;
    line-height: 20px;
}

.vnt-social ul li a {
    line-height: 1;
}

.vnt-social.soc-hea ul li a {
    line-height: 28px;
}

.vnt-social.soc-hea ul li img {
    max-width: 25px;
    background: #fff;
    border-radius: 100%;
    padding: 1px;
}

.footer-bottom .vnt-social ul li a, .footer-bottom .vnt-social ul li a:hover {
    background-color: #fff;
    padding: 1px;
}

.vnt-social ul li img {
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.footer-bottom .vnt-social ul li a:hover, .vnt-social.soc-hea ul li a:hover img {
    -webkit-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
}

div#slider-thumbnail .slick-arrow {
    position: absolute;
    width: 100%;
    height: 16px;
    background: none;
    border: none;
    font-size: 0;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: #666666;
    color: #666666;
    outline: none;
}

div#slider-thumbnail .slick-arrow:before {
    display: block;
    font-family: FontAwesome;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 25px;
    line-height: 25px;
}

div#slider-thumbnail .slick-prev {
    top: 0;
}

div#slider-thumbnail .slick-prev:before {
    content: "\f0d8";
}

div#slider-thumbnail .slick-next {
    top: 99%;
}

div#slider-thumbnail .slick-next:before {
    content: "\f0d7";
}

@media screen and (max-width: 480px) {
    .info_product .slider-detail {
        overflow: hidden;
    }

    div#slider-thumbnail .slick-arrow {
        width: 16px;
        height: 100%;
        top: 50%;
    }

    div#slider-thumbnail .slick-prev {
        left: 5px;
    }

    div#slider-thumbnail .slick-prev:before {
        content: "\f0d9";
    }

    div#slider-thumbnail .slick-next:before {
        content: "\f0da";
    }
}

.desc ol.carousel-indicators {
    list-style: none;
}

.desc a {
    color: #0000ff;
}

.desc h1 {
    display: block;
    font-size: 28px;
    font-weight: bold;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
}

.desc h2 {
    display: block;
    font-size: 24px;
    font-weight: bold;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
}

.desc h3 {
    display: block;
    font-size: 22px;
    font-weight: bold;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
}

.desc h4 {
    display: block;
    font-size: 20px;
    font-weight: bold;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
}

.desc h5 {
    display: block;
    font-size: 18px;
    font-weight: bold;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
}

.desc h6 {
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
}

.desc pre {
    display: block;
    font-family: monospace;
    white-space: pre;
    margin: 1em 0px;
    background-color: transparent;
    border: 0px solid #ccc;
}

.desc ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}

.desc ul ul {
    padding-inline-start: 0px;
}

span.status img {
    width: 45px;
    height: 45px;
}

.noItem {
    text-align: center;
    background: url(../images/nothing-found.html);
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 200px;
    padding: 10px 10px;
    font-size: 18px;
    width: 100% !important;
}

.loadOverlay {
    position: relative;
    min-height: 360px;
}

.loadOverlay:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 70px;
    left: 50%;
    width: 80px;
    height: 80px;
    margin-top: -30px;
    border-radius: 50%;
    border-top: 2px solid var(--cms-color-base, #cf3732);
    border-right: 2px solid transparent;
    animation: spinner .6s linear infinite;
    z-index: 99;
}

.loadOverlay:after {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 98;
    background: #f5f5f5;
    opacity: .8;
}

.loadOverlay.loadOverlay-35:before {
    left: 35%;
}

.loadOverlay.loadOverlay-40:before {
    left: 40%;
}

.loadOverlay.loadOverlay-45:before {
    left: 45%;
}

.loadOverlay.loadOverlayCenter:before {
    top: 50px;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-top: -30px;
}

.loadOverlay.minHauto {
    min-height: auto;
}

@-webkit-keyframes spinner {
    to {
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    to {
        transform: rotate(360deg);
    }
}

@media screen and (max-width: 640px) {
    .from-regis {
        width: 100% !important;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (max-width: 540px) {
    .desc iframe {
        width: 100% !important;
    }
}

@media screen and (max-width: 420px) {
    .desc iframe {
        height: 220px !important;
    }
}

@media screen and (max-width: 320px) {
    .desc iframe {
        height: 175px !important;
    }
}


/* --- CSS block 5 --- */
.like_share, .facebook-comment {
    display: none;
}

#slide-cosmetics .slick-prev:before, #slide-cosmetics .slick-next:before,
#slide-feeling .slick-prev:before, #slide-feeling .slick-next:before {
    display: none;
}
