.messi-modal {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #000;
    opacity: 0
}

.messi {
    position: absolute;
    padding: 0;
    margin: 0;
    font-size: 16px;
    text-shadow: none
}

.messi-box {
    position: relative;
    width: 500px;
    height: auto;
    padding: 8px;
    overflow: hidden;
    background-color: rgba(204, 204, 204, .2);
    border-radius: 6px;
    opacity: 1;
    box-shadow: 0 0 1em #444
}

.messi-wrapper {
    position: relative;
    background-color: #fff;
    border-radius: 5px
}

.messi-titlebox {
    padding: 10px;
    overflow: hidden;
    font: 1.3em bold helvetica, arial;
    color: #fff;
    text-shadow: 0 -2px 1px rgba(0, 0, 0, .25);
    background-color: #3b3b3b;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(.25, #3b3b3b), color-stop(.75, #575757));
    background-image: linear-gradient(bottom, #3b3b3b 25%, #575757 75%);
    background-image: -moz-linear-gradient(bottom, #3b3b3b 25%, #575757 75%);
    background-image: -o-linear-gradient(bottom, #3b3b3b 25%, #575757 75%);
    background-image: -webkit-linear-gradient(bottom, #3b3b3b 25%, #575757 75%);
    background-image: -ms-linear-gradient(bottom, #3b3b3b 25%, #575757 75%);
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 5px
}

.messi-titlebox.info {
    background-color: #4ea5cd;
    background-image: none
}

.messi-titlebox.error {
    background-color: #de4343;
    background-image: none
}

.messi-titlebox.warning {
    background-color: #eaaf51;
    background-image: none
}

.messi-titlebox.success {
    background-color: #61b832;
    background-image: none
}

.messi-closebtn {
    position: absolute;
    top: 8px;
    right: 8px;
    display: block;
    width: 25px;
    height: 25px;
    color: #333;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 40px
}

.messi-closebtn::before {
    position: relative;
    top: 2px;
    display: block;
    width: 25px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .25);
    content: 'Ãƒâ€”'
}

.messi-content {
    padding: 10px;
    overflow: hidden;
    font: .9em normal helvetica, arial
}

.messi-content p {
    margin: 0 0 1.3em;
    line-height: 1.3em
}

.messi-content .messi-closebtn {
    top: 7px;
    font: 1.3em bold helvetica, arial;
    color: #fff;
    background-color: #333;
    opacity: 0;
    -webkit-transition: opacity .25s linear, visibility .1s linear .5s;
    -moz-transition: opacity .25s linear, visibility .1s linear .5s;
    -o-transition: opacity .25s linear, visibility .1s linear .5s;
    transition: opacity .25s linear, visibility .1s linear .5s
}

.messi-content:hover .messi-closebtn {
    opacity: 1
}

.messi-footbox {
    width: 100%;
    height: 55px;
    overflow: hidden
}

.messi-actions {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    padding-top: 8px;
    margin: 0 10px;
    border-top: 1px solid #eee;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal
}

.messi-actions .btnbox {
    text-align: center;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    margin: 0 20px
}

.messi-actions .btnbox .btn {
    min-width: 75px
}

.messi-titlebox.anim {
    background-color: #666;
    background-image: -o-linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%, transparent 75%, transparent);
    background-image: linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%, transparent 75%, transparent);
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(.25, rgba(255, 255, 255, .05)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .05)), color-stop(.75, rgba(255, 255, 255, .05)), color-stop(.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%, transparent 75%, transparent);
    background-image: -ms-linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%, transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
    -moz-background-size: 40px 40px;
    background-size: 40px 40px;
    -webkit-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, .4);
    -moz-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, .4);
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, .4);
    -webkit-animation: animate-bg 5s linear infinite;
    -moz-animation: animate-bg 5s linear infinite
}

.messi-titlebox.anim.info {
    background-color: #4ea5cd
}

.messi-titlebox.anim.error {
    background-color: #de4343
}

.messi-titlebox.anim.warning {
    background-color: #eaaf51
}

.messi-titlebox.anim.success {
    background-color: #61b832
}

@-webkit-keyframes animate-bg {
    from {
        background-position: 0 0
    }

    to {
        background-position: -80px 0
    }
}

@-moz-keyframes animate-bg {
    from {
        background-position: 0 0
    }

    to {
        background-position: -80px 0
    }
}

