﻿html {
    padding: 0;
    margin: 0;
}

body {
    scroll-behavior: smooth;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-family: 'UTM-Avo';
    font-size: 13pt;
    line-height: 24px;
    color: #455;
    word-break: break-word;
}

a {
    color: #333;
    text-decoration: none !important;
    transition: all 0.3s ease-in-out;
}

    a:hover {
        color: #DB001B !important;
    }


    a.btn-viewall {
        display: inline-block;
        margin: 15px auto;
    }

    a.to-top {
        position: fixed;
        right: 40px;
        bottom: 40px;
        width: 50px;
        height: 50px;
        font-size: 20px;
        line-height: 50px;
        overflow: hidden;
        text-align: center;
        text-decoration: none;
        z-index: 20;
        transition: .3s all ease;
        transform: translateY(100px);
    }

        a.to-top.active {
            transform: translateY(0);
            color: #fff;
            background: #f03b30;
        }

.container {
    width: 100%;
    max-width: 1920px;
}

.container-md,
.container-lg {
    width: 100%;
    max-width: 1400px;
    padding: 0 15px;
    margin: 0 auto;
}

.page_wrap {
    display: block;
    width: 100%;
    position: relative;
}


    .page_wrap > header {
        background: url('/Content/view/img/bg-header.png') center;
        height: 108px;
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        padding: 4px 0 0;
        transition: all 0.3s ease-in-out;
        z-index: 999;
    }

        .page_wrap > header .header-top {
            width: 100%;
            padding: 0 15px;
        }

        .page_wrap > header .header-logo {
            float: left;
        }

            .page_wrap > header .header-logo a.logo img {
                height: 100px;
                transition: all 0.3s ease-in-out;
            }

        .page_wrap > header .header-search {
            float: right;
            padding: 20px 0 0 23px;
            transition: all 0.3s ease-in-out;
        }

            .page_wrap > header .header-search button.btn-search {
                background: url('/Content/view/img/btn-search.png') no-repeat center;
                width: 60px;
                height: 60px;
                border: none;
                outline: none;
            }

                .page_wrap > header .header-search button.btn-search span {
                    display: none;
                }


            .page_wrap > header .header-search .boxSearch {
                display: none;
                position: absolute;
                bottom: -42px;
                right: 0;
                width: 400px;
                padding: 10px 50px 10px 10px;
                background: url('/Content/view/img/bg-header.png') center;
                overflow: hidden;
            }

                .page_wrap > header .header-search .boxSearch input {
                    border: none;
                    background: #fff;
                    padding: 5px;
                    line-height: 30px;
                    color: #333;
                    width: 100%;
                    border-radius: 0;
                    outline: none;
                }

                .page_wrap > header .header-search .boxSearch button {
                    position: absolute;
                    top: 10px;
                    right: 10px;
                    height: 40px;
                    width: 40px;
                    border: none;
                    border-radius: 0;
                    outline: none;
                }

                .page_wrap > header .header-search .boxSearch.show {
                    display: block;
                }

        .page_wrap > header .header-menu {
            float: right;
            max-width: calc(100% - 83px);
        }

            .page_wrap > header .header-menu .navbar {
                margin-bottom: 0;
            }



        .page_wrap > header + #playerVideo {
            margin-top: 108px;
        }

#navbar-menu-top {
    padding: 0 0;
    transition: all 0.3s ease-in-out;
}

    #navbar-menu-top ul.nav {
        height: 103px;
    }

        #navbar-menu-top ul.nav > li {
            height: 103px;
            padding: 0 0;
            position: relative;
        }

        #navbar-menu-top ul.nav li > a {
            font-family: 'UTM-Bebas';
            font-size: 26pt;
            letter-spacing: 1px;
            line-height: 40px;
            padding: 30px 11px 33px;
            display: block;
            background: none !important;
            color: #fff;
        }

            #navbar-menu-top ul.nav li:hover > a,
            #navbar-menu-top ul.nav li > a.active {
                color: #DB001B
            }

        #navbar-menu-top ul.nav > li ul {
            position: absolute;
            display: none;
            padding: 0;
            list-style: none;
            background: url(/Content/view/img/bg-header.png) center;
        }

            #navbar-menu-top ul.nav > li ul li > a {
                text-align: center;
                font-size: 26pt;
                line-height: 40px;
                padding: 10px;
            }


