/*
Theme Name: Flatsome Child
Theme URI: univn.vn
Description: This is a child theme for Flatsome Theme
Author: Quang Hoa
Template: flatsome
Version: 3.0
Text Domain: shtheme
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap');
html {
    font-family: 'Roboto', sans-serif;
}
.uppercase, h6, th, span.widget-title {
    letter-spacing: 0;
}
table, td, th {
    border-color: #a1a1a1;
}
td, th {
    font-size: 1em;
}
td {
    color: inherit;
}
.content-area td:first-child, .content-area th:first-child {
    padding-left: .5em;
}
.content-area td:last-child, .content-area th:last-child {
    padding-right: .5em;
}
b, strong, .nav-dropdown .menu-item-has-children>a, .nav-dropdown .nav-dropdown-col>a, .nav-dropdown .title>a {
    font-weight: bold;
}
.text-box .text {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.select-resize-ghost, .select2-container .select2-choice, .select2-container .select2-selection, input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
    border-color: #d7a640;
    box-shadow: none !important;
}
@media (max-width: 849px) {
    .select-resize-ghost, .select2-container .select2-choice, .select2-container .select2-selection, input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
        font-size: .875rem;
    }
}
.button, input[type=submit], input[type=submit].button, input[type=reset].button, input[type=button].button {
    font-weight: bold;
    letter-spacing: 0;
}
.button.is-outline, input[type=submit].is-outline, input[type=reset].is-outline, input[type=button].is-outline {
    border-width: 1px;
}
.button.is-outline {
    color: inherit;
    line-height: calc( 2.5em - 2px );
}
select, .select-resize-ghost, .select2-container .select2-choice, .select2-container .select2-selection {
    padding-right: 1.6em;
}
.box-text {
    font-size: 1em;
}
.uni-breadcrumbs {
    padding-top: 1.5em;
    padding-bottom: 1.2em;
}
.breadcrumbs {
    color: var(--primary-color);
    font-size: .75rem;
    font-weight: bold;
}
@media (min-width: 550px) {
    .breadcrumbs {
        font-size: .875rem;
    }
}
@media (min-width: 1200px) {
    .breadcrumbs {
        font-size: 1.125rem;
    }
}
.breadcrumbs a {
    color: inherit;
    font-weight: bold;
}
.breadcrumbs .divider, .breadcrumbs .separator {
    opacity: 1;
    color: #D7A641;
}
.mfp-bg {
    background-color: rgba(0, 0, 0, .7);
}
.mfp-bg.mfp-ready {
    opacity: 1;
}

/*--------------------------------------------------------------
## Header 
--------------------------------------------------------------*/
.nav-uppercase>li>a {
    font-weight: bold;
}
.nav-dark .is-outline, .dark .nav>li>a, .dark .nav>li.html, .dark .nav-vertical li li.menu-item-has-children>a, .dark .nav-vertical>li>ul li a, .nav-dropdown.dark>li>a, .nav-dropdown.dark .nav-column>li>a, .nav-dark .nav>li>a, .nav-dark .nav>li>button {
    color: #FFF;
}
.nav>li>a, .nav-dropdown>li>a, .nav-column>li>a {
    color: inherit;
}
.nav-column>li>a, .nav-dropdown>li>a, .nav-vertical-fly-out>li>a, .nav>li>a {
    color: inherit;
}
.header .nav>li>a {
    font-size: .875rem;
}
.header-top .nav-uppercase>li>a {
    text-transform: none;
}
.nav-uppercase>li>a {
    letter-spacing: 0;
}
.header .nav-dropdown {
    color: inherit;
}
.nav-dropdown-has-arrow li.has-dropdown:before {
	border-width: 12px;
}
.nav-dropdown-has-arrow li.has-dropdown:after {
    border-width: 10px;
    margin-left: -9px;
}
.nav-dropdown-has-border .nav-dropdown {
	border-width: 1px;
}
.menu-item-design-default > .nav-dropdown.nav-dropdown-default {
    padding: 0;
    display: block;
}
.menu-item-design-default > .nav-dropdown.nav-dropdown-default>li.nav-dropdown-col, 
.menu-item-design-default > .nav-dropdown.nav-dropdown-default>li.image-column {
    display: block;
    width: 100%;
    border-right: none;
}
.menu-item-design-default > .nav-dropdown.nav-dropdown-default li {
    position: relative;
}
.menu-item-design-default > .nav-dropdown.nav-dropdown-default li a {
    color: var(--primary-color);
    font-weight: bold;
    margin-left: 15px;
    margin-right: 15px;
    text-transform: uppercase;
}
.nav-dropdown-default .nav-column li>a, .nav-dropdown.nav-dropdown-default>li>a {
    border-bottom: none;
}
.menu-item-design-default > .nav-dropdown.nav-dropdown-default .menu-item-has-children>a, 
.menu-item-design-default > .nav-dropdown.nav-dropdown-default .title>a, 
.menu-item-design-default > .nav-dropdown.nav-dropdown-default .nav-dropdown-col>a {
    font-size: 1em;
    font-weight: normal;
    color: inherit;
    text-transform: none;
}
.menu-item-design-default > .nav-dropdown.nav-dropdown-default {
    min-width: 300px;
    padding: 10px 0;
}
.menu-item-design-default > .nav-dropdown.nav-dropdown-default ul { 
    background-color: #fff;
    min-width: 300px;
    top: 0;
    left: 100%; 
    position: absolute; 
    -webkit-box-shadow: 1px 1px 15px rgba(0,0,0,0.15);
    box-shadow: 1px 1px 15px rgba(0,0,0,0.15);
    z-index: 99999; 
    opacity: 0; 
    visibility: hidden;
    -moz-transition: 0.2s ease-in-out; 
    -o-transition: 0.2s ease-in-out; 
    -webkit-transition: 0.2s ease-in-out; 
    transition: 0.2s ease-in-out; 
}
.menu-item-design-default > .nav-dropdown.nav-dropdown-default li:hover > ul { 
    opacity: 1; 
    visibility: visible; 
}
.menu-item-design-default > .nav-dropdown.nav-dropdown-default .nav-dropdown-col .menu-item-has-children {
    margin-top: 0;
}

