body {
	font-family: 'YuGothic','Roboto', sans-serif;
	font-weight: 400;
	color:#111;
}

img {
	max-width: 100%;
}

a {
	transition: 0.3s;
}

a:hover {
	transition: 0.3s;
	text-decoration: none;
}

.custom-body {
	position: relative;
	overflow: hidden;
}

.main-sidebar {
	position: fixed;
	width: 280px;
	height: 100%;
	background-color: #fff;
}

.main-sidebar .logo {
	display: block;
	margin: 30px auto;
	text-align: center;
}

.main-sidebar .menu-group .g-title {
	color:#fff;
	padding: 15px 20px;
	font-size: 18px;
	background: rgb(51,51,51);
	background: linear-gradient(90deg, rgba(51,51,51,1) 0%, rgba(0,0,0,1) 100%);
}

.main-sidebar .menu-group ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.main-sidebar .menu-group > ul > li {
	display: block;
	position: relative;
}

.main-sidebar .menu-group > ul > li:after {
	content: "\f054";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	position: absolute;
	right: 15px;
	top:24px;
	transform: translateY(-50%);
	color:#dddddd;
}

.main-sidebar .menu-group > ul > li > a {
	display: block;
	padding: 12px 15px;
	color:#111111;
	font-size: 16px;
}

.main-sidebar .menu-group > ul > li > a:hover {
	background-color: #eee;
}

.main-sidebar .menu-group > ul > li > ul.sub-menu {
	display: none;
	background-color: #333333;
	padding: 8px;
	padding-left: 30px;
}

.main-sidebar .menu-group > ul > li > ul.sub-menu > li {
	margin: 5px 0;
}

.main-sidebar .menu-group > ul > li > ul.sub-menu li a {
	color:#fff;
	font-size: 14px;
}

.main-sidebar .contact-button {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	font-size: 18px;
	padding: 15px;
	display: block;
	color:#fff;
	background: rgb(141,195,62);
	background: linear-gradient(90deg, rgba(141,195,62,1) 0%, rgba(128,178,56,1) 100%);
}

.main-sidebar .contact-button i {
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
}

.section-top {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	min-height: 100vh;
	position: relative;
	/*background-image: url('../img/top-banner.jpg');*/

}

.section-top .top-banner-text-box {
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	background-color: rgba(0,0,0,0.6);
}

.section-top .top-banner-text-box .inner-top {
	padding-left: 60px;
}

.section-top .top-banner-text-box .inner-top h3{
	color:#8dc33e;
	font-style: italic;
	padding: 12px 0;
	border-top: 2px solid #8dc33e;
	border-bottom: 2px solid #8dc33e;
	display: inline-block;
	font-size: 30px;
}

.section-top .top-banner-text-box .inner-top h4 {
	color:#fff;
	font-size: 28px;
	margin: 30px 0;
}

.section-top .top-banner-text-box .inner-top h1 {
	color:#8dc33e;
	font-size: 60px;
	margin: 30px 0;
}

.contact-button {
	font-size: 18px;
	padding: 15px;
	display: inline-block;
	width: 250px;
	max-width: 100%;
	color:#fff;
	position: relative;
	background: rgb(141,195,62);
	background: linear-gradient(90deg, rgba(141,195,62,1) 0%, rgba(128,178,56,1) 100%);
}

.contact-button i {
	position: absolute;
	right: 15px;
	top: 18px;
}

.contact-button:hover {
	color:#fff;
}

.section-top .arrow-down {
	position: absolute;
	left: 50%;
	bottom: 30px;
	transform: translateX(-50%);
	font-size: 48px;
	line-height: 1em;
	color:#fff;
	text-align: center;
}

.section-top .arrow-down span {
	display: block;
	font-size: 12px;
	line-height: 1em;
	text-align: center;
}

.section-top .vdo-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	z-index:-1;
	object-fit: cover;
}

.news-bar .one-news {
	display: block;
	padding: 10px;
	color:#111;
}

.news-bar .one-news span {
	font-style: italic;
}

.news-bar .one-news span.the-time {
	font-size: 14px;
	padding: 0 10px;
}

.section-padding {
	padding: 60px 0;
}

.section-gray {
	background-color: #f5f5f5;
}

.white-box {
	padding: 35px 30px;
	background-color: #fff;
	margin-bottom: 60px;
	border-bottom: 1px solid #e9e9e9;
}

