.home .full-content{
	padding: 0;
}
.home-box {
	position: relative;
	padding: 80px 0;
	background-size: cover;
	background-repeat: no-repeat;
}

.home-title {
	position: relative;
	color: #05406d;
	font-size: 36px;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 30px;
}
.home-title.titleCenter {
	text-align: center;
}
.home-title.titleLine {
	padding-bottom: 25px;
}
.home-title.titleLine::after, 
.home-title.titleLine::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: rgba(255, 255, 255, 0.2);
}
.home-title.titleLine::before {
	width: 100px;
	background-color: #05406d;
}
.home-title.titleLine::after {
	width: 100%;
	background-color: rgba(112, 112, 112, 0.2);
}
.home-title.titleWhite {
	color: #fff !important;
}
.home-title.titleWhite.titleLine::before{
	background-color: #fff !important;
}
.home-title.titleWhite.titleLine::after {
	background-color: rgba(255, 255, 255, 0.2);
}
/**/
.home-box1 {
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	height: auto;
}
.hbox1-left ul{
	margin-top: 0;
	padding: 0;
	list-style: none;
	border-bottom: 1px solid rgba(112, 112, 112, 0.2);
}
.hbox1-left li {
	display: flex;
	align-items: center;
	padding: 20px;
	border-radius: 5px;
	transition: 0.3s;
	cursor: pointer;
}
.hbox1-left li .img {
	min-width: 50px;
	margin-right: 20px;
}	
.hbox1-left li .img img {
	width: 100%;
	height: auto;
	-o-object-fit: cover;
	object-fit: cover;
}
.hbox1-left li .img img:last-child {
	display: none;
}
.heading {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}
.hbox1-left li h3 {
	margin: 0;
	color: #05406d;
	font-weight: bold;
	font-size: 14px;
}
.hbox1-left .desc {
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	line-height: 1.33333;
	font-weight: bold;
}

.hbox1-left li.active {
	-webkit-box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.16);
	box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.16);
	background-color: #05406d;
}
.hbox1-left li.active img:first-child {
	display: none;
}
.hbox1-left li.active img:last-child {
	display: block;
}
.hbox1-left li.active h3,
.hbox1-left li.active p {
	color: #fff !important;
}

.home-btn {
	position: relative;
	display: inline-block;
	text-align: center;
	line-height: 1.2;
	font-weight: bold;
	background-color: #fff;
	text-transform: uppercase;
	z-index: 1;
	overflow: hidden;
	cursor: pointer;
	border-radius: 5px;
	transition: 0.6s;
	padding: 15px 25px;
	background-color: #188efa;
	color: #fff !important;
}
.home-btn::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-color: #05406d;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: center;
	transform-origin: center;
	transition: 0.6s;
	-webkit-transition: 0.6s;
	-o-transition: 0.6s;
}
.home-btn:hover::after {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	left: 0;
	width: 100%;
}
.home-box1 .home-btn {
	display: block;
}
/**/
.hbox1-right {
	padding-left: 40px;
}
.woocommerce .products ul::after, 
.woocommerce .products ul::before,
.woocommerce ul.products.columns-3::after, 
.woocommerce ul.products.columns-3::before {
	display: none;
}
.hbox1-right .woocommerce ul.products.columns-3{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}
.hbox1-right .woocommerce ul.products.columns-3 li {
	width: 33.3333% !important;
	padding: 15px;
	margin: 0 !important;
}

@keyframes slide-up {
 0% {
  opacity:0;
  transform:translateY(50%)
 }
 100% {
  opacity:1;
  transform:translateY(0)
 }
}
.hbox1-cat {
	animation: slide-up 0.3s;
}
/**/
.hbox2-left h2 {
	margin-bottom: 60px;
}
.item-box2 {
	display: flex;
	align-items: center;
	color: #fff;
	margin-bottom: 30px;
}
.item-box2 i {
	color: #188efa;
	font-size: 24px;
}
.item-box2-content {
	padding-left: 20px;
}
.item-box2-content h3 {
	color: #fff;
	font-size: 18px;
	margin-top: 0;
	margin-bottom: 3px;
}
.home-box3.home-box {
	padding: 0;
}
.box3-iframe span{
	left: 50%;
}
/**/
.home-box4 {
	background-position: center bottom;
	padding-bottom: 360px;
}
.main-box4 .row {
	align-items: center;
}	
.box4-banner img {
	width: 100%;
	display: block;
}
.hbox4-right{
	padding: 30px 30px 55px;
	border-radius: 5px;
	background-color: #fff;
	-webkit-box-shadow: 10px 10px 20px rgba(55, 84, 170, 0.1);
	box-shadow: 10px 10px 20px rgba(55, 84, 170, 0.1);
}
.hbox4-right .desc {
	color: #05406d;
	font-weight: bold;
}
.hbox4-right ul {
	margin-top: 50px;
	margin-bottom: 40px;
	-webkit-columns: 2;
	columns: 2;
	list-style: none;
	padding: 0;
}
.hbox4-right ul li{
	display: flex;
	margin-bottom: 20px;
	color: #05406d;
	font-size: 14px;
	font-weight: bold;
}
.hbox4-right li img {
	margin-right: 10px;
	object-fit: contain;
}
/**/
.home-box5::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	background: #f2f5f7;
	background: radial-gradient( circle, #f2f5f7 0%, rgba(242, 245, 247, 0.97) 50%, rgba(243, 245, 247, 0) 100%);
}
.main-box5 {
	position: relative;
	z-index: 1;
}
.slide-box5 {
	position: relative;
}
/**/
.home-box6 {
	padding: 265px 0 115px;
	position: relative;
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
	overflow: hidden;
}
.home-box6::before {
	content: '';
	position: absolute;
	top: 55%;
	left: 50%;
	width: 2560px;
	height: 100%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	border-radius: 50%;
	pointer-events: none;
	background-color: rgba(242, 245, 247, 0.8);
	-webkit-backdrop-filter: blur(20px);
	backdrop-filter: blur(20px);
	background-color: rgba(242, 245, 247, 0.3);
}

