/*reset*/
:focus {
	outline: 0;
}

body,
ul,
img,
input,
dl,
dd,
tr,
th,
td {
	margin: 0;
	padding: 0;
}

em {
	font-style: normal;
}

img {
	border: none;
	max-width: 100%;
}

a {
	text-decoration: none;
	color: #333;
}

input {
	padding: 0px;
	vertical-align: middle;
	line-height: normal;
	border: none;
}

body {
	overflow-x: hidden;
}

button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"]>input[type="button"]::-moz-focus-inner {
	border: none;
	padding: 0;
}

a:focus {
	outline: none;
}

iframe {
	max-width: 100%;
	width: 100%;
	border-radius: 20px;
}

p {
	margin: 5px;
}

/*share*/
body {
	font-size: 14px;
	font-family: 'Gilroy', arial, sans-serif;
	color: #333;
	background: #f9f8f4 url(../images/bg.jpg);
}

.bold {
	font-weight: bold;
}

.fontRed {
	color: red;
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

b,
strong {
	font-family: 'Gilroy bold';
	/*font-weight: normal;*/
}

@media only screen and (max-width: 768px) {
	.row {
		margin: 0;
	}
}

*:link,
*:visited,
*:hover,
*:active,
*:focus {
	transition: color .30s linear, background-color .30s linear, border-color .30s linear, opacity .30s linear, background-image .30s linear;
	-webkit-transition: color .30s linear, background-color .30s linear, border-color .30s linear, opacity .30s linear, background-image .30s linear;
}

@font-face {
	font-family: 'Gilroy';
	src: url(../font/Gilroy.eot);
	src: url(../font/Gilroyd41d.eot?#iefix) format('embedded-opentype'),
		url(../font/Gilroy.woff) format('woff'),
		url(../font/Gilroy.woff2) format('woff2'),
		url(../font/Gilroy.ttf) format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Gilroy bold';
	src: url(../font/GilroyB.eot);
	src: url(../font/GilroyBd41d.eot?#iefix) format('embedded-opentype'),
		url(../font/GilroyB.woff) format('woff'),
		url(../font/GilroyB.woff2) format('woff2'),
		url(../font/GilroyB.ttf) format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'BarlowCondensed medium';
	src: url(../font/BarlowCondensed-Medium.eot);
	src: url(../font/BarlowCondensed-Mediumd41d.eot?#iefix) format('embedded-opentype'),
		url(../font/BarlowCondensed-Medium.woff) format('woff'),
		url(../font/BarlowCondensed-Medium.woff2) format('woff2'),
		url(../font/BarlowCondensed-Medium.ttf) format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'BarlowCondensed Bold';
	src: url(../font/BarlowCondensed-Bold.eot);
	src: url(../font/BarlowCondensed-Boldd41d.eot?#iefix) format('embedded-opentype'),
		url(../font/BarlowCondensed-Bold.woff) format('woff'),
		url(../font/BarlowCondensed-Bold.woff2) format('woff2'),
		url(../font/BarlowCondensed-Bold.ttf) format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Great Vibes';
	src: url(../font/GreatVibes.eot);
	src: url(../font/GreatVibesd41d.eot?#iefix) format('embedded-opentype'),
		url(../font/GreatVibes.woff) format('woff'),
		url(../font/GreatVibes.woff2) format('woff2'),
		url(../font/GreatVibes.ttf) format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'lato';
	src: url(../font/lato.eot);
	src: url(../font/latod41d.eot?#iefix) format('embedded-opentype'),
		url(../font/lato.woff) format('woff'),
		url(../font/lato.html) format('woff2'),
		url(../font/lato.ttf) format('truetype');
	font-weight: normal;
	font-style: normal;
}

/*nav*/
.nav_content {
	position: relative;
	z-index: 10;
	margin-top: 0;
	background: #006993;
}

header .wrapper {
	display: none;
}

.wrapper .toggle {
	float: right;
	width: 36px;
	height: 36px;
	cursor: pointer;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	text-indent: -9999em;
	line-height: 24px;
	font-size: 1px;
	display: block;
	text-align: center;
	background: #ff5400;
	border-radius: 50%;
}

html.hc-yscroll {
	overflow-y: scroll
}

body.hc-nav-open {
	position: fixed;
	width: 100%;
	min-height: 100%
}

.hc-mobile-nav {
	display: none;
	position: fixed;
	top: 0;
	height: 100%;
	z-index: 9999999999;
	overscroll-behavior: none
}

.hc-mobile-nav.is-ios * {
	cursor: pointer !important
}

.hc-mobile-nav .nav-container {
	position: fixed;
	z-index: 99999999;
	top: 0;
	width: 240px;
	max-width: 100%;
	height: 100%;
	transition: transform .4s ease
}

.hc-mobile-nav .nav-wrapper {
	width: 100%
}

.hc-mobile-nav .nav-wrapper.nav-wrapper-1 {
	position: static;
	height: 100%;
	overflow: scroll;
	overflow-x: visible;
	overflow-y: auto
}

.hc-mobile-nav ul {
	list-style: none;
	margin: 0;
	padding: 0
}

.hc-mobile-nav li {
	position: relative;
	display: block
}

.hc-mobile-nav li.level-open>.nav-wrapper {
	visibility: visible
}

.hc-mobile-nav input[type="checkbox"] {
	display: none
}

.hc-mobile-nav label {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
	cursor: pointer
}

.hc-mobile-nav a {
	position: relative;
	display: block;
	box-sizing: border-box;
	cursor: pointer
}

.hc-mobile-nav a,
.hc-mobile-nav a:hover {
	text-decoration: none
}

.hc-mobile-nav.disable-body:not(.nav-open)::after {
	pointer-events: none
}

.hc-mobile-nav.disable-body::after,
.hc-mobile-nav.disable-body .nav-wrapper::after {
	content: '';
	position: fixed;
	z-index: 9990;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	overscroll-behavior: none;
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s ease .4s, opacity .4s ease
}

.hc-mobile-nav.disable-body.nav-open::after,
.hc-mobile-nav.disable-body .sub-level-open::after {
	visibility: visible;
	opacity: 1;
	transition-delay: .05s
}

.hc-mobile-nav.nav-levels-expand .nav-wrapper::after {
	display: none
}

.hc-mobile-nav.nav-levels-expand ul .nav-wrapper {
	min-width: 0;
	max-height: 0;
	overflow: hidden;
	transition: height 0s ease .4s
}

.hc-mobile-nav.nav-levels-expand .level-open>.nav-wrapper {
	max-height: none
}

.hc-mobile-nav.nav-levels-overlap ul .nav-wrapper {
	position: absolute;
	z-index: 9999;
	top: 0;
	height: 100%;
	visibility: hidden;
	transition: visibility 0s ease .4s, transform .4s ease
}

.hc-mobile-nav.nav-levels-overlap ul ul {
	height: 100%;
	overflow: scroll;
	overflow-x: visible;
	overflow-y: auto
}

.hc-mobile-nav.nav-levels-overlap ul li.nav-parent {
	position: static
}

.hc-mobile-nav.nav-levels-overlap ul li.level-open>.nav-wrapper {
	visibility: visible;
	transition: transform .4s ease
}

.hc-mobile-nav.side-left {
	left: 0
}

.hc-mobile-nav.side-left .nav-container {
	left: 0;
	transform: translate3d(-100%, 0, 0)
}

.hc-mobile-nav.side-left.nav-levels-overlap li.level-open>.nav-wrapper {
	transform: translate3d(-40px, 0, 0)
}

.hc-mobile-nav.side-left.nav-levels-overlap li .nav-wrapper {
	left: 0;
	transform: translate3d(-100%, 0, 0)
}

.hc-mobile-nav.side-right {
	right: 0
}

.hc-mobile-nav.side-right .nav-container {
	right: 0;
	transform: translate3d(100%, 0, 0)
}

.hc-mobile-nav.side-right.nav-levels-overlap li.level-open>.nav-wrapper {
	transform: translate3d(40px, 0, 0)
}

.hc-mobile-nav.side-right.nav-levels-overlap li .nav-wrapper {
	right: 0;
	transform: translate3d(100%, 0, 0)
}

.hc-mobile-nav.nav-open .nav-container {
	transform: translate3d(0, 0, 0)
}

.hc-nav-trigger {
	position: absolute;
	cursor: pointer;
	display: none;
	top: 20px;
	z-index: 9980;
	min-height: 24px
}

.hc-nav-trigger span {
	width: 30px;
	top: 50%;
	transform: translateY(-50%);
	transform-origin: 50% 50%
}

.hc-nav-trigger span,
.hc-nav-trigger span::before,
.hc-nav-trigger span::after {
	position: absolute;
	left: 0;
	height: 4px;
	background: #34495E;
	transition: all .2s ease
}

.hc-nav-trigger span::before,
.hc-nav-trigger span::after {
	content: '';
	width: 100%
}

.hc-nav-trigger span::before {
	top: -10px
}

.hc-nav-trigger span::after {
	bottom: -10px
}

.hc-nav-trigger.toggle-open span {
	background: rgba(0, 0, 0, 0);
	transform: rotate(45deg)
}

.hc-nav-trigger.toggle-open span::before {
	transform: translate3d(0, 10px, 0)
}

.hc-nav-trigger.toggle-open span::after {
	transform: rotate(-90deg) translate3d(10px, 0, 0)
}

.hc-mobile-nav::after,
.hc-mobile-nav .nav-wrapper::after {
	background: rgba(0, 0, 0, 0.3)
}

.hc-mobile-nav .nav-wrapper {
	z-index: 2;
	background: #f9f8f4 url(../images/bg.jpg);
}

.hc-mobile-nav.nav-open .nav-wrapper {
	box-shadow: 1px 0 2px rgba(0, 0, 0, 0.2)
}

.hc-mobile-nav h2 {
	font-size: 20px;
	font-weight: normal;
	text-align: left;
	padding: 15px 17px;
	color: #ff5400;
	font-family: 'BarlowCondensed medium';
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 0;
	background: rgba(0, 0, 0, 0.05);
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.hc-mobile-nav a {
	padding: 10px 17px;
	font-size: 14px;
	color: #333;
	z-index: 1;
	background: rgba(0, 0, 0, 0);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	font-family: 'Gilroy bold';
}

.hc-mobile-nav:not(.touch-device) a:hover {
	background: #f2f2f2
}

.hc-mobile-nav li {
	text-align: left
}

.hc-mobile-nav li.nav-close a,
.hc-mobile-nav li.nav-back a {
	background: rgba(0, 0, 0, 0.05);
	background-size: 100%;
	text-transform: uppercase;
	color: #808080;
}

.hc-mobile-nav li.nav-close a:hover,
.hc-mobile-nav li.nav-back a:hover {
	background: rgba(0, 0, 0, 0.2)
}

.hc-mobile-nav li.nav-parent a {
	padding-right: 58px
}

.hc-mobile-nav li.nav-close span,
.hc-mobile-nav li.nav-parent span.nav-next,
.hc-mobile-nav li.nav-back span {
	position: absolute;
	top: 0;
	right: 0;
	width: 45px;
	height: 100%;
	text-align: center;
	cursor: pointer;
	transition: background .2s ease;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.hc-mobile-nav li.nav-close span::before,
.hc-mobile-nav li.nav-close span::after {
	content: '';
	display: inline-block;
	background: #4d4d4d;
	width: 20px;
	height: 2px;
	margin: 2px 0;
}

.hc-mobile-nav li.nav-close span::before {
	transform: rotate(45deg) translate(4px, 0px);
	-webkit-transform: rotate(45deg) translate(4px, 0px);
}

.hc-mobile-nav li.nav-close span::after {
	transform: rotate(-45deg) translate(4px, 0px);
	-webkit-transform: rotate(-45deg) translate(4px, 0px);
}

.hc-mobile-nav span.nav-next::before,
.hc-mobile-nav li.nav-back span::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 8px;
	height: 8px;
	margin-left: -2px;
	box-sizing: border-box;
	border-top: 2px solid #808080;
	border-left: 2px solid #808080;
	transform-origin: center
}

.hc-mobile-nav span.nav-next::before {
	transform: translate(-50%, -50%) rotate(135deg)
}

.hc-mobile-nav li.nav-back span::before {
	transform: translate(-50%, -50%) rotate(-45deg)
}

.hc-mobile-nav.side-right span.nav-next::before {
	margin-left: 0;
	margin-right: -2px;
	transform: translate(-50%, -50%) rotate(-45deg)
}

.hc-mobile-nav.side-right li.nav-back span::before {
	margin-left: 0;
	margin-right: -2px;
	transform: translate(-50%, -50%) rotate(135deg)
}

#main-nav {
	display: none
}

header {
	position: relative;
	padding: 50px 0 20px
}

header .git svg {
	width: 15px;
	height: 15px;
	fill: #fffce1;
	position: relative;
	top: 2px;
	padding: 0 10px;
	margin-right: 10px;
	border-right: 1px solid #4daabb;
	transition: border-color .15s ease-in-out
}

header .toggle {
	position: absolute;
	cursor: pointer;
	display: none;
	z-index: 9980;
	min-height: 24px;
	top: 43px;
	right: 60px;
	display: block;
	cursor: pointer;
	box-sizing: content-box;
	font-size: 16px;
	line-height: 24px;
}

header .toggle span {
	width: 20px;
	top: 50%;
}

header .toggle span,
header .toggle span::before,
header .toggle span::after {
	position: absolute;
	left: 50%;
	height: 2px;
	background: #fff;
	transition: all .1s ease;
	margin-left: -10px;
	border-radius: 10px;
}

header .toggle span::before,
header .toggle span::after {
	content: '';
	width: 100%;
	border-radius: 5px;
}

header .toggle span::before {
	top: -6px
}

header .toggle span::after {
	bottom: -6px
}

header .toggle.toggle-open span {
	background: rgba(0, 0, 0, 0);
	transform: rotate(45deg)
}

header .toggle.toggle-open span::before {
	transform: translate3d(0, 6px, 0)
}

header .toggle.toggle-open span::after {
	transform: rotate(-90deg) translate3d(6px, 0, 0)
}

header .toggle:hover span,
header .toggle:hover span::before,
header .toggle:hover span::after {}

header .toggle div {
	display: inline-block;
	margin-right: 15px
}

.hc-mobile-nav .nav-container {
	width: 280px
}

.hc-mobile-nav a {
	font-size: 18px;
	text-transform: capitalize;
}

.hc-mobile-nav ul li ul li a {
	font-size: 14px;
	font-family: 'Gilroy';
	text-transform: capitalize;
}

.hc-mobile-nav ul.first-nav>li>a {
	font-family: 'BarlowCondensed medium';
	text-transform: uppercase;
}

.hc-mobile-nav ul.second-nav>li>a {
	text-transform: uppercase;
	font-family: 'BarlowCondensed medium';
}

/*mainmenu*/
.mainmenu-area {
	padding-right: 0;
	width: auto;
	margin-top: 10px;
	padding-top: 0;
}

.mainmenu_box {
	float: left;
	width: 36%;
	padding-right: 0;
}

.find .product_vmegamenu>ul li a {
	padding: 12px 10px;
}

.product_vmegamenu ul li a.hover-icon::after {
	content: "\f107";
	font-family: FontAwesome;
	font-size: 18px;
	position: absolute;
	right: 0;
	color: #808080;
	top: 14px;
}

.product_vmegamenu>ul>li a img {
	max-width: 100%;
	height: auto;
}

.product_vmegamenu>ul>li .vmegamenu {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #eaeaea;
	box-shadow: 0 0 5px -1px #666666;
	left: 0;
	position: absolute;
	top: 82px;
	width: 100%;
	opacity: 0;
	z-index: 999999;
	-webkit-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
	visibility: hidden;
	padding: 10px;
}

.product_vmegamenu ul li:hover .vmegamenu {
	opacity: 1;
	top: 52px;
	visibility: visible;
}

.product_vmegamenu ul li .vmegamenu span {
	float: left;
	padding: 15px;
	width: 20%;
}

.product_vmegamenu ul li .vmegamenu span s {
	display: block;
}

.product_vmegamenu ul li .vmegamenu span img {
	max-width: 100%;
}

.product_vmegamenu ul li .vmegamenu span a.vgema-title {
	border-bottom: 1px solid #eaeaea;
	font-size: 14px;
	background: #ededed;
	padding: 10px;
	text-transform: capitalize;
	text-align: center;
	letter-spacing: normal;
}

.product_vmegamenu ul li .vmegamenu span:hover a.vgema-title {
	background: #226cc5;
	color: #fff;
}

.product_vmegamenu ul li .vmegamenu2 {
	width: 400px;
}

.product_vmegamenu ul li .vmegamenu2 span {
	padding: 15px;
	width: 50%;
}

/* mainmenu */
.mainmenu {
	text-align: right;
}

.mainmenu>nav>ul>li {
	display: inline-block;
	padding: 0 40px;
}

.mainmenu ul li a {
	transition: all .3s;
}

.mainmenu>nav>ul>li>a {
	color: #004771;
	display: inline-block;
	font-size: 22px;
	line-height: 24px;
	padding: 13px 0;
	text-transform: capitalize;
	transition: all .5s;
	font-family: 'BarlowCondensed medium';
	position: relative;
	z-index: 2;
	background-position: center center;
	background-repeat: no-repeat;
	align-items: center;
	justify-content: center;
}

/*.mainmenu nav>ul>li>a:before{
	position: absolute;left: 50%;bottom:0;width:0;height:5px;background:url(../images/nav_line.png) repeat-x center center;content: '';z-index: -1;transition: 0.5s all;-webkit-transition: 0.5s all;-o-transition: 0.5s all;-moz-transition: 0.5s all;-ms-transition: 0.5s all;
}
.mainmenu nav>ul>li:hover>a:before,.mainmenu nav>ul>li.active>a:before ,.mainmenu nav>ul>li#active>a:before{
	width: 100%; left: 0px;
}*/
.mainmenu nav>ul>li>a i {
	position: relative;
}

.mainmenu nav>ul>li>a i:before,
.mainmenu nav>ul>li>a i:after {
	content: '';
	display: block;
	width: 6px;
	height: 2px;
	background: #cccccc;
	position: absolute;
	pointer-events: none;
	transition: all .3s cubic-bezier(.645, .045, .355, 1);
	-webkit-transition: all .3s cubic-bezier(.645, .045, .355, 1);
	z-index: 5;
}

.mainmenu nav>ul>li>a i:before {
	right: -12px;
	top: 12px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

.mainmenu nav>ul>li:hover>a i:before,
.mainmenu nav>ul>li.active>a i:before,
.mainmenu nav>ul>li#active>a i:before {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	background-color: #fff;
}

.mainmenu nav>ul>li>a i:after {
	right: -15px;
	top: 12px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

.mainmenu nav>ul>li:hover>a i:after,
.mainmenu nav>ul>li.active>a i:after,
.mainmenu nav>ul>li#active>a i:after {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	background-color: #fff;
}

.mainmenu ul li:hover>a,
.mainmenu ul li.active>a {
	color: #ff5400;
}

.mainmenu>nav>ul>li:hover>a,
.mainmenu>nav>ul>li.active>a {
	text-decoration: none;
	color: #ff5400;
}

.mainmenu>nav>ul>li.active>a,
.mainmenu>nav>ul>li#active>a {
	color: #ff5400;
}

.mainmenu>nav>ul>li>ul {
	box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
	left: auto;
	opacity: 0;
	position: absolute;
	top: auto;
	transform: scaleY(0);
	transform-origin: 0 0 0;
	transition: all 0.4s ease 0s;
	z-index: 99999999;
	padding: 5px;
	visibility: hidden;
	text-align: left;
	width: 220px;
	background: #fff;
	transition: .3s ease;
	padding: 5px 0;
	background: #fafafa;
}

.mainmenu ul li:hover>ul {
	opacity: 1;
	visibility: visible;
	transform: scaleY(1);
}

.mainmenu ul li>ul li {
	display: block;
	padding: 0;
	background: none;
	position: relative;
	width: 100%;
}

.mainmenu ul li>ul li>a {
	color: #333;
	padding: 10px 15px;
	text-transform: capitalize;
	font-size: 14px;
	font-style: normal;
	position: relative;
	z-index: 1;
	overflow: hidden;
	display: block;
	background-repeat: no-repeat;
	background-position: 90% center;
	font-family: 'Gilroy';
	transition: all .5s;
}

.mainmenu ul li>ul li>a:hover {
	text-decoration: none;
	color: #ff5400;
	background-position: right center;
	padding-left: 17px;
}

.mainmenu ul li>ul li>a:before {
	content: '';
	width: 3px;
	background: #ff5400;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	transform: scaleX(0);
	transform-origin: 0 0 0;
	transition: all 0.4s ease 0s;
	z-index: -1;
}

.mainmenu ul li>ul li>a:hover:before {
	opacity: 1;
	visibility: visible;
	transform: scaleX(1);
}

.mainmenu ul li>ul li>a:after {
	content: '';
	left: 15px;
	right: 15px;
	background: #e5e5e5;
	position: absolute;
	bottom: 0;
	height: 1px;
	z-index: -2;
}

.mainmenu ul li>ul li:last-child>a:after {
	background: #fff;
}

.mainmenu ul li>ul li.has-menu::after {
	content: "\f105";
	font-family: FontAwesome;
	font-size: 14px;
	color: #ff5400;
	position: absolute;
	right: 20px;
	top: 50%;
	line-height: 20px;
	margin-top: -10px;
}

.mainmenu>nav>ul>li ul.vmegamenu02 {
	box-shadow: 0 5px 20px rgba(0, 0, 0, .05);
	left: 279px;
	opacity: 0;
	position: absolute;
	top: auto;
	transform: scaleX(0);
	transform-origin: 0 0 0;
	transition: all 0.4s ease 0s;
	z-index: 99999999;
	padding: 5px 0 10px 0;
	visibility: hidden;
	text-align: left;
	width: 240px;
	background: #fafafa;
	transition: .3s ease;
	margin-top: -45px;
}

.mainmenu ul li:hover>ul.vmegamenu02 {
	opacity: 1;
	visibility: visible;
	transform: scaleX(1);
}

.mainmenu ul li>ul.vmegamenu02 li>a {
	padding: 10px;
}

.mainmenu ul li>ul.vmegamenu02 li>a:after {
	background: #e5e5e5;
	left: 10px;
	right: 10px;
}

.mainmenu>nav>ul>li.product_vmegamenu>ul {
	width: 280px;
}

.mainmenu ul li>ul li .nav_list li {
	padding: 0 10px;
	margin-bottom: 20px;
	width: 12.5%;
}

.nav_list li:nth-child(8n+1) {
	clear: both;
}

.nav_list li .top {
	margin-bottom: 15px;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 10px;
}

.nav_list li .top .title {
	margin-left: 0;
	font-size: 20px;
	color: #004771;
	padding: 0;
	line-height: 24px;
	max-height: 48px;
	display: block;
	text-transform: capitalize;
	vertical-align: middle;
	font-family: 'BarlowCondensed medium';
	margin-top: 5px;
}

.nav_list li .top .title:hover {
	color: #ff5400;
	text-decoration: none;
}

.nav_list li .top .image {
	display: block;
	max-width: 40px;
	margin: 0;
}

.nav_list li p {
	margin: 0;
	margin-bottom: 5px;
}

.nav_list li p a {
	font-size: 14px;
	color: #4d4d4d;
	line-height: 20px;
	padding: 2px 0;
	display: inline-block;
	text-transform: capitalize;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	font-family: 'Gilroy'
}

.nav_list li p a:before {
	content: "\f105";
	color: #999;
	padding-right: 5px;
	font-family: FontAwesome;
	transition: all .5s;
}

.nav_list li p a:hover {
	color: #ff5400;
	text-decoration: none;
}

.nav_list li p a:hover:before {
	color: #ff5400;
}

.nav_list li .image {
	display: block;
	margin-botom: 5px;
	overflow: hidden;
	padding: 0;
	margin-bottom: 10px;
}

.mainmenu ul li.product_vmegamenu>ul li .image:hover {
	padding: 0;
}

.nav_list li .image {
	max-width: 100%;
	height: auto;
}

.nav_list li .image img {
	transition: all .5s;
	border-radius: 10px;
}

.mainmenu ul li.product_vmegamenu>ul li.nav_img {
	padding-left: 20px;
	padding-right: 5px;
}

.mainmenu ul li.product_vmegamenu>ul li.nav_img a {
	padding: 0;
}

header.small .wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: url(../images/bg_footer.jpg) no-repeat;
	box-shadow: 0 0 10px 2px rgba(255, 255, 255, 0.1);
	padding: 0 0 5px 0;
	z-index: 9999999999;
	min-height: 40px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

header.small .wrapper .toggle {
	top: 0;
	margin-right: 15px;
	position: inherit;
	right: 0;
	background-color: transparent;
}

header.small .toggle span,
header.small .toggle span::before,
header.small .toggle span::after {
	background: #fff;
}

header.small .mainmenu-area {
	margin-top: 0;
}

@media only screen and (max-width: 1260px) {
	.mainmenu>nav>ul>li {
		padding: 0 15px;
	}
}

@media only screen and (max-width: 992px) {
	header .wrapper {
		display: block;
	}

	.vmegamenu {
		padding: 0px 0px !important;
	}

	.mainmenu-area {
		margin: 0;
		padding: 0;
	}

	.mobile-menu-area {
		top: 25px;
	}

	.nav_content {
		border: none;
		margin: 0;
		z-index: 9999999;
	}

	.nav_content>.container {
		width: 100%;
	}
}

/*index*/
.header .right {
	padding-top: 15px;
	float: right;
	width: 80%;
}

.header .social_icons {
	float: right;
	padding: 0;
	padding-top: 5px;
}

.header .social_icons li {
	padding: 0 5px;
}

.header .social_icons li a {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.header .social_icons li a img {
	max-width: 16px;
}

.header .social_icons li a.sns_f {
	background: #3b5998;
}

.header .social_icons li a.sns_t {
	background: #44ccf6;
}

.header .social_icons li a.sns_l {
	background: #0275b6;
}

.header .social_icons li a.sns_y {
	background: #ff0000;
}

.head_con {
	list-style: none;
	float: left;
	padding-top: 0;
}

.head_con li {
	margin-right: 40px;
	display: inline-flex;
	text-align: left;
	align-items: center;
}

.head_con li .icon {
	min-width: 19px;
	height: 19px;
	max-width: 19px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 5px;
}

.head_con li .icon span {
	display: inline-block;
	min-width: 26px;
	max-width: 26px;
	height: 26px;
	transition: all .5s;
	background-image: url(../images/icon.png);
	margin-right: 10px;
}

.head_con li .wrap {
	padding-left: 10px;
}

.head_con li em {
	display: block;
	color: #808080;
	line-height: 20px;
	text-transform: uppercase;
	font-size: 13px;
}

.head_con li p {
	display: block;
	color: #808080;
	font-size: 12px;
	margin: 0;
	line-height: 20px;
}

.head_con li a {
	color: #004771;
	font-size: 17px;
	line-height: 24px;
}

.head_con li a:hover {
	color: #ff5400;
}

.header {
	transition: all .5s;
	position: relative;
	background: url(../images/bg.jpg);
}

#logo {
	position: relative;
	text-align: left;
	float: left;
	z-index: 9999999;
	padding-top: 12px;
	padding-bottom: 15px;
}

#logo:before {
	content: '';
	background: #000;
	position: absolute;
	right: -80px;
	height: 100%;
	top: 0;
	opacity: 0.03;
	filter: alpha(opacity=3);
	display: block;
	width: 500vh;
	clip-path: polygon(0% 0%, 99% 0%, 100% 100%, 0% 100%);
	-webkit-clip-path: polygon(0% 0%, 99% 0%, 100% 100%, 0% 100%);
	z-index: -1;
}

#logo h1 {
	margin: 0;
	padding: 0;
	display: flex;
	align-items: flex-end;
}

#logo a {
	padding: 0;
	display: inline-block;
}

#logo img {
	max-width: 132px;
	height: auto;
	padding: 0;
	transition: all .5s;
}

.select {
	float: right;
	padding-top: 8px;
	margin-left: 20px;
	/*background:url(../images/bg_lan.jpg) no-repeat left center;*/
	padding-left: 10px;
	padding-bottom: 8px;
	margin-right: 20px;
}

.select>a {
	display: inline-block;
	font-size: 15px;
	color: #808080;
	position: relative;
}

.select>a p {
	display: inline-block;
	margin: 0;
	text-transform: capitalize;
	color: #808080
}

.select>a p:after {
	content: "\f107";
	font-family: 'FontAwesome';
	font-size: 13px;
	margin-left: 5px;
}

.select>a img {
	margin-right: 0;
}

.select>a:hover,
.select>a:link {
	text-decoration: none;
}

.select-modal {
	position: fixed;
	top: 0;
	left: 50%;
	width: 50%;
	width: 80%;
	height: auto;
	z-index: 99999999995;
	visibility: hidden;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.select-show {
	visibility: visible;
	transition: all .5s;
}

.select-show .select-content {
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
	border-radius: 0 0 3px 3px;
	opacity: 1;
	filter: alpha(opacity=100);
}

.select-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	visibility: hidden;
	top: 0;
	left: 0;
	z-index: 99999999;
	opacity: 0;
	filter: alpha(opacity=0);
	background: rgba(1, 1, 1, 0.4);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.select-show~.select-overlay {
	opacity: 1;
	visibility: visible;
	filter: alpha(opacity=100);
}

.select-content {
	color: #5b5b5b;
	background: #f9f9f9 url(../images/language_bg.jpg) no-repeat left top;
	position: relative;
	border-radius: 0px;
	margin: 0 auto;
	-webkit-transform: translateY(-200%);
	-moz-transform: translateY(-200%);
	-ms-transform: translateY(-200%);
	transform: translateY(-200%);
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
	opacity: 0;
	filter: alpha(opacity=0);
	padding: 50px;
}

.select-content em {
	display: block;
	font-size: 24px;
	line-height: 24px;
	color: #004771;
	text-transform: uppercase;
	margin-bottom: 20px;
	border-bottom: 1px solid #eee;
	padding-bottom: 15px;
	font-family: 'BarlowCondensed bold';
	text-align: center;
}

.select-content .list {
	list-style: none;
	text-align: center;
}

.select-content .list li {
	margin-bottom: 30px;
	padding: 0 10px;
	width: auto;
	float: none;
	margin: 0 10px;
	display: inline-block;
}

.select-content .list li img {
	border: 1px solid #e5e5e5;
}

.select-content .list li p {
	display: inline-block;
	margin: 0;
	margin-left: 10px;
	font-size: 15px;
	text-transform: capitalize;
	line-height: 20px;
}

.select-content .list li:hover p {
	color: #ff5400;
	text-decoration: underline;
}

.select-content .select-close {
	position: absolute;
	right: 50px;
	top: 48px;
	border: none;
	background-color: transparent;
}

.select-content .select-close i {
	width: 30px;
	height: 30px;
	display: flex;
	position: relative;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.select-content .select-close i:before,
.select-content .select-close i:after {
	content: '';
	display: inline-block;
	background: #4d4d4d;
	width: 20px;
	height: 2px;
	margin: 2px 0;
}

.select-content .select-close i:before {
	transform: rotate(45deg) translate(4px, 0px);
	-webkit-transform: rotate(45deg) translate(4px, 0px);
}

.select-content .select-close i:after {
	transform: rotate(-45deg) translate(4px, 0px);
	-webkit-transform: rotate(-45deg) translate(4px, 0px);
}

/* Top Search*/
.search_box {
	float: right;
	z-index: 99999999;
	margin-right: 0;
	padding-left: 20px;
	border-left: 2px dashed #dddcd9;
}

.search i {
	width: 21px;
	height: 21px;
	background: url(../images/icon.png) no-repeat -130px -3px;
	display: inline-block;
	position: relative;
	vertical-align: middle;
}

.search p {
	display: inline-block;
	margin: 0;
	font-size: 15px;
	text-transform: capitalize;
	color: #808080;
	margin-right: 5px;
	vertical-align: middle;
}

.top-search {
	display: block;
	width: 100%;
	max-width: 100%;
	position: absolute;
	right: 0;
	top: 128px;
	display: none;
	z-index: 9999999;
	background: rgba(255, 255, 255, 0.9);
	border-radius: 0;
	box-shadow: 0px 5px 15px 2px rgba(0, 0, 0, 0.1);
}

.top-search em {
	display: block;
	font-size: 20px;
	line-height: 24px;
	color: #004771;
	text-transform: uppercase;
	margin-bottom: 20px;
	font-family: 'BarlowCondensed medium';
	text-align: left;
	display: none;
}

.top-search .input-group-addon i {
	width: 20px;
	height: 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.top-search .input-group-addon i:before,
.top-search .input-group-addon i:after {
	content: '';
	display: inline-block;
	background: #999;
	width: 20px;
	height: 2px;
	margin: 2px 0;
}

.top-search .input-group-addon i:before {
	transform: rotate(45deg) translate(4px, 0px);
	-webkit-transform: rotate(45deg) translate(4px, 0px);
}

.top-search .input-group-addon i:after {
	transform: rotate(-45deg) translate(4px, 0px);
	-webkit-transform: rotate(-45deg) translate(4px, 0px);
}

.top-search .form-control {
	box-shadow: none;
	border: none;
	border-bottom: 2px solid #e5e5e5;
	background: transparent;
	color: #808080;
	height: 50px;
	line-height: 50px;
	padding: 0 50px 0 0;
	text-align: left;
	font-size: 15px;
	font-family: 'Gilroy';
	border-radius: 0;
	transition: all .5s;
}

.top-search input.form-control:focus {
	color: #333;
	font-style: inherit;
	background: #fff;
	padding-left: 10px;
}

.top-search .input-group-addon.close-search {
	cursor: pointer;
}

.btn_search1 {
	background: #ff5400 url(../images/icon.png) no-repeat -272px 9px;
	top: 2px;
	height: 46px;
	position: absolute;
	right: 0;
	width: 50px;
	z-index: 3;
}

.header_search {
	position: relative;
}

.top-search .input-group-addon {
	background-color: transparent;
	border: none;
	color: #666;
	padding-left: 0;
	padding-right: 0;
}

.top-search .input-group-addon.close-search {
	cursor: pointer;
	float: right;
	position: absolute;
	right: 5px;
	top: 20px;
	width: 40px;
	height: 50px;
	border-radius: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.attr-nav {
	float: right;
	z-index: 9999999;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 7px 0;
}

.attr-nav ul li {
	list-style: none;
}

.top-search .input-group {
	max-width: 100%;
	margin: 0 auto;
	padding: 20px 60px 20px 0;
	border-radius: 0;
}

/* Sizes for the bigger menu */
header {
	width: 100%;
	z-index: 9999999;
	padding: 0;
	position: fixed;
}

header.large {
	top: 0;
	padding: 0;
}

header.small {
	left: 0;
	top: 0;
	box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.1);
	padding: 0;
}

header.small #logo {
	padding: 5px 0;
}

header.small #logo img {
	max-width: 80px;
}

header.small .head_con,
header.small .header .social_icons,
header.small .header .select,
header.small .header .search_box {
	display: none
}

header.small .header .right {
	padding-top: 5px;
}

.height {
	padding-top: 128px;
}

@media only screen and (max-width: 1260px) {
	.head_con {
		display: none;
	}

	.header .social_icons {
		display: none;
	}
}

@media only screen and (max-width: 992px) {

	header,
	header.large {
		border: none;
		position: inherit;
		position: relative;
		top: 0;
		padding: 0;
		z-index: 999999;
	}

	header.large .header,
	.header,
	header.small .header {
		background: #fff;
		position: relative;
		padding: 0;
		z-index: 999999;
		background-color: transparent;
	}

	.header>.container {
		width: 100%;
	}

	.header .row {
		margin: 0;
	}

	.header #logo,
	header.small #logo,
	header.large .header.page_header #logo {
		padding: 10px 0;
		position: relative;
		z-index: 9999999;
		float: left;
		margin: 0;
	}

	.header #logo img,
	header.small #logo img {
		max-width: 90px;
	}

	#logo:before {
		right: -50px;
	}

	.height {
		padding: 0;
	}

	.search_box {
		margin: 0;
		max-width: 100%;
		padding: 0;
		width: auto;
	}

	.top-search {
		top: 88px;
		background: #fff;
	}

	.search i {
		width: 32px;
		height: 32px;
		border-radius: 0;
		background-position: -124px 2px;
	}

	.attr-nav {
		padding-top: 0;
		position: absolute;
		right: 10px;
		top: 43px;
		padding: 0;
		border-radius: 50%;
		height: 36px;
		width: 36px;
		z-index: 9999999999;
		background: #eeede9;
	}

	.top-search em {
		font-size: 20px;
		line-height: 24px;
		margin-bottom: 15px;
		text-transform: uppercase;
		display: block;
	}

	.search p {
		display: none;
	}

	.select {
		padding: 0;
		padding-top: 0;
		margin-top: 0;
		background: none;
		margin: 0;
	}

	.select>a {
		background: none;
		padding: 0;
		margin-top: 0;
		font-size: 14px;
	}

	.select-modal {
		width: 85%;
	}

	.select-content {
		padding: 40px 20px;
	}

	.select-content em {
		font-size: 20px;
		line-height: 24px;
		margin-bottom: 15px;
		font-family: 'BarlowCondensed medium';
	}

	.select-content .list li {
		margin: 0;
		margin-bottom: 20px;
		float: left;
		width: 20%;
	}

	.select-content .list li p {
		font-size: 13px;
	}

	.select-content .select-close {
		right: 20px;
		top: 40px;
	}

	.select li {
		margin-right: 0;
		margin-left: 20px;
	}

	.header .right {
		padding-top: 10px;
		width: auto;
	}
}