.main-title {
	text-align: center;
	margin-bottom: 30px;
}

.main-title h3 {
	display: block;
	font-size: 16px;
	color:#d2d2d2;
	font-weight: bold;
}

.main-title h2 {
	display: inline-block;
	font-size: 30px;
	color:#111;
}

.main-title p {
	color:#111;
	padding: 15px 0;
	margin: 0;
}

.cover-company-box .c-title {
	font-size: 20px;
	padding: 8px;
	border:2px solid #111;
	text-align: center;
	margin-bottom: 30px;
}

.cover-company-box .comp-box h3 {
	font-size: 16px;
	text-align: center;
	margin: 0;
}

.cover-company-box .comp-box .comp-img {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	margin: 8px 0;
}

.cover-company-box .comp-box .comp-img:after {
	content: "";
	display: block;
	padding-bottom: 65%;
}

.cover-button-center {
	margin: 30px auto;
	text-align: center;
}

.green-more-btn {
	display: inline-block;
	padding: 15px 60px;
	color:#fff;
	position: relative;
	border:none;
	background: rgb(141,195,62);
	background: linear-gradient(90deg, rgba(141,195,62,1) 0%, rgba(128,178,56,1) 100%);	
}

.green-more-btn:after {
	transition: 0.3s;
	content: "";
	width: 20px;
	height: 18px;
	background-image: url('../img/arrow-right.png');
	background-repeat: no-repeat;
	background-size: initial;
	background-position: right center;
	position: absolute;
	right: 15px;
	top: 15px;
}

.green-more-btn:hover {
	color:#fff;
}

.green-more-btn:hover:after {
	transition: 0.3s;
	right: 10px;
}

.gray-cover-button {
	padding: 30px;
	background-color: #f5f5f5;
	text-align: center;
}

.cover-business {
	margin-bottom: 60px;
}

.cover-business .one-business p {
	font-size: 15px;
	line-height: 1.6em;
}

