.owl {
	display: none;
}
.box-title {
	margin-bottom: 0;
	padding-bottom: 150px;
	background-size: 100% 100%;
}
.box-content {
	padding-bottom: 90px;
}
.box-title.no-margin>.wrapper>img {
	position: absolute;
	left: calc(100% + 20px);
	max-height: 100%;
}

.banners .banner {
	text-align: left;
}
.banners .txt {
	padding-top: 70px;
}
.banners .banner-title {
	font-size: 46px;
	position: relative;
	padding-bottom: 15px;
	font-family: 'Judson-Regular';
}
.banners .banner-title::before,
.banners .banner-title::after {
    left: 0;
    top: 100%;
    height: 6px;
    content: '';
    position: absolute;
}
.banners .banner-title::before {
    z-index: 2;
    width: 105px;
    background: #f1cd20;
}
.banners .banner-title::after {
    z-index: 1;
    width: 145px;
    background: #f4e28b;
}
.banners .banner-desc {
	max-width: 70%;
	font-size: 46px;
	margin-top: 25px;
	line-height: 1.2;
	font-family: 'Judson-Italic';
}
.banners .owl-prev,
.banners .owl-next {
	top: 50%;
    right: 0;
	width: 100%;
	overflow: hidden;
    position: absolute;
	transform: translate(0, -50%);
	width: 70px;
	height: 70px;
	color: white;
	font-size: 34px;
	padding: 6px 35px;
	border-radius: 50%;
	transition: all .3s ease;
	background: rgba(255,255,255,0.5);
}
.banners .owl-prev {
	left: 0;
	text-indent: 3px;
	margin-left: -35px;
}
.banners .owl-next {
	right: 0;
	text-indent: -13px;
	margin-right: -35px;
}
.banners .owl-prev:hover,
.banners .owl-next:hover {
	color: #cdaa00;
	background: white;
}
.banners .owl-dots {
	left: 50%;
	top: 100%;
	margin-top: 35px;
	position: absolute;
	display: flex ! important;
	transform: translate(-50%, 0);
}
.banners .owl-dots .owl-dot {
	padding: 16px;
	overflow: hidden;
	border-radius: 50%;
	transition: all .3s ease;
}
.banners .owl-dots .owl-dot.active,
.banners .owl-dots .owl-dot:hover {
	background: rgba(255,255,255,0.5);	
}
.banners .owl-dots .owl-dot:not(:last-child) {
	margin-right: 15px;
}
.banners .owl-dots .owl-dot.active span {
	background: #f1cd20;
}
.banners .owl-dots .owl-dot span {
	width: 14px;
	height: 14px;
	display: block;
	border-radius: 50%;
	background: #babfc4;
}

#box-prodcat {
	position: relative;
    padding: 60px 0 90px;
    background: url(../images/bg-product.jpg) repeat;
}
#box-prodcat::before {
	top: 0;
	left: 50%;
	display: none;
	position: absolute;
	transform: translate(-50%);
	content: url(../images/bg-top-prodcat.png);
}
#box-prodcat .btitle {
	color: gray;
	display: none;
	font-size: 24px;
	padding-top: 70px;
	position: relative;
	margin-bottom: 50px;
}
#box-prodcat .btitle::before {
	left: 50%;
	top: -55px;
	position: absolute;
	transform: translate(-50%);
	content: url(../images/bg-title.png);
}
#box-prodcat .btitle span {
	display: block;
}
#box-prodcat .cat {
	margin-bottom: 50px;
}
#box-prodcat .cat .img {
	padding: 0 10px;
	margin-top: 10px;
	transition: all .3s ease;
}
#box-prodcat .cat .img a {
    display: block;
}
#box-prodcat .catname {
	font-size: 28px;
	margin: 0 0 5px;
	font-family: 'Judson-Italic';
	letter-spacing: -1px;
    overflow: hidden;
	line-height: 1.3;
    height: 72px;
	display: table;
	width: 100%;
	padding: 0 15px;
}
#box-prodcat .catname a {
	color: var(--c1);
	display: table-cell;
	vertical-align: middle;
}
#box-prodcat .cat .sile span {
	color: gray;
	font-size: 24px;
	padding: 0 15px;
	position: relative;
	font-family: 'Judson-Italic';
}
#box-prodcat .cat .sile span::before,
#box-prodcat .cat .sile span::after {
	top: 50%;
	content: '';
	width: 38px;
	height: 1px;
	position: absolute;
	transform: translate(0, -50%);
	background: #c9ced3;
}
#box-prodcat .cat .sile span::before {
	right: 100%;
}
#box-prodcat .cat .sile span::after {
	left: 100%;
}
#box-prodcat .view-all a {
    display: inline-block;
    text-transform: uppercase;
    font-size: 15px;
    color: gray;
    border: 1px solid #bbc1c7;
    border-radius: 3px;
    padding: 10px 30px;
    vertical-align: middle;
	width: 230px;
}
#box-prodcat .view-all .fa {
    margin-left: 3px;
    line-height: 18px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -1px;
}

