/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/** Fonts Mulish **/

@font-face {
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 200;
    font-stretch: 100%;
    font-display: swap;
    src: url("assets/fonts/Mulish-ExtraLight.ttf");
}

@font-face {
    font-family: 'Mulish';
    font-style: italic;
    font-weight: 200;
    font-stretch: 100%;
    font-display: swap;
    src: url("assets/fonts/Mulish-ExtraLightItalic.ttf");
}

@font-face {
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 300;
    font-stretch: 100%;
    font-display: swap;
    src: url("assets/fonts/Mulish-Light.ttf");
}

@font-face {
    font-family: 'Mulish';
    font-style: italic;
    font-weight: 300;
    font-stretch: 100%;
    font-display: swap;
    src: url("assets/fonts/Mulish-LightItalic.ttf");
}

@font-face {
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url("assets/fonts/Mulish-Regular.ttf");
}

@font-face {
    font-family: 'Mulish';
    font-style: italic;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url("assets/fonts/Mulish-Ialic.ttf");
}

@font-face {
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 500;
    font-stretch: 100%;
    font-display: swap;
    src: url("assets/fonts/Mulish-Medium.ttf");
}

@font-face {
    font-family: 'Mulish';
    font-style: italic;
    font-weight: 500;
    font-stretch: 100%;
    font-display: swap;
    src: url("assets/fonts/Mulish-MediumIalic.ttf");
}

@font-face {
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 600;
    font-stretch: 100%;
    font-display: swap;
    src: url("assets/fonts/Mulish-SemiBold.ttf");
}

@font-face {
    font-family: 'Mulish';
    font-style: italic;
    font-weight: 600;
    font-stretch: 100%;
    font-display: swap;
    src: url("assets/fonts/Mulish-SemiBoldIalic.ttf");
}

@font-face {
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 700;
    font-stretch: 100%;
    font-display: swap;
    src: url("assets/fonts/Mulish-Bold.ttf");
}

@font-face {
    font-family: 'Mulish';
    font-style: italic;
    font-weight: 700;
    font-stretch: 100%;
    font-display: swap;
    src: url("assets/fonts/Mulish-BoldIalic.ttf");
}

@font-face {
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 800;
    font-stretch: 100%;
    font-display: swap;
    src: url("assets/fonts/Mulish-ExtraBold.ttf");
}

@font-face {
    font-family: 'Mulish';
    font-style: italic;
    font-weight: 800;
    font-stretch: 100%;
    font-display: swap;
    src: url("assets/fonts/Mulish-ExtraBoldIalic.ttf");
}

@font-face {
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 900;
    font-stretch: 100%;
    font-display: swap;
    src: url("assets/fonts/Mulish-Black.ttf");
}

@font-face {
    font-family: 'Mulish';
    font-style: italic;
    font-weight: 900;
    font-stretch: 100%;
    font-display: swap;
    src: url("assets/fonts/Mulish-BlackIalic.ttf");
}

/** Fonts Poppins **/
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    font-stretch: 100%;
    font-display: swap;
    src: url("assets/fonts/SVN-Poppins-Light.ttf");
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url("assets/fonts/SVN-Poppins-Regular.ttf");
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-stretch: 100%;
    font-display: swap;
    src: url("assets/fonts/SVN-Poppins-Medium.ttf");
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-stretch: 100%;
    font-display: swap;
    src: url("assets/fonts/SVN-Poppins-SemiBold.ttf");
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-stretch: 100%;
    font-display: swap;
    src: url("assets/fonts/SVN-Poppins-Bold.ttf");
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 800;
    font-stretch: 100%;
    font-display: swap;
    src: url("assets/fonts/SVN-Poppins-Black.ttf");
}

