/* line 2, sass/_header.scss */
.navbar-brand .img-logo {
  height: 60px;
}

/* 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: 20px 0;
  min-height: 200px;
  background: #2D2D2D;
  position: relative;
}
/* line 45, sass/_header.scss */
.footer #btntop {
  position: absolute;
  top: -10px;
  right: 10%;
}
/* line 49, sass/_header.scss */
.footer #btntop i {
  font-size: 36px;
  color: #ff8c00c7;
}
/* line 55, sass/_header.scss */
.footer .con1 .text {
  color: #858585;
  font-family: 'Helvetica','Sukhumvit Set';
  font-size: 12px;
  padding: 20px 0;
}
/* line 63, sass/_header.scss */
.footer .con2 {
  padding: 0 15px 0 2%;
  border-left: 1px solid #403f3f;
  border-right: 1px solid #403f3f;
}
/* line 67, sass/_header.scss */
.footer .con2 h1 {
  font-family: 'Helvetica','Sukhumvit Set';
  font-size: 12px;
  color: #FF8C00;
}
/* line 72, sass/_header.scss */
.footer .con2 p {
  color: #858585;
  font-family: 'Helvetica','Sukhumvit Set';
  font-size: 12px;
}
/* line 76, sass/_header.scss */
.footer .con2 p a {
  transition: .3s ease;
  color: #858585;
}
/* line 79, sass/_header.scss */
.footer .con2 p a:hover {
  text-decoration: none;
  color: #FF8C00;
}
/* line 88, sass/_header.scss */
.footer .con3 {
  padding: 0 15px 0 2%;
  border-right: 1px solid #403f3f;
}
/* line 91, sass/_header.scss */
.footer .con3 h1 {
  font-family: 'Helvetica','Sukhumvit Set';
  font-size: 12px;
  color: #FF8C00;
}
/* line 96, sass/_header.scss */
.footer .con3 p {
  color: #858585;
  font-family: 'Helvetica','Sukhumvit Set';
  font-size: 12px;
  padding: 5px 0;
}
/* line 101, sass/_header.scss */
.footer .con3 p a {
  transition: .3s ease;
  color: #858585;
}
/* line 104, sass/_header.scss */
.footer .con3 p a:hover {
  text-decoration: none;
  color: #FF8C00;
}
/* line 108, sass/_header.scss */
.footer .con3 p a i {
  font-size: 20px;
  padding-right: 15px;
}
/* line 116, sass/_header.scss */
.footer .con4 {
  padding: 0 15px 0 2%;
}
/* line 118, sass/_header.scss */
.footer .con4 h1 {
  font-family: 'Helvetica','Sukhumvit Set';
  font-size: 12px;
  color: #FF8C00;
}
/* line 123, sass/_header.scss */
.footer .con4 p {
  color: #858585;
  font-family: 'Helvetica','Sukhumvit Set';
  font-size: 12px;
}
/* line 127, sass/_header.scss */
.footer .con4 p i {
  font-size: 18px;
  padding-right: 15px;
}
/* line 135, sass/_header.scss */
.footer #custom-search-input {
  margin: 0;
  margin-top: 20px;
  padding: 0;
}
/* line 140, 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: 'Helvetica','Sukhumvit Set';
  font-size: 12px;
  color: #858585;
}
/* line 153, sass/_header.scss */
.footer #custom-search-input .search-query:focus + button {
  z-index: 3;
}
/* line 157, 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 173, 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 187, sass/_header.scss */
.footer-mini {
  padding: 8px 0;
  min-height: 35px;
  background: #1E1E1E;
  text-align: center;
}

/* line 194, sass/_header.scss */
.menu-about {
  position: absolute;
  top: 82px;
  width: 100%;
  background: white;
  z-index: 2;
}

/* line 203, sass/_header.scss */
.ab-xx {
  width: 100%;
  height: auto;
  background: #c7c7c7bd;
  position: absolute;
  z-index: 3;
}
/* line 211, sass/_header.scss */
.ab-xx ul {
  margin: 20px 0 15px 0;
}
/* line 213, sass/_header.scss */
.ab-xx ul li {
  display: inline;
  padding: 10px 15px;
}
/* line 216, sass/_header.scss */
.ab-xx ul li a {
  padding: 7px 10px;
  border-radius: 7px;
  font-family: 'Helvetica','Sukhumvit Set';
  font-size: 14px;
  color: #000;
}

/* line 229, sass/_header.scss */
.ab-xx-scll {
  width: 100%;
  height: auto;
  background: #c7c7c7bd;
  position: absolute;
  z-index: 3;
  display: none;
}
/* line 237, sass/_header.scss */
.ab-xx-scll ul {
  margin: 20px 0 15px 0;
}
/* line 239, sass/_header.scss */
.ab-xx-scll ul li {
  display: inline;
  padding: 10px 15px;
}
/* line 242, sass/_header.scss */
.ab-xx-scll ul li a {
  padding: 7px 10px;
  border-radius: 7px;
  font-family: 'Helvetica','Sukhumvit Set';
  font-size: 14px;
  color: #000;
}

/* line 254, 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 265, sass/_header.scss */
header.scrollTops .ab-xx {
  display: none;
  width: 100%;
  height: autopx;
  background: #191919e8;
}
/* line 270, sass/_header.scss */
header.scrollTops .ab-xx ul {
  margin: 20px 0 15px 0;
}
/* line 272, sass/_header.scss */
header.scrollTops .ab-xx ul li {
  display: inline;
  padding: 10px 15px;
}
/* line 275, sass/_header.scss */
header.scrollTops .ab-xx ul li a {
  padding: 7px 10px;
  border-radius: 7px;
  font-family: 'Helvetica','Sukhumvit Set';
  font-size: 14px;
  color: #fff;
}
/* line 286, sass/_header.scss */
header.scrollTops .ab-xx-scll {
  display: block;
  width: 100%;
  height: autopx;
  background: #191919e8;
}
/* line 291, sass/_header.scss */
header.scrollTops .ab-xx-scll ul {
  margin: 20px 0 15px 0;
}
/* line 293, sass/_header.scss */
header.scrollTops .ab-xx-scll ul li {
  display: inline;
  padding: 10px 15px;
}
/* line 296, sass/_header.scss */
header.scrollTops .ab-xx-scll ul li a {
  padding: 7px 10px;
  border-radius: 7px;
  font-family: 'Helvetica','Sukhumvit Set';
  font-size: 14px;
  color: #fff;
}

/* line 1, sass/_home.scss */
.home-one {
  background: black;
  position: relative;
}
/* line 6, sass/_home.scss */
.home-one .owl-nav {
  position: absolute;
  top: 42%;
  width: 100%;
}
/* line 11, sass/_home.scss */
.home-one .owl-nav .owl-prev {
  left: 14%;
  position: absolute;
}
/* line 16, sass/_home.scss */
.home-one .owl-nav .owl-next {
  right: 14%;
  position: absolute;
}
/* line 24, sass/_home.scss */
.home-one .owl-theme .owl-nav [class*=owl-] {
  color: #C5BEBA;
  font-size: 36px;
  margin: 5px;
  padding: 4px 7px;
  background: transparent;
}
/* line 33, sass/_home.scss */
.home-one #banner-home .item img {
  opacity: 0.6;
}
/* line 40, sass/_home.scss */
.home-one .banner-caption {
  position: absolute;
  top: 50%;
  left: 35%;
  text-align: left;
  transform: translate(-25%, -50%);
  z-index: 10;
  font-family: 'Helvetica','Sukhumvit Set';
  color: #fff;
  font-size: 22px;
}
/* line 51, sass/_home.scss */
.home-one .banner-caption p {
  font-size: 40px;
  font-weight: bold;
}
/* line 55, sass/_home.scss */
.home-one .banner-caption h1 {
  font-size: 76px;
  font-weight: bold;
}

/* line 62, sass/_home.scss */
.home-two {
  background: #C7C7C7;
  min-height: 450px;
  position: relative;
}
/* line 67, sass/_home.scss */
.home-two .shortcut {
  position: absolute;
  width: 100%;
  top: -70px;
  z-index: 1;
}
/* line 72, sass/_home.scss */
.home-two .shortcut .box-img {
  width: 20%;
  float: left;
  background: black;
  overflow: hidden;
  position: relative;
  text-align: center;
  transition: .3s ease;
}
/* line 80, sass/_home.scss */
.home-two .shortcut .box-img:hover {
  background: #FF8C00;
  transition: background .60s ease-in-out;
  -moz-transition: background .60s ease-in-out;
  -webkit-transition: background .60s ease-in-out;
}
/* line 86, sass/_home.scss */
.home-two .shortcut .box-img:hover img {
  opacity: 0.2;
  transform: scale(1.1);
}
/* line 94, sass/_home.scss */
.home-two .shortcut .box-img img {
  opacity: 0.4;
  transition: transform .5s ease;
}
/* line 98, sass/_home.scss */
.home-two .shortcut .box-img .centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-family: 'Helvetica','Sukhumvit Set';
  font-size: 16px;
}
/* line 111, sass/_home.scss */
.home-two .h-story {
  padding-top: 145px;
}
/* line 114, sass/_home.scss */
.home-two .h-story .header h1 {
  color: #232323;
  font-family: 'Helvetica','Sukhumvit Set';
  font-size: 30px;
  position: relative;
}
/* line 121, sass/_home.scss */
.home-two .h-story .header h1 p i {
  position: absolute;
  bottom: -16px;
  left: 0%;
  width: 30%;
  display: inline-block;
  border-bottom: 2px solid #FF8000;
}
/* line 132, sass/_home.scss */
.home-two .h-story .text {
  padding: 25px 15px 25px 15px;
}
/* line 134, sass/_home.scss */
.home-two .h-story .text img {
  height: 65px;
}
/* line 137, sass/_home.scss */
.home-two .h-story .text .detail {
  padding: 40px 0 0 0;
  font-family: 'Helvetica','Sukhumvit Set';
  font-size: 16px;
  line-height: 26px;
  color: #636363;
}
/* line 144, sass/_home.scss */
.home-two .h-story .text .btn-more {
  color: #ffffff;
  font-family: 'Helvetica','Sukhumvit Set';
  font-size: 14px;
  background-color: #FF8C00;
  border-color: #FF8000;
}
/* line 152, sass/_home.scss */
.home-two .h-story .text .btn-more:hover,
.home-two .h-story .text .btn-more:focus,
.home-two .h-story .text .btn-more:active,
.home-two .h-story .text .btn-more.active,
.home-two .h-story .text .open .dropdown-toggle.btn-more {
  color: #ffffff;
  font-family: 'Helvetica','Sukhumvit Set';
  font-size: 14px;
  background-color: #FF8000;
  border-color: #FF8000;
}