body.fixed .page_wrap > header {
    height: 68px;
}


    body.fixed .page_wrap > header .header-search {
        padding: 0 0 0 3px;
    }

    body.fixed .page_wrap > header .header-logo a.logo img {
        height: 60px;
    }

    body.fixed .page_wrap > header #navbar-menu-top {
        padding: 0;
    }

        body.fixed .page_wrap > header #navbar-menu-top ul.nav {
            height: 63px;
        }

            body.fixed .page_wrap > header #navbar-menu-top ul.nav > li {
                height: 63px;
            }

            body.fixed .page_wrap > header #navbar-menu-top ul.nav li > a {
                padding-top: 10px;
                padding-bottom: 13px;
            }

.box-home-slider {
    display: block;
    width: 100%;
    margin-bottom: 50px;
}

    .box-home-slider .owl-carousel {
        width: 100%;
    }

        .box-home-slider .owl-carousel .item img {
            width: 100%;
        }

        .box-home-slider .owl-carousel + .owl-carousel-default,
        .box-home-slider .owl-carousel + .owl-carousel-default img {
            width: 100%;
            display: none;
        }

        .box-home-slider .owl-carousel:not(.owl-loaded) + .owl-carousel-default,
        .box-home-slider .owl-carousel:not(.owl-loaded) + .owl-carousel-default img {
            display: block;
        }

        .box-home-slider .owl-carousel .owl-dots {
            position: absolute;
            left: 0;
            bottom: 0;
            width: 100%;
            margin: 0;
        }

.owl-carousel .owl-dots .owl-dot span {
    width: 22px;
    height: 22px;
    margin: 3px 3px;
    background: #463022;
    border: 1px solid #fff;
}

.owl-carousel .owl-dots .owl-dot.active span {
    background: #fff;
    border: 1px solid #463022;
}


.box-slider-content {
    background: #fff;
    padding: 20px 20px;
    font-size: 16pt;
    line-height: 30px;
    margin-top: 15px;
    width: 40%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 99;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
}

    .box-slider-content h3.slider-title {
        padding: 0 0 15px;
        margin: 0;
        font-family: 'UTM-Bebas';
        font-size: 37pt;
        letter-spacing: 1px;
        line-height: 50px;
        color: #483324;
        text-align: center;
    }

    .box-slider-content .slider-content a.more {
        color: #DB001B;
    }

        .box-slider-content .slider-content a.more span {
            display: none;
        }

.box-about-home {
    margin-bottom: 50px;
    display: block;
    width: 100%;
}

    .box-about-home .about-left {
        float: left;
        max-width: 1065px;
        width: 60%;
        padding-right: 15px;
    }

        .box-about-home .about-left img {
            width: 100%;
        }

    .box-about-home .about-right {
        float: left;
        max-width: 624px;
        width: 40%;
        padding-top: 10px;
    }

        .box-about-home .about-right img.img-text {
            width: 100%;
        }

        .box-about-home .about-right .about-content {
            background: #fff;
            padding: 10px 15px;
            font-size: 13pt;
            line-height: 24px;
            margin-top: 10px;
        }

.home-phongvip-content {
    padding: 0;
    font-size: 13pt;
    line-height: 24px;
    text-align: left;
}

    .home-phongvip-content > h3.title {
        padding: 0 0 5px;
        margin: 120px 0 10px;
        font-family: 'UTM-Bebas';
        font-size: 54pt;
        letter-spacing: 0;
        line-height: 85px;
        color: #483324;
    }


.banner-parallax {
    width: 100%;
    height: 300px;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
}

    .banner-parallax.bg-cover {
        background-size: cover;
    }

    .banner-parallax a.text {
        display: table;
        width: 100%;
        height: 100%;
        vertical-align: middle;
        text-align: center;
    }

        .banner-parallax a.text span {
            color: #fff;
            font-family: 'UTM-Bebas';
            font-size: 5em;
            letter-spacing: 1px;
            line-height: 100px;
            display: table-cell;
            vertical-align: middle;
            text-align: center;
        }

    .banner-parallax.h308 {
        height: 308px;
    }

    .banner-parallax.h483 {
        height: 483px;
    }

.box-menu-cat {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    grid-gap: 14px;
    padding: 85px 0;
}

    .box-menu-cat a {
        display: block;
        font-family: 'UTM-Bebas';
        font-size: 20pt;
        letter-spacing: 1px;
        line-height: 30px;
        text-align: center;
        color: #333;
    }

        .box-menu-cat a img {
            width: 100%;
            margin-bottom: 7px;
        }