.messi .btn {
    display: inline-block;
    *display: inline;
    padding: 4px 10px 4px;
    margin-bottom: 0;
    *margin-left: .3em;
    font-size: 13px;
    line-height: 26px;
    color: #333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, .75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    *background-color: #e6e6e6;
    background-image: -ms-linear-gradient(top, #fff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
    background-image: -o-linear-gradient(top, #fff, #e6e6e6);
    background-image: linear-gradient(top, #fff, #e6e6e6);
    background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #ccc;
    *border: 0;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
    filter: progid:dximagetransform.microsoft.gradient(enabled=false);
    *zoom: 1;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05)
}

.messi .btn:hover,
.messi .btn:active,
.messi .btn.active,
.messi .btn.disabled,
.messi .btn[disabled] {
    background-color: #e6e6e6;
    *background-color: #d9d9d9
}

.messi .btn:active,
.messi .btn.active {
    background-color: #ccc \9
}

.messi .btn:first-child {
    *margin-left: 0
}

.messi .btn:hover {
    color: #333;
    text-decoration: none;
    background-color: #e6e6e6;
    *background-color: #d9d9d9;
    background-position: 0 -15px;
    -webkit-transition: background-position .1s linear;
    -moz-transition: background-position .1s linear;
    -ms-transition: background-position .1s linear;
    -o-transition: background-position .1s linear;
    transition: background-position .1s linear
}

.messi .btn:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.messi .btn.active,
.messi .btn:active {
    background-color: #e6e6e6;
    background-color: #d9d9d9 \9;
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05)
}

.messi .btn-primary,
.messi .btn-primary:hover,
.messi .btn-warning,
.messi .btn-warning:hover,
.messi .btn-danger,
.messi .btn-danger:hover,
.messi .btn-success,
.messi .btn-success:hover,
.messi .btn-info,
.messi .btn-info:hover,
.messi .btn-inverse,
.messi .btn-inverse:hover {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.messi .btn-primary.active,
.messi .btn-warning.active,
.messi .btn-danger.active,
.messi .btn-success.active,
.messi .btn-info.active,
.messi .btn-inverse.active {
    color: rgba(255, 255, 255, .75)
}

.messi .btn {
    border-color: #ccc;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25)
}

.messi .btn-primary {
    background-color: #0074cc;
    *background-color: #05c;
    background-image: -ms-linear-gradient(top, #08c, #05c);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#05c));
    background-image: -webkit-linear-gradient(top, #08c, #05c);
    background-image: -o-linear-gradient(top, #08c, #05c);
    background-image: -moz-linear-gradient(top, #08c, #05c);
    background-image: linear-gradient(top, #08c, #05c);
    background-repeat: repeat-x;
    border-color: #05c #05c #003580;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#0088cc', endColorstr='#0055cc', GradientType=0);
    filter: progid:dximagetransform.microsoft.gradient(enabled=false)
}

.messi .btn-primary:hover,
.messi .btn-primary:active,
.messi .btn-primary.active,
.messi .btn-primary.disabled,
.messi .btn-primary[disabled] {
    background-color: #05c;
    *background-color: #004ab3
}

.messi .btn-primary:active,
.messi .btn-primary.active {
    background-color: #004099 \9
}

.messi .btn-warning {
    background-color: #faa732;
    *background-color: #f89406;
    background-image: -ms-linear-gradient(top, #fbb450, #f89406);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
    background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
    background-image: -o-linear-gradient(top, #fbb450, #f89406);
    background-image: -moz-linear-gradient(top, #fbb450, #f89406);
    background-image: linear-gradient(top, #fbb450, #f89406);
    background-repeat: repeat-x;
    border-color: #f89406 #f89406 #ad6704;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fbb450', endColorstr='#f89406', GradientType=0);
    filter: progid:dximagetransform.microsoft.gradient(enabled=false)
}

.messi .btn-warning:hover,
.messi .btn-warning:active,
.messi .btn-warning.active,
.messi .btn-warning.disabled,
.messi .btn-warning[disabled] {
    background-color: #f89406;
    *background-color: #df8505
}

.messi .btn-warning:active,
.messi .btn-warning.active {
    background-color: #c67605 \9
}

.messi .btn-danger {
    background-color: #da4f49;
    *background-color: #bd362f;
    background-image: -ms-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
    background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: linear-gradient(top, #ee5f5b, #bd362f);
    background-repeat: repeat-x;
    border-color: #bd362f #bd362f #802420;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#bd362f', GradientType=0);
    filter: progid:dximagetransform.microsoft.gradient(enabled=false)
}

.messi .btn-danger:hover,
.messi .btn-danger:active,
.messi .btn-danger.active,
.messi .btn-danger.disabled,
.messi .btn-danger[disabled] {
    background-color: #bd362f;
    *background-color: #a9302a
}

.messi .btn-danger:active,
.messi .btn-danger.active {
    background-color: #942a25 \9
}

.messi .btn-success {
    background-color: #5bb75b;
    *background-color: #51a351;
    background-image: -ms-linear-gradient(top, #62c462, #51a351);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
    background-image: -webkit-linear-gradient(top, #62c462, #51a351);
    background-image: -o-linear-gradient(top, #62c462, #51a351);
    background-image: -moz-linear-gradient(top, #62c462, #51a351);
    background-image: linear-gradient(top, #62c462, #51a351);
    background-repeat: repeat-x;
    border-color: #51a351 #51a351 #387038;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#62c462', endColorstr='#51a351', GradientType=0);
    filter: progid:dximagetransform.microsoft.gradient(enabled=false)
}

.messi .btn-success:hover,
.messi .btn-success:active,
.messi .btn-success.active,
.messi .btn-success.disabled,
.messi .btn-success[disabled] {
    background-color: #51a351;
    *background-color: #499249
}

.messi .btn-success:active,
.messi .btn-success.active {
    background-color: #408140 \9
}

.messi .btn-info {
    background-color: #49afcd;
    *background-color: #2f96b4;
    background-image: -ms-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
    background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: linear-gradient(top, #5bc0de, #2f96b4);
    background-repeat: repeat-x;
    border-color: #2f96b4 #2f96b4 #1f6377;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#5bc0de', endColorstr='#2f96b4', GradientType=0);
    filter: progid:dximagetransform.microsoft.gradient(enabled=false)
}

.messi .btn-info:hover,
.messi .btn-info:active,
.messi .btn-info.active,
.messi .btn-info.disabled,
.messi .btn-info[disabled] {
    background-color: #2f96b4;
    *background-color: #2a85a0
}

.messi .btn-info:active,
.messi .btn-info.active {
    background-color: #24748c \9
}

.messi .btn-inverse {
    background-color: #414141;
    *background-color: #222;
    background-image: -ms-linear-gradient(top, #555, #222);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#555), to(#222));
    background-image: -webkit-linear-gradient(top, #555, #222);
    background-image: -o-linear-gradient(top, #555, #222);
    background-image: -moz-linear-gradient(top, #555, #222);
    background-image: linear-gradient(top, #555, #222);
    background-repeat: repeat-x;
    border-color: #222 #222 #000;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#555555', endColorstr='#222222', GradientType=0);
    filter: progid:dximagetransform.microsoft.gradient(enabled=false)
}

.messi .btn-inverse:hover,
.messi .btn-inverse:active,
.messi .btn-inverse.active,
.messi .btn-inverse.disabled,
.messi .btn-inverse[disabled] {
    background-color: #222;
    *background-color: #151515
}

.messi .btn-inverse:active,
.messi .btn-inverse.active {
    background-color: #080808 \9
}

button.messi .btn,
input[type="submit"].messi .btn {
    *padding-top: 2px;
    *padding-bottom: 2px
}

.messi button {
    cursor: pointer;
    -webkit-appearance: button
}

button.messi .btn::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .8;
    filter: alpha(opacity=80)
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #ccc
}

.mfp-preloader a:hover {
    color: #fff
}

.mfp-s-ready .mfp-preloader {
    display: none
}

.mfp-s-error .mfp-content {
    display: none
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    filter: alpha(opacity=65);
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100)
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    text-align: right;
    padding: 0 9px;
    line-height: normal;
    height: 33px;
    width: auto;
    background: #fff;
    color: #000;
    border-radius: 18px;
    position: absolute;
    right: -5px;
    top: -15px;
    opacity: 1 !important
}

.mfp-counter {
    position: absolute;
    bottom: 4px;
    right: 4px;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    filter: alpha(opacity=65);
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100)
}

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent
}

.mfp-arrow:after,
.mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow:before,
.mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: .7
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
    border-right: 17px solid #fff;
    margin-left: 31px
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
    border-left: 17px solid #fff;
    margin-left: 39px
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #000
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0 auto
}

.mfp-figure {
    line-height: 0
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #444
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0;
    border: 3px solid #fff;
    border-radius: 5px;
    padding: 0
}

.mfp-figure figure figcaption {
    padding: 0;
    position: relative
}

.mfp-wrap.zoom {
    overflow: auto !important
}

.mfp-wrap.zoom .mfp-figure figure {}

.mfp-wrap.zoom .mfp-img {
    max-width: none
}

.mfp-counter {
    padding: 5px 15px;
    border-radius: 17px;
    background: #524e49;
    color: #fff;
    font-size: 11pt
}

.mfp-counter a {
    color: #fff
}

.mfp-bottom-bar {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    cursor: auto;
    padding: 5px 100px 5px 5px;
    min-height: 40px;
    background: rgba(0, 0, 0, .6)
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
    position: relative
}

@media screen and (max-width:800px)and (orientation:landscape),
screen and (max-height:300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, .6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, .6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media all and (max-width:900px) {
    .mfp-arrow {
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

.mfp-ie7 .mfp-img {
    padding: 0
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px
}

.mfp-ie7 .mfp-container {
    padding: 0
}

.mfp-ie7 .mfp-content {
    padding-top: 44px
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0
}

.animated-super-fast {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated-fast {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated-slow {
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@-webkit-keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px)
    }
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0)
    }

    40% {
        transform: translateY(-30px)
    }

    60% {
        transform: translateY(-15px)
    }
}

@-webkit-keyframes jumpUp {
    0% {
        -webkit-transform: translate3d(0, calc(230%), 0) scale3d(0, 1, 1);
        -webkit-animation-timing-function: ease-in
    }

    40% {
        -webkit-transform: translate3d(0, 0, 0) scale3d(.02, 1.1, 1);
        -webkit-animation-timing-function: ease-out
    }

    70% {
        -webkit-transform: translate3d(0, -40px, 0) scale3d(.8, 1.1, 1)
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1)
    }
}

@keyframes jumpUp {
    0% {
        transform: translate3d(0, calc(230%), 0) scale3d(0, 1, 1);
        animation-timing-function: ease-in
    }

    40% {
        transform: translate3d(0, 0, 0) scale3d(.02, 1.1, 1);
        animation-timing-function: ease-out
    }

    70% {
        transform: translate3d(0, -40px, 0) scale3d(.8, 1.1, 1)
    }

    100% {
        transform: translate3d(0, 0, 0) scale3d(1, 1, 1)
    }
}

@-webkit-keyframes expandOpen {
    0% {
        -webkit-transform: scale(1.8)
    }

    50% {
        -webkit-transform: scale(.95)
    }

    80% {
        -webkit-transform: scale(1.05)
    }

    90% {
        -webkit-transform: scale(.98)
    }

    100% {
        -webkit-transform: scale(1)
    }
}

@keyframes expandOpen {
    0% {
        transform: scale(1.8)
    }

    50% {
        transform: scale(.95)
    }

    80% {
        transform: scale(1.05)
    }

    90% {
        transform: scale(.98)
    }

    100% {
        transform: scale(1)
    }
}

@keyframes fadeInScale {
    0% {
        transform: scale(0);
        opacity: 0
    }

    100% {
        transform: scale(1);
        opacity: 1
    }
}

@-webkit-keyframes fadeInScale {
    0% {
        -webkit-transform: scale(0);
        opacity: 0
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 1
    }
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3);
        transform: scale(.3)
    }

    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3);
        -ms-transform: scale(.3);
        transform: scale(.3)
    }

    50% {
        opacity: 1
    }
}

@-webkit-keyframes zoomOut {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        opacity: 0;
        -webkit-transform: scale(.3);
        transform: scale(.3)
    }

    100% {
        opacity: 0
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }

    50% {
        opacity: 0;
        -webkit-transform: scale(.3);
        -ms-transform: scale(.3);
        transform: scale(.3)
    }

    100% {
        opacity: 0
    }
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce
}

.jumpUp {
    -webkit-animation-name: jumpUp;
    animation-name: jumpUp
}

.expandOpen {
    animation-name: expandOpen;
    -webkit-animation-name: expandOpen
}

.fadeInScale {
    animation-name: fadeInScale;
    -webkit-animation-name: fadeInScale
}

body.lobibox-open {
    overflow: hidden
}

.lobibox {
    position: fixed;
    z-index: 999999999;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    -webkit-box-shadow: 0 0 20px 5px rgba(0, 0, 0, .5);
    box-shadow: 0 0 20px 5px rgba(0, 0, 0, .5)
}

.lobibox * {
    box-sizing: border-box;
    -webkit-box-sizing: border-box
}

.lobibox .lobibox-header {
    font-size: 20px;
    padding: 5px 10px;
    color: #eee
}

.lobibox .lobibox-header .btn-close {
    float: right;
    background-color: transparent;
    cursor: pointer;
    border: none;
    outline: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.lobibox .lobibox-header .btn-close:hover {
    text-shadow: 2px 2px 3px rgba(0, 0, 0, .7)
}

.lobibox .lobibox-body {
    overflow: hidden;
    display: table;
    position: relative;
    width: 100%;
    padding: 15px 20px;
    background-color: rgba(255, 255, 255, .98);
    font-size: 16px
}

.lobibox .lobibox-body .lobibox-icon-wrapper {
    position: relative;
    height: 100%;
    display: table;
    font-size: 60px
}

.lobibox .lobibox-body .lobibox-icon-wrapper .lobibox-icon {
    display: table-cell;
    vertical-align: middle
}

.lobibox .lobibox-body .lobibox-body-text-wrapper {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    padding-left: 10px
}

.lobibox .lobibox-footer {
    text-align: center;
    padding: 6px
}

.lobibox .lobibox-footer>* {
    margin: 0 10px 0 0
}

.lobibox .lobibox-footer.text-center {
    text-align: center
}

.lobibox .lobibox-footer.text-left {
    text-align: left
}

.lobibox .lobibox-footer.text-right {
    text-align: right
}

.lobibox.lobibox-confirm {
    border: none
}

.lobibox.lobibox-confirm .lobibox-header {
    color: #eee;
    background-color: #3c2d2d
}

.lobibox.lobibox-confirm .lobibox-body .lobibox-icon {
    color: #3c2d2d
}

.lobibox.lobibox-confirm .lobibox-footer {
    background-color: #594343
}

.lobibox.lobibox-success {
    border: 1px solid #29b87e
}

.lobibox.lobibox-success .lobibox-header {
    color: #eee;
    background-color: #29b87e
}

.lobibox.lobibox-success .lobibox-body .lobibox-icon {
    color: #29b87e
}

.lobibox.lobibox-success .lobibox-footer {
    background-color: #40d498
}

.lobibox.lobibox-error {
    border: 1px solid #ca2121
}

.lobibox.lobibox-error .lobibox-header {
    color: #eee;
    background-color: #ca2121
}

.lobibox.lobibox-error .lobibox-body .lobibox-icon {
    color: #ca2121
}

.lobibox.lobibox-error .lobibox-footer {
    background-color: #e03e3e
}

.lobibox.lobibox-info {
    border: 1px solid #2e79b4
}

.lobibox.lobibox-info .lobibox-header {
    color: #eee;
    background-color: #2e79b4
}

.lobibox.lobibox-info .lobibox-body .lobibox-icon {
    color: #2e79b4
}

.lobibox.lobibox-info .lobibox-footer {
    background-color: #4593d0
}

.lobibox.lobibox-warning {
    border: 1px solid #ce812e
}

.lobibox.lobibox-warning .lobibox-header {
    color: #eee;
    background-color: #ce812e
}

.lobibox.lobibox-warning .lobibox-body .lobibox-icon {
    color: #ce812e
}

.lobibox.lobibox-warning .lobibox-footer {
    background-color: #d99a56
}

.lobibox.lobibox-prompt {
    border: none
}

.lobibox.lobibox-prompt .lobibox-header {
    color: #eee;
    background-color: #3c2d2d
}

.lobibox.lobibox-prompt .lobibox-body {
    padding: 20px
}

.lobibox.lobibox-prompt .lobibox-body .lobibox-input {
    min-height: 38px;
    border: 1px solid #21cb91;
    width: 100%;
    padding: 5px;
    font-size: 18px;
    outline: 0
}

.lobibox.lobibox-prompt .lobibox-body .lobibox-input:focus {
    background-color: #eee
}

.lobibox.lobibox-prompt .lobibox-body .lobibox-input.invalid {
    border-color: #dc2b2a
}

.lobibox.lobibox-prompt .lobibox-body .lobibox-input-error-message {
    margin-top: 5px;
    margin-bottom: 0;
    font-size: 13px;
    color: #dc2b2a
}

.lobibox.lobibox-prompt .lobibox-footer {
    background-color: #594343
}

.lobibox.lobibox-progress .lobibox-header {
    background-color: #2f5d6d
}

.lobibox.lobibox-progress .lobibox-body {
    padding: 15px;
    font-size: 16px
}

.lobibox.lobibox-progress .lobibox-body .lobibox-progress-bar-wrapper {
    position: relative;
    height: 20px;
    border: 1px solid #c3c3c3;
    border-radius: 10px;
    background-color: #d5d5d5
}

.lobibox.lobibox-progress .lobibox-body .lobibox-progress-bar-wrapper .lobibox-progress-bar {
    width: 0;
    border-radius: 10px;
    background-color: #468ba2;
    height: 100%;
    text-align: center
}

.lobibox.lobibox-progress .lobibox-body .lobibox-progress-bar-wrapper .lobibox-progress-text {
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%
}

.lobibox.lobibox-progress .lobibox-body .lobibox-progress-outer {
    margin-bottom: 0
}

.lobibox.lobibox-progress .lobibox-body .lobibox-progress-outer .progress-bar {
    transition: none
}

.lobibox.lobibox-progress .lobibox-body .lobibox-progress-outer [data-role="progress-text"] {
    font-weight: bold;
    color: rgba(0, 0, 0, .7)
}

.lobibox.lobibox-window {
    border: 3px solid #225eb8;
    border-radius: 6px
}

.lobibox.lobibox-window .lobibox-header {
    background-color: #225eb8;
    color: #eee;
    font-size: 18px
}

.lobibox.lobibox-window .lobibox-body {
    overflow: auto;
    display: block;
    font-size: 14px;
    padding: 15px;
    background-color: #f5f8fd;
    background: #fff;
    padding: 0
}

.lobibox.lobibox-window .lobibox-footer {
    background-color: #8ab0e9
}

.lobibox.lobibox-window :last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.lobibox.draggable .lobibox-header {
    cursor: move
}

.lobibox .lobibox-btn {
    display: inline-block;
    padding: 8px 14px;
    font-size: 14px;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 2px;
    line-height: initial
}

.lobibox .lobibox-btn.lobibox-btn-cancel {
    color: #fff;
    background-color: #ca2121;
    border-color: #ca2121
}

.lobibox .lobibox-btn.lobibox-btn-cancel:hover,
.lobibox .lobibox-btn.lobibox-btn-cancel:focus,
.lobibox .lobibox-btn.lobibox-btn-cancel.focus,
.lobibox .lobibox-btn.lobibox-btn-cancel:active,
.lobibox .lobibox-btn.lobibox-btn-cancel.active,
.open>.dropdown-toggle.lobibox .lobibox-btn.lobibox-btn-cancel {
    color: #fff;
    background-color: #9e1a1a;
    border-color: #951818
}

.lobibox .lobibox-btn.lobibox-btn-cancel:active,
.lobibox .lobibox-btn.lobibox-btn-cancel.active,
.open>.dropdown-toggle.lobibox .lobibox-btn.lobibox-btn-cancel {
    background-image: none
}

.lobibox .lobibox-btn.lobibox-btn-cancel.disabled,
.lobibox .lobibox-btn.lobibox-btn-cancel[disabled],
fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-cancel,
.lobibox .lobibox-btn.lobibox-btn-cancel.disabled:hover,
.lobibox .lobibox-btn.lobibox-btn-cancel[disabled]:hover,
fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-cancel:hover,
.lobibox .lobibox-btn.lobibox-btn-cancel.disabled:focus,
.lobibox .lobibox-btn.lobibox-btn-cancel[disabled]:focus,
fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-cancel:focus,
.lobibox .lobibox-btn.lobibox-btn-cancel.disabled.focus,
.lobibox .lobibox-btn.lobibox-btn-cancel[disabled].focus,
fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-cancel.focus,
.lobibox .lobibox-btn.lobibox-btn-cancel.disabled:active,
.lobibox .lobibox-btn.lobibox-btn-cancel[disabled]:active,
fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-cancel:active,
.lobibox .lobibox-btn.lobibox-btn-cancel.disabled.active,
.lobibox .lobibox-btn.lobibox-btn-cancel[disabled].active,
fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-cancel.active {
    background-color: #ca2121;
    border-color: #ca2121
}

.lobibox .lobibox-btn.lobibox-btn-cancel .badge {
    color: #ca2121;
    background-color: #fff
}

.lobibox .lobibox-btn.lobibox-btn-yes {
    color: #fff;
    background-color: #29b87e;
    border-color: #29b87e
}

.lobibox .lobibox-btn.lobibox-btn-yes:hover,
.lobibox .lobibox-btn.lobibox-btn-yes:focus,
.lobibox .lobibox-btn.lobibox-btn-yes.focus,
.lobibox .lobibox-btn.lobibox-btn-yes:active,
.lobibox .lobibox-btn.lobibox-btn-yes.active,
.open>.dropdown-toggle.lobibox .lobibox-btn.lobibox-btn-yes {
    color: #fff;
    background-color: #208e61;
    border-color: #1e865c
}

.lobibox .lobibox-btn.lobibox-btn-yes:active,
.lobibox .lobibox-btn.lobibox-btn-yes.active,
.open>.dropdown-toggle.lobibox .lobibox-btn.lobibox-btn-yes {
    background-image: none
}

.lobibox .lobibox-btn.lobibox-btn-yes.disabled,
.lobibox .lobibox-btn.lobibox-btn-yes[disabled],
fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-yes,
.lobibox .lobibox-btn.lobibox-btn-yes.disabled:hover,
.lobibox .lobibox-btn.lobibox-btn-yes[disabled]:hover,
fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-yes:hover,
.lobibox .lobibox-btn.lobibox-btn-yes.disabled:focus,
.lobibox .lobibox-btn.lobibox-btn-yes[disabled]:focus,
fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-yes:focus,
.lobibox .lobibox-btn.lobibox-btn-yes.disabled.focus,
.lobibox .lobibox-btn.lobibox-btn-yes[disabled].focus,
fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-yes.focus,
.lobibox .lobibox-btn.lobibox-btn-yes.disabled:active,
.lobibox .lobibox-btn.lobibox-btn-yes[disabled]:active,
fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-yes:active,
.lobibox .lobibox-btn.lobibox-btn-yes.disabled.active,
.lobibox .lobibox-btn.lobibox-btn-yes[disabled].active,
fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-yes.active {
    background-color: #29b87e;
    border-color: #29b87e
}

.lobibox .lobibox-btn.lobibox-btn-yes .badge {
    color: #29b87e;
    background-color: #fff
}

.lobibox .lobibox-btn.lobibox-btn-no {
    color: #fff;
    background-color: #0760b3;
    border-color: #0760b3
}

.lobibox .lobibox-btn.lobibox-btn-no:hover,
.lobibox .lobibox-btn.lobibox-btn-no:focus,
.lobibox .lobibox-btn.lobibox-btn-no.focus,
.lobibox .lobibox-btn.lobibox-btn-no:active,
.lobibox .lobibox-btn.lobibox-btn-no.active,
.open>.dropdown-toggle.lobibox .lobibox-btn.lobibox-btn-no {
    color: #fff;
    background-color: #054682;
    border-color: #054078
}

.lobibox .lobibox-btn.lobibox-btn-no:active,
.lobibox .lobibox-btn.lobibox-btn-no.active,
.open>.dropdown-toggle.lobibox .lobibox-btn.lobibox-btn-no {
    background-image: none
}

.lobibox .lobibox-btn.lobibox-btn-no.disabled,
.lobibox .lobibox-btn.lobibox-btn-no[disabled],
fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-no,
.lobibox .lobibox-btn.lobibox-btn-no.disabled:hover,
.lobibox .lobibox-btn.lobibox-btn-no[disabled]:hover,
fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-no:hover,
.lobibox .lobibox-btn.lobibox-btn-no.disabled:focus,
.lobibox .lobibox-btn.lobibox-btn-no[disabled]:focus,
fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-no:focus,
.lobibox .lobibox-btn.lobibox-btn-no.disabled.focus,
.lobibox .lobibox-btn.lobibox-btn-no[disabled].focus,
fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-no.focus,
.lobibox .lobibox-btn.lobibox-btn-no.disabled:active,
.lobibox .lobibox-btn.lobibox-btn-no[disabled]:active,
fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-no:active,
.lobibox .lobibox-btn.lobibox-btn-no.disabled.active,
.lobibox .lobibox-btn.lobibox-btn-no[disabled].active,
fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-no.active {
    background-color: #0760b3;
    border-color: #0760b3
}

.lobibox .lobibox-btn.lobibox-btn-no .badge {
    color: #0760b3;
    background-color: #fff
}

.lobibox .lobibox-btn.lobibox-btn-ok {
    color: #fff;
    background-color: #0760b3;
    border-color: #0760b3
}

.lobibox .lobibox-btn.lobibox-btn-ok:hover,
.lobibox .lobibox-btn.lobibox-btn-ok:focus,
.lobibox .lobibox-btn.lobibox-btn-ok.focus,
.lobibox .lobibox-btn.lobibox-btn-ok:active,
.lobibox .lobibox-btn.lobibox-btn-ok.active,
.open>.dropdown-toggle.lobibox .lobibox-btn.lobibox-btn-ok {
    color: #fff;
    background-color: #054682;
    border-color: #054078
}

.lobibox .lobibox-btn.lobibox-btn-ok:active,
.lobibox .lobibox-btn.lobibox-btn-ok.active,
.open>.dropdown-toggle.lobibox .lobibox-btn.lobibox-btn-ok {
    background-image: none
}

.lobibox .lobibox-btn.lobibox-btn-ok.disabled,
.lobibox .lobibox-btn.lobibox-btn-ok[disabled],
fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-ok,
.lobibox .lobibox-btn.lobibox-btn-ok.disabled:hover,
.lobibox .lobibox-btn.lobibox-btn-ok[disabled]:hover,
fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-ok:hover,
.lobibox .lobibox-btn.lobibox-btn-ok.disabled:focus,
.lobibox .lobibox-btn.lobibox-btn-ok[disabled]:focus,
fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-ok:focus,
.lobibox .lobibox-btn.lobibox-btn-ok.disabled.focus,
.lobibox .lobibox-btn.lobibox-btn-ok[disabled].focus,
fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-ok.focus,
.lobibox .lobibox-btn.lobibox-btn-ok.disabled:active,
.lobibox .lobibox-btn.lobibox-btn-ok[disabled]:active,
fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-ok:active,
.lobibox .lobibox-btn.lobibox-btn-ok.disabled.active,
.lobibox .lobibox-btn.lobibox-btn-ok[disabled].active,
fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-ok.active {
    background-color: #0760b3;
    border-color: #0760b3
}

.lobibox .lobibox-btn.lobibox-btn-ok .badge {
    color: #0760b3;
    background-color: #fff
}

.lobibox .lobibox-btn.lobibox-btn-default {
    color: #000;
    background-color: #e2e2e2;
    border-color: #dadada
}

.lobibox .lobibox-btn.lobibox-btn-default:hover,
.lobibox .lobibox-btn.lobibox-btn-default:focus,
.lobibox .lobibox-btn.lobibox-btn-default.focus,
.lobibox .lobibox-btn.lobibox-btn-default:active,
.lobibox .lobibox-btn.lobibox-btn-default.active,
.open>.dropdown-toggle.lobibox .lobibox-btn.lobibox-btn-default {
    color: #000;
    background-color: #c9c9c9;
    border-color: #bcbcbc
}

.lobibox .lobibox-btn.lobibox-btn-default:active,
.lobibox .lobibox-btn.lobibox-btn-default.active,
.open>.dropdown-toggle.lobibox .lobibox-btn.lobibox-btn-default {
    background-image: none
}

.lobibox .lobibox-btn.lobibox-btn-default.disabled,
.lobibox .lobibox-btn.lobibox-btn-default[disabled],
fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-default,
.lobibox .lobibox-btn.lobibox-btn-default.disabled:hover,
.lobibox .lobibox-btn.lobibox-btn-default[disabled]:hover,
fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-default:hover,
.lobibox .lobibox-btn.lobibox-btn-default.disabled:focus,
.lobibox .lobibox-btn.lobibox-btn-default[disabled]:focus,
fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-default:focus,
.lobibox .lobibox-btn.lobibox-btn-default.disabled.focus,
.lobibox .lobibox-btn.lobibox-btn-default[disabled].focus,
fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-default.focus,
.lobibox .lobibox-btn.lobibox-btn-default.disabled:active,
.lobibox .lobibox-btn.lobibox-btn-default[disabled]:active,
fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-default:active,
.lobibox .lobibox-btn.lobibox-btn-default.disabled.active,
.lobibox .lobibox-btn.lobibox-btn-default[disabled].active,
fieldset[disabled] .lobibox .lobibox-btn.lobibox-btn-default.active {
    background-color: #e2e2e2;
    border-color: #dadada
}

.lobibox .lobibox-btn.lobibox-btn-default .badge {
    color: #e2e2e2;
    background-color: #000
}

.lobibox.lobibox-hidden {
    display: none
}

.lobibox-backdrop {
    position: fixed;
    z-index: 4000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5)
}

.lobibox-notify-wrapper {
    z-index: 999999999;
    position: fixed
}

.lobibox-notify-wrapper.top {
    top: 0
}

.lobibox-notify-wrapper.bottom {
    bottom: 0
}

.lobibox-notify-wrapper.left {
    left: 0;
    margin-right: 0
}

.lobibox-notify-wrapper.right {
    right: 0;
    margin-left: 0
}

.lobibox-notify-wrapper.right .lobibox-notify {
    margin-left: auto
}

.lobibox-notify-wrapper.center {
    left: 50%
}

.lobibox-notify-wrapper-large {
    z-index: 5000;
    position: fixed
}

.lobibox-notify-wrapper-large.top {
    top: 0
}

.lobibox-notify-wrapper-large.bottom {
    bottom: 0
}

.lobibox-notify-wrapper-large.left {
    left: 0
}

.lobibox-notify-wrapper-large.left .lb-notify-tabs>li {
    float: left;
    margin-left: 0;
    margin-right: 2px
}

.lobibox-notify-wrapper-large.right {
    right: 0
}

.lobibox-notify-wrapper-large .lb-notify-tabs {
    list-style: none;
    padding: 0;
    margin: 0 0 -5px 0
}

.lobibox-notify-wrapper-large .lb-notify-tabs>li {
    float: right;
    margin-left: 2px
}

.lobibox-notify-wrapper-large .lb-notify-tabs>li>a {
    text-align: center;
    display: table;
    text-decoration: none;
    font-size: 18px;
    height: 32px;
    color: #fff;
    width: 28px;
    opacity: .6
}

.lobibox-notify-wrapper-large .lb-notify-tabs>li>a:hover,
.lobibox-notify-wrapper-large .lb-notify-tabs>li>a:active,
.lobibox-notify-wrapper-large .lb-notify-tabs>li>a:focus,
.lobibox-notify-wrapper-large .lb-notify-tabs>li>a:hover:active {
    color: #fff
}

.lobibox-notify-wrapper-large .lb-notify-tabs>li>a .tab-control-icon {
    display: table-cell;
    vertical-align: middle
}

.lobibox-notify-wrapper-large .lb-notify-tabs>li.lobibox-notify-default>a {
    background-color: rgba(28, 28, 28, .9);
    border-color: #141414
}

.lobibox-notify-wrapper-large .lb-notify-tabs>li.lobibox-notify-default>a:hover {
    background-color: #1c1c1c;
    border-color: #0f0f0f
}

.lobibox-notify-wrapper-large .lb-notify-tabs>li.lobibox-notify-error>a {
    background-color: rgba(202, 33, 33, .9);
    border-color: #bd1f1f
}

.lobibox-notify-wrapper-large .lb-notify-tabs>li.lobibox-notify-error>a:hover {
    background-color: #ca2121;
    border-color: #b41d1d
}

.lobibox-notify-wrapper-large .lb-notify-tabs>li.lobibox-notify-success>a {
    background-color: rgba(41, 184, 126, .9);
    border-color: #26ab75
}

.lobibox-notify-wrapper-large .lb-notify-tabs>li.lobibox-notify-success>a:hover {
    background-color: #29b87e;
    border-color: #24a370
}

.lobibox-notify-wrapper-large .lb-notify-tabs>li.lobibox-notify-warning>a {
    background-color: rgba(206, 129, 46, .9);
    border-color: #c1792b
}

.lobibox-notify-wrapper-large .lb-notify-tabs>li.lobibox-notify-warning>a:hover {
    background-color: #ce812e;
    border-color: #b97429
}

.lobibox-notify-wrapper-large .lb-notify-tabs>li.lobibox-notify-info>a {
    background-color: rgba(46, 121, 180, .9);
    border-color: #2b71a8
}

.lobibox-notify-wrapper-large .lb-notify-tabs>li.lobibox-notify-info>a:hover {
    background-color: #2e79b4;
    border-color: #296ba0
}

.lobibox-notify-wrapper-large .lb-notify-tabs>li.active>a {
    opacity: 1
}

.lobibox-notify-wrapper-large .lb-notify-tabs:after {
    content: "";
    display: block;
    clear: both
}

.lobibox-notify-wrapper-large .lb-notify-wrapper {
    background-color: transparent;
    padding: 0;
    border: none
}

.lobibox-notify-wrapper-large .lb-notify-wrapper .lb-tab-pane {
    display: none
}

.lobibox-notify-wrapper-large .lb-notify-wrapper .lb-tab-pane.active {
    display: block
}

.lobibox-notify-wrapper-large .lb-notify-wrapper .lobibox-notify {
    min-height: 150px
}

.lobibox-notify-wrapper-large .lb-notify-wrapper .lobibox-notify .lobibox-notify-icon-wrapper {
    width: 100px
}

.lobibox-notify-wrapper-large .lb-notify-wrapper .lobibox-notify .lobibox-notify-icon>div .icon-el {
    font-size: 78px
}

.lobibox-notify-wrapper-large .lb-notify-wrapper .lobibox-notify .lobibox-notify-body {
    margin: 13px 20px;
    margin-left: 130px
}

.lobibox-notify {
    position: relative;
    min-height: 85px;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 14px;
    margin: 7px 0;
    border-radius: 0;
    border: 1px solid transparent;
    -webkit-box-shadow: 2px 2px 5px #aaa;
    box-shadow: 2px 2px 5px #aaa;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

.lobibox-notify .lobibox-notify-icon-wrapper {
    position: absolute;
    left: 15px;
    width: 60px;
    height: 100%
}

.lobibox-notify .lobibox-notify-icon {
    display: table;
    width: 100%;
    height: 100%
}

.lobibox-notify .lobibox-notify-icon>div {
    display: table-cell;
    vertical-align: middle
}

.lobibox-notify .lobibox-notify-icon>div>img {
    width: 100%;
    max-width: 100%;
    margin-top: 3px;
    border-radius: 4px
}

.lobibox-notify .lobibox-notify-icon>div .icon-el {
    text-align: center;
    font-size: 55px
}

.lobibox-notify .lobibox-notify-body {
    margin: 10px 20px;
    margin-left: 90px
}

.lobibox-notify .lobibox-notify-title {
    font-size: 20px
}

.lobibox-notify .lobibox-notify-msg {
    overflow: hidden
}

.lobibox-notify .lobibox-close {
    position: absolute;
    text-align: center;
    border-radius: 50%;
    right: 10px;
    top: 10px;
    font-size: 20px;
    line-height: 19px;
    width: 19px;
    height: 19px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

.lobibox-notify .lobibox-close:hover {
    background-color: rgba(0, 0, 0, .5);
    font-weight: bold
}

.lobibox-notify .lobibox-delay-indicator {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px
}

.lobibox-notify .lobibox-delay-indicator>div {
    position: relative;
    height: 100%;
    width: 0;
    background-color: #e8e8e8
}

.lobibox-notify.lobibox-notify-default {
    border-color: #0f0f0f;
    background-color: #1c1c1c;
    color: #fff
}

.lobibox-notify.lobibox-notify-default:hover {
    background-color: #1c1c1c;
    border-color: #fff
}

.lobibox-notify.lobibox-notify-default .lobibox-close:hover {
    background-color: #4f4f4f
}

.lobibox-notify.lobibox-notify-error {
    border-color: #b41d1d;
    background-color: #ca2121;
    color: #fff
}

.lobibox-notify.lobibox-notify-error:hover {
    background-color: #ca2121;
    border-color: #fff
}

.lobibox-notify.lobibox-notify-success {
    border-color: #24a370;
    background-color: #29b87e;
    color: #fff
}

.lobibox-notify.lobibox-notify-success:hover {
    background-color: #29b87e;
    border-color: #fff
}

.lobibox-notify.lobibox-notify-warning {
    border-color: #b97429;
    background-color: #ce812e;
    color: #fff
}

.lobibox-notify.lobibox-notify-warning:hover {
    background-color: #ce812e;
    border-color: #fff
}

.lobibox-notify.lobibox-notify-info {
    border-color: #296ba0;
    background-color: #2e79b4;
    color: #fff
}

.lobibox-notify.lobibox-notify-info:hover {
    background-color: #2e79b4;
    border-color: #fff
}

.lobibox-notify.rounded {
    border-radius: 30px
}

.lobibox-notify:hover {
    cursor: pointer;
    -webkit-box-shadow: 3px 3px 10px #aaa;
    box-shadow: 3px 3px 10px #aaa
}

.lobibox-notify.notify-mini {
    min-height: 36px
}

.lobibox-notify.notify-mini .lobibox-notify-title {
    margin-top: -5px;
    font-size: 20px;
    line-height: 22px
}

.lobibox-notify.notify-mini .lobibox-notify-msg {
    line-height: 18px
}

.lobibox-notify.notify-mini .lobibox-notify-icon-wrapper {
    left: 12px;
    width: 32px
}

.lobibox-notify.notify-mini .lobibox-notify-icon>div .icon-el {
    font-size: 32px
}

.lobibox-notify.notify-mini .lobibox-notify-body {
    margin: 15px 30px 15px 56px
}

.lobibox-notify.without-icon .lobibox-notify-body {
    margin-left: 20px
}

.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("Content/plugin/OwlCarousel/owl-carousel/owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center
}

.owl-theme .owl-controls .owl-buttons div {
    color: #fff;
    display: inline-block;
    zoom: 1;
    *display: inline;
    margin: 5px;
    padding: 3px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #869791;
    filter: Alpha(Opacity=50);
    opacity: .5
}

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
    filter: Alpha(Opacity=100);
    opacity: 1;
    text-decoration: none
}

.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    opacity: .5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #869791
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100);
    opacity: 1
}

.owl-theme .owl-controls .owl-page span.owl-numbers {
    height: auto;
    width: auto;
    color: #fff;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px
}

.owl-item.loading {
    min-height: 150px;
    background: url("index.html") no-repeat center center
}

.owl-theme .owl-dots,
.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav {
    margin-top: 10px
}

.owl-theme .owl-nav [class*=owl-] {
    color: #fff;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #d6d6d6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #fff;
    text-decoration: none
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791
}

.owl-origin {
    -webkit-perspective: 1200px;
    -webkit-perspective-origin-x: 50%;
    -webkit-perspective-origin-y: 50%;
    -moz-perspective: 1200px;
    -moz-perspective-origin-x: 50%;
    -moz-perspective-origin-y: 50%;
    perspective: 1200px
}

.owl-fade-out {
    z-index: 10;
    -webkit-animation: fadeOut .7s both ease;
    -moz-animation: fadeOut .7s both ease;
    animation: fadeOut .7s both ease
}

.owl-fade-in {
    -webkit-animation: fadeIn .7s both ease;
    -moz-animation: fadeIn .7s both ease;
    animation: fadeIn .7s both ease
}

.owl-backSlide-out {
    -webkit-animation: backSlideOut 1s both ease;
    -moz-animation: backSlideOut 1s both ease;
    animation: backSlideOut 1s both ease
}

.owl-backSlide-in {
    -webkit-animation: backSlideIn 1s both ease;
    -moz-animation: backSlideIn 1s both ease;
    animation: backSlideIn 1s both ease
}

.owl-goDown-out {
    -webkit-animation: scaleToFade .7s ease both;
    -moz-animation: scaleToFade .7s ease both;
    animation: scaleToFade .7s ease both
}

.owl-goDown-in {
    -webkit-animation: goDown .6s ease both;
    -moz-animation: goDown .6s ease both;
    animation: goDown .6s ease both
}

.owl-fadeUp-in {
    -webkit-animation: scaleUpFrom .5s ease both;
    -moz-animation: scaleUpFrom .5s ease both;
    animation: scaleUpFrom .5s ease both
}

.owl-fadeUp-out {
    -webkit-animation: scaleUpTo .5s ease both;
    -moz-animation: scaleUpTo .5s ease both;
    animation: scaleUpTo .5s ease both
}

@-webkit-keyframes empty {
    0% {
        opacity: 1
    }
}

@-moz-keyframes empty {
    0% {
        opacity: 1
    }
}

@keyframes empty {
    0% {
        opacity: 1
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@-moz-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@-webkit-keyframes backSlideOut {
    25% {
        opacity: .5;
        -webkit-transform: translateZ(-500px)
    }

    75% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(-200%)
    }

    100% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(-200%)
    }
}

@-moz-keyframes backSlideOut {
    25% {
        opacity: .5;
        -moz-transform: translateZ(-500px)
    }

    75% {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(-200%)
    }

    100% {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(-200%)
    }
}

@keyframes backSlideOut {
    25% {
        opacity: .5;
        transform: translateZ(-500px)
    }

    75% {
        opacity: .5;
        transform: translateZ(-500px) translateX(-200%)
    }

    100% {
        opacity: .5;
        transform: translateZ(-500px) translateX(-200%)
    }
}

@-webkit-keyframes backSlideIn {

    0%,
    25% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(200%)
    }

    75% {
        opacity: .5;
        -webkit-transform: translateZ(-500px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateZ(0) translateX(0)
    }
}

@-moz-keyframes backSlideIn {

    0%,
    25% {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(200%)
    }

    75% {
        opacity: .5;
        -moz-transform: translateZ(-500px)
    }

    100% {
        opacity: 1;
        -moz-transform: translateZ(0) translateX(0)
    }
}

@keyframes backSlideIn {

    0%,
    25% {
        opacity: .5;
        transform: translateZ(-500px) translateX(200%)
    }

    75% {
        opacity: .5;
        transform: translateZ(-500px)
    }

    100% {
        opacity: 1;
        transform: translateZ(0) translateX(0)
    }
}

@-webkit-keyframes scaleToFade {
    to {
        opacity: 0;
        -webkit-transform: scale(.8)
    }
}

@-moz-keyframes scaleToFade {
    to {
        opacity: 0;
        -moz-transform: scale(.8)
    }
}

@keyframes scaleToFade {
    to {
        opacity: 0;
        transform: scale(.8)
    }
}

@-webkit-keyframes goDown {
    from {
        -webkit-transform: translateY(-100%)
    }
}

@-moz-keyframes goDown {
    from {
        -moz-transform: translateY(-100%)
    }
}

@keyframes goDown {
    from {
        transform: translateY(-100%)
    }
}

@-webkit-keyframes scaleUpFrom {
    from {
        opacity: 0;
        -webkit-transform: scale(1.5)
    }
}

@-moz-keyframes scaleUpFrom {
    from {
        opacity: 0;
        -moz-transform: scale(1.5)
    }
}

@keyframes scaleUpFrom {
    from {
        opacity: 0;
        transform: scale(1.5)
    }
}

@-webkit-keyframes scaleUpTo {
    to {
        opacity: 0;
        -webkit-transform: scale(1.5)
    }
}

@-moz-keyframes scaleUpTo {
    to {
        opacity: 0;
        -moz-transform: scale(1.5)
    }
}

@keyframes scaleUpTo {
    to {
        opacity: 0;
        transform: scale(1.5)
    }
}

.bootstrap-datetimepicker-widget {
    list-style: none
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    margin: 2px 0;
    padding: 4px;
    width: 19em
}

@media(min-width:768px) {
    .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
        width: 38em
    }
}

@media(min-width:992px) {
    .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
        width: 38em
    }
}

@media(min-width:1200px) {
    .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
        width: 38em
    }
}

.bootstrap-datetimepicker-widget.dropdown-menu:before,
.bootstrap-datetimepicker-widget.dropdown-menu:after {
    content: '';
    display: inline-block;
    position: absolute
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-bottom-color: rgba(0, 0, 0, .2);
    top: -7px;
    left: 7px
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    top: -6px;
    left: 8px
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #ccc;
    border-top-color: rgba(0, 0, 0, .2);
    bottom: -7px;
    left: 6px
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #fff;
    bottom: -6px;
    left: 7px
}

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
    left: auto;
    right: 6px
}

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
    left: auto;
    right: 7px
}

.bootstrap-datetimepicker-widget .list-unstyled {
    margin: 0
}

.bootstrap-datetimepicker-widget a[data-action] {
    padding: 6px 0
}

.bootstrap-datetimepicker-widget a[data-action]:active {
    box-shadow: none
}

.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
    width: 54px;
    font-weight: bold;
    font-size: 1.2em;
    margin: 0
}

.bootstrap-datetimepicker-widget button[data-action] {
    padding: 6px
}

.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Increment Hours"
}

.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Increment Minutes"
}

.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Decrement Hours"
}

.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Decrement Minutes"
}

.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Show Hours"
}

.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Show Minutes"
}

