a {
  color: #333;
}

a:hover, a:focus {
  text-decoration: none;
}

img {
  max-width: 100% !important;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mt-0 {
  margin-top: 0;
}

.mt-50 {
  margin-top: 50px;
}

.pad-0 {
  padding: 0;
}

.pad-btm-0 {
  padding-bottom: 0;
}

.pad-top-0 {
  padding-top: 0;
}

.width-100 {
  width: 100%;
}

.relative {
  position: relative;
}

.line-height-25 {
  line-height: 25px;
}

.bold {
  font-weight: bold;
}

.mask-white {
  -webkit-filter: brightness(0) invert(100%);
  /* Safari 6.0 - 9.0 */
  filter: brightness(0) invert(100%);
}

textarea {
  resize: none;
}

@media (min-width: 1200px) {
  .auto-clear .col-lg-1:nth-child(12n+1) {
    clear: left;
  }

  .auto-clear .col-lg-2:nth-child(6n+1) {
    clear: left;
  }

  .auto-clear .col-lg-3:nth-child(4n+1) {
    clear: left;
  }

  .auto-clear .col-lg-4:nth-child(3n+1) {
    clear: left;
  }

  .auto-clear .col-lg-6:nth-child(odd) {
    clear: left;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .auto-clear .col-md-1:nth-child(12n+1) {
    clear: left;
  }

  .auto-clear .col-md-2:nth-child(6n+1) {
    clear: left;
  }

  .auto-clear .col-md-3:nth-child(4n+1) {
    clear: left;
  }

  .auto-clear .col-md-4:nth-child(3n+1) {
    clear: left;
  }

  .auto-clear .col-md-6:nth-child(odd) {
    clear: left;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .auto-clear .col-sm-1:nth-child(12n+1) {
    clear: left;
  }

  .auto-clear .col-sm-2:nth-child(6n+1) {
    clear: left;
  }

  .auto-clear .col-sm-3:nth-child(4n+1) {
    clear: left;
  }

  .auto-clear .col-sm-4:nth-child(3n+1) {
    clear: left;
  }

  .auto-clear .col-sm-6:nth-child(odd) {
    clear: left;
  }
}
@media (max-width: 767px) {
  .auto-clear .col-xs-1:nth-child(12n+1) {
    clear: left;
  }

  .auto-clear .col-xs-2:nth-child(6n+1) {
    clear: left;
  }

  .auto-clear .col-xs-3:nth-child(4n+1) {
    clear: left;
  }

  .auto-clear .col-xs-4:nth-child(3n+1) {
    clear: left;
  }

  .auto-clear .col-xs-6:nth-child(odd) {
    clear: left;
  }
}
textarea.form-control {
  height: 100px !important;
}

.text-grey {
  color: #808285;
}

.text-white {
  color: #fff !important;
}

.text-blue {
  color: #282A74;
}

.text-blue-important {
  color: #282A74 !important;
}

.bg-blue {
  background-color: #282A74;
}

.bg-grey {
  background-color: #E9ECF3;
}

.bg-white {
  background-color: #fff;
}

.navbar-header {
  display: block;
  float: right;
}

.navbar-toggle {
  display: block;
  float: none;
}
.navbar-toggle .icon-bar {
  background: #282A74;
}

.btn-credit-container {
  text-align: right;
}

.footer-top {
  padding-top: 80px;
  padding-bottom: 50px;
}

.footer-btm {
  border-top: solid 1px #282A74;
  padding: 20px 0;
}
.footer-btm a {
  color: #282A74;
}

.footer-left {
  float: left;
}

.footer-right {
  float: right;
}

.footer-info-container {
  line-height: 25px;
}

.footer-title {
  font-family: "Raleway", sans-serif;
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 40px;
}

.footer-subtitle {
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  color: #BE2025;
  font-weight: 800;
  margin-bottom: 10px;
}

.footer-link-container div {
  text-transform: uppercase;
  margin-bottom: 20px;
}
.footer-link-container div a {
  color: #282A74;
}

.social-container img {
  margin-right: 15px;
  cursor: pointer;
}

.logo {
  height: 50px;
}

#header {
  padding: 20px 0;
  line-height: 50px;
  color: #282A74;
  position: fixed;
  width: 100%;
  top: 0;
  background: #fff;
  z-index: 9999;
}

.language-container {
  margin: 0 45px;
}

body {
  font-family: "Lato", sans-serif;
  padding-top: 90px;
  color: #282A74;
  letter-spacing: 0.5px;
}

section {
  padding: 50px 0;
}

p {
  line-height: 25px;
}

.subtitle {
  font-family: "Lato", sans-serif;
  font-size: 12px;
  color: #BE2025;
  font-style: italic;
  font-weight: bold;
  text-transform: uppercase;
}

.title {
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  font-size: 40px;
  margin: 25px 0;
  text-transform: uppercase;
}

.btn-custom {
  background-color: #282A74;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #fff;
  padding: 12px 50px;
  font-size: 12px;
}
.btn-custom:hover {
  color: #fff;
}

.mobile-container {
  padding: 30px 50px;
  right: -100%;
  top: 0;
  position: fixed;
  height: 100%;
  width: 350px;
  background-color: #282A74;
  z-index: 9999;
  min-height: 100%;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
  line-height: 50px;
}

.mobile-menu {
  list-style-type: none;
  padding-left: 0;
}

.mobile-menu-outer {
  padding: 0;
}

.mobile-container.slide {
  right: 0;
}

.mobile-menu li {
  padding-left: 10px;
  text-transform: uppercase;
}

.mobile-menu li.active a {
  color: #fff;
}

.mobile-menu a {
  color: #fff;
}

.mobile-menu li.active {
  padding-left: 30px;
  font-style: italic;
  font-weight: bold;
}
.mobile-menu li.active:before {
  content: "";
  width: 50px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: -25px;
}

.mobile-menu-footer {
  padding-left: 30px;
}

.mobile-container .social-container {
  margin: 15px 0;
  padding-left: 30px;
}

.close {
  color: #fff;
  margin-bottom: 15px;
  opacity: 1;
}
.close:hover {
  color: #fff;
  opacity: 1;
}

.mobile-menu li a:hover {
  background: transparent;
  font-weight: bold;
}

.title-text {
  font-size: 24px;
  color: #BE2025;
  font-family: "Raleway", sans-serif;
  font-weight: 800;
}

.devivace {
  width: 30px;
}

.pad-30 {
  padding: 30px;
}

.page-title {
  margin: 60px 0;
}

.btn-white {
  background: #fff;
  color: #282A74;
}

.line-container {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  z-index: 2;
}

.language-select {
  color: #282A74;
  margin-left: 25px;
}
.language-select input[type=submit] {
  border: 0;
  background: transparent;
  text-transform: uppercase;
}
.language-select input[type=submit].active {
  font-weight: bold;
}

.inline-block {
  display: inline-block;
}

.faq-box .arrow {
  cursor: pointer;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
}

.faq-box .arrow.rotated {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.faq-target {
  display: none;
  padding-bottom: 30px;
}

.faq-box:nth-child(1) .faq-target {
  display: block;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
  background: transparent;
  border-color: transparent;
  border-bottom: solid 2px #282A74;
}

.nav-tabs > li > a:hover {
  background: transparent;
}

.nav-tabs > li > a {
  border-bottom: solid 2px transparent;
}

.home-subtitle {
  line-height: 25px;
}

.nav > li > a img {
  max-width: 40px !important;
}

.nav-tabs > li > a:hover {
  border-color: transparent;
}

.pad-right-0 {
  padding-right: 0;
}

.pad-left-0 {
  padding-left: 0;
}

.col-float {
  float: left;
}

.col-float-right {
  float: right;
  margin-right: 15px;
}

.col-float-line {
  width: 60%;
  margin: 0 50px;
}

.search-container {
  margin-bottom: 50px;
}

.search-input {
  padding: 10px 50px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: 12px;
}

.search-lup {
  position: absolute;
  top: 10px;
  left: 15px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-70 {
  margin-top: 70px;
}

.line-container {
  overflow: hidden;
}
.line-container hr {
  width: 200%;
}

.pre-list {
  padding-left: 15px;
}

.mt-40 {
  margin-top: 40px;
}

.how-img {
  width: 60px;
}

.pre-container {
  padding: 0 50px;
}

.btn-download {
  display: inline-block;
  padding-bottom: 15px;
  border-bottom: solid 1px #282A74;
}

.uppercase {
  text-transform: uppercase;
}

.footer-target {
  display: none;
}

.pad-top-30 {
  padding-top: 30px;
}

.mt-10 {
  margin-top: 10px;
}

.footer-arrow {
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
}

.footer-arrow.rotated {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.width-auto {
  width: auto !important;
}

.whatsapp-container {
  position: fixed;
  left: 0;
  bottom: 30px;
  text-align: center;
  padding: 15px;
  padding-left: 30px;
  z-index: 9;
  padding-right: 45px;
}
.whatsapp-container .img-container {
  border-radius: 50%;
  display: inline-block;
  background: #25D366;
}
.whatsapp-container img {
    width: 50px;
}
.whatsapp-container .title {
  margin: 0;
  font-size: 14px;
  padding: 5px 15px;
  display: inline-block;
  background: #fff;
}
.whatsapp-container .outer {
  margin-left: 15px;
}
.whatsapp-container .arrow-left{
    position: absolute;
  width: 0; 
  height: 0; 
  top: 5px;
  left: -10px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent; 
  
  border-right:10px solid #fff; 
}

.home-absolute {
  width: 100%;
  top: 0;
  position: absolute;
  color: #fff;
  padding-top: 80px;
  z-index: 99;
  height: 100%;
}
.home-absolute .home-title {
  font-family: "Raleway", sans-serif;
  font-size: 40px;
  font-weight: 800;
  margin-bottom: 30px;
  line-height: inherit;
  padding-right: 40px;
}
.home-absolute .home-subtitle {
  padding-right: 45px;
}

.home-carousel .owl-stage-outer {
  z-index: 1;
}

.owl-theme.home-carousel .owl-dots .owl-dot span {
  background: transparent;
  border: solid 1px #fff;
}

.owl-theme.home-carousel .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #fff;
}

.vision-icon {
  width: 30px;
}

.about-title {
  font-size: 16px;
  font-family: "Raleway", sans-serif;
  color: #BE2025;
  font-weight: 800;
  margin-bottom: 15px;
}

.product-title {
  font-size: 24px;
  color: #BE2025;
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  margin: 25px 0;
}

.home-parallax {
  height: 300px;
  background: url("../img/home-parallax.jpg") fixed;
  -webkit-background-size: cover;
  background-size: cover;
}

.home-service {
  background-color: #282A74;
  color: #fff;
}
.home-service .title {
  color: #fff;
}
.home-service .product-title {
  color: #808285;
}
.home-service .btn-custom {
  background-color: #fff;
  color: #282A74;
}

.vision-section {
  padding-bottom: 225px;
}

.vision-image {
  margin-top: -225px;
}

.block-blue {
  opacity: 0.7;
  background: #282A74;
  width: 60%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.btn-home {
  color: #fff;
  line-height: 30px;
  z-index: 1;
  position: absolute;
  bottom: 30px;
  margin-left: 50px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-size: 12px;
}
.btn-home:hover {
  color: #fff;
}
.btn-home:before {
  content: "";
  display: block;
  width: 100px;
  height: 40px;
  background: #282A74;
  position: absolute;
  z-index: -1;
  left: -50px;
  top: 0;
}
.btn-home:after {
  content: "";
  display: block;
  width: 195px;
  height: 1px;
  background: #fff;
  position: absolute;
  z-index: -1;
  top: 20px;
  right: -245px;
}

.product-left-arrow, .service-left-arrow {
  margin-right: 15px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.product-left-arrow, .product-right-arrow, .service-left-arrow, .service-right-arrow {
  cursor: pointer;
}

.disabled.product-right-arrow, .disabled.product-left-arrow, .disabled.service-right-arrow, .disabled.service-left-arrow, .disabled.history-left-arrow, .disabled.history-right-arrow {
  opacity: 0.5;
}

.blue-line {
  border-top-color: #282A74;
}

.white-line {
  border-top-color: #fff;
}

.product-arrow-container {
  text-align: right;
}

.nav > li > a {
  padding: 5px 15px;
  letter-spacing: 1px;
}

.home-carousel .owl-dots {
  z-index: 1;
  top: 50%;
  left: 30px;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.home-carousel .owl-dots .owl-dot {
  display: block;
  margin-bottom: 15px;
}

.vision-icon-outer {
  text-align: center;
}

.philosophy-box {
  display: inline-block;
  text-align: center;
  margin: 0 25px;
}

.philosophy-title {
  font-size: 16px;
  color: red;
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  margin-top: 20px;
}

.distribution-box {
  background: #282A74;
  color: #808285;
  text-align: center;
  padding: 30px;
  margin-bottom: 30px;
}
.distribution-box .distribution-title {
  margin-top: 30px;
  font-size: 16px;
  font-family: "Raleway", sans-serif;
  font-weight: 800;
}

.history-container {
  margin-top: 50px;
}

.circle {
  width: 75px;
  height: 75px;
  border-radius: 100%;
  margin: 0 auto;
  border: solid 2px transparent;
  background-color: #fff;
}

.circle-inner {
  width: 0;
  height: 0;
  background: #212120;
  border-radius: 100%;
  margin: auto;
  margin-top: 7px;
}

.history-line {
  border-top: solid 2px #fff;
  position: absolute;
  width: calc(100% - 30px);
  margin: 0 15px;
  left: 0;
  top: 87px;
}

.history-left-arrow, .history-right-arrow {
  position: absolute;
  cursor: pointer;
}

.history-left-arrow {
  right: 25px;
  top: 50%;
  transform-origin: center top;
  -webkit-transform: rotate(-180deg) translateY(-50%);
  -moz-transform: rotate(-180deg) translateY(-50%);
  -ms-transform: rotate(-180deg) translateY(-50%);
  -o-transform: rotate(-180deg) translateY(-50%);
  transform: rotate(-180deg) translateY(-50%);
}

.history-right-arrow {
  left: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.history-row {
  display: flex;
}

.year-container {
  text-align: center;
  cursor: pointer;
}

.year-container .triangle {
  content: "";
  width: 0;
  height: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-bottom: 25px solid #fff;
  display: none;
  margin: auto;
  margin-top: 30px;
}

.year-container.active .triangle {
  display: block;
}

.year-container.active .circle, .year-container:hover .circle {
  background: #BE2025;
  border: solid 2px #BE2025;
}
.year-container.active .circle .year, .year-container:hover .circle .year {
  color: #fff;
}

.year-container.active .circle-inner, .year-container:hover .circle-inner {
  width: 8px;
  height: 8px;
  background: #212120;
  border-radius: 100%;
  margin: auto;
  margin-top: 4px;
}

.year {
  margin-top: 23px;
  color: #212120;
  font-size: 19px;
  font-family: "Raleway", sans-serif;
  font-weight: 800;
}

.history-box {
  padding: 30px 0;
}

.history-title {
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  margin-bottom: 20px;
}

.col-fifth {
  width: 20%;
  float: left;
  padding: 0 15px;
}

.about-container {
  margin-bottom: 120px;
  margin-top: -200px;
  position: relative;
}

.facility-image {
  margin-top: -250px;
}

.facility-section {
  padding-bottom: 250px;
}

.about-top-img-container {
  position: absolute;
  text-align: right;
}

.about-top-img {
  margin-left: -30%;
  float: left;
  width: 120%;
  max-width: 120% !important;
  right: 0;
}

.pad-vertical-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.timeline-content {
  line-height: 25px;
}

.lancar-facility {
  margin: 40px 0;
}

.product-description {
  line-height: 25px;
}

.policy-content {
  line-height: 25px;
}

.policy-container img {
  margin-right: 30px;
}

.policy-main-img {
  margin-bottom: -100px;
}

.csr-title {
  margin-right: -300px;
}

.csr-content {
  padding-right: 15px;
  position: absolute;
  bottom: 0;
}

.csr-row {
  display: flex;
}

.interested-section {
  padding: 100px 0;
}

.philosophy-img-container {
  min-height: 54px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}

.contact-container {
  margin-top: -100px;
  position: relative;
}

.contact-box {
  padding: 80px 0;
  color: #fff;
  letter-spacing: 0.5px;
}
.contact-box .title {
  color: #fff;
  margin-bottom: 50px;
}

.form-custom .form-control {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  height: 40px;
  border-color: #DCE1EA;
  letter-spacing: 0.5px;
  font-size: 12px;
}
.form-custom .form-control::-webkit-input-placeholder {
  /* Edge */
  color: #282A74;
}
.form-custom .form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #282A74;
}
.form-custom .form-control::placeholder {
  color: #282A74;
}

.credit-title {
  font-size: 22px;
  color: #BE2025;
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  margin: 50px 0;
}

.contact-title {
  color: #808285;
  margin-top: 30px;
  margin-bottom: 15px;
}

.product-type-box {
  text-align: center;
  margin-top: 15px;
  display: inline-block !important;
  padding: 0 15px;
  float: none !important;
}
.product-type-box:nth-last-child(1) {
  border-right: 0;
}

.product-type-title {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #282A74;
}

.sticky-section {
  position: sticky;
  top: 90px;
  z-index: 1;
}

.slick-current {
  position: relative;
}

.product-tab .btn-custom {
  padding: 12px 30px;
}

.product-small-img {
  position: relative;
}

.product-small-img.selected:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #282A74;
  opacity: 0.5;
  top: 0;
  left: 0;
}

.faq-box {
  background: #E9ECF3;
  padding: 30px;
  margin-bottom: 30px;
  padding-bottom: 0;
}

.faq-title {
  color: #BE2025;
  font-weight: 800;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  padding-bottom: 30px;
}

.how-left {
  display: flex;
  align-items: baseline;
}

.how-step {
  margin: 0 15px;
  font-size: 24px;
  font-family: "Raleway", sans-serif;
  font-weight: 800;
}

.how-step-container {
  min-width: 115px;
}

.how-row {
  margin-bottom: 30px;
}

.how-right {
  padding-top: 15px;
}

.career-title {
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 15px;
  color: #282A74;
  text-transform: uppercase;
}

.career-location {
  color: #BE2025;
  font-size: 16px;
}

.career-box {
  border-bottom: solid 1px #DCE1EA;
  padding: 10px 0;
}

.career-description {
  line-height: 30px;
}

.career-box.active .career-box-inner {
  background-color: #E9ECF3;
}

.career-box-inner {
  padding: 10px;
  padding-left: 25px;
}
.career-box-inner .arrow {
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
}
.career-box-inner .rotate-90 {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.faq-trigger {
  cursor: pointer;
}

@media (max-width: 767px) {
  .container {
    padding-left: 40px;
    padding-right: 40px;
  }

  body {
    padding-top: 60px;
    font-size: 12px;
  }

  #mobile-header {
    position: fixed;
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 9999;
    padding: 5px 0;
  }
  #mobile-header .logo {
    height: 30px;
    margin-top: 10px;
  }

  .language-select {
    color: #fff;
    margin-left: 25px;
  }
  .language-select input[type=submit] {
    border: 0;
    background: transparent;
    text-transform: uppercase;
  }
  .language-select input[type=submit].active {
    font-weight: bold;
  }

  .home-absolute {
    position: absolute;
    top: 50%;
    height: auto;
    padding-top: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .home-absolute .home-title {
    font-size: 24px;
    line-height: initial;
    padding-right: 0;
  }
  .home-absolute .home-subtitle {
    padding-right: 0;
  }

  .block-blue {
    width: 100%;
  }

  .title {
    font-size: 24px;
  }

  .mt-xs-15 {
    margin-top: 15px;
  }

  .mt-xs-0 {
    margin-top: 0;
  }

  .nav > li > a {
    padding: 0 15px;
  }

  .navbar-toggle {
    margin-right: -10px;
  }

  .product-home-row {
    display: block;
    margin: 0;
  }

  .about-container {
    margin-top: 0;
  }

  .pad-xs-top-0 {
    padding-top: 0;
  }

  .pad-xs-0 {
    padding: 0;
  }

  .history-box {
    padding: 30px 25px;
  }

  .history-left-arrow {
    left: 0;
  }

  .history-right-arrow {
    right: -5px;
    left: auto;
  }

  .col-fifth {
    width: 100%;
    margin-bottom: 15px;
    padding-bottom: 15px;
    display: flex;
    align-items: center;
    text-align: left;
    border-bottom: solid 1px #282A74;
  }

  .col-fifth:nth-last-child(1) {
    border-bottom: none;
  }

  .philosophy-title {
    margin-top: 0;
  }

  .sticky-section {
    position: relative;
    top: 0;
  }

  .career-section .tab-content {
    padding: 50px 0;
  }

  section {
    padding: 30px 0;
  }

  .dropdown {
    border: solid 1px #282A74;
    padding: 10px 15px;
  }

  .dropdown-menu {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }

  .contact-box {
    padding: 0;
  }

  .contact-title {
    margin-bottom: 15px;
  }

  .contact-content {
    margin-bottom: 30px;
  }

  .contact-left {
    margin-bottom: 30px;
  }

  .footer-top {
    padding: 30px 0;
  }

  .footer-box {
    margin-bottom: 30px;
  }

  .footer-title {
    margin-bottom: 15px;
  }

  .product-detail-row {
    display: flex;
    flex-direction: column;
  }

  .vertical-slider-container {
    order: 2;
  }

  .main-img-container {
    order: 1;
  }

  .product-desc-container {
    order: 3;
  }

  .product-arrow-container {
    text-align: center;
    order: 1;
    margin-top: 7px;
    margin-right: 0;
  }

  .product-left-arrow, .service-left-arrow {
    margin-right: 10px;
  }

  .product-home-button {
    text-align: center;
    order: 2;
  }

  .btn-custom {
    padding: 12px 30px;
  }

  .btn-home {
    position: relative;
    bottom: 0;
    left: 0;
    margin-top: 100px;
  }
  .btn-home:after {
    right: -215px;
  }

  .distribution-box {
    padding: 10px;
  }

  .mb-xs-0 {
    margin-bottom: 0;
  }

  .mb-xs-10 {
    margin-bottom: 10px;
  }

  .mb-xs-15 {
    margin-bottom: 15px;
  }

  .mb-xs-30 {
    margin-bottom: 30px;
  }

  .home-carousel {
    overflow: hidden;
  }

  .vision-col {
    margin-left: -15px;
    padding-right: 0;
  }

  .vision-section {
    padding-bottom: 130px;
  }

  .vision-image {
    margin-top: -130px;
  }

  .vision-mobile {
    height: 250px;
    background-size: cover;
    background-position: right;
  }

  .product-title {
    margin: 15px 0;
  }

  .home-carousel .owl-dots {
    bottom: 90px;
    width: 100%;
    left: 40px;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    top: auto;
    text-align: left;
  }
  .home-carousel .owl-dots .owl-dot {
    display: inline-block;
  }

  .about-top-img {
    margin-left: 0;
    float: none;
    width: 100%;
    margin-bottom: 30px;
  }

  .about-container {
    margin-bottom: 0;
  }

  .facility-section {
    padding-bottom: 0;
  }

  .policy-main-img {
    margin-bottom: 0;
  }

  .policy-container img {
    margin-right: 20px;
  }

  .csr-content {
    position: relative;
    padding-right: 0;
  }

  .csr-row {
    display: block;
  }

  .csr-title {
    margin-right: 0;
  }

  .vision-icon-outer {
    text-align: left;
  }

  .search-container {
    margin-bottom: 25px;
  }

  .social-outer {
    line-height: initial;
    margin-bottom: 15px;
  }

  .mobile-footer-bottom {
    position: absolute;
    bottom: 15px;
  }

  .about-container {
    background-color: #fff;
    margin-bottom: 120px;
  }

  .about-box {
    padding-bottom: 105px;
  }

  .about-top-img-container {
    bottom: -190px;
    position: absolute;
    padding: 0 15px;
  }

  .history-right-arrow {
    top: 94px;
    right: 35px;
    z-index: 5;
  }

  .history-left-arrow {
    top: 94px;
    left: 35px;
    z-index: 5;
  }

  .distribution-box .distribution-title {
    font-size: 12px;
  }

  .history-carousel {
    padding: 0 40px;
  }

  .history-line {
    width: calc(100% - 155px);
    left: 65px;
  }

  .philosophy-img {
    width: 30px;
  }

  .pad-xs-left-0 {
    padding-left: 0;
  }

  .facility-mobile {
    margin-top: -150px;
  }

  .distribution-box {
    margin-bottom: 15px;
    padding: 20px;
  }

  .distribution-box-outer {
    padding: 0 7.5px;
  }

  .dropdown-category-section {
    padding-top: 30px;
  }

  .dropdown-menu {
    width: 100%;
  }
  .dropdown-menu li {
    padding: 5px 15px;
  }
  .dropdown-menu li.active {
    background: #282A74;
    color: #fff;
  }

  .dropdown-toggle {
    background: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-color: #282A74;
    color: #282A74;
  }
  .dropdown-toggle .dropdown-selected {
    float: left;
  }
  .dropdown-toggle .caret {
    float: right;
    margin-top: 7px;
  }

  .btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
    background: #282A74;
    border-color: #282A74;
  }

  .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {
    background: #282A74;
    border-color: #282A74;
  }

  .lancar-facility {
    margin-top: 0;
    margin-bottom: 30px;
  }

  .distribution-channel {
    margin-top: 0;
  }

  .contact-left {
    padding: 30px;
    margin-bottom: 0;
  }
  .contact-left .title {
    margin-bottom: 0;
  }

  .contact-right {
    padding: 0;
  }

  #maps {
    height: 500px;
  }

  .btn-credit-container {
    text-align: left;
    margin-top: 30px;
  }

  .history-row {
    display: block;
  }

  .history-image {
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .home-absolute {
    padding-top: 0;
  }

  .block-blue {
    width: 100%;
  }

  .mt-md-30 {
    margin-top: 30px;
  }

  .btn-home {
    margin-left: 0;
  }

  .home-carousel .owl-dots {
    bottom: 90px;
    width: 100%;
    left: 40px;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    top: auto;
    text-align: left;
  }
  .home-carousel .owl-dots .owl-dot {
    display: inline-block;
  }

  .home-carousel {
    overflow: hidden;
  }

  .about-top-img {
    width: 80%;
  }

  .distribution-box {
    padding: 20px;
  }
  .distribution-box .distribution-title {
    font-size: 14px;
  }

  .policy-container img {
    margin-right: 20px;
  }

  .csr-row {
    display: block;
  }

  .csr-title {
    margin-right: 0;
  }

  .csr-content {
    position: relative;
  }

  .dropdown {
    border: solid 1px #282A74;
    padding: 10px 15px;
  }

  .dropdown-menu {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }

  .dropdown-category-section {
    padding-top: 30px;
  }

  .dropdown-menu {
    width: 100%;
  }
  .dropdown-menu li {
    padding: 5px 15px;
  }
  .dropdown-menu li.active {
    background: #282A74;
    color: #fff;
  }

  .dropdown-toggle {
    background: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-color: #282A74;
    color: #282A74;
  }
  .dropdown-toggle .dropdown-selected {
    float: left;
  }
  .dropdown-toggle .caret {
    float: right;
    margin-top: 7px;
  }

  .career-title {
    font-size: 14px;
  }
}

/*# sourceMappingURL=style.css.map */