/** Fonts Open Sans **/
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    font-stretch: 100%;
    font-display: swap;
    src: url("assets/fonts/OpenSans-Light.ttf") format('woff2');
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 300;
    font-stretch: 100%;
    font-display: swap;
    src: url("assets/fonts/OpenSans-LightItalic.ttf") format('woff2');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url("assets/fonts/OpenSans-Regular.ttf") format('woff2');
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url("assets/fonts/OpenSans-Italic.ttf") format('woff2');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 500;
    font-stretch: 100%;
    font-display: swap;
    src: url("assets/fonts/OpenSans-Medium.ttf") format('woff2');
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 500;
    font-stretch: 100%;
    font-display: swap;
    src: url("assets/fonts/OpenSans-MediumItalic.ttf") format('woff2');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-stretch: 100%;
    font-display: swap;
    src: url("assets/fonts/OpenSans-SemiBold.ttf") format('woff2');
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 600;
    font-stretch: 100%;
    font-display: swap;
    src: url("assets/fonts/OpenSans-SemiBoldItalic.ttf") format('woff2');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-stretch: 100%;
    font-display: swap;
    src: url("assets/fonts/OpenSans-Bold.ttf") format('woff2');
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 700;
    font-stretch: 100%;
    font-display: swap;
    src: url("assets/fonts/OpenSans-BoldItalic.ttf") format('woff2');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    font-stretch: 100%;
    font-display: swap;
    src: url("assets/fonts/OpenSans-ExtraBold.ttf") format('woff2');
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 800;
    font-stretch: 100%;
    font-display: swap;
    src: url("assets/fonts/OpenSans-ExtraBoldItalic.ttf") format('woff2');
}

/** Fonts Roboto **/
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 100;
    font-stretch: 100%;
    font-display: swap;
    src: url("assets/fonts/Roboto-Thin.ttf") format('woff2');
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 100;
    font-stretch: 100%;
    font-display: swap;
    src: url("assets/fonts/Roboto-ThinItalic.ttf") format('woff2');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-stretch: 100%;
    font-display: swap;
    src: url("assets/fonts/Roboto-Light.ttf") format('woff2');
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 300;
    font-stretch: 100%;
    font-display: swap;
    src: url("assets/fonts/Roboto-LightItalic.ttf") format('woff2');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url("assets/fonts/Roboto-Regular.ttf") format('woff2');
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url("assets/fonts/Roboto-Italic.ttf") format('woff2');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-stretch: 100%;
    font-display: swap;
    src: url("assets/fonts/Roboto-Medium.ttf") format('woff2');
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 500;
    font-stretch: 100%;
    font-display: swap;
    src: url("assets/fonts/Roboto-MediumItalic.ttf") format('woff2');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-stretch: 100%;
    font-display: swap;
    src: url("assets/fonts/Roboto-Bold.ttf") format('woff2');
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 700;
    font-stretch: 100%;
    font-display: swap;
    src: url("assets/fonts/Roboto-BoldItalic.ttf") format('woff2');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    font-stretch: 100%;
    font-display: swap;
    src: url("assets/fonts/Roboto-Black.ttf") format('woff2');
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 900;
    font-stretch: 100%;
    font-display: swap;
    src: url("assets/fonts/Roboto-BlackItalic.ttf") format('woff2');
}

input[type=email]:focus, 
input[type=number]:focus, 
input[type=password]:focus, 
input[type=search]:focus, 
input[type=tel]:focus, 
input[type=text]:focus, 
select:focus, 
textarea:focus {
    box-shadow: none;
}

.w-70 {
    width: 70% !important;
}

.col-pb_0 {
    padding-bottom: 0 !important;
}

.mb-1 {
    margin-bottom: 0.25rem !important;
}

