@charset "utf-8";
/* same for all edit part */
html {
	font-size: 18px;
}
body {
	background-image: url(https://onepage.888dweb.com/0919631767/web_images/F16914840810.png);
}
.mw-100 {
	position: relative;
	max-width: 100%;
	display: block;
	margin: auto;
}
.w-100 {
	position: relative;
	width: 100%;
	display: block;
}
.bx-wrapper img {
    max-width: initial;
    width: 100%;
    margin: auto;
}
.edit_part {
	/*font-size: 1rem;*/
	line-height: 1.75rem;
	letter-spacing: 1px;
}
.edit_part .center {
	position: relative;
}
.edit-title {
	position: relative;
	max-width: 1200px;
    margin: 10px auto;
}
.edit-title h2 {
	position: relative;
	display: block;
	width: 155px;
	margin: 10px auto;
    padding: 10px;
	letter-spacing: 2px;
	font-size: 1.5rem;
	font-weight: normal;
	line-height: 1.75rem;
	color: #222;
	text-align: center;
}
.edit-title h2 small {
	position: relative;
	display: block;
	font-size: .85rem;
	color: #08528D;
	text-transform: uppercase;
}
.flist {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    align-items: center;
}
.row-reverse {
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row reverse;
	-ms-flex-direction: row reverse;
	flex-direction: row-reverse;
}
ul.equalHpart {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
}
ul.equalHpart li {
	height: auto;
}
.shadow {
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.w-3, .w-4, .w-5, .w-6, .w-7, .w-8, .w-9 {
	width: 100%;
}
.pd-s {
	padding: 2%;
}
.mg-t-3 {
	margin-top: 30px;
}
.mg-b-3 {
	margin-bottom: 30px;
}
.bx-wrapper .bx-pager {
	bottom: -20px;
}
#products_list .slick-dots {
	position: relative;
	bottom: initial;
}
#products_list .product_img {
	margin-bottom: 10px;
}
@media only screen and (min-width: 568px) {

	@media only screen and (min-width: 767px) {
		html {
			font-size: 20px;
		}
		.w-3 {width: 25%;}
		.w-4 {width: 33.3333%;}
		.w-5 {width: 41.6666%;}
		.w-6 {width: 50%;}
		.w-7 {width: 58.3333%;}
		.w-8 {width: 66.6666%;}
		.w-9 {width: 75%;}
		.bx-wrapper .bx-pager {
			bottom: 55px;
		}
		@media only screen and (min-width: 900px) {
			.bx-wrapper .bx-pager {
				bottom: 0px;
			}
		}
	}
}


/* menu */
#header {
	position: relative;
	background: rgb(13,124,210);
	background: linear-gradient(90deg, rgba(13,124,210,1) 33%, rgba(13,183,202,1) 100%);
	height: 120px;
}
#header:before {
	position: absolute;
	content: '';
	display: block;
	width: calc(50% - 260px);
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(255,255,255,.95);
}
#logo {
	position: relative;
	margin: 20px 0px;
    width: 320px;
    height: 80px;
}
#navigation {
	margin-top: 0;
	margin-left: 400px;
	padding: 5px 0;
	text-align: left;
}
#mainnav {
	margin-top: 5px;
}
#mainnav li {
	position: relative;
	margin: 20px 5px;
	vertical-align: top;
}
#mainnav li a {
    display: block;
    margin: 10px 0;
    padding: 10px 0;
    color: #fff;
}
#mainnav li a:hover {
    color: #fff;
    background-color: transparent;
}
#mainnav li:last-child {
	margin: 12px 0;
	padding: 12px;
}
#mainnav li:last-child a {
	width: 36px;
	height: 36px;
	margin: 0 5px;
	background-size: 36px 36px;
	position: relative;
}
#mainnav .line_topbtn {
	background-image: url(https://onepage.888dweb.com/0919631767/web_images/F169148431221.png);
}
#mainnav .facebook_topbtn {
	background-image: url(https://onepage.888dweb.com/0919631767/web_images/F169148425036.png);
}
#mainnav li:last-child a.mail_topbtn {
	display: none;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
	#header {
		/*padding-top: 10px;*/
		height: auto;
	}
	#header:before {
		width: 100%;
		height: 75px;
	}
	#logo {
		float: none;
	    margin: 10px auto;
	    width: 250px;
	    height: 63px;
	}
	#navigation {
		margin-left: 0;
		padding: 0;
		text-align: center;
	}
	#mainnav {
		margin-top: 0;
	}
	#mainnav li {
		margin: 5px 10px;
	}
	#mainnav li a {
		margin: 0;
	}
	#mainnav li:last-child {
		position: absolute;
		right: 0;
		top: 0;
		z-index: 99;
	}
	#mainnav li:last-child a {
		margin: 0 3px;
	}
	#mainnav li:last-child a:before {
		display: none;
	}
}
@media only screen and (max-width: 767px) {
	#header {
	    height: 80px;
	    padding-top: 5px;
	}
	#header:before {
		width: calc(100% - 60px);
	}
	#logo {
		float: none;
	    margin: 6px auto;
	    width: 220px;
	    height: 55px;
	}
	.menu-icon {
	    background-image: url(https://onepage.888dweb.com/0919631767/web_images/F169148465219.png);
	}
	#navigation {
		text-align: center;
		z-index: 100;
	    margin-top: 0;
	    margin-left: 0;
	    padding: 0;
	    top: 80px;
	    background-color: #fbfaf9;
	    border-top: 2px solid #919191;
	}
	#mainnav {
		margin-top: 0;
	}
	#mainnav li {
		margin: 0;
	}
	#mainnav li a {
		color: #555;
		padding: 15px;
	}
	#mainnav li a span { 
		margin: auto;
		display: block;
		width: 90px;
		text-align: center;
		text-align: justify;
		text-justify: distribute-all-lines;
		text-align-last: justify
	}
	#mainnav li:last-child{
		margin: 0;
		border-bottom: 4px solid #aaa;
	}
	#mainnav li:last-child a {
    	margin: 8px 5px!important;
	}
	#mainnav li a:hover {
    	color: #444;
	}
}


