/*
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=Quicksand:wght@500;600;700&display=swap');
body {
    font-size: .875rem;
    font-weight: 600;
    font-family: 'Quicksand', sans-serif;
}
.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 {
    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;
}
h1.page-title {
    font-size: 30px;
    text-align: left;
    margin-bottom: 5px;
}
.archive-description p {
    margin-top: 0;
}
.archive-description {
    text-align: left;
}
/*--------------------------------------------------------------
## 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;
}
.header .nav>li>a {
    font-size: 1rem;
}
.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;
}
li.current-dropdown>.nav-dropdown, .next-prev-thumbs li.has-dropdown:hover>.nav-dropdown, .no-js li.has-dropdown:hover>.nav-dropdown {
    left: 0;
}
.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: #333;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: #333;}
.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;
    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.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;
    margin-bottom: 5px;
    font-size: 12px;
    color: #adadad;
}
.sh-blog-shortcode .element .entry-meta i {
    margin-right: 5px;
}
.sh-blog-shortcode .element .entry-meta .date {
    margin-right: 10px;
    padding-right: 10px;
    position: relative;
}
.sh-blog-shortcode .element .entry-meta .date:after {
    content: '|';
    right: 0;
    position: absolute;
    top: -2px;
}
.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 .image-zoom {
    padding-top: 66.8%;
}
.sh-blog-shortcode.style-1 .entry-thumb {
    float: left;
    width: 30%;
    margin-right: 15px;
}
.sh-blog-shortcode.style-1 .entry-title {
    margin: 0 0 5px 0;
    font-size: 1.2em;
}
.sh-blog-shortcode.style-1 .entry-title a {
    color: #404040;
}
.sh-blog-shortcode.style-1 .entry-meta {
    color: #404040;
}
.sh-blog-shortcode.style-1 .entry-description p {
    margin: 5px 0;
    line-height: 1.2;
}
.sh-blog-shortcode.style-4 .entry-title a { 
    color: #4169e1;
    font-size: 18px;
}
.sh-blog-shortcode.style-4 .view-more {
    color: #4169e1;
}
.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-custom {
    padding-top: 0;
}
.blog-custom .archive-page-header .archive-description,
.blog-custom .archive-page-header h1.page-title {
    text-align: center;
}
.blog-custom .archive-page-header h1.page-title {
    color: #FFF;
}
.blog-custom .archive-page-header {
    background: url('assets/img/backgroung.jpeg') center no-repeat;
    background-size: cover;
    padding: 6rem 0 6rem 0;
    margin-bottom: 35px;
    text-align: center;
    color: #FFF;
}
.box-blog-post.box-vertical .box-text {
    vertical-align: top;
    padding-top: 0;
}
.blog-post-inner .cat-label {
    display: none;
}
.blog-post-inner .post-title {
    font-size: 1.2rem;
    margin: 0em 0 .5em;
    color: #404040;
}
.blog-post-inner .is-divider {
    display: none;
}
.blog-post-inner .from_the_blog_excerpt {
    font-size: .875rem;
}
/* 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: 6px;
    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.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 {
    background-color: #237561;
    /* background-image: linear-gradient(160deg, #0C1F3F 100%, #1977a8 100%); */
    border-style: groove;
    border-width: 5px 0px 0px 0px;
    border-color: #e39725;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    /* padding: 50px 0px 0px 0px; */
    /* color: #FFF; */
}
/* .footer-wrapper a {
    color: #FFF;
} */
.footer-wrapper .widget {
    margin-bottom: 0;
}
.footer-wrapper ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.footer-wrapper ul.ul-list {
    display: flex;
    align-items: center;
}
.footer-wrapper ul.ul-list li:first-child {
    margin-right: 10px;
    padding-right: 10px;
    position: relative;
}
.footer-wrapper ul.ul-list li:first-child:after {
    content: '';
    border-right: 2px double #ddd;
    position: absolute;
    height: 20px;
    width: 2px;
    right: 0;
    top: 4px;
}
.footer-wrapper ul li {
    margin-left: 0;
}
.footer-wrapper .social-icons a {
    border-radius: 5px !important;
}
.menu-fototer {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.menu-fototer ul {
    margin-left: 20px;
    padding: 0 0 0 20px;
    list-style: disc;
}
.menu-fototer ul:first-child {
    margin-right: 40px;
}
.absolute-footer {
    padding: 10px 0 10px;
    display: none;
}
@media (min-width: 850px) {
    .footer-secondary {
        padding: 0;
    }
}

/*--------------------------------------------------------------
## Custom Css 
--------------------------------------------------------------*/
/* .header-bg-color {
    background-color: transparent;
    background-image: linear-gradient(110deg, #0C1F3F 0%, #0C1F3F 100%);
} */
#logo a {
    display: block;
    width: 100%;
    text-align: center;
}
#logo img {
    max-height: 40px !important;
    display: inline-block;
}
p {
    margin-top: 0.5em;
    margin-bottom: 10px;
    line-height: 2;
}
.uni-boxtitle {
    text-align: center;
}
.uni-boxtitle h4 {
    color: #e39725;
    font-size: 1.2em;
    font-weight: 500;
    line-height: 1.4em;
    margin-bottom: 0;
}
.uni-boxtitle h2 {
    color: #23a455;
    font-size: 1.44375em;
    font-weight: bold;
    line-height: 1.4em;
    margin-bottom: 24px;
}
.boxVideo {
    padding-top: 50px !important;
}
.boxVideo .video_modal .col-inner {
    position: relative;
}
@keyframes line-bounce {
    0% {
        transform: scale(.5);
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        transform: scale(1.2);
        opacity: 0
    }
}
.uni-video .button {
    padding: 0;
    margin: 0;
    position: relative;
}
.uni-video .playvideo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 40px;
    width: 100px;
    height: 100px;
    line-height: 94px;
    border: 3px solid #2137CE;
    color: #2137CE;
    border-radius: 50%;
    text-shadow: 1px 0 6px rgba(0,0,0,0.3);
}
.uni-video .playvideo:before { 
    content: '';
    display: block;
    position: absolute;
    border: 1px solid #fff;
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
    border-radius: 50%;
    animation: line-bounce 1.5s linear infinite;
    opacity: 0;
    backface-visibility: hidden;
    animation-delay: 1.5s;
}
.uni-video .playvideo:after {
    content: '';
    display: block;
    position: absolute;
    border: 1px solid #fff;
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
    border-radius: 50%;
    animation: line-bounce 1.5s linear infinite;
    opacity: 0;
    backface-visibility: hidden;
    animation-delay: .5s;
}
.lightbox-content .responsive-item {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 56.25%;
}
.lightbox-content .responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: none;
}
.mfp-bg {
    opacity: 0.6;
}
.boxContent {
    padding-top: 50px !important;
}
.boxContent div.img {
    margin-top: 40px;
}
.img .caption {
    position: initial;
    transform: initial;
    text-align: center;
    font-style: italic;
    background-color: transparent;
    color: #404040;
}
.boxTQ {
    padding-top: 0 !important;
}
.SectionUuDiem,
.sectionTienIch {
    padding-top: 15px !important;
}
.sectionTienIch .col,
.sectionNews .col,
.boxTQ .col,
.boxPosition .col {
    padding-bottom: 0;
}
.boxTQ .col,
.boxPosition .col {
    padding-bottom: 0;
}
.headingline .heading {
    position: relative;
    padding-bottom: 13px;
    margin-bottom: 19px;
}
.headingline .heading:before {
    content: '';
    background-color: #23A455;
    width: 200px;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.boxImage {
    padding-top: 0 !important;
}
.tabbed-content ul li {
    margin-right: -1px;
}
.tabbed-content ul li:hover a,
.tabbed-content ul li.active a {
    color: #23A455;

}
.tabbed-content ul li:hover a:before,
.tabbed-content ul li.active a:before {
    display: none !important;
}
.tabbed-content ul li a {
    padding: 20px 25px;
    border: 1px solid #d4d4d4;
}
.sectionSlide .slider {
    padding-bottom: 40px;
}
.sectionSlide .flickity-page-dots {
    bottom: 0px;
}
.sectionSlide .slider-nav-light .flickity-page-dots .dot {
    background-color: #000;
    opacity: 0.2;
}
.SectionUuDiem {
    padding-bottom: 0 !important;
}
.SectionUuDiem .accordion-item {
    border: 1px solid #d4d4d4;
}
.SectionUuDiem .accordion-item+.accordion-item {
    border-top: none;
}
.SectionUuDiem .accordion-inner {
    border-top: 1px solid #d4d4d4;
}
.SectionUuDiem .accordion-title {
    background-color: transparent;
    font-size: 14px;
    margin: 0;
    padding: 15px 20px 15px 30px;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
    outline: none;
    border: none;
    position: relative;
}
.SectionUuDiem .accordion-title:before {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 5px;
    background: url('assets/img/plus.svg') center no-repeat;
    background-size: 20px;
}
.SectionUuDiem .accordion-title.active:before {
    content: '';
    background: url('assets/img/dash.svg') center no-repeat;
}
.SectionUuDiem .accordion-title .toggle {
    display: none;
}
@media screen and (min-width: 850px) {
    .SectionUuDiem .large-5 {
        max-width: 45%;
        -ms-flex-preferred-size: 45%;
        flex-basis: 45%;
    }
    .SectionUuDiem .large-7 {
        max-width: 55%;
        -ms-flex-preferred-size: 55%;
        flex-basis: 55%;
    }
    
}

@media (min-width: 991.98px) {
	.SectionUuDiem .customrow {
        margin-left: -20px;
        margin-right: -20px;
    }
    .SectionUuDiem .customrow .col {
        padding-left: 20px;
        padding-right: 20px;
    }
}
.elementor-divider-separator:after {
    display: block;
    content: "";
    border-bottom: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border-top: 1px solid #404040;
}
.elementor-divider-separator:before {
    display: block;
    content: "";
    border-bottom: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border-top: 1px solid #404040;
}
.elementor-divider-separator .fas {
    color: #23a455;
    font-size: 30px;
    margin: 0 20px;
}
.elementor-divider-separator {
    width: 63%;
    margin: 0 auto;
    margin-center: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    direction: ltr;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.elementor-divider {
    margin-bottom: 30px;
}
@media only screen and (min-width: 850px) {
    .sectionCSBH .large-4 {
        border-left: 7px double #e39725;
    }
}
.sectionCSBH2 {
    padding-top: 0 !important;
    padding-bottom: 50px !important;
}
.form-document .form-control {
    height: 43px;
    border-radius: 5px;
    border-color: #b7bbbd;
    color: #b7bbbd;
}
.form-document .form-control::placeholder {
    color: #b7bbbd;
}
.form-document .form-submit .btn-submit {
    width: 100%;
    background: #e39725;
}
.form-document p {
    color: #e39725;
}
p.phone {
    text-align: center;
    margin-top: 20px;
}
p.phone a i {
    font-weight: bold;
}
p.phone a {
    display: inline-block;
    font-size: 2em;
    line-height: 1;
    font-weight: 700;
    fill: #E9300E;
    color: #E9300E;
    background-color: rgba(0,0,0,0);
    border-style: solid;
    border-width: 3px 3px 3px 3px;
    border-radius: 40px;
    padding: 15px 30px;
}
.lightbox-gallery .box-image img {
    aspect-ratio: 1/0.68708046;
}
.headline .section-title {
    border-bottom: 0 solid #000;
    border-style: double;
    border-width: 0px 0px 0px 5px;
    border-color: #e39725;
    padding: 7px 0px 7px 10px;
}
.headline .section-title span {
    text-transform: none;
    border-bottom: 0 solid #000;
    margin: 0;
    padding: 0;
    font-size: 21px;
}
.sectionSP {
    padding-top: 0 !important;
}
.sectionSP .box-image {
    border: 3px solid #e39725;
    border-radius: 15px;
    overflow: hidden;
}
.sectionSP .box-text-inner p.readmore a {
    display: inline-block;
    background: #1977a8;
    line-height: 1;
    display: inline-block;
    font-weight: bold;
    line-height: 1;
    font-size: 15px;
    padding: 12px 24px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    fill: #fff;
    text-align: center;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.sectionSP .box-text {
    padding-bottom: 0;
}
.sectionSP .box-text-inner p {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 21px;
    color: #404040;
}
.sectionSP .box-text-inner p.readmore {
    text-align: center;
    margin-bottom: 0;
}
.sectionSP .box-text-inner h3 {
    color: #404040;
    margin-bottom: 15px;
    font-size: 16.5px;
}
table td {
    border: 1px solid #414141;
    padding: 5px 8px !important;
    font-size: 15.4px;
    line-height: 28px;
}
.MB-content a {
    color: #4169e1;
}
.MB-content h2,
.MB-content h3 {
    color: #404040;
}
.MB-content .gallery-box .box-text {
    padding: 0;
}
.MB-content .gallery-box img {
    border: 3px solid #e39625;
}
@media only screen and (min-width: 850px) {
    .MB-content ul {
        padding-left: 40px;
    }
}

.call-back-form .call-box {
    background: #e39725;
    padding: 15px;
    color: #fff
}
.call-back-form .call-box p {
    margin: 5px 0
}
.call-back-form .call-box h3 {
    margin: 0;
    color: #FFF;
}
.call-back-form .call-box .row.no-gutters {
    margin-left: 0;
    margin-right: 0;
}
.call-back-form .call-box .col-6 {
    max-width: 50%;
    flex-basis: 50%;
    padding-left: 0;
    padding-right: 0;
}
.call-back-form .call-box .wpcf7-not-valid-tip {
    font-size: 0.875em;
    color: red
}
.call-back-form .call-box .form input[type="text"],
.call-back-form .call-box .form input[type="tel"] {
    border-radius: 3px 0 0 3px;
    height: 43px
}
.call-back-form .call-box .form input[type="submit"] {
    border-radius: 0 3px 3px 0;
    background-color: #2b2b3a;
    color: #fff;
    width: 100%;
    height: 43px;
    cursor: pointer
}
.call-back-form .hot-box {
    background: #f5f5f5;
    padding: 15px 30px
}
.call-back-form .hot-box p {
    margin: 5px 0 0;
    text-align: center
}
.call-back-form .hot-box b {
    font-size: 1.7em;
    color: #e00000;
    display: inherit;
    text-align: center
}
.hide-call-back {
    margin-bottom: 15px
}

.click-show-next {
    background-color: #374e9f;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer
}

.click-show-next:before {
    content: '\f019';
    font-family: 'Font Awesome\ 5 Pro';
    font-size: 26px;
    float: left;
    line-height: 1;
    margin-top: 3px;
    font-weight: 900;
    line-height: 46px;
    width: 46px;
    border-radius: 50%;
    background: #eaaa1c;
    text-align: center
}

.click-show-next .inner-text {
    padding-left: 60px
}

.click-show-next h5 {
    margin: 0;
    padding: 5px 0 0;
    font-size: 16px;
    color: #FFF;
    display: inline-block
}

.click-show-next p {
    margin: 0;
    font-size: 0.8em
}
.ws-download {
    padding-left: 70px;
    position: relative;
    margin-bottom: 15px
}

.ws-download:before {
    content: "\f1c2";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    display: inline-block;
    font-family: 'Font Awesome\ 5 Pro';
    color: #1b8fa5;
    padding-right: 5px;
    font-size: 65px
}

.ws-download b {
    display: block
}
.step-by-step .form-control {
    height: 46px;
}
.step-by-step .next-step {
    font-weight: 400;
    padding: 1px 15px
}

.step-by-step .step-2 {
    display: none
}

.step-by-step [class*='step-'] {
    position: relative
}

.step-by-step .error {
    display: none;
    position: absolute;
    border: 1px solid #888;
    padding: 8px 10px;
    border-radius: 3px;
    font-size: 12px;
    box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    color: #444;
    z-index: 1200
}

.step-by-step .error:before {
    content: '\f12a';
    font-family: 'Font Awesome\ 5 Free';
    display: inline-block;
    padding: 2px 6px;
    line-height: 1;
    background: #FF9800;
    color: #fff;
    font-weight: 900;
    margin-right: 5px
}

.step-by-step .error:after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #fff;
    border: solid #888;
    border-width: 1px 1px 0 0;
    top: -5px;
    left: 20px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.form-step .step-1,
.form-step .step-2 {
    position: relative
}

.form-step input[type="submit"] {
    display: inline-block;
    width: initial;
    position: absolute;
    top: 5px
}

.form-step a.btn {
    top: 7px
}

.form-step a.btn,
.form-step input[type="submit"] {
    position: absolute;
    right: 10px;
    background: none;
    color: #e00000;
    cursor: pointer;
    margin: 0;
}

.form-step input[type="text"],
.form-step input[type="email"] {
    background-color: #fff;
    border: 1px solid #e00000;
    padding-right: 120px
}

.form-step p {
    margin: 0
}

.form-step .note-spam {
    padding-top: 5px;
    font-size: 11px;
    font-style: italic;
    color: #404040
}

.form-step div.wpcf7-response-output.wpcf7-mail-sent-ok {
    padding-top: 15px;
    text-align: center
}
.sticky-col {
    position: sticky;
    top: 110px;
}

.smart-bot {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 12
}

@media screen and (min-width: 1025px) {
    .smart-bot {
        left: 20px;
        right: inherit
    }
}

.smart-bot .fa-comments {
    color: white;
    font-size: 18px
}

.wfs-call-now-wrap {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999999
}

@media screen and (max-width: 1024px) {
    .wfs-call-now-wrap {
        bottom: -11px;
        left: inherit;
        right: 0
    }
}

.wfs-call-now {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 110px;
    height: 110px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: 0;
    bottom: 0;
    display: block
}

.wfs-call-now-circle {
    width: 87px;
    height: 87px;
    top: 10px;
    left: 10px;
    position: absolute;
    background-color: transparent;
    border-radius: 100%;
    border: 2px solid #0ea211;
    -webkit-animation: wfs-call-now-anim 1.2s infinite ease-in-out;
    animation: wfs-call-now-anim 1.2s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    opacity: 0.5
}

.wfs-call-now-circle-fill {
    width: 57px;
    height: 57px;
    top: 25px;
    left: 25px;
    position: absolute;
    background-color: rgba(14, 162, 17, 0.7);
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: wfs-call-now-fill-anim 2.3s infinite ease-in-out;
    animation: wfs-call-now-fill-anim 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.wfs-call-now-img-circle {
    background-color: #0ea211;
    width: 33px;
    height: 33px;
    top: 37px;
    left: 37px;
    position: absolute;
    background-size: 20px;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: wfs-call-now-img-anim 1s infinite ease-in-out;
    animation: wfs-call-now-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center
}

.wfs-call-now-img-circle i.fas.fa-phone-alt {
    color: white
}

.hotline-bar {
    position: absolute;
    height: 40px;
    cursor: pointer;
    z-index: 9;
    left: 33px;
    bottom: 37px
}

.hotline-bar span {
    white-space: nowrap;
    background: #314282;
    border-radius: 20px 0 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    position: absolute;
    right: 25px;
    top: 3px;
    display: block;
    line-height: 26px;
    padding: 4px 10px 5px 10px;
    color: #fff
}

@media screen and (min-width: 1025px) {
    .hotline-bar span {
        right: inherit;
        left: 50px;
        border-radius: 0 15px 0 0
    }
}

@media screen and (max-width: 320px) {
    .hotline-bar span {
        right: 5px
    }
}

.hotline-bar span:hover {
    background: #3a4c92
}

.hotline-bar span:before {
    content: '';
    border: 5px solid transparent;
    border-left-color: #314282;
    position: absolute;
    right: -9px;
    top: 14px
}

@media screen and (min-width: 1025px) {
    .hotline-bar span:before {
        left: -10px;
        right: inherit;
        border-right-color: #314282;
        border-left-color: transparent
    }
}

.hotline-bar a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    text-indent: 20px;
    display: block;
    letter-spacing: 1px;
    line-height: 40px
}

@media screen and (max-width: 320px) {
    .hotline-bar a {
        text-indent: 5px
    }
}

.hotline-bar a:hover {
    color: #fff
}

@keyframes wfs-call-now-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.5) skew(1deg);
        -webkit-opacity: 0.1
    }

    30% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        -webkit-opacity: 0.5
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -webkit-opacity: 0.1
    }
}

