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


@font-face {
    font-family: 'Helvetica Neue';
    src: url('./assets/fonts/Helvetica Neue/HelveticaNeue-01.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Helvetica Neue';
    src: url('./assets/fonts/Helvetica Neue/HelveticaNeue-Italic-03.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Helvetica Neue';
    src: url('./assets/fonts/Helvetica Neue/HelveticaNeue-Medium-11.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Helvetica Neue';
    src: url('./assets/fonts/Helvetica Neue/HelveticaNeue-Bold-02.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Helvetica Neue';
    src: url('./assets/fonts/Helvetica Neue/HelveticaNeue-Light-08.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'Helvetica Neue', sans-serif !important;
}

h1, h2, h3, h4, h5, h6, p, ul li {
    font-family: 'Helvetica Neue', sans-serif !important;
}

b, strong {
    font-family: 'Helvetica Neue', sans-serif !important;
    font-weight: 700;
}

.header .header-nav > li.menu-item {
    display: inline-block !important;
    vertical-align: middle !important;
    margin: 0 !important;
    padding: 0 !important;
}
.header .header-nav > li.menu-item > a {
    font-family: 'Helvetica Neue', sans-serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    font-style: normal !important;
    color: #ffffff !important;
    line-height: 80px !important;
    height: 80px !important;
    padding: 0px 16px !important;
    margin: 0 !important;
    display: block !important;
    text-transform: uppercase !important;
    vertical-align: baseline !important;
}
.header .header-nav > li.menu-item > a > i {
    vertical-align: baseline !important;
}

.header .nav-dropdown {
    background-color: rgba(0, 0, 0, 0.6) !important;
    border-radius: 0 !important;
    padding: 0 !important;
    box-shadow: none !important;
    width: 240px !important;
    max-width: none !important;
    border: 0 !important;
}
.header ul.nav-dropdown.nav-dropdown-default > li > a {
    border-bottom: none !important;
    margin: 0 !important;
    padding: 0px 10px !important;
}
.header .nav-dropdown > li.menu-item > a {
    display: block !important;
    font-family: 'Helvetica Neue', sans-serif !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #ffffff !important;
    background-color: rgba(0, 0, 0, 0.6) !important;
    margin: 0 !important;
    padding: 0px 10px !important;
    line-height: 40px !important;
    text-transform: uppercase !important;
    transition: none !important;
}
.header .nav-dropdown > li.menu-item > a:hover,
.header .nav-dropdown > li.menu-item.active > a {
    background-color: #222222 !important;
    color: #f18c3e !important;
}

@font-face {
	font-family: "Font Awesome 6 Free";
	font-style: normal;
	font-weight: 400;
	font-display: block;
	src: url("https://use.fontawesome.com/releases/v6.4.0/webfonts/fa-regular-400.woff2") format("woff2"),
	     url("https://use.fontawesome.com/releases/v6.4.0/webfonts/fa-regular-400.ttf") format("truetype");
}
@font-face {
	font-family: "Font Awesome 6 Free";
	font-style: normal;
	font-weight: 900;
	font-display: block;
	src: url("https://use.fontawesome.com/releases/v6.4.0/webfonts/fa-solid-900.woff2") format("woff2"),
	     url("https://use.fontawesome.com/releases/v6.4.0/webfonts/fa-solid-900.ttf") format("truetype");
}
@font-face {
	font-family: "Font Awesome 6 Brands";
	font-style: normal;
	font-weight: 400;
	font-display: block;
	src: url("https://use.fontawesome.com/releases/v6.4.0/webfonts/fa-brands-400.woff2") format("woff2"),
	     url("https://use.fontawesome.com/releases/v6.4.0/webfonts/fa-brands-400.ttf") format("truetype");
}

.fa-brands, .fas {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: var(--fa-display, inline-block);
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	text-rendering: auto;
}
.fas { font-family: "Font Awesome 6 Free"; font-weight: 900; }
.fa-brands { font-family: "Font Awesome 6 Brands"; font-weight: 400; }
.fa-phone-alt:before { content: "\f879"; }
.fa-facebook-messenger:before { content: "\f39f"; }

.xc-float-contact {
	position: fixed;
	z-index: 999;
	bottom: 85px;
	right: 28px;
}

.xc-float-contact__list {
	margin-bottom: 0;
	padding: 0;
}

.xc-float-contact__item {
	list-style: none;
	margin-top: 10px;
	margin-bottom: 0;
	border-radius: 99px;
	overflow: hidden;
	animation: chang-rotage 1.5s ease-in-out 1s infinite alternate;
}

.xc-float-contact__item--facebook { background: #2a9eed; }
.xc-float-contact__item--zalo { background: #0068ff; }
.xc-float-contact__item--phone { background: #d40001; }

.xc-float-contact__item:hover {
	background: #fff !important;
	box-shadow: 0px 0px 10px #e5e5e5;
}

.xc-float-contact__item:hover i {
	color: var(--primary-color);
}

.xc-float-contact__link {
	display: block;
	text-decoration: none;
}

.xc-float-contact__link i {
	font-size: 18px;
	padding: 5px 10px;
	display: block;
	text-align: center;
	color: #fff;
	line-height: 28px;
}

.xc-float-contact__link img {
	max-width: 38px;
	height: auto;
	object-fit: cover;
	display: block;
}

.post-title a {
	font-size: 1.1em;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 50px;
    margin-bottom: 8px;
}

.meta-blog {
	display: flex;
	gap: 15px;
	align-items: center;
	color: #4D4D4D;
}

.cat-label {
	display: inline-block;
    text-transform: none !important;
}

.cat-label a {
    color: inherit;
    background-color: #F3F4F6;
    padding: 2px 10px;
    border-radius: 4px;
    display: inline-block;
    vertical-align: middle;
}

.cat-label, .post-meta {
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 25px;
	color: #4D4D4D;
	text-transform: capitalize;
	margin: 0 !important;
}

.blog-archive .post-item .custome-hover {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}
.box-overlay:hover .custome-hover { 
    opacity: 1;
    visibility: visible;
}

.blog-archive .post-item .is-divider {
	display: none;
}

.post-item .from_the_blog_excerpt,
.post-item p {
    color: #4D4D4D;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0.5em;
}

.post-item .box-image:hover img {
    transform: scale(1.1);
    transition: transform 0.4s ease;
}

.xc-footer {
	background-color: #0c0c0c;
	color: #f1f1f1;
}

.xc-footer p, 
.xc-footer div, 
.xc-footer span,
.xc-footer li {
	color: #f1f1f1;
}

.xc-footer__widget-title {
	font-family: Lato, sans-serif;
	font-weight: 700;
	color: #fff;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.xc-footer .logo-footer {
	width: 44%;
	max-width: 250px;
	margin-bottom: 20px;
}
@media (min-width: 550px) {
	.xc-footer .logo-footer {
		width: 39%;
	}
}

.xc-footer__contact-list {
	list-style: none;
	margin-left: 0 !important;
	padding-left: 0;
}

.xc-footer__contact-list li {
	display: flex;
	align-items: flex-start;
	padding-left: 0;
	margin-bottom: 15px;
	font-size: 16px;
}

.xc-footer__contact-list li::before {
	content: "";
	display: inline-block;
	flex-shrink: 0;
	width: 20px;
	height: 20px;
	margin-right: 15px;
	margin-top: 3px;
	background-size: contain !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
}

.xc-footer__contact-list li:nth-child(1)::before {
	background: url("https://klux.com.vn/wp-content/uploads/2024/07/solar_garage-linear.png");
}

.xc-footer__contact-list li:nth-child(2)::before {
	background: url("https://klux.com.vn/wp-content/uploads/2024/07/solar_phone-linear.png");
}

.xc-footer__contact-list li:nth-child(3)::before {
	background: url("https://klux.com.vn/wp-content/uploads/2024/07/solar_map-point-search-linear.png");
}

.xc-footer__contact-list li:nth-child(4)::before {
	background: url("https://klux.com.vn/wp-content/uploads/2024/07/solar_letter-linear.png");
}

.xc-footer .row.social {
	justify-content: flex-start; 
}

.xc-footer .social .img {
	max-width: 35px;
	margin-bottom: 15px; 
}

.xc-footer .social .img img {
	width: 100%;
}

.xc-footer .dmca {
	margin-top: 15px;
	max-width: 100px; 
}

.xc-footer .dmca img {
	width: 100%;
	height: auto;
}

.xc-footer .copyright {
	color: #9d9d9d !important;
	font-size: 14px;
}

.absolute-footer {
	display: none !important;
}

.page-title {
    font-family: "Helvetica Neue", sans-serif;
    font-style: normal;
    font-weight: 400;
    color: rgb(35, 38, 47);
    font-size: 28px;
    line-height: 42px;
}

.entry-meta.uppercase {
    text-transform: none !important;
}

.tp-post-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: #666;
    font-size: 14px;
    text-transform: none;
    margin-bottom: 30px;
    padding-top: 10px;
}

.tp-post-meta > span {
    display: inline-flex;
    align-items: center;
    font-weight: 400;
    margin-right: 5px;
}

.tp-post-meta > span a {
    color: #4D4D4D;
    font-weight: 500;
}

.tp-post-meta > span a:hover {
    color: #F18C3E;
}

.tp-post-meta i {
    color: #F18C3E;
    margin-right: 6px;
    font-size: 14px;
}

@media screen and (min-width: 850px) {
    .blog-single .row-divided > .col + .col:not(.large-12) {
        border-left: none !important;
    }
    .blog-single .row-large > .col {
        padding: 0 15px 30px !important;
    }
}

#formcmmaxweb input[type="text"]:focus,
#formcmmaxweb input[type="email"]:focus,
#formcmmaxweb textarea:focus {
    background-color: #fff !important;
    color: #333 !important;
    border-color: #F18C3E !important;
    box-shadow: 0 0 5px rgba(241, 140, 62, 0.3) !important;
}

#formcmmaxweb input,
#formcmmaxweb textarea {
    border-radius: 6px !important;
    padding: 12px 15px !important;
    border: 1px solid #e0e0e0 !important;
    font-size: 15px !important;
    width: 100% !important;
    background-color: #f9f9f9 !important;
}

#formcmmaxweb .name-email {
    display: flex;
    gap: 15px;
    margin-bottom: 10px;
}

#formcmmaxweb .name-email p {
    width: 50% !important;
    float: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

#formcmmaxweb input#submit {
    background-color: #F18C3E !important;
    color: #fff !important;
    border-radius: 6px !important;
    padding: 10px 30px !important;
    font-weight: 500 !important;
    transition: all 0.3s ease;
    border: none !important;
    text-transform: uppercase;
}

#formcmmaxweb input#submit:hover {
    background-color: #e07b2d !important;
    transform: translateY(-2px);
}

span.title_comment {
    font-size: 22px !important;
    font-weight: 600 !important;
    color: #333 !important;
    text-transform: uppercase;
    margin-bottom: 20px !important;
    display: block !important;
}

.blog-single .entry-category a {
    display: inline-block !important;
    background-color: #F3F4F6 !important;
    color: #4D4D4D !important;
    border-radius: 4px !important;
    padding: 2px 10px !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    text-transform: none !important;
    margin: 0 0 15px 0 !important;
    height: auto !important;
    line-height: normal !important;
    border: none !important;
    box-shadow: none !important;
}

.blog-single .entry-category a::before,
.blog-single .entry-category a::after {
    display: none !important;
    content: none !important;
}

.blog-single .entry-divider,
.blog-single .is-divider.small,
.blog-wrapper .is-divider.small {
    display: none !important;
}

.entry-content, .entry-header-text {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.blog-single .entry-title {
    font-size: 32px !important;
    font-weight: 600 !important;
    color: #111 !important;
    line-height: 1.4 !important;
    text-transform: none !important;
    margin-bottom: 20px !important;
}

.blog-single .tp-post-meta {
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
    font-size: 14px !important;
    color: #666 !important;
    text-transform: none !important;
    margin-top: 0 !important;
}

.blog-single .tp-post-meta span {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-right: 0 !important;
}

.blog-single .tp-post-meta a {
    color: #333 !important;
    font-weight: 500 !important;
}

.blog-single .tp-post-meta a:hover {
    color: #F18C3E !important;
}

.blog-single .tp-post-meta i {
    color: #F18C3E !important;
    font-size: 14px !important;
}

.blog-single .entry-meta.uppercase {
    text-transform: none !important;
}

.blog-single .entry-meta {
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
    font-size: 14px !important;
    color: #666 !important;
    text-transform: none !important;
    margin-top: 0 !important;
}

.blog-single .entry-meta > span {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-right: 0 !important;
}

.blog-single .entry-meta a {
    color: #333 !important;
    font-weight: 500 !important;
}

.blog-single .entry-meta a:hover {
    color: #F18C3E !important;
}

#ez-toc-container {
    width: 100% !important;
}

#respond.comment-respond {
    background-color: transparent !important;
    padding: 0 !important;
    margin-top: 30px;
}

#respond .comment-reply-title {
    font-size: 22px !important;
    font-weight: 600 !important;
    color: #333 !important;
    text-transform: uppercase;
    margin-bottom: 20px !important;
}

