
:root {
	--main-rgb1: 230, 0, 18;
	--main-rgb2: 228, 27, 0;
	--main-color1: rgb(var(--main-rgb1));
	--main-color2: rgb(var(--main-rgb2));
	--light-bg1: 238, 245, 255;
	--light-bg2: #e4faff;
	--light-gray: 247, 247, 247;
}

html {
	overflow-y: scroll;
}

body {
	font-family: Helvetica, arial, sans-serif;
	margin-top: 0 !important;
}
body.modal-open {
	padding-right: 0 !important;
}

#gt-nvframe {
	display: none !important;
}

a {
	color: var(--bs-body-color);
	text-decoration: none;
}
a:hover {
	color: var(--main-color2);
}
.btn-primary:hover {
	background-color: var(--main-color3);
}

.display-pc {
	display: inherit !important;
}
.display-mob {
	display: none !important;
}

.header-top {
	color: #666;
	transition: .5s;
	border-bottom: 1px solid #ddd;
}
.slogan {
	font-size: 14px;
}

.header-fixed {
	position: sticky;
	top: 0;
	background: white;
	z-index: 99;
}

.header-help {
	color: white;
	font-size: 14px;
	z-index: 999;
	width: 100%;
}
.header-help a {
	color: white;
}

.header-language {
	position: relative;
}
.header-language ul {
	display: none;
	background: black;
	position: absolute;
	top: 22px;
	list-style: none;
	z-index: 1001;
	width: 130px;
	padding: 5px 0;
	left: -15px;
}
.header-language:hover ul {
	display: block;
}
.header-language li a {
	padding: 2px 15px;
	display: block;
}
.header-help .sign-up a {
	background: var(--main-color1);
	border-radius: 10px;
	color: white;
	padding: 3px 10px;
}

.header-top .search-icon,
.header-top .language-icon {
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #999;
	margin: 0 0 0 20px;
	cursor: pointer;
}
.header-top .language-icon {
	margin: 0 0 0 10px;
}

.search-form {
	background: #eee;
	padding: 0 10px;
	border-radius: 5px;
}
.search-form {
	height: 34px;
}
.search-form .search-input {
	border: none;
	font-size: 14px;
	background: transparent;
	outline: none;
}
.search-form .search-submit {
	border: none;
	background: transparent;
}
.search-form .iconfont {
	color: #666;
}

.navbar {
	padding-top: 0rem;
	padding-bottom: 0rem;
}

.nav-item::after {
    content: "";
    position: absolute;
    bottom: 0px;
    height: 2px;
    width: 0px;
    background-color: var(--main-color2);
    transition: width 0.3s ease-in-out;
}
.nav-item:hover::after {
	width: 100%;
}
.navbar-expand-lg .navbar-toggler {
	display: none;
}
.navbar-light .navbar-toggler {
	border-color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-toggler-icon {
	width: 20px;
	height: 2px;
	margin: 5px 0;
	background-image: unset;
	transition: 0.3s;
	display: block;
	background-color: rgba(0, 0, 0, 0.5);
}
.header-submenu {
	height: 0;
	overflow: hidden;
	display: flex;
	transition: height 0.2s ease-in;
	background: white;
	text-shadow: none;
}
.header-submenu .row .row {
	gap: 24px 0;
}
.header-submenu-scroll {
	overflow: auto;
	border-right: 1px solid #ddd;
}
.header-submenu-scroll::-webkit-scrollbar {
  display: none;
}

.header-submenu .submenu-item {
    font-weight: bold;
}
.header-submenu .submenu-item img {
	max-width: 100%;
	border-radius: 5px;
	margin-bottom: 5px;
}
.header-submenu .submenu-grand-item {
	font-size: 14px;
}
.header-submenu.show {
	height: 125px;
}
#category-2-submenu .submenu-item {
    font-size: 1rem;
    width: 16.66666667%;
}
.header-submenu .header-submenu-extend a,
.header-submenu a.submenu-item,
.header-submenu .submenu-grand-item a {
	color: #333;
}
/*
.header-fixed .header-submenu .header-submenu-extend a,
.header-fixed .header-submenu a.submenu-item,
.header-fixed .header-submenu .submenu-grand-item a {
	color: #333;
}
*/
.header-submenu-extend {
	display: flex;
	justify-content: space-between;
	padding: 5px 0 5px 10px;
}
.header-submenu-extend .iconfont {
	transform: rotate(-90deg);
}

.dropdown-menu[data-bs-popper] {
	left: auto;
	right: 0;
}
.nav-item.dropdown:hover .dropdown-menu {
	display: block;
	border: none;
	border-radius: 0;
}

.nav-pad {
	height: 80px;
}