@keyframes wfs-call-now-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.6
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.6
    }

    100% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.6
    }
}

@keyframes wfs-call-now-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }
}
.post-stickyBox .large-12 {
    padding: 0;
    margin-bottom: 30px;
}
.post-stickyBox .sh-blog-shortcode.style-4 .row {
    margin-left: -0.5px;
    margin-right: -0.5px;
}
.post-stickyBox .sh-blog-shortcode.style-4 .large-3 {
    padding-left: 0.5px;
    padding-right: 0.5px;
    margin-bottom: 0;
}
.post-stickyBox .sh-blog-shortcode.style-4 .element .post-inner {
    position: relative;
}
.post-stickyBox .sh-blog-shortcode.style-4 .element .entry-cat {
    position: absolute;
    top: -1em;
    background-color: #e39725;
    display: block;
    padding: 5px;
    line-height: 1;
    text-transform: uppercase;
    font-size: .8em;
    border-radius: 3px;
    color: #222;
}
.post-stickyBox .sh-blog-shortcode.style-4 .element .entry-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px 25px 10px;
    z-index: 3;
    background: rgba(0, 0, 0, 0.7);
    color: #FFF;
}
.post-stickyBox .sh-blog-shortcode.style-4 .element .entry-meta,
.post-stickyBox .sh-blog-shortcode.style-4 .element .view-more,
.post-stickyBox .sh-blog-shortcode.style-4 .element .entry-title a {
    color: #FFF;
    opacity: 1;
}
.post-stickyBox .sh-blog-shortcode.style-4 .element .entry-thumb .image-zoom {
    padding-top: 135%;
}
/*--------------------------------------------------------------
## Lãi Suất 
--------------------------------------------------------------*/
#loan {
    border: 5px solid #f3f4f7;
}