.box-table-home {
    display: block;
    text-align: center;
    margin: 50px auto;
}

    .box-table-home a img {
        margin: 40px auto 0;
        max-width: 100%;
    }

    .box-table-home .col-md-6 a img {
    }

.box-news-home {
    display: block;
    margin: 0 auto 60px;
    position: relative;
    padding-top: 188px;
}

    .box-news-home .banner-parallax {
        border: 1px solid #FF3838;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 10;
    }


        .box-news-home .banner-parallax a.text {
            height: 188px;
        }

            .box-news-home .banner-parallax a.text span {
                line-height: 188px;
            }

.box-news-slider {
    position: relative;
    z-index: 20;
}

    .box-news-slider h3.title {
        padding: 0 0 5px;
        margin: 0 auto 35px;
        font-family: 'UTM-Bebas';
        font-size: 37pt;
        letter-spacing: 1px;
        line-height: 50px;
        color: #333;
        position: relative;
        text-align: right;
    }

    .box-news-slider .item {
        background: #fff;
        box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.50);
        margin: 0 0 18px;
    }

        .box-news-slider .item a {
            display: block;
        }

            .box-news-slider .item a img {
                border: 1px solid #FF3838;
                width: 100%;
            }

            .box-news-slider .item a .entry {
                display: block;
                padding: 0px 15px 15px;
            }

                .box-news-slider .item a .entry h3 {
                    padding: 0 0 5px;
                    margin: 0;
                    font-family: 'UTM-Bebas';
                    font-size: 18pt;
                    letter-spacing: 1px;
                    line-height: 40px;
                    color: #000;
                    height: 50px;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    display: block;
                    white-space: nowrap;
                }

            .box-news-slider .item a:hover .entry h3 {
                color: #DB001B;
            }

            .box-news-slider .item a .entry .description {
                font-size: 13pt;
                line-height: 24px;
                color: #000;
                height: 48px;
                overflow: hidden;
            }

.news-list {
    width: 100%;
    max-width: 1100px;
    margin: 30px auto;
}

    .news-list ul {
        list-style: none;
        padding: 0;
    }

        .news-list ul li {
            position: relative;
            padding: 0 0 17px 170px;
        }

            .news-list ul li.no-left {
                padding: 0 0 17px 0;
            }

            .news-list ul li span.date {
                font-family: 'UTM-Bebas';
                font-size: 20pt;
                letter-spacing: 0;
                line-height: 24px;
                color: #483324;
                position: absolute;
                top: 0;
                left: 0;
            }

            .news-list ul li a {
                font-size: 17pt;
                font-family: 'UTM-Avo';
                color: #483324;
                line-height: 26px;
                width: 100%;
                display: inline-block;
            }

                .news-list ul li a:hover {
                    color: #0172FE !important;
                }


.box-article-heading h1.sb-title-article {
    margin: 0 0 10px;
    font-family: 'UTM-Bebas';
    font-size: 30pt;
    letter-spacing: 0;
    line-height: 44px;
    color: #483324;
}

.box-article-heading ul.article-info-more {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
}

    .box-article-heading ul.article-info-more li {
        display: inline-block;
        margin-right: 10px;
        font-size: 20pt;
        font-family: 'UTM-Bebas';
        color: #483324;
        line-height: 34px;
    }

.box-article-heading hr {
    border-top: 1px solid #483324;
}


.article-content > h2.headline {
    font-size: 16pt;
    line-height: 30px;
}


.article-menu {
    color: #483324;
    font-size: 14pt;
    line-height: 30px;
    font-family: 'UTM-Avo';
}

    .article-menu > img.img-menu {
        max-width: 80%;
        margin: 0 auto 15px;
        display: block;
    }


