/*
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+Condensed:ital@0;1&family=Roboto:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap');
.uppercase, h6, th, span.widget-title {
    letter-spacing: 0;
}
td {
    color: inherit;
}
.text-box .text {
    -webkit-backface-visibility: visible;
    backface-visibility: visible
}
.uni-breadcrumbs {
	margin-bottom: 30px;
}
.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
}
.button, input[type=submit], input[type=submit].button, input[type=reset].button, input[type=button].button {
    font-weight: 500;
    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 {
    line-height: calc( 2.5em - 2px );
}
.box-text {
    font-size: 1em;
}
.breadcrumbs {
    font-size: 17px;
    text-transform: none;
    color: #0076bc;
}
.breadcrumbs a {
    color: #0076bc;
}

/*--------------------------------------------------------------
## Header 
--------------------------------------------------------------*/
.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>li>a {
    font-size: .875rem;
}
.header-bottom .nav>li {
    margin-left: 0;
    margin-right: 0;   
}
.header-bottom .flex-left .nav>li {
    border-right: 1px solid #1299DD;
    border-left: 1px solid #005990;
}
.header-bottom .flex-left .nav>li:first-child {
    border-left: none;
}
.header-bottom .flex-left .nav>li:last-child {
    border-right: none;
}
@media (min-width: 850px) {
    .header-bottom .nav>li>a {
        font-size: 15px;
        padding: 0 14px;
        line-height: 45px;
    }
}
.header-bottom .nav>li>a i,
.nav-vertical>li>a>i {
    font-size: .9em;
    margin-right: .5em;
}
.header-top .nav-uppercase>li>a {
    text-transform: none;
}
.nav-uppercase>li>a {
    letter-spacing: 0;
}
.nav-dropdown-default .nav-column li>a, .nav-dropdown.nav-dropdown-default>li>a {
    border-bottom: none;
}
.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 .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: 210px;
}
.menu-item-design-default > .nav-dropdown.nav-dropdown-default ul { 
    background-color: #fff;
    min-width: 210px;
    top: -1px;
    border: 1px solid #ddd;
    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: 3px;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:18px;transform-origin:50% 50%}
.nav-click::after{top:23px;width:30px}
.nav-click span{top:15px;right:0;width:24px}
@media (min-width:850px) {
    .nav-click{width:38px;height:38px}
    .nav-click span, .nav-click::after, .nav-click::before{height:3px}
    .nav-click::after, .nav-click::before{top:9px; width:25px}
    .nav-click::after{top:27px;width:35px}
    .nav-click span{top:18px;width:31px}
}
.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%}

/*--------------------------------------------------------------
## 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;
    font-weight: 500;
    line-height: 1.4;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    max-height: 1.4em;
    width: auto;
    margin: 0 0 5px 0;
}
.widget_list_posts .from_the_blog_excerpt {
    font-size: .875rem;
    color: #888888;
    font-family: 'Roboto Condensed', Arial, sans-serif;
}*/
.widget_list_posts .box-vertical .box-text {
    text-align: left;
}
@media screen and (min-width: 550px) {
    .widget_list_posts .box-vertical {
        display: flex;
    }
    .widget_list_posts .box-vertical .box-image {
        flex: 0 0 23%;
    }
    .box-vertical.box-blog-post .box-text {
        padding: 0 0 0 20px;
    }
    .widget_list_posts__alignright .box-vertical .box-text {
        order: -1;
        padding: 0 20px 0 0;
    }
} 
.box-vertical.box-blog-post .box-image {
    border: 1px solid #D6D6D6;
}