#respond .comment-form {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

#respond .comment-form > p {
    padding: 0 10px;
    margin-bottom: 15px;
    width: 100%;
}

#respond .comment-form .comment-form-author,
#respond .comment-form .comment-form-email,
#respond .comment-form .comment-form-url {
    width: 33.3333%;
}

#respond .comment-form textarea,
#respond .comment-form input[type="text"],
#respond .comment-form input[type="email"],
#respond .comment-form input[type="url"] {
    border-radius: 6px !important;
    padding: 12px 15px !important;
    border: 1px solid #e0e0e0 !important;
    font-size: 15px !important;
    width: 100% !important;
    background-color: #f9f9f9 !important;
    color: #333 !important;
}

#respond .comment-form textarea:focus,
#respond .comment-form input[type="text"]:focus,
#respond .comment-form input[type="email"]:focus {
    background-color: #fff !important;
    border-color: #F18C3E !important;
    box-shadow: 0 0 5px rgba(241, 140, 62, 0.3) !important;
    color: #333 !important;
}

#respond .comment-form p.form-submit {
    width: 100%;
}

#respond .comment-form input#submit, .form-submit .submit {
    background-color: #F18C3E !important;
    color: #fff !important;
    border-radius: 6px !important;
    padding: 10px 30px !important;
    font-weight: 500 !important;
    transition: all 0.3s ease;
    border: none !important;
    text-transform: uppercase;
}