.mb-2 {
    margin-bottom: 0.5rem !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.mb-5 {
    margin-bottom: 3rem !important;
}

.mr-1 {
    margin-right: 0.25rem !important;
}

.mr-2 {
    margin-right: 0.5rem !important;
}

.mr-3 {
    margin-right: 1rem !important;
}

.mr-4 {
    margin-right: 1.5rem !important;
}

.mr-5 {
    margin-right: 3rem !important;
}

.ml-1 {
    margin-left: 0.25rem !important;
}

.ml-2 {
    margin-left: 0.5rem !important;
}

.ml-3 {
    margin-left: 1rem !important;
}

.ml-4 {
    margin-left: 1.5rem !important;
}

.ml-5 {
    margin-left: 3rem !important;
}

.icon-box-img img,
.icon-box-img svg {
    padding-top: 0;
}

/*************** ADD CUSTOM CSS HERE.   ***************/

body {
    font-size: 15px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
}

.nav > li > a,
.mobile-sidebar-levels-2 .nav > li > ul > li > a {
    font-size: 15px;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
}

h1,h2,h3,h4,h5,h6,
.heading-font,
.off-canvas-center .nav-sidebar.nav-vertical > li > a {
    font-family: "Roboto", sans-serif;
}

.alt-font {
    font-family: "Roboto", sans-serif;
}

/** Header **/

ul.header-nav li.lang-item a {
    width: 42px;
    height: 26px;
    position: relative;
}

ul.header-nav li.lang-item img {
    display: none;
}

.header-inner .flex-right .header-nav-main.nav-right {
    position: absolute;
    right: 0;
    top: 0;
    height: 112px;
    display: flex;
    align-items: center;
    z-index: -1;
}

.header-inner .flex-right .header-nav-main.nav-right li {
    height: 112px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #E30A17;
}

.header-hotline {
    background: url("assets/images/icon-phone-header.svg") 9px 17px no-repeat;
    padding: 17px 50px 17px;
    padding-left: 65px;
    position: relative;
}

.header-hotline::before {
    background: url("assets/images/af2.png") no-repeat;
    background-size: cover;
    position: absolute;
    content: "";
    width: 76px;
    height: 112px;
    top: -14px;
    left: -76px;
    z-index: 9;
}

.header-hotline p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 0;
    text-transform: uppercase;
}

.header-hotline a {
    font-size: 23px;
    line-height: 24px;
    font-weight: 700;
    color: #fff;
}

/** Nav **/

.header-main .nav > li > a,
#wide-nav .nav > li > a {
    padding-top: 0px;
    padding-bottom: 0px;
}

/** Breadcrumbs **/

.breadcrumbs {
    font-weight: 600;
}

.breadcrumbs span i,
.breadcrumb span i {
    font-size: 13px;
}

.breadcrumbs a {
    color: #ffc708;
}

.menu-page.justify-start {
    justify-content: center;
}

.menu-page.stack-col {
    flex-direction: row;
}

.menu-page > .menu-item {
    position: relative;
}

.menu-page > .menu-item a {
    color: #FFF;
    min-height: auto;
}

.menu-page > .menu-item:not(:last-child)::after {
    content: "/";
    color: #FFF;
    position: absolute;
    font-size: 13px;
    top: 5px;
    right: 9px;
}

.menu-page > .menu-item:not(:last-child) a {
    padding-right: 25px;
}

/** Footer **/

#footer {
    color: #FFF;
    background: url("assets/images/bg_footer.jpg") no-repeat;
    background-size: cover;
}

#footer .footer-widget-asea .widget {
    padding-left: 0;
    padding-right: 0;
}

#footer .widget .is-divider {
    display: none;
}

#footer a {
    color: #FFF;
}

#footer .widget > ul > li + li,
#footer ul.menu > li + li {
    border-top: 0;
}

.footer-widget-asea:nth-child(1) {
    flex-basis: 35%;
    max-width: 35%;
}

.footer-widget-asea:nth-child(2) {
    flex-basis: 19%;
    max-width: 19%;
}

.footer-widget-asea:nth-child(3),
.footer-widget-asea:nth-child(4) {
    flex-basis: 23%;
    max-width: 23%;
}

.footer-widget-asea ul li {
    padding: 0;
    margin: 0;
}

.footer-widget-asea:nth-child(4) ul {
    margin-bottom: 15px;
}

.footer-widget-asea:nth-child(1) ul li {
    padding-left: 20px;
    position: relative;
    padding-bottom: 15px;
}