.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Toggle AM/PM"
}

.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Clear the picker"
}

.bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Set the date to today"
}

.bootstrap-datetimepicker-widget .picker-switch {
    text-align: center
}

.bootstrap-datetimepicker-widget .picker-switch::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Toggle Date and Time Screens"
}

.bootstrap-datetimepicker-widget .picker-switch td {
    padding: 0;
    margin: 0;
    height: auto;
    width: auto;
    line-height: inherit
}

.bootstrap-datetimepicker-widget .picker-switch td span {
    line-height: 2.5;
    height: 2.5em;
    width: 100%
}

.bootstrap-datetimepicker-widget table {
    width: 100%;
    margin: 0
}

.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
    text-align: center;
    border-radius: 4px
}

.bootstrap-datetimepicker-widget table tr {
    background: none !important
}

.bootstrap-datetimepicker-widget table th {
    height: 20px;
    line-height: 20px;
    width: 20px;
    padding: 3px 0 !important
}

.bootstrap-datetimepicker-widget table th.picker-switch {
    width: 145px
}

.bootstrap-datetimepicker-widget table th.disabled,
.bootstrap-datetimepicker-widget table th.disabled:hover {
    background: none;
    color: #777;
    cursor: not-allowed
}

.bootstrap-datetimepicker-widget table th.prev::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Previous Month"
}

