/*
Theme Name: Flatsome
Theme URI: http://flatsome.uxthemes.com/
Author: UX-Themes
Author URI: http://www.uxthemes.com/
Description: Multi-Purpose Responsive WooCommerce Theme
Version: 3.12.0
Text Domain: flatsome
License: http://themeforest.net/licenses
License URI: http://themeforest.net/licenses
*/

/***************
All custom CSS should be added to Flatsome > Advanced > Custom CSS,
or in the style.css of a Child Theme.
***************/
body>* {
	font-family: "Montserrat", sans-serif;
}

#masthead {
	background: linear-gradient(90deg, rgba(42, 61, 114, 1) 0%, rgba(43, 180, 116, 1) 100%);
	background: linear-gradient(90deg, rgba(42, 61, 114, 1) 0%, rgba(43, 180, 116, 1) 100%);
}

.custom-box {
	cursor: pointer;
	padding-top: 48px;
	padding-bottom: 18px;
	border-radius: 10px;
}

.custom-box-border {
	cursor: pointer;
	border-radius: 10px;
	overflow: hidden;
}

.pl-10 {
	padding-left: 10px;
}

.bg-dot {
	background: url(https://phuquybds.com/wp-content/uploads/2021/04/bg-pattern-dot.png) 0 0 repeat !important;
}

.rounded-lg {
	border-radius: 15px;
	overflow: hidden;
	cursor: pointer;
}

.center-btn {
	display: block;
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
}

.tes {
	padding: 50px 30px;
	background: white;
	box-shadow: 0 0 10px 7px rgb(0 0 0 / 8%) !important;
}

.home-contact-form {
	margin: 35px 25px;
	border-radius: 10px;
	padding: 45px 35px;
	box-shadow: 0 0 10px 7px rgb(0 0 0 / 8%) !important;
}

.cta-product {
	border-radius: 3px;
	outline: none;
	background: linear-gradient(90deg, rgba(42, 61, 114, 1) 0%, rgba(43, 180, 116, 1) 100%);
	color: #fff !important;
	border-style: none;
	padding: 7px 15px;
	display: inline-block;
	margin: 20px 10px 20px 0;
}

.cta-product:hover {
	box-shadow: inset 0 0 0 100px rgb(0, 0, 0, 20%);
}

.product-info .fa-check {
	color: rgb(43, 180, 116);
}

.sidebar-contact {
	text-align: center;
	border: 1px solid lightgray;
	padding: 20px;
	border-radius: 5px;
}

.gradient-button {
	border-radius: 3px;
	outline: none;
	background: linear-gradient(90deg, rgba(42, 61, 114, 1) 0%, rgba(43, 180, 116, 1) 100%);
	color: #fff !important;
	border-style: none;
	padding: 7px 15px;
	display: inline-block;
	margin: 20px 0;
}

.custom-attribute {
	list-style: none;
	padding-inline-start: 0;
	margin-inline-start: 0;
	column-count: 2;
	column-gap: 40px;
}

.custom-attribute li {
	margin-left: 0 !important;
	display: inline-block;
	width: 100%;
	justify-content: space-between;
	border-bottom: 1px dotted gray;
}

.custom-attribute li span:nth-child(2) {
	font-weight: bold;
	float: right;
}

.wpfFilterWrapper {
	border-radius: 15px;
	overflow: hidden;
	box-shadow: 0 0 10px 7px rgb(0 0 0 / 8%) !important;
	padding: 20px 15px !important;
}

.custom-box.custom-hover:hover {
	background: white;
	box-shadow: 0 0 10px 7px rgb(0 0 0 / 8%) !important;
}

.category-page-title .woocommerce-result-count {
	display: none !important;
}

.category-page-title .woocommerce-ordering {
	display: none !important;
}

.product-small.box {
	border-radius: 15px;
	box-shadow: 0 0 8px 3px rgb(0 0 0 / 8%) !important;
	overflow-x: hidden;
}

.product-small.box .box-text {
	min-height: 104px;
	padding-left: 1rem;
	padding-right: 1rem;
}

input[type="submit"].wpcf7-submit {
	background: linear-gradient(90deg, rgba(42, 61, 114, 1) 0%, rgba(43, 180, 116, 1) 100%) !important;
	background-color: unset !important;
}


/* Custom page  */
.page-thumbnail img {
	border-radius: 10px;
}

.project-logo {
	text-align: center;
}

.project-logo img {
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
}

.project_pros {
	margin: 40px 0;
}

.project_pros .pros-item {
	text-align: center;
	margin: 20px 0;
}

.project_pros .pros-item img {
	max-width: 30%;
}

.project_pros .pros-item .title {
	margin-top: .5em;
	font-weight: bold;
	color: #000;
}

.project-content {
	margin: 30px 0;
}

.project-content .tab {
	overflow: hidden;
}

.project-content .tab button {
	background-color: inherit;
	float: left;
	cursor: pointer;
	padding: 0.5em .75em;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	font-size: 16px;
	border: 2px solid transparent;
	border-radius: 32px;
	line-height: 1;
	min-height: unset;
}

.project-content .tab button.slick-arrow {
	color: transparent;
	top: 33%;
	padding: 0;
	margin: 0;
	z-index: 9;
}

.project-content .tab button.slick-arrow:hover {
	color: transparent !important;
}

.project-content .tab button.slick-arrow::before {
	color: #000 !important
}

.project-content .tab button.slick-arrow.slick-next {
	right: 10px;
}

.project-content .tab button.slick-arrow.slick-prev {
	left: 10px;
}

.project-content .tab button:hover {
	color: #000
}

.project-content .tab button.active {
	border-color: #000;
	color: #000;
}

.project-content .tabcontent {
	opacity: 0;
	height: 0;
	overflow: hidden;
	visibility: hidden;
	-webkit-transition: opacity 1s ease-in;
	transition: opacity 1s ease-in;
}

.project-content .tabcontent.active {
	opacity: 1;
	padding: 6px 12px;
	height: auto;
	visibility: visible;
}

.project-gallery {
	margin: 30px 0;
}

.project-gallery .title {
	text-align: center;
	line-height: 1.2;
	text-transform: uppercase;
	font-size: 1.5rem;
}

.project-gallery .gallery-list-img {
	display: grid;
	grid-template-columns: 25% 25% 25% 25%;
}

.project-gallery .gallery-list-img .gallery-item a {
	display: block;
	height: 100%;
	width: 100%;
}

.project-gallery .gallery-list-img .gallery-item a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.project-gallery .gallery-list-img .gallery-item:first-child {
	grid-column: 1 / span 2;
	grid-row: 1 / span 2;
}

.project-gallery .gallery-list-img .gallery-item:nth-child(2) {
	grid-row: 1 / span 2;
}

.page-right-sidebar .widget {
	text-align: center;
	box-shadow: 0 0 10px 7px rgb(0 0 0 / 8%) !important;
	padding: 20px 10px;
	border-radius: 10px;
}

.page-right-sidebar .widget .small-title {
	color: rgb(42, 61, 114);
	font-weight: bold;
	margin-bottom: .5em;
}

.page-right-sidebar .widget .big-title {
	color: #000;
	font-size: 1.2em;
	font-weight: bold;
}

.widget.woocommerce {
	border-radius: 15px;
	overflow: hidden;
	box-shadow: 0 0 10px 7px rgb(0 0 0 / 8%) !important;
	padding: 20px 15px !important;
}

#woocommerce_price_filter-2 .ui-slider.ui-widget-content .ui-slider-handle {
	border-radius: 50%;
	background: linear-gradient(90deg, rgba(42, 61, 114, 1) 0%, rgba(43, 180, 116, 1) 100%);
}

