body {
	width: 100%;
	min-width: 320px;
	overflow-x: hidden;
	color: #111827;
	background: #fff;
	font-family: "Barlow-Medium", Arial, sans-serif;
}
.cartfeedback,.bags-list-table,.faq_head,.product_detail_head{
	text-align:right;
}
/* Layout for search container */
.search {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	background: rgba(255, 255, 255, 0.98);
}

.search {
	position: fixed;
	z-index: 100000000000000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
}

.search::before,
.search::after {
	content: '';
	position: absolute;
	width: calc(100% + 15px);
	height: calc(100% + 15px);
	pointer-events: none;
	/*border: 1.5em solid #212fa0*/
}

.search::before {
	top: 0;
	left: 0;
	border-right-width: 0;
	border-bottom-width: 0;
}

.search::after {
	right: 0;
	bottom: 0;
	border-top-width: 0;
	border-left-width: 0;
}

.btn--search-close {
	font-size: 2em;
	position: absolute;
	top: 1.25em;
	right: 1.25em;
	display: none;
}

.btn--search-close {
	display: block;
}

.search__form {
	margin: 5em 0;
}

.search-icon{font-size: 20px; padding:6px; color: #111111; position:absolute;}
.search__input {
	font-family: inherit;
	font-size: 16px;
	line-height:30px;
	display: inline-block;
	box-sizing: border-box;
	width: 75%;
	max-width: 992px;
	padding: 0.05em 0;
	padding-right: 36px;
	background: none;
    color: #111;
	border-bottom: 1px solid;
}
.search__input:focus{
	outline: none;
}
.search__input::-webkit-input-placeholder {
	/* WebKit, Blink, Edge */
	opacity: 0.3;
	color: #333333;
}

.search__input::-moz-placeholder {
	opacity: 0.3;
	/* Mozilla Firefox 19+ */
	color: #060919;
}

.search__input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	opacity: 0.3;
	color: #060919;
}

.search__input::-webkit-search-cancel-button,
.search__input::-webkit-search-decoration {
	-webkit-appearance: none;
}

.search__input::-ms-clear {
	display: none;
}

.search__info {
	font-size: 90%;
	font-weight: bold;
	display: block;
	width: 75%;
	max-width: 992px;
	margin: 0 auto;
	padding: 0.85em 0;
	text-align: right;
	color: #333333;
}

.search__related {
	display: flex;
	width: 75%;
	pointer-events: none;
}

.search__suggestion {
	width: 33.33%;
	text-align: left;
}

.search__suggestion:nth-child(2) {
	margin: 0 3em;
}

.search__suggestion h3 {
	font-size: 1.35em;
	margin: 0;
}

.search__suggestion h3::before {
	content: '\21FE';
	display: inline-block;
	padding: 0 0.5em 0 0;
}

.search__suggestion p {
	font-size: 1.15em;
	line-height: 1.4;
	margin: 0.75em 0 0 0;
}

/************************/
/* Transitions 			*/
/************************/

.search {
	pointer-events: none;
	opacity: 0;
	transition: opacity 0.5s;
}

.search--open {
	pointer-events: auto;
	opacity: 1;
}

/* Border */
.search::before,
.search::after {
	transition: transform 0.5s;
}

.search::before {
	transform: translate3d(-15px, -15px, 0);
}

.search::after {
	transform: translate3d(15px, 15px, 0);
}

.search--open::before,
.search--open::after {
	transform: translate3d(0, 0, 0);
}

/* Close button */
.btn--search-close {
	opacity: 0;
	transform: scale3d(0.8, 0.8, 1);
	transition: opacity 0.5s, transform 0.5s;
}

.search--open .btn--search-close {
	opacity: 1;
	transform: scale3d(1, 1, 1);
	color: #333333;
}

/* Search form with input and description */
.search__form {
	opacity: 0;
	transform: scale3d(0.8, 0.8, 1);
	transition: opacity 0.5s, transform 0.5s;
}

.search--open .search__form {
	opacity: 1;
	transform: scale3d(1, 1, 1);
	width: 100%;
}

.search__suggestion {
	opacity: 0;
	transform: translate3d(0, -30px, 0);
	transition: opacity 0.5s, transform 0.5s;
}

.search--open .search__suggestion {
	opacity: 1;
	transform: translate3d(0, 0, 0);
}

.search--open .search__suggestion:nth-child(2) {
	transition-delay: 0.1s;
}

.search--open .search__suggestion:nth-child(3) {
	transition-delay: 0.2s;
}

@media screen and (max-width:40em) {
	.search__form {
		margin: 5em 0 1em;
	}
	.btn--search-close {
		font-size: 1.25em;
		top: 1.5em;
		right: 1.5em;
	}
	.search__info {
		text-align: left;
	}
	.search__suggestion {
		font-size: 80%;
		width: 100%;
	}
	.search__suggestion:nth-child(2),
	.search__suggestion:nth-child(3) {
		display: none;
	}
}
@media screen and (max-width:568px){
	.search__input {
	font-size: 14px;
}
}

.bags-continue a {
    display: inline-block;
    padding: 10px;
    border: 1px solid #111111;
    min-width: 300px;
    text-align: center;
    color: #111111;
    border-radius: 50px;
}
.bags-continue {
    text-align: right;
    margin-bottom: 40px;
}
.inquiry-conner .form-control {
    background: none;
    border: none;
    border: 1px solid #ced4da;
    border-radius:5px;
    height: 4rem;
    padding: .375rem 1.2rem;
    background: #fff;
}
.inquiry-conner .form-textarea {
    width: 100%;
    padding: 1rem 1.2rem;
    background: #fff;
    border-radius: 5px;
    height: 9rem;
    border: none;
    border: 1px solid #ced4da;
    outline: 0;
}
.inquiry-conner .feedback-submit {
    width: 100%;
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--blue);
    color: #fff;
    border-radius: 40px;
    margin-top: 15px;
}
#contain-nav {
	z-index: 66;
	margin-bottom: 30px;;
	overflow: hidden;
}

#contain-nav .swiper-slide { 
	width: auto;
	background: #fff;
	min-width: 120px;
	border: 1px solid #eaeaea;
}

#contain-nav .swiper-slide a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 15px 24px;
	position: relative;
	color: #333;
	text-align: center;
}

#contain-nav .swiper-slide a:before {
	position: absolute;
	content: '';
	left: 50%;
	right: 50%;
	bottom: 0;
	height: 3px;
	background: #fff;
	transition: all 0.3s;
}

#contain-nav .swiper-slide a.active:before,
#contain-nav .swiper-slide a:hover:before {
	left: 0;
	right: 0;
	transition: all 0.3s;
}
:root {
	--blue: #012579;
	--blue-dark: #012579;
	--blue-deep: #0f3b67;
	--green: #35ae61;
	--light: #f3f7fd;
	--text: #111827;
	--muted: #6d7480;
}

@media (min-width: 1200px) {
	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl {
		max-width: 1400px!important;
	}
}

.topbar {
	height: 30px;
	background: #1d1d1d;
	color: #fff;
	font-size: 12px;
	line-height: 30px;
}

.topbar_inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.topbar_contact {
	display: flex;
	align-items: center;
	gap: 28px;
}

.topbar_contact span {
	display: flex;
	align-items: center;
	white-space: nowrap;
}

.topbar_contact i {
	margin-left: 8px;
	font-size: 13px;
}

.topbar p {
	color: #fff;
	font-size: 12px;
	white-space: nowrap;
}

header.header {
	height: 88px;
	position: relative;
	z-index: 100;
	background: #fff;
}

.header_box {
	height: 88px;
	background: #fff;
	transition: all 0.3s;
}

.header.active .header_box {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
	height: 76px;
	box-shadow: 0 8px 24px rgba(0, 43, 98, 0.1);
}

.header_inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 88px;
}

.header.active .header_inner {
	height: 76px;
}

.fupad {
	flex: 0 0 auto;
}
.fupad a{
	display: flex;
	    align-items: center;
    justify-content: flex-start;
}
.fupad img {
	display: block;
	width: 226px;
	height: auto;
}

header.header .navbar {
	display: block!important;
	padding: 0!important;
	margin: 0 24px 0 auto;
}

