@charset "utf-8";

html {
  margin: 0;
  padding: 0;
  height: 100%;
}
body {
  font-family: 'Open Sans', "sans-serif";
  font-size: 16px;
  line-height: 1.8;
  background-color: #fff;
  color: #333;
  font-weight: normal;
  position: relative;
  padding: 0;
  width: 100%;
  min-height: 100vh;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  -moz-overflow-scrolling: touch;
  -ms-overflow-scrolling: touch;
  -o-overflow-scrolling: touch;
  overflow-scrolling: touch;
  -webkit-font-kerning: auto;
  -moz-font-kerning: auto;
  font-kerning: auto;
  -o-font-kerning: auto;
}

body.preloader-active {
  overflow-y: hidden;
  -ms-touch-action: none;
}
.no-js body.preloader-active {
  overflow-y: auto;
  -ms-touch-action: auto;
}
* {
  font-family: inherit;
}
/* Bugfix: IE 10 Windows 8 and Windows Phone8 */
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
body,
input,
textarea {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
::selection {
  background-color: #000;
  color: #fff;
  text-shadow: none;
}
::-moz-selection {
  background-color: #000;
  color: #fff;
  text-shadow: none;
}
::-webkit-selection {
  background-color: #000;
  color: #fff;
  text-shadow: none;
}
*,
*:focus,
*:active,
a:link,
a:hover,
a:visited {
  text-decoration: none;
  outline: none !important;
  outline-offset: 0 !important;
}
a {
  color: #314555;
}
a:hover,
a:focus {
  color: #987554;
  text-decoration: none;
}
a,
button,
[role="button"],
input[type="button"],
input[type="submit"],
input[type="reset"] {
  cursor: pointer;
}
a,
button,
.btn,
.form-control {
  text-decoration: none;
  -webkit-transition: all 400ms linear 0ms;
  -ms-transition: all 400ms linear 0ms;
  -o-transition: all 400ms linear 0ms;
  transition: all 400ms linear 0ms;
}
select,
button,
[role="button"],
input[type="button"],
input[type="submit"],
input[type="reset"] {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* Remove chrome yellow autofill */
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #f7f7f7 inset;
}
/* Rurn off number spinners */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
/* Reset search styling */
input[type="search"] {
  outline: 0;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  display: block;
  line-height: 1.4;
  font-weight: normal;
  margin: 0;
  text-rendering: optimizeLegibility;
}
h1 {
  font-size: 38px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 22px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 16px;
}
.h1 {
  font-size: 38px;
}
.h2 {
  font-size: 30px;
}
.h3 {
  font-size: 22px;
}
.h4 {
  font-size: 20px;
}
.h5 {
  font-size: 18px;
}
.h6 {
  font-size: 16px;
}
b,
strong {
  font-weight: bold;
}
ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
}
img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
img::selection,
img::-webkit-selection,
img::-moz-selection {
  background: transparent;
}
figure {
  display: block;
  padding: 0;
  margin: 0;
  overflow: hidden;
  position: relative;
}
iframe {
  border: none;
}
video,
audio {
  width: 100%;
  height: auto;
}
section {
  position: relative;
}
label {
  font-weight: normal;
}
.panel {
  margin: 0;
}


