/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

@font-face {
	font-family: 'SVN-Gotham';
	src:
		/* url('./chili/fonts/SVN-Gotham/SVN-Gotham.woff2') format('woff2'), */
		/* url('./chili/fonts/SVN-Gotham/SVN-Gotham-Bold.woff2') format('woff2'), */
		/* url('./chili/fonts/SVN-Gotham/SVN-Gotham-Black.woff2') format('woff2'), */
		/* url('./chili/fonts/SVN-Gotham/SVN-Gotham-Book.woff2') format('woff2'), */
		url('./chili/fonts/SVN-Gotham/SVN-Gotham-Light.woff2') format('woff2'),
		url('./chili/fonts/SVN-Gotham/SVN-Gotham-XLight.woff2') format('woff2'),
		url('./chili/fonts/SVN-Gotham/SVN-Gotham-Thin.woff2') format('woff2'),
		url('./chili/fonts/SVN-Gotham/SVN-Gotham-Italic.woff2') format('woff2'),
		url('./chili/fonts/SVN-Gotham/SVN-Gotham-Ultra.woff2') format('woff2');
	font-display: swap;
}

@font-face {
	font-family: 'SVN-Gotham-Bold';
	src: url('./chili/fonts/SVN-Gotham/SVN-Gotham-Bold.woff2') format('woff2');
	font-display: swap;
}

.uabb-post-wrapper h4.uabb-post-heading,
body {
	font-family: 'SVN-Gotham', sans-serif;
	font-weight: 300;
}

.fl-page-nav-right .fl-page-nav-wrap .navbar-nav li>a,
h1,
h2,
h3,
h4,
h5,
h6,
strong,
b {
	font-weight: bold;
	font-family: 'SVN-Gotham-Bold', sans-serif;
}

.uabb-post-wrapper .uabb-blog-post-content {
	padding: 15px 10px;
	line-height: 1.3;
}

.gtranslate_wrapper {
	padding: 8px;
}

.gtranslate_wrapper a {
	margin: 0 5px;
}

.content-archive-san-pham>article.san-pham>.fl-post-thumb::after {
	display: none;
}

.content-archive-san-pham .button-readmore a {
	border-radius: 10px;
	background: #153f06;
	color: #fff;
}

.fl-page-header-wrap {
	position: absolute;
	z-index: 999;
	width: 100%;
	background: #00000082;
	border-bottom: 1px solid #fff !important;
}

.relatedcat {
	padding: 0 56px 80px 56px;
}

.relatedcat .related-title {
	text-transform: uppercase;
	font-size: 24px;
	margin-bottom: 30px;
	margin-top: 0;
}

.relatedcat div.related-grid {
	position: relative;
}

.relatedcat div.related-grid h3 {
	position: absolute;
	width: 100%;
	height: 100%;
	padding: 15px;
	text-align: center;
	margin: 0;
	opacity: 0;
	transition: all .3s;
	z-index: 2;
	display: flex;
	justify-content: center;
	align-items: center;
}

.relatedcat div.related-grid:hover h3 {
	opacity: 1;
}

.relatedcat div.related-grid h3 a {
	font-size: 20px;
	color: #fff;
	line-height: 1.3;
	display: block;
}

.relatedcat div.related-grid img {
	aspect-ratio: 6/4;
	object-fit: cover;
}

.relatedcat div.related-grid .overlay {
	background-color: #00000052;
	opacity: 0;
	transition: all .3s;
	z-index: 1;
}

.relatedcat div.related-grid:hover .overlay {
	opacity: 1;
}

@media (max-width: 1024px) {
	.relatedcat {
		padding: 0 40px 60px 40px;
	}

	.relatedcat .container {
		padding: 0;
	}

	.relatedcat div.related-grid .overlay,
	.relatedcat div.related-grid h3 {
		opacity: 1;
		margin: 0;
	}
}

