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

/** Font Barlow **/
/* @import url("assets/fonts/Barlow/font-Barlow.css"); */

/** Font Barlow Condensed **/
/* @import url("assets/fonts/BarlowCondensed/font-BarlowCondensed.css"); */

/** Font Be Vietnam Pro **/
/* @import url("assets/fonts/BeVietnamPro/font-BeVietnamPro.css"); */

/** Font Mulish **/
/* @import url("assets/fonts/Mulish/font-Mulish.css"); */

/** Font Open Sans **/
@import url("assets/fonts/OpenSans/font-OpenSans.css");

/** Font Plus Jakarta Sans **/
/* @import url("assets/fonts/PlusJakartaSans/font-PlusJakartaSans.css"); */

/** Font Roboto **/
/* @import url("assets/fonts/Roboto/font-Roboto.css"); */

/** Font SVN-Gilroy **/
/* @import url("assets/fonts/SVN-Gilroy/font-SVN-Gilroy.css"); */

/** Font SVN-Poppins **/
/* @import url("assets/fonts/SVN-Poppins/font-SVN-Poppins.css"); */

/** Font UTM Bebas **/
@import url("assets/fonts/UTMBebas/font-UTM-Bebas.css");

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;
}

.p-1 {
    padding: .25rem !important;
}

.h-100 {
    height: 100% !important;
}

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

.box-shadow-1,
.box-shadow-1-hover:hover,
.row-box-shadow-1 .col-inner,
.row-box-shadow-1-hover .col-inner:hover {
    box-shadow: 0px 2px 6px 0px #0000001A;
}

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

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

.nav > li > a,
.mobile-sidebar-levels-2 .nav > li > ul > li > a {
    font-size: 24px;
    font-weight: 400;
    font-family: "UTM Bebas", sans-serif;
}

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

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

/** Header **/

.header-top {
    background: linear-gradient(90deg, #02234D 0%, #0C4184 100%);
}

.html_topbar_left p {
    color: #FFF;
    font-size: 15px;
    font-weight: 400;
    line-height: 17px;
    position: relative;
    padding-left: 25px;
}

.html_topbar_left p::before {
    content: "\f2a0";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    font-size: 15px;
    padding-right: 5px;
}

.html_topbar_left strong {
    color: #FFF;
}

.header-button .button {
    border: 0;
    padding-left: 15px;
    padding-right: 15px;
    background: linear-gradient(90deg, #CC3B3F 0%, #E25156 100%);
}

.header-button .button span {
    font-size: 13px;
    font-weight: 600;
    line-height: 32px;
}

.header-button .button span::before {
    content: "\f025";
    font-family: "Font Awesome 6 Pro";
    font-size: 16px;
    padding-right: 5px;
}

.header-search-form-wrapper .searchform input {
    border: 0;
    border-radius: 0px;
    padding-left: 0px;
    padding-right: 28px;
    background: transparent;
    border-bottom: 1px solid #FFF;
}

.header-search-form-wrapper .searchform input::placeholder {
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    opacity: 1;
}

.header-search-form-wrapper .searchform .icon-search {
    color: #FFF;
}

.nav-spacing-xlarge > li {
    margin: 0px 20px;
}

/** Nav **/

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

/** Breadcrumbs **/

.webrt-page-title {
    background: #EAD9CC;
}

.page-title-inner {
    min-height: 55px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.breadcrumbs {
    font-weight: 600;
}

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

.breadcrumbs a {
    color: #062F62;
}

.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: #333;
    min-height: auto;
}

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

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

/** Footer **/

#footer {
    color: #353535;
}

#footer::before {
    content: "";
    background: url("assets/images/bg_footer.png") no-repeat;
    background-size: cover;
    background-position: top center;
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    z-index: 0;
}

#footer a {
    color: #353535;
}

#footer a:hover {
    color: #c43d2b;
}

.sidebar-wrapper .widget {
    padding-left: 0px;
    padding-right: 0px;
}

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

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

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

.footer-widget-asea .widget.widget_media_image {
    text-align: left;
}

.footer-widget-asea ul.menu {
    padding-left: 14px;
}

.footer-widget-asea ul.menu li {
    list-style-type: disc;
}

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

.footer-widget-asea:nth-child(2) ul li {
    position: relative;
    margin: 0;
    padding-left: 23px;
    line-height: 30px;
    margin-bottom: 5px;
}

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

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

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

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

.footer-mb-0 .widget,
.footer-mb-0 .widget p {
    margin-bottom: 0;
}