#respond .comment-form input#submit:hover, .form-submit .submit:hover {
    background-color: #e07b2d !important;
    transform: translateY(-2px);
}

@media screen and (max-width: 849px) {
    #respond .comment-form .comment-form-author,
    #respond .comment-form .comment-form-email,
    #respond .comment-form .comment-form-url {
        width: 100%;
    }

    .author-box .flex-row {
        flex-direction: column !important;
        align-items: center;
        text-align: center;
    }
    .author-box .flex-row .flex-col.mr {
        margin-right: 0 !important;
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 849px) {
	.blog-wrapper .post-item {
		flex-basis: 50% !important;
		max-width: 50% !important;
		padding: 5px;
	}

	.post-item .box-text {
		padding-bottom: 5px;
	}

	.post-title a {
		height: 50px;
		margin-bottom: 8px;
	}

	.blog-home .post-title a {
		font-size: 1em;
		font-style: normal;
		font-weight: 400;
		line-height: 22px;
	}

	#formcmmaxweb .name-email {
		flex-wrap: wrap;
	}
	#formcmmaxweb .name-email p {
		width: 100% !important;
	}
}

@media screen and (max-width: 549px) {
    .post-title a {
        height: 36px;
        margin-bottom: 8px;
    }
}

@media only screen and (max-width: 48em) {

}

.xc-custom-page-header {
  position: absolute !important;
  top: 0 !important;
  left: 0;
  width: 100%;
  z-index: 0;
}
.xc-custom-page-header .page-title-inner {
  min-height: 200px;
}
.xc-custom-page-header .title-bg {

  background-size: cover;
  background-position: center;
}
.xc-custom-page-header .title-overlay {
  background-color: rgba(0, 0, 0, 0.6);
}