@media (max-width: 480px) {
	.relatedcat {
		padding: 0 20px 40px 20px;
	}

	div.related-grid div {
		padding: 0 !important;
	}

	.relatedcat .related-title {
		font-size: 18px;
	}
}

button.slick-next.slick-arrow {
	right: 30px !important;
}

button.slick-prev.slick-arrow {
	left: 30px !important;
}

.fl-page {
	overflow-x: hidden;
}

.fl-page-header-primary .fl-logo-img {
	width: 36% !important;
}

.fl-page-header-container.container {
	padding: 20px 0px;
}

.fl-page-header-container .fl-page-header-row .fl-page-nav-col {
	width: 100%;
}

.fl-page-nav-right .fl-page-nav-wrap .navbar-nav li>a {
	color: #fff;
	text-transform: uppercase;
}

.fl-page-nav-right .fl-page-nav-wrap .navbar-nav li.current-menu-ancestor>a,
.fl-page-nav-right .fl-page-nav-wrap .navbar-nav li.current-menu-parent>a,
.fl-page-nav-right .fl-page-nav-wrap .navbar-nav li.current-menu-item>a {
	color: #ffffff;
}


.fl-page-nav .nav>li.menu-item-has-children:hover>ul.sub-menu {
	left: 0 !important;
}

.fl-page-nav li.menu-item-has-children li.menu-item-has-children:hover>ul.sub-menu {
	top: 0;
	left: 100% !important;
}

.fl-page-nav-right .fl-page-nav ul.sub-menu {
	display: block;
	/* margin-top: 23px; */
	border: none;
	padding: 0px;
	background: #000;
}

.fl-page-nav ul.sub-menu li a {
	padding: 10px 15px;
	border-bottom: 1px dotted #ececec;
	margin: 0px;
	display: block;
	font-weight: 400;
	line-height: 20px;
}

.fl-page-nav ul.sub-menu li a:hover {
	background: #ececec;
	color: #000 !important;
}

.fl-page-nav ul.sub-menu li:last-child a {
	border: none;
}

.fl-page-nav-right .fl-page-nav-wrap .navbar-nav li>a:hover {
	color: #fff
}

header.fl-page-header.fl-page-header-fixed.fl-page-nav-right .fl-page-nav ul.sub-menu {
	margin-top: 13px;
}

header.fl-page-header.fl-page-header-fixed.fl-page-nav-right .fl-page-header-wrap {
	background: #000;
}

#home-ab #text {
	height: 410px;
	position: relative;
	overflow: hidden;
}

#home-ab #text .fl-rich-text {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

#home-ab #text .fl-rich-text p {
	color: #fff;
	font-size: 15px;
	line-height: 25px;
}

.fl-module-heading h3.fl-heading {
	font-size: 24px;
	font-weight: 700;
	color: #153f06;
}

#project .uabb-blog-post-content {
	padding: 25% 15px;
}

/*#project .uabb-blog-posts-col-4.uabb-post-wrapper {
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 10px;
}*/
#project .uabb-blog-posts-col-4.uabb-post-wrapper {
	padding-left: 2px;
	padding-right: 2px;
	margin-bottom: 4px;
}

#project h3.uabb-post-heading.uabb-blog-post-section {
	position: relative;
	z-index: 99;
	font-size: 18px;
	opacity: 0;
	transition: all 350ms ease-out;
}

#project h3.uabb-post-heading.uabb-blog-post-section a {
	color: #ffffff;
}

#project .uabb-blog-posts-shadow:hover h3.uabb-post-heading.uabb-blog-post-section {
	opacity: 1;
}

#project .uabb-blog-post-inner-wrap:before {
	background-color: rgba(41, 41, 41, 35%);
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	opacity: 0;
	top: 0;
	bottom: 0;
	z-index: 10;
	transition: all 350ms ease-out;
}

#project .uabb-blog-post-inner-wrap:hover:before {
	transform: scale(1);
	-webkit-transform: scale(1);
	opacity: .9;
}

.fl-node-5cebb04c423e1>.fl-row-content-wrap {
	padding-top: 0px;
}