#footer .social-icons span {
    color: #062F62;
    width: 100%;
    float: left;
    font-size: 16px;
    font-weight: 600;
    line-height: 19.2px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    margin-bottom: 15px;
}

#footer h4,
#footer .widget .widget-title {
    color: #062F62;
    font-size: 28px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0.02em;
    margin-bottom: 20px;
    font-family: "UTM Bebas";
}

.absolute-footer.dark {
    display: none;
}

#footer a.back-to-top {
    background: #062F62;
    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 **/

.heading-page h1 {
    font-size: 3em;
    line-height: 1.15;
    margin: 0 0 .4em;
}

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

.gg-map p iframe {
    overflow: hidden;
    border-radius: 15px;
    border: 7px solid #ead9cc !important;
}

.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;
}

.content-lienhe h4 {
    color: #062F62;
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 20px;
}

.content-lienhe ul li {
    margin: 0;
    padding-left: 45px;
    line-height: 25px;
    position: relative;
    list-style-type: none;
    font-size: 18px;
    margin-bottom: 20px;
}

.content-lienhe ul li::before {
    content: "\f3c5";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    font-size: 16px;
    position: absolute;
    color: #062F62;
    top: calc(50% - 17.5px);
    left: 0;
    border: 1px solid #062F62;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
}

.content-lienhe ul li:nth-child(1):before {
    content: "";
    background: url("assets/images/icon-logo.svg") no-repeat;
    background-size: contain;
    width: 35px;
    height: 35px;
    top: 4px;
    left: 0px;
    border-radius: 0;
    border: 0;
}

.content-lienhe ul li:nth-child(3):before {
    content: "\f590";
}

.content-lienhe ul li:nth-child(4):before {
    content: "\f658";
}

.content-lienhe ul li:nth-child(5):before {
    content: "\f017";
}

.slide-3Congnghe .flickity-slider .row,
.slider-vinhdanh .flickity-slider .row {
    width: 33.333% !important;
    opacity: 1;
    margin-left: 0px;
    margin-right: 0px;
}

.slider-vinhdanh .flickity-slider .row .img-inner img {
    height: 200px;
    object-fit: contain;
}

.slider-vinhdanh .flickity-slider .row p {
    font-size: 18px;
    font-weight: 700;
    width: 80%;
    margin: auto;
    height: 60px;
    display: flex;
    align-items: center;
}

.content-vanhoa h3 {
    color: #062F62;
    font-size: 30px;
    line-height: 40px;
}

.hinhanh-vanhoa img {
    border-radius: 15px;
}

.slide-3Congnghe .box.box-label .box-text {
    width: 90%;
    border-radius: 10px;
}

.slide-3Congnghe .box.box-label .box-text .box-text-inner {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    align-items: center;
}

.slide-3Congnghe .box.box-label .box-text .box-text-inner .img {
    flex-basis: 50px;
    max-width: 50px;
    width: 50px !important;
    margin-right: 5px;
}

.slide-3Congnghe .box.box-label .box-text .box-text-inner .text {
    flex-basis: calc(100% - 55px);
    max-width: calc(100% - 55px);
}

.slide-3Congnghe .box.box-label .box-text .img-inner img {
    width: 40px;
    height: 40px;
}

.gallery-khachhang .gallery-col.col:nth-child(1) {
    flex-basis: 50%;
    max-width: 50%;
}

.gallery-khachhang .gallery-col.col:nth-child(2),
.gallery-khachhang .gallery-col.col:nth-child(3) {
    height: 50%;
}

.gallery-khachhang .gallery-col.col:nth-child(4) {
    right: 172px;
    top: 120px;
    position: absolute;
}

.gallery-khachhang .gallery-col.col:nth-child(5) {
    right: 0;
    top: 120px;
    position: absolute;
}

.gallery-khachhang .gallery-col.col:nth-child(1) .box-image img {
    width: 100%;
    height: 236px;
    object-fit: cover;
}

.gallery-khachhang .gallery-col.col .box-image img {
    width: 100%;
    height: 115px;
    object-fit: cover;
    border-radius: 5px;
}

.item-tamnhin {
    background: #FFF;
    padding: 24px 8px;
    border-radius: 10px;
}

.item-tamnhin h3 {
    color: #062F62;
    font-size: 28px;
    font-weight: 700;
    line-height: 35px;
}

.avatar-member {
    border-radius: 20px;
    box-shadow: 8px 4px 12px 0px rgba(0,0,0,.07),-4px -4px 12px 0px rgba(0,0,0,.07);
}

.avatar-member .box-text-inner {
    display: flex;
    flex-direction: column;
    padding: 0px 30px 0px 80px;
}