.mySwiper {
	background-color: #000;
}
.mySwiper img {

}
.swiper-mask {
	position: absolute;
	width: 100%;
	text-align: center;
	color: white;
	z-index: 99;
	background: rgba(0,0,0,0.4);
	height: 100%;
}
.swiper-text {
	top: 45%;
	text-shadow: 1px 1px 3px var(--main-color1);
	position: relative;
	transform: translate(0, -50%);
}
.swiper-text .caption {
	width: 65%;
	font-size: 54px;
	margin: 0 auto;
	font-weight: bold;
	padding-bottom: 10px;
}
.swiper-text .summary {
	width: 65%;
	margin: 0 auto;
	padding-top: 10px;
	margin-bottom: 1.5rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
}
.swiper-text .button {
	color: white;
	padding: 0.875rem 2rem;
	background: var(--main-color1);
	border-radius: 50px;
	display: inline-block;
	transition: 0.5s;
}
.swiper-text .button:hover {
	color: white;
	transform: scale(1.1);
}


.title1 {
	font-size: 2.5rem;
	color: var(--main-color1);
}
.title2 {
	font-size: 1.5rem;
}

.highlight1 {
	color: var(--main-color1);
}
.highlight2 {
	color: var(--main-color2);
}
.highlight3 {
	color: var(--main-color3);
}

.btn-primary {
	background-color: var(--main-color1);
	border-color: var(--main-color1);
}
.link-btn-1 {
	border: none;
	color: white;
	border-radius: 50px;
	padding: 0.6rem 1.8rem;
	display: inline-block;
	transition: 0.5s;
	background-color: var(--main-color2);
}
.link-btn-1:hover,
.link-btn-2:hover {
	color: white;
	transform: scale(1.1);
	background-color: var(--main-color2);
}
.link-btn-2 {
	border: none;
	color: var(--main-color2);
	border-radius: 50px;
	padding: 0.6rem 1.8rem;
	display: inline-block;
	transition: 0.5s;
	border: 1px solid var(--main-color2);
}
.link-btn-3 {
	border: none;
	color: white;
	border-radius: 5px;
	padding: 0.2rem 2.5rem;
	display: inline-block;
	border: 1px solid white;
	transition: 0.5s;
}
.link-btn-3:hover {
	color: white;
	transform: scale(1.1);
}

.link-btn-4 {
	border: none;
	color: var(--main-color1);
	border-radius: 50px;
	padding: 0.6rem 1.8rem;
	display: inline-block;
	transition: 0.5s;
	border: 1px solid var(--main-color1);
}
.link-btn-4:hover {
	color: white;
	background-color: var(--main-color1);
	transform: scale(1.1);
}


.c-list img {
	width: 100%;
}
.c-list .caption {
	text-transform: uppercase;
}


.p-list {

}
.p-list > div {
	padding-bottom: 15px;
}
.p-list .list-item-inner {
	transition: 0.5s;
	border: 1px solid #fff;
	padding: 1px;
}
.p-list .list-item-inner .img {
	overflow: hidden;
}
.p-list .list-item-inner:hover {
	border-color: var(--main-color2);
}
.p-list .list-item-inner img {
	width: 100%;
	transition: 0.5s;
	aspect-ratio: 1.5;
	object-fit: cover;
}
.p-list .list-item-inner:hover img {
	transform: scale(1.1);
}
.p-list .list-item .inner-text {
	color: #666;
	min-height: 100px;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	align-items: center;
}
.p-list .list-item .caption {
	padding: 5px 0 5px;
}
.p-list .inner-text {
	padding: 10px 10px 15px;
	text-align: center;
}
.p-list .list-item .text p {
	margin-bottom: 0;
}
.p-list .list-item .caption a {
	color: #333;
}
.p-list .list-item .caption a:hover {
	color: var(--main-color1);
}
.p-list .list-item .link-btn-1 {
	padding: 0.4rem 1rem;
	border-radius: 50px;
	font-size: 0.8rem;
	background: #999;
	transition: 0.5s;
}
.p-list .list-item:hover .link-btn-1 {
	background: var(--main-color2);
}
.p-list .double-btn .link-btn-1 {
	background: var(--main-color2);
}
.p-list .double-btn .link-btn-1,
.p-list .double-btn .link-btn-2 {
	width: 45%;
	padding: 0.4rem 1rem;
	border-radius: 5px;
	font-size: 0.8rem;
}


.n-list-4 {
	padding-left: 4rem;
	padding-right: 4rem;
}
.n-list .card-body {
	padding-left: 0;
	padding-right: 0;
}
.n-list .card-body h5 {
	font-size: 1rem;
}
.n-list .n-list-item .card-pic {
	overflow: hidden;
}
.n-list .n-list-item img {
	width: 100%;
	transition: 0.5s;
}
.n-list .n-list-item:hover img {
	transform: scale(1.1);
}

.n-case-item .n-list-card a {
	position: relative;
}
.n-case-item .n-list-card .thumb {
	display: block;
	overflow: hidden;
}
.n-case-item .n-list-card img {
	width: 100%;
	transition: 0.5s;
	aspect-ratio: 1.5;
	object-fit: cover;
}
.n-case-item .n-list-card:hover img {
	transform: scale(1.1);
}
.n-case-item .card-title {
	text-align: center;
	width: 100%;
	position: absolute;
	bottom: 0;
	color: white;
	z-index: 9;
	margin: 0;
	padding: 5px 0;
	background: rgba(0, 0, 0, 0.5);
}