.footer-widget-asea:nth-child(1) ul li::before {
    content: "\f3c5";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    font-size: 15px;
    position: absolute;
    top: 0;
    left: 0;
}

.footer-widget-asea:nth-child(1) ul li:nth-child(2):before {
    content: "\f095";
}

.footer-widget-asea:nth-child(1) ul li:nth-child(3):before {
    content: "\f0e0";
}

.footer-widget-asea:nth-child(1) ul li:nth-child(4):before {
    content: "\f0ac";
}

.footer-widget-asea:nth-child(4) ul li {
    margin: 0;
    padding-right: 8px;
    display: inline-block;
}

#footer h4,
#footer .widget-title {
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
    line-height: 21px;
    letter-spacing: 0em;
    margin-bottom: 20px;
    display: block;
}

.absolute-footer.dark {
    color: #FFF;
    background: rgba(227, 10, 23, 0.4);
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
}

.copyright-footer {
    font-style: italic;
    font-weight: 300;
}

#footer a.back-to-top {
    background: #2489db;
    border: 0;
    color: #fff;
    font-size: 20px;
    line-height: 45px;
    width: 45px;
    height: 45px;
    min-width: 45px;
    min-height: 45px;
    margin: 0;
    bottom: 40px;
}

/** Widget **/

.widget .is-divider {
    background: transparent;
    margin: 5px;
}

span.widget-title {
    font-size: 17px;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: 0em;
}

.post-sidebar .widget-area {
    padding: 30px 20px;
    border-radius: 0px;
    border: 1px solid #DDDDDDCC;
    background: linear-gradient(0deg, #F7F9FB, #F7F9FB);
}

.recent-blog-posts-li .recent-blog-posts {
    padding: 10px 0;
}

.recent-blog-posts-li .recent-blog-posts .badge {
    width: 80px;
    height: 65px;
}

.recent-blog-posts-li .recent-blog-posts a {
    font-size: 13px;
    margin-bottom: 0px;
    font-weight: 400;
}

.recent-blog-posts-li .recent-blog-posts .post-date-month {
    color: #334862;
    font-size: 10px;
}

.recent-blog-posts-li .recent-blog-posts .post-date-month::before {
    content: "\f133";
    font-family: "Font awesome 6 Pro";
    font-weight: 300;
    font-size: 10px;
    padding-right: 5px;
}

/** Page Contact **/

.gg-map p {
    margin: 0;
    padding: 0;
    line-height: 0;
}

.wpcf7-form-control-wrap input[type="text"],
.wpcf7-form-control-wrap input[type="tel"],
.wpcf7-form-control-wrap input[type="email"] {
    height: 40px;
    box-shadow: none;
    border-radius: 5px;
    padding-left: 15px;
    padding-right: 15px;
}

.wpcf7-form-control-wrap textarea {
    min-height: 90px;
    box-shadow: none;
    border-radius: 5px;
}

form input[type="submit"] {
    height: 40px;
    padding: 0px 30px;
    border-radius: 5px;
}

/** Blog **/

h1.page-title {
    font-size: 35px;
    color: #031c81;
}

.entry-header-text .entry-meta {
    font-size: 14px;
}

.entry-header-text .entry-meta .posted-author {
    padding-right: 10px;
}

.entry-header-text .entry-meta .posted-on,
.entry-meta .posted-share {
    padding-left: 10px;
    padding-right: 10px;
}

.entry-meta .posted-share a {
    font-size: 11px;
    width: 24px;
    min-width: 24px;
    height: 24px;
    min-height: 24px;
    line-height: 24px;
    border-width: 1px;
    margin-bottom: 0px;
}

.entry-meta .posted-view {
    padding-left: 10px;
}

.entry-meta .posted-author img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.related-post .heading {
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 25px;
}

#post-list .post-item .col-inner {
    padding-bottom: 25px;
    border-bottom: 1px dashed #DDD;
}

.post-item .box .post-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0em;
}

.post-item .col-inner .post-meta::before {
    content: "\f133";
    font-family: "Font awesome 6 Pro";
    font-weight: 300;
    font-size: 12px;
    padding-right: 5px;
}