.list-box6 {	
	position: relative;
	align-items: center;
}
.circle-col {
	width: calc(100% / 12 * 2);
	padding: 15px;
}
.circle {
	width: 170px;
	height: 170px;
	padding: 25px;
	background-color: #fff;
	border-radius: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin: 0 auto;
	-webkit-box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.16);
	box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.16);
}
.list-box6 .heading {
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
.list-box6 .heading h3 {
	color: #188efa;
	font-size: 36px;
	font-weight: normal;
	margin: 0;
}
.list-box6 .heading b {
	display: block;
	text-transform: uppercase;
	color: #05406d;
}
.list-box6  .circle-col:nth-child(3) {
	width: calc(100% / 12 * 4);
}
.circle.big {
	width: 370px;
	height: 370px;
	background-color: rgba(255, 255, 255, 0.2);
}
.circle.big .circle__inner {
	position: relative;
	width: 300px;
	height: 300px;
	background-color: #05406d;
	border-radius: inherit;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}
.circle.big .circle__inner h3{
	font-size: 72px;
	color: #fff !important;
	font-weight: bold;
}

.circle .desc {
	color: #05406d;
}
.circle.big .desc {
	color: #fff !important;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 1.33333;
}
.circle__icon {
	position: absolute;
	bottom: 0;
}
.circle__icon img{
	display: block;
	width: 100%;
}
/**/

div.swiper-button-next,
div.swiper-button-prev {
   background-image:none;
   position:absolute;
   z-index:2;
   overflow:hidden;
   text-align:center;
   width:40px;
   height:40px;
   line-height:40px;
   cursor:pointer;
/*   font-size:14px;*/
   color:#111;
   font-family:'FontAwesome';
   font-weight:900;
   top:50%;
   border-radius:99px;
   display:flex;
   align-items:center;
   justify-content:center;	
   background-color: #fff;
}
div.swiper-button-prev::before {
   content:"\f104"
}
div.swiper-button-prev {
   left:0
}
div.swiper-button-next::before {
   content:"\f105"
}
div.swiper-button-next {
   right:0
}
.swiper-container:hover div.swiper-button-next,
.swiper-container:hover div.swiper-button-prev{
    opacity: 1;
}
div.swiper-button-next:hover,
div.swiper-button-prev:hover{
    color: #ffb701;
}

@media only screen and (min-width: 1200px) {
	.slide-box5 .swiper-button-next{
		right: -45px !important;
	}
	.slide-box5 .swiper-button-prev{
		left: -45px !important;
	}
}
@media only screen and (max-width: 1200px) {
	.hbox1-right .woocommerce ul.products.columns-3 {
		margin: 0 -10px;
	}
}
@media only screen and (max-width: 1100px) {
	.home-box {
		padding: 40px 0;
	}
	.hbox1-right {
		padding-left: 0;
	}
	.home-title {
		font-size: 28px;
		margin-bottom: 20px;
	}	
	/*	*/
	.circle-col{
		width: 25%;
	}
	.list-box6 .circle-col:nth-child(3){
		width: 100%;
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}
}
@media only screen and (max-width: 990px) {
	.main-box4 .col-mb {
		width: 100%;
	}
	.hbox4-right {
		padding: 20px;
	}
	.hbox4-right ul{
		margin: 20px 0;
	}
}
@media only screen and (max-width: 810px) {
	.home-box1 .col-mb {
		width: 100%;
	}
	.hbox1-left ul {
		display: flex;
		flex-wrap: wrap;
	}
	.hbox1-left ul li{
		width: 50%;
	}
	.hbox1-right .woocommerce ul.products.columns-3 li {
		padding: 10px;
	}
	/*	*/
	.home-box2.home-box {
		padding-bottom: 10px;
	}
	.main-box2 .col-mb {
		width: 100%;
	}
	.hbox2-left {
		margin-bottom: 20px;
	}
	.hbox2-left h2 {
		margin-bottom: 20px;
	}
	.item-box2-content h3 {
		font-size: 16px;
	}
	.item-box2 {
		margin-bottom: 20px;
	}
	/*	*/
	.list-box6 .heading h3 {
		font-size: 26px;
	}
}
@media only screen and (max-width: 640px) {
	.home-title {
		font-size: 22px;
	}
	.hbox1-left li {
		padding: 10px;
	}
	.hbox1-right .woocommerce ul.products.columns-3 li {
		width: 50% !important;
	}
	/*	*/
	.hbox2-right .col-mb-right{
		width: 100%;
	}
	/*	*/
	.circle.big {
		width: 300px;
		height: 300px;
	}
	.circle.big .circle__inner {
		position: relative;
		width: 230px;
		height: 230px;
	}
	.circle.big .circle__inner h3 {
		font-size: 36px;
	}
	.circle.big .desc {
		font-size: 16px;
	}
	.circle-col{
		width: 50%;
	}
	.home-btn {
		padding: 10px 20px;
	}

}
@media only screen and (max-width: 480px) {
	.hbox1-left ul li {
		width: 100%;
	}
}