@media only screen and (max-width: 768px) {
	.select-content {
		background: url(../images/bg.jpg);
		padding-bottom: 20px;
	}

	.select-content .list li {
		display: block;
		text-align: center;
		width: 33.33%;
	}

	.select-content .list li p {
		display: block;
		margin: 0;
		margin-top: 5px;
	}
}

@media only screen and (max-width: 480px) {
	.select-modal {
		width: 95%;
	}

	.select-content {
		background-size: 50%;
	}

	.select-content .select-close {
		right: 5px;
		top: 5px;
	}

	.top-search .input-group {
		width: 100%;
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 30px;
	}

	.top-search .input-group-addon.close-search {
		top: 0;
		padding: 0;
		height: 40px;
	}
}

/*banner*/
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-prev,
.carousel-control .icon-next {
	width: 30px;
	height: 80px;
	background: rgba(0, 0, 0, 0.3);
	line-height: 80px;
	border-radius: 2px;
}

.carousel-control.left,
.carousel-control.right {
	background: none;
}

.glyphicon-chevron-left:before {
	content: "\f104";
}

.glyphicon-chevron-right:before {
	content: "\f105";
}

.carousel-indicators li {
	border: 1px solid #808080;
	width: 20px;
}

.carousel-indicators .active {
	border: 1px solid #0267bb;
	background: #0267bb;
	width: 20px;
	height: 10px;
	margin: 1px;
}

.carousel-indicators {
	display: none;
}

.carousel-inner>.item .container {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}

.carousel-inner>.item .slide-text-m {
	text-align: center;
	padding-bottom: 20px;
}

.carousel-inner>.item .slide-text-m span {
	display: block;
	color: #004771;
	font-size: 30px;
	text-transform: uppercase;
	line-height: 32px;
	margin-bottom: 20px;
}

.carousel-inner>.item .slide-text-m em {
	display: inline-block;
	background: #ff5400;
	border-radius: 5px;
	color: #ffffff;
	font-size: 72px;
	line-height: 110%;
	padding: 10px 50px;
	font-family: 'BarlowCondensed Bold';
	letter-spacing: 1px;
}

.carousel-inner>.item .slide-text-m p {
	margin: auto;
	margin-top: 20px;
	font-size: 20px;
	line-height: 28px;
	max-width: 50%;
	max-height: 84px;
	overflow: hidden;
}

.carousel-inner>.item .main_more {
	box-shadow: 0 5px 15px 1px rgba(0, 0, 0, 0.1);
}

.carousel-inner>.item .main_more a {
	font-size: 18px;
	background-color: #fff;
	color: #ff5400;
}

.carousel-inner>.item .main_more a:after {
	content: '';
	width: 22px;
	height: 22px;
	background: url(../images/icon.png) no-repeat;
	background-position: -76px -2px;
	display: inline-block;
	vertical-align: middle;
}

@media only screen and (min-width: 768px) {
	.carousel-control {
		width: 5%;
	}

	#myCarousel .carousel-control .icon-prev,
	#myCarousel .carousel-control .glyphicon-chevron-left {
		left: -100%;
		-webkit-transition: all var(--transition-time, 500ms);
		-o-transition: all var(--transition-time, 500ms);
		transition: all var(--transition-time, 500ms);
	}

	#myCarousel:hover .carousel-control .icon-prev,
	#myCarousel:hover .carousel-control .glyphicon-chevron-left {
		left: 50%;
	}

	#myCarousel .carousel-control .icon-next,
	#myCarousel .carousel-control .glyphicon-chevron-right {
		right: -100%;
		-webkit-transition: all var(--transition-time, 500ms);
		-o-transition: all var(--transition-time, 500ms);
		transition: all var(--transition-time, 500ms);
	}

	#myCarousel:hover .carousel-control .icon-next,
	#myCarousel:hover .carousel-control .glyphicon-chevron-right {
		right: 50%;
	}
}

@media only screen and (max-width: 1260px) {
	.carousel-inner>.item .slide-text-m {
		padding-bottom: 0;
	}

	.carousel-inner>.item .slide-text-m span {
		font-size: 24px;
		line-height: 28px;
	}

	.carousel-inner>.item .slide-text-m em {
		font-size: 48px;
		line-height: 50px;
		padding: 10px 30px;
	}

	.carousel-inner>.item .slide-text-m p {
		font-size: 15px;
		line-height: 24px;
		max-height: 48px;
	}
}

@media only screen and (max-width: 992px) {
	.carousel-inner>.item .slide-text-m span {
		font-size: 19px;
		line-height: 21px;
		margin-bottom: 10px;
	}

	.carousel-inner>.item .slide-text-m em {
		font-size: 32px;
		line-height: 36px;
		font-family: 'BarlowCondensed medium';
	}

	.carousel-inner>.item .slide-text-m p {
		margin-top: 10px;
		max-width: 100%;
	}
}

@media only screen and (max-width: 768px) {
	.carousel-inner>.item .container {
		width: 100%;
	}

	.carousel-control .glyphicon-chevron-left,
	.carousel-control .glyphicon-chevron-right,
	.carousel-control .icon-prev,
	.carousel-control .icon-next {
		width: 30px;
		top: 32%;
		height: 60px;
		line-height: 60px;
	}

	.carousel-control {
		width: 10%;
	}

	#myCarousel .attachment_line_bottom {
		display: none;
	}

	.carousel-inner>.item .slide-text-m span {
		display: none;
	}

	.carousel-inner>.item .slide-text-m em {
		font-size: 24px;
		line-height: 28px;
		padding: 5px 20px;
	}

	.carousel-inner>.item .slide-text-m p {
		margin-top: 10px;
		max-width: 100%;
	}

	.carousel-inner>.item .main_more {
		margin-top: 10px;
	}
}

@media only screen and (max-width: 520px) {
	.carousel-inner>.item .slide-text-m em {
		background: none;
		padding: 0;
		display: block;
		font-size: 20px;
		line-height: 24px;
		color: #333;
	}

	.carousel-inner>.item .slide-text-m p {
		display: none;
	}

	.carousel-inner>.item .main_more a {
		font-size: 16px;
	}
}

/*index*/
.main_title {
	margin-bottom: 30px;
	text-align: center;
	position: relative;
	z-index: 5;
	padding-top: 40px;
}

.main_title:before {
	content: '';
	width: 35px;
	height: 35px;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translate(-50%, 0);
	background-position: -96px -325px;
}

.main_title em {
	color: #004771;
	font-size: 46px;
	text-transform: uppercase;
	line-height: 100%;
	margin-bottom: 10px;
	margin-top: 0;
	position: relative;
	display: block;
	font-family: 'BarlowCondensed medium';
	z-index: 2;
	letter-spacing: 1px;
}

.main_title .text {
	color: #808080;
	font-size: 15px;
	line-height: 24px;
	max-height: 48px;
	overflow: hidden;
	max-width: 60%;
	margin: auto;
}

.main_title .title_bg {
	font-family: 'Great Vibes';
	font-size: 110px;
	color: #ff5400;
	line-height: 95%;
	opacity: 0.1;
	filter: alpha(opacity=10);
	position: absolute;
	left: 0;
	display: block;
	top: 0;
	text-align: center;
	z-index: -1;
	width: 100%;
}

.main_more {
	position: relative;
	display: inline-block;
	margin-top: 20px;
	transition: all .5s;
	z-index: 3;
	border-radius: 30px;
	background: #ff5400;
}

.main_more:hover {
	box-shadow: 0 5px 9px rgba(0, 0, 0, 0.08);
	-webkit-box-shadow: 0 5px 9px rgba(0, 0, 0, 0.08);
	-moz-box-shadow: 0 5px 9px rgba(0, 0, 0, 0.08);
	transform: translate3d(0, -3px, 0);
	-webkit-transform: translate3d(0, -3px, 0);
}

.main_more a:before {
	content: ' ';
	position: absolute;
	background: rgba(255, 255, 255, 0.5);
	width: 20px;
	height: 100%;
	top: 0;
	left: 0;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
	opacity: 0;
	filter: alpha(opacity=0);
}

.main_more:hover a:before {
	width: 45px;
	left: 50%;
	opacity: 0.15;
	filter: alpha(opacity=15);
}

.main_more a:after {
	margin-left: 5px;
}

.main_more a,
.main_more input,
.main_more button {
	display: block;
	color: #fff;
	font-size: 16px;
	height: 54px;
	line-height: 54px;
	padding-left: 30px;
	padding-right: 30px;
	text-transform: uppercase;
	z-index: 2;
	position: relative;
	border-radius: 30px;
	font-family: 'BarlowCondensed Bold';
	background: #ff5400;
	background-repeat: no-repeat;
}

.main_more:hover a,
.main_more:hover input,
.main_more:hover button {
	color: #fff;
	text-decoration: none;
}

.main_more input,
.main_more button {
	background-image: url(../images/icon.png);
	background-position: -112px -83px;
	padding-right: 50px;
}

.main_more a:after {
	content: "\f105";
	font-family: 'FontAwesome';
	margin-left: 4px;
	color: #fff;
	transition: all .5s;
}

.main_more a:hover:after {
	margin-left: 7px;
}

.attachment_line_top,
.attachment_line_bottom {
	background: url(../images/bg-shape-mask.png) no-repeat;
	height: 16px;
	position: absolute;
	left: 0;
	z-index: 2;
	display: block;
	width: 100%;
}

.attachment_line_top {
	top: -1px;
	background-position: 0 -28px;
}

.attachment_line_bottom {
	bottom: -1px;
	background-position: 0 0;
}

@media only screen and (max-width: 992px) {
	.main_title .text {
		max-width: 80%;
	}

	.main_title .title_bg {
		font-size: 60px;
		line-height: 60px;
	}
}

@media only screen and (max-width: 768px) {
	.main_title {
		margin-bottom: 30px;
		max-width: 100%;
		padding-top: 35px;
	}

	.main_title em {
		font-size: 34px;
		margin-bottom: 15px;
	}

	.main_title .line {
		display: none;
	}

	.main_title .text {
		line-height: 20px;
		max-height: 40px;
		max-width: 100%;
		font-size: 13px;
		margin-top: 10px;
	}

	.main_title .title_bg {
		display: none;
	}

	.main_more {
		margin-top: 20px;
	}

	.main_more a,
	.main_more input,
	.main_more button {
		height: 40px;
		line-height: 40px;
		font-family: 'BarlowCondensed medium';
	}

	.main_more input,
	.main_more button {
		background-position: -112px -91px;
	}

	.main_more:after {
		left: -10px;
		width: 60px;
		height: 60px;
	}
}

.tp-mask-wrap {
	z-index: 99999;
	left: 50%;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	position: absolute;
	bottom: 0;
	display: block;
	overflow: hidden;
}

.slider-scroll-button {
	position: relative;
	width: 57px;
	height: 57px;
	border-radius: 100%;
	display: inline-block;
	z-index: 5;
	visibility: inherit;
	transition: none 0s ease 0s;
	text-align: inherit;
	line-height: 14px;
	border-width: 0px;
	margin: 0px;
	padding: 0px;
	letter-spacing: 0px;
	font-weight: 400;
	font-size: 8px;
	white-space: nowrap;
	min-height: 0px;
	min-width: 0px;
	max-height: none;
	max-width: none;
	opacity: 1;
	transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	transform-origin: 50% 50% 0px;
}

.slider-scroll-button:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 49%;
	width: 23px;
	height: 34px;
	border: 1px solid #fff;
	border-radius: 15px;
	transform: translate3d(-50%, -50%, 0);
	-webkit-transform: translate3d(-50%, -50%, 0);
}

