
:root {
	--main-color: #ff6a00;
}

body {
	font-family: Helvetica, arial, sans-serif;
	background: #fff;
}

a {
	color: var(--bs-body-color);
	text-decoration: none;
}
a:hover {
	color: var(--main-color);
}

/* latin */
@font-face {
  font-family: 'Agency-Bold';
  font-display: swap;
  src: url(../fonts/agency-bold.ttf) format('truetype');
}

.header-help {
	background: #000;
	color: white;
	font-size: 14px;
	position: fixed;
	z-index: 999;
	width: 100%;
	display: none;
}
.header-help a {
	color: white;
}
.header-help > div > div {
	margin-right: 30px;
}

.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-color);
	border-radius: 10px;
	color: white;
	padding: 3px 10px;
}

.header-top {
	z-index: 999;
	width: 100%;
	background: #fff;
}
.header-top img {
	padding: 15px 0;
}
.header-top .search button {
	color: #eb38aa;
	border: 1px solid #eb38aa;
}
.header-top .search .mr-sm-2 {
	width: 150px;
}
.navbar {
	width: 100%;
	background: #454246;
}
.navbar .navbar-brand {
	display: none;
}
.navbar .navbar-nav {
	min-width: 80%;
	justify-content: space-around;
}
.navbar .navbar-nav .nav-item {
	padding: 15px 0;
}
.navbar .navbar-nav a.nav-link {
	color: #fff;
	font-size: 1.1rem;
}
.navbar .navbar-nav .active a.nav-link,
.navbar .navbar-nav .active a.nav-link:hover,
.navbar .navbar-nav a.nav-link:hover {
	color: var(--main-color);
}
.navbar-expand-lg .navbar-toggler {
	display: none;
}

.mySwiper {
	background-color: #000;
}
.mySwiper img {

}
.swiper-title {
	position: absolute;
	width: 100%;
	text-align: center;
	color: white;
	opacity: 0;
	top: 50%;
	z-index: 99;
	transform: translate(0, -50%);
}
.swiper-title .caption {
	width: 65%;
	font-size: 54px;
	margin: 0 auto;
	font-family: Oswald;
	padding-bottom: 10px;
	border-bottom: 1px solid #fff;
}
.swiper-title .summary {
	width: 55%;
	margin: 0 auto;
	line-height: 40px;
	padding-top: 10px;
	font-size: 28px;
	min-height: 80px;
}

.search-form {
	position: absolute;
	top: 50%;
	background: rgba(255, 255, 255, 0.5);
	z-index: 99;
	padding: 5px;
	border-radius: 20px;
}
.search-form .search-input {
	border: none;
	width: 500px;
	background: transparent;
}
.search-form .search-submit {
	border-radius: 20px;
	color: white;
	border: none;
	padding: 5px 20px;
	background: var(--main-color);
}


.title1 {
	font-size: 55px;
	text-transform: uppercase;
	font-family: 'Agency-Bold';
}
.title1:after {
	font-family: 'Agency-Bold';
    content: '..........';
    display: block;
    line-height: 20px;
    margin-top: -20px;
    margin-bottom: 20px;
    color: #8c8c8c;
}
.title2 {
	font-size: 1.5rem;
	font-weight: bold;
	padding: 0 0 10px;
	font-family: Oswald;
	text-transform: uppercase;
	border-bottom: 1px solid #ccc;
}
.title3 {
	font-size: 1.3rem;
}
.title5 {
	font-size: 2rem;
}
.subtitle1 {
	color: #8c8c8c;
	font-size: 21px;
}

.btn-primary {
	background-color: var(--main-color);
	border-color: var(--main-color);
}

.productSwiper {
	padding-bottom: 15px;
}
.productSwiper .list-item {
	font-size: 14px;
}
.productSwiper .list-item img {
	width: 100%;
}
.productSwiper .list-item .caption {
	padding: 5px 0 15px;
}
.productSwiper .list-item .text {
	color: #666;
}
.productSwiper .list-item .text p {
	margin-bottom: 0;
}
.productSwiper .list-item a {
	color: #333;
}
.productSwiper .list-item a:hover {
	color: var(--main-color);
}
.productSwiper .swiper-pagination {
	bottom: 0;
}

.c-list img {
	width: 100%;
}
.c-list .caption {
	text-transform: uppercase;
}

.p-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.p-list > div {
	padding-bottom: 15px;
}
.p-list .list-item {
	margin: 0 15px;
	font-size: 14px;
	background: white;
	height: 100%;
	border-radius: 10px;
	overflow: hidden;
}
.p-list .list-item img {
	width: 100%;
}
.p-list .list-item .caption {
	padding: 8px 5px 8px;
	background: #ddd;
	margin-top: 5px;
}
.p-list .list-item .caption:hover {
	background: var(--main-color);
	color: #fff;
}
.p-list .list-item .caption h6 {
	margin: 0;
	line-height: 20px;
}
.p-list .list-item .text {
	color: #666;
}
.p-list .list-item .text p {
	margin-bottom: 0;
}
.p-list .list-item a {
	color: #333;
}
.p-list .list-item a:hover,
.p-list .list-item .caption:hover a,
.p-list .list-item .caption:hover .text {
	color: #fff;
}
.p-list .caption a {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow-wrap:normal;
}


