/* 修正粗體 */

@font-face {
	font-family: '微軟正黑體修正';
	unicode-range: U+7db0, U+78A7, U+7B75;
	/* ASCII (碧筵綰) */
	font-style: normal;
	font-weight: 900;
	src: local(MS Gothic);
}

/* 一般粗細的時候改回微軟正黑 */

@font-face {
	font-family: '微軟正黑體修正';
	unicode-range: U+7db0, U+78A7, U+7B75;
	/* ASCII (碧筵綰) */
	font-style: normal;
	font-weight: normal;
	src: local(微軟正黑體);
}

body, h1, h2, h3, h4, h5, h6, p, .sky-form {
	font-family: "Open Sans", "Lato Condensed", "微軟正黑體修正", "微軟正黑體", "Microsoft JhengHei", sans-serif!important;
}

body, p {
	font-weight: normal;
	font-size: 15px;
}

p {
	color: #5c5c5c;
}

img {
	max-width: 100%;
	height: auto;
}

.animate, .product-list-box .product-box .pro-img::after, .product-list-box .product-box .pro-name a, .scrollup, .link-block a, .link-block button, .img-list ul li .img-box .hover-box, .mobile-form, .mobile-form.visible, .footer-sociallink ul li {
	-webkit-transition: 0.3s ease;
	-ms-transition: 0.3s ease;
	transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-o-transition: 0.3s ease;
}

/* title text */

.main-title-h2 {
	font-size: 25px;
}

.main-title-h3 {
	font-size: 21px;
}

.main-title-h4 {
	font-size: 17px;
}

/* list */

.list-2th, .list-3th, .list-4th, .list-5th, .list-6th {
	display: inline-block;
	vertical-align: top;
}

/* bg */

.bg-light-gray {
	background: #F4F4F4;
}

.title-desc {
    font-size: 15px;
    line-height: 1.6;
	color: #5c5c5c;
}

.layout-dark {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	top: 0;
	left: 0;
}

/* border */

.border-bottom-0 {
	border-bottom: 0 !important;
}

/* padding */

.lg-padding {
	padding: 60px 0;
}

.pb-0 {
	padding-bottom: 0 !important;
}

/* margin */

.mb-0 {
	margin-bottom: 0 !important;
}

/* button */

.btn.btn-dark {
	background: #434343;
	color: #fff;
	font-weight: 600;
}

.btn.btn-dark:hover {
	background: #CEA872;
}

.btn-c-sm {
	padding: 15px 45px;
}

.btn-radius-sm {
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-ms-border-radius: 7px;
	-o-border-radius: 7px;
}

.btn-shadow-1 {
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}

.btn-shadow-2 {
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}

/* text color */
.font-black {
    color: #282828 !important;
}

@media (min-width: 768px) {}

@media (min-width: 992px) {}

/*--------------------------------
start. index*/

/*--------------------------------
start. header*/

.header.headr-style-1 {
	padding: 0;
	height: auto;
}

.header.headr-style-1.header-bg-color {
	background-color: #cea872;
}

.navbar-brand {
	padding: 0;
	height: 80px;
	padding-top: 20px;
}

.navbar-brand.logo {
	background: transparent;
}

.navbar-brand>img {
	width: 100px;
}

.navbar-collapse nav {
	padding-right: 60px;
}

.navbar-default {
	position: relative;
	z-index: 1;
}

.header.headr-style-1.header-bg-color .navbar-default .navbar-nav>li {
	margin-left: 10px;
}

.header.headr-style-1.header-bg-color .navbar-default .navbar-nav>li:first-child {
	margin-left: 0;
}

.header.headr-style-1.header-bg-color .navbar-default .navbar-nav>li>a {
	color: #fff;
	font-size: 15px;
	padding: 30px 12px;
}

.header.headr-style-1.header-bg-color .navbar-default .navbar-nav>.active>a {
	background: transparent;
	position: relative;
	font-weight: 600;
}

.header.headr-style-1.header-bg-color .navbar-default .navbar-nav>.active>a::before {
	position: absolute;
	content: '';
	height: 4px;
	width: 100%;
	background: #fff;
	border-radius: 25px;
	left: 0;
	bottom: 0;
}

.navbar-collapse form[role="search"].active {
	background-color: #cea872;
}

.navbar-collapse form[role="search"] button {
	background: transparent;
	color: #fff;
	padding: 29px 20px;
	font-size: 16px;
}

.navbar-collapse form[role="search"] input {
	height: 80px;
	background-color: #cea872;
}

