/*
Theme Name: Flatsome Child
Description: Thicoder developed for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 4.0.0
*/


/*************** ADD CUSTOM CSS HERE.   ***************/
/* SETTING */
html{
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}
.header:not(.transparent) .header-nav-main.nav > li > a{
	font-weight: 600;
}
.header:not(.transparent) .header-nav-main.nav > li.active.menu-item-object-custom > a{
	color: #fff;
}
input,
textarea {
	padding: 0 15px !important;
}

p {
	margin-bottom: 20px;
}

.section-title,
.section-title-main,
.wpcf7-submit,
a.button {
	margin: 0 !important
}

.mb-0>*:last-child,
.mb-0-style>*:nth-last-child(2) {
	margin-bottom: 0 !important;
}
.col:not(.pb-30){
	padding-bottom: 0 !important;
}
.row:not(.no-gap){
	row-gap: 30px;
}
.row.gap-20{
	row-gap: 20px;
}
.row:after {
	display: none !important;
}

.section-title-main,
.ux-menu .ux-menu-title,
.ux-menu .ux-menu-link a {
	padding: 0 !important;
}

.section-title,
.section-title-main {
	border: none !important;
}

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

.section-title.section-title-center {
	justify-content: center
}

.wpcf7-spinner,
.section-title a i,
.post-item .is-divider {
	display: none !important;
}

form input,
form textarea {
	margin-bottom: 0 !important
}

input,
textarea,
a.button {
	min-height: 40px !important;
	height: 100% !important;
	line-height: 40px !important
}

.ux-menu .ux-menu-title,
.ux-menu .ux-menu-link a {
	min-height: unset !important;
	height: unset !important;
	line-height: unset !important
}

input,
textarea,
input:focus,
textarea:focus,
.button:hover {
	box-shadow: none !important;
}

a.back-to-top {
	width: 40px;
	height: 40px !important;
	display: flex !important;
	justify-content: center;
	align-items: center;
	background-color: var(--fs-color-primary) !important;
	border: none !important;
}

a.back-to-top:hover {
	background-color: var(--fs-color-secondary) !important;
}

a.back-to-top i {
	font-size: 22px !important;
	color: #fff;
}

.row-small>.col,
.row-small>.flickity-viewport>.flickity-slider>.col {
	padding: 0 10px 20px;
}

.slider .flickity-slider>.col {
	padding-bottom: 0 !important
}

.slick-slider .slick-arrow {
	opacity: 0
}

.slider button.flickity-button[disabled] {
	opacity: 0 !important;
}

.slider .flickity-button,
.slick-slider .slick-arrow {
	margin: 0 !important;
	transform: unset;
	min-height: unset;
	width: 45px;
	height: 45px !important;
	bottom: unset;
	top: 50%;
	border-radius: 50%;
	overflow: hidden;
	border: none;
	position: absolute;
	transform: translatey(-50%) !important;
	padding: 0 !important
}

.slider:hover .flickity-prev-next-button {
	transform: translatey(-50%) !important;
}

.slider:hover .flickity-button,
.slick-slider:hover .slick-arrow {
	opacity: 1 !important;
}

.slider .flickity-button svg,
.slick-slider .slick-arrow svg {
	border: none;
	padding: 15px;
	background: #eee;
	color: var(--fs-color-primary);
}

.flickity-prev-next-button .arrow,
.slick-slider .slick-arrow .arrow {
	fill: currentcolor !important;
	transition: unset !important
}

.slider .flickity-button.previous {
	left: 0;
	right: unset !important;
}

.slider .flickity-button.next {
	right: 0;
	left: unset !important;
}

.slick-slider .slick-arrow.slick-prev,
.slider.slider-nav-outside .flickity-button.previous {
	left: -55px
}

.slick-slider .slick-arrow.slick-next,
.slider.slider-nav-outside .flickity-button.next {
	right: -55px
}

.slider .flickity-prev-next-button:hover svg,
.slick-slider .slick-arrow:hover svg {
	background-color: var(--fs-color-secondary) !important;
	color: #fff;
}

.slick-dots {
	margin: 0;
	display: flex;
	gap: 5px;
	list-style-type: none;
	justify-content: center;
	align-items: center;
	margin-top: 20px;
}

.slick-dots li {
	margin: 0 !important;
	width: 12px;
	height: 12px;
	background: #eee;
	border-radius: 50%;
}

.slick-dots li.slick-active {
	background: var(--fs-color-primary);
}

.slick-dots li button {
	display: none;
}

.slider-controls {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 40px;
}