/* ––––––––––––––––––––––––––––––––––––––––––––– */
/* ––––––––––––––>>> Components  <<<–––––––––––– */
/* ––––––––––––––––––––––––––––––––––––––––––––– */
.page-wrapper {
  position: relative;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
  background-color: #fff;
}
.boxed-layout {
  background-color: #eee;
}
.boxed-layout .page-wrapper {
  max-width: 1200px;
  margin: 0 auto;
}
.preloader {
  position: fixed;
  z-index: 9999;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
}
.pos-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.no-js .preloader {
  display: none;
}
.section {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* List Styles */
.list-styled li {
  padding: 5px 0 5px 28px;
  line-height: 1.8;
  position: relative;
}
.list-styled li:before {
  content: '';
  display: block;
  position: absolute;
  padding: 4px;
  border-radius: 50%;
  border: 3px solid #a28346;
  height: 0;
  width: 0;
  left: 0;
  top: 10px;
}

/* Fix Bootstrap Media */
.media-object {
  max-width: none;
}


/* ––––––––––––––––––––––––––––––––––––––––––––– */
/* ––––––––––––––>>> Preloader  <<<––––––––––––– */
/* ––––––––––––––––––––––––––––––––––––––––––––– */
.preloader .loader {
  width: 117px;
  height: 117px;
}
.loader-circle-1 {
  height: 117px;
  width: 117px;
  background: rgb(97,46,141);
}
.loader-circle-2 {
  height: 97px;
  width: 97px;
  background: rgb(194,34,134);
}
.loader-circle-3 {
  height: 78px;
  width: 78px;
  background: rgb(234,34,94);
}
.loader-circle-4 {
  height: 58px;
  width: 58px;
  background: rgb(237,91,53);
}
.loader-circle-5 {
  height: 39px;
  width: 39px;
  background: rgb(245,181,46);
}
.loader-circle-6 {
  height: 19px;
  width: 19px;
  background: rgb(129,197,64);
}
.loader-circle-7 {
  height: 10px;
  width: 10px;
  background: rgb(0,163,150);
}
.loader-circle-8 {
  height: 5px;
  width: 5px;
  background: rgb(22,116,188);
}
.loader-circle-1, .loader-circle-2, .loader-circle-3, .loader-circle-4, .loader-circle-5, .loader-circle-6, .loader-circle-7, .loader-circle-8 {
  border-bottom: none;
  border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  box-shadow: 1px 1px 1px rgba(0,0,0,0.1);
  -o-box-shadow: 1px 1px 1px rgba(0,0,0,0.1);
  -ms-box-shadow: 1px 1px 1px rgba(0,0,0,0.1);
  -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.1);
  -moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.1);
  animation-name: loader-spin;
  -o-animation-name: loader-spin;
  -ms-animation-name: loader-spin;
  -webkit-animation-name: loader-spin;
  -moz-animation-name: loader-spin;
  animation-duration: 4600ms;
  -o-animation-duration: 4600ms;
  -ms-animation-duration: 4600ms;
  -webkit-animation-duration: 4600ms;
  -moz-animation-duration: 4600ms;
  animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-timing-function: linear;
  -o-animation-timing-function: linear;
  -ms-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
}
@keyframes loader-spin {
  from {transform: rotate(0deg);}
  to {transform: rotate(360deg);}
}
@-o-keyframes loader-spin {
  from {-o-transform: rotate(0deg);}
  to {-o-transform: rotate(360deg);}
}
@-ms-keyframes loader-spin {
  from {-ms-transform: rotate(0deg);}
  to {-ms-transform: rotate(360deg);}
}
@-webkit-keyframes loader-spin {
  from {-webkit-transform: rotate(0deg);}
  to {-webkit-transform: rotate(360deg);}
}
@-moz-keyframes loader-spin {
  from {-moz-transform: rotate(0deg);}
  to {-moz-transform: rotate(360deg);}
}

/* ––––––––––––––––––––––––––––––––––––––––––––– */
/* –––––––––––––>>> Back to Top  <<<–––––––––––– */
/* ––––––––––––––––––––––––––––––––––––––––––––– */

/* –––––––––––––[ Back Top Styles ]––––––––––––– */
.back-top {
  z-index: 9999;
  position: fixed;
  right: 30px;
  bottom: -10px;
  opacity: 0;
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  border-radius: 2px;
  -webkit-transition: all 400ms linear 0ms;
  -ms-transition: all 400ms linear 0ms;
  -o-transition: all 400ms linear 0ms;
  transition: all 400ms linear 0ms;
  background-color: rgba(0, 0, 0, 0.4);
  font-size: 20px;
}
.back-top:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.back-top.show {
  opacity: 1;
  bottom: 30px;
}


/* ––––––––––––––––––––––––––––––––––––––––––––– */
/* –––––––––––>>> Main Header Area  <<<––––––––– */
/* ––––––––––––––––––––––––––––––––––––––––––––– */
.main-header {
  position: relative;
}
.navbar-default {
  position: relative;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 99;
  top: 0;
  padding-top: 10px;
  border-radius: 0;
  border: 0;
  background-color: white;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.navbar-default .navbar-brand {
  color: #fff;
  font-size: 34px;
  /*height: 80px;*/
  height: 65px; /*#catatananwar*/
  padding: 10px 20px !important; 
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 16px !important;
}
.navbar-default .navbar-brand > img {
  height: fit-content;
  width: 320px;
  display: inline-block;
}
.navbar-default .phone {
  display: inline-block;
  height: 80px;
  line-height: 80px;
  margin-left: 10px;
  font-size: 14px;
  color: #999;
  vertical-align: top;
}
.navbar-default .phone .fa {
  font-size: 16px;
  color: #a28346;
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #ddd;
}
.navbar-default .navbar-nav {
  padding: 8px 0 20px 0; /*#catatanmenu*/
}
.navbar-default .navbar-nav > li > a {
  /*font-family: 'Montserrat', sans-serif;*/
  color: #555;
  height: 40px;
  padding: 10px 12px;
  font-size: 13px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 600;
}
.navbar-default .navbar-nav li.signup a {
  padding: 8px 20px;
  margin: 0 12px;
  background-color: #a28346;
  color: #fff;
  font-size: 13px;
}
.navbar-default .navbar-nav li.active a,
.navbar-default .navbar-nav li a:hover,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  background-color: transparent;
  color: #205faa;
  /*text-decoration: underline; #catatanmenu*/
}
.navbar-default .dropdown-menu > li > a {
  padding: 10px 20px;
  margin: 0 5px;
  color: #333;
}
.navbar-default .dropdown-menu > li > a:hover {
  background-color: #eee;
  color: #333;
}.navbar-default .dropdown-menu {
  border-top: 3px solid #a28346;
}
.dropdown:hover .dropdown-menu {
  display: block;
}
/*
.navbar-toggle {
  margin-top: 11px;
  border: 2px solid #ddd;
  padding: 8px;
  margin: 15px 20px 16px 0;
}
*/
.navbar-toggle {
  margin-top: 11px;
  border: 2px solid #ddd;
  padding: 5px 8px;
  margin: 22px 20px 16px 0;
}
.navbar-toggle .icon-bar {
  width: 23px;
  -webkit-transition: all 400ms linear 0ms;
  -ms-transition: all 400ms linear 0ms;
  -o-transition: all 400ms linear 0ms;
  transition: all 400ms linear 0ms;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 6px;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: transparent;
  border-color: #a28346;
}
.navbar-default .navbar-toggle:hover .icon-bar,
.navbar-default .navbar-toggle:focus .icon-bar{
  background-color: #a28346;
}
.navbar-fixed {
  padding-top: 0;
  position: fixed;
  top: 0;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.2);
}
.navbar-fixed .navbar-nav > li > a {
  color: #777;
}
.navbar-fixed .navbar-brand {
  color: #333;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #bbb !important;
}
.navbar-toggle .icon-bar {
  height: 1px !important;
}