#loan>.row {
    margin: 0
}

#loan .result {
    background-color: #f3f4f7
}

#loan .result h4 {
    font-size: 1.5em;
    margin: .5em 0
}

#loan .result .cal1 b {
    color: #6975C8
}

#loan .result .cal2 b {
    color: #CE68A5
}

#loan .result .cal3 b {
    color: #4AB5C1
}

#loan .result #totalLoanCal {
    font-size: 1.5em;
    vertical-align: sub;
    margin-left: 1em
}

#loan .result .total {
    padding: .5em 0;
    border-bottom: 1px solid #ededed
}

#loan .result .total b {
    float: right
}

#loan .result .months {
    margin-top: 15px
}

#loan .result .months [class*='col-'] {
    padding-top: 5px;
    padding-bottom: 5px
}

#loan .result .months [class*='col-']:nth-child(4n+3),
#loan .result .months [class*='col-']:nth-child(4n+4) {
    background-color: #e7e7e7
}

#loan .result .months [class*='col-']:nth-child(2n+4) {
    font-weight: 700
}

#loan .result .months .head {
    font-weight: 700;
    font-size: .75em;
    text-transform: uppercase;
    color: #666;
    border-bottom: 1px solid #ddd
}

#loan .loan-block {
    padding: 25px 15px 10px
}