.slider-scroll-button:after {
	content: '';
	width: 6px;
	height: 10px;
	border-radius: 10px;
	border: 1px solid #fff;
	position: absolute;
	top: 19px;
	left: 49%;
	transform: translate3d(-50%, 0, 0);
	-webkit-transform: translate3d(-50%, 0, 0);
	-webkit-animation-name: sliderScrollButton;
	animation-name: sliderScrollButton;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

/* Slider Scroll Button Animation */
@-webkit-keyframes sliderScrollButton {
	0% {
		opacity: 1;
		-webkit-transform: translate3d(-50%, 0, 0);
		transform: translate3d(-50%, 0, 0);
	}

	70% {
		opacity: 1;
		-webkit-transform: translate3d(-50%, 10px, 0);
		transform: translate3d(-50%, 10px, 0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(-50%, 10px, 0);
		transform: translate3d(-50%, 10px, 0);
	}
}

@keyframes sliderScrollButton {
	0% {
		opacity: 1;
		-webkit-transform: translate3d(-50%, 0, 0);
		transform: translate3d(-50%, 0, 0);
	}

	70% {
		opacity: 1;
		-webkit-transform: translate3d(-50%, 10px, 0);
		transform: translate3d(-50%, 10px, 0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(-50%, 10px, 0);
		transform: translate3d(-50%, 10px, 0);
	}
}

@media only screen and (max-width: 768px) {
	.tp-mask-wrap {
		display: none;
	}
}

.page_date {
	display: inline-block;
	color: #ff5400;
	text-transform: uppercase;
	font-size: 16px;
	transition: all .5s;
	margin-top: 15px;
	vertical-align: middle;
	font-family: 'BarlowCondensed medium';
}

.page_date:before {
	content: '';
	width: 14px;
	height: 14px;
	background: url(../images/icon.png) no-repeat;
	background-position: -5px -49px;
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
}

.page_date_wrap {
	background: #ff5400;
	max-width: 50px;
	padding: 10px 8px;
	text-align: center;
	font-family: 'BarlowCondensed Bold';
}

.page_date_wrap em {
	font-size: 20px;
	line-height: 24px;
	color: #fff;
	display: block;
	border-bottom: 1px solid #b5a989;
	padding-bottom: 8px;
	text-transform: uppercase;
}

.page_date_wrap p {
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	margin: 0;
	margin-top: 8px;
}

.page_more {
	display: inline-flex;
	color: #808080;
	text-transform: uppercase;
	font-family: 'Gilroy bold';
	position: relative;
	font-size: 12px;
	margin-top: 15px;
	z-index: 5;
	transition: all .5s;
	align-items: center;
}

.page_more:hover {
	text-decoration: none;
	color: #ff5400;
}

.page_more:after {
	display: inline-block;
	background-repeat: no-repeat;
	content: "";
	margin-left: 5px;
	width: 15px;
	height: 11px;
	background: url(../images/icon.png) no-repeat;
	background-position: -112px -51px;
}

.page_more:hover:after {
	animation: scroll_right_anim 1.5s infinite;
	background-position: -139px -51px;
}

@-webkit-keyframes spin {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes spin {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

.circle_more {
	display: inline-flex;
	width: 55px;
	height: 52px;
	justify-content: center;
	align-items: center;
	z-index: 8;
	transition: all .5s;
	background: url(../images/icon.png) no-repeat;
	background-position: -78px -321px;
}

.circle_more i {
	width: 20px;
	height: 14px;
	display: inline-block;
	background: url(../images/icon.png) no-repeat;
	background-position: -80px -49px;
	transition: all .5s;
}

.circle_more:hover i {
	animation: scroll_right_anim 1.5s infinite;
}

@keyframes scroll_right_anim {
	0% {
		transform: translateX(-3px);
	}

	50% {
		transform: translateX(3px);
	}

	100% {
		transform: translateX(-3px);
	}
}

.wrap_more {
	display: flex;
	align-items: center;
	margin-top: 20px;
}

.wrap_more .circle_more {
	margin-top: 0;
}

.wrap_more:hover .circle_more i {
	animation: scroll_right_anim 1.5s infinite;
}

.wrap_more:hover .circle_more:after {
	left: -15px;
	top: -15px;
	right: -15px;
	bottom: -15px;
}

.wrap_more .wrap_more_icon {
	padding-left: 10px;
	color: #ff5400;
	font-size: 14px;
	font-family: 'montserrat semibold';
	text-transform: uppercase;
	transition: all .5s;
}

.wrap_more:hover .wrap_more_icon {
	text-decoration: none;
	padding-left: 15px;
}

@media only screen and (max-width: 768px) {
	.page_more {
		font-size: 12px;
	}

	.page_date {
		font-size: 12px;
	}

	.circle_more:after {
		top: -10px;
		right: -10px;
		bottom: -10px;
		left: -10px;
	}

	.wrap_more {
		margin-top: 20px;
	}

	.wrap_more .wrap_more_icon {
		padding-left: 10px;
	}

	.page_date_wrap {
		max-width: 40px;
		padding: 10px 5px;
		font-family: 'BarlowCondensed medium';
	}

	.page_date_wrap em {
		font-size: 18px;
		line-height: 20px;
	}
}

/*******Slider********/
/* Slider */
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-list,
.slick-track,
.slick-slide,
.slick-slide img {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	zoom: 1;
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

.slick-slide img {
	display: block;
	margin: 0 auto;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

/* Arrows */
.slick-prev,
.slick-next {
	position: absolute;
	display: block;
	height: 20px;
	width: 20px;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	background: transparent;
	color: transparent;
	margin-top: -10px;
	padding: 0;
	border: none;
	outline: none;
}

.slick-prev:focus,
.slick-next:focus {
	outline: none;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: 0.25;
}

/* Dots */
.slick-dots {
	position: absolute;
	bottom: 10px;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0px 3px;
	width: 100%;
	z-index: 999;
	display: none !important;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	height: 8px;
	width: 8px;
	margin: 0px 10px;
	padding: 0px;
	cursor: pointer;
	background: #cccccc;
	border-radius: 5px;
	z-index: 10;
	transition: all .5s;
}

.slick-dots li button {
	border: 0;
	background: transparent;
	display: block;
	height: 8px;
	width: 8px;
	outline: none;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	outline: none;
	background: #cccccc;
	border-radius: 5px;
	padding: 0;
	transition: all .5s;
}

.slick-dots li button:focus {
	outline: none;
}

.slick-dots li.slick-active {
	width: 30px;
}

.slick-dots li.slick-active button {
	background: #ff5400;
	width: 30px;
}

.slick-prev,
.slick-next {
	opacity: 0.2;
	filter: alpha(opacity=20);
	width: 30px;
	height: 50px;
	position: absolute;
	top: 50%;
	margin-top: -25px;
	z-index: 99;
	transition: all .5s;
}

.slick-prev:before,
.slick-next:before {
	content: '';
	width: 14px;
	height: 28px;
	background-repeat: no-repeat;
	background-image: url(../images/icon.png);
	display: inline-block;
}

.slick-prev {
	left: -30px;
}

.slick-prev:before {
	background-position: -191px 0;
}

.slick-next {
	right: -30px;
}

.slick-next:before {
	background-position: -224px 0;
}

.slick-prev:hover,
.slick-next:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	background: #ff5400;
}

.slick-prev:hover:before {
	background-position: -191px -30px;
}

.slick-next:hover:before {
	background-position: -224px -30px;
}

@media only screen and (max-width: 768px) {
	.slick-prev {
		left: -10px;
		filter: alpha(opacity=50);
		-moz-opacity: 0.5;
		opacity: 0.5;
		background-color: #000;
		border-radius: 0;
		width: 25px;
		border: none;
	}

	.slick-next {
		right: -10px;
		filter: alpha(opacity=50);
		-moz-opacity: 0.5;
		opacity: 0.5;
		background-color: #000;
		border-radius: 0;
		width: 25px;
		border: none;
	}

	.slick-prev:hover,
	.slick-next:hover {
		background: #ff5400;
	}

	.slick-prev:before {
		background-position: -191px -30px;
	}

	.slick-next:before {
		background-position: -224px -30px;
	}
}

/*******features-tab********/
/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

/* display none until init */
.owl-carousel {
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
	float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
	cursor: pointer;
}

.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}

.indicator-style.owl-theme .owl-controls .owl-buttons div {
	background: inherit;
	width: 30px;
	height: 60px;
	padding: 0;
	position: absolute;
	right: 5px;
	top: 50%;
	background: #000;
	margin-top: -30px;
	overflow: hidden;
	text-align: center;
	transition: all .5s;
	background-repeat: no-repeat;
	background-position: center center;
	border-radius: 0;
	opacity: 0.3;
	filter: alpha(opacity=30);
}

.indicator-style.owl-theme .owl-controls .owl-buttons div i {
	display: none;
}

.indicator-style.owl-theme .owl-controls .owl-buttons div.owl-prev {
	left: -30px;
}

.indicator-style.owl-theme .owl-controls .owl-buttons div.owl-prev:before {
	content: "\f104";
	font-size: 28px;
	color: #fff;
	line-height: 60px;
	font-family: FontAwesome;
}

.indicator-style.owl-theme .owl-controls .owl-buttons div.owl-next {
	right: -30px;
}

.indicator-style.owl-theme .owl-controls .owl-buttons div.owl-next:before {
	content: "\f105";
	font-size: 28px;
	color: #fff;
	line-height: 60px;
	font-family: FontAwesome;
}

.indicator-style.owl-theme .owl-controls .owl-buttons div:hover {
	background-color: #ff5400;
	border-color: #ff5400;
	opacity: 1;
	filter: alpha(opacity=100);
}

.indicator-style.owl-theme .owl-controls .owl-buttons div:hover:before {
	color: #fff;
}

@media only screen and (max-width: 1300px) {
	.indicator-style.owl-theme .owl-controls .owl-buttons div.owl-prev {
		left: -10px;
	}

	.indicator-style.owl-theme .owl-controls .owl-buttons div.owl-next {
		right: -10px;
	}

	.indicator-style.owl-theme .owl-controls .owl-buttons div:hover {
		background: #f18d0f;
		color: #fff;
	}
}

.cat_content {
	padding-top: 50px;
	padding-bottom: 60px;
}

.cate_main {
	position: relative;
	overflow: hidden;
	margin-top: 50px;
}

.cate_nav {
	width: 100%;
}

.cate_ul {
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	height: 400px;
	overflow: hidden;
}

.cate_ul ul {
	position: relative;
	list-style: none;
}

.cate_ul ul li {
	text-align: center;
	position: relative;
	padding: 0
}

.cate_ul ul li:before {
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
	top: 50%;
	background: url(../images/bg_circle.jpg) no-repeat center center;
	width: 100%;
	height: 100%;
	content: '';
}

.cate_ul ul li .pic {
	display: inline-block;
	text-align: center;
	width: 380px;
	height: 400px;
}

.cate_ul ul li .pic img {
	display: inline-block;
	overflow: hidden;
	position: relative;
	z-index: 6666;
}

.cate_img li {
	width: 32%;
	position: relative;
	z-index: 555555;
	margin-bottom: 20px;
	list-style: none;
}

.cate_img li:nth-child(2n+1) {
	clear: both;
}

.cate_img li.li_left {
	float: left;
}

.cate_img li.li_right {
	float: right;
	text-align: right;
}

.cate_img li.li_right .icon {
	float: right;
	margin: 0;
	margin-left: 15px;
}

.cate_img li .icon {
	float: left;
	width: 110px;
	height: 110px;
	margin-right: 15px;
	border-radius: 50%;
	background: url(../images/cat_circle.png) no-repeat center center;
	background-size: 90px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.cate_img li .title {
	color: #333;
	font-size: 24px;
	line-height: 28px;
	font-family: "BarlowCondensed Bold";
	display: block;
	text-transform: uppercase;
	margin-top: 30px;
}

.cate_img li .title:hover {
	color: #ff5400;
	text-decoration: none;
}

@media only screen and (max-width:1260px) {
	.cate_img li .icon {
		width: 90px;
		height: 90px;
		background-size: 70px;
		margin-right: 10px;
	}

	.cate_img li .icon img {
		max-width: 50px;
	}

	.cate_img li.li_right .icon {
		margin-left: 10px;
	}

	.cate_img li .title {
		margin-top: 25px;
		font-size: 20px;
		line-height: 24px;
	}
}

@media only screen and (max-width:992px) {
	.cate_nav {
		display: none;
	}

	.cate_img li:nth-child(2n+1) {
		clear: inherit;
	}

	.cate_img li:nth-child(4n+1) {
		clear: both;
	}

	.cate_img li {
		width: 25%;
		text-align: center !important;
		padding: 0 10px;
		float: left !important;
	}

	.cate_img li .icon {
		float: none !important;
		width: 110px;
		height: 110px;
		background-size: 90px;
		margin: 0 !important;
	}

	.cate_img li .title {
		margin-top: 15px;
	}
}

@media only screen and (max-width:768px) {
	.cat_content {
		padding-bottom: 30px;
		padding-top: 40px;
	}

	.cate_main {
		margin-top: 0;
	}

	.cate_img li .icon {
		width: 90px;
		height: 90px;
		background-size: 70px;
		margin-right: 10px;
	}

	.cate_img li .icon img {
		max-width: 50px;
	}

	.cate_img li .title {
		margin-top: 5px;
		font-size: 18px;
		line-height: 24px;
		font-family: 'BarlowCondensed medium';
	}
}

@media only screen and (max-width:520px) {
	.cate_img li {
		width: 33.33%;
	}

	.cate_img li:nth-child(4n+1) {
		clear: inherit;
	}

	.cate_img li:nth-child(3n+1) {
		clear: both;
	}

	.cate_img li .title {
		font-size: 16px;
		margin-top: 0;
		overflow: hidden;
	}
}

.about_top {
	position: relative;
	z-index: 5;
	padding-top: 140px;
	padding-bottom: 140px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	position: relative;
	z-index: 5;
	background-attachment: fixed;
}

.about_top .ovrly {
	display: block;
	background: #000;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0.6;
	filter: alpha(opacity=60);
}

.about_top .container {
	position: relative;
	z-index: 2;
}

.about_top .title {
	display: block;
	font-size: 64px;
	line-height: 68px;
	font-family: 'BarlowCondensed medium';
	text-transform: uppercase;
	color: #fff;
	position: relative;
	z-index: 2;
}

.about_top .title:before {
	content: '';
	width: 42px;
	height: 42px;
	background: url(../images/icon.png) no-repeat;
	background-position: -12px -321px;
	display: inline-block;
	position: absolute;
	left: -20px;
	top: -60px;
}

/*num-figure*/
.num-figure {
	width: 100%;
	height: auto;
	padding-top: 60px;
}

.num-figure ul {
	list-style: none;
}

.num-figure>ul>li {
	list-style: none;
}

.num-change {
	padding: 0;
}

.num-figure li .icon {
	max-width: 40px;
	min-width: 40px;
}

.num-figure li .icon img {
	transition: all .5s;
}

.num-figure li:hover .icon img {
	-moz-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	transform: rotateY(180deg);
}

.num-figure li .wrap {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.num-figure li .wrap>p {
	color: #ff5400;
	font-size: 50px;
	font-family: 'BarlowCondensed bold';
	line-height: 40px;
	margin: 0;
	margin-left: 10px;
}

.num-figure li .timer {
	color: #ff5400;
	font-size: 50px;
	font-family: 'BarlowCondensed bold';
	line-height: 40px;
	display: inline-block;
}

.num-figure li .detail {
	color: #808080;
	font-size: 15px;
	line-height: 24px;
}

.about_content {
	background: url(../images/bg_about.jpg) no-repeat right center, url(../../img/bg-girl.jpg) no-repeat left bottom;
	padding-bottom: 80px;
}

.about_content .features-tab {
	position: relative;
	z-index: 99999;
	padding: 0;
}

.about_content .main_title {
	text-align: left;
	padding: 0;
}

.about_content .main_title:before {
	display: none;
}

.about_content .main_title em {
	font-size: 52px;
	line-height: 56px;
}

.about_content .nav-tabs {
	border: none;
	position: relative;
	top: -25px;
	margin-top: -20px;
	z-index: 555;
	width: 55%;
	padding: 0;
}

.about_content .nav-tabs>li {
	margin: 0;
	margin-bottom: 10px;
	width: 25%;
	padding: 0 5px;
	text-align: center;
}

.about_content .nav-tabs>li>a {
	padding: 0;
	padding-bottom: 0;
	position: relative;
	border: none;
	border-radius: 0;
	color: #004771;
	font-family: 'BarlowCondensed Bold';
	text-transform: uppercase;
	margin: 0;
	display: block;
	font-size: 16px;
}

.about_content .nav-tabs>li>a p {
	margin: 0;
	margin-top: 5px;
}

.about_content .nav-tabs>li>a .icon {
	display: inline-flex;
	width: 80px;
	height: 80px;
	background-position: 0 0;
	background-repeat: no-repeat;
	transition: all .5s;
	border: 3px solid #f1eee9;
	border-radius: 50%;
	background: #f1eee9;
	margin-bottom: 10px;
	align-items: center;
	justify-content: center;
	box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.08);
	position: relative;
}

.about_content .nav-tabs>li>a .icon span {
	width: 40px;
	height: 40px;
	background-repeat: no-repeat;
	background-position: 0 0;
}

.about_content .nav-tabs>li>a .icon:before {
	content: "\f0d7";
	font-family: 'FontAwesome';
	position: absolute;
	left: 50%;
	bottom: 5px;
	font-size: 30px;
	transform: translate(-50%, 0);
	color: #ff5400;
	line-height: 20px;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all .5s;
}

.about_content .nav-tabs>li.active>a,
.about_content .nav-tabs>li>a:hover,
.about_content .nav-tabs>li.active>a:focus {
	border: none;
	background: none;
	color: #ff5400;
}

.about_content .nav-tabs>li.active>a .icon,
.about_content .nav-tabs>li>a:hover .icon,
.about_content .nav-tabs>li.active>a:focus .icon {
	background: #ff5400;
}

.about_content .nav-tabs>li.active>a .icon:before,
.about_content .nav-tabs>li>a:hover .icon:before,
.about_content .nav-tabs>li.active>a:focus .icon:before {
	opacity: 1;
	filter: alpha(opacity=100);
	bottom: -12px;
}

.about_content .nav-tabs>li.active>a .icon span,
.about_content .nav-tabs>li>a:hover .icon span,
.about_content .nav-tabs>li.active>a:focus .icon span {
	background-position: 0 -40px;
}

.about_content .about_column {
	position: relative;
	padding: 0;
	padding-bottom: 0;
	padding-right: 0;
}

.about_content .about_title {
	color: #004771;
	font-size: 24px;
	line-height: 24px;
	text-transform: capitalize;
	font-family: 'montserrat semibold';
	display: block;
	margin-bottom: 25px;
}

.about_content .about_column .text {
	color: #004771;
	font-size: 15px;
	line-height: 30px;
	overflow: hidden;
	max-height: 180px;
}

.about_content .about_image {
	padding: 0;
	position: absolute;
	z-index: 5;
	right: -140px;
	top: -157px;
	max-width: 580px;
}

.about_content .about_image>a {
	display: inline-block;
	position: relative;
	z-index: 5;
	box-shadow: 0 5px 20px 1px rgba(0, 0, 0, 0.1);
	overflow: hidden;
}

.about_content .about_image>a:before {
	display: inline-block;
	border: 1px solid #ffffff;
	position: absolute;
	left: 10px;
	top: 10px;
	right: 10px;
	bottom: 10px;
	opacity: 0.2;
	filter: alpha(opacity=20);
	content: '';
}

.about_content .about_image .img02 {
	left: -100px;
	margin-top: -120px;
	z-index: 9;
	border: 7px solid #f3f0eb;
	max-width: 400px;
}

.about_content .about_image>a img {
	transition: all .9s;
}

.about_content .about_image>a:hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1)
}

.about_content #about01 .owl-carousel .owl-wrapper-outer {
	overflow: inherit;
}

.about_content #about03 .single-product {
	padding: 10px;
	text-align: center;
}

.about_content #about03 .single-product .image {
	display: block;
	overflow: hidden;
	border: 2px solid #f7f7f7;
}

.about_content #about03 .single-product .image img {
	transition: all .9s;
	width: 100%;
}

.about_content #about03 .single-product:hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1)
}

.about_content #about03 .single-product .title {
	display: block;
	font-size: 14px;
	margin-top: 10px;
	line-height: 20px;
}

.about_content .about_team {
	text-align: center;
	padding: 0 15px;
	padding-bottom: 30px;
}

.about_content .about_team .image {
	display: block;
	overflow: hidden;
	border-radius: 1px;
}

.about_content .about_team .image img {
	max-width: 100%;
	height: auto;
	transition: all .5s;
	width: 100%;
}

.about_content .about_team:hover img {
	-webkit-transform: scale(var(--scale-multiplier, 1.05));
	-ms-transform: scale(var(--scale-multiplier, 1.05));
	transform: scale(var(--scale-multiplier, 1.05));
}

.about_content .about_team .wrap {
	width: 90%;
	margin: auto;
	position: relative;
	top: -10px;
	background: #fff;
	box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.05);
	padding: 20px;
	border-radius: 1px;
	border-bottom: 2px solid #ff5400;
	text-align: center;
}

.about_content .about_team .wrap .title {
	font-size: 18px;
	font-family: 'Gilroy bold';
	margin-bottom: 5px;
	line-height: 24px;
	overflow: hidden;
	margin-top: 0;
	max-height: 48px;
}

.about_content .about_team .wrap .text {
	color: #808080;
	font-size: 13px;
	margin: 0;
	line-height: 20px;
}

.about_content .about_team .contact {
	list-style: none;
	padding-top: 10px;
}

.about_content .about_team .contact li {
	display: inline-block;
	margin: 0 5px;
	position: relative;
	padding-top: 0;
}

.about_content .about_team .contact li>.icon {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	text-align: center;
	padding: 5px 0;
	display: inline-flex;
	background: #ff5400;
	transition: all .5s;
	align-items: center;
	justify-content: center;
}

.about_content .about_team .contact li>.icon:hover {
	text-decoration: none;
}

.about_content .about_team .contact li>.icon i {
	transition: all .5s;
	font-size: 14px;
	color: #fff;
}

.about_content .about_team .contact li .icon_column {
	position: absolute;
	background: #ff5400;
	border-radius: 20px;
	width: 180px;
	padding: 8px 10px;
	text-align: center;
	left: 50%;
	bottom: -50px;
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;

}

.about_content .about_team .contact li:hover .icon_column {
	bottom: -45px;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	z-index: 10;
}

.about_content .about_team .contact li .icon_column:after {
	content: '';
	transition: all .5s;
	position: absolute;
	left: 0;
	right: 0;
	top: -6px;
	border-style: solid;
	border-width: 0 7.5px 10px 7.5px;
	width: 15px;
	margin: 0 auto;
	border-radius: 2px;
	border-color: transparent transparent #ff5400 transparent;
}

.about_content .about_team .contact li .icon_column .text {
	display: inline-block;
	color: #fff;
	font-size: 13px;
}

.about_content .about_team .contact li .icon_column .text a {
	display: inline-block;
	color: #fff;
}

@media (max-width: 768px) and (min-width: 480px) {

	.about_content #about01 .owl-carousel .owl-wrapper,
	.about_content #about01 .owl-carousel .owl-item {
		width: 100% !important;
	}

	.about_content #about04 .owl-carousel .owl-wrapper,
	.about_content #about04 .owl-carousel .owl-item {
		width: 100% !important;
	}
}

@media only screen and (max-width: 1540px) {
	.about_content .about_image {
		right: 0;
		padding-left: 100px;
	}

	.num-figure {
		padding-top: 40px;
	}
}

@media only screen and (max-width: 1260px) {
	.about_content .nav-tabs {
		width: 100%;
	}

	.about_content #about01 .owl-carousel .owl-wrapper-outer {
		overflow: hidden;
	}

	.about_content .about_image {
		top: 0;
	}

	.about_content .about_image .img02 {
		left: -50px;
		margin-top: -50px;
	}

	.num-figure li .wrap {
		display: block;
	}

	.num-figure li .wrap>p {
		margin: 0;
	}

	.num-figure li .detail {
		font-size: 13px;
	}
}

@media only screen and (max-width: 992px) {
	.about_top {
		padding-top: 80px;
		padding-bottom: 80px;
		text-align: center;
	}

	.about_top .title {
		text-align: center;
		font-size: 36px;
		line-height: 40px;
		display: inline-block;
	}

	.about_top .title:before {
		left: -50px;
		top: -35px;
	}

	.about_content .nav-tabs>li>a .icon {
		width: 70px;
		height: 70px;
	}

	.about_content .nav-tabs>li>a {
		font-family: 'BarlowCondensed medium';
	}

	.about_content .main_title em {
		font-size: 34px;
		line-height: 40px;
		margin: 0;
	}

	.about_content .about_image {
		width: 100%;
		position: relative;
		padding: 0;
		margin-top: 20px;
		max-width: 100%;
		padding-bottom: 20px;
	}

	.about_content .about_image a {
		width: 48%;
		margin: 0 1%;
		float: left;
		max-height: 240px;
	}

	.about_content .about_image .img02 {
		margin: 0;
		left: auto;
		border: none;
	}

	.about_content {
		padding-bottom: 40px;
		background: url(../../img/bg-girl.jpg) no-repeat left bottom;
	}

	.about_content #about01 .single-product {
		padding: 0;
	}

	.about_content .about_column {
		width: 100%;
	}

	.about_content .about_team .wrap {
		padding: 15px 10px;
		text-align: left;
	}

	.about_content .about_team {
		padding: 0 10px;
	}

	.about_content .about_team .contact {
		width: 100%;
		text-align: left;
	}

	.about_content .about_team .contact li {
		border-radius: 15px 20px 15px 20px;
		width: auto;
		margin: 0;
		margin-bottom: 5px;
		padding: 0;
		text-align: left;
		display: block;
	}

	.about_content .about_team .contact li>.icon {
		width: 24px;
		height: 24px;
		vertical-align: middle;
		padding: 1px 0px;
	}

	.about_content .about_team .contact li .icon_column {
		display: inline-block;
		position: inherit;
		left: auto;
		bottom: auto;
		-webkit-transform: translate(0, 0);
		-moz-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		transform: translate(0, 0);
		filter: alpha(opacity=100);
		-moz-opacity: 1;
		opacity: 1;
		width: auto;
		background: none;
		padding: 0;
		vertical-align: middle;
		background: none !important;
	}

	.about_content .about_team .contact li .icon_column:after {
		display: none;
	}

	.about_content .about_team .contact li .icon_column .text {
		color: #333;
		font-size: 14px;
		padding: 0;
		padding-left: 5px;
		vertical-align: middle;
	}

	.about_content .about_team .contact li .icon_column .text a {
		color: #333;
		font-size: 13px;
	}

	.about_content .about_team .contact li:hover .icon_column {
		bottom: 0;
	}
}

@media only screen and (max-width: 480px) {
	.about_top {
		padding-top: 60px;
	}

	.about_content .nav-tabs>li>a .icon {
		width: 60px;
		height: 60px;
	}

	.about_content .nav-tabs>li>a .icon span {
		width: 32px;
		height: 32px;
		background-size: 32px;
	}

	.about_content .nav-tabs>li.active>a .icon span,
	.about_content .nav-tabs>li>a:hover .icon span,
	.about_content .nav-tabs>li.active>a:focus .icon span {
		background-position: 0 -32px;
	}

	.about_content .nav-tabs>li>a {
		font-size: 14px;
	}

	.num-figure {
		padding-top: 20px;
	}

	.num-figure li .wrap>p {
		font-size: 28px;
		line-height: 30px;
		margin-left: 5px;
	}

	.num-figure li .timer {
		font-size: 28px;
		line-height: 30px;
	}

	.num-figure>ul>li {
		padding-left: 0;
		width: 100%;
		margin-bottom: 10px;
	}

	.num-figure li .wrap {
		display: flex;
		margin: 0;
	}

	.about_content .about_team .wrap {
		width: 100%;
		top: 0;
	}
}

.environment_content {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	position: relative;
	z-index: 5;
	padding-top: 40px;
	text-align: center;
	background-attachment: fixed;
	border-bottom: 5px solid #ff5400;
}

.environment_content .ovrly {
	display: block;
	background: #000;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.environment_content .container {
	position: relative;
	z-index: 2;
	padding-bottom: 80px;
}

.environment_content .main_title {
	padding: 0;
}

.environment_content .main_title:before {
	display: none;
}

.environment_content .main_title em {
	color: #fff;
	margin: 0;
}

.environment_content .icon {
	display: inline-block;
	width: 60px;
	height: 60px;
	background: url(../images/icon.png) no-repeat;
	background-position: -254px -311px;
	margin-bottom: 25px;
}

.environment_content .text {
	max-width: 80%;
	margin: auto;
	color: #ffffff;
	font-size: 14px;
	line-height: 32px;
	font-style: italic;
	font-family: 'lato';
	overflow: hidden;
	max-height: 96px;
}

.environment_content .main_more {
	position: absolute;
	bottom: -28px;
	z-index: 5;
	left: 50%;
	transform: translate(-50%, 0);
}

.environment_content .main_more a:after {
	display: none;
}

.environment_content .main_more a {
	background-image: url(../images/icon.png);
	background-repeat: no-repeat;
	background-position: -280px -41px;
	padding-right: 50px;
}

@media only screen and (max-width: 768px) {
	.environment_content .icon {
		margin-bottom: 15px;
	}

	.environment_content {
		border-bottom-width: 3px;
		padding-top: 30px;
	}

	.environment_content .container {
		padding-bottom: 50px;
	}

	.environment_content .main_more {
		bottom: -20px;
	}

	.environment_content .main_more a {
		background-position: -280px -48px;
	}

	.environment_content .text {
		max-width: 100%;
		line-height: 28px;
		max-height: 140px;
	}
}

.news_content {
	padding-top: 85px;
	padding-bottom: 70px;
	background: url(../images/bg_news.jpg) no-repeat left top, url(../../img/bg-girl.jpg) no-repeat right 30px;
}

.news_content .image {
	display: block;
	position: relative;
	overflow: hidden;
}

.news_content .image img {
	transition: all .5s;
	width: 100%;
}

.news_content .wrap {
	position: relative;
}

.news_content .title {
	display: block;
	font-size: 20px;
	line-height: 34px;
	overflow: hidden;
	max-height: 68px;
	color: #004771;
	font-family: 'BarlowCondensed Bold';
	text-transform: uppercase;
	margin-bottom: 10px;
}

.news_content .title:hover {
	text-decoration: none;
	color: #ff5400;
}

.news_content .text {
	color: #666666;
	font-size: 15px;
	line-height: 28px;
	overflow: hidden;
}

.news_content .left {
	width: 39%;
	padding-left: 0;
	padding-right: 20px;
}

