.main-livestream a {
	overflow: hidden;
	display: block;
	border-radius: 7px;
}
.main-livestream img {
	aspect-ratio: 1.3/1;
	width: 100%;
	object-fit: cover;
	display: block;
	transition: .3s all;
}
.main-livestream img:hover {
	transform: scale(1.05);
}

/**/
.item-tieuchuan {
  border: 1px solid #ec5c15;
  padding: 10px;
  margin-top: 50px;
  text-align: center;
  font-size: 14px;
}
.item-tieuchuan .icon {
  width: 100px;
  margin: -60px auto 20px;
  border: 1px solid #ec5c15;
  border-radius: 100%;
  background-color: #fff;
  padding: 10px;
}
.item-tieuchuan .icon img {
  aspect-ratio: 1/1;
  width: 100%;
  border-radius: 100%;
  object-fit: contain;
}
.item-tieuchuan h3 {
  font-size: 17px;
}
/**/
.row-title {
	display: flex;
	align-items: center;
	justify-content: center;
}
.row-title::before,
.row-title::after {
	flex:1;
	content: "";
	height: 4px;
	border-top:1px solid #ec5c15;
	border-bottom:1px solid #ec5c15;
}
.row-title .title {
	font-size: 17px;
	text-align: center;
	line-height: 130%;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	margin: 0 17px;
	color: #222222;
}
.row-title-wrap .desc {
	color: #888;
	text-align: center;
	font-weight: 400;
	font-size: 14px;
	margin-top: 10px;
	line-height: 130%;
}

.item-visao {
	padding: 18px 27px;
	background: #FFFFFF;
	border: 0.5px solid #E0C6AE;
	box-sizing: border-box;
	box-shadow: 0 6px 30px rgba(241, 221, 202, 0.51);
	border-radius: 10px;
	height: 100%;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.item-visao h3 {
	font-size: 14px;
	line-height: 130%;
	font-weight: 400;
	text-align: center;
	color: #78614B;
	margin: 17px 0 0;
}
.view-all a{
	border-radius: 6px;
	border: 1px solid rgba(120, 97, 75, 0.3);
	background: #FFF;
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.03);
	transition: 0.15s ease;
	margin: -5px auto 0;
	width: 180px;
	height: 35px;
	color: #222;
	text-align: center;
	font-size: 15px;
	line-height: 130%;
	max-width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.view-all a:hover {
	border: 1px solid rgb(120, 97, 75);
}

/**/
.main-sw{
	position: relative;
}
div.swiper-button-next, 
div.swiper-button-prev {
    background: #666666;
    width: 34px;
    height: 34px;
    line-height: 20px;
    position: absolute;
    top: 50%;
    z-index: 2;
    overflow: hidden;
    text-align: center;
    left: 0;
    cursor: pointer;
    font-size: 15px;
    border-radius: 100%;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #fff;
}
div.swiper-button-next {
    right:0;
    left:auto;
}
div.swiper-button-prev {
}
div.swiper-button-prev::before,
div.swiper-button-next::before{
    content:"";
    width: 20px;
    height: 20px;
    display: block;
}
div.swiper-button-next::before {
    content: "\f054";
    right: -10px;
}
div.swiper-button-prev::before {
    content: "\f053";
    left: -10px;
}
div.swiper-button-prev:hover,
div.swiper-button-next:hover{
    background-color: #999;
    color: #fff;
}
/*@media only screen and (min-width: 1370px) {
    .main-sw div.swiper-button-next {
        right: -45px;
    }
    .main-sw div.swiper-button-prev{
        left: -45px;
    }
}*/
/**/
@media only screen and (min-width: 1200px) {
	.product-main .woocommerce.swiper-container {
		padding: 6px 40px 0;
		margin: 0 -40px;
	}
	.product-main .woocommerce.swiper-container .swiper-slide-prev,
	.product-main .woocommerce.swiper-container .swiper-slide-next+.swiper-slide+.swiper-slide+.swiper-slide {
		opacity: 0;
	}
}

/**/
.home-form {
	background-color: #ec5c15;
	padding: 40px;
	border-radius: 30px;
}
.home-form-box h2 {
  color: #fff;
}
.home-form-box label {
  color: #fff;
}
.home-form form p:last-child{
	margin-bottom: 0;
}
.home-form .mascot {
	position: absolute;
	right: 0;
	bottom: 0;
	max-height: 200px;
}
.home-form iframe {
	border-radius: 10px;
	height: 100%;
	min-height: 400px;
	width: 100%;
}

.mascot-fixed {
	position: sticky;
	top: 50%;
	z-index: 5;
	margin-top: -150px;
	margin-left: -120px;
	width: 150px;
	animation: phonering-alo-circle-img-anim 2s infinite cubic-bezier(.45,.05,.55,.95);
}

@media only screen and (max-width: 991px) {
	.home-form {
		padding: 20px;
		border-radius: 20px;
	}
	.home-form .mascot {
		max-width: 120px;
	}
	.home-form-box h2 {
		font-size: 22px;
	}
}