#loan #loanCalBar {
    margin-left: -2px;
    margin-right: -2px;
    margin-bottom: 1em
}

#loan #loanCalBar .col-4 {
    padding-left: 2px;
    padding-right: 2px;
    -o-transition: .8s;
    -ms-transition: .8s;
    -moz-transition: .8s;
    -webkit-transition: .8s;
    transition: .8s
}

#loan #loanCalBar .col-4:nth-child(1) .inner-col {
    background-color: #6975C8
}

#loan #loanCalBar .col-4:nth-child(2) .inner-col {
    background-color: #CE68A5
}

#loan #loanCalBar .col-4:nth-child(3) .inner-col {
    background-color: #4AB5C1
}

#loan #loanCalBar .inner-col {
    height: 20px;
    width: 100%;
    position: relative;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s
}

#loan #loanCalBar .inner-col:hover {
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1)
}

@media screen and (min-width: 1025px) {
    #loan #loanCalBar .inner-col:hover .loan-tooltip {
        display: block
    }
}

#loan #loanCalBar .inner-col .loan-tooltip {
    position: absolute;
    font-size: .75em;
    background: #fff;
    padding: 5px;
    border-radius: 3px;
    box-shadow: 0 2px 2px 2px #0002;
    left: 50%;
    width: fit-content;
    z-index: 2;
    bottom: 100%;
    transform: translateX(-50%);
    min-width: 105px;
    display: none
}

