/*********************/
/*       FONT       */
/********************/
@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700,800|Sacramento');
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&display=swap');


body {
	/* font-family: Helvetica,Arial,sans-serif; */
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #444;
	letter-spacing: 0.025em;
	line-height: 1.2;
	/*background: #7b6262; */
	overflow-x: hidden;
	background-size: 100% 1100px;
	background-repeat: no-repeat;
}

h1,
h2,
h3 {
	/* font-family: 'Raleway', sans-serif; */
	/* font-family: Helvetica,Arial,sans-serif; */
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	color: #444;
	letter-spacing: 0em;
	line-height: 1;
}

h4,
h5,
h6 {
	/* font-family: 'Raleway', sans-serif; */
	/* font-family: Helvetica,Arial,sans-serif; */
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	color: #444;
	letter-spacing: 0.025em;
	line-height: 1.2;
}

dl,
ol,
ul {
	line-height: 1.4;
}

a {
	color: #096bf6;
	font-family: 'Open Sans', sans-serif;
	outline: none;
}

a:hover {
	color: #125ecb;
	/* font-family: Helvetica,Arial,sans-serif; */
	font-family: 'Open Sans', sans-serif;
}

p {
	line-height: 1.4;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
}

p:last-child {
	margin-bottom: 0;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
}

.nilpadding {
	padding: 0;
}

.relative {
	position: relative;
}

.img-center {
	display: block;
	margin: 0 auto;
}

@media screen and (max-width:639px) {
	body {
		font-size: 14px;
		background-size: 100% 260px;
	}
}


/**********************/
/*       HEADER       */
/*********************/
header {
	text-align: center;
	position: absolute;
	top: 50px;
	width: 100%;
	z-index: 10;
}

/*----------*/
a.logo {
	display: inline-block;
	margin-bottom: 20px;
}

/*-----------Hamburger----------*/
.menuham {
	cursor: pointer;
	outline: 0;
}

.menuham div {
	display: block;
	width: 25px;
	height: 2px;
	margin-bottom: 4px;
	background: #444;
	border-radius: 2px;
	ms-transform-origin: 4px 1px;
	-webkit-transform-origin: 4px 1px;
	transform-origin: 4px 1px;
	-webkit-transition: transform 0.3s cubic-bezier(0.77, 0.2, 0.05, 1.0), -webkit-transform 0.3s cubic-bezier(0.77, 0.2, 0.05, 1.0), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), opacity 0.55s ease;
	transition: transform 0.3s cubic-bezier(0.77, 0.2, 0.05, 1.0), -webkit-transform 0.3s cubic-bezier(0.77, 0.2, 0.05, 1.0), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), opacity 0.55s ease;
}

ul.sub-menuviet>li {
	width: 150px;
}

.menuham div:nth-child(3) {
	margin: 0;
}

