@font-face {
    font-family: "thai-sans";
    src: url('../fonts/THAISANSNEUE-SEMIBOLD.TTF');
}
@font-face{
	font-family: "hensa";
	src: url('../fonts/HENSA.OTF');
}
.thaiSans{
	font-family: "thai-sans",sans-serif;	
}
.hensa{
	font-family: "hensa",sans-serif;
}
.f1{
	font-size: 1em;
}
.f1-2{
	font-size: 1.2em;
}
.f1-3{
	font-size: 1.3em;
}
.f1-5{
	font-size: 1.5em;
}
.f1-6{
	font-size: 1.6em;
}
.f2{
	font-size: 2em;
}
.f3{
	font-size: 3em;
}
.mt-8{
	margin-top: 80px;
}
.pr-9{
	padding-right: 90px;
}
.pr-20{
	padding-right: 20%;
}
.w-60{
	width: 60%;
}
.h-60{
	height: 60%;
}
.line-high-1{
	line-height: 1;
}
*{
    margin:0;
    padding:0;
}
html,body{
    background: #ddd;
	overflow: hidden;
	font-family: "thai-sans",sans-serif;
}
body::-webkit-scrollbar {width:1px;height:1px;}
body::-webkit-scrollbar-track {-webkit-box-shadow:inset 0 0 10px rgb(250,250,250);}
body::-webkit-scrollbar-thumb {background:#ddd;outline:0;border-radius:3px;}

.fancybox-inner {
	overflow: auto !important;
}
.container-full{
	width: 100%;
	padding: 0;
	margin: 0;
}
.main-box{
    position:absolute;
    top:0px;
    left:0px;
    bottom:0px; 
}
.section{
    bottom:0px;
    float:left;
	width: 100%;
    height:1000px;
	padding: 135 15px 15px 15px;
}
nav a{
	color: #000;
}
a{
	color:#fff;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
span.reference{
	position:fixed;
	left:10px;
	bottom:10px;
	font-size:13px;
	font-weight:bold;
}
span.reference a{
	color:#fff;
	text-shadow:1px 1px 1px #000;
	padding-right:20px;
}
span.reference a:hover{
	color:#ddd;
	text-decoration:none;
}
#header{
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
	z-index: 1200;
	height: 115px;
}
/* CUSTOM CSS */
.nav-between:before{
	content: "|";
	color: #000;
	padding: 5px;
	display: table;
}
.nav-social img{
	width: 26px;
}
.nav-link{
	color: #000;
}
a.nav-link.active{
	font-weight: 600;
    text-decoration: underline;
}
ul.menu{
	margin-left: 70px;
	display: block;
	list-style: none;
    position: relative;
    color: #882f2f;
	height: 25px;
}
ul.menu:before{
	content: '';
    width: 6px;
    background: #7f7f7f;
    top: 10px;
    left: 0;
    position: absolute;
    height: 5px;
	width: 360px;
}
ul.menu li a{
	float: left;
    position: relative;
    margin-right: 70px;
    display: -webkit-box;
}
ul.menu li a:before{
	content: '';
    width: 25px;
    height: 25px;
	background-color: #fff;
    border: 5px solid #7f7f7f;
    top: 0;
    left: 0;
    position: absolute;
    border-radius: 50%;
}
ul.menu li .active:after{
	content: '';
    height: 9px;
    width: 9px;
    background: #7f7f7f;
    z-index: 1;
    position: absolute;
    border-radius: 50%;
}
ul.menu li .active p{
	position: absolute;
	top: 25px;
	white-space: nowrap;
}
ul.menu li a p{
	display: none;
	color: #7f7f7f;
	font-size: 1.2em;
	font-family: "thai-sans",sans-serif;
	margin-top: 5px;
}
.l-1{left:-5px;}
.l-2,.l-3,.l-4{left: -22px;}
.l-5{left: -8px;}

#change-color,
#change-color-m{
	background: #252525;
	color: #fff;
    font-family: "thai-sans",sans-serif;
    border: 0;
    border-radius: 5px;
    width: 100%;
    white-space: nowrap;
    padding: 2px 10px;
	font-size: 1em;
	outline: 0;
	cursor: pointer;
}
#change-color-m{
	display: none;
}
#change-color:hover,
#change-color-m:hover{
	padding: 2px 11px;
}
.btn-change-color{
	margin-right: 15px;
	margin-top: 7px;
}
/* BEGIN BACKGROUND SECTION ALL */