.box-vip-grid {
    padding: 30px 0;
    display: grid;
    grid-template-columns: 40% 60%;
    grid-gap: 0;
    min-height: 400px;
}

    .box-vip-grid > div {
        position: relative;
    }

        .box-vip-grid > div article {
            width: 100%;
            height: 100%;
            position: relative;
            padding-right: 15px;
        }

    .box-vip-grid h1.sb-title-vip {
        margin: 0 0 15px;
        font-family: 'UTM-Bebas';
        font-size: 30pt;
        letter-spacing: 0;
        line-height: 50px;
        color: #483324;
        text-align: center;
        height: 50px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .box-vip-grid .article-content-vip {
        background: #FFFDE6;
        padding: 15px;
        margin-right: 10px;
        font-size: 13pt;
        line-height: 26px;
        color: #483324;
        max-height: calc(100% - 65px);
        overflow: auto;
        position: absolute;
        bottom: 0;
        left: 0;
        width: calc(100% - 15px);
    }


.vipList {
    display: block;
    width: 100%;
    min-height: 60px;
    background: #493325;
    border-radius: 5px;
    text-align: center;
    padding: 6px 15px;
    margin: 0 auto 30px;
}

    .vipList a {
        display: inline-block;
        height: 42px;
        font-family: 'UTM-Bebas';
        font-size: 22pt;
        letter-spacing: 0;
        line-height: 32px;
        color: #FEFCE7;
        padding: 5px 10px;
        border-radius: 5px;
        margin: 3px;
    }

        .vipList a:hover,
        .vipList a.active {
            background: #FEFCE7;
            color: #4A3023;
        }



.setmenuList {
    display: block;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto 30px;
}

    .setmenuList .item {
        display: block;
        width: 100%;
        background: #F3EBE8;
        border: 1px dashed #000;
        border-radius: 10px;
        margin: 40px auto;
        padding: 40px;
        position: relative;
        overflow: hidden;
        min-height: 330px;
    }

        .setmenuList .item .setmenu-desc {
            float: left;
            width: calc(100% - 430px);
            margin-right: 30px;
            font-size: 20pt;
            line-height: 40px;
        }

        .setmenuList .item .setmenu-img {
            float: right;
            width: 400px;
            position: absolute;
            top: 0;
            right: 0;
        }


.setmenuOptionList {
    display: block;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto 30px;
}

    .setmenuOptionList .box-added-menu {
        display: block;
        width: 100%;
        float: left;
    }


    .setmenuOptionList .box-calc-menu {
        display: block;
        width: 100%;
        padding: 0 30px;
        margin-bottom: 30px;
        text-align: center;
        color: #483324;
        font-size: 16pt;
        line-height: 30px;
        font-family: 'UTM-Avo';
    }


    .setmenuOptionList .item {
        display: block;
        width: 100%;
        margin: 20px auto;
        position: relative;
        overflow: hidden;
        float: left;
    }

        .setmenuOptionList .item .input-group {
            background: #F3EBE8;
            border: 1px dashed #000;
            border-radius: 10px;
            position: relative;
            overflow: hidden;
        }

            .setmenuOptionList .item .input-group .input-group-addon {
                border: none;
                background: #493325;
                color: #F4EAE1;
                font-size: 16pt;
                line-height: 28px;
                font-family: 'UTM-Avo';
                text-transform: uppercase;
            }

                .setmenuOptionList .item .input-group .input-group-addon.price {
                    width: 170px;
                }

                .setmenuOptionList .item .input-group .input-group-addon sup {
                    text-transform: none;
                }

            .setmenuOptionList .item .input-group select {
                background: #F3EBE8;
                font-size: 16pt;
                line-height: 36px;
                font-family: 'UTM-Avo';
                padding: 5px 15px;
                border: none;
                box-shadow: none !important;
                text-align: center;
                text-align-last: center;
                text-transform: uppercase;
            }

    .setmenuOptionList .add-menu {
        border: none;
        background: none;
        outline: none;
        color: #0573FE;
        font-size: 22pt;
        margin: 10px 0;
    }

        .setmenuOptionList .add-menu i {
            color: #483324;
        }

    .setmenuOptionList .confirm-menu {
        outline: none;
        display: block;
        border: none;
        background: #493325;
        color: #f4eae1;
        font-size: 16pt;
        line-height: 28px;
        font-family: 'UTM-Avo';
        text-transform: uppercase;
        margin: 0 auto 25px;
        padding: 10px 30px;
        border-radius: 10px;
    }

        .setmenuOptionList .confirm-menu:hover {
            color: #0573FE;
        }



.box-vip-slider {
    position: relative;
}

    .box-vip-slider .owl-theme .owl-nav [class*='owl-'] {
        position: absolute;
        top: 50%;
        margin-top: -25px;
        height: 50px;
        width: 50px;
        text-align: center;
        border-radius: 100%;
        border: 1px solid #DB001B;
        color: #493325;
        font-size: 26pt;
        line-height: 47px;
        padding: 0 10px;
    }

    .box-vip-slider .owl-theme .owl-nav .owl-prev {
        left: 0;
    }

    .box-vip-slider .owl-theme .owl-nav .owl-next {
        right: 0;
    }

    .box-vip-slider .owl-theme .item a {
        display: block;
        border: 1px solid #DB001B;
        cursor: pointer;
    }

.box-video-home {
    display: block;
    margin: 0 auto 15px;
}


.boxMap {
    display: block;
    width: 100%;
    height: 600px;
}

    .boxMap > iframe {
        display: block;
        width: 100% !important;
        height: 600px !important;
    }

.box-contact-home {
    background: #fff;
    margin: 60px auto 0;
    padding: 30px 0;
}

    .box-contact-home form {
        margin-bottom: 15px;
    }

    .box-contact-home h3.title {
        padding: 0 0 5px;
        margin: 0 auto 15px;
        font-family: 'UTM-Bebas';
        font-size: 37pt;
        letter-spacing: 1px;
        line-height: 50px;
        color: #333;
        position: relative;
    }

        .box-contact-home h3.title:after {
            content: '';
            position: relative;
            display: block;
            height: 1px;
            width: 50px;
            margin-top: 15px;
            background: #f2564d;
            will-change: transform, opacity;
        }

.form-wrap_icon {
    position: relative;
    margin: 0 0 20px;
}

    .form-wrap_icon .form-control {
        display: block;
        width: 100%;
        min-height: 45px;
        padding: 11px 19px 11px 60px;
        font-size: 11pt;
        font-weight: 400;
        line-height: 22px;
        color: #888;
        background-color: #f8f8f8;
        background-image: none;
        border-radius: 0;
        -webkit-appearance: none;
        transition: .3s ease-in-out;
        border: 1px solid #c7c7c7;
        box-shadow: none;
    }

        .form-wrap_icon .form-control:focus {
            outline: none;
            background: #fff;
        }

            .form-wrap_icon .form-control:focus + label.lblLabel,
            .form-wrap_icon .form-control.hasValue + label.lblLabel {
                display: none;
            }

    .form-wrap_icon span.icon {
        position: absolute;
        top: 24.5px;
        left: 22px;
        transform: translateY(-61%);
        margin-right: 7px;
        font-size: 24px;
        line-height: 24px;
        color: #c7c7c7;
    }

    .form-wrap_icon label.lblLabel {
        position: absolute;
        top: 22.5px;
        left: 60px;
        pointer-events: none;
        z-index: 9;
        transition: .25s;
        will-change: transform;
        transform: translateY(-50%);
        font-weight: normal;
        font-size: 11pt;
    }

.form-wrap button {
    outline: none;
    border: none;
    background: #493325 !important;
    color: #f4eae1;
    font-size: 16pt;
    line-height: 28px;
    font-family: 'UTM-Avo';
    text-transform: uppercase;
    margin: 0 auto 25px;
    padding: 7px 30px;
    border-radius: 10px;
}

    .form-wrap button:hover {
        color: #0573FE;
    }

.article-content {
}

footer {
    display: block;
    margin-top: 50px;
}

    footer .contacts_address {
        color: #483324;
        font-size: 12pt;
        line-height: 24px;
        font-family: 'UTM-Avo';
    }

        footer .contacts_address h3.title {
            padding: 0 0 5px;
            margin: 0 0 7px;
            font-family: 'UTM-Bebas';
            font-size: 37pt;
            letter-spacing: 1px;
            line-height: 50px;
            color: #483324;
        }

        footer .contacts_address ul.policy {
            margin: 0;
            padding: 0;
            list-style: none;
        }

            footer .contacts_address ul.policy li {
                padding-bottom: 5px;
            }

/* ============ 	ADDTHIS ** addthis ============== */
.fb_dialog_advanced.fb_customer_chat_bubble_animated_no_badge {
    right: 19px !important;
}

.addThis_listSharing {
    position: fixed;
    bottom: 85px;
    z-index: 999;
    right: -15px;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    right: 0;
    opacity: 1;
    visibility: visible;
}

.addThis_listing {
    list-style: none;
}

    .addThis_listing .addThis_item {
        margin-bottom: 5px;
        margin-right: 24px;
    }

        .addThis_listing .addThis_item .addThis_item--icon {
            position: relative;
            display: inline-block;
            text-align: center;
            width: 44px;
            height: 44px;
            line-height: 44px;
            color: #fff;
            border-radius: 50%;
            cursor: pointer;
            box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.11);
            background-size: auto;
            background-repeat: no-repeat;
            background-position: center;
        }

            .addThis_listing .addThis_item .addThis_item--icon .tooltip-text {
                position: absolute;
                top: 4px;
                right: 55px;
                z-index: 9;
                height: 32px;
                line-height: 26px;
                padding: 3px 10px;
                width: auto;
                border-radius: 5px;
                font-size: 11px;
                color: #fff;
                text-align: center;
                white-space: nowrap;
                cursor: pointer;
                background-color: black;
                visibility: hidden;
                opacity: 0;
                -ms-transition: all 200ms linear;
                -webkit-transition: all 200ms linear;
                transition: all 200ms linear;
                visibility: visible;
                opacity: 1 !important;
            }

                .addThis_listing .addThis_item .addThis_item--icon .tooltip-text:after {
                    content: "";
                    width: 0;
                    height: 0;
                    border-width: 5px;
                    border-style: solid;
                    border-color: transparent transparent transparent black;
                    position: absolute;
                    left: 100%;
                    top: 0;
                    bottom: 0;
                    margin: auto;
                    -ms-transition: all 200ms linear;
                    -webkit-transition: all 200ms linear;
                    transition: all 200ms linear;
                }

            .addThis_listing .addThis_item .addThis_item--icon:hover {
                text-decoration: none;
                opacity: .9;
                box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15), 0 4px 15px rgba(0, 0, 0, 0.13);
            }

                .addThis_listing .addThis_item .addThis_item--icon:hover .tooltip-text {
                    visibility: visible;
                    opacity: 1;
                }