header.header .navbar-collapse {
	display: block!important;
}

header.header .navbar-nav {
	display: flex;
	align-items: center;
}

header.header .navbar-nav .nav-item {
	position: relative;
	padding: 0 15px;
}

header.header .navbar-nav .nav-link {
	display: flex;
	align-items: center;
	height: 88px;
	padding: 0;
	color: #101820;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0;
	text-transform: uppercase;
	transition: color 0.3s;
	font-size: 18px;
}

.header.active .navbar-nav .nav-link {
	height: 76px;
}

header.header .navbar-nav .nav-item.active .nav-link,
header.header .navbar-nav .nav-link:hover {
	color: var(--blue);
}

header.header .dropdown-toggle::after {
	display: none;
}

header.header .dropdown-menu_box {
	position: absolute;
	left: 50%;
	top: 100%;
	z-index: 999;
	display: none;
	width: 210px;
	margin: 0 0 0 -105px;
	padding: 0;
	background: #fff;
	border: 0;
	border-radius: 0;
	box-shadow: 0 18px 40px rgba(0, 43, 98, 0.13);
}

header.header .dropdown-menu_box li a {
	display: block;
	padding: 14px 18px;
	color: #28313d;
	font-size: 13px;
	line-height: 20px;
	border-bottom: 1px solid #eef2f7;
}

header.header .dropdown-menu_box li a:hover {
	color: #fff;
	background: var(--blue);
}

.header_right {
	display: flex;
	align-items: center;
	gap: 10px;
	flex: 0 0 auto;
}

.header_right a {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
}

.lang_btn,
.search_btn {
	width: 34px;
	height: 34px;
	border-radius: 50%;
}

.lang_btn {
	background: var(--green);
}

.search_btn {
	background: var(--blue);
}

.inquiry_btn {
	min-width: 88px;
	height: 34px;
	padding: 0 18px;
	border-radius: 34px;
	background: var(--blue);
}

.header_right a:hover {
	color: #fff;
	background: var(--blue-dark);
}

.moblie_title_right {
	display: none;
	width: 42px;
	height: 42px;
	text-align: center;
	cursor: pointer;
	border-radius: 50%;
	background: var(--blue);
}

.menuicon {
	position: relative;
	right: 50%;
	top: 50%;
	width: 22px;
	height: 2px;
	margin-right:-11px;
	background: #fff;
}

.menuicon::before,
.menuicon::after {
	content: "";
	position: absolute;
	left: 0;
	width: 22px;
	height: 2px;
	background: #fff;
	transition: all 0.2s;
}

.menuicon::before {
	top: -7px;
}

.menuicon::after {
	top: 7px;
}

.moblie_title_right.is-active .menuicon {
	background: none;
}

.moblie_title_right.is-active .menuicon::before {
	transform: translate3d(0, 7px, 0) rotate(45deg);
}

.moblie_title_right.is-active .menuicon::after {
	transform: translate3d(0, -7px, 0) rotate(-45deg);
}

.mobile_header_list {
	position: fixed;
	top: 0;
	right: 100%;
	z-index: 999999;
	min-width: 230px;
	height: 100vh;
	padding: 18px;
	overflow-y: auto;
	background: #fff;
	transition: all 0.45s;
	box-shadow: none;
}

.mobile_header_list.cur {
	right: 28%;
	left:0;
	box-shadow: 0 0 28px rgba(0, 0, 0, 0.25);
}

.mobile_header_list .mobile_btn {
	display: flex;
	justify-content: flex-end;
	margin-bottom: 8px;
}

.mobile_header_list .moblie_title_right {
	display: block!important;
	background: var(--blue)!important;
}

.mobile_header_list .card {
	background: none;
	border: 0;
	border-bottom: 1px solid #eef2f7!important;
	border-radius: 0;
}

.mobile_header_list .card>a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 8px;
	color: #1f2937;
	font-size: 14px;
	font-weight: 700;
	line-height: 48px;
}

.mobile_header_list .card>a.cur {
	color: #fff;
	background: var(--blue);
}

.mobile_header_list .card>a i {
	transition: transform 0.2s;
	transform: rotate(-90deg);
}

.mobile_header_list .card>a.cur i {
	transform: rotate(0deg);
}

.mobile_hidenlist {
	display: none;
	background: #f7faff;
}

.mobile_hidenlist_list a {
	display: block;
	padding: 11px 20px;
	color: #4b5563;
	text-align:right;
	border-bottom: 1px solid #eef2f7;
}

.main-box {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 888;
	display: none;
	background: rgba(0, 0, 0, 0.45);
}

.main-box.cur {
	display: block;
}

.banner-wrapper {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.banner-wrapper .swiper-slide {
	position: relative;
	width: 100%;
}

.banner_media {
	position: relative;
}

.banner_media::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
}

.banner_media img {
	display: block;
	width: 100%;
	height: auto;
}

.banner_text {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 2;
	width: min(1400px, calc(100% - 40px));
	color: #fff;
	text-align: center;
	transform: translate(-50%, -44%);
	
}

.banner_text span {
	display: block;
	margin-bottom: 36px;
	font-size: 24px;
	font-weight: 700;
	text-shadow: 0 1px 5px rgba(0,0,0,0.8);
}

.banner_text h1 {
	margin-bottom: 22px;
	color: #fff;
	font-size: 46px;
	line-height: 1.2;
	font-weight: bold;
	text-shadow: 0 1px 5px rgba(0,0,0,0.8);
	text-transform: uppercase;
}

.banner_text p {
	color: #fff;
	font-size: 20px;
	line-height: 1.5;
}
.banner_text ul{
	margin-top:20px;
	display: flex;
	flex-wrap: wrap;
	    align-items: center;
    justify-content: center;
}
.banner_text ul li{
	display: flex;
	padding: 10px 15px;
	background:rgba(0,0,0,0.4);
	color: #fff;
	align-items: center;
	border-radius: 40px;
	margin:5px;
	
}
.banner_btns {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	margin-top: 50px;
}

.banner_btns a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 122px;
	height: 36px;
	border-radius: 36px;
	font-size: 11px;
	font-weight: 700;
}

.banner_btns .btn_outline {
	color: #fff;
	border: 1px solid rgba(255, 255, 255, 0.85);
}

.banner_btns .btn_white {
	color: var(--blue);
	background: #fff;
}

.banner-pagination {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 5%!important;
	z-index: 3;
	width: 100%;
	text-align: center;
}

.banner-pagination .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	margin: 0 6px!important;
	background: #fff;
	opacity: 1;
}

.banner-pagination .swiper-pagination-bullet-active {
	background: var(--blue);
}

.capability_bar {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	margin: 0;
	padding: 10px;
	background: #f2f6fc;
}

.capability_bar li {
	display: flex;
	padding: 30px 30px;
	text-align: center;
	color:#145ca8;
	background:#fff;
	margin: 10px;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
}


.capability_bar img {
	padding: 15px;
	width: 70px;
	height: 70px;
	margin-bottom: 22px;
	object-fit: contain;
	background: #01257b;
	border-radius: 50%;
}

.capability_bar h5 {
	margin-bottom: 24px;
	color:#000;
	font-size: 18px;
	line-height: 1.25;
	font-weight: 800;
}

.capability_bar p {
	max-width: 350px;
	color:#666;
	font-size: 14px;
	line-height: 1.65;
}

.warppbox {
	position: relative;
	padding: 88px 0;
	overflow: hidden;
}

.title_index {
	margin-bottom: 36px;
	text-align: center;
}

.title_index h1,
.title_left h1 {
	margin-bottom: 0;
	color: var(--blue);
	font-size: 36px;
	line-height: 1.25;
	font-weight: 900;
	text-transform: uppercase;
}

.title_left h1 {
	text-transform: none;
}

.about_index {
	padding: 88px 0 82px;
	background: #fff;
}

.about_content {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 52%;
	gap: 62px;
	align-items: start;
}

.about_text {
	padding-top: 14px;
	text-align:right;
}

.about_text h5 {
	margin: 28px 0 24px;
	color: #1a2433;
	font-size: 20px;
	line-height: 1.5;
	font-weight: 900;
	text-align:right;
}

.about_text p {
	text-align:right;
	color: #17202b;
	line-height: 1.78;
}

