/* ========================== 
	Eplus Water
	2023 Edition
	Created : 23/08/2023
============================= */

@keyframes bounce {

	20%,
	53%,
	80%,
	0%,
	100% {
		-webkit-animation-timing-function: cubic-bezier(0.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(0.215, .61, .355, 1);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	40%,
	43% {
		-webkit-animation-timing-function: cubic-bezier(0.755, .050, .855, .060);
		animation-timing-function: cubic-bezier(0.755, .050, .855, .060);
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0);
	}

	70% {
		-webkit-animation-timing-function: cubic-bezier(0.755, .050, .855, .060);
		animation-timing-function: cubic-bezier(0.755, .050, .855, .060);
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0);
	}

	90% {
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0);
	}
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

html,
body {
	height: 100%;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	color: #231f20;
	letter-spacing: 0;
	font-size: 2rem;
	line-height: 2.5rem;
	font-family: 'SwissLT', sans-serif;
	overflow-x: hidden;
}

a {
	color: #231f20;
}

a:hover {
	color: #231f20;
	text-decoration: none;
}

strong,
b,
h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
	font-family: 'SwissBold', sans-serif;
}

h1,
.h1 {
	font-size: 4.5rem;
}

h2,
.h2 {
	font-size: 3.5rem;
}

h3,
.h3 {
	font-size: 3.2rem;
}

h4,
.h4 {
	font-size: 2.8rem;
}

h5,
.h5 {
	font-size: 2.4rem;
}

h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
	letter-spacing: -3px;
}

video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.font-normal {
  font-family: 'SwissLT', sans-serif;
}

.mt-minus-10px {
	margin-top: -10px;
}

.form-control {
	border-color: #28C9B5;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

.bg-blue-water {
	background: #8CD5E1;
}

.btn {
	font-family: 'SwissBold', sans-serif;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

.btn-primary {
	color: #231f20;
	border-color: #28C9B5;
	background-color: #28C9B5;
}

.btn-primary:hover {
	border-color: #03C0D6;
	background-color: #03C0D6;
}

.bounce {
	animation: bounce 2s infinite;
}

.SwissLT {
	font-family: 'SwissLT', sans-serif;
}

.Swiss721BT-BoldCondensed {
	font-family: 'Swiss721BT-BoldCondensed', sans-serif;
}

.Swiss721BT-Thin {
	font-family: 'Swiss721BT-Thin', sans-serif;
}

.lh-45 {
	line-height: 45px;
}

.h-25rem {
	height: 25rem;
}

#app {
	height: 100%;
}

.loading-screen {
	width: 100vw;
	height: 100vh;
	background: #fff;
	display: flex;
	display: -ms-flex;
	display: -webkit-flex;
	justify-content: center;
	justify-items: center;
	align-items: center;
	position: fixed;
	z-index: 99999;
}

.loader {
	border: 16px solid #f3f3f3;
	/* Light grey */
	border-top: 16px solid #3498db;
	/* Blue */
	border-radius: 50%;
	width: 120px;
	height: 120px;
	animation: spin 2s linear infinite;
}

.wrap-video {
	width: 100vw;
	height: 100vh;
  overflow: hidden;
}

.video-obj {
	width: 100%;
}

.video-background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
}

.title-big-blue {
	background: #8CD5E1;
	text-align: center;
	padding: 0.5rem 4rem;
	border-radius: 50px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 50px;
	display: table;
	margin: 10px auto;
	font-size: 52px;
	line-height: 62px;
	letter-spacing: -4px;
}

.section {
	padding: 0;
	/* display: flex;
	display: -ms-flex;
	display: -webkit-flex; */
	position: relative;
}

.section-full-height {
	height: 100vh;
}

.section-full-height .container {
	height: 100%;
}

.section-video {
  overflow: hidden;
}

.section-one {
	height: 100vh;
}
.section-one .img-hero {
	height: 82%;
	display: block;
	margin: 1rem auto;
}

.container-wrap {
  padding: 7.8vw 8.5vw;
}

.container-wrap2 {
	padding: 7.8vw 9.9vw;
}

/* .section-textbox {
	min-height: 100%;
}

.section-textbox .container {
	min-height: 100%;
} */

/* .section-textbox .textbox-content {
	
} */
.section-textbox .textbox-content-noborder {
	border: 0;
}

.section-textbox .img-character {
	display: block;
	margin: 1rem auto;
}

.divider-white {
	position: absolute;
	bottom: 2px;
	left: 0;
	background: #fff;
	width: 100vw;
	height: 10px;
	z-index: 1000;
}

.wrap-button-scrollto {
	position: absolute;
	bottom: 50px;
	right: 0;
	width: 100%;
	z-index: 1000;
}