.actionToolbar_mobile {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 999;
    height: 45px;
    width: 100%;
    border-top: 1px solid #e7e7e7;
    background: #fff;
    padding: 5px 10px;
}

    .actionToolbar_mobile ul.actionToolbar_listing {
        margin: 0;
        padding: 0;
        display: -webkit-flex;
        display: -moz-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-align-items: center;
        align-items: center;
        list-style: none;
    }

        .actionToolbar_mobile ul.actionToolbar_listing li {
            width: 50%;
            float: left;
        }

            .actionToolbar_mobile ul.actionToolbar_listing li a {
                display: block;
                color: #696969;
                font-size: 12px;
                text-align: center;
                position: relative;
            }

                .actionToolbar_mobile ul.actionToolbar_listing li a svg,
                .actionToolbar_mobile ul.actionToolbar_listing li a img {
                    fill: #696969;
                    width: 35px !important;
                    height: 35px !important;
                    display: inline-block;
                    vertical-align: middle;
                }

                    .actionToolbar_mobile ul.actionToolbar_listing li a svg path {
                        fill: unset;
                    }

            .actionToolbar_mobile ul.actionToolbar_listing li.actionToolbar_chatbot a .messenger_absolute {
                margin-top: -25px;
                display: inline-block;
                vertical-align: top;
            }

            .actionToolbar_mobile ul.actionToolbar_listing li.actionToolbar_chatbot a svg {
                width: 44px;
                height: 44px;
            }