a.more_btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 128px;
	height: 44px;
	margin-top: 34px;
	padding: 0 23px;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	border-radius: 44px;
	background: var(--blue);
}

a.more_btn i {
	margin-right: 24px;
	font-size: 12px;
}

a.more_btn:hover {
	color: #fff;
	background: var(--blue-dark);
}

.about_visual {
	min-height: 445px;
	border-radius: 8px;
	background: var(--blue);
}

ul.numbox {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 26px;
	margin: 22px 0 0;
}

ul.numbox li {
	padding: 40px 18px 30px;
	text-align: center;
	border-radius: 8px;
	background: #f2f6fc;
}

ul.numbox li:nth-child(odd) {
	background: #e7f0fb;
}

ul.numbox h3 {
	margin-bottom: 10px;
	color: var(--blue);
	font-size: 50px;
	line-height: 1;
	font-weight: 900;
}

ul.numbox li:nth-child(even) h3 {
	color: var(--green);
}

ul.numbox h3 i {
	font-style: normal;
	font-size: 36px;
}

ul.numbox p {
	color: #6b7280;
	font-size: 13px;
}

.products_index {
	padding: 74px 0 76px;
	background: var(--light);
}

.products_grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 26px;
	max-width: 1400px;
	margin: 0 auto;
}
.products_grid li {
	
}
.products_grid li a {
	display: block;
	
	border-radius: 8px;
	background: #fff;
	border-bottom: 4px solid  var(--blue);
	box-shadow: 0 12px 26px rgba(0, 43, 98, 0.08);
}
.products_grid li a .img_box{
	overflow: hidden;
}
.products_grid li a p{
	padding: 10px;
	text-align: center;
}
.products_grid li:nth-child(2n) a{
	border-bottom: 4px solid  var(--green);
}
.products_grid img {
	display: block;
	width: 100%;
	aspect-ratio: 332 / 306;
	object-fit: cover;
	transition: transform 0.35s;
}

.products_grid li a:hover img {
	transform: scale(1.04);
}

.more_products {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 44px;
	color: #8b95a5;
	font-weight: 700;
}

.more_products i {
	margin-right: 10px;
}

.more_products:hover {
	color: var(--blue);
}

.news_index {
	padding: 86px 0 92px;
	background: #fff;
}

.news-wrapper {
	padding: 0 0 64px;
	overflow: hidden;
}

.news_group {
	display: block;
	overflow: hidden;
	color: var(--text);
	border-radius: 8px;
	background: #f3f6fc;
}

.news_group .img_box {
	overflow: hidden;
}

.news_group img {
	display: block;
	width: 100%;
	aspect-ratio: 448 / 292;
	object-fit: cover;
	transition: transform 0.35s;
}

.news_group:hover img {
	transform: scale(1.04);
}

.news_group .text_box {
	min-height: 210px;
	padding: 28px 26px 30px;
}

.news_group time {
	display: block;
	margin-bottom: 18px;
	color: #8b95a5;
	font-size: 11px;
}

.news_group h5 {
	margin-bottom: 28px;
	color: #17202b;
	font-size: 15px;
	line-height: 1.4;
	font-weight: 900;
}

.news_group p {
	color: #6b7280;
	font-size: 13px;
	line-height: 1.65;
}

.news-wrapper .swiper-pagination {
	bottom: 0!important;
}

.news-wrapper .swiper-pagination-bullet {
	width: 7px;
	height: 7px;
	margin: 0 7px!important;
	background: #cfd9e7;
	opacity: 1;
}

.news-wrapper .swiper-pagination-bullet-active {
	background: var(--blue);
	
}

.process_index {
	padding: 74px 0 40px;
	background: linear-gradient(to bottom, var(--light), rgba(255,255,255,0));
}

.process_index .title_index {
	margin-bottom: 44px;
	
}

.process_index .title_index p {
	margin-top: 12px;
	color: #17202b;
	font-size: 18px;
	font-weight: 900;
}

.process_list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 28px;
	max-width: 1400px;
	margin: 0 auto;
}

.process_list li {
	min-height: 86px;
	padding: 18px 22px 18px;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 12px 26px rgba(0, 43, 98, 0.04);
}

.process_list span {
	display: block;
	margin-bottom: 14px;
	color: var(--blue);
	font-size: 24px;
	line-height: 1;
	font-weight: 900;
}

.process_list li:nth-child(even) span {
	color: var(--green);
}

.process_list h5 {
	margin-bottom: 0;
	color: #17202b;
	line-height: 1.45;
	font-weight: 900;
}

.contact_index {
	padding: 82px 0 84px;
	background: linear-gradient(180deg, #fff 0%, #f8fbff 100%);
}

.contact_wrap {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 520px;
	gap: 95px;
	align-items: start;
}

.contact_left {
	position: relative;
	text-align: right;
	min-height: 354px;
}

.contact_left span {
	display: block;
	margin-bottom: 16px;
	color: #8a94a3;
	font-size: 16px;
	line-height: 1.4;
}

.contact_left h1 {
	margin-bottom: 34px;
	color: var(--blue);
	font-size: 34px;
	line-height: 1.2;
	font-weight: 900;
}

.contact_left p {
	max-width: 610px;
	color: #8a94a3;
	font-size: 18px;
	line-height: 1.5;
}

.contact_left strong {
	position: absolute;
	right: 0;
	bottom: -34px;
	z-index: 0;
	color: rgba(20, 92, 168, 0.06);
	font-size: 132px;
	line-height: 1;
	font-weight: 900;
	letter-spacing: 0;
	pointer-events: none;
}

.contact_form {
	display: flex;
	flex-direction: column;
	padding-top: 12px;
}

.contact_form input,
.contact_form textarea {
	width: 100%;
	height: 52px;
	margin-bottom: 26px;
	padding: 0 24px;
	color: #1f2937;
	border-bottom: 1px solid #ddd;
	border-radius: 42px;
	background: #fff;
	outline: 0;
	text-align: right;
	box-shadow: 0 8px 20px rgba(0, 43, 98, 0.03);
}

.contact_form textarea {
	height: 86px;
	padding-top: 14px;
	resize: none;
	border-radius: 20px;
}

.contact_form input::placeholder,
.contact_form textarea::placeholder {
	color: #8a94a3;
}

.contact_form button {
	align-self: flex-end;
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 136px;
	height: 42px;
	padding: 0 24px;
	color: #fff;
	font-weight: 700;
	border-radius: 42px;
	background: var(--blue);
	cursor: pointer;
	transition: background 0.3s;
}

.contact_form button i {
	margin-right: 36px;
}

.contact_form button:hover {
	background: var(--blue-dark);
}

footer {
	color: #fff;
	background: #1d1d1d;
}

.footer_top {
	padding: 76px 0 56px;
}

.footer_top .container {
	display: grid;
	grid-template-columns: 430px minmax(0, 1fr);
	gap: 88px;
}
.footer_contact{
	text-align:right;
}
.footer_contact img {
	width: 175px;
	height: auto;
	margin-bottom: 60px;
	filter: brightness(0) invert(1);
}

.footer_contact h5 {
	margin-bottom: 22px;
	color: #fff;
	font-weight: 900;
}

.footer_contact h2 {
	margin-bottom: 14px;
	color: #fff;
	font-size: 32px;
	line-height: 1.2;
	font-weight: 900;
}

.footer_contact p {
	max-width: 360px;
	margin-bottom: 34px;
	color: rgba(255, 255, 255, 0.65);
	line-height: 1.65;
}

.footer_contact>a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 98px;
	height: 32px;
	padding: 0 18px;
	color: #fff;
	font-size: 11px;
	font-weight: 800;
	border-radius: 32px;
	background: var(--blue);
}

.footer_contact>a:hover {
	color: #fff;
	background: var(--green);
}

.footer_nav {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 54px 68px;
	padding-top: 42px;
}

.footer_nav .nav_item h3 {
	font-size: 18px;
	margin-bottom: 24px;
	color: #fff;
	font-weight: 900;
	text-transform: uppercase;
}
.footer_nav .nav_item h3 a{
	color:#fff;
}
.footer_nav .nav_item a {
	display: block;
	margin-bottom: 12px;
	color: rgba(255, 255, 255, 0.58);
	line-height: 1.35;
}