.n-article-item {
	padding: 30px 0;
	border-bottom: 1px solid #ddd;
}
.n-article-item .card-body {
	padding: 0 0 0 15px;
}
.n-article-item .n-list-card {
	display: flex;
	transition: 0.5s;
	overflow: hidden;
	padding: 15px 20px 0;
}
.n-article-item .card-pic a {
	width: 300px;
	display: block;
}
.n-article-item .card-pic img {
	aspect-ratio: 1.5;
	object-fit: cover;
}
.n-article-item .card-text,
.n-article-item .card-date {
	color: #999;
}
.n-article-item .n-list-card:hover a {
	color: var(--main-color2);
}
.n-article-item .card-title {
	font-size: 20px;
}

.article-title,
.article-desc {
	color: #404040;
}
.article-title h1 {
	font-size: 1.8rem;
}


.product-summary {
	flex-direction: column;
}
.product-summary .title {
	font-size: 24px;
	font-weight: normal;
}
.product-trade .card {
	border: none;
	color: var(--main-color1);
	padding: 0.5rem 0;
}
.product-trade p {
	margin-bottom: 0;
}
.product-trade .trade-list {
	padding: 8px;
	margin-top: 6px;
	font-size: 1.3rem;
	background: rgb(var(--light-gray));
}
.product-detail {
	font-size: 14px;
	line-height: 24px;
}
.product-detail table {
	margin-bottom: 10px;
}
.product-detail p {
	margin-bottom: 0;
}
.product-detail h3 {
	font-size: 14px;
}
.product-detail th {
    border-top: 1px solid #BBB;
    background-color: #F7F7F7;
}
.product-detail td, 
.product-detail th {
    padding: 5px 10px;
    border: 1px solid #DDD;
}

.trade-title {
	color: #555;
}

.detail-product-trade {
	background: rgb(var(--light-gray));
	padding: .5rem;
	font-size: 1.2rem;
	overflow-x: auto;
}
.detail-product-trade .trade-table {
	display: table;
}
.detail-product-trade .trade-list {
	display: flex;
	background: white;
	border-radius: 5px;
	margin: 8px;
	padding: 8px;
	align-items: center;
}
.detail-product-trade .trade-title {
	min-width: 320px;
}


.product-property {
	display: flex;
	flex-direction: column;
	gap: 15px;
}
.product-property .caption {
	cursor: pointer;
	font-size: 1.4rem;
	padding: 15px;
	border-radius: 10px 0 0 0;
	background: rgb(var(--light-gray));
	border-left: 5px solid var(--main-color2);
}
.product-property .caption.collapsed {
	border: 1px solid rgb(228, 228, 231);
	border-radius: 10px;
	background: white;
}
.product-property .content {
	font-size: 1.2rem;
	padding: 0 0 5px;
}
.product-property .add {
	display: none;
}
.product-property .subtract {
	display: block;
}
.product-property .collapsed .add {
	display: block;
}
.product-property .collapsed .subtract {
	display: none;
}
.property-list {
	border-radius: 10px;
}
.property-list .content {
	background: rgb(var(--light-gray));
	padding: 15px;
}
.property-list .content .inner {
	padding: 15px;
	background: white;
}

.zoom-small-image {
	overflow: hidden;
}

.detail-tabs {
	border: none;
	background: var(--main-color2);
	font-size: 1.3rem;
	position: sticky;
	top: 80px;
	z-index: 1;
}
.detail-tabs .quote-item {
	background: white;
	border-radius: 5px;
	padding: 4px 6px;
	margin: 0 10px;
}
.detail-tabs .quote-item a {
	color: var(--main-color2);
}

.product-list {
	background: rgb(var(--light-bg1));
}
.product-list .list-wrapper {
	width: 20%;
	padding: 0 0 20px;
}
.product-list .list-item {
	font-size: 14px;
	height: 100%;
	transition: 0.5s;
	border-radius: 20px;
	overflow: hidden;
	background: white;
	margin: 0 10px;
	padding: 20px;
}
.product-list .list-item:hover {

}
.product-list .list-item .thumb {
	display: flex;
	overflow: hidden;
	background: white;
	align-items: center;

}
.product-list .list-item img {
	width: 100%;
	transition: 0.5s;
}
.product-list .list-item:hover img {
	transform: scale(1.1);
}
.product-list .list-item .inner-text {
	padding: 10px 0 15px;
}
.product-list .list-item .caption {
	font-size: 1.1rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow-wrap: normal;
}
.product-list .inner-text {

}
.product-list .list-item .text p {
	margin-bottom: 0;
}
.product-list .list-item .caption a {

}

.service-list .row:nth-child(2n+1) {
	flex-direction: row-reverse;
}
.service-list__title {
	font-size: 1.5rem;
}
.service-list__button {
	color: white;
	padding: 10px 20px;
	background: var(--main-color1);
	border-radius: 50px;
	transition: 0.5s;
	display: inline-block;
}
.service-list__button:hover {
	color: white;
	transform: scale(1.1);
}
.service-list .video-iframe {
	border-radius: 10px;
	overflow: hidden;
}

.service-machine {
	height: 13.75rem;
	background-image: url(../images/more-machines.jpg);
	background-size: cover; 
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
}