#section1,
#section2,
#section3,
#section4,
#section5,
#section6,
#section7{
    background-size: 100%;
    background-repeat: no-repeat;  
	background-position-y: -50px;
}
#section1{background-image: url('../images/bg01-1.png');}
#section2{background-image: url('../images/bg02.png');}
#section3{background-image: url('../images/bg03.png');}
#section4{background-image: url('../images/bg04.png');}
#section5{background-image: url('../images/bg09-1.png');}
#section6{background-image: url('../images/bg10.png');}
#section7{background-image: url('../images/bg05.png');}

/* END BACKGROUND SECTION ALL */
#section1 .m-like{
	background-image: url('../images/bg06.png');
	background-size: 60%;
    background-repeat: no-repeat;
    background-position-y: 60px;
    background-position-x: 80px;
}
#section2 .m-like{
	/*background-image: url(../images/bg07.png);*/
	background-image: url('../images/bg07-new.png');
    background-size: initial;
    background-repeat: no-repeat;
    background-position-y: 40px;
    background-position-x: 865px;
}
#section2 .f-box{
	height: 465px;
}
.areaimage{
	height: 300px;
	position: relative;
}
.areaimage div{
    font-size: 2.5em;
	font-family: "thai-sans",sans-serif;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 250px;
    margin-left: -165px;
    margin-top: 70px;
}
.areaimage img{
	position: absolute;
    top: 40%;
    left: 20%;
}
#section2 .areaimage{
	height: auto;
}

#section2 .areaimage div {
    font-size: 1.5em;
    color: #000;
    position: absolute;
    bottom: -100px;
    left: 50%;
    width: 300px;
    margin-left: -150px;
	top: initial;
}
.text-title span{
	font-size: 0.9em;
    margin-left: 20px;
}

.rotate {
	/* Safari */
	-webkit-transform: rotate(-12deg);
	/* Firefox */
	-moz-transform: rotate(-12deg);
	/* IE */
	-ms-transform: rotate(-12deg);
	/* Opera */
	-o-transform: rotate(-12deg);
}
/*menu*/
.m-menu{
	position: absolute;
    right: 20px;
	z-index: 1000;
	display: none;
}

.module-popup,
.module-popup2,
.module-popup3,
.module-popup4,
.module-popup5,
.module-popup6,
.module-popup7,
.module-popup-video{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.7);
	z-index: 1500;
	display: none;
}

.module-content,
.module-content2,
.module-content3,
.module-content4,
.module-content5,
.module-content6,
.module-content7{
	width: 80%;
	height: 80%;
	background-color: #fff;
	border-radius: 2px;
	padding: 10px 100px 10px 100px;
	position: relative;
	top: 0;
	z-index: 1501;
}
.module-content-video{
	width: 80%;
	height: 80%;
	background-color: #fff;
	border-radius: 2px;
	position: absolute;
	top: 0;
	z-index: 1501;
}
.times-module ,.times-module-video{
	font-size: 2em;
    color: #fff;
    position: absolute;
    top: -40px;
    right: 10px;
	cursor: pointer;
    z-index: 1502;
}
.chev-left,
.chev-right,
.chev-left2,
.chev-right2,
.chev-left3,
.chev-right3,
.chev-left4,
.chev-right4,
.chev-left5,
.chev-right5,
.chev-left6,
.chev-right6,
.chev-left7,
.chev-right7{
	position: absolute;
	top: 50%;
	margin-top: -48px;
	cursor: pointer;
}
.chev-left,
.chev-left2,
.chev-left3,
.chev-left4,
.chev-left5,
.chev-left6,
.chev-left7{
	left: 10px;
}
.chev-right,
.chev-right2,
.chev-right3,
.chev-right4,
.chev-right5,
.chev-right6,
.chev-right7{
	right: 10px;
}
.underline{
	background: rgba(0,0,0,0.6);
	width: 100%;
    height: 4px;
    border-radius: 2px 50% 20% 2px;
    display: block;
}
.detail-milk{
	font-family: "thai-sans",sans-serif;
}
#section2 [data-animation-in^="animate"]{
    opacity:0; 
}
img.nutrients{
	margin-top: 15px;
}
.pointer{
	cursor: pointer;
}
.box-nutrient h2{
	font-size: 1.7em;
}