.footer_nav .nav_item a:hover {
	color: #fff;
}

.social_item ul {
	    display: flex;
    align-items: center;
    gap: 24px;
    justify-content: flex-end;
}

.social_item li a {
	margin: 0;
	color: #fff;
	font-size:20px;
}

.footer_bottom {
	padding: 0 0 30px;
	color: rgba(255, 255, 255, 0.48);
	background: #1d1d1d;
	text-align:right;
}

.footer_bottom p {
	font-size: 12px;
}

@media (max-width: 1500px) {
	.fupad img {
		width: 205px;
	}

	header.header .navbar-nav .nav-item {
		padding: 0 11px;
	}

	.capability_bar li {
		padding-left: 32px;
		padding-right: 32px;
	}
}

@media (max-width: 1200px) {
	.topbar {
		display: none;
	}

	header.header,
	.header_box,
	.header_inner {
		height: 72px;
	}

	.header.active .header_box,
	.header.active .header_inner {
		height: 68px;
	}

	header.header .navbar {
		display: none!important;
	}

	.moblie_title_right {
		display: block;
	}

	.header_right {
		gap: 8px;
	}

	.inquiry_btn {
		min-width: 78px;
		padding: 0 14px;
	}

	.capability_bar {
		grid-template-columns: repeat(2, 1fr);
	}

	.about_content {
		grid-template-columns: 1fr;
		gap: 34px;
	}

	.about_visual {
		min-height: 500px;
	}

	.products_grid {
		grid-template-columns: repeat(3, 1fr);
	}

	.contact_wrap,
	.footer_top .container {
		grid-template-columns: 1fr;
		gap: 48px;
	}

	.footer_contact img {
		margin-bottom: 38px;
	}

	.footer_nav {
		padding-top: 0;
	}
	.banner_text h1{
		font-size: 30px;
	}
}

@media (max-width: 991px) {
	
	.banner_media img {
		height: 520px;
		object-fit: cover;
	}

	.banner_text {
		transform: translate(-50%, -48%);
	}

	.banner_text span {
		margin-bottom: 22px;
	}

	.banner_text h1 {
		font-size: 28px;
	}

	.banner_text p {
		font-size: 16px;
	}

	.banner_btns {
		margin-top: 34px;
	}

	.banner-pagination {
		bottom: 38px!important;
	}

	.warppbox {
		padding: 66px 0;
	}

	.title_index h1,
	.title_left h1 {
		font-size: 30px;
	}

	ul.numbox {
		grid-template-columns: repeat(2, 1fr);
	}

	.products_grid,
	.process_list,
	.footer_nav {
		grid-template-columns: repeat(2, 1fr);
	}

	.news_group .text_box {
		min-height: 190px;
	}

	.contact_left strong {
		font-size: 90px;
	}
}

@media (max-width: 680px) {
	.banner_text ul li{
		font-size: 12px;
		width: calc(100% - 10px);
		transform: scale(0.8);
		margin-bottom: 0;
	}
	.fupad img {
		width: 164px;
	}

	.lang_btn,
	.search_btn {
		display: none!important;
	}

	.inquiry_btn {
		display: none!important;
	}

	.mobile_header_list.cur {
		right: 18%;
	}

	.banner_media img {
		height: 440px;
	}

	.banner_text h1 {
		font-size: 24px;
	}

	.banner_text p {
		font-size: 14px;
	}

	.banner_btns {
		gap: 10px;
	}

	.banner_btns a {
		width: 112px;
		height: 34px;
	}

	.capability_bar,
	.products_grid,
	.process_list,
	.footer_nav {
		grid-template-columns: 1fr;
	}

	    .capability_bar li {
        display: flex;
        min-height: auto;
        padding: 20px;
        flex-direction: row;
        align-items: center;
    }
	.capability_bar li>div{
		text-align: left;
		margin-left: 30px;
		width: calc(100% - 100px);
	}
	.capability_bar p{
		    max-width: 100%;
	}
	.about_index {
		padding: 56px 0;
	}

	.about_visual {
		min-height: 260px;
	}

	ul.numbox {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	ul.numbox li {
		padding: 28px 16px 24px;
	}

	ul.numbox h3 {
		font-size: 40px;
	}

	.contact_wrap {
		gap: 30px;
	}

	.contact_left {
		min-height: 250px;
	}

	.contact_left h1 {
		font-size: 28px;
	}

	.contact_left strong {
		bottom: -12px;
		font-size: 58px;
	}

	.footer_top {
		padding: 52px 0 34px;
	}
}

@media (max-width: 420px) {
	.capability_bar p{
		font-size: 12px;
	}
	.capability_bar li{
		padding: 15px;
		margin-bottom: 5px;
	}
	.capability_bar img{
		width: 44px;
		height: 44px;
		padding:8px;
	}
	.capability_bar h5{
		font-size: 16px;
		margin-bottom: 10px;
	}
	.capability_bar li>div {
        text-align: left;
        margin-left: 15px;
        width: calc(100% - 59px);
    }
	.banner_text h1 {
		font-size: 21px;
	}

	.banner_btns {
		flex-direction: column;
	}

	.title_index h1,
	.title_left h1 {
		font-size: 26px;
	}

	.contact_form button {
		align-self: stretch;
	}
	.contact_left {
        min-height: 300px;
    }
}

/* contact page */
.main_page {
	background: #fff;
}

.inner_banner {
	position: relative;
	height: 600px;
	overflow: hidden;
}

.inner_banner::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.12);
}

.inner_banner img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

.inner_banner h1 {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	z-index: 2;
	margin: 0;
	color: #fff;
	font-size: 46px;
	line-height: 1.2;
	font-weight: 900;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
	transform: translateY(-50%);
}

.breadcrumb_bar {
	height: 64px;
	background: #f3f6fc;
}

.breadcrumb_bar .container {
	display: flex;
	height: 64px;
	align-items: center;
	color: #17202b;
	font-size: 14px;
}

.breadcrumb_bar a {
	color: #17202b;
}

.breadcrumb_bar span {
	margin: 0 6px;
	color: #8a94a3;
}

.breadcrumb_bar em {
	color: #17202b;
	font-style: normal;
}

.contactus_main {
	padding: 100px 0 120px;
}

.contactus_grid {
	display: grid;
	grid-template-columns: minmax(0, 610px) minmax(0, 660px);
	gap: 100px;
	align-items: start;
}

.contactus_info h2 {
	margin-bottom: 62px;
	color: #030712;
	font-size: 42px;
	line-height: 1.18;
	font-weight: 900;
	text-align:right;
}

.contactus_info ul {
	margin: 0;
	text-align:right;
}

.contactus_info li {
	display: grid;
	grid-template-columns: 34px minmax(0, 1fr);
	gap: 28px;
	margin-bottom: 38px;
	align-items: start;
}

.contactus_info li:last-child {
	margin-bottom: 0;
}

.contactus_info li em {
	width: 34px;
	color: var(--blue);
	font-size: 31px;
	line-height: 36px;
	text-align: center;
}

.contactus_info h3 {
	margin-bottom: 20px;
	color: #111827;
	font-size: 31px;
	line-height: 1.15;
	font-weight: 700;
}

.contactus_info p {
	max-width: 560px;
	color: #1f2937;
	font-size: 16px;
	line-height: 2;
	font-weight: 700;
}

/* Keep international phone numbers readable inside the RTL layout. */
html[dir="rtl"] .ltr-phone,
html[dir="rtl"] a[href^="tel:"],
html[dir="rtl"] .contactus_info li:nth-child(2) div p:last-child,
html[dir="rtl"] .contactus_info li:nth-child(3) div p:last-child,
html[dir="rtl"] .footer_contact h2 {
	direction: ltr;
	unicode-bidi: isolate;
}

html[dir="rtl"] .ltr-phone {
	display: inline-block;
	white-space: nowrap;
	font-weight: inherit;
}

html[dir="rtl"] input[type="tel"] {
	direction: ltr;
	text-align: left;
	unicode-bidi: plaintext;
}

.contactus_form {
	padding-top: 38px;
}

.contactus_form_row {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 32px;
}

.contactus_field {
	margin-bottom: 30px;
}