/*#anwar*/
.navbar {
  margin-bottom: 0px !important;
}
.nav li {
  margin-right: 36px;
}
.header_area {
  padding: 0 48px;
}
@media screen and (max-width: 768px) {
  .navbar-default {
    position: fixed;
  }
  .navbar-default {
    padding-top: 0;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.2);
  }
  .navbar-default .navbar-nav {
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header,
  .navbar-default .navbar-nav li a {
    font-size: 12px;
    padding: 12px 15px;
  }
  .navbar-default .navbar-nav li+li {
    border-top: 1px solid #e7e7e7;
  }
  .navbar-default .navbar-nav li {
    padding: 2px 0;
  }
  .navbar-default .navbar-nav li.signup {
    padding: 5px 0;
  }
  .navbar-default .navbar-nav > li > a {
  color: #777;
  }
  .navbar-default .navbar-nav li.active a,
  .navbar-default .navbar-nav li a:hover {
    background-color: transparent;
    color: #a28346;
  }
  .dropdown-menu {
    padding: 0 15px;
  }
  .navbar-default .navbar-brand {
    height: auto;
    padding: 22px 0px 4px 10px !important;
  }
  .navbar-default .navbar-brand > img {
    height: auto;
    width: 285px;
  }
  .header_area {
    padding: 0 8px;
  }
}





.navlang ul {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  }
  /*
.navlang ul li {
  display:inline-block;  
  }
*/
.navlang a {
  display:block;
  padding:0 2px; 
  text-decoration:none;
  /*font-family: 'Montserrat', sans-serif;*/
  color: #555;
  height: 32px;
  font-size: 13px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 600;
}

.navbar-default .navbar-nav li.active a, .navbar-default .navbar-nav li a:hover, .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  background-color: transparent;
  color: #205faa;
  /* text-decoration: underline; */
}


/* Hide Dropdowns by Default */
.navlang ul ul {
  display: none;
  position: absolute; 
  top: 40px; /* the height of the main nav */
}
  
/* Display Dropdowns on Hover */
.navlang ul li:hover > ul {
  display:inherit;
  background: white;
  z-index: 99;
}
  
/* Fisrt Tier Dropdown */
.navlang ul ul li { 
  width: 70px;
  float: none;
  display: list-item;
  position: relative;
  padding-left: 10px;
}

/* Second, Third and more Tiers */
.navlang ul ul ul li {
  position: relative;
  top:-60px; 
  left:170px;
}

/* Change this in order to change the Dropdown symbol */
li > a:after { content:  ''; }
li > a:only-child:after { content: ''; }

.imglang {
  width: 22px;
  margin-right: 4px;
}
.langindo {
  padding-top: 4px;
}


/* ––––––––––––––––––––––––––––––––––––––––––––– */
/* –––––––––––>>> Contact Us Area  <<<–––––––––– */
/* ––––––––––––––––––––––––––––––––––––––––––––– */
.contact-us-area .contact-box {
    background-color: #f0f4f7;
    overflow: hidden;
    box-shadow: 0 2px 0px 0px #e8ecec;
    border-radius: 5px;
}
.contact-us-area .contact-icon i {
  display: inline-block;
  font-size: 35px;
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  color: #a28346;
  border-radius: 100%;
  box-shadow: 0 0px 0px 2px #a28346 inset;
  margin-bottom: 20px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.contact-us-area .contact-box:hover .contact-icon i {
  box-shadow: 0 0px 0px 46px #a28346 inset;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .contact-us-area .google-map {
    padding-bottom: 56.25%;
    margin-top: 30px;
  }
}
.contact-info .info-box {
  padding: 2px 0 2px 50px;
  position: relative;
}
.contact-info .info-box i {
  position: absolute;
  top: 8px;
  left: 0;
  font-size: 30px;
  color: #a28346;
}
.contact-us-area .form-control.input-error {
  border-color: #c00;
}
.contact-us-area .contact-response {
  font-size: 14px;
  text-align: center;
  padding-top: 16px;
  text-transform: uppercase;
}
.contact-us-area .contact-response.text-error {
  color: #c00;
}
.contact-us-area .contact-response.text-valid {
  color: #09cc00;
}



