@font-face {
    font-family: BaskerVille;
    src: url("/fonts/baskvl.ttf") format('truetype');
}
@font-face {
    font-family: BebasNeue;
    src: url("/fonts/BebasNeue.otf") format('opentype');
}
@font-face {
    font-family: BaskerVilleLite;
    src: url("/fonts/BaskervilleLight.ttf") format('truetype');
}
@font-face {
    font-family: SuperMarket;
    src: url("/fonts/supermarket.ttf") format('truetype');
}
@font-face {
    font-family: SukhumvitSemiBold;
    src: url("/fonts/SukhumvitSetSemiBold.ttf") format('truetype');
}
@font-face {
    font-family: SukhumvitMedium;
    src: url("/fonts/SukhumvitSetMedium.ttf") format('truetype');
}
@font-face {
    font-family: SukhumvitText;
    src: url("/fonts/SukhumvitSetText.ttf") format('truetype');
}

html, body{
  background-color: #EFEFEF;
  font-family: Arial, Helvetica, sans-serif, SuperMarket;
  font-size: 20px;
}

a {
  color: inherit;
  text-decoration: none!important;
}

.container{
  background-color: #FFFFFF;
  padding: 0;
}

.row{
  margin: 0;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6,
.col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{
  padding: 0;
}

.BG-Shadow{
  position: absolute;
  width: 100%;
  height: 30px;
  left: 0;
  top: 0;
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.2), rgba(255, 255, 255, 0));
  background: -o-linear-gradient(rgba(0, 0, 0, 0.2), rgba(255, 255, 255, 0));
  background: -moz-linear-gradient(rgba(0, 0, 0, 0.2), rgba(255, 255, 255, 0));
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(255, 255, 255, 0));
  z-index: 10;
}

.Font-Title{
  font-family:BaskerVille,SuperMarket;
  font-size:23pt;
}

/*-----------------Header File-----------------*/
.MainMenu, .SearchBox{
  display: none;
  position: absolute;
  width:100%;
  padding:10px;
  z-index: 1000;
  color:#231F20;
  background-color: #9FDDED;
  font-family:Arial,SuperMarket;
}

#SearchText{
  moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px;
}

.Menu-Row, .SubMenu-Row{
  padding: 15px 0;
  border-bottom: 1px white solid;
}

.Toggle-SubMenu{
  position: absolute;
  right: 0;
  height: 100%;
  width: 40px;
  text-align: center;
  font-size: 35px;
  line-height: 100%;
  color:#9FAAB0;
}

.SubMenu-Box{
  display:none;
}

/*-----------------Home File-----------------*/
img{
  opacity: 1;
	transition: opacity 0.2s;
}

img[data-src] {
	opacity: 0;
}

.carousel-indicators{
  cursor:context-menu;
  top:0px;
}

.carousel-indicators li{
  background-color: rgba(0,0,0,0);
  /* border: 1px solid #009EE2; */
  border: 1px solid #AAAAAA;
  width: 8px!important;
  height: 8px!important;
  margin:0;
}

.carousel-indicators .active{
  /* background-color:#009EE2; */
  background-color:#9EA9AF
}

.youtube-box{
  display: block;
  width: 80%;
  background: white;
  padding: 10px;
  border: 1px #CDCBCC solid;
  font-size: 12pt;
  text-align: center;
}

.Home-Product-Box{
  border: 1px #72D0EB solid;
  position: relative;
  width: 40%;
  background: white;
  margin-top: 20px;
}

.Home-Product-Box .Product-Button{
  position: relative;
  width:100%;
  font-family:Arial,SuperMarket;
  background: #72D0EB;
  color: white;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  padding:5px 0;
}

/*-----------------Product Main File-----------------*/
.Font-Product-Title{
  font-family:BaskerVille,SuperMarket;
  font-size:25pt;
}

.Font-Product-Title-Location{
  font-family:BebasNeue,SuperMarket;
  font-size:15pt;
}

.Location-Box{
  position:relative;
  float:left;
  color:#3E3E3E;
  text-shadow: 5px 0px 3px rgba(29,29,27,0.3);
  display: flex;
  justify-content:left;
  align-items:center;
  cursor:pointer;
}

.Location-Box img{
  width:30%;
}

.Product-Box{
  box-shadow: 1px 1px 10px rgba(0,0,0,0.2);
  padding:10px;
  cursor: pointer;
}

.Product-Box img{
  width:100%;
}

.Product-Title{
  display: block;
  padding: 10px 0;
  font-family: BaskerVille;
  font-size: 25pt;
  line-height: 25pt;
  color: #121517;
}

/*-----------------Product Sub File-----------------*/
.Product-Country{
  display: flex;
  justify-content:left;
  align-items:center;
  font-family:BebasNeue,SuperMarket;
  font-size:24pt;
  color:#009FE3;
}

.Product-Country img{
  width:15%;
}

.Product-Row{
  font-family:BebasNeue,SuperMarket;
  font-size:15pt;
  color:#009FE3;
}

.Product-Row ul{
  margin-bottom:0;
}

.Product-Row ul li:hover{
  color:#3E3E3E;
  cursor: pointer;
}

.Product-Row img{
  width: 100%;
}

.Product-Bottom-Line{
  border-bottom: 1px rgba(29,29,27,0.2) solid;
}

/*-----------------Product * File-----------------*/
.Font-Product-Name{
  font-family:BaskerVille,SuperMarket;
  font-size:22pt;
}