/* 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;
    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;
    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;
}
.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 .entry-thumb {
    float: left;
    width: 25%;
    margin-right: 15px;
}
.sh-blog-shortcode.style-1 .entry-title {
    margin: 0 0 5px 0;
}
.sh-blog-shortcode.style-5 .entry-thumb {
    float: left;
    width: 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 .entry-thumb {
    float: left;
    width: 30%;
    margin-right: 1em;
}
.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 {
    float: left;
    width: 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: .875rem;
    font-weight: 500;
    line-height: 1.4;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    max-height: 1.4em;
    width: auto;
    margin: 0 0 5px 0;
}
.blog-post-inner .from_the_blog_excerpt {
    font-size: .875rem;
    color: #888888;
    font-family: 'Roboto Condensed', Arial, sans-serif;
}
.blog-post-inner .is-divider {
    display: none;
}
/* Single Post */
.entry-header h1.entry-title {
    font-size: 1.25rem;
}
.entry-header h1.entry-title + .is-divider {
    display: none;
}
.entry-header-text-top {
    padding-bottom: 0
}
.article-inner {
    font-size: 16px;
}
.article-inner .entry-content {
    padding-top: .5em;
}
ul.links li {
    margin: 0 .4em !important;
}
.nav-pagination>li>span, .nav-pagination>li>a {
    border: none;
    border-radius: 6px;
    height: 2.25em;
    line-height: 2.25em;
}
/* Wpcf7 */
.wpcf7-form {
    margin-bottom: 0;
}
.wpcf7 .button {
    min-width: 100px;
    margin-bottom: 0;
}
/* Template - Header */
.header-cart-title {
    line-height: 1.4;
}
.header li.cart-item > a {
    display: inline-flex;
    flex-direction: row-reverse;
}
.header li.cart-item span+.image-icon {
    margin-left: 0;
    margin-right: 10px;
}
/* Footer */
.footer-wrapper {
    font-size: .875rem;
    font-family: 'Roboto Condensed', Arial, sans-serif;
}
.footer-wrapper h1, .footer-wrapper h2, .footer-wrapper h3, .footer-wrapper h4, .footer-wrapper h5, .footer-wrapper h6 {
    font-family: 'Roboto', Arial, sans-serif;
}
.footer-wrapper .widget_information .widget-title,
.footer-wrapper .widget_information i {
    color: #EC1B30;
    font-weight: bold;
}
.footer-wrapper .widget {
    margin-bottom: 0;
}
.footer-wrapper .section {
    padding-left: 15px;
    padding-right: 15px;
}
.footer-wrapper ul.menu>li>a {
    padding: 4px 0;
}
.footer-wrapper ul.menu li a {
    color: inherit;
    transition: all .3s ease-in-out;
}
.footer-wrapper .footer-menu ul.menu li a:hover {
    color: #ECDD1D;
}
.footer-wrapper .social-icons .button.icon {
    width: 30px;
    height: 30px;
    line-height: 30px;
    min-height: unset;
    min-width: 30px;
    padding: 0;
    background: #818181 !important;
    color: #FFF !important;
    border: none;
    margin-left: 0;
    margin-right: 10px;
}
.footer-wrapper .social-icons .button.icon:last-child {
    margin-right: 0;
}
.footer-wrapper .social-icons .button.icon i {
    color: #FFF !important;
    font-size: 12px;
}
.absolute-footer {
    padding: 10px 0 10px;
    font-family: 'Roboto', Arial, sans-serif;
}
@media (min-width: 850px) {
    .footer-secondary {
        padding: 0;
    }
}

