@font-face {
  font-family: S-Core;
  src: url('font/S-Core - CoreRhino45Regular.otf'),
  	url('font/S-Core - CoreRhino75Heavy.otf');
}

body {
	font-family: "S-Core","Helvetica";
}

.navbar-nav > li > a {
	padding-top: 0px;
	padding-bottom: 0px;
}

.switch-language, .switch-language a {
	color: #af9950;
}

.switch-language a:hover {
	color: rgba(255,255,255,.75);
	text-decoration: none;
}

.main-navbar {
	background-color: #000;
	letter-spacing: 3px;
}

.main-navbar .navbar-nav .nav-link {
	color: #af9950;
}

.navbar-collapse.collapse {
	justify-content: space-around!important;
}

.btn-google-map {
	color: #af9950;
	border-radius: 0px;
	letter-spacing: 6px;
	background-color: #000;
	padding-left: 30px;
	padding-right: 30px;
}

.btn-dark {
	background-color: #000;
}

.btn-gold {
	color: #fff;
	background-color: #af9950;
	border-color: #af9950;
}

.section-logo {
	background-color: #af9950;
}

.section-ultimate {
	background-image: url('img/background/the_ultimate-v1.png');
	background-size: cover;
	background-repeat: no-repeat;
    background-position: bottom;
}

.section-feature {
	background-image: url('img/background/highlight_v1.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.section-video {
	background-color: #000;
}

.section-modern-colonial {
	background-image: url('img/background/modern_colonial_v1.png');
	background-size: cover;
	background-repeat: no-repeat;
    background-position: bottom;
}

.section-luxuriously {
	color: #fff;
	background-color: #000;
}

.section-luxuriously .title {
	color: #af9950;
}

.section-unit-plan {
	background-image: url('img/background/unitplan_v1.png');
	background-size: cover;
	background-repeat: no-repeat;
    background-position: bottom;
}

.section-highlight {
	background-image: url('img/background/highlight_v1.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.section-highlight .table .thead-dark th, .section-highlight .nav.nav-tabs .nav-item .nav-link {
	color: #af9950;
    background-color: #000;
    border-color: #000;
    letter-spacing: 3px;
}

.section-highlight .nav.nav-tabs .nav-item .nav-link.active {
	text-decoration: underline;
	text-underline-position: under;
}

.section-highlight table.table {
	height: 100%;
}

.section-highlight table.table > tbody, .section-highlight .tab-content {
	background-color: #ffffff7a;
}

.section-highlight .table-highlight > tbody, .section-highlight .table-detail > tbody {
	border-right: 2px solid #d4d4d4;
}


.section-highlight .table-neighbour ul > li:not(:first-child) {
	line-height: 2.5;
}

.section-baba-hotel {
	color: #fff;
	background-color: #000;
}

.section-baba-hotel .title {
	color: #af9950;
}

.section-baba-hotel img {
	width: 100%;
}

.section-be-a-part {
	background-image: url('img/background/be_a_part_v1.png');
	background-size: cover;
	background-repeat: no-repeat;
    background-position: bottom;
}

.section-be-a-part img {
	width: 100%;
}

.section-wtsau {
	color: #fff;
	background-color: #000;
}

.section-wtsau .title {
	color: #af9950;
}

.section-wtsau iframe {
	width: 100%;
	height: 500px;
}

.section-wtsau .owl-nav button {
    top: 250px;
}

.section-contact {
	background-image: url('img/background/contact_v1.png');
	background-size: cover;
	background-repeat: no-repeat;
    background-position: bottom;
}

.section-register {
	background-color: #af9950;
}

.section-register input {
	color: #000;
    border: none;
	background: none;
    padding-left: 0;
    border-radius: 0;
    border-bottom: 2px solid #c7b886;
}

.section-register input::placeholder {
	color: #000;
}

.section-register input:focus {
	outline: none;
	background: none;
}

.section-register.black {
	background-color: #000;
}

.section-register.black .title {
	color: #af9950;
}

.section-register.black input {
    color: #af9950;
    border-bottom: 2px solid #2d2d2d;
}

.section-register.black input::placeholder {
	color: #c7b886;
}

.owl-theme .owl-dots .owl-dot span {
	width: 23px;
	height: 4px;
	background: #030301;
	border-radius: 0px;
}

.owl-theme.gold .owl-dots .owl-dot span {
	background: #af9950;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #fefdfc;
}

.owl-theme .owl-nav [class*='owl-']:hover {
	background: none !important;
	outline: none;
	color: inherit;
}

.owl-nav button {
	position: absolute;
    top: calc(50% - 75px);
    font-size: 70px !important;
}

.owl-nav .owl-prev {
    left: -65px;
}

.owl-nav .owl-next {
    right: -65px;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
	color: #212529;
}

.slide-banner .owl-nav button {
    top: calc(50% - 50px);
    color: #af9950 !important;
    font-size: 65px !important;
}

.slide-banner .owl-nav .owl-next {
    right: 65px;
}

.slide-banner .owl-nav .owl-prev {
    left: 65px;
}

.slide-banner .owl-nav {
    margin-top: 0px;
}

.text-gold {
	color: #af9950;
}