#woocommerce_price_filter-2 .ui-slider.ui-widget-content .ui-slider-handle.ui-state-hover {
	background: rgba(42, 61, 114, 1) !important;
}

.widget_price_filter .ui-slider-horizontal {
	background: linear-gradient(90deg, rgba(42, 61, 114, 1) 0%, rgba(43, 180, 116, 1) 100%) !important;
}

.related-projects {
	margin: 40px 0;
}

.related-projects .intro-title {
	text-align: center;
	color: rgb(42, 61, 114);
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: .5em;
}

.related-projects .main-title {
	text-align: center;
	font-size: 24px;
	color: #333;
	text-transform: uppercase;
	margin-bottom: 1em;
}

@media (max-width: 612px) {
	.mobile-reverse {
		flex-direction: column-reverse;
	}

	.custom-attribute {
		column-count: 1;
	}

	.footer-widgets .col.widget {
		flex-basis: 100%;
	}

	/* .fly-contact-container{
		bottom: 0;
		right: unset !important;
		left: 0;
		top: unset !important;
		display: flex;
		width: 100%;
		justify-content: space-around;
		border-radius: inherit !important;
		align-items: center;
	}

	.fly-contact-container .fly-contact-item{
		margin-bottom: 0;
	} */
}

/* jtwings */

.single.single-product .product.type-product.product-type-simple {
	background-color: #f5f5f5;
}

div.cs-product-gallery {
	aspect-ratio: 1903/600 !important;
	overflow: hidden;
	margin-top: 3px;
	height: unset !important;
}

@media screen and (max-width: 1024px) {
	div.cs-product-gallery {
		display: none !important;
	}
}

.cs-product-gallery .box-text.text-left.dark {
	display: none !important;
}

@media screen and (min-width: 1024px) {
	.product-gallery.large-6.col {
		display: none;
	}
}

.product-page-sections {
	background: #fff;
	padding: 20px;
	border-radius: 20px;
	box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 4px 16px 0px;
}

.product-page-sections .entry-content img {
	width: 100%;
	margin-bottom: 10px;
}

.product-page-sections .entry-content a {
	color: rgb(42, 61, 114);
	text-decoration: underline;
}

.custom-attribute {
	margin-bottom: 0px;
}

.custom-attribute>li {
	margin-top: 10px;
	border: unset !important;
}