.button-scrollto {
	border: 0;
	background: none;
	width: 64px;
	height: 64px;
	padding: 14px;
	display: flex;
	display: -ms-flex;
	display: -webkit-flex;
	justify-content: center;
	justify-items: center;
	margin: 0 auto;
	border-radius: 50%;
	outline: none;
}

.button-scrollto:focus {
	outline: none;
}

.button-scrollto .icons {
	width: 100%;
	margin-top: 3px;
}

.text-title {
  font-size: 4vw;
}

.text-title2 {
  font-size: 5.5vw;
}

.section-two {
  height: 100vh;
  float: left;
  width: 100%;
  margin-bottom: 10rem;
}

.container-text-img-right {
  display: block;
  padding-right: 0 !important;
}
.container-text-img-right .text-wrap {
  float: left;
  width: 60%;
  position: relative;
  z-index: 2;
}
.container-text-img-right .text-wrap p {
  font-size: 3.1vw;
  line-height: 3.1vw;
}
.container-text-img-right .text-wrap h1 {
  margin-top: 4.94vw;
  font-size: 5.5vw;
}
.container-text-img-right .img-wrap {
  float: right;
  width: 62%;
  margin-top: -25vw;
}
.container-text-img-right .img-wrap img {
  width: 100%;
}
.container-text-img-right .img-wrap .stand-bottle {
	display: none;
}

.list-quality-eplus {
  display: block;
}
.list-quality-eplus .item {
  display: block;
  padding: .5vw 0;
	margin-left: 1vw;
}
.list-quality-eplus .item .blue-block {
  background-color: #9AD8DA;
  padding: 1.2vw;
  padding-left: 0;
  display: flex;
  flex-shrink: 1;
  flex-wrap: wrap;
}
.list-quality-eplus .item .blue-block .title-text-wrap {
	width: 90%;
	display: flex;
}
.list-quality-eplus .item .blue-block .number {
	font-size: 11vw;
	color: #fff;
	width: 10.1%;
	font-family: 'SwissBold', sans-serif;
	line-height: 9vw;
	margin-top: -2.4vw;
  margin-left: -1.2vw;
}
.list-quality-eplus .item .blue-block .title {
  font-size: 2.5vw;
  line-height: 2.6vw;
  width: 21.1%;
  font-family: 'SwissBold', sans-serif;
	letter-spacing: -0.15vw;
	align-self: center;
}
.list-quality-eplus .item .blue-block .title2 {
	margin-top: 1.5vw;
}
.list-quality-eplus .item .blue-block .title .text-small {
  font-family: 'SwissLT', sans-serif;
  font-size: 1.5vw;
	display: block;
  line-height: 1.5vw;
}
.list-quality-eplus .item .blue-block .text {
  width: 65%;
  font-size: 1.4vw;
  line-height: 1.6vw;
	align-self: center;
}
.list-quality-eplus .item .grey-logo-block {
  display: flex;
  flex-wrap: wrap;
  padding-top: .6vw;
}
.list-quality-eplus .item .grey-logo-block .logo-wrap {
  width: 25.5%;
  justify-content: flex-end;
  padding-right: .6vw;
  display: flex;
	align-self: center;
}
.list-quality-eplus .item .grey-logo-block .logo-wrap img {
  height: 5.7vw;
}
.list-quality-eplus .item .grey-logo-block .logo-wrap .img-eplus-grey {
	display: block;
}

.list-quality-eplus .item .grey-logo-block .logo-wrap .img-eplus-white {
	display: none;
}
.list-quality-eplus .item .grey-logo-block .text-wrap {
  background: #E0E0DD;
  padding: 2vw 3vw;
  font-size: 1.4vw;
  line-height: 1.6vw;
  width: 74.5%;
}

.textbox-content p {
  font-size: 3.5vw;
  line-height: 3.5vw;
}

.blue-line {
	width: 26vw;
	height: 3px;
	border-radius: 15px;
	background: #9AD8DA;
	display: block;
	margin: 6vw auto;
}

.quote-box {
	text-align: center;
}
.quote-box h5 {
	letter-spacing: -2px;
}

.ceritificate-logo {
	height: 12vw;
	width: auto;
	display: block;
	margin: 0 auto;
}

.social-list {
	margin: 2vw auto;
	margin-bottom: 4vw;
	display: flex;
	display: -ms-flex;
	display: -webkit-flex;
	justify-content: center;
}

.social-list .item {
	padding: 0px 13px;
	border-right: 3px solid #EF4A30;
	font-size: 3.5vw;
}

.social-list .item:last-child {
	border: 0;
}

.social-list .item img {
	height: 3.5vw;
	vertical-align: sub;
}