.avatar-member .box-text-inner::before {
    content: "";
    display: block;
    width: 34px;
    height: 34px;
    background: url("assets/images/quote.svg") no-repeat;
    background-size: contain;
    position: absolute;
    left: 52px;
    top: 30px;
}

.avatar-member h4 {
    order: 2;
    margin-top: 20px;
    text-align: right;
}

.avatar-member h4 .person-name {
    font-size: 45px;
    color: #f26922;
    font-family: "SVN-Darleston", sans-serif;
}

.avatar-member h4 .person-title {
    color: #6e6e6e;
    opacity: 1;
    font-size: 18px;
    font-weight: 600 !important;
}

.avatar-member .text p {
    margin-bottom: 15px;
}

.content-contact h2 {
    color: #062F62;
    font-size: 30px;
    line-height: 40px;
}

.list-lichsu1 .col,
.list-lichsu2 .col {
    flex-basis: 20%;
    max-width: 20%;
}

.icon-lichsu p::before {
    content: "";
    background: #FFF url("assets/images/icon-logo.png") no-repeat;
    background-size: 21px;
    background-position: center;
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: -30px;
    left: calc(50% - 15px);
    border: 1px solid #c43d2b;
    border-radius: 50%;
    line-height: 30px;
    z-index: 9;
}

.icon-lichsu.icon-top p::before {
    top: -30px;
    bottom: initial;
}

.boder-lichsu {
    position: relative;
}

.boder-lichsu::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 50%;
    width: auto;
    height: 40px;
    border-right: 1px solid #DDD;
}

.boder-lichsu::after {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    bottom: 10px;
    left: calc(50% - 2px);
    border-radius: 50%;
    background: #DDD;
}

.boder-lichsu.boder-top::after {
    top: 10px;
    bottom: initial;
}

.item-giaiphap {
    position: relative;
    padding-left: 20px;
}

.item-giaiphap::before {
    content: "";
    width: auto;
    height: 100%;
    position: absolute;
    border-left: 1px solid #67B0E9;
    left: 0;
    top: 0;
}

.item-giaiphap::after {
    content: "";
    width: 10px;
    height: 10px;
    border: 3px solid #FFF;
    background: #67B0E9;
    position: absolute;
    border-radius: 50%;
    left: -5px;
    top: calc(50% - 5px);
}

.item-giaiphap h4 {
    color: #062F62;
    font-size: 28px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0.01em;
}

.rt-section-duan .banner-layers h4 {
    font-size: 28px;
    font-weight: 400;
    line-height: 35.11px;
    letter-spacing: 0.02em;
    margin-top: 0px;
    margin-bottom: 5px;
}

.rt-section-duan .banner-layers a.button {
    font-size: 14px;
    font-weight: 600;
    line-height: 33px;
    background: rgb(33 77 133 / 60%);
}

