.red {
  color: #cd0000;
}
.link {
  color: #434135;
  font-weight: 500;
}
.colormain {
  color: #434135;
}
.colorsecond {
  color: #c1902a;
}
.colorspecial {
  color: #c1902a;
}
.fontbold {
  font-weight: 600;
}
#movement-01 {
  -webkit-transition: .1s ease-in-out;
  transition: .1s ease-in-out;
}
#movement-02 {
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}
#movement-03 {
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
#movement-04 {
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
}
#movement-05 {
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
#movement-06 {
  -webkit-transition: .6s ease-in-out;
  transition: .6s ease-in-out;
}
#movement-07 {
  -webkit-transition: .7s ease-in-out;
  transition: .7s ease-in-out;
}
#movement-08 {
  -webkit-transition: .8s ease-in-out;
  transition: .8s ease-in-out;
}
#movement-09 {
  -webkit-transition: .9s ease-in-out;
  transition: .9s ease-in-out;
}
#movement-10 {
  -webkit-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
}
#movement-20 {
  -webkit-transition: 2s ease-in-out;
  transition: 2s ease-in-out;
}
#movement-30 {
  -webkit-transition: 3s ease-in-out;
  transition: 3s ease-in-out;
}
#movement-40 {
  -webkit-transition: 4s ease-in-out;
  transition: 4s ease-in-out;
}
#movement-50 {
  -webkit-transition: 5s ease-in-out;
  transition: 5s ease-in-out;
}
#fade {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#fade-05 {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#fade-10 {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
#fade-20 {
  -webkit-transition: all 3s ease;
  transition: all 3s ease;
}
#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;
}
#middle-left {
  display: flex;
  align-items: center;
  justify-content: left;
  line-height: 1.5;
}
#middle-right {
  display: flex;
  align-items: center;
  justify-content: right;
  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%;
}
#texthidden {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#hidden {
  overflow: hidden;
}
#caplock {
  text-transform: uppercase;
}
#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;
}
#zoom-5 {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
#zoom-5-in {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
#zoom-5-out {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
#img-fit {
  object-fit: cover;
  object-position: center;
}
#radius-2 {
  -moz-border: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
#radius-5 {
  -moz-border: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
#radius-7 {
  -moz-border: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
}
#radius-10 {
  -moz-border: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
#radius-12 {
  -moz-border: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
}
#radius-13 {
  -moz-border: 13px;
  -webkit-border-radius: 13px;
  border-radius: 13px;
}
#radius-15 {
  -moz-border: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}
#radius-17 {
  -moz-border: 17px;
  -webkit-border-radius: 17px;
  border-radius: 17px;
}
#radius-20 {
  -moz-border: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
#radius-22 {
  -moz-border: 22px;
  -webkit-border-radius: 22px;
  border-radius: 22px;
}
#radius-25 {
  -moz-border: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
}
#radius-30 {
  -moz-border: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
}
#radius-35 {
  -moz-border: 35px;
  -webkit-border-radius: 35px;
  border-radius: 35px;
}
#radius-40 {
  -moz-border: 40px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
}
#radius-45 {
  -moz-border: 45px;
  -webkit-border-radius: 45px;
  border-radius: 45px;
}
#radius-50 {
  -moz-border: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}