#box-prodcat .view-all a.btn-url:hover {
	color: white;
    border-color: var(--c1);
    background-color: var(--c1);
}

#box-service {
    position: relative;
    background: url(../images/bg-product.jpg) repeat;
}
.box-service .img.inner>img {
	right: 190px;
	max-width: initial;
	position: absolute;
}
.box-service .pfocus {
	width: 335px;
	float: right;
	background: white;
	position: relative;
	margin-top: 85px;
	margin-right: 85px;
	padding: 20px;
	-webkit-box-shadow: 10px 7px 15px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 10px 7px 15px 0px rgba(0,0,0,0.1);
	box-shadow: 10px 7px 15px 0px rgba(0,0,0,0.1);
}
.box-service .pfocus .txt {
	text-align: center;
	padding: 30px 0 15px;
}
.box-service .pfocus .row0 {
	color: gray;
	font-size: 22px;
	line-height: 1.3;
	margin-bottom: 35px;
	font-family: 'Judson-Italic';
}
.box-service .pfocus .row1 a {
	height: 45px;
    color: var(--c1);
    padding: 0 30px;
    font-size: 15px;
    line-height: 43px;
    background: white;
    border-radius: 3px;
	width: 160px;
	margin: auto;
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    border: 1px solid var(--c1);
}
.tx-dofood {
	color: var(--c1) ! important;
}
.box-service .row1 .fa {
    margin-left: 5px;
    line-height: 18px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -1px;
}
.box-service .row1 a.btn-url:hover {
	color: white;
    border-color: var(--c1);
    background-color: var(--c1);
}
.box-service .txt.inner {
	margin-left: -20px;
	position: relative;
}
.box-service .txt.inner::after {
	content: url(../images/img-right.png);
	position: absolute;
	top: -80px;
	max-height: 100%;
	left: calc(100% - 35px);
}
.box-service .sitename {
	font-size: 40px;
	text-transform: uppercase;
	font-family: 'Judson-Regular';
}
.box-service .slogan {
	font-size: 28px;
	position: relative;
	padding-bottom: 20px;
	font-family: 'Judson-Italic';
}
.box-service .slogan::before,
.box-service .slogan::after {
	left: 0;
    top: 100%;
    height: 6px;
    content: '';
    position: absolute;
}
.box-service .slogan::before {
	z-index: 2;
    width: 105px;
    background: #f1cd20;
}
.box-service .slogan::after {
	z-index: 1;
    width: 145px;
    background: #f4e28b;
}
.box-service .whys li {
	display: table;
	font-size: 20px;
	padding: 25px 0;
	width: 100%;
}
.box-service .whys li:not(:last-child) {
	border-bottom: 1px solid #e4e4e4;
}
.box-service .whys li .img,
.box-service .whys li .txt {
	display: table-cell;
	vertical-align: middle;
}
.box-service .whys li .img {
	width: 60px;
	height: 60px;
	position: relative;
}
.box-service .whys li .txt {
	padding-left: 25px;
}
.box-service .whys li .txt b {
	color: var(--c1);
}
.box-service .whys li:last-child {
	padding-bottom: 0;
	white-space: nowrap;
}