/* modal- center */
.modal-addThis {
    background: rgba(3, 17, 27, 0.7);
    -webkit-transition: opacity .35s linear;
    -o-transition: opacity .35s linear;
    transition: opacity .35s linear;
}

    .modal-addThis.fade .modal-dialog {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    .modal-addThis .modal-dialog-centered {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .modal-addThis .modal-dialog-centered .modal-content {
            width: 100%;
        }

    .modal-addThis .modal-dialog-centered {
        margin: 1.75rem auto;
        min-height: calc(100% - (1.75rem * 2));
    }

    .modal-addThis.fade .modal-dialog-centered {
        opacity: 0;
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
        -webkit-transition: all .2s;
        -moz-transition: all .2s;
        -ms-transition: all .2s;
        transition: all .2s;
    }

    .modal-addThis.fade.in .modal-dialog-centered {
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    .modal-addThis .modal-dialog-centered .modal-content {
        margin-bottom: 50px;
    }


.videoList {
    padding: 15px 0;
}

    .videoList > h1.title {
        padding: 0 0 15px;
        margin: 0 auto 15px;
        font-family: 'UTM-Bebas';
        font-size: 37pt;
        letter-spacing: 1px;
        line-height: 50px;
        color: #483324;
        text-align: center;
        width: 100%;
    }

.videoList-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 7px;
    padding: 0 0;
}

    .videoList-grid .item a {
        display: block;
        text-align: center;
    }

        .videoList-grid .item a img {
            width: 100%;
        }

        .videoList-grid .item a h3 {
            padding: 0 0 0;
            margin: 7px auto 7px;
            font-family: 'UTM-Bebas';
            font-size: 27pt;
            letter-spacing: 1px;
            line-height: 37px;
            color: #000;
            max-height: 72px;
            overflow: hidden;
        }

        .videoList-grid .item a:hover h3 {
            color: #DB001B;
        }


.careerTable {
    padding: 15px 0;
}

    .careerTable > h1.title {
        padding: 0 0 15px;
        margin: 0;
        font-family: 'UTM-Bebas';
        font-size: 37pt;
        letter-spacing: 1px;
        line-height: 50px;
        color: #483324;
        text-align: center;
        width: 100%;
    }

    .careerTable .note {
        margin-bottom: 32px;
    }

    .careerTable .table-responsive {
        border: none;
    }

    .careerTable table.dataTable {
        border-color: transparent;
    }

        .careerTable table.dataTable thead th {
            background: #d5510d;
            border: none;
            padding: 7px 15px;
            color: #fff;
            font-size: 14px;
            font-weight: 400;
            letter-spacing: 0.2px;
            white-space: nowrap;
            font-family: 'UTM-Bebas';
            font-size: 20pt;
        }

        .careerTable table.dataTable tbody td {
            background: #F7F7F7;
            color: #333;
            border: none;
            padding: 7px 10px;
            vertical-align: middle;
        }

        .careerTable table.dataTable tbody tr:nth-child(even) td {
            background: #fff;
            border: none;
        }

        .careerTable table.dataTable tbody td .icon {
            display: inline-block;
            background: url(/content/view/img/career.png) no-repeat top center;
            width: 34px;
            height: 34px;
            float: left;
            margin: 7px 15px 0 0;
        }

        .careerTable table.dataTable tbody td .entry {
            width: calc(100% - 50px);
            float: left;
        }

        .careerTable table.dataTable tbody td h3.title {
            font-size: 14pt;
            font-weight: bold;
            margin: 0;
            text-transform: uppercase;
            min-width: 200px;
            line-height: 26px;
        }

            .careerTable table.dataTable tbody td h3.title a {
                color: #d5510d;
            }

                .careerTable table.dataTable tbody td h3.title a:hover {
                    color: #4e4e4e;
                }

        .careerTable table.dataTable tbody td:last-child {
            background: #EFEFEF;
        }

        .careerTable table.dataTable tbody tr:nth-child(even) td:last-child {
            background: #FAFAFA;
        }

    .careerTable div.dataTables_length label {
        color: #000;
    }

    .careerTable div.dataTables_length select {
        padding: 3px 10px;
        margin: 0 5px;
    }

    .careerTable .page-content {
        padding: 13px 0 0 20px;
        font-size: 14px;
        line-height: 26px;
    }

        .careerTable .page-content p {
            margin: 0;
        }

    .careerTable div.dataTables_paginate ul.pagination {
        margin: 0 !important;
    }

        .careerTable div.dataTables_paginate ul.pagination > li > a,
        .careerTable div.dataTables_paginate ul.pagination > li > span {
            font-size: 10pt;
        }

#boxApply {
    margin: 0 auto 37px;
    padding: 14px 0 0 22px;
}

    #boxApply a {
        display: inline-block;
        min-width: 98px;
        height: 34px;
        padding: 6px 10px;
        line-height: 22px;
        color: #fff;
        background: #d5510d;
        font-size: 10pt;
        font-weight: 600;
        text-align: center;
        letter-spacing: 0.6px;
    }

        #boxApply a:hover {
            color: #fff;
            background: rgba(252, 89, 0, 0.7);
        }

