@charset "UTF-8";


body {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.65;
	font-style: normal;
	color: #636778;
	font-family: "思源宋体",sans-serif;
	background-color: #fff;
	text-rendering: optimizelegibility;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased
}
td, th {
    padding: 5px 10px;
    border: 1px solid #DDD;
	
}
td span,th span{
	line-height:30px !important;
}
::selection {
	color: #fff;
	background: #334eff
}

::-moz-selection {
	color: #fff;
	background: #334eff
}

main {
	overflow: hidden;
	position: relative
}

.container {
	max-width: 90%
}
.container1 {
	max-width: 80%
}

.wrap-1600 {
	max-width: 1600px;
	margin-left: auto;
	margin-right: auto
}

.wrap-1500 {
	max-width: 1500px;
	margin-left: auto;
	margin-right: auto
}

.masonry-grid {
	margin: -15px
}

.masonry-grid .grid-item,.masonry-grid .grid-sizer {
	float: left;
	display: inline-block
}

.masonry-grid .grid-item {
	padding: 15px
}

.decoration-wrap {
	z-index: 1;
	position: relative
}

.decoration-wrap .decoration-image {
	z-index: -1;
	position: absolute
}

.la-search {
	transform: rotate(-90deg)
}

a,button {
	cursor: pointer;
	display: inline-block;
	text-decoration: none;
	font-family: "思源宋体",sans-serif
}

a:hover,button:hover {
	text-decoration: none
}

button {
	margin: 0;
	padding: 0;
	border: 0;
	background: 0
}

button:focus {
	outline: 0
}

img {
	height: auto;
	max-width: 100%
}[data-background] {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center
}

h1,h2,h3,h4,h5,h6 {
	font-weight: 700;
	color: #36415a;
	font-family: "思源宋体",sans-serif
}

strong,span,small,label,i {
	font-family: "思源宋体",sans-serif
}

.form-item {
	position: relative;
	margin-bottom: 30px
}

.form-item .form-title {
	line-height: 1;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 12px;
	color: #636778
}

.form-item input,.form-item textarea,.form-item select {
	width: 100%;
	outline: 0;
	box-shadow: none;
	border-radius: 3px;
	border: 1px solid #f0f0f0;
	transition: .6s cubic-bezier(0.33,1,0.68,1)
}

.form-item input:focus,.form-item textarea:focus,.form-item select:focus {
	outline: 0;
	box-shadow: none;
	border-color: #334eff
}

.form-item input,.form-item select {
	height: 55px;
	padding: 0 25px
}

.form-item textarea {
	width: 100%;
	padding: 25px;
	display: block;
	min-height: 150px
}

.form-item select {
	color: #636778
}

:-moz-placeholder {
	text-transform: capitalize
}

::-moz-placeholder {
	text-transform: capitalize
}

:-ms-input-placeholder {
	text-transform: capitalize
}

::-webkit-input-placeholder {
	text-transform: capitalize
}

.checkbox-btn input {
	float: left;
	width: 17px;
	height: 17px;
	outline: 0;
	margin-top: 2px;
	cursor: pointer;
	-webkit-appearance: none;
	appearance: none;
	margin-right: 10px;
	position: relative;
	border-radius: 100%;
	background-color: #fff;
	border: 1px solid #e2e4f4;
	transition: .6s cubic-bezier(0.33,1,0.68,1)
}

.checkbox-btn input:before {
	top: 55%;
	left: 55%;
	width: 6px;
	height: 6px;
	content: "";
	opacity: 0;
	line-height: 1;
	position: absolute;
	border-radius: 100%;
	background-color: #334eff;
	transition: .6s cubic-bezier(0.33,1,0.68,1);
	transform: translate(-55%,-55%)
}

.checkbox-btn input:checked {
	border-color: #334eff
}

.checkbox-btn input:checked:before {
	opacity: 1
}

.checkbox-btn label {
	margin: 0;
	cursor: pointer;
	color: #36415a
}

.quantity-input {
	display: table;
	max-width: 120px;
	position: relative
}

.quantity-input input {
	height: 40px;
	outline: 0;
	font-size: 15px;
	font-weight: 500;
	text-align: center;
	color: #36415a;
	border: 1px solid #e3e5f4
}

.quantity-input input:focus {
	border-color: #334eff
}

.quantity-input span {
	top: 50%;
	font-size: 15px;
	cursor: pointer;
	position: absolute;
	color: #36415a;
	transform: translateY(-50%)
}

.quantity-input span:first-child {
	left: 14px
}

.quantity-input span:last-child {
	right: 14px
}

.select-option>button {
	display: block;
	font-weight: 500;
	color: #636778
}

.select-option>button:after {
	margin: 0;
	border: 0;
	font-size: 12px;
	margin-left: 3px;
	content: "";
	font-weight: 900;
	display: inline-block;
	vertical-align: middle;
	font-family: "Line Awesome Free"
}

.select-option>button i {
	float: left;
	margin-top: 1px;
	font-size: 20px;
	margin-right: 5px
}

.select-option .dropdown-menu {
	border: 0;
	padding: 15px 0;
	border-radius: 3px;
	box-shadow: 0 10px 33.25px 1.75px rgba(0,27,103,0.15)
}

.select-option .dropdown-menu>ul>li>a {
	display: block;
	line-height: 1;
	font-size: 14px;
	padding: 10px 25px;
	color: #636778
}

.select-option .dropdown-menu>ul>li:hover>a,.select-option .dropdown-menu>ul>li.active>a {
	color: #334eff;
	background-color: #f4f8fb
}

.owl-theme .owl-dots .owl-dot span {
	width: 8px;
	height: 8px;
	margin: 0;
	opacity: .3;
	margin-right: 15px;
	background: #334eff;
	transition: .4s cubic-bezier(0.33,1,0.68,1)
}

.owl-theme .owl-dots .owl-dot:last-child span {
	margin-right: 0!important
}

.owl-theme .owl-dots .owl-dot:hover span,.owl-theme .owl-dots .owl-dot.active span {
	opacity: 1;
	transform: scale(1.4);
	background: #334eff
}

.owl-theme .owl-nav .owl-next,.owl-theme .owl-nav .owl-prev {
	margin: 0;
	width: 50px;
	height: 50px;
	overflow: hidden;
	position: relative;
	border-radius: 100%;
	transition: .6s cubic-bezier(0.33,1,0.68,1)
}

.owl-theme .owl-nav .owl-next>span,.owl-theme .owl-nav .owl-prev>span {
	display: none
}

.owl-theme .owl-nav .owl-next:before,.owl-theme .owl-nav .owl-prev:before {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	font-size: 16px;
	font-weight: 900;
	line-height: 48px;
	text-align: center;
	color: #334eff;
	position: absolute;
	border-radius: 100%;
	border: 2px solid #dee3f3;
	background-color: #fff;
	font-family: "Line Awesome Free";
	transition: .6s cubic-bezier(0.33,1,0.68,1)
}

.owl-theme .owl-nav .owl-next:hover,.owl-theme .owl-nav .owl-prev:hover {
	background: transparent;
	box-shadow: 0 10px 33.25px 1.75px rgba(0,27,103,0.15)
}

.owl-theme .owl-nav .owl-next:hover:before,.owl-theme .owl-nav .owl-prev:hover:before {
	color: #334eff;
	border-color: #fff;
	background-color: #fff
}

.owl-theme .owl-nav .owl-prev {
	margin-right: 5px
}

.owl-theme .owl-nav .owl-prev:before {
	content: ""
}

.owl-theme .owl-nav .owl-next:before {
	content: ""
}

.owl-theme.arrow-right-left .owl-nav {
	margin-top: 0
}

.owl-theme.arrow-right-left .owl-next,.owl-theme.arrow-right-left .owl-prev {
	top: 50%;
	position: absolute;
	transform: translateY(-50%)
}

.owl-theme.arrow-right-left .owl-prev {
	left: -110px
}

.owl-theme.arrow-right-left .owl-next {
	right: -110px
}

.ul-li>ul {
	margin: 0;
	padding: 0;
	display: table
}

.ul-li>ul>li {
	float: left;
	list-style: none;
	display: inline-block
}

.ul-li-block>ul {
	width: 100%;
	margin: 0;
	padding: 0;
	display: table
}

.ul-li-block>ul>li {
	width: 100%;
	display: table;
	list-style: none
}

.ul-li-right>ul {
	margin: 0;
	padding: 0;
	float: right;
	display: table
}

.ul-li-right>ul>li {
	float: left;
	list-style: none;
	display: inline-block
}

.ul-li-center>ul {
	padding: 0;
	margin: 0 auto;
	display: table
}

.ul-li-center>ul>li {
	float: left;
	list-style: none;
	display: inline-block
}

.rating-star>ul>li {
	font-size: 15px;
	margin-right: 2px
}

.rating-star>ul>li:last-child {
	margin-right: 0!important
}

.rating-star>ul>li.active {
	color: #f57d1f
}

.social-icon>ul>li {
	margin-right: 20px
}

.social-icon>ul>li:last-child {
	margin-right: 0!important
}

.social-icon>ul>li>a {
	line-height: 1;
	display: block;
	font-size: 21px;
	color: #636778
}

.social-icon>ul>li>a:hover {
	color: #334eff
}

.social-icon-circle>ul>li {
	width: 35px;
	height: 35px;
	text-align: center;
	margin-right: 15px
}

.social-icon-circle>ul>li:last-child {
	margin-right: 0!important
}

.social-icon-circle>ul>li>a {
	width: 100%;
	height: 100%;
	color: #5f6680;
	display: block;
	font-size: 16px;
	line-height: 37px;
	border-radius: 100%;
	border: 1px solid #dde2f2
}

.social-icon-circle>ul>li>a:hover {
	color: #334eff;
	border-color: #fff;
	background-color: #fff;
	box-shadow: 0 10px 33.25px 1.75px rgba(0,27,103,0.15)
}

.pagination-nav>ul>li {
	height: 36px;
	min-width: 36px;
	margin-right: 20px;
	text-align: center
}
.pagination-nav>ul>li>span{
	width: 100%;
	height: 100%;
	display: block;
	color: #636778;
	font-size: 14px;
	padding: 0 5px;
	line-height: 38px;
}
.pagination-nav>ul>li:last-child {
	margin-right: 0!important
}

.pagination-nav>ul>li>a {
	width: 100%;
	height: 100%;
	display: block;
	color: #636778;
	font-size: 14px;
	padding: 0 5px;
	line-height: 38px;
	border-radius: 3px;
	border: 1px solid #e2e4f4
}

.pagination-nav>ul>li:hover>a,.pagination-nav>ul>li.active>a {
	color: #fff;
	border-color: #334eff;
	background-color: #334eff
}

.post-meta>ul>li {
	position: relative;
	margin-right: 14px;
	padding-right: 14px
}

.post-meta>ul>li:after {
	top: 0;
	content: "/";
	right: -2.5px;
	position: absolute
}

.post-meta>ul>li:last-child {
	margin-right: 0!important;
	padding-right: 0!important
}

.post-meta>ul>li:last-child:after {
	display: none
}

.post-meta>ul>li .post-admin {
	display: table;
	font-size: 14px;
	color: #334eff
}

.post-meta>ul>li .post-admin .admin-thumb {
	float: left;
	width: 40px;
	height: 40px;
	overflow: hidden;
	margin: -9px 0;
	margin-right: 10px;
	border-radius: 100%;
	border: 1px solid #e2e8fe;
	background-color: #edf6fe
}

.sec-ptb-100 {
	padding: 100px 0
}
.sec-ptb-50 {
	padding: 50px 0
}

.pl-20 {
	padding-left: 20px
}

.pb-30 {
	padding-bottom: 30px
}

.mt--30 {
	margin-top: -30px
}

.mt--40 {
	margin-top: -40px
}

.mt--70 {
	margin-top: -70px
}

.mb-15 {
	margin-bottom: 15px
}

.mb-30 {
	margin-bottom: 30px
}

.mb-40 {
	margin-bottom: 40px
}

.mb-60 {
	margin-bottom: 60px
}
.mt-70{
	margin-top: 70px
}
.mb-70 {
	margin-bottom: 70px
}

.mb-100 {
	margin-bottom: 100px
}

.btn {
	z-index: 1;
	border: 0;
	line-height: 1;
	color: #fff;
	font-size: 14px;
	overflow: hidden;
	border-radius: 3px;
	position: relative;
	text-align: center;
	letter-spacing: 1px;
	padding: 15px 30px;
	
	display: inline-block;
	text-transform: uppercase;
	font-family: "思源宋体",sans-serif;
	transition: .6s cubic-bezier(0.33,1,0.68,1)
}

.btn:before {
	top: 0;
	right: 0;
	bottom: 0;
	left: auto;
	width: 0;
	z-index: -1;
	content: "";
	position: absolute;
	background: #36415a;
	transition: width .3s linear
}

.btn:hover {
	color: #fff
}

.btn:hover:before {
	left: 0;
	width: 100%;
	right: auto
}

.btn.bg-default-black:before {
	background: #2e384f
}

.btn.bg-royal-blue:before {
	background: #233ff3
}

.btn.bg-light-green:before {
	background:#005393
}

.store-btn {
	z-index: 1;
	overflow: hidden;
	color: #fff;
	position: relative;
	padding: 15px 30px;
	border-radius: 3px;
	transition: .6s cubic-bezier(0.33,1,0.68,1)
}

.store-btn:hover {
	color: #fff
}

.store-btn .icon-wrap {
	float: left;
	width: 32px;
	line-height: 1;
	font-size: 30px;
	margin-left: -5px;
	margin-right: 10px
}

.store-btn .content-wrap {
	display: table
}

.store-btn .content-wrap small,.store-btn .content-wrap strong {
	display: block;
	line-height: 1
}

.store-btn .content-wrap small {
	font-size: 12px;
	margin-bottom: 5px
}

.store-btn .content-wrap strong {
	font-size: 14px;
	font-weight: 500
}

.store-btn.bg-default-black:hover {
	background-color: #2e384f
}

.store-btn.bg-royal-blue:hover {
	background-color: #233ff3
}

.btn-underline {
	line-height: 1;
	font-size: 14px;
	font-weight: 500;
	position: relative;
	color: #36415a;
	display: inline-block
}

.btn-underline:after,.btn-underline:before {
	left: 0;
	bottom: -2px;
	height: 1px;
	width: 100%;
	content: "";
	line-height: 1;
	position: absolute;
	background-color: #36415a
}

.btn-underline:before {
	transform-origin: 100% 50%;
	transition: transform .3s linear
}

.btn-underline:after {
	transform: scaleX(0);
	transform-origin: 0 50%;
	transition: .3s linear .2s;
	background-color: #334eff
}

.btn-underline:hover {
	color: #334eff
}

.btn-underline:hover:after,.btn-underline:hover:before {
	background-color: #334eff
}

.btn-underline:hover:before {
	transform: scaleX(0)
}

.btn-underline:hover:after {
	transform: scaleX(1)
}

.section-title .small-title {
	font-size: 15px;
	color: #334eff;
	margin-bottom: 7px;
	display: inline-block;
	font-family: "Roboto",sans-serif
}

.section-title .title-text {
	font-size:40px;
	font-weight:600;
}
.sub-title {
	font-size:35px;
	font-weight:500;
}
.section-title p {
	font-size:25px
}

.section-title.size-lg .title-text {
	font-size: 38px
}

#thetop {
	top: 0;
	left: 0;
	right: 0;
	z-index: -1;
	position: absolute
}

#backtotop {
	right: 15px;
	width: 50px;
	height: 50px;
	z-index: 999;
	bottom: 50px;
	display: none;
	position: fixed
}

#backtotop #scroll {
	z-index: 1;
	width: 100%;
	height: 100%;
	display: block;
	font-size: 20px;
	line-height: 55px;
	color: #334eff;
	text-align: center;
	position: relative;
	border-radius: 100%;
	background-color: #fff;
	box-shadow: 0 10px 33.25px 1.75px rgba(0,27,103,0.15)
}

#preloader {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1005;
	position: fixed;
	overflow: visible;
	background: #fff url("../images/preloader.gif") no-repeat center center
}

.bg-royal-blue {
	background-color: #334eff
}

.bg-light-green {
	color:#0072BD;
	border:1px solid #0072BD;
	padding: 15px 50px;
	margin-top:3em;
}

.bg-default-black {
	background-color: #36415a
}

.text-royal-blue {
	color: #334eff!important
}

.text-light-green {
	color: #0072BD!important
}

.border-bottom {
	border-bottom: 1px solid #e2e4f4!important
}

.border-top {
	border-top: 1px solid #e2e4f4!important
}

.pulse:before,.pulse:after {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	content: "";
	position: absolute;
	border-radius: 100%;
	background-color: #c7a17a
}

.pulse:before {
	animation: pulse 3s cubic-bezier(0.16,1,0.3,1) infinite both
}

.pulse:after {
	animation: pulse 3s .6s cubic-bezier(0.16,1,0.3,1) infinite both
}

@keyframes pulse {
	0% {
		opacity: .5;
		transform: scale(1)
	}

	100% {
		opacity: 0;
		transform: scale(2.1)
	}
}

a,button {
	transition: .6s cubic-bezier(0.33,1,0.68,1)
}

.header-section .header-top {
	min-height: 60px
}

.header-section .header-middle {
	min-height: 100px
}

.header-section .header-middle.bg-gray {
	background-color: #f4f8fb
}

.header-section .header-bottom {
	min-height: 65px
}

.header-section .info-list>ul>li {
	margin-right: 50px
}

.header-section .info-list>ul>li:last-child {
	margin-right: 0!important
}

.header-section .info-list>ul>li>a {
	display: block;
	color: #8991ab;
	font-weight: 500
}

.header-section .info-list>ul>li>a:hover {
	color: #334eff
}

.header-section .info-list>ul>li>a i {
	float: left;
	font-size: 21px;
	color: #334eff
}

.header-section .info-list>ul>li>a span {
	color: #334eff;
	display: inline-block
}

.header-section .select-option>button {
	color: #8991ab
}

.header-section .select-option .dropdown-menu {
	left: unset!important;
	right: 0!important
}

.header-section .brand-logo .brand-link {
	display: block
}

.header-section .brand-logo .btns-group {
	float: right;
	display: none
}

.header-section .btns-group>ul>li {
	margin-right: 30px;
	position: relative
}

.header-section .btns-group>ul>li:last-child {
	margin-right: 0!important
}

.header-section .btns-group>ul>li>button {
	display: block;
	line-height: 1;
	font-size: 30px;
	position: relative;
	color: #36415a
}

.header-section .btns-group>ul>li>button:hover,.header-section .btns-group>ul>li>button.active {
	color: #334eff
}

.header-section .btns-group>ul>li>button.btn-cart .cart-counter,.header-section .btns-group>ul>li>button.mobile-btn-cart .cart-counter {
	top: -5px;
	right: -10px;
	height: 24px;
	color: #fff;
	font-size: 10px;
	min-width: 24px;
	line-height: 26px;
	position: absolute;
	border-radius: 45px;
	display: inline-block
}

.header-section .form-item {
	margin: -9px 0
}

.header-section .form-item input {
	height: 50px;
	border: 0;
	padding: 0 25px
}

.header-section .form-item input[type=search] {
	width: 470px
}

.header-section .form-item button[type=submit] {
	top: 50%;
	right: 25px;
	font-size: 21px;
	position: absolute;
	color: #334eff;
	transform: translateY(-50%)
}

.header-section .main-menu>ul>li {
	height: 65px;
	margin-right: 35px
}

.header-section .main-menu>ul>li:last-child {
	margin-right: 0!important
}

.header-section .main-menu>ul>li>a {
	display: block;
	font-size: 18px;
	font-weight: 500;
	line-height: 65px;
	color: #333;
	letter-spacing:2px;
}