/* ––––––––––––––––––––––––––––––––––––––––––––– */
/* –––––––––––––>>> Footer Area  <<<–––––––––––– */
/* ––––––––––––––––––––––––––––––––––––––––––––– */
.top_footer {
  background: #252525;
  color: white;
  padding: 36px;
  font-size: 15px;
}
.widget_title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 4px;
}
.widget_title_wrapper2b {
  margin-top: 10px;
}
.footer_logo {
  margin-bottom: 14px;
  width: 325px;
}
.footer_teks {
  width: 85%;
}
li.a_footer_menu {
  margin-bottom: 8px;
}
li.a_footer_menu a {
  color: white;
}
li.a_footer_menu a:hover {
  color: #f0b32e;
}
a.a_sosmed_link {
  color: white;
}
a.a_sosmed_link:hover {
  color: #f0b32e;
}
.main-footer {
  background-color: #000;
  color: #fff;
  padding: 12px 0;
  z-index: 99 !important;
  position: relative;
}
.main-footer a {
  color: #eee;
}
.main-footer a:hover {
  color: #fff;
}
.copyright-text {
  text-transform: capitalize;
  font-size: 15px;
}
a.footerdeveloperlink:hover {
  color: #f0b32e;
}

@media all and (min-width: 320px) and (max-width: 991px) {
  .top_footer {
    padding: 32px 0px;
  }
  .widget_title_wrapper {
    margin-top: 18px;
  }
}



/* ––––––––––––––––––––––––––––––––––––––––––––– */
/* –––––––––––––>>> Additional CSS  <<<–––––––––––– */
/* ––––––––––––––––––––––––––––––––––––––––––––– */

/* #Section General */
.owl-theme .owl-dots .owl-dot span {
  background: #8ec4e6;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #205faa;
}
.mobileonly {
  display: none !important;
}
.pl0 {
  padding-left: 0px !important;
}
.pl32 {
  padding-left: 32px;
}
.pr0 {
  padding-right: 0px !important;
}
.pr32 {
  padding-right: 32px;
}
.mt24 {
  margin-top: 24px;
}
.mt32 {
  margin-top: 32px;
}
.mt60 {
  margin-top: 60px;
}
.mt80 {
  margin-top: 80px;
}
.mt100 {
  margin-top: 100px;
}
.mb24 {
  margin-bottom: 24px;
}
.mb32 {
  margin-bottom: 32px;
}
.mb60 {
  margin-bottom: 60px;
}
.mb80 {
  margin-bottom: 80px;
}
.mb100 {
  margin-top: 100px;
}
.marginauto {
  margin:auto;
}
.floatleft {
  float: left;
}
.floatright {
  float: right;
}
.section {
  /*padding: 64px 0;*/
  padding: 48px 0;
}
.section16 {
  padding: 16px 0;
}
.section32 {
  padding: 32px 0;
}
.subsection {
  padding: 32px 0;
}
.aligncenter {
  text-align: center;
}
.generalheadingwrapper {
  margin-bottom: 8px;
}
/*Heading & Title*/
.anwargeneralheading_28 {
  font-size: 28px;
  line-height: 38px;
  letter-spacing: 1px;
  font-weight: 700;
  color: #222;
}
.anwargeneralheading_32 {
  font-size: 32px;
  line-height: 42px;
  letter-spacing: 2px;
  font-weight: 700;
  color: #555;  
}
.anwargeneralheading_36 {
  font-size: 36px;
  line-height: 46px;
  letter-spacing: 1px;
  font-weight: 700;
  color: #555;
}
.general_title {
  font-size: 28px;
  color: #555;
  font-weight: 600;
}
.general_teks {
  font-size: 16px;
}
.teks_width60 {
  width: 60% !important;
}
.teks_width70 {
  width: 70% !important;
}
.teks_width75 {
  width: 75% !important;
}
.teks_width80 {
  width: 80% !important;
}
.teks_width90 {
  width: 90% !important;
}
.img_width90 {
  width: 90% !important;
}
/*Boldie*/
.boldie1 {
  color: #205faa;
}