.spinner-master * {
    transition: all 0.3s;
    box-sizing: border-box;
}
.spinner-master {
    position: relative;
    margin: 50px auto;
    height: 50px;
    width: 50px;
}
.spinner-master input[type=checkbox] {
    display: none;
}
.spinner-master label {
    cursor: pointer;
    position: absolute;
    z-index: 99;
    height: 100%;
    width: 100%;
    top: 10px;
    left: 0;
}
.spinner-master .spinner {
    position: absolute;
    height: 5px;
    width: 100%;
	background-color: #555;
  /*  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1); */
}
.spinner-master .diagonal.part-1 {
    position: relative;
    float: left;
}
.spinner-master .horizontal {
    position: relative;
    float: left;
    margin-top: 7px;
}
.spinner-master .diagonal.part-2 {
    position: relative;
    float: left;
    margin-top: 6px;
}
.spinner-master input[type=checkbox]:checked ~ .spinner-spin > .horizontal {
    opacity: 0;
}
.spinner-master input[type=checkbox]:checked ~ .spinner-spin > .diagonal.part-1 {
    transform: rotate(135deg);
    margin-top: 10px;
}
.spinner-master input[type=checkbox]:checked ~ .spinner-spin > .diagonal.part-2 {
    transform: rotate(-135deg);
    margin-top: -16px;
}
ul#show-list-menu{
	display: none;
	width: 100%;
    position: absolute;
    right: 0;
    top: 0;
	z-index: 1500;
}

ul#show-list-menu li:last-child{
	border-bottom: 1px solid #898989;
}
ul#show-list-menu li{
	border: 0;
    border-bottom: 2px solid #fff;
    border-radius: 0;
	font-family: "thaiSans",sans-serif;
    font-size: 1.2em;
	background-color: #898989;
	text-align: center;
	padding: 20px;
}
ul#show-list-menu li img.brand{
	width: 150px;
}

ul#show-list-menu li a{
	text-decoration: none;
	color: #fff;
}
li.m-social{
	height: 120px;
	width: 100%;
	display: table;
}
li.m-social img{
	width: auto;
	margin-left: 15px;
}
li.m-social > .list-social{
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.cover-menu{
	display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 1500;
}
ul#show-list-menu li:hover{
	background-color: #444;
}
ul#show-list-menu li:first-child:hover,
ul#show-list-menu li:last-child:hover
{
	background-color: #898989;
}
ul#show-list-menu li:hover{
	background-color: #444;
}

ul#show-list-menu li.active-menu{
	background-color: #444;
}
.adjust-text1{
	display: block;
	text-align: center;
	float: right;
}
.adjust-text2{
	display: block;
	text-align: center;
	float: left;
}
map > area{
	cursor: pointer;
}
/*
#file-name3,
#file-name4,
#file-name5,
#file-name8{
	height: auto;
	width: 100%;
}*/