.Font-Product-SubName{
  font-family:BaskerVille,SuperMarket;
  font-size:20pt;
}

.Product-SubMenu{
  display: inline-block;
  font-family: Arial,SuperMarket;
  font-size: 13pt;
  color: #8D9192;
  padding:5px;
  text-align: center;
  border-left:1px black solid;
}

.Product-SubMenu-Active{
  color: #000000;
}

.zoom{
  position: absolute;
  right: 10px;
  bottom: 10px;
  background-image: url(../images/icon-zoom.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 7vw;
  height: 7vw;
}

/*-----------------Product Dog Main File-----------------*/
.ProductDog-Menu-Active, .ProductDog-Menu-Active:hover{
  display: inline-block;
  cursor: pointer;
  color:#129851;
}

.ProductDog-SubTitle{
  font-family:BaskerVille,SuperMarket;
  font-size:20pt;
}

/*-----------------News File-----------------*/
.news-box{
  box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
  cursor: pointer;
  padding: 10px;
  padding-top:15px;
  -moz-border-radius:10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px;
  margin-bottom: 20px;
  overflow: hidden;
}

.news-title{
  font-family: BaskerVille,SuperMarket;
  font-size: 16pt;
  line-height: 100%;
  width: 100%;
  display: inline-block;
  text-align: left;
}

.news-desc{
  font-size: 12pt;
}

.news-readmore{
  font-size: 12pt;
  color: #85B3E0;
}

.news-flag-tw{
  position: absolute;
  width:15%;
  height:100%;
  left:0;
  top:0;
  background-image: url('../images/news-flag-tw.png');
  background-size: contain;
  background-repeat: no-repeat;
}

.news-flag-us{
  position: absolute;
  width:15%;
  height:100%;
  left:0;
  top:0;
  background-image: url('../images/news-flag-us.png');
  background-size: contain;
  background-repeat: no-repeat;
}

.news-flag-cn{
  position: absolute;
  width:15%;
  height:100%;
  left:0;
  top:0;
  background-image: url('../images/news-flag-cn.png');
  background-size: contain;
  background-repeat: no-repeat;
}

.news-flag-th{
  position: absolute;
  width:15%;
  height:100%;
  left:0;
  top:0;
  background-image: url('../images/news-flag-th.png');
  background-size: contain;
  background-repeat: no-repeat;
}

/*-----------------Where File-----------------*/
.Country-Title{
  font-family:BaskerVille,SuperMarket;
  font-size:24pt;
}

.country{
  font-family: BebasNeue,SuperMarket;
  font-size: 28pt;
}

.country .Shop{
  display: none;
}

/*-----------------FAQ File-----------------*/
.question{
  cursor: pointer;
  border-bottom: 2px #85B3E0 solid;
  padding:10px 0;
  font-size: 14pt;
  line-height: 20pt;
}

.answer{
  display: none;
  padding-top:10px;
}

.last{
  border-bottom: none;
}

.faq-sub-menu{
  display: block;
  border-bottom: 1px black solid;
  padding:5px 0;
  cursor: pointer;
}
.faq-active{
  font-weight: bold;
  color:black;
  font-size:15px;
}

.faq-inactive{
  color:#979A9B;
  font-size:15px;
}

/*-----------------Contact File-----------------*/
.contact-title{
  display: block;
  width:100%;
  font-family: BaskerVille,SuperMarket;
  font-size: 24pt;
  text-align: center;
  position:absolute;
  top:5%;
}

.contact-sub-title{
  display: block;
  width:100%;
  font-size: 14pt;
  font-weight: bold;
  text-align: center;
  position: absolute;
  top:50%
}

.contact-desc{
  display: block;
  font-size: 14pt;
  padding:10px 0 20px 0;
  border-bottom: 1px black solid;
}

.form-title{
  display: block;
  font-size:14pt;
}

input,textarea{
  width:100%;
  padding:5px;
  margin: 5px 0;
  -moz-border-radius:5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  border:1px #8BB4E0 solid;
}

textarea{
  height:100px;
}

.send{
  background-color: #85B3E0;
  font-weight: bold;
  font-size: 15pt;
  text-align: center;
  padding:5px;
  -moz-border-radius:5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  margin-bottom: 20px;
}

/*-----------------Thankyou File-----------------*/
.ThankYou-Title{
  font-family:BaskerVille,SuperMarket;
  font-size:18pt;
}

/*-----------------Product Card-----------------*/
.Product-Canvas{
  padding:20px 0;
}

.Product-Image-Canvas{

}

.Product-Image-Main, .Product-Image-Thumb{
  display: flex;
  justify-content: center;
  cursor: pointer;
}

.Product-Image-Main img{
  max-width: 80%;
  max-height: 80%;
  width: auto;
  height: auto;
}

.Product-Image-Thumb img{
  border-radius: 10px;
  border:1px #666666 solid;
  max-width: 20%;
  max-height: 20%;
  width: auto;
  height: auto;
  margin: 0 5px;
  cursor: pointer;
}

.Product-Detail-Canvas{
  padding: 20px;
}

.Product-Detail-Title1{
  font-size: 16pt;
  font-weight: bold;
}

.Product-Detail-Title2{
  font-size: 14pt;
  font-weight: bold;
}

.Product-Detail-Title3{
  font-size: 12pt;
  font-weight: bold;
}

.Product-Detail-Title4{
  font-size: 12pt;
}

.Product-Detail-Img img{
  max-width: 30px;
  max-height: 30px;
}
