@media only screen and (max-width: 768px) {
	.navbar-collapse.collapse.show {
		display: block !important;
	}
	.custom-toggler .navbar-toggler-icon {
  		background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(175,153,80, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
	}
	.custom-toggler.navbar-toggler {
  		border-color: #af9950;
	} 
	.owl-nav button, .slide-banner .owl-nav button {
	    top: calc(50% - 35px);
	    font-size: 30px !important;
	}
	.owl-nav .owl-prev, .slide-banner .owl-nav .owl-prev {
    	left: 0px;
	}
	.owl-nav .owl-next, .slide-banner .owl-nav .owl-next {
	    right: 0px;
	}
	.section-highlight .table-highlight > tbody, .section-highlight .table-detail > tbody {
		border: 0px;
	}
	.section-highlight .nav.nav-tabs .nav-item .nav-link {
		font-size: 80%;
	}
	.section-register img {
		width: 100%;
	}
	.section-feature img {
		width: 150px;
	}
	.section-baba-hotel img, .section-be-a-part img {
		width: auto;
		height: 300px;
	}
}