/*
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.   ***************/
.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-left: auto;
    margin-right: auto;
}
.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 {
    line-height: calc( 2.5em - 2px );
}
.box-text {
    font-size: 1em;
}
.breadcrumbs {
    font-size: .875rem;
    text-transform: none;
}
.breadcrumbs a {
    color: inherit;
}

/*--------------------------------------------------------------
## 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-top .nav-uppercase>li>a {
    text-transform: none;
}
.nav-uppercase>li>a {
    letter-spacing: 0;
}
.nav>li>a, .nav-dropdown>li>a, .nav-column>li>a, .nav-vertical-fly-out>li>a {
    color: inherit;
}
.nav-dropdown {
    padding-top: 10px;
    padding-bottom: 10px;
}
.has-dropdown .icon-angle-down {
    opacity: 1;
}
.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;
}*/
.nav-dropdown-default .nav-column li>a, .nav-dropdown.nav-dropdown-default>li>a {
    border-color: #F2F2F2;
}
.menu-item-design-default > .nav-dropdown.nav-dropdown-default {
    min-width: 300px;
    border-radius: 8px;
    border: none;
    padding: 8px 0;
    -webkit-box-shadow: 0px 0px 16px 0px #00000029;
    box-shadow: 0px 0px 16px 0px #00000029;
}
.menu-item-design-default > .nav-dropdown.nav-dropdown-default li a:hover {
    background-color: #F2F2F2;
}
.menu-item-design-default > .nav-dropdown.nav-dropdown-default > li > a {
    font-size: 1.125rem;
    font-weight: bold;
    color: #b62101;
    text-transform: uppercase;
    margin: 0;
    padding: 10px 20px;
}
.menu-item-design-default > .nav-dropdown.nav-dropdown-default > li + li {
    border-top: 1px solid #F2F2F2;
}
.menu-item-design-default > .nav-dropdown.nav-dropdown-default > li.menu-item-has-children > a {
    display: flex;
    column-gap: 12px;
    justify-content: space-between;
}
.menu-item-design-default > .nav-dropdown.nav-dropdown-default > li.menu-item-has-children > a:after {
    content: '\f0d7';
    font-family: 'Font Awesome 5 Pro';
    font-size: .8em;
    padding-top: .2em;
}
.menu-item-design-default > .nav-dropdown.nav-dropdown-default ul li a {
    font-size: .875rem;
    margin: 0;
    padding: 10px 30px;
}
.menu-item-design-default > .nav-dropdown.nav-dropdown-default ul li a {
    display: flex;
    column-gap: 12px;
}
.menu-item-design-default > .nav-dropdown.nav-dropdown-default ul li a:before {
    content: '\f054';
    font-family: 'Font Awesome 5 Pro';
    font-size: .8em;
    padding-top: .2em;
}
/*.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: #b62101;}
.nav-click::after,.nav-click::before{top:6px;right:0;width:24px;transform-origin:50% 50%}
.nav-click::after{top:23px;width:24px}
.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;
    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;
}
@media screen and (min-width: 550px) {
    .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.html) 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: 1.125rem;
    margin: .5em 0 1em;
}
.blog-post-inner .is-divider {
    display: none;
}
.blog-post-inner .button {
    font-weight: normal;
    font-size: .875rem;
}
.from_the_blog_excerpt {
    font-size: .875rem;
}
.blog-post-inner .button.is-link {
    color: var(--web-color);
    transition: all .3s ease-in-out;
}
.blog-post-inner .button.is-link:after {
    content: '\f30b';
    font-family: 'Font Awesome 5 Pro';
    transition: all .3s ease-in-out;
    opacity: 0;
    visibility: hidden;
    font-weight: normal;
}
.blog-post-inner .button.is-link:hover,
.blog-post-inner .button.is-link:after {
    color: #b62101;
}
.blog-post-inner .button.is-link:hover:after {
    margin-left: .9em;
    opacity: 1;
    visibility: visible;
}
.dark .blog-post-inner .button.is-link {
    color: #FFF;
}
.dark .blog-post-inner .button.is-link:hover,
.dark .blog-post-inner .button.is-link:after {
    color: #F2C94C;
}
/* 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 li {
    margin: 0 .4em !important;
}
.nav-pagination>li>span, .nav-pagination>li>a {
    border: none;
    border-radius: 50%;
    height: 2.25em;
    line-height: 2.25em;
}
/* 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.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 .widget {
    margin-bottom: 0;
}
@media (min-width: 850px) {
    .row-footer > .col:nth-child(1) {
        max-width: 12.5%;
        -ms-flex-preferred-size: 12.5%;
        flex-basis: 12.5%;
    }
    .row-footer > .col:nth-child(2) {
        max-width: 23.5%;
        -ms-flex-preferred-size: 23.5%;
        flex-basis: 23.5%;
    }
    .row-footer > .col:nth-child(3),
    .row-footer > .col:nth-child(4) {
        max-width: 19.5%;
        -ms-flex-preferred-size: 19.5%;
        flex-basis: 19.5%;
    }
    .row-footer > .col:nth-child(5) {
        max-width: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    }
}
@media (min-width: 1600px) {
    .row-footer {
        max-width: 1570px !important;
    }
    .row-footer > .col {
        padding-left: 25px;
        padding-right: 25px;
    }
}
.footer-wrapper .icon-box-left {
    align-items: center;
}
.footer-wrapper .icon-box-left .icon-box-img+.icon-box-text {
    padding-left: 12px;
}
.footer-wrapper .icon-box-img svg, .footer-wrapper .icon-box-img img {
    padding-top: 0;
}
.footer-wrapper .icon-box-text * {
    margin-bottom: 0;
}
.footer-wrapper .ux-menu {
    font-size: .875rem;
}
.footer-wrapper .ux-menu-link__text {
    display: flex;
    column-gap: 1em;
}
.footer-wrapper .ux-menu-link__text:before {
    content: '\f054';
    font-family: 'Font Awesome 5 Pro';
    font-size: .8em;
    padding-top: .2em;
}
.footer-wrapper .social-icons {
    display: flex;
    align-items: center;
    font-size: .875rem;
}
.footer-wrapper .social-icons span {
    font-weight: normal;
}
.footer-wrapper .social-icons a.icon:not(.button) {
    font-size: 1.6em;
    margin-left: .35em;
    margin-right: .35em;
}
@media (min-width: 850px) {
    .footer-wrapper .footer-primary {
        padding-top: .5em;
    }
}
.title-footer {
    display: flex;
    justify-content: space-between;
    column-gap: .5em;
}
.title-footer:after {
    content: '\f30b';
    font-family: 'Font Awesome 5 Pro';
}
.absolute-footer {
    padding: 20px 0 20px;
}
.absolute-footer.dark {
    color: #FFF;
}
@media (min-width: 850px) {
    .footer-secondary {
        padding: 0;
    }
}

/*--------------------------------------------------------------
## Custom Css 
--------------------------------------------------------------*/
.header-main .nav>li>a {
    font-size: 1.125rem;
}
.header-main .nav-line-bottom>li>a:before {
    width: 0;
    height: 8px;
}
.header-main .nav-line-bottom>li.active>a:before,
.header-main .nav-line-bottom>li:hover>a:before {
    width: 60%;
}
.header-wrapper.stuck .header-main .nav-line-bottom>li>a {
    line-height: 50px !important;
}
@media (min-width: 1600px) {
    .nav-spacing-xlarge>li {
        margin: 0 16px;
    }
}
/* Home */
@media (min-width: 550px) {
    .text-md-right {
        text-align: right !important;
    }
}
@media (min-width: 850px) {
    .text-lg-right {
        text-align: right !important;
    }
}
.section-home-1 .icon-box-center .icon-box-img {
    margin-bottom: 1.5em;
}
.section-home-1 .tabbed-content .nav>li {
    margin: 0 .3em .5em !important;
}
.section-home-1 .tabbed-content .nav>li>a {
    border: 1px solid #b62101;
    border-radius: 8px;
    padding: 4px 8px;
    font-size: .9375rem;
}
@media (min-width: 550px) {
    .section-home-1 .tabbed-content .nav>li {
        margin: 0 .4em .5em !important;
    }
    .section-home-1 .tabbed-content .nav>li>a {
        padding: 4px 10px;
        font-size: 1rem;
    }
}
.section-home-1 .tabbed-content .nav>li.active>a {
    background-color: #b62101;
    color: #FFF;
}
.section-home-1 .tabbed-content .tab-panels {
    padding-top: 1.5em;
}
@media (min-width: 850px) {
    .section-home-1 .tabbed-content .nav>li {
        margin: 0 .6em .5em !important;
    }
    .section-home-1 .tabbed-content .nav>li>a {
        padding: 5px 20px;
    }
}
@media (min-width: 1600px) {
    .section-home-1 .tabbed-content .nav>li {
        margin: 0 1em;
    }
    .section-home-1 .tabbed-content .nav>li>a {
        font-size: 1.25rem;
    }
    .heading {
        font-size: 1.875rem !important;
    }
}
.button-main {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 6px 12px;
}
@media (min-width: 550px) {
    .button-main {
        padding: 10px 20px;
    }
}
@media (min-width: 1200px) {
    .section-home-2 .button:last-child {
        margin-right: 0;
    }
    .section-home-2 .button-main {
        min-width: 180px;
    }
}
@media (min-width: 1600px) {
    .button-main {
        padding: 12px 30px;
        font-size: 1.125rem;
    }
    .section-home-2 .button-main {
        min-width: 230px;
    }
}
@media (max-width: 849px) {
    .section-home-2 .heading * {
        margin-bottom: 0;
    }
}
/*@media screen and (min-width: 850px) {
    .col-doingu {
        max-width: 57%;
        -ms-flex-preferred-size: 57%;
        flex-basis: 57%;
    }
    .col-doingu + .col {
        max-width: 43%;
        -ms-flex-preferred-size: 43%;
        flex-basis: 43%;
    }
}*/
@media (min-width: 1600px) {
    .section-home-3 .heading, .col-doingu + .col .heading {
        font-size: 1.8rem !important;
    }
}
body:not(.ux-builder-iframe) .col-doingu .img .img-inner {
    overflow: unset;
    width: 119%;
}
.col-doingu .img1 {
    margin-top: 100px;
    position: relative;
    z-index: 1;
    transform: translateX(-16.5px);
}
.col-doingu .img2 {
    margin-left: -19%;
    transform: translateX(33px);
}
@media (max-width: 849px) {
    body:not(.ux-builder-iframe) .col-doingu .img .img-inner {
        width: 110%;
    }
    .col-doingu .img1 {
        margin-top: 30px;
        transform: translateX(-6.5px);
    }
    .col-doingu .img2 {
        margin-left: -10%;
        transform: translateX(6.5px);
    }
}
.video-button-wrapper .button {
    width: 100px;
    height: 100px;
    line-height: 88px;
    background-color: #b62101 !important;
    border: 6px solid #cb9584 !important;
    filter: drop-shadow(0px 0px 16px rgba(0, 0, 0, 0.16));
    animation: play 2s ease infinite;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}