.slider-controls .slick-dots {
	margin: 0 20px;
	order: 2;
	border-radius: 50px;
	margin-left: 20px;
	margin-right: 20px;
	box-shadow: 0px 0px 7px -2px rgba(0, 0, 0, .19);
	background: #fff;
	padding: 8px 20px;
	column-gap: 6px;
}

.slider-controls .slick-arrow.slick-prev {
	order: 1;
}

.slider-controls .slick-arrow.slick-next {
	order: 3;
}

.slider-controls .slick-arrow {
	margin: 0;
	border: none;
	background: var(--fs-color-primary);
	border-radius: 50%;
	padding: 0;
	width: 40px;
	height: 40px;
	aspect-ratio: 1/1;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}

.slider-controls .slick-arrow:hover {
	background: var(--fs-color-secondary);
}

.slider-controls .slick-arrow i {
	color: #fff;
	font-size: 13px;
}

.slider-controls .slick-dots li {
	transition: .5s all ease-in-out;
	display: inline-block;
	border: 2px solid;
	padding: 5px;
	border-radius: 20px;
	background: rgba(0, 0, 0, 0);
	border-color: rgba(0, 0, 0, 0);
	position: relative;
}

.slider-controls .slick-dots li:after {
	transition: .5s all ease-in-out;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 12px;
	background: #e5fadc;
}

.slider-controls .slick-dots li.slick-active:after {
	background: var(--fs-color-primary);
}

.slider-controls .slick-dots li.slick-active {
	border-color: var(--fs-color-primary);
}

.slick-slider .slick-slide>div>.col {
	padding-bottom: 0 !important;
	flex-basis: 100% !important;
	max-width: 100% !important;
}

.row-full-width.slick-slider .slick-arrow.slick-prev {
	left: 6%
}

.row-full-width.slick-slider .slick-arrow.slick-next {
	right: 6%
}

.equal-height .slick-track {
	display: flex !important;
}

.equal-height .slick-slide {
	height: inherit !important;
}

.equal-height.slick-slider .slick-slide>div,
.equal-height.slick-slider .slick-slide>div>.col,
.equal-height.slick-slider .slick-slide>div>.col>.col-inner {
	height: 100%
}

ol.flickity-page-dots {
	position: relative;
	margin: 20px 0 0 !important;
	left: 0;
	right: 0;
	bottom: 0
}

ol.flickity-page-dots li {
	border: none !important;
	width: 12px !important;
	height: 12px !important;
	margin: 0 2.5px !important;
	background-color: #dbdbdb !important;
	opacity: 1 !important
}

ol.flickity-page-dots li.is-selected {
	background-color: var(--fs-color-primary) !important;
}

.slider-controls {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 10px;
}

.slider-controls .slick-dots {
	margin: 0 20px;
	order: 2;
	border-radius: 50px;
	margin-left: 20px;
	margin-right: 20px;
	box-shadow: 0px 0px 7px -2px rgba(0, 0, 0, .19);
	background: #fff;
	padding: 8px 20px;
	column-gap: 6px;
}

.slider-controls .slick-arrow.slick-prev {
	order: 1;
}

.slider-controls .slick-arrow.slick-next {
	order: 3;
}

.slider-controls .slick-arrow {
	margin: 0;
	border: none;
	background: var(--fs-color-primary);
	border-radius: 50%;
	padding: 0;
	width: 40px;
	height: 40px;
	aspect-ratio: 1/1;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}

.slider-controls .slick-arrow:hover {
	background: var(--fs-color-secondary);
}

.slider-controls .slick-arrow i {
	color: #fff;
	font-size: 13px;
}

.slider-controls .slick-dots li {
	transition: .5s all ease-in-out;
	display: inline-block;
	border: 2px solid;
	padding: 5px;
	border-radius: 20px;
	background: rgba(0, 0, 0, 0);
	border-color: rgba(0, 0, 0, 0);
	position: relative;
}

.slider-controls .slick-dots li:after {
	transition: .5s all ease-in-out;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 12px;
	background: #e5fadc;
}

.slider-controls .slick-dots li.slick-active:after {
	background: var(--fs-color-primary);
}

.slider-controls .slick-dots li.slick-active {
	border-color: var(--fs-color-primary);
}

.section-title a {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	padding: 0;
}

.title-link .section-title {
	display: inline;
}

.post-item:hover .post-title {
	color: var(--fs-color-primary);
	;
	transition: all .25s ease-in-out
}

.post-item a.plain {
	color: currentcolor !important;
	transition: unset !important;
}

button.f-thumbs__slide__button {
	max-width: none !important;
}

