/*
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.   ***************/
@font-face {
    src: url(assets/fonts/SF-PRO-ROUNDED-REGULAR.OTF);
    font-family: 'SF Pro Rounded';
    font-display: swap;
}
@font-face {
    src: url(assets/fonts/SF-PRO-ROUNDED-MEDIUM.OTF);
    font-family: 'SF Pro Rounded';
    font-weight: 500;
    font-display: swap;
}
@font-face {
    src: url(assets/fonts/SF-PRO-ROUNDED-SEMIBOLD.OTF);
    font-family: 'SF Pro Rounded';
    font-weight: 600;
    font-display: swap;
}
@font-face {
    src: url(assets/fonts/SF-PRO-ROUNDED-BOLD.OTF);
    font-family: 'SF Pro Rounded';
    font-weight: bold;
    font-display: swap;
}
@font-face {
    src: url(assets/fonts/MTD-Carrington.otf);
    font-family: 'MTD Carrington';
    font-display: swap;
}
html {
    font-family: 'SF Pro Rounded', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
}
.uppercase, h6, th, span.widget-title {
    letter-spacing: 0;
}
td, th {
    font-size: 1em;
}
td {
    color: inherit;
}
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;
}
.uni-breadcrumbs {
	margin-bottom: 30px;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: 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 {
    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;
}
.breadcrumbs {
    font-size: .875rem;
    text-transform: none;
}
.breadcrumbs a {
    color: inherit;
}
.mfp-bg {
    background-color: rgba(0, 0, 0, .7);
}
.mfp-bg.mfp-ready {
    opacity: 1;
}

/*--------------------------------------------------------------
## 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-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 {
    white-space: nowrap;
}
.menu-item-design-default > .nav-dropdown.nav-dropdown-default li a:hover {
    color: var(--primary-color);
}
.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: 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;
    margin: 0 0 5px 0;
}
.widget_list_posts .blog-post-inner .post-title a {
    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;
}
.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 1.2em;
    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.75em;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: .75em;
    width: 1em;
    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: 75%;
}
.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;
}
.sh-blog-shortcode .element .entry-title a {
    color: var(--primary-color);
    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 .view-more {
    color: #c42026;
    font-weight: 500;
}
.sh-blog-shortcode.style-1 .post-inner {
    display: flex;
    align-items: center;
}
.sh-blog-shortcode.style-1 .entry-thumb {
    flex: 0 0 30%;
    margin-right: 1em;
}
@media (min-width: 850px) {
    .sh-blog-shortcode.style-1 .entry-thumb {
        flex: 0 0 34%;
    }
    .sh-blog-shortcode.style-1 .element .entry-thumb .image-zoom {
        padding-top: 60%;
    }
}
.sh-blog-shortcode.style-1 .entry-title {
    margin: 0 0 .6em 0;
}
@media (max-width: 549px) {
    .sh-blog-shortcode.style-1 .element .entry-description {
        display: none;
    }
}
.sh-blog-shortcode.style-1 .element .view-more {
    color: var(--primary-color);
}
.sh-blog-shortcode.style-1 .element .view-more:before {
    content: '• ';
}
.sh-blog-shortcode.style-1 .element .view-more i {
    display: none;
}
.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: 0 20px 0 0;
}
.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 .first-element-layout .element {
    margin-bottom: 0;
}
.sh-blog-shortcode.style-8 .element .post-inner {
    position: relative;
}
.sh-blog-shortcode.style-8 .element .entry-thumb .image-zoom {
    padding-top: 52.6%;
}
.sh-blog-shortcode.style-8 .element .entry-content {
    padding: 1.5em 0 0 0;
}
.sh-blog-shortcode.style-8 .first-element-layout .element .entry-content {
    padding: 1.5em 1.5em 0 1.5em;
}
.sh-blog-shortcode.style-8 .element .entry-title {
    margin: 0 0 .5em 0;
}
.sh-blog-shortcode.style-8 .first-element-layout .element .entry-title {
    font-size: 1.375rem;
}
.sh-blog-shortcode.style-8 .video .box-image:before {
    content: '';
    display: block;
    background-color: rgba(0, 0, 0, .3);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}
.sh-blog-shortcode.style-8 .video .box-image > div:before {
    content: '\f04b';
    font-family: 'Font Awesome 5 Pro';
    width: 50px;
    height: 50px;
    font-size: 20px;
    font-weight: bold;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    border: 3px solid currentColor;
    border-radius: 50%;
    opacity: .6;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
    transition: all .3s ease-in-out;
}
.sh-blog-shortcode.style-8 .first-element-layout .video .box-image > div:before {
    width: 70px;
    height: 70px;
    font-size: 30px;
}
.sh-blog-shortcode.style-8 .video .box-image:hover > div:before {
    opacity: 1;
}
/* 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;
    margin: .5em 0 1em;
}
.blog-post-inner .post-title a {
    color: var(--primary-color);
}
.blog-post-inner .is-divider {
    display: none;
}
.blog-post-inner .from_the_blog_excerpt {
    font-size: .875rem;
}
.blog-post-inner .button {
    font-size: 1rem;
}
.blog-post-inner .button.is-link {
    min-height: unset;
    line-height: normal;
    text-transform: none;
}
.blog-post-inner .button.is-link:before {
    content: '• ';
}
/* Single Post */
.entry-header h1.entry-title {
    font-size: 1.5rem;
}
.entry-header h1.entry-title + .is-divider {
    display: none;
}
.entry-header-text-top {
    padding-bottom: 0;
}
ul.links {
    margin-top: 2em;
}
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;
}
.nav-pagination>li>.current, .nav-pagination>li>a:hover, .nav-pagination>li>span:hover {
    background-color: transparent !important;
    color: var(--primary-color);
}
/* 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;
    flex-direction: row-reverse;
}
.header li.cart-item span+.image-icon {
    margin-left: 0;
    margin-right: 10px;
}
/* Footer */
.footer-wrapper {
    font-size: .875rem;
}
.footer-wrapper .widget {
    margin-bottom: 0;
}
.footer-wrapper .ux-menu-link__link {
    padding-top: .2em;
    padding-bottom: .2em;
}
.dark .ux-menu-link--active .ux-menu-link__link, .dark .ux-menu-link:hover .ux-menu-link__link {
    color: #32b9ed;
}
.footer-wrapper .social-icons .button.icon {
    background-color: #FFF;
    color: #00c9ff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
    min-height: unset;
    width: 46px;
    height: 46px;
    font-size: 16px;
}
.social-icons .button.icon {
    margin-left: 0;
    margin-right: .8em;
}
.social-icons .button.icon:last-child {
    margin-right: 0;
}
.absolute-footer {
    display: none;
    padding: 10px 0 10px;
}
@media (min-width: 850px) {
    .footer-secondary {
        padding: 0;
    }
}