.header-section .main-menu>ul>li:hover>a,.header-section .main-menu>ul>li.active>a {
	color: #334eff
}

.header-section .main-menu>ul>li:hover>a:after,.header-section .main-menu>ul>li.active>a:after {
	color: #334eff
}

.header-section .social-icon>ul>li {
	margin-right: 15px
}

.header-section .all-categories .categories-collapse {
	top: 44px;
	left: -32px;
	position: absolute
}

.sticky-header {
	top: 0;
	left: 0;
	right: 0;
	height: auto;
	z-index: 9999;
	position: fixed;
	transition: all 800ms ease;
	-moz-transition: all 800ms ease;
	-webkit-transition: all 800ms ease;
	-ms-transition: all 800ms ease;
	-o-transition: all 800ms ease;
}

.sticky-header.stuck {
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	position: fixed;
	background-color: #fff;
	box-shadow: 0 0 18px 1px rgba(0,0,0,0.1);
	animation: .5s ease-in-out 0s normal none 1 running fadeInDown;
	-ms-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-op-animation-name: fadeInDown;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-ms-animation-duration: 800ms;
	-moz-animation-duration: 800ms;
	-op-animation-duration: 800ms;
	-webkit-animation-duration: 800ms;
	animation-duration: 800ms;

	

}

.header-section .main-menu .menu-item-has-child {
	position: relative
}

.header-section .main-menu .menu-item-has-child>a {
	position: relative;
	padding-right: 17px
}

.header-section .main-menu .menu-item-has-child>a:after {
	top: 1px;
	right: 0;
	color: #636778;
	font-size: 13px;
	content: "";
	font-weight: 900;
	position: absolute;
	transition: .6s cubic-bezier(0.33,1,0.68,1);
	font-family: "Line Awesome Free"
}

.header-section .main-menu .menu-item-has-child:hover>a:after {
	content: "";
	color: #334eff;
	transform: rotate(360deg)
}

.header-section .main-menu .menu-item-has-child .submenu {
	top: 150%;
	left: 0;
	opacity: 0;
	z-index: 999;
	min-width: 200px;
	padding: 20px 0;
	visibility: hidden;
	position: absolute;
	border-radius: 3px;
	background-color: #fff;
	border-top-left-radius: 0;
	transition: .4s cubic-bezier(0.33,1,0.68,1);
	box-shadow: 0 10px 33.25px 1.75px rgba(0,27,103,0.15)
}

.header-section .main-menu .menu-item-has-child .submenu li {
	width: 100%;
	display: block
}

.header-section .main-menu .menu-item-has-child .submenu li>a {
	width: 100%;
	display: block;
	line-height: 1;
	padding: 13px 30px;
	color: #636778;
	font-size:16px;
}

.header-section .main-menu .menu-item-has-child .submenu li:hover>a,.header-section .main-menu .menu-item-has-child .submenu li.active>a {
	color: #334eff;
	background-color: #f4f8fb
}

.header-section .main-menu .menu-item-has-child:hover>.submenu {
	top: 100%;
	opacity: 1;
	visibility: visible
}

.header-section .main-menu .menu-item-has-child .submenu .menu-item-has-child>a:after {
	top: 13px;
	right: 25px
}

.header-section .main-menu .menu-item-has-child .submenu .menu-item-has-child:hover>a:after {
	content: "";
	color: #334eff
}

.header-section .main-menu .menu-item-has-child .submenu .menu-item-has-child .submenu {
	left: 100%
}

.header-section .main-menu .menu-item-has-child .submenu .menu-item-has-child:hover .submenu {
	top: -20px
}

.header-primary.sticky-header .content-wrap {
	min-height: 150px;
	padding: 20px 0;
	transition: all 800ms ease;
    -moz-transition: all 800ms ease;
    -webkit-transition: all 800ms ease;
    -ms-transition: all 800ms ease;
    -o-transition: all 800ms ease;
}

.header-primary.sticky-header.stuck .content-wrap {
	min-height: 100px;
	transition: all 800ms ease;
    -moz-transition: all 800ms ease;
    -webkit-transition: all 800ms ease;
    -ms-transition: all 800ms ease;
    -o-transition: all 800ms ease;
}

.header-primary .main-menu .menu-item-has-child>a {
	padding-right: 0
}

.header-primary .main-menu .menu-item-has-child>a:after {
	display: none
}

.header-primary .main-menu .menu-item-has-child:hover>a:after {
	color: #0072BD
}

.header-primary .main-menu .menu-item-has-child .submenu li>a:after {
	display: inline-block
}

.header-primary .main-menu .menu-item-has-child .submenu li:hover>a,.header-primary .main-menu .menu-item-has-child .submenu li.active>a {
	color: #0072BD
}

.header-primary .main-menu .menu-item-has-child .submenu .menu-item-has-child:hover>a:after {
	color: #0072BD
}

.mega_menu {
	left: 50%;
	opacity: 0;
	z-index: 999;
	width: 1170px;
	padding: 40px;
	position: fixed;
	visibility: hidden;
	background-color: #fff;
	transform: translate(-50%,30px);
	box-shadow: 0 10px 33.25px 1.75px rgba(0,27,103,0.15)
}

.mega_menu .useful-links .list-title {
	line-height: 1;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 25px;
	padding-bottom: 15px;
	border-bottom: 1px solid #dce1f2
}

.mega_menu .useful-links>ul>li {
	margin-bottom: 10px
}

.mega_menu .useful-links>ul>li:last-child {
	margin-bottom: 0!important
}

.mega_menu .useful-links>ul>li>a {
	font-size: 15px;
	color: #636778
}

.mega_menu .useful-links>ul>li>a:hover {
	color: #334eff
}

.mega_menu .promotion-fullimage .promotion-content {
	padding: 20px;
	padding-left: 22px
}

.mega_menu .promotion-fullimage .promotion-content .item-title {
	font-size: 18px
}

.header-section .main-menu .menu-item-has-child:hover .mega_menu {
	opacity: 1;
	visibility: visible;
	transform: translate(-50%,0px);
	transition: all .3s ease-in-out
}

.all-categories {
	position: relative
}

.all-categories .category-btn {
	font-weight: 500;
	color: #636778
}

.all-categories .category-btn:hover,.all-categories .category-btn.active {
	color: #334eff
}

.all-categories .category-btn i {
	font-size: 20px;
	margin-right: 20px;
	transform: translateY(2px)
}

.all-categories .categories-collapse {
	z-index: 999;
	min-width: 270px;
	box-shadow: 0 10px 33.25px 1.75px rgba(0,27,103,0.15)
}

.all-categories .categories-collapse .card {
	border: 0;
	padding: 10px 0;
	border-radius: 0
}

.all-categories .categories-collapse .card>ul>li {
	border-bottom: 1px solid #e2e4f4
}

.all-categories .categories-collapse .card>ul>li:last-child {
	border-bottom: 0
}

.all-categories .categories-collapse .card>ul>li>a {
	display: block;
	line-height: 1;
	font-size: 14px;
	font-weight: 500;
	padding: 19px 30px;
	padding-top: 21px;
	color: #636778
}

.all-categories .categories-collapse .card>ul>li>a span {
	float: left;
	line-height: 1;
	font-size: 24px;
	margin: -8px 0;
	margin-right: 20px
}

.all-categories .categories-collapse .card>ul>li:hover>a {
	color: #334eff;
	background-color: #f4f8fb
}

.user-dropdown.show,.cart-dropdown.show {
	transform: translate3d(0px,32px,0px)!important
}

.user-dropdown {
	border: 0;
	margin-top: 5px;
	padding: 5px 0;
	min-width: 220px;
	border-radius: 0;
	right: 0!important;
	left: unset!important;
	box-shadow: 0 10px 33.25px 1.75px rgba(0,27,103,0.15)
}

.user-dropdown .profile-info {
	padding: 20px;
	border-bottom: 1px solid #f4f8fb
}

.user-dropdown .profile-info .user-thumbnail {
	float: left;
	width: 35px;
	height: 35px;
	overflow: hidden;
	margin-right: 10px;
	border-radius: 100%
}

.user-dropdown .profile-info .user-content {
	display: table
}

.user-dropdown .profile-info .user-name {
	margin-bottom: 0
}

.user-dropdown .profile-info .user-name>a {
	display: block;
	line-height: 1;
	font-size: 14px;
	font-weight: 500;
	color: #36415a
}

.user-dropdown .profile-info:hover .user-name>a {
	color: #334eff;
	text-decoration: underline
}

.user-dropdown .profile-info .user-title {
	display: block;
	font-size: 13px;
	color: #334eff
}

.user-dropdown>ul {
	padding: 9px 0
}

.user-dropdown>ul>li>a {
	line-height: 1;
	display: block;
	font-size: 14px;
	padding: 12px 20px;
	color: #636778
}

.user-dropdown>ul>li>a>i {
	float: left;
	font-size: 20px;
	margin: -2px 0;
	margin-right: 4px;
	margin-right: 13px;
	color: #36415a;
	transition: .6s cubic-bezier(0.33,1,0.68,1)
}

.user-dropdown>ul>li:hover>a {
	background-color: #f4f8fb
}

.user-dropdown>ul>li:hover>a>i {
	color: #334eff
}

.main-search-form {
	border: 0;
	padding: 20px 0;
	border-radius: 0;
	background-color: transparent;

}

.main-search-form .form-item {
	width: 100%;
	margin: 0
}

.main-search-form .form-item input[type=search] {
	width: 100%;
	height: 60px;
	border: 0;
	font-size: 16px;
	padding: 0 30px;
	border-radius: 45px
}

.main-search-form .form-item button[type=submit] {
	top: 60%;
	right: 30px;
	font-size: 22px;
	position: absolute;
	color: #36415a;
	transform: translateY(-60%)
}

.main-search-form .form-item button[type=submit]:hover {
	color: #334eff
}

.cart-dropdown {
	border: 0;
	margin-top: 5px;
	min-width: 380px;
	padding: 30px 0;
	border-radius: 0;
	right: 0!important;
	left: unset!important;
	box-shadow: 0 10px 33.25px 1.75px rgba(0,27,103,0.15)
}

.cart-dropdown .title-text {
	line-height: 1;
	font-size: 16px;
	font-weight: 500;
	padding: 0 30px;
	margin-bottom: 0;
	padding-bottom: 20px;
	border-bottom: 1px solid #f4f8fb
}

.cart-dropdown .cart-items-list {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #f4f8fb
}

.cart-dropdown .cart-items-list>ul>li {
	display: flex;
	padding: 10px 30px;
	padding-right: 50px;
	position: relative;
	align-items: center;
	border-bottom: 1px solid #f4f8fb
}

.cart-dropdown .cart-items-list>ul>li:last-child {
	border-bottom: 0
}

.cart-dropdown .cart-items-list>ul>li .remove-btn {
	top: 50%;
	right: 30px;
	font-size: 20px;
	position: absolute;
	color: #636778;
	transform: translateY(-50%)
}

.cart-dropdown .cart-items-list>ul>li .remove-btn:hover {
	color: #334eff
}

.cart-dropdown .cart-items-list>ul>li .item-image {
	max-width: 60px;
	overflow: hidden;
	margin-right: 20px
}

.cart-dropdown .cart-items-list>ul>li .item-title {
	line-height: 1;
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 3px
}

.cart-dropdown .cart-items-list>ul>li .item-price {
	font-size: 13px;
	color: #334eff
}

.cart-dropdown .btns-group {
	padding: 20px 30px;
	padding-bottom: 0
}

.cart-dropdown .btns-group>ul {
	display: block
}

.cart-dropdown .btns-group>ul>li {
	width: 100%;
	margin: 0;
	margin-bottom: 10px
}

.cart-dropdown .btns-group>ul>li:last-child {
	margin: 0
}

.cart-dropdown .btns-group>ul>li .btn {
	display: block
}

.sidebar-menu-wrapper {
	display: block
}

.sidebar-menu-wrapper .sidebar-menu {
	top: 0;
	width: 400px;
	right: -420px;
	height: 100vh;
	z-index: 9999;
	position: fixed;
	overflow-y: scroll;
	padding-top: 120px;
	background-color: #fff;
	transition: .6s cubic-bezier(1,0,0,1)
}

.sidebar-menu-wrapper .sidebar-menu.active {
	right: 0;
	box-shadow: 0 10px 55px 1px rgba(137,173,255,0.35)
}

.sidebar-menu-wrapper .sidebar-menu .mCustomScrollBox {
	overflow: visible!important
}

.sidebar-menu-wrapper .sidebar-menu .close-btn {
	top: 40px;
	right: 40px;
	width: 40px;
	height: 40px;
	font-size: 20px;
	cursor: pointer;
	line-height: 42px;
	color: #334eff;
	text-align: center;
	border-radius: 3px;
	position: absolute;
	display: inline-block;
	background-color: #fff;
	box-shadow: 0 10px 33.25px 1.75px rgba(0,27,103,0.15)
}

.sidebar-menu-wrapper .sidebar-menu .widget-title {
	line-height: 1;
	font-size: 20px;
	font-weight: 500;
	padding: 0 40px;
	margin-bottom: 20px
}

.sidebar-menu-wrapper .sidebar-menu .brand-logo {
	margin-bottom: 40px
}

.sidebar-menu-wrapper .sidebar-menu .brand-logo>a {
	max-width: 180px;
	display: inline-block
}

.sidebar-menu-wrapper .sidebar-menu .search-wrap {
	padding: 0 40px;
	margin-bottom: 40px
}

.sidebar-menu-wrapper .sidebar-menu .search-wrap .form-item input {
	height: 55px;
	border: 0;
	padding: 0 25px;
	box-shadow: 0 10px 33.25px 1.75px rgba(0,27,103,0.15)
}

.sidebar-menu-wrapper .sidebar-menu .search-wrap .form-item button[type=submit] {
	top: 50%;
	right: 25px;
	line-height: 1;
	font-size: 21px;
	position: absolute;
	color: #334eff;
	transform: translateY(-50%)
}

.sidebar-menu-wrapper .sidebar-menu .mobile-accordion {
	padding: 0 40px;
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #e2e4f4
}

.sidebar-menu-wrapper .sidebar-menu .mobile-accordion .card {
	padding: 0;
	border: 0;
	border-radius: 0;
	margin-bottom: 15px;
	background-color: transparent
}

.sidebar-menu-wrapper .sidebar-menu .mobile-accordion .card:last-child {
	margin-bottom: 0
}

.sidebar-menu-wrapper .sidebar-menu .mobile-accordion .card-header {
	border: 0;
	padding: 0;
	border-radius: 0;
	background-color: transparent
}

.sidebar-menu-wrapper .sidebar-menu .mobile-accordion .card-header>button {
	border: 0;
	line-height: 1;
	font-size: 17px;
	text-align: left;
	display: inline-block;
	color: #636778
}

.sidebar-menu-wrapper .sidebar-menu .mobile-accordion .card-header>button i {
	font-size: 20px;
	margin-right: 15px
}

.sidebar-menu-wrapper .sidebar-menu .mobile-accordion .card-header>button small {
	height: 20px;
	color: #fff;
	min-width: 20px;
	font-size: 12px;
	margin-right: 6px;
	line-height: 20px;
	border-radius: 3px;
	text-align: center;
	display: inline-block;
	background-color: #334eff
}

.sidebar-menu-wrapper .sidebar-menu .mobile-accordion .card-body {
	margin: 0 -40px;
	padding: 20px 40px 30px
}

.sidebar-menu-wrapper .sidebar-menu .mobile-accordion .btns-group>ul {
	display: block
}

.sidebar-menu-wrapper .sidebar-menu .mobile-accordion .btns-group>ul>li {
	width: 100%;
	margin: 0;
	margin-bottom: 10px
}

.sidebar-menu-wrapper .sidebar-menu .mobile-accordion .btns-group>ul>li:last-child {
	margin: 0
}

.sidebar-menu-wrapper .sidebar-menu .mobile-accordion .btns-group>ul>li .btn {
	display: block
}

.sidebar-menu-wrapper .sidebar-menu .mobile-accordion .all-categories-list>ul>li {
	margin-bottom: 25px
}

.sidebar-menu-wrapper .sidebar-menu .mobile-accordion .all-categories-list>ul>li:last-child {
	margin-bottom: 0
}

.sidebar-menu-wrapper .sidebar-menu .mobile-accordion .all-categories-list>ul>li>a {
	display: table;
	line-height: 1;
	font-size: 14px;
	color: #636778
}

.sidebar-menu-wrapper .sidebar-menu .mobile-accordion .all-categories-list>ul>li>a span {
	float: left;
	line-height: 1;
	font-size: 24px;
	margin: -8px 0;
	margin-right: 15px
}

.sidebar-menu-wrapper .sidebar-menu .mobile-accordion .all-categories-list>ul>li:hover>a {
	color: #334eff
}

.sidebar-menu-wrapper .sidebar-menu .cart-items-list>ul>li {
	display: flex;
	padding: 10px 0;
	position: relative;
	padding-right: 25px;
	align-items: center;
	border-bottom: 1px solid #e2e4f4
}

.sidebar-menu-wrapper .sidebar-menu .cart-items-list>ul>li:last-child {
	border-bottom: 0
}

.sidebar-menu-wrapper .sidebar-menu .cart-items-list>ul>li .remove-btn {
	top: 50%;
	right: 0;
	font-size: 20px;
	position: absolute;
	color: #636778;
	transform: translateY(-50%)
}

.sidebar-menu-wrapper .sidebar-menu .cart-items-list>ul>li .remove-btn:hover {
	color: #334eff
}

.sidebar-menu-wrapper .sidebar-menu .cart-items-list>ul>li .item-image {
	max-width: 60px;
	overflow: hidden;
	margin-right: 20px
}

.sidebar-menu-wrapper .sidebar-menu .cart-items-list>ul>li .item-title {
	line-height: 1;
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 3px
}

.sidebar-menu-wrapper .sidebar-menu .cart-items-list>ul>li .item-price {
	font-size: 13px;
	color: #334eff
}

.sidebar-menu-wrapper .sidebar-menu .menu_list {
	margin-bottom: 35px
}

.sidebar-menu-wrapper .sidebar-menu .menu_list>ul li a {
	line-height: 1;
	display: block;
	font-size: 16px;
	padding: 17px 40px;
	color: #636778
}

.sidebar-menu-wrapper .sidebar-menu .menu_list>ul li:hover>a,.sidebar-menu-wrapper .sidebar-menu .menu_list>ul li.active>a {
	color: #334eff;
	background-color: #f4f8fb
}

.sidebar-menu-wrapper .sidebar-menu .menu_list>ul li.dropdown {
	position: relative
}

.sidebar-menu-wrapper .sidebar-menu .menu_list>ul li.dropdown:before {
	top: 15px;
	right: 40px;
	content: "";
	font-weight: 900;
	position: absolute;
	font-family: "Line Awesome Free"
}

.sidebar-menu-wrapper .sidebar-menu .menu_list>ul li.dropdown ul {
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	display: none;
	border-radius: 0;
	background-color: #fafcff;
	position: static!important;
	transform: unset!important
}

.sidebar-menu-wrapper .sidebar-menu .menu_list>ul li.dropdown ul.show {
	display: block
}

.sidebar-menu-wrapper .sidebar-menu .menu_list>ul li.dropdown ul li>a {
	display: block;
	font-size: 14px;
	padding-left: 50px
}

.sidebar-menu-wrapper .sidebar-menu .menu_list>ul li.dropdown ul li ul {
	background-color: #fff
}

.sidebar-menu-wrapper .sidebar-menu .menu_list>ul li.dropdown ul li ul li>a {
	padding-left: 60px
}

.sidebar-menu-wrapper .sidebar-menu .user-dropdown {
	box-shadow: none;
	background-color: transparent
}