#file-name0,
#file-name1,
#file-name2,
#file-name3,
#file-name4,
#file-name5,
#file-name6,
#file-name7,
#file-name8,
#file-name9,
#file-name10,
#file-name11{
	height: auto;
	width: 99%;
}
#video-milk{
	cursor: pointer;
}
.areaimage div:hover,
.areaimage div:active,
.areaimage div:focus{
	color: #ddd;
    font-size: 2.6em !important;

}

/* #video-milk.animated  {
	-webkit-animation-duration : 1s;
	animation-duration : 1s;
}
 */
#play-button,
#pause-button{
	opacity: 0;
}
footer{
	display: none;
}
.loading{
	background: rgba(0,0,0,0.6);
	width: 100%;
	height: 100%;
	z-index: 1503;
	position: fixed;
	top: 0;
	left: 0;
}
.loading-progress{
    margin-top: -75px;
    margin-left: -60px;
    background-color: #000;
    border-radius: 5px;
    position: fixed;
    top: 50%;
    left: 50%;
	padding-top: 15px;
    color: #757575;
    text-align: center;
    width: 150px;
    height: 120px;
    display: table;
}

.loading-progress p {
    font-size: 1.2em;
    font-family: "thaiSans",sans-serif;
    margin-top: 10px;
	display: block;
}

.wrap {
	perspective: 1000px;
	perspective-origin: 50% 50%;
	animation: bganim 3s linear 2s infinite;
}

.cube {
	margin: auto;
	position: relative;
	transform-style: preserve-3d;
	height: 500px;
	width: 500px;
	transform: rotateX(0deg) rotateY(0deg) rotateZ(25deg);
	margin-top: 20px;
	margin-bottom: 90px;
	zoom: 0.9;

}

.cube div {
	position: absolute;
	/*padding: 10px;*/
	box-sizing: border-box;
	/*opacity: 0.9;*/
	background-color: #000;
	/*border: solid 1px #eee;*/
	color: #fff;
	font: 10px arial;
	transition: transform 0.2s ease-in;
}
.cube div img {
	width:100%;
	height:100%;
}

.front {
	height: 511px;
	width: 200px;
	transform: translateZ(48px) translateX(148px);
}

.back {
	height: 511px;
	width: 200px;
	transform: translateZ(-100px) rotateY(180deg) translateX(-148px);
}

.right {
	width:148px !Important;
	height:511px;
	transform: rotateY(-270deg) translateX(100px) translateZ(200px);
	transform-origin: top right;
}

.left {
	width:148px !Important;
	height:511px;
	transform: rotateY(270deg) translateX(-100px) translateZ(-150px);
	transform-origin: center left;
}

.top {
	width:200px !Important;
	height:148px !Important;
	transform: rotateX(-270deg) translateY(-100px) translateX(150px);;
	transform-origin: top center;
}

.bottom {
	width:200px !Important;
	height:148px !Important;
	transform: rotateX(270deg) translateY(100px) translateZ(363px) translateX(150px);;
	transform-origin: bottom center;
}


@keyframes rotate {
	from {
		transform: rotateX(0deg) rotateY(0deg) rotateZ(25deg);
	}

	to {
		transform: rotateX(0deg) rotateY(360deg) rotateZ(25deg);
	}
}


.animated  {
	-webkit-animation-duration : 2s;
	animation-duration : 2s;
}
/*  animation-delay : 2000ms; */


