/* line 2, sass/_header.scss */
.navbar-brand .img-logo {
  height: 72px;
}

/* line 7, sass/_header.scss */
.nav-link {
  position: relative;
}
/* line 12, sass/_header.scss */
.nav-link p i {
  position: absolute;
  bottom: -16px;
  left: 0%;
  width: 100%;
  /* object-fit: contain; */
  /* height: 16px; */
  display: inline-block;
  border-bottom: 6px solid #FD8A00;
}

/* line 24, sass/_header.scss */
.mini-logo {
  background: transparent;
  position: absolute;
  z-index: 4;
  left: 13%;
}
/* line 33, sass/_header.scss */
.mini-logo img {
  height: 38px;
  margin-left: -20px;
  margin-top: -6px;
}

/* line 40, sass/_header.scss */
.footer {
  padding: 25px 0;
  min-height: 200px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.5) 28%, rgba(255, 255, 255, 0.57) 69%, rgba(255, 255, 255, 0.25) 100%) center center/cover no-repeat, url("../img/S__50987013.jpg");
  background-size: cover;
  position: relative;
}
/* line 48, sass/_header.scss */
.footer #btntop {
  position: absolute;
  top: -10px;
  right: 10%;
}
/* line 52, sass/_header.scss */
.footer #btntop i {
  font-size: 36px;
  color: #ff8c00c7;
}
/* line 59, sass/_header.scss */
.footer .con3 {
  padding: 0 15px 0 2%;
}
/* line 62, sass/_header.scss */
.footer .con3 h1 {
  font-family: 'Sukhumvit Set';
  font-size: 14px;
  color: #000000;
  font-weight: bold;
}
/* line 69, sass/_header.scss */
.footer .con3 p {
  color: #000000;
  font-family: 'Sukhumvit Set';
  font-size: 13px;
  padding: 0px 0 5px 0;
  margin: 0 0 5px;
  font-weight: 600;
}
/* line 76, sass/_header.scss */
.footer .con3 p a {
  transition: .3s ease;
  color: #000000;
}
/* line 79, sass/_header.scss */
.footer .con3 p a:hover {
  text-decoration: none;
  color: #D9862D;
}
/* line 83, sass/_header.scss */
.footer .con3 p a i {
  font-size: 16px;
  padding-right: 15px;
}
/* line 91, sass/_header.scss */
.footer .con4 {
  padding: 0 15px 0 2%;
}
/* line 93, sass/_header.scss */
.footer .con4 h1 {
  font-family: 'Sukhumvit Set';
  font-size: 14px;
  color: #000000;
  font-weight: bold;
  margin-top: 0;
}
/* line 100, sass/_header.scss */
.footer .con4 p {
  color: #000000;
  font-family: 'Sukhumvit Set';
  font-size: 13px;
  font-weight: 600;
}
/* line 105, sass/_header.scss */
.footer .con4 p i {
  font-size: 16px;
  padding-right: 15px;
}
/* line 113, sass/_header.scss */
.footer #custom-search-input {
  margin: 0;
  margin-top: 20px;
  padding: 0;
}
/* line 118, sass/_header.scss */
.footer #custom-search-input .search-query {
  padding-right: 3px;
  padding-right: 4px \9;
  padding-left: 3px;
  padding-left: 4px \9;
  margin-bottom: 0;
  background: transparent;
  border: 0;
  border-bottom: 1px solid;
  font-family: 'Sukhumvit Set';
  font-size: 12px;
  color: #858585;
}
/* line 131, sass/_header.scss */
.footer #custom-search-input .search-query:focus + button {
  z-index: 3;
}
/* line 135, sass/_header.scss */
.footer #custom-search-input button {
  border: 0;
  background: none;
  /** belows styles are working good */
  padding: 2px 5px;
  margin-top: 2px;
  position: relative;
  left: -28px;
  /* IE7-8 doesn't have border-radius, so don't indent the padding */
  margin-bottom: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #FF8C00;
}
/* line 151, sass/_header.scss */
.footer #custom-search-input .form-control:focus {
  border-color: #FF8C00;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075), 0 0 0 rgba(102, 175, 233, 0.6);
}

/* line 165, sass/_header.scss */
.footer-mini {
  padding: 8px 0;
  min-height: 35px;
  background: #ffffff;
  color: #000000;
  font-family: 'Sukhumvit Set';
  font-size: 13px;
  font-weight: 600;
}
/* line 173, sass/_header.scss */
.footer-mini .social {
  text-align: right;
}
/* line 175, sass/_header.scss */
.footer-mini .social a {
  padding: 0 15px;
}
/* line 177, sass/_header.scss */
.footer-mini .social a i {
  color: #000000;
}

/* line 184, sass/_header.scss */
.menu-about {
  position: absolute;
  top: 82px;
  width: 100%;
  background: white;
  z-index: 2;
}

/* line 193, sass/_header.scss */
.ab-xx {
  width: 100%;
  height: auto;
  background: #c7c7c7bd;
  position: absolute;
  z-index: 3;
}
/* line 201, sass/_header.scss */
.ab-xx ul {
  margin: 20px 0 15px 0;
}
/* line 203, sass/_header.scss */
.ab-xx ul li {
  display: inline;
  padding: 10px 15px;
}
/* line 206, sass/_header.scss */
.ab-xx ul li a {
  padding: 7px 10px;
  border-radius: 7px;
  font-family: 'Sukhumvit Set';
  font-size: 14px;
  color: #000;
}