.rt-section-duan .banner-inner .banner-layers .fill {
    bottom: 0;
    top: initial;
    height: 60%;
    background: linear-gradient(358.33deg, #111F31 7.22%, rgba(25, 25, 78, 0) 64.6%);
}

/* Default slide */
.wrapper-customers .list-customers .slick-slide{
    height: 350px;
    transform: scale(0.8);
    transition: all 0.4s ease-in-out;
}

.wrapper-customers .list-customers .slick-slide,
.wrapper-customers .list-customers .slick-slide[aria-hidden="true"]:not(.slick-cloned) ~ .slick-cloned[aria-hidden="true"] {
    transform: scale(0.8, 0.8);
    transition: all 0.4s ease-in-out;
}

/* Active center slide (You can change anything here for cenetr slide)*/
.wrapper-customers .list-customers .slick-center,
.wrapper-customers .list-customers .slick-slide[aria-hidden="true"]:not([tabindex="-1"]) + .slick-cloned[aria-hidden="true"] {
    transform: scale(1.1);
}

.wrapper-customers .list-customers .slick-current.slick-active{
    transform: scale(1.1);
}

.wrapper-customers .list-customers .item-customers .icon-box-text {
    display: none;
}
.wrapper-customers .list-customers .item-customers.slick-current.slick-active .icon-box-text {
    display: block;
    position: relative;
}
.wrapper-customers .list-customers .item-customers.slick-current.slick-active .icon-box-text a {
    position: absolute;
    top: 4px;
    right: 0;
}
.wrapper-customers .list-customers .icon-box-text h4 {
    color: #21436E;
    font-size: 16px;
    font-weight: 600;
    line-height: 27px;
    margin-top: 10px;
    margin-bottom: 5px;
    font-family: "Open Sans";
}
.wrapper-customers .list-customers .icon-box-text p {
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 0;
}
.wrapper-customers .list-customers .item-customers.slick-active::nth-child(2) {
    left: 0;
}
.wrapper-customers .list-customers .item-customers .customers-image a {
    position: relative;
}
.wrapper-customers .list-customers .item-customers .customers-image a:before {
    content: "";
    background: url("assets/images/icon-video.png") no-repeat center / contain;
    width: 40px;
    height: 40px;
    position: absolute;
    top: calc(50% - 20px);
    right: calc(100% - 20px);
}

.mfp-auto-cursor .mfp-content {
    line-height: 0;
}

.wrapper-customers .list-customers .slick-list.draggable {
    padding-top: 30px !important;
}

/** Blog **/

h1.page-title {
    font-size: 35px;
    color: #062F62;
}

.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 {
    color: #062F62;
    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.box-normal .post-title {
    color: #062F62;
    font-size: 17px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 0em;
}

.box.box-vertical .post-title {
    color: #062F62;
    font-size: 22px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 0em;
}

.box.box-vertical .post-meta {
    font-size: 14px;
    opacity: 1;
}

.post-item .box.box-normal .post-meta {
    font-size: 12px;
    color: #062F62;
}

.post-item .box.box-normal .is-divider {
    background: transparent;
}

.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: #062F62;
    height: 32px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0em;
    line-height: 32px;
    border-radius: 25px;
    padding: 0px 15px;
    border: 1px solid #062F62;
    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 **/

.heading-home h2,
.heading-home .h2 {
    color: #062F62;
    font-size: 48px;
    font-weight: 400;
    line-height: 60.19px;
    margin-bottom: 15px;
}

.heading-home p,
.heading-home .p {
    width: 70%;
    margin: auto;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
}

.btn-home {
    padding: 0px 25px;
    height: 40px;
    line-height: 35px !important;
}

.btn-home span {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

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

.row-slide {
    white-space: nowrap;
}

.slide-item-1 {
    margin-bottom: 8px;
    animation: marqueeToLeft 30s linear infinite;
}

.slide-item-2 {
    animation: marqueeToRight 30s linear infinite;
}

.d-inline-block {
    display: inline-block !important;
}

.row-slide .list-slide-video {
    cursor: pointer;
    vertical-align: middle;
    position: relative;
    width: 270px;
    height: 362px;
    transition: width 10s,padding 10s linear;
}

.row-slide .list-slide-video img {
    position: absolute;
    left: 5px;
    top: 5px;
    min-height: 100%;
    object-fit: cover;
}

.background-logo {
    transform: scale(1.4);
    z-index: 1;
    top: 0;
    left: 0;
    transform-origin: center;
    opacity: .9;
    transition: all .3s linear;
}

.show-logo {
    opacity: 1;
    transform: scale(1.1);
}

.bg-logo {
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-color: rgb(255 255 255/0%);
}

@keyframes marqueeToLeft {
    from {
        transform:translateX(0%)
    }
    to {
        transform:translateX(-100%)
    }
}

@keyframes marqueeToRight {
    from {
        transform:translateX(-100%)
    }
    to {
        transform:translateX(0%)
    }
}

.content-intro h2,
.content-intro .h2 {
    color: #062F62;
    font-size: 35px;
    font-weight: 500;
    line-height: 47.52px;
}

.content-intro h3,
.content-intro .h3 {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
}

.content-intro p {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    text-align: justify;
}

.bg_dichvu {
    margin-top: -120px;
}

.bg_dichvu .section-bg.bg-loaded {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position-y: top;
}

.bg_dichvu .box.box-overlay {
    border-radius: 10px;
    overflow: hidden;
}

.bg_dichvu .box.box-overlay .box-text {
    padding-top: 70%;
    background: linear-gradient(17.37deg, #111F31 12.74%, rgba(17, 31, 49, 0) 67.43%);
}

.bg_dichvu .box.box-overlay .box-text h3 {
    font-size: 48px;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 10px;
}

.bg_dichvu .box.box-overlay .box-text h4 {
    font-size: 28px;
    font-weight: 400;
    line-height: 35.11px;
}

.slider-camnhan .row.row-collapse .text-camnhan {
    display: none;
}

.slider-camnhan .row.row-collapse.is-selected .text-camnhan {
    display: block;
}

.title-kol .col.large-12 {
    background: linear-gradient(90deg, #002E5E 0%, #0B4082 100%);
}

.title-kol .block__element_head h2 {
    position: relative;
}

.title-kol .block__element_head .sp_block::before {
    content: "";
    width: calc(50% - 280px);
    height: auto;
    border-bottom: 1px solid #FFFFFF;
    top: 35px;
    left: 0;
    position: absolute;
}

.title-kol .block__element_head .sp_block::after {
    content: "";
    width: calc(50% - 280px);
    height: auto;
    border-bottom: 1px solid #FFFFFF;
    top: 35px;
    right: 0;
    position: absolute;
}

.title-kol .block__element_head .sp_block span {
    color: #FFF;
    font-size: 48px;
    font-weight: 400;
    line-height: 60.19px;
    letter-spacing: 0.01em;
    position: relative;
}

.title-kol .block__element_head .sp_block span::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #FFF;
    top: 31px;
    right: -25px;
    position: absolute;
}

.title-kol .block__element_head .sp_block span::after {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #FFF;
    top: 31px;
    left: -25px;
    position: absolute;
}

.item-dichvu {
    flex-basis: 20%;
    max-width: 20%;
}

.item-dichvu .box-text h4 {
    font-size: 17px;
    font-weight: 600;
    line-height: 27px;
    letter-spacing: 0.02em;
    color: rgb(90 49 41 / 90%);
    text-transform: uppercase;
}

.slider-wrapper.slider-feedback {
    margin-left: -10px;
    margin-right: -10px;
}

.slider-feedback .img.has-hover {
    width: 33.333% !important;
    padding-left: 10px;
    padding-right: 10px;
}

.slider-lienhe .flickity-page-dots,
.sliderNav-customers .flickity-page-dots,
.slider-wrapper .slider.slider-nav-simple .flickity-page-dots {
    bottom: -30px;
}

.slider-lienhe .flickity-page-dots .dot,
.related-post .flickity-enabled .flickity-page-dots .dot,
.sliderNav-customers .flickity-page-dots .dot,
.slider-wrapper .slider.slider-nav-simple .flickity-page-dots .dot {
    background: rgb(33 67 110 / 45%);
    border: 0;
    opacity: 1;
}

.slider-lienhe .flickity-page-dots .dot.is-selected,
.related-post .flickity-enabled .flickity-page-dots .dot.is-selected,
.sliderNav-customers .flickity-page-dots .dot.is-selected,
.slider-wrapper .slider.slider-nav-simple .flickity-page-dots .dot.is-selected {
    width: 35px;
    border-radius: 35px;
    background: #21436e;
}

.slider-customers .flickity-button.flickity-prev-next-button,
.slider-customers .flickity-button.flickity-prev-next-button,
.slider.slider-nav-simple .flickity-button.flickity-prev-next-button,
.slider.slider-nav-simple .flickity-button.flickity-prev-next-button {
    opacity: 1;
}

.slider-customers .flickity-button.previous .flickity-button-icon,
.slider.slider-nav-simple .flickity-button.previous .flickity-button-icon {
    display: block;
    background: url("assets/images/icon-previous.svg") no-repeat;
    background-size: contain;
    background-position: center;
    width: 19px;
    height: 38px;
}

.slider-customers .flickity-button.next .flickity-button-icon,
.slider.slider-nav-simple .flickity-button.next .flickity-button-icon {
    display: block;
    background: url("assets/images/icon-next.svg") no-repeat;
    background-size: contain;
    background-position: center;
    width: 19px;
    height: 38px;
}

.slider-customers .flickity-prev-next-button .flickity-button-icon path,
.slider .flickity-prev-next-button .flickity-button-icon path {
    display: none;
}

.icon-box.icon-box-left .icon-box-img {
    width: 65px !important;
    margin-right: 15px;
    display: flex;
    justify-content: center;
}

.icon-box.icon-box-left .icon-box-img img {
    width: auto;
    object-fit: contain;
}

.sliderNav-customers {
    width: 80%;
    margin: auto;
}

.slider-customers .flickity-slider .item-asNav__customers {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 33.333% !important;
    height: 445px;
}

.slider-customers .flickity-slider .item-asNav__customers img {
    width: 300px;
    height: 300px;
    border-radius: 50%;
    object-fit: cover;
    border: 6px solid #062F62;
}

.slider-customers .flickity-slider .item-asNav__customers.is-selected img {
    width: 400px;
    max-width: 400px;
    height: 400px;
    border-radius: 50%;
    object-fit: cover;
}

.testimonial-box .testimonial-meta {
    margin-bottom: 10px;
}

.testimonial-box .testimonial-meta h4.testimonial-name {
    color: #062F62;
    font-size: 24px;
    font-weight: 600;
    line-height: 38.88px;
}

.testimonial-box .testimonial-company {
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    color: #062F62;
}

.testimonial-box .testimonial-text {
    font-size: 17px;
    font-style: italic !important;
    font-weight: 400;
    line-height: 30px;
}

#nhan-tu-van {
    border-radius: 20px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    border: 1px solid #f26921;
    background-color: #fdf5f0;
    padding-bottom: 0px !important;
}

#nhan-tu-van h2 {
    font-family: "SVN-Darleston", sans-serif;
    font-size: 56px;
    color: #f26921;
    line-height: 1.2;
}

#nhan-tu-van h3 {
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 25px;
    color: #f26921;
    font-weight: 700;
}

#sale-tung-bung {
    padding-top: 195px !important;
    padding-bottom: 160px !important;
    background: url("assets/images/bg_popup.jpg") no-repeat;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: rgba(50,50,93,.25) 0px 13px 27px -5px,rgba(0,0,0,.3) 0px 8px 16px -8px;
    border-radius: 20px;
}

