<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Custom Owl  */
#owl-banner{
	margin-bottom: -100px;
	z-index: -1;
}
#sliderRes .item {
    max-height: 600px;
}

#sliderRes .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#sliderRes .owl-dots {
    position: absolute;
    top: 20px;
    right: 20px;
}

#sliderRes .owl-dots button {
    outline: none;
    border: none;
}

#sliderRes .owl-dots button.active {
    transform: scale(1.3);
    background: transparent;
}

#sliderRes .owl-nav button.owl-prev,
#sliderRes .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    outline: none;
    background: transparent;
    border: none;
}

#sliderRes .owl-nav button.owl-prev {
    left: 15px;
}

#sliderRes .owl-nav button.owl-next {
    right: 15px;
}

#sliderRes .owl-nav button.owl-prev span,
#sliderRes .owl-nav button.owl-next span {
    font-size: 48px;
    color: #fff;
    font-weight: bold;
    transition: .4s;
}

#sliderRes .owl-nav button.owl-prev span:hover,
#sliderRes .owl-nav button.owl-next span:hover {
    transform: scale(1.3);
}

/*#sliderRes .owl-item.active {
    animation: bounceIn 1s ease-in-out;
}
*/
#sliderRes .owl-item.cloned {
    animation: bounceOut 1s ease-in-out;
}

.slider-facility {
    z-index: -1;
}
.facility__content ul li{
	list-style: disc;
}
.facility__intro {
    margin-top: -50px;
    padding: 40px;
    background: #fff;
    position: relative;
    z-index: 10;
}

.facility__menu {
    margin-top: 30px;
    position: relative;
}

.facility__menu .tab_links {
    position: absolute;
    top: 30px;
    left: -100px;
}

.facility__menu .tab_links a {
    text-decoration: none;
    display: block;
    text-align: center;
    width: 90px;
    height: 90px;
    color: #b58e3e;
    margin-bottom: 30px;
    position: relative;
}

.facility__menu .tab_links a img {
    width: 40px;
    padding-top: 10px;
}

.facility__menu .tab_links a.active::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: -1;
    background: #00486C;
}

.facility__menu .tab_links a.active::before {
    animation: rotateInDownLeft .5s ease;
    transform: rotate(45deg);
}

.facility__menu .tab_links a span {
    display: block;
}

.facility__menu .tab_links a.active span {
    color: #fff;
}

.facility__menu .tab_content {
    padding: 0 40px;
}

.facility__menu .tab_content .food-img {
    margin-bottom: 30px;
    position: relative;
}

.facility__menu .tab_content .food-img::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00486C;
    opacity: 0;
    transition: .2s;
}

.facility__menu .tab_content .food-img img {
    width: 100%;
    object-fit: cover;
}

.facility__menu .tab_content .food-img .button-food {
    text-decoration: none;
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    transition: .4s ease;
}

.facility__menu .tab_content .food-img:hover:before {
    opacity: .7;
}

.facility__menu .tab_content .food-img:hover .button-food {
    bottom: 50%;
}

.facility__menu .tab_content .tab_item {
    display: none;
}

.facility__menu .tab_content .tab_item.active {
    display: block;
    animation: backInLeft 1s ease-in-out;
}

.master-chef {
    display: flex;
    align-items: stretch;
    margin: 0;
    padding: 0;
}

.master-chef .img-master {
    width: 50%;
}

.master-chef .img-master img {
    width: 100%;
    object-fit: cover;
}

.master-chef .master-content {
    background: #eeeeee;
    width: 50%;
    padding: 50px 30px;
}

h3.name {
    font-size: 28px;
    color: #000;
    font-weight: bold;
}

.master-chef .master-content h5 {
    font-size: 20px;
    color: #222;
    font-weight: 400;
    margin-bottom: 30px;
}

.master-chef:nth-child(even) .img-master {
    order: 1;
}

.master-chef:nth-child(even) .master-content {
    order: 0;
}

.master-content .time-event {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #b58e3e;
    margin-bottom: 20px;
}

.master-content .time-event .time {
    min-width: 90px;
    height: 90px;
    border: 1px solid #ddd;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.master-content .time-event p {
    margin-bottom: 0;
    font-size: 45px;
    line-height: 1;
    font-weight: 600;
}

.master-content .time-event span {
    text-align: center;
    font-size: 12px;
    padding-left: 15px;
    padding-bottom: 15px;
}

.master-content .title-event {
    padding-left: 20px;
}