.menuham.change div:first-child {
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.menuham.change div:nth-child(2) {
	opacity: 0;
	-ms-transform: rotate(0deg) scale(0.2, 0.2);
	-webkit-transform: rotate(0deg) scale(0.2, 0.2);
	transform: rotate(0deg) scale(0.2, 0.2);
}

.menuham.change div:nth-child(3) {
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/*----------*/
.navi li>a {
	position: relative;
	display: inline-block;
	font-size: 15px;
	font-weight: 400;
	color: #444;
	letter-spacing: 0.05em;
}

.navi li.active>a {
	background: none;
	color: #444;
}

/*----------Preventing FOUC----------*/
.no-js .responsive-menu {
	display: none;
}

@media screen and (min-width: 640px) {
	.responsive-menu {
		display: block;
	}

	.no-js .menuham-wrap {
		display: none;
	}

	/*-----*/
	.dropdown.menu {
		display: inline-block;
	}

	.dropdown.menu li>a {
		padding: 0;
		-webkit-transition: opacity 0.3s ease-out;
		transition: opacity 0.3s ease-out;
	}

	.dropdown.menu>li {
		padding: 0px 15px;
	}

	.dropdown.menu>li:first-child {
		padding-left: 0px;
	}

	.dropdown.menu>li:last-child {
		padding-right: 0px;
	}

	.dropdown.menu>li>a:before {
		content: "";
		position: absolute;
		bottom: -15px;
		left: 50%;
		width: 1em;
		height: 1em;
		background: #c70034;
		border-radius: 50%;
		font-size: 6px;
		opacity: 0;
		visibility: hidden;
		-ms-transform: translate(-50%, 0);
		-webkit-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}

	.dropdown.menu>li>a:hover::before,
	.dropdown.menu>li.active>a:before,
	.dropdown.menu>li.is-active>a:before {
		opacity: 1;
		visibility: visible;
	}

	.dropdown.menu>li.is-active>a {
		color: #444;
	}

	.dropdown.menu.medium-horizontal>li {
		display: table-cell;
	}

	.dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a {
		padding-right: 1.3rem;
	}

	.dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a:after {
		content: '\f107';
		font-family: fontawesome;
		line-height: 0;
		width: inherit;
		height: inherit;
		display: inline-block;
		border: none;
		margin: 0;
	}

	/*-----*/
	.dropdown.menu:hover li a {
		opacity: 0.5;
	}

	.dropdown.menu li a:hover,
	.dropdown.menu li.is-active a {
		opacity: 1;
	}

	/*-----*/
	.dropdown .submenu {
		border: none;
		background: transparent;
		padding-top: 23px;
		min-width: 100%;
	}

	.dropdown .submenu li {
		margin-bottom: 1px;
	}

	.dropdown .submenu li a {
		width: 100%;
		padding: .7rem 1rem;
		background: #ebebeb;
		color: #444;
	}

	.dropdown .submenu li.active a {
		background: #ccc;
		border-left: 3px solid #c70034;
	}

	.dropdown .submenu li a:hover {
		background: #ccc;
	}
}

@media screen and (max-width: 639px) {
	header {
		top: 30px;
	}

	a.logo {
		margin-bottom: 16px;
	}

	a.logo img {
		width: 180px;
	}

	/*-----*/
	.responsive-menu {
		display: block !important;
	}

	.responsive-menu.none {
		display: none !important;
	}

	/*-----*/
	.responsive-menu .navi {
		background: #fff;
		margin-top: 30px;
	}

	.responsive-menu li {
		opacity: 0;
		-webkit-transition: opacity 0.3s ease-out;
		transition: opacity 0.3s ease-out;
	}

	.responsive-menu li:not(:last-child) {
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	}

	.responsive-menu .menu li a {
		opacity: 0;
		padding: 0 2em;
		width: 100%;
		text-align: left;
		-webkit-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
	}

	.responsive-menu .menu li a:hover {
		color: #096bf6;
		padding-left: 2.3em;
		-webkit-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}

	.responsive-menu .menu li.active>a {
		color: #096bf6;
	}

	/*-----*/
	.responsive-menu.change li {
		opacity: 1;
	}

	.responsive-menu.change .menu li a {
		opacity: 1;
		padding-top: 0.8em;
		padding-bottom: 0.8em;
	}

	.responsive-menu.change .submenu {
		margin: 0 2em;
		background: rgba(0, 0, 0, 0.1);
	}

	/*-----*/
	.responsive-menu .is-accordion-submenu-parent:not(.has-submenu-toggle)>a::after {
		content: '\f107';
		font-family: fontawesome;
		font-weight: bold;
		border: none;
		width: auto;
		height: auto;
		margin-top: -6px;
		right: 2.5em;
	}
}


/**********************/
/*       FOOTER       */
/**********************/
footer {
	/*background: #efefef;*/
	padding: 12em 2em 3em;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	background-size: 100% 340px;
	background-repeat: no-repeat;
}

footer ul {
	margin: 0;
}

footer li {
	list-style: none;
	display: inline-block;
}

footer li a {
	display: inline-block;
	color: #444;
	-webkit-transition: color 0.3s ease-out;
	transition: color 0.3s ease-out;
}

footer li a:hover {
	color: #125ecb;
}

/*-----*/
.copyright-wrap li.logo-lamsoon {
	width: 32px;
}

/*-----*/
.footerlink-wrap ul li {
	position: relative;
}

.footerlink-wrap ul li:not(:last-child):after {
	content: '|';
	padding-left: 5px;
}

@media screen and (max-width:639px) {
	footer {
		background-size: 200% 320px;
		background-position: bottom center;
		padding: 10em 2em 3em;
	}

	footer li {
		margin-bottom: 5px;
	}
}



/***********************/
/*       CONTENT       */
/***********************/
.pagination {
	margin-top: 1rem;
}

.pagination li,
.pagination a,
.pagination button {
	border-radius: 50%;
	padding: 0;
	width: 2em;
	height: 2em;
	line-height: 2;
}

.pagination .current {
	padding: 0;
}

/*-----*/
.contentcon {
	padding: 13em 2em 5em;
}

/*-----*/
.title {
	margin-bottom: 50px;
}

.title h1 {
	margin-bottom: 0.45em;
	margin-top: 20px;
}

.title .cat {
	font-size: 20px;
	font-weight: 800;
	color: #f26c4f;
	text-transform: uppercase;
	outline: 0;
}

.title .cat:hover {
	color: #f24f4f;
}

/*-----*/
.btndeco {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.075em;
	line-height: 1;
	position: relative;
	display: inline-block;
	margin-bottom: 50px;
}

.btndeco:before,
.btndeco:after {
	content: '';
	width: calc(12vw - 20px);
	height: 1px;
	background: #898989;
	position: absolute;
	top: 50%;
}

.btndeco:before {
	left: 120%;
}

.btndeco:after {
	right: 120%;
}

.btndeco span {
	display: inline-block;
	-webkit-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
}

.btndeco:hover span {
	-webkit-transform: translateX(10px);
	transform: translateX(10px);
}

/*-----*/
.btnmore_text {
	font-size: 15px;
	font-weight: 700;
	color: #f26c4f;
	line-height: 1;
	display: inline-block;
}

.btnmore_text span {
	display: inline-block;
	-webkit-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
}

.btnmore_text:hover {
	color: #f24f4f;
}

.btnmore_text:hover span {
	-webkit-transform: translateX(10px);
	transform: translateX(10px);
}

/*-----*/
.btnmore {
	font-size: 14px;
	font-weight: 800;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.075em;
	line-height: 1;
	display: inline-block;
	background: #096bf6;
	border-radius: 80px;
	padding: 15px 50px;
	overflow: hidden;
	position: relative;
	outline: 0;
	-webkit-transition: background 0.1s 0s ease-out, transform 0.1s ease-out;
	transition: background 0.1s 0s ease-out, transform 0.1s ease-out;
}

.btnmore:before {
	content: "";
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 100%;
	height: 100%;
	background: #29538e;
	border-radius: 80px;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0;
	-webkit-transition: -webkit-transform .3s cubic-bezier(.165, .84, .44, 1) 0s;
	transition: transform .3s cubic-bezier(.165, .84, .44, 1) 0s;
}

.btnmore span {
	position: relative;
	z-index: 1;
	color: #fff;
}

.btnmore:hover {
	color: #fff;
	background: #29538e;
	-webkit-transition: background 0.1s 0.5s ease-out, -webkit-transform 0.1s ease-out;
	transition: background 0.1s 0.5s ease-out, transform 0.1s ease-out;
}

.btnmore:hover::before {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transition: -webkit-transform .45s cubic-bezier(.86, 0, .07, 1) 0s;
	transition: transform .45s cubic-bezier(.86, 0, .07, 1) 0s;
}

/*-----*/
.deco_arrow {
	font-size: 25px;
	font-weight: 700;
	color: #096bf6;
	letter-spacing: -0.05em;
	line-height: 1;
	display: inline-block;
	position: absolute;
}

.deco_arrow.top {
	-ms-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.award-trophy {
	margin: 1rem 0;
}

.award-trophy ul {
	padding-left: 0;
	margin-left: 0;
	text-align: center;
}

.award-trophy ul li img {
	outline: none;
	width: 100%;
}

hr.popup-new {
	border-bottom: 3px solid #2588c3;
	margin: 1rem 0 0;
}

@media screen and (max-width: 639px) {
	.contentcon {
		padding: 10em 2em 0em;
	}

	/*-----*/
	.title {
		margin-bottom: 35px;
	}

	.title h1 {
		font-size: 35px;
	}

	/*-----*/
	.btndeco {
		font-size: 12px;
		margin-bottom: 30px;
	}

	.btnmore {
		font-size: 12px;
	}
}


/********************/
/*       HOME       */
/********************/
/*----------Home slider----------*/
.homeslider {
	background: #fcfcfc url(../js/slick/ajax-loader.gif) no-repeat center;
	position: relative;
	height: 100vh;
}

.homeslider.slick-initialized {
	background: inherit;
	height: auto;
}

.homeslider .home-slide {
	display: none;
}

.homeslider.slick-initialized .home-slide {
	display: block;
}

.home-slide {
	position: relative;
	outline: 0;
	height: 100vh;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.home-desc {
	position: absolute;
	top: 40%;
	left: 50%;
	text-align: center;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.homeslide-content {
	text-align: center;
	display: inline-block;
}

.homeslide-content h1.normal {
	font-weight: 300;
	font-size: 45px;
	color: #222;
}

.homeslide-content h1.cursive {
	font-family: "Sacramento", sans-serif;
	font-weight: normal;
	font-size: 90px;
	color: #222;
}

.homeproduct-wrap {
	padding: 5em 2em 2em;
}

.homeproduct-padding {
	padding: 2em;
}


/*=======================================================*/
/*==============JAYJAY CODE==============*/

/**********************/
/*       NAVBAR       */
/**********************/
header {
	top: 0;
	padding: 15px 5%;
	background: #FFF;
}

a.logo {
	float: left;
}

.navi-wrap {
	float: right;
	padding: 20px 0;
}



/********************/
/*       HOME       */
/********************/
.home-banner-bg {
	background-image: url('../images/Antabax-Home-Slide.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.home-banner-bg h2 {
	padding: 10rem 55rem 40rem 5rem;
	color: #FFF;
	font-weight: 600;
	font-size: 30px;
	line-height: 1.2;
	margin: auto;
	text-align: left;
}

.benefit-padding {
	padding: 0 5%;
}

.benefit-padding h2 {
	margin-bottom: 5px;
	font-weight: 300;
}

.benefit-padding p {
	font-size: 16px;
	line-height: 1.7;
	margin-bottom: 20px;
	text-align: justify;
}

.our-product img {
	padding: 50px 0;
}

.our-pro-btn {
	padding: 15px 50px;
	font-size: 16px;
	font-weight: 700;
}

.our-pro-btn img {
	width: 15px;
}

.new-our-product {
	margin-bottom: 40px;
}

.product-benefit-padding {
	padding: 10px 0 5rem;
}

ul.product-benefit {
	margin-left: 0;
	margin-bottom: 0;
}

ul.product-benefit li {
	list-style-type: none;
	display: inline-block;
}

ul.product-benefit li.bar-soap {
	width: 30%;
	border: 1px solid #1d90c76e;
	margin: 0 10px;
	border-radius: 15px;
}

ul.product-benefit li.shower-cream {
	width: 30%;
	border: 1px solid #f27d9c6e;
	margin: 0 10px;
	border-radius: 15px;
}

ul.product-benefit li.hand-soap {
	width: 30%;
	border: 1px solid #7ac0406e;
	margin: 0 10px;
	border-radius: 15px;
}

ul.product-benefit li:hover {
	box-shadow: 0px 0px 9px 5px rgba(187, 187, 187, 0.75);
	-webkit-box-shadow: 0px 0px 9px 5px rgba(187, 187, 187, 0.75);
	-moz-box-shadow: 0px 0px 9px 5px rgba(187, 187, 187, 0.75);
	transition: 0.3s;
}

ul.product-benefit li h5 {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 0;
	padding: 15px 0;
}

hr.spacing-1 {
	margin: 10px auto;
	width: 50%;
	display: inline-block;
}

.home-csr-w2b {
	padding: 4rem 0;
	text-align: center;
}

.home-csr h2,
.home-w2b h2 {
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 20px;
}

.home-tip-fact {
	padding: 3rem 0;
	text-align: center;
}

.home-tip-fact h2 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 500;
	margin-bottom: 20px;
}

.tip-btn {
	width: 50%;
	margin: auto;
	padding: 1rem 0;
}

.csr-btn {
	background: #c4302b;
}

.csr-btn:hover {
	background: #be5653;
	color: #FFF;
}

.csr-btn:before {
	background: #be5653;
}

.w2b-btn {
	background: #2FA327;
}

.w2b-btn:hover {
	background: #5da058;
	color: #FFF;
}

.w2b-btn:before {
	background: #5da058;
}

.home-csr-w2b-bg {
	padding: 2rem 3rem;
	background: #f7f7f7;
	border-radius: 15px;
	font-size: 15px;
}

.home-tip-fact.row {
	padding: 3rem 0;
	text-align: center;
}

.home-csr-w2b-bg p {
	font-size: 14px;
	line-height: 1.7;
	margin-bottom: 20px;
}

.home-tip-fact p {
	line-height: 1.7;
}

.home-popup {
	outline: none;
	text-align: center;
}

.home-popup h1 {
	margin-bottom: 2rem;
}

.home-popup>div>div {
	margin-bottom: 0;
}



/************************/
/*       ABOUT US       */
/************************/
.about-head {
	padding-top: 90px;
}

.aboutus-bg {
	background-image: url(../images/aboutus-bg.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	padding: 13rem 0;
}

.about-us {
	text-align: -webkit-auto;
}

.about-us-info {
	padding: 0 3rem;
}

.about-us-info h2 {
	margin-bottom: 1rem;
	font-family: 'Open Sans', sans-serif;
	font-size: 46px;
}

.about-us-info p {
	line-height: 1.6;
	font-weight: 500;
	font-size: 16px;
	text-align: justify;
}

.about-us-img {
	text-align: center;
}

.about-us-img img {
	width: 85%;
	margin: auto;
}

.our-award {
	background: #ebffff;
	padding: 4em 2rem;
}

.our-award-info h2 {
	margin-bottom: 1rem;
	font-family: 'Open Sans', sans-serif;
	font-size: 46px;
}

.our-award-info p {
	line-height: 1.6;
	font-size: 16px;
	text-align: justify;
}

.award-trophy ul {
	padding-left: 0;
	margin: 20px 0;
	text-align: center;
}

.award-trophy ul li {
	list-style-type: none;
	display: inline-block;
	width: 14%;
}

.award-trophy ul li img {
	width: 100%;
}

.our-res-img {
	padding: 0;
}

.our-res-info {
	padding: 2rem 3rem 0;
	border-bottom: 1px solid #F4F4F4;
}

.our-res-info h2 {
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	margin-top: 10px;
	font-size: 45px;
}

.award-trophy ul li {
	list-style-type: none;
	display: inline-block;
	margin: auto 10px;
	width: 11%;
}

.res-title {
	border: none;
	border-bottom: 2px solid #E5E5E5;
	font-size: 20px;
	font-weight: 600;
	color: #2588c3;
}

.new-awards {
	margin: 3rem 0 1rem;
}

.span-award ul,
.span-interview ul {
	margin: 0;
	vertical-align: middle;
}

.span-award ul li {
	display: inline-block;
	list-style: none;
	width: 18%;
}

.span-interview ul li {
	display: inline-block;
	list-style: none;
	width: 40%;
}

.span-interview ul li img {
	outline: none;
}

.span-interview {
	position: relative;
}

.span-interview h6 {
	position: absolute;
	top: -27px;
}

.soba-interview,
.area {
	padding: 2rem;
}

.soba-interview h3,
.area h3 {
	font-size: 22px;
	line-height: 1.6;
}

.area p {
	line-height: 1.5;
}

.area-subtext {
	margin: 1rem 0;
}

.area-subtext p {
	font-size: 13px;
}

.area-subtext ul {
	margin-left: 0;
}

.area-subtext ul li {
	display: inline-block;
	list-style: none;
	margin: 0 3rem;
}

.area-subtext ul li p {
	margin-bottom: 5px;
}

.soba-interview table {
	margin-bottom: 2rem;
}

.soba-interview ol li {
	margin-bottom: 1rem;
}

.soba-interview ol li ul {
	padding: 10px;
}

.soba-interview ol li ul li {
	list-style: none;
}

:last-child:not(.is-active)>.res-title {
	border: none;
	border-bottom: 2px solid #E5E5E5;
	border-radius: 0;
}

.res-list {
	width: 80%;
	margin: auto;
}

.res-title::before {
	position: absolute;
	top: 45%;
	right: 1rem;
	margin-top: -0.75rem;
	content: '+';
	color: #FFF;
	background: #2588c3;
	padding: 5px 9px;
	border-radius: 50px;
	font-size: 20px;
	font-weight: bold;
}

.res-title:focus,
.res-title:hover {
	background-color: #f3f3f3;
	color: #2588c3;
}

.res-title a:hover {
	color: #2588c3;
}

.res-content {
	border-bottom: 1px solid #E6E6E6;
}

.learn-more-btn {
	text-align: center;
	margin: 40px 0 0;
}

.why-chose-antabax {
	padding: 4rem 0 2rem;
	text-align: center;
}

.why-chose-antabax-btn {
	margin-top: 20px;
}

.why-chose-antabax h3 {
	font-family: 'Open Sans', sans-serif;
	font-size: 40px;
}



/***********************/
/*       PRODUCT       */
/***********************/
.product-intro {
	text-align: center;
	padding: 3rem 0;
}

.product-intro img {
	margin-bottom: 25px;
}

.product-intro a.pro-bar-soap {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: 500;
	margin: 0 10px;
}

.product-intro a.pro-shower-cream {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: 500;
	margin: 0 10px;
}

.product-intro a.pro-hand-soap {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: 500;
	margin: 0 10px;
}

.product-bar-soap1,
.product-shower-cream1,
.product-hand-soap1 {
	padding: 5rem 2rem;
}

.product-item {
	text-align: center;
	margin-bottom: 25px;
}

.product-item img {
	width: 80%;
}

.product-item-info h3 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 500;
	margin-bottom: 20px;
	font-size: 36px;
}

.product-item-info p {
	font-size: 16px;
	line-height: 1.6;
	text-align: justify !important;
}

hr.product-spacing {
	margin: 0 auto;
	width: 100%;
}

.product-btn {
	padding: 15px 0;
	font-size: 18px;
	font-weight: 700;
}



/******************************/
/*       PRODUCT - ITEM       */
/******************************/
.bar-soap-head {
	position: relative;
}

.bar-soap-bg {
	background-image: url(../images/KV-FAMILY.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	padding: 24rem 0 6rem;
}

.csr-bg {
	background-image: url(../images/banner-csr.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	margin-top: 5%;
	padding: 24rem 0 0;
}

.viet-product-bg {
	margin-top: 6%;
	padding: 24rem 0 10rem;
}

.product-overlay {
	background-color: #cccccc3d;
	border-radius: 5px;
	padding: 30px;
	/* position: absolute; */
	bottom: 5%;
	right: 0;
	text-align: center;
	left: 0;
	margin: auto;
}

.product-overlay h2 {
	color: #313598;
	text-transform: uppercase;
}

.hand-soap-bg {
	background-image: url(../images/hand-soap-160419.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	padding: 24rem 0 6rem;
}

.shower-cream-bg {
	background-image: url(../images/shower-cream-160419.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	padding: 24rem 0 6rem;
}

.bar-soap-bg h2,
.hand-soap-bg h2,
.shower-cream-bg h2 {
	font-family: 'Open Sans', sans-serif;
	color: #FFF;
	font-size: 5rem;
	text-align: center;
	margin-top: -132px;
}

.bar-soap-img img {
	width: 70%;
	margin: auto;
}

.bar-soap-info {
	text-align: left;
}

.bar-soap-info img {
	width: 40%;
	margin-bottom: 30px;
}

.bar-soap-info h4 {
	font-size: 40px;
	font-family: 'Open Sans', sans-serif;
}

.bar-soap-info p {
	font-size: 16px;
	line-height: 1.6;
}

.bar-soap-info ul li span:before {
	content: "✔";
	position: absolute;
	top: -0.1em;
	left: -2.45em;
	font-size: 0.6em;
	font-weight: 400;
	color: rgb(9, 107, 246);
	text-align: center;
}

.bar-soap-info ul li span {
	position: relative;
}

.bar-soap-info ul li {
	list-style-type: none;
	margin-bottom: 15px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 500;
	font-size: 18px;
	font-style: italic;
}

.bar-soap-info ul li span:after {
	content: '\e900';
	position: absolute;
	top: -0.55em;
	left: -1.2em;
	font-family: 'icomoon';
	font-weight: normal;
	font-size: 2em;
	color: #38f8d2;
}

.extra-desc {
	margin-bottom: 8rem;
}

.product-mainimg {
	padding: 5rem 3rem 4rem;
}

.product-mainimg h2 {
	margin-bottom: 1rem;
	font-family: gotham;
	font-weight: 300;
}

.feature ul li {
	list-style-type: none;
}

.fresh.product-title {
	border: 1px solid #1d90c76e;
	font-size: 14px;
}

.fresh.product-title img {
	width: 20%;
	margin-top: -10px;
}

.fresh.product-info {
	border-left: 1px solid #1d90c76e;
	border-right: 1px solid #1d90c76e;
	border-bottom: 1px solid #1d90c76e;
}

.fresh.product-info p {
	padding: 10px;
	font-size: 15px;
	text-align: justify;
}

.uv-white.product-title {
	border: 1px solid #f27d9c6e;
	font-size: 14px;
}

.uv-white.product-title img {
	width: 20%;
	margin-top: -10px;
}

.uv-white.product-info {
	border-left: 1px solid #f27d9c6e;
	border-right: 1px solid #f27d9c6e;
	border-bottom: 1px solid #f27d9c6e;
}

.uv-white.product-info p {
	padding: 10px;
	font-size: 15px;
	text-align: justify;
}

.nature.product-title {
	border: 1px solid #7ac0406e;
	font-size: 14px;
}

.nature.product-title img {
	width: 20%;
	margin-top: -10px;
}

.nature.product-info {
	border-left: 1px solid #7ac0406e;
	border-right: 1px solid #7ac0406e;
	border-bottom: 1px solid #7ac0406e;
}

.nature.product-info p {
	padding: 10px;
	font-size: 16px;
	text-align: left;
}

.protect.product-title {
	border: 1px solid #ee3f595e;
	font-size: 14px;
}

.protect.product-title img {
	width: 20%;
	margin-top: -10px;
}

.protect.product-info {
	border-left: 1px solid #ee3f595e;
	border-right: 1px solid #ee3f595e;
	border-bottom: 1px solid #ee3f595e;
}

.protect.product-info p {
	padding: 10px;
	font-size: 15px;
	text-align: left;
}

.sensitive.product-title {
	border: 1px solid #ae92b3;
}

.sensitive.product-title img {
	width: 20%;
	margin-top: -10px;
}

.sensitive.product-info {
	border-left: 1px solid #ae92b3;
	border-right: 1px solid #ae92b3;
	border-bottom: 1px solid #ae92b3;
}

.sensitive.product-info p {
	padding: 10px;
	font-size: 15px;
	text-align: left;
}

.product-details h3 {
	color: #f24f4f;
	font-size: 18px;
	margin-bottom: 15px;
	font-style: italic;
}

.new-product-images {
	text-align: center;
}

.new-product-images img {
	margin: auto;
	width: 70%;
}

.product-details h1 {
	font-family: 'Open Sans', sans-serif;
}

.product-details p {
	line-height: 1.6;
	font-size: 16px;
	text-align: justify;
}

.all-product {
	padding: 5rem 3rem;
}

.product-1 ul,
.product-2 ul {
	margin: auto;
	background: #EEE;
	border-radius: 15px;
	padding: 15px;
	text-align: center;
}

.product-1 ul li,
.product-2 ul li {
	list-style-type: none;
	display: inline-block;
	width: 50%;
}

li.product-list-title {
	width: 40% !important;
}

.hand-soap.product-title img {
	width: 12%;
}

p.where-to-buy a {
	font-weight: bold;
}

p.where-to-buy a:hover {
	color: #D54444;
	transition: 0.5s;
}



/*******************/
/*       TIP       */
/*******************/
.tipwrap {
	padding: 5rem 4rem;
}

.tip-1 {
	margin-bottom: 40px;
}

.tip-1 h3,
.tip-2 h3,
.tip-3 h3,
.tip-4 h3,
.tip-5 h3 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 500;
	font-size: 28px;
	padding: 1rem 0 0;
	margin-bottom: 20px;
	line-height: 1.3;
}

.tip-1 p,
.tip-2 p,
.tip-3 p,
.tip-4 p,
.tip-5 p {
	font-size: 16px;
	line-height: 1.6;
	text-align: justify;
}

.read-more-btn {
	padding: 2rem 0;
}

.read-more-btn button {
	padding: 10px 40px;
	background: #1E2B5B;
	color: #FFF;
	font-weight: 600;
	cursor: pointer;
}

hr.tip-spacing {
	margin: 3rem auto;
	border-bottom: 2px solid #EEE;
	width: 70%;
}

.tip-side-bar {
	margin-bottom: 3rem;
}

.tip-side-bar h3 {
	background: #1E2B5B;
	color: #FFF;
	text-align: center;
	padding: 0.70rem 0;
	border-radius: 5px;
	font-size: 25px;
}

.tip-side-bar img {
	margin: 15px auto;
}

.tip-side-bar p {
	line-height: 1.6;
}

.read-more-sideBtn {
	text-align: center;
}

.read-more-sideBtn button {
	background: #1E2B5B;
	color: #FFF;
	font-weight: 600;
	padding: 10px 25px;
}

.more-tip h3 {
	text-align: center;
	background: #1E2B5B;
	color: #FFF;
	padding: 0.70rem 0;
	border-radius: 5px;
	font-size: 25px;
	margin-bottom: 20px;
}

.more-tip ul {
	margin-left: 0;
}

.more-tip ul li {
	list-style-type: none;
	margin-bottom: 25px;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	border-bottom: 2px solid;
}

.more-tip ul a {
	color: #2588c3;
	font-family: 'Open Sans', sans-serif;
}

.tip-1 h4 {
	color: #F55730;
	padding-top: 2rem;
	margin-bottom: -10px;
	font-weight: bold;
}

.tip-product-images {
	text-align: center;
	padding: 3rem 0;
}

.tip-product-images img {
	width: 70%;
}

.back-btn {
	display: inline-block;
	padding: 10px 35px;
	border: 2px solid #1E2B5B;
	border-radius: 10px;
}

.next-btn {
	display: inline-block;
	float: right !important;
	padding: 10px 35px;
	border: 2px solid #1E2B5B;
	border-radius: 10px;
}

.next-btn p {
	color: #1E2B5B;
	font-size: 20px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
}

.next-btn .fa {
	color: #1E2B5B;
	padding: 0;
	margin: 0 0 0 8px;
	text-align: right;
}

.back-btn .fa {
	color: #1E2B5B;
	padding: 0;
	margin: 0;
}

.back-btn p {
	color: #1E2B5B;
	font-size: 20px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
}

span.seven-ways-bold {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
}

.antabax-video {
	margin-bottom: 1.5rem;
	text-align: center;
}

.tip-1 ul {
	margin-left: 0;
}

.tip-1 ul li {
	list-style-type: none;
	margin-bottom: 10px;
}

.tip-1 ul li span {
	font-weight: bold;
}



/*******************/
/*       CSR       */
/*******************/
.csr-img {
	padding: 0;
}

.csr-info {
	padding: 2rem 3rem 0;
	border-bottom: 1px solid #F4F4F4;
}

.csr-info h2 {
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	margin-top: 10px;
	font-size: 45px;
}

.csr-title {
	border: none;
	border-bottom: 2px solid #E5E5E5;
	font-size: 20px;
	font-weight: 600;
	color: #c4302b;
}

:last-child:not(.is-active)>.csr-title {
	border: none;
	border-bottom: 2px solid #E5E5E5;
	border-radius: 0;
}

.csr-list {
	width: 80%;
	margin: auto;
}

.csr-title::before {
	position: absolute;
	top: 45%;
	right: 1rem;
	margin-top: -0.75rem;
	content: '+';
	color: #FFF;
	background: #c4302b;
	padding: 5px 9px;
	border-radius: 50px;
	font-size: 20px;
	font-weight: bold;
}

.csr-title:focus,
.csr-title:hover {
	background-color: #f3f3f3;
	color: #c4302b;
}

.csr-title a:hover {
	color: #c4302b;
}

.title-event {
	padding: 4rem 0;
	background: #EEE;
	font-family: gothem-medium;
	font-weight: 700;
}

.title-event h1 {
	margin: auto;
}

.csr-padding {
	padding: 3rem 0;
}

.event-1 {
	border-radius: 20px;
	box-shadow: 0px 0px 7px 0px rgba(131, 131, 131, 0.75);
	-webkit-box-shadow: 0px 0px 7px 0px rgba(131, 131, 131, 0.75);
	-moz-box-shadow: 0px 0px 7px 0px rgba(131, 131, 131, 0.75);
}

.event-img {
	background-image: url(../images/zorbing-ball-event.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 7rem 0;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}

.event-desc {
	padding: 2rem 15px;
}

p.date {
	margin-bottom: 5px;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px !important;
	color: #F55730;
}

.event-desc h4 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
}

.event-desc p {
	font-size: 16px;
}

p.view-more {
	font-weight: bold;
}

.event-img-coming-soon {
	background-image: url(../images/coming-soon.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 7rem 0;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}

.coming-soon-desc {
	padding: 6rem 15px;
	text-align: center;
}

.coming-soon-desc:hover {
	background: #B8B8B8;
	transition: 0.5s;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}

.coming-soon-desc:hover h3 {
	color: #fff;
	transition: 0.7s;
}

h3.article-h3 								{ background: transparent; color: #125ecb; font-size: 22px; font-weight: bold; padding: 10px 16px; }
a.article-year 								{ color: #2284C5; font-size: 20px; font-weight: bold; }
.accordion > .is-active > .article-year 	{ background: #E6E6E6; }
.accordion-content ul   					{ margin-left: 0; }
.accordion-content ul li 					{ list-style-type: none; margin-bottom: 1rem; }
.article-title ul li a p 					{ font-weight: bold; }



/***** EVENT DETAILS *****/
.event-details {
	padding: 10rem 6rem;
}

.cate p {
	margin-bottom: 0;
	padding-left: 1rem;
	padding-right: 1rem;
}

.cate p a { font-size: 14px; }

.cate p span.details-title {
	color: red;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 550;
}

.cate h1 {
	text-align: center;
	padding: 1rem 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 26px;
	line-height: 1.3;
	margin-bottom: 0;
}

.events-info {
	padding: 1rem 2rem;
}

p.event-date {
	color: #096bf6;
	font-weight: bold;
	margin-bottom: 5px;
}

.events-info p {
	font-size: 14px;
	line-height: 1.5;
}

.csr-broder {
	padding: 3rem 2rem;
	border: 2px solid #C6C6C6;
	border-radius: 10px;
}

.event-highlight {
	padding: 2rem;
	box-shadow: 0px 0px 7px 0px rgba(131, 131, 131, 0.75);
	-webkit-box-shadow: 0px 0px 7px 0px rgba(131, 131, 131, 0.75);
	-moz-box-shadow: 0px 0px 7px 0px rgba(131, 131, 131, 0.75);
	border-radius: 10px;
	margin-bottom: 50px;
}

.event-highlight img {
	margin-right: 20px;
	width: 100%;
}

.event-highlight p {
	line-height: 1.7;
	font-weight: bold;
	font-size: 14px;
}

.event-highlight-2 img {
	float: right;
	width: 50%;
	border-radius: 10px;
	margin-left: 25px;
}



/*************************/
/*       CSR - NEW       */
/*************************/
.csr-content {
	padding: 4rem 0;
}

/* .mvf h3 {
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-weight: 500;
	padding: 10px 0;
	background: #2284C5;
	color: #FFF;
	border-radius: 5px;
} */

.csr-2-title {
	border: none;
	border-bottom: 1px solid #EEEEEE !important;
	color: #c4302b;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
}

a.csr-2-title {
	color: #125ecb;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
}

.csr-2-title::before {
	color: #FFF;
	background: #125ecb;
	padding: 3px 6px;
	border-radius: 50%;
	margin-top: -.8rem;
}

.csr-2-event h2 {
	text-align: center;
	background: #EEE;
	padding: 20px 0;
	font-family: 'Open Sans', sans-serif;
	font-weight: 500;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	margin-bottom: 0;
}

.csr-2-event-title {
	padding: 30px 0;
}

.csr-2-event-title h3 {
	background: #f4f4f4;
	display: inline-block;
	padding: 0.2em 0.3em 0.1em 2em;
	color: #125ecb;
	font-family: 'Open Sans', sans-serif;
	font-weight: 500;
}

.csr-2-event-title ul li {
	display: inline-block;
	margin-top: 25px;
	margin-bottom: 25px;
	padding-left: 10px;
	width: 100%;
	position: relative;
}

.csr-2-event-title ul li:before {
	content: '';
	position: absolute;
	top: 0px;
	left: -20px;
	height: 100%;
	border-left: 5px solid #e1e1e1;
}

.csr-2-event-title ul li img {
	width: 50%;
	margin-bottom: 20px;
	border-radius: 5px;
}

.csr-2-event-title ul li h4 {
	font-family: 'Open Sans', sans-serif;
	color: #125ecb;
	font-weight: 500;
}



/****************************/
/*       WHERE TO BUY       */
/****************************/
.contact-bio {
	padding: 10rem 5rem;
}

.where-2-buy {
	padding: 10rem 5rem;
}

.where-2-buy h2 {
	text-align: center;
	margin-bottom: 3rem;
}

.shop {
	box-shadow: 0px 0px 7px 0px rgba(131, 131, 131, 0.75);
	-webkit-box-shadow: 0px 0px 7px 0px rgba(131, 131, 131, 0.75);
	-moz-box-shadow: 0px 0px 7px 0px rgba(131, 131, 131, 0.75);
	border-radius: 20px;
}

.shop img {
	border-bottom: 1px solid #EEE;
}

.shop h4 {
	text-align: center;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	padding: 1rem 0;
}

.git h3 {
	font-size: 40px;
	font-family: 'Open Sans', sans-serif;
}

li.add img {
	margin-bottom: 2rem;
	width: 20%;
}

.git ul li {
	list-style-type: none;
	margin-bottom: 15px;
}

.git ul li span {
	font-weight: bold;
	line-height: 2;
}

.git ul li a {
	position: relative;
	font-weight: bold;
}

li.add,
li.cont,
li.email,
li.msg {
	position: relative;
}

li.add span:before {
	content: '';
	background-image: url(../images/turn-right.png);
	height: 100%;
	width: 100%;
	position: absolute;
	background-repeat: no-repeat;
	left: -3em;
}

li.cont span:before {
	content: '';
	background-image: url(../images/call.png);
	height: 100%;
	width: 100%;
	position: absolute;
	background-repeat: no-repeat;
	left: -3em;
}

li.email span:before {
	content: '';
	background-image: url(../images/mail.png);
	height: 100%;
	width: 100%;
	position: absolute;
	background-repeat: no-repeat;
	left: -3em;
}

li.msg span:before {
	content: '';
	background-image: url(../images/facebook.png);
	height: 100%;
	width: 100%;
	position: absolute;
	background-repeat: no-repeat;
	left: -3em;
}

.silk img {
	width: 20%;
}



/**********************/
/*       FOOTER       */
/**********************/
footer {
	padding: 5em 2em 3em;
}

.fl-fl {
	background: #000000;
	text-transform: uppercase;
	letter-spacing: 3px;
	padding: 4px;
	width: 200px;
	position: fixed;
	right: -160px;
	z-index: 1000;
	font: normal normal 10px Arial;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}

.fa {
	font-size: 20px;
	color: #fff;
	padding: 10px 0;
	width: 40px;
	margin-left: 8px;
}

.fl-fl:hover {
	right: 0;
}

.fl-fl a {
	color: #fff !important;
	text-decoration: none;
	text-align: center;
	line-height: 43px !important;
	vertical-align: top !important;
}

.float-lang {
	top: 192px;
}

.float-fb {
	top: 240px;
}

.float-tw {
	top: 288px;
}

.float-gp {
	top: 336px;
}

.fl-fl.float-lang {
	background: red;
}

.fl-fl.float-fb {
	background: #3b5998;
}

.fl-fl.float-tw {
	background: #3f729b;
}

.fl-fl.float-gp {
	background: #c4302b;
}

.fl-fl.float-lang p,
.fl-fl.float-fb p,
.fl-fl.float-tw p,
.fl-fl.float-gp p {
	display: inline-block;
	color: #FFFFFF;
	font-weight: bold;
}

.fl-fl.float-fb,
.fl-fl.float-tw,
.fl-fl.float-gp {
	text-align: left;
}

.fl-fl.social-title {
	transform: rotate(270deg);
	transform-origin: 35% 250%;
	position: absolute;
}

.award-arrow {
	height: 10vh;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 30%;
}

.float-gp2 {
	transform: rotate(270deg);
	right: -75.4px;
	top: 458px;
	padding: 13px 0;
	width: 190px;
	text-align: center !important;
	font-size: 11px;
	background: #2588c3 !important;
}

.float-gp2:hover {
	right: -75px;
}

.social-media-desktop {
	display: none;
	visibility: hidden;
}

.social-media-desktop .fa {
	font-size: 25px;
}

.social-media-desktop p {
	margin-bottom: 0;
	font-weight: 600;
	font-size: 15px;
}



/**********************/
/*       PRIVACY       */
/**********************/
.privacycon ol {
	counter-reset: item;
	margin: 0;
}

.privacycon li {
	display: table;
	margin-bottom: 20px;
}

.privacycon li:before {
	content: counters(item, ".") ". ";
	counter-increment: item;
	display: table-cell;
	padding-right: 0.6em;
}



/**********************/
/*       SITEMAP       */
/**********************/
.sitemapcon ol {
	display: inline-block;
	text-align: left;
}

.sitemapcon li {
	margin-bottom: 15px;
}

.sitemapcon li h6 {
	background: #444;
	color: #fff;
	padding: 0.5em;
	text-align: center;
}

.sitemapcon li a:hover h6 {
	background: #125ecb;
}

.sitemapcon li a {
	color: #444;
}

.sitemapcon li a:hover {
	color: #125ecb;
}



/****** Product - New Bar Soap ******/
.new-product-slide img {
	margin-top: 5%;
	width: 100%;
}

.new-product-slide h1 {
	background-color: #cccccc2e;
	color: #313598;
	padding: 30px 0;
	margin-bottom: 0;
	text-align: center;
	text-transform: uppercase;
}


@media screen and (max-width: 1199px) {
	.new-product-slide img {
		margin-top: 7%;
	}
}

@media screen and (max-width: 820px) {
	.new-product-slide img {
		margin-top: 20%;
	}

	.product-1,
	.product-2 {
		margin: 5px 0;
	}
}

@media screen and (max-width: 500px) {
	.new-product-slide img {
		margin-top: 26%;
	}
}

/* JayJay Code - 08102019 */
.bar-soap-head img { margin-top: 6rem; width: 100%; }