#sale-tung-bung form.wpcf7-form {
    margin: 0;
}

#nhan-tu-van form.wpcf7-form input[type="submit"] {
    margin: 0;
    border: 0;
    border-radius: 10px;
    background: #f26921;
    display: block;
    margin: auto;
}

#sale-tung-bung form.wpcf7-form input[type="submit"] {
    margin: 0;
    border: 0;
    border-radius: 50px;
    background: #f26921;
    display: block;
    margin: auto;
}

#nhan-tu-van form.wpcf7-form .wpcf7-form-control-wrap input[type="text"],
#nhan-tu-van form.wpcf7-form .wpcf7-form-control-wrap input[type="tel"],
#nhan-tu-van form.wpcf7-form .wpcf7-form-control-wrap select {
    height: 45px;
    line-height: 45px;
    border: 1px solid #f26921;
    border-radius: 10px;
    font-size: 16px;
    text-align: center;
}

#sale-tung-bung form.wpcf7-form .wpcf7-form-control-wrap input[type="text"],
#sale-tung-bung form.wpcf7-form .wpcf7-form-control-wrap input[type="tel"] {
    height: 45px;
    line-height: 45px;
    border: 0px;
    border-radius: 10px;
    font-size: 16px;
    text-align: center;
}

#nhan-tu-van form.wpcf7-form .wpcf7-form-control-wrap input[type="text"]::placeholder,
#nhan-tu-van form.wpcf7-form .wpcf7-form-control-wrap input[type="tel"]::placeholder,
#sale-tung-bung form.wpcf7-form .wpcf7-form-control-wrap input[type="text"]::placeholder,
#sale-tung-bung form.wpcf7-form .wpcf7-form-control-wrap input[type="tel"]::placeholder {
    color: #ff6900;
}