.news_content .left:hover img {
	-webkit-transform: scale(var(--scale-multiplier, 1.05));
	-ms-transform: scale(var(--scale-multiplier, 1.05));
	transform: scale(var(--scale-multiplier, 1.05));
}

.news_content .right {
	width: 61%;
	padding-right: 0;
	padding-left: 20px;
	list-style: none;
}

.news_content .right li {
	display: flex;
	align-items: center;
	margin-bottom: 50px;
}

.news_content .right .wrap {
	padding: 20px 10px;
	padding-right: 40px;
}

.news_content .right li .image {
	display: block;
	max-width: 226px;
	min-width: 226px;
}

.news_content .right li:hover .image img {
	-webkit-transform: scale(var(--scale-multiplier, 1.05));
	-ms-transform: scale(var(--scale-multiplier, 1.05));
	transform: scale(var(--scale-multiplier, 1.05));
}

.news_content .right .page_date_wrap {
	position: absolute;
	right: -10px;
	top: 50%;
	transform: translate(0, -50%);
	z-index: 5;
}

@media only screen and (min-width:992px) {
	.news_content .left .wrap {
		padding-top: 20px;
	}

	.news_content .left .page_date_wrap {
		position: absolute;
		top: -50px;
		left: -10px;
		max-width: none;
		padding: 5px 10px
	}

	.news_content .left .page_date_wrap em {
		border: none;
		padding: 0;
		display: inline-block;
	}

	.news_content .left .page_date_wrap em:after {
		content: ',';
		color: #fff;
	}

	.news_content .left .page_date_wrap p {
		font-size: 20px;
		display: inline-block;
		margin: 0;
	}
}

@media only screen and (max-width:1260px) {
	.news_content .right li {
		margin-bottom: 20px;
	}
}

@media only screen and (max-width:992px) {
	.news_content {
		padding-top: 55px;
		padding-bottom: 20px;
		background: url(../../img/bg-girl.jpg) no-repeat right 30px;
	}

	.news_content .left {
		width: 100%;
		padding: 20px;
		display: flex;
		align-items: center;
	}

	.news_content .left .image {
		display: block;
		max-width: 226px;
		min-width: 226px;
	}

	.news_content .left .page_date_wrap {
		position: absolute;
		left: -10px;
		top: 50%;
		transform: translate(0, -50%);
		z-index: 5;
	}

	.news_content .left .wrap {
		padding-left: 60px;
	}

	.news_content .right {
		width: 100%;
		padding: 0;
	}
}

@media only screen and (max-width:768px) {
	.news_content .left {
		background: #fff;
		padding: 20px;
		margin-bottom: 15px;
	}

	.news_content .left .page_date_wrap {
		left: auto;
		right: -20px;
	}

	.news_content .left .wrap {
		padding: 0;
		padding-right: 40px;
	}

	.news_content .right li {
		margin-bottom: 15px;
		background: #fff;
		padding: 20px;
	}

	.news_content .right li .wrap {
		padding: 0;
		padding-right: 40px;
	}

	.news_content .right li .page_date_wrap {
		right: -20px;
	}

	.news_content .title {
		font-size: 15px;
		font-family: 'Gilroy bold';
		line-height: 24px;
		max-height: 48px;
		text-transform: capitalize;
	}

	.news_content .text {
		font-size: 13px;
		line-height: 20px;
		height: 40px;
	}
}

.send_column {
	padding: 40px 35px;
	position: relative;
	z-index: 10;
	background: url(../images/bg.jpg);
	bottom: 0;
	border-radius: 0px;
	bottom: -20px;
	box-shadow: 0 5px 20px 1px rgba(0, 0, 0, 0.1);
}

.send_column ul {
	list-style: none;
	max-width: 100%;
	padding-top: 0;
}

.send_column ul li {
	margin-bottom: 20px;
	padding: 0 10px;
}

.send_column ul li p {
	margin: 0;
	margin-top: 0;
	font-size: 20px;
	margin-bottom: 0;
	border-radius: 0;
	color: #333;
	font-family: 'BarlowCondensed medium';
	text-transform: uppercase;
}

.send_column ul li p:before {
	margin-right: 10px;
	color: #ff5400;
	content: "\f0ca";
	font-family: 'FontAwesome';
	font-size: 14px;
}

.send_column ul li p a {
	text-decoration: underline;
	font-size: 20px;
	display: inline-block;
}

.send_column ul li span {
	display: block;
	position: relative;
}

.send_column ul li span:after {
	content: '*';
	color: red;
	position: absolute;
	right: 5px;
	top: 5px;
	z-index: 2;
	line-height: 20px;
	z-index: 111;
}

.send_column ul li span:before {
	content: '';
	position: absolute;
	right: 10px;
	top: 17px;
	width: 28px;
	height: 23px;
	display: inline-block;
	background-image: url(../images/icon.png);
	background-repeat: no-repeat;
}

.send_column ul li span.ms_e:before {
	background-position: -40px -227px;
}

.send_column ul li span.ms_p:before {
	background-position: 0 -227px;
}

.send_column ul li span.ms_m:before {
	background-position: -82px -227px;
}

.send_column ul li span.ms_n:before {
	background-position: -165px -330px;
}

.send_column ul li span.ms_p:after {
	display: none;
}

.send_column ul li input {
	background: none;
	height: 60px;
	width: 100%;
	line-height: 60px;
	padding-left: 0;
	font-family: 'Gilroy';
	font-size: 15px;
	color: #808080;
	border-bottom: 2px solid #999;
	background: transparent;
	border-radius: 0;
}

.send_column ul li textarea {
	height: 100px;
	background: transparent;
	width: 100%;
	max-width: 100%;
	max-height: 100px;
	font-family: 'Gilroy';
	font-size: 15px;
	padding: 10px 50px 10px 0;
	color: #808080;
	border: none;
	border-bottom: 2px solid #999;
	border-radius: 0;
}

.send_column ul li input:focus,
.send_column ul li textarea:focus {
	color: #333;
	border-color: #ff5400;
}

.send_column ul li input:-ms-input-placeholder {
	color: #808080;
}

/* Internet Explorer 10+ */
.send_column ul li input::-webkit-input-placeholder {
	color: #808080;
}

/* WebKit browsers */
.send_column ul li input::-moz-placeholder {
	color: #808080;
}

/* Mozilla Firefox 4 to 18 */
.send_column ul li input:-moz-placeholder {
	color: #808080;
}

/* Mozilla Firefox 19+ */

.send_column ul li textarea:-ms-input-placeholder {
	color: #808080;
}

/* Internet Explorer 10+ */
.send_column ul li textarea::-webkit-input-placeholder {
	color: #808080;
}

/* WebKit browsers */
.send_column ul li textarea::-moz-placeholder {
	color: #808080;
}

/* Mozilla Firefox 4 to 18 */
.send_column ul li textarea:-moz-placeholder {
	color: #808080;
}

/* Mozilla Firefox 19+ */
.send_column .main_more {
	margin-top: 0;
}

.send_column .main_more input {
	background-position: -129px -83px;
}

@media only screen and (max-width: 768px) {
	.send_column {
		bottom: 0;
		padding: 30px 20px;
	}

	.send_column ul li {
		padding: 0;
	}

	.send_column ul li p a {
		font-size: 16px;
		line-height: 24px;
	}

	.send_column ul li p {
		border-radius: 0;
	}

	.send_column ul li input {
		border-radius: 0;
	}

	.send_column ul li textarea {
		border-radius: 0;
	}

	.send_column ul li span:after {
		right: 10px;
	}

	.send_column .main_more input {
		background-position: -129px -91px;
	}
}

.letter_content {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	position: relative;
	z-index: 5;
	padding-top: 70px;
	padding-bottom: 50px;
	text-align: center;
	background-attachment: fixed;
}

.letter_content .ovrly {
	display: block;
	background: #000;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0.6;
	filter: alpha(opacity=60);
}

.letter_content .container {
	position: relative;
	z-index: 2;
}

.letter_content .main_title {
	padding-top: 0;
}

.letter_content .main_title em {
	color: #fff;
}

.letter_content .main_title:before {
	display: none;
}

.letter_content .main_title .text {
	color: #fff;
}

.letter_content .letter_box {
	max-width: 52%;
	margin: auto;
}

.letter_content .letter_box .main_more {
	margin: 0;
}

.letter_content .letter-input {
	max-width: 100%;
	position: relative;
}

.letter_content .letter-input:before {
	width: 17px;
	height: 17px;
	content: '';
	background: url(../images/icon.png) no-repeat;
	background-position: -39px -47px;
	display: inline-block;
	position: absolute;
	left: 25px;
	top: 20px;
}

.letter_content .letter-input .fot_input {
	height: 54px;
	color: #b2b2b2;
	line-height: 54px;
	width: 100%;
	max-width: 480px;
	padding-left: 50px;
	padding-right: 20px;
	font-family: 'Gilroy';
	font-size: 17px;
	border: none;
	border-radius: 30px;
	background: #fff;
}

.letter_content .letter-input .fot_input:focus {
	color: #333;
}

.letter_content .letter-input .fot_input:-ms-input-placeholder {
	color: #b2b2b2;
}

/* Internet Explorer 10+ */
.letter_content .letter-input .fot_input::-webkit-input-placeholder {
	color: #b2b2b2;
}

/* WebKit browsers */
.letter_content .letter-input .fot_input::-moz-placeholder {
	color: #b2b2b2;
}

/* Mozilla Firefox 4 to 18 */
.letter_content .letter-input .fot_input:-moz-placeholder {
	color: #b2b2b2;
}

/* Mozilla Firefox 19+ */

@media only screen and (max-width: 992px) {
	.letter_content .letter_box {
		max-width: 100%;
	}

	.letter_content .letter-input .fot_input {
		max-width: 100%;
		margin-bottom: 10px;
	}
}

/*footer*/
.footer {
	padding: 70px 0 20px 0;
	background: url("../../img/footer-bg.jpg") no-repeat center center;
	background-size: cover;
	position: relative;
	z-index: 99;
}

.footer .fot_title {
	position: relative;
	display: block;
	margin-bottom: 30px;
	padding-top: 10px;
}

.footer .fot_title em {
	display: block;
	color: #ffffff;
	font-size: 24px;
	line-height: 24px;
	text-transform: uppercase;
	font-family: 'BarlowCondensed Bold';
}

.footer ul,
.foot_bot ul {
	list-style: none;
}

.icon-minus-sign,
.icon-plus-sign {
	width: 14px;
	height: 14px;
	display: flex;
	position: relative;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.icon-minus-sign:before,
.icon-minus-sign:after,
.icon-plus-sign:before,
.icon-plus-sign:after {
	content: '';
	display: inline-block;
	background: #5db3b1;
	width: 14px;
	height: 2px;
	margin: 2px 0;
}

.icon-plus-sign {
	width: 12px;
	height: 12px;
}

.icon-plus-sign:before,
.icon-plus-sign:after {
	width: 12px;
}

.icon-plus-sign:after {
	transform: rotate(90deg) translate(-6px, 0px);
	-webkit-transform: rotate(90deg) translate(-6px, 0px);
}

.icon-minus-sign:before {
	transform: rotate(45deg) translate(4px, 0px);
	-webkit-transform: rotate(45deg) translate(4px, 0px);
}

.icon-minus-sign:after {
	transform: rotate(-45deg) translate(4px, 0px);
	-webkit-transform: rotate(-45deg) translate(4px, 0px);
}

.fot_title .column_icon_toggle {
	display: none;
}

.fot_con {
	float: left;
	width: 36%;
	padding-right: 40px;
}

.fot_con .text {
	color: #b2b2b2;
	font-size: 13px;
	line-height: 24px;
	margin-bottom: 30px;
}

.fot_con .fcon_main {
	margin-bottom: 15px;
	display: flex;
	padding-left: 0;
}

.fot_con .fcon_main:nth-last-child(2) {
	width: 45%;
}

.fot_con .fcon_main .icon {
	min-width: 38px;
	max-width: 38px;
	height: 38px;
	background: url(../images/icon.png) no-repeat;
}

.fot_con .fcon_main .wrap {
	padding-left: 10px;
}

.fot_con .fcon_main .wrap em {
	display: block;
	font-size: 13px;
	color: #b2b2b2;
	text-transform: uppercase;
	font-family: 'gilroy bold';
	margin-bottom: 2px;
}

.fot_con .fcon_main .wrap p {
	margin: 0;
	font-size: 13px;
	line-height: 20px;
	color: #b2b2b2;
}

.fot_con .fcon_main .wrap a {
	font-size: 13px;
	line-height: 20px;
	color: #b2b2b2;
}

.fot_con .fcon_main .wrap a:hover {
	color: #fff;
}

.fot_nav {
	float: left;
	width: 18%;
	padding-right: 50px;
}

.fot_nav li {
	margin-bottom: 15px;
}

.fot_nav li a:before {
	content: "\f105";
	font-family: 'FontAwesome';
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	left: -5px;
	top: 0;
	transition: all .5s;
	color: #FFFFFF;
	z-index: 2;
	line-height: 22px;
	opacity: 0;
	filter: alpha(opacity=0);
}

.fot_nav li a:hover:before {
	left: 0;
	opacity: 1;
	filter: alpha(opacity=100);
	color: #fff;
}

.fot_nav li a {
	position: relative;
	display: block;
	font-size: 15px;
	color: #b2b2b2;
	text-transform: capitalize;
	transition: all .5s;
	line-height: 24px;
}

.fot_nav li a:hover {
	color: #fff;
	padding-left: 8px;
}

.fot_tag {
	float: left;
	width: 23%;
	padding-right: 50px;
}

.fot_tag li {
	margin-bottom: 15px;
}

.fot_tag li a:before {
	content: "\f105";
	font-family: 'FontAwesome';
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	left: -5px;
	top: 0;
	transition: all .5s;
	color: #FFFFFF;
	z-index: 2;
	line-height: 22px;
	opacity: 0;
	filter: alpha(opacity=0);
}

.fot_tag li a:hover:before {
	left: 0;
	opacity: 1;
	filter: alpha(opacity=100);
	color: #fff;
}

.fot_tag li a {
	position: relative;
	display: block;
	font-size: 15px;
	color: #b2b2b2;
	transition: all .5s;
	line-height: 24px;
}

.fot_tag li a:hover {
	color: #fff;
	padding-left: 8px;
}

.social_icons {
	list-style: none;
	padding-top: 30px;
}

.social_icons li {
	display: inline-block;
	padding: 0 5px;
	margin-bottom: 5px;
}

.social_icons li:first-child {
	padding-left: 0;
}

.footer-bottom {
	text-align: center;
	position: relative;
	z-index: 10;
	margin-top: 50px;
	padding-top: 20px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-bottom .left {
	float: left;
	text-align: left;
}

.footer-bottom .copy {
	color: #808080;
	font-size: 13px;
}

.footer-bottom .copy a {
	color: #808080;
	font-size: 13px;
}

.footer-bottom .fot_link span,
.footer-bottom .fot_link span a {
	color: #4c4c4c;
}

.footer-bottom .copy a:hover,
.footer-bottom .copy span a:hover {
	color: #fff;
}

.footer-bottom .foot_ipv6 {
	display: inline-block;
	color: #808080;
	font-size: 13px;
}

.footer-bottom .foot_ipv6 img {
	max-width: 24px;
	margin-left: 5px;
}

.footer-bottom .foot_ipv6 .ico {
	border: 1px solid #666666;
	padding: 2px;
	font-size: 10px;
	color: #666666;
	display: inline-block;
	margin: 0;
	line-height: 14px;
	margin-left: 5px;
	font-style: italic;
}

.footer-bottom .fot_link {
	padding-top: 5px;
	color: #808080;
}

.footer-bottom .fot_link a {
	color: #808080;
	font-size: 13px;
	margin: 0 2px;
	display: inline-block;
}

.footer-bottom .fot_link a:hover {
	color: #fff;
}

.footer-bottom .friendly p {
	margin: 0;
	display: inline-block;
	color: #808080;
	font-size: 13px;
}

.footer-bottom .friendly {
	display: inline-block;
}

.footer-bottom .social_icons {
	position: relative;
	padding: 5px;
	float: right;
	display: inline-block;
}

.footer-bottom .social_icons li {
	padding: 0 5px;
}

.footer-bottom .social_icons li a {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.05);
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

@media only screen and (max-width: 992px) {
	.footer {
		padding: 40px 0 30px 0;
		margin: 0;
	}

	.footer .attachment_line_top {
		top: -50px;
	}

	.footer .fot_tag,
	.footer .fot_nav,
	.footer .fot_con,
	.footer .fot_mes,
	.footer .fot_pro,
	.footer .fot_letter {
		width: 100%;
		padding: 0;
	}

	.footer .fot_title em {
		margin-bottom: 0;
		font-size: 18px;
		line-height: 24px;
		padding-bottom: 0;
		font-family: 'BarlowCondensed medium';
	}

	.footer .fot_title span {
		display: none;
	}

	.footer .fot_title {
		display: block;
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
		padding-bottom: 10px;
		cursor: pointer;
		margin-bottom: 10px;
		font-size: 15px;
		position: relative;
		color: #fff;
		text-transform: uppercase;
		padding-top: 0;
	}

	.footer .fot_title .column_icon_toggle {
		display: inline-block;
		position: absolute;
		right: 15px;
		top: 15px;
		font-style: normal;
		cursor: pointer;
		font-weight: normal;
	}

	.footer .icon-minus-sign:before,
	.footer .icon-minus-sign:after,
	.footer .icon-plus-sign:before,
	.footer .icon-plus-sign:after {
		background: #d1e5e5;
	}

	.footer .toggle_content {
		padding-bottom: 30px;
		padding-top: 10px;
	}

	.fot_mes .fot_title,
	.fot_nav .fot_title {
		display: block;
	}

	.footer-bottom {
		padding-top: 20px;
		margin-top: 0;
		border: none;
	}

	.fot_con {
		padding-bottom: 0;
		margin-bottom: 0;
		border: none;
	}

	.fot_con li {
		padding: 0;
		padding-bottom: 10px;
		margin-bottom: 10px;
		display: flex;
		align-items: center;
		text-align: left;
		width: 100%;
		border: none;
		border-bottom: 1px solid rgba(255, 255, 255, 0.1)
	}

	.fot_con li .wrap {
		padding-left: 10px;
	}

	.fot_con li .icon {
		min-width: 48px;
		max-width: 48px;
	}

	.fot_con li .title {
		font-size: 14px;
		margin-top: 10px;
	}

	.footer-bottom .social_icons {
		top: 0;
	}

	.fot_about {
		width: 100%;
		padding-bottom: 20px;
		padding-right: 0;
	}

	.footer .social_icons {
		padding-top: 15px;
	}

	.footer-bottom .left {
		text-align: center;
		float: none;
	}

	.footer .social_icons {
		float: none;
	}
}

/*back-top*/
.back_top {
	width: 48px;
	height: 48px;
	text-align: center;
	position: fixed;
	right: 5px;
	bottom: 80px;
	z-index: 99999999;
	display: none;
	background: #ff5400;
	background-size: cover;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	border-radius: 50%;
	border: 2px solid rgba(255, 255, 255, 0.1);
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.back_top:before {
	content: "\f106";
	font-family: 'FontAwesome';
	color: #fff;
	font-size: 22px;
	display: block;
	line-height: 44px;
}

.back_top:hover {
	text-decoration: none;
	box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0, 0.2);
	background-color: #ff5400;
	filter: alpha(opacity=100);
	opacity: 1;
}

.back_top:hover:before {
	animation: scroll_up_anim 1.5s infinite;
}

@keyframes scroll_up_anim {
	0% {
		transform: translateY(-3px);
	}

	50% {
		transform: translateY(3px);
	}

	100% {
		transform: translateY(-3px);
	}
}

.back_top:link {
	text-decoration: none;
}

.back_top:hover:before {
	color: #fff;
	text-decoration: none;
}


#online_qq_layer {
	z-index: 99999999;
	position: fixed;
	right: 70px;
	bottom: 10px;
}

#floatShow {
	display: block;
}

#floatHide {
	display: none;
}

#online_qq_tab {
	position: relative;
	z-index: 9;
}

#online_qq_tab #floatShow {
	overflow: hidden;
	height: 50px;
	width: 200px;
	float: right;
	line-height: 50px;
	padding-left: 50px;
	position: relative;
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
	font-family: "BarlowCondensed Bold";
	border-radius: 25px;
	box-shadow: 0 0 13px 0 rgba(255, 255, 255, 0.2);
	-webkit-box-shadow: 0 0 13px 0 rgba(255, 255, 255, 0.2);
	-webkit-transition: all var(--transition-time, 800ms);
	background: #ff5400;
	-o-transition: all var(--transition-time, 800ms);
	transition: all var(--transition-time, 800ms);
}

#online_qq_tab #floatShow i {
	height: 50px;
	width: 50px;
	background: url(../images/icon.png) no-repeat -175px -213px;
	position: absolute;
	left: 0;
	top: 0;
	display: inline-block;
}

#online_qq_tab #floatShow:hover {
	margin-right: 0;
}

#online_qq_tab #floatHide {
	overflow: hidden;
	width: 30px;
	height: 30px;
	font-size: 13px;
	float: right;
	color: #808080;
	line-height: 50px;
	text-align: left;
	position: absolute;
	right: 10px;
	top: 10px;
}

#online_qq_tab #floatHide i {
	width: 20px;
	height: 20px;
	display: flex;
	position: relative;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#online_qq_tab #floatHide i:before,
#online_qq_tab #floatHide i:after {
	content: '';
	display: inline-block;
	background: #fff;
	width: 20px;
	height: 2px;
	margin: 2px 0;
}

#online_qq_tab #floatHide i:before {
	transform: rotate(45deg) translate(4px, 0px);
	-webkit-transform: rotate(45deg) translate(4px, 0px);
}

#online_qq_tab #floatHide i:after {
	transform: rotate(-45deg) translate(4px, 0px);
	-webkit-transform: rotate(-45deg) translate(4px, 0px);
}

#online_qq_tab #floatShow:hover,
#online_qq_tab #floatHide:hover {
	text-decoration: none;
}

#onlineService {
	display: inline;
	width: 300px;
	overflow: hidden;
	display: none;
	background: #fff;
	font-size: 12px;
	box-shadow: 0 0 13px 0 rgba(151, 151, 151, 0.5);
	-webkit-box-shadow: 0 0 13px 0 rgba(151, 151, 151, 0.5);
	border-top: none;
	border-radius: 0;
}

#online_qq_layer .inquiry .main_more {
	border-width: 1px;
	margin-top: 0;
}

#online_qq_layer .inquiry .main_more:after {
	display: none;
}

#online_qq_layer .inquiry .main_more input {
	height: 40px;
	line-height: 40px;
	padding-left: 20px;
	padding-right: 40px;
	background-position: -144px -91px;
}

#onlineService .title {
	display: block;
	font-size: 18px;
	background: #ff5400;
	padding: 10px 20px;
	line-height: 24px;
	text-transform: uppercase;
	margin-bottom: 0;
	font-family: "BarlowCondensed Bold";
	color: #fff;
	border-radius: 0;
}

#onlineService .title b {
	color: #fff;
	font-family: 'BarlowCondensed Bold';
}

#onlineService .text {
	margin-bottom: 10px;
	color: #808080;
	line-height: 20px;
	font-size: 14px;
}

.i_message_inquiry .inquiry {
	padding: 15px 20px;
}

.i_message_inquiry .inquiry .form-control {
	border: 2px solid #e5e5e5;
	background: none;
	line-height: 48px;
	height: 48px;
	color: #808080;
	font-size: 14px;
	width: 100%;
	box-shadow: none;
	padding-right: 45px;
	background-position: 95% 12px;
	background-repeat: no-repeat;
	padding-left: 20px;
	border-radius: 25px;
}

.i_message_inquiry .inquiry .form-control:focus {
	color: #333;
	background-color: #fafafa;
	border-color: #ff5400;
}

.i_message_inquiry .inquiry textarea.form-control {
	border-radius: 25px;
}

.i_message_inquiry .inquiry .input-group {
	background: #fff;
	height: 32px;
	margin-bottom: 10px;
	width: 100%;
	border: none;
}

.i_message_inquiry .inquiry .input-group span {
	display: block;
	position: relative;
}

.i_message_inquiry .inquiry .input-group span:before {
	content: '*';
	color: red;
	position: absolute;
	right: 5px;
	top: 0;
	z-index: 2;
	line-height: 48px;
	z-index: 111;
}

.i_message_inquiry .inquiry .input-group span:after {
	content: '';
	position: absolute;
	right: 10px;
	top: 12px;
	z-index: 2;
	width: 28px;
	height: 23px;
	z-index: 9;
	background-image: url(../images/icon.png);
	background-repeat: no-repeat;
}

.i_message_inquiry .inquiry .input-group span.ms_p:after {
	background-position: 0 -227px;
}

.i_message_inquiry .inquiry .input-group span.ms_e:after {
	background-position: -40px -227px;
}

.i_message_inquiry .inquiry .input-group span.ms_m:after {
	background-position: -82px -227px;
}

.i_message_inquiry .inquiry .input-group span.ms_n:after {
	background-position: -165px -330px;
}

.i_message_inquiry .inquiry .input-group span.ms_m .form-control {
	height: 80px;
	padding-top: 10px;
	line-height: 20px;
}

.i_message_inquiry .inquiry .input-group span.ms_p:before,
.i_message_inquiry .inquiry .input-group span.ms_n:before {
	display: none;
}

/*fixed-contact*/
.fixed-contact {
	z-index: 999999;
	position: fixed;
	right: 10px;
	top: 40%;
	width: 50px;
	margin-top: -90px;
	overflow: hidden;
	border-radius: 25px;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all .4s;
	transform: translateX(95px);
	-webkit-transform: translateX(95px);
	-moz-transform: translateX(95px);
}

.fixed-contact.show {
	transform: none;
	opacity: 1;
	filter: alpha(opacity=100);
}

.fixed-contact.active {
	width: 260px;
}

.fixed-contact li {
	position: relative;
	height: 50px;
	background: #ff5400;
	overflow: hidden;
	transition: all .4s;
	list-style: none;
}

.fixed-contact.active li {
	overflow: inherit;
}

.fixed-contact li a {
	position: relative;
	z-index: 1000;
	display: block;
}

.fixed-contact li i {
	z-index: 1000;
	position: absolute;
	right: 0;
	display: block;
	width: 50px;
	height: 50px;
	transition: all .4s;
	background-color: #ff5400;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../images/icon.png);
}

.fixed-contact.active li:after {
	z-index: 1001;
	content: '';
	position: absolute;
	bottom: 0;
	left: 10px;
	right: 10px;
	display: block;
	height: 1px;
	background: rgba(255, 255, 255, .2);
}

.fixed-contact.active li:last-child:after {
	display: none;
}