.product-small.col .col-inner .box-text-products .product-title a,
.post-item .box-text .box-text-inner .from_the_blog_excerpt,
.post-item .box-text .box-text-inner .post-title a,
aside.widget li .post-title span {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.post-item .box-text .post-title a {
	-webkit-line-clamp: 2;
}

.post-item .box-text .from_the_blog_excerpt {
	-webkit-line-clamp: 3;
}

.nav-dropdown-has-arrow li.has-dropdown:after, .nav-dropdown-has-arrow li.has-dropdown:before {
	content: none !important
}

.header-main .header-nav li.menu-item .sub-menu {
	left: 0;
	border: none;
	box-shadow: 0px 1px 5px rgba(0, 0, 0, .3);
	padding: 0;
	border-radius: 10px;
}

.header-main .header-nav li.menu-item .sub-menu a {
	margin: 0;
	padding: 12px 15px;
	border: none;
	color: #fff;
	font-weight: 400;
	text-transform: none;
	font-size: inherit;
}

.header-main .header-nav li.menu-item .sub-menu li:not(:last-child) a {
	border-bottom: 1px solid #fff8;
}

.nav-dropdown {
	display: flex;
	flex-direction: column;
}

.nav-dropdown li {
	position: relative;
	width: 100% !important;
	display: block !important
}

.header-main .header-nav li.menu-item .sub-menu .sub-menu {
	position: absolute;
	left: 100%;
	top: 0;
	width: 100%;
	transform: translatey(15px);
	transition: transform .25s ease-in-out, opacity .25s ease-in-out, visibility .25s ease-in-out;
	opacity: 0;
	visibility: hidden
}

.header-main .header-nav li.menu-item .sub-menu>li:hover>.sub-menu {
	transform: translatey(0);
	opacity: 1;
	visibility: visible
}

.header-main .header-nav li.menu-item .sub-menu {
	background-color: #263143 !important;
}
.header-main .header-nav li.menu-item .sub-menu a:hover{
	color: var(--fs-color-primary) !important;
}
.entry-content figure {
	margin-bottom: 20px;
}

.entry-content figure img {
	margin: 0
}

.entry-content>p>img {
	margin: 0 !important
}

.entry-content h2 {
	font-size: 26px;
	color: var(--fs-color-primary);
}

.entry-content h3 {
	font-size: 22px;
}

.entry-content h4 {
	font-size: 18px;
}

@media(min-width: 849.1px){
	.header-full-width .container{
		padding: 0 0px;
	}
}
.nav-spacing-xlarge>li {
	margin: 0 15px;
}
#logo{
	margin: 0;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}
