@font-face {
  font-family: 'gotham_book';
  src: url("../fonts/gotham-book-webfont.eot");
  src: url("../fonts/gotham-book-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/gotham-book-webfont.woff") format("woff"), url("../fonts/gotham-book-webfont.ttf") format("truetype"), url("../fonts/gotham-book-webfont.svg#gotham_book") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'gotham_bold';
  src: url("../fonts/gotham_bold.eot");
  src: url("../fonts/gotham_bold.eot?#iefix") format("embedded-opentype"), url("../fonts/gotham_bold.woff") format("woff"), url("../fonts/gotham_bold.ttf") format("truetype"), url("../fonts/gotham_bold.svg#gotham_book") format("svg");
  font-weight: normal;
  font-style: normal; }
body {
  font-family: "gotham_book";
  overflow-x: hidden; }

b, strong {
  font-family: "gotham_bold"; }

img {
  max-width: 100%; }

.media img {
  max-width: initial; }

.none {
  display: none; }

a {
  text-decoration: none; }
  a:hover, a:focus {
    text-decoration: none; }

.fs-18 {
  font-size: 18px; }

.fs-22 {
  font-size: 22px; }

.appointment {
  cursor: pointer; }

#header {
  background: url("../images/banner-bg.jpg") no-repeat;
  background-size: cover;
  min-height: 500px;
  padding-top: 10px;
  margin-bottom: 30px; }
  #header #title-banner {
    text-align: center;
    color: white;
    margin-top: 190px; }
  #header #top-header #menu-wrap {
    text-align: right;
    padding-top: 30px; }
    #header #top-header #menu-wrap #top-menu {
      margin: 0;
      padding: 0;
      list-style: none; }
      #header #top-header #menu-wrap #top-menu .mobile-only {
        display: none; }
      #header #top-header #menu-wrap #top-menu .desktop-only {
        display: inline-block; }
      #header #top-header #menu-wrap #top-menu li {
        display: inline-block;
        padding: 10px 15px; }
        #header #top-header #menu-wrap #top-menu li a {
          text-transform: uppercase;
          color: #fff; }
          #header #top-header #menu-wrap #top-menu li a.appointment {
            color: #e67a27; }
      #header #top-header #menu-wrap #top-menu .dropdown .dropdown-menu {
        border-radius: 0px; }
        #header #top-header #menu-wrap #top-menu .dropdown .dropdown-menu li {
          padding: 5px;
          display: block; }
          #header #top-header #menu-wrap #top-menu .dropdown .dropdown-menu li a {
            color: black;
            padding: 5px 10px; }
    #header #top-header #menu-wrap .slicknav_menu {
      background: none;
      display: none; }
    #header #top-header #menu-wrap .slicknav_nav a:hover {
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
      background: none;
      color: #fff;
      text-decoration: underline; }
    #header #top-header #menu-wrap .slicknav_nav a {
      text-transform: uppercase; }
      #header #top-header #menu-wrap .slicknav_nav a.appointment {
        color: #e67a27; }

#footer #footer-contact {
  background: #efefef;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 30px; }
#footer #footer-bottom {
  background: #000;
  color: #fff;
  padding: 30px 0; }
  #footer #footer-bottom #footer-menu {
    margin: 0;
    padding: 0;
    list-style: none; }
    #footer #footer-bottom #footer-menu li a {
      display: block;
      color: #fff;
      margin-bottom: 5px; }
  #footer #footer-bottom #footer-address {
    font-size: 16px;
    line-height: 1.5; }
  #footer #footer-bottom #footer-sosmed {
    list-style: none;
    margin: 0;
    padding: 0; }
    #footer #footer-bottom #footer-sosmed li {
      display: inline-block; }
      #footer #footer-bottom #footer-sosmed li a {
        color: #cecece;
        font-size: 40px; }

.call-us span {
  color: #727272; }

#appointment-modal .modal-dialog .modal-content .modal-header {
  border-bottom: none; }
  #appointment-modal .modal-dialog .modal-content .modal-header .modal-title {
    margin-top: 40px;
    font-weight: 900; }
  #appointment-modal .modal-dialog .modal-content .modal-header .close {
    font-size: 36px; }
#appointment-modal .modal-dialog .modal-content .modal-body {
  padding: 15px 25px; }
  #appointment-modal .modal-dialog .modal-content .modal-body .btn-modal {
    width: 150px;
    height: 40px;
    background-color: #313131;
    color: white; }
    #appointment-modal .modal-dialog .modal-content .modal-body .btn-modal:hover {
      opacity: 0.7; }