.fl-node-5cebaee208a54>.fl-row-content-wrap {
	padding-bottom: 0px;
}

#construc .uabb-image-carousel-content {
	height: 410px;
}

#construc .uabb-image-carousel-content img {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.fl-node-5cebb150ae3f8 .slick-prev i,
.fl-node-5cebb150ae3f8 .slick-next i,
.fl-node-5cebb150ae3f8 .slick-prev i:hover,
.fl-node-5cebb150ae3f8 .slick-next i:hover,
.fl-node-5cebb150ae3f8 .slick-prev i:focus,
.fl-node-5cebb150ae3f8 .slick-next i:focus,
.fl-node-5cebb0857cdd3 .slick-prev i,
.fl-node-5cebb0857cdd3 .slick-next i,
.fl-node-5cebb0857cdd3 .slick-prev i:hover,
.fl-node-5cebb0857cdd3 .slick-next i:hover,
.fl-node-5cebb0857cdd3 .slick-prev i:focus,
.fl-node-5cebb0857cdd3 .slick-next i:focus {
	outline: none;
	color: #fff;
	border-radius: 0;
	background: #373737;
}

#clients .uabb-image-carousel-content img {
	margin: auto;
	border: 1px solid #ccc;
	max-height: 85px !important;
	width: auto !important;
}

#test .uabb-testimonial-author-description {
	width: 60%;
	margin: auto;
}

#test .uabb-testimonial-author-description p {
	color: #fff;
	font-size: 18px;
}

.fl-node-5cebb1cd3efae>.fl-col-content {
	padding: 80px 0px;
}

.fl-page-footer-widgets {
	background: #000000;
	border: none;
}

.fl-page-footer {
	background: #333;
	border: none;
}

.fl-page-footer-api.fl-page-footer-api.api-chili.col-md-12 a:hover,
.fl-page-footer-api.fl-page-footer-api.api-chili.col-md-12 a,
.fl-page-footer-text.fl-page-footer-text-1 {
	font-size: 13px !important;
	text-decoration: none;
	color: #e6e4e4 !important;
}

.fl-page-footer-widgets-row.row h4.fl-widget-title {
	margin-top: 0px;
	color: #fff;
	font-weight: 700;
	font-size: 18px;
}

.fl-page-footer-widgets-row.row .textwidget p {
	font-size: 14px;
	line-height: 25px;
	color: #e8e5e5;
	text-align: justify;
}

.fl-page-footer-widgets-row.row .gallery-item {
	margin: 0px !important;
}

.fl-page-footer-widgets-row.row .gallery-item img {
	border: none !important;
}

.fl-page-footer-widgets-row.row #gallery-1 {
	margin-top: 30px;
}

.fl-page-footer-widgets-container.container {
	padding-top: 50px;
	padding-bottom: 20px;
}

#home-contact .fl-rich-text h5 {
	font-size: 18px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
}

#home-contact .fl-rich-text p {
	color: #fff;
	font-size: 14px;
	line-height: 32px;
	margin: 20px 0px;
}

#menu-favicon {
	padding-left: 0px;
	margin-top: 50px;
	border-top: 1px solid rgba(255, 255, 255, .2);
	padding-top: 50px;
}

#menu-favicon li:hover {
	border: 1px solid #fff
}

#menu-favicon li {
	width: 45px;
	height: 45px;
	color: #fff;
	background-color: transparent;
	border: 1px solid #c74735;
	transition: all 0.3s;
	text-align: center;
	border-radius: 50%;
	line-height: 45px;
	display: inline-block;
	margin-right: 5px;
}

#menu-favicon li:hover i.fa {
	color: #fff
}

#menu-favicon li i.fa {
	color: #c74735;
}

#home-contact form label {
	width: 100%;
	font-size: 16px;
	font-weight: 600;
	line-height: 50px;
	margin-bottom: 10px;
}