.header.headr-style-1 .navbar-default .navbar-nav .dropdown-menu {
	background: #fff;
	margin-top: -10px;
}

.header.headr-style-1 .navbar-default .navbar-nav .dropdown-menu>li>a {
	border-bottom: 1px solid #AFB6BB;
	padding: 10px 13px;
	color: #000;
	font-size: 14px;
}

.header.headr-style-1 .navbar-default .navbar-nav .dropdown-menu>li>a:hover {
	font-weight: 600;
	background: transparent;
}

.header.headr-style-1 .navbar-default .navbar-nav .dropdown-menu>li:last-child>a {
	border-bottom: 0;
}

.search-box .navbar-form .btn-submit {
	display: none;
}

.search-box .navbar-form.active .btn-submit {
	position: absolute;
	right: 0;
	top: 0;
}

.mobile-form, .mobile-search {
	display: none;
}

.btn-default:active:focus, .btn-default:active:hover {
	background: transparent;
	border-color: transparent;
	outline: transparent;
}

.navbar-collapse form[role="search"].active input::-webkit-input-placeholder {
	color: #fff;
}

.navbar-collapse form[role="search"].active input::-moz-placeholder {
	color: #fff;
	opacity: 1;
}

.navbar-collapse form[role="search"].active input:-ms-input-placeholder {
	color: #fff;
}

.navbar-collapse form[role="search"].active input {
	width: 100%;
	font-size: 16px;
	font-style: inherit;
	padding: 20px 0;
	color: #fff;
}

/*end. header
--------------------------------*/

/*--------------------------------
start. container*/

.ms-skin-default .ms-nav-next, .ms-skin-default .ms-nav-prev {
	width: 55px;
	height: 55px;
	background-repeat: no-repeat;
	background-position: center;
	margin-top: -28px;
	background-size: 35px;
}

.ms-skin-default .ms-nav-next {
	background-image: url(../images/index/ic-next.svg);
	right: 70px;
}

.ms-skin-default .ms-nav-prev {
	background-image: url(../images/index/ic-prev.svg);
	left: 70px;
}

.ms-bullets.ms-dir-h {
	bottom: 30px;
}

.ms-skin-default .ms-bullet {
    background: #fff;
	border-radius: 50%;
	width: 8px;
	height: 8px;
}

.ms-skin-default .ms-bullet-selected {
	background: #677979;
}

.section-titles {
	margin-bottom: 0;
}

.section-titles .title {
	padding-bottom: 15px;
	margin-bottom: 30px;
	position: relative;
}

.section-titles .title::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 40px;
	height: 4px;
	background: #cea872;
	border-radius: 25px;
}

.section-titles.text-center .title::before {
	left: 50%;
	margin-left: -20px;
}

.service-content .feature-col {
	padding-bottom: 11px;
	padding-right: 16px;
	margin-bottom: 17px;
	border-bottom: 2px #677979 dashed;
	min-height: 157px;
}

.service-content .feature-col .feature-icon {
	margin-bottom: 16px;
}

.service-content .feature-col .feature-icon-col .title {
	letter-spacing: 1px;
	font-weight: 600;
	color: #434343;
	margin-bottom: 10px;
}

.side-img-right {
	background: #CEA872;
}

.side-img-right .col-mdl-2 {
	padding: 75px 60px !important;
	margin: 70px;
	margin-left: 0;
	margin-right: 0;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
}

.product-list-box .list-4th {
	margin: 0 35px 30px 0;
	width: calc(100% / 4 - 31px);
}

.product-list-box .list-4th:nth-child(4n) {
	margin-right: 0;
}

.product-list-box .product-box {
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
}

.product-list-box .product-box .pro-img {
	position: relative;
}

.product-list-box .product-box .pro-img::after {
	opacity: 0;
	position: absolute;
	content: '';
	background: rgba(0, 0, 0, 0.7);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	pointer-events: none;
}

.product-list-box .product-box:hover .pro-img::after {
	opacity: 1;
}

.product-list-box .product-box:hover .pro-name a {
	background: #CEA872;
	color: #Fff;
	font-weight: 600;
}

.product-list-box .product-box .pro-name a {
	background: #fff;
	display: block;
	padding: 20px;
	text-align: center;
	color: #CEA872;
	font-size: 15px;
	letter-spacing: 1px;
}

.bg-child, .callus-content {
	display: inline-block;
	vertical-align: bottom;
}

.bg-child {
    width: 420px;
    margin-left: -30px;
}