.xc-custom-page-header.featured-title { text-shadow: unset !important; }
.xc-custom-page-header h1 { font-size: 38px; font-style: normal; font-weight: 500; line-height: 130%; text-align: left; text-transform: uppercase; }
.xc-custom-page-header .title-content { font-size: 1em; font-style: normal; font-weight: 300; line-height: normal; text-align: left; }
.xc-custom-page-header .breadcrumbs, 
.xc-custom-page-header .rank-math-breadcrumb { text-transform: none; }
.xc-custom-page-header .title-content .breadcrumbs,
.xc-custom-page-header .title-content .rank-math-breadcrumb,
.xc-custom-page-header .title-content .rank-math-breadcrumb p,
.xc-custom-page-header .title-content .rank-math-breadcrumb a { font-size: 16px !important; font-weight: 400 !important; font-style: normal !important; line-height: normal !important; margin-bottom: 0; color: #ffffff !important; }
.xc-custom-page-header .title-breadcrumbs { padding: 0; }
.xc-custom-page-header .page-title-inner {
  padding-bottom: 60px;
  flex-flow: column;
  align-items: flex-start !important;
  text-align: left !important;
  gap: 20px;
}
.xc-custom-page-header .title-wrapper,
.xc-custom-page-header .title-content { 
  margin-left: 0; 
  align-items: flex-start !important;
  text-align: left !important;
}

.xc-custom-page-header + * {
  margin-top: 200px;
}
@media (min-width:550px) {
  .xc-custom-page-header .page-title-inner {
    min-height: 300px;
  }
  .xc-custom-page-header + * {
    margin-top: 300px;
  }
}
@media (min-width:850px) {
  .xc-custom-page-header .page-title-inner {
    min-height: 430px;
  }
  .xc-custom-page-header + * {
    margin-top: 430px;
  }
}

@media screen and (max-width: 849px) {
  .xc-custom-page-header .page-title-inner { 
    padding-bottom: 30px; 
    flex-flow: column; 
    align-items: flex-start;
    gap: 10px; 
  }
  .xc-custom-page-header h1 { 
    font-size: 32px; 
    font-style: normal; 
    font-weight: 700; 
    line-height: 100%; 
    text-align: left; 
  }
}

@media screen and (max-width: 549px) {
  .xc-custom-page-header h1 { 
    font-size: 22px; 
  }
}

::-webkit-scrollbar { height: 4px; width: 8px; }
::-webkit-scrollbar-track { background: #E1E1E1; border-radius: 10px; }
::-webkit-scrollbar-thumb { background-color: #ffa500; border-radius: 10px; }

.layout-du-an .col { padding-bottom: 5px; }
.ux-relay__load-more-button {
    padding: 10px 30px !important;
    border: 1px solid #222 !important;
    border-radius: 99px !important;
    margin-top: 30px !important;
    background: transparent !important;
    color: #222 !important;
    transition: 0.3s;
}
.ux-relay__load-more-button:hover { background: #222 !important; color: #fff !important; }

.tab-duan .tab-panels { padding-top: 50px; }
.tab-duan .nav { gap: 24px; border-bottom: 0px !important; }
.tab-duan .nav-line-bottom > li > a { border-bottom: 0px !important; padding-bottom: 5px; }
.tab-duan .nav-line-bottom > li.active > a, 
.tab-duan .nav-line-bottom > li > a:hover { border-bottom: 1px solid #000 !important; color: #000; }
.tab-duan .nav-line-bottom > li > a:before { display: none !important; }

.nav-uppercase > li > a { font-weight: 500; }
.post-title a {
    font-size: 1.1em;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 50px;
    margin-bottom: 8px;
}
.box-overlay.dark .box-text { text-shadow: unset !important; }
.tab-duan .post-item .box-text h3 a, .tab-duan .post-item .box-text h5 a {
    font-size: 1em;
    font-style: normal;
    font-weight: 500;
    line-height: 1.4;
    text-transform: uppercase;
    display: block;
    height: auto;
}
.tab-duan .overlay { opacity: 0; }
.tab-duan .has-hover:hover .overlay { opacity: 1; }

@media screen and (max-width: 849px) {
    .blog-wrapper .post-item { flex-basis: 50% !important; max-width: 50% !important; padding: 5px; }
    .post-item .box-text { padding-bottom: 5px; }
    .post-title a { min-height: 50px; margin-bottom: 8px; }
    .ux-relay__load-more-button { padding: 8px 25px !important; margin-top: 15px !important; font-size: 1em; }
    .col { padding: 0 15px 15px; }
    .tab-duan .tab-panels { padding-top: 15px; }
    .ux-relay__control { padding-bottom: 0; }
}

@media screen and (max-width: 549px) {
    .tab-duan .nav { gap: 10px; }
    .tab-duan .nav-line-bottom > li > a { padding: 5px 0; }
    .post-title a { min-height: 36px; margin-bottom: 8px; }
} 
 

@media all and (min-width: 800px) {
  .fancybox-show-thumbs .fancybox-inner {
    right: 240px !important;
  }
  .fancybox-thumbs {
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: auto !important;
    width: 240px !important;
    height: 100% !important;
    padding: 10px 5px 10px 10px !important;
    box-sizing: border-box !important;
    background: #1e1e1e !important;
  }
  .fancybox-thumbs__list {
    display: flex !important;
    flex-wrap: wrap !important;
    flex-direction: row !important;
    width: 100% !important;
    height: auto !important;
    max-height: 100% !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    transform: none !important;
  }
  .fancybox-thumbs__list a {
    width: calc(50% - 5px) !important;
    margin: 0 5px 5px 0 !important;
    height: 85px !important;
    max-width: none !important;
  }
}


@media screen and (max-width: 799px) {
  .fancybox-show-thumbs .fancybox-thumbs {
    display: block !important;
    top: auto !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    height: 95px !important;
    padding: 0 !important;
    background: #1e1e1e !important;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 0 !important;
    left: 0 !important;
    top: 0 !important;
    bottom: 95px !important;
  }
  .fancybox-show-thumbs .fancybox-thumbs__list {
    display: flex !important;
    flex-wrap: nowrap !important;
    flex-direction: row !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    width: 100% !important;
    height: 100% !important;
    transform: none !important;
  }
  .fancybox-show-thumbs .fancybox-thumbs__list a {
    flex: 0 0 100px !important;
    height: 75px !important;
    max-width: 100px !important;
    margin: 10px 5px !important;
  }
}


@media screen and (max-width: 767px) {
  .entry-meta.is-xsmall .tp-post-meta {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    white-space: nowrap !important;
    font-size: 11px !important;
    padding-bottom: 5px !important;
    gap: 10px;
    -webkit-overflow-scrolling: touch;
  }
  .entry-meta.is-xsmall .tp-post-meta::-webkit-scrollbar {
    height: 2px;
  }
  .entry-meta.is-xsmall .tp-post-meta span {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
  }
}


.back-to-top {
    background-color: #E4BB83 !important;
    width: 40px !important;
    height: 40px !important;
    min-width: 40px !important;
    min-height: 40px !important;
    max-width: 40px !important;
    max-height: 40px !important;
    line-height: 40px !important; 
    font-size: 20px !important;
    border: none !important;
    color: #fff !important;
    padding: 0 !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}


.xc-float-contact__item--phone { background:#d40001; }




.header .nav-dropdown {
    margin: 0 !important;
    padding: 0 !important;
}
.header .nav-dropdown > li {
    margin: 0 !important;
    padding: 0 !important;
    margin-left: 0 !important; 
}
.header .nav-dropdown > li > a {
    margin: 0 !important;
    padding: 10px 15px !important;
    transform: none !important;
}

.header .nav-dropdown > li > a:before,
.header .nav-dropdown > li > a:after {
    display: none !important;
    content: none !important;
}
.header .nav-dropdown > li:hover > a,
.header .nav-dropdown > li > a:hover {
    padding-left: 15px !important;
    margin-left: 0 !important;
    transform: none !important;
}


.header .nav-dropdown > li > a:hover::after,
.header .nav-dropdown > li > a:hover::before,
.header .nav-dropdown > li.active > a::after,
.header .nav-dropdown > li.active > a::before,
.nav-dropdown > li > a:hover::after,
.nav-dropdown > li > a:hover::before {
    display: none !important;
    content: none !important;
    opacity: 0 !important;
    width: 0 !important;
}
.header .nav-dropdown > li > a {
    background-image: none !important;
    box-shadow: none !important;
}


.nav-dropdown-has-arrow li.has-dropdown:after,
.nav-dropdown-has-arrow li.has-dropdown:before {
    display: none !important;
    content: none !important;
    border: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
}


.flickity-page-dots { bottom: 50px !important; }
.flickity-page-dots .dot { margin: 0 15px !important; }
.flickity-page-dots .dot.is-selected { position: relative; }
.flickity-page-dots .dot.is-selected:before {
    content: "" !important;
    position: absolute !important;
    top: -13px !important;
    left: -14px !important;
    width: 34px !important;
    height: 34px !important;
    border: solid 1px #fff !important;
    border-radius: 99px !important;
}

@media screen and (max-width: 849px) {
    .flickity-page-dots { bottom: 10px !important; }
    .flickity-page-dots .dot {
        border: 3px solid #111 !important;
        border-radius: 50% !important;
        cursor: pointer !important;
        height: 8px !important;
        margin: 0 5px !important;
        width: 8px !important;
    }
    .flickity-page-dots .dot.is-selected:before {
        top: -9px !important;
        left: -9px !important;
        width: 20px !important;
        height: 20px !important;
    }
}


.xc-home-gioi-thieu {
    background: url("assets/images/GIOI-THIEU-1.png") no-repeat center 85%;
    background-size: cover;
}
.xc-home-gioi-thieu h2,
.xc-home-gioi-thieu .section-title-main,
.xc-home-gioi-thieu p {
    color: #fbf8fa !important;
}
.xc-home-gioi-thieu .section-title-normal {
    border-bottom: none !important;
}

.xc-home-gioi-thieu .nav-vertical {
    width: 40%;
    gap: 12px;
}
.xc-home-gioi-thieu .nav-vertical a {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    color: #fff !important;
    text-transform: uppercase;
}
.xc-home-gioi-thieu .nav-vertical li {
    background: linear-gradient(90deg, rgba(41, 39, 40, 0.25) 0%, rgba(41, 39, 40, 0.50) 100%);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    margin-bottom: 0;
}
.xc-home-gioi-thieu .nav-vertical li.active {
    background: linear-gradient(90deg, rgba(30, 28, 29, 0.50) 0%, rgba(30, 28, 29, 0.10) 0%, rgba(241, 224, 191, 0.50) 100%);
}
.xc-home-gioi-thieu .nav-vertical > li + li {
    border-top: unset;
}
.xc-home-gioi-thieu .nav-vertical + .tab-panels {
    padding: 0;
    padding-left: 40px;
    border-left: none;
}

.xc-home-gioi-thieu .button.is-outline {
    padding: 3px 15px 3px 15px !important;
    margin: 0;
    border: 1px solid #fff !important;
    background: transparent !important;
}
.xc-home-gioi-thieu .button.is-outline:hover {
    border: 1px solid #f18c3e !important;
}
.xc-home-gioi-thieu .button.is-outline span {
    color: #fff !important;
    font-size: 14px;
}
.xc-home-gioi-thieu .button.is-outline:hover span {
    color: #fff !important;
}
.xc-home-gioi-thieu .button.is-outline i {
    width: 24px;
    height: 24px;
    background: url("assets/images/solar_arrow-right-linear-2.png") no-repeat;
    background-size: contain;
    margin-left: 12px !important;
}
.xc-home-gioi-thieu .button.is-outline i:before {
    content: none !important;
}
.xc-home-gioi-thieu .button.is-outline:hover i {
    background: url("assets/images/solar_arrow-right-linear-2.png") no-repeat;
    background-size: contain;
}

@media screen and (max-width: 849px) {
    .xc-home-gioi-thieu .nav-vertical {
        width: 100%;
        gap: 12px;
    }
    .xc-home-gioi-thieu .nav-vertical + .tab-panels {
        padding-top: 15px;
        padding-left: 0px;
    }
    .xc-home-gioi-thieu .nav-vertical a {
        font-size: 16px;
        line-height: 30px;
    }
}
@media screen and (max-width: 549px) {
    .xc-home-gioi-thieu .button.is-outline {
        padding: 5px 15px 5px 15px !important;
    }
}


@media screen and (min-width: 850px) {
    .box-dich-vu {
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        justify-content: space-between !important;
        margin-bottom: 40px !important;
    }
    .box-dich-vu .box-image, 
    .box-dich-vu .box-text {
        width: 50% !important;
        flex: 0 0 50% !important;
    }

    .box-dich-vu.dao-chieu {
        flex-direction: row-reverse !important;
    }

    .box-dich-vu .box-text {
        text-align: left !important;
    }
    .box-dich-vu.dao-chieu .box-text-inner {
        padding: 20px 40px 20px 0 !important;
    }
    .box-dich-vu:not(.dao-chieu) .box-text-inner {
        padding: 20px 0 20px 40px !important;
    }

    .box-dich-vu h4 {
        font-size: 28px !important;
        margin-bottom: 15px !important;
    }
    .box-dich-vu p {
        font-size: 16px !important;
        line-height: 1.6 !important;
        margin-bottom: 20px !important;
    }
    .box-dich-vu .button {
        border-radius: 99px !important;
    }
}

@media screen and (max-width: 849px) {
    .box-dich-vu {
        display: flex !important;
        flex-direction: column !important;
        margin-bottom: 30px !important;
    }
    .box-dich-vu .box-image {
        order: 1 !important;
        width: 100% !important;
        margin-bottom: 20px !important;
    }
    .box-dich-vu .box-text {
        order: 2 !important;
        width: 100% !important;
        text-align: left !important;
    }
    .box-dich-vu .box-text-inner {
        padding: 0 !important;
    }
}


.box-dich-vu .box-image {
    aspect-ratio: 16 / 9 !important;
    position: relative;
    overflow: hidden;
}
.box-dich-vu .box-image div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
.box-dich-vu .box-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
}


.box-dich-vu h4 {
    text-transform: uppercase !important;
}


.box-dich-vu h4 {
    font-family: "Helvetica Neue", sans-serif !important;
    font-style: normal !important;
    font-weight: 400 !important;
    color: rgb(35, 38, 47) !important;
    font-size: 28px !important;
    line-height: 42px !important;
}

@media screen and (max-width: 849px) {
    .box-dich-vu h4 {
        font-size: 22px !important;
        line-height: 32px !important;
    }
}
@media screen and (max-width: 549px) {
    .box-dich-vu h4 {
        font-size: 18px !important;
        line-height: 28px !important;
    }
}


@media screen and (min-width: 850px) {
    .box-dich-vu {
        margin-bottom: 0 !important;
    }
}


.page-wrapper {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}


@media screen and (min-width: 850px) {
    .box-con-nguoi {
        display: flex !important;
        flex-direction: row !important;
        align-items: flex-start !important; 
        justify-content: flex-start !important;
        margin-bottom: 40px !important;
    }
    .box-con-nguoi .box-image {
        width: 35% !important; 
        flex: 0 0 35% !important;
    }
    .box-con-nguoi .box-text {
        width: 65% !important; 
        flex: 0 0 65% !important;
        text-align: left !important;
    }
    .box-con-nguoi .box-text-inner {
        padding: 0 0 0 30px !important;
    }
}

.box-con-nguoi .box-image {
    aspect-ratio: 1 / 1 !important;
    border-radius: 50% !important;
    overflow: hidden !important;
    position: relative !important;
}
.box-con-nguoi .box-image div {
    position: absolute !important;
    top: 0; left: 0;
    width: 100% !important;
    height: 100% !important;
}
.box-con-nguoi .box-image img {
    position: absolute !important;
    top: 0; left: 0;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center top !important; 
    border-radius: 50% !important;
}

@media screen and (max-width: 849px) {
    .box-con-nguoi {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important; 
        margin-bottom: 30px !important;
    }
    .box-con-nguoi .box-image {
        width: 200px !important; 
        margin-bottom: 20px !important;
    }
    .box-con-nguoi .box-text {
        width: 100% !important;
        text-align: left !important;
    }
    .box-con-nguoi .box-text-inner {
        padding: 0 !important;
    }
}


@media screen and (min-width: 850px) {
    .box-con-nguoi {
        align-items: center !important; 
    }
    .box-con-nguoi .box-image {
        width: 25% !important; 
        flex: 0 0 25% !important;
    }
    .box-con-nguoi .box-text {
        width: 75% !important; 
        flex: 0 0 75% !important;
        text-align: left !important; 
    }
}


.section-title-center b {
    display: none !important;
}


@media screen and (min-width: 850px) {
    .box-tsg {
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        justify-content: space-between !important;
        margin-bottom: 0 !important; 
    }
    .box-tsg .box-image, 
    .box-tsg .box-text {
        width: 50% !important;
        flex: 0 0 50% !important;
    }
    .box-tsg .box-text {
        text-align: left !important; 
    }

    .box-tsg.dao-chieu {
        flex-direction: row-reverse !important;
    }

    .box-tsg.dao-chieu .box-text-inner {
        padding: 20px 40px 20px 0 !important;
    }
    .box-tsg:not(.dao-chieu) .box-text-inner {
        padding: 20px 0 20px 40px !important;
    }
}

@media screen and (max-width: 849px) {
    .box-tsg {
        display: flex !important;
        flex-direction: column !important;
        margin-bottom: 30px !important;
    }
    .box-tsg .box-image {
        order: 1 !important; 
        width: 100% !important;
        margin-bottom: 20px !important;
    }
    .box-tsg .box-text {
        order: 2 !important; 
        width: 100% !important;
        text-align: left !important; 
    }
    .box-tsg .box-text-inner {
        padding: 0 !important;
    }
}

.box-tsg h4 {
    font-size: 28px !important;
    text-transform: uppercase !important;
    margin-bottom: 15px !important;
}
.box-tsg ul {
    margin-left: 20px !important; 
}


@media screen and (min-width: 850px) {
    .box-tsg {
        margin-bottom: 40px !important;
    }
}

.box-thanhtuu {
    text-align: center;
    padding: 20px; 
    transition: all 0.3s ease;
}
.box-thanhtuu .number-up {
    font-size: 64px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: 72px !important;
    margin-bottom: 40px !important;
}
.box-thanhtuu .thanhtuu-text {
    margin-bottom: 16px !important;
    font-weight: bold !important;
}
.box-thanhtuu p {
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 24px !important;
    color: #777E90 !important;
}

.box-thanhtuu:hover {
    background: url("assets/images/Vector.png") no-repeat;
    background-size: 110% 110%;
    background-position: center;
}

@media screen and (max-width: 849px) {
    .box-thanhtuu .number-up {
        font-size: 32px !important;
        line-height: 22px !important;
        margin-bottom: 20px !important;
    }
}


.section-title-center {
    justify-content: center !important;
}


.slider-con-nguoi .flickity-page-dots .dot {
    background-color: #ccc !important; 
    border-color: #ccc !important;
}
.slider-con-nguoi .flickity-page-dots .dot.is-selected {
    background-color: #000 !important; 
    border-color: #000 !important;
}
.slider-con-nguoi .flickity-page-dots .dot.is-selected:before {
    border: solid 1px #000 !important; 
}


.is-divider {
    display: none !important;
}


.xc-home-gioi-thieu .nav-vertical > li > a:before {
    display: none !important;
}

.xc-home-du-an .nav {
    gap: 24px;
    border-bottom: 0px !important;
}
.xc-home-du-an .nav-line-bottom > li > a {
    border-bottom: 0px !important;
    padding-bottom: 5px;
    font-weight: 500;
    color: rgba(74,74,74,.85);
    transition: all .2s;
}
.xc-home-du-an .nav-line-bottom > li.active > a,
.xc-home-du-an .nav-line-bottom > li > a:hover {
    border-bottom: 1px solid #000 !important;
    color: #000;
}
.xc-home-du-an .nav-line-bottom > li > a:before {
    display: none !important;
}

@media screen and (max-width: 549px) {
    .xc-home-du-an .nav,
    .xc-home-gioi-thieu .nav {
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        scroll-behavior: smooth;
        gap: 10px;
        padding-bottom: 8px;
    }
    .xc-home-du-an .nav > li,
    .xc-home-gioi-thieu .nav > li {
        flex-shrink: 0;
        white-space: nowrap;
    }
    .xc-home-du-an .nav-line-bottom > li > a,
    .xc-home-gioi-thieu .nav > li > a {
        padding: 5px 0;
        font-size: 0.85em;
    }
}

.xc-custom-page-header {
    position: relative;
    overflow: hidden;
}
.xc-custom-page-header .page-title {
    position: relative;
    min-height: 350px;
    display: flex;
    align-items: flex-end;
}
.xc-custom-page-header .page-title-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}
.xc-custom-page-header .page-title-bg .title-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.xc-custom-page-header .title-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.15) 100%);
}
.xc-custom-page-header .page-title-inner {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 40px 0 30px;
}
.xc-custom-page-header .entry-title {
    color: #fff;
    font-family: 'Helvetica Neue', sans-serif;
    font-weight: 500;
    font-size: 32px;
    line-height: 1.3;
    text-shadow: 0 1px 4px rgba(0,0,0,0.3);
}
.xc-custom-page-header .breadcrumbs,
.xc-custom-page-header .breadcrumbs a,
.xc-custom-page-header .rank-math-breadcrumb,
.xc-custom-page-header .rank-math-breadcrumb a {
    color: rgba(255,255,255,0.85) !important;
    font-size: 13px;
}
.xc-custom-page-header .breadcrumbs a:hover,
.xc-custom-page-header .rank-math-breadcrumb a:hover {
    color: #fff !important;
}

.single-du-an .info-du-an {
    padding: 30px 0;
    max-width: 1200px;
    margin: 0 auto;
}
.single-du-an .info-du-an .thong_tin {
    font-weight: 700;
    color: #23262f;
}

.single-du-an .section-album-anh {
    padding: 0 0 30px;
    max-width: 1200px;
    margin: 0 auto;
}
.single-du-an .section-album-anh .image-cover {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
}
.single-du-an .section-album-anh .image-cover img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .4s ease;
}
.single-du-an .section-album-anh .item-hinhanh:hover img {
    transform: scale(1.05);
}