.btn-org {
    background: #d5510d;
}

    .btn-org:hover {
        background: rgba(252, 89, 0, 0.7);
    }

.careerTable .title_other {
    font-size: 13pt;
    color: #1B91D0;
    margin: 5px auto 16px;
    padding: 0 0 0 43px;
    line-height: 20px;
    letter-spacing: 0.2px;
}


.box-pagination {
    display: block;
    text-align: center;
}

.menu-cat-parent {
    display: block;
    text-align: center;
}

    .menu-cat-parent a {
        position: relative;
        display: inline-block;
        height: 67px;
        font-family: 'UTM-Bebas';
        font-size: 34pt;
        letter-spacing: 0;
        line-height: 40px;
        color: #FEFCE7;
        padding: 0;
        margin: 3px 15px;
        position: relative;
        text-shadow: -1px -1px 1px #aa7816, 0 0 1px #aa7816, 1px 1px 1px #aa7816, 2px 2px 1px #aa7816;
    }

        .menu-cat-parent a span {
            display: inline-block;
            padding: 10px 40px;
            background-image: url('/Content/view/img/menu-center-disable.png');
            transition: all 0.3s ease-in-out;
            float: left;
        }

        .menu-cat-parent a:before {
            content: "";
            display: inline-block;
            margin: 0;
            background-image: url('/Content/view/img/menu-left-disable.png');
            transition: all 0.3s ease-in-out;
            float: left;
        }

        .menu-cat-parent a:after {
            content: "";
            display: inline-block;
            background-image: url('/Content/view/img/menu-right-disable.png');
            transition: all 0.3s ease-in-out;
            float: left;
        }

        .menu-cat-parent a:before,
        .menu-cat-parent a:after {
            width: 25px;
        }

        .menu-cat-parent a span,
        .menu-cat-parent a:before,
        .menu-cat-parent a:after {
            background-position: center;
            background-repeat: repeat-x;
            background-size: auto 67px;
            height: 67px;
        }

        .menu-cat-parent a:hover span, .menu-cat-parent a.active span {
            background-image: url('/Content/view/img/menu-center.png');
        }

        .menu-cat-parent a:hover:before, .menu-cat-parent a.active:before {
            background-image: url('/Content/view/img/menu-left.png');
        }

        .menu-cat-parent a:hover:after, .menu-cat-parent a.active:after {
            background-image: url('/Content/view/img/menu-right.png');
        }