/* line 167, sass/_home.scss */
.home-three {
  background: #FFFFFF;
  min-height: 450px;
  position: relative;
  padding: 20px 0;
}
/* line 172, sass/_home.scss */
.home-three h1 {
  color: #232323;
  font-family: 'Helvetica','Sukhumvit Set';
  font-size: 30px;
  position: relative;
}
/* line 179, sass/_home.scss */
.home-three h1 p i {
  position: absolute;
  bottom: 16px;
  left: 19%;
  width: 80%;
  display: inline-block;
  border-bottom: 2px solid #FF8000;
}
/* line 189, sass/_home.scss */
.home-three .box-market {
  padding: 20px 0 0 0;
}
/* line 191, sass/_home.scss */
.home-three .box-market .nopad {
  padding: 0;
}
/* line 197, sass/_home.scss */
.home-three .box-market .box-img:hover .overlay {
  opacity: 0.6;
}
/* line 201, sass/_home.scss */
.home-three .box-market .box-img .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .9s ease;
  background-color: #000;
}
/* line 215, sass/_home.scss */
.home-three .box-market .box-img .icon {
  color: white;
  font-size: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}
/* line 227, sass/_home.scss */
.home-three .box-market .box-img-color {
  background: #FF8C00;
  position: relative;
}
/* line 230, sass/_home.scss */
.home-three .box-market .box-img-color img {
  opacity: 0.1;
}
/* line 233, sass/_home.scss */
.home-three .box-market .box-img-color .text-R {
  position: absolute;
  top: 50%;
  left: 28%;
  text-align: left;
  transform: translate(-20%, -50%);
  z-index: 10;
  font-family: 'Helvetica','Sukhumvit Set';
  color: #fff;
  font-size: 16px;
  line-height: 26px;
}
/* line 245, sass/_home.scss */
.home-three .box-market .box-img-color .text-R span {
  color: #232323;
  font-weight: 600;
  font-size: 18px;
}
/* line 251, sass/_home.scss */
.home-three .box-market .box-img-color .text-L {
  position: absolute;
  top: 50%;
  left: 48%;
  text-align: right;
  transform: translate(-20%, -50%);
  z-index: 10;
  font-family: 'Helvetica','Sukhumvit Set';
  color: #fff;
  font-size: 16px;
  line-height: 26px;
}
/* line 262, sass/_home.scss */
.home-three .box-market .box-img-color .text-L span {
  color: #232323;
  font-weight: 600;
  font-size: 18px;
}

/* line 272, sass/_home.scss */
.home-four {
  min-height: 375px;
  padding: 0 0 0 0;
}
/* line 276, sass/_home.scss */
.home-four .main-four .nopad {
  padding: 0;
}
/* line 279, sass/_home.scss */
.home-four .main-four .con1 {
  min-height: 375px;
}
/* line 281, sass/_home.scss */
.home-four .main-four .con1 .text {
  color: #fff;
  font-family: 'Helvetica','Sukhumvit Set';
  font-size: 16px;
  line-height: 26px;
  padding: 8% 15px 10px 30%;
}
/* line 287, sass/_home.scss */
.home-four .main-four .con1 .text h1 {
  font-size: 28px;
  color: #FF8C00;
  padding-bottom: 10px;
}
/* line 291, sass/_home.scss */
.home-four .main-four .con1 .text h1 span {
  display: inline-block;
  border-bottom: 2px solid #FF8C00;
  padding-bottom: 5px;
}
/* line 297, sass/_home.scss */
.home-four .main-four .con1 .text a {
  color: #fff;
  font-size: 14px;
  margin: 20px 0 0 0;
}
/* line 301, sass/_home.scss */
.home-four .main-four .con1 .text a:hover {
  color: #FF8C00;
  text-decoration: none;
}
/* line 305, sass/_home.scss */
.home-four .main-four .con1 .text a i {
  padding-left: 10px;
}
/* line 312, sass/_home.scss */
.home-four .main-four .con2 #port-item {
  position: relative;
}
/* line 315, sass/_home.scss */
.home-four .main-four .con2 #port-item .item {
  background: black;
  transition: .5s ease;
  position: relative;
}
/* line 324, sass/_home.scss */
.home-four .main-four .con2 #port-item .item img {
  min-height: 375px;
  object-fit: cover;
  transition: .9s ease;
}
/* line 330, sass/_home.scss */
.home-four .main-four .con2 #port-item .item:hover .overlay {
  opacity: 1;
}
/* line 334, sass/_home.scss */
.home-four .main-four .con2 #port-item .item .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .9s ease;
  background-color: #0000008c;
}
/* line 348, sass/_home.scss */
.home-four .main-four .con2 #port-item .item .icon {
  color: white;
  font-family: 'Helvetica','Sukhumvit Set';
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}
/* line 360, sass/_home.scss */
.home-four .main-four .con2 #port-item .item .tab-name {
  position: absolute;
  height: 45px;
  width: 100%;
  background: #ff8c00c9;
  color: white;
  font-family: 'Helvetica','Sukhumvit Set';
  font-size: 14px;
  bottom: 0;
  padding: 5px;
  text-align: center;
}
/* line 371, sass/_home.scss */
.home-four .main-four .con2 #port-item .item .tab-name h1 {
  margin: 0;
  font-size: 14px;
  color: #000;
}
/* line 378, sass/_home.scss */
.home-four .main-four .con2 #port-item .owl-nav {
  position: absolute;
  top: 42%;
  width: 100%;
}
/* line 383, sass/_home.scss */
.home-four .main-four .con2 #port-item .owl-nav .owl-prev {
  left: 0%;
  position: absolute;
  background: #333;
}
/* line 389, sass/_home.scss */
.home-four .main-four .con2 #port-item .owl-nav .owl-next {
  right: 0%;
  position: absolute;
  background: #333;
}
/* line 395, sass/_home.scss */
.home-four .main-four .con2 #port-item .owl-nav .disabled {
  opacity: 1;
}

/* line 412, sass/_home.scss */
.home-five .main-five {
  background: #C7C7C7;
  /* con1 */
}
/* line 414, sass/_home.scss */
.home-five .main-five .nopad {
  padding: 0;
}
/* line 417, sass/_home.scss */
.home-five .main-five .con1 {
  min-height: 595px;
  background: #C7C7C7;
  /* news */
  /* finance */
}
/* line 421, sass/_home.scss */
.home-five .main-five .con1 .news .text {
  font-family: 'Helvetica','Sukhumvit Set';
  padding: 8% 15px 10px 15%;
}
/* line 425, sass/_home.scss */
.home-five .main-five .con1 .news .text h1 {
  font-size: 28px;
  color: #000000;
  padding-bottom: 10px;
}
/* line 429, sass/_home.scss */
.home-five .main-five .con1 .news .text h1 span {
  display: inline-block;
  border-bottom: 2px solid #FF8C00;
  padding-bottom: 5px;
}
/* line 434, sass/_home.scss */
.home-five .main-five .con1 .news .text h1 a {
  float: right;
  font-size: 14px;
  color: #8B8B8B;
  font-style: italic;
  padding-top: 10px;
}
/* line 440, sass/_home.scss */
.home-five .main-five .con1 .news .text h1 a:hover {
  text-decoration: none;
  color: #FF8C00;
}
/* line 446, sass/_home.scss */
.home-five .main-five .con1 .news .text .news-list {
  padding: 10px 0;
}
/* line 449, sass/_home.scss */
.home-five .main-five .con1 .news .text .news-list a:hover {
  text-decoration: none;
}
/* line 451, sass/_home.scss */
.home-five .main-five .con1 .news .text .news-list a:hover h1 {
  color: #FF8C00;
}
/* line 456, sass/_home.scss */
.home-five .main-five .con1 .news .text .news-list .list {
  min-height: 130px;
  background: #FFFFFF;
  margin: 0 0 20px 0;
  padding: 15px;
}
/* line 461, sass/_home.scss */
.home-five .main-five .con1 .news .text .news-list .list p {
  font-size: 14px;
  color: #8B8B8B;
}
/* line 465, sass/_home.scss */
.home-five .main-five .con1 .news .text .news-list .list h1 {
  font-size: 20px;
  color: #000000;
  font-weight: 600;
  margin: 0;
  transition: .3s ease;
}
/* line 478, sass/_home.scss */
.home-five .main-five .con1 .finance .text {
  font-family: 'Helvetica','Sukhumvit Set';
  padding: 8% 13% 10px 15px;
}
/* line 481, sass/_home.scss */
.home-five .main-five .con1 .finance .text h1 {
  font-size: 28px;
  color: #000000;
  padding-bottom: 10px;
}
/* line 485, sass/_home.scss */
.home-five .main-five .con1 .finance .text h1 span {
  display: inline-block;
  border-bottom: 2px solid #FF8C00;
  padding-bottom: 5px;
}
/* line 491, sass/_home.scss */
.home-five .main-five .con1 .finance .text img {
  padding: 10px 0;
}
/* line 494, sass/_home.scss */
.home-five .main-five .con1 .finance .text .finance-list {
  padding: 10px 0;
}
/* line 497, sass/_home.scss */
.home-five .main-five .con1 .finance .text .finance-list a:hover {
  text-decoration: none;
}
/* line 499, sass/_home.scss */
.home-five .main-five .con1 .finance .text .finance-list a:hover .list {
  color: #000000;
  border-bottom: 1px solid #000000;
}
/* line 505, sass/_home.scss */
.home-five .main-five .con1 .finance .text .finance-list .list {
  padding: 15px 0;
  border-bottom: 1px solid #B6B6B6;
  color: #636363;
  transition: .3s ease;
  font-family: 'Helvetica','Sukhumvit Set';
}
/* line 511, sass/_home.scss */
.home-five .main-five .con1 .finance .text .finance-list .list i {
  padding-right: 10px;
}
/* line 514, sass/_home.scss */
.home-five .main-five .con1 .finance .text .finance-list .list span {
  font-size: 16px;
}
/* line 524, sass/_home.scss */
.home-five .main-five .con2 {
  min-height: 595px;
  font-family: 'Helvetica','Sukhumvit Set';
  position: relative;
}
/* line 528, sass/_home.scss */
.home-five .main-five .con2 .text {
  padding: 8% 15% 10px 13%;
}
/* line 530, sass/_home.scss */
.home-five .main-five .con2 .text h1 {
  font-size: 28px;
  color: #FF8C00;
  padding-bottom: 10px;
  margin-top: 10px;
}
/* line 535, sass/_home.scss */
.home-five .main-five .con2 .text h1 span {
  display: inline-block;
  padding-bottom: 5px;
}
/* line 541, sass/_home.scss */
.home-five .main-five .con2 .text .detail {
  color: #fff;
  font-size: 16px;
  line-height: 26px;
}
/* line 548, sass/_home.scss */
.home-five .main-five .con2 .btn-career {
  position: absolute;
  bottom: 150px;
  font-family: 'Helvetica','Sukhumvit Set';
  font-size: 12px;
  color: #fff;
  background: transparent;
  border-color: #FF8C00;
  transition: .3s ease;
}
/* line 557, sass/_home.scss */
.home-five .main-five .con2 .btn-career:hover {
  background: #FF8C00;
}
/* line 560, sass/_home.scss */
.home-five .main-five .con2 .btn-career a {
  color: #fff;
}
/* line 562, sass/_home.scss */
.home-five .main-five .con2 .btn-career a:hover {
  text-decoration: none;
}