.bootstrap-datetimepicker-widget table th.next::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Next Month"
}

.bootstrap-datetimepicker-widget table thead tr:first-child th {
    cursor: pointer
}

.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
    background: #eee
}

.bootstrap-datetimepicker-widget table td {
    height: 54px;
    line-height: 54px;
    width: 54px;
    padding: 3px 0 !important
}

.bootstrap-datetimepicker-widget table td.cw {
    font-size: .8em;
    height: 20px;
    line-height: 20px;
    color: #777
}

.bootstrap-datetimepicker-widget table td.day {
    height: 20px;
    line-height: 20px;
    width: 20px
}

.bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-datetimepicker-widget table td.second:hover {
    background: #eee;
    cursor: pointer
}

.bootstrap-datetimepicker-widget table td.old,
.bootstrap-datetimepicker-widget table td.new {
    color: #777
}

.bootstrap-datetimepicker-widget table td.today {
    position: relative
}

.bootstrap-datetimepicker-widget table td.today:before {
    content: '';
    display: inline-block;
    border: 0 0 7px 7px solid transparent;
    border-bottom-color: #337ab7;
    border-top-color: rgba(0, 0, 0, .2);
    position: absolute;
    bottom: 4px;
    right: 4px
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
    background-color: #337ab7;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.bootstrap-datetimepicker-widget table td.active.today:before {
    border-bottom-color: #fff
}

