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

/** Fonts Plus Jakarta Sans **/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@font-face {
    font-family: 'SVN-Darleston';
    src: url('assets/fonts/SVN-Darleston/SVN-Darleston.woff2') format('woff2'), 
    url('assets/fonts/SVN-Darleston/SVN-Darleston.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

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

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

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

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

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

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

/** Header **/

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

.html_topbar_left p::before {
    content: "";
    background: url("assets/images/icon-phone.svg") no-repeat;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 0;
    left: 0;
}

.html_topbar_left strong {
    color: #5C302D;
}



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

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

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

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



/** 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: #583231;
}

.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: #583231;
}

#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: #583231;
}

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

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

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

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

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

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

.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(3) ul li {
    position: relative;
    margin: 0;
    padding-left: 23px;
    line-height: 30px;
    margin-bottom: 5px;
}

.footer-widget-asea:nth-child(3) 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(3) ul li:nth-child(1):before {
    content: "";
    background: url("assets/images/icon-logo.svg") no-repeat;
    background-size: contain;
    width: 21px;
    height: 17px;
    top: 5px;
    left: -4px;
}

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

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

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

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

#footer .social-icons span {
    color: #583231;
    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 {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0.02em;
    margin-bottom: 20px;
}

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

#footer a.back-to-top {
    background: rgb(88, 50, 49);
    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: #583231;
    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: #583231;
    top: calc(50% - 17.5px);
    left: 0;
    border: 1px solid #583231;
    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: rgb(88, 50, 49);
    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: #583231;
    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: #583231;
    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 #F26922;
    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;
}

/** Blog **/

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

.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: #583231;
    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: #583231;
    font-size: 17px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 0em;
}

.box.box-vertical .post-title {
    color: #583231;
    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: #583231;
}

.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: #583231;
    height: 32px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0em;
    line-height: 32px;
    border-radius: 25px;
    padding: 0px 15px;
    border: 1px solid #583231;
    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 {
    font-size: 38px;
    font-weight: 700;
    line-height: 38.88px;
    margin-bottom: 15px;
}

.heading-home p,
.heading-home .p {
    font-size: 19px;
    font-weight: 400;
    line-height: 21.6px;
    letter-spacing: 0.02em;
}

.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: #583231;
    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: 15px;
    font-weight: 400;
    line-height: 40px;
}

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

.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: #EBD9CB;
    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: #D09E7B;
}

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

.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: #583231;
    font-size: 24px;
    font-weight: 600;
    line-height: 38.88px;
}

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

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


#nhan-tu-van form.wpcf7-form input[type="submit"] {
    margin: 0;
    border: 0;
    border-radius: 10px;
    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;
}


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



@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
    .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%;
    }
}