.company-item {
	position: relative;
}
.company-img {
	border-radius: 10px;
	overflow: hidden;
}
.company-img img {
	width: 100%;
}
.company-text {
	position: absolute;
	bottom: 22px;
	color: white;
	padding-left: 40px;
}
.company-text::before {
	content: "";
	background: var(--main-color);
	width: 18px;
	height: 18px;
	display: inline-block;
	margin-right: 10px;
	border-radius: 5px;
	vertical-align: text-bottom;
}

.s_list {
	display: flex;
	flex-wrap: wrap;
	padding: 5px 0;
}
.s_list .list-item {
	padding: 10px 10px;
}
.s_list img {
	width: 100%;
}

.o_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.o_list .list-item {
	padding: 20px 20px;
	font-size: 12px;
}
.o_list .title {
	font-size: 1.4rem;
	padding: 10px 0;
}
.o_list .desc {
	font-size: 1.1rem;
	color: #666;
}
.o_list img {
	width: 100%;
}
.page-link {
	color: var(--main-color);
}

h1.title {
	font-size: 1.5rem;
}

.desc1 {
	line-height: 1.5;
	padding: 0 20%;
	color: #666;
	font-size: 1.1rem;
}
.desc2 {
	color: #444;
}
.desc2 p {
	margin: 0;
}
.desc3 {
	padding: 10px 10px;
	color: #444;
}
.desc4 {
	font-size: 0.8rem;
	line-height: 1.6;
	color: #666;
}
.desc5 {
	font-size: 1rem;
	line-height: 1.6;
	color: #666;
}
.desc5 a {
	color: #444;
	text-decoration: none;
}
.desc6 {
	font-size: 1.2rem;
	line-height: 1.6;
	color: #666;
}

.work-day .bi {
	cursor: pointer;
	color: var(--main-color);
	font-size: 0.8rem;
}
#work_week span {
	display: inline-block;
	width: 40px;
}

.btn {
	padding: 0.7rem 1.5rem;
}
.more {
	border: 1px solid #eb38aa;
	padding: 10px 40px;
	color: #eb38aa;
	display: inline-block;
	margin: 10px 0 0 0;
}

.breadcrumb-bg {
	position: relative;
}
.breadcrumb-bg img {
	width: 100%;
}
.breadcrumb-bg a {
	color: var(--main-color);
}
.breadcrumb-bg .container {
	color: #eee;
	display: flex;
	height: 100%;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.breadcrumb-bg .container span {
	padding: 0 10px;
}
.breadcrumb-bg .breadcrumb-wrap {
	position: absolute;
	font-size: 22px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(3px);
    text-shadow: 1px 1px 3px #333;
}

.about1 {
	padding: 50px 0 20px 0;
}
.certificateSwiper {

}
.certificateSwiper img {
	width: 100%;
}

.category-list {
	text-align: center;
}
.category-list .pic {
	padding: 10px 20px;
}
.category-list img {
	width: 100%;
}
.category-list .txt {
	display: inline-block;
	border-radius: 10px;
	padding: 3px;
	box-shadow: 3px 3px 7px #999
}
.category-list .txt a {
	color: white;
	background: #eb38aa;
	border-radius: 10px;
	padding: 8px;
	display: inline-block;
	min-width: 150px;
}

.list-group .active {
	color: white;
	background: #eb38aa;
	border: 1px solid rgba(0,0,0,.125);
}
.list-group .active a {
	color: white;
}
.list-group .child-list {
	padding: .6rem 1.25rem
}

.card {
	text-align: center;
	margin-bottom: 1.5rem;
}
.card .card-body {
	padding: .75rem;
}
.card .card-title {
	font-size: 1rem;
	margin-bottom: 0;
}

.message .btn-outline-main {
	color: #eb38aa;
    border-color: #eb38aa;
}
.message .btn-outline-main:hover {
    color: #fff;
    background-color: #eb38aa;
    border-color: #eb38aa;
}

.news-wrap {
	padding: 20px 16px;
	border-radius: 10px;
}
.news-heading {
	font-size: 22px;
	color: var(--main-color);
	padding-bottom: 10px;
}
.news-item {
	padding: 0 0 13px;
}
.news-img {
	width: 100px;
	height: 100px;
	flex: 1 0 auto;
	background: #eeeeee;
	margin-right: 8px;
}
.news-text {
	width: 100%;
	background: #f7f7f4;
	padding: 15px 25px;
}

.image-summary {
	width: 90%;
}
.image-summary .title {
	line-height: 2rem;
}
.image-small-list p {
	float: left;
	cursor: pointer;
	margin: 5px 10px 5px 0;
	border: 2px solid #fff;
}
.image-small-list p.active {
	border-color: var(--main-color);
}
.image-small-list img {
	width: 70px;
}

.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;
}