.bootstrap-datetimepicker-widget table td.disabled,
.bootstrap-datetimepicker-widget table td.disabled:hover {
    background: none;
    color: #777;
    cursor: not-allowed
}

.bootstrap-datetimepicker-widget table td span {
    display: inline-block;
    width: 54px;
    height: 54px;
    line-height: 54px;
    margin: 2px 1.5px;
    cursor: pointer;
    border-radius: 4px
}

.bootstrap-datetimepicker-widget table td span:hover {
    background: #eee
}

.bootstrap-datetimepicker-widget table td span.active {
    background-color: #337ab7;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.bootstrap-datetimepicker-widget table td span.old {
    color: #777
}

.bootstrap-datetimepicker-widget table td span.disabled,
.bootstrap-datetimepicker-widget table td span.disabled:hover {
    background: none;
    color: #777;
    cursor: not-allowed
}

.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
    height: 27px;
    line-height: 27px
}

.input-group.date .input-group-addon {
    cursor: pointer
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.navbar-nav .sub-arrow,
.navbar-nav .collapsible .sub-arrow {
    position: static;
    margin-top: 0;
    margin-right: 0;
    margin-left: 6px;
    display: inline-block;
    width: 0;
    height: 0;
    overflow: hidden;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px dashed transparent;
    border-bottom: 4px dashed transparent;
    border-left: 4px dashed transparent
}

.navbar-fixed-bottom .sub-arrow {
    margin-top: -5px;
    border-top: 4px dashed transparent;
    border-bottom: 4px solid
}

.navbar-nav ul .sub-arrow {
    position: absolute;
    right: 0;
    margin-top: 6px;
    margin-right: 15px;
    border-top: 4px dashed transparent;
    border-bottom: 4px dashed transparent;
    border-left: 4px solid
}

.navbar-nav ul a.has-submenu {
    padding-right: 30px
}

.navbar-nav span.scroll-up,
.navbar-nav span.scroll-down {
    position: absolute;
    display: none;
    visibility: hidden;
    height: 20px;
    overflow: hidden;
    text-align: center
}

.navbar-nav span.scroll-up-arrow,
.navbar-nav span.scroll-down-arrow {
    position: absolute;
    top: -2px;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    overflow: hidden;
    border-top: 7px dashed transparent;
    border-right: 7px dashed transparent;
    border-bottom: 7px solid;
    border-left: 7px dashed transparent
}

.navbar-nav span.scroll-down-arrow {
    top: 6px;
    border-top: 7px solid;
    border-right: 7px dashed transparent;
    border-bottom: 7px dashed transparent;
    border-left: 7px dashed transparent
}

.navbar-nav .collapsible ul .dropdown-menu>li>a,
.navbar-nav .collapsible ul .dropdown-menu .dropdown-header {
    padding-left: 35px
}

.navbar-nav .collapsible ul ul .dropdown-menu>li>a,
.navbar-nav .collapsible ul ul .dropdown-menu .dropdown-header {
    padding-left: 45px
}

.navbar-nav .collapsible ul ul ul .dropdown-menu>li>a,
.navbar-nav .collapsible ul ul ul .dropdown-menu .dropdown-header {
    padding-left: 55px
}

.navbar-nav .collapsible ul ul ul ul .dropdown-menu>li>a,
.navbar-nav .collapsible ul ul ul ul .dropdown-menu .dropdown-header {
    padding-left: 65px
}

.navbar-nav .dropdown-menu>li>a {
    white-space: normal
}

.navbar-nav ul.sm-nowrap>li>a {
    white-space: nowrap
}

.navbar-right ul.dropdown-menu {
    left: 0;
    right: auto
}

.navbar-nav .collapsible ul {
    display: none;
    position: static !important;
    top: auto !important;
    left: auto !important;
    margin-left: 0 !important;
    margin-top: 0 !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important
}

.navbar-nav .collapsible ul.sm-nowrap>li>a {
    white-space: normal
}

.navbar-nav .collapsible iframe {
    display: none
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0 !important;
    border-radius: 0;
    text-align: center
}

.pagination>li {
    display: inline
}

.pagination>li>a,
.pagination>li>span {
    display: inline-block;
    position: relative;
    float: none;
    padding: 2px 10px;
    font-size: 20pt;
    line-height: 1.42857143;
    color: #000;
    text-decoration: none;
    border: none;
    background: #eee;
    margin: 0 2px 0 0;
    border-radius: 3px;
    transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    background: none
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    color: #4f4f4f;
    background: #ddd
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    z-index: 2;
    color: #fff
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
    color: #777;
    cursor: not-allowed
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none
}

.pager li {
    display: inline
}

.pager li>a,
.pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px
}