/* about */
.about-top {
	position: relative;
	max-width: 1500px;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 3vw 0;
}
.about-top li {
	position: relative;
	width: 100%;
	margin: 15px 0;
	padding: 10px;
	text-align: center;
}
.about-top li:first-child {
	display: none;
}
.about-top li img {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	max-width: 110px;
}
.about-top li b {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 280px;
	font-size: 1.35rem;
	line-height: 2rem;
}
.about-all {
	position: relative;
}
.about-all:before {
	position: absolute;
	content: '';
	display: block;
	width: 100%;
	max-width: 1205px;
	height: 267px;
	left: 0;
	bottom: 0;
	background-image: url(https://onepage.888dweb.com/0919631767/web_images/F169148390857.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: contain;
}
.about-all .flist {
	position: relative;
	max-width: 1600px;
	margin: auto;
}
.about-left,
.about-right {
	position: relative;
	width: 100%;
	padding: 2%;
}
.about-txt {
	position: relative;
	width: 92%;
	max-width: 700px;
	margin: auto;
}
.about-txt h4 {
	position: relative;
	display: block;
	font-size: 1.3125rem;
	line-height: 2rem;
	color: #0C8BD0;
	padding-bottom: 3.5vw;
	margin-bottom: 3.5vw;
}
.about-txt h4:before {
	position: absolute;
	content: '';
	display: block;
	width: 25%;
	height: 4px;
	left: 0;
	bottom: 0;
	background-color: #0C8BD0;
}
.call-box {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin: 10px 0;
    justify-content: center;
}
.call-btn {
	position: relative;
	display: block;
	width: calc(50% - 10px);
	max-width: 260px;
	min-width: 195px;
	margin: 5px;
	padding: 10px 8px;
	text-align: center;
	color: #fff;
	border-radius: 5px;
	background-position: right top;
	background-repeat: repeat-y;
}
.call-btn.phone {
	background-color: #0D79D2;
	background-image: url(https://onepage.888dweb.com/0919631767/web_images/F169148419584.png);
}
.call-btn.line {
	background-color: #07AF39;
	background-image: url(https://onepage.888dweb.com/0919631767/web_images/F169148420980.png);
}
.call-btn span {
	position: relative;
	padding-left: 40px;
}
.call-btn span:before {
	position: absolute;
	content: '';
	display: block;
	width: 46px;
	height: 46px;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 46px;
}
.call-btn.phone span:before {
	background-image: url(https://onepage.888dweb.com/0919631767/web_images/F169148493096.png);
}
.call-btn.line span:before {
	background-image: url(https://onepage.888dweb.com/0919631767/web_images/F169148491867.png);
}
@media only screen and (min-width: 600px){
	.about-top li {
		width: 50%;
	}
	.about-top li img {
		max-width: 100%;
	}
	.call-box {
		justify-content: flex-start;
	}
	@media only screen and (min-width: 992px){
		.about-left,
		.about-right {
			width: 50%;
		}
		@media only screen and (min-width: 1400px){
			.about-top li:first-child {
				display: block;
				width: 30%;
			}
			.about-top li {
				width: 35%;
			}
			.about-top li b {
				text-align: left;
			}
		}
	}
}


/* servive */
.service-all {
	position: relative;
	padding: 50px 0;
}
.service-all:before {
	position: absolute;
	content: '';
	display: block;
	width: 100%;
	max-width: 1205px;
	height: 80%;
	max-height: 555px;
	left: 0;
	top: 0;
	background-image: url(https://onepage.888dweb.com/0919631767/web_images/F16914847506.png);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: contain;
}
.service-all .edit-title h2 {
	text-align: left;
}
.service-all .flist {
	position: relative;
	max-width: 1600px;
	margin: auto;
}
.service-left {
	position: relative;
	width: 100%;
}
.service-right {
	position: relative;
	width: 100%;
}
.service-txt {
	position: relative;
	max-width: 540px;
	margin: 40px auto;
	display: flex;
	flex-wrap: wrap;
	padding: 20px;
}
.service-txt-list {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-top: 40px;
}
.service-txt-list li {
	position: relative;
	width: 50%;
	max-width: 260px;
	margin: 20px 0;
	font-size: 1.3rem;
	font-weight: bold;
	color: #1D7DBE;
	padding-left: 45px;
}
.service-txt-list li:last-child {
	width: 100%;
}
.service-txt-list li:before {
	position: absolute;
	content: '';
	display: block;
	width: 35px;
	height: 100%;
	left: 0;
	top: 0;
	background-image: url(https://onepage.888dweb.com/0919631767/web_images/F169148443274.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: contain;
}
@media only screen and (min-width: 559px){
	.service-txt-list li {
		width: 33.3%;
	}
	@media only screen and (min-width: 768px){
		.service-left {
			width: 33%;
		}
		.service-right {
			width: 67%;
		}
		.service-txt-list li {
			width: 100%;
			margin: 20px auto;
		}
	}
}


/* area */
.area-all {
	position: relative;
	padding-top: 140px;
	padding-bottom: 40px;
	background-image: url(https://onepage.888dweb.com/0919631767/web_images/F169148405516.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	text-align: center;
}
.area-all:before {
	position: absolute;
	content: '';
	display: block;
	width: 40px;
	height: 40px;
	border: 1px solid #fff;
	border-radius: 100%;
	left: 50%;
	top: 110px;
	transform: translateX(-50%);
}
.area-all:after {
	position: absolute;
	content: '';
	display: block;
	width: 1px;
	height: 130px;
	background-color: #fff;
	left: 50%;
	top: 0;
}
.area-all .edit-title h2,
.area-all .edit-title small {
	color: #fff;
}
.area-all p {
	position: relative;
	margin: 20px 0;
}
.area-all p b {
	position: relative;
	display: block;
	padding: 20px 0;
	font-size: 1.5rem;
}


/* review */
.review-all {
	position: relative;
	padding: 3vw 0;
}
.review-all:before {
	position: absolute;
	content: '';
	display: block;
	width: 100%;
	height: calc(100% + 10vw);
	right: 0;
	top: 0;
	background-image: url(https://onepage.888dweb.com/0919631767/web_images/F169148469380.png);
	background-position: right top;
	background-repeat: no-repeat;
}
.review-list {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 1480px;
	margin: 40px auto;
}
.review-list li {
	position: relative;
	width: calc(100% - 16px);
	max-width: 340px;
	margin: 12px auto;
	padding: 25px 2% 60px;
	line-height: 1.5rem;
	text-align: left;
	background-color: #fff;
	background-image: url(https://onepage.888dweb.com/0919631767/web_images/F169148473490.png);
	background-position: center 92%;
	background-repeat: no-repeat;
	border-radius: 10px;
	border: 3px solid #0DBAC9;
}
.review-list li:before  {
	position: absolute;
	content: '';
	display: block;
	max-width: 62px;
	width: 20%;
	height: 20vw;
	max-height: 95px;
	left: 10%;
	top: -18px;
	background-position: center 60%;
	background-repeat: no-repeat;
	background-size: contain; 
}
.review-list li.male:before {
	background-image: url(https://onepage.888dweb.com/0919631767/web_images/F169148471289.png);
}
.review-list li.female:before {
	background-image: url(https://onepage.888dweb.com/0919631767/web_images/F169148472462.png);
}
.review-list li .writer {
	position: relative;
	display: block;
	text-align: right;
	font-size: .85rem;
	padding-left: 50px;
	color: #666;
	margin-bottom: 30px;
}
@media only screen and (min-width: 559px){
	.review-list li {
		width: calc(50% - 16px);
		margin: 12px 8px;
	}
	@media only screen and (min-width: 992px){
		.review-list li {
			width: calc(25% - 16px);
		}
		.review-list li:before {
			left: 8%;
			top: -30px;
		}
	}
}


/* video */
.video-all {
	z-index: 3;
	background-image: url(https://onepage.888dweb.com/0919631767/web_images/F169148477045.png);
	background-position: right bottom;
	background-repeat: repeat-y;
}
.video-all:before {
	position: absolute;
	content: '';
	display: block;
	width: 100%;
	height: 60%;
	max-height: 508px;
	left: 0;
	top: 0;
	background-image: url(https://onepage.888dweb.com/0919631767/web_images/F169148478944.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}
.video-list {
	justify-content: center;
}
@media only screen and (min-width: 768px){ 
}
/* C-mode */
#products_list {
	max-width: initial;
	background-image: url(https://onepage.888dweb.com/0919631767/web_images/F169148588223.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: contain;
}
#products_list .product_lists_bg {
	display: none;
}
#products_list .product_list_title {
	display: none;
	background-color: transparent;
	max-width: 1200px;
	margin: 20px auto 0;
	height: 45px;
	text-indent: -9999px;
}
#products_list .products_lists {
	max-width: 1200px;
	margin: 20px auto;	
}
.products_lists .product_txt {
	padding-right: 2%;
	padding-left: 2%;
}
.products_lists .product_txt .product_name {
	color: #08528D;
}
.add_to_cart {
	display: none;
}
.products_lists li .slick-dots li {
	width: 15px;
	height: 15px;
	line-height: 1.1rem;
	margin: 0 4px;
}
.slick-dots li button {
	width: 15px;
	height: 15px;
}
.slick-dots li button:before {
    line-height: 18px;
    width: 15px;
    height: 15px;
}
.slick-prev, .slick-next {
	z-index: 10;
}
.slick-prev {
	left: 0;
}
.slick-next {
	right: 0;
}
@media only screen and (min-width: 768px){ 
	#products_list .product_img:before {
		display: block;
	}
}
/* contact */
#Contact {
	position: relative;	
}
#Contact:before {
	position: absolute;
	content: '';
	display: block;
	width: 100%;
	height: calc(100% - 10vw);
	right: 0;
	top: 10vw;
	background-image: url(https://onepage.888dweb.com/0919631767/web_images/F169148422192.png);
	background-position: right top;
	background-repeat: repeat-y;
}
#Contact .edit-title h2 {
	color: #fff;
}
.contact_part .center {
    position: relative;
    max-width: inherit;
    padding-top: 30px;
    margin-left: 0;
    padding-left: 300px;
    max-width: 1400px;
    background-color: #0DB8CA;
    background-image: url(https://onepage.888dweb.com/0919631767/web_images/F169148423616.jpg);
    background-position: right top;
    background-repeat: repeat-y;
    box-shadow: rgba(0, 0, 0, 0.05)10px 10px 10px;
}
.contact_part .center .edit-title {
	position: absolute;
	left: 5%;
	top: 20%;
}
#Contact .edit-title + p {
	position: absolute;
	width: 300px;
	left: 5%;
	top: calc(20% + 100px);
	text-align: left;
	margin: 20px 0 0 auto;
	padding: 15px;
	font-size: .9rem;
	color: #fff;
}
.contact_title {
	display: none;
}
.contact_quick_social {
	display: none;
}
.contact_quick_social:after {
	display: none;
}
.table01 {
	border-radius: 0;
    background-color: rgba(255,255,255,0.75);
}
.formstyle {
    color: #fff;
    font-size: 0.9rem;
}
.buttoneffect {
    color: #888;
    background-color: #ccc;
    border: 1px solid #ccc;
}
.buttoneffect.emphasis {
	color: #fff;
	background-color: #09528E;
	border-color: #09528E;
}
.formstyle ul li {
	padding-left: 165px;
}
.form_title {
	width: 165px;
	margin-left: -173px;
	text-shadow: 3px 3px 4px #000;
}
.form_txt {
	color: #333;
}
.captcha_btn * {
	color: #fff;
}
@media only screen and (max-width:992px) {
	.contact_part .center {
		margin-left: auto;
		padding-left: 10px;
	}
	.contact_part .center .edit-title {
		position: relative;
		left: initial;
		top: initial;
	}
	#Contact .edit-title + p {
		position: relative;
		left: initial;
		top: initial;
		width: 100%;
		text-align: center;
	}
	@media only screen and (max-width:479px) {
		.formstyle ul li {
			padding-left: 5px;
		}
		.form_title {
			margin-left: 0;
		}
	}
}




/* footer */
.to_top {
    background-image: none;
    display: none;
    position: fixed;
    z-index: 9998;
    bottom: 2%;
    right: 5%;
    width: 50px;
    height: 50px;
    cursor: pointer;
    text-align: center;
    text-indent: -9999px;
    background-color: #405F7F;
    border-radius: 50px;
}
.to_top:after {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    border-width: 2px 2px 0 0;
    border-style: solid;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 55%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}
.total_num {
	display: block;
	margin-bottom: 10px;
}
.main_color_bg {
	background-color: transparent;
}
.footer a {
	color: #fff;
}
.footer .copyR {
	position: relative;
	margin: auto;
	text-align: center;
	font-size: 14px;
	padding: 25px 15px;
	color: #fff;
}
.footer .copyR a {
	color: #fff;
}
.footer:before {
	position: absolute;
	content: '';
	display: block;
	width: calc(100% - 1400px);
	height: 200px;
	right: 0;
	top: 0;
	transform: translateY(-200px);
	background: url(https://onepage.888dweb.com/0919631767/web_images/F169148433657.png);
}
.footer {
	position: relative;
	padding: 0;
	color: #fff;
	background: url(https://onepage.888dweb.com/0919631767/web_images/F169148433657.png);
}
.footer .footer-map {
	width: 100%;
	margin: 20px auto;
}
.footer .footer-map iframe {
	line-height: 0;
   /* -webkit-filter: grayscale(1);
    filter: grayscale(1);*/
}
.footer-all {
	position: relative;
	padding: 40px 2% 20px;
}
.footer-logo-pic {
	position: relative;
	width: 70%;
	max-width: 332px;
	margin: 40px auto 60px;
}
.footer-all .call-box {
	position: relative;
	max-width: 470px;
	margin: 40px auto;
}
.footer-info {
	position: relative;
	max-width: 350px;
	margin: auto;
}
.footer-info li {
	position: relative;
	padding: 5px;
	padding-left: 90px;
	font-size: .9rem;
	text-align: left;
}
.footer-info li b {
	position: absolute;
	display: block;
	width: 90px;
	left: 0;
	top: 5px;
	font-weight: normal;
}
.footer-info li:last-child {
	padding-left: 0;
	padding-top: 30px;
	margin-top: 30px;
	font-size: .8rem;
	border-top: 1px solid #fff;
}
.footer-fb {
	width: 350px;
	margin: auto;
	margin-top: 10px;
}
@media screen and (min-width: 768px){
	.footer-all {
		padding-bottom: 40px;
	}
	.footer-info {
		transform: translateX(-175px);
	}
	.footer-fb {
		position: absolute;
			right: 3%;
			top: 55%;
	}
	@media screen and (min-width: 1300px){
		.footer-info {
			position: absolute;
			left: 4%;
			top: 30%;
			transform: translateX(0);
		}
		.footer-fb {
			position: absolute;
			right: 3%;
			top: 30%;
		}
	}
}



.float-btn {
	position: fixed;
    z-index: 100;
    width: 77px;
    right: 50px;
    top: 180px;
}
.float-btn a {
	display: block;
    width: 77px;
    height: 75px;
    border-radius: 35%;
    margin: 5px 0;
    opacity: .8;
    background-position: center center;
    background-repeat: no-repeat;
	background-size: contain;
}
.float_call {
	background-image: url(https://onepage.888dweb.com/0919631767/web_images/F169148432665.png);
}
.float_line {
	background-image: url(https://onepage.888dweb.com/0919631767/web_images/F169148431221.png);
}
.float_facebook {
	background-image: url(https://onepage.888dweb.com/0919631767/web_images/F169148425036.png);
}
.float-btn a:hover {
	opacity: 1;
}
@media screen and (max-width: 768px){ 
	.float-btn  {
		width: 50px;
		right: 15px;
    	top: 150px;
	}
	.float-btn a {
		width: 50px;
		height: 49px;
    	background-size: contain;
	}
}