/* Header Template Element */
.nav-click {position: relative;width: 32px;height: 32px;cursor: pointer;display: block;z-index: 999;}
.nav-click span, .nav-click::after, .nav-click::before {content: '';background-color: #000;position: absolute;height: 2px;transition: all .3s ease-in-out;pointer-events: none;}
.nav-dark .nav-click span, .nav-dark .nav-click::after, .nav-dark .nav-click::before {background-color: #FFF;}
.nav-click::after,.nav-click::before{top:6px;right:0;width:30px;transform-origin:50% 50%}
.nav-click::after{top:23px;width:30px}
.nav-click span{top:15px;right:0;width:30px}
.nav-click + .menu-title {display: block;margin-left: .5em}
.has-off-canvas .current-lightbox-clicked .nav-click span{opacity:0}
.has-off-canvas .current-lightbox-clicked .nav-click::before{width:70%;left:17%;transform:rotate3d(0,0,1,45deg);top:43%}
.has-off-canvas .current-lightbox-clicked .nav-click::after{width:70%;left:15%;transform:rotate3d(0,0,1,-45deg);top:41%}
.off-canvas:not(.off-canvas-center) .nav-vertical li>a {
    font-size: .875rem;
}
/*--------------------------------------------------------------
## Widget 
--------------------------------------------------------------*/
/* Widget Recent Posts */
.sidebar .widget_recent_entries ul li { padding: 5px 10px; border-bottom: 1px solid #cccccc; }
.sidebar .widget_recent_entries ul li:last-child { border-bottom: none; }
.sidebar .widget_recent_entries ul li .post-date { display: block; }

/* Widget Recent Posts */
.widget_list_posts .post-item {
    padding-bottom: 0;
}
.widget_list_posts .post-item:not(:last-child) .col-inner {
    margin-bottom: 20px;
}
.widget_list_posts .blog-post-inner .post-title {
    font-size: .875rem;
    line-height: 1.4;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 2.8em;
    width: auto;
    margin: 0 0 5px 0;
}
.widget_list_posts .from_the_blog_excerpt {
    font-size: .875rem;
}
.widget_list_posts .box-vertical {
    display: flex;
}
.widget_list_posts .box-vertical .box-image {
    flex: 0 0 30%;
}
.widget_list_posts .box-vertical .box-text {
    padding: 0 0 0 20px;
}
.widget_list_posts__alignright .box-vertical .box-text {
    order: -1;
    padding: 0 20px 0 0;
}

/* Widget Support */
@media (min-width: 1200px) { .widget_supports .list-supporter { padding-top: 190px; background-image: url(assets/img/bg-support.png); background-repeat: no-repeat; background-position: top center; background-size: contain; } }
.widget_supports .list-supporter .email { padding: 5px 10px; font-weight: 600; line-height: 20px; }
.widget_supports .phone { font-size: 1.25rem; color: #ff0000; font-weight: bold; }
.widget_supports .list-supporter li { margin: 0; }
.widget_supports .support-style-1 { background-color: #FFF; }
.widget_supports .support-style-1 .supporter { padding: 0 10px 10px 10px; }
.widget_supports .support-style-1 li { padding: 5px 0; font-size: .875rem; color: #333333; border-top: 1px solid #333; }
.widget_supports .support-style-1 li:first-child { border-top: none; }
.widget_supports .support-style-1 li:last-child { border-bottom: none; }
.widget_supports .support-style-1 i { width: 22px; margin-right: 12px; }
.widget_supports .support-style-2 .supporter { margin: 0 8px; padding: 5px 8px 5px 50px; border-top: 1px solid #dddddd; background: url(lib/images/ic-phone.png) 7px 10px no-repeat; position: relative; }
.widget_supports .support-style-2 .supporter:first-child { border-top: none; }
.widget_supports .support-style-2 .name { font-weight: 600; }
.widget_supports .support-style-2 .skype { position: absolute; right: 7px; bottom: 10px; z-index: 1; }
.widget_supports .support-style-2 .email a { color: #333333; }
.widget_supports .support-style-3 .supporter:not(:last-child) { border-bottom: 1px solid #dfdfdf; }
.widget_supports .support-style-3 ul { position: relative; padding: 8px 10px; }
.widget_supports .support-style-3 .name { font-size: 0.75rem; color: #333333; }
.widget_supports .support-style-3 .phone { line-height: 24px; }
.widget_supports .support-style-3 .social { position: absolute; bottom: 10px; right: 8px; z-index: 1; }
.widget_supports .support-style-3 .social a { display: inline-block; margin-left: 4px; }

/* Widget Information */
.widget_information ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.widget_information ul li {
    padding: 3px 0 3px 22px;
    position: relative;
}
.widget_information ul li + li {
	border-top: none;
}
.widget_information ul li.hidden_icon {
    padding-left: 0;
}
.widget_information ul li.hidden_icon i {
    display: none;
}
.widget_information li i {
    font-size: 0.75rem;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: .8em;
    width: 14px;
    text-align: center;
}
.widget_information li.label-company {
    padding-left: 0;
    text-transform: uppercase;
    font-weight: bold;
}
.widget_information li.label-company i {
    display: none;
}

/*--------------------------------------------------------------
## Shortcode 
--------------------------------------------------------------*/
/* Shortcode Blog */
.sh-blog-shortcode .element .entry-thumb .image-zoom {
    padding-top: 56%;
}
.sh-blog-shortcode .element .entry-content {
    margin: 0;
    padding: 0;
    font-size: 0.9375rem;
}
.sh-blog-shortcode .element .entry-content p {
    margin-bottom: 10px;
}
.sh-blog-shortcode .element .entry-meta {
    opacity: .7;
    font-style: italic;
    margin-bottom: 5px;
    font-size: .875rem;
}
.sh-blog-shortcode .element .entry-meta i {
    margin-right: 5px;
}
.sh-blog-shortcode .element .entry-title {
    margin: .5em 0 .5em;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.4em;
    width: auto;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    max-height: 2.8em;
}
.sh-blog-shortcode .element .entry-title a {
    color: inherit;
}
.sh-blog-shortcode .element .entry-description {
    text-align: justify;
    line-height: 1.4;
    font-size: 0.9375rem;
    color: #999999;
}
.sh-blog-shortcode.style-1 .post-inner {
    display: flex;
}
.sh-blog-shortcode.style-1 .entry-thumb {
    flex: 0 0 25%;
    margin-right: 15px;
}
.sh-blog-shortcode.style-1 .entry-title {
    margin: 0 0 5px 0;
}
.sh-blog-shortcode.style-5 .post-inner {
    display: flex;
}
.sh-blog-shortcode.style-5 .entry-thumb {
    flex: 0 0 30%;
    margin-right: 15px;
}
.sh-blog-shortcode.style-5 .entry-title {
    margin-top: 0;
}
.sh-blog-shortcode.style-6 .first-element-layout .entry-title {
    margin: 15px 0 10px 0;
}
.sh-blog-shortcode.style-6 .second-element-layout .element:not(:last-child) {
    margin-bottom: 15px;
}
.sh-blog-shortcode.style-6 .second-element-layout .element:last-child {
    margin-bottom: 0;
}
.sh-blog-shortcode.style-6 .second-element-layout .post-inner {
    overflow: hidden;
}
.sh-blog-shortcode.style-6 .second-element-layout .post-inner {
    display: flex;
}
.sh-blog-shortcode.style-6 .second-element-layout .entry-thumb {
    flex: 0 0 30%;
    margin-right: 20px;
}
.sh-blog-shortcode.style-6 .second-element-layout .entry-thumb .image-zoom {
    padding-top: 62%;
}
.sh-blog-shortcode.style-6 .second-element-layout .entry-title {
    margin-top: 0;
    font-size: .875rem;
}
.sh-blog-shortcode.style-7 .first-element-layout .element .entry-thumb {
    flex: 0 0 30%;
    margin-right: 20px;
}
.sh-blog-shortcode.style-7 .first-element-layout .element .entry-title {
    margin: 0 0 5px 0;
}
.sh-blog-shortcode.style-7 .second-element-layout {
    margin-bottom: 20px;
}
.sh-blog-shortcode.style-7 .second-element-layout .element {
    margin-bottom: 5px;
}
.sh-blog-shortcode.style-7 .second-element-layout .element .entry-title {
    margin: 0;
}
.sh-blog-shortcode.style-7 .second-element-layout .element .entry-title a:before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #337ab7;
    border-radius: 50%;
    position: relative;
    top: -2px;
    margin-right: 5px;
}
.sh-blog-shortcode.style-8 .element .post-inner {
    position: relative;
}
.sh-blog-shortcode.style-8 .element .entry-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px 10px;
}
.sh-blog-shortcode.style-8 .element .entry-title {
    font-size: .875rem;
    line-height: 20px;
    margin: 0;
}
.sh-blog-shortcode.style-8 .element .entry-title a {
    display: block;
}
/* Shortcode Title Product */
.uni-titlepro ul li {
    margin-left: 0;
    display: block;
}
.uni-titlepro .open-subcat {
    white-space: nowrap;
    cursor: pointer;
}
@media (min-width: 850px) {
    .uni-titlepro {
        display: flex;
        justify-content: space-between;
        align-items: baseline;
    }
    .uni-titlepro .open-subcat {
        display: none;
    }
    .uni-titlepro ul li {
        display: inline-block;
    }
    .uni-titlepro li + li {
        margin-left: 30px;
    }
}
@media (max-width: 849.98px) {
    .uni-titlepro__main {
        display: flex;
        justify-content: space-between;
    }
    .uni-titlepro ul {
        display: none;
        overflow: hidden;
        margin-left: -5px;
        margin-right: -5px;
    }
    .uni-titlepro ul li {
        float: left;
        width: 50%;
        padding-left: 5px;
        padding-right: 5px;
    }
    .uni-titlepro ul li:last-child {
        width: 100%;
    }
}
/* Shortcode Custom Menu */
.uni_custom_menu ul.menu li {
    border: none;
}
/* UX Shortcode */
.ux-menu-link__link {
    min-height: unset;
}
/* Category */
.blog-post-inner .post-title {
    font-size: 1rem;
    font-weight: 600;
    margin: .5em 0 .5em;
}
@media (min-width: 1200px) {
    .blog-post-inner .post-title {
        font-size: 1.125rem;
    }
}
.blog-post-inner .post-title a {
    line-height: 1.4em;
    width: auto;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    max-height: 2.8em;
}
.blog-post-inner .is-divider {
    display: none;
}
.blog-post-inner .from_the_blog_excerpt {
    font-size: .875rem;
    opacity: .6;
    line-height: 1.4em;
    width: auto;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    max-height: 4.2em;
}
@media (max-width: 549px) {
    .blog-list .col {
        padding-bottom: 20px;
    }
    .blog-post-inner .from_the_blog_excerpt {
        -webkit-line-clamp: 2;
        max-height: 2.8em;
    }
}
/* Single Post */
.entry-header h1.entry-title {
    font-size: 1.5rem;
    text-transform: uppercase;
}
.entry-header h1.entry-title + .is-divider {
    display: none;
}
.entry-header-text-top {
    padding-bottom: 0;
}
ul.links li {
    margin: 0 .4em !important;
}
.nav-pagination>li>span, .nav-pagination>li>a {
    font-weight: 600;
    border: none;
    background-color: #F2F2F2;
    height: 2.25em;
    line-height: 2.25em;
}
.nav-pagination > li > .current, .nav-pagination > li > span:hover, .nav-pagination > li > a:hover {
    background-color: #D7A641 !important;
}
@media (min-width: 1600px) {
    .nav-pagination>li>span, .nav-pagination>li>a {
        font-size: 1.125rem;
    }
}
/* Wpcf7 */
.wpcf7-form {
    margin-bottom: 0;
}
.wpcf7 .button {
    min-width: 100px;
    margin-bottom: 0;
}
.wpcf7 .wpcf7-response-output {
    border-radius: 0;
}
.wpcf7-not-valid-tip, .wpcf7 form .wpcf7-response-output {
    font-size: .9em;
}
.wpcf7 form .wpcf7-response-output {
    margin: 1em 0 1em;
}
.wpcf7 .wpcf7-spinner {
    display: none !important;
}
/* Template - Header */
.header-cart-title {
    line-height: 1.2;
}
.header li.cart-item > a {
    display: inline-flex;
    align-items: center;
    flex-direction: row-reverse;
}
.header li.cart-item span+.image-icon {
    width: 20px;
    height: 20px;
    margin-left: 0;
    margin-right: 10px;
}
.header li.cart-item [data-icon-label]:after {
    display: none;
}
/* Footer */
.footer-wrapper .widget {
    margin-bottom: 0;
}
@media (max-width: 849px) {
    .footer-wrapper .row-main .col {
        padding-bottom: 10px;
    }
    .footer-wrapper .col-inner .title h4 {
        display: flex;
        justify-content: space-between;
        column-gap: 10px;
        cursor: pointer;
    }
    .footer-wrapper .col-inner .title h4:after {
        content: "\f107";
        font-family: 'Font Awesome 5 Pro';
        font-weight: normal;
        transition: all .3s ease-in-out;
    }
    .footer-wrapper .col-inner.active .title h4:after {
        content: "\f106";
    }
    .footer-wrapper .content {
        display: none;
    }
    .footer-wrapper .row-main .is-divider {
        display: none;
    }
}
.absolute-footer {
    display: none;
    padding: 10px 0 10px;
}
@media (min-width: 850px) {
    .footer-secondary {
        padding: 0;
    }
}
@media (min-width: 550px) {
    .medium-text-left, .medium-text-left>.col-inner {
        text-align: left;
    }
    .medium-text-right, .medium-text-right>.col-inner {
        text-align: right;
    }
}
.top-footer {
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
}
.top-footer .icon-box {
    display: inline-flex;
    align-items: center;
    width: auto;
}
.top-footer .icon-box-left .icon-box-img+.icon-box-text {
    padding-left: .8em;
}
.top-footer .icon-box-img img, .top-footer .icon-box-img svg {
    padding-top: 0;
}
@media (max-width: 549px) {
    .top-footer .col {
        padding-bottom: 10px;
    }
    .top-footer .icon-box .icon-box-img {
        max-width: 18px;
    }
    .top-footer .icon-box-left .icon-box-img+.icon-box-text {
        padding-left: .3em;
    }
    .top-footer .icon-box-text * {
        font-size: .75rem;
    }
}
.section-footer {
    font-size: .875rem;
}
.section-footer .is-divider {
    margin-top: -.5em;
}
.section-footer .ux-menu-link__link:hover {
    color: var(--primary-color) !important;
}

/*--------------------------------------------------------------
## Custom Css 
--------------------------------------------------------------*/
.p-0 p {
    margin-bottom: 0;
}
.p-last-0 p:last-child {
    margin-bottom: 0;
}
.font-400, .font-400 h1, .font-400 h2, .font-400 h3, .font-400 h4, .font-400 h5, .font-400 h6 {
    font-weight: 400;
}
.font-500, .font-500 h1, .font-500 h2, .font-500 h3, .font-500 h4, .font-500 h5, .font-500 h6 {
    font-weight: 500;
}
.font-600, .font-600 h1, .font-600 h2, .font-600 h3, .font-600 h4, .font-600 h5, .font-600 h6 {
    font-weight: 600;
}
.font-800, .font-800 h1, .font-800 h2, .font-800 h3, .font-800 h4, .font-800 h5, .font-800 h6 {
    font-weight: 800;
}
.header-top {
    color: var(--primary-color);
}
@media (min-width: 850px) {
    .header-top {
        padding-top: 10px;
        margin-bottom: -10px;
    }
}
.header-top .nav>li>a {
    text-transform: uppercase;
}
.header-top .nav-divided>li+li>a:after {
    display: none;
}
.header-top .nav>li>a:hover {
    color: #D7A641;
}
@media (min-width: 1200px) {
    .header-top .nav-divided>li {
        margin: 0 1.5em;
    }
}
@media (min-width: 850px) {
    .header-bottom {
        box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3);
    }
}
@media (max-width: 849px) {
    .header {
        box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3);
    }
    .header-top {
        min-height: unset !important;
        padding-top: 10px;
    }
    .header-top .nav>li>a {
        padding-bottom: 0;
    }
    .header-bottom {
        min-height: unset !important;
        padding-bottom: 10px;
    }
    .header-bottom .header-search-form-wrapper .form-flat input:not([type=submit]) {
        height: 38px;
        border-radius: 0;
        padding-right: 38px;
        border: none;
        background: #efefef;
    }
    .header-bottom .flex-row .flex-col input, .header-bottom .flex-row .flex-col .button {
        height: 38px;
    }
    .header-bottom .searchform-wrapper.form-flat .flex-col:last-of-type {
        margin-left: -38px !important;
    }
    .header-bottom .header-search-form-wrapper .searchform .button.icon {
        width: 38px !important;
        height: 38px !important;
        background-size: 20px auto !important;
    }
    .header-wrapper.stuck .header-bottom {
        display: none;
    }
}
@media (max-width: 549px) {
    .header-top .nav>li>a {
        font-size: .8125rem;
    }
}
.header-account-title {
    display: flex;
    align-items: center;
}
.header-account-title:before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: .5em;
    background: url(assets/img/icon-user.svg) center no-repeat;
    background-size: contain;
}
.header .header-search-form-wrapper .form-flat .flex-row .flex-col {
    padding-right: 0;
}
.header-main .header-search-form-wrapper .form-flat input:not([type=submit]) {
    width: 326px;
    height: 30px;
    font-size: .875rem;
    color: var(--primary-color) !important;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #E1E1E1;
    border-radius: 0;
    padding-left: 0;
    padding-right: 20px;
}
.header .searchform-wrapper.form-flat .flex-col:last-of-type {
    margin-left: -20px;
}
.header .header-search-form-wrapper .searchform .button.icon {
    padding: 0;
    min-width: unset;
    width: 20px;
    height: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.header .header-search-form-wrapper .searchform .button.icon:not(.loading) {
    background-image: url(assets/img/icon-search.svg);
}
.header .searchform .button.icon i {
    display: none;
    color: #D7A641 !important;
}
@media (min-width: 850px) {
    .header-bottom .nav>li>a {
        font-size: 1rem;
    }
}
@media (min-width: 1400px) {
    .header-bottom .nav-spacing-xlarge>li {
        margin: 0 25px;
    }
    .header-bottom .nav>li>a {
        font-size: 1.125rem;
    }
}
@media (min-width: 1600px) {
    .header-bottom .nav-spacing-xlarge>li {
        margin: 0 30px;
    }
    .header-bottom .nav>li>a {
        font-size: 1.25rem;
    }
}
.searchform-wrapper.form-flat .submit-button.loading:after {
    border-color: #D7A641;
}
@media (max-width: 849px) {
    #logo {
        max-width: 40%;
    }
    .header .nav>li>a>i {
        color: #D7A641;
        font-size: 16px;
    }
    .header .header-cart-icon img {
        margin-top: -3px;
    }
}
@media (min-width: 850px) {
    .header-wrapper.stuck .header-main {
        display: none;
    }
}
i.icon-user, i.icon-search {
    font-family: 'Font Awesome 5 Pro' !important;
}
i.icon-user {
    font-weight: bold !important;
}
.icon-user:before {
    content: '\f007';
}
.icon-search:before {
    content: '\f002';
}
.off-canvas-left .mfp-content, .off-canvas-right .mfp-content {
    background: #FFF;
}
.off-canvas:not(.off-canvas-center) .nav-vertical li>a {
    color: var(--primary-color);
}
/**/
.container .row-xsmall:not(.row-collapse), .row .row-xsmall:not(.row-collapse) {
    margin-left: -5px;
    margin-right: -5px;
}
.row-xsmall>.col, .row-xsmall>.flickity-viewport>.flickity-slider>.col {
    padding: 0 5px 10px;
}
.container .row-xsmall2:not(.row-collapse), .row .row-xsmall2:not(.row-collapse) {
    margin-left: -7.5px;
    margin-right: -7.5px;
}
.row-xsmall2>.col, .row-xsmall2>.flickity-viewport>.flickity-slider>.col {
    padding: 0 7.5px 15px;
}
.wpcf7, .wpcf7 input, .wpcf7 select, .wpcf7 textarea {
    font-size: .875rem;
}
.wpcf7 input:not([type=submit]), .wpcf7 select, .wpcf7 textarea {
    height: 40px;
    font-weight: 600;
    color: var(--primary-color);
    border-radius: 50px;
    border-color: var(--primary-color);
    box-shadow: none !important;
}
@media (max-width: 549px) {
    .wpcf7 input:not([type=submit]), .wpcf7 select, .wpcf7 textarea {
        height: 36px;
    }
}
::-webkit-input-placeholder { /* Edge */
    color: var(--primary-color);
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: var(--primary-color);
}
::placeholder {
    color: var(--primary-color);
}
.text-center .wpcf7 input:not([type=submit]), .text-center .wpcf7 select, .text-center .wpcf7 textarea {
    text-align: center;
}
.button.button-main {
    position: relative;
    z-index: 1;
    height: 40px;
    font-weight: 600;
    padding-left: 17px !important;
    padding-right: 60px !important;
    min-height: unset;
    background: #FFF !important;
    color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
    border-radius: 50px;
    overflow: hidden;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.button-main span {
    display: block;
}
.button-main .btn-icon {
    position: absolute;
    right: -1px;
    top: -1px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    background: var(--primary-color);
    color: #FFF;
    border-radius: 50%;
}
.button-main:hover {
    color: #FFF !important;
}
.button-main:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
    background: #84b040;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    transform-origin: bottom right;
    -webkit-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
}
.button-main:before {
    background: var(--primary-color);
}
.button-main:hover:before {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
}
.button-main:hover .btn-icon {
    border-color: rgba(0,0,0,0.10);
}
.uni-social {
    display: flex;
    flex-wrap: wrap;
    column-gap: 2.2em;
}
.uni-social.text-center {
    justify-content: center;
}
.uni-social a {
    display: block;
    margin-bottom: .5em;
}
@media (max-width: 1599px) {
    .uni-social img {
        max-width: 46px;
    }
}
@media (max-width: 1199px) {
    .uni-social img {
        max-width: 40px;
    }
}
@media (max-width: 849px) {
    .uni-social {
        column-gap: 1.5em;
        justify-content: center;
    }
}
@media (max-width: 549px) {
    .uni-social {
        column-gap: 1.2em;
    }
    .uni-social img {
        max-width: 36px;
    }
}
.back-to-top.button:hover {
    color: #FFF;
}
.col-uudiem>.col-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border-radius: 10px;
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
}
.col-uudiem>.col-inner:hover {
    color: #FFF;
    background: var(--primary-color);
}
@media (max-width: 549px) {
    .col-uudiem>.col-inner {
        padding: 6px;
    }
}
.section-title {
    margin-bottom: 0;
}
.section-title-normal {
    align-items: flex-end;
    flex-wrap: nowrap;
    column-gap: 1em;
    border-bottom-color: var(--primary-color);
}
.section-title-normal span {
    border-bottom: 4px solid #D7A641;
    margin-bottom: -3px;
}
.section-title-normal span a {
    display: inline;
    white-space: unset;
    font-size: inherit;
    margin: 0;
    padding: 0 10px;
    transition: all .3s ease-in-out;
}
.section-title-normal span a:first-child {
    padding-left: 0;
}
.section-title-normal span a:last-child {
    padding-right: 0;
}
.section-title a {
    white-space: nowrap;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: .5em;
}
.section-title i {
    opacity: 1;
}
.section-title i.icon-angle-right:before {
    content: '\f105';
}
.section-title-bold span, .section-title-bold-center span {
    border: none;
    padding: 0 .6em;
}
.section-title b {
    background-color: var(--primary-color);
    opacity: 1;
}
@media (max-width: 549px) {
    .section-title-bold-center span {
        max-width: 80%;
    }
    .section-title a {
        font-size: .875rem;
    }
}
i.icon-angle-right {
    font-family: 'Font Awesome 5 Pro' !important;
}
i.icon-angle-right:before {
    content: '\f178';
}
.button:not(.is-link):not(.icon):not(.is-form) {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    padding: .5em 1.2em;
    min-height: unset !important;
    line-height: normal !important;
}
@media (max-width: 549px) {
    .button:not(.is-link):not(.icon):not(.is-form) {
        padding: .3em .8em;
    }
}
.button-arrow-right>span+i, .breadcrumbs .icon-angle-right {
    color: #D7A641;
    font-size: .8em;
}
.button-arrow-right .icon-angle-right:before, .breadcrumbs .icon-angle-right:before {
    content: '\f054\f054\f054';
}
.button.is-link {
    min-height: unset;
    line-height: normal;
}
.white {
    background-color: rgba(255, 255, 255, .8) !important;
    color: var(--primary-color) !important;
}
.white:hover {
    background-color: #FFF !important;
    box-shadow: none !important;
}
@media (max-width: 849px) {
    .button.is-xlarge {
        font-size: 1.125rem;
    }
}
@media (max-width: 549px) {
    .button {
        font-size: .875rem;
    }
    .button.is-xlarge {
        font-size: 1rem;
    }
}
.section-shadow {
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.32);
}
.banner h1, .banner h2, .banner h3 {
    font-weight: 600;
    line-height: 1.3;
}
.banner-goldprice .text-box {
    pointer-events: none;
}
.banner-goldprice .text-box:before {
    content: '';
    display: block;
    width: calc( 100% + 40px );
    height: calc( 100% + 40px );
    position: absolute;
    top: -20px;
    left: -20px;
    background: linear-gradient(90deg, #D7A641 0%, #F2DE96 47.4%, #FFEEB1 54.17%, #D7A641 88.02%);
    clip-path: polygon(0% 0%, 0% 100%, 2px 100%, 2px 2px, calc( 100% - 2px ) 2px, calc( 100% - 2px ) calc( 100% - 2px ), 2px calc( 100% - 2px ), 2px 100%, 100% 100%, 100% 0%);
}
/**/
@media (min-width: 850px) {
    .product-gallery > .row > .large-2 {
        flex-basis: 20%;
        max-width: 20%;   
    }
    .product-gallery > .row > .large-10 {
        flex-basis: 80%;
        max-width: 80%;   
    }
    .product-gallery .product-thumbnails .col {
        padding-bottom: 48px !important;
    }
}
.product-thumbnails a {
    border: none;
}
.product-gallery img {
    border-radius: 10px;
}
.woocommerce-product-gallery .image-tools {
    display: none;
}
.uni-slider-arrow.slider-nav-push:not(.slider-nav-reveal) .flickity-prev-next-button {
    margin-top: 0;
}
.uni-slider-arrow .flickity-prev-next-button {
    width: 46px !important;
}
.uni-slider-arrow .flickity-prev-next-button svg {
    border-radius: 50%;
    background: #FFF;
    box-shadow: 1px 10px 18px rgba(0, 0, 0, 0.1);
    padding: 30% !important;
    width: 46px !important;
    height: 46px !important;
}
@media screen and (max-width: 549px) {
    .uni-slider-arrow .flickity-prev-next-button {
        display: block !important;
    }
    .uni-slider-arrow .flickity-prev-next-button svg {
        width: 36px !important;
        height: 36px !important;
    }
}
.product-info {
    padding-top: 0;
    color: var(--primary-color);
}
.product-info .price {
    margin-top: 0;
    margin-bottom: 1em;
    font-size: 1.5rem;
    column-gap: 1em;
}
@media (min-width: 850px) {
    .product-info .price {
        font-size: 1.875rem;
    }
}
.product-info span.amount {
    color: #D7A641;
}
.product-info .price del span.amount {
    font-size: .8em;
}
.product-short-description {
    font-size: .875rem;
    padding: 1em 1.5em;
    border: 1px solid #D7A641;
    border-radius: 6px;
    margin-bottom: 1.2em;
}
.ul-list ul li {
    list-style: none;
    padding-left: 1.8em;
    background: url(assets/img/li.svg) top .2em left no-repeat;
    background-size: 1em auto;
    margin-left: 0;
}
/*.ul-list ul li:before {
    content: '\f0da';
    font-family: 'Font Awesome 5 Pro';
    font-weight: bold;
    color: #D8D8D8;
}*/
.product-short-description *:last-child {
    margin-bottom: 0;
}
.product-info__item {
    display: flex;
    align-items: center;
    margin-bottom: 1em;
}
.product-info__item .label {
    flex: 1;
    padding-right: 1em;
    margin-bottom: 0;
}
.product-info__item .value {
    flex: 0 0 140px;
    text-align: right;
}
.text-arrow {
    margin-bottom: 1em;
}
.variations label {
    margin-bottom: 0;
}
.variations label, .text-arrow {
/*    display: flex;*/
/*    column-gap: 0.5em;*/
    font-size: 1rem;
    font-weight: normal;
    color: inherit;
    padding-left: 1.8em;
    background: url(assets/img/li.svg) top 0.2em left no-repeat;
    background-size: 1em auto;
    line-height: 1.6;
}
/*.variations label:before, .text-arrow:before {
    content: '\f0da';
    font-family: 'Font Awesome 5 Pro';
    font-weight: bold;
    color: #D8D8D8;
}*/
.variations .value {
    width: 140px;
    line-height: 32px;
    text-align: right;
}
.variations select {
    border-radius: 3px;
    border-color: #D7A641;
    box-shadow: none;
    height: 32px;
    margin: 0;
}
.select-resize-ghost, .select2-container .select2-choice, .select2-container .select2-selection, select {
    background-image: url("data:image/svg+xml,%3Csvg width='13' height='9' viewBox='0 0 13 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.2998 7.89998L12.6998 2.49998C12.9998 2.19998 12.9998 1.59998 12.6998 1.19998C12.3998 0.899976 11.7998 0.899976 11.3998 1.19998L6.5998 5.99998L1.7998 1.19998C1.4998 0.899975 0.899805 0.899975 0.499804 1.19998C0.299804 1.39998 0.199804 1.59998 0.199804 1.79998C0.199804 1.99998 0.299804 2.29997 0.499804 2.39997L5.8998 7.79998C6.3998 8.29998 6.9998 8.29998 7.2998 7.89998Z' fill='%23D7A641'/%3E%3C/svg%3E");
    background-size: 13px auto;
}
.product-info form.cart {
    margin-bottom: 0;
}
.variations {
    margin-bottom: .5em;
}
.variations .reset_variations {
    display: none;
}
.ux-swatches {
    display: inline-flex;
    gap: 0;
    border-radius: 3px;
    border: 1px solid #D7A641;
    overflow: hidden;
}
.ux-swatch {
    margin: -1px;
    width: 48px;
    font-size: 1rem;
    border-radius: 0;
    box-shadow: none !important;
    border: none;
    border-bottom: 1px solid #D7A641;
}
.ux-swatch + .ux-swatch {
    border-left: 1px solid #D7A641;
}
.product-main {
    padding-top: 1.5em;
    padding-bottom: 0;
}
@media (max-width: 549px) {
    .product-main {
        padding-top: 0;
    }
}
.product-info {
    padding-bottom: 0;
}
@media (max-width: 849px) {
    .product-info {
        padding-top: 30px;
    }
    .product-info, .variations label, .text-arrow, .variations select, .ux-swatch, .product-footer, .article-inner {
        font-size: .875rem;
    }
}
.ux-swatch.selected {
    background: #D7A641;
    color: #FFF;
}
.quantity.buttons_added {
    border: 1px solid #D7A641;
    border-radius: 3px;
    overflow: hidden;
}
.product-summary .quantity {
    width: 140px;
    display: none !important;
}
.product-info__item .quantity {
    display: flex !important;
    margin-right: 0;
    margin-bottom: 0;
}
.quantity.buttons_added .button.is-form, .quantity.buttons_added input[type=number] {
    height: 32px;
    max-width: unset;
    border: none;
    box-shadow: none !important;
    line-height: normal;
    text-shadow: none;
}
.quantity.buttons_added .button.is-form {
    padding: 0;
    background: #FFF;
    border: none;
    width: 30px;
    min-height: unset;
}
.product-summary .quantity .button.is-form {
    width: 42px;
}
.quantity.buttons_added .button.is-form:hover {
    background: #D7A641;
    color: #FFF;
}
.quantity.buttons_added input[type=number] {
    width: auto;
    flex: 1;
    border-left: 1px solid #D7A641;
    border-right: 1px solid #D7A641;
}
.product-summary .variations_button, .product-type-simple form.cart, .buttons-product {
    display: flex;
    flex-wrap: wrap;
    column-gap: 12px;
    justify-content: space-between;
    padding: 0;
}
.product-summary .button:not(.is-form) {
    flex: 0 0 calc( 50% - 6px );
    height: 55px;
    font-size: .875rem;
    border-radius: 6px;
    margin-right: 0;
    margin-bottom: 15px !important;
    padding: .5em .5em !important;
    text-transform: none;
}
.single_add_to_cart_button {
    background-color: #CC2229 !important;
}
@media (min-width: 850px) {
    .product-summary .button:not(.is-form) {
        font-size: 1rem;
    }
}
@media (min-width: 1300px) {
    /*.product-summary .variations_button {
        max-width: 480px;
    }*/
    .product-summary .button:not(.is-form) {
        font-size: 1.125rem;
        text-transform: uppercase;
    }
}
.woocommerce-variation.single_variation, .product-info p.stock {
    display: none !important;
}
.product-footer .entry-content a, .product-footer .text a, .article-inner a {
    color: #1F5EFF;
}
.product-footer .woocommerce-tabs {
    padding-top: 0;
    padding-bottom: 2em;
    margin-bottom: 3em;
    border-top: none;
    border-bottom: 1px solid var(--primary-color);
}
@media (max-width: 549px) {
    .product-footer .woocommerce-tabs {
        padding-bottom: 1em;
        margin-bottom: 2em;
    }
}
.woocommerce-tabs .product-tabs {
    display: none;
}
.stock {
    font-weight: bold;
    color: #CC2229;
    margin-bottom: 1em;
}
.col-product-information>.col-inner {
    border-radius: 10px;
    border: 2px solid var(--primary-color);
    margin-top: 1.3em;
    padding: 40px 30px 10px 30px;
    position: relative
}
@media (max-width: 849px) {
    .col-product-information>.col-inner {
        padding-left: 30px;
        padding-right: 30px
    }
}
@media (max-width: 549px) {
    .col-product-information>.col-inner {
        padding-top: 60px;
        padding-left: 20px;
        padding-right: 20px
    }
}
.col-product-information .title {
    text-align: center;
    padding: 0 15px;
    background-color: #FFF;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -1em;
    white-space: nowrap;
}
@media (max-width: 549px) {
    .col-product-information>.col-inner {
        padding-top: 30px;
    }
}
.product-section {
    border-top: none;
    margin-bottom: 3em;
}
.product-section-title {
    text-align: center;
    font-size: 1.5rem;
}
@media (max-width: 549px) {
    .product-section {
        margin-bottom: 2em;
    }
    .product-section-title {
        font-size: 1.25rem;
        padding-top: 10px;
        padding-bottom: 10px;
    }
}
/**/
.block-cat-child {
    padding: 1.5em 0 1em 0;
    background: #FFFFFF;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.32);
    margin-bottom: 2em;
}
.block-cat-child li {
    margin-bottom: .5em;
}
.button-gradient {
    border-radius: 10px;
    background: linear-gradient(90deg, #D7A641 0%, #F2DE96 47.4%, #FFEEB1 54.17%, #D7A641 88.02%);
    padding: 1px !important;
    box-shadow: none !important;
}
.button-gradient span {
    border-radius: 10px;
    display: block;
    color: var(--primary-color);
    background: #FFF;
    padding: .8em 1.2em;
    transition: all .3s ease-in-out;
}
.button-gradient:hover span {
    background-color: transparent;
}
@media (max-width: 549px) {
    .block-cat-child {
        padding-top: 1em;
        padding-bottom: .5em;
        margin-bottom: 1em;
    }
    .button-gradient span {
        padding: .5em .8em;
    }
}
.block-cat-child .button-gradient {
    font-weight: bold;
}
@media (min-width: 850px) {
    .block-cat-child {
        padding: 2.5em 0 2em 0;
    }
}
@media (min-width: 1200px) {
    .block-cat-child .button-gradient {
        font-size: 1rem;
    }
}
@media (min-width: 1600px) {
    .block-cat-child .button-gradient {
        font-size: 1.125rem;
    }
}
@media (min-width: 1800px) {
    .block-cat-child .button-gradient {
        font-size: 1.25rem;
    }
}
@media (min-width: 1800px) {
    .block-cat-child .button-gradient {
        font-size: 1.5rem;
    }
}
html .category-page-row {
    padding-top: 2em;
}
@media (max-width: 549px) {
    .product-banner {
        margin-bottom: 1em;
    }
    html .category-page-row {
        padding-top: 1em;
    }
}
.uni-term-description {
    position: relative;
    margin-top: 25px;
    background: linear-gradient(90deg, #D7A641 0%, #F2DE96 47.4%, #FFEEB1 54.17%, #D7A641 88.02%);
    padding: 2px;
    border-radius: 15px;
    margin-bottom: 3em;
}
.uni-term-description .term-description, .uni-term-description__inner {
    padding: 3.3em 2.7em 2.7em 2.7em;
    background: #FFF;
    border-radius: 13px;
}
.uni-term-description .term-description *, .uni-term-description__inner * {
    margin-bottom: 0;
}
.uni-term-description .logo {
    max-width: 250px;
    text-align: center;
    padding: 0 15px;
    background-color: #FFF;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -25px;
    white-space: nowrap;
}
.term-description, .uni-term-description__inner {
    text-align: justify;
}
@media (min-width: 1600px) {
    .term-description, .uni-term-description__inner {
        font-size: 1.125rem;
    }
}
@media (max-width: 849px) {
    .term-description, .uni-term-description__inner {
        font-size: .875rem;
    }
    .uni-term-description .term-description, .uni-term-description__inner {
        padding: 3em 2em 2em 2em;
    }
}
@media (max-width: 549px) {
    .term-description, .uni-term-description {
        margin-bottom: 2em;
    }
    .uni-term-description .logo {
        max-width: 200px;
        top: -18px;
    }
    .uni-term-description .term-description, .uni-term-description__inner {
        padding: 2em 1.5em 1.5em 1.5em;
    }
}
.woocommerce-products-header__title {
    display: none;
}
.products.row > .woocommerce-info {
    flex: 0 0 100%;
    padding-left: 10px;
    padding-right: 10px;
}
.woocommerce-pagination {
    margin-top: 2em;
    margin-bottom: 2em;
}
@media (max-width: 549px) {
    .woocommerce-pagination {
        margin-top: 1em;
        margin-bottom: 0;
    }
}
html .prdctfltr_wc form {
    margin-bottom: 0;
}
html .prdctfltr_collector {
    margin: 0 0 10px 0;
}
html .prdctfltr_wc_widget.prdctfltr_wc .prdctfltr_filter {
    margin-bottom: 30px;
}
html .prdctfltr_wc.prdctfltr_checkbox .prdctfltr_filter label {
    padding: 0;
    margin-bottom: 0;
    color: var(--primary-color);
}
@media (min-width: 1600px) {
    html .prdctfltr_wc.prdctfltr_checkbox .prdctfltr_filter label {
        font-size: 1rem;
    }
}
html .prdctfltr_wc.prdctfltr_checkbox .prdctfltr_filter label>span:before {
    content: '';
    width: 13px;
    height: 13px;
    border-radius: 50%;
    border: 1px solid var(--primary-color);
    background-color: transparent;
    box-sizing: border-box;
}
/*html .prdctfltr_wc.prdctfltr_checkbox .prdctfltr_filter label.prdctfltr_active>span:before {
    background: var(--primary-color);
}*/
html .prdctfltr_filter label,
html .prdctfltr_wc .prdctfltr_filter label.prdctfltr_active>span {
    font-weight: normal;
}
html .prdctfltr_wc .prdctfltr_filter label:hover,
html .prdctfltr_wc .prdctfltr_buttons label:hover {
    color: var(--primary-color);
}
html .prdctfltr_wc .prdctfltr_buttons {
    margin: 0;   
}
html .prdctfltr_wc .prdctfltr_sale {
    margin-right: 0;
    margin-bottom: 8px !important;
}
html .prdctfltr_woocommerce_ordering .prdctfltr_sale span:before,
html .prdctfltr_woocommerce_ordering .prdctfltr_instock span:before {
    content: '' !important;
    width: 18px !important;
    height: 18px !important;
    border-radius: 3px;
    background-color: var(--primary-color);
    background: var(--primary-color);
    box-sizing: border-box;
    margin-top: 3px !important;
    margin-bottom: 6px !important;
    margin-right: 12px !important;
    vertical-align: middle;
}
html .prdctfltr_wc.prdctfltr_checkbox .prdctfltr_filter label.prdctfltr_active>span:after,
html .prdctfltr_woocommerce_ordering .prdctfltr_sale span:after,
html .prdctfltr_woocommerce_ordering .prdctfltr_instock span:after {
    position: absolute;
    top: 5px;
    left: 3.5px;
    font-size: 8px;
    width: 6px;
    height: 6px;
    line-height: 14px;
    border-radius: 50%;
    text-align: center;
    background: var(--primary-color);
    transition: all .3s ease-in-out;
}
html .prdctfltr_wc.prdctfltr_checkbox .prdctfltr_filter label.prdctfltr_active>span:after,
html .prdctfltr_woocommerce_ordering .prdctfltr_sale .prdctfltr_active span:after,
html .prdctfltr_woocommerce_ordering .prdctfltr_instock .prdctfltr_active span:after {
    content: "\f00c" !important;
}
/*html .prdctfltr_wc.prdctfltr_checkbox .prdctfltr_filter.prdctfltr_orderby label>span:before, 
html .prdctfltr_wc.prdctfltr_checkbox .prdctfltr_filter.prdctfltr_orderby label>span:after {
    display: none;
}
html .prdctfltr_wc.prdctfltr_checkbox .prdctfltr_filter.prdctfltr_orderby label.prdctfltr_active {
    color: #d7a640;
}*/
html .prdctfltr_wc.prdctfltr_checkbox .prdctfltr_filter.prdctfltr_orderby label.prdctfltr_active>span:after {
    top: 5px;
}
html .prdctfltr_woocommerce_ordering .prdctfltr_sale span:after,
html .prdctfltr_woocommerce_ordering .prdctfltr_instock span:after,
html .prdctfltr_wc.prdctfltr_checkbox .prdctfltr_buttons label.prdctfltr_active>span:after {
    top: 5px;
}
html .prdctfltr_checkboxes .prdctfltr_sub {
    margin-left: 2em;
}
html .prdctfltr_wc .prdctfltr_buttons {
    display: none;
}
html .prdctfltr_wc .prdctfltr_buttons label {
    font-weight: normal;
    font-size: .875rem;
}
html .pf_default_select .prdctfltr_filter .prdctfltr_regular_title, 
html .pf_select .prdctfltr_filter .prdctfltr_regular_title {
    color: var(--primary-color);
}
html .pf_rngstyle_html5 .irs-from, html .pf_rngstyle_html5 .irs-to, html .pf_rngstyle_html5 .irs-single {
    background: #15c2cd;
}
html .pf_rngstyle_html5 .irs-line {
    height: 6px;
    border-top: none;
    border-bottom: none;
}
html .pf_rngstyle_html5 .irs-bar {
    height: 6px;
    border: none;
    background: var(--primary-color);
}
html .pf_rngstyle_html5 .irs-slider {
    top: 27px;
    width: 18px;
    height: 18px;
    background: var(--primary-color);
    border-color: var(--primary-color);
    box-shadow: none;
}
html .prdctfltr_collector_flat>span {
    background: var(--primary-color);
    color: #FFF;
}
html .prdctfltr_collector_flat>span a {
    color: inherit;
}
i.prdctfltr-delete:before {
    display: inline !important;
    content: '\f00d' !important;
    font-family: 'Font Awesome 5 Pro' !important;
}
#shop-sidebar .sidebar-inner {
    padding: 30px 15px;
}
#shop-sidebar .prdctfltr_wc.prdctfltr_wc_regular.prdctfltr_woocommerce.woocommerce.pf_select .prdctfltr_filter {
    margin-bottom: 15px;
}
#shop-sidebar .prdctfltr_wc.prdctfltr_woocommerce.pf_select .prdctfltr_filter .prdctfltr_regular_title {
    padding-top: 6px;
    padding-bottom: 6px;
    pointer-events: none;
}
#shop-sidebar .prdctfltr_wc.prdctfltr_wc_regular.prdctfltr_woocommerce.pf_select .prdctfltr_woocommerce_ordering .prdctfltr_filter {
    margin-right: 0 !important;
}
#shop-sidebar .prdctfltr_wc.prdctfltr_woocommerce.pf_select.prdctfltr_scroll_default .prdctfltr_add_scroll {
    width: 100%;
    position: relative;
    top: 0;
    display: block !important;
    box-shadow: none !important;
    padding-top: 6px;
    padding-bottom: 6px;
}
#shop-sidebar .prdctfltr_wc.prdctfltr_woocommerce.pf_select .prdctfltr_filter .prdctfltr_regular_title i, 
#shop-sidebar .prdctfltr_orderby {
    display: none !important;
}
#shop-sidebar .prdctfltr_wc .prdctfltr_woocommerce_ordering .prdctfltr_filter label>span {
    font-size: 12px;
}
#shop-sidebar .prdctfltr_wc.prdctfltr_checkbox .prdctfltr_filter label>span:before {
    width: 10px;
    height: 10px;
    margin-right: 5px;
}
#shop-sidebar .prdctfltr_wc.prdctfltr_checkbox .prdctfltr_filter label.prdctfltr_active>span:after, 
#shop-sidebar .prdctfltr_woocommerce_ordering .prdctfltr_sale span:after, 
#shop-sidebar .prdctfltr_woocommerce_ordering .prdctfltr_instock span:after {
    top: 4.5px;
    left: 3px;
    width: 4px;
    height: 4px;
}
.woocommerce-no-products-found {
    margin-bottom: 0;
}
.show-for-medium .prdctfltr_wc {
    margin-top: 1em;
}
.show-for-medium .prdctfltr_collector, #shop-sidebar .prdctfltr_collector {
    font-size: 80%;
}
.show-for-medium .prdctfltr_filter_wrapper, 
.show-for-medium .prdctfltr_add_inputs, 
.show-for-medium .prdctfltr_buttons {
    display: none;
}
/**/
.checkout_coupon .button {
    background-color: var(--primary-color) !important;
    font-weight: 600;
    text-transform: uppercase;
    text-shadow: none;
    color: #FFF !important;
    padding: .8em 1.2em;
    line-height: normal;
}
ul.product_list_widget li a:not(.remove), .product-name a, .woocommerce-checkout-review-order .product-name {
    font-weight: 600;
    color: var(--primary-color);
}
ul.product_list_widget li dl {
    line-height: 1.2;
}
.woocommerce-mini-cart__buttons .button {
    white-space: nowrap;
}
.woocommerce-checkout-review-order .product-name * {
    font-weight: normal;
    color: #111111;
}
.flex-row .flex-col input, .flex-row .flex-col .button {
    height: 50px;
}
/**/
.news-menu {
    margin-bottom: 1em;
}
.news-menu li {
    margin: 0 1em .5em 1em;
}
.news-menu li a {
    padding: 0;
    text-transform: uppercase;
}
.news-menu li a:hover, .news-menu li.current-menu-item a {
    color: #D7A641;
}
@media (min-width: 850px) {
    .news-menu li {
        margin: 0 1.4em .5em 1.4em;
    }
    .news-menu li a {
        font-size: 1rem;
    }
}
@media (min-width: 1600px) {
    .news-menu li a {
        font-size: 1.125rem;
    }
}
@media (max-width: 549px) {
    .news-menu ul li {
        margin: 0;
        flex: 0 0 100%;
    }
    .news-menu ul li a {
        display: flex;
        justify-content: space-between;
        align-items: baseline;
        column-gap: 1.5em;
        font-size: 1.125rem;
        margin-bottom: 0.5em;
    }
    .news-menu ul li a:after {
        content: '\f054\f054\f054';
        font-family: 'Font Awesome 5 Pro' !important;
        font-size: .6em;
    }
}
.news-menu ul ul {
    display: none;
}
.blog-list .box.box-overlay .box-text * {
    color: var(--primary-color);
    text-shadow: none;
}
.blog-list .box:not(.box-vertical):not(.box-overlay) .box-text {
    padding-top: 0;
    padding-bottom: 0;
}
.blog-list .box:not(.box-vertical) .blog-post-inner .post-title {
    margin-bottom: 0;
}
.blog-list .box.box-vertical {
    display: flex;
    align-items: center;
}
.blog-list .box.box-vertical .box-image {
    flex: 0 0 48%;
}
.blog-list .box.box-vertical .box-text {
    flex: 1;
    padding: 0 0 0 1.2em;
}
.blog-list .box.box-vertical .post-title {
    margin-top: 0;
}
.blog-list .blog-post-inner .post-title {
    font-weight: bold;
    text-transform: uppercase;
}
.blog-list .blog-post-inner .post-title a {
    margin: 0;
}
.blog-list .blog-post-inner .from_the_blog_excerpt {
    opacity: 1;
}
@media (min-width: 1200px) {
    .blog-list .blog-post-inner .post-title {
        text-transform: uppercase;
    }
    .blog-list .blog-post-inner .from_the_blog_excerpt {
        font-size: 1rem;
    }
}
.post-sidebar {
    padding-bottom: 0;
}
.post-sidebar .widget:not(:last-child) {
    margin-bottom: 3em;
}
span.widget-title {
    padding: .8em 1em;
    font-size: 1.125rem;
    text-align: center;
    display: block;
    color: #D7A641;
    background: var(--primary-color);
}
span.widget-title + .is-divider {
    display: none;
}
@media (min-width: 1200px) {
    .post-sidebar .widget:not(:last-child) {
        margin-bottom: 4em;
    }
    span.widget-title {
        font-size: 1.25rem;
    }
}
@media (min-width: 1600px) {
    span.widget-title {
        font-size: 1.5rem;
    }
}
.post-sidebar .blog-list .blog-post-inner .post-title {
    margin-bottom: 0;
}
.post-sidebar .blog-list .blog-post-inner .post-title a {
    text-transform: none;
    -webkit-line-clamp: 3;
    max-height: 4.2em;
}
@media (min-width: 1200px) {
    .post-sidebar .blog-list .blog-post-inner .post-title {
        font-size: 1rem;
    }
}
.widget-news .widget-title {
    margin-bottom: .8em;
}
.widget-news .col:last-child {
    padding-bottom: 0;
}
.widget-inner {
    padding: 16px;
    border: 1px solid var(--primary-color);
    border-top: none;
}
.widget-video__item:not(:last-child) {
    border-bottom: 1px solid var(--primary-color);
    padding-bottom: .5em;
    margin-bottom: 1em;
}
.widget-video__item__title {
    line-height: 1.4;
    min-height: 2.8em;
    font-weight: normal;
    padding-left: 4.75em;
    background: url(assets/img/icon-video.svg) left top .1em no-repeat;
    background-size: 3.25em auto;
}
@media (max-width: 849px) {
    .widget-video__item__title {
        font-size: .875rem;
    }
}
.widget-video__item__title a {
    transition: all .3s ease-in-out;
}
.page-title {
    font-size: 1.25rem;
    margin-bottom: 1em;
}
@media (min-width: 850px) {
    .page-title {
        font-size: 1.5rem;
    }
}
.item-video .video-button-wrapper .button {
    width: 70px;
    height: 70px;
    font-size: 30px;
}
@keyframes play {
    0% {
        transform: scale(1);
    }
    15% {
        transform: scale(1.02);
        box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.4);
    }
    25% {
        transform: scale(1.04);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.4), 0 0 0 20px rgba(255, 255, 255, 0.2);
    }
    25% {
        transform: scale(1.06);
        box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.4), 0 0 0 30px rgba(255, 255, 255, 0.2);
    }
}
.video-button-wrapper .button {
    background-color: #B11919 !important;
    border-color: #B11919 !important;
    animation: play 2s ease infinite;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}
