
:root {
	--main-rgb1: 0, 32, 96;
	--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 {
	position: fixed;
	z-index: 999;
	width: 100%;
	transition: .5s;
	text-shadow: 0px 1px 2px rgba(0,0,0,0.3);
}
.header-fixed {
	background: #fff;
	box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.4);
	text-shadow: none;
}

.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 {
	border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.header-top .logo {
	height: 70px;
}
.header-top .search-icon,
.header-top .language-icon {
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, 0.8);
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
	margin: 0 0 0 20px;
	cursor: pointer;
}
.header-fixed .search-icon,
.header-fixed .language-icon {
	color: #333;
	border: 1px solid rgba(0, 0, 0, 0.5);
}
.header-top .language-icon {
	margin: 0 0 0 10px;
}
.inquiry-btn {
	padding: 0 0 0 1rem;
}
.inquiry-btn a {
	color: rgba(255, 255, 255, 0.8);
	border-radius: 10px;
	padding: 0.55rem 1.5rem;
	border: 1px solid rgba(255, 255, 255, 0.8);
}
.header-fixed .inquiry-btn a {
	color: white;
	background: var(--main-color2);
}

.search-form {
	position: absolute;
	top: 0;
	background: white;
	z-index: 99;
	padding: 5px;
	width: 100%;
	height: 80px;
}
.search-form form {
	flex: 1 0 auto;
}
.search-form .search-input {
	border: none;
	width: 80%;
	height: 50px;
	font-size: 1.2rem;
	background: transparent;
	outline: none;
}
.search-form .search-submit {
	border-radius: 20px;
	color: white;
	border: none;
	padding: 5px 20px;
	background: var(--main-color1);
}
.search-form .close-search-icon .iconfont {
	font-size: 1.5rem;
	cursor: pointer;
}

.header-top .search .mr-sm-2 {
	width: 150px;
}
.navbar {
	padding-top: 0rem;
	padding-bottom: 0rem;
}
.navbar .navbar-nav a.nav-link {
	color: #fff;
	font-size: 1.1rem;
}
.navbar .navbar-nav a.nav-link:hover,
.navbar .navbar-nav a.nav-link:focus {
	color: #fff;
}
.navbar .logo2 {
	display: none;
}
.header-fixed .navbar .logo1 {
	display: none;
}
.header-fixed .navbar .logo2 {
	display: block;
}
.header-fixed .navbar .navbar-nav a.nav-link {
	color: #333;
}

.nav-item > .nav-link span::after {
    content: "";
    position: absolute;
    left: 1rem;
    bottom: 20px;
    height: 2px;
    width: 0px;
    background-color: var(--main-color2);
    transition: width 0.3s ease-in-out;
}
.nav-item > .nav-link:hover span::after {
	width: calc(100% - 2rem);
}
.nav-item.active > .nav-link span::after {
	width: calc(100% - 2rem);
}
.navbar-expand-lg .navbar-toggler {
	display: none;
}
.navbar-light .navbar-toggler {
	border-color: rgba(255, 255, 255, 0.8);
}
.header-fixed .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;
	background-color: rgba(255, 255, 255, 0.8);
	transition: 0.3s;
	display: block;
}
.header-fixed .navbar-light .navbar-toggler-icon {
	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;
}

.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;
}
.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 {
	background: #f5f5f5;
	height: 100%;
	transition: 0.5s;
	overflow: hidden;
	border-bottom: 2px solid #ddd;
	box-shadow: 0px 0px 3px rgba(0,0,0,0.1);
}
.p-list .list-item:hover {
	transform: translateY(-5px);
	box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
	border-bottom: 2px solid var(--main-color2);
}
.p-list .list-item .thumb {
	display: block;
	overflow: hidden;
}
.p-list .list-item img {
	width: 100%;
	transition: 0.5s;
}
.p-list .list-item: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;
	border-radius: 10px;
}
.n-list .n-list-item img {
	width: 100%;
	transition: 0.5s;
}
.n-list .n-list-item:hover img {
	transform: scale(1.1);
}

