    body {
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
        font-size: 16px;
        background-color: #0B173A;
        color: #ffffff;
    }
    
    a,
    a:hover {
        color: #ffffff;
    }
    
    input[type=number]::-webkit-inner-spin-button,
    input[type=number]::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }
    /* START-PRE-LOADER */
    
    .pre-loader {
        background-color: #ED1C24;
        height: 100%;
        width: 100%;
        position: fixed;
        z-index: 1031;
        margin-top: 0px;
        top: 0px;
    }
    
    .pre-loader-object {
        width: 100%;
        height: 100%;
        position: relative;
        background: url("../images/per-loader.svg") no-repeat center center;
        animation-name: fade;
        animation-timing-function: ease-in-out;
        animation-iteration-count: infinite;
        animation-duration: 1s;
        animation-direction: alternate;
    }
    
    @keyframes fade {
        0% {
            opacity: 0.25;
        }
        50% {
            opacity: 0.5;
        }
        75% {
            opacity: 0.75;
        }
        100% {
            opacity: 1;
        }
    }
    /* END-PRE-LOADER */
    /* START-HEADER */
    
    header {
        width: 125px;
        float: left;
    }
    /* END-HEADER */
    /* START-FOOTER */
    
    footer {
        display: none;
        font-family: 'Kanit', sans-serif;
        margin: 30px 0;
        font-size: 13px;
        font-weight: 300;
        text-align: center;
    }
    
    footer a,
    footer a:hover {
        color: #ED1C24;
    }
    
    .no-footer footer {
        display: none;
    }
    /* END-FOOTER */
    
    main {
        width: calc(100% - 180px);
        float: left;
        margin: 0 25px;
        margin: 0 25px 0 150px;
    }
    
    .full-width main {
        margin-right: 0;
        width: calc(100% - 150px);
    }
    /* START-HOME */
    
    .bs-slider .carousel-inner {
        height: 100vh;
    }
    
    .bs-slider .carousel-inner .item {
        height: 100%;
    }
    
    .bs-slider .carousel-inner .item .item-content {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 100%;
    }
    
    .bs-slider .carousel-inner .item img {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 1;
        max-width: 100%;
    }
    
    .bs-slider .carousel-inner .item .item-content-text {
        max-width: 600px;
        z-index: 2;
    }
    
    .bs-slider .carousel-inner .item .item-content-text h1,
    .bs-slider .carousel-inner .item .item-content-text h2{
        color: #ED1C24;
        font-size: 126px;
        font-weight: 500;
    }
    
    .bs-slider .carousel-inner .item .item-content p {
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
        font-size: 18px;
        font-weight: 300;
        margin-bottom: 50px;
    }
    
    .bs-slider .bs-slider-footer {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 50px;
        z-index: 2;
    }
    
    .social-media li:not(:last-child) {
        margin-right: 55px;
    }
    
    .social-media li a {
        -webkit-transition: 0.6s;
        transition: 0.6s;
    }
    
    .social-media li a:hover {
        color: #ED1C24;
    }
    
    .bs-slider .bs-slider-footer .next-section-icon:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 49%;
        width: 23px;
        height: 34px;
        border: 1px solid #FFF;
        border-radius: 15px;
        -webkit-transform: translate3d(-50%, -50%, 0);
        transform: translate3d(-50%, -50%, 0);
    }
    
    .bs-slider .bs-slider-footer .next-section-icon:after {
        content: '';
        width: 3px;
        height: 10px;
        border-radius: 10px;
        background-color: #ffffff;
        border: 1px solid #FFF;
        position: absolute;
        top: 15px;
        left: 49%;
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
        -webkit-animation-name: sliderScrollButton;
        animation-name: sliderScrollButton;
        -webkit-animation-duration: 2s;
        animation-duration: 2s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
    }
    /* Slider Scroll Button Animation */
    
    @-webkit-keyframes sliderScrollButton {
        0% {
            opacity: 1;
            -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
        }
        70% {
            opacity: 1;
            -webkit-transform: translate3d(-50%, 10px, 0);
            transform: translate3d(-50%, 10px, 0);
        }
        100% {
            opacity: 0;
            -webkit-transform: translate3d(-50%, 10px, 0);
            transform: translate3d(-50%, 10px, 0);
        }
    }
    
    @keyframes sliderScrollButton {
        0% {
            opacity: 1;
            -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
        }
        70% {
            opacity: 1;
            -webkit-transform: translate3d(-50%, 10px, 0);
            transform: translate3d(-50%, 10px, 0);
        }
        100% {
            opacity: 0;
            -webkit-transform: translate3d(-50%, 10px, 0);
            transform: translate3d(-50%, 10px, 0);
        }
    }
    
    .bs-slider .bs-slider-footer .pagination {
        display: flex;
        text-transform: uppercase;
        flex-direction: row;
        float: right;
        color: #ffffff;
        font-size: 14px;
        padding-right: 65px;
    }
    
    .bs-slider .bs-slider-footer .pagination>div {
        margin-right: 55px;
    }
    
    .bs-slider .bs-slider-footer .pagination>div:last-child {
        margin-right: 0;
    }
    
    .bs-slider .bs-slider-footer .pagination .pagination-prev {
        text-align: left;
    }
    
    .bs-slider .bs-slider-footer .pagination .pagination-next {
        text-align: right;
    }
    
    .bs-slider .bs-slider-footer .pagination .pagination-text {
        text-align: center;
    }
    /* END-HOME */
    /* START-CONTACT-US */
    
    .page-header {
        margin: 50px;
        text-align: center;
        color: #ED1C24;
    }
    
    .page-header h1 {
        font-size: 90px;
    }
    
    #contact-us {
        margin-right: 60px;
        height: 78vh;
        position: relative;
    }
    
    #map {
        height: 550px;
        color: #000000;
    }
    
    #map .gm-style .gm-style-iw-c {
        border-radius: 4px;
        max-width: 260px !important;
        box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.3);
    }
    
    .marker-title {
        font-size: 16px;
        font-weight: 400;
        margin-bottom: 10px;
    }
    
    .marker-address {
        font-size: 14px;
        color: #666666;
        font-weight: 300;
    }
    
    #contact-us .contact-row {
        text-align: center;
        margin-bottom: 15px;
    }
    
    #contact-us .contact-row p {
        font-family: 'Kanit', sans-serif;
        font-weight: lighter;
        font-size: 16px;
        color: #ffffff;
        margin-top: 15px;
    }
    
    #contact-us>.social-media {
        position: relative;
        bottom: -50px;
        left: 15px;
    }
    
    #contact-us>.social-media li {
        margin-right: 55px;
    }
    
    #contact-us .social-media.mobile {
        display: none;
        justify-content: space-around;
        margin: 20px 0 30px;
    }
    
    #contact-us .submit-btn {
        text-align: right;
    }
    /* END-CONTACT-US */
    /* START-MENU-PAGE */
    
    .menu-page .container-fluid {
        height: 90%;
    }
    
    .menu-page .menu-footer {
        height: 10%;
        padding-left: 15px;
    }
    
    .menu-item-active-data,
    .menu-item-active-image {
        display: flex;
        justify-content: center;
        flex-direction: column;
        height: 100%;
        font-family: 'Montserrat', sans-serif;
        color: #ED1C24;
    }
    
    .menu-item-active-data h1 {
        font-size: 57px;
        font-weight: 100;
    }
    
    .menu-item-active-data h2 {
        font-size: 18px;
        font-weight: 100;
    }
    
    .menu-item-active-data h3 {
        font-size: 36px;
        font-weight: 100;
    }
    
    .menu-item-active-data p {
        color: #ffffff;
        font-size: 18px;
        font-weight: 100;
    }
    
    .menu-items-container {
        height: calc(100% - 120px);
        margin-top: 120px;
        position: relative;
        padding: 0 20px;
        overflow: hidden;
    }
    
    .menu-items-container:after {
        content: "";
        position: absolute;
        display: block;
        left: 0;
        right: -100px;
        height: 100px;
        bottom: -2px;
        background: linear-gradient(to top, #0B173A 0%, transparent 100%);
    }
    
    .menu-items {
        height: 100%;
        overflow-y: scroll;
        padding: 0 15px 50px;
    }
    
    .menu-item {
        display: flex;
        flex-direction: row;
        height: 186px;
        overflow: hidden;
    }
    
    .menu-items a {
        display: block;
    }
    
    .menu-items a:hover {
        text-decoration: none;
    }
    
    .menu-item .menu-item-image {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 40%;
    }
    
    .menu-item .menu-item-image img {
        object-fit: cover;
    }
    
    .menu-item .menu-item-data {
        display: flex;
        justify-content: center;
        flex-direction: column;
        width: 60%;
        padding-left: 15px;
        color: #ffffff;
    }
    
    li.active .menu-item .menu-item-data {
        color: #ED1C24;
    }
    
    .menu-item .menu-item-data .menu-item-data-title-price {
        display: flex;
        justify-content: space-between;
        margin-bottom: 25px;
    }
    
    .menu-item .menu-item-data h4 {
        font-size: 22px;
        font-weight: 400;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 60%;
        margin-bottom: 0;
    }
    
    .menu-item .menu-item-data div {
        font-weight: 300;
        font-size: 19px;
    }
    
    .menu-item .menu-item-data p {
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
        font-weight: normal;
        font-size: 15px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        line-height: 16px;
        max-height: 32px;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    
    .menu-footer .social-media li {
        margin-right: 55px;
    }
    
    .menu-footer .next-section-icon {
        display: block;
        height: 45px;
    }
    
    .menu-footer .next-section-icon:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 49%;
        width: 23px;
        height: 34px;
        border: 1px solid #FFF;
        border-radius: 15px;
        -webkit-transform: translate3d(-50%, -50%, 0);
        transform: translate3d(-50%, -50%, 0);
    }
    
    .menu-footer .next-section-icon:after {
        content: '';
        width: 3px;
        height: 10px;
        border-radius: 10px;
        background-color: #ffffff;
        border: 1px solid #FFF;
        position: absolute;
        top: 15px;
        left: 49%;
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
        -webkit-animation-name: sliderScrollButton;
        animation-name: sliderScrollButton;
        -webkit-animation-duration: 2s;
        animation-duration: 2s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
    }
    
    .menu-footer .pagination {
        display: flex;
        text-transform: uppercase;
        flex-direction: row;
        float: right;
        color: #ffffff;
        font-size: 14px;
        padding-right: 65px;
    }
    
    .menu-footer .pagination>div {
        margin-right: 55px;
    }
    
    .menu-footer .pagination>div:last-child {
        margin-right: 0;
    }
    
    .menu-footer .pagination .pagination-prev {
        text-align: left;
    }
    
    .menu-footer .pagination .pagination-next {
        text-align: right;
    }
    
    .menu-footer .pagination .pagination-text {
        text-align: center;
    }
    /* END-MENU-PAGE */
    /* START-GALLERY */
    
    .grid {
        margin-bottom: 100px;
    }
    
    .grid-item {
        width: 25%;
    }
    
    .grid-item--width2 {
        width: 40%;
    }
    
    .grid-item img {
        width: 100%;
    }
    
    #gallery .grid-item figcaption {
        position: absolute;
        top: 10px;
        left: 10px;
        right: 10px;
        z-index: 1;
        align-items: center;
        text-align: center;
        bottom: 10px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        font-family: 'Montserrat', sans-serif;
        font-size: 44px;
        font-weight: 500;
    }
    
    #gallery .grid-item:hover figcaption {
        background: rgba(255, 0, 0, 0.21);
    }
    
    #gallery .grid-item p {
        margin: 0;
        opacity: 0;
        letter-spacing: 1px;
    }
    
    #gallery .grid-item:hover>img,
    #gallery .grid-item.hover>img {
        opacity: 0.1;
    }
    
    #gallery .grid-item:hover p {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
    /* END-GALLERY */
    /* START-ABOUT-US */
    
    .about-us-item:first-child {
        margin-top: 100px;
    }
    
    .about-us-item {
        position: relative;
    }
    
    .about-us-item .about-us-item-row-title {
        display: flex;
        align-items: center;
        background-color: #ED1C24;
        padding-left: 40px;
    }
    
    .about-us-item .about-us-item-row-title-text {
        font-size: 80px;
        font-weight: normal;
    }
    
    .about-us-item p {
        font-size: 18px;
        font-weight: 300;
        width: 80%;
    }
    
    .about-us-item:nth-child(odd) .about-us-item-row-title {
        min-width: 50%;
        padding-right: 100px;
    }
    
    .about-us-item:nth-child(odd) .about-us-item-row img {
        top: -20px;
        position: absolute;
        right: 60px;
        z-index: 1;
        bottom: 0;
        width: 170px;
    }
    
    .about-us-item:nth-child(odd) p {
        margin-left: 80px;
    }
    
    .about-us-item:nth-child(even) .about-us-item-row-title {
        min-width: 600px;
        order: 2;
        position: absolute;
        right: -60px;
        z-index: 1;
    }
    
    .about-us-item:nth-child(even) .about-us-item-row img {
        order: 1;
        position: absolute;
        left: 0;
        top: 0;
        width: 170px;
        z-index: 1;
    }
    
    .about-us-item:nth-child(even) p {
        margin-right: 80px;
        text-align: right;
        float: right;
    }
    
    .about-us-item .about-us-item-row {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        height: 100px;
        margin-bottom: 40px;
    }
    
    #about-us h3 {
        color: #ED1C24;
    }
    
    #about-us a:hover {
        text-decoration: none;
    }
    
    #about-us a:hover .menu-item h4,
    #about-us a:hover .menu-item p,
    #about-us a:hover .menu-item div {
        color: #ED1C24;
    }
    
    #about-us .social-media {
        padding-left: 15px;
    }
    /* END-ABOUT-US */
    /* START-404 */
    
    .page-404 {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        height: 100vh;
        color: #ED1C24;
    }
    
    .page-404 h1 {
        font-size: 100px;
        font-weight: bold;
        margin: 30px 0;
    }
    
    .page-404 h2 {
        font-size: 50px;
        text-transform: uppercase;
        font-weight: bold;
        margin-bottom: 30px;
    }
    /* END-404 */
    
    @media (max-width: 1500px) {
        .menu-items-container {
            height: calc(100% - 50px);
            margin-top: 50px;
        }
        .menu-item-active-data h1 {
            font-size: 34px;
        }
        .menu-item-active-data h3 {
            font-size: 30px;
        }
        .menu-item-active-data p {
            font-size: 15px;
        }
        .menu-items .menu-item {
            height: 118px;
            margin-bottom: 15px;
        }
        .menu-items .menu-item-data h4 {
            font-size: 16px;
        }
        .menu-items .menu-item-data div {
            font-size: 13px;
        }
        .about-us-item .about-us-item-row img {
            max-width: 200px;
        }
        #about-us .menu-item .menu-item-data .menu-item-data-title-price {
            flex-direction: column;
        }
        #about-us .menu-item .menu-item-data h4 {
            width: 100%;
            font-size: 20px;
        }
        #about-us .menu-item .menu-item-data div {
            font-size: 17px;
        }
    }
    
    @media (max-width: 1280px) {
        .about-us-item:nth-child(even) .about-us-item-row-title {
            min-width: 560px;
        }
        .about-us-item .about-us-item-row img {
            max-width: 130px;
        }
    }
    
    @media (max-width: 1199.98px) {
        main {
            width: 100%;
            margin-left: 35px;
            margin-left: 150px;
        }
    }
    
    @media (max-width: 991.98px) {
        .full-width main,
        main {
            width: 100%;
            margin-left: 0;
            float: initial;
        }
        header {
            width: 100%;
            float: initial;
        }
        footer {
            display: block;
        }
        .bs-slider .carousel-inner .item img {
            max-width: 150%;
            max-height: 300px;
        }
        .bs-slider .carousel-inner .item .item-content-text {
            justify-content: start;
            position: absolute;
            top: 300px;
            margin: 0 15px 150px;
        }
        .bs-slider .carousel-inner .item .item-content-text p {
            font-size: 13px;
            margin-bottom: 20px;            
        }
        .bs-slider .carousel-inner .item .item-content-text a {
            font-size: 8px;
        }
        .bs-slider .carousel-inner .item .item-content-text h1,
        .bs-slider .carousel-inner .item .item-content-text h2{
            font-size: 65px;
        }
        .bs-slider .bs-slider-footer .row {
            margin: 0;
        }
        .bs-slider .bs-slider-footer .next-section-icon,
        .bs-slider .bs-slider-footer .social-media {
            display: none;
        }
        .bs-slider .bs-slider-footer .pagination {
            float: initial;
            justify-content: center;
            padding-right: 0;
        }
        #contact-us {
            height: auto;
            margin-right: 0;
        }
        #contact-us>.social-media {
            display: none;
        }
        #contact-us .social-media.mobile {
            display: flex;
        }
        #map {
            margin-top: 30px;
        }
        #contact-us .submit-btn {
            text-align: center
        }
        .menu-items {
            padding: 0;
        }
        .menu-items-container:after {
            content: none;
        }
        .menu-item-active-image {
            margin-top: 20px;
            margin-bottom: 20px;
            height: auto;
        }
        .menu-footer {
            display: none;
        }
        .grid-item,
        .grid-item--width2 {
            width: 100%;
            padding: 5px 5px 0 5px;
        }
        #gallery .social-media,
        #about-us .social-media {
            justify-content: space-around;
            display: flex;
        }
        #about-us {
            margin-top: 15px;
        }
        #about-us .right-image {
            position: relative;
            right: -30px;
            width: 60%;
            height: 100%;
            object-fit: cover;
        }
        .about-us-item:first-child {
            margin-top: -10px;
            position: relative;
            z-index: 2;
        }
        .about-us-item+.about-us-item {
            margin-top: 50px;
        }
        .about-us-item .about-us-item-row {
            height: auto;
        }
        .about-us-item:nth-child(odd) .about-us-item-row {
            position: relative;
            top: -30px;
        }
        .about-us-item .about-us-item-row-title {
            padding: 15px 0 15px 15px;
            min-width: auto;
            width: 70%;
            min-width: auto !important;
        }
        .about-us-item:nth-child(odd) .about-us-item-row-title {
            margin-left: 15px;
        }
        .about-us-item:nth-child(odd) .about-us-item-row {
            min-width: 70%;
            position: relative;
            top: -30px;
        }
        .about-us-item:nth-child(even) .about-us-item-row {
            position: relative;
            justify-content: flex-end;
        }
        .about-us-item .about-us-item-row-title-text {
            font-size: 30px;
            margin-bottom: 0;
        }
        .about-us-item:nth-child(odd) p,
        .about-us-item:nth-child(even) p {
            width: 100%;
            margin-left: 0;
            margin-right: 0;
            padding-left: 15px;
            padding-right: 15px;
            text-align: left;
        }
        .about-us-item:nth-child(odd) .about-us-item-row img {
            top: -200px;
            right: auto;
            left: 30px;
            width: 35%;
        }
        .about-us-item:nth-child(even) .about-us-item-row img {
            width: 30%;
            left: -40px;
            top: -15px;
        }
        .about-us-item:nth-child(even) .about-us-item-row-title {
            min-width: auto;
            position: relative;
            right: 0;
        }
        #about-us .social-media {
            margin-top: 30px;
        }
        .page-404 h1 {
            font-size: 50px;
        }
        .page-404 h2 {
            font-size: 30px;
        }
    }
    
    @media (max-width: 767.98px) {
        .page-header {
            margin: 30px;
        }
        .page-header h1 {
            font-size: 30px;
        }
    }
    
    @media (max-width: 575.98px) {}
    /* Customize website's scrollbar like Mac OS
Not supports in Firefox and IE */
    /* total width */
    
     ::-webkit-scrollbar {
        background-color: transparent;
        width: 6px
    }
    /* background of the scrollbar except button or resizer */
    
     ::-webkit-scrollbar-track {
        background-color: transparent
    }
    /* scrollbar itself */
    
     ::-webkit-scrollbar-thumb {
        background-color: #babac0;
        border-radius: 16px;
    }
    /* set button(top and bottom of the scrollbar) */
    
     :-webkit-scrollbar-button {
        display: none
    }
    /* div box */