.contactus_field label {
	display: block;
	margin-bottom: 10px;
	color: #6b7280;
	font-size: 15px;
	line-height: 1.3;
	font-weight: 700;
	text-align:right;
}

.field_box {
	position: relative;
	display: flex;
	min-height: 58px;
	border: 1px solid #eaeaea;
	border-radius: 4px;
	background: #fff;
	align-items: center;
}

.contactus_field.active .field_box,
.field_box:focus-within {
	border-color: var(--blue);
	box-shadow: 0 0 0 1px rgba(20, 92, 168, 0.06);
}

.field_box i {
	position: absolute;
	right: 22px;
	top: 50%;
	color: #777f8b;
	font-size: 22px;
	transform: translateY(-50%);
}

.field_box input,
.field_box textarea {
	width: 100%;
	color: #1f2937;
	font-size: 16px;
	background: transparent;
	outline: 0;
	text-align:right;
}

.field_box input {
	height: 56px;
	padding: 0 62px 0 18px;
}

.field_box textarea {
	height: 158px;
	padding: 22px 62px 18px 18px;
	resize: none;
}

.textarea_box {
	min-height: 160px;
	align-items: flex-start;
}

.textarea_box i {
	top: 28px;
	transform: none;
}

.field_box input::placeholder,
.field_box textarea::placeholder {
	color: #9da4af;
}

.contactus_form button {
	display: flex;
	width: 100%;
	height: 62px;
	margin-top: 2px;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	border-radius: 62px;
	background: #00359b;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: background 0.3s;
}

.contactus_form button:hover {
	background: var(--blue-dark);
}

.contactus_map {
	height: 475px;
	margin-top: 86px;
	overflow: hidden;
	border-radius: 8px;
	background: #eef2f7;
}

.contactus_map iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
}

@media (max-width: 1200px) {
	.inner_banner {
		height: 450px;
	}

	.contactus_grid {
		grid-template-columns: 1fr;
		gap: 30px;
	}

	.contactus_form {
		padding-top: 0;
	}
}

@media (max-width: 768px) {
	.inner_banner {
		height: 340px;
	}

	.inner_banner h1 {
		font-size: 34px;
	}

	.contactus_main {
		padding: 60px 0 70px;
	}

	.contactus_info h2 {
		margin-bottom: 42px;
		font-size: 32px;
	}

	.contactus_info li {
		grid-template-columns: 30px minmax(0, 1fr);
		gap: 18px;
		margin-bottom: 28px;
	}

	.contactus_info h3 {
		font-size: 24px;
	}

	.contactus_info p {
		font-size: 14px;
	}

	.contactus_form_row {
		grid-template-columns: 1fr;
		gap: 0;
	}

	.contactus_map {
		height: 360px;
		margin-top: 54px;
	}
}

@media (max-width: 420px) {
	.inner_banner {
		height: 280px;
	}

	.inner_banner h1 {
		font-size: 28px;
	}

	.breadcrumb_bar,
	.breadcrumb_bar .container {
		height: 54px;
	}

	.contactus_info h2 {
		font-size: 28px;
	}

.field_box input,
	.field_box textarea {
		font-size: 14px;
	}
}

/* faq page */
.faq_main {
	padding: 92px 0 110px;
	background: #fff;
}

.faq_head {
	max-width: 780px;
	margin-bottom: 48px;
}

.faq_head span {
	display: block;
	margin-bottom: 12px;
	color: var(--blue);
	font-size: 14px;
	line-height: 1.4;
	font-weight: 900;
	text-transform: uppercase;
}

.faq_head h2 {
	margin-bottom: 18px;
	color: #030712;
	font-size: 42px;
	line-height: 1.18;
	font-weight: 900;
}

.faq_head p {
	color: #6b7280;
	font-size: 16px;
	line-height: 1.75;
}

.faq_list {
	margin: 0;
}

.faq_list li {
	margin-bottom: 18px;
	overflow: hidden;
	border: 1px solid #e2e8f0;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 14px 32px rgba(0, 43, 98, 0.05);
}

.faq_list li:last-child {
	margin-bottom: 0;
}

.faq_top {
	display: flex;
	min-height: 82px;
	padding: 24px 30px;
	cursor: pointer;
	align-items: center;
	justify-content: space-between;
}

.faq_top h2 {
	margin: 0;
	padding-right: 30px;
	color: #111827;
	font-size: 20px;
	line-height: 1.45;
	font-weight: 900;
}

.faq_top span {
	display: flex;
	flex: 0 0 44px;
	width: 44px;
	height: 44px;
	color: var(--blue);
	border-radius: 50%;
	background: #f3f7fd;
	align-items: center;
	justify-content: center;
	transition: all 0.3s;
}

.faq_top span i {
	font-size: 24px;
	transition: transform 0.3s;
}

.faq_body {
	display: none;
	padding: 20px;
	color: #4b5563;
	font-size: 15px;
	line-height: 1.85;
	text-align:right;
}

.faq_body p {
	margin-bottom: 0;
}

.faq_list li.cur {
	border-color: rgba(20, 92, 168, 0.28);
}

.faq_list li.cur .faq_top {
	background: #f8fbff;
}

.faq_list li.cur .faq_top h2 {
	color: var(--blue);
}

.faq_list li.cur .faq_top span {
	color: #fff;
	background: var(--blue);
}

.faq_list li.cur .faq_top span i {
	transform: rotate(90deg);
}

.faq_list li.cur .faq_body {
	display: block;
}

@media (max-width: 768px) {
	.faq_main {
		padding: 58px 0 70px;
	}

	.faq_head {
		margin-bottom: 34px;
	}

	.faq_head h2 {
		font-size: 32px;
	}

	.faq_head p {
		font-size: 14px;
	}

	.faq_top {
		min-height: 68px;
		padding: 18px 18px;
	}

	.faq_top h2 {
		padding-right: 16px;
		font-size: 17px;
	}

	.faq_top span {
		flex-basis: 36px;
		width: 36px;
		height: 36px;
	}

	.faq_body {
		padding: 0 18px 22px;
		font-size: 14px;
	}
}

@media (max-width: 420px) {
	.faq_head h2 {
		font-size: 28px;
	}

	.faq_top h2 {
		font-size: 15px;
	}
}

/* news page */
.news_page_main {
	padding: 74px 0 88px;
	overflow: hidden;
	background: #fff;
}

.news_page_list {
	margin: 0;
	padding: 0;
}

.news_page_list li {
	position: relative;
	z-index: 1;
	display: grid;
	min-height: 164px;
	padding: 28px 0;
	list-style: none;
	grid-template-columns: 86px 28px 208px minmax(0, 1fr) 126px;
	gap: 28px;
	align-items: center;
}

.news_page_list li:before {
	position: absolute;
	z-index: -1;
	top: 0;
	right: -50vw;
	bottom: 0;
	left: -50vw;
	content: "";
	background: transparent;
	transition: background 0.3s;
}

.news_page_list li.cur:before,
.news_page_list li:hover:before {
	background: #f5f5f5;
}

.news_page_date {
	text-align: left;
}

.news_page_date strong {
	display: block;
	color: #3f444b;
	font-size: 30px;
	line-height: 1;
	font-weight: 600;
}

.news_page_date span {
	display: block;
	margin-top: 9px;
	color: #8d939b;
	font-size: 13px;
	line-height: 1;
	font-weight: 500;
}

.news_page_line {
	display: block;
	width: 18px;
	height: 4px;
	background: var(--blue);
}

.news_page_img {
	display: block;
	overflow: hidden;
	width: 100%;
	aspect-ratio: 208 / 122;
	background: #e5e7eb;
}

.news_page_img img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.4s;
}

.news_page_list li:hover .news_page_img img {
	transform: scale(1.05);
}

.news_page_text h2 {
	margin: 0 0 12px;
	color: #21262d;
	font-size: 22px;
	line-height: 1.35;
	font-weight: 800;
}

.news_page_text h2 a {
	color: inherit;
}

.news_page_text h2 a:hover {
	color: var(--blue);
}

.news_page_text time {
	display: block;
	margin-bottom: 13px;
	color: #8d939b;
	font-size: 13px;
	line-height: 1.4;
}

.news_page_text time i {
	margin-right: 7px;
	color: #a4aab2;
}