.sidebar-menu-wrapper .sidebar-menu .user-dropdown>ul {
	margin-top: -15px
}

.sidebar-menu-wrapper .sidebar-menu .user-dropdown>ul>li>a {
	padding: 15px 40px
}

.sidebar-menu-wrapper .overlay {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	z-index: 999;
	width: 100vw;
	height: 100vh;
	display: none;
	position: fixed;
	background: rgba(0,0,0,0.7);
	transition: .6s cubic-bezier(0.33,1,0.68,1)
}

.sidebar-menu-wrapper .overlay.active {
	opacity: 1;
	display: block
}

.sidebar-menu::-webkit-scrollbar {
	width: 0
}

.footer-section {
	overflow: hidden;
	position: relative;
	padding:80px 0 0;
	background:linear-gradient(170deg,rgba(0,165,233,1) 15%,rgba(1,24,66,1) 100%);
	color:#fff;
}

.footer-section.bg-gray {
	background-color: #f4f8fb
}

.footer-section .widget-title {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 20px;color:#fff;
	
}

.footer-section .btns-group.ul-li-block>ul>li {
	margin-bottom: 15px
}

.footer-section .btns-group.ul-li-block>ul>li:last-child {
	margin-bottom: 0!important
}

.footer-section .brand-logo .brand-link {
	max-width: 110px
}

.footer-section .about-content {
	padding-right: 68px
}

.footer-section .contact-info>ul>li {
	margin-bottom: 10px
}

.footer-section .col-lg-2{
	-ms-flex: 0 0 11%;
    flex: 0 0 11%;
    max-width: 11%;
}

.footer-section .contact-info>ul>li>span {
	width: 40px;
	float: left;
	line-height: 1;
	font-size: 24px;
	color: #fff
}

.footer-section .contact-info>ul>li>a {
	display: table;
	color: #fff;
	font-weight: 500;
	line-height: 1.714
}

.footer-section .contact-info>ul>li>a:hover {
	color: #fff
}

.footer-section .useful-links>ul>li {
	margin-bottom: 15px
}

.footer-section .useful-links>ul>li:last-child {
	margin-bottom: 0!important
}

.footer-section .useful-links>ul>li>a {
	color: #fff;
	font-weight:500;
}

.footer-section .useful-links>ul>li>a:hover {
	color: red;
}

.footer-section .payment-cards p>a {
	font-weight: 500;
	color: #fff
}

.footer-section .payment-cards>ul>li {
	margin-right: 5px
}

.footer-section .payment-cards>ul>li:last-child {
	margin-right: 0!important
}

.footer-section .payment-cards>ul>li>a {
	display: block;
	line-height: 1
}

.footer-section .footer-bottom {
	position: relative;
	padding: 15px 0
}

.footer-section .footer-bottom .pill-image-1 {
	bottom: -15px;
	right: -105px;
	max-width: 345px;
	position: absolute
}

.footer-section .footer-bottom.bg-gray {

	border-top:1px solid #486071;
}
.footer-section .footer-bottom p{
	font-weight: 500
}
.footer-section .footer-bottom p a {
	color: #fff;
	font-weight: 500
}

.footer-section .footer-bottom p a:hover {
	color: #334eff
}

.breadcrumb-section {
	min-height: 250px;
	padding: 60px 0;
	height:600px;
}

.breadcrumb-section .page-title {
	font-size: 30px
}

.breadcrumb-section .breadcrumb-nav>ul>li {
	color: #8991ab;
	position: relative;
	margin-right: 12px;
	padding-right: 12px
}

.breadcrumb-section .breadcrumb-nav>ul>li:after {
	top: 50%;
	right: -2px;
	width: 4px;
	height: 4px;
	content: "";
	position: absolute;
	border-radius: 100%;
	background-color: #8991ab;
	transform: translateY(-50%)
}

.breadcrumb-section .breadcrumb-nav>ul>li:last-child {
	margin-right: 0!important;
	padding-right: 0!important
}

.breadcrumb-section .breadcrumb-nav>ul>li:last-child:after {
	display: none
}

.breadcrumb-section .breadcrumb-nav>ul>li>a {
	display: block;
	color: #8991ab
}

.breadcrumb-section .breadcrumb-nav>ul>li:hover>a {
	color: #334eff
}

.breadcrumb-section .breadcrumb-nav>ul>li.active {
	color: #334eff
}

.breadcrumb-section .pill-image-1 {
	left: -73px;
	bottom: -20px;
	max-width: 345px
}

.sidebar-section .widget {
	position: relative;
	margin-bottom: 50px
}

.sidebar-section .widget:last-child {
	margin-bottom: 0!important
}

.sidebar-section .widget-title {
	font-size: 21px;
	font-weight: 500;
	padding-left: 18px;
	position: relative;
	margin-bottom: 30px;
	padding-bottom: 15px;
	border-bottom: 1px solid #e2e4f4
}

.sidebar-section .widget-title:before {
	top: 4px;
	left: 0;
	width: 2px;
	content: "";
	height: 15px;
	position: absolute;
	background-color: #334eff
}

.sidebar-section .sidebar-search input {
	width: 100%;
	height: 55px;
	outline: 0;
	padding: 0 25px;
	background-color: #f4f8fb;
	border: 1px solid #e2e4f4;
	transition: .6s cubic-bezier(0.33,1,0.68,1)
}

.sidebar-section .sidebar-search input:focus {
	border-color: #334eff
}

.sidebar-section .sidebar-search button[type=submit] {
	top: 50%;
	right: 20px;
	line-height: 1;
	font-size: 21px;
	position: absolute;
	color: #334eff;
	transform: translateY(-50%)
}

.sidebar-section .products-category>ul>li,.sidebar-section .brand-products>ul>li {
	margin-bottom: 15px
}

.sidebar-section .products-category>ul>li:last-child,.sidebar-section .brand-products>ul>li:last-child {
	margin-bottom: 0!important
}

.sidebar-section .products-category>ul>li>a,.sidebar-section .brand-products>ul>li>a {
	color: #636778
}

.sidebar-section .products-category>ul>li>a:hover,.sidebar-section .brand-products>ul>li>a:hover {
	color: #334eff
}

.sidebar-section .price-range-area .slider-range {
	height: 6px;
	border: 0;
	border-radius: 45px;
	background-color: #d6d6d6
}

.sidebar-section .price-range-area .ui-slider-range {
	border: 0;
	border-radius: 45px;
	background-color: #334eff
}

.sidebar-section .price-range-area .ui-state-default {
	top: -7px;
	width: 20px;
	height: 20px;
	border: 0;
	outline: 0;
	border-radius: 100%;
	border: 6px solid #fff;
	background-color: #334eff;
	box-shadow: 0 0 10px 1px rgba(0,0,0,0.2)
}

.sidebar-section .price-range-area .price-text {
	font-size: 14px;
	font-weight: 500;
	margin-top: 25px
}

.sidebar-section .price-range-area .price-text span {
	float: left;
	margin-right: 15px
}

.sidebar-section .price-range-area .price-text input {
	border: 0;
	font-weight: 500;
	display: inline-block
}

.sidebar-section .sidebar-deals-carousel .owl-nav .owl-next,.sidebar-section .sidebar-deals-carousel .owl-nav .owl-prev {
	width: 35px;
	height: 35px;
	border-radius: 3px
}

.sidebar-section .sidebar-deals-carousel .owl-nav .owl-next:before,.sidebar-section .sidebar-deals-carousel .owl-nav .owl-prev:before {
	border: 0;
	font-size: 14px;
	line-height: 37px;
	color: #334eff;
	border-radius: 3px;
	background-color: #fff
}

.sidebar-section .sidebar-deals-carousel .owl-nav .owl-next:hover,.sidebar-section .sidebar-deals-carousel .owl-nav .owl-prev:hover {
	box-shadow: none
}

.sidebar-section .sidebar-deals-carousel .owl-nav .owl-next:hover:before,.sidebar-section .sidebar-deals-carousel .owl-nav .owl-prev:hover:before {
	color: #fff;
	border-color: #334eff;
	background-color: #334eff
}

.sidebar-section .sidebar-deals-carousel .owl-nav .owl-prev {
	left: 0
}

.sidebar-section .sidebar-deals-carousel .owl-nav .owl-next {
	right: 0
}

.sidebar-section .tag-list>ul {
	margin: -3px
}

.sidebar-section .tag-list>ul>li {
	padding: 3px
}

.sidebar-section .tag-list>ul>li>a {
	width: auto;
	display: block;
	line-height: 1;
	border-radius: 3px;
	padding: 11px 20px;
	padding-bottom: 8px;
	color: #636778;
	border: 1px solid #e2e4f4
}

.sidebar-section .tag-list>ul>li>a:hover {
	color: #fff;
	border-color: #334eff;
	background-color: #334eff
}

.sidebar-section .recent-post>ul>li {
	margin-bottom: 30px
}

.sidebar-section .recent-post>ul>li:last-child {
	margin-bottom: 0!important
}

.sidebar-section .instagram-shoots>ul {
	width: auto;
	display: block;
	margin: -7.5px
}

.sidebar-section .instagram-shoots>ul>li {
	width: 33.333%;
	padding: 7.5px
}

.sidebar-section .instagram-shoots .instagram-shoot {
	margin: 0
}