/*Button*/
.a_general {
  display: inline-block;
  text-align: center;
}
.a_general.a_gettoknow {
  background: #205faa;
  color: white;
  padding: 4px 12px;
  font-weight: 600;
  font-size: 14px;
  border-radius: 4px;
}
.a_general.a_home_news {
  border: 2px solid #205faa;
  padding: 1px 7px;
  font-weight: 600;
  color: #205faa;
  font-size: 14px;
}
.a_general.a_home_news:hover {
  background: #4281cc;
  border: 2px solid #4281cc;
  color: white;
}
.a_general.a_productlink {
  background: #205faa;
  color: white;
  padding: 4px 12px;
  font-weight: 600;
  font-size: 14px;
  border-radius: 4px;
}
.a_general.a_productlink:hover {
  background: #4281cc;
  color: white;
}
/**/
.hr_general {
  background: #f0b32e;
  height: 2.3px;
  margin : auto;
  margin-top: 2px;
  margin-bottom: 12px;
  border: none !important;
}
.hr_ourproducts {
  width: 175px;
}
.hr_aboutus {
  width: 100px;
}
.hr_footer {
  width: 85px;
  margin-left: 0;
}
/**=============Start per Page per Section==============**/
/**=====================================================**/

/* #PAGE HOME*/
/* #Section Khusus*/
.section.home_sectionourproducts {
  padding-top: 80px;
}
.section.home_sectiongetintouch {
  padding-bottom: 80px;
}


/* CAROUSUEL TEST */
section.section_slider {
  padding: 0;
}

.banner-carousel .banner-carousel-item {
  height: 550px;
  color: #fff;
  background-position: 50% 50%;
  background-size: cover;
}

@media (max-width: 991px) {
  .banner-carousel .banner-carousel-item {
    height: 53vw !important;
  }  
}

@media (max-width: 575px) {
  .banner-carousel .banner-carousel-item {
    height: 146vw !important;
  }
}

.slider-content {
  position: relative;
  height: 100%;
  width: 100%;
}


.banner-carousel .banner-carousel-item {
  height: 700px;
  color: #fff;
  background-position: 50% 50%;
  background-size: cover;
}

@media (max-width: 991px) {
  .banner-carousel .banner-carousel-item {
    height: 53vw !important;
  }  
}

@media (max-width: 575px) {
  .banner-carousel .banner-carousel-item {
    height: 146vw !important;
  }
}

.banner-carousel button.carousel-control {
  background: #0577dd;
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  filter: alpha(opacity=0);
  text-shadow: none;
  transition: all .25s ease;
  padding: 0;
  outline: 0;
  border: 0;
  width: 60px !important;
  height: 60px !important;
  border-radius: 50% !important;
}
.banner-carousel button.carousel-control:hover {
  background: #315dc0;
}
.banner-carousel .carousel-control.left {
  left: 20px;
}
.banner-carousel .carousel-control.right {
  right: 20px;
}
.banner-carousel .carousel-control i {
  color: #fff;
  font-size: 22px;
}
@media (max-width: 575px) {
  .banner-carousel .carousel-control {
    display: none !important;
  }
}

.banner-carousel .slick-dots {
  opacity: 0;
  filter: alpha(opacity=0);
  bottom: 60px;
}

.slick-dots li button::before {
  font-size: 12px;
}

.slick-dots li button:hover:before, .slick-dots .slick-dots li button:focus:before,
.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #0577dd;
}

.slick-slide {
  outline: 0;
}

.banner-carousel:hover .carousel-control,
.banner-carousel:hover .carousel-control,
.banner-carousel:hover .slick-dots {
  opacity: 1;
  filter: alpha(opacity=100);
}

/*-- Animation */
.banner-carousel [data-animation-in] {
  opacity: 0;
}

/* slick Box slider */
.box-slider-content {
  top: 50%;
  padding: 0;
  position: absolute;
  width: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 767px) {
  .box-slider-content {
    top: auto;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    left: 20px;
    bottom: 20px;
    width: calc(100% - 40px);
  }
}
.banner-carousel .banner-carousel-item {
  height: 36vw;
}

@media screen and (min-width: 320px) and (max-width: 720px) {
  section.firstsection {
    padding-top: 65px !important;
  }
}

.hero_overlay {
  background-color: none;
  min-height: 550px;
  padding-top: 150px;
}
.slider_subtitle {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 24px;
}
.slider_title {
  font-size: 48px;
  margin-bottom: 20px;
}
.slider_desc {
  font-size: 42px;
  font-weight: 700;
  font-family: 'Caveat', cursive !important;
  font-style: italic;
}

/* #Section Our Products*/
.img_home_1 {
  width: 75%;
}
/* #Section News*/
.home_news_title {
  font-weight: 600;
  margin-bottom: 8px;
  font-size: 18px;
  border-bottom: 2px solid #205faa;
  display: inline-block;
}
.home_news_desc {
  margin-bottom: 14px;
  text-align: justify;
}
.home_news_date {
  font-size: 14px;
  padding-top: 10px;
  float: right;
}
/* #Section Get in Touch*/

