a {
  color: #000;
}
a:hover {
  color: #df043a;
}
#movement {
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
#con-center {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
  -webkit-justify-content: center;
}
#middle {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
}
#rorate90 {
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
#rorate45 {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#circle {
  -moz-border: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
#fade {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#texthidden {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#hidden {
  overflow: hidden;
}
#opacity-0 {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
}
#opacity-1 {
  opacity: 0.1;
  filter: alpha(opacity=10);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
}
#opacity-2 {
  opacity: 0.2;
  filter: alpha(opacity=20);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
}
#opacity-3 {
  opacity: 0.3;
  filter: alpha(opacity=30);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
}
#opacity-4 {
  opacity: 0.4;
  filter: alpha(opacity=40);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
}
#opacity-5 {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
}
#opacity-6 {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
}
#opacity-7 {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
}
#opacity-8 {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
}
#opacity-9 {
  opacity: 0.9;
  filter: alpha(opacity=90);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
}
#opacity {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
}
#zoom {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
#zoom-in {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
#zoom-out {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
#img-fit {
  object-fit: cover;
  object-position: center;
}
body {
  background: #fff;
  color: #000;
  font-weight: 300;
  font-family: 'Pridi';
  font-size: 16px;
  margin: 0px;
  padding: 0px;
  border: 0px;
  -webkit-font-smoothing: antialiased;
}
button,
input,
select,
textarea {
  padding: 0 5px;
  font-family: 'Pridi';
  font-weight: 300;
}
p,
div {
  padding: 0px;
}
.back {
  margin: 50px 0 0 0;
  text-align: center;
}
.back a {
  color: #df043a;
}
.back a:hover {
  color: #000;
}
.backtop {
  background: #df043a;
  width: 40px;
  height: 40px;
  padding-bottom: 5px;
  position: fixed;
  z-index: 4;
  bottom: 0;
  right: 0;
  margin: 0 15px 15px 0;
  color: #fff;
  border: 1px solid #fff;
  -moz-border: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
}
.backtop:hover {
  opacity: 0.7;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#bullet {
  width: 13px;
  height: 13px;
  margin: 0 5px;
  cursor: pointer;
  -moz-border: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.bulletset {
  margin: 20px 0 0 0;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
  -webkit-justify-content: center;
}
.bulletset .bullet-over {
  width: 13px;
  height: 13px;
  margin: 0 5px;
  cursor: pointer;
  -moz-border: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background: #df043a;
}
.bulletset .bullet {
  width: 13px;
  height: 13px;
  margin: 0 5px;
  cursor: pointer;
  -moz-border: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  border: solid 2px #df043a;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.bulletset .bullet:hover {
  width: 13px;
  height: 13px;
  margin: 0 5px;
  cursor: pointer;
  -moz-border: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background: #000;
  border: solid 2px #000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#number {
  width: 30px;
  height: 30px;
  margin: 50px 5px 0 0;
  -moz-border: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 14px;
  text-align: center;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.number {
  background: #f5f5f5;
  color: #232323;
  border: solid 1px #ccc;
  width: 30px;
  height: 30px;
  margin: 50px 5px 0 0;
  -moz-border: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 14px;
  text-align: center;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.number-over {
  background: #df043a;
  color: #fff;
  width: 30px;
  height: 30px;
  margin: 50px 5px 0 0;
  -moz-border: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 14px;
  text-align: center;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.number:hover {
  background: #000;
  color: #fff;
  width: 30px;
  height: 30px;
  margin: 50px 5px 0 0;
  -moz-border: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 14px;
  text-align: center;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.number-next {
  background: #000;
  color: #000;
  font-weight: 400;
  width: 60px;
  height: 30px;
  margin: 50px 5px 0 0;
  -moz-border: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 14px;
  text-align: center;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.number-next:hover {
  margin-left: 5px;
}
.dropdown {
  color: #fff;
}
.headmobile {
  background: #fff;
}
.colormain {
  color: #df043a;
}
.bgmain {
  background: #df043a;
}
.cd-nav-trigger span,
.cd-nav-trigger span::before,
.cd-nav-trigger span::after {
  background: #df043a;
}
.cd-nav-trigger.nav-is-visible span::before,
.cd-nav-trigger.nav-is-visible span::after {
  background: #df043a;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #df043a;
  outline: none;
}
.btn-default {
  color: #df043a;
}
.btn-default:focus,
.btn-default.focus {
  color: #df043a;
}
.btn-default:hover {
  color: #df043a;
}
.cd-primary-nav,
.cd-primary-nav ul {
  background: #df043a;
  z-index: 99;
}
.cd-primary-nav a,
.cd-primary-nav ul a {
  color: #ffffff;
  border-bottom: 1px solid rgba(255,255,255,0.5);
}
.cd-primary-nav a:hover {
  color: #fff;
}
.cd-primary-nav ul a:hover {
  color: #fff;
}
#headmobile {
  border-bottom: solid 1px #ccc;
  border-top: solid 4px #df043a;
}
.iconsocial-mobile {
  font-size: 20px;
  margin: 15px 20px;
}
.iconsocial-mobile a {
  float: left;
  margin: 0;
  padding: 0;
  border-bottom: none;
}
.iconsocial-mobile i {
  color: #fff;
  margin: 0 15px;
  cursor: pointer;
}
.red {
  color: #f00;
}
.link {
  color: #df043a;
  font-weight: 600;
}
.colormain {
  color: #df043a;
}
.colorsecond {
  color: #000;
}
.fontbold {
  font-weight: 600;
}
* {
  font-family: 'angsana_newregular';
  font-size: 22px;
}
header.pc {
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  background: url(images/template/bg-head.jpg) repeat-y;
  border-bottom: solid 1px #ccc;
  box-shadow: 0 0 10px #ddd;
}
header.pc .logo {
  margin: 38px 0;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
header.pc .logo img {
  height: 40px;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
header.pc .logo img:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
header.pc .zonemenu {
  background: #df043a url(images/template/bg-headslide.jpg) no-repeat left;
  height: 116px;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
header.pc .menutop {
  float: right;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 300;
  clear: right;
  margin: 20px 0 0 0;
  color: #fff;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
header.pc .menutop ul.menutopfix {
  list-style: none;
  padding: 0;
}
header.pc .menutop ul.menutopfix li {
  float: left;
  font-size: 20px;
}
header.pc .menutop ul.menutopfix li a {
  color: #fff;
}
header.pc .menutop ul.menutopfix li a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
}
header.pc .menutop ul.menutopfix li a i {
  font-size: 20px;
  padding: 0 10px;
}
header.pc .menutop ul.menutopfix li.menupad {
  margin: 0 25px 0 25px;
}
header.pc .menutop ul.menutopfix li.flag {
  line-height: 0;
}
header.pc .menutop ul.menutopfix li.flag a {
  margin: 0;
}
header.pc .menutop ul.menutopfix li.flag a img {
  margin: 0 5px;
  border: solid 1px #000;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
}
header.pc .menutop ul.menutopfix li.flag a:hover img {
  margin: 0 5px;
  border: solid 1px #000;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
}
header.pc .menutop ul.menutopfix li.flag a img.active {
  margin: 0 5px;
  border: solid 1px #fff;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
}
header.pc .menutop ul.menutopfix li.menusocial {
  margin: 0 0 0 25px;
}
header.pc .menutop ul.menutopfix li.menusocial a {
  margin: 0 0 0 10px;
}
header.pc .menutop ul.menutopfix li.menusocial a:first-child {
  margin: 0;
}
header.pc .menutop ul.menutopfix li.menusocial a:hover {
  border-bottom: none;
  padding: 0;
}
header.pc nav.menu {
  float: right;
  text-transform: uppercase;
  margin: 20px 0 0 0;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
header.pc nav.menu ul.menufix {
  list-style: none;
  padding: 0;
  font-size: 22px;
  font-weight: 400;
}
header.pc nav.menu ul.menufix li {
  float: left;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
header.pc nav.menu ul.menufix li a {
  color: #fff;
  margin-left: 95px;
}
header.pc nav.menu ul.menufix li:first-child a {
  margin-left: 0;
}
header.pc.sticky {
  position: fixed;
  z-index: 9999;
  width: 100%;
}
header.pc.sticky .logo {
  margin: 20px 0 0 0;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
header.pc.sticky .zonemenu {
  height: 80px;
}
header.pc.sticky .menutop {
  margin: 11px 0 0 0;
}
header.pc.sticky nav.menu {
  margin: 0px 0 0 0;
}
.title {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 36px;
  background: #fff;
  color: #000;
  position: absolute;
  top: 0;
  left: 15px;
  padding: 0 15px 0 0;
}
.title-box {
  width: 220px;
  border: solid 2px #000;
  margin: 25px 0 0 15px;
  padding: 15px;
}
.title-box-left {
  border: solid 3px #000;
  margin: 25px 0 0 15px;
  padding: 30px 15px 30px 15px;
}
.title-box-left:after,
.title-box-left:before {
  position: absolute;
  right: 0;
  top: 0;
  content: " ";
  pointer-events: none;
  width: 31px;
  height: 63px;
  background: url(images/template/menuleft-arrow.png) no-repeat;
  margin: 105px -13px 0 0;
}
#menuleft {
  padding: 15px 0 15px 20px;
  position: relative;
  border-bottom: solid 1px #ddd;
  font-size: 22px;
}
#menuleft-i {
  position: absolute;
  top: 20px;
  left: 0px;
  font-size: 22px;
}
.menuleft {
  padding: 15px 0 15px 20px;
  position: relative;
  border-bottom: solid 1px #ddd;
  font-size: 22px;
  color: #000;
}
.menuleft i {
  position: absolute;
  top: 20px;
  left: 0px;
  font-size: 22px;
}
.menuleft:hover {
  color: #df043a;
}
.menuleft-active {
  padding: 15px 0 15px 20px;
  position: relative;
  border-bottom: solid 1px #ddd;
  font-size: 22px;
  color: #df043a;
  font-weight: 500;
}
.menuleft-active i {
  position: absolute;
  top: 20px;
  left: 0px;
  font-size: 22px;
}
.titlehome {
  font-weight: 400;
  font-size: 36px;
  color: #fff;
}
.titlehome span {
  color: #fff;
}
.title-other {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 20px;
  color: #999;
  border-bottom: solid 1px #999;
  padding-bottom: 12px;
  margin: 30px 0 0 0;
}
.titlesub {
  padding: 20px 0 15px 0;
  border-bottom: solid 1px #ccc;
  color: #df043a;
  font-size: 14px;
  font-weight: 500;
}
.titlesub a {
  color: #000;
  font-weight: 300;
}
.titlesub a:hover {
  color: #fff;
}
.socialshare {
  float: right;
}
.content-right {
  padding: 30px 0 0 30px;
}
.content-inner {
  margin: 30px 0 0 0;
  line-height: 1.5;
}
.content-inner img {
  width: auto;
  max-width: 100%;
  height: auto !important;
}
.content-inner h1 {
  font-size: 30px;
  font-weight: 500;
  color: #df043a;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: normal;
}
.content-inner ul {
  padding: 0;
}
section.home {
  padding: 0px 0 0 0;
}
section {
  padding: 50px 0;
}
footer {
  background: #df043a;
  color: #fff;
  padding: 30px 0 0 0;
}
footer a {
  color: #fff;
}
footer a:hover {
  color: #fff;
}
footer .sitemap-zone {
  padding: 30px 0 30px 0;
}
footer .logo-footer {
  height: 77px;
}
footer .footer-company {
  font-size: 24px;
  font-family: 500;
}
footer .footer-address {
  margin: 12px 0 12px 0;
}
footer .footer-h {
  width: 30%;
  float: left;
  margin: 7px 0 0 0;
}
footer .footer-h i {
  font-size: 16px;
}
footer .footer-d {
  width: 70%;
  float: left;
  margin: 7px 0 0 0;
}
footer ul.footer-sitemap {
  list-style: none;
  margin: 15px 0 0 0;
  padding: 0;
  font-size: 14px;
}
footer ul.footer-sitemap li {
  margin: 10px 0;
  position: relative;
  padding: 0 0 0 15px;
}
footer ul.footer-sitemap li i {
  position: absolute;
  top: 4px;
  left: 0;
}
footer ul.footer-sitemap li a {
  color: #fff;
}
footer .copy {
  padding: 20px 0 20px 0;
  margin: 30px 0 0 0;
  border-top: solid 1px #fff;
  color: #fff;
  text-align: center;
}
footer .socialfooter a {
  margin: 0 20px 0 0;
}
#porductset {
  position: relative;
  border: solid 2px #000;
  height: 165px;
  font-size: 22px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.productset1 {
  margin: 145px 0 0 0;
  padding: 80px 15px 15px 15px;
  position: relative;
  border: solid 2px #000;
  height: 165px;
  font-size: 22px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.productset1-img-01 {
  position: absolute;
  top: 0;
  left: 0;
  margin: -115px 0 0 15px;
}
.productset1-img-01 img {
  width: 260px;
  height: 170px;
  object-fit: cover;
  object-position: center;
}
.productset1-img-02 {
  position: absolute;
  top: 0;
  right: 0;
  margin: -115px 15px 0 0;
}
.productset1-img-02 img {
  width: 260px;
  height: 170px;
  object-fit: cover;
  object-position: center;
}
.productset1:hover {
  background: #df043a;
  color: #fff;
  border-color: #df043a;
}
.productset2 {
  margin: 30px 0 145px 0;
  padding: 15px 15px 80px 15px;
  position: relative;
  border: solid 2px #000;
  height: 165px;
  font-size: 22px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.productset2-img-03 {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0 0 -115px 15px;
}
.productset2-img-03 img {
  width: 260px;
  height: 170px;
  object-fit: cover;
  object-position: center;
}
.productset2-img-04 {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0px 15px -115px 0;
}
.productset2-img-04 img {
  width: 260px;
  height: 170px;
  object-fit: cover;
  object-position: center;
}
.productset2:hover {
  background: #df043a;
  color: #fff;
  border-color: #df043a;
}
.contactaddress {
  margin: 30px 0 0 0;
}
.contactfrom {
  margin: 30px 0 0 0;
}
.contactimg {
  margin: 48px 0 0 0;
  height: 835px;
  display: flex;
  align-items: flex-end;
}
.contactimg img {
  max-height: 835px;
  object-fit: cover;
  object-position: center;
  display: flex;
  align-items: flex-end;
}
.title-contact {
  font-size: 26px;
  color: #df043a;
  font-weight: 700;
}
.contact_address {
  font-size: 22px;
  margin: 5px 0 0 0;
}
.contact_h {
  width: 25%;
  float: left;
  margin: 10px 0 0 0;
  padding: 0 0 0 30px;
}
.contact_colon {
  width: 5%;
  float: left;
  margin: 10px 0 0 0;
}
.contact_d {
  width: 70%;
  float: left;
  margin: 10px 0 0 0;
}
.contact_information {
  margin: 10px 0 0 0;
  font-size: 26px;
  font-weight: 700;
}
.contactform_h {
  width: 25%;
  float: left;
  margin-top: 10px;
  padding-top: 20px;
}
.contactform_input {
  width: 75%;
  float: left;
  margin-top: 10px;
}
.contactform_input input {
  width: 100%;
  border: solid 1px #ccc;
  padding: 10px;
  margin-top: 10px;
  font-weight: 400;
}
.contactform_input select {
  width: 100%;
  border: solid 1px #ccc;
  padding: 6px 10px;
  margin-top: 10px;
  font-weight: 400;
}
.contactform_input textarea {
  width: 100%;
  border: solid 1px #ccc;
  padding: 10px;
  margin-top: 10px;
  font-weight: 400;
}
.contactform_input .contact-btn {
  text-align: center;
  border: solid 1px #fff;
  padding: 10px 0;
  width: 150px;
  margin: 10px 0 0 0;
  cursor: pointer;
  background: #df043a;
  color: #fff;
  font-weight: 400;
}
#contact-tabmap {
  border: solid 1px ;
  border-bottom: none;
  text-align: center;
  float: left;
  margin-left: 5px;
  width: 120px;
  -moz-border: 5px 5px 0px 0px;
  -webkit-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px;
  padding-top: 3px;
  cursor: pointer;
}
.contact-tabmap-over {
  background: #df043a;
  color: #fff;
  border: solid 1px ;
  border-bottom: none;
  text-align: center;
  float: left;
  margin-left: 5px;
  width: 120px;
  -moz-border: 5px 5px 0px 0px;
  -webkit-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px;
  padding-top: 3px;
  cursor: pointer;
}
.contact-tabmap {
  background: #fff;
  color: #df043a;
  border: solid 1px ;
  border-bottom: none;
  text-align: center;
  float: left;
  margin-left: 5px;
  width: 120px;
  -moz-border: 5px 5px 0px 0px;
  -webkit-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px;
  padding-top: 3px;
  cursor: pointer;
}
.contact-tabmap:hover {
  background: #000;
  color: #fff;
  border: solid 1px ;
  border-bottom: none;
  text-align: center;
  float: left;
  margin-left: 5px;
  width: 120px;
  -moz-border: 5px 5px 0px 0px;
  -webkit-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px;
  padding-top: 3px;
  cursor: pointer;
}
.contact-tabmap:focus {
  background: #df043a;
  color: #fff;
  border: solid 1px ;
  border-bottom: none;
  text-align: center;
  float: left;
  margin-left: 5px;
  width: 120px;
  -moz-border: 5px 5px 0px 0px;
  -webkit-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px;
  padding-top: 3px;
  cursor: pointer;
}
.contact-map {
  width: 100%;
  height: 200px;
  border: solid 1px #df043a;
  overflow: hidden;
}
.contact-map img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  object-position: center;
}
.contact-map iframe {
  width: 100%;
  height: 200px;
}
@media (max-width: 767px) {
  section.home {
    padding: 0px 0 0 0;
  }
  section {
    padding: 30px 0;
  }
  footer .footer-company {
    font-size: 20px;
  }
  footer {
    font-size: 14px;
  }
  footer .copy {
    padding: 15px 0 10px 0;
    font-size: 14px;
  }
  #content {
    width: 100%;
  }
  #main {
    width: 100%;
    padding: 130px 0 30px 0;
    -moz-border: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    position: relative;
    z-index: 0;
  }
  .title {
    font-size: 30px;
    margin: 0;
  }
  .titlehome {
    font-size: 30px;
  }
  .socialshare {
    float: none;
    margin: 15px 0 0 0;
  }
  .content-right {
    padding: 0;
  }
  .content-inner {
    margin: 0;
  }
  .productset1 {
    margin: 105px 0 0 0;
    padding: 40px 15px 15px 15px;
    position: relative;
    border: solid 2px #000;
    height: 165px;
    font-size: 22px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.5;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
  }
  .productset1-img-01 {
    margin: -75px 0 0 5%;
    width: 43%;
  }
  .productset1-img-01 img {
    width: 100%;
    height: 100px;
  }
  .productset1-img-02 {
    margin: -75px 5% 0 0;
    width: 43%;
  }
  .productset1-img-02 img {
    width: 100%;
    height: 100px;
  }
  .productset2 {
    margin: 30px 0 105px 0;
    padding: 15px 15px 40px 15px;
    position: relative;
    border: solid 2px #000;
    height: 165px;
    font-size: 22px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.5;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
  }
  .productset2-img-03 {
    margin: 0 0 -75px 5%;
    width: 43%;
  }
  .productset2-img-03 img {
    width: 100%;
    height: 100px;
  }
  .productset2-img-04 {
    margin: 0px 5% -75px 0;
    width: 43%;
  }
  .productset2-img-04 img {
    width: 100%;
    height: 100px;
  }
  .contactaddress {
    margin: 0px 0 0 0;
  }
  .contactfrom {
    margin: 55px 0 0 0;
  }
  .contactform_h {
    width: 100%;
    margin-top: 10px;
    padding-top: 12px;
  }
  .contactform_input {
    width: 100%;
    margin-top: 0px;
  }
  .contact_h {
    width: 25%;
    float: left;
    margin: 10px 0 0 0;
    padding: 0 0 0 0px;
    font-size: 14px;
  }
  .contact_colon {
    width: 5%;
    float: left;
    margin: 10px 0 0 0;
    font-size: 14px;
  }
  .contact_d {
    width: 70%;
    float: left;
    margin: 10px 0 0 0;
    font-size: 14px;
  }
  .title-contact {
    font-size: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  section.home {
    padding: 0px 0 0 0;
  }
  section {
    padding: 30px 0;
  }
  #porductset {
    height: 130px;
  }
  .productset1 {
    margin: 105px 0 0 0;
    padding: 40px 15px 15px 15px;
    height: 130px;
  }
  .productset1-img-01 {
    margin: -75px 0 0 15px;
  }
  .productset1-img-01 img {
    width: 150px;
    height: 100px;
  }
  .productset1-img-02 {
    margin: -75px 15px 0 0;
  }
  .productset1-img-02 img {
    width: 150px;
    height: 100px;
  }
  .productset2 {
    margin: 30px 0 105px 0;
    padding: 15px 15px 40px 15px;
    height: 130px;
  }
  .productset2-img-03 {
    margin: 0 0 -75px 15px;
  }
  .productset2-img-03 img {
    width: 150px;
    height: 100px;
  }
  .productset2-img-04 {
    margin: 0px 15px -75px 0;
  }
  .productset2-img-04 img {
    width: 150px;
    height: 100px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  section.home {
    padding: 0px 0 0 0;
  }
  section {
    padding: 30px 0;
  }
  .contactform_h {
    width: 35%;
    float: left;
    margin-top: 10px;
    padding-top: 12px;
  }
  .contactform_input {
    width: 65%;
    float: left;
    margin-top: 10px;
  }
  #porductset {
    height: 100px;
  }
  .productset1 {
    margin: 135px 0 0 0;
    padding: 50px 15px 15px 15px;
    height: 100px;
  }
  .productset1-img-01 {
    margin: -105px 0 0 15px;
  }
  .productset1-img-01 img {
    width: 202px;
    height: 135px;
  }
  .productset1-img-02 {
    margin: -105px 15px 0 0;
  }
  .productset1-img-02 img {
    width: 202px;
    height: 135px;
  }
  .productset2 {
    margin: 30px 0 135px 0;
    padding: 15px 15px 50px 15px;
    height: 100px;
  }
  .productset2-img-03 {
    margin: 0 0 -105px 15px;
  }
  .productset2-img-03 img {
    width: 202px;
    height: 135px;
  }
  .productset2-img-04 {
    margin: 0px 15px -105px 0;
  }
  .productset2-img-04 img {
    width: 202px;
    height: 135px;
  }
}
/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on March 27, 2018 */



@font-face {
    font-family: 'angsana_newregular';
    src: url('fontface/angsa-webfont.woff2') format('woff2'),
         url('fontface/angsa-webfont.woff') format('woff'),
         url('fontface/angsa-webfont.svg#angsana_newregular') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'angsana_newbold';
    src: url('fontface/angsab-webfont.woff2') format('woff2'),
         url('fontface/angsab-webfont.woff') format('woff'),
         url('fontface/angsab-webfont.svg#angsana_newbold') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'angsana_newitalic';
    src: url('fontface/angsai-webfont.woff2') format('woff2'),
         url('fontface/angsai-webfont.woff') format('woff'),
         url('fontface/angsai-webfont.svg#angsana_newitalic') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'angsana_newbold_italic';
    src: url('fontface/angsaz-webfont.woff2') format('woff2'),
         url('fontface/angsaz-webfont.woff') format('woff'),
         url('fontface/angsaz-webfont.svg#angsana_newbold_italic') format('svg');
    font-weight: normal;
    font-style: normal;

}
/*
	* Style settings of LayerSlider
	*
	* (c) 2011-2016 George Krupa, John Gera & Kreatura Media
	*
	* Plugin web:			https://layerslider.kreaturamedia.com/
	* Licenses: 			http://codecanyon.net/licenses/
*/


/* Slider structure z-index cheat sheet

	_____									YourLogo				z.index: 50;
	_____ _____ _____						Most GUI elements		z-index: 40;
	______________________					.ls-inner wrapper		z-index: 30;
	______________________					.ls-hidden wrapper		z-index: 20;
	___________________________				.ls-shadow				z-index: 10;
	________________________________		slider element			z-index: default;

	-------------------------------------	Document


*/

/* Slider */

	.ls-container {
		visibility: hidden;
		position: relative;
		max-width: 100%;
	}

	.ls-inner {
		position: relative;
		width: 100%;
		height: 100%;
		background-position: center center;
		z-index: 30;
	}

	.ls-wp-fullwidth-container {
		width: 100%;
		position: relative;
	}

	.ls-wp-fullwidth-helper {
		position: absolute;
	}



/* Layers */

	.ls-layers,
	.ls-slide-backgrounds,
	.ls-background-videos,
	.ls-bg-video-overlay {
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		overflow: hidden;
		-o-transform: translateZ(0);
		-ms-transform: translateZ(0);
		-moz-transform: translateZ(0);
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}

	.ls-wrapper {
		padding: 0 !important;
		visibility: visible !important;
		border: 0 !important;
	}

	.ls-background-videos {
		z-index: 31;
	}

	.ls-bg-video-overlay {
		z-index: 32;
		background-repeat: repeat;
		background-position: center center;
	}

	.ls-slide-backgrounds {
		z-index: 33;
	}

	.ls-layers {
		z-index: 35;
	}

	.ls-parallax,
	.ls-in-out,
	.ls-z {
		position: absolute !important;
	}

	.ls-parallax,
	.ls-z {
		width: 0 !important;
		height: 0 !important;
		top: 0 !important;
		left: 0 !important;
		bottom: auto !important;
		right: auto !important;
		display: block !important;
		overflow: visible !important;
	}

	.ls-in-out {
		display: none;
	}

	.ls-loop, .ls-clip {
		position: absolute !important;
		display: block !important;
	}

	.ls-parallax,
	.ls-in-out,
	.ls-loop,
	.ls-z {
		background: none !important;
	}

	.ls-parallax,
	.ls-bg-wrap,
	.ls-loop {
		margin: 0 !important;
	}

	.ls-wrapper > .ls-layer,
	.ls-wrapper > a > .ls-layer
	.ls-wrapper > .ls-bg {
		line-height: normal;
		white-space: nowrap;
		margin-right: 0 !important;
		margin-bottom: 0 !important;
	}

	.ls-wrapper > .ls-layer,
	.ls-wrapper > a > .ls-layer {
		position: static !important;
		display: block !important;
		-o-transform: translateZ(1px);
		-ms-transform: translateZ(1px);
		-moz-transform: translateZ(1px);
		-webkit-transform: translateZ(1px);
		transform: translateZ(1px);
	}

	.ls-bg-wrap,
	.ls-bg-outer {
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
	}

	.ls-bg-wrap {
		display: none;
	}

	.ls-bg-outer {
		overflow: hidden !important;
	}

	.ls-wrapper > a.ls-layer-link {
		cursor: pointer !important;
		display: block !important;
		position: absolute !important;
		left: 0 !important;
		top: 0 !important;
		width: 100% !important;
		height: 100% !important;
		z-index: 10;
		-o-transform: translateZ(100px);
		-ms-transform: translateZ(100px);
		-moz-transform: translateZ(100px);
		-webkit-transform: translateZ(100px);
		transform: translateZ(100px);
		background: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7) !important;
	}



/* GUI */

	.ls-gui-element {
		z-index: 40;
	}

	.ls-loading-container {
		position: absolute !important;
		display: none;
		left: 50% !important;
		top: 50% !important;
	}

	.ls-loading-indicator {
		margin: 0 auto;
	}



	/* Navigation */

		.ls-bottom-slidebuttons {
			text-align: left;
		}

		.ls-bottom-nav-wrapper,
		.ls-below-thumbnails {
			height: 0;
			position: relative;
			text-align: center;
			margin: 0 auto;
		}

		.ls-below-thumbnails {
			display: none;
		}

		.ls-bottom-nav-wrapper a,
		.ls-nav-prev,
		.ls-nav-next {
			outline: none;
		}

		.ls-bottom-slidebuttons {
			position: relative;
		}

		.ls-bottom-slidebuttons,
		.ls-nav-start,
		.ls-nav-stop,
		.ls-nav-sides {
			position: relative;
		}

		.ls-nothumb {
			text-align: center !important;
		}

		.ls-link,
		.ls-link:hover {
			position: absolute !important;
			width: 100% !important;
			height: 100% !important;
			left: 0 !important;
			top: 0 !important;
		}

		.ls-link {
			display: none;
		}

		.ls-link, .ls-wrapper > a > * {
			background-image: url('data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7');
		}

		.ls-bottom-nav-wrapper,
		.ls-thumbnail-wrapper,
		.ls-nav-prev,
		.ls-nav-next {
			visibility: hidden;
		}



	/* Timers */

		.ls-bar-timer {
			position: absolute;
			width: 0;
			height: 2px;
			background: white;
			border-bottom: 2px solid #555;
			opacity: .55;
			top: 0;
		}

		.ls-circle-timer {
			width: 16px;
			height: 16px;
			position: absolute;
			right: 10px;
			top: 10px;
			opacity: .65;
			display: none;
		}

		.ls-container .ls-circle-timer,
		.ls-container .ls-circle-timer * {
			box-sizing: border-box !important;
		}

		.ls-ct-half {
			border: 4px solid white;
		}

		.ls-ct-left,
		.ls-ct-right {
			width: 50%;
			height: 100%;
			overflow: hidden;
		}

		.ls-ct-left,
		.ls-ct-right {
			position: absolute;
		}

		.ls-ct-left {
			left: 0;
		}

		.ls-ct-right {
			left: 50%;
		}

		.ls-ct-rotate {
			width: 200%;
			height: 100%;
			position: absolute;
			top: 0;
		}

		.ls-ct-left .ls-ct-rotate,
		.ls-ct-right .ls-ct-hider,
		.ls-ct-right .ls-ct-half {
			left: 0;
		}

		.ls-ct-right .ls-ct-rotate,
		.ls-ct-left .ls-ct-hider,
		.ls-ct-left .ls-ct-half {
			right: 0;
		}

		.ls-ct-hider,
		.ls-ct-half {
			position: absolute;
			top: 0;
		}

		.ls-ct-hider {
			width: 50%;
			height: 100%;
			overflow: hidden;
		}

		.ls-ct-half {
			width: 200%;
			height: 100%;
		}

		.ls-ct-center {
			width: 100%;
			height: 100%;
			left: 0;
			top: 0;
			position: absolute;
			border: 4px solid black;
			opacity: 0.2;
		}

		.ls-ct-half,
		.ls-ct-center {
			border-radius: 100px;
			-moz-border-radius: 100px;
			-webkit-border-radius: 100px;
		}

		.ls-slidebar-container {
			margin: 10px auto;
		}

		.ls-slidebar-container,
		.ls-slidebar {
			position: relative;
		}

		.ls-progressbar,
		.ls-slidebar-slider-container {
			position: absolute;
			left: 0;
			top: 0;
		}

		.ls-progressbar {
			width: 0;
			height: 100%;
			z-index: 1;
		}

		.ls-slidebar-slider-container {
			z-index: 2;
		}

		.ls-slidebar-slider {
			position: static !important;
			cursor: pointer;
		}

		/* slidebar default dark skin */

		.ls-slidebar {
			height: 10px;
			background-color: #ddd;
		}

		.ls-slidebar,
		.ls-progressbar {
			border-radius: 10px;
		}

		.ls-progressbar {
			background-color: #bbb;
		}

		.ls-slidebar-slider-container {
			top: 50%;
		}

		.ls-slidebar-slider {
			width: 20px;
			height: 20px;
			border-radius: 20px;
			background-color: #999;
		}

		/* slidebar default light skin */

		.ls-slidebar-light .ls-slidebar {
			height: 8px;
			background-color: white;
			border: 1px solid #ddd;
			border-top: 1px solid #ccc;
		}

		.ls-slidebar-light .ls-slidebar,
		.ls-slidebar-light .ls-progressbar {
			border-radius: 10px;
		}

		.ls-slidebar-light .ls-progressbar {
			background-color: #eee;
		}

		.ls-slidebar-light .ls-slidebar-slider-container {
			top: 50%;
		}

		.ls-slidebar-light .ls-slidebar-slider {
			width: 18px;
			height: 18px;
			border-radius: 20px;
			background-color: #eee;
			border: 1px solid #bbb;
			border-top: 1px solid #ccc;
			border-bottom: 1px solid #999;
		}




	/* Thumbnails */

		.ls-tn {
			display: none !important;
		}

		.ls-thumbnail-hover {
			display: none;
			position: absolute;
			left: 0;
		}

		.ls-thumbnail-hover-inner {
			width: 100%;
			height: 100%;
			position: absolute;
			left: 0;
			top: 0;
			display: none;
		}

		.ls-thumbnail-hover-bg {
			position: absolute;
			width: 100%;
			height: 100%;
			left: 0;
			top: 0;
		}

		.ls-thumbnail-hover-img {
			position: absolute;
			overflow: hidden;
		}

		.ls-thumbnail-hover img {
			max-width: none !important;
			position: absolute;
			display: inline-block;
			visibility: visible !important;
			left: 50%;
			top: 0;
		}

		.ls-thumbnail-hover span {
			left: 50%;
			top: 100%;
			width: 0;
			height: 0;
			display: block;
			position: absolute;
			border-left-color: transparent !important;
			border-right-color: transparent !important;
			border-bottom-color: transparent !important;
		}

		.ls-thumbnail-wrapper {
			position: relative;
			width: 100%;
			margin: 0 auto;
		}

		.ls-thumbnail {
			position: relative;
			margin: 0 auto;
		}

		.ls-thumbnail-inner,
		.ls-thumbnail-slide-container {
			width: 100%;
		}

		.ls-thumbnail-slide-container {
			overflow: hidden !important;
			position: relative;
		}

		.ls-thumbnail-slide {
			text-align: center;
			white-space: nowrap;
			float: left;
			position: relative;
		}

		.ls-thumbnail-slide a {
			overflow: hidden;
			display: inline-block;
			width: 0;
			height: 0;
			position: relative;
		}

		.ls-thumbnail-slide img {
			max-width: none !important;
			max-height: 100% !important;
			height: 100%;
			visibility: visible !important;
		}

		.ls-touchscroll {
			overflow-x: auto !important;
		}



	/* Shadow */

		.ls-shadow {
			display: none;
			position: absolute;
			z-index: 10 !important;
			top: 100%;
			width: 100%;
			left: 0;
			overflow: hidden !important;
			visibility: hidden;
		}

		.ls-shadow img {
			width: 100% !important;
			height: auto !important;
			position: absolute !important;
			left: 0 !important;
			bottom: 0 !important;
		}



/* Media */

	.ls-media-layer {
		overflow: hidden;
	}

	.ls-vpcontainer,
	.ls-videopreview {
		width : 100%;
		height : 100%;
		position : absolute;
		left : 0;
		top : 0;
		cursor : pointer;
	}

	.ls-videopreview {
		background-size: cover;
		background-position: center center;
	}

	.ls-videopreview {
		z-index: 1;
	}

	.ls-playvideo {
		position: absolute;
		left: 50%;
		top: 50%;
		cursor: pointer;
		z-index: 2;
	}



/* Mobile features */

	.ls-forcehide {
		display: none !important;
	}



/* YourLogo */

	.ls-yourlogo {
		position: absolute;
		z-index: 50;
	}



/* Slide transitions */

	/* .ls-lt-container */
	.ls-slide-transition-wrapper {
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 34;
	}

	.ls-slide-transition-wrapper,
	.ls-slide-transition-wrapper * {
		text-align: left !important;
	}

	.ls-slide-transition-tile {
		position: relative;
		float: left;
	}

	.ls-slide-transition-tile img {
		visibility: visible;
	}

	.ls-curtiles {
		overflow: hidden;
	}

	.ls-curtiles,
	.ls-nexttiles {
		position: absolute;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
	}

	.ls-curtile, .ls-nexttile {
		overflow: hidden;
		width: 100% !important;
		height: 100% !important;
		-o-transform: translateZ(0);
		-ms-transform: translateZ(0);
		-moz-transform: translateZ(0);
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}

	.ls-nexttile {
		display: none;
	}

	.ls-3d-container {
		position: relative;
		overflow: visible !important;
		-ms-perspective: none !important;
		-moz-perspective: none !important;
		-webkit-perspective: none !important;
		perspective: none !important;
	}

	.ls-3d-box {
		position: absolute;
	}

	.ls-3d-box div {
		overflow: hidden;
		margin: 0;
		padding: 0;
		position: absolute;
		background-color: #888;
	}

	.ls-3d-box .ls-3d-top,
	.ls-3d-box .ls-3d-bottom {
		background-color: #555;
	}

	.ls-slide-transition-wrapper,
	.ls-slide-transition-tile {
		-ms-perspective: 1500px;
		-moz-perspective: 1500px;
		-webkit-perspective: 1500px;
		perspective: 1500px;
	}

	.ls-slide-transition-tile,
	.ls-3d-box,
	.ls-curtiles,
	.ls-nexttiles {
		-ms-transform-style: preserve-3d;
		-moz-transform-style: preserve-3d;
		-webkit-transform-style: preserve-3d;
		transform-style: preserve-3d;
	}

	.ls-curtile,
	.ls-nexttile,
	.ls-3d-box,
	.ls-3d-box div {
		-ms-backface-visibility: hidden;
		-moz-backface-visibility: hidden;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
	}




/* Misc. */

	.ls-visible {
		overflow: visible !important;
	}

	.ls-unselectable {
		user-select: none;
		-o-user-select: none;
		-ms-user-select: none;
		-moz-user-select: none;
		-webkit-user-select: none;
	}

	.ls-overflow-hidden {
		overflow: hidden;
	}

	.ls-overflowx-hidden {
		overflow-x: hidden;
	}

	.ls-overflow-visible {
		overflow: visible !important;
	}

	.ls-overflowy-hidden {
		overflow-y: hidden;
	}

	.ls-hidden {
		width: 0px !important;
		height: 0px !important;
		position: absolute;
		left: -5000px;
		top: -5000px;
		z-index: -1;
		overflow: hidden !important;
		visibility: hidden !important;
		display: block !important;
	}

	.ls-slide {
		display: block !important;
		visibility: hidden !important;
		position: absolute !important;
		overflow: hidden;
		top: 0 !important;
		left: 0 !important;
		bottom: auto !important;
		right: auto !important;
		background: none;
		border: none !important;
		margin: 0 !important;
		padding: 0 !important;
	}

	.ls-slide > .ls-layer,
	.ls-slide > .ls-l,
	.ls-slide > .ls-bg,
	.ls-slide > a > .ls-layer,
	.ls-slide > a > .ls-l,
	.ls-slide > a > .ls-bg {
		position: absolute !important;
		white-space: nowrap;
	}

	.ls-fullscreen {
		margin: 0 !important;
		padding: 0 !important;
		width: auto !important;
		height: auto !important;
	}

	.ls-fullscreen .ls-container {
		background-color: black;
		margin: 0 !important;
	}

	.ls-layer .split-item {
		font-weight: inherit !important;
		font-family: inherit !important;
		font-size: inherit;
		color: inherit;
	}



/* Removing all default global styles of WordPress themes */

	html .ls-nav-prev,
	body .ls-nav-prev,
	#ls-global .ls-nav-prev,
	html .ls-nav-next,
	body .ls-nav-next,
	#ls-global .ls-nav-next,
	html .ls-container img,
	body .ls-container img,
	#ls-global .ls-container img,
	html .ls-bottom-nav-wrapper a,
	body .ls-bottom-nav-wrapper a,
	#ls-global .ls-bottom-nav-wrapper a,
	html .ls-container .ls-fullscreen,
	body .ls-container .ls-fullscreen,
	#ls-global .ls-container .ls-fullscreen,
	html .ls-thumbnail a,
	body .ls-thumbnail a,
	#ls-global .ls-thumbnail a {
		transition: none;
		-ms-transition: none;
		-webkit-transition: none;
		line-height: normal;
		outline: none;
		padding: 0;
		border: 0;
	}

	html .ls-wrapper > a,
	body .ls-wrapper > a,
	#ls-global .ls-wrapper > a,
	html .ls-wrapper > p,
	body .ls-wrapper > p,
	#ls-global .ls-wrapper > p,
	html .ls-wrapper > h1,
	body .ls-wrapper > h1,
	#ls-global .ls-wrapper > h1,
	html .ls-wrapper > h2,
	body .ls-wrapper > h2,
	#ls-global .ls-wrapper > h2,
	html .ls-wrapper > h3,
	body .ls-wrapper > h3,
	#ls-global .ls-wrapper > h3,
	html .ls-wrapper > h4,
	body .ls-wrapper > h4,
	#ls-global .ls-wrapper > h4,
	html .ls-wrapper > h5,
	body .ls-wrapper > h5,
	#ls-global .ls-wrapper > h5,
	html .ls-wrapper > img,
	body .ls-wrapper > img,
	#ls-global .ls-wrapper > img,
	html .ls-wrapper > div,
	body .ls-wrapper > div,
	#ls-global .ls-wrapper > div,
	html .ls-wrapper > span,
	body .ls-wrapper > span,
	#ls-global .ls-wrapper > span,
	html .ls-wrapper .ls-bg,
	body .ls-wrapper .ls-bg,
	#ls-global .ls-wrapper .ls-bg,
	html .ls-wrapper .ls-layer,
	body .ls-wrapper .ls-layer,
	#ls-global .ls-wrapper .ls-layer,
	html .ls-slide .ls-layer,
	body .ls-slide .ls-layer,
	#ls-global .ls-slide .ls-layer,
	 html .ls-slide a .ls-layer,
	body .ls-slide a .ls-layer,
	#ls-global .ls-slide a .ls-layer {
		transition: none;
		-ms-transition: none;
		-webkit-transition: none;
		line-height: normal;
		outline: none;
		padding: 0;
		margin: 0;
		border-width: 0;
	}

	html .ls-container img,
	body .ls-container img,
	#ls-global .ls-container img {
		background: none !important;
		min-width: 0 !important;
		max-width: none !important;
		border-radius: 0;
		box-shadow: none;
		border: 0;
		padding: 0;
	}

	html .ls-wp-container .ls-wrapper > a > *,
	body .ls-wp-container .ls-wrapper > a > *,
	#ls-global .ls-wp-container .ls-wrapper > a > * {
		margin: 0;
	}

	html .ls-wp-container .ls-wrapper > a,
	body .ls-wp-container .ls-wrapper > a,
	#ls-global .ls-wp-container .ls-wrapper > a {
		text-decoration: none;
	}

	.ls-wp-fullwidth-container,
	.ls-wp-fullwidth-helper,
	.ls-gui-element *,
	.ls-gui-element,
	.ls-container,
	.ls-slide > *,
	.ls-slide,
	.ls-wrapper,
	.ls-layer {
		box-sizing: content-box !important;
	}

	html .ls-yourlogo,
	body .ls-yourlogo,
	#ls-global .ls-yourlogo {
		margin: 0;
	}

	html .ls-tn,
	body .ls-tn,
	#ls-global .ls-tn {
		display: none;
	}

	.ls-bottom-nav-wrapper,
	.ls-bottom-nav-wrapper span,
	.ls-bottom-nav-wrapper a {
		line-height: 0;
		font-size: 0;
	}

	/* direction: ltr */

	html .ls-container,
	body .ls-container,
	#ls-global .ls-container,
	html .ls-container .ls-slide-transition-wrapper,
	body .ls-container .ls-slide-transition-wrapper,
	#ls-global .ls-container .ls-slide-transition-wrapper,
	html .ls-container .ls-slide-transition-wrapper *,
	body .ls-container .ls-slide-transition-wrapper *,
	#ls-global .ls-container .ls-slide-transition-wrapper *,
	html .ls-container .ls-bottom-nav-wrapper,
	body .ls-container .ls-bottom-nav-wrapper,
	#ls-global .ls-container .ls-bottom-nav-wrapper,
	html .ls-container .ls-bottom-nav-wrapper *,
	body .ls-container .ls-bottom-nav-wrapper *,
	#ls-global .ls-container .ls-bottom-nav-wrapper *,
	html .ls-container .ls-bottom-nav-wrapper span *,
	body .ls-container .ls-bottom-nav-wrapper span *,
	#ls-global .ls-container .ls-bottom-nav-wrapper span *,
	html .ls-direction-fix,
	body .ls-direction-fix,
	#ls-global .ls-direction-fix {
		direction: ltr !important;
	}

	/* float: none */

	html .ls-container,
	body .ls-container,
	#ls-global .ls-container {
		float: none !important;
	}