/* line 573, sass/_home.scss */
.home-six .main-six .brand-list {
  position: relative;
  background: #fff;
  min-height: 100px;
}
/* line 579, sass/_home.scss */
.home-six .main-six .brand-list #brand-list .item {
  padding: 30px;
}
/* line 582, sass/_home.scss */
.home-six .main-six .brand-list #brand-list .owl-nav {
  position: absolute;
  top: 32%;
  width: 100%;
}
/* line 587, sass/_home.scss */
.home-six .main-six .brand-list #brand-list .owl-nav .owl-prev {
  left: -3%;
  position: absolute;
  background: transparent;
  color: #000;
  font-size: 24px;
}
/* line 595, sass/_home.scss */
.home-six .main-six .brand-list #brand-list .owl-nav .owl-next {
  position: absolute;
  right: -3%;
  background: transparent;
  color: #000;
  font-size: 24px;
}
/* line 603, sass/_home.scss */
.home-six .main-six .brand-list #brand-list .owl-nav .disabled {
  opacity: 1;
}

/* line 1, sass/_about.scss */
.main-bg {
  background: url("../img/bg-ab-12") no-repeat;
  background-size: cover;
  background-position: right;
}
/* line 6, sass/_about.scss */
.main-bg .about-one .about-company {
  width: 100%;
  min-height: 500px;
  background: url("../img/bg-ab-12") no-repeat;
  background-size: cover;
  background-position: right;
  padding: 75px 0 50px 0;
}
/* line 13, sass/_about.scss */
.main-bg .about-one .about-company h1 {
  color: #232323;
  font-family: 'Helvetica','Sukhumvit Set';
  font-size: 30px;
  position: relative;
}
/* line 18, sass/_about.scss */
.main-bg .about-one .about-company h1 p i {
  position: absolute;
  bottom: 16px;
  left: 23%;
  width: 77%;
  display: inline-block;
  border-bottom: 2px solid #FF8000;
}
/* line 26, sass/_about.scss */
.main-bg .about-one .about-company h1 p span {
  color: #C7C7C7;
  font-family: 'Helvetica','Sukhumvit Set';
  font-size: 80px;
  position: absolute;
  bottom: -14px;
  left: -1%;
  width: 77%;
  opacity: 0.2;
  z-index: 0;
  font-weight: bold;
  text-transform: uppercase;
}
/* line 40, sass/_about.scss */
.main-bg .about-one .about-company .text {
  color: #636363;
  font-family: 'Helvetica','Sukhumvit Set';
  font-size: 16px;
  padding: 20px 40px;
  line-height: 26px;
}
/* line 48, sass/_about.scss */
.main-bg .about-one .about-one-year {
  width: 100%;
  min-height: 400px;
  background: #C6C6C6;
  padding: 50px 0px;
}
/* line 54, sass/_about.scss */
.main-bg .about-one .about-one-year .year-top {
  background: #C6C6C6;
  min-height: 400px;
  position: relative;
}
/* line 60, sass/_about.scss */
.main-bg .about-one .about-one-year .year-top .text {
  text-align: left;
}
/* line 64, sass/_about.scss */
.main-bg .about-one .about-one-year .year-list {
  background: #D8D8D9;
}
/* line 74, sass/_about.scss */
.main-bg .about-one .about-one-year .year-list .owl-item {
  width: 84%;
  margin: auto;
  border-top-left-radius: 8px;
  border-bottom-right-radius: 8px;
  transition: background 0.2s;
  padding: 12px 0;
  transition: .3s ease;
}
/* line 84, sass/_about.scss */
.main-bg .about-one .about-one-year .year-list .owl-item .tab:focus {
  outline: none !important;
}
/* line 88, sass/_about.scss */
.main-bg .about-one .about-one-year .year-list .owl-item h1 {
  display: block;
  text-decoration: none;
  padding: 2px 10px;
  /* INVERSE SKEW */
  font-family: 'Helvetica', 'Sukhumvit Set';
  font-size: 22px;
  color: #fff;
  text-align: center;
  margin: 0;
  cursor: pointer;
}
/* line 100, sass/_about.scss */
.main-bg .about-one .about-one-year .year-list .owl-item h1:focus {
  outline: none !important;
}
/* line 106, sass/_about.scss */
.main-bg .about-one .about-one-year .year-list .owl-item:nth-child(3n+1) {
  background-image: url("../img/pp1.png");
  background-size: 100%;
  background-position: inherit;
  background-repeat: no-repeat;
}
/* line 115, sass/_about.scss */
.main-bg .about-one .about-one-year .year-list .owl-item:nth-child(3n+2) {
  background-image: url("../img/pp2.png");
  background-size: 100%;
  background-position: inherit;
  background-repeat: no-repeat;
}
/* line 122, sass/_about.scss */
.main-bg .about-one .about-one-year .year-list .owl-item:nth-child(3n+3) {
  background-image: url("../img/pp3.png");
  background-size: 100%;
  background-position: inherit;
  background-repeat: no-repeat;
}
/* line 137, sass/_about.scss */
.main-bg .about-one .about-one-year .year-list #year-list .item a:hover {
  text-decoration: none;
}
/* line 140, sass/_about.scss */
.main-bg .about-one .about-one-year .year-list #year-list .item a:focus {
  text-decoration: none;
  outline: none;
}
/* line 146, sass/_about.scss */
.main-bg .about-one .about-one-year .year-list #year-list .item .in {
  position: relative;
}
/* line 150, sass/_about.scss */
.main-bg .about-one .about-one-year .year-list #year-list .item p {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: left;
  transform: translate(-50%, -50%);
  z-index: 10;
  font-family: 'Helvetica','Sukhumvit Set';
  color: #fff;
  font-size: 22px;
}
/* line 162, sass/_about.scss */
.main-bg .about-one .about-one-year .year-list #year-list .owl-nav {
  position: absolute;
  top: -12%;
  width: 100%;
}
/* line 167, sass/_about.scss */
.main-bg .about-one .about-one-year .year-list #year-list .owl-nav .owl-prev {
  left: -3%;
  position: absolute;
  background: transparent;
  color: #555;
  font-size: 24px;
}
/* line 175, sass/_about.scss */
.main-bg .about-one .about-one-year .year-list #year-list .owl-nav .owl-next {
  position: absolute;
  right: -3%;
  background: transparent;
  color: #555;
  font-size: 24px;
}
/* line 183, sass/_about.scss */
.main-bg .about-one .about-one-year .year-list #year-list .owl-nav .disabled {
  opacity: 1;
}
/* line 191, sass/_about.scss */
.main-bg .about-one .company-bottom {
  width: 100%;
  min-height: 400px;
  padding: 50px 0;
}
/* line 199, sass/_about.scss */
.main-bg .about-one .company-bottom p i {
  width: 100%;
  display: inline-block;
  border-bottom: 2px solid #FF8000;
}
/* line 205, sass/_about.scss */
.main-bg .about-one .company-bottom .text {
  color: #636363;
  font-family: 'Helvetica','Sukhumvit Set';
  font-size: 16px;
  padding: 20px 40px;
  line-height: 26px;
}
/* line 216, sass/_about.scss */
.main-bg .about-two .message-ceo {
  width: 100%;
  min-height: 400px;
  padding: 75px 0 0 0;
}
/* line 223, sass/_about.scss */
.main-bg .about-two .message-ceo h1 {
  color: #232323;
  font-family: 'Helvetica','Sukhumvit Set';
  font-size: 30px;
  position: relative;
}
/* line 229, sass/_about.scss */
.main-bg .about-two .message-ceo h1 p i {
  position: absolute;
  bottom: 16px;
  left: 23%;
  width: 77%;
  display: inline-block;
  border-bottom: 2px solid #FF8000;
}
/* line 237, sass/_about.scss */
.main-bg .about-two .message-ceo h1 p span {
  color: #C7C7C7;
  font-family: 'Helvetica','Sukhumvit Set';
  font-size: 80px;
  position: absolute;
  bottom: -14px;
  left: -1%;
  width: 77%;
  opacity: 0.2;
  z-index: 0;
  font-weight: bold;
  text-transform: uppercase;
}
/* line 251, sass/_about.scss */
.main-bg .about-two .message-ceo .image {
  padding: 20px 40px;
}
/* line 253, sass/_about.scss */
.main-bg .about-two .message-ceo .image img {
  width: 100%;
}
/* line 257, sass/_about.scss */
.main-bg .about-two .message-ceo .text {
  color: #636363;
  font-family: 'Helvetica','Sukhumvit Set';
  font-size: 16px;
  padding: 20px 40px;
  line-height: 26px;
}
/* line 263, sass/_about.scss */
.main-bg .about-two .message-ceo .text p {
  font-family: 'Helvetica','Sukhumvit Set';
  font-size: 24px;
  color: #000;
  font-weight: 500;
}