.fixed-contact li:hover i,
.fixed-contact li:hover strong {
	opacity: .7;
}

.fixed-contact .online_p i {
	background-position: 0 -262px;
	border-top-left-radius: 30px;
	-moz-border-top-left-radius: 30px;
	-webkit-border-top-left-radius: 30px;
	border-top-right-radius: 30px;
	-moz-border-top-right-radius: 30px;
	-webkit-border-top-right-radius: 30px;
}

.fixed-contact .online_e i {
	background-position: -50px -262px;
}

.fixed-contact .online_w i {
	background-position: -100px -262px;
}

.fixed-contact .online_s i {
	background-position: -150px -262px;
}

.fixed-contact .online_code i {
	background-position: -200px -262px;
}

.fixed-contact li strong {
	position: absolute;
	top: 0;
	right: -135px;
	display: block;
	width: 210px;
	line-height: 110%;
	padding: 20px 0 0 30px;
	color: #fff;
	background: #ff5400;
	white-space: nowrap;
	transition: all .4s;
	font-size: 14px;
	text-align: right;
	font-family: 'Gilroy';
	font-weight: normal;
}

.fixed-contact.active li strong {
	right: 60px;
}

.fixed-contact .online_code strong img {
	max-width: 80px;
}

.fixed-contact.active .online_code {
	height: 130px;
}

.fixed-contact.active .online_code strong p {
	margin: 0;
	margin-bottom: 5px;
}

.fixed-contact li.online_code:hover strong {
	opacity: 1;
}

@media only screen and (max-width: 768px) {
	.fixed-contact {
		display: none !important;
	}

	.fixed-contact.show {
		opacity: 0;
	}
}

.mobile_nav {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 5px 0;
	display: none;
	z-index: 999999;
	box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.4);
	-webkit-box-shadow: 0 0 15px 0 rgba(255, 255, 255, 0.4);
	border-radius: 2px 2px 0 0;
	background: #004771;
	border-top: 1px solid #eee;
}

.mobile_nav a {
	display: inline-block;
	width: 20%;
	padding: 0 10px;
	float: left;
	text-align: center;
}

.mobile_nav a i {
	width: 28px;
	height: 28px;
	display: inline-block;
	background-repeat: no-repeat;

}

.mobile_nav a p {
	color: #ffffff;
	padding-top: 5px;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 12px;
	margin: 0;
}

.mobile_nav a:nth-child(3) {
	float: right;
}

.mobile_nav a:nth-child(4) {
	float: right;
}

@media only screen and (max-width: 992px) {
	#service {
		display: none;
	}

	#onlineService01 {
		width: 150px;
	}

	.onlineMenu .call-top {
		padding: 8px 5px;
	}

	.onlineMenu .call-top p {
		font-size: 16px;
	}

	.onlineMenu ul {
		padding: 10px;
	}

	.onlineMenu .call>p {
		padding-left: 20px;
		font-size: 13px;
	}

	.onlineMenu .call>p a {
		font-size: 13px;
	}

	.onlineMenu .call>p.ser01,
	.onlineMenu .call>p.ser02,
	.onlineMenu .call>p.ser03,
	.onlineMenu .call>p.ser04,
	.onlineMenu .call>p.ser05 {
		background-size: 12px;
	}

	.back_top {
		right: 0;
		bottom: 120px;
		width: 40px;
		height: 40px;
	}

	.back_top:before {
		font-size: 20px;
		line-height: 36px;
	}
}

@media only screen and (max-width: 768px) {
	#online_qq_layer {
		right: 0;
	}

	#onlineService {
		width: 100%;
	}

	#online_qq_layer {
		width: 100%;
		bottom: 0;
	}

	#online_qq_tab {
		width: 100%;
	}

	#online_qq_tab #floatShow {
		background: #ff5400 url(../images/icon.png) no-repeat -128px -218px;
		border-radius: 0;
		margin-right: 0;
		width: 50px;
		height: 50px;
		position: absolute;
		left: 50%;
		bottom: 10px;
		margin-left: -25px;
		border: 3px solid #fff;
		padding: 0;
		box-shadow: none;
		border-radius: 50%;
		text-indent: -999999px;
		z-index: 9999999999;
	}

	#online_qq_tab #floatShow i {
		display: none;
	}

	#online_qq_tab #floatShow span {
		display: none;
	}

	.mobile_nav {
		display: block;
	}

	.mobile_nav a i {
		width: 28px;
		height: 28px;
	}

	.mobile_nav a p {
		text-transform: uppercase;
	}

	.footer-bottom {
		padding-bottom: 5px;
	}

	#onlineService .i_message_inquiry .main-more input {
		padding: 8px 20px;
	}

	.i_message_inquiry .inquiry {
		padding: 15px 10px;
	}

	#onlineService .title {
		padding: 10px 15px;
	}
}

@media only screen and (max-width: 375px) {
	.mobile_nav a p {
		text-transform: capitalize;
		font-size: 11px;
	}
}


/*page*/
.page_banner {
	background: #fff;
	text-align: center;
	overflow: hidden;
	position: relative;
}

.page_banner img {
	max-width: 100%;
	height: auto;
}

.page_section {
	position: relative;
	z-index: 20;
	padding-bottom: 50px;
	background: url(../../img/bg-girl.jpg) no-repeat left bottom;
	padding-top: 30px;
}

.breadcrumb {
	font-size: 12px;
	border-radius: 0;
	text-transform: capitalize;
	text-align: center;
	margin: 0;
	margin-bottom: 0;
	color: #808080;
	padding: 20px 0 20px 0;
	margin-bottom: 40px;
	width: 100%;
	position: relative;
	z-index: 5;
	border-bottom: 1px solid #eee;
	background: transparent;
	overflow: hidden;
}

.breadcrumb .main_title {
	margin-bottom: 0;
	padding: 0;
}

.breadcrumb .main_title:before {
	display: none;
}

.breadcrumb .main_title em {
	margin-bottom: 0;
}

.breadcrumb .bread_right {
	padding-top: 15px;
	line-height: 20px;
	font-size: 15px;
	color: #808080;
	position: relative;
	z-index: 5;
}

.breadcrumb .bread_right>i {
	margin: 0 5px;
	display: inline-block;
	color: #808080;
}

.breadcrumb a.home i {
	margin-right: 5px;
}

.breadcrumb a {
	color: #808080;
	font-size: 15px;
	text-transform: capitalize;
	display: inline-block;
	vertical-align: middle;
}

.breadcrumb a:hover {
	color: #ff5400;
}

.breadcrumb h2 {
	margin: 0;
	display: inline-block;
	padding: 0;
	font-size: 15px;
	line-height: 22px;
	max-width: 300px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	word-wrap: normal;
	color: #808080;
	vertical-align: middle;
	font-weight: normal;
}

.single-page .text {
	font-size: 15px;
	line-height: 28px;
}

.single-page .text img {
	max-width: 100%;
	height: auto;
}

.single-page .text a:hover {
	color: #ff5400;
}

.single_con_left {
	padding-left: 0;
	padding-right: 50px;
}

.page_footer {
	padding-top: 0;
	margin-top: 0;
}

.page_section .send_column .text {
	color: #808080;
	font-size: 14px;
	line-height: 24px;
	max-height: 48px;
	overflow: hidden;
	margin-bottom: 20px;
}

.page_nav {
	list-style: none;
	margin-bottom: 50px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 0;
}

.page_nav li {
	display: inline-block;
	margin-bottom: 0;
	padding: 0;
	width: 25%;
	margin: 0 5px;
}

.page_nav li a {
	display: block;
	padding: 5px 10px;
	border-radius: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	line-height: 24px;
	font-family: 'Gilroy bold';
	text-transform: capitalize;
	transition: all .5s;
	background: #eeece6;
}

.page_nav li a i {
	width: 50px;
	height: 50px;
	display: inline-block;
	transition: all .5s;
	background-color: #fff;
	border: 2px solid #fff;
	background-position: center 5px;
	background-repeat: no-repeat;
	border-radius: 50%;
	background-size: 32px;
}

.page_nav li a p {
	color: #004771;
	font-size: 20px;
	padding-left: 10px;
	line-height: 24px;
	font-family: 'BarlowCondensed medium';
	text-transform: uppercase;
	transition: all .5s;
	margin: 0;
}

.page_nav li a:hover,
.page_nav li.active a {
	text-decoration: none;
	color: #fff;
	background: #ff5400;
}

.page_nav li a:hover p,
.page_nav li.active a p {
	color: #fff;
}

.page_nav li a:hover i,
.page_nav li.active a i {
	border: 2px solid rgba(255, 255, 255, 0.3);
	background-color: #ff5400;
	background-position: center -25px;
}

@media only screen and (max-width: 768px) {
	.page_section {
		padding-bottom: 40px;
		padding-top: 20px;
	}

	.page_section .page_column:before {
		display: none;
	}

	.breadcrumb a,
	.breadcrumb>i,
	.breadcrumb h2 {
		font-size: 13px;
	}

	.breadcrumb {
		padding-bottom: 10px;
		padding-top: 0;
		margin-bottom: 30px;
	}

	.breadcrumb .main_title {
		padding-top: 0;
		margin-bottom: 10px;
	}

	.page_info_title {
		float: none;
	}

	.page_info_title h6 {
		font-size: 28px;
		line-height: 30px;
	}

	.breadcrumb .bread_right {
		float: none;
		justify-content: center;
		padding: 0;
	}

	.page_title h6 {
		font-size: 28px;
		line-height: 28px;
	}

	.page_nav {
		display: block;
		margin-bottom: 30px;
	}

	.page_nav li {
		float: left;
		width: 50%;
		margin: 0;
		padding: 5px;
	}

	.page_nav li a {
		padding: 8px 5px;
		font-size: 12px;
		display: block;
		border-radius: 5px;
	}

	.page_nav li a p {
		font-size: 12px;
		margin: 0;
		margin-top: 5px;
		padding: 0;
		font-family: 'Gilroy';
		height: 40px;
		line-height: 20px;
	}

	.page_footer {
		padding-bottom: 110px;
	}

	.page_section .main_title em {
		background-size: 56px;
	}

	.page_banner .attachment_line_bottom {
		display: none;
	}
}

.contact_section {
	background: #fff;
	padding: 0;
}

.contact_section .page_column {
	top: 0;
	box-shadow: none;
	padding-bottom: 0;
}

.contact_info {
	position: relative;
	padding: 20px 10px;
	z-index: 2;
}

.contact_info ul {
	list-style: none;
	padding: 0;
	padding-top: 20px;
	margin-right: -30px;
	margin-left: -30px;
}

.contact_info ul li {
	padding: 0 20px;
	position: relative;
	z-index: 2;
	text-align: center;
}

.contact_info ul li .column {
	transition: all .5s;
	padding: 20px;
	padding-top: 0;
	border-radius: 0;
	position: relative;
	z-index: 5;
	text-align: center;
	min-height: 230px;
	box-shadow: 0 5px 20px 1px rgba(0, 0, 0, 0.1);
}

.contact_info ul li .column:hover {
	box-shadow: 0 2px 30px 1px rgba(0, 0, 0, 0.05);
}

.contact_info ul li em {
	display: block;
	font-size: 24px;
	text-transform: uppercase;
	color: #333;
	font-family: 'BarlowCondensed medium';
	margin-bottom: 20px;
	line-height: 24px;
	margin-top: 0;
}

.contact_info ul li .txt {
	font-size: 13px;
	line-height: 20px;
	color: #808080;
	padding: 0;
	width: 100%;
	text-transform: uppercase;
	margin-top: 15px;
	display: block;
}

.contact_info ul li .icon {
	width: 70px;
	height: 70px;
	position: relative;
	z-index: 4;
	top: -20px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.contact_info ul li .icon:after {
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	z-index: -1;
	border-radius: 50%;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-webkit-transition: all .5s;
	transition: all .5s;
	background: #ff5400;
	box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.08);
}

.contact_info ul li:hover .icon:after {
	border-radius: 30%;
}

.contact_info ul li .icon span {
	display: inline-block;
	transition: all .5s;
	width: 48px;
	height: 48px;
	background-repeat: no-repeat;
	background-image: url(../images/icon.png);
}

.contact_info ul li:hover .icon span {
	-moz-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	transform: rotateY(180deg);
}

.contact_info ul li p {
	font-size: 15px;
	line-height: 24px;
	margin: 0;
	margin-bottom: 5px;
	font-family: 'Gilroy'
}

.contact_info ul li p a:hover {
	color: #ff5400;
}

@media only screen and (max-width: 768px) {
	.contact_section {
		padding-bottom: 0;
	}

	.contact_info {
		padding-top: 10px;
		padding-bottom: 0;
		padding-left: 0;
		padding-right: 0;
	}

	.contact_info ul {
		margin: 0;
	}

	.contact_info ul li .icon {
		width: 60px;
		height: 60px;
		padding: 5px;
		top: 0;
	}

	.contact_info ul li em {
		margin-top: 10px;
		margin-bottom: 10px;
		font-size: 18px;
	}

	.contact_info ul li {
		padding: 0;
	}

	.contact_info ul li .txt {
		margin-top: 5px;
		color: #ccc;
	}

	.contact_info ul li .column {
		min-height: inherit;
		padding: 10px 20px 20px 20px;
		border-radius: 0;
		margin-top: -2px;
		box-shadow: none;
		border: 2px solid #e5e5e5;
		background: url(../images/bg.jpg)
	}

	.contact_info ul li p {
		font-size: 13px;
	}
}

@media only screen and (max-width: 480px) {
	.page_section .contact_l li .box {
		padding: 15px;
	}

	.page_banner .icon {
		width: 50px;
		height: 50px;
	}

	.page_banner .icon i {
		line-height: 50px;
		font-size: 16px;
	}

	.page_menu {
		display: none;
	}

	.contact_info ul {
		padding-top: 0;
	}
}

.message_content {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	position: relative;
	z-index: 5;
	padding-top: 40px;
	text-align: center;
	background-attachment: fixed;
}

.message_content .ovrly {
	display: block;
	background: #000;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.message_content .container {
	position: relative;
	z-index: 2;
}

.message_content .main_title {
	padding: 0;
}

.message_content .main_title:before {
	display: none;
}

.message_content .main_title em {
	color: #fff;
}

.message_content .main_title .text {
	color: #fff;
}

.page_con {
	padding-top: 60px;
}

.message_wrap {
	margin-top: 30px;
}

.message_wrap .send_column {
	border: none;
	background: #f7f7f7 url(../images/bg_message.html) no-repeat right 20px;
	text-align: center;
}

.contact_sns {
	padding-right: 0;
	margin-top: 0;
	padding-top: 30px;
}

.contact_sns .text {
	margin-bottom: 15px;
	font-size: 13px;
	color: #808080;
	line-height: 20px;
}

.contact_sns a {
	display: inline-flex;
	margin: 5px;
	transition: all .5s;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	transition: all .5s;
	text-align: center;
	justify-content: center;
	align-items: center;
}

.contact_sns a:hover {
	-moz-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	transform: rotateY(180deg);
	box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.03);
}