#logo a::before{
	content: '';
	background: #cf301d;
	position: absolute;
	inset: 0;
	z-index: -1
}
.header-nav.header-nav-main.nav-left{
	justify-content: center;
	padding: 0 30px;
}
@media(min-width: 1350px){
	.flex-col.hide-for-medium.flex-left{
		margin-right: 10%;
	}
}
.banner-home .text-box{
	top: 40px;
	transform: translate(-50%, 0%) !important;
}
.banner-home .text-box h1{
	letter-spacing: 0.05em;
}
.title-lg h1{
	font-size: clamp(34px, 6vw, 60px);
	margin: 0;
	line-height: 1.1em;
}
.ss-aboutus .banner .container{
	max-width: 100%;
	padding: 0
}
.ss-aboutus .banner .text-box .text-box-content{
	max-width: 461px;
	background: #c0d2e5;
	padding: 60px 30px 45px;
}
.ss-title h2,
.ss-title h1{
	color: #1e2d3b;
	font-size: clamp(28px, 5vw, 50px);
	position: relative;
	padding-bottom: 15px;
	margin: 0;
	line-height: 1.1;
}
.ss-title h2::after,
.ss-title h1::after{
	content: '';
	width: 116px;
	height: 8px;
	background: var(--fs-color-primary);
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 0
}
.ss-title.center h2::after,
.ss-title.center h1::after{
	left: 50%;
	transform: translatex(-50%);
}
.banner h5, .banner h6, .banner p{
	margin-top: 0
}
.list-number .item p{
	font-weight: bold;
	line-height: 1.2;
}
.list-number .item p:first-child{
	font-size: clamp(24px, 4vw, 60px);
	margin-bottom: 15px;
}
.list-number .item p:nth-child(2){
	font-size: clamp(16px, 2.3vw, 22px);
}
.list-number .item::after{
	height: 70px;
	width: 2px;
	background: #fff;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(-50%, -50%);
}
.list-number .item:not(:last-child)::after{
	content: '';
}
.list-box1 .box .box-text h3{
	color: #3d5975;
	font-size: clamp(18px, 3vw, 20px);
	margin: 0 0 10px;
}
.list-box1 .box .box-text p{
	font-size: 15px;
	margin: 0
}
.list-box2 .box .box-text{
	padding: 0 30px 30px;
}
.box{
	height: 100%;
}
.list-box2 .box .box-text .baged{
	border: 1px solid #282626;
	max-width: 160px;
	padding: 12px 10px;
	background: #fff;
	font-size: clamp(18px, 3vw, 20px);
	color: #000;
	transform: translatey(-30px);
}
.list-box2 .box .box-text .baged p{
	margin: 0;
	line-height: 1.5
}
.list-box2 .box .box-text .content h3{
	font-size: clamp(18px, 3vw, 22px);
	margin: 0 0 10px;
}
.list-box2 .box .box-text .content p{
	font-size: 15px;
	margin: 0
}
.list-box2 .item > .col-inner{
	transition: all .25s ease-in-out;
}
.list-box2 .item > .col-inner:hover{
	transform: scale(1.05);
}
.banner h1, .banner h2, .banner h3{
	font-weight: bold;
}
.project-item .box{
	border-radius: 8px;
	overflow: hidden;
}
.project-item .box .box-text{
	text-shadow: none;
	position: absolute;
	inset: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px 20px;
	background: #0009;
	opacity: 0
}
.project-item .box:hover .box-text{
	opacity: 1;
}
.project-item .box .box-text {
	color: #fff;
}
.project-item .box .box-text h3{
	color: inherit;
	font-size: clamp(20px, 3vw, 22px);
	margin-bottom: 15px;
	margin-top: 0
}
.project-item .box .box-text p{
	margin-top: 0;
	margin-bottom: 5px;
	font-size: 15px;
}
.project-item .box .box-image a::before{
	content: '';
	background: transparent;
	position: absolute;
	inset: 0;
	z-index: 1
}
.col-map iframe{
	border-radius: 16px;
	overflow: hidden
}
.col-contact h3{
	font-size: clamp(18px, 3vw, 24px);
}
.col-contact p{
	margin-bottom: 0;
	font-size: 18px;
}
footer .contact h3{
	font-size: clamp(18px, 2.3vw, 25px);
	margin-bottom: 5px;
	line-height: 1.2
}
footer .contact p{
	font-size: clamp(16px, 2vw, 20px);
}
footer .social-icons{
	display: flex;
	justify-content: end;
	column-gap: 8px;
}
footer .social-icons a{
	width: 35px;
	height: 35px;
	background: #fff;
	border-radius: 99px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}