.footer {
	color: #eee;
	background: #454246;
}
.footer-caption {
	font-size: 1.5rem;
	text-transform: uppercase;
	font-family: 'Agency-Bold';
}
.footer-caption:after {
	font-family: 'Agency-Bold';
    content: '..........';
    display: block;
    line-height: 20px;
    margin-top: -5px;
    margin-bottom: 20px;
    color: #8c8c8c;
}
.footer-link a {
	display: block;
	color: #8c8c8c;
	line-height: 30px;
}
.copyright {
	color: #8c8c8c;
	text-align: center;
	padding: 0.5rem 0 0.7rem;
	background: rgba(0,0,0,.4);
}

#inquiry .start {
	position: fixed;
	bottom: 15px;
	right: 15px;
	color: white;
	font-size: 20px;
	cursor: pointer;
	line-height: 60px;
	text-align: center;
	background-color: var(--main-color);
	border-radius: 60px;
	width: 60px;
	height: 60px;
	z-index: 11111;
	box-shadow: 2px 2px 7px #999;
}

#inquiry .close {
	position: fixed;
	bottom: 15px;
	right: 15px;
	color: white;
	font-size: 20px;
	cursor: pointer;
	line-height: 60px;
	text-align: center;
	background-color: gray;
	border-radius: 60px;
	width: 60px;
	height: 60px;
	z-index: 11111;
	box-shadow: 2px 2px 7px #999;
}
#inquiry-form {
	position: fixed;
	bottom: 95px;
	right: 15px;
	font-size: 16px;
	width: 300px;
	box-shadow: 2px 2px 7px #999;
	background: white;
	max-height: calc(100vh - 100px);
	overflow-y: auto;
	z-index: 1999;
	border-radius: 5px;
}
#inquiry-form .title {
	color: white;
	padding: 20px 0;
	font-size: 1rem;
	background: var(--main-color);
}
#inquiry-form .form-group {
	padding: 6px 0;
}
#inquiry-form .form-control,
#inquiry-form .btn {

}
#inquiry-form .form-control {
	padding: 0.7rem 0.75rem
}
#inquiry-form form {
	padding: 10px 20px 20px;
}

#whatsapp .start {
	position: fixed;
	bottom: 85px;
	right: 15px;
	color: white;
	font-size: 20px;
	cursor: pointer;
	line-height: 60px;
	text-align: center;
	background-color: var(--main-color);
	border-radius: 60px;
	width: 60px;
	height: 60px;
	z-index: 11111;
	box-shadow: 2px 2px 7px #999;
}
#whatsapp .close {
	position: fixed;
	bottom: 85px;
	right: 15px;
	color: white;
	font-size: 20px;
	cursor: pointer;
	line-height: 60px;
	text-align: center;
	background-color: gray;
	border-radius: 60px;
	width: 60px;
	height: 60px;
	z-index: 11111;
	box-shadow: 2px 2px 7px #999;
}
#whatsapp-popup {
	position: fixed;
	bottom: 90px;
	right: 60px;
	font-size: 18px;
	padding: 10px 30px 10px 15px;
	box-shadow: 2px 2px 7px #999;
	z-index: 1999;
	border-radius: 20px 0 0 20px;
	color: white;
	background-color: var(--main-color);
}
#whatsapp-popup a {
	color: white;
}

#contact-form .form-group {
	padding: 8px 0;
}
#contact-form .form-control {

}
#contact-form .btn {
	font-size: 1.2rem;
	width: 100%;
}
#register-form .form-group {
	padding: 8px 0;
}
#register-form .form-control {

}
#register-form .btn {
	font-size: 1.2rem;
	width: 100%;
}

@media (min-width: 768px) {
	.header-top .navbar {
		/* justify-content: space-between; */
	}
	.header-top .navbar-collapse {
		flex-grow: inherit;
		width: 100%;
		justify-content: center;
	}
	.header-top .navbar-nav .nav-link {
		padding-left: 1rem;
		padding-right: 1rem;
	}
	.header-top form {
		display: none;
	}
	.container {
		max-width: 1200px;
	}
	.breadcrumb {
		padding-top: 10px;
	}
}

@media (max-width: 768px) {
	.header-top .navbar {
		display: flex;
	}
	.header-top img {
		height: 20px;
	}
	.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;
	}

	.pc-banner form {
		display: none;
	}

	.swiper-title .caption {
		font-size: 22px;
		margin: 0 auto;
		width: 75%;
		font-family: Oswald;
		padding-bottom: 3px;
		border-bottom: 1px solid #fff;
	}
	.swiper-title .summary {
		width: 65%;
		margin: 0 auto;
		line-height: 20px;
		padding-top: 10px;
		font-size: 16px;
	}
}