.lifestyle{
	height: 120px;
    width: 90%;
    background: #000;
    color: #fff;
    padding: 20px;
    margin: 0 auto;
	background: url(../images/bg-lifestyle.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100%;
	margin-bottom: -6px;
}
.lifestyle .hensa{
	font-size: 2.8em;
	transform: rotate(-9deg);
	display: block;
	float: left;
}
.box-liftstyle .row{
	width: 90%;
	margin: 0 auto;
}

.life-link{
	font-family: "ThaiSans",sans-serif;
    font-size: 1.2em;
    margin-left: 40px;
    margin-top: 10px;
    display: block;
    float: left;
    cursor: pointer;
	text-decoration: underline;
}
.life-link a{
	color: #688bb5;
}
.life-link a:hover{
	color: #91accc;
}
.row.no-gutters {

  [class^="col-"],
  & > [class*=" col-"] {
    padding-right: 1px;
    padding-left: 1px;
  }
}
.fix-margin-height{
	margin-top: 115px;
}
.cover-share{
	position: relative;
}
.frame{
	overflow: hidden;
}
.frame img{
	transition: all 500ms Linear;
	border: 0.5px solid #fff;
}

.module-share{
    background: rgba(0,0,0,.4);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
	cursor: pointer;
	z-index: 9;
}
.frame:hover .module-share{
	background: transparent;
}
.frame:hover .tool-share{
	display: block;
}
.frame:hover img{
	transform: scale(1.1,1.1);
}
.tool-share{
    color: #fff;
    width: 100%;
    background: rgba(0,0,0,.4);
    padding: 7px 15px;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 1.2em;
	display: none;
	z-index: 10;
}
.title-share{
	float: left;
}
.icon-share{
	float: right;
	padding: 10px;
}
.icon-share a:hover{
	color: #ddd;
}
.title-share,.icon-share{
	display: block;
}
.fancybox-next,.fancybox-prev{
	display: none !important;
}
.fancybox-overlay{
	background-color: rgba(0,0,0,.8) !important;
}
.fa-share-alt{
	cursor: pointer;
}
.list-social{
	width: 200px;
	display: none;
	position: absolute;
	top: 40px;
	right: 20;
	z-index: 10;
}
.list-social li{
	background-color: #333;
	font-family: "ThaiSans",sans-serif;
	font-size: 0.8em;
}
.list-social li:hover{
	background-color: #434343;
}
.list-social li:hover a{
	text-decoration: none;
}
.list-social li > a > img{
	width: 24px;
	margin-right: 5px;
	border: 26px;
}
.list-social li > a > p{
    margin-left: 34px;
	margin-bottom: 0;
}
.list-social li > a > p,.list-social li > a > span{
	font-size: 0.8em;
}
.copys{
	padding-top:2px;
	padding-bottom: 5px;
}
.copys span{
	float: left;
	padding-left: 5px;
}
.copys img{
	margin-top: 5px;
	float: left;
}

.fancybox-inner .icon-share{
    background: rgba(0, 0, 0, 0.68);
    padding: 12px 20px;
    position: absolute;
    bottom: 0;
    right: 0;
    color: #fff;
}
.custom-list-social{
	position: initial !important;
}
.more-info{
    background: url('../images/bg-more.png');
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    top: 105px;
    right: 115px;
	width: 220px;
    height: 220px;
}
.more-text{
    display: block;
	height: auto;
    width: 115px;
    padding-top: 30px;
	padding-left: 10px;
	cursor: pointer;
	margin: auto;
	
}
.more-text p{
    margin-bottom: -10px;
    font-size: 1.7em;
    width: 100%;
	color: #fff;

}
.more-text-link{
	font-size: 1.2em !important;
	margin-top: 8px;
}
.more-text:hover p{
	color: #ab917e;
}
.tetra-topic{
	color: #55a3e7;
	font-size: 3.5em;
	margin-top: 25px;
}
.topic-color{
	color: #55a3e7;
}
.fix-img-h-tetra{
	height: 260px;
}
.img-tetra-fixwidth2 img{
	margin-left: -40px !important;
}
#section6{
	padding-left: 0;
}
.chev-left5,
.chev-right5{
	display: none;
}
/*
button#change-color,button#change-color-m{
	display: none !important;
}
*/
#popup-detail6 .box-nutrient h2{
	z-index: 1000;
	position: relative;
}
.addnews{
	position: absolute;
    width: 100px;
    top: 0;
    left: 50%;
    margin-left: -25%;
	display: none;
}