#loan #loanCalBar .inner-col .loan-tooltip:after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 50%;
    width: 0;
    height: 0;
    border-top: 5px solid #fff;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent
}

#loan #loanCalBar .inner-col .loan-tooltip b {
    display: block
}

#loan .button {
    font-weight: 700;
    width: fit-content;
    text-align: center;
    padding: 1em;
    margin: 15px auto;
    border-radius: 3px;
    display: block
}
.row.padding-5 {
    margin-left: -5px !important;
    margin-right: -5px !important;
}
.row.padding-5>div {
    padding-left: 5px;
    padding-right: 5px;
}
.range-slider {
    margin-bottom: 20px
}

.range-slider input[type="range"] {
    margin: auto;
    outline: none;
    padding: 0;
    width: 100%;
    height: 5px;
    background-color: #dedede;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #444C59), color-stop(100%, #444C59));
    background-size: 0% 100%;
    background-repeat: no-repeat;
    border-radius: 10px;
    cursor: pointer;
    -webkit-appearance: none;
    border: 0
}

.range-slider input[type="range"]::-webkit-slider-runnable-track {
    box-shadow: none;
    border: none;
    background: transparent;
    -webkit-appearance: none
}

.range-slider input[type="range"]::-webkit-slider-thumb {
    height: 25px;
    width: 25px;
    border: 3px solid #444C59;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 1px 3px rgba(0, 0, 0, 0.1);
    -webkit-appearance: none
}