#box-about {
	position: relative;
	background: #374a9f;
	margin-bottom: 50px;
	padding: 180px 0 150px;
}
#box-about::before {
	content: url(../images/bg-about-top.png);
	position: absolute;
	left: 50%;
	top: -10px;
	transform: translate(-50%);
}
#box-about::after {
	content: url(../images/bg-about-bottom.png);
	position: absolute;
	left: 50%;
	bottom: -5px;
	transform: translate(-50%);
}
.box-about .txt {
	color: white;
	font-size: 16px;
	margin-top: -20px;
	position: relative;
	padding-right: 105px;
}
.box-about .img-9 {
	font-size: 50px;
	font-family: 'UTM-Androgyne';
}
.box-about .p2 {
	font-size: 31px;
	line-height: 1.2;
	font-family: 'Judson-Italic';
}
.box-about .p2 strong {
	font-family: 'Judson-Bold';
}
.box-about .txt a {
	color: white;
	text-transform: uppercase;
	border-bottom: 1px solid white;
}
.box-about .txt a::after {
	content: '\f101';
	margin-left: 7px;
}
.box-about .txt a:hover {
	color: #f1cd20;
	border-color: #f1cd20;
}
.box-about p:last-child {
	margin-bottom: 0;
}
.box-about .img {
	position: relative;
	margin-left: -40px;
}
.box-about .img .sitename {
	top: -97px;
	color: #2c3e93;
	font-size: 85px;
	font-weight: 700;
	margin-left: -6px;
	position: absolute;
}
.box-about .img a {
	display: block;
	position: relative;
}
.box-about .img a::after {
	content: url(../images/icon-video.png);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
}

.box-news {
	position: relative;
}
.box-news .title {
	margin-bottom: 60px;
}
.box-news .title h3 {
	margin: 0;
	color: #444444;
	font-size: 40px;
	text-transform: uppercase;
	font-family: 'Judson-Bold';
}
.box-news .items {
	margin-left: -10px;
	margin-right: -10px;
}
.box-news .items::after {
	content: '';
	clear: both;
	display: table;
}
.box-news .news {
	width: 50%;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 40px;
}
.box-news .news .inner {
	display: flex;
}
.box-news .news .inner .img,
.box-news .news .inner .txt {
	width: 50%;
	position: relative;
}
.box-news .news-odd .inner .img a::after {
	position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    content: '';
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    border-left: 22px solid white;
}
.box-news .news-odd .inner .txt {
	margin-right: 20px;
}
.box-news .news-even .inner .txt {
	margin-left: 20px;
}
.box-news .news-even .inner .img a::after {
	position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    content: '';
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    border-right: 22px solid white;
}
.news .meta {
    font-size: 16px;
    overflow: hidden;
    position: relative;
    padding-left: 60px;
    margin-bottom: 15px;
}
.news .meta .day,
.news .meta .month,
.news .meta .year {
    color: #374a9f;
    font-weight: 700;
    line-height: 20px;
}
.news .meta .day {
    left: 0;
    top: 50%;
    font-size: 40px;
    position: absolute;
    transform: translate(0, -50%);
}
.news .title {
	font-size: 20px;
	line-height: 1.4;
	margin: 0 0 20px;
}
.news .excerpt {
	color: #666;
	font-size: 15px;
}