.callus-content {
	padding: 110px 0 40px 10px;
	width: calc(100% - 400px);
}

.callus-content .title {
	font-size: 50px;
	font-weight: 600;
	margin-bottom: 16px;
}

.callus-content .title-desc {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 50px;
    letter-spacing: -1px;
    color: #434343;
}

.side-img-right .background-image-holder {
    /* background-size: contain !important; */
    background-repeat: no-repeat;
    background-position: center top !important;
}

/*end. container
--------------------------------*/

/*--------------------------------
start. footer*/

.footer-bg {
	background: #677979;
	padding: 27px 0;
}

footer a {
	color: #ffffff;
}

footer a:hover {
	color: #CEA872;
}

.footer-link {
	text-align: center;
}

.footer-link ul {
	margin: 0;
}

.footer-link ul li {
    position: relative;
    padding: 0 15px;
    border-right: 1px solid #fff;
    line-height: 1;
    font-size: 14px;
}

.footer-link ul li:last-child {
	border-right: 0;
}

.footer-sociallink ul {
    margin-bottom: 0;
}

.footer-sociallink {
    text-align: center;
    margin-top: 25px;
}

.footer-sociallink ul li {
    padding: 0 18px;
}

.footer-sociallink ul li:hover {
    transform: scale(1.2);
}

.footer-sociallink ul li img {
    max-height: 20px;
}

.copyrights {
	background: #CEA872;
	padding: 1px 0;
	text-align: center;
}

.copyrights p {
	font-size: 12px;
	margin-bottom: 0;
}

.copyrights p, .copyrights a {
	color: #fff;
}

.copyrights a:hover {
	color: #434343;
}

.scrollup {
	background: url(../images/index/btn-scrollup.svg);
	width: 60px;
	height: 60px;
	background-position: center;
	background-size: 60px;
}

.scrollup:hover {
	transform: translateY(-7px);
	-webkit-transform: translateY(-7px);
	-moz-transform: translateY(-7px);
	-ms-transform: translateY(-7px);
	-o-transform: translateY(-7px);
}

/*end. footer
--------------------------------*/

/*end. index
--------------------------------*/

/*--------------------------------
start. in*/

.page-header {
	position: relative;
	padding: 85px 0;
}

.page-header .title {
	font-size: 35px;
	font-weight: 600;
	text-shadow: 0 0 6px rgba(0, 0, 0, 0.6);
	text-align: center;
	line-height: 1.5;
	position: relative;
}

.breadcrumbs {
	position: absolute;
	bottom: -14px;
	left: 50%;
	margin: 0;
	background: #434343;
	padding: 7px 14px;
	border-radius: 25px;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	text-align: left !important;
}

.breadcrumbs ul {
	margin: 0;
}

.breadcrumbs ul li {
	font-size: 13px;
	position: relative;
	font-weight: 600;
	letter-spacing: -1px;
}

.breadcrumbs ul li+li {
	padding-left: 25px;
}

.breadcrumbs ul li+li::before {
	position: absolute;
	content: '>';
	left: 4px;
	top: 0;
	font-weight: 400;
}

.breadcrumbs a {
	color: #fff;
	font-weight: 400;
}

/* product */

.link-block a, .link-block button {
	padding: 27px 0;
	text-align: center;
	margin-bottom: 40px;
	margin-right: 8px;
	border: 0;
	width: 100%;
	display: block;
	font-size: 18px;
	font-weight: 600;
}

.link-block.bg-gray a, .link-block.bg-gray button {
	background-color: #AFB6BB;
	color: #fff;
}

.link-block.bg-gray a:hover, .link-block.bg-gray button:hover {
	background-color: #424242;
}

.link-block.bg-brown button, .link-block.bg-brown a {
	background-color: #777;
	color: #fff;
}

.link-block.bg-brown button:hover, .link-block.bg-brown a:hover {
	background-color: #424242;
}

.link-block a span {
	padding-right: 8px;
	vertical-align: middle;
}

.link-block a img {
	vertical-align: middle;
}

ul.pagenation-list li a {
	background: transparent;
	font-size: 18px;
	vertical-align: top;
	width: 40px;
	height: 40px;
	line-height: 40px;
	margin-right: 5px;
}

ul.pagenation-list li.arrow-prev a, ul.pagenation-list li.arrow-next a {
	font-size: 13px;
}

ul.pagenation-list li.active a {
	background: #CEA872;
	color: #fff;
}

/* contact */

.contact-info-box {
	padding: 50px 0 80px;
}

