.mobile-menu-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    display: none;
}

.mobile-menu-wrap {
    width: 280px;
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    background: #f7af00;
    z-index: 9999;
    visibility: hidden;
    transform: translateX(100%);
}

.mobile-menu-wrap.animate {
    transition: all .5s ease;
}

.mobile-menu-wrap .logo {
    border-bottom: 1px #e5a200 solid;
    padding: 10px;
    text-align: center;
    height: 150px;
}

.mobile-menu-wrap .logo img {
    height: 100px;
    width: 100px;
    float: none;
}

.dropdown-submenu li a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: wheat;
    white-space: nowrap;
}

.dropdown-submenu li:hover a {
    color: white;
}

.dropdown:hover .dropdown-submenu {
    display: block;
    opacity: 1;
    transition: all .5s ease;
    color: white;
}

.navbar-default .navbar-nav>.active>a {
    background: none;
}

.navbar-collapse {
    height: 520px;
}

.mobile-menu-toggle-btn {
    cursor: pointer;
    width: 100%;
    display: none;
    text-align: end;
    z-index: 999;
    position: absolute;
    margin-left: 1px;
}

.mobile-menu-toggle-btn i {
    color: #fff;
    font-size: 25px;
    border: 1px solid;
    border-radius: 7px;
    padding: 3px 10px 3px 10px;
    margin: 1px 1px 1px 1px;
    background-color: #245682;
}

.mobile-menu-toggle-btn i:hover {
    background-color: #428bca;
}

.panel-about-menu .panel-body ul {
    padding-left: 26px;
}

.fb-like {
    top: 3px;
}

div.news_column .socialicon {
    margin: 0px;
}

.margin-bottom-lg {
    margin-bottom: 0px;
}

#background-about .col-md-18 {
    top: -15px;
}

#background-about .col-md-18 h3 a {
    color: #fff;
    position: absolute;
    right: 0px;
    margin-right: 18px;
}

@media ( min-width : 992px) {
    /*.col-md-24 {
        width: 75%;
    }*/
}

@media ( max-width : 768px) {
    #menu_pc {
        display: none;
    }
    .mobile-menu-toggle-btn {
        display: block;
    }
    .header {
        margin-bottom: 50px;
    }
    .open-menu .mobile-menu-bg {
        display: block;
    }
    .open-menu .mobile-menu-wrap {
        visibility: visible;
        transform: translateX(0px);
    }
    .headerSearch {
        width: 80%;
        float: left;
        padding: 0;
    }
    #bg_search {
        background: none;
    }
}

@media ( min-width : 599px) {
    .mobile-menu-toggle-btn {
        top: 5px;
    }
}

@media ( max-width : 599px) {
    .mobile-menu-toggle-btn {
        top: -4px;
    }
}

@media ( max-width : 426px) {
    #sologan h2, #sologan p.site_description {
        font-size: 12px;
    }
    #sologan h1, #sologan p.site_name {
        font-size: 17px;
    }
    #bg_slider {
        margin-top: 30px;
    }
    .mobile-menu-toggle-btn i {
        margin: 4px 1px 1px 1px;
    }
}

@media ( max-width : 376px) {
    #bg_slider {
        margin-top: 62px;
    }
    #formsearch {
        top: 25px;
    }
}

@media ( max-width : 321px) {
    #sologan h1, #sologan p.site_name {
        font-size: 14px;
    }
    #sologan h2, #sologan p.site_description {
        font-size: 10px;
    }
    #bg_slider {
        margin-top: 91px;
    }
    #bg_slider .owl-controls .owl-buttons div {
        top: -15px;
    }
}

@media ( max-width : 281px) {
    #sologan h2, #sologan p.site_description {
        font-size: 9px;
    }
    .mobile-menu-wrap {
        width: 200px;
    }
}

.panel-three .panel-heading {
    font-size: 20px;
    padding: 12px 0px 5px;
}

.panel-three .panel-body {
    min-height: 240px;
    padding: 0px 5px 10px 5px;
}

.three ul li a {
    font-size: 13px !important;
    font-family: 'Itim', Arial, Helvetica, sans-serif!important;
    white-space: break-spaces;
}

.three ul li {
    margin-bottom: 0px;
}

.three ul li:last-child {
    margin-bottom: 15px;
}

.three ul {
    padding: 0px 0px 30px !important;
}

@media ( min-width : 768px) {
    .panel-three {
        background-position: top;
        background-size: cover;
    }
}

#bg_slider .slider img {
    object-position: center;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.owl-item {
    max-height: 460px;
}

@media ( max-width : 1024px) {
    .owl-item {
        max-height: 435px;
    }
}