.sidebar-section .instagram-shoots .instagram-shoot .instagram-icon {
	width: 40px;
	height: 40px;
	font-size: 18px;
	line-height: 46px
}
.promotion-section{
	background-image: url(../images/index-product-bg.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
	padding:70px 0;
	
}
.promotion-section1{
	background-image: url(../images/shuzibj.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
	padding:70px 0;
	
}
.promotion-section1 .countdown-timer p{
	color:#fff;
}
.promotion-section1 .countdown-timer .medium{
	color:#fff;
}
.promotion-section .pill-image-1 {
	right: -85px;
	bottom: 300px;
	max-width: 345px
}

.promotion-section .masonry-grid .grid-item,.promotion-section .masonry-grid .grid-sizer {
	width: 25%
}

.promotion-section .masonry-grid .w-66 {
	width: 50%
}

.promotion-fullimage {
	overflow: hidden;
	position: relative
}
.promotion-fullimage:before {
	content:'';
	position: absolute;
    top: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: rgb(3 139 215 / 0.3);
    opacity: 1;
    transition: all .5s ease;
}
.promotion-fullimage:hover .item-title strong{
	color:#fff!important;
}

.promotion-fullimage .item-image {
	display: block;
	overflow: hidden
}

.promotion-fullimage .item-image>img {
	transition: .6s cubic-bezier(0.33,1,0.68,1)
}

.promotion-fullimage:hover .item-image>img {
	transform: scale(1.1)
}

.promotion-fullimage .promotion-content {
	left: 0;
	right: 0;
	z-index: 2;
	padding: 40px;
	position: absolute
}

.promotion-fullimage .promotion-content small {
	font-size: 14px
}

.promotion-fullimage .promotion-content .item-title {
	font-size: 30px;
	font-weight: 500;
	margin-bottom: 23px
}

.promotion-fullimage .promotion-content .item-title strong {
	font-weight: 500;
	color:#fff;
	font-size:22px;
	
}
.promotion-fullimage .promotion-content a{
	color:#fff;
}
.promotion-fullimage .promotion-content  .btn-underline:after, .btn-underline:before{
	    background-color: #fff;
}
.promotion-fullimage .promotion-content .item-title span {
	font-weight: 400
}

.promotion-fullimage .promotion-content.size-increase .item-title {
	font-size: 36px
}

.promotion-fullimage .promotion-content.size-decrease .item-title {
	font-size: 24px
}

.promotion-fullimage .promotion-content.position-top {
	top: 0
}

.promotion-fullimage .promotion-content.position-bottom {
	bottom: 0
}

.promotion-fullimage .promotion-content.position-vertical-center {
	top: 50%;
	transform: translateY(-50%)
}

.offer-section.bg-gray {
	overflow: hidden;
	background-color: #f4f8fb;
	
}
.offer-section{
	background-image: url(../images/aboutbj.jpg);
}
.offer-section1{
	background-image: url(../images/qywhbj.jpg);
}

.offer-section .wrap-1600.bg-gray {
	overflow: hidden;
	
}

.offer-section .leaf-image-1 {
	top: 50%;
	left: -131px;
	max-width: 264px;
	transform: translateY(-50%)
}

.offer-section .leaf-image-2 {
	right: -160px;
	bottom: -101px;
	max-width: 411px
}

.offer-item .item-image {
	margin-bottom: -20px;
	margin-left:30px;
}
.offer-item .item-image img{
	border-radius:10px;
}

.offer-item .item-image-2 {
	float: left;
	width: 785px;
	margin-left: 45px
}

.offer-item .item-content .sub-title {
	font-size: 35px;
	font-weight: 500;
	margin-top:15px;
	}

.offer-item .item-content .title-text {
	font-size: 40px;
	font-weight:600;
}

.offer-item .item-content p {
	font-size: 16px;
	color: #333;
	line-height:2em;

}

.offer-item .item-content .info-list>ul>li {
	font-size: 16px;
	position: relative;
	padding-left: 45px;
	margin-bottom: 20px;
	color: #333
}

.offer-item .item-content .info-list>ul>li:last-child {
	margin-bottom: 0!important
}

.offer-item .item-content .info-list>ul>li:before {
	top: 3px;
	left: 0;
	line-height: 1;
	font-size: 21px;
	content: "";
	font-weight: 900;
	color: #334eff;
	position: absolute;
	font-family: "Line Awesome Free"
}

.offer-item .countdown-timer>ul>li {
	width: 23%;
	padding: 15px 10px;
	text-align: center;
	margin-right: 20px;
	border-right:1px dashed #dedede;

}


.offer-item .countdown-timer>ul>li:last-child {
	margin-right: 0!important;
	border-right:none;
}

.offer-item .countdown-timer>ul>li strong,.offer-item .countdown-timer>ul>li small {
	display: block;
	line-height: 1
}

.offer-item .countdown-timer>ul>li strong {
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 8px;
	color: #36415a
}

.offer-item .countdown-timer>ul>li small {
	font-size: 14px;
	text-transform: capitalize
}

.policy-default {
	margin-top: 40px;
	padding: 0 20px;
	position: relative
}

.policy-default .item-icon {
	float: left;
	width: 60px;
	height: 60px;
	color: #5f6680;
	font-size: 30px;
	margin: 14px 0;
	line-height: 62px;
	margin-right: 30px;
	text-align: center;
	border-radius: 100%;
	border: 1px dashed #334eff
}

.policy-default .item-content {
	display: table
}

.policy-default .item-title {
	font-size: 18px;
	margin-bottom: 15px
}

.newsletter-section .pill-image-1 {
	top: 70px;
	left: -150px;
	max-width: 345px
}

.newsletter-section .newsletter-boxed {
	padding: 100px;
	border-radius: 3px
}

.newsletter-section .newsletter-boxed.bg-gray {
	background-color: #f4f8fb;
	border: 1px solid #e2e4f4
}

.newsletter-section .newsletter-boxed .form-item {
	max-width: 500px;
	padding-right: 70px;
	margin: 0 auto 30px
}

.newsletter-section .newsletter-boxed .form-item input {
	height: 65px;
	padding: 0 30px
}

.newsletter-section .newsletter-boxed .form-item button {
	top: 50%;
	right: 0;
	position: absolute;
	transform: translateY(-50%)
}

.newsletter-section .newsletter-boxed .checkbox-btn {
	display: table;
	margin: 0 auto
}

.newsletter-section .newsletter-boxed.small-content {
	padding: 46px 80px
}

.newsletter-section .newsletter-boxed.small-content .section-title {
	margin-bottom: 20px
}

.newsletter-section .newsletter-boxed.small-content .section-title .title-text {
	font-size: 24px;
	margin-bottom: 10px;
	color:#0072BD
}

.newsletter-section .newsletter-boxed.small-content .section-title p {
	font-size: 15px
}

.newsletter-section .newsletter-boxed.small-content .form-item {
	margin-bottom: 20px
}

.newsletter-section .newsletter-boxed.small-content .form-item input {
	height: 60px;
	padding: 0 25px
}

.newsletter-section .newsletter-boxed.small-content .form-item .btn {
	padding: 20px 30px;
	padding-bottom: 18px
}

.brand-section .brand-logo {
	width: 100%;
	height: 85px;
	display: flex;
	align-items: center;
	margin: 40px auto 0
}

.brand-section .brand-logo>img {
	height: 80px;
	width: auto;
	margin: auto
}

.instagram-section .wrapper {
	padding-left: 75px;
	padding-right: 75px
}

.instagram-shoot {
	display: block;
	overflow: hidden;
	
	position: relative;

}

.instagram-shoot:before {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	opacity: 0;
	position: absolute;
	transition: .6s cubic-bezier(0.33,1,0.68,1);
	background-color: rgba(54,65,90,0.851)
}

.instagram-shoot .instagram-icon {
	top: 50%;
	left: 50%;
	z-index: 2;
	width: 50px;
	height: 50px;
	font-size: 21px;
	overflow: hidden;
	line-height: 56px;
	text-align: center;
	position: absolute;
	color: #334eff;
	transform: translate(-50%,-50%)
}

.instagram-shoot .instagram-icon:before {
	top: 0;
	left: 50%;
	width: 0;
	bottom: 0;
	content: "";
	z-index: -1;
	opacity: 0;
	position: absolute;
	background-color: #fff;
	transform: translateX(-50%);
	transition: .4s cubic-bezier(0.33,1,0.68,1)
}

.instagram-shoot .instagram-icon i {
	transform: translateY(200%);
	transition: .4s cubic-bezier(0.33,1,0.68,1)
}

.instagram-shoot:hover:before {
	opacity: 1
}

.instagram-shoot:hover .instagram-icon:before {
	opacity: 1;
	width: 100%;
	transition-delay: .1s
}

.instagram-shoot:hover .instagram-icon i {
	transition-delay: .3s;
	transform: translateY(0px)
}

.about-section .about-content {
	padding-left: 30px
}

/* .about-section .about-content .title-text { */
	/* font-size: 38px; */
	/* font-weight: 500 */
/* } */

.about-section .about-content p {
	font-size: 16px;
	line-height: 1.75
}

.about-video .title-text {
	font-size: 30px;
	font-weight: 400;
	max-width: 670px;
	display: inline-block
}

.about-video .video-wrap {
	position: relative
}

.about-video .video-wrap>img {
	width: 100%;
	display: block
}

.about-video .video-wrap .play-btn {
	top: 50%;
	left: 50%;
	width: 90px;
	height: 90px;
	position: absolute;
	border-radius: 100%;
	align-items: center;
	display: inline-flex;
	justify-content: center;
	transform: translate(-50%,-50%)
}

.about-video .video-wrap .play-btn:before,.about-video .video-wrap .play-btn:after {
	border: 1px solid #fff;
	background-color: rgba(0,0,0,0.3)
}

.about-video .video-wrap .play-btn span {
	width: 30px;
	height: 30px;
	border-radius: 100%;
	display: inline-block;
	background-color: #334eff
}

.feature-fullimage {
	display: block;
	max-width: 370px;
	overflow: hidden;
	position: relative;
	margin: 30px auto 0;
	transition: .6s cubic-bezier(0.33,1,0.68,1)
}

.feature-fullimage:hover {
	transform: translateY(-15px);
	box-shadow: 0 10px 33.25px 1.75px rgba(0,27,103,0.15)
}

.feature-fullimage:before {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	position: absolute;
	background-image: linear-gradient(0deg,rgba(0,114,189,0.7) 0,transparent 100%)
}

.feature-fullimage .item-title {
	left: 0;
	right: 0;
	bottom: 15px;
	padding: 15px;
	line-height: 1;
	display: block;
	color: #fff;
	font-size: 22px;
	font-weight: 400;
	position: absolute;
	text-align: center;
	font-family: "思源宋体",sans-serif
}

.testimonial-item .testimonial-content {
	padding: 40px 30px 20px;
	position: relative;
	margin-bottom: 30px;
	box-shadow:0px 0px 15px 0px rgba(27,121,181,0.10);
	background-color: #fafcff;
	text-align:center;
	min-height:170px;
}

.testimonial-item .testimonial-content .quote-icon {
	line-height: 1;
	font-size: 36px;
	margin-top: -8px;
	color: #1B79B5;
	margin-bottom: 10px;
	display: inline-block;
	text-align:center;
}

.testimonial-item .testimonial-content p {
	margin: 0;
	font-size: 14px;
	line-height: 1.857;
	margin-top:15px;
}

.testimonial-item .hero-info {
	display: flex;
	padding-left: 15px;
	align-items: center
}

.testimonial-item .thumbnail-image {
	width: 70px;
	height: 70px;
	overflow: hidden;
	margin-right: 20px;
	border-radius: 100%;
	border: 1px solid #e2e4f4
}

.testimonial-item .hero-name {
	line-height: 1;
	font-size: 16px;
	font-weight: 500
}

.testimonial-item .hero-title {
	display: block;
	line-height: 1;
	font-size: 14px;
	color: #334eff
}

.testimonial-carousel.owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 60px
}

.blog-small .item-image {
	float: left;
	width: 120px;
	margin-right: 30px
}

.blog-small .item-content {
	display: table
}

.blog-small .item-title>a {
	display: block;
	font-size: 16px;
	font-weight: 500;
	color: #36415a
}

.blog-small:hover .item-title>a {
	color: #334eff
}

.blog-boxed {
	z-index: 1;
	overflow: hidden;
	margin-top: 30px;
	padding: 50px 30px;
	position: relative;
	transition: .6s cubic-bezier(0.33,1,0.68,1);
	transition: .6s cubic-bezier(0.25,1,0.5,1)
}

.blog-boxed:before {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	z-index: -1;
	position: absolute;
	background-color: #fff;
	transition: .6s cubic-bezier(0.33,1,0.68,1)
}

.blog-boxed:hover {
	color: #fff;
	transform: translateY(-15px)
}

.blog-boxed:hover:before {
	background-color: rgba(3,139,215,0.859)
}
.blog-boxed .btn-underline:after{
	background-color:#fff!important;
}
.blog-boxed  .btn-underline:hover{
	color:#fff!important;
}

.blog-boxed .post-admin {
	padding: 8px 0;
	margin-bottom: 30px;
	
}

.blog-boxed .post-admin span{
	color:#0072BD;
}
.blog-boxed .admin-image {
	float: left;
	width: 55px;
	height: 55px;
	margin: -7px 0;
	overflow: hidden;
	margin-right: 20px;
	border-radius: 100%
}

.blog-boxed .admin-content {
	display: table
}

.blog-boxed .admin-name {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 5px;
	transition: .6s cubic-bezier(0.33,1,0.68,1)
}

.blog-boxed .post-date {
	display: block;
	line-height: 1;
	color: #636778;
	transition: .6s cubic-bezier(0.33,1,0.68,1)
}

.blog-boxed .item-title>a {
	font-size: 18px;
	line-height: 1.444;
	color: #333
}

.blog-boxed:hover .item-title>a {
	color: #fff
}

.blog-boxed p {
	margin-bottom: 40px;
	color: #333;
	transition: .6s cubic-bezier(0.33,1,0.68,1);
	font-weight:500;
}

.blog-boxed:hover p,.blog-boxed:hover .post-date,.blog-boxed:hover .admin-name {
	color: #fff
}

.blog-boxed:hover .btn-underline {
	color: #fff
}

.blog-boxed:hover .btn-underline:after,.blog-boxed:hover .btn-underline:before {
	background-color: #fff
}

.blog-grid {
	margin-bottom: 70px
}

.blog-grid .item-image {
	overflow: hidden;
	position: relative;
	margin-bottom: 30px
}

.blog-grid .post-category {
	top: 20px;
	left: 20px;
	z-index: 1;
	line-height: 1;
	min-width: 90px;
	text-align: center;
	position: absolute;
	padding: 11px 15px;
	padding-bottom: 8px;
	color: #36415a;
	background-color: #fff
}

.blog-grid .post-category:hover {
	color: #334eff
}

.blog-grid iframe {
	width: 100%;
	height: 435px
}

.blog-grid .item-title>a {
	font-size: 30px;
	font-weight: 500;
	color: #36415a
}

.blog-grid:hover .item-title>a {
	color: #334eff
}

.image-carousel.arrow-right-left .owl-next,.image-carousel.arrow-right-left .owl-prev {
	width: 45px;
	height: 45px
}

.image-carousel.arrow-right-left .owl-next:before,.image-carousel.arrow-right-left .owl-prev:before {
	line-height: 43px;
	color: #36415a;
	border-color: #fff;
	background-color: #fff
}

.image-carousel.arrow-right-left .owl-next:hover:before,.image-carousel.arrow-right-left .owl-prev:hover:before {
	color: #fff;
	border-color: #334eff;
	background-color: #334eff
}

.image-carousel.arrow-right-left .owl-next {
	right: 20px
}

.image-carousel.arrow-right-left .owl-prev {
	left: 20px
}

.blog-grid-2 {
	margin-top: 40px
}

.blog-grid-2 .item-image {
	display: block;
	overflow: hidden;
	position: relative;
	max-height:650px;
	
}

.blog-grid-2 .item-image>img {
	width: 100%;
	display: block;
	
}

.blog-grid-2 .post-category {
	top: 20px;
	left: 20px;
	z-index: 1;
	line-height: 1;
	min-width: 90px;
	text-align: center;
	position: absolute;
	padding: 11px 15px;
	padding-bottom: 8px;
	color: #36415a;
	background-color: #fff
}

.blog-grid-2 .post-category:hover {
	color: #334eff
}

.blog-grid-2 .item-title>a {
	font-size: 18px;
	font-weight: 500;
	color: #36415a
}


.blog-grid-2:hover .item-title>a {
	color: #334eff
}

.blog-masonry {
	margin: -15px;
	margin-top: -25px;
	margin-bottom: 55px
}


.blog-masonry .grid-item,.blog-masonry .grid-sizer {
	width: 33.333%
}

.blog-masonry .grid-item {
	padding: 15px;
	padding-top: 25px
}

.blog-masonry .blog-grid-2:hover {
	box-shadow:0px 0px 15px 0px rgba(0,0,0,0.1);
}

.blog-masonry .blog-grid-2 {
	margin: 0;
	background:#f9f9f9;
}
.blog-masonry .blog-grid-2 .item-content{
	padding:20px;
}
.blog-masonry .blog-grid-2 .item-content h3{
	font-size:18px;
	font-weight:500;
	
}
.blog-quote {
	padding: 50px;
	margin-bottom: 70px
}

.blog-quote.bg-gray {
	background-color: #f4f7fc
}

.blog-quote p {
	font-size: 18px;
	color: #36415a
}

.blog-quote .post-admin {
	line-height: 1;
	display: table;
	font-size: 18px;
	font-weight: 500;
	color: #334eff
}

.blog-quote .quote-icon {
	line-height: 1;
	font-size: 36px;
	color: #334eff
}

.shop-section .pill-image-1 {
	top: 330px;
	left: -120px;
	max-width: 300px
}

.tabs-nav>ul>li>a {
	display: block;
	line-height: 1;
	color: #8991ab;
	font-size: 16px;
	font-weight: 500;
	padding: 0 40px;
	padding-bottom: 20px;
	border-bottom: 2px solid #dce1f2
}

.tabs-nav>ul>li>a:hover,.tabs-nav>ul>li>a.active {
	color: #36415a;
	border-color: #334eff
}

.owl-carousel .product-grid {
	margin: 0 auto
}

.filter-wrap.border-bottom {
	padding-bottom: 20px
}

.filter-wrap .result-text {
	margin-bottom: 0
}

.filter-wrap .result-text span {
	color: #36415a
}

.layout-tab>ul>li {
	margin-right: 15px
}

.layout-tab>ul>li:last-child {
	margin-right: 0!important
}

.layout-tab>ul>li>a {
	display: block;
	line-height: 1
}

.layout-tab>ul>li>a>svg {
	transition: .6s cubic-bezier(0.33,1,0.68,1)
}

.layout-tab>ul>li>a:hover>svg,.layout-tab>ul>li>a.active>svg {
	fill: #334eff;
	color: #334eff
}

.product-grid {
	margin-top: 40px;
	position: relative
}

.product-grid .item-image {
	overflow: hidden;
	position: relative
}

.product-grid .item-image .image-wrap {
	display: block;
	overflow: hidden;
	position: relative
}

.product-grid .item-image .image-wrap>img {
	width: 100%;
	display: block;
	transition: .6s cubic-bezier(0.33,1,0.68,1)
}

.product-grid:hover .item-image .image-wrap>img {
	transform: scale(1.1)
}

.product-grid .btns-group {
	left: 0;
	right: 0;
	bottom: 30px;
	z-index: 2;
	position: absolute
}

.product-grid .btns-group>ul {
	z-index: 1;
	overflow: hidden;
	padding: 17px 22px;
	padding-bottom: 15px;
	position: relative;
	border-radius: 3px
}

.product-grid .btns-group>ul:before {
	top: 0;
	left: 50%;
	opacity: 0;
	bottom: 0;
	width: 0;
	z-index: -1;
	content: "";
	position: absolute;
	background-color: #fff;
	transform: translateX(-50%);
	transition: .6s cubic-bezier(0.33,1,0.68,1)
}

.product-grid .btns-group>ul>li {
	opacity: 0;
	margin-right: 25px;
	transform: translateY(150%)
}

.product-grid .btns-group>ul>li:last-child {
	margin-right: 0!important
}

.product-grid .btns-group>ul>li>a {
	color: #8991ab;
	display: block;
	line-height: 1;
	font-size: 21px
}

.product-grid .btns-group>ul>li>a:hover {
	color: #334eff;
	transform: translateY(-5px)
}

.product-grid:hover .btns-group>ul:before {
	opacity: 1;
	width: 100%;
	transition: .3s cubic-bezier(0.33,1,0.68,1)
}

.product-grid:hover .btns-group>ul>li {
	opacity: 1;
	transform: translateY(0%);
	transition: .5s cubic-bezier(0.68,-0.6,0.32,1.6)
}

.product-grid:hover .btns-group>ul>li:nth-child(1) {
	transition-delay: .1s
}

.product-grid:hover .btns-group>ul>li:nth-child(2) {
	transition-delay: .3s
}

.product-grid:hover .btns-group>ul>li:nth-child(3) {
	transition-delay: .5s
}

.product-grid:hover .btns-group>ul>li:nth-child(4) {
	transition-delay: .7s
}

.product-grid .post-label {
	top: 0;
	left: 0;
	right: 0;
	z-index: 2;
	padding: 20px;
	position: absolute
}

.product-grid .post-label>ul>li {
	width: 50px;
	height: 50px;
	font-size: 12px;
	font-weight: 500;
	line-height: 52px;
	margin-right: 10px;
	text-align: center;
	border-radius: 100%;
	color: #36415a
}

.product-grid .post-label>ul>li:last-child {
	margin-right: 0!important
}

.product-grid .post-label>ul>li.bg-skyblue {
	background-color: #92d9eb
}

.product-grid .item-content {
	overflow: hidden;
	padding-top: 30px;
	position: relative
}

.product-grid .item-title {
	margin-bottom: 12px
}

.product-grid .item-title>a {
	display: block;
	font-size: 18px;
	font-weight: 500;
	color: #36415a
}

.product-grid .item-title>a:hover {
	text-decoration: underline
}

.product-grid .item-price {
	display: block;
	font-size: 18px;
	font-weight: 500;
	color: #334eff;
	transition: .4s cubic-bezier(0.33,1,0.68,1)
}

.product-grid .rating-star {
	left: 0;
	right: 0;
	z-index: 1;
	opacity: 0;
	bottom: -100%;
	position: absolute;
	transition: .4s cubic-bezier(0.33,1,0.68,1)
}

.product-grid:hover .item-price {
	opacity: 0;
	transform: translateY(20px)
}

.product-grid:hover .rating-star {
	opacity: 1;
	bottom: 3px
}

.has-column-2 .product-grid {
	max-width: 430px
}

.product-list {
	margin-top: 40px;
	position: relative;
	background:#f9f9f9;
}

.product-list .item-image {
	float: left;
	max-width: 400px;
	overflow: hidden;
	position: relative
}

.product-list .item-image .image-wrap {
	display: block;
	overflow: hidden;
	position: relative
}

.product-list .item-image .image-wrap>img {
	width: 100%;
	display: block;
	transition: .6s cubic-bezier(0.33,1,0.68,1)
}

.product-list:hover .item-image .image-wrap>img {
	transform: scale(1.1)
}

.product-list .btns-group {
	left: 0;
	right: 0;
	bottom: 30px;
	z-index: 2;
	position: absolute
}

.product-list .btns-group>ul {
	z-index: 1;
	overflow: hidden;
	padding: 17px 22px;
	padding-bottom: 15px;
	position: relative;
	border-radius: 3px
}

.product-list .btns-group>ul:before {
	top: 0;
	left: 50%;
	opacity: 0;
	bottom: 0;
	width: 0;
	z-index: -1;
	content: "";
	position: absolute;
	background-color: #fff;
	transform: translateX(-50%);
	transition: .6s cubic-bezier(0.33,1,0.68,1)
}

.product-list .btns-group>ul>li {
	opacity: 0;
	margin-right: 25px;
	transform: translateY(150%)
}

.product-list .btns-group>ul>li:last-child {
	margin-right: 0!important
}

.product-list .btns-group>ul>li>a {
	color: #8991ab;
	display: block;
	line-height: 1;
	font-size: 21px
}

.product-list .btns-group>ul>li>a:hover {
	color: #334eff;
	transform: translateY(-5px)
}

.product-list:hover .btns-group>ul:before {
	opacity: 1;
	width: 100%;
	transition: .3s cubic-bezier(0.33,1,0.68,1)
}

.product-list:hover .btns-group>ul>li {
	opacity: 1;
	transform: translateY(0%);
	transition: .6s cubic-bezier(0.68,-0.6,0.32,1.6)
}

.product-list:hover .btns-group>ul>li:nth-child(1) {
	transition-delay: .1s
}

.product-list:hover .btns-group>ul>li:nth-child(2) {
	transition-delay: .3s
}

.product-list:hover .btns-group>ul>li:nth-child(3) {
	transition-delay: .5s
}

.product-list:hover .btns-group>ul>li:nth-child(4) {
	transition-delay: .7s
}

.product-list .post-label {
	top: 0;
	left: 0;
	right: 0;
	z-index: 2;
	padding: 20px;
	position: absolute
}

.product-list .post-label>ul>li {
	width: 50px;
	height: 50px;
	font-size: 12px;
	font-weight: 500;
	line-height: 52px;
	margin-right: 10px;
	text-align: center;
	border-radius: 100%;
	color: #36415a
}

.product-list .post-label>ul>li:last-child {
	margin-right: 0!important
}

.product-list .post-label>ul>li.bg-skyblue {
	background-color: #92d9eb
}

.product-list .rating-star {
	top: 58px;
	right: 30px;
	position: absolute
}

.product-list .item-content {
	padding: 30px;
	display: table
}

.product-list .post-type {
	display: block;
	color: #8991ab;
	font-size: 13px;
	margin-bottom: 8px
}

.product-list .item-title {
	margin-bottom: 20px
}

.product-list .item-title>a {
	display: table;
	font-size: 18px;
	font-weight: 600;
	color: #36415a
}

.product-list .item-title>a:hover {
	text-decoration: underline
}

.product-list .item-price {
	display: block;
	font-size: 18px;
	font-weight: 500;
	color: #334eff
}

.sidebar-deals-carousel .product-fullimage {
	margin: 0 auto
}

.product-fullimage {
	max-width: 270px;
	overflow: hidden;
	position: relative;
	margin: 30px auto 0
}

.product-fullimage .image-wrap {
	width: 100%;
	display: block;
	overflow: hidden;
	position: relative
}

.product-fullimage .image-wrap>img {
	transition: .6s cubic-bezier(0.33,1,0.68,1)
}

.product-fullimage:hover .image-wrap>img {
	transform: scale(1.1)
}

.product-fullimage .post-label {
	top: 0;
	left: 0;
	right: 0;
	z-index: 2;
	padding: 20px;
	position: absolute
}

.product-fullimage .post-label>ul>li {
	width: 50px;
	height: 50px;
	font-size: 12px;
	font-weight: 500;
	line-height: 52px;
	margin-right: 10px;
	text-align: center;
	border-radius: 100%;
	color: #36415a
}

.product-fullimage .post-label>ul>li:last-child {
	margin-right: 0!important
}

.product-fullimage .post-label>ul>li.bg-skyblue {
	background-color: #92d9eb
}

.product-fullimage .item-content {
	left: 0;
	z-index: 2;
	right: 0;
	bottom: 0;
	padding: 15px;
	position: absolute;
	padding-bottom: 30px
}

.product-fullimage .item-title {
	margin-bottom: 15px
}

.product-fullimage .item-title>a {
	display: table;
	font-size: 18px;
	margin: 0 auto;
	font-weight: 500;
	color: #36415a
}

.product-fullimage .item-title>a:hover {
	text-decoration: underline
}

.product-fullimage .item-price {
	line-height: 1;
	display: block;
	font-size: 18px;
	font-weight: 500;
	color: #334eff
}

.product-fullimage .btns-group {
	top: 20px;
	left: 20px;
	z-index: 3;
	position: absolute
}

.product-fullimage .btns-group>ul {
	z-index: 1;
	overflow: hidden;
	padding: 18px 15px;
	position: relative;
	border-radius: 3px
}

.product-fullimage .btns-group>ul:before {
	top: 50%;
	left: 0;
	right: 0;
	opacity: 0;
	height: 0;
	z-index: -1;
	content: "";
	position: absolute;
	background-color: #fff;
	transform: translateY(-50%);
	transition: .6s cubic-bezier(0.33,1,0.68,1)
}

.product-fullimage .btns-group>ul>li {
	opacity: 0;
	margin-bottom: 15px;
	transform: translateX(-150%)
}

.product-fullimage .btns-group>ul>li:last-child {
	margin-bottom: 0!important
}

.product-fullimage .btns-group>ul>li>a {
	color: #8991ab;
	display: block;
	line-height: 1;
	font-size: 18px
}

.product-fullimage .btns-group>ul>li>a:hover {
	color: #334eff
}

.product-fullimage:hover .btns-group>ul:before {
	opacity: 1;
	height: 100%;
	transition: .3s cubic-bezier(0.33,1,0.68,1)
}

.product-fullimage:hover .btns-group>ul>li {
	opacity: 1;
	transform: translateX(0%);
	transition: .6s cubic-bezier(0.68,-0.6,0.32,1.6)
}

.product-fullimage:hover .btns-group>ul>li:nth-child(1) {
	transition-delay: .1s
}

.product-fullimage:hover .btns-group>ul>li:nth-child(2) {
	transition-delay: .2s
}

.product-fullimage:hover .btns-group>ul>li:nth-child(3) {
	transition-delay: .3s
}

.product-fullimage:hover .btns-group>ul>li:nth-child(4) {
	transition-delay: .4s
}

.quickview-modal .modal-dialog {
	margin: auto;
	max-width: 1000px;
	position: relative
}

.quickview-modal .modal-dialog .modal-content {
	border: 0;
	display: block;
	border-radius: 0;
	background-color: #fff
}

.quickview-modal .close {
	top: 30px;
	right: 30px;
	margin: 0;
	padding: 0;
	line-height: 1;
	position: absolute;
	display: inline-block
}

.quickview-modal .item-image {
	float: left;
	width: 430px
}

.quickview-modal .item-image>img {
	width: 100%;
	display: block
}

.quickview-modal .item-content {
	padding: 35px;
	display: table
}

.quickview-modal .item-title {
	font-size: 24px;
	font-weight: 400
}

.quickview-modal .btns-group>ul>li {
	margin-right: 20px
}

.quickview-modal .btns-group>ul>li:last-child {
	margin-right: 0!important
}

.quickview-modal .btns-group>ul>li>a:not(.btn) {
	width: 55px;
	height: 55px;
	font-size: 21px;
	line-height: 57px;
	text-align: center;
	border-radius: 3px;
	color: #636778;
	border: 1px solid #e5e7f5
}

.quickview-modal .btns-group>ul>li>a:not(.btn):hover {
	color: #fff;
	border-color: #334eff;
	background-color: #334eff
}

.quickview-modal .item-price {
	display: block;
	font-size: 30px;
	font-weight: 500;
	color: #334eff
}

.quickview-modal .list-title {
	font-weight: 500;
	min-width: 110px;
	display: inline-block;
	color: #36415a
}

.quickview-modal .quantity-form .list-title {
	float: left;
	margin: 8.5px 0
}

.quickview-modal .quantity-form .quantity-input {
	display: table
}

.quickview-modal .info-list>ul>li {
	margin-bottom: 10px
}

.quickview-modal .info-list>ul>li:last-child {
	margin-bottom: 0!important
}

.quickview-modal .info-list>ul>li .list-title {
	float: left
}

.quickview-modal .info-list>ul>li>ul {
	display: inline-block
}

.quickview-modal .info-list>ul>li a {
	display: table;
	color: #636778
}

.quickview-modal .info-list>ul>li a:hover {
	color: #334eff
}

.quickview-modal .info-list>ul>li.tag-list>ul>li {
	margin-right: 5px;
	padding-right: 2px;
	position: relative
}

.quickview-modal .info-list>ul>li.tag-list>ul>li:after {
	right: 0;
	bottom: 0;
	content: ",";
	position: absolute
}

.quickview-modal .info-list>ul>li.tag-list>ul>li:last-child {
	margin-right: 0!important;
	padding-right: 0!important
}

.quickview-modal .info-list>ul>li.tag-list>ul>li:last-child:after {
	display: none
}

.details-section .details-image.images-group>ul>li {
	margin-bottom: 20px
}

.details-section .details-image.images-group>ul>li:last-child {
	margin-bottom: 0!important
}

.details-section .details-image.images-group-2>ul {
	margin: -10px;
	display: flex;
	flex-wrap: wrap
}

.details-section .details-image.images-group-2>ul>li {
	padding: 10px;
	flex: 0 0 50%;
	max-width: 50%
}

.details-section .details-image .details-image-carousel {
	margin-bottom: 7px
}

.details-section .details-image .owl-thumbs {
	margin: -5px
}

.details-section .details-image .owl-thumbs .item {
	float: left;
	padding: 5px;
	display: inline-block
}

.details-section .details-image .owl-thumbs .item span {
	width: 80px;
	display: block;
	border: 1px solid transparent;
	transition: .6s cubic-bezier(0.33,1,0.68,1)
}

.details-section .details-image .owl-thumbs .item:hover span,.details-section .details-image .owl-thumbs .item.active span {
	border-color: #334eff
}

.details-section .details-image .image-tab-nav {
	float: left;
	width: 100px
}

.details-section .details-image .image-tab-nav>ul {
	padding-right: 20px
}

.details-section .details-image .image-tab-nav>ul>li {
	margin-bottom: 20px
}

.details-section .details-image .image-tab-nav>ul>li:last-child {
	margin-bottom: 0!important
}

.details-section .details-image .image-tab-nav>ul>li>a {
	display: block;
	border: 1px solid transparent;
	transition: .6s cubic-bezier(0.33,1,0.68,1)
}

.details-section .details-image .image-tab-nav>ul>li>a:hover,.details-section .details-image .image-tab-nav>ul>li>a.active {
	border-color: #334eff
}

.details-section .details-image .tab-content {
	width: 470px;
	float: right
}

.details-section .details-content .post-type {
	display: block;
	font-size: 13px
}

.details-section .details-content .item-title {
	font-size: 24px;
	font-weight: 400
}

.details-section .details-content .title-text {
	font-size: 21px;
	font-weight: 500
}

.details-section .details-content p a {
	color: #334eff
}

.details-section .details-content blockquote {
	padding: 20px;
	padding-left: 40px;
	max-width: 715px;
	margin: 50px auto;
	border-left: 6px solid #36415a
}

.details-section .details-content blockquote p {
	font-size: 18px;
	font-weight: 500;
	color: #36415a
}

.details-section .details-content .item-price {
	line-height: 1;
	display: block;
	font-size: 30px;
	font-weight: 500;
	color: #334eff
}

.details-section .details-content .list-title {
	font-weight: 500;
	min-width: 110px;
	display: inline-block;
	color: #36415a
}

.details-section .details-content .quantity-form .list-title {
	float: left;
	margin: 8.5px 0
}

.details-section .details-content .quantity-form .quantity-input {
	display: table
}

.details-section .details-content .btns-group>ul>li {
	margin-right: 20px
}

.details-section .details-content .btns-group>ul>li:last-child {
	margin-right: 0!important
}

.details-section .details-content .btns-group>ul>li>a:not(.btn) {
	width: 55px;
	height: 55px;
	font-size: 21px;
	line-height: 57px;
	text-align: center;
	border-radius: 3px;
	color: #636778;
	border: 1px solid #e5e7f5
}

.details-section .details-content .btns-group>ul>li>a:not(.btn):hover {
	color: #fff;
	border-color: #334eff;
	background-color: #334eff
}

.details-section .details-content .info-list>ul>li {
	margin-bottom: 10px
}

.details-section .details-content .info-list>ul>li:last-child {
	margin-bottom: 0!important
}

.details-section .details-content .info-list>ul>li .list-title {
	float: left
}

.details-section .details-content .info-list>ul>li>ul {
	display: inline-block
}

.details-section .details-content .info-list>ul>li a {
	display: table;
	color: #636778
}

.details-section .details-content .info-list>ul>li a:hover {
	color: #334eff
}

.details-section .details-content .info-list>ul>li.tag-list>ul>li {
	margin-right: 5px;
	padding-right: 2px;
	position: relative
}

.details-section .details-content .info-list>ul>li.tag-list>ul>li:after {
	right: 0;
	bottom: 0;
	content: ",";
	position: absolute
}

.details-section .details-content .info-list>ul>li.tag-list>ul>li:last-child {
	margin-right: 0!important;
	padding-right: 0!important
}

.details-section .details-content .info-list>ul>li.tag-list>ul>li:last-child:after {
	display: none
}

.details-section .details-content .features-info-list>ul>li {
	position: relative;
	padding-left: 40px;
	margin-bottom: 20px
}

.details-section .details-content .features-info-list>ul>li:last-child {
	margin-bottom: 0!important
}

.details-section .details-content .features-info-list>ul>li:before {
	top: 0;
	left: 0;
	font-size: 21px;
	content: "";
	font-weight: 900;
	position: absolute;
	color: #334eff;
	font-family: "Line Awesome Free"
}

.details-section .details-content .tag-links {
	margin-top: 30px
}

.details-section .details-content .tag-links>ul>li {
	margin-right: 15px
}

.details-section .details-content .tag-links>ul>li:last-child {
	margin-right: 0!important
}

.details-section .details-content .tag-links>ul>li>a {
	color: #636778;
	display: block;
	line-height: 1;
	border-radius: 3px;
	padding: 12px 20px;
	padding-bottom: 9px;
	border: 1px solid #e2e4f4
}

.details-section .details-content .tag-links>ul>li>a:hover {
	color: #fff;
	border-color: #334eff;
	background-color: #334eff
}

.details-section .details-content .share-links {
	margin-top: 30px
}

.details-section .details-content .share-links>span {
	font-size: 16px;
	font-weight: 500;
	margin-right: 25px;
	color: #36415a
}

.details-section .details-content .share-links>ul>li {
	margin-right: 20px
}

.details-section .details-content .share-links>ul>li:last-child {
	margin-right: 0!important
}

.details-section .details-content .share-links>ul>li>a {
	line-height: 1;
	font-size: 21px;
	color: #636778
}

.details-section .details-content .share-links>ul>li>a:hover {
	color: #334eff
}

.details-section .item-admin {
	padding: 40px 60px;
	background-color: #f4f8fb
}

.details-section .item-admin .admin-thumb {
	float: left;
	width: 70px;
	height: 70px;
	overflow: hidden;
	margin-right: 30px;
	border-radius: 100%;
	border: 1px solid #fff
}

.details-section .item-admin .admin-content {
	display: table
}

.details-section .item-admin .admin-content p {
	font-size: 18px;
	color: #36415a
}

.details-section .item-admin .admin-content .admin-name {
	font-size: 16px;
	font-weight: 500;
	padding-left: 25px;
	position: relative
}

.details-section .item-admin .admin-content .admin-name:before {
	top: 7px;
	left: 0;
	content: "";
	height: 1px;
	width: 15px;
	line-height: 1;
	position: absolute;
	background-color: #36415a
}

.details-section .information-area .title-text {
	font-size: 21px;
	font-weight: 500
}

.details-section .information-area .tabs-nav {
	border-bottom: 1px solid #e2e4f4
}

.details-section .information-area .tabs-nav>ul>li {
	margin-right: 50px
}

.details-section .information-area .tabs-nav>ul>li:last-child {
	margin-right: 0
}

.details-section .information-area .tabs-nav>ul>li>a {
	padding: 0;
	border: 0;
	font-size: 21px;
	font-weight: 500;
	padding-bottom: 25px
}

.details-section .information-area .tabs-nav>ul>li>a:hover,.details-section .information-area .tabs-nav>ul>li>a.active {
	color: #36415a
}

.details-section .information-area .info-list>ul>li {
	position: relative;
	padding-left: 40px;
	margin-bottom: 20px
}

.details-section .information-area .info-list>ul>li:last-child {
	margin-bottom: 0!important
}

.details-section .information-area .info-list>ul>li:before {
	top: 0;
	left: 0;
	font-size: 16px;
	content: "";
	font-weight: 900;
	position: absolute;
	color: #334eff;
	font-family: "Line Awesome Free"
}

.details-section .information-area .table-wrap table {
	margin: 0;
	border: 1px solid #e2e4f4
}

.details-section .information-area .table-wrap table tr:nth-of-type(odd) {
	background-color: #fff
}

.details-section .information-area .table-wrap table tr:nth-of-type(even) {
	background-color: #f4f8fb
}

.details-section .information-area .table-wrap table td,.details-section .information-area .table-wrap table th {
	border: 0;
	padding: 12px 30px;
	color: #636778;
	vertical-align: middle
}

.details-section .information-area .table-wrap table strong {
	color: #36415a
}

.details-section .information-area .form-item input {
	height: 60px
}

.details-section.blog-details .details-content .item-title {
	font-size: 30px;
	font-weight: 500
}

.comment-area .title-text,.comment-form .title-text {
	line-height: 1;
	font-size: 22px
}

.comment-item {
	padding: 30px;
	margin-top: 30px;
	position: relative;
	padding-left: 130px;
	background-color: #f4f8fb
}

.comment-item .thumbnail-image {
	top: 30px;
	left: 30px;
	width: 70px;
	height: 70px;
	overflow: hidden;
	position: absolute;
	border-radius: 100%;
	border: 1px solid #e2e4f4
}

.comment-item .admin-name {
	line-height: 1;
	font-size: 18px;
	margin-top: 15px;
	margin-bottom: 8px
}

.comment-item .post-time {
	margin-bottom: 15px
}

.comment-item .post-time>ul>li {
	line-height: 1;
	color: #8991ab;
	font-size: 14px;
	position: relative;
	margin-right: 15px;
	padding-right: 15px
}

.comment-item .post-time>ul>li:after {
	top: 50%;
	width: 4px;
	height: 4px;
	right: -2px;
	content: "";
	position: absolute;
	border-radius: 100%;
	background-color: #8991ab;
	transform: translateY(-50%)
}

.comment-item .post-time>ul>li:last-child {
	margin-right: 0;
	padding-right: 0
}

.comment-item .post-time>ul>li:last-child:after {
	display: none
}

.comment-item .reply-btn {
	top: 47px;
	right: 30px;
	line-height: 1;
	color: #8991ab;
	font-size: 14px;
	font-weight: 500;
	position: absolute
}

.comment-item .reply-btn:hover {
	color: #334eff
}

.comment-item p {
	font-size: 14px;
	color: #36415a
}

.comment-item .comment-content .comment-item {
	padding: 0;
	margin-top: 20px;
	padding-top: 20px;
	padding-left: 100px;
	border-top: 1px solid #e2e4f4
}

.comment-item .comment-content .thumbnail-image {
	top: 20px;
	left: 0
}

.comment-item .comment-content .reply-btn {
	top: 37px;
	right: 0;
	line-height: 1;
	color: #8991ab;
	font-size: 14px;
	font-weight: 500;
	position: absolute
}

.comment-item .comment-content .reply-btn:hover {
	color: #334eff
}

.comment-form .form-item input,.comment-form .form-item textarea {
	background-color: #f9faff
}

.comment-form .form-item input:focus,.comment-form .form-item textarea:focus {
	background-color: #fff
}

.table-wrap table {
	margin: 0;
	padding: 0 50px;
	border: 1px solid #e2e4f4
}

.table-wrap table td,.table-wrap table th {
	border: 0;
	padding: 40px;
	color: #36415a;
	vertical-align: middle
}

.table-wrap table td:first-child,.table-wrap table th:first-child {
	padding-left: 100px
}

.table-wrap table thead {
	background-color: #f4f8fb
}

.table-wrap table tbody {
	border: 0;
	border-bottom: 1px solid #e2e4f4
}

.table-wrap table tbody:last-child {
	border-bottom: 0
}

.table-wrap .product-info>ul {
	display: flex;
	flex-wrap: wrap;
	margin-left: -60px;
	align-items: center
}

.table-wrap .product-info>ul>li {
	margin-right: 40px
}

.table-wrap .product-info>ul>li:last-child {
	margin-right: 0!important
}

.table-wrap .product-info>ul>li .remove-btn {
	font-size: 21px
}

.table-wrap .product-info>ul>li .remove-btn:hover {
	color: #334eff
}

.table-wrap .product-info>ul>li .item-image {
	width: 80px;
	float: left
}

.table-wrap .product-info>ul>li .item-title {
	font-size: 14px;
	font-weight: 500
}

.table-wrap span {
	font-weight: 500;
	display: inline-block
}

.table-wrap strong.item-price {
	font-weight: 500;
	color: #334eff
}

.table-wrap .in-stock {
	color: #334eff
}

.cuponcode-form {
	margin-top: 50px
}

.cuponcode-form .form-item input {
	border-color: #334eff
}

.cuponcode-form .form-item .btn {
	top: 49%;
	right: 0;
	position: absolute;
	transform: translateY(-49%)
}

.cart-section .cuponcode-form .btns-group>ul>li {
	margin-right: 30px
}

.cart-section .cuponcode-form .btns-group>ul>li:last-child {
	margin-right: 0!important
}

.total-cost-bar {
	border-radius: 3px;
	border: 1px solid #e2e4f4
}

.total-cost-bar .title-text {
	line-height: 1;
	font-size: 18px;
	font-weight: 500;
	padding: 26px 50px;
	padding-top: 32px;
	background-color: #f4f8fb
}

.total-cost-bar .cost-info {
	padding: 50px
}

.total-cost-bar .cost-info>ul>li {
	margin-bottom: 32px
}

.total-cost-bar .cost-info>ul>li:last-child {
	margin-bottom: 0!important
}

.total-cost-bar .cost-info>ul>li strong {
	font-size: 16px;
	font-weight: 500;
	color: #36415a
}

.total-cost-bar .cost-info>ul>li span {
	float: right;
	font-size: 16px;
	color: #334eff
}

.total-cost-bar .total-cost {
	padding: 28px 50px;
	border-top: 1px solid #e2e4f4
}

.total-cost-bar .total-cost strong,.total-cost-bar .total-cost span {
	line-height: 1;
	font-size: 18px;
	font-weight: 500;
	display: inline-block;
	color: #36415a
}

.total-cost-bar .total-cost strong {
	float: left
}

.total-cost-bar .total-cost span {
	float: right
}

.checkout-section .register-item {
	padding: 30px;
	margin-top: 30px;
	min-height: 155px;
	border: 1px solid #e2e4f4;
	background-color: #f4f8fb
}

.checkout-section .register-item p {
	margin: auto;
	font-size: 18px;
	color: #36415a
}

.checkout-section .register-item p a {
	color: #334eff
}

.checkout-section .title-text {
	font-size: 21px;
	font-weight: 500
}

.checkout-section .billing-form {
	margin-right: -30px
}

.checkout-section .billing-form .form-item,.checkout-section .billing-form .checkbox-btn {
	margin-bottom: 40px
}

.checkout-section .checkout-sidebar {
	padding-left: 70px
}

.checkout-sidebar .cart-items-list>ul>li {
	display: flex;
	position: relative;
	padding-left: 40px;
	align-items: center;
	margin-bottom: 20px
}

.checkout-sidebar .cart-items-list>ul>li:last-child {
	margin-bottom: 0
}

.checkout-sidebar .cart-items-list>ul>li .item-image {
	max-width: 80px;
	margin-right: 30px
}

.checkout-sidebar .cart-items-list>ul>li .item-title {
	font-size: 16px
}

.checkout-sidebar .cart-items-list>ul>li .item-price {
	display: block;
	font-size: 14px;
	color: #334eff
}

.checkout-sidebar .cart-items-list>ul>li .remove-btn {
	top: 50%;
	left: 0;
	font-size: 18px;
	position: absolute;
	color: #636778;
	transform: translateY(-50%)
}

.checkout-sidebar .cart-items-list>ul>li .remove-btn:hover {
	color: #334eff
}

.checkout-sidebar button[type=submit] {
	width: 100%;
	display: block
}

.payment-information>ul>li {
	margin-bottom: 35px
}

.payment-information>ul>li:last-child {
	margin-bottom: 0
}

.payment-information>ul .checkbox-btn {
	margin-bottom: 10px
}

.payment-information>ul .checkbox-btn label {
	font-size: 16px;
	font-weight: 500;
	color: #36415a
}

.contact-section .map-wrap {
	padding-left: 160px;
	padding-right: 160px
}

.contact-section .map-wrap #mapBox {
	width: 100%;
	height: 635px
}