.contact-form {
    margin-top: 50px;
    max-width: 900px;
    margin: 50px auto 0;
    padding: 50px 50px 30px;
    background: #F4F4F4;
    border: 1px solid #BEBEBE;
}

.sky-form .label {
	font-size: 17px;
	font-weight: 600;
	color: #000;
	margin-bottom: 15px;
}

.contact-form .form-group {
	margin-bottom: 25px;
}

.sky-form .input input {
	height: 45px;
}

.sky-form .input input, .sky-form .select select, .sky-form .textarea textarea, .sky-form .radio i, .sky-form .checkbox i, .sky-form .toggle i, .sky-form .icon-append, .sky-form .icon-prepend {
	border-color: #BEBEBE;
}

/* product in */

.cbp-l-caption-alignCenter .cbp-l-caption-body {
	padding: 8px 20px;
}

.cbp-l-caption-title {
	font-size: 15px;
	font-weight: 600;
}

.cbp-popup-lightbox-title, .cbp-popup-lightbox-counter {
	padding: 10px 70px 10px 0;
	font-size: 15px;
	font-weight: 600;
}

.cbp-popup-lightbox-title {
	padding: 10px 70px 10px 0;
}

.cbp-popup-lightbox-counter {
	padding: 10px 0;
}

.cbp-popup-lightbox .cbp-popup-prev, .cbp-popup-lightbox .cbp-popup-next {
	opacity: .7;
}

.cbp-popup-lightbox .cbp-popup-prev {
	background-image: url(../images/product/ic-prev.svg);
	background-position: center;
	width: 53px;
	height: 53px;
}

.cbp-popup-lightbox .cbp-popup-next {
	background-image: url(../images/product/ic-next.svg);
	background-position: center;
	width: 53px;
	height: 53px;
}

.cbp-popup-lightbox .cbp-popup-prev:hover, .cbp-popup-lightbox .cbp-popup-next:hover {
	background-position: center;
	opacity: 1;
}

.flex {
	display: flex;
}

.item {
	flex: 1;
}

.flex-2 {
	flex-grow: 2;
	flex-shrink: 1;
	flex-basis: 0%;
}

.flex-hef {
	flex-grow: .5;
	flex-shrink: 1;
	flex-basis: 0%;
}

.contact-info .item {
	padding-left: 65px;
	position: relative;
}

.contact-info .item::before {
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	content: '';
	width: 65px;
	height: 50px;
	left: 0;
}

.contact-info .item.name::before {
	background-image: url(../images/contact/ic-company.svg);
}

.contact-info .item.address::before {
	background-image: url(../images/contact/ic-address.svg);
}

.contact-info .item.phone::before {
	background-image: url(../images/contact/ic-tel.svg);
}

.contact-info .item.email::before {
	background-image: url(../images/contact/ic-mail.svg);
}

.contact-info .item .title {
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 1px;
	margin-bottom: 5px;
}

.contact-info .item .text {
	font-size: 15px;
	letter-spacing: 1px;
}

.contact-info .item .title, .contact-info .item .text, .contact-info .item .text a {
	color: #434343;
}

.sky-form a {
	color: #454545;
	text-decoration: underline;
}

.sky-form a:hover {
	color: #cea872;
}

.sky-form .checkbox {
	font-size: 17px;
	padding-left: 40px;
	font-weight: 600;
}

.sky-form .checkbox i {
	width: 20px;
	height: 20px;
	border: 1px solid #9f9f9f;
	border-radius: 50%;
}

.sky-form .checkbox input+i:after {
	border-radius: 50%;
	line-height: 20px;
	color: #f4f4f4;
	background: #cea872;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
}

.sky-form .radio input:checked+i, .sky-form .checkbox input:checked+i, .sky-form .toggle input:checked+i {
	border-color: #cea872;
}

/* service */

.service-list ul li.list-2th {
	width: calc(100% / 2 - 50px);
	margin: 0 85px 35px 0;
}

.service-list ul li.list-2th:nth-child(2n) {
	margin-right: 0;
}

.service-list ul li {
	padding: 0 0 35px;
	border-bottom: 2px #677979 dashed;
}

.service-list ul li .img-box, .service-list ul li .text-box {
	display: inline-block;
	vertical-align: top;
}

.service-list ul li .img-box {
	width: 100px;
}

.service-list ul li .text-box {
	padding-top: 5px;
	padding-left: 20px;
	width: calc(100% - 105px);
}

.service-list ul li .text-box .title {
	font-weight: 600;
	color: #434343;
	margin-bottom: 10px;
	letter-spacing: 1px;
}