#box-product {
	padding: 90px 0 60px;
	background: url(../images/bg-product.jpg) repeat;
}
.box-product>.title {
	padding-top: 140px;
	margin-bottom: 60px;
	background: url(../images/bg-title.png) no-repeat top center;
}
.box-product .title h3 {
	margin: 0;
	font-size: 40px;
	text-transform: uppercase;
	font-family: 'Judson-Regular';
}
.box-product .group-item {
	margin-left: -10px;
	margin-right: -10px;
	margin-bottom: 60px;
}
.box-product .group-item::after {
	content: '';
	clear: both;
	display: table;
}
.product {
	position: relative;
	transition: all .3s ease;
}
.product .inner {
	position: relative;
}
.product .icon-status {
	top: 10px;
	right: 10px;
	z-index: 10;
	position: absolute;
}
.product .txt {
	text-align: center;
	padding: 20px 20px 0;
}
.product .title {
	margin: 0 0 5px;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.4;
	min-height: 44px;
	color: var(--c1);
}
.product .title a {
	display: block;
    overflow: hidden;
	transition: all .3s ease;
	text-transform: uppercase;
}
.product .prices {
	margin-bottom: 10px;
}
.product .price {
	font-size: 16px;
	font-weight: 700;
}
.product .price-old {
	color: #999;
	margin-left: 5px;
	text-decoration: line-through;
}
.product .add-to-cart {
	height: 36px;
	color: var(--c1);
	padding: 0 15px;
	font-size: 15px;
	line-height: 34px;
	border-radius: 3px;
	display: inline-block;
	vertical-align: middle;
	text-transform: uppercase;
	border: 1px solid var(--c1);
}
.product:hover .add-to-cart {
	color: white;
	background: var(--c1);
}
.product .add-to-cart .fa {
	width: 20px;
	font-size: 16px;
	margin-right: 5px;
	text-align: center;
}

.box-product .view-all a {
	display: inline-block;
    text-transform: uppercase;
    font-size: 15px;
    color: gray;
    border: 1px solid #bbc1c7;
    border-radius: 3px;
    padding: 10px 25px;
    vertical-align: middle;
	width: 230px;
}
.box-product .view-all .fa {
    margin-left: 3px;
    line-height: 18px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -1px;
}

.box-product .view-all a.btn-url:hover {
	color: white;
    border-color: var(--c1);
    background-color: var(--c1);
}

.btn-url {
	transition: all .3s ease;
}

@media screen and (max-width: 1200px) {
	.box-content {
		padding-bottom: 60px;
	}
	.box-title {
		/* padding: 160px 0 80px; */
	}
	.banners .banner-title,
	.banners .banner-desc {
		font-size: 40px;
	}
	.banners .txt {
		padding-top: 40px;
	}
	.box-title.no-margin>.wrapper>img {
		display: none;
	}
	#box-prodcat {
		padding-bottom: 60px;
	}
	#box-prodcat::before {
		zoom: 0.7;
	}
	#box-prodcat .cat {
		margin: 0 10px 20px;
	}
	#box-prodcat .btitle {
		font-size: 20px;
	}
	#box-prodcat .catname {
		font-size: 26px;
	}
	#box-prodcat .cat .sile span {
		font-size: 20px;		
	}
	.box-service .txt.inner {
		margin-left: -70px;
	}
	.box-service .sitename {
		font-size: 36px;
	}
	.box-service .slogan {
		font-size: 25px;
	}
	.box-service .whys li {
		font-size: 18px;
	}
	.box-service .whys li:last-child {
		font-size: 17px;
	}
	.box-service .whys li .row0 {
		margin-bottom: 7px;
	}
	#box-about {
		margin-bottom: 30px;
		padding: 180px 0 130px;
	}
	#box-about::after {
		bottom: -10px;
	}
	.box-about .txt {
		padding-right: 0;
		margin-top: -50px;
	}
	.box-about .img {
		margin-left: 0;
	}
	.box-about .img .sitename {
		top: -75px;
		font-size: 65px;
		margin-left: -5px;
	}
	.box-about .p2 {
		font-size: 30px;
	}
	#box-product {
		padding: 40px 0 50px;
	}
	.box-product>.title {
		padding-top: 130px;
		margin-bottom: 40px;
	}
	.box-product .title h3 {
		font-size: 36px;
	}
	.box-product .group-item {
		margin-bottom: 40px;
	}
	.box-product .view-all {
		margin-top: 30px;
	}
	.box-product .view-all a {
		width: auto;
		white-space: nowrap;
	}
	.box-news .title {
		margin-bottom: 40px;
	}
	.box-news .title h3 {
		font-size: 36px;
	}
	.news .meta {
		font-size: 15px;
		margin-bottom: 10px;
	}
	.news .title {
		font-size: 16px;
		line-height: 1.4;
		margin: 0 0 10px;
	}
	.news .excerpt {
		font-size: 14px;
	}
}