.video-button-wrapper .button:before {
    content: '';
    display: block;
    width: calc( 100% - 16px );
    height: calc( 100% - 16px );
    position: absolute;
    top: 8px;
    left: 8px;
    border: 1px solid #FFF;
    border-radius: 50%;
}
.video-button-wrapper .button i {
    font-size: 1em !important;
}
/**/
.term-khuyen-mai .category-page-row {
    margin-top: 0 !important;
    padding-top: 0;
}
/*@media (min-width: 850px) {
    .term-khuyen-mai .products.row {
        margin-left: -5px;
        margin-right: -5px;
    }
    .term-khuyen-mai .products.row>.col {
        padding-left: 5px;
        padding-right: 5px;
        padding-bottom: 10px;
    }
    .term-khuyen-mai .products.row>.col {
        flex-basis: 33.333333%;
        max-width: 33.333333%;
    }
}
@media (min-width: 1300px) {
    .term-khuyen-mai .products.row>.col {
        flex-basis: 25%;
        max-width: 25%;
    }
}*/
.term-khuyen-mai .product-small>.col-inner {
    padding: 8px;
}
.term-khuyen-mai .box-text-products .woocommerce-loop-product__title, .term-khuyen-mai .product-small .price {
    font-size: .875rem;
}
.term-khuyen-mai .product-small .price {
    column-gap: .3em;
}
/**/
.gold-price-list {
    padding: 20px 15px 24px 15px;
    background: var(--primary-color);
}
.gold-price-list__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 1.5em;
    margin-bottom: 2.3em;
}
.gold-price-list__header .img {
    max-width: 134px;
}
.gold-price-list__header p {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0;
}
.gold-price-list__main {
    font-size: 1rem;
}
@media (max-width: 849px) {
    .gold-price-list__main {
        font-size: .875rem;
    }
}
.gold-price-list__main {
    font-weight: 500;
    position: relative;
    margin-top: 25px;
    background: linear-gradient(90deg, #D7A641 0%, #F2DE96 47.4%, #FFEEB1 54.17%, #D7A641 88.02%);
    padding: 1px;
    border-radius: 15px;
}
.gold-price-list__main__inner {
    padding: 30px 20px 10px 20px;
    background: var(--primary-color);
    border-radius: 14px;
}
.gold-price-list__title {
    width: auto;
    text-align: center;
    padding: 0 15px;
    background-color: var(--primary-color);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -18px;
    white-space: nowrap;
    display: inline-block;
    font-size: 28px;
}
.gold-price-list__title span {
    background: linear-gradient(90deg, #D7A641 0%, #F2DE96 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.gold-price-list__main__information {
    display: flex;
    justify-content: space-between;
    column-gap: 1em;
}
.gold-price-list__main__information span {
    white-space: nowrap;
}
.gold-price-list__main td, .gold-price-list__main th {
    padding-top: .9em;
    padding-bottom: .9em;
}
.gold-price-list__main td, .gold-price-list__main th {
    border-color: #D7A641;
}
.gold-price-list__main td:not(:nth-child(1)) {
    text-align: center;
}
.color-secondary, .color-secondary *, .gold-price-list__main tbody td:last-child {
    color: #D7A641 !important;
}
@media (max-width: 1366px) {
    .gold-price-list__header {
        margin-bottom: 2.5em;
    }
    .gold-price-list__main td, .gold-price-list__main th {
        padding-top: 0.8em;
        padding-bottom: 0.8em;
    }
}
@media (max-width: 849px) {
    .gold-price-list__header .img {
        max-width: 30%;
    }
}
@media (max-width: 549px) {
    .gold-price-list__header {
        flex-direction: column;
        align-items: center;
        font-size: .875rem;
    }
    .gold-price-list__header .img {
        margin-bottom: .5em;
    }
    .gold-price-list__header p {
        font-size: .75rem;
    }
    .gold-price-list__main__inner {
        padding: 30px 10px 10px 10px;
    }
    .gold-price-list__title {
        font-size: 20px;
        top: -12px;
    }
}
.chart_bdv {
    background-color: #323232;
    color: #FFF;
    padding: 45px 15px 22px 15px;
    font-size: 12px;
}
.chart-gold__title {
    text-align: center;
    margin-bottom: 1em;
}
.chart-gold__title h3 {
    font-size: 1.25rem;
}
@media (max-width: 849px) {
    .chart-gold__title h3 {
        font-size: 1rem;
    }
}
.actionbieudo {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 1em;
    margin-top: 15px;
}
.actionbieudo label {
    font-size: 12px;
    font-weight: normal;
}
.world-price {
    padding: 12px 20px;
    color: #FFF;
    background: var(--primary-color);
}
.world-price h2 {
    text-align: center;
    background: linear-gradient(90deg, #D7A641 0%, #F2DE96 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
@media screen and (min-width: 850px) {
    body.term-san-pham-dau-tu .row.products>.col {
        flex-basis: 25%;
        max-width: 25%;
    }
}
body.term-khuyen-mai .product-small .box-image a, 
body.post-type-archive-product .product-small .box-image a, 
.related-products-wrapper .product-small .box-image a {
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 67.2%;
    background-position: 50% 50%;
    background-size: cover;
}
body.term-khuyen-mai .product-small .box-image img, 
body.post-type-archive-product .product-small .box-image img, 
.related-products-wrapper .product-small .box-image img {
    right: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    top: 0;
    position: absolute;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    -o-object-fit: contain;
    object-fit: contain;
    font-family: "object-fit: contain;";
}
@media (min-width: 850px) {
    body.term-khuyen-mai .post-sidebar .widget-area {
        margin-top: 3em;
    }
    body.term-khuyen-mai .blog-list .box.box-vertical .box-image {
        flex: 0 0 38%;
    }
}
.uni_custom_menu {
    padding-bottom: 3px;
    border-bottom: 2px solid var(--primary-color);
}
.uni_custom_menu ul {
    margin-bottom: 0;
}
.uni_custom_menu ul li a {
    position: relative;
    text-transform: uppercase;
    padding: 0;
    font-size: 1.5rem;
    font-weight: bold;
    transition: all .3s ease-in-out;
}
@media (min-width: 550px) {
    .uni_custom_menu ul {
        display: flex;
        flex-wrap: wrap;
    }
    .uni_custom_menu ul li {
        position: relative;
        margin: 0 .8em;
    }
    .uni_custom_menu ul li:first-child {
        margin-left: 0;
    }
    .uni_custom_menu ul li:last-child {
        margin-right: 0;
    }
    .uni_custom_menu ul li + li:before {
        content: '';
        display: inline-block;
        width: 2px;
        height: 50%;
        background: var(--primary-color);
        opacity: 1;
        position: absolute;
        left: -0.8em;
        top: 50%;
        transform: translateY(-50%);
    }
    .uni_custom_menu ul li a:after {
        content: '';
        display: block;
        width: 0;
        height: 4px;
        background: #D7A641;
        position: absolute;
        left: 0;
        bottom: -6px;
        transition: all .3s ease-in-out;
        opacity: 0;
        visibility: visible;
    }
    .uni_custom_menu ul li a:hover:after {
        width: 100%;
        opacity: 1;
        visibility: visible;
    }
}
@media (max-width: 549px) {
    .uni_custom_menu ul li a {
        display: flex;
        justify-content: space-between;
        align-items: baseline;
        column-gap: 1.5em;
        font-size: 1.125rem;
        margin-bottom: .5em;
    }
    .uni_custom_menu ul li a:after {
        content: '\f054\f054\f054';
        font-family: 'Font Awesome 5 Pro' !important;
        font-size: .6em;
    }
}
.wpcf7-form.submitting {
    position: relative;
}
.wpcf7-form.submitting:before {
    content: "";
    margin: 0px auto;
    font-size: 10px;
    text-indent: -9999em;
    border-top: 3px solid rgba(0,0,0,.1) !important;
    border-right: 3px solid rgba(0,0,0,.1) !important;
    border-bottom: 3px solid rgba(0,0,0,.1) !important;
    opacity: .8;
    border-left: 3px solid #446084;
    -webkit-animation: spin .6s infinite linear;
    animation: spin .6s infinite linear;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    pointer-events: none;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -15px;
    margin-top: -15px;
    z-index: 99;
    border-color: var(--primary-color);
}
.wpcf7-form.submitting * {
    opacity: .8;
}
@media (max-width: 849px) {
    .header-main li.html.custom {
        display: block;
    }
}
@media (max-width: 359px) {
    html {
        font-size: 86%;
    }
}
@media(max-width: 549px) {
    h4 {
        font-size: 1em;
    }
    h5 {
        font-size: .9375em;
    }
    h6 {
        font-size: .875em;
    }
}
@media (max-width: 549px) {
    .category-page-row > .col {
        padding-bottom: 20px;
    }
    .uni-box.icon-box-center .icon-box-img {
        max-width: 25%;
    }
}
del {
    text-decoration: underline;
    text-underline-offset: -40%;
    text-decoration-skip-ink: none;
}
@media (min-width: 850px) {
    .blog-single .post-sidebar {
        margin-top: -10px;
    }
}
/**/
.title_hethong h2 {
    position: relative;
}
.title_hethong h2:before {
    content: '';
    background: #13214E;
    width: 100%;
    left: 0;
    right: 0;
    top: 50%;
    height: 1px;
    position: absolute;
}
.title_hethong h2 strong {
    background: #fff;
    padding: 0 20px;
    position: relative;
}
.danhsachcuahang {
    background: #F2F2F2;
    border: 1px solid #D7A641;
    padding: 10px;
    margin-bottom: 20px; 
}
.danhsachcuahang p {
    margin-bottom: 0; 
}
.box_icon_cs {
    background: #F0F0F0;
    border-radius: 20px;
    min-height: 255px; 
    -webkit-box-shadow: 6px 6px 11px -4px rgba(0,0,0,0.75);
    -moz-box-shadow: 6px 6px 11px -4px rgba(0,0,0,0.75);
    box-shadow: 6px 6px 11px -4px rgba(0,0,0,0.75);
    padding: 10px 20px;
}
.box_icon_cs .icon-box-img .icon-inner img {
    height: 72px;
    object-fit: cover;
}
.box_icon_cs .icon-box-text ul li {
    margin-bottom: 0; 
}
.box_tuyendung .sh-blog-shortcode.style-3 .post-inner {
    background: #F0F0F0;
    padding: 5px;
}
.box_tuyendung .sh-blog-shortcode.style-3 .post-inner .entry-thumb {
    width: 90px;
    height: 90px;
    float: left;
    margin-right: 10px;
    margin-top: 8px;
}
.box_tuyendung .sh-blog-shortcode.style-3 .post-inner .entry-content .entry-meta {
    display: none;
}
.box_tuyendung .sh-blog-shortcode.style-3 .element .entry-thumb .image-zoom {
    padding-top: 100%;
}
.box_tuyendung .sh-blog-shortcode.style-3 .element .entry-content p {
    margin-bottom: 0; 
}
html .dvls_maps_wrap .dvls_near_you {
    display: none;
}
html .dvls_maps_sidebar {
    width: 450px;
}
html .dvls_maps_main {
    padding-left: 450px;
} 
html .dvls_maps_wrap input.dvls-submit {
    background: #13214e;
}
/*--------------------------------------------------------------
## Responsive 
--------------------------------------------------------------*/
@media (max-width: 1199.98px) {
	
}

@media (max-width: 991.98px) {
    
}

@media (max-width: 767.98px) {
    
}

@media (max-width: 575.98px) {
    
}