.mfp-close-btn-in .mfp-close {
    color: #C14627;
    mix-blend-mode: color-dodge;
    background: #fff;
    border-radius: 50%;
    right: 5px;
    top: 5px !important;
    width: 35px;
    height: 35px;
    border: 4px solid #B44029;
    line-height: 30px;
    font-size: 30px;
    text-align: center;
    opacity: 1 !important;  
}

.gallery-baochi .gallery-col .box-image img {
    width: 100%;
    height: 60px;
    object-fit: contain;
    border: 1px solid #DDD;
    border-radius: 5px;
    padding: 10px 0px;
}

.gallery-duan .gallery-col .box-image img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.list-counter__box {
    background: #f47736;
    margin-top: -150px;
    border-radius: 25px;
}

.list-counter__box .icon-box {
    padding: 25px 25px;
}

#counter-box h3 {
    color: #FFF;
    font-size: 60px;
    line-height: 70px;
    margin-bottom: 0;
    font-weight: bold;
}

#counter-box h3.counter::after {
    content: "+";
    font-size: 60px;
    padding-left: 5px;
}

.list-counter__box .col:nth-child(2) #counter-box h3.counter::after {
    display: none;
}

#counter-box p {
    font-size: 20px;
    color: #ffffff;
    opacity: 0.7;
    font-weight: bold;
}

.video-duan p iframe {
    overflow: hidden;
    border-radius: 25px;
    border: 5px solid #fc5801 !important;
}

.rt-section-why .icon-box.featured-box {
    height: 100%;
    border-radius: 8px;
    background: #FFF;
    padding: 35px 25px;
    box-shadow: 0px 0px 8px 0px #0000002E;
}