.range-slider input[type="number"] {
    padding: 5px 30px 5px 10px;
    max-width: 85px;
    margin: 0;
}

.range-slider label {
    display: block;
    margin-bottom: 5px;
    color: #888
}

.range-slider .box-text {
    position: relative;
    text-align: right;
    padding: 0;
    margin: 0;
}

.range-slider .box-text .unit {
    position: absolute;
    color: #888;
    font-size: .85em;
    right: 7px;
    top: 9px
}
.list-checkbox .col {
    padding-bottom: 0;
}
.list-checkbox p {
    padding: 0 15px;
}
.list-checkbox [type="checkbox"]:checked,
.list-checkbox [type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px
}

.list-checkbox [type="checkbox"]:checked+span,
.list-checkbox [type="checkbox"]:not(:checked)+span {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666
}

.list-checkbox [type="checkbox"]:checked+span:before,
.list-checkbox [type="checkbox"]:not(:checked)+span:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
    border: 2px solid #444C59;
    background: #fff;
    border-radius: 50%
}

.list-checkbox [type="checkbox"]:checked+span:after,
.list-checkbox [type="checkbox"]:not(:checked)+span:after {
    content: '';
    width: 8px;
    height: 8px;
    background: #444C59;
    position: absolute;
    top: 4px;
    left: 4px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    border-radius: 50%
}

.list-checkbox [type="checkbox"]:not(:checked)+span:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0)
}

.list-checkbox [type="checkbox"]:checked+span:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}
.row .col-2,
.row .col-3,
.row .col-4,
.row .col-5,
.row .col-7,
.row .col-8,
.row .col-9,
.row .col-10,
.row .col-11,
.row .col-12,
.row .col-6 {
    flex-basis: 100%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box
}

.row .col-1 {
    flex-basis: 8.3333333333%;
    width: 8.3333333333%
}

.row .col-2 {
    flex-basis: 16.6666666667%;
    width: 16.6666666667%
}

.row .col-3 {
    flex-basis: 25%;
    width: 25%
}

.row .col-4 {
    flex-basis: 33.3333333333%;
    width: 33.3333333333%
}

.row .col-5 {
    flex-basis: 41.6666666667%;
    width: 41.6666666667%
}

.row .col-6 {
    flex-basis: 50%;
    width: 50%
}

.row .col-7 {
    flex-basis: 58.3333333333%;
    width: 58.3333333333%
}

.row .col-8 {
    flex-basis: 66.6666666667%;
    width: 66.6666666667%
}

.row .col-9 {
    flex-basis: 75%;
    width: 75%
}

.row .col-10 {
    flex-basis: 83.3333333333%;
    width: 83.3333333333%
}

.row .col-11 {
    flex-basis: 91.6666666667%;
    width: 91.6666666667%
}