#home-contact form .wpcf7-form-control {
	height: 43px;
	border: none;
	border-radius: 3px;
	max-width: 100%;
	background: rgba(255, 255, 255, .9);
	color: #000;
	width: 100%;
}

#home-contact textarea {
	height: 100px !important
}

#home-contact input.wpcf7-form-control.wpcf7-submit {
	transition: background-color 0.1s ease;
	line-height: 2.5;
	margin: 10px 5px;
	padding: 0 19px;
	font-size: 13px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	background: #c74735;
	border: 3px solid #c74735;
	border-radius: 3px;
	color: #f7f7f7;
	outline: none;
	display: inline-block;
	width: auto;
	font-style: normal;
	cursor: pointer;
	-webkit-appearance: none;
	appearance: none;
}

#home-contact input.wpcf7-form-control.wpcf7-submit:hover {
	background: #0c0c0c;
	color: #fff;
}

#contact .fl-rich-text p {
	font-size: 15px;
	line-height: 1.7;
	font-weight: 400;
	color: black;
}

#contact form {
	margin-top: 30px;
}

#contact .wpcf7-form-control {
	height: 45px;
	border: 1px solid #ccc;
	width: 100%;
	background: none;
	color: #000;
}

#contact textarea {
	height: 100px !important
}

#contact input.wpcf7-form-control.wpcf7-submit {
	width: auto;
	background: #c74735;
	color: #fff;
	text-transform: uppercase;
	border: none;
	border-radius: 0px;
	padding: 6px 30px;
	height: auto;
}

#contact input.wpcf7-form-control.wpcf7-submit:hover {
	background: #000
}

.page-title {
	height: 700px !important;
	padding-top: 90px;
}

.banner-container .content-page-title {
	text-align: center !important;
}

.banner-container .content-page-title h1.title {
	font-size: 3.5rem;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.h-breadcrumb,
.h-breadcrumb a,
.h-breadcrumb a:hover,
.h-breadcrumb span {
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}

.fl-content-left {
	border-right: none;
	padding-right: 20px;
}

.fl-sidebar-right {
	padding-left: 20px;
}

.fl-archive.container article {
	float: left;
	/* 	width: 145%; */
	padding-bottom: 15px;
	margin-bottom: 15px;
	border: none;
}

.fl-archive.container .fl-post-thumb {
	width: 35%;
	float: left;
	margin-bottom: 0px;
}

.fl-archive.container .fl-post-header {
	width: 65%;
	float: left;
	padding-left: 20px;
	margin-bottom: 15px;
}

.fl-archive.container .fl-post-content.clearfix {
	width: 65%;
	float: left;
	padding-left: 20px;
}

.fl-archive.container h2.fl-post-title {
	margin-top: 0;
	font-size: 22px;
	font-weight: 700;
}

.fl-archive.container h2.fl-post-title a {
	color: rgba(0, 0, 0, .85);
}

.fl-post-content.clearfix p {
	line-height: 1.7;
	font-weight: 400;
	color: #060606;
	font-size: 15px;
}

.fl-post-meta.fl-post-meta-top {
	font-size: 13px;
}

span.page-numbers.current,
.pagination-lg>li>a:hover,
.pagination-lg>li>span:hover {
	background: #c74735;
	border: 1px solid #c74735;
	color: #fff;
	font-size: 14px;
}

.pagination-lg>li>a,
.pagination-lg>li>span {
	border: 1px solid #c74735;
	font-size: 14px;
	color: #000
}

aside#categories-2,
#recent-posts-3 {
	background: rgba(0, 0, 0, .05);
	padding: 20px;
}

.fl-sidebar-right h4.fl-widget-title {
	margin-top: 0px;
	color: #1e8e1b;
	text-transform: capitalize;
	font-size: 3.1rem;
	font-weight: 600;
	margin-bottom: 20px;
}

.fl-sidebar-right ul li {
	border-bottom: 1px solid rgba(0, 0, 0, .12);
	line-height: 29px;
	padding-bottom: 10px;
}