.pager li>a:hover,
.pager li>a:focus {
    text-decoration: none;
    background-color: #eee
}

.pager .next>a,
.pager .next>span {
    float: right
}

.pager .previous>a,
.pager .previous>span {
    float: left
}

.pager .disabled>a,
.pager .disabled>a:hover,
.pager .disabled>a:focus,
.pager .disabled>span {
    color: #777;
    cursor: not-allowed;
    background-color: #fff
}

nav .pager {
    display: block;
    width: 100%
}

nav .pager li {
    float: left;
    margin-bottom: 15px
}

nav .pager li.previous {
    float: left;
    margin-right: 15px
}

nav .pager li.next {
    float: right;
    margin-left: 15px
}

.now-loading-restaurant {
    z-index: 2;
    display: block;
    overflow: hidden;
    background-color: #fff
}

.now-loading-restaurant .box-thumbnail {
    animation: b;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    background: linear-gradient(90deg, #eee 8%, #ddd 18%, #eee 33%);
    background-size: 800px auto;
    height: 137px;
    width: 100%;
    float: left;
    display: block;
    margin-bottom: 10px
}

.now-loading-restaurant [class*=box-line] {
    height: 12px;
    width: 400px;
    background: #d7d7d7;
    margin-bottom: 13px;
    display: block;
    float: left
}

.now-loading-restaurant .box-thumbnail,
.now-loading-restaurant [class*=box-line] {
    animation: b;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    background: linear-gradient(90deg, #eee 8%, #ddd 18%, #eee 33%);
    background-size: 800px auto
}

.now-loading-restaurant .box-line-df {
    width: 60%
}

.now-loading-restaurant .box-line-lgx {
    width: 80%
}

.now-loading-restaurant .box-line-lg {
    width: 50%
}

@keyframes b {
    0% {
        background-position: -350px 0
    }

    to {
        background-position: 400px 0
    }
}

@keyframes c {
    to {
        transform: rotate(1turn)
    }
}

@keyframes d {
    50% {
        transform: translate(20px, 20px)
    }
}

@keyframes e {
    50% {
        transform: translate(-20px, 20px)
    }
}

@keyframes f {
    50% {
        transform: translate(20px, -20px)
    }
}

@keyframes g {
    50% {
        transform: translate(-20px, -20px)
    }
}

@keyframes h {
    to {
        border-width: 0
    }
}

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 .3s ease-in-out
}

a:hover {
    color: #C7A34C !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('../view/img/bg-header.png') center;
    height: 108px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    padding: 4px 0;
    transition: all .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 .3s ease-in-out
}

.page_wrap>header .header-search {
    float: right;
    padding: 20px 0 0 10px;
    transition: all .3s ease-in-out
}

.page_wrap>header .header-search button.btn-search {
    background: url('../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('../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 .3s ease-in-out
}

#navbar-menu-top ul.nav {
    height: 103px
}

#navbar-menu-top ul.nav>li {
    height: 103px;
    padding: 0 0;
    position: relative;
    transition: .3s all;
}

#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.current-menu-item>a {
    color: #C7A34C
}

#navbar-menu-top ul.nav>li ul {
    position: absolute;
    display: none;
    padding: 0;
    list-style: none;
    background: url("../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: auto;
}

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: #C7A34C;
    border: 1px solid #fff
}

.owl-carousel .owl-dots .owl-dot.active span {
    background: #fff;
    border: 1px solid #C7A34C
}

.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, .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: #C7A34C;
    text-align: center
}

.box-slider-content .slider-content a.more {
    color: #C7A34C
}

.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: #C7A34C
}

.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;
    height: auto;
}

.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, .5);
    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: 0 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: #C7A34C
}

.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: #C7A34C;
    position: absolute;
    top: 0;
    left: 0
}

.news-list ul li a {
    font-size: 17pt;
    font-family: 'UTM-Avo';
    color: #C7A34C;
    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: #C7A34C
}

.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: #C7A34C;
    line-height: 34px
}

.box-article-heading hr {
    border-top: 1px solid #C7A34C
}

.article-content>h2.headline {
    font-size: 16pt;
    line-height: 30px
}

.article-menu {
    color: #C7A34C;
    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: #C7A34C;
    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: #C7A34C;
    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: #C7A34C;
    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: #C7A34C
}

.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: #C7A34C;
    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: #C7A34C;
    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: #C7A34C
}

.setmenuOptionList .confirm-menu {
    outline: none;
    display: block;
    border: none;
    background: #C7A34C;
    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 #C7A34C;
    color: #C7A34C;
    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 #C7A34C;
    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: #C7A34C !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: #C7A34C;
    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: #C7A34C
}

footer .contacts_address ul.policy {
    margin: 0;
    padding: 0;
    list-style: none
}

footer .contacts_address ul.policy li {
    padding-bottom: 5px
}