/* #PAGE ABOUT*/
.about_sectionbanner {
  background-image: url("/images/bannerabout.jpg");
  background-size: cover;
  min-height: 550px;
  text-align: center;
}
.hero_overlay_generalpage {
  /*background-color: rgba(255, 255, 255, 0.15);*/
  background-color: none;
  min-height: 550px;
  padding-top: 225px;
}
.pagetitlebox {
  background: rgb(210, 210, 210, .65);
  width: fit-content;
  padding: 16px;
  margin: auto;
}
.banner_title {
  font-size: 48px;
  margin-bottom: 0;
  color: #555;
}
/**/
.about_sectionwhoweare {
  padding-top: 80px;
}
/**/
.wrapper_list_our_mission {
  padding: 0 240px 0 250px;
  text-align: center;
}
ol.list_our_mission li {
  list-style: decimal;
}
/**/
.wrapper_values_icons {
  padding: 0 0px 0 200px;
  margin-bottom: 24px;
}
.wrapper_values_icons2 {
  padding: 0 0 0 300px;
}
.about_sectionvalues {
  margin-bottom: 60px;
}
.about_value_headingwrapper {
  margin-bottom: 24px;
}
.valueimage {
  width: 40px;
  float: left;
  margin-right: 12px;
}
.valuetitle {
  font-size: 18px;
  padding-top: 7px;
  font-weight: 600;
}

/* #PAGE PRODUCTS*/
.products_sectionbanner {
  background-image: url("/images/bannerproducts.jpg");
  background-size: cover;
  min-height: 550px;
  text-align: center;
}
.products_headingwrapper {
  text-align: center;
}
.products_bangdjaflavoursimage {
  width: 250px;
  margin-bottom: 14px;
}

/* #PAGE PRODUCTS DETAIL*/
.productdetail_heading {
  background: #205faa;
  color: white;
  font-size: 28px;
  font-weight: 700;
  padding: 2px 20px;
  display: inline-block;
  border-radius: 20px;
  margin-bottom: 10px;
}
.product_item_range {
  padding: 32px;
  text-align: center;
}


/* #PAGE NEWS*/
.news_sectionbanner {
  background-image: url("/images/bannernews.jpg");
  background-size: cover;
  min-height: 550px;
  text-align: center;
}
.news_headingwrapper {
  padding-top: 48px;
}
.news_item {
  margin-bottom: 48px;
}

  /* #PAGE NEWS DETAIL*/
.newsdetail_sectionnewsarea {
  padding-top: 80px;
}
.img_news_detail {
  width: 40%;
  float: left;
  margin-right: 24px;
}
.home_news_title.home_newsdetail_title {
  font-weight: 600;
  margin-bottom: 12px;
  font-size: 22px;
  border-bottom: 2px solid #205faa;
  display: inline-block;
}

/* #PAGE CONTACT*/
.contact_sectionbanner {
  background-image: url("/images/bannercontact.jpg");
  background-size: cover;
  min-height: 550px;
  text-align: center;
}
.sectioncontact {
  padding-top: 60px;
}
.top_footer a{
  color: white !important;
}
#sectionhubungikami {
  padding: 0px;
  padding-top: 48px;
}
.iframemap {
  width: 90%;
  height: 250px;
}
.sectionkontak {
  background-color: transparent;
}
.hr_kontak {
  width: 290px;
  background: #999;
  height: 3px;
  padding-left: 15px;
  margin-left: 0px;
  margin-top: 0px;
  margin-bottom: 12px;
  border: none;
}
.contact-info {
  margin-top: 24px;
}
.contacttitle {
  font-size: 20px;
  border-left: 2px #333 solid;
  line-height: 15px;
  margin-bottom: 14px;
  padding-left: 6px;
  color: #333;
  font-weight: 600;
}
.faiconcontact {
  font-size: 18px;
}
.anwarinputwrapper {
  margin-bottom: 10px;
}
.anwarinputfield {
  border: none !important;
  background: #d5e7f2;
  border-radius: 18px;
}
input.anwarinputbutton {
  background: #205faa !important;
  color: white;
  border-radius: 14px;
}
input.anwarinputbutton:hover {
  background : #194d8a !important;
  color: white;
}
button.anwarinputbutton {
  background: #636363;
  color: white;
  width: 125px;
  margin-top: 8px;
}
button.anwarinputbutton:hover {
  background: #353333;
  color: white;
}


/* ––––––––––––––––––––––––––––––––––––––––––––– */
/* ––––––––––––––>>> Animation<<<––––––––––––– */
/* ––––––––––––––––––––––––––––––––––––––––––––– */
.pull-right-anim, .pull-left-anim {
  opacity: 0;
  -webkit-transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
}
.pull-left-anim {
  -webkit-transform: translateX(-100px);
  -moz-transform: translateX(-100px);
  -ms-transform: translateX(-100px);
  -o-transform: translateX(-100px);
  transform: translateX(-100px);
}
.pull-right-anim {
  -webkit-transform: translateX(100px);
  -moz-transform: translateX(100px);
  -ms-transform: translateX(100px);
  -o-transform: translateX(100px);
  transform: translateX(100px);
}
.animatedArea .pull-right-anim, .animatedArea .pull-left-anim {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
  opacity: 1;
}


