body {
	background: rgba(142,198,68,0.5);
}
.header.header-transparent {
	background-image: url(../images/bg.png);
}
.menu > li {
	border-bottom: 1px solid rgba(0,0,0,0.2);
}
.menu > li:last-child {
	border-bottom: none;
}
.menu > li > a {
	padding-left: 40px;
}
.menu > li > a > img { 
	position: absolute;
    top: 12px;
    left: 10px;
    max-width: 20px;
}
.social-icons {
	margin: 0 auto;
}
.home-slide {
	position: relative;
}
.home-slide .slide-content {
	position: absolute;
    bottom: 15%;
    right: 10%;
    z-index: 999;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 20px 15px;
    max-width: 400px;
	border-radius: 5px;
}
.home-slide .slide-content a {
	text-decoration: none;
	color: #8dc542;
}
.home-slider.owl-carousel {
	width: calc(100% - 300px);
}
footer {
	position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
	z-index: 9999;
	background-color: #f7f7f7;
	height: 50px;
	transition: all .3s;
}
footer .footer-copyright {
	color: #000;
	font-size: 11px;
    line-height: 16px;
	padding: 10px 0;
}
footer .container {
	max-width: unset;
}
footer ul {
	margin: 18px 0 0 0;
	padding: 0;
	float: right;
}
footer ul li {
	display: inline-block;
}
footer ul li a {
	padding: 0 6px;
	font-size: 11px;
	text-decoration: none;
}
footer ul li a.active {
	color: #e7bf04;
}
footer ul li:hover a {
	color: #e7bf04;
	text-decoration: none;
}
.mobile-menu > li > a {
	padding-left: 50px;
}
.mobile-menu li a img {
	position: absolute;
    max-width: 18px;
	left: 15px;
}
@media (max-width: 992px) {
	.logo img {
		max-width: 110px;
	}
	.header-left.mb-2 {
		margin-bottom: 0!important;
	}
	.hide-mobile {
		display: none;
	}
	.full-mobile {
		-ms-flex: 0 0 100%!important;
		flex: 0 0 100%!important;
		max-width: 100%!important;
	}
	.inner-page {
		min-height: calc(100vh - 120px);
	}
}

.inner-page {
	max-height: calc(100vh - 15rem);
    overflow-x: hidden;
    overflow-y: scroll;
	background: rgba(242,242,242,0.5);
    padding: 20px;
	border-radius: 5px;
	width: 100%;
}
.inner-page::-webkit-scrollbar-track {
	background-color: transparent;
}
.inner-page::-webkit-scrollbar {
	width: 6px;
	background-color: transparent;
}
.inner-page::-webkit-scrollbar-thumb {
	background-color: #8dc542;
	border: none;
}
.inner-page .container {
	max-width: unset;
	padding: 0;
}
.box-img {
	border-radius: 5px;
	overflow: hidden;
}
.box-img img {
	width: 100%;
	height: unset;
	max-height: calc(100vh - 15rem - 40px);
}
#show-footer-mobile {
	position: fixed;
    right: 15px;
    bottom: 0;
    width: 40px;
    height: 40px;
    padding: 11px 0;
    transition: all .3s;
    border-radius: 5px 5px 0 0;
    background-color: #404040;
    color: #fff;
    font-size: 16px;
    line-height: 1;
    text-align: center;
    opacity: 1;
    visibility: visible;
	z-index: 9999;
    -webkit-transform: translateY(0);
    transform: translateY(0);
	display: none;
}
.page-link {
	background-color: rgba(242,242,242,0.5)!important;
	border: none!important;
}
.page-item.active .page-link {
	color: #fff;
    background-color: #8dc542!important;
}
.pagination {
	margin: 10px auto 20px!important;
}
.product-description p img {
	display: initial!important;
}
.product-single-default p img {
	display: initial!important;
}
.inner-page img {
	max-width: 100%!important;
	height: auto!important;
}
@media (max-width: 992px) {
	.hide-mobile {
		display: none;
	}
	.full-mobile {
		-ms-flex: 0 0 100%!important;
		flex: 0 0 100%!important;
		max-width: 100%!important;
	}
	.inner-page {
		min-height: unset!important;
		max-height: unset!important;
	}
	.home-slider.owl-carousel {
		width: 100%;
	}
	footer {
		height: 80px;
	}
}
@media (max-width: 768px) {
	footer ul {
		margin: 10px 0 10px 0!important;
		float: none!important;
	}
	footer ul li:first-child a {
		padding-left: 0;
	}
	.pagination {
		margin-bottom: 100px!important;
	}
}
@media (max-width: 480px) {
	#show-footer-mobile {
		display: block;
	}
	footer {
		height: 0;
	}
	footer.highlight {
		height: 100px;
	}
	footer.highlight #show-footer-mobile { 
		bottom: 100px;
	}
	footer .footer-copyright {
		padding-bottom: 0;
	}
	.product-description p img {
		max-width: 100%!important;
		height: unset!important;
	}
	iframe {
		max-width: 100%!important;
		height: auto!important;
	}
}