/*--------------------------------------------------------------
## Custom Css 
--------------------------------------------------------------*/
#wrapper {
    background: #f4f5f7;
}
.wrapper__main {
    background: #fff;
    padding: 0 15px;
    -webkit-box-shadow: 0px 0px 10px 0px rgb(204 204 204);
    -moz-box-shadow: 0px 0px 10px 0px rgba(204, 204, 204, 1);
    box-shadow: 0px 0px 10px 0px rgb(204 204 204);
}
.wrapper__main .container {
    padding-left: 0;
    padding-right: 0;
}
/*.header-bottom .container {
    padding-left: 15px;
    padding-right: 15px;
}*/
@media (max-width: 849px) {
    #wrapper > .container {
        padding-left: 0;
        padding-right: 0;
    }
}
.menu-title {
    margin-left: 10px;
}
@media (max-width: 549px) {
    .menu-title {
        display: inline-block !important;
    }
}
html .header-main {
    height: auto;
}
html #logo {
    width: 100%;
    margin: 0;
}
html #logo img {
    max-height: none;
}
.header .social-icons .button.icon {
    width: 22px;
    height: 22px;
    line-height: 22px;
    min-height: unset;
    min-width: 22px;
    padding: 0;
    background: #F2F2F2 !important;
    color: #222222 !important;
    border: none;
}
.header .social-icons .button.icon i {
    color: #222222 !important;
    font-size: 12px;
}
.nav-small.nav>li.html {
    font-size: .875rem;
}
/* Home */
body.home .page-wrapper {
    padding-top: 10px;
    padding-bottom: 20px;
}
body.home .page-wrapper>.row-main>.col {
    padding-bottom: 0
}
.section-title-container {
    margin-bottom: 0;
}
.section-title-normal {
    font-size: 1.25rem;
    border-bottom: 2px solid #0072BB;
}
.section-title-normal span {
    margin-bottom: 0;
    border-bottom: none;
}
.widget span.widget-title {
    font-size: 1.25rem;
    color: #0072BB;
}
.widget .is-divider {
    margin-top: .7em;
    max-width: 100%;
    height: 2px;
    background: #0072BB;
    margin-bottom: 0;
}
.sidebar-inner {
    font-size: 14px;
}
.sidebar-inner .section-title-normal {
    margin-bottom: 0;
}
.sidebar-inner .widget {
    margin-bottom: 2em;
}
.sidebar-inner .widget_nav_menu > div:not(.is-divider) {
    background: #EFF1F3;
    padding: 0 10px;
}
.sidebar-inner .widget_nav_menu ul.menu>li+li {
    border-top: 1px solid #FFF;
}
.sidebar-inner .widget_nav_menu ul.menu>li>a {
    padding: 7px 0;
}
.sidebar-inner .widget_nav_menu ul.menu>li>a:before {
    content: '\f0da';
    font-weight: bold;
    font-family: 'Font Awesome 5 Pro';
    margin-right: .5em;
}
.sidebar-inner .widget_list_posts .is-divider {
    margin-bottom: 12px;
}
.row-nvtv .icon-box {
    padding: 8px 0;
    align-items: center;
    border-bottom: 1px solid #FFF;
}
.row-nvtv .icon-box:last-child {
    border-bottom: none;
}
.row-nvtv .icon-box-img {
    width: 12px !important;
}
.row-nvtv .icon-box-img img {
    padding-top: 0;
}
.row-nvtv .icon-box-left .icon-box-img+.icon-box-text {
    padding-left: .5em;
}