/* ––––––––––––––––––––––––––––––––––––––––––––– */
/* –––––––––––>>> Rotating Slider <<<–––––––––– */
/* ––––––––––––––––––––––––––––––––––––––––––––– */
.rotating-slider {
  margin: 8px auto 5em auto;
  height: 360px;
  position: relative;
  width: 480px;
}
.rotating-slider ul.direction-controls {
  list-style: none;
  margin: 0;
  padding: 0;
}
.rotating-slider ul.direction-controls li.left-arrow {
  position: absolute;
  top: 50%;
  right: 100%;
  transform: translateY(-50%);
}
.rotating-slider ul.direction-controls li.right-arrow {
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
}
.move-wheels{
  border-radius: 100px;
}
.rotating-slider ul.direction-controls li button {
  background: #8ec4e6;
  border: none;
  color: white;
  cursor: pointer;
  font-size: 1.5em;
  font-weight: 700;
  height: 1.5em;
  line-height: 1em;
  padding: 0;
  text-align: center;
  transition: background 0.25s;
  width: 1.5em;
}
.rotating-slider ul.direction-controls li button:hover {
  background: #205faa;
}
.rotating-slider ul.slides {
  border-radius: 50%;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  top: 0;
  left: 50%;
  transform: translateX(-50%) rotate(0);
  transform-origin: center center;
  width: 100%;
}
.rotating-slider ul.slides li {
  background-color: #ecf0f1;
  background-position: center;
  background-size: cover;
  display: block;
  list-style: none;
  position: absolute;
  top: 0;
  left: 50%;
  text-align: center;
  transform-origin: bottom center;
  width: 100%;
}
.rotating-slider ul.slides li {
  color: #000;
}
.rotating-slider ul.slides li:nth-of-type(1) {
  background: none;
}
.rotating-slider ul.slides li:nth-of-type(2) {
  background: none;
}
.rotating-slider ul.slides li:nth-of-type(3) {
  background: none;
}
.rotating-slider ul.slides li:nth-of-type(4) {
  background: none;
}
.rotating-slider ul.slides li:nth-of-type(5) {
  background: none;
}
.rotating-slider ul.slides li:nth-of-type(6) {
  background: none;
}
.rotating-slider ul.slides li:nth-of-type(7) {
  background: none;
}
.rotating-slider ul.slides li:nth-of-type(8) {
  background: none;
}
.rotating-slider ul.slides li:nth-of-type(9) {
  background: none;
}
.rotating-slider ul.slides li .inner {
  box-sizing: border-box;
  padding: 80px;
  height: 100%;
  width: 100%;
}

.product_sectionproductrangemdekstop {
  padding-top: 0px !important;
}
.products_sectionproductrangeheading {
  padding-bottom: 0px !important;
}
.wrapper_rotating_slider {
  margin-bottom: 8px !important;
}
.wrapper_productrange {
  background: none;
  padding: 32px;
  border-radius: 32px;
}
.product_icons {
  width: auto;
  margin-bottom: 6px;
  height: 90px;
}
h3.product_title {
  font-weight: 600;
  font-size: 20px;
}
p.product_desc {
  font-size: 15px;
}
/* ––––––––––––––––––––––––––––––––––––––––––––– */
/* –––––––>>> Additional CSS - RWD <<<–––––– */
/* ––––––––––––––––––––––––––––––––––––––––––––– */