.cover-business .one-business .business-img {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.cover-business .one-business .business-img:after {
	content: "";
	display: block;
	padding-bottom: 40%;
}

.cover-business .one-business {
	margin-bottom: 30px;
}

.cover-cs {
	margin-bottom: 60px;
}

.cover-cs .one-cs {
	display: block;
}

.cover-cs .one-cs .cs-img {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
}

.cover-cs .one-cs .cs-img:after {
	content: "";
	display: block;
	padding-bottom: 58%;
}

.cover-cs .one-cs .cs-img .cs-tag {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 10px;
	background-color: #111;
	color:#fff;
	font-size: 14px;
}

.cover-cs .one-cs {
	color:#111;
}

.cover-cs .one-cs p {
	margin: 0;
	padding: 0;
	padding-top: 15px;
	height: 90px;
	overflow: hidden;
}

.multi-button .green-more-btn {
	margin: 0 10px;
}

.cover-news-blog {
	border-top: 1px solid #ccc;
	margin-bottom: 60px;
}

.cover-news-blog .one-news-blog {
	padding: 15px 0;
	border-bottom: 1px solid #ccc;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.cover-news-blog .one-news-blog .the-time {
	font-weight: bold;
	margin-right: 15px;
}

.cover-news-blog .one-news-blog .the-cate {
	display: block;
	padding: 2px 5px;
	background-color: #eee;
	color:#fff;
	font-size: 14px;
}

.cover-news-blog .one-news-blog .the-cate.cate-1 {
	background-color: #8dc33e;
	color:#fff;
}

.cover-news-blog .one-news-blog .the-cate.cate-2 {
	background-color: #f97d22;
	color:#fff;
}

.cover-news-blog .one-news-blog .the-title {
	margin-left: 15px;
	color:#111;
}

.trans-contact-box {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	margin-bottom: 0px;
}

.cover-contact-tel {
	margin-top: 60px;
}

.cover-contact-tel .one-contact-tel {
	margin-bottom: 30px;
}

.cover-contact-tel .one-contact-tel h3 {
	font-size: 20px;
	padding: 10px;
	background-color: #fff;
	text-align: center;
	margin-bottom: 15px;
	font-size: 16px;
}

.cover-contact-tel .one-contact-tel .inner-oc-tel {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	padding: 15px 0;
	background-color: rgba(255,255,255,0.5);
	color:#111;
}

.cover-contact-tel .one-contact-tel .inner-oc-tel .left-oc {
	width: 50%;
	text-align: right;
	padding:0 15px;
} 

.cover-contact-tel .one-contact-tel .inner-oc-tel .right-oc {
	width: 50%;
	padding:0 15px;
	border-left: 1px solid #ccc;
	text-align: center;
}

.cover-contact-tel .one-contact-tel .inner-oc-tel .right-oc .tel {
	font-size: 26px;
	color:#8dc33e;
	font-weight: bold;
}

.cover-contact-tel .one-contact-tel .inner-oc-tel .right-oc .daily-time {
	font-size: 12px;
	padding: 5px;
	border:1px solid #ccc;
	color:#666;
	text-align: center;
}

.section-menu-list {
	padding: 60px 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.menu-list-row {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.menu-list-row .menu-list-col {
	width: 20%;
	margin: 0 1%;
}

.menu-list-row .menu-list-col .menu-list ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.menu-list-row .menu-list-col .menu-list ul li {
	display: block;
	margin-bottom: 8px;
}

.menu-list-row .menu-list-col .menu-list ul li a {
	display: block;
	color:#fff;
	font-size: 15px;
}

.menu-list-row .menu-list-col .menu-list h3 {
	font-size: 16px;
	background-color: #333;
	display: block;
	padding: 12px;
	margin-bottom: 15px;
}

.menu-list-row .menu-list-col .menu-list h3 a {
	color:#fff;
}

footer {
	padding: 60px 0;
	background-color: #fff;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-image: url('../img/bg-footer.png');
}

footer .footer-address-box p {
	margin: 0;
	padding: 0;
}

.copyright {
	background-color: #f6f6f6;
	padding: 30px 0;
	color:#b9b9b9;
	font-weight: bold;
	font-size: 14px;
	position: relative;
}

.back-to-top {
	position: absolute;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	right: 30px;
	top: -25px;
	border-radius: 100%;
	background-color: #464748;
	color:#fff;
}

.back-to-top:hover {
	color:#fff;
	background-color: #000;
}

.section-bread-crumb {
	padding: 15px 0;
	background-color: #111111;
}

.custom-breadcrumb ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	color:#fff;
}

.custom-breadcrumb ul li {
	display: inline-block;
	color:#fff;
	font-size: 14px;
	margin: 0 5px;
}

.custom-breadcrumb ul li a {
	display: block;
	color:#8dc33e;
}

.section-cover {
	height: 280px;
	min-height: 40vh;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.section-cover .cover-black {
	background-color: rgba(0,0,0,0.5);
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.section-cover .cover-normal {
	background:rgba(255,255,255, 0.3);
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.section-cover .cover-black .cover-text-title {
	text-align: center;
	color:#fff;
}
.section-cover .cover-normal .cover-text-title {
	text-align: center;
	color:#fff;
}

.section-cover .cover-black .cover-text-title h1 {
	font-size: 30px;
}

.section-cover .cover-black .cover-text-title h2 {
	font-size: 20px;
	color:#8dc33e;
	font-family: 'Roboto';
	font-style: italic;
	margin-bottom: 0;
}

.company-table table {
	width: 100%;
}

.company-table table tr td {
	padding: 15px;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
}

.company-table table tr td:first-child {
	width: 20%;
}

.cover-greeting .greeting-img {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.cover-greeting .greeting-img:after {
	content: "";
	display: block;
	padding-bottom: 130%;
}

.cover-map-box {
	margin-bottom: 30px;
}

.cover-map-box h3 {
	padding:10px 15px;
	text-align: center;
	border:2px solid #111;
	font-size: 18px;
	margin: 0;
	margin-bottom: 30px;
}

.cover-map-box .inner-map-box {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
}

.cover-map-box .inner-map-box .map-left {
	width: 49%;
}

.cover-map-box .inner-map-box .map-left iframe {
	width: 100%;
	height: 200px;
	margin: 0;
	padding: 0;
}

.cover-map-box .inner-map-box .map-right {
	width: 49%;
	margin-bottom: 7px;
}

.eq-table {
	margin-bottom: 45px;
}

.eq-table h3 {
	font-size: 18px;
	padding: 12px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	text-align: center;
}

.eq-table table {
	width: 100%;
	border:2px solid #ddd;
	table-layout: fixed;
}

.eq-table table tr th {
	padding: 12px 12px;
	font-size: 14px;
	text-align: center;
	font-weight: normal;
	background-color: #f5f5f5;
	border:1px solid #eee;
}

.eq-table table tr td {
	padding: 12px 0;
	text-align: center;
	border:1px solid #eee;
	font-size: 14px;
}

.cover-history .history-img {
	margin-bottom: 30px;
}

.cover-history .history-img img {
	width: 100%;
}

.timeline-history-box {
	position: relative;
}

@keyframes theTimeline {
  from   { height: 0%; }
  to { height: 100%; }
}

.timeline-history-box:before {
	content: "";
	position: absolute;
	left: -2px;
	display: inline-block;
	height: 0%;
	width: 4px;
	background-color: #ccc;
}

.timeline-history-box.playAnimate:before {
	animation-name: theTimeline;
	animation-duration: 4s;
	animation-delay: 1s;
	animation-fill-mode: both;
}

.timeline-history-box .one-history {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	font-size: 14px;
}

.timeline-history-box .one-history:last-child {
	padding-bottom: 0;
}

.timeline-history-box .one-history .history-date {
	width: 30%;
	padding: 15px;
	padding-left: 30px;
	position: relative;
}
.timeline-history-box .one-history .history-content {
	width: 70%;
}

.timeline-history-box .one-history .history-date:before {
	content: "";
	position: absolute;
	left: -5px;
	top: 21px;
	width: 10px;
	height: 10px;
	background-color: #000;
	border-radius: 100%;
}

.timeline-history-box .one-history .history-content {

}

.guideline-table h3 {
	padding: 10px;
	background-color: #f5f5f5;
	color:#111;
	font-size: 18px;
	text-align: center;
	margin-bottom: 30px;
}

.guideline-table table {
	width: 100%;
	border-top: 1px solid #dddddd;
}

.guideline-table table tr td {
	padding: 10px;
	font-size: 14px;
	vertical-align: top;
	border-bottom: 1px solid #dddddd;
}

.guideline-table table tr td:first-child {
	width: 18%;
}

.guideline-table table tr:nth-child(even) {
	background-color: #f5f5f5;
}

.cover-s-emp .one-emp {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #ccc;
}

.cover-s-emp .one-emp:last-child {
	border:none;
}

.cover-s-emp .one-emp .emp-content h3 {
	font-size: 18px;
}

.cover-s-emp .one-emp .emp-content p {
	word-break: break-all;
}

.comp-table table {
	width: 100%;
}

.comp-table table tr th {
	text-align: center;
	font-weight: normal;
	padding: 10px;
	border:1px solid #ddd;
	font-size: 14px;
}

.comp-table table tr td {
	padding: 10px;
	border:1px solid #ddd;
	font-size: 14px;
}

.comp-table table tr td a.black-tag {
	display: block;
	width: 120px;
	text-align: center;
	padding: 5px 0;
	color:#fff;
	background-color: #111;
	margin:auto;
	margin-top: 10px;
}

.comp-table table tr td:last-child,
.comp-table table tr td:first-child {
	text-align: center;
}

.jp-text img {
	width: 100%;
}

/* Contact form */

.oc-contact-form .oc-form-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	border-bottom: 1px solid #ddd;
}

.oc-contact-form .oc-form-row .oc-form-label {
	width: 25%;
	padding: 5px 15px;
	margin: 5px 0;
	border-right: 1px solid #ddd;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.oc-contact-form .oc-form-row .oc-form-label .req {
	font-size: 12px;
	padding: 0 2px;
	background-color: #cc0000;
	color:#fff;
}

.oc-contact-form .oc-form-row .oc-form-label .none-req {
	font-size: 12px;
	padding: 0 2px;
	background-color: #006dd9;
	color:#fff;	
}

.oc-contact-form .oc-form-row .oc-form-input {
	width: 75%;
	padding: 15px;
}

.oc-contact-form .oc-form-row .oc-form-input select {
	padding: 10px;
	border:1px solid #ddd;
	min-width: 250px;
}

.oc-contact-form .oc-form-row .oc-form-input input[type="text"],
.oc-contact-form .oc-form-row .oc-form-input input[type="email"],
.oc-contact-form .oc-form-row .oc-form-input textarea {
	width: 100%;
	padding: 5px 10px;
	background-color: #f4f4f4;
	border:none;
}

.oc-contact-form .oc-form-row .oc-form-input textarea {
	height: 160px;
}

.oc-contact-form .oc-form-row .oc-form-input.oc-form-select .oc-select {
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	padding: 5px 0;
	margin-right: 15px;
}

.oc-contact-form .oc-form-row .oc-form-input.oc-form-select input {
	width: 15px;
	height: 15px;
}

.oc-contact-form .oc-form-row .oc-form-input.oc-form-select label {
	margin: 0;
	margin-left: 5px;
	font-size: 14px;
}

.oc-contact-form .cover-check-box {
	text-align: center;
	padding: 30px 0;
}

.oc-contact-form .cover-button-center {
	margin: 0;
}

.single-news h1 {
	font-size: 30px;
	margin-bottom: 15px;
}

.single-news .the-date {
	font-size: 16px;
	margin: 15px 0;
	color:#ccc;
}

.single-news .the-cate {
	background-color: #84b73a;
	color:#fff;
	display: inline-block;
	padding: 5px 10px;
	margin-bottom: 15px;
}

.single-news p {
	padding: 0;
	margin: 30px 0;
}

.page-news-list .page-one-news {
	padding: 15px 0;
	border-top: 1px solid #ccc;
}

.page-news-list .page-one-news a {
	color:#111;
}

.page-news-list .page-one-news .news-img {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.page-news-list .page-one-news .news-img:after {
	content: "";
	display: block;
	padding-bottom: 55%;
}

.page-news-list .page-one-news .news-content h3 {
	font-size: 20px;
}

.page-news-list .page-one-news .news-content .the-date {
	font-size: 14px;
	color:#ccc;
	margin: 10px 0;
}

.page-news-list .page-one-news .news-content .the-cate {
	background-color: #84b73a;
	color:#fff;
	display: inline-block;
	padding: 5px 10px;
	font-size: 12px;
}

.page-news-list .page-one-news .news-content p {
	margin: 0;
	padding-top: 5px;
	word-break: break-all;
	font-size: 15px;
	height: 90px;
	overflow: hidden;
}

.qa-box .one-qa {
	margin-bottom: 30px;
}

.qa-box .one-qa .qq {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	background-color: #f5f5f5;
	margin-bottom: 15px;
}

.qa-box .one-qa .qq span.number {
	background-color: #111;
	color: #fff;
	text-align: center;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-style: italic;
}

.tech-cover-box .tech-content h4 {
	font-size: 20px;
}

.tech-cover-box .tech-content h3 {
	font-size: 20px;
	padding: 10px;
	border:2px solid #111;
}

.tech-cover-box .tech-content small {
	display: block;
	font-size: 12px;
}

.tech-cover-box .tech-content p {
	padding: 0;
	margin-top: 15px;
	margin-bottom: 30px;
}

.cover-page-work-list .single-work-box {
	display: block;
	color:#111;
	margin-bottom: 45px;
}

.cover-page-work-list .single-work-box h3 {
	padding: 8px;
	font-size: 18px;
	border:1px solid #111;
	text-align: center;
}

.cover-page-work-list .single-work-box .work-img {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	margin: 15px 0;
	background-color: #eee;
}

.cover-page-work-list .single-work-box .work-img:after {
	content: "";
	display: block;
	padding-bottom: 55%;
}

.cover-page-work-list .single-work-box p {
	height: 70px;
	overflow: hidden;
}

.clear-fix { clear: both; }

a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}

.bg-image {
	z-index: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.text-bg-top {
	z-index: 0;
	height: 400px;
	text-align: center;
	position: relative;
}
.text-bg-top .caption {
	color: #fff;
	font-size: 30pt;
	line-height: 1.7;
	padding-top: 5em;
	padding-bottom: 5em;
	font-weight: bold;
}

.blog-single .blog-content img{
	max-width: 100%;
	height: auto;
}
.blog-single .blog-content a{
   word-break: break-all;
}

.content-none {
    text-align: center;
    font-size: 20px;
    padding: 80px 10px;
}
.content-none .error-number {
    font-size: 70px;
}
.content-none .content-none-btn {
    margin: 20px auto;
    text-align: center;
}

.wrapp-button {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 15px 0;
	margin-top: 30px;
}

.wrapp-button a {
	color:#111;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 15px;
}

.wrapp-button a i {
	transition: 0.3s;
	font-size: 30px;
	margin: 0 15px;
	color:#ccc;
}

.wrapp-button a:hover i {
	transition: 0.3s;
	color:#111;
}

.page-template-p_Contact .trans-contact-box .green-more-btn {
	display: none;
}

.pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	padding: 15px 0;
	margin-top: 15px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.pagination a {
	display: block;
	padding: 5px 10px;
	color:#333;
}

.pagination span {
	display: block;
	padding: 5px 10px;
	color:#111;	
}

/*Recruit*/
.row-center {
	justify-content:center;
}
#head-recruit {
	font-size: 70px;
	color: #333333;
	font-weight: 700;
}

#recruit {
	font-size: 35px;
	color: #333333;
}

.main-title .intro h2 {
	font-size: 30px;
	color: #333333;
	line-height: 50px;
	margin-bottom:30px;
}

.requirement-btn {
	text-align:center;
	margin-bottom: 50px;
}

.requirement-btn input[type=button]
{
	background-color:#8DC33E;
	border:0;
	padding:10px 50px;
	border-radius:30px;
	font-size:35px;
	color:#fff;
    transition:0.3s;
}
.requirement-btn input[type=button]:hover {
	background-color:#5C8D16;
}

.application-btn {
	text-align:center;
	margin-bottom: 50px;
}

.application-btn input[type=button]
{
	background-color:#8DC33E;
	border:0;
	padding:10px 50px;
	border-radius:30px;
	font-size:35px;
	color:#fff;
	transition:0.3s;
}

.application-btn input[type=button]:hover {
	background-color:#5C8D16;
}

.members-voice {
	margin-bottom: 100px;
}

.members-voice .col-lg-4 {
	padding-right:0px;
	padding-left:0px;
}

.member-list {
	height: 400px;
	background-repeat: none;
	background-size: cover;
}

.members-voice h1 {
	text-align: center;
	font-size: 70px;
	margin-bottom: 25px;
	text-shadow:2px 2px #D9D9D9;
}


.members-voice .member-text {
	text-align:center;
	background-color:#000;
	color:#fff;
	font-size:30px;
	padding-bottom: 20px;;
	display: grid;
	grid-template-rows:135px;
}

.members-voice .member-text .text-title {
	padding-top:30px;
}

.members-voice .member-text hr {
	background-color:#fff;
	width:80%;
}

.members-voice .member-text .center {
	justify-content: center;
    display: flex;
    align-items: center;
}

.details {
	margin: 30px 0;
}

.fancy {
	text-align: center;
	margin-bottom: 30px;
	font-size: 50px;
}

.fancy span {
	display: inline-block;
	position: relative;
}

.fancy span:before,
.fancy span:after {
	content:"";
	position: absolute;
	border: 1px solid #000;
	top:50%;
	width: 50%;
}

.fancy span:before {
  right: 120%;
  margin-right: 15px;
}
.fancy span:after {
  left: 120%;
  margin-left: 15px;
}

.item-text {
	margin-top: 8%;
    line-height: 50px;
}

.details h3 {
	font-size: 40px;
	padding-left: 20px;
	margin-bottom: 10px;
	font-weight: 500;
}

.details h3 .green {
	color: #8DC33E;
}

.details p {
	font-weight: 300;
	font-size: 16px;
}

.item1-img {
	box-shadow: 10px 10px 3px #F0F0F0;
}

.item2-img {
	box-shadow: -10px 10px 3px #F0F0F0;
}

.item3-img {
	box-shadow: 10px 10px 3px #F0F0F0;
}

.details .row {
    margin-bottom: 100px;
}

.application h2 {
	text-align: center;
	font-size: 70px;
	margin-bottom: 80px;
	text-shadow:2px 2px #D9D9D9;
}

.application .steps {
	text-align: center;
}

.application .steps h3 {
	margin:10px 0;
	font-size: 23px;
}

.application .steps p {
	font-size: 18px;
}


.application .step-img {
	margin-bottom: 10px;
}

img.right-arrow {
	width: 20px;
	height: 20px;
	margin-top:250px;
	margin-left:30px;
	margin-right:30px;
}

.form-btn {
	text-align: center;
	margin: 50px 0;
}

.form-btn input[type=button] {
	background-color:#8DC33E;
	border:0;
	padding:12px 80px;
	border-radius:30px;
	font-size:35px;
	color:#fff;
    transition:0.3s;
}
.form-btn input[type=button]:hover {
	background-color:#5C8D16;
}

.requirements {
	text-align: center;
}

.requirements h2 {
	font-size: 70px;
	margin-bottom: 80px;
	text-shadow:2px 2px #D9D9D9;
}

.requirements .requirement-btn {
	margin: 80px 0;
}

.applications {
	text-align: center;
}

.applications h2 {
	margin-bottom: 70px;
}



/*zzzxxx*/

@media only screen and (max-width: 991px) {
  
	.main-sidebar {
		width: 100%;
		transition: 0.8s;
		transform: translateX(-100%);
		z-index: 1000;
	}

	.main-sidebar.open-side {
		transition: 0.8s;
		transform: translateX(0%);	
	}

	.body-content {
		padding: 0;
	}

	.main-title p {
		font-size: 14px;
	}

	.menu-list-row .menu-list-col {
		width: 23%;
	}

	.menu-list-row .menu-list-col .menu-list h3 {
		padding: 5px;
		font-size: 14px;
	}

	.menu-list-row .menu-list-col .menu-list ul li a {
		font-size: 13px;
	}

	.menu-list-row .menu-list-col .menu-list ul {
		padding-top: 5px;
	}

	.comp-table {
		overflow: auto;
		position: relative;
		white-space: nowrap;
	}

	.comp-table table {
		width: 800px;
	}

	.comp-table table tr td:last-child,
	.comp-table table tr th:last-child {
		position: -webkit-sticky;
		position: sticky;
		right: 0;
		background-color: #fff;
		box-shadow: -2px 0px 10px 1px rgba(0, 0, 0, 0.08);
		-moz-box-shadow: -2px 0px 10px 1px rgba(0, 0, 0, 0.08);
		-webkit-box-shadow: -2px 0px 10px 1px rgba(0, 0, 0, 0.08);
	}

	.qa-box .one-qa .qq {
		justify-content: space-between;
	}

	.qa-box .one-qa .qq span.q-title {
		width: 90%;
		line-height: 1.4em;
		font-size: 14px;
	}

	.section-bread-crumb {
		text-align: right;
	}

}

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

	.container {
		max-width: 95%;
	}

	.news-bar .one-news {
		font-size: 14px;
	}

	.m-order-1 {
		order: 1;
	}

	.cover-business .one-business p {
		padding-top: 15px;
	}

	.m-order-2 {
		order: 2;
	}

	.cover-cs .one-cs {
		margin-bottom: 30px;
	}

	.cover-news-blog .one-news-blog {
		flex-wrap: wrap;
		align-items: flex-start;
	}

	.cover-news-blog .one-news-blog .the-time {
		width: auto;
	}

	.cover-news-blog .one-news-blog .the-cate {
		width: auto;
	}

	.cover-news-blog .one-news-blog .the-title {
		width: 100%;
		margin: 0;
	}

	.multi-button .green-more-btn {
		width: 320px;
		text-align: center;
		margin: 0;
		padding: 15px 0;
		margin-bottom: 10px;
		max-width: 100%;
	}

	.green-more-btn {
		max-width: 100%;
		width: 320px;
		padding: 15px 0;
		text-align: center;
	}

	.cover-contact-tel .one-contact-tel .inner-oc-tel .left-oc,
	.cover-contact-tel .one-contact-tel .inner-oc-tel .right-oc {
		width: 100%;
	}

	.cover-contact-tel .one-contact-tel .inner-oc-tel .left-oc {
		text-align: center;
		border:none;
	}

	.menu-list-row .menu-list-col {
		margin: 0 1%;
		width: 48%;
		margin-bottom: 15px;
	}

	.section-top .top-banner-text-box .inner-top h1 {
		font-size: 40px;
	}

	.section-top .top-banner-text-box .inner-top h4 {
		font-size: 20px;
	}

	.comp-box {
		padding-bottom: 30px;
		border-bottom: 1px solid #ccc;
		margin-bottom: 30px;
	}

	.company-table table tr td {
		padding: 5px;
	}

	.company-table table tr td:first-child {
		width: 30%;
	}

	.cover-greeting p {
		padding-top: 15px;
	}

	.cover-map-box .inner-map-box {
		flex-wrap: wrap;
	}

	.cover-map-box .inner-map-box .map-left,
	.cover-map-box .inner-map-box .map-right {
		width: 100%;
		margin: 0;
	}

	.cover-map-box .inner-map-box .map-right {
		height: 220px;
	}

	.eq-table .eq-table-cover {
		overflow: auto;
	}

	.eq-table .eq-table-cover table {
		width: 480px;
	}

	.timeline-history-box .one-history {
		align-items: flex-start;
		margin-bottom: 15px;
	}

	.timeline-history-box .one-history .history-date:before {
		top: 50%;
		transform: translateY(-50%);
	}

	.timeline-history-box .one-history .history-date {
		padding: 3px;
		padding-left: 10px;
		font-size: 12px;
	}

	.guideline-table table tr td:first-child {
		width: 25%;
		padding: 10px 5px;
	}

	.cover-s-emp .one-emp .emp-content {
		padding: 15px 0;
	}

	.oc-contact-form .oc-form-row .oc-form-label {
		width: 100%;
		padding: 10px 0;
		border: none;
		justify-content: flex-start;
	}

	.oc-contact-form .oc-form-row .oc-form-label span {
		margin-left: 10px;
	}

	.oc-contact-form .oc-form-row .oc-form-input {
		width: 100%;
		padding: 0;
	}

	.oc-contact-form .oc-form-row {
		margin-bottom: 15px;
	}

	.oc-contact-form .cover-check-box {
		display: flex;
		align-items: flex-start;
		justify-content: flex-start;
	}

	.oc-contact-form .cover-check-box input {
		margin-top: 2px;
	}

	.oc-contact-form .cover-check-box label {
		margin: 0;
		font-size: 12px;
		margin-left: 5px;
		margin-bottom: 5px;
	}

	.page-news-list .page-one-news .news-content {
		padding: 15px 0;
	}

	.qa-box .one-qa .qq {
		flex-wrap: wrap;
	}

	.qa-box .one-qa .qq span.number {
		width: 10%;
	}

	.qa-box .one-qa .qq span.q-title {
		width: 85%;
	}

	.tech-cover-box .tech-content h4 {
		font-size: 18px;
		margin-top: 15px;
	}

	.members-voice h1 {
		font-size: 55px;
	}

	img.right-arrow {
		margin: 50px auto;
		transform: rotate(90deg);
	}

	.details p {
		padding: 0 30px;
	}

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

	.fancy {
		font-size: 23px;
	}

	.form-btn input[type=button] {
		padding: 12px 20px;
	}

}

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

	.section-top .top-banner-text-box .inner-top {
		padding: 0 15px;
	}

	.section-top .top-banner-text-box .inner-top h3 {
		font-size: 22px;
	}

	.section-top .top-banner-text-box .inner-top h4 {
		font-size: 14px;
	}

	.section-top .top-banner-text-box .inner-top h1 {
		font-size: 30px;
	}

	.section-top .contact-button {
		margin:auto;
		display: block;
	}

	.white-box {
		padding: 15px 10px;
	}

	.section-padding .container {
		padding: 0;
	}

	.main-title p {
		font-size: 13px;
	}

	.cover-contact-tel .one-contact-tel h3 {
		font-size: 14px;
	}

	footer .footer-address-box p {
		font-size: 14px;
	}

	.back-to-top {
		right: 15px;
	}

	.eq-table table tr td {
		font-size: 12px;
		word-break: break-all;
		padding: 10px 2px;
	}

	.eq-table .eq-table-cover {
		overflow: auto;
	}

	.eq-table .eq-table-cover table {
		width: 360px;
	}

	.eq-table .eq-table-cover.eq-table-cover-large table {
		width: 480px;
	}

	.eq-table h3 {
		font-size: 15px;
	}

	.eq-table table tr th {
		padding: 5px;
	}

	.tech-cover-box .tech-content h3 {
		font-size: 16px;
		padding: 5px;
	}

	.main-title h2 {
		font-size: 24px;
	}

	.custom-breadcrumb ul li {
		font-size: 12px;
	}


}








