﻿.path_bar li:last-child a {
	color: #F5C607 !important;
}

.change-language-cont {
	top: 27px;
	*top: 26px;
	padding: 10px 5px;
	width: 380px !important;
	max-height: 80vh !important;
	overflow-y: scroll !important;
}

.inquiry-form-wrap.ct-inquiry-form {
	margin-top: 20px;
}

.inquiry-form-wrap.ct-inquiry-form .layout {
	height: 420px !important;
}

@media only screen and (max-width: 950px) {
	.change-language-cont {
		top: 0 !important;
		width: 100% !important;

		height: 100vh !important;

		max-height: unset !important;

		overflow-y: visible !important;
	}
}

.product_list_items,
.product-list ul.product_list_items,
.items_list ul.product_list_items {
	width: 100%;
	margin: 0;
}

.product_list_items .product_list_item {}

.product_list_item figure {
	padding: 10px 0;
	background: #fff;
	border-bottom: 1px #eee dashed;
	display: flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.product_list_item figure .item_img {
	display: inline-block;
	max-width: 20%;
}

.product_list_item figure .item_img img {
	box-shadow: 1px 1px 4px rgba(0, 0, 0, .2);
	width: 100%;
}

.product_list_item figure figcaption {
	width: calc(80% - 20px);
	display: flex;
	flex-flow: column;
	justify-content: space-between;
}

.product_list_item figure figcaption .item_title {}

.product_list_item figure figcaption .item_title a {
	text-transform: capitalize;
	font-size: 18px;
	letter-spacing: .38px;
}

.product_list_item .product_btns {
	text-align: right;
	position: relative;
}

.product_list_item figure figcaption .item_info {
	font-size: 16px;
	margin: 13px 0;
	max-height: 80px;
	overflow: hidden;
	line-height: 20px;
	letter-spacing: 0;
}

.product_list_item .product_btns .priduct_btn_inquiry,
.product_list_item .product_btns .priduct_btn_detail {
	line-height: 30px;
	display: inline-block;
	padding: 0 25px;
	position: relative;
	background: #666;
	text-transform: uppercase;
	color: #fff;
	transition: all ease-in-out .35s;
	-webkit-transition: all ease-in-out .35s;
	letter-spacing: .38px;
	font-weight: bold;
	font-size: 13px;
	z-index: 0;
}

.product_list_item .product_btns .priduct_btn_inquiry {
	margin-right: 13px;
}

.product_list_item .product_btns .priduct_btn_detail {}

.product_list_item .product_btns .priduct_btn_inquiry:after,
.product_list_item .product_btns .priduct_btn_detail:after {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 0;
	height: 100%;
	background: #f5c607;

	z-index: -1;
	transition: all ease-in-out .35s;
	-webkit-transition: all ease-in-out .35s;
}


.product_list_item .product_btns .priduct_btn_inquiry:hover:after,
.product_list_item .product_btns .priduct_btn_detail:hover:after {
	width: 100%;
}



@media only screen and (max-width: 1280px) {
	.product_list_item figure figcaption .item_info {
		max-height: 60px;
	}
}

@media only screen and (max-width: 1200px) {
	.product_list_item figure figcaption .item_title a {
		font-size: 16px;
		letter-spacing: unset;
	}
}

@media only screen and (max-width: 768px) {
	.product_list_item figure .item_img {
		max-width: 25%;
	}

	.product_list_item figure figcaption {
		width: 73%;
	}
}

@media only screen and (max-width: 640px) {
	.product_list_item figure figcaption .item_title a {
		font-size: 18px;
	}

	.product_list_item figure figcaption .item_info {
		margin: 7px 0;
		font-size: 16px;
		line-height: 18px;
		max-height: 36px;
	}

	.product_list_item .product_btns .priduct_btn_inquiry,
	.product_list_item .product_btns .priduct_btn_detail {
		line-height: 24px;
	}
}

@media only screen and (max-width: 480px) {
	.product_list_item figure .item_img {
		max-width: 100%;
		width: 100%;
		text-align: center;
	}

	.product_list_item figure figcaption {
		width: 100%;
		padding: 7px 0;
	}

	.product_list_item figure figcaption .item_title a {
		font-size: 16px;
	}

	.product_list_item figure figcaption .item_info {
		margin: 3px 0;
	}

	.product_list_item .product_btns {
		text-align: left;
		margin-top: 7px;
	}
}

body iframe {}

#index_scrollsidebar {
	top: 50%;
	right: 20px;
	transition: all ease-in-out 1s;
	/* visibility: hidden; */
	opacity: 1;
	position: fixed;
	transform: translateY(-50%);    z-index: 999;
}

#index_scrollsidebar ul li {
	width: 62px;
	height: 62px;
	background-color: var(--dominant-color);
	border-radius: 10px;
	margin-bottom: 3px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative
}

#index_scrollsidebar ul li .show0 {
	position: absolute;
	background-color: var(--dominant-color);
	padding: 6px;
	border-radius: 8px;
	right: 80px;
	top: 50%;
	text-align: center;
	transition: all ease-in-out .5s;
	transform: translateY(-50%);
	display: none
}

#index_scrollsidebar ul li .show0,
#index_scrollsidebar ul li .show0 a {
	font-size: 16px;
	color: #fff;
	text-wrap: nowrap
}

#index_scrollsidebar ul li:hover .show0 {
	display: block;
	white-space: nowrap;
}

#index_scrollsidebar ul li>a {
	display: flex;
	width: 100%;
	height: 100%;
	border-radius: 8px;
	text-align: center;
	line-height: 62px;
	align-items: center;
	justify-content: center;
}

#index_scrollsidebar ul li img {
	border: none;
	vertical-align: middle;
	max-width: 50%;
}

#index_scrollsidebar .gototop {
	background-color: #2329C5
}

#index_scrollsidebar .s_smooth {
	display: flex;
	justify-content: center;
	align-items: center;
}

#index_scrollsidebar .s_smooth img {
	max-width: 30px;
}


#index_scrollsidebar ul li .show0 img {
	display: block;
	max-width: unset;
	width: 140px !important;
	height: 140px !important;
	object-fit: contain;
}


.fix_slide_foot {
	display: none;
	background: var(--dominant-color);
	position: fixed;
	width: 100%;
	bottom: 0;
	flex-wrap: nowrap;
	flex-direction: row;
	justify-content: space-evenly;
	align-items: stretch;
	height: 50px;
	z-index: 111;
}

.fix_slide_foot li {
	border-right: 1px solid white;
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	align-content: center;
}

.fix_slide_foot li:last-of-type() {
	border-right: none;
}

.fix_slide_foot li a[title=email] img,
.fix_slide_foot li a[title=tel] img {
	height: 30px;
	width: 30px;
}

.fix_slide_foot li a[title=tel] img {
	height: auto !important;
}

.fix_slide_foot li a[title=backtop] img {
	width: 22px;
	height: 22px;
}

.fix_slide_foot li a {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	align-content: center;
}

.fix_slide_foot li img {
	height: 25px;
	width: 25px;
}

@media only screen and (max-width:1024px) {
	#index_scrollsidebar {
		display: none;
	}
}

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

	.fix_slide_foot {
		display: flex;
	}
}