/* line 219, sass/_header.scss */
.ab-xx-scll {
  width: 100%;
  height: auto;
  background: #c7c7c7bd;
  position: absolute;
  z-index: 3;
  display: none;
}
/* line 227, sass/_header.scss */
.ab-xx-scll ul {
  margin: 20px 0 15px 0;
}
/* line 229, sass/_header.scss */
.ab-xx-scll ul li {
  display: inline;
  padding: 10px 15px;
}
/* line 232, sass/_header.scss */
.ab-xx-scll ul li a {
  padding: 7px 10px;
  border-radius: 7px;
  font-family: 'Sukhumvit Set';
  font-size: 14px;
  color: #000;
}

/* line 244, sass/_header.scss */
header.scrollTops {
  position: fixed;
  z-index: 99;
  height: auto;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  top: 0;
}
/* line 255, sass/_header.scss */
header.scrollTops .ab-xx {
  display: none;
  width: 100%;
  height: autopx;
  background: #191919e8;
}
/* line 260, sass/_header.scss */
header.scrollTops .ab-xx ul {
  margin: 20px 0 15px 0;
}
/* line 262, sass/_header.scss */
header.scrollTops .ab-xx ul li {
  display: inline;
  padding: 10px 15px;
}
/* line 265, sass/_header.scss */
header.scrollTops .ab-xx ul li a {
  padding: 7px 10px;
  border-radius: 7px;
  font-family: 'Sukhumvit Set';
  font-size: 14px;
  color: #fff;
}
/* line 276, sass/_header.scss */
header.scrollTops .ab-xx-scll {
  display: block;
  width: 100%;
  height: autopx;
  background: #191919e8;
}
/* line 281, sass/_header.scss */
header.scrollTops .ab-xx-scll ul {
  margin: 20px 0 15px 0;
}
/* line 283, sass/_header.scss */
header.scrollTops .ab-xx-scll ul li {
  display: inline;
  padding: 10px 15px;
}
/* line 286, sass/_header.scss */
header.scrollTops .ab-xx-scll ul li a {
  padding: 7px 10px;
  border-radius: 7px;
  font-family: 'Sukhumvit Set';
  font-size: 14px;
  color: #fff;
}

/* line 300, sass/_header.scss */
.navbar-default .navbar-nav .x-search > a:focus,
.navbar-default .navbar-nav .x-search > a:hover,
.navbar-default .navbar-nav .x-search > a.active {
  color: #006CB6;
  background-color: transparent;
  border-bottom: 2px solid transparent;
}

/* line 308, sass/_header.scss */
.x-search {
  margin-top: 5px;
}

/* line 1, sass/_home.scss */
.home-one {
  margin-top: -82px;
  position: relative;
}
/* line 4, sass/_home.scss */
.home-one .banner {
  position: relative;
}
/* line 6, sass/_home.scss */
.home-one .banner img {
  width: 100%;
}
/* line 10, sass/_home.scss */
.home-one .banner .owl-dots {
  position: absolute;
  bottom: 0;
  width: 100%;
}
/* line 16, sass/_home.scss */
.home-one .caption {
  position: absolute;
  top: 60%;
  left: 56%;
  transform: translate(-50%, -50%);
  width: 100%;
  font-family: 'Sukhumvit Set';
  font-size: 30px;
  color: #fff;
}
/* line 29, sass/_home.scss */
.home-one .caption h1 {
  font-family: 'Sukhumvit Set';
  font-size: 30px;
  color: #fff;
  font-weight: bold;
}

/* line 39, sass/_home.scss */
.home-two {
  background: #FFFFFF;
  min-height: 300px;
  padding: 20px 0 40px 0;
}
/* line 43, sass/_home.scss */
.home-two hr {
  width: 70px;
  margin-top: 40px;
  margin-bottom: 20px;
  border-top: 2px solid #d9862d;
  position: absolute;
  left: -69px;
}
/* line 51, sass/_home.scss */
.home-two h1 {
  font-family: 'Sukhumvit Set';
  font-size: 36px;
  color: #D9862D;
}
/* line 55, sass/_home.scss */
.home-two h1 span {
  font-weight: bold;
}
/* line 60, sass/_home.scss */
.home-two .detail {
  padding: 25px 0;
}
/* line 62, sass/_home.scss */
.home-two .detail .padd1 {
  padding-right: 50px;
}
/* line 65, sass/_home.scss */
.home-two .detail .padd2 {
  padding-left: 30px;
}
/* line 68, sass/_home.scss */
.home-two .detail img {
  max-width: 100%;
}
/* line 71, sass/_home.scss */
.home-two .detail .text {
  font-family: 'Sukhumvit Set';
  font-size: 15px;
  line-height: 24px;
  font-weight: 600;
  color: #000000;
}
/* line 78, sass/_home.scss */
.home-two .detail .box-btn {
  text-align: right;
  margin-top: 20px;
}
/* line 81, sass/_home.scss */
.home-two .detail .box-btn .btn {
  border-radius: 20px;
  padding: 5px 10px;
  font-family: 'Sukhumvit Set';
  font-size: 12px;
  color: #DC8E3B;
  border-color: #DC8E3B;
  font-weight: 700;
  transition: .3s ease;
}
/* line 90, sass/_home.scss */
.home-two .detail .box-btn .btn:hover {
  color: #fff;
  background-color: #DC8E3B;
  border-color: #DC8E3B;
}
/* line 98, sass/_home.scss */
.home-two .detail .list-icon {
  padding: 40px 0 0 0;
}
/* line 100, sass/_home.scss */
.home-two .detail .list-icon img {
  height: 150px;
}
/* line 103, sass/_home.scss */
.home-two .detail .list-icon .align-cen {
  text-align: left;
}
/* line 106, sass/_home.scss */
.home-two .detail .list-icon .text-icon {
  font-family: 'Sukhumvit Set';
  font-size: 15px;
  line-height: 24px;
  font-weight: 600;
  color: #000000;
  text-align: left;
}
/* line 114, sass/_home.scss */
.home-two .detail .list-icon .text-icon h2 {
  font-family: 'Sukhumvit Set';
  font-size: 18px;
  color: #000000;
  font-weight: bold;
}