.news_page_text p {
	display: -webkit-box;
	overflow: hidden;
	margin: 0;
	color: #545b65;
	font-size: 14px;
	line-height: 1.7;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.news_page_more {
	display: flex;
	width: 124px;
	height: 42px;
	color: #5f6670;
	border: 1px solid #9aa1aa;
	border-radius: 22px;
	font-size: 13px;
	line-height: 1;
	font-weight: 800;
	align-items: center;
	justify-content: center;
	gap: 18px;
}

.news_page_more i {
	font-size: 16px;
	transition: transform 0.3s;
}

.news_page_list li.cur .news_page_more,
.news_page_list li:hover .news_page_more {
	color: #fff;
	border-color: var(--blue);
	background: var(--blue);
}

.news_page_list li:hover .news_page_more i {
	transform: translateX(4px);
}

@media (max-width: 1200px) {
	.news_page_list li {
		grid-template-columns: 78px 22px 190px minmax(0, 1fr) 116px;
		gap: 22px;
	}

	.news_page_text h2 {
		font-size: 20px;
	}
}

@media (max-width: 991px) {
	.news_page_main {
		padding: 62px 0 78px;
	}

	.news_page_list li {
		grid-template-columns: 78px 18px 180px minmax(0, 1fr);
		gap: 18px;
	}

	.news_page_more {
		grid-column: 4;
		justify-self: start;
		margin-top: -8px;
	}
}

@media (max-width: 768px) {
	.news_page_main {
		padding: 48px 0 64px;
	}

	.news_page_list li {
		min-height: 0;
		padding: 28px 0;
		grid-template-columns: 78px 18px minmax(0, 1fr);
		gap: 16px;
		align-items: start;
	}

	.news_page_img {
		grid-column: 1 / -1;
		aspect-ratio: 16 / 9;
	}

	.news_page_text {
		grid-column: 1 / -1;
	}

	.news_page_text h2 {
		font-size: 20px;
	}

	.news_page_more {
		grid-column: 1 / -1;
		margin-top: 0;
	}
}

@media (max-width: 420px) {
	.news_page_list li {
		grid-template-columns: 74px 16px minmax(0, 1fr);
	}

	.news_page_date strong {
		font-size: 25px;
	}

	.news_page_text h2 {
		font-size: 18px;
	}

	.news_page_more {
		width: 112px;
		height: 38px;
		font-size: 12px;
		gap: 14px;
	}
}

/* about page */
.about_anchor_bar {
	border-bottom: 1px solid #e6edf5;
	background: #fff;
}

.about_anchor_swiper {
	overflow: hidden;
}

.about_anchor_swiper .swiper-slide {
	width: auto;
}

.about_anchor_swiper a {
	position: relative;
	display: block;
	padding: 20px;
	color: #263241;
	font-size: 15px;
	line-height: 1.35;
	font-weight: 800;
	text-transform: uppercase;
}

.about_anchor_swiper a:after {
	position: absolute;
	right:0px;
	bottom: 0;
	left: 0;
	height: 3px;
	content: "";
	background: transparent;
	transition: background 0.3s;
}

.about_anchor_swiper a:hover,
.swiper-slide.active a {
	color: var(--blue);
}

.about_anchor_swiper a:hover:after,
.swiper-slide.active a:after {
	background: var(--blue);
}

.about_page_main {
	background: #fff;
}

.about_profile_section,
.about_factory_section,
.about_culture_section {
	scroll-margin-top: 120px;
}

.about_profile_section {
	padding: 88px 0 96px;
}

.about_factory_section {
	padding: 86px 0 96px;
	background: #f5f8fc;
}

.about_culture_section {
	padding: 86px 0 110px;
	background: #fff;
}
.about_profile_text{
	text-align:right;
}
.about_section_head {
	text-align:right;
	max-width: 860px;
	margin-bottom: 44px;
}

.about_section_head span {
	display: block;
	margin-bottom: 12px;
	color: var(--blue);
	font-size: 14px;
	line-height: 1.35;
	font-weight: 900;
	text-transform: uppercase;
}

.about_section_head h2 {
	margin: 0;
	color: #101827;
	font-size: 42px;
	line-height: 1.2;
	font-weight: 900;
}

.about_section_head p {
	max-width: 760px;
	margin: 18px 0 0;
	color: #596475;
	font-size: 16px;
	line-height: 1.75;
}

.about_profile_grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 410px;
	gap: 56px;
	align-items: start;
}

.about_profile_block {
	margin-bottom: 34px;
	padding-bottom: 30px;
	border-bottom: 1px solid #e5ebf3;
}

.about_profile_block:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}

.about_profile_block h3 {
	margin: 0 0 16px;
	color: #111827;
	font-size: 24px;
	line-height: 1.3;
	font-weight: 900;
}

.about_profile_block p {
	margin-bottom: 14px;
	color: #425062;
	font-size: 15px;
	line-height: 1.86;
}

.about_profile_block p:last-child {
	margin-bottom: 0;
}

.about_profile_block ul {
	margin: 14px 0 0;
	padding: 0;
}

.about_profile_block li {
	position: relative;
	margin-bottom: 13px;
	padding-right: 22px;
	color: #425062;
	font-size: 15px;
	line-height: 1.78;
	list-style: none;
}

.about_profile_block li:before {
	position: absolute;
	top: 11px;
	right: 0;
	width: 8px;
	height: 8px;
	content: "";
	border-radius: 50%;
	background: var(--blue);
}

.about_profile_block li:last-child {
	margin-bottom: 0;
}

.about_profile_media {
	position: sticky;
	top: 116px;
}

.about_profile_media img {
	display: block;
	
	width:auto;
	margin: 0 auto;
	border-radius: 8px;
}

.about_profile_caption {
	margin-top: 18px;
	padding: 24px 26px;
	border-left: 4px solid var(--blue);
	border-radius: 8px;
	background: #f1f6fd;
}

.about_profile_caption h4 {
	margin: 0 0 8px;
	color: #101827;
	font-size: 22px;
	line-height: 1.3;
	font-weight: 900;
}

.about_profile_caption p {
	margin: 0;
	color: #596475;
	font-size: 14px;
	line-height: 1.7;
}

ul.numbox.about_numbox {
	margin-top: 62px;
}

.about_factory_grid {
	display: grid;
	margin: 0;
	padding: 0;
	grid-template-columns: repeat(4, 1fr);
	gap: 26px;
}

.about_factory_grid li {
	overflow: hidden;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 16px 34px rgba(0, 43, 98, 0.08);
	list-style: none;
}

.about_factory_grid img {
	display: block;
	width: 100%;
	aspect-ratio: 285 / 210;
	object-fit: cover;
	transition: transform 0.4s;
}

.about_factory_grid li:hover img {
	transform: scale(1.05);
}

.about_factory_grid p {
	margin: 0;
	padding: 18px 18px 20px;
	color: #152033;
	font-size: 17px;
	line-height: 1.35;
	font-weight: 900;
	text-align: center;
}

.about_culture_grid {
	display: grid;
	margin: 0;
	padding: 0;
	grid-template-columns: repeat(3, 1fr);
	gap: 28px;
}

.about_culture_grid li {
	text-align:right;
	position: relative;
	min-height: 330px;
	padding: 34px 30px 36px;
	overflow: hidden;
	border: 1px solid #e6edf5;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 16px 34px rgba(0, 43, 98, 0.06);
	list-style: none;
}

.about_culture_grid li:before {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 4px;
	content: "";
	background: var(--blue);
}

.about_culture_grid em {
	display: block;
	margin-bottom: 26px;
	color: rgba(1, 37, 121, 0.12);
	font-size: 62px;
	line-height: 1;
	font-weight: 900;
	font-style: normal;
}

.about_culture_grid h3 {
	margin: 0 0 10px;
	color: var(--blue);
	font-size: 26px;
	line-height: 1.3;
	font-weight: 900;
}

.about_culture_grid h4 {
	margin: 0 0 16px;
	color: #111827;
	font-size: 18px;
	line-height: 1.45;
	font-weight: 900;
}

.about_culture_grid p {
	margin: 0;
	color: #526071;
	font-size: 15px;
	line-height: 1.78;
}

