@import '//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css';
@import url(//fonts.googleapis.com/css?family=Roboto:400,700);
@import url(//fonts.googleapis.com/css?family=Roboto+Condensed:400,700,300,400italic);
.navigation {
  z-index: 999;
  position: relative;
  float: left;
}
.navigation .sf-menu {
  z-index: 990;
  text-align: center;
  position: relative;
  display: inline-block;
  margin-top: 10px;
}
.isStuck img {
  width: 50px !important;
}
.isStuck .navigation .sf-menu{
  margin-top: -10px;
}
.navigation nav {
  position: relative;
  padding: 0;
}
.select-menu {
  display: none !important;
}
.sf-menu ul {
  position: absolute;
  top: -999px;
  display: none;
}
.sf-menu > li > ul > li {
  float: none;
  position: static;
}
.on__sub .sf-menu > li {
  font-size: 22px;
  line-height: 36px;
}
.on__sub .sf-menu > li + li {
  margin-left: 31px;
}
.sf-menu > li {
  float: left;
  position: relative;
  font-size: 21px;
  line-height: 24px;
  font-weight: bold;
  font: bold 18px/24px 'Roboto Condensed', sans-serif;
}
.sf-menu > li + li {
  margin-left: 52px;
}
.sf-menu > li + li:before {
  content: '/';
  color: #fff;
  position: absolute;
  top: 40px;
  left: -30px;
}
.sf-menu > li > a {
  position: relative;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  display: block;
  letter-spacing: 2px;
  padding-top: 40px;
}
.sf-menu > li > a:hover {
  color: #fa946c;
}
li.current a {
  color: #fa946c;
}

li.current {
  position: relative;
}
/* .sf-menu > li > a:before {
  left: 2px;
  right: 5px;
  top: 0;
  background-color: #fff;
  position: absolute;
  content: '';
  height: 0;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
} */
.sf-menu > li > a.sf-with-ul:after {
  content: '';
  position: absolute;
  width: 5px;
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
  pointer-events: none;
  z-index: 999;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #fff transparent transparent transparent;
}
.sf-menu > li.sfHover > .sf-with-ul:after,
.sf-menu > li.current > .sf-with-ul:after {
  border-top-color: #fff;
}
.sf-menu > li.sfHover > a:before,
.sf-menu > li.current > a:before,
.sf-menu > li > a:hover:before {
  height: 30px;
}
.h140{
  height: 140px;
}
/*================================>> 2 Level <<========================================*/
.sf-menu > li ul {
  z-index: 999;
  position: absolute;
  left: 0;
  width: 195px;
  background-color: #fff;
  top: 75px;
  color: #000;
  padding-top: 19px;
  padding-bottom: 21px;
}
.sf-menu li ul li {
  margin-top: 0;
  position: relative;
  float: none !important;
  text-align: left;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 2px;
}
.sf-menu li ul li.sfHover > .sf-with-ul:after {
  color: #000000;
}
.sf-menu li ul li a {
  position: relative;
  color: #cb6134;
  display: block;
  padding: 5px 30px;
  font-size: 14px;
}
.sf-menu li ul li a.sf-with-ul:after {
  content: '';
  font-family: 'FontAwesome';
  position: absolute;
  width: 5px;
  font-size: 25px;
  line-height: 13px;
  font-weight: normal;
  color: #fff;
  right: 25px;
  bottom: 10px;
  pointer-events: none;
  z-index: 999;
}
.sf-menu li li a:hover,
.sf-menu li.sfHover li.sfHover > a {
  background-color: #ffffff;
  color: #ba4b07;
}
/*================================>> 3 Level <<========================================*/
.sf-menu > li ul li ul {
  left: 0;
  margin-left: 0;
  top: 0px;
  padding: 0;
  position: relative !important;
}
.sf-menu li ul ul li a {
  padding-left: 50px;
}
.sf-menu li ul ul li a:hover {
  background-color: #cf6727;
  color: #ffffff;
}
/*==================================RESPONSIVE LAYOUTS===============================================*/
@media only screen and (max-width: 979px) {
  .sf-menu > li {
    font-size: 12px;
  }
  .sf-menu > li ul li ul {
    position: relative;
    left: 0;
    width: auto;
    margin-left: 0;
  }
  .header_search {
    margin-left: 14px !important;
  }
}
@media only screen and (max-width: 767px) {
  .navigation {
    float: none !important;
    padding: 10px 0px 10px !important;
    clear: both;
    margin: 0;
    width: auto;
    min-height: 0px;
  }
  .navigation nav {
    border: none !important;
    float: none !important;
    font: 12px/15px Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #927c67;
    margin: 0 auto;
    padding-left: 0 !important;
  }
  .navigation nav ul {
    border: none;
  }
  .sf-menu {
    display: none !important;
    float: none;
  }
  .select-menu {
    font: 18px/15px Arial, Helvetica, sans-serif;
    color: #202020;
    width: 100%;
    margin: 0 auto;
    float: none;
    outline: none;
    text-align: left !important;
    display: block !important;
    border: 2px solid #ba4b07;
  }
  .select-menu option {
    text-align: left;
  }
}
/* Stuck menu styles
========================================================*/
.isStuck {
  background: rgba(0, 0, 0, 0.7);
  z-index: 10000;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
}
.isStuck .navigation {
  padding: 0 0 20px;
}
.on__sub .isStuck .logo {
  height: auto;
}
.on__sub .isStuck .logo a {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  position: relative;
  top: 0;
  padding-bottom: 0;
}
.on__sub .navigation {
  padding-top: 0px;
}
@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/* UItoTop styles
========================================================*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 80px;
  right: 30px;
  overflow: hidden;
  border: none;
  color: #ba4b07;
  font-size: 43px;
  line-height: 38px;
  z-index: 20;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
#toTop:hover {
  outline: none;
  color: #ffffff;
}
html {
  width: 100%;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
sss * {
  -webkit-text-size-adjust: none;
}
body {
  position: relative;
  background: #cb6134;
  color: #fa946c;
  font: 14px/20px 'Roboto', sans-serif;
}
strong {
  font-weight: 700;
}
address {
  font-style: normal;
}
p {
  margin-bottom: 20px;
}
input,
textarea {
  border-radius: 0 !important;
  outline: none !important;
  -webkit-appearance: none;
}
img {
  max-width: 100%;
}
/****Heads****/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  color: #ffffff;
  position: relative;
  font-family: 'Roboto Condensed', sans-serif;
}
h2 {
  line-height: 50px;
  padding-top: 112px;
  margin-bottom: 17px;
}
.page1 h1{
  font-weight: unset;
  margin-top: 60px;
  font-size: 68px;
  text-align: left;
  font-family: 'Roboto Condensed', sans-serif;
  line-height: 1;
}
.page1 h2 {
  padding-top: 0;
  margin-bottom: 0;
  text-align: left;
  font-size: 46px;
  font-weight: bolder;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
}
.page1 p{
  color: #ece395;
  font-size: 17px;
  margin-bottom: 60px;
  position: relative;
  font-weight: 100;
}
.p-bawah {
  color: #ece395 !important;
  line-height: 1.5;
  font-size: 18px !important;
  margin-top: -5px;
  font-family: 'Roboto Condensed';
  text-align: justify;
}
.img-wrap {
  width         : 150px;
  height        : 180px;
  color         : #111;
  text-align    : left;
  font-size     : 90px;
  float         : left;
  padding       : 0;
  background-clip: content-box;
  margin-bottom : 30px;
  margin-right  : 30px;
}
.img-wrap span {
  padding-top: 70px;
  display: inline-block;
}
.text-justify{
  text-align: justify;
}
.p-home{
  margin: 0 !important;
}
.f-home p:before {
  width: 28px;
  height: 3px;
  background-color: #ffffff;
  position: absolute;
  top: -27px;
  left: 0;
  content: '';
}
.f-home p {
  font-size: 12px;
  line-height: 1.2;
  color: #fff;
  margin-top: 40px;
  margin-bottom: 0;
}
.f-home .read-more {
  font-size: 12px;
  padding: 0;
  margin: 0;
  color: #bb4f27;
  letter-spacing: normal;
}
.f-home li a:hover p {
  color: #d9af55 !important;
  /* padding-bottom: 36px; */
}
.f-home li a:hover p:before {
  background-color: #d9af55 !important;
}
.moretext{
  display: none;
}
.moreless-button {
  margin-top: 10px;
  color: #cb6134;
  text-transform: lowercase;
  cursor: pointer;
}
.tabbing .judul {
  color: #fff;
  font-size: 16px;
  font-family: 'Roboto Condensed';
  letter-spacing: normal;
  padding: 0 0 20px;
}

.tabbing .isi {
  color: #ece395;
  font-size: 16px;
  font-family: 'Roboto Condensed';
  text-align: justify;
  font-weight: 300;
  line-height: 1.5;
  margin-right: 110px;
}
.tabku{
  cursor: pointer;
}
.tabku.akv {
  /* font-weight: bold; */
  color: #88953e;
}
/****Lists****/
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.list-1 {
  padding-top: 15px;
  margin-bottom: 20px;
  margin-left: 50px;
}
.headerku {
  height: 450px;
  text-align: center;
  font-family: 'Roboto Condensed';
  font-size: 17px;
  color: #ffffff;
  font-weight: lighter;
  align-items: center;
  width: 100%;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
}
.list-1 li {
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  margin-right: 30px;
}
.list-1 li + li {
}
.list-1 a:hover {
  color: #fa946c;
}
.list-1 a{
  font-weight: bold;
}

.listku-1 {
  padding-top: 37px;
  margin-bottom: 20px;
  margin-left: 0px;
}
.listku-1 li {
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  margin-right: 15px;
  color: #482f26;
  font-size: 16px;
}
.listku-1 li + li {
}
.listku-1 a:hover {
  color: #fa946c;
}
.badges {
  margin-top: 62px;
  background-color: #d9af55;
  overflow: hidden;
  color: #ffffff;
}
.badges li {
  font: 300 48px/55px 'Roboto Condensed', sans-serif;
  float: left;
  width: 33.3333333333%;
  letter-spacing: 3px;
}
.badges li .count {
  font-size: 18px;
  line-height: 16px;
  font-weight: normal;
  margin-bottom: 6px;
  letter-spacing: 1px;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.badges li a {
  display: block;
  padding: 34px 40px 32px;
}
.badges li a:hover {
  background-color: #ffffff;
  padding-bottom: 36px;
}
.badges li a:hover .count {
  color: #ba4b07;
  margin-bottom: 2px;
}
.badges li + li a {
  border-left: 1px solid #efc771;
}
/****Links****/
a {
  text-decoration: none;
  color: inherit;
  outline: none;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
a:hover {
  color: #d9af55;
}
.link-1 {
  position: relative;
  color: #ffffff;
  display: inline-block;
  text-transform: uppercase;
  font: 14px/18px 'Roboto Condensed', sans-serif;
  margin-top: 32px;
  letter-spacing: 2px;
}
.link-1:before {
  width: 28px;
  height: 3px;
  background-color: #ffffff;
  position: absolute;
  top: -16px;
  left: 0;
  content: '';
}
/****classes****/
.mb0 {
  margin-bottom: 0px !important;
}
.m0 {
  margin: 0 !important;
}
.pad0 {
  padding: 0 !important;
}
.img_inner {
  max-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 7px;
  margin-bottom: 24px;
}
.img_inner.fleft {
  float: left;
  width: auto !important;
  margin-right: 30px;
  margin-bottom: 0px;
}
.img_inner.offset__1 {
  margin-bottom: 29px;
}
.img_inner.img_fright {
  margin-top: 0;
  position: relative;
  top: -10px;
  float: right;
  margin-left: 30px;
}
.oh {
  overflow: hidden;
}
.fright {
  float: right !important;
}
.upp {
  text-transform: uppercase;
}
.alright {
  text-align: right;
}
.ta__center {
  text-align: center;
}
.ta__left {
  text-align: left;
}
.ta__right {
  text-align: right;
}
.td__underline {
  text-decoration: underline;
}
.wrapper,
.extra_wrapper {
  overflow: hidden;
}
.clear {
  float: none !important;
  clear: both;
}
.oh {
  overflow: hidden;
}
.nowrap {
  white-space: nowrap;
}
.rel {
  position: relative;
}
/*header*/
.main {
  overflow: hidden;
}
#header {
  background: url(../images/pexels-quang-nguyen-vinh-2132096.jpg) center center no-repeat;
  display: block;
  z-index: 999;
  position: relative;
  padding-bottom: 37px;
  background-size: cover;
}
#header > span {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../images/header-bottom.png) 0 0 repeat-x;
  height: 100vh;
  content: '';
  display: block;
  opacity: 0.5;
  background-size: contain;
}
.page1 #header {
  background-position: center 0;
  padding-bottom: 0;
}
.logo {
  padding-top: 41px;
  text-transform: none;
  float: left;
  color: #ba4b07;
  font: 72px/60px 'Roboto Condensed', sans-serif;
  font-weight: bold;
  text-align: left;
  position: relative;
}
.logo a {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0s ease;
  transition: 0s ease;
  overflow: hidden;
}
.logo a:hover {
  color: inherit;
}
.logo strong {
  display: block;
  font-weight: bold;
  font-size: 48px;
  margin-top: -2px;
  letter-spacing: 1.5px;
}
.logo span {
  min-width: 140px;
  position: absolute;
  left: 100%;
  margin-left: -18px;
  top: 50px;
  text-transform: uppercase;
  font-weight: 300;
  display: block;
  font-size: 14px;
  line-height: 18px;
  padding-top: 16px;
  letter-spacing: 1.5px;
}
/****Content****/
#content {
  padding-bottom: 23px;
}
#content .rel {
  z-index: 999;
}
#content.inset__1 {
  padding-bottom: 58px;
}
.page1 .logo {
  margin-bottom: 57px;
}
.page1 #content {
  padding-top: 55px;
  padding-bottom: 0;
}
.page1 #content h2 {
  margin-top: -3px;
}
/****Parallax****/
/****Blocks****/
.banner {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  text-align: center;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 2px;
  margin-bottom: 37px;
}
.banner .count {
  font-size: 18px;
  font-family: 'Roboto Condensed', sans-serif;
  letter-spacing: 2px;
  margin-bottom: 14px;
}
.banner:hover {
  background-color: #ffffff42 !important;
}
.banner.banner__theme-1 {
  background-color: #cd6c43;
  color: #f09d7b;
}
.banner.banner__theme-1:hover .banner_title {
  color: #c96036;
}
.banner.banner__theme-1 .banner_pad {
  padding-top: 28px;
  padding-bottom: 73px;
}
.banner.banner__theme-1 .banner_title {
  margin-bottom: 40px;
}
.banner.banner__theme-1 .banner_link {
  color: #c96036;
}
.banner.banner__theme-2 {
  background-color: #d88e29;
  background-color: #d88e29;
  color: #ffd88a;
}
.banner.banner__theme-2:hover .banner_title {
  color: #fff;
}
.banner.banner__theme-2 .banner_pad {
  /* padding: 28px 50px 0px; */
}
.banner.banner__theme-2 .banner_title {
  margin-bottom: 33px;
}
.banner.banner__theme-2 .banner_link {
  color: #cb9c3b;
}
.banner.banner__theme-2 .banner_link:before {
  margin-bottom: 31px;
}
.banner.banner__theme-3 {
  background-color: #8b451f;
  background-color: #8b451f;
  color: #85b3a2;
}
.banner.banner__theme-3:hover .banner_title {
  color: #fff;
}
.banner.banner__theme-3 .banner_link {
  color: #456553;
}
.banner.banner__theme-4 {
  background-color: #f1d245;
  background-color: #f1d245;
  color: #d0816c;
}
.banner.banner__theme-4:hover .banner_title {
  color: #fff;
}
.banner.banner__theme-4 .banner_link {
  color: #a24831;
}
.banner.banner__theme-5 {
  background-color: #80aca8;
  background-color: rgba(128, 172, 168, 0.9);
  color: #c1ece5;
}
.banner.banner__theme-5:hover {
  color: #8bafa9;
}
.banner.banner__theme-5:hover .banner_title {
  color: #8bafa9;
}
.banner.banner__theme-5 .banner_pad {
  padding-left: 40px;
  padding-right: 40px;
}
.banner.banner__theme-5 .banner_link {
  color: #73b6af;
}
.banner .banner_pad {
  padding: 48px 50px 48px;
}
.banner .banner_pad p{
  color: #fff;
  font-weight: 300;
  font-size: 18px;
  padding: 5px;
  letter-spacing: normal;
  font-family: 'Roboto Condensed';
}
.banner .banner_pad p::after{
  width: 28px;
  height: 3px;
  background-color: #ffffff;
  position: absolute;
  left: 50%;
  margin-left: -14px;
  bottom: -40%;
  content: '';
}
.banner .banner_title {
  margin-bottom: 41px;
  text-transform: none;
  color: #ffffff;
  font: 300 32px/48px 'Roboto Condensed', sans-serif;
  position: relative;
}
.banner .banner_title:after {
  width: 28px;
  height: 3px;
  background-color: #ffffff;
  position: absolute;
  left: 50%;
  margin-left: -14px;
  top: 100%;
  margin-top: 16px;
  content: '';
}
.banner_link {
  display: block;
  background-color: #ffffff;
  font: 14px/18px 'Roboto Condensed', sans-serif;
  padding: 11px 0 10px;
  position: relative;
}
.banner_link:hover {
  color: #000000 !important;
}
.banner_link:before {
  /* width: 28px;
  height: 3px;
  background-color: #ffffff;
  position: absolute;
  left: 50%;
  margin-left: -14px;
  bottom: 100%;
  margin-bottom: 51px;
  content: ''; */
}
.banner_link span {
  position: absolute;
  left: 0;
  display: block;
  right: 50%;
  margin-right: 7px;
  top: 100%;
  height: 7px;
  background-color: #ffffff;
}
.banner_link span:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 7px 0 7px;
  border-color: #ffffff transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 100%;
  margin-left: -7px;
}
.banner_link span + span {
  left: 50%;
  right: 0;
  margin-left: 7px;
  margin-right: 0;
}
.banner_link span + span:before {
  right: 100%;
  left: auto;
  margin-left: 0;
  margin-right: -7px;
}
.banner-1 {
  background-color: #ffffff;
  position: relative;
  padding: 27px 120px 24px 32px;
  margin-top: 6px;
  text-transform: uppercase;
  font: bold 18px/20px 'Roboto Condensed', sans-serif;
  letter-spacing: 2px;
}
.banner-1 a {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  padding-top: 26px;
  width: 80px;
  padding-left: 20px;
  background-color: #d9af55;
  color: #ffffff;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 2px;
}
.banner-1 a:hover {
  background-color: #ba4b07;
}
.banner-1 a:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 0 11px 11px;
  border-color: transparent transparent transparent #ffffff;
  display: block;
  left: 0;
  top: 33px;
  position: absolute;
}
.banner-1 .banner-1_title {
  letter-spacing: 3px;
  float: left;
  margin-right: 8px;
  font-size: 48px;
  line-height: 30px;
  color: #d9af55;
  padding-top: 3px;
}
.banner-1 .color1 {
  margin-bottom: 9px;
  float: left;
}
.banner-1 .color2 {
  color: #c96036;
  line-height: 22px;
}
.banner-2 {
  letter-spacing: 2px;
  padding: 39px 280px 49px 58px;
  background-color: #ffffff;
  background: url(../images/box-img.jpg) right 0 no-repeat #ffffff;
  -webkit-background-size: auto 100% !important;
  background-size: auto 100% !important;
  color: #c8d8d2;
  font: 18px/24px 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
}
.banner-2 .banner-2_title {
  font-size: 48px;
  line-height: 55px;
  font-weight: 300;
  color: #c96036;
  margin-bottom: 4px;
}
.banner-2 .banner-2_title span {
  text-transform: none;
  color: #8aaa9f;
}
.banner-2 .banner-2_phone {
  padding-top: 24px;
  color: #8aaa9f;
  font-size: 48px;
  line-height: 55px;
  font-weight: bold;
}
.block-1 {
  position: relative;
  padding-bottom: 35px;
  padding-top: 16px;
  color: #ffffff;
}
.block-1 img {
  margin-bottom: 40px;
}
.block-1 .text-1 {
  position: relative;
  margin-bottom: 16px;
  letter-spacing: normal;
  text-transform: unset;
  font-size: 28px;
  font-weight: normal;
}
.block-1 .text-1:before {
  width: 28px;
  height: 3px;
  background-color: #ffffff;
  position: absolute;
  top: -19px;
  left: 0;
  /* content: ''; */
}
.thumbnail-1 {
  margin-bottom: 36px;
}
.thumbnail-1.offset__1 {
  margin-bottom: 26px;
}
.thumbnail-1 + .thumbnail-1 {
  padding-top: 9px;
}
.thumbnail-1 img + img {
  padding-top: 3px;
  padding-bottom: 3px ;
  width: auto;
}
.thumbnail-1 img + img + img {
  margin-left: 10px;
}
.thumbnail-1 .text-1 {
  font-size: 20px;
  letter-spacing: 4px;
  margin-bottom: 8px;
}
.thumbnail-1 img {
  width: 100%;
  margin-bottom: 14px;
}
.thumbnail-1 .link-1 {
  margin-top: 31px;
}
.thumbnail-1 .thumbnail-1_socials {
  padding-top: 14px;
  overflow: hidden;
}
.thumbnail-1 .thumbnail-1_socials .fa {
  font-size: 18px;
  line-height: 20px;
  display: block;
  float: left;
}
.thumbnail-1 .thumbnail-1_socials .fa + .fa {
  margin-left: 15px;
}
.thumbnail-1 .thumbnail-1_links {
  color: #f2c978;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: 'Roboto Condensed', sans-serif;
  padding-top: 1px;
  margin-bottom: 11px;
}
.thumbnail-1 .thumbnail-1_links .fa {
  margin-right: 7px;
  position: relative;
  top: 6px;
}
.thumbnail-1 .thumbnail-1_links a {
  display: inline-block;
}
.thumbnail-1 .thumbnail-1_links a + a {
  margin-left: 7px;
}
.thumbnail-1 .thumbnail-1_links a:hover {
  color: #ffffff;
}
.thumbnail-1 .thumbnail-1_links time + a {
  margin-left: 7px;
}
.bq-1 {
  background: #8aaa9f url(../images/quotes.png) 27px 33px no-repeat;
  color: #ffffff;
  font-size: 14px;
  line-height: 30px;
  font: 14px/30px 'Roboto Condensed', sans-serif;
  padding: 47px 27px 25px;
  letter-spacing: 1px;
  margin-bottom: 43px;
}
.bq-1 p {
  font-size: 18px;
  font-style: italic;
  margin-bottom: 6px;
}
.bq-1.bq-1__decore-1 {
  margin-top: 5px;
  background-color: #d9af55;
  margin-bottom: 37px;
}
.banner-3 {
  margin-top: 16px;
  margin-bottom: 9px;
  text-align: center;
}
.banner-3 > div {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.banner-3 > div:hover {
  background-color: #ffffff !important;
}
.banner-3 .banner-3__theme-1 {
  background-color: #ce9636;
  color: #ffd88a;
}
.banner-3 .banner-3__theme-1 .banner_link {
  color: #cb9c3b;
}
.banner-3 .banner-3__theme-1 .count {
  color: #f2c978;
}
.banner-3 .banner-3__theme-1:hover .banner-3_title {
  color: #ffd88a;
}
.banner-3 .banner-3__theme-1:hover .fa {
  background-color: #ffd88a;
  color: #ffffff;
}
.banner-3 .banner-3__theme-2 {
  background-color: #3e6758;
  color: #85b3a2;
}
.banner-3 .banner-3__theme-2 .banner_link {
  color: #3e6758;
}
.banner-3 .banner-3__theme-2:hover .banner-3_title {
  color: #85b3a2;
}
.banner-3 .banner-3__theme-2:hover .fa {
  background-color: #85b3a2;
  color: #ffffff;
}
.banner-3 .banner-3__theme-3 {
  background-color: #9f3c28;
  color: #d0816c;
}
.banner-3 .banner-3__theme-3 .banner_link {
  color: #9a3827;
}
.banner-3 .banner-3__theme-3:hover .banner-3_title {
  color: #d0816c;
}
.banner-3 .banner-3__theme-3:hover .fa {
  background-color: #d0816c;
  color: #ffffff;
}
.banner-3 .banner-3__theme-4 {
  background-color: #87a59d;
  color: #c1ece5;
}
.banner-3 .banner-3__theme-4 .banner_link {
  color: #80aca8;
}
.banner-3 .banner-3__theme-4:hover .banner-3_title {
  color: #c1ece5;
}
.banner-3 .banner-3__theme-4:hover .fa {
  background-color: #c1ece5;
  color: #ffffff;
}
.banner-3 .fa {
  color: #8aaa9f;
  background-color: #fff;
  width: 90px;
  height: 90px;
  font-size: 48px;
  line-height: 88px;
  border-radius: 500px;
  margin-bottom: 13px;
}
.banner-3 .banner-3_title {
  letter-spacing: 1px;
  font: 300 48px/48px 'Roboto Condensed', sans-serif;
  color: #ffffff;
  margin-bottom: 33px;
}
.banner-3 .count {
  margin-bottom: 31px;
  letter-spacing: 2px;
  font-size: 18px;
  font-family: 'Roboto Condensed', sans-serif;
}
.banner-3 .banner-3_pad {
  padding: 28px 20px 52px;
}
.banner-3 p {
  position: relative;
  margin-bottom: 0;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 0 15px;
}
.banner-3 p:before {
  width: 28px;
  height: 3px;
  background-color: #ffffff;
  position: absolute;
  left: 50%;
  margin-left: -14px;
  bottom: 100%;
  margin-bottom: 14px;
  content: '';
}
.banner-3 p:after {
  width: 28px;
  height: 3px;
  background-color: #ffffff;
  position: absolute;
  left: 50%;
  margin-left: -14px;
  top: 100%;
  margin-top: 18px;
  content: '';
}
.banner-3 .banner_link {
  text-transform: uppercase;
  letter-spacing: 2px;
}
.banner-3 .banner_link:before {
  display: none;
}
/*****Gallery****/
.gallery {
  text-align: center;
}
.gallery .banner_link {
  text-transform: uppercase;
  color: #3e6758;
  letter-spacing: 2px;
  margin-bottom: 29px;
  padding-left: 10px;
  padding-right: 10px;
}
.gallery .banner_link:before {
  display: none;
}
.gallery .banner_link:hover {
  color: #ba4b07 !important;
}
.gall_item {
  background: #d9af55 url(../images/magnify.png) center center no-repeat;
  margin-top: 6px;
  display: block;
}
.gall_item img {
  box-shadow: 0 0 0 #fff;
  width: 100%;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.gall_item:hover img {
  opacity: 0.2;
}
/*******Tabs*******/
/****Separators****/
.sep-1 {
  border-top: 1px solid #e3784d;
}
/****Text styles****/
.text-1 {
  letter-spacing: 3px;
  text-transform: uppercase;
  font: bold 18px/24px 'Roboto Condensed', sans-serif;
}
.text-1.offset__1 {
  margin-bottom: 17px;
}
.text-1.offset__2 {
  margin-bottom: 16px;
}
.text-1.dec__1 {
  font-size: 14px;
}
.color1 {
  color: #d9af55;
}
.color1 a:hover,
a.color1:hover {
  color: #000000;
}
.color2 {
  color: #ba4b07;
}
.white {
  color: #ffffff;
}
.black {
  color: #000000;
}
/****Map****/
.map {
  text-transform: none;
}
.map figure {
  display: block;
  padding-top: 6px;
  margin-bottom: 26px;
}
.map figure iframe {
  width: 100%;
  height: 455px;
  max-width: 100%;
}
.map .text-1 {
  margin-bottom: 7px;
  text-transform: uppercase;
}
.map .color1:hover {
  color: #ffffff;
}
.map_block-1 {
  letter-spacing: 3px;
  float: left;
  font: bold 14px/24px 'Roboto Condensed', sans-serif;
  position: relative;
  padding-left: 40px;
  text-transform: uppercase;
  color: #ffffff;
  padding-top: 24px;
}
.map_block-1 .fa {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 30px;
  line-height: 30px;
  color: #f2c978;
  top: 17px;
}
.map_block-1 + .map_block-1 {
  margin-left: 30px;
}
.map_block-1 a {
  color: #f2c978;
}
.map_block-1 a:hover {
  color: #ffffff;
}
.address-1 {
  display: block;
  margin-bottom: 9px;
}
.content_map {
  color: #ffffff;
  position: relative;
  text-align: center;
  height: 480px;
}
.content_map .rel {
  position: relative;
  z-index: 10;
}
.address1 {
  margin-bottom: 36px;
  font-size: 13px;
}
.address1 span {
  padding-top: 10px;
  font-weight: bold;
  font-size: 34px;
  display: block;
}
/**Footer**/
#footer {
  color: #ffffff;
  padding: 20px 0;
  background: #482f26;
}
#footer .text-1 {
  padding-top: 0px;
  margin-top: -3px;
  letter-spacing: 1px;
}
#footer .logo {
  padding-top: 0;
  color: #fa946c;
}
#footer .logo em {
  font-style: normal;
}
#footer .logo span {
  top: 6px;
  line-height: 20px;
}
#footer .logo > a:hover {
  color: inherit;
}
#footer .logo span a {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
#footer .logo span a:hover {
  color: #ffffff;
}
.social-icons {
  padding-top: 1px;
  margin-left: 50px;
}
.social-icons li {
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  margin-top: 25px;
  margin-right: 20px;
}
.social-icons li .fa {
  color: #482f26;
  width: 33px;
  font-size: 18px;
  padding: 8px 0px;
  background: #d9af55;
  text-align: center;
  height: 17px;
  border-radius: 45px;
  margin-top: -7px;
  margin-right: -10px;
}
.social-icons li + li {
  /* margin-top: 10px; */
}
.social-icons li a:hover {
  color: #fa946c;
}