/* line 276, sass/_about.scss */
.about-tree .management-policy {
  width: 100%;
  min-height: 500px;
  background: #E3E3E3;
  padding: 75px 0 50px 0;
}
/* line 281, sass/_about.scss */
.about-tree .management-policy h1 {
  color: #232323;
  font-family: 'Helvetica','Sukhumvit Set';
  font-size: 30px;
  position: relative;
}
/* line 286, sass/_about.scss */
.about-tree .management-policy h1 p i {
  position: absolute;
  bottom: 16px;
  left: 27%;
  width: 73%;
  display: inline-block;
  border-bottom: 2px solid #FF8000;
}
/* line 296, sass/_about.scss */
.about-tree .management-policy .text {
  color: #636363;
  font-family: 'Helvetica','Sukhumvit Set';
  font-size: 16px;
  padding: 20px 40px;
  line-height: 26px;
}

/* line 307, sass/_about.scss */
.about-four .company-outline {
  width: 100%;
  min-height: 500px;
  background: url("../img/bg-ab-12") no-repeat;
  background-size: cover;
  background-position: right;
  padding: 75px 0 50px 0;
}
/* line 314, sass/_about.scss */
.about-four .company-outline h1 {
  color: #232323;
  font-family: 'Helvetica','Sukhumvit Set';
  font-size: 30px;
  position: relative;
}
/* line 319, sass/_about.scss */
.about-four .company-outline h1 p i {
  position: absolute;
  bottom: 16px;
  left: 23%;
  width: 77%;
  display: inline-block;
  border-bottom: 2px solid #FF8000;
}
/* line 327, sass/_about.scss */
.about-four .company-outline h1 p span {
  color: #C7C7C7;
  font-family: 'Helvetica','Sukhumvit Set';
  font-size: 80px;
  position: absolute;
  bottom: -14px;
  left: -1%;
  width: 77%;
  opacity: 0.2;
  z-index: 0;
  font-weight: bold;
  text-transform: uppercase;
}

/* line 345, sass/_about.scss */
.about-five .company-detail {
  width: 100%;
  min-height: 500px;
  background: #E3E3E3;
  padding: 75px 0 50px 0;
}
/* line 350, sass/_about.scss */
.about-five .company-detail h1 {
  color: #232323;
  font-family: 'Helvetica','Sukhumvit Set';
  font-size: 30px;
  position: relative;
}
/* line 355, sass/_about.scss */
.about-five .company-detail h1 p i {
  position: absolute;
  bottom: 16px;
  left: 27%;
  width: 73%;
  display: inline-block;
  border-bottom: 2px solid #FF8000;
}
/* line 365, sass/_about.scss */
.about-five .company-detail .text {
  color: #636363;
  font-family: 'Helvetica','Sukhumvit Set';
  font-size: 16px;
  padding: 20px 40px;
  line-height: 26px;
}
/* line 373, sass/_about.scss */
.about-five .company-detail .text .datagrid1 {
  font: normal 12px/150% Arial, Helvetica, sans-serif;
  background: #e3e3e3;
  overflow: hidden;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
/* line 374, sass/_about.scss */
.about-five .company-detail .text .datagrid1 table {
  border-collapse: collapse;
  text-align: left;
}
/* line 378, sass/_about.scss */
.about-five .company-detail .text .datagrid1 table td {
  padding: 3px 10px;
}
/* line 381, sass/_about.scss */
.about-five .company-detail .text .datagrid1 table th {
  padding: 3px 10px;
}
/* line 385, sass/_about.scss */
.about-five .company-detail .text .datagrid1 table tbody td {
  color: #636363;
  font-family: 'Helvetica','Sukhumvit Set';
  font-size: 16px;
  line-height: 26px;
  width: 400px;
}
/* line 392, sass/_about.scss */
.about-five .company-detail .text .datagrid1 table tbody td:first-child {
  border-left: none;
}

/* line 411, sass/_about.scss */
.about-six .financial-results {
  width: 100%;
  min-height: 500px;
  background: url("../img/bg-ab-12") no-repeat;
  background-size: cover;
  background-position: right;
  padding: 75px 0 50px 0;
}
/* line 418, sass/_about.scss */
.about-six .financial-results h1 {
  color: #232323;
  font-family: 'Helvetica','Sukhumvit Set';
  font-size: 30px;
  position: relative;
}
/* line 423, sass/_about.scss */
.about-six .financial-results h1 p i {
  position: absolute;
  bottom: 16px;
  left: 23%;
  width: 77%;
  display: inline-block;
  border-bottom: 2px solid #FF8000;
}
/* line 431, sass/_about.scss */
.about-six .financial-results h1 p span {
  color: #C7C7C7;
  font-family: 'Helvetica','Sukhumvit Set';
  font-size: 80px;
  position: absolute;
  bottom: -14px;
  left: -1%;
  width: 77%;
  opacity: 0.2;
  z-index: 0;
  font-weight: bold;
  text-transform: uppercase;
}

/* line 449, sass/_about.scss */
.about-seven .board-director {
  width: 100%;
  min-height: 500px;
  background: #E3E3E3;
  padding: 75px 0 50px 0;
}
/* line 454, sass/_about.scss */
.about-seven .board-director h1 {
  color: #232323;
  font-family: 'Helvetica','Sukhumvit Set';
  font-size: 30px;
  position: relative;
}
/* line 459, sass/_about.scss */
.about-seven .board-director h1 p i {
  position: absolute;
  bottom: 16px;
  left: 23%;
  width: 77%;
  display: inline-block;
  border-bottom: 2px solid #FF8000;
}
/* line 467, sass/_about.scss */
.about-seven .board-director h1 p span {
  color: #C6C6C6;
  font-family: 'Helvetica','Sukhumvit Set';
  font-size: 80px;
  position: absolute;
  bottom: -14px;
  left: -1%;
  width: 100%;
  opacity: 0.2;
  z-index: 0;
  font-weight: bold;
  text-transform: uppercase;
}
/* line 481, sass/_about.scss */
.about-seven .board-director .padd {
  padding: 10px 40px;
}
/* line 485, sass/_about.scss */
.about-seven .board-director .list-box {
  margin-top: 50px;
}
/* line 491, sass/_about.scss */
.about-seven .board-director .list-box .con2 .text {
  font-family: 'Helvetica','Sukhumvit Set';
  color: #636363;
  font-size: 16px;
  line-height: 26px;
}
/* line 496, sass/_about.scss */
.about-seven .board-director .list-box .con2 .text p {
  font-size: 22px;
  color: #FF8B00;
}
/* line 503, sass/_about.scss */
.about-seven .board-director .btn-load-more {
  color: #ffffff;
  font-family: 'Helvetica','Sukhumvit Set';
  font-size: 14px;
  background-color: #FF8C00;
  border-color: #FF8000;
  padding: 10px 35px;
}
/* line 512, sass/_about.scss */
.about-seven .board-director .btn-load-more:hover,
.about-seven .board-director .btn-load-more:focus,
.about-seven .board-director .btn-load-more:active,
.about-seven .board-director .btn-load-more.active,
.about-seven .board-director .open .dropdown-toggle.btn-load-more {
  color: #ffffff;
  font-family: 'Helvetica','Sukhumvit Set';
  font-size: 14px;
  background-color: #FF8000;
  border-color: #FF8000;
}

/* line 527, sass/_about.scss */
.about-eight .organisation {
  width: 100%;
  min-height: 500px;
  background: url("../img/bg-ab-12") no-repeat;
  background-size: cover;
  background-position: right;
  padding: 75px 0 50px 0;
  text-align: center;
}

/* line 1, sass/_service.scss */
.service-one {
  width: 100%;
  min-height: 500px;
  background: url("../img/bg-ab-12") no-repeat;
  background-size: cover;
  background-position: right;
  padding: 30px 0 20px 0;
}
/* line 10, sass/_service.scss */
.service-one .myaccordion .panel-group .panel {
  border-radius: 0;
  box-shadow: none;
  border-color: transparent;
  background: transparent;
  border: 0;
}
/* line 18, sass/_service.scss */
.service-one .myaccordion .panel-default > .panel-heading {
  padding: 0;
  border-radius: 0;
  color: #212121;
  background-color: transparent;
  border-color: #EEEEEE;
  border: 0;
}
/* line 27, sass/_service.scss */
.service-one .myaccordion .panel-title {
  font-size: 14px;
  background: transparent;
}
/* line 32, sass/_service.scss */
.service-one .myaccordion .panel-title > a {
  display: block;
  padding: 5px;
  text-decoration: none;
}
/* line 36, sass/_service.scss */
.service-one .myaccordion .panel-title > a:hover h1 {
  color: #636363;
}
/* line 39, sass/_service.scss */
.service-one .myaccordion .panel-title > a h1 {
  color: #232323;
  font-family: 'Helvetica','Sukhumvit Set';
  font-size: 26px;
  overflow: hidden;
  text-align: left;
}
/* line 46, sass/_service.scss */
.service-one .myaccordion .panel-title > a h1:before, .service-one .myaccordion .panel-title > a h1:after {
  background-color: #FF8000;
  content: "";
  display: inline-block;
  height: 2px;
  position: relative;
  vertical-align: middle;
  width: 100%;
}
/* line 56, sass/_service.scss */
.service-one .myaccordion .panel-title > a h1:before {
  right: 0.5em;
  margin-left: -100%;
}
/* line 60, sass/_service.scss */
.service-one .myaccordion .panel-title > a h1:after {
  left: 0.5em;
  margin-right: -100%;
}
/* line 67, sass/_service.scss */
.service-one .myaccordion .more-less {
  float: right;
  color: #212121;
}
/* line 72, sass/_service.scss */
.service-one .myaccordion .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #EEEEEE;
  border: 0;
}
/* line 75, sass/_service.scss */
.service-one .myaccordion .panel-default > .panel-heading + .panel-collapse > .panel-body .padd {
  padding: 0 50px;
}
/* line 78, sass/_service.scss */
.service-one .myaccordion .panel-default > .panel-heading + .panel-collapse > .panel-body .text {
  padding: 30px 0 10px 0;
  color: #636363;
  font-family: 'Helvetica','Sukhumvit Set';
  font-size: 16px;
  line-height: 26px;
}