.contact-section .contact-form {
	margin: 0 auto;
	max-width: 1030px;
	padding: 100px 120px
}

.contact-section .contact-form.bg-gray {
	background-color: #f4f8fb;
	border: 1px solid #e2e4f4
}

.contact-section .contact-form.bg-gray .form-item input,.contact-section .contact-form.bg-gray .form-item textarea {
	border: 1px solid #e2e4f4
}

.contact-section .contact-form.bg-gray .form-item input:focus,.contact-section .contact-form.bg-gray .form-item textarea:focus {
	border-color: #334eff
}

.primary-contact-info {
	margin-top: 40px;
	padding-left: 45px;
	position: relative
}

.primary-contact-info .item-icon {
	left: 0;
	bottom: 18px;
	line-height: 1;
	font-size: 30px;
	position: absolute;
	color: #334eff
}

.primary-contact-info .item-title {
	line-height: 1;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 20px
}

.primary-contact-info>ul>li {
	font-size: 15px
}

.main-carousel .item {
	min-height: 100vh;
	width:100%;
    transform: scale(1);
    transition: transform 5000ms ease;
    z-index: 1;
}

.main-carousel .active  .item{
	transform: scale(1.05);
}
.main-carousel .item.bg-gray {
	background-color: #e8ecf1
}