@media all and (min-width: 320px) and (max-width: 991px) {
  .dekstoponly {
    display: none !important;
  }
  .mobileonly {
    display: initial !important;
  }
  .nav > li > a.langmobileonly {
    display: inline !important;
  }
  /* #GENERAL*/
  .d-grid-m {
    display: grid;
  }
  .order-xs-0 {
    order: 0;
  }
  .order-xs-1 {
    order: 1;
  }
  .section {
    padding: 24px 0;
  }
  .section32 {
    padding: 24px 0;
  }
  .anwargeneralheading_28 {
    font-size: 20px;
    line-height: 30px;
  }
  .anwargeneralheading_32 {
    font-size: 24px;
    line-height: 34px; 
  }
  .anwargeneralheading_36 {
    font-size: 28px;
    line-height: 38px;
  }
  .general_title {
    font-size: 20px;
  }


  /**=============Start per Page per Section==============**/
  /**=====================================================**/

  .mt20small {
    margin-top: 20px !important;
  }
  .mt30small {
    margin-top: 30px !important;
  }
  .mt40small {
    margin-top: 40px !important; 
  }
  .teks_width90_small {
    width: 90% !important;
  }  
  .teks_width100_small {
    width: 100% !important;
  }
  .hero_overlay {
    min-height: 400px;
    padding-top: 125px;
  }
  .hero_overlay_generalpage { 
    min-height: 300px;
    padding-top: 125px;
  }
  .pagetitlebox {
    width: 200px;
    padding: 12px;
  }

  /* #PAGE HOME*/
  /* .home_sectionbanner {
    min-height: 400px;
    background-position: center;
  } */
  .slider_subtitle { 
    font-size: 20px;
    margin-bottom: 4px;
  }
  .slider_title {
    font-size: 28px !important;
    line-height: 38px !important;
    margin-bottom: 8px;
  }
  .slider_desc {
    font-size: 20px;
  }
  /**/
  .section.home_sectionourproducts {
    padding-top: 50px;
  }
  .colsectionourproducts1st {
    margin-top: 24px;
    text-align: ;
  }

  /**/
  .home_sectionnews_col2nd {
    margin-top: 14px;
  }
  .showcase-slider .owl-dots {
    margin-top: 24px !important;
  }

  /* #PAGE ABOUT*/
  .about_sectionbanner {
    min-height: 300px;
    background-position: center;
  }
  .about_sectionwhoweare {
    padding-top: 50px;
  }
  .wrapper_list_our_mission {
    padding: 0 0px 0 18px;
  }
  .about_sectionvalues {
    margin-bottom: 30px;
  }
  .about_value_headingwrapper {
    margin-bottom: 12px;
  }
  .wrapper_values_icons {
    padding: 0 0px 0 0px;
    margin-bottom: 0px;
  }
  .wrapper_values_icons2 {
    padding: 0 0 0 0px;
  }
  .wrappericon {
    margin-bottom: 12px;
  }

  /* #PAGE PRODUCTS*/
  .products_sectionbanner {
    min-height: 300px;
    background-position: center;
  }
  .products_bangdjaflavoursimage {
    width: 200px;
  }

  /* #PAGE PRODUCT DETAIL*/
  .product_sectionproductrangemobile {
    margin-bottom: 24px !important;
    display: block !important;
  }
  .product_item_range {
    padding: 32px;
    text-align: center;
    padding-bottom: 4px !important;
  }
  .productdetail_heading {
    font-size: 18px;
  }
  .product_icons {
    width: 35% !important;
    margin: auto;
    margin-bottom: 8px;
  }
  .product_desc {
    margin-bottom: 16px;
  }

  /* #PAGE NEWS*/
  .news_sectionbanner {
    min-height: 300px;
    background-position: center;
  }
  #about_sectionourvision {
    padding: 0px !important;
    padding-top: 24px !important;
  }
  .news_headingwrapper {
    padding-top: 24px;
  }

  /* #PAGE NEWS DETAIL*/
  .img_news_detail {
    width: 100%;
    float: none;
    margin-right: 0px;
    margin-bottom: 14px;
  }
  /* #PAGE CONTACT*/
  .contact_sectionbanner {
    min-height: 300px;
    background-position: center;
  }
  .iframemap {
    width: 100%;
    height: 250px;
  }

  #sectionhubungikami {
    padding-top: 24px;
  }
  .sectionkontak {
    padding: 0 !important;
  }
  .subsectionkontak {
    padding-top: 8px !important;
  }
  .hr_kontak {
    width: 200px;
  }
  .contact-info {
    margin-top: 0px;
  }
  .contacttitlewrapper {
    margin-top: 24px;
  }
  .contact-form-wrapper {
    padding-top: 36px;
  }
  .copyright-text {
    font-size: 12px;
    text-align: center;
  }

}


@media all and (min-width: 320px) and (max-width: 359px) {
  /*for extra small mobile*/
  .navbar-default .navbar-brand > img {
    height: auto;
    width: 200px;
  }

}

@media all and (min-width: 360px) and (max-width: 767px) {
  /*for extra standard mobile to tablet*/

}

@media all and (min-width: 415px) and (max-width: 767px) {
  /*for extra standard mobile to tablet*/
  .img_home_1 {
    width: 50%;
  }
}

@media all and (min-width: 768px) and (max-width: 991px) {
  /*for extra small tablet*/
  .anwargeneralheading_28 {
    font-size: 28px;
  }
  .img_home_1 {
    width: 50%;
  }
  .home_sectionnews_col2nd {
    margin-top: 0px;
  }
}

@media all and (min-width: 992px) and (max-width: 1199px) {
  /*for extra small laptop*/
}

@media all and (min-width: 1200px) {
  /*for extra laptop*/
}

.paging{
  margin: auto;
  width: fit-content;
}
.paging .page-link{
  border: 1px solid #305dab;
}

.sub-footer{
  background-color: black;
  text-align: center;
  width: 100%;
  padding: 5px 0px;
  color: white;
  font-size: 16px;
}
.sub-footer h6{
  font-size: 12px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}
.sub-footer h6 a{
  color: rgb(67, 67, 247)
}