.video-button-wrapper .button i {
    font-size: 40px !important;
}
@media (max-width: 549px) {
    .video-button-wrapper .button {
        width: 70px;
        height: 70px;
        line-height: 54px;
        border-width: 3px;
    }
    .video-button-wrapper .button i {
        font-size: 30px !important;
    }
}
@keyframes play {
    0% {
        transform: scale(1);
    }
    15% {
        transform: scale(1.05);
        box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.4);
    }
    25% {
        transform: scale(1.1);
        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.15);
        box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.4), 0 0 0 30px rgba(255, 255, 255, 0.2);
    }
}
.img .open-video .overlay,
.img .open-video .no-click {
    display: none;
}
.row-register .img {
    position: relative;
    z-index: 1;
}
.row-register .img, .row-register .img * {
    height: 100%;
}
.row-register .img img {
    object-fit: cover;
}
.form-register .form-group {
    margin-bottom: 20px;
}
.form-register input, .form-register select {
    font-size: .875rem;
    border: 1px solid #F2F2F2;
    background-color: #F2F2F2;
    border-radius: 8px;
    box-shadow: none;
    margin-bottom: 0;
    height: 56px;
    padding-left: 20px;
    padding-right: 20px;
    transition: all .3s ease-in-out;
}
.form-register input::-webkit-input-placeholder { /* Edge */
    color: #BDBDBD;
}
.form-register input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #BDBDBD;
}
.form-register input::placeholder {
    color: #BDBDBD;
}
.form-register input:hover,
.form-register input:focus,
.form-register input:active,
.form-register select:hover,
.form-register select:focus,
.form-register select:active {
    background-color: #F2F2F2;
    border: 1px solid #b62101;
}
.form-register .wpcf7-not-valid-tip {
    background-color: #efb4b4;
    pointer-events: none;
    font-size: .8em;
}
.form-register .wpcf7-not-valid-tip:after {
    border-bottom-color: #efb4b4;
}
.form-register .button {
    font-size: 1.125rem;
    margin-right: 0;
    min-width: 12em;
}
.form-register select {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNSIgdmlld0JveD0iMCAwIDEwIDUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0wIDBMNSA1TDEwIDBIMFoiIGZpbGw9IiMxMTI2NEEiLz4KPC9zdmc+Cg==);
    background-size: 12px auto;
    background-position: right 20px center;
}
.wpcf7 .form-register + .wpcf7-response-output {
    margin-top: 3.5em;
    margin-bottom: 0;
}
@media (max-width: 991px) {
    .wpcf7 .form-register + .wpcf7-response-output {
        margin-top: 2em;
    }
}
@media (max-width: 549px) {
    .form-register input, .form-register select {
        height: 40px;
    }
}
.col-full-left, .col-full-right {
    align-items: center;
}
.col-full-left > .col-inner, .col-full-right > .col-inner {
    padding: 60px 15px 60px 15px;
}
@media (min-width: 550px) {
    .col-full-left > .col-inner, .col-full-right > .col-inner {
        padding-left: 30px;
        padding-right: 30px;
    }
    .col-full-right > .col-inner {
        padding: 30px 15px 100px 15px;
    }
}
@media (min-width: 1200px) {
    .col-full-left > .col-inner, .col-full-right > .col-inner {
        max-width: calc( 50vw - (100vw - 1520px)/2 );
    }
    .col-full-left > .col-inner {
        max-width: calc( 50vw - (100vw - 1520px)/2 + 30px );
    }
    .col-full-right > .col-inner {
        padding: 60px 130px 180px 130px;
    }
}
.section-home-3 {
    background: url(assets/img/bg-logo.svg) right top no-repeat;
}
@media (max-width: 1199px) {
    .section-home-3 {
        background-size: 15% auto;
    }
}
@media (max-width: 849px) {
    .section-home-3 {
        background-size: 30% auto;
    }
}
@media (max-width: 549px) {
    .section-home-3 {
        background-size: 20% auto;
    }
}
@media (min-width: 550px) {
    .section-home-4 {
        margin-top: -60px;
    }
}
@media (min-width: 1200px) {
    .section-home-4 {
        margin-top: -100px;
    }
}
.blog-overlay-dark {
    padding-bottom: 30px;
}
.blog-overlay-dark .flickity-button {
    display: none;
}
.slider .flickity-page-dots .dot {
    width: 12px;
    height: 12px;
    background-color: var(--web-color);
    opacity: 1;
    border-radius: 8px;
}
.slider .flickity-page-dots .dot.is-selected {
    width: 40px;
    height: 12px;
    background-color: #b62101;
}
@media (max-width: 549px) {
    .slider .flickity-page-dots .dot {
        width: 10px;
        height: 10px;
    }
    .slider .flickity-page-dots .dot.is-selected {
        width: 34px;
        height: 10px;
    }
}
.blog-overlay-dark .flickity-page-dots .dot,
.dark .flickity-page-dots .dot {
    background-color: #FFF;
}
@media (max-width: 549px) {
    .uni_course .uni-slider {
        padding-bottom: 10px;
    }
    .flickity-page-dots {
        left: 15px;
        right: 15px;
    }
}
.brd-8.has-shadow>.col.post-item>.col-inner,
.brd-8 .post-item .box {
    border-radius: 8px;
}
.brd-8 .post-item .box {
    border: 1px solid #F2F2F2;
    transition: all .3s ease-in-out;
}
.brd-8 .post-item .box:hover {
    border-color: #b62101;
}
.brd-8 .post-item .box-image {
    border-radius: 8px 8px 0 0;
}
.brd-8 .post-item .box-text {
    border-radius: 0 0 8px 8px;
}
.fs14 {
    font-size: .875rem;
}
.item-testimonial .col-inner {
    padding: 20px;
}
.item-testimonial__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 10px;
    border-top: 1px solid #F2F2F2;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 20px;
}
.item-testimonial__bottom .rating {
    display: flex;
    column-gap: 8px;
    color: #b62101;
    font-size: .875rem;
}
.col-contact > .col-inner {
    box-shadow: 0px 0px 16px 0px #00000040;
}
#dangky {
    border-radius: 8px;
    overflow: hidden;
}
#dangky .wpcf7 .form-register + .wpcf7-response-output {
    margin-top: 1em;
}
.page-title .title-overlay {
    background: rgba(17, 38, 74, 0.5);
    backdrop-filter: blur(12px);
}
.page-title .title-wrapper h1,
.blog-single .article-inner .entry-title {
    font-size: 2rem;
}
@media (min-width: 550px) {
    .page-title .title-wrapper h1,
    .blog-single .article-inner .entry-title {
        font-size: 2.4rem;
    }
}
@media (min-width: 850px) {
    .page-title .title-wrapper h1,
    .blog-single .article-inner .entry-title {
        font-size: 2.6rem;
    }
}
@media (min-width: 1600px) {
    .page-title .title-wrapper h1,
    .blog-single .article-inner .entry-title {
        font-size: 3rem;
    }
}
.page-title .title-content {
    display: none;
}
.page-wrapper {
    padding-top: 60px;
}
.blog-single .article-inner {
    margin-top: -150px;
    padding: 20px;
    background: #FFFFFF;
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.16);
    border-radius: 8px;
    margin-bottom: 60px;
}
@media (min-width: 850px) {
    .blog-single .article-inner {
        padding: 30px;
    }
}
@media (min-width: 1200px) {
    .blog-single .article-inner {
        padding: 60px;
    }
}
@media (min-width: 1600px) {
    .blog-single .article-inner .entry-content {
        font-size: 1.125rem;
    }
}
.blog-single .article-inner .entry-header-text {
    position: relative;
    padding-bottom: 2em;
}
.blog-single .article-inner .entry-header-text:after {
    content: '';
    width: 100px;
    height: 4px;
    background-color: #b62101;
    position: absolute;
    left: 0;
    bottom: 0;
}
.blog-single .article-inner .entry-meta {
    font-size: .875rem;
    text-transform: none;
}
.row-khoahoc .col-full-left .col-inner {
    padding-bottom: 30px;
}
.row-khoahoc .col-full-left {
    align-items: flex-start;
}
@media (min-width: 850px) {
    .row-khoahoc .img img {
        min-height: 830px;
    }
}
.tab-khoahoc .nav {
    border-bottom: 1px solid #F2F2F2;
}
.tab-khoahoc .nav > li {
    margin: 0 10px;
}
.tab-khoahoc .nav > li > a {
    font-weight: normal !important;
}
@media (min-width: 1200px) {
    .tab-khoahoc .nav > li {
        margin: 0 2em;
    }
    .tab-khoahoc .nav > li > a {
        font-size: 1.125rem;
    }
}
@media (min-width: 1600px) {
    .tab-khoahoc .nav > li {
        margin: 0 2.5em;
    }
}
.tab-khoahoc .nav > li.active > a {
    color: #b62101;
}
.tab-khoahoc .nav-line-bottom > li > a:before {
    height: 1px;
    background-color: #b62101 !important;
}
.accordion-title {
    font-size: 1.125rem;
    font-weight: bold;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 33px;
    border-top-color: #F2F2F2;
}
.accordion-title.active {
    border-top: none;
    background-color: transparent;
}
.accordion-title .toggle {
    width: 18px;
    height: 18px;
    line-height: 18px;
    border-radius: 4px;
    background-color: #b62101;
    font-size: 6px;
    top: 24px;
    opacity: 1;
}
.accordion-title .toggle i {
    font-family: 'Font Awesome 5 Pro' !important;
    color: #FFF;
}
.accordion-title .toggle i:before {
    content: '\f067';
}
.accordion-title.active .toggle {
    transform: none;
}
.accordion-title.active .toggle i:before {
    content: '\f068';
}
.accordion-inner {
    padding: 0;
    font-size: .875rem;
}
.button.secondary:not(.is-outline):hover {
    box-shadow: none;
    background-color: var(--web-color) !important;
}
html .zalo-container {
    right: 33px;
    bottom: 200px;
    left: unset;
}
html .hotline-phone-ring-wrap {
    right: -3px;
    left: unset;
    bottom: 84px;
}
html .hotline-bar {
    display: none;
}
html .hotline-phone-ring-img-circle, html .hotline-phone-ring-circle {
    background-color: #b62101;
}
html .hotline-phone-ring-circle {
    border-color: #b62101;
}
html .hotline-phone-ring-circle-fill {
    background-color: rgb(230 116 82 / 70%);
}

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

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

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

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