@font-face {
  font-family: "Gotham-Book";
  src: url("../fonts/Gotham-Book.otf") format("opentype"), url("../fonts/Gotham-Book.ttf") format("truetype"), url("../fonts/Gotham-Book.html") format("woff"), url("../fonts/Gotham-Book-2.html") format("woff2"); }

@font-face {
  font-family: "Gotham-Medium";
  src: url("../fonts/Gotham-Medium.otf") format("opentype"), url("../fonts/Gotham-Medium.ttf") format("truetype"), url("../fonts/Gotham-Medium.html") format("woff"), url("../fonts/Gotham-Medium-2.html") format("woff2"); }

@font-face {
  font-family: "Gotham-Bold";
  src: url("../fonts/Gotham-Bold.otf") format("opentype"), url("../fonts/Gotham-Bold.ttf") format("truetype"), url("../fonts/Gotham-Bold.html") format("woff"), url("../fonts/Gotham-Bold-2.html") format("woff2"); }

@font-face {
  font-family: "Gotham-Light";
  src: url("../fonts/Gotham-Light.otf") format("opentype"), url("../fonts/Gotham-Light.ttf") format("truetype"), url("../fonts/Gotham-Light.html") format("woff"), url("../fonts/Gotham-Light-2.html") format("woff2"); }

@font-face {
  font-family: "Gotham-Black";
  src: url("../fonts/Gotham-Black.otf") format("opentype"), url("../fonts/Gotham-Black.ttf") format("truetype"), url("../fonts/Gotham-Black.html") format("woff"), url("../fonts/Gotham-Black-2.html") format("woff2"); }

body {
  font-family: 'Gotham-Book'; }

.box_csr {
  border: 1px solid #ddd;
  padding: 10px;
  text-align: center;
  margin-bottom: 50px; }

.box_csr .title .border_bottom_after:after {
  text-align: center;
  display: none; }

.light {
  font-family: "Gotham-Light" !important;
  font-weight: normal !important; }

.bold {
  font-family: "Gotham-Bold" !important;
  font-weight: normal !important; }

.book {
  font-family: "Gotham-Book" !important;
  font-weight: normal !important; }

.medium {
  font-family: "Gotham-Medium" !important;
  font-weight: normal !important; }

.img-opacity-none {
  opacity: 0; }