.menu-cat-child {
    display: inline-block;
    width: auto;
    min-height: 60px;
    background: #493325;
    border-radius: 5px;
    text-align: center;
    padding: 6px 15px;
    margin: 30px auto;
}

    .menu-cat-child a,
    .menu-cat-child span {
        display: inline-block;
        height: 42px;
        font-family: 'UTM-Bebas';
        font-size: 21pt;
        letter-spacing: 0;
        line-height: 32px;
        color: #FEFCE7;
        padding: 5px 7px;
        border-radius: 5px;
        margin: 3px 0;
        border: 1px dotted #000;
        border-color: transparent;
    }

        .menu-cat-child a:hover,
        .menu-cat-child a.active {
            background: #FEFCE7;
            color: #4A3023;
        }

.setmenu-cat-child a:hover,
.setmenu-cat-child a.active {
    border: 1px dotted #000;
    background: rgba(254, 252, 231, 0.6);
    color: #FEFCE7;
}


.box-menu-slider {
    min-height: 675px;
}

    .box-menu-slider .item a {
        display: inline-block;
        margin: 0 auto;
    }

    .box-menu-slider .item ul {
        margin: 0;
        padding: 0;
        list-style: none;
        width: 100%;
    }

        .box-menu-slider .item ul li {
            width: 100%;
            display: block;
            color: #483324;
            font-size: 13pt;
            padding: 20px 0;
        }

            .box-menu-slider .item ul li a.menu-img {
                float: left;
                width: 85px;
                height: 85px;
                border-radius: 10px;
                overflow: hidden;
                margin-right: 12px;
            }

            .box-menu-slider .item ul li .menu-name {
                float: left;
                width: calc(100% - 130px - 86px);
            }

                .box-menu-slider .item ul li .menu-name strong {
                    display: block;
                    line-height: 24px;
                    font-family: 'UTM-Bebas';
                    font-size: 16pt;
                    font-weight: normal;
                    width: 100%;
                }

                .box-menu-slider .item ul li .menu-name .entry {
                    margin-top: 10px;
                    padding-top: 10px;
                    border-top: 1px solid #483324;
                    font-size: 11pt;
                    line-height: 18px;
                }

            .box-menu-slider .item ul li .menu-price {
                float: right;
                width: 110px;
                margin-top: 19px;
                text-align: right;
            }


.mfp-figure figure {
    background: #fff;
}