#radius-100 {
  -moz-border: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
}
a {
  color: #c1902a;
}
a:hover {
  color: #434135;
}
a {
  text-decoration: none;
  border: none;
}
a:link {
  text-decoration: none;
  border: none;
}
a:visited {
  text-decoration: none;
  border: none;
}
a:hover {
  text-decoration: none;
  border: none;
}
a:active {
  text-decoration: none;
  border: none;
}
body {
  background: #fff;
  color: #434135;
  font-weight: 300;
  font-family: 'Kanit', 'Trirong';
  font-size: 16px;
  margin: 0px;
  padding: 0px;
  border: 0px;
  line-height: 1.5;
}
button,
input,
select,
textarea {
  padding: 0 5px;
  font-family: 'Kanit', 'Trirong';
  font-weight: 300;
}
button:focus,
select:focus,
textarea:focus,
input:focus {
  outline: 0;
}
p,
div {
  padding: 0px;
}
textarea,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
.input-checkbox {
  -webkit-appearance: none;
  border-radius: 0;
}
.back {
  margin: 50px 0 0 0;
  text-align: center;
  width: 100%;
}
.back a {
  color: #c1902a;
}
.back a:hover {
  color: #434135;
}
.backtop {
  background: #434135;
  width: 40px;
  height: 40px;
  padding-bottom: 5px;
  position: fixed;
  z-index: 4;
  bottom: 0;
  right: 0;
  margin: 0 15px 15px 0;
  color: #434135;
  border: 1px solid #434135;
  -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;
}
.pageroot {
  font-size: 14px;
  line-height: 1.5;
}
.pageroot a {
  color: #c1902a;
}
.content-title {
  font-size: 30px;
  color: #434135;
  font-weight: 600;
}
.content-title-other {
  font-size: 26px;
  color: #434135;
  font-weight: 600;
  border-top: solid 1px #ccc;
  margin: 50px 0 0 0;
  padding: 20px 0 0 0;
}
.content-inner {
  margin: 15px 0 0 0;
  line-height: 1.5;
}
.content-inner img {
  width: auto;
  max-width: 100%;
  height: auto !important;
}
.content-inner h1 {
  font-size: 24px;
  font-weight: 500;
  color: #434135;
  margin: 0;
  padding: 0;
  line-height: normal;
}
.content-inner h3 {
  font-size: 18px;
  font-weight: 500;
  margin: 0;
  padding: 0;
  line-height: normal;
}
#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: #434135;
}
.bulletset .bullet {
  width: 13px;
  height: 13px;
  margin: 0 5px;
  cursor: pointer;
  -moz-border: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  border: solid 2px #434135;
  -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: #c1902a;
  border: solid 2px #c1902a;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pageroot {
  font-size: 14px;
  line-height: 1.5;
}
.pageroot a {
  color: #c1902a;
}
#number {
  height: 30px;
  margin: 50px 5px 0 5px;
  font-size: 18px;
  float: left;
  cursor: pointer;
}
.number {
  color: #666;
  height: 30px;
  margin: 50px 5px 0 5px;
  font-size: 18px;
  float: left;
  cursor: pointer;
}
.number-over {
  font-weight: 600;
  padding-bottom: 3px;
  border-bottom: solid 1px #434135;
  height: 30px;
  margin: 50px 5px 0 5px;
  font-size: 18px;
  float: left;
  cursor: pointer;
}
.number:hover {
  height: 30px;
  margin: 50px 5px 0 5px;
  font-size: 18px;
  float: left;
  cursor: pointer;
  color: #434135;
  padding-bottom: 3px;
  border-bottom: solid 1px #434135;
}
.number-next {
  height: 30px;
  margin: 50px 5px 0 5px;
  font-size: 18px;
  float: left;
  cursor: pointer;
  color: #434135;
}
.dropdown {
  color: #c1902a;
  font-family: 'Trirong', 'Kanit';
}
.dropdown span {
  font-family: 'Trirong', 'Kanit';
  font-size: 14px;
}
.dropdown ul.dropdown-menu li {
  font-size: 14px;
}
.dropdown ul.dropdown-menu li a {
  color: #434135;
  font-family: 'Trirong', 'Kanit';
  padding: 5px 20px 5px 15px;
  font-weight: 300;
}
.dropdown ul.dropdown-menu li a i {
  font-size: 14px;
  padding-right: 10px;
}
.headmobile {
  background: #fff;
}
.colormain {
  color: #434135;
}
.bgmain {
  background: #434135;
}
.cd-nav-trigger span,
.cd-nav-trigger span::before,
.cd-nav-trigger span::after {
  background: #434135;
}
.cd-nav-trigger.nav-is-visible span::before,
.cd-nav-trigger.nav-is-visible span::after {
  background: #434135;
}
.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: #434135;
  outline: none;
}
.btn-default {
  color: #434135;
}
.btn-default:focus,
.btn-default.focus {
  color: #434135;
}
.btn-default:hover {
  color: #434135;
}
.cd-primary-nav,
.cd-primary-nav ul {
  background: #434135;
  z-index: 99;
}
.cd-primary-nav a,
.cd-primary-nav ul a {
  color: #ffffff;
}
.cd-primary-nav a:hover {
  color: #fff;
}
.cd-primary-nav ul a:hover {
  color: #fff;
}
.cd-main-content {
  min-height: 70px;
}
.cd-main-header {
  height: 70px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.cd-logo {
  top: 15px;
  left: 15px;
}
.cd-logo img {
  display: block;
  height: 40px;
}
header.pc {
  padding: 0 9.5vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  margin: 40px 0 0 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header.pc .menuset {
  background: rgba(255,255,255,0.9);
  padding: 10px 10px;
  box-shadow: 0 0 20px rgba(0,0,0,0.2);
}
header.pc .logo img {
  width: auto;
}
header.pc nav {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
  -webkit-justify-content: center;
}
header.pc nav ul.menufix {
  list-style: none;
  margin: 35px 0 0 0;
  padding: 0;
}
header.pc nav ul.menufix li {
  float: left;
  padding: 0 1.5vw 0 1.5vw;
  font-size: 20px;
}
header.pc nav ul.menufix li a {
  color: #434135;
  position: relative;
}
header.pc nav ul.menufix li a:after {
  top: 0;
  left: 50%;
  margin: -6px 0 0 0;
  content: "";
  position: absolute;
  pointer-events: none;
  width: 0%;
  height: 5px;
  background: #434135;
  -moz-border: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header.pc nav ul.menufix li:hover a:after {
  left: 15%;
  width: 70%;
}
header.pc nav ul.menufix li.active a {
  font-weight: 600;
  position: relative;
}
header.pc nav ul.menufix li.active a:after {
  top: 0;
  left: 15%;
  margin: -6px 0 0 0;
  content: "";
  position: absolute;
  pointer-events: none;
  width: 70%;
  height: 5px;
  background: #434135;
  -moz-border: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
}
header.pc.sticky {
  margin: 0px 0 0 0;
  padding: 0;
}
footer {
  padding: 30px 0 0 0;
  border-top: solid 1px #d1cec7;
}
footer .footer-company {
  font-family: 'Trirong';
  color: #c1902a;
  font-weight: 600;
  font-size: 30px;
}
footer .footer-address {
  font-size: 20px;
  font-weight: 500;
  margin: 7px 0 0 0;
}
footer .footer-worker {
  font-size: 16px;
  color: #666;
  margin: 7px 0 15px;
}
footer .footer-conatct {
  margin: 7px 0 0 0;
  padding: 0 0 0 30px;
  position: relative;
}
footer .footer-conatct i {
  position: absolute;
  left: 0;
  top: 5px;
}
footer .footer-conatct a {
  color: #434135;
}
footer ul.footerfix {
  list-style: none;
  padding: 0;
  margin: 0;
  margin: 57px 0 0 0;
  float: right;
}
footer ul.footerfix li {
  position: relative;
  float: left;
  margin: 0 15px;
}
footer ul.footerfix li a {
  color: #434135;
}
footer ul.footerfix li a:after {
  bottom: 0;
  left: 0;
  margin: 0 0 -8px 0;
  content: "";
  position: absolute;
  pointer-events: none;
  width: 0%;
  height: 4px;
  background: #c1902a;
  -moz-border: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
footer ul.footerfix li.active {
  font-weight: 500;
}
footer ul.footerfix li.active a:after {
  font-weight: 500;
  bottom: 0;
  left: 0;
  margin: 0 0 -8px 0;
  content: "";
  position: absolute;
  pointer-events: none;
  width: 50%;
  height: 4px;
  background: #c1902a;
  -moz-border: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
}
footer ul.footerfix li:hover a:after {
  width: 50%;
}
footer .footer-newsletter {
  margin: 60px 110px 0 0;
  float: right;
  width: 400px;
}
footer .footer-newsletter-h {
  font-size: 20px;
  font-weight: 500;
}
footer .footer-newsletter-input {
  position: relative;
}
footer .footer-newsletter-input input {
  background: #e9e5d9;
  width: 100%;
  height: 45px;
  border: none;
  box-shadow: none;
  padding: 0 45px 0 15px;
  font-size: 16px;
}
footer .footer-newsletter-input i {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
  color: #c1902a;
}
footer .footer-newsletter-follow {
  margin: 7px 0 0 0;
  font-size: 20px;
}
footer .footer-newsletter-follow a {
  margin: 0 0 0 10px;
}
footer .footer-newsletter-follow i {
  color: #434135;
}
footer .footer-newsletter-follow i:hover {
  color: #c1902a;
}
footer .copy {
  text-align: center;
  padding: 15px 0;
  margin: 30px 0 0 0;
}
footer .copy a {
  color: #434135;
}
footer .copy:after {
  top: 0;
  left: 30%;
  content: "";
  margin: 30px 0 0 0;
  position: absolute;
  pointer-events: none;
  width: 40%;
  height: 2px;
  background: #a29f96;
  -moz-border: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
}
section {
  padding: 50px 0;
}
section.home {
  padding: 0;
}
#content {
  padding: 0 50px;
  max-width: 1920px;
}
.home-set-01 {
  background: #fff url(../images/template/home-bg-set-01.jpg) right center no-repeat;
  background-size: cover;
  padding: 0 0 120px 160px;
}
.home-01-contet {
  background: #d1cec7;
  padding: 80px 80px 100px 80px;
  text-align: center;
  width: 630px;
  line-height: 1.8;
  position: relative;
}
.home-01-contet-inner {
  position: relative;
  padding: 50px 0;
}
.home-01-contet-inner h1 {
  font-size: 30px;
  font-weight: 500;
}
.home-01-contet-inner h2 {
  font-size: 20px;
  margin: 12px 0 0 0;
  font-weight: 500;
}
.home-01-contet-inner:after {
  top: 0;
  left: 25%;
  content: " ";
  position: absolute;
  pointer-events: none;
  width: 50%;
  height: 3px;
  background: #fff;
  -moz-border: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
}
.home-01-contet-inner:before {
  bottom: 0;
  left: 35%;
  content: " ";
  position: absolute;
  pointer-events: none;
  width: 30%;
  height: 3px;
  background: #fff;
  -moz-border: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
}
.home-01-contet-btn {
  background: #434135;
  border: solid 2px #434135;
  color: #ffd200;
  -moz-border: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  font-family: 'Trirong';
  font-weight: 500;
  letter-spacing: 2px;
  height: 80px;
  width: 310px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  position: absolute;
  bottom: 0;
  margin: 0 0 -40px 0;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.home-01-contet-btn:hover {
  color: #fff;
}
.home-set-02 {
  background: #fff url(../images/template/home-bg-set-02.jpg) center no-repeat;
  background-size: cover;
  padding: 0 0 0 160px;
}
.home-02-content {
  background: rgba(229,226,215,0.9);
  padding: 80px 30px 50px 30px;
  width: 630px;
  font-family: 'Trirong';
  text-align: center;
}
.home-02-content-topic {
  margin: 0 0 30px 0;
}
.home-02-content-topic h2 {
  font-weight: 600;
  font-size: 30px;
}
.home-02-content-topic h3 {
  font-size: 18px;
}
.home-02-content-icon {
  padding: 30px 15px;
}
.home-02-content-txt {
  font-size: 20px;
  letter-spacing: 1px;
  color: #434135;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.home-02-content-txt span {
  font-weight: 600;
}
.home-02-content-img {
  margin: 12px 0 0 0;
}
.home-02-content-img img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  height: 70px;
}
.home-02-content-icon:hover .home-02-content-img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.home-02-icon-set {
  width: 50%;
  float: left;
}
.home-02-icon-set:first-of-type > div.home-02-content-icon {
  border-bottom: solid 2px #a29f96;
}
.home-02-icon-set:nth-of-type(2) > div.home-02-content-icon {
  border-bottom: solid 2px #a29f96;
  border-right: solid 2px #a29f96;
}
.home-02-icon-set:nth-of-type(3) > div.home-02-content-icon {
  border-bottom: solid 2px #a29f96;
}
.home-02-icon-set:nth-of-type(4) > div.home-02-content-icon {
  border-right: solid 2px #a29f96;
}
.contact-zone {
  position: relative;
}
.contact-content-zone {
  width: 50%;
  float: left;
  padding: 50px 160px 50px 160px;
}
.contact-map-zone {
  width: 50%;
  line-height: 0;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.contact-map-zone img {
  width: 100%;
  height: 100%;
}
.contact-map-zone iframe {
  width: 100%;
  height: 100%;
}
.contact-map {
  width: 100%;
  line-height: 0;
  height: 100%;
  margin: 30px 0 0 0;
}
.contact-map img {
  width: 100%;
  height: 200px;
}
.contact-map iframe {
  width: 100%;
  height: 200px;
}
.contact-company {
  font-family: 'Trirong';
  color: #c1902a;
  font-weight: 600;
  font-size: 30px;
}
.contact-address {
  font-size: 20px;
  font-weight: 500;
  margin: 7px 0 0 0;
}
.contact-worker {
  font-size: 16px;
  color: #666;
  margin: 7px 0 15px;
}
.contact-conatct {
  margin: 7px 0 0 0;
  padding: 0 0 0 30px;
  position: relative;
}
.contact-conatct i {
  position: absolute;
  left: 0;
  top: 5px;
}
.contact-conatct a {
  color: #434135;
}
.contact-title {
  margin: 50px 0 0 0;
  font-size: 24px;
  font-family: 'Trirong';
  font-weight: 600;
}
.contact-input {
  position: relative;
  padding: 0 0 0 170px;
  margin: 30px 0 0 0;
}
.contact-input input {
  width: 100%;
  padding: 0 15px;
  height: 45px;
  border: solid 1px #ddd;
  font-size: 16px;
}
.contact-input i {
  font-size: 20px;
}
.contact-input textarea {
  width: 100%;
  padding: 0 15px;
  height: 80px;
  border: solid 1px #ddd;
  font-size: 16px;
}
.contact-h {
  position: absolute;
  top: 11px;
  left: 0;
  font-size: 18px;
}
.contact-input-btn {
  float: right;
  width: 120px;
}
.contact-input-btn input {
  width: 100%;
  height: 76px;
  font-family: 'Trirong';
  font-weight: 500;
  background: #434135;
  color: #c1902a;
  -moz-border: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.contact-input-btn input:hover {
  color: #fff;
}
.contact-input-captcha {
  float: left;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
  -webkit-justify-content: center;
}
.news {
  margin: 0 0 30px 0;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  position: relative;
  padding: 0 0 0 330px;
  height: 200px;
}
.news-img {
  line-height: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 300px;
  overflow: hidden;
}
.news-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  object-position: center;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.news-detail {
  color: #434135;
  padding: 15px 15px 40px 0px;
  position: relative;
  height: 100%;
}
.news-detail h2 {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.news-detail h3 {
  padding: 15px 0 0 0;
  position: relative;
  font-size: 16px;
  line-height: 1.2;
  color: #999;
  font-weight: 300;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 12px 0 0 0;
}
.news-detail h3:after {
  top: 0;
  left: 0%;
  content: "";
  position: absolute;
  pointer-events: none;
  width: 10%;
  height: 4px;
  background: #434135;
  -moz-border: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.news-date {
  height: 40px;
  border-top: dotted 1px #ddd;
  font-size: 14px;
  color: #999;
  position: absolute;
  bottom: 0;
  width: 95%;
  padding: 9px 0 0 0;
}
.news-more {
  float: right;
  padding: 2px 12px;
  background: #434135;
  color: #c1902a;
  -moz-border: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  font-size: 12px;
}
.news:hover .news-img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.news:hover .news-detail h3:after {
  width: 30%;
}
.title-other {
  font-size: 30px;
  margin: 50px 0 20px 0;
  padding: 30px 0 0 0;
  border-top: solid 2px #ddd;
}
.product-category {
  margin: 0 0 30px 0;
  position: relative;
}
.product-category-img {
  line-height: 0;
  overflow: hidden;
}
.product-category-img img {
  width: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.product-category-detail {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 100%;
  background: rgba(255,255,255,0);
  background: -moz-linear-gradient(top,rgba(255,255,255,0) 50%,rgba(67,65,53,0.6) 80%,#434135 100%);
  background: -webkit-gradient(left top,left bottom,color-stop(50%,rgba(255,255,255,0)),color-stop(80%,rgba(67,65,53,0.6)),color-stop(100%,#434135));
  background: -webkit-linear-gradient(top,rgba(255,255,255,0) 50%,rgba(67,65,53,0.6) 80%,#434135 100%);
  background: -o-linear-gradient(top,rgba(255,255,255,0) 50%,rgba(67,65,53,0.6) 80%,#434135 100%);
  background: -ms-linear-gradient(top,rgba(255,255,255,0) 50%,rgba(67,65,53,0.6) 80%,#434135 100%);
  background: linear-gradient(to bottom,rgba(255,255,255,0) 50%,rgba(67,65,53,0.6) 80%,#434135 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#434135',GradientType=0);
  -webkit-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
}
.product-category-detail h2 {
  padding: 0 100px 0 30px;
  position: absolute;
  bottom: 5px;
  left: 15px;
  font-size: 22px;
  color: #c1902a;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.product-category-detail .product-category-more {
  position: absolute;
  bottom: 15px;
  right: 15px;
  font-size: 12px;
  font-family: 'Trirong';
  font-weight: 500;
  padding: 2px 12px;
  color: #434135;
  background: #c1902a;
  -moz-border: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.product-category-detail:after {
  bottom: 0;
  left: 15px;
  margin: 0 0 23px 0;
  content: " ";
  position: absolute;
  pointer-events: none;
  width: 20px;
  height: 4px;
  background: #c1902a;
  -moz-border: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.product-category:hover .product-category-img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.product-category:hover .product-category-detail {
  background: rgba(255,255,255,0);
  background: -moz-linear-gradient(top,rgba(255,255,255,0) 50%,rgba(214,191,144,0.6) 80%,#d6bf90 100%);
  background: -webkit-gradient(left top,left bottom,color-stop(50%,rgba(255,255,255,0)),color-stop(80%,rgba(214,191,144,0.6)),color-stop(100%,#d6bf90));
  background: -webkit-linear-gradient(top,rgba(255,255,255,0) 50%,rgba(214,191,144,0.6) 80%,#d6bf90 100%);
  background: -o-linear-gradient(top,rgba(255,255,255,0) 50%,rgba(214,191,144,0.6) 80%,#d6bf90 100%);
  background: -ms-linear-gradient(top,rgba(255,255,255,0) 50%,rgba(214,191,144,0.6) 80%,#d6bf90 100%);
  background: linear-gradient(to bottom,rgba(255,255,255,0) 50%,rgba(214,191,144,0.6) 80%,#d6bf90 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#d6bf90',GradientType=0);
}
.product-category:hover .product-category-detail h2 {
  color: #434135;
  padding: 0 100px 0 50px;
}
.product-category:hover .product-category-detail .product-category-more {
  background: #434135;
  color: #c1902a;
}
.product-category:hover .product-category-detail:after {
  width: 40px;
  background: #434135;
}
.product-category-box-set {
  padding: 30px 0 0 0;
  max-width: 350px;
  position: relative;
}
.product-category-h {
  position: absolute;
  top: 0;
  left: 10%;
  width: 80%;
  background: #434135;
  height: 60px;
  -moz-border: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  color: #c1902a;
  font-family: 'Trirong';
  font-weight: 500;
  font-size: 18px;
  z-index: 1;
}
.product-category-box {
  background: #d1cec7;
  padding: 50px 20px 20px 20px;
  position: relative;
}
.product-category-list {
  padding: 15px 30px 15px 0px;
  border-bottom: solid 1px rgba(0,0,0,0.05);
  position: relative;
  font-size: 18px;
  cursor: pointer;
}
.product-category-list a {
  color: #434135;
}
.product-category-list span.fas {
  position: absolute;
  right: 0;
  top: 20px;
}
.product-category-list .product-category-list-set {
  padding: 0 0 0 15px;
}
.product-category-list .product-category-list-sub {
  font-size: 14px;
  padding: 12px 0 12px 15px;
  color: #434135;
  position: relative;
  font-weight: 300;
}
.product-category-list .product-category-list-sub i {
  position: absolute;
  left: 0;
  top: 15px;
}
.product-category-list .product-category-list-sub:hover {
  color: #c1902a;
}
.product-category-list:hover {
  color: #000;
}
.product-category-list .product-category-list-sub:first-child {
  border-top: none;
}
.product-category-list-active {
  padding: 15px 30px 15px 0;
  border-bottom: solid 1px rgba(0,0,0,0.05);
  position: relative;
  font-weight: 500;
  font-size: 18px;
}
.product-category-list-active span.fas {
  position: absolute;
  right: 0;
  top: 20px;
}
.product-category-list-active .product-category-list-set {
  padding: 0 0 0 15px;
}
.product-category-list-active .product-category-list-sub {
  font-size: 14px;
  padding: 12px 0 12px 15px;
  color: #434135;
  position: relative;
  font-weight: 300;
}
.product-category-list-active .product-category-list-sub i {
  position: absolute;
  left: 0;
  top: 15px;
}
.product-category-list-active .product-category-list-sub:hover {
  color: #c1902a;
}
.product-category-list-active .product-category-list-sub-active {
  font-size: 14px;
  padding: 12px 0 12px 15px;
  color: #c1902a;
  position: relative;
  font-weight: 300;
}
.product-category-list-active .product-category-list-sub-active i {
  position: absolute;
  left: 0;
  top: 15px;
}
.product-category-list-title {
  font-size: 24px;
  font-weight: 500;
  margin: 30px 0 0 0;
  font-family: 'Trirong';
  color: #c1902a;
  text-transform: uppercase;
}
.product-category-list-img {
  margin: 15px 0 0 0;
  line-height: 0;
}
.product-category-list-img img {
  width: 100%;
}
.product-list {
  margin: 30px 0 0 0;
}
.product-list-img {
  line-height: 0;
  overflow: hidden;
  border: solid 1px #e7e7e7;
}
.product-list-img img {
  width: 100%;
  height: auto;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.product-list-detail {
  text-align: center;
}
.product-list-detail h2 {
  font-size: 16px;
  font-weight: 300;
  margin: 7px 0 0 0;
  color: #434135;
}
.product-list:hover .product-list-img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.product-detail-title {
  font-size: 24px;
  font-weight: 500;
  font-family: 'Trirong';
  color: #c1902a;
  text-transform: uppercase;
  padding: 12px 0;
  border-bottom: solid 1px rgba(0,0,0,0.1);
}
.product-detail-img {
  margin: 30px 0 0 0;
  max-width: 670px;
  line-height: 0;
  border: solid 1px #e7e7e7;
}
.product-detail-img img {
  width: 100%;
}
.product-detail-content {
  line-height: 1.5;
  margin: 15px 0 0 0;
}
.product-detail-content-title {
  font-size: 20px;
  font-weight: 500;
  color: #c1902a;
  font-family: 'Trirong';
  text-transform: uppercase;
  margin: 30px 0 0 0;
}
.productdetail-img {
  margin: 30px 0 0 0;
  line-height: 0;
  box-shadow: 0 0 15px rgba(0,0,0,0.1);
}
.productdetail-img-set {
  position: relative;
  padding: 0 37px;
  margin: 15px 0 0 0;
  max-width: 670px;
}
.productdetail-img-s {
  width: 25%;
  padding: 0 7px;
  float: left;
  line-height: 0;
  overflow: hidden;
  cursor: pointer;
  border: solid 1px #e7e7e7;
}
.productdetail-img-s img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.productdetail-img-s:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.productdetail-img-arrow {
  position: absolute;
  top: 0;
  height: 100%;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  cursor: pointer;
  font-size: 30px;
}
.productdetail-img-arrow:hover {
  color: #434135;
}
.a-left {
  left: 0;
}
.a-right {
  right: 0;
}
.product-detail-content-title-tab {
  font-size: 20px;
  font-weight: 500;
  color: #c1902a;
  background: #434135;
  font-family: 'Trirong';
  text-transform: uppercase;
  margin: 30px 0 0 0;
  border-right: 1px solid #ddd;
  padding: 12px;
  text-align: center;
}
table.tbproduct {
  border-collapse: collapse;
  width: 100%;
  margin: 0;
}
table.tbproduct td,
.tbproduct th {
  border: 1px solid #ddd;
  padding: 10px 12px;
  vertical-align: top;
}
table.tbproduct tr {
  background-color: #f2f2f2;
}
table.tbproduct tr:nth-child(even) {
  background-color: #ffffff;
}
table.tbproduct th {
  background-color: #4CAF50;
  color: white;
}
table.tbproduct td {
  min-width: 200px;
  font-weight: 400;
}
table.tbproduct td+td {
  width: auto;
  font-weight: 300;
}
.root {
  font-size: 14px;
  padding: 0 0 12px 0;
  border-bottom: solid 1px rgba(0,0,0,0.1);
  margin: 20px 0 0 0;
}
.root-2 {
  font-size: 14px;
  padding: 0 0 12px 0;
  border-bottom: solid 1px rgba(0,0,0,0.1);
}
.about-content {
  font-size: 16px;
  line-height: 1.8;
  padding: 0 30px 0 0;
}
.about-content h1 {
  font-size: 40px;
  text-align: right;
  color: #434135;
  font-weight: 600;
  padding: 50px 0 15px 0;
}
.about-content h2 {
  font-size: 24px;
  text-align: right;
  color: #434135;
  font-weight: 400;
}
.about-content-img {
  line-height: 0;
  margin: 0 0 0 0;
}
.about-content-img img {
  width: 100%;
}
@media (max-width: 575px) {
  footer .footer-newsletter {
    margin: 30px 0px 0 0;
    float: none;
    width: 100%;
  }
  section {
    padding: 30px 0;
  }
  section.home {
    padding: 0;
  }
  #content {
    padding: 0 15px;
  }
  .home-set-01 {
    background: none;
    padding: 0px 15px 30px 15px;
  }
  .home-01-contet {
    padding: 30px 20px 50px 20px;
    width: 100%;
    font-size: 14px;
  }
  .home-01-contet-inner {
    padding: 30px 0;
  }
  .home-01-contet-inner h1 {
    font-size: 22px;
  }
  .home-01-contet-inner h2 {
    font-size: 18px;
  }
  .home-01-contet-btn {
    width: 70%;
    height: 50px;
    margin: 0 0 -25px 0;
  }
  .home-set-02 {
    padding: 0px 15px 0px 15px;
  }
  .home-02-content {
    padding: 50px 20px 30px 20px;
    width: 100%;
  }
  .home-02-content-topic h2 {
    font-size: 32px;
  }
  .home-02-content-topic h3 {
    font-size: 14px;
  }
  .home-02-content-txt {
    font-size: 16px;
    height: 50px;
  }
  .home-02-content-icon {
    padding: 15px;
  }
  .home-02-content-icon img {
    height: 50px;
  }
  .contact-content-zone {
    width: 100%;
    float: none;
    padding: 30px 15px 30px 15px;
  }
  .contact-input {
    padding: 0;
    margin: 20px 0 0 0;
  }
  .contact-h {
    position: relative;
    top: 0;
  }
  .contact-map-zone {
    width: 100%;
    height: 250px;
    position: relative;
  }
  .contact-map-zone img {
    width: 100%;
    height: 250px;
  }
  .contact-map-zone iframe {
    width: 100%;
    height: 250px;
  }
  .contact-input-captcha {
    float: none;
  }
  .contact-input-btn {
    float: none;
    width: 100%;
    margin: 25px 0 0 0;
  }
  .contact-input-btn input {
    height: 45px;
  }
  .news {
    padding: 0;
    height: inherit;
  }
  .news-img {
    position: relative;
    width: auto;
  }
  .news-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
  }
  .news-detail {
    padding: 15px 15px 55px 15px;
  }
  .news-date {
    width: 91%;
  }
  .product-category-detail h2 {
    font-size: 16px;
    padding: 0;
  }
  .product-category-detail:after {
    margin: 0 0 50px 0;
    padding: 0;
    display: none;
  }
  .product-category-detail .product-category-more {
    display: none;
  }
  .product-category:hover .product-category-detail h2 {
    padding: 0 0 0 0px;
  }
  .root {
    margin: 0;
  }
  table.tbproduct {
    font-size: 12px;
  }
  table.tbproduct td {
    min-width: 2000%;
    font-weight: 400;
  }
  table.tbproduct td+td {
    width: auto;
    font-weight: 300;
  }
  .about-content {
    padding: 0 0 30px 0;
    font-size: 16px;
  }
  .about-content h1 {
    font-size: 24px;
    text-align: left;
    padding: 0 0 7px 0;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  footer .footer-newsletter {
    margin: 30px 0px 0 0;
    float: none;
    width: 100%;
  }
  .

	section {
    padding: 30px 0;
  }
  section.home {
    padding: 0;
  }
  #content {
    padding: 0 30px;
  }
  .home-set-01 {
    background: none;
    padding: 0 30px 30px 30px;
  }
  .home-01-contet {
    padding: 30px 30px 50px 30px;
    width: 100%;
    font-size: 14px;
  }
  .home-01-contet-inner {
    padding: 30px 0;
  }
  .home-01-contet-inner h1 {
    font-size: 22px;
  }
  .home-01-contet-inner h2 {
    font-size: 18px;
  }
  .home-01-contet-btn {
    width: 70%;
    height: 50px;
    margin: 0 0 -25px 0;
  }
  .home-set-02 {
    padding: 0px 30px 0px 30px;
  }
  .home-02-content {
    padding: 50px 50px 30px 50px;
    width: 100%;
  }
  .home-02-content-txt {
    font-size: 16px;
  }
  .home-02-content-icon {
    padding: 15px;
  }
  .contact-content-zone {
    width: 100%;
    float: none;
    padding: 30px 15px 30px 15px;
  }
  .contact-input {
    padding: 0;
    margin: 20px 0 0 0;
  }
  .contact-h {
    position: relative;
    top: 0;
  }
  .contact-map-zone {
    width: 100%;
    height: 350px;
    position: relative;
    margin: 50px 0 0 0;
  }
  .contact-map-zone img {
    width: 100%;
    height: 350px;
  }
  .contact-map-zone iframe {
    width: 100%;
    height: 350px;
  }
  .product-category-detail h2 {
    font-size: 16px;
    padding: 0;
  }
  .product-category-detail:after {
    margin: 0 0 40px 0;
    padding: 0;
  }
  .product-category:hover .product-category-detail h2 {
    padding: 0 0 0 0px;
  }
  .root {
    margin: 0;
  }
  .about-content {
    padding: 0 0 30px 0;
    font-size: 16px;
  }
  .about-content h1 {
    text-align: left;
    padding: 0 0 7px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  footer ul.footerfix {
    margin: 57px 0 0 0;
    float: none;
  }
  footer ul.footerfix li {
    margin: 0 30px 0 0;
  }
  footer .footer-newsletter {
    margin: 30px 0px 0 0;
    float: none;
    width: 100%;
  }
  section {
    padding: 30px 0;
  }
  section.home {
    padding: 0;
  }
  #content {
    padding: 0 50px;
  }
  .home-set-01 {
    background: none;
    padding: 0 50px 50px 50px;
  }
  .home-01-contet {
    padding: 50px 70px 80px 70px;
    width: 100%;
  }
  .home-01-contet-inner {
    padding: 30px 0;
  }
  .home-set-02 {
    padding: 0 50px 0 50px;
  }
  .home-02-content {
    padding: 70px 50px 50px 50px;
    width: 100%;
  }
  .home-02-content-txt {
    font-size: 16px;
  }
  .contact-content-zone {
    width: 100%;
    float: none;
    padding: 30px 50px 30px 50px;
  }
  .contact-input {
    padding: 0;
    margin: 20px 0 0 0;
  }
  .contact-h {
    position: relative;
    top: 0;
  }
  .contact-map-zone {
    width: 100%;
    height: 350px;
    position: relative;
    margin: 50px 0 0 0;
  }
  .contact-map-zone img {
    width: 100%;
    height: 350px;
  }
  .contact-map-zone iframe {
    width: 100%;
    height: 350px;
  }
  .about-content {
    padding: 0 0 30px 0;
    font-size: 16px;
  }
  .about-content h1 {
    text-align: left;
    padding: 0 0 7px 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  footer ul.footerfix li {
    margin: 0px 30px 30px 0;
  }
  footer .footer-newsletter {
    margin: 25px 0px 0 0;
    float: none;
    width: 100%;
  }
  section {
    padding: 30px 0;
  }
  section.home {
    padding: 0;
  }
  #content {
    padding: 0 50px;
  }
  .home-set-01 {
    padding: 0 0 80px 50px;
  }
  .home-01-contet {
    padding: 50px 30px 80px 30px;
    width: 450px;
  }
  .home-set-02 {
    padding: 0 0 0px 50px;
  }
  .home-02-content {
    padding: 40px 30px 20px 30px;
    width: 450px;
  }
  .home-02-content-txt {
    font-size: 16px;
  }
  .home-02-content-icon {
    padding: 15px;
  }
  .contact-content-zone {
    width: 50%;
    float: left;
    padding: 50px 50px 50px 50px;
  }
  .contact-input-btn {
    margin: 25px 0 0 0;
    width: 100%;
  }
  .product-category-detail .product-category-more {
    display: none;
  }
  .about-content {
    padding: 0 0 0 0;
    font-size: 16px;
  }
  .about-content h1 {
    font-size: 30px;
    padding: 0 0 15px 0;
  }
}
@media (min-width: 1280px) and (max-width: 1850px) {
  header.pc {
    padding: 0 5vw;
  }
  header.pc nav ul.menufix {
    margin: 35px 0 0 0;
  }
  header.pc nav ul.menufix li {
    padding: 0 1vw 0 1vw;
  }
  .contact-content-zone {
    width: 50%;
    float: left;
    padding: 50px 5vw 50px 5vw;
  }
  .about-content {
    padding: 0 30px 0 0;
    font-size: 14px;
  }
  .about-content h1 {
    padding: 0 0 15px 0;
  }
}
@media (min-width: 1200px) and (max-width: 1279px) {
  header.pc {
    padding: 0 50px;
  }
  header.pc nav ul.menufix {
    margin: 40px 0 0 0;
  }
  header.pc nav ul.menufix li {
    padding: 0 1vw 0 1vw;
    font-size: 16px;
  }
  .contact-content-zone {
    width: 50%;
    float: left;
    padding: 50px 50px 50px 50px;
  }
  .product-category-detail h2 {
    font-size: 22px;
  }
  .product-category-detail .product-category-more {
    font-size: 10px;
  }
}
@media (min-width: 1200px) and (max-width: 1299px) {
  .contact-input {
    padding: 0 0 0 100px;
    font-size: 14px;
  }
  .contact-input-btn {
    width: 80px;
  }
  .news {
    padding: 0;
    height: inherit;
  }
  .news-img {
    position: relative;
    width: auto;
  }
  .news-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
  }
  .news-detail {
    padding: 15px 15px 55px 15px;
  }
  .news-date {
    width: 91%;
  }
  .product-category-detail h2 {
    font-size: 22px;
  }
  .product-category-detail .product-category-more {
    font-size: 10px;
  }
}
@media (min-width: 1300px) and (max-width: 1599px) {
  .contact-input {
    padding: 0 0 0 120px;
    font-size: 16px;
  }
  .contact-input-btn {
    width: 110px;
  }
  #content {
    padding: 0 55px;
  }
  .product-category-detail h2 {
    font-size: 24px;
  }
  .product-category-detail .product-category-more {
    font-size: 10px;
    bottom: 15px;
  }
}
@media (min-width: 1600px) and (max-width: 1800px) {
  .about-content {
    padding: 0 30px 0 0;
    font-size: 16px;
  }
  .about-content h1 {
    padding: 0 0 15px 0;
  }
}