@media ( max-width : 823px) {
    .owl-item {
        max-height: 304px;
    }
}

@media ( max-width : 812px) {
    .owl-item {
        max-height: 299px;
    }
}

@media ( max-width : 768px) {
    .owl-item {
        max-height: 282px;
    }
}

@media ( max-width : 736px) {
    .owl-item {
        max-height: 416px;
    }
}

@media ( max-width : 731px) {
    .owl-item {
        max-height: 412px;
    }
}

@media ( max-width : 717px) {
    .owl-item {
        max-height: 404px;
    }
}

@media ( max-width : 667px) {
    .owl-item {
        max-height: 374px;
    }
}

@media ( max-width : 640px) {
    .owl-item {
        max-height: 358px;
    }
}

@media ( max-width : 568px) {
    .owl-item {
        max-height: 314px;
    }
}

@media ( max-width : 540px) {
    .owl-item {
        max-height: 299px;
    }
}

@media ( max-width : 414px) {
    .owl-item {
        max-height: 224px;
    }
}

@media ( max-width : 411px) {
    .owl-item {
        max-height: 220px;
    }
}

@media ( max-width : 375px) {
    .owl-item {
        max-height: 200px;
    }
}

@media ( max-width : 360px) {
    .owl-item {
        max-height: 190px;
    }
}

@media ( max-width : 320px) {
    .owl-item {
        max-height: 166px;
    }
}

@media ( max-width : 280px) {
    .owl-item {
        max-height: 144px;
    }
}

.d-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(28rem, 1fr))[auto-fill];
    grid-template-columns: repeat(auto-fill, minmax(28rem, 1fr));
}

div.news_column .panel-category .panel-body div:first-child, div.news_column .panel-category .panel-body div:nth-child(2n+1) {
    border-right: 0px dashed #e89500;
}

.d-grid div:first-child, .d-grid div:nth-child(2n+1) {
    border-right: 1px dashed #e89500 !important;
}

div.news_column .panel-category .panel-body div:first-child {
    margin-top: 5px;
}

div.news_column .panel-category .panel-body div:last-child {
    margin-bottom: 0;
    padding-bottom: 0px;
}

div.news_column .panel-category .panel-body div:nth-child(2n+1) {
    padding-right: 0;
}

#background-about img {
    width: 100%;
}

.wcbt {
    background-color: #cccccc;
    border: none;
    border-radius: 3px;
    max-width: 100%;
    padding: 1px;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    object-fit: cover;
}

div.news_column .panel-category .panel-heading ul:after {
    background-image: url(../images/background-category1.png);
}

div.news_column .panel-category .panel-heading {
    background-image: url(../images/background-category2.png);
    background-repeat: no-repeat;
    background-origin: content-box;
    background-position: right;
    z-index: -2;
    background-size: contain;
}

.mobile-menu-wrap .menu {
    background-color: #f7af00;
    overflow: auto;
    height: calc(100vh - 160px);
}