footer .social-icons a i{
	color: var(--fs-color-secondary);
	top: 0;
	margin: 0
}
footer .ux-menu{
	flex-direction: row;
	flex-wrap: wrap;
	gap: 5px 8px;
}
footer .ux-menu .ux-menu-link a{
	background: #212f43;
	color: #fff !important;
	padding: 6px 15px !important;
}
footer .ux-menu .ux-menu-link a:hover{
	text-decoration: underline;
}
footer h2{
	font-size: clamp(18px, 3vw, 30px);
}
footer .coppyright{
	font-size: 15px;
}
.absolute-footer{
	display: none !important
}
@media(min-width: 849.1px){
	.ss-contact .section-content{
		max-width: calc(100% - 80px);
		margin: 0 auto;
	}
}
.ss-contact .content h1{
	font-size: clamp(28px, 5vw, 56px);
	margin-bottom: 20px !important;
}
.ss-contact .col-form h3{
	font-size: clamp(26px, 4vw, 38px);
	line-height: 1.2;
}
.wpcf7-form label{
	font-weight: 400;
	margin-bottom: 5px;
}
.wpcf7-form input,
.wpcf7-form select,
.wpcf7-form textarea{
	border: 1px solid #000;
	box-shadow: none;
	margin: 0;
	height: 40px !important;
}
.wpcf7-form textarea{
	height: 120px !important;
}
.wpcf7-form .wpcf7-submit{
	min-width: 180px;
	border-radius: 99px !important;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.6) !important;
	background: #fff;
	color: #3b3a3a !important;
	font-size: 20px;
	height: 45px !important;
	border: none;
}
.wpcf7-form .wpcf7-submit:hover{
	background: var(--fs-color-secondary);
	color: #fff !important;
}
.ss-contact .section-bg{
	background-attachment: fixed;
}
.wpcf7-form .wpcf7-form-control.wpcf7-not-valid{
	border-color: red;
}
form{
	margin-bottom: 0;
}
.wpcf7 .wpcf7-not-valid-tip{
	background-color: transparent;
	margin-top: 0;
	font-size: 14px;
	color: red;
}
.wpcf7 form .wpcf7-response-output{
	margin: 12px 0 0;
	font-size: 14px;
	margin-bottom: 0;
	color: #fff;
}
.wpcf7 .wpcf7-not-valid-tip:after{
	content: none;
}
.wpcf7 form .wpcf7-response-output{
	color: #000
}
.section-duan,
.custom-section{
	padding: 50px 0;
}
.tabbed-content .nav{
	display: flex;
	gap: 8px 16px;
	justify-content: center;
	margin-bottom: 30px;
}
.tabbed-content li{
	margin: 0
}
.tabbed-content .nav li.tab a{
	font-size: clamp(18px, 2vw, 20px);
	font-weight: 500 !important;
	padding: 8px 16px !important;
	position: relative;
	width: 100%;
	justify-content: center;
	color: #1e2d3b;
}
.tabbed-content .nav-vertical li a{
	justify-content: start;
}
.tabbed-content li a:before{
	content: '';
	height: 3px;
	position: absolute;
	left: 50%;
	bottom: 0;
	background: currentcolor;
	transform: translatex(-50%);
	width: 0;
	transition: width .3s ease-in-out;
}
.tabbed-content li.active a:before,
.tabbed-content li a:hover:before{
	width: 100%;
}
.tabbed-content .nav li.tab.active a,
.tabbed-content .nav li.tab a:hover{
	color: var(--fs-color-primary);
}
.tabbed-content li.active a{
	font-weight: bold !important;
}
.nav:hover>li:not(:hover)>a:before{
	opacity: 1;
}
.tabbed-content .tab-panels{
	padding: 0
}
.searchform{
	border-radius: 4px;
	overflow: hidden;
}
.searchform .search-field{
	background: var(--fs-color-secondary) !important;
	border: none;
	border-bottom: 1px solid #fff5;
	font-size: 16px;
	min-height: 50px !important;
	line-height: 50px !important;
	padding: 0 50px 0 16px !important;
	color: #fff !important;
}
.searchform .search-field::placeholder{
	color: #fff;
}
.searchform .submit-button{
	background: transparent;
	min-width: unset !important;
	height: 50px !important;
	width: 50px !important;
	border: none !important;
	padding: 0 !important
}
.searchform .submit-button i{
	font-size: 20px !important;
	top: -4px;
}
.searchform .flex-col:nth-child(2){
	position: absolute;
	right: 0;
}
.project_empty{
	text-align: center;
	display: block;
	margin: 0 !important
}
.block-btn-seemore{
	margin-top: 30px;
}
.block-btn-seemore .button{
	border-radius: 8px;
	border: 1px solid #fff;
	height: 48px;
	line-height: 48px;
	padding: 0 35px;
	margin: 0;
	text-transform: none;
	font-weight: 500;
	font-size: 16px;
}
.block-btn-seemore .button:hover{
	background: var(--fs-color-secondary) !important;
	border-color: var(--fs-color-secondary);
	color: #fff !important;
}


.list-duan .col-inner .box .box-image{
	border-radius: 15px;
	overflow: hidden;
	margin-bottom: 24px;
}
.list-duan .col-inner .box:hover .box-image img{
	transform: scale(1.05);
}
.list-duan .col-inner .box .box-text{
	padding: 0;
	text-align: center
}
.list-duan .col-inner .box .box-text h3{
	font-size: clamp(20px, 5vw, 24px);
	margin: 0 0 5px;
}
.list-duan .col-inner .box .box-text p{
	margin: 0 !important;
}
.list-duan .col-inner .box{
	border-radius: 15px;
	overflow: hidden;
	font-size: 0;
}
.list-duan .col-inner .box .box-image{
	margin-bottom: 0 !important;
}
.list-duan .col-inner .box .box-text{
	position: absolute;
	inset: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #0008;
	padding: 15px;
}
.list-duan .col-inner .box .box-text h3{
	margin: 0;
	color: #fff;
}
.list-duan .col-inner .box .box-text{
	transition: opacity .3s, transform .3s, background-color .3s, visibility .3s;
}
.list-duan .col-inner .box:hover .box-text{
	opacity: 0;
	visibility: hidden;
}
.title-section h2{
	margin: 0;
	font-size: clamp(26px, 5vw, 32px);
	line-height: 1.3;
}
.single-duan .des-content p{
	margin-bottom: 10px;
}
.single-duan .des-content > *:last-child{
	margin-bottom: 0 !important
}
.info_project ul,
.info_project ul li{
	margin: 0;
	list-style-type: none;
}
.info_project ul li span{
	color: #999999;
	font-weight: 400
}
.info_project ul li{
	font-weight: 500
}
.info_project ul li:not(:last-child){
	margin-bottom: 10px;
}
.album-duan .relative:not(:last-child) .img{
	margin-bottom: 16px;
}
.single-duan .block-content-item:not(:last-child){
	margin-bottom: 30px;
}
.single-duan .block-content-item .title-section{
	margin-bottom: 20px;
}
.single-duan .block-content-item a.button{
	text-transform: none !important;
	font-size: 16px;
	min-height: 48px !important;
	height: 100% !important;
	line-height: 48px !important;
	padding: 3px 20px !important;
	border: 1px solid currentcolor !important;
	border-radius: 10px;
}
.remaining-image{
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #0006;
	border-radius: 16px;
	overflow: hidden
}
.remaining-image span{
	font-size: 64px;
	font-weight: bolder;
	line-height: 1;
	color: #fff;
}