.desk{
  display: block;
}
.mob{
  display: none;
}
/*==================================RESPONSIVE LAYOUTS===============================================*/
@media only screen and (max-width: 1199px) {
  .extra_wrapper {
    overflow: visible;
  }
  #toTop {
    display: none !important;
  }
  .banner-1 * {
    float: none !important;
  }
  .banner-1 .banner-1_title {
    padding-bottom: 10px;
  }
  .badges li {
    font-size: 24px;
    line-height: 28px;
  }
  .banner .banner_title {
    font-size: 36px;
  }
  .thumbnail-1 img {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .banner-3 .banner-3_title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 979px) {
  .banner-2 {
    padding-right: 58px;
    background: #fff;
  }
  .banner-3 .banner-3_title {
    font-size: 27px;
  }
  .banner .banner_title {
    font-size: 24px;
  }
  .banner-1 a {
    width: 54px;
  }
  #contact-form label {
    width: 100% !important;
  }
  #footer .logo span {
    position: static;
    margin-left: 0;
  }
  .map figure,
  .map figure iframe,
  #form input,
  #form textarea {
    width: 100% !important;
    float: none !important;
  }
  .map figure {
    height: auto !important;
  }
  .nowrap {
    white-space: normal;
  }
  .map figure {
    height: 100% !important;
  }
  .badges li {
    float: none;
    border-left: 0 !important;
    width: auto !important;
    margin-top: 0px;
  }
  .badges li + li {
    border-top: 1px solid #efc771 !important;
  }
  .social-icons {
    font-size: 11px;
  }
}
@media only screen and (max-width: 767px) {
  .tabbing .isi {
    margin-right: 0px;
  }
  .desk{
    display: none;
  }
  .mob{
    display: block;
  }
  .block-1 {
    padding-bottom: 20px;
  }
  .page1 h1 {
    font-size: 36px;
    margin-top: 50px;
  }
  .page1 h2 {
    font-size: 24px;
    line-height: normal;
  }
  .page1 p {
    font-size: 16px;
  }
  .banner .banner_title {
    font-size: 24px;
    line-height: normal;
  }
  .banner .banner_pad p {
    color: #fff;
    font-weight: 300;
    font-size: 16px;
    padding: 5px;
    letter-spacing: normal;
    font-family: 'Roboto Condensed';
    line-height: normal;
  }
  .hero{
    width: 120px !important;
    margin-top: 50px !important;
  }
  .badges li .count {
    font-size: 12px;
    line-height: 16px;
    font-weight: normal;
    margin-bottom: 6px;
    letter-spacing: 1px;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    margin-bottom: 15px;
  }
  .list-1{
    margin-left: 0;
  }
  .social-icons {
    padding-top: 1px;
    margin-left: 0px;
  }
  .lfooter{
    text-align: center;
  }
  .logo-footer{
    width: 100px !important;
  }
  .listku-1{
    padding-top: 0;
  }
  .block-1 .text-1 {
    font-size: 24px;
    font-weight: normal;
  }
  .p-bawah {
    line-height: 1.5;
    font-size: 14px !important;
  }
  .page1 header {
    -webkit-background-size: auto 100% !important;
    background-size: auto 100% !important;
  }
  .banner-2_phone {
    font-size: 30px !important;
  }
  .map_block-1 {
    float: none !important;
    margin-left: 0 !important;
  }
  .img_inner {
    margin-top: 45px;
    width: 100%;
  }
  #header {
    background-position: center 0;
  }
  .banner-1 {
    margin-top: 38px;
  }
  .banner.banner__theme-2 .banner_pad {
    padding-bottom: 72px;
  }
  .list-1,
  .social-icons {
    margin-bottom: 40px;
  }
  .none {
    clear: both;
    height: 1px;
    width: 100%;
  }
  .map {
    margin-right: 0;
    padding-top: 40px;
  }
  .map iframe {
    height: 400px !important;
  }
  .logo span {
    position: static;
    margin-left: 0;
  }
  .fright {
    float: none !important;
  }
}
@media only screen and (max-width: 479px) {
  .banner-2_phone {
    font-size: 20px !important;
    letter-spacing: normal !important;
  }
  .banner-2_title {
    font-size: 30px !important;
    line-height: 38px !important;
    margin-bottom: 18px !important;
  }
}