@media screen and (max-width: 992px) {
	.banners .owl-dots {
		display: none ! important;
	}
	.banners .txt {
		padding: 0 0 30px;
		text-align: center;
	}
	.banners .banner-title::before {
		margin-left: -20px;
	}
	.banners .banner-title::before,
	.banners .banner-title::after {
		left: 50%;
		transform: translate(-50%);
	}
	.banners .banner-desc {
		max-width: 100%;
	}
	.banners .owl-nav {
		top: 64%;
		width: 100%;
	}
	#box-prodcat .btitle span {
		display: initial;
	}
	.box-service .img.inner::after {
		content: '';
		clear: both;
		display: table;
	}
	.box-service .txt.inner {
		margin: 30px 0 0;
	}
	.box-service .pfocus {
		margin-right: 10px;
	}
	.box-service .whys {
		margin-top: 20px;
	}
	.box-service .whys li:last-child {
		font-size: 20px;
	}
	.box-product .group-item::after {
		display: none;
	}
	.product {
		margin-bottom: 30px;
	}
	.box-about .txt {
		margin-bottom: 20px;
	}
	.box-about .videos img {
		width: 100%;
	}
	.box-about .img .sitename {
		display: none;
	}
	.news .title {
		font-size: 14px;
	}
	.news .excerpt {
		display: none;
	}
}

@media screen and (max-width: 767px) {
	.box-title {
		padding: 155px 0 10px;
	}
	.banners .banner-title {
		font-size: 36px;
	}
	.banners .banner-desc {
		font-size: 28px;
	}
	.banners .owl-nav {
		top: 70%;
		display: none;
	}
	#box-prodcat {
		padding-top: 40px;
	}
	#box-prodcat .catname {
		font-size: 20px;
	}
	#box-prodcat .cat .sile span {
		font-size: 18px;
	}
	#box-prodcat .cat {
		margin: 0 0 20px;
	}
	#box-prodcat .view-all {
		margin-top: 20px;
	}
	#box-prodcat .view-all a {
		width: auto;
	}
	.box-service .pfocus {
		width: calc(100% - 20px);
		margin-top: 24px;
	}
	.box-service .txt.inner {
		margin: 90px 0 0;
	}
	.box-service .whys li {
		font-size: 16px;
	}
	.box-service .whys li:last-child {
		text-align: center;
		white-space: normal;
	}
	.box-service .whys li .txt {
		padding-left: 15px;
	}
	.box-service .sitename {
		font-size: 36px;
	}
	.box-service .slogan {
		font-size: 24px;
	}
	#box-product {
		padding: 40px 0;
	}
	.box-product>.title {
		padding-top: 100px;
		margin-bottom: 30px;
		background-size: 50%;
	}
	.box-product .title h3 {
		font-size: 30px;
	}
	.box-product .list-item {
		margin-left: -10px;
		margin-right: -10px;
	}
	.box-product .list-item::after {
		content: '';
		clear: both;
		display: table;
	}
	.box-product .group-item {
		margin: 0;
	}
	.product .title {
		font-size: 14px;
	}
	.product .txt {
		padding: 15px 0 0;
	}
	.box-product .view-all {
		margin-top: 10px;
	}
	.box-product .view-all a {
		width: auto;
	}
	.box-about .img a::after {
		zoom: 0.5;
	}
	.box-about .txt a::after {
		display: none;
	}
	.box-news>.title {
		margin-bottom: 30px;
	}
	.box-news .news {
		margin-bottom: 10px;
	}
	.box-news .news .inner {
		display: block;
	}
	.box-news .news .inner .img,
	.box-news .news .inner .txt {
		width: 100%;
	}
	.box-news .news-even .inner .txt {
		margin: 10px 0 0 0;
	}
}