@font-face {
	font-family: 'psl_omyim_proregular';
	src: url('../../font/psl114pro-webfont.woff2') format('woff2'),  url('../../font/psl114pro-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'psl_omyim_proitalic';
	src: url('../../font/psl115pro-webfont.woff2') format('woff2'),  url('../../font/psl115pro-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'psl_omyim_probold';
	src: url('../../font/psl116pro-webfont.woff2') format('woff2'),  url('../../font/psl116pro-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'psl_omyim_probold_italic';
	src: url('../../font/psl117pro-webfont.woff2') format('woff2'),  url('../../font/psl117pro-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
body {
	background-image: linear-gradient(to right, #f8e6e4, #f9f1ef);
	color: #b07022;
	/*font-family: 'psl_omyim_proregular';*/
	font-family: 'Kanit', sans-serif;
	font-size: 18px;
    line-height: 30px;
	overflow-x: hidden;
}

/*css 2 button show mobile website+register*/
.iScrollIndicator {
	background-color: #5281ff !important;
}
.float-md-menu {
    -moz-box-shadow: 0 0 27px 16px rgb(20,12,27);
    background-color: #ffc56f;
    z-index: 999;
    text-shadow: 0 1px 1px #ffc56f;
    background-image: linear-gradient(to bottom, #f4c275 0%, #ffc56f 100%);
    text-decoration: none;
}
.btn-float-xs {
    background-color: #d09541;
    border: 2px solid #b07022;
    border-radius: 7px;
    color: #904f00;
    font-size: 15px;
    padding: 5px;
    text-align: center;
    text-decoration: none;
    transition: all 200ms ease;
    width: 100%;
    font-weight: bold;
}
.btn-float-xs:active {
    background-color: #ce8125;
    border: 2px solid #904f00;
    border-radius: 7px;
    color: #562e00;
    font-size: 15px;
    padding: 5px;
    text-align: center;
    text-decoration: none!important;
    transition: all 200ms ease;
    width: 100%;
}
a:hover {
    color: #ffffff;
    text-decoration: none !important;
}
a{
    color: #512900 !important;
    text-decoration: none;
}
/*scrollbar*/
::-webkit-scrollbar-track {
    border: 1px solid #e6a951;
    background-color: #ffd98f;
}

::-webkit-scrollbar
{
	width: 5px;
	background-color: #fed5d9;
}

::-webkit-scrollbar-thumb {
    background-color: #e6a951;
}
/* ====================== */
/*        particles       */
/* ====================== */
#particles-js {
	position: absolute;
	width: 100%;
	height: 850px;
	pointer-events: none;
	top: 0;
	z-index: 999;
}
/* ====================== */
/*        end particles       */
/* ====================== */


/* ======== */
/*css loader*/
/* ======== */
.flex-container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  ckground-color:#FFF;
}

.unit {
  text-align: center;
}
.unit p {
  margin-top: 100px;
  font-family: 'Lato', sans-serif;
  font-weight: 100;
  text-transform: uppercase;
  letter-spacing: 2px;
  color:#ff767b;
}
.heart {
  position: relative;
  font-size: 0;
  width: 138px;
}
[class*="heart-piece-"] {
  position: absolute;
  top: -5px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
}
.heart-piece-4 {
  -webkit-animation: piece-4 3.2s infinite;
          animation: piece-4 3.2s infinite;
}
.heart-piece-3,
.heart-piece-5 {
  -webkit-animation: piece-3 3.2s infinite;
          animation: piece-3 3.2s infinite;
}
.heart-piece-2,
.heart-piece-6 {
  -webkit-animation: piece-2 3.2s infinite;
          animation: piece-2 3.2s infinite;
}
.heart-piece-1,
.heart-piece-7 {
  -webkit-animation: piece-1 3.2s infinite;
          animation: piece-1 3.2s infinite;
}
.heart-piece-0,
.heart-piece-8 {
  -webkit-animation: piece-0 3.2s infinite;
          animation: piece-0 3.2s infinite;
}
.heart-piece-0 {
  left: 0px;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  background-color: #ff767b;
}
.heart-piece-1 {
  left: 16px;
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
  background-color: #ffbabd;
}
.heart-piece-2 {
  left: 32px;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
  background-color: #ff767b;
}
.heart-piece-3 {
  left: 48px;
  -webkit-animation-delay: 0.45s;
          animation-delay: 0.45s;
  background-color: #ffbabd;
}
.heart-piece-4 {
  left: 64px;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
  background-color: #ff767b;
}
.heart-piece-5 {
  left: 80px;
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
  background-color: #ffbabd;
}
.heart-piece-6 {
  left: 96px;
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
  background-color: #ff767b;
}
.heart-piece-7 {
  left: 112px;
  -webkit-animation-delay: 1.05s;
          animation-delay: 1.05s;
  background-color: #ffbabd;
}
.heart-piece-8 {
  left: 128px;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
  background-color: #ff767b;
}
@-webkit-keyframes piece-4 {
  0%, 10%, 90%, 100% {
    height: 10px;
    top: -5px;
  }
  45%, 55% {
    height: 94px;
    top: -23px;
  }
}
@keyframes piece-4 {
  0%, 10%, 90%, 100% {
    height: 10px;
    top: -5px;
  }
  45%, 55% {
    height: 94px;
    top: -23px;
  }
}
@-webkit-keyframes piece-3 {
  0%, 10%, 90%, 100% {
    height: 10px;
    top: -5px;
  }
  45%, 55% {
    height: 90px;
    top: -31px;
  }
}
@keyframes piece-3 {
  0%, 10%, 90%, 100% {
    height: 10px;
    top: -5px;
  }
  45%, 55% {
    height: 90px;
    top: -31px;
  }
}
@-webkit-keyframes piece-2 {
  0%, 10%, 90%, 100% {
    height: 10px;
    top: -5px;
  }
  45%, 55% {
    height: 80px;
    top: -37px;
  }
}
@keyframes piece-2 {
  0%, 10%, 90%, 100% {
    height: 10px;
    top: -5px;
  }
  45%, 55% {
    height: 80px;
    top: -37px;
  }
}
@-webkit-keyframes piece-1 {
  0%, 10%, 90%, 100% {
    height: 10px;
    top: -5px;
  }
  45%, 55% {
    height: 60px;
    top: -31px;
  }
}
@keyframes piece-1 {
  0%, 10%, 90%, 100% {
    height: 10px;
    top: -5px;
  }
  45%, 55% {
    height: 60px;
    top: -31px;
  }
}
@-webkit-keyframes piece-0 {
  0%, 10%, 90%, 100% {
    height: 10px;
    top: -5px;
  }
  45%, 55% {
    height: 30px;
    top: -15px;
  }
}
@keyframes piece-0 {
  0%, 10%, 90%, 100% {
    height: 10px;
    top: -5px;
  }
  45%, 55% {
    height: 30px;
    top: -15px;
  }
}



#myDiv {
  display: none;
  background-color:#FFF;
}
/* ============ */
/*end css loader*/
/* ============ */


.line-sky {
    margin-top: 49px;
    z-index: 0;
    position: relative;
}
.text-title-au {
	margin-top: 20px;
}
.text-time1 {
    font-size: 1.3rem;
    background-color: #673b10;
    margin: 0 auto;
    padding: 10px 10px 7px 10px;
    color: #673b10;
    border-radius: 60px;
    /* text-shadow: 0 -1px 1px rgb(230, 169, 81); */
    border: 4px solid #b17125;
    background-image: linear-gradient(#e6aa51, #da9631);
    padding: 6px 30px;
    display: table;
    font-weight: 600;
    box-shadow: 2px 2px 3px rgba(0,0,0,0.28);
}
.text-time2 {
    font-size: 1.3rem;
    background-color: #3ecdcf;
    width: 60%;
    margin: 0 auto;
    padding: 10px 10px 7px 10px;
    color: #ffffff;
    border-radius: 60px;
    text-shadow: 0 -1px 1px rgb(0, 118, 119);
    border: 1px solid #00fbff;
    /* box-shadow: inset 0 0px 0 rgb(255, 0, 9), 0 1px 10px rgb(255, 55, 64); */
    /* border: 3px solid #00cfa7; */
}
.text-detail-box{font-size: 1.2rem; padding-top: 15px;}
.text-nametitle {
    font-size: 3rem;
    padding-bottom: 30px;
}

.size-icon{font-size: 1.2rem; color:#f45370;}
.size-icon2 {
    font-size: 1.2rem;
    color: #ff8686;
}
.picture-img {
    border: 10px solid #ffe7e5;
    border-radius: 15px;
    box-shadow: inset 0 0px 0 rgb(255, 118, 123), 0 1px 10px rgb(255, 64, 71);
}
.picture-img2 {
    border: 10px solid #ff6564;
    border-radius: 15px;
    /* box-shadow: inset 0 0px 0 rgb(255, 118, 123), 0 1px 10px rgb(255, 64, 71); */
}
/****************************************************
 *  Push Button
 *****************************************************/
.push_button_pink {
    position: relative;
    width: 300px;
    color: #ffffff !important;
    display: block;
    text-decoration: none;
    /**/ margin: 0 auto; 
    border-radius: 150px;
    border: solid 1px #ff9190;
    /* background: #ff77c3; */
    text-align: center;
    padding: 15px 20px;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    transition: all 0.1s;
    -webkit-box-shadow: 0px 9px 0px #ffa4b9;
    -moz-box-shadow: 0px 9px 0px #84261a;
    box-shadow: 0px 9px 0px #cc4f54;
    font-size: 24px;
    text-shadow: 0 -1px 1px rgb(255, 148, 147);
    background-image: linear-gradient(#ffa09f, #ff706f);
}
.push_button_pink:hover{color:#ffffff;text-decoration:none;}
.push_button_pink:active{
    -webkit-box-shadow: 0px 2px 0px #cc4f54;
    -moz-box-shadow: 0px 2px 0px #cc4f54;
    box-shadow: 0px 2px 0px #cc4f54;
    position:relative;
    top:7px;
}

.push_button_blue {
    position: relative;
    width: 300px;
    color: #ffffff !important;
    display: block;
    text-decoration: none;
    /* margin: 0 auto; */
    border-radius: 150px;
    border: solid 1px #01ad8b;
    background: #00cfa7;
    text-align: center;
    padding: 15px 20px;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    transition: all 0.1s;
    -webkit-box-shadow: 0px 9px 0px #006350;
    -moz-box-shadow: 0px 9px 0px #41a6a9;
    box-shadow: 0px 9px 0px #00ad8b;
    font-size: 24px;
    text-shadow: 0 -1px 1px rgb(0, 247, 200);
    background-image: linear-gradient(#00ffce, #00cfa7);
}
.push_button_blue:hover{color:#ffffff;text-decoration:none;}
.push_button_blue:active{
    -webkit-box-shadow: 0px 2px 0px #41a6a9;
    -moz-box-shadow: 0px 2px 0px #41a6a9;
    box-shadow: 0px 2px 0px #00ad8b;
    position:relative;
    top:7px;
}

.btn-right{float:right;}
.btn-left{float:left;}
/* btn 3 menu left- */
.sticky-container {
	/* background-color: #333; */
	padding: 0px;
	margin: 0px;
	position: fixed;
	right: -105px;
	top: 35px;
	width: 210px;
}
.sticky li {
	font-family: 'Kanit', sans-serif;
	cursor: pointer;
	list-style-type: none;
	font-weight: bold;
	background-color: #b07022;
	color: #ffffff;
	height: 60px;
	padding: 4px;
	margin: 0px 0px 5px 0px;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	/* transition: all 0.25s ease-in-out; */
    /* cursor: pointer; */
    /* filter: url(data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter i…0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale); */
	filter: gray;
	/* -webkit-filter: grayscale(100%); */
	border-radius: 50px;
}
.sticky li:hover {
	margin-left: -110px;
	color: #ff777b;
	/*-webkit-transform: translateX(-115px);
		-moz-transform: translateX(-115px);
		-o-transform: translateX(-115px);
		-ms-transform: translateX(-115px);
		transform:translateX(-115px);*/
		/*background-color: #8e44ad;*/
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
	-webkit-filter: grayscale(0%);
}
.sticky li img {
	float: left;
	margin: -3px -3px;
	margin-right: 10px;
}
.sticky li p {
	padding: 0px;
	margin: 0px;
	text-transform: uppercase;
	line-height: 52px;
}
/*footer*/
.bg-footer {
    background-color: #f4c375;
    background-image: url(../../img/bg-box.png);
    color: #b97000;
    font-size: 13px;
    line-height: 20px;
    padding: 22px;
    font-weight: bold;
    border-top: 2px solid #e6aa51;
}

/*end footer*/

/* lg */ 
@media (min-width: 1200px) and (max-width: 1451px) {
#particles-js {
	height: 800px;
}	
}

/* md */
@media (min-width: 992px) and (max-width: 1199px) {
.particles{ display:none;}
.text-time1 {width: 80%;}
.text-time2 {width: 80%;}

}

/* sm */
@media (min-width: 768px) and (max-width: 991px) {
.particles{ display:none;}
.text-time1 {width: 100%;}
.text-time2 {width: 100%;}
.btn-right{float:none;}
.btn-left{float:none;}
.bg-footer {
    line-height: 22px;padding-bottom: 65px;background-image: none;
}
}

/* xs */
@media (max-width: 767px) {
.line-sky {
    margin-top: 20px;
    z-index: 0;
    position: relative;
}
.particles{ display:none;}
.text-time1 {width: 100%;}
.text-time2 {width: 100%;}
.btn-right{float:none;}
.btn-left{float:none;}
.bg-footer {
    line-height: 22px;padding-bottom: 65px;background-image: none;
}
}

/* XS Portrait */
@media (max-width: 479px) {
.line-sky {
    margin-top: 20px;
    z-index: 0;
    position: relative;
}
.particles{ display:none;}
.text-time1 {width: 100%;}
.text-time2 {width: 100%;}
.btn-right{float:none;}
.btn-left{float:none;}
.bg-footer {
    line-height: 22px;padding-bottom: 65px;background-image: none;
}
}