.form-contact {
	margin: 2rem auto;
	display: block;
	width: 50vw;
}
.form-contact .form-control {
	font-size: 2vw;
}
.form-contact .btn {
	font-size: 2vw;
}
.form-contact .btn-primary {
	border-color: #9ad8da;
	background-color: #9ad8da;
}

.form-group .text-danger {
	font-size: 1.2rem;
}

.copyright-text {
	text-align: center;
	padding: 1rem 0;
	font-size: 1rem;
}

/* Target Safari */
@media not all and (min-resolution: 0.001dpcm) {
	@supports (-webkit-appearance: none) {
		.list-quality-eplus .item .blue-block .number {
			margin-top: -1.2vw;
			margin-left: -1vw;
		}
	}
}

@media all and (orientation: landscape) {
	#portrait-view {
    display: none;
	}
} 

@media all and (orientation: portrait) {
	.section-one {
    height: auto;
	}

	.wrap-video {
		display: flex;
		justify-content: center;
	}

	.video-obj {
		width: auto;
		height: 100%;
	}
	
	#landscape-view {
    display: none;
	}
	
	.wrap-button-scrollto {
		bottom: 0;
	}

	.section-two {
		height: auto;
		padding-bottom: 3rem;
		margin-bottom: 0;
	}

	.section-two {
		padding: 3rem 0;
		height: 80%;
	}
	.section-two .container-text-img-right {
		display: flex;
		justify-content: space-between;
		gap: 1vw;
		align-items: flex-end;
		height: 100%;
	}
	.section-two .container-text-img-right .text-wrap,
	.section-two .container-text-img-right .img-wrap {
		float: none;
	}
	.section-two .container-text-img-right .img-wrap {
		margin-top: 0;
		width: 35vw;
		height: 100%;
    overflow: hidden;
	}
	.section-two .container-text-img-right .text-wrap p {
		font-size: 3.5vw;
    line-height: 3.8vw;
	}

	.section-two .container-text-img-right .img-wrap .half-bottle {
		display: none;
	}
	.section-two .container-text-img-right .img-wrap .stand-bottle {
		display: block;
		object-fit: cover;
    width: auto;
	}
}

/* ipad portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1180px) and (orientation: portrait) {
	.section-two {
		padding: 0;
		height: 65%;
	}
}

/* ipad landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1180px) and (orientation: landscape) {
	.section-two {
		margin-bottom: 3rem;
		height: auto;
	}
}

@media (max-width: 992px) {
	.container {
		max-width: 90%;
	}

	.container-wrap2 {
    padding: 7.8vw 6vw;
	}

	.section-full-height {
		height: 100vh;
	}

	.section-one .img-hero,
	.section-two .img-hero {
		width: 100%;
		height: auto;
	}

	.blue-line {
		width: 40%;
		height: 1px;
	}

	.section-three .text-title {
		font-size: 9vw;
    line-height: 6vw;
		text-align: center !important;
		padding-bottom: 1rem;
		margin: 0 !important;
  }
	.section-three .text-title strong {
		display: block;
	}

	.list-quality-eplus .item {
		margin: 0;
		margin-bottom: .2rem;
	}

	.list-quality-eplus .item .blue-block .title-text-wrap {
		display: block;
	}

	.list-quality-eplus .item .blue-block {
		padding: 2.2vw;
		padding-left: 0;
	}

	.list-quality-eplus .item .blue-block .number {
    margin-top: -3vw !important;
    margin-left: -1vw !important;
	}

	.list-quality-eplus .item .blue-block .title {
		width: auto;
		line-height: normal;
	}
	.list-quality-eplus .item .blue-block .title2 {
		margin-top: 0;
	}

	.list-quality-eplus .item .blue-block .title .text-small {
		display: inline;
		font-size: 3vw;
	}

	.list-quality-eplus .item .blue-block .text {
		font-size: 4vw;
        line-height: 4vw;
		width: auto;
	}

	.list-quality-eplus .item .grey-logo-block {
		background: #E0E0DD;
		margin-top: .1rem;
	}

	.list-quality-eplus .item .grey-logo-block .logo-wrap {
		width: 18%;
    padding: 2vw 3vw;
	}

	.list-quality-eplus .item .grey-logo-block .logo-wrap img {
    height: 10vw;
    display: block;
	}

	.list-quality-eplus .item .grey-logo-block .logo-wrap .img-eplus-grey {
		display: none;
	}

	.list-quality-eplus .item .grey-logo-block .logo-wrap .img-eplus-white {
		display: block;
	}

	.list-quality-eplus .item .grey-logo-block .text-wrap {
		padding: 2vw 3vw;
    padding-left: 0;
		width: 82%;
    font-size: 4vw;
    line-height: 4vw;
	}
}

@media (max-width: 780px) {
	h2,
	.h2 {
		font-size: 3rem;
	}
	
	video {
	    width: auto;
	    height: 100%;
	    object-fit: initial;
	}

	.divider-white {
		bottom: -2px;
	}

  .container-wrap {
    padding: 1rem 2rem;
  }

	.section-one {
		height: 93vh;
		position: relative;
	}
	.section-one::after {
		content: "";
		display: none;
		position: absolute;
		bottom: 1px;
		width: 100%;
		height: 5px;
		background-color: #fff;
	}
	
	.wrap-video {
	    height: 100%;
	}
	
  /* .container-text-img-right .text-wrap {
    width: 65%;
  }
  .container-text-img-right .text-wrap p {
    font-size: 3.5vw;
    line-height: 4vw;
  }
  .container-text-img-right .text-wrap h1 {
    margin-top: 6rem;
    font-size: 5.5vw;
  }
  .container-text-img-right .img-wrap {
    margin-top: -24vw;
  } */

  /* .list-quality-eplus .item .blue-block .number {
    font-size: 22vw;
  }
  .list-quality-eplus .item .blue-block .title {
    font-size: 3.5vw;
    line-height: 3vw;
  }
  .list-quality-eplus .item .blue-block .text {
    font-size: 2.5vw;
    line-height: 2.5vw;
  }
  .list-quality-eplus .item .grey-logo-block .text-wrap {
    font-size: 2.5vw;
    line-height: 2.5vw;
  } */

  .text-title {
    font-size: 6vw;
  }
  
  .text-title2 {
    font-size: 6vw;
  }
  
  .section-two {
		float: none;
	}

  .section-textbox {
    min-height: initial;
  }

  .textbox-content p {
    font-size: 4vw;
    line-height: 4.5vw;
  }

	.form-contact {
		width: 80%;
	}

	.form-contact .form-control,
	.form-contact .btn {
		font-size: 3vw;
	}

	.form-group .text-danger {
		font-size: 1.2rem;
	}
	
	.button-scrollto {
		width: 46px;
		height: 46px;
		padding: 10px;
	}
}