.rt-section-why .icon-box.featured-box:hover {
    color: #FFF;
    background: linear-gradient(201.9deg, #0C4184 6.39%, #02244E 88.94%);
}

.rt-section-why .icon-box.featured-box h3 {
    color: #21436E;
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
    font-family: "Open Sans";
}

.rt-section-why .icon-box.featured-box:hover h3 {
    color: #FFF;
}

.rt-section-why .icon-box.featured-box p {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    text-align: justify;
}

/** Menu **/

ul.header-nav.nav-uppercase >li.menu-item >a {
    text-transform: uppercase;
}

.nav-dropdown-has-arrow.nav-dropdown-has-border li.has-dropdown:before {
    border-bottom-color: rgb(0 0 0 / 1%);
}

.nav-dropdown-default .nav-column li>a, 
.nav-dropdown.nav-dropdown-default>li>a {
    border-bottom: 1px dashed rgb(0 0 0 / 15%);
}

.nav-column>li>a, 
.nav-dropdown>li>a, 
.nav-vertical-fly-out>li>a, 
.nav>li>a {
    color: #222;
}

.nav-dropdown-has-border .nav-dropdown {
    border: 0;
    padding: 10px;
    min-width: 290px;
}

.nav-dropdown li {
    font-size: 14px;
}

li.current-dropdown>.nav-dropdown-full,
li.has-dropdown:hover>.nav-dropdown-full {
    display: block;
}

.nav-dropdown-full>li.nav-dropdown-col {
    width: 25%;
    float: left;
}

.nav-dropdown .menu-item-has-children>a,
.nav-dropdown .nav-dropdown-col>a,
.nav-dropdown .title>a {
    color: #222;
    font-size: 14px;
    font-weight: bold;
}

#main-menu ul.nav-sidebar .html.custom {
    color: #FFF;
    flex-flow: nowrap;
}

#main-menu ul.nav-sidebar .html.custom i {
    min-width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    margin-right: 10px;
    text-align: center;
    border: 1px solid #FFF;
}

/** Menu sub-menu 3 **/

.nav-dropdown>li.nav-dropdown-col {
    display: block;
}

.nav-dropdown {
    border: 1px solid #f1f1f1;
    padding: 0;
	min-width: 280px;
	border-radius: 0px !important;
	top: 40px;
}
.nav-dropdown .nav-dropdown-col>a,
.nav-dropdown li a {
	color: #7b7b7b;
    font-weight: normal !important;
    text-transform: none;
    font-size: 14px;
    font-weight: 500;
	padding: 10px 10px;
	border-bottom: 1px solid #f1f1f1;
}

.nav-dropdown-default>li:hover>a, 
.nav-dropdown .nav-dropdown-col>ul li:hover>a {
    color: #FB8800;
}

.nav-dropdown-default>li.menu-item-has-children>a {
    position: relative;
}

.nav-dropdown-default>li.menu-item-has-children>a::before {
    content: "\f105";
    font-family: "FontAwesome";
    font-size: 15px;
    position: absolute;
    top: 0px;
    right: 0px;
    line-height: 40px;
}

.nav-dropdown-has-arrow li.has-dropdown:before {
    border-width: 10px;
    margin-left: -10px;
}

.nav-dropdown .nav-dropdown-col>ul {
    margin-top:-40px;
    box-shadow: 1px 1px 15px rgba(0,0,0,.15);
    display:none;
    position: absolute;
    left: 100%;
    z-index: 9;
    background: white;
    min-width: 240px;
}

.nav-dropdown>li.nav-dropdown-col {
    width:100%;
    border-right:0;
}

.nav-dropdown .nav-dropdown-col>ul li a {
    padding:10px;
    text-transform: none;
    color:black;
}

.header-nav li.nav-dropdown-col:hover >ul {
    display:block !important;
}

/** Mega Menu **/

ul.nav.header-nav >li.mega-menu {
    position: initial;
}

li.mega-menu.current-dropdown>.nav-dropdown {
    left: 0px;
    margin-left: 0px !important;
}

.mega-menu ul.sub-menu li {
    width: 33.333%;
    float: left;
    padding-left: 42px;
    padding-right: 10px;
    position: relative;
    padding-top: 10px;
    padding-bottom: 20px;
}

.mega-menu .nav-dropdown-default .nav-column li>a,
.mega-menu .nav-dropdown.nav-dropdown-default>li>a {
    margin: 0;
    padding: 0;
    padding-bottom: 5px;
    border-bottom: 0;
}

.rt-section-01 .title-introduct h2 {
    color: #042A59;
    display: flex;
    align-items: center;
    font-size: 48px;
    font-weight: 400;
    line-height: 60.19px;
    margin-bottom: 15px;
}