.row .col-12 {
    flex-basis: 100%;
    width: 100%
}
#loan .btn-loan {
    background-color: #0ea211;
    border: none;
    margin: 10px auto;
    color: white;
    font-weight: 600;
    padding: 0px 45px;
    text-align: center;
    border-radius: 4px;
    text-decoration: none;
    display: block;
    font-size: 1em;
    text-transform: none;
    cursor: pointer;
    width: 100%;
}
.modalPop {
    margin-bottom: 10px;
    font-size: 15px;
    text-align: center;
    line-height: 1.5;
}
.modalPop h3 {
    font-size: 19px;
    margin-bottom: 0px;
}
.modalPop p.subheading {
    font-size: 14px;
}
.modalPop p {
    margin: 10px 0;
    line-height: 1.25;
    font-size: 12px;
}
.modalPop .wpcf7-form-control,
.modalPop .btn-submit {
    margin-bottom: 0;
    width: 100%;
}
.modalPop .row.no-gutters {
    margin-left: 0;
    margin-right: 0;
}
.modalPop .row.no-gutters .col-6 {
    padding-left: 0;
    padding-right: 0;
}
.modalPop .form-callback {
    margin: 10px 0;
    padding: 10px 10px 10px 10px;
    border-style: dashed;
    border-width: 2px 2px 2px 2px;
    border-color: #f42711;
}
.modalPop .wpcf7 .wpcf7-not-valid-tip {
    position: absolute;
}
.modalPop ul li:before {
    content: '\f058';
    font-family: 'Font Awesome 5 Pro';
    margin-right: 6px;
    font-weight: bold;
    color: #27940e;
}
.modalPop ul {
    font-size: 12px;
    text-align: left;
    list-style-type: none;
}
.sectionTTLS {
    padding-bottom: 0 !important;
}
.btn-bot {
    display: block;
    position: fixed;
    bottom: 28px;
    z-index: 11;
    background: #d10d0d;
    padding: 7px 20px;
    border-radius: 0 20px 0 0;
    color: #fff;
    left: 0;
}
@media screen and (min-width: 1025px) {
    .btn-bot {
        left: 20%;
        border-radius: 5px 5px 0 0;
        bottom: 0;
    }
}
.single-post .entry-meta {
    margin-bottom: 30px;
}
.single-title {
    color: #404040;
    padding: 5px 5px 5px 10px;
    border-left: 5px solid #e39725;
    border-bottom: 1px solid #d8d8d8;
}
.single-related {
    margin-top: 50px;
}
.contactRight ul li i {
    color: #fac526;
}
.contactRight ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.sectionContact {
    background: rgba(0, 0, 0, 0.5);
    padding-top: 100px  !important;
    padding-bottom: 100px !important;
}
.sectionContact .large-6:nth-child(1) {
    border-right: 2px double #FFF;
}
.sectionContact .tailieuduan:before {
    content: '\f1c1';
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100px;
    height: 100px;
    text-align: center;
    line-height: 96px;
    font-size: 50px;
    color: #FFF;
    border: 2px solid #FFF;
}
.sectionContact .tailieuduan {
    padding-left: 120px;
    position: relative;
    margin-bottom: 30px;
}
.sectionContact .tailieuduan h2,
.sectionContact .text h2 {
    color: #FFF;
}
.sectionContact .row {
    background-color: transparent;
    background-image: linear-gradient(150deg, #299AD5 0%, #1977A8 100%);
    padding: 25px 0px 25px 0px;
    color: #FFF;
}
.contactLeft .note-spam {
    color: #FFF;
}
.contactLeft .step-by-step .step-2,
.contactLeft .step-by-step .step-1 {
    position: relative;
}
.contactLeft .step-by-step .wpcf7-form-control-wrap {
    width: 70%;
}
.contactLeft .wpcf7 form.sent .wpcf7-response-output {
    color: #FFF;
}
.contactLeft .step-by-step .step-2 .btn-submit,
.contactLeft .step-by-step .step-1 .next-step {
    position: absolute;
    width: 30%;
    right: 0;
    top: 0;
    height: 46px;
    line-height: 46px;
    color: #FFF;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    background: #0ea211;
}
.sectionMap p {
    margin: 0;
}
@media screen and (min-width: 1025px) {
    .hidden-lg {
        display: none !important;
    }
}

.hotline-header {
    position: relative
}
.hotline-header a {
    color: #FFF;
}
.hotline-header b {
    line-height: 1;
    font-size: 20px;
    white-space: nowrap
}

@media screen and (min-width: 1025px) {
    .hotline-header b {
        font-size: 16px;
        line-height: 40px;
        padding-left: 20px
    }
}

.hotline-header .text-phone:before {
    content: '\f095';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    font-style: normal;
    display: inline-block
}

@media screen and (min-width: 641px) {
    .hotline-header .text-phone:before {
        content: 'Hotline:';
        font-family: inherit
    }
}

@media screen and (max-width: 1024px) {
    .hotline-header {
        margin-top: 15px
    }

    .hotline-header a {
        text-align: center;
        display: block;
        padding: 15px;
        color: #fff
    }

    .hotline-header span.hidden-lg {
        display: block;
        font-style: italic
    }
}

.pulse-icon {
    position: absolute;
    top: 14px
}

.pulse-icon .icon-wrap {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 100%;
    background: #e8b900;
    position: absolute;
    top: 1px;
    left: 1px
}

.pulse-icon .elements {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1
}

.pulse-icon .pulse {
    position: absolute;
    animation: pulse-wave 1s linear infinite both;
    border-radius: 50%
}

.pulse-icon .pulse-1 {
    border: solid 1px #e8b900;
    width: 10px;
    height: 10px;
    top: 1px;
    left: 1px
}

@keyframes pulse-wave {
    0% {
        opacity: 0;
        transform: scale(1)
    }

    50% {
        opacity: 1;
        transform: scale(2)
    }

    100% {
        opacity: 0;
        transform: scale(4)
    }
}
.news-custom .is-link {
    display: none;
}
.news-custom .blog-post-inner .from_the_blog_excerpt {
    line-height: 1.5;
}
.news-custom .blog-post-inner .post-title {
    font-size: 17px;
    margin: 10px 0 5px 0;
    font-weight: bold;
    line-height: 1.4;
}
.archive-page-header .large-12 {
    padding-bottom: 15px;
}
#form_popup {
    position: fixed;
    bottom: 20px;
    right: -600px;
    background: #d10d0d;
    color: #fff;
    padding: 15px 30px;
    max-width: 500px;
    z-index: 12;
    border-radius: 5px;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s
}