.main-carousel .item .slider-content .post-type {
	font-size: 16px;
	margin-bottom: 20px;
	display: inline-block
}

.main-carousel .item .slider-content .item-title {
	font-size: 48px;
	margin-bottom: 15px
}

.main-carousel .item .slider-content p {
	font-size: 16px;

	margin-bottom: 50px;
	color: #36415a;
	display: inline-block
}

.main-carousel .item .slider-content .btns-group>ul>li {
	margin-right: 20px
}

.main-carousel .item .slider-content .btns-group>ul>li:last-child {
	margin-right: 0!important
}

.main-carousel .item .slider-content .off-price {
	font-size: 21px;
	font-weight: 700;
	color: #334eff;
	display: inline-block
}

.main-carousel .item .slider-content .animate-item {
	opacity: 0;
	transform: translateX(100px);
	transition: .8s cubic-bezier(0.33,1,0.68,1)
}

.main-carousel .item .slider-image {
	opacity: 0;
	transform: translateX(50px);
	transition: .6s cubic-bezier(0.33,1,0.68,1)
}

.main-carousel .item .meter-image {
	float: left;
	width: 595px;
	margin-left: -30px
}

.main-carousel .item .mask-image {
	float: left;
	width: 910px;
	margin-left: -73px
}

.main-carousel .owl-item.active .item .slider-content .animate-item {
	opacity: 1;
	transform: translateY(0px)
}

.main-carousel .owl-item.active .item .slider-content .animate-item:nth-child(1) {
	transition-delay: .4s
}

.main-carousel .owl-item.active .item .slider-content .animate-item:nth-child(2) {
	transition-delay: .6s
}

.main-carousel .owl-item.active .item .slider-content .animate-item:nth-child(3) {
	transition-delay: .8s
}

.main-carousel .owl-item.active .item .slider-content .animate-item:nth-child(4) {
	transition-delay: 1s
}

.main-carousel .owl-item.active .item .slider-image {
	opacity: 1;
	transition-delay: 1s;
	transform: translateX(0px)
}

.main-carousel.arrow-right-left .owl-prev {
	left: 60px
}

.main-carousel.arrow-right-left .owl-next {
	right: 60px
}

.main-carousel .owl-dots {
	left: 50%;
	bottom: 50px;
	position: absolute;
	transform: translateX(-50%)
}

.home-v1 ::selection {
	color: #fff;
	background: #0072BD
}

.home-v1 ::-moz-selection {
	color: #fff;
	background: #0072BD
}

.home-v1 .form-item input:focus,.home-v1 .form-item textarea:focus {
	border-color: #0072BD
}

.home-v1 .checkbox-btn input:before {
	background-color: #0072BD
}

.home-v1 .checkbox-btn input:checked {
	border-color: #0072BD
}

.home-v1 .owl-theme .owl-dots .owl-dot span {
	background: #0072BD
}

.home-v1 .owl-theme .owl-dots .owl-dot:hover span,.home-v1 .owl-theme .owl-dots .owl-dot.active span {
	background: #0072BD
}

.home-v1 .owl-theme .owl-nav .owl-next:before,.home-v1 .owl-theme .owl-nav .owl-prev:before {
	color: #0072BD
}

.home-v1 .owl-theme .owl-nav .owl-next:hover:before,.home-v1 .owl-theme .owl-nav .owl-prev:hover:before {
	color: #0072BD;
	border-color: #fff;
	background-color: #fff
}

.home-v1 .btn-underline:hover {
	color: #0072BD
}

.home-v1 .btn-underline:hover:after,.home-v1 .btn-underline:hover:before {
	background-color: #0072BD
}

.home-v1 .social-icon-circle>ul>li>a:hover {
	color: #0072BD
}

.home-v1 #backtotop #scroll {
	color: #0072BD
}

.home-v1 .header-section .main-menu>ul>li:hover>a,.home-v1 .header-section .main-menu>ul>li.active>a {
	color: #0072BD
}

.home-v1 .header-section .btns-group>ul>li>button:hover,.home-v1 .header-section .btns-group>ul>li>button.active {
	color: #0072BD
}

.home-v1 .cart-dropdown .cart-items-list>ul>li .item-price {
	color: #0072BD
}

.home-v1 .user-dropdown .profile-info:hover .user-name>a {
	color: #0072BD
}

.home-v1 .user-dropdown .profile-info .user-title {
	color: #0072BD
}

.home-v1 .user-dropdown>ul>li:hover>a>i {
	color: #0072BD
}

.home-v1 .main-carousel .owl-nav .owl-next:before,.home-v1 .main-carousel .owl-nav .owl-prev:before {
	color: #0072BD;
	border: 2px solid #fff;
	background-color: #fff
}

.home-v1 .main-carousel .owl-nav .owl-next:hover:before,.home-v1 .main-carousel .owl-nav .owl-prev:hover:before {
	color: #fff;
	border-color: #0072BD;
	background-color: #0072BD
}

.home-v1 .main-carousel .owl-dots {
	display: none
}

.home-v1 .shop-section .tabs-nav>ul>li>a:hover,.home-v1 .shop-section .tabs-nav>ul>li>a.active {
	border-color: #0072BD
}

.home-v1 .product-grid .btns-group>ul>li>a:hover {
	color: #0072BD
}

.home-v1 .product-grid .item-price {
	color: #0072BD
}

.home-v1 .policy-default .item-icon {
	border-color: #0072BD
}

.home-v1 .instagram-shoot .instagram-icon {
	color: #0072BD
}

.home-v1 .footer-section .contact-info>ul>li>span {
	color: #fff
}

.home-v1 .footer-section .contact-info>ul>li>a:hover {
	color: #fff
}

.home-v1 .footer-section .useful-links>ul>li>a:hover {
	color: #fff
}

.home-v1 .footer-section .payment-cards p>a {
	color: #fff
}

.home-v1 .footer-section .footer-bottom p a:hover {
	color: #fff
}

.home-v2 .main-carousel .owl-nav {
	display: none
}

.category-primary {
	display: block;
	margin-top: 30px;
	padding: 40px 25px;
	border-radius: 3px;
	background-color: #fff;
	border: 1px solid #e2e4f4;
	transition: .6s cubic-bezier(0.165,0.84,0.44,1)
}

.category-primary:hover {
	border-color: #fff;
	transform: translateY(-10px);
	box-shadow: 0 10px 33.25px 1.75px rgba(0,27,103,0.15)
}

.category-primary .item-icon {
	width: 80px;
	height: 80px;
	display: flex;
	align-items: center;
	margin: 0 auto 40px
}

.category-primary .item-icon svg {
	height: auto;
	margin: auto;
	transition: .6s cubic-bezier(0.33,1,0.68,1)
}

.category-primary .item-title {
	display: block;
	line-height: 1;
	font-size: 16px;
	font-weight: 500;
	color: #36415a
}

.category-primary:hover .item-title {
	color: #334eff
}

@media screen and (max-width:1460px) {
	.contact-section .map-wrap {
		padding-left: 60px;
		padding-right: 60px
	}

	.column-4-carousel.owl-theme.arrow-right-left .owl-prev {
		left: -25px
	}

	.column-4-carousel.owl-theme.arrow-right-left .owl-next {
		right: -25px
	}

	.shop-section .pill-image-1 {
		left: -90px;
		max-width: 200px
	}

	.offer-section .leaf-image-2 {
		right: -115px;
		bottom: -95px;
		max-width: 300px
	}

	.offer-section .leaf-image-1 {
		left: -110px;
		max-width: 210px
	}

	.newsletter-section .pill-image-1 {
		left: -120px;
		max-width: 300px
	}
}

@media screen and (max-width:1360px) {
	.footer-section .footer-bottom .pill-image-1 {
		right: -80px;
		max-width: 250px
	}

	.main-carousel.arrow-right-left .owl-prev {
		left: 15px
	}

	.main-carousel.arrow-right-left .owl-next {
		right: 15px
	}

	.promotion-section .pill-image-1 {
		right: -110px;
		max-width: 300px
	}

	.wrap-1600 {
		max-width: 100%
	}
}

@media screen and (max-width:1280px) {
	.header-section .header-top .dropdown-menu {
		right: 0!important;
		left: unset!important
	}

	.header-section .header-top .dropdown-menu.show {
		transform: translate3d(0px,23px,0px)!important
	}

	.contact-section .map-wrap {
		padding-left: 0;
		padding-right: 0
	}

	.column-4-carousel.owl-theme.arrow-right-left .owl-next,.column-4-carousel.owl-theme.arrow-right-left .owl-prev {
		position: sticky;
		transform: unset
	}

	.column-4-carousel.owl-theme.arrow-right-left .owl-nav {
		margin-top: 60px
	}

	.column-4-carousel.owl-theme .owl-nav .owl-prev {
		margin-right: 15px
	}

	.column-4-carousel.owl-theme.arrow-right-left .owl-nav {
		display: flex;
		margin-top: 60px;
		justify-content: center
	}
}

@media screen and (max-width:1200px) {
	#backtotop {
		width: 40px;
		height: 40px;
		bottom: 70px
	}

	#backtotop #scroll {
		font-size: 18px;
		line-height: 44px
	}

	.header-section .all-categories .categories-collapse {
		left: -15px
	}

	.about-video .video-wrap {
		margin-left: -15px;
		margin-right: -15px
	}

	.instagram-section .wrapper {
		padding-left: 15px;
		padding-right: 15px
	}

	.main-carousel .item {
		min-height: 75vh
	}

	.main-carousel.owl-theme.arrow-right-left .owl-next,.main-carousel.owl-theme.arrow-right-left .owl-prev {
		position: sticky;
		transform: unset
	}

	.main-carousel.owl-theme .owl-nav {
		left: 50%;
		bottom: 30px;
		display: block;
		position: absolute;
		transform: translateX(-50%)
	}

	.main-carousel .item .slider-content .item-title {
		font-size: 36px
	}

	.main-carousel .item .mask-image,.main-carousel .item .meter-image {
		float: left;
		width: auto;
		margin-left: 0
	}

	.main-carousel .item .slider-image {
		height: 500px;
		display: flex;
		align-items: center
	}

	.main-carousel .item {
		min-height: auto;
		padding: 100px 0
	}

	.home-v2 .main-carousel .owl-nav {
		display: none
	}
}

@media screen and (max-width:1024px) {
	.details-content.pl-20 {
		padding: 0
	}

	.header-primary.sticky-header .content-wrap,.header-primary.sticky-header.stuck .content-wrap {
		min-height: auto;
		padding: 15px 0
	}

	.header-section .btns-group>ul>li:not(:last-child) {
		margin-right: 15px
	}

	.header-section .main-menu>ul>li:not(:last-child) {
		margin-right: 28px
	}

	.header-section .btns-group>ul>li>button {
		font-size: 24px
	}

	.header-section .btns-group>ul>li>button.btn-cart .cart-counter,.header-section .btns-group>ul>li>button.mobile-btn-cart .cart-counter {
		right: -8px;
		height: 20px;
		font-size: 8px;
		min-width: 20px;
		line-height: 22px
	}

	.header-section .main-menu>ul>li {
		height: auto;
		padding: 10px 0
	}

	.header-section .main-menu>ul>li>a {
		line-height: 1
	}

	.header-section .brand-logo .brand-link {
		max-width: 180px
	}

	.sec-ptb-100 {
		padding: 80px 0
	}

	.main-carousel .item .slider-image {
		height: 380px
	}

	.header-section .header-top,.header-section .header-bottom {
		min-height: auto;
		padding: 10px 0
	}

	.header-section .header-middle {
		min-height: auto;
		padding: 15px 0
	}

	.header-section .all-categories .categories-collapse {
		top: 40px
	}

	.all-categories .categories-collapse .card>ul>li>a {
		padding: 16px 30px
	}

	.all-categories .category-btn i {
		margin-right: 10px
	}

	.offer-item .item-image-2 {
		float: none;
		width: auto;
		margin-left: 0
	}

	.newsletter-section .newsletter-boxed.small-content {
		padding: 50px 30px
	}

	.total-cost-bar .title-text,.total-cost-bar .cost-info {
		padding: 25px 30px
	}

	.total-cost-bar .cost-info>ul>li:not(:last-child) {
		margin-bottom: 15px
	}

	.total-cost-bar .total-cost {
		padding: 20px 30px
	}
}

@media screen and (max-width:1199px) {
	.feature-fullimage .item-title {
		font-size: 17px
	}

	.details-section .details-image .tab-content {
		width: 100%;
		float: none
	}

	.details-section .details-image .image-tab-nav {
		float: none;
		width: 100%
	}

	.details-section .details-image .image-tab-nav>ul {
		margin: -5px;
		margin-top: 5px
	}

	.details-section .details-image .image-tab-nav>ul>li {
		float: left;
		width: 20%;
		margin: 0;
		padding: 5px;
		display: inline-block
	}
}

@media screen and (max-width:1100px) {
	.mega_menu {
		width: 1100px;
		padding: 30px
	}

	.blog-grid-2 .item-title>a {
		font-size: 18px
	}

	.blog-grid .item-title>a {
		font-size: 24px
	}

	.blog-grid .item-title {
		margin-bottom: 20px!important
	}
}

@media screen and (max-width:1080px) {
	.mega_menu {
		width: 990px
	}

	.mega_menu .useful-links .list-title {
		font-size: 15px;
		margin-bottom: 15px;
		padding-bottom: 15px
	}

	.mega_menu .useful-links>ul>li>a {
		line-height: 1;
		font-size: 14px
	}

	.mega_menu .useful-links>ul>li {
		margin-bottom: 8px
	}
}

@media screen and (max-width:1024px) {
	.about-section .about-content .title-text {
		font-size: 30px;
		margin-bottom: 25px
	}

	.about-section .about-content {
		padding-left: 0
	}

	.about-section .about-content p {
		font-size: 14px;
		margin-bottom: 40px
	}

	.table-wrap {
		overflow-x: scroll
	}

	.table-wrap::-webkit-scrollbar {
		width: 0
	}

	.table-wrap table {
		width: 1100px
	}
}

@media screen and (max-width:991px) {
	.order-last {
		order: 0
	}

	.header-section .header-top,.header-section .header-bottom {
		display: none!important
	}

	.header-section .header-middle .btns-group,.header-section .main-menu,.header-section .btns-group {
		display: none
	}

	.header-section .brand-logo .brand-link {
		float: left;
		max-width: 180px
	}

	.header-section .header-middle .brand-logo .btns-group,.header-section .brand-logo .btns-group {
		display: block
	}

	.header-section {
		top: 0;
		left: 0;
		right: 0;
		z-index: 999;
		position: fixed
	}

	.header-section .header-middle.bg-gray {
		background-color: transparent
	}

	.header-section.stuck {
		background-color: #fff;
		box-shadow: 0 0 18px 1px rgba(0,0,0,0.1);
		animation: .5s ease-in-out 0s normal none 1 running fadeInDown
	}

	.header-primary .brand-logo .btns-group {
		margin: 4px 0
	}

	.main-search-form .form-item input[type=search] {
		height: 45px;
		font-size: 14px;
		padding: 0 20px
	}

	.main-search-form {
		padding: 15px 0
	}

	.footer-section .about-content {
		padding: 0;
		max-width: 470px
	}

	.footer-section .useful-links>ul>li {
		margin-bottom: 10px
	}

	.footer-section .useful-links {
		margin-top: 40px
	}

	.footer-section .btns-group.ul-li-block>ul>li {
		margin-bottom: 5px
	}

	.footer-section .payment-cards {
		margin-top: 40px;
		margin-bottom: 20px
	}

	.footer-section .footer-bottom .pill-image-1 {
		right: 0;
		max-width: 180px
	}

	.breadcrumb-section {
		min-height: 320px;
		padding-top: 120px;
		padding-bottom: 80px;
		background-size: auto 100%;
		align-items: flex-end!important;
		background-position: right -100px center
	}

	.breadcrumb-section .pill-image-1 {
		left: -55px;
		max-width: 250px
	}

	.sidebar-section {
		margin-top: 80px;
		max-width: 370px
	}

	.about-section .about-content {
		margin-top: 40px;
		text-align: center
	}

	.about-section .about-content p {
		margin-bottom: 30px
	}

	.primary-contact-info {
		max-width: 330px;
		margin: 40px auto 0
	}

	.blog-grid-2 .item-image {
		margin-bottom: 15px
	}

	.blog-grid-2 .post-meta {
		margin-bottom: 8px!important
	}

	.blog-grid-2 .item-title {
		margin-bottom: 10px!important
	}

	.blog-section .pagination-nav>ul {
		margin: 0
	}

	.cuponcode-form .btns-group>ul {
		float: none;
		margin: 30px auto 0
	}

	.btn-wrap.text-right {
		text-align: center!important
	}

	.checkout-section .register-item {
		padding: 30px;
		min-height: 140px;
		text-align: center
	}

	.checkout-section .checkout-sidebar {
		margin-top: 80px;
		max-width: 470px;
		padding-left: 0
	}

	.checkout-section .billing-form {
		margin-right: 0
	}

	.contact-section .map-wrap #mapBox {
		height: 400px
	}

	.details-section .information-area .table-wrap table {
		width: 600px
	}

	.shop-section .sidebar-section {
		max-width: 370px;
		margin: 80px auto 0
	}

	.promotion-fullimage .promotion-content.size-increase .item-title {
		font-size: 28px
	}

	.promotion-fullimage .promotion-content {
		padding: 25px;
		margin-bottom: 15px
	}

	.promotion-fullimage .promotion-content .item-title {
		font-size: 26px;
		margin-bottom: 20px
	}

	.offer-item .item-image {
		margin: 0 auto 40px
	}

	.offer-item .item-content {
		font-size: 30px;
		max-width: 470px;
		margin: 0 auto;
		
	}

	.offer-item .item-content .countdown-timer>ul {
		margin: 0 auto
	}

	.policy-default {
		max-width: 370px;
		margin: 40px auto 0
	}

	.newsletter-section .newsletter-boxed {
		padding: 80px 30px
	}

	.home-two-slider .main-carousel .item .slider-image {
		width: 100%;
		float: none;
		margin: auto
	}

	.home-two-slider .main-carousel .item .slider-content .item-title {
		font-size: 42px
	}

	.home-two-slider .main-carousel.owl-theme .owl-nav {
		display: none
	}

	.offer-item .item-image-2 {
		float: none;
		width: auto;
		max-width: 570px;
		margin: 0 auto 40px
	}

	.offer-item .item-content .info-list>ul {
		max-width: 370px;
		margin: 0 auto;
		text-align: left
	}

	.newsletter-section .promotion-fullimage {
		margin: 30px auto 0
	}

	.newsletter-section .promotion-fullimage .item-image>img {
		width: 100%;
		display: block
	}

	.main-carousel .item .slider-content {
		text-align: center
	}

	.main-carousel .item .slider-content .btns-group>ul {
		display: flex;
		justify-content: center
	}

	.main-carousel .item .slider-image {
		height: 350px;
		margin-bottom: 40px
	}

	.home-two-slider .main-carousel .item .slider-image {
		max-width: 400px
	}

	.home-two-slider .main-carousel .item .slider-image img {
		max-height: 300px
	}

	.header-section .brand-logo .btns-group {
		margin-top: 6px
	}

	.mb-100 {
		margin-bottom: 70px
	}
}