.custom-attribute ul {
	margin: 16px 0px !important;
}

.custom-attribute ul>li {
	border: unset !important;
}

.custom-attribute ul>li:before {
	content: '\f058';
	font-family: "Font Awesome 5 Free";
	margin-right: 6px;
	color: rgb(43, 180, 116);
}

.custom-attribute p {
	display: flex;
	align-items: center;
}

.custom-attribute img {
	width: 28px !important;
	height: 28px;
	object-fit: cover;
	margin-right: 10px;
	margin-bottom: 0px !important;
}

.cs-tab-title {
	color: rgb(42, 61, 114);
}

.cs-product-faq .accordion-title {
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	width: 100%;
	padding: 10px 20px;
	border-radius: 10px;
	background-color: rgb(42, 61, 114);
	color: #fff !important;
	font-size: 16px;
	text-decoration: none !important;
	font-weight: 600;
}

@media screen and (max-width: 1024px) {
	.cs-product-faq .accordion-title {
		font-size: 14px;
	}

	.accordion-inner {
		padding: 16px 20px !important;
		font-size: 14px;
	}
}

.cs-product-faq .toggle {
	position: unset !important;
	height: 30px !important;
	width: 30px !important;
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: unset;
}

.cs-product-faq .accordion-item {
	margin-bottom: 10px;
	background: rgba(42, 61, 114, .1);
	border-radius: 10px;
}

.tab-navigation .row {
	padding: 0px 15px 15px 15px !important;
	display: flex;
	justify-content: space-between;
}

.tab-navigation .row:after {
	display: none;
}

a.tab-navigation-item {
	font-size: 18px;
	font-weight: 500;
	background: #f5f5f5;
	padding: 5px 12px;
	border-radius: 7px;
}

a.tab-navigation-item:hover {
	background: rgb(42, 61, 114);
	color: #fff;
}

a.tab-navigation-item.active {
	background: rgb(42, 61, 114);
	color: #fff;
}

.tab-navigation.fixed {
	position: fixed;
	top: 0;
	width: 100%;
	left: 0px;
	top: 85px;
	background: #fff;
	box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 4px 16px 0px;
}

.tab-navigation.fixed .row {
	margin: auto;
	padding-bottom: 0px !important;
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

@media screen and (max-width: 1024px) {
	.tab-navigation.fixed {
		top: 70px;
	}

	.tab-navigation .row {
		overflow-x: scroll;
		overflow-y: hidden;
		flex-wrap: nowrap !important;
		gap: 10px;
		height: 48px !important;
	}

	a.tab-navigation-item {
		flex-shrink: 0;
		flex-grow: 1;
	}

	a.tab-navigation-item {
		font-size: 16px;
		font-weight: 500;
		background: #f5f5f5;
		padding: 3px 10px;
		border-radius: 7px;
	}
}

#masthead.fixed {
	width: 100% !important;
	height: 85px;
}

@media screen and (max-width: 1024px) {
	#masthead.fixed {
		width: 100% !important;
		height: 70px;
	}
}

.box-text.box-text-products {
	background-color: #fff;
}

.product-small .box-image img {
	aspect-ratio: 4/2.3;
	object-fit: cover;
}

.post-item .box-image img {
	aspect-ratio: 4/2.3;
	object-fit: cover;
}

.cs-related-post-tab .row {
	margin: 0px !important;
	width: 100% !important;
	max-width: unset !important;
}

.cs-related-post-tab .box-blog-post {
	border-radius: 15px;
	box-shadow: 0 0 8px 3px rgb(0 0 0 / 8%) !important;
	overflow-x: hidden;
}

.cs-related-post-tab .box-text {
	min-height: 104px;
	padding-left: 1rem;
	padding-right: 1rem;
}

.cs-related-post-tab .nav.nav-simple {
	flex-wrap: nowrap;
	overflow-x: auto;
	overflow-y: hidden;
}

@media screen and (max-width: 767px) {
	.cs-related-post-tab .nav.nav-simple {
		justify-content: start !important;
		margin: 0px 12px !important;
	}
}

.cs-related-post-tab .nav.nav-simple>.tab {
	flex-shrink: 0;
}

.cs-related-post-tab .nav.nav-simple>.tab>a {
	background: #d5d5d5;
	padding: 5px 14px;
	border-radius: 5px;
	color: #333;
}

.cs-related-post-tab .nav.nav-simple>.tab.active>a {
	background: rgb(42, 61, 114);
	color: #fff;
}

.cs-related-post-tab .nav.nav-simple>.tab:hover>a {
	background: rgb(42, 61, 114);
	color: #fff;
}

.product-info.summary {
	margin: 0px 15px;
	background: #fff;
	padding: 20px;
	border-radius: 20px;
	box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 4px 16px 0px;
}

@media screen and (max-width: 1024px) {
	.product-info.summary {
		margin: 20px 15px 0px 15px;
		background: #fff;
		padding: 20px;
		border-radius: 20px;
		box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 4px 16px 0px;
	}
}