/*--------------------------------------------------------------
## Custom Css 
--------------------------------------------------------------*/
.p-0 p {
    margin-bottom: 0;
}
.p-last-0 p:last-child {
    margin-bottom: 0;
}
.heading {
    display: inline-block;
    width: auto;
    padding-right: 2em;
    padding-bottom: .5em;
    margin-bottom: .8em;
    border-bottom: 1px solid #c42026;
}
.banner h1, .banner h2, .banner h3 {
    font-weight: bold;
}
.banner h5, .banner h6, .banner p {
    margin-top: 0;
}
@media (min-width: 550px) {
    .medium-text-right {
        text-align: right;
    }
    .medium-text-right .heading {
        padding-left: 2rem;
        padding-right: 0;
    }
}
@media (min-width: 850px) {
    .large-text-right {
        text-align: right;
    }
    .large-text-right .heading {
        padding-left: 2rem;
        padding-right: 0;
    }
}
.text-center .heading {
    padding-right: 0;
}
.header-main .nav>li>a {
    font-weight: bold;
}
.header-main .has-dropdown .icon-angle-down {
    display: none;
}
/**/
@media (min-width: 850px) {
    .col-chuyengia .title {
        position: absolute;
        top: 50px;
        left: calc( 37% + 15px );
        z-index: 1;
    }
}
.uni_member .slider-for:not(.slick-slider), .uni_member .slider-nav:not(.slick-slider) {
    display: flex;
}
.uni_member .item-testimonial__info {
    position: relative;
    font-size: .875rem;
}
.uni_member .item-testimonial__info:before {
    content: '';
    display: block;
    width: 73px;
    height: 66px;
    background: url(assets/img/quote.png) no-repeat;
    position: absolute;
    left: -62px;
    top: -15px;
    z-index: -1;
}
@media (max-width: 849px) {
    .uni_member .item-testimonial__info {
        padding-left: 40px;
    }
    .uni_member .item-testimonial__info:before {
        top: 0;
        left: 0;
        background-size: 45px auto;
    }
}
.uni_member .item-testimonial__info h3 {
    font-size: 1.125rem;
    font-weight: bold;
    color: #1c499e;
    margin-bottom: 0;
}
.uni_member .slider-for .col-left>.col-inner {
    padding-left: 20%;
    padding-right: 20%;
}
@media (min-width: 550px) {
    .uni_member .slider-for .col-left {
        flex-basis: 37%;
        max-width: 37%;
    }
    .uni_member .slider-for .col-right, .uni_member .align-right .col-left {
        flex-basis: 63%;
        max-width: 63%;
    }
    .uni_member .slider-for .col-left>.col-inner {
        padding-left: 0;
        padding-right: 0;
    }
}
@media (min-width: 850px) {
    .uni_member .slider-for .col-left>.col-inner {
        padding-left: 74px;
        padding-right: 18px;
    }
    .uni_member .align-right .col-left>.col-inner {
        padding-right: 23%;
    }
}
@media (min-width: 1200px) {
    .uni_member .col-right>.col-inner {
        padding-top: 125px;
    }
    .uni_member > .align-right > .col {
        padding-bottom: 0;
    }
    .uni_member .slider-for .col-right>.col-inner {
        padding-right: 30%;
    }
    .item-testimonial__bottom {
        font-size: 1.125rem;
    }
    .uni_member .nav__bottom {
        margin-top: -88px;
    }
}
@media (max-width: 1199px) {
    .uni_member .slider-for .row {
        align-items: center;
    }
}
.uni_member .nav__bottom {
    max-width: 340px;
    padding-left: 50px;
    padding-right: 50px;
}
@media (max-width: 549px) {
    .uni_member .nav__bottom {
        margin: 0 auto;
    }
}
.uni_member .nav__bottom img {
    width: 100%;
    border-radius: 50%;
    border: 2px solid transparent;
}
.uni_member .nav__bottom .slick-current img {
    border-color: #c42026;
}
.uni_member .slider-nav .slick-list {
    margin-left: -15px;
    margin-right: -15px;
}
.uni_member .slider-nav .slick-slide {
    padding-left: 15px;
    padding-right: 15px;
    cursor: pointer;
}
.uni_member .slick-prev {
    left: -50px;
}
.uni_member .slick-next {
    right: -50px;
}
html .slick-prev:before {
    content: '\f053';
    font-family: 'Font Awesome 5 Pro';
}
html .slick-next:before {
    content: '\f054';
    font-family: 'Font Awesome 5 Pro';
}
html .slick-next:before, html .slick-prev:before {
    opacity: 1;
    color: var(--primary-color);
    transition: all .3s ease-in-out;
}
html .slick-next:hover:before, html .slick-prev:hover:before {
    color: #c42026;
}
.box-text.box-text-products {
    padding-bottom: 0;
}
.box-text-products .woocommerce-loop-product__title {
    font-size: 1.375rem;
    font-weight: 600;
    margin: .5em 0 0 !important;
}
.box-text-products .woocommerce-loop-product__title a.woocommerce-LoopProduct-link {
    margin: 0;
    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;
}
.box-text-products.text-center .price {
    justify-content: center;
}
.uni-slider-button .flickity-prev-next-button {
    width: 40px !important;
/*    opacity: 1 !important;*/
}
.uni-slider-button .flickity-prev-next-button svg {
    border-radius: 50%;
    background: #FFF;
    padding: 30% !important;
    width: 40px !important;
    height: 40px !important;
}
.uni-slider-button .flickity-prev-next-button .arrow, .uni-slider-button .flickity-prev-next-button svg {
    fill: var(--primary-color);
}
/**/
.box-ddtc {
    display: flex;
    flex-direction: column-reverse;
}
@media (min-width: 550px) {
    .box-ddtc .icon-box-img .icon {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 114px;
    }
}
.product-ddtc .product-small.box {
    display: flex;
    flex-direction: column-reverse;
    background-color: #ebebeb;
    border-radius: 10px;
    overflow: hidden;
}
.product-ddtc .box-image {
    margin: 0;
}
.product-ddtc .box-text-products {
    padding: 10px;
}
.product-ddtc .box-text-products .woocommerce-loop-product__title {
    font-size: 1rem;
    text-transform: uppercase;
    margin: 0 0 1.5em 0;
}
/**/
.banner-ptbv {
    border-radius: 0 20px 0 0;
    overflow: hidden;
}
.banner-ptbv .text-box {
    pointer-events: none;
}
/**/
@media (min-width: 850px) {
    .row-kndm>.col-1 {
        flex-basis: calc( 50% + 15px );
        max-width: calc( 50% + 15px );
    }
    .row-kndm>.col-2 {
        flex-basis: calc( 50% - 15px );
        max-width: calc( 50% - 15px );
    }
}
/**/
.page-wrapper {
    padding-top: 80px;
    padding-bottom: 50px;
}
.post-sidebar .widget, .nav-wrapper, .uni_custom_menu {
    background-color: #3e9fde;
    padding: 30px 15px;
    border-radius: 10px;
}
.post-sidebar ul li a, .nav-wrapper ul li a, .uni_custom_menu ul li a {
    font-size: 1rem;
    font-weight: normal;
    text-transform: none;
    color: #FFF;
    transition: all .3s ease-in-out;
}
.post-sidebar ul li a:hover, .nav-wrapper ul li a:hover, .uni_custom_menu ul li a:hover {
    color: #071559;
}
.post-sidebar ul li.current-menu-item > a, 
.post-sidebar ul li.current-menu-parent > a, 
.nav-wrapper ul li.active > a, 
.uni_custom_menu ul li.current-menu-item > a {
    font-weight: bold;
    color: #071559;
}
.uni_custom_menu ul {
    margin-bottom: 0;
}
.uni_custom_menu ul.menu>li+li {
    border-top: 1px solid #a5d2f0;
}
.widget>ul>li>a, .widget>ul>li>span:first-child, ul.menu>li>a, ul.menu>li>span:first-child {
    padding: 10px 0;
}
@media (min-width: 850px) {
    .col-blog-left {
        flex-basis: 63%;
        max-width: 63%;
    }
    .col-blog-right {
        flex-basis: 37%;
        max-width: 37%;
    }
}
.col-blog-left .box-text {
    padding-bottom: 0;
}
.col-blog-left .blog-post-inner .post-title {
    margin-bottom: 0;
}
.col-blog-left .blog-post-inner .post-title a {
    -webkit-line-clamp: 2;
    max-height: 2.6em;
}
@media (max-width: 549px) {
    .col-blog-left .box-overlay .box-text {
        padding: .5em 1em;
    }
}
.col-blog-right .box-vertical {
    display: flex;
}
.col-blog-right .box-image {
    flex: 0 0 40%;
    margin-right: 1em;
}
.col-blog-right .box-text {
    padding: 0;
}
@media (min-width: 850px) {
    .col-blog-right .button {
        display: none;
    }
}
@media (max-width: 849px) {
    .col-blog-right .box-vertical {
        align-items: center;
    }
}
.col-blog-right .post-meta {
    order: -1;
    margin-bottom: .5em;
}
.col-blog-right .blog-post-inner .post-title {
    margin-top: 0;
    margin-bottom: 0;
}
.col-blog-right .blog-post-inner .post-title a {
    margin-top: 0;
    -webkit-line-clamp: 3;
    max-height: 3.9em;
}
@media (max-width: 549px) {
    .col-blog-right .box-image {
        flex: 0 0 30%;
    }
}
.blog-bottom {
    padding-top: 30px;
    border-top: 1px solid #f2f2f2;
}
@media (min-width: 850px) {
    .blog-bottom {
        margin-top: 20px;
        padding-top: 50px;
    }
}
.blog-list .box-text {
    padding-bottom: 0;
}
.blog-list .blog-post-inner .post-title {
    margin-top: 0;
    margin-bottom: .6em;
}
.blog-list .blog-post-inner .post-title a {
    -webkit-line-clamp: 2;
    max-height: 2.6em;
}
@media (min-width: 1200px) {
    .blog-list .from_the_blog_excerpt, .blog-list .button {
        font-size: 1rem;
    }
}
.text-center .blog-post-inner .text-right {
    text-align: center;
}
.blog-list .box {
    display: flex;
    align-items: center;
}
.blog-list .box-image {
    flex: 0 0 30%;
    margin-right: 1em;
}
@media (min-width: 850px) {
    .blog-list .box-image {
        flex: 0 0 34%;
    }
    .blog-list .image-cover {
        padding-top: 60% !important;
    }
}
@media (min-width: 550px) and (max-width: 849px) {
    .blog-list .box-image {
        flex: 0 0 40%;
    }
}
.blog-list .box-text {
    padding: 0;
    flex: 1;
}
@media (max-width: 549px) {
    .blog-list .blog-post-inner .post-title {
        margin-top: 0;
    }
    .blog-list .blog-post-inner .post-title a {
        margin-top: 0;
        text-transform: none;
        -webkit-line-clamp: 3;
        max-height: 3.9em;
    }
    .blog-list .post-meta, .blog-list .from_the_blog_excerpt {
        display: none;
    }
}
/**/
body.single-product .section {
    overflow: hidden;
}
.section-product-1 .row-title {
    position: absolute;
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
}
.section-product-1 .img-main .img-inner {
    width: 180%;
    margin-left: -32%;
}
@media (min-width: 850px) {
    .section-product-1 .img-main .img-inner {
        width: 164%;
        margin-left: -10%;
    }
    .section-product-1 .icon-box:not(:first-of-type):not(:last-of-type) {
        padding-left: 50px;
    }
    .section-product-1 .col-left>.col-inner {
        padding-top: 40px;
    }
    .section-product-1 .col-right>.col-inner {
        padding-top: 40px;
        padding-right: 10;
    }
}
@media (max-width: 849px) {
    .section-product-1 .icon-box-text br {
        display: none;
    }
}
@media (max-width: 549px) {
    .section-product-1 .col-left>.col-inner {
        padding-top: 30px;
    }
    .section-product-1 .icon-box-img {
        max-width: 20%;
    }
}
@media (min-width: 550px) {
    .section-product-2 .img-main .img-inner {
        width: 105%;
    }
}
@media (min-width: 850px) {
    .section-product-2 .col-left {
        flex-basis: 48%;
        max-width: 48%;
    }
    .section-product-2 .col-right {
        flex-basis: 52%;
        max-width: 52%;
    }
}
.section-product-3 .col-right .col {
    padding-bottom: 5px;
}
.section-product-3 .col-right h3 {
    line-height: 1.2;
    margin-bottom: 0;
}
@media (min-width: 550px) {
    .section-product-3 .img-main .img-inner {
        width: 109%;
        margin-left: -8%;
    }
}
.title-thanhphan>.col-inner {
    border-radius: 20px 20px 0 0;
}
.table-detail__content__wrapper>.col-inner {
    position: relative;
    overflow: hidden;
    font-weight: 600;
    background-color: #f2faff;
    padding: 40px 10px 40px 30px;
}
.table-detail__content__wrapper .custom-table {
    height: 420px;
    position: relative;
    z-index: 3;
}
.table-detail__content__wrapper .mCSB_scrollTools.mCS-dark-3 {
    right: 5px;
    top: 0;
    bottom: 0;
    z-index: 4;
}
@media (max-width: 767px) {
    .table-detail__content__wrapper .mCSB_scrollTools.mCS-dark-3 {
        right: 0;
    }
}
.table-detail__content__wrapper .mCSB_scrollTools.mCS-dark-3 .mCSB_dragger {
    width: 20px;
    height: 20px !important;
    right: -2px;
}
.table-detail__content__wrapper .mCSB_scrollTools.mCS-dark-3 .mCSB_draggerRail {
    background-color: #e0e5eb;
    width: 6px;
}
.table-detail__content__wrapper .mCSB_scrollTools.mCS-dark-3 .mCSB_dragger .mCSB_dragger_bar {
    background: #df231d;
    width: 20px;
    height: 20px;
}
@media (max-width: 767px) {
    .table-detail__content__wrapper .mCSB_scrollTools.mCS-dark-3 .mCSB_dragger, 
    .table-detail__content__wrapper .mCSB_scrollTools.mCS-dark-3 .mCSB_dragger .mCSB_dragger_bar {
        width: 15px;
        height: 15px !important;
    }
    .table-detail__content__wrapper .mCSB_scrollTools.mCS-dark-3 .mCSB_dragger {
        right: 1px;
    }
}
.table-detail__content__wrapper .mCSB_inside>.mCSB_container {
    margin-right: 0;
}
.table-detail__content__wrapper .mCSB_container {
    width: calc(100% - 40px);
    position: relative;
    z-index: 3;
}
.uni_ingredient {
    display: flex;
    align-items: baseline;
    margin-bottom: .6em;
}
.uni_ingredient span {
    flex: 0 0 auto;
}
.uni_ingredient span:last-child {
    flex: 0 0 60px;
}
.uni_ingredient .space {
    position: relative;
    flex: 1;
    padding-right: 30px;
}
.uni_ingredient .space:before {
    content: '';
    display: block;
    border-bottom: 1px dotted currentColor;
}
.section-product-1-2 .img-main .img-inner {
    width: 155%;
    margin-left: -16%;
}
@media (min-width: 850px) {
    .section-product-1-2 .col-left>.col-inner {
        padding-top: 60px;
    }
    .section-product-1-2 .img-main .img-inner {
        width: 129%;
        margin-left: 10%;
    }
}
@media (max-width: 549px) {
    .section-product-1 .col-left>.col-inner {
        padding-top: 70px;
    }
}
.section-product-4-2 .img-main {
    margin-top: -40%;
    margin-bottom: -20%;
}
.section-product-4-2 .img-main .img-inner {
    width: 158%;
    margin-left: -25%;
}
/**/
.box-value .icon-inner {
    border-color: #3e9fde !important;
}
.row-timeline {
    padding-top: 75px;
    position: relative;
}
.row-timeline .col {
    padding-bottom: 0;
}
.row-timeline > .col:before {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    border: 1px solid #3e9fde;
    border-radius: 50%;
    position: absolute;
    top: -80px;
    left: 50%;
    transform: translateX(-50%);
}
.row-timeline > .col:after {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background: #3e9fde;
    border: 2px solid #FFF;
    border-radius: 50%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.row-timeline:before {
    content: '';
    display: block;
    width: 1px;
    height: calc( 100% - 30px );
    background: #3e9fde;
    position: absolute;
    top: 30px;
    left: 30px;
}
.row-timeline:after {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background: #3e9fde;
    border: 2px solid #FFF;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.row-timeline .row {
    margin-bottom: 5em;
}
.row-timeline .row:nth-child(2n+1)>.col:nth-child(1) {
    padding-left: 30px;
    padding-bottom: 0;
}
.row-timeline .row:nth-child(2n+1)>.col:nth-child(1):before, 
.row-timeline .row:nth-child(2n+2)>.col:nth-child(1):before {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background: #3e9fde;
    border: 4px solid #FFF;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.row-timeline .row:nth-child(2n+1)>.col:nth-child(1):before {
    left: -12px;
}
.row-timeline .row:nth-child(2n+2)>.col:nth-child(1):before {
    right: -12px;
}
.row-timeline .row:nth-child(2n+1)>.col:nth-child(2) {
    padding-right: 55px;
}
.row-timeline .row:nth-child(2n+2)>.col:nth-child(1) {
    padding-right: 30px;
    padding-bottom: 0;
}
.row-timeline .row:nth-child(2n+2)>.col:nth-child(2) {
    padding-left: 55px;
}
.row-center .timeline-content {
    margin-top: 10px;
}
@media (min-width: 850px) {
    .row-timeline:before {
        left: 50%;
        transform: translateX(-50%);
    }
    .row-timeline .row:nth-child(2n+1) .col:nth-child(2) {
        order: -1;
    }
    .row-timeline .row:nth-child(2n+2) .col-inner {
        text-align: right;
    }
    .row-center .timeline-content:before {
        content: '';
        width: 0; 
        height: 0; 
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #3e9fde;
        position: absolute;
        top: -10px;
        left: 50%;
        transform: translateX(-50%);
    }
}
.row-timeline p {
    margin-bottom: 0;
}
.col-timeline>.col-inner {
    position: relative;
}
.timeline-content {
    background: #FFF;
    position: relative;
    background-color: #FFF;
    border: 1px solid #3e9fde;
    border-radius: 10px;
}
.timeline-content .box-text {
    padding: 15px 20px;
}
@media (max-width: 849px) {
    .row-timeline:after, .row-timeline > .col:after, .row-timeline > .col:before {
        left: 22px;
        transform: none;
    }
    .row-timeline > .col:before {
        left: 17px;
    }
    .row-timeline > .col:after {
        left: 20px;
    }
    .row-timeline .row:nth-child(2n+1)>.col:nth-child(1):before, 
    .row-timeline .row:nth-child(2n+2)>.col:nth-child(1):before {
        left: 18px;
    }
    .row-timeline .row:nth-child(2n+2)>.col:nth-child(1):before {
        right: unset;
    }
    .row-timeline .row>.col {
        padding-left: 50px !important;
        padding-right: 15px !important;
    }
    .timeline-content {
        margin-left: 0 !important;
    }
}
/**/
.wpcf7 input:not([type="submit"]), .wpcf7 textarea {
    background-color: #cdcdcd;
    border-radius: 5px;
    border: none;
    box-shadow: none;
}
.wpcf7 textarea {
    min-height: 290px;
}
.wpcf7 .button {
    border-radius: 5px;
    min-width: 170px;
    padding: 0 20px;
    background-color: #3e9fde !important;
}
/**/
.row-timeline2 {
    padding-top: 120px;
}
.row-timeline2:after {
    width: 14px;
    height: 14px;
    border: none;
    z-index: 999;
}
.row-timeline .row {
    margin-bottom: 25px;
}
.row-timeline2 > .col:before {
    width: 20px;
    height: 20px;
    border: none;
    background-color: #FFF;
    top: -123px;
    z-index: 99;
}
.row-timeline2:before {
    height: calc( 100% - 20px );
    top: 20px;
}
.row-timeline2 .row:nth-child(2n+1)>.col:nth-child(1) {
    padding-left: 0;
    padding-right: 35px;
}
.row-timeline2 .row:nth-child(2n+1)>.col:nth-child(1):before, 
.row-timeline2 .row:nth-child(2n+2)>.col:nth-child(1):before, 
.row-timeline2 > .col:after {
    display: none;
}
@media (min-width: 850px) {
    .row-timeline2 .row:nth-child(2n+2) .col-inner {
        text-align: left;
    }
    .row-timeline2 .row:not(.align-right)>.col {
        text-align: right;
    }
    .row-timeline2 .row:not(.align-right) .desc {
        margin-right: 30px;
    }
    .row-timeline2 .row.align-right .desc {
        margin-left: 30px;
    }
}
.row-timeline2 .title {
    position: relative;
    display: inline-block;
    padding: 15px 25px 15px 40px;
    border: 1px solid #071659;
    border-radius: 15px;
    margin-bottom: 1em;
}
.row-timeline2 .title:before {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background: #3e9fde;
    border: 4px solid #FFF;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.row-timeline2 .title:after {
    content: '';
    display: block;
    width: 24px;
    height: 1px;
    background: #3e9fde;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.row-timeline2 .row:not(.align-right) .title:before {
    right: -12px;
}
.row-timeline2 .row:not(.align-right) .title:after {
    right: -36px;
}
.row-timeline .row:nth-child(2n+2)>.col:nth-child(1) {
    padding-left: 35px;
    padding-right: 0;
}
.row-timeline2 .row.align-right .title:before {
    left: -12px;
}
.row-timeline2 .row.align-right .title:after {
    left: -36px;
}
@media (max-width: 768px) {
    .row-timeline2 > .col:before {
        left: 19px;
    }
    .row-timeline2 .row>.col {
        padding-left: 65px !important;
    }
    .row-timeline2 .row:not(.align-right) .title:before {
        right: unset;
        left: -12px;
    }
    .row-timeline2 .row:not(.align-right) .title:after {
        left: -36px;
        right: unset;
    }
}

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

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

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

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