.n-solution-item .card-pic img {
	aspect-ratio: 1.8;
	object-fit: cover;
}
.n-download-item .card-link {
	background: #f5f5f5;
	border: 1px solid #eee;
	padding: 10px 15px;
}

.n-download-item .card-title {
	padding: 0 0 10px;
}
.n-download-item:hover .card-link {
	background: var(--main-color1);
	color: white;
}
.n-download-item:hover .card-title {
	color: var(--main-color2);
}
.n-case-item .n-list-card {
	background: #fff;
	height: 100%;
	transition: 0.5s;
	overflow: hidden;
	padding: 15px 20px;
	border-bottom: 5px solid #ddd;
	box-shadow: 0px 5px 10px rgba(0,0,0,0.2);
}
.n-case-item .n-list-card:hover {
	border-bottom: 5px solid var(--main-color2);
}
.n-case-item .n-list-card .thumb {
	display: block;
	overflow: hidden;
}
.n-case-item .n-list-card img {
	width: 100%;
	transition: 0.5s;
}
.n-case-item .n-list-card:hover img {
	transform: scale(1.1);
}
.n-case-item .card-title {
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow-wrap: normal;
}

.n-case-item .card-text {
	color: #999;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow-wrap: normal;
}
.n-article-item .n-list-card {
	background: #fff;
	height: 100%;
	transition: 0.5s;
	overflow: hidden;
	padding: 15px 20px 0;
	border-bottom: 5px solid #ddd;
	box-shadow: 0px 3px 8px rgba(0,0,0,0.2);
}
.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 {
	border-bottom: 5px solid var(--main-color2);
}
.n-article-item .n-list-card:hover a {
	color: var(--main-color2);
}
.first-news {
	background: #fff;
	height: 100%;
	transition: 0.5s;
	overflow: hidden;
	margin: 0;
	border-bottom: 5px solid #ddd;
	box-shadow: 0px 1px 8px rgba(0,0,0,0.2);
}
.first-news > div {
	padding: 0;
}
.first-news img {
	aspect-ratio: 2;
	object-fit: cover;
}
.first-news .card-body {
	padding: 15px;
}
.first-news .card-body .tips, 
.first-news .card-body .card-date {
	color: #999;
}
.first-news .card-body a:hover {
	color: var(--main-color2);
}

.product-summary {
	flex-direction: column;
}
.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));
}

.trade-title {
	color: #555;
}

.detail-product-trade {
	background: rgb(var(--light-gray));
	padding: 1rem;
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
}
.detail-product-trade .trade-list {
	background: white;
	padding: 0.5rem 0.75rem;
}
.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 {
	border: 1px solid rgb(228, 228, 231);
	border-radius: 8px;
	padding: 5px;
	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;
}

.service-process .title::after {
    display: block;
    content: "";
    width: 3.5rem;
    height: .2rem;
    background: var(--main-color2);
    margin-top: .56rem;
    margin: 0 auto;
}
.service-process ul {
	display: flex;
	flex-wrap: wrap;
	margin-top: 3.5rem;
	margin-bottom: 1.5rem;
}
.service-process ul li {
	width: 20%;
	text-align: center;
	padding: 0 2rem;
	margin-bottom: 3.5rem;
	position: relative;
	list-style: none;
}
.service-process ul li::before {
	display: block;
	content: "";
	width: 100%;
	height: .06rem;
	background: var(--main-color2);
	position: absolute;
	top: 1.865rem;
	z-index: 1
}
.service-process ul li::after {
	display: inline-block;
	content: "\e638";
	font-family: iconfont;
	position: absolute;
	width: 1.5rem;
	height: 1.5rem;
	font-size: 1.5rem;
	line-height: 1.8rem;
	z-index: 5;
	background: #fff;
	top: 1rem;
	right: 0;
	color: var(--main-color2);
}
.service-process ul li i {
	display: inline-block;
	width: 3.8rem;
	height: 3.8rem;
	line-height: 2.8rem;
	border: .5rem solid #fff;
	background-color: var(--main-color2);
	border-radius: 50%;
	text-align: center;
	font-style: normal;
	color: #fff;
	position: relative;
	z-index: 5
}