/* line 125, sass/_home.scss */
.home-three {
  min-height: 300px;
  padding: 100px 0;
}
/* line 128, sass/_home.scss */
.home-three .text {
  background: rgba(245, 139, 26, 0.62);
  padding: 20px 60px 50px 80px;
  font-family: 'Sukhumvit Set';
  font-size: 15px;
  line-height: 24px;
  font-weight: 600;
  color: #fff;
  position: relative;
}
/* line 137, sass/_home.scss */
.home-three .text hr {
  width: 50px;
  margin-top: 40px;
  margin-bottom: 20px;
  border-top: 2px solid #fff;
  position: absolute;
  left: 0px;
}
/* line 145, sass/_home.scss */
.home-three .text h1 {
  font-family: 'Sukhumvit Set';
  font-size: 36px;
  color: #fff;
}
/* line 149, sass/_home.scss */
.home-three .text h1 span {
  font-weight: bold;
}
/* line 153, sass/_home.scss */
.home-three .text .box-btn {
  text-align: left;
  margin-top: 20px;
}
/* line 156, sass/_home.scss */
.home-three .text .box-btn .btn {
  border-radius: 20px;
  padding: 5px 10px;
  font-family: 'Sukhumvit Set';
  font-size: 12px;
  color: #fff;
  background-color: transparent;
  border-color: #fff;
  font-weight: 700;
  transition: .3s ease;
}

/* line 175, sass/_home.scss */
.home-four {
  background: #fff;
  text-align: center;
  padding: 60px 0;
}
/* line 180, sass/_home.scss */
.home-four blockquote {
  border: 0;
}
/* line 183, sass/_home.scss */
.home-four p {
  font-family: 'Sukhumvit Set';
  font-size: 26px;
  color: #000;
  font-weight: bold;
}
/* line 188, sass/_home.scss */
.home-four p:before {
  content: '"';
  display: inline;
  height: 0;
  line-height: 0;
  left: -25px;
  position: relative;
  top: 19px;
  color: #D9862D;
  font-size: 60px;
  font-style: oblique;
}
/* line 200, sass/_home.scss */
.home-four p::after {
  content: '"';
  display: inline;
  height: 0;
  line-height: 0;
  left: 0px;
  position: relative;
  top: 35px;
  color: #D9862D;
  font-size: 60px;
  font-style: oblique;
}

/* line 216, sass/_home.scss */
.home-five {
  background: #fff;
  text-align: center;
  padding: 30px 0;
  min-height: 271px;
}
/* line 221, sass/_home.scss */
.home-five hr {
  width: 70px;
  margin-top: 40px;
  margin-bottom: 20px;
  border-top: 2px solid #fff;
  position: absolute;
  left: -69px;
}
/* line 229, sass/_home.scss */
.home-five h1 {
  font-family: 'Sukhumvit Set';
  font-size: 36px;
  color: #fff;
  font-weight: bold;
  text-align: left;
}

/* line 238, sass/_home.scss */
.home-six {
  background: #fff;
  text-align: center;
  padding: 60px 0;
  min-height: 271px;
}
/* line 244, sass/_home.scss */
.home-six .home-product {
  margin-top: -195px;
}
/* line 246, sass/_home.scss */
.home-six .home-product .box {
  margin-bottom: 25px;
}
/* line 248, sass/_home.scss */
.home-six .home-product .box img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}
/* line 253, sass/_home.scss */
.home-six .home-product .box .name {
  padding: 20px;
  text-align: center;
  font-family: 'Sukhumvit Set';
  font-size: 16px;
  color: #000;
  font-weight: bold;
  margin: 0 10px;
  border: 2px solid #000;
  border-top: 0px;
  position: relative;
  transition: .3s ease;
}
/* line 266, sass/_home.scss */
.home-six .home-product .box .name i {
  font-size: 28px;
  position: absolute;
  bottom: -4px;
  line-height: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  color: #D9862D;
  transition: .3s ease;
}
/* line 279, sass/_home.scss */
.home-six .home-product .box:hover i {
  display: block;
}
/* line 282, sass/_home.scss */
.home-six .home-product .box:hover a {
  text-decoration: none;
}
/* line 285, sass/_home.scss */
.home-six .home-product .box:hover .name {
  color: #D9862D;
  border: 2px solid #D9862D;
  border-top: 0px;
}

/* line 295, sass/_home.scss */
.page-search {
  min-height: 600px;
  padding: 50px 0;
}

/* line 1, sass/_about.scss */
.about-banner {
  position: relative;
  font-family: 'Sukhumvit Set';
  font-size: 16px;
  color: #fff;
  font-weight: bold;
}
/* line 7, sass/_about.scss */
.about-banner img {
  width: 100%;
  height: 100px;
  object-fit: cover;
}
/* line 12, sass/_about.scss */
.about-banner .title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* line 20, sass/_about.scss */
.about-one {
  background: #FFFFFF;
  min-height: 300px;
  padding: 20px 0 40px 0;
}
/* line 24, sass/_about.scss */
.about-one hr {
  width: 70px;
  margin-top: 40px;
  margin-bottom: 20px;
  border-top: 2px solid #d9862d;
  position: absolute;
  left: -69px;
}
/* line 32, sass/_about.scss */
.about-one h1 {
  font-family: 'Sukhumvit Set';
  font-size: 36px;
  color: #D9862D;
}
/* line 36, sass/_about.scss */
.about-one h1 span {
  font-weight: bold;
}
/* line 41, sass/_about.scss */
.about-one .detail {
  padding: 25px 0;
}
/* line 43, sass/_about.scss */
.about-one .detail .padd1 {
  padding-right: 50px;
}
/* line 46, sass/_about.scss */
.about-one .detail .padd2 {
  padding-left: 30px;
}
/* line 49, sass/_about.scss */
.about-one .detail img {
  max-width: 100%;
}
/* line 52, sass/_about.scss */
.about-one .detail .text {
  font-family: 'Sukhumvit Set';
  font-size: 15px;
  line-height: 24px;
  color: #000000;
}
/* line 59, sass/_about.scss */
.about-one .owl-theme .owl-dots .owl-dot.active span, .about-one .owl-theme .owl-dots .owl-dot:hover span {
  background: #D9862D;
}
/* line 63, sass/_about.scss */
.about-one .owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 5px;
}