.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px; }

.select {
  width: 100%;
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: #8c8c8c;
  height: 36px; }

.select-styled {
  font-size: 14px;
  line-height: 25px;
  border: 1px solid #ccc;
  border-radius: 5px;
  position: absolute;
  color: #8c8c8c;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  padding: 5px 15px 5px 10px;
  transition: all 0.2s ease-in; }
  .select-styled:after {
    content: "";
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #8c8c8c transparent transparent transparent;
    position: absolute;
    top: 15px;
    right: 10px; }
  .select-styled:active:after, .select-styled.active:after {
    top: 9px;
    border-color: transparent transparent #8c8c8c transparent; }

.select-options {
  border: 1px solid #ccc;
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #ffffff; }
  .select-options li {
    font-size: 14px;
    margin: 0;
    padding: 12px 0;
    text-indent: 15px;
    border-top: 1px solid #e6e6e6;
    transition: all 0.15s ease-in; }
    .select-options li:hover {
      color: #ffffff;
      background: #8c8c8c; }
    .select-options li[rel="hide"] {
      display: none; }

@media screen and (max-width: 900px) {
  #header {
    min-height: initial; }

  #header #top-header #menu-wrap .slicknav_menu {
    display: block; }

  .mobile-only {
    display: inline-block; }

  .desktop-only {
    display: none !important; }

  #top-menu {
    display: none; }

  #logo {
    text-align: center; }

  #header #top-header #menu-wrap {
    padding-top: 10px; } }
@media screen and (max-width: 768px) {
  #title-banner {
    margin-top: 100px !important;
    display: block; } }
#home-banner {
  color: #fff; }
  #home-banner .left {
    min-height: 400px;
    background-size: cover; }
  #home-banner .adjust {
    margin-top: 100px; }
    #home-banner .adjust .caption {
      line-height: 1.5; }
  #home-banner .box {
    padding: 20px;
    margin-right: 10%;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 5px; }
  #home-banner .carousel-control {
    width: 3%; }

.btn-more {
  background: url(../images/bg-btn.png) no-repeat;
  padding: 5px 25px;
  background-size: cover;
  display: inline-block;
  margin: 10px 0;
  color: #000;
  font-size: 12px;
  border-radius: 5px; }
  .btn-more:hover {
    opacity: 0.8;
    text-decoration: none;
    color: #000; }

#home-content #home-news .media-left, #home-content #home-news .media > .pull-left {
  padding-adjust: 0; }
#home-content #home-news .media {
  background: #e6eff0;
  height: 73px;
  position: relative; }
  #home-content #home-news .media img {
    width: 98px;
    /*height: 97px;*/ }
  #home-content #home-news .media .more {
    position: absolute;
    top: 50px;
    right: 10px; }
    #home-content #home-news .media .more a {
      color: #ffb94a; }
  #home-content #home-news .media .media-body {
    padding-left: 20px;
    padding-adjust: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 1.2; }
    #home-content #home-news .media .media-body a {
      color: #727272;
      font-size: 13px; }
#home-content #home-gallery .head-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between; }
#home-content #home-gallery .item {
  padding: 5px;
  /* img {
       min-height: 220px;
   }*/ }
  #home-content #home-gallery .item a {
    position: relative;
    display: block; }
    #home-content #home-gallery .item a .btn-video {
      background: url("../images/btn-video.png") no-repeat;
      width: 106px;
      height: 105px;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  #home-content #home-gallery .item .thumb {
    width: 100%; }

.gallery-list {
  display: flex;
  flex-wrap: wrap; }
  .gallery-list .item {
    width: 50%; }
    .gallery-list .item.active {
      display: block; }

.gallery-list-page {
  display: flex;
  flex-wrap: wrap; }
  .gallery-list-page .item {
    display: none; }
    .gallery-list-page .item.active {
      display: block; }

.paging-wrapper {
  text-align: center; }
  .paging-wrapper .pagination .page-item .page-link {
    color: black; }
  .paging-wrapper .pagination .page-item.active .page-link {
    color: white;
    background: #e67a27;
    border-color: #e67a27; }

@media screen and (max-width: 1280px) {
  #header {
    min-height: 480px; }

  #home-banner .left {
    min-height: 375px; } }
@media screen and (max-width: 1024px) {
  #header {
    min-height: 380px; }

  #home-banner .left {
    min-height: 295px;
    background-size: contain; }

  #home-banner .adjust {
    margin-top: 70px; } }