/* line 1, sass/_safety.scss */
.safety-one {
  width: 100%;
  min-height: 500px;
  background: url("../img/bg-ab-12") no-repeat;
  background-size: cover;
  background-position: right;
  padding: 40px 0 50px 0;
}
/* line 8, sass/_safety.scss */
.safety-one h1 {
  color: #232323;
  font-family: 'Helvetica','Sukhumvit Set';
  font-size: 30px;
  position: relative;
}
/* line 13, sass/_safety.scss */
.safety-one h1 p i {
  position: absolute;
  bottom: 16px;
  left: 23%;
  width: 77%;
  display: inline-block;
  border-bottom: 2px solid #FF8000;
}
/* line 21, sass/_safety.scss */
.safety-one h1 p span {
  color: #C7C7C7;
  font-family: 'Helvetica','Sukhumvit Set';
  font-size: 80px;
  position: absolute;
  bottom: -14px;
  left: -1%;
  width: 77%;
  opacity: 0.2;
  z-index: 0;
  font-weight: bold;
  text-transform: uppercase;
}
/* line 35, sass/_safety.scss */
.safety-one .text {
  color: #636363;
  font-family: 'Helvetica','Sukhumvit Set';
  font-size: 16px;
  padding: 20px 40px;
  line-height: 26px;
}
/* line 44, sass/_safety.scss */
.safety-one .myaccordion .panel-group .panel {
  border-radius: 0;
  box-shadow: none;
  border-color: transparent;
  background: transparent;
  border: 0;
}
/* line 52, sass/_safety.scss */
.safety-one .myaccordion .panel-default > .panel-heading {
  padding: 0;
  border-radius: 0;
  color: #212121;
  border-color: transparent;
  background: transparent;
  border: 0;
}
/* line 61, sass/_safety.scss */
.safety-one .myaccordion .panel-title {
  font-size: 14px;
  background: transparent;
}
/* line 66, sass/_safety.scss */
.safety-one .myaccordion .panel-title > a {
  display: block;
  padding: 5px;
  text-decoration: none;
  transition: .3s ease;
}
/* line 71, sass/_safety.scss */
.safety-one .myaccordion .panel-title > a:hover h1 {
  color: #636363;
}
/* line 74, sass/_safety.scss */
.safety-one .myaccordion .panel-title > a h1 {
  color: #232323;
  font-family: 'Helvetica','Sukhumvit Set';
  font-size: 26px;
  overflow: hidden;
  text-align: left;
  transition: .3s ease;
}
/* line 81, sass/_safety.scss */
.safety-one .myaccordion .panel-title > a h1:before, .safety-one .myaccordion .panel-title > a h1:after {
  background-color: #FF8000;
  content: "";
  display: inline-block;
  height: 2px;
  position: relative;
  vertical-align: middle;
  width: 100%;
}
/* line 91, sass/_safety.scss */
.safety-one .myaccordion .panel-title > a h1:before {
  right: 0.5em;
  margin-left: -100%;
}
/* line 95, sass/_safety.scss */
.safety-one .myaccordion .panel-title > a h1:after {
  left: 0.5em;
  margin-right: -100%;
}
/* line 102, sass/_safety.scss */
.safety-one .myaccordion .more-less {
  float: right;
  color: #212121;
}
/* line 107, sass/_safety.scss */
.safety-one .myaccordion .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #EEEEEE;
  border: 0;
}
/* line 110, sass/_safety.scss */
.safety-one .myaccordion .panel-default > .panel-heading + .panel-collapse > .panel-body .padd {
  padding: 0 50px;
}
/* line 113, sass/_safety.scss */
.safety-one .myaccordion .panel-default > .panel-heading + .panel-collapse > .panel-body .text {
  padding: 30px 0 10px 0;
  color: #636363;
  font-family: 'Helvetica','Sukhumvit Set';
  font-size: 16px;
  line-height: 26px;
  min-height: 300px;
}
/* line 124, sass/_safety.scss */
.safety-one .myaccordion h1 {
  color: #232323;
  font-family: 'Helvetica','Sukhumvit Set';
  font-size: 26px;
  overflow: hidden;
  text-align: left;
  transition: .3s ease;
}
/* line 131, sass/_safety.scss */
.safety-one .myaccordion h1:before, .safety-one .myaccordion h1:after {
  background-color: #FF8000;
  content: "";
  display: inline-block;
  height: 2px;
  position: relative;
  vertical-align: middle;
  width: 100%;
}
/* line 141, sass/_safety.scss */
.safety-one .myaccordion h1:before {
  right: 0.5em;
  margin-left: -100%;
}
/* line 145, sass/_safety.scss */
.safety-one .myaccordion h1:after {
  left: 0.5em;
  margin-right: -100%;
}
/* line 153, sass/_safety.scss */
.safety-one .myaccordion a:hover {
  text-decoration: none;
}
/* line 156, sass/_safety.scss */
.safety-one .myaccordion a:hover h1 {
  color: #636363;
}

/* line 1, sass/_portfolio.scss */
.portfolio-one {
  width: 100%;
  min-height: 500px;
  background: url("../img/bg-ab-12") no-repeat;
  background-size: cover;
  background-position: right;
  padding: 40px 0 50px 0;
}
/* line 8, sass/_portfolio.scss */
.portfolio-one h1 {
  color: #232323;
  font-family: 'Helvetica','Sukhumvit Set';
  font-size: 30px;
  position: relative;
}
/* line 13, sass/_portfolio.scss */
.portfolio-one h1 p i {
  position: absolute;
  bottom: 16px;
  left: 23%;
  width: 77%;
  display: inline-block;
  border-bottom: 2px solid #FF8000;
}
/* line 21, sass/_portfolio.scss */
.portfolio-one h1 p span {
  color: #C7C7C7;
  font-family: 'Helvetica','Sukhumvit Set';
  font-size: 80px;
  position: absolute;
  bottom: -14px;
  left: -1%;
  width: 77%;
  opacity: 0.2;
  z-index: -1;
  font-weight: bold;
  text-transform: uppercase;
}
/* line 38, sass/_portfolio.scss */
.portfolio-one .facility-type #facility-type a:hover {
  text-decoration: none;
}
/* line 42, sass/_portfolio.scss */
.portfolio-one .facility-type #facility-type p {
  color: #232323;
  font-family: 'Helvetica','Sukhumvit Set';
  font-size: 18px;
  text-align: center;
}
/* line 48, sass/_portfolio.scss */
.portfolio-one .facility-type #facility-type .owl-nav {
  position: absolute;
  top: 42%;
  width: 100%;
}
/* line 52, sass/_portfolio.scss */
.portfolio-one .facility-type #facility-type .owl-nav .owl-prev {
  left: -3%;
  position: absolute;
  background: transparent;
  color: #808080;
  font-size: 24px;
}
/* line 59, sass/_portfolio.scss */
.portfolio-one .facility-type #facility-type .owl-nav .owl-next {
  position: absolute;
  right: -3%;
  background: transparent;
  color: #808080;
  font-size: 24px;
}
/* line 74, sass/_portfolio.scss */
.portfolio-one .head-milestone h1 {
  color: #232323;
  font-family: 'Helvetica','Sukhumvit Set';
  font-size: 30px;
  position: relative;
}
/* line 79, sass/_portfolio.scss */
.portfolio-one .head-milestone h1 p i {
  position: absolute;
  bottom: 16px;
  left: 17%;
  width: 83%;
  display: inline-block;
  border-bottom: 2px solid #FF8000;
}
/* line 87, sass/_portfolio.scss */
.portfolio-one .head-milestone h1 p span {
  color: #C7C7C7;
  font-family: 'Helvetica','Sukhumvit Set';
  font-size: 80px;
  position: absolute;
  bottom: -14px;
  left: -1%;
  width: 77%;
  opacity: 0.2;
  z-index: -1;
  font-weight: bold;
  text-transform: uppercase;
}