.contact_sns a i {
	width: 18px;
	height: 18px;
	display: inline-block;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: 100%;
	background-image: linear-gradient(135deg, #ffffff 0%, #ffffff 100%);
	transition: all .5s;
}

.contact_sns a.con_sns_f {
	background: #395a99;
}

.contact_sns a.con_sns_t {
	background: #2cc4f3;
}

.contact_sns a.con_sns_l {
	background: #0275b6;
}

.contact_sns a.con_sns_g {
	background: #d13f2d;
}

.contact_sns a.con_sns_y {
	background: #dd1527;
}

.contact_sns a.con_sns_b {
	background: #ff6600;
}

.contact_sns a.con_sns_p {
	background: #cb2027;
}

.contact_sns a.con_sns_v {
	background: #5e82a9;
}

.contact_sns a.con_sns_i {
	background-image: -moz-linear-gradient(right, #F10109, #BF00A4);
	background-image: -webkit-gradient(linear, left bottom, right top, color-stop(0, #ff4f02), color-stop(1, #BF00A4));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F10109', endColorstr='#BF00A4', GradientType='1');
	background: linear-gradient(to right, #F10109, #BF00A4);
}

.contact_right {
	padding-top: 30px;
	padding-left: 0;
	padding-bottom: 0;
}

.contact_right .main_title {
	text-align: left;
}

.contact_right .main_title:before {
	left: 0;
	transform: translate(0, 0)
}

.contact_right .main_title em {
	font-size: 30px;
	margin-bottom: 0;
}

.contact_right .text {
	font-size: 15px;
	line-height: 28px;
}

.page_send {
	display: block !important;
}

@media only screen and (min-width: 1260px) {
	.single_con_column .send_column h6 {
		padding-left: 120px;
		background-position: 60px bottom;
	}
}

@media only screen and (max-width: 992px) {
	.single_con_column {
		width: 100%;
		padding: 30px 0;
	}

	.contact_list {
		margin-bottom: 0;
		padding: 0;
	}

	.page_section .mes_box {
		display: block;
		padding: 0;
		margin-top: 20px;
		width: 100%;
	}

	.page_con_column {
		padding: 0;
		padding-top: 30px;
		width: 100%;
	}

	.page_section .send_column {
		width: 100%;
		padding: 0;
	}

	.page_send {
		background-size: cover;
		margin-bottom: -50px;
	}
}

@media only screen and (max-width: 768px) {
	.single_con_column .send_box {
		display: block;
		width: 100%;
	}

	.message {
		z-index: 9999;
	}

	.map {
		border: none;
		padding: 0;
		margin-top: 0;
	}

	.single_con_column .send_column {
		bottom: 0;
		margin-top: 30px;
	}

	.contact_sns a {
		margin: 3px;
	}

	.con_main {
		margin-top: 20px;
	}

	.page_section .send_column ul li {
		padding: 0;
	}

	.message_info {
		padding: 50px 0;
	}

	.message_wrap {
		padding: 0;
		margin-top: 0;
	}

	.message_wrap .send_column {
		padding: 30px 15px;
	}

	.contact_right {
		padding-right: 0;
		padding-top: 30px;
		padding-bottom: 0;
	}

	.page_con {
		padding-top: 40px;
	}
}

/*left*/
.page-left {
	width: 24%;
	float: left;
	margin-top: 0;
	position: relative;
}

.page-left .fot_title {
	display: block;
	position: relative;
	margin-bottom: 20px;
}

.page-left .fot_title:after {
	content: '';
	width: 35px;
	height: 35px;
	background: url(../images/icon.png) no-repeat;
	position: absolute;
	right: 0;
	top: 5px;
	background-position: -96px -325px;
	opacity: 0.3;
	filter: alpha(opacity=30);
}

.page-left .fot_title em {
	display: block;
	position: relative;
	z-index: 1;
	color: #333;
	font-size: 24px;
	line-height: 100%;
	text-transform: uppercase;
	font-family: 'BarlowCondensed Bold';
	padding: 5px 0;
	padding-bottom: 15px;
}

.page-left .fot_title em:before {
	content: '';
	width: 40px;
	height: 3px;
	background: #ff5400;
	display: inline-block;
	position: absolute;
	left: 0;
	bottom: -2px;
}

.page-left .left_title .column_icon_toggle {
	display: none;
}

.left-cat .fot_title {
	margin-bottom: 0;
	background: #ff5400;
	padding-top: 10px;
	padding-bottom: 10px;
	border: none;
	padding-left: 15px;
}

.left-cat .fot_title em {
	font-size: 20px;
	color: #fff;
	border: none;
	background: none;
	padding-bottom: 5px;
}

.left-cat .fot_title em:before {
	display: none;
}

.left-cat .fot_title em:after {
	content: '';
	width: 24px;
	height: 26px;
	background: url(../images/icon.png) no-repeat;
	background-position: -52px -97px;
	display: inline-block;
	position: absolute;
	right: 15px;
	top: 4px;
}

ul.mtree {
	opacity: 0;
	margin-left: 0;
	border: 1px solid #e5e5e5;
	border-bottom: none;
	padding: 5px 0;
	border-bottom: 1px solid #e5e5e5;
	border-radius: 0 0 0 0;
}

ul.mtree>li {
	list-style: none;
	position: relative;
}

ul.mtree>li>a {
	font-size: 14px;
	padding: 10px 0 10px 10px;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	padding-right: 30px;
	border-bottom: 1px solid #e5e5e5;
	display: flex;
	align-items: center;
	text-transform: capitalize;
	font-family: 'Gilroy bold';
}

ul.mtree>li>a img {
	max-width: 32px;
	margin-right: 5px;
}

ul.mtree>li:last-child>a {
	border-bottom: none;
}

ul.mtree>li>a p {
	margin: 0;
	padding-left: 5px;
}

ul.mtree>li>a span {
	max-width: 36px;
	min-width: 36px;
}

ul.mtree a {
	display: block;
	font-size: 12px;
	color: #555555;
	-moz-transition: all 0s;
	-o-transition: all 0s;
	-webkit-transition: all 0s;
	transition: all 0s;
	padding: 10px 0;
	line-height: 22px;
	padding-right: 30px;
}

ul.mtree li ul a {
	padding: 6px 10px;
	padding-right: 30px;
}

ul.mtree.transit>li.mtree-open>b:before,
ul.mtree .mtree-level-1 li.mtree-open>b:before {
	content: "\f106";
	font-family: FontAwesome;
	font-size: 18px;
	color: #ff5400;
	font-style: normal;
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
	height: 42px;
	text-align: center;
	z-index: 99;
	display: flex;
	align-items: center;
	justify-content: center;
}

ul.mtree .mtree-level-1 li.mtree-open>b:before {
	color: #ff5400;
	height: 40px;
}

ul.mtree.transit li.mtree-closed>b:before,
ul.mtree .mtree-level-1 li.mtree-closed>b:before {
	content: "\f107";
	font-family: FontAwesome;
	font-size: 18px;
	color: #333;
	font-style: normal;
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
	height: 100%;
	text-align: center;
	z-index: 99;
	display: flex;
	align-items: center;
	justify-content: center;
}

ul.mtree.transit>li:hover.mtree-closed>b:before {
	color: #ff5400;
}

ul.mtree li ul a li a {
	padding-left: 20px;
}

ul.mtree>li:hover>a {
	color: #ff5400;
	padding-left: 15px;
}

ul.mtree>li.mtree-node a ul a {
	font-size: 12px;
}

ul.mtree>li.mtree-open {
	padding-bottom: 0;
}

ul.mtree>li.mtree-open>a {
	padding-left: 14px;
	color: #ff5400;
}

ul.mtree>li.mtree-node:hover>a {
	color: #ff5400;
}

ul.mtree>li.mtree-open:hover>a {
	color: #ff5400;
}

ul.mtree .mtree-level-1 li.mtree-closed>span {
	color: #ff5400;
	text-decoration: none;
}

ul.mtree ul {
	border: none;
	margin-bottom: 10px;
}

ul.mtree ul li {
	list-style: none;
	position: relative;
	padding-bottom: 0;
}

ul.mtree ul li a {
	display: block;
	color: #333;
	font-size: 14px;
	border-bottom: 1px solid #ebebeb;
}

ul.mtree>li>ul>li>a {
	font-size: 15px !important;
	font-weight: normal;
	position: relative;
	transition: all .5s;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 15px;
	padding-right: 0;
	background: #ede9e0;
}

ul.mtree>li>ul>li:nth-child(2n+2)>a {
	background: #e6dfd2;
}

ul.mtree>li>ul>li>a:hover {
	color: #ff5400;
	text-decoration: none;
	padding-left: 20px;
}

ul.mtree>li>ul>li>a:before {
	content: '';
	width: 3px;
	background: #ff5400;
	height: 100%;
	position: absolute;
	left: -10px;
	top: 0;
	transform: scaleX(0);
	transform-origin: 0 0 0;
	transition: all 0.4s ease 0s;
}

ul.mtree>li>ul>li>a:hover:before {
	opacity: 1;
	visibility: visible;
	transform: scaleX(1);
}

ul.mtree>li>ul>li>a i {
	color: #ccc;
	font-size: 12px;
	margin-right: 10px;
	margin-left: 6px;
}

ul.mtree>li>ul>li>a:before {
	content: "";
}

ul.mtree ul li:hover a {
	color: #ff5400;
}

ul.mtree li ul li.mtree-open a {
	color: #ff5400;
	text-decoration: none;
	font-family: 'Gilroy bold';
}

ul.mtree .mtree-level-2 {
	margin-top: 0px;
	border: none;
	padding: 0px;
	margin-bottom: 0;
	border-bottom: 1px solid #eee;
	padding: 5px;
}

ul.mtree .mtree-level-2 li:last-child a {
	border-bottom: none;
}

ul.mtree li ul.mtree-level-2 li a {
	color: #808080;
	font-weight: normal;
	font-size: 13px;
	padding-left: 10px;
	font-family: 'Gilroy'
}

ul.mtree li ul.mtree-level-2 li a:before {
	content: '';
	width: 4px;
	height: 4px;
	background-color: #d9d9d9;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	border-radius: 50%;
}

ul.mtree .mtree-level-2 li a:hover {
	text-decoration: underline;
	color: #ff5400;
	font-weight: normal;
}

ul.mtree .mtree-level-2 li a:hover:before {
	background: #ff5400;
}

ul.mtree.jet ul {
	margin-left: 0;
}

ul.mtree.jet li {
	margin-bottom: 1px;
}

ul.mtree.jet li:last-child {
	margin-bottom: 0px;
}

ul.mtree.jet li:first-child {
	margin-top: 1px;
}

ul.mtree.jet li.mtree-active a {
	background: #e5e5e5;
}

ul.mtree.jet li.mtree-active li:last-child>a {
	border-radius: 0px 0px 3px 3px;
}

ul.mtree.jet li.mtree-active>a {
	background: #ff5400;
	color: #FFF;
	border-radius: 3px 3px 0px 0px;
}

ul.mtree.jet li>a:hover {
	background: #ff5400;
	color: #FFF;
}

ul.mtree.jet a {
	padding: 5px 0px 5px 1em;
}

ul.mtree.jet li li>a {
	padding-left: 2em;
}

ul.mtree.jet li li li>a {
	padding-left: 3em;
}

ul.mtree.jet li li li li>a {
	padding-left: 4em;
}

ul.mtree.jet li li li li li>a {
	padding-left: 5em;
}

ul.mtree a:hover {
	text-decoration: none;
}

.mtree-skin-selector {
	display: none !important;
}

ul.mtree li ul.mtree-level-2 li.mtree_all a {
	font-family: 'Gilroy bold';
	text-transform: uppercase;
	color: #4d4d4d;
}

ul.mtree li ul.mtree-level-2 li.mtree_all a:hover {
	color: #00429a;
}

.left-adv {
	margin-top: 30px;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	text-align: center;
	box-shadow: 0 10px 30px 5px rgba(0, 0, 0, 0.05);
	border-radius: 0;
	position: relative;
	overflow: hidden;
}

.left-adv .ovrly {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #000;
	filter: alpha(opacity=80);
	-moz-opacity: 0.7;
	opacity: 0.7;
	border-radius: 0;
}

.left-adv .main {
	position: relative;
	left: 0;
	top: 0;
	padding: 40px 20px 40px 20px;
	z-index: 2;
}

.left-adv .icon {
	width: 80px;
	height: 80px;
	margin: 0;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	position: relative;
	z-index: 3;
	background: #ff5400;
	box-shadow: 0 3px 15px 1px rgba(255, 95, 18, 0.2);
}

.left-adv .icon:before {
	content: '';
	position: absolute;
	left: -10px;
	top: -10px;
	right: -10px;
	bottom: -10px;
	border-radius: 50%;
	filter: alpha(opacity=15);
	-moz-opacity: 0.15;
	opacity: 0.15;
	background: #fff;
	z-index: -1;
}

.left-adv .icon i {
	width: 50px;
	height: 50px;
	background: url(../images/icon.png) no-repeat;
	background-position: -360px -318px;
	display: inline-block;
}

.left-adv .main .title {
	font-size: 24px;
	line-height: 24px;
	color: #fff;
	text-transform: uppercase;
	margin-top: 30px;
	margin-bottom: 15px;
	display: block;
	font-family: 'BarlowCondensed medium';
}

.left-adv .main .title:hover {
	text-decoration: none;
}

.left-adv .main .text {
	font-size: 13px;
	color: #fff;
	line-height: 24px;
}

.left-adv .main .main_more {
	border: 1px solid #fff;
	background-color: transparent;
}

.left-adv .main .main_more a {
	color: #fff;
	height: 46px;
	line-height: 46px;
	background: none;
}

.left-adv .main .main_more a:after {
	width: 14px;
	height: 14px;
	content: '';
	background: url(../images/icon.png) no-repeat;
	background-position: -331px -103px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
}

.left-nav .list {
	background: #f3f3f3;
	padding: 20px 10px;
	padding-left: 0;
	list-style: none;
	border-radius: 0 25px 25px 0;
	box-shadow: 0 2px 20px 1px rgba(0, 0, 0, 0.1);
}

.left-nav .list li {
	margin-bottom: 5px;
}

.left-nav .list li a {
	display: block;
	font-size: 16px;
	font-family: 'Gilroy bold';
	position: relative;
	z-index: 5;
	padding: 5px 10px;
	overflow: hidden;
	transition: all .5s;
	text-transform: uppercase;
}

.left-nav .list li a:before {
	width: 100%;
	height: 100%;
	display: block;
	content: '';
	position: absolute;
	left: -100%;
	top: 0;
	transition: all .4s;
	z-index: -1;
	border-radius: 0 25px 25px 0;
	background-image: -moz-linear-gradient(right, #ff5400, #0075c0);
	/* Firefox */
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #ff5400), color-stop(1, #0075c0));
	/* Saf4+, Chrome */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5400', endColorstr='#0075c0', GradientType='1');
	/*IE*/
	background: linear-gradient(to right, #ff5400, #0075c0);
	/*ie10*/
}

.left-nav .list li:hover a {
	color: #fff;
	padding-left: 20px;
	text-decoration: none;
}

.left-nav .list li:hover a:before {
	left: 0;
}

.left-nav .list li.active a {
	color: #fff;
	padding-left: 10px;
	border-radius: 0 25px 25px 0;
	background-image: -moz-linear-gradient(right, #ff5400, #0075c0);
	/* Firefox */
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #ff5400), color-stop(1, #0075c0));
	/* Saf4+, Chrome */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5400', endColorstr='#0075c0', GradientType='1');
	/*IE*/
	background: linear-gradient(to right, #ff5400, #0075c0);
	/*ie10*/
}

/*hot_pro*/
.left-pro {
	margin-top: 40px;
}

.left-pro .slider .li {
	padding: 5px;
	text-align: center;
}

.left-pro .slider .li .image {
	overflow: hidden;
	display: block;
}

.left-pro .slider .li .image img {
	transition: all .9s;
}

.left-pro .slider .li:hover .image img {
	-webkit-transform: scale(var(--scale-multiplier, 1.05));
	-ms-transform: scale(var(--scale-multiplier, 1.05));
	transform: scale(var(--scale-multiplier, 1.05));
}

.left-pro .slider .li .title {
	display: block;
	font-size: 15px;
	line-height: 24px;
	margin-top: 15px;
	overflow: hidden;
	max-height: 48px;
}

.left-pro .slider .li:hover .title {
	text-decoration: none;
	color: #ff5400;
}

.left-pro .slider .li .text {
	color: #808080;
	margin-top: 10px;
	font-size: 13px;
	line-height: 20px;
	overflow: hidden;
	height: 20px;
}

.left-pro .slider .li .line {
	display: inline-block;
	width: 40px;
	height: 1px;
	background: #ff5400;
	margin-top: 10px;
	transition: all .5s;
}

.left-pro .slider .li:hover .line {
	width: 80px;
}

.left-pro .slider .slick-prev {
	left: 0;
}

.left-pro .slider .slick-next {
	right: 0;
}

.page-right {
	width: 76%;
	padding-left: 40px;
	padding-right: 0;
	float: right;
}

@media only screen and (max-width: 1260px) {
	.page-left {
		width: 26%;
	}

	.page-right {
		width: 74%;
	}
}

@media only screen and (max-width: 992px) {
	.page-title em {
		font-size: 24px;
	}

	.page-left {
		width: 100%;
		float: none;
		top: 0;
		margin-top: 20px;
	}

	.left-pro,
	.left-con,
	.left-video,
	.left-solu,
	.left-work {
		margin-top: 0;
		padding: 0;
		border: none;
	}

	.page-left .fot_title {
		margin-bottom: 10px;
		margin-bottom: 0;
		padding: 8px 20px 8px 15px;
		border-radius: 0;
		background: #ff5400;
		border-radius: 0;
		border: none;
	}

	.page-left .fot_title:before {
		display: none;
	}

	.page-left .fot_title>em {
		margin: 0;
		font-size: 18px;
		color: #fff;
		padding: 0;
		line-height: 24px;
		text-transform: uppercase;
		border: none;
		background: none;
		font-family: 'BarlowCondensed medium';
	}

	.page-left .fot_title em:before {
		display: none;
	}

	.page-left .fot_title .icon-minus-sign:before,
	.page-left .fot_title .icon-minus-sign:after,
	.page-left .fot_title .icon-plus-sign:before,
	.page-left .fot_title .icon-plus-sign:after {
		background: #fff;
	}

	.page-left .fot_title>span {
		display: none;
	}

	.page-left .fot_title .column_icon_toggle {
		display: inline-block;
		position: absolute;
		right: 15px;
		top: 17px;
		font-style: normal;
		cursor: pointer;
		font-size: 14px;
		font-weight: normal;
	}

	.page-left .left_title>span {
		display: none;
	}

	.page-left .block_content {
		padding-top: 10px;
	}

	.left-con .left_title {
		display: block;
	}

	.left_title .column_icon_toggle {
		display: inline-block;
		position: absolute;
		right: 10px;
		top: 16px;
		font-style: normal;
		cursor: pointer;
		font-size: 14px;
		font-weight: normal;
	}

	.page-right {
		width: 100%;
		padding: 0;
		float: none;
	}

	.left-cat {
		margin-bottom: 20px;
	}

	.left-pro {
		margin-bottom: 20px;
	}

	.left-nav {
		margin-bottom: 20px;
	}

	.left-adv {
		display: none;
	}

	ul.mtree>li>a {
		font-size: 14px;
	}

	.left-cat .fot_title em:after {
		display: none;
	}

	.left-pro ul li .title {
		font-size: 12px;
	}
}


/*sitemap*/
.sitemap {
	width: 100%;
}

.stp-listA>li {
	text-transform: capitalize;
	list-style: none;
}

.stp-top {
	width: 100%;
	background: #e5e5e5;
	padding: 15px 20px;
	margin-bottom: 1px;
}

.stp-top .page_info_title {
	font-size: 20px;
	line-height: 24px;
	text-transform: uppercase;
	display: block;
	font-family: 'BarlowCondensed medium';
	padding: 0;
}

.stp-top .page_info_title:hover {
	text-decoration: none;
	color: #ff5400;
}

.stp-top .page_info_title i {
	padding-left: 5px;
	transition: all .5s;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

.stp-top .page_info_title:hover i {
	padding-left: 8px;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.stp-listB {
	display: block;
	padding: 15px 10px;
	border: 2px solid #e5e5e5;
	border-top: none;
	padding: 30px 20px;
	list-style: none;
	margin-top: -1px;
}

.stp-listB>li {
	width: 25%;
	padding: 8px 10px;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;
}

.stp-listB>li:nth-child(4n+1) {
	clear: both;
}

.stp-listB>li>a {
	font-size: 16px;
	line-height: 22px;
	display: block;
	color: #4d4d4d;
	font-family: 'Gilroy bold'
}

.stp-listB>li>a i {
	padding-right: 5px;
}

.stp-listB>li:hover>a {
	color: #ff5400;
}

.stp-pro .stp-listB>li {
	width: 100%;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
}

.stp-pro .stp-listB>li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.stp-pro .stp-listB>li .top {
	display: flex;
	align-items: flex-end;
}

.stp-pro .stp-listB>li .image {
	max-width: 48px;
	min-width: 48px;
}

.stp-pro .stp-listB>li .title {
	font-size: 14px;
	line-height: 24px;
	text-transform: capitalize;
	display: block;
	font-family: 'Gilroy bold';
}

.stp-pro .stp-listB>li .title:after {
	content: "\f105";
	font-family: 'FontAwesome';
	padding-left: 6px;
	color: #ccc;
}

.stp-pro .stp-listB>li .title:hover {
	color: #ff5400;
	text-decoration: none;
}

.stp-pro .stp-listB>li .title:hover:after {
	color: #ff5400;
}

.stp-listB li .stp-listC {
	width: 100%;
	padding-top: 20px;
	list-style: none;
}

.stp-listB li .stp-listC li {
	width: 33.33%;
	margin-bottom: 8px;
	float: left;
}

.stp-listB li .stp-listC li a {
	color: #808080;
	font-size: 13px;
	-webkit-transition: all var(--transition-time, 500ms);
	-o-transition: all var(--transition-time, 500ms);
	transition: all var(--transition-time, 500ms);
}

.stp-listB li .stp-listC li a i {
	padding-right: 5px;
}

.stp-listB li .stp-listC li a:hover {
	color: #ff5400;
}


@media only screen and (max-width: 768px) {
	.stp-listA {
		padding: 0;
	}

	.stp-listB>li {
		width: 50%;
		padding: 4px 0;
	}

	.stp-top {
		padding: 10px 10px;
	}

	.stp-listB {
		border-width: 1px;
		padding: 15px;
	}

	.stp-pro .stp-listB>li .image {
		max-width: 32px;
		min-width: 32px;
	}

	.stp-listB li .stp-listC li {
		width: 100%;
	}

	.stp-listB>li>a {
		font-size: 14px;
	}
}

@media only screen and (max-width: 400px) {
	.stp-listB li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 2%;
	}
}


/*page-number*/
.page_num {
	width: 100%;
	margin: auto;
	text-align: left;
	margin-top: 20px;
}

.page_num span {
	display: inline-block;
	color: #fff;
	background: #ff5400;
	font-size: 14px;
	text-transform: capitalize;
	padding: 0;
	vertical-align: middle;
	width: 36px;
	height: 36px;
	line-height: 32px;
	transition: all .5s;
	position: relative;
	border-radius: 0;
	font-family: 'Gilroy bold';
	text-align: center;
	border-radius: 50%;
	border: 2px solid #ff5400
}

.page_num a {
	background: #fff;
	padding: 0;
	display: inline-block;
	text-transform: capitalize;
	font-size: 14px;
	position: relative;
	z-index: 0;
	vertical-align: middle;
	line-height: 32px;
	transition: all .5s;
	color: #555;
	border-radius: 50%;
	width: 36px;
	height: 36px;
	text-align: center;
	border: 2px solid #e5e5e5
}

.page_num a:hover {
	background: #ff5400;
	text-decoration: none;
	color: #fff;
	border-color: #ff5400;
}

.page_num a i {
	line-height: 32px;
}

.page_num p {
	display: inline-block;
	font-size: 14px;
	margin: 0;
	margin-top: 5px;
	font-family: 'Gilroy';
	float: right;
}

.page_num p:before {
	content: '[';
	padding-right: 3px;
}

.page_num p:after {
	content: ']';
	padding-left: 3px;
}

.page_num p strong {
	display: inline-block;
	margin: 0 5px;
	font-weight: normal;
	color: #ff5400;
}

@media only screen and (max-width: 768px) {
	.page_num {
		border-radius: 0;
		text-align: center;
		padding: 0;
		margin-top: 10px;
		border-radius: 5px;
	}

	.page_num a,
	.page_num span {
		width: 30px;
		height: 30px;
		line-height: 30px;
		font-size: 12px;
	}

	.page_num a i {
		line-height: 30px;
	}

	.page_num p {
		float: none;
		display: block;
	}
}

/*page-turning*/
.navigation {
	width: 100%;
	list-style: none;
	border-top: 2px solid #e5e5e5;
	margin-top: 20px;
	padding-top: 0;
}

.navigation li {
	width: calc(50% - 80px);
	float: left;
	text-align: left;
}

.navigation li.next_post {
	float: right;
	text-align: right;
}

.navigation li a {
	padding-top: 20px;
	padding-bottom: 20px;
	position: relative;
	display: block;
	transition: all .5s;
}

.navigation li a:hover {
	text-decoration: none;
}

.navigation li.prev_post a {
	padding-left: 50px;
}

.navigation li.next_post a {
	padding-right: 50px;
}

.navigation li a:before {
	font-family: 'FontAwesome';
	font-size: 16px;
	position: absolute;
	top: 50%;
	width: 40px;
	height: 40px;
	line-height: 39px;
	border-radius: 25px;
	text-align: center;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06);
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transition: all .5s;
	background-color: #fff;
	border: 1px solid #e5e5e5;
}

.navigation li.prev_post a:before {
	left: 0;
	content: "\f0d9";
}

.navigation li.next_post a:before {
	right: 0;
	content: "\f0da";
}

.navigation li a:hover:before {
	background: #ff5400;
	color: #fff;
	border-color: #ff5400;
}

.navigation li a .meta_nav {
	display: block;
	font-size: 16px;
	text-transform: uppercase;
	color: #808080;
	margin-bottom: 5px;
	line-height: 20px;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	transition: all .5s;
	font-family: 'BarlowCondensed medium';
}

.navigation li a:hover .meta_nav {
	color: #ff5400;
}

.navigation li a .post_title {
	font-size: 15px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	word-wrap: normal;
	margin: 0;
	transition: all .5s;
	font-weight: normal;
}

.navigation li a:hover .post_title {
	color: #ff5400;
}

@media only screen and (max-width: 992px) {
	.navigation li {
		width: calc(50% - 40px);
	}
}

@media only screen and (max-width: 768px) {
	.navigation {
		border: none;
		padding-top: 0;
		margin-bottom: 0;
	}

	.navigation li {
		width: 100%;
		background: #fff;
		border: 2px solid #ebebeb;
		border-radius: 0;
		padding: 0 10px;
		margin-bottom: 10px;
	}

	.navigation li.prev_post a {
		padding-left: 50px;
	}

	.navigation li.next_post a {
		padding-right: 50px;
	}

	.navigation li a:before {
		width: 40px;
		height: 40px;
		line-height: 40px;
		background: #fff;
	}

	.navigation li a .meta_nav {
		font-size: 14px;
	}
}

.news li {
	position: relative;
	z-index: 10;
	list-style: none;
}

.news li {
	position: relative;
	margin-bottom: 30px;
	border-radius: 0;
	transition: all .5s;
	padding-bottom: 30px;
	border-bottom: 2px solid #e5e5e5;
}

.news li .image {
	width: 30%;
	display: block;
	overflow: hidden;
	position: relative;
	box-sizing: border-box;
	z-index: 100;
	float: left;
	position: relative;
	z-index: 9;
}

.news li .image>a {
	display: block;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}

.news li .image img {
	max-width: 100%;
	width: 100%;
	height: auto;
	transition: all .9s;
}

.news li:hover .image img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1)
}

.news li .icon {
	position: absolute;
	right: 0;
	top: 0;
	transition: all .5s;
	opacity: 0;
	filter: alpha(opacity=0);
	display: inline-flex;
	background: #ffffff;
	border-radius: 50%;
	width: 36px;
	height: 36px;
	justify-content: center;
	align-items: center;
	z-index: 2;
}

.news li:hover .icon {
	top: 10px;
	right: 10px;
	opacity: 1;
	filter: alpha(opacity=100);
}

.news li .icon i {
	width: 16px;
	height: 16px;
	display: inline-block;
	background: url(../images/icon.png) no-repeat;
	background-position: -107px -101px;
}

.news li .icon i:after {
	content: '';
	opacity: 0.1;
	filter: alpha(opacity=10);
	position: absolute;
	left: -6px;
	top: -6px;
	right: -6px;
	bottom: -6px;
	border-radius: 50%;
	background: #fff;
}

.news li .wrap {
	float: left;
	width: 70%;
	position: relative;
	z-index: 9;
	padding-left: 60px;
	padding-top: 20px;
}

.news li .title {
	color: #004771;
	font-size: 20px;
	line-height: 24px;
	overflow: hidden;
	max-height: 48px;
	display: block;
	font-family: 'BarlowCondensed medium';
	margin-bottom: 10px;
	margin-top: 0;
	text-transform: uppercase;
}

.news li .title:hover {
	color: #ff5400;
	text-decoration: none;
}

.news li .text {
	color: #808080;
	font-size: 13px;
	line-height: 24px;
	overflow: hidden;
	max-height: 72px;
}

.news li .wrap .page_date_wrap {
	position: absolute;
	left: -10px;
	top: 50%;
	transform: translate(0, -50%);
	z-index: 5;
}

.news li .page_more {
	float: right;
}

@media only screen and (max-width: 768px) {
	.news li {
		padding-bottom: 15px;
		margin-bottom: 15px;
	}

	.news li .image {
		width: 50%;
	}

	.news li .wrap {
		width: 100%;
		margin: 0;
		padding: 5px;
		padding-left: 0;
		padding-top: 10px;
		margin-top: 0;
		padding-right: 60px;
	}

	.news li .wrap:before {
		display: none;
	}

	.news li .title {
		font-size: 16px;
		margin-bottom: 10px;
		line-height: 20px;
		max-height: 40px;
	}

	.news li .text {
		font-size: 13px;
		max-height: 48px;
	}

	.news li .page_more {
		display: none;
	}

	.news li .wrap .page_date_wrap {
		left: auto;
		right: 0;
	}
}


.news_detail_info {
	text-align: left;
}

.news_detail_info .news_detail_title {
	margin-bottom: 30px;
	position: relative;
	padding-bottom: 20px;
	border-bottom: 2px solid #e5e5e5;
}

.news_detail_info .news_detail_title em.title {
	color: #004771;
	font-size: 20px;
	line-height: 24px;
	overflow: hidden;
	max-height: 48px;
	display: block;
	font-family: 'BarlowCondensed medium';
	;
	margin-top: 0;
	text-transform: uppercase;
}

.news_detail_info .txt {
	font-size: 15px;
	line-height: 28px;
	text-align: left;
}

.news_detail_info .txt img {
	max-width: 100%;
	height: auto;
}

.news_detail_info .txt a {
	color: #ff5400;
}

@media only screen and (max-width: 768px) {
	.news_detail_info .news_detail_title {
		padding-bottom: 10px;
	}

	.news_detail_info .news_detail_title .date {
		min-width: 70px;
	}

	.news_detail_info .news_detail_title .date em {
		font-size: 50px;
		line-height: 46px;
	}

	.news_detail_info .news_detail_title .date p {
		font-size: 14px;
	}
}

/*blog*/
.left-blog {
	margin-bottom: 40px;
}

.left-blog ul {
	list-style: none;
	padding: 5px 10px;
	border: 1px solid #e5e5e5;
}

.left-blog ul li {
	margin-bottom: 0;
}

.left-blog ul li a {
	display: block;
	font-size: 15px;
	border-radius: 2px;
	color: #555555;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	padding: 6px 0;
	line-height: 24px;
	position: relative;
	font-family: 'Gilroy bold';
	padding-left: 10px;
}

.left-blog ul li a:hover {
	color: #ff5400;
	text-decoration: none;
}

.left-blog ul li a:before {
	content: '';
	width: 4px;
	height: 4px;
	background-color: #d9d9d9;
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	left: 0;
	top: 16px;
	border-radius: 50%;
}

.left-blog ul li a:hover:before {
	background-color: #ff5400;
}

.blog-archives {
	margin-bottom: 40px;
}

.blog-archives ul {
	list-style: none;
}

.blog-archives ul li {
	margin-bottom: 0;
	position: relative;
	border-bottom: 1px solid #e5e5e5;
}

.blog-archives ul li:before {
	content: '';
	width: 3px;
	background: #ff5400;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	transform: scaleX(0);
	transform-origin: 0 0 0;
	transition: all 0.4s ease 0s;
}

.blog-archives ul li:hover:before {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	visibility: visible;
	transform: scaleX(1);
}

.blog-archives ul li a {
	padding: 12px 5px;
	display: block;
	font-size: 15px;
	transition: all .5s;
	line-height: 24px;
}

.blog-archives ul li:hover a {
	color: #ff5400;
	text-decoration: none;
	padding-left: 15px;
}

.blog-tags {
	margin-bottom: 30px;
}

.blog-tags ul {
	list-style: none;
}

.blog-tags ul li {
	display: inline-block;
	margin: 5px;
}

.blog-tags ul li a {
	display: inline-block;
	border-radius: 25px;
	background: #fafafa;
	border: 2px solid #eee;
	padding: 3px 15px;
	font-size: 13px;
	line-height: 24px;
	transition: all .5s;
}

.blog-tags ul li a:hover {
	text-decoration: none;
	color: #fff;
	background: #ff5400;
	border-color: #ff5400;
}

.blog_list {
	list-style: none;
}

.blog_list>li {
	margin-bottom: 40px;
	position: relative;
	transition: all .5s;
	z-index: 10;
	border-bottom: 1px solid #eee;
	padding-bottom: 30px;
	border-radius: 0;
}

.blog_list>li:last-child {
	margin-bottom: 0;
}

.blog_list>li:before {
	content: '';
	background: #fff;
	box-shadow: 0 5px 30px 1px rgba(0, 0, 0, 0.05);
	transition: all .5s;
	position: absolute;
	left: 20px;
	top: 20px;
	right: 20px;
	bottom: 20px;
	z-index: -1;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	display: block;
}

.blog_list>li:hover:before {
	left: -20px;
	top: -20px;
	right: -20px;
	bottom: -5px;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.blog_list li .image {
	display: block;
	overflow: hidden;
	margin-bottom: 20px;
	border-radius: 0;
}

.blog_list li .image img {
	max-width: 100%;
	height: auto;
	-webkit-transition: all var(--transition-time, 800ms);
	-o-transition: all var(--transition-time, 800ms);
	transition: all var(--transition-time, 800ms);
}

.blog_list li:hover .image img {
	-webkit-transform: scale(var(--scale-multiplier, 1.05));
	-ms-transform: scale(var(--scale-multiplier, 1.05));
	transform: scale(var(--scale-multiplier, 1.05));
}

.blog_list li .title {
	color: #004771;
	font-size: 20px;
	line-height: 24px;
	overflow: hidden;
	max-height: 48px;
	display: block;
	font-family: 'BarlowCondensed medium';
	margin-top: 0;
	text-transform: uppercase;
}

.blog_list li:hover .title {
	color: #ff5400;
	text-decoration: none;
}

.blog_list li .text {
	color: #808080;
	font-size: 14px;
	line-height: 24px;
	max-height: 72px;
	overflow: hidden;
	margin-top: 10px;
}

.blog_list li .post_blog_tag {
	margin-bottom: 0;
}

.blog_list li .main_more {
	margin-bottom: 20px;
}

.blog_list li .main_more a {
	line-height: 32px;
	height: 32px;
	font-size: 12px;
}

.post_blog_tag {
	margin-top: 20px;
}

.post_blog_tag>p {
	display: inline-block;
	font-size: 18px;
	text-transform: uppercase;
	vertical-align: middle;
	margin: 0;
	color: #ff5400;
	font-family: 'BarlowCondensed medium';
}

.post_blog_tag>p i {
	color: #ff5400;
	margin-right: 5px;
}

.post_blog_tag li {
	display: inline-block;
	margin: 0 0 5px 5px;
	position: relative;
	border: none;
	padding: 0;
}

.post_blog_tag li a {
	display: inline-block;
	background: #fff;
	border: 2px solid #eee;
	font-size: 15px;
	border-radius: 25px;
	line-height: 20px;
	color: #4d4d4d;
	padding: 3px 12px;
	transition: all .5s;
}

.post_blog_tag li:hover a {
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06);
	text-decoration: none;
	background: #ff5400;
	color: #fff;
	border-color: #ff5400;
}

@media only screen and (max-width: 992px) {
	.left-blog {
		padding: 0;
		border: none;
		margin-bottom: 20px;
	}

	.blog_list li .right {
		padding-left: 65px;
		width: 100%;
	}

	.left-blog .left_title {
		display: block;
	}

	.blog-list p,
	.blog-cat p {
		margin-bottom: 15px;
	}

	.blog-list {
		border-bottom: 1px solid #efefef;
		padding-bottom: 20px;
	}

	.blog-archives,
	.blog-tags {
		margin-bottom: 20px;
	}

	.blog_list li .date em {
		font-size: 60px;
		line-height: 56px;
	}
}

@media only screen and (max-width: 768px) {
	.blog_list>li {
		margin-bottom: 30px;
	}

	.blog_list>li:hover:before {
		left: -10px;
		top: -10px;
		right: -10px;
		bottom: -10px;
	}

	.blog_list {
		border: none;
	}

	.blog_tag>p {
		display: block;
	}

	.blog_list li .right {
		padding-left: 80px;
	}

	.blog_list li .title {
		font-size: 16px;
	}

	.blog_list li .text {
		max-height: 48px;
		font-size: 13px;
	}

	.blog_list li .post_blog_tag {
		margin-top: 15px;
	}

	.post_blog_tag li a {
		font-size: 13px;
	}
}

@media only screen and (max-width: 480px) {
	.blog_list>li {
		padding-bottom: 20px;
	}

	.blog_list li .right {
		padding: 0;
		padding-top: 10px;
	}

	.blog_list li .more {
		letter-spacing: 0;
	}

	.blog_list li .date em {
		font-size: 50px;
		line-height: 46px;
	}

	.blog_list li .date p {
		font-size: 14px;
	}

	.blog_list li .title {
		font-size: 16px;
	}
}

/*products*/
.product_list_nav {
	list-style: none;
	margin-bottom: 40px;
	border-right: none;
}

.product_list_nav li {
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px 5px;
	background: #ede9e0;
	margin-bottom: 1px;
}

.product_list_nav li.active,
.product_list_nav li:hover {
	background-color: #ff5400 !important;
}

.product_list_nav li .title {
	display: block;
	text-align: left;
	font-size: 20px;
	line-height: 24px;
	font-family: 'BarlowCondensed medium';
	text-transform: uppercase;
	text-align: left;
}

.product_list_nav li:hover .title,
.product_list_nav li.active .title {
	color: #fff;
	text-decoration: none;
}

.product_list_nav li .image {
	overflow: hidden;
	display: block;
	text-align: center;
	transition: all .5s;
	margin-right: 5px;
	border: 2px solid rgba(255, 255, 255, 0);
}

.product_list_nav li.active .image,
.product_list_nav li:hover .image {
	background: rgba(255, 255, 255, 0.8);
	border: 2px solid rgba(255, 255, 255, 0.3);
	border-radius: 50%;
}

.product_list_nav li .image img {
	transition: all .9s;
	max-width: 50px;
}

.pro-text {
	color: #333;
	background: #f7f7f7;
	padding: 20px;
	margin-bottom: 10px;
	border-radius: 0;
}

.pro-text .column {
	line-height: 28px;
	font-size: 15px;
	overflow: hidden;
}

.pro-text img {
	max-width: 100%;
	height: auto;
}

.product_l {
	list-style: none;
	margin-top: 80px;
}

.product_l>li {
	margin-bottom: 60px;
}

.product_l li .image {
	display: block;
	float: left;
	width: 24%;
	overflow: hidden;
	text-align: center;
}

.product_l li .image img {
	height: auto;
	width: 100%;
	transition: all .5s;
}

.product_l li:hover .image img {
	-webkit-transform: scale(var(--scale-multiplier, 1.05));
	-ms-transform: scale(var(--scale-multiplier, 1.05));
	transform: scale(var(--scale-multiplier, 1.05));
}

.product_l li .main {
	float: left;
	width: 76%;
	padding-left: 40px;
	padding-top: 10px;
}

.product_l li .title {
	display: block;
	color: #333;
	font-size: 28px;
	line-height: 30px;
	margin-bottom: 15px;
	font-family: 'BarlowCondensed Bold';
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 15px 0
}

.product_l li .title:hover {
	color: #ff5400;
	text-decoration: none;
	border-color: #ff5400;
}

.product_l li .text {
	font-size: 16px;
	color: #818387;
	line-height: 28px;
	margin-top: 20px;
	max-height: 252px;
	overflow: hidden;
}

.product_l li .main_more {
	margin-top: 30px;
}

.product_l li.right .image {
	float: right;
}

.product_l li.right .main {
	padding-right: 40px;
	padding-left: 0;
	text-align: right;
}

@media only screen and (min-width: 768px) {
	.product_list_nav li:nth-child(8n+2) {
		background: #e6dfd2;
	}

	.product_list_nav li:nth-child(8n+4) {
		background: #e6dfd2;
	}

	.product_list_nav li:nth-child(8n+5) {
		background: #e6dfd2;
	}

	.product_list_nav li:nth-child(8n+7) {
		background: #e6dfd2;
	}
}

@media only screen and (max-width: 768px) {
	.product_list_nav {
		margin-bottom: 0;
	}

	.product_list_nav li .image {
		display: none;
	}

	.product_l li .image {
		width: 40%;
	}

	.product_l li .main {
		width: 60%;
		padding-left: 10px;
	}

	.product_list_nav li:nth-child(8n+2) {
		background: #e6dfd2;
	}

	.product_list_nav li:nth-child(8n+3) {
		background: #e6dfd2;
	}

	.product_list_nav li:nth-child(8n+6) {
		background: #e6dfd2;
	}

	.product_list_nav li:nth-child(8n+7) {
		background: #e6dfd2;
	}

	.product_list_nav li .title {
		font-size: 16px;
		height: 48px;
		line-height: 24px;
	}

	.product_l {
		margin-top: 40px;
	}

	.product_l>li {
		margin-bottom: 40px;
	}

	.product_l li .title {
		font-size: 20px;
		padding: 6px 0;
		margin-bottom: 5px;
	}

	.product_l li .text {
		font-size: 14px;
		margin-top: 5px;
		line-height: 24px;
		max-height: 120px;
	}

	.product_l li .main_more {
		margin-top: 15px;
	}

	.product_l li.right .main {
		padding-right: 0;
	}
}

.pro_top .pro-img {
	padding: 0;
}

.pro_top .pro-img img {
	max-width: 100%;
	height: auto;
}

.pro-text {
	color: #333;
	margin-bottom: 20px;
	border-radius: 10px;
}

.pro-text .column {
	line-height: 24px;
	font-size: 14px;
	overflow: hidden;
}

.pro-text img {
	max-width: 100%;
	height: auto;
}

.cbp-vm-switcher {
	width: 100%;
	margin-bottom: 30px;
}

.cbp-vm-options {
	text-align: left;
	margin-bottom: 0;
	margin-bottom: 10px;
}

.cbp-vm-options em {
	display: inline-block;
	float: left;
	font-family: 'Gilroy bold';
	font-size: 20px;
	color: #4d4d4d;
	text-transform: uppercase;
	line-height: 38px;
}

.cbp-vm-options a {
	display: inline-block;
	vertical-align: middle;
	padding: 10px;
	overflow: hidden;
	white-space: nowrap;
	border-radius: 50px;
	color: #ff5400;
	border: 1px solid #ff5400;
	margin-right: 10px;
	float: left;
}

.cbp-vm-options span {
	display: inline-block;
	float: right;
	font-size: 12px;
	color: #ccc;
}

.cbp-vm-options a:hover,
.cbp-vm-options a.cbp-vm-selected {
	color: #fff;
	background: #ff5400;
	border-color: #ff5400;
}

.cbp-vm-options a:before {
	font-size: 14px;
	text-align: center;
	display: inline-block;
}

/* General list */
.cbp-vm-switcher>ul {
	list-style: none;
	padding: 0;
}

/* Clear eventual floats */
.cbp-vm-switcher ul:before,
.cbp-vm-switcher ul:after {
	content: " ";
	display: table;
}

.cbp-vm-switcher ul:after {
	clear: both;
}

.cbp-vm-switcher>ul>li {
	display: block;
	position: relative;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	padding: 10px;
}

.cbp-vm-image .cbp-image-hover {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: all .5s;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

/*.cbp-vm-switcher ul li:hover .cbp-vm-image .cbp-image-hover{filter:alpha(opacity=100);-moz-opacity:1;opacity:1;}*/
.cbp-vm-switcher ul li>div {
	position: relative;
	display: block;
	padding: 0;
	border-radius: 0;
	transition: all .5s;
}

.cbp-vm-switcher>ul>li>div {
	display: block;
	position: relative;
	z-index: 2;
	transition: all .5s;
	border-radius: 0;
}

.cbp-vm-switcher>ul>li:hover>div {
	transform: translate3d(0, -3px, 0);
	-webkit-transform: translate3d(0, -3px, 0);
	z-index: 99;
	border-color: #fff;
}

.cbp-vm-switcher>ul>li>div:before {
	content: '';
	position: absolute;
	left: 10px;
	top: 10px;
	bottom: 40px;
	right: 10px;
	border-radius: 0;
	transition: all .5s;
	box-shadow: 0 5px 20px 1px rgba(0, 0, 0, 0.1);
	opacity: 0;
	filter: alpha(opacity=0);
	display: inline-block;
}

.cbp-vm-switcher>ul>li>div:hover:before {
	left: 0px;
	top: -5px;
	bottom: -5px;
	right: 0px;
	opacity: 1;
	filter: alpha(opacity=100);
	z-index: 99;
}

.cbp-vm-image {
	display: block;
	overflow: hidden;
	position: relative;
	z-index: 999;
	text-align: center;
}

.cbp-vm-image>a {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	z-index: 5;
	width: 100%;
	height: 100%;
}

.cbp-vm-image img {
	max-width: 100%;
	height: auto;
	transition: all .5s;
	width: 100%;
}


.cbp-vm-details {
	font-size: 12px;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	color: #808080;
}

/* Common icon styles */
.cbp-vm-icon:before {
	font-family: 'fontawesome';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}

.cbp-vm-grid:before {
	content: "\f00a";
}

.cbp-vm-list:before {
	content: "\f039";
}

.cbp-vm-add:before {
	content: "\f055";
}

/* Large grid view */
.cbp-vm-view-grid ul {
	text-align: left;
}

.cbp-vm-view-grid ul li {
	width: 25%;
	float: left;
	text-align: left;
	display: inline-block;
	vertical-align: top;
	padding: 5px;
	position: relative;
}

.cbp-vm-view-grid ul li>div {
	padding: 5px;
}

.cbp-vm-view-grid ul li .cbp-list-left {
	padding-top: 20px;
	padding-top: 0;
	text-align: center;
	position: relative;
	z-index: 999;
}

.cbp-vm-view-grid ul li .cbp-title {
	display: block;
	color: #004771;
	font-size: 15px;
	line-height: 24px;
	overflow: hidden;
	height: 48px;
	margin-bottom: 10px;
}

.cbp-vm-view-grid ul li:hover .cbp-title {
	color: #ff5400;
	text-decoration: none;
}

.cbp-vm-view-grid ul li .cbp-vm-details {
	color: #808080;
	font-size: 13px;
	line-height: 20px;
	overflow: hidden;
	height: 40px;
	margin-top: 0;
	transition: all .5s;
}

.cbp-vm-view-grid ul li .cbp-list-more {
	display: none;
}

.cbp-vm-view-grid ul li .more {
	position: absolute;
	left: 0;
	right: 0;
	top: -55px;
	text-align: center;
	opacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	z-index: -1;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	padding: 0;
}

.cbp-vm-view-grid ul li .more .wrap_more {
	margin: 0;
	display: inline-block;
}

.cbp-vm-view-grid ul li .more .wrap_more a.wrap_more_icon {
	display: none;
}

.cbp-vm-view-grid ul li:hover .more {
	opacity: 1;
	top: -45px;
	z-index: 22;
	transition-property: bottom opacity;
	transition-delay: 0.3s;
	-moz-transition-property: bottom opacity;
	-moz-transition-delay: 0.3s;
	-webkit-property: bottom opacity;
	-webkit-transition-delay: 0.3s;
	-o-transition-property: bottom opacity;
	-o-transition-delay: 0.3s;
}

.cbp-vm-view-grid ul li .main_more {
	margin: 0;
}

.cbp-vm-view-grid ul li .main_more a {
	font-size: 12px;
	padding-left: 20px;
	padding-right: 20px;
	height: 38px;
	line-height: 40px;
	font-family: 'Gilroy bold'
}

.cbp-vm-view-grid .post_blog_tag {
	display: none;
}

.cbp-vm-view-grid .cbp-list-center {
	padding: 15px 0 15px 0;
	position: relative;
	z-index: 999;
	transition: all .5s;
	border-radius: 0;
}

/* List view */
.cbp-vm-view-list>ul {
	margin: 0;
	margin-top: 20px;
}

.cbp-vm-view-list>ul>li {
	text-align: left;
	padding: 0;
	border-radius: 0;
	border-bottom: 2px solid #e5e5e5;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.cbp-vm-view-list li:before,
.cbp-vm-view-list li:after {
	content: " ";
	display: table;
}

.cbp-vm-view-list li:after {
	clear: both;
}

.cbp-vm-view-list>ul>li>div {
	padding: 0;
	border: none;
}

.cbp-vm-view-list>ul>li>div:before,
.cbp-vm-view-list>ul>li>div:after {
	display: none;
}

.cbp-vm-view-list .cbp-vm-image,
.cbp-vm-view-list .cbp-vm-title,
.cbp-vm-view-list .cbp-vm-details,
.cbp-vm-view-list .cbp-vm-price,
.cbp-vm-view-list .cbp-vm-add {
	display: inline-block;
	vertical-align: middle;
}

.cbp-vm-view-list .cbp-vm-image {
	width: 24%;
	text-align: center;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	float: left;
	border: 2px solid #eee;
	border-radius: 0;
}

.cbp-vm-view-list ul li:hover .cbp-vm-image {
	border-color: #f0f0f0;
}

.cbp-vm-view-list ul li>div .cbp-list-center {
	width: 76%;
	display: inline-block;
}

.cbp-vm-view-list ul li .cbp-title {
	display: block;
	color: #004771;
	font-size: 18px;
	line-height: 24px;
	overflow: hidden;
	max-height: 48px;
	margin-bottom: 10px;
}

.cbp-vm-view-list ul li:hover .cbp-title {
	color: #ff5400;
	text-decoration: none;
}

.cbp-vm-view-list ul li .cbp-vm-details {
	margin-top: 0;
	height: auto;
	padding: 0;
	max-height: 48px;
	font-size: 13px;
}

.cbp-vm-view-list ul li .cbp-vm-details .text {
	color: #999;
	font-size: 12px;
	line-height: 20px;
	overflow: hidden;
	max-height: 60px;
}

.cbp-vm-view-list>ul>li .cbp-list-left .line {
	display: none;
}

.cbp-vm-view-list ul li .post_blog_tag {
	margin-top: 15px;
}

.cbp-vm-view-list ul li .main_more {
	border: 1px solid #ff5400;
	background-color: transparent;
	margin-top: 10px;
	box-shadow: none;
}

.cbp-vm-view-list ul li .main_more a {
	font-size: 14px;
	color: #ff5400;
	line-height: 36px;
	height: 36px;
	background-color: transparent;
}

.cbp-vm-view-list ul li .main_more a:after {
	color: #ff5400;
}

.cbp-vm-view-list ul li .main_more:hover a:after {
	color: #fff;
}

.cbp-vm-view-list ul li .main_more:hover {
	background-color: #ff5400;
}

.cbp-vm-view-list ul li .main_more:hover a {
	background-color: #ff5400;
	color: #fff;
}

.cbp-vm-view-list .cbp-hover {
	display: none;
}

.cbp-vm-view-list .cbp-list-center {
	width: 76%;
	display: inline-block;
	vertical-align: middle;
	padding: 0 0 0 15px;
}

.cbp-vm-view-list .cbp-list-center .cbp-list-left {
	padding-left: 0;
}

.cbp-vm-view-list .cbp-list-more {
	display: block;
	margin-top: 20px;
	float: right;
	padding-right: 0;
}

@media screen and (max-width: 940px) {
	.cbp-vm-view-grid ul li {
		width: 33.33%;
	}
}

@media only screen and (max-width: 768px) {
	.pro-cat li {
		margin-bottom: 10px;
	}

	.cbp-vm-options {
		margin-top: 0;
	}

	.cbp-vm-view-list ul li .cbp-list-left .more {
		letter-spacing: 0;
	}

	.pro_top .pro-img {
		display: none;
	}

	.cbp-vm-view-list>ul>li>div {
		border-radius: 0;
		padding: 0;
	}

	.cbp-vm-view-grid>ul>li>div {
		border-width: 1px;
	}
}

@media screen and (max-width: 520px) {
	.pro-text .box {
		max-height: 336px;
		overflow: hidden;
	}

	.cbp-vm-view-grid ul li {
		width: 50%;
	}

	.cbp-vm-options {
		text-align: center;
	}

	.cbp-vm-view-list>ul>li {
		width: 100%;
		padding: 15px 0;
	}

	.cbp-vm-view-list ul li .cbp-vm-details {
		height: 40px;
		line-height: 20px;
	}

	.cbp-vm-view-list .cbp-list-center {
		width: 100%;
		margin-top: 10px;
	}

	.cbp-vm-view-list ul li .cbp-vm-details {
		width: 100%;
	}

	.cbp-vm-view-list .cbp-vm-image {
		width: 100%;
		max-width: 180px;
	}

	.cbp-vm-view-list ul li>div>div {
		width: 100%;
	}

	.cbp-vm-view-grid ul li {
		margin-bottom: 0;
	}

	.cbp-vm-view-list ul li .cbp-title {
		font-size: 14px;
	}

	.cbp-vm-view-grid ul li .cbp-title {
		font-size: 14px;
		margin-bottom: 0;
		line-height: 24px;
		max-height: 48px;
		height: auto;
	}

	.cbp-vm-view-grid ul li:nth-child(2n+1) {
		clear: both;
	}

	.cbp-vm-view-list .cbp-list-view {
		display: none;
	}

	.cbp-vm-view-grid ul li .cbp-vm-details {
		display: none;
	}

	.cbp-vm-view-list ul li>div .cbp-list-center,
	.cbp-vm-view-list .cbp-list-center .cbp-list-left {
		width: 100%;
		padding: 0;
	}

	.cbp-vm-view-list .pro-list-tags p {
		display: block;
	}

	.cbp-vm-view-list .cbp-list-more {
		padding: 0;
	}

	.cbp-vm-view-list .cbp-list-more .main-more {
		display: inline-block;
		margin-right: 10px;
	}

	.cbp-vm-view-grid .cbp-list-center {
		padding: 5px;
	}

	.cbp-vm-switcher>ul>li .cbp-vm-image {
		border-width: 1px;
	}

	.cbp-vm-view-grid ul li .line {
		display: none;
	}

	.cbp-vm-options em {
		display: block;
		float: none;
		margin-bottom: 10px;
	}

	.cbp-vm-view-grid ul li .more {
		display: none;
	}

	.cbp-vm-view-list ul li .wrap_more {
		float: none;
		margin-top: 10px;
	}
}

@media screen and (max-width: 400px) {
	.cbp-vm-view-grid ul li {
		padding: 5px;
	}

	.cbp-vm-view-grid ul li .cbp-title {
		font-size: 13px;
		margin-top: 0;
		line-height: 20px;
		height: 40px;
	}

	.cbp-list-left {
		padding: 0;
	}

	.cbp-vm-image .image_more {
		display: none;
	}

}

/*products main*/

/* CSS for the loading div */

.sp-loading {
	text-align: center;
	max-width: 100%;
	border: 2px solid #fafafa;
	padding: 2px;
	border-radius: 0;
	font-size: 12px;
	color: #888;
}

.sp-loading img {
	max-width: 100%;
	height: auto;
}

/* Element wrapper */

.sp-wrap {
	display: none;
	line-height: 0;

	font-size: 0;
	border-radius: 3px;
	position: relative;
	/**************
	  Set max-width to your thumbnail width
	***************/
	text-align: center;
	max-width: 100%;
	width: 100%;
}

/* Thumbnails */

.sp-thumbs {
	text-align: left;
	display: block;
	padding: 10px 0;
	margin-right: -3px;
	margin-left: -3px;
}

.sp-thumbs a {
	position: relative;
	border: 1px solid #ccc;
}

.sp-thumbs img {
	min-height: 56px;
	min-width: 56px;
	max-width: 56px;
}

.sp-thumbs a:link,
.sp-thumbs a:visited {
	width: 70px;
	height: 70px;
	overflow: hidden;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	display: inline-block;
	background-size: cover;
	background-position: center;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
	background-size: 98%;
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0 3px;
	border-radius: 0;
}

.sp-thumbs a:hover {
	opacity: 1;
	border-color: #ff5400;
}

/* Styles for the currently selected thumbnail */

.sp-thumbs a:active,
.sp-thumbs a.sp-current {
	opacity: 1 !important;
	position: relative;
	border-color: #ff5400;
}

.sp-thumbs a.sp-current:after {
	transform: scaleX(1);
	visibility: visible;
}

/* Image currently being viewed */

.sp-large {
	position: relative;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 100%;
}

.sp-large a img {
	max-width: 100%;
	height: auto;
}

.sp-large a {
	display: block;
}

/* Panning Zoomed Image */

.sp-zoom {
	position: absolute;
	left: -50%;
	top: -50%;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
	display: none;
}

/* Lightbox */

.sp-lightbox {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, .9);
	z-index: 9999999;
	display: none;
	cursor: pointer;
}

.sp-lightbox img {
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	max-width: 90%;
	max-height: 90%;
}

#sp-prev,
#sp-next {
	position: absolute;
	top: 50%;
	margin-top: -25px;
	z-index: 501;
	color: #fff;
	text-decoration: none;
	background: #000;
	border-radius: 25px;
	border: 2px solid #fff;
	width: 50px;
	height: 50px;
	box-sizing: border-box;
	transition: .2s;
	text-align: center;
}

#sp-prev {
	left: 14%;
}

#sp-prev:before {
	content: "\f104";
	font-family: 'FontAwesome';
	font-size: 24px;
	line-height: 46px;
}

#sp-next {
	right: 14%;
}

#sp-next:before {
	content: "\f105";
	font-family: 'FontAwesome';
	font-size: 24px;
	line-height: 46px;
}

#sp-prev:hover,
#sp-next:hover {
	background: #444;
}

/* Tweak styles for small viewports */

@media screen and (max-width: 768px) {
	#sp-prev {
		left: 10px;
	}

	#sp-next {
		right: 10px;
	}
}

