.banner {
	background-color: #FFF;
	text-align: center;
	color: #2b2b2b;
}

.shop_flex {
	display: flex;
	justify-content: center;
}

.lazyload {
	min-height: 100%;
}

.banner_container {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	position: relative;
}

.shop_now_link {
  text-decoration: none;
  text-underline: none;
  color: #ffffff;
  background: #8EBB38;
  border: none;
  font-size: 25px;
  font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
  text-transform: uppercase;
  padding: .3em 1em;
  display: inline-block;
  margin-top: 40px;
  text-align: center;
}


.main_banner_link {
	cursor: pointer;
}

a.shop_now_link:hover,
a.shop_now_link:focus {
	text-decoration: none;
	text-underline: none;
	color: #ffffff;
}

#bar{
	width: 0%;
	max-width: 100%;
	height: 4px;
	background: #7fc242;
}
#progressBar{
	width: 100%;
	background: #EDEDED;
}

.progress_bar {
	height: 4px;
}

.dynamic_brands {
	float: left;
}

.slider .brands {
	text-align: center;
	padding: 0 40px;
}

.slider .brands h2{
	font-size: 24px;
	font-weight: 400;
	letter-spacing: 2px;
}

.slider .brands a {
	text-decoration: none;
	color: #2b2b2b;
}

.slider .brands a:hover {
	color: #727272
}

.banner h2 {
	font-size: 35px;
	font-family: Lato, sans-serif;
	text-transform: uppercase;
}

.banner p {
	font-size: 25px;
	font-family: Lato, sans-serif;
	margin: 0;
}

body.cp-vietnam .banner h2,
body.cp-vietnam .banner p {
	font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.center_text {
	text-align: center;
}

.noni_icons {
	padding: 15px 10%;
}

.owl-carousel .owl-item .banner img {
	width: initial;
	margin: 0px auto;
}

.icons {
	display: flex;
	justify-content: center;
	flex-direction: row;
	flex-wrap: nowrap;
	height: 125px;
	margin-top: 50px
}

.icons .icon {
	flex-basis: 33.333%;
	flex-grow: 1;
	flex-direction: column;
	justify-content: center;
}

@media (max-width: 500px){
	.icons .icon {
		margin-top: 10px;
		margin-bottom: 10px;
	}
}
@media (max-width: 768px){
	.icons .icon {
		padding-right: 8px;
		padding-left: 8px;
	}
}

.icons .line:not(:last-child) {
	width: 2px;
	margin: 6px;
	height: 80%;
	margin-top: 40px;
	background: #ededed;
}

.icons .icon .icon_img {
	width: 75px;
	height: auto;
	margin: auto;
}
.icons .icon .icon_label {
	font-size: 35px;
	letter-spacing: 2px;
}

.noni_icons .icons .icon_content {
	font-size: 18px;
	padding-left: 20px;
	padding-right: 20px;
}

.about_noni {
	padding: 15px calc(10% + 25px);
}

.about_noni .about_noni_header {
	font-size: 45px;
	margin-top: 80px;
	letter-spacing: 5px;
	word-break: break-word;
}

.about_noni .about_noni_text {
	font-size: 18px;
}

.links_table {
	padding: 15px 10% 75px 10%;
}

.row.display-flex {
	display: flex;
	flex-wrap: wrap;
}

.row.display-flex > [class*='col-'] {
	display: flex;
	flex-direction: column;
}

.links_table .link {
	padding: 25px;
	font-size: 30px
}

.links_table .link .link_img {
	width: 100%;
	height: auto;
	margin: auto;
}

.links_table .link_label {
	color: #2b2b2b;
	text-decoration: none;
	font-size: 24px;
	letter-spacing: 2px;
}

.links_table a {
	text-decoration: none;
}

.banner.large_banner {
	display: none;
}

@media (min-width: 992px) {
	.banner.large_banner {
		display: flex;
	}
	
	.banner .banner_content .right_banner {
		border-left: 1px solid;
	}

	.banner {
		background-color: #FFF;
		position: absolute;
		text-align: left;
		color: #2b2b2b;
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 30px 15px;
		min-height: 280px;
		max-height: 100%;
	}
	
	.shop_flex {
		justify-content: start;
	}
	
	.banner_content {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
	}
	
	.banner .banner_content .right_banner {
		padding-left: 30px;
	}
	
	.banner .banner_content .left_banner {
		padding-right: 30px;
	}
	
	.banner{
			right: 50px;
	}
	
	.banner.ie {
		margin: 0;
		position: absolute;
		top: 50%;
		transform: translate(0, -50%) 
	}
}

@media (min-width: 1200px) {
	.banner{
			right: 80px;
	}
}

@media (max-width: 1564px){
	.slider .brands h2{
		font-size: 20px;
		font-weight: 400;
	}
}

@media (max-width: 1341px){
	.slider .brands h2{
		font-size: 15px;
		font-weight: 400;
	}
}
@media(max-width: 1024px) {
	.links_table .link_label {
		font-size: 18px;
	}
}

@media(max-width: 1118px) {
	.progress_header{
		height: 32px;
	}
}

@media (max-width: 1023px){
	.brands_extra_text {
		display: none;
	}
	
	.slider .brands h2{
		height: 32px;
	}

	.progress_header {
		height: 32px;
	}
}

@media(max-width: 900px){
	.icons .icon .icon_label {
		font-size: 25px;
		letter-spacing: 2px;
	}
}

@media (max-width: 767px){
	.brands {
		display: none;
	}
	.icons {
		flex-direction: column;
		height: auto;
		align-items: center;
	}
	.icons .line:not(:last-child) {
		margin-top: 10px;
		width: 75px;
		height: 2px;
	}
	.icons .icon .icon_label {
		font-size: 35px;
		letter-spacing: 2px;
	}
	
	.row.slider {
		margin-bottom: 40px;
	}
	
	.row.noni_icons {
		border-top: 2px #ededed solid;
	}
}

@media(max-width: 550px) {
	.banner h2 {
		font-size: 28px;
	}

	.banner p {
		font-size: 16px;
	}

	.icons {
		margin-top: 40px
	}
	
	.row.slider {
		margin-bottom: 65px;
	}
}

@media(max-width: 375px) {
	.banner h2 {
		font-size: 24px;
	}

	.banner p {
		font-size: 14px;
	}
	
	.shop_now_link {
		font-size: 20px;
	}
}


@media (min-width: 992px) and (max-width: 1300px) {
	.banner h2 {
		font-size: 30px;
	}

	.banner p {
		font-size: 20px;
	}

	.banner {
		min-height: 200px;
		max-height: 85%;
	}

	.shop_now_link {
		font-size: 22px;
	}
}

@media (min-width: 1301px) and (max-width: 1480px) {
	.banner h2 {
		font-size: 36px;
	}

	.banner p {
		font-size: 24px;
	}

	.banner {
		min-height: 280px;
		max-height: 85%;
	}

	.shop_now_link {
		font-size: 28px;
	}
}


@media (min-width: 1600px) {
	.banner_content {
		min-height: 260px;
	}
}