/* Notification */

	.ls-notification {
		position: relative;
		margin: 10px auto;
		padding: 10px 10px 15px 88px;
		border-radius: 5px;
		background: #de4528;
		color: white !important;
		font-family: 'Open Sans', arial, sans-serif !important;
	}

	.ls-notification a {
		color: white !important;
		text-decoration: underline !important;
	}

	.ls-notification-logo {
		position: absolute;
		top: 16px;
		left: 17px;
		width: 56px;
		height: 56px;
		font-size: 49px;
		line-height: 53px;
		border-radius: 56px;
		background-color: white;
		color: #de4528;
		font-style: normal;
		font-weight: 800;
		text-align: center;
	}

	.ls-notification strong {
		color: white !important;
		display: block;
		font-size: 20px;
		line-height: 26px;
		font-weight: normal !important;
	}

	.ls-notification span {
		display: block;
		font-size: 13px;
		line-height: 16px;
		text-align: justify !important;
	}



/* Device Responsiveness */

@media screen and (max-width: 767px) {
	.ls-container .ls-layers .ls-hide-on-phone {
		display: none !important;
	}
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
	.ls-container .ls-layers .ls-hide-on-tablet {
		display: none !important;
	}
}

@media screen and (min-width: 1025px) {
	.ls-container .ls-layers .ls-hide-on-desktop {
		display: none !important;
	}
}



/* Hacks */

	@media (transform-3d), (-ms-transform-3d), (-webkit-transform-3d) {
		#ls-test3d {
			position: absolute;
			left: 9px;
			height: 3px;
		}
	}