@media (max-width: 680px) {
	body {
		font-size: 1.3rem;
		line-height: 1.3rem;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	.h1,
	.h2,
	.h3,
	.h4,
	.h5 {
		line-height: 1;
		letter-spacing: -2px;
	}

	h2,
	.h2 {
		font-size: 1.8rem;
	}

	h4,
	.h4 {
		font-size: 1.4rem;
	}

	h5,
	.h5 {
		font-size: 1.2rem;
	}

	.lh-45 {
		line-height: 32px;
	}

	.container {
		max-width: initial;
	}

	.section-two .container-text-img-right .text-wrap {
		width: 70%;
	}
	.section-two .container-text-img-right .text-wrap p {
		font-size: 5vw;
    line-height: 5vw;
	}

	.container-text-img-right .text-wrap h1 {
    font-size: 7.5vw;
	}
	
	.list-quality-eplus .item .blue-block .title {
        font-size: 4.2vw;
	}
	
	/* .list-quality-eplus .item .blue-block {
		padding: 1rem;
	}
	.list-quality-eplus .item .blue-block .number {
		font-size: 20vw;
		margin-top: -5vw;
		margin-left: -6vw;
		line-height: 14vw;
	}
	.list-quality-eplus .item .blue-block .number-1 {
		font-size: 24vw;
		margin-top: -10vw;
		line-height: 18vw;
	}
	.list-quality-eplus .item .blue-block .title {
		font-size: 3vw;
	}
	.list-quality-eplus .item .grey-logo-block .text-wrap {
		padding: 1rem;
	}
	
	.list-quality-eplus .item .grey-logo-block .logo-wrap img {
		height: 63px;
	} */

	.section-textbox {
		min-height: initial;
	}

	.section-textbox .img-character {
		height: 20rem;
	}

	.ceritificate-logo {
		height: 10vw;
	}

	.social-list .item {
		display: flex;
		white-space: nowrap;
	}
}

@media (max-width: 580px) {
	body {
		font-size: 1.1rem;
		line-height: 1.1rem;
	}

	.section-two .container-text-img-right .text-wrap {
		width: 70%;
	}
	.section-two .container-text-img-right .text-wrap p {
		font-size: 6vw;
    line-height: 6vw;
	}

	.section-textbox .img-character {
		height: 11rem;
	}

	.form-contact {
		width: auto;
	}

	.form-contact .btn {
		width: 100% !important;
	}
}

@media (max-width: 380px) {
	.section-two {
		height: 70%;
	}

	.section-two .container-text-img-right .img-wrap .stand-bottle {
		width: 55vw;
	}
}