/* line 70, sass/_about.scss */
.about-two {
  padding: 20px 0 40px 0;
  background: #fff;
}
/* line 74, sass/_about.scss */
.about-two hr {
  width: 70px;
  margin-left: 0;
  border-top: 2px solid #d9862d;
}
/* line 79, sass/_about.scss */
.about-two h1 {
  font-family: 'Sukhumvit Set';
  font-size: 36px;
  color: #D9862D;
  font-weight: bold;
}
/* line 85, sass/_about.scss */
.about-two .padd1 {
  padding-left: 50px;
}
/* line 89, sass/_about.scss */
.about-two .datagrid table {
  border-collapse: collapse;
  text-align: left;
  width: 100%;
}
/* line 92, sass/_about.scss */
.about-two .datagrid {
  background: #fff;
  overflow: hidden;
}
/* line 95, sass/_about.scss */
.about-two .datagrid table td, .about-two .datagrid table th {
  padding: 15px 10px;
}
/* line 98, sass/_about.scss */
.about-two .datagrid table tbody td {
  color: #000;
  font-size: 15px;
  line-height: 24px;
}
/* line 104, sass/_about.scss */
.about-two .datagrid table tbody td p {
  color: #000;
  font-weight: bold;
  margin: 0 0 2px;
  font-size: 15px;
}
/* line 111, sass/_about.scss */
.about-two .datagrid {
  padding: 25px 0;
}
/* line 114, sass/_about.scss */
.about-two .datagrid img {
  height: 80px;
}
/* line 118, sass/_about.scss */
.about-two .vdo {
  padding-top: 40px;
}
/* line 120, sass/_about.scss */
.about-two .vdo .resp-container {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
}
/* line 125, sass/_about.scss */
.about-two .vdo .resp-container .resp-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* line 1, sass/_whypid.scss */
.why-banner {
  position: relative;
  font-family: 'Sukhumvit Set';
  font-size: 16px;
  color: #fff;
  font-weight: bold;
}
/* line 7, sass/_whypid.scss */
.why-banner img {
  width: 100%;
  height: 100px;
  object-fit: cover;
}
/* line 12, sass/_whypid.scss */
.why-banner .title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* line 21, sass/_whypid.scss */
.why-one .slide-banner {
  padding: 60px 0 30px 0;
}
/* line 23, sass/_whypid.scss */
.why-one .slide-banner img {
  height: 400px;
  object-fit: cover;
}
/* line 27, sass/_whypid.scss */
.why-one .slide-banner .owl-theme .owl-dots .owl-dot.active span, .why-one .slide-banner .owl-theme .owl-dots .owl-dot:hover span {
  background: #D9862D;
}
/* line 31, sass/_whypid.scss */
.why-one .slide-banner .owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 5px;
}

/* line 39, sass/_whypid.scss */
.why-two {
  background: #FFFFFF;
  padding: 20px 0 40px 0;
}
/* line 42, sass/_whypid.scss */
.why-two hr {
  width: 70px;
  margin-top: 40px;
  border-top: 2px solid #d9862d;
  position: absolute;
  left: -69px;
}
/* line 49, sass/_whypid.scss */
.why-two h1 {
  font-family: 'Sukhumvit Set';
  font-size: 36px;
  color: #D9862D;
}
/* line 53, sass/_whypid.scss */
.why-two h1 span {
  font-weight: bold;
}
/* line 57, sass/_whypid.scss */
.why-two .text {
  font-family: 'Sukhumvit Set';
  font-size: 15px;
  line-height: 24px;
  color: #000000;
  padding: 20px 0;
}
/* line 65, sass/_whypid.scss */
.why-two .photo img {
  max-width: 100%;
  margin-bottom: 20px;
}

/* line 73, sass/_whypid.scss */
.why-three hr {
  width: 70px;
  margin-left: 0;
  border-top: 2px solid #d9862d;
}
/* line 78, sass/_whypid.scss */
.why-three h1 {
  font-family: 'Sukhumvit Set';
  font-size: 36px;
  color: #D9862D;
  font-weight: bold;
}
/* line 85, sass/_whypid.scss */
.why-three .data {
  margin: 40px 0px;
  font-family: 'Sukhumvit Set';
  font-size: 15px;
  line-height: 24px;
  color: #000000;
}
/* line 91, sass/_whypid.scss */
.why-three .data .datagrid table {
  border-collapse: collapse;
  text-align: left;
  width: 100%;
}
/* line 95, sass/_whypid.scss */
.why-three .data .datagrid {
  background: #fff;
  overflow: hidden;
}
/* line 98, sass/_whypid.scss */
.why-three .data .datagrid table td, .why-three .data .datagrid table th {
  padding: 10px 10px;
}
/* line 101, sass/_whypid.scss */
.why-three .data .datagrid table thead th {
  background: #e2e2e2;
}
/* line 104, sass/_whypid.scss */
.why-three .data .datagrid table thead th:first-child {
  border: none;
}
/* line 107, sass/_whypid.scss */
.why-three .data .datagrid table tbody td {
  color: #000;
}
/* line 111, sass/_whypid.scss */
.why-three .data .datagrid table tbody tr {
  border-left: none;
  background: #e2e2e2;
}
/* line 117, sass/_whypid.scss */
.why-three .data .datagrid table tbody tr:nth-last-child(2n+1) {
  border-left: none;
  background: #fff;
}
/* line 122, sass/_whypid.scss */
.why-three .data .datagrid table tbody tr:last-child td {
  border-bottom: none;
}