/*=================== Begin phone ring ===============*/
.suntory-alo-phone {
	background-color: transparent;
	cursor: pointer;
	height: 100px;
	position: fixed;
	transition: visibility 0.5s ease 0s;
	width: 100px;
	z-index: 9999 !important;
	bottom: 3%;
    left: 2%;
}
.suntory-alo-ph-circle {
	animation: 1.2s ease-in-out 0s normal none infinite running suntory-alo-circle-anim;
	background-color: transparent;
	border: 2px solid rgba(30, 30, 30, 0.4);
	border-radius: 100%;
	height: 100px;
	left: 0px;
	opacity: 0.1;
	position: absolute;
	top: 0px;
	transform-origin: 50% 50% 0;
	transition: all 0.5s ease 0s;
	width: 100px;
	z-index: 999;
}
.suntory-alo-ph-circle-fill {
	animation: 2.3s ease-in-out 0s normal none infinite running suntory-alo-circle-fill-anim;
	border: 2px solid transparent;
	border-radius: 100%;
	height: 70px;
	left: 15px;
	position: absolute;
	top: 15px;
	transform-origin: 50% 50% 0;
	transition: all 0.5s ease 0s;
	width: 70px;
	z-index: 999;
}
.suntory-alo-ph-img-circle {
	/* animation: 1s ease-in-out 0s normal none infinite running suntory-alo-circle-img-anim; */
	border: 2px solid transparent;
	border-radius: 100%;
	height: 50px;
	left: 25px;
	opacity: 1;
	position: absolute;
	top: 25px;
	transform-origin: 50% 50% 0;
	width: 50px;
	z-index: 999;
}
.suntory-alo-phone.suntory-alo-hover,
.suntory-alo-phone:hover {
	opacity: 1;
}
.suntory-alo-phone.suntory-alo-active .suntory-alo-ph-circle {
	animation: 1.1s ease-in-out 0s normal none infinite running suntory-alo-circle-anim !important;
}
.suntory-alo-phone.suntory-alo-static .suntory-alo-ph-circle {
	animation: 2.2s ease-in-out 0s normal none infinite running suntory-alo-circle-anim !important;
}
.suntory-alo-phone.suntory-alo-hover .suntory-alo-ph-circle,
.suntory-alo-phone:hover .suntory-alo-ph-circle {
	border-color: #00aff2;
	opacity: 0.5;
}
.suntory-alo-phone.suntory-alo-green.suntory-alo-hover .suntory-alo-ph-circle,
.suntory-alo-phone.suntory-alo-green:hover .suntory-alo-ph-circle {
	border-color: #f39c12;
	opacity: 1;
}
.suntory-alo-phone.suntory-alo-green .suntory-alo-ph-circle {
	border-color: rgba(235, 33, 46, .5);
	opacity: 1;
}
.suntory-alo-phone.suntory-alo-hover .suntory-alo-ph-circle-fill,
.suntory-alo-phone:hover .suntory-alo-ph-circle-fill {
	background-color: rgba(235, 33, 46, .5);
}
.suntory-alo-phone.suntory-alo-green.suntory-alo-hover .suntory-alo-ph-circle-fill,
.suntory-alo-phone.suntory-alo-green:hover .suntory-alo-ph-circle-fill {
	background-color: #f39c12;
}
.suntory-alo-phone.suntory-alo-green .suntory-alo-ph-circle-fill {
	background-color: rgba(0, 175, 242, 0.9);
}
.suntory-alo-phone.suntory-alo-hover .suntory-alo-ph-img-circle,
.suntory-alo-phone:hover .suntory-alo-ph-img-circle {
	background-color: #00aff2;
}
.suntory-alo-phone.suntory-alo-green.suntory-alo-hover .suntory-alo-ph-img-circle,
.suntory-alo-phone.suntory-alo-green:hover .suntory-alo-ph-img-circle {
	background-color: #f39c12;
}
.suntory-alo-phone.suntory-alo-green .suntory-alo-ph-img-circle {
	background-color: #eb212e;
}
@keyframes suntory-alo-circle-anim {
	0% {
		opacity: 0.1;
		transform: rotate(0deg) scale(0.5) skew(1deg);
	}
	30% {
		opacity: 0.5;
		transform: rotate(0deg) scale(0.7) skew(1deg);
	}
	100% {
		opacity: 0.6;
		transform: rotate(0deg) scale(1) skew(1deg);
	}
}
@keyframes suntory-alo-circle-img-anim {
	0% {
		transform: rotate(0deg) scale(1) skew(1deg);
	}
	10% {
		transform: rotate(-25deg) scale(1) skew(1deg);
	}
	20% {
		transform: rotate(25deg) scale(1) skew(1deg);
	}
	30% {
		transform: rotate(-25deg) scale(1) skew(1deg);
	}
	40% {
		transform: rotate(25deg) scale(1) skew(1deg);
	}
	50% {
		transform: rotate(0deg) scale(1) skew(1deg);
	}
	100% {
		transform: rotate(0deg) scale(1) skew(1deg);
	}
}
@keyframes suntory-alo-circle-fill-anim {
	0% {
		opacity: 0.2;
		transform: rotate(0deg) scale(0.7) skew(1deg);
	}
	50% {
		opacity: 0.2;
		transform: rotate(0deg) scale(1) skew(1deg);
	}
	100% {
		opacity: 0.2;
		transform: rotate(0deg) scale(0.7) skew(1deg);
	}
}
.suntory-alo-ph-img-circle i {
	animation: 1s ease-in-out 0s normal none infinite running suntory-alo-circle-img-anim;
	font-size: 30px;
	line-height: 50px;
	padding-left: 2px;
	color: #fff;
}
@keyframes suntory-alo-ring-ring {
	0% {
		transform: rotate(0deg) scale(1) skew(1deg);
	}
	10% {
		transform: rotate(-25deg) scale(1) skew(1deg);
	}
	20% {
		transform: rotate(25deg) scale(1) skew(1deg);
	}
	30% {
		transform: rotate(-25deg) scale(1) skew(1deg);
	}
	40% {
		transform: rotate(25deg) scale(1) skew(1deg);
	}
	50% {
		transform: rotate(0deg) scale(1) skew(1deg);
	}
	100% {
		transform: rotate(0deg) scale(1) skew(1deg);
	}
}
@media(max-width: 768px) {
	.suntory-alo-phone {
		display: block;
	}
	html.mm-opened .suntory-alo-phone {
		display: none;
	}
}
.suntory-alo-number {
	height: 100px;
	position: relative;
	z-index: 99;
}
.suntory-alo-number span {
	position: absolute;
	right: -130px;
	background: #eee;
	display: inline;
	height: auto;
	line-height: normal;
	top: 34px;
	color: #eb212e;
	border: 1px solid #ccc;
	padding: 2px 10px 3px 40px;
	border-radius: 25px;
	font-weight: bold;
	font-size: 20px;
}
/*=================== End phone ring ===============*/