@media screen and (max-width: 400px) {
	.sp-wrap {
		margin: 0 0 0;
	}

	#sp-prev,
	#sp-next {
		top: auto;
		margin-top: 0;
		bottom: 25px;
	}
}

.sp-current-big img {
	width: 100%;
}

.sp-large img {
	max-width: none;
}

.pro_info_top {
	position: relative;
	z-index: 2;
	margin-bottom: 40px;
}

.prom_img {
	padding: 0;
	text-align: center;
	padding-right: 20px;
}

.prom-right {
	padding-left: 30px;
	margin-bottom: 20px;
}

.prom-right>h1 {
	padding: 0;
	margin: 0;
	display: block;
	font-size: 28px;
	text-transform: capitalize;
	color: #333;
	margin-bottom: 20px;
	line-height: 28px;
	font-family: 'BarlowCondensed Bold';
}

.prom-right>div.main {
	font-size: 14px;
	line-height: 24px;
	color: #808080;
	margin-bottom: 20px;
}

.prom-right {
	padding: 0 0 0 20px;
	border-radius: 0;
}

.prom-right .pro-table {
	margin-bottom: 0;
	border-top: 2px solid #e5e5e5;
	padding-top: 10px;
}

.prom-right .pro-table>em {
	display: block;
	font-size: 20px;
	letter-spacing: 1px;
	font-family: 'BarlowCondensed medium';
	margin-bottom: 10px;
}

.prom-right .pro-table ul li {
	list-style: none;
	display: flex;
	align-items: center;
	background: #e6dfd2;
	padding: 8px 10px;
}

.prom-right .pro-table ul li:nth-child(2n+2) {
	background: #ede9e0;
}

.prom-right .pro-table ul li p {
	display: inline-block;
	font-size: 15px;
	color: #333;
	text-transform: capitalize;
	width: 100%;
	margin: 0;
	font-family: 'Gilroy bold';
	padding-right: 10px;
}

.prom-right .pro-table ul li span {
	color: #333;
	display: inline-block;
	font-size: 15px;
	padding-left: 5px;
	color: #333;
	font-family: 'Gilroy bold'
}

.prom-right .mobile_inquiry {
	display: inline-block;
	margin-top: 10px;
}

.prom-right .main_more a:after {
	width: 14px;
	height: 14px;
	content: '';
	background: url(../images/icon.png) no-repeat;
	background-position: -331px -103px;
	display: inline-block;
	vertical-align: middle;
}

.prom-right .main_more.pro_down {
	margin-left: 10px;
	background: #3dc3a0;
}

.prom-right .main_more.pro_down:before {
	background: #656565;
}

.prom-right .main_more.pro_down a:after {
	content: "\f0ed";
}

.mostBox {
	margin: 0 0 30px 0;
}

.mostBox .page_title {
	background: #fafafa;
	padding: 0;
}

.mostBox .page_title:before,
.mostBox .page_title:after {
	display: none;
}

.mostBox .page_title em {
	font-size: 24px;
	line-height: 30px;
	background: #0cb76c;
	color: #fff;
	text-transform: uppercase;
	padding: 5px 10px;
	font-family: 'BebasNeue';
}

.mostBox .text {
	font-size: 15px;
	line-height: 28px;
}

.mostBox .text em {
	font-style: italic;
}

.mostBox .text img {
	max-width: 100%;
	height: auto !important;
}

.mostBox .text a:hover {
	color: #ff5400;
}

/*products-tab*/
#parentHorizontalTab02 {
	margin: 0;
	text-align: left;
	padding: 0px;
	text-align: left;
	margin-top: 0;
}

#parentHorizontalTab02 ul.resp-tabs-list {
	margin: 0px;
	padding: 0px;
	border-bottom: 2px solid #e5e5e5;
	border-radius: 0;
}

#parentHorizontalTab02 .resp-tabs-list li {
	display: inline-block;
	list-style: none;
	cursor: pointer;
	color: #fff;
	text-align: center;
	border-radius: 0;
	text-transform: uppercase;
	margin: 0;
	padding: 10px 30px;
	border: none;
	background: #ff5400;
	font-size: 20px;
	line-height: 30px;
	font-family: 'BarlowCondensed Bold';
}

#parentHorizontalTab02 .resp-tabs-container div table {
	max-width: 100%;
}

#parentHorizontalTab02 .resp-tabs-container {
	padding: 30px 0 0 0px;
	clear: left;
	background: none;
}

#parentHorizontalTab02 em.resp-accordion {
	cursor: pointer;
	padding: 5px;
	display: none;
	padding: 10px 15px !important;
}

#parentHorizontalTab02 .resp-tab-content {
	display: none;
}

#parentHorizontalTab02 .resp-tabs-list li:hover,
#parentHorizontalTab02 .resp-tabs-list li.resp-tab-active {
	color: #fff;
	background: #ff5400 !important;
	border-color: #ff5400 !important;
	z-index: 99;
}

#parentHorizontalTab02 em.resp-accordion {
	cursor: pointer;
	padding: 5px;
	display: none;
	padding: 3px 10px !important;
}

#parentHorizontalTab02 em.resp-accordion {
	font-size: 16px;
	margin: 0px;
	background: #f8f8f8;
	margin-bottom: 1px;
	color: #333;
	font-style: normal;
	margin-bottom: 10px;
	font-family: 'Gilroy_m';
	text-transform: uppercase;
}

#parentHorizontalTab02 em.resp-tab-active {
	margin-bottom: 0px !important;
}

#parentHorizontalTab02 em.resp-tab-title:last-child {
	border-bottom: 12px solid #c1c1c1 !important;
	background: blue;
}