@media screen and (max-width:880px) {
	.blog-masonry .grid-item,.blog-masonry .grid-sizer {
		width: 50%
	}

	.contact-section .contact-form {
		padding: 100px 80px
	}

	.home-two-slider .main-carousel .item .slider-content .item-title {
		font-size: 36px
	}

	.main-carousel .item .slider-content p {
		font-size: 15px;
		margin-bottom: 30px
	}

	.main-carousel .item .slider-content .off-price {
		font-size: 18px
	}
}

@media screen and (max-width:810px) {
	.quickview-modal .item-title {
		font-size: 18px
	}

	.quickview-modal .rating-star {
		margin-bottom: 15px
	}

	.quickview-modal .item-price {
		font-size: 26px;
		line-height: 1
	}

	.quickview-modal .btns-group>ul>li {
		margin-right: 10px;
		margin-bottom: 10px
	}

	.quickview-modal .btns-group {
		margin-bottom: 5px
	}
}

@media screen and (max-width:790px) {
	.quickview-modal .item-image {
		float: none;
		width: 400px;
		margin: 0 auto 20px
	}

	.quickview-modal .item-content {
		padding: 0;
		display: block;
		max-width: 400px;
		margin: 0 auto
	}

	.quickview-modal .modal-dialog {
		max-width: 500px
	}

	.quickview-modal .modal-dialog .modal-content {
		padding: 30px
	}

	.quickview-modal .close {
		top: 0;
		right: 5px
	}
}

@media screen and (max-width:780px) {
	.details-section.blog-details .details-content .item-title {
		font-size: 24px
	}

	.details-section .details-content blockquote p {
		font-size: 16px
	}

	.details-section .item-admin {
		padding: 30px
	}

	.details-section .item-admin .admin-content p {
		font-size: 15px
	}

	.details-section .item-admin .admin-content .admin-name {
		font-size: 14px
	}

	.blog-grid .item-title>a {
		font-size: 20px
	}

	.table-wrap table {
		width: 980px
	}

	.details-section .information-area .tabs-nav>ul>li>a {
		font-size: 18px;
		padding-bottom: 15px
	}

	.details-section .information-area .tabs-nav>ul>li {
		margin-right: 25px
	}

	.details-section .information-area .tabs-nav {
		margin-bottom: 20px
	}

	.main-carousel .item .slider-content {
		max-width:90%;
		margin: 0 auto;
		text-align: center
	}

	.main-carousel .item .slider-content .item-title {
		font-size: 30px;
		margin-bottom: 15px
	}

	.main-carousel .item .slider-content .btns-group>ul {
		margin: 0 auto
	}

	.btn {
		padding: 18px 25px;
		padding-bottom: 17px
	}

	.cuponcode-form .form-item .btn {
		right: 4px
	}

	.home-two-slider .main-carousel .item .slider-content .item-title {
		font-size: 32px
	}

	.home-two-slider .main-carousel .item .slider-content {
		text-align: left
	}

	.main-carousel .item .slider-content .btns-group>ul {
		margin: 0
	}
}

@media screen and (max-width:767px) {
	.section-title.size-lg .title-text {
		font-size: 20px
	}

	.header-section .brand-logo .btns-group {
		margin: 20px 0
	}

	.breadcrumb-section {
		background-position: right 12% center
	}

	.testimonial-item {
		max-width: 450px;
		margin: 0 auto
	}

	.details-section .details-content .share-links {
		display: block;
		float: none!important
	}

	.details-section .details-content .share-links>ul {
		float: none;
		display: table
	}

	.details-content {
		margin-top: 30px
	}

	.details-section .information-area .tabs-nav>ul {
		margin: 0 auto
	}

	.details-section .details-image.images-group>ul {
		margin: -7px
	}

	.details-section .details-image.images-group>ul>li {
		width: 50%;
		margin: 0;
		float: left;
		padding: 7px;
		display: inline-block
	}

	.layout-tab>ul {
		margin: 0 auto
	}

	.filter-wrap .result-text {
		margin: 20px 0
	}

	.filter-wrap .dropdown.select-option {
		display: table;
		margin: 0 auto;
		float: none!important
	}

	.promotion-fullimage .promotion-content.size-increase .item-title {
		font-size: 20px;
		margin-bottom: 10px
	}

	.promotion-fullimage .promotion-content .item-title {
		font-size: 20px;
		margin-bottom: 20px
	}

	.promotion-fullimage .promotion-content.size-decrease .item-title {
		font-size: 19px;
		margin-bottom: 15px
	}

	.masonry-grid {
		margin: -5px
	}

	.masonry-grid .grid-item {
		padding: 5px
	}

	.home-two-slider .main-carousel .item .slider-image {
		width: 100%;
		max-width: 370px;
		margin: 0 auto 40px
	}

	.home-two-slider .main-carousel .item .slider-content {
		text-align: center
	}

	.main-carousel .item .slider-content .btns-group>ul {
		margin: 0 auto
	}

	.newsletter-section .newsletter-boxed.small-content {
		padding: 80px 30px
	}

	.masonry-grid {
		margin-bottom: 40px
	}

	.checkout-section .checkout-sidebar {
		margin-top: 50px
	}
}

@media screen and (max-width:680px) {
	.mobile-menu-btn {
		font-size: 28px
	}

	.about-section .about-content .title-text {
		font-size: 26px
	}

	.contact-section .contact-form {
		padding: 60px 30px
	}

	.product-list {
		max-width: 370px;
		margin: 60px auto 0
	}

	.product-list .item-image {
		float: none;
		max-width: 370px;
		margin: 0 auto 20px
	}

	.product-list .rating-star {
		position: static;
		margin-bottom: 10px
	}

	.product-list .rating-star>ul {
		margin: 0
	}

	.product-list .item-content {
		width: 100%;
		padding: 30px;
		display: block
	}

	.sec-ptb-100 {
		padding: 40px 0
	}

	.mb-70 {
		margin-bottom: 40px
	}

	.mb-60 {
		margin-bottom: 25px
	}

	.mb-40 {
		margin-bottom: 15px
	}
}

@media screen and (max-width:580px) {
	.breadcrumb-section .pill-image-1 {
		max-width: 210px
	}

	.breadcrumb-section .page-title {
		font-size: 26px
	}

	.about-video .title-text {
		font-size: 22px;
		margin-bottom: 40px
	}

	.comment-item .thumbnail-image {
		top: 20px;
		left: 20px;
		width: 60px;
		height: 60px
	}

	.comment-item {
		padding: 20px;
		padding-left: 100px
	}

	.comment-item .admin-name {
		font-size: 16px;
		margin-top: 10px
	}

	.comment-item .reply-btn {
		top: 30px;
		right: 20px
	}

	.comment-item .comment-content .comment-item {
		padding-left: 80px
	}

	.comment-item .comment-content .reply-btn {
		top: 30px;
		right: 0
	}

	.blog-grid-2 .item-title>a {
		font-size: 15px
	}

	.quickview-modal .item-image {
		width: 100%
	}

	.quickview-modal .item-content {
		max-width: 100%
	}

	.promotion-section .masonry-grid .grid-item,.promotion-section .masonry-grid .grid-sizer {
		width: 100%
	}

	.promotion-section .masonry-grid .grid-item .promotion-fullimage {
		max-width: 400px;
		margin: 0 auto 0
	}

	.promotion-fullimage .item-image>img {
		width: 100%;
		display: block
	}

	.tabs-nav>ul>li>a {
		font-size: 14px;
		padding: 0 30px;
		padding-bottom: 15px
	}

	.offer-item .item-content .title-text {
		font-size: 20px
	}

	.offer-item .item-content p {
		font-size: 14px
	}

	.offer-item .item-content {
		max-width: 90%
	}

	.offer-item .item-content .countdown-timer>ul>li {
		width: 50%;
		margin: 0
	}

	.offer-item .item-image {
		max-width: 370px;
		margin: 0 auto 40px
	}

	.footer-section .footer-bottom .pill-image-1 {
		max-width: 130px
	}
}

@media screen and (max-width:575px) {
	.product-grid {
		max-width: 370px;
		margin: 40px auto 0
	}

	.blog-boxed {
		max-width: 370px;
		margin: 30px auto 0
	}

	.tabs-nav>ul>li {
		width: 100%;
		margin: 10px 0;
		text-align: center
	}

	.tabs-nav>ul>li>a {
		display: inline-block
	}

	.column-4-carousel.owl-theme.arrow-right-left .owl-nav {
		margin-top: 40px
	}

	.column-4-carousel.owl-theme .owl-nav .owl-prev {
		margin-right: 5px
	}
}

@media screen and (max-width:480px) {
	.section-title .title-text {
		font-size: 20px
	}

	.sidebar-menu-wrapper .sidebar-menu {
		width: 300px;
		right: -320px;
		padding-top: 90px
	}

	.sidebar-menu-wrapper .sidebar-menu .close-btn {
		top: 30px;
		right: 30px;
		width: 30px;
		height: 30px;
		font-size: 18px;
		line-height: 32px
	}

	.sidebar-menu-wrapper .sidebar-menu .brand-logo>a {
		max-width: 150px
	}

	.sidebar-menu-wrapper .sidebar-menu .search-wrap .form-item input {
		height: 50px
	}

	.sidebar-menu-wrapper .sidebar-menu .search-wrap {
		padding: 0 30px
	}

	.sidebar-menu-wrapper .sidebar-menu .mobile-accordion {
		padding: 0 30px;
		margin-bottom: 40px;
		padding-bottom: 40px
	}

	.sidebar-menu-wrapper .sidebar-menu .widget-title {
		font-size: 18px;
		padding: 0 30px
	}

	.sidebar-menu-wrapper .sidebar-menu .menu_list>ul li a {
		font-size: 15px;
		padding: 17px 30px
	}

	.sidebar-menu-wrapper .sidebar-menu .menu_list>ul li.dropdown::before {
		right: 30px
	}

	.sidebar-menu-wrapper .sidebar-menu .mobile-accordion .card-body {
		margin: 0 -30px;
		padding: 20px 30px 30px
	}

	.sidebar-menu-wrapper .sidebar-menu .user-dropdown>ul>li>a {
		padding: 15px 30px
	}

	.breadcrumb-section {
		background-position: right 15% center
	}

	.blog-small .item-image {
		width: 110px;
		margin-right: 20px
	}

	.blog-small .item-title>a {
		font-size: 14px
	}

	.about-video .video-wrap .play-btn {
		width: 70px;
		height: 70px
	}

	.feature-fullimage {
		max-width: 330px
	}

	.details-section.blog-details .details-content .item-title {
		font-size: 20px
	}

	.details-section .details-content blockquote {
		padding: 15px;
		padding-left: 25px;
		margin: 40px auto;
		border-left: 4px solid #36415a
	}

	.details-section .details-content blockquote p {
		font-size: 14px
	}

	.image-carousel.arrow-right-left .owl-next,.image-carousel.arrow-right-left .owl-prev {
		width: 35px;
		height: 35px
	}

	.image-carousel.arrow-right-left .owl-next::before,.image-carousel.arrow-right-left .owl-prev::before {
		font-size: 14px;
		line-height: 32px
	}

	.image-carousel.arrow-right-left .owl-prev {
		left: 15px
	}

	.image-carousel.arrow-right-left .owl-next {
		right: 15px
	}

	.details-section .item-admin .admin-thumb {
		width: 60px;
		height: 60px;
		margin-right: 20px
	}

	.details-section .item-admin .admin-content p {
		font-size: 14px;
		margin-bottom: 20px
	}

	.blog-masonry .grid-item,.blog-masonry .grid-sizer {
		width: 100%
	}

	.blog-masonry .blog-grid-2 {
		max-width: 100%;
		margin: 0 auto
	}

	.blog-quote {
		padding: 30px
	}

	.blog-quote p {
		font-size: 16px
	}

	.blog-quote .quote-icon.mb-30 {
		margin-bottom: 15px
	}

	.total-cost-bar .title-text {
		padding: 20px 30px
	}

	.total-cost-bar .cost-info {
		padding: 30px
	}

	.total-cost-bar .cost-info>ul>li {
		margin-bottom: 20px
	}

	.total-cost-bar .total-cost {
		padding: 20px 30px
	}

	.cart-section .cuponcode-form .btns-group>ul>li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 15px
	}

	.cart-section .cuponcode-form .btns-group>ul>li .btn {
		display: block
	}

	.cuponcode-form .btns-group>ul {
		display: block;
		margin: 30px auto 0
	}

	.contact-section .contact-form .title-text {
		font-size: 24px;
		margin-bottom: 30px
	}

	.contact-section .contact-form {
		padding: 60px 30px
	}

	.contact-section .map-wrap #mapBox {
		height: 300px
	}

	.details-section .information-area .tabs-nav>ul {
		margin: 0
	}

	.details-section .information-area .tabs-nav>ul>li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px
	}

	.details-section .information-area .tabs-nav>ul>li:last-child {
		margin: 0
	}

	.details-section .details-content .item-title {
		font-size: 20px
	}

	.details-section .details-content .btns-group>ul>li {
		margin-right: 10px;
		margin-bottom: 10px
	}

	.details-section .details-content .btns-group>ul>li:last-child {
		margin: 0
	}

	.main-carousel .item .slider-content {
		padding: 0 10px
	}

	.main-carousel .item .slider-content p {
		font-size: 14px;
		margin-bottom: 30px
	}

	.main-carousel .item .slider-content .item-title {
		font-size: 18px
	}

	.main-carousel .item .slider-content .post-type {
		font-size: 14px
	}

	.btn {
		padding: 5px 23px;
		padding-bottom:5px;
		letter-spacing: 1px
	}

	.owl-theme .owl-nav .owl-next,.owl-theme .owl-nav .owl-prev {
		width: 40px;
		height: 40px
	}

	.owl-theme .owl-nav .owl-next::before,.owl-theme .owl-nav .owl-prev::before {
		font-size: 15px;
		line-height: 38px
	}

	.main-carousel .item {
		min-height: 60vh
	}

	.home-two-slider .main-carousel .item .slider-content .item-title {
		font-size: 18px
	}

	.home-two-slider .main-carousel .item .slider-image img {
		max-height: 255px
	}

	.main-carousel .item .slider-image {
		height: auto
	}

	.cuponcode-form .form-item .btn {
		right: 6px
	}
}

@media screen and (max-width:414px) {
	.category-primary {
		padding: 30px 20px
	}

	.category-primary .item-title {
		font-size: 14px
	}

	.category-primary .item-icon svg {
		height: 50px
	}

	.category-primary .item-icon {
		width: auto;
		height: 60px;
		margin: 0 auto 25px
	}
}

@media screen and (max-width:380px) {
	.section-title.size-lg .title-text {
		font-size: 23px
	}

	.section-title p {
		font-size: 14px
	}

	.post-meta>ul>li {
		margin-bottom: 10px
	}

	.pagination-nav>ul>li {
		margin-right: 12px
	}

	.breadcrumb-section .page-title {
		font-size: 22px
	}

	.about-video .title-text {
		font-size: 18px;
		margin-bottom: 30px
	}

	.primary-contact-info>ul>li {
		font-size: 13px
	}

	.primary-contact-info .item-title {
		font-size: 16px;
		margin-bottom: 12px
	}

	.primary-contact-info .item-icon {
		bottom: 16px;
		font-size: 28px
	}

	.details-section.blog-details .details-content .item-title {
		font-size: 18px
	}

	.details-section .details-content .title-text {
		font-size: 18px
	}

	.comment-item .thumbnail-image {
		position: static
	}

	.comment-item {
		padding: 20px
	}

	.comment-item .comment-content .comment-item {
		padding-left: 30px
	}

	.blog-grid .item-title>a {
		font-size: 18px
	}

	.blog-grid .post-meta {
		margin-bottom: 0!important
	}

	.blog-grid .item-image {
		margin-bottom: 15px
	}

	.blog-grid .item-title {
		margin-bottom: 15px!important
	}

	.blog-grid p {
		margin-bottom: 20px
	}

	.blog-grid iframe {
		height: 300px
	}

	.contact-section .contact-form {
		padding: 40px 15px
	}

	.contact-section .contact-form .form-item {
		margin-bottom: 15px
	}

	.main-carousel .item .slider-content .item-title {
		font-size: 16px
	}

	.btn {
		font-size: 11px
	}

	.tabs-nav>ul>li {
		width: 100%;
		display: block;
		text-align: center;
		margin-bottom: 15px
	}

	.tabs-nav>ul>li:last-child {
		margin-bottom: 0
	}

	.shop-section .pill-image-1 {
		left: -60px;
		max-width: 140px
	}

	.main-carousel .item .slider-content {
		padding: 0 15px
	}
}

@media screen and (max-width:350px) {
	.main-carousel .item .slider-content .btns-group>ul>li {
		width: 100%;
		margin-right: 0;
		text-align: center;
		margin-bottom: 15px
	}

	.main-carousel .item .slider-content .btns-group>ul>li:last-child {
		margin: 0
	}

	.main-carousel .item .slider-content .btns-group>ul>li .btn {
		min-width: 140px
	}

	.offer-item .item-content .title-text {
		font-size: 20px
	}

	.policy-default .item-icon {
		margin: 0;
		float: none;
		margin-bottom: 20px
	}

	.policy-default .item-title {
		font-size: 16px;
		margin-bottom: 10px
	}

	.policy-default .item-content {
		display: block
	}
}

#slider-section{
	height:100vh;
}


/**logo**/
.brand-logo{
	position:absolute;
	bottom:-80px;
	transition: all 800ms ease;
    -moz-transition: all 800ms ease;
    -webkit-transition: all 800ms ease;
    -ms-transition: all 800ms ease;
    -o-transition: all 800ms ease;	
}
.brand-logo img{
transition: all 800ms ease;
    -moz-transition: all 800ms ease;
    -webkit-transition: all 800ms ease;
    -ms-transition: all 800ms ease;
    -o-transition: all 800ms ease;	
}
.stuck .brand-logo img{
	width:60%;
	transition: all 800ms ease;
    -moz-transition: all 800ms ease;
    -webkit-transition: all 800ms ease;
    -ms-transition: all 800ms ease;
    -o-transition: all 800ms ease;

	
}
.stuck .brand-logo{
	position:absolute;
	bottom:-45px;
	transition: all 800ms ease;
    -moz-transition: all 800ms ease;
    -webkit-transition: all 800ms ease;
    -ms-transition: all 800ms ease;
    -o-transition: all 800ms ease;	
}
.main-menu{
	float:right;
}

@media(max-width:991px){
	.brand-logo{
	position:relative;
	bottom:0px;
	
}
.brand-logo img{
	width:50%;
}
.stuck .brand-logo{
	position:relative;
	bottom:0px;
}
.stuck .brand-logo img{
	width:40%;
	
}

}
#slider-section .container{
	width:70%;
}

.banneryb h3{
	color:#0072BD;
}
.banneryb p{
	color:#0072BD;
}


/********首页关于*****/
.countdown-timer ul{
	width:100%;
}
.countdown-timer .medium{
	color:#36415a;
	font-size:20px;
	
}
.countdown-timer .counter{

	font-size:40px;
	margin-right:10px;
	font-weight:600;
}
.countdown-timer p{
	margin-bottom:5px;
}



.syxc{
	background:linear-gradient(100deg,rgba(0,165,233,1) 55%,rgba(1,24,66,1) 100%);
	text-align:center;
	height:25vh;

}
.syxcnr h1{
	line-height:25vh;
	color:#fff;
	font-size:50px;
	letter-spacing: 10px;
}
#blog-section{
	background-image:URL(../images/newbj.jpg);
}

.pb-7{
	padding-bottom:70px;
}

.baise h3{
	color:#0072BD;
}
.baise p{
	color:#0072BD!important;
	font-size:18px!important;
}
.sybannerh3{
	font-size:25px!important;
}
.sybannerh301{
	margin-bottom:30px!important;
}
.lanse p{
	color:#0072BD!important;
	
}