/* line 1, sass/_product.scss */
.product-banner {
  position: relative;
  font-family: 'Sukhumvit Set';
  font-size: 16px;
  color: #fff;
  font-weight: bold;
}
/* line 7, sass/_product.scss */
.product-banner img {
  width: 100%;
  height: 100px;
  object-fit: cover;
}
/* line 12, sass/_product.scss */
.product-banner .title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* line 20, sass/_product.scss */
.product-one {
  background: #fff;
  text-align: center;
  padding: 60px 0;
  min-height: 271px;
}
/* line 28, sass/_product.scss */
.product-one .list-product .box {
  margin-bottom: 40px;
}
/* line 30, sass/_product.scss */
.product-one .list-product .box img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  filter: drop-shadow(1px -1px 8px #909090);
}
/* line 36, sass/_product.scss */
.product-one .list-product .box .name {
  padding: 20px;
  text-align: center;
  font-family: 'Sukhumvit Set';
  font-size: 16px;
  color: #000;
  font-weight: bold;
  margin: 0 10px;
  border: 2px solid #000;
  border-top: 0px;
  position: relative;
  transition: .3s ease;
}
/* line 49, sass/_product.scss */
.product-one .list-product .box .name i {
  font-size: 28px;
  position: absolute;
  bottom: -4px;
  line-height: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  color: #D9862D;
  transition: .3s ease;
}
/* line 62, sass/_product.scss */
.product-one .list-product .box:hover i {
  display: block;
}
/* line 65, sass/_product.scss */
.product-one .list-product .box:hover a {
  text-decoration: none;
}
/* line 68, sass/_product.scss */
.product-one .list-product .box:hover .name {
  color: #D9862D;
  border: 2px solid #D9862D;
  border-top: 0px;
}
/* line 76, sass/_product.scss */
.product-one .list-product .page .pagination > li > a, .product-one .list-product .page .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  font-family: 'Sukhumvit Set';
  font-size: 15px;
  font-weight: 500;
  color: #d9862d;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #d9862d;
  margin: 5px;
  border-radius: 5px;
  transition: .3s ease;
}
/* line 93, sass/_product.scss */
.product-one .list-product .page .pagination > li > a:focus, .product-one .list-product .page .pagination > li > a:hover, .product-one .list-product .page .pagination > li > span:focus, .product-one .list-product .page .pagination > li > span:hover {
  z-index: 2;
  color: #ffffff;
  background-color: #d9862d;
  border-color: #d9862d;
}
/* line 99, sass/_product.scss */
.product-one .list-product .page .pagination > li.active a {
  z-index: 2;
  color: #ffffff;
  background-color: #d9862d;
  border-color: #d9862d;
}