.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, .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: #000;
    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 #000;
    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, .15), 0 4px 15px rgba(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-addThis {
    background: rgba(3, 17, 27, .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(.8);
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.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: #C7A34C;
    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: #C7A34C
}

.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: #C7A34C;
    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: .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("../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: .6px
}

#boxApply a:hover {
    color: #fff;
    background: rgba(252, 89, 0, .7)
}

.btn-org {
    background: #d5510d
}

.btn-org:hover {
    background: rgba(252, 89, 0, .7)
}

.careerTable .title_other {
    font-size: 13pt;
    color: #1b91d0;
    margin: 5px auto 16px;
    padding: 0 0 0 43px;
    line-height: 20px;
    letter-spacing: .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('../view/img/menu-center-disable.png');
    transition: all .3s ease-in-out;
    float: left
}

.menu-cat-parent a:before {
    content: "";
    display: inline-block;
    margin: 0;
    background-image: url('../view/img/menu-left-disable.png');
    transition: all .3s ease-in-out;
    float: left
}

.menu-cat-parent a:after {
    content: "";
    display: inline-block;
    background-image: url('../view/img/menu-right-disable.png');
    transition: all .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('../view/img/menu-center.png')
}

.menu-cat-parent a:hover:before,
.menu-cat-parent a.active:before {
    background-image: url('../view/img/menu-left.png')
}

.menu-cat-parent a:hover:after,
.menu-cat-parent a.active:after {
    background-image: url('../view/img/menu-right.png')
}

.menu-cat-child {
    display: inline-block;
    width: auto;
    min-height: 60px;
    background: #483324;
    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: #483324 !important
}

.setmenu-cat-child a:hover,
.setmenu-cat-child a.active {
    border: 1px dotted #000;
    background: rgba(254, 252, 231, .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: #C7A34C;
    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%;
    color: #483324;
}

.box-menu-slider .item ul li .menu-name .entry {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #C7A34C;
    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
}

@media(min-width:1400px) {}

@media(max-width:1399.98px)AND (min-width:981px) {
    .container-md {
        width: 90%
    }
}

@media(max-width:1399.98px) {
    .container-md {
        max-width: 1200px
    }
}

.container-md {
    max-width: 1100px !important;
    max-width: 1024px !important
}

@media(max-width:1299.98px) {
    .home-phongvip-content>h3.title {
        margin: 90px 0 10px;
        font-size: 50pt;
        line-height: 66px
    }
}

@media(max-width: 1270px) {
    #navbar-menu-top ul.nav li>a {
        font-size: 24pt;
        letter-spacing: 0.7px;
    }
}

@media(max-width:1199.98px) {
    .home-phongvip-content>h3.title {
        margin: 75px 0 10px
    }

    #navbar-menu-top ul.nav>li>a {
        font-size: 23pt;
        line-height: 40px;
        padding-left: 9px;
        padding-right: 9px;
        font-size: 22pt;
        padding-left: 7px;
        padding-right: 7px;
    }

    .box-about-home .about-right {
        padding-top: 0
    }

    .box-menu-cat {
        padding: 50px 0
    }

    .box-menu-cat a {
        font-size: 24pt;
        line-height: 34px
    }

    .banner-parallax a.text span {
        font-size: 6em
    }

    .box-vip-grid {
        padding: 30px 0;
        display: block
    }

    .box-vip-grid>div article {
        padding-right: 0;
        margin-bottom: 15px
    }

    .box-vip-grid .article-content-vip {
        line-height: 34px;
        max-height: unset;
        position: relative;
        width: 100%
    }
}

@media(max-width:1073px) {
    .page_wrap>header .header-search {
        padding: 20px 0 0 0
    }

    #navbar-menu-top ul.nav>li>a {
        font-size: 22pt;
        line-height: 40px;
        padding-left: 8px;
        padding-right: 8px;
        letter-spacing: 0.6px;
        font-size: 20pt;
        padding-left: 7px;
        padding-right: 7px;
    }

    .box-about-home .about-left {
        width: 50%;
        padding-top: 70px
    }

    .box-about-home .about-right {
        width: 50%;
        padding-top: 0
    }

    .banner-parallax a.text span {
        font-size: 5em;
        line-height: 90px
    }

    .home-phongvip-content>h3.title {
        margin: 35px 0 10px;
        font-size: 35pt;
        line-height: 48px
    }

    .news-list ul li {
        padding: 2px 0 7px 165px
    }

    .news-list ul li span.date {
        font-size: 20pt;
        line-height: 32px
    }

    .news-list ul li a {
        font-size: 16pt;
        line-height: 32px
    }
}

@media(max-width:1023.98px) {
    #navbar-menu-top ul.nav>li>a {
        font-size: 22pt;
        line-height: 40px;
        padding-left: 6px;
        padding-right: 6px;
        font-size: 20pt;
        letter-spacing: 0.4px;
    }
}

@media(max-width:991.98px) {

    .page_wrap>header,
    body.fixed .page_wrap>header {
        height: 70px
    }

    .page_wrap>header+#playerVideo {
        margin-top: 70px
    }

    .page_wrap>header .header-logo a.logo img,
    body.fixed .page_wrap>header .header-logo a.logo img {
        height: 62px
    }

    .page_wrap>header .header-search,
    body.fixed .page_wrap>header .header-search {
        padding: 5px 0 0 5px
    }

    .page_wrap>header .header-search button.btn-search {
        width: 50px;
        height: 50px
    }

    .box-about-home {
        margin-bottom: 17px
    }

    .box-about-home .about-left {
        width: 100%;
        padding: 0;
        text-align: center
    }

    .box-about-home .about-left img {
        max-width: 80%;
        margin: 0 auto;
        display: block
    }

    .box-about-home .about-right {
        width: 100%;
        max-width: 100%;
        padding: 15px 0 0
    }

    .box-about-home .about-right img.img-text {
        max-width: 100%;
        width: auto;
        display: block;
        margin: 0 auto
    }

    .box-about-home .about-right .about-content {
        margin-top: 15px
    }

    .home-phongvip-content>h3.title {
        margin: 10px 0 10px
    }

    .banner-parallax {
        height: 170px
    }

    .banner-parallax.h308 {
        height: 178px
    }

    .banner-parallax.h483 {
        height: 300px
    }

    .box-menu-cat {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 17px;
        padding: 30px 0
    }

    .box-menu-cat a {
        font-size: 20pt;
        line-height: 30px
    }

    .banner-parallax a.text span {
        font-size: 4em;
        line-height: 72px
    }

    .box-table-home {
        display: block;
        text-align: center;
        margin: 30px 0
    }

    .box-news-home {
        margin: 0 auto 30px
    }

    .box-video-home {
        margin: 0 auto
    }

    .box-contact-home h3.title {
        font-size: 24pt;
        line-height: 34px
    }

    #navbar-menu-top {
        padding: 0
    }

    #navbar-menu-top ul.nav {
        height: 65px
    }

    #navbar-menu-top ul.nav>li {
        height: 65px
    }

    #navbar-menu-top ul.nav>li>a {
        font-size: 16pt;
        line-height: 40px;
        padding: 10px 5px 15px
    }

    #navbar-menu-top ul.nav>li ul li>a {
        text-align: left;
        font-size: 17pt;
        line-height: 20px;
        padding: 10px
    }

    .videoList>h1.title {
        font-size: 24pt;
        line-height: 34px
    }

    .videoList-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .videoList-grid .item a h3 {
        font-size: 24pt;
        line-height: 34px
    }

    .box-home-slider {
        margin-bottom: 15px
    }

    .vipList {
        min-height: 54px;
        margin: 0 auto 15px
    }

    .vipList a {
        height: 36px;
        font-size: 18pt;
        line-height: 26px
    }

    .box-vip-grid {
        padding: 0 0 15px
    }

    .box-vip-grid h1.sb-title-vip {
        margin: 0 0 15px;
        font-size: 30pt;
        line-height: 44px;
        height: auto;
        white-space: unset
    }

    .menu-cat-child {
        min-height: 54px;
        margin: 0 auto 15px
    }

    .menu-cat-child a {
        height: 36px;
        font-size: 18pt;
        line-height: 26px
    }

    .menu-cat-parent {
        margin-bottom: 15px
    }

    .menu-cat-parent a {
        font-size: 30pt
    }

    .menu-cat-parent a span {
        padding: 10px 20px
    }

    .box-menu-slider {
        min-height: 530px
    }

    .box-menu-slider .item ul li a.menu-img {
        width: 65px;
        height: 65px;
        margin-right: 10px
    }

    .box-menu-slider .item ul li {
        font-size: 12pt;
        padding: 15px 0
    }

    .box-menu-slider .item ul li .menu-name {
        width: calc(100% - 70px - 115px)
    }

    .box-menu-slider .item ul li .menu-name strong {
        line-height: 25px;
        font-size: 16pt
    }

    .box-menu-slider .item ul li .menu-name .entry {
        padding-top: 5px
    }

    .box-menu-slider .item ul li .menu-price {
        width: 102px;
        text-align: right
    }

    .setmenuList .item {
        margin: 20px auto;
        padding: 20px;
        min-height: 240px
    }

    .setmenuList .item .setmenu-desc {
        width: calc(100% - 245px);
        margin-right: 15px;
        font-size: 18pt;
        line-height: 38px
    }

    .setmenuList .item .setmenu-img {
        width: 250px
    }

    footer .contacts_address h3.title {
        font-size: 30pt;
        line-height: 44px
    }

    footer .contacts_address {
        font-size: 13pt;
        line-height: 26px
    }
}

@media(max-width:790px) {
    #navbar-menu-top ul.nav>li>a {
        font-size: 15pt;
    }
}