@media screen and (max-width: 900px) {
  #home-banner .adjust {
    margin-top: 100px;
    padding-bottom: 30px;
    text-align: center; }

  #home-banner .left {
    min-height: 300px;
    background-size: contain; } }
@media screen and (max-width: 500px) {
  #home-banner .left {
    min-height: 130px;
    background-size: contain; } }
#about-page {
  margin-bottom: 300px; }
  #about-page #about-tab ul {
    list-style: none;
    padding-left: 0px; }
    #about-page #about-tab ul li {
      line-height: 20px;
      padding: 10px;
      background: #efefef;
      margin-bottom: 5px; }
      #about-page #about-tab ul li a {
        color: #acacac;
        text-transform: uppercase; }
        #about-page #about-tab ul li a:hover, #about-page #about-tab ul li a:focus {
          text-decoration: none;
          color: #363636; }
    #about-page #about-tab ul li.active a {
      color: #363636; }
  #about-page #about-content {
    margin-top: -180px; }
    #about-page #about-content h1 {
      color: white;
      text-transform: uppercase; }

@media screen and (max-width: 768px) {
  #about-page {
    margin-bottom: 0px; }

  #about-content {
    margin-top: 50px !important; }
    #about-content h1 {
      color: #363636 !important; } }
#service-banner {
  position: relative;
  margin-bottom: 110px; }
  #service-banner .image {
    width: 100%;
    text-align: center;
    margin-bottom: -80px; }

.gallery a {
  position: relative;
  display: inline-block; }
  .gallery a .btn-video {
    background: url("../images/btn-video.png") no-repeat;
    width: 106px;
    height: 105px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

#service-content {
  margin-bottom: 100px; }

#services-features {
  background: #e8e8e8;
  padding-bottom: 40px; }
  #services-features .row {
    margin-top: -40px; }
  #services-features h5 {
    font-family: 'gotham_bold'; }
  #services-features .item {
    margin-bottom: 30px; }

#make-appointment {
  background: url(../images/make-appointment.jpg) no-repeat;
  color: #fff;
  background-position: center center;
  min-height: 150px;
  background-size: cover;
  padding-top: 30px;
  padding-bottom: 30px; }

@media screen and (max-width: 500px) {
  #service-banner {
    margin-bottom: 60px; }

  #service-banner .image {
    margin-bottom: -30px; } }
#gallery-page {
  margin-top: -250px; }
  #gallery-page .title {
    text-align: center;
    margin-bottom: 70px;
    color: white; }
  #gallery-page .item {
    margin-bottom: 20px; }
    #gallery-page .item .btn-video {
      background: url(../images/btn-video.png) no-repeat;
      width: 106px;
      height: 105px;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
    #gallery-page .item img {
      min-height: 200px; }

@media screen and (max-width: 768px) {
  #gallery-page {
    margin-top: 50px; }
    #gallery-page .title {
      display: none; } }
#news-page #head-news {
  margin-bottom: 50px; }
#news-page #list-news {
  display: flex;
  flex-wrap: wrap; }
  #news-page #list-news .item {
    margin-bottom: 50px;
    width: 25%;
    padding: 0px 15px; }
    #news-page #list-news .item .fix-ratio {
      display: block;
      max-width: 100%;
      max-height: 150px;
      min-height: 150px;
      margin: auto; }
    #news-page #list-news .item .details {
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 4;
      -webkit-box-orient: vertical; }
#news-page .read-more {
  color: #e67a27; }
  #news-page .read-more:hover {
    opacity: 0.7; }

#info-page .item {
  margin-bottom: 30px; }
  #info-page .item .title {
    font-size: 42px;
    font-weight: 900;
    color: black;
    margin: 0px;
    margin-bottom: 5px; }
  #info-page .item .publish-date {
    font-size: 16px;
    margin: 0px;
    margin-bottom: 20px;
    color: #acacac; }
  #info-page .item .image {
    margin-bottom: 20px; }
  #info-page .item .description {
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical; }
#info-page .read-more {
  color: #e67a27;
  font-weight: 700; }
  #info-page .read-more:hover {
    opacity: 0.7; }
#info-page .archive h2 {
  font-size: 24px;
  font-weight: 700;
  color: #666666;
  margin-top: 40px;
  padding-bottom: 10px;
  border-bottom: 1px solid #666666; }
#info-page .archive .list {
  list-style: none;
  padding: 0px;
  margin: 0px; }
  #info-page .archive .list .item {
    margin-bottom: 5px; }
    #info-page .archive .list .item .link {
      color: #acacac;
      font-size: 16px; }

/*# sourceMappingURL=style.css.map */