.service-friends {
	aspect-ratio: 2;
	background-image: url(../images/service1.jpg);
	background-size: cover; 
	display: flex;
	justify-content: end;
	align-items: end;
}
.service-friends .box {
	width: 65%;
	background: #fff;
	border-left: .5rem solid var(--main-color2);
	padding: 3.3rem 3.5rem;
}
.service-friends .title {
	font-size: 2.25rem;
}
.service-friends .summary {
	color: #666;
}
.service-friends .friends-list {
	display: flex;
}
.service-friends .friends-list-item {
	width: 33.3333%;
}
.service-friends .friends-list .iconfont {
	font-size: 40px;
	color: var(--main-color2);
}

.service-after img {
	max-width: 100%;
}
.service-after .title::after {
	display: block;
	content: "";
	width: 3.5rem;
	height: .2rem;
	background: var(--main-color2);
	margin-top: .56rem;
}

.product-category .category-card {

}
.product-category .category-bg {
	background-position: 50% 50%;
	background-size: cover;
	color: white;
	height: 600px;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}
.product-category .category-bg .animate {
	transition: 0.5s;
}
.product-category .category-bg:hover .animate {
	transform: translateY(-5px);
}
.product-category .category-bg img {
	width: 25%;
}
.product-category .category-card:nth-child(1) .category-bg {
	background: url(../images/products1.jpg);
}
.product-category .category-card:nth-child(2) .category-bg {
	background: url(../images/products2.jpg);
}
.product-category .category-card:nth-child(3) .category-bg {
	background: url(../images/products3.jpg);
}
.product-category .category-card:nth-child(4) .category-bg {
	background: url(../images/products4.jpg);
}

.category-modal .modal-title {
	color: rgb(var(--main-rgb1));
	font-weight: bold;
}
.category-modal .modal-body {
	padding: 10px 0;
}
.category-modal-link {
	font-size: 1.2rem;
	line-height: 40px;
	padding: 3px 16px;
	border-bottom: 1px solid #ddd;
}
.category-modal-sublink {
	font-size: 1.2rem;
	line-height: 28px;
	padding: 8px 16px;
	display: block;
	border-bottom: 1px solid #ddd;
	background: #f5f5f5;
}
.category-modal-sub .category-modal-sublink:last-child {
	border-bottom: none;
}
.category-modal-link [aria-expanded="false"]::before {
	transform: rotate(0deg);
	transition: 0.3s;
	display: inline-block;
}
.category-modal-link [aria-expanded="true"]::before {
	transform: rotate(90deg);
	transition: 0.3s;
	display: inline-block;
}

.news-list {

}
.news-item-2 {
	display: flex;
	gap: 13px;
	flex-direction: column;
}
.news-item-1 .news-item {
	border-radius: 10px;
	overflow: hidden;
}
.news-item-2 .news-item {
	overflow: hidden;
	background: rgb(245 245 245);
}
.news-swiper {
	margin: 0 -12px;
}
.news-swiper .news-item-1 {
	padding: 0 12px;
}
.news-swiper-pagination {
	text-align: right;
	padding: 0 20px 0 0;
}
.news-swiper-pagination .swiper-pagination-bullet {
	width: 30px;
	border-radius: 0;
	height: 4px;
}
.news-swiper-pagination .swiper-pagination-bullet-active {
	background: var(--main-color2);
}
.news-list img {
	width: 100%;
	transition: 0.5s;
	object-fit: cover;
	aspect-ratio: 1.6;
}
.news-list .news-item:hover img {
	transform: scale(1.2);
}
.news-item-img {
	overflow: hidden;
	border-radius: 5px;
}
.news-item-txt {
	padding: 1rem;
	background: rgb(245 245 245);
}
.news-item-2 .news-item-txt {
	padding: 0 1rem;
}

.news-item-txt .news-item-txt__date {
	color: #666;
	font-size: 0.8rem;
}
.news-item-txt .news-item-txt__title {
    line-height: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow-wrap: normal;
}
.news-item-txt .news-item-txt__summary {
	color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow-wrap: normal;
}

.news-item-2 .news-item-img {
	width: 31%;
	flex-shrink: 0;
}
.news-item-2 .news-item-txt {
	flex: 1 1 auto;
}
.news-item-2 .news-item-txt .news-item-txt__title {
	line-height: 1.5;
}

