.sec-product {
	padding: 20px 0;
}

/* product detail */
.product-image {}

.product-image__for-item {
	position: relative;
	overflow: hidden;
	border-radius: 8px;

}

.product-image__for-item::before {
	content: "";
	padding-top: 100%;
	display: block;
}

.product-image__for-item img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.product-image__nav-item {
	position: relative;
	overflow: hidden;
	border-radius: 8px;

}

.product-image__nav-item::before {
	content: "";
	padding-top: 100%;
	display: block;
}

.product-image__nav-item img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media (min-width: 992px) {
	.product-image__nav-item:not(:last-child) {
		margin-bottom: 5px;
	}

	.product-image {
		flex-direction: row-reverse;
	}
}

.details-product .title-product {
	font-size: 22px;
	font-weight: 700;
	margin: 0px;
	line-height: 30px;
	color: #000;
	padding-bottom: 0px;
	margin-bottom: 10px;
}

.box-form-right-statics .form-container {
	width: 100%;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
	-webkit-box-shadow: 0 4px 12px 0 rgba(28, 30, 34, .08);
	box-shadow: 0 4px 12px 0 rgba(28, 30, 34, .08);
	border-radius: 6px;
	overflow: hidden;
}

.box-form-right-statics .form-container.is-project-detail {
	position: relative;
}

.box-form-right-statics .section-subtitle {
	font-weight: 700;
	font-size: 20px;
	text-align: center;
	text-transform: uppercase;
	background: #f4812a;
	color: #fff;
	padding-top: 7px;
	margin-bottom: 20px;
	padding-bottom: 7px;
}

.box-form-right-statics .form-container .form-content {
	background: #fff;
	padding: 0px 20px 20px;
	font-size: 16px;
}

.box-form-right-statics .form-container .form-content {
	background: #fff;
	padding: 0px 20px 20px;
	font-size: 16px;
}

.box-input-form {
	display: flex;
	gap: 0px 10px;
	justify-content: space-between;
}

.box-input-form .field {
	width: 49%;
}

.box-form-right-statics .control.has-float-label .input,
.control.has-float-label .textarea {
	min-height: 45px;
	box-shadow: unset;
	border: 1px solid #cdcdcd;
	width: 100%;
	border-radius: 7px;
	padding: 10px;
	margin-bottom: 20px;
  	font-size: 16px;

}

.box-form-right-statics .button.is-primary {
	background: #f4812a;
	border-color: #f4812a;
	color: #fff;
	border-radius: 5px;
	font-size: 16px;
	padding: 9px;
	text-transform: uppercase;
	width: 100%;
  	font-weight: 700;
}

.product-detail-img-big {
	border-radius: 5px;
	overflow: hidden;
}

.product-detail-img-big img {
	height: 490px;
	width: 100%;
	border-radius: 5px;
	transition: .3s;
}

.product-detail-img-big:hover img {
	transform: scale(1.05);
}

.details-product {
	padding: 40px 0 30px;
}

.details-pro {
	margin-left: 10px;
	background-color: rgb(249, 249, 249);
	padding: 20px;
    box-shadow: 0 0px 15px #0000002e;
	border-radius: 4px;
}

.box-details-service {
	margin-bottom: 30px;
}

.item-details-services {
	text-align: center;
	padding: 10px;
	background: #cdcdcd;
	border-radius: 10px;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.item-details-services img {
	width: auto;
	height: 40px;
}

.jet-listing-dynamic-field__content {
	margin-top: 10px;
}

.jet-listing-dynamic-field__content span {
	display: block;
	color: #858484;
	font-size: 17px;
	font-weight: 500;
}

.jet-listing-dynamic-field__content {
	font-weight: 600;
	font-size: 14px;
}

.box-details-service .row .clm:nth-child(1) .item-details-services {
	background: #e6e2d8;
}

.box-details-service .row .clm:nth-child(2) .item-details-services {
	background: #bcdbe3;
}

.box-details-service .row .clm:nth-child(3) .item-details-services {
	background: #f2f2f2;
}

.box-details-service .row .clm:nth-child(4) .item-details-services {
	background: #f2c5a9;
}

.box-details-service .row .clm:nth-child(5) .item-details-services {
	background: #a7cdeb;
}

.product-tab {
	margin-bottom: 25px
}

.product-tab .tabs-title {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
	border-bottom: 1px solid #D9D9D9
}

@media (max-width: 767px) {
	.product-tab .tabs-title {
		justify-content: flex-start;
		width: 100%;
		overflow-x: scroll;
		flex-wrap: nowrap;
		overflow-x: auto;
		overflow-y: hidden;
		display: flex
	}
}

.product-tab .tab-link {
	cursor: pointer;
	margin-right: 20px
}

.details-product .product-tab .tab-link {
	margin-right: 0px
}

@media (max-width: 767px) {
	.product-tab .tab-link {
		white-space: nowrap
	}
}

.product-tab .tab-link h3 {
	color: #000;
	margin: 0;
	font-size: 16px;
	font-weight: 700;
	padding: 9.42px 15px;
	position: relative;
	border-radius: 5px 5px 0px 0px;
	text-transform: uppercase;
}

.product-tab .tab-link.active h3,
.product-tab .tab-link:hover h3 {
	color: #fff;
	background: #207cb9;
}

.product-tab .tab-content {
	opacity: 0;
	visibility: hidden;
	height: 0
}

.product-tab .tab-content.active {
	opacity: 1;
	visibility: visible;
	height: auto
}

.product-tab .tab-content .content_coll {
	max-height: 440px;
	overflow: hidden;
	position: relative;
	margin-bottom: 15px
}

.product-tab .tab-content .content_coll.active {
	max-height: initial
}

.product-tab .tab-content .view_mores a.hidden {
	display: none
}

.product-tab .tab-content .bg_cl {
	position: absolute;
	width: 100%;
	height: 60%;
	top: auto !important;
	bottom: 0px;
	background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.4) 15%, #fff)
}