.single-du-an .section-content_post {
    padding: 0 0 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.single-du-an .du-an-khac {
    padding: 0 0 40px;
    max-width: 1200px;
    margin: 0 auto;
}

@media screen and (max-width: 849px) {
    .xc-custom-page-header .page-title {
        min-height: 260px;
    }
    .xc-custom-page-header .page-title-inner {
        padding: 60px 15px 20px;
    }
    .xc-custom-page-header .entry-title {
        font-size: 20px;
    }

    .xc-custom-page-header .title-breadcrumbs {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .xc-custom-page-header .title-breadcrumbs p,
    .xc-custom-page-header .title-breadcrumbs nav {
        white-space: nowrap;
    }
    .xc-custom-page-header .breadcrumbs,
    .xc-custom-page-header .breadcrumbs a,
    .xc-custom-page-header .rank-math-breadcrumb,
    .xc-custom-page-header .rank-math-breadcrumb a,
    .xc-custom-page-header .rank-math-breadcrumb p {
        font-size: 11px !important;
    }
}
@media screen and (max-width: 549px) {
    .xc-custom-page-header .page-title {
        min-height: 220px;
    }
    .xc-custom-page-header .page-title-inner {
        padding: 50px 15px 15px;
    }
    .xc-custom-page-header .entry-title {
        font-size: 17px;
    }
    .xc-custom-page-header .breadcrumbs,
    .xc-custom-page-header .breadcrumbs a,
    .xc-custom-page-header .rank-math-breadcrumb,
    .xc-custom-page-header .rank-math-breadcrumb a,
    .xc-custom-page-header .rank-math-breadcrumb p {
        font-size: 10px !important;
    }
    }
}

@keyframes chang-rotage {
    0%   { transform: scale(0.95); }
    50%  { transform: scale(1.2); }
    100% { transform: scale(0.95); }
}

.img.has-hover a.open-video .overlay-icon {
    background: url("assets/images/play-button.png") no-repeat center center;
    background-size: contain;
    background-color: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    width: 100px;
    height: 100px;
    line-height: normal;
    opacity: 1;
    animation: 2s ease-in-out infinite chang-rotage;
}
.img.has-hover a.open-video .overlay-icon i {
    display: none !important;
}
.img.has-hover:hover a.open-video .overlay-icon {
    transform: scale(1.25);
    opacity: 1;
}

@media screen and (max-width: 849px) {
    .img.has-hover a.open-video .overlay-icon {
        width: 55px;
        height: 55px;
    }
}

.xc-home-du-toan {
    background: url("assets/images/du-toan-bg.png") no-repeat center center;
    background-size: cover;
}

.xc-home-du-toan > .section-content > .row {
    background-color: rgba(0, 0, 0, 0.6);
    padding: 30px;
    max-width: 1100px;
    margin: 0 auto;
}

.xc-home-du-toan .section-title-container {
    margin-bottom: 15px;
}
.xc-home-du-toan .section-title-main {
    color: #fff !important;
    font-size: 28px;
    font-weight: 400;
    line-height: 150%;
    text-transform: uppercase;
}

.xc-form__du-toan__label {
    font-size: 1em;
    font-weight: 400;
    line-height: 20px;
    color: #fff !important;
}
.xc-form__du-toan__required {
    font-size: 1.15em;
    color: #D63120;
}

.xc-form__du-toan__input {
    border: unset !important;
    box-shadow: none !important;
    border-bottom: solid 1px rgba(154, 151, 152, 1) !important;
    margin-bottom: 8px;
    background: transparent !important;
    color: #fff !important;
    height: 28px;
}
.xc-form__du-toan__input::placeholder {
    color: rgba(154, 151, 152, 0.7);
}
.xc-form__du-toan__input:focus {
    background-color: transparent !important;
    color: #fff !important;
    box-shadow: none !important;
    border-bottom-color: #fff !important;
}

.xc-form__du-toan p {
    font-weight: 400;
    line-height: 20px;
    font-size: 1em;
    color: #fff;
    margin-bottom: 12px;
}
.xc-form__du-toan .wpcf7 br {
    display: block;
}

.xc-form__du-toan__file-box {
    position: relative;
    margin-bottom: 15px;
    width: 100%;
}
.xc-form__du-toan__file-hint {
    color: #9A9798;
    position: absolute;
    border: dashed 1px rgba(154, 151, 152, 1);
    border-radius: 10px;
    padding: 14px 20px;
    width: 100%;
    left: 0;
    top: 0;
    text-align: center;
    line-height: 24px;
    font-size: 16px;
    pointer-events: none;
    z-index: 1;
}
.xc-form__du-toan__file-input {
    display: block;
    cursor: pointer;
    border-radius: 10px;
    padding: 30px;
    height: 70px;
    width: 100%;
    opacity: 0;
    margin-bottom: 0 !important;
    position: relative;
    z-index: 2;
}
.xc-form__du-toan__upload .wpcf7-form-control-wrap {
    display: block;
}

.xc-form__du-toan__submit {
    text-align: center;
}
.xc-form__du-toan__btn {
    border: 1px solid #fff !important;
    padding: 3px 20px !important;
    margin: 0 !important;
    background: transparent !important;
    border-radius: 99px !important;
    min-width: 150px;
    font-weight: 400 !important;
    text-transform: capitalize !important;
    color: #fff !important;
}
.xc-form__du-toan__btn:hover {
    background-color: rgba(255, 255, 255, 0.15) !important;
    box-shadow: none !important;
}

.xc-form__du-toan .wpcf7 form .wpcf7-response-output {
    margin: 15px 0 0;
    padding: 0;
    border: unset;
    color: #fff;
    font-weight: 300;
}
.xc-form__du-toan .wpcf7-spinner {
    display: none;
}

.xc-form__du-toan__upload .xc-form__du-toan__label {
    color: #fff !important;
    margin-bottom: 8px;
}

@media screen and (min-width: 850px) {
    .xc-home-du-toan > .section-content > .row > .col + .col {
        border-left: 1px solid rgba(255, 255, 255, 0.15);
    }
    .xc-home-du-toan > .section-content > .row > .col:first-child > .col-inner {
        padding-right: 15px;
    }
    .xc-home-du-toan > .section-content > .row > .col + .col > .col-inner {
        padding-left: 15px;
    }
}

@media screen and (max-width: 849px) {
    .xc-home-du-toan > .section-content > .row {
        padding: 15px;
    }
    .xc-home-du-toan .section-title-main {
        font-size: 22px;
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 549px) {
    .xc-home-du-toan .section-title-main {
        margin-bottom: 15px;
    }
    }
}

.xc-page-contact {
    background: url("assets/images/contact-section-bg.jpg") no-repeat center center;
    background-size: cover;
}

.xc-page-contact > .section-content > .row {
    background-color: rgba(0, 0, 0, 0.6);
    padding: 30px 50px;
    margin: 0 auto;
}

.xc-page-contact .section-title-main {
    color: #fff !important;
    font-size: 1.35rem;
    font-weight: 400;
    line-height: 1.45;
    text-transform: uppercase;
}
.xc-page-contact .section-title-container {
    margin-bottom: 1em;
}

.xc-page-contact__list {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 0 1.3em 0;
    color: #fff;
    font-size: 1.1rem;
}
.xc-page-contact__list li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
    margin-left: 0 !important;
    list-style: none;
    color: #fff;
}
.xc-page-contact__list li::before {
    content: "";
    width: 17px;
    height: 17px;
    position: absolute;
    top: 3px;
    left: 0;
    background-size: cover !important;
}
.xc-page-contact__list li:nth-child(1)::before {
    background: url("assets/images/solar_garage-linear.png") no-repeat;
}
.xc-page-contact__list li:nth-child(2)::before {
    background: url("assets/images/solar_phone-linear.png") no-repeat;
}
.xc-page-contact__list li:nth-child(3)::before {
    background: url("assets/images/solar_map-point-search-linear.png") no-repeat;
}
.xc-page-contact__list li:nth-child(4)::before {
    background: url("assets/images/solar_letter-linear.png") no-repeat;
}