.post-item .box-text a.button {
    color: #031c81;
    height: 32px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0em;
    line-height: 32px;
    border-radius: 25px;
    padding: 0px 15px;
    border: 1px solid #031c81;
    text-transform: none;
}

.post-item .box-text a.button::after {
    content: "\f061";
    font-family: "Font Awesome 6 Pro";
    font-size: 14px;
    padding-left: 5px;
}

.post-item .box-text a.button:hover {
    color: #FFF;
}

/** Home **/


.btn-home {
    height: 45px;
    padding-left: 25px;
    padding-right: 25px;
}

.btn-home span {
    font-size: 14px;
    font-weight: 700;
    line-height: 45px;
}

.btn-home .icon-angle-right::before {
    content: "\f061";
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    font-size: 15px;
}

.divider-before .is-divider.divider::before {
    content: "";
    width: 78px;
    height: auto;
    border-bottom: 3px solid #E30A17;
    bottom: 24px;
    left: calc(50% - 39px);
    position: absolute;
}

.heading-introduct h4 {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    padding-left: 15px;
    text-transform: uppercase;
}

.heading-introduct h4::before {
    content: "";
    background: rgb(255 94 20 / 10%);
    position: absolute;
    width: 110px;
    height: 32px;
    top: -5px;
    left: 0px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.heading-introduct h2 {
    font-size: 36px;
    font-weight: 700;
    line-height: 40px;
    color: #0E121D !important;
    text-transform: uppercase;
}

.heading-introduct p {
    font-family: "Poppins", sans-serif;
}

.heading-home h2 {
    font-size: 30px;
    font-weight: 600;
    line-height: 38px;
    text-transform: uppercase;
}

.heading-home h2 span {
    position: relative;
}

.heading-home h2 span::before {
    content: "";
    position: absolute;
    width: 55px;
    height: auto;
    border: 2px solid #E30A17;
    bottom: 15px;
    left: -70px;
}

.heading-home h2 span::after {
    content: "";
    position: absolute;
    width: 55px;
    height: auto;
    border: 2px solid #E30A17;
    bottom: 15px;
    right: -70px;
}

.heading-home.heading-white h2 span::before,
.heading-home.heading-white h2 span::after {
    border-color: #FFF;
}

.rt02 .nav-simple {
    display: block;
    width: 100%;
    border: 1px solid #E5E5E5;
    border-radius: 10px;
    margin-bottom: 25px;
    overflow: hidden;
}

.list-index_home .col:not(:last-child) .text::before {
    content: "";
    position: absolute;
    width: auto;
    height: 70px;
    border-right: 1px solid #FFF;
    right: -10px;
    top: 5px;
}

.list-index_home .text h3 {
    font-size: 45px;
    font-weight: 500;
    line-height: 40px;
    margin-bottom: 15px;
}

#counter-box .counter {
    color: #FFF;
    font-size: 50px;
    line-height: 48px;
    font-weight: 700;
    margin-bottom: 15px;
}

#counter-box .counter::after {
    content: "+";
    font-size: 45px;
    padding-left: 5px;
    color: #FFF;
}

.list-index_home .text p {
    font-size: 17px;
    font-weight: 500;
    line-height: 23px;
}