.product-tab .tab-content .bg_cl.active {
	display: none
}

.product-tab .tab-content .view_mores a {
	display: inline-block;
	padding: 5px 15px;
	color: #000;
	cursor: pointer;
	font-size: 16px;
	font-weight: 500;
	border: 1px solid #000;
	border-radius: 30px;
	background-color: #fff;
	transition: 0.3s all
}

.product-tab .tab-content .view_mores a:hover {
	background-color: #207cb9;
	color: #fff;
	border: 1px solid #207cb9;
}

.product-tab .tab-content .view_mores a:hover img {
	filter: brightness(0) invert(1)
}

.product-tab .tab-content a.one .fa {
	margin-right: 6px
}

.product-tab .tab-content .view_mores {
	text-align: center
}

.product-tab .tab-content .view_mores img {
	width: 16px;
	height: 16px;
	transition: 0.3s all;
	transform: translateY(2px);
}

.product-tab .tab-content .view_mores .two img {
	transform: rotate(180deg)
}

.product-tab .tab-content .alert-info {
	color: #243d96;
	background-color: rgb(186, 221, 242);
	border-color: #0076bf;
}

.product-tab .tab-content .alert-info .alert-link {
	color: #062c33
}

.product-tab .product_getcontent {
	position: relative
}

.product-tab .product_getcontent ul {
	list-style: initial;
	padding-left: 25px;
	margin-bottom: 15px
}

.rte.product_getcontent.content_coll.active .bg_cl {
    display: none;
}

.related-slider .slick-slide {
	margin: 0 10px;
}

.related-slider .slick-list {
	margin: 0 -10px;
}

.btn-all-web-action {
    text-align: center;
    padding-bottom: 20px;
}


.btn-all-web-action h2 {
    margin: 10px 0;
    font-size: 22px;
    font-weight: bold;
    line-height: 40px;
    text-transform: uppercase;
    text-align: left;
    display: inline-block;
    color: #207cb9;
    padding: 0px 20px;
    border-radius: 5px;
    min-width: 300px;
    text-align: center;
    height: 40px;
    letter-spacing: 2px;
}

.btn-all-web-action h2 .hr-gradient {
    width: 100%;
    height: 2px;
}

.hr-gradient {
    background: linear-gradient(49deg, rgb(112 57 2 / 0%) 10%, #207cb9 50%, rgb(149 74 0 / 0%) 90%);
    width: 100%;
    height: 1px;
    margin-bottom: 1rem !important;
}

.section_product_noibat {
	padding-bottom: 30px;
}

.info-group {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 10px;
}

.info-group .value-data {
	font-weight: 700;
}

.button-dktv {
	cursor: pointer;
	background-color: #f4812a;
	color: #FFF;
	padding: 8px 10px;
	border-radius: 4px;
	text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.5px;
    font-size: 15px;
	text-align: center;
	margin-top: 20px;
}

.modal-overlayyy {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, 0.5);
	z-index: 100;
	justify-content: center;
	align-items: center;
	/* display: flex; */
}

.modal-overlayyy .modal-content {
	background: #fff;
	padding: 0;
	border-radius: 10px;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
	max-width: 500px;
	width: 90%;
	animation: fadeIn 0.3s ease;
	position: relative;
	overflow: hidden;
}

.modal-overlayyy .close-btn-modal {
	padding: 0;
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 1;
}

.modal-overlayyy .close-btn-modal svg {
	width: 20px;
	height: 20px;
}

.modal-overlayyy .close-btn-modal svg path {
	fill: #FFF;
}

.list-images {
	margin-top: 50px;
}

.list-images .title {
	font-size: 22px;
	font-weight: 700;
	color: #207cb9;
	text-transform: uppercase;
	margin-bottom: 5px;
}

.list-images .item {
	margin-top: 14px;
	display: block;
}

.list-images .item img {
	height: 160px;
	width: 100%;
	object-fit: cover;
}

@media (max-width: 768px) {
	.details-product {
		padding: 20px 0 0px;
	}

	.product-detail-img-big img {
		height: 300px;
	}

	.details-pro {
		margin-left: 0;
	}

	.product-detail-left,
	.details-pro {
		margin-bottom: 20px;
	}

	.details-product .title-product {
		font-size: 20px;
	}

	.item-details-services {
		margin-bottom: 10px;
	}

	.btn-all-web-action h2 {
		font-size: 20px;
	}

	.list-images {
		margin-top: 15px;
	}

	.list-images .title {
		font-size: 20px;
	}
}