.service-list ul li .text-box p {
	font-size: 16px;
	font-weight: 400;
	text-transform: inherit;
	line-height: normal;
	margin-bottom: 0;
}

/* design */

.img-list ul li.list-3th {
	width: calc(100% / 3 - 15px);
	margin: 0 15px 15px 0;
}

.img-list ul li.list-3th:nth-child(3n) {
	margin-right: 0;
}

.img-list ul li .img-box {
	position: relative;
	overflow: hidden;
}

.img-list ul li .img-box .hover-box {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
}

.img-list ul li:hover .img-box .hover-box {
	top: 0;
}

.img-list ul li .img-box .hover-box .hover-content {
	top: 50%;
	left: 50%;
	position: absolute;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

/* quality */

.title-icon {
	margin-bottom: 25px;
}

.title-icon .title {
	display: inline-block;
	vertical-align: bottom;
	font-weight: 600;
	letter-spacing: 1px;
	padding-left: 10px;
}

.img-list ul li .img-box .hover-box .hover-content .title {
	font-size: 15px;
	font-weight: 600;
	color: #fff;
	letter-spacing: 1px;
}

@media (max-width: 1199px) {
	.img-list ul li .img-box .hover-box .hover-content img {
		width: 60px;
	}
	.contact-info.flex {
		display: inline-block;
	}
	.contact-info .item {
		width: calc(100% / 2 - 4px);
		display: inline-block;
		margin-top: 20px;
		margin-bottom: 20px;
		vertical-align: top;
	}
	.product-list-box .list-4th {
		width: calc(100% / 3 - 28px);
	}
	.product-list-box .list-4th:nth-child(4n) {
		margin-right: 35px;
	}
	.product-list-box .list-4th:nth-child(3n) {
		margin-right: 0;
	}
	.service-content .feature-col {
		min-height: 180px;
	}
}

@media (max-width: 999px) {
	.container {
		width: 100% !important;
		padding: 0 20px;
	}
	.navbar-collapse.pull-right {
		background: transparent;
		border: 0;
		box-shadow: none;
	}
	.search-box {
		display: none;
	}
	.mobile-search {
		position: relative;
		float: right;
		padding: 6px 10px 5px;
		margin-top: 9px;
		margin-right: 10px;
		margin-bottom: 0;
		background-color: transparent;
		background-image: none;
		border: 0;
		border-radius: 4px;
		display: block;
		color: #fff;
		font-size: 18px;
		line-height: 1;
	}
	.mobile-form {
		position: absolute;
		width: 100%;
		top: 0;
		opacity: 0;
		display: block;
	}
	.mobile-form.visible {
		position: static;
		opacity: 1;
	}
	.mobile-form .form-control {
		background: #434343;
		border-radius: 0;
		height: 47px;
		border: 0;
		color: #fff;
	}
	.callus-content {
		padding: 60px 0;
	}
	.navbar-brand {
		height: 50px;
		padding-top: 12px;
	}
	.navbar-brand img {
		width: 67%;
	}
	.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
		background: transparent;
	}
	.navbar-toggle {
		border: 0;
		margin-top: 9px;
	}
	.navbar-toggle .icon-bar {
		width: 16px;
		height: 3px;
		border-radius: 25px;
		margin-bottom: -1px;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #fff;
	}
	.header.headr-style-1.header-bg-color .navbar-default .navbar-nav>li {
		margin: 0;
	}
	.navbar-collapse nav {
		padding-right: 20px;
	}
	.header.headr-style-1.header-bg-color .navbar-default .navbar-nav>li>a {
		padding: 15px 0;
		font-size: 17px;
	}
	.header.headr-style-1 .navbar-default .navbar-nav .dropdown-menu {
		margin-top: 0;
		background: transparent;
		margin-bottom: 30px;
	}
	.header.headr-style-1.header-bg-color .navbar-default .navbar-nav>.active>a::before {
		content: none;
	}
	.header.headr-style-1 .navbar-default .navbar-nav .dropdown-menu>li>a {
		color: #fff;
		border-color: rgba(255, 255, 255, 0.25);
		padding: 10px 0;
	}
	::-webkit-scrollbar {
		width: 2px;
	}
	::-webkit-scrollbar-track {
		background-color: #fff;
	}
	::-webkit-scrollbar-thumb {
		background-color: #222;
	}
	::-webkit-scrollbar-button {
		background-color: transparent;
	}
	.header.headr-style-1.header-bg-color .navbar-default .navbar-nav>.active>a {
		color: #333;
	}
}