.f-white {
  color: #fff; }

.bg_orange {
  background-color: #ffd200; }

.bg_orange .content_text {
  color: #353535; }

.bg_black {
  background-color: #252525; }

.bg_transparent {
  background-color: transparent;
  color: #ffffff;
  border: 1px solid #ffffff;
  padding: 15px 25px 10px 32px !important;
  border-radius: 35px; }

.bg_transparent:hover {
  background-color: #e6cc35;
  color: #252525;
  border: 1px solid #252525; }

.line-1 {
  line-height: 1 !important; }

.f-48 {
  font-size: 48px !important; }

@media (max-width: 768px) {
  .f-48 {
    font-size: 36px !important; } }

.f-28 {
  font-size: 28px !important; }

@media (max-width: 768px) {
  .f-28 {
    font-size: 20px !important; } }

.f-20 {
  font-size: 20px !important; }

@media (max-width: 768px) {
  .f-20 {
    font-size: 18px !important; } }

.f-20 p {
  font-size: 20px !important; }

@media (max-width: 768px) {
  .f-20 p {
    font-size: 18px !important; } }

.f-18 {
  font-size: 18px !important; }

@media (max-width: 768px) {
  .f-18 {
    font-size: 15px !important; } }

.f-18 p {
  font-size: 18px !important; }

@media (max-width: 768px) {
  .f-18 p {
    font-size: 15px !important; } }

.f-16 {
  font-size: 16px !important; }

@media (max-width: 768px) {
  .f-16 {
    font-size: 14px !important; } }

.f-14 {
  font-size: 14px !important; }

@media (max-width: 768px) {
  .f-14 {
    font-size: 12px !important; } }

.f-12 {
  font-size: 12px !important; }

@media (max-width: 768px) {
  .f-12 {
    font-size: 10px !important; } }

b {
  font-family: "Gotham-Book";
  font-weight: normal; }

.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs, td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm, td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md, td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg, td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print, td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }

@media print {
  .visible-print-block {
    display: block !important; } }

.visible-print-inline {
  display: none !important; }

@media print {
  .visible-print-inline {
    display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }

@media print {
  .visible-print-inline-block {
    display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

.f-yellow {
  color: #f7e62e; }

.btn:hover {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.float_sidemenu {
  position: fixed;
  top: 20%;
  right: 0;
  z-index: 9; }

.float_sidemenu .sidemenu-item {
  margin-bottom: 0.5rem; }

.float_sidemenu .sidemenu-item .sidemenu-link {
  display: block;
  color: #888988;
  padding: 0.75rem 0.25rem 0.5rem;
  font-size: 30px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction:column;
  height: 60px;
  width: 60px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  background: #f6f6f6;
  background: -webkit-gradient(left bottom, right top, color-stop(0%, #f6f6f6), color-stop(42%, #dfdfdf), color-stop(68%, #cccccc), color-stop(73%, #e5e5e5), color-stop(73%, #c4c4c4), color-stop(100%, white));
  background: linear-gradient(37deg, #f6f6f6 0%, #dfdfdf 42%, #cccccc 68%, #e5e5e5 73%, #c4c4c4 73%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#ffffff', GradientType=1 ); }
  
.float_sidemenu .sidemenu-item .sidemenu-link img{
    max-height:23px;
}
.float_sidemenu .sidemenu-item .sidemenu-name{
    font-size:10px;
    margin-top:3px;
}
.float_sidemenu .sidemenu-item .dropdown-sidemenu{
    background:linear-gradient(37deg, #f6f6f6 0%, #dfdfdf 42%, #cccccc 68%, #e5e5e5 73%, #c4c4c4 73%, white 100%);
}
.float_sidemenu .sidemenu-item .dropdown-sidemenu li,
.float_sidemenu .sidemenu-item .dropdown-sidemenu li:hover{
    padding:5px 10px;
}
.float_sidemenu .sidemenu-item .dropdown-sidemenu a{
    font-size:12px;
}
.float_sidemenu .sidemenu-item .dropdown-sidemenu a i{
    font-size:14px;
}

@media (max-width: 992px) {
  .float_sidemenu .sidemenu-item .sidemenu-link {
    padding: 0.5rem 0.5rem;
    height: 50px;
    width: 50px; }
  .float_sidemenu .sidemenu-item .sidemenu-link img {
    height: 30px; } }

@media (max-width: 768px) {
  .float_sidemenu .sidemenu-item .sidemenu-link {
    padding: 0.5rem 0.5rem;
    height: 40px;
    width: 40px; }
  .float_sidemenu .sidemenu-item .sidemenu-link img {
    height: 25px; } }

.btn-yellow {
  color: #303030;
  background-color: #fff200;
  border: 1px solid #fff200;
  font-family: "Gotham-Book";
  border-radius: 0.125rem; }

.btn-yellow:hover {
  background-color: #303030;
  color: #fff200;
  -webkit-transition: 0.3s all ease-in;
  transition: 0.3s all ease-in;
  border-color: #303030; }

.btn-black:hover {
  background-color: #fff200;
  color: #252525 !important;
  -webkit-transition: 0.3s all ease-in;
  transition: 0.3s all ease-in; }

.btn-grey {
  background-color: #282828;
  color: #ededed;
  font-size: 18px;
  border-radius: 0px;
  padding: 0.75rem 1.25rem; }

.btn-grey:hover {
  background-color: #fff;
  color: #282828 !important;
  -webkit-transition: 0.3s all ease-in;
  transition: 0.3s all ease-in; }

.gm-style .gm-style-iw {
  overflow: unset !important; }

.gm-style .logo_map_wrapper {
  position: absolute;
  z-index: 4;
  top: -24px;
  left: calc(50% - 24px); }

.list_alphabet ol {
  padding-left: 20px;
  list-style-type: lower-alpha;
  text-align: left; }

.list_alphabet ol li {
  padding-left: 10px;
  margin-bottom: 1rem; }

.breadcrumb_wrapper {
  height: 250px;
  text-align: right;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-position: center; }

@media (max-width: 768px) {
  .breadcrumb_wrapper {
    height: 180px;
    background-position: center center; } }

.breadcrumb_wrapper .top {
  display: block; }

.breadcrumb_wrapper .top .breadcrumb {
  background: transparent;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0px;
  margin-bottom: 0px; }

.breadcrumb_wrapper .top .breadcrumb .breadcrumb-item {
  font-size: 12px;
  text-transform: uppercase; }

.breadcrumb_wrapper .top .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: '>';
  color: #fff !important;
  font-size: 12px; }

@media (max-width: 768px) {
  .breadcrumb_wrapper .top .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    font-size: 12px; } }

.breadcrumb_wrapper .top .breadcrumb .breadcrumb-item.active {
  color: #f5f19f;
  font-size: 12px; }

@media (max-width: 768px) {
  .breadcrumb_wrapper .top .breadcrumb .breadcrumb-item.active {
    font-size: 10px; } }

.breadcrumb_wrapper .top .breadcrumb .breadcrumb-item a {
  font-size: 12px;
  color: #fff; }

@media (max-width: 768px) {
  .breadcrumb_wrapper .top .breadcrumb .breadcrumb-item a {
    font-size: 10px; } }

.breadcrumb_wrapper .bottom {
  font-size: 24px;
  font-family: "Gotham-Bold";
  color: #f5f19f;
  display: block; }

@media (max-width: 768px) {
  .breadcrumb_wrapper .bottom {
    font-size: 26px; } }

.pagination_wrapper .pagination {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.pagination_wrapper .pagination .page-item {
  margin-right: 0.5rem; }

.pagination_wrapper .pagination .page-item.active .page-link, .pagination_wrapper .pagination .page-item:hover .page-link {
  color: #000;
  border-color: #cccccc;
  background-color: #fff; }

.pagination_wrapper .pagination .page-item:first-child .page-link {
  border-radius: 0px; }

.pagination_wrapper .pagination .page-item:last-child {
  margin-right: 0rem; }

.pagination_wrapper .pagination .page-item:last-child .page-link {
  border-radius: 0px; }

.pagination_wrapper .pagination .page-item .page-link {
  font-size: 12px;
  color: #afafaf;
  padding: 8px 12px; }

.pagination_wrapper .pagination .page-item .page-link:focus {
  -webkit-box-shadow: none;
  box-shadow: none; }

.video-banner {
  position: relative; }

.video-banner .content_wrapper:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-image: url("../images/shadow.png");
  background-size: cover;
  z-index: 0; }

.video-banner .video {
  width: 100%;
  height: 680px; }

@media (max-width: 1200px) {
  .video-banner .video {
    height: 100%; } }

@media (max-width: 7680px) {
  .video-banner .video {
    /*height: 220px; */ } }

.video-banner .video_detail {
  position: absolute;
  /*top: 55%;*/
  bottom: 10%;
  left: 10%;
  z-index: 2;
  color: #fff;
  /*width: 40%; */
  width: 80%; }

.video-banner .video_detail .top {
  position: relative;
  padding-bottom: 15px; }

.video-banner .video_detail .top .medium {
  font-size: 31px;
  line-height: 1.2; }

.video-banner .video_detail .top .light {
  font-size: 44px;
  line-height: 1.2; }

.video-banner .video_detail .top:after {
  position: absolute;
  height: 5px;
  width: 70px;
  content: '';
  left: 0;
  bottom: 0px;
  background-color: #f7ec11; }

.video-banner .video_detail .bottom {
  font-family: "Gotham-Medium";
  font-size: 14px;
  margin-top: 1.25rem;
  line-height: 1.8; }

@media (max-width: 1200px) {
  .video-banner .video_detail {
    top: 50%;
    width: 50%; }
  .video-banner .video_detail .top .medium {
    font-size: 26px; }
  .video-banner .video_detail .top .light {
    font-size: 30px; }
  .video-banner .video_detail .bottom {
    font-size: 12px;
    line-height: 1.5; } }

@media (max-width: 992px) {
  .video-banner .video_detail {
    top: 40%;
    width: 80%; } }

@media (max-width: 728px) {
  .video-banner .video_detail {
    bottom: 0%;
    left: 0%;
    padding-left: 10px;
    width: 100%; }
  .video-banner .video_detail .top .medium {
    font-size: 20px; }
  .video-banner .video_detail .top .light {
    font-size: 26px; }
  .video-banner .video_detail .bottom {
    font-size: 12px;
    line-height: 1.5; } }

.video-banner .playpause {
  z-index: 2;
  width: 50%;
  height: 30%;
  position: absolute;
  left: 0%;
  right: 0%;
  top: 0%;
  bottom: 0%;
  margin: auto;
  background-size: contain;
  background-position: center;
  text-align: center; }

.video-banner .playpause .playbutton {
  display: inline-block;
  padding: 23px 30px; }

.video-banner .playpause i {
  font-size: 80px;
  color: #eae8e8; }

@media (max-width: 728px) {
  .video-banner .playpause i {
    font-size: 30px;
    color: #eae8e8; } }

.list_box_content .filter select {
  border-radius: 0px;
  font-family: "Gotham-Medium";
  font-size: 14px; }

.list_box_content .filter select:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.list_box_content .filter select.select_categories {
  width: 170px; }

.list_box_content .filter select.select_sort {
  width: 150px; }

.list_box_content .col-ask a:hover {
  text-decoration: none; }

.list_box_content .box-ask {
  margin-bottom: 30px; }

.list_box_content .box-ask a:hover .box_top .content_hover {
  opacity: 1;
  -webkit-transition: 0.3s all ease-in;
  transition: 0.3s all ease-in; }

.list_box_content .box-ask .box_top {
  position: relative; }

.list_box_content .box-ask .box_top .img_wrapper {
  position: relative; }

.list_box_content .box-ask .box_top .img_wrapper:after {
  -webkit-box-shadow: inset 0px -40px 40px -10px rgba(0, 0, 0, 0.6);
  box-shadow: inset 0px -40px 40px -10px rgba(0, 0, 0, 0.6);
  content: '';
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  position: absolute; }

.list_box_content .box-ask .box_top .content_hover {
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.list_box_content .box-ask .box_top .content_hover .btn-link {
  font-size: 22px;
  color: #fff;
  background-color: #000;
  border-radius: 50%;
  padding: 10px 12px;
  height: 55px;
  width: 55px; }

.list_box_content .box-ask .box_top .floating_date {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #eaef17;
  font-family: "Gotham-Bold";
  font-size: 12px;
  padding: 0.5rem 1rem;
  z-index: 2;
  color: #000; }

.list_box_content .box-ask .box_top .floating_title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  font-family: "Gotham-Light";
  font-size: 14px;
  padding: 0.5rem 1rem;
  color: #fff;
  z-index: 2; }

.list_box_content .box-ask .box_bottom {
  background-color: #fafafa;
  padding: 1rem 1rem; }

.list_box_content .box-ask .box_bottom .title {
  font-size: 10px;
  color: #c5c5c5;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #e5e5e5; }

.list_box_content .box-ask .box_bottom .content {
  padding: 0.75rem 0rem;
  font-size: 14px;
  color: #000; }

.title h5 {
  color: #282828;
  font-family: 'Gotham-Light';
  font-size: 18px;
  margin-bottom: 0px;
  font-weight: normal; }

@media (max-width: 768px) {
  .title h5 {
    font-size: 15px; } }

.title h2 {
  font-size: 34px;
  color: #282828;
  font-family: 'Gotham-Bold';
  line-height: 1.3;
  margin-bottom: 0px;
  font-weight: normal; }

@media (max-width: 768px) {
  .title h2 {
    font-size: 30px; } }

.title h1 {
  font-size: 57px;
  color: #282828;
  font-family: 'Gotham-Bold';
  line-height: 1.3;
  margin-bottom: 0px;
  font-weight: normal; }

@media (max-width: 768px) {
  .title h1 {
    font-size: 40px; } }

.title.border_bottom_red {
  position: relative;
  padding-bottom: 20px; }

.title.border_bottom_red:after {
  content: '';
  height: 5px;
  background-color: #e8282b;
  width: 70px;
  position: absolute;
  bottom: 0px;
  left: 0; }

.title .border_bottom_after {
  position: relative;
  padding-bottom: 20px; }

.title .border_bottom_after:after {
  content: '';
  height: 5px;
  background-color: #f7ec11;
  width: 50px;
  position: absolute;
  bottom: 0px;
  left: 0; }

.title .border_bottom_after_right {
  position: relative;
  padding-bottom: 5px; }

.title .border_bottom_after_right:after {
  content: '';
  height: 5px;
  background-color: #f7ec11;
  width: 50px;
  position: absolute;
  bottom: -12px;
  right: 0; }

.title .border_bottom_after_center {
  position: relative;
  padding-bottom: 25px; }

.title .border_bottom_after_center:after {
  content: '';
  height: 5px;
  background-color: #f7ec11;
  width: 50px;
  position: absolute;
  bottom: -5px;
  left: calc(50% - 25px); }

.title .border_bottom_black_center {
  position: relative;
  padding-bottom: 5px; }

.title .border_bottom_black_center:after {
  content: '';
  height: 5px;
  background-color: #000;
  width: 50px;
  position: absolute;
  bottom: -15px;
  left: calc(50% - 25px); }

.title.border_bottom_image {
  position: relative;
  padding-bottom: 10px; }

.title.border_bottom_image:after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0;
  height: 2px;
  width: 100%;
  background-image: url(../images/icon/line_bottom.png);
  background-repeat: no-repeat; }

.content_text {
  line-height: 1.5; }

.content_text.justify {
  text-align: justify; }

.content_text.left {
  text-align: left; }

.content_text.grey {
  color: #868686; }

.content_text b {
  font-family: 'Gotham-Medium';
  font-weight: normal; }

@media (min-width: 576px) {
  .container {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container {
    max-width: 720px; } }

@media (min-width: 992px) {
  .container {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .container {
    max-width: 1140px; } }

@media (min-width: 1400px) {
  .container {
    max-width: 1300px; } }

.show-nav-mobile {
  overflow: hidden; }

@media (max-width: 992px) {
  .show-nav-mobile header .nav_mobile {
    -webkit-transform: translateX(0px);
    overflow: scroll;
    transform: translateX(0px); } }

header .nav_top .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

header .nav_top .navbar-nav li .nav-link {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  color: #bebebe; }

header .nav_top .navbar-nav li .nav-link i {
  font-size: 22px; }

@media (max-width: 768px) {
  header .nav_top .navbar-nav .nav-item-social {
    display: none; } }

@media (max-width: 768px) {
  header .nav_top .navbar {
    padding: 0.25rem 0rem; } }

@media (max-width: 426px) {
  header .nav_top img {
    height: 40px; } }

header .nav_social_mobile {
  display: none;
  background-color: #707070; }

header .nav_social_mobile .navbar {
  padding: 0px; }

header .nav_social_mobile .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

header .nav_social_mobile .navbar-nav li .nav-link {
  padding: 0.25rem 0.5rem;
  color: #bebebe; }

header .nav_social_mobile .navbar-nav li .nav-link i {
  font-size: 16px; }

@media (max-width: 768px) {
  header .nav_social_mobile .navbar-nav .nav-item-social {
    display: none; } }

@media (max-width: 768px) {
  header .nav_social_mobile {
    display: none; } }

header .dropdown .dropdown-toggle::after {
  content: '\f107';
  font: normal normal normal 14px/1 FontAwesome;
  border: 0px;
  margin-left: 0.5rem;
  vertical-align: 0em; }

header .dropdown .dropdown-menu .dropdown-three .dropdown-toggle::after {
  display: none; }

header .dropdown .dropdown-menu {
  min-width: 200px;
  background-color: #fefcd1;
  border-radius: 0px;
  margin: 0px;
  padding: 8px 20px;
  min-width: 5rem;
  padding-bottom: 18px; }

header .dropdown .dropdown-menu .dropdown-item {
  font-size: 12px;
  color: #c0bfbb;
  border-bottom: 1px solid #898989;
  padding: 12px 0px;
  text-transform: uppercase;
  font-family: "Gotham-Medium"; }

header .dropdown .dropdown-menu .dropdown-item:hover, header .dropdown .dropdown-menu .dropdown-item.active {
  background-color: transparent;
  color: #60605f; }

header .nav_bottom {
  position: relative;
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #323030), color-stop(49%, #5e5e5e), color-stop(49%, #707070), color-stop(100%, #434343));
  background: -webkit-gradient(linear, left top, left bottom, from(#323030), color-stop(49%, #5e5e5e), color-stop(49%, #707070), to(#434343));
  background: linear-gradient(to bottom, #323030 0%, #5e5e5e 49%, #707070 49%, #434343 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#323030', endColorstr='#434343', GradientType=0 ); }

header .nav_bottom .navbar {
  padding: 0px;
  position: unset; }

header .nav_bottom .navbar .search_mobile {
  display: none; }

@media (max-width: 992px) {
  header .nav_bottom .navbar {
    padding: 0.25rem 0rem; }
  header .nav_bottom .navbar .navbar-toggler {
    border: 0px; }
  header .nav_bottom .navbar .navbar-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,<svg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'><path stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/></svg>"); }
  header .nav_bottom .navbar .search_mobile {
    display: block; }
  header .nav_bottom .navbar .search_mobile .link-search {
    padding: 0.25rem 0.5rem;
    color: #fff !important; }
  header .nav_bottom .navbar .search_mobile.dropdown .dropdown-toggle::after {
    content: unset; }
  header .nav_bottom .navbar .search_mobile .dropdown-header-search {
    min-width: 280px;
    padding: 8px 10px;
    right: 0;
    left: auto; }
  header .nav_bottom .navbar .search_mobile .dropdown-header-search .input-group input {
    font-family: "Gotham-Light";
    font-size: 14px;
    padding: 12px 15px;
    border-radius: 0px;
    height: 48px; }
  header .nav_bottom .navbar .search_mobile .dropdown-header-search .input-group input:focus {
    -webkit-box-shadow: none;
    box-shadow: none; }
  header .nav_bottom .navbar .search_mobile .dropdown-header-search .input-group .btn-yellow {
    padding: 6px 15px;
    border-radius: 0px;
    position: relative; }
  header .nav_bottom .navbar .search_mobile .dropdown-header-search .input-group .btn-yellow:after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-right-color: #fff200;
    border-left: 0;
    margin-top: -10px;
    margin-left: -10px; } }

header .nav_bottom .navbar .nav-link {
  color: #dbdbdb !important;
  font-family: 'Gotham-Medium';
  text-transform: uppercase;
  font-size: 14px;
  padding: 0.75rem 0.5rem;
  display: inline-block;
  margin-bottom: 2px; }

header .nav_bottom .navbar .nav-link:hover, header .nav_bottom .navbar .nav-link.active {
  color: #fcff00 !important;
  border-bottom: 2px solid #fcff00;
  transieartion: 0.3s all easy-in;
  margin-bottom: 0px; }

header .nav_bottom .navbar .nav-item.show .nav-link {
  color: #fcff00 !important;
  border-bottom: 2px solid #fcff00;
  -webkit-transition: 0.3s all easy-in;
  transition: 0.3s all easy-in;
  margin-bottom: 0px; }

header .nav_bottom .navbar .nav-item.active .nav-link {
  color: #fcff00 !important;
  border-bottom: 2px solid #fcff00;
  -webkit-transition: 0.3s all easy-in;
  transition: 0.3s all easy-in;
  margin-bottom: 0px; }

header .nav_bottom .navbar .nav-item.nav-item-search.dropdown .dropdown-toggle::after {
  content: unset; }

header .nav_bottom .navbar .nav-item.nav-item-search .dropdown-header-search {
  min-width: 280px;
  padding: 8px 10px; }

header .nav_bottom .navbar .nav-item.nav-item-search .dropdown-header-search .input-group input {
  font-family: "Gotham-Light";
  font-size: 14px;
  padding: 12px 15px;
  border-radius: 0px;
  height: 48px; }

header .nav_bottom .navbar .nav-item.nav-item-search .dropdown-header-search .input-group input:focus {
  -webkit-box-shadow: none;
  box-shadow: none; }

header .nav_bottom .navbar .nav-item.nav-item-search .dropdown-header-search .input-group .btn-yellow {
  padding: 6px 15px;
  border-radius: 0px;
  position: relative; }

header .nav_bottom .navbar .nav-item.nav-item-search .dropdown-header-search .input-group .btn-yellow:after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-right-color: #fff200;
  border-left: 0;
  margin-top: -10px;
  margin-left: -10px; }

header .nav_bottom .navbar .link-search {
  padding: 0.625rem 0rem; }

header .nav_bottom .navbar .link-search i {
  font-size: 16px; }

header .nav_bottom .navbar .link-search .search-border {
  border-left: 1.5px solid #acacac;
  border-right: 1.5px solid #acacac;
  padding: 0.125rem 0.75rem; }

header .nav_bottom .navbar .dropdown_big_wrapper {
  position: unset; }

header .nav_bottom .navbar .dropdown_big_wrapper.open .dropdown-big-content {
  display: block; }

header .nav_bottom .navbar .dropdown_big_wrapper .dropdown-big-content {
  width: 100%;
  padding: 0px;
  /* background-color: rgba(236, 236, 236, 0.9);*/
  background-color: #fefcd1; }

@media (min-width: 992px) {
  header .nav_bottom .navbar .dropdown_big_wrapper .dropdown-big-content .col-lg-left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 13%;
    flex: 0 0 13%;
    max-width: 13%; } }

header .nav_bottom .navbar .dropdown_big_wrapper .dropdown-big-content .box_menu_left {
  padding: 1.5rem 1rem 0rem;
  padding-right: 0rem; }

.box_right .img_wrapper a {
  border-bottom: 1px solid transparent !important; }

header .nav_bottom .navbar .dropdown_big_wrapper .dropdown-big-content .box_right {
  border-left: 1px solid #acacac;
  padding: 1rem 0rem 5rem;
  padding-left: 1rem;
  height: 100%; }

header .nav_bottom .navbar .dropdown_big_wrapper .dropdown-big-content .box_right .col-news-header {
  padding-left: 7.5px;
  padding-right: 7.5px; }

header .nav_bottom .navbar .dropdown_big_wrapper .dropdown-big-content .box_right .box_header_news a:hover {
  text-decoration: none; }

header .nav_bottom .navbar .dropdown_big_wrapper .dropdown-big-content .box_right .box_header_news .news_content {
  color: #757575;
  font-family: "Gotham-Book";
  font-size: 14px;
  margin-top: 0.5rem; }

header .nav_bottom .navbar .dropdown_big_wrapper .dropdown-big-content .nav-link {
  text-align: right;
  color: #a4a4a4 !important;
  border-bottom: 1px solid #acacac;
  margin-bottom: 0px;
  padding-right: 1rem; }

header .nav_bottom .navbar .dropdown_big_wrapper .dropdown-big-content .nav-link.active, header .nav_bottom .navbar .dropdown_big_wrapper .dropdown-big-content .nav-link:hover {
  color: #b5b5b5 !important;
  /*color: #fcff00  !important;*/
  background-color: transparent; }

.box_header_news a .images_wrapper img {
  height: 136px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

.box_menu_left nav .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
  border-color: transparent;
  border-bottom: 0px; }

header .nav_mobile {
  background-color: #5e5e5e;
  display: none;
  position: fixed;
  -webkit-transform: translateX(-100vw);
  transform: translateX(-100vw);
  -webkit-transition: 0.5s all ease-in;
  transition: 0.5s all ease-in;
  z-index: 99;
  top: 0;
  bottom: 0;
  width: 100vw; }

header .nav_mobile .navbar-nav .nav-item a {
  color: #dbdbdb !important;
  font-family: 'Gotham-Medium';
  text-transform: uppercase;
  font-size: 16px;
  padding: 0.75rem 0.5rem;
  display: inline-block;
  margin-bottom: 2px; }

header .nav_mobile .navbar-nav .nav-item a:hover, header .nav_mobile .navbar-nav .nav-item a.active {
  color: #fcff00 !important;
  -webkit-transition: 0.3s all easy-in;
  transition: 0.3s all easy-in;
  margin-bottom: 0px; }

header .nav_mobile .close_wrapper {
  position: absolute;
  top: 1rem;
  right: 20px; }

header .nav_mobile .close-btn {
  padding: 0.25rem 0.375rem;
  text-align: center;
  display: block;
  color: #fff;
  font-size: 45px; }

header .nav_mobile .dropdown-menu {
  position: relative !important;
  -webkit-transform: translate3d(-1px, 0px, 0px) !important;
  transform: translate3d(-1px, 0px, 0px) !important;
  text-align: center;
  background: transparent;
  border: 0px; }

header .nav_mobile .dropdown-menu .dropdown-item {
  font-size: 14px !important;
  border-bottom: 0px; }

@media (max-width: 992px) {
  header .nav_mobile {
    display: block;
    padding: 5rem 0rem 0rem; } }

footer {
  position: relative;
  margin-top: -3px; }

footer .copyright {
  font-family: 'Gotham-Book';
  font-size: 11px;
  background-color: #191818;
  color: #ffffff; }

footer .copyright .content {
  padding: 1.25rem 0rem; }

footer .copyright .container {
  position: relative; }

footer .main_footer {
  background-image: url("../images/footer_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /*padding: 2.5rem 0rem 2.5rem 4.5rem;*/
  padding: 2.5rem 0rem 2.5rem 0rem;
  color: #fff; }

@media (max-width: 992px) {
  footer .main_footer {
    padding: 2rem 0rem 2rem; } }

footer .main_footer .company_name {
  margin-top: 1.5rem; }

@media (max-width: 992px) {
  footer .main_footer .company_name {
    margin-top: 1rem; } }

footer .main_footer .company_name .top {
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1.3; }

@media (max-width: 992px) {
  footer .main_footer .company_name .top {
    font-size: 14px; } }

footer .main_footer .company_name .bottom {
  font-size: 9px;
  margin-top: 0.375rem; }

footer .main_footer .social_media_footer a {
  padding: 0rem 1.25rem; }

@media (max-width: 992px) {
  footer .main_footer .social_media_footer a {
    padding: 0rem 0.5rem; } }

footer .main_footer .social_media_footer a i {
  font-size: 30px; }

@media (max-width: 992px) {
  footer .main_footer .logo_footer {
    text-align: center; } }

footer .main_footer .col_menu_footer {
  padding-top: 1.5rem; }

@media (max-width: 992px) {
  footer .main_footer .col_menu_footer {
    padding-top: 1.5rem; } }

footer .main_footer .col_menu_footer .menu_footer .menu_title {
  font-size: 14px;
  color: #e6e6e6;
  letter-spacing: 1px;
  font-family: "Gotham-Medium"; }

footer .main_footer .col_menu_footer .menu_footer a.menu_title:hover {
  color: #fcff00;
  text-decoration: none;
  -webkit-transition: 0.3s all ease-in;
  transition: 0.3s all ease-in; }

footer .main_footer .col_menu_footer .menu_footer .nav_footer .nav-link {
  font-size: 12px;
  color: #e6e6e6;
  text-transform: uppercase;
  padding: 0.25rem 1rem; }

footer .main_footer .col_menu_footer .menu_footer .nav_footer .nav-link:hover {
  color: #fcff00;
  -webkit-transition: 0.3s all ease-in;
  transition: 0.3s all ease-in; }

footer .main_footer .col_menu_footer .menu_footer .nav_footer .nav-item:first-child .nav-link {
  padding-top: 0px; }

footer .main_footer .col_menu_footer .menu_footer .nav_footer .nav-item:last-child .nav-link {
  padding-bottom: 0px; }

footer .main_footer .menu_phone img {
  width: 350px;
  height: 0px;
  opacity: 0; }

@media (max-width: 992px) {
  footer .main_footer .menu_phone {
    display: none; } }

footer .main_footer a {
  color: #fff; }

footer .main_footer a:hover {
  color: #fcff00;
  -webkit-transition: 0.3s all ease-in;
  transition: 0.3s all ease-in; }

.floating_images .images_wrapper {
  position: absolute; }

.floating_images .images_wrapper.images_phone {
  right: 29px;
  bottom: 0;
  z-index: 9; }

@media (max-width: 992px) {
  .floating_images .images_wrapper {
    display: none; } }

@media (min-width: 1200px) {
  .icon_list.w-80 {
    width: 80%; } }

.icon_list .icon_wrapper {
  min-height: 37px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.icon_list .icon_text {
  font-size: 8px;
  color: #353535;
  margin-top: 5px;
  line-height: 1; }

.about_us {
  position: relative; }

.about_us2:after {
  content: '';
  background-image: url(../images/about-us.png);
  position: absolute;
  right: 0;
  width: 58%;
  height: 100%;
  top: 0;
  background-repeat: no-repeat;
  background-position: top;
  z-index: -1; }

.about_us.border_bottom_before:before {
  content: '';
  position: absolute;
  right: 0;
  width: 40%;
  height: 5px;
  bottom: 0px;
  z-index: 0;
  background-color: #f7ec11; }

.about_us {
  position: relative;
  min-height: calc(100vh - 134px);
  min-height: auto;
  background: url(../../../st-fuso.commutalk.com/assets/images/about-us-baru.png) bottom right no-repeat;
  background-size: contain; }

.about_us2:after {
  content: '';
  background-image: url(../images/about-us-baru.png);
  position: absolute;
  right: 0;
  width: 58%;
  height: 100%;
  top: 0;
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: contain;
  z-index: -1; }

.about_pages .about_us .title {
  padding-top: 70px; }

@media (max-width: 768px) {
  .about_us {
    padding: 3rem 0rem; }
  .about_us:after {
    opacity: 0.25;
    background-size: contain; }
  .about_us .img-opacity-none {
    display: none; } }

@media (max-width: 1440px) {
  .about_us {
    padding: 3rem 0rem;
    background: unset; }
  .about_us:after {
    content: '';
    background-image: url(../images/about-us-baru.png);
    position: absolute;
    right: 0;
    width: 58%;
    width: 45%;
    height: 100%;
    top: 0;
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: contain;
    z-index: -1;
    opacity: 0.35; }
  .about_us:after {
    background-size: contain; } }

@media (max-width: 1100px) {
  .about_us {
    padding: 3rem 0rem; }
  .about_us:after {
    opacity: 0.5;
    background-size: contain; } }

@media (max-width: 996px) {
  .about_us {
    padding: 3rem 0rem; }
  .about_us:after {
    background: unset;
    opacity: 0.15;
    background-size: contain; }
  .about_us .img-opacity-none {
    display: none; } }

.dealer_detail {
  background-color: #ffd200;
  background-image: url("../images/bg-dealer-home.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 4rem 0rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-position: center; }

.dealer_detail .title h1 {
  line-height: 1; }

.dealer_detail .btn-black {
  border-radius: 0px;
  color: #fff; }

@media (min-width: 992px) {
  .dealer_detail {
    height: 100vh; } }

.home_news {
  padding: 6rem 0rem;
  background: #11110f;
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #11110f), color-stop(100%, #403825));
  background: -webkit-gradient(linear, left top, left bottom, from(#11110f), to(#403825));
  background: linear-gradient(to bottom, #11110f 0%, #403825 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#11110f', endColorstr='#403825', GradientType=0 ); }

@media (max-width: 992px) {
  .home_news {
    padding: 3rem 0rem; } }

.home_news .top {
  margin-bottom: 4rem; }

.home_news .top .title .small {
  /*font-size: 42px;*/
  font-size: 34px;
  color: #e6cc35;
  line-height: 1; }

.home_news .top .title .big {
  /*color: #8f8f8f;*/
  color: #fff;
  /*font-size: 68px;*/
  font-size: 57px;
  line-height: 1; }

@media (max-width: 992px) {
  .home_news .top .title .small {
    font-size: 30px; }
  .home_news .top .title .big {
    font-size: 46px; } }

.home_news .tabs_title {
  font-family: "Gotham-Bold";
  font-size: 21px;
  margin-top: 4rem; }

.home_news .tabs_title .nav .nav-link {
  border-radius: 0px;
  padding: 0.375rem 1.5rem;
  /*color: #bcbcbc;*/
  color: #fff; }

@media (max-width: 520px) {
  .home_news .tabs_title .nav .nav-link {
    padding: 0.375rem 0.5rem; } }

.home_news .tabs_title .nav .nav-link.active, .home_news .tabs_title .nav .nav-link:hover {
  background-color: #1f1d16;
  border-bottom: 0px;
  color: #e6cc35; }

@media (max-width: 992px) {
  .home_news .tabs_title {
    font-size: 18px; } }

@media (max-width: 520px) {
  .home_news .tabs_title {
    font-size: 16px; } }

.home_news .owl_news_wrapper .owl-theme .owl-dots .owl-dot {
  margin: 4rem 0rem 0rem; }

.home_news .owl_news_wrapper .owl-theme .owl-dots .owl-dot span {
  background-color: #e8e8e8;
  width: 15px;
  height: 15px; }

.home_news .owl_news_wrapper .owl-theme .owl-dots .owl-dot.active span, .home_news .owl_news_wrapper .owl-theme .owl-dots .owl-dot:hover span {
  background-color: #cccccc; }

.home_news .owl_news_wrapper .news_items .img_wrapper {
  margin-bottom: 0.5rem; }

.home_news .owl_news_wrapper .news_items .img_wrapper img {
  /* height: 167px; */
  /*height: 285px; */
  height: 230px;
  -o-object-fit: cover;
  object-fit: cover; }

.home_news .owl_news_wrapper .news_items .news_date {
  font-size: 16px;
  /*color: #bcbcbc;*/
  color: #fff;
  margin-bottom: 0.5rem; }

.home_news .owl_news_wrapper .news_items .news_title {
  color: #e6cc35;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 1.3; }

.home_news .owl_news_wrapper .news_items .news_more a {
  /*color: #cdcccc;*/
  color: #fff;
  line-height: 1;
  text-transform: uppercase; }

.home_news .owl_news_wrapper .news_items .news_more a i {
  color: #e6cc35;
  margin-top: 2px; }

@media (max-width: 992px) {
  .home_news .owl_news_wrapper .news_items .news_date {
    font-size: 12px; }
  .home_news .owl_news_wrapper .news_items .news_title {
    font-size: 21px; }
  .home_news .owl_news_wrapper .news_items .news_more a {
    font-size: 12px; } }

.product_type_home .title {
  margin-bottom: 3rem;
  position: relative; }

.product_type_home .title:after {
  position: absolute;
  content: '';
  bottom: -1rem;
  left: calc(50% - 25px);
  height: 5px;
  background-color: #000;
  width: 50px; }

.product_type_home .title h2 {
  line-height: 1;
  font-size: 36px; }

@media (max-width: 1240px) {
  .product_type_home .title h2 {
    font-size: 30px; } }
@media (max-width: 968px) {
  .product_type_home .title h2 {
    font-size: 28px; } }

.product_type_home .title .big {
  font-size: 60px;
  color: #282828;
  line-height: 1; }
  
@media (max-width: 1240px) {
  .product_type_home .title .big {
    font-size: 50px; } }
@media (max-width: 968px) {
  .product_type_home .title .big {
    font-size: 50px; } }

.product_type_home .text {
  font-size: 16px;
  color: #353535;
  margin-bottom: 3rem; }

@media (min-width: 1200px) {
  .product_type_home .text {
    width: 84%; } }

.product_type_home .type_box .title a:hover {
  text-decoration: unset; }

.product_type_home .type_box {
  padding: 3rem 4rem 3rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  height: 45%;
  min-height: 45%; }

.product_type_home .type_box_image {
  height: 55%; }

.product_type_home .type_box.bg_1 {
  background-color: #f6eb96; }

.product_type_home .type_box.bg_2 {
  background-color: #f8e655; }

.product_type_home .type_box.bg_3 {
  background-color: #eed531; }

@media (max-width: 1300px) {
  .product_type_home .type_box {
    padding: 3rem 2rem 2rem; } }
@media (max-width: 1200px) {
  .product_type_home .type_box {
    padding: 3rem 1rem 2rem; }
    }

@media (max-width: 968px) {
  .product_type_home .type_box {
    padding: 2rem 2rem; } }

@media (max-width: 768px) {
  .product_type_home .type_box {
    padding: 2.5rem 3rem; } }

@media (max-width: 968px) and (min-width: 768px) {
  .product_type_home .col-icon {
    margin-bottom: 1.5rem; }
  .product_type_home .col-type-images .img_wrapper {
    height: 100%; }
  .product_type_home .col-type-images .img_wrapper img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    -o-object-position: center;
    object-position: center; } }

@media (min-width: 1200px) {
  .product_type_home .icon_list.w-80 {
    width: 80%;
    margin: 0 auto; } }

.product_type_home .icon_list .icon_wrapper {
  min-height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height:23px;}
  .product_type_home .icon_list .icon_wrapper img{
      height:23px;
  }

.product_type_home .icon_list .col-separator:last-child{
    display:none;
}
.product_type_home .type_box_image img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center; }

@media (max-width: 1240px) {
  .product_type_home .icon_list .icon_wrapper {
    height: 20px; }
  .product_type_home .icon_list .icon_wrapper img {
    height:20px; } }

.product_type_home .icon_list .icon_text {
  font-size: 8px;
  color: #353535;
  margin-top: 5px;
  max-width: 64px;
  line-height: 1;
    margin-left: auto;
    margin-right: auto;}

.home_counter {
  background-image: url("../images/count-bg-baru.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 3rem 0rem;
  max-height: 100vh;
  height: 100vh;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.home_counter .counter_top {
  padding: 0rem 6% 5rem; }

.home_counter .counter_top .stat-count {
  font-family: "Gotham-Bold";
  font-size: 86px;
  color: #ffd200; }

.home_counter .counter_top .name-count {
  color: #f7f7f7;
  font-size: 18px;
  font-family: "Gotham-Medium";
  line-height: 1.2; }

@media (max-width: 1200px) {
  .home_counter .counter_top .stat-count {
    font-size: 60px; } }

@media (max-width: 994px) {
  .home_counter .counter_top .stat-count {
    font-size: 42px; }
  .home_counter .counter_top .name-count {
    font-size: 16px; } }

@media (max-width: 768px) {
  .home_counter .counter_top {
    padding: 0rem 6% 5rem; }
  .home_counter .counter_top .stat-count {
    font-size: 38px; }
  .home_counter .counter_top .name-count {
    font-size: 16px;
    margin-bottom: 2rem; } }

.counter_bottom .img_wrapper img {
  width: 60%; }

.home_counter .counter_bottom {
  position: absolute;
  width: 100%;
  bottom: 10rem; }

.home_counter .counter_bottom .col-service {
  text-align: center; }

@media (max-width: 1400px) {
  .home_counter .counter_bottom {
    position: absolute;
    width: 100%;
    bottom: 8rem; } }

@media (max-width: 1200px) {
  .home_counter {
    min-height: 600px;
    background-position: center; } }

@media (max-width: 768px) {
  .home_counter {
    min-height: 500px;
    background-position: center; } }

.list_ask_wrapper {
  background: url("../images/ask-bg.png");
  background-repeat-y: repeat;
  background-repeat-x: no-repeat; }

.maps_wrapper {
  position: relative; }

.maps_wrapper .floating_items {
  position: absolute;
  top: 77px;
  left: 0;
  right: 0;
  z-index: 2;
  padding-top: 40px;
  padding-bottom: 25px;
  background: #393838;
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #393838), color-stop(50%, rgba(56, 56, 56, 0.7)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-gradient(linear, left top, left bottom, from(#393838), color-stop(50%, rgba(56, 56, 56, 0.7)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to bottom, #393838 0%, rgba(56, 56, 56, 0.7) 50%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#393838', endColorstr='#ffffff', GradientType=0 ); }

@media (max-width: 992px) {
  .maps_wrapper .floating_items {
    padding-top: 20px; }
  .maps_wrapper .floating_items .container {
    width: 95%; } }

@media (max-width: 768px) {
  .maps_wrapper .floating_items {
    padding-top: 10px; } }

.maps_wrapper .floating_items .title {
  position: relative;
  display: inline-block; }

.maps_wrapper .floating_items .title h2 {
  font-size: 31px;
  color: #fff;
  letter-spacing: 0.5px; }

.maps_wrapper .floating_items .title h1 {
  font-size: 44px;
  color: #fff; }

@media (max-width: 992px) {
  .maps_wrapper .floating_items .title h2 {
    font-size: 24px; }
  .maps_wrapper .floating_items .title h1 {
    font-size: 32px; } }

.maps_wrapper .floating_items .title:after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 50px;
  height: 5px;
  background-color: #f7ec11; }

.maps_wrapper .floating_items .search_box {
  display: inline-block;
  width: 25%; }

.maps_wrapper .floating_items .search_box .input-group input {
  font-family: "Gotham-Light";
  font-size: 14px;
  padding: 12px 15px;
  border-radius: 0px;
  height: 48px; }

.maps_wrapper .floating_items .search_box .input-group input:focus {
  -webkit-box-shadow: none;
  box-shadow: none; }

.maps_wrapper .floating_items .search_box .input-group .btn-yellow {
  padding: 6px 15px;
  border-radius: 0px;
  position: relative; }

.maps_wrapper .floating_items .search_box .input-group .btn-yellow:after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-right-color: #fff200;
  border-left: 0;
  margin-top: -10px;
  margin-left: -10px; }

.kebijakan_mutu {
  position: relative;
  background: #11110f, #fbfbfb;
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #11110f), color-stop(100%, #403825)), #fbfbfb;
  background: -webkit-gradient(linear, left top, left bottom, from(#11110f), to(#403825)), #fbfbfb;
  background: linear-gradient(to bottom, #11110f 0%, #403825 100%), #fbfbfb;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#11110f', endColorstr='#403825', GradientType=0 );
  background-blend-mode: color-burn; }

.kebijakan_mutu:before {
  content: '';
  background-image: url(../images/kebijakan-mutu.png);
  position: absolute;
  right: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: bottom right;
  z-index: 0; }

.program_page:before {
  content: '';
  background-image: -webkit-gradient(linear, left top, right top, from(#ddd), to(#ffffff));
  background-image: linear-gradient(to right, #ddd, #ffffff);
  position: absolute;
  right: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: bottom right;
  z-index: 0; }

@media (max-width: 992px) {
  .kebijakan_mutu:before {
    opacity: 0.3; } }

.kebijakan_mutu .container {
  z-index: 1; }

.kebijakan_mutu .content_text {
  color: #6e6e6e;
  font-size: 14px !important; }

.detail_ktb .col-left {
  position: relative; }

.detail_ktb .col-left .content_wrapper {
  height: 100%; }

.detail_ktb .col-left .top {
  padding: 2.5rem 1.5rem 2rem;
  padding-right: 3rem;
  height: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

@media (max-width: 992px) {
  .detail_ktb .col-left .top {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .detail_ktb .col-left .top .title .border_bottom_after_right:after {
    right: auto;
    left: 0; } }

.detail_ktb .col-left .bottom {
  padding: 2rem 1.5rem;
  padding-right: 3rem;
  background-color: #f7ec11;
  height: 50%; }

.detail_ktb .col-left .floating_image {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0; }

.detail_ktb .col-left .floating_image img {
  height: 100%; }

@media (max-width: 1400px) {
  .detail_ktb .col-left .floating_image {
    padding-top: 20%; }
  .detail_ktb .col-left .floating_image img {
    height: 80%; } }

@media (max-width: 1200px) {
  .detail_ktb .col-left .floating_image {
    padding-top: 30%; }
  .detail_ktb .col-left .floating_image img {
    height: 70%; } }

.detail_ktb .col-right .top {
  background-image: url("../images/bg_prinsip_ktb.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-right: 20%;
  padding-top: 2.5rem;
  padding-bottom: 2rem; }

.detail_ktb .col-right .top .list_content {
  color: #323232; }

.detail_ktb .col-right .top .list_content li {
  margin-bottom: 5px;
  font-family: "Gotham-Medium";
  font-size: 16px; }

@media (max-width: 992px) {
  .detail_ktb .col-right .top .list_content li {
    font-size: 14px; } }

@media (max-width: 992px) {
  .detail_ktb .col-right .top {
    padding-right: 2rem;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-image: none;
    position: relative; }
  .detail_ktb .col-right .top .title {
    padding-left: 40px;
    text-align: left !important; }
  .detail_ktb .col-right .top .title .border_bottom_after_right:after {
    right: auto;
    left: 0; }
  .detail_ktb .col-right .top:before {
    content: '';
    position: absolute;
    background-image: url("../images/bg_prinsip_ktb.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    opacity: 0.5; } }

.detail_ktb .col-right .bottom {
  background-image: url("../images/bg-semangat.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-right: 20%;
  padding-top: 2.5rem;
  padding-bottom: 2rem;
  padding-left: 2.5rem; }

.detail_ktb .col-right .bottom .list_content {
  color: #323232; }

.detail_ktb .col-right .bottom .list_content ul {
  padding-left: 0px;
  -webkit-column-count: 2;
  column-count: 2;
  list-style: circle inside; }

@media (max-width: 576px) {
  .detail_ktb .col-right .bottom .list_content ul {
    -webkit-column-count: 1;
    column-count: 1; } }

.detail_ktb .col-right .bottom .list_content li {
  margin-bottom: 5px;
  font-family: "Gotham-Medium";
  font-size: 16px; }

@media (max-width: 992px) {
  .detail_ktb .col-right .bottom .list_content li {
    font-size: 14px; } }

@media (max-width: 576px) {
  .detail_ktb .col-right .bottom {
    position: relative;
    background-image: none; }
  .detail_ktb .col-right .bottom:before {
    content: '';
    position: absolute;
    background-image: url("../images/bg-semangat.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    opacity: 0.5; } }

.detail_ktb .content_text {
  color: #6e6e6e;
  font-size: 14px;
  font-family: "Gotham-Medium"; }

.detail_ktb .button_wrapper {
  margin-top: 2.5rem; }

.grup_usaha {
  padding-top: 5rem; }

.grup_usaha .top {
  padding-bottom: 2rem; }

.grup_usaha .top .title h2, .grup_usaha .top .title h5 {
  color: #1c1c1c; }

.grup_usaha .top .col-content {
  font-size: 16px;
  color: #868686;
  font-family: "Gotham-Book"; }

@media (max-width: 992px) {
  .grup_usaha .top .col-content {
    margin-top: 1.5rem;
    font-size: 14px; } }

.grup_usaha .bottom .tabs_title .nav-tabs {
  border-bottom: rgba(250, 251, 112, 0.66); }

.grup_usaha .bottom .tabs_title .nav-tabs .nav-item {
  padding: 1rem 1.5rem 0.5rem; }

@media (max-width: 992px) {
  .grup_usaha .bottom .tabs_title .nav-tabs .nav-item {
    padding: 0.5rem 1rem 0.5rem; } }

@media (max-width: 768px) {
  .grup_usaha .bottom .tabs_title .nav-tabs .nav-item {
    padding: 0.5rem 0.25rem 0.5rem; } }

@media (max-width: 400px) {
  .grup_usaha .bottom .tabs_title .nav-tabs .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center; }
  .grup_usaha .bottom .tabs_title .nav-tabs .nav-item .col-tabs-icon, .grup_usaha .bottom .tabs_title .nav-tabs .nav-item .col-tabs-title {
    width: 100%;
    text-align: center; } }

.grup_usaha .bottom .tabs_title .nav-tabs .nav-item.active, .grup_usaha .bottom .tabs_title .nav-tabs .nav-item.show .nav-link, .grup_usaha .bottom .tabs_title .nav-tabs .nav-item:hover {
  border-color: rgba(250, 251, 112, 0.66);
  background-color: rgba(250, 251, 112, 0.66); }

.grup_usaha .bottom .tabs_title .nav-tabs .nav-item .row {
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.grup_usaha .bottom .tabs_title .nav-tabs .nav-item .img_wrapper {
  margin-right: 0.75rem; }

.grup_usaha .bottom .tabs_title .nav-tabs .nav-item .img_wrapper img {
  mix-blend-mode: multiply; }

@media (max-width: 992px) {
  .grup_usaha .bottom .tabs_title .nav-tabs .nav-item .img_wrapper {
    margin-right: 0.25rem; }
  .grup_usaha .bottom .tabs_title .nav-tabs .nav-item .img_wrapper img {
    max-height: 40px;
    max-width: 45px; } }

@media (max-width: 768px) {
  .grup_usaha .bottom .tabs_title .nav-tabs .nav-item .text {
    width: auto; }
  .grup_usaha .bottom .tabs_title .nav-tabs .nav-item .img_wrapper {
    height: 30px;
    margin-right: 0.25rem; }
  .grup_usaha .bottom .tabs_title .nav-tabs .nav-item .img_wrapper img {
    max-height: 30px;
    max-width: 35px; } }

.grup_usaha .bottom .tabs_title .nav-tabs .nav-item .text {
  font-family: "Gotham-Book";
  font-size: 18px;
  width: 170px;
  color: #363636;
  line-height: 1.3; }

@media (max-width: 992px) {
  .grup_usaha .bottom .tabs_title .nav-tabs .nav-item .text {
    font-size: 14px; } }

@media (max-width: 768px) {
  .grup_usaha .bottom .tabs_title .nav-tabs .nav-item .text {
    font-size: 11px; } }

.grup_usaha .bottom .tab-content {
  background-color: rgba(250, 251, 112, 0.66); }

.grup_usaha .bottom .tab-content .list_grup_usaha {
  padding: 0.75rem 0rem 1.5rem;
  border-bottom: 1px dashed #a1a1a1; }

.grup_usaha .bottom .tab-content .list_grup_usaha .name {
  color: #141414;
  font-family: "Gotham-Book";
  font-size: 18px;
  line-height: 1.4; }

.grup_usaha .bottom .tab-content .list_grup_usaha .box_type {
  padding: 0.5rem 1rem;
  background-color: #555555;
  font-size: 12px;
  color: #ffea01;
  line-height: 1.3; }

.grup_usaha .bottom .tab-content .list_grup_usaha .address {
  font-size: 12px;
  color: #141414; }

.grup_usaha .bottom .tab-content .tab-pane {
  position: relative;
  background-position-x: right;
  background-repeat: no-repeat;
  background-size: contain;
  background-position-y: bottom;
  min-height: 640px; }

.grup_usaha .bottom .tab-content .tab-pane.tab_perakitan {
  background-image: url("../images/bg-tab-01-group-usaha.jpg"); }

.grup_usaha .bottom .tab-content .tab-pane.tab_penjualan {
  background-image: url("../images/bg-tab-02-group-usaha.jpg"); }

.grup_usaha .bottom .tab-content .tab-pane.tab_teknologi {
  background-image: url("../images/bg-tab-03-group-usaha.jpg"); }

.nav-tabs .nav-item {
  margin-bottom: 0px; }

@media (max-width: 992px) {
  .grup_usaha .bottom .tab-content .tab-pane {
    background-image: none !important; } }

.product_detail_images_wrapper {
  overflow: hidden; }

.product_detail_images_wrapper .image_top {
  z-index: 1;
  position: relative; }

.product_detail_images_wrapper .image_middle {
  margin-top: 0px;
  position: relative;
  align-items: center; }

#hotspotImg .hot-spot .tooltip .img-row img {
  width: 120px; }

.sidemenu-item .dropdown-toggle::after {
  display: none; }

.sidemenu-item ul.dropdown-menu li {
  padding: 10px; }

.sidemenu-item ul.dropdown-menu li a {
  color: #888988; }

.sidemenu-item ul.dropdown-menu li:hover {
  padding: 10px;
  background: #f1f1f1; }

.float_sidemenu .sidemenu-item a.dropdown-toggle {
  display: block;
  color: #888988;
  padding: 0.75rem 1rem;
  font-size: 30px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  width: 60px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  background: #f6f6f6;
  background: -webkit-gradient(left bottom, right top, color-stop(0%, #f6f6f6), color-stop(42%, #dfdfdf), color-stop(68%, #cccccc), color-stop(73%, #e5e5e5), color-stop(73%, #c4c4c4), color-stop(100%, white));
  background: linear-gradient(37deg, #f6f6f6 0%, #dfdfdf 42%, #cccccc 68%, #e5e5e5 73%, #c4c4c4 73%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#ffffff', GradientType=1 ); }

.product_detail_images_wrapper {
  padding-top: 83px !important; }
  .product_detail_images_wrapper .diesel_type img {
    max-height: 30px; }
  .product_detail_images_wrapper .muri img {
    max-height: 70px; }

.product_detail_images_wrapper .image_middle:before {
  position: absolute;
  top: -58%;
  height: 150%;
  width: 100%;
  bottom: 0;
  content: '';
  background-image: -webkit-radial-gradient(50% 50%, circle closest-side, #f1d454 0%, #f1d258 13%, #f1d359 13%, #f0d359 14%, #f5d451 47%, #505050 100%);
  background-image: url("../images/pages/product_detail_middle_bg2.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position:center bottom;
  z-index: 0; }

.product_detail_images_wrapper .image_middle .owl_wrapper {
  /*margin-top: -12%;*/
  position:relative;
  margin-bottom: 0px; }

.product_detail_images_wrapper .image_middle .owl_wrapper .owl-carousel img {
  width: auto; }

.product_detail_images_wrapper .image_middle .owl_wrapper .owl-carousel .owl-dots {
     margin-top: 2rem;
    position: absolute;
    bottom: 15px;
    left: 50%; }

.product_detail_images_wrapper .image_middle .owl_wrapper .owl-carousel .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  background-color: #c2c2c2;
  margin: 5px 5px; }

.product_detail_images_wrapper .image_middle .owl_wrapper .owl-carousel .owl-dots .owl-dot.active span, .product_detail_images_wrapper .image_middle .owl_wrapper .owl-carousel .owl-dots .owl-dot:hover span {
  background-color: #f58314; }

.product_detail_images_wrapper .image_middle .owl_wrapper .item_product_images img {
  width: auto;
  max-width: 90%;
  max-height: 50vh;
  margin: 0 auto; }

.product_detail_images_wrapper .image_middle .owl_wrapper .item_name {
  font-family: "Gotham-Bold";
  /*margin-top: -30px;*/
  font-size: 34px;
  color: #515050; }
  
#product_detail .product_detail_single{
    height: 100%;
    padding: 0px; 
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction:column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.product_detail_images_wrapper .image_middle .product_detail_single .item_name{
    font-size:21px;
}
.product_detail_images_wrapper .image_middle .product_detail_single .item_product_images{
    display:inline-block;
}
.product_detail_images_wrapper .image_middle .product_detail_single .item_product_images img{
    max-width:unset;
    max-height:50vh;
}
 
.theta-carousel-wrapper .ex-item {
    display: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.theta-carousel-wrapper{
    height:100vh;
}
.theta-carousel-wrapper #product_detail{
    top: 0px; bottom: 0px; position: absolute; right: 0px; left: 0px;
}

.product_detail_images_wrapper .image_middle .owl_wrapper .item {
  padding: 1rem 0rem 4rem; }

.product_detail_images_wrapper .image_middle .owl_wrapper .item_top {
  margin-bottom: 1.5rem; }

.product_detail_images_wrapper .image_middle .brand_wrapper .type {
  font-size: 36px;
  color: #e8e8e8;
  line-height: 1.2; }

@media (max-width: 1400px) {
  .product_detail_images_wrapper .image_middle .brand_wrapper .type {
    font-size: 32px; } }

@media (max-width: 768px) {
  .product_detail_images_wrapper .image_middle .brand_wrapper .type {
    font-size: 28px; } }

@media (max-width: 425px) {
  .product_detail_images_wrapper .image_middle .brand_wrapper .type {
    font-size: 24px; } }

.product_detail_images_wrapper .image_middle .brand_wrapper .border-left {
  border-left: 2px solid #ffffff !important; }

.product_detail_images_wrapper .image_middle .brand_wrapper .row_brand .col-left, .product_detail_images_wrapper .image_middle .brand_wrapper .row_brand .col-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.product_detail_images_wrapper .image_middle .brand_wrapper .box_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.5rem 0.5rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #313131; }

.product_detail_images_wrapper .image_middle .brand_wrapper .box_detail.box_red {
  background-color: #ed1c24;
  color: #e8e8e8; }

.product_detail_images_wrapper .image_middle .brand_wrapper .box_detail.box_red img {
  max-height: 15px; }

.product_detail_images_wrapper .image_middle .brand_wrapper .box_detail.box_yellow {
  background-color: #ffeb08; }

.product_detail_images_wrapper .image_middle .brand_wrapper .box_detail .img_wrapper, .product_detail_images_wrapper .image_middle .brand_wrapper .box_detail .text {
  display: inline-block;
  font-family: "Gotham-Bold";
  font-size: 14px; }

@media (max-width: 1400px) {
  .product_detail_images_wrapper .image_middle .brand_wrapper .box_detail .img_wrapper, .product_detail_images_wrapper .image_middle .brand_wrapper .box_detail .text {
    font-size: 14px; } }

@media (max-width: 768px) {
  .product_detail_images_wrapper .image_middle .brand_wrapper .box_detail .img_wrapper, .product_detail_images_wrapper .image_middle .brand_wrapper .box_detail .text {
    font-size: 16px; }
  .product_detail_images_wrapper .image_middle .brand_wrapper .box_detail .img_wrapper img, .product_detail_images_wrapper .image_middle .brand_wrapper .box_detail .text img {
    height: 20px; } }

@media (max-width: 450px) {
  .product_detail_images_wrapper .image_middle .brand_wrapper .box_detail .img_wrapper, .product_detail_images_wrapper .image_middle .brand_wrapper .box_detail .text {
    font-size: 14px; }
  .product_detail_images_wrapper .image_middle .brand_wrapper .box_detail .img_wrapper img, .product_detail_images_wrapper .image_middle .brand_wrapper .box_detail .text img {
    height: 15px; } }

@media (max-width: 576px) {
  .product_detail_images_wrapper .image_middle .brand_wrapper .box_detail {
    width: 100%;
    margin-bottom: 1rem; } }

.product_detail_hotspot {
  padding: 0rem 0rem 5rem 0rem;
  position: relative; }

.product_detail_hotspot:before {
  position: absolute;
  top: -50%;
  height: 155%;
  width: 100%;
  bottom: 0;
  content: '';
  background-image: url("../images/pages/hotspot-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  z-index: -1; }

.spesifikasi_wrapper {
  margin-bottom: 7rem; }

.spesifikasi_wrapper .top_title {
  font-size: 71px;
  font-size: 50px;
  color: #262626;
  font-family: "Gotham-Light";
  margin-bottom: 3rem; }

@media (max-width: 992px) {
  .spesifikasi_wrapper .top_title {
    font-size: 50px; } }

.spesifikasi_wrapper .accordion_wrapper .accordion .accordion_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.75rem 1rem;
  border-bottom: 2px solid #cccccc;
  cursor: pointer; }

.spesifikasi_wrapper .accordion_wrapper .accordion .accordion_title .title {
  color: #515050;
  font-family: "Gotham-Bold";
  font-size: 24px;
  font-size: 21px; }

@media (max-width: 992px) {
  .spesifikasi_wrapper .accordion_wrapper .accordion .accordion_title .title {
    font-size: 18px; } }

.spesifikasi_wrapper .accordion_wrapper .accordion .accordion_title .icon_wrapper {
  color: #515050;
  font-size: 21px;
  font-size: 16px; }

@media (max-width: 992px) {
  .spesifikasi_wrapper .accordion_wrapper .accordion .accordion_title .icon_wrapper {
    font-size: 14px; } }

.spesifikasi_wrapper .accordion_content {
  border-bottom: 2px solid #cccccc;
  padding: 1.75rem 0.75rem 2.25rem; }

.spesifikasi_wrapper .accordion_content .row_spec {
  font-family: "Gotham-Book";
  color: #616161;
  font-size: 14px;
  padding: 0.375rem 0.5rem;
  border-bottom: 0.75px solid #ebebeb; }

.susunan_pengurus {
  padding: 3rem 0rem 5rem 0rem;
  position: relative;
  background-image: url("../images/bg-team.jpg");
  /* background-size: cover; */
  background-position: center top;
  background-repeat: no-repeat; }

@media (max-width: 768px) {
  .susunan_pengurus {
    padding: 5rem 0rem; } }

.susunan_pengurus .main_content .top {
  margin: 0rem 0rem 1rem; }

.susunan_pengurus .main_content .owl_wrapper .owl-dots {
  margin-top: 3rem; }

.susunan_pengurus .main_content .owl_wrapper .owl-dots .owl-dot span {
  background-color: #c4c4c4;
  width: 12px;
  height: 12px; }

.susunan_pengurus .main_content .owl_wrapper .owl-dots .owl-dot.active span, .susunan_pengurus .main_content .owl_wrapper .owl-dots .owl-dot:hover span {
  background-color: #a0a0a0; }

.susunan_pengurus .main_content .col-pengurus {
  text-align: center; }

.susunan_pengurus .main_content .box_pengurus {
  /* border:1px solid #717171; */
  background-color: rgba(0, 0, 0, 0.11);
  border-radius: 10px;
  display: inline-block; }

.susunan_pengurus .main_content .box_pengurus:hover {
  background-color: rgba(0, 0, 0, 0.2);
  cursor: pointer; }

.susunan_pengurus .main_content .box_pengurus .img_wrapper {
  /* background-color: rgba(0, 0, 0, 0.15); */
  border-radius: 50%;
  padding: 10px;
  display: inline-block;
  /* margin-bottom: 0.75rem; */
  cursor: pointer; }

.susunan_pengurus .main_content .bottom .box_pengurus {
  margin-bottom: 20px; }

.susunan_pengurus .main_content .box_pengurus .img_wrapper .img_border {
  border-radius: 50%;
  /* border: 3px solid #ffe000;  */ }

.susunan_pengurus .main_content .box_pengurus .img_wrapper:hover img {
  filter: none;
  -webkit-filter: none;
  -webkit-transition: 0.3s all ease-in;
  transition: 0.3s all ease-in; }

.susunan_pengurus .main_content .box_pengurus:hover .img_wrapper img {
  filter: none;
  -webkit-filter: none;
  -webkit-transition: 0.3s all ease-in;
  transition: 0.3s all ease-in; }

.susunan_pengurus .main_content .box_pengurus .img_wrapper img {
  border-radius: 50%;
  width: 100%;
  height: auto;
  /* width: 164px;
        height: 164px; */
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%); }

@media (max-width: 768px) {
  .susunan_pengurus .main_content .box_pengurus .img_wrapper {
    padding: 5px; }
  .susunan_pengurus .main_content .box_pengurus .img_wrapper img {
    width: 100%;
    height: 100%; } }

.susunan_pengurus .main_content .box_pengurus .name {
  color: #565656;
  font-size: 18px;
  font-family: "Gotham-Bold"; }

@media (max-width: 768px) {
  .susunan_pengurus .main_content .box_pengurus .name {
    font-size: 15px;
    margin-bottom: 5px; } }

.susunan_pengurus .main_content .box_pengurus:hover .name,
.susunan_pengurus .main_content .box_pengurus:hover .position {
  color: #000; }

.susunan_pengurus .main_content .box_pengurus .position {
  color: #565656;
  font-size: 12px;
  font-family: "Gotham-Medium"; }

@media (max-width: 768px) {
  .susunan_pengurus .main_content .box_pengurus .position {
    font-size: 10px; } }

.product_category {
  padding: 5rem 0rem;
  position: relative;
  background-image: url("../images/kategori_bg1.jpg");
  background-size: contain;
  background-repeat: no-repeat; }

@media (max-width: 992px) {
  .product_category {
    padding: 2rem 0rem; } }

.product_category .top .title h5 {
  font-family: "Gotham-Bold";
  color: #aeaeae;
  font-size: 18px; }

@media (max-width: 992px) {
  .product_category .top .title h5 {
    font-size: 16px; } }

.product_category .top .title h1 {
  font-size: 45px;
  font-family: "Gotham-Light";
  color: #373737;
  line-height: 1; }

@media (max-width: 992px) {
  .product_category .top .title h1 {
    font-size: 50px; } }

.product_category .top .desc {
  color: #616161;
  font-family: "Gotham-Book";
  font-size: 14px;
  margin-top: 1.75rem;
  line-height: 1.6; }

.product_category .product_wrapper {
  margin-top: 7rem; }

@media (max-width: 1200px) {
  .product_category .product_wrapper {
    margin-top: 2rem; } }

@media (max-width: 992px) {
  .product_category .product_wrapper {
    margin-top: 1rem;
    text-align: center; }
  .product_category .product_wrapper .col-img img {
    width: 60%; } }

.product_category .product_wrapper .product_detail .title h5 {
  color: #828282;
  font-family: "Gotham-Light"; }

.product_category .product_wrapper .product_detail .title h1 {
  font-size: 60px;
  font-family: "Gotham-Medium";
  color: #828282;
  line-height: 1.1; }

@media (max-width: 992px) {
  .product_category .product_wrapper .product_detail .title h1 {
    font-size: 40px; } }

.product_category .product_wrapper .product_detail .title.border_bottom_image:after {
  background-position: left; }

.product_category .product_wrapper .product_detail .icon_list {
  margin: 4rem 0rem; }

@media (min-width: 1200px) {
  .product_category .product_wrapper .product_detail .icon_list.w-70 {
    width: 70%; } }

@media (max-width: 992px) {
  .product_category .product_wrapper .product_detail .icon_list > .row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; } }

.product_category .product_wrapper .product_detail .icon_list .icon_wrapper {
  min-height: 37px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.product_category .product_wrapper .product_detail .icon_list .icon_text {
  font-size: 12px;
  color: #616161;
  width: 100px;
  font-family: "Gotham-Medium";
  margin-top: 20px;
  line-height: 1; }

.product_category .product_wrapper .product_detail .text_bottom {
  color: #616161; }

.product_category .category_tab_wrapper {
  margin-top: 7rem; }

@media (max-width: 992px) {
  .product_category .category_tab_wrapper {
    margin-top: 3rem; } }

.product_category .category_tab_wrapper .tabs_title .nav-item.show .nav-link {
  border: 0px; }

.product_category .category_tab_wrapper .tabs_title .nav-item.show .nav-link.active, .product_category .category_tab_wrapper .tabs_title .nav-item.show .nav-link:hover {
  border: 0px; }

.product_category .category_tab_wrapper .tabs_title .nav-link {
  z-index: 2;
  font-family: "Gotham-Bold";
  font-size: 22px;
  color: #bcbcbc;
  letter-spacing: 0.5px;
  border: 0px;
  padding: 0.5rem 1.25rem; }

.product_category .category_tab_wrapper .tabs_title .nav-link.active, .product_category .category_tab_wrapper .tabs_title .nav-link:hover {
  border: 0px;
  background: transparent;
  color: #565656; }

@media (max-width: 992px) {
  .product_category .category_tab_wrapper .tabs_title .nav-link {
    font-size: 18px; } }

@media (max-width: 768px) {
  .product_category .category_tab_wrapper .tabs_title .nav-link {
    font-size: 16px;
    padding: 0.5rem 0.5rem; } }

.product_category .category_tab_wrapper .tabs_content {
  margin-top: 3rem; }

@media (max-width: 992px) {
  .product_category .category_tab_wrapper .tabs_content {
    margin-top: 3rem; } }

@media (min-width: 992px) {
  .product_category .category_tab_wrapper .tabs_content .col-lg-custom-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; } }

.product_category .category_tab_wrapper .tabs_content .col-product {
  margin-bottom: 1.5rem; }

@media (max-width: 992px) {
  .product_category .category_tab_wrapper .tabs_content .col-product {
    margin-bottom: 1.5rem; } }

.product_category .category_tab_wrapper .tabs_content .col-product .product_name {
  font-size: 14px;
  color: #757575;
  font-family: "Gotham-Medium"; }

.product_category .category_tab_wrapper .tabs_content .col-product .product_name a {
  color: #757575; }

.product_category .category_tab_wrapper .tabs_content .btn_wrapper .btn-more {
  border-color: #ebebeb;
  background-color: transparent;
  border-radius: 0px;
  padding: 0.625rem 1.75rem;
  font-size: 18px;
  color: #bcbcbc; }

.product_category .category_tab_wrapper .tabs_content .btn_wrapper .btn-more:hover {
  background-color: #ebebeb;
  color: #000;
  -webkit-transition: 0.3s all ease-in;
  transition: 0.3s all ease-in; }

@media (max-width: 992px) {
  .product_category .category_tab_wrapper .tabs_content .btn_wrapper .btn-more {
    font-size: 16px; } }

.category_box {
  background: -webkit-gradient(linear, left bottom, left top, from(#ff3b00), to(#ff8d00));
  background: linear-gradient(to top, #ff3b00, #ff8d00);
  padding-top: 30px !important; }

.category_box .product_name:before {
  border-color: rgba(237, 236, 236, 0) !important;
  border-bottom-color: #edecec !important;
  border-width: 8px !important;
  margin-left: -8px !important; }

.category_box .product_name {
  color: #ffffff;
  font-size: 10px; }

.box_right_category_box {
  padding-top: 0px !important;
  padding-bottom: 0px !important; }

.box_right_category_box .col-product {
  height: auto;
  padding-top: 10px;
  /* border-bottom: 1px solid rgba(236, 236, 236, 0.9);*/ }

.fitur_product {
  background-image: url("../images/kategori_bg2.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 10rem; }

@media (max-width: 992px) {
  .fitur_product {
    padding-top: 5rem; } }

.fitur_product .top {
  position: relative;
  padding: 5rem 0rem; }

@media (max-width: 992px) {
  .fitur_product .top {
    padding: 3rem 0rem; }
  .fitur_product .top .img-opacity-none {
    opacity: 1;
    height: 80%; } }

.fitur_product .top .title {
  margin-bottom: 3rem; }

.fitur_product .top .title h1 {
  font-size: 72px;
  color: #616161;
  font-family: "Gotham-Light";
  line-height: 1; }

@media (max-width: 1200px) {
  .fitur_product .top .title h1 {
    font-size: 60px; } }

@media (max-width: 992px) {
  .fitur_product .top .title h1 {
    font-size: 50px; } }

@media (max-width: 992px) {
  .fitur_product .top .title {
    margin-top: 2rem;
    margin-bottom: 1rem; } }

.fitur_product .top .desc {
  font-size: 14px;
  color: #3f4042;
  font-family: "Gotham-Book";
  line-height: 1.5; }

@media (max-width: 992px) {
  .fitur_product .top .desc {
    font-size: 14px; } }

.fitur_product .top .floating_images {
  position: absolute;
  top: 20px;
  right: 0px; }

@media (max-width: 1200px) {
  .fitur_product .top .floating_images {
    text-align: right; }
  .fitur_product .top .floating_images img {
    width: 80%; } }

@media (max-width: 992px) {
  .fitur_product .top .floating_images {
    display: none; } }

.fitur_product .middle {
  padding: 0rem 0rem 5rem; }

@media (max-width: 992px) {
  .fitur_product .middle {
    padding-bottom: 2rem; } }

.fitur_product .middle .row_middle {
  padding-right: 5rem; }

@media (max-width: 992px) {
  .fitur_product .middle .row_middle {
    padding-right: 0rem; } }

.fitur_product .middle .col-left {
  padding-right: 3rem;
  position: relative; }

@media (max-width: 992px) {
  .fitur_product .middle .col-left {
    padding-left: 0rem; } }

.fitur_product .middle .col-left .img_part {
  position: relative;
  display: inline-block;
  float: right; }

.fitur_product .middle .col-left .img_part:before {
  content: '';
  position: absolute;
  bottom: -20%;
  background-image: url(../images/icon/big-line2.png);
  left: 5%;
  right: 0;
  width: 100%;
  background-repeat: no-repeat;
  height: 100%;
  z-index: 0; }

@media (max-width: 992px) {
  .fitur_product .middle .col-left .img_part:before {
    bottom: -10%; } }

@media (max-width: 768px) {
  .fitur_product .middle .col-left .img_part:before {
    content: unset; } }

.fitur_product .middle .col-left .img_part .img_wrapper {
  position: relative; }

@media (max-width: 992px) {
  .fitur_product .middle .col-left .img_part img {
    width: 75%; } }

.fitur_product .middle .col-left .floating_images {
  position: absolute;
  bottom: 15%; }

@media (max-width: 1250px) and (min-width: 992px) {
  .fitur_product .middle .col-left .floating_images {
    top: -15%;
    bottom: auto; }
  .fitur_product .middle .col-left .floating_images img {
    width: 80%; } }

@media (max-width: 992px) {
  .fitur_product .middle .col-left .floating_images img {
    width: 60%; } }

@media (max-width: 768px) {
  .fitur_product .middle .col-left .floating_images {
    bottom: 0%;
    right: 0;
    text-align: right; }
  .fitur_product .middle .col-left .floating_images img {
    width: 40%; } }

.fitur_product .middle .title {
  margin-bottom: 1.75rem; }

.fitur_product .middle .title h1 {
  font-size: 72px;
  color: #fff;
  font-family: "Gotham-Light";
  line-height: 1; }

@media (max-width: 1200px) {
  .fitur_product .middle .title h1 {
    font-size: 60px; } }

@media (max-width: 992px) {
  .fitur_product .middle .title h1 {
    font-size: 50px; } }

.fitur_product .middle .subtitle {
  color: #fff;
  font-family: "Gotham-Medium";
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 1.25rem; }

@media (max-width: 992px) {
  .fitur_product .middle .subtitle {
    font-size: 16px;
    margin-bottom: 0.75rem; } }

.fitur_product .middle .desc {
  font-size: 14px;
  color: #fff;
  font-family: "Gotham-Book";
  line-height: 1.5; }

.fitur_product .bottom {
  position: relative;
  padding: 6rem 0rem 2rem;
  overflow: hidden; }

@media (max-width: 992px) {
  .fitur_product .bottom {
    padding: 2rem 0rem 2rem; }
  .fitur_product .bottom .img-opacity-none {
    opacity: 1; } }

.fitur_product .bottom .title {
  margin-bottom: 1.75rem; }

.fitur_product .bottom .title h1 {
  font-size: 72px;
  color: #fff;
  font-family: "Gotham-Light";
  line-height: 1; }

@media (max-width: 1200px) {
  .fitur_product .bottom .title h1 {
    font-size: 60px; } }

@media (max-width: 992px) {
  .fitur_product .bottom .title h1 {
    font-size: 50px; } }

.fitur_product .bottom .floating_text {
  position: absolute;
  bottom: 22%;
  right: 15%; }

@media (max-width: 1390px) {
  .fitur_product .bottom .floating_text {
    right: 0px; } }

@media (max-width: 1200px) {
  .fitur_product .bottom .floating_text {
    bottom: 5%; } }

@media (max-width: 992px) {
  .fitur_product .bottom .floating_text {
    bottom: 5%;
    text-align: right; } }

.fitur_product .bottom .floating_images {
  position: absolute;
  top: -5rem;
  left: 0%; }

.fitur_product .bottom .floating_images .img_fitur_truck {
  position: relative; }

.fitur_product .bottom .floating_images .img_fitur_truck img {
  width: 90%;
  position: relative; }

.fitur_product .bottom .floating_images .img_fitur_truck:before {
  content: '';
  position: absolute;
  bottom: -20%;
  background-image: url(../images/icon/big-line3.png);
  left: 20%;
  right: 0;
  width: 100%;
  background-repeat: no-repeat;
  height: 100%;
  z-index: 0; }

@media (max-width: 1200px) {
  .fitur_product .bottom .floating_images .img_fitur_truck img {
    width: 100%; } }

@media (max-width: 992px) {
  .fitur_product .bottom .floating_images .img_fitur_truck img {
    width: 80%; } }

@media (max-width: 992px) {
  .fitur_product .bottom .floating_images {
    display: none; } }

.fitur_interior {
  position: relative; }

.fitur_interior:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50%;
  width: 100%;
  background: #5c5c5d;
  background: -webkit-gradient(left top, right bottom, color-stop(0%, #5c5c5d), color-stop(1%, #5c5c5d), color-stop(10%, #2c2a27), color-stop(45%, black), color-stop(100%, #0c0a04));
  background: linear-gradient(135deg, #5c5c5d 0%, #5c5c5d 1%, #2c2a27 10%, black 45%, #0c0a04 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c5c5d', endColorstr='#0c0a04', GradientType=1 ); }

.fitur_interior:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  background: black; }

@media (max-width: 992px) {
  .fitur_interior {
    padding: 2rem 0rem 4rem; } }

.fitur_interior .owl-fitur-interior .item {
  position: relative; }

.fitur_interior .interior_list {
  position: absolute;
  top: 20%;
  display: inline-block;
  width: 45%; }

.fitur_interior .interior_list.interior_list_left {
  left: 10%; }

.fitur_interior .interior_list.interior_list_right {
  right: 0; }

@media (max-width: 992px) {
  .fitur_interior .interior_list {
    background-image: none !important;
    margin-top: 0%;
    min-height: auto; }
  .fitur_interior .interior_list .img-opacity-none {
    opacity: 1;
    text-align: center; }
  .fitur_interior .interior_list .img-opacity-none img {
    max-height: 350px; } }

.fitur_interior .interior_list .title {
  margin-bottom: 1.75rem; }

.fitur_interior .interior_list .title h1 {
  font-size: 54px;
  color: #fff;
  font-family: "Gotham-Light";
  line-height: 1; }

@media (max-width: 992px) {
  .fitur_interior .interior_list .title h1 {
    font-size: 42px; } }

.fitur_interior .interior_list .desc {
  margin-top: 0rem;
  line-height: 1.7; }

@media (min-width: 1400px) {
  .fitur_interior .interior_list .desc {
    width: 80%; } }

.fitur_interior .interior_list.list-right {
  background-position-x: right; }

.fitur_interior .interior_list.m-25 {
  margin-top: -25%; }

@media (max-width: 992px) {
  .fitur_interior .interior_list.m-25 {
    margin-top: 0px; } }

.fitur_interior .interior_list.m-30 {
  margin-top: -30%; }

@media (max-width: 992px) {
  .fitur_interior .interior_list.m-30 {
    margin-top: 0px; } }

.fitur_interior .interior_list.m-0 {
  margin-top: -0%; }

@media (max-width: 992px) {
  .fitur_interior .interior_list.m-0 {
    margin-top: 0px; } }

.timeline_wrapper {
  padding: 5rem 0rem;
  min-height: 100vh;
  background-image: url("../images/sejarah-bg.jpg");
  background-size: cover;
  background-position: center center; }

.timeline_wrapper .title {
  margin-bottom: 3rem; }

.timeline_wrapper .title h4 {
  color: #f8f511;
  line-height: 1; }

.timeline_wrapper .title h2 {
  color: #fffdbc;
  line-height: 1;
  letter-spacing: 0.5px; }

.timeline_wrapper .zoomtimeline_wrapper .yearlist-con .year.active .the-year {
  font-family: "Gotham-Bold";
  font-size: 32px;
  color: #fff;
  font-weight: normal; }

.timeline_wrapper .zoomtimeline_wrapper .yearlist-con .year .the-year {
  font-family: "Gotham-Bold";
  font-size: 15px;
  color: #fff;
  font-weight: normal; }

.timeline_wrapper .zoomtimeline_wrapper .ztm-item .hex-desc {
  font-family: "Gotham-Bold";
  font-size: 32px;
  color: #fff; }

.timeline_wrapper .zoomtimeline_wrapper .details-container > .curr-item .detail-excerpt {
  font-size: 14px;
  font-family: "Gotham-Medium";
  font-weight: normal;
  margin-top: 1rem; }

.timeline_wrapper .zoomtimeline_wrapper .details-container > .detail .detail-image, .timeline_wrapper .zoomtimeline_wrapper .details-container > .detail .detail-image--border {
  border-radius: 0px; }

.dealer-map {
  padding: 2rem 0.5rem;
  padding-bottom: 0rem;
  position: relative; }

.dealer-map .dealer_name {
  font-size: 14px;
  font-family: "Gotham-Medium";
  color: #4d565b;
  margin-bottom: 0.5rem; }

.dealer-map .dealer_address {
  width: 300px;
  color: #4d565b;
  font-family: "Gotham-Book";
  font-size: 11px;
  line-height: 1.5;
  margin-bottom: 0.5rem; }

.dealer-map .map_row {
  color: #4d565b;
  font-family: "Gotham-Medium";
  font-size: 9px; }

.dealer-map .map_row .col-map {
  padding: 0.25rem 0.25rem; }

.dealer-map .map_row .col-map i {
  font-size: 10px;
  margin-bottom: 2px; }

.dealer-map .map_row .col-left {
  border-right: 1px solid #898989; }

.head-top {
  margin-bottom: 16px;
  margin-top: 7px; }

.head-top img {
  width: 210px;
  margin-left: -25px; }

.head-top a {
  display: inline-block;
  margin-top: 11px; }

.not-found-header {
  font-size: 20px;
  display: block;
  margin-bottom: 10px; }

.img-responsive {
  width: 100%; }

.form_career {
  background: -webkit-gradient(linear, left top, left bottom, from(#fbf7c7), to(#efe88d));
  background: linear-gradient(#fbf7c7, #efe88d);
  margin: -30px 0px 0px 0px; }

.form_career .description_career {
  padding: 40px 20px;
  margin: 15px 0px;
  font-size: 12px;
  border-right: 1px solid orange; }

@media (max-width: 769px) {
  .form_career .description_career {
    padding: 5px 20px;
    border-right: 0px solid orange; } }

.form_right_career {
  margin-top: 20px; }

@media (max-width: 769px) {
  .form_right_career {
    margin-top: 0px; } }

.form_right_career .title h3 {
  font-size: 20px;
  margin-bottom: 20px; }

@media (max-width: 769px) {
  .form_right_career .title h3 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px; } }

.form_right_career input:focus {
  border: 0px solid transparent !important; }

.form_right_career select:focus {
  border: 0px solid transparent !important; }

.form_right_career input {
  background: #ffe001;
  border-color: #ffe001;
  font-size: 14px;
  height: 38px; }

.form_right_career select {
  background: #ffe001;
  border-color: #ffe001;
  font-size: 14px; }

.form-atas-custome {
  margin-bottom: 10px;
  margin-right: 10px; }

@media (max-width: 769px) {
  .form-atas-custome {
    margin-bottom: 10px;
    margin-right: -15px; } }

.form-atas-custome .form-3 {
  padding-right: 10px;
  padding-left: 0; }

.left-form-career {
  padding-right: 0;
  display: -webkit-flex !important;
  -webkit-flex-wrap: wrap !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important; }

@media (max-width: 769px) {
  .left-form-career {
    padding-right: 15px;
    display: -webkit-flex !important;
    -webkit-flex-wrap: wrap !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; } }

.right-form-career {
  padding-left: 0; }

@media (max-width: 769px) {
  .form-atas-custome .form-3 {
    margin-right: 10px;
    width: 46.5%;
    margin-bottom: 10px;
    padding-right: 0px;
    padding-left: 19px; }
  .form-1 {
    margin-left: 20px; } }

@media (max-width: 425px) {
  .card .card-button .row .col-md-3 {
    border-bottom: 1px solid #ddd;
    margin-bottom: 7px;
    padding-bottom: 10px; } }

.form-atas-custome button {
  background: #636363;
  border: 1px solid #636363;
  color: #ffe001; }

.form-atas-custome button:hover {
  background: #464646;
  border: 1px solid #464646;
  color: #ffe001; }

.form_career .form-check label {
  font-size: 12px;
  font-weight: bold;
  color: #545454; }

.footer_check {
  background: #ffe001;
  margin: 0;
  padding: 20px 20px 10px 20px; }

@media (max-width: 769px) {
  .footer_check {
    background: #ffe001;
    margin: 0;
    padding: 20px 10px 10px 10px; }
  .form-check {
    padding: 0; } }

/*Check box*/
input[type="checkbox"] + .label-text:before {
  content: "\f096";
  font-family: "FontAwesome";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 0.7;
  -webkit-font-smoothing: antialiased;
  width: 12px;
  display: inline-block;
  margin-right: 8px;
  font-size: 17px;
  background: #fff; }

input[type="checkbox"]:checked + .label-text:before {
  content: "\f14a";
  color: #2980b9;
  -webkit-animation: effect 250ms ease-in;
  animation: effect 250ms ease-in; }

input[type="checkbox"]:disabled + .label-text {
  color: #aaa; }

input[type="checkbox"]:disabled + .label-text:before {
  content: "\f0c8";
  color: #ccc; }

label {
  position: relative;
  cursor: pointer;
  color: #666; }

input[type="checkbox"] {
  position: absolute;
  right: 9000px; }

.title-custome {
  margin: 40px 0px 0px -5px; }

.lite-greyBg {
  background: #EFEFEF; }

.bg-white {
  background: white; }

.pad20 {
  padding: 20px; }

.pad10 {
  padding: 10px;
  border: 1px solid #ddd; }

.pad5 {
  padding: 5px; }

.mR20 {
  margin-right: 20px; }

.mB20 {
  margin-bottom: 20px; }

.bdr {
  border: thin solid #EFEFEF; }

.bdrB {
  border-bottom: thin solid #EFEFEF; }

.trs-acc-hdg {
  cursor: pointer; }

.trs-acc-hdg .logo {
  display: inline-block;
  padding: 10px;
  border-right: 1px solid #da0000; }

.trs-acc-bdy {
  /*position: relative;*/
  top: 58px;
  background: #EFEFEF;
  /*width: 1085px;*/ }

.grid__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #aaa;
  min-height: 150px;
  font-size: 5em;
  color: inherit;
  text-decoration: none;
  background: #ddd; }

.grid__item:focus + .grid__description {
  max-height: 200px;
  -webkit-transition: max-height 0.4s ease-in;
  transition: max-height 0.4s ease-in; }

.grid__description {
  max-height: 0;
  overflow: hidden;
  background: #aaa;
  -webkit-transition: max-height 0.15s ease-in;
  transition: max-height 0.15s ease-in; }

.grid__description div {
  padding: 2em;
  -webkit-box-shadow: inset 0 0 2px #000;
  box-shadow: inset 0 0 2px #000; }

.grid.careers .grid__item {
  margin: 14px;
  display: inline-block;
  font-size: 15px;
  padding: 20px;
  background: #fff;
  min-height: 125px; }

.grid.careers .grid__item .row .col-md-3 {
  border-right: 1px solid #ddd; }

@media screen and (min-width: 30em) {
  .grid {
    display: grid;
    grid-template-areas: "item item item" "desc desc desc";
    grid-template-columns: 1fr 1fr 1fr; }
  .grid.careers .grid__description {
    grid-area: desc;
    margin: 0px 14px; }
  .grid.careers {
    display: grid;
    grid-template-areas: "item item" "desc desc";
    grid-template-columns: 0.8fr 0.8fr; }
  .grid__description {
    grid-area: desc; } }

.outline-orange {
  background: #fff;
  border: 1px solid orange;
  color: orange !important; }

.outline-orange:hover {
  background: orange;
  border: 1px solid orange;
  color: #fff !important; }

.w-10-persen {
  width: 10% !important; }

.mt8 {
  margin-top: 8px; }

.white {
  color: #fff; }

a.white:hover {
  color: #fff; }

.detail_crr {
  margin: 40px 0; }

.detail_crr .col-left {
  position: relative;
  padding: 0; }

.detail_crr .col-left:after {
  content: '';
  position: absolute;
  background-color: #f0d359;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  opacity: 0.5; }

.detail_crr .col-left img {
  width: 100%; }

.detail_crr .col-left .content_wrapper {
  height: 100%; }

.detail_crr .col-right {
  padding: 60px 90px 30px 90px;
  background: #fbf6b4; }

@media (max-width: 769px) {
  .detail_crr .col-right {
    padding: 10px;
    background: #fbf6b4; }
  .detail_crr .col-right .top {
    padding: 20px 10px 20px 20px; }
  .detail_crr .col-right .top {
    font-size: 13px; }
  .detail_crr .col-right .top i.fa-quote-left {
    font-size: 25px !important; }
  .detail_crr .col-right .top i.fa-quote-right {
    font-size: 25px !important; }
  .testimonial-slider {
    width: 100% !important;
    font-size: 13px; }
  .navprev-car {
    text-align: center;
    margin-top: 50px; }
  .card-details-description img.pull-right {
    width: 100%; } }

.navprev-car a {
  margin-right: 15px; }

.navprev-car {
  text-align: center;
  margin-top: 50px; }

.detail_crr .col-right .top {
  font-size: 20px;
  color: #7d7a73; }

.detail_crr .col-right .top i.fa-quote-left {
  font-size: 45px;
  color: #b7b6b1;
  vertical-align: bottom; }

.detail_crr .col-right .top i.fa-quote-right {
  font-size: 45px;
  color: #b7b6b1;
  vertical-align: top; }

.testimonial-slider .name {
  margin-top: 60px; }

@media (max-width: 992px) {
  .detail_crr .col-right .top {
    padding-right: 1rem;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-image: none;
    position: relative; }
  .detail_crr .col-right .top:before {
    content: '';
    position: absolute;
    background-image: url("../images/bg_prinsip_ktb.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    opacity: 0.5; } }

.testimonial-slider {
  width: 100% !important;
  padding: 0 50px; }

.testimonial-slider small {
  color: orange; }

.section_mod-c {
  padding-top: 0px;
  padding-bottom: 100px; }

.form-control {
  display: block;
  width: 100%;
  height: 55px;
  padding: 5px 23px 2px;
  font-size: 15px;
  line-height: 1;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  margin-bottom: 22px; }

.form-control:focus {
  border-color: #66afe9;
  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 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }

.form-control::-moz-placeholder {
  color: #777;
  font-size: 12px;
  /*text-transform: uppercase;*/
  opacity: 1;
  letter-spacing: .2em; }

.form-control:-ms-input-placeholder {
  color: #777;
  font-size: 12px;
  /*text-transform: uppercase;*/
  letter-spacing: .2em; }

.form-control::-webkit-input-placeholder {
  color: #777;
  font-size: 12px;
  /*text-transform: uppercase;*/
  letter-spacing: .2em; }

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1; }

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed; }

textarea.form-control {
  height: auto;
  padding-top: 22px; }

.mb20 {
  margin-bottom: 20px; }

.contacts-block {
  margin-bottom: 17px; }

.contacts-block .fa {
  float: left;
  margin-top: 0px;
  font-size: 25px;
  color: #888; }

.contacts-block__inner {
  display: block;
  padding-left: 40px;
  font-size: 13px;
  color: #a7a7a7; }

.contacts-block__emphasis {
  display: block;
  margin-bottom: 3px;
  font: 600 20px 'Gotham-Book';
  color: #5c5c5d; }

.contacts-block_mod-a {
  margin-top: 15px;
  margin-bottom: 10px; }

.contacts-block_mod-a .fa {
  font-size: 23px; }

.contacts-block__inner {
  display: block;
  padding-left: 40px; }

.navbar-nav li.nav-item.dropdown:hover .dropdown-menu {
  display: block; }

.navbar-nav li.nav-item.dropdown:hover a {
  /*color: #fcff00 !important;
    border-bottom: 2px solid #fcff00;*/
  color: #fcff00 !important;
  border-bottom: 2px solid #fcff00;
  -webkit-transition: 0.3s all easy-in;
  transition: 0.3s all easy-in;
  margin-bottom: 0px; }

.navbar-nav li.nav-item.dropdown:hover .dropdown-menu a {
  color: #929292 !important;
  /*  border-bottom: 2px solid #929292;  */
  border-bottom: 1px solid #929292; }

.navbar-nav li.nav-item.dropdown .dropdown-menu a:hover {
  color: #000 !important; }

.nav-tabs li.nav-item:hover {
  border-bottom: 1px solid red; }

.nav-tabs li.nav-item:hover .nav-link {
  color: red;
  background-color: #fff;
  border-color: #fff #fff red; }

.nav-tabs li.nav-item {
  position: relative;
  z-index: 1;
  display: block;
  margin: 0;
  text-align: center;
  -moz-flex: 1;
  -ms-flex: 1;
  -webkit-box-flex: 1;
  flex: 1; }

.nav-tabs li.nav-item .nav-link {
  color: #74777b; }

.nav-tabs .nav-link.active:hover, .nav-tabs .nav-item.show .nav-link:hover {
  border-bottom: 1px solid #e6cc35; }

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
  border-bottom: 0px;
  color: #e6cc35 !important;
  background-color: #fff;
  border-color: #fff #fff #e6cc35; }

.home_news .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
  /* color:#1f1d16!important; */ }

#myTabContent {
  padding: 20px; }

.layanan-slider .item:hover {
  cursor: -webkit-grab;
  cursor: grab; }

.detail_news {
  padding-top: 20px; }

/*.layanan-slider .slick-list .slick-track {
  width: 100%!important;
}
.layanan-slider .slick-list .slick-track .item {
  width: 100%!important;
}*/
.mb-10 {
  margin-bottom: 20px; }

.box_top .img_wrapper img {
  height: 220px;
  -o-object-fit: cover;
  object-fit: cover; }

.p-0 {
  padding: 0px; }

.modal-tanya-ahli .modal-content {
  background: rgba(67, 67, 67, 0.63); }

.modal-tanya-ahli .modal-content .modal-title, .modal-header .close {
  color: #ffffff; }

.modal-tanya-ahli .modal-content .modal-header {
  border-bottom: 1px solid rgba(67, 67, 67, 0.63); }

.layanan-slick .box-layanan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.layanan-slick .box-layanan .left, .layanan-slick .box-layanan .right {
  width: 49%;
  padding: 10px; }

.des-custome {
  font-size: 13px;
  line-height: 19px; }

.btn-warning {
  color: #ffffff;
  font-weight: bold !important; }

.btn-warning:hover {
  color: #ffffff; }

.title-count {
  text-align: center;
  font-size: 25px;
  color: #ffffff;
  margin-bottom: 60px; }

.title_service {
  color: #333;
  text-align: center; }

.service a .title_service:hover {
  text-decoration: none !important; }

.box-services-im {
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 20px; }

.drop-three a {
  border-bottom: 2px solid transparent !important;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13px;
  /*padding-left: 10px;*/
  font-weight: bold; }

.drop-three {
  background-color: transparent;
  padding: 0.75rem 0.5rem 0.75rem 0.5rem;
  top: 0px;
  text-decoration: none;
  border-bottom: 2px solid #c0bfbb !important; }

.dropdown-three {
  width: 200px; }

.dropdown-menu:hover {
  display: block !important; }

.dropdown-menu .dropdown-three:hover .drop-three {
  display: block !important; }

.dropdown-menu .nav-items {
  color: #dbdbdb !important;
  font-family: "Gotham-Medium";
  text-transform: uppercase;
  font-size: 14px;
  padding: 0.75rem 0.5rem 0.75rem 0.5rem;
  display: inline-block;
  margin-bottom: 2px;
  width: 200px; }

.dropdown-menu .nav-items {
  border-bottom: 2px solid #c0bfbb; }

.navbar-nav li.nav-item.dropdown:hover .dropdown-menu .nav-items a {
  padding-bottom: 15px;
  text-decoration: none;
  border-bottom: 0px; }

.pagings a {
  font-size: 12px;
  color: #afafaf;
  padding: 8px 12px;
  position: relative;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  margin-right: 0.5rem;
  background-color: #fff;
  border: 1px solid #dee2e6; }

.pagings a:hover {
  text-decoration: none;
  color: #000; }

.pagings strong {
  border: 1px solid #dee2e6;
  margin-right: 0.5rem;
  padding: 0.5rem 0.75rem;
  font-size: 12px;
  color: #000;
  border-color: #cccccc;
  background-color: #fff; }

.form-career {
  padding: 60px 0; }

.red {
  color: red; }

.color-transparent {
  color: transparent; }

.fileUpload {
  position: relative;
  overflow: hidden;
  background: #ACACAC;
  background: -webkit-gradient(linear, left top, left bottom, from(#ACACAC), to(#898989));
  background: linear-gradient(#ACACAC, #898989);
  border: none;
  border-radius: 0;
  width: 100%;
  margin-top: 5px;
  display: inline-block;
  margin-bottom: 10px; }

@media (max-width: 992px) {
  .our_achievments_area {
    padding-top: 50px !important;
    padding-bottom: 60px !important; }
  .our_achievments_area .col-md-9.col-xs-9 h4 {
    color: #f7ec11 !important;
    font-size: 14px; }
  .lingkunganKerja .title .border_bottom_after {
    margin-bottom: 30px; } }

.our_achievments_area .col-md-9.col-xs-9 h4 {
  color: #f7ec11 !important; }

#groups {
  display: inline-block; }

.lingkunganKerja {
  background: -webkit-gradient(linear, left top, left bottom, from(#fbf7c7), to(#efe88d));
  background: linear-gradient(#fbf7c7, #efe88d);
  padding: 50px 0; }

.lingkunganKerja .title .border_bottom_after:after {
  background-color: #282828; }

.our_achievments_area {
  background-image: url(../images/career/BACKGROUND.png);
  /* Full height */
  height: 100%;
  /* Center and scale the image nicely */
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
  padding-top: 150px;
  padding-bottom: 160px; }

.our_achievments_area:after {
  content: "";
  position: absolute;
  top: 0;
  background-color: rgba(0, 0, 0, 0);
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: -1; }

.our_achievments_area h2, .our_achievments_area h4, .our_achievments_area p {
  color: #fff !important; }

.our_achievments_area p {
  margin-bottom: 20px; }

.our_vacancies_area {
  background-image: url(../images/career/FOOTER.png);
  /* Full height */
  height: 100%;
  /* Center and scale the image nicely */
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 0;
  padding-top: 50px;
  padding-bottom: 60px; }

.our_vacancies_area:after {
  content: "";
  position: absolute;
  top: 0;
  background-color: rgba(0, 0, 0, 0);
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: -1; }

.our_vacancies_area .lowonganarea {
  text-align: center; }

.our_vacancies_area .lowonganarea p {
  color: #ccc54a;
  margin-bottom: 30px; }

.our_vacancies_area .btnCari {
  padding: 10px 60px;
  background: #ff3b00;
  color: #fff;
  width: 100%;
  letter-spacing: 3px; }

.our_vacancies_area .btnCari:hover {
  text-decoration: none;
  background: #c7360a; }

.alur-proses {
  background: #f7f7f7;
  padding-top: 100px;
  padding-bottom: 200px; }

.selector {
  position: absolute;
  left: 40%;
  top: 50%;
  width: 250px;
  height: 250px;
  margin-top: -70px;
  margin-left: -70px; }

.selector,
.selector button {
  font-family: 'Oswald', sans-serif;
  font-weight: 300; }

.selector button {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 10px;
  background: #eaeaea;
  border-radius: 50%;
  border: 0;
  color: white;
  font-size: 20px;
  cursor: pointer;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  -webkit-transition: all .1s;
  transition: all .1s; }

.selector button:hover {
  background: #ffffff; }

.selector button:focus {
  outline: none; }

.selector button h6 {
  color: #212529; }

.selector button p {
  letter-spacing: 0.3px;
  line-height: normal;
  font-size: 12px;
  color: #707171; }

img.w-255 {
  width: 255px; }

.selector ul {
  position: absolute;
  list-style: none;
  padding: 0;
  margin: 0;
  top: -70px;
  right: -70px;
  bottom: -70px;
  left: -70px;
  border: 1px dashed #000;
  border-radius: 100%; }

.selector li {
  position: absolute;
  width: 0;
  height: 68%;
  margin: 13% 46% 18% 49%;
  -webkit-transform: rotate(-360deg);
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out; }

.selector li input {
  display: none; }

.selector li input + label {
  position: absolute;
  left: 50%;
  bottom: 100%;
  width: 0;
  padding: 0px 3px;
  height: 0;
  line-height: 1px;
  margin-left: 0;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 1px;
  overflow: hidden;
  cursor: pointer;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.8s ease-in-out, color 0.1s, background 0.1s;
  transition: all 0.8s ease-in-out, color 0.1s, background 0.1s; }

.selector li input + label:hover {
  background: #f0f0f0; }

.selector li input:checked + label {
  background: #fff;
  color: white; }

.selector li input:checked + label:hover {
  background: #fff; }

.selector.open li input + label {
  width: 80px;
  height: 80px;
  line-height: 80px;
  margin-left: 41px;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  font-size: 14px; }

@media (max-width: 768px) {
  .selector ul {
    top: -30px;
    right: -30px;
    bottom: -30px;
    left: -30px; }
  .selector button p {
    font-size: 9px; }
  .selector {
    width: 180px;
    height: 180px;
    left: 42%;
    margin-top: -20px; }
  .alur-proses {
    padding-bottom: 50px; }
  .alur-proses .title {
    margin-top: 250px; }
  .selector.open li input + label img {
    width: 80%; }
  .selector.open li input + label {
    width: 60px;
    height: 60px;
    line-height: 60px; } }

.career_us {
  position: relative; }

.career_us:after {
  content: '';
  background-image: url(../images/career/INTRO.png);
  position: absolute;
  right: 0;
  width: 100%;
  height: 100%;
  top: 0;
  background-repeat: no-repeat;
  background-position: right;
  z-index: -1; }

.career_us.border_bottom_before:before {
  content: '';
  position: absolute;
  right: 0;
  width: 40%;
  height: 5px;
  bottom: 0px;
  z-index: 0;
  background-color: #f7ec11; }

@media (max-width: 768px) {
  .career_us {
    padding: 3rem 0rem; }
  .career_us:after {
    opacity: 1.15;
    background-size: contain; }
  .career_us .img-opacity-none {
    display: none; } }

@media (max-width: 1440px) {
  .career_us {
    padding: 0rem 0rem; }
  .career_us:after {
    background-size: contain; } }

@media (max-width: 1100px) {
  .career_us {
    padding: 3rem 0rem; }
  .career_us:after {
    opacity: 0.5;
    background-size: contain; } }

@media (max-width: 996px) {
  .career_us {
    padding: 3rem 0rem; }
  .career_us:after {
    opacity: 0.2;
    background-size: unset; }
  .career_us .img-opacity-none {
    display: none; } }

.runner_csr_polor {
  background-image: url(../images/csr/BEGEEEHHH.png);
  /* Full height */
  height: 100%;
  /* Center and scale the image nicely */
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 0; }

.runner_csr {
  background-image: url(../images/csr/BGG.png);
  background-color: #e6e6e6;
  /* Full height */
  height: 100%;
  padding-top: 10rem !important;
  /* Center and scale the image nicely */
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: auto;
  position: relative;
  z-index: 0;
  padding-top: 0px;
  padding-bottom: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.runner_csr h3 {
  font-weight: bold !important;
  font-size: 35px; }

.our_features {
  background-image: url(../images/csr/BEGEHH.png);
  /* Full height */
  height: 100%;
  /* Center and scale the image nicely */
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
  margin-top: -35px;
  padding-top: 120px;
  padding-bottom: 120px; }

.our_features .title .border_bottom_after:after {
  left: 48%; }
.our_features .features_bx .title .border_bottom_after:after {
  left: 0%;
  height: 3px; }

.our_features .features_bx{
    min-height:218px;
}
.owl-item.active.center .features_bx {
  background: #f7ec11;
  /* padding-bottom: 35px; */
  min-height:218px; }

.owl-item.active.center .features_bx img {
  filter: brightness(0%);
  -webkit-filter: brightness(0%); }

.owl-item.active .features_bx .second_des {
  color: #fff; }

.owl-item.active.center .features_bx .second_des {
  border-left: 4px solid #333333;
  color: #333333; }

.owl-item.active.center .features_bx .second_des h5,
.owl-item.active.center .features_bx .second_des p {
  color: #333333; }

.owl-item.active.center .features_bx .title .border_bottom_after:after {
  background-color: transparent; }

.owl-item.active.center .features_bx .title .border_bottom_after,
.owl-item.active .features_bx .title .border_bottom_after,
.owl-item .features_bx .title .border_bottom_after {
  padding-bottom: 10px; }

.owl-item.active.center .features_bx .second_des {
  margin-bottom: 15px; }

.features_bx {
  background: #353535;
  padding: 20px 0; }

.features_bx .second_des {
  border-left: 4px solid #353535;
  padding: 0px 15px; }

.features_bx .second_img {
  padding: 0px 20px 20px 20px;
  min-height: 99px;}

.features_bx img {
  width: auto !important; }

.features_bx p {
  line-height: 15px;
  font-weight: 100;
  color: #ffffff;
  margin-top: 7px;
  margin-bottom: 0px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-family: 'Gotham-Light';
  font-size: 14px;}

.features_bx h5 {
  font-weight: bold;
  color: #ffffff;
  font-family: 'Gotham-Medium'; }

.features.owl-theme .owl-nav .owl-prev,
.features.owl-theme .owl-nav .owl-next {
  background: rgba(214, 214, 214, 0) !important; }

.features .prev-features {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #000; }

.features .next-features {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #000; }

.our_cara_kerja {
  background-image: url(../images/csr/begehhh.png);
  /* Full height */
  height: 100%;
  /* Center and scale the image nicely */
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
  padding-top: 50px;
  padding-bottom: 50px; }

.our_cara_kerja .title .border_bottom_after:after {
  left: 48%; }

.our_cara_kerja .features_bx .title .border_bottom_after:after {
  left: 0%;
  height: 3px; }

.our_cara_kerja .title h1,
.our_cara_kerja .title h2 {
  color: #ffffff; }

.our_cara_kerja .imgs {
  padding: 20px;
  height: 80%;
  text-align: center; }

.our_cara_kerja .imgs img {
  height: 70%;
  width: auto;
  margin: 0 auto; }

.demo-arrow-down {
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #292929; }

.bx_download_call {
  background: #ffffff;
  padding: 60px 0 0px 0; }

.bx_download_call img {
  padding: 5px 30px; }

.bx_download_call .btn {
  margin-left: -50px;
  border-radius: 30px;
  background: #f7ec11;
  color: #5f5d5d;
  border-color: #f7ec11;
  font-weight: 100 !important;
  padding: 10px 20px;
  -webkit-box-shadow: 10px 10px 17px -8px rgba(0, 0, 0, 0.75);
  box-shadow: 10px 10px 17px -8px rgba(0, 0, 0, 0.75); }

.bx_download_call .btn:hover {
  background: #e0d60f; }

.bx_download_call .content_text img {
  padding: 0; }

.bx_download_call .content_text.grey,
.bx_download_call .title {
  margin-right: 20px; }

.bx_download_call .content_text h2 {
  color: red;
  font-size: 45px;
  font-weight: bold;
  letter-spacing: 1.5px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.bx_download_call.center {
  padding-bottom: 80px; }

.bx_download_call.center .content_text.grey,
.bx_download_call.center .title {
  margin-left: 20px; }

.bx_download_call.center p {
  margin-top: 30px; }

.bx_download_call.center img {
  padding: 0; }

.bx_download_call.center h3 {
  color: red; }

@media (max-width: 768px) {
  .our_features {
    padding-top: 100px;
    padding-bottom: 100px; }
  .bx_download_call .title .border_bottom_after {
    padding-top: 30px; }
  .bx_download_call.center {
    padding-top: 10px; }
  .bx_download_call.center .content_text.grey, .bx_download_call.center .title {
    margin-left: 0px; }
  .bx_download_call .content_text.grey, .bx_download_call .title {
    margin-right: 0px; }
  .bx_download_call .content_text h2 {
    letter-spacing: normal;
    font-size: 35px;
    margin-bottom: 40px; } }

.board .tab-content ul li {
  color: #7d7d7d; }

.board .tab-content ul {
  margin-top: 10px; }

.halaman_service {
  position: relative;
  margin-top: 90px; }

.halaman_service p {
  /*color: #afafaf;*/
  color: #868686; }

.halaman_service p.narrow {
  /*color: #7d7d7d;*/
  color: #868686; }

.halaman_service h4 {
  font-weight: 10;
  margin-bottom: 0; }

.halaman_service .title .border_bottom_after:after {
  left: 48%; }

@media (max-width: 768px) {
  .halaman_service {
    padding: 0rem 0rem; }
  .halaman_service:after {
    opacity: 0.25;
    background-size: contain; }
  .halaman_service .img-opacity-none {
    display: none; } }

.halaman_menu_service {
  position: relative; }

.halaman_menu_service p {
  color: #a0a0a0; }

.halaman_menu_service h4 {
  font-weight: 10;
  margin-bottom: 0; }

.halaman_menu_service .title .border_bottom_after:after {
  left: 48%; }

@media (max-width: 768px) {
  .halaman_menu_service {
    padding: 3rem 0rem; }
  .halaman_service:after {
    opacity: 0.25;
    background-size: contain; }
  .halaman_menu_service .img-opacity-none {
    display: none; } }

@media (max-width: 768px) {
  .halaman_menu_service {
    padding: 0rem; } }

.about_pages .service {
  padding-top: 130px; }

.service {
  background-image: url("../images/layanan/2/BACLGROUND.html");
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 80px; }

.about_pages img.logo-ser {
  margin-bottom: -100px; }

.box-service {
  /* background: linear-gradient(90deg, #ffffff 49%, #fcff00 114%); */
  border-radius: 10px;
  text-align: center;
  padding: 20px 20px 0px 20px;
  margin-bottom: 0px;
  -webkit-transition: all .15s ease-in;
  transition: all .15s ease-in; }

.box-service:hover {
  /* box-shadow:0 2px 14px 0 rgba(0,0,0,.1); */
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.box-service p {
  margin-top: 15px;
  font-size: 13px;
  letter-spacing: 0.8px; }

.box-service img {
  width: 30%;
  margin-bottom: 20px; }

.box-service .title_service {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /*color: #a0a0a0;*/
  color: #868686; }

.box-service-menu {
  background: -webkit-gradient(linear, left top, right top, color-stop(49%, #ffffff), color-stop(114%, #fcff00));
  background: linear-gradient(90deg, #ffffff 49%, #fcff00 114%);
  border-radius: 10px;
  text-align: center;
  padding: 20px 20px 0px 20px;
  margin-bottom: 0px;
  -webkit-transition: all .15s ease-in;
  transition: all .15s ease-in; }

.box-service-menu:hover {
  -webkit-box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.1);
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.box-service-menu p {
  margin-top: 15px; }

.box-service-menu .title_service {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #a0a0a0; }

.list_ask_menu_service {
  /* background: url("../images/layanan/BACKGROUND.png"); */
  background-repeat-y: repeat;
  background-repeat-x: no-repeat; }

.list_ask_menu_service .container-fluid .main-content .row:last-child {
  margin-top: -110px; }

.list_ask_menu_service .container .main-content .row:last-child {
  margin-top: -110px; }

.list_ask_menu_service .container-fluid .main-content .row .box_top .row:last-child {
  margin-top: -79px;
  padding: 0px 10px 0px 10px; }

.list_ask_menu_service .container-fluid .main-content .row .box_top h5 {
  margin-bottom: 0px;
  color: #ffffff; }

.list_ask_menu_service .container-fluid .main-content .row .box_top .titlez {
  font-size: 30px;
  color: #ffffff; }

.list_ask_menu_service .container .main-content .row .box_top .row:last-child {
  margin-top: -79px;
  padding: 0px 10px 0px 10px; }

.list_ask_menu_service .container .main-content .row .box_top h5 {
  margin-bottom: 0px;
  color: #ffffff; }

.list_ask_menu_service .container .main-content .row .box_top .titlez {
  font-size: 30px;
  color: #ffffff; }

.list_ask_menu_service .col-ask a:hover {
  text-decoration: none; }

.list_ask_menu_service .box-ask a:hover .box_top .content_hover {
  opacity: 1;
  -webkit-transition: 0.3s all ease-in;
  transition: 0.3s all ease-in; }

.list_ask_menu_service .box-ask .box_top {
  position: relative; }

.list_ask_menu_service .box-ask .box_top .img_wrapper {
  position: relative; }

.list_ask_menu_service .box-ask .box_top .img_wrapper:after {
  -webkit-box-shadow: inset 0px -40px 40px -10px rgba(0, 0, 0, 0.6);
  box-shadow: inset 0px -40px 40px -10px rgba(0, 0, 0, 0.6);
  content: '';
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  position: absolute; }

.list_ask_menu_service .box-ask .box_top .floating_title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  font-family: "Gotham-Book";
  font-size: 12px;
  padding: 0.5rem 1rem;
  color: #eaef17;
  line-height: 15px;
  z-index: 2; }

.list_ask_menu_service .box-ask .box_top .floating_title.layanan {
  top: -10px !important;
  line-height: 19px;
  font-size: 16px; }

.list_ask_menu_service .box-ask .box_bottom .title {
  font-size: 10px;
  color: #c5c5c5;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #e5e5e5; }

.board-inner .nav li:first-child {
  margin-left: 20%; }

/* written by riliwan balogun http://www.facebook.com/riliwan.rabo*/
.board {
  width: 85%;
  margin: 60px auto;
  height: auto;
  background: #fff;
  /*box-shadow: 10px 10px #ccc,-10px 20px #ddd;*/ }

.board .nav-tabs {
  position: relative;
  /* border-bottom: 0; */
  /* width: 80%; */
  margin: 40px auto;
  margin-bottom: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* .board > div.board-inner{
  background: #fafafa url(http://subtlepatterns.com/patterns/geometry2.png);
  background-size: 30%;
} */
.board .nav-tabs.centered > li, .board .nav-pills.centered > li {
  float: none;
  display: inline-block;
  *display: inline;
  /* ie7 fix */
  zoom: 1;
  /* hasLayout ie7 trigger */ }

.board .nav-tabs.centered, .board .nav-pills.centered {
  text-align: center; }

.board .nav-tabs > li.active > a, .board .nav-tabs > li.active > a:hover, .board .nav-tabs > li.active > a:focus {
  color: #555555;
  cursor: default;
  text-decoration: none;
  border: 0;
  border-bottom-color: transparent; }

.board .nav-tabs > li {
  width: 20%; }

.board .nav-tabs > li:after {
  content: " ";
  position: absolute;
  opacity: 0;
  margin: 0px -15px;
  bottom: 0px;
  border: 5px solid transparent;
  border-bottom-color: #ddd;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out; }

.board .nav-tabs > li.active:after {
  content: " ";
  opacity: 1;
  /* position: absolute;
  left: 49%;
 
  margin: 0 auto;
  bottom: 0px; */
  border: 10px solid transparent;
  border-bottom-color: #ddd; }

.board .nav-tabs > li a {
  width: 70px;
  height: 70px;
  margin: 20px auto;
  border-radius: 100%;
  padding: 0; }

.board .nav-tabs > li a img {
  width: 45%; }

.board .nav-tabs > li.active a img.no-active {
  display: none; }

.board .nav-tabs > li a img.active {
  display: none; }

.board .nav-tabs > li.active a img.active {
  display: block; }

.board .nav-tabs > li a h4 {
  font-size: 15px;
  margin: 10px 0;
  color: #bfbfbf; }

.board .nav-tabs > li a:hover {
  background: transparent;
  text-decoration: none; }

.board .nav-tabs > li.active a h4 {
  color: #15304B; }

.board .tab-pane {
  position: relative;
  padding-top: 50px; }

.board .tab-content {
  color: #868686; }

.board .tab-content .head {
  /*font-family: 'Roboto Condensed', sans-serif;*/
  color: #868686;
  font-family: 'Gotham-Medium';
  font-size: 20px;
  text-transform: uppercase;
  padding-bottom: 10px; }

@media (max-width: 585px) {
  .board {
    width: 90%;
    height: auto !important; }
  .board .tab-content .head {
    font-size: 20px; }
  .board .nav-tabs > li a {
    width: 50px;
    height: 50px;
    line-height: 50px; }
  .board .nav-tabs > li.active:after {
    content: " ";
    position: absolute;
    left: 35%; } }

ul.keuntungan_list {
  list-style-type: none; }

ul.keuntungan_list li:before {
  position: absolute;
  left: 32px;
  content: "\2713";
  color: #53bb1e; }

.our_achievments_layanan img {
  width: 80%; }

.our_achievments_layanan {
  background-image: url(../images/layanan/BG.png);
  /* Full height */
  height: 100%;
  /* Center and scale the image nicely */
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 0;
  padding-top: 10px;
  padding-bottom: 40px; }

.our_achievments_layanan .title .border_bottom_after:after {
  background-color: rgba(247, 236, 17, 0); }

.our_achievments_layanan:after {
  content: "";
  position: absolute;
  top: 0;
  /* background-color: rgba(0, 0, 0, 0.61); */
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: -1; }

.our_achievments_layanan h1 {
  font-weight: bold;
  font-size: 60px;
  color: #fff !important; }

.our_achievments_layanan h2, .our_achievments_layanan h4, .our_achievments_layanan p {
  /*color: #000!important;*/
  color: #fff !important; }

.our_achievments_layanan p {
  margin-bottom: 20px;
  padding: 0 80px; }

.our_achievments_layanan a.btn {
  background-color: #f7e62e;
  padding: 10px 20px;
  border: 1px solid #f7e62e;
  color: #4a4a4a;
  font-weight: 100 !important; }

.our_achievments_layanan a.btn:hover {
  background-color: #ccbd1b;
  border: 1px solid #ccbd1b; }

.our_achievments_layanan img {
  max-height: 100vh; }

.our_achievments_layanan_bottom {
  background-image: url(../images/layanan/BG-APA-KATA-MEREKA.png);
  /* Full height */
  height: 100%;
  /* Center and scale the image nicely */
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 0;
  padding-top: 150px;
  padding-bottom: 160px; }

.our_achievments_layanan_bottom .title .border_bottom_after:after {
  background-color: rgba(247, 236, 17, 0); }

.our_achievments_layanan_bottom:after {
  content: "";
  position: absolute;
  top: 0;
  /* background-color: rgba(0, 0, 0, 0.61); */
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: -1; }

.our_achievments_layanan_bottom h1 {
  font-weight: bold;
  font-size: 60px; }

.our_achievments_layanan_bottom h2, .our_achievments_layanan_bottom h4, .our_achievments_layanan_bottom p {
  color: #000 !important; }

.our_achievments_layanan_bottom p {
  margin-bottom: 20px;
  padding: 0 80px; }

.our_achievments_layanan_bottom a.btn {
  background-color: #f7e62e;
  padding: 10px 20px;
  border: 1px solid #f7e62e;
  color: #4a4a4a;
  font-weight: 100 !important; }

.our_achievments_layanan_bottom a.btn:hover {
  background-color: #ccbd1b;
  border: 1px solid #ccbd1b; }

.services_ser {
  position: relative;
  padding: 50px 0 0px 0;
  padding-top: 150px !important; }

.services_ser:after {
  content: '';
  position: absolute;
  right: 0;
  width: 100%;
  height: 100%;
  top: 0;
  background-repeat: no-repeat;
  background-position: right;
  z-index: -1; }

.services_about {
  background-image: url(../images/layanan/2/BEGE.png);
  /* Full height */
  height: 100%;
  /* Center and scale the image nicely */
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: -1;
  padding-top: 150px;
  padding-bottom: 50px;
  color: #4a4a4a; }

.services_about .row.top {
  margin-bottom: 160px;
  padding-bottom: 50px; }

.services_about .row.bottom {
  margin-top: 160px; }

.spaces {
  height: 100px; }

.bx-konsinyasi img {
  width: 50%; }

.pt-20 {
  padding-top: 20px; }

.genuine {
  background-image: url(../images/layanan/2/BEGRON.png);
  /* Full height */
  height: 100%;
  /* Center and scale the image nicely */
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 0;
  /*adding: 265px 0;*/
  padding: 7rem 0; }

.genuine {
  background-image: url(../images/layanan/bg-spareparts-genuine.png);
  /* Full height */
  height: 100%;
  /* Center and scale the image nicely */
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: -1;
  padding-top: 150px;
  padding-bottom: 150px;
  color: #4a4a4a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.genuine .title {
  margin-bottom: 3rem; }

.genuine .col-md-9 h4 {
  margin-bottom: 15px; }

.genuine .col-md-9 p {
  font-size: 14px;
  padding-right: 50px; }

.genuine .title h4, .genuine .title h2, .genuine .title h1 {
  color: #e4e1a2; }

.genuine h1 {
  font-family: 'Gotham-Book'; }

.genuine .box-service p {
  color: #e4e1a2;
  font-size: 24px;
  padding: 0px 20px;
  line-height: 1.8; }

.genuine p, .genuine h4 {
  color: #e4e1a2; }

.genuine h4 {
  font-weight: 10;
  margin-bottom: 0; }

.genuine .title .border_bottom_after:after {
  left: 48%; }

.genuine .box-service {
  text-align: center;
  padding: 0px; }

.depo_content {
  background-image: url(../images/layanan/2/BG.png);
  /* Full height */
  height: 100%;
  /* Center and scale the image nicely */
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 0;
  padding-top: 6rem;
  padding-bottom: 6rem; }

.depo_content .box-service {
  text-align: left; }

.depo_content .box-service p {
  padding: 0;
  font-size: 18px;
  line-height: 1.8; }

.depo_content .btn {
  padding: 10px 20px;
  background-color: #f7ec11;
  border: 1px solid #f7ec11;
  margin-top: 1rem;
  color: #5d5d5d; }

.depo_content .btn:hover {
  background-color: #eae12e;
  border: 1px solid #eae12e; }

.depo_content .box-service:hover {
  /* box-shadow:0 2px 14px 0 rgba(0,0,0,.1); */
  -webkit-transform: none;
  transform: none;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.sper_center {
  position: relative;
  margin-top: 90px;
  margin-bottom: 10px; }

.sper_center p {
  color: #afafaf; }

.sper_center p.narrow {
  color: #7d7d7d; }

.sper_center h4 {
  font-weight: 10;
  margin-bottom: 0; }

.sper_center .title .border_bottom_after:after {
  left: 48%; }

.sper_center .box-service,
.sper_center .box-service .title_service {
  text-align: left; }

.sper_center .box-service img {
  width: 60%; }

.sper_center .box-service .title_service b {
  color: #000; }

.zero_down {
  background-image: url(../images/layanan/3/BEGEEE.png);
  /* Full height */
  height: 100%;
  /* Center and scale the image nicely */
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: -1;
  padding-top: 170px;
  padding-bottom: 160px; }

.zero_down p {
  padding: 0 30px;
  color: #c5c5c5;
  font-size: 36px; }

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

.after_open {
  position: relative;
  margin-top: 90px;
  margin-bottom: 90px; }

.after_open p {
  color: #afafaf;
  margin-bottom: 50px; }

.detail_crr .col-right {
  padding: 40px 60px 30px 60px; }

.detail_crr {
  margin-bottom: 0; }

.aboutss img {
  width: 100% !important; }

.aboutss p {
  color: #828282;
  margin-top: 20px !important;
  padding: 10px 0px !important;
  font-size: 17px; }

.program_dinamis {
  position: relative;
  padding-top: 130px !important; }

.program_dinamis p {
  color: #828282;
  padding: 20px 80px;
  font-size: 17px; }

.program_dinamis p.narrow {
  color: #7d7d7d; }

.program_dinamis h4 {
  font-weight: 10;
  margin-bottom: 0; }

.program_dinamis .title .border_bottom_after:after {
  left: 48%; }

.product_type .btn {
  background: #f7ec11;
  border: 1px solid #f7ec11;
  color: #696969;
  font-weight: 100 !important;
  font-size: 15px;
  padding: 10px 30px; }

.product_type .btn:hover {
  background: #eae016;
  border: 1px solid #eae016; }

.product_type .title {
  margin-bottom: 1rem; }

.product_type .title h2 {
  line-height: 1;
  color: #505050; }

@media (max-width: 968px) {
  .product_type .title h2 {
    font-size: 24px; } }

.product_type .title .big {
  font-size: 57px;
  color: #282828;
  line-height: 1; }

@media (max-width: 968px) {
  .product_type .title .big {
    font-size: 42px; } }

.product_type .title h5 {
  -webkit-columns: #505050;
  columns: #505050;
  font-size: 25px; }

.product_type .text {
  font-size: 14px;
  color: #505050;
  margin-bottom: 3rem; }

@media (min-width: 1200px) {
  .product_type .text {
    width: 84%; } }

.product_type .text.book {
  font-size: 16px; }

.product_type .type_box {
  padding: 4rem 3rem 1rem 10rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: auto; }

.product_type .col-type-images img {
  /* height: 453px; */
  width: 100%; }

.product_type .type_box.bg_1 {
  background-color: #ffffff; }

.product_type .type_box.bg_2 {
  background-color: #f7ec11; }

.product_type .type_box.bg_3 {
  background-color: #ffd200; }

@media (max-width: 968px) {
  .product_type .type_box {
    padding: 2rem 2rem; } }

@media (max-width: 768px) {
  .product_type .type_box {
    padding: 2.5rem 3rem; } }

@media (max-width: 968px) and (min-width: 768px) {
  .product_type .col-icon {
    margin-bottom: 1.5rem; }
  .product_type .col-type-images .img_wrapper {
    height: 100%; }
  .product_type .col-type-images .img_wrapper img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    -o-object-position: center;
    object-position: center; } }

.no-gutters {
  margin-right: 0 !important;
  margin-left: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.responsibility {
  background-image: url(../images/csr/BGGGGG.png);
  /* Full height */
  height: 100%;
  /* Center and scale the image nicely */
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 0;
  padding-top: 100px;
  padding-bottom: 90px; }

.responsibility:after {
  content: "";
  position: absolute;
  top: 0;
  background-color: rgba(226, 217, 34, 0);
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: -1; }

.responsibility .lowonganarea {
  text-align: center;
  height: 260px;
  padding-top: 50px; }

.responsibility .lowonganarea p {
  color: #ffffff;
  margin-bottom: 30px;
  font-size: 25px; }

.responsibility .btnCari {
  padding: 10px 60px;
  background: #ff3b00;
  color: #fff;
  width: 100%; }

.responsibility .btnCari:hover {
  text-decoration: none;
  background: #c7360a; }

.box_top .floating_title p {
  margin-bottom: 0; }

@media (max-width: 769px) {
  .program_dinamis .title .border_bottom_after:after {
    left: 28%; }
  .program_dinamis p {
    color: #828282;
    padding: 10px;
    font-size: 17px; }
  .list_ask_menu_service .main-content {
    padding-top: 65px; }
  .list_ask_menu_service .main-content .box-ask {
    padding-top: 20px; }
  .list_ask_menu_service .box-ask .box_top .floating_title {
    line-height: 30px; }
  .list_ask_menu_service .box-ask .box_top .floating_title p {
    line-height: 15px;
    margin-top: 10px; }
  .board-inner .nav li:first-child {
    margin-left: 0%; }
  .board-inner .nav li {
    padding-right: 10px; }
  .board .nav-tabs > li {
    width: 33.3%; }
  .board {
    width: 100% !important; }
  .board .nav-tabs > li.active:after {
    border-bottom-color: #fff !important; }
  .board .nav-tabs > li a h4 {
    font-size: 12px; }
  .halaman_service .title .border_bottom_after:after {
    left: 42%; }
  .board .tab-pane {
    position: relative;
    padding-top: 20px; }
  .our_achievments_layanan p {
    margin-bottom: 20px;
    padding: 0 10px; }
  .our_achievments_layanan a.btn {
    margin-bottom: 50px; }
  .our_achievments_layanan {
    padding-top: 50px;
    padding-bottom: 50px; }
  .our_achievments_layanan_bottom {
    padding-top: 50px;
    padding-bottom: 50px; }
  .services_about .row.top {
    margin-bottom: 0px;
    padding-bottom: 0px; }
  .services_about .row.bottom {
    margin-top: 0px; }
  .box-service {
    padding: 0; }
  .genuine .title .border_bottom_after:after {
    left: 43%; }
  .genuine {
    padding: 90px 0; }
  .genuine img {
    width: 50%; }
  .genuine .col-md-9 {
    text-align: center; }
  .genuine .col-md-9 p {
    font-size: 14px;
    padding-right: 0px; }
  .zero_down p {
    padding: 0 30px;
    color: #c5c5c5;
    font-size: 25px; }
  .detail_crr .col-right {
    padding: 10px; }
  .zero_down {
    padding-top: 150px;
    padding-bottom: 60px; }
  .genuine .box-service p {
    color: #f7ec11;
    font-size: 20px;
    padding: 20px;
    line-height: 35px; }
  .depo_content .box-service p {
    padding-right: 83px;
    font-size: 12px; }
  .box-service .text-right {
    text-align: left !important; }
  .sper_center .box-service img {
    width: 100%; } }

.hidden {
  display: none !important; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-12 {
  width: 100%; }

.col-xs-11 {
  width: 91.66666667%; }

.col-xs-10 {
  width: 83.33333333%; }

.col-xs-9 {
  width: 75%; }

.col-xs-8 {
  width: 66.66666667%; }

.col-xs-7 {
  width: 58.33333333%; }

.col-xs-6 {
  width: 50%; }

.col-xs-5 {
  width: 41.66666667%; }

.col-xs-4 {
  width: 33.33333333%; }

.col-xs-3 {
  width: 25%; }

.col-xs-2 {
  width: 16.66666667%; }

.col-xs-1 {
  width: 8.33333333%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-pull-11 {
  right: 91.66666667%; }

.col-xs-pull-10 {
  right: 83.33333333%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-8 {
  right: 66.66666667%; }

.col-xs-pull-7 {
  right: 58.33333333%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-5 {
  right: 41.66666667%; }

.col-xs-pull-4 {
  right: 33.33333333%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-2 {
  right: 16.66666667%; }

.col-xs-pull-1 {
  right: 8.33333333%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-push-11 {
  left: 91.66666667%; }

.col-xs-push-10 {
  left: 83.33333333%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-8 {
  left: 66.66666667%; }

.col-xs-push-7 {
  left: 58.33333333%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-5 {
  left: 41.66666667%; }

.col-xs-push-4 {
  left: 33.33333333%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-2 {
  left: 16.66666667%; }

.col-xs-push-1 {
  left: 8.33333333%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-offset-12 {
  margin-left: 100%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-0 {
  margin-left: 0; }

.banner_home {
  width: 100%; }

.banner_home .owl-controls {
  display: none !important; }

.owl-news-home .owl-carousel.owl-drag .owl-item {
  width: 403.333px;
  margin-right: 30px; }

.category_box img {
  padding-top: 40px; }

.dropdown-big-content .box_right_category_box .col-product .product_name {
  font-family: 'Gotham-Medium';
  color: #757575;
  font-size: 14px;
  line-height: 1.2;
  margin-bottom:10px; }

.dropdown-big-content .box_right_category_box .col-product .product_name .category_name {
  font-size: 10px;
  line-height: 1; }

.dropdown-big-content .box_right_category_box .category_box .product_name {
  color: #d7d7d7;
  font-size: 11px;
  font-family: "Gotham-Medium"; }

.dropdown-big-content .box_right_category_box .category_box {
  background: linear-gradient(-145deg, black 0%, dimgray 49%, #707070 49%, #434343 100%);
  background-size: 180%; }

.dropdown-big-content .box_right_category_box .col-product a {
  border-bottom: 0px !important; }

.dropdown-big-content .box_right_category_box .col-product a img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
  height: 130px; }

header .nav_bottom .navbar .dropdown_big_wrapper .dropdown-big-content .nav-link:hover, header .nav_bottom .navbar .dropdown_big_wrapper .dropdown-big-content .nav-link:focus {
  border-left: none; }

.spareparts .title h1 {
  text-transform: uppercase; }

.sper_center .box-service b {
  font-family: "Gotham-Medium"; }

@media (min-width: 992px) {
  .pages_home .owl-banner-home .item img {
    min-height: calc(100vh - 134px);
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center; } }

@media (min-width: 1400px) {
  .col-xxl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; } }

.dropdown-three .nav-link {
  width: 100%; }

.recent-post {
  font-size: 12px;
  /*color: #676767;*/
  color: #868686; }

.recent-post .title {
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 10px;
  margin-bottom: 20px; }

.recent-post .title h5 {
  margin-bottom: 0px;
  font-size: 24px; }

.recent-post a:hover {
  color: #fcff00;
  text-decoration: none; }

.recent-post h3 {
  font-size: 16px;
  font-weight: bold;
  /*color: #676767;*/
  color: #868686;
  margin: 0; }

@media (min-width: 992px) {
  .recent-post .pl-0 {
    padding-left: 0; } }

.recent-post2 .row:first-child .col-md-12 {
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 15px; }

.recent-post .row {
  margin-bottom: 20px; }

.recent-post img {
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  -o-object-fit: cover;
  object-fit: cover; }

.recent-post img:hover {
  width: 100%;
  z-index: 0;
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2); }

.recent-post .row-archive .archive_box {
  margin-bottom: 0.375rem; }
  .recent-post .row-archive .archive_box i {
    font-size: 8px;
    color: #868686; }
  .recent-post .row-archive .archive_box .archive_parent {
    font-size: 16px;
    color: #868686;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 3px;
    font-weight: bold; }
    .recent-post .row-archive .archive_box .archive_parent i {
      font-size: 10px; }
  .recent-post .row-archive .archive_box .child_month {
    padding-left: 1.5rem;
    font-size: 14px;
    display: none; }
    .recent-post .row-archive .archive_box .child_month ul {
     padding-left:30px;
     margin-bottom:0px;}
    .recent-post .row-archive .archive_box .child_month a {
      color: #868686;
      display: flex;
      align-items: center;
      font-size: 14px;}
    .recent-post .row-archive .archive_box .child_month .child_news {
      display: none;
      margin-bottom:5px;}
      .recent-post .row-archive .archive_box .child_news a{
          padding:3px 0px;
      }

.place-img-carro-home {
  width: 100%;
  height: 120px;
  float: left;
  overflow: hidden;
  position: relative; }

ul.mg-top {
  margin-top: 1rem;
  margin-bottom: 1rem; }

header {
  position: fixed;
  background-color: #fff;
  left: 0;
  right: 0;
  z-index: 99; }

.product_type_home .col-type-images .img_wrapper {
  height: 100%; }

.product_type_home .col-type-images .img_wrapper img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100% !important; }

.pages_home .owl-banner-home .img_desktop {
  display: block; }

.pages_home .owl-banner-home .img_mobile {
  display: none; }

.dropdown-big-content .box_right_category_box .category_box {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.dropdown-big-content .box_right_category_box .col-product a img {
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
  height: 90px; }

header .nav_bottom .navbar .dropdown_big_wrapper .dropdown-big-content .box_right .col-product {
    max-height: 165px;
    height: 165px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; }

header .nav_bottom .navbar .dropdown_big_wrapper .dropdown-big-content .box_right .category_box img {
  padding-top: 0px; }

header .nav_bottom .navbar .dropdown_big_wrapper .dropdown-big-content .box_right .category_box {
  position: relative;
  height: 165px; }

header .nav_bottom .navbar .dropdown_big_wrapper .dropdown-big-content .box_right .category_box:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-right-color: #fefcd1;
  border-left: 0;
  margin-top: -10px;
  margin-left: -10px; }

.dropdown-big-content .box_right_category_box .col-product a img {
  height: auto !important;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  max-height: 100px; }

@media (min-width: 992px) {
  header .nav_bottom .navbar .dropdown_big_wrapper .dropdown-big-content .box_right .col-lg-custom-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; } }

@media (max-width: 500px) {
  .pages_home .owl-banner-home .img_desktop {
    display: none; }
  .pages_home .owl-banner-home .img_mobile {
    display: block;
    max-height: calc(100vh - 134px); }
  .pages_home .owl-banner-home .img_mobile img {
    max-height: calc(100vh - 134px);
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center; } }

@media (min-width: 992px) {
  .product_type_home .text {
    font-size: 16px; }
  .img-kategori {
    height: 680px;
    -o-object-fit: cover;
    object-fit: cover; }
  .video-banner .video img {
    height: 680px !important;
    -o-object-fit: cover;
    object-fit: cover; } }

@media (max-width: 768px) {
  .video-banner .video img {
    -o-object-fit: cover;
    object-fit: cover; } }

.pagination_wrapper {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.pagination_wrapper a {
  margin-right: 0.5rem;
  padding: 7px 12px;
  border: 1px solid #1f1d16;
  color: #1f1d16;
  border-radius: 5px; }

.pagination_wrapper a:hover {
  color: #fff !important;
  background-color: #1f1d16 !important; }

.pagination_wrapper strong {
  margin-right: 0.5rem;
  padding: 7px 12px;
  border-radius: 5px;
  border: 1px solid #1f1d16;
  color: #fff;
  background-color: #1f1d16; }

.home_news .nav-tabs .nav-item {
  margin-bottom: -1px; }

.tengah {
  margin-top: 49px; }

footer .main_footer .social_media_footer .social_media_title {
  font-size: 13px; }

footer .main_footer .social_media_footer {
  position: relative; }

footer .main_footer .social_media_footer:after {
  content: '';
  height: 1px;
  width: 70%;
  position: absolute;
  left: 15%;
  bottom: 0px;
  background-color: #a1a1a1; }

footer .menu_download .footer_download_title {
  color: #dbdbdb;
  font-family: "Gotham-Medium";
  font-size: 14px; }

@media (min-width: 992px) {
  .row_main_footer {
    width: 90%;
    margin: 0 auto; } }

.breadcrumb_wrapper {
  height: auto;
  padding: 15px 0px;
  background-color: rgba(0, 0, 0, 0.7);
  background-blend-mode: soft-light;
  position: relative;
  background-image: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(70, 70, 70, 0.8)), color-stop(57%, rgba(191, 191, 191, 0.8)), color-stop(100%, rgba(255, 255, 255, 0.8))) !important;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(70, 70, 70, 0.8)), color-stop(57%, rgba(191, 191, 191, 0.8)), to(rgba(255, 255, 255, 0.8))) !important;
  background-image: linear-gradient(to bottom, rgba(70, 70, 70, 0.8) 0%, rgba(191, 191, 191, 0.8) 57%, rgba(255, 255, 255, 0.8) 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#464646', endColorstr='#ffffff', GradientType=0 ) !important; }

.breadcrumb_wrapper {
  height: auto;
  width: 100%;
  padding: 15px 0px;
  background-color: rgba(0, 0, 0, 0.7);
  background-blend-mode: soft-light;
  position: absolute;
  z-index: 1;
  background-image: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(70, 70, 70, 0.8)), color-stop(57%, rgba(191, 191, 191, 0.8)), color-stop(100%, rgba(255, 255, 255, 0.8))) !important;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(70, 70, 70, 0.8)), color-stop(57%, rgba(191, 191, 191, 0.8)), to(rgba(255, 255, 255, 0.8))) !important;
  background-image: linear-gradient(to bottom, rgba(70, 70, 70, 0.8) 0%, rgba(191, 191, 191, 0.8) 57%, rgba(255, 255, 255, 0.8) 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#464646', endColorstr='#ffffff', GradientType=0 ) !important; }

.breadcrumb_wrapper + section {
  padding-top: 90px; }

.product_type_home .type_box .icon_list .col:last-child {
  display: none; }

.dealer_detail .title {
  line-height: 1; }

.dealer_detail .title h2 {
  font-size: 54px;
  font-family: 'Gotham-Bold';
  line-height: 1;
  margin-bottom: 5px; }

.dealer_detail .title h3 {
  font-size: 32px;
  font-family: 'Gotham-Bold';
  line-height: 1;
  margin-bottom: 5px; }

.dealer_detail .title h4 {
  font-size: 24px;
  font-family: 'Gotham-Bold';
  line-height: 1;
  margin-bottom: 5px; }

.home_purna_jual {
  background-color: #11110f;
  /*background-image: url(../images/bg-purna-jual-home.jpg);*/
  background-size: cover;
  background-repeat: no-repeat;
  padding: 4rem 0rem;
  padding-top:0rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  background-position: center; }

.home_purna_jual .content_text {
  color: #fefefe; }

.home_purna_jual .title h5 {
  color: #e6cc35; }

.home_purna_jual .title h2 {
  color: #8f8f8f; }

.home_purna_jual .btn-yellow{
    padding:0.5rem 1rem;    
}
.home_purna_jual .row_images_wrapper{
    margin-bottom:24px;
}
.home_purna_jual .row_images_wrapper img{
    max-width:70%;
}
.home_purna_jual .row_images_wrapper .col-icon{
    margin-bottom:15px;
}
.home_purna_jual .col-left{
    align-self:center;
}
.home_purna_jual .owl-purna-jual .owl-dots{
    position:absolute;
    width:100%;
    bottom:0;
    margin-top:0px;
}

.career_wrapper {
  position: relative;
  min-height: calc(100vh - 134px);
  min-height: auto;
  background: url(../../../st-fuso.commutalk.com/assets/images/bg-career.jpg) top center no-repeat;
  background-size: contain; }

.lowongan_pages .lowongan_wrapper {
  padding: 5rem 0rem 0rem; }

.lowongan_pages .lowongan_wrapper .title {
  color: #282828; }

.lowongan_pages .lowongan_wrapper .title h2 {
  font-size: 32px; }

.lowongan_pages .lowongan_wrapper .title h1 {
  font-size: 48px; }

.lowongan_pages .lowongan_wrapper .desc {
  margin: 3rem 0rem 3rem;
  font-family: 'Gotham-Book';
  color: #868686;
  font-size: 20px; }

.lowongan_pages .lowongan_bottom_wrapper .search_count_result {
  font-size: 18px;
  color: #4e4e4e;
  font-family: 'Gotham-Medium';
  margin-bottom: 2rem; }

.lowongan_pages .search_result_wrapper .box_lowongan2 {
  padding: 1rem;
  padding-left: 0.75rem;
  border: 1px solid #e3e3e3; }

.lowongan_pages .search_result_wrapper .box_lowongan .media .icon_wrapper {
  min-width: 80px;
  text-align: center;
  margin-right: 0.75rem; }

.lowongan_pages .search_result_wrapper .box_lowongan .media .media-body {
  border-left: 1px solid #e3e3e3;
  padding-left: 1rem; }

.lowongan_pages .search_result_wrapper .box_lowongan .job_title {
  color: #4e4e4e;
  font-size: 18px;
  font-family: 'Gotham-Medium'; }

.lowongan_pages .search_result_wrapper .box_lowongan .post_time {
  color: #b5b5b5;
  font-size: 12px;
  font-family: 'Gotham-Book'; }

.lowongan_pages .search_result_wrapper .box_lowongan .job_detail2 {
  margin-top: 0.5rem;
  padding-top: 0.5rem;
  border-top: 1px solid #e3e3e3; }

.lowongan_pages .search_result_wrapper .box_lowongan .job_detail .mini-detail {
  color: #b5b5b5;
  font-size: 12px;
  font-family: 'Gotham-Book';
  text-transform: capitalize; }

.lowongan_pages .search_result_wrapper .box_lowongan .job_detail .mini-detail-right {
  float: right;
  margin-right: 0px; }

.lowongan_pages .search_result_wrapper .box_lowongan .job_detail .mini-detail i {
  color: #000000;
  font-size: 13px;
  margin-right: 5px; }

.lowongan_pages .search_result_wrapper .box_lowongan .job_detail .col-button .type {
  font-size: 12px;
  color: #fff;
  padding: 0.25rem;
  min-width: 110px;
  text-align: center; }

.lowongan_pages .search_result_wrapper .box_lowongan .job_detail .col-button .type.blue {
  background-color: #0076a3; }

.lowongan_pages .search_result_wrapper .box_lowongan .job_detail .col-button .type.orange {
  background-color: #f68e56; }

.lowongan_pages .col-box-lowongan-detail {
  margin-top: 2rem; }

.lowongan_pages .col-box-lowongan-detail .top_list {
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  font-size: 18px;
  color: #4e4e4e;
  font-family: 'Gotham-Light';
  padding: 0.375rem 0rem; }

.lowongan_pages .col-box-lowongan-detail .top_list .col_detail_list {
  border-right: 1px solid #e3e3e3;
  padding: 0.25rem 1rem; }

.lowongan_pages .col-box-lowongan-detail .top_list .col_detail_list i {
  font-size: 20px; }

.lowongan_pages .box_lowongan_detail .card-details-description {
  padding: 1.5rem; }

.lowongan_pages .box_lowongan_detail .card-details-description .detail_title {
  color: #4e4e4e;
  font-size: 36px;
  font-family: 'Gotham-Light';
  border-bottom: 1px solid #e3e3e3;
  display: inline-block;
  padding-right: 20px;
  padding-bottom: 15px; }

.lowongan_pages .box_lowongan_detail .card-details-description .title-set {
  color: #4e4e4e;
  font-size: 30px;
  font-family: 'Gotham-Light';
  padding: 1rem 0rem; }

.lowongan_pages .box_lowongan_detail .card-details-description .title-set h4 {
  margin: 0px; }

.lowongan_pages .info-career .car-low {
  font-size: 16px;
  text-transform: capitalize !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1;
  height: 100%; }

.lowongan_pages .info-career .car-low i {
  font-size: 24px;
  margin-top: -5px; }

.lowongan_pages .info-career .car-low i.green {
  color: #5abf10; }

.lowongan_pages .info-career .car-low i.red {
  color: #ff0000; }

.lowongan_pages .info-career .car-low i.turquoise {
  color: #3cc0c5; }

.lowongan_pages .info-career .car-low i.blue {
  color: #40cdfb; }

.lowongan_pages ul.dt-car li {
  margin-bottom: 5px; }

.lowongan_pages ul.dt-car li b {
  font-family: 'Gotham-Medium'; }

.lowongan_pages .info-career .car-line.last {
  margin: 0px;
  margin-right: 5px;
  border: 0px; }

.lowongan_pages .info-career .col-send {
  padding: 0rem 0.5rem; }

.lowongan_pages .info-career .outline-orange {
  background-color: transparent;
  color: #f3bc9e !important;
  border-color: #f3bc9e !important;
  padding: 4px 12px; }

.lowongan_pages .info-career .outline-orange:hover {
  background-color: #f3bc9e;
  border-color: #f3bc9e !important;
  color: #fff !important; }

.lowongan_pages .space-career-10 {
  height: 10px; }

.lowongan_pages .box_lowongan_detail .col-icon img {
  max-height: 60px; }

.lowongan_pages .box_lowongan_detail .card-details-description .col-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.about_pages .why_us .title .border_bottom_after:after {
  left: calc(50% - 25px); }

.about_pages .why_us .row_top .content_text {
  text-align: center;
  margin: 0 auto; }

.about_pages .why_us .col_list_why {
  margin-bottom: 0.5rem; }

.about_pages .why_us .box_list_why {
  padding: 0.75rem 1.375rem;
  position: relative;
  min-height: 150px; }

.about_pages .why_us .box_list_why .text_wrapper {
  font-size: 13px;
  color: #434242;
  background-color: #fff;
  font-family: 'Gotham-Book'; }

.about_pages .why_us {
  padding: 3rem 0rem; }

.about_pages .why_us .box_list_why .icon_wrapper {
  margin-bottom: 1rem;
  max-height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.about_pages .why_us .box_list_why .icon_wrapper img {
  max-height: 40px; }

.about_pages .why_us .box_list_why:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border: 1px solid #e9e9e9;
  height: calc(100% - 65px);
  z-index: -1; }

.program_dinamis .title h1, .program_dinamis_content .title h1,
.program_dinamis .title h1 {
  font-size: 42px; }

.program_dinamis .title h1, .program_dinamis_content .title h1, .program_dinamis_content .title h2 {
  color: #282828 !important; }
.program_dinamis_content .type_box {
  padding-left: 6rem; }

.program_dinamis_content .type_box .text {
  margin-top: 1rem;
  margin-bottom: 2rem;
  color: #868686;
  font-size: 14px !important;
  text-align:justify;}

.program_dinamis_content .type_box .text p {
  color: #868686;
  font-size: 14px !important; }

.program_dinamis_content .col-type-images img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

.program_dinamis_content .title h2{
    font-size:24px;
}
.runner_csr .btn-yellow {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem; }

.runner_csr_polor .content_text {
  color: #292929;
  text-align: center;
  line-height: 1.8;
  margin: 0 auto; }

.product_category {
  padding-top: 120px !important; }

.product_category .category_tab_wrapper .tabs_content .col-product .img_wrapper {
  max-height: 150px; }

.product_category .category_tab_wrapper .tabs_content .col-product .img_wrapper img {
  max-height: 150px;
  -webkit-transform: scale(1.5);
  transform: scale(1.5); }

p {
  font-size: 16px; }

.fitur_interior {
  padding: 1.5rem 0rem;
  background-color: #000; }

.fitur_interior:before {
  content: unset; }

.fitur_interior .owl-fitur-interior .desktop {
  display: block; }

.fitur_interior .owl-fitur-interior .mobile {
  display: none; }

.fitur_interior .owl-fitur-interior .img_wrapper img {
  width: auto;
  margin: 0 auto;
  max-height: calc(100vh - 160px); }

.fitur_interior .owl_interior_wrapper {
  position: relative; }

.fitur_interior .owl_interior_wrapper .owl-dots {
  position: absolute;
  bottom: 20px;
  left: calc(50% - 35px); }

.fitur_interior .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  margin: 5px 5px; }

.fitur_interior .owl-dots .owl-dot.active span, .fitur_interior .owl-dots .owl-dot:hover span {
  background-color: #353533; }

.fitur_interior .owl-dots .owl-dot span {
  background-color: #575556; }

.product_category .category_tab_wrapper .tabs_title .top_title {
  text-align: left;
  font-family: "Gotham-Bold";
  color: #aeaeae;
  font-size: 24px;
  margin-bottom: 1.5rem; }

.spareparts_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .spareparts_detail .col-part-detail .icon_wrapper {
    text-align: center;
    min-height: 150px;
    max-height: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .spareparts_detail .col-part-detail .text_wrapper {
    text-align: center;
    color: #212020; }
    .spareparts_detail .col-part-detail .text_wrapper .parts_title {
      font-size: 16px;
      font-family: 'Gotham-Medium';
      margin-bottom: 1rem; }
    .spareparts_detail .col-part-detail .text_wrapper .parts_description {
      font-size: 14px;
      font-family: 'Gotham-Book'; }

.news_gallery {
  margin-top: 3rem; }
  .news_gallery .flexslider {
    background: #948e90;
    margin: 0px;
    border: unset; }
  .news_gallery .flexslider .slides > li {
    cursor: auto; }
  .news_gallery .flexslider_top {
    margin-bottom: 0px; }
    .news_gallery .flexslider_top .flex-direction-nav a:before {
      font: normal normal normal 14px/1 FontAwesome;
      font-size: 32px;
      width: 45px;
      text-align: center;
      height: 45px;
      padding: 8px 3px;
      display: inline-block;
      content: '\f053';
      color: #fff;
      background: #fdde35;
      border-radius: 50%; }
    .news_gallery .flexslider_top .flex-direction-nav a.flex-next:before {
      content: '\f054'; }
    .news_gallery .flexslider_top:hover .flex-direction-nav .flex-next, .news_gallery .flexslider_top:hover .flex-direction-nav .flex-next,
    .news_gallery .flexslider_top:hover .flex-direction-nav .flex-prev, .news_gallery .flexslider_top:hover .flex-direction-nav .flex-prev {
      opacity: 1; }
    .news_gallery .flexslider_top .flex-direction-nav a {
      width: 45px;
      height: 45px; }
  .news_gallery .flexslider_bottom {
    padding: 1rem 1.375rem;
    border-radius: 0px; }
    .news_gallery .flexslider_bottom .flex-direction-nav a:before {
      font: normal normal normal 14px/1 FontAwesome;
      font-size: 28px;
      display: inline-block;
      content: '\f104';
      color: #fdde35; }
    .news_gallery .flexslider_bottom .flex-direction-nav a.flex-next:before {
      content: '\f105'; }
    .news_gallery .flexslider_bottom .flex-direction-nav .flex-next, .news_gallery .flexslider_bottom .flex-direction-nav .flex-next,
    .news_gallery .flexslider_bottom .flex-direction-nav .flex-prev, .news_gallery .flexslider_bottom .flex-direction-nav .flex-prev {
      opacity: 1; }
    .news_gallery .flexslider_bottom .flex-direction-nav .flex-next, .news_gallery .flexslider_bottom .flex-direction-nav .flex-prev {
      opacity: 1; }
    .news_gallery .flexslider_bottom .flex-direction-nav a {
      width: 26px;
      height: 26px; }
    .news_gallery .flexslider_bottom .flex-direction-nav .flex-prev {
      left: 5px;
      opacity: 1 !important; }
    .news_gallery .flexslider_bottom .flex-direction-nav .flex-next {
      right: 5px;
      opacity: 1 !important; }
    .news_gallery .flexslider_bottom .slides img {
      max-height: 100px;
      width: auto; }
    .news_gallery .flexslider_bottom .slides > li {
      cursor: auto;
      overflow: hidden; }
    .news_gallery .flexslider_bottom .slides > li img {
      -o-object-fit: cover;
      object-fit: cover; }
#hotspotImg .img-responsive{
    max-height:75vh;
    width:auto;
    max-width:100%;
}
.product_detail_images_wrapper .image_top img{
    max-height: 75vh;
    object-fit: cover;
    object-position: center center;
}
#hotspotImg{
    width:auto;
    max-height:75vh;
}
.product_category .product_wrapper{
    margin-top:2rem;
}
.product_category .product_wrapper .product_detail .icon_list{
    margin-top:2rem;
    margin-bottom:2rem;
}
.product_category .product_category_top_image{
    text-align:center;
}
.product_category .product_category_top_image img{
    max-width:512px;
}
.product_category .category_tab_wrapper{
    margin-top:1.5rem;
}
header .nav_bottom .navbar .dropdown_big_wrapper .dropdown-big-content .box_right{
  max-height:496px;
  overflow-y:auto;
  overflow-x:hidden;
  padding-right:15px;
}
header .nav_bottom .navbar .dropdown_big_wrapper .dropdown-big-content .box_right::-webkit-scrollbar-track {
  border-radius: 5px;
  background-color: #ebebeb; }
header .nav_bottom .navbar .dropdown_big_wrapper .dropdown-big-content .box_right::-webkit-scrollbar {
  width: 5px;
  background-color: #ebebeb;
  position:absolute; }
header .nav_bottom .navbar .dropdown_big_wrapper .dropdown-big-content .box_right::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #c2c2c2; }
header .box_right_category_box .col-product{
  padding-top:0px;
}
.halaman_service .box-service{
    padding-top:10px;
}
.halaman_service .board .nav-tabs{
    margin-top:30px;
}
.halaman_service .board{
    margin:40px auto;
}
.halaman_service .box-service img{
  width:25%;
}

.kebijakan_mutu .accordion{
  margin-bottom:1rem;
}
.kebijakan_mutu .accordion .accordion_title{
  font-size: 16px;
  cursor:pointer;
}
.kebijakan_mutu .accordion .accordion_title:after{
  content: '\f107';    
  font: normal normal normal 18px/1 FontAwesome;
  border: 0px;
  margin-left: 0.5rem;
  vertical-align: 0em;
  float: right;
}
.kebijakan_mutu .accordion .accordion_text{
  display:none;
  margin-top:0.75rem;
}

.kebijakan_mutu .accordion.show .accordion_text{
  display:block ;
}
.kebijakan_mutu .accordion.hide .accordion_text{
  display:none !important;
}
.owl_wrapper .owl_nav .owl-left{
    position:absolute;
    top:50%;
    left:15px;
}
.owl_wrapper .owl_nav .owl-right{
    position:absolute;
    top:50%;
    right:15px;
}
.owl_wrapper .owl_nav a{
    line-height:0;    
    font-size: 55px;
    z-index: 2;
    color: #fff200;
}
.after_open .box_after_open p{
    display:none;
}
.after_open .box_after_open{
    border: 1px solid #000;
    padding: 15px 20px;
    margin-bottom:30px;
}
.after_open .box_after_open img{
    filter:grayscale(100%);
    transition:0.3s all ease-in;
}
.after_open .box_after_open:hover img{
    filter:none;
    transition:0.3s all ease-in;
}

.selector{
  position:relative;
  width:auto;
  height:auto;
  margin:0px;
  left:0;
  top:0;
  text-align:center;
}
.selector button{
    position: relative;
    width: 200px;
    height: auto;
    margin: 0 auto;
    padding: 10px;
    background: #eaeaea;
    border-radius:unset;
    border: 0;
    color: white;
    font-size: 20px;
    cursor: pointer;
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
    -webkit-transition: all .1s;
    transition: all .1s;
}
.selector ul{
  text-align: center;
  margin-top: 30px;
  position:relative;
  border-radius:unset;
  border:0px;
  left:unset;
  bottom:unset;
  right:unset;
  top:0;
  padding-left:0px;
}
.selector.open li input + label{
  transform:none !important;
  margin-left:0px;
}
.selector li input + label{
  position:relative;
  left:0;
  bottom:unset;
  padding:0px;
  height:auto;
}
.selector li{
  transform: none !important;
  margin:0px;
  margin-bottom: 15px;
  position:relative;
  display: inline-block;
  width: 24%;
  height:auto;
  text-align: center;
  padding: 5px;
}
.selector button p{
  display:none;
}


.horizontal_timeline_wrapper .milestone_title_wrapper{
  color:#fffdbc;
  font-size:36px;
  margin-bottom:5px;
  font-family: 'Gotham-Light';
}
.horizontal_timeline_wrapper .milestone_text_wrapper p{
  color:#e1e1e1 !important;
  font-size:14px;
  line-height: 1.3;
  margin-bottom:12px;
}
.horizontal_timeline_wrapper .cd-horizontal-timeline .events-content{
  margin-top:0px;
}
.horizontal_timeline_wrapper .cd-horizontal-timeline .events a{
  font-size:15px;
  font-family: 'Gotham-Bold';
  color:#fff;
}
.horizontal_timeline_wrapper .item_name .content_name{
  margin-top:-90px;
  line-height: 1.2;
}
.horizontal_timeline_wrapper .item_name .content_name .brand{
  font-size: 40px;
  font-family: 'Gotham-Medium';
  color:#fff;
}
.horizontal_timeline_wrapper .item_name .content_name .type{
  font-size: 80px;
  font-family: 'Gotham-Light';
  color:#fff;
}
.horizontal_timeline_wrapper img{
  max-height:700px;
}
.horizontal_timeline_wrapper .item_name .content_name{
  opacity:0;
}
.horizontal_timeline_wrapper .theta-current-item .item_name .content_name{
  opacity:1;
  transform:0.5 all ease-in;
}

.selector li:after {
    position: absolute;
    content: "\f178";
    /* height: 90px; */
    display: inline-block;
    font: normal normal normal 28px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    top: 40%;
    right: -7%;
}
.selector li.end:after{
  content:unset;
}
@media (max-width: 768px){
  .selector.open li input + label {
      width: 80px;
      height: 80px;
      line-height: 80px;
  }  
  .alur-proses .title{
      margin-top:30px;
  }
}


@media (min-width: 990px) {
  .about_pages .why_us .row_top .content_text {
    width: 80%; }
  .runner_csr_polor .content_text {
    width: 70%; } }

@media (max-width: 992px) and (min-width: 768px) {
  .about_pages .why_us .box_list_why:before {
    height: calc(100% - 45px); } }

@media (max-width: 1200px) {
  .lowongan_pages .info-career .car-low {
    font-size: 13px; }
  .lowongan_pages .info-career .outline-orange {
    font-size: 13px; }
  .lowongan_pages .box_lowongan_detail .card-details-description .detail_title {
    font-size: 30px; } }

@media (max-width: 1086px) {
  .lowongan_pages .card-grid {
    grid-template-columns: repeat(1, 100%); }
  .lowongan_pages .card-details {
    grid-column: 1 / 1;
    grid-row: 2 / 3; }
  .lowongan_pages .box_lowongan_detail .col-icon img {
    max-height: 45px;
    width: auto; }
  .about_us {
    background: unset; } }

@media (max-width: 992px) {
  .lowongan_pages .info-career .col-car-low {
    margin-bottom: 10px; } 
    .h-full:not(.h-full-mobile){
        height:auto !important;
    }
    .product_category .product_wrapper .product_detail .title.border_bottom_image:after{
        background-position:center;
    }
}

@media (max-width: 768px) {
  .home_purna_jual {
    padding: 3rem 0rem;
    background-image: unset; }
  .home_purna_jual .container {
    padding: 0px; }
  .home_purna_jual .col-left {
    padding-left: 2.5rem;
    padding-right: 2.5rem; }
  .home_purna_jual .col-left .content_text {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem; }
  .home_purna_jual .col-right {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-left:0px;
    padding-right:0px;
    margin-top: 1.5rem;
}
    .home_purna_jual .container-fluid{
        padding-left:0px;
        padding-right:0px;
    }
    .home_purna_jual .title h2{
        font-size:28px;
    }
    .home_purna_jual .title .border_bottom_after:after{
        left: calc(50% - 25px);
    }
    .home_purna_jual .col-left{
        padding-left:15px;
        padding-right:15px;
        text-align:center !important;
    }
  .lowongan_pages .search_result_wrapper .box_lowongan {
    margin-bottom: 1.5rem; }
  .lowongan_pages .search_result_wrapper .box_lowongan .job_detail .col-button .type {
    display: inline-block;
    margin-top: 0.25rem; }
  .lowongan_pages .search_result_wrapper .box_lowongan .job_detail .mini-detail-right {
    margin-top: 5px;
    float: left; }
  .lowongan_pages .box_lowongan_detail .card-details-description .title-set h4 {
    font-size: 22px; }
  .lowongan_pages .box_lowongan_detail .card-details-description .detail_title {
    font-size: 26px; }
  .program_dinamis_content .type_box {
    padding: 2.5rem 1.5rem; }
  .program_dinamis .title h1, .program_dinamis_content .title h1 {
    font-size: 36px; }
  .program_dinamis .title h2, .program_dinamis_content .title h2 {
    font-size: 24px; }
  .fitur_interior .owl-fitur-interior .desktop {
    display: none; }
  .fitur_interior .owl-fitur-interior .mobile {
    display: block; }
  .product_category .category_tab_wrapper .tabs_content .col-product .img_wrapper img {
    max-height: 150px;
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }
  .spareparts_detail {
    height: auto !important;
    padding: 2rem 0rem; }
  .our_cara_kerja .imgs img {
    max-width: 100%;
    height: auto !important; }
  .features_bx .second_des {
    padding: 0px 10px; }
  .fitur_interior .interior_list {
    position: absolute;
    top: auto;
    bottom: 15%;
    display: inline-block;
    width: 95%;
    left: 0% !important;
    right: auto !important; }
  .fitur_interior .interior_list.interior_mobile_bottom {
    bottom: 15%;
    top: auto; }
  .fitur_interior .interior_list.interior_mobile_top {
    top: 10%;
    bottom: auto; }
  .fitur_interior .interior_list .title h1 {
    font-size: 34px; }
  .fitur_interior .interior_list .title {
    margin-bottom: 1rem; }
    header .nav_top .navbar-nav li .nav-link{
        padding:0px;
    }
    
    .theta-carousel-wrapper{
        height:100vh !important;
    }
}

@media (max-width: 425px) {
  .lowongan_pages .box_lowongan_detail .card-details-description .col-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .lowongan_pages .box_lowongan_detail .col-icon img {
    max-height: 35px;
    width: auto; }
    .float_sidemenu .sidemenu-item .sidemenu-name{
        font-size:7px;
    }}