@media ( max-width : 785px) {
    .mobile-menu-wrap .menu-collapser, .open-menu .mobile-menu-wrap .panel-default .panel-heading, .open-menu .mobile-menu-wrap .menu-collapser {
        display: none !important;
    }
    .open-menu .mobile-menu-wrap ul.slimmenu {
        display: block !important;
        margin-top: 0 !important;
        position: static;
        background-color: #f7af00;
    }
    .mobile-menu-wrap ul.slimmenu li a:hover, .mobile-menu-wrap ul.slimmenu li a:focus, .mobile-menu-wrap ul.slimmenu li.current {
        background-color: #ffffff;
        text-decoration: none;
    }
    .mobile-menu-wrap ul.slimmenu>li>a {
        color: #fff;
        font-size: 14px;
        font-weight: 700;
    }
    .mobile-menu-wrap ul.slimmenu li:hover .sub-collapser>i, .mobile-menu-wrap ul.slimmenu li .sub-collapser>i {
        color: #fff;
    }
    ul.slimmenu li a:hover, ul.slimmenu li a:focus, ul.slimmenu li.current {
        background: rgba(244, 244, 244, 1);
        background: -moz-linear-gradient(top, rgba(244, 244, 244, 1) 0%, rgba(221, 221, 221, 1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(244, 244, 244, 1)), color-stop(100%, rgba(221, 221, 221, 1)));
        background: -webkit-linear-gradient(top, rgba(244, 244, 244, 1) 0%, rgba(221, 221, 221, 1) 100%);
        background: -o-linear-gradient(top, rgba(244, 244, 244, 1) 0%, rgba(221, 221, 221, 1) 100%);
        background: -ms-linear-gradient(top, rgba(244, 244, 244, 1) 0%, rgba(221, 221, 221, 1) 100%);
        background: linear-gradient(to bottom, rgba(244, 244, 244, 1) 0%, rgba(221, 221, 221, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#dddddd', GradientType=0);
        text-decoration: none;
        color: #333333;
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px;
        -moz-border-radius-bottomleft: 3px;
        -moz-border-radius-bottomright: 3px;
        -webkit-border-bottom-left-radius: 3px;
        -webkit-border-bottom-right-radius: 3px;
    }
    ul.slimmenu li a:hover, ul.slimmenu li a:focus, ul.slimmenu li.current a {
        color: #333333;
    }
}

#background-about{
    border: 3px dashed #ffffff !important;
    border-radius: 24px;
    margin-left: 5px;
    margin-right: 5px;
}

.primary:nth-child(2){
    background-color: #a843ff
}

.detailContent .videoplayer {
    margin-bottom: 20px;
}

.subsite-tabs {
    margin: -15px;
}

.subsite-tabs .nav-tabs {
    background-color: #e9eff7;
}

.subsite-tabs .nav-tabs > li {
    margin-bottom: 0!important;
    padding: 8px 0 8px 12px;
}

.subsite-tabs .nav-tabs > li > a {
    border: 0;
    padding: 1px 12px 1px 1px;
    margin-right: 0;
    border-right: 1px solid #004f80;
    border-radius: 0;
}

.subsite-tabs .nav-tabs > li:last-child > a {
    border-right: 0;
}

.subsite-tabs .nav-tabs > li > a:hover {
    color: #004f80;
    font-weight: bold;
    background-color: transparent;
}

.subsite-tabs .nav-tabs > li.active > a {
    text-transform: uppercase;
    background-color: transparent;
    border: 0;
    border-right: 1px solid #004f80;
}

.subsite-tabs .nav-tabs > li.active:last-child > a {
    border-right: 0;
}

.subsite-tabs .nav-tabs > li.active > a,
.subsite-tabs .nav-tabs > li.active > a:hover,
.subsite-tabs .nav-tabs > li.active > a:focus {
    color: #004f80;
    font-weight: bold;
}

.subsite-tabs .sitelist-outer {
    position: relative;
}

.subsite-tabs .sitelist-outer:before {
    content: " ";
    position: absolute;
    top: 15px;
    bottom: 15px;
    left: 50%;
    margin-left: -9px;
    width: 1px;
    border-left: 1px dotted #ccc;
    display: block;
}

.subsite-tabs .sitelist {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding: 15px 15px 0 0;
    margin: 0;
}

.subsite-tabs .sitelist li {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 10px!important;
    padding-right: 15px;
    padding-left: 15px;
    font-weight: 700;
}

@media (max-width: 575.98px) {
    .subsite-tabs .sitelist-outer:before {
        display: none;
    }

    .subsite-tabs .sitelist li {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
#category_news_primary ul{
    padding: 0px;
}
#category_news_primary ul li h5 a{
    font-family: 'Opensans Bold', Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #ff3333;
}
.primary{
    background-color: #ffd218;
    border: 5px solid #FFFFFF;
    border-radius: 10px;
    box-shadow: 3px 0px 3px rgba(0,0,0,0.3);
    padding: 5px 10px;
    margin-bottom: 22px;
}
.primary img{
    float: left;
    width: 40px;
    margin-right: 10px;
}
.primary a{
    vertical-align: sub;
    font-family: 'Itim', Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #ff3333;
    text-shadow: 2px 20px 2px rgba(0,0,0,0.3);
    text-transform: uppercase;
    line-height: 3;
}
.primary a span{
    text-shadow: -1px -1px 0 #FFFFFF, 1px -1px 0 #FFFFFF, -1px 1px 0 #FFFFFF, 1px 1px 0 #FFFFFF;
}
.primary a span:after{
    text-shadow: 2px 20px 2px rgba(0,0,0,0.3);
    content: "";
}
.three{
    padding-left: 20px;
}
.three ul{
    padding: 0px 0px 55px;
}
.three ul li{
    background: url("../images/icon-category.png") no-repeat 0px 3px;
    padding-left: 20px;
    position: relative;
}
.three ul li a{
    color: #333333;
    font-family: 'Opensans Bold', Arial, Helvetica, sans-serif;
    font-size: 13px;
}
.three ul li:hover ul.dropdown-menu{
    display: block;
    top: 0px;
    left: 100%;
}
.three ul li ul li a{
    padding: 0px;
}
.three ul li ul li a:hover{
    background-color: transparent;
}
.three ul li ul{
    padding: 10px;
}
.three ul li ul li{
    margin-bottom: 5px;
}
.title_meal{
    color: #ffffff;
    font-weight: 700;
}
.meal_table tr td{
    color: red;
    font-style: italic
}
.curent_day{
    background: #f9e2e2 !important;
}
.meal_list{
    padding: 5px;
    color: #f9f3f3;
}
.meal_list p{
    color: #4088c5;
}
.meal span{
    color: red;
    font-weight: 700;
    font-style: italic
}

.header_block{
    color: #1a3f5e;
}
.w100{
    width: 100px;
}
.w200{
    width: 200px;
}
.w80{
    width: 80px;
}
.alert-bottom {
    margin-bottom: 0!important;
}
.pb-0 {
    padding-bottom: 0!important;
}

/* Gird flexbox */
.ab-gird-box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

.ab-gird-box .ab-gird-item {
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-left: 5px;
    padding-right: 5px;
    margin: 0;
}

.ab-thumb-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
}