@media (max-width: 1200px) {
	.about_profile_grid {
		grid-template-columns: minmax(0, 1fr) 360px;
		gap: 38px;
	}

	.about_factory_grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 991px) {
	.about_profile_section,
	.about_factory_section,
	.about_culture_section {
		padding: 66px 0 76px;
	}

	.about_profile_grid {
		grid-template-columns: 1fr;
	}

	.about_profile_media {
		position: static;
	}

	.about_profile_media img {
		height: auto;
	}

	.about_culture_grid {
		grid-template-columns: 1fr;
	}

	.about_culture_grid li {
		min-height: 0;
	}
}

@media (max-width: 768px) {
	.about_anchor_swiper a {
		padding: 17px 24px 16px 0;
		font-size: 13px;
	}

	.about_section_head {
		margin-bottom: 32px;
	}

	.about_section_head h2 {
		font-size: 32px;
	}

	.about_section_head p,
	.about_profile_block p,
	.about_profile_block li,
	.about_culture_grid p {
		font-size: 14px;
	}

	.about_profile_block h3 {
		font-size: 21px;
	}

	.about_factory_grid {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.about_culture_grid li {
		padding: 28px 24px 30px;
	}

	.about_culture_grid em {
		margin-bottom: 20px;
		font-size: 48px;
	}
}

@media (max-width: 420px) {
	.about_profile_section,
	.about_factory_section,
	.about_culture_section {
		padding: 54px 0 64px;
	}

	.about_section_head h2 {
		font-size: 28px;
	}

	.about_profile_caption {
		padding: 20px;
	}

	.about_culture_grid h3 {
		font-size: 23px;
	}
}

/* products page */
.products_page_main,
.product_view_main {
	padding: 86px 0 108px;
	background: #fff;
}

.products_layout {
	display: grid;
	grid-template-columns: 300px minmax(0, 1fr);
	gap: 44px;
	align-items: start;
}

.products_sidebar {
	position: sticky;
	top: 116px;
	overflow: hidden;
	border: 1px solid #e1e8f2;
	border-radius: 8px;
	background: #fff;
}

.products_sidebar_title {
	display: flex;
	min-height: 64px;
	padding: 18px 22px;
	color: #fff;
	background: var(--blue);
	font-size: 20px;
	line-height: 1.3;
	font-weight: 900;
	align-items: center;
}

.products_sidebar_title i {
	margin-left: 12px;
	font-size: 17px;
}

.products_sidebar ul {
	margin: 0;
	padding: 0;
}

.products_sidebar li {
	border-bottom: 1px solid #e6edf5;
	list-style: none;
}

.products_sidebar li:last-child {
	border-bottom: 0;
}

.products_sidebar li > a {
	display: flex;
	min-height: 56px;
	padding: 16px 20px;
	color: #1f2937;
	font-size: 15px;
	line-height: 1.45;
	font-weight: 800;
	align-items: center;
	justify-content: space-between;
}

.products_sidebar li.cur > a,
.products_sidebar li > a:hover {
	color: var(--blue);
	background: #f4f8fd;
}

.products_sidebar li > a i {
	transition: transform 0.3s;
}

.products_sidebar li.cur > a i {
	transform: rotate(90deg);
}

.products_sidebar li div {
	display: none;
	padding: 0 20px 18px 30px;
	background: #f8fbff;
}

.products_sidebar li.cur div {
	display: block;
}

.products_sidebar li div a {
	display: block;
	padding: 9px 0;
	color: #667085;
	font-size: 14px;
	line-height: 1.45;
}

.products_sidebar li div a:hover {
	color: var(--blue);
}

.products_head {
	text-align:right;
	max-width: 850px;
	margin-bottom: 36px;
}

.products_head span {
	display: block;
	margin-bottom: 11px;
	color: var(--blue);
	font-size: 14px;
	line-height: 1.35;
	font-weight: 900;
	text-transform: uppercase;
}

.products_head h2 {
	margin: 0;
	color: #101827;
	font-size: 40px;
	line-height: 1.2;
	font-weight: 900;
}

.products_head p {
	margin: 16px 0 0;
	color: #5b6676;
	font-size: 15px;
	line-height: 1.78;
}

.products_grid_page {
	display: grid;
	margin: 0;
	padding: 0;
	grid-template-columns: repeat(3, 1fr);
	gap: 28px;
}

.products_grid_page li {
	list-style: none;
}

.products_grid_page a {
	display: block;
	height: 100%;
	overflow: hidden;
	border: 1px solid #e3eaf3;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 14px 32px rgba(0, 43, 98, 0.05);
	transition: transform 0.3s, box-shadow 0.3s, border-color 0.3s;
}

.products_grid_page a:hover {
	border-color: rgba(1, 37, 121, 0.25);
	box-shadow: 0 20px 38px rgba(0, 43, 98, 0.12);
	transform: translateY(-4px);
}

.products_grid_page .img_box {
	display: flex;
	overflow: hidden;
	aspect-ratio: 1 / 0.78;
	background: #f2f6fc;
	align-items: center;
	justify-content: center;
}

.products_grid_page img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.4s;
}

.products_grid_page a:hover img {
	transform: scale(1.05);
}

.products_grid_page .text_box {
	text-align:right;
	padding: 24px 22px 26px;
}

.products_grid_page h3 {
	margin: 0 0 12px;
	color: #111827;
	font-size: 20px;
	line-height: 1.35;
	font-weight: 900;
}