/* line 105, sass/_portfolio.scss */
.portfolio-two {
  width: 100%;
  min-height: 400px;
  background: #C6C6C6;
  padding: 50px 0px;
}
/* line 110, sass/_portfolio.scss */
.portfolio-two .time-top {
  background: #C6C6C6;
  min-height: 400px;
  position: relative;
}
/* line 115, sass/_portfolio.scss */
.portfolio-two .time-top .text {
  text-align: left;
}
/* line 119, sass/_portfolio.scss */
.portfolio-two .time-dot {
  margin-bottom: -9px;
}
/* line 123, sass/_portfolio.scss */
.portfolio-two .time-dot #time-dot .item h1 {
  color: #555555;
  font-family: 'Helvetica','Sukhumvit Set';
  font-size: 18px;
  text-align: center;
}
/* line 136, sass/_portfolio.scss */
.portfolio-two .time-dot #time-dot .owl-nav {
  position: absolute;
  top: -28%;
  width: 100%;
}
/* line 140, sass/_portfolio.scss */
.portfolio-two .time-dot #time-dot .owl-nav .owl-prev {
  left: -15px;
  position: absolute;
  background: transparent;
  color: #333;
  font-size: 24px;
}
/* line 147, sass/_portfolio.scss */
.portfolio-two .time-dot #time-dot .owl-nav .owl-next {
  position: absolute;
  right: -15px;
  background: transparent;
  color: #333;
  font-size: 24px;
}
/* line 154, sass/_portfolio.scss */
.portfolio-two .time-dot #time-dot .owl-nav .disabled {
  opacity: 1;
}
/* line 158, sass/_portfolio.scss */
.portfolio-two .time-dot #time-dot p {
  margin: 0 0 10px;
  position: relative;
  text-align: center;
}
/* line 167, sass/_portfolio.scss */
.portfolio-two .time-dot #time-dot p a:focus {
  outline: 0 auto -webkit-focus-ring-color;
}
/* line 173, sass/_portfolio.scss */
.portfolio-two .time-dot #time-dot p a .dot {
  height: 25px;
  width: 25px;
  background-color: #fff;
  border: 2px solid #333333;
  border-radius: 50%;
  display: inline-block;
}
/* line 183, sass/_portfolio.scss */
.portfolio-two .time-dot #time-dot p a .tippy-active span {
  border: 2px solid #FF8000;
}
/* line 186, sass/_portfolio.scss */
.portfolio-two .time-dot #time-dot p a .tippy-active {
  border: 2px solid #FF8000;
}
/* line 191, sass/_portfolio.scss */
.portfolio-two .time-dot #time-dot p i {
  position: absolute;
  width: 100%;
  border-bottom: 3px solid;
  left: 0;
  top: 12px;
  z-index: -1;
}

/* line 205, sass/_portfolio.scss */
.portfolio-tree {
  width: 100%;
  min-height: 500px;
  background: url("../img/bg-ab-12") no-repeat;
  background-size: cover;
  background-position: right;
  padding: 40px 0 50px 0;
}
/* line 213, sass/_portfolio.scss */
.portfolio-tree .box-grey {
  width: 100%;
  min-height: 700px;
  background: #C6C6C6;
  padding: 30px;
}
/* line 219, sass/_portfolio.scss */
.portfolio-tree .box-grey .verti-year {
  min-height: 600px;
  background: #FF8B00;
  padding: 25px;
  border-radius: 10px;
  width: 70%;
  margin: auto;
}
/* line 227, sass/_portfolio.scss */
.portfolio-tree .box-grey .verti-year .btn-sort {
  background: #fff;
  padding: 12px;
  margin-bottom: 20px;
}
/* line 232, sass/_portfolio.scss */
.portfolio-tree .box-grey .verti-year .gg {
  position: relative;
}
/* line 234, sass/_portfolio.scss */
.portfolio-tree .box-grey .verti-year .gg .light-years {
  padding: 20px 0;
}
/* line 236, sass/_portfolio.scss */
.portfolio-tree .box-grey .verti-year .gg .light-years .lSSlideOuter.vertical {
  position: unset;
}
/* line 238, sass/_portfolio.scss */
.portfolio-tree .box-grey .verti-year .gg .light-years .lSSlideOuter.vertical .lSSlideWrapper {
  position: unset;
}
/* line 241, sass/_portfolio.scss */
.portfolio-tree .box-grey .verti-year .gg .light-years .lSSlideOuter.vertical .lSSlideWrapper .lSAction a {
  opacity: 1;
}
/* line 244, sass/_portfolio.scss */
.portfolio-tree .box-grey .verti-year .gg .light-years .lSSlideOuter.vertical .lSSlideWrapper .lSAction .lSPrev {
  top: -7px;
  left: 56%;
}
/* line 247, sass/_portfolio.scss */
.portfolio-tree .box-grey .verti-year .gg .light-years .lSSlideOuter.vertical .lSSlideWrapper .lSAction .lSPrev i {
  font-size: 26px;
  color: #000;
}
/* line 252, sass/_portfolio.scss */
.portfolio-tree .box-grey .verti-year .gg .light-years .lSSlideOuter.vertical .lSSlideWrapper .lSAction .lSNext {
  bottom: -7px;
  left: 56%;
}
/* line 255, sass/_portfolio.scss */
.portfolio-tree .box-grey .verti-year .gg .light-years .lSSlideOuter.vertical .lSSlideWrapper .lSAction .lSNext i {
  font-size: 26px;
  color: #000;
}
/* line 263, sass/_portfolio.scss */
.portfolio-tree .box-grey .verti-year .gg .light-years .lSSlideOuter.vertical ul li {
  line-height: 75px;
  border-bottom: 1px solid #555555;
  text-align: center;
}
/* line 267, sass/_portfolio.scss */
.portfolio-tree .box-grey .verti-year .gg .light-years .lSSlideOuter.vertical ul li a {
  color: #555555;
  font-family: 'Helvetica','Sukhumvit Set';
  font-size: 14px;
}
/* line 271, sass/_portfolio.scss */
.portfolio-tree .box-grey .verti-year .gg .light-years .lSSlideOuter.vertical ul li a:hover {
  color: #fff;
  text-decoration: none;
}
/* line 275, sass/_portfolio.scss */
.portfolio-tree .box-grey .verti-year .gg .light-years .lSSlideOuter.vertical ul li a.active {
  color: #fff;
  text-decoration: none;
}
/* line 288, sass/_portfolio.scss */
.portfolio-tree .box-work {
  position: relative;
}
/* line 294, sass/_portfolio.scss */
.portfolio-tree .box-work .owl-carousel .owl-nav {
  position: absolute;
  top: 42%;
  width: 100%;
}
/* line 298, sass/_portfolio.scss */
.portfolio-tree .box-work .owl-carousel .owl-nav .owl-prev {
  left: -5px;
  position: absolute;
  background: transparent;
  color: #333;
  font-size: 24px;
}
/* line 305, sass/_portfolio.scss */
.portfolio-tree .box-work .owl-carousel .owl-nav .owl-next {
  position: absolute;
  right: -5px;
  background: transparent;
  color: #333;
  font-size: 24px;
}
/* line 315, sass/_portfolio.scss */
.portfolio-tree .box-work img {
  max-width: 100%;
}
/* line 319, sass/_portfolio.scss */
.portfolio-tree .box-work .text {
  height: 140px;
  background: #8B8B8B;
  padding: 15px 20px;
  color: #fff;
  font-family: 'Helvetica', 'Sukhumvit Set';
  font-size: 16px;
  line-height: 26px;
}
/* line 327, sass/_portfolio.scss */
.portfolio-tree .box-work .text p {
  margin: 0;
}

/* line 1, sass/_application.scss */
.application-one {
  width: 100%;
  min-height: 500px;
  background: #fff;
  padding: 40px 0 50px 0;
}
/* line 6, sass/_application.scss */
.application-one h1 {
  color: #FF8000;
  font-family: 'Helvetica','Sukhumvit Set';
  font-size: 26px;
  overflow: hidden;
  text-align: left;
  transition: .3s ease;
}
/* line 13, sass/_application.scss */
.application-one h1:before, .application-one h1:after {
  background-color: #FF8000;
  content: "";
  display: inline-block;
  height: 2px;
  position: relative;
  vertical-align: middle;
  width: 100%;
}
/* line 23, sass/_application.scss */
.application-one h1:before {
  right: 0.5em;
  margin-left: -100%;
}
/* line 27, sass/_application.scss */
.application-one h1:after {
  left: 0.5em;
  margin-right: -100%;
}
/* line 32, sass/_application.scss */
.application-one .main-form {
  margin: 30px 50px;
  color: #000000;
  font-family: 'Helvetica','Sukhumvit Set';
  font-size: 16px;
  line-height: 26px;
}
/* line 39, sass/_application.scss */
.application-one .main-form .form-group {
  margin-bottom: 30px;
}
/* line 42, sass/_application.scss */
.application-one .main-form label {
  font-weight: normal;
}
/* line 46, sass/_application.scss */
.application-one .main-form span {
  color: red;
}
/* line 50, sass/_application.scss */
.application-one .main-form .padd {
  padding: 0px 40px;
}
/* line 54, sass/_application.scss */
.application-one .main-form .form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #232323;
  background-color: #C6C6C6;
  background-image: none;
  border: 0px solid #C6C6C6;
  border-radius: 0;
}
/* line 68, sass/_application.scss */
.application-one .main-form .btn-book {
  color: #ffffff;
  font-family: 'Helvetica','Sukhumvit Set';
  font-size: 14px;
  background-color: #FF8C00;
  border-color: #FF8000;
  padding: 10px 40px;
}
/* line 77, sass/_application.scss */
.application-one .main-form .btn-book:hover,
.application-one .main-form .btn-book:focus,
.application-one .main-form .btn-book:active,
.application-one .main-form .btn-more.active,
.application-one .main-form .open .dropdown-toggle.btn-book {
  color: #ffffff;
  font-family: 'Helvetica','Sukhumvit Set';
  font-size: 14px;
  background-color: #FF8000;
  border-color: #FF8000;
}