.fl-sidebar-right ul li:last-child {
	border: none;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.fl-sidebar-right ul li a {
	color: rgb(0 0 0 / 93%);
	font-size: 15px;
}

.fl-sidebar-right ul li a:hover {
	color: #000;
	text-decoration: none;
}

.fl-button:hover {
	background: #153f06;
	border: 1px solid #153f06 !important;
	display: inline-block;
}

#recent-posts-3 img {
	display: none;
}

.single h1.fl-post-title {
	font-size: 22px;
}

.project-chili-custom .project-child .fl-col-content.fl-node-content:hover {
	box-shadow: 0 0 5px #153f06;
	-webkit-box-shadow: 0 0 5px #153f06;
	-moz-box-shadow: 0 0 5px #153f06;
}

/* .relatedcat .related-posts-title {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 30px;
}

.relatedcat .related-posts-title b {
	display: inline;
	height: 3px;
	background-color: #484848;
	width: 20%;
	margin-bottom: -5px;
}

@media (max-width: 1024) {
	.relatedcat .related-posts-title b {
		width: 15%;
	}
}

@media (max-width: 480px) {
	.relatedcat .related-posts-title b {
		width: 7%;
	}
}

.relatedcat h3 {
	color: #153f06;
	text-transform: capitalize;
	font-size: 3.6rem;
	font-weight: 600;
	margin-bottom: 20px;
}

.relatedcat ul {
	padding-left: 15px;
}

.relatedcat ul li {
	margin-bottom: 10px;
}

.relatedcat ul li a {
	color: rgb(0 0 0);
	line-height: 25px;
	font-size: 16px;
}

.relatedcat ul li a:hover {
	text-decoration: none;
	color: #135611;
} */

.single-related-row {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 10px;
}

.single-related-row .related-grid {
	width: 100%;
	max-width: calc(33.33% - 10px);
	flex-basis: calc(33.33% - 10px);
	position: relative;
}

@media (max-width: 1024px) {
	.single-related-row .related-grid {
		max-width: calc(50% - 7.5px);
		flex-basis: calc(50% - 7.5px);
	}
}

@media (max-width: 480px) {
	.single-related-row .related-grid {
		max-width: 100%;
		flex-basis: 100%;
	}
}

.related-grid .relatedthumb {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
}

.related-grid .relatedthumb a {
	display: block;
	height: fit-content !important;
}

.related-grid .relatedthumb img {
	width: 100%;
}

.single-related-row .related-grid .relatedthumb {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

.single-related-row .related-grid .relatedthumb .overlay {
	opacity: 0;
	transition: all .3s;
	background-color: rgb(0 0 0 / 28%);
	margin-bottom: 0 !important;
	padding: 0 !important;
}

.single-related-row .related-grid:hover .relatedthumb .overlay {
	opacity: 1;
}

.related-grid .relatedthumb img {
	aspect-ratio: 16 / 10;
	object-fit: cover;
}

.single-related-row .related-grid h3 {
	line-height: 1.3;
	margin-bottom: 0 !important;
	margin-top: 0 !important;
	position: absolute !important;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	top: 50%;
	transform: translateY(-50%) !important;
	opacity: 0;
	transition: all .3s;
	z-index: 1;
}

.single-related-row .related-grid:hover h3 {
	opacity: 1;
}

.single-related-row .related-grid h3 a {
	display: block;
	font-size: 24px !important;
	font-weight: bold !important;
	text-align: center !important;
	color: #fff;
	font-weight: 400 !important;
	letter-spacing: .5px;
}

@media (max-width: 1024px) {

	.single-related-row .related-grid h3,
	.single-related-row .related-grid .relatedthumb .overlay {
		opacity: 1;
	}
}

.fl-post-cats-tags a {
	padding: 3px 15px;
	color: #212121;
	margin: 0 2px;
	border-radius: 3px;
	border: 1px solid #e5e5e5;
	background: #e5e5e5;
}

.fl-post-cats-tags a:hover {
	background: #000;
	color: #fff;
	text-decoration: none;
}

.fl-post-cats-tags {
	font-style: initial;
}

.fl-post-meta-bottom {
	border: none;
}

.post-template-default .page-title {
	background-size: cover !important;
	background-position: center !important;
}

.post-template-default .page-title.default {
	background-image: url(images/DSC8914.jpg) !important;
}

.fl-submenu-indicator.page-template-default .page-title.default {
	background-image: url(/wp-content/uploads/2024/08/logo-asuzacfc-vi-2.png) !important;
}

.post-template-default h2.title {
	font-size: 2.5rem;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 15px !important;
}

.fl-post-meta.fl-post-meta-top:before {
	content: "\f017";
	font-family: "FontAwesome";
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: #808080;
	font-size: 13px;
	position: absolute;
	display: none;
}

.fl-post-meta.fl-post-meta-top span.fl-post-date {
	padding-left: 20px;
}

#team h3.uabb-team-name-text {
	font-weight: 700;
	font-size: 2rem;
	color: rgba(0, 0, 0, .85);
	margin-bottom: 15px;
	margin-top: 15px;
}