.xc-page-contact iframe {
    width: 100%;
    border: 0;
}

@media screen and (min-width: 850px) {
    .xc-page-contact > .section-content > .row > .col + .col {
        border-left: 1px solid rgba(255, 255, 255, 0.15);
    }
    .xc-page-contact > .section-content > .row > .col:first-child > .col-inner {
        padding-right: 50px;
    }
    .xc-page-contact > .section-content > .row > .col + .col > .col-inner {
        padding-left: 50px;
    }
}

@media screen and (max-width: 849px) {
    .xc-page-contact > .section-content > .row {
        padding: 15px;
    }
}

.xc-footer {
    background-color: #0c0c0c;
    color: #f1f1f1;
}
.xc-footer p,
.xc-footer div,
.xc-footer li {
    color: #f1f1f1;
}

.xc-footer__widget-title {
    font-weight: 700;
    color: #fff !important;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 1.05rem;
    line-height: 2.1;
}

.xc-footer .logo-footer {
    width: 35%;
    max-width: 180px;
    margin-bottom: 20px;
}
@media (min-width: 550px) {
    .xc-footer .logo-footer {
        width: 30%;
    }
}

.xc-footer__contact-list {
    list-style: none !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
}
.xc-footer__contact-list li {
    display: flex;
    align-items: flex-start;
    padding-left: 0;
    margin-left: 0 !important;
    margin-bottom: 15px;
    font-size: 16px;
    list-style: none;
}
.xc-footer__contact-list li::before {
    content: "";
    display: inline-block;
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    margin-right: 15px;
    margin-top: 3px;
    background-size: contain !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}