.ab-thumb-wrap .thumb-inner {
    max-width: 100%;
}

.ab-single-thumb .thumb-cover,
.ab-thumb-wrap .thumb-inner .thumb-cover {
    display: block;
    height: 0;
    background-position: center top;
    background-size: cover;
    max-width: 100%;
}

.ab-single-thumb .thumb-in,
.ab-thumb-wrap .thumb-inner .thumb-in {
    display: block;
    height: 0;
    max-width: 100%;
    position: relative;
    overflow: hidden;
}

.ab-single-thumb .thumb-in .image-thumb-blur,
.ab-single-thumb .thumb-in .image-thumb-bg,
.ab-thumb-wrap .thumb-inner .thumb-in .image-thumb-blur,
.ab-thumb-wrap .thumb-inner .thumb-in .image-thumb-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.ab-single-thumb .thumb-in .image-thumb-blur,
.ab-thumb-wrap .thumb-inner .thumb-in .image-thumb-blur {
    -webkit-filter: blur(8px);
    -ms-filter: blur(8px);
    filter: progid:DXImageTransform.Microsoft.Blur(pixelradius='8', shadowopacity='0.0');
    filter: blur(8px);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.ab-single-thumb .thumb-in .image-thumb-bg,
.ab-thumb-wrap .thumb-inner .thumb-in .image-thumb-bg {
    background-color: #000;
    opacity: 0.2;
}

.ab-single-thumb .thumb-in img,
.ab-thumb-wrap .thumb-inner .thumb-in img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
}

.ab-single-thumb .thumb-in.h img,
.ab-thumb-wrap .thumb-inner .thumb-in.h img {
    width: 100%;
    height: auto;
}

.ab-single-thumb .thumb-in.v img,
.ab-thumb-wrap .thumb-inner .thumb-in.v img {
    height: 100%;
    width: auto;
}

.ab-single-thumb .thumb-all,
.ab-thumb-wrap .thumb-inner .thumb-all {
    max-width: 100%;
    height: auto;
}

/* Main */
.hidden {
    display: none;
}

/* Images center*/
.jcarousel-wrapper {
    margin: 0 auto 40px auto;
    position: relative;
}

.jcarousel {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0 -5px;
}

.jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel li {
    width: 200px;
    float: left;
}

.jcarousel li>div {
    margin: 0 5px;
}

.jcarousel-pagination {
    position: absolute;
    bottom: -30px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin: 0;
}

.jcarousel-pagination a {
    text-decoration: none;
    display: inline-block;
    font-size: 11px;
    height: 10px;
    width: 10px;
    line-height: 10px;
    background: #fff;
    color: #4E443C;
    border-radius: 10px;
    text-indent: -9999px;
    margin-right: 7px;
    -webkit-box-shadow: 0 0 2px #4E443C;
    -moz-box-shadow: 0 0 2px #4E443C;
    box-shadow: 0 0 2px #4E443C;
}

.jcarousel-pagination a.active {
    background: #4E443C;
    color: #fff;
    opacity: 1;
    -webkit-box-shadow: 0 0 2px #F0EFE7;
    -moz-box-shadow: 0 0 2px #F0EFE7;
    box-shadow: 0 0 2px #F0EFE7;
}

@media only screen and (max-width: 991.98px) {
    .ab-gird-box .ab-gird-item {
        width: 25% !important;
    }
}

@media only screen and (max-width: 767.98px) {
    .ab-gird-box .ab-gird-item {
        width: 33.333333% !important;
    }
}

@media only screen and (max-width: 499.98px) {
    .ab-gird-box .ab-gird-item {
        width: 50% !important;
    }
}