#team .uabb-team-desgn,
#team .uabb-team-desc {
	font-size: 16px;
	line-height: 25px;
}

#team .uabb-team-desc {
	font-style: italic;
}

/* custom post */
.fl-content {
	margin-top: 20px;
}

.info-du_an {
	text-align: right;
	background: #153f06;
	color: #fff;
	padding: 15px;
	margin-top: -68px;


}

.relatedproject h3 {
	margin-top: 0;
	font-size: 24px;
	color: #153f06;
	border-left: 5px solid #e0e0e0;
	line-height: 1;
	padding-left: 13px;
}

.related-list {
	padding-left: 20px;
}

.relatedproject {
	margin-top: 30px;
}

.mota-title {
	margin-top: 0;
	font-size: 24px;
	color: #153f06;
	border-left: 5px solid #e0e0e0;
	line-height: 1;
	padding-left: 13px;
}

.related-list li {
	padding-bottom: 10px;
}

.list-info-project li {
	padding-bottom: 10px;
}

.content_duan {
	padding-left: 50px;
}

.list-info-project {
	list-style-type: none;
}

.info-du_an .fl-post-title {
	color: #fff;
}

#my-repeater-show-more-link {
	color: #fff;
	background: #153f06;
	padding: 5px 20px;
	display: block;
	width: fit-content;
	margin: auto;
	border-radius: 0;
	margin-bottom: 10px;
	cursor: pointer;

}

.gallery-post {
	padding-left: 0;
	padding-right: 0;
	margin-top: 50px;
}

/* .gallery-postall .item-0 img{
	aspect-ratio: 11/6.39;
} */
.gallery-postall img {
	width: 100%;
}

.gallery-postall {
	padding-left: 0;
	list-style: none;
	display: flex;
	width: 100%;
}

.gallery-postall .item-gallery {
	width: 33.33%;
	padding: 0 5px 10px;
}