/* line 109, sass/_product.scss */
.prodetail-one {
  background: #fff;
  padding: 60px 0 30px 0;
  min-height: 271px;
}
/* line 116, sass/_product.scss */
.prodetail-one .box .big-img img {
  max-width: 100%;
}
/* line 121, sass/_product.scss */
.prodetail-one .text {
  text-align: left;
  font-family: 'Sukhumvit Set';
  font-size: 15px;
  line-height: 24px;
  color: #000000;
}
/* line 127, sass/_product.scss */
.prodetail-one .text .box-btn {
  width: 80%;
  margin: auto;
}
/* line 130, sass/_product.scss */
.prodetail-one .text .box-btn .btn-grad {
  background-image: linear-gradient(to right, #FF8008 0%, #FFC837 51%, #FF8008 100%);
  margin: 10px;
  padding: 10px 20px;
  text-align: center;
  transition: 0.5s;
  background-size: 200% auto;
  font-family: 'Sukhumvit Set';
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  box-shadow: 0 0 20px #eee;
  border-radius: 10px;
  display: block;
  text-decoration: none;
}
/* line 144, sass/_product.scss */
.prodetail-one .text .box-btn .btn-grad i {
  padding-left: 20px;
}
/* line 149, sass/_product.scss */
.prodetail-one .text .box-btn .btn-grad:hover {
  background-position: right center;
}

/* line 155, sass/_product.scss */
.prodetail-two {
  background: #fff;
  padding: 20px 0;
  min-height: 271px;
}
/* line 161, sass/_product.scss */
.prodetail-two .detail .nav > li > a {
  margin: 0px;
  background: #DADBDC;
  border-radius: 0;
  padding: 10px 20px;
  font-family: 'Sukhumvit Set';
  font-size: 15px;
  font-weight: bold;
  color: #000;
}
/* line 171, sass/_product.scss */
.prodetail-two .detail .nav-tabs {
  border-bottom: 0px solid #DADBDC;
  margin-bottom: -2px;
}
/* line 175, sass/_product.scss */
.prodetail-two .detail .nav-tabs > li {
  float: left;
  margin-bottom: 0px;
}
/* line 180, sass/_product.scss */
.prodetail-two .detail .tab-content {
  border: 1px solid #DADBDC;
  padding: 20px 20px;
}
/* line 184, sass/_product.scss */
.prodetail-two .detail .nav-tabs > li.active > a, .prodetail-two .detail .nav-tabs > li.active > a:focus, .prodetail-two .detail .nav-tabs > li.active > a:hover {
  color: #000;
  cursor: default;
  background-color: #fff;
  border: 1px solid #DADBDC;
  border-bottom-color: transparent;
  border-radius: 0;
}
/* line 193, sass/_product.scss */
.prodetail-two .detail .tab-content .text {
  font-family: 'Sukhumvit Set';
  font-size: 15px;
  line-height: 24px;
  color: #000000;
}

/* line 203, sass/_product.scss */
.prodetail-three {
  background: #fff;
  padding: 30px 0 40px 0;
}
/* line 206, sass/_product.scss */
.prodetail-three hr {
  width: 70px;
  margin-left: 0;
  border-top: 2px solid #d9862d;
}
/* line 211, sass/_product.scss */
.prodetail-three h1 {
  font-family: 'Sukhumvit Set';
  font-size: 36px;
  color: #D9862D;
  font-weight: bold;
}
/* line 220, sass/_product.scss */
.prodetail-three .certificate .item img {
  padding: 15px 45px;
}

/* line 1, sass/project.scss */
.project-banner {
  position: relative;
  font-family: 'Sukhumvit Set';
  font-size: 16px;
  color: #fff;
  font-weight: bold;
}
/* line 7, sass/project.scss */
.project-banner img {
  width: 100%;
  height: 100px;
  object-fit: cover;
}
/* line 12, sass/project.scss */
.project-banner .title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* line 20, sass/project.scss */
.project-one {
  background: #fff;
  text-align: center;
  padding: 60px 0;
  min-height: 271px;
}
/* line 26, sass/project.scss */
.project-one .box-project .list {
  position: relative;
  margin-bottom: 25px;
  transition: .3s ease;
}
/* line 30, sass/project.scss */
.project-one .box-project .list img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  transition: .3s ease;
}
/* line 38, sass/project.scss */
.project-one .box-project .list:hover .tab-name {
  height: 80px;
  background: rgba(0, 0, 0, 0.72);
}
/* line 41, sass/project.scss */
.project-one .box-project .list:hover .tab-name p {
  display: block;
}
/* line 46, sass/project.scss */
.project-one .box-project .list:hover img {
  filter: drop-shadow(1px -1px 8px #909090);
}
/* line 51, sass/project.scss */
.project-one .box-project .list .tab-name {
  font-family: 'Sukhumvit Set';
  position: absolute;
  color: #fff;
  background: rgba(217, 134, 45, 0.87);
  height: 60px;
  text-align: center;
  padding: 13px;
  bottom: 0;
  width: 100%;
  transition: .3s ease;
}
/* line 67, sass/project.scss */
.project-one .box-project .list .tab-name p {
  display: none;
}
/* line 74, sass/project.scss */
.project-one .box-project .page .pagination > li > a, .project-one .box-project .page .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  font-family: 'Sukhumvit Set';
  font-size: 14px;
  font-weight: 500;
  color: #d9862d;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #d9862d;
  margin: 5px;
  border-radius: 5px;
  transition: .3s ease;
}
/* line 91, sass/project.scss */
.project-one .box-project .page .pagination > li > a:focus, .project-one .box-project .page .pagination > li > a:hover, .project-one .box-project .page .pagination > li > span:focus, .project-one .box-project .page .pagination > li > span:hover {
  z-index: 2;
  color: #ffffff;
  background-color: #d9862d;
  border-color: #d9862d;
}
/* line 97, sass/project.scss */
.project-one .box-project .page .pagination > li.active a {
  z-index: 2;
  color: #ffffff;
  background-color: #d9862d;
  border-color: #d9862d;
}

/* line 108, sass/project.scss */
.jecttail-one {
  background: #fff;
  padding: 60px 0 20px 0;
  min-height: 271px;
}
/* line 113, sass/project.scss */
.jecttail-one .project-gall img {
  height: 450px;
  object-fit: cover;
}
/* line 117, sass/project.scss */
.jecttail-one .project-gall .owl-theme .owl-dots .owl-dot.active span, .jecttail-one .project-gall .owl-theme .owl-dots .owl-dot:hover span {
  background: #D9862D;
}
/* line 121, sass/project.scss */
.jecttail-one .project-gall .owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 5px;
}
/* line 126, sass/project.scss */
.jecttail-one .project-gall .item {
  position: relative;
}
/* line 128, sass/project.scss */
.jecttail-one .project-gall .item .caption {
  background: #000000b8;
  position: absolute;
  bottom: 0;
  min-height: 80px;
  width: 100%;
}
/* line 129, sass/project.scss */
.jecttail-one .project-gall .item .caption .text {
  width: 80%;
  font-family: 'Sukhumvit Set';
  font-size: 14px;
  line-height: 22px;
  color: #fff;
  padding: 20px;
}
/* line 136, sass/project.scss */
.jecttail-one .project-gall .item .caption .text p {
  font-size: 18px;
}
/* line 150, sass/project.scss */
.jecttail-one .project-gall .owl-nav {
  position: absolute;
  right: 25px;
  bottom: 22px;
  margin-top: 0;
  background: transparent;
}
/* line 157, sass/project.scss */
.jecttail-one .project-gall .owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: transparent;
}
/* line 164, sass/project.scss */
.jecttail-one .project-gall .owl-prev {
  font-size: 20px;
  text-transform: uppercase;
  padding: 20px;
}
/* line 171, sass/project.scss */
.jecttail-one .project-gall .owl-next {
  font-size: 20px;
  text-transform: uppercase;
  padding: 20px;
}
/* line 178, sass/project.scss */
.jecttail-one .project-gall .owl-dots {
  counter-reset: slides-num;
  /* Initialize counter. */
  position: absolute;
  left: 85%;
  bottom: 28px;
  margin-top: 15px;
  color: #fff;
  font-family: 'Sukhumvit Set';
  font-size: 14px;
}
/* line 187, sass/project.scss */
.jecttail-one .project-gall .owl-dots:after {
  content: counter(slides-num);
  /* get total number of items - more info on http://www.sitepoint.com/a-little-known-way-to-replace-some-scripts-with-css-counters/ */
  display: inline-block;
  font-size: 20px;
  vertical-align: middle;
  padding-left: 7px;
}
/* line 196, sass/project.scss */
.jecttail-one .project-gall .owl-dot {
  display: inline-block;
  counter-increment: slides-num;
  /* Increment counter */
  margin-right: 5px;
}
/* line 202, sass/project.scss */
.jecttail-one .project-gall .owl-dot span {
  display: none;
}
/* line 207, sass/project.scss */
.jecttail-one .project-gall .owl-dot.active:before {
  content: counter(slides-num) " /";
  /* Use the same counter to get current item. */
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  position: absolute;
  left: -6px;
  top: 0;
}