a[data-fancybox]:before {
	content: '';
	background: transparent;
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	display: inline-block;
	z-index: 1;
	cursor: pointer
}
.list-album-duan a{
	margin-bottom: 20px;
	display: block;
	border-radius: 16px;
	overflow: hidden
}
.section-related .row-top .col .col-inner {
	margin-bottom: 30px;
}
h1.entry-title{
	font-size: clamp(28px, 5vw, 32px);
}
.navigation-post .next-prev-nav{
	border-bottom: none;
	border-top: 1px solid #fff;
	padding: 0;
}
.navigation-post .next-prev-nav .flex-col {
	padding: 0;
}
.next-prev-nav .flex-col+.flex-col{
	border: none !important;
}
.navigation-post .next-prev-nav a span{
	display: none;
}
.navigation-post .next-prev-nav a{
	font-size: 0
}
.navigation-post .next-prev-nav a:after{

	text-transform: uppercase;
}
.navigation-post .next-prev-nav .nav-prev a:after{
	content: 'PREVIOUS PROJECT';
	margin-left: 15px;
}
.navigation-post .next-prev-nav .nav-next a:before{
	content: 'NEXT PROJECT';
	margin-right: 15px;
}
.navigation-post .next-prev-nav a:before,
.navigation-post .next-prev-nav a:after{
	font-size: clamp(16px, 3vw, 30px);
}
.navigation-post .next-prev-nav .nav-prev a:before{
	content: '\f060';
	font-family: fontawesome;
}
.navigation-post .next-prev-nav  .nav-next a:after{
	content: '\f061';
	font-family: fontawesome;
}
#post-list > .row{
	margin-bottom: 30px;
}
.post-item .box-image{
	border-radius: 15px;
	overflow: hidden;
	margin-bottom: 16px;
}
.post-item .box-text{
	padding: 0
}
.post-item .box-text .post-title,
.post-item .box-text .post-title a{
	margin: 0 !important
}
.post-item .box-text .post-title a{
	line-height: 1.4;
	font-size: clamp(18px, 2vw, 22px);
	-webkit-line-clamp: 3;
}

.post-item .box.box-vertical{
	display: grid;
	grid-template-columns: repeat(2, calc(50% - 16px));
	gap: 32px;
}
.post-item .box.box-vertical > *{
	width: 100%;
}
.style-large .post-item .box.box-vertical .box-text .post-title a{
	text-transform: uppercase;
	font-size: clamp(22px, 3vw, 34px);
}
.style-large .post-item .box.box-vertical .box-text .post-title + .from_the_blog_excerpt{
	margin-top: 15px !important;
}
.post-item .box.box-vertical .box-image{
	margin-bottom: 0 !important;
}
.post-item .box-text .from_the_blog_excerpt{
	margin: 15px 0 0 !important;
	font-size: 16px;
	-webkit-line-clamp: 3;
}
.style-large .post-item .box-text .from_the_blog_excerpt{
	font-size: clamp(16px, 2vw, 18px);
	-webkit-line-clamp: 4;
}
.style-normar .post-item .box-image{
	margin-bottom: 30px;
}