.xc-footer__contact-list li:nth-child(1)::before {
    background-image: url("assets/images/solar_garage-linear.png");
}
.xc-footer__contact-list li:nth-child(2)::before {
    background-image: url("assets/images/solar_phone-linear.png");
}
.xc-footer__contact-list li:nth-child(3)::before {
    background-image: url("assets/images/solar_map-point-search-linear.png");
}
.xc-footer__contact-list li:nth-child(4)::before {
    background-image: url("assets/images/solar_letter-linear.png");
}

.xc-footer .row + .row {
    border-top: solid 1px #9D9D9D;
    padding-top: 15px;
    margin-top: 15px;
}
.xc-footer .row + .row + .row {
    border-top: none;
    padding-top: 0;
    margin-top: 0;
}

.xc-footer .row.social {
    justify-content: flex-end;
    border-top: none;
    padding-top: 0;
    margin-top: 0;
}
.xc-footer .social .col {
    padding: 0 3px !important;
    flex-basis: auto;
    max-width: none;
    width: auto;
}
.xc-footer .social .img {
    max-width: 30px;
    margin-bottom: 0;
}
.xc-footer .social .img img {
    width: 100%;
    height: auto;
}

.xc-footer .dmca {
    margin: 15px auto 0;
    max-width: 100px;
}
.xc-footer .dmca img {
    width: 100%;
    height: auto;
}
.xc-footer .copyright {
    color: #9d9d9d !important;
    font-size: 14px;
    margin-top: 5px;
    text-align: center;
}