/* line 222, sass/project.scss */
.jecttail-two {
  background: #FFFFFF;
  padding: 20px 0 40px 0;
}
/* line 225, sass/project.scss */
.jecttail-two hr {
  width: 70px;
  margin-top: 40px;
  border-top: 2px solid #d9862d;
  position: absolute;
  left: -69px;
}
/* line 232, sass/project.scss */
.jecttail-two h1 {
  font-family: 'Sukhumvit Set';
  font-size: 30px;
  color: #D9862D;
  font-weight: bold;
}
/* line 239, sass/project.scss */
.jecttail-two .text {
  font-family: 'Sukhumvit Set';
  font-size: 14px;
  line-height: 22px;
  color: #000;
}
/* line 244, sass/project.scss */
.jecttail-two .text p {
  font-size: 18px;
  padding: 20px 0;
}
/* line 250, sass/project.scss */
.jecttail-two img {
  max-width: 100%;
}
/* line 253, sass/project.scss */
.jecttail-two .box-btn {
  text-align: center;
  padding: 20px;
}
/* line 256, sass/project.scss */
.jecttail-two .box-btn .btn {
  color: #fff;
  background-color: #D9862D;
  border-color: #D9862D;
  border-radius: 20px;
  padding: 5px 40px;
}
/* line 262, sass/project.scss */
.jecttail-two .box-btn .btn:hover {
  background-color: #ff9800;
  border-color: #ff9800;
}

/* line 1, sass/_update.scss */
.update-banner {
  position: relative;
  font-family: 'Sukhumvit Set';
  font-size: 16px;
  color: #fff;
  font-weight: bold;
}
/* line 7, sass/_update.scss */
.update-banner img {
  width: 100%;
  height: 100px;
  object-fit: cover;
}
/* line 12, sass/_update.scss */
.update-banner .title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* line 21, sass/_update.scss */
.update-one {
  background: #fff;
  padding: 60px 0;
  min-height: 271px;
}
/* line 38, sass/_update.scss */
.update-one .box-update .list img {
  max-width: 100%;
  transition: .3s ease;
  height: 250px;
  object-fit: cover;
}
/* line 44, sass/_update.scss */
.update-one .box-update .list .tab {
  background: #F2F2F2;
  padding: 15px;
  font-family: 'Sukhumvit Set';
  font-size: 15px;
  color: #000;
}
/* line 51, sass/_update.scss */
.update-one .box-update .list .tab .date {
  font-weight: bold;
  color: #D9862D;
}
/* line 55, sass/_update.scss */
.update-one .box-update .list .tab p {
  font-weight: bold;
}
/* line 63, sass/_update.scss */
.update-one .box-update .list:hover {
  transition: .3s ease;
  filter: drop-shadow(1px -1px 8px #909090);
}
/* line 66, sass/_update.scss */
.update-one .box-update .list:hover a {
  text-decoration: none;
}
/* line 76, sass/_update.scss */
.update-one .box-update .box {
  width: 31.3%;
  padding: 0;
  margin: 0 1% 25px 1%;
  float: left;
}
/* line 82, sass/_update.scss */
.update-one .box-update .box:nth-child(odd) {
  border-bottom: 8px solid #D9862D;
}
/* line 84, sass/_update.scss */
.update-one .box-update .box:nth-child(odd) .date {
  color: #D9862D;
}
/* line 88, sass/_update.scss */
.update-one .box-update .box:nth-child(even) {
  border-bottom: 8px solid #006CB6;
}
/* line 90, sass/_update.scss */
.update-one .box-update .box:nth-child(even) .date {
  color: #006CB6;
}
/* line 94, sass/_update.scss */
.update-one .box-update .box:nth-child(3n) {
  border-bottom: 8px solid #80BA36;
}
/* line 96, sass/_update.scss */
.update-one .box-update .box:nth-child(3n) .date {
  color: #80BA36;
}
/* line 100, sass/_update.scss */
.update-one .box-update .box:nth-child(4n) {
  border-bottom: 8px solid #B21E2D;
}
/* line 102, sass/_update.scss */
.update-one .box-update .box:nth-child(4n) .date {
  color: #B21E2D;
}
/* line 110, sass/_update.scss */
.update-one .box-update .page {
  text-align: center;
}
/* line 112, sass/_update.scss */
.update-one .box-update .page .pagination > li > a, .update-one .box-update .page .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  font-family: 'Sukhumvit Set';
  font-size: 15px;
  font-weight: 500;
  color: #d9862d;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #d9862d;
  margin: 5px;
  border-radius: 5px;
  transition: .3s ease;
}
/* line 129, sass/_update.scss */
.update-one .box-update .page .pagination > li > a:focus, .update-one .box-update .page .pagination > li > a:hover, .update-one .box-update .page .pagination > li > span:focus, .update-one .box-update .page .pagination > li > span:hover {
  z-index: 2;
  color: #ffffff;
  background-color: #d9862d;
  border-color: #d9862d;
}