.style-normar .post-item .box-text .from_the_blog_excerpt {
	font-size: 16px;
	-webkit-line-clamp: 3;
}
.vertical-small .post-item .box.box-vertical {
	display: grid;
	grid-template-columns: 190px 1fr;;
	gap: 30px;
}
.blog-single{
	padding: 30px 0
}
.blog-single .entry-header{
	border: none;
	margin-bottom: 30px;
}
.blog-single .entry-content{
	text-align: center;
	padding: 0
}
.blog-single .entry-header .entry-header-text{
	padding: 0
}
.blog-single .entry-header .entry-header-text h1{
	font-size: clamp(28px, 5vw, 50px);
	margin-bottom: 15px;
}
.blog-single .entry-header .entry-divider{
	display: none !important;
}
.blog-single .entry-header .entry-meta{
	font-weight: bold
}
.blog-single .entry-content .wp-caption,
.blog-single .entry-content div img{
	margin-bottom: 20px;
}
.blog-single .entry-content .wp-caption figcaption{
	background: #c2bfbf;
	color: #000
}
.blog-single .entry-content img{
	width: 100%;
	border-radius: 15px;
}
.blog-single .entry-content p img{
	margin-bottom: 4px;
}
.single-post #breadcrumbs{
	text-align: center
}
.vertical-nomar .post-item .box.box-vertical {
	grid-template-columns: calc(40% - 15px) calc(60% - 15px);
	gap: 30px;
}
.post-item .box-text .post-meta{
	opacity: 1;
	color: #999999;
	margin: 12px 0;
	font-size: 14px;
}
.ux-relay__control{
	padding: 0
}
ul.nav-pagination,
.custom-pagination .nav-links{
	margin: 30px 0 !important;
	display: flex;
	justify-content: center;
	gap: 8px;
}
ul.nav-pagination li{
	margin: 0 !important;
}
ul.nav-pagination li > *,
.custom-pagination .nav-links > *{
	border: none;
	padding: 0;
	min-width: unset;
	width: 45px;
	height: 45px;
	border-radius: 6px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	color: #fff !important;
	font-weight: 500;
	background: var(--fs-color-secondary);

}
ul.nav-pagination li > *.current,
ul.nav-pagination li > *:hover,
.custom-pagination .nav-links span.current{
	background: var(--fs-color-primary);
}

ul.nav-pagination li a.next i,
ul.nav-pagination li a.prev i,
.custom-pagination .nav-links i{
	top: 0;
	font-size: 24px;
}
@media(min-width: 849px){
	.hidden-last > .col:last-child{
		display: none !important
	}
	.large-no-excerpt .from_the_blog_excerpt{
		display: none !important
	}
}
.vertical-nomar .post-item .box.box-vertical {
	grid-template-columns: calc(40% - 15px) calc(60% - 15px);
	gap: 30px;
}
.vertical-nomar .post-item .box.box-vertical .box-text .from_the_blog_excerpt{
	margin-top: 15px !important
}
.item-product .box{
	background: var(--fs-color-primary);
}
.item-product .box .box-text{
	color: #fff;
	padding: 15px 12px;
}
.item-product .box .box-text h3{
	color: inherit;
	margin: 0;
	font-size: clamp(18px, 2vw, 20px);
}
.title-col > .col-inner{
	margin-bottom: 40px;
}
.custom-single-product .section-content > .row + .row{
	margin-top: 30px;
}
.ss-title.small h1{
	font-size: clamp(24px, 5vw, 34px);
}
.product-right-col .short-description{
	margin-top: 20px;
}
.product-meta{
	font-size: 16px;
}
a.btn-ecatalog{
	font-size: 16px;
	padding: 2px 25px;
	margin-top: 16px !important;
}
.custom-single-product .tabbed-content .nav::after{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	height: 3px;
	width: 100%;
	background: #d9d9d9;
	z-index: -1
}
.content-form{
	text-align: center;
}
.content-form h2{
	font-size: clamp(24px, 5vw, 34px);
	margin-bottom: 10px;
}
.custom-single-product .wpcf7-form textarea{
	height: 250px !important
}
.custom-single-product .wpcf7-form .wpcf7-submit{
	width: 100%;
}
.similar-products-wrapper > h3{
	font-size: clamp(20px, 3vw, 26px);
}
.similar-products-wrapper .item-product .box .box-text h3{
	font-size: clamp(16px, 2vw, 18px);
}
.slider .flickity-button.previous{
	left: 15px;
}
.slider .flickity-button.next {
	right: 15px;
}
.ss-title.small h1{
	padding-bottom: 12px;
}
.ss-title.small h1::after {
	height: 4px;
}
.ss-facts_figures .ss-title{
	margin-bottom: 30px;
}
.ss-facts_figures .ss-title h2{
	padding: 0;
	font-size: clamp(28px, 5vw, 42px);
}
.ss-facts_figures .ss-title h2::after{
	content: none;
}
.ss-facts_figures .icon-box .icon-box-img{
	width: 80px !important;
}
.ss-facts_figures .icon-box svg{
	padding: 0;
	color: var(--fs-color-primary);
}
.ss-facts_figures .icon-box .icon-box-text p:first-child{
	font-size: clamp(28px, 3vw, 42px);
	color: var(--fs-color-primary);
	font-weight: bold;
	margin: 0;
	line-height: 1.1;
}
.ss-facts_figures .icon-box .icon-box-text p:last-child{
	font-size: clamp(16px, 2vw, 20px);
	font-weight: 500
}
.list-duan.slider-1 .slick-list{
	padding: 0 20% !important;
}
.list-duan.slider-1 .col-inner{
    margin: 15px 0;
}
.list-duan.slider-1 .slick-center .col-inner .box:hover{
    transform: scale(1.05)
}
.list-number2 p{
    line-height: 1.4;
}
.list-number2 p > *:first-child{
    font-size: clamp(26px, 3vw, 42px);
}
.list-number2 p > *:last-child{
    font-size: clamp(22px, 3vw, 30px);
}
@media(max-width: 1580px){
    li.current-dropdown.header-search>.nav-dropdown{
        left: unset !important;
        right: 0
    }
}
/* CSS TABLE & MOBILE */
@media (max-width: 849px) {

	.off-canvas-left .mfp-content,
	.off-canvas-right .mfp-content {
		background-color: #1e2d3b !important;
	}
	.header .header-bg-color{
		background: var(--fs-color-primary);
	}
	.nav>li>a>i.icon-menu{
		font-size: 32px;
		color: #fff;
	}
	#logo{
		justify-content: start;
	}
	.off-canvas:not(.off-canvas-center) .nav-vertical li>a{
		color: #fff;
		font-size: 15px;
		font-weight: 600;
	}
	.banner p{
		font-size: 16px;
	}
	.list-number .item:not(:last-child)::after{
		content: none
	}
	.list-number .item:nth-child(odd):after{
		content: '';
	}
	.ss-title h2::after{
		height: 5px;
	}
	.list-number .item::after {
		height: 50px;
	}
	.col-contact p {
		font-size: 16px;
	}
	.form-submit{
		text-align: center;
	}
	.tabbed-content .nav{
		justify-content: center;
	}
	.section-duan,
	.custom-section{
		padding: 40px 0;
	}
	.style-large .post-item .box-text .from_the_blog_excerpt {
		-webkit-line-clamp: 3;
	}
	.off-canvas .nav-vertical li li>a {
		padding-bottom: 10px;
		padding-top: 10px;
	}
	.sidebar-menu .toggle{
		opacity: 1;
	}
	.sidebar-menu .toggle i{
		color: #fff;
	}
	.ss-facts_figures .icon-box .icon-box-img {
		width: 60px !important;
	}
}