#form_popup.active {
    right: 20px
}

#form_popup .form-title,
#form_popup h3 {
    color: #FFF;
    text-transform: uppercase
}

#form_popup .block-form {
    display: flex;
    flex-wrap: wrap;
}
#form_popup .close {
    position: absolute;
    top: 10px;
    right: 10px;
    opacity: .5;
    font-size: 18px;
    cursor: pointer;
    line-height: 1
}

#form_popup .close:hover {
    opacity: 1
}

#form_popup .btn,
#form_popup input[type="submit"] {
    -webkit-appearance: none;
    background-color: #0ea211;
    height: 36px;
    min-height: 36px;
    border: 0;
    color: #fff;
    width: 100%;
    text-align: center;
    display: block;
    line-height: inherit;
    border-radius: 3px
}

#form_popup .btn:hover,
#form_popup input[type="submit"]:hover {
    background-color: #10b913
}

#form_popup input[type="text"],
#form_popup input[type="email"],
#form_popup input[type="number"],
#form_popup input[type="tel"] {
    -webkit-appearance: none;
    height: 36px;
    border-radius: 3px
}

#form_popup h3,
#form_popup p {
    margin: 0 0 5px
}

#form_popup span+p {
    display: none
}

#form_popup .row.padding-5 [class*='col-'] {
    padding: 0 5px
}

@media screen and (max-width: 640px) {
    #form_popup {
        margin: auto;
        bottom: inherit
    }

    #form_popup.active {
        left: 20px;
        top: 50%;
        transform: translateY(-50%)
    }

    #form_popup .btn,
    #form_popup input[type="submit"] {
        width: 100%;
        border-radius: 3px
    }
}
.row.no-gutters {
    margin-left: -2px;
    margin-right: -2px;
}
.row.no-gutters > .col-4 {
    padding-left: 2px;
    padding-right: 2px;
}
/*--------------------------------------------------------------
## Responsive 
--------------------------------------------------------------*/
@media (max-width: 1199.98px) {
	.header .nav>li>a {
        font-size: .875rem;
    }
}

@media (max-width: 991.98px) {
    
}
@media (max-width: 849.98px) {
    .customrow > .col,
    .sectionCSBH .row > .col,
    .footer-wrapper .row > .col {
        max-width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
    .sectionSP .row > .medium-3  {
        max-width: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    }
    h1.page-title {
        font-size: 25px;
    }
    .header-main li.html.custom {
        display: block;
    }
    .mobile-hotline a {
        color: #404040;
        font-size: 25px;
    }
    .mobile-hotline a:first-child {
        margin-right: 15px;
    }
}

@media (max-width: 767.98px) {
    .tabbed-content ul li {
        width: 100%;
    }
    .tabbed-content ul li a {
        padding: 10px;
        display: block;
        border: 1px solid #d4d4d4;
        font-size: 14px;
    }
    .hide-mobile {
        display: none;
    }
    .btn-bot {
        font-size: 13px;
    }
    .boxContent {
        padding-top: 40px !important;
        padding-bottom: 10px !important;
    }
    .form-document .form-note {
        text-align: center;
    }
    p.phone a {
        padding: 10px 20px;
        font-size: 1em;
    }
    .sectionCSBH2 {
        padding-bottom: 20px !important;
    }
    .elementor-divider,
    .sectionCSBH2 .heading {
        margin-bottom: 0;
    }
    .sectionNews,
    .sectionTienIch,
    .sectionSP,
    .boxImage {
        padding-bottom: 0 !important;
    }
    .sectionNews,
    .SectionUuDiem,
    .sectionSP,
    .boxTQ {
        padding-top: 0 !important;
    }
    .uni-boxtitle h2 {
        font-size: 20px;
        margin-bottom: 0;
    }
    .footer-wrapper ul.ul-list {
        flex-wrap: wrap;
    }
    .footer-wrapper ul.ul-list li:first-child {
        margin: 0;
        padding: 0;
    }
    .footer-wrapper ul.ul-list li:first-child:after {
        display: none;
    }
    .footer-wrapper ul.ul-list li {
        max-width: 100%;
        flex-basis: 100%;
    }
    #logo a {
        text-align: left;
    }
}

@media (max-width: 575.98px) {
    .post-stickyBox .sh-blog-shortcode.style-4 .large-3 {
        max-width: 50%;
        flex-basis: 50%;
    }
}
@media (max-width: 390.98px) {
    .sectionSP .row > .medium-3  {
        max-width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
    h1.page-title {
        font-size: 22px;
    }
}