/* line 139, sass/_update.scss */
.updetail-one {
  background: #fff;
  padding: 30px 0;
  min-height: 271px;
}
/* line 143, sass/_update.scss */
.updetail-one hr {
  width: 70px;
  margin-top: 18px;
  border-top: 2px solid #d9862d;
  position: absolute;
  left: -69px;
}
/* line 151, sass/_update.scss */
.updetail-one h1 {
  font-family: 'Sukhumvit Set';
  font-size: 30px;
  color: #D9862D;
  font-weight: bold;
  margin-top: 0;
}
/* line 158, sass/_update.scss */
.updetail-one .content {
  padding: 10px;
}
/* line 161, sass/_update.scss */
.updetail-one .content p {
  position: absolute;
  font-family: 'Sukhumvit Set';
  font-size: 15px;
  color: #5A5A5A;
  font-weight: 600;
}
/* line 168, sass/_update.scss */
.updetail-one .content .text {
  font-family: 'Sukhumvit Set';
  font-size: 15px;
  line-height: 24px;
  color: #000000;
  padding: 20px 0 50px 0;
}
/* line 174, sass/_update.scss */
.updetail-one .content .text h1 {
  font-family: 'Sukhumvit Set';
  font-size: 16px;
  color: #000;
  font-weight: bold;
}
/* line 181, sass/_update.scss */
.updetail-one .content .text img {
  width: 100%;
  height: 480px;
  object-fit: cover;
}
/* line 186, sass/_update.scss */
.updetail-one .content .text blockquote {
  border: 0;
}
/* line 222, sass/_update.scss */
.updetail-one .content .owl-theme .owl-dots .owl-dot.active span, .updetail-one .content .owl-theme .owl-dots .owl-dot:hover span {
  background: #D9862D;
}
/* line 226, sass/_update.scss */
.updetail-one .content .owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 5px;
}
/* line 232, sass/_update.scss */
.updetail-one #st-1 .st-btn {
  background-color: #5A5A5A !important;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: opacity 0.2s ease-in, top 0.2s ease-in;
  -ms-transition: opacity 0.2s ease-in, top 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in, top 0.2s ease-in;
  -webkit-transition: opacity 0.2s ease-in, top 0.2s ease-in;
  transition: opacity 0.2s ease-in, top 0.2s ease-in;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  border-radius: 26px;
  border: none;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  height: 30px;
  width: 30px;
}
/* line 252, sass/_update.scss */
.updetail-one #st-1 .st-btn > img {
  display: inline-block;
  height: 20px;
  width: 20px;
  position: relative;
  top: 6px;
  right: 5px;
}
/* line 260, sass/_update.scss */
.updetail-one .box-btn {
  text-align: center;
  padding: 20px;
}
/* line 263, sass/_update.scss */
.updetail-one .box-btn .btn {
  color: #fff;
  background-color: #D9862D;
  border-color: #D9862D;
  border-radius: 20px;
  padding: 5px 40px;
}
/* line 269, sass/_update.scss */
.updetail-one .box-btn .btn:hover {
  background-color: #ff9800;
  border-color: #ff9800;
}
/* line 277, sass/_update.scss */
.updetail-one .train-vdo {
  margin: 20px 0;
}
/* line 279, sass/_update.scss */
.updetail-one .train-vdo .item {
  position: relative;
  border: 3px solid #d9862d;
}
/* line 282, sass/_update.scss */
.updetail-one .train-vdo .item:hover {
  border: 3px solid #006CB6;
  transition: .3s ease;
}
/* line 285, sass/_update.scss */
.updetail-one .train-vdo .item:hover i {
  color: #006CB6;
  transition: .3s ease;
}
/* line 290, sass/_update.scss */
.updetail-one .train-vdo .item i {
  position: absolute;
  top: 35%;
  left: 42%;
  font-size: 50px;
  color: #d9862d;
  transition: .3s ease;
}
/* line 300, sass/_update.scss */
.updetail-one .train-vdo .item img {
  height: 300px;
  object-fit: cover;
}

/* line 1, sass/_contact.scss */
.contact-banner {
  position: relative;
  font-family: 'Sukhumvit Set';
  font-size: 16px;
  color: #fff;
  font-weight: bold;
}
/* line 7, sass/_contact.scss */
.contact-banner img {
  width: 100%;
  height: 100px;
  object-fit: cover;
}
/* line 12, sass/_contact.scss */
.contact-banner .title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* line 20, sass/_contact.scss */
.contact-one {
  background: #fff;
  padding: 60px 0;
  min-height: 271px;
}
/* line 25, sass/_contact.scss */
.contact-one .main-contact {
  padding: 50px 0;
}
/* line 27, sass/_contact.scss */
.contact-one .main-contact .btn {
  color: #fff;
  background-color: #D9862D;
  border-color: #D9862D;
  border-radius: 20px;
  padding: 5px 40px;
}
/* line 33, sass/_contact.scss */
.contact-one .main-contact .btn:hover {
  background-color: #ff9800;
  border-color: #ff9800;
}
/* line 38, sass/_contact.scss */
.contact-one .main-contact .btn a {
  color: #fff;
  text-decoration: none;
}
/* line 43, sass/_contact.scss */
.contact-one .main-contact label {
  font-family: 'Sukhumvit Set';
  font-size: 15px;
  color: #5A5A5A;
  font-weight: normal;
}
/* line 49, sass/_contact.scss */
.contact-one .main-contact .form-control {
  border-radius: 0;
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
/* line 59, sass/_contact.scss */
.contact-one .main-contact .box-btn {
  padding: 20px;
}
/* line 62, sass/_contact.scss */
.contact-one .main-contact h1 {
  font-family: 'Sukhumvit Set';
  font-size: 15px;
  color: #D9862D;
  font-weight: bold;
}
/* line 68, sass/_contact.scss */
.contact-one .main-contact i {
  color: #D9862D;
  padding-right: 10px;
}

.vdo_title{
        padding: 0 15px;
}