@media(max-width:767.98px) {
    body {
        padding-bottom: 30px;
        font-size: 11pt;
        line-height: 22px
    }

    .box-home-slider {
        display: block;
        width: 100%;
        margin-bottom: 15px;
        margin-top: 60px
    }

    .page_wrap>header {
        height: 60px;
        padding: 5px 0
    }

    .page_wrap>header+#playerVideo {
        margin-top: 60px
    }

    .page_wrap>header .header-logo a.logo img {
        height: 50px
    }

    .page_wrap>header .header-search {
        padding: 5px 0 0
    }

    .page_wrap>header .header-search .boxSearch {
        bottom: -60px;
        width: 100%
    }

    .page_wrap>header .header-search button.btn-search {
        width: 40px;
        height: 40px;
        background-size: cover
    }

    .page_wrap>header .header-menu {
        float: unset;
        width: 100%;
        position: fixed;
        top: 60px;
        left: 0;
        max-height: calc(100vh - 58px);
        max-width: 100%;
        overflow: auto
    }

    .page_wrap>header .header-menu .navbar {
        min-height: unset;
        margin-bottom: 0;
        border: none;
        background: url("../view/img/bg-header.png") center
    }

    .page_wrap>header .header-menu .navbar .navbar-collapse {
        border-top: none;
        box-shadow: none
    }

    .page_wrap>header .header-menu .navbar .navbar-toggle {
        position: fixed;
        float: unset;
        top: 12px;
        right: 72px;
        z-index: 999;
        margin: 0;
        border: 1px solid #fff
    }

    .page_wrap>header .header-menu .navbar .navbar-toggle .icon-bar {
        background: #fff
    }

    #navbar-menu-top {
        padding: 0
    }

    #navbar-menu-top ul.nav {
        height: unset;
        margin: 0;
        padding: 15px 0
    }

    #navbar-menu-top ul.nav li {
        height: unset;
        text-align: center
    }

    #navbar-menu-top ul.nav>li>a {
        font-size: 24pt;
        line-height: 34px;
        padding: 10px 15px
    }

    #navbar-menu-top ul.nav>li ul li>a {
        text-align: center;
        font-size: 24pt;
        line-height: 34px;
        padding: 10px 15px
    }

    .box-about-home {
        margin-bottom: 17px
    }

    .box-about-home .about-left {
        width: 100%;
        padding: 0
    }

    .box-about-home .about-right {
        width: 100%;
        max-width: 100%;
        padding: 30px 0 0
    }

    .box-about-home .about-right .about-content {
        padding: 10px;
        font-size: 12pt;
        line-height: 24px;
        margin-top: 15px
    }

    .banner-parallax {
        height: 140px !important
    }

    .banner-parallax a.text span {
        font-size: 30pt;
        line-height: 50px
    }

    .box-menu-cat {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 17px;
        padding: 17px 0
    }

    .box-menu-cat a {
        font-size: 20pt;
        line-height: 28px
    }

    .box-table-home {
        display: block;
        text-align: center;
        margin: 17px 0
    }

    .box-table-home a img {
        margin: 17px auto 0
    }

    .box-table-home .col-md-6 a img {
        margin: 0 auto 17px
    }

    .box-slider-content {
        width: 100%;
        padding: 10px;
        font-size: 13pt;
        line-height: 26px;
        margin-top: 15px;
        margin-bottom: 15px;
        position: relative;
        bottom: unset;
        left: unset
    }

    .box-slider-content h3.slider-title {
        padding: 0 0 7px;
        font-size: 20pt;
        line-height: 28px
    }

    .box-news-slider h3.title {
        padding: 0 0 5px;
        margin: 0 auto 10px;
        font-size: 20pt;
        line-height: 28px;
        color: #333;
        text-align: center
    }

    .box-news-home {
        margin: 0 auto 17px;
        padding-top: 80px
    }

    .box-news-home .banner-parallax a.text {
        height: 80px
    }

    .box-news-home .banner-parallax a.text span {
        line-height: 80px
    }

    .box-news-slider .item a .entry {
        padding: 0 15px 15px;
        padding: 0 5px 5px
    }

    .box-news-slider .item a .entry h3 {
        font-size: 20pt;
        line-height: 28px;
        white-space: unset;
        height: unset;
        padding: 5px 0 0;
        font-size: 12pt;
        line-height: 18px;
        max-height: 59px
    }

    .box-news-slider .item a .entry .description {
        font-size: 10pt;
        line-height: 17px;
        height: 51px
    }

    .box-news-slider .item {
        box-shadow: none;
        margin: 0
    }

    .box-video-home {
        display: block;
        margin: 0 auto 17px;
        overflow: hidden
    }

    a.btn-viewall {
        display: inline-block;
        margin: 7px auto
    }

    a.btn-viewall img {
        width: 200px
    }

    .vipList {
        margin: 0;
        min-height: 48px
    }

    .vipList a {
        height: 30px;
        font-size: 14pt;
        line-height: 20px;
        padding: 5px 7px
    }

    .box-vip-grid {
        padding: 15px 0
    }

    .box-vip-grid h1.sb-title-vip {
        font-size: 30pt;
        line-height: 44px;
        height: unset;
        white-space: unset;
        overflow: unset
    }

    .box-vip-grid .article-content-vip {
        margin: 0;
        font-size: 13pt;
        line-height: 26px;
        padding: 10px
    }

    .home-phongvip-content {
        font-size: 12pt;
        line-height: 24px
    }

    .home-phongvip-content>h3.title {
        font-size: 20pt;
        line-height: 28px;
        text-align: center;
        margin: 15px 0 7px
    }

    .videoList>h1.title {
        font-size: 24pt;
        line-height: 34px
    }

    .videoList-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .videoList-grid .item a h3 {
        font-size: 16pt;
        line-height: 22px;
        max-height: 44px
    }

    .menu-cat-parent {
        margin-bottom: 15px
    }

    .menu-cat-parent a {
        font-size: 20pt;
        margin: 3px 5px
    }

    .menu-cat-parent a span {
        padding: 10px 5px
    }

    .menu-cat-child {
        min-height: 48px
    }

    .menu-cat-child a,
    .menu-cat-child span {
        height: 26px;
        font-size: 13pt;
        line-height: 15px;
        padding: 3px 7px
    }

    .menu-cat-parent a {
        height: 50px
    }

    .menu-cat-parent a:before,
    .menu-cat-parent a:after {
        width: 16px
    }

    .menu-cat-parent a span,
    .menu-cat-parent a:before,
    .menu-cat-parent a:after {
        background-size: auto 50px;
        height: 50px;
        line-height: 25px
    }

    .box-menu-slider {
        min-height: 380px
    }

    .box-menu-slider .item ul li a.menu-img {
        width: 50px;
        height: 50px;
        margin-right: 7px
    }

    .box-menu-slider .item ul li {
        font-size: 11pt;
        padding: 7px 0
    }

    .box-menu-slider .item ul li .menu-name {
        width: calc(100% - 40px - 115px)
    }

    .box-menu-slider .item ul li .menu-name strong {
        line-height: 20px;
        font-size: 13pt
    }

    .box-menu-slider .item ul li .menu-name .entry {
        padding-top: 0;
        margin-top: 3px
    }

    .box-menu-slider .item ul li .menu-price {
        width: 93px;
        margin-top: 10px
    }

    .setmenuList .item {
        margin: 15px auto;
        padding: 0;
        min-height: unset
    }

    .setmenuList .item .setmenu-desc {
        width: 100%;
        margin-right: 0;
        font-size: 13pt;
        line-height: 26px;
        padding: 10px
    }

    .setmenuList .item .setmenu-img {
        width: 250px;
        position: relative
    }

    .setmenuOptionList .item {
        margin: 10px auto
    }

    .setmenuOptionList .item .input-group .input-group-addon {
        font-size: 12pt;
        padding: 3px 5px
    }

    .setmenuOptionList .item .input-group .input-group-addon.price {
        width: 40px
    }

    .setmenuOptionList .item .input-group .input-group-addon.price {
        width: 100px
    }

    .setmenuOptionList .item .input-group select {
        font-size: 12pt;
        line-height: 24px;
        padding: 3px 5px
    }

    .setmenuOptionList .add-menu {
        font-size: 15pt;
        margin: 5px 0 20px
    }

    .setmenuOptionList .confirm-menu {
        font-size: 13pt;
        line-height: 24px;
        margin: 0 auto 10px
    }

    .news-list ul li {
        padding: 22px 0 10px 0
    }

    .news-list ul li span.date {
        font-size: 16pt;
        line-height: 22px
    }

    .news-list ul li a {
        font-size: 12pt;
        line-height: 22px
    }

    .box-article-heading h1.sb-title-article {
        font-size: 20pt;
        line-height: 28px;
        margin: 0 0 7px
    }

    .box-article-heading ul.article-info-more {
        margin-bottom: 0
    }

    .box-article-heading ul.article-info-more li {
        font-size: 16pt;
        line-height: 22px
    }

    .box-article-heading hr {
        margin-top: 10px;
        margin-bottom: 10px
    }

    .article-content>h2.headline {
        font-weight: 600;
        font-size: 12pt;
        line-height: 22px;
        margin: 0 0 7px
    }

    footer {
        margin-top: 15px
    }

    footer .contacts_address h3.title {
        font-size: 20pt;
        line-height: 28px;
        text-align: center
    }

    footer .contacts_address {
        font-size: 12pt;
        line-height: 22px;
        margin-bottom: 17px;
        text-align: center
    }

    .box-contact-home {
        background: #fff;
        margin: 17px auto 0;
        padding: 10px 0
    }

    .box-contact-home h3.title {
        font-size: 20pt;
        line-height: 28px;
        margin: 15px auto 15px
    }
}

@media(max-width:575.98px) {}

@media(min-width:1400px) {
    #navbar-menu-top ul.nav li>a {
        font-size: 24pt;
        padding: 30px 5px 33px;
    }

    #navbar-menu-top ul.nav>li ul li>a {
        font-size: 22pt;
    }
}

@media(min-width:1500px) {
    #navbar-menu-top ul.nav li>a {
        font-size: 24pt;
        padding: 30px 11px 33px;
    }

    #navbar-menu-top ul.nav>li ul li>a {
        font-size: 22pt;
    }
}

@media(max-width:1399.99px) {
    #navbar-menu-top ul.nav li>a {
        font-size: 24pt;
        padding: 30px 4px 33px;
    }

    #navbar-menu-top ul.nav>li ul li>a {
        font-size: 22pt;
    }
}

@media(max-width:1350px) {
    #navbar-menu-top ul.nav li>a {
        font-size: 23pt;
        letter-spacing: 0.8px;
        padding: 30px 3px 33px;
    }

    #navbar-menu-top ul.nav>li ul li>a {
        font-size: 21pt;
    }
}

@media(max-width:1270px) {
    #navbar-menu-top ul.nav li>a {
        font-size: 21pt;
        letter-spacing: 0.5px;
        padding: 30px 3px 33px;
    }

    #navbar-menu-top ul.nav>li ul li>a {
        font-size: 20pt;
    }
}

@media(max-width:1238px) {
    #navbar-menu-top ul.nav li>a {
        font-size: 23pt;
        font-size: 21pt;
        letter-spacing: 0.5px;
        padding: 30px 7px 33px;
    }

    #navbar-menu-top ul.nav>li ul li>a {
        font-size: 20pt;
    }
}

@media(max-width: 1199.98px) {
    #navbar-menu-top ul.nav li>a {
        font-size: 21pt;
        font-size: 20pt;
    }

    #navbar-menu-top ul.nav>li ul li>a {
        font-size: 19pt;
    }
}

@media(max-width: 1130.98px) {
    #navbar-menu-top ul.nav li>a {
        font-size: 19pt;
        font-size: 18pt;
    }

    #navbar-menu-top ul.nav>li ul li>a {
        font-size: 17pt;
    }
}

@media(max-width: 1073px) {
    #navbar-menu-top ul.nav li>a {
        font-size: 17pt;
    }

    #navbar-menu-top ul.nav>li ul li>a {
        font-size: 16pt;
    }
}

@media (max-width: 1023.98px) {
    #navbar-menu-top ul.nav>li>a {
        padding-left: 4px;
        padding-right: 4px;
        font-size: 17pt;
        letter-spacing: 0.4px;
    }

    #navbar-menu-top ul.nav>li ul li>a {
        font-size: 16pt;
    }
}

@media(max-width: 991.98px) {
    #navbar-menu-top ul.nav>li>a {
        font-size: 14pt;
        line-height: 40px;
        padding: 10px 5px 15px;
    }

    #navbar-menu-top ul.nav>li ul li>a {
        font-size: 13pt;
    }
}

@media(max-width: 820.98px) {
    #navbar-menu-top ul.nav>li>a {
        font-size: 14pt;
        padding: 10px 4px 15px;
        letter-spacing: 0;
    }

    #navbar-menu-top ul.nav>li ul li>a {
        font-size: 13pt;
    }
}

@media (max-width: 767.98px) {
    #navbar-menu-top ul.nav>li>a {
        font-size: 24pt;
        line-height: 34px;
        padding: 10px 15px;
    }

    #navbar-menu-top ul.nav>li ul li>a {
        font-size: 18pt;
    }
}