.products_grid_page p {
	display: -webkit-box;
	min-height: 48px;
	margin: 0 0 20px;
	overflow: hidden;
	color: #5b6676;
	font-size: 14px;
	line-height: 1.7;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.products_grid_page span {
	display: inline-flex;
	color: var(--blue);
	font-size: 13px;
	line-height: 1;
	font-weight: 900;
	align-items: center;
}

.products_grid_page span i {
	margin-right: 12px;
	transition: transform 0.3s;
}

.products_grid_page a:hover span i {
	transform: translateX(4px);
}

.product_view_grid {
	display: grid;
	grid-template-columns: minmax(0, 52%) minmax(0, 1fr);
	gap: 54px;
	align-items: start;
}

.product_gallery_box {
	min-width: 0;
}

.product_gallery_swiper {
	position: relative;
	overflow: hidden;
	border: 1px solid #e2e8f0;
	border-radius: 8px;
	background: #f6f9fd;
}

.product_gallery_swiper .swiper-slide {
	display: flex;
	aspect-ratio: 1 / 0.82;
	align-items: center;
	justify-content: center;
}

.product_gallery_swiper img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.product_gallery_btn {
	position: absolute;
	z-index: 5;
	top: 50%;
	display: flex;
	width: 42px;
	height: 42px;
	margin-top: -21px;
	color: var(--blue);
	border: 1px solid #d7e0ec;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.92);
	cursor: pointer;
	align-items: center;
	justify-content: center;
	transition: all 0.3s;
}

.product_gallery_btn:hover {
	color: #fff;
	border-color: var(--blue);
	background: var(--blue);
}

.product_gallery_prev {
	left: 18px;
}

.product_gallery_next {
	right: 18px;
}

.product_gallery_btn i {
	font-size: 22px;
}

.product_thumb_swiper {
	margin-top: 16px;
	overflow: hidden;
}

.product_thumb_swiper .swiper-slide {
	display: flex;
	height: 104px;
	padding: 8px;
	border: 1px solid #e2e8f0;
	border-radius: 8px;
	background: #f6f9fd;
	cursor: pointer;
	align-items: center;
	justify-content: center;
	opacity: 0.55;
	transition: opacity 0.3s, border-color 0.3s;
}

.product_thumb_swiper .swiper-slide-thumb-active {
	border-color: var(--blue);
	opacity: 1;
}

.product_thumb_swiper img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.product_summary {
	text-align:right;
	padding-top: 8px;
}

.product_summary > span {
	display: block;
	margin-bottom: 12px;
	color: var(--blue);
	font-size: 14px;
	line-height: 1.35;
	font-weight: 900;
	text-transform: uppercase;
}

.product_summary h2 {
	margin: 0 0 20px;
	color: #101827;
	font-size: 42px;
	line-height: 1.18;
	font-weight: 900;
}

.product_summary_intro {
	margin-bottom: 28px;
	color: #4b5563;
	font-size: 15px;
	line-height: 1.82;
}

.product_summary ul {
	margin: 0;
	padding: 0;
	border-top: 1px solid #e4ebf3;
}

.product_summary li {
	display: grid;
	min-height: 58px;
	padding: 17px 0;
	border-bottom: 1px solid #e4ebf3;
	grid-template-columns: 136px minmax(0, 1fr);
	gap: 20px;
	list-style: none;
}

.product_summary strong {
	color: #111827;
	line-height: 1.55;
	font-weight: 900;
}

.product_summary em {
	color: #5b6676;
	font-size: 15px;
	line-height: 1.55;
	font-style: normal;
}

.product_action {
	display: flex;
	margin-top: 34px;
	gap: 16px;
	flex-wrap: wrap;
}

.product_action a {
	display: inline-flex;
	min-width: 150px;
	height: 48px;
	padding: 0 24px;
	border-radius: 48px;
	font-size: 14px;
	line-height: 1;
	font-weight: 900;
	align-items: center;
	justify-content: center;
}

.product_action .inquiry {
	color: #fff;
	background: var(--blue);
}

.product_action .return {
	color: #1f2937;
	border: 1px solid #d7e0ec;
	background: #fff;
}

.product_action .inquiry:hover {
	color: #fff;
	background: var(--blue-dark);
}

.product_action .return:hover {
	color: var(--blue);
	border-color: var(--blue);
}

.product_detail_panel {
	margin-top: 76px;
	border: 1px solid #e2e8f0;
	border-radius: 8px;
	background: #fff;
}

.product_detail_head {
	border-bottom: 1px solid #e2e8f0;
}

.product_detail_head span {
	display: inline-flex;
	min-height: 58px;
	padding: 0 28px;
	color: #fff;
	background: var(--blue);
	font-size: 18px;
	line-height: 1;
	font-weight: 900;
	align-items: center;
}

.product_detail_body {
	text-align:right;
	padding: 34px 34px 38px;
}

.product_detail_body h3 {
	margin: 0 0 16px;
	color: #111827;
	font-size: 24px;
	line-height: 1.35;
	font-weight: 900;
}

.product_detail_body p {
	color: #4b5563;
	font-size: 15px;
	line-height: 1.84;
}

.product_detail_table {
	margin-top: 28px;
	overflow-x: auto;
}

.product_detail_table table {
	width: 100%;
	min-width: 640px;
	border-collapse: collapse;
}

.product_detail_table th,
.product_detail_table td {
	padding: 16px 18px;
	border: 1px solid #e2e8f0;
	color: #4b5563;
	font-size: 14px;
	line-height: 1.6;
	text-align: left;
}

.product_detail_table th {
	width: 190px;
	color: #111827;
	background: #f5f8fc;
	font-weight: 900;
}

.related_products {
	margin-top: 78px;
}

.related_products_grid {
	grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 1200px) {
	.products_layout {
		grid-template-columns: 260px minmax(0, 1fr);
		gap: 32px;
	}

	.products_grid_page {
		grid-template-columns: repeat(2, 1fr);
	}

	.product_view_grid {
		gap: 36px;
	}
}

@media (max-width: 991px) {
	.products_page_main,
	.product_view_main {
		padding: 62px 0 78px;
	}

	.products_layout,
	.product_view_grid {
		grid-template-columns: 1fr;
	}

	.products_sidebar {
		position: static;
	}
}

@media (max-width: 768px) {
	.products_head h2,
	.product_summary h2 {
		font-size: 32px;
	}

	.products_grid_page,
	.related_products_grid {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.products_grid_page .text_box {
		padding: 22px 20px 24px;
	}

	.product_gallery_swiper .swiper-slide {
		aspect-ratio: 1 / 0.86;
	}

	.product_thumb_swiper .swiper-slide {
		height: 82px;
	}

	.product_summary li {
		grid-template-columns: 1fr;
		gap: 6px;
	}

	.product_detail_body {
		padding: 26px 20px 30px;
	}
}

@media (max-width: 420px) {
	.products_page_main,
	.product_view_main {
		padding: 52px 0 64px;
	}

	.products_head h2,
	.product_summary h2 {
		font-size: 28px;
	}

	.products_sidebar_title {
		font-size: 18px;
	}

	.product_gallery_btn {
		width: 36px;
		height: 36px;
		margin-top: -18px;
	}

	.product_gallery_prev {
		left: 10px;
	}

	.product_gallery_next {
		right: 10px;
	}

	.product_action a {
		width: 100%;
	}
}

/* news view page */
.news_view_main {
	padding: 84px 0 108px;
	background: #fff;
}

.news_view_article {
	max-width: 1040px;
	margin: 0 auto;
}

.news_view_head {
	display: flex;
	padding-bottom: 34px;
	border-bottom: 1px solid #e2e8f0;
	align-items: flex-end;
	justify-content: space-between;
	gap: 30px;
}

.news_view_head span {
	display: block;
	margin-bottom: 12px;
	color: var(--blue);
	font-size: 14px;
	line-height: 1.35;
	font-weight: 900;
	text-transform: uppercase;
}

.news_view_head h2 {
	max-width: 850px;
	margin: 0 0 16px;
	color: #101827;
	font-size:28px;
	line-height: 1.22;
	font-weight: 900;
}

.news_view_meta {
	display: flex;
	color: #8a94a3;
	font-size: 14px;
	line-height: 1.4;
	gap: 24px;
	flex-wrap: wrap;
}

.news_view_meta em {
	font-style: normal;
}

.news_view_meta i {
	margin-right: 8px;
	color: #a7b0bd;
}

.news_view_back {
	display: flex;
	flex: 0 0 54px;
	width: 54px;
	height: 48px;
	color: var(--blue);
	border: 1px solid #d7e0ec;
	border-radius: 8px;
	background: #fff;
	align-items: center;
	justify-content: center;
	transition: all 0.3s;
}

.news_view_back:hover {
	color: #fff;
	border-color: var(--blue);
	background: var(--blue);
}

.news_view_body {
	padding: 42px 0 48px;
	color: #4b5563;
	font-size: 16px;
	line-height: 1.9;
}

.news_view_body img {
	display: block;
	width: 100%;
	max-height: 460px;
	margin-bottom: 34px;
	object-fit: cover;
	border-radius: 8px;
}

.news_view_body h3 {
	margin: 34px 0 16px;
	color: #111827;
	font-size: 26px;
	line-height: 1.35;
	font-weight: 900;
}

.news_view_body p {
	margin-bottom: 18px;
}

.news_view_body p:last-child {
	margin-bottom: 0;
}

.news_view_page_turn {
	display: flex;
	padding-top: 28px;
	border-top: 1px solid #e2e8f0;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}

.news_view_page_turn a {
	display: inline-flex;
	max-width: 46%;
	color: #6b7280;
	font-size: 15px;
	line-height: 1.45;
	font-weight: 700;
	align-items: center;
}

.news_view_page_turn a:hover {
	color: var(--blue);
}

.news_view_page_turn i {
	margin: 0 10px;
	color: var(--blue);
}

.news_view_page_turn a:first-child i {
	margin-left: 0;
}

.news_view_page_turn a:last-child {
	text-align: right;
	justify-content: flex-end;
}

.news_view_page_turn a:last-child i {
	margin-right: 0;
}

@media (max-width: 768px) {
	.news_view_main {
		padding: 58px 0 72px;
	}

	.news_view_head {
		display: block;
		padding-bottom: 28px;
	}

	.news_view_head h2 {
		font-size: 30px;
	}

	.news_view_back {
		margin-top: 20px;
	}

	.news_view_body {
		padding: 32px 0 38px;
		font-size: 14px;
	}

	.news_view_body h3 {
		font-size: 22px;
	}

	.news_view_page_turn {
		display: block;
	}

	.news_view_page_turn a {
		max-width: 100%;
		margin-bottom: 16px;
	}

	.news_view_page_turn a:last-child {
		margin-bottom: 0;
		text-align: left;
		justify-content: flex-start;
	}
}

@media (max-width: 420px) {
	.news_view_head h2 {
		font-size: 26px;
	}

	.news_view_body img {
		margin-bottom: 26px;
	}
}