.xc-footer iframe {
    max-width: 100%;
}

@media screen and (min-width: 850px) {
    .xc-footer > .section-content > .row > .col:last-child > .col-inner {
        padding-left: 50px;
    }
}
@media screen and (max-width: 849px) {
    .xc-footer__widget-title {
        margin-top: 15px;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 849px) {
    .xc-home-du-an .tabbed-content .nav {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        padding-left: 0;
        padding-bottom: 5px;
        justify-content: flex-start !important;
    }
    .xc-home-du-an .tabbed-content .nav li {
        flex-shrink: 0;
        white-space: nowrap;
    }
    .xc-home-du-an .tabbed-content .nav li:first-child {
        margin-left: 0;
        padding-left: 0;
    }
}

@media screen and (max-width: 849px) {

    .header-inner .logo,
    .header-inner .logo a {
        order: 1 !important;
        flex: 1 1 auto !important;
        text-align: left !important;
        justify-content: flex-start !important;
        margin: 0 !important;
    }
    body #logo img,
    body .stuck #logo img {
        max-height: 45px !important;
    }

    .header-inner .flex-right.show-for-medium {
        order: 2 !important;
        flex: 0 0 auto !important;
        margin-left: auto !important; 
        margin-right: 5px !important;
    }

    .header-inner .flex-left.show-for-medium {
        order: 3 !important;
        flex: 0 0 auto !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
}

@media screen and (max-width: 849px) {

    .off-canvas-left .mfp-content {
        transform: translateY(-100%) !important;
        width: 100% !important;     
        max-width: 100% !important;
        background-color: rgba(10, 10, 10, 0.98) !important; 
        transition: transform 0.4s ease-in-out !important; 
    }
    .off-canvas-left.mfp-ready .mfp-content {
        transform: translateY(0) !important;
    }

    #main-menu.mobile-sidebar .nav-sidebar > li > a,
    #main-menu.mobile-sidebar .nav-sidebar .sub-menu > li > a {
        color: #ffffff !important;
        font-size: 15px;
    }

    #main-menu.mobile-sidebar .nav-vertical > li + li {
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    }

    #main-menu.mobile-sidebar .toggle i {
        color: #ffffff;
    }

    #main-menu.mobile-sidebar .nav-sidebar > li > a:hover,
    #main-menu.mobile-sidebar .nav-sidebar .sub-menu > li > a:hover {
        color: #f18c3e !important;
    }
    #main-menu.mobile-sidebar .toggle:hover i {
        color: #f18c3e;
    }

    .mfp-close {
        color: #ffffff !important;
    }

    #main-menu.mobile-sidebar .header-search-form input {
        background-color: rgba(255, 255, 255, 0.1) !important;
        color: #fff !important;
        border-color: rgba(255, 255, 255, 0.1) !important;
    }

    #main-menu .social-icons a {
        color: #ffffff;
        background-color: rgba(255, 255, 255, 0.1);
        border-radius: 5px;
        padding: 5px;
    }
}

.box-text-inner.blog-post-inner .post-title,
.box-blog-post .post-title {
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;

    height: auto !important;
    max-height: none !important;
    white-space: normal !important;
}

@media screen and (max-width: 849px) {
    .entry-header {
        margin-top: 30px !important;
    }
}

@media screen and (max-width: 849px) {
    .row.social {
        justify-content: center !important;
    }
    .row.social .col-inner {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
    }
    .row.social .img {
        margin: 0 auto !important;
    }
}

@media screen and (max-width: 849px) {
    .meta-blog {
        display: flex !important;
        flex-wrap: nowrap !important;
        align-items: center !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        -webkit-overflow-scrolling: touch !important;
        white-space: nowrap !important;

        -ms-overflow-style: none; 
        scrollbar-width: none; 
    }
    .meta-blog::-webkit-scrollbar {
        display: none !important;
    }

    .meta-blog .post-meta,
    .meta-blog .cat-label {
        margin-bottom: 0 !important;
        white-space: nowrap !important;
        flex-shrink: 0 !important;
    }
}