#parentHorizontalTab02 .resp-tab-content {
	display: none;
}

#parentHorizontalTab02 .resp-content-active,
#parentHorizontalTab02 .resp-accordion-active {
	display: block;
}

#parentHorizontalTab02 .resp-vtabs ul.resp-tabs-list {
	float: left;
	width: 30%;
}

#parentHorizontalTab02 .resp-vtabs .resp-tabs-list li {
	display: block;
	padding: 15px 15px !important;
	margin: 0 0 4px;
	cursor: pointer;
	float: none;
}

#parentHorizontalTab02 .resp-vtabs .resp-tabs-container {
	padding: 0px;
	background-color: #fff;
	border: 1px solid #c1c1c1;
	float: left;
	width: 68%;
	min-height: 250px;
	border-radius: 4px;
	clear: none;
}

#parentHorizontalTab02 .resp-vtabs .resp-tab-content {
	border: none;
	word-wrap: break-word;
}

#parentHorizontalTab02 .resp-vtabs li.resp-tab-active {
	position: relative;
	z-index: 1;
	margin-right: -1px !important;
	padding: 14px 15px 15px 14px !important;
	border-top: 1px solid;
	border: 1px solid #5AB1D0 !important;
	border-left: 4px solid #5AB1D0 !important;
	margin-bottom: 4px !important;
	border-right: 1px #FFF solid !important;
}

#parentHorizontalTab02 .resp-arrow {
	width: 0;
	height: 0;
	float: right;
	margin-top: 10px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 7px solid #c1c1c1;
}

#parentHorizontalTab02 em.resp-tab-active span.resp-arrow {
	border: none;
	position: relative;
}

#parentHorizontalTab02 em.resp-tab-active span.resp-arrow:after {
	content: "\f044";
	font-family: "FontAwesome";
	position: absolute;
	right: -6px;
	cursor: pointer;
	font-size: 20px;
	top: -8px;
	color: #fff
}

#parentHorizontalTab02 em.resp-tab-active {
	background: #fe9305 !important;
	color: #fff;
}

#parentHorizontalTab02 .resp-easy-accordion em.resp-accordion {
	display: block;
}

#parentHorizontalTab02 .resp-easy-accordion .resp-tab-content {
	border: 1px solid #1268bf;
}

#parentHorizontalTab02 .resp-easy-accordion .resp-tab-content:last-child {
	border-bottom: 1px solid #1268bf;
	/* !important;*/
}

#parentHorizontalTab02 .resp-jfit {
	width: 100%;
	margin: 0px;
}

#parentHorizontalTab02 .resp-tab-content-active {
	display: block;
}

.products>.title {
	display: block;
	position: relative;
	text-align: left;
	margin-bottom: 20px;
	padding: 2px 0;
}

.products>.title i {
	background: #0d58cb;
	color: #fff;
	padding: 10px;
	font-size: 16px;
	border-radius: 50%;
	vertical-align: middle;
}

.products>.title h1 {
	margin: 0;
	display: inline-block;
	color: #555555;
	text-transform: uppercase;
	font-size: 28px;
	line-height: 36px;
	font-family: 'CenturyGothicB';
	position: relative;
	z-index: 2;
	vertical-align: middle;
	margin-left: 10px;
}

#pro_inquiry {
	margin: 0;
	position: relative;
	background: none;
	text-align: center;
	padding-bottom: 70px;
}

#pro_inquiry .send_column .text {
	max-width: 100%;
	max-height: inherit;
	text-align: center;
}

@media only screen and (max-width: 992px) {

	.sp-thumbs a:link,
	.sp-thumbs a:visited {
		width: 50px;
		height: 50px;
	}

	.products .pro_img {
		width: 100%;
		padding: 0;
	}

	.products .pro-right {
		width: 100%;
		padding: 0;
		padding-left: 20px;
	}

	.prom-right .pro-table ul li p {

	}

	.prom_img {
		margin-bottom: 0;
		padding: 0;
	}

	.prom-right .pro-table {
		margin-bottom: 0;
	}

	#pro_inquiry {
		position: relative;
		z-index: 9999;
	}

	#pro_inquiry .send_content .send_column {
		display: block;
	}
}

@media only screen and (max-width: 768px) {
	.pro-right {
		padding: 0;
		margin-top: 0;
		margin-bottom: 20px;
	}

	.sp-thumbs {
		text-align: left;
	}

	.prom-right .pro-table {
		margin-top: 15px;
		padding: 10px 0;
		margin-bottom: 0;
		border-bottom: none;
	}

	.prom-right {
		padding: 0;
		margin-bottom: 0;
		background-image: none;
		padding-top: 20px;
	}

	.pro_info_top:before {
		width: 100%;
	}

	.products .pro_inquiry .message {
		padding: 0;
	}

	.mostBox {
		margin-top: 0;
	}

	.mostBox .tab-scroll {
		margin-left: 0;
		padding-bottom: 0;
	}

	.products .pro-list-tags p {
		display: block;
	}

	.pro_message li .meInput,
	.pro_message li .meText {
		width: 100%;
	}

	.pro_message .main_title {
		text-align: center;
	}

	.pro_message .main_title>em {
		background-position: center bottom;
	}

	.prom-right>h1 {
		font-size: 16px;
	}

	.prom_main {
		padding: 40px 0;
	}

	.prom_main .pro_con {
		display: none;
	}

	.products>.title {
		margin-bottom: 20px;
		border-bottom: 1px solid #e5e5e5;
		padding-bottom: 20px;
	}

	.products>.title h1 {
		font-size: 24px;
		line-height: 28px;
		max-width: 70%;
		margin-left: 5px;
		vertical-align: top;
	}

	.pro_message form {
		max-width: 100%;
	}

	.mobile_inquiry {
		position: fixed;
		bottom: 30px;
		background: #fafafa;
		background: rgba(255, 255, 255, 0.9);
		box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.05);
		padding: 8px 15px;
		padding-bottom: 65px;
		z-index: 999;
		left: 0;
		width: 100%;
		text-align: right;
		max-height: 50px;
	}

	.prom-right .main_more {
		margin: 0;
		border-width: 1px;
	}

	.prom-right .main_more:hover {
		transform: translate3d(0, 0, 0);
		-webkit-transform: translate3d(0, 0, 0);
	}

	.prom-right .main_more a {
		font-size: 12px;
		height: 34px;
		line-height: 34px;
		padding-right: 20px;
		padding-left: 20px;
		font-family: 'Gilroy';
		background-position: 85% center;
	}

	.prom-right .main_more:after {
		display: none;
	}

	#parentHorizontalTab02 .resp-tabs-list li {
		font-size: 18px;
		padding: 10px 20px;
		line-height: 24px;
	}

	.pro_footer {
		padding-bottom: 50px;
	}

	#pro_inquiry .main_title .line {
		margin-right: 10px;
	}

	#pro_inquiry .main_title em {
		font-size: 27px;
	}

	#pro_inquiry {
		display: block !important;
		padding-bottom: 40px;
	}

	.pro_info_top {
		margin-bottom: 30px;
	}
}

@media only screen and (max-width: 480px) {
	.products .pro-right {
		margin-bottom: 0;
	}

	.prom-right .pro-table ul li p {
		font-size: 12px;
	}

	.prom-right .pro-table ul li span {
		font-size: 12px;
	}
}

.pro_page_section:before {
	display: none;
}

.page_pro {
	padding: 60px 0 80px 0;
	position: relative;
	z-index: 5;
	overflow: hidden;
	background: url(../../img/bg-girl.jpg) no-repeat right 50px;
}

.page_pro .slider .li {
	padding: 15px;
	text-align: center;
}

.page_pro .slider .li .image {
	overflow: hidden;
	display: block;
}

.page_pro .slider .li .image img {
	transition: all .9s;
}

.page_pro .slider .li:hover .image img {
	-webkit-transform: scale(var(--scale-multiplier, 1.05));
	-ms-transform: scale(var(--scale-multiplier, 1.05));
	transform: scale(var(--scale-multiplier, 1.05));
}

.page_pro .slider .li .title {
	display: block;
	font-size: 17px;
	line-height: 24px;
	margin-top: 15px;
	overflow: hidden;
	max-height: 48px;
}

.page_pro .slider .li:hover .title {
	text-decoration: none;
	color: #ff5400;
}

.page_pro .slider .li .text {
	color: #808080;
	margin-top: 10px;
	font-size: 13px;
	line-height: 20px;
	overflow: hidden;
	height: 20px;
}

.page_pro .slider .li .line {
	display: inline-block;
	width: 40px;
	height: 1px;
	background: #ff5400;
	margin-top: 10px;
	transition: all .5s;
}

.page_pro .slider .li:hover .line {
	width: 80px;
}

@media only screen and (max-width: 768px) {
	.page_pro {
		padding-top: 40px;
		padding-bottom: 60px;
	}

	.page_pro .slider .li .title {
		font-size: 15px;
	}

	.page_pro .slider .li {
		padding: 8px;
	}
}

.video_l {
	list-style: none;
}

.video_l li {
	padding: 0 10px;
	margin-bottom: 25px;
	text-align: center;
}

.video_l li .column {
	padding: 10px;
	background: #fff;
	transition: all .5s;
}

.video_l li:hover .column {
	box-shadow: 0 3px 10px 1px rgba(0, 0, 0, 0.1);
	transform: translate3d(0, -3px, 0);
	-webkit-transform: translate3d(0, -3px, 0);
}

.video_l li:nth-child(4n+1) {
	clear: both;
}

.video_l li .image {
	display: block;
	overflow: hidden;
	position: relative;
	border-radius: 10px;
}

.video_l li .image>a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 20;
}

.video_l li .image img {
	max-width: 100%;
	height: auto;
	width: 100%;
	transition: all .9s;
}

.video_l li:hover .image img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1)
}

.video_l li .image .ovrly {
	display: block;
	width: 100%;
	height: 100%;
	background: #000;
	position: absolute;
	left: 0;
	top: 0;
	filter: alpha(opacity=20);
	-moz-opacity: 0.2;
	opacity: 0.2;
	transition: all .5s;
}

.video_l li:hover .ovrly {
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	opacity: 0.3;
}

.video_l li .icon {
	position: absolute;
	display: inline-block;
	top: 50%;
	left: 50%;
	width: 50px;
	height: 50px;
	margin-left: -25px;
	margin-top: -25px;
	border-radius: 50%;
	background: #fff;
	transition: all .5s;
	z-index: 10;
	text-align: center;
	-webkit-transform: scale(var(--scale-multiplier, 1));
	box-shadow: 0 5px 20px rgba(255, 255, 255, 0.2);
	-ms-transform: scale(var(--scale-multiplier, 1));
	transform: scale(var(--scale-multiplier, 1));
}

.video_l li .icon:after {
	content: '';
	background: #fff;
	position: absolute;
	left: -10px;
	top: -10px;
	right: -10px;
	bottom: -10px;
	filter: alpha(opacity=20);
	-moz-opacity: 0.2;
	opacity: 0.2;
	transition: all .5s;
	border-radius: 50%;
	-webkit-transform: scale(var(--scale-multiplier, 0.9));
	-ms-transform: scale(var(--scale-multiplier, 0.9));
	transform: scale(var(--scale-multiplier, 0.9));
}

.video_l li:hover .icon {
	-webkit-transform: scale(var(--scale-multiplier, 0.9));
	-ms-transform: scale(var(--scale-multiplier, 0.9));
	transform: scale(var(--scale-multiplier, 0.9));
}

.video_l li:hover .icon:after {
	-webkit-transform: scale(var(--scale-multiplier, 1.2));
	-ms-transform: scale(var(--scale-multiplier, 1.2));
	transform: scale(var(--scale-multiplier, 1.2));
}

.video_l li .icon i {
	color: #ff5400;
	line-height: 50px;
	font-size: 18px;
}

.video_l li .title {
	display: block;
	font-size: 14px;
	line-height: 24px;
	max-height: 48px;
	overflow: hidden;
	margin-top: 15px;
	margin-bottom: 10px;
	font-family: 'Gilroy bold';
}

.video_l li:hover .title {
	color: #ff5400;
	text-decoration: none;
}

.video_l li .text {
	color: #808080;
	font-size: 12px;
	line-height: 24px;
	overflow: hidden;
	height: 48px;
}

@media only screen and (max-width: 768px) {
	.video_l li {
		padding: 0 5px;
	}
}

@media only screen and (max-width: 480px) {
	.video_l li {
		padding: 0;
		width: 100%;
	}

	.video_l li .title {
		font-size: 12px;
	}
}


.meft-customer ul {
	list-style: none;
	margin-bottom: 30px;
	border-bottom: none;
}

.meft-customer ul li a {
	padding: 10px 0;
	border-bottom: 1px solid #e5e5e5;
	display: block;
	font-size: 14px;
	text-transform: capitalize;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.meft-customer ul li a:hover {
	background: #fafafa;
	color: #23ac38;
	padding: 10px;
	text-decoration: none;
}

#customer {}

#customer ul {
	list-style: none;
}

#customer ul li {
	margin-bottom: 30px;
}

#customer ul li .title {
	margin-bottom: 10px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 18px;
	line-height: 20px;
	text-transform: uppercase;
	color: #62a70f;
	font-family: 'Gilroy_bold', sans-serif;
	font-weight: normal;
	padding-bottom: 10px;
}

#customer ul li h5 {
	display: inline-block;
	color: #62a70f;
	text-transform: uppercase;
	font-size: 13px;
	cursor: pointer;
}

#customer ul li h5:before {
	content: "[";
	padding-right: 5px;
}

#customer ul li h5:after {
	content: "]";
	padding-left: 5px;
}

#customer ul li h5.UI02 {
	display: none;
}

#customer ul li h5 b {
	font-weight: normal;
}

#customer ul li .text {
	font-size: 14px;
	line-height: 24px;
	color: #676767;
	overflow: hidden;
	height: 48px;
	-webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, opacity 0.3s ease-in-out;
	-moz-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, opacity 0.3s ease-in-out;
	-o-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, opacity 0.3s ease-in-out;
	transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, opacity 0.3s ease-in-out
}

.download_info_list {
	list-style: none;
}

.download_info_list li {
	margin-bottom: 20px;
}

.download_info_list li .wrap {
	display: block;
	border: 1px solid #ebebeb;
	padding: 20px;
	position: relative;
	transition: all .5s;
	background: url(../images/bg_down.html) no-repeat 98% 90%;
	background-size: 90px;
}

.download_info_list li:hover .wrap {
	border-color: #656565;
	box-shadow: 0 5px 9px rgba(0, 0, 0, 0.08);
	-webkit-box-shadow: 0 5px 9px rgba(0, 0, 0, 0.08);
	-moz-box-shadow: 0 5px 9px rgba(0, 0, 0, 0.08);
	transform: translate3d(0, -3px, 0);
	-webkit-transform: translate3d(0, -3px, 0);
}

.download_info_list li .wrap>a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 10;
}

.download_info_list li .wrap>div {
	width: 100%;
	display: flex;
	align-items: center;
}

.download_info_list li .wrap>div i {
	width: 50px;
	height: 50px;
	display: inline-block;
	transition: all .5s;
	float: left;
	background: url(../images/icon_pdf.html) no-repeat center center;
}

.download_info_list li:hover .wrap>div i {
	background-image: url(../images/icon_pdf_w.html);
}

.download_info_list li .wrap>div em {
	margin: 0;
	margin-left: 10px;
	display: inline-block;
	max-width: 80%;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	;
	color: #004771;
	font-size: 17px;
	transition: all .5s;
	font-weight: bold;
	display: block;
}

.download_info_list li .wrap:hover>div em {
	color: #656565;
}

@media only screen and (max-width: 768px) {
	.download_info_list li {
		padding: 0;
	}

	.download_info_list li .wrap {
		padding: 20px 10px;
	}

	.download_info_list li .wrap>div em {
		font-size: 14px;
		max-width: 76%;
	}
}

.page_faq_l {
	list-style: none;
}

.page_faq_l li.question {
	position: relative;
}

.page_faq_l li.question .column {
	background: #f5f5f5;
	overflow: hidden;
	border-radius: 10px 0 10px 0;
	padding: 10px;
}

.page_faq_l li.question .column>i {
	display: inline-block;
	width: 32px;
	height: 32px;
	margin-right: 10px;
	float: left;
	border-radius: 10px 0 10px 0;
	position: relative;
	text-align: center;
	margin-top: 1px;
	font-style: normal;
	background: #ff5400;
}

.page_faq_l li.question .column>i:before,
.page_faq_l li.question .column>i:after {
	content: "";
	width: 10px;
	height: 2px;
	background: #fff;
	display: inline-block;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -5px;
	margin-top: -1px;
	transition: all .5s;
}

.page_faq_l li.question .column>i:after {
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.page_faq_l li.question .column>em {
	margin: 0;
	display: inline-block;
	max-width: 80%;
	line-height: 24px;
	margin-top: 5px;
	float: left;
	color: #004771;
	font-size: 16px;
}

.page_faq_l li.answer {
	color: #808080;
	font-size: 16px;
	line-height: 24px;
	overflow: hidden;
	padding: 15px;
	display: none;
}

.page_faq_l li.answer a {
	text-decoration: underline;
}

.page_faq_l li.answer a:hover {
	color: #ff5400;
}

.page_faq_l div.clearfix {
	height: 20px;
	display: block;
}

.page_faq_l li .column.rotate {
	background: #ff5400;
	box-shadow: 0 5px 20px 2px rgba(255, 95, 18, 0.2);
	-webkit-box-shadow: 0 5px 20px 2px rgba(255, 95, 18, 0.2);
	-moz-box-shadow: 0 5px 20px 2px rgba(255, 95, 18, 0.2);
}

.page_faq_l li .column.rotate>em {
	color: #fff;
}

.page_faq_l li .column.rotate>i {
	background: #fff;
}

.page_faq_l li .column.rotate>i:before {
	background: #ff5400;
}

.page_faq_l li .column.rotate>i:after {
	background: #ff5400;
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

@media only screen and (max-width: 768px) {
	.page_faq_l li.question .column>em {
		font-size: 15px;
		margin-top: 4px;
		line-height: 20px;
	}

	.page_faq_l li.question .column>i {
		width: 28px;
		height: 28px;
	}

	.page_faq_l li.question .column>i:before {
		line-height: 28px;
	}
}

@media only screen and (max-width: 480px) {
	.page_faq_l li.question {
		background-image: none;
		padding: 0;
	}

	.page_faq_l li.question .column,
	.page_faq_l li.question .column>i {
		border-radius: 2px;
	}

	.page_faq_l li.answer {
		padding: 10px 0;
	}

	.page_faq_l li.question .column>em {
		max-width: 82%;
	}
}

.project_list {
	list-style: none;
}

.project_list li {
	margin-bottom: 20px;
	padding: 0 10px;
}

.project_list li .image {
	display: block;
	overflow: hidden;
	position: relative;
}

.project_list li .image>a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	display: block;
}

.project_list li .image img {
	max-width: 100%;
	height: auto;
	width: 100%;
	transition: all .9s;
}

.project_list li:hover .image img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1)
}

.project_list li .image:after {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	bottom: 50%;
	right: 50%;
	transition: all 0.9s;
	background: rgba(255, 255, 255, 0.3);
}

.project_list li:hover .image:after {
	transform: rotateY(180deg);
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	transition: all 0.9s;
}

.project_list li .wrap {
	padding: 25px 15px;
	background: #f0f0f0;
	transition: all .5s;
	text-align: center;
}

.project_list li:hover .wrap {
	background: #fff;
	box-shadow: 0 2px 20px 1px rgba(0, 0, 0, 0.1);
}

.project_list li .title {
	color: #004771;
	font-size: 16px;
	line-height: 24px;
	overflow: hidden;
	max-height: 48px;
	display: block;
	margin-bottom: 15px;
	font-family: 'Gilroy bold';
	transition: all .5s;
	margin-top: 0;
}

.project_list li:hover .title {
	color: #ff5400;
	text-decoration: none;
}

.project_list li .text {
	color: #808080;
	font-size: 12px;
	line-height: 24px;
	overflow: hidden;
	height: 48px;
}

@media only screen and (max-width: 480px) {
	.project_list li {
		padding: 0;
		width: 100%;
	}

	.project_list li .title {
		height: auto;
		max-height: 48px;
		font-size: 14px;
		font-family: 'Gilroy bold';
		margin-bottom: 10px;
	}

	.project_list li .wrap {
		padding: 20px 10px;
	}
}


/*!
 * baguetteBox.js
 * @author  feimosi
 * @version 1.8.2
 * @url https://github.com/feimosi/baguetteBox.js
 */
#baguetteBox-overlay {
	display: none;
	opacity: 0;
	position: fixed;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999999;
	background-color: #222;
	background-color: rgba(0, 0, 0, .8);
	-webkit-transition: opacity .5s ease;
	transition: opacity .5s ease
}

#baguetteBox-overlay.visible {
	opacity: 1
}

#baguetteBox-overlay .full-image {
	display: inline-block;
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center
}

#baguetteBox-overlay .full-image figure {
	display: inline;
	margin: 0;
	height: 100%
}

#baguetteBox-overlay .full-image img {
	display: inline-block;
	width: auto;
	height: auto;
	max-height: 100%;
	max-width: 100%;
	vertical-align: middle;
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	box-shadow: 0 0 8px rgba(0, 0, 0, .6)
}

#baguetteBox-overlay .full-image figcaption {
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	line-height: 1.8;
	white-space: normal;
	color: #ccc;
	background-color: #000;
	background-color: rgba(0, 0, 0, .6);
	font-family: sans-serif
}

#baguetteBox-overlay .full-image:before {
	content: "";
	display: inline-block;
	height: 50%;
	width: 1px;
	margin-right: -1px
}

#baguetteBox-slider {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	white-space: nowrap;
	-webkit-transition: left .4s ease, -webkit-transform .4s ease;
	transition: left .4s ease, -webkit-transform .4s ease;
	transition: left .4s ease, transform .4s ease;
	transition: left .4s ease, transform .4s ease, -webkit-transform .4s ease, -moz-transform .4s ease
}

#baguetteBox-slider.bounce-from-right {
	-webkit-animation: bounceFromRight .4s ease-out;
	animation: bounceFromRight .4s ease-out
}

#baguetteBox-slider.bounce-from-left {
	-webkit-animation: bounceFromLeft .4s ease-out;
	animation: bounceFromLeft .4s ease-out
}

@-webkit-keyframes bounceFromRight {

	0%,
	100% {
		margin-left: 0
	}

	50% {
		margin-left: -30px
	}
}

@keyframes bounceFromRight {

	0%,
	100% {
		margin-left: 0
	}

	50% {
		margin-left: -30px
	}
}

@-webkit-keyframes bounceFromLeft {

	0%,
	100% {
		margin-left: 0
	}

	50% {
		margin-left: 30px
	}
}

@keyframes bounceFromLeft {

	0%,
	100% {
		margin-left: 0
	}

	50% {
		margin-left: 30px
	}
}

.baguetteBox-button#next-button,
.baguetteBox-button#previous-button {
	top: 50%;
	top: calc(50% - 30px);
	width: 44px;
	height: 60px
}

.baguetteBox-button {
	position: absolute;
	cursor: pointer;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
	-moz-border-radius: 15%;
	border-radius: 15%;
	background-color: #323232;
	background-color: rgba(50, 50, 50, .5);
	color: #ddd;
	font: 1.6em sans-serif;
	-webkit-transition: background-color .4s ease;
	transition: background-color .4s ease
}

.baguetteBox-button:focus,
.baguetteBox-button:hover {
	background-color: rgba(50, 50, 50, .9)
}

.baguetteBox-button#next-button {
	right: 2%
}

.baguetteBox-button#previous-button {
	left: 2%
}

.baguetteBox-button#close-button {
	top: 20px;
	right: 2%;
	right: calc(2% + 6px);
	width: 30px;
	height: 30px
}

.baguetteBox-button svg {
	position: absolute;
	left: 0;
	top: 0
}

.baguetteBox-spinner {
	width: 40px;
	height: 40px;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -20px;
	margin-left: -20px
}

.baguetteBox-double-bounce1,
.baguetteBox-double-bounce2 {
	width: 100%;
	height: 100%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #fff;
	opacity: .6;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: bounce 2s infinite ease-in-out;
	animation: bounce 2s infinite ease-in-out
}

.baguetteBox-double-bounce2 {
	-webkit-animation-delay: -1s;
	animation-delay: -1s
}

@-webkit-keyframes bounce {

	0%,
	100% {
		-webkit-transform: scale(0);
		transform: scale(0)
	}

	50% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes bounce {

	0%,
	100% {
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		transform: scale(0)
	}

	50% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		transform: scale(1)
	}
}

/* Styles for the gallery */

.tz-gallery {
	padding: 0;
}

.tz-gallery>div {
	width: 20%;
}

.tz-gallery .lightbox {
	border: 5px solid #f7f7f7;
	display: block;
	overflow: hidden;
}

.tz-gallery .lightbox img {
	max-width: 100%;
	width: 100%;
	height: auto;
	transition: all .9s;
}

.tz-gallery .lightbox:hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1)
}

.tz-gallery .thumbnail {
	padding: 0;
	margin-bottom: 30px;
	border: none;
	background-color: transparent;
}

.tz-gallery img {
	border-radius: 0;
}

.tz-gallery .caption {
	padding: 10px 15px;
	text-align: center;
	background-color: transparent;
	border-top: none;
}

.tz-gallery .caption em {
	font-size: 14px;
	margin: 0;
	height: 40px;
	line-height: 20px;
	overflow: hidden;
	display: block;
	font-family: 'Gilroy';
}

.baguetteBox-button {
	background-color: transparent !important;
}

@media only screen and (max-width: 992px) {
	.tz-gallery>div {
		width: 25%;
	}
}

@media only screen and (max-width: 768px) {
	.tz-gallery>div {
		padding: 0 10px;
		width: 33.33%;
	}

	.tz-gallery .thumbnail {
		margin-bottom: 10px;
	}
}

@media only screen and (max-width: 480px) {
	.tz-gallery>div {
		width: 50%;
		padding: 0 5px;
	}
}

.factory_list .tz-gallery>div {
	width: 25%;
}

@media only screen and (max-width: 768px) {
	.factory_list .tz-gallery>div {
		width: 50%;
	}
}

@media only screen and (max-width: 480px) {
	.factory_list .tz-gallery>div {
		width: 100%;
		padding: 0;
	}

	.factory_list .tz-gallery .caption em {
		height: auto;
		max-height: 40px;
	}

	.tz-gallery .caption {
		padding: 5px;
	}

	.tz-gallery .caption em {
		font-size: 14px;
	}

	.baguetteBox-button#next-button,
	.baguetteBox-button#previous-button {
		top: auto;
		bottom: 20px;
	}
}