.light-gray-bg {
	background: rgb(var(--light-gray));
}
.culture .list-item .img {
	aspect-ratio: 1.89;
	background-size: cover;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.culture .list-item:nth-child(1) .img {
	background-image: url(../images/culture1.jpg);
}
.culture .list-item:nth-child(2) .img {
	background-image: url(../images/culture2.jpg);
}
.culture .list-item:nth-child(3) .img {
	background-image: url(../images/culture3.jpg);
}
.culture .list-item img {
	width: 70px;
}
.culture .list-item-inner {
	transition: 0.5s;
	border: 1px solid #fff;
	padding: 1px;
}
.culture .list-item-inner .img {
	overflow: hidden;
}
.culture .list-item-inner:hover {
	transform: translateY(-5px);
	border-color: var(--main-color2);
}
.culture .title {
	color: white;
	font-size: 20px;
}
.culture .summary {
	color: #666;
	font-size: 14px;
}

.appearance .thumb {
	overflow: hidden;
}
.appearance .thumb img {
	width: 100%;
	transition: 0.5s;
	aspect-ratio: 1.6;
	object-fit: cover;
}
.appearance .thumb:hover img {
	transform: scale(1.1);
}
.appearance .page {
	text-align: center;
}
.appearance .page span {
	display: inline-block;
	border: 1px solid #ccc;
	width: 28px;
	cursor: pointer;
}
.appearance .page span.active {
	color: rgb(var(--main-rgb1));
}
.service .list-item {
	border: 1px solid #ddd;
	padding: 20px;
	height: 100%;
	transition: 0.5s;
	border-radius: 15px;
}
.service .list-item:hover {
	border: 1px solid var(--main-color1);
	transform: translateY(-5px);
}
.service .list-item .title {
	color: var(--main-color1);
	text-align: center;
	font-size: 20px;
}
.service .list-item-text {
	font-size: 14px;
	line-height: 2;
}
.service .list-item-text p {
	margin: 0;
}

.page-link {
	color: var(--main-color1);
}

.desc1 {
	line-height: 1.5;
}

.btn {
	padding: 0.7rem 1.5rem;
}
.detail-title h1 {
	font-family: 'Paytone One', sans-serif;
}
.detail-title .subtitle {
	color: #78481a;
	font-size: 2rem;
	font-family: 'Paytone One', sans-serif;
}

.detail-desc,
.category-desc {
	font-size: 1.2rem;
}
.detail-desc .row,
.category-desc .row {
    --bs-gutter-y: 5px;
}
.detail-desc img,
.detail-desc table,
.category-desc img,
.category-desc table  {
	max-width: 100%;
}
.detail-desc img {
	height: auto !important;
}
.detail-desc p,
.category-desc p {
	margin-bottom: 0;
}
.detail-desc .border-bottom-center,
.category-desc .border-bottom-center {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-color: inherit;
    height: 2px;
    margin: 5px auto 10px;
    width: 50px;
}
.detail-desc .both-short-border::before,
.category-desc .both-short-border::before {
    content: "";
    width: 60px;
    height: 1px;
    border-bottom: 1px solid;
    border-color: inherit;
}
.detail-desc .both-short-border::after,
.category-desc .both-short-border::after {
    content: "";
    width: 60px;
    height: 1px;
    border-bottom: 1px solid;
    border-color: inherit;
}
.detail-desc .both-middle-border::before,
.category-desc .both-middle-border::before {
    content: "";
    width: 100px;
    height: 1px;
    border-bottom: 1px solid;
    border-color: inherit;
}
.detail-desc .both-middle-border::after,
.category-desc .both-middle-border::after {
    content: "";
    width: 100px;
    height: 1px;
    border-bottom: 1px solid;
    border-color: inherit;
}
.detail-desc .border-radius-bg,
.category-desc .border-radius-bg {
    border-radius: 20px;
    padding: 5px 30px;
}
.detail-desc .bottom-border,
.category-desc .bottom-border {
    border-bottom: 1px solid;
}
.detail-desc .circle-start::after,
.category-desc .circle-start::after {
    position: absolute;
    left: -5px;
    top: -15px;
    content: "";
    border: 20px solid;
    border-color: inherit;
    border-radius: 50%;
    opacity: .2;
}
.detail-desc .d-graphic-3 > div,
.category-desc .d-graphic-3 > div {
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.detail-desc .info-img,
.category-desc .info-img {
	border-radius: 10px;
	overflow: hidden;
}
.detail-desc table td {
	padding: 10px 0;
}

.detail-date {
	color: #666;
	font-size: 14px;
}

.breadcrumb {
	margin: 0;
	position: relative;
}
.breadcrumb-txt {
	font-size: 2rem;
	text-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	font-weight: bold;
	position: absolute;
	width: 100%;    
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	height: 100%;
}
.breadcrumb-img {
	width: 100%;
	overflow: hidden;
}
.breadcrumb-img img {
	object-fit: cover;
	height: 400px;
}
.breadcrumb-bg {
	background-color: rgb(245,245, 245);
}
.breadcrumb ol {
	list-style: none;
	padding: 0;
	margin: 0;
}
.breadcrumb-item {
	color: #666;
}
.breadcrumb li {
	display: inline-block;
}
.category-tabs {
	flex-wrap: nowrap;
}
.category-group-item {
	min-width: 0;
	flex: 1;
	text-align: center;
	background-color: rgb(249, 249, 249);
}
.category-group-item a:hover,
.category-group-item.active {
	color: white;
	background-color: rgb(var(--main-rgb1));
}
.category-group-item.active > a {
	color: white;
}
.category-group-item a {
	display: block;
	padding: 20px 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.category-group-item:hover .category-sub-list {
	display: block;
}
.product-category {
	position: relative;
}
.product-category .category-group-item {
	width: 12.5%;
}

.category-sub-list {
	position: absolute;
	list-style: none;
	padding: 0;
	width: 12.5%;
	display: none;
	background: rgb(243, 243, 243);
}
.category-sub-list a {
	color: #333;
}

.industry-cases a {
	position: relative;
}
.industry-cases .thumb {
	display: block;
	overflow: hidden;
}
.industry-cases img {
	width: 100%;
	transition: 0.5s;
	aspect-ratio: 1.2;
	object-fit: cover;
}
.industry-cases .list-item-inner:hover img {
	transform: scale(1.1);
}
.industry-cases .card-title {
	text-align: center;
	width: 100%;
	position: absolute;
	top: calc(100% - 60px);
	color: white;
	z-index: 9;
	margin: 0;
	height: 60px;
	transition: 0.5s;
	padding: 5px 0;
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgba(0, 0, 0, 0.5);
}
.industry-cases .list-item-inner:hover .card-title {
	top: 0;
	height: 100%;
	background: rgba(255, 0, 0, 0.5);
}

.news-center {
	background: rgb(250, 250, 250);
}
.news-center .thumb {
	display: block;
	overflow: hidden;
}
.news-center img {
	width: 100%;
	transition: 0.5s;
	aspect-ratio: 1.2;
	object-fit: cover;
}
.news-center .list-item-inner:hover img {
	transform: scale(1.1);
}
.news-center .news-date {
	color: #666;
	font-size: 14px;
}

.list-group-title {
	border: 1px solid rgba(0,0,0,.125);
	border-top: 2px solid rgba(0,0,0,.125);
	border-bottom: 1px solid #fff;
	padding: .8rem 1.25rem;
	font-weight: bold;
	background: #eee;
	font-size: 1.3rem;
	border-radius: 5px 5px 0 0;
}
.list-group {
	border-radius: 0 0 5px 5px;
}
.list-group .list-group-item {
	background: linear-gradient(to bottom, #ffffff 0%, rgb(var(--light-bg1)) 100%);
	border: 1px solid rgba(0,0,0,.125);
	padding: .6rem 1.25rem;
}
.list-group .list-group-item.active {
	color: white;
	background: var(--main-color1);
	border: 1px solid rgba(0,0,0,.125);
}
.list-group .list-group-item.active a {
	color: white;
}
.list-group .child-list {
	background: rgb(var(--light-bg1));
	border-top-width: 0;
	border-bottom-width: 0;
	justify-content: flex-start;
}
.list-group .list-group-item .circle {
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: 1px solid #777;
	margin-right: 10px;
}
.features-expand, .faq-expand {
	cursor: pointer;
}
.expand-none {
	display: none;
}
.list-group .list-group-item .list-expand {
	font-weight: bold;
}
.list-group .list-group-item.active .list-expand {
	transform: rotate(180deg);
}
.list-group .active a {
	color: white;
}

.contact .title {
	color: var(--main-color1);
}
.contact .bd {
	border-top: 2px solid #ddd;
	margin: 20px 0;
}
.contact .bd:after {
	content: "";
	width: 100px;
	display: block;
	margin-top: -2px;
	border-top: 2px solid var(--main-color1);
}

.contact-inner {
	font-size: 16px;
	color: #999;
	line-height: 2;
}

.image-small-list {
	display: flex;
	justify-content: center;
}
.image-small-list p {
	cursor: pointer;
	margin: 5px 10px 5px 0;
	border: 1px solid #fff;
	overflow: hidden;
}
.image-small-list p.active {
	border-color: var(--main-color2);
}
.image-small-list img {
	width: 60px;
}

.image-zoom-move{ position: absolute; z-index: 2; display: none; background-color: #000; opacity: .5; }
.image-zoom-glass{ position: fixed; transition: all .3s; z-index: 10; display: none; overflow: hidden; }
.image-zoom-move.show, 
.image-zoom-glass.show { display: block; }
.image-zoom-glass_image{ position: absolute; left: 0; top: 0; max-width: none; }

.tab-content p {
	margin: 0;
}

.cookies-setting {
	display: none;
	background: white;
	position: fixed;
	bottom: 0;
	z-index: 99;
	width: 100%;
	padding: 10px;
	box-shadow: 0 0 15px rgb(0 0 0 / 15%);
}
.cookies-setting .summary {
	font-size: 14px;
	color: #999;
}
.cookies-setting .btn {
	padding: 0.5rem 1.5rem;
}
.cookies-setting .bg-btn {
	background: var(--main-color1);
	color: white;
}
.cookies-setting .bd-btn {
	color: var(--main-color1);
	border-color: var(--main-color1);
}
.footer {
	color: white;
	background: #333;
	overflow: hidden;
	font-size: 0.9rem;
	border-top: 4px solid rgb(var(--main-rgb1));
}
.footer a {
	color: rgba(var(--bs-white-rgb), var(--bs-text-opacity));
}


.footer .hotline {
	color: rgb(var(--main-rgb1));
}
.foot-company .foot-info {
	width: 50%;
}
.foot-company .foot-info .logo {
	opacity: 0.8;
}
.foot-company .foot-info .logo img {
	max-width: 200px;
}
.foot-company .foot-form {
	width: 50%;
}
.foot-company .foot-form .form-control {
	color: #ddd;
	background: rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.3);
}


.foot-nav {
	margin: 0;
	padding: 0.7rem 0 1.4rem 0;
	display: flex;
	color: #999;
	justify-content: space-between;
}
.foot-nav .foot-contact p {
	padding: 1px 0;
}
.foot-nav .foot-contact .iconfont {
	font-size: 1.4rem;
	vertical-align: middle;
}
.foot-nav .foot-contact a {
	color: #999;
}
.foot-nav .foot-contact {
	max-width: 300px;
}
.foot-nav ul,
.foot-nav p {
	padding: 0;
	margin: 0;
	list-style: none;
}
.foot-nav .caption {
	padding: 0.5rem 0;
	display: block;
	color: #ddd;
	font-size: 1.2rem;
}
.foot-nav .subnav a {
	color: #999;
	transition: 0.5s;
	display: block;
}
.foot-nav .subnav a:hover {
	color: var(--main-color2);
	transform: translateX(5px);
}
.foot-nav .subnav li {
	padding: 4px 0;
}

.foot-contact .social-list a {
	display: inline-block;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 50%;
	margin-right: 7px;
	text-align: center;
	width: 35px;
	height: 35px;
	line-height: 33px;
}
.foot-contact .social-list .iconfont {
	font-size: 16px;
	color: rgba(255, 255, 255, 0.5);
}

.message {
	max-width: 320px;
}
.message .btn-outline-main {
	color: var(--main-color1);
    border-color: var(--main-color1);
}
.message .btn-outline-main:hover {
    color: #fff;
    background-color: var(--main-color1);
    border-color: var(--main-color1);
}
.copyright {
	color: #ccc;
	text-align: center;
	padding: 0.5rem 0 0.7rem;
	font-size: 0.8rem;
	background: rgba(0,0,0,0.3);
}

.fbtn-start {
	position: fixed;
	right: 0;
	color: #666;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background-color: #fff;
	border: 1px solid #ccc;
	border-right: none;
	border-radius: 5px 0 0 5px;
	width: 64px;
	height: 60px;
	z-index: 11111;
	line-height: 20px;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
}

.fbtn-start a {
	color: inherit;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.fbtn-close {
	position: fixed;
	right: 10px;
	color: white;
	cursor: pointer;
	line-height: 50px;
	text-align: center;
	background-color: gray;
	border-radius: 50px;
	width: 50px;
	height: 50px;
	z-index: 11111;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
}
.fbtn-close .iconfont,
.fbtn-start .iconfont {
	transition: 0.5s;
	font-size: 24px;
}
.fbtn-start:hover .iconfont {
	font-size: 30px;
}
.fbtn-txt {
	font-size: 0.8rem;
	line-height: 16px;
}

.pagination {
	flex-wrap: wrap;
}

#suspend-inquiry a {
	color: white;
}
#suspend-inquiry .fbtn-start {
	background: var(--main-color2);
	border-color: var(--main-color2);
}

#inquiry-form {
	position: fixed;
	bottom: 5%;
	right: 60px;
	font-size: 16px;
	width: 300px;
	box-shadow: 2px 2px 7px #999;
	background: white;
	max-height: calc(100vh - 100px);
	overflow-y: auto;
	z-index: 19999;
	border-radius: 5px;
}
#inquiry-form .title {
	color: white;
	padding: 15px 0 10px;
	font-size: 1rem;
	background: var(--main-color1);
}
#inquiry-form .form-group {
	padding: 6px 0;
}
#inquiry-form .form-control,
#inquiry-form .btn {

}
#inquiry-form .form-control {
	padding: 0.375rem 0.75rem
}
#inquiry-form form {
	padding: 10px 15px 15px;
}