.solution-list img {
	width: 100%;
	transition: 0.5s;
	max-width: 100%;
}
.solution-list .solution-item:hover img {
	transform: scale(1.1);
}
.solution-item {
	padding-bottom: 10px;
}
.solution-item-img {
	overflow: hidden;
	border-radius: 10px;
}
.solution-item-img img {
	aspect-ratio: 2;
	object-fit: cover;
}
.solution-item-txt {
	font-size: 20px;
}

.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;
}

.statistics {
	background-image: url(../images/map.svg);
	background-size: contain;
	background-attachment: fixed;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
.statistics .title {
	color: var(--main-color2);
}
.statistics .number {
	font-size: 3.75rem;
	font-weight: bold;
}
.statistics .summary {
	font-size: 1.25rem;
}
.statistics .row {
	color: #333;
	padding-left: 5vw;
}

.light-gray-bg {
	background: rgb(var(--light-gray));
}
.culture-img {
	position: sticky;
	top: 0;
	flex: 0 0 30%;
	width: 30%
}
.culture-img img {
	max-width: 100%;
	border-radius: 10px;
}
.culture-txt {
	flex: 0 0 40%;
	width: 40%;
	font-size: 1.2rem;
}
.culture-txt .title {
	color: var(--main-color2);
	font-size: 3rem;
}
.culture-txt-item {
	background: white;
	border-radius: 15px;
	padding: 70px 20px;
}

.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;
}

.breadcrumb {
	margin: 0;
}
.breadcrumb-text {
	font-size: 14px;
}
.breadcrumb-bg {
	color: white;
	padding: 100px 0;
	text-align: center;
	background: url(../images/breadcrumb1.webp) right center no-repeat;
	background-size: cover;
}
.breadcrumb-bg a {
	color: white;
}
.breadcrumb-bg .caption {
	font-size: 2.5rem;
}
.breadcrumb ol {
	list-style: none;
	padding: 0;
	margin: 0;
}
.breadcrumb li {
	display: inline-block;
}

.about-us img {
	width: 100%;
}
.about-us .summary {
	color: #666;
	font-size: 0.9rem;
}
.about-us .about-gou {
	display: flex;
	font-size: 0.9rem;
	padding: 0 0 10px;
}
.about-us .about-gou .iconfont {
	color: white;
	background: var(--main-color2);
	border-radius: 50%;
	width: 18px;
	height: 18px;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	flex: 1 0 auto;
	margin: 3px 10px 0 0;
}
.about-us .us-pic {
	width: 95%;
}
.about-us .us-pic,
.about-us .machine-pic {
	border-radius: 10px;
	overflow: hidden;
}
.about-us .machine-pic {
	position: absolute;
	right: 10px;
	bottom: 0;
	display: inline-block;
	width: 40%;
	border: 5px solid white;
}
.about-workshop {
	background: #0f1e3b;
}
.about-workshop .icon svg {
	fill: white;
	width: 16px;
}
.about-workshop .list-item .pic {
	border-radius: 25px;
	overflow: hidden;
}
.about-workshop .list-item img {
	width: 100%;
	transition: 0.5s;
}
.about-workshop .list-item:hover img {
	transform: scale(1.1);
}
.about-statistics .list-item > div {
	padding-right: 20px;
	font-weight: bold;
}
.about-statistics .list-item .summary {
	padding-right: 40px;
}

.about-certificate {
	background: #0f1e3b;
}
.about-certificate .icon svg {
	fill: white;
	width: 16px;
}