@media (max-width:575px) {
    .facility__menu .tab_links {
        position: static;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .facility__menu .tab_links a {
        min-width: 75px;
        height: 75px;
        margin-left: 15px;
        margin-right: 15px;
    }
    .facility__intro {
        padding: 15px;
    }
    .facility__menu .tab_content {
        padding: 0;
    }
    .master-chef {
        display: block;
    }
    .master-chef .img-master,
    .master-chef .master-content {
        width: 100%;
    }
}

@media (min-width: 1366px) {
    section.cards {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .stretcher-wrapper .section-header:before {
        content: '';
        position: absolute;
        border-width: 20px 20px 0 20px;
        border-style: solid solid solid solid;
        border-color: #fff transparent #fff;
        top: 40px;
        left: 50%;
        z-index: 2;
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

main h1 {
    position: relative;
    font-size: 3.5rem;
    letter-spacing: 2px;
    margin-bottom: 30px;
    color: #c39036;
    display: inline-block;
    line-height: 1.8;
    text-transform: uppercase;
}

main h1::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 50%;
    height: 2px;
    background: #c39036;
}

.text-meta {
    width: 60%;
    margin: auto;
}

.box_dinning {
    padding: 25px 0;
    clear: both;
}

.box_dinning .container {
    display:flex;
	flex-wrap: wrap;
}

.box_dinning .img_dinning:nth-child(2), .box_dinning .img_dinning:nth-child(4), .box_dinning .img_dinning:nth-child(6) {
    width: 50%;
    height: 450px;
    padding: 50px 0;
    z-index: 2;
	margin-left:-50px
}
.box_dinning .img_dinning:nth-child(1), .box_dinning .img_dinning:nth-child(3), .box_dinning .img_dinning:nth-child(5) {
    width: 50%;
    height: 450px;
    /*padding: 50px 0;*/
    z-index: 2;
	margin-right:-50px
}.box_dinning .text_dinning:nth-child(2n)
{
	padding: 55px 70px 55px 180px;
}
.box_dinning .text_dinning:nth-child(2n+1) {
    padding: 55px 180px 70px 55px;
}
.box_dinning .text_dinning:nth-child(2n) .small_text {
    text-align: right;
}
.box_dinning .text_dinning:nth-child(2n+1) .small_text {
     text-align: left;
}

.box_dinning .img_dinning img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.box_dinning .text_dinning {
    position: relative;
    width: 50%;
    background: #f8f8f8;
    height: 450px;
    z-index: 1;
}

.box_dinning .text_dinning:nth-child(2n) span.number_box {
    position: absolute;
    top: 0;
   
    font-size: 10rem;
    color: rgba(238, 238, 238, 0.857);
    z-index: -1;
	right: 15px;
    line-height: 1;
}
.box_dinning .text_dinning:nth-child(2n+1) span.number_box {
    position: absolute;
    top: 0;
     left: 15px;
    font-size: 10rem;
    color: rgba(238, 238, 238, 0.857);
    z-index: -1;
    line-height: 1;
}

.box_dinning .text_dinning .small_text&gt;a {
    text-decoration: none;
    color: #222222;
}

.box_dinning .text_dinning .small_text&gt;a:hover {
    color: #c39036;
}

.box_dinning .text_dinning .small_text a h3 {
    font-size: 35px;
    /* font-family: Futura Hv; */
    text-transform: uppercase;
}

.box_dinning .text_dinning .small_text .view {
    color: rgba(0, 0, 0, 0.5);
    ;
    line-height: 1.8;
    margin-top: 15px;
}

.box_dinning .text_dinning .small_text .view p {
    margin-top: 15px;
}

.box_dinning .text_dinning .small_text .view p&gt;a {
    text-decoration: none;
    padding: 10px 30px;
    background: #b3160b;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    border: 1px solid #b3160b;
    transition: all .3s ease;
}

.box_dinning .text_dinning .small_text .view p&gt;a:hover {
    border: 1px solid #f9bb05;
    background: #e7aa10;
    color: #FFF;
}

.box_two .img_dinning {
    left: 0;
}

.box_two .text_dinning {
    float: right;
}

.box_two .text_dinning .small_text {
    text-align: right;
    padding: 70px 50px 70px 180px;
}

.box_two span.number_box {
    text-align: right;
    position: absolute;
    right: 0
}

.clear_float {
    clear: both;
    padding: 25px 0;
}

@media (max-width:991px) {
    .box_dinning .img_dinning {
        position: static;
        width: 100%;
        padding: 0;
    }
    .box_dinning .text_dinning {
        width: 100%;
        height: auto;
    }
}

.services_detail {
    padding: 70px 0;
}

.services_detail .text_content .center_detail .text_one p {
    color: #222222;
    font-weight: 500;
    font-style: normal;
    font-size: 15px;
    line-height: 30px;
    margin-bottom: 14px;
    text-align: justify;
    font-family: 'Noto Serif', serif;
}

.services_detail .text_content {
    padding-top: 30px;
}

.other-service h3 {
    text-align: center;
    text-transform: uppercase;
}

.item-other-service img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}
@media only screen and (max-width: 767px){
	.box_dinning .img_dinning:nth-child(1),
	.box_dinning .img_dinning:nth-child(2),
	.box_dinning .text_dinning{
		width: 100%;
		margin: auto;
	}
	.box_dinning .text_dinning:nth-child(2n),
	.box_dinning .text_dinning:nth-child(2n+1){
		padding: 10px;
	}
}</pre></body></html>