#tiktok-popup,
#whatsapp-popup,
#weixin-popup {
	right: 66px;
	padding: 5px;
	width: 150px;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
	z-index: 1999;
	border-radius: 5px;
	background: white;
	position: fixed;
	display: none;
}
#email-popup {
	right: 66px;
	padding: 18px 10px;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
	z-index: 1999;
	border-radius: 5px;
	background: white;
	position: fixed;
	display: none;
}

#suspend-whatsapp:hover #whatsapp-popup,
#suspend-weixin:hover #weixin-popup,
#suspend-email:hover #email-popup {
	display: block;
}

#register-form .form-group {
	padding: 8px 0;
}
#register-form .form-control {

}
#register-form .btn {
	font-size: 1.2rem;
	width: 100%;
}

#languageModal ul {
	list-style: none;
	display: flex;
}

.icon-facebook {
	color: #3b5998;
}
.icon-linkedin {
	color: #377ca5;
}

@media (min-width: 768px) {
	.navbar {
		justify-content: space-between;
	}
	.navbar-collapse {
		flex-grow: inherit;
		padding-left: 20px;
	}
	.nav-item {
		height: 80px;
		display: flex;
		align-items: center;
	}
	.header-navbar .navbar-nav .nav-link {
		padding-left: 1.3rem;
		padding-right: 1.3rem;
	}
	.dropdown-menu {
		top: 80px;
	}
}