.rt-section-01 .title-introduct h2 span:last-child {
    background: -webkit-linear-gradient(90deg, #02244E 0%, #0B4082 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.box.box-normal h5.post-title a {
    color: #403F46;
    font-size: 17px;
    font-weight: 400;
    line-height: 27px;
    font-family: "Open Sans";
}

.box.box-vertical h5.post-title a {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    line-height: 25px;
    font-family: "Open Sans";
}

.box.box-vertical .box-text .is-divider {
    display: none;
}

.rt-section-news .col.post-item >.col-inner {
    border-radius: 8px;
    overflow: hidden;
}

.off-canvas .nav-vertical>li>a {
    line-height: 30px;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
    #logo img {
        max-height: 55px !important;
    }
    .content-intro h2,
    .content-intro .h2 {
        font-size: 25px;
    }
    .heading-home h2,
    .heading-home .h2 {
        font-size: 24px;
        margin-bottom: 10px;
    }
    .heading-home p,
    .heading-home .p {
        font-size: 16px;
    }
    .row-slide .list-slide-video {
        width: 110px;
        height: 174px;
    }
    .bg-logo {
        background-size: 50% !important;
    }
    .item-dichvu {
        flex-basis: 50%;
        max-width: 50%;
    }
    .slider-customers .flickity-slider .item-asNav__customers {
        height: 180px;
    }
    .slider-customers .flickity-slider .item-asNav__customers.is-selected img {
        width: 150px;
        max-width: 150px;
        height: 150px;
    }
    .slider-customers .flickity-slider .item-asNav__customers img {
        width: 110px;
        height: 110px;
    }
    .sliderNav-customers {
        width: 100%;
    }
    .testimonial-box .testimonial-meta h4.testimonial-name {
        font-size: 18px;
    }
    .testimonial-box .testimonial-company {
        font-size: 15px;
    }
    .testimonial-box .testimonial-text {
        font-size: 14px;
        line-height: 25px;
    }
    .slider-wrapper .flickity-prev-next-button {
        display: block;
    }
    .slider-feedback .img.has-hover {
        width: 100% !important;
    }
    .slide-3Congnghe .flickity-slider .row,
    .slider-vinhdanh .flickity-slider .row {
        width: 100% !important;
    }
    .content-contact h2 {
        font-size: 22px;
        line-height: 30px;
    }
    .content-vanhoa h3 {
        font-size: 22px;
        line-height: 30px;
    }
    .avatar-member .box-text-inner {
        padding: 0px 20px 0px 50px;
    }
    .avatar-member .box-text-inner::before {
        left: 8px;
        top: 12px;
    }
    .avatar-member h4 .person-name {
        font-size: 30px;
    }
    .avatar-member h4 .person-title {
        font-size: 15px;
    }
    .gallery-khachhang .gallery-col.col:nth-child(1) {
        flex-basis: 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .gallery-khachhang .gallery-col.col .box-image img {
        height: 90px;
    }
    .gallery-khachhang .gallery-col.col:nth-child(1) .box-image img {
        height: 90px;
    }
    .gallery-khachhang .gallery-col.col:nth-child(4),
    .gallery-khachhang .gallery-col.col:nth-child(5) {
        position: initial;
    }
    #counter-box h3 {
        font-size: 35px;
        line-height: 50px;
    }
    #counter-box h3.counter::after {
        font-size: 35px;
    }
    #counter-box p {
        font-size: 18px;
    }
    /** Footer **/
    .footer-widget-asea:nth-child(1),
    .footer-widget-asea:nth-child(2),
    .footer-widget-asea:nth-child(3) {
        flex-basis: 100%;
        max-width: 100%;
    }
    .bg_dichvu .box.box-overlay .box-text h3 {
        font-size: 30px;
        line-height: 25px;
    }
    .bg_dichvu .box.box-overlay .box-text h4 {
        font-size: 18px;
        line-height: 25px;
    }
    .btn-home {
        padding: 0px 10px;
        height: 30px;
        line-height: 30px !important;
    }
    .btn-home span {
        font-size: 14px;
        line-height: 20px;
    }
    .rt-section-duan .banner-layers h4 {
        font-size: 21px;
        line-height: 23px;
    }
    .rt-section-why .icon-box.featured-box h3 {
        font-size: 15px;
    }
    .rt-section-why .icon-box.featured-box p {
        font-size: 14px;
            line-height: 23px;
    }
    .rt-section-why .icon-box.featured-box {
        padding: 15px;
    }
    .sidebar-wrapper .widget.widget_social {
        text-align: center;
    }





}