/* CSS MOBILE */
@media (max-width: 549px) {

	/*  CSS GLOWBAL */
	.off-canvas-left .mfp-content {
		width: calc(100vw - 65px);
	}
	.ss-aboutus .banner .text-box .text-box-content{
		padding: 40px 20px 40px;
	}
	.list-number .item p:first-child {
		margin-bottom: 10px;
	}
	.project-item .box .box-text{
		opacity: 1;
	}
	.text-right .is-divider{
		margin-left: 0;
	}
	footer .social-icons{
		justify-content: start;
	}
	footer .contact + .text-right .is-divider{
		display: none;
	}
	.section-duan,
	.custom-section{
		padding: 30px 0;
	}
	.tabbed-content .nav li.tab a{
		padding: 8px 10px !important;
	}
	.post-item .box.box-vertical {
		display: block;
	}
	.mb-vertical .post-item:not(:last-child) .box, .mb-post-large .post-item .box, .mb-vertical.orther .post-item:last-child .box {
		border-bottom: 1px solid rgb(153, 153, 153);
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
	#post-list > .row{
		gap: 0 !important
	}
	.mb-vertical .post-item .box{
		display: flex;
		gap: 0 !important;
	}
	.mb-vertical .post-item .box .box-image{
		width: 100%;
		max-width: 150px;
		margin: 0 !important;
	}
	.mb-vertical .post-item .box .box-text{
		padding: 0 0 0 15px !important;
	}
	.mb-vertical .post-item,
	.style-large .post-item{
		padding-bottom: 0
	}
	.mb-vertical .post-item:not(:last-child) .box,
	.mb-post-large .post-item .box,
	.mb-vertical.orther .post-item:last-child .box{
		border-bottom: 1px solid rgb(153 153 153 / 51%);
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
	.post-item .box-text .from_the_blog_excerpt {
		display: none !important;
	}
	#post-list > .row {
		margin-bottom: 0px;
	}
	.style-large .post-item .box.box-vertical .box-text .post-title a {
		text-transform: none;
	}
	.post-item .box.box-vertical .box-image, .style-normar .post-item .box-image {
		margin-bottom: 16px !important;
	}
	.title-col > .col-inner{
		margin-bottom: 30px;
	}
	.custom-single-product .tabbed-content .nav{
		gap: 8px 4px;
	}
	.custom-single-product .tabbed-content .nav li.tab a {
		padding: 8px 8px !important;
	}
	.list-duan.slider-1 .slick-list{
		padding: 0 10% !important;
	}
	/* END CSS GLOWBAL */
}