/******企业文化*******/

#c_portalResEbizads_banner-15820800121889561 .p_MatteIcon .iconfont:before {
	content: '\e602';
}

#c_portalResEbizads_banner-15820800121889561 >div {
	animation-fill-mode: both;
}

#c_portalResEbizads_banner-15820800121889561 .index_4 {
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}

#c_portalResEbizads_banner-15820800121889561 .index_4 img {
	max-width: 100%;
}

#c_portalResEbizads_banner-15820800121889561 .index_4_bg {
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 0;
}

#c_portalResEbizads_banner-15820800121889561 .index_4_bg div {
	-webkit-transition-duration: 0.5s;
	-ms-transition-duration: 1.5s;
	-o-transition-duration: 1.5s;
	-moz-transition-duration: 1.5s;
	transition-duration: 1.5s;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	transition: all 2.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

#c_portalResEbizads_banner-15820800121889561 .index_4_bg div.on {
	transform: scale(1.08, 1.08);
	opacity: 1;
	z-index: 10;
}

#c_portalResEbizads_banner-15820800121889561 .index_4_mid {
	background-position: left;
	background-repeat: repeat-y;
	border-right:1px solid #979797;
	text-align: center;
	padding: 16.5625rem 3rem;
}

#c_portalResEbizads_banner-15820800121889561 .swiper-wrapper-index_4 .swiper-slide:nth-child(1) .index_4_mid {
	background-image: none;
}

#c_portalResEbizads_banner-15820800121889561 .index_4_mid_1 {
	height: 7rem;
}

#c_portalResEbizads_banner-15820800121889561 .index_4_mid_1 img {
	transform: unset;
	position: static;
	top: 0px;
	left: 0px;
	width: auto;
	height: auto !important;
}

#c_portalResEbizads_banner-15820800121889561 .index_4_mid_2 {
	font-size: 24px;
	color: #fff;
	font-weight:500;
}

#c_portalResEbizads_banner-15820800121889561 .index_4_mid_3 {
	margin-bottom: 2.5rem;
	font-size: 14px;
	color: #fff;
	margin-top: 0.875rem;
	font-weight:500;
}

#c_portalResEbizads_banner-15820800121889561 .index_4_mid_4 span {
	display: inline-block;
	border: 1px #0e68b0 solid;
	background-color: #0e68b0;
	width: 2.25rem;
	height: 2.25rem;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url("../images/img12.png");
}

#c_portalResEbizads_banner-15820800121889561 .swiper-wrapper-index_4 .swiper-slide:hover .index_4_mid_4 span {
	border-color: #fff;
	background-color: transparent;
}

#c_portalResEbizads_banner-15820800121889561 .swiper-pagination-index_4 {
	display: none;
}

#c_portalResEbizads_banner-15820800121889561 .index_4 .swiper-pagination-bullet {
	background-color: #fff;
	opacity: 1;
}

#c_portalResEbizads_banner-15820800121889561 .index_4 .swiper-pagination-bullet-active {
	background-color: #007aff;
}

@media screen and (max-width: 1090px) {
	#c_portalResEbizads_banner-15820800121889561 .index_4_mid_2 {
		font-size: 1.25rem;
	}

	#c_portalResEbizads_banner-15820800121889561 .index_4_mid_3 {
		font-size: 0.875rem;
	}
}

@media screen and (max-width: 950px) {
	#c_portalResEbizads_banner-15820800121889561 .index_4_mid {
		padding: 12rem 1rem;
	}

	#c_portalResEbizads_banner-15820800121889561 .swiper-pagination-index_4 {
		display: block;
	}
}

@media screen and (max-width: 768px) {
	#c_portalResEbizads_banner-15820800121889561 .index_4_mid {
		padding: 9rem 1rem;
	}
}

@media screen and (max-width: 480px) {
	#c_portalResEbizads_banner-15820800121889561 .index_4_mid {
		padding: 5rem 20px;
	}
}

#c_portalResEbizads_banner-15820800121889561 {
	width: auto;
	max-width: none;
	min-width: 0px;
	height: auto;
	max-height: none;
	min-height: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

#w_grid-1582079989852 .swiper-slide{
	width:25%;
}





/***内页导航****/
.nydaohang{
	    width: 100%;
    max-width: none;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 0px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    position: absolute;
    top: auto;
    left: auto;
    z-index: 99;
    bottom: 0px;
    right: auto;
	background:rgba(0, 0, 0, 0.3)
}
.nydaohang01{
	height:40px;
	line-height:40px;
}
.nydaohang ul li{
	list-style:none;
	float:left;
	width:180px;
	border-right: #888888 1px solid;
	text-aligN:center;
	padding:13px 0;
}
.nydaohang a {
	color:#fff;
	font-size:16px;
}
.nydaohang01 .active{
	background:rgba(0,114,189,0.8);
}
.nydaohang ul li:hover{
	background:rgba(0,114,189,0.8);
}

.nydaohang .current_page_item{
	background:rgba(0,114,189,0.8);
}







/*****内页关于我们*****/
.nyshuzi li{
	width:20%;
	text-align:center;
}


.nyqywh .title-text{
	color:#fff;
	text-align:center;
}
.nyqywh .sub-title{
	color:#fff;
	text-align:center;
}
.nyqywh  p{
	color:#fff!important;
}
.nyqywh  .item-content{
	width:60%;
	margin:0px auto;
}

.nyfzlc .owl-carousel .owl-nav.disabled{
	display:block;
}
.nyfzlc{
	background:#F9F9F9;
}



/*******企业文化**********/

.blog-area {
	position: relative;
	z-index: 1;
	
	padding:60px 0;
}

.blog-bg-1 {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: -1
}

.blog-bg-2 {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1
}

.blog-text {
	text-align: center;
	background:#0055A2;
	padding: 15px 60px;
	width: 80%;
	margin: -60px auto 0;
	position: relative;
 transition: all 1s ease;
	
}
.blog-item:hover .blog-text{
	width: 100%;
	 transition: all 1s ease;
}



.blog-meta span {
	text-transform: uppercase;
	font-size: 14px;
	color: #666;
	margin: 0 5px;
	font-weight:400;
	line-height:20px;
}

.blog-text h5 {
	font-size: 20px;
	font-weight: 500;
	line-height: 30px;
	margin-top: 15px;
	margin-bottom: 0;
	position: relative;
	color:#fff;
}
.blog-text h5 a{
	color:#fff;
}
.blog-text h5:after {
	position: absolute;
	top: -9px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	height: 1px;
	width: 30px;
	background: #fff;
	content: ""
}

.blog-area .blog-meta1 {
	position: absolute;
    top: 20%;
	left:0;
    width: 100%;
    color: #fff;
    margin: 0px auto;
    padding: 0 170px;
	text-align: justify;
}
.blog-area .blog-meta1 span{
	color:#fff;
}

.blog-area .section-action {
	margin-top: 50px
}
.blog-img{
	width:100%;
	overflow:hidden;
}

.blog-img img{
	 -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    transition: all 1.3s ease;
}
.blog-item:hover .blog-img img{
	-webkit-transform: scale(1.2);
    -moz-transform:scale(1.2);
    -ms-transform: scale(1.2);
    transform:scale(1.2);
}


.blog-item .title-text{
	color:#fff;
}
.blog-item .sub-title{
	color:#fff;
}
.blog-item .bg-light-green{
	color: #fff;
    border: 1px solid #fff;
}
.blog-item .bg-light-green:hover{
	 border: 1px solid #0072BD;
}


.aboutny .item-image{
	text-align:center;
}
.aboutny .sub-title{
	text-align:center;
}

.nyry{
	text-align:center;
	font-size:16px;
	background:#247FBB;
	padding:10px ;
	color:#fff;
}



/**********新闻列表页*****/
.nynews .item{
	background:#f9f9f9;
}
.nynewsright{
	padding:50px;
}

.nynewsright p:first-child{
	color:#0072BD;
}
.nynewsright h2{
	font-size:25px;
	margin-bottom:25px;
	font-weight:500;
}
.nynewsright p{
	line-height:30px;
}

.nynewslist {
	background:#f9f9f9;
}
.pagination-nav{
	margin-top:2em;
	margin-bottom:2em;
}

/***********新闻内页**********/
.nynr4{
	background:#f9f9f9;
	padding:50px;
}
.mainbody{background:#f6f6f6;}
.mainbody_content{font-size:15px; overflow-x:hidden; line-height:240%; min-height:500px; _height:500px; text-align:justify; margin: 0 auto; width:1300px; background: #fff; padding:30px 60px 50px 60px; /*border-radius:10px;*/}
.mainbody_content p{padding-bottom:20px;}
.mainbody_content img{max-width:100%;}
.mainbody_content_img{width:1300px; padding:30px; margin:0 auto; overflow-x:hidden; line-height:200%; min-height:300px;_height:300px; text-align:justify; float: right; background: #fff;border:solid 1px #eeeeee;}
.mainbody_contentt{width:1300px; background: #fff; font-size:15px; overflow-x:hidden; line-height:200%; min-height:300px;_height:300px; text-align:justify; margin: 0 auto; }

.right_content_top{width: 100%;}
.right_content_title{font-size: 25px; text-align: center; line-height: 34px; padding-bottom:40px; padding-top:20px; color: #000;}
.right_content_info{height:40px;line-height:40px;text-align:center;margin:15px 0; border:1px solid #E7E7E7;border-left:none;border-right:none;color:#666; font-size: 14px;}
.right_content_info small{margin-left:8px;margin-right:3px;color:#999;font-size:14px;}
.right_content_desc{margin:20px 0 15px;padding:5px 10px;line-height:25px;border:1px solid #f4e4b4;background:#fffff0;font-size:14px;}
.right_content_content{padding:15px 0; width: 100%;}
.right_content_content p{padding-bottom: 0px;}
.right_content_content img{max-width:860px;}
.p_content_desc{margin:20px 0 15px;padding:5px 10px;line-height:25px;border:1px solid #f4e4b4;background:#fffff0;font-size:14px; text-align:center;}
.p_content_desc span{}
.preNext {
	width: 100%;
    margin-top: 20px;
    border-top: 1px #E7E7E7 solid;
    position: relative;
    font-size: 14px;
}
.preNext a{
	color:#6f6f6f;
}
.preNext a:hover{
	color:#0E5997;
}


/********企业文化*****/

.whtitle{
	border-bottom:1px solid #f1f1f1;
	margin-bottom: 2em;
    padding-bottom: 2em;
	padding-right: 0px;
    padding-left: 0px;
}
.whtitle span{
	font-size:25px;
	font-weight:600;

}

.whtitle .bg-light-green{
	margin-top:0px;
	float:right;
}

.hmqn{
	margin-bottom:55px;
}



/**联系我们***/
.lxnybj{
	padding:55px 0;
}
.lxny{
	background-image:url(../images/contactbj.png);
}
.lxfs{
	text-align:center;
	margin-bottom:2em;
}
.lxfs span{
	text-align:center;
	font-size:30px;

}
.lxfsnr{
	background:#fff;
	padding:50px;
	margin:20px;
}
.lxfsnr h2{
	font-size:20px;
	font-weight:500;
	margin-bottom:15px;
}
.lxfsnr p{
	font-size:17px;
	margin-bottom:10px;
}
.lxfsnr:nth-child(3){
	min-height:200px;
}
.zaixianliuyan{
	padding:40px 0;
}
.zaixianliuyan h3{
	font-weight:500;
}



/*********加入我们*********/
.join-vision .join-vision-con { width: 50%; float: left; padding-top: 60px; }
.join-vision .join-vision-con .join-vision-txt { padding-right: 20%; margin-top: 40px; font-size: 16px; }
.join-vision .join-vision-pic { width: 50%; float: right; font-size: 0; }
.join-vision .join-vision-pic img { width: 100%; }

@media (max-width: 1199px) { .join-vision .join-vision-con { padding-top: 50px; }
  .join-vision .join-vision-con .join-vision-txt { font-size: 14px; } }
@media (max-width: 991px) { .join-vision .join-vision-con { padding-top: 20px; }
  .join-vision .join-vision-con .join-vision-txt { margin-top: 20px; } }
@media (max-width: 767px) { .join-vision .join-vision-con { width: 100%; float: none; padding-top: 0; }
  .join-vision .join-vision-con .join-vision-txt { padding: 0; }
  .join-vision .join-vision-pic { width: 100%; float: none; margin-top: 15px; } }

.page-head{
	padding-left: 25px;
    border-left: 6px solid #1C7AB6;
    line-height: 1;
    box-sizing: border-box;
}
.page-head .tit-ch{
	font-size: 32px;
    font-weight: bold;
}
.page-head .tit-en{
	font-size: 22px;
    margin-top: 18px;
}
.box-mt50{
	margin-top: 50px;
    overflow: hidden;
}
.page-subhead{
	    padding-bottom: 25px;
    position: relative;
    font-weight: bold;
    line-height: 1.2;
}
.box80{
	 padding-top: 80px;
    padding-bottom: 80px;
    overflow: hidden;
	background:#f9f9f9;
}
.page-subhead .tit-ch{
	    font-size: 22px;
    color: #1C7AB6;
}
.page-subhead .tit-en{
	    font-size: 28px;
    margin-top: 5px;
}

.news_con02{
	padding:50px 0;
}

.news_con02 h3{
	text-align:center;
	color:#636778;
	
}
.news_con02 p{
	text-align:center;
}
.zp11{
	
	text-align:center;
	padding:40px;
	
	
}
.zp11 span{
	
	color:#fff;
	font-size:20px;

}
.zp11 p{
		margin-top:10px;
	color:#fff;
	font-size:15px;
}
.zp11 .zp1{
	padding:40px;
	background:#033FA1;
}
.zp12{
	
	text-align:center;
	padding:40px;
	
	
}
.zp12 span{
	
	color:#fff;
	font-size:20px;
	
}
.zp12 p{
	margin-top:10px;
	color:#fff;
	font-size:15px;
}
.zp12 .zp3{
	padding:40px;
	background:#2E9AE5;
}


.jrwmwh {
	background:#f9f9f9;
	padding:40px 0 ;
}
.jrwmwh .blog-masonry .blog-grid-2{
	background:#fff;
}

.gongyilinian{
	background:#fff;
	padding:50px;
	margin:50px;
}
.gylnright{
	padding:30px;
}

.nuanxin{
	padding:50px 0;
}





.main-menu .current-menu-item a{
	    color: #0072BD;
}

.nydaohang01 .menu-item-object-honor .current-menu-item  {
	    background: #0072BD;
}

.ry .popup-image img{
	width:100%;
	height:auto;
}


.home-thumb{
	width:100%;
	height:auto;
}
.nynews .newsleft{
	overflow:hidden;
	max-height:400px;
}
.nynews .newsleft img{
	
	height:auto;
}

.gylnright p{
	font-size:18px;
}

.join h2,.join h4{
	color:#fff;
}




/*******手机端调试**********/
@media(max-width:768px){
	#slider-section .container{
		width:100%;
	}
	.sybannerh3{
		    font-size:16px!important;
	}
	.sybannerh301{
		margin-bottom:15px!important;
	}
	#slider-section{
		height:60vh;
	}
	.offer-item .item-content .sub-title{
		    font-size: 18px;
			margin-top:0px;
	}
	.mb-5, .my-5{
		    margin-bottom: 1rem!important;
	}
	.countdown-timer .counter{
		font-size:20px;
	}
	.bg-light-green{
		margin-top:0px;
	}
	.promotion-section{
		 padding: 40px 0;
	}
	.sub-title{
		font-size:18px;
	}
	.promotion-fullimage .promotion-content.position-bottom h3,.promotion-fullimage .promotion-content.position-bottom .d-block{
		text-align:center;
	}
	.index_4_mid_3{
		display:none;
	}
	#c_portalResEbizads_banner-15820800121889561 .index_4_mid_2{
		font-size:14px;
		margin-bottom:20px;
	}
	#c_portalResEbizads_banner-15820800121889561 .index_4_mid_1{
		height: 4rem;
	}
	
	
	.blog-boxed:before{
		    background-color: rgba(3,139,215,0.859);
	}
	.blog-boxed .item-title>a{
		color: #fff;
	}
	.blog-boxed p, .blog-boxed .post-date, .blog-boxed .admin-name{
		color: #fff;
	}
	.blog-boxed .btn-underline{
		color: #fff;
	}
	.blog-boxed p, .blog-boxed .post-date, .blog-boxed .admin-name{
		color: #fff;
	}
	.blog-boxed .post-admin span{
		color: #fff;
	}
	
	.footer-section .widget-area{
		display:none;
	}
	.footer-section{
		padding:0px;
	}
	.blog-boxed .item-title>a{
		font-size:16px;
	}
	.offer-item .countdown-timer>ul>li:nth-child(2){
		    margin-right: 0!important;
			border-right: none;
	}
	
	
	
	.nydaohang ul li{
		    width: 120px;
			border-right: none;
			padding: 0;
	}
	.breadcrumb-section{
		height:300px;
	}
	.breadcrumb-section{
		align-items:center!important;
	}
	.breadcrumb-section{
		padding-top:75px;
	}
	.text-center h2{
		font-size:20px;
	}
	.offer-item .item-content .title-text{
		margin-bottom:10px;
		padding-top:20px;
	}
	
	.mb-100{
		margin-bottom:0px;
	}
	.countdown-timer .medium{
		font-size:14px;
	}
	.promotion-section1 .container{
		max-width:100%;
	}
	.nyqywh .item-content{
		width:100%;
	}
	.testimonial-item .testimonial-content .quote-icon{
		font-size:20px;
	}
	
	.blog-item .title-text{
		font-size:18px;
	}
	.blog-area .blog-meta1{
		padding:0px;
		left: 50px;
	}
	.sec-ptb-50{
		padding:30px 0;
	}
	
	.nynr4{
		padding:15px 0px;
	}
	.mainbody_content{
		width:100%;
		padding: 30px 15px 30px 15px;
	}
	.nynr4 .container{
		max-width:100%;
	}
	.right_content_title{
		font-size:20px;
	}
	.right_content_content img{
		max-width:100%;
		height:auto;
	}
	.nynewsright{
		padding: 15px;
	}
	.nynewsright h2{
		font-size: 18px;
	}
	.shop-section .container1{
		max-width:100%;
	}
	
	.blog-section .container1{
		max-width: 100%;
	}
	.blog-grid-2 .item-image{
		margin-bottom:0px;
	}
	.blog-grid-2 .item-image{
		height:auto;
	}
	.page-head .tit-ch{
		    font-size: 20px;
	}
	.page-head .tit-en{
		font-size:18px;
	}
	.box80 .container{
		max-width:100%;
	}
	.gongyilinian{
		padding:15px;
		margin:50px 15px;
	}
	.gylnright p{
		font-size:16px;
	}
	.box80{
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.page-subhead .tit-ch{
		    font-size: 20px;
	}
	.page-subhead .tit-en{
		    font-size: 18px;
	}
	.zp11{
		    padding: 10px;
	}
	.zp12{
		 padding: 10px;
	}
	.jrwmwh .col-lg-6{
		width:50%;
	}
	.nuanxin .col-lg-6{
		width:50%;
	}
	.lxfsnr{
		    padding: 10px;
			margin: 10px;
	}
	.lxfsnr p{
		font-size:15px;
	}
	.ditu .container1{
		max-width:100%;
	}div.wpforms-container-full .wpforms-form .wpforms-field-label{
		font-size:15px;
	}
	.footer-section .footer-bottom.bg-gray{
		border-top:none;
	}
	.syitem-content{
		text-align:center;
	}
}
.ry .col-lg-4{
	margin-bottom:2em;
}