/* line 1, sass/_csr.scss */
.crs-one {
  width: 100%;
  min-height: 500px;
  background: #fff;
  padding: 40px 0 50px 0;
}
/* line 6, sass/_csr.scss */
.crs-one .tab-list {
  width: 100%;
  background: #D8D8D9;
  height: 60px;
  margin: 20px 0;
}
/* line 12, sass/_csr.scss */
.crs-one .tab-list #csr-tab .owl-nav {
  position: absolute;
  top: -5px;
  width: 100%;
}
/* line 16, sass/_csr.scss */
.crs-one .tab-list #csr-tab .owl-nav .owl-prev {
  left: -3%;
  position: absolute;
  background: transparent;
  color: #808080;
  font-size: 24px;
}
/* line 23, sass/_csr.scss */
.crs-one .tab-list #csr-tab .owl-nav .owl-next {
  position: absolute;
  right: -3%;
  background: transparent;
  color: #808080;
  font-size: 24px;
}
/* line 34, sass/_csr.scss */
.crs-one .tab-list #csr-tab .tab {
  background: #808080;
  height: 60px;
  border-top-left-radius: 8px;
  border-bottom-right-radius: 8px;
  transition: background 0.2s;
  transform: skew(20deg);
  padding: 15px 0;
  transition: .3s ease;
}
/* line 43, sass/_csr.scss */
.crs-one .tab-list #csr-tab .tab:hover {
  background: #FF8B00;
}
/* line 46, sass/_csr.scss */
.crs-one .tab-list #csr-tab .tab.active {
  background: #FF8B00;
}
/* line 49, sass/_csr.scss */
.crs-one .tab-list #csr-tab .tab a {
  display: block;
  text-decoration: none;
  padding: 5px 10px;
  transform: skew(-20deg);
  /* INVERSE SKEW */
  font-family: 'Helvetica', 'Sukhumvit Set';
  font-size: 16px;
  color: #fff;
  text-align: center;
}
/* line 64, sass/_csr.scss */
.crs-one .news-csr img {
  height: 230px;
  width: 100%;
  object-fit: cover;
}
/* line 69, sass/_csr.scss */
.crs-one .news-csr .padd {
  margin: 20px 0;
  transition: box-shadow .3s;
  -o-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
/* line 74, sass/_csr.scss */
.crs-one .news-csr .padd:hover {
  cursor: pointer;
  -webkit-transform: translate(0, -8px);
  -moz-transform: translate(0, -8px);
  -ms-transform: translate(0, -8px);
  -o-transform: translate(0, -8px);
  transform: translate(0, -8px);
  box-shadow: 20px 20px 100px rgba(255, 255, 255, 0.58);
}
/* line 84, sass/_csr.scss */
.crs-one .news-csr .text {
  height: 175px;
  background: #D8D8D9;
  padding: 15px 20px;
  color: #636363;
  font-family: 'Helvetica', 'Sukhumvit Set';
  font-size: 16px;
  line-height: 26px;
}
/* line 92, sass/_csr.scss */
.crs-one .news-csr .text .block {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* line 99, sass/_csr.scss */
.crs-one .news-csr .text .date {
  text-transform: uppercase;
  font-size: 14px;
  color: #8B8B8B;
}
/* line 104, sass/_csr.scss */
.crs-one .news-csr .text h1 {
  text-transform: uppercase;
  color: #000;
  font-size: 16px;
  margin: 10px 0 5px 0;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* line 114, sass/_csr.scss */
.crs-one .news-csr .text p {
  margin: 10px 0 0 0;
  font-size: 14px;
  color: #8B8B8B;
}
/* line 119, sass/_csr.scss */
.crs-one .news-csr .text a {
  font-size: 14px;
  color: #FF8C00;
}
/* line 122, sass/_csr.scss */
.crs-one .news-csr .text a:hover {
  text-decoration: none;
}
/* line 127, sass/_csr.scss */
.crs-one .news-csr .box-pagination {
  text-align: center;
}
/* line 129, sass/_csr.scss */
.crs-one .news-csr .box-pagination .pagination > li > a:focus,
.crs-one .news-csr .box-pagination .pagination > li > a:hover,
.crs-one .news-csr .box-pagination .pagination > li > span:focus,
.crs-one .news-csr .box-pagination .pagination > li > span:hover {
  z-index: 2;
  color: #ff8b00;
  background-color: transparent;
  border-color: transparent;
}
/* line 138, sass/_csr.scss */
.crs-one .news-csr .box-pagination .pagination > li > a,
.crs-one .news-csr .box-pagination .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #636363;
  font-family: 'Helvetica', 'Sukhumvit Set';
  font-size: 16px;
  color: #232323;
  font-weight: 700;
  text-decoration: none;
  background-color: transparent;
  border: 1px solid transparent;
}
/* line 154, sass/_csr.scss */
.crs-one .news-csr .box-pagination .pagination > .disabled > a,
.crs-one .news-csr .box-pagination .pagination > .disabled > a:focus,
.crs-one .news-csr .box-pagination .pagination > .disabled > a:hover,
.crs-one .news-csr .box-pagination .pagination > .disabled > span,
.crs-one .news-csr .box-pagination .pagination > .disabled > span:focus,
.crs-one .news-csr .box-pagination .pagination > .disabled > span:hover {
  color: #777;
  cursor: not-allowed;
  background-color: transparent;
  border-color: transparent;
}
/* line 165, sass/_csr.scss */
.crs-one .news-csr .box-pagination .pagination > .active > a,
.crs-one .news-csr .box-pagination .pagination > .active > a:focus,
.crs-one .news-csr .box-pagination .pagination > .active > a:hover,
.crs-one .news-csr .box-pagination .pagination > .active > span,
.crs-one .news-csr .box-pagination .pagination > .active > span:focus,
.crs-one .news-csr .box-pagination .pagination > .active > span:hover {
  z-index: 3;
  color: #ff8b00;
  cursor: default;
  background-color: transparent;
  border-color: transparent;
}
/* line 180, sass/_csr.scss */
.crs-one .detail-csr img {
  height: 450px;
  width: 100%;
  object-fit: cover;
}
/* line 186, sass/_csr.scss */
.crs-one .detail-csr .padd {
  margin: 20px 0;
  transition: box-shadow .3s;
  -o-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
/* line 193, sass/_csr.scss */
.crs-one .detail-csr .text {
  min-height: 175px;
  background: transparent;
  padding: 20px 50px;
  color: #636363;
  font-family: 'Helvetica', 'Sukhumvit Set';
  font-size: 16px;
  line-height: 26px;
}
/* line 201, sass/_csr.scss */
.crs-one .detail-csr .text .date {
  text-transform: uppercase;
  font-size: 14px;
  color: #8B8B8B;
}
/* line 206, sass/_csr.scss */
.crs-one .detail-csr .text h1 {
  text-transform: uppercase;
  color: #000;
  font-size: 16px;
  margin: 10px 0 5px 0;
  font-weight: 700;
}
/* line 213, sass/_csr.scss */
.crs-one .detail-csr .text p {
  margin: 10px 0 0 0;
  font-size: 14px;
  color: #8B8B8B;
}
/* line 219, sass/_csr.scss */
.crs-one .detail-csr hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 2px solid #ff8b00;
}
/* line 227, sass/_csr.scss */
.crs-one .detail-csr .csr-other img {
  height: 230px;
  width: 100%;
  object-fit: cover;
}
/* line 232, sass/_csr.scss */
.crs-one .detail-csr .csr-other .padd {
  margin: 20px 0;
  transition: box-shadow .3s;
  -o-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
/* line 237, sass/_csr.scss */
.crs-one .detail-csr .csr-other .padd:hover {
  cursor: pointer;
  -webkit-transform: translate(0, -8px);
  -moz-transform: translate(0, -8px);
  -ms-transform: translate(0, -8px);
  -o-transform: translate(0, -8px);
  transform: translate(0, -8px);
  box-shadow: 20px 20px 100px rgba(255, 255, 255, 0.58);
}
/* line 247, sass/_csr.scss */
.crs-one .detail-csr .csr-other .text {
  height: 175px;
  background: #D8D8D9;
  padding: 15px 20px;
  color: #636363;
  font-family: 'Helvetica', 'Sukhumvit Set';
  font-size: 16px;
  line-height: 26px;
}
/* line 255, sass/_csr.scss */
.crs-one .detail-csr .csr-other .text .block {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* line 262, sass/_csr.scss */
.crs-one .detail-csr .csr-other .text .date {
  text-transform: uppercase;
  font-size: 14px;
  color: #8B8B8B;
}
/* line 267, sass/_csr.scss */
.crs-one .detail-csr .csr-other .text h1 {
  text-transform: uppercase;
  color: #000;
  font-size: 16px;
  margin: 10px 0 5px 0;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* line 277, sass/_csr.scss */
.crs-one .detail-csr .csr-other .text p {
  margin: 10px 0 0 0;
  font-size: 14px;
  color: #8B8B8B;
}
/* line 282, sass/_csr.scss */
.crs-one .detail-csr .csr-other .text a {
  font-size: 14px;
  color: #FF8C00;
}
/* line 285, sass/_csr.scss */
.crs-one .detail-csr .csr-other .text a:hover {
  text-decoration: none;
}
/* line 291, sass/_csr.scss */
.crs-one .detail-csr .csr-other #csr-other .owl-nav {
  position: absolute;
  top: 42%;
  width: 100%;
}
/* line 295, sass/_csr.scss */
.crs-one .detail-csr .csr-other #csr-other .owl-nav .owl-prev {
  left: 0%;
  position: absolute;
  background: #1b1a1a;
  color: #808080;
  font-size: 24px;
}
/* line 302, sass/_csr.scss */
.crs-one .detail-csr .csr-other #csr-other .owl-nav .owl-next {
  position: absolute;
  right: 0%;
  background: #1b1a1a;
  color: #808080;
  font-size: 24px;
}
/* line 313, sass/_csr.scss */
.crs-one .detail-csr .csr-other #csr-other .tab {
  background: #808080;
  height: 60px;
  border-top-left-radius: 8px;
  border-bottom-right-radius: 8px;
  transition: background 0.2s;
  transform: skew(20deg);
  padding: 15px 0;
  transition: .3s ease;
}
/* line 322, sass/_csr.scss */
.crs-one .detail-csr .csr-other #csr-other .tab:hover {
  background: #FF8B00;
}
/* line 325, sass/_csr.scss */
.crs-one .detail-csr .csr-other #csr-other .tab.active {
  background: #FF8B00;
}
/* line 328, sass/_csr.scss */
.crs-one .detail-csr .csr-other #csr-other .tab a {
  display: block;
  text-decoration: none;
  padding: 5px 10px;
  transform: skew(-20deg);
  /* INVERSE SKEW */
  font-family: 'Helvetica', 'Sukhumvit Set';
  font-size: 16px;
  color: #fff;
  text-align: center;
}

/* line 1, sass/_job.scss */
.intro {
  background: #C6C6C6;
  min-height: 220px;
  padding: 20px 0;
}
/* line 5, sass/_job.scss */
.intro .text {
  color: #636363;
  font-family: 'Helvetica','Sukhumvit Set';
  font-size: 16px;
  line-height: 26px;
  padding: 10px 50px;
}