.distributor-text-1 .title {
	padding-right: 4rem;
	font-size: 4.5rem;
	line-height: 86px;
	margin-bottom: 1rem;
}
.distributor-text-1 .summary {
	padding-right: 4rem;
    margin-bottom: 1.5rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
}
.distributor-text-2 {
	line-height: 1.5;
}
.distributor-list-1 a {
	color: white;
}
.distributor-list-1 .thumb {
	background: black;
}
.distributor-list-1 .thumb img {
	opacity: 0.9;
}
.distributor-list-1 .distributor-list-item {
	border-radius: 10px;
	overflow: hidden;
	position: relative;
}
.distributor-list-1 .more {
	position: absolute;
	bottom: 0;
	width: 100%;
	border-top: 1px solid #ccc;
	background: rgba(0, 0, 0, 0.3);
	padding: 1.2rem 1.5rem;
}
.distributor-list-1 .title {
	position: absolute;
	width: 100%;
	top: 0;
	padding: 1.5rem;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
}
.distributor-form {
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	background: white;
	padding: 0.5rem;
	margin: 2rem 1rem;
}

.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-ways .d-flex {
	align-items: center;
	min-height: 90px;
	border-radius: 10px;
	padding: 0 10px;
	transition: 0.5s;
}
.contact-ways .d-flex:nth-child(2n) {
	background: #f5f5f5;
}
.contact-ways .d-flex:hover {
	transform: translateX(5px);
}
.contact-ways .icon {
	padding: 0 25px 0 0;
}
.contact-ways .icon-bg {
	width: 55px;
	height: 55px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}
.contact-ways .icon-bg span {
	font-size: 2rem;
}
.contact-ways .summary {
	font-size: 1.3rem;
}

.contact-form {
	padding: 30px 30px 40px;
	background: #f5f4f4;
}

.image-summary {
	color: var(--main-color2);
}
.image-summary h1.title {
	font-size: 2.5rem;
	font-weight: bold;
}
.image-small-list p {
	float: left;
	cursor: pointer;
	margin: 5px 10px 5px 0;
	border: 2px solid #fff;
	border-radius: 8px;
	overflow: hidden;
}
.image-small-list p.active {
	border-color: var(--main-color2);
}
.image-small-list img {
	width: 80px;
}

.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: #0f1e3b;
	overflow: hidden;
	font-size: 0.9rem;
}
.footer .form-control {
	font-size: 0.8rem;
}
.foot-company {
	display: flex;
	justify-content: space-between;
	color: #999;
	padding: 1.5rem 0 1rem;
	border-bottom: 1px solid #666;
}
.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;
}

#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) {
	.header-top .navbar {
		justify-content: space-between;
	}
	.header-top .navbar-collapse {
		flex-grow: inherit;
		padding-left: 20px;
	}
	.header-top .nav-item {
		height: 80px;
		display: flex;
		align-items: center;
	}
	.header-top .navbar-nav .nav-link {
		padding-left: 0.8rem;
		padding-right: 0.8rem;
	}
	.dropdown-menu {
		top: 80px;
	}
	#category-1 .dropdown-menu {
		display: none;
	}
}

@media (min-width: 1200px) {
	.container {
		max-width: 1200px;
	}
	.detail-title h1 {
		font-size: 2rem;
	}
	.article-desc {
		max-width: 80%;
		margin: 0 auto;
	}
}

@media (min-width: 1500px) {
	.container {
		max-width: 1500px;
	}
}

@media (max-width: 768px) {
	.display-pc {
		display: none !important;
	}
	.display-mob {
		display: inherit !important;
	}

	.navbar-expand-lg .navbar-toggler {
		display: block;
	}
	.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;
	}
	
	.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;
	}

	.n-list .n-list-item {
		flex-direction: column;
	}
	.n-list .n-list-item .card-pic {
		width: 100%;
	}

	.certificate {
		padding-left: 15px;
		padding-right: 15px;
	}

	.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;
	}
	.property-title {
		font-size: 1.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%;
	}
}