/*
Theme Name: SKYBARS.VN
Theme URI: https://kmar.media/
Author: Thắng Nguyễn
Author URI: https://kmar.media/
Version: 2.0
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Global
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
html {
  font-size: 1rem;
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 0.875rem;
  }
}

/*--------------------------------------------------------------
# Global
--------------------------------------------------------------*/
body {
  font-family: 'Roboto Slab';
  font-size: 0.875rem;
  font-weight: 400;
  color: #000;
  background: #000;
}
.site {
  color: #fff;
}
* {
  outline: none !important;
}
img {
  max-width: 100%;
  height: auto;
}
iframe {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #bf932f;
}
h6,
.h6 {
  font-size: 1.0625rem;
}
.display-4 {
  font-size: 1.875rem;
}
.display-5 {
  font-size: 3.125rem;
}
.font-size-inherit {
  font-size: inherit;
}
.text-primary {
  color: #bf932f !important;
}
.text-light {
  color: #d1d1d1 !important;
}
.text-body {
  color: #000 !important;
}
.bg-dark {
  background-color: #000 !important;
}
.bg-gradient-dark {
  background-color: rgba(0, 0, 0, 0.8) !important;
}
.bg-cover {
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.border-primary {
  border-color: #bf932f !important;
}
.border-secondary {
  border-color: #3c3c3c !important;
}
.border-light {
  border-color: #d1d1d1 !important;
}
.border-dark {
  border-color: #000 !important;
}
.lh-1 {
  line-height: 1;
}
@media (max-width: 767px) {
}

/*--------------------------------------------------------------
# Form
--------------------------------------------------------------*/
.form-control::-webkit-input-placeholder {
  color: #aaa;
}
.form-control::-moz-placeholder {
  color: #aaa;
}
.form-control:-ms-input-placeholder {
  color: #aaa;
}
.form-control:-moz-placeholder {
  color: #aaa;
}
label {
  margin-bottom: 0.3125rem;
}
button {
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.required {
  color: #f00;
}
.form-result-error {
  color: #f00;
}
.form-result-success {
  color: #68ba50;
}
.form-group {
  margin-bottom: 1.25rem;
}
.form-control,
.custom-select,
.btn {
  font-size: inherit;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  padding-left: 1rem;
  padding-right: 1rem;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.form-control,
.custom-select {
  border-color: #c9c9c9;
}
.form-control:focus,
.form-control:focus + .input-group-btn .btn {
  border-color: #bf932f;
  box-shadow: none;
}
.custom-select {
  background-image: url(images/arrow-down-black.png);
  -webkit-background-size: 8px 4px;
  -moz-background-size: 8px 4px;
  background-size: 8px 4px;
  padding-left: 0.5rem;
  padding-right: 1.75rem;
}
.btn {
  text-transform: uppercase;
}
.btn-primary,
.btn-primary:not(:disabled):not(.disabled):active:focus {
  color: #fff;
  background: #bf932f;
  border-color: #bf932f;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled):active {
  color: #bf932f;
  background-color: #fff;
  border-color: #fff;
  box-shadow: none;
}
.btn-outline-primary,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus {
  color: #bf932f;
  background-color: transparent;
  border-color: #bf932f;
  box-shadow: none;
}
.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active {
  color: #fff;
  background: #bf932f;
  border-color: #bf932f;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle:focus {
  color: #fff;
  background-color: #bf932f;
  border-color: #bf932f;
  box-shadow: none;
}
.btn-white,
.btn-white:not(:disabled):not(.disabled):active:focus {
  color: #bf932f;
  background: #fff;
  border-color: #fff;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #bf932f;
  border-color: #bf932f;
  box-shadow: none;
}
.btn-outline-white,
.btn-outline-white:not(:disabled):not(.disabled):active:focus {
  color: #fff;
  background: transparent;
  border-color: #fff;
  box-shadow: none;
}
.btn-outline-white:hover,
.btn-outline-white:focus,
.btn-outline-white:not(:disabled):not(.disabled):active,
.btn-outline-white.active {
  color: #fff;
  background-color: #bf932f;
  border-color: #bf932f;
  box-shadow: none;
}
.btn-dark,
.btn-dark:not(:disabled):not(.disabled):active:focus {
  color: #fff;
  background: #000;
  border-color: #000;
  box-shadow: none;
}
.btn-dark:hover,
.btn-dark:focus,
.btn-dark:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #bf932f;
  border-color: #bf932f;
  box-shadow: none;
}

/*--------------------------------------------------------------
# Dropdown
--------------------------------------------------------------*/
.dropdown-menu {
  font-size: inherit;
  border-radius: 0;
}
/*--------------------------------------------------------------
# Lang
--------------------------------------------------------------*/
ul.lang-hnw {
  list-style: none;
  display: flex;
  justify-content: center;
  padding-left: 0;
}
.lang-hnw li:first-child {
  float: left;
  padding-right: 1rem;
}
.lang-hnw li:last-child {
  padding-right: 0;
}
.lang-hnw li a img {
  width: 20px !important;
  height: auto !important;
}
/*--------------------------------------------------------------
# Modal
--------------------------------------------------------------*/
.modal-dialog {
  min-height: calc(100vh - 3.75rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: auto;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-content {
  border-radius: 0;
  max-height: 760px;
}
.modal-header {
  padding: 1rem 2rem;
}
.modal-title {
  font-size: 1.25rem;
  text-transform: uppercase;
  color: #bf932f;
}
.modal-body {
  padding: 1.5rem 2rem;
}
.modal-close {
  background: transparent;
  border: 0;
  cursor: pointer;
  width: 2rem;
  height: 2rem;
  padding: 0;
  position: absolute;
  z-index: 10;
  top: 0.5rem;
  right: 0.5rem;
}
.modal-close:hover {
  background: #bf932f;
}
.modal-close:before,
.modal-close:after {
  content: ' ';
  background: #bf932f;
  display: block;
  width: 2px;
  height: 1.25rem;
  margin-top: -0.625rem;
  margin-left: -1px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.modal-close:before {
  transform: rotateZ(-45deg);
}
.modal-close:after {
  transform: rotateZ(45deg);
}
.modal-close:hover:before,
.modal-close:hover:after {
  background: #fff;
}
.modal-backdrop.show {
  opacity: 0.7;
}
@media (min-width: 1200px) {
  .modal-lg {
    max-width: 1000px;
  }
}
/*--------------------------------------------------------------
# Page index
--------------------------------------------------------------*/
.bar-index img.hover {
  display: none;
}
.bar-index:hover img.active {
  display: none;
}
.bar-index:hover img.hover {
  display: inline;
}
@media (max-width: 896.98px) {
  .bar-index img {
    height: 100px;
  }
}
/*--------------------------------------------------------------
# home logos
--------------------------------------------------------------*/
.home-logos:before {
  position: absolute;
  content: '';
  background: rgba(35, 31, 32, 0.7);
  width: 100%;
  height: 100%;
  z-index: 10;
}
.home-logos a {
  display: block;
  padding: 1rem 2rem;
  position: relative;
  z-index: 11;
  font-size: 1.25rem;
}
.module-404 a {
  border: 1px solid #fff;
  display: block;
  padding: 1rem 2rem;
  position: relative;
  z-index: 11;
}
.border-fix:before {
  position: absolute;
  content: '';
  background: #ccc;
  height: 40%;
  width: 0.1em;
  left: 0;
  z-index: 12;
  bottom: 20px;
}
.border-fix:first-child:before {
  background: transparent;
}

.module-404:nth-of-type(2n + 1) a {
  background: #bf932f;
  box-shadow: 0 0 0 1rem rgba(191, 147, 47, 0.8);
}
.module-404:nth-of-type(2n + 2) a {
  background: #000;
  box-shadow: 0 0 0 1rem rgba(0, 0, 0, 0.8);
}
.event-title-home {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  width: 93%;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .border-fix:nth-child(2n + 1):before {
    background: transparent;
  }
}
@media (min-width: 450px) and (max-width: 736px) {
  .border-fix:nth-child(2):before {
    background: transparent;
  }
}
@media (max-width: 767.98px) {
  .border-fix::before {
    position: absolute;
    content: '';
    background: #ccc;
    height: 0.05rem;
    top: -2px;
    width: 40%;
    left: calc(100% - 70%);
  }
  .border-fix:nth-child(2):before {
    background: transparent;
  }
}
@media (max-width: 575.98px) {
  .border-fix:nth-child(2):before {
    background: #ccc;
  }
  .border-fix:before {
    top: -1px;
  }
}
/*--------------------------------------------------------------
# site header
--------------------------------------------------------------*/
.site-header {
  width: 15rem;
  overflow-y: auto;
  position: fixed;
  z-index: 1020;
  top: 0;
  bottom: 0;
  left: 0;
}
.page-template-page-bar {
  padding-left: 15rem !important;
}
.site-header-toggler {
  font-size: 1.5rem;
}
@media (max-width: 991px) {
  .site-header {
    left: -15rem;
    transition: all 0.3s ease 0s;
  }
  body.show .site-header {
    left: 0;
  }
  body.show .mobile-toggler {
    left: 15rem;
  }
  body.show {
    overflow: hidden !important;
  }
  body.show:before {
    content: ' ';
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    z-index: 1010;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .page-template-page-bar {
    padding-left: 0 !important;
  }
  .site-header-toggler {
    left: 0;
    position: absolute;
  }
}
.logo-mobile > a > img {
  width: 150px;
}
.btn-book {
  position: absolute;
  right: 0;
  font-size: 1.5rem;
}
/*--------------------------------------------------------------
## site nav
--------------------------------------------------------------*/
.site-nav {
  font-size: 0.9375rem;
}
.site-nav li a {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}
.site-nav li.active a {
  color: #bf932f;
  border-color: #3c2e0f;
}

/*--------------------------------------------------------------
## site social
--------------------------------------------------------------*/
.site-social a {
  border: 1px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
}
.site-social a:hover {
  color: #bf932f;
  border-color: #bf932f;
}

/*--------------------------------------------------------------
## site copyright
--------------------------------------------------------------*/
.site-copyright p {
  margin-bottom: 0.5rem;
}

/*--------------------------------------------------------------
# scrollbar
--------------------------------------------------------------*/
.jspHorizontalBar {
  display: none;
}
.jspVerticalBar {
  background: transparent;
  width: 0.25rem;
}
.jspTrack {
  background: transparent;
}
.jspDrag {
  background: #fff;
  border-radius: 0.5rem;
}
.modal-post .jspDrag {
  background: #000;
}
.scrollbar {
  max-height: 28rem;
  height: auto;
}
.scrollbar h3 {
  text-align: left;
}
#fp-nav ul li a span {
  background: #fff;
  box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.2);
}
.next-section {
  border-left: 0.1875rem solid #fff;
  border-bottom: 0.1875rem solid #fff;
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  z-index: 10;
  bottom: 2rem;
  left: 50%;
  transform: rotate(-45deg) translateX(-50%);
}
.next-section:hover {
  border-color: #bf932f;
}
@media (max-width: 991px) {
  .next-section {
    display: none;
  }
}

/*--------------------------------------------------------------
# video youtube
--------------------------------------------------------------*/
#player {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
}

/*--------------------------------------------------------------
# gallery
--------------------------------------------------------------*/
.gallery .play,
.fancybox-thumbs .play {
  font-size: 2rem;
  color: #fff;
  border: 0.125rem solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.75rem;
  height: 3.75rem;
  padding-left: 0.25rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease 0s;
}
.fancybox-thumbs .play {
  font-size: 1rem;
  width: 2rem;
  height: 2rem;
}
.gallery:hover .play,
.fancybox-thumbs li:hover .play {
  color: #bf932f;
  border-color: #bf932f;
}

.widget-instagram ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -0.125rem;
  margin-left: -0.125rem;
}
.widget-instagram ul li {
  -ms-flex: 0 0 33.3333%;
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
  padding-left: 0.125rem;
  padding-right: 0.125rem;
  margin-bottom: 0.25rem;
}

/*--------------------------------------------------------------
# entry
--------------------------------------------------------------*/
.entry-content {
  font-weight: 300;
  color: #000;
}
.entry-content a {
  border-bottom: 1px solid #bf932f;
}
.entry-content ul li,
.entry-content ol li {
  margin-bottom: 0.25rem;
}
.entry-content ol ol,
.entry-content ul ul {
  margin-bottom: 0;
}
.entry-content blockquote {
  background: #efefef;
  border-left: 0.25rem solid #bf932f;
  padding: 1rem 1.5rem 0.5rem;
  margin-left: 2.5rem;
  margin-bottom: 1rem;
  position: relative;
}
.entry-content blockquote:before,
.entry-content blockquote:after {
  font-size: 1.5rem;
  line-height: 1;
  position: absolute;
}
.entry-content blockquote:before {
  content: '\201C';
  padding-right: 0.25rem;
  left: 0.5rem;
  top: 1rem;
}
.entry-content blockquote:after {
  content: '\201D';
  padding-left: 0.25rem;
  right: 0.5rem;
  bottom: 0.25rem;
}
.entry-content cite {
  font-style: normal;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  font-size: 1.25rem;
}
.entry-content img.centered,
.entry-content .aligncenter {
  text-align: center;
  display: block;
  max-width: 100%;
  margin: 0 auto 1rem;
}
.entry-content img.alignnone {
  max-width: 100%;
  margin-bottom: 1rem;
}
.entry-content .alignleft {
  float: left;
  max-width: 50%;
  text-align: left;
}
.entry-content .alignright {
  float: right;
  max-width: 50%;
  text-align: right;
}
.entry-content img.alignleft,
.entry-content .wp-caption.alignleft {
  padding-right: 1rem;
  margin-bottom: 1rem;
}
.entry-content img.alignright,
.entry-content .wp-caption.alignright {
  padding-left: 1rem;
  margin-bottom: 1rem;
}
.entry-content .wp-caption-text {
  text-align: left;
  background: #efefef;
  padding: 0.5rem 0.75rem;
}
.entry-content table {
  width: 100%;
  margin-bottom: 1rem;
}
.entry-content table th,
.entry-content table td {
  border: 1px solid #d5d5d5;
  padding: 0.5rem 0.75rem;
  vertical-align: top;
}
.site-social a object.svg-icon {
  width: 1.25rem;
}
.site-social {
  flex-wrap: wrap;
}
.site-social li {
  margin: 0.25rem;
  flex: 1 0 20%;
  max-width: 25%;
  text-align: center;
}
.site-social a img {
  width: 1.5rem;
}
.info-bar .cot-a,
.info-bar .cot-b {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.info-bar .bg-gradient-dark {
  flex-grow: 1;
}
.info-bar .cot-b .bg-gradient-dark {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.section-home {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.section-home:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 50%);
  z-index: 1;
}
.section-home .fp-tableCell {
  position: relative;
  z-index: 2;
}
.fp-tableCell img {
    max-height: 450px;
    object-fit: cover;
    width: 100%;
}
/*--------------------------------------------------------------
# site slider
--------------------------------------------------------------*/
.site-slider .slick-slide {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.site-slider .slick-dots {
  bottom: 4rem;
  z-index: 3;
}
.site-slider .item {
  display: none;
  height: 100vh !important;
}
.site-slider.slick-dotted.slick-slider {
    margin-bottom: 0;
}
.site-slider .slick-list,
.site-slider .slick-track,
.site-slider .slick-slide {
  height: 100vh !important;
}
.site-slider.slick-initialized .item {
  display: flex;
}
.site-slider .title,
.site-slider .desc,
.site-slider .btn,
.site-slider .slick-slide:first-child .title,
.site-slider .slick-slide:first-child .desc,
.site-slider .slick-slide:first-child .btn {
  visibility: hidden;
  opacity: 0;
  transform: translateY(100%);
  transition: all 1s ease 0.5s;
}
.site-slider .slick-current .title,
.site-slider .slick-current .desc,
.site-slider .slick-current .btn,
.site-slider .slick-current.slick-first .title,
.site-slider .slick-current.slick-first .desc,
.site-slider .slick-current.slick-first .btn {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.site-slider .slick-prev,
.site-slider .slick-next {
  z-index: 3;
  width: 40px;
  height: 40px;
  background: transparent;
  border: none;
  color: #fff;
  font-size: 1.5rem;
}
.site-slider .slick-prev:before,
.site-slider .slick-next:before {
  content: none;
}
.site-slider .slick-prev:hover,
.site-slider .slick-next:hover {
  color: #bf932f;
}
@media (min-width: 767.98px) {
  .site-slider .slick-prev {
    left: 6rem;
  }
  .site-slider .slick-next {
    right: 6rem;
  }
}
@media (max-width: 767.98px) {
  .site-slider .slick-dots {
    bottom: 7.5rem;
  }
  .site-slider h2 a {
    font-size: 25px !important;
  }
  .site-slider p {
    font-size: 30px !important;
  }
  .site-slider .gp-btn-outline {
    font-size: 15px;
  }
}