/* line 13, sass/_job.scss */
.job-one {
  width: 100%;
  min-height: 500px;
  background: url("../img/bg-ab-12") no-repeat;
  background-size: cover;
  background-position: right;
  padding: 40px 0 50px 0;
}
/* line 21, sass/_job.scss */
.job-one h1 {
  color: #232323;
  font-family: 'Helvetica','Sukhumvit Set';
  font-size: 30px;
  position: relative;
}
/* line 26, sass/_job.scss */
.job-one h1 p i {
  position: absolute;
  bottom: 16px;
  left: 23%;
  width: 77%;
  display: inline-block;
  border-bottom: 2px solid #FF8000;
}
/* line 34, sass/_job.scss */
.job-one h1 p span {
  color: #C7C7C7;
  font-family: 'Helvetica','Sukhumvit Set';
  font-size: 80px;
  position: absolute;
  bottom: -14px;
  left: -1%;
  width: 77%;
  opacity: 0.2;
  z-index: 0;
  font-weight: bold;
  text-transform: uppercase;
}
/* line 49, sass/_job.scss */
.job-one .list-job {
  padding: 30px 20px;
}
/* line 51, sass/_job.scss */
.job-one .list-job .box-job {
  margin: 20px 0;
  transition: box-shadow .3s;
  -o-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 1;
}
/* line 57, sass/_job.scss */
.job-one .list-job .box-job:hover {
  cursor: pointer;
  -webkit-transform: translate(0, -8px);
  -moz-transform: translate(0, -8px);
  -ms-transform: translate(0, -8px);
  -o-transform: translate(0, -8px);
  transform: translate(0, -8px);
  box-shadow: 20px 20px 100px rgba(255, 255, 255, 0.58);
  opacity: 1;
}
/* line 68, sass/_job.scss */
.job-one .list-job .box-job img {
  max-width: 100%;
}
/* line 71, sass/_job.scss */
.job-one .list-job .box-job .text {
  background: #FF8B00;
  min-height: 80px;
  text-align: center;
  padding: 20px;
  margin-bottom: 30px;
}
/* line 78, sass/_job.scss */
.job-one .list-job .box-job .text h1 {
  font-family: 'Helvetica','Sukhumvit Set';
  font-size: 18px;
  color: #232323;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
  transition: .3s ease;
}
/* line 88, sass/_job.scss */
.job-one .list-job .box-job .text p {
  font-family: 'Helvetica','Sukhumvit Set';
  font-size: 16px;
  color: #232323;
  margin: 0;
  transition: .3s ease;
}
/* line 98, sass/_job.scss */
.job-one .list-job .box-job a:hover {
  text-decoration: none;
}
/* line 102, sass/_job.scss */
.job-one .list-job .box-job a:hover h1 {
  color: #d23a00;
}
/* line 106, sass/_job.scss */
.job-one .list-job .box-job a:hover p {
  color: #d23a00;
}
/* line 116, sass/_job.scss */
.job-one .btn-load-more {
  color: #ffffff;
  font-family: 'Helvetica','Sukhumvit Set';
  font-size: 14px;
  background-color: #FF8C00;
  border-color: #FF8000;
  padding: 10px 35px;
}
/* line 125, sass/_job.scss */
.job-one .btn-load-more:hover,
.job-one .btn-load-more:focus,
.job-one .btn-load-more:active,
.job-one .btn-load-more.active,
.job-one .open .dropdown-toggle.btn-load-more {
  color: #ffffff;
  font-family: 'Helvetica','Sukhumvit Set';
  font-size: 14px;
  background-color: #FF8000;
  border-color: #FF8000;
}
/* line 137, sass/_job.scss */
.job-one .tb-job {
  padding: 30px 20px;
  color: #636363;
  font-family: 'Helvetica','Sukhumvit Set';
  font-size: 16px;
  line-height: 26px;
}
/* line 144, sass/_job.scss */
.job-one .tb-job .datagrid table {
  border-collapse: collapse;
  text-align: left;
  width: 100%;
}
/* line 148, sass/_job.scss */
.job-one .tb-job .datagrid {
  background: #fff;
  overflow: hidden;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
/* line 152, sass/_job.scss */
.job-one .tb-job .datagrid table td, .job-one .tb-job .datagrid table th {
  padding: 10px 15px;
}
/* line 153, sass/_job.scss */
.job-one .tb-job .datagrid table thead th {
  background-color: #BDBDBD;
  color: #000000;
  font-size: 15px;
  font-weight: bold;
  border-left: 0px solid #A80727;
}
/* line 155, sass/_job.scss */
.job-one .tb-job .datagrid table thead th:first-child {
  border: none;
}
/* line 156, sass/_job.scss */
.job-one .tb-job .datagrid table tbody td {
  font-size: 16px;
  line-height: 26px;
}
/* line 157, sass/_job.scss */
.job-one .tb-job .datagrid table tbody .alt td {
  background: #E1EEF4;
  color: #00496B;
}
/* line 158, sass/_job.scss */
.job-one .tb-job .datagrid table tbody td:first-child {
  border-left: none;
}
/* line 159, sass/_job.scss */
.job-one .tb-job .datagrid table tbody tr:last-child td {
  border-bottom: none;
}
/* line 161, sass/_job.scss */
.job-one .tb-job .datagrid table tbody tr:nth-last-child(odd) {
  background: #E1EEF4;
}

/* line 1, sass/_contact.scss */
.contact-one {
  width: 100%;
  min-height: 500px;
  background: url("../img/bg-ab-12") no-repeat;
  background-size: cover;
  background-position: right;
  padding: 40px 0 50px 0;
}
/* line 9, sass/_contact.scss */
.contact-one h1 {
  color: #232323;
  font-family: 'Helvetica','Sukhumvit Set';
  font-size: 30px;
  position: relative;
}
/* line 14, sass/_contact.scss */
.contact-one h1 p i {
  position: absolute;
  bottom: 16px;
  left: 13%;
  width: 85%;
  display: inline-block;
  border-bottom: 2px solid #FF8000;
}
/* line 22, sass/_contact.scss */
.contact-one h1 p span {
  color: #C7C7C7;
  font-family: 'Helvetica','Sukhumvit Set';
  font-size: 80px;
  position: absolute;
  bottom: -14px;
  left: -1%;
  width: 77%;
  opacity: 0.2;
  z-index: 0;
  font-weight: bold;
  text-transform: uppercase;
}
/* line 37, sass/_contact.scss */
.contact-one .gg-map {
  padding: 30px 0;
}
/* line 41, sass/_contact.scss */
.contact-one .box-text h1 {
  font-family: 'Helvetica','Sukhumvit Set';
  font-size: 20px;
  color: #FF8B00;
  font-weight: 700;
}
/* line 47, sass/_contact.scss */
.contact-one .box-text .text {
  font-family: 'Helvetica','Sukhumvit Set';
  font-size: 16px;
  line-height: 26px;
  color: #636363;
}
/* line 53, sass/_contact.scss */
.contact-one .box-text .text span {
  font-weight: 700;
}
/* line 57, sass/_contact.scss */
.contact-one .box-text .text .btn-load-more {
  color: #ffffff;
  font-family: 'Helvetica','Sukhumvit Set';
  font-size: 14px;
  background-color: #FF8C00;
  border-color: #FF8000;
  padding: 5px 20px;
  margin-top: 10px;
}
/* line 67, sass/_contact.scss */
.contact-one .box-text .text .btn-load-more:hover,
.contact-one .box-text .text .btn-load-more:focus,
.contact-one .box-text .text .btn-load-more:active,
.contact-one .box-text .text .btn-load-more.active,
.contact-one .box-text .text .open .dropdown-toggle.btn-load-more {
  color: #ffffff;
  font-family: 'Helvetica','Sukhumvit Set';
  font-size: 14px;
  background-color: #FF8000;
  border-color: #FF8000;
}
/* line 82, sass/_contact.scss */
.contact-one .world-wide h1 {
  color: #232323;
  font-family: 'Helvetica','Sukhumvit Set';
  font-size: 30px;
  position: relative;
}
/* line 87, sass/_contact.scss */
.contact-one .world-wide h1 p i {
  position: absolute;
  bottom: 16px;
  left: 17%;
  width: 80%;
  display: inline-block;
  border-bottom: 2px solid #FF8000;
}
/* line 110, sass/_contact.scss */
.contact-one .world-wide .list-site {
  padding: 10px 0px;
  color: #636363;
}
/* line 113, sass/_contact.scss */
.contact-one .world-wide .list-site h2 {
  font-size: 24px;
}
/* line 116, sass/_contact.scss */
.contact-one .world-wide .list-site hr {
  border-top: 2px solid #FF8000;
}
/* line 119, sass/_contact.scss */
.contact-one .world-wide .list-site .con1 {
  text-align: center;
  border-right: 1px solid #B6B6B6;
}
/* line 124, sass/_contact.scss */
.contact-one .world-wide .list-site .con2 {
  padding-left: 50px;
}
/* line 128, sass/_contact.scss */
.contact-one .world-wide .list-site .data-world table {
  border-collapse: collapse;
  text-align: left;
  width: 100%;
}
/* line 135, sass/_contact.scss */
.contact-one .world-wide .list-site .data-world {
  background: #fff;
  overflow: hidden;
  border: 1px solid #006699;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
/* line 145, sass/_contact.scss */
.contact-one .world-wide .list-site .data-world table td,
.contact-one .world-wide .list-site .data-world table th {
  padding: 10px;
}
/* line 150, sass/_contact.scss */
.contact-one .world-wide .list-site .data-world table tbody td {
  border-left: 1px solid #006699;
  color: #232323;
  font-family: 'Helvetica','Sukhumvit Set';
  font-size: 16px;
  font-weight: normal;
}
/* line 158, sass/_contact.scss */
.contact-one .world-wide .list-site .data-world table tbody .alt td {
  background: #E1EEF4;
  color: #232323;
}
/* line 163, sass/_contact.scss */
.contact-one .world-wide .list-site .data-world table tbody td:first-child {
  border-left: none;
}
/* line 167, sass/_contact.scss */
.contact-one .world-wide .list-site .data-world table tbody tr:last-child td {
  border-bottom: none;
}