.col.post-item .box.box-vertical .box-text {
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.col.post-item .box.box-vertical .box-text .post-title {
    font-size: 15px;
}

.col.post-item .box .is-divider {
    display: none;
}

.list-service .col.medium-4:hover > .col-inner {
    background-color: rgb(40, 51, 90) !important;
}

.list-service .col.medium-4:hover .icon-box-img img {
    filter: brightness(0) invert(1);
}

.list-service .col.medium-4:hover .icon-box-text,
.list-service .col.medium-4:hover .icon-box-text h3 {
    color: #FFF !important;
}

.post-item .box.box-push .post-title {
    font-size: 16px;
}

.list-introduct {
    margin-top: -90px;
}

.item-introduct >.col-inner {
    padding: 45px 0px;
    background: transparent;
}

.item-introduct .icon-box {
    padding-left: 35px;
    padding-right: 35px;
    background: #FFF;
}

.item-introduct >.col-inner:before {
    content: "";
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    position: absolute;
    border-bottom: 45px solid #ffffff;
    border-left: 50px solid transparent;
    border-right: 45px solid #ffffff;
}

.item-introduct >.col-inner:after {
    content: "";
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    border-top: 45px solid #ffffff;
    border-left: 45px solid #ffffff;
    border-right: 50px solid transparent;
}

.list-year > .col-inner,
.list-work > .col-inner {
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-column-gap: 25px;
}

.list-year .text {
    position: relative;
}

.list-year .text::before {
    content: "";
    width: 15px;
    height: 15px;
    background: #FFC708;
    position: absolute;
    bottom: -38px;
    left: calc(50% - 7.5px);
    border-radius: 50%;
    z-index: 9;
}

.list-year .text::after {
    content: "";
    width: 25px;
    height: 25px;
    background: transparent;
    border: 1px solid #FFF;
    position: absolute;
    bottom: -43px;
    left: calc(50% - 12.5px);
    border-radius: 50%;
    z-index: 9;
}

.list-work .text {
    background: #FFF;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
}

.list-work .text::before {
    content: "";
    width: 100%;
    height: 0;
    top: -30px;
    left: 0;
    position: absolute;
    border-bottom: 30px solid #ffffff;
    border-left: 33px solid transparent;
    border-right: 30px solid #ffffff;
}

.list-work .text::after {
    content: "";
    width: 100%;
    height: 0;
    bottom: -30px;
    left: 0;
    position: absolute;
    border-top: 30px solid #ffffff;
    border-left: 30px solid #ffffff;
    border-right: 33px solid transparent;
}

.slider_customer .flickity-slider .row {
    width: 25% !important;
    opacity: 1;
    margin-left: 0px;
    margin-right: 0px;
}

.slider_customer .flickity-slider .row .col.small-12 {
    padding-left: 15px;
    padding-right: 15px;
}

.slider_customer .col-inner .box {
    box-shadow: 0px 4px 20px 0px #00000026;
}

.slider_customer .col-inner .box img {
    width: 100%;
    height: 359px;
    object-fit: cover;
}

.slider_customer .col-inner .box hr {
    margin: 10px 0px;
}

.rt02 .nav-simple {
    display: block;
    width: 100%;
    border: 1px solid #E5E5E5;
    border-radius: 10px;
    margin-bottom: 25px;
    overflow: hidden;
}

.rt02 .nav-simple > li {
    display: block;
    width: 20%;
    float: left;
    margin: 0;
    text-align: center;
    height: 120px;
    border-right: 1px solid #E5E5E5;
    background: url("assets/images/icon-camera.png") center 30px no-repeat #F8F8F8;
}

.rt02 .nav-simple > li:nth-child(1) {
    background: url("assets/images/icon-camera.png") center 30px no-repeat #F8F8F8;
}

.rt02 .nav-simple > li.active {
    background: url("assets/images/icon-camera-hover.png") center 30px no-repeat #fff;
}

.rt02 .nav-simple > li:nth-child(2) {
    background: url("assets/images/icon-buding.png") center 30px no-repeat #F8F8F8;
}

.rt02 .nav-simple > li.active:nth-child(2) {
    background: url("assets/images/icon-buding-hover.png") center 30px no-repeat #fff;
}

.rt02 .nav-simple > li:nth-child(3) {
    background: url("assets/images/icon-mobile.png") center 30px no-repeat #F8F8F8;
}

.rt02 .nav-simple > li.active:nth-child(3) {
    background: url("assets/images/icon-mobile-hover.png") center 30px no-repeat #fff;
}

.rt02 .nav-simple > li:nth-child(4) {
    background: url("assets/images/icon-smart-home.png") center 30px no-repeat #F8F8F8;
}

.rt02 .nav-simple > li.active:nth-child(4) {
    background: url("assets/images/icon-smart-home-hover.png") center 30px no-repeat #fff;
}

.rt02 .nav-simple > li:nth-child(5) {
    background: url("assets/images/icon-xem-them.png") center 30px no-repeat #F8F8F8;
}

.rt02 .nav-simple > li.active:nth-child(5) {
    background: url("assets/images/icon-xem-them-hover.png") center 30px no-repeat #fff;
}

.rt02 .nav-simple > li:last-child {
    border-right: none;
}

.rt02 .nav-simple > li a {
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 9;
    padding: 0;
    height: 100%;
}

.rt02 .nav-simple > li.active a {
    border-bottom: 3px solid #E30A17;
    margin: 0px;
}

.rt02 .nav-simple > li a span {
    position: absolute;
    bottom: 14px;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 15px;
    line-height: 23px;
    color: #444444;
    text-transform: initial;
}

.rt02 .nav-simple > li.active span {
    color: #E30A17;
}

.form_vay_tien form.wpcf7-form {
    border: 1px solid #E5E5E5;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 20px;
    overflow: hidden;
}

.form_vay_tien .wpcf7-form-control-wrap select {
    height: 40px;
    box-shadow: none;
    border-radius: 5px;
    padding-left: 15px;
    padding-right: 15px;
}

.form_vay_tien .wpcf7-form-control-wrap input[type="file"] {
	line-height: 40px;
	border: 1px solid #DDD;
	width: 100%;
	border-radius: 5px;
	padding-left: 15px;
	padding-right: 15px;
}

.form_vay_tien form input[type="submit"] {
    width: 100%;
    margin: 0;
}

.form_vay_tien form span {
    color: #E30A17;
}

.form_vay_tien form span.wpcf7-spinner {
	display: none;
}

.rt03 .icon-box {
    box-shadow: 0px 0px 15px 0px #B5ABAB80;
    padding: 30px 20px;
    border-radius: 10px;
    background: #fff;
    height: 100%;
}

.rt03 .icon-box .icon-box-text h3 {
    font-size: 18px;
    line-height: 26px;
    color: #333;
    margin-bottom: 6px;
}

.rt03 .icon-box .icon-box-text p {
    font-size: 16px;
    line-height: 24px;
}

.slider-videos .flickity-slider .row {
    width: 33.33333333333% !important;
    opacity: 1;
    margin-left: 0px;
    margin-right: 0px;
}

.slider-videos .item-video .img-inner img {
	width: 100%;
	height: 270px;
	object-fit: cover;
}

.rt04 .item-video .img-inner {
    border-radius: 20px;
}

.slider-hinhanh .flickity-slider > * {
    max-width: 25% !important;
}

.slider-hinhanh .flickity-slider .img .img-inner {
    padding-left: 10px;
    padding-right: 10px;
}

.slider-hinhanh .flickity-page-dots {
    bottom: -25px;
}

.slider-khachhang .flickity-slider .row {
    width: 33.33333333333% !important;
    opacity: 1;
    margin-left: 0px;
    margin-right: 0px;
}

.slider-khachhang .testimonial-box {
    background: #FFF;
    border-radius: 10px;
    padding: 35px 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    box-shadow: 0px 0px 23px 0px #2A437126;
}

.slider-khachhang .testimonial-box .icon-box-img img {
    border: 4px solid rgb(227 10 23 / 30%);
}

.slider-khachhang .star-rating span::before {
    color: #FF9C06;
}

.slider-khachhang .testimonial-text {
    margin-top: 15px;
}

.slider-khachhang .testimonial-text h3 {
    font-size: 16px;
    font-weight: 500;
    line-height: 22.4px;
}

.rt07 .accordion {
    background: #FFFFFF;
    box-shadow: 0px 0px 23px 0px #2A437126;
    border-radius: 16px;
    padding: 20px;
}

.rt07 .accordion .accordion-title {
    padding-left: 0px;
    padding-top: 17px;
    padding-bottom: 17px;
    font-size: 16px;
    line-height: 24px;
    border-bottom: 1px solid #ddd;
    border-top: none;
}

.rt07 .accordion .active {
    border-top: 1px solid #ddd !important;
    background: unset !important;
    color: #444444;
}

.rt07 .accordion .accordion-title.active {
    border: none !important;
}

.rt07 .accordion .accordion-inner {
    background: #E30A17E5;
    border-radius: 10px;
    padding: 20px;
    color: #fff;
}

.rt07 .accordion .accordion-inner p {
    font-size: 16px;
    line-height: 24px;
}

.rt07 .accordion .toggle {
    left: unset;
    right: 0;
    width: 30px;
    height: 30px;
    border-radius: 4px;
    opacity: 1;
    margin: 0;
    top: 10px;
    max-height: 30px;
    min-height: 30px;
    color: #444444;
    font-size: 14px;
}

.rt07 .accordion .accordion-item:last-child .accordion-title {
    border-bottom: none;
}

.rt_our {
    border-radius: 15px;
    overflow: hidden;
}

.rt_our .col:last-child .icon-box::before {
    display: none;
}

.rt_our .icon-box {
    position: relative;
}

.rt_our .icon-box::before {
    content: "";
    width: auto;
    height: 60px;
    border-right: 1px solid #A81515;
    top: 0;
    right: -20px;
    position: absolute;
}

.rt_our .icon-box h3 {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
    .heading-introduct h2,
    .heading-home h2 {
        font-size: 25px;
        line-height: 30px;
    }
    .heading-home p {
        width: 100%;
    }
    .list-index_home .text h3 {
        font-size: 25px;
        line-height: 25px;
    }
    .list-index_home .text p {
        font-size: 14px;
    }
    .list-index_home .col:not(:last-child) .text::before {
        height: 60px;
        right: -10px;
        top: 0px;
    }
    #counter-box .counter::after {
        font-size: 25px;
    }
    .slider_customer .flickity-slider .row {
        width: 50% !important;
    }
    .slider_customer .col-inner .box img {
        height: 215px;
    }
    .slider_customer .col-inner .box .box-text .box-text-inner p {
        height: 40px;
    }

    .rt02 .nav-simple > li.active a {
        margin: 0px;
    }
    .rt02 .nav-simple > li a span {
        font-size: 13px;
        line-height: 15px;
    }
    .rt02 .nav-simple > li {
        background-size: 30px !important;
    }
    .form_vay_tien form.wpcf7-form {
        padding: 10px
    }
    .form_vay_tien form input[type="submit"] {
        width: 50% !important;
        padding: 0px 5px;
        font-size: 12px;
    }
    #counter-box .counter {
        font-size: 35px;
        line-height: 40px;
    }
    #counter-box p {
        font-size: 14px;
    }
    .rt_our .col .col-inner {
        padding: 15px !important;
    }
    .rt_our .icon-box::before {
        right: -15px;
    }
    .rt03 .icon-box {
        padding: 20px 10px;
    }
    .rt03 .icon-box .icon-box-text h3 {
        font-size: 16px;
        line-height: 25px;
    }
    .slider-videos .flickity-slider .row,
    .slider-khachhang .flickity-slider .row {
        width: 100% !important;
    }
    .slider-hinhanh .flickity-slider > * {
        max-width: 50% !important;
    }
    /** Footer **/
    .footer-widget-asea:nth-child(1),
    .footer-widget-asea:nth-child(2), 
    .footer-widget-asea:nth-child(3),
    .footer-widget-asea:nth-child(4) {
        flex-basis: 100%;
        max-width: 100%;
    }
    .gg-map p iframe {
        height: 250px;
    }
    .item-introduct .icon-box {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .list-introduct {
        margin-top: 40px;
    }
    .list-work .text::before,
    .list-work .text::after {
        display: none;
    }
    .list-year > .col-inner,
    .list-work > .col-inner {
        grid-column-gap: 5px;
    }
    .list-work .text p {
        display: none;
    }
}