﻿@font-face {
    font-family: 'fontawesome-webfont';
    src: url('../Fonts/font-awesome-4.3.0/fonts/fontawesome-webfont.eot') format('embedded-opentype'), url('../Fonts/font-awesome-4.3.0/fonts/fontawesome-webfont.svg') format('svg'), url('../Fonts/font-awesome-4.3.0/fonts/fontawesome-webfont.ttf') format('truetype'), url('../Fonts/font-awesome-4.3.0/fonts/fontawesome-webfont.woff') format('woff'), url('../Fonts/font-awesome-4.3.0/fonts/fontawesome-webfont.woff2') format('woff2'), url('../Fonts/font-awesome-4.3.0/fonts/FontAwesome.otf') format('opentype');
}

@font-face {
    font-family: 'Muli-Bold';
    src: url('../Fonts/muli/Muli-Bold.ttf') format('truetype'), url('../Fonts/muli/Muli-BoldItalic.ttf') format('truetype'), url('../Fonts/muli/Muli-ExtraLight.ttf') format('truetype'), url('../Fonts/muli/Muli-ExtraLightItalic.ttf') format('truetype'), url('../Fonts/muli/Muli-Semi-BoldItalic.ttf') format('truetype'), url('../Fonts/muli/Muli-SemiBold.ttf') format('truetype'), url('../Fonts/muli/Muli Italic.ttf') format('truetype'), url('../Fonts/muli/Muli Light Italic.ttf') format('truetype'), url('../Fonts/muli/Muli Light.ttf') format('truetype'), url('../Fonts/muli/Muli.ttf') format('truetype');
}

body {
    font-family: Muli, sans-serif !important;
}

a {
    font-family: Muli, sans-serif !important;
}

#menu-mobile.w {
    width: 300px;
    z-index: 999999
}

#menu-mobile {
    opacity: .96;
    position: fixed;
    background: #5c758f;
    height: auto;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: -9999;
    width: 0;
    transition: 500ms ease-out;
    top: 0;
    left: 0;
    -webkit-box-shadow: 2px 2px 2px 0 rgba(221,221,221,1);
    -moz-box-shadow: 2px 2px 2px 0 rgba(221,221,221,1);
    box-shadow: 2px 2px 2px 0 rgba(221,221,221,1);
    height: 100%;
    background-color: #fff
}

    #menu-mobile .headerd {
        position: relative;
        border-bottom: 1px solid #23b14d;
        height: 40px
    }

        #menu-mobile .headerd div {
            background-color: #007ac3;
            color: #fff;
            text-transform: uppercase;
            font-weight: bold;
            font-size: 16px;
            padding: 9px;
            white-space: nowrap
        }

#btn-close-menu-child {
    color: #ddd;
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer
}

.no-ul {
    margin: 0;
    padding: 0;
    list-style: none
}

#menu-mobile li {
    position: relative
}

.menu-mobile-s li a {
    display: block;
    padding: 10px;
    border-bottom: 1px solid #fff;
    font-size: 13px;
    color: #333
}

.menu-mobile-s li i {
    position: absolute;
    right: 0;
    top: 0;
    padding: 14px;
    display: block;
    cursor: pointer;
    color: #333
}

.menuchildmible {
    display: none
}

.menu-mobile-s li .menuchildmible li a {
    padding-left: 30px;
    text-transform: capitalize
}

.menu-mobile-s li a {
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px;
    border-bottom: 1px solid #ddd;
    white-space: nowrap
}

.btn_mobile button {
    background-color: none !important;
    margin-top: 7px;
    outline: none;
    border: none
}

button.btn-menu {
    border: 0 !important;
    outline: none !important;
    background: #fff
}

.btn-menu i {
    font-style: normal !important;
    color: #dc1921 !important;
    font-size: 20px
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

    .fa-ul > li {
        position: relative
    }

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

    .fa-li.fa-lg {
        left: -1.85714286em
    }

.fa-border {
    padding: .2em .25em .15em;
    border: .08em solid #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    animation: f 2s infinite linear
}

.fa-pulse {
    animation: f 1s infinite steps(8)
}

.fa-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0,mirror=1);
    transform: scaleX(-1)
}

.fa-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2,mirror=1);
    transform: scaleY(-1)
}

:root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270 {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\F000"
}

.fa-music:before {
    content: "\F001"
}

.fa-search:before {
    content: "\F002"
}

.fa-envelope-o:before {
    content: "\F003"
}

.fa-heart:before {
    content: "\F004"
}

.fa-star:before {
    content: "\F005"
}

.fa-star-o:before {
    content: "\F006"
}

.fa-user:before {
    content: "\F007"
}

.fa-address-card-o:before {
    content: "\f2bc"
}

.fa-film:before {
    content: "\F008"
}

.fa-th-large:before {
    content: "\F009"
}

.fa-th:before {
    content: "\F00A"
}

.fa-th-list:before {
    content: "\F00B"
}

.fa-check:before {
    content: "\F00C"
}

.fa-close:before, .fa-remove:before, .fa-times:before {
    content: "\F00D"
}

.fa-search-plus:before {
    content: "\F00E"
}

.fa-search-minus:before {
    content: "\F010"
}

.fa-power-off:before {
    content: "\F011"
}

.fa-signal:before {
    content: "\F012"
}

.fa-cog:before, .fa-gear:before {
    content: "\F013"
}

.fa-trash-o:before {
    content: "\F014"
}

.fa-home:before {
    content: "\F015"
}

.fa-file-o:before {
    content: "\F016"
}

.fa-clock-o:before {
    content: "\F017"
}

.fa-road:before {
    content: "\F018"
}

.fa-download:before {
    content: "\F019"
}

.fa-arrow-circle-o-down:before {
    content: "\F01A"
}

.fa-arrow-circle-o-up:before {
    content: "\F01B"
}

.fa-inbox:before {
    content: "\F01C"
}

.fa-play-circle-o:before {
    content: "\F01D"
}

.fa-repeat:before, .fa-rotate-right:before {
    content: "\F01E"
}

.fa-refresh:before {
    content: "\F021"
}

.fa-list-alt:before {
    content: "\F022"
}

.fa-lock:before {
    content: "\F023"
}

.fa-flag:before {
    content: "\F024"
}

.fa-headphones:before {
    content: "\F025"
}

.fa-volume-off:before {
    content: "\F026"
}

.fa-volume-down:before {
    content: "\F027"
}

.fa-volume-up:before {
    content: "\F028"
}

.fa-qrcode:before {
    content: "\F029"
}

.fa-barcode:before {
    content: "\F02A"
}

.fa-tag:before {
    content: "\F02B"
}

.fa-tags:before {
    content: "\F02C"
}

.fa-book:before {
    content: "\F02D"
}

.fa-bookmark:before {
    content: "\F02E"
}

.fa-print:before {
    content: "\F02F"
}

.fa-camera:before {
    content: "\F030"
}

.fa-font:before {
    content: "\F031"
}

.fa-bold:before {
    content: "\F032"
}

.fa-italic:before {
    content: "\F033"
}

.fa-text-height:before {
    content: "\F034"
}

.fa-text-width:before {
    content: "\F035"
}

.fa-align-left:before {
    content: "\F036"
}

.fa-align-center:before {
    content: "\F037"
}

.fa-align-right:before {
    content: "\F038"
}

.fa-align-justify:before {
    content: "\F039"
}

.fa-list:before {
    content: "\F03A"
}

.fa-dedent:before, .fa-outdent:before {
    content: "\F03B"
}

.fa-indent:before {
    content: "\F03C"
}

.fa-video-camera:before {
    content: "\F03D"
}

.fa-image:before, .fa-photo:before, .fa-picture-o:before {
    content: "\F03E"
}

.fa-pencil:before {
    content: "\F040"
}

.fa-map-marker:before {
    content: "\F041"
}

.fa-adjust:before {
    content: "\F042"
}

.fa-tint:before {
    content: "\F043"
}

.fa-edit:before, .fa-pencil-square-o:before {
    content: "\F044"
}

.fa-share-square-o:before {
    content: "\F045"
}

.fa-check-square-o:before {
    content: "\F046"
}

.fa-arrows:before {
    content: "\F047"
}

.fa-step-backward:before {
    content: "\F048"
}

.fa-fast-backward:before {
    content: "\F049"
}

.fa-backward:before {
    content: "\F04A"
}

.fa-play:before {
    content: "\F04B"
}

.fa-pause:before {
    content: "\F04C"
}

.fa-stop:before {
    content: "\F04D"
}

.fa-forward:before {
    content: "\F04E"
}

.fa-fast-forward:before {
    content: "\F050"
}

.fa-step-forward:before {
    content: "\F051"
}

.fa-eject:before {
    content: "\F052"
}

.fa-chevron-left:before {
    content: "\F053"
}

.fa-chevron-right:before {
    content: "\F054"
}

.fa-plus-circle:before {
    content: "\F055"
}

.fa-minus-circle:before {
    content: "\F056"
}

.fa-times-circle:before {
    content: "\F057"
}

.fa-check-circle:before {
    content: "\F058"
}

.fa-question-circle:before {
    content: "\F059"
}

.fa-info-circle:before {
    content: "\F05A"
}

.fa-crosshairs:before {
    content: "\F05B"
}

.fa-times-circle-o:before {
    content: "\F05C"
}

.fa-check-circle-o:before {
    content: "\F05D"
}

.fa-ban:before {
    content: "\F05E"
}

.fa-arrow-left:before {
    content: "\F060"
}

.fa-arrow-right:before {
    content: "\F061"
}

.fa-arrow-up:before {
    content: "\F062"
}

.fa-arrow-down:before {
    content: "\F063"
}

.fa-mail-forward:before, .fa-share:before {
    content: "\F064"
}

.fa-expand:before {
    content: "\F065"
}

.fa-compress:before {
    content: "\F066"
}

.fa-plus:before {
    content: "\F067"
}

.fa-minus:before {
    content: "\F068"
}

.fa-asterisk:before {
    content: "\F069"
}

.fa-exclamation-circle:before {
    content: "\F06A"
}

.fa-gift:before {
    content: "\F06B"
}

.fa-leaf:before {
    content: "\F06C"
}

.fa-fire:before {
    content: "\F06D"
}

.fa-eye:before {
    content: "\F06E"
}

.fa-eye-slash:before {
    content: "\F070"
}

.fa-exclamation-triangle:before, .fa-warning:before {
    content: "\F071"
}

.fa-plane:before {
    content: "\F072"
}

.fa-calendar:before {
    content: "\F073"
}

.fa-random:before {
    content: "\F074"
}

.fa-comment:before {
    content: "\F075"
}

.fa-magnet:before {
    content: "\F076"
}

.fa-chevron-up:before {
    content: "\F077"
}

.fa-chevron-down:before {
    content: "\F078"
}

.fa-retweet:before {
    content: "\F079"
}

.fa-shopping-cart:before {
    content: "\F07A"
}

.fa-folder:before {
    content: "\F07B"
}

.fa-folder-open:before {
    content: "\F07C"
}

.fa-arrows-v:before {
    content: "\F07D"
}

.fa-arrows-h:before {
    content: "\F07E"
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
    content: "\F080"
}

.fa-twitter-square:before {
    content: "\F081"
}

.fa-facebook-square:before {
    content: "\F082"
}

.fa-camera-retro:before {
    content: "\F083"
}

.fa-key:before {
    content: "\F084"
}

.fa-cogs:before, .fa-gears:before {
    content: "\F085"
}

.fa-comments:before {
    content: "\F086"
}

.fa-thumbs-o-up:before {
    content: "\F087"
}

.fa-thumbs-o-down:before {
    content: "\F088"
}

.fa-star-half:before {
    content: "\F089"
}

.fa-heart-o:before {
    content: "\F08A"
}

.fa-sign-out:before {
    content: "\F08B"
}

.fa-linkedin-square:before {
    content: "\F08C"
}

.fa-thumb-tack:before {
    content: "\F08D"
}

.fa-external-link:before {
    content: "\F08E"
}

.fa-sign-in:before {
    content: "\F090"
}

.fa-trophy:before {
    content: "\F091"
}

.fa-github-square:before {
    content: "\F092"
}

.fa-upload:before {
    content: "\F093"
}

.fa-lemon-o:before {
    content: "\F094"
}

.fa-phone:before {
    content: "\F095"
}

.fa-square-o:before {
    content: "\F096"
}

.fa-bookmark-o:before {
    content: "\F097"
}

.fa-phone-square:before {
    content: "\F098"
}

.fa-twitter:before {
    content: "\F099"
}

.fa-facebook-f:before, .fa-facebook:before {
    content: "\F09A"
}

.fa-github:before {
    content: "\F09B"
}

.fa-unlock:before {
    content: "\F09C"
}

.fa-credit-card:before {
    content: "\F09D"
}

.fa-feed:before, .fa-rss:before {
    content: "\F09E"
}

.fa-hdd-o:before {
    content: "\F0A0"
}

.fa-bullhorn:before {
    content: "\F0A1"
}

.fa-bell:before {
    content: "\F0F3"
}

.fa-certificate:before {
    content: "\F0A3"
}

.fa-hand-o-right:before {
    content: "\F0A4"
}

.fa-hand-o-left:before {
    content: "\F0A5"
}

.fa-hand-o-up:before {
    content: "\F0A6"
}

.fa-hand-o-down:before {
    content: "\F0A7"
}

.fa-arrow-circle-left:before {
    content: "\F0A8"
}

.fa-arrow-circle-right:before {
    content: "\F0A9"
}

.fa-arrow-circle-up:before {
    content: "\F0AA"
}

.fa-arrow-circle-down:before {
    content: "\F0AB"
}

.fa-globe:before {
    content: "\F0AC"
}

.fa-wrench:before {
    content: "\F0AD"
}

.fa-tasks:before {
    content: "\F0AE"
}

.fa-filter:before {
    content: "\F0B0"
}

.fa-briefcase:before {
    content: "\F0B1"
}

.fa-arrows-alt:before {
    content: "\F0B2"
}

.fa-group:before, .fa-users:before {
    content: "\F0C0"
}

.fa-chain:before, .fa-link:before {
    content: "\F0C1"
}

.fa-cloud:before {
    content: "\F0C2"
}

.fa-flask:before {
    content: "\F0C3"
}

.fa-cut:before, .fa-scissors:before {
    content: "\F0C4"
}

.fa-copy:before, .fa-files-o:before {
    content: "\F0C5"
}

.fa-paperclip:before {
    content: "\F0C6"
}

.fa-floppy-o:before, .fa-save:before {
    content: "\F0C7"
}

.fa-square:before {
    content: "\F0C8"
}

.fa-bars:before, .fa-navicon:before, .fa-reorder:before {
    content: "\F0C9"
}

.fa-list-ul:before {
    content: "\F0CA"
}

.fa-list-ol:before {
    content: "\F0CB"
}

.fa-strikethrough:before {
    content: "\F0CC"
}

.fa-underline:before {
    content: "\F0CD"
}

.fa-table:before {
    content: "\F0CE"
}

.fa-magic:before {
    content: "\F0D0"
}

.fa-truck:before {
    content: "\F0D1"
}

.fa-pinterest:before {
    content: "\F0D2"
}

.fa-pinterest-square:before {
    content: "\F0D3"
}

.fa-google-plus-square:before {
    content: "\F0D4"
}

.fa-google-plus:before {
    content: "\F0D5"
}

.fa-money:before {
    content: "\F0D6"
}

.fa-caret-down:before {
    content: "\F0D7"
}

.fa-caret-up:before {
    content: "\F0D8"
}

.fa-caret-left:before {
    content: "\F0D9"
}

.fa-caret-right:before {
    content: "\F0DA"
}

.fa-columns:before {
    content: "\F0DB"
}

.fa-sort:before, .fa-unsorted:before {
    content: "\F0DC"
}

.fa-sort-desc:before, .fa-sort-down:before {
    content: "\F0DD"
}

.fa-sort-asc:before, .fa-sort-up:before {
    content: "\F0DE"
}

.fa-envelope:before {
    content: "\F0E0"
}

.fa-linkedin:before {
    content: "\F0E1"
}

.fa-rotate-left:before, .fa-undo:before {
    content: "\F0E2"
}

.fa-gavel:before, .fa-legal:before {
    content: "\F0E3"
}

.fa-dashboard:before, .fa-tachometer:before {
    content: "\F0E4"
}

.fa-comment-o:before {
    content: "\F0E5"
}

.fa-comments-o:before {
    content: "\F0E6"
}

.fa-bolt:before, .fa-flash:before {
    content: "\F0E7"
}

.fa-sitemap:before {
    content: "\F0E8"
}

.fa-umbrella:before {
    content: "\F0E9"
}

.fa-clipboard:before, .fa-paste:before {
    content: "\F0EA"
}

.fa-lightbulb-o:before {
    content: "\F0EB"
}

.fa-exchange:before {
    content: "\F0EC"
}

.fa-cloud-download:before {
    content: "\F0ED"
}

.fa-cloud-upload:before {
    content: "\F0EE"
}

.fa-user-md:before {
    content: "\F0F0"
}

.fa-stethoscope:before {
    content: "\F0F1"
}

.fa-suitcase:before {
    content: "\F0F2"
}

.fa-bell-o:before {
    content: "\F0A2"
}

.fa-coffee:before {
    content: "\F0F4"
}

.fa-cutlery:before {
    content: "\F0F5"
}

.fa-file-text-o:before {
    content: "\F0F6"
}

.fa-building-o:before {
    content: "\F0F7"
}

.fa-hospital-o:before {
    content: "\F0F8"
}

.fa-ambulance:before {
    content: "\F0F9"
}

.fa-medkit:before {
    content: "\F0FA"
}

.fa-fighter-jet:before {
    content: "\F0FB"
}

.fa-beer:before {
    content: "\F0FC"
}

.fa-h-square:before {
    content: "\F0FD"
}

.fa-plus-square:before {
    content: "\F0FE"
}

.fa-angle-double-left:before {
    content: "\F100"
}

.fa-angle-double-right:before {
    content: "\F101"
}

.fa-angle-double-up:before {
    content: "\F102"
}

.fa-angle-double-down:before {
    content: "\F103"
}

.fa-angle-left:before {
    content: "\F104"
}

.fa-angle-right:before {
    content: "\F105"
}

.fa-angle-up:before {
    content: "\F106"
}

.fa-angle-down:before {
    content: "\F107"
}

.fa-desktop:before {
    content: "\F108"
}

.fa-laptop:before {
    content: "\F109"
}

.fa-tablet:before {
    content: "\F10A"
}

.fa-mobile-phone:before, .fa-mobile:before {
    content: "\F10B"
}

.fa-circle-o:before {
    content: "\F10C"
}

.fa-quote-left:before {
    content: "\F10D"
}

.fa-quote-right:before {
    content: "\F10E"
}

.fa-spinner:before {
    content: "\F110"
}

.fa-circle:before {
    content: "\F111"
}

.fa-mail-reply:before, .fa-reply:before {
    content: "\F112"
}

.fa-github-alt:before {
    content: "\F113"
}

.fa-folder-o:before {
    content: "\F114"
}

.fa-folder-open-o:before {
    content: "\F115"
}

.fa-smile-o:before {
    content: "\F118"
}

.fa-frown-o:before {
    content: "\F119"
}

.fa-meh-o:before {
    content: "\F11A"
}

.fa-gamepad:before {
    content: "\F11B"
}

.fa-keyboard-o:before {
    content: "\F11C"
}

.fa-flag-o:before {
    content: "\F11D"
}

.fa-flag-checkered:before {
    content: "\F11E"
}

.fa-terminal:before {
    content: "\F120"
}

.fa-code:before {
    content: "\F121"
}

.fa-mail-reply-all:before, .fa-reply-all:before {
    content: "\F122"
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
    content: "\F123"
}

.fa-location-arrow:before {
    content: "\F124"
}

.fa-crop:before {
    content: "\F125"
}

.fa-code-fork:before {
    content: "\F126"
}

.fa-chain-broken:before, .fa-unlink:before {
    content: "\F127"
}

.fa-question:before {
    content: "\F128"
}

.fa-info:before {
    content: "\F129"
}

.fa-exclamation:before {
    content: "\F12A"
}

.fa-superscript:before {
    content: "\F12B"
}

.fa-subscript:before {
    content: "\F12C"
}

.fa-eraser:before {
    content: "\F12D"
}

.fa-puzzle-piece:before {
    content: "\F12E"
}

.fa-microphone:before {
    content: "\F130"
}

.fa-microphone-slash:before {
    content: "\F131"
}

.fa-shield:before {
    content: "\F132"
}

.fa-calendar-o:before {
    content: "\F133"
}

.fa-fire-extinguisher:before {
    content: "\F134"
}

.fa-rocket:before {
    content: "\F135"
}

.fa-maxcdn:before {
    content: "\F136"
}

.fa-chevron-circle-left:before {
    content: "\F137"
}

.fa-chevron-circle-right:before {
    content: "\F138"
}

.fa-chevron-circle-up:before {
    content: "\F139"
}

.fa-chevron-circle-down:before {
    content: "\F13A"
}

.fa-html5:before {
    content: "\F13B"
}

.fa-css3:before {
    content: "\F13C"
}

.fa-anchor:before {
    content: "\F13D"
}

.fa-unlock-alt:before {
    content: "\F13E"
}

.fa-bullseye:before {
    content: "\F140"
}

.fa-ellipsis-h:before {
    content: "\F141"
}

.fa-ellipsis-v:before {
    content: "\F142"
}

.fa-rss-square:before {
    content: "\F143"
}

.fa-play-circle:before {
    content: "\F144"
}

.fa-ticket:before {
    content: "\F145"
}

.fa-minus-square:before {
    content: "\F146"
}

.fa-minus-square-o:before {
    content: "\F147"
}

.fa-level-up:before {
    content: "\F148"
}

.fa-level-down:before {
    content: "\F149"
}

.fa-check-square:before {
    content: "\F14A"
}

.fa-pencil-square:before {
    content: "\F14B"
}

.fa-external-link-square:before {
    content: "\F14C"
}

.fa-share-square:before {
    content: "\F14D"
}

.fa-compass:before {
    content: "\F14E"
}

.fa-caret-square-o-down:before, .fa-toggle-down:before {
    content: "\F150"
}

.fa-caret-square-o-up:before, .fa-toggle-up:before {
    content: "\F151"
}

.fa-caret-square-o-right:before, .fa-toggle-right:before {
    content: "\F152"
}

.fa-eur:before, .fa-euro:before {
    content: "\F153"
}

.fa-gbp:before {
    content: "\F154"
}

.fa-dollar:before, .fa-usd:before {
    content: "\F155"
}

.fa-inr:before, .fa-rupee:before {
    content: "\F156"
}

.fa-cny:before, .fa-jpy:before, .fa-rmb:before, .fa-yen:before {
    content: "\F157"
}

.fa-rouble:before, .fa-rub:before, .fa-ruble:before {
    content: "\F158"
}

.fa-krw:before, .fa-won:before {
    content: "\F159"
}

.fa-bitcoin:before, .fa-btc:before {
    content: "\F15A"
}

.fa-file:before {
    content: "\F15B"
}

.fa-file-text:before {
    content: "\F15C"
}

.fa-sort-alpha-asc:before {
    content: "\F15D"
}

.fa-sort-alpha-desc:before {
    content: "\F15E"
}

.fa-sort-amount-asc:before {
    content: "\F160"
}

.fa-sort-amount-desc:before {
    content: "\F161"
}

.fa-sort-numeric-asc:before {
    content: "\F162"
}

.fa-sort-numeric-desc:before {
    content: "\F163"
}

.fa-thumbs-up:before {
    content: "\F164"
}

.fa-thumbs-down:before {
    content: "\F165"
}

.fa-youtube-square:before {
    content: "\F166"
}

.fa-youtube:before {
    content: "\F167"
}

.fa-xing:before {
    content: "\F168"
}

.fa-xing-square:before {
    content: "\F169"
}

.fa-youtube-play:before {
    content: "\F16A"
}

.fa-dropbox:before {
    content: "\F16B"
}

.fa-stack-overflow:before {
    content: "\F16C"
}

.fa-instagram:before {
    content: "\F16D"
}

.fa-flickr:before {
    content: "\F16E"
}

.fa-adn:before {
    content: "\F170"
}

.fa-bitbucket:before {
    content: "\F171"
}

.fa-bitbucket-square:before {
    content: "\F172"
}

.fa-tumblr:before {
    content: "\F173"
}

.fa-tumblr-square:before {
    content: "\F174"
}

.fa-long-arrow-down:before {
    content: "\F175"
}

.fa-long-arrow-up:before {
    content: "\F176"
}

.fa-long-arrow-left:before {
    content: "\F177"
}

.fa-long-arrow-right:before {
    content: "\F178"
}

.fa-apple:before {
    content: "\F179"
}

.fa-windows:before {
    content: "\F17A"
}

.fa-android:before {
    content: "\F17B"
}

.fa-linux:before {
    content: "\F17C"
}

.fa-dribbble:before {
    content: "\F17D"
}

.fa-skype:before {
    content: "\F17E"
}

.fa-foursquare:before {
    content: "\F180"
}

.fa-trello:before {
    content: "\F181"
}

.fa-female:before {
    content: "\F182"
}

.fa-male:before {
    content: "\F183"
}

.fa-gittip:before, .fa-gratipay:before {
    content: "\F184"
}

.fa-sun-o:before {
    content: "\F185"
}

.fa-moon-o:before {
    content: "\F186"
}

.fa-archive:before {
    content: "\F187"
}

.fa-bug:before {
    content: "\F188"
}

.fa-vk:before {
    content: "\F189"
}

.fa-weibo:before {
    content: "\F18A"
}

.fa-renren:before {
    content: "\F18B"
}

.fa-pagelines:before {
    content: "\F18C"
}

.fa-stack-exchange:before {
    content: "\F18D"
}

.fa-arrow-circle-o-right:before {
    content: "\F18E"
}

.fa-arrow-circle-o-left:before {
    content: "\F190"
}

.fa-caret-square-o-left:before, .fa-toggle-left:before {
    content: "\F191"
}

.fa-dot-circle-o:before {
    content: "\F192"
}

.fa-wheelchair:before {
    content: "\F193"
}

.fa-vimeo-square:before {
    content: "\F194"
}

.fa-try:before, .fa-turkish-lira:before {
    content: "\F195"
}

.fa-plus-square-o:before {
    content: "\F196"
}

.fa-space-shuttle:before {
    content: "\F197"
}

.fa-slack:before {
    content: "\F198"
}

.fa-envelope-square:before {
    content: "\F199"
}

.fa-wordpress:before {
    content: "\F19A"
}

.fa-openid:before {
    content: "\F19B"
}

.fa-bank:before, .fa-institution:before, .fa-university:before {
    content: "\F19C"
}

.fa-graduation-cap:before, .fa-mortar-board:before {
    content: "\F19D"
}

.fa-yahoo:before {
    content: "\F19E"
}

.fa-google:before {
    content: "\F1A0"
}

.fa-reddit:before {
    content: "\F1A1"
}

.fa-reddit-square:before {
    content: "\F1A2"
}

.fa-stumbleupon-circle:before {
    content: "\F1A3"
}

.fa-stumbleupon:before {
    content: "\F1A4"
}

.fa-delicious:before {
    content: "\F1A5"
}

.fa-digg:before {
    content: "\F1A6"
}

.fa-pied-piper:before {
    content: "\F1A7"
}

.fa-pied-piper-alt:before {
    content: "\F1A8"
}

.fa-drupal:before {
    content: "\F1A9"
}

.fa-joomla:before {
    content: "\F1AA"
}

.fa-language:before {
    content: "\F1AB"
}

.fa-fax:before {
    content: "\F1AC"
}

.fa-building:before {
    content: "\F1AD"
}

.fa-child:before {
    content: "\F1AE"
}

.fa-paw:before {
    content: "\F1B0"
}

.fa-spoon:before {
    content: "\F1B1"
}

.fa-cube:before {
    content: "\F1B2"
}

.fa-cubes:before {
    content: "\F1B3"
}

.fa-behance:before {
    content: "\F1B4"
}

.fa-behance-square:before {
    content: "\F1B5"
}

.fa-steam:before {
    content: "\F1B6"
}

.fa-steam-square:before {
    content: "\F1B7"
}

.fa-recycle:before {
    content: "\F1B8"
}

.fa-automobile:before, .fa-car:before {
    content: "\F1B9"
}

.fa-cab:before, .fa-taxi:before {
    content: "\F1BA"
}

.fa-tree:before {
    content: "\F1BB"
}

.fa-spotify:before {
    content: "\F1BC"
}

.fa-deviantart:before {
    content: "\F1BD"
}

.fa-soundcloud:before {
    content: "\F1BE"
}

.fa-database:before {
    content: "\F1C0"
}

.fa-file-pdf-o:before {
    content: "\F1C1"
}

.fa-file-word-o:before {
    content: "\F1C2"
}

.fa-file-excel-o:before {
    content: "\F1C3"
}

.fa-file-powerpoint-o:before {
    content: "\F1C4"
}

.fa-file-image-o:before, .fa-file-photo-o:before, .fa-file-picture-o:before {
    content: "\F1C5"
}

.fa-file-archive-o:before, .fa-file-zip-o:before {
    content: "\F1C6"
}

.fa-file-audio-o:before, .fa-file-sound-o:before {
    content: "\F1C7"
}

.fa-file-movie-o:before, .fa-file-video-o:before {
    content: "\F1C8"
}

.fa-file-code-o:before {
    content: "\F1C9"
}

.fa-vine:before {
    content: "\F1CA"
}

.fa-codepen:before {
    content: "\F1CB"
}

.fa-jsfiddle:before {
    content: "\F1CC"
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-ring:before, .fa-life-saver:before, .fa-support:before {
    content: "\F1CD"
}

.fa-circle-o-notch:before {
    content: "\F1CE"
}

.fa-ra:before, .fa-rebel:before {
    content: "\F1D0"
}

.fa-empire:before, .fa-ge:before {
    content: "\F1D1"
}

.fa-git-square:before {
    content: "\F1D2"
}

.fa-git:before {
    content: "\F1D3"
}

.fa-hacker-news:before, .fa-y-combinator-square:before, .fa-yc-square:before {
    content: "\F1D4"
}

.fa-tencent-weibo:before {
    content: "\F1D5"
}

.fa-qq:before {
    content: "\F1D6"
}

.fa-wechat:before, .fa-weixin:before {
    content: "\F1D7"
}

.fa-paper-plane:before, .fa-send:before {
    content: "\F1D8"
}

.fa-paper-plane-o:before, .fa-send-o:before {
    content: "\F1D9"
}

.fa-history:before {
    content: "\F1DA"
}

.fa-circle-thin:before {
    content: "\F1DB"
}

.fa-header:before {
    content: "\F1DC"
}

.fa-paragraph:before {
    content: "\F1DD"
}

.fa-sliders:before {
    content: "\F1DE"
}

.fa-share-alt:before {
    content: "\F1E0"
}

.fa-share-alt-square:before {
    content: "\F1E1"
}

.fa-bomb:before {
    content: "\F1E2"
}

.fa-futbol-o:before, .fa-soccer-ball-o:before {
    content: "\F1E3"
}

.fa-tty:before {
    content: "\F1E4"
}

.fa-binoculars:before {
    content: "\F1E5"
}

.fa-plug:before {
    content: "\F1E6"
}

.fa-slideshare:before {
    content: "\F1E7"
}

.fa-twitch:before {
    content: "\F1E8"
}

.fa-yelp:before {
    content: "\F1E9"
}

.fa-newspaper-o:before {
    content: "\F1EA"
}

.fa-wifi:before {
    content: "\F1EB"
}

.fa-calculator:before {
    content: "\F1EC"
}

.fa-paypal:before {
    content: "\F1ED"
}

.fa-google-wallet:before {
    content: "\F1EE"
}

.fa-cc-visa:before {
    content: "\F1F0"
}

.fa-cc-mastercard:before {
    content: "\F1F1"
}

.fa-cc-discover:before {
    content: "\F1F2"
}

.fa-cc-amex:before {
    content: "\F1F3"
}

.fa-cc-paypal:before {
    content: "\F1F4"
}

.fa-cc-stripe:before {
    content: "\F1F5"
}

.fa-bell-slash:before {
    content: "\F1F6"
}

.fa-bell-slash-o:before {
    content: "\F1F7"
}

.fa-trash:before {
    content: "\F1F8"
}

.fa-copyright:before {
    content: "\F1F9"
}

.fa-at:before {
    content: "\F1FA"
}

.fa-eyedropper:before {
    content: "\F1FB"
}

.fa-paint-brush:before {
    content: "\F1FC"
}

.fa-birthday-cake:before {
    content: "\F1FD"
}

.fa-area-chart:before {
    content: "\F1FE"
}

.fa-pie-chart:before {
    content: "\F200"
}

.fa-line-chart:before {
    content: "\F201"
}

.fa-lastfm:before {
    content: "\F202"
}

.fa-lastfm-square:before {
    content: "\F203"
}

.fa-toggle-off:before {
    content: "\F204"
}

.fa-toggle-on:before {
    content: "\F205"
}

.fa-bicycle:before {
    content: "\F206"
}

.fa-bus:before {
    content: "\F207"
}

.fa-ioxhost:before {
    content: "\F208"
}

.fa-angellist:before {
    content: "\F209"
}

.fa-cc:before {
    content: "\F20A"
}

.fa-ils:before, .fa-shekel:before, .fa-sheqel:before {
    content: "\F20B"
}

.fa-meanpath:before {
    content: "\F20C"
}

.fa-buysellads:before {
    content: "\F20D"
}

.fa-connectdevelop:before {
    content: "\F20E"
}

.fa-dashcube:before {
    content: "\F210"
}

.fa-forumbee:before {
    content: "\F211"
}

.fa-leanpub:before {
    content: "\F212"
}

.fa-sellsy:before {
    content: "\F213"
}

.fa-shirtsinbulk:before {
    content: "\F214"
}

.fa-simplybuilt:before {
    content: "\F215"
}

.fa-skyatlas:before {
    content: "\F216"
}

.fa-cart-plus:before {
    content: "\F217"
}

.fa-cart-arrow-down:before {
    content: "\F218"
}

.fa-diamond:before {
    content: "\F219"
}

.fa-ship:before {
    content: "\F21A"
}

.fa-user-secret:before {
    content: "\F21B"
}

.fa-motorcycle:before {
    content: "\F21C"
}

.fa-street-view:before {
    content: "\F21D"
}

.fa-heartbeat:before {
    content: "\F21E"
}

.fa-venus:before {
    content: "\F221"
}

.fa-mars:before {
    content: "\F222"
}

.fa-mercury:before {
    content: "\F223"
}

.fa-intersex:before, .fa-transgender:before {
    content: "\F224"
}

.fa-transgender-alt:before {
    content: "\F225"
}

.fa-venus-double:before {
    content: "\F226"
}

.fa-mars-double:before {
    content: "\F227"
}

.fa-venus-mars:before {
    content: "\F228"
}

.fa-mars-stroke:before {
    content: "\F229"
}

.fa-mars-stroke-v:before {
    content: "\F22A"
}

.fa-mars-stroke-h:before {
    content: "\F22B"
}

.fa-neuter:before {
    content: "\F22C"
}

.fa-genderless:before {
    content: "\F22D"
}

.fa-facebook-official:before {
    content: "\F230"
}

.fa-pinterest-p:before {
    content: "\F231"
}

.fa-whatsapp:before {
    content: "\F232"
}

.fa-server:before {
    content: "\F233"
}

.fa-user-plus:before {
    content: "\F234"
}

.fa-user-times:before {
    content: "\F235"
}

.fa-bed:before, .fa-hotel:before {
    content: "\F236"
}

.fa-viacoin:before {
    content: "\F237"
}

.fa-train:before {
    content: "\F238"
}

.fa-subway:before {
    content: "\F239"
}

.fa-medium:before {
    content: "\F23A"
}

.fa-y-combinator:before, .fa-yc:before {
    content: "\F23B"
}

.fa-optin-monster:before {
    content: "\F23C"
}

.fa-opencart:before {
    content: "\F23D"
}

.fa-expeditedssl:before {
    content: "\F23E"
}

.fa-battery-4:before, .fa-battery-full:before {
    content: "\F240"
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
    content: "\F241"
}

.fa-battery-2:before, .fa-battery-half:before {
    content: "\F242"
}

.fa-battery-1:before, .fa-battery-quarter:before {
    content: "\F243"
}

.fa-battery-0:before, .fa-battery-empty:before {
    content: "\F244"
}

.fa-mouse-pointer:before {
    content: "\F245"
}

.fa-i-cursor:before {
    content: "\F246"
}

.fa-object-group:before {
    content: "\F247"
}

.fa-object-ungroup:before {
    content: "\F248"
}

.fa-sticky-note:before {
    content: "\F249"
}

.fa-sticky-note-o:before {
    content: "\F24A"
}

.fa-cc-jcb:before {
    content: "\F24B"
}

.fa-cc-diners-club:before {
    content: "\F24C"
}

.fa-clone:before {
    content: "\F24D"
}

.fa-balance-scale:before {
    content: "\F24E"
}

.fa-hourglass-o:before {
    content: "\F250"
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
    content: "\F251"
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
    content: "\F252"
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
    content: "\F253"
}

.fa-hourglass:before {
    content: "\F254"
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
    content: "\F255"
}

.fa-hand-paper-o:before, .fa-hand-stop-o:before {
    content: "\F256"
}

.fa-hand-scissors-o:before {
    content: "\F257"
}

.fa-hand-lizard-o:before {
    content: "\F258"
}

.fa-hand-spock-o:before {
    content: "\F259"
}

.fa-hand-pointer-o:before {
    content: "\F25A"
}

.fa-hand-peace-o:before {
    content: "\F25B"
}

.fa-trademark:before {
    content: "\F25C"
}

.fa-registered:before {
    content: "\F25D"
}

.fa-creative-commons:before {
    content: "\F25E"
}

.fa-gg:before {
    content: "\F260"
}

.fa-gg-circle:before {
    content: "\F261"
}

.fa-tripadvisor:before {
    content: "\F262"
}

.fa-odnoklassniki:before {
    content: "\F263"
}

.fa-odnoklassniki-square:before {
    content: "\F264"
}

.fa-get-pocket:before {
    content: "\F265"
}

.fa-wikipedia-w:before {
    content: "\F266"
}

.fa-safari:before {
    content: "\F267"
}

.fa-chrome:before {
    content: "\F268"
}

.fa-firefox:before {
    content: "\F269"
}

.fa-opera:before {
    content: "\F26A"
}

.fa-internet-explorer:before {
    content: "\F26B"
}

.fa-television:before, .fa-tv:before {
    content: "\F26C"
}

.fa-contao:before {
    content: "\F26D"
}

.fa-500px:before {
    content: "\F26E"
}

.fa-amazon:before {
    content: "\F270"
}

.fa-calendar-plus-o:before {
    content: "\F271"
}

.fa-calendar-minus-o:before {
    content: "\F272"
}

.fa-calendar-times-o:before {
    content: "\F273"
}

.fa-calendar-check-o:before {
    content: "\F274"
}

.fa-industry:before {
    content: "\F275"
}

.fa-map-pin:before {
    content: "\F276"
}

.fa-map-signs:before {
    content: "\F277"
}

.fa-map-o:before {
    content: "\F278"
}

.fa-map:before {
    content: "\F279"
}

.fa-commenting:before {
    content: "\F27A"
}

.fa-commenting-o:before {
    content: "\F27B"
}

.fa-houzz:before {
    content: "\F27C"
}

.fa-vimeo:before {
    content: "\F27D"
}

.fa-black-tie:before {
    content: "\F27E"
}

.fa-fonticons:before {
    content: "\F280"
}

.smartsoft {
    bottom: 50px;
    left: 0;
    display: block;
    position: relative
}

.smartsoft-ph-circle, .smartsoft-ph-circle-fill, .smartsoft-ph-img-circle {
    position: absolute;
    transform-origin: 50% 50% 0
}

.smartsoft-phone.smartsoft-static {
    opacity: .8
}

.smartsoft-phone.smartsoft-hover {
    opacity: .5
}

.smartsoft-ph-circle {
    animation: 1.2s ease-in-out 0s normal none infinite running b;
    background-color: transparent;
    border: 2px solid rgba(30,30,30,.4);
    border-radius: 100%;
    left: 20px;
    opacity: .1;
    top: -20px;
    transition: all .5s ease 0s;
    width: 160px;
    height: 160px
}

.smartsoft-phone.smartsoft-active .smartsoft-ph-circle {
    animation: 1.1s ease-in-out 0s normal none infinite running b !important
}

.smartsoft-phone.smartsoft-static .smartsoft-ph-circle {
    animation: 2.2s ease-in-out 0s normal none infinite running b !important
}

.smartsoft-phone.smartsoft-hover .smartsoft-ph-circle {
    border-color: #2b22e0;
    opacity: .5
}

.smartsoft-phone.smartsoft-green.smartsoft-hover .smartsoft-ph-circle {
    border-color: #ec1019;
    opacity: .5
}

.smartsoft-phone.smartsoft-green .smartsoft-ph-circle {
    border-color: #2b22e0;
    opacity: .5
}

.smartsoft-phone.smartsoft-gray.smartsoft-hover .smartsoft-ph-circle {
    border-color: rgba(244,11,131,.96);
    opacity: .5
}

.smartsoft-phone.smartsoft-gray .smartsoft-ph-circle {
    border-color: #2b22e0;
    opacity: .5
}

.smartsoft-ph-circle-fill {
    animation: 2.3s ease-in-out 0s normal none infinite running c;
    background-color: #000;
    border: 2px solid transparent;
    border-radius: 100%;
    height: 100px;
    left: 50px;
    opacity: .1;
    top: 10px;
    transition: all .5s ease 0s;
    width: 100px
}

.smartsoft-phone.smartsoft-active .smartsoft-ph-circle-fill {
    animation: 1.7s ease-in-out 0s normal none infinite running c !important
}

.smartsoft-phone.smartsoft-static .smartsoft-ph-circle-fill {
    animation: 2.3s ease-in-out 0s normal none infinite running c !important;
    opacity: 0 !important
}

.smartsoft-phone.smartsoft-gray.smartsoft-hover .smartsoft-ph-circle-fill, .smartsoft-phone.smartsoft-gray .smartsoft-ph-circle-fill, .smartsoft-phone.smartsoft-green.smartsoft-hover .smartsoft-ph-circle-fill, .smartsoft-phone.smartsoft-green .smartsoft-ph-circle-fill, .smartsoft-phone.smartsoft-hover .smartsoft-ph-circle-fill {
    background-color: #2b22e0;
    opacity: .75 !important
}

.smartsoft-ph-img-circle {
    animation: 1s ease-in-out 0s normal none infinite running d;
    background-color: rgba(30,30,30,.1);
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAACXBIWXMAAAsTAAALEwEAmpwYAAABNmlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjarY6xSsNQFEDPi6LiUCsEcXB4kygotupgxqQtRRCs1SHJ1qShSmkSXl7VfoSjWwcXd7/AyVFwUPwC/0Bx6uAQIYODCJ7p3MPlcsGo2HWnYZRhEGvVbjrS9Xw5+8QMUwDQCbPUbrUOAOIkjvjB5ysC4HnTrjsN/sZ8mCoNTIDtbpSFICpA/0KnGsQYMIN+qkHcAaY6addAPAClXu4vQCnI/Q0oKdfzQXwAZs/1fDDmADPIfQUwdXSpAWpJOlJnvVMtq5ZlSbubBJE8HmU6GmRyPw4TlSaqo6MukP8HwGK+2G46cq1qWXvr/DOu58vc3o8QgFh6LFpBOFTn3yqMnd/n4sZ4GQ5vYXpStN0ruNmAheuirVahvAX34y/Axk/96FpPYgAAACBjSFJNAAB6JQAAgIMAAPn/AACA6AAAUggAARVYAAA6lwAAF2/XWh+QAAAB/ElEQVR42uya7W3CMBCG31QM4A1aNggTlG6QbpBMkHYC1AloJ4BOABuEDcgGtBOETnD9c1ERCH/lwxeaV8oPFGP86Hy+DxMREW5Bd7gRjSDSNGn4/RiAOvm8C0ZCRD5PSkQVXSr1nK/xE3mcWimA1ZV3JYBZCIO4giQANoYxMwYS6+xKY4lT5dJPreWZY+uspqSCKPYN27GJVBDXheVSQe494ksiEWTuMXcu1dld9SARxDX1OAJ4lgjy4zDnFsC076A4adEiRwAZg4hOUSpNoCsBPDGM+HqkNGynYBCuILuWj+dgWysGsNe8nwL4GsrW0m2fxZBq9rW0rNcX5MOQ9eZD8JFahcG5g/iKT671alGAYQggpYWvpEPYWrU/HDTOfeRIX0q2SL3QN4tGhZJukVobQyXYWw7WtLDKDIuM+ZSzscyCE9PCy5IttCvnZNaeiGLNHKuz8ZVh/MXTVu/1xQKmIqLEAuJ0fNo3iG5B51oSkeKnsBi/4bG9gYB/lCytU5G9DryFW+3Gm+JLwU7ehbJrwTjq4DJU8bHcVbEV9dXXqqP6uqO5e2/QZRYJpqu2IUAA4B3tXvx8hgKp05QZW6dJqrLTNkB6vrRURLRwPHqtYgkC3cLWQAcDQGGKH13FER/NATzi786+BPDNjm1dMkfjn2pGkBHkf4D8DgBJDuDHx9BN+gAAAABJRU5ErkJggg==);
    background-position: 50%;
    background-repeat: no-repeat;
    border: 2px solid transparent;
    border-radius: 100%;
    height: 60px;
    left: 70px;
    opacity: .7;
    top: 30px;
    width: 60px
}

.smartsoft-phone.smartsoft-active .smartsoft-ph-img-circle {
    animation: 1s ease-in-out 0s normal none infinite running d !important
}

.smartsoft-phone.smartsoft-gray.smartsoft-hover .smartsoft-ph-img-circle, .smartsoft-phone.smartsoft-gray .smartsoft-ph-img-circle, .smartsoft-phone.smartsoft-green.smartsoft-hover .smartsoft-ph-img-circle, .smartsoft-phone.smartsoft-green .smartsoft-ph-img-circle, .smartsoft-phone.smartsoft-hover .smartsoft-ph-img-circle {
    background-color: #2b22e0
}

.smartsoft-phone {
    height: 120px;
    width: 120px
}

    .smartsoft-phone.smartsoft-show {
        visibility: visible
    }

@media (max-width:939px) {
    .contentHome {
        height: 403px;
        overflow: hidden
    }

        .contentHome .owl-carousel {
            display: block
        }

    .tourHome {
        height: 435px;
        margin-bottom: 10px !important;
        overflow: hidden
    }

    .smartsoft-ph-circle-fill {
        animation: 2.3s ease-in-out 0s normal none infinite running c;
        background-color: #000;
        height: 50px;
        left: 25px;
        opacity: .1;
        top: 25px;
        transition: all .5s ease 0s;
        width: 50px
    }

    .smartsoft-ph-circle-fill, .smartsoft-ph-img-circle {
        border: 2px solid transparent;
        border-radius: 100%;
        position: absolute;
        transform-origin: 50% 50% 0
    }

    .smartsoft-ph-img-circle {
        animation: 1s ease-in-out 0s normal none infinite running d;
        background-color: rgba(30,30,30,.1);
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAACXBIWXMAAAsTAAALEwEAmpwYAAABNmlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjarY6xSsNQFEDPi6LiUCsEcXB4kygotupgxqQtRRCs1SHJ1qShSmkSXl7VfoSjWwcXd7/AyVFwUPwC/0Bx6uAQIYODCJ7p3MPlcsGo2HWnYZRhEGvVbjrS9Xw5+8QMUwDQCbPUbrUOAOIkjvjB5ysC4HnTrjsN/sZ8mCoNTIDtbpSFICpA/0KnGsQYMIN+qkHcAaY6addAPAClXu4vQCnI/Q0oKdfzQXwAZs/1fDDmADPIfQUwdXSpAWpJOlJnvVMtq5ZlSbubBJE8HmU6GmRyPw4TlSaqo6MukP8HwGK+2G46cq1qWXvr/DOu58vc3o8QgFh6LFpBOFTn3yqMnd/n4sZ4GQ5vYXpStN0ruNmAheuirVahvAX34y/Axk/96FpPYgAAACBjSFJNAAB6JQAAgIMAAPn/AACA6AAAUggAARVYAAA6lwAAF2/XWh+QAAAB/ElEQVR42uya7W3CMBCG31QM4A1aNggTlG6QbpBMkHYC1AloJ4BOABuEDcgGtBOETnD9c1ERCH/lwxeaV8oPFGP86Hy+DxMREW5Bd7gRjSDSNGn4/RiAOvm8C0ZCRD5PSkQVXSr1nK/xE3mcWimA1ZV3JYBZCIO4giQANoYxMwYS6+xKY4lT5dJPreWZY+uspqSCKPYN27GJVBDXheVSQe494ksiEWTuMXcu1dld9SARxDX1OAJ4lgjy4zDnFsC076A4adEiRwAZg4hOUSpNoCsBPDGM+HqkNGynYBCuILuWj+dgWysGsNe8nwL4GsrW0m2fxZBq9rW0rNcX5MOQ9eZD8JFahcG5g/iKT671alGAYQggpYWvpEPYWrU/HDTOfeRIX0q2SL3QN4tGhZJukVobQyXYWw7WtLDKDIuM+ZSzscyCE9PCy5IttCvnZNaeiGLNHKuz8ZVh/MXTVu/1xQKmIqLEAuJ0fNo3iG5B51oSkeKnsBi/4bG9gYB/lCytU5G9DryFW+3Gm+JLwU7ehbJrwTjq4DJU8bHcVbEV9dXXqqP6uqO5e2/QZRYJpqu2IUAA4B3tXvx8hgKp05QZW6dJqrLTNkB6vrRURLRwPHqtYgkC3cLWQAcDQGGKH13FER/NATzi786+BPDNjm1dMkfjn2pGkBHkf4D8DgBJDuDHx9BN+gAAAABJRU5ErkJggg==);
        background-position: 50%;
        background-repeat: no-repeat;
        height: 30px;
        left: 35px;
        opacity: .7;
        width: 30px;
        background-size: 25px 25px
    }

    .smartsoft-phone {
        background-color: transparent;
        cursor: pointer;
        height: 100px;
        position: fixed;
        transition: visibility .5s ease 0s;
        visibility: hidden;
        width: 100px;
        z-index: 100 !important
    }

    .smartsoft-ph-circle {
        animation: 1.2s ease-in-out 0s normal none infinite running b;
        background-color: transparent;
        border: 2px solid rgba(30,30,30,.4);
        border-radius: 100%;
        height: 80px;
        left: 10px;
        opacity: .1;
        position: absolute;
        top: 10px;
        transform-origin: 50% 50% 0;
        transition: all .5s ease 0s;
        width: 80px
    }
}

.cancel-off-png, .cancel-on-png, .star-half-png, .star-off-png, .star-on-png {
    font-size: 2em;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: raty;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    speak: none;
    text-transform: none
}

@font-face {
    font-display: auto;
    font-family: raty;
    font-style: normal;
    font-weight: 400;
    src: url(/fonts/rating/raty.eot);
    src: url(/fonts/rating/raty.eot?#iefix) format("embedded-opentype");
    src: url(/fonts/rating/raty.svg#raty) format("svg");
    src: url(/fonts/rating/raty.ttf) format("truetype");
    src: url(/fonts/rating/raty.woff) format("woff")
}

.cancel-on-png:before {
    content: "\E600"
}

.cancel-off-png:before {
    content: "\E601"
}

.star-on-png:before {
    content: "\F005"
}

.star-off-png:before {
    content: "\F006"
}

.star-half-png:before {
    content: "\F123"
}

.ui-helper-hidden {
    display: none
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none
}

.ui-helper-clearfix:after, .ui-helper-clearfix:before {
    content: "";
    display: table;
    border-collapse: collapse
}

.ui-helper-clearfix:after {
    clear: both
}

.ui-helper-clearfix {
    min-height: 0
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0)
}

.ui-front {
    z-index: 100
}

.ui-state-disabled {
    cursor: default !important
}

.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.ui-draggable-handle {
    -ms-touch-action: none;
    touch-action: none
}

.ui-resizable {
    position: relative
}

.ui-resizable-handle {
    position: absolute;
    font-size: .1px;
    display: block;
    -ms-touch-action: none;
    touch-action: none
}

.ui-resizable-autohide .ui-resizable-handle, .ui-resizable-disabled .ui-resizable-handle {
    display: none
}

.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0
}

.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0
}

.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%
}

.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%
}

.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px
}

.ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px
}

.ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px
}

.ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px
}

.ui-selectable {
    -ms-touch-action: none;
    touch-action: none
}

.ui-selectable-helper {
    position: absolute;
    z-index: 100;
    border: 1px dotted #000
}

.ui-sortable-handle {
    -ms-touch-action: none;
    touch-action: none
}

.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin: 2px 0 0;
    padding: .5em .5em .5em .7em;
    min-height: 0;
    font-size: 100%
}

.ui-accordion .ui-accordion-icons, .ui-accordion .ui-accordion-icons .ui-accordion-icons {
    padding-left: 2.2em
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    position: absolute;
    left: .5em;
    top: 50%;
    margin-top: -8px
}

.ui-accordion .ui-accordion-content {
    padding: 1em 2.2em;
    border-top: 0;
    overflow: auto
}

.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default
}

.ui-button {
    display: inline-block;
    position: relative;
    padding: 0;
    line-height: normal;
    margin-right: .1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    overflow: visible
}

    .ui-button, .ui-button:active, .ui-button:hover, .ui-button:link, .ui-button:visited {
        text-decoration: none
    }

.ui-button-icon-only {
    width: 2.2em
}

button.ui-button-icon-only {
    width: 2.4em
}

.ui-button-icons-only {
    width: 3.4em
}

button.ui-button-icons-only {
    width: 3.7em
}

.ui-button .ui-button-text {
    display: block;
    line-height: normal
}

.ui-button-text-only .ui-button-text {
    padding: .4em 1em
}

.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text {
    padding: .4em;
    text-indent: -9999999px
}

.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text {
    padding: .4em 1em .4em 2.1em
}

.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text {
    padding: .4em 2.1em .4em 1em
}

.ui-button-text-icons .ui-button-text {
    padding-left: 2.1em;
    padding-right: 2.1em
}

input.ui-button {
    padding: .4em 1em
}

.ui-button-icon-only .ui-icon, .ui-button-icons-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon {
    position: absolute;
    top: 50%;
    margin-top: -8px
}

.ui-button-icon-only .ui-icon {
    left: 50%;
    margin-left: -8px
}

.ui-button-icons-only .ui-button-icon-primary, .ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary {
    left: .5em
}

.ui-button-icons-only .ui-button-icon-secondary, .ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary {
    right: .5em
}

.ui-buttonset {
    margin-right: 7px
}

    .ui-buttonset .ui-button {
        margin-left: 0;
        margin-right: -.3em
    }

button.ui-button::-moz-focus-inner, input.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0
}

.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none
}

    .ui-datepicker .ui-datepicker-header {
        position: relative;
        padding: .2em 0
    }

    .ui-datepicker .ui-datepicker-next, .ui-datepicker .ui-datepicker-prev {
        position: absolute;
        top: 2px;
        width: 1.8em;
        height: 1.8em
    }

    .ui-datepicker .ui-datepicker-next-hover, .ui-datepicker .ui-datepicker-prev-hover {
        top: 1px
    }

    .ui-datepicker .ui-datepicker-prev {
        left: 2px
    }

    .ui-datepicker .ui-datepicker-next {
        right: 2px
    }

    .ui-datepicker .ui-datepicker-prev-hover {
        left: 1px
    }

    .ui-datepicker .ui-datepicker-next-hover {
        right: 1px
    }

    .ui-datepicker .ui-datepicker-next span, .ui-datepicker .ui-datepicker-prev span {
        display: block;
        position: absolute;
        left: 50%;
        margin-left: -8px;
        top: 50%;
        margin-top: -8px
    }

    .ui-datepicker .ui-datepicker-title {
        margin: 0 2.3em;
        line-height: 1.8em;
        text-align: center
    }

        .ui-datepicker .ui-datepicker-title select {
            font-size: 1em;
            margin: 1px 0
        }

    .ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
        width: 45%
    }

    .ui-datepicker table {
        width: 100%;
        font-size: .9em;
        border-collapse: collapse;
        margin: 0 0 .4em
    }

    .ui-datepicker th {
        padding: .7em .3em;
        text-align: center;
        font-weight: 700;
        border: 0
    }

    .ui-datepicker td {
        border: 0;
        padding: 1px
    }

        .ui-datepicker td a, .ui-datepicker td span {
            display: block;
            padding: .2em;
            text-align: right;
            text-decoration: none
        }

    .ui-datepicker .ui-datepicker-buttonpane {
        background-image: none;
        margin: .7em 0 0;
        padding: 0 .2em;
        border-left: 0;
        border-right: 0;
        border-bottom: 0
    }

        .ui-datepicker .ui-datepicker-buttonpane button {
            float: right;
            margin: .5em .2em .4em;
            cursor: pointer;
            padding: .2em .6em .3em;
            width: auto;
            overflow: visible
        }

            .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
                float: left
            }

    .ui-datepicker.ui-datepicker-multi {
        width: auto
    }

.ui-datepicker-multi .ui-datepicker-group {
    float: left
}

    .ui-datepicker-multi .ui-datepicker-group table {
        width: 95%;
        margin: 0 auto .4em
    }

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0
}

.ui-datepicker-rtl {
    direction: rtl
}

    .ui-datepicker-rtl .ui-datepicker-prev {
        right: 2px;
        left: auto
    }

    .ui-datepicker-rtl .ui-datepicker-next {
        left: 2px;
        right: auto
    }

    .ui-datepicker-rtl .ui-datepicker-prev:hover {
        right: 1px;
        left: auto
    }

    .ui-datepicker-rtl .ui-datepicker-next:hover {
        left: 1px;
        right: auto
    }

    .ui-datepicker-rtl .ui-datepicker-buttonpane {
        clear: right
    }

        .ui-datepicker-rtl .ui-datepicker-buttonpane button {
            float: left
        }

            .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group {
                float: right
            }

    .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
        border-right-width: 0;
        border-left-width: 1px
    }

.ui-dialog {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    padding: .2em;
    outline: 0
}

    .ui-dialog .ui-dialog-titlebar {
        padding: .4em 1em;
        position: relative
    }

    .ui-dialog .ui-dialog-title {
        float: left;
        margin: .1em 0;
        white-space: nowrap;
        width: 90%;
        overflow: hidden;
        text-overflow: ellipsis
    }

    .ui-dialog .ui-dialog-titlebar-close {
        position: absolute;
        right: .3em;
        top: 50%;
        width: 20px;
        margin: -10px 0 0;
        padding: 1px;
        height: 20px
    }

    .ui-dialog .ui-dialog-content {
        position: relative;
        border: 0;
        padding: .5em 1em;
        background: none;
        overflow: auto
    }

    .ui-dialog .ui-dialog-buttonpane {
        text-align: left;
        border-width: 1px 0 0;
        background-image: none;
        margin-top: .5em;
        padding: .3em 1em .5em .4em
    }

        .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
            float: right
        }

        .ui-dialog .ui-dialog-buttonpane button {
            margin: .5em .4em .5em 0;
            cursor: pointer
        }

    .ui-dialog .ui-resizable-se {
        width: 12px;
        height: 12px;
        right: -5px;
        bottom: -5px;
        background-position: 16px 16px
    }

.ui-draggable .ui-dialog-titlebar {
    cursor: move
}

.ui-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: none
}

    .ui-menu .ui-menu {
        position: absolute
    }

    .ui-menu .ui-menu-item {
        position: relative;
        margin: 0;
        padding: 3px 1em 3px .4em;
        cursor: pointer;
        min-height: 0;
        list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
    }

    .ui-menu .ui-menu-divider {
        margin: 5px 0;
        height: 0;
        font-size: 0;
        line-height: 0;
        border-width: 1px 0 0
    }

    .ui-menu .ui-state-active, .ui-menu .ui-state-focus {
        margin: -1px
    }

.ui-menu-icons {
    position: relative
}

    .ui-menu-icons .ui-menu-item {
        padding-left: 2em
    }

.ui-menu .ui-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: .2em;
    margin: auto 0
}

.ui-menu .ui-menu-icon {
    left: auto;
    right: 0
}

.ui-progressbar {
    height: 2em;
    text-align: left;
    overflow: hidden
}

    .ui-progressbar .ui-progressbar-value {
        margin: -1px;
        height: 100%
    }

    .ui-progressbar .ui-progressbar-overlay {
        background: url(data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==);
        height: 100%;
        filter: alpha(opacity=25);
        opacity: .25
    }

.ui-progressbar-indeterminate .ui-progressbar-value {
    background-image: none
}

.ui-selectmenu-menu {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: none
}

    .ui-selectmenu-menu .ui-menu {
        overflow: auto;
        overflow-x: hidden;
        padding-bottom: 1px
    }

        .ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
            font-size: 1em;
            font-weight: 700;
            line-height: 1.5;
            padding: 2px .4em;
            margin: .5em 0 0;
            height: auto;
            border: 0
        }

.ui-selectmenu-open {
    display: block
}

.ui-selectmenu-button {
    display: inline-block;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    cursor: pointer
}

    .ui-selectmenu-button span.ui-icon {
        right: .5em;
        left: auto;
        margin-top: -8px;
        position: absolute;
        top: 50%
    }

    .ui-selectmenu-button span.ui-selectmenu-text {
        text-align: left;
        padding: .4em 2.1em .4em 1em;
        display: block;
        line-height: 1.4;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

.ui-slider {
    position: relative;
    text-align: left
}

    .ui-slider .ui-slider-handle {
        position: absolute;
        z-index: 2;
        width: 1.2em;
        height: 1.2em;
        cursor: default;
        -ms-touch-action: none;
        touch-action: none
    }

    .ui-slider .ui-slider-range {
        position: absolute;
        z-index: 1;
        font-size: .7em;
        display: block;
        border: 0;
        background-position: 0 0
    }

    .ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
        filter: inherit
    }

.ui-slider-horizontal {
    height: .8em
}

    .ui-slider-horizontal .ui-slider-handle {
        top: -.3em;
        margin-left: -.6em
    }

    .ui-slider-horizontal .ui-slider-range {
        top: 0;
        height: 100%
    }

    .ui-slider-horizontal .ui-slider-range-min {
        left: 0
    }

    .ui-slider-horizontal .ui-slider-range-max {
        right: 0
    }

.ui-slider-vertical {
    width: .8em;
    height: 100px
}

    .ui-slider-vertical .ui-slider-handle {
        left: -.3em;
        margin-left: 0;
        margin-bottom: -.6em
    }

    .ui-slider-vertical .ui-slider-range {
        left: 0;
        width: 100%
    }

    .ui-slider-vertical .ui-slider-range-min {
        bottom: 0
    }

    .ui-slider-vertical .ui-slider-range-max {
        top: 0
    }

.ui-spinner {
    position: relative;
    display: inline-block;
    overflow: hidden
}

.ui-spinner, .ui-spinner-input {
    padding: 0;
    vertical-align: middle
}

.ui-spinner-input {
    border: none;
    background: none;
    color: inherit;
    margin: .2em 0;
    margin-left: .4em;
    margin-right: 22px
}

.ui-spinner-button {
    width: 16px;
    height: 50%;
    font-size: .5em;
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    cursor: default;
    display: block;
    overflow: hidden;
    right: 0
}

.ui-spinner a.ui-spinner-button {
    border-top: none;
    border-bottom: none;
    border-right: none
}

.ui-spinner .ui-icon {
    position: absolute;
    margin-top: -8px;
    top: 50%;
    left: 0
}

.ui-spinner-up {
    top: 0
}

.ui-spinner-down {
    bottom: 0
}

.ui-spinner .ui-icon-triangle-1-s {
    background-position: -65px -16px
}

.ui-tabs {
    position: relative;
    padding: .2em
}

    .ui-tabs .ui-tabs-nav {
        margin: 0;
        padding: .2em .2em 0
    }

        .ui-tabs .ui-tabs-nav li {
            list-style: none;
            float: left;
            position: relative;
            top: 0;
            margin: 1px .2em 0 0;
            border-bottom-width: 0;
            padding: 0;
            white-space: nowrap
        }

        .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
            float: left;
            padding: .5em 1em;
            text-decoration: none
        }

        .ui-tabs .ui-tabs-nav li.ui-tabs-active {
            margin-bottom: -1px;
            padding-bottom: 1px
        }

            .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
                cursor: text
            }

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    cursor: pointer
}

.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 1em 1.4em;
    background: none
}

.ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px;
    box-shadow: 0 0 5px #aaa
}

body .ui-tooltip {
    border-width: 2px
}

.ui-widget {
    font-family: Arial,Helvetica,sans-serif
}

    .ui-widget, .ui-widget .ui-widget {
        font-size: 1em
    }

        .ui-widget button, .ui-widget input, .ui-widget select, .ui-widget textarea {
            font-family: Arial,Helvetica,sans-serif;
            font-size: 1em
        }

.ui-widget-content {
    border: 1px solid #ddd;
    background: #fff;
    color: #333
}

    .ui-widget-content a {
        color: #333
    }

.ui-widget-header {
    border: 1px solid #ddd;
    background: #e9e9e9;
    color: #333;
    font-weight: 700
}

    .ui-widget-header a {
        color: #333
    }

    .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
        border: 1px solid #c5c5c5;
        background: #f6f6f6;
        font-weight: 400;
        color: #454545
    }

        .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
            color: #454545;
            text-decoration: none
        }

    .ui-state-focus, .ui-state-hover, .ui-widget-content .ui-state-focus, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-focus, .ui-widget-header .ui-state-hover {
        border: 1px solid #ccc;
        background: #ededed;
        font-weight: 400;
        color: #2b2b2b
    }

        .ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited, .ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited {
            color: #2b2b2b;
            text-decoration: none
        }

    .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
        border: 1px solid #003eff;
        background: #007fff;
        font-weight: 400;
        color: #fff
    }

        .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
            color: #fff;
            text-decoration: none
        }

    .ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
        border: 1px solid #dad55e;
        background: #fffa90;
        color: #777620
    }

        .ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
            color: #777620
        }

    .ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
        border: 1px solid #f1a899;
        background: #fddfdf;
        color: #5f3f3f
    }

        .ui-state-error-text, .ui-state-error a, .ui-widget-content .ui-state-error-text, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error-text, .ui-widget-header .ui-state-error a {
            color: #5f3f3f
        }

    .ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
        font-weight: 700
    }

    .ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
        opacity: .7;
        filter: Alpha(Opacity=70);
        font-weight: 400
    }

    .ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
        opacity: .35;
        filter: Alpha(Opacity=35);
        background-image: none
    }

        .ui-state-disabled .ui-icon {
            filter: Alpha(Opacity=35)
        }

.ui-icon {
    width: 16px;
    height: 16px
}

.ui-icon, .ui-widget-content .ui-icon, .ui-widget-header .ui-icon {
    background-image: url(images/ui-icons_444444_256x240.png)
}

.ui-state-default .ui-icon {
    background-image: url(images/ui-icons_777777_256x240.png)
}

.ui-state-focus .ui-icon, .ui-state-hover .ui-icon {
    background-image: url(images/ui-icons_555555_256x240.png)
}

.ui-state-active .ui-icon {
    background-image: url(images/ui-icons_ffffff_256x240.png)
}

.ui-state-highlight .ui-icon {
    background-image: url(images/ui-icons_777620_256x240.png)
}

.ui-state-error-text .ui-icon, .ui-state-error .ui-icon {
    background-image: url(images/ui-icons_cc0000_256x240.png)
}

.ui-icon-blank {
    background-position: 16px 16px
}

.ui-icon-carat-1-n {
    background-position: 0 0
}

.ui-icon-carat-1-ne {
    background-position: -16px 0
}

.ui-icon-carat-1-e {
    background-position: -32px 0
}

.ui-icon-carat-1-se {
    background-position: -48px 0
}

.ui-icon-carat-1-s {
    background-position: -64px 0
}

.ui-icon-carat-1-sw {
    background-position: -80px 0
}

.ui-icon-carat-1-w {
    background-position: -96px 0
}

.ui-icon-carat-1-nw {
    background-position: -112px 0
}

.ui-icon-carat-2-n-s {
    background-position: -128px 0
}

.ui-icon-carat-2-e-w {
    background-position: -144px 0
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px
}

.ui-icon-triangle-1-s {
    background-position: -64px -16px
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px
}

.ui-icon-arrow-1-s {
    background-position: -64px -32px
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px
}

.ui-icon-arrowthick-1-n {
    background-position: 0 -48px
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px
}

.ui-icon-arrow-4 {
    background-position: 0 -80px
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px
}

.ui-icon-extlink {
    background-position: -32px -80px
}

.ui-icon-newwin {
    background-position: -48px -80px
}

.ui-icon-refresh {
    background-position: -64px -80px
}

.ui-icon-shuffle {
    background-position: -80px -80px
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px
}

.ui-icon-folder-open {
    background-position: -16px -96px
}

.ui-icon-document {
    background-position: -32px -96px
}

.ui-icon-document-b {
    background-position: -48px -96px
}

.ui-icon-note {
    background-position: -64px -96px
}

.ui-icon-mail-closed {
    background-position: -80px -96px
}

.ui-icon-mail-open {
    background-position: -96px -96px
}

.ui-icon-suitcase {
    background-position: -112px -96px
}

.ui-icon-comment {
    background-position: -128px -96px
}

.ui-icon-person {
    background-position: -144px -96px
}

.ui-icon-print {
    background-position: -160px -96px
}

.ui-icon-trash {
    background-position: -176px -96px
}

.ui-icon-locked {
    background-position: -192px -96px
}

.ui-icon-unlocked {
    background-position: -208px -96px
}

.ui-icon-bookmark {
    background-position: -224px -96px
}

.ui-icon-tag {
    background-position: -240px -96px
}

.ui-icon-home {
    background-position: 0 -112px
}

.ui-icon-flag {
    background-position: -16px -112px
}

.ui-icon-calendar {
    background-position: -32px -112px
}

.ui-icon-cart {
    background-position: -48px -112px
}

.ui-icon-pencil {
    background-position: -64px -112px
}

.ui-icon-clock {
    background-position: -80px -112px
}

.ui-icon-disk {
    background-position: -96px -112px
}

.ui-icon-calculator {
    background-position: -112px -112px
}

.ui-icon-zoomin {
    background-position: -128px -112px
}

.ui-icon-zoomout {
    background-position: -144px -112px
}

.ui-icon-search {
    background-position: -160px -112px
}

.ui-icon-wrench {
    background-position: -176px -112px
}

.ui-icon-gear {
    background-position: -192px -112px
}

.ui-icon-heart {
    background-position: -208px -112px
}

.ui-icon-star {
    background-position: -224px -112px
}

.ui-icon-link {
    background-position: -240px -112px
}

.ui-icon-cancel {
    background-position: 0 -128px
}

.ui-icon-plus {
    background-position: -16px -128px
}

.ui-icon-plusthick {
    background-position: -32px -128px
}

.ui-icon-minus {
    background-position: -48px -128px
}

.ui-icon-minusthick {
    background-position: -64px -128px
}

.ui-icon-close {
    background-position: -80px -128px
}

.ui-icon-closethick {
    background-position: -96px -128px
}

.ui-icon-key {
    background-position: -112px -128px
}

.ui-icon-lightbulb {
    background-position: -128px -128px
}

.ui-icon-scissors {
    background-position: -144px -128px
}

.ui-icon-clipboard {
    background-position: -160px -128px
}

.ui-icon-copy {
    background-position: -176px -128px
}

.ui-icon-contact {
    background-position: -192px -128px
}

.ui-icon-image {
    background-position: -208px -128px
}

.ui-icon-video {
    background-position: -224px -128px
}

.ui-icon-script {
    background-position: -240px -128px
}

.ui-icon-alert {
    background-position: 0 -144px
}

.ui-icon-info {
    background-position: -16px -144px
}

.ui-icon-notice {
    background-position: -32px -144px
}

.ui-icon-help {
    background-position: -48px -144px
}

.ui-icon-check {
    background-position: -64px -144px
}

.ui-icon-bullet {
    background-position: -80px -144px
}

.ui-icon-radio-on {
    background-position: -96px -144px
}

.ui-icon-radio-off {
    background-position: -112px -144px
}

.ui-icon-pin-w {
    background-position: -128px -144px
}

.ui-icon-pin-s {
    background-position: -144px -144px
}

.ui-icon-play {
    background-position: 0 -160px
}

.ui-icon-pause {
    background-position: -16px -160px
}

.ui-icon-seek-next {
    background-position: -32px -160px
}

.ui-icon-seek-prev {
    background-position: -48px -160px
}

.ui-icon-seek-end {
    background-position: -64px -160px
}

.ui-icon-seek-first, .ui-icon-seek-start {
    background-position: -80px -160px
}

.ui-icon-stop {
    background-position: -96px -160px
}

.ui-icon-eject {
    background-position: -112px -160px
}

.ui-icon-volume-off {
    background-position: -128px -160px
}

.ui-icon-volume-on {
    background-position: -144px -160px
}

.ui-icon-power {
    background-position: 0 -176px
}

.ui-icon-signal-diag {
    background-position: -16px -176px
}

.ui-icon-signal {
    background-position: -32px -176px
}

.ui-icon-battery-0 {
    background-position: -48px -176px
}

.ui-icon-battery-1 {
    background-position: -64px -176px
}

.ui-icon-battery-2 {
    background-position: -80px -176px
}

.ui-icon-battery-3 {
    background-position: -96px -176px
}

.ui-icon-circle-plus {
    background-position: 0 -192px
}

.ui-icon-circle-minus {
    background-position: -16px -192px
}

.ui-icon-circle-close {
    background-position: -32px -192px
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px
}

.ui-icon-circle-check {
    background-position: -208px -192px
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px
}

.ui-corner-all, .ui-corner-left, .ui-corner-tl, .ui-corner-top {
    border-top-left-radius: 3px
}

.ui-corner-all, .ui-corner-right, .ui-corner-top, .ui-corner-tr {
    border-top-right-radius: 3px
}

.ui-corner-all, .ui-corner-bl, .ui-corner-bottom, .ui-corner-left {
    border-bottom-left-radius: 3px
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-br, .ui-corner-right {
    border-bottom-right-radius: 3px
}

.ui-widget-overlay {
    background: #aaa;
    opacity: .3;
    filter: Alpha(Opacity=30)
}

.ui-widget-shadow {
    margin: 0;
    padding: 5px;
    background: #666;
    opacity: .3;
    filter: Alpha(Opacity=30);
    border-radius: 8px
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block
}

audio, canvas, video {
    display: inline-block
}

[hidden] {
    display: none
}

code, kbd, pre, samp {
    font-family: monospace,serif
}

pre {
    white-space: pre-wrap
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019"
}

button, input, select, textarea {
    margin: 0;
    font-size: 100%
}

button, input {
    line-height: normal
}

textarea {
    vertical-align: top
}

@media print {
    * {
        color: #000 !important;
        text-shadow: none !important;
        background: transparent !important;
        box-shadow: none !important
    }

    a, a:visited {
        text-decoration: underline
    }

        a[href]:after {
            content: " (" attr(href) ")"
        }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    .ir a:after, a[href^="#"]:after, a[href^="javascript:"]:after {
        content: ""
    }

    blockquote, pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img, tr {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    @page {
        margin: 2cm .5cm
    }

    h2, h3, p {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }

    .navbar {
        display: none
    }

    .table td, .table th {
        background-color: #fff !important
    }

    .btn > .caret, .dropup > .btn > .caret {
        border-top-color: #000 !important
    }

    .label {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table-bordered td, .table-bordered th {
        border: 1px solid #ddd !important
    }
}

html {
    font-size: 62.5%
}

body {
    line-height: 1.428571429
}

button, input, select[multiple], textarea {
    background-image: none
}

a {
    color: #428bca
}

    a:focus, a:hover {
        color: #2a6496
    }

.img-responsive {
    display: block;
    height: auto;
    max-width: 100%
}

.img-thumbnail {
    line-height: 1.428571429
}

.sr-only {
    clip: rect(0 0 0 0)
}

.lead {
    font-size: 16.099999999999998px;
    font-weight: 200
}

small {
    font-size: 85%
}

cite {
    font-style: normal
}

.text-muted {
    color: #999
}

.text-primary {
    color: #428bca
}

.text-warning {
    color: #c09853
}

.text-danger {
    color: #b94a48
}

.text-success {
    color: #468847
}

.text-info {
    color: #3a87ad
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif
}

    .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
        font-weight: 400;
        line-height: 1;
        color: #999
    }

h1, h2, h3 {
    margin-top: 20px
}

h1, h2, h3, h4, h5, h6 {
    margin-bottom: 10px
}

h4, h5, h6 {
    margin-top: 10px
}

.h1 small, h1 small {
    font-size: 24px
}

.h2 small, h2 small {
    font-size: 18px
}

.h3 small, .h4 small, h3 small, h4 small {
    font-size: 14px
}

dd, dt {
    line-height: 1.428571429
}

@media(min-width:768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        overflow: hidden;
        clear: left;
        text-align: right;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .dl-horizontal dd {
        margin-left: 180px
    }

        .dl-horizontal dd:after, .dl-horizontal dd:before {
            display: table;
            content: " "
        }

        .dl-horizontal dd:after {
            clear: both
        }
}

abbr[data-original-title], abbr[title] {
    border-bottom: 1px dotted #999
}

abbr.initialism {
    font-size: 90%;
    text-transform: uppercase
}

blockquote p {
    font-size: 17.5px;
    font-weight: 300;
    line-height: 1.25
}

    blockquote p:last-child {
        margin-bottom: 0
    }

blockquote small {
    display: block;
    line-height: 1.428571429;
    color: #999
}

    blockquote small:before {
        content: "\2014   "
    }

blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eee;
    border-left: 0
}

    blockquote.pull-right p, blockquote.pull-right small {
        text-align: right
    }

        blockquote.pull-right small:before {
            content: ""
        }

        blockquote.pull-right small:after {
            content: " \2014"
        }

blockquote:after, blockquote:before, q:after, q:before {
    content: ""
}

address {
    display: block;
    line-height: 1.428571429
}

code, pre {
    font-family: Monaco,Menlo,Consolas,Courier New,monospace
}

code {
    padding: 2px 4px;
    font-size: 90%;
    white-space: nowrap
}

pre {
    line-height: 1.428571429
}

    pre.prettyprint {
        margin-bottom: 20px
    }

    pre code {
        border: 0
    }

.container:after, .container:before {
    display: table;
    content: " "
}

.container:after {
    clear: both
}

.row:after, .row:before {
    display: table;
    content: " "
}

.row:after {
    clear: both
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11 {
    float: left
}

.col-xs-1 {
    width: 8.333333333333332%
}

.col-xs-2 {
    width: 16.666666666666664%
}

.col-xs-4 {
    width: 33.33333333333333%
}

.col-xs-5 {
    width: 41.66666666666667%
}

.col-xs-7 {
    width: 58.333333333333336%
}

.col-xs-8 {
    width: 66.66666666666666%
}

.col-xs-10 {
    width: 83.33333333333334%
}

.col-xs-11 {
    width: 91.66666666666666%
}

@media(min-width:768px) {
    .container {
        max-width: 750px
    }

    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11 {
        float: left
    }

    .col-sm-1 {
        width: 8.333333333333332%
    }

    .col-sm-2 {
        width: 16.666666666666664%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-4 {
        width: 33.33333333333333%
    }

    .col-sm-5 {
        width: 41.66666666666667%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-7 {
        width: 58.333333333333336%
    }

    .col-sm-8 {
        width: 66.66666666666666%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-10 {
        width: 83.33333333333334%
    }

    .col-sm-11 {
        width: 91.66666666666666%
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-push-1 {
        left: 8.333333333333332%
    }

    .col-sm-push-2 {
        left: 16.666666666666664%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-4 {
        left: 33.33333333333333%
    }

    .col-sm-push-5 {
        left: 41.66666666666667%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-7 {
        left: 58.333333333333336%
    }

    .col-sm-push-8 {
        left: 66.66666666666666%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-10 {
        left: 83.33333333333334%
    }

    .col-sm-push-11 {
        left: 91.66666666666666%
    }

    .col-sm-pull-1 {
        right: 8.333333333333332%
    }

    .col-sm-pull-2 {
        right: 16.666666666666664%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-4 {
        right: 33.33333333333333%
    }

    .col-sm-pull-5 {
        right: 41.66666666666667%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-7 {
        right: 58.333333333333336%
    }

    .col-sm-pull-8 {
        right: 66.66666666666666%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-10 {
        right: 83.33333333333334%
    }

    .col-sm-pull-11 {
        right: 91.66666666666666%
    }

    .col-sm-offset-1 {
        margin-left: 8.333333333333332%
    }

    .col-sm-offset-2 {
        margin-left: 16.666666666666664%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333333333%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666666666667%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-7 {
        margin-left: 58.333333333333336%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666666666666%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333333334%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666666666666%
    }
}

@media(min-width:992px) {
    .container {
        max-width: 970px
    }

    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11 {
        float: left
    }

    .col-md-1 {
        width: 8.333333333333332%
    }

    .col-md-2 {
        width: 16.666666666666664%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-4 {
        width: 33.33333333333333%
    }

    .col-md-5 {
        width: 41.66666666666667%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-7 {
        width: 58.333333333333336%
    }

    .col-md-8 {
        width: 66.66666666666666%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-10 {
        width: 83.33333333333334%
    }

    .col-md-11 {
        width: 91.66666666666666%
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-push-1 {
        left: 8.333333333333332%
    }

    .col-md-push-2 {
        left: 16.666666666666664%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-4 {
        left: 33.33333333333333%
    }

    .col-md-push-5 {
        left: 41.66666666666667%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-7 {
        left: 58.333333333333336%
    }

    .col-md-push-8 {
        left: 66.66666666666666%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-10 {
        left: 83.33333333333334%
    }

    .col-md-push-11 {
        left: 91.66666666666666%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-pull-1 {
        right: 8.333333333333332%
    }

    .col-md-pull-2 {
        right: 16.666666666666664%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-4 {
        right: 33.33333333333333%
    }

    .col-md-pull-5 {
        right: 41.66666666666667%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-7 {
        right: 58.333333333333336%
    }

    .col-md-pull-8 {
        right: 66.66666666666666%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-10 {
        right: 83.33333333333334%
    }

    .col-md-pull-11 {
        right: 91.66666666666666%
    }

    .col-md-offset-0 {
        margin-left: 0
    }

    .col-md-offset-1 {
        margin-left: 8.333333333333332%
    }

    .col-md-offset-2 {
        margin-left: 16.666666666666664%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333333333%
    }

    .col-md-offset-5 {
        margin-left: 41.66666666666667%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-7 {
        margin-left: 58.333333333333336%
    }

    .col-md-offset-8 {
        margin-left: 66.66666666666666%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333333334%
    }

    .col-md-offset-11 {
        margin-left: 91.66666666666666%
    }
}

@media(min-width:1200px) {
    .container {
        max-width: 1170px
    }

    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11 {
        float: left
    }

    .col-lg-1 {
        width: 8.333333333333332%
    }

    .col-lg-2 {
        width: 16.666666666666664%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-4 {
        width: 33.33333333333333%
    }

    .col-lg-5 {
        width: 41.66666666666667%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-7 {
        width: 58.333333333333336%
    }

    .col-lg-8 {
        width: 66.66666666666666%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-10 {
        width: 83.33333333333334%
    }

    .col-lg-11 {
        width: 91.66666666666666%
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-push-1 {
        left: 8.333333333333332%
    }

    .col-lg-push-2 {
        left: 16.666666666666664%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-4 {
        left: 33.33333333333333%
    }

    .col-lg-push-5 {
        left: 41.66666666666667%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-7 {
        left: 58.333333333333336%
    }

    .col-lg-push-8 {
        left: 66.66666666666666%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-10 {
        left: 83.33333333333334%
    }

    .col-lg-push-11 {
        left: 91.66666666666666%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-pull-1 {
        right: 8.333333333333332%
    }

    .col-lg-pull-2 {
        right: 16.666666666666664%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-4 {
        right: 33.33333333333333%
    }

    .col-lg-pull-5 {
        right: 41.66666666666667%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-7 {
        right: 58.333333333333336%
    }

    .col-lg-pull-8 {
        right: 66.66666666666666%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-10 {
        right: 83.33333333333334%
    }

    .col-lg-pull-11 {
        right: 91.66666666666666%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }

    .col-lg-offset-1 {
        margin-left: 8.333333333333332%
    }

    .col-lg-offset-2 {
        margin-left: 16.666666666666664%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333333333%
    }

    .col-lg-offset-5 {
        margin-left: 41.66666666666667%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-7 {
        margin-left: 58.333333333333336%
    }

    .col-lg-offset-8 {
        margin-left: 66.66666666666666%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333333334%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666666666666%
    }
}

table {
    max-width: 100%
}

th {
    text-align: left
}

.table tbody > tr > td, .table tbody > tr > th, .table tfoot > tr > td, .table tfoot > tr > th, .table thead > tr > td, .table thead > tr > th {
    padding: 8px;
    line-height: 1.428571429;
    vertical-align: top;
    border-top: 1px solid #ddd
}

.table thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}

.table caption + thead tr:first-child td, .table caption + thead tr:first-child th, .table colgroup + thead tr:first-child td, .table colgroup + thead tr:first-child th, .table thead:first-child tr:first-child td, .table thead:first-child tr:first-child th {
    border-top: 0
}

.table tbody + tbody {
    border-top: 2px solid #ddd
}

.table-condensed tbody > tr > td, .table-condensed tbody > tr > th, .table-condensed tfoot > tr > td, .table-condensed tfoot > tr > th, .table-condensed thead > tr > td, .table-condensed thead > tr > th {
    padding: 5px
}

.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #f9f9f9
}

.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
    background-color: #f5f5f5
}

.table > tbody > tr.success > td, .table > tbody > tr.success > th, .table > tbody > tr > td.success, .table > tbody > tr > th.success, .table > tfoot > tr.success > td, .table > tfoot > tr.success > th, .table > tfoot > tr > td.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th, .table > thead > tr > td.success, .table > thead > tr > th.success {
    border-color: #d6e9c6
}

.table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover {
    background-color: #d0e9c6;
    border-color: #c9e2b3
}

.table > tbody > tr.danger > td, .table > tbody > tr.danger > th, .table > tbody > tr > td.danger, .table > tbody > tr > th.danger, .table > tfoot > tr.danger > td, .table > tfoot > tr.danger > th, .table > tfoot > tr > td.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th, .table > thead > tr > td.danger, .table > thead > tr > th.danger {
    border-color: #eed3d7
}

.table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover {
    background-color: #ebcccc;
    border-color: #e6c1c7
}

.table > tbody > tr.warning > td, .table > tbody > tr.warning > th, .table > tbody > tr > td.warning, .table > tbody > tr > th.warning, .table > tfoot > tr.warning > td, .table > tfoot > tr.warning > th, .table > tfoot > tr > td.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th, .table > thead > tr > td.warning, .table > thead > tr > th.warning {
    border-color: #fbeed5
}

.table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover {
    background-color: #faf2cc;
    border-color: #f8e5be
}

@media(max-width:768px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-x: scroll;
        overflow-y: hidden;
        border: 1px solid #ddd
    }

        .table-responsive > .table {
            margin-bottom: 0;
            background-color: #fff
        }

            .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > thead > tr > th {
                white-space: nowrap
            }

        .table-responsive > .table-bordered {
            border: 0
        }

            .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > thead > tr > th:first-child {
                border-left: 0
            }

            .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > thead > tr > th:last-child {
                border-right: 0
            }

            .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > thead > tr:last-child > td, .table-responsive > .table-bordered > thead > tr:last-child > th {
                border-bottom: 0
            }
}

select optgroup {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit
}

.form-control:-moz-placeholder, .form-control::-moz-placeholder {
    color: #999
}

.form-control {
    display: block;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle
}

    .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
        cursor: not-allowed
    }

.checkbox, .radio {
    min-height: 20px;
    padding-left: 20px;
    vertical-align: middle
}

    .checkbox label, .radio label {
        display: inline
    }

    .checkbox-inline input[type=checkbox], .checkbox input[type=checkbox], .radio-inline input[type=radio], .radio input[type=radio] {
        float: left
    }

    .checkbox + .checkbox, .radio + .radio {
        margin-top: 0
    }

    .checkbox-inline[disabled], .checkbox[disabled], .radio-inline[disabled], .radio[disabled], fieldset[disabled] .checkbox, fieldset[disabled] .checkbox-inline, fieldset[disabled] .radio, fieldset[disabled] .radio-inline, fieldset[disabled] input[type=checkbox], fieldset[disabled] input[type=radio], input[type=checkbox][disabled], input[type=radio][disabled] {
        cursor: not-allowed
    }

textarea.input-sm {
    height: auto
}

.input-lg {
    height: 45px;
    line-height: 1.33
}

select.input-lg {
    height: 45px;
    line-height: 45px
}

textarea.input-lg {
    height: auto
}

.has-warning .control-label, .has-warning .help-block {
    color: #c09853
}

.has-warning .form-control {
    border-color: #c09853
}

    .has-warning .form-control:focus {
        border-color: #a47e3c;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #dbc59e
    }

.has-warning .input-group-addon {
    color: #c09853;
    border-color: #c09853
}

.has-error .control-label, .has-error .help-block {
    color: #b94a48
}

.has-error .form-control {
    border-color: #b94a48
}

    .has-error .form-control:focus {
        border-color: #953b39;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #d59392
    }

.has-error .input-group-addon {
    color: #b94a48;
    border-color: #b94a48
}

.has-success .control-label, .has-success .help-block {
    color: #468847
}

.has-success .form-control {
    border-color: #468847
}

    .has-success .form-control:focus {
        border-color: #356635;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #7aba7b
    }

.has-success .input-group-addon {
    color: #468847;
    border-color: #468847
}

@media(min-width:768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .form-control {
        display: inline-block
    }

    .form-inline .checkbox, .form-inline .radio {
        display: inline-block;
        padding-left: 0;
        margin-top: 0;
        margin-bottom: 0
    }

        .form-inline .checkbox input[type=checkbox], .form-inline .radio input[type=radio] {
            float: none;
            margin-left: 0
        }
}

.form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .control-label, .form-horizontal .radio, .form-horizontal .radio-inline {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0
}

.form-horizontal .form-group:after, .form-horizontal .form-group:before {
    display: table;
    content: " "
}

.form-horizontal .form-group:after {
    clear: both
}

@media(min-width:768px) {
    .form-horizontal .control-label {
        text-align: right
    }
}

.btn {
    line-height: 1.428571429;
    -o-user-select: none
}

    .btn:focus {
        outline: thin dotted #333;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px
    }

    .btn:focus, .btn:hover {
        color: #333;
        text-decoration: none
    }

.btn-default.active, .btn-default:active, .btn-default:focus, .btn-default:hover, .open .dropdown-toggle.btn-default {
    color: #333;
    background-color: #ebebeb;
    border-color: #adadad
}

.btn-default.active, .btn-default:active, .open .dropdown-toggle.btn-default {
    background-image: none
}

.btn-default.disabled, .btn-default.disabled.active, .btn-default.disabled:active, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled], .btn-default[disabled].active, .btn-default[disabled]:active, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default.active, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
    background-color: #fff;
    border-color: #ccc
}

.btn-primary {
    background-color: #ed8323;
    border-color: #ed8323
}

    .btn-primary.active, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open .dropdown-toggle.btn-primary {
        color: #fff;
        background-color: #3276b1;
        border-color: #285e8e
    }

    .btn-primary.active, .btn-primary:active, .open .dropdown-toggle.btn-primary {
        background-image: none
    }

    .btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary[disabled].active, .btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
        background-color: #428bca;
        border-color: #357ebd
    }

.btn-warning.active, .btn-warning:active, .btn-warning:focus, .btn-warning:hover, .open .dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ed9c28;
    border-color: #d58512
}

.btn-warning.active, .btn-warning:active, .open .dropdown-toggle.btn-warning {
    background-image: none
}

.btn-warning.disabled, .btn-warning.disabled.active, .btn-warning.disabled:active, .btn-warning.disabled:focus, .btn-warning.disabled:hover, .btn-warning[disabled], .btn-warning[disabled].active, .btn-warning[disabled]:active, .btn-warning[disabled]:focus, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning.active, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:hover {
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-danger.active, .btn-danger:active, .btn-danger:focus, .btn-danger:hover, .open .dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #d2322d;
    border-color: #ac2925
}

.btn-danger.active, .btn-danger:active, .open .dropdown-toggle.btn-danger {
    background-image: none
}

.btn-danger.disabled, .btn-danger.disabled.active, .btn-danger.disabled:active, .btn-danger.disabled:focus, .btn-danger.disabled:hover, .btn-danger[disabled], .btn-danger[disabled].active, .btn-danger[disabled]:active, .btn-danger[disabled]:focus, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger.active, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:hover {
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-success.active, .btn-success:active, .btn-success:focus, .btn-success:hover, .open .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #47a447;
    border-color: #398439
}

.btn-success.active, .btn-success:active, .open .dropdown-toggle.btn-success {
    background-image: none
}

.btn-success.disabled, .btn-success.disabled.active, .btn-success.disabled:active, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled], .btn-success[disabled].active, .btn-success[disabled]:active, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success.active, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-info.active, .btn-info:active, .btn-info:focus, .btn-info:hover, .open .dropdown-toggle.btn-info {
    color: #fff;
    background-color: #39b3d7;
    border-color: #269abc
}

.btn-info.active, .btn-info:active, .open .dropdown-toggle.btn-info {
    background-image: none
}

.btn-info.disabled, .btn-info.disabled.active, .btn-info.disabled:active, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info[disabled], .btn-info[disabled].active, .btn-info[disabled]:active, .btn-info[disabled]:focus, .btn-info[disabled]:hover, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info.active, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:hover {
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-link {
    color: #428bca;
    cursor: pointer
}

    .btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
        background-color: transparent;
        box-shadow: none
    }

        .btn-link:focus, .btn-link:hover {
            color: #2a6496
        }

        .btn-link[disabled]:focus, .btn-link[disabled]:hover, fieldset[disabled] .btn-link:focus, fieldset[disabled] .btn-link:hover {
            color: #999
        }

.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px
}

.btn-sm, .btn-xs {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-xs {
    padding: 1px 5px
}

.btn-block {
    padding-right: 0;
    padding-left: 0
}

.collapsing {
    transition: height .35s ease
}

@font-face {
    font-display: auto;
    font-family: Glyphicons Halflings;
    src: url(https://dulichviet.com.vn/fonts/glyphicons-halflings-regular.eot);
    src: url(https://dulichviet.com.vn/fonts/glyphicons-halflings-regular.eot#iefix) format("embedded-opentype"),url(https://dulichviet.com.vn/fonts/glyphicons-halflings-regular.woff) format("woff"),url(https://dulichviet.com.vn/fonts/glyphicons-halflings-regular.ttf) format("truetype"),url(https://dulichviet.com.vn/fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular) format("svg")
}

.glyphicon-euro:before {
    content: "\20AC"
}

.glyphicon-briefcase:before {
    content: "\1F4BC"
}

.glyphicon-calendar:before {
    content: "\1F4C5"
}

.glyphicon-pushpin:before {
    content: "\1F4CC"
}

.glyphicon-paperclip:before {
    content: "\1F4CE"
}

.glyphicon-camera:before {
    content: "\1F4F7"
}

.glyphicon-lock:before {
    content: "\1F512"
}

.glyphicon-bell:before {
    content: "\1F514"
}

.glyphicon-bookmark:before {
    content: "\1F516"
}

.glyphicon-fire:before {
    content: "\1F525"
}

.glyphicon-wrench:before {
    content: "\1F527"
}

.caret {
    border-top: 4px solid #000;
    border-bottom: 0 dotted;
    content: ""
}

.dropdown {
    position: relative
}

.dropdown-menu > li > a {
    line-height: 1.428571429
}

    .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
        color: #fff;
        background-color: #428bca
    }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    background-color: #428bca
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
    color: #999
}

.dropdown-header {
    line-height: 1.428571429;
    color: #999
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
    border-top: 0 dotted;
    border-bottom: 4px solid #000
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
    margin-bottom: 1px
}

@media(min-width:768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto
    }
}

.btn-default .caret {
    border-top-color: #333
}

.btn-danger .caret, .btn-info .caret, .btn-primary .caret, .btn-success .caret, .btn-warning .caret {
    border-top-color: #fff
}

.dropup .btn-default .caret {
    border-bottom-color: #333
}

.dropup .btn-danger .caret, .dropup .btn-info .caret, .dropup .btn-primary .caret, .dropup .btn-success .caret, .dropup .btn-warning .caret {
    border-bottom-color: #fff
}

.btn-group-vertical > .btn:focus, .btn-group > .btn:focus {
    outline: 0
}

.btn-toolbar:after, .btn-toolbar:before {
    display: table;
    content: " "
}

.btn-toolbar:after {
    clear: both
}

.btn-toolbar .btn-group {
    float: left
}

.btn-toolbar > .btn + .btn, .btn-toolbar > .btn + .btn-group, .btn-toolbar > .btn-group + .btn, .btn-toolbar > .btn-group + .btn-group {
    margin-left: 5px
}

.btn-group > .btn-group:first-child > .btn:last-child, .btn-group > .btn-group:first-child > .dropdown-toggle {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group > .btn-group:last-child > .btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group-xs > .btn {
    padding: 5px 10px;
    padding: 1px 5px
}

.btn-group-sm > .btn, .btn-group-xs > .btn {
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-group-sm > .btn {
    padding: 5px 10px
}

.btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px
}

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

    .btn-group-vertical > .btn-group:after, .btn-group-vertical > .btn-group:before {
        display: table;
        content: " "
    }

    .btn-group-vertical > .btn-group:after {
        clear: both
    }

    .btn-group-vertical > .btn-group:first-child > .btn:last-child, .btn-group-vertical > .btn-group:first-child > .dropdown-toggle {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0
    }

    .btn-group-vertical > .btn-group:last-child > .btn:first-child {
        border-top-right-radius: 0;
        border-top-left-radius: 0
    }

.btn-group-justified .btn {
    display: table-cell;
    float: none;
    width: 1%
}

[data-toggle=buttons] > .btn > input[type=checkbox], [data-toggle=buttons] > .btn > input[type=radio] {
    display: none
}

.input-group.col {
    float: none;
    padding-right: 0;
    padding-left: 0
}

.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
    height: 45px;
    line-height: 1.33
}

select.input-group-lg > .form-control, select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-btn > .btn {
    height: 45px;
    line-height: 45px
}

textarea.input-group-lg > .form-control, textarea.input-group-lg > .input-group-addon, textarea.input-group-lg > .input-group-btn > .btn, textarea.input-group-sm > .form-control, textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-btn > .btn {
    height: auto
}

.input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group .form-control:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

    .input-group-addon:last-child, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:last-child > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group .form-control:last-child {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0
    }

.input-group-btn > .btn + .btn {
    margin-left: -4px
}

.input-group-btn > .btn:active, .input-group-btn > .btn:hover {
    z-index: 2
}

.nav:after, .nav:before {
    display: table;
    content: " "
}

.nav:after {
    clear: both
}

.nav > li.disabled > a, .nav > li.disabled > a:focus, .nav > li.disabled > a:hover {
    color: #999
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    border-color: #428bca
}

.nav-tabs > li > a {
    line-height: 1.428571429
}

@media(min-width:768px) {
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%
    }
}

.nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd
}

.nav-tabs.nav-justified > .active > a {
    border-bottom-color: #fff
}

.nav-pills > li > a {
    border-radius: 5px
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    background-color: #428bca
}

@media(min-width:768px) {
    .nav-justified > li {
        display: table-cell;
        width: 1%
    }
}

.nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd
}

.nav-tabs-justified > .active > a {
    border-bottom-color: #fff
}

.tabbable:after, .tabbable:before {
    display: table;
    content: " "
}

.tabbable:after {
    clear: both
}

.pill-content > .pill-pane, .tab-content > .tab-pane {
    display: none
}

.pill-content > .active, .tab-content > .active {
    display: block
}

.nav .caret {
    border-top-color: #428bca;
    border-bottom-color: #428bca
}

.nav a:hover .caret {
    border-top-color: #2a6496;
    border-bottom-color: #2a6496
}

.navbar {
    z-index: 1000
}

    .navbar:after, .navbar:before {
        display: table;
        content: " "
    }

    .navbar:after {
        clear: both
    }

.navbar-header:after, .navbar-header:before {
    display: table;
    content: " "
}

.navbar-header:after {
    clear: both
}

.navbar-collapse {
    max-height: 340px
}

    .navbar-collapse:after, .navbar-collapse:before {
        display: table;
        content: " "
    }

    .navbar-collapse:after {
        clear: both
    }

@media(min-width:768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none
    }

        .navbar-collapse.collapse {
            display: block !important;
            height: auto !important;
            padding-bottom: 0;
            overflow: visible !important
        }

        .navbar-collapse.in {
            overflow-y: visible
        }

        .navbar-collapse .navbar-nav.navbar-left:first-child {
            margin-left: -15px
        }

        .navbar-collapse .navbar-nav.navbar-right:last-child {
            margin-right: -15px
        }

        .navbar-collapse .navbar-text:last-child {
            margin-right: 0
        }
}

.container > .navbar-collapse, .container > .navbar-header {
    margin-right: -15px;
    margin-left: -15px
}

@media(min-width:768px) {
    .container > .navbar-collapse, .container > .navbar-header {
        margin-right: 0;
        margin-left: 0
    }
}

.navbar-fixed-bottom, .navbar-fixed-top {
    border-width: 0 0 1px
}

.navbar-fixed-top {
    z-index: 1030
}

@media(min-width:768px) {
    .navbar > .container .navbar-brand {
        margin-left: -15px
    }
}

@media(min-width:768px) {
    .navbar-left {
        float: left !important
    }

    .navbar-right {
        float: right !important
    }
}

@media(min-width:768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .form-control {
        display: inline-block
    }

    .navbar-form .checkbox, .navbar-form .radio {
        display: inline-block;
        padding-left: 0;
        margin-top: 0;
        margin-bottom: 0
    }

        .navbar-form .checkbox input[type=checkbox], .navbar-form .radio input[type=radio] {
            float: none;
            margin-left: 0
        }
}

@media(max-width:767px) {
    .navbar-form .form-group {
        margin-bottom: 5px
    }
}

.navbar-nav.pull-right > li > .dropdown-menu, .navbar-nav > li > .dropdown-menu.pull-right {
    right: 0;
    left: auto
}

.navbar-text {
    float: left
}

@media(min-width:768px) {
    .navbar-text {
        margin-right: 15px;
        margin-left: 15px
    }
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #ccc
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #e6e6e6
}

.navbar-default .navbar-nav > .dropdown > a:focus .caret, .navbar-default .navbar-nav > .dropdown > a:hover .caret {
    border-top-color: #333;
    border-bottom-color: #333
}

.navbar-default .navbar-nav > .open > a .caret, .navbar-default .navbar-nav > .open > a:focus .caret, .navbar-default .navbar-nav > .open > a:hover .caret {
    border-top-color: #555;
    border-bottom-color: #555
}

.navbar-default .navbar-nav > .dropdown > a .caret {
    border-top-color: #777;
    border-bottom-color: #777
}

.navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav > li > a, .navbar-inverse .navbar-text {
    color: #999
}

.navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
    border-top-color: #fff;
    border-bottom-color: #fff
}

.navbar-inverse .navbar-nav > .dropdown > a .caret {
    border-top-color: #999;
    border-bottom-color: #999
}

.navbar-inverse .navbar-nav > .open > a .caret, .navbar-inverse .navbar-nav > .open > a:focus .caret, .navbar-inverse .navbar-nav > .open > a:hover .caret {
    border-top-color: #fff;
    border-bottom-color: #fff
}

@media(max-width:767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #999
    }

        .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
            color: #fff;
            background-color: transparent
        }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
        color: #fff;
        background-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
        color: #444;
        background-color: transparent
    }
}

.navbar-inverse .navbar-link {
    color: #999
}

.breadcrumb > li + li:before {
    content: "/ "
}

.breadcrumb > .active {
    color: #999
}

.pagination > li > a, .pagination > li > span {
    line-height: 1.428571429
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #428bca;
    border-color: #428bca
}

.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span {
    color: #999;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd
}

.pager:after, .pager:before {
    display: table;
    content: " "
}

.pager:after {
    clear: both
}

.pager .disabled > a, .pager .disabled > a:focus, .pager .disabled > a:hover, .pager .disabled > span {
    color: #999
}

.label[href]:focus, .label[href]:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.label-default {
    background-color: #999
}

    .label-default[href]:focus, .label-default[href]:hover {
        background-color: gray
    }

.label-primary {
    background-color: #428bca
}

    .label-primary[href]:focus, .label-primary[href]:hover {
        background-color: #3071a9
    }

.badge {
    background-color: #999
}

.nav-pills > .active > a > .badge, a.list-group-item.active > .badge {
    color: #428bca;
    background-color: #fff
}

.jumbotron {
    padding: 30px;
    font-size: 21px;
    font-weight: 200;
    line-height: 2.1428571435;
    color: inherit
}

    .jumbotron h1 {
        line-height: 1;
        color: inherit
    }

    .jumbotron p {
        line-height: 1.4
    }

.container .jumbotron {
    border-radius: 6px
}

@media screen and (min-width:768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px
    }

    .container .jumbotron {
        padding-right: 60px;
        padding-left: 60px
    }

    .jumbotron h1 {
        font-size: 63px
    }
}

.thumbnail {
    display: inline-block;
    line-height: 1.428571429;
    transition: all .2s ease-in-out
}

    .thumbnail, .thumbnail > img {
        height: auto;
        max-width: 100%
    }

        .thumbnail > img {
            display: block
        }

a.thumbnail:focus, a.thumbnail:hover {
    border-color: #428bca
}

.thumbnail > img {
    margin-right: auto;
    margin-left: auto
}

.alert-dismissable {
    padding-right: 35px
}

    .alert-dismissable .close {
        position: relative;
        top: -2px;
        right: -21px;
        color: inherit
    }

.alert-success {
    color: #468847
}

    .alert-success .alert-link {
        color: #356635
    }

.alert-info {
    color: #3a87ad
}

    .alert-info .alert-link {
        color: #2d6987
    }

.alert-warning {
    color: #c09853;
    border-color: #fbeed5
}

    .alert-warning hr {
        border-top-color: #f8e5be
    }

    .alert-warning .alert-link {
        color: #a47e3c
    }

.alert-danger {
    color: #b94a48;
    border-color: #eed3d7
}

    .alert-danger hr {
        border-top-color: #e6c1c7
    }

    .alert-danger .alert-link {
        color: #953b39
    }

.progress-bar {
    background-color: #428bca
}

.progress-striped .progress-bar {
    background-image: linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);
    background-size: 40px 40px
}

.progress.active .progress-bar {
    animation: e 2s linear infinite
}

.media, .media .media {
    margin-top: 15px
}

.media-heading {
    margin: 0 0 5px
}

.media > .pull-left {
    margin-right: 10px
}

.media > .pull-right {
    margin-left: 10px
}

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    background-color: #428bca;
    border-color: #428bca
}

    .list-group-item.active .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading {
        color: inherit
    }

    .list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .list-group-item.active:hover .list-group-item-text {
        color: #e1edf7
    }

.panel-body:after, .panel-body:before {
    display: table;
    content: " "
}

.panel-body:after {
    clear: both
}

.panel > .list-group {
    margin-bottom: 0
}

    .panel > .list-group .list-group-item {
        border-width: 1px 0
    }

        .panel > .list-group .list-group-item:first-child {
            border-top-right-radius: 0;
            border-top-left-radius: 0
        }

        .panel > .list-group .list-group-item:last-child {
            border-bottom: 0
        }

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0
}

.panel > .table {
    margin-bottom: 0
}

.panel > .panel-body + .table {
    border-top: 1px solid #ddd
}

.panel-title > a {
    color: inherit
}

.panel-group .panel {
    overflow: hidden
}

.panel-group .panel-heading + .panel-collapse .panel-body {
    border-top: 1px solid #ddd
}

.panel-default > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #ddd
}

.panel-default > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #ddd
}

.panel-primary {
    border-color: #428bca
}

    .panel-primary > .panel-heading {
        background-color: #428bca;
        border-color: #428bca
    }

        .panel-primary > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #428bca
        }

    .panel-primary > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #428bca
    }

.panel-success > .panel-heading {
    color: #468847
}

    .panel-success > .panel-heading + .panel-collapse .panel-body {
        border-top-color: #d6e9c6
    }

.panel-success > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #d6e9c6
}

.panel-warning {
    border-color: #fbeed5
}

    .panel-warning > .panel-heading {
        color: #c09853;
        border-color: #fbeed5
    }

        .panel-warning > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #fbeed5
        }

    .panel-warning > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #fbeed5
    }

.panel-danger {
    border-color: #eed3d7
}

    .panel-danger > .panel-heading {
        color: #b94a48;
        border-color: #eed3d7
    }

        .panel-danger > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #eed3d7
        }

    .panel-danger > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #eed3d7
    }

.panel-info > .panel-heading {
    color: #3a87ad
}

    .panel-info > .panel-heading + .panel-collapse .panel-body {
        border-top-color: #bce8f1
    }

.panel-info > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #bce8f1
}

button.close {
    background: transparent
}

.modal-open {
    overflow: hidden
}

    .modal-open .navbar-fixed-bottom, .modal-open .navbar-fixed-top, body.modal-open {
        margin-right: 15px
    }

.modal {
    z-index: 1040;
    overflow: auto;
    overflow-y: scroll
}

.modal-dialog {
    z-index: 1050;
    padding: 10px;
    margin-right: auto;
    margin-left: auto
}

.modal-backdrop {
    z-index: 1030
}

.modal-header {
    min-height: 16.428571429px
}

.modal-title {
    line-height: 1.428571429
}

.modal-body {
    padding: 20px
}

.modal-footer {
    padding: 19px 20px 20px;
    margin-top: 15px
}

    .modal-footer:after, .modal-footer:before {
        display: table;
        content: " "
    }

    .modal-footer:after {
        clear: both
    }

@media screen and (min-width:768px) {
    .modal-dialog {
        right: auto;
        left: 50%;
        width: 600px;
        padding-top: 30px;
        padding-bottom: 30px
    }

    .modal-content {
        box-shadow: 0 5px 15px rgba(0,0,0,.5)
    }
}

.tooltip {
    z-index: 1030;
    visibility: visible
}

    .tooltip.top-left .tooltip-arrow {
        bottom: 0;
        left: 5px;
        border-top-color: #000;
        border-width: 5px 5px 0
    }

    .tooltip.top-right .tooltip-arrow {
        right: 5px;
        bottom: 0;
        border-top-color: #000;
        border-width: 5px 5px 0
    }

    .tooltip.bottom-left .tooltip-arrow {
        left: 5px
    }

    .tooltip.bottom-right .tooltip-arrow {
        right: 5px
    }

.popover {
    z-index: 1010
}

.popover-title {
    font-weight: 400;
    line-height: 18px
}

.popover .arrow, .popover .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover .arrow {
    border-width: 11px
}

    .popover .arrow:after {
        border-width: 10px;
        content: ""
    }

.popover.top .arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0,0,0,.25);
    border-bottom-width: 0
}

    .popover.top .arrow:after {
        bottom: 1px;
        margin-left: -10px;
        border-top-color: #fff;
        border-bottom-width: 0;
        content: " "
    }

.popover.right .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999;
    border-right-color: rgba(0,0,0,.25);
    border-left-width: 0
}

    .popover.right .arrow:after {
        bottom: -10px;
        left: 1px;
        border-right-color: #fff;
        border-left-width: 0;
        content: " "
    }

.popover.bottom .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-bottom-color: #999;
    border-bottom-color: rgba(0,0,0,.25);
    border-top-width: 0
}

    .popover.bottom .arrow:after {
        top: 1px;
        margin-left: -10px;
        border-bottom-color: #fff;
        border-top-width: 0;
        content: " "
    }

.popover.left .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-left-color: #999;
    border-left-color: rgba(0,0,0,.25);
    border-right-width: 0
}

    .popover.left .arrow:after {
        right: 1px;
        bottom: -10px;
        border-left-color: #fff;
        border-right-width: 0;
        content: " "
    }

.carousel-inner > .item > a > img, .carousel-inner > .item > img {
    display: block;
    height: auto;
    max-width: 100%
}

.carousel-control {
    width: 7%
}

    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
        left: 50%
    }

    .carousel-control .icon-next, .carousel-control .icon-prev {
        margin-left: -10px
    }

@media screen and (min-width:768px) {
    .carousel-control .icon-next, .carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        margin-left: -15px;
        font-size: 30px
    }

    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px
    }

    .carousel-indicators {
        bottom: 20px
    }
}

.clearfix:after, .clearfix:before {
    display: table;
    content: " "
}

@media screen and (max-width:400px) {
    @-ms-viewport {
        width: 320px
    }
}

.hidden {
    visibility: hidden !important
}

.hidden, .visible-xs, td.visible-xs, th.visible-xs, tr.visible-xs {
    display: none !important
}

@media(max-width:767px) {
    .visible-xs {
        display: block !important
    }

    tr.visible-xs {
        display: table-row !important
    }

    td.visible-xs, th.visible-xs {
        display: table-cell !important
    }
}

@media(min-width:768px) and (max-width:991px) {
    .visible-xs.visible-sm {
        display: block !important
    }

    tr.visible-xs.visible-sm {
        display: table-row !important
    }

    td.visible-xs.visible-sm, th.visible-xs.visible-sm {
        display: table-cell !important
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .visible-xs.visible-md {
        display: block !important
    }

    tr.visible-xs.visible-md {
        display: table-row !important
    }

    td.visible-xs.visible-md, th.visible-xs.visible-md {
        display: table-cell !important
    }
}

@media(min-width:1200px) {
    .visible-xs.visible-lg {
        display: block !important
    }

    tr.visible-xs.visible-lg {
        display: table-row !important
    }

    td.visible-xs.visible-lg, th.visible-xs.visible-lg {
        display: table-cell !important
    }
}

.visible-sm, td.visible-sm, th.visible-sm, tr.visible-sm {
    display: none !important
}

@media(max-width:767px) {
    .visible-sm.visible-xs {
        display: block !important
    }

    tr.visible-sm.visible-xs {
        display: table-row !important
    }

    td.visible-sm.visible-xs, th.visible-sm.visible-xs {
        display: table-cell !important
    }
}

@media(min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block !important
    }

    tr.visible-sm {
        display: table-row !important
    }

    td.visible-sm, th.visible-sm {
        display: table-cell !important
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .visible-sm.visible-md {
        display: block !important
    }

    tr.visible-sm.visible-md {
        display: table-row !important
    }

    td.visible-sm.visible-md, th.visible-sm.visible-md {
        display: table-cell !important
    }
}

@media(min-width:1200px) {
    .visible-sm.visible-lg {
        display: block !important
    }

    tr.visible-sm.visible-lg {
        display: table-row !important
    }

    td.visible-sm.visible-lg, th.visible-sm.visible-lg {
        display: table-cell !important
    }
}

.visible-md, td.visible-md, th.visible-md, tr.visible-md {
    display: none !important
}

@media(max-width:767px) {
    .visible-md.visible-xs {
        display: block !important
    }

    tr.visible-md.visible-xs {
        display: table-row !important
    }

    td.visible-md.visible-xs, th.visible-md.visible-xs {
        display: table-cell !important
    }
}

@media(min-width:768px) and (max-width:991px) {
    .visible-md.visible-sm {
        display: block !important
    }

    tr.visible-md.visible-sm {
        display: table-row !important
    }

    td.visible-md.visible-sm, th.visible-md.visible-sm {
        display: table-cell !important
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block !important
    }

    tr.visible-md {
        display: table-row !important
    }

    td.visible-md, th.visible-md {
        display: table-cell !important
    }
}

@media(min-width:1200px) {
    .visible-md.visible-lg {
        display: block !important
    }

    tr.visible-md.visible-lg {
        display: table-row !important
    }

    td.visible-md.visible-lg, th.visible-md.visible-lg {
        display: table-cell !important
    }
}

.visible-lg, td.visible-lg, th.visible-lg, tr.visible-lg {
    display: none !important
}

@media(max-width:767px) {
    .visible-lg.visible-xs {
        display: block !important
    }

    tr.visible-lg.visible-xs {
        display: table-row !important
    }

    td.visible-lg.visible-xs, th.visible-lg.visible-xs {
        display: table-cell !important
    }
}

@media(min-width:768px) and (max-width:991px) {
    .visible-lg.visible-sm {
        display: block !important
    }

    tr.visible-lg.visible-sm {
        display: table-row !important
    }

    td.visible-lg.visible-sm, th.visible-lg.visible-sm {
        display: table-cell !important
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .visible-lg.visible-md {
        display: block !important
    }

    tr.visible-lg.visible-md {
        display: table-row !important
    }

    td.visible-lg.visible-md, th.visible-lg.visible-md {
        display: table-cell !important
    }
}

@media(min-width:1200px) {
    .visible-lg {
        display: block !important
    }

    tr.visible-lg {
        display: table-row !important
    }

    td.visible-lg, th.visible-lg {
        display: table-cell !important
    }
}

.hidden-xs {
    display: block !important
}

tr.hidden-xs {
    display: table-row !important
}

td.hidden-xs, th.hidden-xs {
    display: table-cell !important
}

@media(max-width:767px) {
    .hidden-xs, td.hidden-xs, th.hidden-xs, tr.hidden-xs {
        display: none !important
    }
}

@media(min-width:768px) and (max-width:991px) {
    .hidden-xs.hidden-sm, td.hidden-xs.hidden-sm, th.hidden-xs.hidden-sm, tr.hidden-xs.hidden-sm {
        display: none !important
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .hidden-xs.hidden-md, td.hidden-xs.hidden-md, th.hidden-xs.hidden-md, tr.hidden-xs.hidden-md {
        display: none !important
    }
}

@media(min-width:1200px) {
    .hidden-xs.hidden-lg, td.hidden-xs.hidden-lg, th.hidden-xs.hidden-lg, tr.hidden-xs.hidden-lg {
        display: none !important
    }
}

.hidden-sm {
    display: block !important
}

tr.hidden-sm {
    display: table-row !important
}

td.hidden-sm, th.hidden-sm {
    display: table-cell !important
}

@media(max-width:767px) {
    .hidden-sm.hidden-xs, td.hidden-sm.hidden-xs, th.hidden-sm.hidden-xs, tr.hidden-sm.hidden-xs {
        display: none !important
    }
}

@media(min-width:768px) and (max-width:991px) {
    .hidden-sm, td.hidden-sm, th.hidden-sm, tr.hidden-sm {
        display: none !important
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .hidden-sm.hidden-md, td.hidden-sm.hidden-md, th.hidden-sm.hidden-md, tr.hidden-sm.hidden-md {
        display: none !important
    }
}

@media(min-width:1200px) {
    .hidden-sm.hidden-lg, td.hidden-sm.hidden-lg, th.hidden-sm.hidden-lg, tr.hidden-sm.hidden-lg {
        display: none !important
    }
}

.hidden-md {
    display: block !important
}

tr.hidden-md {
    display: table-row !important
}

td.hidden-md, th.hidden-md {
    display: table-cell !important
}

@media(max-width:767px) {
    .hidden-md.hidden-xs, td.hidden-md.hidden-xs, th.hidden-md.hidden-xs, tr.hidden-md.hidden-xs {
        display: none !important
    }
}

@media(min-width:768px) and (max-width:991px) {
    .hidden-md.hidden-sm, td.hidden-md.hidden-sm, th.hidden-md.hidden-sm, tr.hidden-md.hidden-sm {
        display: none !important
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .hidden-md, td.hidden-md, th.hidden-md, tr.hidden-md {
        display: none !important
    }
}

@media(min-width:1200px) {
    .hidden-md.hidden-lg, td.hidden-md.hidden-lg, th.hidden-md.hidden-lg, tr.hidden-md.hidden-lg {
        display: none !important
    }
}

.hidden-lg {
    display: block !important
}

tr.hidden-lg {
    display: table-row !important
}

td.hidden-lg, th.hidden-lg {
    display: table-cell !important
}

@media(max-width:767px) {
    .hidden-lg.hidden-xs, td.hidden-lg.hidden-xs, th.hidden-lg.hidden-xs, tr.hidden-lg.hidden-xs {
        display: none !important
    }
}

@media(min-width:768px) and (max-width:991px) {
    .hidden-lg.hidden-sm, td.hidden-lg.hidden-sm, th.hidden-lg.hidden-sm, tr.hidden-lg.hidden-sm {
        display: none !important
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .hidden-lg.hidden-md, td.hidden-lg.hidden-md, th.hidden-lg.hidden-md, tr.hidden-lg.hidden-md {
        display: block !important
    }

    .formMenuTour {
        padding-top: 80px !important;
    }
}

@media(min-width:1200px) {
    .hidden-lg, td.hidden-lg, th.hidden-lg, tr.hidden-lg {
        display: none !important
    }
}

.visible-print, td.visible-print, th.visible-print, tr.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }

    tr.visible-print {
        display: table-row !important
    }

    td.visible-print, th.visible-print {
        display: table-cell !important
    }

    .hidden-print, td.hidden-print, th.hidden-print, tr.hidden-print {
        display: none !important
    }
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle
}

    .select2-container .select2-selection--single {
        box-sizing: border-box;
        cursor: pointer;
        display: block;
        height: 28px;
        user-select: none;
        -webkit-user-select: none
    }

        .select2-container .select2-selection--single .select2-selection__rendered {
            display: block;
            padding-left: 8px;
            padding-right: 20px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap
        }

    .select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
        padding-right: 8px;
        padding-left: 20px
    }

    .select2-container .select2-selection--multiple {
        box-sizing: border-box;
        cursor: pointer;
        display: block;
        min-height: 32px;
        user-select: none;
        -webkit-user-select: none
    }

        .select2-container .select2-selection--multiple .select2-selection__rendered {
            display: inline-block;
            overflow: hidden;
            padding-left: 8px;
            text-overflow: ellipsis;
            white-space: nowrap
        }

    .select2-container .select2-search--inline {
        float: left
    }

        .select2-container .select2-search--inline .select2-search__field {
            box-sizing: border-box;
            border: none;
            font-size: 100%;
            margin-top: 5px
        }

            .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
                -webkit-appearance: none
            }

.select2-dropdown {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051
}

.select2-results {
    display: block
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0
}

.select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none
}

    .select2-results__option[aria-selected] {
        cursor: pointer
    }

.select2-container--open .select2-dropdown {
    left: 0
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-search--dropdown {
    display: block;
    padding: 4px
}

    .select2-search--dropdown .select2-search__field {
        padding: 4px;
        width: 100%;
        box-sizing: border-box
    }

        .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
            -webkit-appearance: none
        }

    .select2-search--dropdown.select2-search--hide {
        display: none
    }

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0)
}

.select2-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    display: none !important
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px
}

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #444;
        line-height: 28px
    }

    .select2-container--default .select2-selection--single .select2-selection__clear {
        cursor: pointer;
        float: right;
        font-weight: 700
    }

    .select2-container--default .select2-selection--single .select2-selection__placeholder {
        color: #999
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 26px;
        position: absolute;
        top: 1px;
        right: 1px;
        width: 20px
    }

        .select2-container--default .select2-selection--single .select2-selection__arrow b {
            border-color: #888 transparent transparent;
            border-style: solid;
            border-width: 5px 4px 0;
            height: 0;
            left: 50%;
            margin-left: -4px;
            margin-top: -2px;
            position: absolute;
            top: 50%;
            width: 0
        }

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default
}

    .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
        display: none
    }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888;
    border-width: 0 4px 5px
}

.select2-container--default .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text
}

    .select2-container--default .select2-selection--multiple .select2-selection__rendered {
        box-sizing: border-box;
        list-style: none;
        margin: 0;
        padding: 0 5px;
        width: 100%
    }

    .select2-container--default .select2-selection--multiple .select2-selection__placeholder {
        color: #999;
        margin-top: 5px;
        float: left
    }

    .select2-container--default .select2-selection--multiple .select2-selection__clear {
        cursor: pointer;
        float: right;
        font-weight: 700;
        margin-top: 5px;
        margin-right: 10px
    }

    .select2-container--default .select2-selection--multiple .select2-selection__choice {
        background-color: #3c8dbc;
        border: 1px solid #aaa;
        border-radius: 4px;
        cursor: default;
        float: left;
        margin-right: 5px;
        margin-top: 5px;
        padding: 0 5px
    }

    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
        color: #999;
        cursor: pointer;
        display: inline-block;
        font-weight: 700;
        margin-right: 2px
    }

        .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
            color: #333
        }

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder {
    float: right
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #000;
    outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple, .select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple, .select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--default .select2-results__option[role=group] {
    padding: 0
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em
}

    .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
        padding-left: 0
    }

    .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -1em;
        padding-left: 2em
    }

        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -2em;
            padding-left: 3em
        }

            .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                margin-left: -3em;
                padding-left: 4em
            }

                .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                    margin-left: -4em;
                    padding-left: 5em
                }

                    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                        margin-left: -5em;
                        padding-left: 6em
                    }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb;
    color: #fff
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic .select2-selection--single {
    background-color: #f6f6f6;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: linear-gradient(180deg,#fff 50%,#eee);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#eeeeee",GradientType=0)
}

    .select2-container--classic .select2-selection--single:focus {
        border: 1px solid #5897fb
    }

    .select2-container--classic .select2-selection--single .select2-selection__rendered {
        color: #444;
        line-height: 28px
    }

    .select2-container--classic .select2-selection--single .select2-selection__clear {
        cursor: pointer;
        float: right;
        font-weight: 700;
        margin-right: 10px
    }

    .select2-container--classic .select2-selection--single .select2-selection__placeholder {
        color: #999
    }

    .select2-container--classic .select2-selection--single .select2-selection__arrow {
        background-color: #ddd;
        border: none;
        border-left: 1px solid #aaa;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        height: 26px;
        position: absolute;
        top: 1px;
        right: 1px;
        width: 20px;
        background-image: linear-gradient(180deg,#eee 50%,#ccc);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eeeeee",endColorstr="#cccccc",GradientType=0)
    }

        .select2-container--classic .select2-selection--single .select2-selection__arrow b {
            border-color: #888 transparent transparent;
            border-style: solid;
            border-width: 5px 4px 0;
            height: 0;
            left: 50%;
            margin-left: -4px;
            margin-top: -2px;
            position: absolute;
            top: 50%;
            width: 0
        }

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb
}

    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
        background: transparent;
        border: none
    }

        .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
            border-color: transparent transparent #888;
            border-width: 0 4px 5px
        }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: linear-gradient(180deg,#fff,#eee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#eeeeee",GradientType=0)
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: linear-gradient(180deg,#eee 50%,#fff);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eeeeee",endColorstr="#ffffff",GradientType=0)
}

.select2-container--classic .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0
}

    .select2-container--classic .select2-selection--multiple:focus {
        border: 1px solid #5897fb
    }

    .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
        list-style: none;
        margin: 0;
        padding: 0 5px
    }

    .select2-container--classic .select2-selection--multiple .select2-selection__clear {
        display: none
    }

    .select2-container--classic .select2-selection--multiple .select2-selection__choice {
        background-color: #e4e4e4;
        border: 1px solid #aaa;
        border-radius: 4px;
        cursor: default;
        float: left;
        margin-right: 5px;
        margin-top: 5px;
        padding: 0 5px
    }

    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
        color: #888;
        cursor: pointer;
        display: inline-block;
        font-weight: 700;
        margin-right: 2px
    }

        .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
            color: #555
        }

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    float: right;
    margin-left: 5px;
    margin-right: auto
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0
}

.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
    border-top: none
}

.select2-container--classic .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--classic .select2-results__option[role=group] {
    padding: 0
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
    color: grey
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: #fff
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb
}

table.dataTable {
    width: 100%;
    margin: 0 auto;
    clear: both;
    border-collapse: separate;
    border-spacing: 0
}

    table.dataTable tfoot th, table.dataTable thead th {
        font-weight: 700
    }

    table.dataTable thead td, table.dataTable thead th {
        padding: 10px 18px;
        border-bottom: 1px solid #111
    }

        table.dataTable thead td:active, table.dataTable thead th:active {
            outline: none
        }

    table.dataTable tfoot td, table.dataTable tfoot th {
        padding: 10px 18px 6px;
        border-top: 1px solid #111
    }

    table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc {
        cursor: pointer;
        *cursor: hand
    }

    table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_desc_disabled {
        background-repeat: no-repeat;
        background-position: 100%
    }

    table.dataTable thead .sorting {
        background-image: url(../images/sort_both.png)
    }

    table.dataTable thead .sorting_asc {
        background-image: url(../images/sort_asc.png)
    }

    table.dataTable thead .sorting_desc {
        background-image: url(../images/sort_desc.png)
    }

    table.dataTable thead .sorting_asc_disabled {
        background-image: url(../images/sort_asc_disabled.png)
    }

    table.dataTable thead .sorting_desc_disabled {
        background-image: url(../images/sort_desc_disabled.png)
    }

    table.dataTable tbody tr {
        background-color: #fff
    }

        table.dataTable tbody tr.selected {
            background-color: #b0bed9
        }

    table.dataTable tbody td, table.dataTable tbody th {
        padding: 8px 10px
    }

    table.dataTable.display tbody td, table.dataTable.display tbody th, table.dataTable.row-border tbody td, table.dataTable.row-border tbody th {
        border-top: 1px solid #ddd
    }

    table.dataTable.display tbody tr:first-child td, table.dataTable.display tbody tr:first-child th, table.dataTable.row-border tbody tr:first-child td, table.dataTable.row-border tbody tr:first-child th {
        border-top: none
    }

    table.dataTable.cell-border tbody td, table.dataTable.cell-border tbody th {
        border-top: 1px solid #ddd;
        border-right: 1px solid #ddd
    }

    table.dataTable.cell-border tbody tr td:first-child, table.dataTable.cell-border tbody tr th:first-child {
        border-left: 1px solid #ddd
    }

    table.dataTable.cell-border tbody tr:first-child td, table.dataTable.cell-border tbody tr:first-child th {
        border-top: none
    }

    table.dataTable.display tbody tr.odd, table.dataTable.stripe tbody tr.odd {
        background-color: #f9f9f9
    }

        table.dataTable.display tbody tr.odd.selected, table.dataTable.stripe tbody tr.odd.selected {
            background-color: #abb9d3
        }

    table.dataTable.display tbody tr:hover, table.dataTable.hover tbody tr:hover {
        background-color: #f5f5f5
    }

        table.dataTable.display tbody tr:hover.selected, table.dataTable.hover tbody tr:hover.selected {
            background-color: #a9b7d1
        }

    table.dataTable.display tbody tr > .sorting_1, table.dataTable.display tbody tr > .sorting_2, table.dataTable.display tbody tr > .sorting_3, table.dataTable.order-column tbody tr > .sorting_1, table.dataTable.order-column tbody tr > .sorting_2, table.dataTable.order-column tbody tr > .sorting_3 {
        background-color: #f9f9f9
    }

    table.dataTable.display tbody tr.selected > .sorting_1, table.dataTable.display tbody tr.selected > .sorting_2, table.dataTable.display tbody tr.selected > .sorting_3, table.dataTable.order-column tbody tr.selected > .sorting_1, table.dataTable.order-column tbody tr.selected > .sorting_2, table.dataTable.order-column tbody tr.selected > .sorting_3 {
        background-color: #acbad4
    }

    table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
        background-color: #f1f1f1
    }

    table.dataTable.display tbody tr.odd > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
        background-color: #f3f3f3
    }

    table.dataTable.display tbody tr.odd > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
        background-color: #f5f5f5
    }

    table.dataTable.display tbody tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
        background-color: #a6b3cd
    }

    table.dataTable.display tbody tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
        background-color: #a7b5ce
    }

    table.dataTable.display tbody tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
        background-color: #a9b6d0
    }

    table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
        background-color: #f9f9f9
    }

    table.dataTable.display tbody tr.even > .sorting_2, table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
        background-color: #fbfbfb
    }

    table.dataTable.display tbody tr.even > .sorting_3, table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
        background-color: #fdfdfd
    }

    table.dataTable.display tbody tr.even.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
        background-color: #acbad4
    }

    table.dataTable.display tbody tr.even.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
        background-color: #adbbd6
    }

    table.dataTable.display tbody tr.even.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
        background-color: #afbdd8
    }

    table.dataTable.display tbody tr:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
        background-color: #eaeaea
    }

    table.dataTable.display tbody tr:hover > .sorting_2, table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
        background-color: #ebebeb
    }

    table.dataTable.display tbody tr:hover > .sorting_3, table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
        background-color: #eee
    }

    table.dataTable.display tbody tr:hover.selected > .sorting_1, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
        background-color: #a1aec7
    }

    table.dataTable.display tbody tr:hover.selected > .sorting_2, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
        background-color: #a2afc8
    }

    table.dataTable.display tbody tr:hover.selected > .sorting_3, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
        background-color: #a4b2cb
    }

    table.dataTable.no-footer {
        border-bottom: 1px solid #111
    }

    table.dataTable.nowrap td, table.dataTable.nowrap th {
        white-space: nowrap
    }

    table.dataTable.compact thead td, table.dataTable.compact thead th {
        padding: 4px 17px 4px 4px
    }

    table.dataTable.compact tbody td, table.dataTable.compact tbody th, table.dataTable.compact tfoot td, table.dataTable.compact tfoot th {
        padding: 4px
    }

    table.dataTable td.dt-left, table.dataTable th.dt-left {
        text-align: left
    }

    table.dataTable td.dataTables_empty, table.dataTable td.dt-center, table.dataTable th.dt-center {
        text-align: center
    }

    table.dataTable td.dt-right, table.dataTable th.dt-right {
        text-align: right
    }

    table.dataTable td.dt-justify, table.dataTable th.dt-justify {
        text-align: justify
    }

    table.dataTable td.dt-nowrap, table.dataTable th.dt-nowrap {
        white-space: nowrap
    }

    table.dataTable tfoot td.dt-head-left, table.dataTable tfoot th.dt-head-left, table.dataTable thead td.dt-head-left, table.dataTable thead th.dt-head-left {
        text-align: left
    }

    table.dataTable tfoot td.dt-head-center, table.dataTable tfoot th.dt-head-center, table.dataTable thead td.dt-head-center, table.dataTable thead th.dt-head-center {
        text-align: center
    }

    table.dataTable tfoot td.dt-head-right, table.dataTable tfoot th.dt-head-right, table.dataTable thead td.dt-head-right, table.dataTable thead th.dt-head-right {
        text-align: right
    }

    table.dataTable tfoot td.dt-head-justify, table.dataTable tfoot th.dt-head-justify, table.dataTable thead td.dt-head-justify, table.dataTable thead th.dt-head-justify {
        text-align: justify
    }

    table.dataTable tfoot td.dt-head-nowrap, table.dataTable tfoot th.dt-head-nowrap, table.dataTable thead td.dt-head-nowrap, table.dataTable thead th.dt-head-nowrap {
        white-space: nowrap
    }

    table.dataTable tbody td.dt-body-left, table.dataTable tbody th.dt-body-left {
        text-align: left
    }

    table.dataTable tbody td.dt-body-center, table.dataTable tbody th.dt-body-center {
        text-align: center
    }

    table.dataTable tbody td.dt-body-right, table.dataTable tbody th.dt-body-right {
        text-align: right
    }

    table.dataTable tbody td.dt-body-justify, table.dataTable tbody th.dt-body-justify {
        text-align: justify
    }

    table.dataTable tbody td.dt-body-nowrap, table.dataTable tbody th.dt-body-nowrap {
        white-space: nowrap
    }

    table.dataTable, table.dataTable td, table.dataTable th {
        box-sizing: content-box
    }

.dataTables_wrapper {
    position: relative;
    clear: both;
    *zoom: 1;
    zoom: 1
}

    .dataTables_wrapper .dataTables_length {
        float: left
    }

    .dataTables_wrapper .dataTables_filter {
        float: right;
        text-align: right
    }

        .dataTables_wrapper .dataTables_filter input {
            margin-left: .5em
        }

    .dataTables_wrapper .dataTables_info {
        clear: both;
        float: left;
        padding-top: .755em
    }

    .dataTables_wrapper .dataTables_paginate {
        float: right;
        text-align: right;
        padding-top: .25em
    }

        .dataTables_wrapper .dataTables_paginate .paginate_button {
            box-sizing: border-box;
            display: inline-block;
            min-width: 1.5em;
            padding: .5em 1em;
            margin-left: 2px;
            text-align: center;
            text-decoration: none !important;
            cursor: pointer;
            *cursor: hand;
            color: #333 !important;
            border: 1px solid transparent
        }

            .dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
                color: #333 !important;
                border: 1px solid #cacaca;
                background-color: #fff;
                background: linear-gradient(180deg,#fff,#dcdcdc)
            }

            .dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover {
                cursor: default;
                color: #666 !important;
                border: 1px solid transparent;
                background: transparent;
                box-shadow: none
            }

            .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
                color: #fff !important;
                border: 1px solid #111;
                background-color: #585858;
                background: linear-gradient(180deg,#585858,#111)
            }

            .dataTables_wrapper .dataTables_paginate .paginate_button:active {
                outline: none;
                background-color: #2b2b2b;
                background: linear-gradient(180deg,#2b2b2b,#0c0c0c);
                box-shadow: inset 0 0 3px #111
            }

        .dataTables_wrapper .dataTables_paginate .ellipsis {
            padding: 0 1em
        }

    .dataTables_wrapper .dataTables_processing {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        height: 40px;
        margin-left: -50%;
        margin-top: -25px;
        padding-top: 20px;
        text-align: center;
        font-size: 1.2em;
        background-color: #fff;
        background: linear-gradient(90deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.9) 25%,hsla(0,0%,100%,.9) 75%,hsla(0,0%,100%,0))
    }

    .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_paginate, .dataTables_wrapper .dataTables_processing {
        color: #333
    }

    .dataTables_wrapper .dataTables_scroll {
        clear: both
    }

        .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
            *margin-top: -1px;
            -webkit-overflow-scrolling: touch
        }

            .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td > div.dataTables_sizing, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th > div.dataTables_sizing {
                height: 0;
                overflow: hidden;
                margin: 0 !important;
                padding: 0 !important
            }

    .dataTables_wrapper.no-footer .dataTables_scrollBody {
        border-bottom: 1px solid #111
    }

    .dataTables_wrapper.no-footer div.dataTables_scrollBody table, .dataTables_wrapper.no-footer div.dataTables_scrollHead table {
        border-bottom: none
    }

    .dataTables_wrapper:after {
        visibility: hidden;
        display: block;
        content: "";
        clear: both;
        height: 0
    }

@media screen and (max-width:767px) {
    .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_paginate {
        float: none;
        text-align: center
    }

    .dataTables_wrapper .dataTables_paginate {
        margin-top: .5em
    }
}

@media screen and (max-width:640px) {
    .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_length {
        float: none;
        text-align: center
    }

    .dataTables_wrapper .dataTables_filter {
        margin-top: .5em
    }
}

.bfh-flag-AD, .bfh-flag-AE, .bfh-flag-AF, .bfh-flag-AG, .bfh-flag-AI, .bfh-flag-AL, .bfh-flag-AM, .bfh-flag-AN, .bfh-flag-AO, .bfh-flag-AQ, .bfh-flag-AR, .bfh-flag-AS, .bfh-flag-AT, .bfh-flag-AU, .bfh-flag-AW, .bfh-flag-AX, .bfh-flag-AZ, .bfh-flag-BA, .bfh-flag-BB, .bfh-flag-BD, .bfh-flag-BE, .bfh-flag-BF, .bfh-flag-BG, .bfh-flag-BH, .bfh-flag-BI, .bfh-flag-BJ, .bfh-flag-BL, .bfh-flag-BM, .bfh-flag-BN, .bfh-flag-BO, .bfh-flag-BR, .bfh-flag-BS, .bfh-flag-BT, .bfh-flag-BW, .bfh-flag-BY, .bfh-flag-BZ, .bfh-flag-CA, .bfh-flag-CD, .bfh-flag-CF, .bfh-flag-CG, .bfh-flag-CH, .bfh-flag-CI, .bfh-flag-CL, .bfh-flag-CM, .bfh-flag-CN, .bfh-flag-CO, .bfh-flag-CR, .bfh-flag-CU, .bfh-flag-CV, .bfh-flag-CY, .bfh-flag-CZ, .bfh-flag-DE, .bfh-flag-DJ, .bfh-flag-DK, .bfh-flag-DM, .bfh-flag-DO, .bfh-flag-DZ, .bfh-flag-EC, .bfh-flag-EE, .bfh-flag-EG, .bfh-flag-EH, .bfh-flag-ER, .bfh-flag-ES, .bfh-flag-ET, .bfh-flag-EU, .bfh-flag-FI, .bfh-flag-FJ, .bfh-flag-FK, .bfh-flag-FM, .bfh-flag-FO, .bfh-flag-FR, .bfh-flag-FX, .bfh-flag-GA, .bfh-flag-GB, .bfh-flag-GD, .bfh-flag-GE, .bfh-flag-GF, .bfh-flag-GG, .bfh-flag-GH, .bfh-flag-GL, .bfh-flag-GM, .bfh-flag-GN, .bfh-flag-GP, .bfh-flag-GQ, .bfh-flag-GR, .bfh-flag-GS, .bfh-flag-GT, .bfh-flag-GU, .bfh-flag-GW, .bfh-flag-GY, .bfh-flag-HK, .bfh-flag-HN, .bfh-flag-HR, .bfh-flag-HT, .bfh-flag-HU, .bfh-flag-ID, .bfh-flag-IE, .bfh-flag-IL, .bfh-flag-IM, .bfh-flag-IN, .bfh-flag-IQ, .bfh-flag-IR, .bfh-flag-IS, .bfh-flag-IT, .bfh-flag-JE, .bfh-flag-JM, .bfh-flag-JO, .bfh-flag-JP, .bfh-flag-KE, .bfh-flag-KG, .bfh-flag-KH, .bfh-flag-KI, .bfh-flag-KM, .bfh-flag-KN, .bfh-flag-KP, .bfh-flag-KR, .bfh-flag-KV, .bfh-flag-KW, .bfh-flag-KY, .bfh-flag-KZ, .bfh-flag-LA, .bfh-flag-LB, .bfh-flag-LC, .bfh-flag-LI, .bfh-flag-LK, .bfh-flag-LR, .bfh-flag-LS, .bfh-flag-LT, .bfh-flag-LU, .bfh-flag-LV, .bfh-flag-LY, .bfh-flag-MA, .bfh-flag-MC, .bfh-flag-MD, .bfh-flag-ME, .bfh-flag-MG, .bfh-flag-MH, .bfh-flag-MK, .bfh-flag-ML, .bfh-flag-MM, .bfh-flag-MN, .bfh-flag-MO, .bfh-flag-MP, .bfh-flag-MQ, .bfh-flag-MR, .bfh-flag-MS, .bfh-flag-MT, .bfh-flag-MU, .bfh-flag-MV, .bfh-flag-MW, .bfh-flag-MX, .bfh-flag-MY, .bfh-flag-MZ, .bfh-flag-NA, .bfh-flag-NC, .bfh-flag-NE, .bfh-flag-NF, .bfh-flag-NG, .bfh-flag-NI, .bfh-flag-NL, .bfh-flag-NO, .bfh-flag-NP, .bfh-flag-NR, .bfh-flag-NZ, .bfh-flag-OM, .bfh-flag-PA, .bfh-flag-PE, .bfh-flag-PF, .bfh-flag-PG, .bfh-flag-PH, .bfh-flag-PK, .bfh-flag-PL, .bfh-flag-PM, .bfh-flag-PN, .bfh-flag-PR, .bfh-flag-PS, .bfh-flag-PT, .bfh-flag-PW, .bfh-flag-PY, .bfh-flag-QA, .bfh-flag-RE, .bfh-flag-RO, .bfh-flag-RS, .bfh-flag-RU, .bfh-flag-RW, .bfh-flag-SA, .bfh-flag-SB, .bfh-flag-SC, .bfh-flag-SD, .bfh-flag-SE, .bfh-flag-SG, .bfh-flag-SH, .bfh-flag-SI, .bfh-flag-SK, .bfh-flag-SL, .bfh-flag-SM, .bfh-flag-SN, .bfh-flag-SO, .bfh-flag-SR, .bfh-flag-SS, .bfh-flag-ST, .bfh-flag-SV, .bfh-flag-SY, .bfh-flag-SZ, .bfh-flag-TC, .bfh-flag-TD, .bfh-flag-TF, .bfh-flag-TG, .bfh-flag-TH, .bfh-flag-TJ, .bfh-flag-TM, .bfh-flag-TN, .bfh-flag-TO, .bfh-flag-TP, .bfh-flag-TR, .bfh-flag-TT, .bfh-flag-TV, .bfh-flag-TW, .bfh-flag-TZ, .bfh-flag-UA, .bfh-flag-UG, .bfh-flag-US, .bfh-flag-UY, .bfh-flag-UZ, .bfh-flag-VA, .bfh-flag-VC, .bfh-flag-VE, .bfh-flag-VG, .bfh-flag-VI, .bfh-flag-VN, .bfh-flag-VU, .bfh-flag-WF, .bfh-flag-WS, .bfh-flag-YE, .bfh-flag-ZA, .bfh-flag-ZM, .bfh-flag-ZW {
    width: 16px;
    height: 14px;
    background: url(../img/bootstrap-formhelpers-countries.flags.png) no-repeat
}

    .bfh-flag-AD:empty, .bfh-flag-AE:empty, .bfh-flag-AF:empty, .bfh-flag-AG:empty, .bfh-flag-AI:empty, .bfh-flag-AL:empty, .bfh-flag-AM:empty, .bfh-flag-AN:empty, .bfh-flag-AO:empty, .bfh-flag-AQ:empty, .bfh-flag-AR:empty, .bfh-flag-AS:empty, .bfh-flag-AT:empty, .bfh-flag-AU:empty, .bfh-flag-AW:empty, .bfh-flag-AX:empty, .bfh-flag-AZ:empty, .bfh-flag-BA:empty, .bfh-flag-BB:empty, .bfh-flag-BD:empty, .bfh-flag-BE:empty, .bfh-flag-BF:empty, .bfh-flag-BG:empty, .bfh-flag-BH:empty, .bfh-flag-BI:empty, .bfh-flag-BJ:empty, .bfh-flag-BL:empty, .bfh-flag-BM:empty, .bfh-flag-BN:empty, .bfh-flag-BO:empty, .bfh-flag-BR:empty, .bfh-flag-BS:empty, .bfh-flag-BT:empty, .bfh-flag-BW:empty, .bfh-flag-BY:empty, .bfh-flag-BZ:empty, .bfh-flag-CA:empty, .bfh-flag-CD:empty, .bfh-flag-CF:empty, .bfh-flag-CG:empty, .bfh-flag-CH:empty, .bfh-flag-CI:empty, .bfh-flag-CL:empty, .bfh-flag-CM:empty, .bfh-flag-CN:empty, .bfh-flag-CO:empty, .bfh-flag-CR:empty, .bfh-flag-CU:empty, .bfh-flag-CV:empty, .bfh-flag-CY:empty, .bfh-flag-CZ:empty, .bfh-flag-DE:empty, .bfh-flag-DJ:empty, .bfh-flag-DK:empty, .bfh-flag-DM:empty, .bfh-flag-DO:empty, .bfh-flag-DZ:empty, .bfh-flag-EC:empty, .bfh-flag-EE:empty, .bfh-flag-EG:empty, .bfh-flag-EH:empty, .bfh-flag-ER:empty, .bfh-flag-ES:empty, .bfh-flag-ET:empty, .bfh-flag-EU:empty, .bfh-flag-FI:empty, .bfh-flag-FJ:empty, .bfh-flag-FK:empty, .bfh-flag-FM:empty, .bfh-flag-FO:empty, .bfh-flag-FR:empty, .bfh-flag-FX:empty, .bfh-flag-GA:empty, .bfh-flag-GB:empty, .bfh-flag-GD:empty, .bfh-flag-GE:empty, .bfh-flag-GF:empty, .bfh-flag-GG:empty, .bfh-flag-GH:empty, .bfh-flag-GL:empty, .bfh-flag-GM:empty, .bfh-flag-GN:empty, .bfh-flag-GP:empty, .bfh-flag-GQ:empty, .bfh-flag-GR:empty, .bfh-flag-GS:empty, .bfh-flag-GT:empty, .bfh-flag-GU:empty, .bfh-flag-GW:empty, .bfh-flag-GY:empty, .bfh-flag-HK:empty, .bfh-flag-HN:empty, .bfh-flag-HR:empty, .bfh-flag-HT:empty, .bfh-flag-HU:empty, .bfh-flag-ID:empty, .bfh-flag-IE:empty, .bfh-flag-IL:empty, .bfh-flag-IM:empty, .bfh-flag-IN:empty, .bfh-flag-IQ:empty, .bfh-flag-IR:empty, .bfh-flag-IS:empty, .bfh-flag-IT:empty, .bfh-flag-JE:empty, .bfh-flag-JM:empty, .bfh-flag-JO:empty, .bfh-flag-JP:empty, .bfh-flag-KE:empty, .bfh-flag-KG:empty, .bfh-flag-KH:empty, .bfh-flag-KI:empty, .bfh-flag-KM:empty, .bfh-flag-KN:empty, .bfh-flag-KP:empty, .bfh-flag-KR:empty, .bfh-flag-KV:empty, .bfh-flag-KW:empty, .bfh-flag-KY:empty, .bfh-flag-KZ:empty, .bfh-flag-LA:empty, .bfh-flag-LB:empty, .bfh-flag-LC:empty, .bfh-flag-LI:empty, .bfh-flag-LK:empty, .bfh-flag-LR:empty, .bfh-flag-LS:empty, .bfh-flag-LT:empty, .bfh-flag-LU:empty, .bfh-flag-LV:empty, .bfh-flag-LY:empty, .bfh-flag-MA:empty, .bfh-flag-MC:empty, .bfh-flag-MD:empty, .bfh-flag-ME:empty, .bfh-flag-MG:empty, .bfh-flag-MH:empty, .bfh-flag-MK:empty, .bfh-flag-ML:empty, .bfh-flag-MM:empty, .bfh-flag-MN:empty, .bfh-flag-MO:empty, .bfh-flag-MP:empty, .bfh-flag-MQ:empty, .bfh-flag-MR:empty, .bfh-flag-MS:empty, .bfh-flag-MT:empty, .bfh-flag-MU:empty, .bfh-flag-MV:empty, .bfh-flag-MW:empty, .bfh-flag-MX:empty, .bfh-flag-MY:empty, .bfh-flag-MZ:empty, .bfh-flag-NA:empty, .bfh-flag-NC:empty, .bfh-flag-NE:empty, .bfh-flag-NF:empty, .bfh-flag-NG:empty, .bfh-flag-NI:empty, .bfh-flag-NL:empty, .bfh-flag-NO:empty, .bfh-flag-NP:empty, .bfh-flag-NR:empty, .bfh-flag-NZ:empty, .bfh-flag-OM:empty, .bfh-flag-PA:empty, .bfh-flag-PE:empty, .bfh-flag-PF:empty, .bfh-flag-PG:empty, .bfh-flag-PH:empty, .bfh-flag-PK:empty, .bfh-flag-PL:empty, .bfh-flag-PM:empty, .bfh-flag-PN:empty, .bfh-flag-PR:empty, .bfh-flag-PS:empty, .bfh-flag-PT:empty, .bfh-flag-PW:empty, .bfh-flag-PY:empty, .bfh-flag-QA:empty, .bfh-flag-RE:empty, .bfh-flag-RO:empty, .bfh-flag-RS:empty, .bfh-flag-RU:empty, .bfh-flag-RW:empty, .bfh-flag-SA:empty, .bfh-flag-SB:empty, .bfh-flag-SC:empty, .bfh-flag-SD:empty, .bfh-flag-SE:empty, .bfh-flag-SG:empty, .bfh-flag-SH:empty, .bfh-flag-SI:empty, .bfh-flag-SK:empty, .bfh-flag-SL:empty, .bfh-flag-SM:empty, .bfh-flag-SN:empty, .bfh-flag-SO:empty, .bfh-flag-SR:empty, .bfh-flag-SS:empty, .bfh-flag-ST:empty, .bfh-flag-SV:empty, .bfh-flag-SY:empty, .bfh-flag-SZ:empty, .bfh-flag-TC:empty, .bfh-flag-TD:empty, .bfh-flag-TF:empty, .bfh-flag-TG:empty, .bfh-flag-TH:empty, .bfh-flag-TJ:empty, .bfh-flag-TM:empty, .bfh-flag-TN:empty, .bfh-flag-TO:empty, .bfh-flag-TP:empty, .bfh-flag-TR:empty, .bfh-flag-TT:empty, .bfh-flag-TV:empty, .bfh-flag-TW:empty, .bfh-flag-TZ:empty, .bfh-flag-UA:empty, .bfh-flag-UG:empty, .bfh-flag-US:empty, .bfh-flag-UY:empty, .bfh-flag-UZ:empty, .bfh-flag-VA:empty, .bfh-flag-VC:empty, .bfh-flag-VE:empty, .bfh-flag-VG:empty, .bfh-flag-VI:empty, .bfh-flag-VN:empty, .bfh-flag-VU:empty, .bfh-flag-WF:empty, .bfh-flag-WS:empty, .bfh-flag-YE:empty, .bfh-flag-ZA:empty, .bfh-flag-ZM:empty, .bfh-flag-ZW:empty {
        width: 16px
    }

.bfh-flag-AD, .bfh-flag-AE, .bfh-flag-AF, .bfh-flag-AG, .bfh-flag-AI, .bfh-flag-AL, .bfh-flag-AM, .bfh-flag-AN, .bfh-flag-AO, .bfh-flag-AQ, .bfh-flag-AR, .bfh-flag-AS, .bfh-flag-AT, .bfh-flag-AU, .bfh-flag-AW, .bfh-flag-AX, .bfh-flag-AZ, .bfh-flag-BA, .bfh-flag-BB, .bfh-flag-BD, .bfh-flag-BE, .bfh-flag-BF, .bfh-flag-BG, .bfh-flag-BH, .bfh-flag-BI, .bfh-flag-BJ, .bfh-flag-BL, .bfh-flag-BM, .bfh-flag-BN, .bfh-flag-BO, .bfh-flag-BR, .bfh-flag-BS, .bfh-flag-BT, .bfh-flag-BW, .bfh-flag-BY, .bfh-flag-BZ, .bfh-flag-CA, .bfh-flag-CD, .bfh-flag-CF, .bfh-flag-CG, .bfh-flag-CH, .bfh-flag-CI, .bfh-flag-CL, .bfh-flag-CM, .bfh-flag-CN, .bfh-flag-CO, .bfh-flag-CR, .bfh-flag-CU, .bfh-flag-CV, .bfh-flag-CY, .bfh-flag-CZ, .bfh-flag-DE, .bfh-flag-DJ, .bfh-flag-DK, .bfh-flag-DM, .bfh-flag-DO, .bfh-flag-DZ, .bfh-flag-EC, .bfh-flag-EE, .bfh-flag-EG, .bfh-flag-EH, .bfh-flag-ER, .bfh-flag-ES, .bfh-flag-ET, .bfh-flag-EU, .bfh-flag-EUR, .bfh-flag-FI, .bfh-flag-FJ, .bfh-flag-FK, .bfh-flag-FM, .bfh-flag-FO, .bfh-flag-FR, .bfh-flag-FX, .bfh-flag-GA, .bfh-flag-GB, .bfh-flag-GD, .bfh-flag-GE, .bfh-flag-GF, .bfh-flag-GG, .bfh-flag-GH, .bfh-flag-GL, .bfh-flag-GM, .bfh-flag-GN, .bfh-flag-GP, .bfh-flag-GQ, .bfh-flag-GR, .bfh-flag-GS, .bfh-flag-GT, .bfh-flag-GU, .bfh-flag-GW, .bfh-flag-GY, .bfh-flag-HK, .bfh-flag-HN, .bfh-flag-HR, .bfh-flag-HT, .bfh-flag-HU, .bfh-flag-ID, .bfh-flag-IE, .bfh-flag-IL, .bfh-flag-IM, .bfh-flag-IN, .bfh-flag-IQ, .bfh-flag-IR, .bfh-flag-IS, .bfh-flag-IT, .bfh-flag-JE, .bfh-flag-JM, .bfh-flag-JO, .bfh-flag-JP, .bfh-flag-KE, .bfh-flag-KG, .bfh-flag-KH, .bfh-flag-KI, .bfh-flag-KM, .bfh-flag-KN, .bfh-flag-KP, .bfh-flag-KR, .bfh-flag-KV, .bfh-flag-KW, .bfh-flag-KY, .bfh-flag-KZ, .bfh-flag-LA, .bfh-flag-LB, .bfh-flag-LC, .bfh-flag-LI, .bfh-flag-LK, .bfh-flag-LR, .bfh-flag-LS, .bfh-flag-LT, .bfh-flag-LU, .bfh-flag-LV, .bfh-flag-LY, .bfh-flag-MA, .bfh-flag-MC, .bfh-flag-MD, .bfh-flag-ME, .bfh-flag-MG, .bfh-flag-MH, .bfh-flag-MK, .bfh-flag-ML, .bfh-flag-MM, .bfh-flag-MN, .bfh-flag-MO, .bfh-flag-MP, .bfh-flag-MQ, .bfh-flag-MR, .bfh-flag-MS, .bfh-flag-MT, .bfh-flag-MU, .bfh-flag-MV, .bfh-flag-MW, .bfh-flag-MX, .bfh-flag-MY, .bfh-flag-MZ, .bfh-flag-NA, .bfh-flag-NC, .bfh-flag-NE, .bfh-flag-NF, .bfh-flag-NG, .bfh-flag-NI, .bfh-flag-NL, .bfh-flag-NO, .bfh-flag-NP, .bfh-flag-NR, .bfh-flag-NZ, .bfh-flag-OM, .bfh-flag-PA, .bfh-flag-PE, .bfh-flag-PF, .bfh-flag-PG, .bfh-flag-PH, .bfh-flag-PK, .bfh-flag-PL, .bfh-flag-PM, .bfh-flag-PN, .bfh-flag-PR, .bfh-flag-PS, .bfh-flag-PT, .bfh-flag-PW, .bfh-flag-PY, .bfh-flag-QA, .bfh-flag-RE, .bfh-flag-RO, .bfh-flag-RS, .bfh-flag-RU, .bfh-flag-RW, .bfh-flag-SA, .bfh-flag-SB, .bfh-flag-SC, .bfh-flag-SD, .bfh-flag-SE, .bfh-flag-SG, .bfh-flag-SH, .bfh-flag-SI, .bfh-flag-SK, .bfh-flag-SL, .bfh-flag-SM, .bfh-flag-SN, .bfh-flag-SO, .bfh-flag-SR, .bfh-flag-SS, .bfh-flag-ST, .bfh-flag-SV, .bfh-flag-SY, .bfh-flag-SZ, .bfh-flag-TC, .bfh-flag-TD, .bfh-flag-TF, .bfh-flag-TG, .bfh-flag-TH, .bfh-flag-TJ, .bfh-flag-TM, .bfh-flag-TN, .bfh-flag-TO, .bfh-flag-TP, .bfh-flag-TR, .bfh-flag-TT, .bfh-flag-TV, .bfh-flag-TW, .bfh-flag-TZ, .bfh-flag-UA, .bfh-flag-UG, .bfh-flag-US, .bfh-flag-UY, .bfh-flag-UZ, .bfh-flag-VA, .bfh-flag-VC, .bfh-flag-VE, .bfh-flag-VG, .bfh-flag-VI, .bfh-flag-VN, .bfh-flag-VU, .bfh-flag-WF, .bfh-flag-WS, .bfh-flag-XCD, .bfh-flag-YE, .bfh-flag-ZA, .bfh-flag-ZM, .bfh-flag-ZW {
    margin-right: 5px
}

.bfh-flag-AD {
    background-position: -1921px 0
}

.bfh-flag-AE {
    background-position: -1904px 0
}

.bfh-flag-AF {
    background-position: -3689px 0
}

.bfh-flag-AG {
    background-position: -34px 0
}

.bfh-flag-AI {
    background-position: -51px 0
}

.bfh-flag-AL {
    background-position: -68px 0
}

.bfh-flag-AM {
    background-position: -85px 0
}

.bfh-flag-AN {
    background-position: -102px 0
}

.bfh-flag-AO {
    background-position: -119px 0
}

.bfh-flag-AQ {
    background-position: -136px 0
}

.bfh-flag-AR {
    background-position: -153px 0
}

.bfh-flag-AS {
    background-position: -170px 0
}

.bfh-flag-AT {
    background-position: -187px 0
}

.bfh-flag-AU {
    background-position: -204px 0
}

.bfh-flag-AW {
    background-position: -221px 0
}

.bfh-flag-AX {
    background-position: -238px 0
}

.bfh-flag-AZ {
    background-position: -255px 0
}

.bfh-flag-BA {
    background-position: -272px 0
}

.bfh-flag-BB {
    background-position: -289px 0
}

.bfh-flag-BD {
    background-position: -306px 0
}

.bfh-flag-BE {
    background-position: -323px 0
}

.bfh-flag-BG {
    background-position: -340px 0
}

.bfh-flag-BH {
    background-position: -357px 0
}

.bfh-flag-BI {
    background-position: -374px 0
}

.bfh-flag-BJ {
    background-position: -391px 0
}

.bfh-flag-BL {
    background-position: -408px 0
}

.bfh-flag-BM {
    background-position: -425px 0
}

.bfh-flag-BN {
    background-position: -442px 0
}

.bfh-flag-BO {
    background-position: -459px 0
}

.bfh-flag-BR {
    background-position: -476px 0
}

.bfh-flag-BS {
    background-position: -493px 0
}

.bfh-flag-BT {
    background-position: -510px 0
}

.bfh-flag-BW {
    background-position: -527px 0
}

.bfh-flag-BY {
    background-position: -544px 0
}

.bfh-flag-BZ {
    background-position: -561px 0
}

.bfh-flag-CA {
    background-position: -578px 0
}

.bfh-flag-CD {
    background-position: -595px 0
}

.bfh-flag-CF {
    background-position: -612px 0
}

.bfh-flag-CG {
    background-position: -629px 0
}

.bfh-flag-CH {
    background-position: -646px 0
}

.bfh-flag-CI {
    background-position: -663px 0
}

.bfh-flag-CL {
    background-position: -680px 0
}

.bfh-flag-CM {
    background-position: -697px 0
}

.bfh-flag-CN {
    background-position: -714px 0
}

.bfh-flag-CO {
    background-position: -731px 0
}

.bfh-flag-CR {
    background-position: -748px 0
}

.bfh-flag-CV {
    background-position: -765px 0
}

.bfh-flag-CY {
    background-position: -782px 0
}

.bfh-flag-CZ {
    background-position: -799px 0
}

.bfh-flag-DJ {
    background-position: -816px 0
}

.bfh-flag-DK {
    background-position: -833px 0
}

.bfh-flag-DM {
    background-position: -850px 0
}

.bfh-flag-DO {
    background-position: -867px 0
}

.bfh-flag-DZ {
    background-position: -884px 0
}

.bfh-flag-EC {
    background-position: -901px 0
}

.bfh-flag-EE {
    background-position: -918px 0
}

.bfh-flag-EG {
    background-position: -935px 0
}

.bfh-flag-EH {
    background-position: -952px 0
}

.bfh-flag-ER {
    background-position: -969px 0
}

.bfh-flag-ES {
    background-position: -986px 0
}

.bfh-flag-ET {
    background-position: -1003px 0
}

.bfh-flag-EU {
    background-position: -1020px 0
}

.bfh-flag-FI {
    background-position: -1037px 0
}

.bfh-flag-FJ {
    background-position: -1054px 0
}

.bfh-flag-FK {
    background-position: -1071px 0
}

.bfh-flag-FM {
    background-position: -1088px 0
}

.bfh-flag-FO {
    background-position: -1105px 0
}

.bfh-flag-FR, .bfh-flag-FX, .bfh-flag-GF, .bfh-flag-GP, .bfh-flag-MQ, .bfh-flag-NC, .bfh-flag-PF, .bfh-flag-PM, .bfh-flag-RE, .bfh-flag-TF, .bfh-flag-WF {
    background-position: -1122px 0
}

.bfh-flag-GA {
    background-position: -1139px 0
}

.bfh-flag-GB {
    background-position: -1156px 0
}

.bfh-flag-GD {
    background-position: -1173px 0
}

.bfh-flag-GE {
    background-position: -1190px 0
}

.bfh-flag-GG {
    background-position: -1207px 0
}

.bfh-flag-GH {
    background-position: -1224px 0
}

.bfh-flag-GL {
    background-position: -1241px 0
}

.bfh-flag-GM {
    background-position: -1258px 0
}

.bfh-flag-GN {
    background-position: -1275px 0
}

.bfh-flag-GQ {
    background-position: -1292px 0
}

.bfh-flag-GR {
    background-position: -1309px 0
}

.bfh-flag-GS {
    background-position: -1326px 0
}

.bfh-flag-GT {
    background-position: -1343px 0
}

.bfh-flag-GU {
    background-position: -1360px 0
}

.bfh-flag-GW {
    background-position: -1377px 0
}

.bfh-flag-GY {
    background-position: -1394px 0
}

.bfh-flag-HK {
    background-position: -1411px 0
}

.bfh-flag-HN {
    background-position: -1428px 0
}

.bfh-flag-HR {
    background-position: -1445px 0
}

.bfh-flag-HT {
    background-position: -1462px 0
}

.bfh-flag-HU {
    background-position: -1479px 0
}

.bfh-flag-ID {
    background-position: -1496px 0
}

.bfh-flag-IE {
    background-position: -1513px 0
}

.bfh-flag-IL {
    background-position: -1530px 0
}

.bfh-flag-IM {
    background-position: -1547px 0
}

.bfh-flag-IN {
    background-position: -1564px 0
}

.bfh-flag-IQ {
    background-position: -1581px 0
}

.bfh-flag-IS {
    background-position: -1598px 0
}

.bfh-flag-IT {
    background-position: -1615px 0
}

.bfh-flag-JE {
    background-position: -1632px 0
}

.bfh-flag-JM {
    background-position: -1649px 0
}

.bfh-flag-JO {
    background-position: -1666px 0
}

.bfh-flag-JP {
    background-position: -1683px 0
}

.bfh-flag-KE {
    background-position: -1700px 0
}

.bfh-flag-KG {
    background-position: -1717px 0
}

.bfh-flag-KH {
    background-position: -1734px 0
}

.bfh-flag-KI {
    background-position: -1751px 0
}

.bfh-flag-KM {
    background-position: -1768px 0
}

.bfh-flag-KN {
    background-position: -1785px 0
}

.bfh-flag-KP {
    background-position: -1802px 0
}

.bfh-flag-KR {
    background-position: -1819px 0
}

.bfh-flag-KV {
    background-position: -1836px 0
}

.bfh-flag-KW {
    background-position: -1853px 0
}

.bfh-flag-KY {
    background-position: -1870px 0
}

.bfh-flag-LA {
    background-position: -1887px 0
}

.bfh-flag-LC {
    background-position: 0 0
}

.bfh-flag-LK {
    background-position: -17px 0
}

.bfh-flag-LR {
    background-position: -1938px 0
}

.bfh-flag-LS {
    background-position: -1955px 0
}

.bfh-flag-LT {
    background-position: -1972px 0
}

.bfh-flag-LU {
    background-position: -1989px 0
}

.bfh-flag-LV {
    background-position: -2006px 0
}

.bfh-flag-LY {
    background-position: -2023px 0
}

.bfh-flag-MA {
    background-position: -2040px 0
}

.bfh-flag-ME {
    background-position: -2057px 0
}

.bfh-flag-MG {
    background-position: -2074px 0
}

.bfh-flag-MH {
    background-position: -2091px 0
}

.bfh-flag-ML {
    background-position: -2108px 0
}

.bfh-flag-MM {
    background-position: -2125px 0
}

.bfh-flag-MP {
    background-position: -2142px 0
}

.bfh-flag-MR {
    background-position: -2159px 0
}

.bfh-flag-MS {
    background-position: -2176px 0
}

.bfh-flag-MT {
    background-position: -2193px 0
}

.bfh-flag-MU {
    background-position: -2210px 0
}

.bfh-flag-MV {
    background-position: -2227px 0
}

.bfh-flag-MW {
    background-position: -2244px 0
}

.bfh-flag-MZ {
    background-position: -2261px 0
}

.bfh-flag-NA {
    background-position: -2278px 0
}

.bfh-flag-NE {
    background-position: -2295px 0
}

.bfh-flag-NF {
    background-position: -2312px 0
}

.bfh-flag-NG {
    background-position: -2329px 0
}

.bfh-flag-NI {
    background-position: -2346px 0
}

.bfh-flag-NL {
    background-position: -2363px 0
}

.bfh-flag-NO {
    background-position: -2380px 0
}

.bfh-flag-NP {
    background-position: -2397px 0
}

.bfh-flag-NR {
    background-position: -2414px 0
}

.bfh-flag-NZ {
    background-position: -2431px 0
}

.bfh-flag-OM {
    background-position: -2448px 0
}

.bfh-flag-PA {
    background-position: -2465px 0
}

.bfh-flag-PE {
    background-position: -2482px 0
}

.bfh-flag-PG {
    background-position: -2499px 0
}

.bfh-flag-PH {
    background-position: -2516px 0
}

.bfh-flag-PK {
    background-position: -2533px 0
}

.bfh-flag-PL {
    background-position: -2550px 0
}

.bfh-flag-PN {
    background-position: -2567px 0
}

.bfh-flag-PS {
    background-position: -2584px 0
}

.bfh-flag-PT {
    background-position: -2601px 0
}

.bfh-flag-PW {
    background-position: -2618px 0
}

.bfh-flag-PY {
    background-position: -2635px 0
}

.bfh-flag-QA {
    background-position: -2652px 0
}

.bfh-flag-RS {
    background-position: -2669px 0
}

.bfh-flag-RU {
    background-position: -2686px 0
}

.bfh-flag-RW {
    background-position: -2703px 0
}

.bfh-flag-SA {
    background-position: -2720px 0
}

.bfh-flag-SB {
    background-position: -2737px 0
}

.bfh-flag-SC {
    background-position: -2754px 0
}

.bfh-flag-SD {
    background-position: -2771px 0
}

.bfh-flag-SE {
    background-position: -2788px 0
}

.bfh-flag-SG {
    background-position: -2805px 0
}

.bfh-flag-SH {
    background-position: -2822px 0
}

.bfh-flag-SI {
    background-position: -2839px 0
}

.bfh-flag-SK {
    background-position: -2856px 0
}

.bfh-flag-SM {
    background-position: -2873px 0
}

.bfh-flag-SN {
    background-position: -2890px 0
}

.bfh-flag-SO {
    background-position: -2907px 0
}

.bfh-flag-SR {
    background-position: -2924px 0
}

.bfh-flag-SS {
    background-position: -2941px 0
}

.bfh-flag-ST {
    background-position: -2958px 0
}

.bfh-flag-SV {
    background-position: -2975px 0
}

.bfh-flag-SY {
    background-position: -2992px 0
}

.bfh-flag-SZ {
    background-position: -3009px 0
}

.bfh-flag-TC {
    background-position: -3026px 0
}

.bfh-flag-TD {
    background-position: -3043px 0
}

.bfh-flag-TG {
    background-position: -3060px 0
}

.bfh-flag-TH {
    background-position: -3077px 0
}

.bfh-flag-TJ {
    background-position: -3094px 0
}

.bfh-flag-TM {
    background-position: -3111px 0
}

.bfh-flag-TN {
    background-position: -3128px 0
}

.bfh-flag-TP {
    background-position: -3145px 0
}

.bfh-flag-TR {
    background-position: -3162px 0
}

.bfh-flag-TT {
    background-position: -3179px 0
}

.bfh-flag-TV {
    background-position: -3196px 0
}

.bfh-flag-TW {
    background-position: -3213px 0
}

.bfh-flag-TZ {
    background-position: -3230px 0
}

.bfh-flag-UA {
    background-position: -3247px 0
}

.bfh-flag-UG {
    background-position: -3264px 0
}

.bfh-flag-US {
    background-position: -3281px 0
}

.bfh-flag-UY {
    background-position: -3298px 0
}

.bfh-flag-UZ {
    background-position: -3315px 0
}

.bfh-flag-VC {
    background-position: -3332px 0
}

.bfh-flag-VE {
    background-position: -3349px 0
}

.bfh-flag-VG {
    background-position: -3366px 0
}

.bfh-flag-VI {
    background-position: -3383px 0
}

.bfh-flag-VN {
    background-position: -3400px 0
}

.bfh-flag-VU {
    background-position: -3417px 0
}

.bfh-flag-WS {
    background-position: -3434px 0
}

.bfh-flag-YE {
    background-position: -3451px 0
}

.bfh-flag-ZA {
    background-position: -3468px 0
}

.bfh-flag-ZM {
    background-position: -3485px 0
}

.bfh-flag-BF {
    background-position: -3502px 0
}

.bfh-flag-CU {
    background-position: -3519px 0
}

.bfh-flag-DE {
    background-position: -3536px 0
}

.bfh-flag-IR {
    background-position: -3553px 0
}

.bfh-flag-KZ {
    background-position: -3570px 0
}

.bfh-flag-LB {
    background-position: -3587px 0
}

.bfh-flag-LI {
    background-position: -3604px 0
}

.bfh-flag-MC {
    background-position: -3621px 0
}

.bfh-flag-MD {
    background-position: -3638px 0
}

.bfh-flag-MK {
    background-position: -3655px 0
}

.bfh-flag-MN {
    background-position: -3672px 0
}

.bfh-flag-MO {
    background-position: -3706px 0
}

.bfh-flag-MX {
    background-position: -3723px 0
}

.bfh-flag-MY {
    background-position: -3740px 0
}

.bfh-flag-PR {
    background-position: -3757px 0
}

.bfh-flag-RO {
    background-position: -3774px 0
}

.bfh-flag-SL {
    background-position: -3791px 0
}

.bfh-flag-TO {
    background-position: -3808px 0
}

.bfh-flag-VA {
    background-position: -3825px 0
}

.bfh-flag-ZW {
    background-position: -3842px 0
}

.bfh-flag-EUR {
    background: url(../img/eu.png) no-repeat
}

.bfh-flag-XCD {
    background: url(../img/xcd.png) no-repeat
}

.bfh-flag-AUD, .bfh-flag-CHF, .bfh-flag-DKK, .bfh-flag-EUR, .bfh-flag-XAF, .bfh-flag-XCD, .bfh-flag-XOF, .bfh-flag-XPF, .bfh-flag-ZAR {
    width: 16px;
    height: 14px;
    background: url(../img/bootstrap-formhelpers-currencies.flags.png) no-repeat
}

    .bfh-flag-AUD:empty, .bfh-flag-CHF:empty, .bfh-flag-DKK:empty, .bfh-flag-EUR:empty, .bfh-flag-XAF:empty, .bfh-flag-XCD:empty, .bfh-flag-XOF:empty, .bfh-flag-XPF:empty, .bfh-flag-ZAR:empty {
        width: 16px
    }

.bfh-flag-AUD, .bfh-flag-CHF, .bfh-flag-DKK, .bfh-flag-EUR, .bfh-flag-XAF, .bfh-flag-XCD, .bfh-flag-XOF, .bfh-flag-XPF, .bfh-flag-ZAR {
    margin-right: 5px
}

.bfh-flag-AUD {
    background-position: -32px 0
}

.bfh-flag-CHF {
    background-position: -224px 0
}

.bfh-flag-DKK {
    background-position: -64px -16px
}

.bfh-flag-EUR {
    background-position: -96px -16px
}

.bfh-flag-XAF {
    background-position: -160px -80px
}

.bfh-flag-XCD {
    background-position: -176px -80px
}

.bfh-flag-XOF {
    background-position: -192px -80px
}

.bfh-flag-XPF {
    background-position: -208px -80px
}

.bfh-flag-ZAR {
    background-position: -224px -80px
}

.bfh-selectbox {
    position: relative
}

    .bfh-selectbox .bfh-selectbox-toggle {
        display: inline-block;
        padding: 6px 24px 6px 12px;
        text-decoration: none
    }

        .bfh-selectbox .bfh-selectbox-toggle:focus {
            outline: 0
        }

        .bfh-selectbox .bfh-selectbox-toggle .bfh-selectbox-option {
            display: inline-block;
            float: left;
            width: 100%;
            height: 20px;
            overflow: hidden;
            text-overflow: ellipsis
        }

        .bfh-selectbox .bfh-selectbox-toggle .selectbox-caret {
            float: right;
            margin-top: 8px;
            margin-right: -16px;
            margin-left: -10px
        }

    .bfh-selectbox .bfh-selectbox-options {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
        display: none;
        float: left;
        min-width: 90px;
        padding: 5px 0;
        margin: -1px 0 0;
        font-size: 14px;
        background-color: #fff;
        border: 1px solid #ccc;
        border: 1px solid rgba(0,0,0,.15);
        border-radius: 4px;
        box-shadow: 0 6px 12px rgba(0,0,0,.175);
        background-clip: padding-box
    }

        .bfh-selectbox .bfh-selectbox-options.pull-right {
            right: 0;
            left: auto
        }

        .bfh-selectbox .bfh-selectbox-options .divider {
            height: 1px;
            margin: 9px 0;
            overflow: hidden;
            background-color: #e5e5e5
        }

        .bfh-selectbox .bfh-selectbox-options .bfh-selectbox-filter-container {
            width: 100%;
            padding: 5px
        }

        .bfh-selectbox .bfh-selectbox-options ul {
            max-width: 500px;
            max-height: 200px;
            padding: 0;
            margin: 5px 0 0;
            overflow-x: hidden;
            overflow-y: auto;
            list-style: none
        }

            .bfh-selectbox .bfh-selectbox-options ul li > a {
                display: block;
                width: 100%;
                min-height: 26px;
                padding: 3px 20px;
                overflow-x: hidden;
                clear: both;
                font-weight: 400;
                line-height: 1.428571429;
                color: #333;
                text-overflow: ellipsis;
                white-space: nowrap
            }

                .bfh-selectbox .bfh-selectbox-options ul li > a:focus, .bfh-selectbox .bfh-selectbox-options ul li > a:hover {
                    color: #262626;
                    text-decoration: none;
                    background-color: #f5f5f5
                }

            .bfh-selectbox .bfh-selectbox-options ul .bfh-selectbox-options-header {
                display: block;
                padding: 3px 20px;
                font-size: 12px;
                line-height: 1.428571429;
                color: #999
            }

            .bfh-selectbox .bfh-selectbox-options ul .disabled > a {
                color: #999
            }

                .bfh-selectbox .bfh-selectbox-options ul .disabled > a:focus, .bfh-selectbox .bfh-selectbox-options ul .disabled > a:hover {
                    color: #999;
                    text-decoration: none;
                    cursor: not-allowed;
                    background-color: transparent;
                    background-image: none;
                    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
                }

    .bfh-selectbox.open > .bfh-selectbox-options {
        display: block
    }

    .bfh-selectbox.open a {
        outline: 0
    }

.pull-right > .bfh-selectbox-options {
    right: 0;
    left: auto
}

.bfh-selectbox-up .caret, .navbar-fixed-bottom .bfh-selectbox .caret {
    border-top: 0 dotted;
    border-bottom: 4px solid #000;
    content: ""
}

.bfh-selectbox-up .bfh-selectbox-options, .navbar-fixed-bottom .bfh-selectbox .bfh-selectbox-options {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px
}

@media(min-width:768px) {
    .navbar-right .bfh-selectbox-options {
        right: 0;
        left: auto
    }
}

.bfh-googlefonts .bfh-selectbox-options a {
    width: 230px;
    height: 30px;
    text-indent: -9999px;
    background-image: url(../img/bootstrap-formhelpers-googlefonts.png)
}

    .bfh-googlefonts .bfh-selectbox-options a:focus {
        background-color: transparent;
        background-repeat: no-repeat;
        outline: 0;
        filter: none
    }

.bfh-googlefonts .bfh-selectbox-options .active > a, .bfh-googlefonts .bfh-selectbox-options .active > a:hover {
    background-color: transparent;
    background-image: url(../img/bootstrap-formhelpers-googlefonts.png);
    background-repeat: no-repeat;
    outline: 0;
    filter: none
}

.bfh-datepicker-calendar {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 296px
}

    .bfh-datepicker-calendar > table.calendar {
        width: 376px;
        background: #fff
    }

        .bfh-datepicker-calendar > table.calendar .months-header > th {
            font-size: 12px;
            text-align: center
        }

            .bfh-datepicker-calendar > table.calendar .months-header > th.month > span {
                display: inline-block;
                width: 100px
            }

            .bfh-datepicker-calendar > table.calendar .months-header > th.year > span {
                display: inline-block;
                width: 50px
            }

        .bfh-datepicker-calendar > table.calendar .days-header > th, .bfh-datepicker-calendar > table.calendar > tbody > tr > td {
            width: 30px;
            font-size: 11px;
            line-height: 12px;
            text-align: center
        }

            .bfh-datepicker-calendar > table.calendar > tbody > tr > td.today {
                color: #fff;
                background-color: #428bca
            }

            .bfh-datepicker-calendar > table.calendar > tbody > tr > td.off {
                color: #999
            }

            .bfh-datepicker-calendar > table.calendar > tbody > tr > td:not(.off):hover {
                color: #262626;
                cursor: pointer;
                background-color: #f5f5f5
            }

.bfh-datepicker {
    position: relative
}

.bfh-datepicker-toggle {
    *margin-bottom: -3px
}

    .bfh-datepicker-toggle > input[readonly] {
        cursor: inherit;
        background-color: inherit
    }

.open > .bfh-datepicker-calendar {
    display: block
}

.bfh-timepicker-popover {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 100px;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    background-clip: padding-box
}

    .bfh-timepicker-popover > table {
        width: 180px;
        margin: 0
    }

        .bfh-timepicker-popover > table > tbody > tr > td {
            text-align: center;
            border: 0
        }

            .bfh-timepicker-popover > table > tbody > tr > td.separator {
                font-size: 20px;
                font-weight: 700;
                line-height: 28px
            }

            .bfh-timepicker-popover > table > tbody > tr > td > div > input {
                width: 42px !important;
                text-align: center
            }

.bfh-timepicker {
    position: relative
}

.bfh-timepicker-toggle {
    *margin-bottom: -3px
}

    .bfh-timepicker-toggle > input[readonly] {
        cursor: inherit;
        background-color: inherit
    }

.open > .bfh-timepicker-popover {
    display: block
}

.bfh-slider {
    height: 20px;
    margin-top: 8px;
    margin-bottom: 23px;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none
}

    .bfh-slider > .bfh-slider-handle {
        width: 20px;
        height: 34px;
        margin-top: -7px;
        background: #efefef
    }

        .bfh-slider > .bfh-slider-handle, .bfh-slider > .bfh-slider-handle > .bfh-slider-value {
            position: absolute;
            cursor: col-resize;
            border: 1px solid #ccc;
            border: 1px solid rgba(0,0,0,.15);
            border-radius: 4px
        }

            .bfh-slider > .bfh-slider-handle > .bfh-slider-value {
                width: 48px;
                height: 20px;
                margin-top: 5px;
                margin-left: -15px;
                line-height: 20px;
                text-align: center;
                background-color: #fff
            }

                .bfh-slider.disabled .bfh-slider-value, .bfh-slider > .bfh-slider-handle > .bfh-slider-value .disabled {
                    color: #999
                }

.bfh-colorpicker-popover {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 100px;
    padding: 20px;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    background-clip: padding-box
}

    .bfh-colorpicker-popover > canvas {
        width: 384px;
        height: 256px
    }

.bfh-colorpicker {
    position: relative
}

.bfh-colorpicker-toggle {
    *margin-bottom: -3px
}

    .bfh-colorpicker-toggle > input[readonly] {
        cursor: inherit;
        background-color: inherit
    }

    .bfh-colorpicker-toggle .bfh-colorpicker-icon {
        display: block;
        width: 16px;
        height: 16px
    }

.open > .bfh-colorpicker-popover {
    display: block
}

.input-group > .bfh-number {
    border-right: 0
}

.input-group > .bfh-number-btn:hover {
    background-color: #ccc
}

@font-face {
    font-display: auto;
    font-family: flexslider-icon;
    src: url(https://dulichviet.com.vn/fonts/flexslider-icon.eot);
    src: url(https://dulichviet.com.vn/fonts/flexslider-icon.eot#iefix) format("embedded-opentype"),url(https://dulichviet.com.vn/fonts/flexslider-icon.woff) format("woff"),url(https://dulichviet.com.vn/fonts/flexslider-icon.ttf) format("truetype"),url(https://dulichviet.com.vn/fonts/flexslider-icon.svg#flexslider-icon) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-display: auto;
    font-family: flexslider-icon;
    src: url(/fonts/flexslider/flexslider-icon.eot);
    src: url(/fonts/flexslider/flexslider-icon.eot?#iefix) format("embedded-opentype"),url(/fonts/flexslider/flexslider-icon.woff) format("woff"),url(/fonts/flexslider/flexslider-icon.ttf) format("truetype"),url(/fonts/flexslider/flexslider-icon.svg#flexslider-icon) format("svg");
    font-weight: 400;
    font-style: normal
}

.flex-container a:hover, .flex-slider a:hover {
    outline: none
}

.flex-control-nav, .flex-direction-nav, .slides, .slides > li {
    margin: 0;
    padding: 0;
    list-style: none
}

.flex-pauseplay span {
    text-transform: capitalize
}

.flexslider {
    padding: 0
}

    .flexslider .slides > li {
        display: none;
        -webkit-backface-visibility: hidden
    }

    .flexslider .slides img {
        width: 100%;
        display: block
    }

    .flexslider .slides:after {
        content: " ";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0
    }

html[xmlns] .flexslider .slides {
    display: block
}

* html .flexslider .slides {
    height: 1%
}

.no-js .flexslider .slides > li:first-child {
    display: block
}

.flexslider {
    margin: 0;
    background: #fff;
    border: 4px solid #fff;
    position: relative;
    zoom: 1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px
}

    .flexslider .slides {
        zoom: 1
    }

        .flexslider .slides img {
            height: auto;
            -moz-user-select: none
        }

.flex-viewport {
    max-height: 2000px;
    transition: all 1s ease
}

.loading .flex-viewport {
    max-height: 300px
}

.carousel li {
    margin-right: 5px
}

.flex-direction-nav {
    *height: 0
}

    .flex-direction-nav a {
        text-decoration: none;
        display: block;
        width: 48px;
        height: 48px;
        margin: -20px 0 0;
        position: absolute;
        top: 50%;
        z-index: 10;
        overflow: hidden;
        opacity: 0;
        cursor: pointer;
        transition: all .3s ease-in-out
    }

        .flex-direction-nav a, .flex-direction-nav a:before {
            color: rgba(0,0,0,.8);
            text-shadow: 1px 1px 0 hsla(0,0%,100%,.3)
        }

            .flex-direction-nav a:before {
                font-family: flexslider-icon;
                font-size: 40px;
                display: inline-block;
                content: "\F001"
            }

            .flex-direction-nav a.flex-next:before {
                content: "\F002"
            }

    .flex-direction-nav .flex-prev {
        left: -50px
    }

    .flex-direction-nav .flex-next {
        right: -50px;
        text-align: right
    }

.flexslider:hover .flex-direction-nav .flex-prev {
    opacity: .7;
    left: 10px
}

    .flexslider:hover .flex-direction-nav .flex-prev:hover {
        opacity: 1
    }

.flexslider:hover .flex-direction-nav .flex-next {
    opacity: .7;
    right: 10px
}

    .flexslider:hover .flex-direction-nav .flex-next:hover {
        opacity: 1
    }

.flex-direction-nav .flex-disabled {
    opacity: 0 !important;
    filter: alpha(opacity=0);
    cursor: default;
    z-index: -1
}

.flex-pauseplay a {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 5px;
    left: 10px;
    opacity: .8;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: #000
}

    .flex-pauseplay a:before {
        font-family: flexslider-icon;
        font-size: 20px;
        display: inline-block;
        content: "\F004"
    }

    .flex-pauseplay a:hover {
        opacity: 1
    }

    .flex-pauseplay a.flex-play:before {
        content: "\F003"
    }

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -40px;
    text-align: center
}

    .flex-control-nav li {
        margin: 0 6px;
        display: inline-block;
        zoom: 1;
        *display: inline
    }

.flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #666;
    background: rgba(0,0,0,.5);
    cursor: pointer;
    text-indent: -9999px;
    -o-box-shadow: inset 0 0 3px rgba(0,0,0,.3);
    box-shadow: inset 0 0 3px rgba(0,0,0,.3);
    border-radius: 20px
}

    .flex-control-paging li a:hover {
        background: #333;
        background: rgba(0,0,0,.7)
    }

    .flex-control-paging li a.flex-active {
        background: #000;
        background: rgba(0,0,0,.9);
        cursor: default
    }

.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden
}

    .flex-control-thumbs li {
        width: 25%;
        float: left;
        margin: 0
    }

    .flex-control-thumbs img {
        width: 100%;
        height: auto;
        display: block;
        opacity: .7;
        cursor: pointer;
        -moz-user-select: none;
        transition: all 1s ease
    }

        .flex-control-thumbs img:hover {
            opacity: 1
        }

    .flex-control-thumbs .flex-active {
        opacity: 1;
        cursor: default
    }

@media screen and (max-width:860px) {
    .flex-direction-nav .flex-prev {
        opacity: 1;
        left: 10px
    }

    .flex-direction-nav .flex-next {
        opacity: 1;
        right: 10px
    }
}

#mda-slider .flex-viewport li {
    height: 225px;
    overflow: hidden
}

#mda-carousel {
    height: 65px
}

    #mda-carousel li {
        height: 55px;
        overflow: hidden
    }

.wc100, body {
    width: 100%
}

body {
    font-family: Arial;
    overflow-y: scroll;
    height: 100%;
    margin: 0 !important;
    padding: 0 !important
}

h1, h2, h3, h4, p {
    padding: 0;
    margin: 0;
    font-family: Arial
}

a, a:focus, a:hover {
    text-decoration: none
}

    a:active, a:focus, a:hover {
        text-decoration: none;
        border: none
    }

.clearfix:after {
    content: ".";
    line-height: 0
}

.wc90 {
    width: 90% !important
}

.wc80 {
    width: 80% !important
}

.wc60 {
    width: 60% !important
}

.wc50 {
    width: 50% !important
}

.wc40 {
    width: 40% !important
}

.wc30 {
    width: 30% !important
}

.wc20 {
    width: 20% !important
}

.wc10 {
    width: 10% !important
}

.w90 {
    width: 90px !important
}

.w80 {
    width: 80px !important
}

.w60 {
    width: 60px !important
}

.w40 {
    width: 40px !important
}

.w30 {
    width: 30px !important
}

.w20 {
    width: 20px !important
}

.w10 {
    width: 10px !important
}

.w100, .w110 {
    width: 100px !important
}

.w120 {
    width: 120px !important
}

.w140 {
    width: 140px !important
}

.w150 {
    width: 150px !important
}

.w160 {
    width: 160px !important
}

.w200 {
    width: 200px !important
}

.show_767 {
    display: none !important
}

.datepicker-days td.disabled {
    color: #cacaca
}

.line-through {
    text-decoration: line-through
}

.text-align-r {
    text-align: right;
    display: inline-block
}

.float-r {
    float: right;
    display: inline-block
}

.border-shadow-ccc {
    box-shadow: 0 0 1px 0 #ccc;
    border: 1px solid #ccc
}

@media {
    #mda-arrival .mda-arrival-remove:hover, .mda-autocomplete-remove:hover, .mda-box-t .bnt-hide-row:hover, .mda-header-info-nav > li .mda-box-card ul li .mda-pay-btn:hover, .mda-header-info-nav > li .mda-box-card ul li .mda-remove:hover, .mda-price-item .bnt-hide-row:hover {
        text-shadow: 1px 1px 2px #8b4513
    }

    .mda-content {
        width: 90%;
        margin: auto
    }

    header {
        height: 140px
    }

    #mda-header-top {
        height: 90px;
        margin-top: 20px
    }

        #mda-header-top .mda-content > div {
            float: left
        }

    #mda-header-logo {
        width: 250px;
        margin-top: 15px
    }

        #mda-header-logo h1 {
            display: none
        }

    #mda-header-search {
        width: calc(100% - 770px);
        max-width: 980px;
        padding-top: 35px;
        position: relative
    }

        #mda-header-search .mda-header-group {
            width: 45%;
            padding-top: 35px
        }

        #mda-header-search #txtSearch {
            width: calc(95% - 50px);
            height: 35px;
            float: left;
            padding: 0 10px
        }

        #mda-header-search #btnSearch {
            width: 50px;
            height: 35px;
            float: left;
            text-align: center;
            padding: 5px;
            font-size: 18px;
            background-color: #e30050;
            color: #fff
        }

            #mda-header-search #btnSearch:hover {
                cursor: pointer
            }

    #mda-header-support {
        width: 460px;
        padding-top: 35px
    }

        #mda-header-support ul {
            padding: 0;
            margin: 0
        }

            #mda-header-support ul li:first-child {
                width: 58%;
                float: left;
                margin-right: 2%
            }

            #mda-header-support ul li {
                list-style: none;
                width: 40%;
                height: 35px;
                float: left;
                position: relative;
                z-index: 2
            }

                #mda-header-support ul li .mda-header-box-title {
                    height: 35px;
                    padding: 5px 10px
                }

                #mda-header-support ul li:hover .mda-header-box, #mda-header-support ul li:hover .mda-header-box-s {
                    display: block
                }

            #mda-header-support ul .mda-header-box, #mda-header-support ul .mda-header-box-s {
                display: none;
                background-color: #fff;
                z-index: 2000003
            }

            #mda-header-support ul li i {
                font-size: 23px;
                position: absolute;
                right: 15px;
                color: #adadad
            }

            #mda-header-support ul .mda-header-box {
                padding: 5px 10px
            }

            #mda-header-support ul .mda-header-box-s ul {
                width: 100%;
                padding: 0;
                margin: 0
            }

                #mda-header-support ul .mda-header-box-s ul li {
                    width: 100%;
                    height: auto;
                    padding: 5px 0
                }

                    #mda-header-support ul .mda-header-box-s ul li:hover a {
                        color: #e30050
                    }

                    #mda-header-support ul .mda-header-box-s ul li p {
                        display: inline-block;
                        float: left;
                        font-weight: 700;
                        margin-top: 15px;
                        font-size: 15px;
                        margin-left: 5px;
                        color: #2575ba
                    }

                    #mda-header-support ul .mda-header-box-s ul li img {
                        display: inline-block;
                        float: left
                    }

        #mda-header-support .mda-header-input-left {
            display: block;
            float: left;
            width: 37%
        }

        #mda-header-support .mda-header-input-right {
            display: block;
            float: left;
            width: 63%
        }

            #mda-header-support .mda-header-input-right .mda-select {
                width: 100%
            }

            #mda-header-support .mda-header-input-right .select2 {
                width: 100% !important
            }

    #mda-header-info {
        height: 30px;
        background-color: #f2f1f1;
        position: fixed;
        width: 100%;
        top: 0;
        z-index: 2222222222
    }

        #mda-header-info .mda-header-info-nav {
            float: right;
            margin: 0;
            padding: 0
        }

            #mda-header-info .mda-header-info-nav > li {
                padding: 4px 10px;
                float: left;
                list-style: none;
                height: 30px;
                cursor: pointer
            }

                #mda-header-info .mda-header-info-nav > li:hover {
                    background-color: #e3e3e3
                }

                #mda-header-info .mda-header-info-nav > li > div {
                    position: relative
                }

                    #mda-header-info .mda-header-info-nav > li > div > span {
                        color: #69696a;
                        font-size: 14px
                    }

                        #mda-header-info .mda-header-info-nav > li > div > span img {
                            margin-top: -5px;
                            margin-right: 5px
                        }

                    #mda-header-info .mda-header-info-nav > li > div > i {
                        color: #69696a;
                        font-size: 16px;
                        line-height: 25px
                    }

                        #mda-header-info .mda-header-info-nav > li > div > i.fa-user {
                            height: 20px;
                            width: 20px;
                            text-align: center;
                            border-radius: 20px;
                            line-height: 23px !important;
                            display: inline-block
                        }

                        #mda-header-info .mda-header-info-nav > li > div > i.fa-circle {
                            color: #e30050;
                            font-size: 8px;
                            position: absolute;
                            top: -5px;
                            right: -2px
                        }

                        #mda-header-info .mda-header-info-nav > li > div > i.fa-shopping-cart {
                            color: #69696a;
                            font-size: 20px
                        }

                        #mda-header-info .mda-header-info-nav > li > div > i:first-child {
                            line-height: 25px
                        }

    .mda-header-info-nav li .mda-box {
        display: none;
        padding-top: 4px
    }

        .mda-header-info-nav li .mda-box ul {
            margin: 0;
            padding: 0;
            list-style: none;
            border-radius: 3px;
            box-shadow: 0 1px 2px #888
        }

    .mda-header-info-nav li:hover .mda-box {
        display: block
    }

    .mda-header-info-nav li .mda-box .mda-up {
        z-index: 22222222222;
        margin-top: -5px;
        position: absolute;
        border-left: 10px solid hsla(0,0%,95%,0);
        border-bottom: 10px solid #fff;
        border-right: 10px solid rgba(193,94,94,0)
    }

    .mda-header-info-nav li .mda-box ul {
        position: absolute;
        background-color: #fff;
        border: 1px solid #f2f1f1
    }

    .mda-header-info-nav > li .mda-box-user .mda-up {
        right: 43px
    }

    .mda-header-info-nav > li .mda-box-user ul {
        width: 225px;
        margin-left: -60px
    }

        .mda-header-info-nav > li .mda-box-user ul li {
            padding: 10px;
            border-bottom: 1px solid #ddd
        }

            .mda-header-info-nav > li .mda-box-user ul li .mda-log {
                padding: 10px;
                font-size: 17px;
                display: block;
                text-align: center;
                background-color: #e30050;
                color: #fff
            }

            .mda-header-info-nav > li .mda-box-user ul li .mda-reg {
                color: #848485
            }

                .mda-header-info-nav > li .mda-box-user ul li .mda-reg b {
                    color: #e30050
                }

            .mda-header-info-nav > li .mda-box-user ul li a {
                color: #848485
            }

                .mda-header-info-nav > li .mda-box-user ul li a:hover {
                    color: #e30050
                }

    .mda-header-info-nav > li .mda-box-like ul li span, .mda-header-info-nav > li .mda-box-notification ul li span {
        color: #848485;
        font-size: 14px
    }

    .mda-header-info-nav > li .mda-box-like {
        padding-top: 1px
    }

        .mda-header-info-nav > li .mda-box-like ul {
            width: 340px;
            margin-left: -180px
        }

            .mda-header-info-nav > li .mda-box-like ul li {
                padding: 10px;
                border-bottom: 1px solid #ddd
            }

                .mda-header-info-nav > li .mda-box-like ul li:first-child {
                    padding: 5px 10px;
                    font-weight: 700;
                    border-bottom: 1px solid #ddd
                }

                .mda-header-info-nav > li .mda-box-like ul li > div {
                    width: 50px;
                    float: left;
                    margin-right: 5px;
                    height: 50px;
                    overflow: hidden
                }

                    .mda-header-info-nav > li .mda-box-like ul li > div img {
                        width: 100%
                    }

                .mda-header-info-nav > li .mda-box-like ul li a {
                    float: left;
                    display: block;
                    width: calc(100% - 60px)
                }

                    .mda-header-info-nav > li .mda-box-like ul li a h3 {
                        font-size: 16px
                    }

    .mda-header-info-nav > li .mda-box-notification {
        padding-top: 1px
    }

        .mda-header-info-nav > li .mda-box-notification ul {
            width: 340px;
            margin-left: -180px
        }

            .mda-header-info-nav > li .mda-box-notification ul li {
                padding: 10px;
                border-bottom: 1px solid #ddd
            }

                .mda-header-info-nav > li .mda-box-notification ul li:first-child {
                    padding: 5px 10px;
                    font-weight: 700;
                    border-bottom: 1px solid #ddd
                }

                .mda-header-info-nav > li .mda-box-notification ul li > div {
                    width: 50px;
                    float: left;
                    margin-right: 5px;
                    height: 50px;
                    overflow: hidden
                }

                    .mda-header-info-nav > li .mda-box-notification ul li > div img {
                        width: 100%
                    }

                .mda-header-info-nav > li .mda-box-notification ul li a {
                    float: left;
                    display: block;
                    width: calc(100% - 60px)
                }

                    .mda-header-info-nav > li .mda-box-notification ul li a h3 {
                        font-size: 14px;
                        font-family: SFUFuturaHeavy
                    }

    .mda-header-info-nav > li .mda-box-card {
        padding-top: 3px
    }

        .mda-header-info-nav > li .mda-box-card .mda-up {
            right: 45px
        }

        .mda-header-info-nav > li .mda-box-card ul {
            width: 340px;
            margin-left: -215px
        }

            .mda-header-info-nav > li .mda-box-card ul li {
                padding: 10px;
                border-bottom: 1px solid #ddd;
                position: relative
            }

                .mda-header-info-nav > li .mda-box-card ul li:first-child {
                    padding: 5px 10px;
                    border-bottom: 1px solid #ddd
                }

                .mda-header-info-nav > li .mda-box-card ul li > div {
                    width: 50px;
                    float: left;
                    margin-right: 5px;
                    height: 50px;
                    overflow: hidden
                }

                    .mda-header-info-nav > li .mda-box-card ul li > div img {
                        width: 100%
                    }

                .mda-header-info-nav > li .mda-box-card ul li a {
                    float: left;
                    display: block;
                    width: calc(100% - 60px)
                }

                    .mda-header-info-nav > li .mda-box-card ul li a h3 {
                        font-size: 16px
                    }

                .mda-header-info-nav > li .mda-box-card ul li span {
                    font-size: 14px;
                    color: #848485
                }

                .mda-header-info-nav > li .mda-box-card ul li .mda-remove {
                    font-size: 15px;
                    position: absolute;
                    right: 0;
                    top: 0;
                    font-weight: 700;
                    width: 20px;
                    height: 20px;
                    text-align: center;
                    cursor: pointer;
                    color: #ab0404;
                    z-index: 1000
                }

                .mda-header-info-nav > li .mda-box-card ul li .mda-pay-btn {
                    font-size: 15px;
                    position: absolute;
                    top: 33px;
                    font-weight: 700;
                    width: 95px;
                    right: 5px;
                    text-align: center;
                    cursor: pointer;
                    color: #fff;
                    z-index: 1000;
                    border: 1px solid #e30050;
                    border-radius: 3px;
                    background-color: #e30050
                }

    .mda-service-nav li a {
        font-weight: 700
    }

    .mda-book .mda-price-red {
        color: #e30050
    }

    .mda-book h2, .mda-book h3 {
        padding: 10px 0;
        font-weight: 700;
        font-size: 20px
    }

    .mda-book #mda-flight .mda-title-price-r-b1 b, .mda-book #mda-flight .mda-title-price-r-b b {
        font-size: 18px
    }

    .mda-book .mda-thanks-box {
        background-color: #fffbd0;
        margin-bottom: 10px;
        border: 1px solid #ffc9a1;
        border-radius: 6px;
        box-shadow: 0 0 6px #ccc;
        line-height: 22px;
        padding: 10px 20px
    }

    .mda-book .mda-service-box .panel-heading {
        background-color: #e30050
    }

        .mda-book .mda-service-box .panel-heading a {
            color: #fff;
            display: inline-block;
            width: 100%;
            padding-left: 30px
        }

            .mda-book .mda-service-box .panel-heading a i {
                border-radius: 30px;
                display: inline-block;
                width: 25px;
                height: 25px;
                text-align: center;
                background: #fff;
                color: #e30050;
                position: absolute;
                margin-top: -4px;
                line-height: 25px;
                margin-left: -35px
            }

    .mda-book .mda-service-box-f {
        float: left;
        margin-top: 10px
    }

        .mda-book .mda-service-box-f #mda-guest {
            display: none
        }

    .mda-book #mda-flight .mda-title-price {
        color: #e30050
    }

    .mda-book #mda-flight .mda-title-price-r span.mda-price {
        float: right;
        color: #e30050
    }

    .mda-book #mda-flight .mda-title-price-t {
        padding-top: 3px;
        border-top: 1px solid #ccc;
        height: 25px
    }

        .mda-book #mda-flight .mda-title-price-r-b1 span.mda-price, .mda-book #mda-flight .mda-title-price-r-b span.mda-price, .mda-book #mda-flight .mda-title-price-t span.mda-price {
            float: right;
            color: #e30050;
            font-weight: 700
        }

    .mda-book #mda-flight .mda-title-price-r-b2 {
        padding-top: 3px;
        border-top: 1px solid #444
    }

        .mda-book #mda-flight .mda-title-price-r-b2 b {
            font-size: 20px
        }

        .mda-book #mda-flight .mda-title-price-r-b2 span.mda-price {
            float: right;
            color: #e30050;
            font-weight: 700;
            font-size: 20px
        }

    #mda-tour .mda-info:after {
        content: "";
        display: block;
        clear: both
    }

    #mda-tour .mda-info, .mda-list-design {
        margin-bottom: 25px
    }

    .mda-list-design {
        padding-bottom: 25px;
        border-bottom: 1px solid rgba(0,0,0,.15)
    }

    #mda-tour .mda-info-img {
        width: 380px;
        float: left;
        margin-right: 20px
    }

    #mda-tour .mda-info-caption {
        overflow: hidden;
        border: 1px solid rgba(0,0,0,.15)
    }

    #mda-tour .mda-info-img img, #mda-tour .mda-info h2, #mda-tour .mda-price-tour-r .mda-table {
        width: 100%
    }

    #mda-tour .mda-info h2 {
        padding: 15px 20px;
        border-bottom: 1px solid rgba(0,0,0,.15)
    }

        #mda-tour .mda-info h2 a {
            font-size: 20px;
            color: #222;
            font-weight: 700;
            display: block
        }

    #mda-tour .mda-info-list {
        padding: 15px 20px 10px
    }

        #mda-tour .mda-info-list .mda-row {
            padding-left: 150px;
            margin-bottom: 5px;
            position: relative
        }

            #mda-tour .mda-info-list .mda-row .be {
                position: absolute;
                top: 0;
                left: 0
            }

    #mda-tour .mda-price-tour-r .mda-table tr:first-child {
        background: url(/images/lib/kebang.png) repeat-x;
        text-align: right;
        font-weight: 700
    }

        #mda-tour .mda-price-tour-r .mda-table tr:first-child td {
            padding: 7px 3px
        }

    #mda-tour .mda-price-tour-r .mda-table tr {
        background-color: #fbfafa
    }

        #mda-tour .mda-price-tour-r .mda-table tr td {
            border: 1px solid #ccc;
            padding: 7px 10px;
            text-align: right;
            white-space: nowrap
        }

    #mda-hotel .mda-info-img {
        width: 265px;
        float: left
    }

        #mda-hotel .mda-info-img img, #mda-hotel .mda-price-tour-r .mda-table {
            width: 100%
        }

            #mda-hotel .mda-price-tour-r .mda-table tr:first-child {
                background: url(/images/lib/kebang.png) repeat-x;
                text-align: right;
                font-weight: 700
            }

                #mda-hotel .mda-price-tour-r .mda-table tr:first-child td {
                    padding: 7px 3px
                }

            #mda-hotel .mda-price-tour-r .mda-table tr {
                background-color: #fbfafa
            }

                #mda-hotel .mda-price-tour-r .mda-table tr td {
                    border: 1px solid #ccc;
                    padding: 7px 10px;
                    text-align: right
                }

    #mda-visa .mda-info-img {
        width: 265px;
        float: left
    }

        #mda-visa .mda-info-img img, #mda-visa .mda-price-tour-r .mda-table {
            width: 100%
        }

            #mda-visa .mda-price-tour-r .mda-table tr:first-child {
                background: url(/images/lib/kebang.png) repeat-x;
                text-align: right;
                font-weight: 700
            }

                #mda-visa .mda-price-tour-r .mda-table tr:first-child td {
                    padding: 7px 3px
                }

            #mda-visa .mda-price-tour-r .mda-table tr {
                background-color: #fbfafa
            }

                #mda-visa .mda-price-tour-r .mda-table tr td {
                    border: 1px solid #ccc;
                    padding: 7px 10px;
                    text-align: right
                }

    #mda-car .mda-info-img {
        width: 265px;
        float: left
    }

        #mda-car .mda-info-img img, #mda-car .mda-price-tour-r .mda-table, #mda-flight .mda-price-tour-r .mda-table {
            width: 100%
        }

    #mda-header-bottom, .mda-header-bottom-fixed {
        height: 51px;
        background-color: #e30050
    }

    #mda-car .mda-price-tour-r .mda-table tr:first-child {
        background: url(/images/lib/kebang.png) repeat-x;
        text-align: right;
        font-weight: 700
    }

        #mda-car .mda-price-tour-r .mda-table tr:first-child td {
            padding: 7px 3px
        }

    #mda-car .mda-price-tour-r .mda-table tr {
        background-color: #fbfafa
    }

        #mda-car .mda-price-tour-r .mda-table tr td {
            border: 1px solid #ccc;
            padding: 7px 10px;
            text-align: right
        }

    #mda-flight .mda-price-tour-r .mda-table tr:first-child {
        background: url(/images/lib/kebang.png) repeat-x;
        text-align: right;
        font-weight: 700
    }

        #mda-flight .mda-price-tour-r .mda-table tr:first-child td {
            padding: 7px 3px
        }

    #mda-flight .mda-price-tour-r .mda-table tr {
        background-color: #fbfafa
    }

        #mda-flight .mda-price-tour-r .mda-table tr td {
            border: 1px solid #ccc;
            padding: 7px 10px;
            text-align: right
        }

    .mda-header-bottom-fixed {
        position: fixed;
        margin: auto;
        z-index: 222222222;
        width: 100%;
        top: 30px
    }

    #mda-header-bottom .mda-content > ul {
        padding: 0;
        margin: 0
    }

        #mda-header-bottom .mda-content > ul > li {
            list-style: none;
            float: left;
            background-image: url(/images/lib/border-nav.png);
            position: relative
        }

            #mda-header-bottom .mda-content > ul > li > a {
                background-color: #e30050;
                color: #fff;
                padding: 15px 9px;
                font-size: 14px;
                z-index: 1;
                height: 50px;
                cursor: pointer;
                margin-left: 2px
            }

                #mda-header-bottom .mda-content > ul > li > a:hover {
                    background-color: #3f51b5
                }

            #mda-header-bottom .mda-content > ul > li.mda-home > a img {
                width: 35px;
                display: block;
                float: left;
                margin-top: -7px
            }

            #mda-header-bottom .mda-content > ul > li > a img {
                display: block;
                float: left;
                margin: 0 5px 0 0;
                width: 20px
            }

            #mda-header-bottom .mda-content > ul > li > a i {
                display: block;
                float: left;
                margin-top: -7px;
                font-size: 21px;
                width: 35px;
                height: 35px;
                text-align: center;
                padding: 7px
            }

            #mda-header-bottom .mda-content > ul > li > a span {
                white-space: nowrap;
                display: block;
                float: left;
                font-family: SFUFuturaBook;
                font-size: 15px
            }

            #mda-header-bottom .mda-content > ul > li:hover .mda-nav-style-1 {
                display: block
            }

            #mda-header-bottom .mda-content > ul > li .mda-nav-style-2 {
                display: none
            }

    .mda-nav-style-1 li {
        list-style: none;
        width: 12.5%;
        display: block;
        float: left;
        margin-bottom: 20px
    }

        .mda-nav-style-1 li .mda-title {
            text-align: center;
            font-size: 12px;
            padding-bottom: 10px;
            color: #6c6c6b
        }

        .mda-nav-style-1 li .mda-icon {
            border: 1px solid #e8e8e8;
            width: 80px;
            height: 66px
        }

    .mda-nav-style-1, .mda-nav-style-2 {
        display: none;
        border-bottom: 5px solid #e30050;
        background-color: #f5f6f1;
        position: absolute
    }

        .mda-nav-style-1 li a:hover .mda-icon {
            background-position: 0 -66px
        }

    .mda-nav-style-1 {
        z-index: 4;
        width: 715px;
        padding: 10px
    }

    .mda-nav-style-2 {
        z-index: 2500000;
        padding: 10px 10px 10px 0
    }

        .mda-nav-style-2 .mda-nav-style-group {
            min-width: 200px;
            display: block;
            float: left;
            overflow: hidden
        }

            .mda-nav-style-2 .mda-nav-style-group > .mda-title {
                color: #4d4d4c;
                padding-left: 20px;
                font-size: 13px
            }

                .mda-nav-style-2 .mda-nav-style-group > .mda-title a {
                    color: #333;
                    font-weight: 700;
                    font-size: 16px;
                    font-family: SFUFuturaHeavy
                }

            .mda-nav-style-2 .mda-nav-style-group ul {
                padding: 0 0 0 10px;
                margin: 0;
                border-left: 1px dotted #d0d1cd;
                height: 100%
            }

            #mda-nav-footer ul li:first-child, .mda-nav-style-2 .mda-nav-style-group:first-child ul {
                border-left: none
            }

            .mda-nav-style-2 .mda-nav-style-group ul li {
                list-style: none;
                padding: 0
            }

                .mda-nav-style-2 .mda-nav-style-group ul li a {
                    width: 100%;
                    display: block
                }

                    .mda-nav-style-2 .mda-nav-style-group ul li a i {
                        margin-top: 6px;
                        background: url(/images/lib/crows.png) no-repeat;
                        display: inline-block;
                        width: 15px;
                        height: 15px;
                        position: absolute
                    }

    .mda-title-type-1, .mda-title-type-2 {
        text-align: center;
        position: relative
    }

    .mda-nav-style-2 .mda-nav-style-group ul li a p {
        font-size: 14px;
        margin: 0 !important;
        color: #7a7a78;
        padding: 0 0 0 15px;
        display: inline-block
    }

    .mda-nav-style-2 .mda-nav-style-group ul li a span {
        color: #fff;
        display: inline-block;
        font-size: 12px;
        padding: 3px 10px;
        margin-right: 5px;
        float: right
    }

    .mda-nav-style-2 .mda-nav-style-group ul li a .mda-hot {
        background-color: #f9636c
    }

    .mda-nav-style-2 .mda-nav-style-group ul li a .mda-new {
        background-color: #00be9c
    }

    .mda-nav-style-2 .mda-nav-style-group ul li a .mda-best {
        background-color: #00b9d7
    }

    .mda-nav-sup {
        margin: 10px 0;
        padding: 0
    }

        .mda-nav-sup li {
            list-style: none;
            float: left;
            display: inline-block;
            padding: 5px
        }

    .mda-title-type-1 .mda-line, .mda-title-type-2 .mda-line {
        border-top: 1px solid #b2b2b2;
        border-bottom: 1px solid #b2b2b2;
        display: block;
        width: auto
    }

    .mda-nav-sup li a {
        color: #2575ba;
        font-size: 14px;
        text-transform: capitalize
    }

        .mda-nav-sup li a i {
            margin-right: 10px
        }

    .mda-title-type-1 {
        margin: 20px auto;
        height: 52px
    }

        .mda-title-type-1 .mda-title-lb {
            padding: 0 15px;
            font-size: 32px;
            color: #2b2a2a;
            z-index: 3;
            background-color: #fff
        }

        .mda-title-type-1 .mda-line {
            height: 6px;
            margin-top: -19px;
            z-index: 1
        }

    .mda-title-type-2 {
        margin: 20px auto;
        height: 52px;
        padding: 0 5%
    }

        .mda-title-type-2 .mda-title-lb {
            padding: 0 15px;
            font-size: 35px;
            color: #333;
            z-index: 3;
            background-color: #fff
        }

        .mda-title-type-2 .mda-line {
            height: 6px;
            margin-top: -25px;
            z-index: 1
        }

    #mda-banner, #mda-banner #mda-slider .item img {
        width: 100%
    }

        #mda-banner, #mda-banner #mda-slider, #mda-footer, #mda-footer #mda-slider {
            position: relative
        }

            #mda-banner #mda-slider .item {
                margin: 0;
                padding: 0;
                width: 100%
            }

            #mda-banner #mda-search-index {
                z-index: 100;
                position: absolute;
                margin-bottom: 0;
                bottom: 0;
                width: inherit
            }

            #mda-banner #mda-banner-image {
                text-align: center;
                position: relative
            }

                #mda-banner #mda-banner-image img {
                    width: 100%
                }

    #mda-banner-full {
        width: 100%;
        text-align: center
    }

    #mda-footer #mda-slider .item {
        margin: 0;
        padding: 0;
        width: 100%
    }

        #mda-footer #mda-banner-image img, #mda-footer #mda-slider .item img {
            width: auto;
            margin: auto
        }

    #mda-footer #mda-search-index {
        position: absolute;
        margin-bottom: 0;
        bottom: 0;
        width: inherit
    }

    #mda-footer #mda-banner-image {
        text-align: center;
        position: relative
    }

    #mda-footer-full {
        width: 100%;
        text-align: center
    }

    #mda-search-index ul {
        padding: 0;
        margin: 0;
        overflow: hidden
    }

        #mda-search-index ul li {
            list-style: none;
            border: none
        }

            #mda-search-index ul li a {
                border: none;
                padding: 15px;
                font-size: 16px;
                background-color: #dae0e4;
                color: #333;
                border-radius: 0
            }

            #mda-search-index ul li i {
                font-size: 25px;
                margin-right: 5px;
                color: #333
            }

            #mda-search-index ul li:hover a {
                padding: 11px 15px 15px;
                background-color: #3f51b5;
                color: #fff;
                border-top: 5px solid #ccc
            }

            #mda-search-index ul li.active a {
                padding: 11px 15px 15px;
                background-color: hsla(0,0%,7%,.69);
                color: #fff;
                border-top: 5px solid #ccc
            }

            #mda-search-index ul li.active i, #mda-search-index ul li:hover i {
                color: #fff
            }

    #mda-search-index .nav-tabs {
        border-bottom: 1px solid hsla(0,0%,7%,.69)
    }

    #mda-search-index .tab-content > div {
        min-height: 120px;
        padding: 20px 50px 10px;
        background-color: hsla(0,0%,7%,.69)
    }

    #mda-search-tourt .mda-item-oder {
        margin-bottom: 10px
    }

        #mda-search-tourt .mda-item-oder p {
            float: left;
            display: block;
            margin-right: 25px;
            color: #fff;
            font-weight: 400;
            font-size: 17px
        }

            #mda-search-tourt .mda-item-oder p label {
                font-weight: 400;
                font-size: 17px
            }

            #mda-search-tourt .mda-item-oder p input {
                margin-right: 10px;
                font-size: 17px
            }

            #mda-search-tourt .mda-item-oder p img {
                margin-top: -5px
            }

    #mda-search-tourt .mda-search-tourt-box .mda-item {
        position: relative;
        width: calc((100% - 135px)/ 5);
        float: left
    }

        #mda-search-tourt .mda-search-tourt-box .mda-item:last-child {
            width: 135px
        }

        #mda-search-tourt .mda-search-tourt-box .mda-item select {
            width: 100%;
            border-radius: 0
        }

        #mda-search-tourt .mda-search-tourt-box .mda-item span.mda-icon {
            position: absolute;
            right: 5px;
            top: 0;
            font-size: 20px
        }

        #mda-search-tourt .mda-search-tourt-box .mda-item i {
            position: absolute;
            right: 5px;
            top: 10px;
            font-size: 20px
        }

        #mda-search-tourt .mda-search-tourt-box .mda-item input[type=text] {
            height: 40px;
            width: 100%;
            padding: 0 10px;
            border: 1px solid #ccc
        }

        #mda-search-tourt .mda-search-tourt-box .mda-item input[type=submit] {
            height: 40px;
            width: 135px;
            background-color: #e30050;
            color: #fff;
            border: none
        }

    #mda-search-tourt .mda-search-tourt-box .select2-selection {
        padding: 3px 0;
        height: 40px;
        border-radius: 0
    }

    #mda-search-tourt .mda-search-tourt-box .select2-container {
        width: 100% !important
    }

    #mda-search-tourt .mda-search-tourt-box .select2-selection .select2-selection__arrow {
        top: 5px;
        width: 18px
    }

    #mda-search-tourt .mda-autocomplete-tourt {
        width: 330px;
        position: absolute;
        margin: 15px 0 0 -130px;
        display: none;
        z-index: 3
    }

        #mda-search-tourt .mda-autocomplete-tourt .mda-up {
            z-index: 10;
            margin-top: -17px;
            position: absolute;
            right: 10px;
            border-left: 15px solid hsla(0,0%,95%,0);
            border-bottom: 20px solid #fff;
            border-right: 15px solid rgba(193,94,94,0)
        }

        #mda-search-tourt .mda-autocomplete-tourt .mda-autocomplete-tourt-box {
            width: 100%;
            position: absolute;
            background-color: #fff;
            border: 1px solid #ccc;
            padding: 10px
        }

        #mda-search-tourt .mda-autocomplete-tourt p {
            font-weight: 700;
            border-bottom: 1px solid #ccc;
            padding: 10px 0;
            margin-bottom: 5px
        }

            #mda-search-tourt .mda-autocomplete-tourt p i {
                margin-right: 5px;
                font-size: 15px;
                position: inherit !important
            }

        #mda-search-tourt .mda-autocomplete-tourt ul {
            margin: 0;
            display: block;
            padding: 0 10px
        }

            #mda-search-tourt .mda-autocomplete-tourt ul li {
                list-style: none;
                display: block;
                width: 100%;
                padding: 5px 10px;
                cursor: pointer
            }

                #mda-search-tourt .mda-autocomplete-tourt ul li:hover {
                    background-color: #0000cd;
                    color: #fff;
                    border-radius: 3px
                }

    .mda-tour-more-box {
        display: none
    }

    #mda-search-airline .mda-item-oder {
        margin-bottom: 10px
    }

        #mda-search-airline .mda-item-oder p {
            float: left;
            display: block;
            margin-right: 25px;
            color: #fff;
            font-weight: 400;
            font-size: 17px
        }

            #mda-search-airline .mda-item-oder p label {
                font-weight: 400;
                font-size: 17px
            }

            #mda-search-airline .mda-item-oder p input {
                margin-right: 10px;
                font-size: 17px
            }

            #mda-search-airline .mda-item-oder p img {
                margin-top: -5px
            }

    #mda-search-airline .mda-item {
        position: relative;
        width: calc((100% - 135px)/ 5);
        float: left
    }

        #mda-search-airline .mda-item:last-child {
            width: 135px
        }

        #mda-search-airline .mda-item > select, #mda-search-airline .mda-item input {
            width: 100%;
            border-radius: 0
        }

            #mda-search-airline .mda-item input[type=submit] {
                height: 40px;
                width: 135px;
                background-color: #e30050;
                color: #fff;
                border: none
            }

            #mda-search-airline .mda-item input[type=text] {
                height: 40px;
                width: 100%;
                padding: 0 10px;
                border: 1px solid #ccc
            }

        #mda-search-airline .mda-item .mda-lb {
            height: 40px;
            width: 100%;
            padding: 10px;
            display: block;
            background-color: #fff;
            color: #111;
            border: 1px solid #ccc
        }

        #mda-search-airline .mda-item .mda-icon {
            position: absolute;
            right: 5px;
            top: 5px;
            font-size: 20px
        }

        #mda-search-airline .mda-item i {
            position: absolute;
            right: 5px;
            top: 10px;
            font-size: 20px
        }

    #mda-search-airline .mda-number-person {
        width: 280px;
        position: absolute;
        margin-top: 15px;
        margin-left: -75px;
        display: none
    }

        #mda-search-airline .mda-number-person .mda-up {
            z-index: 10;
            margin-top: -17px;
            position: absolute;
            right: 10px;
            border-left: 15px solid hsla(0,0%,95%,0);
            border-bottom: 20px solid #fff;
            border-right: 15px solid rgba(193,94,94,0)
        }

    #mda-search-airline .mda-number-person-box {
        position: absolute;
        background-color: #fff;
        border: 1px solid #ccc;
        padding: 10px;
        z-index: 22
    }

        #mda-search-airline .mda-number-person-box ul {
            padding: 0;
            margin: 0
        }

            #mda-search-airline .mda-number-person-box ul li {
                text-align: center;
                list-style: none;
                float: left;
                width: 33.33333%;
                padding: 3px
            }

                #mda-search-airline .mda-number-person-box ul li p {
                    font-weight: 700
                }

                #mda-search-airline .mda-number-person-box ul li span {
                    font-size: 11px;
                    text-align: center
                }

                    #mda-search-airline .mda-number-person-box ul li span.input-group-addon {
                        padding: 7px;
                        cursor: pointer;
                        border-radius: 0
                    }

                #mda-search-airline .mda-number-person-box ul li input[type=text] {
                    height: 35px;
                    text-align: center;
                    padding: 0;
                    border: 1px solid #ccc
                }

        #mda-search-airline .mda-number-person-box .mda-close {
            width: 100%;
            border-radius: 0
        }

    .mda-search-airline {
        margin: 10px 0;
        background-color: #555;
        padding: 10px
    }

    #mda-arrival {
        width: 550px;
        position: absolute;
        top: 57px;
        z-index: 200;
        display: none
    }

        #mda-arrival .mda-arrival-remove {
            font-size: 20px;
            position: absolute;
            right: 3px;
            top: 3px;
            font-weight: 700;
            width: 30px;
            height: 30px;
            text-align: center;
            cursor: pointer;
            color: #ab0404
        }

        #mda-arrival .mda-up {
            z-index: 10;
            margin-top: -17px;
            position: absolute;
            left: 10px;
            border-left: 15px solid hsla(0,0%,95%,0);
            border-bottom: 20px solid #fff;
            border-right: 15px solid rgba(193,94,94,0)
        }

        #mda-arrival .mda-sub-search-content {
            position: absolute;
            background-color: #fff;
            border: 1px solid #ccc;
            padding: 10px
        }

            #mda-arrival .mda-sub-search-content .mda-domestic-col {
                width: 25%;
                float: left
            }

                #mda-arrival .mda-sub-search-content .mda-domestic-col li {
                    list-style: none
                }

                    #mda-arrival .mda-sub-search-content .mda-domestic-col li.title {
                        font-size: 14px;
                        padding: 5px 0;
                        font-weight: 700
                    }

                    #mda-arrival .mda-sub-search-content .mda-domestic-col li a {
                        cursor: pointer;
                        padding: 0;
                        font-size: 13px;
                        background-color: transparent;
                        font-weight: 400;
                        color: #555
                    }

                    #mda-arrival .mda-sub-search-content .mda-domestic-col li span {
                        font-size: 11px
                    }

        #mda-arrival .mda-domestic-col .mda-select-national {
            width: 100%
        }

        #mda-arrival .mda-domestic-col .select2-container {
            width: 100% !important
        }

        #mda-arrival .mda-domestic-col .mda-search-place {
            height: 30px !important;
            margin: 5px 0
        }

        #mda-arrival .mda-domestic-col .mda-btn-select {
            padding: 5px 45px
        }

    .mda-autocomplete-flight {
        width: 330px;
        position: absolute;
        margin: 15px 0 0;
        display: none;
        z-index: 3
    }

        .mda-autocomplete-flight .mda-up-1 {
            z-index: 10;
            margin-top: -15px;
            position: absolute;
            left: 10px;
            border-left: 15px solid hsla(0,0%,95%,0);
            border-bottom: 15px solid #dcdcdc;
            border-right: 15px solid rgba(193,94,94,0)
        }

        .mda-autocomplete-flight .mda-autocomplete-flight-box {
            width: 100%;
            position: absolute;
            background-color: #fff;
            border: 1px solid #ccc;
            padding: 10px
        }

        .mda-autocomplete-flight p {
            font-weight: 700;
            border-bottom: 1px solid #ccc;
            padding: 10px 0;
            margin-bottom: 5px
        }

            .mda-autocomplete-flight p i {
                margin-right: 5px;
                font-size: 15px;
                position: inherit !important
            }

        .mda-autocomplete-flight ul {
            margin: 0;
            display: block;
            padding: 0 10px
        }

            .mda-autocomplete-flight ul li {
                list-style: none;
                display: block;
                width: 100%;
                padding: 5px 10px;
                cursor: pointer
            }

                .mda-autocomplete-flight ul li:hover {
                    background-color: #0000cd;
                    color: #fff;
                    border-radius: 3px
                }

    .mda-select-airline {
        height: 35px !important
    }

    #mda-search-hotel .mda-item-oder {
        margin-bottom: 10px
    }

        #mda-search-hotel .mda-item-oder p {
            float: left;
            display: block;
            margin-right: 25px;
            color: #fff;
            font-weight: 400;
            font-size: 17px
        }

            #mda-search-hotel .mda-item-oder p label {
                font-weight: 400;
                font-size: 17px
            }

            #mda-search-hotel .mda-item-oder p input {
                margin-right: 10px;
                font-size: 17px
            }

            #mda-search-hotel .mda-item-oder p img {
                margin-top: -5px
            }

    #mda-search-hotel .mda-item {
        position: relative;
        width: calc((100% - 135px - 320px)/ 2);
        float: left
    }

        #mda-search-hotel .mda-item:last-child {
            width: 135px
        }

        #mda-search-hotel .mda-item > select, #mda-search-hotel .mda-item input {
            width: 100%;
            border-radius: 0
        }

            #mda-search-hotel .mda-item input[type=submit] {
                font-size: 18px;
                height: 40px;
                width: 135px;
                background-color: #e30050;
                color: #fff;
                border: none
            }

            #mda-search-hotel .mda-item input[type=text] {
                height: 40px;
                width: 100%;
                padding: 0 10px;
                border: 1px solid #ccc
            }

        #mda-search-hotel .mda-item .mda-lb {
            height: 40px;
            width: 100%;
            padding: 10px;
            display: block;
            background-color: #fff;
            color: #b1a9a9;
            border: 1px solid #ccc
        }

        #mda-search-hotel .mda-item .mda-icon {
            position: absolute;
            right: 5px;
            top: 5px;
            font-size: 20px
        }

        #mda-search-hotel .mda-item > i {
            position: absolute;
            right: 5px;
            top: 10px;
            font-size: 20px
        }

    #mda-search-hotel .mda-number-person-rom {
        width: 490px;
        position: absolute;
        margin: 15px 0 0 -150px;
        display: none;
        z-index: 3
    }

        #mda-search-hotel .mda-number-person-rom .mda-up {
            z-index: 10;
            margin-top: -17px;
            position: absolute;
            right: 10px;
            border-left: 15px solid hsla(0,0%,95%,0);
            border-bottom: 20px solid #fff;
            border-right: 15px solid rgba(193,94,94,0)
        }

    #mda-search-hotel .mda-number-person-rom-box {
        position: absolute;
        background-color: #fff;
        border: 1px solid #ccc;
        padding: 10px
    }

        #mda-search-hotel .mda-number-person-rom-box .mda-rom-item[data-hide="0"] {
            display: none
        }

        #mda-search-hotel .mda-number-person-rom-box i {
            padding: 0 5px
        }

        #mda-search-hotel .mda-number-person-rom-box ul {
            padding: 0;
            display: block;
            margin: 10px 0 5px;
            border-bottom: 1px solid #ccc
        }

            #mda-search-hotel .mda-number-person-rom-box ul li {
                text-align: center;
                list-style: none;
                float: left;
                width: 20%;
                padding: 3px
            }

                #mda-search-hotel .mda-number-person-rom-box ul li p {
                    font-weight: 700
                }

                #mda-search-hotel .mda-number-person-rom-box ul li span {
                    font-size: 11px;
                    text-align: center
                }

                    #mda-search-hotel .mda-number-person-rom-box ul li span.mda-room {
                        font-size: 15px;
                        text-align: center;
                        display: block;
                        background-color: #ccc;
                        padding: 4px;
                        border-radius: 30px;
                        width: 30px;
                        height: 30px;
                        font-weight: 700;
                        margin: 5px auto
                    }

                    #mda-search-hotel .mda-number-person-rom-box ul li span.input-group-addon {
                        padding: 7px;
                        cursor: pointer;
                        border-radius: 0
                    }

                #mda-search-hotel .mda-number-person-rom-box ul li input[type=text] {
                    height: 35px;
                    text-align: center;
                    padding: 0;
                    border: 1px solid #ccc
                }

        #mda-search-hotel .mda-number-person-rom-box .mda-close {
            width: 100%;
            border-radius: 0
        }

        #mda-search-hotel .mda-number-person-rom-box .mda-btn-remove-rom, #mda-search-hotel .mda-number-person-rom-box ul li:nth-of-type(4), #mda-search-hotel .mda-number-person-rom-box ul li:nth-of-type(5) {
            display: none
        }

    #mda-search-hotel .mda-autocomplete-hotel {
        width: 530px;
        position: absolute;
        margin: 15px 0 0;
        display: none;
        z-index: 10
    }

        #mda-search-hotel .mda-autocomplete-hotel .mda-up {
            z-index: 10;
            margin-top: -17px;
            position: absolute;
            left: 10px;
            border-left: 15px solid hsla(0,0%,95%,0);
            border-bottom: 20px solid #fff;
            border-right: 15px solid rgba(193,94,94,0)
        }

        #mda-search-hotel .mda-autocomplete-hotel .mda-autocomplete-hotel-box {
            width: 100%;
            position: absolute;
            background-color: #fff;
            border: 1px solid #ccc;
            padding: 10px
        }

        #mda-search-hotel .mda-autocomplete-hotel p {
            font-weight: 700;
            border-bottom: 1px solid #ccc;
            padding: 0;
            margin-bottom: 5px;
            text-align: right
        }

            #mda-search-hotel .mda-autocomplete-hotel p i {
                margin-right: 5px;
                font-size: 15px
            }

        #mda-search-hotel .mda-autocomplete-hotel ul {
            margin: 0;
            display: block;
            padding: 0 10px
        }

            #mda-search-hotel .mda-autocomplete-hotel ul li {
                list-style: none;
                display: block;
                width: 100%;
                padding: 2px 0;
                cursor: pointer
            }

                #mda-search-hotel .mda-autocomplete-hotel ul li:hover {
                    background-color: #0000cd;
                    color: #fff;
                    border-radius: 3px
                }

    .mda-autocomplete-remove {
        font-size: 20px;
        position: absolute;
        right: 3px;
        top: 3px;
        font-weight: 700;
        width: 30px;
        height: 30px;
        text-align: center;
        cursor: pointer;
        color: #ab0404;
        z-index: 1000
    }

    #mda-search-car .mda-item-oder {
        margin-bottom: 10px
    }

        #mda-search-car .mda-item-oder p {
            float: left;
            display: block;
            margin-right: 25px;
            color: #fff;
            font-weight: 400;
            font-size: 17px
        }

            #mda-search-car .mda-item-oder p label {
                font-weight: 400;
                font-size: 17px
            }

            #mda-search-car .mda-item-oder p input {
                margin-right: 10px;
                font-size: 17px
            }

            #mda-search-car .mda-item-oder p img {
                margin-top: -5px
            }

    #mda-search-car .mda-item {
        position: relative;
        width: calc((100% - 135px)/ 5);
        float: left
    }

        #mda-search-car .mda-item:last-child {
            width: 135px
        }

        #mda-search-car .mda-item > select, #mda-search-car .mda-item input {
            width: 100%;
            border-radius: 0
        }

            #mda-search-car .mda-item input[type=submit] {
                height: 40px;
                width: 135px;
                background-color: #e30050;
                color: #fff;
                border: none
            }

            #mda-search-car .mda-item input[type=text] {
                height: 40px;
                width: 100%;
                padding: 0 10px;
                border: 1px solid #ccc
            }

        #mda-search-car .mda-item .mda-lb {
            height: 40px;
            width: 100%;
            padding: 10px;
            display: block;
            background-color: #fff;
            color: #b1a9a9;
            border: 1px solid #ccc
        }

        #mda-search-car .mda-item .mda-icon {
            position: absolute;
            right: 5px;
            top: 5px;
            font-size: 20px
        }

        #mda-search-car .mda-item > i {
            position: absolute;
            right: 5px;
            top: 10px;
            font-size: 20px
        }

    #mda-search-car .select2-selection {
        padding: 3px 0;
        height: 40px;
        border-radius: 0
    }

    #mda-search-car .select2-container {
        width: 100% !important
    }

    #mda-search-car .select2-selection .select2-selection__arrow {
        top: 5px;
        width: 18px
    }

    .mda-result-search {
        box-shadow: 0 1px 3px #111;
        position: absolute;
        background-color: #fff;
        z-index: 1222222222;
        padding: 0;
        margin-top: 35px;
        width: 100%
    }

        .mda-result-search .mda-box .mda-box-item {
            width: 100%;
            display: none
        }

            .mda-result-search .mda-box .mda-box-item .mda-box-title {
                background-color: #f6f7f9;
                padding: 0 10px;
                height: 25px;
                border-bottom: 1px solid #ddd;
                border-top: 1px solid #ddd
            }

                .mda-result-search .mda-box .mda-box-item .mda-box-title img {
                    width: 25px;
                    padding-right: 5px
                }

            .mda-result-search .mda-box .mda-box-item .mda-box-content ul {
                padding: 0;
                margin: 0
            }

                .mda-result-search .mda-box .mda-box-item .mda-box-content ul li {
                    list-style: none;
                    padding: 5px 10px;
                    height: 50px
                }

                    .mda-result-search .mda-box .mda-box-item .mda-box-content ul li:hover {
                        background-color: #4267b2;
                        color: #fff
                    }

                    .mda-result-search .mda-box .mda-box-item .mda-box-content ul li .mda-box-img {
                        margin-right: 5px;
                        width: 50px;
                        height: 40px;
                        overflow: hidden;
                        float: left
                    }

                        .mda-result-search .mda-box .mda-box-item .mda-box-content ul li .mda-box-img img {
                            width: 100%
                        }

                    .mda-result-search .mda-box .mda-box-item .mda-box-content ul li p {
                        float: left;
                        width: calc(100% - 60px)
                    }

                    .mda-result-search .mda-box .mda-box-item .mda-box-content ul li:hover p {
                        color: #fff
                    }

    .mda-banner-type {
        margin: 20px 0;
        padding: 0
    }

        .mda-banner-type .mda-banner-item {
            width: calc((100% - 60px)/ 3);
            float: left;
            margin-left: 30px;
            list-style: none
        }

            .mda-banner-type .mda-banner-item img {
                width: 100%
            }

            .mda-banner-type .mda-banner-item:first-child {
                margin-left: 0
            }

    .mda-finish .mda-box-left {
        float: left;
        width: 25%;
        min-height: 30px
    }

        .mda-finish .mda-box-left img {
            margin-top: 120px
        }

    .mda-finish .mda-box-right {
        float: left;
        width: 75%
    }

        .mda-finish .mda-box-right .mda-box-top .mda-sub-title-f {
            color: #999;
            font-size: 55px;
            text-align: center;
            font-family: SFUFuturaHeavy
        }

        .mda-finish .mda-box-right .mda-box-top .mda-sub-title-t {
            color: #ccc;
            font-size: 20px;
            text-align: center;
            margin: 20px 0 10px
        }

        .mda-finish .mda-box-right .mda-box-top ul {
            padding: 0;
            margin: 0
        }

            .mda-finish .mda-box-right .mda-box-top ul li {
                list-style: none;
                width: 50%;
                border-left: 1px solid #ccc;
                float: left;
                padding: 0 20px;
                margin: 10px 0
            }

                .mda-finish .mda-box-right .mda-box-top ul li:first-child {
                    border-left: 1px solid #fff
                }

                .mda-finish .mda-box-right .mda-box-top ul li .mda-sub-title {
                    color: #222;
                    font-size: 17px;
                    padding-bottom: 10px;
                    font-weight: 700
                }

        .mda-finish .mda-box-right .mda-box-bottom table {
            margin-top: 20px
        }

            .mda-finish .mda-box-right .mda-box-bottom table .mda-box-img {
                margin: auto;
                width: 80px;
                height: 80px;
                overflow: hidden;
                border-radius: 500px
            }

            .mda-finish .mda-box-right .mda-box-bottom table .mda-row-none td {
                border-top: 0 solid #ddd
            }

            .mda-finish .mda-box-right .mda-box-bottom table tr th {
                padding: 15px 10px;
                border-top: 1px solid #e30050;
                background-color: #e30050;
                color: #fff
            }

            .mda-finish .mda-box-right .mda-box-bottom table .mda-row-none-f {
                border-top: 1px solid #ddd
            }

            .mda-finish .mda-box-right .mda-box-bottom table td .mda-name {
                font-weight: 700
            }

            .mda-finish .mda-box-right .mda-box-bottom table .mda-row-none td p {
                text-align: right
            }

            .mda-finish .mda-box-right .mda-box-bottom table .mda-box-img img {
                width: 100%
            }

            .mda-finish .mda-box-right .mda-box-bottom table .mda-label {
                color: #9f9f9f
            }

        .mda-finish .mda-box-right .mda-box-footer {
            position: relative
        }

            .mda-finish .mda-box-right .mda-box-footer .mda-continue {
                background-color: #000;
                color: #fff;
                padding: 10px 75px;
                font-size: 17px;
                float: right;
                position: absolute;
                top: 20px;
                right: 0
            }

    .mda-finish .mda-box-footer .mda-info-contact .mda-title {
        color: #222;
        font-size: 18px;
        font-weight: 700
    }

    .mda-archive {
        margin-bottom: 20px;
        padding-bottom: 15px;
        border-bottom: 1px solid rgba(0,0,0,.15)
    }

        .mda-archive .mda-archive-title, .mda-archive .mda-archive-title a {
            font-size: 25px;
            line-height: 35px;
            padding-left: 0;
            font-weight: 700;
            margin-bottom: 10px
        }

    .btn-social, .btn-social-icon {
        white-space: nowrap;
        text-overflow: ellipsis
    }

    .mda-box-contact {
        min-height: 900px;
        padding-top: 20px
    }

        .mda-box-contact .mda-nav-sup {
            margin: 0
        }

            .mda-box-contact .mda-nav-sup a {
                color: #d2d6d9
            }

    .mda-contact {
        margin: 85px auto;
        border: 1px solid #d2d6d9;
        background-color: transparent
    }

        .mda-contact .mda-title {
            background-image: url(/images/khung-hinh-anh-form-lien-he.png);
            padding: 10px;
            height: 85px
        }

            .mda-contact .mda-title ul {
                margin: 0;
                padding: 0
            }

            .mda-contact .mda-title li {
                list-style: none;
                width: 265px;
                float: left;
                font-size: 15px
            }

                .mda-contact .mda-title li:first-child {
                    width: 460px
                }

                .mda-contact .mda-title li:last-child {
                    width: calc(100% - 725px)
                }

                .mda-contact .mda-title li div.mda-font-big {
                    margin: 0;
                    font-size: 35px;
                    color: #ed0082;
                    padding: 7px 0 0 45px;
                    font-weight: 700
                }

                .mda-contact .mda-title li div.mda-box-big {
                    margin: 0;
                    border-radius: 45px;
                    font-size: 19px;
                    padding: 10px 25px;
                    font-weight: 700;
                    color: #fff;
                    background-color: transparent
                }

                .mda-contact .mda-title li div {
                    color: #333;
                    margin-top: 7px
                }

        .mda-contact .mda-contents {
            padding: 30px 0 40px;
            color: #d2d6d9;
            width: 750px;
            margin: auto
        }

            .mda-contact .mda-contents .mda-box {
                margin-bottom: 10px
            }

                .mda-contact .mda-contents .mda-box .mda-box-input {
                    width: calc(100% - 180px);
                    float: left
                }

                .mda-contact .mda-contents .mda-box input {
                    padding: 5px;
                    width: 100%;
                    border: 1px solid #d2d6d9;
                    background-color: hsla(0,0%,100%,.5)
                }

                .mda-contact .mda-contents .mda-box label {
                    display: inline-block;
                    width: 180px;
                    float: left
                }

                .mda-contact .mda-contents .mda-box textarea {
                    padding: 5px;
                    width: 100%;
                    border: 1px solid #d2d6d9;
                    background-color: hsla(0,0%,100%,.5)
                }

                .mda-contact .mda-contents .mda-box button {
                    border: 0 solid #d2d6d9;
                    display: block;
                    color: #fff;
                    background-color: #ed0082;
                    padding: 10px 30px;
                    float: right
                }

    .mda-content-l .mda-content-lb span.mda-from-price, .mda-left, .mda-right, .mda-title-xs .mda-g, .mda-title-xs .mda-l {
        float: left
    }

    .mda-notification-lb {
        text-align: center;
        padding: 10px;
        color: #ed0082
    }

    .mda-left {
        width: 280px
    }

    .mda-left-box {
        padding: 10px 15px;
        background: #ed0080;
        margin-bottom: 20px
    }

    .mda-right {
        width: calc(100% - 305px);
        margin-left: 25px
    }

    .mda-title {
        font-size: 16px;
        line-height: 24px;
        font-weight: 700;
        color: #fff;
        margin-bottom: 10px
    }

    .mda-title-xs {
        color: #838484;
        width: 100%;
        padding: 10px 0;
        border-top: 1px solid #ddd
    }

        .mda-title-xs > i {
            margin-right: 5px;
            padding: 4px 0;
            border: 1px solid #838484;
            border-radius: 25px;
            width: 25px;
            height: 25px;
            text-align: center;
            font-size: 16px
        }

        .mda-title-xs > .mda-none-b {
            margin-right: 5px;
            float: left;
            width: auto;
            height: auto;
            padding: 0;
            border: none;
            font-size: 26px
        }

        .mda-title-xs > span {
            font-size: 15px
        }

        .mda-title-xs .mda-g {
            margin-right: 5px;
            border: 1px solid #838484;
            border-radius: 33px;
            width: 25px;
            height: 25px;
            position: relative;
            display: block;
            text-align: center
        }

            .mda-title-xs .mda-g .mda-g-1 {
                position: absolute;
                font-size: 7px;
                text-align: center;
                margin: 5px
            }

            .mda-title-xs .mda-g .mda-g-2 {
                display: inline-block;
                font-size: 7px
            }

    .mda-content-l ul {
        margin: 0;
        padding: 0
    }

        .mda-content-l ul li {
            list-style: none
        }

        .mda-content-l ul.mda-local-start label {
            font-size: 14px;
            line-height: 23px;
            padding: 6px 10px;
            background: #fff;
            display: block;
            border-radius: 5px
        }

    .mda-content-l .mda-content-lb {
        font-size: 15px
    }

        .mda-content-l .mda-content-lb span {
            display: block;
            padding: 10px 0 0
        }

            .mda-content-l .mda-content-lb span.mda-to-price {
                float: right
            }

            .mda-content-l .mda-content-lb span.mda-from-day {
                float: left
            }

            .mda-content-l .mda-content-lb span.mda-to-day {
                float: right
            }

    .mda-content-f li, .mda-content-t li {
        float: left;
        cursor: pointer;
        list-style: none
    }

    .mda-content-f {
        padding: 10px 0 25px
    }

        .mda-content-f ul {
            padding: 0;
            margin: 0
        }

        .mda-content-f li {
            border: 1px solid #ddd;
            padding: 5px 7px;
            margin-left: -1px;
            color: #838484;
            background-color: #fff
        }

            .mda-content-f li.active, .mda-content-f li:hover {
                color: #fff;
                border-top: 1px solid #eb004f;
                border-bottom: 1px solid #eb004f
            }

            .mda-content-f li:hover {
                background-color: rgba(247,58,122,.71)
            }

            .mda-content-f li.active {
                background-color: #eb004f
            }

    .mda-content-t {
        padding: 10px 0 25px
    }

        .mda-content-t ul {
            padding: 0;
            margin: 0
        }

        .mda-content-t li {
            width: 45px;
            height: 45px;
            border: 1px solid #ddd;
            padding: 5px 7px;
            margin-left: -1px;
            color: #838484;
            background-color: #fff
        }

            .mda-content-t li.active, .mda-content-t li:hover {
                background-position: 0 -45px !important;
                color: #fff
            }

            .mda-content-t li:hover {
                background-color: rgba(247,58,122,.71);
                border-top: 1px solid rgba(247,58,122,.71);
                border-bottom: 1px solid rgba(247,58,122,.71)
            }

            .mda-content-t li.active {
                background-color: #eb004f;
                border-top: 1px solid #eb004f;
                border-bottom: 1px solid #eb004f
            }

    .mda-content-h li.active p, .mda-content-h li:hover p, .mda-content-s li.active p, .mda-content-s li:hover p {
        background-position: 0 -66px !important
    }

    .mda-content-s {
        padding: 10px 0 25px;
        margin: 0
    }

        .mda-content-s ul {
            padding: 0;
            margin: 0
        }

        .mda-content-s li, .mda-content-s li p {
            margin-bottom: 10px;
            color: #838484;
            background-color: #fff;
            float: left
        }

        .mda-content-s li {
            width: 82px;
            list-style: none;
            cursor: pointer;
            text-align: center
        }

            .mda-content-s li span {
                font-size: 12px;
                display: block;
                height: 35px;
                line-height: 15px
            }

            .mda-content-s li p {
                width: 79px;
                height: 66px;
                border: 1px solid #ddd;
                padding: 5px 7px;
                margin-left: -1px;
                background-size: 77px auto !important
            }

            .mda-content-s li:hover p {
                color: #fff;
                background-color: rgba(247,58,122,.71);
                border-top: 1px solid rgba(247,58,122,.71);
                border-bottom: 1px solid rgba(247,58,122,.71)
            }

            .mda-content-s li.active p {
                color: #fff;
                background-color: #eb004f;
                border-top: 1px solid #eb004f;
                border-bottom: 1px solid #eb004f
            }

    .mda-content-h, .mda-content-h ul {
        padding: 0 0 10px;
        margin: 0
    }

        .mda-content-h li {
            list-style: none;
            margin-left: 30px;
            width: 90%;
            cursor: pointer;
            color: #838484;
            background-color: #fff
        }

            .mda-content-h li span {
                font-size: 15px;
                display: inline-block;
                height: 40px;
                line-height: 15px
            }

            .mda-content-h li p {
                text-align: center;
                width: 79px;
                height: 66px;
                float: left;
                border: 1px solid #ddd;
                padding: 5px 7px;
                margin-left: -1px;
                margin-bottom: 10px;
                background-size: 77px auto !important;
                color: #838484;
                background-color: #fff
            }

            .mda-content-h li img {
                height: 40px
            }

            .mda-content-h li:hover p {
                color: #fff;
                background-color: rgba(247,58,122,.71);
                border-top: 1px solid rgba(247,58,122,.71);
                border-bottom: 1px solid rgba(247,58,122,.71)
            }

            .mda-content-h li.active p {
                color: #fff;
                background-color: #eb004f;
                border-top: 1px solid #eb004f;
                border-bottom: 1px solid #eb004f
            }

    .mda-box-top {
        font-size: 14px;
        background-color: #f6f6f6;
        width: 100%;
        border: 1px solid #ccc;
        padding: 10px;
        margin-bottom: 20px;
        justify-content: space-between
    }

        .mda-box-top, .mda-box-top .mda-box-l {
            display: -ms-flexbox;
            display: flex;
            align-items: center
        }

            .mda-box-top .mda-box-l span {
                padding-top: 3px;
                margin-right: 10px
            }

            .mda-box-top .mda-box-l i {
                color: #bbb;
                font-size: 20px;
                line-height: 28px;
                cursor: pointer;
                margin-right: 10px
            }

                .mda-box-top .mda-box-l i.ative {
                    color: #333
                }

            .mda-box-top .mda-box-r > span {
                white-space: nowrap
            }

            .mda-box-top .mda-box-r ul {
                align-items: center;
                margin-left: 10px;
                flex-wrap: wrap
            }

            .mda-box-top .mda-box-r, .mda-box-top .mda-box-r ul {
                display: -ms-flexbox;
                display: flex
            }

            .mda-box-top .mda-box-r {
                align-items: flex-start
            }

                .mda-box-top .mda-box-r ul li {
                    text-transform: capitalize;
                    list-style: none;
                    float: right;
                    margin-right: 15px;
                    cursor: pointer;
                    text-align: left
                }

                    .mda-box-top .mda-box-r ul li:last-child {
                        margin-right: 0
                    }

                    .mda-box-top .mda-box-r ul li.ative {
                        border-bottom: 2px solid #0493b4;
                        float: left;
                        color: #555
                    }

                        .mda-box-top .mda-box-r ul li.ative i {
                            float: right;
                            display: block;
                            color: #0493b4;
                            padding: 4px 2px 0
                        }

                    .mda-box-top .mda-box-r ul li i {
                        padding: 2px
                    }

    .mda-box-bottom {
        width: auto
    }

    .mda-right #mda-box-item-col-tour, .mda-right .mda-box-bottom .mda-box-item-col {
        margin: 0;
        padding: 0
    }

        .mda-right #mda-box-item-col-tour ul > li {
            margin: 0;
            padding: 0;
            transition-property: opacity,left,top,height;
            transition-duration: 3s,5s
        }

    .mda-right .mda-box-item-col li.mda-box-item-i {
        list-style: none;
        width: 50%;
        float: left;
        padding: 5px
    }

    .mda-right .mda-box-item-col li:nth-of-type(2n-1) {
        float: left;
        margin-left: 0
    }

    .mda-right .mda-box-item-col li .mda-box-item {
        margin-bottom: 30px
    }

        .mda-right .mda-box-item-col li .mda-box-item .mda-box-name {
            font-size: 19px;
            color: #0493b4;
            display: block;
            height: 40px
        }

            .mda-right .mda-box-item-col li .mda-box-item .mda-box-name h3 {
                font-size: 17px;
                margin-top: 20px;
                height: 40px
            }

        .mda-right .mda-box-item-col li .mda-box-item .mda-time {
            margin-top: 10px
        }

            .mda-right .mda-box-item-col li .mda-box-item .mda-time span {
                border: 1px solid #555;
                color: #fff;
                float: left;
                display: block;
                padding: 5px 10px;
                background-color: #555
            }

                .mda-right .mda-box-item-col li .mda-box-item .mda-time span:first-child {
                    border: 1px solid #ddd;
                    background-color: #e7e7e7;
                    color: #555
                }

            .mda-right .mda-box-item-col li .mda-box-item .mda-time i {
                color: #555;
                font-size: 21px;
                display: block;
                float: left;
                padding: 7px 0 0;
                margin-left: -2px
            }

        .mda-right .mda-box-item-col li .mda-box-item .mda-box-img {
            width: auto;
            margin-top: 10px;
            border: 1px solid #ddd;
            height: 210px;
            overflow: hidden
        }

            .mda-right .mda-box-item-col li .mda-box-item .mda-box-img img {
                width: 100%
            }

        .mda-right .mda-box-item-col li .mda-box-item .mda-info {
            border: 1px solid #ddd;
            padding: 0 10px
        }

        .mda-right .mda-box-item-col li .mda-box-item .mda-transport {
            width: auto;
            margin-top: 10px
        }

            .mda-right .mda-box-item-col li .mda-box-item .mda-transport ul {
                padding: 0;
                margin: 0
            }

                .mda-right .mda-box-item-col li .mda-box-item .mda-transport ul li {
                    list-style: none;
                    display: block;
                    width: 20%;
                    float: left;
                    text-align: center;
                    margin: 0
                }

                    .mda-right .mda-box-item-col li .mda-box-item .mda-transport ul li span {
                        font-size: 13px;
                        display: block;
                        text-align: center
                    }

        .mda-right .mda-box-item-col li .mda-box-item .mda-box-price {
            margin-top: 10px
        }

            .mda-right .mda-box-item-col li .mda-box-item .mda-box-price .mda-box-p {
                border-top: 1px solid #ddd;
                text-align: center
            }

                .mda-right .mda-box-item-col li .mda-box-item .mda-box-price .mda-box-p .mda-price {
                    color: #eb004f;
                    font-size: 25px;
                    font-weight: 700
                }

                .mda-right .mda-box-item-col li .mda-box-item .mda-box-price .mda-box-p .mda-lb {
                    padding-right: 10px
                }

            .mda-right .mda-box-item-col li .mda-box-item .mda-box-price .mda-lb {
                margin: 10px 0;
                padding-top: 10px
            }

                .mda-right .mda-box-item-col li .mda-box-item .mda-box-price .mda-lb .mda-day {
                    float: left;
                    text-align: left
                }

                    .mda-right .mda-box-item-col li .mda-box-item .mda-box-price .mda-lb .mda-day span {
                        display: block;
                        text-align: left
                    }

                        .mda-right .mda-box-item-col li .mda-box-item .mda-box-price .mda-lb .mda-day span b {
                            cursor: pointer;
                            color: #1893b2
                        }

                .mda-right .mda-box-item-col li .mda-box-item .mda-box-price .mda-lb .mda-bnt {
                    float: right;
                    margin-top: 10px
                }

                    .mda-right .mda-box-item-col li .mda-box-item .mda-box-price .mda-lb .mda-bnt a {
                        padding: 6px 10px;
                        color: #fff;
                        background-color: #eb004f
                    }

                        .mda-right .mda-box-item-col li .mda-box-item .mda-box-price .mda-lb .mda-bnt a i {
                            padding: 0 10px 0 0
                        }

                        .mda-right .mda-box-item-col li .mda-box-item .mda-box-price .mda-lb .mda-bnt a:hover {
                            background-color: #404040
                        }

    .mda-right .mda-box-item-list li.mda-box-item-i {
        margin: 10px 0;
        list-style: none;
        width: 100%;
        float: left;
        padding: 5px;
        border: 1px solid #ccc
    }

    .mda-right .mda-box-item-list li:nth-of-type(2n-1) {
        float: left;
        margin-left: 0
    }

    .mda-box-item:after {
        content: "";
        display: block;
        clear: both
    }

    .mda-box-item .img {
        position: relative
    }

    .mda-box-item .mda-box-fig {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0,0,0,.5);
        z-index: 1;
        padding: 15px;
        transition: all .3s linear;
        opacity: 0;
        pointer-events: none
    }

    .mda-box-item:hover .mda-box-fig {
        opacity: 1
    }

    .mda-box-item .mda-box-fig .des {
        font-size: 12px;
        line-height: 20px;
        color: #fff;
        max-height: 80px;
        overflow: hidden;
        margin-bottom: 5px
    }

    .mda-box-item .mda-box-fig .link a {
        display: block;
        color: #bbb;
        font-size: 12px;
        line-height: 20px;
        white-space: nowrap;
        -ms-text-overflow: ellipsis;
        text-overflow: ellipsis;
        overflow-x: hidden
    }

    .mda-box-item .mda-caption {
        overflow: hidden
    }

    .mda-box-item .mda-box-n {
        margin-bottom: 10px
    }

    .mda-box-item .mda-box-name {
        font-size: 18px;
        line-height: 26px;
        display: block;
        font-weight: 700;
        margin-bottom: 5px;
        overflow: hidden;
        height: 52px
    }

        .mda-box-item .mda-box-name h3 {
            font-size: 17px;
            margin-top: 20px;
            height: 40px
        }

    .mda-box-item .mda-box-des {
        padding: 0
    }

    .mda-box-item .mda-time {
        margin-top: 10px
    }

        .mda-box-item .mda-time:after {
            content: "";
            display: block;
            clear: both
        }

        .mda-box-item .mda-time span {
            border: 1px solid #555;
            color: #fff;
            float: left;
            display: block;
            padding: 5px 10px;
            background-color: #555
        }

            .mda-box-item .mda-time span:first-child {
                border: 1px solid #ddd;
                background-color: #e7e7e7;
                color: #555
            }

        .mda-box-item .mda-time i {
            color: #555;
            font-size: 21px;
            display: block;
            float: left;
            padding: 7px 0 0;
            margin-left: -2px
        }

    .mda-box-item .mda-box-img {
        width: 330px;
        float: left;
        margin-right: 20px;
        position: relative;
        overflow: hidden
    }

        .mda-box-item .mda-box-img > a {
            display: block;
            padding-top: 66.5%;
            position: relative;
            overflow: hidden
        }

            .mda-box-item .mda-box-img > a > img {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%
            }

    .mda-box-item .mda-box-per {
        top: 10px;
        background: red;
        padding: 5px 10px
    }

    .mda-box-item .mda-box-lb, .mda-box-item .mda-box-per {
        position: absolute;
        left: 0;
        color: #fff;
        text-align: center
    }

    .mda-box-item .mda-box-lb {
        z-index: 8;
        bottom: 0;
        background-color: rgba(0,0,0,.5);
        font-weight: 700;
        padding: 7px 12px;
        font-size: 13px;
        transition: all .3s linear
    }

    .mda-box-item:hover .mda-box-lb {
        transform: translateY(100%)
    }

    .mda-box-item .mda-box-img img {
        width: 100%
    }

    .mda-box-item .mda-info {
        position: relative
    }

    .mda-box-item .mda-transport {
        width: auto;
        margin-top: 10px
    }

        .mda-box-item .mda-transport ul {
            padding: 0;
            margin: 0
        }

            .mda-box-item .mda-transport ul li {
                list-style: none;
                display: block;
                width: 20%;
                float: left;
                text-align: center;
                margin: 0
            }

                .mda-box-item .mda-transport ul li span {
                    font-size: 13px;
                    display: block;
                    text-align: center
                }

    .mda-box-item .mda-box-price {
        display: -ms-flexbox;
        display: flex;
        align-items: flex-start
    }

        .mda-box-item .mda-box-price .mda-box-p {
            padding: 0;
            width: 160px
        }

        .mda-box-item .mda-box-price .mda-lb {
            width: -o-calc(100% - 160px);
            width: calc(100% - 160px)
        }

            .mda-box-item .mda-box-price .mda-lb span {
                display: block;
                font-size: 12px;
                line-height: 20px
            }

                .mda-box-item .mda-box-price .mda-lb span.mda-day {
                    color: red;
                    min-height: 40px
                }

        .mda-box-item .mda-box-price .mda-box-p .mda-price {
            display: -ms-flexbox;
            display: flex;
            align-items: flex-end;
            white-space: nowrap;
            flex-direction: column
        }

            .mda-box-item .mda-box-price .mda-box-p .mda-price .mda-money {
                color: #bbb;
                text-decoration: line-through;
                height: 22px
            }

            .mda-box-item .mda-box-price .mda-box-p .mda-price .mda-money-red {
                color: #ed0080;
                font-size: 22px;
                line-height: 24px;
                font-weight: 700;
                height: 24px
            }

        .mda-box-item .mda-box-price .mda-box-p .mda-dis {
            display: block;
            text-decoration: line-through;
            font-size: 17px;
            margin-top: -14px;
            position: absolute;
            right: 0
        }

        .mda-box-item .mda-box-price .mda-lb .mda-more-day {
            display: inline-block;
            width: 30px
        }

            .mda-box-item .mda-box-price .mda-lb .mda-more-day > a {
                display: inline-block;
                width: 30px;
                text-align: center
            }

        .mda-box-item .mda-box-price .mda-lb .mda-day span {
            display: block;
            text-align: left
        }

            .mda-box-item .mda-box-price .mda-lb .mda-day span b {
                cursor: pointer;
                color: #1893b2
            }

        .mda-box-item .mda-box-price .mda-lb .mda-bnt {
            float: right;
            margin-top: 10px
        }

            .mda-box-item .mda-box-price .mda-lb .mda-bnt a {
                padding: 6px 10px;
                color: #fff;
                background-color: #eb004f
            }

                .mda-box-item .mda-box-price .mda-lb .mda-bnt a i {
                    padding: 0 10px 0 0
                }

                .mda-box-item .mda-box-price .mda-lb .mda-bnt a:hover {
                    background-color: #404040
                }

    .mda-box-item .mda-info.mda-list {
        display: block
    }

    .mda-box-item .mda-info.mda-grid {
        display: none
    }

    .mda-box-item .mda-name {
        background: rgba(0,0,0,.1);
        padding: 4px 10px
    }

        .mda-box-item .mda-name a {
            font-size: 16px;
            line-height: 24px;
            display: block;
            height: 48px;
            overflow: hidden;
            color: #337ab7;
        }

    .mda-box-item .mda-img-box-wrap {
        padding: 15px 20px;
        border: 1px solid rgba(0,0,0,.1);
        position: relative
    }

    .mda-box-item .mda-place, .mda-box-item .mda-schedule {
        padding: 0;
        padding-left: 20px;
        position: relative
    }

        .mda-box-item .mda-place:before {
            content: "\F2C0"
        }

        .mda-box-item .mda-place:before, .mda-box-item .mda-schedule:before {
            font-family: fontAwesome;
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%)
        }

        .mda-box-item .mda-schedule:before {
            content: "\F274"
        }

    .mda-box-item .mda-time-grid {
        padding: 0;
        padding-left: 20px;
        position: relative;
        margin: 0
    }

        .mda-box-item .mda-time-grid:before {
            content: "\F017";
            font-family: fontAwesome;
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%)
        }

    .mda-box-item .mda-price {
        padding: 0
    }

    .mda-box-item .mda-distcoun {
        text-align: right;
        display: -ms-flexbox;
        display: flex;
        align-items: flex-end;
        flex-direction: column-reverse
    }

        .mda-box-item .mda-distcoun .mda-dis {
            color: #007ac3;
            font-size: 18px;
            line-height: 20px;
            font-weight: 700
        }

        .mda-box-item .mda-distcoun .mda-pre {
            color: #bbb;
            text-decoration: line-through
        }

    .mda-box-item .linkTo {
        margin-top: 15px
    }

        .mda-box-item .linkTo a {
            display: block;
            background: #ed0080;
            color: #fff;
            font-weight: 700;
            text-transform: uppercase;
            text-align: center;
            padding: 6px 10px
        }

            .mda-box-item .linkTo a span {
                padding-right: 15px;
                position: relative
            }

                .mda-box-item .linkTo a span:before {
                    content: "\F054";
                    font-family: FontAwesome;
                    font-weight: 400;
                    position: absolute;
                    right: 0;
                    top: 50%;
                    transform: translateY(-50%)
                }

            .mda-box-item .linkTo a:hover {
                background: #818285
            }

    .vnt-tour.grid .mda-box-item {
        padding-left: 0;
        transition: all .3s linear;
        border: 1px solid transparent
    }

        .vnt-tour.grid .mda-box-item:hover {
            border-color: #333
        }

        .vnt-tour.grid .mda-box-item .mda-box-img {
            float: none;
            width: 100%
        }

        .vnt-tour.grid .mda-box-item .mda-box-n, .vnt-tour.grid .mda-box-item .mda-info.mda-list {
            display: none
        }

        .vnt-tour.grid .mda-box-item .mda-info.mda-grid {
            display: block
        }

        .vnt-tour.grid .mda-box-item .mda-price {
            position: absolute;
            bottom: 15px;
            right: 15px
        }

    .mda-more-box {
        text-align: center;
        height: 35px;
        margin: 25px 0
    }

        .mda-more-box span {
            background-color: #007ac3;
            padding: 10px 50px;
            font-size: 17px;
            color: #fff;
            cursor: pointer;
            display: inline-block
        }

    .summary-info .mda-more-box {
        display: none
    }

    .mda-area .mda-tour-content .mda-item-title {
        text-align: center;
        margin-bottom: 20px
    }

    .mda-item-title-icon {
        margin-top: 30px;
        display: inline-table
    }

        .mda-item-title-icon .img {
            float: left;
            width: 40px;
            height: 40px;
            overflow: hidden;
            display: block
        }

            .mda-item-title-icon .img img {
                width: 100%
            }

        .mda-item-title-icon .lb, .mda-item-title-icon .lb a {
            float: left;
            font-size: 22px;
            padding: 5px 0 0 5px;
            color: #333
        }

    .mda-area > div {
        width: calc((100% - 30px)/ 2);
        float: left
    }

    .mda-area .mda-tour-content:first-child {
        margin-right: 30px
    }

    .mda-area .mda-box-area {
        padding: 20px 5px;
        background-color: #e7e7e7;
        border: 1px solid #333;
        border-bottom: none
    }

        .mda-area .mda-box-area .mda-select-itiem {
            width: 20%;
            float: left;
            padding-left: 1px
        }

            .mda-area .mda-box-area .mda-select-itiem select {
                width: 100%
            }

            .mda-area .mda-box-area .mda-select-itiem .select2-selection {
                padding: 3px 0;
                height: 40px;
                border-radius: 0
            }

                .mda-area .mda-box-area .mda-select-itiem .select2-selection .select2-selection__arrow {
                    top: 5px;
                    width: 15px;
                    color: #ccc
                }

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        padding-left: 5px !important;
        padding-right: 15px !important
    }

    .mda-area .mda-area-list {
        border: 1px solid #333;
        border-top: none
    }

        .mda-area .mda-area-list a {
            color: #333
        }

    .mda-area .select2-container--default .select2-selection--single {
        border: 1px solid #f9f9f9
    }

    .mda-area .mda-table-js .mda-money-red {
        color: red
    }

    .mda-area table.dataTable thead th, table.dataTable thead td {
        color: #2575ba;
        border-bottom: 0 solid #2575ba !important
    }

    .mda-area .dataTables_scrollHeadInner {
        border-bottom: 1px solid #2575ba !important
    }

    .mda-area-list .dataTables_wrapper.no-footer .dataTables_scrollBody, .mda-area .dataTables_wrapper.no-footer .dataTables_scrollBody {
        border-top: 1px solid #2575ba !important;
        border-bottom: none !important
    }

    .mda-area-list .dataTables_scrollHeadInner {
        border-bottom: 1px solid #2575ba !important
    }

    .mda-area-list table.dataTable thead th, table.dataTable thead td {
        color: #2575ba;
        border-bottom: 0 solid #2575ba !important
    }

    .mda-area-list .mda-book-tour {
        color: #fff;
        background-color: #ed0080;
        padding: 5px 20px;
        cursor: pointer;
        border-radius: 5px;
        display: inline-block
    }

        .mda-area-list .mda-book-tour:hover {
            background-color: #000
        }

    .mda-area .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b, .mda-area .select2-container--default .select2-selection--single .select2-selection__arrow b {
        border: 0 solid transparent;
        height: 0;
        left: 50%;
        margin-left: -10px;
        margin-top: -10px;
        position: absolute;
        top: 50%;
        width: 0
    }

        .mda-area .select2-container--default .select2-selection--single .select2-selection__arrow b:before {
            content: "\F107";
            font-size: 23px
        }

    .mda-area table.dataTable.row-border tbody tr:first-child th, table.dataTable.display tbody tr:first-child td, table.dataTable.display tbody tr:first-child th, table.dataTable.row-border tbody tr:first-child td {
        padding: 15px 10px
    }

    .mda-box-area-1 {
        padding: 15px;
        background-color: #f2f5f8;
        margin-bottom: 25px
    }

        .mda-box-area-1 .mda-select-itiem {
            width: 250px;
            padding-left: 1px
        }

            .mda-box-area-1 .mda-select-itiem select {
                width: 100%;
                height: 35px;
                border: 1px solid rgba(0,0,0,.15);
                padding-left: 10px
            }

            .mda-box-area-1 .mda-select-itiem .select2-selection {
                padding: 3px 0;
                height: 40px;
                border-radius: 0
            }

                .mda-box-area-1 .mda-select-itiem .select2-selection .select2-selection__arrow {
                    top: 5px;
                    width: 15px;
                    color: #ccc
                }

    .mda-list-news {
        margin-top: 30px
    }

        .mda-list-news .mda-item-news {
            float: left;
            width: calc((100% - 30px)/ 2);
            margin-left: 30px
        }

            .mda-list-news .mda-item-news:nth-of-type(2n-1) {
                margin-left: 0
            }

            .mda-list-news .mda-item-news .mda-news-content {
                float: left;
                width: calc((100% - 20px)/ 2);
                margin-left: 20px;
                height: 195px
            }

                .mda-list-news .mda-item-news .mda-news-content:first-child {
                    margin-left: 0;
                    overflow: hidden
                }

                .mda-list-news .mda-item-news .mda-news-content img {
                    width: 100%
                }

                .mda-list-news .mda-item-news .mda-news-content .mda-title {
                    font-size: 19px;
                    color: #333
                }

        .mda-list-news .carousel-control.left, .mda-list-news .carousel-control.right {
            position: absolute;
            height: 40px;
            width: 25px;
            top: -75px;
            background: 0 0
        }

    #mda-why .mda-why-box ul:after, .mda-contact-content .mda-contact-row:after {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0
    }

    .mda-list-news .carousel-control.right {
        right: 0
    }

    .mda-list-news .carousel-control.left {
        left: auto;
        right: 25px
    }

        .mda-list-news .carousel-control.left i, .mda-list-news .carousel-control.right i {
            color: #333;
            top: 0;
            left: 0;
            font-size: 40px
        }

    .mda-contact-content h3 {
        font-size: 25px;
        color: #e30050
    }

    .mda-contact-content .mda-contact-l {
        width: 50%;
        float: left;
        padding-right: 10px
    }

    .mda-contact-content .mda-contact-r {
        width: 50%;
        float: left
    }

    .mda-contact-content .mda-contact-row {
        width: 100%;
        margin-top: 10px
    }

        .mda-contact-content .mda-contact-row label {
            width: 100px;
            float: left
        }

        .mda-contact-content .mda-contact-row .mda-contact-object, .mda-contact-content .mda-contact-row .mda-contact-object-div, .mda-contact-content .mda-contact-row .mda-contact-object-textarea, .mda-contact-content .mda-contact-row select {
            padding: 5px;
            border: 1px solid #ccc;
            width: calc(100% - 100px);
            float: left
        }

            .mda-contact-content .mda-contact-row .mda-contact-object-div .BDC_CaptchaImageDiv {
                width: 230px !important
            }

            .mda-contact-content .mda-contact-row .mda-contact-object-div input {
                padding: 5px;
                border: 1px solid #ccc;
                width: calc(100% - 100px);
                float: left
            }

    .mda-contact-content .mda-box {
        text-align: right;
        width: 100%;
        margin: 10px 0
    }

        .mda-contact-content .mda-box button {
            border: 0 solid #d2d6d9;
            display: block;
            color: #fff;
            background-color: #ed0082;
            padding: 10px 30px;
            float: right
        }

    #mda-why {
        background-color: #e30050;
        margin-top: 30px;
        padding: 5px 0
    }

        #mda-why .lb {
            color: #fff
        }

        #mda-why .mda-content {
            text-align: center
        }

        #mda-why .mda-why-box ul {
            margin: 15px 0 30px;
            padding: 0
        }

            #mda-why .mda-why-box ul li {
                list-style: none;
                float: left;
                width: 20%;
                text-align: center;
                padding: 0 10px;
                margin: 0
            }

                #mda-why .mda-why-box ul li img {
                    margin-bottom: 10px
                }

                #mda-why .mda-why-box ul li p {
                    color: #fff
                }

        #mda-why .mda-item-title-icon {
            margin-top: 20px
        }

    .mda-review-mail {
        margin: 50px 0;
        padding: 0
    }

        .mda-review-mail li {
            list-style: none;
            width: 50%;
            float: left;
            padding: 10px;
            border: 1px solid #eaeaea;
            height: 105px;
            margin: 0 !important
        }

            .mda-review-mail li:first-child {
                border-right: none
            }

            .mda-review-mail li:last-child {
                padding: 10px 20px
            }

        .mda-review-mail .mda-review-icon {
            width: 85px;
            overflow: hidden;
            float: left;
            padding: 10px 0;
            text-align: center
        }

        .mda-review-mail .mda-review-box {
            max-width: calc(100% - 40px);
            float: left;
            height: 90px;
            overflow: hidden
        }

            .mda-review-mail .mda-review-box .mda-review-title {
                float: left;
                font-size: 16px;
                font-weight: 700;
                font-style: italic;
                margin-bottom: 5px
            }

        .mda-review-mail .mda-review-content {
            width: calc(100% - 85px);
            float: left
        }

            .mda-review-mail .mda-review-content p.mda-review-content {
                width: 100%;
                float: left
            }

            .mda-review-mail .mda-review-content .fa-quote-left {
                float: left;
                width: 20px;
                height: 85px;
                font-size: 20px
            }

            .mda-review-mail .mda-review-content .fa-rotate-180 {
                float: none;
                float: left
            }

        .mda-review-mail .mda-mail-box {
            width: 100%;
            margin: 5px 0
        }

            .mda-review-mail .mda-mail-box .mda-text {
                width: calc(100% - 190px);
                margin-right: 15px;
                float: left;
                border: 1px solid #ccc;
                padding: 5px 10px;
                font-style: italic
            }

            .mda-review-mail .mda-mail-box .mda-buttom {
                width: 175px;
                background-color: #e30050;
                color: #fff;
                border: none;
                cursor: pointer;
                padding: 6px;
                display: inline-block;
                text-align: center
            }

    #mda-nav-area #mda-nav-area-list > ul {
        margin: 0;
        display: table;
        padding: 10px 0 20px;
        width: 20%;
        float: left
    }

    #mda-nav-area li {
        list-style: none;
        float: left;
        width: 100%;
        padding: 2px 5px;
        font-size: 15px
    }

        #mda-nav-area li a {
            color: #666
        }

        #mda-nav-area li:hover a {
            color: #e30050
        }

    #mda-nav-area {
        background-color: #f2f1f1;
        margin-top: 30px
    }

    #mda-nav-footer {
        background-color: #e7e7e7
    }

        #mda-nav-footer ul {
            text-align: center;
            display: block;
            padding: 20px 0;
            margin: 0
        }

            #mda-nav-footer ul li {
                list-style: none;
                border-left: 1px solid #333;
                display: inline-block
            }

                #mda-nav-footer ul li a {
                    color: #333;
                    padding: 0 15px;
                    font-size: 15px
                }

                    #mda-nav-footer ul li a:hover {
                        color: #000;
                        padding: 0 15px
                    }

    .mda-detail-tour {
        border-top: 1px solid #ddd;
        padding: 10px 0
    }

        .mda-detail-tour .mda-box-info {
            position: relative
        }

            .mda-detail-tour .mda-box-info .mda-silder {
                width: 460px;
                float: left
            }

            .mda-detail-tour .mda-box-info .mda-info {
                width: calc(100% - 500px);
                float: left;
                margin-left: 40px
            }

                .mda-detail-tour .mda-box-info .mda-info .mda-info-title {
                    font-size: 25px;
                    color: #008fea
                }

                .mda-detail-tour .mda-box-info .mda-info .mda-info-share {
                    width: 100%;
                    margin-top: 20px
                }

                    .mda-detail-tour .mda-box-info .mda-info .mda-info-share > div {
                        display: block;
                        float: left
                    }

                    .mda-detail-tour .mda-box-info .mda-info .mda-info-share div.mda-google {
                        padding-top: 0;
                        margin-left: 20px
                    }

                .mda-detail-tour .mda-box-info .mda-info .mda-info-descriptions {
                    margin-top: 20px
                }

                .mda-detail-tour .mda-box-info .mda-info .mda-info-general {
                    margin-top: 20px;
                    border-top: 1px solid #ddd;
                    padding-top: 20px
                }

                .mda-detail-tour .mda-box-info .mda-info .mda-info-general-l p, .mda-detail-tour .mda-box-info .mda-info .mda-info-general-r p {
                    padding: 5px 0
                }

                .mda-detail-tour .mda-box-info .mda-info .mda-info-general-l {
                    text-align: left;
                    float: left;
                    width: 50%;
                    border-right: 1px solid #ddd
                }

                    .mda-detail-tour .mda-box-info .mda-info .mda-info-general-l p a {
                        color: #008fea
                    }

                .mda-detail-tour .mda-box-info .mda-info .mda-info-general-r {
                    text-align: right;
                    float: left;
                    width: 49%;
                    position: relative
                }

                    .mda-detail-tour .mda-box-info .mda-info .mda-info-general-r .mda-r-price {
                        font-size: 30px;
                        color: #e30050;
                        font-weight: 700
                    }

                    .mda-detail-tour .mda-box-info .mda-info .mda-info-general-r .mda-r-price-l {
                        font-weight: 400;
                        text-decoration: line-through;
                        color: #333;
                        font-size: 17px;
                        width: 100%;
                        display: block;
                        position: absolute;
                        top: -13px
                    }

                    .mda-detail-tour .mda-box-info .mda-info .mda-info-general-r .mda-r-book a, .mda-detail-tour .mda-box-info .mda-info .mda-info-general-r .mda-r-book button {
                        color: #fff;
                        padding: 7px 30px;
                        border: none;
                        font-size: 20px;
                        background-color: #e30050;
                        cursor: pointer
                    }

            .mda-detail-tour .mda-box-info .mda-price-tour-l > p, .mda-detail-tour .mda-box-info .mda-price-tour-r > p {
                color: #008fea
            }

            .mda-detail-tour .mda-box-info .mda-info .mda-info-general .mda-include {
                margin-top: 20px
            }

                .mda-detail-tour .mda-box-info .mda-info .mda-info-general .mda-include ul {
                    padding: 0;
                    margin: 0
                }

                    .mda-detail-tour .mda-box-info .mda-info .mda-info-general .mda-include ul li {
                        list-style: none;
                        padding: 5px;
                        text-align: center;
                        float: left;
                        display: block
                    }

                        .mda-detail-tour .mda-box-info .mda-info .mda-info-general .mda-include ul li span {
                            display: block;
                            width: 100%
                        }

            .mda-detail-tour .mda-box-info .mda-price-tour {
                margin-top: 20px;
                border: 1px solid #ddd;
                padding: 10px 10px 20px
            }

            .mda-detail-tour .mda-box-info .mda-price-tour-l {
                width: 440px;
                float: left
            }

            .mda-detail-tour .mda-box-info .mda-price-tour-r {
                width: calc(100% - 450px);
                float: left;
                margin-left: 10px
            }

                .mda-detail-tour .mda-box-info .mda-price-tour-r .mda-table {
                    width: 100%
                }

                    .mda-detail-tour .mda-box-info .mda-price-tour-r .mda-table tr:first-child.mda-search-box li.mda-search-item > div a {
                        background: url(/images/lib/kebang.png) repeat-x;
                        text-align: right;
                        font-weight: 700
                    }

                    .mda-detail-tour .mda-box-info .mda-price-tour-r .mda-table tr:first-child td {
                        padding: 7px 3px
                    }

                    .mda-detail-tour .mda-box-info .mda-price-tour-r .mda-table tr {
                        background-color: #fbfafa
                    }

                        .mda-detail-tour .mda-box-info .mda-price-tour-r .mda-table tr td {
                            border: 1px solid #ccc;
                            padding: 7px 15px;
                            text-align: right
                        }

            .mda-detail-tour .mda-box-info .mda-info-tour {
                margin-top: 40px
            }

            .mda-detail-tour .mda-box-info .mda-info-tour-l {
                width: calc(100% - 375px);
                float: left;
                margin-right: 10px
            }

                .mda-detail-tour .mda-box-info .mda-info-tour-l ul.nav {
                    padding: 0;
                    margin: 0
                }

                    .mda-detail-tour .mda-box-info .mda-info-tour-l ul.nav li {
                        list-style: none
                    }

                        .mda-detail-tour .mda-box-info .mda-info-tour-l ul.nav li a {
                            padding: 10px 20px;
                            color: #222;
                            text-transform: uppercase;
                            height: 40px;
                            background-color: #e1e1e1;
                            font-size: 15px;
                            border-radius: 0
                        }

                        .mda-detail-tour .mda-box-info .mda-info-tour-l ul.nav li.active a {
                            background-color: #008fea;
                            color: #fff
                        }

                .mda-detail-tour .mda-box-info .mda-info-tour-l #mda-overview img {
                    max-width: 100%;
                    height: auto !important
                }

            .mda-detail-tour .mda-box-info .mda-info-tour-r {
                margin-top: 0;
                width: 365px;
                float: left;
                padding: 10px;
                border: 1px solid #ccc
            }

                .mda-detail-tour .mda-box-info .mda-info-tour-r .mda-title-1 h3 {
                    padding: 0 0 10px;
                    font-size: 18px;
                    border-bottom: 1px solid #ccc;
                    margin-bottom: 20px
                }

                    .mda-detail-tour .mda-box-info .mda-info-tour-r .mda-title-1 h3 i {
                        margin-right: 10px
                    }

            .mda-detail-tour .mda-box-info .mda-more-day {
                display: inline-block;
                width: 30px
            }

                .mda-detail-tour .mda-box-info .mda-more-day > a {
                    display: inline-block;
                    width: 30px;
                    text-align: center
                }

    .mda-day-other {
        cursor: pointer
    }

    .mda-detail-tour .mda-price-tour-l-o ul {
        margin: 10px 0 0;
        padding: 0
    }

        .mda-detail-tour .mda-price-tour-l-o ul li {
            width: 25%;
            float: left;
            list-style: none
        }

    #mda-table-price .mda-tap {
        display: none
    }

        #mda-table-price .mda-tap.ative {
            display: block
        }

    .mda-chose-list {
        width: 100%;
        margin: 0;
        padding: 10px 0
    }

        .mda-chose-list li {
            padding: 10px;
            background-color: #e1e1e1;
            color: #222;
            float: right;
            cursor: pointer;
            list-style: none;
            margin-left: 5px;
            border-radius: 5px
        }

            .mda-chose-list li.ative, .mda-chose-list li:hover {
                background-color: #008fea;
                color: #fff
            }

            .mda-chose-list li i {
                font-size: 17px;
                cursor: pointer
            }

    .fc-widget-header .fc-day-header {
        padding: 15px;
        color: #fff;
        background-color: #e30050;
        border: 1px solid #fff
    }

    .fc-toolbar .fc-left h2 {
        color: #e30050
    }

    #mda-calendar {
        position: relative
    }

    .mda-box-it .mda-box-price {
        display: block;
        color: #e30050;
        font-size: 14px;
        cursor: pointer
    }

    .mda-box-it .mda-box-book, .mda-box-it .mda-box-other {
        display: inline-block;
        border-radius: 4px;
        cursor: pointer;
        float: right
    }

    .mda-box-it .mda-box-seat {
        color: #2f7000;
        font-size: 14px;
        cursor: pointer;
        position: absolute;
        padding-top: 5px
    }

    .mda-box-it .mda-box-book {
        background-color: #e30050;
        color: #fff;
        padding: 2px 10px;
        margin-top: 5px
    }

        .mda-box-it .mda-box-book:hover {
            background-color: #bd0040
        }

    .mda-box-it .mda-box-other {
        background-color: #fff;
        color: #008fea;
        padding: 2px 7px;
        margin-top: 2px;
        font-size: 14px
    }

    .mda-box-other-h, .mda-box-price-h, .mda-box-t {
        display: none
    }

    .fc-event {
        background-color: #fff !important;
        border: none !important
    }

    .fc-day-grid-event .fc-content {
        overflow: inherit !important
    }

    .mda-price-item-box {
        box-shadow: 0 1px 2px #ccc;
        position: absolute;
        z-index: 7;
        color: #111;
        width: 100%;
        border: 1px solid #ccc;
        background-color: #fff
    }

    .mda-price-item .mda-table {
        width: 100%
    }

        .mda-price-item .mda-table tr:first-child {
            background: url(/images/lib/kebang.png) repeat-x;
            text-align: right;
            font-weight: 700
        }

            .mda-price-item .mda-table tr:first-child td {
                padding: 7px 3px
            }

        .mda-price-item .mda-table tr {
            background-color: #fbfafa
        }

            .mda-price-item .mda-table tr td {
                border: 1px solid #ccc;
                padding: 7px 15px;
                text-align: right
            }

    .mda-box-t {
        position: absolute;
        width: 100%
    }

        .mda-box-t .mda-price-item-box p {
            padding: 10px 0
        }

        .mda-box-t .bnt-hide-row {
            font-size: 15px;
            position: absolute;
            right: 0;
            top: 4px;
            font-weight: 700;
            width: 30px;
            height: 25px;
            text-align: center;
            cursor: pointer;
            color: #ab0404
        }

            .mda-box-t .bnt-hide-row .mda-price-item-box {
                position: relative
            }

        .mda-box-t .mda-table {
            width: 100%
        }

            .mda-box-t .mda-table tr:first-child {
                background: url(/images/lib/kebang.png) repeat-x;
                text-align: right;
                font-weight: 700
            }

                .mda-box-t .mda-table tr:first-child td {
                    padding: 7px 3px
                }

            .mda-box-t .mda-table tr {
                background-color: #fbfafa
            }

                .mda-box-t .mda-table tr td {
                    border: 1px solid #ccc;
                    padding: 7px 15px;
                    text-align: right
                }

    .mda-more-tour {
        background-color: #fff;
        box-shadow: 0 1px 2px #ccc;
        position: absolute;
        z-index: 5;
        color: #111
    }

        .mda-more-tour p {
            z-index: 222222;
            color: #fff;
            background-color: #e30050;
            padding: 5px 10px
        }

            .mda-more-tour p .bnt-hide-row {
                font-size: 14px;
                font-weight: 700;
                width: 30px;
                height: 21px;
                text-align: center;
                cursor: pointer;
                color: #fff;
                float: right
            }

                .mda-more-tour p .bnt-hide-row:hover {
                    border: 1px solid #ff89a5;
                    border-radius: 4px;
                    background-color: #ff3060;
                    box-shadow: inset 1px 1px #c10000
                }

        .mda-more-tour ul {
            display: block;
            width: 400px;
            padding: 5px 10px;
            margin: 0
        }

            .mda-more-tour ul li {
                display: block;
                height: 35px;
                border-bottom: 1px solid #ccc;
                padding: 5px 0
            }

                .mda-more-tour ul li:last-child {
                    border-bottom: 0 solid #ccc
                }

                .mda-more-tour ul li .mda-name {
                    display: inline-block;
                    width: 45%;
                    float: left
                }

                .mda-more-tour ul li .mda-coler-red {
                    display: inline-block;
                    width: 25%;
                    float: left;
                    color: #e30050
                }

                .mda-more-tour ul li .mda-book, .mda-more-tour ul li .mda-view {
                    width: 15%;
                    display: inline-block;
                    text-align: center;
                    cursor: pointer
                }

                .mda-more-tour ul li .mda-view {
                    float: left;
                    color: #008fea
                }

                .mda-more-tour ul li .mda-book .mda-btn-book {
                    display: inline-block;
                    background-color: #e30050;
                    color: #fff;
                    padding: 0 12px;
                    border-radius: 4px;
                    cursor: pointer;
                    text-align: center
                }

    #mda-schedule {
        padding: 10px
    }

        #mda-schedule > ul {
            padding: 0;
            margin: 0
        }

            #mda-schedule > ul > li {
                position: relative;
                list-style: none
            }

        #mda-schedule ul li .mda-rl {
            float: left;
            width: 70px;
            margin-top: 5px
        }

            #mda-schedule ul li .mda-rl p {
                font-style: italic;
                font-weight: 700;
                margin-top: -7px
            }

        #mda-schedule ul li .mda-rr {
            padding-left: 20px;
            float: left;
            width: calc(100% - 70px);
            border-left: 3px solid #ccc;
            min-height: 100px
        }

            #mda-schedule ul li .mda-rr > div {
                margin-top: 5px;
                color: #555;
                font-size: 14px;
                padding: 0 0 15px
            }

                #mda-schedule ul li .mda-rr > div i {
                    color: #999;
                    position: absolute;
                    margin: 5px -30px !important;
                    width: 15px;
                    height: 15px;
                    text-align: center
                }

    .mda-price-item, .mda-price-item .mda-price-item-box {
        position: relative
    }

    #mda-schedule ul li .mda-rr > div.mda-title {
        color: #008fea;
        font-size: 18px
    }

        #mda-schedule ul li .mda-rr > div.mda-title i {
            color: #008fea;
            margin: -6px -30px !important
        }

    #mda-schedule ul li .mda-rr img {
        max-width: 100%;
        height: auto !important
    }

    .mda-title-2 {
        border-bottom: 1px solid #ddd;
        margin-bottom: 10px
    }

        .mda-title-2 p {
            font-size: 20px;
            padding-bottom: 5px
        }

    .mda-price-item {
        border: 1px solid #e30050;
        background-color: #f7f6f6;
        padding-bottom: 10px;
        display: none
    }

        .mda-price-item p {
            font-size: 16px;
            font-weight: 700;
            padding-bottom: 10px
        }

        .mda-price-item .bnt-hide-row {
            font-size: 15px;
            position: absolute;
            right: -5px;
            top: -5px;
            font-weight: 700;
            width: 30px;
            height: 25px;
            text-align: center;
            cursor: pointer;
            color: #ab0404
        }

            .mda-price-item .bnt-hide-row .mda-price-item-box {
                position: relative
            }

    .mda-search-tour {
        text-align: left
    }

        .mda-search-tour input {
            float: right;
            font-size: 18px;
            padding: 5px 20px;
            color: #fff;
            border: 1px solid #e30050;
            background-color: #e30050
        }

            .mda-search-tour input:hover {
                border: 1px solid #d5064f;
                background-color: #d5064f
            }

    .mda-loading {
        position: fixed;
        top: 30%;
        left: 48%;
        z-index: 1000
    }

    .mda-loading, .mda-str-loading {
        font-size: 16px;
        height: 35px;
        text-align: center
    }

    .mda-str-loading {
        margin-top: 10px;
        z-index: 10
    }

    .mda-flight-to {
        margin-top: 20px
    }

    .mda-box-item-flight {
        margin: 10px 0 0;
        border-top: 2px solid #e30050;
        padding: 0
    }

        .mda-box-item-flight .mda-item-fligh {
            width: 100%;
            display: block;
            position: relative;
            border-bottom: 5px solid #ddd
        }

            .mda-box-item-flight .mda-item-fligh .mda-box-flight {
                width: auto;
                font-size: 16px
            }

        .mda-box-item-flight .mda-box-flight-row {
            padding: 0 10px;
            border-right: 1px solid #ddd;
            border-left: 1px solid #ddd
        }

            .mda-box-item-flight .mda-box-flight-row .mda-name {
                font-size: 16px;
                font-weight: 700
            }

            .mda-box-item-flight .mda-box-flight-row ul {
                padding: 10px 0;
                margin: 0
            }

                .mda-box-item-flight .mda-box-flight-row ul li {
                    list-style: none;
                    text-align: center;
                    width: calc((75% - 200px)/ 3);
                    display: inline-block;
                    float: left
                }

                    .mda-box-item-flight .mda-box-flight-row ul li:nth-of-type(2) {
                        text-align: center;
                        width: 25%;
                        display: inline-block;
                        float: left
                    }

                    .mda-box-item-flight .mda-box-flight-row ul li:nth-of-type(5), .mda-box-item-flight .mda-box-flight-row ul li:nth-of-type(6) {
                        text-align: center;
                        width: 100px;
                        display: inline-block;
                        float: left
                    }

                    .mda-box-item-flight .mda-box-flight-row ul li:first-child {
                        text-align: left
                    }

                    .mda-box-item-flight .mda-box-flight-row ul li img {
                        height: 40px
                    }

                    .mda-box-item-flight .mda-box-flight-row ul li p {
                        display: block
                    }

                        .mda-box-item-flight .mda-box-flight-row ul li p .mda-money-m {
                            color: #d5064f
                        }

                        .mda-box-item-flight .mda-box-flight-row ul li p .mda-flight-detail {
                            color: #008fea;
                            cursor: pointer
                        }

                            .mda-box-item-flight .mda-box-flight-row ul li p .mda-flight-detail:hover {
                                text-decoration: underline
                            }

                        .mda-box-item-flight .mda-box-flight-row ul li p .mda-flight-check {
                            padding: 5px 15px;
                            margin-top: 5px;
                            float: right;
                            font-size: 16px;
                            color: #fff;
                            border: 1px solid #e30050;
                            background-color: #e30050;
                            cursor: pointer
                        }

                            .mda-box-item-flight .mda-box-flight-row ul li p .mda-flight-check:hover {
                                border: 1px solid #d5064f;
                                background-color: #d5064f
                            }

        .mda-box-item-flight .mda-box-flight-row-detail {
            display: none;
            background-color: #fdfdfd;
            position: relative;
            border-right: 1px solid #ddd;
            border-left: 1px solid #ddd
        }

            .mda-box-item-flight .mda-box-flight-row-detail .mda-box-caret {
                border-bottom: 12px solid #f1f1f1;
                border-left: 11px solid transparent;
                border-right: 11px solid transparent;
                width: 20px;
                height: 10px;
                position: absolute;
                display: block;
                top: -11px;
                right: 17%
            }

            .mda-box-item-flight .mda-box-flight-row-detail .mda-flight-info {
                background-color: #f1f1f1;
                padding: 10px 15px
            }

                .mda-box-item-flight .mda-box-flight-row-detail .mda-flight-info .mda-line {
                    width: 100%
                }

            .mda-box-item-flight .mda-box-flight-row-detail li {
                text-align: left;
                width: 33.33333%;
                display: inline-block;
                float: left;
                padding-bottom: 10px
            }

                .mda-box-item-flight .mda-box-flight-row-detail li:last-child, .mda-box-item-flight .mda-box-flight-row-detail table.table tr td, .mda-box-item-flight .mda-box-flight-row-detail table.table tr th {
                    text-align: right
                }

            .mda-box-item-flight .mda-box-flight-row-detail .mda-flight-polic {
                padding: 10px 15px
            }

                .mda-box-item-flight .mda-box-flight-row-detail .mda-flight-polic .mda-polic-title {
                    font-size: 18px;
                    font-weight: 700
                }

    #mda-flightpricebox .summary-info {
        border: 0;
        padding: 0
    }

        #mda-flightpricebox .summary-info .mda-more-box {
            border: 0;
            padding: 0;
            margin: 0
        }

            #mda-flightpricebox .summary-info .mda-more-box .continue-bookflight {
                padding: 5px 30px
            }

    #mda-flightpricebox ul {
        margin: 0;
        padding: 0
    }

        #mda-flightpricebox ul li {
            list-style: none
        }

            #mda-flightpricebox ul li a {
                font-size: 18px;
                color: #111
            }

            #mda-flightpricebox ul li .mda-item {
                margin-bottom: 5px;
                font-weight: 700
            }

                #mda-flightpricebox ul li .mda-item .mda-b-left {
                    float: left;
                    width: 30%
                }

                    #mda-flightpricebox ul li .mda-item .mda-b-left img {
                        float: left;
                        width: 100%;
                        height: 40px
                    }

                #mda-flightpricebox ul li .mda-item .mda-b-right {
                    float: left;
                    width: 70%;
                    text-align: right
                }

                #mda-flightpricebox ul li .mda-item .mda-p-price {
                    color: #d5064f
                }

    #mda-box-item-hotel-g .mda-box-item-hotel {
        margin: 20px 0 0;
        padding: 0
    }

        #mda-box-item-hotel-g .mda-box-item-hotel > li {
            list-style: none;
            margin-bottom: 20px;
            border: 1px solid #ccc;
            padding: 10px;
            position: relative
        }

    #mda-box-item-hotel-g .mda-box-hotel-row .mda-box-hotel-row-img {
        width: 205px;
        height: 145px;
        border-radius: 5px;
        background-color: #111;
        position: relative;
        text-align: center;
        float: left;
        overflow: hidden;
        color: #ccc
    }

        #mda-box-item-hotel-g .mda-box-hotel-row .mda-box-hotel-row-img i {
            position: absolute;
            margin: auto;
            top: 40%;
            left: 35%
        }

        #mda-box-item-hotel-g .mda-box-hotel-row .mda-box-hotel-row-img img {
            height: 100%
        }

    #mda-box-item-hotel-g .mda-box-hotel-row .mda-box-hotel-row-conten {
        padding-left: 10px;
        width: calc(100% - 370px);
        position: relative;
        float: left;
        text-align: left
    }

        #mda-box-item-hotel-g .mda-box-hotel-row .mda-box-hotel-row-conten h2 {
            font-size: 18px;
            float: left;
            margin-right: 5px
        }

        #mda-box-item-hotel-g .mda-box-hotel-row .mda-box-hotel-row-conten .stars {
            color: #ffc107;
            float: left
        }

        #mda-box-item-hotel-g .mda-box-hotel-row .mda-box-hotel-row-conten p .mda-box-hotel-row-name {
            font-size: 17px;
            color: #4976b9
        }

        #mda-box-item-hotel-g .mda-box-hotel-row .mda-box-hotel-row-conten p .mda-box-hotel-row-star {
            font-size: 16px;
            display: inline-block;
            color: #ff9700
        }

        #mda-box-item-hotel-g .mda-box-hotel-row .mda-box-hotel-row-conten p.mda-box-hotel-row-remark {
            font-size: 13px;
            color: #d5064f;
            height: auto;
            overflow: hidden;
            line-height: 14px;
            margin-top: 3px;
            padding-left: 10px
        }

            #mda-box-item-hotel-g .mda-box-hotel-row .mda-box-hotel-row-conten p.mda-box-hotel-row-remark i {
                font-size: 10px;
                margin-top: 0;
                position: absolute;
                line-height: 12px;
                margin-left: -11px
            }

        #mda-box-item-hotel-g .mda-box-hotel-row .mda-box-hotel-row-conten p.mda-box-hotel-row-adrress {
            font-size: 13px;
            line-height: 16px
        }

        #mda-box-item-hotel-g .mda-box-hotel-row .mda-box-hotel-row-conten .mda-box-hotel-row-description {
            font-size: 13px;
            line-height: 17px;
            margin-top: 5px;
            margin-bottom: 20px
        }

            #mda-box-item-hotel-g .mda-box-hotel-row .mda-box-hotel-row-conten .mda-box-hotel-row-description b, #mda-box-item-hotel-g .mda-box-hotel-row .mda-box-hotel-row-conten .mda-box-hotel-row-description br {
                display: none
            }

        #mda-box-item-hotel-g .mda-box-hotel-row .mda-box-hotel-row-conten p.mda-box-hotel-row-adrress .mda-map {
            cursor: pointer;
            font-size: 16px;
            color: #4976b9
        }

    #mda-box-item-hotel-g .mda-box-hotel-row .mda-box-hotel-row-l {
        width: 165px;
        float: right;
        text-align: right;
        height: 145px;
        border-left: 1px solid #ccc
    }

        #mda-box-item-hotel-g .mda-box-hotel-row .mda-box-hotel-row-l p .mda-review {
            font-size: 17px;
            color: #390;
            font-weight: 700;
            display: block
        }

        #mda-box-item-hotel-g .mda-box-hotel-row .mda-box-hotel-row-l p .mda-price {
            font-size: 15px;
            text-decoration: line-through
        }

        #mda-box-item-hotel-g .mda-box-hotel-row .mda-box-hotel-row-l p .mda-price-discount {
            color: #d5064f;
            font-size: 22px
        }

        #mda-box-item-hotel-g .mda-box-hotel-row .mda-box-hotel-row-l p .mda-pre {
            color: #e30050;
            font-size: 12px;
            padding: 0 5px;
            border: 1px solid #d5064f;
            border-radius: 3px
        }

        #mda-box-item-hotel-g .mda-box-hotel-row .mda-box-hotel-row-l p.mda-hotel-check-b {
            display: block;
            width: 115px;
            font-size: 16px;
            position: absolute;
            bottom: 10px;
            right: 10px;
            border: 1px solid #ccc;
            padding: 2px;
            border-radius: 2px
        }

            #mda-box-item-hotel-g .mda-box-hotel-row .mda-box-hotel-row-l p.mda-hotel-check-b:hover {
                background-color: #d5064f;
                border-radius: 4px
            }

        #mda-box-item-hotel-g .mda-box-hotel-row .mda-box-hotel-row-l p .mda-hotel-check {
            display: block;
            cursor: pointer;
            color: #fff;
            background-color: #e30050;
            padding: 5px 0;
            text-align: center
        }

            #mda-box-item-hotel-g .mda-box-hotel-row .mda-box-hotel-row-l p .mda-hotel-check i {
                font-size: 11px;
                margin-left: 3px
            }

        #mda-box-item-hotel-g .mda-box-hotel-row .mda-box-hotel-row-l p.mda-hotel-check-t {
            cursor: pointer;
            position: absolute;
            bottom: -60px;
            left: -485px;
            width: 355px;
            text-align: left;
            font-size: 14px
        }

            #mda-box-item-hotel-g .mda-box-hotel-row .mda-box-hotel-row-l p.mda-hotel-check-t i {
                margin-right: 5px
            }

    #mda-box-item-hotel-g .mda-box-hotel-row .tripreview-box {
        font-size: 14px;
        padding: 5px 0
    }

    #mda-box-item-hotel-g .mda-box-hotel-row .loadmore-hotel {
        border-radius: 7px;
        height: 29px;
        background: #e30050;
        cursor: pointer
    }

        #mda-box-item-hotel-g .mda-box-hotel-row .loadmore-hotel span {
            color: #fff;
            text-align: center
        }

    #mda-box-item-hotel-g .mda-box-hotel-row .mda-specialdeal {
        left: 222px;
        background: #e44949;
        position: absolute;
        padding: 3px 5px;
        top: 110px;
        line-height: 1.2em;
        border-radius: 2px;
        font-size: 14px
    }

        #mda-box-item-hotel-g .mda-box-hotel-row .mda-specialdeal span {
            color: #fff
        }

    #mda-box-item-hotel-g .mda-box-hotel .mda-box-hotel-row {
        overflow: hidden;
        height: auto
    }

    #mda-box-item-hotel-g .mda-box-hotel-row .mda-box-hotel-row-l > p:first-child {
        text-align: center;
        position: absolute;
        bottom: 40px;
        right: 137px
    }

    #mda-box-item-hotel-g .mda-box-hotel-row .mda-box-hotel-row-conten p .mda-box-hotel-row-star {
        margin-left: 20px
    }

    #mda-box-item-hotel-g .mda-box-hotel-row .mda-avgprice {
        margin-bottom: -6px;
        width: 190px;
        float: right;
        position: absolute;
        bottom: 70px;
        right: 10px
    }

        #mda-box-item-hotel-g .mda-box-hotel-row .mda-avgprice span.mda-price-d {
            line-height: 25px;
            display: block;
            font-weight: 700;
            font-size: 22px;
            color: #e30050
        }

    #mda-box-item-hotel-g .mda-box-hotel-row .mda-left-b {
        bottom: 10px;
        position: absolute;
        right: 135px;
        padding: 3px 10px;
        background-color: #ffc107;
        display: inline-block;
        border-radius: 3px;
        font-size: 13px
    }

    #mda-box-item-hotel-g .mda-box-hotel-row .mda-avgprice span.mda-left-r {
        padding: 1px 10px;
        color: #388e3c;
        display: inline-block;
        font-size: 13px
    }

    #mda-box-item-hotel-g .mda-box-hotel-row .mda-box-hotel-row-l .mda-avgprice p.mda-price {
        text-decoration: line-through
    }

    #mda-box-item-hotel-g .mda-box-hotel-row .mda-filter-hotelstar li {
        list-style-type: none;
        text-transform: capitalize
    }

    .mda-key-search {
        width: 100%;
        height: 38px;
        padding: 0 10px
    }

    .mda-lb-contact {
        color: #e30050;
        font-size: 25px
    }

    .mda-search-hotel-detail {
        margin: 5px 0
    }

        .mda-search-hotel-detail .mda-box {
            width: 290px !important
        }

    .mda-filter-hotelstar {
        margin: 0 0 0 20px;
        padding: 0
    }

        .mda-filter-hotelstar li {
            list-style: none;
            text-transform: capitalize
        }

        .mda-filter-hotelstar i {
            color: #ffc107
        }

    .mda-area-hotel > div {
        width: 100%
    }

    .mda-area-hotel .mda-tour-content:first-child {
        margin-right: 30px
    }

    .mda-area-hotel .mda-box-area {
        padding: 20px 5px;
        background-color: #e7e7e7
    }

        .mda-area-hotel .mda-box-area .mda-btn-select {
            cursor: pointer;
            float: left;
            padding: 11px 15px;
            background-color: #fff;
            color: #2575ba;
            font-size: 16px
        }

        .mda-area-hotel .mda-box-area .mda-select-itiem {
            float: left;
            padding-left: 5px
        }

            .mda-area-hotel .mda-box-area .mda-select-itiem:first-child {
                float: left;
                padding-left: 0
            }

    .mda-area-hotel .mda-area-list {
        border: 1px solid #e7e7e7
    }

        .mda-area-hotel .mda-area-list a {
            color: #333
        }

    .mda-area-hotel .select2-container--default .select2-selection--single {
        border: 1px solid #f9f9f9
    }

    .mda-area-hotel .mda-table-js .mda-money-red {
        color: red
    }

    .mda-area-hotel table.dataTable thead th, table.dataTable thead td {
        color: #2575ba;
        border-bottom: 0 solid #2575ba !important
    }

    .mda-area-hotel .dataTables_scrollHeadInner {
        border-bottom: 1px solid #2575ba !important
    }

    .mda-area-hotel .dataTables_wrapper.no-footer .dataTables_scrollBody, .mda-area-hotel .mda-area-list .dataTables_wrapper.no-footer .dataTables_scrollBody {
        border-top: 1px solid #2575ba !important;
        border-bottom: none !important
    }

    .mda-area-hotel .mda-area-list .dataTables_scrollHeadInner {
        border-bottom: 1px solid #2575ba !important
    }

    .mda-area-hotel .mda-area-list table.dataTable thead th, table.dataTable thead td {
        color: #2575ba;
        border-bottom: 0 solid #2575ba !important
    }

    .mda-area-hotel .mda-area-list .mda-book-tour {
        color: #fff;
        background-color: #3f51b5;
        padding: 5px 20px;
        cursor: pointer
    }

        .mda-area-hotel .mda-area-list .mda-book-tour:hover {
            background-color: #162fba
        }

    .mda-area-hotel .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b, .mda-area-hotel .select2-container--default .select2-selection--single .select2-selection__arrow b {
        border: 0 solid transparent;
        height: 0;
        left: 50%;
        margin-left: -10px;
        margin-top: -10px;
        position: absolute;
        top: 50%;
        width: 0
    }

        .mda-area-hotel .select2-container--default .select2-selection--single .select2-selection__arrow b:before {
            content: "\F107";
            font-size: 23px
        }

    .mda-area-hotel table.dataTable.row-border tbody tr:first-child th, table.dataTable.display tbody tr:first-child td, table.dataTable.display tbody tr:first-child th, table.dataTable.row-border tbody tr:first-child td {
        padding: 15px 10px
    }

    .mda-area-list .mda-box-hotel-row-star {
        color: #f56200
    }

    .mda-area-list .mda-price {
        color: red
    }

    .mda-area-list table tr th {
        background: #f3f3f3;
        border-bottom: none !important
    }

    .mda-box-auto-search {
        display: none;
        position: absolute;
        background: #fff;
        width: 240px;
        padding: 10px;
        border: 1px solid #ccc;
        border-radius: 3px;
        margin-top: 15px
    }

        .mda-box-auto-search .mda-up {
            z-index: 10;
            margin-top: -25px;
            position: absolute;
            right: 59px;
            border-left: 10px solid hsla(0,0%,95%,0);
            border-bottom: 15px solid #ccc;
            border-right: 10px solid rgba(193,94,94,0)
        }

    .mda-city-box-name ul li {
        list-style: none;
        display: block;
        width: 100%;
        padding: 5px 10px;
        cursor: pointer
    }

        .mda-city-box-name ul li a {
            color: #333
        }

    .mda-city-box-name ul p {
        font-weight: 700;
        border-bottom: 1px solid #ccc;
        padding: 10px 0;
        margin-bottom: 5px
    }

        .mda-city-box-name ul p i {
            margin-right: 5px;
            font-size: 15px
        }

    .mda-city-box-name ul li:hover {
        background-color: #0000cd;
        color: #fff;
        border-radius: 3px
    }

        .mda-city-box-name ul li:hover a {
            color: #fff
        }

    .mda-hotel-box-price {
        margin: 0;
        padding: 0;
        position: relative
    }

        .mda-hotel-box-price > li {
            list-style: none;
            padding: 10px 5px;
            border: 1px solid #ccc
        }

    .mda-hotel-box-header-price {
        margin: 0;
        padding: 0
    }

        .mda-hotel-box-header-price li {
            list-style: none;
            border: 1px solid #ccc
        }

            .mda-hotel-box-header-price li.mda-header {
                height: 37px
            }

                .mda-hotel-box-header-price li.mda-header > div:first-child {
                    width: 240px
                }

                .mda-hotel-box-header-price li.mda-header > div {
                    padding: 5px;
                    float: left;
                    width: calc((100% - 380px))
                }

    .mda-hotel-box-price li.mda-contet > div > div:first-child {
        width: 240px
    }

    .mda-hotel-box-price li.mda-contet > div > div {
        padding: 5px;
        float: left;
        width: calc((100% - 380px))
    }

    .mda-hotel-box-price p.mda-hotel-check-b {
        display: block;
        width: 115px;
        font-size: 12px;
        border: 1px solid #ccc;
        padding: 2px;
        border-radius: 2px
    }

        .mda-hotel-box-price p.mda-hotel-check-b:hover {
            background-color: #d5064f;
            border-radius: 4px
        }

    .mda-hotel-box-price .mda-hotel-check {
        display: inline-block;
        cursor: pointer;
        color: #fff;
        background-color: #e30050;
        padding: 2px 20px;
        text-align: center;
        border-radius: 3px
    }

        .mda-hotel-box-price .mda-hotel-check i {
            font-size: 11px;
            margin-left: 3px
        }

    .mda-hotel-box-price .mda-price-discount {
        color: #d5064f;
        font-size: 20px
    }

    .mda-hotel-box-price .mda-price-pr {
        color: #333;
        font-size: 15px;
        text-decoration: line-through
    }

    .mda-hotel-box-price .mda-title {
        color: #008fea;
        font-size: 16px;
        font-weight: 700
    }

    .mda-hotel-box-price .mda-hotel-more {
        color: #008fea;
        font-size: 18px;
        font-weight: 700;
        cursor: pointer
    }

        .mda-hotel-box-price .mda-hotel-more:hover {
            text-decoration: underline
        }

    .mda-hotel-box-price div[data-item^=row] {
        display: none;
        border: 1px solid #ccc;
        border-bottom: 3px solid #e30050
    }

    .color-red {
        color: #d5064f
    }

    .mda-hotel-box-price .mda-box-row-tr {
        position: relative;
        padding: 10px;
        width: 100% !important
    }

    .mda-hotel-box-price .mda-box-row-tr-hide {
        cursor: pointer;
        text-align: center;
        color: #d5064f;
        font-weight: 700;
        position: absolute;
        width: 20px;
        height: 20px;
        display: block;
        right: 0
    }

        .mda-hotel-box-price .mda-box-row-tr-hide:hover {
            color: #d5064f;
            font-weight: 700
        }

    .pagination {
        float: right
    }

    .mda-type-rom h3 {
        font-size: 20px;
        margin: 10px 0
    }

    .mda-type-rom .mda-type-rom-l {
        width: 200px;
        float: left;
        padding-right: 5px
    }

        .mda-type-rom .mda-type-rom-l .detail-room {
            cursor: pointer
        }

        .mda-type-rom .mda-type-rom-l .mda-box-img {
            width: 100%;
            overflow: hidden;
            max-height: 200px
        }

            .mda-type-rom .mda-type-rom-l .mda-box-img img {
                width: 100%
            }

        .mda-type-rom .mda-type-rom-l .mda-name {
            font-size: 20px;
            margin-bottom: 10px
        }

    .mda-type-rom .mda-type-rom-r {
        width: calc(100% - 200px);
        float: left;
        border-left: 1px solid #ccc
    }

        .mda-type-rom .mda-type-rom-r .hotelresponse-item {
            border-top: 1px solid #ccc;
            padding: 10px 0
        }

            .mda-type-rom .mda-type-rom-r .hotelresponse-item:first-child {
                border-top: 0 solid #ccc
            }

            .mda-type-rom .mda-type-rom-r .hotelresponse-item .mda-item-rom-1 {
                padding-left: 5px;
                width: 80px;
                float: left
            }

                .mda-type-rom .mda-type-rom-r .hotelresponse-item .mda-item-rom-1 i {
                    margin-right: -5px
                }

            .mda-type-rom .mda-type-rom-r .hotelresponse-item .mda-item-rom-2 {
                width: calc(100% - 230px);
                float: left
            }

                .mda-type-rom .mda-type-rom-r .hotelresponse-item .mda-item-rom-2 i {
                    color: #e30050
                }

                .mda-type-rom .mda-type-rom-r .hotelresponse-item .mda-item-rom-2 .mda-va-f, .mda-type-rom .mda-type-rom-r .hotelresponse-item .mda-item-rom-2 .mda-va-f i {
                    color: #2f7000
                }

                .mda-type-rom .mda-type-rom-r .hotelresponse-item .mda-item-rom-2 .mda-cancellation-policy, .mda-type-rom .mda-type-rom-r .hotelresponse-item .mda-item-rom-2 .mda-cancellation-policy i {
                    color: #111;
                    font-weight: 700
                }

                .mda-type-rom .mda-type-rom-r .hotelresponse-item .mda-item-rom-2 .mda-promotion {
                    color: #e30050;
                    font-weight: 700
                }

                .mda-type-rom .mda-type-rom-r .hotelresponse-item .mda-item-rom-2 .mda-hotel-check-t {
                    color: #111
                }

                    .mda-type-rom .mda-type-rom-r .hotelresponse-item .mda-item-rom-2 .mda-hotel-check-t i {
                        color: #555
                    }

            .mda-type-rom .mda-type-rom-r .hotelresponse-item .mda-item-rom-3 {
                width: 150px;
                float: right;
                text-align: right
            }

                .mda-type-rom .mda-type-rom-r .hotelresponse-item .mda-item-rom-3 .mda-lot {
                    color: #2f7000;
                    font-size: 13px
                }

    .mda-type-rom .room-detail-box {
        border-top: 1px solid #ccc;
        padding: 10px
    }

        .mda-type-rom .room-detail-box .room-detail-box-l, .mda-type-rom .room-detail-box .room-detail-box-r {
            float: left;
            width: 50%
        }

            .mda-type-rom .room-detail-box .room-detail-box-r ul {
                margin: 0;
                padding: 0
            }

                .mda-type-rom .room-detail-box .room-detail-box-r ul li {
                    float: left;
                    width: 50%;
                    border: 0 solid #ccc;
                    padding: 3px 0
                }

    .mda-visa-d .mda-visa-top {
        text-align: center
    }

        .mda-visa-d .mda-visa-top h1 {
            font-size: 35px;
            color: #2b2a2a
        }

        .mda-visa-d .mda-visa-top p {
            font-size: 18px;
            color: #929292
        }

        .mda-visa-d .mda-visa-top h3 {
            padding: 10px
        }

            .mda-visa-d .mda-visa-top h3 a {
                font-size: 20px;
                color: #2b2a2a;
                font-family: SFUFuturaHeavy
            }

                .mda-visa-d .mda-visa-top h3 a:hover {
                    color: #e30050
                }

    .mda-visa-d .mda-visa-nva {
        text-align: center
    }

        .mda-visa-d .mda-visa-nva ul {
            text-align: center;
            padding: 0;
            margin: 0
        }

            .mda-visa-d .mda-visa-nva ul li {
                list-style: none;
                display: inline-block;
                padding: 2px 20px;
                border-left: 1px solid #333;
                font-size: 22px;
                color: #333
            }

    .mda-visa-d .mda-visa-booking ul li:first-child, .mda-visa-d .mda-visa-booking ul li:first-child a {
        font-size: 38px;
        line-height: 28px;
        float: left;
        font-family: SFUFuturaHeavy;
        font-weight: 700
    }

    .mda-visa-d .mda-visa-nva ul li a {
        color: #333
    }

    .mda-visa-d .mda-visa-nva ul li:hover a {
        color: #e30050;
        text-decoration: none
    }

    .mda-visa-d .mda-visa-nva ul li:first-child {
        border: none;
        padding: 10px 20px
    }

    .mda-visa-d .mda-visa-booking {
        background-color: #eee;
        text-align: center;
        height: 65px;
        padding: 10px;
        margin: 5px 0
    }

        .mda-visa-d .mda-visa-booking ul {
            text-align: center;
            padding: 0;
            margin: 0
        }

            .mda-visa-d .mda-visa-booking ul li {
                list-style: none;
                float: left;
                padding: 5px 20px;
                width: 55%
            }

                .mda-visa-d .mda-visa-booking ul li:nth-of-type(2) {
                    float: left;
                    width: 15%
                }

                .mda-visa-d .mda-visa-booking ul li:first-child {
                    width: 30%;
                    color: #e30050
                }

                    .mda-visa-d .mda-visa-booking ul li:first-child a {
                        color: #e30050
                    }

                .mda-visa-d .mda-visa-booking ul li input[type=submit] {
                    font-weight: 700;
                    width: 95%;
                    float: left
                }

    .mda-visa-d .mda-visa-content > div {
        margin: 10px 0
    }

    .mda-archive .mda-info-share div.mda-google, .mda-news-d .mda-info-share div.mda-google, .mda-visa-d .mda-info-share div.mda-facebook, .mda-visa-d .mda-info-share div.mda-google {
        margin-right: 20px
    }

    .mda-visa-d .mda-area-visa {
        width: 150px;
        float: left;
        padding: 5px 0
    }

    .mda-visa-d .mda-price-visa {
        width: calc(100% - 150px);
        float: left
    }

    #mda-bg .mda-table {
        width: 100%
    }

        #mda-bg .mda-table tr:first-child {
            background-color: #eee;
            font-weight: 700
        }

            #mda-bg .mda-table tr:first-child td {
                padding: 7px 3px
            }

        #mda-bg .mda-table tr {
            background-color: #fbfafa
        }

            #mda-bg .mda-table tr td {
                border: 1px solid #ccc;
                padding: 7px 10px
            }

    .mda-news-d .mda-left {
        float: left;
        width: calc(70% - 25px)
    }

    .mda-news-d .mda-right {
        float: left;
        width: 30%
    }

        .mda-news-d .mda-right .mda-info-tour-r {
            padding: 10px;
            border: 1px solid #ddd
        }

    .mda-news-d .mda-news-top p {
        font-size: 18px;
        color: #999
    }

    .mda-news-d .mda-info-share {
        width: 100%;
        margin-top: 20px
    }

        .mda-news-d .mda-info-share > div {
            display: block;
            float: left
        }

        .mda-news-d .mda-info-share div.mda-facebook {
            padding-top: 0;
            margin-right: 20px
        }

    .mda-archive .mda-info-share {
        width: 100%;
        margin-bottom: 10px
    }

        .mda-archive .mda-info-share > div {
            display: block;
            float: left
        }

        .mda-archive .mda-info-share div.mda-facebook {
            padding-top: 0;
            margin-left: 20px
        }

    .mda-visa-d .mda-info-share {
        width: 100%;
        margin-top: 20px
    }

        .mda-visa-d .mda-info-share > div {
            display: block;
            float: left
        }

        .mda-visa-d .mda-info-share div.mda-facebook {
            padding-top: 0
        }

    .mda-pay .mda-throat-color {
        color: #e30050
    }

    .mda-pay .mda-row input {
        border: 1px solid #ccc;
        height: 48px;
        width: 100%;
        padding: 15px
    }

    .mda-pay .mda-row select {
        border: 1px solid #ccc;
        height: 48px;
        width: 100%;
        padding: 10px
    }

    .mda-pay .mda-row .mda-tilte {
        font-weight: 700
    }

    .mda-pay .mda-row .mda-ex {
        color: #ccc;
        float: right;
        font-style: italic
    }

    .mda-pay .mda-row-3-7 .mda-row-c {
        width: calc((70% - 20px));
        float: left;
        margin-left: 20px
    }

        .mda-pay .mda-row-3-7 .mda-row-c:first-child {
            width: 30%;
            margin-left: 0
        }

    .mda-pay .mda-row-3-5 .mda-row-c {
        width: calc((100% - 20px)/ 2);
        float: left;
        margin-left: 20px
    }

        .mda-pay .mda-row-3-5 .mda-row-c:first-child {
            margin-left: 0
        }

    .mda-pay {
        position: absolute;
        width: 100%;
        top: 0;
        z-index: 2900009000
    }

        .mda-pay .mda-bg {
            background-color: hsla(0,0%,7%,.53);
            position: fixed;
            width: 100%;
            height: 100%;
            z-index: 60000
        }

        .mda-pay .mda-contents {
            width: 50%;
            background-color: #fff;
            position: absolute;
            top: 0;
            right: 0;
            z-index: 600220
        }

        .mda-pay .mda-content-title {
            padding: 11px;
            background-color: #ededed;
            text-align: center;
            font-size: 20px
        }

            .mda-pay .mda-content-title .mda-content-remove {
                cursor: pointer;
                position: absolute;
                left: -53px;
                top: 0
            }

        .mda-pay .mda-content-login {
            padding: 15px
        }

            .mda-pay .mda-content-login p {
                text-align: center
            }

            .mda-pay .mda-content-login .mda-title {
                font-size: 40px;
                margin: 10px 0
            }

            .mda-pay .mda-content-login .mda-mail {
                border: 1px solid #ccc;
                height: 48px;
                width: 100%;
                padding: 15px;
                margin: 40px 0 10px
            }

            .mda-pay .mda-content-login .mda-row span {
                cursor: pointer;
                background: #ccc;
                font-size: 20px;
                padding: 15px;
                text-align: center;
                display: block;
                float: left;
                width: calc((100% - 20px)/ 2);
                color: #fff
            }

            .mda-pay .mda-content-login span.mda-btn-1 {
                background-color: #000;
                margin-right: 20px
            }

            .mda-pay .mda-content-login span.mda-btn-2 {
                background-color: #e30050
            }

            .mda-pay .mda-content-login .mda-line {
                padding: 45px 0;
                text-align: center;
                position: relative
            }

                .mda-pay .mda-content-login .mda-line p {
                    border-bottom: 1px solid #ccc;
                    height: 13px;
                    width: 100%
                }

                .mda-pay .mda-content-login .mda-line .mda-line-1 {
                    padding: 2px;
                    position: absolute;
                    margin: -15px 45%;
                    display: block;
                    width: 60px;
                    background: #fff;
                    text-align: center
                }

            .mda-pay .mda-content-login .mda-btn-3 img, .mda-pay .mda-content-login .mda-btn-4 img {
                margin-top: -10px
            }

            .mda-pay .mda-content-login .mda-line .mda-line-2 {
                background-color: #ededed;
                padding: 15px 10px;
                text-align: center;
                border-radius: 65px
            }

            .mda-pay .mda-content-login .mda-btn-3 {
                margin-right: 20px
            }

            .mda-pay .mda-content-login span.mda-btn-3:hover {
                background-color: #4c66a4
            }

            .mda-pay .mda-content-login span.mda-btn-4:hover {
                background-color: #cc3e2f
            }

            .mda-pay .mda-content-login .mda-row-r {
                font-size: 16px;
                text-align: center;
                margin: 15px 0 20px;
                padding-top: 10px;
                border-top: 1px solid #ccc
            }

        .mda-pay .mda-content-info {
            padding: 15px;
            display: none
        }

            .mda-pay .mda-content-info .mda-title {
                padding: 0;
                font-weight: 700;
                border-bottom: 2px solid #999;
                margin: 15px 0
            }

            .mda-pay .mda-content-info .mda-row-r {
                font-size: 16px;
                text-align: center;
                margin: 15px 0 20px;
                padding-top: 10px;
                border-top: 1px solid #ccc
            }

            .mda-pay .mda-content-info .mda-row-btn span {
                cursor: pointer;
                background: #ccc;
                font-size: 20px;
                padding: 15px;
                text-align: center;
                display: block;
                float: left;
                width: calc((100% - 20px)/ 2);
                color: #fff
            }

                .mda-pay .mda-content-info .mda-row-btn span.mda-btn-1 {
                    background-color: #000;
                    margin-right: 20px
                }

                .mda-pay .mda-content-info .mda-row-btn span.mda-btn-2 {
                    background-color: #e30050
                }

        .mda-pay .mda-content-cart {
            padding: 15px;
            display: none
        }

            .mda-pay .mda-content-cart ul {
                padding: 0;
                margin: 0
            }

            .mda-pay .mda-content-cart li {
                list-style: none;
                position: relative;
                padding: 5px 0;
                border-bottom: 1px solid #ccc
            }

                .mda-pay .mda-content-cart li .mda-col .mda-box-img {
                    margin: 0 auto;
                    height: 80px;
                    width: 80px;
                    border: 1px solid #ccc;
                    border-radius: 80px
                }

                    .mda-pay .mda-content-cart li .mda-col .mda-box-img img {
                        height: 80px;
                        width: 80px;
                        border-radius: 80px
                    }

                .mda-pay .mda-content-cart li .mda-col p.mda-code {
                    color: #bbb;
                    text-align: center
                }

                .mda-pay .mda-content-cart li .mda-col .mda-name {
                    margin-bottom: 5px;
                    font-size: 16px;
                    font-weight: 700
                }

                .mda-pay .mda-content-cart li .mda-col .mda-type {
                    margin-bottom: 5px;
                    background-color: #ededed;
                    border-radius: 20px;
                    padding: 2px 10px
                }

                .mda-pay .mda-content-cart li .mda-col .mda-quantity {
                    width: 50px
                }

                .mda-pay .mda-content-cart li .mda-col .mda-remove {
                    cursor: pointer;
                    display: block;
                    position: absolute;
                    top: 5px;
                    right: 10px;
                    padding: 0 5px;
                    border: 1px solid #999;
                    border-radius: 21px;
                    line-height: 15px;
                    height: 20px
                }

                    .mda-pay .mda-content-cart li .mda-col .mda-remove:hover {
                        box-shadow: 0 0 4px #999
                    }

                .mda-pay .mda-content-cart li .mda-col-1 {
                    width: 30%;
                    float: left;
                    margin: 0 auto
                }

                .mda-pay .mda-content-cart li .mda-col-2 {
                    width: 70%;
                    float: left
                }

                .mda-pay .mda-content-cart li .mda-col .mda-r-col .mda-col {
                    float: left;
                    width: 33.33333%
                }

            .mda-pay .mda-content-cart .mda-title {
                padding: 0;
                font-weight: 700;
                border-bottom: 2px solid #999;
                margin: 30px 0
            }

        .mda-customer, .mda-pay .mda-row-btn {
            margin-top: 15px
        }

        .mda-pay .mda-content-cart li.mda-row-f-1 {
            padding: 10px;
            width: 100%
        }

        .mda-pay .mda-content-cart li.mda-row-f {
            background-color: #dcdcdc;
            padding: 10px;
            width: 100%
        }

            .mda-pay .mda-content-cart li.mda-row-f .mda-col-2 {
                float: right
            }

        .mda-pay .mda-row-btn .mda-btn {
            cursor: pointer;
            background-color: #e30050;
            font-size: 20px;
            padding: 15px;
            text-align: center;
            display: block;
            float: left;
            width: 100%;
            color: #fff
        }

    .mda-customer > div {
        border: 1px solid #ccc
    }

    .mda-customer .mda-customer-left {
        width: 300px;
        float: left;
        padding: 15px
    }

        .mda-customer .mda-customer-left ul {
            margin: 0;
            padding: 0
        }

            .mda-customer .mda-customer-left ul li {
                list-style: none;
                border-top: 1px solid #ccc;
                color: #e30050
            }

                .mda-customer .mda-customer-left ul li:first-child {
                    border-top: 0 solid #ccc
                }

                .mda-customer .mda-customer-left ul li.ative a, .mda-customer .mda-customer-left ul li:hover a {
                    color: #e30050
                }

                .mda-customer .mda-customer-left ul li a {
                    font-size: 15px;
                    font-weight: 700;
                    color: #333;
                    padding: 7px 0;
                    display: block;
                    width: 100%
                }

                .mda-customer .mda-customer-left ul li i {
                    font-size: 15px;
                    float: right
                }

    .mda-customer .mda-customer-right {
        width: calc(100% - 320px);
        float: right;
        padding: 15px
    }

    .mda-customer .mda-customer-title {
        font-size: 18px;
        padding-bottom: 10px;
        border-bottom: 1px solid #ccc
    }

    .mda-customer .mda-customer-row {
        padding: 10px;
        border-top: 1px solid #ccc
    }

        .mda-customer .mda-customer-row:first-child {
            border-top: 0 solid #ccc
        }

        .mda-customer .mda-customer-row ul {
            margin: 0;
            padding: 0
        }

            .mda-customer .mda-customer-row ul li {
                float: left;
                width: calc(100% - 400px);
                list-style: none
            }

                .mda-customer .mda-customer-row ul li:first-child {
                    width: 200px
                }

                .mda-customer .mda-customer-row ul li:last-child {
                    width: 200px;
                    float: right;
                    text-align: right
                }

                .mda-customer .mda-customer-row ul li input {
                    width: 100%;
                    border: 1px solid #ccc;
                    padding: 5px 10px;
                    margin-bottom: 10px
                }

                .mda-customer .mda-customer-row ul li button {
                    cursor: pointer;
                    border: 0 solid #d2d6d9;
                    display: block;
                    color: #fff;
                    background-color: #e30050;
                    padding: 10px 30px;
                    float: right
                }

                .mda-customer .mda-customer-row ul li .mda-item-close {
                    margin-right: 5px;
                    cursor: pointer;
                    border: 0 solid #d2d6d9;
                    display: block;
                    color: #fff;
                    background-color: #cacaca;
                    padding: 10px 30px;
                    float: right
                }

                .mda-customer .mda-customer-row ul li .mda-item-show {
                    cursor: pointer
                }

    .mda-from-mo .mda-throat-color {
        color: #e30050
    }

    .mda-from-mo .mda-row input {
        border: 1px solid #ccc;
        height: 48px;
        width: 100%;
        padding: 15px
    }

    .mda-from-mo .mda-row select {
        border: 1px solid #ccc;
        height: 48px;
        width: 100%;
        padding: 10px
    }

    .mda-from-mo .mda-row .mda-tilte {
        font-weight: 700
    }

    .mda-from-mo .mda-row .mda-ex {
        color: #ccc;
        float: right;
        font-style: italic
    }

    .mda-from-mo .mda-row-3-7 .mda-row-c {
        width: calc((70% - 20px));
        float: left;
        margin-left: 20px
    }

        .mda-from-mo .mda-row-3-7 .mda-row-c:first-child {
            width: 30%;
            margin-left: 0
        }

    .mda-from-mo .mda-row-5-5 .mda-row-c {
        width: calc((100% - 20px)/ 2);
        float: left;
        margin-left: 20px
    }

        .mda-from-mo .mda-row-5-5 .mda-row-c:first-child {
            margin-left: 0
        }

    .mda-from-mo .mda-row-3-5 .mda-row-c {
        width: calc((100% - 20px)/ 2);
        float: left;
        margin-left: 20px
    }

        .mda-from-mo .mda-row-3-5 .mda-row-c:first-child {
            margin-left: 0
        }

    .mda-from-mo {
        position: fixed;
        width: 100%;
        top: 0;
        z-index: 2900009000;
        display: none
    }

        .mda-from-mo .mda-info {
            border-top: 1px solid #ccc;
            padding: 10px
        }

        .mda-from-mo .mda-bg {
            background-color: hsla(0,0%,7%,.53);
            position: fixed;
            width: 100%;
            height: 100%;
            z-index: 60000
        }

        .mda-from-mo .mda-contents {
            width: 50%;
            background-color: #fff;
            position: absolute;
            top: 0;
            right: 25%;
            z-index: 600220
        }

            .mda-from-mo .mda-contents .mda-bnt-from-remove {
                cursor: pointer;
                position: absolute;
                top: 0;
                right: 0;
                font-size: 27px;
                color: #b10404;
                display: block;
                padding: 5px 20px
            }

                .mda-from-mo .mda-contents .mda-bnt-from-remove:hover {
                    color: red
                }

        .mda-from-mo .mda-content-title {
            padding: 11px;
            background-color: #ededed;
            text-align: center;
            font-size: 20px
        }

            .mda-from-mo .mda-content-title .mda-content-remove {
                cursor: pointer;
                position: absolute;
                left: -53px;
                top: 0
            }

        .mda-from-mo .mda-content-login {
            padding: 15px
        }

            .mda-from-mo .mda-content-login p {
                text-align: center
            }

            .mda-from-mo .mda-content-login .mda-title {
                font-size: 36px;
                margin: 10px 0
            }

            .mda-from-mo .mda-content-login .mda-row-full span, .mda-from-mo .mda-content-login .mda-row span {
                cursor: pointer;
                background: #ccc;
                font-size: 20px;
                padding: 15px;
                float: left;
                color: #fff;
                display: block;
                text-align: center
            }

            .mda-from-mo .mda-content-login .mda-mail {
                border: 1px solid #ccc;
                height: 48px;
                width: 100%;
                padding: 15px;
                margin: 40px 0 10px
            }

            .mda-from-mo .mda-content-login .mda-row span {
                width: calc((100% - 20px)/ 2)
            }

            .mda-from-mo .mda-content-login .mda-row-full span {
                width: 100%
            }

            .mda-from-mo .mda-content-login span.mda-btn-1 {
                background-color: #000;
                margin-right: 20px
            }

            .mda-from-mo .mda-content-login span.mda-btn-2 {
                background-color: #e30050
            }

            .mda-from-mo .mda-content-login .mda-line {
                padding: 45px 0;
                text-align: center;
                position: relative
            }

                .mda-from-mo .mda-content-login .mda-line p {
                    border-bottom: 1px solid #ccc;
                    height: 13px;
                    width: 100%
                }

                .mda-from-mo .mda-content-login .mda-line .mda-line-1 {
                    padding: 2px;
                    position: absolute;
                    margin: -15px 45%;
                    display: block;
                    width: 60px;
                    background: #fff;
                    text-align: center
                }

            .mda-from-mo .mda-content-login .mda-btn-3 img, .mda-from-mo .mda-content-login .mda-btn-4 img {
                margin-top: -10px
            }

            .mda-from-mo .mda-content-login .mda-line .mda-line-2 {
                background-color: #ededed;
                padding: 15px 10px;
                text-align: center;
                border-radius: 65px
            }

            .mda-from-mo .mda-content-login .mda-btn-3 {
                margin-right: 20px
            }

            .mda-from-mo .mda-content-login span.mda-btn-3:hover {
                background-color: #4c66a4
            }

            .mda-from-mo .mda-content-login span.mda-btn-4:hover {
                background-color: #cc3e2f
            }

            .mda-from-mo .mda-content-login .mda-row-r {
                font-size: 16px;
                text-align: center;
                margin: 15px 0 20px;
                padding-top: 10px;
                border-top: 1px solid #ccc
            }

        .mda-from-mo .mda-content-info {
            padding: 15px
        }

            .mda-from-mo .mda-content-info .mda-title {
                font-size: 36px;
                margin: 10px 0;
                text-align: center
            }

            .mda-from-mo .mda-content-info .mda-row-btn span, .mda-from-mo .mda-content-info .mda-row-full span {
                background: #ccc;
                font-size: 20px;
                padding: 15px;
                display: block;
                color: #fff;
                float: left;
                text-align: center;
                cursor: pointer
            }

            .mda-from-mo .mda-content-info .mda-row-btn span {
                width: calc((100% - 20px)/ 2)
            }

            .mda-from-mo .mda-content-info .mda-row-full span {
                width: 100%
            }

            .mda-from-mo .mda-content-info span.mda-btn-1 {
                background-color: #000;
                margin-right: 20px
            }

            .mda-from-mo .mda-content-info span.mda-btn-2 {
                background-color: #e30050
            }

    .mda-item-type-1 ul {
        padding: 0;
        margin: 0
    }

        .mda-item-type-1 ul li {
            list-style: none;
            float: left;
            height: 100%;
            position: relative
        }

    .mda-item-type-1 .mda-type-1:hover .mda-item-content-hide {
        display: block
    }

    .mda-item-type-1 .mda-item-content {
        width: 100%;
        position: absolute;
        bottom: 10px;
        z-index: 12;
        text-align: center;
        color: #fff
    }

    .mda-item-type-1 .mda-item-content-hide {
        display: none;
        z-index: 11;
        width: 100%;
        height: 100%;
        background-color: hsla(0,0%,7%,.59);
        position: absolute;
        top: 0;
        left: 0
    }

    .mda-item-type-1 img {
        width: 100%
    }

    .mda-item-type-1 .mda-item-name {
        font-size: 16px;
        font-family: SFUFuturaHeavy
    }

    .mda-item-type-1 .mda-item-price {
        padding: 5px
    }

    .mda-item-type-1 .mda-type-big {
        width: 26%;
        height: 100%;
        top: 0;
        max-height: 290px;
        overflow: hidden
    }

        .mda-item-type-1 .mda-type-big .mda-item-name {
            font-family: SFUFuturaHeavy
        }

    .mda-item-type-1 .mda-type-small {
        width: 100%;
        height: 50%;
        position: relative;
        max-height: 145px;
        overflow: hidden
    }

        .mda-item-type-1 .mda-type-small img {
            height: 50%
        }

        .mda-item-type-1 .mda-type-small .mda-item-content {
            position: absolute;
            bottom: 0;
            left: 0;
            text-align: center;
            color: #fff;
            width: 100%
        }

        .mda-item-type-1 .mda-type-small .mda-item-name {
            font-size: 16px;
            font-family: SFUFuturaHeavy
        }

        .mda-item-type-1 .mda-type-small .mda-item-price {
            padding-top: 0;
            font-size: 16px
        }

    .mda-item-type-1 .mda-type-height {
        width: 16%;
        height: 100%
    }

    .mda-item-type-2 {
        margin: 30px 0;
        padding: 0
    }

        .mda-item-type-2 > li {
            list-style: none;
            margin-bottom: 30px;
            -ms-box-shadow: 1px 1px 1px #ccc;
            box-shadow: 1px 1px 1px #ccc;
            width: calc((100% - 60px)/ 3);
            float: left;
            margin-left: 30px;
            overflow: hidden;
            position: relative;
            color: #fff
        }

        .mda-item-type-2 li:hover .mda-item-content-hide {
            display: block;
            position: absolute
        }

            .mda-item-type-2 li:hover .mda-item-content-hide ul.mda-share {
                padding: 0;
                margin: 0;
                top: 10px;
                right: -1px;
                display: block;
                position: absolute
            }

                .mda-item-type-2 li:hover .mda-item-content-hide ul.mda-share li {
                    height: auto;
                    cursor: pointer;
                    display: block;
                    float: left;
                    padding: 0;
                    border: none;
                    margin: 0;
                    background-color: hsla(0,0%,87%,.75);
                    width: auto;
                    border-right: 1px solid #222;
                    box-shadow: none
                }

                    .mda-item-type-2 li:hover .mda-item-content-hide ul.mda-share li span {
                        color: #eb004f;
                        font-size: 19px;
                        padding: 10px;
                        display: inline-block;
                        float: right
                    }

                    .mda-item-type-2 li:hover .mda-item-content-hide ul.mda-share li a {
                        color: #555;
                        display: block;
                        display: inline-block;
                        float: right;
                        padding: 9px;
                        font-weight: 700
                    }

                        .mda-item-type-2 li:hover .mda-item-content-hide ul.mda-share li a span {
                            padding: 1px 5px;
                            color: #555
                        }

            .mda-item-type-2 li:hover .mda-item-content-hide ul.mda-share-childr {
                display: none;
                width: 36px;
                height: 100px;
                margin: 39px 0 0;
                padding: 0;
                position: absolute
            }

            .mda-item-type-2 li:hover .mda-item-content-hide .mda-share-more:hover ul.mda-share-childr {
                display: block
            }

            .mda-item-type-2 li:hover .mda-item-content-hide ul.mda-share-childr li {
                display: block;
                padding: 5px;
                position: relative;
                background-color: hsla(0,0%,87%,.75);
                border-right: 0 solid #555 !important;
                border-top: 1px solid #555;
                text-align: center;
                width: 37px;
                z-index: 111
            }

                .mda-item-type-2 li:hover .mda-item-content-hide ul.mda-share-childr li i {
                    position: static
                }

                .mda-item-type-2 li:hover .mda-item-content-hide ul.mda-share-childr li:hover i {
                    color: #eb004f
                }

        .mda-item-type-2 li:hover .mda-item-content {
            display: none
        }

        .mda-item-type-2 li .mda-item-content {
            position: absolute;
            width: 100%;
            bottom: 0;
            left: 0;
            background-color: hsla(0,0%,7%,.6);
            padding: 5px 20px
        }

            .mda-item-type-2 li .mda-item-content .mda-item-name {
                margin-top: 0
            }

        .mda-item-type-2 li .mda-item-content-hide {
            background-color: hsla(0,0%,7%,.59);
            display: none;
            position: absolute;
            width: 100%;
            height: 100%;
            bottom: 0;
            left: 0;
            padding: 0 20px
        }

        .mda-item-type-2 li .mda-box-info {
            bottom: 5px;
            position: absolute
        }

        .mda-item-type-2 li .mda-item-name {
            font-size: 17px;
            line-height: 17px
        }

        .mda-item-type-2 li a {
            color: #fff
        }

        .mda-item-type-2 li .mda-item-price {
            font-size: 17px
        }

            .mda-item-type-2 li .mda-item-price .mda-item-price-l {
                font-size: 14px
            }

            .mda-item-type-2 li .mda-item-price .mda-item-price-pr {
                color: #fff;
                padding-top: 5px;
                display: inline-block;
                text-decoration: line-through
            }

                .mda-item-type-2 li .mda-item-price .mda-item-price-pr .mda-money, .mda-item-type-2 li .mda-item-price .mda-item-price-pr .mda-unit {
                    font-size: 13px;
                    color: #fff
                }

            .mda-item-type-2 li .mda-item-price .mda-money, .mda-item-type-2 li .mda-item-price .mda-unit {
                color: #fff600
            }

        .mda-item-type-2 li .mda-item-content-hide i {
            position: absolute;
            right: 15px;
            bottom: 10px;
            color: #111;
            z-index: 10;
            font-size: 18px
        }

        .mda-item-type-2 li .mda-item-content-hide .mda-chevron {
            position: absolute;
            border-left: 75px solid hsla(0,0%,95%,0);
            border-bottom: 75px solid #f2f2f2;
            right: 0;
            bottom: 0;
            box-shadow: 0 2px 0 #111;
            z-index: 1
        }

    .mda-item-type-3 li, .mda-item-type-4 li {
        position: relative;
        float: left;
        list-style: none;
        overflow: hidden
    }

    .mda-item-type-2 li .mda-box-img {
        width: 100%;
        height: 190px;
        overflow: hidden
    }

    .mda-item-type-2 li img {
        width: 100%
    }

    .mda-item-type-2 li:nth-of-type(3n-2) {
        margin-left: 0
    }

    .mda-item-type-3 {
        margin: 0;
        padding: 30px 0 0
    }

        .mda-item-type-3 li {
            cursor: pointer;
            width: calc((100% - 90px)/ 4);
            text-align: center;
            margin-bottom: 30px;
            margin-left: 30px;
            color: #fff
        }

            .mda-item-type-3 li .mda-type-img {
                height: 71px;
                width: 100%;
                margin-bottom: 10px;
                background-size: 72px auto
            }

            .mda-item-type-3 li:nth-of-type(4n-3) {
                margin-left: 0
            }

            .mda-item-type-3 li:hover .mda-type-img {
                background-position: center -71px !important
            }

            .mda-item-type-3 li .mda-item-name {
                color: #898989;
                font-size: 18px
            }

            .mda-item-type-3 li:hover .mda-item-name {
                color: #eb004f
            }

    .mda-item-type-4 {
        padding: 0;
        margin: 0
    }

        .mda-item-type-4 li {
            height: 420px;
            width: 25%;
            padding-left: 1px;
            margin-bottom: 20px
        }

            .mda-item-type-4 li:nth-of-type(4n-3) {
                float: left
            }

            .mda-item-type-4 li .mda-box-lb {
                z-index: 10;
                position: absolute;
                margin-left: 20px;
                width: 60px;
                text-align: center;
                background-color: #fff;
                font-weight: 700
            }

                .mda-item-type-4 li .mda-box-lb .mda-discount {
                    padding: 8px 0;
                    font-size: 16px;
                    color: #ffea00;
                    background-color: #ed1c24;
                    font-weight: 700
                }

                .mda-item-type-4 li .mda-box-lb .mda-day {
                    padding: 4px;
                    font-size: 13px;
                    color: #111
                }

            .mda-item-type-4 li .mda-img-box {
                width: 100%;
                text-align: center
            }

                .mda-item-type-4 li .mda-img-box img {
                    width: inherit
                }

            .mda-item-type-4 li .mda-img-box-info {
                width: 100%;
                bottom: 0;
                color: #555;
                padding: 10px;
                z-index: 6
            }

                .mda-item-type-4 li .mda-img-box-info .mda-name {
                    font-size: 14px;
                    color: #111;
                    font-weight: 700;
                    min-height: 30px;
                    overflow: hidden
                }

                .mda-item-type-4 li .mda-img-box-info .mda-schedule, .mda-item-type-4 li .mda-img-box-info .mda-star-day {
                    font-size: 13px;
                    height: 17px;
                    overflow: hidden
                }

                .mda-item-type-4 li .mda-img-box-info .mda-price {
                    width: 100%;
                    position: relative
                }

                    .mda-item-type-4 li .mda-img-box-info .mda-price .mda-sell {
                        font-size: 13px;
                        padding-top: 2px;
                        display: inline-block;
                        text-decoration: line-through
                    }

                    .mda-item-type-4 li .mda-img-box-info .mda-price .mda-discount {
                        display: block;
                        font-size: 20px;
                        font-weight: 700;
                        color: #ed1c24;
                        padding-right: 5px
                    }

            .mda-item-type-4 li .mda-item-content-hide ul.mda-share {
                display: none;
                padding: 0;
                margin: 0
            }

            .mda-item-type-4 li .mda-buy {
                padding: 5px 15px;
                background-color: hsla(0,0%,100%,0);
                border: 3px solid #ddd;
                color: #111;
                border-radius: 4px;
                font-weight: 700;
                display: inline-block;
                position: absolute;
                right: 0;
                top: 10px
            }

                .mda-item-type-4 li .mda-buy:hover {
                    background-color: #e30051;
                    border: 3px solid #e30051;
                    color: #fff;
                    border-radius: 0;
                    font-weight: 700
                }

            .mda-item-type-4 li:hover .mda-box-lb {
                z-index: 1
            }

            .mda-item-type-4 li:hover .mda-item-content-hide ul.mda-share {
                top: 10px;
                right: -1px;
                display: block;
                position: absolute
            }

                .mda-item-type-4 li:hover .mda-item-content-hide ul.mda-share li {
                    height: auto;
                    cursor: pointer;
                    display: block;
                    float: left;
                    padding: 0;
                    border: none;
                    margin: 0;
                    background-color: hsla(0,0%,87%,.75);
                    width: auto;
                    border-right: 1px solid #222;
                    box-shadow: none
                }

                    .mda-item-type-4 li:hover .mda-item-content-hide ul.mda-share li span {
                        color: #eb004f;
                        font-size: 19px;
                        padding: 10px;
                        display: inline-block;
                        float: right
                    }

                    .mda-item-type-4 li:hover .mda-item-content-hide ul.mda-share li a {
                        color: #555;
                        display: block;
                        display: inline-block;
                        float: right;
                        padding: 9px;
                        font-weight: 700
                    }

                        .mda-item-type-4 li:hover .mda-item-content-hide ul.mda-share li a span {
                            padding: 1px 5px;
                            color: #555
                        }

            .mda-item-type-4 li .mda-box-hide {
                top: 0;
                left: 0;
                z-index: 4;
                width: 100%;
                height: 100%
            }

            .mda-item-type-4 li:hover .mda-item-content-hide ul.mda-share-childr {
                display: none;
                width: 36px;
                height: 100px;
                margin: 39px 0 0;
                padding: 0;
                position: absolute
            }

            .mda-item-type-4 li:hover .mda-item-content-hide .mda-share-more:hover ul.mda-share-childr {
                display: block
            }

            .mda-item-type-4 li:hover .mda-item-content-hide ul.mda-share-childr li {
                display: block;
                padding: 5px;
                position: relative;
                background-color: hsla(0,0%,87%,.75);
                border-right: 0 solid #555 !important;
                border-top: 1px solid #555;
                text-align: center;
                width: 37px;
                z-index: 111
            }

                .mda-item-type-4 li:hover .mda-item-content-hide ul.mda-share-childr li i {
                    position: static
                }

                .mda-item-type-4 li:hover .mda-item-content-hide ul.mda-share-childr li:hover i {
                    color: #eb004f
                }

            .mda-item-type-4 li .mda-item-content-hide i {
                position: absolute;
                right: 15px;
                bottom: 10px;
                color: #111;
                z-index: 10;
                font-size: 18px
            }

            .mda-item-type-4 li.mda-share-more {
                border: 0 !important
            }

    .mda-item-type-5 li a, .mda-item-type-6 li .mda-box-type {
        border: 1px solid #ddd;
        display: block
    }

    .mda-item-type-5 {
        padding: 0;
        margin: 0
    }

        .mda-item-type-5 li {
            list-style: none;
            height: 330px;
            width: calc((100% - 46px)/ 3);
            float: left;
            margin-left: 20px;
            position: relative;
            margin-bottom: 20px
        }

            .mda-item-type-5 li:nth-of-type(3n-2) {
                float: left;
                margin-left: 0
            }

            .mda-item-type-5 li .mda-box-lb {
                position: absolute;
                margin-left: 20px;
                width: 50px;
                text-align: center;
                background-color: #fff;
                font-weight: 700
            }

                .mda-item-type-5 li .mda-box-lb .mda-discount {
                    padding: 8px 0;
                    font-size: 16px;
                    color: #ffea00;
                    background-color: #eb004f;
                    font-weight: 700
                }

                .mda-item-type-5 li .mda-box-lb .mda-day {
                    padding: 4px;
                    font-size: 13px;
                    color: #111
                }

            .mda-item-type-5 li .mda-img-box {
                text-align: center;
                width: auto;
                height: 325px;
                overflow: hidden
            }

                .mda-item-type-5 li .mda-img-box img {
                    width: 100%
                }

            .mda-item-type-5 li .mda-img-box-info {
                bottom: 0;
                color: #555;
                text-align: left;
                padding: 10px;
                z-index: 6
            }

                .mda-item-type-5 li .mda-img-box-info .mda-name a {
                    font-size: 18px;
                    color: #494949;
                    font-weight: 700
                }

                .mda-item-type-5 li .mda-img-box-info .mda-price .mda-lb {
                    float: left;
                    display: block;
                    width: 60%;
                    border-right: 1px solid #ddd
                }

                    .mda-item-type-5 li .mda-img-box-info .mda-price .mda-lb span {
                        display: block
                    }

                    .mda-item-type-5 li .mda-img-box-info .mda-lb .mda-sc, .mda-item-type-5 li .mda-img-box-info .mda-price .mda-lb .mda-day {
                        width: 100%
                    }

                .mda-item-type-5 li .mda-img-box-info .mda-price .mda-discount {
                    width: 39%;
                    font-size: 22px;
                    font-weight: 700;
                    color: #eb004f;
                    text-align: right;
                    display: block;
                    float: left
                }

    .mda-item-type-6 {
        padding: 0;
        margin: 0
    }

        .mda-item-type-6 li {
            list-style: none;
            height: 415px;
            width: calc((100% - 46px)/ 3);
            float: left;
            margin-left: 20px;
            position: relative;
            margin-bottom: 20px
        }

            .mda-item-type-6 li:nth-of-type(3n-2) {
                float: left;
                margin-left: 0
            }

            .mda-item-type-6 li .mda-box-lb {
                position: absolute;
                margin-left: 20px;
                width: 50px;
                text-align: center;
                background-color: #fff;
                font-weight: 700
            }

                .mda-item-type-6 li .mda-box-lb .mda-discount {
                    padding: 8px 0;
                    font-size: 16px;
                    color: #ffea00;
                    background-color: #eb004f;
                    font-weight: 700
                }

                .mda-item-type-6 li .mda-box-lb .mda-day {
                    padding: 4px;
                    font-size: 13px;
                    color: #111
                }

            .mda-item-type-6 li .mda-img-box {
                width: 100%;
                text-align: center
            }

                .mda-item-type-6 li .mda-img-box img {
                    width: inherit
                }

            .mda-item-type-6 li .mda-img-box-info {
                bottom: 0;
                color: #555;
                text-align: left;
                padding: 10px;
                z-index: 6
            }

                .mda-item-type-6 li .mda-img-box-info .mda-name {
                    display: block;
                    margin-bottom: 5px;
                    line-height: 15px
                }

    .mda-item-type-11 li .mda-img-box-info h2, .mda-item-type-12 li .mda-img-box-info h2 {
        line-height: 20px
    }

    .mda-item-type-6 li .mda-img-box-info .mda-name a {
        font-size: 18px;
        color: #333;
        font-weight: 700
    }

    .mda-item-type-6 li .mda-img-box-info .mda-price .mda-lb {
        float: right;
        display: block;
        width: 30%;
        text-align: right;
        margin-top: 7px
    }

        .mda-item-type-6 li .mda-img-box-info .mda-price .mda-lb .mda-btn-detail {
            padding: 5px 10px;
            color: #fff;
            background-color: #eb004f
        }

    .mda-item-type-6 li .mda-img-box-info .mda-price.mda-distcoun {
        width: 68%;
        text-align: left;
        float: left
    }

        .mda-item-type-6 li .mda-img-box-info .mda-price.mda-distcoun .mda-dis {
            color: #eb004f;
            font-size: 22px;
            font-weight: 700
        }

        .mda-item-type-6 li .mda-img-box-info .mda-price.mda-distcoun .mda-pre {
            color: #555;
            text-decoration: line-through
        }

    .mda-item-type-7 {
        padding: 0;
        margin: 0
    }

        .mda-item-type-7 li {
            list-style: none;
            width: calc((100% - 20px)/ 2);
            float: left;
            margin-left: 20px;
            position: relative;
            margin-bottom: 40px
        }

            .mda-item-type-7 li:nth-of-type(2n-1) {
                float: left;
                margin-left: 0
            }

            .mda-item-type-7 li .mda-box-lb {
                z-index: 8;
                position: absolute;
                margin-left: 20px;
                width: 65px;
                text-align: center;
                background-color: #fff;
                font-weight: 700
            }

                .mda-item-type-7 li .mda-box-lb .mda-discount {
                    padding: 15px 0;
                    font-size: 23px;
                    color: #ffea00;
                    background-color: #eb004f;
                    font-weight: 700
                }

                .mda-item-type-7 li .mda-box-lb .mda-day {
                    padding: 4px;
                    font-size: 18px;
                    color: #111
                }

            .mda-item-type-7 li .mda-box-time {
                z-index: 8;
                position: absolute;
                right: 15px;
                top: 15px;
                text-align: center;
                background-color: hsla(0,0%,7%,.6);
                border-radius: 30px;
                padding: 8px 20px 8px 55px;
                height: 45px;
                font-size: 18px
            }

                .mda-item-type-7 li .mda-box-time p .mda-icon-clock {
                    margin-left: -35px;
                    height: 25px;
                    margin-top: 1px;
                    position: absolute
                }

                .mda-item-type-7 li .mda-box-time p {
                    color: #fff
                }

                .mda-item-type-7 li .mda-box-time .mda-lb {
                    width: inherit
                }

                .mda-item-type-7 li .mda-box-time .mda-time {
                    color: #ffea00
                }

            .mda-item-type-7 li .mda-box-type {
                border: 1px solid #ddd;
                display: block;
                position: relative
            }

            .mda-item-type-7 li .mda-img-box {
                width: 100%;
                text-align: center
            }

                .mda-item-type-7 li .mda-img-box img {
                    width: inherit
                }

            .mda-item-type-7 li .mda-img-box-info {
                font-size: 17px;
                width: 100%;
                position: absolute;
                bottom: 0;
                color: #fff;
                text-align: left;
                padding: 10px 20px;
                z-index: 6;
                background-color: rgba(0,0,0,.4);
                background-repeat: repeat-x;
                background: -o-linear-gradient(top,rgba(47,39,39,0),#000)
            }

                .mda-item-type-7 li .mda-img-box-info .mda-name a {
                    font-size: 25px;
                    color: #fff;
                    font-weight: 700
                }

                .mda-item-type-7 li .mda-img-box-info .mda-price .mda-lb {
                    float: right;
                    display: block;
                    width: 39%;
                    text-align: right
                }

                    .mda-item-type-7 li .mda-img-box-info .mda-price .mda-lb .mda-btn-detail {
                        padding: 7px 20px;
                        color: #333;
                        background-color: #fff
                    }

                .mda-item-type-7 li .mda-img-box-info .mda-price.mda-distcoun {
                    width: 60%;
                    text-align: left;
                    float: left
                }

                    .mda-item-type-7 li .mda-img-box-info .mda-price.mda-distcoun .mda-dis {
                        color: #fff600;
                        font-size: 25px;
                        font-weight: 700
                    }

                    .mda-item-type-7 li .mda-img-box-info .mda-price.mda-distcoun .mda-pre {
                        margin-right: 15px;
                        color: #fff;
                        text-decoration: line-through
                    }

            .mda-item-type-7 li:hover .mda-box-hide {
                display: block
            }

            .mda-item-type-7 li .mda-box-hide {
                top: 0;
                left: 0;
                z-index: 4;
                display: none;
                background-color: hsla(0,0%,7%,.4);
                width: 100%;
                height: 100%;
                position: absolute
            }

    .mda-item-type-8 {
        padding: 0;
        margin: 0
    }

        .mda-item-type-8 li {
            list-style: none;
            float: left;
            position: relative;
            width: calc((100% - 120px)/ 3);
            margin: 20px
        }

            .mda-item-type-8 li .mda-box-lb {
                position: absolute;
                margin-left: 20px;
                width: 50px;
                text-align: center;
                background-color: #fff;
                font-weight: 700
            }

    .mda-item-type-9 li, .mda-item-type-10 li, .mda-item-type-11 li {
        position: relative;
        list-style: none;
        float: left
    }

    .mda-item-type-8 li .mda-box-lb .mda-discount {
        padding: 8px 0;
        font-size: 16px;
        color: #ffea00;
        background-color: #eb004f;
        font-weight: 700
    }

    .mda-item-type-8 li .mda-box-lb .mda-day {
        padding: 4px;
        font-size: 13px;
        color: #111
    }

    .mda-item-type-8 li .mda-img-box {
        width: 100%;
        text-align: center
    }

        .mda-item-type-8 li .mda-img-box img {
            width: inherit
        }

    .mda-item-type-8 li .mda-img-box-info {
        bottom: 0;
        color: #555;
        text-align: left;
        padding: 10px;
        z-index: 6
    }

        .mda-item-type-8 li .mda-img-box-info h2 {
            font-size: 15px;
            margin-bottom: 0;
            border-bottom: none
        }

        .mda-item-type-8 li .mda-img-box-info .mda-name {
            font-size: 16px;
            color: #eb004f;
            font-weight: 700
        }

        .mda-item-type-8 li .mda-img-box-info .mda-schedule {
            font-size: 15px !important;
            margin-bottom: 0 !important;
            border-bottom: none !important
        }

        .mda-item-type-8 li .mda-img-box-info .mda-price {
            border-top: 1px solid #ccc;
            padding-top: 9px;
            margin-top: 10px
        }

    .mda-item-type-9 li .mda-img-box-info .mda-info, .mda-item-type-10 li .mda-img-box-info .mda-info {
        border-top: 1px solid #ddd
    }

    .mda-item-type-8 li .mda-img-box-info .mda-price .mda-lb {
        float: left;
        display: block;
        width: 60%;
        border-right: 1px solid #ddd
    }

        .mda-item-type-8 li .mda-img-box-info .mda-price .mda-lb span {
            display: block
        }

        .mda-item-type-8 li .mda-img-box-info .mda-lb .mda-sc, .mda-item-type-8 li .mda-img-box-info .mda-price .mda-lb .mda-day {
            width: 100%
        }

    .mda-item-type-8 li .mda-img-box-info .mda-price .mda-discount {
        width: 39%;
        font-size: 20px;
        font-weight: 700;
        color: #eb004f;
        text-align: right;
        display: block;
        float: left
    }

    .mda-item-type-9 {
        padding: 0;
        margin: 0
    }

        .mda-item-type-9 li {
            height: 410px;
            width: calc((100% - 46px)/ 3);
            margin-left: 20px;
            margin-bottom: 20px
        }

            .mda-item-type-9 li:nth-of-type(3n-2) {
                float: left;
                margin-left: 0
            }

        .mda-item-type-9 .mda-box-type {
            display: block;
            margin-bottom: 20px
        }

            .mda-item-type-9 .mda-box-type a {
                display: block;
                position: relative
            }

        .mda-item-type-9 .mda-img-box {
            padding-top: 66%;
            position: relative;
            overflow: hidden
        }

            .mda-item-type-9 .mda-img-box img {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%
            }

        .mda-item-type-9 .mda-img-per {
            background: #ed0080;
            color: #fff;
            text-transform: uppercase;
            width: 100px;
            padding: 5px 10px;
            position: absolute;
            bottom: 0;
            right: 0;
            z-index: 1;
            pointer-events: none;
            text-align: center
        }

        .mda-item-type-9 .mda-img-box-info {
            padding: 10px 20px;
            border: 1px solid #ccc;
            border-top: none
        }

            .mda-item-type-9 .mda-img-box-info p {
                width: 100%;
                padding: 0;
                display: -ms-flexbox;
                display: flex;
                align-items: center;
                flex-wrap: wrap
            }

                .mda-item-type-9 .mda-img-box-info p span {
                    width: 25%;
                    text-align: center;
                    display: block;
                    color: #666
                }

                    .mda-item-type-9 .mda-img-box-info p span i {
                        margin-right: 5px
                    }

                    .mda-item-type-9 .mda-img-box-info p span a {
                        display: inline-block;
                        color: #666
                    }

            .mda-item-type-9 .mda-img-box-info .mda-name {
                padding-bottom: 10px;
                margin-bottom: 10px;
                position: relative
            }

                .mda-item-type-9 .mda-img-box-info .mda-name:before {
                    content: "";
                    position: absolute;
                    bottom: 0;
                    left: 50%;
                    transform: translateX(-50%);
                    width: 35px;
                    border-bottom: 1px solid #ed0080
                }

                .mda-item-type-9 .mda-img-box-info .mda-name a {
                    font-size: 15px;
                    line-height: 23px;
                    color: #333;
                    font-weight: 700;
                    white-space: nowrap;
                    -ms-text-overflow: ellipsis;
                    text-overflow: ellipsis;
                    overflow: hidden;
                    text-transform: uppercase;
                    display: block;
                    text-align: center
                }

            .mda-item-type-9 .mda-img-box-info .mda-price {
                text-align: center
            }

            .mda-item-type-9 .mda-img-box-info .mda-lb {
                display: block;
                padding: 15px 20px;
                text-align: center
            }

                .mda-item-type-9 .mda-img-box-info .mda-lb .mda-btn-detail {
                    padding: 5px 40px;
                    color: #fff;
                    background-color: #eb004f
                }

            .mda-item-type-9 .mda-img-box-info .mda-price.mda-distcoun {
                width: 60%;
                text-align: center
            }

                .mda-item-type-9 .mda-img-box-info .mda-price.mda-distcoun .mda-dis {
                    color: #eb004f;
                    font-size: 22px;
                    font-weight: 700
                }

                .mda-item-type-9 .mda-img-box-info .mda-price.mda-distcoun .mda-pre {
                    color: #555;
                    text-decoration: line-through
                }

            .mda-item-type-9 .mda-img-box-info .mda-info span {
                padding: 10px;
                text-align: center;
                display: block;
                width: calc((100% - 200px)/ 2);
                float: left;
                border-left: 1px solid #ddd
            }

                .mda-item-type-9 .mda-img-box-info .mda-info span i {
                    font-size: 15px;
                    margin-right: 4px
                }

                .mda-item-type-9 .mda-img-box-info .mda-info span:first-child {
                    width: 200px;
                    border-left: none
                }

    .mda-item-type-10 {
        padding: 0;
        margin: 0
    }

        .mda-item-type-10 li {
            height: 390px;
            width: calc((100% - 23px)/ 2);
            margin-left: 20px;
            margin-bottom: 20px
        }

            .mda-item-type-10 li:nth-of-type(2n-1) {
                float: left;
                margin-left: 0
            }

            .mda-item-type-10 li .mda-box-type {
                border: 1px solid #ddd;
                display: block
            }

            .mda-item-type-10 li .mda-img-box {
                width: 100%;
                text-align: center;
                height: 230px;
                overflow: hidden
            }

                .mda-item-type-10 li .mda-img-box img {
                    width: inherit
                }

            .mda-item-type-10 li .mda-img-box-info {
                bottom: 0;
                color: #555;
                text-align: left;
                z-index: 6
            }

                .mda-item-type-10 li .mda-img-box-info p {
                    display: block;
                    width: 100%
                }

                .mda-item-type-10 li .mda-img-box-info .mda-name a {
                    font-size: 16px;
                    color: #eb004f;
                    font-weight: 700;
                    margin: 10px
                }

                .mda-item-type-10 li .mda-img-box-info .mda-price {
                    text-align: center
                }

                .mda-item-type-10 li .mda-img-box-info .mda-lb {
                    display: block;
                    padding: 15px 20px;
                    text-align: center
                }

                    .mda-item-type-10 li .mda-img-box-info .mda-lb .mda-btn-detail {
                        padding: 5px 40px;
                        color: #fff;
                        background-color: #eb004f
                    }

                .mda-item-type-10 li .mda-img-box-info .mda-price.mda-distcoun {
                    width: 60%;
                    text-align: center
                }

                    .mda-item-type-10 li .mda-img-box-info .mda-price.mda-distcoun .mda-dis {
                        color: #eb004f;
                        font-size: 22px;
                        font-weight: 700
                    }

                    .mda-item-type-10 li .mda-img-box-info .mda-price.mda-distcoun .mda-pre {
                        color: #555;
                        text-decoration: line-through
                    }

                .mda-item-type-10 li .mda-img-box-info .mda-info span {
                    padding: 10px;
                    text-align: center;
                    display: block;
                    width: calc((100% - 200px)/ 2);
                    float: left;
                    border-left: 1px solid #ddd
                }

                    .mda-item-type-10 li .mda-img-box-info .mda-info span i {
                        font-size: 15px;
                        margin-right: 4px
                    }

                    .mda-item-type-10 li .mda-img-box-info .mda-info span:first-child {
                        width: 200px;
                        border-left: none
                    }

    .mda-item-type-11 {
        padding: 0;
        margin: 20px 0 0
    }

        .mda-item-type-11 li {
            width: calc((100% - 6px)/ 3);
            margin-left: 3px;
            margin-bottom: 20px
        }

            .mda-item-type-11 li:nth-of-type(3n-2) {
                float: left;
                margin-left: 0
            }

        .mda-item-type-11 .mda-box-type {
            border: 1px solid #dee0e2;
            display: block;
            position: relative
        }

        .mda-item-type-11 .mda-img-box {
            padding-top: 61.315789%;
            position: relative;
            overflow: hidden
        }

            .mda-item-type-11 .mda-img-box img {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                transition: all .3s linear
            }

        .mda-item-type-11 .mda-img-box-info {
            bottom: 0;
            color: #555;
            text-align: left;
            z-index: 6
        }

            .mda-item-type-11 .mda-img-box-info .mda-lb-animation {
                display: none
            }

        .mda-item-type-11 .mda-box-visa-category {
            background: rgba(0,0,0,.5);
            font-size: 13px;
            line-height: 21px;
            color: #fff;
            padding: 7px 10px;
            position: absolute;
            top: 15px;
            left: 0;
            z-index: 1;
            pointer-events: none
        }

            .mda-item-type-11 .mda-box-visa-category a {
                color: #fff
            }

        .mda-item-type-11 .mda-img-box-info p {
            display: block;
            width: 100%
        }

        .mda-item-type-11 .mda-img-box-info .mda-name a {
            font-size: 16px;
            line-height: 24px;
            color: #3d3d3d;
            font-weight: 700;
            margin: 10px;
            display: block;
            margin-bottom: 3px
        }

        .mda-item-type-11 .mda-img-box-info .mda-price {
            text-align: left;
            margin: 0 10px 10px;
            padding: 0
        }

        .mda-item-type-11 .mda-img-box-info .mda-lb {
            display: block;
            padding: 15px 20px;
            text-align: left
        }

            .mda-item-type-11 .mda-img-box-info .mda-lb .mda-btn-detail {
                padding: 5px 40px;
                color: #fff;
                background-color: #eb004f
            }

        .mda-item-type-11 .mda-img-box-info .mda-price.mda-distcoun {
            width: 60%;
            text-align: left
        }

            .mda-item-type-11 .mda-img-box-info .mda-price.mda-distcoun .mda-dis, .mda-item-type-11 .mda-img-box-info .mda-price.mda-distcoun .mda-dis a {
                color: #e91e63;
                font-size: 16px;
                line-height: 24px;
                font-weight: 700
            }

            .mda-item-type-11 .mda-img-box-info .mda-price.mda-distcoun .mda-pre {
                margin-left: 20px;
                font-size: 17px;
                color: #777;
                text-decoration: line-through
            }

    .mda-item-type-12 {
        padding: 0;
        margin: 20px 0 0
    }

        .mda-item-type-12 li {
            list-style: none;
            width: calc((100% - 6px)/ 3);
            float: left;
            margin-left: 3px;
            position: relative;
            margin-bottom: 20px;
            height: 290px
        }

            .mda-item-type-12 li:nth-of-type(3n-2) {
                float: left;
                margin-left: 0
            }

            .mda-item-type-12 li .mda-box-type {
                border: 1px solid #dee0e2;
                display: block;
                background-color: #eceff1
            }

            .mda-item-type-12 li .mda-img-box {
                width: 100%;
                text-align: center;
                height: 210px;
                overflow: hidden
            }

            .mda-item-type-12 li .mda-box-visa-category {
                text-transform: uppercase;
                position: absolute;
                right: 0;
                text-align: right;
                margin: 10px 0;
                padding: 10px;
                background-color: hsla(0,0%,100%,.5)
            }

    .mda-item-type-13 .mda-item-13, .mda-item-type-14 li, .mda-item-type-15 li {
        position: relative;
        float: left;
        list-style: none
    }

    .mda-item-type-12 li .mda-box-visa-category a {
        color: #333
    }

    .mda-item-type-12 li .mda-img-box img {
        width: inherit
    }

    .mda-item-type-12 li .mda-img-box-info {
        bottom: 0;
        color: #555;
        text-align: left;
        z-index: 6
    }

        .mda-item-type-12 li .mda-img-box-info p {
            display: block;
            width: 100%
        }

        .mda-item-type-12 li .mda-img-box-info .mda-name a {
            float: left;
            font-size: 16px;
            color: #3d3d3d;
            font-weight: 700;
            margin: 10px;
            font-family: SFUFuturaHeavy
        }

    .mda-tilte-4 {
        padding-bottom: 10px;
        margin-bottom: 10px;
        border-bottom: 1px solid rgba(0,0,0,.15)
    }

        .mda-tilte-4 .mda-tilte-name {
            font-size: 18px;
            line-height: 26px;
            font-weight: 700;
            text-transform: uppercase
        }

    .mda-item-type-12 li .mda-img-box-info .mda-price {
        text-align: left;
        margin: 0 10px 10px
    }

    .mda-item-type-12 li .mda-img-box-info .mda-lb {
        display: block;
        padding: 15px 20px;
        text-align: left
    }

        .mda-item-type-12 li .mda-img-box-info .mda-lb .mda-btn-detail {
            padding: 5px 40px;
            color: #fff;
            background-color: #eb004f
        }

    .mda-item-type-12 li .mda-img-box-info .mda-price.mda-distcoun {
        width: 60%;
        text-align: left
    }

        .mda-item-type-12 li .mda-img-box-info .mda-price.mda-distcoun .mda-dis, .mda-item-type-12 li .mda-img-box-info .mda-price.mda-distcoun .mda-dis a {
            font-family: SFUFuturaHeavy;
            color: #e91e63;
            font-size: 17px;
            font-weight: 700
        }

        .mda-item-type-12 li .mda-img-box-info .mda-price.mda-distcoun .mda-pre {
            margin-left: 20px;
            font-size: 16px;
            color: #777;
            text-decoration: line-through
        }

    .mda-item-type-13 {
        padding: 0;
        margin: 0
    }

        .mda-item-type-13 .mda-item-13, .mda-item-type-13 .mda-item-s-13 {
            width: calc((100% - 40px)/ 4)
        }

        .mda-item-type-13 .mda-item-13 {
            width: calc((100% - 40px)/ 4);
            margin: 5px
        }

            .mda-item-type-13 .mda-item-13:nth-of-type(4n-3) {
                float: left
            }

            .mda-item-type-13 .mda-item-13 .mda-box-type {
                border: 1px solid #ddd;
                display: block;
                padding: 10px;
                border-radius: 4px 4px 0 0
            }

            .mda-item-type-13 .mda-item-13 .mda-img-box {
                width: 100%;
                float: left;
                text-align: center
            }

            .mda-item-type-13 .mda-item-13.red {
                background-color: #e91e63
            }

                .mda-item-type-13 .mda-item-13.red .mda-img-box-info .mda-name a {
                    color: #ff0;
                    text-transform: uppercase;
                    padding: 10px 0
                }

                .mda-item-type-13 .mda-item-13.red .mda-img-box-info .mda-description, .mda-item-type-13 .mda-item-13.red .mda-img-box-info .mda-name:hover {
                    color: #fff
                }

            .mda-item-type-13 .mda-item-13.blue {
                background-color: #3f51b5
            }

                .mda-item-type-13 .mda-item-13.blue .mda-img-box-info .mda-name a {
                    color: #ff0;
                    text-transform: uppercase;
                    padding: 10px 0
                }

                .mda-item-type-13 .mda-item-13.blue .mda-img-box-info .mda-description, .mda-item-type-13 .mda-item-13.blue .mda-img-box-info .mda-name:hover {
                    color: #fff
                }

            .mda-item-type-13 .mda-item-13 .mda-img-box img {
                width: 100%
            }

            .mda-item-type-13 .mda-item-13 .mda-img-box-info {
                width: 100%;
                float: left;
                bottom: 0;
                color: #555;
                text-align: left;
                z-index: 6
            }

                .mda-item-type-13 .mda-item-13 .mda-img-box-info p {
                    display: block;
                    width: 100%
                }

                .mda-item-type-13 .mda-item-13 .mda-img-box-info .mda-name {
                    line-height: 15px;
                    margin-bottom: 10px
                }

                    .mda-item-type-13 .mda-item-13 .mda-img-box-info .mda-name a {
                        float: left;
                        font-size: 16px;
                        color: #333;
                        font-weight: 700;
                        padding: 10px 0
                    }

                    .mda-item-type-13 .mda-item-13 .mda-img-box-info .mda-name:hover {
                        color: #3f51b5
                    }

                .mda-item-type-13 .mda-item-13 .mda-img-box-info .mda-description {
                    display: block;
                    text-align: left
                }

            .mda-item-type-13 .mda-item-13 .mda-footer {
                text-align: right;
                padding: 10px;
                border: 1px solid #ccc;
                border-top: none;
                border-radius: 0 0 4px 4px;
                background-color: #f8f8ed
            }

    .mda-item-type-14 li .mda-box-type, .mda-item-type-15 li a {
        border: 1px solid #ddd;
        display: block
    }

    .mda-item-type-13 .mda-item-13 .mda-footer span {
        color: #555
    }

        .mda-item-type-13 .mda-item-13 .mda-footer span:first-child {
            float: left
        }

    .mda-item-type-14 {
        padding: 0;
        margin: 20px 0 0
    }

        .mda-item-type-14 li {
            height: 240px;
            overflow: hidden;
            width: calc((100% - 30px)/ 4);
            margin-left: 10px
        }

            .mda-item-type-14 li:nth-of-type(4n-3) {
                float: left;
                margin-left: 0
            }

            .mda-item-type-14 li .mda-img-box {
                width: 100%;
                float: left;
                text-align: center;
                height: 150px;
                overflow: hidden
            }

                .mda-item-type-14 li .mda-img-box img {
                    width: 100%
                }

            .mda-item-type-14 li .mda-img-box-info {
                width: 100%;
                float: left;
                bottom: 0;
                color: #555;
                text-align: left;
                z-index: 6
            }

                .mda-item-type-14 li .mda-img-box-info p {
                    display: block;
                    width: 100%;
                    padding: 2px 10px
                }

                .mda-item-type-14 li .mda-img-box-info .mda-name {
                    font-size: 15px;
                    padding: 5px
                }

                    .mda-item-type-14 li .mda-img-box-info .mda-name a {
                        float: left;
                        font-size: 15px;
                        color: #555;
                        font-weight: 700
                    }

                        .mda-item-type-14 li .mda-img-box-info .mda-name a:hover {
                            text-decoration: none;
                            color: #eb004f
                        }

                .mda-item-type-14 li .mda-img-box-info p span.mda-price {
                    font-size: 16px;
                    color: #eb004f;
                    font-weight: 700
                }

                .mda-item-type-14 li .mda-img-box-info p span.mda-price-l {
                    font-size: 14px;
                    color: #616060;
                    text-decoration: line-through
                }

                .mda-item-type-14 li .mda-img-box-info .mda-description {
                    display: block;
                    padding: 0 10px;
                    text-align: left
                }

    .mda-item-type-15 {
        padding: 0;
        margin: 0
    }

        .mda-item-type-15 li {
            margin-bottom: 20px;
            width: 100%
        }

            .mda-item-type-15 li .mda-box-lb {
                position: absolute;
                margin-left: 20px;
                width: 50px;
                text-align: center;
                background-color: #fff;
                font-weight: 700
            }

                .mda-item-type-15 li .mda-box-lb .mda-discount {
                    padding: 8px 0;
                    font-size: 16px;
                    color: #ffea00;
                    background-color: #eb004f;
                    font-weight: 700
                }

                .mda-item-type-15 li .mda-box-lb .mda-day {
                    padding: 4px;
                    font-size: 13px;
                    color: #111
                }

            .mda-item-type-15 li .mda-img-box {
                width: 100%;
                text-align: center
            }

                .mda-item-type-15 li .mda-img-box img {
                    width: inherit
                }

            .mda-item-type-15 li .mda-img-box-info {
                bottom: 0;
                color: #fff;
                text-align: left;
                padding: 5px;
                z-index: 6;
                background-color: hsla(0,0%,7%,.51);
                position: absolute
            }

                .mda-item-type-15 li .mda-img-box-info p {
                    font-size: 15px;
                    margin-bottom: 0;
                    border-bottom: none
                }

                .mda-item-type-15 li .mda-img-box-info h2 {
                    font-size: 17px;
                    margin-bottom: 0;
                    border-bottom: none
                }

                .mda-item-type-15 li .mda-img-box-info .mda-name a {
                    font-size: 16px;
                    color: #fff;
                    font-weight: 700
                }

                .mda-item-type-15 li .mda-img-box-info .mda-schedule {
                    color: #fff;
                    font-size: 15px !important;
                    margin-bottom: 0 !important;
                    border-bottom: none !important
                }

                .mda-item-type-15 li .mda-img-box-info .mda-price .mda-lb {
                    float: left;
                    display: block;
                    width: 65%
                }

                    .mda-item-type-15 li .mda-img-box-info .mda-price .mda-lb .mda-day {
                        width: 100%;
                        color: #fff
                    }

                .mda-item-type-15 li .mda-img-box-info .mda-lb .mda-sc {
                    width: 100%
                }

                .mda-item-type-15 li .mda-img-box-info .mda-price .mda-discount {
                    font-size: 18px;
                    font-weight: 700;
                    color: #ffea00;
                    text-align: right;
                    float: right
                }

                .mda-item-type-15 li .mda-img-box-info .mda-price .mda-book {
                    width: 39%;
                    font-size: 15px;
                    font-weight: 700;
                    background-color: #e91e63;
                    text-align: center;
                    display: block;
                    float: left;
                    padding: 5px 10px;
                    border-radius: 2px
                }

    .mda-item-type-16 {
        padding: 0;
        margin: 0
    }

        .mda-item-type-16 li {
            list-style: none;
            width: calc((100% - 30px)/ 2);
            float: left;
            margin-left: 20px;
            position: relative;
            margin-bottom: 40px
        }

            .mda-item-type-16 li:nth-of-type(2n-1) {
                float: left;
                margin-left: 0
            }

        .mda-item-type-16 .mda-box-lb {
            z-index: 8;
            position: absolute;
            bottom: 0;
            left: 180px;
            text-align: center;
            background-color: rgba(0,0,0,.5);
            font-weight: 700;
            color: #fff;
            padding: 7px 12px;
            font-size: 13px
        }

            .mda-item-type-16 .mda-box-lb .mda-discount {
                padding: 10px 0;
                font-size: 31px;
                color: #ffea00;
                background-color: #eb004f;
                font-weight: 700;
                text-align: center
            }

            .mda-item-type-16 .mda-box-lb .mda-day {
                padding: 10px 0;
                font-size: 18px;
                color: #494949
            }

        .mda-item-type-16 .mda-box-time {
            z-index: 8;
            position: absolute;
            bottom: 0;
            left: 0;
            text-align: center;
            background-color: rgba(237,0,128,.75);
            padding: 7px 5px;
            width: 180px;
            overflow: hidden
        }

            .mda-item-type-16 .mda-box-time p {
                color: #fff;
                padding: 0
            }

                .mda-item-type-16 .mda-box-time p .mda-icon-clock {
                    margin-right: 5px;
                    display: inline
                }

            .mda-item-type-16 .mda-box-time .mda-lb {
                width: inherit
            }

            .mda-item-type-16 .mda-box-time .mda-time {
                font-weight: 700
            }

        .mda-item-type-16 .mda-box-type {
            display: block;
            position: relative;
            transition: all .3s linear;
            border: 1px solid transparent
        }

            .mda-item-type-16 .mda-box-type:hover {
                border-color: #333
            }

        .mda-item-type-16 .mda-img-box {
            width: 100%;
            text-align: center;
            max-height: 300px;
            overflow: hidden;
            position: relative
        }

            .mda-item-type-16 .mda-img-box img {
                width: inherit
            }

            .mda-item-type-16 .mda-img-box .mda-box-per {
                position: absolute;
                top: 10px;
                left: 0;
                background: red;
                color: #fff;
                padding: 5px 10px;
                text-align: center
            }

        .mda-item-type-16 .mda-img-box-info {
            width: 100%;
            bottom: 0;
            color: #111;
            text-align: left;
            z-index: 6
        }

            .mda-item-type-16 .mda-img-box-info .mda-name {
                background: #f2f5f8;
                padding: 4px 10px
            }

                .mda-item-type-16 .mda-img-box-info .mda-name a {
                    font-size: 16px;
                    line-height: 24px;
                    display: block;
                    height: 48px;
                    overflow: hidden;
                    color: #337ab7;
                }

    .mda-name .hot {
        color: #ff0000;
        animation: chopnhe1 1s linear infinite
    }

    @keyframes chopnhe1 {
        10% {
            color: #fff600
        }

        0%,100%,20% {
            color: #ff0000
        }
    }

    .mda-item-type-16 .mda-img-box-info .mda-img-box-wrap {
        padding: 15px 20px;
        border: 1px solid #f2f5f8;
        position: relative
    }

    .mda-item-type-16 .mda-img-box-info .mda-schedule {
        padding: 0;
        padding-left: 20px;
        position: relative
    }

        .mda-item-type-16 .mda-img-box-info .mda-schedule:before {
            content: "\F274";
            font-family: fontAwesome;
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%)
        }

    .mda-item-type-16 .mda-img-box-info .mda-place {
        padding: 0;
        padding-left: 20px;
        position: relative
    }

        .mda-item-type-16 .mda-img-box-info .mda-place:before {
            content: "\F2C0";
            font-family: fontAwesome;
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%)
        }

    .mda-item-type-16 .mda-img-box-info .mda-time {
        padding: 0;
        padding-left: 20px;
        position: relative
    }

        .mda-item-type-16 .mda-img-box-info .mda-time:before {
            content: "\F017";
            font-family: fontAwesome;
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%)
        }

    .mda-item-type-16 .mda-img-box-info .mda-price {
        position: absolute;
        bottom: 15px;
        right: 20px;
        padding: 0
    }

        .mda-item-type-16 .mda-img-box-info .mda-price .mda-lb-price {
            float: left;
            padding: 2px 0 3px
        }

        .mda-item-type-16 .mda-img-box-info .mda-price .mda-lb {
            float: right;
            display: block;
            width: 26%;
            margin-bottom: 10px;
            text-align: right;
            position: absolute;
            right: 10px;
            bottom: -20px
        }

            .mda-item-type-16 .mda-img-box-info .mda-price .mda-lb .mda-btn-detail {
                padding: 10px 15px;
                background-color: hsla(0,0%,100%,0);
                border: 3px solid #ddd;
                color: #111;
                border-radius: 4px;
                font-weight: 700
            }

                .mda-item-type-16 .mda-img-box-info .mda-price .mda-lb .mda-btn-detail:hover {
                    background-color: #e30051;
                    border: 3px solid #e30051;
                    color: #fff;
                    border-radius: 0;
                    font-weight: 700
                }

        .mda-item-type-16 .mda-img-box-info .mda-price.mda-distcoun {
            text-align: right;
            display: -ms-flexbox;
            display: flex;
            align-items: flex-end;
            flex-direction: column-reverse;
            height: 45px
        }

            .mda-item-type-16 .mda-img-box-info .mda-price.mda-distcoun .mda-dis {
                color: #007ac3;
                font-size: 18px;
                line-height: 26px;
                font-weight: 700;
                height: 26px
            }

            .mda-item-type-16 .mda-img-box-info .mda-price.mda-distcoun .mda-pre {
                color: #bbb;
                text-decoration: line-through;
                height: 22px
            }

    .mda-item-type-16 .mda-box-hide {
        top: 0;
        left: 0;
        z-index: 4;
        display: none;
        background-color: hsla(0,0%,7%,.4);
        width: 100%;
        height: 100%;
        position: absolute
    }

    .mda-list-tour .carousel-control.right {
        right: -40px !important
    }

    .mda-list-tour .carousel-control.left {
        left: -40px !important;
        right: auto
    }

    .mda-list-tour .carousel-control.left, .mda-list-tour .carousel-control.right {
        z-index: 55;
        position: absolute;
        height: 100px;
        width: 45px;
        top: 27%;
        background: 0 0
    }

        .mda-list-tour .carousel-control.left i, .mda-list-tour .carousel-control.right i {
            color: #333;
            top: 0;
            left: 0;
            font-size: 100px
        }

    .mda-item-type-17 {
        padding: 0;
        margin: 0;
        display: -ms-flexbox;
        display: flex;
        align-items: flex-start;
        flex-wrap: wrap
    }

        .mda-item-type-17:after {
            content: "";
            display: block;
            clear: both
        }

        .mda-item-type-17 li {
            list-style: none;
            overflow: hidden;
            width: 25%;
            position: relative
        }

            .mda-item-type-17 li .mda-box-lb {
                position: absolute;
                margin-left: 20px;
                width: 60px;
                text-align: center;
                background-color: #fff;
                font-weight: 700
            }

                .mda-item-type-17 li .mda-box-lb .mda-discount {
                    padding: 8px 0;
                    font-size: 16px;
                    color: #ffea00;
                    background-color: #ed1c24;
                    font-weight: 700
                }

                .mda-item-type-17 li .mda-box-lb .mda-day {
                    padding: 4px;
                    font-size: 13px;
                    color: #111
                }

            .mda-item-type-17 li .mda-img-box {
                height: auto;
                overflow: hidden;
                width: 100%;
                text-align: center
            }

                .mda-item-type-17 li .mda-img-box:before {
                    content: "";
                    position: absolute;
                    top: 0;
                    bottom: 0;
                    left: 0;
                    right: 0;
                    z-index: 1;
                    background: url(../images/tour/bg-che.png);
                    background-size: cover
                }

                .mda-item-type-17 li .mda-img-box img {
                    width: 100%
                }

            .mda-item-type-17 li .mda-img-box-info {
                width: 100%;
                position: absolute;
                bottom: 0;
                color: #f5f6f5;
                padding: 10px;
                z-index: 6
            }

                .mda-item-type-17 li .mda-img-box-info .mda-name {
                    font-size: 20px;
                    line-height: 28px;
                    color: #fff;
                    font-weight: 700;
                    text-shadow: 1px 1px 1px #111
                }

                .mda-item-type-17 li .mda-img-box-info .mda-price {
                    width: 100%;
                    padding: 0;
                    font-size: 12px;
                    line-height: 18px
                }

                .mda-item-type-17 li .mda-img-box-info .mda-star-day {
                    padding: 0;
                    font-size: 12px;
                    line-height: 18px
                }

                .mda-item-type-17 li .mda-img-box-info .mda-price .mda-sell {
                    padding-top: 5px;
                    display: inline-block;
                    float: left;
                    text-decoration: line-through
                }

                .mda-item-type-17 li .mda-img-box-info .mda-price .mda-discount {
                    color: #fff
                }

                .mda-item-type-17 li .mda-img-box-info .mda-lb-tour {
                    color: #fff;
                    margin-right: 5px
                }

            .mda-item-type-17 li .mda-box-hide {
                top: 0;
                left: 0;
                z-index: 4;
                display: none;
                background-color: hsla(0,0%,7%,.4);
                width: 100%;
                height: 100%;
                position: absolute
            }

            .mda-item-type-17 li:hover .mda-box-hide {
                display: block
            }

        .mda-item-type-17 .mda-item-custom-last {
            display: none
        }

        .mda-item-type-17 .mda-item-custom-last-check {
            text-align: center;
            cursor: pointer
        }

            .mda-item-type-17 .mda-item-custom-last-check .mda-img-box-info {
                top: 35%;
                position: absolute
            }

            .mda-item-type-17 .mda-item-custom-last-check p {
                color: #fff;
                font-size: 60px;
                line-height: 60px;
                text-align: center;
                text-shadow: 2px 1px 4px #111
            }

            .mda-item-type-17 .mda-item-custom-last-check span {
                color: #fff;
                display: block;
                text-align: center
            }

    .mda-item-type-18 {
        padding: 0;
        margin: 0
    }

        .mda-item-type-18 li {
            list-style: none;
            width: calc((100% - 46px)/ 3);
            float: left;
            margin-left: 20px;
            position: relative;
            margin-bottom: 20px
        }

            .mda-item-type-18 li:nth-of-type(3n-2) {
                float: left;
                margin-left: 0
            }

            .mda-item-type-18 li .mda-box-lb {
                position: absolute;
                margin-left: 20px;
                width: 50px;
                text-align: center;
                background-color: #fff;
                font-weight: 700
            }

                .mda-item-type-18 li .mda-box-lb .mda-discount {
                    padding: 8px 0;
                    font-size: 16px;
                    color: #ffea00;
                    background-color: #eb004f;
                    font-weight: 700
                }

                .mda-item-type-18 li .mda-box-lb .mda-day {
                    padding: 4px;
                    font-size: 13px;
                    color: #111
                }

            .mda-item-type-18 li a {
                border: 1px solid #ddd;
                display: block
            }

            .mda-item-type-18 li .mda-img-box {
                text-align: center;
                width: auto;
                height: 205px;
                overflow: hidden
            }

                .mda-item-type-18 li .mda-img-box img {
                    min-height: 210px;
                    min-width: 390px
                }

            .mda-item-type-18 li .mda-specialdeal {
                max-width: 325px;
                right: 0;
                background: #d32f2f;
                position: absolute;
                padding: 5px 10px;
                top: 0;
                margin-bottom: 3px;
                margin-right: -1px;
                cursor: help;
                line-height: 1.5em;
                margin-top: 10px;
                border-radius: 2px
            }

                .mda-item-type-18 li .mda-specialdeal span {
                    color: #fff;
                    cursor: help
                }

            .mda-item-type-18 li .mda-info {
                bottom: 0;
                color: #555;
                text-align: left;
                padding: 10px;
                z-index: 6;
                position: absolute;
                height: auto;
                width: 100%;
                background-color: rgba(0,0,0,.4);
                background-repeat: repeat-x;
                background: -o-linear-gradient(top,rgba(47,39,39,0),#000)
            }

            .mda-item-type-18 li .mda-box-hotel-row-star {
                top: 15px;
                left: 15px;
                display: block;
                color: #ffc107;
                border-radius: 5px;
                padding: 3px 10px;
                position: absolute;
                background-color: rgba(0,0,0,.57)
            }

            .mda-item-type-18 li .mda-info .mda-info-name a, .mda-item-type-18 li .mda-info .mda-info-name h3 {
                font-size: 18px;
                text-align: center;
                color: #fff
            }

            .mda-item-type-18 li .mda-info p {
                font-size: 15px;
                color: #fff;
                text-align: center
            }

                .mda-item-type-18 li .mda-info p .mda-price {
                    font-size: 22px;
                    color: #ffe400;
                    text-align: right;
                    display: inline-block
                }

    .mda-item-type-19 {
        padding: 0;
        margin: 0
    }

        .mda-item-type-19 li {
            list-style: none;
            height: 330px;
            width: calc((100% - 46px)/ 3);
            float: left;
            margin-left: 20px;
            position: relative;
            margin-bottom: 20px
        }

            .mda-item-type-19 li:nth-of-type(3n-2) {
                float: left;
                margin-left: 0
            }

            .mda-item-type-19 li .mda-box-lb {
                position: absolute;
                margin-left: 20px;
                width: 50px;
                text-align: center;
                background-color: #fff;
                font-weight: 700
            }

                .mda-item-type-19 li .mda-box-lb .mda-discount {
                    padding: 8px 0;
                    font-size: 16px;
                    color: #ffea00;
                    background-color: #eb004f;
                    font-weight: 700
                }

                .mda-item-type-19 li .mda-box-lb .mda-day {
                    padding: 4px;
                    font-size: 13px;
                    color: #111
                }

            .mda-item-type-19 li > a {
                border: 1px solid #ddd;
                display: block
            }

            .mda-item-type-19 li .mda-img-box {
                text-align: center;
                width: auto;
                height: 195px;
                overflow: hidden
            }

                .mda-item-type-19 li .mda-img-box img {
                    width: 100%
                }

            .mda-item-type-19 li .mda-img-box-info {
                bottom: 0;
                color: #555;
                text-align: left;
                padding: 10px;
                z-index: 6
            }

                .mda-item-type-19 li .mda-img-box-info .mda-name {
                    font-size: 15px;
                    color: #494949;
                    font-weight: 700;
                    height: 33px;
                    overflow: hidden
                }

                .mda-item-type-19 li .mda-img-box-info .mda-price {
                    position: relative;
                    height: 73px;
                    overflow: hidden
                }

                    .mda-item-type-19 li .mda-img-box-info .mda-price .mda-lb {
                        float: left;
                        display: block;
                        width: 60%;
                        border-right: 1px solid #ddd
                    }

                        .mda-item-type-19 li .mda-img-box-info .mda-price .mda-lb span {
                            display: block
                        }

                        .mda-item-type-19 li .mda-img-box-info .mda-lb .mda-sc, .mda-item-type-19 li .mda-img-box-info .mda-price .mda-lb .mda-day {
                            width: 100%
                        }

                    .mda-item-type-19 li .mda-img-box-info .mda-price .mda-discount {
                        width: 39%;
                        font-size: 20px;
                        font-weight: 700;
                        color: #eb004f;
                        text-align: right;
                        display: block;
                        float: left;
                        line-height: 16px;
                        margin-bottom: 3px
                    }

                    .mda-item-type-19 li .mda-img-box-info .mda-price .mda-pre {
                        width: 39%;
                        font-size: 13px;
                        color: #111;
                        text-align: right;
                        display: block;
                        float: left;
                        text-decoration: line-through
                    }

            .mda-item-type-19 li .mda-buy {
                padding: 5px 15px;
                background-color: hsla(0,0%,100%,0);
                border: 3px solid #ddd;
                color: #111;
                border-radius: 4px;
                font-weight: 700;
                display: inline-block;
                float: right
            }

                .mda-item-type-19 li .mda-buy:hover {
                    background-color: #e30051;
                    border: 3px solid #e30051;
                    color: #fff;
                    border-radius: 0;
                    font-weight: 700
                }

    .mda-item-type-20 {
        padding: 0;
        margin: 0
    }

        .mda-item-type-20 li {
            list-style: none;
            width: 50%;
            float: left;
            position: relative;
            padding: 10px
        }

            .mda-item-type-20 li .mda-box-item {
                position: relative;
                border-radius: 5px;
                overflow: hidden
            }

            .mda-item-type-20 li .mda-box-img, .mda-item-type-20 li .mda-box-img img {
                width: 100%
            }

            .mda-item-type-20 li .mda-box-info {
                position: absolute;
                background-color: hsla(0,0%,6%,.64);
                bottom: 0;
                width: 100%;
                padding: 10px;
                color: #fff
            }

                .mda-item-type-20 li .mda-box-info .mda-box-info-name {
                    font-weight: 700;
                    font-size: 25px
                }

                .mda-item-type-20 li .mda-box-info .mda-box-info-properties, .mda-item-type-21 li .mda-box-info p {
                    font-size: 18px;
                    font-weight: 700
                }

    .mda-item-type-21 {
        padding: 0;
        margin: 0
    }

        .mda-item-type-21 li {
            border-top: 1px solid #ccc;
            list-style: none;
            width: 100%;
            float: left;
            position: relative;
            padding: 10px
        }

            .mda-item-type-21 li:first-child {
                border-top: none
            }

            .mda-item-type-21 li .mda-box-item {
                position: relative;
                border-radius: 5px;
                overflow: hidden
            }

            .mda-item-type-21 li .mda-box-img {
                border-radius: 5px;
                width: 85px;
                float: left;
                height: 65px;
                overflow: hidden
            }

                .mda-item-type-21 li .mda-box-img img {
                    width: 100%
                }

            .mda-item-type-21 li .mda-box-info {
                width: calc(100% - 85px);
                float: left;
                padding: 0 0 0 10px;
                position: relative
            }

                .mda-item-type-21 li .mda-box-info span {
                    font-size: 14px;
                    font-weight: 700;
                    color: #999
                }

                .mda-item-type-21 li .mda-box-info .mda-box-clock {
                    position: absolute;
                    right: 3px;
                    top: 10px
                }

    .mda-item-type-22 {
        padding: 0;
        margin: 0
    }

        .mda-item-type-22 li {
            list-style: none;
            width: 50%;
            float: left;
            position: relative;
            padding: 10px;
            height: 200px
        }

            .mda-item-type-22 li .mda-box-item {
                padding-bottom: 10px;
                border-bottom: 1px solid #ccc;
                position: relative;
                border-radius: 5px;
                overflow: hidden
            }

            .mda-item-type-22 li .mda-box-img {
                border-radius: 5px;
                width: 155px;
                float: left;
                height: auto;
                overflow: hidden
            }

                .mda-item-type-22 li .mda-box-img img {
                    width: 100%
                }

            .mda-item-type-22 li .mda-box-info {
                width: calc(100% - 155px);
                float: left;
                padding: 0 0 0 10px;
                position: relative
            }

                .mda-item-type-22 li .mda-box-info p {
                    font-size: 24px;
                    font-weight: 700
                }

                .mda-item-type-22 li .mda-box-info span {
                    font-size: 15px;
                    color: #444
                }

                .mda-item-type-22 li .mda-box-info a {
                    font-size: 15px
                }

                .mda-item-type-22 li .mda-box-info .mda-box-clock {
                    position: absolute;
                    right: 3px;
                    top: 10px
                }

    .mda-item-type-23 {
        padding: 0;
        margin: 0
    }

        .mda-item-type-23 li {
            list-style: none;
            width: calc((100% - 46px)/ 3);
            float: left;
            margin-left: 20px;
            position: relative;
            margin-bottom: 20px
        }

            .mda-item-type-23 li:nth-of-type(3n-2) {
                float: left;
                margin-left: 0
            }

            .mda-item-type-23 li .mda-box-lb {
                position: absolute;
                margin-left: 20px;
                width: 50px;
                text-align: center;
                background-color: #fff;
                font-weight: 700
            }

                .mda-item-type-23 li .mda-box-lb .mda-discount {
                    padding: 8px 0;
                    font-size: 16px;
                    color: #ffea00;
                    background-color: #eb004f;
                    font-weight: 700
                }

                .mda-item-type-23 li .mda-box-lb .mda-day {
                    padding: 4px;
                    font-size: 13px;
                    color: #111
                }

            .mda-item-type-23 li .mda-box-type {
                border: 1px solid #ddd;
                display: block;
                height: 340px
            }

            .mda-item-type-23 li .mda-img-box {
                width: 100%;
                text-align: center;
                height: 195px
            }

                .mda-item-type-23 li .mda-img-box img {
                    width: inherit
                }

            .mda-item-type-23 li .mda-img-box-info {
                bottom: 0;
                color: #555;
                text-align: left;
                padding: 10px;
                z-index: 6
            }

                .mda-item-type-23 li .mda-img-box-info .mda-name {
                    display: block;
                    margin-bottom: 5px;
                    line-height: 20px
                }

                    .mda-item-type-23 li .mda-img-box-info .mda-name a {
                        font-size: 18px;
                        color: #333;
                        font-weight: 700
                    }

                .mda-item-type-23 li .mda-img-box-info .mda-price .mda-lb {
                    float: right;
                    display: block;
                    width: 28%;
                    text-align: right;
                    margin-top: 7px
                }

                    .mda-item-type-23 li .mda-img-box-info .mda-price .mda-lb .mda-btn-detail {
                        padding: 5px 20px;
                        color: #fff;
                        background-color: #eb004f
                    }

                .mda-item-type-23 li .mda-img-box-info .mda-price.mda-distcoun {
                    width: 70%;
                    text-align: left;
                    float: left
                }

                    .mda-item-type-23 li .mda-img-box-info .mda-price.mda-distcoun .mda-dis {
                        color: #eb004f;
                        font-size: 22px;
                        font-weight: 700
                    }

                    .mda-item-type-23 li .mda-img-box-info .mda-price.mda-distcoun .mda-pre {
                        color: #555;
                        text-decoration: line-through
                    }

    .mda-item-type-26 {
        background-color: #111;
        padding: 15px 0;
        margin-bottom: 30px
    }

        .mda-item-type-26 .carousel-control.right {
            right: -60px;
            z-index: 0;
            background-image: none
        }

            .mda-item-type-26 .carousel-control.right i {
                right: -130px;
                display: block;
                position: relative;
                margin-top: 70%;
                font-size: 55px;
                width: 44px
            }

        .mda-item-type-26 .carousel-control.left {
            left: -60px;
            background-image: none
        }

            .mda-item-type-26 .carousel-control.left i {
                left: 0;
                display: block;
                position: relative;
                margin-top: 70%;
                font-size: 55px;
                width: 44px
            }

        .mda-item-type-26 .mda-item-title-icon .lb a {
            color: #fff !important
        }

        .mda-item-type-26 .mda-item-title-icon .lb {
            color: #fff
        }

        .mda-item-type-26 .mda-item-title-icon {
            margin-top: 10px
        }

    .mda-item-type-25 {
        padding: 0;
        margin: 0;
        z-index: 1
    }

        .mda-item-type-25 li {
            list-style: none;
            width: calc((100% - 40px)/ 3);
            float: left;
            margin-left: 20px;
            position: relative;
            margin-bottom: 40px
        }

            .mda-item-type-25 li:nth-of-type(3n-2) {
                float: left
            }

            .mda-item-type-25 li .mda-box-lb {
                z-index: 8;
                position: absolute;
                margin-left: 20px;
                width: 50px;
                text-align: center;
                background-color: #fff;
                font-weight: 700
            }

                .mda-item-type-25 li .mda-box-lb .mda-discount {
                    padding: 10px 0;
                    font-size: 17px;
                    color: #ffea00;
                    background-color: #eb004f;
                    font-weight: 700
                }

                .mda-item-type-25 li .mda-box-lb .mda-day {
                    padding: 4px;
                    font-size: 15px;
                    color: #111
                }

            .mda-item-type-25 li .mda-box-time {
                z-index: 8;
                position: absolute;
                right: 15px;
                top: 15px;
                text-align: center;
                background-color: hsla(0,0%,7%,.6);
                border-radius: 30px;
                padding: 8px 20px 8px 35px;
                height: 35px;
                font-size: 14px
            }

                .mda-item-type-25 li .mda-box-time p .mda-icon-clock {
                    margin-left: -25px;
                    height: 20px;
                    margin-top: 0;
                    position: absolute
                }

                .mda-item-type-25 li .mda-box-time p {
                    color: #fff
                }

                .mda-item-type-25 li .mda-box-time .mda-lb {
                    width: inherit
                }

                .mda-item-type-25 li .mda-box-time .mda-time {
                    color: #ffea00
                }

            .mda-item-type-25 li .mda-box-type {
                display: block;
                position: relative
            }

            .mda-item-type-25 li .mda-img-box {
                width: 100%;
                text-align: center
            }

                .mda-item-type-25 li .mda-img-box img {
                    width: inherit
                }

            .mda-item-type-25 li .mda-img-box-info {
                font-size: 14px;
                width: 100%;
                position: absolute;
                bottom: 0;
                color: #fff;
                text-align: left;
                padding: 5px 10px;
                z-index: 6;
                background-color: rgba(0,0,0,.4);
                background-repeat: repeat-x;
                background: -o-linear-gradient(top,rgba(47,39,39,0),#000)
            }

                .mda-item-type-25 li .mda-img-box-info .mda-name {
                    font-size: 17px
                }

                    .mda-item-type-25 li .mda-img-box-info .mda-name a {
                        font-size: 17px;
                        color: #fff;
                        font-weight: 700
                    }

                .mda-item-type-25 li .mda-img-box-info .mda-price .mda-lb {
                    float: right;
                    display: block;
                    width: 39%;
                    text-align: right
                }

                    .mda-item-type-25 li .mda-img-box-info .mda-price .mda-lb .mda-btn-detail {
                        padding: 5px 15px;
                        color: #333;
                        background-color: #fff
                    }

                .mda-item-type-25 li .mda-img-box-info .mda-price.mda-distcoun {
                    width: 60%;
                    text-align: left;
                    float: left
                }

                    .mda-item-type-25 li .mda-img-box-info .mda-price.mda-distcoun .mda-dis {
                        color: #fff600;
                        font-size: 17px;
                        font-weight: 700
                    }

                    .mda-item-type-25 li .mda-img-box-info .mda-price.mda-distcoun .mda-pre {
                        margin-right: 15px;
                        color: #fff;
                        text-decoration: line-through
                    }

            .mda-item-type-25 li:hover .mda-box-hide {
                display: block
            }

            .mda-item-type-25 li .mda-box-hide {
                top: 0;
                left: 0;
                z-index: 4;
                display: none;
                background-color: hsla(0,0%,7%,.4);
                width: 100%;
                height: 100%;
                position: absolute
            }

    .mda-item-type-24 {
        margin-bottom: 30px
    }

        .mda-item-type-24 .mda-title-box {
            width: 90%;
            margin: auto;
            position: relative
        }

            .mda-item-type-24 .mda-title-box .mda-title-box-l {
                width: auto;
                float: left;
                border-bottom: 1px solid #e30050;
                height: 45px;
                position: absolute;
                padding-right: 50px
            }

                .mda-item-type-24 .mda-title-box .mda-title-box-l img {
                    float: left
                }

                .mda-item-type-24 .mda-title-box .mda-title-box-l .lb {
                    float: left;
                    display: inline-block;
                    margin-top: 10px
                }

                    .mda-item-type-24 .mda-title-box .mda-title-box-l .lb a {
                        color: #111
                    }

            .mda-item-type-24 .mda-title-box .mda-title-box-r {
                width: 100%;
                float: left;
                border-bottom: 1px solid #ccc;
                height: 45px
            }

                .mda-item-type-24 .mda-title-box .mda-title-box-r a {
                    color: #e30050;
                    margin-top: 15px;
                    float: right
                }

        .mda-item-type-24 .mda-content-box {
            margin-top: 20px
        }

            .mda-item-type-24 .mda-content-box .mda-content-item {
                float: left;
                width: 20%;
                padding: 1px
            }

            .mda-item-type-24 .mda-content-box .mda-content-item-img {
                position: relative;
                max-height: 200px;
                overflow: hidden
            }

                .mda-item-type-24 .mda-content-box .mda-content-item-img img {
                    width: 100%
                }

                .mda-item-type-24 .mda-content-box .mda-content-item-img .mda-price-dic {
                    display: block;
                    height: 40px;
                    line-height: 50px;
                    font-size: 16px;
                    width: 100%;
                    position: absolute;
                    bottom: 0;
                    color: #fff;
                    text-align: center;
                    z-index: 6;
                    background-color: rgba(0,0,0,.4);
                    background-repeat: repeat-x;
                    background: -o-linear-gradient(top,rgba(47,39,39,0),#000)
                }

                .mda-item-type-24 .mda-content-box .mda-content-item-img .mda-content-item-hide {
                    display: none;
                    height: 300px;
                    width: 100%;
                    position: absolute;
                    top: 0;
                    background-color: hsla(0,0%,80%,.64)
                }

            .mda-item-type-24 .mda-content-box .mda-content-item-con .mda-content-item-d-l, .mda-item-type-24 .mda-content-box .mda-content-item-con .mda-content-item-d-r {
                width: 50%;
                float: left
            }

            .mda-item-type-24 .mda-content-box .mda-content-item-img:hover .mda-content-item-hide {
                display: block
            }

            .mda-item-type-24 .mda-content-box .mda-content-item-con {
                background-color: #e3e3e3;
                height: 90px;
                padding: 5px
            }

                .mda-item-type-24 .mda-content-box .mda-content-item-con .mda-content-item-name {
                    margin: 5px 0
                }

                    .mda-item-type-24 .mda-content-box .mda-content-item-con .mda-content-item-name h2 {
                        font-size: 15px;
                        font-weight: 700;
                        height: 20px;
                        line-height: 22px;
                        overflow: hidden
                    }

                        .mda-item-type-24 .mda-content-box .mda-content-item-con .mda-content-item-name h2 a {
                            color: #111
                        }

                .mda-item-type-24 .mda-content-box .mda-content-item-con .mda-content-item-detail {
                    height: 50px;
                    padding: 5px
                }

                .mda-item-type-24 .mda-content-box .mda-content-item-con .mda-content-item-d-l i {
                    padding-right: 3px
                }

                .mda-item-type-24 .mda-content-box .mda-content-item-con .mda-content-item-d-r .mda-price-dic {
                    text-decoration: line-through;
                    font-size: 12px
                }

                .mda-item-type-24 .mda-content-box .mda-content-item-con .mda-content-item-d-r .mda-price-sale {
                    color: #e30050;
                    font-weight: 700;
                    font-size: 18px
                }

    .mda-search-box {
        width: 100%;
        list-style: none;
        margin: 0;
        padding: 0
    }

        .mda-search-box .mda-search-item {
            float: left;
            list-style: none
        }

        .mda-search-box .mda-search-head {
            float: left;
            list-style: none;
            color: #fefefe;
            width: 100%
        }

            .mda-search-box .mda-search-head > div {
                height: 60px;
                float: left;
                padding: 10px;
                text-align: center;
                font-size: 15px;
                border: 1px solid #fff;
                background-color: #3e58a4
            }

                .mda-search-box .mda-search-head > div.mda-center {
                    padding: 20px 5px
                }

            .mda-search-box .mda-search-head .mda-search-item-1 {
                width: 150px
            }

            .mda-search-box .mda-search-head .mda-search-item-2 {
                width: calc(100% - 735px)
            }

            .mda-search-box .mda-search-head .mda-search-item-3 {
                width: 70px
            }

            .mda-search-box .mda-search-head .mda-search-item-4, .mda-search-box .mda-search-head .mda-search-item-5 {
                width: 100px
            }

            .mda-search-box .mda-search-head .mda-search-item-6 {
                width: 115px
            }

            .mda-search-box .mda-search-head .mda-search-item-7, .mda-search-box .mda-search-head .mda-search-item-8 {
                width: 100px
            }

        .mda-search-box li.mda-search-item > div {
            padding: 10px 5px;
            float: left;
            text-align: left;
            font-size: 15px
        }

            .mda-search-box li.mda-search-item > div a {
                color: #3e58a4;
                font-weight: 700
            }

        .mda-search-box li.mda-search-item:hover {
            background-color: #ccc !important
        }

        .mda-search-box li.mda-search-item:nth-of-type(2n) {
            background-color: #eee
        }

        .mda-search-box li.mda-search-item {
            width: 100%;
            border-bottom: 1px solid #ccc;
            font-size: 15px;
            background-color: #fff
        }

            .mda-search-box li.mda-search-item .mda-search-item-1 {
                width: 150px
            }

        .mda-search-box .mda-search-item .mda-search-item-2 {
            width: calc(100% - 735px)
        }

        .mda-search-box li.mda-search-item .mda-search-item-3 {
            width: 70px;
            text-align: center;
            font-weight: 700
        }

        .mda-search-box li.mda-search-item .mda-search-item-4, .mda-search-box li.mda-search-item .mda-search-item-5 {
            width: 100px
        }

        .mda-search-box li.mda-search-item .mda-search-item-6 {
            width: 115px
        }

        .mda-search-box li.mda-search-item .mda-search-item-7 {
            width: 100px;
            text-align: center
        }

        .mda-search-box li.mda-search-item .mda-search-item-8 {
            width: 100px
        }

        .mda-search-box li.mda-search-item .mda-book-tour {
            background-color: #3e58a4;
            padding: 3px 10px;
            font-size: 13px;
            color: #fff;
            cursor: pointer;
            text-transform: uppercase;
            width: 100%;
            display: block;
            text-align: center
        }

        .mda-search-box li .mda-sub {
            width: auto;
            display: inline-block
        }

            .mda-search-box li .mda-sub .mda-sub-l {
                background-color: #eb004f;
                padding: 1px 3px;
                font-size: 9px;
                color: #fff;
                cursor: pointer;
                width: auto
            }

    .mda-search-tour-fixed {
        position: relative
    }

    .mda-view-browser {
        display: inline-block;
        height: 45px;
        position: absolute;
        padding: 5px;
        background-color: transparent
    }

    .mda-show-lable, .tooltip {
        display: none
    }

    .mda-view-browser .mda-view-browser-box, .mda-view-browser:hover .mda-view-browser-box {
        text-align: center;
        height: 35px;
        padding: 5px 10px;
        border: 1px solid #333;
        color: #333;
        border-radius: 5px;
        font-size: 15px
    }

    .mda-view-browser i {
        font-size: 25px;
        margin-right: 5px
    }

    .mda-tilte-3 {
        margin-bottom: 25px;
        text-align: center
    }

        .mda-tilte-3 .mda-tilte-name {
            font-size: 30px;
            line-height: 40px;
            font-weight: 700;
            text-transform: uppercase
        }

    .mda-destinations > div > h3, .mda-search-m h3 {
        font-size: 30px;
        padding: 10px;
        font-weight: 700
    }

    .mda-destinations > div {
        float: left;
        width: 50%
    }

    .tooltip {
        background: #fff;
        font-size: 12px;
        padding: 5px;
        color: #111;
        border: none;
        box-shadow: 0 1px 5px #ccc;
        opacity: 1;
        height: auto
    }

    .nav > li > a {
        padding: 4px 15px
    }

    .social-auth-links {
        width: 250px;
        margin-left: 65px
    }

    .mda-or {
        position: absolute;
        top: 23px;
        font-size: 17px
    }

    .btn-social {
        position: relative;
        padding-left: 44px !important;
        text-align: left;
        overflow: hidden
    }

        .btn-social:first-child {
            position: absolute;
            left: 0;
            top: 0;
            bottom: 0;
            width: 32px !important;
            line-height: 34px !important;
            font-size: 1.6em !important;
            text-align: center;
            border-right: 1px solid rgba(0,0,0,.2)
        }

        .btn-social.btn-lg {
            padding-left: 61px !important
        }

            .btn-social.btn-lg:first-child {
                line-height: 45px;
                width: 45px;
                font-size: 1.8em
            }

        .btn-social.btn-sm {
            padding-left: 38px !important
        }

            .btn-social.btn-sm:first-child {
                line-height: 28px;
                width: 28px;
                font-size: 1.4em
            }

        .btn-social.btn-xs {
            padding-left: 30px !important
        }

            .btn-social.btn-xs:first-child {
                line-height: 20px;
                width: 20px;
                font-size: 1.2em
            }

    .btn-social-icon {
        position: relative;
        padding-left: 44px !important;
        text-align: left;
        overflow: hidden;
        height: 34px;
        width: 34px;
        padding: 0
    }

        .btn-social-icon:first-child {
            position: absolute;
            left: 0;
            top: 0;
            bottom: 0;
            line-height: 34px !important;
            font-size: 1.6em !important
        }

        .btn-social-icon.btn-lg:first-child {
            line-height: 45px;
            width: 45px;
            font-size: 1.8em
        }

        .btn-social-icon.btn-sm:first-child {
            line-height: 28px;
            width: 28px;
            font-size: 1.4em
        }

        .btn-social-icon.btn-xs:first-child {
            line-height: 20px;
            width: 20px;
            font-size: 1.2em
        }

        .btn-social-icon:first-child {
            border: none;
            text-align: center;
            width: 100% !important
        }

        .btn-social-icon.btn-lg {
            padding-left: 61px !important;
            height: 45px;
            width: 45px;
            padding-right: 0
        }

        .btn-social-icon.btn-sm {
            padding-left: 38px !important;
            height: 30px;
            width: 30px;
            padding-right: 0
        }

        .btn-social-icon.btn-xs {
            padding-left: 30px !important;
            height: 22px;
            width: 22px;
            padding-right: 0
        }

    .btn-facebook {
        color: #fff;
        background-color: #3b5998;
        border: 1px solid rgba(0,0,0,.2)
    }

        .btn-facebook.active, .btn-facebook.focus, .btn-facebook:active, .btn-facebook:focus, .btn-facebook:hover, .open > .dropdown-toggle.btn-facebook {
            color: #fff;
            background-color: #2d4373;
            border: 1px solid #2d4373
        }

    .btn-google-plus {
        color: #fff;
        background-color: #dd4b39;
        border: 1px solid #dd4b39
    }

        .btn-google-plus.active, .btn-google-plus.focus, .btn-google-plus:active, .btn-google-plus:focus, .btn-google-plus:hover, .open > .dropdown-toggle.btn-google-plus {
            color: #fff;
            background-color: #c23321;
            border: 1px solid #dd4b39
        }

    .mda-show-lable, .mda-show-lable1 {
        margin: 10px 0;
        width: 100%;
        border: 1px solid #eb004f;
        background-color: rgba(232,69,69,.07);
        padding: 5px;
        text-align: center
    }

    @keyframes a {
        0% {
            color: #fdea35
        }

        50% {
            color: #fff
        }

        to {
            color: #7cf762
        }
    }

    .mda-lb-animation {
        font-size: 9px;
        font-weight: 700;
        display: inline-block;
        margin-top: -8px;
        text-align: left;
        margin-right: 5px;
        padding: 0 5px;
        border-radius: 4px;
        background-color: #d84444;
        animation: a .7s infinite
    }

    .mda-tap-a {
        border-bottom: 1px solid #eb004f
    }

        .mda-tap-a li a {
            border-radius: 0;
            margin-bottom: -2px;
            color: #eb004f;
            font-size: 15px;
            padding: 5px 10px
        }

            .mda-tap-a li.active:active a, .mda-tap-a li.active:focus a, .mda-tap-a li.active:hover a, .mda-tap-a li.active a, .mda-tap-a li:hover a, .mda-tap-a li a:hover {
                color: #fff;
                background-color: #eb004f;
                margin: 0;
                border: none
            }

    .mda-day-other {
        color: #3b5998;
        font-weight: 700
    }

        .mda-day-other:hover {
            text-decoration: underline
        }

    .mda-tap-content-a {
        padding: 10px
    }

    .datepicker-months, .datepicker-years {
        max-width: 175px
    }

    footer {
        background-color: #333
    }

    #mda-footer-content {
        width: 75%;
        margin: auto
    }

    .mda-footer-row {
        border-top: 1px solid #454545;
        border-bottom: 1px solid #454545
    }

        .mda-footer-row:first-child {
            border-bottom: none;
            padding: 10px 0
        }

        .mda-footer-row #mda-footer-logo {
            width: 225px;
            float: left
        }

        .mda-footer-row #mda-footer-title {
            width: calc(100% - 425px);
            float: right;
            text-align: right;
            color: #fff;
            font-size: 18px;
            font-weight: 700;
            padding: 30px 0 20px
        }

        .mda-footer-row .mda-footer-box {
            float: left;
            width: 30%;
            padding: 20px 0
        }

            .mda-footer-row .mda-footer-box:last-child {
                float: left;
                width: 40%;
                padding: 20px 0 0
            }

            .mda-footer-row .mda-footer-box ul {
                padding: 0;
                margin: 0 0 0 20px
            }

                .mda-footer-row .mda-footer-box ul li {
                    list-style: none;
                    color: #fefefe
                }

                    .mda-footer-row .mda-footer-box ul li a {
                        color: #e6e6e6;
                        padding: 3px 0;
                        display: block
                    }

                        .mda-footer-row .mda-footer-box ul li a:hover {
                            color: #fefefe
                        }

            .mda-footer-row .mda-footer-box .mda-footer-title {
                color: #7d7c7c;
                font-weight: 700;
                font-size: 17px
            }

        .mda-footer-row .mda-footer-news {
            min-height: 200px
        }

        .mda-footer-row .mda-footer-follow .mda-footer-follow-content li {
            float: left;
            margin-left: 5px
        }

            .mda-footer-row .mda-footer-follow .mda-footer-follow-content li a {
                color: #7d7c7c;
                width: 45px;
                height: 45px;
                text-align: center;
                line-height: 35px;
                border: 1px solid #7d7c7c;
                font-size: 25px;
                margin-top: 3px
            }

                .mda-footer-row .mda-footer-follow .mda-footer-follow-content li a:hover {
                    background-color: #4a4a4a
                }

        .mda-footer-row .mda-footer-custommer-content {
            float: left
        }

        .mda-footer-row .mda-footer-relic-content li {
            margin-bottom: 20px;
            height: 125px
        }

        .mda-footer-row .mda-footer-relic-content .mda-img {
            width: 150px;
            text-align: center;
            overflow: hidden;
            float: left
        }

            .mda-footer-row .mda-footer-relic-content .mda-img img {
                width: 100%
            }

        .mda-footer-row .mda-footer-relic-content .mda-contents {
            width: calc(100% - 150px);
            color: #999;
            float: left
        }

            .mda-footer-row .mda-footer-relic-content .mda-contents a {
                margin-top: 10px
            }

    .mda-footer-branch {
        width: 95%;
        margin: 30px auto 0
    }

        .mda-footer-branch ul {
            padding: 0;
            margin: 0
        }

            .mda-footer-branch ul li {
                list-style: none;
                width: 33.33333%;
                padding-right: 10px;
                color: #999;
                float: left
            }

                .mda-footer-branch ul li p {
                    padding: 0
                }

                    .mda-footer-branch ul li p:first-child {
                        color: #999 !important;
                        font-family: SFUFuturaHeavy
                    }

    .mda-coppyright {
        color: #7d7c7c;
        margin: 15px 0 5px;
        font-size: 13px
    }

    .mda-accept {
        background-color: #f2f1f1;
        padding: 0 2.5%;
        float: left;
        width: 100%
    }

        .mda-accept span {
            float: left
        }

        .mda-accept .mda-developed {
            position: absolute;
            margin-top: -9px;
            font-weight: 700
        }

    .mda-hotle {
        height: 45px;
        background-color: rgba(2,2,2,.75);
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 100
    }

    .mda-hotle-static {
        height: 45px;
        background-color: #616060
    }

    .mda-hotle .mda-hotle-img {
        padding: 5px 0 12px 4%;
        background-color: #e30050;
        width: 270px;
        float: left
    }

        .mda-hotle .mda-hotle-img img {
            float: left
        }

        .mda-hotle .mda-hotle-img p {
            float: left;
            color: #fff;
            font-size: 18px;
            padding: 5px
        }

    .mda-hotle .mda-hotle-content {
        width: calc(100% - 270px);
        float: left;
        padding: 5px;
        font-size: 13px
    }

    .datepicker-months span, .datepicker-years span {
        display: inline-block;
        padding: 10px;
        float: left
    }

    .ui-slider-horizontal .ui-slider-handle {
        background-color: #f5f5f5;
        border: 1px solid rgba(0,0,0,.1);
        height: 20px;
        top: -10px;
        cursor: pointer;
        border-radius: 16px;
        width: 20px
    }

        .ui-slider-horizontal .ui-slider-handle:focus {
            border: 0 solid rgba(0,0,0,.1)
        }

        .ui-slider-horizontal .ui-slider-handle:after {
            border-radius: 6px;
            -webkit-border-radius: 6px;
            -moz-border-radius: 6px;
            top: 4px;
            left: 4px;
            width: 10px;
            position: absolute;
            height: 10px;
            content: " ";
            background: #4fa5e0
        }

    .ui-slider-horizontal .ui-slider-range {
        top: 0;
        background: #4fa5e0;
        height: 3px;
        border: 1px solid #4fa5e0
    }

    .ui-slider-horizontal {
        height: 3px;
        background: #0db9f0;
        border: 1px solid #0db9f0
    }

    .datepicker, .datepicker .datepicker-dropdown .dropdown-menu .datepicker-orient-left .datepicker-orient-bottom {
        z-index: 9999999999 !important
    }

    .datepicker-days .datepicker-switch, .datepicker-months .datepicker-switch, .datepicker-years .datepicker-switch {
        text-align: center
    }

    .rating-tt {
        float: left
    }

    .rating, .rating-star {
        position: relative;
        float: left
    }

        .rating-star img {
            margin-top: -3px
        }

    .rating-bg {
        position: absolute;
        top: 0;
        left: 60px;
        width: 135px;
        height: 30px;
        z-index: 20
    }

    .mda-rating-footer {
        color: #fff;
        width: 200px;
        float: left;
        padding-left: 20px;
        margin-top: 20px
    }

    .scroll-p-flight {
        border: 1px solid #ccc
    }

    #select2-TourLocalSearchGo-results li {
        text-transform: uppercase
    }
}

@media (max-width:1200px) and (min-width:1101px) {
    .mda-content {
        width: 95%
    }

    #mda-header-bottom .mda-content > ul > li > a span {
        font-size: 15px
    }

    #mda-header-bottom .mda-content > ul > li > a {
        background-color: #e30050;
        color: #fff;
        padding: 15px 5px;
        font-size: 13px;
        z-index: 1;
        height: 51px;
        cursor: pointer;
        margin-left: 2px
    }
}

@media (max-width:1350px) and (min-width:1201px) {
    .mda-content {
        width: 95%
    }

    #mda-header-bottom .mda-content > ul > li > a span {
        font-size: 15px
    }

    #mda-header-bottom .mda-content > ul > li > a {
        background-color: #e30050;
        color: #fff;
        padding: 15px 7px;
        font-size: 13px;
        z-index: 1;
        height: 51px;
        cursor: pointer;
        margin-left: 2px
    }
}

@media (max-width:1100px) and (min-width:980px) {
    .mda-content {
        width: 100%;
        padding: 0 25px
    }

    #mda-header-bottom .mda-content > ul > li > a {
        background-color: #e30050;
        color: #fff;
        padding: 15px 5px;
        font-size: 13px;
        z-index: 1;
        height: 51px;
        cursor: pointer;
        margin-left: 2px
    }

        #mda-header-bottom .mda-content > ul > li > a span {
            font-size: 14px
        }

    #mda-header-bottom .mda-content {
        padding: 0
    }

    #mda-search-index .nav-tabs, #mda-search-index .tab-content > div {
        width: 1024px
    }

    .mda-item-type-2 li {
        height: 160px
    }

    .mda-review-mail .mda-review-box {
        max-width: calc(100% - 30px)
    }

    #mda-footer-content {
        width: 95%;
        margin: auto
    }

    .mda-left {
        width: 290px
    }

    .mda-right {
        width: calc(100% - 315px)
    }
}

@media (max-width:1100px) {
    .vnt-tour.grid .mda-box-item .mda-price {
        position: static
    }

    .mda-box-item .mda-distcoun {
        flex-direction: row;
        justify-content: space-between;
        min-height: 22px
    }

    .mda-box-item .mda-img-box-wrap {
        padding: 10px 15px
    }

    .mda-box-item .mda-schedule, .mda-box-item .mda-time-grid {
        margin-bottom: 5px
    }
}

@media (max-width:991px) {
    .mda-item-type-16 .mda-img-box-info .mda-img-box-wrap {
        padding: 10px
    }

    .mda-item-type-16 .mda-img-box-info .mda-price {
        position: static
    }

    .mda-item-type-16 .mda-img-box-info .mda-schedule {
        margin-bottom: 5px
    }

    .mda-item-type-16 .mda-img-box-info .mda-price.mda-distcoun {
        display: block;
        text-align: left
    }

    .mda-box-item .mda-name a, .mda-item-type-16 .mda-img-box-info .mda-name a {
        font-size: 14px;
        line-height: 22px;
        height: 44px;
        overflow: hidden
    }

    .mda-box-item .mda-img-box-wrap {
        padding: 15px
    }

    .mda-item-type-17 li .mda-img-box-info .mda-name {
        font-size: 16px;
        line-height: 24px
    }

    .hiden_mobi {
        display: none
    }

    .mda-box-item .mda-box-img {
        float: none;
        width: 100%;
        margin-bottom: 10px
    }

    .slideTour .mda-box-item .mda-box-img {
        margin-bottom: 0
    }

    #mda-tour .mda-info-img {
        width: 280px
    }

    .mda-archive .mda-archive-title, .mda-archive .mda-archive-title a {
        font-size: 22px;
        line-height: 30px
    }

    .mda-item-type-9 .mda-img-box-info p span {
        width: 50%
    }

    .mda-item-type-9 .mda-img-box-info .mda-name a {
        font-size: 12px;
        line-height: 20px;
        white-space: normal;
        -ms-text-overflow: initial;
        text-overflow: clip;
        height: 40px
    }

    .mda-item-type-9 .mda-img-box-info {
        padding: 10px
    }

    .mda-box-item .mda-box-price {
        padding-right: 0;
        display: block
    }

        .mda-box-item .mda-box-price .mda-box-p .mda-price {
            position: static;
            align-items: flex-start
        }

        .mda-box-item .mda-box-price .mda-lb {
            width: 100%;
            white-space: nowrap;
            -ms-text-overflow: ellipsis;
            text-overflow: ellipsis;
            overflow: hidden
        }

            .mda-box-item .mda-box-price .mda-lb span.mda-day {
                min-height: 0
            }

        .mda-box-item .mda-box-price .mda-box-p {
            width: 100%
        }

    .mda-box-item .mda-box-des {
        white-space: nowrap;
        -ms-text-overflow: ellipsis;
        text-overflow: ellipsis;
        overflow: hidden
    }

    .mda-box-item {
        border: 1px solid rgba(0,0,0,.15);
        padding: 10px
    }

        .mda-box-item .mda-box-fig {
            display: none !important
        }
}

@media (max-width:767px) {
    .mda-item-type-16 .mda-img-box-info .mda-price.mda-distcoun {
        display: -ms-flexbox;
        display: flex;
        align-items: flex-start;
        flex-direction: column-reverse
    }

    .mda-item-type-16 .mda-box-lb {
        bottom: 35px;
        left: 0
    }

    .vnt-tour.grid .mda-box-item .mda-price {
        position: static
    }

    .mda-box-item .mda-distcoun {
        align-items: flex-start;
        flex-direction: column;
        margin-top: 5px;
        min-height: 42px
    }

    .mda-box-item .mda-box-price .mda-box-p .mda-price {
        transform: none;
        align-items: flex-start;
        position: static;
        min-height: 46px
    }

    .mda-box-item .mda-box-price {
        display: block;
        padding-right: 0
    }

    #mda-tour .mda-info-img {
        width: 100%;
        float: none
    }

    .mda-tilte-3 .mda-tilte-name {
        font-size: 25px;
        line-height: 35px
    }

    .mda-item-type-9 .mda-img-box-info p span {
        font-size: 12px;
        line-height: 20px
    }

    .mda-box-top {
        padding: 0 10px;
        padding-bottom: 1px
    }

        .mda-box-top, .mda-box-top .mda-box-r {
            display: block
        }

            .mda-box-top .mda-box-r > span {
                display: block;
                position: relative;
                padding: 8px 0;
                cursor: pointer
            }

                .mda-box-top .mda-box-r > span:before {
                    content: "\F0D7";
                    font-family: fontAwesome;
                    position: absolute;
                    right: 0;
                    top: 50%;
                    transform: translateY(-50%)
                }

            .mda-box-top .mda-box-r.active ul {
                display: block
            }

            .mda-box-top .mda-box-r ul {
                margin-left: 0;
                display: none;
                background: #d5d5d5;
                margin-bottom: 9px
            }

                .mda-box-top .mda-box-r ul li {
                    float: none;
                    margin-right: 0;
                    padding: 8px 10px
                }
}

@media (max-width:460px) {
    .mda-box-item .mda-distcoun {
        display: block;
        text-align: left
    }

        .mda-box-item .mda-distcoun .mda-dis {
            font-size: 14px;
            line-height: 22px;
            margin-right: 5px
        }

        .mda-box-item .mda-distcoun .mda-pre {
            font-size: 12px;
            line-height: 20px
        }
}

@media {
    .mda-hotel-left .mda-box-1:after, .mda-hotel-position li:after, .mda-hotel-right .mda-box-1:after, .mda-hotel-right .mda-info .mda-name-hotel:after, .mda-local-position li:after {
        content: " ";
        display: block;
        clear: both
    }

    .mda-hotel-left {
        width: 25%;
        float: left
    }

    .mda-hotel-right {
        width: 75%;
        float: left;
        padding-left: 20px
    }

        .mda-hotel-right .flexslider .slides > li {
            background-color: #f5f5f5
        }

    .mda-hotel-left .mda-box-1 {
        border: 1px solid #ccc;
        border-radius: 4px;
        margin-bottom: 15px
    }

        .mda-hotel-left .mda-box-1 .mda-box-title {
            background-color: #e30050;
            border-bottom: 1px solid #cbd3db
        }

            .mda-hotel-left .mda-box-1 .mda-box-title h3 {
                padding: 10px;
                margin: 0;
                color: #fff;
                font-size: 14px;
                font-weight: 700;
                text-transform: capitalize
            }

        .mda-hotel-left .mda-box-1 .mda-box-content {
            min-height: 50px
        }

            .mda-hotel-left .mda-box-1 .mda-box-content ul {
                margin: 0;
                padding: 0;
                list-style: none
            }

    .mda-hotel-position li, .mda-local-position li {
        height: auto;
        min-height: 55px;
        margin-bottom: 10px;
        border-bottom: 1px solid #cbd3db
    }

    .mda-hotel-position {
        padding: 10px !important
    }

        .mda-hotel-position li {
            padding-bottom: 10px;
            position: relative
        }

            .mda-hotel-position li .mda-b-image {
                width: 70px;
                float: left
            }

                .mda-hotel-position li .mda-b-image img {
                    width: 60px;
                    max-height: 100px
                }

            .mda-hotel-position li .mda-b-content {
                width: calc(100% - 70px);
                float: left
            }

                .mda-hotel-position li .mda-b-content .mda-b-rank {
                    top: 0;
                    right: -7px;
                    padding: 1px 6px;
                    position: absolute;
                    color: #fff;
                    font-size: 13px;
                    background: #52c6f0;
                    font-weight: 700;
                    border-radius: 4px
                }

                .mda-hotel-position li .mda-b-content .mda-box-price {
                    font-size: 11px
                }

                    .mda-hotel-position li .mda-b-content .mda-box-price .mda-price {
                        color: #7cb342;
                        font-size: 16px
                    }

    .mda-local-position {
        padding: 10px !important
    }

        .mda-local-position li {
            padding-bottom: 10px;
            position: relative
        }

            .mda-local-position li .mda-b-image {
                width: 30px;
                float: left
            }

                .mda-local-position li .mda-b-image img {
                    width: 16px;
                    max-height: 100px
                }

            .mda-local-position li .mda-b-content {
                width: calc(100% - 30px);
                float: left
            }

                .mda-local-position li .mda-b-content .mda-b-marker {
                    color: #757575;
                    font-size: 13px
                }

                    .mda-local-position li .mda-b-content .mda-b-marker i {
                        margin: 0 5px -5px 0
                    }

    .mda-box-hotel-row-star {
        color: #ffc107
    }

    .mda-hotel-right h1 {
        font-size: 24px;
        margin: 5px 10px 0 0;
        padding-bottom: 5px;
        border-bottom: none;
        text-transform: capitalize
    }

    .mda-hotel-right .mda-info {
        position: relative
    }

    .mda-hotel-right .mda-silder {
        margin-bottom: 20px
    }

    .mda-hotel-right .mda-info .mda-name-hotel .stars {
        padding-top: 10px
    }

        .mda-hotel-right .mda-info .mda-name-hotel .stars i {
            font-size: 18px
        }

    .mda-hotel-right .mda-info .mda-name-hotel h1 {
        float: left
    }

    .mda-hotel-right .mda-pull-ratting {
        padding: 5px 0
    }

        .mda-hotel-right .mda-pull-ratting img {
            margin-top: -5px;
            height: 15px
        }

    .mda-hotel-right .mda-pull-right {
        position: absolute;
        top: 0;
        right: 0
    }

        .mda-hotel-right .mda-pull-right .btn-yellow {
            font-weight: 700;
            text-transform: uppercase
        }

        .mda-hotel-right .mda-pull-right .mda-price {
            display: block;
            font-weight: 700;
            font-size: 22px;
            color: #e30050;
            text-align: center
        }

    .btn-yellow {
        color: #555;
        background: #ffea00;
        border: 1px solid #ffd21f
    }

        .btn-yellow:hover {
            border: 1px solid #ffd21f;
            background: #ff0
        }

    .mda-hotel-right .mda-box-1 {
        border: 1px solid #ccc;
        border-radius: 4px;
        margin-bottom: 15px
    }

        .mda-hotel-right .mda-box-1 .mda-box-title {
            background-color: #e30050;
            border-bottom: 1px solid #cbd3db
        }

            .mda-hotel-right .mda-box-1 .mda-box-title h3 {
                padding: 10px;
                margin: 0;
                color: #fff;
                font-size: 14px;
                font-weight: 700;
                text-transform: capitalize
            }

        .mda-hotel-right .mda-box-1 .mda-box-content {
            min-height: 50px;
            padding: 10px
        }

            .mda-hotel-right .mda-box-1 .mda-box-content ul {
                margin: 0;
                padding: 0;
                list-style: none
            }

    .mda-hotel-right .flexslider .slides img {
        min-height: 350px;
        margin: auto !important;
        width: auto !important
    }

    .mda-hotel-right #mda-carousel-tour .slides li img {
        min-height: 50px;
        margin: auto !important;
        width: 100% !important
    }

    .mda-collapse {
        min-height: 50px;
        padding: 10px 10px 30px;
        position: relative;
        overflow: hidden
    }

        .mda-collapse .mda-text-right {
            position: absolute;
            bottom: 0;
            display: none;
            width: calc(100% - 20px);
            background-color: #fff;
            text-align: right
        }

            .mda-collapse .mda-text-right button {
                display: inline-block;
                margin-bottom: 0;
                font-weight: 400;
                text-align: center;
                cursor: pointer;
                background-image: none;
                background-color: transparent;
                border: 1px solid transparent;
                padding: 6px 12px;
                font-size: 14px;
                color: #00adef
            }

    .mda-box-content-p {
        margin: 0;
        padding: 0 !important
    }

    .mda-box-content-price {
        background-color: #edfaff
    }

        .mda-box-content-price .mda-lb-title {
            cursor: pointer;
            padding: 8px 15px 8px 10px;
            background: #e9f3f7;
            border-left: 4px solid #b9e1f0;
            font-size: 18px
        }

        .mda-box-content-price table {
            width: 100%;
            position: relative;
            color: #555
        }

            .mda-box-content-price table th {
                font-size: 14px;
                text-transform: uppercase;
                text-align: center;
                display: table-cell;
                vertical-align: middle;
                border: 1px solid #addef0;
                border-bottom: none;
                border-left: none;
                padding: 10px 5px
            }

                .mda-box-content-price table th span {
                    text-transform: none;
                    font-weight: 400;
                    font-size: 13px
                }

            .mda-box-content-price table td {
                display: table-cell;
                vertical-align: middle;
                border: 1px solid #addef0;
                border-bottom: none;
                border-left: none;
                padding: 10px 5px
            }

            .mda-box-content-price table .mda-title-room {
                background-color: #fff;
                font-weight: 700;
                color: #00adef;
                font-size: 16px;
                padding: 10px
            }

            .mda-box-content-price table .mda-product-item {
                position: relative
            }

            .mda-box-content-price table .mda-product-image {
                position: relative;
                display: block;
                max-width: 100%;
                height: auto
            }

                .mda-box-content-price table .mda-product-image img {
                    max-width: 205px
                }

                .mda-box-content-price table .mda-product-image i {
                    line-height: 2.3em;
                    text-align: center;
                    position: absolute;
                    right: 5px;
                    bottom: 5px;
                    color: #fff;
                    width: 30px;
                    height: 30px;
                    background: rgba(0,0,0,.7);
                    border-radius: 15px
                }

            .mda-box-content-price table .mda-product-content {
                margin-top: 10px;
                font-size: 12px
            }

            .mda-box-content-price table .mda-product-name {
                color: #0081b0;
                text-decoration: none;
                outline: 0
            }

            .mda-box-content-price table .mda-red {
                color: #f02b2b;
                margin-bottom: 5px
            }

            .mda-box-content-price table .mda-green-dark {
                color: #74a132;
                font-weight: 700
            }

            .mda-box-content-price table .mda-text-xs {
                font-size: 11px
            }

            .mda-box-content-price table .mda-room-price .mda-price-old {
                font-weight: 300;
                text-decoration: line-through;
                color: #000
            }

            .mda-box-content-price table .mda-room-price .mda-price {
                font-size: 24px;
                color: #7cb342
            }

            .mda-box-content-price table .mda-select-rom {
                height: 35px;
                border: 1px solid #addef0;
                border-radius: 4px;
                padding-left: 5px
            }

            .mda-box-content-price table .mda-btn-book {
                color: #555;
                background: #ffea00;
                border: 1px solid #ffd21f;
                font-weight: 700;
                text-transform: uppercase
            }

                .mda-box-content-price table .mda-btn-book:hover {
                    color: #555;
                    background: #ff0
                }

    .tooltip-inner {
        max-width: 200px;
        padding: 3px 8px;
        color: #111;
        text-align: left;
        text-decoration: none;
        background-color: #fff;
        border-radius: 4px
    }

    .mda-info-share {
        width: 100%
    }

        .mda-info-share > div {
            display: block;
            float: left
        }

        .mda-info-share div.mda-google {
            padding-top: 0;
            margin-left: 20px
        }

    .mda-box-search-col {
        padding: 10px
    }

        .mda-box-search-col #mda-search-hotel .mda-item-oder {
            margin-bottom: 10px
        }

            .mda-box-search-col #mda-search-hotel .mda-item-oder p {
                float: left;
                display: block;
                margin-right: 25px;
                color: #fff;
                font-weight: 400;
                font-size: 17px
            }

                .mda-box-search-col #mda-search-hotel .mda-item-oder p label {
                    font-weight: 400;
                    font-size: 17px
                }

                .mda-box-search-col #mda-search-hotel .mda-item-oder p input {
                    margin-right: 10px;
                    font-size: 17px
                }

                .mda-box-search-col #mda-search-hotel .mda-item-oder p img {
                    margin-top: -5px
                }

        .mda-box-search-col #mda-search-hotel .mda-item {
            position: relative;
            width: 100% !important;
            float: left;
            margin: 5px 0
        }

            .mda-box-search-col #mda-search-hotel .mda-item > select, .mda-box-search-col #mda-search-hotel .mda-item input {
                width: 100%;
                border-radius: 0
            }

                .mda-box-search-col #mda-search-hotel .mda-item input[type=submit] {
                    font-size: 18px;
                    height: 40px;
                    background-color: #e30050;
                    color: #fff;
                    border: none
                }

                .mda-box-search-col #mda-search-hotel .mda-item input[type=text] {
                    height: 40px;
                    width: 100%;
                    padding: 0 10px
                }

            .mda-box-search-col #mda-search-hotel .mda-item .mda-lb {
                height: 40px;
                width: 100%;
                padding: 10px;
                display: block;
                background-color: #fff;
                color: #b1a9a9;
                border: 1px solid #ccc
            }

            .mda-box-search-col #mda-search-hotel .mda-item .mda-icon {
                position: absolute;
                right: 5px;
                top: 5px;
                font-size: 20px
            }

        .mda-box-search-col #mda-search-hotel .mda-number-person-rom {
            width: 490px;
            position: absolute;
            margin: 15px 0 0;
            display: none;
            z-index: 3
        }

            .mda-box-search-col #mda-search-hotel .mda-number-person-rom .mda-up {
                width: 30px;
                z-index: 10;
                margin-top: -17px;
                position: absolute;
                left: 0
            }

    .mda-property-amenity li {
        min-width: 30%;
        float: left
    }

    .mda-show-lable-a {
        display: none
    }
}

#mda-header-bottom .mda-content > ul > li > a span, .pagination {
    text-transform: uppercase
}

.carousel li, .margin_right_0 {
    margin-right: 0 !important
}

.carousel-control {
    z-index: 100
}

#mda-banner #mda-search-index {
    z-index: 0
}

#mda-header-support ul .mda-header-box-s {
    z-index: 999999999;
    position: relative
}

#mask, #popup {
    position: fixed
}

.mda-h-search, .move_left1, .repon_left, .repon_mobi {
    display: none
}

.mda-accept {
    height: 60px
}

.dev {
    margin-bottom: 55px
}

.txt_top {
    padding: 5px;
    display: inline-block
}

.dat_ngay {
    padding: 7px 10px;
    border: none;
    font-size: 20px;
    background-color: #e30050;
    cursor: pointer
}

    .bg-tim, .dat_ngay, .dat_ngay:hover {
        color: #fff
    }

        .dat_ngay:hover i {
            padding-left: 5px
        }

.carousel-control.left, .carousel-control.right {
    z-index: 0
}

.place_hotel {
    overflow: hidden;
    white-space: nowrap
}

a {
    text-decoration: none !important
}

.width_80_percent {
    width: 80%
}

.width_90_percent {
    width: 90%
}

.height_30 {
    height: 30px
}

.line_height_30 {
    line-height: 30px
}

.margin_top_30 {
    margin-top: 30px
}

.margin_top_10 {
    margin-top: 10px
}

.bg-tim {
    background-color: #e30050 !important
}

.dropdown:hover > .dropdown-menu {
    display: block
}

.chum_tour .row {
    padding: 0 !important
}

    .chum_tour .row .col {
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin: 0 2px 0 0
    }

.chum_tour h2 {
    font-size: 1.3em;
    font-weight: 400
}

.mota_tin {
    font-size: .9em
}

    .mota_tin h3 {
        line-height: 17px
    }

        .mota_tin h3 a {
            font-size: .6em !important;
            font-weight: 600
        }

.padding_20_0 {
    padding: 20px 0
}

.follow li {
    border: 1px solid #ddd;
    padding: 4px 14px
}

    .follow li:hover {
        background-color: #ddd
    }

    .follow li a {
        color: #555;
        font-size: 1.3em
    }

        .follow li a:hover {
            color: #333
        }

.pagination .page.current, .tb_border2 {
    color: red;
    font-weight: 700
}

.tro_chuot {
    cursor: pointer
}

.main_menu li {
    padding: 0 10px
}

.pagination {
    font-family: Montserrat,HelveticaNeue,Helvetica Neue,sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: .1em;
    margin: 20px auto 0;
    text-align: center;
    font-size: .875em
}

    .pagination > span {
        display: inline-block;
        line-height: 1
    }

    .pagination a {
        display: block
    }

    .pagination .page.current, .pagination a {
        padding: 8px
    }

    .pagination .next, .pagination .prev {
        font-family: arial,helvetica,sans-serif
    }

.tb_border, .tb_border2, .tb_dem {
    display: inline-block;
    padding: 4px 10px;
    border: 1px solid #ddd;
    cursor: pointer
}

#mask, #popup, .close_kd, .icon_re1, .mda-h-search, .menu_kd, .move_left1, .repon1, .repon_left, .repon_mobi, .tel_bot_mobi {
    display: none
}

.tb_border2 {
    background-color: #eee
}

#popup {
    float: left;
    top: 50%;
    left: 50%;
    z-index: 99999 !important
}

#mask {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .8;
    z-index: 999
}

#popup .close, .btn_close {
    z-index: 99999999 !important;
    position: absolute
}

#popup .close {
    right: 0;
    opacity: 1
}

.btn_close {
    margin: -25px 0 0 -25px;
    cursor: pointer;
    display: block
}

.box_views {
    width: 400px;
    height: 300px;
    padding: 20px;
    background-color: #f95a9a;
    -moz-opacity: .98;
    opacity: .98;
    box-shadow: 0 0 12px #000;
    z-index: 0;
    position: relative
}

@media only screen and (max-width:767px) {
    .width_95_percent {
        width: 100%
    }
}

@media only screen and (max-width:575px) {
    .hotline_top {
        margin-top: -10px
    }

    .dangnhap_top {
        margin-top: -47px !important
    }

    .bn_logo {
        text-align: center !important
    }

        .bn_logo img {
            margin: 0 auto !important
        }
}

.mda-content {
    width: 100%;
    max-width: 1200px
}

#in_out_tour, .box_search, .width_90_percent {
    width: 90%;
    margin: 0 auto !important
}

.width_95_percent {
    width: 95%
}

#mda-header-bottom .mda-content ul {
    margin: 0 auto;
    text-align: center
}

    #mda-header-bottom .mda-content ul .mda-nav-style-group ul {
        text-align: left !important
    }

    #mda-header-bottom .mda-content ul li {
        float: none;
        display: inline-block;
        text-align: left
    }

.icon_re1, .repon1 {
    display: none !important
}

.mda-h-search, .move_left1, .repon_left, .repon_mobi, .show_767 {
    display: none
}

.text-nowrap {
    white-space: nowrap !important
}

.mda-item-type-14 li .mda-img-box-info .mda-name {
    height: 50px;
    overflow: hidden
}

#mda-tour .mda-price-tour-r .mda-table {
    width: 100% !important
}

    #mda-tour .mda-price-tour-r .mda-table tr:first-child {
        background-color: #ddd
    }

.mda-finish .mda-box-right {
    float: none;
    margin: 0 auto;
    width: 100%;
    max-width: 1024px
}

.thongbao thead > tr > th {
    vertical-align: middle
}

.mda-money_thongbao {
    font-size: 1.1em;
    font-weight: 700;
    color: #e30050
}

.padding_4 {
    padding: 4px
}

.padding_0_10 {
    padding: 0 10px
}

.padding_left_10 {
    padding-left: 10px
}

.padding_right_10 {
    padding-right: 10px
}

.mda-item-type-23 li .mda-box-type, .mda-item-type-23 li .mda-img-box {
    height: auto !important;
    padding-bottom: 5px
}

.mda-item-type-23 li .mda-img-box-info .mda-price .mda-lb {
    width: 80px
}

.mda-item-type-5 li, .mda-item-type-5 li .mda-img-box {
    height: auto
}

    .mda-item-type-5 li .mda-img-box {
        max-height: 270px;
        overflow: hidden
    }

.mda-item-type-11 li .mda-img-box, .mda-item-type-12 li .mda-img-box {
    height: auto;
    max-height: 205px
}

    .mda-item-type-11 li .mda-img-box img {
        height: 187px
    }

.mda-item-type-9 li .mda-img-box {
    height: auto
}

.mda-item-type-9 li h2 {
    height: 50px;
    overflow: hidden;
    line-height: 19px
}

.mda-item-type-9 li {
    height: auto
}

    .mda-item-type-9 li .mda-img-box img {
        height: 250px
    }

    .mda-item-type-9 li .mda-img-box-info .mda-info span, .mda-item-type-23 li .mda-img-box-info .mda-price .mda-lb .mda-btn-detail {
        white-space: nowrap
    }

.d-block, .main_sl {
    display: block !important
}

.text-white {
    color: #fff
}

.text-yellow {
    color: #ff0
}

.mda-info-title {
    color: #2698eb !important;
    font-size: 2em
}

.mda-detail-tour .mda-box-info .mda-silder {
    width: 835px
}

.tai_app {
    clear: both
}

.foobottom {
    padding: 20px 0;
    margin-right: 0;
    margin-left: 0
}

    .foobottom .col-md-6 {
        width: 49.5%;
        display: inline-block
    }

@media only screen and (max-width:1214px) {
    .mda-item-type-16 li .mda-img-box-info .mda-price .mda-lb {
        width: 130px
    }
}

@media only screen and (max-width:1154px) {
    #mda-header-bottom .mda-content ul li a.parent {
        padding: 15px 5px
    }

    #mda-header-bottom ul li:first-child {
        width: 58%;
        float: none;
        display: inline-block;
        margin-right: 2%
    }

    #mda-header-bottom ul li {
        float: none;
        display: inline-block
    }

    #mda-search-index .nav-tabs, #mda-search-index .tab-content > div {
        width: 95% !important
    }

    .mda-item-type-4 li {
        height: auto !important;
        padding-bottom: 10px !important;
        width: 33.33333%
    }

    .item_in_out_4 {
        display: none
    }
}

@media only screen and (max-width:1100px) {
    .mda-lb-animation, .t_con_3, .ttour {
        display: none !important
    }

    .mda-item-type-19 li {
        width: calc((100% - 46px)/ 2)
    }

    .mda-left {
        width: 200px
    }

        .mda-content-l, .mda-left .mda-left-box {
            padding: 10px 5px
        }

    .mda-right {
        width: calc(100% - 210px);
        margin-left: 10px
    }

        .mda-right .mda-box-top .mda-box-l {
            width: 20%
        }

        .mda-right .mda-box-top .mda-box-r {
            width: 80%
        }

    .mda-detail-tour .mda-box-info .mda-info-tour-l ul.nav li a {
        padding: 10px
    }

    .right_kd {
        width: calc(100% - 225px) !important
    }

    .mda-item-type-5 li .mda-img-box {
        max-height: 210px;
        overflow: hidden
    }

    .mda-item-type-11 li .mda-img-box-info .mda-name a {
        font-size: 13px
    }

    .mda-item-type-9 li .mda-img-box-info .mda-info span {
        width: 33.33333% !important
    }

    .mda-contact .mda-title li:first-of-type {
        width: 100%;
        float: none
    }

    .mda-contact .mda-title li:nth-of-type(2), .mda-contact .mda-title li:nth-of-type(3) {
        width: 47%;
        float: none;
        display: inline-block;
        padding-top: 10px
    }

    .mda-contact .mda-title li div.mda-box-big {
        color: #999 !important
    }

    .mda-contact .mda-title li:nth-of-type(3) {
        text-align: right
    }

    .mda-contact .mda-title {
        height: auto;
        background-position: right 80px;
        background-repeat: no-repeat;
        background-color: #eaecec
    }
}

@media only screen and (max-width:1050px) {
    #mda-search-index .nav-tabs, #mda-search-index .tab-content > div {
        width: 990px
    }

    .mda-item-type-14 li .mda-img-box-info p span.mda-price-l {
        font-size: 13px
    }

    .mda-item-type-14 li .mda-img-box-info p span.mda-price {
        font-size: 15px
    }

    .mda-day-other {
        display: block
    }
}

@media only screen and (max-width:1027px) {
    .item_5, .lam-visa {
        display: none !important
    }

    #mda-search-index .tab-content > div, .box_search {
        width: 990px;
        overflow: hidden
    }

    .mda-item-type-24 .mda-content-box .mda-content-item {
        float: left;
        width: 25%
    }

    .mda-lb .mda-btn-detail {
        padding: 5px 10px !important
    }
}

@media only screen and (max-width:1023px) {
    .mda-left {
        display: none
    }

    .left_kd, .left_tin {
        display: block
    }

    .right_tin {
        float: right !important
    }

    .mda-right {
        width: 100%
    }

    .mda-finish .mda-box-right {
        width: 90%
    }

    .mda-item-type-13 .mda-item-13, .mda-item-type-13 .mda-item-s-13 {
        width: calc((100% - 40px)/ 3)
    }

    .right_kd img {
        width: 90% !important;
        height: auto !important;
        margin: 0 auto !important
    }

    .right_kd table img {
        width: 100% !important
    }
}

@media only screen and (max-width:940px) {
    .item_last_3 {
        display: none
    }

    .mda-item-type-25 li {
        width: calc((100% - 20px)/ 2)
    }

    .mda-item-type-24 .mda-content-box .mda-content-item {
        width: 50%
    }

    .mda-list-news .mda-item-news .mda-news-content {
        width: calc((100% - 20px)/ 1);
        margin-left: 0
    }

    .mda-item-type-14 li {
        width: calc((100% - 30px)/ 2)
    }

    .left_tin {
        width: calc(65% - 25px) !important
    }

    .mda-news-d .mda-right {
        width: 35%
    }

    .mda-news-top h1 {
        font-size: 1.2em
    }
}

@media only screen and (max-width:900px) {
    .hide_900, .move_left {
        display: none
    }

    #mda-footer-logo, .mda-rating-footer {
        width: 50%;
        float: none;
        display: inline-block
    }

    #mda-nav-area #mda-nav-area-list > ul {
        width: 25%
    }

    .move_left1 {
        display: block
    }

    .mda-footer-row #mda-footer-title {
        clear: left;
        width: 90%;
        float: none;
        text-align: center;
        padding: 30px 0 0
    }

    .mda-footer-row .mda-footer-box {
        width: 50%
    }

    .mda-detail-tour .mda-box-info .mda-info-tour-l {
        width: 100%;
        float: none
    }

    .mda-item-type-11 li .mda-img-box-info .mda-name a, .mda-item-type-12 li .mda-img-box-info .mda-name a {
        font-size: 15px
    }

    .mda-detail-tour .mda-box-info .mda-info-tour-r {
        width: 100%
    }

    .mda-item-type-8 li {
        width: calc((100% - 20px)/ 2)
    }

        .mda-item-type-8 li:nth-of-type(2n) {
            margin-left: 20px
        }

        .mda-item-type-8 li .mda-img-box img {
            height: 250px
        }

        .mda-item-type-8 li .mda-img-box-info .mda-name {
            height: 50px
        }
}

@media only screen and (max-width:870px) {
    .mda-detail-tour .mda-box-info .mda-info .mda-info-general-r .mda-r-book a {
        padding: 7px 10px
    }

    .mda-detail-tour .mda-box-info .mda-info, .mda-detail-tour .mda-box-info .mda-silder {
        width: 100%;
        margin-left: 0;
        float: none
    }

    .mda-item-type-5 li .mda-img-box {
        max-height: 180px
    }

    .mda-item-type-11 li, .mda-item-type-12 li {
        width: calc((100% - 6px)/ 2)
    }

        .mda-item-type-11 li:nth-of-type(3), .mda-item-type-12 li:nth-of-type(3) {
            display: none
        }

    .mda-item-type-9 li {
        width: calc((100% - 26px)/ 2)
    }

        .mda-item-type-9 li:nth-of-type(1n), .mda-item-type-9 li:nth-of-type(3n) {
            margin-left: 0
        }

        .mda-item-type-9 li:nth-of-type(2n) {
            margin-left: 20px
        }

    .mda-detail-tour .mda-box-info .mda-price-tour-l, .mda-detail-tour .mda-box-info .mda-price-tour-r {
        width: 100%;
        float: none;
        margin-left: 0
    }

    .mda-search-box .mda-search-head {
        display: none !important
    }

    .mda-search-box li div {
        width: 100% !important;
        display: block !important;
        float: none !important;
        clear: left !important;
        text-align: left !important
    }

        .mda-search-box li div.mda-search-item-6 div, .mda-search-box li div.mda-search-item-7 p, .mda-search-box li div.mda-search-item-8 div {
            display: inline-block !important;
            width: auto !important
        }

        .mda-search-box li div.mda-search-item-1:first-of-type:before {
            content: "M\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\A2\E2\201A\AC\C2\A0\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\A2\E2\20AC\17E\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\201A\C2\A0\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\A1\C3\201A\C2\AC\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\BE\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\A1\C3\201A\C2\AC\C3\192\E2\20AC\161\C3\201A\C2\A0\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\E2\20AC\161\C3\201A\C2\AC\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\BE\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\A2\E2\201A\AC\C2\A0\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\A2\E2\20AC\17E\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\E2\20AC\161\C3\201A\C2\AC\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\A0\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\A1\C3\201A\C2\AC\C3\192\E2\20AC\A6\C3\201A\C2\A1\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\AC\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\A1\C3\201A\C2\AC\C3\192\E2\20AC\A6\C3\201A\C2\BE\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\A2\E2\201A\AC\C2\A0\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\A2\E2\20AC\17E\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\201A\C2\A0\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\A1\C3\201A\C2\AC\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\BE\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\A1\C3\201A\C2\AC\C3\192\E2\20AC\A6\C3\201A\C2\A1\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\AC\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\A0\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\A2\E2\201A\AC\C2\A0\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\A2\E2\20AC\17E\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\E2\20AC\161\C3\201A\C2\AC\C3\192\C6\2019\C3\A2\E2\201A\AC\C2\A6\C3\192\E2\20AC\161\C3\201A\C2\A1\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\AC\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\E2\20AC\161\C3\201A\C2\AC\C3\192\C6\2019\C3\A2\E2\201A\AC\C2\A6\C3\192\E2\20AC\161\C3\201A\C2\BE\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\A2\E2\201A\AC\C2\A0\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\A2\E2\20AC\17E\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\201A\C2\A0\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\A1\C3\201A\C2\AC\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\BE\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\A1\C3\201A\C2\AC\C3\192\E2\20AC\161\C3\201A\C2\A0\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\E2\20AC\161\C3\201A\C2\AC\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\BE\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\A2\E2\201A\AC\C2\A0\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\A2\E2\20AC\17E\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\E2\20AC\161\C3\201A\C2\AC\C3\192\C6\2019\C3\A2\E2\201A\AC\C2\A6\C3\192\E2\20AC\161\C3\201A\C2\A1\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\AC\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\A1\C3\201A\C2\AC\C3\192\E2\20AC\161\C3\201A\C2\A6\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\A1\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\A2\E2\201A\AC\C2\A0\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\A2\E2\20AC\17E\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\201A\C2\A0\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\A1\C3\201A\C2\AC\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\BE\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\A1\C3\201A\C2\AC\C3\192\E2\20AC\A6\C3\201A\C2\A1\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\AC\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\201A\C2\A6\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\A1\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\A2\E2\201A\AC\C2\A0\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\A2\E2\20AC\17E\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\E2\20AC\161\C3\201A\C2\AC\C3\192\C6\2019\C3\A2\E2\201A\AC\C2\A6\C3\192\E2\20AC\161\C3\201A\C2\A1\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\A1\C3\201A\C2\AC\C3\192\E2\20AC\A6\C3\201A\C2\A1\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\A3   tour: ";
            font-weight: 700;
            padding-top: 7px
        }

        .mda-search-box li div.mda-search-item-2:nth-of-type(2):before {
            content: "T\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\A2\E2\201A\AC\C2\A0\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\A2\E2\20AC\17E\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\201A\C2\A0\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\A1\C3\201A\C2\AC\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\BE\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\A1\C3\201A\C2\AC\C3\192\E2\20AC\161\C3\201A\C2\A0\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\E2\20AC\161\C3\201A\C2\AC\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\BE\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\A2\E2\201A\AC\C2\A0\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\A2\E2\20AC\17E\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\E2\20AC\161\C3\201A\C2\AC\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\A0\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\A1\C3\201A\C2\AC\C3\192\E2\20AC\A6\C3\201A\C2\A1\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\AC\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\A1\C3\201A\C2\AC\C3\192\E2\20AC\A6\C3\201A\C2\BE\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\A2\E2\201A\AC\C2\A0\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\A2\E2\20AC\17E\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\201A\C2\A0\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\A1\C3\201A\C2\AC\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\BE\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\A1\C3\201A\C2\AC\C3\192\E2\20AC\A6\C3\201A\C2\A1\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\AC\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\A0\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\A2\E2\201A\AC\C2\A0\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\A2\E2\20AC\17E\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\E2\20AC\161\C3\201A\C2\AC\C3\192\C6\2019\C3\A2\E2\201A\AC\C2\A6\C3\192\E2\20AC\161\C3\201A\C2\A1\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\AC\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\E2\20AC\161\C3\201A\C2\AC\C3\192\C6\2019\C3\A2\E2\201A\AC\C2\A6\C3\192\E2\20AC\161\C3\201A\C2\BE\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\A2\E2\201A\AC\C2\A0\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\A2\E2\20AC\17E\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\201A\C2\A0\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\A1\C3\201A\C2\AC\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\BE\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\A1\C3\201A\C2\AC\C3\192\E2\20AC\161\C3\201A\C2\A0\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\E2\20AC\161\C3\201A\C2\AC\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\BE\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\A2\E2\201A\AC\C2\A0\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\A2\E2\20AC\17E\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\E2\20AC\161\C3\201A\C2\AC\C3\192\C6\2019\C3\A2\E2\201A\AC\C2\A6\C3\192\E2\20AC\161\C3\201A\C2\A1\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\AC\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\A1\C3\201A\C2\AC\C3\192\E2\20AC\161\C3\201A\C2\A6\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\A1\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\A2\E2\201A\AC\C2\A0\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\A2\E2\20AC\17E\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\201A\C2\A0\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\A1\C3\201A\C2\AC\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\BE\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\A1\C3\201A\C2\AC\C3\192\E2\20AC\A6\C3\201A\C2\A1\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\AC\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\201A\C2\A6\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\A1\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\A2\E2\201A\AC\C2\A0\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\A2\E2\20AC\17E\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\E2\20AC\161\C3\201A\C2\AC\C3\192\C6\2019\C3\A2\E2\201A\AC\C2\A6\C3\192\E2\20AC\161\C3\201A\C2\A1\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\A1\C3\201A\C2\AC\C3\192\E2\20AC\A6\C3\201A\C2\A1\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\AAn tour: ";
            font-weight: 700;
            padding-top: 7px
        }

        .mda-search-box li div.mda-search-item-3:nth-of-type(3):before {
            content: "S\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\A2\E2\201A\AC\C2\A0\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\A2\E2\20AC\17E\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\201A\C2\A0\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\A1\C3\201A\C2\AC\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\BE\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\A1\C3\201A\C2\AC\C3\192\E2\20AC\161\C3\201A\C2\A0\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\E2\20AC\161\C3\201A\C2\AC\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\BE\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\A2\E2\201A\AC\C2\A0\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\A2\E2\20AC\17E\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\E2\20AC\161\C3\201A\C2\AC\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\A0\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\A1\C3\201A\C2\AC\C3\192\E2\20AC\A6\C3\201A\C2\A1\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\AC\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\A1\C3\201A\C2\AC\C3\192\E2\20AC\A6\C3\201A\C2\BE\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\A2\E2\201A\AC\C2\A0\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\A2\E2\20AC\17E\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\201A\C2\A0\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\A1\C3\201A\C2\AC\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\BE\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\A1\C3\201A\C2\AC\C3\192\E2\20AC\A6\C3\201A\C2\A1\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\AC\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\201A\C2\A6\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\A1\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\A2\E2\201A\AC\C2\A0\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\A2\E2\20AC\17E\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\E2\20AC\161\C3\201A\C2\AC\C3\192\C6\2019\C3\A2\E2\201A\AC\C2\A6\C3\192\E2\20AC\161\C3\201A\C2\A1\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\A1\C3\201A\C2\AC\C3\192\E2\20AC\A6\C3\201A\C2\A1\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\A1\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\A2\E2\201A\AC\C2\A0\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\A2\E2\20AC\17E\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\201A\C2\A0\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\A1\C3\201A\C2\AC\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\BE\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\A1\C3\201A\C2\AC\C3\192\E2\20AC\161\C3\201A\C2\A0\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\E2\20AC\161\C3\201A\C2\AC\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\BE\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\A2\E2\201A\AC\C2\A0\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\A2\E2\20AC\17E\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\E2\20AC\161\C3\201A\C2\AC\C3\192\C6\2019\C3\A2\E2\201A\AC\C2\A6\C3\192\E2\20AC\161\C3\201A\C2\A1\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\AC\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\A1\C3\201A\C2\AC\C3\192\E2\20AC\161\C3\201A\C2\A6\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\A1\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\A2\E2\201A\AC\C2\A0\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\A2\E2\20AC\17E\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\201A\C2\A0\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\A1\C3\201A\C2\AC\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\BE\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\A1\C3\201A\C2\AC\C3\192\E2\20AC\A6\C3\201A\C2\A1\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\AC\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\201A\C2\A6\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\A1\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\A2\E2\201A\AC\C2\A0\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\A2\E2\20AC\17E\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\E2\20AC\161\C3\201A\C2\AC\C3\192\C6\2019\C3\A2\E2\201A\AC\C2\A6\C3\192\E2\20AC\161\C3\201A\C2\A1\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\A1\C3\201A\C2\AC\C3\192\E2\20AC\A6\C3\201A\C2\A1\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\BB\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\A2\E2\201A\AC\C2\A0\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\A2\E2\20AC\17E\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\201A\C2\A0\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\A1\C3\201A\C2\AC\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\BE\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\A1\C3\201A\C2\AC\C3\192\E2\20AC\161\C3\201A\C2\A0\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\E2\20AC\161\C3\201A\C2\AC\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\BE\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\A2\E2\201A\AC\C2\A0\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\A2\E2\20AC\17E\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\E2\20AC\161\C3\201A\C2\AC\C3\192\C6\2019\C3\A2\E2\201A\AC\C2\A6\C3\192\E2\20AC\161\C3\201A\C2\A1\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\A1\C3\201A\C2\AC\C3\192\E2\20AC\A6\C3\201A\C2\A1\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\A2\E2\201A\AC\C2\A0\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\A2\E2\20AC\17E\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\201A\C2\A0\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\A1\C3\201A\C2\AC\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\BE\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\A1\C3\201A\C2\AC\C3\192\E2\20AC\A6\C3\201A\C2\A1\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\A2\E2\201A\AC\C2\A0\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\A2\E2\20AC\17E\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\E2\20AC\161\C3\201A\C2\AC\C3\192\C6\2019\C3\A2\E2\201A\AC\C2\A6\C3\192\E2\20AC\161\C3\201A\C2\A1\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\AC\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\A1\C3\201A\C2\AC\C3\192\E2\20AC\161\C3\201A\C2\A6\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\A1\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\A2\E2\201A\AC\C2\A0\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\A2\E2\20AC\17E\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\E2\20AC\161\C3\201A\C2\AC\C3\192\C6\2019\C3\A2\E2\201A\AC\C2\A6\C3\192\E2\20AC\161\C3\201A\C2\A1\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\A1\C3\201A\C2\AC\C3\192\E2\20AC\A6\C3\201A\C2\A1\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\AC\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\A2\E2\201A\AC\C2\A0\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\A2\E2\20AC\17E\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\201A\C2\A0\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\A1\C3\201A\C2\AC\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\BE\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\A1\C3\201A\C2\AC\C3\192\E2\20AC\A6\C3\201A\C2\A1\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\AC\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\B9\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\A2\E2\201A\AC\C2\A0\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\A2\E2\20AC\17E\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\E2\20AC\161\C3\201A\C2\AC\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\A6\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\A1\C3\201A\C2\AC\C3\192\E2\20AC\A6\C3\201A\C2\A1\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\AC\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\201A\C2\A6\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\A1\C3\201A\C2\AC\C3\192\E2\20AC\A6\C3\A2\E2\201A\AC\C5\201C   ng\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\A2\E2\201A\AC\C2\A0\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\A2\E2\20AC\17E\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\201A\C2\A0\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\A1\C3\201A\C2\AC\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\BE\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\A1\C3\201A\C2\AC\C3\192\E2\20AC\161\C3\201A\C2\A0\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\E2\20AC\161\C3\201A\C2\AC\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\BE\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\A2\E2\201A\AC\C2\A0\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\A2\E2\20AC\17E\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\E2\20AC\161\C3\201A\C2\AC\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\A0\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\A1\C3\201A\C2\AC\C3\192\E2\20AC\A6\C3\201A\C2\A1\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\AC\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\A1\C3\201A\C2\AC\C3\192\E2\20AC\A6\C3\201A\C2\BE\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\A2\E2\201A\AC\C2\A0\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\A2\E2\20AC\17E\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\201A\C2\A0\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\A1\C3\201A\C2\AC\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\BE\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\A1\C3\201A\C2\AC\C3\192\E2\20AC\A6\C3\201A\C2\A1\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\AC\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\A0\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\A2\E2\201A\AC\C2\A0\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\A2\E2\20AC\17E\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\E2\20AC\161\C3\201A\C2\AC\C3\192\C6\2019\C3\A2\E2\201A\AC\C2\A6\C3\192\E2\20AC\161\C3\201A\C2\A1\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\AC\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\E2\20AC\161\C3\201A\C2\AC\C3\192\C6\2019\C3\A2\E2\201A\AC\C2\A6\C3\192\E2\20AC\161\C3\201A\C2\BE\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\A2   y: ";
            font-weight: 700;
            padding-top: 7px
        }

        .mda-search-box li div.mda-search-item-4:nth-of-type(4):before {
            content: "Ng\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\A2\E2\201A\AC\C2\A0\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\A2\E2\20AC\17E\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\201A\C2\A0\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\A1\C3\201A\C2\AC\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\BE\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\A1\C3\201A\C2\AC\C3\192\E2\20AC\161\C3\201A\C2\A0\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\E2\20AC\161\C3\201A\C2\AC\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\BE\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\A2\E2\201A\AC\C2\A0\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\A2\E2\20AC\17E\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\E2\20AC\161\C3\201A\C2\AC\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\A0\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\A1\C3\201A\C2\AC\C3\192\E2\20AC\A6\C3\201A\C2\A1\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\AC\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\A1\C3\201A\C2\AC\C3\192\E2\20AC\A6\C3\201A\C2\BE\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\A2\E2\201A\AC\C2\A0\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\A2\E2\20AC\17E\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\201A\C2\A0\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\A1\C3\201A\C2\AC\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\BE\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\A1\C3\201A\C2\AC\C3\192\E2\20AC\A6\C3\201A\C2\A1\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\AC\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\A0\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\A2\E2\201A\AC\C2\A0\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\A2\E2\20AC\17E\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\E2\20AC\161\C3\201A\C2\AC\C3\192\C6\2019\C3\A2\E2\201A\AC\C2\A6\C3\192\E2\20AC\161\C3\201A\C2\A1\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\AC\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\E2\20AC\161\C3\201A\C2\AC\C3\192\C6\2019\C3\A2\E2\201A\AC\C2\A6\C3\192\E2\20AC\161\C3\201A\C2\BE\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\A2   y \C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\A2\E2\201A\AC\C2\A0\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\A2\E2\20AC\17E\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\201A\C2\A0\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\A1\C3\201A\C2\AC\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\BE\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\A1\C3\201A\C2\AC\C3\192\E2\20AC\161\C3\201A\C2\A0\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\E2\20AC\161\C3\201A\C2\AC\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\BE\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\A2\E2\201A\AC\C2\A0\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\A2\E2\20AC\17E\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\E2\20AC\161\C3\201A\C2\AC\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\A0\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\A1\C3\201A\C2\AC\C3\192\E2\20AC\A6\C3\201A\C2\A1\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\AC\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\A1\C3\201A\C2\AC\C3\192\E2\20AC\A6\C3\201A\C2\BE\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\A2\E2\201A\AC\C2\A0\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\A2\E2\20AC\17E\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\201A\C2\A0\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\A1\C3\201A\C2\AC\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\BE\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\A1\C3\201A\C2\AC\C3\192\E2\20AC\A6\C3\201A\C2\A1\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\A2\E2\201A\AC\C2\A0\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\A2\E2\20AC\17E\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\A1\C3\201A\C2\AC\C3\192\E2\20AC\A6\C3\201A\C2\A1\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\AC\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\201A\C2\A6\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\A1\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\A1\C3\201A\C2\AC\C3\192\E2\20AC\A6\C3\201A\C2\A1\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\AC\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\A2\E2\201A\AC\C2\A0\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\A2\E2\20AC\17E\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\E2\20AC\161\C3\201A\C2\AC\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\A6\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\A1\C3\201A\C2\AC\C3\192\E2\20AC\A6\C3\201A\C2\A1\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\BE\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\A2\E2\201A\AC\C2\A0\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\A2\E2\20AC\17E\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\201A\C2\A0\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\A1\C3\201A\C2\AC\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\BE\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\A1\C3\201A\C2\AC\C3\192\E2\20AC\161\C3\201A\C2\A0\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\E2\20AC\161\C3\201A\C2\AC\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\BE\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\A2\E2\201A\AC\C2\A0\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\A2\E2\20AC\17E\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\E2\20AC\161\C3\201A\C2\AC\C3\192\C6\2019\C3\A2\E2\201A\AC\C2\A6\C3\192\E2\20AC\161\C3\201A\C2\A1\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\A1\C3\201A\C2\AC\C3\192\E2\20AC\A6\C3\201A\C2\A1\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\A2\E2\201A\AC\C2\A0\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\A2\E2\20AC\17E\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\201A\C2\A0\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\A1\C3\201A\C2\AC\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\BE\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\A1\C3\201A\C2\AC\C3\192\E2\20AC\A6\C3\201A\C2\A1\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\A2\E2\201A\AC\C2\A0\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\A2\E2\20AC\17E\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\E2\20AC\161\C3\201A\C2\AC\C3\192\C6\2019\C3\A2\E2\201A\AC\C2\A6\C3\192\E2\20AC\161\C3\201A\C2\A1\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\AC\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\A1\C3\201A\C2\AC\C3\192\E2\20AC\161\C3\201A\C2\A6\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\A1\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\A2\E2\201A\AC\C2\A0\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\A2\E2\20AC\17E\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\E2\20AC\161\C3\201A\C2\AC\C3\192\C6\2019\C3\A2\E2\201A\AC\C2\A6\C3\192\E2\20AC\161\C3\201A\C2\A1\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\A1\C3\201A\C2\AC\C3\192\E2\20AC\A6\C3\201A\C2\A1\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\AC\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\A2\E2\201A\AC\C2\A0\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\A2\E2\20AC\17E\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\201A\C2\A0\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\A1\C3\201A\C2\AC\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\BE\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\A1\C3\201A\C2\AC\C3\192\E2\20AC\A6\C3\201A\C2\A1\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\AC\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\B9\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\A2\E2\201A\AC\C2\A0\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\A2\E2\20AC\17E\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\E2\20AC\161\C3\201A\C2\AC\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\A6\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\A1\C3\201A\C2\AC\C3\192\E2\20AC\A6\C3\201A\C2\A1\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\AC\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\201A\C2\A6\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\A1\C3\201A\C2\AC\C3\192\E2\20AC\A6\C3\A2\E2\201A\AC\C5\201Ci: ";
            font-weight: 700;
            padding-top: 7px
        }

        .mda-search-box li div.mda-search-item-5:nth-of-type(5):before {
            content: "Ng\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\A2\E2\201A\AC\C2\A0\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\A2\E2\20AC\17E\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\201A\C2\A0\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\A1\C3\201A\C2\AC\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\BE\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\A1\C3\201A\C2\AC\C3\192\E2\20AC\161\C3\201A\C2\A0\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\E2\20AC\161\C3\201A\C2\AC\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\BE\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\A2\E2\201A\AC\C2\A0\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\A2\E2\20AC\17E\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\E2\20AC\161\C3\201A\C2\AC\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\A0\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\A1\C3\201A\C2\AC\C3\192\E2\20AC\A6\C3\201A\C2\A1\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\AC\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\A1\C3\201A\C2\AC\C3\192\E2\20AC\A6\C3\201A\C2\BE\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\A2\E2\201A\AC\C2\A0\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\A2\E2\20AC\17E\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\201A\C2\A0\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\A1\C3\201A\C2\AC\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\BE\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\A1\C3\201A\C2\AC\C3\192\E2\20AC\A6\C3\201A\C2\A1\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\AC\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\A0\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\A2\E2\201A\AC\C2\A0\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\A2\E2\20AC\17E\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\E2\20AC\161\C3\201A\C2\AC\C3\192\C6\2019\C3\A2\E2\201A\AC\C2\A6\C3\192\E2\20AC\161\C3\201A\C2\A1\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\AC\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\E2\20AC\161\C3\201A\C2\AC\C3\192\C6\2019\C3\A2\E2\201A\AC\C2\A6\C3\192\E2\20AC\161\C3\201A\C2\BE\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\A2   y v\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\A2\E2\201A\AC\C2\A0\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\A2\E2\20AC\17E\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\201A\C2\A0\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\A1\C3\201A\C2\AC\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\BE\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\A1\C3\201A\C2\AC\C3\192\E2\20AC\161\C3\201A\C2\A0\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\E2\20AC\161\C3\201A\C2\AC\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\BE\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\A2\E2\201A\AC\C2\A0\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\A2\E2\20AC\17E\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\E2\20AC\161\C3\201A\C2\AC\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\A0\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\A1\C3\201A\C2\AC\C3\192\E2\20AC\A6\C3\201A\C2\A1\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\AC\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\A1\C3\201A\C2\AC\C3\192\E2\20AC\A6\C3\201A\C2\BE\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\A2\E2\201A\AC\C2\A0\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\A2\E2\20AC\17E\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\201A\C2\A0\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\A1\C3\201A\C2\AC\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\BE\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\A1\C3\201A\C2\AC\C3\192\E2\20AC\A6\C3\201A\C2\A1\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\AC\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\201A\C2\A6\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\A1\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\A2\E2\201A\AC\C2\A0\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\A2\E2\20AC\17E\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\E2\20AC\161\C3\201A\C2\AC\C3\192\C6\2019\C3\A2\E2\201A\AC\C2\A6\C3\192\E2\20AC\161\C3\201A\C2\A1\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\A1\C3\201A\C2\AC\C3\192\E2\20AC\A6\C3\201A\C2\A1\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\A1\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\A2\E2\201A\AC\C2\A0\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\A2\E2\20AC\17E\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\201A\C2\A0\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\A1\C3\201A\C2\AC\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\BE\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\A1\C3\201A\C2\AC\C3\192\E2\20AC\161\C3\201A\C2\A0\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\E2\20AC\161\C3\201A\C2\AC\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\BE\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\A2\E2\201A\AC\C2\A0\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\A2\E2\20AC\17E\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\E2\20AC\161\C3\201A\C2\AC\C3\192\C6\2019\C3\A2\E2\201A\AC\C2\A6\C3\192\E2\20AC\161\C3\201A\C2\A1\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\AC\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\A1\C3\201A\C2\AC\C3\192\E2\20AC\161\C3\201A\C2\A6\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\A1\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\A2\E2\201A\AC\C2\A0\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\A2\E2\20AC\17E\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\201A\C2\A0\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\A1\C3\201A\C2\AC\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\BE\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\A1\C3\201A\C2\AC\C3\192\E2\20AC\A6\C3\201A\C2\A1\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\AC\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\201A\C2\A6\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\A1\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\A2\E2\201A\AC\C2\A0\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\A2\E2\20AC\17E\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\E2\20AC\161\C3\201A\C2\AC\C3\192\C6\2019\C3\A2\E2\201A\AC\C2\A6\C3\192\E2\20AC\161\C3\201A\C2\A1\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\A1\C3\201A\C2\AC\C3\192\E2\20AC\A6\C3\201A\C2\A1\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\BB\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\A2\E2\201A\AC\C2\A0\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\A2\E2\20AC\17E\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\201A\C2\A0\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\A1\C3\201A\C2\AC\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\BE\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\A1\C3\201A\C2\AC\C3\192\E2\20AC\161\C3\201A\C2\A0\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\E2\20AC\161\C3\201A\C2\AC\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\BE\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\A2\E2\201A\AC\C2\A0\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\A2\E2\20AC\17E\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\E2\20AC\161\C3\201A\C2\AC\C3\192\C6\2019\C3\A2\E2\201A\AC\C2\A6\C3\192\E2\20AC\161\C3\201A\C2\A1\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\AC\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\A1\C3\201A\C2\AC\C3\192\E2\20AC\161\C3\201A\C2\A6\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\A1\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\A2\E2\201A\AC\C2\A0\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\A2\E2\20AC\17E\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\201A\C2\A0\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\A1\C3\201A\C2\AC\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\BE\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\A1\C3\201A\C2\AC\C3\192\E2\20AC\A6\C3\201A\C2\A1\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\AC\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\201A\C2\A6\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\A1\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\A2\E2\201A\AC\C2\A0\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\A2\E2\20AC\17E\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\E2\20AC\161\C3\201A\C2\AC\C3\192\C6\2019\C3\A2\E2\201A\AC\C2\A6\C3\192\E2\20AC\161\C3\201A\C2\A1\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\A1\C3\201A\C2\AC\C3\192\E2\20AC\A6\C3\201A\C2\A1\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\81: ";
            font-weight: 700;
            padding-top: 7px
        }

        .mda-search-box li div.mda-search-item-6:nth-of-type(6):before {
            content: "Gi\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\A2\E2\201A\AC\C2\A0\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\A2\E2\20AC\17E\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\201A\C2\A0\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\A1\C3\201A\C2\AC\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\BE\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\A1\C3\201A\C2\AC\C3\192\E2\20AC\161\C3\201A\C2\A0\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\E2\20AC\161\C3\201A\C2\AC\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\BE\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\A2\E2\201A\AC\C2\A0\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\A2\E2\20AC\17E\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\E2\20AC\161\C3\201A\C2\AC\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\A0\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\A1\C3\201A\C2\AC\C3\192\E2\20AC\A6\C3\201A\C2\A1\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\AC\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\A1\C3\201A\C2\AC\C3\192\E2\20AC\A6\C3\201A\C2\BE\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\A2\E2\201A\AC\C2\A0\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\A2\E2\20AC\17E\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\201A\C2\A0\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\A1\C3\201A\C2\AC\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\BE\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\A1\C3\201A\C2\AC\C3\192\E2\20AC\A6\C3\201A\C2\A1\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\AC\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\A0\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\A2\E2\201A\AC\C2\A0\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\A2\E2\20AC\17E\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\E2\20AC\161\C3\201A\C2\AC\C3\192\C6\2019\C3\A2\E2\201A\AC\C2\A6\C3\192\E2\20AC\161\C3\201A\C2\A1\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\AC\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\E2\20AC\161\C3\201A\C2\AC\C3\192\C6\2019\C3\A2\E2\201A\AC\C2\A6\C3\192\E2\20AC\161\C3\201A\C2\BE\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\A2\E2\201A\AC\C2\A0\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\A2\E2\20AC\17E\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\201A\C2\A0\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\A1\C3\201A\C2\AC\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\BE\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\A1\C3\201A\C2\AC\C3\192\E2\20AC\161\C3\201A\C2\A0\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\E2\20AC\161\C3\201A\C2\AC\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\BE\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\A2\E2\201A\AC\C2\A0\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\A2\E2\20AC\17E\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\E2\20AC\161\C3\201A\C2\AC\C3\192\C6\2019\C3\A2\E2\201A\AC\C2\A6\C3\192\E2\20AC\161\C3\201A\C2\A1\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\AC\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\A1\C3\201A\C2\AC\C3\192\E2\20AC\161\C3\201A\C2\A6\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\A1\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\A2\E2\201A\AC\C2\A0\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\A2\E2\20AC\17E\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\201A\C2\A0\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\A1\C3\201A\C2\AC\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\BE\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\A1\C3\201A\C2\AC\C3\192\E2\20AC\A6\C3\201A\C2\A1\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\AC\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\201A\C2\A6\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\A1\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\A2\E2\201A\AC\C2\A0\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\A2\E2\20AC\17E\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\E2\20AC\161\C3\201A\C2\AC\C3\192\C6\2019\C3\A2\E2\201A\AC\C2\A6\C3\192\E2\20AC\161\C3\201A\C2\A1\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\A1\C3\201A\C2\AC\C3\192\E2\20AC\A6\C3\201A\C2\A1\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\A1: ";
            font-weight: 700;
            padding-top: 7px
        }

        .mda-search-box li div.mda-search-item-7:nth-of-type(7):before {
            content: "S\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\A2\E2\201A\AC\C2\A0\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\A2\E2\20AC\17E\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\201A\C2\A0\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\A1\C3\201A\C2\AC\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\BE\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\A1\C3\201A\C2\AC\C3\192\E2\20AC\161\C3\201A\C2\A0\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\E2\20AC\161\C3\201A\C2\AC\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\BE\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\A2\E2\201A\AC\C2\A0\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\A2\E2\20AC\17E\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\E2\20AC\161\C3\201A\C2\AC\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\A0\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\A1\C3\201A\C2\AC\C3\192\E2\20AC\A6\C3\201A\C2\A1\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\AC\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\A1\C3\201A\C2\AC\C3\192\E2\20AC\A6\C3\201A\C2\BE\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\A2\E2\201A\AC\C2\A0\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\A2\E2\20AC\17E\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\201A\C2\A0\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\A1\C3\201A\C2\AC\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\BE\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\A1\C3\201A\C2\AC\C3\192\E2\20AC\A6\C3\201A\C2\A1\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\AC\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\201A\C2\A6\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\A1\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\A2\E2\201A\AC\C2\A0\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\A2\E2\20AC\17E\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\E2\20AC\161\C3\201A\C2\AC\C3\192\C6\2019\C3\A2\E2\201A\AC\C2\A6\C3\192\E2\20AC\161\C3\201A\C2\A1\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\A1\C3\201A\C2\AC\C3\192\E2\20AC\A6\C3\201A\C2\A1\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\A1\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\A2\E2\201A\AC\C2\A0\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\A2\E2\20AC\17E\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\201A\C2\A0\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\A1\C3\201A\C2\AC\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\BE\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\A1\C3\201A\C2\AC\C3\192\E2\20AC\161\C3\201A\C2\A0\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\E2\20AC\161\C3\201A\C2\AC\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\BE\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\A2\E2\201A\AC\C2\A0\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\A2\E2\20AC\17E\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\E2\20AC\161\C3\201A\C2\AC\C3\192\C6\2019\C3\A2\E2\201A\AC\C2\A6\C3\192\E2\20AC\161\C3\201A\C2\A1\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\AC\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\A1\C3\201A\C2\AC\C3\192\E2\20AC\161\C3\201A\C2\A6\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\A1\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\A2\E2\201A\AC\C2\A0\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\A2\E2\20AC\17E\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\201A\C2\A0\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\A1\C3\201A\C2\AC\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\BE\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\A1\C3\201A\C2\AC\C3\192\E2\20AC\A6\C3\201A\C2\A1\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\AC\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\201A\C2\A6\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\A1\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\A2\E2\201A\AC\C2\A0\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\A2\E2\20AC\17E\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\E2\20AC\161\C3\201A\C2\AC\C3\192\C6\2019\C3\A2\E2\201A\AC\C2\A6\C3\192\E2\20AC\161\C3\201A\C2\A1\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\A1\C3\201A\C2\AC\C3\192\E2\20AC\A6\C3\201A\C2\A1\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\BB\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\A2\E2\201A\AC\C2\A0\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\A2\E2\20AC\17E\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\201A\C2\A0\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\A1\C3\201A\C2\AC\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\BE\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\A1\C3\201A\C2\AC\C3\192\E2\20AC\161\C3\201A\C2\A0\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\E2\20AC\161\C3\201A\C2\AC\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\BE\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\A2\E2\201A\AC\C2\A0\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\A2\E2\20AC\17E\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\E2\20AC\161\C3\201A\C2\AC\C3\192\C6\2019\C3\A2\E2\201A\AC\C2\A6\C3\192\E2\20AC\161\C3\201A\C2\A1\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\A1\C3\201A\C2\AC\C3\192\E2\20AC\A6\C3\201A\C2\A1\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\A2\E2\201A\AC\C2\A0\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\A2\E2\20AC\17E\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\201A\C2\A0\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\A1\C3\201A\C2\AC\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\BE\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\A1\C3\201A\C2\AC\C3\192\E2\20AC\A6\C3\201A\C2\A1\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\A2\E2\201A\AC\C2\A0\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\A2\E2\20AC\17E\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\E2\20AC\161\C3\201A\C2\AC\C3\192\C6\2019\C3\A2\E2\201A\AC\C2\A6\C3\192\E2\20AC\161\C3\201A\C2\A1\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\AC\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\FFFD@\5BC\2\0\0\0\0@\5BC\2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\FFFD\FFFD\FFFD\2\0\0\0\0\0\0\0\0\0\0\0\0   S\FFFD\2\0\0\0\0\FFFD\5BC\2\0\0\0\0\0\0\0\0\0\0\0\0`\5BC\2\0\0\0\0\0@\0\0\0\0\0\0`\5BC\2\0\0\0\0\0\0\0\0\0\0\0\0\C2\AC\C3\2026\C2\A1\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\A1\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\A2\E2\201A\AC\C2\A0\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\A2\E2\20AC\17E\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\E2\20AC\161\C3\201A\C2\AC\C3\192\C6\2019\C3\A2\E2\201A\AC\C2\A6\C3\192\E2\20AC\161\C3\201A\C2\A1\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\A1\C3\201A\C2\AC\C3\192\E2\20AC\A6\C3\201A\C2\A1\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\AC\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\A2\E2\201A\AC\C2\A0\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\A2\E2\20AC\17E\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\201A\C2\A0\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\A1\C3\201A\C2\AC\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\BE\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\A1\C3\201A\C2\AC\C3\192\E2\20AC\A6\C3\201A\C2\A1\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\AC\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\B9\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\A2\E2\201A\AC\C2\A0\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\A2\E2\20AC\17E\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\E2\20AC\161\C3\201A\C2\AC\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\A6\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\A1\C3\201A\C2\AC\C3\192\E2\20AC\A6\C3\201A\C2\A1\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\AC\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\201A\C2\A6\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\A1\C3\201A\C2\AC\C3\192\E2\20AC\A6\C3\A2\E2\201A\AC\C5\201C   ch\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\A2\E2\201A\AC\C2\A0\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\A2\E2\20AC\17E\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\201A\C2\A0\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\A1\C3\201A\C2\AC\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\BE\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\A1\C3\201A\C2\AC\C3\192\E2\20AC\161\C3\201A\C2\A0\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\E2\20AC\161\C3\201A\C2\AC\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\BE\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\A2\E2\201A\AC\C2\A0\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\A2\E2\20AC\17E\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\E2\20AC\161\C3\201A\C2\AC\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\A0\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\A1\C3\201A\C2\AC\C3\192\E2\20AC\A6\C3\201A\C2\A1\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\AC\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\A1\C3\201A\C2\AC\C3\192\E2\20AC\A6\C3\201A\C2\BE\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\A2\E2\201A\AC\C2\A0\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\A2\E2\20AC\17E\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\201A\C2\A0\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\A1\C3\201A\C2\AC\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\BE\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\A1\C3\201A\C2\AC\C3\192\E2\20AC\A6\C3\201A\C2\A1\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\AC\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\201A\C2\A6\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\A1\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\A2\E2\201A\AC\C2\A0\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\A2\E2\20AC\17E\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\E2\20AC\161\C3\201A\C2\AC\C3\192\C6\2019\C3\A2\E2\201A\AC\C2\A6\C3\192\E2\20AC\161\C3\201A\C2\A1\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\A1\C3\201A\C2\AC\C3\192\E2\20AC\A6\C3\201A\C2\A1\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\A1\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\A2\E2\201A\AC\C2\A0\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\A2\E2\20AC\17E\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\201A\C2\A0\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\A1\C3\201A\C2\AC\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\BE\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\A1\C3\201A\C2\AC\C3\192\E2\20AC\161\C3\201A\C2\A0\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\E2\20AC\161\C3\201A\C2\AC\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\BE\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\A2\E2\201A\AC\C2\A0\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\A2\E2\20AC\17E\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\E2\20AC\161\C3\201A\C2\AC\C3\192\C6\2019\C3\A2\E2\201A\AC\C2\A6\C3\192\E2\20AC\161\C3\201A\C2\A1\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\AC\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\A1\C3\201A\C2\AC\C3\192\E2\20AC\161\C3\201A\C2\A6\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\A1\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\A2\E2\201A\AC\C2\A0\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\A2\E2\20AC\17E\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\201A\C2\A0\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\A1\C3\201A\C2\AC\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\BE\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\A1\C3\201A\C2\AC\C3\192\E2\20AC\A6\C3\201A\C2\A1\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\AC\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\201A\C2\A6\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\A1\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\A2\E2\201A\AC\C2\A0\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\A2\E2\20AC\17E\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\E2\20AC\161\C3\201A\C2\AC\C3\192\C6\2019\C3\A2\E2\201A\AC\C2\A6\C3\192\E2\20AC\161\C3\201A\C2\A1\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\A1\C3\201A\C2\AC\C3\192\E2\20AC\A6\C3\201A\C2\A1\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\BB\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\A2\E2\201A\AC\C2\A0\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\A2\E2\20AC\17E\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\201A\C2\A0\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\A1\C3\201A\C2\AC\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\BE\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\A1\C3\201A\C2\AC\C3\192\E2\20AC\161\C3\201A\C2\A0\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\E2\20AC\161\C3\201A\C2\AC\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\BE\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\A2\E2\201A\AC\C2\A0\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\A2\E2\20AC\17E\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\E2\20AC\161\C3\201A\C2\AC\C3\192\C6\2019\C3\A2\E2\201A\AC\C2\A6\C3\192\E2\20AC\161\C3\201A\C2\A1\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\A1\C3\201A\C2\AC\C3\192\E2\20AC\A6\C3\201A\C2\A1\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\A2\E2\201A\AC\C2\A0\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\A2\E2\20AC\17E\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\201A\C2\A0\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\A1\C3\201A\C2\AC\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\BE\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\A1\C3\201A\C2\AC\C3\192\E2\20AC\A6\C3\201A\C2\A1\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\A2\E2\201A\AC\C2\A0\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\A2\E2\20AC\17E\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\E2\20AC\161\C3\201A\C2\AC\C3\192\C6\2019\C3\A2\E2\201A\AC\C2\A6\C3\192\E2\20AC\161\C3\201A\C2\A1\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\AC\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\A1\C3\201A\C2\AC\C3\192\E2\20AC\161\C3\201A\C2\A6\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\A1\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\A2\E2\201A\AC\C2\A0\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\A2\E2\20AC\17E\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\E2\20AC\161\C3\201A\C2\AC\C3\192\C6\2019\C3\A2\E2\201A\AC\C2\A6\C3\192\E2\20AC\161\C3\201A\C2\A1\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\A1\C3\201A\C2\AC\C3\192\E2\20AC\A6\C3\201A\C2\A1\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\AC\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\A2\E2\201A\AC\C2\A0\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\A2\E2\20AC\17E\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\201A\C2\A0\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\A1\C3\201A\C2\AC\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\BE\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\A1\C3\201A\C2\AC\C3\192\E2\20AC\A6\C3\201A\C2\A1\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\A2\E2\201A\AC\C2\A0\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\A2\E2\20AC\17E\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\A1\C3\201A\C2\AC\C3\192\E2\20AC\A6\C3\201A\C2\A1\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\AC\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\201A\C2\A6\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\A1\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\A1\C3\201A\C2\AC\C3\192\E2\20AC\A6\C3\201A\C2\A1\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\AC\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\A2\E2\201A\AC\C2\A0\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\A2\E2\20AC\17E\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\E2\20AC\161\C3\201A\C2\AC\C3\192\C6\2019\C3\A2\E2\201A\AC\C2\A6\C3\192\E2\20AC\161\C3\201A\C2\A1\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\A1\C3\201A\C2\AC\C3\192\E2\20AC\A6\C3\201A\C2\A1\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\9D   c\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\A2\E2\201A\AC\C2\A0\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\A2\E2\20AC\17E\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\201A\C2\A0\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\A1\C3\201A\C2\AC\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\BE\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\A1\C3\201A\C2\AC\C3\192\E2\20AC\161\C3\201A\C2\A0\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\E2\20AC\161\C3\201A\C2\AC\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\BE\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\A2\E2\201A\AC\C2\A0\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\A2\E2\20AC\17E\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\E2\20AC\161\C3\201A\C2\AC\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\A0\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\A1\C3\201A\C2\AC\C3\192\E2\20AC\A6\C3\201A\C2\A1\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\AC\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\A1\C3\201A\C2\AC\C3\192\E2\20AC\A6\C3\201A\C2\BE\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\A2\E2\201A\AC\C2\A0\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\A2\E2\20AC\17E\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\201A\C2\A0\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\A1\C3\201A\C2\AC\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\BE\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\A1\C3\201A\C2\AC\C3\192\E2\20AC\A6\C3\201A\C2\A1\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\AC\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\A0\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\A2\E2\201A\AC\C2\A0\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\A2\E2\20AC\17E\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\E2\20AC\161\C3\201A\C2\AC\C3\192\C6\2019\C3\A2\E2\201A\AC\C2\A6\C3\192\E2\20AC\161\C3\201A\C2\A1\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\AC\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\E2\20AC\161\C3\201A\C2\AC\C3\192\C6\2019\C3\A2\E2\201A\AC\C2\A6\C3\192\E2\20AC\161\C3\201A\C2\BE\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\A2\E2\201A\AC\C2\A0\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\A2\E2\20AC\17E\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\201A\C2\A0\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\A1\C3\201A\C2\AC\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\BE\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\A1\C3\201A\C2\AC\C3\192\E2\20AC\161\C3\201A\C2\A0\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\E2\20AC\161\C3\201A\C2\AC\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\BE\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\A2\E2\201A\AC\C2\A0\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\A2\E2\20AC\17E\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\E2\20AC\161\C3\201A\C2\AC\C3\192\C6\2019\C3\A2\E2\201A\AC\C2\A6\C3\192\E2\20AC\161\C3\201A\C2\A1\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\AC\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\A1\C3\201A\C2\AC\C3\192\E2\20AC\161\C3\201A\C2\A6\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\A1\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\A2\E2\201A\AC\C2\A0\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\A2\E2\20AC\17E\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\201A\C2\A0\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\A1\C3\201A\C2\AC\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\BE\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\A1\C3\201A\C2\AC\C3\192\E2\20AC\A6\C3\201A\C2\A1\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\AC\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\201A\C2\A6\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\A1\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\A2\E2\201A\AC\C2\A0\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\A2\E2\20AC\17E\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\E2\20AC\161\C3\201A\C2\AC\C3\192\C6\2019\C3\A2\E2\201A\AC\C2\A6\C3\192\E2\20AC\161\C3\201A\C2\A1\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\A1\C3\201A\C2\AC\C3\192\E2\20AC\A6\C3\201A\C2\A1\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\B2n nh\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\A2\E2\201A\AC\C2\A0\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\A2\E2\20AC\17E\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\201A\C2\A0\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\A1\C3\201A\C2\AC\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\BE\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\A1\C3\201A\C2\AC\C3\192\E2\20AC\161\C3\201A\C2\A0\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\E2\20AC\161\C3\201A\C2\AC\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\BE\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\A2\E2\201A\AC\C2\A0\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\A2\E2\20AC\17E\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\E2\20AC\161\C3\201A\C2\AC\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\A0\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\A1\C3\201A\C2\AC\C3\192\E2\20AC\A6\C3\201A\C2\A1\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\AC\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\A1\C3\201A\C2\AC\C3\192\E2\20AC\A6\C3\201A\C2\BE\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\A2\E2\201A\AC\C2\A0\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\A2\E2\20AC\17E\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\201A\C2\A0\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\A1\C3\201A\C2\AC\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\BE\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\A1\C3\201A\C2\AC\C3\192\E2\20AC\A6\C3\201A\C2\A1\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\AC\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\201A\C2\A6\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\A1\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\A2\E2\201A\AC\C2\A0\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\A2\E2\20AC\17E\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\E2\20AC\161\C3\201A\C2\AC\C3\192\C6\2019\C3\A2\E2\201A\AC\C2\A6\C3\192\E2\20AC\161\C3\201A\C2\A1\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\A1\C3\201A\C2\AC\C3\192\E2\20AC\A6\C3\201A\C2\A1\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\A1\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\A2\E2\201A\AC\C2\A0\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\A2\E2\20AC\17E\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\201A\C2\A0\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\A1\C3\201A\C2\AC\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\BE\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\A1\C3\201A\C2\AC\C3\192\E2\20AC\161\C3\201A\C2\A0\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\E2\20AC\161\C3\201A\C2\AC\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\BE\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\A2\E2\201A\AC\C2\A0\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\A2\E2\20AC\17E\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\E2\20AC\161\C3\201A\C2\AC\C3\192\C6\2019\C3\A2\E2\201A\AC\C2\A6\C3\192\E2\20AC\161\C3\201A\C2\A1\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\AC\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\A1\C3\201A\C2\AC\C3\192\E2\20AC\161\C3\201A\C2\A6\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\A1\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\A2\E2\201A\AC\C2\A0\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\A2\E2\20AC\17E\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\201A\C2\A0\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\A1\C3\201A\C2\AC\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\BE\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\A1\C3\201A\C2\AC\C3\192\E2\20AC\A6\C3\201A\C2\A1\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\AC\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\201A\C2\A6\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\A1\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\A2\E2\201A\AC\C2\A0\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\A2\E2\20AC\17E\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\E2\20AC\161\C3\201A\C2\AC\C3\192\C6\2019\C3\A2\E2\201A\AC\C2\A6\C3\192\E2\20AC\161\C3\201A\C2\A1\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\A1\C3\201A\C2\AC\C3\192\E2\20AC\A6\C3\201A\C2\A1\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\BA\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\A2\E2\201A\AC\C2\A0\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\A2\E2\20AC\17E\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\201A\C2\A0\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\A1\C3\201A\C2\AC\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\BE\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\A1\C3\201A\C2\AC\C3\192\E2\20AC\161\C3\201A\C2\A0\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\E2\20AC\161\C3\201A\C2\AC\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\BE\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\A2\E2\201A\AC\C2\A0\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\A2\E2\20AC\17E\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\E2\20AC\161\C3\201A\C2\AC\C3\192\C6\2019\C3\A2\E2\201A\AC\C2\A6\C3\192\E2\20AC\161\C3\201A\C2\A1\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\AC\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\A1\C3\201A\C2\AC\C3\192\E2\20AC\161\C3\201A\C2\A6\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\A1\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\A2\E2\201A\AC\C2\A0\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\A2\E2\20AC\17E\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\201A\C2\A0\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\A1\C3\201A\C2\AC\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\BE\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\A1\C3\201A\C2\AC\C3\192\E2\20AC\A6\C3\201A\C2\A1\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\AC\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\201A\C2\A6\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\A1\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\A2\E2\201A\AC\C2\A0\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\A2\E2\20AC\17E\C2\A2\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\161\C3\201A\C2\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\E2\20AC\161\C3\201A\C2\AC\C3\192\C6\2019\C3\A2\E2\201A\AC\C2\A6\C3\192\E2\20AC\161\C3\201A\C2\A1\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\E2\20AC\A0\C3\A2\E2\201A\AC\E2\201E\A2\C3\192\C6\2019\C3\201A\C2\A2\C3\192\C2\A2\C3\A2\E2\201A\AC\C5\A1\C3\201A\C2\AC\C3\192\E2\20AC\A6\C3\201A\C2\A1\C3\192\C6\2019\C3\2020\E2\20AC\2122\C3\192\C2\A2\C3\A2\E2\20AC\161\C2\AC\C3\2026\C2\A1\C3\192\C6\2019\C3\A2\E2\201A\AC\C5\A1\C3\192\E2\20AC\161\C3\201A\C2\ADn: ";
            font-weight: 700;
            padding-top: 7px
        }

        .mda-search-box li div.mda-search-item-8:nth-of-type(8):before {
            content: "Book: ";
            font-weight: 700;
            padding-top: 7px
        }
}

@media only screen and (min-width:768px) and (max-width:1023px) {
    .icon_re1, .mda-btn-submit-hotel {
        float: right
    }

    .hotro_banner, .khach-san, .lam-visa, .link_bottom_search, .marquee, .ve-may-bay, .xe-du-lich {
        display: none !important
    }

    body {
        width: 100% !important
    }

    #mda-search-index .nav-tabs, #mda-search-index .tab-content > div, .box_search {
        width: 700px !important;
        overflow: hidden
    }

    .drop_768 {
        clear: left;
        display: block
    }

    #mda-search-airline .mda-item, #mda-search-car .mda-item, #mda-search-hotel .mda-item, #mda-search-tourt .mda-search-tourt-box .mda-item {
        width: 31.66667%;
        margin: 1px
    }

    #mda-search-hotel .text_hotel {
        width: 377px
    }

    #mda-search-airline .mda-item input[type=submit], #mda-search-car .mda-item input[type=submit] {
        width: 190px
    }

    #mda-header-support {
        width: 200px
    }

    #mda-header-search {
        width: 300px
    }

    .bnt_tim_tour, .support_banner {
        width: 190px !important
    }

    #mda-header-support ul li {
        width: 90%
    }

    #mda-header-bottom .mda-content > ul > li > a span {
        font-size: .93em
    }

    .icon_re1 {
        display: inline-block !important;
        width: 50px;
        cursor: pointer;
        z-index: 99999
    }

        .icon_re1 a:hover, .icon_re1:hover {
            background-color: #e30050 !important
        }

        .icon_re1 img {
            width: 40px !important;
            margin-top: -7px !important
        }

    .repon1 li.list-group-item, .repon1 li.list-group-item a {
        background-color: #e30050 !important;
        color: #fff;
        text-transform: uppercase
    }

    .mda-review-mail li {
        height: 120px
    }

    .fbottom {
        clear: both;
        width: 95% !important;
        float: none
    }

    .mda-accept {
        height: 90px
    }

    .android, .ios {
        margin-top: 10px;
        float: right
    }

    .dev {
        margin-top: 20px
    }

    .mda-right {
        margin-left: 0
    }

        .mda-right .mda-box-item-list li .mda-box-item .mda-box-price .mda-box-p .mda-price {
            font-size: 20px
        }
}

@media only screen and (max-width:767px) {
    #mda-header-bottom, #mda-header-search, #mda-header-support, #mda-slider, .camnhan, .carousel-control, .link_bottom_search, .marquee, .mda-header-box-s, .mda-news-d .mda-right, .mda-title-box-r, .text_s, .txt_top {
        display: none !important
    }

    #mda-header-logo {
        text-align: center !important;
        width: calc(100% -100px) !important
    }

        #mda-header-logo img {
            height: 65px;
            width: auto;
            margin-top: -13px !important;
            margin-left: auto !important;
            margin-right: auto !important
        }

    #mda-header-top .mda-content > div {
        float: none;
        display: inline-block
    }

    header {
        height: 80px
    }

    #mda-header-top .mda-h-menu, #mda-header-top .mda-h-search {
        cursor: pointer;
        color: #ff006f;
        border: none;
        font-size: 40px;
        display: block;
        height: 65px
    }

    #mda-header-top .mda-h-menu {
        margin: 15px 0 0 10px;
        width: 50px
    }

    #mda-header-top .mda-h-search {
        width: 50px !important;
        margin-top: 15px;
        float: right !important
    }

    #mda-banner, .img_slide {
        height: 400px !important;
        width: auto !important;
        overflow: hidden
    }

    #mda-search-airline .mda-item, #mda-search-car .mda-item, #mda-search-hotel .mda-item, #mda-search-index .tab-content > div, #mda-search-tourt .mda-search-tourt-box .mda-item {
        width: 100% !important;
        overflow: hidden
    }

    #mda-search-airline .mda-item, #mda-search-car .mda-item, #mda-search-hotel .mda-item, #mda-search-tourt .mda-search-tourt-box .mda-item {
        margin: 1px
    }

    .mda-review-mail li {
        width: 100%;
        height: auto
    }

    .box_search, .mda-right .mda-box-top .mda-box-r {
        width: 100%;
        overflow: hidden;
        margin: 0
    }

    #mda-search-tourt .mda-search-tourt-box .mda-item {
        position: relative;
        width: 100%;
        float: left;
        margin: 5px 0
    }

    #mda-why .mda-why-box ul li {
        list-style: none;
        float: left;
        width: 50%;
        text-align: center;
        padding: 0 10px;
        margin: 0
    }

    .mda-footer-row .mda-footer-box ul {
        margin-left: 0
    }

    #in_out_tour, .box_search, .mda-footer-box, .mda-footer-branch ul li, .width_90_percent {
        width: 100% !important
    }

    #mda-footer-content {
        width: 99%;
        margin: 0 auto !important
    }

    .dev, .item_in_out_4, .show_767, .tai_app {
        display: block !important
    }

    .dev {
        margin: 0 0 55px
    }

    .mda-hotle-static {
        background-color: none;
        height: auto
    }

    .tel_bot_mobi {
        display: block;
        position: fixed;
        bottom: 0;
        background-color: #999;
        width: 100%;
        text-align: center;
        font-weight: 700
    }

    .item_last_3 {
        display: inline-block
    }

    .tel_bot_mobi a {
        color: #444
    }

    .mda-item-type-24 .mda-content-box .mda-content-item, .mda-item-type-24 .mda-title-box, .mda-item-type-25 li {
        width: 100%;
        margin-left: 0 !important
    }

    .mda-item-type-26 {
        background: 0 0 !important;
        background-size: auto !important;
        margin-bottom: 0 !important
    }

    .mda-item-type-24 {
        margin-top: -20px !important
    }

    .mua_nhieu {
        margin-top: -60px !important
    }

    .mda-item-type-24 .mda-title-box .mda-title-box-l {
        padding-right: 0 !important
    }

        .mda-item-type-24 .mda-title-box .mda-title-box-l .lb {
            font-size: .9em;
            font-weight: 700
        }

    .title_last {
        background-color: #999;
        width: 100%
    }

    .height_mb_30 {
        display: block;
        height: 30px
    }

    .repon_mobi {
        width: 60px !important
    }

    .repon_left li.list-group-item, .repon_left li.list-group-item a {
        background-color: #e30050 !important;
        color: #fff;
        text-transform: uppercase
    }

    .mda-item-type-16 li {
        margin-left: 0 !important
    }

    .mda-item-type-23 li:nth-of-type(1n), .mda-item-type-23 li:nth-of-type(3n), .mda-right {
        margin-left: 0
    }

    .mda-item-type-4 li {
        width: 50%
    }

    .mda-item-type-17 li {
        flex-shrink: 0;
        width: 50%
    }

    .mda-title-type-1 .mda-title-lb {
        font-size: 19px
    }

    .mda-right .mda-box-item-list li .mda-box-item .mda-box-img, .mda-right .mda-box-item-list li .mda-box-item .mda-box-n, .mda-right .mda-box-item-list li .mda-box-item .mda-info {
        clear: left;
        display: block;
        width: 100%;
        float: none
    }

    .mda-right .mda-box-item-list li .mda-box-item .mda-box-price .mda-box-p {
        margin-top: 0;
        position: relative;
        float: right
    }

    .left_tin {
        width: 95% !important;
        float: none
    }

    .mda-item-type-5 li, .mda-item-type-18 li, .mda-item-type-23 li {
        width: calc((100% - 26px)/ 2)
    }

        .mda-item-type-23 li:nth-of-type(2n) {
            margin-left: 20px
        }

        .mda-item-type-23 li .mda-img-box-info .mda-name {
            max-height: 48px;
            overflow: hidden
        }

        .mda-item-type-5 li:nth-of-type(1n), .mda-item-type-5 li:nth-of-type(3n) {
            margin-left: 0
        }

        .mda-item-type-5 li:nth-of-type(2n) {
            margin-left: 20px
        }

        .mda-item-type-5 li .mda-img-box {
            max-height: 240px
        }

        .mda-item-type-18 li .mda-img-box {
            height: auto;
            max-height: 250px;
            overflow: hidden
        }

        .mda-item-type-18 li:nth-of-type(1n), .mda-item-type-18 li:nth-of-type(3n) {
            margin-left: 0
        }

        .mda-item-type-18 li:nth-of-type(2n) {
            margin-left: 20px
        }

    .mda-item-type-8 li {
        width: 100%;
        margin-left: 0 !important
    }

        .mda-box-contact, .mda-item-type-8 li .mda-img-box-info .mda-name, .mda-item-type-8 li .mda-img-box img {
            height: auto
        }

    .mda-contact .mda-contents {
        width: 98% !important
    }

    .mda-item-type-7 li {
        width: 100%;
        margin-left: 0
    }
}

@media only screen and (max-width:660px) {
    #mda-banner, .img_slide {
        height: auto !important
    }

    .img_slide {
        width: 100% !important
    }

    .mda-item-type-4 li, .mda-item-type-19 li {
        width: 100%;
        margin-left: 0
    }

    .mda-right .mda-box-item-list li .mda-box-item .mda-box-price .mda-box-p {
        margin-top: 30px
    }

    .mda-box-n h2 {
        display: block;
        height: 60px
    }

    .mda-right .mda-box-item-list li .mda-box-item .mda-box-img {
        border: none;
        height: auto
    }

    .mda-item-type-14 li {
        width: 100%;
        margin-left: 0
    }

    .mda-title-type-2 .mda-title-lb {
        font-size: 17px
    }

    .mda-title-type-2 .mda-line {
        margin-top: -15px
    }

    .box_search, .left_kd {
        display: none
    }

    .mda-item-type-26 {
        padding-top: 0 !important
    }

    #mda-slider, .carousel-control {
        display: block !important
    }

    .close_kd, .mda-detail-tour .mda-box-info .mda-info .mda-info-general-r .mda-r-lb, .menu_kd {
        display: block
    }

    #mda-tour .mda-price-tour-r .chitiet_gia {
        width: 105% !important;
        max-width: 105% !important
    }

    .chitiet_gia {
        font-size: .8em;
        margin-left: -10px
    }

    #mda-schedule ul li .mda-rr > div.mda-title {
        font-size: 14px
    }

    #mda-schedule ul li .mda-rr > div {
        margin-top: 0
    }

    .mda-item-type-13 .mda-item-13, .mda-item-type-13 .mda-item-s-13 {
        width: calc((100% - 20px)/ 2)
    }

    .right_kd {
        width: 99% !important;
        margin: 0 auto !important;
        padding: 0 10px !important;
        float: none
    }

    .left_kd {
        position: fixed;
        top: 0;
        z-index: 9999
    }

    .mda-local-start li {
        margin-top: 1px !important;
        margin-bottom: 0 !important;
        padding: 0 10px
    }

    .mda-item-type-5 li .mda-img-box {
        max-height: 200px
    }
}

@media only screen and (max-width:600px) {
    .mda-item-type-18, .mda-item-type-18 li, .mda-item-type-23 li {
        margin-left: 0 !important
    }

    .mda-item-type-23 li {
        width: 100%
    }

    .mda-item-type-5 li, .mda-item-type-5 li .mda-img-box {
        width: 100%;
        height: auto;
        margin-left: 0 !important;
        max-height: inherit !important;
        overflow: inherit !important
    }

    .mda-item-type-18 li {
        width: 100% !important
    }

        .mda-item-type-18 li .mda-img-box, .mda-item-type-18 li .mda-img-box img {
            width: 100% !important;
            height: auto !important;
            max-height: inherit;
            overflow: hidden
        }

    .mda-item-type-11 li, .mda-item-type-12 li {
        width: 100% !important;
        margin-left: 0;
        float: none !important;
        display: block !important
    }

    .mda-item-type-9 li {
        width: 100%;
        margin-left: 0 !important;
        float: none
    }

        .mda-item-type-9 li .mda-img-box img {
            height: auto !important
        }

    .chitiet_ltrinh {
        font-size: .8em
    }

    .mda-contact .mda-title li {
        width: 100% !important;
        float: none
    }

    .mda-contact .mda-title {
        background-position: right 135px
    }

    .mda-contact .mda-contents .mda-box .mda-box-input, .mda-contact .mda-contents .mda-box label {
        display: block;
        float: none;
        width: 100%
    }

    .tai_app, .tai_app span {
        display: block;
        clear: both
    }

        .tai_app img {
            width: 45%
        }

    .dev {
        display: block;
        clear: both
    }

    .foobottom .col-md-6 {
        width: 100%;
        display: block
    }
}

@media only screen and (max-width:429px) {
    .btn_ct_ltrinh, .mda-item-type-7 li .mda-img-box-info .mda-price .mda-lb {
        display: none
    }

    .mda-contact .mda-title li div.mda-font-big {
        font-size: 25px
    }

    .mda-item-type-7 li .mda-box-lb .mda-discount, .mda-item-type-7 li .mda-img-box-info .mda-name a {
        font-size: 18px
    }

    .mda-item-type-7 li .mda-img-box-info .mda-name {
        line-height: 18px
    }

    .mda-item-type-7 li .mda-box-lb {
        margin-left: 0;
        width: 50px
    }

        .mda-item-type-7 li .mda-box-lb .mda-day {
            font-size: 14px
        }

    .box_views {
        width: 280px;
        height: 350px
    }
}

@media only screen and (max-width:376px) {
    #mda-tour .mda-price-tour-r .chitiet_gia {
        width: 110% !important;
        max-width: 110% !important
    }

    .hidden_870 {
        display: none
    }

    .dat_ngay {
        font-size: 17px;
        padding-right: 10px
    }

    .mda-detail-tour .mda-box-info .mda-info .mda-info-general-r .mda-r-price, .mda-item-type-16 li .mda-box-lb .mda-discount {
        font-size: 25px
    }

    #mda-header-logo {
        width: 190px !important
    }

        #mda-header-logo img {
            height: 55px !important
        }

    #mda-search-car .mda-item-oder p {
        width: 90px !important;
        float: left;
        white-space: nowrap
    }

        #mda-search-car .mda-item-oder p input {
            margin-right: 0 !important
        }

    #mda-search-index .tab-content > div {
        padding: 20px
    }

    .mda-item-type-16 li .mda-box-lb {
        margin-left: 10px;
        width: auto
    }

    .mda-detail-tour .mda-box-info .mda-info-tour-l ul.nav li {
        width: 33.33333%;
        text-align: center
    }

        .mda-detail-tour .mda-box-info .mda-info-tour-l ul.nav li a {
            padding: 0
        }

    .p_t_10_376 {
        padding-top: 10px !important
    }

    .thongbao {
        font-size: .85em
    }

    .mda-item-type-13 .mda-item-13, .mda-item-type-13 .mda-item-s-13 {
        width: calc((100% - 10px))
    }
}

div#MdaPrice {
    margin-bottom: 35px
}

#booktour-form input[type=number], #booktour-form input[type=text], #booktour-form select, #booktour-form textarea {
    border-radius: 0;
    height: 35px;
    border: 1px solid rgba(0,0,0,.15);
    width: 100%
}

#booktour-form select {
    background-image: url(images/arrow.svg);
    background-size: 10px 5px;
    background-position: right 7px center;
    background-repeat: no-repeat
}

#booktour-form .txtTotal {
    text-align: right;
    font-size: 16px;
    line-height: 24px;
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid rgba(0,0,0,.15);
    margin-bottom: 40px
}

    #booktour-form .txtTotal span {
        font-size: 20px;
        line-height: 28px;
        color: #ed0080;
        font-weight: 600
    }

.mda-tour-customer {
    margin-bottom: 35px
}

.mda-list-price .btn-book {
    background: #ed0080;
    color: #fff;
    display: inline-block;
    padding: 6px 10px;
    border-radius: 5px
}

    .mda-list-price .btn-book:hover {
        background: #333
    }

.mda-list-price .btn-view {
    border: 1px solid #ed0080;
    color: #ed0080;
    display: inline-block;
    padding: 6px 10px;
    border-radius: 5px
}

    .mda-list-price .btn-view:hover {
        background: #333;
        border-color: #333;
        color: #fff
    }

.whnw {
    white-space: nowrap
}

.btn-thanhtoan {
    width: 150px;
    font: 35px;
    background: #ed0080;
    color: #fff;
    padding: 6px 10px;
    border: none;
    font-weight: 700;
    transition: all .3s linear
}

    .btn-thanhtoan:hover {
        background: #333
    }

#mda-info-visa {
    margin-bottom: 35px
}

.box-mda-visa {
    margin-bottom: 20px
}

    .box-mda-visa .title {
        padding-bottom: 5px;
        margin-bottom: 15px;
        border-bottom: 2px solid rgba(0,0,0,.15)
    }

        .box-mda-visa .title span {
            font-weight: 700;
            text-transform: uppercase;
            color: #ed0080
        }

    .box-mda-visa .row-mh {
        margin-bottom: 5px
    }

    .box-mda-visa .grid {
        display: -ms-flexbox;
        display: flex;
        align-items: flex-start;
        margin: 0 -10px
    }

        .box-mda-visa .grid .col1 {
            width: 200px;
            padding: 0 10px
        }

        .box-mda-visa .grid .col2 {
            width: -o-calc(100% - 200px);
            width: calc(100% - 200px);
            padding: 0 10px
        }

    .box-mda-visa .gridC {
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        margin: 0 -10px;
        flex-wrap: wrap
    }

        .box-mda-visa .gridC .colC {
            width: 16.6666666%;
            padding: 0 10px
        }

.wrapSuccess {
    padding: 55px 65px;
    border: 5px solid #f3f3f3
}

    .wrapSuccess .grid {
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        margin: 0 -15px
    }

        .wrapSuccess .grid .col {
            width: 50%;
            padding: 0 15px
        }

.style_success {
    text-align: center
}

    .style_success .t1 {
        font-size: 40px;
        line-height: 50px;
        text-transform: uppercase;
        margin-bottom: 10px
    }

    .style_success .t2 {
        margin-bottom: 15px
    }

        .style_success .t2 p {
            padding: 0
        }

        .style_success .t2 .f {
            font-size: 18px;
            font-weight: 700;
            line-height: 26px
        }

    .style_success .img {
        margin-bottom: 25px
    }

        .style_success .img img {
            max-width: 140px
        }

    .style_success .code_txt {
        background: #666;
        color: #fff;
        padding: 8px 10px;
        margin-bottom: 10px;
        font-weight: 700
    }

    .style_success .code {
        width: 100%;
        margin: 0 auto;
        font-size: 16px;
        background: #ed0080;
        padding: 15px 10px;
        line-height: 24px;
        margin-bottom: 20px;
        color: #fff
    }

        .style_success .code .co {
            font-size: 40px;
            line-height: 50px
        }

            .style_success .code .co span {
                font-size: 26px;
                line-height: 34px;
                display: inline-block
            }

    .style_success .t3 p {
        padding: 0
    }

    .style_success .t3 span {
        font-weight: 700;
        color: #ed0080
    }

.bnt-book {
    width: 140px;
    background: #ed0080;
    color: #fff;
    display: inline-block;
    padding: 6px 10px;
    border: none;
    border-radius: 5px;
    transition: all .3s linear
}

    .bnt-book:hover {
        background: #333
    }

.titleDL {
    text-align: center;
    margin-bottom: 30px
}

    .titleDL h1 {
        font-size: 25px;
        line-height: 33px;
        font-weight: 700;
        margin-bottom: 10px
    }

    .titleDL .des {
        text-align: center
    }

#content_dangky {
    padding: 30px;
    background: #f3f3f3
}

    #content_dangky .wrap {
        max-width: 380px;
        margin: 0 auto;
        margin-bottom: 15px;
        padding-bottom: 20px;
        border-bottom: 1px solid rgba(0,0,0,.15)
    }

    #content_dangky .row [class^=col-] {
        width: 100%
    }

    #content_dangky input {
        height: 40px
    }

    #content_dangky #dk_daily {
        width: 100px;
        height: 40px;
        background: #ed0080;
        color: #fff;
        text-transform: uppercase;
        border-radius: 5px;
        width: 100%;
        font-weight: 700;
        border: none;
        transition: all .3s linear
    }

        #content_dangky #dk_daily:hover {
            background: #333
        }

    #content_dangky .wrapSupport {
        max-width: 380px;
        margin: 0 auto
    }

        #content_dangky .wrapSupport .tit {
            font-size: 18px;
            line-height: 26px;
            font-weight: 700;
            color: #ed0080
        }

        #content_dangky .wrapSupport .cont p {
            padding: 0
        }

.myCheckbox {
    padding-left: 25px;
    position: relative;
    min-height: 22px;
    cursor: pointer
}

    .myCheckbox input {
        display: none
    }

    .myCheckbox:before {
        content: "";
        position: absolute;
        width: 18px;
        height: 18px;
        border: 2px solid #ccc;
        top: 0;
        left: 0
    }

    .myCheckbox.active:before {
        border-color: #ed0080
    }

    .myCheckbox:after {
        content: "\F00C";
        font-family: fontAwesome;
        position: absolute;
        top: -2px;
        left: 4px;
        color: #ed0080;
        font-size: 10px;
        display: none
    }

    .myCheckbox.active:after {
        display: block
    }

    .myCheckbox.v2 {
        padding-left: 0;
        max-width: 350px;
        padding-right: 30px
    }

        .myCheckbox.v2:before {
            left: auto;
            right: 0
        }

        .myCheckbox.v2:after {
            left: auto;
            right: 4px
        }

#content_gopy input[type=email], #content_gopy input[type=number], #content_gopy input[type=text], #content_gopy textarea {
    border-radius: 0;
    height: 40px
}

#content_gopy textarea {
    height: 180px;
    resize: none;
    padding: 10px
}

#content_gopy table textarea {
    height: 90px
}

#content_gopy #dk_daily {
    width: 280px;
    height: 40px;
    background: #ed0080;
    color: #fff;
    text-transform: uppercase;
    border-radius: 5px;
    font-weight: 700;
    border: none;
    transition: all .3s linear
}

    #content_gopy #dk_daily:hover {
        background: #333
    }

#content_gopy input.mt {
    margin-top: -10px
}

@media (max-width:991px) {
    .box-mda-visa .grid.v2 {
        display: block
    }

        .box-mda-visa .grid.v2 .col1, .box-mda-visa .grid.v2 .col2 {
            width: 100%
        }

        .box-mda-visa .grid.v2 .col1 {
            margin-bottom: 10px
        }

    .box-mda-visa .gridC .colC {
        width: 25%;
        margin-bottom: 10px
    }

        .box-mda-visa .gridC .colC:nth-child(5), .box-mda-visa .gridC .colC:nth-child(6) {
            width: 50%
        }

    .wrapSuccess {
        padding: 25px 30px
    }

        .wrapSuccess .grid {
            display: block
        }

            .wrapSuccess .grid .col {
                width: 100%
            }
}

@media (max-width:767px) {
    .box-mda-visa .gridC .colC {
        width: 50%;
        margin-bottom: 10px
    }

        .box-mda-visa .gridC .colC:nth-child(5), .box-mda-visa .gridC .colC:nth-child(6) {
            width: 100%
        }

    .wrapSuccess {
        padding: 15px 10px
    }

    .style_success .code .co, .style_success .t1 {
        font-size: 30px;
        line-height: 40px
    }

    .tour-custome .row .col-xs-6 {
        width: 100%
    }
}

@media (max-width:600px) {
    #content_gopy .row .col-xs-6 {
        width: 100%
    }
}

@media (max-width:400px) {
    .box-mda-visa .grid .col1, .box-mda-visa .grid .col2 {
        width: 100%
    }
}

.bx-wrapper {
    position: relative;
    margin-bottom: 60px;
    padding: 0;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    box-shadow: 0 0 5px #ccc;
    border: 5px solid #fff;
    background: #fff
}

    .bx-wrapper img {
        max-width: 100%;
        display: block
    }

.bxslider {
    margin: 0;
    padding: 0;
    -webkit-perspective: 1000
}

ul.bxslider {
    list-style: none
}

.bx-viewport {
    -webkit-transform: translateZ(0)
}

.bx-wrapper .bx-controls-auto, .bx-wrapper .bx-pager {
    position: absolute;
    bottom: -30px;
    width: 100%
}

.bx-wrapper .bx-loading {
    min-height: 50px;
    background: url(images/bx_loader.gif) 50% no-repeat #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000
}

.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: 700;
    color: #666;
    padding-top: 20px
}

    .bx-wrapper .bx-pager.bx-default-pager a {
        background: #666;
        text-indent: -9999px;
        display: block;
        width: 10px;
        height: 10px;
        margin: 0 5px;
        outline: 0;
        border-radius: 5px
    }

        .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus, .bx-wrapper .bx-pager.bx-default-pager a:hover {
            background: #000
        }

.bx-wrapper .bx-controls-auto .bx-controls-auto-item, .bx-wrapper .bx-pager-item {
    display: inline-block;
    vertical-align: bottom
}

.bx-wrapper .bx-pager-item {
    font-size: 0;
    line-height: 0
}

.bx-wrapper .bx-prev {
    left: 10px;
    background: url(images/controls.png) 0 -32px no-repeat
}

    .bx-wrapper .bx-prev:focus, .bx-wrapper .bx-prev:hover {
        background-position: 0 0
    }

.bx-wrapper .bx-next {
    right: 10px;
    background: url(images/controls.png) -43px -32px no-repeat
}

    .bx-wrapper .bx-next:focus, .bx-wrapper .bx-next:hover {
        background-position: -43px 0
    }

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 9999
}

    .bx-wrapper .bx-controls-direction a.disabled {
        display: none
    }

.bx-wrapper .bx-controls-auto {
    text-align: center
}

    .bx-wrapper .bx-controls-auto .bx-start {
        display: block;
        text-indent: -9999px;
        width: 10px;
        height: 11px;
        outline: 0;
        background: url(images/controls.png) -86px -11px no-repeat;
        margin: 0 3px
    }

        .bx-wrapper .bx-controls-auto .bx-start.active, .bx-wrapper .bx-controls-auto .bx-start:focus, .bx-wrapper .bx-controls-auto .bx-start:hover {
            background-position: -86px 0
        }

    .bx-wrapper .bx-controls-auto .bx-stop {
        display: block;
        text-indent: -9999px;
        width: 9px;
        height: 11px;
        outline: 0;
        background: url(images/controls.png) -86px -44px no-repeat;
        margin: 0 3px
    }

        .bx-wrapper .bx-controls-auto .bx-stop.active, .bx-wrapper .bx-controls-auto .bx-stop:focus, .bx-wrapper .bx-controls-auto .bx-stop:hover {
            background-position: -86px -33px
        }

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px
}

.bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #666;
    background: rgba(80,80,80,.75);
    width: 100%
}

    .bx-wrapper .bx-caption span {
        color: #fff;
        font-family: Arial;
        display: block;
        font-size: .85em;
        padding: 10px
    }

.dk_vang {
    bottom: 5px;
    width: 60px;
    height: 60px;
    animation: 1s ease-in-out 0s normal none infinite running d !important
}

@keyframes b {
    0% {
        opacity: .1;
        transform: rotate(0deg) scale(.5) skew(1deg)
    }

    30% {
        opacity: .5;
        transform: rotate(0deg) scale(.7) skew(1deg)
    }

    to {
        opacity: .1;
        transform: rotate(0deg) scale(.7) skew(1deg)
    }
}

@keyframes c {
    0% {
        opacity: .2;
        transform: rotate(0deg) scale(.7) skew(1deg)
    }

    50% {
        opacity: .2;
        transform: rotate(0deg) scale(1) skew(1deg)
    }

    to {
        opacity: .2;
        transform: rotate(0deg) scale(.7) skew(1deg)
    }
}

@keyframes d {
    0% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }

    10% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }

    to {
        transform: rotate(0deg) scale(1) skew(1deg)
    }
}

.dk_vang {
    animation: 1s ease-in-out 0s normal none infinite running d;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEYAAABQCAYAAACkoQMCAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAxBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RUVEQUE5RjFGMzkzMTFFOEFDMDhFRDhGNTcwRDM2RkEiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RUVEQUE5RjBGMzkzMTFFOEFDMDhFRDhGNTcwRDM2RkEiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiBXaW5kb3dzIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9IkJFQUZDRUE5RjY4NkU1NDEzN0E4MERCODQwODNEMURCIiBzdFJlZjpkb2N1bWVudElEPSJCRUFGQ0VBOUY2ODZFNTQxMzdBODBEQjg0MDgzRDFEQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgK0yz8AACneSURBVHja5HwJkGVXed537vaWfq+7X2/T092z9MxopJFmRhotSEJILGIRRCQOu8FgY4MkIGUTKHDFOGUXdpHgcspJKjGQsJUNhUGYiB2bRWwCJIQ0o3X2faan9/Wtdzn5/nPuff16pBFCQOyURzr99nvP+c7/f//3/+fcq5Ikwb/kf0qpJ33f+zWcS455E9tz2K5k+wHbl9kOs/1/MwvqV2QxLluJ7S/YbnuK732Y7W3/UixGBnv76kvN/xtA/THEi4/A6bkKKr8NcPLy4R1mMuo/vgPKt99VLtSZz0OhBa0DJEEfHISEmu87MfTSGeienTzGAJzGOaDQw+8EiKbngcY0f+4hjiP+PkaSNKG9CrxcGSqahU74fmEMcXMeYW0ehdEXoq67EUdhu7e9g8/+tQDjroLCk+kWEJ+CWvwOWpOPoLF4DoH6Avz1z4Na92oOblRwud0pXK+Sxv23/3N2Je+XAKSP7YPGRnQdycxdiCa+glZfHz90oWsL/CDg7Hlwz30VUfUUnPHf5wxuEnBuc/JXJ0njp78Wt/LH3ib9y8mJZMY4yCh87I9+Ic5wnqHrRGxTbG+miWDiwPcwddd70Nh3J/7xb7+Fh48MI7/lCuS7NOKQVlRYD2/2h8CpT0CHU9lx7nDy1zi277/8v+CiP3XzF/+nvsLW92b9q7KtsDXZ4tKlH/jQrxOYT1jXSXkEy7SWeSzNn8QRPYTWS16Hyg23YMu2l0KVX4dgbBc8py7fBkZ2wpn7IvS5TzM21bLjfQbRsuWaX+Jf7qL/mIExu9o/vtRhZyC8w+15wZ2l3qvdX3VU+l9sbzUnSiaR1PeiVjuFxHGgGnNYmTqAYjmH3oGAcF8KXXoj52kCybn/Dmf6JDAwDBWuQE/tg77o/VD9L+XZAznup9h+Lx1BEp/6y+RC5Kt6XuWqpb+NM/L1N9zRw998lO1VAoaOG8RjkYMi2LRMFdeJ2jAS1cVTDZGou7KxfGRx5sd3PBX5Pl1gPpzNhNYTWDrzP3DiwR/hkQeaWFqMseGyEka3OhgKFCrlLuS7h+AMvhy68CLoOoE4+leMKDEHRlpaJlj1M8Cuv4YqXUEQc092rg8YcwRDlbUEsez/mhL9R9j+kO1/sr3BcFxcowGfZpQ6xOePQ68cRVRnlOPQ3CJ/TJDj4PnE6OV80QbHW567L+7uv/YZA+PazpEvommcevAv0TxxEsWxV2GxoTA1MYPlybOoLR7GQvgoNuwp4fLLyli/rgC/+3YkzWHEZz8FNX+Q9lCEU8jBaU3x/Tngkj+H6r2BnQ1EUKRc+VSco9d+LuG5SaCX90LVHkS1PoPJ5RpWJpZRn2pguapQ78lh4/YCtlaaKI2+EbrrZrhe0UzA8YNfedv4xS9/xsBsZDsRR1U8/t0P4+Sd78HN7/oYctvpKmo1qCX1JZw+/AAe/MlXcWj/l7FjTxVX053Xjd1EV1uPaO444qpGEubhBx68cAI6Nwi97uWMVBsIP3UOTV571CAyzSpnNE4bCOGliGAG/eYzHS7RzR6EXr6fkW8BUeDjvnvO4twhF9suvhJdXb205ipOHDiCw6f34sVv3oLZyRo2jr8FWy65PjuuS4GXPNNwvVn+VJemcPr7d2Oo2Iv8+h9Bn5oBuq9m28FPu6nfyti46znYsKOCr37yEdzzpUN46N453HTd57Hz2p2Ge7x8C82lDWg0u+H5owiak9CnPw9wECpPulAERBcIWB/djGCpAsHwCFY3OeMYXYIu6PH9uGwFZHwCXpnu6a1HPHkUPdEJjN30Gmy45i3tuEJnxblHf4y7v/5f8NCxg/idt7+ZdJAaKCO71jp8MnCejsVsZzsQhXM4+IO/woHPfBw33XgNBtZNI9lKQAafQ/9ex6BIRbnCgepHKOhqOHN2BX//2WlMHJzC+o1TuO4mF1t3h+gLe2n6O9EqkhRXWvCjBsfPbCJX4swH7BC5IXBRWziH5kIdlU1X8HPyQo4EPrOA5plJrMyfxukpB7mNO7Bt90Yk1TrUQhN+Py1sM4+LV/I4F1mgCZCO6vjSf34FRnf34/IXfxC+EZpP4LW/ZjtNkOafLjBeKmtRJ7l99k9uw8z/fgwvftYQtr2igmAHucTn7CRVRFOTqJ1rorC5C/51dI18Nx5+oITvfmUeM+dmMXjJCnavn8Ol5X6U+i+hpYzAZeRRXo78xejmFxBsG4E+O4npj96DkFpw9PYbAbph46eHMPuVaRw4tIw5lzxC6rv8hVtwxWu24tRUiJnlMWy7dDdKPbMIY0qYxtXwClcg0UWc3X83jn/nT3Ddb30IQYWcJumIaV7qrmv+fYbgvP7pRqWPZMnh5Llv4nP/7b1Y/tLjuIi80D3Sg+FLyhjcRR03oJgC8FyiTfQSvK4CcoUh+v8QDh9dwr13TuM0SXCg0sCWZYXr/uBVKI30oRkqeEkJbqRxcvFnKN1/H4KHaITX9qK+LsLENyZw/Isx5uocBD136+4BXHzLdgzvIHK+h0fvewz3/GwJN/zGrdiza5QW/ChO3n+c1hrS6kJEnNBdL9yGoc23Gh2ciEwIaOV+P3GhW4qrUgKEYZn8Z4j5Cu9pyn8DSqs2hfz843jLu67EAy8q4vD3ZjCxv4r9B6bgHgV6+j30VpTxX90gKLMx8rUz6F43i6FxHy+qaJzzNPZOJji0HGFn3+Mo95MUlxz0ljchojve8/59qJycRPOSYSx+6hxm7l1AfaZI5VbA4EUubtiTx55Xb0H3lXQVkvnBb53Cvq9NIm7NonH2ISTj1D/VJiYfPYfD95/C2HgBl9+8AwOj5KY5cmMYsn+u5SBak+oiMIM9mJyIMT37bFx21UtlqDf+PGAG2f7G5kMtnLnvk6h/+k+x6eJhXD/ehysv78IiqXn2LHD8RIR6jTkuPTT0KczogXXyBp0VsxMNnJmJMDaWw1hPni6ncaTGzPfQTxAmP8Ogr3H48W5MNXIoTFfR3LsB00TXPZLHaKkP/QGjWaNJzZbA+2oOk1MzWBr/EYobc6iu5KEdHzsvdbA5OIHw4SoCKt6tF1UoHcawbn0ZjsNhLlXJNZwxfhcteomTQNFyUW7goZ8+jA996BHyYPNpAfPRVJEyCiyTMB9Fr/ouBl+yEZ72EdZXUHSbKHY1SK4JecNHYzqHcJlkRzXM3jBxJC59TTg3FBGELmYmW/jE8QYOHorwrFYO7l19mMk10Sy08PC3lzB+VYiBLRXMHfFw3fNdlN9YgloucAw5ghlSG4ZYPED3+PYchdUKVjZ1o+9lu/GK27oQMZN3WxG8vgKjOcHspSWQxLFMrbMoqYs2JQq0+FigKw36mIta+M7fH8eXvnACMyereMObhrOxLz4ZMDvZPsb2LCMdaw8zFdsHb+br6NvA0LidJtJiXpY0mA5QgrsxHL505lsoTi0zbM4yyyYRz7OTeY0c3Uv15zA9FeMfH4zwzSMtyvACNl5PsLw8Vn6k8KNzVfRVWtgzT/DcBOHGJqpnYvSOMGtvFqGFzHcq9C0RrOf6aM0NwqkNMUFN4BSPoHx8hpPgIB5YD6c8wPAufk+LbEqNh65dIofU66apXkqAQY/uP4u77jyKxx+cwVC3j8tvWIdKpa2Km53A9KRh63XmVessdO0x5tB38gQzZHdNWV+wQqtIxAsVOKIxqgxYjAJxfhEYXjIW4o4u0eepOt1ezGMAcZ0KmTPcf5nCB3YVsXXUR6WUoDGziN6XNXF1IcH6a2qYeMTDwb/px8VlhRm6jf6Gg5IfIjg5hbBHoxU7JE4PuaEi/E0+PI8uOz+HmZ/VaVUV+JUpNB87B89lEGDodwo+nEpAwU0rKVFxbxxAnV3//teO4+5vnEJtvo5rd5VRoTpepmsnEs3OE3i9bPuMyqXMxvIDwMLdfKTUptVohjYxQ84/Z8lFa7IBZ3kGQW2JAmwRcY6zUimRzqqU+yHTkX4kZb6u0yqmqTcWVjDmN3HVCL+3kmDx4QZTiRb63j2N4osi5L9fRlAq4uDGZczsXcb4mM+Qz364PC+1iVNzSOIcLLmmXo+RkIcaBT4aYRzQahlJyGvxDJUxj8/sEY6nUMy56C1R34ww5br1RZgrbcIXP/Z9PHLPMYz2+1TAvfwex0POyfPYxdxajSKgMDiCtH2QGfB+gvJVnoBZqpR4aJdGJDKaRCTJ5fkqlh6dI3GeRldhAf6No8hftplahgQ5SYIkyYZnfboTZczMEvoWV9DyGjjJDpxa7sLcdISzdKfBTWXcutNDfLeD0+8E+m4ZwpbXeuh/+xn0EphkSWH5niUc399DSaCQy8WgzEGhSFLWMfvH8yWKlhxx4giGn9CaHEOuTVrIHC1cu7S2ARd1pgj7DgzigR88jOj4aVy/M49KfxERDxNGBEWyDx4jn28jY7xRMtQNrcYxHHr8/RhfP4+uCr8w2JWKHzZNsRa34M3vRWHhBPQGD2Epj3CR/rzE2P/QIhqHZ9A4toJomTphsQ53ltbUrOPcaICzW3pwnCLuTFyH5iCHbhnFxdv70fjYHOpfXkB52zxyAx5KXbei7z2MHpx9FVMR9zyI/X86ixPHepAfTSCSo7vsoeAKOORWRfeWRlv2aSG+lxjdVjsdo4/u2dWtce9RD/c8tIwjKz/B9Rs0rnl2L6IkRINWwrmCL8NTkjQRxFybYyIB5kZ5tv/+u3Db738Wl2ztw8hIGUMjBbY8BtflMDhQwlCPh6FcHfmLaNbsHGoktMc4hfskVtcRz7YQNyJmruzoUBNqnNbVPYTa+CYUGSmGzp1FFzs2umsE400X7pdPoHp/HeV/U0X59mnEDywhpGp2K2NIZlbICS66X+7i4nu+g4PfJVjNEgq9GvlBgsIBiyBY5HHimO7J5wmnP2kSrSpJmwANXFHBo3TFvR+dwMDAadz45u24fNd6zJw6jpm5BnIBlbYjv1Umn3RpMe55wBjp22gkuG9vzMbkEHNw6HN9PQ4q3fTTbo/PSZiVPDZsKGHzVoot0UVBFeuGXQyOlTEwpNDVTyJurthEb3APikWqyxytbWkFzVqFUb8K9+unEP9gAjEHWH73CIJdPL03wK4w92qcgZ8bhrNBXJhTX92CTbeewED3z7CiaKFzLmU+FdJ6RrwxWlU3I5hKDCE3wwIjoUbZI7t2d+MBhvjjZ5axZSjBJTsHMX7lJjSpjVoxwZU6tOtm6ye0OMJDYnf9tivFXloTJflkSwokPJpnwng/M52YZutFSEuoNOVuhZ4SB9ZLxcpwXO7ysGF9Adsv8rGe+qCvvx+V5TIBjRlVljC6ZQBzTZLsPT9EpUHgf5eAXbWFoNHiyEtYzDMd2E/HrmJqsYl99x5EUme02rMBpd3bERw7hfU8TrSniBa5qzHL6ERryTEX7NnUYmZfN4SLbeswsdKNex+ndvFX8CymE01ad42DnqvRIjjaHPM6l6BL8UrWlCQj8jwPXZQd7uoak3w1LUyYQpnRZSYptN/xDEhKG4Mz6bocSVOKk1OxNKFxRks5XIx5BTEneWDIxbr+RdTDfcZUu/PUHuu7sYEmf01uFjveMITB7RRm9Sr6qw0UaIlgKFXbxuGfOI3lH34V9/zdaRJhC9u7C8jv6MbJAyTf7+Yx9GrGxU1swzFa1DS1gx6iAy4qG2NEzPQfmC/h6Ik6+qmvLt7OYzYdHJWBk2BNqUGm3ZM1DI7Lpe7hZ0Uhc46gHmxHvm9PBswP0syZPwh6bGHZZydcW0lzzF8+irkpW+FwlGOQdkyVB/Z9vhZlWW+yAwsRyuUQl5IPDp2o4f4JKZqfxW03DCChuHrfn50i2Z3EKN10cF2A9aMFDJPLxglALzVSL2f6jX8wgp4BH/39FGSlKja8II/aySIWHmgQPArJDS3kR0L0jSXMynOY6N+Gx5bzqFIW7FiX0M0LcPM+Q3vTVP1kcrPqn+tJLke6ZkQTmpAo9uMf78eGa95Fy1ufAfMPAkzdLD/k+xGYdVYCI2bTAYZYj1JrgTCRkc89PrrS+EfxZDIL4xRgLyD5Xbm5huTuKeydamErw/MG/mDdIc5Ook0Rf3qmiYlHqU7jRc7cNEMogRrJYf1YAz1DMd01wNBwCYNXMUzvUShMUe4viBqPsVIjIVciLI0M4/BUDvlmFRdvcslRARoGD/Y/1JISGaGnXJk8ThzPTWyY7OZMueLIySVGJwfjm9ehbVapKzWMxeQHUOFjV8AO5Oxyjxk87MANMCkYJhWSJC8DxeHJPCnxM1okln8KBY/RrAvbOdAVEmQpLyHWxeaRLrT4mwJ/kLmodCzHVizwkbTXOJWgfrqJWSfEOfJHeYh8OkxOq5ALKj6GL3OxvODiwOM5jDCXupjphBM58AIhYW36YZLnKDbU4zJnUpzBiFGzwPHlcz4eO9bCKaYu4yM83uAm5NTimj0HXsasfi7COnpTUHLMjy1ha0NIrmgFx8oaV60C5RhQHPMoMjwOlTl0hQlljmrYIRBj60qokUbKRVG94qokPp61QAHhsbPiugWGTvl+jgPwxZX5PODx2H++B6NK86I7mI85y8zRVuroKYTY3DuCfoZ10TDLK2SKKF0sUyqtrdvypnIsWKUiibjq4v5HltAk71y5o4vaiVxVZzqgn1idM2950TmTM3jsRKlgj+kqJ7UO+2hdSrVP7DrKACOM43KQsSE5RRmeQ+Bb6xoeKCAuOlTJAVx2QCJYzEGLSBNgPAGCzSc4fiCyn0DQuopseXme0wYcOZ5HfZJ3eAxOYszf5gmkw5OEsTJe4GaDUalHJLa4q4UeePwwDHHweJXn07hsW9n0u8VENApbpIK81TQdwHh2SZKdocnngryZQSt+YE4sg3c5EFGJwiUOO5XV753UYgSYUOocfLe75HHmYfy50kuX6RZgXGgnto8EIt8BjFiJAYgA5Dj7hbwkgWItCTNwuimJwqPkzzFpLHghUwMmlMyROA/twnY2aTARMl1kdTKrtxg1GBw2rvc58Z5JJ5pJbEOMatHVyu0KeZYSHJVnXUO7cftt29FcqmGp7mJhPsIKw3KzKSvi2mTXYkU6xVWOIe4jstpIaw4y8S3jl2myAZ9H1EKFnKyMECgOmp5GYPg9znTOtb+XKCGfidWIVcjvCrQSSRgDzmxAK/EJSp46I/Ao7NiyfqT6jIArI+vbmkLySL7nd3HSirQIvtEKtbEamipaUcvuQMksTLaFeKXONSsDzA+M6ZQuxQveeBv+4ZN/gc0be2iuAWdHIg3NrRFjaSkBMSNYCRo1bUoyLdn1oa1GkIO2WpTlEg0csQCTHBvLcYR4CULC93MERgrDvmNBdYXs2YtAmrwvIHgCtDauI68D5k6Ba0HxaTWOa8Ot/OcaYBwzIWZg7EuuTLemJcSPtNC1EqNBfos1eSxVvsZ8slV7sTTmgRCLOc+VjliCChA2+/HtuxsoMwWQFQ2XM9ZVdjG8jiKNM1nsURjezOdFFwXx7YYAxUZVWW/J2hNnpiX6wDHZqqNTHhKAHJHY2oZRmU0h3gCp+9hz5QiCAOIbYCwgAo7UXTzXguNLYUw0gqwqiN2Iy6eyXswnR1N0Ky6OPb6I5HMLGKGZ5gcDEzic2H43ySBI5Y1xQyl5nke+7R0PeeY111ExNuMu+m+MhWqExSWq3HPa+LhvIlOLM88owXxrgBlxOc8wy5P2ML3fOE4uYccaTYXZaWur4i4iHBJ2qosRbz35J+Zgkkhbl6a5xWx+IprDAue6PFdgJbxYiADiehYk1xgGecpwg/lrCF/Ok6Pp1WnNU5M1hEtV9BBkkQgauh1FVSr0MpI2VcqgAi27tQxkzpOsRPq9JKEaB91rQuc6xlUvVblmzxQ1QY3J5hIBq61oTNcV5pStZeSCCJGOTey/ZFsR24ZsVGgRJJc8Ey7TvamKt24jCFS14opxLOla2h8tPKFNYUx2OUjq4SQh3CQya0+E02TADs1Pu0G6mm5nPC+6K/EZskMjGssbfYyNUS8V6whnDeEYS1FZtEr/qFSSxF5e9r9daImWALg2zGo39V3OZKjbNGdIr4virbc3sMQJO6CIfhvSAhaWIswQgICJ6GAfgSLnLCxSFzFcU7PixIMRDjZCdO8KMTbkoYduWqL15Wh1Kkj1AC3V0Y6xJDe25xAr8RxteURM3nFptbH5ji9ihxY1t1DnpIXo75OtKHnM1lrUKtqsc3mSBriiqyy3tBdkU/aV1U/lFS4EDL8dT1LH9BvT89J8qa0JOjYbxAQiSl1Bp6g7sgWkj6FacqD+HPMlH4vMNF2GWsnwxS0kpBeklEiRdfoEcI6Dc12eK88wnGdCx4jh0l36mbWXe2W5Nm9PSwOJ6cqeStmBbiauJ0KwRolQXWyYDYqyw8IhcHGo045pkz1LwmhkBgOJA5v0mvwuJRhHm7zhCeTbgU2DUcI3/u84qZV07spQaYYt/qqtbjD+y9OJmJN0oNmMKKT4mnxVKNQJjA2NYn15jnNw1EOOph5WY1NkSkyeRYDYOY+/1U1aXjNEbbFJLaNMquERVcV++QSuWJJVywTNxQTLyxyi3yDHOegfKNJ4lUlkA+UaK5HO2ijpmkjmRMpyiLLVA62ddJdpbHdYnBeuV8ftlHgQkqvKG0QNEB3ImMOqjhdZkpmWK8TSTX/EI8gDgUh8RxtQHJNLMGOl0lRhxMhigRKtkpeo5SlrPSRepWV7amjSFJdKV1woSTijNZpOEkAzc1/k5LXCHAa684Z7jFRgbuSzI54RpJkKVqYwLnJB2QzY5E/SYXGtRGaGhKXcQqfBaG91A5wy6s9h4ma2X7iqY5NeKuu0HbzSWU5if5flGauJpjbCxOOIhRtiIw5dA0wWjo31CpnShWOdRockMUCYSCRpgEQVQzA5uy1N22RN3Kq7l/IhzvO7AbmkbrJ6KT4JmUsN2HFtIixG4fkClmsrdQKMm2KQJsXabG3ruoArCWv7FaLYNJj4qh3m2wyONay++uiqNFFLQVE0TU0u8ZnsSP4TG9JzTMclExdrcRPLGUbjiKU4sVG5YjESrpXMoqGKnC3Gy84Ex2bJSlwPdtCJTvsuZQ85d5Lldo5xc+M9dEWp0qFdNskEoR2h41O0hQvo3DjjdW6ZNCTq2DpM5kFKZvs8d0o/WOtipjgDUwwXIteOtRixDjongXOMO7muBYJxJSXlxIDiG1BiA4y8Fs1iUKPw1AKIk9U8lHHvhBaWiPbJJtGxnGfd3TXAmBKtRDdXUhLf9sGoZcduqpQlFgk6QTe9aX7N7lGvc3ubiuYYlcomxzGzoHWqCq0QSyfHkohCRzZqQ7oNqzYGJnzh53Mm96kawG2u5bnauIgAK5ziG0Ubt0ExmkXUrSMDyRlgVKbOxB2VWrVjZcGW91yRPiotjRjAbf5kyF24jhYTGVlo1a+AGwv/JNqMs3Pb3HmuJFAXjakbyznPXVQbCJ2VOdpWozqsTAAQLWJmMEdgRKKTABwnSUO2uFJiXM9TIvETo2qN1BfFa0Sc1walXSbMaiwCqrfGdO35PUlBONjUslx3NXi4BFlWBURxS31JciudTrw2r6W/+acI1143T96U6oUdfJKdOpXRKhN7qZx3LFgGSNdamWvcJLafB77NXWQra0p2rkkO+X3KXl9ZKwkMKLHhHEOgEiEcb7UyZhKdNAQK/6jE5klYdXmrSyzHGY5R6SqAsUzXcJAQveCWpMLUU7aOI0UsZS8CeWKhyq46dXFQLYOIHFyrVVFniK0jRCPjodS6MqsxIZfWkRjn90xqYVZmXOsKLjPkwJArwVDWUgwhKwnVzGtEnjuWaFcr7uk+Hye1+ExZws4+0kwbqbuakCzZvNCvqXc71r9g+VLWCWQ5VyxG4qLwnbHOJ1e+sg4yy4kqraZZnal5hzs5HSBJZySDFheSZX+zhCegGoXqIciztazJyiBN9BFCUKsk65rnUqDJmyzfFpttMwN1LSimsq102p80KKg01CiV9s2qeCMr0jqNkpqGgN6uXynjdqaPEsaMy+WeYjtrvMRAUGR/YrSjWZojmbDWBsh2zhTCDQXYjsjYktAO1CT3JLygECDf0GgKyZnClJQWolSz8LnRHK7d52tAcbNqe1uQ6dSFMlBWI+KqmFCdOkLZCqT5nhxHVifNZ0lbexkFL/03yWtiRG2nzF+rfBXJ142s27jWGQVXx1klYOs6yi7MqfREqepVEnEMZ2gLjBSjGJkKlPY61AbIwLFaRSurRRzHgqIl+mTy2bVRSGfrNezTqsS2QbEdEFKyU7aznfrBcKKp7gnrK9W2MiNXXVuusN9Nzt+9uTYlkKgk0cNJ15C000luqdJNa6huBkYazkXhijBL/FTWp8C4kjPlAkheJwQtVmI2/ERyDq+tVewMO+01GpWSrXZXrcSA4HZMrFJr/TyrV1obsrrGtRpK0DQljfO+Y54HJSRNCrziWBvcteTrdHGAodEQTqoqM/dxU0AkzDodoJhdAmm0EdCF4QUAow2Eexiyu5g6N2ObEsCLbXHazGIWklPxplZ5RWfEq+LUIq32MJu4xUWEcJO1Ce6qK6XTLmQsy82uJWibTNuOZ8mwsR/NjDwO11yrsMZiZGeSx1xFlKK4vZOu2hl+E0JLtYHlRW2iiSkepfwigMiePN9YTBo5fOZLhRz8ZspVBk3P5mNyesdZ01QagayfxXZ3pWML3pYz9KpbtavhHSUSpTtDJvuTds6m+B2G5hjlbISr7CKTXEldKLvWLVq2a3SG71p1aqww4xmVWo5jVWtmPWb5xLwvu7xDu4EnrVGY2coVeNw4lfW2OKPgowPlVV91bYi1a6tZzSfzZ/ue7vCi1Ux/7ZUpVi3rtmWI6BTCzwolGVAmd41b7FvhwlFJRTPMRLsISssSZOrntqiNlH9Sl3KtyxhBJapWWY5xksRkx8aXEztIFRRp0qGdOMcupJsNdFm9wrWlRzF9bcoDiYkUKpPT6jwkdKfV6/OyuNUPM4lgI7itoeq0GpDotH9U5VKyzSl9YWASjkLcQECRTXuyYOamBWcnzYqdLNl0bf4jCxXtKp3hlsgUnkwZUaZDkkGVM9Zil3rTcl6SFXHcVddwrbtYUNAuG1jX0OddK22jzGrep88nnDTzTi+7TCTpTGx52Syh2CQ0SmTdKY9csrLmcqi1HKNKnO3Q6AzP8WyJU+n2ZUMZt0gdxXJLYp4bIF0bjsVizIybC/nS6CI7PsWKxBUEwTQky9Z13SngDIfE1p3UGlXZIe7Uan0I6QKbWgVIZ9FHapqOXXOyZduIBBsbnSVflfWwkK9jAYZvFJLwwoUqUX82+41N3mZCZKpPrFdpI/4sHaSJYWZhygIj4dEYgnQ4sj5uLvRwU6mQcYlOdYOjV/MglXTsO+kMx8nqxW+Zp9hdTLbJZiZtPzCRNCVZLQQroAtIcrkP3SaOE5Nly+pkGNqcznNko7R3YVfSkitlab+EX20txCyeKVtDsdEoSYnXvhbla5IAN+XHLHM1HUpX292UZNtlQKs4kVlK2tpp0BMvxjvv8j97jnTtxbgJ0oRQqniGa43R2hUHHUZoRSGaUYvzpUxBX+rBXcEKqg2FgtNeov2wXNjlrb3WuKN4ZGqvSZoXJSmyFggLiCVcW2pIQ7YRZq7lEfGNePUiZqmbOJ0RSHdcAplFldXc8LxLIR1jFca62sWjrLicEqm20SYWiS/g0BqEI6UgJY8xX9dbLTTqTYSJa/RMV24ZpyeW0ei7AyOloexs73tCEqniBVpKwHDdNHpGpdu0LAAZ+eo2IK6TpDsKsg1FjikXaKmgdZCcUZ1pscpxssX4JJUf6gm5j/1+9o5dnURW0U8VZzs6J0m6GmCN01hKlBggIrORSTY5U1tFkVnBqNVjs4kg785jci6P2dI7ce0Nr8+uU/o7WsvcE6OSIU4bmaQobYvHKThOWoWDDdGZtM62WZgVG1M/SWyekqSgJGgvGRryzcoFTxJFlM6Kg6nWWJWnma+ne16cVb2m7eCl2Xq6La63+EYrko0M5BK6kGzHk50bxYJG3lvEoyfL6N7xx7h+z/NQ7BI3whcIym92Xqmf2IsrpKhTMFFIIpObuojb2ZSNQsa1Oip9jnLSC8hdW0sxtB/D9FCeR1bC60ykpn6ktGqr0azokn2sshVQnbFtYq0mdR8bqe1G6FjbhTUDCk0m4usWrabBQENcCEpsdmb0lVu0pir2ntqC7l0fxJ7rbslAEUt55ZPdwuAjdsrypnjkuWG6ty5pE6xKraSdJzlplm2dy2aqOisQKwtKYiMTp4/iUZutGKsabHWAKg3tchwp0soWD/uZzblU2/LidP+LapdZhWyT1DqF7CUEt6LIvC9W04wEFI1C0MTkbB2PTl6M8Rs+gGuue65dOQA+3mkp50elKNsKkmjHLH8YsZbVdNPtoBpZlqs7NKZqlx7Skgfa6irjGBmP+L34fGxXJZEViuxCoCVW87ZrFWp7C+p5NZhOi9Hp8cSYRMHyXAKGbPeIhFNoLvVqgkrFQRDEeHRmN57z0ndiZNMuOdJjbC8iKGef6qYXdjh0hcBfQj6IUibnCUKHJ1Fma5Z+whqKXpOcmfHCVufMi9iCkhWlW3EWVtMwnuh0t4OyLVbpa8emDIm1IPN+0mGFa4SunYBILMUINisTanSfalW2xwcm1dl7FLj8xjsyUO5j2/2O29569ufdP6aOtGjkeDnkB1tk7ZUUL1kY8hA3ZWeVMhdoIU0RspxGaiZGmKrYAiMGKOUHuSg5yiyBwESOTVni1WiS7ZlVSVaESi82NYtnacFKThmn4TolZLEWG6VpKWxNU78lQIxGDZ6zu+yjv5xgvjGDb96/HRc967exdfvl2bhf+K9ufU28eaTn595YZ9K6ko9TA5/Gmce/TJ9cII0fQRAdwfrCCiqDTRR6UhVqlJTMJLkldAmaMpfhmcKQ+AU5SslAopR4jdjTZh9cbMJHnFpFFooSu+KT7YvrKJDpLHQ7KffEaU1Xr246igwFa7N+La8HuhKcPbGIY32DKO96AS694Q24dOcecorZNfWJ17/2dctP945DckOXT9Jifmd067WoDF+GsLnCNk9rmcPM/DTuPTGBgj4MFZ6kJjiOsjOF0e4aKqUleHlZzdN2w50AR8uQWKklXkqhKUrM2y2CFLWSlHf0alCMLQPb3QeqbWHIFveczjKkJXlrcNpoJXGdOjWKrDCOj7Rw+HgVPz1yBZ77rjdhy2V7UOrusRqLRPvet73s9+SWC7/IrZjeLPPLA7ylVOYPpWHEWMfApgRjO1qo1ZY4MLpYtGQuOj85OY/vHTuMYnwIQXIKfvwYetVJ9BdnsG43BeIQRdOigBYhbHBeJU/Lt6wKa7qr60VZSdPUbVV7pTNrJiHN9uzHlhqNqjUcb/f/FQIXvUWG4v1V7Fu4BS/412/BpvHttgaU3v/mnW992e0kBFoWU4OW5ErRL3RjHSmpyxZG2UH/7vROZE96y5KYobBaqxOsqrlgNArrWKm7mDx71NxdyK3ei+GCiw03baCgKOKzf7wP1+w+jC3PlbPk+Bu2iFbW9O2lU1GaQ7ULyilgKlmt8Ml+PjrP/AR5pVWB39MDPxcjr+dw988aqPW9Dc99yWvQ19efrbmLFPl3n/v0RyKVBotYJIGkcAT6tb91+zO+TUpWaMynYIkpveNCgJntaWGIVm0OXrKEhcUVnJmYRhCewNlDh3FkYgndXecwUtiLodIiBrtaGO6mGYgi7y3aWk2NLSRorTQyyYpVmohKDTchUDPnGI5bfRgZrzAozOIb9zroufQ/4IabXszQ3F48+/BX7vrU22KGbunXv33N767p6//53Mef8N6v4gaBjrnqy1pXOb1B4NufDDCjSKMmXamJRlPKFpHZ5j43N4+F2TOoLpxEbX4/VibvxYB3CDs3NjBYoh7pk4sQArvDWixLLkqIXCPz56bklni9SAIHX/nxIHY+/324bNcV2ZVrn5SL6b/5tTuTudk5vO5Nd/y/v3PiTTe/EleNL+GSdfOm4n/7n/1IAJMC6lAK1jvW3kBwrXWZqproj1jqJaEpTJ84PUuLOILluaNoLB5Elz6GPnUAuzZSwY4QKLmYldx1ZJ/GT+efhxte9i6MbtySuc5HX3zjrrc+/+abGYmuxG+8+rf/aW4peT4w+xd2MwgFuHpwL64cPYVv3R/i33/kdOaKhdTKhPT/6Knc0YLWlrVo1Gt47OBxrMwdQ21uP8KFgygNX4srb3w1+vqH2nzym69+5R1njj2EP3zfu3HrK575bfbUP/HdWZ2OCz2CFLT3X5jwf+4Nxn5hJC50r031z/S2tWtWl9JH2SS3hW0r22VsV8udkNJrIe7EM7zz64WA+b8CDADOuRSB4HqwqQAAAABJRU5ErkJggg==);
    background-position: 50%;
    background-repeat: no-repeat;
    border: 2px solid transparent;
    border-radius: 100%;
    height: 30px;
    left: 430px;
    position: absolute;
    transform-origin: 50% 50% 0;
    width: 30px;
    background-size: 25px 25px
}

.smartsoft-phone {
    background-color: transparent;
    cursor: pointer;
    height: 100px;
    position: fixed;
    transition: visibility .5s ease 0s;
    visibility: hidden;
    width: 100px;
    z-index: 100 !important
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

    audio:not([controls]) {
        display: none;
        height: 0
    }

[hidden], template {
    display: none
}

a {
    background-color: transparent
}

    a:active, a:hover {
        outline: 0
    }

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    margin: .67em 0;
    font-size: 2em
}

mark {
    color: #000;
    background: #ff0
}

small {
    font-size: 80%
}

sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    height: 0;
    box-sizing: content-box
}

pre {
    overflow: auto
}

code, kbd, pre, samp {
    font-family: monospace,monospace;
    font-size: 1em
}

button, input, optgroup, select, textarea {
    margin: 0;
    font: inherit;
    color: inherit
}

button {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

    button[disabled], html input[disabled] {
        cursor: default
    }

    button::-moz-focus-inner, input::-moz-focus-inner {
        padding: 0;
        border: 0
    }

input {
    line-height: normal
}

    input[type=checkbox], input[type=radio] {
        box-sizing: border-box;
        padding: 0
    }

    input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
        height: auto
    }

    input[type=search] {
        box-sizing: content-box;
        -webkit-appearance: textfield
    }

        input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
            -webkit-appearance: none
        }

fieldset {
    padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1px solid silver
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-spacing: 0;
    border-collapse: collapse
}

td, th {
    padding: 0
}

@media print {
    *, :after, :before {
        color: #000 !important;
        text-shadow: none !important;
        background: 0 0 !important;
        box-shadow: none !important
    }

    a, a:visited {
        text-decoration: underline
    }

        a[href]:after {
            content: " (" attr(href) ")"
        }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    a[href^="#"]:after, a[href^="javascript:"]:after {
        content: ""
    }

    blockquote, pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img, tr {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    h2, h3, p {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }

    select {
        background: #fff !important
    }

    .navbar {
        display: none
    }

    .btn > .caret, .dropup > .btn > .caret {
        border-top-color: #000 !important
    }

    .label {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

        .table td, .table th {
            background-color: #fff !important
        }

    .table-bordered td, .table-bordered th {
        border: 1px solid #ddd !important
    }
}

@font-face {
    font-display: auto;
    font-family: Glyphicons Halflings;
    src: url(../fonts/glyphicons-halflings-regular.eot);
    src: url(../fonts/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"),url(../fonts/glyphicons-halflings-regular.woff2) format("woff2"),url(../fonts/glyphicons-halflings-regular.woff) format("woff"),url(../fonts/glyphicons-halflings-regular.ttf) format("truetype"),url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg")
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: Glyphicons Halflings;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.glyphicon-asterisk:before {
    content: "*"
}

.glyphicon-plus:before {
    content: "+"
}

.glyphicon-eur:before, .glyphicon-euro:before {
    content: "\20AC"
}

.glyphicon-minus:before {
    content: "\2212"
}

.glyphicon-cloud:before {
    content: "\2601"
}

.glyphicon-envelope:before {
    content: "\2709"
}

.glyphicon-pencil:before {
    content: "\270F"
}

.glyphicon-glass:before {
    content: "\E001"
}

.glyphicon-music:before {
    content: "\E002"
}

.glyphicon-search:before {
    content: "\E003"
}

.glyphicon-heart:before {
    content: "\E005"
}

.glyphicon-star:before {
    content: "\E006"
}

.glyphicon-star-empty:before {
    content: "\E007"
}

.glyphicon-user:before {
    content: "\E008"
}

.glyphicon-film:before {
    content: "\E009"
}

.glyphicon-th-large:before {
    content: "\E010"
}

.glyphicon-th:before {
    content: "\E011"
}

.glyphicon-th-list:before {
    content: "\E012"
}

.glyphicon-ok:before {
    content: "\E013"
}

.glyphicon-remove:before {
    content: "\E014"
}

.glyphicon-zoom-in:before {
    content: "\E015"
}

.glyphicon-zoom-out:before {
    content: "\E016"
}

.glyphicon-off:before {
    content: "\E017"
}

.glyphicon-signal:before {
    content: "\E018"
}

.glyphicon-cog:before {
    content: "\E019"
}

.glyphicon-trash:before {
    content: "\E020"
}

.glyphicon-home:before {
    content: "\E021"
}

.glyphicon-file:before {
    content: "\E022"
}

.glyphicon-time:before {
    content: "\E023"
}

.glyphicon-road:before {
    content: "\E024"
}

.glyphicon-download-alt:before {
    content: "\E025"
}

.glyphicon-download:before {
    content: "\E026"
}

.glyphicon-upload:before {
    content: "\E027"
}

.glyphicon-inbox:before {
    content: "\E028"
}

.glyphicon-play-circle:before {
    content: "\E029"
}

.glyphicon-repeat:before {
    content: "\E030"
}

.glyphicon-refresh:before {
    content: "\E031"
}

.glyphicon-list-alt:before {
    content: "\E032"
}

.glyphicon-lock:before {
    content: "\E033"
}

.glyphicon-flag:before {
    content: "\E034"
}

.glyphicon-headphones:before {
    content: "\E035"
}

.glyphicon-volume-off:before {
    content: "\E036"
}

.glyphicon-volume-down:before {
    content: "\E037"
}

.glyphicon-volume-up:before {
    content: "\E038"
}

.glyphicon-qrcode:before {
    content: "\E039"
}

.glyphicon-barcode:before {
    content: "\E040"
}

.glyphicon-tag:before {
    content: "\E041"
}

.glyphicon-tags:before {
    content: "\E042"
}

.glyphicon-book:before {
    content: "\E043"
}

.glyphicon-bookmark:before {
    content: "\E044"
}

.glyphicon-print:before {
    content: "\E045"
}

.glyphicon-camera:before {
    content: "\E046"
}

.glyphicon-font:before {
    content: "\E047"
}

.glyphicon-bold:before {
    content: "\E048"
}

.glyphicon-italic:before {
    content: "\E049"
}

.glyphicon-text-height:before {
    content: "\E050"
}

.glyphicon-text-width:before {
    content: "\E051"
}

.glyphicon-align-left:before {
    content: "\E052"
}

.glyphicon-align-center:before {
    content: "\E053"
}

.glyphicon-align-right:before {
    content: "\E054"
}

.glyphicon-align-justify:before {
    content: "\E055"
}

.glyphicon-list:before {
    content: "\E056"
}

.glyphicon-indent-left:before {
    content: "\E057"
}

.glyphicon-indent-right:before {
    content: "\E058"
}

.glyphicon-facetime-video:before {
    content: "\E059"
}

.glyphicon-picture:before {
    content: "\E060"
}

.glyphicon-map-marker:before {
    content: "\E062"
}

.glyphicon-adjust:before {
    content: "\E063"
}

.glyphicon-tint:before {
    content: "\E064"
}

.glyphicon-edit:before {
    content: "\E065"
}

.glyphicon-share:before {
    content: "\E066"
}

.glyphicon-check:before {
    content: "\E067"
}

.glyphicon-move:before {
    content: "\E068"
}

.glyphicon-step-backward:before {
    content: "\E069"
}

.glyphicon-fast-backward:before {
    content: "\E070"
}

.glyphicon-backward:before {
    content: "\E071"
}

.glyphicon-play:before {
    content: "\E072"
}

.glyphicon-pause:before {
    content: "\E073"
}

.glyphicon-stop:before {
    content: "\E074"
}

.glyphicon-forward:before {
    content: "\E075"
}

.glyphicon-fast-forward:before {
    content: "\E076"
}

.glyphicon-step-forward:before {
    content: "\E077"
}

.glyphicon-eject:before {
    content: "\E078"
}

.glyphicon-chevron-left:before {
    content: "\E079"
}

.glyphicon-chevron-right:before {
    content: "\E080"
}

.glyphicon-plus-sign:before {
    content: "\E081"
}

.glyphicon-minus-sign:before {
    content: "\E082"
}

.glyphicon-remove-sign:before {
    content: "\E083"
}

.glyphicon-ok-sign:before {
    content: "\E084"
}

.glyphicon-question-sign:before {
    content: "\E085"
}

.glyphicon-info-sign:before {
    content: "\E086"
}

.glyphicon-screenshot:before {
    content: "\E087"
}

.glyphicon-remove-circle:before {
    content: "\E088"
}

.glyphicon-ok-circle:before {
    content: "\E089"
}

.glyphicon-ban-circle:before {
    content: "\E090"
}

.glyphicon-arrow-left:before {
    content: "\E091"
}

.glyphicon-arrow-right:before {
    content: "\E092"
}

.glyphicon-arrow-up:before {
    content: "\E093"
}

.glyphicon-arrow-down:before {
    content: "\E094"
}

.glyphicon-share-alt:before {
    content: "\E095"
}

.glyphicon-resize-full:before {
    content: "\E096"
}

.glyphicon-resize-small:before {
    content: "\E097"
}

.glyphicon-exclamation-sign:before {
    content: "\E101"
}

.glyphicon-gift:before {
    content: "\E102"
}

.glyphicon-leaf:before {
    content: "\E103"
}

.glyphicon-fire:before {
    content: "\E104"
}

.glyphicon-eye-open:before {
    content: "\E105"
}

.glyphicon-eye-close:before {
    content: "\E106"
}

.glyphicon-warning-sign:before {
    content: "\E107"
}

.glyphicon-plane:before {
    content: "\E108"
}

.glyphicon-calendar:before {
    content: "\E109"
}

.glyphicon-random:before {
    content: "\E110"
}

.glyphicon-comment:before {
    content: "\E111"
}

.glyphicon-magnet:before {
    content: "\E112"
}

.glyphicon-chevron-up:before {
    content: "\E113"
}

.glyphicon-chevron-down:before {
    content: "\E114"
}

.glyphicon-retweet:before {
    content: "\E115"
}

.glyphicon-shopping-cart:before {
    content: "\E116"
}

.glyphicon-folder-close:before {
    content: "\E117"
}

.glyphicon-folder-open:before {
    content: "\E118"
}

.glyphicon-resize-vertical:before {
    content: "\E119"
}

.glyphicon-resize-horizontal:before {
    content: "\E120"
}

.glyphicon-hdd:before {
    content: "\E121"
}

.glyphicon-bullhorn:before {
    content: "\E122"
}

.glyphicon-bell:before {
    content: "\E123"
}

.glyphicon-certificate:before {
    content: "\E124"
}

.glyphicon-thumbs-up:before {
    content: "\E125"
}

.glyphicon-thumbs-down:before {
    content: "\E126"
}

.glyphicon-hand-right:before {
    content: "\E127"
}

.glyphicon-hand-left:before {
    content: "\E128"
}

.glyphicon-hand-up:before {
    content: "\E129"
}

.glyphicon-hand-down:before {
    content: "\E130"
}

.glyphicon-circle-arrow-right:before {
    content: "\E131"
}

.glyphicon-circle-arrow-left:before {
    content: "\E132"
}

.glyphicon-circle-arrow-up:before {
    content: "\E133"
}

.glyphicon-circle-arrow-down:before {
    content: "\E134"
}

.glyphicon-globe:before {
    content: "\E135"
}

.glyphicon-wrench:before {
    content: "\E136"
}

.glyphicon-tasks:before {
    content: "\E137"
}

.glyphicon-filter:before {
    content: "\E138"
}

.glyphicon-briefcase:before {
    content: "\E139"
}

.glyphicon-fullscreen:before {
    content: "\E140"
}

.glyphicon-dashboard:before {
    content: "\E141"
}

.glyphicon-paperclip:before {
    content: "\E142"
}

.glyphicon-heart-empty:before {
    content: "\E143"
}

.glyphicon-link:before {
    content: "\E144"
}

.glyphicon-phone:before {
    content: "\E145"
}

.glyphicon-pushpin:before {
    content: "\E146"
}

.glyphicon-usd:before {
    content: "\E148"
}

.glyphicon-gbp:before {
    content: "\E149"
}

.glyphicon-sort:before {
    content: "\E150"
}

.glyphicon-sort-by-alphabet:before {
    content: "\E151"
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\E152"
}

.glyphicon-sort-by-order:before {
    content: "\E153"
}

.glyphicon-sort-by-order-alt:before {
    content: "\E154"
}

.glyphicon-sort-by-attributes:before {
    content: "\E155"
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\E156"
}

.glyphicon-unchecked:before {
    content: "\E157"
}

.glyphicon-expand:before {
    content: "\E158"
}

.glyphicon-collapse-down:before {
    content: "\E159"
}

.glyphicon-collapse-up:before {
    content: "\E160"
}

.glyphicon-log-in:before {
    content: "\E161"
}

.glyphicon-flash:before {
    content: "\E162"
}

.glyphicon-log-out:before {
    content: "\E163"
}

.glyphicon-new-window:before {
    content: "\E164"
}

.glyphicon-record:before {
    content: "\E165"
}

.glyphicon-save:before {
    content: "\E166"
}

.glyphicon-open:before {
    content: "\E167"
}

.glyphicon-saved:before {
    content: "\E168"
}

.glyphicon-import:before {
    content: "\E169"
}

.glyphicon-export:before {
    content: "\E170"
}

.glyphicon-send:before {
    content: "\E171"
}

.glyphicon-floppy-disk:before {
    content: "\E172"
}

.glyphicon-floppy-saved:before {
    content: "\E173"
}

.glyphicon-floppy-remove:before {
    content: "\E174"
}

.glyphicon-floppy-save:before {
    content: "\E175"
}

.glyphicon-floppy-open:before {
    content: "\E176"
}

.glyphicon-credit-card:before {
    content: "\E177"
}

.glyphicon-transfer:before {
    content: "\E178"
}

.glyphicon-cutlery:before {
    content: "\E179"
}

.glyphicon-header:before {
    content: "\E180"
}

.glyphicon-compressed:before {
    content: "\E181"
}

.glyphicon-earphone:before {
    content: "\E182"
}

.glyphicon-phone-alt:before {
    content: "\E183"
}

.glyphicon-tower:before {
    content: "\E184"
}

.glyphicon-stats:before {
    content: "\E185"
}

.glyphicon-sd-video:before {
    content: "\E186"
}

.glyphicon-hd-video:before {
    content: "\E187"
}

.glyphicon-subtitles:before {
    content: "\E188"
}

.glyphicon-sound-stereo:before {
    content: "\E189"
}

.glyphicon-sound-dolby:before {
    content: "\E190"
}

.glyphicon-sound-5-1:before {
    content: "\E191"
}

.glyphicon-sound-6-1:before {
    content: "\E192"
}

.glyphicon-sound-7-1:before {
    content: "\E193"
}

.glyphicon-copyright-mark:before {
    content: "\E194"
}

.glyphicon-registration-mark:before {
    content: "\E195"
}

.glyphicon-cloud-download:before {
    content: "\E197"
}

.glyphicon-cloud-upload:before {
    content: "\E198"
}

.glyphicon-tree-conifer:before {
    content: "\E199"
}

.glyphicon-tree-deciduous:before {
    content: "\E200"
}

.glyphicon-cd:before {
    content: "\E201"
}

.glyphicon-save-file:before {
    content: "\E202"
}

.glyphicon-open-file:before {
    content: "\E203"
}

.glyphicon-level-up:before {
    content: "\E204"
}

.glyphicon-copy:before {
    content: "\E205"
}

.glyphicon-paste:before {
    content: "\E206"
}

.glyphicon-alert:before {
    content: "\E209"
}

.glyphicon-equalizer:before {
    content: "\E210"
}

.glyphicon-king:before {
    content: "\E211"
}

.glyphicon-queen:before {
    content: "\E212"
}

.glyphicon-pawn:before {
    content: "\E213"
}

.glyphicon-bishop:before {
    content: "\E214"
}

.glyphicon-knight:before {
    content: "\E215"
}

.glyphicon-baby-formula:before {
    content: "\E216"
}

.glyphicon-tent:before {
    content: "\26FA"
}

.glyphicon-blackboard:before {
    content: "\E218"
}

.glyphicon-bed:before {
    content: "\E219"
}

.glyphicon-apple:before {
    content: "\F8FF"
}

.glyphicon-erase:before {
    content: "\E221"
}

.glyphicon-hourglass:before {
    content: "\231B"
}

.glyphicon-lamp:before {
    content: "\E223"
}

.glyphicon-duplicate:before {
    content: "\E224"
}

.glyphicon-piggy-bank:before {
    content: "\E225"
}

.glyphicon-scissors:before {
    content: "\E226"
}

.glyphicon-bitcoin:before, .glyphicon-btc:before, .glyphicon-xbt:before {
    content: "\E227"
}

.glyphicon-jpy:before, .glyphicon-yen:before {
    content: "\A5"
}

.glyphicon-rub:before, .glyphicon-ruble:before {
    content: "\20BD"
}

.glyphicon-scale:before {
    content: "\E230"
}

.glyphicon-ice-lolly:before {
    content: "\E231"
}

.glyphicon-ice-lolly-tasted:before {
    content: "\E232"
}

.glyphicon-education:before {
    content: "\E233"
}

.glyphicon-option-horizontal:before {
    content: "\E234"
}

.glyphicon-option-vertical:before {
    content: "\E235"
}

.glyphicon-menu-hamburger:before {
    content: "\E236"
}

.glyphicon-modal-window:before {
    content: "\E237"
}

.glyphicon-oil:before {
    content: "\E238"
}

.glyphicon-grain:before {
    content: "\E239"
}

.glyphicon-sunglasses:before {
    content: "\E240"
}

.glyphicon-text-size:before {
    content: "\E241"
}

.glyphicon-text-color:before {
    content: "\E242"
}

.glyphicon-text-background:before {
    content: "\E243"
}

.glyphicon-object-align-top:before {
    content: "\E244"
}

.glyphicon-object-align-bottom:before {
    content: "\E245"
}

.glyphicon-object-align-horizontal:before {
    content: "\E246"
}

.glyphicon-object-align-left:before {
    content: "\E247"
}

.glyphicon-object-align-vertical:before {
    content: "\E248"
}

.glyphicon-object-align-right:before {
    content: "\E249"
}

.glyphicon-triangle-right:before {
    content: "\E250"
}

.glyphicon-triangle-left:before {
    content: "\E251"
}

.glyphicon-triangle-bottom:before {
    content: "\E252"
}

.glyphicon-triangle-top:before {
    content: "\E253"
}

.glyphicon-console:before {
    content: "\E254"
}

.glyphicon-superscript:before {
    content: "\E255"
}

.glyphicon-subscript:before {
    content: "\E256"
}

.glyphicon-menu-left:before {
    content: "\E257"
}

.glyphicon-menu-right:before {
    content: "\E258"
}

.glyphicon-menu-down:before {
    content: "\E259"
}

.glyphicon-menu-up:before {
    content: "\E260"
}

*, :after, :before {
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}

body {
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff
}

button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #337ab7
}

    a:focus, a:hover {
        color: #23527c;
        text-decoration: underline
    }

    a:focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px
    }

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail > img, .thumbnail a > img {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: all .2s ease-in-out
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

[role=button] {
    cursor: pointer
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

    .h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
        font-weight: 400;
        line-height: 1;
        color: #777
    }

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

    .h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small {
        font-size: 65%
    }

.h4, .h5, .h6, h4, h5, h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

    .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
        font-size: 75%
    }

.h1, h1 {
    font-size: 36px
}

.h2, h2 {
    font-size: 30px
}

.h3, h3 {
    font-size: 24px
}

.h4, h4 {
    font-size: 18px
}

.h5, h5 {
    font-size: 14px
}

.h6, h6 {
    font-size: 12px
}

p {
    margin: 0 0 10px
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4
}

@media (min-width:768px) {
    .lead {
        font-size: 21px
    }
}

.small, small {
    font-size: 85%
}

.mark, mark {
    padding: .2em;
    background-color: #fcf8e3
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #777
}

.text-primary {
    color: #337ab7
}

a.text-primary:hover {
    color: #286090
}

.text-success {
    color: #3c763d
}

a.text-success:hover {
    color: #2b542c
}

.text-info {
    color: #31708f
}

a.text-info:hover {
    color: #245269
}

.text-warning {
    color: #8a6d3b
}

a.text-warning:hover {
    color: #66512c
}

.text-danger {
    color: #a94442
}

a.text-danger:hover {
    color: #843534
}

.bg-primary {
    color: #fff;
    background-color: #337ab7
}

a.bg-primary:hover {
    background-color: #286090
}

.bg-success {
    background-color: #dff0d8
}

a.bg-success:hover {
    background-color: #c1e2b3
}

.bg-info {
    background-color: #d9edf7
}

a.bg-info:hover {
    background-color: #afd9ee
}

.bg-warning {
    background-color: #fcf8e3
}

a.bg-warning:hover {
    background-color: #f7ecb5
}

.bg-danger {
    background-color: #f2dede
}

a.bg-danger:hover {
    background-color: #e4b9b9
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee
}

ol, ul {
    margin-top: 0;
    margin-bottom: 10px
}

    ol ol, ol ul, ul ol, ul ul {
        margin-bottom: 0
    }

.list-inline, .list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    margin-left: -5px
}

    .list-inline > li {
        display: inline-block;
        padding-right: 5px;
        padding-left: 5px
    }

dl {
    margin-top: 0;
    margin-bottom: 20px
}

dd, dt {
    line-height: 1.42857143
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

@media (min-width:768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        overflow: hidden;
        clear: left;
        text-align: right;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .dl-horizontal dd {
        margin-left: 180px
    }
}

abbr[data-original-title], abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #777
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee
}

    blockquote ol:last-child, blockquote p:last-child, blockquote ul:last-child {
        margin-bottom: 0
    }

    blockquote .small, blockquote footer, blockquote small {
        display: block;
        font-size: 80%;
        line-height: 1.42857143;
        color: #777
    }

        blockquote .small:before, blockquote footer:before, blockquote small:before {
            content: "\2014   \A0"
        }

    .blockquote-reverse, blockquote.pull-right {
        padding-right: 15px;
        padding-left: 0;
        text-align: right;
        border-right: 5px solid #eee;
        border-left: 0
    }

        .blockquote-reverse .small:before, .blockquote-reverse footer:before, .blockquote-reverse small:before, blockquote.pull-right .small:before, blockquote.pull-right footer:before, blockquote.pull-right small:before {
            content: ""
        }

        .blockquote-reverse .small:after, .blockquote-reverse footer:after, .blockquote-reverse small:after, blockquote.pull-right .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after {
            content: "\A0   \2014"
        }

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143
}

code, kbd, pre, samp {
    font-family: Menlo,Monaco,Consolas,Courier New,monospace
}

code {
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px
}

code, kbd {
    padding: 2px 4px;
    font-size: 90%
}

kbd {
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.25)
}

    kbd kbd {
        padding: 0;
        font-size: 100%;
        font-weight: 700;
        box-shadow: none
    }

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px
}

    pre code {
        padding: 0;
        font-size: inherit;
        color: inherit;
        white-space: pre-wrap;
        background-color: transparent;
        border-radius: 0
    }

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:768px) {
    .container {
        width: 750px
    }
}

@media (min-width:992px) {
    .container {
        width: 970px
    }
}

@media (min-width:1200px) {
    .container {
        width: 1170px
    }
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    margin-right: -15px;
    margin-left: -15px
}

.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

@media (min-width:768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-pull-11 {
        right: 91.66666667%
    }

    .col-sm-pull-10 {
        right: 83.33333333%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-8 {
        right: 66.66666667%
    }

    .col-sm-pull-7 {
        right: 58.33333333%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-5 {
        right: 41.66666667%
    }

    .col-sm-pull-4 {
        right: 33.33333333%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-2 {
        right: 16.66666667%
    }

    .col-sm-pull-1 {
        right: 8.33333333%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-push-11 {
        left: 91.66666667%
    }

    .col-sm-push-10 {
        left: 83.33333333%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-8 {
        left: 66.66666667%
    }

    .col-sm-push-7 {
        left: 58.33333333%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-5 {
        left: 41.66666667%
    }

    .col-sm-push-4 {
        left: 33.33333333%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-2 {
        left: 16.66666667%
    }

    .col-sm-push-1 {
        left: 8.33333333%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width:992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-pull-11 {
        right: 91.66666667%
    }

    .col-md-pull-10 {
        right: 83.33333333%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-8 {
        right: 66.66666667%
    }

    .col-md-pull-7 {
        right: 58.33333333%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-5 {
        right: 41.66666667%
    }

    .col-md-pull-4 {
        right: 33.33333333%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-2 {
        right: 16.66666667%
    }

    .col-md-pull-1 {
        right: 8.33333333%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-push-11 {
        left: 91.66666667%
    }

    .col-md-push-10 {
        left: 83.33333333%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-8 {
        left: 66.66666667%
    }

    .col-md-push-7 {
        left: 58.33333333%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-5 {
        left: 41.66666667%
    }

    .col-md-push-4 {
        left: 33.33333333%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-2 {
        left: 16.66666667%
    }

    .col-md-push-1 {
        left: 8.33333333%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-offset-12 {
        margin-left: 100%
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width:1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-1 {
        width: 8.33333333%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-pull-11 {
        right: 91.66666667%
    }

    .col-lg-pull-10 {
        right: 83.33333333%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-8 {
        right: 66.66666667%
    }

    .col-lg-pull-7 {
        right: 58.33333333%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-5 {
        right: 41.66666667%
    }

    .col-lg-pull-4 {
        right: 33.33333333%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-2 {
        right: 16.66666667%
    }

    .col-lg-pull-1 {
        right: 8.33333333%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-push-11 {
        left: 91.66666667%
    }

    .col-lg-push-10 {
        left: 83.33333333%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-8 {
        left: 66.66666667%
    }

    .col-lg-push-7 {
        left: 58.33333333%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-5 {
        left: 41.66666667%
    }

    .col-lg-push-4 {
        left: 33.33333333%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-2 {
        left: 16.66666667%
    }

    .col-lg-push-1 {
        left: 8.33333333%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }
}

table {
    background-color: transparent
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777
}

caption, th {
    text-align: left
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px
}

    .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
        padding: 8px;
        line-height: 1.42857143;
        vertical-align: top;
        border-top: 1px solid #ddd
    }

    .table > thead > tr > th {
        vertical-align: bottom;
        border-bottom: 2px solid #ddd
    }

    .table > caption + thead > tr:first-child > td, .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > td, .table > thead:first-child > tr:first-child > th {
        border-top: 0
    }

    .table > tbody + tbody {
        border-top: 2px solid #ddd
    }

    .table .table {
        background-color: #fff
    }

.table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th {
    padding: 5px
}

.table-bordered, .table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border: 1px solid #ddd
}

    .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
        border-bottom-width: 2px
    }

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9
}

.table-hover > tbody > tr:hover {
    background-color: #f5f5f5
}

table col[class*=col-] {
    position: static;
    display: table-column;
    float: none
}

table td[class*=col-], table th[class*=col-] {
    position: static;
    display: table-cell;
    float: none
}

.table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > thead > tr > td.active, .table > thead > tr > th.active {
    background-color: #f5f5f5
}

.table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr.active:hover > th, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover {
    background-color: #e8e8e8
}

.table > tbody > tr.success > td, .table > tbody > tr.success > th, .table > tbody > tr > td.success, .table > tbody > tr > th.success, .table > tfoot > tr.success > td, .table > tfoot > tr.success > th, .table > tfoot > tr > td.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th, .table > thead > tr > td.success, .table > thead > tr > th.success {
    background-color: #dff0d8
}

.table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr.success:hover > th, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover {
    background-color: #d0e9c6
}

.table > tbody > tr.info > td, .table > tbody > tr.info > th, .table > tbody > tr > td.info, .table > tbody > tr > th.info, .table > tfoot > tr.info > td, .table > tfoot > tr.info > th, .table > tfoot > tr > td.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th, .table > thead > tr > td.info, .table > thead > tr > th.info {
    background-color: #d9edf7
}

.table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr.info:hover > th, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover {
    background-color: #c4e3f3
}

.table > tbody > tr.warning > td, .table > tbody > tr.warning > th, .table > tbody > tr > td.warning, .table > tbody > tr > th.warning, .table > tfoot > tr.warning > td, .table > tfoot > tr.warning > th, .table > tfoot > tr > td.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th, .table > thead > tr > td.warning, .table > thead > tr > th.warning {
    background-color: #fcf8e3
}

.table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr.warning:hover > th, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover {
    background-color: #faf2cc
}

.table > tbody > tr.danger > td, .table > tbody > tr.danger > th, .table > tbody > tr > td.danger, .table > tbody > tr > th.danger, .table > tfoot > tr.danger > td, .table > tfoot > tr.danger > th, .table > tfoot > tr > td.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th, .table > thead > tr > td.danger, .table > thead > tr > th.danger {
    background-color: #f2dede
}

.table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr.danger:hover > th, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover {
    background-color: #ebcccc
}

.table-responsive {
    min-height: .01%;
    overflow-x: auto
}

@media screen and (max-width:767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }

        .table-responsive > .table {
            margin-bottom: 0
        }

            .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > thead > tr > th {
                white-space: nowrap
            }

        .table-responsive > .table-bordered {
            border: 0
        }

            .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > thead > tr > th:first-child {
                border-left: 0
            }

            .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > thead > tr > th:last-child {
                border-right: 0
            }

            .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > th {
                border-bottom: 0
            }
}

fieldset {
    min-width: 0;
    margin: 0
}

fieldset, legend {
    padding: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700
}

input[type=search] {
    box-sizing: border-box
}

input[type=checkbox], input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px\9;
    line-height: normal
}

input[type=file] {
    display: block
}

input[type=range] {
    display: block;
    width: 100%
}

select[multiple], select[size] {
    height: auto
}

input[type=checkbox]:focus, input[type=file]:focus, input[type=radio]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

output {
    padding-top: 7px
}

.form-control, output {
    display: block;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555
}

.form-control {
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

    .form-control:focus {
        border-color: #66afe9;
        outline: 0;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)
    }

    .form-control::-moz-placeholder {
        color: #999;
        opacity: 1
    }

    .form-control:-ms-input-placeholder {
        color: #999
    }

    .form-control::-webkit-input-placeholder {
        color: #999
    }

    .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
        background-color: #eee;
        opacity: 1
    }

    .form-control[disabled], fieldset[disabled] .form-control {
        cursor: not-allowed
    }

textarea.form-control {
    height: auto
}

input[type=search] {
    -webkit-appearance: none
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
        line-height: 34px
    }

        .input-group-sm input[type=date], .input-group-sm input[type=datetime-local], .input-group-sm input[type=month], .input-group-sm input[type=time], input[type=date].input-sm, input[type=datetime-local].input-sm, input[type=month].input-sm, input[type=time].input-sm {
            line-height: 30px
        }

        .input-group-lg input[type=date], .input-group-lg input[type=datetime-local], .input-group-lg input[type=month], .input-group-lg input[type=time], input[type=date].input-lg, input[type=datetime-local].input-lg, input[type=month].input-lg, input[type=time].input-lg {
            line-height: 46px
        }
}

.form-group {
    margin-bottom: 15px
}

.checkbox, .radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

    .checkbox label, .radio label {
        min-height: 20px;
        padding-left: 20px;
        margin-bottom: 0;
        font-weight: 400;
        cursor: pointer
    }

    .checkbox-inline input[type=checkbox], .checkbox input[type=checkbox], .radio-inline input[type=radio], .radio input[type=radio] {
        position: absolute;
        margin-top: 4px\9;
        margin-left: -20px
    }

    .checkbox + .checkbox, .radio + .radio {
        margin-top: -5px
    }

.checkbox-inline, .radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer
}

    .checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline {
        margin-top: 0;
        margin-left: 10px
    }

    .checkbox-inline.disabled, .checkbox.disabled label, .radio-inline.disabled, .radio.disabled label, fieldset[disabled] .checkbox-inline, fieldset[disabled] .checkbox label, fieldset[disabled] .radio-inline, fieldset[disabled] .radio label, fieldset[disabled] input[type=checkbox], fieldset[disabled] input[type=radio], input[type=checkbox].disabled, input[type=checkbox][disabled], input[type=radio].disabled, input[type=radio][disabled] {
        cursor: not-allowed
    }

.form-control-static {
    min-height: 34px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0
}

    .form-control-static.input-lg, .form-control-static.input-sm {
        padding-right: 0;
        padding-left: 0
    }

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-sm {
    height: 30px;
    line-height: 30px
}

select[multiple].input-sm, textarea.input-sm {
    height: auto
}

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.form-group-sm .form-control {
    height: 30px;
    line-height: 30px
}

select[multiple].form-group-sm .form-control, textarea.form-group-sm .form-control {
    height: auto
}

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

select.input-lg {
    height: 46px;
    line-height: 46px
}

select[multiple].input-lg, textarea.input-lg {
    height: auto
}

.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

select.form-group-lg .form-control {
    height: 46px;
    line-height: 46px
}

select[multiple].form-group-lg .form-control, textarea.form-group-lg .form-control {
    height: auto
}

.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.has-feedback {
    position: relative
}

    .has-feedback .form-control {
        padding-right: 42.5px
    }

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none
}

.input-lg + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px
}

.input-sm + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px
}

.has-success .checkbox, .has-success .checkbox-inline, .has-success.checkbox-inline label, .has-success.checkbox label, .has-success .control-label, .has-success .help-block, .has-success .radio, .has-success .radio-inline, .has-success.radio-inline label, .has-success.radio label {
    color: #3c763d
}

.has-success .form-control {
    border-color: #3c763d;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

    .has-success .form-control:focus {
        border-color: #2b542c;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168
    }

.has-success .input-group-addon {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #3c763d
}

.has-success .form-control-feedback {
    color: #3c763d
}

.has-warning .checkbox, .has-warning .checkbox-inline, .has-warning.checkbox-inline label, .has-warning.checkbox label, .has-warning .control-label, .has-warning .help-block, .has-warning .radio, .has-warning .radio-inline, .has-warning.radio-inline label, .has-warning.radio label {
    color: #8a6d3b
}

.has-warning .form-control {
    border-color: #8a6d3b;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

    .has-warning .form-control:focus {
        border-color: #66512c;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b
    }

.has-warning .input-group-addon {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #8a6d3b
}

.has-warning .form-control-feedback {
    color: #8a6d3b
}

.has-error .checkbox, .has-error .checkbox-inline, .has-error.checkbox-inline label, .has-error.checkbox label, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.radio-inline label, .has-error.radio label {
    color: #a94442
}

.has-error .form-control {
    border-color: #a94442;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

    .has-error .form-control:focus {
        border-color: #843534;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483
    }

.has-error .input-group-addon {
    color: #a94442;
    background-color: #f2dede;
    border-color: #a94442
}

.has-error .form-control-feedback {
    color: #a94442
}

.has-feedback label ~ .form-control-feedback {
    top: 25px
}

.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373
}

@media (min-width:768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-static {
        display: inline-block
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }

        .form-inline .input-group .form-control, .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn {
            width: auto
        }

        .form-inline .input-group > .form-control {
            width: 100%
        }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .checkbox, .form-inline .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

        .form-inline .checkbox label, .form-inline .radio label {
            padding-left: 0
        }

        .form-inline .checkbox input[type=checkbox], .form-inline .radio input[type=radio] {
            position: relative;
            margin-left: 0
        }

    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .radio, .form-horizontal .radio-inline {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0
}

.form-horizontal .checkbox, .form-horizontal .radio {
    min-height: 27px
}

.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width:768px) {
    .form-horizontal .control-label {
        padding-top: 7px;
        margin-bottom: 0;
        text-align: right
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px
}

@media (min-width:768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 14.33px
    }
}

@media (min-width:768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px
    }
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

    .btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px
    }

    .btn.focus, .btn:focus, .btn:hover {
        color: #333;
        text-decoration: none
    }

    .btn.active, .btn:active {
        background-image: none;
        outline: 0;
        box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
    }

    .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
        pointer-events: none;
        cursor: not-allowed;
        filter: alpha(opacity=65);
        box-shadow: none;
        opacity: .65
    }

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

    .btn-default.active, .btn-default.focus, .btn-default:active, .btn-default:focus, .btn-default:hover, .open > .dropdown-toggle.btn-default {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad
    }

    .btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default {
        background-image: none
    }

    .btn-default.disabled, .btn-default.disabled.active, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled], .btn-default[disabled].active, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default.active, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
        background-color: #fff;
        border-color: #ccc
    }

    .btn-default .badge {
        color: #fff;
        background-color: #333
    }

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4
}

    .btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open > .dropdown-toggle.btn-primary {
        color: #fff;
        background-color: #286090;
        border-color: #204d74
    }

    .btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
        background-image: none
    }

    .btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary[disabled].active, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
        background-color: #337ab7;
        border-color: #2e6da4
    }

    .btn-primary .badge {
        color: #337ab7;
        background-color: #fff
    }

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

    .btn-success.active, .btn-success.focus, .btn-success:active, .btn-success:focus, .btn-success:hover, .open > .dropdown-toggle.btn-success {
        color: #fff;
        background-color: #449d44;
        border-color: #398439
    }

    .btn-success.active, .btn-success:active, .open > .dropdown-toggle.btn-success {
        background-image: none
    }

    .btn-success.disabled, .btn-success.disabled.active, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled], .btn-success[disabled].active, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success.active, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
        background-color: #5cb85c;
        border-color: #4cae4c
    }

    .btn-success .badge {
        color: #5cb85c;
        background-color: #fff
    }

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}

    .btn-info.active, .btn-info.focus, .btn-info:active, .btn-info:focus, .btn-info:hover, .open > .dropdown-toggle.btn-info {
        color: #fff;
        background-color: #31b0d5;
        border-color: #269abc
    }

    .btn-info.active, .btn-info:active, .open > .dropdown-toggle.btn-info {
        background-image: none
    }

    .btn-info.disabled, .btn-info.disabled.active, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info[disabled], .btn-info[disabled].active, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled]:focus, .btn-info[disabled]:hover, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info.active, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:hover {
        background-color: #5bc0de;
        border-color: #46b8da
    }

    .btn-info .badge {
        color: #5bc0de;
        background-color: #fff
    }

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}

    .btn-warning.active, .btn-warning.focus, .btn-warning:active, .btn-warning:focus, .btn-warning:hover, .open > .dropdown-toggle.btn-warning {
        color: #fff;
        background-color: #ec971f;
        border-color: #d58512
    }

    .btn-warning.active, .btn-warning:active, .open > .dropdown-toggle.btn-warning {
        background-image: none
    }

    .btn-warning.disabled, .btn-warning.disabled.active, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled:focus, .btn-warning.disabled:hover, .btn-warning[disabled], .btn-warning[disabled].active, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled]:focus, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning.active, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:hover {
        background-color: #f0ad4e;
        border-color: #eea236
    }

    .btn-warning .badge {
        color: #f0ad4e;
        background-color: #fff
    }

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}

    .btn-danger.active, .btn-danger.focus, .btn-danger:active, .btn-danger:focus, .btn-danger:hover, .open > .dropdown-toggle.btn-danger {
        color: #fff;
        background-color: #c9302c;
        border-color: #ac2925
    }

    .btn-danger.active, .btn-danger:active, .open > .dropdown-toggle.btn-danger {
        background-image: none
    }

    .btn-danger.disabled, .btn-danger.disabled.active, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled:focus, .btn-danger.disabled:hover, .btn-danger[disabled], .btn-danger[disabled].active, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled]:focus, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger.active, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:hover {
        background-color: #d9534f;
        border-color: #d43f3a
    }

    .btn-danger .badge {
        color: #d9534f;
        background-color: #fff
    }

.btn-link {
    font-weight: 400;
    color: #337ab7;
    border-radius: 0
}

    .btn-link, .btn-link.active, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
        background-color: transparent;
        box-shadow: none
    }

        .btn-link, .btn-link:active, .btn-link:focus, .btn-link:hover {
            border-color: transparent
        }

            .btn-link:focus, .btn-link:hover {
                color: #23527c;
                text-decoration: underline;
                background-color: transparent
            }

            .btn-link[disabled]:focus, .btn-link[disabled]:hover, fieldset[disabled] .btn-link:focus, fieldset[disabled] .btn-link:hover {
                color: #777;
                text-decoration: none
            }

.btn-group-lg > .btn, .btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

.btn-group-sm > .btn, .btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-group-xs > .btn, .btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-block {
    display: block;
    width: 100%
}

    .btn-block + .btn-block {
        margin-top: 5px
    }

input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
    width: 100%
}

.fade {
    opacity: 0;
    transition: opacity .15s linear
}

    .fade.in {
        opacity: 1
    }

.collapse {
    display: none
}

    .collapse.in {
        display: block
    }

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition-timing-function: ease;
    transition-duration: .35s;
    transition-property: height,visibility
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.dropdown, .dropup {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0,0,0,.175)
}

    .dropdown-menu.pull-right {
        right: 0;
        left: auto
    }

    .dropdown-menu .divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5
    }

    .dropdown-menu > li > a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: 400;
        line-height: 1.42857143;
        color: #333;
        white-space: nowrap
    }

        .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
            color: #262626;
            text-decoration: none;
            background-color: #f5f5f5
        }

    .dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
        color: #fff;
        text-decoration: none;
        background-color: #337ab7;
        outline: 0
    }

    .dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
        color: #777
    }

        .dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
            text-decoration: none;
            cursor: not-allowed;
            background-color: transparent;
            background-image: none;
            filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
        }

.open > .dropdown-menu {
    display: block
}

.open > a {
    outline: 0
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

.dropdown-menu-left {
    right: auto;
    left: 0
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px solid
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}

@media (min-width:768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto
    }

    .navbar-right .dropdown-menu-left {
        right: auto;
        left: 0
    }
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

    .btn-group-vertical > .btn, .btn-group > .btn {
        position: relative;
        float: left
    }

        .btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:hover, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus, .btn-group > .btn:hover {
            z-index: 2
        }

    .btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
        margin-left: -1px
    }

.btn-toolbar {
    margin-left: -5px
}

    .btn-toolbar .btn-group, .btn-toolbar .input-group {
        float: left
    }

    .btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
        margin-left: 5px
    }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.btn-group > .btn:first-child {
    margin-left: 0
}

    .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group > .btn-group {
    float: left
}

    .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
        border-radius: 0
    }

    .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
    outline: 0
}

.btn-group > .btn + .dropdown-toggle {
    padding-right: 8px;
    padding-left: 8px
}

.btn-group > .btn-lg + .dropdown-toggle {
    padding-right: 12px;
    padding-left: 12px
}

.btn-group.open .dropdown-toggle {
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
}

    .btn-group.open .dropdown-toggle.btn-link {
        box-shadow: none
    }

.btn .caret {
    margin-left: 0
}

.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px
}

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

    .btn-group-vertical > .btn-group > .btn {
        float: none
    }

    .btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
        margin-top: -1px;
        margin-left: 0
    }

    .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
        border-radius: 0
    }

    .btn-group-vertical > .btn:first-child:not(:last-child) {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0
    }

    .btn-group-vertical > .btn:last-child:not(:first-child) {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-left-radius: 4px
    }

    .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
        border-radius: 0
    }

    .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0
    }

    .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate
}

    .btn-group-justified > .btn, .btn-group-justified > .btn-group {
        display: table-cell;
        float: none;
        width: 1%
    }

        .btn-group-justified > .btn-group .btn {
            width: 100%
        }

        .btn-group-justified > .btn-group .dropdown-menu {
            left: auto
        }

[data-toggle=buttons] > .btn-group > .btn input[type=checkbox], [data-toggle=buttons] > .btn-group > .btn input[type=radio], [data-toggle=buttons] > .btn input[type=checkbox], [data-toggle=buttons] > .btn input[type=radio] {
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

    .input-group[class*=col-] {
        float: none;
        padding-right: 0;
        padding-left: 0
    }

    .input-group .form-control {
        position: relative;
        z-index: 2;
        float: left;
        width: 100%;
        margin-bottom: 0
    }

.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

select.input-group-lg > .form-control, select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    line-height: 46px
}

select[multiple].input-group-lg > .form-control, select[multiple].input-group-lg > .input-group-addon, select[multiple].input-group-lg > .input-group-btn > .btn, textarea.input-group-lg > .form-control, textarea.input-group-lg > .input-group-addon, textarea.input-group-lg > .input-group-btn > .btn {
    height: auto
}

.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-group-sm > .form-control, select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    line-height: 30px
}

select[multiple].input-group-sm > .form-control, select[multiple].input-group-sm > .input-group-addon, select[multiple].input-group-sm > .input-group-btn > .btn, textarea.input-group-sm > .form-control, textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-btn > .btn {
    height: auto
}

.input-group-addon, .input-group-btn, .input-group .form-control {
    display: table-cell
}

    .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) {
        border-radius: 0
    }

.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px
}

    .input-group-addon.input-sm {
        padding: 5px 10px;
        font-size: 12px;
        border-radius: 3px
    }

    .input-group-addon.input-lg {
        padding: 10px 16px;
        font-size: 18px;
        border-radius: 6px
    }

    .input-group-addon input[type=checkbox], .input-group-addon input[type=radio] {
        margin-top: 0
    }

    .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn-group:not(:last-child) > .btn, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group .form-control:first-child {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .input-group-addon:first-child {
        border-right: 0
    }

    .input-group-addon:last-child, .input-group-btn:first-child > .btn-group:not(:first-child) > .btn, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group .form-control:last-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .input-group-addon:last-child {
        border-left: 0
    }

.input-group-btn {
    font-size: 0;
    white-space: nowrap
}

    .input-group-btn, .input-group-btn > .btn {
        position: relative
    }

        .input-group-btn > .btn + .btn {
            margin-left: -1px
        }

        .input-group-btn > .btn:active, .input-group-btn > .btn:focus, .input-group-btn > .btn:hover {
            z-index: 2
        }

        .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
            margin-right: -1px
        }

        .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
            margin-left: -1px
        }

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

    .nav > li, .nav > li > a {
        position: relative;
        display: block
    }

        .nav > li > a {
            padding: 10px 15px
        }

            .nav > li > a:focus, .nav > li > a:hover {
                text-decoration: none;
                background-color: #eee
            }

        .nav > li.disabled > a {
            color: #777
        }

            .nav > li.disabled > a:focus, .nav > li.disabled > a:hover {
                color: #777;
                text-decoration: none;
                cursor: not-allowed;
                background-color: transparent
            }

    .nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
        background-color: #eee;
        border-color: #337ab7
    }

    .nav .nav-divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5
    }

    .nav > li > a > img {
        max-width: none
    }

.nav-tabs {
    border-bottom: 1px solid #ddd
}

    .nav-tabs > li {
        float: left;
        margin-bottom: -1px
    }

        .nav-tabs > li > a {
            margin-right: 2px;
            line-height: 1.42857143;
            border: 1px solid transparent;
            border-radius: 4px 4px 0 0
        }

            .nav-tabs > li > a:hover {
                border-color: #eee #eee #ddd
            }

        .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
            color: #555;
            cursor: default;
            background-color: #fff;
            border: 1px solid #ddd;
            border-bottom-color: transparent
        }

    .nav-tabs.nav-justified {
        width: 100%;
        border-bottom: 0
    }

        .nav-tabs.nav-justified > li {
            float: none
        }

            .nav-tabs.nav-justified > li > a {
                margin-bottom: 5px;
                text-align: center
            }

        .nav-tabs.nav-justified > .dropdown .dropdown-menu {
            top: auto;
            left: auto
        }

@media (min-width:768px) {
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%
    }

        .nav-tabs.nav-justified > li > a {
            margin-bottom: 0
        }
}

.nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
    border: 1px solid #ddd
}

@media (min-width:768px) {
    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
        border-bottom-color: #fff
    }
}

.nav-pills > li {
    float: left
}

    .nav-pills > li > a {
        border-radius: 4px
    }

    .nav-pills > li + li {
        margin-left: 2px
    }

    .nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
        color: #fff;
        background-color: #337ab7
    }

.nav-stacked > li {
    float: none
}

    .nav-stacked > li + li {
        margin-top: 2px;
        margin-left: 0
    }

.nav-justified {
    width: 100%
}

    .nav-justified > li {
        float: none
    }

        .nav-justified > li > a {
            margin-bottom: 5px;
            text-align: center
        }

    .nav-justified > .dropdown .dropdown-menu {
        top: auto;
        left: auto
    }

@media (min-width:768px) {
    .nav-justified > li {
        display: table-cell;
        width: 1%
    }

        .nav-justified > li > a {
            margin-bottom: 0
        }
}

.nav-tabs-justified {
    border-bottom: 0
}

    .nav-tabs-justified > li > a {
        margin-right: 0;
        border-radius: 4px
    }

    .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:focus, .nav-tabs-justified > .active > a:hover {
        border: 1px solid #ddd
    }

@media (min-width:768px) {
    .nav-tabs-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:focus, .nav-tabs-justified > .active > a:hover {
        border-bottom-color: #fff
    }
}

.tab-content > .tab-pane {
    display: none
}

.tab-content > .active {
    display: block
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent
}

@media (min-width:768px) {
    .navbar {
        border-radius: 4px
    }
}

@media (min-width:768px) {
    .navbar-header {
        float: left
    }
}

.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 hsla(0,0%,100%,.1)
}

    .navbar-collapse.in {
        overflow-y: auto
    }

@media (min-width:768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none
    }

        .navbar-collapse.collapse {
            display: block !important;
            height: auto !important;
            padding-bottom: 0;
            overflow: visible !important
        }

        .navbar-collapse.in {
            overflow-y: visible
        }

    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse {
        padding-right: 0;
        padding-left: 0
    }
}

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 340px
}

@media (max-device-width:480px)and (orientation:landscape) {
    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
        max-height: 200px
    }
}

.container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width:768px) {
    .container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
        margin-right: 0;
        margin-left: 0
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px
}

@media (min-width:768px) {
    .navbar-static-top {
        border-radius: 0
    }
}

.navbar-fixed-bottom, .navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

@media (min-width:768px) {
    .navbar-fixed-bottom, .navbar-fixed-top {
        border-radius: 0
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px;
    font-size: 18px;
    line-height: 20px
}

    .navbar-brand:focus, .navbar-brand:hover {
        text-decoration: none
    }

    .navbar-brand > img {
        display: block
    }

@media (min-width:768px) {
    .navbar > .container-fluid .navbar-brand, .navbar > .container .navbar-brand {
        margin-left: -15px
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

    .navbar-toggle:focus {
        outline: 0
    }

    .navbar-toggle .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px
    }

        .navbar-toggle .icon-bar + .icon-bar {
            margin-top: 4px
        }

@media (min-width:768px) {
    .navbar-toggle {
        display: none
    }
}

.navbar-nav {
    margin: 7.5px -15px
}

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 20px
    }

@media (max-width:767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none
    }

        .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu > li > a {
            padding: 5px 15px 5px 25px
        }

        .navbar-nav .open .dropdown-menu > li > a {
            line-height: 20px
        }

            .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-nav .open .dropdown-menu > li > a:hover {
                background-image: none
            }
}

@media (min-width:768px) {
    .navbar-nav {
        float: left;
        margin: 0
    }

        .navbar-nav > li {
            float: left
        }

            .navbar-nav > li > a {
                padding-top: 15px;
                padding-bottom: 15px
            }
}

.navbar-form {
    padding: 10px 15px;
    margin: 8px -15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    box-shadow: inset 0 1px 0 hsla(0,0%,100%,.1),0 1px 0 hsla(0,0%,100%,.1)
}

@media (min-width:768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .navbar-form .form-control-static {
        display: inline-block
    }

    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle
    }

        .navbar-form .input-group .form-control, .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn {
            width: auto
        }

        .navbar-form .input-group > .form-control {
            width: 100%
        }

    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .checkbox, .navbar-form .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

        .navbar-form .checkbox label, .navbar-form .radio label {
            padding-left: 0
        }

        .navbar-form .checkbox input[type=checkbox], .navbar-form .radio input[type=radio] {
            position: relative;
            margin-left: 0
        }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0
    }
}

@media (max-width:767px) {
    .navbar-form .form-group {
        margin-bottom: 5px
    }

        .navbar-form .form-group:last-child {
            margin-bottom: 0
        }
}

@media (min-width:768px) {
    .navbar-form {
        width: auto;
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        border: 0;
        box-shadow: none
    }
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    margin-bottom: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px
}

    .navbar-btn.btn-sm {
        margin-top: 10px;
        margin-bottom: 10px
    }

    .navbar-btn.btn-xs {
        margin-top: 14px;
        margin-bottom: 14px
    }

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px
}

@media (min-width:768px) {
    .navbar-text {
        float: left;
        margin-right: 15px;
        margin-left: 15px
    }
}

@media (min-width:768px) {
    .navbar-left {
        float: left !important
    }

    .navbar-right {
        float: right !important;
        margin-right: -15px
    }

        .navbar-right ~ .navbar-right {
            margin-right: 0
        }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7
}

    .navbar-default .navbar-brand {
        color: #777
    }

        .navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
            color: #5e5e5e;
            background-color: transparent
        }

    .navbar-default .navbar-nav > li > a, .navbar-default .navbar-text {
        color: #777
    }

        .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
            color: #333;
            background-color: transparent
        }

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
        color: #555;
        background-color: #e7e7e7
    }

    .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:focus, .navbar-default .navbar-nav > .disabled > a:hover {
        color: #ccc;
        background-color: transparent
    }

    .navbar-default .navbar-toggle {
        border-color: #ddd
    }

        .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
            background-color: #ddd
        }

        .navbar-default .navbar-toggle .icon-bar {
            background-color: #888
        }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color: #e7e7e7
    }

    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
        color: #555;
        background-color: #e7e7e7
    }

@media (max-width:767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777
    }

        .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
            color: #333;
            background-color: transparent
        }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
        color: #555;
        background-color: #e7e7e7
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
        color: #ccc;
        background-color: transparent
    }
}

.navbar-default .navbar-link {
    color: #777
}

    .navbar-default .navbar-link:hover {
        color: #333
    }

.navbar-default .btn-link {
    color: #777
}

    .navbar-default .btn-link:focus, .navbar-default .btn-link:hover {
        color: #333
    }

    .navbar-default .btn-link[disabled]:focus, .navbar-default .btn-link[disabled]:hover, fieldset[disabled] .navbar-default .btn-link:focus, fieldset[disabled] .navbar-default .btn-link:hover {
        color: #ccc
    }

.navbar-inverse {
    background-color: #222;
    border-color: #080808
}

    .navbar-inverse .navbar-brand {
        color: #9d9d9d
    }

        .navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover {
            color: #fff;
            background-color: transparent
        }

    .navbar-inverse .navbar-nav > li > a, .navbar-inverse .navbar-text {
        color: #9d9d9d
    }

        .navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
            color: #fff;
            background-color: transparent
        }

    .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
        color: #fff;
        background-color: #080808
    }

    .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:focus, .navbar-inverse .navbar-nav > .disabled > a:hover {
        color: #444;
        background-color: transparent
    }

    .navbar-inverse .navbar-toggle {
        border-color: #333
    }

        .navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
            background-color: #333
        }

        .navbar-inverse .navbar-toggle .icon-bar {
            background-color: #fff
        }

    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        border-color: #101010
    }

    .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
        color: #fff;
        background-color: #080808
    }

@media (max-width:767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #9d9d9d
    }

        .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
            color: #fff;
            background-color: transparent
        }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
        color: #fff;
        background-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
        color: #444;
        background-color: transparent
    }
}

.navbar-inverse .navbar-link {
    color: #9d9d9d
}

    .navbar-inverse .navbar-link:hover {
        color: #fff
    }

.navbar-inverse .btn-link {
    color: #9d9d9d
}

    .navbar-inverse .btn-link:focus, .navbar-inverse .btn-link:hover {
        color: #fff
    }

    .navbar-inverse .btn-link[disabled]:focus, .navbar-inverse .btn-link[disabled]:hover, fieldset[disabled] .navbar-inverse .btn-link:focus, fieldset[disabled] .navbar-inverse .btn-link:hover {
        color: #444
    }

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px
}

    .breadcrumb > li {
        display: inline-block
    }

        .breadcrumb > li + li:before {
            padding: 0 5px;
            color: #ccc;
            content: "/\A0"
        }

    .breadcrumb > .active {
        color: #777
    }

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}

    .pagination > li {
        display: inline
    }

        .pagination > li > a, .pagination > li > span {
            position: relative;
            float: left;
            padding: 6px 12px;
            margin-left: -1px;
            line-height: 1.42857143;
            color: #337ab7;
            text-decoration: none;
            background-color: #fff;
            border: 1px solid #ddd
        }

        .pagination > li:first-child > a, .pagination > li:first-child > span {
            margin-left: 0;
            border-top-left-radius: 4px;
            border-bottom-left-radius: 4px
        }

        .pagination > li:last-child > a, .pagination > li:last-child > span {
            border-top-right-radius: 4px;
            border-bottom-right-radius: 4px
        }

        .pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
            color: #23527c;
            background-color: #eee;
            border-color: #ddd
        }

    .pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
        z-index: 2;
        color: #fff;
        cursor: default;
        background-color: #337ab7;
        border-color: #337ab7
    }

    .pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
        color: #777;
        cursor: not-allowed;
        background-color: #fff;
        border-color: #ddd
    }

.pagination-lg > li > a, .pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
}

.pagination-sm > li > a, .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.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:focus, .pager li > a:hover {
                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:focus, .pager .disabled > a:hover, .pager .disabled > span {
        color: #777;
        cursor: not-allowed;
        background-color: #fff
    }

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}

a.label:focus, a.label:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.label:empty {
    display: none
}

.btn .label {
    position: relative;
    top: -1px
}

.label-default {
    background-color: #777
}

    .label-default[href]:focus, .label-default[href]:hover {
        background-color: #5e5e5e
    }

.label-primary {
    background-color: #337ab7
}

    .label-primary[href]:focus, .label-primary[href]:hover {
        background-color: #286090
    }

.label-success {
    background-color: #5cb85c
}

    .label-success[href]:focus, .label-success[href]:hover {
        background-color: #449d44
    }

.label-info {
    background-color: #5bc0de
}

    .label-info[href]:focus, .label-info[href]:hover {
        background-color: #31b0d5
    }

.label-warning {
    background-color: #f0ad4e
}

    .label-warning[href]:focus, .label-warning[href]:hover {
        background-color: #ec971f
    }

.label-danger {
    background-color: #d9534f
}

    .label-danger[href]:focus, .label-danger[href]:hover {
        background-color: #c9302c
    }

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #777;
    border-radius: 10px
}

    .badge:empty {
        display: none
    }

.btn .badge {
    position: relative;
    top: -1px
}

.btn-group-xs > .btn .badge, .btn-xs .badge {
    top: 0;
    padding: 1px 5px
}

a.badge:focus, a.badge:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
    color: #337ab7;
    background-color: #fff
}

.list-group-item > .badge {
    float: right
}

    .list-group-item > .badge + .badge {
        margin-right: 5px
    }

.nav-pills > li > a > .badge {
    margin-left: 3px
}

.jumbotron {
    padding: 30px 15px;
    margin-bottom: 30px;
    background-color: #eee
}

    .jumbotron, .jumbotron .h1, .jumbotron h1 {
        color: inherit
    }

        .jumbotron p {
            margin-bottom: 15px;
            font-size: 21px;
            font-weight: 200
        }

        .jumbotron > hr {
            border-top-color: #d5d5d5
        }

.container-fluid .jumbotron, .container .jumbotron {
    border-radius: 6px
}

.jumbotron .container {
    max-width: 100%
}

@media screen and (min-width:768px) {
    .jumbotron {
        padding: 48px 0
    }

    .container-fluid .jumbotron, .container .jumbotron {
        padding-right: 60px;
        padding-left: 60px
    }

    .jumbotron .h1, .jumbotron h1 {
        font-size: 63px
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: border .2s ease-in-out
}

    .thumbnail > img, .thumbnail a > img {
        margin-right: auto;
        margin-left: auto
    }

a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
    border-color: #337ab7
}

.thumbnail .caption {
    padding: 9px;
    color: #333
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px
}

    .alert h4 {
        margin-top: 0;
        color: inherit
    }

    .alert .alert-link {
        font-weight: 700
    }

    .alert > p, .alert > ul {
        margin-bottom: 0
    }

        .alert > p + p {
            margin-top: 5px
        }

.alert-dismissable, .alert-dismissible {
    padding-right: 35px
}

    .alert-dismissable .close, .alert-dismissible .close {
        position: relative;
        top: -2px;
        right: -21px;
        color: inherit
    }

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

    .alert-success hr {
        border-top-color: #c9e2b3
    }

    .alert-success .alert-link {
        color: #2b542c
    }

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

    .alert-info hr {
        border-top-color: #a6e1ec
    }

    .alert-info .alert-link {
        color: #245269
    }

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

    .alert-warning hr {
        border-top-color: #f7e1b5
    }

    .alert-warning .alert-link {
        color: #66512c
    }

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

    .alert-danger hr {
        border-top-color: #e4b9c0
    }

    .alert-danger .alert-link {
        color: #843534
    }

@keyframes e {
    0% {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1)
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    transition: width .6s ease
}

.progress-bar-striped, .progress-striped .progress-bar {
    background-image: linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);
    background-size: 40px 40px
}

.progress-bar.active, .progress.active .progress-bar {
    animation: e 2s linear infinite
}

.progress-bar-success {
    background-color: #5cb85c
}

.progress-striped .progress-bar-success {
    background-image: linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent)
}

.progress-bar-info {
    background-color: #5bc0de
}

.progress-striped .progress-bar-info {
    background-image: linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent)
}

.progress-bar-warning {
    background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
    background-image: linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent)
}

.progress-bar-danger {
    background-color: #d9534f
}

.progress-striped .progress-bar-danger {
    background-image: linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent)
}

.media {
    margin-top: 15px
}

    .media:first-child {
        margin-top: 0
    }

.media, .media-body {
    overflow: hidden;
    zoom: 1
}

.media-body {
    width: 10000px
}

.media-object {
    display: block
}

.media-right, .media > .pull-right {
    padding-left: 10px
}

.media-left, .media > .pull-left {
    padding-right: 10px
}

.media-body, .media-left, .media-right {
    display: table-cell;
    vertical-align: top
}

.media-middle {
    vertical-align: middle
}

.media-bottom {
    vertical-align: bottom
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.media-list {
    padding-left: 0;
    list-style: none
}

.list-group {
    padding-left: 0;
    margin-bottom: 20px
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd
}

    .list-group-item:first-child {
        border-top-left-radius: 4px;
        border-top-right-radius: 4px
    }

    .list-group-item:last-child {
        margin-bottom: 0;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px
    }

a.list-group-item {
    color: #555
}

    a.list-group-item .list-group-item-heading {
        color: #333
    }

    a.list-group-item:focus, a.list-group-item:hover {
        color: #555;
        text-decoration: none;
        background-color: #f5f5f5
    }

.list-group-item.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #eee
}

    .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading {
        color: inherit
    }

    .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text {
        color: #777
    }

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7
}

    .list-group-item.active .list-group-item-heading, .list-group-item.active .list-group-item-heading > .small, .list-group-item.active .list-group-item-heading > small, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading > small, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading > small {
        color: inherit
    }

    .list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .list-group-item.active:hover .list-group-item-text {
        color: #c7ddef
    }

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8
}

a.list-group-item-success {
    color: #3c763d
}

    a.list-group-item-success .list-group-item-heading {
        color: inherit
    }

    a.list-group-item-success:focus, a.list-group-item-success:hover {
        color: #3c763d;
        background-color: #d0e9c6
    }

    a.list-group-item-success.active, a.list-group-item-success.active:focus, a.list-group-item-success.active:hover {
        color: #fff;
        background-color: #3c763d;
        border-color: #3c763d
    }

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7
}

a.list-group-item-info {
    color: #31708f
}

    a.list-group-item-info .list-group-item-heading {
        color: inherit
    }

    a.list-group-item-info:focus, a.list-group-item-info:hover {
        color: #31708f;
        background-color: #c4e3f3
    }

    a.list-group-item-info.active, a.list-group-item-info.active:focus, a.list-group-item-info.active:hover {
        color: #fff;
        background-color: #31708f;
        border-color: #31708f
    }

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3
}

a.list-group-item-warning {
    color: #8a6d3b
}

    a.list-group-item-warning .list-group-item-heading {
        color: inherit
    }

    a.list-group-item-warning:focus, a.list-group-item-warning:hover {
        color: #8a6d3b;
        background-color: #faf2cc
    }

    a.list-group-item-warning.active, a.list-group-item-warning.active:focus, a.list-group-item-warning.active:hover {
        color: #fff;
        background-color: #8a6d3b;
        border-color: #8a6d3b
    }

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede
}

a.list-group-item-danger {
    color: #a94442
}

    a.list-group-item-danger .list-group-item-heading {
        color: inherit
    }

    a.list-group-item-danger:focus, a.list-group-item-danger:hover {
        color: #a94442;
        background-color: #ebcccc
    }

    a.list-group-item-danger.active, a.list-group-item-danger.active:focus, a.list-group-item-danger.active:hover {
        color: #fff;
        background-color: #a94442;
        border-color: #a94442
    }

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0,0,0,.05)
}

.panel-body {
    padding: 15px
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

    .panel-heading > .dropdown .dropdown-toggle, .panel-title {
        color: inherit
    }

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px
}

    .panel-title > .small, .panel-title > .small > a, .panel-title > a, .panel-title > small, .panel-title > small > a {
        color: inherit
    }

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel > .list-group, .panel > .panel-collapse > .list-group {
    margin-bottom: 0
}

    .panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item {
        border-width: 1px 0;
        border-radius: 0
    }

    .panel > .list-group:first-child .list-group-item:first-child, .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
        border-top: 0;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px
    }

    .panel > .list-group:last-child .list-group-item:last-child, .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
        border-bottom: 0;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px
    }

.list-group + .panel-footer, .panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0
}

.panel > .panel-collapse > .table, .panel > .table, .panel > .table-responsive > .table {
    margin-bottom: 0
}

    .panel > .panel-collapse > .table caption, .panel > .table-responsive > .table caption, .panel > .table caption {
        padding-right: 15px;
        padding-left: 15px
    }

    .panel > .table-responsive:first-child > .table:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, .panel > .table:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child, .panel > .table:first-child > thead:first-child > tr:first-child {
        border-top-left-radius: 3px;
        border-top-right-radius: 3px
    }

        .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child {
            border-top-left-radius: 3px
        }

        .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
            border-top-right-radius: 3px
        }

    .panel > .table-responsive:last-child > .table:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child, .panel > .table:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child {
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px
    }

        .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
            border-bottom-left-radius: 3px
        }

        .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
            border-bottom-right-radius: 3px
        }

    .panel > .panel-body + .table, .panel > .panel-body + .table-responsive, .panel > .table + .panel-body, .panel > .table-responsive + .panel-body {
        border-top: 1px solid #ddd
    }

    .panel > .table > tbody:first-child > tr:first-child td, .panel > .table > tbody:first-child > tr:first-child th {
        border-top: 0
    }

.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
    border: 0
}

    .panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
        border-left: 0
    }

    .panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
        border-right: 0
    }

    .panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th {
        border-bottom: 0
    }

.panel > .table-responsive {
    margin-bottom: 0;
    border: 0
}

.panel-group {
    margin-bottom: 20px
}

    .panel-group .panel {
        margin-bottom: 0;
        border-radius: 4px
    }

        .panel-group .panel + .panel {
            margin-top: 5px
        }

    .panel-group .panel-heading {
        border-bottom: 0
    }

        .panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
            border-top: 1px solid #ddd
        }

    .panel-group .panel-footer {
        border-top: 0
    }

        .panel-group .panel-footer + .panel-collapse .panel-body {
            border-bottom: 1px solid #ddd
        }

.panel-default {
    border-color: #ddd
}

    .panel-default > .panel-heading {
        color: #333;
        background-color: #f5f5f5;
        border-color: #ddd
    }

        .panel-default > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ddd
        }

        .panel-default > .panel-heading .badge {
            color: #f5f5f5;
            background-color: #333
        }

    .panel-default > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ddd
    }

.panel-primary {
    border-color: #337ab7
}

    .panel-primary > .panel-heading {
        color: #fff;
        background-color: #337ab7;
        border-color: #337ab7
    }

        .panel-primary > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #337ab7
        }

        .panel-primary > .panel-heading .badge {
            color: #337ab7;
            background-color: #fff
        }

    .panel-primary > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #337ab7
    }

.panel-success {
    border-color: #d6e9c6
}

    .panel-success > .panel-heading {
        color: #3c763d;
        background-color: #dff0d8;
        border-color: #d6e9c6
    }

        .panel-success > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #d6e9c6
        }

        .panel-success > .panel-heading .badge {
            color: #dff0d8;
            background-color: #3c763d
        }

    .panel-success > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #d6e9c6
    }

.panel-info {
    border-color: #bce8f1
}

    .panel-info > .panel-heading {
        color: #31708f;
        background-color: #d9edf7;
        border-color: #bce8f1
    }

        .panel-info > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #bce8f1
        }

        .panel-info > .panel-heading .badge {
            color: #d9edf7;
            background-color: #31708f
        }

    .panel-info > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #bce8f1
    }

.panel-warning {
    border-color: #faebcc
}

    .panel-warning > .panel-heading {
        color: #8a6d3b;
        background-color: #fcf8e3;
        border-color: #faebcc
    }

        .panel-warning > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #faebcc
        }

        .panel-warning > .panel-heading .badge {
            color: #fcf8e3;
            background-color: #8a6d3b
        }

    .panel-warning > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #faebcc
    }

.panel-danger {
    border-color: #ebccd1
}

    .panel-danger > .panel-heading {
        color: #a94442;
        background-color: #f2dede;
        border-color: #ebccd1
    }

        .panel-danger > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ebccd1
        }

        .panel-danger > .panel-heading .badge {
            color: #f2dede;
            background-color: #a94442
        }

    .panel-danger > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ebccd1
    }

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}

    .embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0
    }

.embed-responsive-16by9 {
    padding-bottom: 56.25%
}

.embed-responsive-4by3 {
    padding-bottom: 75%
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05)
}

    .well blockquote {
        border-color: #ddd;
        border-color: rgba(0,0,0,.15)
    }

.well-lg {
    padding: 24px;
    border-radius: 6px
}

.well-sm {
    padding: 9px;
    border-radius: 3px
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2
}

    .close:focus, .close:hover {
        color: #000;
        text-decoration: none;
        cursor: pointer;
        filter: alpha(opacity=50);
        opacity: .5
    }

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0
}

.modal, .modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

    .modal.fade .modal-dialog {
        transition: transform .3s ease-out;
        transform: translateY(-25%)
    }

    .modal.in .modal-dialog {
        transform: translate(0)
    }

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    outline: 0;
    box-shadow: 0 3px 9px rgba(0,0,0,.5)
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

    .modal-backdrop.fade {
        filter: alpha(opacity=0);
        opacity: 0
    }

    .modal-backdrop.in {
        filter: alpha(opacity=50);
        opacity: .5
    }

.modal-header {
    min-height: 16.43px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

    .modal-header .close {
        margin-top: -2px
    }

.modal-title {
    margin: 0;
    line-height: 1.42857143
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

    .modal-footer .btn + .btn {
        margin-bottom: 0;
        margin-left: 5px
    }

    .modal-footer .btn-group .btn + .btn {
        margin-left: -1px
    }

    .modal-footer .btn-block + .btn-block {
        margin-left: 0
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }

    .modal-content {
        box-shadow: 0 5px 15px rgba(0,0,0,.5)
    }

    .modal-sm {
        width: 300px
    }
}

@media (min-width:992px) {
    .modal-lg {
        width: 900px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
    filter: alpha(opacity=0);
    opacity: 0
}

    .tooltip.in {
        filter: alpha(opacity=90);
        opacity: .9
    }

    .tooltip.top {
        padding: 5px 0;
        margin-top: -3px
    }

    .tooltip.right {
        padding: 0 5px;
        margin-left: 3px
    }

    .tooltip.bottom {
        padding: 5px 0;
        margin-top: 3px
    }

    .tooltip.left {
        padding: 0 5px;
        margin-left: -3px
    }

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    border-radius: 4px
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
    right: 5px
}

.tooltip.top-left .tooltip-arrow, .tooltip.top-right .tooltip-arrow {
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
    left: 5px
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    white-space: normal;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    box-shadow: 0 5px 10px rgba(0,0,0,.2)
}

    .popover.top {
        margin-top: -10px
    }

    .popover.right {
        margin-left: 10px
    }

    .popover.bottom {
        margin-top: 10px
    }

    .popover.left {
        margin-left: -10px
    }

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0
}

.popover-content {
    padding: 9px 14px
}

.popover > .arrow, .popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover > .arrow {
    border-width: 11px
}

    .popover > .arrow:after {
        content: "";
        border-width: 10px
    }

.popover.top > .arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0,0,0,.25);
    border-bottom-width: 0
}

    .popover.top > .arrow:after {
        bottom: 1px;
        margin-left: -10px;
        content: " ";
        border-top-color: #fff;
        border-bottom-width: 0
    }

.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999;
    border-right-color: rgba(0,0,0,.25);
    border-left-width: 0
}

    .popover.right > .arrow:after {
        bottom: -10px;
        left: 1px;
        content: " ";
        border-right-color: #fff;
        border-left-width: 0
    }

.popover.bottom > .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0,0,0,.25)
}

    .popover.bottom > .arrow:after {
        top: 1px;
        margin-left: -10px;
        content: " ";
        border-top-width: 0;
        border-bottom-color: #fff
    }

.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0,0,0,.25)
}

    .popover.left > .arrow:after {
        right: 1px;
        bottom: -10px;
        content: " ";
        border-right-width: 0;
        border-left-color: #fff
    }

.carousel, .carousel-inner {
    position: relative
}

.carousel-inner {
    width: 100%;
    overflow: hidden
}

    .carousel-inner > .item {
        position: relative;
        display: none;
        transition: left .6s ease-in-out
    }

        .carousel-inner > .item > a > img, .carousel-inner > .item > img {
            line-height: 1
        }

@media (-webkit-transform-3d),(transform-3d) {
    .carousel-inner > .item {
        transition: transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        perspective: 1000
    }

        .carousel-inner > .item.active.right, .carousel-inner > .item.next {
            left: 0;
            transform: translate3d(100%,0,0)
        }

        .carousel-inner > .item.active.left, .carousel-inner > .item.prev {
            left: 0;
            transform: translate3d(-100%,0,0)
        }

            .carousel-inner > .item.active, .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right {
                left: 0;
                transform: translateZ(0)
            }
}

.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
    display: block
}

.carousel-inner > .active {
    left: 0
}

.carousel-inner > .next, .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner > .next {
    left: 100%
}

.carousel-inner > .prev {
    left: -100%
}

    .carousel-inner > .next.left, .carousel-inner > .prev.right {
        left: 0
    }

.carousel-inner > .active.left {
    left: -100%
}

.carousel-inner > .active.right {
    left: 100%
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    filter: alpha(opacity=50);
    opacity: .5
}

    .carousel-control.left {
        background-image: linear-gradient(90deg,rgba(0,0,0,.5),rgba(0,0,0,.0001));
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000",endColorstr="#00000000",GradientType=1);
        background-repeat: repeat-x
    }

    .carousel-control.right {
        right: 0;
        left: auto;
        background-image: linear-gradient(90deg,rgba(0,0,0,.0001),rgba(0,0,0,.5));
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000",endColorstr="#80000000",GradientType=1);
        background-repeat: repeat-x
    }

    .carousel-control:focus, .carousel-control:hover {
        color: #fff;
        text-decoration: none;
        filter: alpha(opacity=90);
        outline: 0;
        opacity: .9
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
        position: absolute;
        top: 50%;
        z-index: 5;
        display: inline-block
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
        left: 50%;
        margin-left: -10px
    }

    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
        right: 50%;
        margin-right: -10px
    }

    .carousel-control .icon-next, .carousel-control .icon-prev {
        width: 20px;
        height: 20px;
        margin-top: -10px;
        font-family: serif;
        line-height: 1
    }

        .carousel-control .icon-prev:before {
            content: "\2039"
        }

        .carousel-control .icon-next:before {
            content: "\203A"
        }

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none
}

    .carousel-indicators li {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 1px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #000\9;
        background-color: transparent;
        border: 1px solid #fff;
        border-radius: 10px
    }

    .carousel-indicators .active {
        width: 12px;
        height: 12px;
        margin: 0;
        background-color: #fff
    }

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6)
}

    .carousel-caption .btn {
        text-shadow: none
    }

@media screen and (min-width:768px) {
    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
        margin-left: -15px
    }

    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
        margin-right: -15px
    }

    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px
    }

    .carousel-indicators {
        bottom: 20px
    }
}

.btn-group-vertical > .btn-group:after, .btn-group-vertical > .btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
    display: table;
    content: " "
}

.btn-group-vertical > .btn-group:after, .btn-toolbar:after, .clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .form-horizontal .form-group:after, .modal-footer:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row:after {
    clear: both
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none !important
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

.visible-lg, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block, .visible-md, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-sm, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-xs, .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block {
    display: none !important
}

@media (max-width:767px) {
    .visible-xs {
        display: block !important
    }

    table.visible-xs {
        display: table
    }

    tr.visible-xs {
        display: table-row !important
    }

    td.visible-xs, th.visible-xs {
        display: table-cell !important
    }
}

@media (max-width:767px) {
    .visible-xs-block {
        display: block !important
    }
}

@media (max-width:767px) {
    .visible-xs-inline {
        display: inline !important
    }
}

@media (max-width:767px) {
    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media (min-width:768px)and (max-width:991px) {
    .visible-sm {
        display: block !important
    }

    table.visible-sm {
        display: table
    }

    tr.visible-sm {
        display: table-row !important
    }

    td.visible-sm, th.visible-sm {
        display: table-cell !important
    }
}

@media (min-width:768px)and (max-width:991px) {
    .visible-sm-block {
        display: block !important
    }
}

@media (min-width:768px)and (max-width:991px) {
    .visible-sm-inline {
        display: inline !important
    }
}

@media (min-width:768px)and (max-width:991px) {
    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media (min-width:992px)and (max-width:1199px) {
    .visible-md {
        display: block !important
    }

    table.visible-md {
        display: table
    }

    tr.visible-md {
        display: table-row !important
    }

    td.visible-md, th.visible-md {
        display: table-cell !important
    }
}

@media (min-width:992px)and (max-width:1199px) {
    .visible-md-block {
        display: block !important
    }
}

@media (min-width:992px)and (max-width:1199px) {
    .visible-md-inline {
        display: inline !important
    }
}

@media (min-width:992px)and (max-width:1199px) {
    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media (min-width:1200px) {
    .visible-lg {
        display: block !important
    }

    table.visible-lg {
        display: table
    }

    tr.visible-lg {
        display: table-row !important
    }

    td.visible-lg, th.visible-lg {
        display: table-cell !important
    }
}

@media (min-width:1200px) {
    .visible-lg-block {
        display: block !important
    }
}

@media (min-width:1200px) {
    .visible-lg-inline {
        display: inline !important
    }
}

@media (min-width:1200px) {
    .visible-lg-inline-block {
        display: inline-block !important
    }
}

@media (max-width:767px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width:768px)and (max-width:991px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width:992px)and (max-width:1199px) {
    .hidden-md {
        display: none !important
    }
}

@media (min-width:1200px) {
    .hidden-lg {
        display: none !important
    }
}

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }

    table.visible-print {
        display: table
    }

    tr.visible-print {
        display: table-row !important
    }

    td.visible-print, th.visible-print {
        display: table-cell !important
    }
}

.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }
}

@media print {
    .hidden-print {
        display: none !important
    }
}

.slick-slider {
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list, .slick-slider {
    position: relative;
    display: block
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

    .slick-list:focus {
        outline: none
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand
    }

.slick-slider .slick-list, .slick-slider .slick-track {
    transform: translateZ(0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

    .slick-track:after, .slick-track:before {
        display: table;
        content: ""
    }

    .slick-track:after {
        clear: both
    }

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

html.openmenu {
    pointer-events: none;
    transition: all .3s linear
}

    html.openmenu, html.openmenu body {
        overflow: hidden !important;
        height: 100% !important
    }

        html.openmenu body {
            position: relative;
            margin-top: 0 !important
        }

.menu_mobile .icon_menu {
    width: 25px;
    height: 17px;
    cursor: pointer;
    text-transform: uppercase;
    pointer-events: auto;
    position: relative
}

    .menu_mobile .icon_menu:after, .menu_mobile .icon_menu:before {
        content: "";
        width: 100%;
        height: 2px;
        background: #818285;
        position: absolute;
        left: 0;
        transition: transform .2s linear,top .2s linear .3s
    }

.menu_mobile.showmenu .icon_menu:after, .menu_mobile.showmenu .icon_menu:before {
    transition: transform .2s linear .3s,top .2s linear
}

.menu_mobile .icon_menu:before {
    top: 0
}

.menu_mobile .icon_menu:after {
    top: 16px
}

.menu_mobile.showmenu .icon_menu:before {
    top: 8px;
    transform: rotate(45deg)
}

.menu_mobile.showmenu .icon_menu:after {
    top: 8px;
    transform: rotate(-45deg)
}

.menu_mobile .icon_menu .style_icon {
    content: "";
    width: 100%;
    height: 2px;
    background: #818285;
    position: absolute;
    left: 0;
    top: 8px;
    transition: all .3s linear
}

.menu_mobile.showmenu .icon_menu .style_icon {
    opacity: 0;
    visibility: hidden
}

.menu_mobile .divmm {
    position: fixed;
    width: 100%;
    top: 99px;
    left: 0;
    bottom: 0;
    visibility: hidden;
    text-align: left;
    z-index: 50
}

    .menu_mobile .divmm .mmContent {
        width: 100%;
        height: 100%;
        margin: 0 0 0 auto;
        position: relative;
        top: 0;
        right: 0;
        z-index: 60;
        transform: translate(100%);
        transition: all .5s ease;
        overflow: hidden;
        overflow-y: auto;
        pointer-events: none;
        background: #fff
    }

        .menu_mobile .divmm .mmContent.no-over {
            overflow-y: hidden
        }

    .menu_mobile .divmm .divmmbg {
        position: fixed;
        top: 99px;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0,0,0,.7);
        z-index: 51;
        opacity: 0;
        visibility: hidden;
        transition: all .8s ease;
        pointer-events: auto
    }

    .menu_mobile .divmm.show .divmmbg {
        opacity: 1;
        visibility: visible
    }

.mmMenu {
    background: #fff;
    pointer-events: auto;
    max-height: 100%;
    overflow-y: auto
}

    .mmMenu > ul.mmMain {
        border-bottom: 10px solid #ededed
    }

    .mmMenu > ul > li {
        border-bottom: 1px solid rgba(0,0,0,.2);
        overflow: hidden
    }

        .mmMenu > ul > li:last-child {
            border-bottom: none
        }

        .mmMenu > ul > li > .m-sub > a, .mmMenu > ul > li > a {
            display: block;
            padding: 14px 15px
        }

    .mmMenu > ul.mmMain.v2 > li > .m-sub > a, .mmMenu > ul.mmMain.v2 > li > a {
        display: block;
        padding: 14px 15px;
        font-weight: 700
    }

        .mmMenu > ul.mmMain.v2 > li > .m-sub > a > span, .mmMenu > ul.mmMain.v2 > li > a > span {
            padding-left: 30px;
            position: relative
        }

            .mmMenu > ul.mmMain.v2 > li > .m-sub > a > span:before, .mmMenu > ul.mmMain.v2 > li > a > span:before {
                font-family: Font Awesome\ 5 Free;
                font-weight: 900;
                position: absolute;
                left: 0;
                top: 50%;
                transform: translateY(-50%)
            }

    .mmMenu > ul > li:hover > .m-sub > a, .mmMenu > ul > li:hover > a {
        background: #ed0080;
        color: #fff
    }

    .mmMenu > ul > li > .m-sub {
        position: relative
    }

        .mmMenu > ul > li > .m-sub > .button-submenu {
            position: absolute;
            top: 0;
            right: 0;
            width: 50px;
            height: 50px;
            border-left: 1px solid rgba(0,0,0,.2);
            cursor: pointer;
            font-size: 26px;
            line-height: 34px;
            color: #666;
            transition: all .3s linear
        }

            .mmMenu > ul > li > .m-sub > .button-submenu:before {
                content: "\F105";
                font-family: fontAwesome;
                position: absolute;
                left: 50%;
                top: 50%;
                transform: translate(-50%,-50%)
            }

            .mmMenu > ul > li > .m-sub > .button-submenu.show:before {
                content: "\F107"
            }

    .mmMenu > ul > li:hover > .m-sub > .button-submenu {
        color: #fff
    }

    .mmMenu > ul > li > ul {
        position: relative;
        z-index: 1;
        background: #f5f5f5
    }

        .mmMenu > ul > li > ul > li > .m-sub > a, .mmMenu > ul > li > ul > li > a {
            display: block;
            padding: 14px 15px;
            padding-left: 35px
        }

        .mmMenu > ul > li > ul > li:hover > .m-sub > a, .mmMenu > ul > li > ul > li:hover > a {
            color: #da251c
        }

        .mmMenu > ul > li > ul > li {
            border-top: 1px solid #e5e5e5
        }

            .mmMenu > ul > li > ul > li > .m-sub {
                position: relative
            }

                .mmMenu > ul > li > ul > li > .m-sub > .button-submenu {
                    position: absolute;
                    top: 0;
                    right: 0;
                    width: 50px;
                    height: 50px;
                    border-left: 1px solid #e5e5e5;
                    cursor: pointer;
                    font-size: 26px;
                    line-height: 34px;
                    color: #666;
                    transition: all .3s linear
                }

                    .mmMenu > ul > li > ul > li > .m-sub > .button-submenu:before {
                        content: "\F105";
                        font-family: fontAwesome;
                        position: absolute;
                        left: 50%;
                        top: 50%;
                        transform: translate(-50%,-50%)
                    }

                    .mmMenu > ul > li > ul > li > .m-sub > .button-submenu.show:before {
                        content: "\F107"
                    }

            .mmMenu > ul > li > ul > li > ul {
                position: relative;
                z-index: 1;
                background: #e5e5e5
            }

                .mmMenu > ul > li > ul > li > ul > li > .m-sub > a, .mmMenu > ul > li > ul > li > ul > li > a {
                    display: block;
                    padding: 14px 15px;
                    padding-left: 35px
                }

                .mmMenu > ul > li > ul > li > ul > li:hover > .m-sub > a, .mmMenu > ul > li > ul > li > ul > li:hover > a {
                    color: #da251c
                }

.menu_mobile.menu_2 .mmMenu ul.mmMain li ul {
    display: none
}

.mmMenu .m-ab {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 61;
    overflow-y: auto;
    transition: opacity .5s ease,visibility .5s ease,transform .5s ease;
    transform: translate(100%);
    opacity: 0;
    visibility: hidden
}

    .mmMenu .m-ab.active {
        transform: translate(0);
        opacity: 1;
        visibility: visible
    }

    .mmMenu .m-ab .m-ab-title a {
        display: block;
        padding: 14px 20px;
        text-transform: uppercase;
        font-weight: 700
    }

    .mmMenu .m-ab .m-ab-title {
        border-bottom: 1px solid rgba(0,0,0,.1)
    }

        .mmMenu .m-ab .m-ab-title span {
            padding-left: 25px;
            position: relative
        }

            .mmMenu .m-ab .m-ab-title span:before {
                font-family: Font Awesome\ 5 Free;
                font-weight: 900;
                position: absolute;
                left: 0;
                top: 50%;
                transform: translateY(-50%)
            }

    .mmMenu .m-ab .m-ab-arrow a {
        display: block;
        padding: 14px 20px;
        text-transform: none;
        background: #ed0080;
        background: linear-gradient(90deg,#ed0080 0,#be3b98 100%);
        color: #fff;
        text-transform: uppercase
    }

    .mmMenu .m-ab li {
        border-bottom: 1px solid rgba(0,0,0,.1)
    }

        .mmMenu .m-ab li a {
            display: block;
            font-size: 14px;
            line-height: 24px;
            color: #333;
            padding: 13px 20px;
            padding-left: 40px;
            position: relative;
            font-weight: 400
        }

            .mmMenu .m-ab li a:before {
                position: absolute;
                font-family: FontAwesome;
                content: "\F0DA";
                left: 20px;
                top: 50%;
                transform: translateY(-50%)
            }

        .mmMenu .m-ab li:hover a {
            color: red
        }

        .mmMenu .m-ab li .m-sub {
            position: relative
        }

        .mmMenu .m-ab li .button-submenu {
            position: absolute;
            right: 0;
            top: 0;
            width: 50px;
            height: 50px;
            border-left: 1px solid rgba(0,0,0,.1);
            cursor: pointer
        }

            .mmMenu .m-ab li .button-submenu:before {
                content: "\F105";
                font-family: fontAwesome;
                position: absolute;
                left: 50%;
                top: 50%;
                transform: translate(-50%,-50%)
            }

    .mmMenu .m-ab ul ul {
        display: none
    }

.menu_mobile.show_left .divmm .mmContent {
    padding-left: 0;
    padding-right: 50px;
    margin: 0 auto 0 0;
    direction: rtl
}

    .menu_mobile.show_left .divmm .mmContent, .menu_mobile.show_left .divmm .mmContent .mmMenu .m-ab {
        transform: translate(-100%)
    }

        .menu_mobile.show_left .divmm .mmContent .mmMenu .m-ab {
            border-right: 1px solid rgba(0,0,0,.1);
            left: 0;
            right: 50px
        }

        .menu_mobile.show_left .divmm .mmContent .close-mmenu, .menu_mobile.show_left .divmm.show .mmContent .close-mmenu {
            left: auto;
            right: 0
        }

        .menu_mobile.show_left .divmm .mmContent .mmMenu .m-ab.active {
            transform: translate(0)
        }

.menu_mobile .divmm.show {
    visibility: visible
}

    .menu_mobile .divmm.show .mmContent {
        transform: translate(0)
    }

.menu_mobile .divmm .mmContent .close-mmenu {
    position: absolute;
    top: 10px;
    right: 25px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    transition: all .5s linear;
    pointer-events: auto;
    text-align: center;
    font-size: 28px;
    line-height: 36px;
    text-transform: uppercase
}

    .menu_mobile .divmm .mmContent .close-mmenu i {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%)
    }

.mmLanguage {
    pointer-events: auto;
    background: #ededed;
    padding: 15px 20px;
    position: relative
}

    .mmLanguage ul {
        display: -ms-flexbox;
        display: flex;
        align-items: center
    }

        .mmLanguage ul li {
            margin-right: 30px
        }

            .mmLanguage ul li a {
                display: -ms-flexbox;
                display: flex;
                align-items: center;
                white-space: nowrap;
                font-size: 13px;
                line-height: 21px;
                color: #555;
                text-transform: uppercase;
                width: 85px
            }

                .mmLanguage ul li a img {
                    max-width: 25px;
                    margin-right: 10px
                }

                .mmLanguage ul li a span {
                    display: block
                }

.mmMember {
    border-bottom: 10px solid rgba(0,0,0,.1)
}

    .mmMember .listNot {
        background: #ed0080;
        background: linear-gradient(90deg,#ed0080 0,#be3b98 100%);
        padding: 10px 15px;
        height: 40px;
    }

        .mmMember .listNot ul {
            display: -ms-flexbox;
            display: flex;
            align-items: center
        }

            .mmMember .listNot ul li {
                margin-right: 25px
            }

                .mmMember .listNot ul li:last-child {
                    margin-right: 0
                }

                .mmMember .listNot ul li a {
                    display: block;
                    color: #fff
                }

                    .mmMember .listNot ul li a span {
                        padding-left: 20px;
                        position: relative
                    }

                        .mmMember .listNot ul li a span:before {
                            position: absolute;
                            font-family: fontAwesome;
                            left: 0;
                            top: 50%;
                            transform: translateY(-50%)
                        }

    .mmMember .icon {
        color: #fff;
        padding: 9px 10px;
        cursor: pointer;
        background: #ed0080
    }

        .mmMember .icon span {
            padding-left: 17px;
            padding-right: 15px;
            position: relative
        }

            .mmMember .icon span:before {
                content: "\F007";
                left: 0
            }

            .mmMember .icon span:after, .mmMember .icon span:before {
                font-family: fontAwesome;
                position: absolute;
                top: 50%;
                transform: translateY(-50%)
            }

            .mmMember .icon span:after {
                content: "\F0D7";
                right: 0
            }

    .mmMember.active .popup {
        display: block
    }

    .mmMember .popup {
        background: #fff;
        border-radius: 5px;
        display: none;
        z-index: 5
    }

        .mmMember .popup ul li {
            border-bottom: 1px solid rgba(0,0,0,.15)
        }

            .mmMember .popup ul li:last-child {
                border-bottom: none
            }

            .mmMember .popup ul li a {
                display: block;
                padding: 9px 15px
            }

                .mmMember .popup ul li a span {
                    padding-left: 30px;
                    position: relative
                }

                    .mmMember .popup ul li a span:before {
                        font-family: fontAwesome;
                        position: absolute;
                        left: 0;
                        top: 50%;
                        transform: translateY(-50%);
                        font-size: 18px;
                        line-height: 26px
                    }

body.compensate-for-scrollbar {
    overflow: hidden
}

.fancybox-active {
    height: auto
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;
    height: 100%;
    left: 0;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992
}

    .fancybox-container * {
        box-sizing: border-box
    }

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47,0,.74,.71)
}

.fancybox-is-open .fancybox-bg {
    opacity: .87;
    transition-timing-function: cubic-bezier(.22,.61,.36,1)
}

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s,visibility 0s linear .25s;
    visibility: hidden;
    z-index: 99997
}

.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    transition: opacity .25s,visibility 0s;
    visibility: visible
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    text-align: center;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox-toolbar {
    right: 0;
    top: 0
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    -webkit-transform: translateZ(0);
    z-index: 99994
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform,opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994
}

    .fancybox-slide:before {
        content: "";
        display: inline-block;
        height: 100%;
        margin-right: -.25em;
        vertical-align: middle;
        width: 0
    }

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
    display: block
}

.fancybox-slide--next {
    z-index: 99995
}

.fancybox-slide--image {
    overflow: visible;
    padding: 44px 0
}

    .fancybox-slide--image:before {
        display: none
    }

.fancybox-slide--html {
    padding: 6px 6px 0
}

.fancybox-slide--iframe {
    padding: 44px 44px 0
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0 0 6px;
    max-width: 100%;
    overflow: auto;
    padding: 0;
    padding: 24px;
    position: relative;
    text-align: left;
    vertical-align: middle
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(.5,0,.14,1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    margin: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    transform-origin: top left;
    transition-property: transform,opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in
}

.fancybox-can-drag .fancybox-content {
    cursor: grab
}

.fancybox-is-dragging .fancybox-content {
    cursor: grabbing
}

.fancybox-container [data-selectable=true] {
    cursor: text
}

.fancybox-image, .fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%
}

.fancybox-spaceball {
    z-index: 1
}

.fancybox-slide--html .fancybox-content {
    margin-bottom: 6px
}

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--video .fancybox-content {
    height: 100%;
    margin: 0;
    overflow: visible;
    padding: 0;
    width: 100%
}

.fancybox-slide--video .fancybox-content {
    background: #000
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff;
    height: calc(100% - 44px);
    margin-bottom: 44px
}

.fancybox-iframe, .fancybox-video {
    background: transparent;
    border: 0;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%
}

.fancybox-iframe {
    vertical-align: top
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%
}

    .fancybox-error p {
        color: #444;
        font-size: 16px;
        line-height: 20px;
        margin: 0;
        padding: 0
    }

.fancybox-button {
    background: rgba(30,30,30,.6);
    border: 0;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    outline: none;
    padding: 10px;
    transition: color .2s;
    vertical-align: top;
    width: 44px
}

    .fancybox-button, .fancybox-button:link, .fancybox-button:visited {
        color: #ccc
    }

        .fancybox-button:focus, .fancybox-button:hover {
            color: #fff
        }

        .fancybox-button.disabled, .fancybox-button.disabled:hover, .fancybox-button[disabled], .fancybox-button[disabled]:hover {
            color: #888;
            cursor: default
        }

        .fancybox-button svg {
            display: block;
            overflow: visible;
            position: relative;
            shape-rendering: geometricPrecision
        }

            .fancybox-button svg path {
                fill: transparent;
                stroke: currentColor;
                stroke-linejoin: round;
                stroke-width: 3
            }

.fancybox-button--pause svg path:first-child, .fancybox-button--play svg path:nth-child(2) {
    display: none
}

.fancybox-button--play svg path, .fancybox-button--share svg path, .fancybox-button--thumbs svg path {
    fill: currentColor
}

.fancybox-button--share svg path {
    stroke-width: 1
}

.fancybox-navigation .fancybox-button {
    height: 38px;
    opacity: 0;
    padding: 6px;
    position: absolute;
    top: 50%;
    width: 38px
}

.fancybox-show-nav .fancybox-navigation .fancybox-button {
    transition: opacity .25s,visibility 0s,color .25s
}

.fancybox-navigation .fancybox-button:after {
    content: "";
    left: -25px;
    padding: 50px;
    position: absolute;
    top: -25px
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
    right: 6px
}

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #555;
    cursor: pointer;
    height: 44px;
    margin: 0;
    padding: 6px;
    position: absolute;
    right: 0;
    top: 0;
    width: 44px;
    z-index: 10
}

    .fancybox-close-small svg {
        fill: transparent;
        opacity: .8;
        stroke: currentColor;
        stroke-width: 1.5;
        transition: stroke .1s
    }

    .fancybox-close-small:focus {
        outline: none
    }

    .fancybox-close-small:hover svg {
        opacity: 1
    }

.fancybox-slide--iframe .fancybox-close-small, .fancybox-slide--image .fancybox-close-small, .fancybox-slide--video .fancybox-close-small {
    color: #ccc;
    padding: 5px;
    right: -12px;
    top: -44px
}

    .fancybox-slide--iframe .fancybox-close-small:hover svg, .fancybox-slide--image .fancybox-close-small:hover svg, .fancybox-slide--video .fancybox-close-small:hover svg {
        background: transparent;
        color: #fff
    }

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
    display: none
}

.fancybox-caption {
    bottom: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 25px 44px;
    right: 0
}

    .fancybox-caption:before {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
        background-repeat: repeat-x;
        background-size: contain;
        bottom: 0;
        content: "";
        display: block;
        left: 0;
        pointer-events: none;
        position: absolute;
        right: 0;
        top: -25px;
        z-index: -1
    }

    .fancybox-caption:after {
        border-bottom: 1px solid hsla(0,0%,100%,.3);
        content: "";
        display: block;
        left: 44px;
        position: absolute;
        right: 44px;
        top: 0
    }

    .fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
        color: #ccc;
        text-decoration: none
    }

        .fancybox-caption a:hover {
            color: #fff;
            text-decoration: underline
        }

.fancybox-loading {
    animation: f .8s infinite linear;
    background: transparent;
    border: 6px solid rgba(99,99,99,.5);
    border-radius: 100%;
    border-top-color: #fff;
    height: 60px;
    left: 50%;
    margin: -30px 0 0 -30px;
    opacity: .6;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 60px;
    z-index: 99999
}

@keyframes f {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(359deg)
    }
}

.fancybox-animated {
    transition-timing-function: cubic-bezier(0,0,.25,1)
}

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%,0,0)
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%,0,0)
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translateZ(0)
}

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19,1,.22,1)
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5,1.5,1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(.5,.5,.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scaleX(1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    transform: rotate(-1turn)
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    transform: rotate(1turn)
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    transform: rotate(0deg)
}

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0,0,0) translate3d(-100%,0,0)
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0,0,0) translate3d(100%,0,0)
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scaleX(1) translateZ(0)
}

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%,0,0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%,0,0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translateZ(0) scale(1)
}

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center
}

    .fancybox-share h1 {
        color: #222;
        font-size: 35px;
        font-weight: 700;
        margin: 0 0 20px
    }

    .fancybox-share p {
        margin: 0;
        padding: 0
    }

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap
}

    .fancybox-share__button:link, .fancybox-share__button:visited {
        color: #fff
    }

    .fancybox-share__button:hover {
        text-decoration: none
    }

.fancybox-share__button--fb {
    background: #3b5998
}

    .fancybox-share__button--fb:hover {
        background: #344e86
    }

.fancybox-share__button--pt {
    background: #bd081d
}

    .fancybox-share__button--pt:hover {
        background: #aa0719
    }

.fancybox-share__button--tw {
    background: #1da1f2
}

    .fancybox-share__button--tw:hover {
        background: #0d95e8
    }

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px
}

    .fancybox-share__button svg path {
        fill: #fff
    }

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%
}

.fancybox-thumbs {
    background: #fff;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    width: 212px;
    z-index: 99995
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px
}

.fancybox-thumbs > ul {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%
}

.fancybox-thumbs-x > ul {
    overflow: hidden
}

.fancybox-thumbs-y > ul::-webkit-scrollbar {
    width: 7px
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0,0,0,.3)
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px
}

.fancybox-thumbs > ul > li {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px
}

.fancybox-thumbs-loading {
    background: rgba(0,0,0,.1)
}

.fancybox-thumbs > ul > li {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

    .fancybox-thumbs > ul > li:before {
        border: 4px solid #4ea7f9;
        bottom: 0;
        content: "";
        left: 0;
        opacity: 0;
        position: absolute;
        right: 0;
        top: 0;
        transition: all .2s cubic-bezier(.25,.46,.45,.94);
        z-index: 99991
    }

.fancybox-thumbs .fancybox-thumbs-active:before {
    opacity: 1
}

@media (max-width:800px) {
    .fancybox-thumbs {
        width: 110px
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px
    }

    .fancybox-thumbs > ul > li {
        max-width: calc(100% - 10px)
    }
}

.chosen-container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

    .chosen-container * {
        box-sizing: border-box
    }

    .chosen-container .chosen-drop {
        position: absolute;
        top: 100%;
        z-index: 1010;
        width: 100%;
        border: 1px solid #ddd;
        border-top: 0;
        background: #fff;
        clip: rect(0,0,0,0)
    }

    .chosen-container.chosen-with-drop .chosen-drop {
        clip: auto;
        -webkit-clip-path: none;
        clip-path: none
    }

    .chosen-container a {
        cursor: pointer
    }

    .chosen-container .chosen-single .group-name, .chosen-container .search-choice .group-name {
        margin-right: 4px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        font-weight: 400;
        color: #999
    }

        .chosen-container .chosen-single .group-name:after, .chosen-container .search-choice .group-name:after {
            content: ":";
            padding-left: 2px;
            vertical-align: top
        }

.chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 0 0 8px;
    height: 30px;
    border: 1px solid #aaa;
    background-color: #fff;
    text-decoration: none;
    white-space: nowrap;
    line-height: 30px;
    line-height: 40px
}

.chosen-container-single .chosen-default {
    color: #999
}

.chosen-container-single .chosen-single span {
    display: block;
    overflow: hidden;
    margin-right: 23px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.chosen-container-single .chosen-single-with-deselect span {
    margin-right: 38px
}

.chosen-container-single .chosen-single abbr {
    position: absolute;
    top: 6px;
    right: 26px;
    display: block;
    width: 12px;
    height: 12px;
    background: url(/images/chosen-sprite.png) -42px 1px no-repeat;
    font-size: 1px
}

    .chosen-container-single.chosen-disabled .chosen-single abbr:hover, .chosen-container-single .chosen-single abbr:hover {
        background-position: -42px -10px
    }

.chosen-container-single .chosen-single div {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 25px;
    height: 100%
}

    .chosen-container-single .chosen-single div b {
        display: block;
        width: 100%;
        height: 100%;
        background-image: url(images/arrow.svg);
        background-position: 50%;
        background-repeat: no-repeat
    }

.chosen-container-single .chosen-search {
    position: relative;
    z-index: 1010;
    margin: 0;
    padding: 3px 4px;
    white-space: nowrap
}

    .chosen-container-single .chosen-search input[type=text] {
        margin: 1px 0;
        padding: 4px 20px 4px 5px;
        width: 100%;
        height: auto;
        outline: 0;
        border: 1px solid #aaa;
        background: url(/images/chosen-sprite.png) no-repeat 100% -20px;
        font-size: 1em;
        font-family: sans-serif;
        line-height: normal;
        border-radius: 0
    }

.chosen-container-single .chosen-drop {
    margin-top: -1px;
    border-radius: 0 0 4px 4px;
    background-clip: padding-box
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
    position: absolute;
    clip: rect(0,0,0,0);
    -webkit-clip-path: inset(100% 100%);
    clip-path: inset(100% 100%)
}

.chosen-container .chosen-results {
    color: #444;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0 4px 4px 0;
    padding: 0 0 0 4px;
    max-height: 240px;
    -webkit-overflow-scrolling: touch
}

    .chosen-container .chosen-results li {
        display: none;
        margin: 0;
        padding: 5px 6px;
        list-style: none;
        line-height: 15px;
        word-wrap: break-word;
        -webkit-touch-callout: none
    }

        .chosen-container .chosen-results li.active-result {
            display: list-item;
            cursor: pointer
        }

        .chosen-container .chosen-results li.disabled-result {
            display: list-item;
            color: #ccc;
            cursor: default
        }

        .chosen-container .chosen-results li.highlighted {
            background-color: #3875d7;
            background-image: linear-gradient(#3875d7 20%,#2a62bc 90%);
            color: #fff
        }

        .chosen-container .chosen-results li.no-results {
            color: #777;
            display: list-item;
            background: #f4f4f4
        }

        .chosen-container .chosen-results li.group-result {
            display: list-item;
            font-weight: 700;
            cursor: default
        }

        .chosen-container .chosen-results li.group-option {
            padding-left: 15px
        }

        .chosen-container .chosen-results li em {
            font-style: normal;
            text-decoration: underline
        }

.chosen-container-multi .chosen-choices {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0 5px;
    width: 100%;
    height: auto;
    border: 1px solid #aaa;
    background-color: #fff;
    background-image: linear-gradient(#eee 1%,#fff 15%);
    cursor: text
}

    .chosen-container-multi .chosen-choices li {
        float: left;
        list-style: none
    }

        .chosen-container-multi .chosen-choices li.search-field {
            margin: 0;
            padding: 0;
            white-space: nowrap
        }

            .chosen-container-multi .chosen-choices li.search-field input[type=text] {
                margin: 1px 0;
                padding: 0;
                height: 25px;
                outline: 0;
                border: 0 !important;
                background: transparent !important;
                box-shadow: none;
                color: #999;
                font-size: 100%;
                font-family: sans-serif;
                line-height: normal;
                border-radius: 0;
                width: 25px
            }

        .chosen-container-multi .chosen-choices li.search-choice {
            position: relative;
            margin: 3px 5px 3px 0;
            padding: 3px 20px 3px 5px;
            border: 1px solid #aaa;
            max-width: 100%;
            border-radius: 3px;
            background-color: #eee;
            background-image: linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee);
            background-size: 100% 19px;
            background-repeat: repeat-x;
            background-clip: padding-box;
            box-shadow: inset 0 0 2px #fff,0 1px 0 rgba(0,0,0,.05);
            color: #333;
            line-height: 13px;
            cursor: default
        }

            .chosen-container-multi .chosen-choices li.search-choice span {
                word-wrap: break-word
            }

            .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
                position: absolute;
                top: 4px;
                right: 3px;
                display: block;
                width: 12px;
                height: 12px;
                background: url(/images/chosen-sprite.png) -42px 1px no-repeat;
                font-size: 1px
            }

                .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
                    background-position: -42px -10px
                }

        .chosen-container-multi .chosen-choices li.search-choice-disabled {
            padding-right: 5px;
            border: 1px solid #ccc;
            background-color: #e4e4e4;
            background-image: linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee);
            color: #666
        }

        .chosen-container-multi .chosen-choices li.search-choice-focus {
            background: #d4d4d4
        }

            .chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
                background-position: -42px -10px
            }

.chosen-container-multi .chosen-results {
    margin: 0;
    padding: 0
}

.chosen-container-multi .chosen-drop .result-selected {
    display: list-item;
    color: #ccc;
    cursor: default
}

.chosen-container-active.chosen-with-drop .chosen-single div {
    border-left: none;
    background: transparent
}

.chosen-container-active .chosen-choices {
    border: 1px solid #5897fb;
    box-shadow: 0 0 5px rgba(0,0,0,.3)
}

    .chosen-container-active .chosen-choices li.search-field input[type=text] {
        color: #222 !important
    }

.chosen-disabled {
    opacity: .5 !important;
    cursor: default
}

    .chosen-disabled .chosen-choices .search-choice .search-choice-close, .chosen-disabled .chosen-single {
        cursor: default
    }

.chosen-rtl {
    text-align: right
}

    .chosen-rtl .chosen-single {
        overflow: visible;
        padding: 0 8px 0 0
    }

        .chosen-rtl .chosen-single span {
            margin-right: 0;
            margin-left: 26px;
            direction: rtl
        }

    .chosen-rtl .chosen-single-with-deselect span {
        margin-left: 38px
    }

    .chosen-rtl .chosen-single div {
        right: auto;
        left: 3px
    }

    .chosen-rtl .chosen-single abbr {
        right: auto;
        left: 26px
    }

    .chosen-rtl .chosen-choices li {
        float: right
    }

        .chosen-rtl .chosen-choices li.search-field input[type=text] {
            direction: rtl
        }

        .chosen-rtl .chosen-choices li.search-choice {
            margin: 3px 5px 3px 0;
            padding: 3px 5px 3px 19px
        }

            .chosen-rtl .chosen-choices li.search-choice .search-choice-close {
                right: auto;
                left: 4px
            }

    .chosen-rtl.chosen-container-single .chosen-results {
        margin: 0 0 4px 4px;
        padding: 0 4px 0 0
    }

    .chosen-rtl .chosen-results li.group-option {
        padding-right: 15px;
        padding-left: 0
    }

    .chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
        border-right: none
    }

    .chosen-rtl .chosen-search input[type=text] {
        padding: 4px 5px 4px 20px;
        background: url(/images/chosen-sprite.png) no-repeat -30px -20px;
        direction: rtl
    }

    .chosen-rtl.chosen-container-single .chosen-single div b {
        background-position: 6px 2px
    }

    .chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
        background-position: -12px 2px
    }

@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx),only screen and (min-resolution:144dpi) {
    .chosen-container-multi .chosen-choices .search-choice .search-choice-close, .chosen-container-single .chosen-search input[type=text], .chosen-container-single .chosen-single abbr, .chosen-container-single .chosen-single div b, .chosen-container .chosen-results-scroll-down span, .chosen-container .chosen-results-scroll-up span, .chosen-rtl .chosen-search input[type=text] {
        background-image: none;
        !important;
        background-size: 52px 37px !important;
        background-repeat: no-repeat !important
    }
}

@keyframes g {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

body[class*=jconfirm-no-scroll-] {
    overflow: hidden !important
}

.jconfirm {
    z-index: 99999999;
    font-family: inherit;
    overflow: hidden
}

    .jconfirm, .jconfirm .jconfirm-bg {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0
    }

        .jconfirm .jconfirm-bg {
            transition: opacity .4s
        }

            .jconfirm .jconfirm-bg.jconfirm-bg-h {
                opacity: 0 !important
            }

        .jconfirm .jconfirm-scrollpane {
            perspective: 500px;
            perspective-origin: 50%;
            display: table;
            width: 100%;
            height: 100%
        }

        .jconfirm .jconfirm-row {
            display: table-row;
            width: 100%
        }

        .jconfirm .jconfirm-cell {
            display: table-cell;
            vertical-align: middle
        }

        .jconfirm .jconfirm-holder {
            max-height: 100%;
            padding: 50px 0
        }

        .jconfirm .jconfirm-box-container {
            transition: transform
        }

            .jconfirm .jconfirm-box-container.jconfirm-no-transition {
                transition: none !important
            }

        .jconfirm .jconfirm-box {
            background: #fff;
            border-radius: 4px;
            position: relative;
            outline: 0;
            padding: 15px 15px 0;
            overflow: hidden;
            margin-left: auto;
            margin-right: auto
        }

@keyframes h {
    1%,to {
        border-color: #3498db
    }

    50% {
        border-color: #5faee3
    }
}

@keyframes i {
    1%,to {
        border-color: #2ecc71
    }

    50% {
        border-color: #54d98c
    }
}

@keyframes j {
    1%,to {
        border-color: #e74c3c
    }

    50% {
        border-color: #ed7669
    }
}

@keyframes k {
    1%,to {
        border-color: #f1c40f
    }

    50% {
        border-color: #f4d03f
    }
}

@keyframes l {
    1%,to {
        border-color: #9b59b6
    }

    50% {
        border-color: #b07cc6
    }
}

@keyframes m {
    1%,to {
        border-color: #34495e
    }

    50% {
        border-color: #46627f
    }
}

.jconfirm .jconfirm-box.jconfirm-type-animated {
    animation-duration: 2s;
    animation-iteration-count: infinite
}

.jconfirm .jconfirm-box.jconfirm-type-blue {
    border-top: 7px solid #3498db;
    animation-name: h
}

.jconfirm .jconfirm-box.jconfirm-type-green {
    border-top: 7px solid #2ecc71;
    animation-name: i
}

.jconfirm .jconfirm-box.jconfirm-type-red {
    border-top: 7px solid #e74c3c;
    animation-name: j
}

.jconfirm .jconfirm-box.jconfirm-type-orange {
    border-top: 7px solid #f1c40f;
    animation-name: k
}

.jconfirm .jconfirm-box.jconfirm-type-purple {
    border-top: 7px solid #9b59b6;
    animation-name: l
}

.jconfirm .jconfirm-box.jconfirm-type-dark {
    border-top: 7px solid #34495e;
    animation-name: m
}

.jconfirm .jconfirm-box.loading {
    height: 120px
}

    .jconfirm .jconfirm-box.loading:before {
        content: "";
        position: absolute;
        left: 0;
        background: #fff;
        right: 0;
        top: 0;
        bottom: 0;
        border-radius: 10px;
        z-index: 1
    }

    .jconfirm .jconfirm-box.loading:after {
        opacity: .6;
        content: "";
        height: 30px;
        width: 30px;
        border: 3px solid transparent;
        position: absolute;
        left: 50%;
        margin-left: -15px;
        border-radius: 50%;
        animation: g 1s infinite linear;
        border-bottom-color: #1e90ff;
        top: 50%;
        margin-top: -15px;
        z-index: 2
    }

.jconfirm .jconfirm-box div.jconfirm-closeIcon {
    height: 20px;
    width: 20px;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    opacity: .6;
    text-align: center;
    font-size: 27px !important;
    line-height: 14px !important;
    display: none;
    z-index: 1
}

    .jconfirm .jconfirm-box div.jconfirm-closeIcon:empty {
        display: none
    }

    .jconfirm .jconfirm-box div.jconfirm-closeIcon .fa, .jconfirm .jconfirm-box div.jconfirm-closeIcon .glyphicon, .jconfirm .jconfirm-box div.jconfirm-closeIcon .zmdi {
        font-size: 16px
    }

    .jconfirm .jconfirm-box div.jconfirm-closeIcon:hover {
        opacity: 1
    }

.jconfirm .jconfirm-box div.jconfirm-title-c {
    display: block;
    font-size: 22px;
    line-height: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
    padding-bottom: 15px
}

    .jconfirm .jconfirm-box div.jconfirm-title-c.jconfirm-hand {
        cursor: move
    }

    .jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c {
        font-size: inherit;
        display: inline-block;
        vertical-align: middle
    }

        .jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c i {
            vertical-align: middle
        }

        .jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c:empty {
            display: none
        }

    .jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-title {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        font-size: inherit;
        font-family: inherit;
        display: inline-block;
        vertical-align: middle
    }

        .jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-title:empty {
            display: none
        }

.jconfirm .jconfirm-box div.jconfirm-content-pane {
    margin-bottom: 15px;
    height: auto;
    transition: height .4s ease-in;
    display: inline-block;
    width: 100%;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto
}

    .jconfirm .jconfirm-box div.jconfirm-content-pane.no-scroll {
        overflow-y: hidden
    }

    .jconfirm .jconfirm-box div.jconfirm-content-pane::-webkit-scrollbar {
        width: 3px
    }

    .jconfirm .jconfirm-box div.jconfirm-content-pane::-webkit-scrollbar-track {
        background: rgba(0,0,0,.1)
    }

    .jconfirm .jconfirm-box div.jconfirm-content-pane::-webkit-scrollbar-thumb {
        background: #666;
        border-radius: 3px
    }

    .jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content {
        overflow: auto
    }

        .jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content img {
            max-width: 100%;
            height: auto
        }

        .jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content:empty {
            display: none
        }

.jconfirm .jconfirm-box .jconfirm-buttons {
    padding-bottom: 11px
}

    .jconfirm .jconfirm-box .jconfirm-buttons > button {
        margin-bottom: 4px;
        margin-left: 2px;
        margin-right: 2px
    }

    .jconfirm .jconfirm-box .jconfirm-buttons button {
        display: inline-block;
        padding: 6px 12px;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.42857143;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        -ms-touch-action: manipulation;
        touch-action: manipulation;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        border-radius: 4px;
        min-height: 1em;
        transition: opacity .1s ease,background-color .1s ease,color .1s ease,box-shadow .1s ease,background .1s ease;
        -webkit-tap-highlight-color: transparent;
        border: 0;
        background-image: none
    }

        .jconfirm .jconfirm-box .jconfirm-buttons button.btn-blue {
            background-color: #3498db;
            color: #fff;
            text-shadow: none;
            transition: background .2s
        }

            .jconfirm .jconfirm-box .jconfirm-buttons button.btn-blue:hover {
                background-color: #2980b9;
                color: #fff
            }

        .jconfirm .jconfirm-box .jconfirm-buttons button.btn-green {
            background-color: #2ecc71;
            color: #fff;
            text-shadow: none;
            transition: background .2s
        }

            .jconfirm .jconfirm-box .jconfirm-buttons button.btn-green:hover {
                background-color: #27ae60;
                color: #fff
            }

        .jconfirm .jconfirm-box .jconfirm-buttons button.btn-red {
            background-color: #e74c3c;
            color: #fff;
            text-shadow: none;
            transition: background .2s
        }

            .jconfirm .jconfirm-box .jconfirm-buttons button.btn-red:hover {
                background-color: #c0392b;
                color: #fff
            }

        .jconfirm .jconfirm-box .jconfirm-buttons button.btn-orange {
            background-color: #f1c40f;
            color: #fff;
            text-shadow: none;
            transition: background .2s
        }

            .jconfirm .jconfirm-box .jconfirm-buttons button.btn-orange:hover {
                background-color: #f39c12;
                color: #fff
            }

        .jconfirm .jconfirm-box .jconfirm-buttons button.btn-default {
            background-color: #ecf0f1;
            color: #000;
            text-shadow: none;
            transition: background .2s
        }

            .jconfirm .jconfirm-box .jconfirm-buttons button.btn-default:hover {
                background-color: #bdc3c7;
                color: #000
            }

        .jconfirm .jconfirm-box .jconfirm-buttons button.btn-purple {
            background-color: #9b59b6;
            color: #fff;
            text-shadow: none;
            transition: background .2s
        }

            .jconfirm .jconfirm-box .jconfirm-buttons button.btn-purple:hover {
                background-color: #8e44ad;
                color: #fff
            }

        .jconfirm .jconfirm-box .jconfirm-buttons button.btn-dark {
            background-color: #34495e;
            color: #fff;
            text-shadow: none;
            transition: background .2s
        }

            .jconfirm .jconfirm-box .jconfirm-buttons button.btn-dark:hover {
                background-color: #2c3e50;
                color: #fff
            }

.jconfirm .jconfirm-box.jconfirm-type-red .jconfirm-title-c .jconfirm-icon-c {
    color: #e74c3c !important
}

.jconfirm .jconfirm-box.jconfirm-type-blue .jconfirm-title-c .jconfirm-icon-c {
    color: #3498db !important
}

.jconfirm .jconfirm-box.jconfirm-type-green .jconfirm-title-c .jconfirm-icon-c {
    color: #2ecc71 !important
}

.jconfirm .jconfirm-box.jconfirm-type-purple .jconfirm-title-c .jconfirm-icon-c {
    color: #9b59b6 !important
}

.jconfirm .jconfirm-box.jconfirm-type-orange .jconfirm-title-c .jconfirm-icon-c {
    color: #f1c40f !important
}

.jconfirm .jconfirm-box.jconfirm-type-dark .jconfirm-title-c .jconfirm-icon-c {
    color: #34495e !important
}

.jconfirm .jconfirm-clear {
    clear: both
}

.jconfirm.jconfirm-rtl {
    direction: rtl
}

    .jconfirm.jconfirm-rtl div.jconfirm-closeIcon {
        left: 5px;
        right: auto
    }

.jconfirm.jconfirm-light .jconfirm-bg, .jconfirm.jconfirm-white .jconfirm-bg {
    background-color: #444;
    opacity: .2
}

.jconfirm.jconfirm-light .jconfirm-box, .jconfirm.jconfirm-white .jconfirm-box {
    box-shadow: 0 2px 6px rgba(0,0,0,.2);
    border-radius: 5px
}

    .jconfirm.jconfirm-light .jconfirm-box .jconfirm-title-c .jconfirm-icon-c, .jconfirm.jconfirm-white .jconfirm-box .jconfirm-title-c .jconfirm-icon-c {
        margin-right: 8px;
        margin-left: 0
    }

    .jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons, .jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons {
        float: right
    }

        .jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button, .jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button {
            text-transform: uppercase;
            font-size: 14px;
            font-weight: 700;
            text-shadow: none
        }

            .jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default, .jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button.btn-default {
                box-shadow: none;
                color: #333
            }

                .jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default:hover, .jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button.btn-default:hover {
                    background: #ddd
                }

.jconfirm.jconfirm-light.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c, .jconfirm.jconfirm-white.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c {
    margin-left: 8px;
    margin-right: 0
}

.jconfirm.jconfirm-black .jconfirm-bg, .jconfirm.jconfirm-dark .jconfirm-bg {
    background-color: #2f4f4f;
    opacity: .4
}

.jconfirm.jconfirm-black .jconfirm-box, .jconfirm.jconfirm-dark .jconfirm-box {
    box-shadow: 0 2px 6px rgba(0,0,0,.2);
    background: #444;
    border-radius: 5px;
    color: #fff
}

    .jconfirm.jconfirm-black .jconfirm-box .jconfirm-title-c .jconfirm-icon-c, .jconfirm.jconfirm-dark .jconfirm-box .jconfirm-title-c .jconfirm-icon-c {
        margin-right: 8px;
        margin-left: 0
    }

    .jconfirm.jconfirm-black .jconfirm-box .jconfirm-buttons, .jconfirm.jconfirm-dark .jconfirm-box .jconfirm-buttons {
        float: right
    }

        .jconfirm.jconfirm-black .jconfirm-box .jconfirm-buttons button, .jconfirm.jconfirm-dark .jconfirm-box .jconfirm-buttons button {
            border: 0;
            background-image: none;
            text-transform: uppercase;
            font-size: 14px;
            font-weight: 700;
            text-shadow: none;
            transition: background .1s;
            color: #fff
        }

            .jconfirm.jconfirm-black .jconfirm-box .jconfirm-buttons button.btn-default, .jconfirm.jconfirm-dark .jconfirm-box .jconfirm-buttons button.btn-default {
                box-shadow: none;
                color: #fff;
                background: 0
            }

                .jconfirm.jconfirm-black .jconfirm-box .jconfirm-buttons button.btn-default:hover, .jconfirm.jconfirm-dark .jconfirm-box .jconfirm-buttons button.btn-default:hover {
                    background: #666
                }

.jconfirm.jconfirm-black.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c, .jconfirm.jconfirm-dark.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c {
    margin-left: 8px;
    margin-right: 0
}

.jconfirm .jconfirm-box.hilight.jconfirm-hilight-shake {
    animation: n .82s cubic-bezier(.36,.07,.19,.97) both;
    transform: translateZ(0)
}

.jconfirm .jconfirm-box.hilight.jconfirm-hilight-glow {
    animation: o .82s cubic-bezier(.36,.07,.19,.97) both;
    transform: translateZ(0)
}

@keyframes n {
    10%,90% {
        transform: translate3d(-2px,0,0)
    }

    20%,80% {
        transform: translate3d(4px,0,0)
    }

    30%,50%,70% {
        transform: translate3d(-8px,0,0)
    }

    40%,60% {
        transform: translate3d(8px,0,0)
    }
}

@keyframes o {
    0%,to {
        box-shadow: 0 0 0 red
    }

    50% {
        box-shadow: 0 0 30px red
    }
}

.jconfirm {
    perspective: 400px
}

    .jconfirm .jconfirm-box {
        opacity: 1;
        transition-property: all
    }

        .jconfirm .jconfirm-box.jconfirm-animation-bottom, .jconfirm .jconfirm-box.jconfirm-animation-left, .jconfirm .jconfirm-box.jconfirm-animation-none, .jconfirm .jconfirm-box.jconfirm-animation-opacity, .jconfirm .jconfirm-box.jconfirm-animation-right, .jconfirm .jconfirm-box.jconfirm-animation-rotate, .jconfirm .jconfirm-box.jconfirm-animation-rotatex, .jconfirm .jconfirm-box.jconfirm-animation-rotatey, .jconfirm .jconfirm-box.jconfirm-animation-scale, .jconfirm .jconfirm-box.jconfirm-animation-scalex, .jconfirm .jconfirm-box.jconfirm-animation-scaley, .jconfirm .jconfirm-box.jconfirm-animation-top, .jconfirm .jconfirm-box.jconfirm-animation-zoom {
            opacity: 0
        }

        .jconfirm .jconfirm-box.jconfirm-animation-rotate {
            transform: rotate(90deg)
        }

        .jconfirm .jconfirm-box.jconfirm-animation-rotatex {
            transform: rotateX(90deg);
            transform-origin: center
        }

        .jconfirm .jconfirm-box.jconfirm-animation-rotatexr {
            transform: rotateX(-90deg);
            transform-origin: center
        }

        .jconfirm .jconfirm-box.jconfirm-animation-rotatey {
            transform: rotatey(90deg);
            transform-origin: center
        }

        .jconfirm .jconfirm-box.jconfirm-animation-rotateyr {
            transform: rotatey(-90deg);
            transform-origin: center
        }

        .jconfirm .jconfirm-box.jconfirm-animation-scaley {
            transform: scaley(1.5);
            transform-origin: center
        }

        .jconfirm .jconfirm-box.jconfirm-animation-scalex {
            transform: scalex(1.5);
            transform-origin: center
        }

        .jconfirm .jconfirm-box.jconfirm-animation-top {
            transform: translateY(-100px)
        }

        .jconfirm .jconfirm-box.jconfirm-animation-left {
            transform: translate(-100px)
        }

        .jconfirm .jconfirm-box.jconfirm-animation-right {
            transform: translate(100px)
        }

        .jconfirm .jconfirm-box.jconfirm-animation-bottom {
            transform: translateY(100px)
        }

        .jconfirm .jconfirm-box.jconfirm-animation-zoom {
            transform: scale(1.2)
        }

        .jconfirm .jconfirm-box.jconfirm-animation-scale {
            transform: scale(.5)
        }

        .jconfirm .jconfirm-box.jconfirm-animation-none {
            visibility: hidden
        }

    .jconfirm.jconfirm-supervan .jconfirm-bg {
        background-color: rgba(54,70,93,.95)
    }

    .jconfirm.jconfirm-supervan .jconfirm-box {
        background-color: transparent
    }

        .jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-blue, .jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-dark, .jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-green, .jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-orange, .jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-purple, .jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-red {
            border: 0
        }

        .jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-closeIcon {
            color: #fff
        }

        .jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-title-c {
            text-align: center;
            color: #fff;
            font-size: 28px;
            font-weight: 400
        }

            .jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-title-c > * {
                padding-bottom: 25px
            }

            .jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c {
                margin-right: 8px;
                margin-left: 0
            }

        .jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-content-pane {
            margin-bottom: 25px
        }

        .jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-content {
            text-align: center;
            color: #fff
        }

        .jconfirm.jconfirm-supervan .jconfirm-box .jconfirm-buttons {
            text-align: center
        }

            .jconfirm.jconfirm-supervan .jconfirm-box .jconfirm-buttons button {
                font-size: 16px;
                border-radius: 2px;
                background: #303f53;
                text-shadow: none;
                border: 0;
                color: #fff;
                padding: 10px;
                min-width: 100px
            }

    .jconfirm.jconfirm-supervan.jconfirm-rtl .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c {
        margin-left: 8px;
        margin-right: 0
    }

    .jconfirm.jconfirm-material .jconfirm-bg {
        background-color: rgba(0,0,0,.67)
    }

    .jconfirm.jconfirm-material .jconfirm-box {
        background-color: #fff;
        box-shadow: 0 7px 8px -4px rgba(0,0,0,.2),0 13px 19px 2px rgba(0,0,0,.14),0 5px 24px 4px rgba(0,0,0,.12);
        padding: 30px 25px 10px
    }

        .jconfirm.jconfirm-material .jconfirm-box .jconfirm-title-c .jconfirm-icon-c {
            margin-right: 8px;
            margin-left: 0
        }

        .jconfirm.jconfirm-material .jconfirm-box div.jconfirm-closeIcon {
            color: rgba(0,0,0,.87)
        }

        .jconfirm.jconfirm-material .jconfirm-box div.jconfirm-title-c {
            color: rgba(0,0,0,.87);
            font-size: 22px;
            font-weight: 700
        }

        .jconfirm.jconfirm-material .jconfirm-box div.jconfirm-content {
            color: rgba(0,0,0,.87)
        }

        .jconfirm.jconfirm-material .jconfirm-box .jconfirm-buttons {
            text-align: right
        }

            .jconfirm.jconfirm-material .jconfirm-box .jconfirm-buttons button {
                text-transform: uppercase;
                font-weight: 500
            }

    .jconfirm.jconfirm-material.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c {
        margin-left: 8px;
        margin-right: 0
    }

    .jconfirm.jconfirm-bootstrap .jconfirm-bg {
        background-color: rgba(0,0,0,.21)
    }

    .jconfirm.jconfirm-bootstrap .jconfirm-box {
        background-color: #fff;
        box-shadow: 0 3px 8px 0 rgba(0,0,0,.2);
        border: 1px solid rgba(0,0,0,.4);
        padding: 15px 0 0
    }

        .jconfirm.jconfirm-bootstrap .jconfirm-box .jconfirm-title-c .jconfirm-icon-c {
            margin-right: 8px;
            margin-left: 0
        }

        .jconfirm.jconfirm-bootstrap .jconfirm-box div.jconfirm-closeIcon {
            color: rgba(0,0,0,.87)
        }

        .jconfirm.jconfirm-bootstrap .jconfirm-box div.jconfirm-title-c {
            color: rgba(0,0,0,.87);
            font-size: 22px;
            font-weight: 700;
            padding-left: 15px;
            padding-right: 15px
        }

        .jconfirm.jconfirm-bootstrap .jconfirm-box div.jconfirm-content {
            color: rgba(0,0,0,.87);
            padding: 0 15px
        }

        .jconfirm.jconfirm-bootstrap .jconfirm-box .jconfirm-buttons {
            text-align: right;
            padding: 10px;
            margin: -5px 0 0;
            border-top: 1px solid #ddd;
            overflow: hidden;
            border-radius: 0 0 4px 4px
        }

            .jconfirm.jconfirm-bootstrap .jconfirm-box .jconfirm-buttons button {
                font-weight: 500
            }

    .jconfirm.jconfirm-bootstrap.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c {
        margin-left: 8px;
        margin-right: 0
    }

    .jconfirm.jconfirm-modern .jconfirm-bg {
        background-color: #708090;
        opacity: .6
    }

    .jconfirm.jconfirm-modern .jconfirm-box {
        background-color: #fff;
        box-shadow: 0 7px 8px -4px rgba(0,0,0,.2),0 13px 19px 2px rgba(0,0,0,.14),0 5px 24px 4px rgba(0,0,0,.12);
        padding: 30px 30px 15px
    }

        .jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-closeIcon {
            color: rgba(0,0,0,.87);
            top: 15px;
            right: 15px
        }

        .jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-title-c {
            color: rgba(0,0,0,.87);
            font-size: 24px;
            font-weight: 700;
            text-align: center;
            margin-bottom: 10px
        }

            .jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c {
                transition: transform .5s;
                transform: scale(0);
                display: block;
                margin-right: 0;
                margin-left: 0;
                margin-bottom: 10px;
                font-size: 69px;
                color: #aaa
            }

        .jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-content {
            text-align: center;
            font-size: 15px;
            color: #777;
            margin-bottom: 25px
        }

        .jconfirm.jconfirm-modern .jconfirm-box .jconfirm-buttons {
            text-align: center
        }

            .jconfirm.jconfirm-modern .jconfirm-box .jconfirm-buttons button {
                font-weight: 700;
                text-transform: uppercase;
                transition: background .1s;
                padding: 10px 20px
            }

                .jconfirm.jconfirm-modern .jconfirm-box .jconfirm-buttons button + button {
                    margin-left: 4px
                }

    .jconfirm.jconfirm-modern.jconfirm-open .jconfirm-box .jconfirm-title-c .jconfirm-icon-c {
        transform: scale(1)
    }

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

    .owl-carousel .owl-stage {
        position: relative;
        -ms-touch-action: pan-Y;
        touch-action: manipulation;
        -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: translateZ(0)
    }

    .owl-carousel .owl-item, .owl-carousel .owl-wrapper {
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0)
    }

    .owl-carousel .owl-item {
        position: relative;
        min-height: 1px;
        float: left;
        -webkit-backface-visibility: hidden;
        -webkit-tap-highlight-color: transparent;
        -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
    }

    .owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

    .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
        background: none;
        color: inherit;
        border: none;
        padding: 0 !important;
        font: inherit
    }

    .owl-carousel .owl-nav button.owl-next {
        position: absolute;
        top: 21%;
        right: 0;
        font-size: 80px;
        color: #fff;
        text-shadow: 0px 2px 4px #000000;
    }

    .owl-carousel .owl-nav button.owl-prev {
        position: absolute;
        top: 21%;
        left: 0;
        font-size: 80px;
        color: #fff;
        text-shadow: 0px 2px 4px #000000;
    }

        .owl-carousel .owl-nav button.owl-next:hover, .owl-carousel .owl-nav button.owl-prev:hover {
            opacity: 0.8;
            color: #ed0080
        }

.lasttourHome .owl-carousel .owl-nav button.owl-prev, .lasttourHome .owl-carousel .owl-nav button.owl-next {
    top: 27%
}

.owl-carousel.owl-loaded {
    display: block
}

.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 {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -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
    }

.no-js .owl-carousel {
    display: block
}

.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: p
}

@keyframes p {
    0% {
        opacity: 1
    }

    to {
        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 .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
        max-height: 0
    }

.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(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 {
        transform: scale(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: 50%;
    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%
}

body {
    margin: 0
}

td, th {
    line-height: 18px
}

blockquote, dd, div, dl, dt, form, h1, h2, h3, h4, h5, h6, input, li, ol, pre, textarea, ul {
    margin: 0;
    padding: 0
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: 700
}

.clear {
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0
}

p {
    margin: 0;
    padding: 5px 0
}

ol, ul {
    list-style: none
}

a {
    text-decoration: none;
    color: #882106
}

img {
    border: 0;
    max-width: 100%
}

input {
    color: #2a2a2a
}

.input-warn {
    border: 1px solid red
}

.input-ok, .input-warn {
    line-height: 20px;
    height: 18px
}

.input-ok {
    border: 1px solid #0c6
}

.button {
    background: url(../images/button_bg.gif) 50% no-repeat;
    cursor: pointer;
    border: none;
    color: #000;
    padding: 5px 2px;
    width: 103px
}

button.btn {
    padding: 0 10px;
    height: 24px;
    border: 1px solid #d4d4d4;
    background: #fefefe;
    background-image: -moz-linear-gradient(top,#fefefe,#ebebeb);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#fefefe),to(#ebebeb));
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr=#fefefe,endColorStr=#ebebeb);
    -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr=#fefefe, endColorStr=#ebebeb)";
    border-radius: 3px;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    overflow: visible
}

    button.btn span {
        display: inline-block;
        vertical-align: middle;
        color: #656565;
        font-size: 13px
    }

    button.btn:focus, button.btn:hover {
        border-color: #d4d4d4;
        background: #ebebeb;
        background-image: -moz-linear-gradient(top,#ebebeb,#fefefe);
        background-image: -webkit-gradient(linear,left top,left bottom,from(#ebebeb),to(#fefefe));
        filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr=#ebebeb,endColorStr=#fefefe);
        -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr=#ebebeb, endColorStr=#fefefe)";
        outline: 0;
        box-shadow: 0 0 3px #999
    }

.btn-default {
    background: #09459f;
    color: #fff;
    border-color: #073f93;
    text-transform: uppercase;
    font-weight: 700;
    height: 30px;
    line-height: 18px
}

    .btn-default.active, .btn-default:active, .btn-default:focus, .btn-default:hover, .open > .dropdown-toggle.btn-default {
        color: #fff;
        background-color: #4e4e4e;
        border-color: #4e4e4e
    }

.textfiled {
    height: 20px;
    font-size: 12px
}

.textarea, .textfiled {
    border: 1px solid #b7b7b7;
    background: #efefef;
    color: #2a2a2a;
    border-bottom: none;
    border-right: none;
    line-height: 20px
}

.textarea {
    overflow: auto
}

.select {
    border: 1px solid #b7b7b7;
    border-bottom: none;
    border-right: none;
    background: #efefef;
    color: #2a2a2a;
    padding: 3px;
    font-size: 11px
}

.clearfix:after {
    content: "[DO NOT LEAVE IT IS NOT REAL]";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.clearfix {
    display: inline;
    position: relative;
    display: block
}

.fl {
    float: left
}

.fr {
    float: right
}

.hidden {
    display: none
}

.inner-addon {
    position: relative
}

    .inner-addon .glyphicon {
        position: absolute;
        padding: 10px;
        pointer-events: none;
        color: #a1a1a1
    }

.left-addon .glyphicon {
    left: 0
}

.right-addon .glyphicon {
    right: 0
}

.left-addon input {
    padding-left: 30px
}

.right-addon input {
    padding-right: 30px
}

.left-addon textarea {
    padding-left: 30px
}

.hide-on-biggest {
    display: none
}

.font_err {
    color: red
}

    .font_err a:active, .font_err a:link, .font_err a:visited {
        text-decoration: none;
        color: red
    }

    .font_err a:hover {
        color: red;
        text-decoration: underline
    }

#box_redirect {
    border: 1px solid #505050;
    width: 70%;
    margin: 0 auto
}

    #box_redirect p {
        line-height: 18px
    }

    #box_redirect .top {
        background: #f78600;
        border-bottom: 1px solid #5c5c5c;
        color: #fff;
        font-size: 11px;
        font-weight: 700;
        text-transform: uppercase;
        height: 22px;
        padding: 2px;
        text-align: left
    }

    #box_redirect .fontMess {
        color: #65d700;
        font-size: 12px;
        font-weight: 700;
        text-align: center;
        padding: 20px 10px
    }

    #box_redirect .mess {
        background: #383838;
        color: #fff;
        text-align: center
    }

    #box_redirect .bottom {
        background: #fff3dd;
        color: #000;
        text-align: center;
        padding: 5px;
        font-size: 12px
    }

#boxMess {
    border: 1px solid #f08200;
    padding: 2px 5px;
    background: #fcf5cd
}

    #boxMess h4.mess {
        background: url(../images/icon/icon_mess.gif) no-repeat 0;
        padding: 2px 30px;
        color: red;
        font-weight: 700;
        font-size: 12px
    }

    #boxMess h4.err {
        background: url(../images/icon/icon_warning.gif) no-repeat 0;
        padding: 6px 30px;
        color: red;
        font-weight: 700
    }

    #boxMess .font_err {
        color: #950000
    }

@font-face {
    font-family: Muli;
    font-style: normal;
    font-weight: 300;
    src: url(/style/font/7Auwp_0qiz-afT3GLRrX.woff2) format("woff2");
    unicode-range: U+0102-0103,U+0110-0111,U+1EA0-1EF9,U+20AB;
    font-display: swap
}

@font-face {
    font-family: Muli;
    font-style: normal;
    font-weight: 300;
    src: url(/style/font/7Auwp_0qiz-afTzGLRrX.woff2) format("woff2");
    unicode-range: U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF;
    font-display: swap
}

@font-face {
    font-family: Muli;
    font-style: normal;
    font-weight: 300;
    src: url(/style/font/7Auwp_0qiz-afTLGLQ.woff2) format("woff2");
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
    font-display: swap
}

@font-face {
    font-family: Muli;
    font-style: normal;
    font-weight: 400;
    src: url(/style/font/7Auwp_0qiz-afT3GLRrX.woff2) format("woff2");
    unicode-range: U+0102-0103,U+0110-0111,U+1EA0-1EF9,U+20AB;
    font-display: swap
}

@font-face {
    font-family: Muli;
    font-style: normal;
    font-weight: 400;
    src: url(/style/font/7Auwp_0qiz-afTzGLRrX.woff2) format("woff2");
    unicode-range: U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF;
    font-display: swap
}

@font-face {
    font-family: Muli;
    font-style: normal;
    font-weight: 400;
    src: url(/style/font/7Auwp_0qiz-afTLGLQ.woff2) format("woff2");
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
    font-display: swap
}

@font-face {
    font-family: Muli;
    font-style: normal;
    font-weight: 600;
    src: url(/style/font/7Auwp_0qiz-afT3GLRrX.woff2) format("woff2");
    unicode-range: U+0102-0103,U+0110-0111,U+1EA0-1EF9,U+20AB;
    font-display: swap
}

@font-face {
    font-family: Muli;
    font-style: normal;
    font-weight: 600;
    src: url(/style/font/7Auwp_0qiz-afTzGLRrX.woff2) format("woff2");
    unicode-range: U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF;
    font-display: swap
}

@font-face {
    font-family: Muli;
    font-style: normal;
    font-weight: 600;
    src: url(/style/font/7Auwp_0qiz-afTLGLQ.woff2) format("woff2");
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
    font-display: swap
}

@font-face {
    font-family: Muli;
    font-style: normal;
    font-weight: 700;
    src: url(/style/font/7Auwp_0qiz-afT3GLRrX.woff2) format("woff2");
    unicode-range: U+0102-0103,U+0110-0111,U+1EA0-1EF9,U+20AB;
    font-display: swap
}

@font-face {
    font-family: Muli;
    font-style: normal;
    font-weight: 700;
    src: url(/style/font/7Auwp_0qiz-afTzGLRrX.woff2) format("woff2");
    unicode-range: U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF;
    font-display: swap
}

@font-face {
    font-family: Muli;
    font-style: normal;
    font-weight: 700;
    src: url(/style/font/7Auwp_0qiz-afTLGLQ.woff2) format("woff2");
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
    font-display: swap
}

@font-face {
    font-family: Muli;
    font-style: normal;
    font-weight: 900;
    src: url(/style/font/7Auwp_0qiz-afT3GLRrX.woff2) format("woff2");
    unicode-range: U+0102-0103,U+0110-0111,U+1EA0-1EF9,U+20AB;
    font-display: swap
}

@font-face {
    font-family: Muli;
    font-style: normal;
    font-weight: 900;
    src: url(/style/font/7Auwp_0qiz-afTzGLRrX.woff2) format("woff2");
    unicode-range: U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF;
    font-display: swap
}

@font-face {
    font-family: Muli;
    font-style: normal;
    font-weight: 900;
    src: url(/style/font/7Auwp_0qiz-afTLGLQ.woff2) format("woff2");
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
    font-display: swap
}

.classic-popup {
    background: hsla(0,0%,100%,.24);
    border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 5px
}

.classic-popup-title {
    width: 100%;
    background: #096db5;
    height: 41px;
    text-align: center
}

    .classic-popup-title, .classic-popup-title .fl, a.classic-popup-close {
        height: 40px;
        line-height: 40px;
        font-weight: 700;
        color: #fff
    }

        .classic-popup-title .fl {
            padding-left: 20px;
            font-size: 16px;
            text-transform: uppercase;
            text-shadow: 0 1px 0 #666
        }

a.classic-popup-close {
    float: right;
    font-size: 13px;
    line-height: 30px;
    padding: 0 10px
}

    a.classic-popup-close:hover {
        text-decoration: none;
        color: #4f2d00
    }

.classic-popup-content {
    width: 100%;
    background: #fff
}

#bannerPopup {
    position: relative
}

.close-popup {
    text-align: right;
    margin-bottom: 5px
}

    .close-popup a {
        display: inline-block;
        background: url(../images/close-popup.gif) no-repeat;
        color: #fff;
        font-size: 12px;
        text-decoration: none;
        padding-left: 20px
    }

.bannerPopupContent {
    background: #fff
}

b {
    font-weight: 700
}

.classic-popup .error {
    border: 1px solid red
}

.algin-right {
    text-align: right
}

.desc ol {
    list-style: decimal
}

.desc ol, .desc ul {
    margin-left: 10px;
    padding-left: 10px
}

.desc ul {
    list-style: disc
}

.desc h1 {
    font-size: 36px;
    line-height: 46px
}

.desc h2 {
    font-size: 30px;
    line-height: 40px
}

.desc h3 {
    font-size: 24px;
    line-height: 34px
}

.desc h4 {
    font-size: 18px;
    line-height: 28px
}

.desc h5 {
    font-size: 12px;
    line-height: 22px
}

.desc h6 {
    font-size: 6px;
    line-height: 16px
}

.desc td, .desc th {
    padding: 5px;
    line-height: inherit
}

.desc img {
    max-width: 100%;
    height: auto
}

.desc iframe {
    width: 100% !important
}

.box-tags {
    background: #fff;
    border: 1px solid #e1e1e1;
    padding: 5px;
    box-shadow: 3px 3px 1px rgba(0,0,0,.04)
}

    .box-tags .tags-list {
        background: url(../images/img_tag.png) 5px 10px no-repeat;
        padding: 7px 10px;
        padding-left: 30px;
        min-height: 30px;
        color: #666;
        font-size: 11px
    }

    .box-tags span {
        display: inline-block;
        padding: 0 15px;
        border-bottom: 1px solid #bfbfbf;
        border-right: 1px solid #bfbfbf;
        margin-right: 10px;
        color: #333;
        line-height: 20px
    }

    .box-tags a {
        color: #666;
        text-decoration: none
    }

.box_category {
    padding: 0
}

    .box_category ul {
        list-style: none
    }

    .box_category li a {
        background: url(../images/icon_cat.gif) 0 9px no-repeat;
        display: block;
        font-weight: 700;
        padding-left: 10px
    }

        .box_category li a:hover {
            text-decoration: underline
        }

    .box_category ul ul {
        list-style: none;
        padding-left: 10px
    }

        .box_category ul ul li {
            background: none;
            padding: 2px
        }

            .box_category ul ul li a {
                background: url(../images/icon_li.gif) 0 9px no-repeat;
                font-weight: 400;
                padding-left: 10px
            }

.table_cell {
    display: table-cell
}

.box_mid {
    width: 100%
}

    .box_mid .mid-title {
        width: auto;
        position: relative;
        margin: 0 0 20px
    }

    .box_mid.line_title .mid-title {
        padding-bottom: 20px;
        border-bottom: 1px solid #ebebeb
    }

    .box_mid .mid-title .titleL {
        text-align: center;
        text-transform: uppercase;
        position: relative;
        color: #333
    }

        .box_mid .mid-title .titleL, .box_mid .mid-title .titleL h1 {
            font-size: 30px;
            line-height: 45px
        }

            .box_mid .mid-title .titleL h1.noupper {
                text-transform: none
            }

    .box_mid .mid-title .titleR {
        float: right;
        position: relative
    }

    .box_mid .mid_content {
        margin-bottom: 0
    }

.box, .box .box-title {
    position: relative
}

    .box .box-title {
        z-index: 1
    }

        .box .box-title .fTitle {
            font-size: 18px;
            line-height: 26px;
            color: #927865;
            padding: 5px 0;
            margin-bottom: 5px
        }

.pagination {
    width: 100%;
    background: transparent;
    padding-top: 0;
    margin: 0
}

    .pagination ul {
        padding-bottom: 2px
    }

        .pagination ul li {
            display: inline-block;
            margin: 0 4px 0 0
        }

            .pagination ul li span.pagetotal {
                display: table-cell;
                height: 45px;
                vertical-align: middle;
                background: none;
                color: #333
            }

            .pagination ul li a, .pagination ul li span.pagecur {
                display: table-cell;
                width: 40px;
                height: 40px;
                box-sizing: border-box;
                border: 1px solid #fff;
                font-size: 18px;
                line-height: 26px;
                vertical-align: middle;
                color: #333;
                transition: none;
                font-weight: 400;
                background-color: #fff;
                border: 1px solid #d0d0d0;
                text-align: center
            }

                .pagination ul li a:hover, .pagination ul li span.pagecur {
                    background-color: #000;
                    border-color: #000
                }

    .pagination a, .pagination a:visited {
        color: #666
    }

    .pagination.center {
        text-align: center
    }

    .pagination.right {
        text-align: right
    }

.show_item {
    padding: 10px 0
}

    .show_item ul:after {
        display: block;
        content: "";
        clear: both
    }

    .show_item ul li {
        float: left;
        padding: 0 12px;
        position: relative;
        text-transform: uppercase
    }

        .show_item ul li, .show_item ul li a {
            font-size: 16px;
            line-height: 20px;
            color: #666
        }

            .show_item ul li a:hover {
                color: #ee8533
            }

            .show_item ul li:first-child {
                padding-left: 0
            }

            .show_item ul li:last-child {
                padding-right: 0
            }

            .show_item ul li ~ li:after {
                position: absolute;
                top: 0;
                left: 0;
                content: "|";
                color: #d1d1d1
            }

.breadcrumb {
    margin: 0;
    padding: 11px 0;
    width: 100%
}

    .breadcrumb.nomb {
        margin-bottom: 0
    }

    .breadcrumb ul {
        padding: 0;
        width: 100%;
        background-color: transparent;
        margin: 0;
        position: relative;
        text-align: left
    }

        .breadcrumb ul li {
            padding: 0 12px;
            display: inline-block;
            font-size: 12px;
            line-height: 20px;
            color: #888
        }

            .breadcrumb ul li a {
                font-size: 13px;
                line-height: 21px;
                color: #fff;
                text-transform: capitalize
            }

.like_share {
    margin: 0 0 30px;
    padding: 10px;
    background: #f3f3f3
}

.like_facebook {
    float: left
}

.feedback {
    float: right;
    text-align: right;
    color: #666
}

    .feedback a {
        font-size: 16px;
        line-height: 25px;
        display: inline-block
    }

        .feedback a:before {
            font-family: fontawesome;
            font-size: 20px;
            line-height: 25px;
            padding-right: 10px
        }

        .feedback a i {
            font-size: 20px;
            line-height: 25px;
            padding-right: 5px;
            color: #004976
        }

.like_facebook a {
    padding-right: 15px;
    display: inline-block
}

.feedback img {
    padding-right: 5px
}

.feedback a img {
    padding-left: 15px
}

.feedback .link-feedback {
    padding-left: 20px;
    padding-right: 15px;
    background: url(../images/weblink/feedback.png) no-repeat 0
}

.feedback .link-comback {
    padding-left: 20px;
    padding-right: 15px;
    background: url(../images/weblink/comeback.png) no-repeat 0
}

.feedback .link-email, .link-email {
    padding-left: 20px;
    padding-right: 15px;
    background: url(../images/weblink/email.png) no-repeat 0
}

.link-print {
    padding-left: 20px
}

.feedback .link-print, .link-print {
    padding-right: 15px;
    background: url(../images/weblink/print.png) no-repeat 0
}

.feedback .link-print {
    padding-left: 25px
}

.tag {
    font-size: 15px;
    position: relative;
    padding: 10px 0
}

    .tag, .tag a {
        line-height: 30px;
        color: #666
    }

        .tag a {
            font-size: 16px
        }

            .tag a:hover {
                color: #0993dc
            }

        .tag span {
            padding-right: 5px
        }

            .tag span.title {
                font-size: 16px;
                line-height: 30px;
                color: #333;
                text-transform: uppercase
            }

                .tag span.title i {
                    color: #004976;
                    padding-right: 5px
                }

.tag1 {
    font-size: 14px;
    line-height: 20px;
    color: #666;
    margin-bottom: 10px;
    padding: 5px;
    min-height: 22px
}

    .tag1 a {
        color: #666;
        display: inline-block;
        margin-left: 6px;
        padding: 4px 10px;
        border: 1px solid #d0d0d0;
        background-color: #fff;
        transition: all .5s ease
    }

        .tag1 a:hover {
            background-color: #666;
            color: #fff;
            border-color: #666
        }

    .tag1 .title {
        display: inline-block;
        padding: 2px 6px;
        margin-right: 4px;
        font-family: UTMAvo;
        color: #666;
        font-weight: 700
    }

.news_related {
    width: 100%;
    margin: 0 0 30px
}

    .news_related h4 {
        font-size: 24px;
        line-height: 34px;
        text-transform: uppercase;
        font-weight: 700;
        color: #333;
        margin-bottom: 5px
    }

    .news_related ul {
        padding-left: 15px
    }

        .news_related ul li {
            line-height: 25px;
            position: relative;
            padding: 3px
        }

            .news_related ul li:after {
                position: absolute;
                font-family: fontawesome;
                content: "\F0DA";
                top: 3px;
                left: -15px;
                color: #999
            }

            .news_related ul li a {
                text-decoration: none;
                font-size: 15px;
                line-height: 20px;
                color: #333
            }

                .news_related ul li a:hover {
                    color: #018bf5
                }

                .news_related ul li a span {
                    color: #acacac;
                    padding-left: 5px;
                    font-weight: 400;
                    font-size: 13px
                }

.box_category {
    margin: 15px 0;
    display: inline-block;
    width: 170px;
    margin: 10px
}

    .box_category .select-control {
        padding: 6px 30px 6px 10px;
        font-size: 14px;
        line-height: 24px;
        color: #ed1e79;
        height: 34px;
        text-align: left;
        background-color: #fff;
        background-image: none;
        border: 1px solid #d4d4d4;
        cursor: pointer;
        overflow: hidden
    }

        .box_category .select-control .caret {
            position: absolute;
            right: 15px;
            top: 13px;
            border-top: 8px dashed;
            border-color: #777;
            border-right: 6px solid transparent;
            border-left: 6px solid transparent
        }

    .box_category ul.dropdown-menu {
        width: 100%;
        font-size: 12px;
        min-width: 160px;
        max-height: 180px;
        overflow-y: auto;
        padding: 0;
        border: 1px solid #ccc;
        border: 1px solid rgba(0,0,0,.15);
        border-radius: 0
    }

        .box_category ul.dropdown-menu li {
            border-bottom: 1px solid #ccc
        }

            .box_category ul.dropdown-menu li:last-child {
                border-bottom: none
            }

            .box_category ul.dropdown-menu li a {
                display: block;
                padding: 10px;
                clear: both;
                font-weight: 400;
                font-size: 14px;
                line-height: 20px;
                color: #333;
                white-space: nowrap
            }

                .box_category ul.dropdown-menu li a:focus, .box_category ul.dropdown-menu li a:hover {
                    color: #262626;
                    text-decoration: none;
                    background-color: #f5f5f5
                }

            .box_category ul.dropdown-menu li.active > a, .box_category ul.dropdown-menu li.active > a:focus, .box_category ul.dropdown-menu li.active > a:hover {
                color: #fff;
                text-decoration: none;
                background-color: #337ab7;
                outline: 0
            }

            .box_category ul.dropdown-menu li ul {
                list-style: none;
                border-top: 1px solid #ccc
            }

.submenu .title-menu {
    margin-bottom: 20px;
    position: relative
}

    .submenu .title-menu .title {
        font-size: 26px;
        line-height: 34px;
        color: #fff;
        padding: 10px 50px 10px 10px;
        background: url(../images/bg-arrow.png)no-repeat 100% 50% #9c1320;
        cursor: pointer;
        display: none
    }

    .submenu .title-menu .menu {
        width: 100%;
        text-align: center
    }

        .submenu .title-menu .menu ul {
            text-align: center
        }

            .submenu .title-menu .menu ul li {
                margin: 5px;
                font-size: 16px;
                line-height: 26px;
                color: #333;
                display: inline-block
            }

                .submenu .title-menu .menu ul li a {
                    color: #333;
                    background-color: transparent;
                    padding: 10px 25px;
                    display: block;
                    position: relative
                }

                    .submenu .title-menu .menu ul li a:before {
                        position: absolute;
                        content: "";
                        top: 50%;
                        left: 0;
                        width: 100%;
                        height: 0%;
                        background: #9c1320;
                        opacity: 0;
                        z-index: 0;
                        transition: all .4s ease-out
                    }

                    .submenu .title-menu .menu ul li a:hover {
                        color: #fff
                    }

                        .submenu .title-menu .menu ul li a:hover:before {
                            top: 0;
                            height: 100%;
                            opacity: 1
                        }

                    .submenu .title-menu .menu ul li a span {
                        z-index: 1;
                        position: relative;
                        transition: all .2s ease-in
                    }

                    .submenu .title-menu .menu ul li a:hover span {
                        z-index: 1;
                        position: relative;
                        color: #fff
                    }

                    .submenu .title-menu .menu ul li a:focus {
                        text-decoration: none
                    }

                .submenu .title-menu .menu ul li.active a {
                    background: #9c1320;
                    color: #fff
                }

.fb-comments iframe, .fb-comments span, .fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
    width: 100% !important
}

@media screen and (max-width:1024px) {
    .desc img {
        max-width: 100% !important;
        height: auto !important
    }
}

@media (max-width:380px) {
    .pagination ul li a, .pagination ul li span.pagecur {
        width: 35px;
        height: 35px
    }
}

:active, :focus {
    outline: 0
}

a, a:focus, a:hover, a:visited {
    /* text-decoration: none; */
}

body, html {
    font-family: Muli,sans-serif;
    font-size: 14px;
    line-height: 22px;
    color: #333
}

:focus {
    outline: 0
}

a {
    color: #333;
    transition: all .3s linear
}

    a:hover {
        color: #FEC63E;
    }

#vnt-container {
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden;
    position: relative
}

.wrapper {
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto
}

#vnt-slide .slick-arrow {
    width: 30px;
    height: 45px;
    background-color: transparent;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 15px;
    border: none;
    position: absolute;
    top: 50%;
    font-size: 0;
    transform: translateY(-50%);
    z-index: 1;
    transition: all .3s linear;
    color: #fff;
    text-shadow: 2px 3px 4px rgba(0,0,0,.2)
}

#vnt-slide .slick-prev {
    left: 10px;
    background-image: url(../images/i-prev.svg)
}

#vnt-slide .slick-next {
    right: 10px;
    background-image: url(../images/i-next.svg)
}

#vnt-slide .slick-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    text-align: center
}

    #vnt-slide .slick-dots li {
        display: inline-block;
        margin: 0 5px
    }

        #vnt-slide .slick-dots li button {
            width: 10px;
            height: 10px;
            background: transparent;
            border-radius: 100%;
            font-size: 0;
            padding: 0;
            border: 2px solid #fff
        }

        #vnt-slide .slick-dots li.slick-active button {
            background: #ed0080;
            border-color: #ed0080
        }

div#vnt-slide-home img, div#vnt-slide .img img {
    width: 100%
}

.wrapCont {
    padding-bottom: 50px
}

.slick-init .item {
    display: none
}

    .slick-init .item.slick-slide, .slick-init .item:first-child {
        display: block
    }

.slick-slider {
    display: table;
    table-layout: fixed;
    width: 100%
}

.input-group-img {
    width: 1%;
    white-space: nowrap;
    padding-left: 7px;
    display: table-cell;
    vertical-align: middle
}

    .input-group-img img {
        max-width: inherit
    }

select {
    padding-right: 25px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(images/arrow.svg);
    background-size: 10px 5px;
    background-position: right 7px center;
    background-repeat: no-repeat
}

.row {
    margin-left: -10px;
    margin-right: -10px
}

    .row > [class^=col-] {
        padding-left: 10px;
        padding-right: 10px
    }

.lazyloading {
    opacity: 0
}

.lazy-start {
    animation-duration: 1s;
    animation-fill-mode: both
}

#vnt-header, #vnt-header-top {
    position: relative;
    z-index: 108
}

    #vnt-header.fixed {
        box-shadow: 0 0 5px rgba(0,0,0,.25)
    }

        #vnt-header.fixed .logo {
            max-width: 100px
        }

        #vnt-header.fixed .mainHead {
            padding: 10px 0
        }

        #vnt-header.fixed .menuTop > ul > li > a {
            padding: 6px 0
        }

.menuTop > ul > li > a:hover {
    background-color: #007AC3;
    color: #fff !important;
}

.topHead {
    background: #007ac3;
    background: linear-gradient(90deg,#007ac3,#007ac3 100%);
}

    .topHead .wrapper {
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        justify-content: space-between
    }

.hotlineTop {
    position: relative
}

    .hotlineTop .icon {
        color: #fff;
        padding: 6px 0;
        cursor: pointer;
        font-weight: 700
    }

        .hotlineTop .icon a, .hotlineTop .icon strong {
            color: #ff6;
            font-size: 22px;
            line-height: 30px;
            font-weight: 900;
            animation: q 2s linear infinite
        }

@keyframes q {
    10% {
        color: white
    }

    0%,20%,to {
        color: #ff6
    }
}

.hotlineTop .icon .eff2 a, .hotlineTop .icon strong.eff2 {
    color: #ff6;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700
}

.hotlineTop .icon span {
    padding-right: 20px;
    position: relative
}

    .hotlineTop .icon span:after {
        font-family: fontAwesome;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%)
    }

.hotlineTop .popup {
    position: absolute;
    top: 100%;
    margin-top: 5px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0,0,0,.15);
    width: 400px;
    display: none;
    z-index: 5;
    left: -5px
}

.hotlineTop.active .popup {
    display: block
}

.hotlineTop .tableHotline p {
    border-bottom: 1px solid rgba(0,0,0,.15);
    padding: 8px 10px
}

    .hotlineTop .tableHotline p a {
        float: right;
        font-weight: 700;
        color: #ed0080;
        white-space: nowrap;
        text-align: right
    }

.menuNav > ul {
    display: -ms-flexbox;
    display: flex;
    align-items: center
}

    .menuNav > ul > li > a {
        display: block;
        padding: 9px 15px;
        color: #fff
    }

        .menuNav > ul > li > a > span {
            padding-left: 17px;
            position: relative
        }

            .menuNav > ul > li > a > span:before {
                font-family: fontAwesome;
                position: absolute;
                left: 0;
                top: 50%;
                transform: translateY(-50%)
            }

    .menuNav > ul > li:hover > a {
        background: rgba(0,0,0,.25)
    }

.memberTop {
    position: relative
}

    .memberTop .icon {
        color: #fff;
        padding: 9px 10px;
        cursor: pointer
    }

        .memberTop .icon span {
            padding-left: 17px;
            padding-right: 15px;
            position: relative
        }

            .memberTop .icon span:before {
                content: "\F007";
                left: 0
            }

            .memberTop .icon span:after, .memberTop .icon span:before {
                font-family: fontAwesome;
                position: absolute;
                top: 50%;
                transform: translateY(-50%)
            }

            .memberTop .icon span:after {
                content: "\F0D7";
                right: 0
            }

    .memberTop.active .popup {
        display: block
    }

    .memberTop .popup {
        top: 100%;
        margin-top: 5px;
        right: 0;
        position: absolute;
        background: #fff;
        border-radius: 5px;
        box-shadow: 0 0 5px rgba(0,0,0,.15);
        width: 200px;
        display: none;
        z-index: 5
    }

        .memberTop .popup ul li {
            border-bottom: 1px solid rgba(0,0,0,.15)
        }

            .memberTop .popup ul li:last-child {
                border-bottom: none
            }

            .memberTop .popup ul li a {
                display: block;
                padding: 9px 15px
            }

                .memberTop .popup ul li a span {
                    padding-left: 30px;
                    position: relative
                }

                    .memberTop .popup ul li a span:before {
                        font-family: fontAwesome;
                        position: absolute;
                        left: 0;
                        top: 50%;
                        transform: translateY(-50%);
                        font-size: 18px;
                        line-height: 26px
                    }

.mainHead {
    background: #fff
}

.wrapPoss {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative
}

.logo {
    max-width: 200px;
    transition: all .3s linear
}

.header-tools {
    display: -ms-flexbox;
    display: flex;
    align-items: center
}

.menuTop {
    margin-right: 20px
}

    .menuTop > ul {
        display: -ms-flexbox;
        display: flex;
        align-items: center
    }

        .menuTop > ul > li {
            padding-left: 0px;
            padding-right: 0px;
            position: relative
        }

            .menuTop > ul > li.nopos {
                position: static
            }

            .menuTop > ul > li:last-child {
                margin-right: 0
            }

            .menuTop > ul > li > a {
                font-size: 13px;
                line-height: 24px;
                font-weight: 700;
                color: #555;
                display: block;
                text-transform: uppercase;
                padding: 15px 20px;
            }

            .menuTop > ul > li.current > a, .menuTop > ul > li:hover > a {
                color: #007ac3;
            }

            .menuTop > ul > li:hover > ul {
                display: block
            }

            .menuTop > ul > li > ul {
                position: absolute;
                top: 100%;
                left: 0;
                display: block;
                background: #fff;
                width: 230px;
                border: 1px solid #ddd;
                display: none;
                z-index: 30
            }

                .menuTop > ul > li > ul > li {
                    margin-right: 0;
                    border-bottom: 1px solid #ddd
                }

                    .menuTop > ul > li > ul > li:last-child {
                        border-bottom: none
                    }

                    .menuTop > ul > li > ul > li > a {
                        display: block;
                        text-transform: none;
                        font-size: 15px;
                        padding: 10px;
                        line-height: 23px
                    }

                    .menuTop > ul > li > ul > li:hover > a {
                        background: #f5f5f5
                    }

            .menuTop > ul > li:hover > .megaMenu {
                display: block
            }

.megaMenu {
    position: absolute;
    left: 0;
    right: 0;
    border: 1px solid #ddd;
    display: none;
    z-index: 30;
    background: #fff
}

    .megaMenu .grid {
        display: -ms-flexbox;
        display: flex;
        align-items: stretch
    }

        .megaMenu .grid .col1 {
            width: 200px
        }

        .megaMenu .grid .col2 {
            width: -o-calc(100% - 200px);
            width: calc(100% - 200px);
            background: #f5f5f5
        }

    .megaMenu .menuNa ul li a {
        display: block;
        padding: 9px 10px;
        position: relative;
        font-weight: 700
    }

        .megaMenu .menuNa ul li a:before {
            content: "\F105";
            font-family: fontAwesome;
            position: absolute;
            right: 10px;
            top: 50%;
            transform: translateY(-50%)
        }

    .megaMenu .menuNa ul li:hover a {
        background: #f5f5f5
    }

    .megaMenu .menuFo {
        background: #f6f6f6;
        display: none
    }

        .megaMenu .menuFo.active {
            display: block
        }

        .megaMenu .menuFo > .wrap {
            padding: 15px;
            border-bottom: 1px solid rgba(0,0,0,.15)
        }

        .megaMenu .menuFo ul {
            display: -ms-flexbox;
            display: flex;
            align-items: stretch;
            margin: 0 -15px;
            flex-wrap: wrap
        }

            .megaMenu .menuFo ul li {
                width: 25%;
                padding: 0 15px;
                border-right: 1px solid rgba(0,0,0,.15)
            }

            .megaMenu .menuFo ul.v2 > li {
                width: 20%
            }

            .megaMenu .menuFo ul li:last-child {
                border-right: none
            }

            .megaMenu .menuFo ul li a {
                display: block;
                font-size: 16px;
                line-height: 24px;
                font-weight: 700;
                margin-bottom: 10px
            }

            .megaMenu .menuFo ul ul {
                display: block;
                margin: 0
            }

                .megaMenu .menuFo ul ul li {
                    border-right: 0;
                    padding: 0;
                    width: 100%
                }

                    .megaMenu .menuFo ul ul li a {
                        font-size: 14px;
                        line-height: 18px;
                        font-weight: 400;
                        margin-bottom: 5px
                    }

    .megaMenu .linkAllMenu a {
        display: block;
        text-align: center;
        padding: 9px 10px
    }

.menuToggle {
    position: relative
}

    .menuToggle .icon {
        width: 25px;
        height: 20px;
        position: relative;
        cursor: pointer
    }

        .menuToggle .icon:after, .menuToggle .icon:before, .menuToggle .icon span {
            content: "";
            position: absolute;
            left: 0;
            width: 100%;
            height: 2px;
            background: #555
        }

    .menuToggle.active .icon:after, .menuToggle.active .icon:before {
        top: 9px;
        opacity: 0;
        visibility: hidden
    }

    .menuToggle .icon:before {
        top: 0
    }

    .menuToggle .icon:after {
        top: 18px
    }

    .menuToggle .icon span {
        top: 9px
    }

    .menuToggle.active .popup {
        display: block
    }

    .menuToggle .popup {
        position: absolute;
        top: 100%;
        right: 0;
        margin-top: 10px;
        background: #818285;
        width: 210px;
        padding: 20px;
        display: none;
        z-index: 5
    }

        .menuToggle .popup ul li {
            margin-bottom: 10px
        }

            .menuToggle .popup ul li:last-child {
                margin-bottom: 0
            }

            .menuToggle .popup ul li a {
                color: #fff;
                display: block
            }

                .menuToggle .popup ul li a:hover {
                    padding-left: 2px
                }

.vnt-main-top {
    margin-bottom: 40px
}

.breadcrumb {
    background: #f2f5f8;
    padding: 9px 0;
    margin-bottom: 0;
    border-bottom: 1px solid #fff
}

    .breadcrumb ul {
        width: auto
    }

        .breadcrumb ul:after {
            content: "";
            display: block;
            clear: both
        }

        .breadcrumb ul li {
            padding: 0;
            margin: 0 10px;
            float: left;
            position: relative;
            color: #666;
            font-size: 13px;
            line-height: 21px
        }

            .breadcrumb ul li:first-child {
                margin-left: 0
            }

            .breadcrumb ul li a {
                font-size: inherit;
                line-height: inherit;
                color: inherit
            }

                .breadcrumb ul li a:hover {
                    color: #810007
                }

            .breadcrumb ul li:after {
                content: "\203A";
                position: absolute;
                right: -14px;
                top: 44%;
                transform: translateY(-50%);
                font-size: 15px;
                line-height: 23px
            }

            .breadcrumb ul li:last-child:after {
                content: normal
            }

            .breadcrumb ul li:last-child {
                margin-right: 0
            }

.menuSidebar {
    margin-bottom: 20px
}

    .menuSidebar .title {
        font-size: 14px;
        line-height: 22px;
        border: 1px solid #ed0080;
        padding: 8px 15px;
        font-weight: 700;
        cursor: pointer;
        position: relative
    }

        .menuSidebar .title:before {
            content: "\F0D7";
            font-family: FontAwesome;
            position: absolute;
            right: 15px;
            top: 50%;
            transform: translateY(-50%)
        }

    .menuSidebar .content {
        background: #f3f3f3
    }

    .menuSidebar ul li {
        border-bottom: 1px solid #fff
    }

        .menuSidebar ul li a {
            display: block;
            padding: 9px 15px;
            padding-left: 40px;
            position: relative
        }

            .menuSidebar ul li a:before {
                content: "\F0DA";
                font-family: FontAwesome;
                position: absolute;
                top: 50%;
                left: 15px;
                transform: translateY(-50%);
                color: #ed0080
            }

        .menuSidebar ul li:last-child a {
            border-bottom: none
        }

        .menuSidebar ul li:hover > a {
            color: #f44236
        }

.box_mid .mid-title {
    margin-bottom: 20px;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between
}

    .box_mid .mid-title .titleL {
        font-size: 30px;
        line-height: 40px;
        font-weight: 700;
        text-align: left;
        text-transform: none
    }

        .box_mid .mid-title .titleL h1, .box_mid .mid-title .titleL h2 {
            font-size: inherit;
            line-height: inherit;
            font-weight: inherit
        }

    .box_mid .mid-title .titleR {
        float: none
    }

.menuTab {
    margin-bottom: 35px;
    text-align: center
}

    .menuTab ul li:first-child {
        margin-left: 0
    }

    .menuTab ul li:last-child {
        margin-right: 0
    }

    .menuTab ul li {
        display: inline-block;
        margin: 0 7px
    }

        .menuTab ul li a {
            display: block;
            background: #dbdbdb;
            padding: 9px 20px
        }

            .menuTab ul li.active a, .menuTab ul li a:hover {
                background: #ea4725;
                color: #fff
            }

.select-j {
    margin-bottom: 25px;
    position: relative
}

    .select-j .title {
        padding: 9px 20px;
        position: relative;
        border: 1px solid #e94725;
        color: #e94725;
        font-size: 16px;
        line-height: 24px;
        font-weight: 700;
        text-transform: uppercase
    }

        .select-j .title:before {
            content: "\F0D7";
            font-family: FontAwesome;
            position: absolute;
            right: 15px;
            top: 50%;
            transform: translateY(-50%);
            font-size: 18px;
            line-height: 26px
        }

        .select-j .title:hover {
            cursor: pointer
        }

    .select-j .content {
        position: absolute;
        left: 0;
        top: 104%;
        background: #fff;
        border: 1px solid #d0d0d0;
        width: 100%;
        max-height: 200px;
        overflow: auto;
        z-index: 1;
        display: none
    }

        .select-j .content ul li a {
            padding: 8px 15px;
            border-bottom: 1px solid #e2e2e2;
            display: block
        }

.div_auto_complete {
    position: relative
}

    .div_auto_complete.active {
        z-index: 10
    }

    .div_auto_complete:after {
        position: absolute;
        top: 50%;
        right: 10px;
        font-family: fontawesome;
        content: "\F0D7";
        font-size: 16px;
        line-height: 25px;
        z-index: 10;
        pointer-events: none;
        color: #333;
        transform: translateY(-50%)
    }

    .div_auto_complete .dropdown_select {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        max-height: 200px;
        overflow: auto;
        background: #fff;
        margin-top: 1px;
        opacity: 0;
        visibility: hidden;
        transition: all .3s ease
    }

    .div_auto_complete.active .dropdown_select {
        opacity: 1;
        visibility: visible
    }

    .div_auto_complete .dropdown_select ul li {
        font-weight: 400;
        font-size: 13px;
        line-height: 25px;
        color: #333;
        border-bottom: 1px solid rgba(0,0,0,.1)
    }

        .div_auto_complete .dropdown_select ul li.closed {
            display: none
        }

        .div_auto_complete .dropdown_select ul li li {
            border-top: 1px solid rgba(0,0,0,.1);
            border-bottom: 0
        }

        .div_auto_complete .dropdown_select ul li span.text {
            display: block;
            padding: 10px 15px;
            transition: all .5s ease
        }

        .div_auto_complete .dropdown_select ul li li span.text:before {
            content: "|-- "
        }

        .div_auto_complete .dropdown_select ul li:hover > span.text {
            background: #f7f7f7
        }

    .div_auto_complete .form-control {
        padding-right: 25px
    }

.pagination ul li a, .pagination ul li span.pagecur {
    border: none;
    background: #fff;
    border: 1px solid #c3c3c3
}

    .pagination ul li a:hover, .pagination ul li span.pagecur {
        background: #ea4725;
        border-color: #ea4725;
        color: #fff
    }

.mainFoot {
    padding: 25px 0 0;
    border-top: 3px solid #ed0080
}

.addressFoot .title {
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px
}

.addressFoot .link-contact {
    margin-top: 10px
}

    .addressFoot .link-contact a {
        color: #fff !important;
        padding: 5px;
        background: #ed0080;
        background: linear-gradient(180deg,#ed0080 0,#be3b98 100%);
        font-weight: 700
    }

        .addressFoot .link-contact a:hover {
            background: #0066b3
        }

.boxBot {
    margin-bottom: 25px
}

    .boxBot .title {
        color: #1b448e;
        font-weight: 700;
        margin-bottom: 10px
    }

.botLink ul li {
    margin-bottom: 5px
}

    .botLink ul li a {
        display: block
    }

.dmca {
    margin-bottom: 10px
}

.congthuong img {
    max-width: 120px
}

.formRecive .txt {
    margin-bottom: 10px
}

.formRecive .form {
    position: relative
}

    .formRecive .form input {
        width: 100%;
        height: 40px;
        border: 1px solid rgba(0,0,0,.35);
        padding-left: 15px;
        padding-right: 55px
    }

    .formRecive .form button {
        font-size: 15px;
        line-height: 23px;
        padding: 0;
        background: transparent;
        border: none;
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        transition: all .3s linear
    }

        .formRecive .form button:hover {
            color: #ed0080
        }

.socialFoot ul {
    display: -ms-flexbox;
    display: flex;
    align-items: center
}

    .socialFoot ul li {
        margin-right: 5px
    }

        .socialFoot ul li a {
            display: block;
            width: 35px;
            height: 35px;
            background: #000;
            color: #fff;
            position: relative
        }

            .socialFoot ul li a:before {
                font-family: fontAwesome;
                position: absolute;
                left: 50%;
                top: 50%;
                transform: translate(-50%,-50%)
            }

            .socialFoot ul li a.fa-facebook {
                background: #3b5997
            }

            .socialFoot ul li a.fa-google {
                background: #db5149
            }

            .socialFoot ul li a.fa-twitter {
                background: #00aced
            }

            .socialFoot ul li a.fa-youtube {
                background: #d12f2f
            }

.botFoot {
    padding: 30px 0 45px;
    justify-content: space-between
}

.botFoot, .copyright {
    display: -ms-flexbox;
    display: flex;
    align-items: center
}

    .copyright .copy {
        display: block;
        font-style: italic;
        font-size: 12px;
        line-height: 20px;
        margin-right: 5px
    }

        .copyright .copy strong {
            font-style: normal;
            font-weight: 700;
            text-transform: uppercase;
            display: inline-block
        }

    .copyright .tkw a {
        font-style: italic;
        font-size: 12px;
        line-height: 20px
    }

    .copyright .tkw strong a {
        font-style: normal;
        font-weight: 700
    }

    .copyright .per {
        margin: 0 5px
    }

.logoFoot img {
    transition: all .3s linear;
    max-width: 150px
}

a.go_top {
    width: 45px;
    height: 45px;
    position: fixed;
    background: #fff;
    bottom: 80px;
    right: 15px;
    border-radius: 100%;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    z-index: 11;
    font-size: 20px
}

    a.go_top:before {
        content: "\F106";
        font-family: FontAwesome;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        transition: all .8s ease;
        animation: r 1.2s .5s infinite
    }

@keyframes r {
    0%,20%,50%,80%,to {
        transform: translate(-50%,-50%)
    }

    40% {
        transform: translate(-50%,-80%)
    }

    60% {
        transform: translate(-50%,-60%)
    }
}

.popupMember {
    pointer-events: auto
}

    .popupMember .fancybox-slide--iframe {
        padding: 0
    }

        .popupMember .fancybox-slide--iframe .fancybox-content {
            width: 95%;
            max-width: 410px
        }

    .popupMember button[data-fancybox-close] {
        top: 0;
        right: 0
    }

.vnt-popup-thanhvien .title {
    background: #eee;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    text-align: center;
    padding: 10px 15px;
    text-transform: uppercase
}

.vnt-popup-thanhvien .content {
    padding: 25px 20px
}

.vnt-popup-thanhvien input[type=password], .vnt-popup-thanhvien input[type=text] {
    width: 100%;
    height: 40px;
    border: 1px solid rgba(0,0,0,.25);
    padding-left: 10px
}

.vnt-popup-thanhvien .df {
    display: -ms-flexbox;
    display: flex;
    align-content: flex-end;
    justify-content: space-between
}

.vnt-popup-thanhvien .checkbox {
    margin-top: 0;
    margin-bottom: 0
}

.vnt-popup-thanhvien .linkForget a {
    display: block;
    color: #ed0080
}

.vnt-popup-thanhvien button {
    width: 100%;
    height: 40px;
    background: #ed0080;
    color: #fff;
    border: none;
    transition: all .3s linear;
    text-transform: uppercase;
    font-weight: 700
}

    .vnt-popup-thanhvien button:hover {
        background: #333
    }

.vnt-popup-thanhvien .txtRegis a {
    color: #ed0080
}

.vnt-popup-thanhvien .txtRule {
    font-size: 13px;
    line-height: 21px
}

    .vnt-popup-thanhvien .txtRule a {
        color: #ed0080
    }

.designPopupAdv .fancybox-slide--iframe {
    padding: 0
}

    .designPopupAdv .fancybox-slide--iframe .fancybox-content {
        width: 95%;
        width: 550px;
        background: transparent
    }

#vnt-popup-adv img {
    width: 100%
}

.vnt-menu-fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 10;
    border-top: 1px solid rgba(0,0,0,.15)
}

    .vnt-menu-fixed ul {
        display: -ms-flexbox;
        display: flex;
        align-items: center
    }

        .vnt-menu-fixed ul li {
            width: 25%
        }

            .vnt-menu-fixed ul li a {
                display: block;
                text-align: center;
                font-size: 13px;
                line-height: 21px;
                text-transform: uppercase;
                padding: 7px 10px
            }

                .vnt-menu-fixed ul li a span {
                    padding-left: 20px;
                    position: relative
                }

                    .vnt-menu-fixed ul li a span:before {
                        font-family: fontawesome;
                        position: absolute;
                        left: 0;
                        top: 50%;
                        transform: translateY(-50%);
                        font-size: 16px;
                        line-height: 24px
                    }

                .vnt-menu-fixed ul li a:hover {
                    color: #ed0080
                }

#vnt-huyen-tools {
    bottom: 100px;
    right: 20px;
    background: #ed0080;
    height: 55px;
    width: 55px;
    border-radius: 30px;
    position: fixed;
    z-index: 50;
    transition: all .3s linear;
    overflow: hidden
}

    #vnt-huyen-tools.active {
        height: 125px
    }

    #vnt-huyen-tools .icon {
        width: 30px;
        height: 30px;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        color: #fff;
        font-size: 18px;
        line-height: 26px;
        bottom: 13px;
        cursor: pointer
    }

        #vnt-huyen-tools .icon:before {
            content: "\F0C9";
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%,-50%);
            font-family: fontAwesome
        }

    #vnt-huyen-tools.active .icon:before {
        content: "\F00D"
    }

    #vnt-huyen-tools .go_in_top {
        width: 30px;
        height: 30px;
        display: block;
        position: absolute;
        bottom: 50px;
        left: 50%;
        transform: translateX(-50%)
    }

        #vnt-huyen-tools .go_in_top i {
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%,-50%);
            font-size: 16px;
            line-height: 24px;
            color: #fff
        }

    #vnt-huyen-tools .phone_in_top {
        width: 40px;
        height: 40px;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        font-size: 9px;
        line-height: 17px;
        color: #fff;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 80px;
        text-transform: uppercase
    }

        #vnt-huyen-tools .phone_in_top i {
            font-size: 15px;
            line-height: 20px
        }

@media (min-width:991px) {
    .mainHead.mnfixed_fixed {
        padding: 5px 0;
        box-shadow: 0 0 5px rgba(0,0,0,.25)
    }

        .mainHead.mnfixed_fixed .logo {
            max-width: 150px
        }

        .mainHead.mnfixed_fixed .menuTop > ul > li > a {
            padding: 10px 0
        }
}

@media (max-width:1124px) {
    .logo {
        max-width: 140px
    }

    .menuTop > ul > li > a {
        font-size: 15px
    }

    .boxBot .title {
        font-size: 13px
    }
}

@media all and (max-width: 1017px) {
    .menuTop > ul > li > a {
        font-size: 14px;
    }
}

@media (max-width:991px) {
    div#vnt-slide .img {
        padding-top: 0
    }

        div#vnt-slide .img img {
            position: static;
            transform: none;
            height: auto;
            widht: 100%
        }

    .wrapper {
        padding: 0 10px
    }

    .boxBot {
        margin-bottom: 20px
    }

    .mainFoot {
        padding: 25px 0 5px
    }

    .botFoot {
        display: block;
        padding: 15px 0 55px
    }

    .copyright {
        margin-bottom: 10px
    }

    .vnt-main-top {
        margin-bottom: 25px
    }

    .menuSidebar .content {
        display: none
    }

    .menuSidebar.active .content {
        display: block
    }

    .wrapCont {
        padding-bottom: 35px
    }

    .box_mid .mid-title .titleL {
        font-size: 22px;
        line-height: 30px
    }

    .hotlineTop .icon {
        font-size: 12px;
        line-height: 20px
    }

        .hotlineTop .icon a, .hotlineTop .icon strong {
            font-size: 16px;
            line-height: 24px
        }

            .hotlineTop .icon .eff2 a, .hotlineTop .icon strong.eff2 {
                font-size: 12px;
                line-height: 20px
            }

    a.go_top {
        display: none !important
    }
}

@media (max-width:768px) {
    .row {
        margin-left: -5px;
        margin-right: -5px
    }

        .row > [class^=col-] {
            padding-left: 5px;
            padding-right: 5px
        }
}

@media (max-width:767px) {
    .box_mid .mid-title, .copyright {
        display: block
    }

        .box_mid .mid-title .titleR {
            margin-top: 15px
        }
}

@media (max-width:480px) {
    .hotlineTop .popup {
        width: 350px
    }
}

@media (max-width:330px) {
    .hotlineTop .popup {
        width: 310px
    }
}

@media (max-width:365px) {
    .hotlineTop .icon {
        font-size: 11px;
        line-height: 20px
    }

        .hotlineTop .icon .eff2 a, .hotlineTop .icon strong.eff2 {
            font-size: 10px;
            line-height: 18px
        }

        .hotlineTop .icon a, .hotlineTop .icon strong {
            font-size: 13px;
            line-height: 21px
        }
}

#vnt-slide-home a.a-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100
}

.formMenuTour .bgBlack {
    z-index: 25 !important
}

.mda-item-type-16 .mda-img-box img {
    max-width: 100% !important
}

#slideLastTour .item {
    max-width: 400px
}

.slideTour .item {
    max-width: 370px;
    float: left
}

.slideTour:after {
    content: "";
    clear: both;
    display: table
}

.slideTour .slick-slide .item {
    float: none
}

.mda-box-item .mda-schedule {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 130px
}

.mda-from-mo .mda-content-info .mda-title {
    color: #333 !important
}

.mda-item-type-9 .mda-img-box-info p span {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

#box-search-tour .mda-book-tour {
    display: block;
    width: 100%;
    text-align: center;
    padding: 5px
}

.popupMember .fancybox-slide--html .fancybox-content {
    width: 95%;
    max-width: 410px;
    padding: 0 !important
}

.vnt-popup-thanhvien .has-error input[type=password], .vnt-popup-thanhvien .has-error input[type=text] {
    border-color: #a94442 !important
}

.black_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 1;
    -moz-opacity: .5;
    opacity: .5;
    filter: alpha(opacity=50)
}

.white_content {
    height: 50%;
    left: 25%;
    overflow: auto;
    padding: 16px;
    position: absolute;
    top: 35%;
    width: 50%;
    z-index: 1002
}

.forget-mess {
    margin-bottom: 10px
}

.login-content .div_input {
    position: relative
}

.menu_mobile .divmm.show .mmContent .close-mmenu img {
    vertical-align: top !important
}

#booktour-form .form-group {
    position: relative
}

#booktour-form span.error label {
    position: absolute;
    z-index: 10;
    right: 15px;
    top: 1px;
    background: #000;
    font-size: 12px;
    font-style: italic;
    padding: 3px 10px;
    border-radius: 3px
}

    #booktour-form span.error label:after {
        position: absolute;
        font-family: FontAwesome;
        content: "\F0D7";
        color: #000;
        right: 15px;
        bottom: -13px
    }

#booktour-form span.error label {
    color: #fff;
    font-weight: 400
}

#booktour-form .form-control.error {
    border-color: #a94442 !important
}

.titleHome h2 {
    text-transform: uppercase
}

.mda-archive-content {
    position: relative
}

    .mda-archive-content:after {
        content: "";
        clear: both;
        display: table
    }

.mda-info-share {
    position: relative
}

    .mda-info-share:after {
        content: "";
        clear: both;
        display: table
    }

    .mda-info-share > div {
        float: left
    }

    .mda-info-share .mda-facebook {
        min-width: 140px
    }

.vnt-visa .grid {
    position: relative
}

    .vnt-visa .grid:after {
        content: "";
        clear: both;
        display: table
    }

    .vnt-visa .grid .col {
        float: left
    }

.mda-area-list .mda-book-tour {
    padding: 5px 15px !important
}

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-default {
    background: #ed0080;
    color: #fff;
    height: 30px
}

.mda-box-item .mda-box-price .mda-box-p .mda-dis {
    position: relative;
    margin-top: 0;
    color: #bbb;
    font-size: 14px
}

.vnt-cart .link-contact:hover {
    color: #fff
}

.vnt-visa .mda-name {
    position: relative;
    height: 64px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2
}

.vnt-form .grid .col:first-child {
    width: 60%
}

.vnt-form .grid .col:last-child {
    width: 40%
}

.mda-item-type-7 li {
    min-height: 475px
}

#row_search .noItem {
    padding: 5px 0;
    color: #ed0080;
    font-weight: 700;
    text-align: center
}

@media (max-width:991px) {
    #mda-box-item-col-tour .mda-box-item .mda-caption {
        padding: 10px
    }
}

.mCustomScrollbar {
    -ms-touch-action: pinch-zoom;
    touch-action: pinch-zoom
}

    .mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action {
        -ms-touch-action: auto;
        touch-action: auto
    }

.mCustomScrollBox {
    position: relative;
    overflow: hidden;
    height: 100%;
    max-width: 100%;
    outline: 0;
    direction: ltr
}

.mCSB_container {
    overflow: hidden;
    width: auto;
    height: auto
}

.mCSB_inside > .mCSB_container {
    margin-right: 30px
}

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-right: 0
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
    margin-right: 0;
    margin-left: 30px
}

    .mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
        margin-left: 0
    }

.mCSB_scrollTools {
    position: absolute;
    width: 16px;
    height: auto;
    left: auto;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: .75;
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)"
}

.mCSB_outside + .mCSB_scrollTools {
    right: -26px
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools, .mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
    right: auto;
    left: 0
}

.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
    left: -26px
}

.mCSB_scrollTools .mCSB_draggerContainer {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: auto
}

.mCSB_scrollTools a + .mCSB_draggerContainer {
    margin: 20px 0
}

.mCSB_scrollTools .mCSB_draggerRail {
    width: 2px;
    height: 100%;
    margin: 0 auto;
    border-radius: 16px
}

.mCSB_scrollTools .mCSB_dragger {
    cursor: pointer;
    width: 100%;
    height: 30px;
    z-index: 1
}

    .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
        position: relative;
        width: 4px;
        height: 100%;
        margin: 0 auto;
        border-radius: 16px;
        text-align: center
    }

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    width: 12px
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    width: 8px
}

.mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonUp {
    display: block;
    position: absolute;
    height: 20px;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer
}

.mCSB_scrollTools .mCSB_buttonDown {
    bottom: 0
}

.mCSB_horizontal.mCSB_inside > .mCSB_container {
    margin-right: 0;
    margin-bottom: 30px
}

.mCSB_horizontal.mCSB_outside > .mCSB_container {
    min-height: 100%
}

.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
    margin-bottom: 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    width: auto;
    height: 16px;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0
}

.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    bottom: -26px
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
    margin: 0 20px
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 2px;
    margin: 7px 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 30px;
    height: 100%;
    left: 0
}

    .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
        width: 100%;
        height: 4px;
        margin: 6px auto
    }

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    height: 12px;
    margin: 2px auto
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    height: 8px;
    margin: 4px 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft, .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
    display: block;
    position: absolute;
    width: 20px;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
    left: 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
    right: 0
}

.mCSB_container_wrapper {
    position: absolute;
    height: auto;
    width: auto;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin-right: 30px;
    margin-bottom: 30px
}

    .mCSB_container_wrapper > .mCSB_container {
        padding-right: 30px;
        padding-bottom: 30px;
        box-sizing: border-box
    }

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
    bottom: 20px
}

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    right: 20px
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
    bottom: 0
}

.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    right: 0
}

.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    left: 20px
}

.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    left: 0
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
    margin-right: 0;
    margin-left: 30px
}

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
    padding-right: 0
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
    padding-bottom: 0
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-right: 0;
    margin-left: 0
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
    margin-bottom: 0
}

.mCSB_scrollTools, .mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight, .mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    transition: opacity .2s ease-in-out,background-color .2s ease-in-out
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail {
    transition: width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out
}

.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools, .mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
    opacity: 0;
    filter: "alpha(opacity=0)";
    -ms-filter: "alpha(opacity=0)"
}

.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools, .mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools, .mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag, .mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag, .mCustomScrollBox:hover > .mCSB_scrollTools, .mCustomScrollBox:hover ~ .mCSB_scrollTools {
    opacity: 1;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)"
}

.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0,0,0,.4);
    filter: "alpha(opacity=40)";
    -ms-filter: "alpha(opacity=40)"
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #fff;
    background-color: hsla(0,0%,100%,.75);
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)"
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #fff;
    background-color: hsla(0,0%,100%,.85);
    filter: "alpha(opacity=85)";
    -ms-filter: "alpha(opacity=85)"
}

.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #fff;
    background-color: hsla(0,0%,100%,.9);
    filter: "alpha(opacity=90)";
    -ms-filter: "alpha(opacity=90)"
}

.mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight, .mCSB_scrollTools .mCSB_buttonUp {
    background-image: url(mCSB_buttons.png);
    background-repeat: no-repeat;
    opacity: .4;
    filter: "alpha(opacity=40)";
    -ms-filter: "alpha(opacity=40)"
}

.mCSB_scrollTools .mCSB_buttonUp {
    background-position: 0 0
}

.mCSB_scrollTools .mCSB_buttonDown {
    background-position: 0 -20px
}

.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: 0 -40px
}

.mCSB_scrollTools .mCSB_buttonRight {
    background-position: 0 -56px
}

    .mCSB_scrollTools .mCSB_buttonDown:hover, .mCSB_scrollTools .mCSB_buttonLeft:hover, .mCSB_scrollTools .mCSB_buttonRight:hover, .mCSB_scrollTools .mCSB_buttonUp:hover {
        opacity: .75;
        filter: "alpha(opacity=75)";
        -ms-filter: "alpha(opacity=75)"
    }

    .mCSB_scrollTools .mCSB_buttonDown:active, .mCSB_scrollTools .mCSB_buttonLeft:active, .mCSB_scrollTools .mCSB_buttonRight:active, .mCSB_scrollTools .mCSB_buttonUp:active {
        opacity: .9;
        filter: "alpha(opacity=90)";
        -ms-filter: "alpha(opacity=90)"
    }

.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0,0,0,.15)
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0,0,0,.75)
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: rgba(0,0,0,.85)
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: rgba(0,0,0,.9)
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -80px 0
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -80px -20px
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -80px -40px
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -80px -56px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail, .mCS-light-2.mCSB_scrollTools .mCSB_draggerRail {
    width: 4px;
    background-color: #fff;
    background-color: hsla(0,0%,100%,.1);
    border-radius: 1px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 4px;
    background-color: #fff;
    background-color: hsla(0,0%,100%,.75);
    border-radius: 1px
}

.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 4px;
    margin: 6px auto
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #fff;
    background-color: hsla(0,0%,100%,.85)
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #fff;
    background-color: hsla(0,0%,100%,.9)
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px 0
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -20px
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -40px
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -56px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0,0,0,.1);
    border-radius: 1px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0,0,0,.75);
    border-radius: 1px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0,0,0,.85)
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0,0,0,.9)
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px 0
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -20px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -40px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -56px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail, .mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail {
    width: 4px;
    background-color: #fff;
    background-color: hsla(0,0%,100%,.1);
    border-radius: 2px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 6px;
    background-color: #fff;
    background-color: hsla(0,0%,100%,.75);
    border-radius: 2px
}

.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 4px;
    margin: 6px 0
}

.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 6px;
    margin: 5px auto
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #fff;
    background-color: hsla(0,0%,100%,.85)
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #fff;
    background-color: hsla(0,0%,100%,.9)
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -16px 0
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -16px -20px
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -20px -40px
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -20px -56px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0,0,0,.1);
    border-radius: 2px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0,0,0,.75);
    border-radius: 2px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0,0,0,.85)
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0,0,0,.9)
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -96px 0
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -96px -20px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -100px -40px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -100px -56px
}

.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #fff;
    background-color: hsla(0,0%,100%,.1)
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 2px
}

.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%
}

.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 2px;
    margin: 7px auto
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0,0,0,.15)
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0,0,0,.75)
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0,0,0,.85)
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0,0,0,.9)
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -80px 0
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -80px -20px
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -80px -40px
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -80px -56px
}

.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #fff;
    background-color: hsla(0,0%,100%,.15)
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger, .mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger, .mCS-rounded.mCSB_scrollTools .mCSB_dragger {
    height: 14px
}

    .mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
        width: 14px;
        margin: 0 1px
    }

.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 14px
}

    .mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
        height: 14px;
        margin: 1px 0
    }

.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    width: 16px;
    height: 16px;
    margin: -1px 0
}

.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    width: 4px
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    height: 16px;
    width: 16px;
    margin: 0 -1px
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    height: 4px;
    margin: 6px 0
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
    background-position: 0 -72px
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
    background-position: 0 -92px
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: 0 -112px
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
    background-position: 0 -128px
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0,0,0,.75)
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0,0,0,.15)
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0,0,0,.85)
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0,0,0,.9)
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -80px -72px
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -80px -92px
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -80px -112px
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -80px -128px
}

.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail {
    width: 4px
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    background-color: transparent;
    background-position: 50%
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==);
    background-repeat: repeat-y;
    opacity: .3;
    filter: "alpha(opacity=30)";
    -ms-filter: "alpha(opacity=30)"
}

.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    height: 4px;
    margin: 6px 0;
    background-repeat: repeat-x
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -16px -72px
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -16px -92px
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -20px -112px
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -20px -128px
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=)
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -96px -72px
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -96px -92px
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -100px -112px
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -100px -128px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-repeat: repeat-y;
    background-image: linear-gradient(90deg,hsla(0,0%,100%,.5),hsla(0,0%,100%,0))
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    background-repeat: repeat-x;
    background-image: linear-gradient(180deg,hsla(0,0%,100%,.5),hsla(0,0%,100%,0))
}

.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger, .mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger {
    height: 70px
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 70px
}

.mCS-3d-dark.mCSB_scrollTools, .mCS-3d.mCSB_scrollTools {
    opacity: 1;
    filter: "alpha(opacity=30)";
    -ms-filter: "alpha(opacity=30)"
}

    .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
        border-radius: 16px
    }

    .mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
        width: 8px;
        background-color: #000;
        background-color: rgba(0,0,0,.2);
        box-shadow: inset 1px 0 1px rgba(0,0,0,.5),inset -1px 0 1px hsla(0,0%,100%,.2)
    }

    .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
        background-color: #555
    }

    .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
        width: 8px
    }

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 8px;
    margin: 4px 0;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.5),inset 0 -1px 1px hsla(0,0%,100%,.2)
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 8px;
    margin: 4px auto
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px -72px
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -92px
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -112px
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -128px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0,0,0,.1);
    box-shadow: inset 1px 0 1px rgba(0,0,0,.1)
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    box-shadow: inset 0 1px 1px rgba(0,0,0,.1)
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px -72px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -92px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -112px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -128px
}

.mCS-3d-thick-dark.mCSB_scrollTools, .mCS-3d-thick.mCSB_scrollTools {
    opacity: 1;
    filter: "alpha(opacity=30)";
    -ms-filter: "alpha(opacity=30)"
}

    .mCS-3d-thick-dark.mCSB_scrollTools, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer, .mCS-3d-thick.mCSB_scrollTools, .mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
        border-radius: 7px
    }

.mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical, .mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical {
    right: 1px
}

.mCS-3d-thick-dark.mCSB_scrollTools_vertical, .mCS-3d-thick.mCSB_scrollTools_vertical {
    box-shadow: inset 1px 0 1px rgba(0,0,0,.1),inset 0 0 14px rgba(0,0,0,.5)
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal, .mCS-3d-thick.mCSB_scrollTools_horizontal {
    bottom: 1px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.1),inset 0 0 14px rgba(0,0,0,.5)
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    border-radius: 5px;
    box-shadow: inset 1px 0 0 hsla(0,0%,100%,.4);
    width: 12px;
    margin: 2px;
    position: absolute;
    height: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    box-shadow: inset 0 1px 0 hsla(0,0%,100%,.4);
    height: 12px;
    width: auto
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #555
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
    background-color: #000;
    background-color: rgba(0,0,0,.05);
    box-shadow: inset 1px 1px 16px rgba(0,0,0,.1)
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px -72px
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -92px
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -112px
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -128px
}

.mCS-3d-thick-dark.mCSB_scrollTools {
    box-shadow: inset 0 0 14px rgba(0,0,0,.2)
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
    box-shadow: inset 0 1px 1px rgba(0,0,0,.1),inset 0 0 14px rgba(0,0,0,.2)
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    box-shadow: inset 1px 0 0 hsla(0,0%,100%,.4),inset -1px 0 0 rgba(0,0,0,.2)
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    box-shadow: inset 0 1px 0 hsla(0,0%,100%,.4),inset 0 -1px 0 rgba(0,0,0,.2)
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #777
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
    background-color: #fff;
    background-color: rgba(0,0,0,.05);
    box-shadow: inset 1px 1px 16px rgba(0,0,0,.1)
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-minimal.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px -72px
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -92px
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -112px
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -128px
}

.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical, .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical {
    right: 0;
    margin: 12px 0
}

.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    bottom: 0;
    margin: 0 12px
}

.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical, .mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical {
    left: 0;
    right: auto
}

.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger, .mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger {
    height: 50px
}

.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 50px
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #fff;
    background-color: hsla(0,0%,100%,.2);
    filter: "alpha(opacity=20)";
    -ms-filter: "alpha(opacity=20)"
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #fff;
    background-color: hsla(0,0%,100%,.5);
    filter: "alpha(opacity=50)";
    -ms-filter: "alpha(opacity=50)"
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0,0,0,.2);
    filter: "alpha(opacity=20)";
    -ms-filter: "alpha(opacity=20)"
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0,0,0,.5);
    filter: "alpha(opacity=50)";
    -ms-filter: "alpha(opacity=50)"
}

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools .mCSB_draggerRail {
    width: 6px;
    background-color: #000;
    background-color: rgba(0,0,0,.2)
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 6px
}

.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 6px;
    margin: 5px 0
}

.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    width: 12px
}

.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    height: 12px;
    margin: 2px 0
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px -72px
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -92px
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -112px
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -128px
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0,0,0,.75)
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0,0,0,.85)
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0,0,0,.9)
}

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0,0,0,.1)
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px -72px
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -92px
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -112px
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -128px
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset.mCSB_scrollTools .mCSB_draggerRail {
    width: 12px;
    background-color: #000;
    background-color: rgba(0,0,0,.2)
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 6px;
    margin: 3px 5px;
    position: absolute;
    height: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    height: 6px;
    margin: 5px 3px;
    position: absolute;
    width: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 12px;
    margin: 2px 0
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px -72px
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -92px
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -112px
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -128px
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0,0,0,.75)
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0,0,0,.85)
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0,0,0,.9)
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0,0,0,.1)
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px -72px
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -92px
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -112px
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -128px
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent;
    border-color: #fff;
    border: 1px solid hsla(0,0%,100%,.2);
    box-sizing: border-box
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
    border-color: #000;
    border-color: rgba(0,0,0,.2)
}

.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #fff;
    background-color: hsla(0,0%,100%,.6)
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0,0,0,.6)
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0,0,0,.75)
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0,0,0,.85)
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0,0,0,.9)
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #fff;
    background-color: hsla(0,0%,100%,.75)
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #fff;
    background-color: hsla(0,0%,100%,.85)
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #fff;
    background-color: hsla(0,0%,100%,.9)
}

.formMenuTour {
    padding: 20px 0;
    background: #f2f5f8
}

    .formMenuTour, .formMenuTour .wrap {
        position: relative
    }

        .formMenuTour .bgBlack {
            position: fixed;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            z-index: 108;
            background: rgba(0,0,0,.7);
            opacity: 0;
            visibility: hidden;
            transition: all .3s linear
        }

            .formMenuTour .bgBlack.active {
                opacity: 1;
                visibility: initial
            }

        .formMenuTour .gridForm {
            display: -ms-flexbox;
            display: flex;
            align-items: flex-start;
            margin: 0 -10px;
            flex-wrap: wrap
        }

            .formMenuTour .gridForm .col {
                padding: 0 10px;
                width: 25%
            }

        .formMenuTour .icon {
            padding: 20px;
            background: #fff;
            box-shadow: 1px 1px 0 rgba(0,0,0,.07);
            cursor: pointer;
            position: relative;
            z-index: 26;
            display: -ms-flexbox;
            display: flex;
            align-items: center
        }

            .formMenuTour .icon:before {
                content: "";
                width: 0;
                height: 0;
                position: absolute;
                top: 100%;
                left: 50%;
                margin-top: 10px;
                transform: translateX(-50%);
                border-bottom: 10px solid #fff;
                border-left: 10px solid transparent;
                border-right: 10px solid transparent;
                opacity: 0;
                visibility: hidden;
                pointer-events: none;
                transition: all .3s linear
            }

            .formMenuTour .icon.active:before {
                opacity: 1;
                visibility: initial
            }

            .formMenuTour .icon .img {
                width: 40px;
                height: 40px;
                border-radius: 100%;
                display: -ms-flexbox;
                display: flex;
                align-items: center;
                justify-content: center;
                margin-right: 10px
            }

                .formMenuTour .icon .img img {
                    max-height: 25px;
                    height: 18px
                }

            .formMenuTour .icon .t1 {
                font-size: 16px;
                line-height: 24px;
                text-align: center;
                overflow: hidden;
                margin-right: 5px;
                white-space: nowrap;
                display: inline-block
            }

            .formMenuTour .icon .t2 {
                font-weight: 700;
                text-align: center;
                text-transform: uppercase
            }

            .formMenuTour .icon .link {
                position: absolute;
                top: 0;
                bottom: 0;
                left: 0;
                right: 0
            }

        .formMenuTour .wrapPos.active .popup {
            opacity: 1;
            visibility: initial;
            pointer-events: auto
        }

        .formMenuTour .popup {
            background: #fff;
            top: 100%;
            left: 0;
            right: 0;
            z-index: 108;
            position: absolute;
            margin-top: 20px;
            transition: all .3s linear;
            opacity: 0;
            visibility: hidden;
            pointer-events: none
        }

            .formMenuTour .popup .title {
                display: none;
                font-size: 16px;
                line-height: 24px;
                background: #818285;
                color: #fff;
                text-transform: uppercase;
                font-weight: 700;
                text-align: center;
                padding: 8px 10px
            }

            .formMenuTour .popup .content {
                padding: 20px
            }

            .formMenuTour .popup .tTxt {
                font-size: 16px;
                line-height: 24px;
                font-weight: 700;
                margin-bottom: 15px
            }

            .formMenuTour .popup .grid {
                display: -ms-flexbox;
                display: flex;
                align-items: center;
                margin: 0 -10px;
                flex-wrap: wrap
            }

                .formMenuTour .popup .grid .col1 {
                    width: 20%;
                    padding: 0 10px
                }

                .formMenuTour .popup .grid .col2 {
                    padding: 0 10px;
                    width: -o-calc((100% - 250px)/2);
                    width: calc((100% - 250px)/2)
                }

                .formMenuTour .popup .grid .col3 {
                    padding: 0 10px;
                    width: 70px
                }

                .formMenuTour .popup .grid .col4 {
                    padding: 0 10px;
                    width: 180px
                }

                .formMenuTour .popup .grid .col5 {
                    padding: 0 10px;
                    width: 25%
                }

                .formMenuTour .popup .grid .col6 {
                    padding: 0 10px;
                    width: 35%
                }

                .formMenuTour .popup .grid .col7, .formMenuTour .popup .grid .col8 {
                    padding: 0 10px;
                    width: 20%
                }

            .formMenuTour .popup .chosen-single, .formMenuTour .popup input, .formMenuTour .popup select {
                width: 100%;
                height: 40px;
                border: 1px solid #ddd;
                background-color: #fff;
                padding-left: 10px
            }

            .formMenuTour .popup button {
                background: #ed0080;
                background: linear-gradient(180deg,#ed0080 0,#be3b98 100%);
                text-transform: uppercase;
                color: #fff;
                border: none;
                transition: all .3s linear;
                width: 100%;
                height: 40px
            }

                .formMenuTour .popup button span {
                    padding: 5px 0 5px 25px;
                    background: url(../images/i-search.png) no-repeat 0
                }

                .formMenuTour .popup button:hover {
                    background: #666
                }

        .formMenuTour .txt {
            text-align: center
        }

        .formMenuTour .closez {
            position: absolute;
            top: 0;
            right: 0;
            font-size: 16px;
            line-height: 24px;
            color: #fff;
            width: 40px;
            height: 40px;
            padding-top: 11px;
            text-align: center;
            display: none
        }

        .formMenuTour.sm {
            margin-bottom: 0;
            padding: 20px 0
        }

            .formMenuTour.sm .icon {
                padding: 10px;
                margin-bottom: 0;
                padding-left: 60px
            }

                .formMenuTour.sm .icon .img {
                    position: absolute;
                    left: 10px;
                    top: 50%;
                    transform: translateY(-50%);
                    width: 40px;
                    height: 40px
                }

                    .formMenuTour.sm .icon .img img {
                        max-height: 15px
                    }

            .formMenuTour.sm .popup {
                margin-top: 20px
            }

.tourCat {
    padding: 25px 0 15px;
    border-bottom: 1px solid rgba(0,0,0,.15);
    margin-bottom: 35px
}

#slideTourCat .slick-list {
    margin: 0 -15px
}

#slideTourCat .slick-slide {
    padding: 0 15px
}

#slideTourCat a {
    display: block;
    text-align: center
}

    #slideTourCat a .img {
        height: 35px;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
        margin-bottom: 10px
    }

    #slideTourCat a img {
        margin: 0 auto;
        height: 35px;
    }

    #slideTourCat a .txt {
        display: block;
        white-space: nowrap;
        overflow: hidden;
        -ms-text-overflow: ellipsis;
        text-overflow: ellipsis;
        font-weight: 700
    }

#slideTourCat .slick-arrow {
    width: 30px;
    height: 45px;
    background-color: hsla(0,0%,100%,.55);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 15px;
    border: none;
    position: absolute;
    top: 50%;
    font-size: 0;
    transform: translateY(-50%);
    z-index: 1;
    transition: all .3s linear;
    color: #fff;
    text-shadow: 2px 3px 4px rgba(0,0,0,.2)
}

#slideTourCat .slick-prev {
    left: -20px;
    background-image: url(../images/i-prev-b.svg)
}

#slideTourCat .slick-next {
    right: -20px;
    background-image: url(../images/i-next-b.svg)
}

#slideLastTour .slick-list {
    margin: 0 -10px
}

#slideLastTour .item {
    padding: 0 10px
}

#slideLastTour .slick-arrow {
    width: 35px;
    height: 35px;
    background: #fff;
    border: none;
    position: absolute;
    border-radius: 100%;
    top: 50%;
    font-size: 0;
    transform: translateY(-50%);
    z-index: 1;
    transition: all .3s linear;
    box-shadow: 2px 3px 4px rgba(0,0,0,.2)
}

#slideLastTour .slick-prev {
    left: -15px
}

#slideLastTour .slick-next {
    right: -15px
}

#slideLastTour .slick-arrow:before {
    font-family: FontAwesome;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    font-size: 12px;
    line-height: 20px
}

#slideLastTour .slick-prev:before {
    content: "\F104"
}

#slideLastTour .slick-next:before {
    content: "\F105"
}

#slideLastTour .slick-arrow:hover {
    color: #ed0080
}

.slideTour .slick-list {
    margin: 0 -10px
}

.slideTour .item {
    padding: 0 10px
}

.slideTour .slick-arrow {
    width: 35px;
    height: 35px;
    background: #fff;
    border: none;
    position: absolute;
    border-radius: 100%;
    top: 50%;
    font-size: 0;
    transform: translateY(-50%);
    z-index: 1;
    transition: all .3s linear;
    box-shadow: 2px 3px 4px rgba(0,0,0,.2)
}

.slideTour .slick-prev {
    left: -15px
}

.slideTour .slick-next {
    right: -15px
}

.slideTour .slick-arrow:before {
    font-family: FontAwesome;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    font-size: 12px;
    line-height: 20px
}

.slideTour .slick-prev:before {
    content: "\F104"
}

.slideTour .slick-next:before {
    content: "\F105"
}

.slideTour .slick-arrow:hover {
    color: #ed0080
}

.vnt-tour .gridTour .col {
    padding: 15px;
    margin-bottom: 20px;
    transition: all .3s linear;
    border: 1px solid rgba(0,0,0,.1)
}

    .vnt-tour .gridTour .col:hover {
        border-color: rgba(0,0,0,.95)
    }

.vnt-tour.grid .gridTour {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 -10px
}

    .vnt-tour.grid .gridTour .col {
        width: 33.333333%;
        padding: 0 10px;
        margin-bottom: 20px;
        border: none
    }

.tourTitle {
    margin-bottom: 20px
}

    .tourTitle h1 {
        font-size: 30px;
        line-height: 40px;
        font-weight: 700
    }

.tourShare {
    margin-bottom: 20px
}

#vnt-slide-thumbnail .slick-arrow {
    width: 35px;
    height: 35px;
    background: #fff;
    border: none;
    position: absolute;
    border-radius: 100%;
    top: 50%;
    font-size: 0;
    transform: translateY(-50%);
    z-index: 1;
    transition: all .3s linear;
    box-shadow: 2px 3px 4px rgba(0,0,0,.2)
}

#vnt-slide-thumbnail .slick-prev {
    left: 20px
}

#vnt-slide-thumbnail .slick-next {
    right: 20px
}

#vnt-slide-thumbnail .slick-arrow:before {
    font-family: FontAwesome;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    font-size: 12px;
    line-height: 20px
}

#vnt-slide-thumbnail .slick-prev:before {
    content: "\F104"
}

#vnt-slide-thumbnail .slick-next:before {
    content: "\F105"
}

#vnt-slide-thumbnail .slick-arrow:hover {
    color: #ed0080
}

#vnt-slide-thumbnail .item img {
    width: 100%
}

#vnt-slide-thumbnail {
    margin-bottom: 35px
}

.boxTour {
    margin-bottom: 40px
}

    .boxTour .title {
        font-size: 20px;
        line-height: 30px;
        font-weight: 700;
        color: #666;
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid rgba(0,0,0,.15)
    }

        .boxTour .title span {
            padding-left: 30px;
            position: relative
        }

            .boxTour .title span:before {
                font-family: fontAwesome;
                position: absolute;
                top: 0;
                left: 0
            }

.listDay {
    padding-left: 30px;
    position: relative
}

    .listDay:before {
        content: "";
        position: absolute;
        top: 10px;
        left: 15px;
        bottom: 0;
        border-left: 1px solid rgba(0,0,0,.05)
    }

    .listDay .day {
        margin-bottom: 15px
    }

        .listDay .day .titDay {
            font-weight: 700;
            position: relative;
            cursor: pointer
        }

            .listDay .day .titDay:before {
                content: "";
                position: absolute;
                width: 15px;
                height: 15px;
                border-radius: 100%;
                border: 1px solid #ed0080;
                top: 3px;
                left: -22px
            }

            .listDay .day .titDay:after {
                content: "";
                position: absolute;
                width: 7px;
                height: 7px;
                border-radius: 100%;
                background: #ed0080;
                top: 7px;
                left: -18px
            }

            .listDay .day .titDay span {
                color: #ed0080
            }

        .listDay .day .contDay {
            display: none
        }

.boxDesign1 {
    border: 1px solid rgba(0,0,0,.15);
    padding: 15px;
    margin-bottom: 25px
}

    .boxDesign1 .name {
        font-size: 16px;
        line-height: 24px;
        color: #131313;
        font-weight: 700
    }

    .boxDesign1 .attr ul li, .boxDesign1 .name {
        padding-bottom: 10px;
        margin-bottom: 10px;
        border-bottom: 1px solid rgba(0,0,0,.15)
    }

        .boxDesign1 .attr ul li:last-child {
            padding-bottom: 0;
            margin-bottom: 0;
            border-bottom: none
        }

    .boxDesign1 .attr .at {
        width: 100px;
        float: left;
        font-weight: 700
    }

    .boxDesign1 .attr .as {
        overflow: hidden
    }

.boxPrice {
    border: 1px solid #FEC63E;
    margin-bottom: 25px
}

    .boxPrice .price {
        background: #FEC63E;
        color: #fff;
        display: -ms-flexbox;
        display: flex;
        background: rgb(254,198,62);
        background: linear-gradient(35deg, rgba(254,198,62,1) 61%, rgba(217,164,34,1) 100%);
        align-items: center;
        padding: 10px
    }

        .boxPrice .price .red, .boxPrice .price .txt {
            font-weight: 700;
            margin-right: 5px
        }

        .boxPrice .price .red {
            font-size: 25px;
            line-height: 33px
        }

        .boxPrice .price .nor {
            text-decoration: line-through
        }

    .boxPrice .attr {
        padding: 15px
    }

        .boxPrice .attr ul li {
            margin-bottom: 5px;
            padding-left: 20px;
            position: relative
        }

            .boxPrice .attr ul li:before {
                content: "\F111";
                font-family: fontAwesome;
                position: absolute;
                top: 0;
                left: 0;
                font-size: 6px;
                line-height: 22px
            }

            .boxPrice .attr ul li:last-child {
                margin-bottom: 0
            }

            .boxPrice .attr ul li span {
                color: #ed0080;
                text-transform: uppercase;
                font-weight: 700
            }

    .boxPrice .bot {
        padding: 15px;
        background: #FEC63E;
    }

        .boxPrice .bot input {
            padding-left: 10px
        }

        .boxPrice .bot button, .boxPrice .bot input {
            width: 100%;
            height: 40px;
            border: none;
            border-radius: 5px
        }

        .boxPrice .bot button {
            background: #008fea;
            color: #fff;
            text-transform: uppercase;
            font-weight: 700;
            transition: all .3s linear
        }

            .boxPrice .bot button:hover {
                background: #fff;
                color: #008fea
            }

    .boxPrice .render-form {
        display: block;
        text-align: center;
        padding: 9px 10px;
        font-weight: 700;
        background: #008fea;
        border-radius: 5px;
        color: #fff;
        text-transform: uppercase;
        margin-top: 10px
    }

        .boxPrice .render-form:hover {
            background: #fff;
            color: #008fea
        }

.boxDesign2 {
    background: #f3f3f3
}

    .boxDesign2 ul li {
        border-bottom: 1px solid #fff
    }

        .boxDesign2 ul li a {
            padding: 9px 10px;
            display: block;
            font-size: 16px;
            line-height: 22px;
            font-weight: 700
        }

        .boxDesign2 ul li.active a {
            color: #ed0080
        }

        .boxDesign2 ul li a span {
            padding-left: 35px;
            position: relative
        }

            .boxDesign2 ul li a span:before {
                font-family: fontAwesome;
                position: absolute;
                top: 0;
                left: 0;
                font-weight: 400
            }

@media (max-width:1200px) {
    .formMenuTour .icon .t1 {
        font-size: 14px;
        line-height: 22px
    }
}

@media (max-width:1100px) {
    .formMenuTour .icon {
        padding: 20px 10px
    }

        .formMenuTour .icon .t1, .formMenuTour .icon .t2 {
            font-size: 12px;
            line-height: 20px
        }

    .boxDesign2 ul li a {
        font-size: 14px
    }
}

@media (max-width:991px) {
    .formMenuTour .wrap {
        margin-top: 0 !important
    }

    .formMenuTour .icon {
        display: block;
        padding-left: 60px;
        z-index: 0
    }

        .formMenuTour .icon .t1, .formMenuTour .icon .t2 {
            display: block;
            text-align: left
        }

        .formMenuTour .icon .img {
            position: absolute;
            left: 10px;
            top: 50%;
            transform: translateY(-50%)
        }

        .formMenuTour .icon:before {
            display: none
        }

    .formMenuTour .wrapPos {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        overflow: hidden;
        overflow-y: auto;
        text-align: center;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: all .3s linear;
        padding: 10px;
        vertical-align: middle;
        display: -ms-flexbox;
        display: flex;
        align-items: center
    }

        .formMenuTour .wrapPos.active {
            opacity: 1;
            visibility: initial;
            pointer-events: auto;
            z-index: 109
        }

    .formMenuTour .popup {
        display: inline-block;
        opacity: 1;
        visibility: initial;
        width: 100%;
        margin-top: 0;
        position: relative;
        text-align: left;
        top: auto;
        left: auto;
        right: auto;
        z-index: auto
    }

        .formMenuTour .closez, .formMenuTour .popup .title {
            display: block
        }

        .formMenuTour .popup .grid .col1 {
            width: 33.333333%;
            margin-bottom: 10px
        }

    .gridTour {
        display: -ms-flexbox;
        display: flex;
        align-items: flex-start;
        flex-wrap: wrap;
        margin: 0 -10px
    }

    .vnt-tour .gridTour .col {
        width: 50%;
        border: none;
        padding: 0 10px;
        margin-bottom: 20px
    }

    .table-responsive table {
        white-space: nowrap;
        margin-bottom: 0
    }

    .table-responsive .mCSB_horizontal.mCSB_inside > .mCSB_container {
        margin-bottom: 0
    }

    .table-responsive .mCSB_scrollTools .mCSB_draggerRail {
        background: #fff
    }

    .table-responsive .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
        background: #8b8b8b
    }
}

@media (max-width:767px) {
    .formMenuTour {
        padding: 30px 0 1px
    }

        .formMenuTour .gridForm .col {
            width: 50%;
            margin-bottom: 20px
        }

        .formMenuTour .popup .grid .col1 {
            width: 50%
        }

        .formMenuTour .popup .grid .col5, .formMenuTour .popup .grid .col6, .formMenuTour .popup .grid .col7, .formMenuTour .popup .grid .col8 {
            width: 50%;
            margin-bottom: 10px
        }

        .formMenuTour .popup .grid .col2, .formMenuTour .popup .grid .col3, .formMenuTour .popup .grid .col4 {
            width: 100%;
            margin-bottom: 10px
        }

        .formMenuTour.sm .gridForm .col, .vnt-tour.grid .gridTour .col {
            width: 50%
        }
}

@media (max-width:560px) {
    .formMenuTour .popup .grid .col1, .formMenuTour .popup .grid .col5, .formMenuTour .popup .grid .col6, .formMenuTour .popup .grid .col7, .formMenuTour .popup .grid .col8 {
        width: 100%
    }
}

@media (max-width:480px) {
    .vnt-tour.grid .gridTour .col, .vnt-tour .gridTour .col {
        width: 100%
    }
}

@media (max-width:370px) {
    .formMenuTour .gridForm .col {
        width: 100%;
        margin-bottom: 5px
    }

    .formMenuTour {
        padding: 20px 0 15px
    }

        .formMenuTour.sm .gridForm .col {
            width: 100%
        }
}

#vnt-slide-home .item {
    position: relative
}

#vnt-slide-home .slick-slide {
    overflow: hidden
}

#vnt-slide-home .img {
    padding-top: 29.861111%;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover
}

    #vnt-slide-home .img:before {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: linear-gradient(90deg,transparent,rgba(0,0,0,.5))
    }

#vnt-slide-home .captionWrap {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    z-index: 1
}

#vnt-slide-home .caption {
    float: right;
    text-align: right;
    padding: 20px 25px;
    max-width: 550px;
    pointer-events: auto;
    transition: all .5s linear .4s;
    opacity: 0;
    visibility: hidden;
    transform: translateX(150px)
}

    #vnt-slide-home .caption .t1 {
        font-size: 40px;
        line-height: 50px;
        font-weight: 800;
        text-transform: uppercase
    }

    #vnt-slide-home .caption .t1, #vnt-slide-home .caption .t2 {
        text-shadow: 2px 2px 1px rgba(0,0,0,.35);
        color: #fff;
        margin-bottom: 10px
    }

    #vnt-slide-home .caption .t2 {
        font-size: 22px;
        line-height: 30px;
        font-weight: 700
    }

    #vnt-slide-home .caption .link a {
        display: inline-block;
        background: #ed0080;
        color: #fff;
        font-weight: 700;
        text-transform: uppercase;
        padding: 9px 19px;
        border-radius: 5px
    }

        #vnt-slide-home .caption .link a:hover {
            background: #818285
        }

#vnt-slide-home .slick-slide.slick-current .caption {
    opacity: 1;
    visibility: initial;
    transform: none
}

#vnt-slide-home .slick-arrow {
    width: 20px;
    height: 32px;
    background-color: hsla(0,0%,100%,.55);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 15px;
    border: none;
    position: absolute;
    top: 50%;
    font-size: 0;
    transform: translateY(-50%);
    z-index: 1;
    transition: all .3s linear;
    color: #fff;
    text-shadow: 2px 3px 4px rgba(0,0,0,.2)
}

#vnt-slide-home .slick-prev {
    left: 10px;
    background-image: url(../images/i-prev.svg)
}

#vnt-slide-home .slick-next {
    right: 10px;
    background-image: url(../images/i-next.svg)
}

#vnt-slide-home .slick-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center
}

    #vnt-slide-home .slick-dots li {
        display: inline-block;
        margin: 0 5px
    }

        #vnt-slide-home .slick-dots li button {
            width: 10px;
            height: 10px;
            background: transparent;
            border-radius: 100%;
            font-size: 0;
            padding: 0;
            border: 2px solid #fff
        }

        #vnt-slide-home .slick-dots li.slick-active button {
            background: #ed0080;
            border-color: #ed0080
        }

.boxHome {
    margin-bottom: 35px
}

.titleHome {
    margin-bottom: 10px;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .titleHome h2 {
        font-size: 18px;
        line-height: 26px;
        font-weight: 540;
        color: #1b448e
    }

        .titleHome h2 a {
            color: inherit
        }

            .titleHome h2 a:hover {
                color: #007ac3;
            }

    .titleHome .link span {
        padding-left: 20px;
        position: relative
    }

    .titleHome > .link:before {
        content: "\F044";
        font-family: fontAwesome;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        color: #ed0080
    }

.slideFluid.width1 .item {
    width: 360px;
    float: left
}

.slideFluid.width2 .item {
    width: 280px;
    float: left
}

.groupTourHome, .lasttourHome {
    margin-bottom: 35px
}

#slideGroupTour .slick-list {
    margin: 0 -10px
}

#slideGroupTour .item {
    padding: 0 10px
}

    #slideGroupTour .item a {
        display: block
    }

        #slideGroupTour .item a img {
            width: 100%
        }

#slideGroupTour .slick-arrow {
    width: 35px;
    height: 35px;
    background: #fff;
    border: none;
    position: absolute;
    border-radius: 100%;
    top: 50%;
    font-size: 0;
    transform: translateY(-50%);
    z-index: 1;
    transition: all .3s linear;
    box-shadow: 2px 3px 4px rgba(0,0,0,.2)
}

#slideGroupTour .slick-prev {
    left: -15px
}

#slideGroupTour .slick-next {
    right: -15px
}

#slideGroupTour .slick-arrow:before {
    font-family: FontAwesome;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    font-size: 12px;
    line-height: 20px
}

#slideGroupTour .slick-prev:before {
    content: "\F104"
}

#slideGroupTour .slick-next:before {
    content: "\F105"
}

#slideGroupTour .slick-arrow:hover {
    color: #ed0080
}

.tourHome {
    margin-bottom: 35px
}

.menuProductHome {
    padding: 15px;
    border: 1px solid rgba(0,0,0,.15)
}

    .menuProductHome ul li {
        padding-bottom: 6px;
        margin-bottom: 6px;
        border-bottom: 1px dashed rgba(0,0,0,.15)
    }

        .menuProductHome ul li:last-child {
            padding-bottom: 0;
            margin-bottom: 0;
            border-bottom: none
        }

        .menuProductHome ul li a {
            display: block;
            padding-left: 30px;
            position: relative
        }

            .menuProductHome ul li a:before {
                content: "\F006";
                font-family: fontAwesome;
                position: absolute;
                top: 0;
                left: 0;
                color: #ed0080
            }

.adsHome {
    margin-bottom: 35px
}

    .adsHome .item {
        background: #000;
        padding: 15px 20px;
        padding-left: 80px;
        position: relative;
        border-radius: 5px;
        overflow-x: hidden
    }

        .adsHome .item .img {
            position: absolute;
            top: 15px;
            left: 20px
        }

            .adsHome .item .img img {
                max-width: 40px;
                width: 100%
            }

        .adsHome .item .t1 {
            font-size: 16px;
            line-height: 24px;
            color: #fff;
            text-transform: uppercase;
            font-weight: 700
        }

        .adsHome .item .t2 {
            font-size: 13px;
            line-height: 21px;
            color: #fff;
            height: 42px;
            overflow: hidden
        }

.more-searching {
    display: none;
    margin-top: 20px
}

@media (max-width:1200px) {
    div#slideTourCat {
        padding: 0 25px
    }

    #slideTourCat .slick-prev {
        left: -5px
    }

    #slideTourCat .slick-next {
        right: -5px
    }
}

@media (max-width:991px) {
    .gridFluid, .gridFluid2, .gridFluid3 {
        overflow: hidden;
        overflow-x: auto;
        margin: 0
    }

        .gridFluid .col {
            width: 300px;
            flex-shrink: 0;
            padding: 0;
            padding-bottom: 10px;
            margin-right: 20px
        }

        .gridFluid2 .col {
            width: 300px
        }

    .gridFluid3 {
        overflow: hidden;
        overflow-x: auto;
        margin: 0
    }

        .gridFluid3 .col {
            width: 300px;
            flex-shrink: 0;
            padding: 0;
            padding-bottom: 10px;
            margin-right: 20px
        }

    .titleHome h2 {
        font-size: 18px;
        line-height: 26px
    }

    .menuProductHome {
        margin-bottom: 20px
    }

    .adsHome .item {
        margin-bottom: 10px
    }
}

@media (max-width:767px) {
    .gridFluid2 .col, .gridFluid .col {
        width: 270px;
        flex-shrink: 0
    }

    .gridFluid3 .col {
        width: 270px
    }

    .adsHome .row .col-xs-6 {
        width: 100%
    }
}

@media (max-width:400px) {
    .titleHome {
        display: block
    }

        .titleHome h2 {
            margin-bottom: 5px
        }

    .slideFluid.width1 .item {
        width: 260px;
        float: left
    }

    .slideFluid.width2 .item {
        width: 200px;
        float: left
    }

    .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
        top: 14%
    }

    .lasttourHome .owl-carousel .owl-nav button.owl-prev, .lasttourHome .owl-carousel .owl-nav button.owl-next {
        top: 21%
    }
}

.mda-item-type-16 .mda-img-box > a > img {
    width: 100%
}

@media (min-width:405px) and (max-width:939px) {
    .contentHome {
        height: 485px;
        overflow: hidden
    }

        .contentHome .owl-carousel {
            display: block;
            width: 2000px
        }

    .tourHome {
        height: auto;
    }

    .slideFluid.width1.owl-carousel.owl-loaded, .slideFluid.width2.owl-carousel.owl-loaded {
        width: auto
    }
}

@media (max-width:405px) {
    .contentHome .owl-carousel {
        display: block;
        width: 2000px
    }

    .slideFluid.width1.owl-carousel.owl-loaded, .slideFluid.width2.owl-carousel.owl-loaded {
        width: auto
    }
}

#wpwidget * {
    all: unset !important;
}

.sbz_no_scroll {
    overflow: hidden !important;
    overflow-x: hidden !important;
    overflow-y: hidden !important;
}

#wpwidget {
    /* Handle on hover */
    /*
[data-tooltip]::after {
	text-align: center;
	min-width: 60px;
	max-width: 350px;

	transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	will-change: transform;
	opacity: 0;
	pointer-events: none;
	transition: opacity @tooltip-transition-duration @tooltip-transition-easing @tooltip-transition-delay;
	position: absolute;
	box-sizing: border-box;
	z-index: @z-index + 2000;
	transform-origin: top;
	white-space: pre-wrap;
	width: 100%;

	background: @black;
	border-radius: 5px;

	.color(@white);

	content: attr(data-tooltip);
	font-size: @tooltip-font-size;
	font-weight: @tooltip-font-weight;
	text-transform: @tooltip-text-transform;
	padding: 0.5em;
	box-sizing: content-box;
}

[data-tooltip]:hover::after,
[data-tooltip]:focus::after {
	opacity: 1;
	pointer-events: auto;
}

// ------------------------------------------------
// [2] Position Modifiers
// ------------------------------------------------

[data-tooltip][data-tooltip-position|='top']::after {
	margin-bottom: @tooltip-margin;
	transform: translate3d(-50%, -5px, 0);
	bottom: 100%;
	left: 50%;
}

// ------------------------------------------------
// [2.1] Top Left
// ------------------------------------------------
[data-tooltip][data-tooltip-position='top-left']::after {
	transform: translate3d(~'calc(-100% + 16px)', -5px, 0);
	bottom: 100%;
}

// ------------------------------------------------
// [2.2] Top Right
// ------------------------------------------------
[data-tooltip][data-tooltip-position='top-right']::after {
	transform: translate3d(~'calc(0% + -16px)', -5px, 0);
	bottom: 100%;
}

// ------------------------------------------------
// [2.3] Bottom
// ------------------------------------------------

[data-tooltip][data-tooltip-position|='bottom']::after,
[data-tooltip]:not([data-tooltip-position])::after {
	transform: translate3d(-50%, 0, 0);
	margin-top: @tooltip-margin;
	left: 50%;
	top: 100%;
}

// ------------------------------------------------
// [2.4] Bottom Left
// ------------------------------------------------
[data-tooltip][data-tooltip-position='bottom-left']::after {
	transform: translate3d(~'calc(-100% + 16px)', 0, 0);
}

// ------------------------------------------------
// [2.5] Bottom Right
// ------------------------------------------------
[data-tooltip][data-tooltip-position='bottom-right']::after {
	transform: translate3d(~'calc(0% + -16px)', 0, 0);
}

// ------------------------------------------------
// [2.6] Left
// ------------------------------------------------
[data-tooltip][data-tooltip-position='left']::after {
	bottom: auto;
	left: auto;
	right: 100%;
	top: 50%;
	transform: translate3d(0, -50%, 0);
	margin-right: @tooltip-margin;
}

// ------------------------------------------------
// [2.7] Right
// ------------------------------------------------
[data-tooltip][data-tooltip-position='right']::after {
	bottom: auto;
	left: 100%;
	top: 50%;
	transform: translate3d(0, -50%, 0);
	margin-left: @tooltip-margin;
}

*/
}

    #wpwidget *,
    #wpwidget *::before,
    #wpwidget *::after {
        box-sizing: border-box !important;
    }

    #wpwidget [tabindex='-1']:focus:not(:focus-visible) {
        outline: 0 !important;
    }

    #wpwidget b,
    #wpwidget strong {
        font-weight: 500 !important;
    }

    #wpwidget a {
        color: #020202 !important;
        text-decoration: none !important;
        background-color: transparent !important;
    }

        #wpwidget a:hover {
            cursor: pointer !important;
            color: #000000 !important;
            text-decoration: underline !important;
        }

        #wpwidget a:not([href]) {
            color: inherit !important;
            text-decoration: none !important;
        }

            #wpwidget a:not([href]):hover {
                color: inherit !important;
                text-decoration: none !important;
            }

    #wpwidget img {
        vertical-align: middle !important;
        border-style: none !important;
    }

    #wpwidget svg {
        overflow: hidden !important;
        vertical-align: middle !important;
    }

    #wpwidget label {
        display: inline-block !important;
    }

    #wpwidget button {
        border-radius: 0 !important;
    }

        #wpwidget button:focus {
            outline: 1px dotted !important;
            outline: 5px auto -webkit-focus-ring-color !important;
        }

    #wpwidget input,
    #wpwidget button,
    #wpwidget select,
    #wpwidget optgroup,
    #wpwidget textarea {
        margin: 0 !important;
    }

    #wpwidget button,
    #wpwidget input {
        overflow: visible !important;
    }

    #wpwidget button,
    #wpwidget select {
        text-transform: none !important;
    }

    #wpwidget select {
        word-wrap: normal !important;
    }

    #wpwidget button,
    #wpwidget [type="button"],
    #wpwidget [type="reset"],
    #wpwidget [type="submit"] {
        -webkit-appearance: button !important;
    }

        #wpwidget button:not(:disabled),
        #wpwidget [type='button']:not(:disabled),
        #wpwidget [type='reset']:not(:disabled),
        #wpwidget [type='submit']:not(:disabled) {
            cursor: pointer !important;
        }

        #wpwidget button::-moz-focus-inner,
        #wpwidget [type='button']::-moz-focus-inner,
        #wpwidget [type='reset']::-moz-focus-inner,
        #wpwidget [type='submit']::-moz-focus-inner {
            padding: 0 !important;
            border-style: none !important;
        }

    #wpwidget input[type='radio'],
    #wpwidget input[type='checkbox'] {
        box-sizing: border-box !important;
        padding: 0 !important;
    }

    #wpwidget input[type='date'],
    #wpwidget input[type='time'],
    #wpwidget input[type='datetime-local'],
    #wpwidget input[type='month'] {
        -webkit-appearance: listbox !important;
    }

    #wpwidget textarea {
        overflow: auto !important;
        resize: vertical !important;
    }

    #wpwidget [type='number']::-webkit-inner-spin-button,
    #wpwidget [type='number']::-webkit-outer-spin-button {
        height: auto !important;
    }

    #wpwidget [hidden] {
        display: none !important;
    }

    #wpwidget ::-webkit-input-placeholder {
        /* Edge */
        color: #777 !important;
    }

    #wpwidget :-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        color: #777 !important;
    }

    #wpwidget ::placeholder {
        color: #777 !important;
    }

    #wpwidget div {
        display: block !important;
        text-rendering: geometricPrecision !important;
        -webkit-font-smoothing: antialiased !important;
        -moz-osx-font-smoothing: grayscale !important;
    }

    #wpwidget ::-webkit-scrollbar {
        width: 7px !important;
        height: 7px !important;
    }

    #wpwidget ::-webkit-scrollbar-track {
        border-radius: 10px !important;
    }

    #wpwidget ::-webkit-scrollbar-thumb {
        border-radius: 10px !important;
        background: #d6d6d6 !important;
    }

        #wpwidget ::-webkit-scrollbar-thumb:hover {
            background: #aaa !important;
        }

    #wpwidget * {
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
        -webkit-tap-highlight-color: transparent !important;
        font-family: Roboto, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji' !important;
        font-size: 15px !important;
        -webkit-box-sizing: border-box !important;
        -moz-box-sizing: border-box !important;
        box-sizing: border-box !important;
        margin: 0 !important;
        padding: 0 !important;
        border: 0 !important;
        vertical-align: baseline !important;
    }

    #wpwidget button:focus {
        outline: none !important;
    }

    #wpwidget img {
        background-repeat: no-repeat !important;
        background-position: center !important;
        background-size: 100% 100% !important;
        -webkit-user-select: none !important;
        -khtml-user-select: none !important;
        -moz-user-select: none !important;
        -o-user-select: none !important;
        user-select: none !important;
        -webkit-user-drag: none !important;
    }

    #wpwidget .pos-relative {
        position: relative !important;
    }

    #wpwidget .flex-row {
        flex-direction: row !important;
    }

    #wpwidget .flex-column {
        flex-direction: column !important;
    }

    #wpwidget .flex-grow-1 {
        flex-grow: 1 !important;
    }

    #wpwidget .align-self-end {
        align-self: flex-end !important;
    }

    #wpwidget .align-items-end {
        align-items: flex-end !important;
    }

    #wpwidget .text-muted {
        color: #6c757d !important;
        -webkit-text-fill-color: #6c757d !important;
    }

    #wpwidget .d-none {
        display: none !important;
    }

    #wpwidget .d-flex {
        display: flex !important;
    }

    #wpwidget .d-inline-block {
        display: inline-block !important;
    }

    #wpwidget .ml-1 {
        margin-left: 3.75px !important;
    }

    #wpwidget .pl-2 {
        padding-left: 7.5px !important;
    }

    #wpwidget .pr-2 {
        padding-right: 7.5px !important;
    }

    #wpwidget .pb-2 {
        padding-bottom: 7.5px !important;
    }

    #wpwidget .mt-1 {
        margin-top: 3.75px !important;
    }

    #wpwidget .mt-2 {
        margin-top: 7.5px !important;
    }

    #wpwidget .ml-2 {
        margin-left: 7.5px !important;
    }

    #wpwidget .mr-2 {
        margin-right: 7.5px !important;
    }

    #wpwidget .pt-3 {
        padding-top: 15px !important;
    }

    #wpwidget .pl-3 {
        padding-left: 15px !important;
    }

    #wpwidget .pr-3 {
        padding-right: 15px !important;
    }

    #wpwidget .pb-3 {
        padding-bottom: 15px !important;
    }

    #wpwidget .mt-3 {
        margin-top: 15px !important;
    }

    #wpwidget .ml-3 {
        margin-left: 15px !important;
    }

    #wpwidget .mr-3 {
        margin-right: 15px !important;
    }

    #wpwidget .mb-3 {
        margin-bottom: 15px !important;
    }

    #wpwidget .mb-2 {
        margin-bottom: 7.5px !important;
    }

    #wpwidget .muted {
        color: #6c757d !important;
        -webkit-text-fill-color: #6c757d !important;
    }

    #wpwidget .i {
        font-style: italic !important;
    }

    #wpwidget .align-items-center {
        align-items: center !important;
    }

    #wpwidget .text-truncate {
        text-overflow: ellipsis !important;
        white-space: nowrap !important;
        overflow: hidden !important;
    }

    #wpwidget .flex_1 {
        flex: 1 !important;
        flex-shrink: 0 !important;
    }

    #wpwidget .avatar-container {
        text-align: center !important;
    }

    #wpwidget .avatar {
        position: relative !important;
        object-fit: cover !important;
        display: inline-block !important;
    }

    #wpwidget .group-avatar--primary .avatar {
        width: 40px !important;
        height: 40px !important;
        border-radius: 35px !important;
    }

    #wpwidget .group-avatar--secondary {
        align-self: center !important;
    }

        #wpwidget .group-avatar--secondary .avatar {
            position: relative !important;
            width: 35px !important;
            height: 35px !important;
            border-radius: 35px !important;
        }

    #wpwidget .group-avatar--member {
        align-self: center !important;
        width: 65px !important;
    }

        #wpwidget .group-avatar--member .avatar {
            position: relative !important;
            width: 35px !important;
            height: 35px !important;
            border-radius: 35px !important;
        }

    #wpwidget .group-avatar--primary .group-avatar--agent-middle {
        width: 50px !important;
        height: 50px !important;
        margin-left: -10px !important;
        z-index: 3 !important;
        position: relative !important;
    }

    #wpwidget .group-avatar--primary .group-avatar--agent-left {
        z-index: 2 !important;
    }

    #wpwidget .group-avatar--primary .group-avatar--agent-right {
        z-index: 2 !important;
        margin-left: -10px !important;
    }

    #wpwidget .group-avatar--secondary .group-avatar--agent-left {
        z-index: 3 !important;
    }

    #wpwidget .group-avatar--secondary .group-avatar--agent-middle {
        z-index: 2 !important;
        margin-left: -15px !important;
    }

    #wpwidget .group-avatar--secondary .group-avatar--agent-right {
        z-index: 1 !important;
        margin-left: -15px !important;
    }

    #wpwidget .group-avatar--member .group-avatar--agent-left {
        border: 2px solid #fff !important;
        z-index: 3 !important;
    }

    #wpwidget .group-avatar--member .group-avatar--agent-middle {
        border: 2px solid #fff !important;
        z-index: 2 !important;
        margin-left: -20px !important;
    }

    #wpwidget .group-avatar--member .group-avatar--agent-right {
        border: 2px solid #fff !important;
        z-index: 1 !important;
        margin-left: -20px !important;
    }

    #wpwidget .widget-header {
        z-index: -1 !important;
        position: relative !important;
        border-radius: 15px 15px 0px 0px !important;
        background: #0066b3 !important;
        color: #fff !important;
        -webkit-text-fill-color: #fff !important;
        width: 100% !important;
    }

        #wpwidget .widget-header .widget-header--total-unread-convo {
            display: none !important;
            margin: 0 10px 10px 0 !important;
            background: #ef000d !important;
            font-weight: 400 !important;
            display: flex !important;
            border-radius: 5px !important;
            align-items: center !important;
            justify-content: center !important;
            width: 20px !important;
            height: 20px !important;
            cursor: pointer !important;
        }

    #wpwidget .widget-header--collapsed {
        height: 72px !important;
    }

    #wpwidget .widget-header--inner.widget-header--inner--collapsed {
        height: 72px !important;
        align-items: center !important;
        padding: 15px !important;
    }

        #wpwidget .widget-header--inner.widget-header--inner--collapsed .widget-header--title {
            white-space: nowrap !important;
            overflow: hidden !important;
            text-overflow: ellipsis !important;
            font-size: 16px !important;
            color: #fff !important;
            -webkit-text-fill-color: #fff !important;
        }

        #wpwidget .widget-header--inner.widget-header--inner--collapsed .widget-header--description {
            font-size: 16px !important;
            opacity: 0.8 !important;
            flex: 1 !important;
            white-space: nowrap !important;
            overflow: hidden !important;
            text-overflow: ellipsis !important;
            color: #fff !important;
            -webkit-text-fill-color: #fff !important;
            margin-top: 3.75px !important;
            position: relative !important;
        }

    #wpwidget .mobile .widget-header {
        border-radius: 0px !important;
    }

    #wpwidget .widget-header--inner.widget-header--inner--expanded {
        height: 224px !important;
        padding: 15px !important;
    }

        #wpwidget .widget-header--inner.widget-header--inner--expanded .widget-header--top-wrapper {
            display: flex !important;
            flex-direction: row !important;
            align-items: center !important;
            margin-bottom: 10px !important;
        }

        #wpwidget .widget-header--inner.widget-header--inner--expanded .widget-header--avatar-wrapper {
            display: flex !important;
            flex-direction: column !important;
            align-items: center !important;
        }

        #wpwidget .widget-header--inner.widget-header--inner--expanded .widget-header--title {
            white-space: nowrap !important;
            overflow: hidden !important;
            text-overflow: ellipsis !important;
            flex: 1 !important;
            font-size: 16px !important;
        }

        #wpwidget .widget-header--inner.widget-header--inner--expanded .widget-header--description {
            color: red !important;
            position: relative !important;
            text-align: center !important;
            margin-top: 15px !important;
            white-space: pre-wrap !important;
            display: -webkit-box !important;
            -webkit-box-orient: vertical !important;
            -webkit-line-clamp: 2 !important;
            overflow: hidden !important;
        }

    #wpwidget .widget-header--convo-expanded {
        height: 224px !important;
    }

    #wpwidget .widget-header--inner {
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        opacity: 1 !important;
        display: flex !important;
    }

        #wpwidget .widget-header--inner.widget-header--inner--hidden {
            opacity: 0 !important;
            transform: scale(0) !important;
            animation-duration: 0.05s !important;
            animation-name: hide !important;
        }

    #wpwidget .widget-header--title-container {
        min-width: 0 !important;
        flex: 1 !important;
        display: flex !important;
        flex-direction: column !important;
        margin-left: 7.5px !important;
        z-index: 1 !important;
    }

    #wpwidget .widget-header--button {
        padding: 3px !important;
        border-radius: 5px !important;
        position: relative !important;
        cursor: pointer !important;
    }

    #wpwidget .widget-header--button-close {
        display: flex !important;
        justify-self: flex-end !important;
        align-items: center !important;
        align-self: flex-start !important;
    }

    #wpwidget .widget-header--button-close-icon {
        background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgY2xhc3M9ImZlYXRoZXIgZmVhdGhlci14Ij48bGluZSB4MT0iMTgiIHkxPSI2IiB4Mj0iNiIgeTI9IjE4Ij48L2xpbmU+PGxpbmUgeDE9IjYiIHkxPSI2IiB4Mj0iMTgiIHkyPSIxOCI+PC9saW5lPjwvc3ZnPgo=') !important;
        background-size: contain !important;
        background-repeat: no-repeat !important;
        background-position: center !important;
        width: 24px !important;
        height: 24px !important;
        display: block !important;
        cursor: pointer !important;
    }

    #wpwidget .widget-header--button-back {
        background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgY2xhc3M9ImZlYXRoZXIgZmVhdGhlci1jaGV2cm9uLWxlZnQiPjxwb2x5bGluZSBwb2ludHM9IjE1IDE4IDkgMTIgMTUgNiI+PC9wb2x5bGluZT48L3N2Zz4K') !important;
        background-size: contain !important;
        background-repeat: no-repeat !important;
        background-position: center !important;
        background-size: 24px 24px !important;
        width: 40px !important;
        height: 30px !important;
        display: block !important;
        position: relative !important;
        margin-left: -9px !important;
        cursor: pointer !important;
    }

    #wpwidget .widget-header--has-convo-unred .widget-header--button-back {
        width: 20px !important;
    }

    #wpwidget .widget-header--wrap-button-back {
        display: flex !important;
    }

    #wpwidget .fade-enter-active,
    #wpwidget .fade-leave-active {
        transition: opacity 0.5s ease-out 0.2s !important;
    }

    #wpwidget .fade-enter,
    #wpwidget .fade-leave-to {
        opacity: 0 !important;
    }

    #wpwidget .slide-fade-enter-active {
        transition: all 0.3s ease !important;
    }

    #wpwidget .slide-fade-leave-active {
        transition: all 0.2s cubic-bezier(1, 0.5, 0.8, 1) !important;
    }

    #wpwidget .slide-fade-enter,
    #wpwidget .slide-fade-leave-to {
        transform: translateX(10px) !important;
        opacity: 0 !important;
    }

    #wpwidget .widget_header__body {
        padding-bottom: 70px !important;
    }

        #wpwidget .widget_header__body.widget_header__body__social {
            display: flex !important;
        }

    #wpwidget .social__account_logo {
        height: 90px !important;
        width: 90px !important;
        margin-right: 15px !important;
        border-radius: 15px !important;
        object-fit: cover !important;
    }

    #wpwidget .social__introduction {
        color: #fff !important;
        -webkit-text-fill-color: #fff !important;
        max-height: 72px !important;
        overflow: hidden !important;
        display: -webkit-box !important;
        -webkit-box-orient: vertical !important;
        -webkit-line-clamp: 3 !important;
    }

    #wpwidget .social__links {
        display: flex !important;
        flex-direction: row !important;
    }

    #wpwidget .social__links-logo {
        height: 30px !important;
        width: 30px !important;
        border-radius: 50% !important;
        margin-right: 10px !important;
        margin-top: 5px !important;
        background-size: contain !important;
        background-repeat: no-repeat !important;
        background-position: center !important;
        display: block !important;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2) !important;
    }

    #wpwidget .social__links-logo--facebook {
        background-image: url('data:image/svg+xml,%3C?xml%20version%3D%221.0%22%20?%3E%3Csvg%20width%3D%2230%22%20height%3D%2230%22%20viewBox%3D%220%200%2030%2030%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Ccircle%20cx%3D%2215%22%20cy%3D%2215%22%20r%3D%2215%22%20fill%3D%22%230264FF%22/%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M17.2944%2029.8252C16.5464%2029.9404%2015.7803%2030%2015%2030C14.0962%2030%2013.2109%2029.9199%2012.3511%2029.7666V18.4775H10V14.4287H12.3511V11.8086C12.3511%209.93457%2013.2744%207%2017.3384%207L21%207.01465V10.9453H18.3433C17.9075%2010.9453%2017.2947%2011.1553%2017.2947%2012.0488V14.4326H20.989L20.5571%2018.4775H17.2944V29.8252Z%22%20fill%3D%22white%22/%3E%3C/svg%3E') !important;
    }

    #wpwidget .social__links-logo--messenger {
        background-image: url('data:image/svg+xml,%3C?xml%20version%3D%221.0%22%20?%3E%3Csvg%20width%3D%2230%22%20height%3D%2230%22%20viewBox%3D%220%200%2030%2030%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Crect%20width%3D%2230%22%20height%3D%2230%22%20rx%3D%2215%22%20fill%3D%22%23007FFF%22/%3E%3Crect%20x%3D%224.28564%22%20y%3D%226%22%20width%3D%2221.4286%22%20height%3D%2218.8571%22%20fill%3D%22white%22/%3E%3Cpath%20d%3D%22M14.9478%2014.5713C14.8228%2014.5917%2014.6974%2014.6104%2014.5715%2014.6276C14.6974%2014.6104%2014.8228%2014.5917%2014.9478%2014.5713Z%22%20fill%3D%22black%22/%3E%3Cpath%20d%3D%22M14.7507%2014.5713C14.691%2014.5823%2014.6313%2014.5923%2014.5715%2014.6026C14.6313%2014.5923%2014.691%2014.5823%2014.7507%2014.5713Z%22%20fill%3D%22black%22/%3E%3Cpath%20d%3D%22M15.0126%2014.5713C14.8663%2014.5878%2014.7192%2014.6024%2014.5715%2014.6148C14.7192%2014.6024%2014.8663%2014.5878%2015.0126%2014.5713Z%22%20fill%3D%22black%22/%3E%3Cpath%20d%3D%22M14.783%2014.5713C14.7128%2014.5807%2014.642%2014.5894%2014.5715%2014.5976C14.642%2014.5894%2014.7128%2014.5807%2014.783%2014.5713Z%22%20fill%3D%22black%22/%3E%3Cpath%20d%3D%22M14.7299%2014.5713C14.6773%2014.5825%2014.6244%2014.5937%2014.5715%2014.6045C14.6244%2014.5937%2014.6773%2014.5825%2014.7299%2014.5713Z%22%20fill%3D%22black%22/%3E%3Cpath%20d%3D%22M14.6992%2014.5713C14.6567%2014.5834%2014.6141%2014.5949%2014.5715%2014.6068C14.6141%2014.5949%2014.6567%2014.5834%2014.6992%2014.5713Z%22%20fill%3D%22black%22/%3E%3Cpath%20d%3D%22M14.7107%2014.5713C14.6645%2014.5834%2014.618%2014.5958%2014.5715%2014.6075C14.618%2014.5958%2014.6645%2014.5836%2014.7107%2014.5713Z%22%20fill%3D%22black%22/%3E%3Cpath%20d%3D%22M14.7194%2014.5713C14.6704%2014.5827%2014.621%2014.5935%2014.5715%2014.6045C14.621%2014.5935%2014.6704%2014.5827%2014.7194%2014.5713Z%22%20fill%3D%22black%22/%3E%3Cpath%20d%3D%22M14.8087%2014.5713C14.7297%2014.5779%2014.6507%2014.5839%2014.5715%2014.5891C14.6507%2014.5839%2014.7297%2014.5779%2014.8087%2014.5713Z%22%20fill%3D%22black%22/%3E%3Cpath%20d%3D%22M15.0417%2014.5713C14.8856%2014.5814%2014.7288%2014.5894%2014.5715%2014.5946C14.7288%2014.5894%2014.8856%2014.5814%2015.0417%2014.5713Z%22%20fill%3D%22black%22/%3E%3Cpath%20d%3D%22M14.8206%2014.5713C14.7377%2014.574%2014.6546%2014.5761%2014.5715%2014.5775C14.6546%2014.5761%2014.7377%2014.574%2014.8206%2014.5713Z%22%20fill%3D%22black%22/%3E%3Cpath%20d%3D%22M14.1547%2012.3174L9.29419%2017.4636L13.7176%2015.0365L16.0288%2017.4636L20.8621%2012.3174L16.4877%2014.7019L14.1547%2012.3174Z%22%20fill%3D%22%23448AFF%22/%3E%3Cpath%20d%3D%22M15%200C6.717%200%200%206.717%200%2015C0%2023.283%206.717%2030%2015%2030C23.283%2030%2030%2023.283%2030%2015C30%206.717%2023.283%200%2015%200ZM15.1172%2023.0294C14.1886%2023.0294%2013.2923%2022.8983%2012.4491%2022.6554L9.42421%2024.375V21.14C7.39815%2019.5982%206.10428%2017.2501%206.10428%2014.6203C6.10428%209.97581%2010.1395%206.21094%2015.1172%206.21094C20.0951%206.21094%2024.1301%209.97581%2024.1301%2014.6203C24.1301%2019.2643%2020.0951%2023.0294%2015.1172%2023.0294V23.0294Z%22%20fill%3D%22%23007FFF%22/%3E%3C/svg%3E') !important;
    }

    #wpwidget .social__links-logo--email {
        background-image: url('data:image/svg+xml,%3C?xml%20version%3D%221.0%22%20?%3E%3Csvg%20width%3D%2230%22%20height%3D%2230%22%20viewBox%3D%220%200%2030%2030%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M22.6875%2012.9688C21.9375%2013.5625%2020.3125%2014.75%2017.875%2016.5L17.5625%2016.75C17.0625%2017.125%2016.6875%2017.4062%2016.375%2017.5625C15.875%2017.875%2015.4062%2018%2015%2018C14.5625%2018%2014.125%2017.875%2013.625%2017.5938C13.3125%2017.4375%2012.9375%2017.1562%2012.4375%2016.7812L12.125%2016.5C9.59375%2014.6875%208%2013.5%207.3125%2012.9688C7.25%2012.9375%207.15625%2012.9375%207.09375%2012.9688C7.03125%2013%207%2013.0625%207%2013.125V19.5C7%2019.9375%207.125%2020.2812%207.4375%2020.5625C7.71875%2020.875%208.0625%2021%208.5%2021H21.5C21.9062%2021%2022.25%2020.875%2022.5625%2020.5625C22.8438%2020.2812%2023%2019.9375%2023%2019.5V13.125C23%2013.0625%2022.9375%2013%2022.875%2012.9375C22.8125%2012.9062%2022.75%2012.9062%2022.6875%2012.9688ZM15%2017C14.7188%2017%2014.375%2016.875%2014%2016.625C13.75%2016.5%2013.4375%2016.2812%2013.0312%2015.9375L12.7188%2015.7188C10.1562%2013.8438%208.40625%2012.5625%207.5%2011.8438L7.28125%2011.6875C7.09375%2011.5625%207%2011.3438%207%2011.0938V10.5C7%2010.0938%207.125%209.75%207.4375%209.4375C7.71875%209.15625%208.0625%209%208.5%209H21.5C21.9062%209%2022.25%209.15625%2022.5625%209.4375C22.8438%209.75%2023%2010.0938%2023%2010.5V11.0938C23%2011.3438%2022.9062%2011.5625%2022.7188%2011.6875L22.5625%2011.8125C21.6562%2012.5312%2019.9062%2013.8438%2017.2812%2015.7188L16.9688%2015.9375C16.5312%2016.2812%2016.2188%2016.5%2016%2016.625C15.5938%2016.875%2015.25%2017%2015%2017Z%22%20fill%3D%22white%22/%3E%3C/svg%3E') !important;
    }

    #wpwidget .social__links-logo--zalo {
        background-image: url('data:image/svg+xml,%3C?xml%20version%3D%221.0%22%20?%3E%3Csvg%20width%3D%2230%22%20height%3D%2230%22%20viewBox%3D%220%200%2030%2030%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M29.9999%2014.9385C29.9669%206.68262%2023.2639%200%2015%200C6.7157%200%200%206.71582%200%2015C0%2023.2842%206.7157%2030%2015%2030C23.2639%2030%2029.9669%2023.3174%2029.9999%2015.0615C29.9999%2015.041%2030%2015.0205%2030%2015C30%2014.9795%2029.9999%2014.959%2029.9999%2014.9385Z%22%20fill%3D%22white%22/%3E%3Cpath%20d%3D%22M24.5612%2017.4695C22.9394%2017.4726%2021.6242%2016.1862%2021.6279%2014.6005C21.6316%2013.0345%2022.9474%2011.7445%2024.5473%2011.7383C26.1556%2011.732%2027.4826%2013.0349%2027.4786%2014.6162C27.4746%2016.1926%2026.1719%2017.4665%2024.5612%2017.4695ZM22.8416%2014.6183C22.8459%2015.5573%2023.6166%2016.3004%2024.5777%2016.2923C25.5165%2016.2845%2026.2699%2015.5301%2026.2673%2014.6005C26.2646%2013.6712%2025.51%2012.9317%2024.56%2012.9277C23.6012%2012.9237%2022.8373%2013.6751%2022.8416%2014.6183Z%22%20fill%3D%22%230068FE%22/%3E%3Cpath%20d%3D%22M19.5054%2010.0762H20.795V17.4217H19.9447C19.7021%2017.4217%2019.5054%2017.225%2019.5054%2016.9823V10.0762Z%22%20fill%3D%22%230068FE%22/%3E%3Cpath%20d%3D%22M18.5227%2011.8907H17.2881V12.2935C16.5767%2011.8601%2015.8509%2011.6775%2015.06%2011.831C14.2526%2011.9876%2013.6164%2012.4043%2013.167%2013.0917C12.4538%2014.1826%2012.5894%2015.5904%2013.4938%2016.5431C14.3504%2017.4454%2015.8628%2017.8178%2017.2815%2016.9247C17.2835%2016.934%2017.286%2016.9422%2017.2881%2016.9511V16.9826C17.2881%2017.2252%2017.4849%2017.422%2017.7275%2017.422H18.5227V11.8907V11.8907ZM15.5853%2016.2787C14.6636%2016.268%2013.8924%2015.5006%2013.8986%2014.6004C13.9048%2013.692%2014.6716%2012.9481%2015.602%2012.9479C16.5427%2012.9477%2017.2871%2013.6781%2017.2882%2014.6026C17.2893%2015.5333%2016.521%2016.2896%2015.5853%2016.2787Z%22%20fill%3D%22%230068FE%22/%3E%3Cpath%20d%3D%22M8.0481%2016.2438C9.39854%2014.5856%2010.6939%2012.9885%2011.9984%2011.3989C12.2464%2011.0968%2012.3662%2010.7671%2012.3731%2010.3807C12.3761%2010.2135%2012.3261%2010.1646%2012.1596%2010.165C11.6056%2010.1666%206.41195%2010.165%206.41195%2010.165V11.4709H10.4978C10.4424%2011.543%207.83556%2014.7218%206.57932%2016.2403C6.37112%2016.4919%206.26503%2016.7645%206.25401%2017.0936C6.24628%2017.3242%206.28864%2017.4139%206.52267%2017.4211V17.4217H11.9356C12.1782%2017.4217%2012.3749%2017.225%2012.3749%2016.9823V16.2487V16.2438H8.0481V16.2438Z%22%20fill%3D%22%230068FE%22/%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M4.948%2026.1338C6.03613%2027.1172%207.26917%2027.9424%208.61108%2028.5752V26.1338H4.948ZM0.00268555%2014.7119C0.0775146%2010.7393%201.69666%207.14453%204.28479%204.50293C4.0459%204.98242%203.83435%205.47949%203.64661%205.99121C2.58862%208.87598%202.31299%2011.8506%202.69116%2014.8916C2.95862%2017.042%203.55518%2019.0869%204.63391%2020.9775C4.8269%2021.3154%205.02271%2021.6582%205.26489%2021.9609C5.76672%2022.5879%205.80981%2023.2725%205.59888%2024.0049C5.4873%2024.3926%205.32227%2024.75%205.11304%2025.082C4.95691%2025.3291%204.77612%2025.5635%204.57434%2025.7842C1.81921%2023.1201%200.0819092%2019.4102%200.00280762%2015.2939C0.000976562%2015.1963%200%2015.0986%200%2015C0%2014.9033%200.000854492%2014.8076%200.00268555%2014.7119Z%22%20fill%3D%22%230068FE%22/%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M24.8226%2026.3367C22.191%2028.6189%2018.7568%2029.9998%2015%2029.9998C11.1449%2029.9998%207.62952%2028.5457%204.97241%2026.156C6.32458%2026.1921%207.61877%2025.9031%208.86353%2025.3464C8.97681%2025.2957%209.06262%2025.3113%209.16443%2025.364C12.2258%2026.9646%2015.5131%2027.5125%2018.926%2027.3962C20.9574%2027.3269%2022.9333%2027.0046%2024.8226%2026.3367Z%22%20fill%3D%22%23015BDF%22/%3E%3C/svg%3E') !important;
    }

@keyframes hide {
    100% {
        opacity: 0;
        transform: scale(0);
    }
}

#wpwidget .widget-header-expand-container {
    width: 100% !important;
}

#wpwidget .message-input {
    width: 100% !important;
    border-top: 1px solid #e3e3e3 !important;
    display: flex !important;
    flex-direction: row !important;
    padding: 15px !important;
}

#wpwidget .message-input--disabled {
    background: #F0F0F0 !important;
}

#wpwidget textarea[disabled=disabled]::-webkit-input-placeholder {
    color: #a4a4a4 !important;
    -webkit-text-fill-color: #a4a4a4 !important;
}

#wpwidget textarea[disabled=disabled]:-ms-input-placeholder {
    color: #a4a4a4 !important;
    -webkit-text-fill-color: #a4a4a4 !important;
}

#wpwidget textarea[disabled=disabled]::placeholder {
    color: #a4a4a4 !important;
    -webkit-text-fill-color: #a4a4a4 !important;
}

#wpwidget .message-input--input {
    word-wrap: break-word !important;
    resize: none !important;
    flex: 1 !important;
    align-self: center !important;
    margin-right: 7.5px !important;
}

#wpwidget .message-input--emoji-button {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImdyYXkiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBjbGFzcz0iZmVhdGhlciBmZWF0aGVyLXNtaWxlIj48Y2lyY2xlIGN4PSIxMiIgY3k9IjEyIiByPSIxMCI+PC9jaXJjbGU+PHBhdGggZD0iTTggMTRzMS41IDIgNCAyIDQtMiA0LTIiPjwvcGF0aD48bGluZSB4MT0iOSIgeTE9IjkiIHgyPSI5LjAxIiB5Mj0iOSI+PC9saW5lPjxsaW5lIHgxPSIxNSIgeTE9IjkiIHgyPSIxNS4wMSIgeTI9IjkiPjwvbGluZT48L3N2Zz4K") !important;
}

#wpwidget .message-input--button {
    background-size: 70% !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    width: 32px !important;
    height: 32px !important;
    display: block !important;
    cursor: pointer !important;
    position: relative !important;
    border-radius: 20px !important;
    transition: background-color 0.2s !important;
}

    #wpwidget .message-input--button:hover {
        background-color: #eeeeee !important;
    }

#wpwidget .message-input--disabled .message-input--button {
    cursor: default !important;
}

#wpwidget .message-input--disabled .message-input--button {
    cursor: default !important;
}

#wpwidget .message-input--attachment-button {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImdyYXkiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBjbGFzcz0iZmVhdGhlciBmZWF0aGVyLXBhcGVyY2xpcCI+PHBhdGggZD0iTTIxLjQ0IDExLjA1bC05LjE5IDkuMTlhNiA2IDAgMCAxLTguNDktOC40OWw5LjE5LTkuMTlhNCA0IDAgMCAxIDUuNjYgNS42NmwtOS4yIDkuMTlhMiAyIDAgMCAxLTIuODMtMi44M2w4LjQ5LTguNDgiPjwvcGF0aD48L3N2Zz4K") !important;
}

#wpwidget .message-input--send-button {
    background-image: url('data:image/svg+xml,%3C?xml%20version%3D%221.0%22%20?%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2225%22%20height%3D%2225%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22%230066b3%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20class%3D%22feather%20feather-arrow-up-circle%22%3E%3Ccircle%20stroke%3D%22%230066b3%22%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%2210%22%3E%3C/circle%3E%3Cpolyline%20points%3D%2216%2012%2012%208%208%2012%22%3E%3C/polyline%3E%3Cline%20x1%3D%2212%22%20y1%3D%2216%22%20x2%3D%2212%22%20y2%3D%228%22%3E%3C/line%3E%3C/svg%3E') !important;
}

#wpwidget .message-input--preform {
    justify-content: center !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

#wpwidget .btn--preform {
    border-radius: 7px !important;
    padding-left: 32px !important;
    padding-right: 32px !important;
    height: 40px !important;
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
    font-size: 14px !important;
    line-height: 20px !important;
    text-align: center !important;
    background: #0066b3 !important;
    width: 60% !important;
}

#wpwidget .form-label {
    margin-top: 15px !important;
}

#wpwidget .form {
    border: 1px solid #eeeeee !important;
    box-sizing: border-box !important;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15) !important;
    border-radius: 7px !important;
}

#wpwidget textarea.form-control {
    resize: none !important;
    word-wrap: break-word !important;
}

#wpwidget .form-control--container {
    position: relative !important;
}

#wpwidget input.form-control[disabled] {
    background: #F9F9F9 !important;
}

#wpwidget .form-control--container .form-control--check {
    position: absolute !important;
    right: 10px !important;
    top: 10px !important;
    background-size: 100% 100% !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    width: 20px !important;
    height: 20px !important;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiM1QkFBMUQiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBjbGFzcz0iZmVhdGhlciBmZWF0aGVyLWNoZWNrIj48cG9seWxpbmUgcG9pbnRzPSIyMCA2IDkgMTcgNCAxMiI+PC9wb2x5bGluZT48L3N2Zz4K') !important;
}

#wpwidget .form-control--valid-input--error {
    color: #dc3545 !important;
    -webkit-text-fill-color: #dc3545 !important;
}

#wpwidget input[type='text'].form-control.input--error,
#wpwidget input[type='number'].form-control.input--error,
#wpwidget input[type='date'].form-control.input--error,
#wpwidget textarea.form-control.input--error,
#wpwidget select.form-control.input--error {
    border: 1px solid red !important;
}

#wpwidget input[type='text'].form-control,
#wpwidget input[type='number'].form-control,
#wpwidget input[type='date'].form-control,
#wpwidget textarea.form-control,
#wpwidget select.form-control {
    width: 100% !important;
    border: 1px solid #d8d8d8 !important;
    border-radius: 5px !important;
    padding: 8px !important;
}

    #wpwidget input[type='text'].form-control:focus,
    #wpwidget input[type='number'].form-control:focus,
    #wpwidget input[type='date'].form-control:focus,
    #wpwidget textarea.form-control:focus,
    #wpwidget select.form-control:focus {
        border: 1px solid #0066b3 !important;
    }

#wpwidget .label {
    display: block !important;
    margin-bottom: 3px !important;
    margin-top: 10px !important;
    opacity: 0.7 !important;
}

#wpwidget .form--btn-submit {
    border-radius: 7px !important;
    padding-left: 32px !important;
    padding-right: 32px !important;
    width: 100% !important;
}

#wpwidget .form .radio {
    display: block !important;
    position: relative !important;
    width: 100% !important;
    height: 25px !important;
}

#wpwidget .form input[type=radio] {
    position: absolute !important;
    visibility: hidden !important;
}

#wpwidget .form .radio--label {
    padding-left: 22px !important;
    display: block !important;
    position: relative !important;
    z-index: 9 !important;
    cursor: pointer !important;
}

#wpwidget .form .radio--check {
    display: block !important;
    position: absolute !important;
    border: 1px solid #aaa !important;
    border-radius: 100% !important;
    height: 16px !important;
    width: 16px !important;
    top: 0px !important;
    left: 0px !important;
    z-index: 5 !important;
    transition: border 0.15s linear !important;
    -webkit-transition: border 0.15s linear !important;
}

    #wpwidget .form .radio--check:hover {
        border: 1px solid #888 !important;
    }

    #wpwidget .form .radio--check::before {
        display: block !important;
        position: absolute !important;
        content: '' !important;
        border-radius: 100% !important;
        height: 10px !important;
        width: 10px !important;
        top: 2px !important;
        left: 2px !important;
        margin: auto !important;
        transition: background 0.15s linear !important;
        -webkit-transition: background 0.15s linear !important;
    }

#wpwidget .form input[type=radio]:checked ~ .radio--check {
    border: 1px solid #0066b3 !important;
}

    #wpwidget .form input[type=radio]:checked ~ .radio--check::before {
        background: #0066b3 !important;
    }

#wpwidget .form .checkbox {
    display: block !important;
    position: relative !important;
    width: 100% !important;
    height: 25px !important;
}

#wpwidget .form input[type=checkbox] {
    position: absolute !important;
    visibility: hidden !important;
}

#wpwidget .form .checkbox--label {
    padding-left: 22px !important;
    display: block !important;
    position: relative !important;
    z-index: 9 !important;
    cursor: pointer !important;
}

#wpwidget .form .checkbox--check {
    display: block !important;
    position: absolute !important;
    border: 1px solid #aaa !important;
    border-radius: 4 px !important;
    height: 16px !important;
    width: 16px !important;
    top: 0px !important;
    left: 0px !important;
    z-index: 5 !important;
    transition: border 0.15s linear !important;
    -webkit-transition: border 0.15s linear !important;
}

    #wpwidget .form .checkbox--check:hover {
        border: 1px solid #888 !important;
    }

    #wpwidget .form .checkbox--check::before {
        display: block !important;
        position: absolute !important;
        content: '' !important;
        height: 100% !important;
        width: 100% !important;
        margin: auto !important;
        transition: background 0.15s linear !important;
        -webkit-transition: background 0.15s linear !important;
    }

#wpwidget .form input[type=checkbox]:checked ~ .checkbox--check {
    border: 1px solid #0066b3 !important;
}

    #wpwidget .form input[type=checkbox]:checked ~ .checkbox--check::before {
        background: #0066b3 !important;
    }

#wpwidget .form .select .form-control {
    padding-right: 20px !important;
}

#wpwidget .form select {
    background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00LjQxMDU4IDYuOTExMDdDNC43MzYwMiA2LjU4NTYzIDUuMjYzNjYgNi41ODU2MyA1LjU4OTA5IDYuOTExMDdMOS45OTk4NCAxMS4zMjE4TDE0LjQxMDYgNi45MTEwN0MxNC43MzYgNi41ODU2MyAxNS4yNjM3IDYuNTg1NjMgMTUuNTg5MSA2LjkxMTA3QzE1LjkxNDUgNy4yMzY1MSAxNS45MTQ1IDcuNzY0MTQgMTUuNTg5MSA4LjA4OTU4TDEwLjU4OTEgMTMuMDg5NkMxMC4yNjM3IDEzLjQxNSA5LjczNjAyIDEzLjQxNSA5LjQxMDU4IDEzLjA4OTZMNC40MTA1OCA4LjA4OTU4QzQuMDg1MTQgNy43NjQxNCA0LjA4NTE0IDcuMjM2NTEgNC40MTA1OCA2LjkxMTA3WiIgZmlsbD0iYmxhY2siLz4KPC9zdmc+") no-repeat right !important;
}

#wpwidget .form-require-info--list {
    background: #fff !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
}

#wpwidget .form-require-info--title {
    font-size: 18px !important;
    line-height: 20px !important;
    color: #000 !important;
    -webkit-text-fill-color: #000 !important;
    background: #fff !important;
    border-bottom: 1px solid #f0f0f0 !important;
}

#wpwidget .form-require-info--item {
    border-bottom: 1px solid #f0f0f0 !important;
}

    #wpwidget .form-require-info--item:hover {
        cursor: pointer !important;
        background: #e0e0e0 !important;
    }

#wpwidget input[type="checkbox"] {
    background-color: initial !important;
    cursor: default !important;
    -webkit-appearance: checkbox !important;
    box-sizing: border-box !important;
    margin: 3px 3px 3px 4px !important;
    padding: initial !important;
    border: initial !important;
}

#wpwidget input[type="radio"] {
    background-color: initial !important;
    cursor: default !important;
    -webkit-appearance: radio !important;
    box-sizing: border-box !important;
    margin: 3px 3px 0px 5px !important;
    padding: initial !important;
    border: initial !important;
}

#wpwidget option {
    font-weight: normal !important;
    display: block !important;
    white-space: pre !important;
    min-height: 1.2em !important;
    padding: 0px 2px 1px !important;
}

#wpwidget select {
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto !important;
    color: -internal-light-dark-color(black, white) !important;
    letter-spacing: normal !important;
    word-spacing: normal !important;
    text-transform: none !important;
    text-indent: 0px !important;
    text-shadow: none !important;
    display: inline-block !important;
    text-align: start !important;
    -webkit-appearance: menulist !important;
    box-sizing: border-box !important;
    align-items: center !important;
    white-space: pre !important;
    -webkit-rtl-ordering: logical !important;
    background-color: -internal-light-dark-color(white, black) !important;
    cursor: default !important;
    margin: 0em !important;
    font: 400 13.3333px Arial !important;
    border-radius: 0px !important;
    border-width: 1px !important;
    border-style: solid !important;
    border-color: #a9a9a9 !important;
    border-image: initial !important;
}

#wpwidget select {
    position: relative !important;
    display: inline-block !important;
    border: 2px #CCCC solid !important;
    border-radius: 5px !important;
    height: 36px !important;
    line-height: 34px !important;
    padding: 0 12px !important;
    font-size: 14px !important;
    color: #000 !important;
    -webkit-text-fill-color: #000 !important;
}

#wpwidget .custom-select--wrap-selected {
    display: flex !important;
    position: relative !important;
    justify-content: space-between !important;
    cursor: pointer !important;
    border: 1px solid #d8d8d8 !important;
    border-radius: 5px !important;
    padding: 5px !important;
}

#wpwidget .custom-select--selected-items {
    display: flex !important;
    align-items: center !important;
    flex-wrap: wrap !important;
}

#wpwidget .custom-select--selected-item {
    display: flex !important;
    align-items: center !important;
    margin: 3px 3px !important;
    padding: 1px 6px !important;
    border-radius: 5px !important;
    border: 1px solid #d8d8d8 !important;
    font-size: 14px !important;
    color: #000 !important;
    -webkit-text-fill-color: #000 !important;
    vertical-align: top !important;
}

#wpwidget .icn-delete:before {
    display: flex !important;
    justify-items: center !important;
    font-size: 12px !important;
    margin-left: 5px !important;
    opacity: 0.5 !important;
    content: "\2715" !important;
}

#wpwidget .custom-select--wrap-options {
    display: flex !important;
    flex-direction: column !important;
    position: absolute !important;
    left: 0 !important;
    top: 100% !important;
    border: 1px solid #dadce0 !important;
    -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1) !important;
    border-radius: 5px !important;
    width: 100% !important;
    background: #fff !important;
    z-index: 11 !important;
    max-height: 200px !important;
    overflow-y: auto !important;
}

#wpwidget .custom-select--input-search {
    font-size: 15px !important;
    padding: 8px !important;
    border-bottom: 1px solid #d8d8d8 !important;
}

#wpwidget .custom-select--items-options {
    margin: 0 !important;
    display: flex !important;
    flex-direction: column !important;
}

#wpwidget .custom-select--item-options {
    padding: 10px !important;
    cursor: pointer !important;
}

    #wpwidget .custom-select--item-options:hover {
        background-color: #0066b3 !important;
        color: #FFF !important;
        -webkit-text-fill-color: #FFF !important;
    }

#wpwidget .custom-select--icon-dropdown {
    margin-left: auto !important;
    float: right !important;
    cursor: pointer !important;
}

    #wpwidget .custom-select--icon-dropdown path {
        d: path("M 7 9.5 L 12 14.5 L 17 9.5 H 7 Z") !important;
        fill: black !important;
    }

#wpwidget .widget-body--events-container {
    overflow-x: hidden !important;
    overflow-y: auto !important;
    display: flex !important;
    flex-direction: column !important;
    flex: 1 !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
}

#wpwidget .widget-body--events {
    flex: 1 !important;
}

#wpwidget .widget-body--events-container.widget-body--events-container__error {
    align-items: center !important;
    justify-content: center !important;
}

#wpwidget .convo-event-time {
    text-align: center !important;
    margin-top: 15px !important;
}

    #wpwidget .convo-event-time span {
        color: #6c757d !important;
        -webkit-text-fill-color: #6c757d !important;
    }

#wpwidget .file-attachment {
    padding: 10px !important;
    border-radius: 10px !important;
    cursor: pointer !important;
    margin: 5px 0 0 0 !important;
}

#wpwidget .file-attachment--agent {
    background-color: #0066b3 !important;
    width: fit-content !important;
}

#wpwidget .file-attachment--user {
    background-color: #eeeeee !important;
    align-self: flex-end !important;
}

#wpwidget .file-attachment--link {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    width: fit-content !important;
}

#wpwidget .file-attachment--agent .file-attachment--filename {
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
    text-decoration: underline !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    max-width: 200px !important;
}

#wpwidget .file-attachment--user .file-attachment--filename {
    color: #000 !important;
    -webkit-text-fill-color: #000 !important;
    text-decoration: underline !important;
    text-overflow: ellipsis !important;
    overflow: hidden !important;
    white-space: nowrap !important;
    max-width: 200px !important;
}

#wpwidget .file-attachment--download {
    width: 24px !important;
    height: 24px !important;
    border-radius: 30px !important;
    display: inline-block !important;
}

#wpwidget .file-attachment--agent .file-attachment--download {
    background: #fff !important;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiMwMjY1RkYiIHN0cm9rZS13aWR0aD0iMyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBjbGFzcz0iZmVhdGhlciBmZWF0aGVyLWFycm93LWRvd24iPjxsaW5lIHgxPSIxMiIgeTE9IjUiIHgyPSIxMiIgeTI9IjE5Ij48L2xpbmU+PHBvbHlsaW5lIHBvaW50cz0iMTkgMTIgMTIgMTkgNSAxMiI+PC9wb2x5bGluZT48L3N2Zz4K') !important;
    background-size: 15px 15px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

#wpwidget .file-attachment--user .file-attachment--download {
    background: #c4c4c4 !important;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjMiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgY2xhc3M9ImZlYXRoZXIgZmVhdGhlci1hcnJvdy1kb3duIj48bGluZSB4MT0iMTIiIHkxPSI1IiB4Mj0iMTIiIHkyPSIxOSI+PC9saW5lPjxwb2x5bGluZSBwb2ludHM9IjE5IDEyIDEyIDE5IDUgMTIiPjwvcG9seWxpbmU+PC9zdmc+Cg==') !important;
    background-size: 15px 15px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

#wpwidget .message-text--user {
    margin: 5px 0 0 !important;
    display: inline-block !important;
    background-color: #eeeeee !important;
    padding: 10px 14px 10px 14px !important;
}

#wpwidget .message-text--agent {
    white-space: pre-wrap !important;
    margin: 5px 0 0 !important;
    display: inline-block !important;
    background-color: #0066b3 !important;
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
    padding: 10px 14px 10px 14px !important;
}

#wpwidget .message-user__container {
    display: flex !important;
    flex-direction: row !important;
    align-items: flex-end !important;
    justify-content: flex-end !important;
}

#wpwidget .sending_dot.sending_dot__hide {
    opacity: 0 !important;
    background-color: #000 !important;
}

#wpwidget .sending_dot {
    width: 15px !important;
    height: 15px !important;
    margin-right: 5px !important;
    border-radius: 50% !important;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiM3NzciIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBjbGFzcz0iZmVhdGhlciBmZWF0aGVyLWNsb2NrIj48Y2lyY2xlIGN4PSIxMiIgY3k9IjEyIiByPSIxMCI+PC9jaXJjbGU+PHBvbHlsaW5lIHBvaW50cz0iMTIgNiAxMiAxMiAxNiAxNCI+PC9wb2x5bGluZT48L3N2Zz4K') !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
}

#wpwidget .message-user {
    border-radius: 7px !important;
    max-width: 85% !important;
    align-self: flex-end !important;
    word-break: break-word !important;
    position: relative !important;
    white-space: pre-wrap !important;
}

#wpwidget .message-agent {
    border-radius: 7px !important;
    max-width: 85% !important;
    word-break: break-word !important;
    position: relative !important;
}

#wpwidget a.message_error {
    color: #dc3545 !important;
    -webkit-text-fill-color: #dc3545 !important;
    display: block !important;
    text-align: end !important;
    font-size: 13px !important;
    margin-bottom: 10px !important;
}

    #wpwidget a.message_error:hover {
        color: #dc3545 !important;
        -webkit-text-fill-color: #dc3545 !important;
    }

#wpwidget .message_error__text {
    display: inline-block !important;
    vertical-align: text-top !important;
}

#wpwidget .message_error__icon {
    display: inline-block !important;
    vertical-align: bottom !important;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSIjZGMzNTQ1IiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBjbGFzcz0iZmVhdGhlciBmZWF0aGVyLWFsZXJ0LWNpcmNsZSI+PGNpcmNsZSBjeD0iMTIiIGN5PSIxMiIgcj0iMTAiPjwvY2lyY2xlPjxsaW5lIHgxPSIxMiIgeTE9IjgiIHgyPSIxMiIgeTI9IjEyIj48L2xpbmU+PGxpbmUgeDE9IjEyIiB5MT0iMTYiIHgyPSIxMi4wMSIgeTI9IjE2Ij48L2xpbmU+PC9zdmc+Cgo=') !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    width: 20px !important;
    height: 20px !important;
}

#wpwidget .image-attachment__img {
    width: 100% !important;
    margin: 5px 0 0 0 !important;
    border-radius: 7px !important;
    border: 1px solid #eeeeee !important;
}

#wpwidget .audio-attachment {
    width: 100% !important;
    margin: 5px 0 0 0 !important;
    height: 45px !important;
    display: inline !important;
}

#wpwidget .audio-attachment__audio {
    all: inherit !important;
    width: 100% !important;
}

#wpwidget .video-attachment {
    border-radius: 7px !important;
    width: 100% !important;
    margin: 5px 0 0 0 !important;
}

#wpwidget .video-attachment__video {
    all: inherit !important;
    width: 100% !important;
}

#wpwidget .info-message {
    text-align: center !important;
    color: #6c757d !important;
    -webkit-text-fill-color: #6c757d !important;
    margin: 10px !important;
}

#wpwidget .message-sender {
    margin-top: 10px !important;
}

#wpwidget .message-sender-avatar {
    border-radius: 50% !important;
    width: 25px !important;
    height: 25px !important;
    margin-right: 10px !important;
    border: 1px solid #dee2e6 !important;
}

#wpwidget .message-sender-name {
    color: #495057 !important;
    -webkit-text-fill-color: #495057 !important;
    vertical-align: middle !important;
}

#wpwidget .message-system {
    text-align: center !important;
    margin: 10px !important;
    color: #6c757d !important;
    -webkit-text-fill-color: #6c757d !important;
}

#wpwidget .form-attachment {
    display: flex !important;
    flex-direction: column !important;
    padding: 10px !important;
    -webkit-box-shadow: 0 0 10px #dee2e6 !important;
    box-shadow: 0 0 10px #dee2e6 !important;
    border-radius: 7px !important;
    margin-top: 10px !important;
}

#wpwidget .form-attachment-field {
    display: flex !important;
    flex-direction: column !important;
    margin-bottom: 0px !important;
}

#wpwidget .form-attachment-field__title {
    color: #4c4c4c !important;
    -webkit-text-fill-color: #4c4c4c !important;
}

#wpwidget .form-attachment-field__text {
    width: 100% !important;
    border: 1px solid #dbdbdb !important;
    padding: 10px !important;
    margin: 3px 0px 0px 0px !important;
    border-radius: 7px !important;
}

#wpwidget .input--error {
    border: 1px solid red !important;
}

#wpwidget .input--success {
    background-color: #f9f9f9 !important;
    pointer-events: none !important;
}

#wpwidget .form-attachment-field__error {
    color: brown !important;
    -webkit-text-fill-color: brown !important;
    float: right !important;
}

#wpwidget .form-attachment-field__checkbox {
    width: 100% !important;
    all: inherit !important;
    -webkit-appearance: textfield !important;
    margin-right: 8px !important;
}

    #wpwidget .form-attachment-field__checkbox:hover {
        cursor: pointer !important;
    }

#wpwidget .form-attachment-field__list-item {
    display: flex !important;
    align-items: center !important;
    margin: 4px !important;
    margin-left: 0px !important;
}

#wpwidget .form-attachment-field__radio {
    width: 100% !important;
    all: inherit !important;
    -webkit-appearance: textfield !important;
    margin-right: 8px !important;
}

#wpwidget .form-attachment-field__datetime {
    width: 100% !important;
    border: 1px solid #dbdbdb !important;
    padding: 10px !important;
    margin: 3px 0px 0px 0px !important;
    border-radius: 7px !important;
}

#wpwidget .form-attachment--submit-btn {
    background-color: #0066b3 !important;
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
    width: 100% !important;
    margin-top: 10px !important;
    border-radius: 7px !important;
    padding: 10px !important;
    text-align: center !important;
    font-size: 15px !important;
}

    #wpwidget .form-attachment--submit-btn:hover {
        color: #fff !important;
        -webkit-text-fill-color: #fff !important;
    }

#wpwidget .red {
    color: #dc3545 !important;
    -webkit-text-fill-color: #dc3545 !important;
}

#wpwidget .typing {
    background-color: #f4f5f7 !important;
    color: #7a7a7b !important;
    -webkit-text-fill-color: #7a7a7b !important;
    padding: 10px !important;
    opacity: 1 !important;
    transition: all 0.2s !important;
    position: absolute !important;
    bottom: 0px !important;
    left: 0px !important;
    width: 100% !important;
}

#wpwidget .typing--hidden {
    opacity: 0 !important;
    display: none !important;
}

#wpwidget .markdown-message img {
    max-width: 100% !important;
    margin-top: 10px !important;
}

#wpwidget .button-attachments {
    display: block !important;
    margin-top: 5px !important;
}

#wpwidget .url-button-attachment:first-child {
    border-top-left-radius: 7px !important;
    border-top-right-radius: 7px !important;
}

#wpwidget .url-button-attachment:last-child {
    border-bottom-left-radius: 7px !important;
    border-bottom-right-radius: 7px !important;
    border-bottom: 1px solid #0066b3 !important;
}

#wpwidget .agent-message .url-button-attachment {
    text-decoration: none !important;
    padding: 10px !important;
    display: block !important;
    text-align: center !important;
    color: #0066b3 !important;
    -webkit-text-fill-color: #0066b3 !important;
    background: #fff !important;
    border-top: 1px solid #0066b3 !important;
    border-left: 1px solid #0066b3 !important;
    border-right: 1px solid #0066b3 !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    width: 85% !important;
}

    #wpwidget .agent-message .url-button-attachment:hover {
        text-decoration: underline !important;
    }

#wpwidget .message_quick_replies {
    display: flex !important;
    flex-wrap: wrap !important;
}

#wpwidget .message_quick_reply {
    cursor: pointer !important;
    position: relative !important;
    padding: 10px 15px !important;
    border: 1px solid #0066b3 !important;
    margin-right: 10px !important;
    margin-top: 10px !important;
    color: #0066b3 !important;
    -webkit-text-fill-color: #0066b3 !important;
    border-radius: 5px !important;
    user-select: none !important;
    overflow: hidden !important;
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
}

    #wpwidget .message_quick_reply:hover {
        background: #0066b3 !important;
        color: #FFF !important;
        -webkit-text-fill-color: #FFF !important;
    }

#wpwidget .generic-attachment-container {
    position: relative !important;
    margin-top: 10px !important;
}

#wpwidget .generic-attachments {
    display: block !important;
}

#wpwidget .generic-attachment {
    display: flex !important;
    width: 100% !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    user-select: none !important;
    cursor: grab !important;
}

#wpwidget .generic-attachment--element-content {
    flex: 1 !important;
}

#wpwidget .generic-attachment--element {
    border: 1px solid #d8d8d8 !important;
    background: white !important;
    border-radius: 7px !important;
    overflow: hidden !important;
    width: 220px !important;
    margin-right: 10px !important;
    vertical-align: top !important;
    display: flex !important;
    flex-direction: column !important;
    flex-shrink: 0 !important;
}

    #wpwidget .generic-attachment--element:last-child {
        margin-right: 0 !important;
    }

    #wpwidget .generic-attachment--element .generic-attachment--element-img {
        width: 100% !important;
        height: 150px !important;
        object-fit: cover !important;
    }

    #wpwidget .generic-attachment--element .url-button-attachment:first-child {
        border-radius: 0 !important;
    }

    #wpwidget .generic-attachment--element .url-button-attachment {
        font-weight: 500 !important;
        padding: 10px !important;
        display: block !important;
        padding-top: 9px !important;
        padding-button: 9px !important;
        text-align: center !important;
        border: none !important;
        border-top: 1px solid #d8d8d8 !important;
        width: 100% !important;
    }

    #wpwidget .generic-attachment--element .generic-attachment--element-title {
        padding: 0px 13px !important;
        margin-top: 13px !important;
        color: #000 !important;
        -webkit-text-fill-color: #000 !important;
        font-weight: 500 !important;
        font-size: 16px !important;
        line-height: 20px !important;
        white-space: normal !important;
    }

    #wpwidget .generic-attachment--element .generic-attachment--element-subtitle {
        padding: 0px 13px !important;
        color: gray !important;
        -webkit-text-fill-color: gray !important;
        margin-top: 5px !important;
    }

#wpwidget .widget_body__events__error_msg {
    margin-top: 50px !important;
    color: #6c757d !important;
    -webkit-text-fill-color: #6c757d !important;
    text-align: center !important;
}

#wpwidget .widget_body__events__error_retry {
    margin-top: 10px !important;
}

#wpwidget .generic-attachment-navigator {
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    cursor: pointer !important;
    width: 20px !important;
    font-size: 80px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: rgba(255, 255, 255, 0.85) !important;
    -webkit-text-fill-color: rgba(255, 255, 255, 0.85) !important;
    text-shadow: 0 10px 25px rgba(0, 0, 0, 0.75) !important;
    z-index: 999 !important;
    user-select: none !important;
}

    #wpwidget .generic-attachment-navigator:hover {
        text-shadow: 0 10px 20px rgba(0, 0, 0, 0.75) !important;
        color: #ffffff !important;
        -webkit-text-fill-color: #ffffff !important;
    }

    #wpwidget .generic-attachment-navigator.generic-attachment-navigator--disabled {
        display: none !important;
    }

    #wpwidget .generic-attachment-navigator.generic-attachment-navigator--left {
        left: 2px !important;
    }

    #wpwidget .generic-attachment-navigator.generic-attachment-navigator--right {
        right: 2px !important;
    }

#wpwidget .generic-attachment-navigator-icon {
    font-size: 80px !important;
}

#wpwidget .order_attachment__product_img {
    width: 40px !important;
    height: 40px !important;
    margin-right: 10px !important;
    border-radius: 5px !important;
    flex-shrink: 0 !important;
    display: block !important;
    object-fit: contain !important;
    background: whitesmoke !important;
}

#wpwidget .order_attachment__product_name {
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    color: black !important;
    -webkit-text-fill-color: black !important;
}

#wpwidget .order_attachment__header {
    padding-bottom: 5px !important;
    border-bottom: 1px solid #ccc !important;
    margin-bottom: 5px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
}

#wpwidget .order_attachment__product_desc {
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    color: #999 !important;
    -webkit-text-fill-color: #999 !important;
    font-size: 13px !important;
}

#wpwidget .order_attachment__product {
    display: flex !important;
    align-items: center !important;
    margin-top: 5px !important;
    margin-bottom: 5 !important;
}

#wpwidget .order_attachment__text_sm {
    font-size: 13px !important;
}

#wpwidget .order_attachment__text_muted {
    color: #6c757d !important;
    -webkit-text-fill-color: #6c757d !important;
}

#wpwidget .order_attachment__text_truncate {
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    overflow: hidden !important;
}

#wpwidget .order_attachment {
    margin-top: 10px !important;
    color: black !important;
    -webkit-text-fill-color: black !important;
    border: 1px solid #aaa !important;
    background: white !important;
    border-radius: 8px !important;
    width: 220px !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    padding: 10px !important;
}

#wpwidget .order_attachment__footer {
    margin-top: 10px !important;
    padding-top: 10px !important;
    display: flex !important;
    justify-content: space-between !important;
    border-top: 1px solid #ccc !important;
    line-height: 1 !important;
}

#wpwidget .order_attachment__label {
    font-size: 13px !important;
    color: #777 !important;
    -webkit-text-fill-color: #777 !important;
    margin-top: 10px !important;
}

#wpwidget .order_attachment.order_attachment__user {
    margin-right: 50px !important;
    align-self: flex-end !important;
    margin-right: 0 !important;
    margin-left: 50px !important;
    align-self: flex-start !important;
}

#wpwidget .product_attachment {
    margin-top: 10px !important;
    border: 1px solid #d8d8d8 !important;
    background: white !important;
    border-radius: 7px !important;
    overflow: hidden !important;
    width: 200px !important;
    display: inline-block !important;
    vertical-align: top !important;
    transition: all 0.1s !important;
}

    #wpwidget .product_attachment.product_attachment__user {
        margin-right: 50px !important;
        align-self: flex-end !important;
        margin-right: 0 !important;
        margin-left: 50px !important;
        align-self: flex-start !important;
    }

#wpwidget .product_attachment__img {
    width: 200px !important;
    height: 200px !important;
    border-bottom: 1px solid #d8d8d8 !important;
    object-fit: cover !important;
    display: block !important;
}

#wpwidget .product_attachment__price {
    padding-left: 10px !important;
}

#wpwidget .product_attachment__btns {
    margin-top: 5px !important;
}

#wpwidget .product_attachment__btn {
    border-top: 1px solid #d8d8d8 !important;
    display: flex !important;
    padding: 8px 10px !important;
    align-items: center !important;
    color: #000 !important;
    -webkit-text-fill-color: #000 !important;
    justify-content: center !important;
    cursor: pointer !important;
    text-transform: capitalize !important;
}

    #wpwidget .product_attachment__btn:last-child {
        margin-right: 0 !important;
    }

    #wpwidget .product_attachment__btn:hover {
        color: #0066b3 !important;
        -webkit-text-fill-color: #0066b3 !important;
    }

#wpwidget a.product_attachment__title {
    display: block !important;
    padding: 8px 10px 0 10px !important;
    font-weight: 500 !important;
    color: #000 !important;
    -webkit-text-fill-color: #000 !important;
    word-break: break-word !important;
    margin-bottom: 5px !important;
}

#wpwidget .product_attachment__subtitle {
    white-space: pre-wrap !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 3 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    padding: 5px 10px !important;
    color: #aaa !important;
    -webkit-text-fill-color: #aaa !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-bottom: 5px !important;
}

#wpwidget .product_attachment__btn_external_link {
    width: 16px !important;
    height: 16px !important;
    margin-left: 5px !important;
    margin-top: -2px !important;
}

#wpwidget .emoji {
    position: relative !important;
    width: 20px !important;
    height: 20px !important;
    background-size: 100% !important;
    background-repeat: no-repeat !important;
    border: none !important;
    display: inline-block !important;
    vertical-align: text-bottom !important;
}

#wpwidget .emoji--angry {
    background-image: url(https://vcdn.subiz-cdn.com/widget-v4/public/assets/img/emoji/messenger/sub_60.784_7.843.98f2a99.png) !important;
}

#wpwidget .emoji--confused {
    background-image: url(https://vcdn.subiz-cdn.com/widget-v4/public/assets/img/emoji/messenger/sub_58.824_88.235.def4e71.png) !important;
}

#wpwidget .emoji--crying,
#wpwidget .emoji--cry {
    background-image: url(https://vcdn.subiz-cdn.com/widget-v4/public/assets/img/emoji/messenger/sub_60.784_11.765.49c03d0.png) !important;
}

#wpwidget .emoji--grinning {
    background-image: url(https://vcdn.subiz-cdn.com/widget-v4/public/assets/img/emoji/messenger/sub_58.824_47.059.0f4d6e2.png) !important;
}

#wpwidget .emoji--heart_eyes,
#wpwidget .emoji--heart-eyes {
    background-image: url(https://vcdn.subiz-cdn.com/widget-v4/public/assets/img/emoji/messenger/sub_58.824_72.549.edca5cf.png) !important;
}

#wpwidget .emoji--neutral_face,
#wpwidget .emoji--neutral {
    background-image: url(https://vcdn.subiz-cdn.com/widget-v4/public/assets/img/emoji/messenger/sub_58.824_78.431.f910f2a.png) !important;
}

#wpwidget .emoji--disappointed,
#wpwidget .emoji--sad {
    background-image: url(https://vcdn.subiz-cdn.com/widget-v4/public/assets/img/emoji/messenger/sub_60.784_3.922.bb191b0.png) !important;
}

#wpwidget .emoji--sleepy {
    background-image: url(https://vcdn.subiz-cdn.com/widget-v4/public/assets/img/emoji/messenger/sub_60.784_27.451.46b54e5.png) !important;
}

#wpwidget .emoji--smile,
#wpwidget .emoji--smiling {
    background-image: url(https://vcdn.subiz-cdn.com/widget-v4/public/assets/img/emoji/messenger/sub_58.824_54.902.65724c1.png) !important;
}

#wpwidget .emoji--open_mouth,
#wpwidget .emoji--surprised {
    background-image: url(https://vcdn.subiz-cdn.com/widget-v4/public/assets/img/emoji/messenger/sub_60.784_35.294.af7b927.png) !important;
}

#wpwidget .emoji--tired_face,
#wpwidget .emoji--tired {
    background-image: url(https://vcdn.subiz-cdn.com/widget-v4/public/assets/img/emoji/messenger/sub_60.784_29.412.e36d284.png) !important;
}

#wpwidget .emoji--stuck_out_tongue,
#wpwidget .emoji--tongue-out {
    background-image: url(https://vcdn.subiz-cdn.com/widget-v4/public/assets/img/emoji/messenger/sub_58.824_100.000.6df72bc.png) !important;
}

#wpwidget .emoji--wink {
    background-image: url(https://vcdn.subiz-cdn.com/widget-v4/public/assets/img/emoji/messenger/sub_58.824_64.706.9da3cba.png) !important;
}

#wpwidget .emoji--moyai {
    background-image: url(https://vcdn.subiz-cdn.com/widget-v4/public/assets/img/emoji/messenger/sub_58.824_45.098.3d7a7ad.png) !important;
}

#wpwidget .emoji--dislike,
#wpwidget .emoji--unlike,
#wpwidget .emoji--thumbsdown {
    background-image: url(https://vcdn.subiz-cdn.com/widget-v4/public/assets/img/emoji/messenger/sub_29.412_5.882.61f3359.png) !important;
}

#wpwidget .emoji--like,
#wpwidget .emoji--thumbsup {
    background-image: url(https://vcdn.subiz-cdn.com/widget-v4/public/assets/img/emoji/messenger/sub_27.451_96.078.ddbb008.png) !important;
}

#wpwidget .emoji--ok_hand {
    background-image: url(https://vcdn.subiz-cdn.com/widget-v4/public/assets/img/emoji/messenger/sub_27.451_84.314.231e2b7.png) !important;
}

#wpwidget .emoji--octopus {
    background-image: url(https://vcdn.subiz-cdn.com/widget-v4/public/assets/img/emoji/messenger/sub_25.490_5.882.4b49e94.png) !important;
}

#wpwidget .emoji--pig2 {
    background-image: url(https://vcdn.subiz-cdn.com/widget-v4/public/assets/img/emoji/messenger/sub_25.490_0.000.1e6b2c0.png) !important;
}

#wpwidget .emoji--wave {
    background-image: url(https://vcdn.subiz-cdn.com/widget-v4/public/assets/img/emoji/messenger/sub_27.451_72.549.7114f58.png) !important;
}

#wpwidget .emoji--mouse {
    background-image: url(https://vcdn.subiz-cdn.com/widget-v4/public/assets/img/emoji/messenger/sub_25.490_45.098.3dfbc08.png) !important;
}

#wpwidget .emoji--mouse2 {
    background-image: url(https://vcdn.subiz-cdn.com/widget-v4/public/assets/img/emoji/messenger/sub_23.529_60.784.1420241.png) !important;
}

#wpwidget .emoji--rat {
    background-image: url(https://vcdn.subiz-cdn.com/widget-v4/public/assets/img/emoji/messenger/sub_23.529_58.824.d5faf14.png) !important;
}

#wpwidget .emoji-picker {
    display: flex !important;
    flex-direction: row !important;
    z-index: 20 !important;
    position: absolute !important;
    max-width: 240px !important;
    background: #fff !important;
    color: #000 !important;
    -webkit-text-fill-color: #000 !important;
    border-radius: 10px !important;
    box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.15) !important;
    right: 15px !important;
    bottom: 55px !important;
    flex-wrap: wrap !important;
    padding: 10px !important;
    justify-content: space-between !important;
    align-items: center !important;
}

#wpwidget .emoji-picker--item {
    background-size: 100% !important;
    width: 30px !important;
    height: 30px !important;
    position: relative !important;
    background-repeat: no-repeat !important;
    display: inline-block !important;
    vertical-align: text-bottom !important;
    margin: 5px !important;
    cursor: pointer !important;
    transition: background-color 0.2s !important;
}

#wpwidget .emoji-picker-background-item {
    background-size: 50% !important;
    width: 40px !important;
    height: 40px !important;
    border-radius: 100% !important;
}

    #wpwidget .emoji-picker-background-item:hover {
        background-color: #dee2e6 !important;
    }

#wpwidget .convo-list {
    display: flex !important;
    flex-direction: column !important;
    flex: 1 !important;
    width: 100% !important;
    justify-content: space-between !important;
    overflow: auto !important;
    margin-top: -60px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
}

#wpwidget .convo-list--list {
    background: #fff !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
}

#wpwidget .convo-list--title {
    font-size: 18px !important;
    line-height: 20px !important;
    color: #000 !important;
    -webkit-text-fill-color: #000 !important;
    background: #fff !important;
    border-bottom: 1px solid #f0f0f0 !important;
    padding: 15px !important;
}

#wpwidget .convo-list--container {
    border-radius: 10px !important;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1) !important;
    overflow: auto !important;
    display: flex !important;
    flex-direction: column !important;
    user-select: none !important;
}

#wpwidget .convo-list--footer {
    margin-top: 15px !important;
}

#wpwidget .convo-list--convo-last-info {
    font-size: 15px !important;
    line-height: 20px !important;
    overflow: hidden !important;
    white-space: nowrap !important;
    justify-content: center !important;
    display: flex !important;
    flex-direction: column !important;
    flex: 1 !important;
    margin-left: 7.5px !important;
}

#wpwidget .convo-list--convo-last-message {
    font-weight: normal !important;
    flex: 1 !important;
    cursor: pointer !important;
    display: flex !important;
    width: 100% !important;
    overflow: hidden !important;
    align-items: center !important;
}

#wpwidget .convo-list--convo-last-mes {
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    font-weight: normal !important;
}

#wpwidget .convo-list--convo-title {
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    font-weight: 500 !important;
}

#wpwidget .convo-list--convo-completed {
    width: 14px !important;
}

#wpwidget .convo-list--convo-name {
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    font-weight: 500 !important;
    flex: 1 !important;
    margin-right: 20px !important;
    cursor: pointer !important;
}

#wpwidget .convo-list--item {
    cursor: pointer !important;
    border-bottom: 1px solid #f0f0f0 !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    padding-bottom: 15px !important;
    padding-top: 15px !important;
    display: flex !important;
    flex-direction: row !important;
}

    #wpwidget .convo-list--item:hover {
        background: #f8f9fa !important;
    }

#wpwidget .convo-list--convo-time span {
    font-size: 13px !important;
    line-height: 20px !important;
    color: #000 !important;
    -webkit-text-fill-color: #000 !important;
    opacity: 0.7 !important;
    min-width: 70px !important;
    cursor: pointer !important;
}

#wpwidget .convo-list--item-unread {
    width: 8px !important;
    height: 8px !important;
    background: #dc3545 !important;
    border-radius: 50% !important;
    margin-left: 7.5px !important;
    align-self: center !important;
}

#wpwidget .convo-list--item-avatar {
    width: 32px !important;
    height: 32px !important;
}

#wpwidget .widget-body--empty {
    display: flex !important;
    flex: 1 !important;
    justify-content: center !important;
    align-items: center !important;
    flex-direction: column !important;
}

#wpwidget .widget-body--empty-text {
    color: #343a40 !important;
    -webkit-text-fill-color: #343a40 !important;
    margin-top: 20px !important;
}

#wpwidget .widget-body--empty-icon {
    width: 128px !important;
    height: 128px !important;
    -webkit-mask-image: url('data:image/svg+xml,%3C?xml%20version%3D%221.0%22%20?%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cg%20data-name%3D%22Layer%202%22%3E%3Cpath%20d%3D%22M130.9%20366.9a9.9%209.9%200%200%200-2.9%207.1%2010.33%2010.33%200%200%200%202.9%207.1%209.73%209.73%200%200%200%207.1%202.9%2010.33%2010.33%200%200%200%207.1-2.9%209.73%209.73%200%200%200%202.9-7.1%2010.52%2010.52%200%200%200-2.9-7.1%209.9%209.9%200%200%200-7.1-2.9%2010.33%2010.33%200%200%200-7.1%202.9zM483.7%20282a183.07%20183.07%200%200%200%2028.3-98C512%2082.5%20429.5%200%20328%200a183.16%20183.16%200%200%200-96%2027%2010%2010%200%200%200%2010.5%2017.1A162.67%20162.67%200%200%201%20328%2020c90.4%200%20164%2073.6%20164%20164a162.73%20162.73%200%200%201-27.9%2091.5%2010.07%2010.07%200%200%200%20.3%2011.6l11%2040.9-44-11.8a10%2010%200%200%200-8.4%201.5%20164.32%20164.32%200%200%201-151.8%2020.2%20138.68%20138.68%200%200%200-97.1-97.1%20164.31%20164.31%200%200%201%2014.5-143.2%2010%2010%200%200%200-17-10.6%20184%20184%200%200%200-19.9%20149.6c-4.5-.4-9.1-.7-13.7-.7C61.9%20236%200%20297.9%200%20374a136.88%20136.88%200%200%200%2022.9%2076.1L12.2%20490a10%2010%200%200%200%2012.3%2012.3l40.9-11a137.71%20137.71%200%200%200%20146.5-.8%2010%2010%200%200%200-10.7-16.9%20118.09%20118.09%200%200%201-128.6-1.5%209.73%209.73%200%200%200-8.1-1.3L36%20478.5l7.4-27.7a10%2010%200%200%200-1.5-8.4%20117.95%20117.95%200%201%201%20207-28%2010%2010%200%200%200%2018.8%206.8%20137.72%20137.72%200%200%200%208.3-47.3%20124.44%20124.44%200%200%200-.7-13.7%20183.93%20183.93%200%200%200%20155.3-23.6l56.2%2015.1a10%2010%200%200%200%2012.3-12.3zm-246%20162.2a10.52%2010.52%200%200%200-7.1%202.9%209.73%209.73%200%200%200-2.9%207.1%2010.33%2010.33%200%200%200%202.9%207.1%209.73%209.73%200%200%200%207.1%202.9%2010.52%2010.52%200%200%200%207.1-2.9%209.73%209.73%200%200%200%202.9-7.1%209.9%209.9%200%200%200-10-10zM205.3%2070.7a10.52%2010.52%200%200%200%207.1-2.9%209.73%209.73%200%200%200%202.9-7.1%2010.14%2010.14%200%200%200-2.9-7.1%209.9%209.9%200%200%200-7.1-2.9%2010.52%2010.52%200%200%200-7.1%202.9%209.9%209.9%200%200%200-2.9%207.1%2010.52%2010.52%200%200%200%202.9%207.1%209.9%209.9%200%200%200%207.1%202.9zm-19.4%20296.2a9.9%209.9%200%200%200-2.9%207.1%2010.33%2010.33%200%200%200%202.9%207.1%209.73%209.73%200%200%200%207.1%202.9%2010.33%2010.33%200%200%200%207.1-2.9%209.73%209.73%200%200%200%202.9-7.1%2010.33%2010.33%200%200%200-2.9-7.1%209.9%209.9%200%200%200-7.1-2.9%2010.33%2010.33%200%200%200-7.1%202.9zm210.8-201.1a9.8%209.8%200%200%200%205.2-1.5l1.3-.8a9.92%209.92%200%200%200%203.3-13.7%2010.06%2010.06%200%200%200-13.8-3.3l-1.3.8a10%2010%200%200%200%205.3%2018.5zm-68.1%20107.4a58%2058%200%200%200%2057.9-57.9%207%207%200%200%200-7-7H277.7a7%207%200%200%200-7%207%2058%2058%200%200%200%2057.9%2057.9zm-43.5-50.9h87.1l-1%203.7a43.93%2043.93%200%200%201-85.2%200zm-25.8-56.5a9.8%209.8%200%200%200%205.2-1.5l1.3-.8a9.92%209.92%200%200%200%203.3-13.7%2010.06%2010.06%200%200%200-13.8-3.3l-1.3.8a10%2010%200%200%200%205.3%2018.5zM75.9%20366.9A9.9%209.9%200%200%200%2073%20374a10.33%2010.33%200%200%200%202.9%207.1A9.73%209.73%200%200%200%2083%20384a10.33%2010.33%200%200%200%207.1-2.9A9.73%209.73%200%200%200%2093%20374a10.33%2010.33%200%200%200-2.9-7.1A9.9%209.9%200%200%200%2083%20364a10.33%2010.33%200%200%200-7.1%202.9z%22%20fill%3D%22%234285f4%22%20data-name%3D%22Capa%201%22/%3E%3C/g%3E%3C/svg%3E') !important;
    border-radius: 0 !important;
    background-color: #0066b3 !important;
}

#wpwidget .mobile .widget-container {
    border-radius: 0px !important;
    max-height: 100% !important;
    margin-bottom: 0 !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    height: 100% !important;
    opacity: 1 !important;
    transition: opacity 0.15s cubic-bezier(1, 0.5, 0.8, 1) !important;
}

    #wpwidget .mobile .widget-container.widget-container--left {
        left: 0 !important;
        right: 0 !important;
    }

    #wpwidget .mobile .widget-container.widget-container--right {
        right: 0 !important;
        left: 0 !important;
    }

    #wpwidget .mobile .widget-container.widget-container--hide {
        top: -100vh !important;
        opacity: 0 !important;
        transition: opacity 0.15s cubic-bezier(1, 0.5, 0.8, 1), bottom 0.15s cubic-bezier(1, 0.5, 0.8, 1) !important;
    }

#wpwidget .widget-container.widget-container--left {
    left: 10px !important;
    right: unset !important;
}

#wpwidget .widget-container.widget-container--right {
    right: 10px !important;
    left: unset !important;
}

#wpwidget .widget-container {
    max-height: 100% !important;
    max-height: calc(100% - 40px) !important;
    max-width: 100% !important;
    background: #fff !important;
    z-index: 2000000003 !important;
    border-radius: 15px !important;
    box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.13) !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    position: fixed !important;
    margin-bottom: 20px !important;
    transition: opacity 0.15s cubic-bezier(1, 0.5, 0.8, 1) !important;
    width: 328px !important;
    height: 628px !important;
    bottom: 0 !important;
    opacity: 1 !important;
    transition: opacity 0.1s cubic-bezier(1, 0.5, 0.8, 1) !important;
    visibility: visible !important;
}

    #wpwidget .widget-container.widget-container--hide {
        opacity: 0 !important;
        visibility: hidden !important;
        transition: opacity 0.1s cubic-bezier(1, 0.5, 0.8, 1), visibility 0.1s cubic-bezier(1, 0.5, 0.8, 1) !important;
    }

#wpwidget .btn--start-convo {
    border-radius: 7px !important;
    padding-left: 32px !important;
    padding-right: 32px !important;
    height: 40px !important;
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
    font-size: 16px !important;
    line-height: 20px !important;
    text-align: center !important;
    background: #0066b3 !important;
    display: flex !important;
    align-items: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

    #wpwidget .btn--start-convo::after {
        display: none !important;
    }

#wpwidget .widget-body.widget-body--none {
    display: none !important;
}

#wpwidget .widget-body {
    flex: 1 !important;
    flex-grow: 1 !important;
    z-index: -1 !important;
    width: 100% !important;
    overflow-y: auto !important;
    flex-direction: column !important;
    display: flex !important;
    position: relative !important;
}

#wpwidget .widget-body--content {
    overflow-y: auto !important;
    overflow-x: hidden !important;
    flex: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    position: relative !important;
    min-height: 0 !important;
}

#wpwidget .poweredby {
    margin-top: 15px !important;
    margin-bottom: 7.5px !important;
    text-align: center !important;
}

    #wpwidget .poweredby .poweredby--text {
        text-decoration: none !important;
        padding-left: 12px !important;
        padding-right: 12px !important;
        padding-top: 5px !important;
        padding-bottom: 5px !important;
        border-radius: 20px !important;
        font-size: 12px !important;
        color: #7c7c7c !important;
        -webkit-text-fill-color: #7c7c7c !important;
        vertical-align: baseline !important;
    }

        #wpwidget .poweredby .poweredby--text:hover {
            color: #333 !important;
            -webkit-text-fill-color: #333 !important;
        }

        #wpwidget .poweredby .poweredby--text .poweredby--subiz-logo {
            opacity: 1 !important;
            margin-top: -3px !important;
            height: 10px !important;
        }

#wpwidget .empty-container {
    display: flex !important;
    justify-content: center !important;
    flex-direction: column !important;
    margin-top: 22.5px !important;
    margin-bottom: 22.5px !important;
}

#wpwidget .empty-desc {
    text-align: center !important;
    margin: 22.5px !important;
    color: #6c757d !important;
    -webkit-text-fill-color: #6c757d !important;
}

#wpwidget .chat-button--white-bg {
    display: none !important;
    z-index: -1 !important;
}

#wpwidget .chat-button--white-bg--mask-only {
    background: white !important;
    width: 66px !important;
    height: 66px !important;
    top: 2px !important;
    left: 2px !important;
    position: absolute !important;
    border-radius: 50% !important;
    display: block !important;
}

#wpwidget .mobile .chat-button--default {
    width: 70px !important;
    height: 70px !important;
    background: #0066b3 !important;
    border-radius: 100% !important;
}

#wpwidget .mobile .widget-layout {
    bottom: 10px !important;
}

    #wpwidget .mobile .widget-layout.widget-layout--left {
        left: 10px !important;
        right: unset !important;
    }

    #wpwidget .mobile .widget-layout.widget-layout--right {
        right: 10px !important;
        left: unset !important;
    }

#wpwidget .mobile .chat-button--img {
    min-width: 70px !important;
}

#wpwidget .chat-button {
    cursor: pointer !important;
    position: relative !important;
}

#wpwidget .chat-button--img {
    opacity: 0 !important;
    min-width: 70px !important;
    display: block !important;
}

#wpwidget .chat-button.chat-button--left {
    float: left !important;
}

#wpwidget .chat-button.chat-button--right {
    float: right !important;
}

#wpwidget .widget-layout {
    z-index: 2000000002 !important;
    position: fixed !important;
    bottom: 20px !important;
    transition: opacity 150ms !important;
    opacity: 1 !important;
}

    #wpwidget .widget-layout.widget-layout--hidden {
        opacity: 0 !important;
        pointer-events: none !important;
    }

    #wpwidget .widget-layout.widget-layout--left {
        left: 10px !important;
        right: unset !important;
    }

    #wpwidget .widget-layout.widget-layout--right {
        right: 10px !important;
        left: unset !important;
    }

#wpwidget .chat-button--unread {
    position: absolute !important;
    right: 0px !important;
    top: -5px !important;
    background: #dc3545 !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
    padding-top: 2px !important;
    padding-bottom: 2px !important;
    border-radius: 5px !important;
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
    box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.15) !important;
}

#wpwidget .widget-preview {
    z-index: 2000000003 !important;
    background: #fff !important;
    box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.15) !important;
    border-radius: 15px !important;
    max-width: 100% !important;
    width: 340px !important;
    margin-bottom: 20px !important;
}

    #wpwidget .widget-preview.widget-preview--hidden {
        display: none !important;
    }

#wpwidget .widget-preview--btn-close {
    cursor: pointer !important;
    align-self: flex-start !important;
    background-color: #e5e5e5 !important;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiMzMzMiIHN0cm9rZS13aWR0aD0iMi4yIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXIteCI+PGxpbmUgeDE9IjE4IiB5MT0iNiIgeDI9IjYiIHkyPSIxOCI+PC9saW5lPjxsaW5lIHgxPSI2IiB5MT0iNiIgeDI9IjE4IiB5Mj0iMTgiPjwvbGluZT48L3N2Zz4K') !important;
    background-size: 16px 16px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    width: 22px !important;
    height: 22px !important;
    display: block !important;
    border-radius: 100% !important;
    transition: background-color 0.2s !important;
}

    #wpwidget .widget-preview--btn-close:hover {
        background-color: #c4c4c4 !important;
    }

#wpwidget .widget-preview--avatar {
    width: 45px !important;
    height: 45px !important;
    border: 1px solid rgba(31, 54, 90, 0.1) !important;
    border-radius: 100% !important;
    margin-right: 15px !important;
}

#wpwidget .widget-preview--body {
    display: flex !important;
    padding: 15px !important;
    align-items: center !important;
}

#wpwidget .widget-preview--title {
    display: block !important;
    font-size: 15px !important;
    color: gray !important;
    -webkit-text-fill-color: gray !important;
    margin-bottom: 5px !important;
}

#wpwidget .widget-preview--content {
    cursor: pointer !important;
    flex: 1 !important;
    overflow: hidden !important;
}

#wpwidget .widget-preview--message {
    white-space: pre-wrap !important;
    word-wrap: break-word !important;
    font-weight: 500 !important;
    font-size: 15px !important;
    display: block !important;
    margin: 0 !important;
    margin-bottom: 0px !important;
    max-height: 72px !important;
    overflow: hidden !important;
}

#wpwidget .widget-preview--action {
    border-top: 1px solid #f0f0f0 !important;
    cursor: pointer !important;
    padding: 13px !important;
}

#wpwidget .widget-preview--action-text {
    display: block !important;
    text-align: center !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    color: #0066b3 !important;
    -webkit-text-fill-color: #0066b3 !important;
    margin: 0 !important;
}

#wpwidget .rating--overlay {
    position: absolute !important;
    height: 100% !important;
    width: 100% !important;
    background: black !important;
    opacity: 0.3 !important;
    top: 0 !important;
    left: 0 !important;
    border-bottom-left-radius: 15px !important;
    border-bottom-right-radius: 15px !important;
    z-index: 9 !important;
}

#wpwidget .rating {
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
    overflow: hidden !important;
    position: absolute !important;
    height: 400px !important;
    max-height: 80% !important;
    width: 100% !important;
    bottom: 0 !important;
    /* centering */
    left: 0 !important;
    background: white !important;
    border-bottom-left-radius: 15px !important;
    border-bottom-right-radius: 15px !important;
    z-index: 10 !important;
}

    #wpwidget .rating .rating--comment {
        resize: none !important;
        margin-left: 20px !important;
        margin-right: 20px !important;
        border: 2px solid lightgray !important;
        border-radius: 5px !important;
        padding: 10px !important;
        height: 60px !important;
        min-height: 60px !important;
    }

    #wpwidget .rating .rating--close-btn {
        right: 20px !important;
        top: -2px !important;
        width: 22px !important;
        height: 22px !important;
        position: absolute !important;
        background-image: url('data:image/svg+xml,%3C?xml%20version%3D%221.0%22%20?%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%23acacac%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20class%3D%22feather%20feather-x%22%3E%3Cline%20x1%3D%2218%22%20y1%3D%226%22%20x2%3D%226%22%20y2%3D%2218%22%3E%3C/line%3E%3Cline%20x1%3D%226%22%20y1%3D%226%22%20x2%3D%2218%22%20y2%3D%2218%22%3E%3C/line%3E%3C/svg%3E') !important;
        cursor: pointer !important;
    }

        #wpwidget .rating .rating--close-btn:hover {
            background-image: url('data:image/svg+xml,%3C?xml%20version%3D%221.0%22%20?%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%23a0a0a0%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20class%3D%22feather%20feather-x%22%3E%3Cline%20x1%3D%2218%22%20y1%3D%226%22%20x2%3D%226%22%20y2%3D%2218%22%3E%3C/line%3E%3Cline%20x1%3D%226%22%20y1%3D%226%22%20x2%3D%2218%22%20y2%3D%2218%22%3E%3C/line%3E%3C/svg%3E') !important;
        }

    #wpwidget .rating .rating--handle:hover .rating--thumb {
        background: #e0e0e0 !important;
    }

    #wpwidget .rating .rating--thumb {
        width: 70px !important;
        height: 6px !important;
        background: #eaeaea !important;
        border-radius: 5px !important;
        margin: 0 auto !important;
        cursor: grabbing !important;
        margin-top: 8px !important;
        margin-bottom: 20px !important;
    }

    #wpwidget .rating .rating--content {
        display: flex !important;
        flex: 1 !important;
        flex-grow: 1 !important;
        height: calc(100% - 40px) !important;
        flex-direction: column !important;
        justify-content: space-between !important;
    }

    #wpwidget .rating .rating--heading {
        margin: 0 !important;
        font-weight: 500 !important;
        font-size: 20px !important;
        line-height: 20px !important;
        text-align: center !important;
        flex-grow: 1 !important;
        position: relative !important;
    }

    #wpwidget .rating .rating--description {
        text-align: center !important;
        flex-grow: 1 !important;
        font-size: 15px !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
        display: flex !important;
        align-items: center !important;
        margin-top: 10px !important;
        margin-bottom: 15px !important;
    }

    #wpwidget .rating .rating-faces-container {
        flex: 5 !important;
        display: flex !important;
        justify-content: space-around !important;
        align-items: center !important;
        margin: 10px 10px !important;
    }

    #wpwidget .rating .rating-face-container {
        padding: 15px !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        cursor: pointer !important;
        border-radius: 10px !important;
        user-select: none !important;
        -webkit-transition: all 0.1s !important;
        transition: all 0.1s !important;
    }

        #wpwidget .rating .rating-face-container:hover {
            box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1) !important;
        }

    #wpwidget .rating .rating-face--text {
        margin-top: 10px !important;
        margin-bottom: 0px !important;
        font-size: 13px !important;
        color: #4d4d4d !important;
        -webkit-text-fill-color: #4d4d4d !important;
    }

    #wpwidget .rating .rating-no-thanks {
        flex: 10 !important;
        text-align: center !important;
        cursor: pointer !important;
        display: flex !important;
        justify-content: center !important;
        align-items: flex-end !important;
        color: #acacac !important;
        -webkit-text-fill-color: #acacac !important;
    }

        #wpwidget .rating .rating-no-thanks:hover {
            color: black !important;
            -webkit-text-fill-color: black !important;
        }

#wpwidget .spinner1 {
    position: relative !important;
    display: inline-block !important;
    vertical-align: middle !important;
    border-style: solid !important;
    background: transparent !important;
    border-radius: 50% !important;
    animation: animate 0.4s linear infinite !important;
    -webkit-backface-visibility: hidden !important;
}

@keyframes animate {
    0% {
        transform: rotate(0deg) rotateZ(360deg);
    }

    100% {
        transform: rotate(360deg) rotateZ(360deg);
    }
}

#wpwidget .loading {
    flex: 1 !important;
    align-items: center !important;
    justify-content: center !important;
    display: flex !important;
    flex-direction: column !important;
    background: white !important;
}

#wpwidget .text__danger {
    color: #dc3545 !important;
}

#wpwidget .extension--close-btn {
    background: #00000088 !important;
    border-radius: 8px !important;
    color: #ffffffaa !important;
    -webkit-text-fill-color: #ffffffaa !important;
    right: 10px !important;
    top: -35px !important;
    font-size: 14px !important;
    position: absolute !important;
    padding: 5px 15px !important;
    cursor: pointer !important;
}

    #wpwidget .extension--close-btn:hover {
        background: #000000 !important;
        color: #ffffff !important;
        -webkit-text-fill-color: #ffffff !important;
    }

#wpwidget .extension--handle {
    margin-bottom: 10px !important;
}

    #wpwidget .extension--handle:hover .extension--thumb {
        background: #e0e0e0 !important;
    }

#wpwidget .extension--thumb {
    width: 70px !important;
    cursor: grabbing !important;
    margin: 0 auto !important;
    height: 6px !important;
    background: #eaeaea !important;
    border-radius: 5px !important;
    flex: 1 !important;
    margin-top: 5px !important;
}

#wpwidget .extension {
    border-top-left-radius: 10px !important;
    position: absolute !important;
    border-top-right-radius: 10px !important;
    width: 100% !important;
    bottom: 0 !important;
    /* centering */
    left: 0 !important;
    border-bottom-left-radius: 15px !important;
    border-bottom-right-radius: 15px !important;
    display: flex !important;
    flex-direction: column !important;
    background: white !important;
    z-index: 10 !important;
}

#wpwidget .extension--overlay {
    position: absolute !important;
    height: 100% !important;
    width: 100% !important;
    background: black !important;
    opacity: 0.3 !important;
    top: 0 !important;
    left: 0 !important;
    border-bottom-left-radius: 15px !important;
    border-bottom-right-radius: 15px !important;
    z-index: 9 !important;
}

#wpwidget .order__footer {
    margin-top: 40px !important;
    color: #888 !important;
    -webkit-text-fill-color: #888 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-bottom: 20px !important;
}

#wpwidget .order__footer_delimiter {
    width: 1px !important;
    height: 15px !important;
    border-right: 1px solid #bbb !important;
}

#wpwidget .order__footer_link {
    padding: 0 10px !important;
    font-size: 14px !important;
    cursor: pointer !important;
}

    #wpwidget .order__footer_link:hover {
        text-decoration: none !important;
        color: #555 !important;
        -webkit-text-fill-color: #555 !important;
    }

#wpwidget .desktop.order {
    border-radius: 0 !important;
    width: 780px !important;
    margin: 0 auto !important;
    height: 100% !important;
}

    #wpwidget .desktop.order .order_section__line {
        display: none !important;
    }

    #wpwidget .desktop.order .desktop_order__heading {
        line-height: 20px !important;
    }

    #wpwidget .desktop.order .order_attachment__product_img {
        width: 50px !important;
        height: 50px !important;
    }

    #wpwidget .desktop.order .order_label {
        font-weight: 500 !important;
        margin-top: 30px !important;
        margin-bottom: 10px !important;
        font-size: 16px !important;
    }

        #wpwidget .desktop.order .order_label:first-child {
            margin-top: 0 !important;
        }

    #wpwidget .desktop.order .order_recap {
        margin-top: 0px !important;
        background: #f4f4f4 !important;
        margin-top: 20px !important;
        width: 250px !important;
        box-shadow: 0 0 0 1px hsla(0, 0%, 69%, 0.2), 0 15px 35px 0 rgba(49, 49, 93, 0.08), 0 5px 15px 0 rgba(0, 0, 0, 0.06) !important;
        border-radius: 6px !important;
        background-color: #fff !important;
        padding: 32px 32px 20px !important;
    }

    #wpwidget .desktop.order .order_acc_header {
        display: flex !important;
        align-items: center !important;
        margin-top: 20px !important;
    }

    #wpwidget .desktop.order .order_acc_logo {
        height: 50px !important;
    }

    #wpwidget .desktop.order .order_acc_name {
        font-size: 16px !important;
        margin-left: 10px !important;
        border-left: 1px solid #aaa !important;
        padding-left: 10px !important;
    }

    #wpwidget .desktop.order .order_summary_line {
        align-items: center !important;
        overflow: hidden !important;
        padding: 5px 0 !important;
        display: flex !important;
        justify-content: space-between !important;
    }

#wpwidget .desktop_order__content {
    display: flex !important;
}

#wpwidget .order {
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    background: white !important;
    z-index: 10 !important;
}

    #wpwidget .order .ship_card {
        display: flex !important;
        align-items: center !important;
        overflow: hidden !important;
        width: 190px !important;
        cursor: pointer !important;
        padding: 10px 15px !important;
        box-shadow: none !important;
        border: 2px solid #eee !important;
        color: #777 !important;
        -webkit-text-fill-color: #777 !important;
        margin-top: 5px !important;
        border-radius: 8px !important;
        background: white !important;
        transition: all 150ms ease-out !important;
    }

        #wpwidget .order .ship_card:hover {
            color: #555 !important;
            -webkit-text-fill-color: #555 !important;
            border: 2px solid #aaa !important;
        }

        #wpwidget .order .ship_card.ship_card__active {
            color: #333 !important;
            -webkit-text-fill-color: #333 !important;
            border: 2px solid #777 !important;
            background: #fafafa !important;
        }

    #wpwidget .order .order_ship_icon {
        margin-top: -3px !important;
        width: 15px !important;
        height: 15px !important;
        opacity: 0.6 !important;
    }

    #wpwidget .order .card_section {
        margin-top: 20px !important;
        max-width: 500px !important;
        box-shadow: 0 0 0 1px hsla(0, 0%, 69%, 0.2), 0 15px 35px 0 rgba(49, 49, 93, 0.08), 0 5px 15px 0 rgba(0, 0, 0, 0.06) !important;
        border-radius: 6px !important;
        background-color: #fff !important;
        padding: 32px !important;
    }

    #wpwidget .order input[type='text'].form-control,
    #wpwidget .order input[type='number'].form-control,
    #wpwidget .order input[type='date'].form-control,
    #wpwidget .order textarea.form-control,
    #wpwidget .order select.form-control {
        background: #f4f4f4 !important;
        border: 1px solid transparent !important;
        padding: 7px 10px !important;
    }

        #wpwidget .order input[type='text'].form-control:hover,
        #wpwidget .order input[type='number'].form-control:hover,
        #wpwidget .order input[type='date'].form-control:hover,
        #wpwidget .order textarea.form-control:hover,
        #wpwidget .order select.form-control:hover {
            background: #f0f0f0 !important;
        }

        #wpwidget .order input[type='text'].form-control:focus,
        #wpwidget .order input[type='number'].form-control:focus,
        #wpwidget .order input[type='date'].form-control:focus,
        #wpwidget .order textarea.form-control:focus,
        #wpwidget .order select.form-control:focus,
        #wpwidget .order input[type='text'].form-control:active,
        #wpwidget .order input[type='number'].form-control:active,
        #wpwidget .order input[type='date'].form-control:active,
        #wpwidget .order textarea.form-control:active,
        #wpwidget .order select.form-control:active {
            background: #eee !important;
        }

        #wpwidget .order input[type='text'].form-control.err,
        #wpwidget .order input[type='number'].form-control.err,
        #wpwidget .order input[type='date'].form-control.err,
        #wpwidget .order textarea.form-control.err,
        #wpwidget .order select.form-control.err {
            background: #ffe6e6 !important;
            border: 1px solid #ff8a8a !important;
        }

    #wpwidget .order .form {
        box-shadow: none !important;
        border: none !important;
        padding: 0 !important;
    }

        #wpwidget .order .form .radio {
            height: unset !important;
        }

    #wpwidget .order .order--content {
        display: flex !important;
        flex: 1 !important;
        flex-direction: column !important;
    }

    #wpwidget .order .order--content-content {
        flex: 1 !important;
        overflow: auto !important;
    }

    #wpwidget .order .order--heading {
        margin: 0 !important;
        margin-top: 20px !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
        padding-bottom: 8px !important;
        line-height: 20px !important;
        position: relative !important;
    }

    #wpwidget .order .order--header-desc {
        color: #6c757d !important;
        -webkit-text-fill-color: #6c757d !important;
        font-size: 13px !important;
    }

    #wpwidget .order .order__product_line {
        display: flex !important;
        overflow: hidden !important;
    }

    #wpwidget .order .order--footer {
        text-align: k center !important;
        cursor: pointer !important;
        display: flex !important;
        justify-content: center !important;
        align-items: flex-end !important;
        color: #acacac !important;
        -webkit-text-fill-color: #acacac !important;
    }

        #wpwidget .order .order--footer:hover {
            color: black !important;
            -webkit-text-fill-color: black !important;
        }

    #wpwidget .order .order_section_label {
        color: #444 !important;
        -webkit-text-fill-color: #444 !important;
        margin-bottom: 5px !important;
        text-transform: uppercase !important;
        font-size: 13px !important;
        font-weight: 500 !important;
    }

    #wpwidget .order .order_label {
        color: #444 !important;
        -webkit-text-fill-color: #444 !important;
        margin-bottom: 5px !important;
        text-transform: uppercase !important;
        font-size: 13px !important;
        font-weight: 500 !important;
    }

    #wpwidget .order .order_section {
        padding-left: 20px !important;
        padding-right: 20px !important;
        padding-bottom: 15px !important;
        padding-top: 15px !important;
    }

    #wpwidget .order .order_section__line {
        border-top: 4px solid #eee !important;
        width: 100% !important;
    }

    #wpwidget .order .order_summary_line {
        overflow: hidden !important;
        padding: 3px 0 !important;
        display: flex !important;
        justify-content: space-between !important;
    }

    #wpwidget .order .order_btn {
        width: 100% !important;
    }

    #wpwidget .order .order_tracking_link {
        text-decoration: underline !important;
        cursor: pointer !important;
    }

        #wpwidget .order .order_tracking_link:hover {
            color: #0066b3 !important;
            -webkit-text-fill-color: #0066b3 !important;
        }

    #wpwidget .order .order_tracking_link_icon {
        margin-top: -3px !important;
        width: 15px !important;
        height: 15px !important;
    }

    #wpwidget .order .order_shipping_provider_logo {
        width: 32px !important;
        height: 32px !important;
        margin-right: 10px !important;
    }

    #wpwidget .order .order_btn.order__btn__light {
        background: #f0f0f0 !important;
        color: black !important;
        -webkit-text-fill-color: black !important;
        border-radius: 6px !important;
        text-align: center !important;
        padding: 8px !important;
        cursor: pointer !important;
    }

        #wpwidget .order .order_btn.order__btn__light:hover {
            color: black !important;
            -webkit-text-fill-color: black !important;
            background: #ddd !important;
        }

#wpwidget div.order__card {
    display: flex !important;
    padding: 15px !important;
    box-shadow: none !important;
    border: 2px solid #eee !important;
    margin-top: 10px !important;
    border-radius: 8px !important;
    background: #fafafa !important;
}

    #wpwidget div.order__card.order__card__active {
        border: 2px solid #777 !important;
        background: white !important;
    }

#wpwidget .order_form_label {
    margin-top: 10px !important;
    margin-bottom: 4px !important;
}

#wpwidget .btn-confirm-order {
    width: 100% !important;
    background: #0066b3 !important;
    display: flex !important;
    align-items: center !important;
    border-radius: 5px !important;
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
    padding: 15px 10px !important;
    cursor: pointer !important;
    justify-content: center !important;
    font-weight: 500 !important;
    margin-top: 10px !important;
}

    #wpwidget .btn-confirm-order:hover {
        background: #0053d4 !important;
    }

#wpwidget .order__total {
    font-weight: 500 !important;
    font-size: 20px !important;
    color: #0066b3 !important;
    -webkit-text-fill-color: #0066b3 !important;
}

#wpwidget .btn-cancel-order {
    color: #666 !important;
    -webkit-text-fill-color: #666 !important;
    text-decoration: underline !important;
    display: inline-block !important;
    margin-top: 10px !important;
    cursor: pointer !important;
}

    #wpwidget .btn-cancel-order:hover {
        color: #333 !important;
        -webkit-text-fill-color: #333 !important;
    }

#wpwidget .order_status {
    text-transform: uppercase !important;
    background: black !important;
    color: white !important;
    -webkit-text-fill-color: white !important;
    display: inline-block !important;
    border-radius: 4px !important;
    padding: 6px 6px 4px 6px !important;
    line-height: 1 !important;
    font-weight: 500 !important;
    font-size: 12px !important;
}

    #wpwidget .order_status.order_status__canceled {
        background: whitesmoke !important;
        color: #000 !important;
        -webkit-text-fill-color: #000 !important;
    }

    #wpwidget .order_status.order_status__cancel {
        background: whitesmoke !important;
        color: #000 !important;
        -webkit-text-fill-color: #000 !important;
    }

    #wpwidget .order_status.order_status__confirmed {
        background: #0066b3 !important;
        color: white !important;
        -webkit-text-fill-color: white !important;
    }

    #wpwidget .order_status.order_status__shipping {
        background: #000 !important;
        color: white !important;
        -webkit-text-fill-color: white !important;
    }

    #wpwidget .order_status.order_status__fullfilled {
        background: #28a745 !important;
        color: white !important;
        -webkit-text-fill-color: white !important;
    }

    #wpwidget .order_status.order_status__hold {
        background: #dc3545 !important;
        color: white !important;
        -webkit-text-fill-color: white !important;
    }

    #wpwidget .order_status.order_status__draft {
        background: #ffc107 !important;
        color: white !important;
        -webkit-text-fill-color: white !important;
    }

    #wpwidget .order_status.order_status__open {
        background: #ffc107 !important;
        color: white !important;
        -webkit-text-fill-color: white !important;
    }

#wpwidget .order_error {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    height: 100% !important;
    width: 100% !important;
}

#wpwidget .dropdown_select {
    position: absolute !important;
    background: white !important;
    -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1) !important;
    border-radius: 5px !important;
    width: 150px !important;
    z-index: 20 !important;
    overflow: hidden !important;
}

#wpwidget .dropdown_select__overlay {
    top: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
    background: #000000aa !important;
    z-index: 19 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
}

#wpwidget .dropdown_select__item {
    padding: 7px 10px !important;
    cursor: pointer !important;
}

    #wpwidget .dropdown_select__item:hover {
        background: #0066b3 !important;
        color: #fff !important;
        -webkit-text-fill-color: #fff !important;
    }

#wpwidget .dropdown_select_filter {
    padding: 8px 10px !important;
    border-bottom: 1px solid #eee !important;
    position: relative !important;
}

    #wpwidget .dropdown_select_filter:hover .dropdown_select_filter__icon {
        opacity: 1 !important;
    }

#wpwidget .dropdown_select_filter_input {
    border-radius: 5px !important;
    width: 100% !important;
    display: block !important;
    background: #f4f4f4 !important;
    border: none !important;
    padding: 7px 10px !important;
    padding-left: 35px !important;
}

    #wpwidget .dropdown_select_filter_input:hover {
        background: #f0f0f0 !important;
    }

    #wpwidget .dropdown_select_filter_input:focus,
    #wpwidget .dropdown_select_filter_input:active {
        background: #eee !important;
    }

#wpwidget .dropdown_select_input {
    border-radius: 5px !important;
    overflow: hidden !important;
    cursor: pointer !important;
    flex-wrap: nowrap !important;
    display: flex !important;
    background: #f4f4f4 !important;
    border: 1px solid trasparent !important;
    padding: 7px 10px !important;
    height: 32px !important;
    min-width: 120px !important;
    width: 100% !important;
}

    #wpwidget .dropdown_select_input:hover {
        background: #f0f0f0 !important;
    }

    #wpwidget .dropdown_select_input:focus,
    #wpwidget .dropdown_select_input:active {
        background: #eee !important;
    }

    #wpwidget .dropdown_select_input.err {
        background: #ffe6e6 !important;
        border: 1px solid #ff8a8a !important;
    }

#wpwidget .dropdown_select__items {
    max-height: 300px !important;
    min-height: 100px !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
}

#wpwidget .dropdown_select_filter__icon {
    width: 22px !important;
    height: 15px !important;
    position: absolute !important;
    z-index: 2 !important;
    top: 15px !important;
    left: 18px !important;
    border-right: 1px solid #aaa !important;
    padding-right: 7px !important;
    opacity: 0.5 !important;
}

#wpwidget .dropdown_select_filter__empty {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-direction: column !important;
}

#wpwidget .dropdown_select_filter__empty_img {
    height: 50px !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

#wpwidget .dropdown_select__caret {
    width: 14px !important;
    margin-top: 3px !important;
    opacity: 0.6 !important;
    height: 15px !important;
}

div#wpwidget {
    all: initial;
}

body div#wpwidget {
    all: initial !important;
}


.tourgiochot .slick-slide {
    margin: 0 5px;
}

/* the parent */
.tourgiochot .slick-list {
    margin: 0 -5px;
}

.tourtrongnuoc .slick-slide {
    margin: 0 5px;
}

/* the parent */
.tourtrongnuoc .slick-list {
    margin: 0 -5px;
}

.news {
    margin-bottom: 20px
}

    .news .img {
        padding-top: 66.666666%;
        position: relative;
        overflow: hidden;
        margin-bottom: 10px
    }

        .news .img img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            -webkit-transition: all .3s linear;
            -o-transition: all .3s linear;
            transition: all .3s linear
        }

        .news .img:hover img {
            -webkit-transform: scale(1.05);
            -ms-transform: scale(1.05);
            -o-transform: scale(1.05);
            transform: scale(1.05)
        }

    .news .tend {
        margin-bottom: 10px
    }

        .news .tend a {
            display: block;
            font-size: 18px;
            line-height: 26px;
            font-weight: 700;
            height: 52px;
            overflow: hidden
        }

    .news .tools {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        margin-bottom: 10px
    }

        .news .tools .be {
            font-size: 12px;
            line-height: 20px;
            color: #999;
            margin-right: 15px
        }

            .news .tools .be span {
                padding-left: 20px;
                position: relative
            }

                .news .tools .be span:before {
                    font-family: fontAwesome;
                    position: absolute;
                    left: 0;
                    top: 50%;
                    -webkit-transform: translateY(-50%);
                    -ms-transform: translateY(-50%);
                    -o-transform: translateY(-50%);
                    transform: translateY(-50%)
                }

    .news .des {
        height: 66px;
        overflow: hidden
    }

        .news .des p {
            padding: 0 !important;
            font-size: 14px !important;
            line-height: 22px !important;
            font-weight: 400 !important;
            text-transform: none !important
        }

.the-comment {
    margin-bottom: 40px
}

.the-content {
    margin-bottom: 40px
}

#slideOther .slick-list {
    margin: 0 -10px
}

#slideOther .item {
    padding: 0 10px
}

#slideOther .slick-arrow {
    position: absolute;
    text-indent: -9999px;
    z-index: 100;
    border: none;
    width: 32px;
    height: 31px;
    top: 25%;
    background: url(../images/controls.png)
}

#slideOther .slick-prev {
    left: 0;
    background-position: 0 0
}

    #slideOther .slick-prev:hover {
        background-position: 0 31px
    }

#slideOther .slick-next {
    right: 0;
    background-position: -43px 0
}

    #slideOther .slick-next:hover {
        background-position: -43px 31px
    }

#search-vmb {
    position: absolute;
    top: 181px
}

.contact-ticket-plane img {
    vertical-align: middle;
    margin-right: 5px
}

.contact-ticket-plane a {
    font-size: 16px;
    display: block;
    float: left;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 30px;
    font-weight: 700;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px
}

.link-contact-ticket {
    padding-left: 15px;
    padding-right: 15px;
    background: #ed0080;
    background: linear-gradient(180deg,#ed0080 0,#be3b98 100%);
    color: #fff !important;
    border: none;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    text-transform: uppercase;
    font-weight: 700
}

    .link-contact-ticket:hover {
        color: #fff;
        background: #666
    }

.cat-details {
    width: 100%;
    padding-bottom: 10px
}

    .cat-details .img {
        float: left;
        width: 350px;
        padding-right: 20px;
        padding-bottom: 10px
    }

        .cat-details .img img {
            width: 350px;
            height: auto
        }

    .cat-details .des {
        font-size: 16px !important;
        font-family: Arial,Helvetica,sans-serif !important
    }

@media all and (max-width:1270px) {
    #search-vmb {
        top: 130px
    }

    .slick-slider {
        margin-bottom: 0
    }
}

@media all and (max-width:1100px) {
    #search-vmb {
        top: 123px
    }

    .slick-slider {
        margin-bottom: 20px
    }
}

@media all and (max-width:991px) {
    #search-vmb {
        position: relative;
        margin-top: 0 !important;
        top: 4%
    }

    .slick-slider {
        margin-bottom: 0
    }

    #ifrSearchForm {
        width: 100% !important
    }
}

@media only screen and (max-width:460px) {
    .slick-slider {
        margin-bottom: 0
    }

    .contact-ticket-plane a {
        margin-right: 10px;
        font-size: 14px
    }

    .cat-details .img {
        float: none;
        width: 100%;
        text-align: center;
        padding-right: 0
    }
}

@media all and (max-width:420px) {
    .vnt-news .row .col-xs-6 {
        width: 100%
    }

    .slick-slider {
        margin-bottom: 0
    }
}

.boxDesign > .content {
    padding: 20px;
    border: solid 1px #e6e6e6;
    padding-bottom: 0
}

#ce_map_container {
    border: 2px solid #ccc;
    background-color: #ccc;
    font-size: 12px
}

#ce_map_canvas {
    width: 100%;
    height: 300px
}

#ce-directionsPanel {
    background-color: #fff
}

#ce-map-cpanel-switch {
    padding: 8px;
    font-size: 120%;
    height: 40px;
    margin-top: 2px;
    background: #444 url(../images/map-icon.png) no-repeat 20px center
}

    #ce-map-cpanel-switch a.ce-route, #ce-map-cpanel-switch a.ce-route:visited {
        color: #fff;
        display: block;
        float: left;
        margin: 10px 0 0 65px
    }

.ce-map-cpanel fieldset {
    border-color: #ccc;
    border-style: solid none none;
    border-width: 1px 0 0;
    clear: both;
    margin: 3px
}

    .ce-map-cpanel fieldset legend {
        font-size: 150%
    }

.ce-map-cpanel div {
    clear: left;
    display: block;
    width: 100%
}

    .ce-map-cpanel div.submit div, .ce-map-cpanel div.submit div button {
        display: inline
    }

#ce-map-coordinates {
    background-color: #f2efe9;
    height: 15px;
    margin-top: 2px;
    padding: 5px 0
}

    #ce-map-coordinates div {
        float: left;
        width: 49%;
        text-align: center
    }

.ce-map-coord-label {
    font-weight: bolder
}

.hotline-contact {
    margin-bottom: 25px
}

    .hotline-contact .title {
        font-size: 20px;
        line-height: 30px;
        font-weight: 700;
        margin-bottom: 10px
    }

    .hotline-contact .content p {
        padding: 0
    }

    .hotline-contact .content .t {
        width: 143px;
        display: inline-block
    }

    .hotline-contact .content .line {
        font-size: 16px;
        line-height: 24px;
        font-weight: 700;
        color: #055699
    }

.info-contact-wrap {
    background-size: 60%;
    min-height: 600px
}

    .info-contact-wrap .info-contact:last-child {
        padding-bottom: 0;
        margin-bottom: 0;
        border-bottom: none
    }

.info-contact {
    position: relative;
    border-bottom: solid 1px rgba(0,0,0,.13);
    padding-bottom: 15px;
    margin-bottom: 20px
}

    .info-contact .name {
        font-size: 16px;
        line-height: 24px;
        font-weight: 700;
        text-transform: uppercase;
        margin-bottom: 5px;
        color: #ed0080
    }

    .info-contact .img {
        width: 100px;
        float: left;
        margin-right: 15px
    }

    .info-contact .over {
        overflow: hidden
    }

    .info-contact ul {
        margin-bottom: 5px;
        overflow: hidden
    }

        .info-contact ul li {
            padding-left: 25px;
            position: relative;
            margin-bottom: 2px
        }

            .info-contact ul li a {
                color: inherit
            }

                .info-contact ul li a:hover {
                    color: #f36f21
                }

            .info-contact ul li:before {
                font-family: FontAwesome;
                position: absolute;
                left: 0;
                top: 0;
                color: #999
            }

            .info-contact ul li span {
                display: inline-block;
                font-weight: 700
            }

            .info-contact ul li a.map {
                font-weight: 700;
                color: inherit
            }

                .info-contact ul li a.map span {
                    padding-left: 15px;
                    position: relative;
                    top: initial;
                    left: initial;
                    color: inherit
                }

                    .info-contact ul li a.map span:before {
                        content: "\f041";
                        font-family: FontAwesome;
                        position: absolute;
                        left: 0;
                        top: 50%;
                        -webkit-transform: translateY(-50%);
                        -ms-transform: translateY(-50%);
                        -o-transform: translateY(-50%);
                        transform: translateY(-50%);
                        color: #eb1b24
                    }

                .info-contact ul li a.map:hover {
                    color: #d00
                }

.info-contact-v2 {
    margin-bottom: 30px
}

    .info-contact-v2 .info {
        padding: 15px;
        padding-right: 150px;
        border: solid 1px #ccc;
        position: relative
    }

        .info-contact-v2 .info .name {
            font-size: 18px;
            line-height: 26px;
            text-transform: uppercase;
            font-weight: 700;
            margin-bottom: 10px
        }

        .info-contact-v2 .info ul {
            margin-bottom: 5px
        }

            .info-contact-v2 .info ul li {
                padding-left: 35px;
                position: relative;
                margin-bottom: 5px
            }

                .info-contact-v2 .info ul li:before {
                    font-family: FontAwesome;
                    position: absolute;
                    left: 0;
                    top: 0;
                    color: #666
                }

                .info-contact-v2 .info ul li:after {
                    content: ":";
                    position: absolute;
                    left: 23px;
                    top: 0
                }

        .info-contact-v2 .info .img {
            position: absolute;
            top: 15px;
            right: 15px;
            max-width: 130px
        }

    .info-contact-v2 .view-map-contact a {
        display: block;
        font-size: 15px;
        line-height: 18px;
        color: #fff;
        background: #333;
        text-transform: uppercase;
        padding: 16px 15px
    }

        .info-contact-v2 .view-map-contact a span {
            padding-left: 20px;
            position: relative
        }

            .info-contact-v2 .view-map-contact a span:before {
                content: "\f041";
                font-family: FontAwesome;
                position: absolute;
                left: 0;
                top: 50%;
                -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                -o-transform: translateY(-50%);
                transform: translateY(-50%)
            }

        .info-contact-v2 .view-map-contact a:hover {
            background: #ccc;
            color: #333
        }

.form-contact {
    padding: 25px 30px;
    background-image: url(../images/contact/bg.jpg);
    background-color: #f5f5f5;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 30px
}

    .form-contact .grid {
        margin: 0 -5px
    }

        .form-contact .grid:after {
            content: "";
            display: block;
            clear: both
        }

        .form-contact .grid .col {
            width: 50%;
            float: left;
            padding: 0 5px
        }

    .form-contact .textContact p {
        padding: 0
    }

    .form-contact label {
        font-weight: 400;
        width: 120px;
        float: left
    }

    .form-contact .colRight {
        width: -webkit-calc(100% - 120px);
        width: -moz-calc(100% - 120px);
        width: -ms-calc(100% - 120px);
        width: -o-calc(100% - 120px);
        width: calc(100% - 120px);
        overflow: hidden
    }

    .form-contact input, .form-contact select, .form-contact textarea {
        width: 100%;
        border: solid 1px #ddd;
        background: #fff;
        height: 40px;
        padding-left: 30px
    }

    .form-contact textarea {
        height: 122px;
        resize: none;
        padding-top: 7px
    }

    .form-contact .faForm {
        position: relative
    }

        .form-contact .faForm:before {
            font-family: FontAwesome;
            position: absolute;
            left: 10px;
            top: 20px;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
            color: #999
        }

        .form-contact .faForm:after {
            font-family: FontAwesome;
            position: absolute;
            right: 10px;
            top: 20px;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
            color: #999
        }

.fa-hand-o-right:after {
    content: "\f078"
}

.form-contact button {
    width: 100%;
    font-size: 15px;
    line-height: 24px;
    background: #007ac3;
    border: none;
    color: #fff;
    text-transform: uppercase;
    padding: 8px 15px;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

    .form-contact button:hover {
        background: #818285
    }

.gridButton {
    margin: 0 -10px
}

    .gridButton:after {
        content: "";
        display: block;
        clear: both
    }

    .gridButton .col {
        width: 50%;
        float: left;
        padding: 0 10px
    }

.form-contact a.link-contact {
    display: block;
    padding: 10px;
    margin: 0 auto;
    background: #ed0080;
    color: #fff;
    font-weight: 700;
    border: none;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

    .form-contact a.link-contact:hover {
        background: #333
    }

.form-contact.v2 {
    background-image: none;
    background: #f3f3f3
}

    .form-contact.v2 label {
        width: 100%
    }

    .form-contact.v2 .colRight {
        width: 100%;
        overflow: hidden
    }

.map-contact {
    position: relative;
    margin-bottom: 35px
}

    .map-contact .list-tab > li {
        float: left
    }

        .map-contact .list-tab > li > a {
            margin-right: 10px;
            text-transform: uppercase;
            border: solid 1px #e2e2e2;
            border-radius: 0;
            padding: 10px 35px;
            font-size: 14px;
            line-height: 22px;
            color: #333;
            font-weight: 700;
            display: block
        }

        .map-contact .list-tab > li.active > a, .map-contact .list-tab > li.active > a:focus, .map-contact .list-tab > li.active > a:hover {
            background: #333;
            border-color: #333;
            color: #fff
        }

    .map-contact .mc-tab {
        color: #fff;
        text-transform: uppercase;
        padding: 8px 20px;
        position: relative;
        cursor: pointer;
        margin-bottom: 10px;
        background: #333;
        font-weight: 700
    }

        .map-contact .mc-tab:before {
            content: "\f107";
            font-family: FontAwesome;
            right: 20px;
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%)
        }

.designPopupContact .fancybox-slide--iframe {
    padding: 0;
    background: #fff
}

    .designPopupContact .fancybox-slide--iframe .fancybox-content {
        margin-bottom: 0;
        height: 100%
    }

.designPopupContact .fancybox-close-small {
    color: #eb1b24;
    top: 0;
    right: 0
}

#vnt-popup-map {
    padding: 35px;
    height: 100vh
}

    #vnt-popup-map iframe {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%
    }

@media all and (max-width:991px) {
    .info-contact .view-map-contact {
        position: relative;
        top: initial;
        left: initial;
        right: initial;
        bottom: initial;
        -webkit-transform: initial;
        -ms-transform: initial;
        -o-transform: initial;
        transform: initial
    }

    .info-contact ul {
        margin-bottom: 5px
    }

    .info-contact-v2 .info {
        padding-right: 15px
    }

    .form-contact {
        padding: 25px 10px;
        background: #f5f5f5;
        margin-bottom: 25px
    }

        .form-contact form {
            width: 100%
        }

        .form-contact .colRight {
            float: none;
            width: 100%
        }

    .liter {
        display: block
    }

    .col-right {
        text-align: left
    }

    .map-contact .list-tab {
        display: none
    }

        .map-contact .list-tab > li {
            float: none;
            margin-bottom: 0
        }

            .map-contact .list-tab > li > a {
                font-size: 14px;
                line-height: 22px;
                text-transform: Capitalize;
                padding: 10px;
                margin: 0;
                font-weight: 400
            }

            .map-contact .list-tab > li.active > a, .map-contact .list-tab > li.active > a:focus, .map-contact .list-tab > li.active > a:hover {
                background: inherit;
                border-color: #e5e5e5;
                color: #333
            }

    .map-contact .list-tab {
        display: none;
        position: absolute;
        top: 40px;
        left: 0;
        right: 0;
        background: #fff
    }

    .map-contact.active .list-tab {
        display: block
    }

    .info-contact {
        padding-right: 0
    }

    .info-contact-wrap {
        min-height: initial;
        margin-bottom: 40px
    }
}

@media all and (max-width:480px) {
    .form-contact.v2 .flexDesign .flexLeft {
        width: 100%;
        margin-bottom: 15px
    }

    .form-contact.v2 .flexDesign {
        display: block
    }

    .form-contact.v2 .gridButton {
        display: block;
        margin: 0 -10px
    }

        .form-contact.v2 .gridButton .col {
            width: 50%;
            float: left;
            padding: 0 10px
        }

    .form-contact.v2 button {
        margin: 0;
        width: 100%
    }

    .hotline-contact .content .t {
        display: block
    }

    .form-contact .grid .col {
        width: 100%;
        margin-bottom: 10px
    }
}

.ambum_content {
    text-align: center;
    margin-top: 0px;
    font-size: 18px;
}

.album_title {
    text-align: center;
    font-size: 30px;
    margin-top: 70px;
    display: block;
}

.sp1 {
    color: #999;
    text-transform: capitalize;
}

.sp2 {
    color: #007ac3;
}

.albumbox {
    margin-top: 10px;
    margin-bottom: 50px;
}

    .albumbox img {
        height: 200px;
        width: 100%;
        object-fit: cover;
        margin: 10px 0px;
    }

.spectitle {
    text-align: center;
    width: auto;
    display: block;
    position: relative;
    display: inline-block;
    margin-bottom: 25px;
    margin: 0px auto;
    margin-bottom: 30px;
}

    .spectitle a {
        margin: 0px auto;
        font-size: 23px;
        font-weight: bold;
        color: #007ac3;
    }

.inputearchbox {
    width: 50%;
    position: absolute;
    bottom: -16px;
    left: 50%;
    transform: translate(-50%, 0px);
}

    .inputearchbox input {
        width: 100%;
        box-shadow: 2px 8px 10px rgb(0 0 0 / 40%);
        border: none;
        height: 40px;
        padding: 0px 20px;
    }

section.slideshow {
    position: relative;
}

.spectitle a:hover {
    color: #FEC63E !important;
}

.newbox {
    padding: 0px 26px;
}

.newleft {
    float: left;
    width: 80%;
    background-color: #F9F9F9;
    position: relative;
    height: 580px;
}

.newlefttitle a {
    color: #666;
}

.newlefttitle h3 {
    font-size: 18px;
    text-transform: capitalize;
    line-height: 24px;
}

.newleftcontent {
    color: #565050;
    font-size: 16px;
}

.newright {
    width: 20%;
    float: left;
}

.newback {
    z-index: -1;
    width: 32%;
    top: -4px;
    left: 0px;
    height: 100%;
    position: absolute;
    background-color: #eee;
}

.newleftbox {
    max-width: 300px;
    text-align: center;
    position: relative;
    top: 21%;
    left: 37px;
}

.newimg {
    position: relative;
    left: 43%;
    top: -148px;
}

    .newimg img {
        height: 500px;
    }

@media (max-width:640px) {
    .newleft {
        float: left;
        width: 100%;
        background-color: #eee;
        position: relative;
        height: 580px;
    }

    .newimg {
        position: relative;
        left: 0px;
        top: 18%;
        width: 80%;
        margin: 0px auto;
    }

        .newimg img {
            height: auto;
            width: 100%;
        }
}

.newreadmore {
}

    .newreadmore a {
    }

.menuchild {
    background-color: white;
    position: absolute;
    top: 100%;
    left: 0px;
    width: 512px;
    padding: 20px 20px;
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    transition: all 2s ease 0s;
    display: none;
    border-bottom: 5px solid #007AC3;
}

.menuTop ul li:hover .menuchild {
    display: block;
}

.menuchild1 > a {
    margin-bottom: 15px;
    display: inline-block;
}

.parentA {
    position: relative;
}

    .parentA:after {
        position: absolute;
        content: '';
        width: 30%;
        height: 3px;
        background: #007AC3;
        left: 0px;
        bottom: -3px;
    }

.mntop3 {
    margin: 14px 0px;
}