@media (max-width: 991px) {}

@media (max-width: 767px) {
	/*g-recaptcha*/
	.g-recaptcha {
		transform: scale(0.82);
		-webkit-transform: scale(0.82);
		transform-origin: 0 0;
		-webkit-transform-origin: 0 0;
	}
	.page-header .title {
		font-size: 25px;
	}
	.main-title-h2 {
		font-size: 20px;
	}
	.main-title-h3 {
		font-size: 17px;
	}
	.cbp-l-caption-title {
		font-size: 12px;
	}
	.service-list ul li.list-2th {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px !important;
	}
	.service-list ul li {
		padding-bottom: 20px !important;
		border-bottom: 2px #677979 dashed !important;
	}
	.service-list ul li:last-child {
		border-bottom: 0 !important;
		margin-bottom: 0 !important;
		padding-bottom: 0 !important;
	}
	.service-list ul li .img-box {
		width: 70px;
	}
	.service-list ul li .text-box {
		padding-top: 0;
		padding-left: 10px;
		width: calc(100% - 76px);
	}
	.section-titles .title::before {
		width: 30px;
		height: 2px;
	}
	.img-list ul li.list-3th {
		width: 100%;
		margin: 0;
	}
	.img-list ul li .img-box .hover-box .hover-content img {
		width: 85px;
	}
	.title-icon {
		margin-bottom: 15px;
	}
	.title-icon img {
		width: 70px;
	}
	.sky-form .label {
		font-size: 15px;
		margin-bottom: 10px;
	}
	.sky-form .input input {
		height: 40px;
	}
	.contact-form .form-group {
		margin-bottom: 20px;
	}
	.sky-form .checkbox {
		font-size: 15px;
	}
	.link-block a, .link-block button {
		padding: 17px 0;
	}
	.contact-info-box {
		padding: 30px 0;
	}
	.contact-info .item {
		width: 100%;
		text-align: center;
		padding: 60px 36px 0;
	}
	.contact-info .item::before {
		top: 0;
		width: 56px;
		height: 46px;
		background-size: auto;
		left: 50%;
		margin-left: -28px;
	}
	.product-list-box .list-4th {
		width: calc(100% / 2 - 11px);
		margin: 0 15px 20px 0;
	}
	.product-list-box .list-4th:nth-child(4n) {
		margin-right: 15px;
	}
	.product-list-box .list-4th:nth-child(3n) {
		margin-right: 15px;
	}
	.product-list-box .list-4th:nth-child(2n) {
		margin-right: 0;
	}
	.product-list-box .product-box .pro-name a {
		padding: 10px 20px;
		color: #434343;
	}
	ul.pagenation-list li a {
		font-size: 15px;
		width: 32px;
		height: 32px;
		line-height: 32px;
	}
	.m-top10 {
		margin-top: 60px;
	}
	.m-top6 {
		margin-top: 30px;
	}
	.service-content .feature-col {
		min-height: auto;
		border-bottom: 2px #677979 dashed !important;
		padding-right: 0;
	}
	.side-image .image-container {
		position: relative;
		height: 375px;
		width: 100%;
	}
	.side-image .container .col-mdl-2 {
		margin: -155px 40px 60px;
		padding: 50px !important;
	}
	.callus-content {
		width: calc(100% - 156px);
		padding: 25px 0;
	}
	.bg-child {
		width: 215px;
		margin-left: -65px;
	}
	.callus-content .title {
		font-size: 25px;
		margin-bottom: 10px;
	}
	.callus-content .title-desc {
		font-size: 15px;
		margin-bottom: 15px;
	}
	.btn-c-sm {
		padding: 4px 11px;
	}
	.footer-link ul li {
		font-size: 15px;
		padding: 0 14px;
		margin-bottom: 10px;
	}
	.scrollup {
		width: 45px;
		height: 45px;
		background-size: 50px;
	}
	.breadcrumbs {
		width: 80%;
		text-align: center !important;
	}
	.breadcrumbs ul li {
		font-size: 13px;
	}
	.ms-skin-default .ms-nav-next, .ms-skin-default .ms-nav-prev {
		background-size: 30px;
	}
	.contact-form {
		padding: 50px 20px 30px;
	}
}

@media (max-width: 575px) {}

@media (max-width: 360px) {
	.side-image .container .col-mdl-2 {
		margin: -155px 30px 60px;
		padding: 30px !important;
	}
}

/*end. in
--------------------------------*/