/* ========================================================== */
.woocommerce-Tabs-panel {
    font-size: 16px;
}
.woocommerce-product-gallery--with-images {
    border: 1px solid #DFDFDF;
}
.woocommerce-products-header__title,
.woocommerce-Reviews-title,
.product-section-title-related {
    font-size: 1.25rem;
    border-bottom: 2px solid #0072BB;
    padding-bottom: .25em;
    color: #0072BB;
    text-transform: uppercase;
}
.product-short-description {
    margin-bottom: 1.5em;
}
.product-short-description__content {
    padding: 20px 20px 5px 20px;
    border: 1px solid #D5D5D5;
    border-radius: 0 0 5px 5px;
    font-size: .875rem;
}
.product-short-description__title {
    padding: 9px 20px;
    font-size: .875rem;
    font-weight: 500;
    color: #FFF;
    background: url(assets/img/bg-km.jpg) no-repeat;
    background-size: cover;
    background-position: right;
    border-radius: 5px 5px 0 0;
}
.product-short-description ul li {
    position: relative;
    padding-left: 25px;
    list-style: none;
    margin-left: 0;
}
.product-short-description ul li:before {
    content: '\f058';
    font-size: .8em;
    font-weight: bold;
    font-family: 'Font Awesome 5 Pro';
    color: #32C84B;
    position: absolute;
    left: 0;
    top: .3em;
}
.product-main {
    padding-bottom: 20px;
}
.product-footer .woocommerce-tabs {
    padding-top: 0;
    border-top: none;
}
.product-footer .woocommerce-tabs .nav {
    background: #EFF1F3;
    border-radius: 5px;
}
.product-footer .woocommerce-tabs .nav-pills>li>a {
    border-radius: 5px;
    font-size: 14px;
    text-transform: none;
    font-weight: normal;
    padding: 6px 20px;
    font-family: 'Roboto', Arial, sans-serif;
}
.product-section {
    border-top: none;
}
.footer-menu {
    font-weight: 500;
    font-family: 'Roboto', Arial, sans-serif;
}
.footer-menu ul {
    margin-bottom: 0;
    text-align: center;
}
.footer-menu ul li {
    text-transform: uppercase;
    display: inline-block;
    margin: 0 10px;
}
@media (min-width: 850px) {
    .footer-menu ul li {
        margin: 0 20px;
    }
}
.woocommerce-Reviews .review-form-inner {
    padding: 0;
    border: none;
}
.woocommerce-Reviews #review_form_wrapper {
    padding-bottom: 0;
}
.woocommerce-Reviews .button {
    margin-bottom: 0;
}
.product-info {
    padding-top: 0;
}
.product-info .button.success {
    box-shadow: 0 6px 8px rgba(0, 0, 0, .1);
}
.page-title:not(.featured-title)+main .product-main {
    padding-top: 5px;
}
.page-inner {
    font-size: 14px;
}
.form-thanhtoan {
    background: #eee;
    padding: 20px;
}
.form-thanhtoan label {
    font-size: 1em;
}
.form-thanhtoan input, .form-thanhtoan label {
    margin-bottom: 1em;
}
.form-thanhtoan .button {
    background: #e40d0d !important;
}
.box-image-dh {
    border: 1px solid #eee;
}
.box-image-dh img {
    width: 100%;
}
.page-wrapper {
    font-size: 14px;
}
.uni_breadcrums {
    margin-bottom: 20px;
}
.blog-content, .term-description {
    /*font-size: 15px;*/
    line-height: 1.8;
    overflow: hidden;
    position: relative;
    padding-bottom: 25px;
    /*margin-bottom: 30px;*/
}
.term-description {
    margin-bottom: 30px;
}
.readmore_description {
    text-align: center;
    cursor: pointer;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #fff;
}
.readmore_description:not(.readmore_description_less):before {
    height: 55px;
    margin-top: -45px;
    content: "";
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0)), to(#fff));
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, #fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff00', endColorstr='#ffffff',GradientType=0 );
    display: block;
}
.readmore_description a {
    /*font-size: 16px;*/
    display: inline-block;
    padding: 6px 20px;
    text-align: center;
    background: #EC1B30;
    color: #FFF;
    border-radius: 5px;
    /*min-width: 200px;*/
}
.shop-container {
    font-size: 14px;
}
.mfp-content .sidebar-inner .row {
    margin-left: -15px;
    margin-right: -15px;
    width: auto;
}
.sidebar-inner .uni_custom_menu ul.menu li .sub-menu {
	display: block;
}
.sidebar-inner .uni_custom_menu ul.menu li .toggle {
	display: none;
}

/*--------------------------------------------------------------
## Responsive 
--------------------------------------------------------------*/
@media (max-width: 1199.98px) {
	
}

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

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

@media (max-width: 575.98px) {
    .mfp-content .sidebar-inner .row,
    .row .gallery, .row .row:not(.row-collapse), .container .row:not(.row-collapse), .lightbox-content .row:not(.row-collapse) {
        margin-left: -10px;
        margin-right: -10px;
    }
    .col, .gallery-item, .columns {
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 20px;
    }
}