@media (min-width: 1200px) {
	.container {
		max-width: 1200px;
	}
	.detail-title h1 {
		font-size: 2rem;
	}
	.article-desc {
		max-width: 90%;
		margin: 0 auto;
	}
	.news-center .list-item:nth-child(4) {
		display: none;
	}
}

@media (min-width: 1500px) {
	.container {
		max-width: 1500px;
	}
}

@media (max-width: 768px) {
	.display-pc {
		display: none !important;
	}
	.display-mob {
		display: inherit !important;
	}
	.header-navbar {
		width: 100%;
	}
	.header-fixed .container {
		padding-top: 5px;
		padding-bottom: 5px;
	}

	.navbar-expand-lg .navbar-toggler {
		display: block;
	}
	.header-top {
		display: none;
	}
	.header-top .navbar {
		display: flex;
	}
	.header-top img {

	}
	.header-top .search-form {
		position: static;
		padding: 0;
	}
	.header-top .search-form > div {
		flex-direction: row-reverse;
	}
	.header-top .search-form .search-input {
		width: auto;
	}
	.header-top .search-form .search-text {
		display: none;
	}
	.header-top .search-form .search-submit {
		padding: 5px 10px;
		background: transparent;
	}
	.header-submenu .submenu-item {
		width: 20%;
	}
	#category-2-submenu .submenu-item {
	    width: 33.33333333%;
	}
	.nav-pad {
		height: 65px;
	}
	.nav-item.active > .nav-link span::after {
		width: 0;
	}
	.swiper-text {
		display: none;
	}
	.title1 {
		font-size: 1.5rem;
	}
	.breadcrumb-txt {
		font-size: 1rem;
		text-shadow: 0px 1px 2px rgba(0,0,0,0.3);
		font-weight: bold;
		position: absolute;
		width: 100%;    
		display: flex;
		align-items: center;
		justify-content: center;
		color: white;
		height: 100%;
	}
	.breadcrumb-img img {
		object-fit: cover;
		height: 150px;
	}

	.product-category .navbar-toggler-icon {
		width: 20px;
		height: 2px;
		margin: 5px 0;
		background-image: unset;
		transition: 0.3s;
		display: block;
		background-color: rgba(0, 0, 0, 0.8);
	}

	.industry-cases .card-title {
	    position: static;
	    background: no-repeat;
	    color: #333;
	    font-size: 12px;
	    padding: 5px 0;
	    height: auto;
	}
	.industry-cases .list-item:nth-child(3) {
		display: none;
	}

	.n-case-item .card-title {
	    font-size: 12px;
	    padding: 5px 0;
	    height: auto;
	}

	.category-group-item a {
		font-size: 12px;
		padding: 10px 5px;
	}
	
	.product-list .list-wrapper {
		width: 50%;
	}

	.o-list .o-list-item:nth-child(2n),
	.o-list .o-list-item {
		flex-direction: column;
	}
	.o-list .o-list-item .card-pic {
		width: 95%;
	}
	.o-list .o-list-item:nth-child(2n) .card-body,
	.o-list .o-list-item .card-body {
		padding: 10px 15px 0 15px;
	}

	.p-list > div {
		padding-bottom: 0;
	}
	.p-list .inner-text {
		padding: 5px 0 0;
	}
	.p-list.row {
		--bs-gutter-x: 0.5rem;
	}

	.n-list .n-list-item {
		flex-direction: column;
	}
	.n-list .n-list-item .card-pic {
		width: 100%;
	}
	.n-list-5 .row {
		--bs-gutter-x: 0.5rem;
		--bs-gutter-y: 0.5rem;
	}
	.n-article-item {
		padding: 0 0 10px;
	}
	.n-article-item .card-pic a {
		width: 100%;
	}
	.n-article-item .card-title {
		font-size: 14px;
	}
	.statistics .number {
		font-size: 2.75rem;
	}
	.certificate {
		padding-left: 15px;
		padding-right: 15px;
	}
	.product-category .category-bg {
		height: 280px;
		margin-bottom: 5px;
	}

	.customerize .gradient {
		font-size: 1.2rem;
	}
	.customerize .iconfont {
		font-size: 3rem;
		width: 80px;
		line-height: 80px;
		margin: 0 15px;
	}
	.customerize .desc {
		font-size: 0.8rem;
	}
	.culture-img,
	.culture-txt {
		position: static;
		width: 100%;
		flex: 0 0 100%;
	}
	.news-center h5 {
		font-size: 14px;
	}
	.property-title {
		font-size: 1.5rem;
	}
	
	.module-tabs-4 {
		flex-wrap: wrap;
	}
	.module-tabs-4 .category-group-item {
		width: 33%;
		flex: 1 0 auto;
	}
	.module-tabs-5 {
		flex-wrap: wrap;
	}
	.module-tabs-5 .category-group-item {
		width: 20%;
		flex: 1 0 auto;
	}

	.tabs-title {
		width: 100%;
		flex: 1 0 auto;
		padding-left: 1rem;
		padding-top: .5rem;
	}
	
	.foot-nav {
		flex-wrap: wrap;
	}
	.foot-nav .foot-category {
		display: none;
	}
	.foot-company .foot-contact,
	.foot-nav .message {
		width: 100%;
		max-width: 100%;
	}

	.service-process ul li {
		width: 45%;
	}

	.detail-desc img {
		max-width: 80%;
	}
}