/* .gallery-postall .item-0 {
    grid-column: 1 / 3;
    grid-row: 1 / 3;
} */
@media (max-width:991px) {
	header.fl-page-header.fl-page-header-primary {
		padding: 20px;
	}

	.info-du_an {
		text-align: left;

		margin-top: 0;
	}

	.fl-page-footer-container.container,
	.fl-page-footer-widgets-container.container {
		padding-left: 20px;
		padding-right: 20px;
	}

	.fl-page-header-wrap {
		background: #fff;

	}

	.fl-page-header-container.container {
		padding: 5px !important;
	}

	.fl-page-header-wrap {
		position: relative;
	}

	.list-info-project {
		padding-left: 0;
	}

	.fl-page-header-primary .fl-logo-img {
		height: auto !important;
		width: 90px !important;
	}

	.gallery-postall .item-gallery {
		width: 50%;
	}

	.single h1.fl-post-title {
		font-size: 25px;
	}

	.gallery-post {
		margin-top: 10px;
	}

	.content_duan {
		padding-left: 0;
		margin-top: 30px;
	}

	.fl-page-header-logo {
		padding: 0px !important;
	}

	.col-md-4.col-sm-12.fl-page-header-logo-col {
		padding: 0px !important;
	}

	.fl-page-header-primary .fl-logo-img {
		width: 16%;
	}

	.fl-page-nav-col.col-md-8.col-sm-12 {
		padding-left: 0px;
		padding-right: 0px;
	}

	.fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-medium-mobile .fl-page-nav-collapse.collapse.in {
		border-top: none;
		padding-bottom: 0px;
	}

	.fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-medium-mobile .fl-page-nav-collapse ul.navbar-nav>li>a {
		padding: 20px 0px;
		color: #333;
	}

	.fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-medium-mobile .fl-page-nav-collapse ul.navbar-nav>li.current-menu-item>a {
		color: #000
	}

	.fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-medium-mobile .fl-page-nav-collapse ul.navbar-nav>li:last-child {
		border: none;
	}

	.fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-medium-mobile .fl-page-nav-collapse ul.navbar-nav>li>a:hover {
		color: #000
	}

	.fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-medium-mobile .fl-page-nav ul li.fl-mobile-sub-menu-open ul.sub-menu {
		margin-top: 0px !important
	}

	.fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-medium-mobile .fl-page-nav ul.sub-menu li a {
		color: #333;
	}

	.fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-medium-mobile .fl-page-nav ul.sub-menu li a:hover {
		color: #000
	}

	#home-ab #text {
		height: 327px;
	}

	.page-title {
		padding-top: 0px !important;
		height: 400px !important;
	}

	.fl-content.fl-content-left.col-md-8 {
		padding: 0px;
	}
}

.project-chili-title-custom .custom-html-widget .title-custom h3 {
	margin-top: 0;
	line-height: 30px;
}

@media (max-width:480px) {
	#project .uabb-blog-post-content .uabb-post-heading a {
		font-size: 18px !important;
	}

	#project .fl-row-content-wrap {
		padding-top: 0;
	}

	.project-chili-custom .fl-button {
		margin-bottom: 20px !important;
		display: inline-block;
	}

	.project-chili-title-custom .custom-html-widget .title-custom div.short-desc {
		margin-bottom: 40px !important
	}

	#project .uabb-blog-post-inner-wrap:before {
		/*background-color: rgba(41, 41, 41, .50);*/
		background-color: unset;
		content: '';
		position: absolute;
		height: 100%;
		width: 100%;
		opacity: 0;
		top: 0;
		bottom: 0;
		z-index: 10;
		transition: all 350ms ease-out;
		opacity: .8;
	}

	#project h3.uabb-post-heading.uabb-blog-post-section a {
		color: #fff;
	}

	.fl-module-content {
		margin-bottom: 0;
		margin-top: 10px;
	}

	.project-chili-custom>.fl-row-content-wrap>.fl-row-content>.fl-col-group>.fl-col :last-child {
		margin-bottom: 0;
	}

	#project .uabb-blog-post-inner-wrap h3.uabb-post-heading a {
		display: block;
		transition: all 350ms ease-out;
	}

	.title-custom h3 {
		margin-top: 0;
	}

	.project-chili-custom>.fl-row-content-wrap>.fl-row-content>.fl-col-group>.fl-col {
		margin-bottom: 0 !important;
	}

	.gallery-postall .item-gallery {
		width: 100%;
		padding: 0 0 10px;
	}

	.fl-node-5cebae7aa71e0 {
		max-width: 100% !important
	}

	.fl-node-5cebaf1c92dbc>.fl-module-content {
		margin-left: 20px;
		margin-right: 20px;
	}

	.fl-page-footer-text.fl-page-footer-text-1 {
		padding-bottom: 5px;
	}

	.col-md-6.col-sm-6.text-right.clearfix {
		text-align: center;
		padding-bottom: 15px;
	}

	.page-title {
		height: 300px !important
	}

	.banner-container .content-page-title h1.title {
		font-size: 18px !important
	}

	.fl-module-heading h3.fl-heading {
		font-size: 24px !important
	}

	.fl-page-header-primary .fl-logo-img {
		width: 40%;
	}

	.col-md-4.col-sm-12.fl-page-header-logo-col {
		padding: 0px 15px !important
	}

	.fl-page-header-container.container {
		padding: 20px;
	}

	.fl-page-nav-col.col-md-8.col-sm-12 {
		padding: 0px 15px;
	}

	.fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-medium-mobile .fl-page-nav .navbar-toggle {
		top: 25px;
	}

	.fl-node-5cebae7f41a50>.fl-module-content {
		margin: 0px;
	}

	#home-ab #text {
		height: auto;
	}

	#home-ab #text .fl-rich-text {
		position: relative;
		top: 0;
		transform: translateY(0);
		padding: 20px 0px;
	}

	#test .uabb-testimonial-author-description {
		width: 100%;
	}

	#clients .uabb-image-carousel-content img {
		width: 60% !important
	}

	#construc .uabb-image-carousel-content {
		height: 125px;
	}

	.fl-content.fl-content-left.col-md-8 {
		padding: 0px 15px;
	}

	.fl-post-cats-tags a {
		background: none;
		padding: 0px;
		border: none;
	}

	.fl-post-cats-tags a:hover {
		color: #000;
		background: none
	}

	.fl-archive.container .fl-post-thumb {
		width: 100%;
		margin-bottom: 15px;
	}

	.fl-archive.container .fl-post-content.clearfix,
	.fl-archive.container .fl-post-header {
		width: 100%;
		padding-left: 0px;
	}
}

.content-page-title .title {
	text-align: center !important;
}

/*.fl-builder-content #project .uabb-blog-post-section {
    border-radius: 10px;
    overflow: hidden;
}
.fl-builder-content #project img {
   border-radius: 10px;
}*/
.fl-page-footer-widgets * {
	color: unset;
}

.uabb-thumbnail-position-background .uabb-post-thumbnail img {
	aspect-ratio: 7 / 4;
	position: unset;
	width: 100%;
	height: auto;
	min-width: 100%;
	max-width: none;
	left: unset;
	top: unset;
	-webkit-transform: unset;
	transform: unset;
}

.mbws_slidehomecongtrinh .uabb-image-carousel-item .uabb-image-carousel-content {
	border-radius: 10px !important;
}

.project-chili-custom .icon-custom {
	border-radius: 10px;
}

.home .project-chili-custom .fl-col-content {
	border-radius: 10px;
}

.home .project-chili-custom .fl-col-content .uabb-photo-content {
	border-radius: 10px;
}

#menu-menu-chinh-1 {
	display: flex;
	align-items: center;
}

.cate-du-an img,
.relatedcat img,
.type-post img {
	border-radius: 10px;
	overflow: hidden;
}

.relatedcat .owl-item {
	overflow: hidden;
	border-radius: 10px;
}

.relatedcat .relatedthumb .overlay {
	border-radius: 10px;
}

#project-overlay .uabb-blog-post-inner-wrap {
	position: relative;
	overflow: hidden;
}

#project-overlay .uabb-blog-post-inner-wrap .uabb-blog-post-content {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	text-align: center;
	align-content: center;
	color: #fff;
	background: #0000003a;
	transform: translateY(-100%);
	transition: all 0.3s;
}

#project-overlay .uabb-blog-post-inner-wrap:hover .uabb-blog-post-content {
	transform: translateY(0);
	transition: all 0.3s;
}

#project-overlay .uabb-blog-post-inner-wrap .uabb-blog-post-content h4 a {
	color: #fff;
	font-size: 2rem;
	font-weight: 600;
}