.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:before,
.ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse
}

.ui-helper-clearfix:after {
    clear: both
}

.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;
    pointer-events: none
}

.ui-icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: -.25em;
    position: relative;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat
}

.ui-widget-icon-block {
    left: 50%;
    margin-left: -8px;
    display: block
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin: 2px 0 0 0;
    padding: .5em .5em .5em .7em;
    font-size: 100%
}

.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-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: 0
}

.ui-menu .ui-menu {
    position: absolute
}

.ui-menu .ui-menu-item {
    margin: 0;
    cursor: pointer;
    list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7")
}

.ui-menu .ui-menu-item-wrapper {
    position: relative;
    padding: 3px 1em 3px .4em
}

.ui-menu .ui-menu-divider {
    margin: 5px 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 1px 0 0 0
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
    margin: -1px
}

.ui-menu-icons {
    position: relative
}

.ui-menu-icons .ui-menu-item-wrapper {
    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-button {
    padding: .4em 1em;
    display: inline-block;
    position: relative;
    line-height: normal;
    margin-right: .1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: visible
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
    text-decoration: none
}

.ui-button-icon-only {
    width: 2em;
    box-sizing: border-box;
    text-indent: -9999px;
    white-space: nowrap
}

input.ui-button.ui-button-icon-only {
    text-indent: 0
}

.ui-button-icon-only .ui-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -8px
}

.ui-button.ui-icon-notext .ui-icon {
    padding: 0;
    width: 2.1em;
    height: 2.1em;
    text-indent: -9999px;
    white-space: nowrap
}

input.ui-button.ui-icon-notext .ui-icon {
    width: auto;
    height: auto;
    text-indent: 0;
    white-space: normal;
    padding: .4em 1em
}

input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0
}

.ui-controlgroup {
    vertical-align: middle;
    display: inline-block
}

.ui-controlgroup>.ui-controlgroup-item {
    float: left;
    margin-left: 0;
    margin-right: 0
}

.ui-controlgroup>.ui-controlgroup-item:focus,
.ui-controlgroup>.ui-controlgroup-item.ui-visual-focus {
    z-index: 9999
}

.ui-controlgroup-vertical>.ui-controlgroup-item {
    display: block;
    float: none;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    text-align: left
}

.ui-controlgroup-vertical .ui-controlgroup-item {
    box-sizing: border-box
}

.ui-controlgroup .ui-controlgroup-label {
    padding: .4em 1em
}

.ui-controlgroup .ui-controlgroup-label span {
    font-size: 80%
}

.ui-controlgroup-horizontal .ui-controlgroup-label+.ui-controlgroup-item {
    border-left: none
}

.ui-controlgroup-vertical .ui-controlgroup-label+.ui-controlgroup-item {
    border-top: none
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
    border-right: none
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
    border-bottom: none
}

.ui-controlgroup-vertical .ui-spinner-input {
    width: 75%;
    width: calc(100% - 2.4em)
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
    border-top-style: solid
}

.ui-checkboxradio-label .ui-icon-background {
    box-shadow: inset 1px 1px 1px #ccc;
    border-radius: .12em;
    border: none
}

.ui-checkboxradio-radio-label .ui-icon-background {
    width: 16px;
    height: 16px;
    border-radius: 1em;
    overflow: visible;
    border: none
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
    background-image: none;
    width: 8px;
    height: 8px;
    border-width: 4px;
    border-style: solid
}

.ui-checkboxradio-disabled {
    pointer-events: none
}

.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-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-prev span,
.ui-datepicker .ui-datepicker-next 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: bold;
    border: 0
}

.ui-datepicker td {
    border: 0;
    padding: 1px
}

.ui-datepicker td span,
.ui-datepicker td a {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none
}

.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 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 .6em;
    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-datepicker .ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
    left: .5em;
    top: .3em
}

.ui-dialog {
    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 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 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-n {
    height: 2px;
    top: 0
}

.ui-dialog .ui-resizable-e {
    width: 2px;
    right: 0
}

.ui-dialog .ui-resizable-s {
    height: 2px;
    bottom: 0
}

.ui-dialog .ui-resizable-w {
    width: 2px;
    left: 0
}

.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
    width: 7px;
    height: 7px
}

.ui-dialog .ui-resizable-se {
    right: 0;
    bottom: 0
}

.ui-dialog .ui-resizable-sw {
    left: 0;
    bottom: 0
}

.ui-dialog .ui-resizable-ne {
    right: 0;
    top: 0
}

.ui-dialog .ui-resizable-nw {
    left: 0;
    top: 0
}

.ui-draggable .ui-dialog-titlebar {
    cursor: move
}

.ui-draggable-handle {
    -ms-touch-action: none;
    touch-action: none
}

.ui-resizable {
    position: relative
}

.ui-resizable-handle {
    position: absolute;
    font-size: 0.1px;
    display: block;
    -ms-touch-action: none;
    touch-action: none
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .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-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: 0.25
}

.ui-progressbar-indeterminate .ui-progressbar-value {
    background-image: none
}

.ui-selectable {
    -ms-touch-action: none;
    touch-action: none
}

.ui-selectable-helper {
    position: absolute;
    z-index: 100;
    border: 1px dotted black
}

.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: bold;
    line-height: 1.5;
    padding: 2px 0.4em;
    margin: 0.5em 0 0 0;
    height: auto;
    border: 0
}

.ui-selectmenu-open {
    display: block
}

.ui-selectmenu-text {
    display: block;
    margin-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis
}

.ui-selectmenu-button.ui-button {
    text-align: left;
    white-space: nowrap;
    width: 14em
}

.ui-selectmenu-icon.ui-icon {
    float: right;
    margin-top: 0
}

.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-sortable-handle {
    -ms-touch-action: none;
    touch-action: none
}

.ui-spinner {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 0;
    vertical-align: middle
}

.ui-spinner-input {
    border: none;
    background: none;
    color: inherit;
    padding: .222em 0;
    margin: .2em 0;
    vertical-align: middle;
    margin-left: .4em;
    margin-right: 2em
}

.ui-spinner-button {
    width: 1.6em;
    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-style: none;
    border-bottom-style: none;
    border-right-style: none
}

.ui-spinner-up {
    top: 0
}

.ui-spinner-down {
    bottom: 0
}

.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-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .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
}

body .ui-tooltip {
    border-width: 2px
}

.ui-widget {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em
}

.ui-widget .ui-widget {
    font-size: 1em
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em
}

.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5
}

.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: bold
}

.ui-widget-header a {
    color: #333
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    font-weight: normal;
    color: #454545
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
    color: #454545;
    text-decoration: none
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
    border: 1px solid #ccc;
    background: #ededed;
    font-weight: normal;
    color: #2b2b2b
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
    color: #2b2b2b;
    text-decoration: none
}

.ui-visual-focus {
    box-shadow: 0 0 3px 1px rgb(94, 158, 214)
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: 1px solid #003eff;
    background: #007fff;
    font-weight: normal;
    color: #fff
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
    border: #003eff;
    background-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-checked {
    border: 1px solid #dad55e;
    background: #fffa90
}

.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 a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
    color: #5f3f3f
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
    color: #5f3f3f
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
    font-weight: bold
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: Alpha(Opacity=70);
    font-weight: normal
}

.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 {
    background-image: url("../images/ui-icons_444444_256x240.png")
}

.ui-widget-header .ui-icon {
    background-image: url("../images/ui-icons_444444_256x240.png")
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
    background-image: url("../images/ui-icons_555555_256x240.png")
}

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
    background-image: url("../images/ui-icons_ffffff_256x240.html")
}

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
    background-image: url("../images/ui-icons_777620_256x240.html")
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
    background-image: url("../images/ui-icons_cc0000_256x240.html")
}

.ui-button .ui-icon {
    background-image: url("../images/ui-icons_777777_256x240.html")
}

.ui-icon-blank {
    background-position: 16px 16px
}

.ui-icon-caret-1-n {
    background-position: 0 0
}

.ui-icon-caret-1-ne {
    background-position: -16px 0
}

.ui-icon-caret-1-e {
    background-position: -32px 0
}

.ui-icon-caret-1-se {
    background-position: -48px 0
}

.ui-icon-caret-1-s {
    background-position: -65px 0
}

.ui-icon-caret-1-sw {
    background-position: -80px 0
}

.ui-icon-caret-1-w {
    background-position: -96px 0
}

.ui-icon-caret-1-nw {
    background-position: -112px 0
}

.ui-icon-caret-2-n-s {
    background-position: -128px 0
}

.ui-icon-caret-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: -65px -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: -65px -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: 1px -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-start {
    background-position: -80px -160px
}

.ui-icon-seek-first {
    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-top,
.ui-corner-left,
.ui-corner-tl {
    border-top-left-radius: 3px
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
    border-top-right-radius: 3px
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
    border-bottom-left-radius: 3px
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    border-bottom-right-radius: 3px
}

.ui-widget-overlay {
    background: #aaa;
    opacity: .003;
    filter: Alpha(Opacity=.3)
}

.ui-widget-shadow {
    -webkit-box-shadow: 0 0 5px #666;
    box-shadow: 0 0 5px #666
}

.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 .select2-selection--single .select2-selection__clear {
    position: relative
}

.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;
    padding: 0
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-dropdown {
    background-color: white;
    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 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !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: bold
}

.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 transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    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 transparent;
    border-width: 0 4px 5px 4px
}

.select2-container--default .select2-selection--multiple {
    background-color: white;
    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__rendered li {
    list-style: none
}

.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: bold;
    margin-top: 5px;
    margin-right: 10px
}

.select2-container--default .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--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    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,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
    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: solid black 1px;
    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--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    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;
    box-shadow: none;
    -webkit-appearance: textfield
}

.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: white
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', 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: bold;
    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: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    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 transparent;
    border-width: 0 4px 5px 4px
}

.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: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
    background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
    background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', 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: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)
}

.select2-container--classic .select2-selection--multiple {
    background-color: white;
    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: bold;
    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
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    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;
    box-shadow: none
}

.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
}

/*reset*/
@font-face {
    font-family: 'SVN-Bariol';

    src:
        /*url('../fonts/SVN-Bariol Bold Italic.otf') format('otf'),
    url('../fonts/SVN-Bariol Bold.otf') format('otf'),
    url('../fonts/SVN-Bariol Italic.otf') format('otf'),
    url('../fonts/SVN-Bariol Light Italic.otf') format('otf'),
    url('../fonts/SVN-Bariol Light.otf') format('otf'),
    url('../fonts/SVN-Bariol Regular.otf') format('otf'),
    url('../fonts/SVN-Bariol Thin Italic.otf') format('otf'),
    url('../fonts/SVN-Bariol Thin.otf') format('otf'),

    url('../fonts/SVN-Bariol Bold Italic.ttf') format('truetype'),
    url('../fonts/SVN-Bariol Bold.ttf') format('truetype'),
    url('../fonts/SVN-Bariol Italic.ttf') format('truetype'),
    url('../fonts/SVN-Bariol Light Italic.ttf') format('truetype'),
    url('../fonts/SVN-Bariol Light.ttf') format('truetype'),
    url('../fonts/SVN-Bariol Regular.ttf') format('truetype'),
    url('../fonts/SVN-Bariol Thin Italic.ttf') format('truetype'),
    url('../fonts/SVN-Bariol Thin.ttf') format('truetype'),*/

        url('../fonts/SVN-Bariol%20Regular.otf') format('truetype');
    /* url('../fonts/SVN-Bariol.ttf') format('truetype'); */

    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'SVN-Friends';
    src:
        /* url('../../../../public/fonts/SVN-Friends Forever.otf') format('truetype'); */
        url('../fonts/SVN-Friends%20Forever.otf') format('truetype');

    font-weight: normal;
    font-style: normal;
}

html {
    font-family: 'SVN-Bariol', sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

html,
body {
    height: 100%;
}

body {
    background: #fff;
    margin: 0;
    font-family: 'SVN-Bariol', Arial, sans-serif;
    font-size: 13px;
    line-height: 16px;
    color: #414142;
    /*#555;*/
    position: relative;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
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: transparent;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    /*font-weight: normal;*/
    font-family: 'SVN-Bariol', "Open Sans Bold", sans-serif;
}

dfn {
    font-style: italic;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: 'SVN-Bariol', monospace, monospace;
    font-size: 1em;
}

img {
    width: 100%;
    object-fit: cover;
    /* Responsive images (ensure images don't scale beyond their parents) */
    max-width: 100%;
    /* Part 1: Set a maxium relative to the parent */
    /*width: auto\9; */
    /* IE7-8 need help adjusting responsive images */
    height: auto;
    /* Part 2: Scale the height according to the width, otherwise you get stretching */
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

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 {
    border: 0;
    padding: 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;
    opacity: 1;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

button,
input,
select,
textarea {
    margin: 0;
    vertical-align: middle;
    font-family: inherit;
    outline: none;
    font-size: inherit;
    line-height: inherit;
}

button,
input {
    *overflow: visible;
    line-height: normal;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
    cursor: pointer;
}

input[type="search"] {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

::-webkit-input-placeholder {
    color: #BABABA;
}

:-moz-placeholder {
    color: #BABABA;
}

/* Firefox 18- */
::-moz-placeholder {
    color: #BABABA;
}

/* Firefox 19+ */
:-ms-input-placeholder {
    color: #BABABA;
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: none;
}

.rs {
    margin: 0;
    padding: 0;

}

ul.rs,
ol.rs {
    list-style: none;

}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    color: #333;
    line-height: 1.2em;
}

h1 {
    font-size: 3.0769em
}

h2 {
    font-size: 2.3077em
}

h3 {
    font-size: 1.8462em
}

h4 {
    font-size: 1.3846em
}

h5 {
    font-size: 1.0769em
}

h6 {
    font-size: 0.9231em
}

.w100p {
    width: 100%
}

.w100 {
    width: 100px
}

.w200 {
    width: 200px
}

.w300 {
    width: 300px
}

.pdb10 {
    padding-bottom: 10px
}

.pdt10 {
    padding-top: 10px
}

.pdt20 {
    padding-top: 20px
}

.pdt30 {
    padding-top: 30px
}

.pdt50 {
    padding-top: 50px
}

.pdt100 {
    padding-top: 100px
}

.pdt1200 {
    padding-top: 120px
}

.pdr40 {
    padding-right: 40px
}

.pdr10 {
    padding-right: 10px
}

.pdall5 {
    padding: 5px
}

.pdall10 {
    padding: 10px
}

.pdall20 {
    padding: 20px
}

.pdall30 {
    padding: 30px
}

.margin-lf40 {
    margin-left: 40px;
}

.margin-bt20 {
    margin-bottom: 20px;
}

.margin-rt40 {
    margin-right: 40px;
}

.margin-t60 {
    margin-top: 60px;
}

.margin-t70 {
    margin-top: 70px;
}

.margin-t80 {
    margin-top: 80px;
}

.margin-t90 {
    margin-top: 90px;
}

/*common css*/
.make-left {
    float: left
}

.make-right {
    float: right
}

.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
    content: " ";
    display: table;
}

.clearfix:after,
.row:after {
    clear: both;
}

.tt-l {
    text-transform: lowercase
}


.ta-l {
    text-align: left
}

.ta-c {
    text-align: center
}

.ta-r {
    text-align: right
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:hover,
a:active {
    outline: 0;
}

a.fc-green,
.fc-green {
    color: #16a085
}

a.fc-white,
.fc-white {
    color: #fff
}

a.fc-black,
.fc-black {
    color: #333
}

a.fc-black2,
.fc-black2 {
    color: #222
}

a.fc-blue,
.fc-blue {
    color: #336699
}

a.fc-blue2,
.fc-blue2 {
    color: #5e83a8
}

a.fc-gray,
.fc-gray {
    color: #999
}

a.fc-gray2,
.fc-gray2 {
    color: #666
}

a.fc-gray3,
.fc-gray3 {
    color: #555
}

a.fc-yellow,
.fc-yellow {
    color: #f39a07
}

a.fc-orange,
.fc-orange {
    color: #ff6700
}

a.fc-red,
.fc-red {
    color: #ff0000
}

a.fc-red-black,
.fc-red-black {
    color: #be1e2d
}


a.fc-blue3,
.fc-blue3 {
    color: #094361
}



.bd-red {
    border: 1px solid #ff0000 !important;
}

.xxxDropdown {
    position: relative;
}

.xxxDropdown .show-val {
    display: block;
    position: relative;
    border: 1px solid #e2e2e2;
    height: 30px;
    line-height: 28px;
    padding: 0 22px 0 10px;
}

.xxxDropdown .show-val:before {
    content: "";
    position: absolute;
    border-top: 4px solid black;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    top: 50%;
    margin-top: -2px;
    right: 15px;
}

.xxxDropdown select {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
}

/*layout*/

.content-wrap {
    /* background: transparent url("../images/bg-page.png") no-repeat center right; */

}

.container-page.in-list-page,
.container-page.in-shop-page,
.container-page.in-detail-page {
    background: #FFF;
}

.container-page.in-event-page {
    background: #FFF;
}

.container,
.main-layout {
    width: 1170px;
    margin-left: auto;
    margin-right: auto;
}

.container-page.in-detail-page .container {
    width: 1280px;
}

.layout-2c {
    padding-top: 10px;
    padding-bottom: 50px;
}

.layout-2c>.cl {
    width: 230px;
    float: left;
}

.layout-2c>.cr {
    width: 890px;
    float: right;
}

.layout-nav-right {
    padding-right: 330px;
    word-spacing: -0.33em;
}

.layout-nav-right>.left-col {
    width: 100%;
    vertical-align: top;
    display: inline-block;
    letter-spacing: normal;
    word-spacing: normal;
    zoom: 1;
    position: relative;
}

.layout-nav-right>.right-col {
    margin-right: -330px;
    width: 330px;
    vertical-align: top;
    display: inline-block;
    letter-spacing: normal;
    word-spacing: normal;
    zoom: 1;
    position: relative;
}

/*font face*/
.fw-ol {
    font-family: 'SVN-Bariol', 'Open Sans', sans-serif;
    font-weight: 300;
}

.fw-or {
    font-family: 'SVN-Bariol', 'Open Sans', sans-serif;
    font-weight: 400;
}

.fw-ori {
    font-family: 'SVN-Bariol', 'Open Sans', sans-serif;
    font-weight: 400;
    font-style: italic;
}

.fw-osb {
    font-family: 'SVN-Bariol', 'Open Sans', sans-serif;
    font-weight: 500;
}

.fw-ob {
    font-family: 'SVN-Bariol', 'Open Sans', sans-serif;
    font-weight: 700;
}

.fw-rbl {
    font-family: 'SVN-Bariol', 'Roboto', sans-serif;
    font-weight: 300;
}

.fw-rb {
    font-family: 'SVN-Bariol', 'Roboto', sans-serif;
    font-weight: 400;
}

.fw-rbi {
    font-family: 'SVN-Bariol', 'Roboto', sans-serif;
    font-weight: 400;
    font-style: italic;
}

.fw-rbm {
    font-family: 'SVN-Bariol', 'Roboto', sans-serif;
    font-weight: 500;
}

.fw-rbb {
    font-family: 'SVN-Bariol', 'Roboto', sans-serif;
    font-weight: 700;
}

@font-face {
    font-family: 'UTM Bebas';
    src: url('../fonts/UTMBebas.woff2') format('woff2'),
        url('../fonts/UTMBebas.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.fw-bb {
    font-family: 'SVN-Bariol', 'UTM Bebas', sans-serif;
    font-weight: normal;
}

.fw-ar {
    font-family: 'SVN-Bariol', Arial, sans-serif;
}

.fwb {
    font-weight: bold;
}


.fs-10 {
    font-size: 10px
}

.fs-11 {
    font-size: 11px
}

.fs-12 {
    font-size: 12px
}

.fs-13 {
    font-size: 13px
}

.fs-14 {
    font-size: 14px
}

.fs-15 {
    font-size: 15px
}

.fs-16 {
    font-size: 16px
}

.fs-17 {
    font-size: 17px
}

.fs-18 {
    font-size: 18px
}

.fs-19 {
    font-size: 19px
}

.fs-20 {
    font-size: 20px
}

.fs-21 {
    font-size: 21px
}

.fs-22 {
    font-size: 22px
}

.fs-24 {
    font-size: 24px
}

.fs-25 {
    font-size: 25px
}

.fs-26 {
    font-size: 26px
}

.fs-27 {
    font-size: 27px
}

.fs-28 {
    font-size: 28px
}

.fs-29 {
    font-size: 29px
}

.fs-30 {
    font-size: 30px
}

.fs-40 {
    font-size: 40px
}

.fs-45 {
    font-size: 45px
}

.fs-50 {
    font-size: 50px
}

.lh-100 {
    line-height: 100%
}

.lh-200 {
    line-height: 200%
}

.wDiv100 {
    width: 100%;
}

.wDiv80 {
    width: 80%;
}

.wDiv50 {
    width: 50%;
}

.wDiv49 {
    width: 49%;
}

.wDiv20 {
    width: 20%;
}

.wDiv10 {
    width: 10%;
}


/*icons*/
.icons {
    background: transparent no-repeat scroll 0 0;
    border: medium none;
    display: inline-block;
    font-size: 0;
    line-height: 0;
    vertical-align: middle;
}

.iLogo {
    background: transparent url("../images/logo.png") no-repeat;
    width: 158px;
    height: 58px;
}

.iLogo2 {
    /* background: transparent url("../images/logo-b.png") no-repeat; */
    background: transparent url("../images/logo-le-monde-steak-v1.jpg") no-repeat;
    /* width: 116px;
    height: 43px;
    margin: 8px 0 0; */

    width: 227px;
    height: 61px;
}

.iLogo3 {
    /* background: transparent url("../images/logo-le-monde-steak-v2.jpg") no-repeat; */
    background: transparent url("../images/logo-le-monde-steak-v3.png") no-repeat;
    /* width: 227px;
    height: 61px; */
    background-size: 100% 100%;

}

.wiLogo3 {
    width: 198px;
    /*251px;*/
    height: 56px;
    /*71px;*/
}

.iFrom {
    background: transparent url("/public/images/from.png") no-repeat;
    width: 18px;
    height: 12px;
}

.iTo {
    background: transparent url("/public/images/to.png") no-repeat;
    width: 18px;
    height: 15px;
}

.iFrom2 {
    background: transparent url("/public/images/from2.png") no-repeat;
    width: 19px;
    height: 13px;
    padding-right: 29px;
}

.iTo2 {
    background: transparent url("/public/images/to3.png") no-repeat;
    width: 19px;
    height: 16px;
    padding-right: 29px;
}

.iConvert {
    background: transparent url("/public/images/convert.png") no-repeat;
    width: 22px;
    height: 22px;
}

.iConvert2 {
    background: transparent url("/public/images/convert2.png") no-repeat;
    width: 18px;
    height: 15px;
    vertical-align: -2px;
    margin: 0 -2px 0 5px;
}

.iDate {
    background: transparent url("/public/images/date.png") no-repeat;
    width: 16px;
    height: 17px;
    vertical-align: -5px;
    margin-left: 1px;
}

.iPeople {
    background: transparent url("/public/images/people.png") no-repeat;
    width: 13px;
    height: 17px;
}

.iKid {
    background: transparent url("/public/images/kid.png") no-repeat;
    width: 15px;
    height: 20px;
}

.iPop {
    background: transparent url("/public/images/popular.png") no-repeat;
    width: 18px;
    height: 20px;
    vertical-align: -4px;
    margin-left: 3px;
}

.iSearch {
    background: transparent url("/public/images/search.png") no-repeat;
    width: 22px;
    height: 22px;
    vertical-align: -2px;
    margin: 0 8px 0 -2px;
}

.iAct {
    background: transparent url("/public/images/act.png") no-repeat;
    width: 21px;
    height: 14px;
    margin-left: 8px;
}

.iAct2 {
    background: transparent url("/public/images/act2.png") no-repeat;
    width: 15px;
    height: 10px;
}

.iEmail {
    background: transparent url("/public/images/email.png") no-repeat;
    width: 33px;
    height: 20px;
}

.iLocation {
    background: transparent url("/public/images/location.png") no-repeat;
    width: 11px;
    height: 15px;
}

.iEmail2 {
    background: transparent url("/public/images/email2.png") no-repeat;
    width: 15px;
    height: 12px;
}

.iHotline {
    background: transparent url("/public/images/hotline.png") no-repeat;
    width: 10px;
    height: 16px;
}

.iVcc {
    background: transparent url("../images/vc.html") no-repeat;
    width: 140px;
    height: 59px;
}

.iBct {
    background: transparent url("../images/bct.png") no-repeat;
    width: 150px;
    height: 56px;
}

.iTriangle {
    width: 0;
    height: 0;
    border-top: 5px solid #fff;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    margin-left: 2px;
    transition: all .3s ease-in-out;
}

.iTriangle.rotate {
    transform: rotate(180deg);
}

.iTriangle-b {
    border-top-color: #666;
}

.iTriangle2 {
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 5px solid #5e83a8;
    margin-left: 2px;
    transition: all .3s ease-in-out;
}

.iFlight,
.iFlight2 {
    background: transparent url("/public/images/line.png") no-repeat;
    width: 25px;
    height: 15px;
    margin: -8px 7px 0 10px;
}

.iFlight2 {
    background-image: url("/public/images/line_down.png");
}

.iEmail3 {
    background: transparent url("/public/images/email3.png") no-repeat;
    width: 20px;
    height: 15px;
}

.iLock {
    background: transparent url("/public/images/lock.png") no-repeat;
    width: 16px;
    height: 19px;
    vertical-align: -2px;
    margin-left: 2px;
}

.iNext {
    background: transparent url("/public/images/next.png") no-repeat;
    width: 7px;
    height: 11px;
    vertical-align: -2px;
    margin-left: 4px;
}

.iPrev {
    background: transparent url("/public/images/prev.png") no-repeat;
    width: 7px;
    height: 11px;
    vertical-align: -2px;
    margin-left: -5px;
}

.iNext2 {
    background: transparent url(/public/images/next2.png) no-repeat;
    width: 7px;
    height: 12px;
    vertical-align: -1px;
    margin-left: 8px;
}

.iPrev2 {
    background: transparent url(/public/images/prev2.png) no-repeat;
    width: 7px;
    height: 12px;
    vertical-align: -1px;
    margin-right: 6px;
}

.iTicket {
    background: transparent url("/public/images/ticket.png") no-repeat;
    width: 23px;
    height: 23px;
    vertical-align: -5px;
}

.iGift {
    background: transparent url("/public/images/gift.png") no-repeat;
    width: 18px;
    height: 17px;
    vertical-align: -2px;
}

.iUser {
    background: transparent url("/public/images/people2.png") no-repeat;
    width: 18px;
    height: 19px;
    vertical-align: -2px;
}

/*btn*/
.btn {
    outline: none;
    border: none;
}

.btn-search {
    background: #2f8cb9;
    border-radius: 3px;
    border: 1px solid transparent;
    width: 240px;
    height: 49px;
    color: #fff;
    margin: -2px 99px 12px;
}

.content-r .btn-search {
    margin: 12px 42px 14px 50px;
    width: 169px;
    height: 45px;
}

.btn-view {
    width: 100%;
    height: 48px;
    background: #2f8cb9;
    padding: 0 0 0 15px;
}

/*Slick slider*/
.slick-slider {
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    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 {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    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 a {
    outline: none;
}

.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;
}

.slick-next,
.slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: 0;
    background: 0 0
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
    color: transparent;
    outline: 0;
    background: 0 0
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
    opacity: 1
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-next:before,
.slick-prev:before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir=rtl] .slick-prev {
    right: -25px;
    left: auto
}

#agencies-gallery .slick-dots li button:before {
    content: "";
    width: 9px;
    height: 9px;
    background: #3ba9a0;
    border-radius: 50%;
    opacity: 1;
}

#agencies-gallery .slick-dots li.slick-active button:before {
    background: #12302e;
}

#agencies-gallery img {
    width: 100%;
}

#agencies-gallery {
    padding: 0px 10px;
}

.slick-prev:before {
    content: 'ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â'
}

[dir=rtl] .slick-prev:before {
    content: 'ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢'
}

.slick-next {
    right: -25px
}

[dir=rtl] .slick-next {
    right: auto;
    left: -25px
}

.slick-next:before {
    content: 'ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢'
}

[dir=rtl] .slick-next:before {
    content: 'ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â'
}

.slick-dotted.slick-slider {
    /*margin-bottom:30px*/
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0 0
}

.slick-dots li button:focus,
.slick-dots li button:hover {
    outline: 0
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
    opacity: 1
}

.slick-dots li button:before {
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: 'ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢';
    text-align: center;
    opacity: .25;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #000
}

.slick-slider {
    display: none;
}

.slick-slider.slick-initialized {
    display: block;
}

/*Modal*/
[role="button"] {
    cursor: pointer;
}

.modal-open {
    overflow: hidden;
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #ffffff;
    border: 1px solid #999999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000000;
}

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0);
}

.modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.modal-header {
    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-left: 5px;
    margin-bottom: 0;
}

.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 {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }

    .modal-sm {
        width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}

.clearfix:before,
.clearfix:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
    content: " ";
    display: table;
}

.clearfix:after,
.modal-header:after,
.modal-footer:after {
    clear: both;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: 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;
}

/*Login modal*/
.getcode-dialog {
    width: 600px;
    min-height: 400px;
    top: 50%;
    margin-top: -252.5px;
}

.getcode-dialog .modal-body {
    padding: 0;
    height: 490px;
}

.getcode-dialog .modal-content {
    border: none;
    box-shadow: none;
    border-radius: 4px;
}

.login-dialog {
    width: 904px;
    height: 505px;
    top: 50%;
    margin-top: -252.5px;
}

.login-dialog .modal-body {
    padding: 0;
    height: 505px;
}

.login-dialog .modal-content {
    border: none;
    box-shadow: none;
    border-radius: 4px;
}

.popup-l {
    width: 505px;
    position: absolute;
    top: 0;
    left: 0;
}

.popup_bg-txt {
    position: absolute;
    width: 100%;
    bottom: 18px;
    line-height: 19px;
    color: #424242;
}

.popup_bg-txt>span {
    display: inline-block;
    margin-left: -4px;
    margin-right: 2px;
    vertical-align: 0;
    color: #ff0d07;
}

.popup-c {
    width: 100%;
    /* border: 2px solid #FF0000; */
    border-radius: 3px 0 0 3px;
    padding: 30px 20px 30px 20px;
}

.popup-c .popup-img {
    margin-left: auto;
    margin-right: auto;
    width: 400px;
    padding-bottom: 30px;
    text-align: center;
}

.popup-c .popup-content {
    text-align: center;
    line-height: 1.5em;
    padding-bottom: 30px;
}


.popup-l img {
    border-radius: 3px 0 0 3px;
}

.popup-r {
    width: 399px;
    padding: 22px 39px 34px 41px;
    height: 505px;
    position: relative;
}

.popup-footer {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    border-top: 1px solid #e5e5e5;
    height: 71px;
    line-height: 69px;
    padding: 0 35px 0 40px;
}

.popup-footer-txt {
    margin-right: 23px;
}

.popup-title {
    padding: 0 0 21px;
}

.popup-social-login {
    margin: 20px 0 0 40px;
}

.register-dialog .popup-social-login {
    margin: 3px 0 25px;
}

.popup-subtitle {
    padding: 0 0 16px 2px;
}

.register-dialog .popup-subtitle {
    padding: 0 0 16px 0;
    margin-left: -2px;
}

.popup-form-row {
    position: relative;
}

.popup-form-row label {
    width: 18px;
    margin: 0 18px 33px 0px;
    display: inline-block;
}

.popup-form-row .pop-input {
    border: none;
    border-bottom: 1px solid #cdcdcd;
    height: 31px;
    width: 278px;
}

.popup-form-row-err .pop-input {
    border-color: #ff0000;
}

.popup-form-row-err .err-notice {
    background: #ff0000;
    padding: 6px 10px;
    margin-left: 39px;
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 87%;
    z-index: 1;
    font-style: italic;
}

.row-err {
    padding: 5px 10px;
    background: red;
    color: #fff;
    margin: 0 0 10px;
}

.popup-form-btn button {
    border-radius: 3px;
    background: #ffcb48;
    border: 1px solid #e1b954;
    color: #5c4406;
    width: 282px;
    height: 42px;
    margin: -3px 0 0 39px;
}

.popup-form-btn button:hover {
    opacity: .9;
}

.popup-footer-btn button {
    border-radius: 3px;
    border: 1px solid #21c2c1;
    height: 38px;
    color: #21c2c1;
    width: 172px;
    background: #fff;
    transition: all .2s ease-in-out;
}

.popup-footer-btn button:hover {
    background: #21c2c1;
    color: #fff;
}

.popup-subcribe-check input[type="checkbox"] {
    display: none;
}

.popup-subcribe-check label {
    display: block;
    position: relative;
    padding: 0 0 0 38px;
    margin: -5px 0 20px 0;
    line-height: 18px;
}

.popup-subcribe-check label:before {
    content: "";
    display: block;
    width: 22px;
    height: 28px;
    background: #fff url("/public/images/checkbox.png") no-repeat;
    position: absolute;
    top: -6px;
    left: 1px;
    transition: all .3s ease-in-out;
}

.popup-subcribe-check input[type="checkbox"]:checked+label:before {
    background-image: url("/public/images/checkbox-active.png");
}

.popup-fb,
.popup-google {
    background: #3e5699 url("/public/images/fb.png") no-repeat 0 center;
    background-size: 50px auto;
    display: block;
    width: 280px;
    height: 40px;
    line-height: 40px;
    padding-left: 32px;
    ;
    margin-bottom: 20px;
}

.popup-google {
    background-image: url("/public/images/gplus.png");
    background-color: #dc4e41;
}

.popup-fb a,
.popup-google a {
    display: block;
    width: 248px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    font-size: 16px;
}

.btn-forgot-password {
    display: block;
    margin: 20px 0 0 40px;
    text-align: center;
    color: #21c2c1;
    font-size: 14px;
}

/*style*/

.container {
    max-width: 1170px;
}

.container-full {
    width: 100%;
    background: #ffffff;
}

.container-full .menu-top {
    width: calc(100% - 300px);
    /*70%;*/
    /* background-color: #ffffff; */
    /* max-width: 100%; */
}

.container-full .menu-top ul {
    /* width: 100%; */
    /* display: table; */
    /* table-layout: fixed;*/
}

.container-full .menu-top li {
    /* display: table-cell; */
    /* width: 12%; */
    /* float: none; */
    /* border:1px solid green; */
    /* margin:2px; */
    /* padding:10px; */
    /* text-align:center; */
    /* margin-left: calc(-100vw / 2 + 500px / 2);
    margin-right: calc(-100vw / 2 + 500px / 2); */
}



.container-full .menu-lang {
    width: 100px;
    background-color: #ffffff;
}

.container-full .slide {
    margin: 0;
}

body {
    /* background: #fff url("../images/bg-page.png") repeat center right; */

    margin: 0;
    font-family: 'SVN-Bariol', 'Open Sans', sans-serif;
}

.bg-body {
    background: url('../images/bg-left-page.png') center left repeat-y,
        url('../images/bg-right-page.png') center right repeat-y;
}

.bg-body-reverse {
    transform: scaleX(-1)
}

.header-full-top {
    width: 100%;
    background: #fff;
    min-height: 80px;
    border-bottom: 2px solid #fff;
}

.fixdiv {
    position: fixed;
    top: 0;
    z-index: 999;
}

.footer-full {
    width: 100%;
    background: #545454;
    min-height: 120px !important;
}

/* .header-full-top  */
.logo {
    padding-left: 98px;
    padding-top: 8px;
}

.logo-in {
    /* padding-left: 98px; */
    padding-top: 25px;
}

.header-full-slide {
    width: 100%;
    /* min-height: 20px; */
    /* max-height: 512px; */
    background: #f3f3f5 url('../images/bg-slide.png') no-repeat center center;
    margin-bottom: 20px;
    margin-top: 80px;
    /* height: 512px; */
}

.block-full-site {
    width: 100%;
    /* max-height: 512px; */
    background: #f3f3f5 url('../images/bg-slide.png') no-repeat center center;
    /* min-height: 20px; */
    margin-top: 80px;
    /* height: 512px; */
}

.header {
    height: 682px;
    background-image: -moz-linear-gradient(150deg, rgb(89, 199, 198) 0%, rgb(83, 202, 164) 100%);
    /* background-image: -webkit-linear-gradient( 150deg, rgb(89,199,198) 0%, rgb(83,202,164) 100%); */
    background-image: -ms-linear-gradient(150deg, rgb(89, 199, 198) 0%, rgb(83, 202, 164) 100%);
    margin-bottom: 97px;
    background: #2f8cb9;
}

.header-list {
    height: 70px;
    margin-bottom: 0;
    background: #fff;
    border-bottom: 1px solid #e3e3e3;
}

.header>.container {
    position: relative;
}

.header-cover {
    position: absolute;
    top: 12px;
    right: -34px;
    z-index: 0;
}

.top-nav-wrap {
    padding: 17px 0 128px 0;
    position: relative;
    z-index: 2;
}

.header-list .top-nav-wrap {
    padding: 4px 0 10px 0;
}

/* .top-nav-l {
    margin: 0 0 0 34px;
} */
.header-list .top-nav-l {
    margin-left: 75px;
}

.top-nav-r {
    /* margin: -4px -22px 4px 0; */
}

.header-list .top-nav-r {
    margin: -3px -23px 4px 0;
}

.nav-lang {
    visibility: hidden;
    padding-right: 22px;
}

.nav-lang.is-show {
    visibility: visible;
}

.nav-lang .select2-container {
    /* width: 140px !important; */
    width: 83px !important;
}

.nav-lang .select2-container--default .select2-selection--single {
    background: none;
    border: none;
    outline: none;
    width: 83px;
    /* margin: 16px 0 0 77px; */
    margin: 16px 0 0 0px;
}

.nav-lang .img-flag {
    /* outline: 1px solid #f3f3f5; */
}

.nav-lang .select2-selection__arrow {
    top: 19px !important;
    right: 5px !important;
}

.nav-lang .select2-selection__arrow b {
    border-top-color: #fff !important;
}

.nav-lang .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-bottom-color: #fff !important;
}

.header-list .nav-lang .select2-selection__arrow b {
    border-top-color: #333 !important;
}

.header-list .nav-lang .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-bottom-color: #333 !important;
}

.header-list .nav-lang .img-flag {
    outline: 1px solid #999;
}

.top-nav-l {
    /* padding-top: 30px;
    line-height: 30px;
    width: auto; */
    padding-top: 20px;
    line-height: 30px;
    /* padding-right: 30px; */
    width: auto;
}




.top-nav-l>li>a,
.top-nav-r a {
    color: #de4141;
    padding: 2px 4px 2px 4px;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.21);
    display: block;
    text-decoration: none;
    outline: none;
    margin-bottom: 20px;
}

.top-nav-l>li>a.current {
    border-bottom: 2px solid #fff;
    width: auto;
}

.margin-li-menu {
    margin: 0 20px 0 20px;
}

.reservation a {
    color: #ffffff;
    padding: 10px;
    margin: 0 20px 0 20px;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.21);
    /*display: block;*/
    text-decoration: none;
    /*outline: none;*/
    /*border-bottom: 2px solid #000000;*/
    border-radius: 10px;
    background: #e54249;
}

.reservation a:hover {
    text-decoration: none;
}

.button-form {
    width: 100px;
    margin-left: auto;
    margin-right: auto;
    /* border: 1px solid #FFFF00; */

}

.button-form a {
    color: #ffffff;
    padding: 10px;
    /* margin: 0 20px 0 20px; */
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.21);
    /*display: block;*/
    text-decoration: none;
    /*outline: none;*/
    /*border-bottom: 2px solid #000000;*/
    border-radius: 10px;
    background: #e54249;
    width: 100%;

}

.button-input {
    /* width: 100px; */
    /* margin-left: auto; */
    /* margin-right: auto; */
    color: #ffffff;
    padding: 4px 10px 4px 10px;
    /* height: 100px; */
    /* margin: 0 20px 0 20px; */
    /* text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.21); */
    /*display: block;*/
    text-decoration: none;
    /*outline: none;*/
    /*border-bottom: 2px solid #000000;*/
    border-radius: 10px;
    background: #e54249;
    /* width: 100%; */
    border: solid #ffffff;
    border-width: 0 1px;
    line-height: 40px;
    min-width: 150px;
}

.button-link {
    color: #ffffff;
    padding: 5px 10px 5px 10px;
    text-decoration: none;
    border-radius: 4px;
    background: #e54249;
    /* border: solid #ffffff; */
    /* border-width: 0 1px; */
    line-height: 30px;
    min-width: 100px;
}

.button-link-map {
    color: #ffffff;
    padding: 2px 8px 2px 8px;
    text-decoration: none;
    border-radius: 4px;
    background: #e54249;
    /* border: solid #ffffff; */
    /* border-width: 0 1px; */
    border: 0px;
    line-height: 30px;
    min-width: 100px;
}

.button-link-map a {
    text-decoration: none;
    color: #ffffff;
}

.top-nav-l>li:hover>a {
    opacity: .9;
    border-bottom: 2px solid #fff;
    width: auto;
}

.header-list .top-nav-l>li>a,
.header-list .top-nav-r a {
    color: #333;
    text-shadow: none;
    transition: all .3s ease-in-out;
}

.header-list .top-nav-l li a:hover {
    color: #53ccab;
}

.top-nav-l>li {
    float: left;
    position: relative;
}

.top-nav-l>li ul {
    position: absolute;
    left: 0;
    top: 100%;
    min-width: 200px;
    /* width: 310px; */
    background: #fff;
    line-height: 24px;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-1em);
    z-index: -1;
    transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.39);
}

.top-nav-l>li:hover ul {
    visibility: visible;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    transition-delay: 0.3s, 0s, 0.3s;
}

.top-nav-l>li ul a {
    text-transform: initial;
    padding: 5px 20px;
    border-bottom: 1px solid #d0d0d0;
    display: block;
    text-decoration: none;
    font-weight: 400;
    transition: all .2s ease-in-out;
}

.top-nav-l>li ul a:hover {
    background: #f1f1f1;
}

.nav-sign {
    position: relative;
}

.nav-sign:before {
    content: "";
    display: block;
    width: 1px;
    height: 19px;
    background: #36c4c7;
    position: absolute;
    top: 50%;
    left: 3px;
    margin-top: -7px;
}

.nav-sign-list {
    margin: 0 23px 0 24px
}

.nav-sign-list li {
    float: left;
}

.nav-sign-list li a {
    padding: 0;
    display: inline-block;
    height: 60px;
    line-height: 62px;
}

.has-signin {
    display: inline-block;
    float: left;
    padding: 16px 22.7px;
}

.has-signin a {
    padding: 7px 11px;
}

.nav-dropdown {
    position: absolute;
    width: 182px;
    z-index: 1;
    background: #fff;
    border: 1px solid #dadada;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.39);
    border-top: none;
    right: 24px;
    display: none;
    top: 100%;
    padding: 0 13px 0 25px;
    margin-top: -7px;
}

.nav-dropdown:before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-left: 7.5px solid transparent;
    border-right: 7.5px solid transparent;
    border-bottom: 8px solid #fff;
    top: -8px;
    left: 50%;
    margin-left: -4px;
    z-index: 99;
}

.header-list .nav-dropdown:before {
    border-bottom-color: transparent;
}

.nav-dropdown-wrap:hover .nav-dropdown {
    display: block;
}

.nav-dropdown li {
    display: block;
    float: none;
    margin-left: 0;
    position: relative;
}

.nav-dropdown li:before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-left: 5px solid #ccc;
    border-bottom: 4px solid transparent;
    top: 14px;
    left: -9px;
}

.nav-dropdown li a {
    border-bottom: 1px solid #e8e8e8;
    height: 36px;
    line-height: 36px;
    padding: 0 5px;
    transition: all .3s ease-in-out;
    color: #333;
}

.nav-dropdown li:last-child a {
    border-bottom: none;
}

.nav-dropdown li a:hover {
    background: #f9f9f9;
}

.has-signin-avatar {
    color: #9dece8;
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 50%;
    background: #368983;
    display: inline-block;
    margin: -3px 0 0;
}

.feature-wrap {
    /* height: 475px; */
    /*height: 400px;*/
    background: #fff;
    position: relative;
    /*overflow: hidden;*/
    /*z-index: 2;*/
}

.feature-wrap:after {
    content: "";
    display: block;
    position: absolute;
    height: 37px;
    width: 100%;
    /* background: transparent url("../images/shadow.png") no-repeat center center; */
    bottom: -37px;
    left: 0;
}

.feature-slides {
    /* width: 740px; */
    width: 100%
        /* opacity: 0; */
        visibility: hidden;
    transition: all .1s ease-out;
    trans
}

.feature-slides .item-slide {
    width: 100%;
    min-height: 10px;
    background-position: left center;
    background-size: 100% 100%;

}

.feature-slides.slick-initialized {
    opacity: 1;
    visibility: visible;
}

.feature-l {
    /* width: 740px !important; */
    width: 100% !important;
    height: 100%;
    padding: 0;
    background: transparent url('../images/loading3.gif') no-repeat center center;
    overflow: hidden;
}

.feature-r {
    width: 430px !important;
    padding: 5px;
}

.feature-r-title {
    margin: 0 0 13px;
}

.feature-slides .slick-dots {
    bottom: 4px;
    transform: translateX(-9px);
}

.hot-box-items .slick-dots {
    bottom: -41px;
    left: 30px;
}

.feature-slides .slick-dots li,
.hot-box-items .slick-dots li {
    margin: 0 0;
}

.feature-slides .slick-dots li button,
.hot-box-items .slick-dots li button {
    width: 9px;
    height: 9px;
}

.feature-slides .slick-dots li button:before,
.hot-box-items .slick-dots li button:before {
    content: "";
    width: 9px;
    height: 9px;
    background: #3ba9a0;
    border-radius: 50%;
    opacity: 1;
}

.slick-dots li.slick-active button:before {
    background: #12302e;
}

.hot-box-items .slick-dots li button:before {
    background: #c9c9c9;
}

.hot-box-items li.slick-active button:before {
    background: #12302e;
}

.tabs {
    position: relative;
    min-height: 100px;
}

.feature-r .tabs {
    background: #2f8cb9;
    height: 98px;
    line-height: 56px;
}

.tab__navs li {
    float: left;
}

.feature-r .tab__navs li {
    margin-right: 7px;
    display: inline-block;
    margin-right: 3px;
    float: none;
}

.tab__navs li a {
    display: block;
    padding: 0 4px 0 11px;
    color: #333;
    height: 36px;
    line-height: 36px;
    position: relative;
    text-decoration: none;
    width: 122px;
    height: 36px;
    transition: all .3s ease-in-out;

}

.tab__navs li a.active {}

.feature-r .tab__navs li a {
    color: #fff;
    border-radius: 20px;
    border-color: transparent;
    background: transparent;
    text-transform: uppercase;
    border: 1px solid #fff;
}

.feature-r .tab__navs li a.active {
    color: #fff;
    background: #e3b33f;
    border-color: transparent;
}

.tab__content {
    display: none;
}

.tab__content.active {
    display: block;
}

.feature-wrap .tab__content {
    padding: 22px 0 12px 0;
    margin: 0 0 0 -3px;
}

.picker-lbl {
    width: 23px;
    line-height: 31px;
    margin-right: 9px;
}

.booking-form-lbl {
    width: 32px;
    line-height: 31px;
}

.booking-form-bottom2 .booking-form-lbl {
    width: 99px;
}

.picker-convert {
    display: block;
    position: absolute;
    top: 35px;
    left: 189px;
    z-index: 2;
}

.booking-form-wrap input[type="text"],
.booking-form-input input[type="text"],
.booking-form-item .xxxDropdown .show-val,
.fight-location-item select {
    width: 130px;
    border: none;
    border-bottom: 1px solid #dfdfdf;
    height: 31px;
    line-height: 31px;
    font-size: 13px;
    padding: 0 4px 0 1px;
    font-weight: 500;
}

.booking-form-bottom2 .booking-form-input input[type="text"] {
    width: 290px;
    border: 1px solid #ececed;
    border-radius: 25px;
    background: #f7f9fc url("/public/images/date2.png") no-repeat 94.9% center;
    padding: 0 15px;
    margin-top: -4px;
    height: 40px;
}

.booking-form-select .en {
    width: 120px;
}

.booking-form-bottom2 .input-en input[type="text"] {
    width: 270px;
}

.booking-form-input input[type="text"]::-webkit-input-placeholder {
    color: #999;
}

.booking-form-input input[type="text"]:-moz-placeholder {
    color: #999;
}

.booking-form-input input[type="text"]::-moz-placeholder {
    color: #999;
}

.booking-form-input input[type="text"]:-ms-input-placeholder {
    color: #999;
}

.booking-form-input input[type="text"]::-ms-input-placeholder {
    color: #999;
}

.booking-form-input input[type="text"]::placeholder,
.booking-form-item .xxxDropdown .show-val>span {
    color: #999;
}

.booking-form-item .xxxDropdown .show-val>span.active {
    color: #333;
}

.booking-form-item .xxxDropdown .show-val:before {
    border-top-color: #bfbfbf;
    right: -9px;
    margin-top: 0;
}

.booking-form-wrap .fight-location-picker {
    margin: -68px auto 22px;
    position: relative;
    width: 402px;
    transform: translateX(2px);
    /*visibility: hidden;*/
    z-index: 2;
}

.booking-form-wrap .fight-location-picker.is-show {
    visibility: visible;
}

.fight-location-item {
    position: relative;
    margin-left: 1px;
}

.booking-form-wrap .fight-location-item {
    width: 200px;
    height: 88px;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

.content-list .booking-form-wrap .fight-location-item {
    width: auto;
    height: auto;
    border: none;
    box-shadow: none;
}

.fight-location-header {
    padding: 27px 0 25px 0;
}

.fight-location-dropdown {
    position: absolute;
    top: 100%;
    left: -85px;
    width: 569px;
    /* height: 358px; */
    background: #fff;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.39);
    z-index: 1;
    margin: 8px 0 0;
    padding: 13px 20px 0 20px;
    border-top: 1px solid #8d9292;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-1em);
    z-index: -1;
    transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s;
}

.content-list .fight-location-dropdown {
    left: 0 !important;
    right: 0;
    margin-left: -253px;
}

.content-list .fight-location-dropdown:before {
    background-position: 71% center;
}

.content-list .booking-form-wrap .fight-location-item:last-child .fight-location-dropdown:before {
    background-position: 71% center;
}

.booking-form-wrap .fight-location-item .fight-location-dropdown.is-show {
    visibility: visible;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    transition-delay: 0.3s, 0s, 0.3s;
}

.booking-form-wrap .fight-location-item:last-child .fight-location-dropdown {
    left: initial;
    right: -85px;
}

.fight-location-dropdown:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    top: -8px;
    left: 0;
    background: transparent url(/public/images/triangle2.png) no-repeat 183px center;
    height: 8px;
}

.booking-form-wrap .fight-location-item:last-child .fight-location-dropdown:before {
    background-position: 382px center;
}

.fight-location-holder {
    width: 26px;
    height: 35px;
    background: transparent url("/public/images/placeholder-location.png") no-repeat;
    position: absolute;
    top: 40px;
    left: 50%;
    margin-left: -4px;
}

.fight-location-item.is-click .fight-location-holder {
    display: none;
}

.location-dropdown-col {
    width: 159px;
}

.location-dropdown-col-global {
    margin-left: 6px;
}

.location-dropdown-item {
    margin-bottom: 18px;
}

.location-dropdown-lbl {
    color: #308cb9;
    padding-bottom: 5px;
}

.location-dropdown-list {
    line-height: 27px;
}

.global-location-des {
    line-height: 20px;
    margin: 3px 0 7px;
}

input[type="text"].global-location-search {
    height: 32px !important;
    border: 1px solid #c9c9c9 !important;
    border-radius: 3px !important;
    width: 196px !important;
    padding: 0 10px;
}

.fight-location-lbl {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 1;
    top: 11px;
    margin-left: 2px;
}

.select2-selection__placeholder {
    width: 26px;
    height: 35px;
    background: transparent url("/public/images/placeholder-location.png") no-repeat center center;
    text-indent: -999999px;
    display: block;
    margin: 12px auto 0;
    transform: translateX(14px);
}

.fight-location-code {
    display: block;
    text-align: center;
    padding: 15px 31px 0;
    margin: 0 0 -5px;
}

.fight-location-title {
    padding: 12px 0 0 17px;
    display: block;
    transform: translateX(-9px);
}

.booking-form-bottom>div {
    width: 162px;
}

.booking-form-bottom2>div {
    width: 410px;
    margin: 0 auto;
}

#fight-date-picker {
    background: #fff;
    /*box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.09);*/
    margin: -3px auto 0;
    padding: 0 0 3px 17px;
}

#fight-date-picker .booking-form-select:last-child {
    margin: 0 0 7px;
}

.split-picker-wrap {
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.09);
    margin: 0 auto 13px !important;
}

.split-picker-item {
    width: 135px;
    padding: 19px 1px 35px 14px;
    border-right: 1px solid #e9e9e9;
}

.split-picker-item:last-child {
    border: none;
}

.split-picker-title {
    margin-bottom: 1px;
}

.att_quantity_input {
    position: relative;
    width: 136px;
    height: 25px;
    display: inline-block;
    padding: 9px 15px 6px 27px;
}

.att_quantity_input input[type="text"] {
    width: 42px;
    height: 42px;
    background: #f7f9fc;
    min-width: 42px;
    border: 1px solid #ececed;
    border-radius: 50%;
    text-align: center;
    line-height: 42px;
    float: left;
    margin: 0 13px 0;
}

.att_quantity_input a {
    float: left;
    width: 20px;
    height: 20px;
    background: transparent url("/public/images/minus.png") no-repeat center center;
    border: none;
    position: absolute;
    left: 10px;
    top: 19px;
    cursor: pointer;
}

.att_quantity_increase {
    left: initial !important;
    right: 27px;
    background: transparent url("/public/images/plus.png") no-repeat center center !important;
}

.att_quantity_increase:hover {
    background-image: url("/public/images/plus_active.png") !important;
}

.att_quantity_decrease:hover {
    background-image: url("/public/images/minus_active.png");
}

.booking-form-r {
    transform: translateX(-23px);
}

.booking-form-r .iPeople {
    vertical-align: -9px;
}

.booking-form-r .booking-form-lbl {
    width: 20px;
}

.booking-form-item {
    margin-bottom: 27px;
}

.booking-form-title {
    margin-bottom: 9px;
}

.booking-form-select {
    margin: 0 0 15px;
}

.booking-form-select.is-hidden {
    display: none;
}

.form-support {
    margin: 0 0 0 58px;
}

.mod-tab-wrap .btn-search {
    color: #fff;
    border-radius: 25px;
}

.hotline-txt {
    color: #333333;
    margin-right: 11px;
}

.box-wrap-top {
    margin-top: 80px;
    /* margin-bottom: 95px; */
    margin-bottom: 20px;
    /* margin-left: 80px; */
    /* border: 1px solid #FFFF00; */
    /* padding: 0px 30px 30px 30px; */
}

.box-wrap {
    margin-top: 10px;
    /* margin-bottom: 95px; */
    margin-bottom: 10px;
    /* margin-left: 80px; */
    /* border: 1px solid #FFFF00; */
    padding: 10px;
}

.box-wrap .box-wrap-content {
    padding: 0px 50px 0px 50px;
}

.info-box-wrapper {
    min-width: 100px;
    display: table;
    width: 100%;
}

.info-box-wrapper .box-map {
    margin-top: 20px;
}

.info-box-wrapper .morelink {
    font-size: 14px;
}

.info-box-wrapper .rowItm {
    display: table-row;
}

.info-box-wrapper .rowItm .columnItm {
    display: table-cell;
    /* padding: 20px; */
}


.columnItm .wrap-parner-div-img {
    background-size: 350px 450px !important;
    /*100% 100%;*/
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 350px;
    height: 450px;
    border: 1px solid #d0cdcc;
    cursor: pointer;
}

.columnItm .wrap-parner-div-img:hover {
    opacity: 0.5;
}

.columnItm .wrap-parner-div-img .header-title {
    position: absolute;
    bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
    line-height: 20px;
    color: #414142;
    max-height: 100px;
    padding: 10px 10px 30px 10px;
    width: 100%;
    text-align: center;
}

.columnItm .wrap-parner-div-img .header-title a {
    text-decoration: none;
    opacity: 0.7;
}

.columnItm .wrap-parner-div-img-item {
    width: 100%;
}

.columnItm .wrap-parner-div-img-item img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border: 1px solid #d0cdcc;
}

.columnItm .wrap-parner-div-title-item {
    width: 100%;
    padding-top: 30px;
}

.columnItm .wrap-parner-div-title-item a {
    text-decoration: none;
    font-family: 'SVN-Friends';
}

.columnItm .wrap-parner-div-title-item span {
    text-decoration: none;
    font-family: 'SVN-Friends';
}


.content-list {
    background: #f1f1f1;
    padding: 10px 0 30px;
}

.content-list>.container {
    background: #fff;
}

.content-user-pro5 {
    background: #f1f1f1;
    padding: 10px 0 30px;
}

.content-user-pro5>.container>div {
    background: #fff;
}

.info-box-wrap {
    margin-bottom: 0px;
}

.ticket-box-wrap {
    margin: -30px 0 46px 0;
}

.subcribe-box-wrap {
    margin: 0 0 20px 0;
    padding: 40px 0 49px;
}

.box-title {
    transform: translateX(3px);
    padding-bottom: 5px;
}

.ticket-box-wrap .box-title {
    transform: translateX(9px);
    padding-bottom: 29px;
}

.info-box-wrap .box-title {
    transform: translateX(14px);
    padding-bottom: 29px;
}

.hot-box-items {
    margin-left: -30px;
}

/* .bd-bottom {
    background: url('../images/bg-title.png') no-repeat left bottom;
    height: 34px;
} */
 
.box-title .bd-bottom, .list-item-menu .itm-menu-max .itm-menu-title {
    display: inline-block;
    position: relative;
    height: 34px;
    line-height: 34px;
}
.itm-menu-title a:hover{
    text-decoration:none;
}
.box-wrap-content h2 {
    line-height: 35px;
    font-size: 34px;
    margin-bottom: 15px;
}

.box-wrap-content h1 {
    font-size: 30px;
    line-height: 30px;
    margin: 15px 0px;
}
.columnItm .wrap-parner-div-img .header-title h3{
    font-size: 20px;
    line-height: 20px;
}
.box-title .bd-bottom::after,
.list-item-menu .itm-menu-max .itm-menu-title::after {
    content: "";
    position: absolute;
    width: 100%;
    border: 2px solid red;
    top: 100%;
    left: 0;
}

.bd-bottom-center {
    background: url('../images/bg-title.png') no-repeat center bottom;
    background-size: 260px;
    height: 40px;
}

.bd-bottom-center a {
    text-decoration: none;
}

.bd-bottom-center a:hover {
    text-decoration: none;
    opacity: 0.7;
}


.info-box-wraper {
    font-size: 14px;
}

.hot-box-item {
    width: 370px;
    margin-left: 30px;
}

.hot-box-item .box-item-wrap {
    background: #f6f6f6;
    border-left: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
    padding: 18px 18px 22px 18px;
}

.box-item-l {
    width: 226px;
}

.box-item-title {

    padding-bottom: 8px;
}

.box-item-details {
    line-height: 24px;
    color: #333;
}

.box-item-type {
    padding: 0 0 7px;
    text-align: right;
    text-transform: uppercase;
    margin: 2px -3px 0;
}
.content-main h1{
    font-size: 32px;
}
.content-main h2{
    font-size: 28px;
}
.content-main h3{
    font-size: 24px;
}
.content-main h4{
    font-size: 22px;
}

.content-main h5{
    font-size: 20px;
}
.content-main h6{
    font-size: 18px;
}
.content-main p, .content-main li{
    font-size: 16px;
    line-height: 22px;
    text-align: justify;
}

select.from-location {
    border: none;
    vertical-align: 0;
    color: #2e8bb8;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 5px;
    text-overflow: '';
    background: transparent url('/public/images/triangle.png') no-repeat right;
    padding-right: 20px;
    width: 140px;
}

select.from-location::-ms-expand {
    display: none;
}

.from-location option {
    font-size: 20px;
}

.ticket-items {
    margin-left: -19px;
}

.ticket-item {
    width: 377px;
    margin: 0 0 30px 19px;
    position: relative;
}

.ticket-item-img {
    width: 138px;
    height: 138px;
    overflow: hidden;
}

.ticket-item-info {
    width: 239px;
    border: 1px solid #e8e8e8;
    border-left: none;
    height: 138px;
    border-radius: 3px;
    padding: 11px 0 4px 15px;
}

.ticket-airline {
    position: absolute;
    top: 8px;
    right: 10px;
}

.ticket-item-to {
    padding-bottom: 5px;
}

.ticket-item-location {
    padding-bottom: 9px;
}

.ticket-item-time {
    /*     padding-bottom: 8px; */
}

.ticket-line {
    width: 21px;
    height: 2px;
    background: #338fb8;
    margin: 7px 0 9px;
}

.ticket-price {
    padding: 0 0 0 2px;
}

.ticket-price-t2 {
    /*float:right;*/
    margin: 0 10px 0 0;
}

.ticket-price .vi {
    margin-top: 5px;
}

.info-box-l-le {
    /* width: 410px; */
    width: 340px;
    margin-right: 10px;
    position: relative;

}

/*
.info-box-l-le:after {
    content: "";
    display: block;
    position:absolute;
    width: 1px;
    height: 100%;
    right: -31px;
    top: 0;

}*/

.info-box-l-le .map {
    width: 675px;
    height: 440px;
}

.info-box-l-le-map {
    min-width: 300px;
    max-width: 680px;
    margin-right: 10px;
    width: calc(100% - 520px);
    position: relative;
}

.info-box-l-le-map:after {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    /* height: 100%; */
    /*background:  transparent url("../images/line2.png") no-repeat;*/
    right: -31px;
    top: 0;
}

.info-box-l-le-map .map {
    max-width: 675px;
    min-width: 200px;
    width: 100%;
    height: 418px;
}

.info-box-l {
    width: 570px;
    margin-right: 59px;
    position: relative;
}

.info-box-l:after {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 100%;
    background: transparent url("../images/line2.png") no-repeat;
    right: -31px;
    top: 0;
}

.info-box-r {
    /* width: 541px; */
    width: calc(100% - 360px);
    /* border: 1px solid #ff0000; */
}

.info-box-r img {
    /* max-width: 541px; */
    /* max-width: calc(100% - 360px); */
    min-height: 100px;
    max-height: 600px;
    /* border: 1px solid #ff0000; */
}

.info-box-r-le {
    width: 500px;
    background-color: #f2f3f5;
}

.info-box-r-le .list-map {
    height: 420px;
    /* padding: 30px; */
    margin: 20px;
}

.info-box-r-le .big-list-item-tit {
    line-height: 24px;
    padding: 4px 0 0;
    margin: 0 0 -2px;
}

.info-box-r-le .small-list-item:first-child .big-list-item-tit {
    padding-top: 16px;
}

.big-list-item {
    margin-bottom: 50px;
}

.big-list-img {
    background: no-repeat;
    background-size: cover;
    height: 223px;
    display: block;
    text-decoration: none !important;
    position: relative;
}

.big-list-img:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    background: transparent url("../images/shadow3.png") no-repeat bottom center;
    width: 100%;
    height: 100%;
}

.big-list-date {
    padding: 17px 0 8px;
    color: #999;
}

.big-list-date .iDate {

    margin: 0 8px 0 0;

    vertical-align: -4px;
}

.info-box-l .big-list-item-tit {
    position: absolute;
    bottom: 15px;
    left: 18px;
    z-index: 1;
    /*height: 20px;*/
    width: 95%;
    overflow: hidden;
    line-height: 20px;
}

.big-list-des {
    line-height: 23px;
    padding: 0 2px 0 0;
}

.read-more {
    color: #308cb9;
    text-decoration: none !important;
}

.small-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    position: absolute;
    /* padding-top: 30px; */
    padding-left: 0px;
}

.small-list-none {
    margin: 0;
    padding: 0;
    list-style-type: none;
    /* position: absolute; */
    /* padding-top: 30px; */
    padding-left: 0px;
}

.small-list-abs {
    margin: 0;
    padding: 0;
    list-style-type: none;
    position: absolute;
    padding-top: 30px;
    padding-left: 0px;
    left: -17px;
}

.small-list-item-dot {
    padding: 0 0 40px 0px;
    /* margin: -2px 0 23px 0; */
    margin: 4px 0 4px 0;
    position: relative;
    /* line-height: 50px; */
    /* height: 50px; */
    /* background: url('../images/dot-menu.png') no-repeat left center; */
}

.small-list-item-dot a {
    background: url('../images/dot-menu-none.png') no-repeat left center;
    padding: 0 0 0px 30px;
    background-size: 15px 15px;
}

.small-list-item-dot a:hover {
    background: url('../images/dot-menu-hover.png') no-repeat left center;
    padding: 0 0 0px 30px;
    background-size: 15px 15px;
    color: #a7a9ac;
    text-decoration: none;
    /* background: url('../images/dot-menu.png') no-repeat left center; */
}

.small-list-info {
    width: 293px;
}

.small-list-img {
    width: 238px;
    height: 112px;
    overflow: hidden;
}

.small-list-item {
    padding: 0 0 10px 0;
    margin: -2px 0 10px 0;
    position: relative;
}

.small-list-item:after {
    content: "";
    display: block;
    position: absolute;
    /* width: 540px; */
    width: 100%;
    height: 1px;
    /* background: transparent url("../images/line1.png") no-repeat; */
    right: -31px;
    bottom: 0px;
    left: 0;
    z-index: 1;
}

.small-list-item:last-child:after {
    content: none;
}

.small-list-item .div-img {
    /* min-width: 50px; */
    /* max-width: 100px; */
    /* max-height: 100px; */
    padding-right: 20px;
}

.small-list-item .div-img img {
    border-radius: 50%;
    height: 90px;
    width: 90px;
}

.info-box-r .big-list-item-tit {
    line-height: 24px;
    padding: 4px 0 0;
    margin: 0 0 -2px;
}

.info-box-r .small-list-item:first-child .big-list-item-tit {
    padding-top: 16px;
}

.subcribe-title {
    position: relative;
    padding: 0 0 18px;
}

.subcribe-title:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #eac772;
    top: 9px;
    left: 0;
    z-index: -1;
}

.subcribe-title>span {
    background: #fff;
    display: inline-block;
    padding: 0 14px;
    transform: translateX(-5px);
}

.subcribe-form {
    width: 853px;
    margin: 0 0 0 194px;
}

.subcribe-form-l {
    width: 188px;
}

.subcribe-form-r {
    width: 637px;
    margin: 0 0 0 28px;
    padding: 11px 0 0;
}

.subcribe-form-des {
    line-height: 21px;
    margin-bottom: 18px;
}

.subcribe-form-f {
    position: relative;
    width: 374px;
}

.subcribe-form input[type="text"] {
    width: 374px;
    height: 42px;
    border: 1px solid #dcdcdc;
    border-radius: 4px;
    background: #fff url("/public/images/email.png") no-repeat 10px center;
    padding: 0 10px 0 54px;
}

.subcribe-form input[type="submit"] {
    width: auto;
    height: 42px;
    background: #308cb9;
    color: #fff;
    font-size: 14.01px;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 15px;
}

.footer-t-le {
    background: #545454;
    padding: 34px 0 21px;
}

.footer-t {
    background: #f7f9fb;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 15px 0 21px;
}

.footer-p,
.footer-list {
    font-size: 13.01px;
}

.footer-p {
    line-height: 20px;
    padding-right: 105px;
    margin: 13px 0 11px;
}

.footer-list {
    line-height: 31px;
}

.footer-list-icon {
    display: inline-block;
    width: 13px;
    margin-right: 15px;
    text-align: center;
}

.footer-tl {
    width: 759px;
}

.footer-t2 .footer-tcol {
    /* width: 377px; */
    width: 370px;
}

.footer-t2 .footer-tcol-right {
    /* width: 377px; */
    width: 250px;
}

.footer-t2 .footer-tl {
    /* padding-right: 58px; */
    padding-right: 10px;
}

.footer-section-label {
    margin-bottom: 16px;
    /* line-height: 35px; */
    height: 35px;
    color:#fff ;
}

.footer-section-label .bg-label {
    background: url('/public/images/ico-contact-phone.png') no-repeat;
    background-position: left center;
    padding-left: 50px;
    height: 40px;
    line-height: 35px;
}

.footer-section-list {
    margin-bottom: 32px;
}

.footer-t2 .footer-tr .footer-section-list {
    margin-bottom: 19px;
}

.footer-section-list li {
    margin: 0 0 13px;
    line-height: 16px;
}

.bct-thong-bao,
.bct-dang-ky {
    margin: -17px 0 38px -3px;
    display: block;
}

.download-list {
    margin-bottom: 38px;
}

.download-list li {
    margin-right: 17px;
}

.footer-social-list {

    margin-top: -6px;
}

.footer-social-list li {
    margin-right: 10px;
}

.footer-tr {
    margin: 5px 0 0;
}

.footer-t2 .footer-tr {
    margin: 0 0 0 0;
    transform: translateX(-10px);
}

.footer-tr a {
    display: inline-block;
    margin-left: 20px;
}

.footer-t2 .footer-tr a {
    margin: 0;
}

.bct {
    vertical-align: -7px;
}

.footer-tb {
    padding: 25px 0 8px 0;
}

.parner-title {
    padding: 0;
    /* margin: 0 0 -7px; */
}

.parners li .wrap-parner-img {
    height: 84px;
    line-height: 84px;
    text-align: center;
    display: block;
    position: relative;
    text-align: center;
}

.parners-le li .wrap-parner-div-img {
    background-size: 350px 584px !important;
    /*100% 100%;*/
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 350px;
    height: 584px;
    border: 1px solid #d0cdcc;
    /* background-gradient: linear-gradient(to bottom right, red, blue); */
    /* background-image: url('../images/big_thumb1.png'), linear-gradient(#004092, #020202, transparent) !important; */

    /* background: linear-gradient(to bottom, rgba(255,255,255,0) 20%,
              rgba(255,255,255,1)), url(http://localhost/zenshop/public/images/img-menu.jpg) !important; */

}

/* .parners-le li .wrap-parner-div-img:after {
    background-image: linear-gradient(to bottom right, red, blue);
} */


.parners-le li .wrap-parner-div-img .header-title {
    position: absolute;
    bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    font-size: 36px;
    line-height: 40px;
    color: #414142;
    height: 100px;
    /* border: 1px solid #414142; */
    width: 100%;
    text-align: center;
}

.parners-le li .wrap-parner-img {
    height: 360px;
    line-height: 360px;
    text-align: center;
    display: block;
    position: relative;
    text-align: center;
}

.wrap-parner-img>img {
    position: absolute;
    margin: auto;
    top: 20px;
    left: 0;
    right: 0;
    bottom: 0;
}

/*listing*/
.content-l {
    width: 870px;
    border-right: 1px solid #dedede;
}

.content-r {
    width: 300px;
}

.flight-tbl {
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: 15px 20px;
    padding: 15px;
}

.flight-tbl p {
    margin: 0 0 5px;
}

.flight-tbl>table>tbody>tr>td {
    border-bottom: 1px solid #ccc;
    padding: 12px 0;
}

.fly-img {
    margin: 0 5px;
}

.flight-tbl>table>tbody>tr:last-child>td {
    border-bottom: none;
}

.sum-price {
    border-top: 1px solid #ccc;
}

.sum-price td {
    height: 50px;
}

.totalPrice {
    color: #ffa801;
    width: 150px;
}

.pick-btn {
    width: 300px;
    display: block;
    margin: 20px auto;
    background: #ffa801;
    border-radius: 20px;
    height: 35px;
    border: none;
    outline: none;

}

.flight-item-wrap {
    border-bottom: 1px solid #d2d2d2;
    padding-bottom: 18px;
    margin-bottom: 7px;
}

.flight-item-wrap:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.flight-section-header {
    position: relative;
    height: 78px;
    padding: 21px 0 0 20px;
}

.section-header-title {
    margin-bottom: 8px;
}

.flight-section-header:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -1px;
    width: 4px;
    height: 79px;
    background-image: -moz-linear-gradient(90deg, rgb(89, 199, 198) 0%, rgb(83, 202, 164) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(89, 199, 198) 0%, rgb(83, 202, 164) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(89, 199, 198) 0%, rgb(83, 202, 164) 100%);
    background: #308cb9;
}

.section-header-noti {
    position: absolute;
    bottom: 17px;
    right: 22px;
}

.flight-section-tab {
    width: 830px;
    border: 1px solid #e9e9e9;
    margin: 1px auto 20px;
}

.mod-tab-inter {
    border: none;
}

.flight-section-tab .tab__navs li {
    width: 14.285%;
    margin: 0;
    float: left;
    display: inherit;
}

.mod-tab-inter.flight-section-tab .tab__navs {
    border: 1px solid #e9e9e9;
    border-bottom: none;
}

.flight-section-tab .tab__navs li a {
    line-height: 20px;
    text-align: center;
    padding: 6px 0 0 0;
    height: 53px;
    background-image: -moz-linear-gradient(90deg, rgb(243, 243, 243) 0%, rgb(255, 255, 255) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(243, 243, 243) 0%, rgb(255, 255, 255) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(243, 243, 243) 0%, rgb(255, 255, 255) 100%);
    width: 100%;
    display: block;
    position: relative;
}

.mod-tab-inter.flight-section-tab .tab__navs li a {
    border-bottom: 1px solid #e9e9e9;
}

.flight-section-tab .tab__navs li a>span:after,
.flight-section-tab .tab__navs li a:before {
    content: "";
    width: 1px;
    height: 100%;
    background: #e9e9e9;
    position: absolute;
    top: 0;
    opacity: 0;
    visibility: hidden;
}

.flight-section-tab .tab__navs li a.active {
    color: #318cb9;
    font-family: 'SVN-Bariol', 'Open Sans', sans-serif;
    font-weight: 500;
    background: #fff;
}

.mod-tab-inter.flight-section-tab .tab__navs li a.active {
    border-bottom: none;
}

.flight-section-tab .tab__navs li a.active:before {
    left: 0;
    opacity: 1;
    visibility: visible;
}

.flight-section-tab .tab__navs li a.active>span:after {
    right: 0;
    opacity: 1;
    visibility: visible;
}

.flight-section-tab .tab__navs li a.active:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #308cb9;
    bottom: initial;
    top: -1px;
    position: absolute;
}

.flight-section-tab .tab__navs li:first-child a.active:before,
.flight-section-tab .tab__navs li:last-child a.active>span:after {
    display: none;
}

.flight-section-tab .tab__navs li a.not_active {
    color: #bbb;
    font-family: 'SVN-Bariol', 'Open Sans', sans-serif;
    font-weight: 500;
    background: #dfdfdf;
}

.tab-date {
    display: block;
    margin: -3px 0 0;
}

.flight-section-tab td {
    height: 61px;
    border-bottom: 1px solid #e9e9e9;
}

.flight-section-tab tr:last-child td {
    border: none;
}

.flight-list-detail {
    display: none;
}

.flight-logo {
    /*margin-left: 14px;*/
}

.flight-list-item .flight-logo {
    width: 234px;
    margin-top: 10px;
    text-align: center;
}

.flight-location-from {
    width: 101px;
}

.flight-location-to {
    width: 129px;
}

.flight-list-item .flight-location {
    margin-bottom: 1px;
}

.flight-lists {
    line-height: 20px;
}

.loadding {
    text-align: center;
    padding: 30px 0;
}

.loading-notify {
    margin: 35px 50px 0 0;
    color: #ff0000;
    font-size: 16px;
    /*float:right*/
}

.flight-list-item {
    border-bottom: 1px solid #e9e9e9;
    padding: 7px 0 10px;
}

.flight-list-item:last-child {
    border-bottom: none;
    padding: 7px 0 9px;
}

.flight-location-detail {
    width: 117px;
}

.flight-list-item .flight-code {
    margin: -1px 0 3px;
}

.flight-list-item .flight-price {
    margin: 12px 0 0;
    width: 145px;
}

.flight-list-item .flight-select {
    margin: 5px 0 0 3px;
}

.flight-list-detail {
    background: #f1f1f1;
    margin: 12px 0 -9px 0;
    outline: 1px solid #d2d2d2;
    padding: 10px 0 11px;
}

.flight-list-detail .delay-time {
    height: 30px;
    line-height: 30px;
    margin: 10px -15px;
    text-align: center;
    background-color: #f1f1f1;
}

.flight-list-detail b {
    font-weight: bold;
}

.flight-terms {
    margin: 9px 0 0;
}

.flight-term-title {
    padding: 0 0 1px;
}

.flight-term-lists {
    line-height: 20px;
}

.box-detail-itemz {
    background: #fff;
    width: 805px;
    padding: 13px 15px 19px 14px;
    margin: 15px auto 0;
}

.flight-list-detail .book-box-title {
    width: 100px;
}

.flight-list-detail .book-box-img {
    padding: 0 0 0 40px;
}

.flight-list-detail .book-box-main-c {
    margin: -2px 12px 0px 13px;
}

.flight-list-detail .fly-chart-code {
    margin: 4px 0 -4px;
}

.book-box-class {
    padding: 0 41px 0;
    margin: -2px 0 0;
}

.flight-list-detail .fly-chart-time {

    margin: -4px 0 5px -27px;
}

.flight-ticket-table {
    border: 1px solid #e9e9e9;
    border-radius: 3px;
    margin: 9px 0 -6px;
}

.flight-ticket-table th {
    background: #f6f5f5;
    border-bottom: 1px solid #e9e9e9;
    height: 35px;
}

.flight-ticket-table td {
    height: 37px;
}

.flight-ticket-table tr th:first-child,
.flight-ticket-table tr td:first-child {
    padding-left: 17px;
}



.flight-location {
    margin-bottom: 3px;
}

.flight-detail-link a {
    color: #5e83a8;
}

.flight-detail-link .iTriangle {
    width: 0;
    height: 0;
    border-top: 4px solid #5e83a8;
    border-left: 3.5px solid transparent;
    border-right: 3.5px solid transparent;
}

.flight-code {
    margin: -5px 0 7px;
}

.flight-select {
    width: 74px;
    height: 32px;
    line-height: 32px;
    display: inline-block;
    background: #318cb9;
    border-radius: 3px;
    text-decoration: none !important;
    margin: -2px 0 0 3px;
    transition: all .3s ease-in-out;
}

.flight-select:hover {
    background: #75dad9;
}

.changeSelector {
    background: #3997ee
}

.filter-block-content {
    padding: 21px 10px 0 19px;
}

.filter-block-items {
    margin: 0 0 32px;
}

.block-sub-title {
    padding: 0 0 12px;
}

.cate-filter-list ul {
    line-height: 25px;
    padding-left: 3px;
}

.cate-filter-list ul li>input[type="radio"] {
    vertical-align: -1px;
    margin-right: 5px;
}

.cate-filter-list ul li>input[type="checkbox"] {
    vertical-align: -1px;
    margin: 0 10px 0 2px;
}

.show-all {
    color: #5e83a8;
    float: right;
    margin: 0 6px 0;
}

.flight-form-wrap {
    transform: translateX(0px);
    background: rgb(49, 140, 185) url('../images/form_bg.png') no-repeat 83% 5px;
    margin: 62px 0 0;
    padding: 49px 0 6px;
}

.flight-form-content {
    background: #fff;
    width: 288px;
    border-radius: 3px;
    margin: 0 auto;
    padding: 0 0 0 13px;
}

.flight-form-title {
    padding: 25px 0 7px 0;
    margin-left: -5px;
}

.flight-form-switch {
    margin: 18px auto 15px;
}

.switch-item {
    display: inline-block;
    margin: 0 10px;
}

.switch-item input[type="radio"] {}

.flight-form-wrap .picker-lbl {
    margin-right: 3px;
}

.flight-form-wrap .fight-location-picker {
    margin-bottom: 15px;
}

.flight-form-wrap .fight-location-item {
    margin-bottom: 7px;
}

.flight-form-wrap .fight-location-item select,
.flight-form-wrap .fight-location-item input {
    width: 230px;
    border: 1px solid #dfdfdf;
    padding: 0 10px;
    height: 31px;
}

.flight-form-wrap .booking-form-item {
    margin-bottom: 7px;
}

.flight-form-wrap #fight-date-picker .booking-form-select {
    width: 117px;
}

.flight-form-wrap #fight-date-picker .booking-form-select.make-right {
    margin-right: 20px;
}

.flight-form-wrap .xxxDropdown .show-val {
    width: 218px;
}

.flight-form-wrap .booking-form-input input[type="text"] {
    width: 85px;
    text-align: center;
}

.start-time-wrap {
    width: 248px;
    position: relative;
    margin: 0 0 0 10px;
}

#start-time-range label {
    position: absolute;
    width: 20px;
    margin-top: 20px;
    margin-left: -10px;
    text-align: center;
    display: none;
}

#start-time-range label:last-child,
#start-time-range label:nth-last-child(7),
#start-time-range label:nth-last-child(11),
#start-time-range label:nth-last-child(15),
#start-time-range label:nth-last-child(19),
#start-time-range label:nth-last-child(25) {
    display: block;
}

#start-time-range {
    height: 5px;
    width: 248px;
}

#start-time-range.ui-slider-horizontal .ui-slider-range {
    height: 5px;
    width: 255px;
    background: #318cb9 url(../images/line3.png) no-repeat;
    background: #318cb9;
}

#start-time-range.ui-slider-horizontal .ui-slider-handle {
    border-radius: 50%;
    width: 14px;
    height: 14px;
    background: #fff;
    border: 1px solid #318cb9;
    top: -5px;
    outline: none;
}

/* custom style date picker */
.date-picker-wrapper {
    background: #fff;
    padding: 0;
    font-size: 12px;
}

.date-picker-wrapper.no-shortcuts {
    padding-bottom: 0
}

.date-picker-wrapper .month-wrapper table,
.date-picker-wrapper .month-wrapper table.month2 {
    width: auto
}

.date-picker-wrapper .first-date-selected,
.date-picker-wrapper .last-date-selected,
.date-picker-wrapper .month-wrapper table .day.real-today,
.date-picker-wrapper .month-wrapper table .day.toMonth.hovering {
    border-radius: 33px;
}

.date-picker-wrapper .month-wrapper table .day .lunarDay {
    font-size: 8px;
    text-align: center;
    padding: 2px 0 0;
}

.date-picker-wrapper .weekend {
    color: #BE4000
}

.date-picker-wrapper .month-wrapper table .day {
    width: 33px
}

.date-picker-wrapper .month-wrapper table .day.toMonth.invalid .weekend {
    opacity: .35;
    filter: Alpha(Opacity=35);
}

/* .date-picker-wrapper .drp_top-bar{background: #2f8cb9;color:#fff;padding-left: 10px;font-weight: bold} */
.date-picker-wrapper .drp_top-bar {
    background: #979797;
    color: #fff;
    padding-left: 10px;
}

.date-picker-wrapper .month-wrapper {
    border: 0;
    border-radius: 0
}

.date-picker-wrapper .month-name {
    color: #2f8cb9
}

.date-picker-wrapper table .caption .next,
.date-picker-wrapper table .caption .prev {
    color: #2f8cb9;
    padding: 2px 6px
}

.date-picker-wrapper table .caption .next:hover,
.date-picker-wrapper table .caption .prev:hover {
    background: #2f8cb9;
    color: #fff;
    border-radius: 17px
}

/*book page*/
.content-book {
    background: #f1f1f1;
    padding: 10px 0 30px;
}

.content-book>.container {
    background: #fff;
    padding: 13px 21px 50px 19px;
}

.content-pay {
    background: #f1f1f1;
    padding: 10px 0 30px;
}

.content-pay>.container {
    background: #fff;
    padding: 13px 21px 10px 19px;
}

.book-section-wrap {
    margin-bottom: 35px;
}

.book-section-header {
    position: relative;
    height: 35px;
    line-height: 35px;
    margin-bottom: 7px;
}

.book-section-header:before {
    content: "";
    display: block;
    width: 4px;
    height: 35px;
    position: absolute;
    top: -2px;
    left: -19px;
    background: #328dba;
}

.book-section-title {
    padding-left: 2px;
}

.book-section-link {
    text-decoration: underline;
    position: absolute;
    top: 0px;
    right: 9px;
}

.book-box {
    background: #fff;
    border: 1px solid #e9e9e9;
    margin-bottom: 10px;
    border-radius: 3px;
    padding: 14px 19px 48px 16px;
    position: relative;
}

.content-book .book-box {
    padding-bottom: 0;
}

.book-box-title {
    width: 303px;
}

.book-box-top-wrapper .book-box-detail-content .book-box-title {
    padding-left: 30px;
    margin-right: 15px;
}

.book-box-label {
    margin-bottom: 8px;
}

.book-box-main-l,
.book-box-main-r {
    line-height: 21px;
    width: 123px;
}

.book-box-main-c {
    margin: 3px 12px 0 13px;
}

.fly-chart-code {
    color: #318cb9;
    padding-left: 12px;
}

.fly-chart-line {
    margin: -1px 0 5px;
}

.booking-addr {
    margin-top: -4px;
}

.book-box-bottom .flight-detail-link {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.book-box-top-wrapper .flight-detail-link {
    position: relative;
}

.book-box-bottom .flight-detail-link a {
    background: #f6f5f5;
    height: 35px;
    line-height: 36px;
    display: block;
    padding: 0 16px;
    border-top: 1px solid #e9e9e9;
}

.book-box-top-wrapper {
    margin: 14px -19px 0 -16px;
}

.book-opt-title {
    margin: 0 29px 7px 0;
}

.book-box-opt .xxxDropdown .show-val {
    padding: 0 34px 0 8px;
}

.book-box-opt .xxxDropdown .show-val:before {
    right: 9px;
}

.book-section-tbl {
    border: 1px solid #e9e9e9;
    border-radius: 3px;
    margin: -2px auto 11px;
}

.book-section-tbl th {
    background: #f6f5f5;
    height: 35px;
    border-bottom: 1px solid #e9e9e9;
}

.book-section-tbl tr th:first-child,
.book-section-tbl tr td:first-child {
    padding-left: 17px;
}

.book-section-tbl tr td:last-child {
    padding-right: 17px;
}

.book-section-tbl tr td {
    height: 37px;
    border-bottom: 1px solid #e9e9e9;
}

.book-section-tbl tr:last-child td {
    border-bottom: none;
}

.booking-counpon {
    text-decoration: underline;
    vertical-align: 6px;
    padding-right: 12px;
}

.booking-price {
    padding-left: 4px;
}

.booking-price span {
    padding-right: 1px;
}

.book-section-form {
    margin-bottom: 29px !important;
    width: 33.333%;
}

.booking-form-info.xxxDropdown .show-val {
    height: 32px;
    line-height: 31px;
    border-radius: 3px;
    border: 1px solid #e3e3e3;
    padding: 0 41px 0 10px;
    width: 77px;
}

.booking-form-info.xxxDropdown .show-val:before {
    right: 10px;
}

.booking-form-l {
    width: 99px;
    margin-right: 14px;
}

.booking-form-r {
    width: 246px;
}

.booking-form-r .booking-form-input {
    position: relative;
}

.booking-form-r .booking-form-input input {
    width: 100%;
    border-radius: 3px;
    border: 1px solid #e3e3e3;
    margin-bottom: 10px;
    padding: 0 10px;
    height: 32px;
}

.booking-form-input .form-control {
    height: 32px;
    width: 100%;
    border-radius: 3px;
    border: 1px solid #e3e3e3;
    margin-bottom: 10px;
    padding: 0 10px;
}

.placeholder {
    position: absolute;
    pointer-events: none;
    top: -10px;
    bottom: 0;
    height: 32px;
    line-height: 32px;
    left: 10px;
    margin: auto;
    color: #666;
}

.placeholder span {
    color: #ff0000;
}

.booking-btn {
    margin-top: 30px;
}

.booking-btn button {
    color: #5c4406;
    border-radius: 3px;
    background: #ffcb48;
    width: 140px;
    height: 47px;
    border: 1px solid #e1b954;
}

/*list quoc te*/
.mod-tab-inter .tab__content {
    margin-top: -14px;
}

.flight-box-section {
    border: 1px solid #d2d2d2;
    margin-top: 30px;
    display: flex;
}

.flight-box-coll {
    border-right: 1px solid #d2d2d2;
    /*width: 681px;*/
    flex: 0 0 681px;
}

.flight-box-colr {
    width: 147px;
    flex: 0 0 147px;
    position: relative;
}

.flight-box-price {
    position: absolute;
    width: 100%;
    top: 19px;
    left: 0;
}

.box-price-btn {
    width: 74px;
    height: 32px;
    border-radius: 3px;
    background: #318cb9;
    margin: 16px 0 0;
    border: none;
    outline: none;
    transition: all .3s ease-in-out;
}

.box-price-btn:hover {
    opacity: .9;
}

.box-col-label {
    width: 100%;
    height: 35px;
    line-height: 35px;
    background: #f6f5f5;
    padding: 0 14px;
}

.flight-box-sub-section {
    margin: 0 0 4px;
}

.flight-box-col .book-box-title {
    width: 161px;
}

.flight-box-col .book-box-top {
    border-bottom: 1px solid #e6e6e6;
    margin: 0 13px;
    padding: 14px 0 15px;
}

.book-box-top-wrapper .book-box-detail-content .book-box-top {
    padding: 14px 0 15px;
}

.flight-box-col .book-box-top-wrapper:last-child .book-box-top {
    border-bottom: none
}

.flight-box-sub-section:last-child .book-box-top-wrapper .book-box-top {
    border-bottom: none;
    padding-bottom: 6px;
}

.flight-box-col .book-box-main-c {
    margin: 2px 14px 0 16px;
}

.flight-box-col .fly-chart-line {
    margin: 0px 0 6px;
}

.flight-box-col .book-box-select {
    margin: 0 4px 0;
}

.flight-box-col .book-box-select input[type="radio"] {
    width: 15px;
    height: 15px;
    margin: 2px 4px 12px 0;
}

.flight-box-col .book-box-select .flight-detail-link {
    margin: 0 -4px 0 0;
}

.book-box-detail-content {
    background: #f6f5f5;
    border: 1px solid #e7e5e5;
    margin: -5px 10px 10px;
    display: none;
}

.book-box-top-wrapper .book-box-detail-content {
    margin: -5px 0 0 0;
    border-color: #f6f5f5 transparent transparent;
}

.book-box-detail-content .book-box-top {
    margin: 0;
    border: none;
}

.box-detail-item {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #dfdfdf;
}

.box-detail-item:first-child {
    border-top: none;
}

.box-detail-item:last-child {
    border-bottom: none;
}

.box-price-btn

/*login page*/
.content-login {
    background: #f1f1f1;
    padding: 10px 0 40px;
}

.content-login .login-wrapper {
    background: #fff;
    padding: 23px 41px 50px 36px;
    width: 776px;
    margin: 0 auto;
    position: relative;
}

.login-form-title {
    padding: 0 0 21px;
}

.login-form-des {
    padding: 0 0 15px 2px;
}

.login-wrapper .popup-olala-login {
    padding: 37px 0 85px;
}

.login-wrapper .popup-footer {
    padding: 0 215px 0 234px;
    height: 76px;
    line-height: 71px;
}

/*info page*/
.content-info {
    /* background: #f1f1f1; */
    padding: 10px 0 34px;
}

.content-info>.container {
    background: #fff;
    padding: 10px 0 10px;
}

.content-info-detail>.container {
    background: none;
    padding: 0 0 34px;
}

.content-booking-confirm {
    background: #f1f1f1;
    padding: 10px 0 34px;
}

.content-booking-confirm>.container {
    background: #fff;
    padding: 10px 0 34px;
}

.travel-info-wrap {
    padding: 10px 10px 20px 10px;
}

.travel-info-wrap .form-reservation {
    margin-left: auto;
    margin-right: auto;
    width: 800px
}

.travel-info-wrap .body-content-wrap {
    width: 100%;
}

.travel-info-wrap .body-content-wrap .slideItm {
    /* padding: 10px 30px 10px 30px; */
    margin-top: 20px;
    /* background: #f2f3f5; */
    border: 1px solid #f2f3f5;
}

.slideItm .item {
    /* margin-bottom: 60px; */
    /* border: 1px solid #FF00FF; */
}

.slideItm .item .bockitem {
    min-width: 400px;
    margin-left: auto;
    margin-right: auto;
    max-width: calc(100% - 10px);
    text-align: center;
    max-height: 900px;
}




.block-menu-tab {
    position: absolute;
    /* top: -80px; */
    top: -40px;
    /* border: 1px solid #FFFF00; */
    min-width: 100%;
    /* padding: 0px 80px 0px 80px; */
    padding: 0px 180px 0px 180px;
}

.block-menu-wrap {
    /* height: 125px; */
    text-align: justify;
    /* border: 10px solid black; */
    width: 100%
}

/* .block-menu-wrap div {
  width: 150px;
  height: 125px;
  display: inline-block;
  background: red;
} */

.block-menu-wrap .tab-menu {
    display: inline-block;
    text-align: center;
    /* background: #ffffff url('/public/images/ico-chef.png') no-repeat center 10px; */
    width: 176px;
    height: 133px;
    /* border: 1px solid #FF0000; */
    position: relative;
    /* padding: 20px; */
    cursor: pointer;
}

.block-menu-wrap .tab-menu .title {
    /* border: 1px solid #FF00FF; */
    position: absolute;
    padding: 0px 20px 0px 20px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    line-height: 26px;
    /* top: 60px; */
    /* bottom: 20px; */
    top: 65px;
    vertical-align: text-top;
}

.block-menu-wrap .tab-menu .title a {
    text-decoration: none;
}

.icon1 {
    background: #ffffff url('/public/images/ico-chef.png') no-repeat center 10px;
}

.icon2 {
    background: #ffffff url('/public/images/ico-food.png') no-repeat center 10px;
}

.icon3 {
    background: #ffffff url('/public/images/ico-drink.png') no-repeat center 10px;
}

.icon4 {
    background: #ffffff url('/public/images/ico-set-combo.png') no-repeat center 10px;
}

.icon5 {
    background: #ffffff url('/public/images/ico-promotion-01.png') no-repeat center 10px;
}

.icon6 {
    background: #ffffff url('/public/images/ico-promotion-02.png') no-repeat center 10px;
}

.icon7 {
    background: #ffffff url('/public/images/ico-promotion-03.png') no-repeat center 10px;
}

.icon8 {
    background: #ffffff url('/public/images/ico-promotion-04.html') no-repeat center 10px;
}

.icon9 {
    background: #ffffff url('/public/images/ico-promotion-05.html') no-repeat center 10px;
}

.icon10 {
    background: #ffffff url('/public/images/ico-info-1.png') no-repeat center 10px;
}

.icon11 {
    background: #ffffff url('/public/images/ico-info-2.png') no-repeat center 10px;
}

.icon12 {
    background: #ffffff url('/public/images/ico-info-3.png') no-repeat center 10px;
}

.active {
    box-shadow: 4px 4px 4px #f2f1f1;
}

.none {
    border: 1px solid #f2f1f1;
}


.block-menu-wrap:after {
    content: '';
    width: 100%;
    display: inline-block;
    position: relative;
    padding: 20px;
}

.border-wrap {
    border-radius: 10px;
    -moz-box-shadow: 0 0 3px 3px #d7d8da;
    -webkit-box-shadow: 0 0 3px 3px #d7d8da;
    box-shadow: 0 0 3px 3px #d7d8da;
    padding: 5px 5px 5px 15px;
    margin-bottom: 10px;
}

.border-wrap .form-reservation {
    /* border: 1px solid #FFDD00; */
    /* height: 100%; */
    width: 100%;
    padding: 10px;
}



.form-reservation .list-item {
    width: 100%;
}

.list-item .tab-item {
    /* width: 49%; */
    /* padding: 0px 0px 30px 0px; */
}

.tab-item-title {
    height: 30px;
    padding: 5px 0px 5px 0px;
    line-height: 30px;
    /* text-align: center; */
    margin: 14px 0px 14px 0px;
}

.sub-block-menu {
    width: 100%;
    margin-bottom: 40px;
    text-align: center;
    /* border: 1px solid #FF0000; */
    margin-top: 40px;
}

.sub-block-menu .centerwrapper {
    margin: auto;
    width: 100%;
    /* border: 1px solid #FF0000; */
    /* padding: 20px; */
    line-height: 30px;
}

.sub-block-menu .centerwrapper .scrollLink:hover {
    color: #e54249;
}

.sub-block-menu .centerwrapper .itm-sub {
    line-height: 30px;
    border: 1px solid
}

.seperate {
    border-right: 1px solid #4a494b;
    padding: 0px 6px 0px 6px;
}

.list-page {
    min-width: 200px;
    margin-left: auto;
    margin-right: auto;
    min-height: 40px;
}

.load-page {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    min-height: 40px;
    cursor: pointer;
}

.load-page .title {
    line-height: 20px;
    color: #414142;
}

.load-page .icon {
    width: 15px;
    height: 15px;
    margin-left: auto;
    margin-right: auto;
    background: url('/public/images/down.png') no-repeat center center;
    background-size: 100% 100%;
}

.list-block-menu {
    /* border: 1px solid #FF0000; */
    /* margin-bottom: 80px; */
    /* display: flex;
    justify-content: center;
    align-items: center;  */
    /* display:flex; */

    position: relative;
    margin-top: 20px;
}

.line-list {
    margin-bottom: 10px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 300px;
    border-bottom: 1px solid #FF0000;
}

.line-list-none {
    margin-bottom: 10px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    width: 300px;
    /* border-bottom: 1px solid #FF0000; */
}

.list-block-menu-center {
    /* border: 1px solid #FF0000; */
    /* border: 1px solid #FF0000; */
    margin: 0px 80px 40px 80px;
    /* margin-bottom: 40px; */
    background-color: #f1f4f5;
}

.bg-menus-left {
    background: url('../images/menu-bg.png') no-repeat 200px center;
    /* background-size: 100% 100%;  */
}

.bg-menus-right {
    background: url('../images/menu-bg.png') no-repeat calc(100% - 200px) center;
    /* background-size: 100% 100%;  */
}

.bg-menus-center {
    background: url('../images/menu-bg-1.png') no-repeat center center;
    /* background-size: 100% 100%;  */
    /* background-color: #ffffff; */
}


.list-block-menu .block-image-larger {
    width: 620px;
    min-height: 200px;

    /* border: 1px solid #FFF000; */
    padding: 0px 50px 0px 50px;
    /* position:fix; */
}

.list-block-menu .block-image-larger img {
    max-height: 400px;
}

.list-block-menu .block-content-small-right {
    /* border: 1px solid #00FF00; */
    /* width:calc(100% - 520px); */
    width: 250px;
    /* min-height: 100%; */
    /* min-height: 200px; */
    /* padding-top: 100px; */
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
    /* min-height: 100%; */
    /* position: absolute; */
    /* left: 620px; */
    /* right: 0; */
    /* margin-top: 0; */
    /* margin-bottom: 0; */
    /* height: auto; */
    /* padding-top: calc(10% - 8px); */
    height: 500px;
    position: relative;
}

.list-block-menu .block-content-small-right .block-content-small {
    /* border: 1px solid #00FF00; */
    /* width:calc(100% - 520px); */
    width: 250px;
    /* height: 100%; */
    min-height: 200px;
    /* padding-top: 50px; */
    /* vertical-align:middle; */
    /* height: calc(10% - 8px); */
    position: absolute;
    /* top: 0; */
    top: calc(20% - 5px)
}

.block-content-small a {
    line-height: 30px;
    font-weight: bold;
}

.block-content-small span {
    line-height: 20px;
}

.block-content-small .price {
    border: 1px solid #000000;
    padding: 5px;
    max-width: 150px;
    min-width: 100px margin-top: 20px;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
}

.list-block-menu .block-image {
    width: 476px;
    min-height: 460px;
    /* border: 1px solid #FFF000; */
    padding: 0px 50px 0px 16px;
    /* position:fix; */
}



.block-image .title {
    font-size: 30px;
    line-height: 30px;
}

.list-block-menu .block-content {
    /* border: 1px solid #00FF00; */
    width: calc(100% - 476px);
    /* height: 100%; */
    min-height: 200px;
    height: 500px
}

.block-content .itm-block {
    /* border: 10px solid #FF0000; */
    position: relative;
}

.itm-block .bleft {
    /* width: 200px; */
    width: calc(100% - 200px);
    border-bottom: 1px solid #000000;
}

.bleft a {
    line-height: 30px;
    font-size: 20px;
}

.bleft span {
    font-size: 16px;
}

.itm-block .bright {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 150px;
    /* border: 2px solid #FF00FF; */
}

.bright span {
    /* font-size: 14px; */

}

/* .block-right-1 ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
    clear: both;
}
.block-right-1 ul>li {
    clear: both;
    border: 1px sold #FF0000;
    display: block;
    height: 100%;
} */
.ul-itm-list {
    width: 100%;
    /* clear: both; */
    /* position: relative; */
    padding-bottom: 20px;
    /* border: 1px sold #FF0000; */
    /* height: 100%; */
}

.itm-block-left {
    border-bottom: 1px solid #CCCC;
    /* width:calc(100% - 155px); */
}

.itm-block-left a {
    line-height: 24px;
    font-size: 16px;
    font-weight: bold;
}

.itm-block-left span {
    font-size: 14px;
    line-height: 20px;
}

.itm-block-left .itm-block-right {
    border: 1px solid #FF0000;
    width: 150px;
    /* position: absolute; */
    /* height: 100%; */
    /* position: relative; */
    /* bottom: 0; */
    /* right: 0; */

}

.itm-block-right .price {
    /* line-height: 30px; */
    padding-top: 20px;
}

.list-block-menu .block-left-blog {
    width: 410px;
    min-height: 100px;
    /* border: 1px solid #FFF000; */
    padding: 0px 47px 0px 16px;
    /* position:fix; */
}


.list-block-menu .block-left {
    width: 410px;
    min-height: 100px;
    /* border: 1px solid #FFF000; */
    padding: 0px 47px 0px 16px;
    /* position:fix; */
}

.list-block-menu .block-right-img {
    width: calc(100% - 310px);
}

.list-block-menu .block-left-text {
    width: 310px;
    /* height: 371px; */
    /* border: 1px solid #FFF000; */
    padding: 0px 47px 0px 16px;
    /* position:fix; */
    /* width:calc(100% - 400px); */
}

.list-block-menu .block-right {
    /* border: 1px solid #00FF00; */
    width: calc(100% - 410px);
}

.list-block-menu .block-right-blog {
    /* border: 1px solid #00FF00; */
    width: calc(100% - 410px);
}

.list-item-menu {
    /* border: 1px solid #FF0000; */
    width: 100%;
}

.list-item-menu .itm-menu {
    min-width: 240px;
    /* height: 100px; */
    /* border: 2px solid #000; */
    margin: 0px 50px 20px 0px;
    max-width: 250px;

}

.list-item-menu .itm-menu .itm-menu-title {
    line-height: 30px;
}

.list-item-menu .itm-menu .itm-menu-text {
    line-height: 20px;
}

.list-item-menu .itm-menu-max {
    min-width: 240px;
    /* height: 100px; */
    /* border: 2px solid #000; */
    margin: 0px 50px 20px 0px;
    max-width: 100%;

}

.list-item-menu .itm-menu-max .itm-menu-title {
    line-height: 30px;
}

.list-item-menu .itm-menu-max .itm-menu-text {
    line-height: 20px;
}

.list-item-menu .itm-menu-max .itm-menu-read-more {
    padding-top: 15px;
}

.combo-list {
    /* border: 1px solid #CCCC; */
    /* border-radius: 4px; */
    /* width: 200px; */
}

.text-input {
    border: 1px solid #636467;
    border-radius: 2px;
    height: 40px;
    line-height: 40px;
    padding: 4px;
}

.text-input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #414142;
    opacity: 1;
    /* Firefox */
}

/* .combo-list ul {
    height: 30px;
    width: 150px;
    border: 1px #000 solid;
}
.combo-list ul li { padding: 5px 10px; z-index: 2; }
.combo-list ul li:not(.init) { float: left; width: 130px; display: none; background: #ddd; }
.combo-list ul li:not(.init):hover, ul li.selected:not(.init) { background: #09f; }
.combo-listli.init { cursor: pointer; }

.combo-list a#submit { z-index: 1; } */

.page-title {
    /* margin: 0 0 30px -28px; */
    margin: 20px 0 10px 0;
    text-align: center;
}

.page-title-sub {
    line-height: 40px;
    /*    background: url();*/
}

.travel-info-list .small-list-item {
    padding: 0 0 31px 0;
    margin: -2px 0 33px 0;
}

.travel-info-list .small-list-item:after {
    width: 100%;
    background-repeat: repeat;
}

.travel-info-list .small-list-img {
    width: 288px;
    height: 152px;
    margin-right: 30px;
}

.travel-info-list .small-list-info {
    width: 788px;
}

.travel-info-list .big-list-item-tit {
    padding: 6px 0 0;
    line-height: 22px;
}

.travel-info-list .big-list-date {
    padding: 10px 0 11px;
}

.pagin {
    font-size: 0px;
    /* margin: -28px auto -24px; */
    transform: translateX(4px);
}

.pagin li {
    /*float: left;*/
    display: inline-block;
    font-size: 13px;
}

.pagin li a {
    display: block;
    width: 42px;
    height: 34px;
    line-height: 30px;
    text-decoration: none;
    border: 1px solid #ededed;
    border-left: none;
    color: #999;
    transition: all .2s ease-in-out;
}

.pagin li a:hover {
    font-weight: 700;
    background: #3cc6c5;
    color: #fff;
}

.pagin li a:hover .iNext {
    background-image: url('/public/images/next-active.png');
}

.pagin li a:hover .iPrev {
    background-image: url('/public/images/prev-active.png');
}

.pagin li:first-child a {
    border-left: 1px solid #ededed;
    border-radius: 3px 0 0 3px;
}

.pagin li:last-child a {
    border-radius: 0 3px 3px 0;
}

/*info page detail*/
.travel-info-l {
    background: #fff;
    /* width: 870px; */
    padding: 27px 20px 3px 21px;
    font-size: 14px;
}

.travel-info-r {
    width: 270px;
}

.travel-info-l .page-title {
    margin: 0 0 2px 0;
}

.travel-info-l .big-list-date {
    padding: 17px 0 0px;
}

.travel-info-l p {
    line-height: 20px;
}

.travel-info-content h3 {
    margin: 25px auto 15px;
}

.travel-info-content img {
    margin-bottom: 3px;
}

.socials {
    margin-left: -8px;
}

.related-list {
    margin: 17px 0 0;
}

.related-list-title {
    padding: 15px 0 22px;
}

.related-list .small-list-item {
    width: 238px;
    margin: 0 56px 0 0;
}

.related-list .small-list-item:after {
    height: 219px;
    width: 1px;
    background: transparent url(../images/line2.png) no-repeat;
    left: initial;
    right: -29px;
    top: 0;
    bottom: initial;
}

.related-list .small-list-info {
    max-width: 100%;
    line-height: 23px;
    padding: 12px 0 0;
}

.related-list .small-list-item:last-child {
    margin-right: 0;
}

.related-list .big-list-date {
    padding: 11px 0 13px;
    margin-left: -2px;
}

.travel-news {
    margin: 22px 0 0;
}

.travel-news-title {
    padding: 0 0 26px 2px;
}

.travel-news-list .small-list-item {
    margin: 0 0 13px;
}

.travel-news-list .small-list-item:after {
    content: none;
}

.travel-news-list .small-list-img {
    width: 270px;
    height: 142px;
}

.travel-news-list .small-list-info {
    max-width: 100%;
}

.travel-news-list .big-list-item-tit {
    padding: 14px 0 0;
    line-height: 19px;
}

.travel-news-list .big-list-date {
    display: none;
}

/*user profile*/
.content-user-pro5 .content-l {
    width: 270px;
    border: none;
}

.content-user-pro5 .content-r {
    width: 890px;
}

.user-profile-nav {
    padding: 5px 21px 0 23px;
    height: 458px;
    line-height: 52px;
}

.user-profile-nav li {}

.user-profile-nav li a {
    display: block;
    border-bottom: 1px solid #eceaea;
    position: relative;
    text-decoration: none;
}

.user-profile-nav li a:before {
    content: "";
    display: block;
    position: absolute;
    width: 4px;
    height: 35px;
    background-image: -moz-linear-gradient(90deg, rgb(89, 199, 198) 0%, rgb(83, 202, 164) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(89, 199, 198) 0%, rgb(83, 202, 164) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(89, 199, 198) 0%, rgb(83, 202, 164) 100%);
    top: 7px;
    left: -23px;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
}

.user-profile-nav li a.active:before,
.user-profile-nav li a:hover:before {
    opacity: 1;
    visibility: visible;
}

.user-profile-nav li a.active,
.user-profile-nav li a:hover {
    font-weight: 500;
}

.user-profile-nav li:last-child a {
    border-bottom: none;
}

.user-profile-nav li i {
    margin-right: 10px;
}

.user-pro5-booking .flight-section-tab {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 65px;
}

.user-pro5-booking .flight-section-tab .tab__navs {
    text-align: center;
    background-image: -moz-linear-gradient(90deg, rgb(243, 243, 243) 0%, rgb(255, 255, 255) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(243, 243, 243) 0%, rgb(255, 255, 255) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(243, 243, 243) 0%, rgb(255, 255, 255) 100%);
    padding-left: 43px;
}

.user-pro5-booking .flight-section-tab .tab__navs li {
    float: none;
    display: inline-block;
    width: 120px;
    font-size: 14px;
}

.user-pro5-booking .flight-section-tab .tab__navs li a {
    position: relative;
    height: 47px;
    line-height: 37px;
}

.user-pro5-booking .flight-section-tab .tab__navs li a:before,
.user-pro5-booking .flight-section-tab .tab__navs li:first-child a:before,
.user-pro5-booking .flight-section-tab .tab__navs li a:after {
    content: "";
    display: block;
    position: absolute;
    background: #e9e9e9;
    width: 1px;
    height: 100%;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
}

.user-pro5-booking .flight-section-tab .tab__navs li a:before {
    left: 0;
}

.user-pro5-booking .flight-section-tab .tab__navs li a:after {
    right: 0;
}

.user-pro5-booking .flight-section-tab .tab__navs li a.active:before,
.user-pro5-booking .flight-section-tab .tab__navs li a.active:after {
    opacity: 1;
    visibility: visible;
}

.user-pro5-booking .flight-section-header:before {
    content: none;
}

.user-pro5-booking .book-box {
    margin: 0 11px 11px;
    padding: 14px 15px 48px 16px;
}

.user-pro5-booking .book-box-title {
    width: 168px;
}

.user-pro5-booking .book-box-main-c {
    margin: 5px 32px 0 13px;
}

.user-pro5-booking .book-box-opt {
    margin-left: 1px;
}

.user-pro5-booking .book-box-opt .xxxDropdown .show-val {
    padding: 0 25px 0 8px;
    height: 33px;
}

.no-booking-wrap {
    width: 890px;
    height: 284px;
    background: transparent url(../images/bg_no_ticket.jpg) no-repeat;
    padding: 101px 0 13px 72px;
}

.no-booking-title {
    padding: 1px 0 12px 61px;
}

.user-pro5-booking .btn-search {
    margin: 12px 42px 14px 50px;
    width: 245px;
    height: 44px;
    line-height: 44px;
}

.user-pro5-booking {
    min-height: 458px;
}

.user-pro5-mypro5 {
    padding: 22px 0 15px 18px;
}

.pro5-section-title {
    padding: 0 0 21px 0;
}

.pro5-section-form {
    padding-right: 18px
}

.user-pro5-section {
    margin-bottom: 57px;
}

.pro5-form-row {
    margin-bottom: 10px;
}

.pro5-form-label {
    line-height: 32px;
    width: 86px;
}

.pro5-form-val {
    width: 246px;
}

.pro5-form-val .is-invalid {
    border-color: red;
}

.pro5-form-input {
    width: 100%;
    height: 32px;
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    padding: 0 10px;
}

.pro5-change-pw {
    margin: 10px 0 15px;
}

.pro5-change-pw a {
    color: #5e83a8;
    text-decoration: underline;
}

.pro5-save-btn {
    margin-left: 86px;
    width: 122px;
    height: 32px;
    border-radius: 3px;
    background: #59c7c6;
    border: none;
    outline: none;
}

.alert {
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: bold
}

.alert-dismissible .close {
    position: relative;
    top: -0.75rem;
    right: -1.25rem;
    padding: 0.75rem 1.25rem;
    color: inherit
}

.alert-primary {
    color: #115770;
    background-color: #d2eef7;
    border-color: #c1e7f4
}

.alert-primary hr {
    border-top-color: #abdff0
}

.alert-primary .alert-link {
    color: #0a3544
}

.alert-secondary {
    color: #555f64;
    background-color: #edf1f3;
    border-color: #e6ebee
}

.alert-secondary hr {
    border-top-color: #d7dfe4
}

.alert-secondary .alert-link {
    color: #3e4548
}

.alert-success {
    color: #28623c;
    background-color: #dbf2e3;
    border-color: #cdedd8
}

.alert-success hr {
    border-top-color: #bae6c9
}

.alert-success .alert-link {
    color: #193e26
}

.alert-info {
    color: #336573;
    background-color: #e0f3f8;
    border-color: #d3eef6
}

.alert-info hr {
    border-top-color: #bee6f2
}

.alert-info .alert-link {
    color: #234650
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba
}

.alert-warning hr {
    border-top-color: #ffe8a1
}

.alert-warning .alert-link {
    color: #533f03
}

.alert-danger {
    color: #813838;
    background-color: #fee2e1;
    border-color: #fdd6d6
}

.alert-danger hr {
    border-top-color: #fcbebe
}

.alert-danger .alert-link {
    color: #5d2929
}

.alert-light {
    color: #7d7e7f;
    background-color: #fcfdfd;
    border-color: #fbfcfc
}

.alert-light hr {
    border-top-color: #ecf1f1
}

.alert-light .alert-link {
    color: #646565
}

.alert-dark {
    color: #151c20;
    background-color: #d4d7d8;
    border-color: #c3c7c9
}

.alert-dark hr {
    border-top-color: #b6babd
}

.alert-dark .alert-link {
    color: #010101
}

.sale-news-list li {
    float: left;
    margin-right: 52px;
}

.sale-news-list input[type="radio"] {
    display: none;
}

.sale-news-list label {
    position: relative;
    display: block;
    padding-left: 29px;
}

.sale-news-list label:before {
    position: absolute;
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: transparent url("/public/images/radio.png") no-repeat;
    transition: all .3s ease-in-out;
    top: -3px;
    left: 0;
}

.sale-news-list input[type="radio"]:checked+label:before {
    background-image: url("/public/images/radio-active.png");
}

/*booking comfirm*/
.booking-confirm-wrap {
    padding: 80px 0 14px 0;
}

.confirm-title {
    padding: 41px 0 9px 17px;
}

.confirm-success .confirm-title {
    padding: 41px 0 9px 17px;
    margin: 2px 0 0 38px;
}

.confirm-order {
    padding: 24px 0 1px 0;
    margin-left: 1px;
}

.confirm-p {
    margin: 0 0 32px 6px;
}

.confirm-success .confirm-p {
    margin: 0 0 15px 11px;
}

.confirm-btn .btn-search {
    width: 158px;
    height: 45px;
    margin-left: 122px;
    display: inline-block;
    line-height: 45px;
}

.confirm-btn .iSearch {
    vertical-align: -4px;
    margin: 0 7px 0 0;
}

.go-home {
    margin-left: 24px;
}

.confirm-support {
    margin-left: -15px;
}

.confirm-success {
    margin: 0 0 -33px;
}

.flight-tbl-area {
    margin: 63px 0 30px;
}

.flight-tbl-wrap {
    padding: 0 20px;
    margin-bottom: 42px;
}

.flight-tbl2 {
    border: 1px solid #e9e9e9;
    border-radius: 3px;
    margin: 0 2px 0 -2px;
}

.flight-tbl-label {
    margin-bottom: 15px;
}

.flight-tbl2 tr {
    border-bottom: 1px solid #e9e9e9;
}

.flight-tbl2 tr:last-child {
    border-bottom-color: transparent;
}

.flight-tbl2 th {
    background: #f6f5f5;
    height: 33px;
    text-align: left;
    line-height: 33px;
}

.flight-tbl2 th:first-child,
.flight-tbl2 td:first-child {
    padding-left: 18px;
}

.flight-tbl2 td {
    padding: 10px 0;
}

.flight-tbl22 td {
    padding: 15px 0;
}

.flight-tbl-addr {
    line-height: 23px;
}

.total-tr {
    height: 41px;
}

.flight-chieu-area {
    margin: -4px 0 0;
}

.flight-chieu-wrap {
    padding: 0 20px;
    margin-bottom: 34px;
}

.book-box-code {
    width: 170px;
    background: #53abfb;
    height: 38px;
    line-height: 29px;
    text-align: center;
    border-top: 3px solid #3184cf;
    margin: 3px 40px 0 2px;
}

.box-code-label {
    display: inline-block;
    margin-right: 6px;
}

.book-box-img {
    margin: -4px 9px 0 0;
    text-align: center;
}

.book-box-type {
    margin: 2px 0 2px 9px;
}

.flight-box {
    width: 873px;
    margin: 41px auto;
    margin-left: 177px;
}

.flight-box-title {
    margin-bottom: 3px;
}

.flight-box-des {
    font-weight: bold;
    font-style: italic;
    color: red;
    margin-left: -2px;
    /*font-size: 10px;*/
    margin-bottom: 24px;
    margin-top: 24px;
}

.flight-box-content {
    border: 1px solid #d2d2d2;
}

.flight-box-header {
    background: #e0e0e0;
    padding: 10px 0 21px 12px;
}

.flight-box-code>span {
    color: #007e0a;
    font-weight: bold;
    display: inline-block;
    margin-left: 5px;
}

.flight-box-brands {
    float: left;
    margin-left: 49px;
}

.flight-box-brands ul {
    line-height: 20px;
}

.booking-hour {
    color: #00588e;
}

.flight-box-cont {
    border: 1px solid #e0e0e0;
    margin: 4px;
    border-radius: 4px;
    padding: 13px 1px 7px;
}

.flight-box-logo {
    width: 140px;
}

.flight-box-cont .booking-addr {
    color: #005fc9;
}

.flight-info-tbl {
    border: 1px solid #d8d8d8;
    /*padding: 9px 10px 11px 13px;*/
}

.tborder td {
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
}

.flight-info-tbl tr th:first-child,
.flight-info-tbl tr td:first-child {
    padding-left: 11px;
}

.flight-info-tbl tr th:last-child,
.flight-info-tbl tr td:last-child {
    padding-right: 11px;
}

.pay-method-list input[type="radio"],
.bill-export-label input[type="checkbox"] {
    display: none;
}

.pay-method-list {
    width: 454px;
    margin: 0 auto 27px;
    transform: translateX(14px);
}

.pay-method-list li {
    margin-bottom: 12px;
}

.pay-method-list label {
    display: block;
    position: relative;
    padding: 0 5px 0 107px;
    height: 85px;
    border: 1px solid #d4d4d4;
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 22px;
}

.pay-form>.pay-method-list {
    width: 100%;
    margin-right: -20px;
}

.pay-form>.pay-method-list label {
    height: 50px;
    padding: 0 5px 0 15px;
}

.pay-form>.pay-method-list label:before {
    left: -34px;
}

.pay-form>.pay-method-list label:after {
    left: -29px;
    top: 17px;
}

.pay-form>.pay-method-list label .method-label-header {
    background-color: #f8b238;
    background-size: 67% auto;
    height: 50px;
    width: 50px;
}

.method-txt {
    transform: translateY(-4px);
}

.pay-method-list label:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #c9c9c9;
    position: absolute;
    top: 50%;
    left: -31px;
    margin-top: -12px;
}

.pay-method-list label:after {
    content: "";
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #348fbb;
    left: -26px;
    top: 35px;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease-in-out;
}

.pay-method-list input[type="radio"]:checked+label:after {
    opacity: 1;
    visibility: visible;
}

.method-label-header {
    width: 85px;
    height: 85px;
    display: block;
    position: absolute;
    top: -1px;
    left: -1px;
    background: center center no-repeat;
}

.pay-method-label[for="pay-card"] .method-label-header {
    background-color: #50c0ea;
    background-size: 65px auto;
}

.pay-method-label[for="pay-atm"] .method-label-header {
    background-color: #de6e5f;
    background-size: 58px auto;
    background-position: 46% 9px;
}

.pay-method-label[for="pay-cod"] .method-label-header {
    background-color: #f8b238;
    background-size: 68px auto;
}

.pay-method-label[for="pay-office"] .method-label-header {
    background-color: #5acea7;
    background-size: 56px auto;
    background-position: 33% 10px;
}

.bill-export {
    width: 454px;
    margin: 0 auto;
    padding-left: 23px;
}

.bill-export-label label {
    display: block;
    position: relative;
    padding: 0 0 0 25px;
    margin-bottom: 17px;
}

.bill-export-label label:before {
    content: "";
    display: block;
    position: absolute;
    width: 23px;
    height: 23px;
    border-radius: 3px;
    border: 1px solid #c9c9c9;
    background: #fff;
    left: -9px;
    top: -3px;
}

.bill-export-label label:after {
    content: '';
    display: block;
    width: 7px;
    height: 14px;
    border: solid #2f8cb9;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: -1px;
    margin-top: -8px;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease-in-out;
}

.bill-export-label input[type="checkbox"]:checked+label:after {
    opacity: 1;
    visibility: visible;
}

.bill-export-content {
    display: none;
}

.bill-export-form {
    margin-left: 25px;
}

.pay-form {
    margin: 15px 34px;
    display: none;
}

.pay-method-list li.active .pay-form {
    display: block;
}

.bill-export-form input[type="text"],
.bill-export-form select,
.pay-form input[type="text"],
.pay-form select {
    width: 246px;
    height: 32px;
    border: 1px solid #e3e3e3;
    display: block;
    margin-bottom: 10px;
    padding: 0 9px;
}

.pay-form input[type="text"],
.pay-form select {
    width: 100%;
}

.pay-form select {
    height: 32px;
    min-width: 86px;
    border: 1px solid #e3e3e3;
    padding: 0 6px;
}

.pay-btns {
    width: 454px;
    margin: 26px auto 0;
    padding-left: 14px;
}

.pay-btns button {
    height: 37px;
    width: 107px;
    outline: none;
    border-radius: 3px;
    text-transform: uppercase;
    margin-right: 10px;
}

.pay-btn-back {
    background: #f1f1f1;
    border: 1px solid #d6d6d6;
    color: #333;
}

.pay-btn-continute {
    background: #2f8cb9;
    border: 1px solid #2f8cb9;
    color: #fff;
}

/* fix mac dinh */
#news_content b,
#news_content strong {
    font-weight: bold
}


/*! jQuery UI - v1.10.2 - 2013-03-22
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.autocomplete.css, jquery.ui.menu.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS%2CTahoma%2CVerdana%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=gloss_wave&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=highlight_soft&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=glass&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=glass&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=highlight_soft&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=diagonals_thick&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=diagonals_thick&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=flat&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
* Copyright 2013 jQuery Foundation and other contributors Licensed MIT */
.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:before,
.ui-helper-clearfix:after {
    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-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default
}

.ui-menu {
    list-style: none;
    padding: 2px;
    margin: 0;
    display: block;
    outline: 0
}

.ui-menu .ui-menu {
    margin-top: -3px;
    position: absolute
}

.ui-menu .ui-menu-item {
    margin: 0;
    padding: 0;
    width: 100%
}

.ui-menu .ui-menu-divider {
    margin: 5px -2px 5px -2px;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 1px 0 0
}

.ui-menu .ui-menu-item a {
    text-decoration: none;
    display: block;
    padding: 2px .4em;
    line-height: 1.5;
    min-height: 0;
    font-weight: 400
}

.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
    font-weight: 400;
    margin: -1px
}

.ui-menu .ui-state-disabled {
    font-weight: 400;
    margin: .4em 0 .2em;
    line-height: 1.5
}

.ui-menu .ui-state-disabled a {
    cursor: default
}

.ui-menu-icons {
    position: relative
}

.ui-menu-icons .ui-menu-item a {
    position: relative;
    padding-left: 2em
}

.ui-menu .ui-icon {
    position: absolute;
    top: .2em;
    left: .2em
}

.ui-menu .ui-menu-icon {
    position: static;
    float: right
}

.ui-widget {
    font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
    font-size: 1.1em
}

.ui-widget .ui-widget {
    font-size: 1em
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
    font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
    font-size: 1em
}

.ui-widget-content {
    border: 1px solid #ddd;
    background: #eee url(images/ui-bg_highlight-soft_100_eeeeee_1x100.png) 50% top repeat-x;
    color: #333
}

.ui-widget-content a {
    color: #333
}

.ui-widget-header {
    border: 1px solid #e78f08;
    background: #f6a828 url(images/ui-bg_gloss-wave_35_f6a828_500x100.png) 50% 50% repeat-x;
    color: #fff;
    font-weight: bold
}

.ui-widget-header a {
    color: #fff
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    border: 1px solid #ccc;
    background: #f6f6f6 url(images/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x;
    font-weight: bold;
    color: #1c94c4
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
    color: #1c94c4;
    text-decoration: none
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    border: 1px solid #fbcb09;
    background: #fdf5ce url(images/ui-bg_glass_100_fdf5ce_1x400.png) 50% 50% repeat-x;
    font-weight: bold;
    color: #c77405
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
    color: #c77405;
    text-decoration: none
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    border: 1px solid #fbd850;
    background: #fff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
    font-weight: bold;
    color: #eb8f00
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #eb8f00;
    text-decoration: none
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #fed22f;
    background: #ffe45c url(images/ui-bg_highlight-soft_75_ffe45c_1x100.png) 50% top repeat-x;
    color: #363636
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
    color: #363636
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
    border: 1px solid #cd0a0a;
    background: #b81900 url(images/ui-bg_diagonals-thick_18_b81900_40x40.png) 50% 50% repeat;
    color: #fff
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
    color: #fff
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
    color: #fff
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
    font-weight: bold
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: Alpha(Opacity=70);
    font-weight: normal
}

.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 {
    background-image: url(images/ui-icons_222222_256x240.png)
}

.ui-widget-header .ui-icon {
    background-image: url(images/ui-icons_ffffff_256x240.png)
}

.ui-state-default .ui-icon {
    background-image: url(images/ui-icons_ef8c08_256x240.png)
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
    background-image: url(images/ui-icons_ef8c08_256x240.png)
}

.ui-state-active .ui-icon {
    background-image: url(images/ui-icons_ef8c08_256x240.png)
}

.ui-state-highlight .ui-icon {
    background-image: url(images/ui-icons_228ef1_256x240.png)
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
    background-image: url(images/ui-icons_ffd27a_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-start {
    background-position: -80px -160px
}

.ui-icon-seek-first {
    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-top,
.ui-corner-left,
.ui-corner-tl {
    border-top-left-radius: 4px
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
    border-top-right-radius: 4px
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
    border-bottom-left-radius: 4px
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    border-bottom-right-radius: 4px
}

.ui-widget-overlay {
    background: #666 url(images/ui-bg_diagonals-thick_20_666666_40x40.png) 50% 50% repeat;
    opacity: .5;
    filter: Alpha(Opacity=50)
}

.ui-widget-shadow {
    margin: -5px 0 0 -5px;
    padding: 5px;
    background: #000 url(images/ui-bg_flat_10_000000_40x100.png) 50% 50% repeat-x;
    opacity: .2;
    filter: Alpha(Opacity=20);
    border-radius: 5px
}


/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.8.7
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2018 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/

/* @group Base */
.chosen-container {
    position: relative;
    display: inline-block;
    /* vertical-align: middle; */
    font-size: 16px;
    top: 7px;
    /* width: 100% !important; */
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.chosen-container * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.chosen-container .chosen-drop {
    position: absolute;
    top: 100%;
    z-index: 1010;
    width: 100%;
    border: 1px solid #aaa;
    border-top: 0;
    background: #fff;
    /* -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15); */
    /* box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15); */
    clip: rect(0, 0, 0, 0);
    -webkit-clip-path: inset(100% 100%);
    clip-path: inset(100% 100%);
}

.chosen-container.chosen-with-drop .chosen-drop {
    clip: auto;
    -webkit-clip-path: none;
    clip-path: none;
}

.chosen-container a {
    cursor: pointer;
}

.chosen-container .search-choice .group-name,
.chosen-container .chosen-single .group-name {
    margin-right: 4px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: normal;
    /* color: #999999; */
}

.chosen-container .search-choice .group-name:after,
.chosen-container .chosen-single .group-name:after {
    content: ":";
    padding-left: 2px;
    vertical-align: top;
}

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 0 0 8px;
    height: 40px;
    border: 1px solid #949698;
    border-radius: 0px;
    background-color: #fff;
    /*
    background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fff), color-stop(50%, #f6f6f6), color-stop(52%, #eee), to(#f4f4f4));
    background: linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
    background-clip: padding-box;
    -webkit-box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
    */
    color: #414142;

    text-decoration: none;
    white-space: nowrap;
    line-height: 30px;
}

.chosen-container-single .chosen-default {
    color: #999;
}

.chosen-container-single .chosen-single span {
    display: block;
    overflow: hidden;
    margin-right: 26px;
    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("chosen-sprite.png") -42px 1px no-repeat;
    font-size: 1px;
}

.chosen-container-single .chosen-single abbr:hover {
    background-position: -42px -10px;
}

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
    background-position: -42px -10px;
}

.chosen-container-single .chosen-single div {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 18px;
    height: 100%;
}

.chosen-container-single .chosen-single div b {
    display: block;
    width: 100%;
    height: 100%;
    background: url("chosen-sprite.png") no-repeat 0px 2px;
}

.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("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%);
}

/* @end */
/* @group Results */
.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: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #3875d7), color-stop(90%, #2a62bc)); */
    /* background-image: linear-gradient(#3875d7 20%, #2a62bc 90%); */
    /* color: #fff; */
    color: #8e8e8e;

}

.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: bold;
    cursor: default;
}

.chosen-container .chosen-results li.group-option {
    padding-left: 15px;
}

.chosen-container .chosen-results li em {
    font-style: normal;
    text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
.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: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #eee), color-stop(15%, #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;
    -webkit-box-shadow: none;
    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: #eeeeee;
    /* background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee)); */
    /* background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%); */
    background-size: 100% 19px;
    background-repeat: repeat-x;
    background-clip: padding-box;
    -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 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("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: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
    background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    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;
}

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
    border: 1px solid #5897fb;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid #aaa;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    /* background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #eee), color-stop(80%, #fff)); */
    /* background-image: linear-gradient(#eee 20%, #fff 80%); */
    -webkit-box-shadow: 0 1px 0 #fff inset;
    box-shadow: 0 1px 0 #fff inset;
}

.chosen-container-active.chosen-with-drop .chosen-single div {
    border-left: none;
    background: transparent;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -18px 2px;
}

.chosen-container-active .chosen-choices {
    border: 1px solid #5897fb;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active .chosen-choices li.search-field input[type="text"] {
    color: #222 !important;
}

/* @end */
/* @group Disabled Support */
.chosen-disabled {
    opacity: 0.5 !important;
    cursor: default;
}

.chosen-disabled .chosen-single {
    cursor: default;
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
    cursor: default;
}

/* @end */
/* @group Right to Left */
.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("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;
}

.mt-top {
    margin-top: 80px;
}

.breadcrumb {
    margin: 0;
    margin-bottom: 1.5rem;
}

.bg-transparent {
    background-color: transparent !important;
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0;
    margin-bottom: 1rem;
    list-style: none;
}

.breadcrumb-item a {
    color: #7f8c8d;
    font-size: 16px;
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: 0.5rem;
}

.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: 0.5rem;
    color: #6c757d;
    content: var(--bs-breadcrumb-divider, "/");
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-resolution: 144dpi),
only screen and (min-resolution: 1.5dppx) {

    .chosen-rtl .chosen-search input[type="text"],
    .chosen-container-single .chosen-single abbr,
    .chosen-container-single .chosen-single div b,
    .chosen-container-single .chosen-search input[type="text"],
    .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
    .chosen-container .chosen-results-scroll-down span,
    .chosen-container .chosen-results-scroll-up span {
        background-image: url("chosen-sprite%402x.png") !important;
        background-size: 52px 37px !important;
        background-repeat: no-repeat !important;
    }
}


a.load_more_post {
    display: block;
    padding: 14px;
    font-size: 19px;
    text-align: center;
    font-weight: bold;
    margin: 10px 0px;
    border-radius: 5px;
    background: antiquewhite;
}

.list-block-menu .block-content {
    overflow-x: hidden;
    overflow-y: hidden;
}

.list-block-menu .block-content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
    display: none;
}

.list-block-menu .block-content:hover {
    overflow-y: auto;
}

.list-block-menu .block-content:hover::-webkit-scrollbar-track,
.list-block-menu .block-content:hover::-webkit-scrollbar-thumb {
    display: block;
}

.list-block-menu .block-content:hover::-webkit-scrollbar {
    width: 8px;
    background-color: #F5F5F5;
}

.list-block-menu .block-content::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #999;
    display: none;
}

/* @end */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, .4);
}

.logo-footer .text-logo {
    color: #fff;
}

.title-full-name {
    color: #0d6efd !important;
}

.text-logo {
    font-size: 40px;
    font-weight: 600;
    color: #222;
    text-transform: capitalize;
}

.logo-footer img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.footer-social-list li {
    border-radius: 50%;
    background: #fff;
}

.img_page {
    max-height: 512px !important;
    width: 100%;
}
.itm-menu-max h2 {
    margin: 0;
}
.page_title {
    text-align: center;
}
.centerwrapper h2 {
    width: fit-content !important;
}
.big-list-item-tit {
    padding-top: 0px !important;
}
.big-list-item-tit a {
    font-weight: 600;
}
.big-list-date {
    padding: 5px 0 5px;
}
.content h2 {
    font-weight: 600;
}

.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.info-box-r-le .list-map {
    margin: 0;
    position: relative;
}

ul.rs.small-list {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    padding: 20px;
}

/* width */
ul.rs.small-list::-webkit-scrollbar {
    width: 5px;
}

/* Track */
ul.rs.small-list::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

/* Handle */
ul.rs.small-list::-webkit-scrollbar-thumb {
    background: gray;
    border-radius: 10px;
}

/* Handle on hover */
ul.rs.small-list::-webkit-scrollbar-thumb:hover {
    background: #b30000;
}
.footer-full .make-left a{
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
}


.header-mobile{
    display: none;
}
#header-full-top{
    display: block;
}



/*header mobile*/
.header-mobile {
    height: 50px;
    line-height: 50px;
    background-image: -moz-linear-gradient( 150deg, rgb(89,199,198) 0%, rgb(83,202,164) 100%);
    background-image: -webkit-linear-gradient( 150deg, rgb(89,199,198) 0%, rgb(83,202,164) 100%);
    
    padding: 20px 0 60px 20px;
   
    background: #fff;
    border-bottom: 2px solid #f2f3f5;
    width: 100%; 
    position: fixed;
    top: 0;
    z-index: 999;
}

.header__logo {
    position: absolute;
    left: 10px;
}
.header__logo{
    left: 20%;
    top: 10px;
    margin-left: -68px;
}
.header__dropdown {
    left: 55px !important;
    margin: 0;
    position: absolute;
    z-index: 9;
}
 
.header-mobile .nav-icons {
    left: 320px;
    display: inline-block;
    width: 44px;
    height: 40px;
    position: absolute;
    top: 6px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    /*-webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;*/
    cursor: pointer;
    /* background-color: #ff0000; */
}

.header-mobile .overlay {
    position: fixed;
    /* background: #318db9; */
    background: #ffffff;
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    opacity: 0;
    visibility: hidden;
    transition: opacity .35s, visibility .35s, height .35s;
    overflow: hidden;
}
.header-mobile .overlay.open {
    opacity: 1;
    visibility: visible;
    height: 100%;
}

.header-mobile .nav-icons.open {
    z-index: 99;
    position: fixed;
    top: 20px;
}
.header-mobile .nav-icons > span {
    display: block;
    position: absolute;
    height: 4px;
    width: 85%;
    /* background: #fff; */
    background: #e54249;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
.header-mobile .nav-icons > span:nth-child(1) {
    top: 0px;
}

.header-mobile .nav-icons > span:nth-child(2) {
    top: 12px;
}

.header-mobile .nav-icons > span:nth-child(3) {
    top: 24px;
}
.header-mobile .nav-icons.open > span:nth-child(1) {
    top: 18px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}
.header-mobile .nav-icons.open > span:nth-child(2) {
    opacity: 0;
    left: -60px;
}

.header-mobile .nav-icons.open > span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.header-mobile .overlay-menu .header__logo {
    position: static;
    display: block;
    text-align: center;
    margin: 0 0 13px;
}
.header-mobile .overlay-menu li a{
    color: #fff;
}
.header-mobile .overlay.open li {
    -webkit-animation: fadeInRight .5s ease forwards;
    animation: fadeInRight .5s ease forwards;
    -webkit-animation-delay: .35s ;
    animation-delay: .35s;
}
.header-mobile .overlay.open li:nth-of-type(2) {
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
}
.header-mobile .overlay.open li:nth-of-type(3) {
    -webkit-animation-delay: .45s;
    animation-delay: .45s;
}
.header-mobile .overlay.open li:nth-of-type(4) {
    -webkit-animation-delay: .50s;
    animation-delay: .50s;
}
.header-mobile .overlay.open li:nth-of-type(5) {
    -webkit-animation-delay: .55s;
    animation-delay: .55s;
}
.header-mobile .overlay.open li:nth-of-type(6) {
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
}
.header-mobile .overlay.open li:nth-of-type(7) {
    -webkit-animation-delay: .65s;
    animation-delay: .65s;
}
.header-mobile .overlay nav {
    position: relative;
    height: 90%;
    top: 47%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 20px;
    margin-top: 50px;
}
.header-mobile .overlay ul {
    list-style: none;
    padding: 0 3.5%;
    margin: 0 auto;
    position: relative;
    height: 100%;
    line-height: 80px;
    overflow-y: auto;
}
.header-mobile .overlay ul li > ul {
    padding-left: 55px;
    line-height: 60px;
    margin: -3px auto 0;
    /* background-color: #ff0000; */
    /* visibility: hidden; */
    /* height: 0%; */
    border-top: 1px solid #bcbec0;
}



.header-mobile .overlay ul li {
    display: block;
    position: relative;
    opacity: 0;
    will-change: left, opacity;
    text-align: center;
    /* border-top: 1px solid #d5d6d7; */
    /* border-bottom: 1px solid #d5d6d7; */
}

.header-mobile .overlay-menu-itm .acvite{
    background: #ff0000 !important;
    color: #ffffff;
}


.header-mobile .overlay ul li.login {
    height: 38px;
    line-height: 38px;
    margin: 14px 0;
}
.header-mobile .no-login {
    margin: -14px 46px 0;
}
.header-mobile .no-login li {
    margin-right: 5px;
}
.header-mobile .overlay ul li a {
    display: block;
    position: relative;
    /* color: #FFF; */
    color: #414142;
    text-decoration: none;
    overflow: hidden;
}

.header-mobile .overlay-menu-itm .active {
    display: block;
    position: relative;
    color: #FFF !important;
    text-decoration: none;
    overflow: hidden;
    background-color: #c7444a !important;
}


.header-mobile .overlay-menu .header__logo {
    position: static;
    display: block;
    text-align: center;
    margin: 0 0 13px;
}
.header-mobile .overlay-menu li a{
    color: #fff;
}
.header-mobile .overlay.open li {
    -webkit-animation: fadeInRight .5s ease forwards;
    animation: fadeInRight .5s ease forwards;
    -webkit-animation-delay: .35s ;
    animation-delay: .35s;
}
.header-mobile .overlay.open li:nth-of-type(2) {
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
}
.header-mobile .overlay.open li:nth-of-type(3) {
    -webkit-animation-delay: .45s;
    animation-delay: .45s;
}
.header-mobile .overlay.open li:nth-of-type(4) {
    -webkit-animation-delay: .50s;
    animation-delay: .50s;
}
.header-mobile .overlay.open li:nth-of-type(5) {
    -webkit-animation-delay: .55s;
    animation-delay: .55s;
}
.header-mobile .overlay.open li:nth-of-type(6) {
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
}
.header-mobile .overlay.open li:nth-of-type(7) {
    -webkit-animation-delay: .65s;
    animation-delay: .65s;
}
.header-mobile .overlay nav {
    position: relative;
    height: 90%;
    top: 47%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 20px;
}
.header-mobile .overlay ul {
    list-style: none;
    padding: 0 3.5%;
    margin: 0 auto;
    position: relative;
    height: 100%;
    line-height: 80px;
    overflow-y: auto;
}
.header-mobile .overlay ul li > ul {
    padding-left: 55px;
    line-height: 60px;
    margin: -3px auto 0;
    /* background-color: #ff0000; */
    /* visibility: hidden; */
    /* height: 0%; */
    border-top: 1px solid #bcbec0;
}



.header-mobile .overlay ul li {
    display: block;
    position: relative;
    opacity: 0;
    will-change: left, opacity;
    text-align: center;
    /* border-top: 1px solid #d5d6d7; */
    /* border-bottom: 1px solid #d5d6d7; */
}

.header-mobile .overlay-menu-itm .acvite{
    background: #ff0000 !important;
    color: #ffffff;
}


.header-mobile  .overlay ul li.login {
    height: 38px;
    line-height: 38px;
    margin: 14px 0;
}
.header-mobile .no-login {
    margin: -14px 46px 0;
}
.header-mobile .no-login li {
    margin-right: 5px;
}
.header-mobile  .overlay ul li a {
    display: block;
    position: relative;
    /* color: #FFF; */
    color: #414142;
    text-decoration: none;
    overflow: hidden;
}

.header-mobile .overlay-menu-itm .active {
    display: block;
    position: relative;
    color: #FFF !important;
    text-decoration: none;
    overflow: hidden;
    background-color: #c7444a !important;
}

.header-mobile .overlay ul li > ul li a {
    /* color: #c9eeff; */
    color: #000;
    font-size: 22px;

}

.header-mobile .overlay ul li i {
    vertical-align: middle;
}
.header-mobile .menu-icon, .menu-txt {
    display: block;
}
.header-mobile .menu-icon {
    width: 40px;
    margin-right: 21px;
}
.header-mobile .menu-icon-ava {
    border-radius: 50%;
    width: 38px;
    height: 38px;
    line-height: 38px;
    background: #175d7e;
    color: #70ccf8;
}
.header-mobile .menu-txt {
    /* border-bottom: 1px solid #0f5475; */
    border-top: 1px solid #bcbec0;
    /* border-bottom: 1px solid #bcbec0; */
    width: 100%;
    /* width: 80%; */

    /* width: calc(100% - 55px); */
}
.header-mobile .overlay ul li.login .menu-txt {
    width: calc(100% - 59px);
}

.header-mobile .overlay ul li.has-child .menu-txt, .overlay ul li.login .menu-txt {
    border-bottom: none;
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        left: 20%;
    }
    100% {
        opacity: 1;
        left: 0;
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        left: 20%;
    }
    100% {
        opacity: 1;
        left: 0;
    }
}

.iNext2 {
    background: transparent url(../images/next2.png) no-repeat;
    width: 11px;
    height: 18px;
    vertical-align: -3px;
    margin-left: 8px;
    background-size: 11px auto;
}
.iPrev2 {
    background: transparent url(../images/prev2.png) no-repeat;
    width: 11px;
    height: 18px;
    vertical-align: -3px;
    margin-right: 8px;
    background-size: 11px auto;
}
.iBack {
    background: transparent url(../images/back.png) no-repeat;
    width: 10px;
    height: 17px;
    vertical-align: -3px;
    margin-right: 8px;
    background-size: 10px auto;
}
.iBack2 {
    background: transparent url(../images/soha/back.png) no-repeat;
    width: 16px;
    height: 31px;
    vertical-align: -10px;
    margin-right: 8px;
    background-size: 16px auto;
}
.iDown {
    background: transparent url(../images/soha/down.png) no-repeat;
    width: 41px;
    height: 41px;
    vertical-align: middle;
    background-size: 41px auto;
}
.miDown {
    background: transparent url(../images/menu-down.png) no-repeat;
    width: 20px;
    height: 17px;
    vertical-align: middle;
    background-size: 20px auto;
}
.miUp {
    background: transparent url(../images/menu-up.png) no-repeat;
    width: 20px;
    height: 17px;
    vertical-align: middle;
    background-size: 20px auto;
}


#custom-modal-parent {
    z-index: 8;
}

#custom-modal-children {
    z-index: 11;
}

.custom-modal,
.custom-modal-children {
    position: fixed;
    overflow: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgb(0 0 0 / 60%);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 30px;
}

.custom-modal-dialog {
    max-width: 1170px;
    width: 100%;
    padding: 15px;
    border-radius: 0px;
    position: relative;
}

.custom-modal-content {
    background: #ffffff;
    padding: 0;
    border-radius: 10px;
}

.custom-modal-content .card-header {
    padding: 15px 10px;
    border-bottom: 1px solid #c1c1c1;
}

.custom-modal-content .card-title {
    font-size: 25px;
    font-weight: 600;
    padding: 0;
    margin: 0;
}
#custom-modal-parent .custom-modal-dialog {
    position: absolute; 
    z-index: 9;
} 

.custom-modal-content .card-body {
    padding: 15px;
}

.custom-modal-content .card-body>div.content {
    max-height: 500px;
    overflow-y: scroll;
    overflow-x: hidden;
}
.custom-modal-content .card-body>div.content::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
    border-radius: 10px;
}
.custom-modal-content .card-body>div.content::-webkit-scrollbar
{
    width: 5px;
    border-radius: 10px;
	background-color: #F5F5F5;
}
.custom-modal-content .card-body>div.content::-webkit-scrollbar-thumb
{
    background-color: #555555;
    border-radius: 10px;
	border: 2px solid #555555;
}

.close-modal,
.close-modal-children {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 30px;
    height: 30px;
    background: #f56142;
    opacity: 1;
    color: #ffffff;
    border-radius: 100%;
    border: 2px solid #ffffff;
    z-index: 9;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 8%);
    padding: 0;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
}

.custom-modal,
.custom-modal-children {
    opacity: 0;
    visibility: hidden;
}

body.modal-open .custom-modal,
body.modal-open-children .custom-modal-children {
    opacity: 1;
    visibility: visible;
}

.custom-modal .custom-modal-dialog,
.custom-modal-children .custom-modal-dialog {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

body.modal-open .custom-modal .custom-modal-dialog,
body.modal-open-children .custom-modal-children .custom-modal-dialog {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.custom-modal,
.custom-modal-children,
body .custom-modal,
body .custom-modal-childrecustom-modal,
body.modal-open .custom-modal .custom-modal-dialog,
body.modal-open-children .custom-modal-childre .custom-modal-dialog,
body .custom-modal-dialog {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

#news_content a{
    color: #0d6efd;
}

.description{
    line-height: 1.2em;
}

.mt-2 {
    margin-top: 10px;
}

.fw-bold {
    font-weight: bold;
}

#news_content p{
    text-align: justify;
}

.page-footer {
    display: inline !important;
}

.page-footer li {
    line-height: 24px;
}

.content-footer {
    color: #fff;
    font-size: 16px;
    line-height: 28px;
    text-align: justify;
}

.footer-tcol {
    margin-left: 40px;
}

.footer-section-label {
    color: #fff;
}

.box-list-photo {
    margin: 15px 0;
}

.gallery, .list-photos {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-auto-rows: auto;
    grid-auto-flow: dense;
    justify-items: stretch;
    align-items: stretch;
    gap: 1svmin;
}

.brand-photos figure {
    overflow: hidden;
    border-radius: 5px;
    grid-template-columns: repeat(3, 1fr) !important;
}

.gallery figure, .item-img {
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}

.gallery figure img, .box-list-photo .image-photo {
    cursor: pointer;
    border-radius: 5px;
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    transition: 0.4s ease;
}

/*

*/
.breadcrumb-item a{
    display: inline-block;
}

.content-parent-page {
    padding: 20px 50px;
}

.content-parent-page>div {
    max-width: 920px;
    margin: 0 auto;
    padding: 20px ;
    background-color: #f7f7f9;
}

.css-content {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}



.css-content>div {
    width: 50%;
    position: relative;
    box-sizing: border-box;
}

.content_brand_1 div.content {
    order: 1;
}

.content_brand_1 div.image-brand {
    order: 0;
    right: 45px;
    margin: 0;
}


.css-content div.content {
    padding: 20px;
}

.css-content div.content h2 {
    font-size: 50px;
    padding: 0;
    margin: 0;
    white-space: nowrap;
    font-family: 'La Belle Aurore', sans-serif;
}

div.image-brand img {
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    width: 500px;
    height: 350px;
}

.content_brand div.image-brand img,
.content_brand_2 div.image-brand img {
    right: -40px;
}
#content h1{
    color: #333;
    font-weight: 600;
    line-height: 1.2em;
    margin: 5px 0px;
    font-size: 30px;
}

#content h2{
    font-weight: 600 !important;
    font-size: 28px;
    color: #333;
    line-height: 1.2em;
}
#content .travel-info-l{
    width: 100%;
}
#content h3{
    font-size: 22px;
    font-weight: 600;
    color: #333;
    line-height: 1.2em;
}
#content .travel-info-l{
    text-align: justify;
}

#content h4{
    font-size: 20px;
    font-weight: 600;
    color: #333;
    line-height: 1.2em;
} 
#content p , #content li{
    font-size: 18px;
    font-weight: normal;
    color: #333;
    line-height: 1.5em;
}
.content_brand div.content,
.content_brand_2 div.content {
    padding-left: 60px;
    padding-right: 40px;
}

.content_brand_1 div.content {
    padding-right: 60px;
    padding-left: 40px;
}
.ul-children p{
    margin: 5px 0px;
}
.css-content div.content p {
    font-size: 22px;
    text-align: justify;
    margin-bottom: 15px;
    line-height: 30px;
}

.css-content .detail-content p:first-child {
    margin-top: 10px;
}

.footer-section ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.ul-children li::marker {
    content: "-  ";
    font-weight: 900;
}

.ui.secondary.button {
    box-shadow: inset 0 0 0 0 rgba(34, 36, 38, .15);
}

.ui.secondary.button,
.ui.secondary.buttons .button {
    background-color: #ca7866;
    background-image: none;
    color: #fff;
    padding: 10px 14px;
    font-size: 1rem;
    margin-right: 3px;
    border-radius: 5px;
    text-shadow: none;
}

.ui.card a,
.ui.cards>.card a {
    cursor: pointer;
}

.footer-section ul:first-child {
    flex-wrap: wrap;
}

.footer-section ul:first-child li {
    display: inline-block;
    margin-left: 15px;
}

#footer-full .container {
    display: flex;
}

.footer-tcol.footer-tl.make-left.margin-lf40:first-child {
    margin-left: 0;
}

#footer-full .container .footer-tcol:first-child {
    width: calc(100% - 25%);
}

#footer-full .footer-t2 .footer-tcol-right {
    width: 25%;
}

.footer-full .make-left ul:first-child a {
    line-height: 40px;
    width: 100%;
    border-radius: 0;
    font-size: 20px;
}

.footer-section ul li:first-child {
    margin-left: 0px;
}

.footer-section ul li a {
    color: #fff;
}
 
.content-customers h2 {
    font-size: 40px;
    padding: 0;
    margin: 0;
    font-family: 'La Belle Aurore', sans-serif;
}

.content-customers h3 {
    font-size: 30px;
    font-family: 'La Belle Aurore', sans-serif;
    margin: 0;
}

.content-customers li::marker {
    font-size: 20px;
}

.content-customers .ul-parent {
    margin-left: 0px;
    padding-left: 30px;
}

.content-customers .ul-children {
    padding-left: 15px;
}

.content-customers .ul-children li {
    margin-bottom: 10px;
}

.content-customers .ul-parent>li::marker {
    font-size: 40px;
    font-weight: bold;
    font-family: 'Satisfy', sans-serif;

}

.content-customers .content-title {
    font-size: 25px;
    font-family: 'La Belle Aurore', sans-serif;
    margin: 0;
}

.content-customers .content-detail {
    font-size: 20px;
    text-align: justify;
    line-height: 24px;
}
.breadcrumb-item h1 ,.breadcrumb-item h2{
    font-size:13px;
    margin: 0;
    padding: 0;
    font-weight: 500;
}
.box-category .list-item-menu .itm-menu-max .itm-menu-title::after{
    border: none!important;
 }

 #load_data h2{
    margin: 0;
    font-size: 28px;
    font-weight: 600;
 }
@media screen and (max-device-width: 1170px),
screen and (max-width: 1170px) {

    /* .header-full-top,
    .header-full-slide,
    .content-wrap,
    .footer-full {
        width: 1170px !important;
    } */

    .container,
    .main-layout {
        width: inherit;
        /* width: 1170px !important; */
    }

    .container-full {
        width: inherit;
        /* width: 1170px !important; */
        /*width: inherit !important;*/
    }

    .margin-li-menu {
        margin: 0 10px 0 0px !important;
        /* width: inherit; */
    }

    .wiLogo3 {
        width: 150px !important;
        height: 54px !important;
    }
}

@media screen and (max-device-width: 1290px),
screen and (max-width: 1290px) {
    .wiLogo3 {
        width: 150px !important;
        height: 54px !important;
    }

    .margin-li-menu {
        margin: 0 20px 0 0px !important;
        /* width: inherit; */
    }
}

/*
@media screen and (max-device-width:  736px), screen and (max-width:  1000px) {
    .container,
    .main-layout {
        width: inherit;
    }
    .container-full {
        width: 1170px !important;
    }
    .margin-li-menu {
        margin: 0 10px 0 0px !important;

    }
    .wiLogo3 {
        width: 150px !important;
        height: 54px !important;
    }
}
*/
/*
@media screen and (max-device-width:  736px), screen and (max-width:  736px) {
    .container,
    .container-full,
    .main-layout {
        width: inherit;
    }
}
*/

@media (min-width:769px) and (max-width:900px) {

    .container-full {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        background-color: #FF0000;
    }

    .footer-tb {
        background-color: #000000;
    }
}

@media (max-width:769px) {
    .list-button-restaurant{
        justify-content: center!important;
    }
    .header-mobile {
        display: block;
    }

    .box-wrap-top {
        margin-top: 0;
    }

    #header-full-top {
        display: none;
    }

    .info-box-wrapper .rowItm .columnItm {
        display: list-item;
        padding-top: 4px;

    }

    .columnItm .wrap-parner-div-img {
        /* background-size: 100% 400px !important; */
        background-size: 100% 100% !important;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        /*width: 300px;*/
        width: 100%;
        min-height: 275px;
        max-height: 800px;
        border: 1px solid #d0cdcc;
        cursor: pointer;
        /* margin-bottom: 40px; */
        margin-bottom: 4px;
    }

    .box-wrap .box-wrap-content {
        padding: 0;
    }

    .bd-bottom-center {
        line-height: 1.1;
    }

    .info-box-wrapper.ta-c.clearfix.fs-18.lh-200 p {
        font-size: 19px;
        text-align: justify;
    }

    .info-box-l-le,
    .info-box-r {
        width: 100%;
    }

    .small-list-abs {
        position: relative;
        left: 0;
        padding-top: 360px;
    }

    .small-list-item-dot {
        padding: 0;
    }

    .info-box-wrapper {
        position: relative;
    }

    .small-list-abs .small-list-item-dot a {
        display: block;
        text-align: center;
        border-bottom: 1px solid;
        background: none;
        padding: 0;
        font-size: 16px;
        padding-bottom: 7px;
        line-height: 40px;
        width: 200px;
        margin: 0 auto;
    }

    .info-box-wrap .box-title,
    .bd-bottom {
        width: 300px;
        margin: 0 auto;
        background-repeat: repeat;
        text-align: center;
        margin: 0 auto;
        transform: none
    }

    .info-box-r {
        position: absolute;
        top: 40px;
    }

    .info-box-r img {
        width: 100%;
        height: 100%;
        max-height: 350px;
    }

    .info-box-r-le,
    .info-box-r-le .list-map {
        height: 100%;
        width: 100%;
    }

    ul.rs.small-list {
        overflow: none;
        position: relative;
    }

    ul.rs.small-list::-webkit-scrollbar-track {
        box-shadow: none;
    }

    .small-list-info {
        width: calc(100% - 110px);
    }

    .info-box-l-le-map {
        margin: 15px 0px;
        width: 100%;
    }

    .footer-t2 .footer-tcol,
    .footer-t2 .footer-tcol-right {
        width: 100%;
    }

    .footer-section-label {
        display: none;
    }

    .footer-social-list {
        margin-top: 20px;
        display: inline-block;
    }

    .footer-tcol-right.footer-tc.make-right .footer-section {
        display: flex;
        justify-content: center;
    }

    .fixDixBank {
        height: 50px;
        line-height: 50px;
        background-image: -moz-linear-gradient(150deg, rgb(89, 199, 198) 0%, rgb(83, 202, 164) 100%);
        background-image: -webkit-linear-gradient(150deg, rgb(89, 199, 198) 0%, rgb(83, 202, 164) 100%);
        /* background-image: -ms-linear-gradient( 150deg, rgb(89,199,198) 0%, rgb(83,202,164) 100%); */
        /*overflow: hidden;*/
        /*padding: 30px 0 140px;*/
        /* padding: 30px 0 80px; */
        padding: 20px 0 60px;
        /* background: #2f8cb9; */
        background: #ffffff;
        border-bottom: 2px solid #f2f3f5;
        width: 100%;
        max-width: 640px;
    }

    .feature-slides .item-slide {
        width: 100%;
        min-height: 20px;
        max-height: 320px;
        background-position: left center;
        background-size: 100% 100%;
    }

    .block-menu-tab {
        padding: 0px 150px 0px 150px;
    }

    .block-menu-wrap .tab-menu {
        display: inline-block;
        text-align: center;
        /* background: #ffffff url(../images/icons/ico-chef.png) no-repeat center 10px; */
        /* width: 120px; */
        /* height: 130px; */
        width: 130px;
        height: 130px;
        /* border: 1px solid #FF0000; */
        position: relative;
        /* padding: 20px; */
        margin: 10px 2px;
    }

    .list-block-menu .block-left-blog,
    .list-block-menu .block-right-blog {
        width: 100%;
        padding: 0px;
        text-align: center;
    }

    .list-block-menu .block-left-blog img {
        width: 100%;
    }

    .list-item-menu .itm-menu-max {
        width: 100%;
    }

    .block-right-blog .bd-bottom {

        padding: 15px 0px;
        background: none;
    }

    .bd-bottom {
        width: auto;
    }

    .list-item-menu .itm-menu-max .itm-menu-title {
        height: 45px;
        width: auto;
    }

    .modal-content {
        width: 90%;
    }

    .login-dialog,
    .sub-block-menu .centerwrapper {
        width: 100%;
    }

    .block-image.make-left,
    .list-block-menu .block-content {
        height: 100%;
        width: 100%;
        padding: 0;
    }

    .block-image.make-left  img {
        margin:0 50px;
        width: calc(100% - 100px);
    }
 
    .sub-block-menu {
        margin: 15px 0px;
    }
    
    .list-block-menu .block-content {
        padding: 15px 50px; 
        min-height: auto;
        width: 100%;
        order: 1;
    }
    .list-block-menu .block-image{
        width: 100%;
        order: 0;
    }

    .list-block-menu {
        border-bottom: none;
        display: flex;
        flex-wrap: wrap;
        padding: 30px 10px;
    }
    .itm-block .bleft {
        width: calc(100% - 120px);
    }
    .itm-block .bright {
        width: 100px;
    }
    .list-block-menu:first-child {
        padding-top: 0px;
    }

    .line-list {
        display: none;
    }

    .block-home .list-block-menu {
        display: flex;
        flex-wrap: wrap;
    }

    .block-home .list-block-menu .block-left-blog {
        order: 0;
    }

    .block-home .list-block-menu .block-right-blog {
        order: 1;
    }

    .trai-nghiem .info-box-wrapper {
        display: none;
    }

    #footer-full .container {
        flex-wrap: wrap;
    }

    #footer-full .container .footer-tcol:first-child,
    #footer-full .footer-t2 .footer-tcol-right {
        width: 100%;
    }

    .footer-section ul {
        margin-bottom: 20px;
        justify-content: center;
    }

    .css-content {
        display: block;
    }

    .css-content>div {
        width: 100%;
    }

    .css-content div.content {
        padding: 40px;
    }

    div.image-brand img {
        position: relative;
        transform: translateY(0);
        width: 100%;
        right: 0 !important;
        left: 0 !important;
    }

    .content_brand_1 div.image-brand {
        right: 0;
    }

    div.image-brand {
        padding: 0 40px;
    } 
    .itm-menu-title.bd-bottom.fs-28 {
        font-size: 20px;
    }
    #content .travel-info-l .page-title{ 
        line-height:28px;
    }

    #content .travel-info-l{
        padding: 10px;
        margin-top: 0px;
    }
    #content h1{
        font-size: 28px;

    }
    #content .travel-info-l img{
        width: 100%;
    }
    #content .travel-info-l ul{
        padding-left: 20px;
    }
    #content .travel-info-l .big-list-date {
        padding: 0px;
    }
    
    #content p, #content li , #content h2 , #content h3  {
        margin: 8px 0px;
    }

    #deftail-content .slick-track,#deftail-content .slick-slide{
        width: 100%!important;
        margin: 0!important;
    }
    .breadcrumb-item h1 ,.breadcrumb-item h2{
        font-size:13px!important;
        margin: 0!important;
        padding: 0!important;
    }
    

    #load_data{
        box-sizing: border-box;
        text-align: justify;
    }
    #load_data .list-block-menu .block-left , #load_data img{
        padding: 0;
        width: 100%;
    }
    #load_data .list-block-menu .block-right{
        width: 100%;

    }
    #load_data .list-item-menu .itm-menu-max .itm-menu-title{
        font-size: 20px;
        line-height: 25px;
    }
    .big-list-date{
        padding: 5px 10px;
    }
     .list-item-menu .itm-menu-max .itm-menu-title::after{
        border: none;
     }
}

@media (max-width:500px) {

    .gallery, .list-photos {
        grid-template-columns: repeat(2, 1fr) !important;
    }
    .logo-footer {
        text-align: center !important;
    }
    .page-footer {
        padding: 15px 0;
    }
    .footer-tcol {
        padding: 0 15px;
        margin: 0;
    }
    #news_content ul{
        padding-left: 30px;
    }
    .box-wrap-content h2 {
        font-size: 30px;
    }

    .small-list-abs {
        padding-top: 200px;
    }

    .content-parent-page {
        padding: 5px;
    }

    .info-box-wrap .box-title {
        font-size: 20px;
    }

    .block-menu-tab {
        padding: 0px 30px;
    }

    .block-menu-wrap .tab-menu {
        width: 95px;
        height: 125px;
    }

    .css-content div.content,
    div.image-brand {
        padding: 10px;
    }
    .content-customers h2{
        font-size: 30px;
    }
    .content-customers h3{
        font-size: 20px;
    }
    .content-customers .ul-parent>li::marker {
        font-size: 20px;
    }
    .content-customers .content-title{
        font-size: 18px;
    }
    .content-customers .ul-parent {
        padding-left: 20px;
    }
    .content-customers .ul-children {
        padding-left: 10px;
    }
    .content-customers ul{
        
        box-sizing: border-box;
    }
    .list-block-menu{
        padding: 0px;
    }
    .block-image.make-left  img {
        margin:0;
        width: 100%;
    }
    #agencies-gallery{
        padding-left: 0px;
    }
    .list-block-menu .block-image{
        min-height: auto;
    }

    .list-block-menu .block-content{
        padding: 15px 0px;
    }
    .itm-block .bleft{
        width: calc(100% - 80px);
        padding-left: 5px;
    }
    .itm-block .bright{
        width: 75px;
        bottom: 50%;
    }
    .block-image .title {
        padding: 15px 0px;
    }
    .sub-block-menu{
        margin: 5px 0px;
    }
    .css-content div.content h2 {
        font-size: 40px;
    }
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
    font-family: "FontAwesome";
    src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
    src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0")
            format("embedded-opentype"),
        url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"),
        url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"),
        url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"),
        url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular")
            format("svg");
    font-weight: normal;
    font-style: normal;
}
.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: 0.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: 0.14285714em;
    text-align: center;
}
.fa-li.fa-lg {
    left: -1.85714286em;
}
.fa-border {
    padding: 0.2em 0.25em 0.15em;
    border: solid 0.08em #eee;
    border-radius: 0.1em;
}
.fa-pull-left {
    float: left;
}
.fa-pull-right {
    float: right;
}
.fa.fa-pull-left {
    margin-right: 0.3em;
}
.fa.fa-pull-right {
    margin-left: 0.3em;
}
.pull-right {
    float: right;
}
.pull-left {
    float: left;
}
.fa.pull-left {
    margin-right: 0.3em;
}
.fa.pull-right {
    margin-left: 0.3em;
}
.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}
.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}
.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    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-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-remove:before,
.fa-close: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-gear:before,
.fa-cog: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-rotate-right:before,
.fa-repeat: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-photo:before,
.fa-image: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-warning:before,
.fa-exclamation-triangle: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-gears:before,
.fa-cogs: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-save:before,
.fa-floppy-o:before {
    content: "\f0c7";
}
.fa-square:before {
    content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars: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-unsorted:before,
.fa-sort:before {
    content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
    content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
    content: "\f0de";
}
.fa-envelope:before {
    content: "\f0e0";
}
.fa-linkedin:before {
    content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
    content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4";
}
.fa-comment-o:before {
    content: "\f0e5";
}
.fa-comments-o:before {
    content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
    content: "\f0e7";
}
.fa-sitemap:before {
    content: "\f0e8";
}
.fa-umbrella:before {
    content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard: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-unlink:before,
.fa-chain-broken: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-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
    content: "\f153";
}
.fa-gbp:before {
    content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
    content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
    content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "\f158";
}
.fa-won:before,
.fa-krw: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-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "\f191";
}
.fa-dot-circle-o:before {
    content: "\f192";
}
.fa-wheelchair:before {
    content: "\f193";
}
.fa-vimeo-square:before {
    content: "\f194";
}
.fa-turkish-lira:before,
.fa-try: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-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap: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-pp: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-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-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-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "\f1cd";
}
.fa-circle-o-notch:before {
    content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
    content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
    content: "\f1d1";
}
.fa-git-square:before {
    content: "\f1d2";
}
.fa-git:before {
    content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: "\f1d4";
}
.fa-tencent-weibo:before {
    content: "\f1d5";
}
.fa-qq:before {
    content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
    content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-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-soccer-ball-o:before,
.fa-futbol-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-shekel:before,
.fa-sheqel:before,
.fa-ils: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-hotel:before,
.fa-bed:before {
    content: "\f236";
}
.fa-viacoin:before {
    content: "\f237";
}
.fa-train:before {
    content: "\f238";
}
.fa-subway:before {
    content: "\f239";
}
.fa-medium:before {
    content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator: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: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-stop-o:before,
.fa-hand-paper-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-tv:before,
.fa-television: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";
}
.fa-reddit-alien:before {
    content: "\f281";
}
.fa-edge:before {
    content: "\f282";
}
.fa-credit-card-alt:before {
    content: "\f283";
}
.fa-codiepie:before {
    content: "\f284";
}
.fa-modx:before {
    content: "\f285";
}
.fa-fort-awesome:before {
    content: "\f286";
}
.fa-usb:before {
    content: "\f287";
}
.fa-product-hunt:before {
    content: "\f288";
}
.fa-mixcloud:before {
    content: "\f289";
}
.fa-scribd:before {
    content: "\f28a";
}
.fa-pause-circle:before {
    content: "\f28b";
}
.fa-pause-circle-o:before {
    content: "\f28c";
}
.fa-stop-circle:before {
    content: "\f28d";
}
.fa-stop-circle-o:before {
    content: "\f28e";
}
.fa-shopping-bag:before {
    content: "\f290";
}
.fa-shopping-basket:before {
    content: "\f291";
}
.fa-hashtag:before {
    content: "\f292";
}
.fa-bluetooth:before {
    content: "\f293";
}
.fa-bluetooth-b:before {
    content: "\f294";
}
.fa-percent:before {
    content: "\f295";
}
.fa-gitlab:before {
    content: "\f296";
}
.fa-wpbeginner:before {
    content: "\f297";
}
.fa-wpforms:before {
    content: "\f298";
}
.fa-envira:before {
    content: "\f299";
}
.fa-universal-access:before {
    content: "\f29a";
}
.fa-wheelchair-alt:before {
    content: "\f29b";
}
.fa-question-circle-o:before {
    content: "\f29c";
}
.fa-blind:before {
    content: "\f29d";
}
.fa-audio-description:before {
    content: "\f29e";
}
.fa-volume-control-phone:before {
    content: "\f2a0";
}
.fa-braille:before {
    content: "\f2a1";
}
.fa-assistive-listening-systems:before {
    content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
    content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
    content: "\f2a4";
}
.fa-glide:before {
    content: "\f2a5";
}
.fa-glide-g:before {
    content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
    content: "\f2a7";
}
.fa-low-vision:before {
    content: "\f2a8";
}
.fa-viadeo:before {
    content: "\f2a9";
}
.fa-viadeo-square:before {
    content: "\f2aa";
}
.fa-snapchat:before {
    content: "\f2ab";
}
.fa-snapchat-ghost:before {
    content: "\f2ac";
}
.fa-snapchat-square:before {
    content: "\f2ad";
}
.fa-pied-piper:before {
    content: "\f2ae";
}
.fa-first-order:before {
    content: "\f2b0";
}
.fa-yoast:before {
    content: "\f2b1";
}
.fa-themeisle:before {
    content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
    content: "\f2b4";
}
.fa-handshake-o:before {
    content: "\f2b5";
}
.fa-envelope-open:before {
    content: "\f2b6";
}
.fa-envelope-open-o:before {
    content: "\f2b7";
}
.fa-linode:before {
    content: "\f2b8";
}
.fa-address-book:before {
    content: "\f2b9";
}
.fa-address-book-o:before {
    content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
    content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
    content: "\f2bc";
}
.fa-user-circle:before {
    content: "\f2bd";
}
.fa-user-circle-o:before {
    content: "\f2be";
}
.fa-user-o:before {
    content: "\f2c0";
}
.fa-id-badge:before {
    content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
    content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: "\f2c3";
}
.fa-quora:before {
    content: "\f2c4";
}
.fa-free-code-camp:before {
    content: "\f2c5";
}
.fa-telegram:before {
    content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
    content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: "\f2cb";
}
.fa-shower:before {
    content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
    content: "\f2cd";
}
.fa-podcast:before {
    content: "\f2ce";
}
.fa-window-maximize:before {
    content: "\f2d0";
}
.fa-window-minimize:before {
    content: "\f2d1";
}
.fa-window-restore:before {
    content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
    content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: "\f2d4";
}
.fa-bandcamp:before {
    content: "\f2d5";
}
.fa-grav:before {
    content: "\f2d6";
}
.fa-etsy:before {
    content: "\f2d7";
}
.fa-imdb:before {
    content: "\f2d8";
}
.fa-ravelry:before {
    content: "\f2d9";
}
.fa-eercast:before {
    content: "\f2da";
}
.fa-microchip:before {
    content: "\f2db";
}
.fa-snowflake-o:before {
    content: "\f2dc";
}
.fa-superpowers:before {
    content: "\f2dd";
}
.fa-wpexplorer:before {
    content: "\f2de";
}
.fa-meetup:before {
    content: "\f2e0";
}
.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;
}

/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */.pswp{display:none;position:absolute;width:100%;height:100%;left:0;top:0;overflow:hidden;-ms-touch-action:none;touch-action:none;z-index:1500;-webkit-text-size-adjust:100%;-webkit-backface-visibility:hidden;outline:0}.pswp *{-webkit-box-sizing:border-box;box-sizing:border-box}.pswp img{max-width:none}.pswp--animate_opacity{opacity:.001;will-change:opacity;-webkit-transition:opacity 333ms cubic-bezier(.4,0,.22,1);transition:opacity 333ms cubic-bezier(.4,0,.22,1)}.pswp--open{display:block}.pswp--zoom-allowed .pswp__img{cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.pswp--zoomed-in .pswp__img{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.pswp--dragging .pswp__img{cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.pswp__bg{position:absolute;left:0;top:0;width:100%;height:100%;background:#000;opacity:0;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-backface-visibility:hidden;will-change:opacity}.pswp__scroll-wrap{position:absolute;left:0;top:0;width:100%;height:100%;overflow:hidden}.pswp__container,.pswp__zoom-wrap{-ms-touch-action:none;touch-action:none;position:absolute;left:0;right:0;top:0;bottom:0}.pswp__container,.pswp__img{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}.pswp__zoom-wrap{position:absolute;width:100%;-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top;-webkit-transition:-webkit-transform 333ms cubic-bezier(.4,0,.22,1);transition:transform 333ms cubic-bezier(.4,0,.22,1)}.pswp__bg{will-change:opacity;-webkit-transition:opacity 333ms cubic-bezier(.4,0,.22,1);transition:opacity 333ms cubic-bezier(.4,0,.22,1)}.pswp--animated-in .pswp__bg,.pswp--animated-in .pswp__zoom-wrap{-webkit-transition:none;transition:none}.pswp__container,.pswp__zoom-wrap{-webkit-backface-visibility:hidden}.pswp__item{position:absolute;left:0;right:0;top:0;bottom:0;overflow:hidden}.pswp__img{position:absolute;width:auto;height:auto;top:0;left:0}.pswp__img--placeholder{-webkit-backface-visibility:hidden}.pswp__img--placeholder--blank{background:#222}.pswp--ie .pswp__img{width:100%!important;height:auto!important;left:0;top:0}.pswp__error-msg{position:absolute;left:0;top:50%;width:100%;text-align:center;font-size:14px;line-height:16px;margin-top:-8px;color:#ccc}.pswp__error-msg a{color:#ccc;text-decoration:underline}
/*# sourceMappingURL=photoswipe.min.css.map */
/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
.pswp__button {
    width: 44px;
    height: 44px;
    position: relative;
    background: 0 0;
    cursor: pointer;
    overflow: visible;
    -webkit-appearance: none;
    display: block;
    border: 0;
    padding: 0;
    margin: 0;
    float: right;
    opacity: .75;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
    -webkit-box-shadow: none;
    box-shadow: none
}

.pswp__button:focus,
.pswp__button:hover {
    opacity: 1
}

.pswp__button:active {
    outline: 0;
    opacity: .9
}

.pswp__button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.pswp__ui--over-close .pswp__button--close {
    opacity: 1
}

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
    background: url(/public/images/default-skin.png) 0 0 no-repeat;
    background-size: 264px 88px;
    width: 44px;
    height: 44px
}

@media (-webkit-min-device-pixel-ratio:1.1),
(-webkit-min-device-pixel-ratio:1.09375),
(min-resolution:105dpi),
(min-resolution:1.1dppx) {

    .pswp--svg .pswp__button,
    .pswp--svg .pswp__button--arrow--left:before,
    .pswp--svg .pswp__button--arrow--right:before {
        background-image: url(/public/images/default-skin.svg)
    }

    .pswp--svg .pswp__button--arrow--left,
    .pswp--svg .pswp__button--arrow--right {
        background: 0 0
    }
}

.pswp__button--close {
    background-position: 0 -44px
}

.pswp__button--share {
    background-position: -44px -44px
}

.pswp__button--fs {
    display: none
}

.pswp--supports-fs .pswp__button--fs {
    display: block
}

.pswp--fs .pswp__button--fs {
    background-position: -44px 0
}

.pswp__button--zoom {
    display: none;
    background-position: -88px 0
}

.pswp--zoom-allowed .pswp__button--zoom {
    display: block
}

.pswp--zoomed-in .pswp__button--zoom {
    background-position: -132px 0
}

.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
    visibility: hidden
}

.pswp__button--arrow--left,
.pswp__button--arrow--right {
    background: 0 0;
    top: 50%;
    margin-top: -50px;
    width: 70px;
    height: 100px;
    position: absolute
}

.pswp__button--arrow--left {
    left: 0
}

.pswp__button--arrow--right {
    right: 0
}

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
    content: '';
    top: 35px;
    background-color: rgba(0, 0, 0, .3);
    height: 30px;
    width: 32px;
    position: absolute
}

.pswp__button--arrow--left:before {
    left: 6px;
    background-position: -138px -44px
}

.pswp__button--arrow--right:before {
    right: 6px;
    background-position: -94px -44px
}

.pswp__counter,
.pswp__share-modal {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.pswp__share-modal {
    display: block;
    background: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 10px;
    position: absolute;
    z-index: 1600;
    opacity: 0;
    -webkit-transition: opacity .25s ease-out;
    transition: opacity .25s ease-out;
    -webkit-backface-visibility: hidden;
    will-change: opacity
}

.pswp__share-modal--hidden {
    display: none
}

.pswp__share-tooltip {
    z-index: 1620;
    position: absolute;
    background: #fff;
    top: 56px;
    border-radius: 2px;
    display: block;
    width: auto;
    right: 44px;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .25);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .25);
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
    -webkit-transition: -webkit-transform .25s;
    transition: transform .25s;
    -webkit-backface-visibility: hidden;
    will-change: transform
}

.pswp__share-tooltip a {
    display: block;
    padding: 8px 12px;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    line-height: 18px
}

.pswp__share-tooltip a:hover {
    text-decoration: none;
    color: #000
}

.pswp__share-tooltip a:first-child {
    border-radius: 2px 2px 0 0
}

.pswp__share-tooltip a:last-child {
    border-radius: 0 0 2px 2px
}

.pswp__share-modal--fade-in {
    opacity: 1
}

.pswp__share-modal--fade-in .pswp__share-tooltip {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.pswp--touch .pswp__share-tooltip a {
    padding: 16px 12px
}

a.pswp__share--facebook:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: -12px;
    right: 15px;
    border: 6px solid transparent;
    border-bottom-color: #fff;
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    pointer-events: none
}

a.pswp__share--facebook:hover {
    background: #3e5c9a;
    color: #fff
}

a.pswp__share--facebook:hover:before {
    border-bottom-color: #3e5c9a
}

a.pswp__share--twitter:hover {
    background: #55acee;
    color: #fff
}

a.pswp__share--pinterest:hover {
    background: #ccc;
    color: #ce272d
}

a.pswp__share--download:hover {
    background: #ddd
}

.pswp__counter {
    position: absolute;
    left: 0;
    top: 0;
    height: 44px;
    font-size: 13px;
    line-height: 44px;
    color: #fff;
    opacity: .75;
    padding: 0 10px
}

.pswp__caption {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    min-height: 44px
}

.pswp__caption small {
    font-size: 11px;
    color: #bbb
}

.pswp__caption__center {
    text-align: left;
    max-width: 420px;
    margin: 0 auto;
    font-size: 13px;
    padding: 10px;
    line-height: 20px;
    color: #ccc
}

.pswp__caption--empty {
    display: none
}

.pswp__caption--fake {
    visibility: hidden
}

.pswp__preloader {
    width: 44px;
    height: 44px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -22px;
    opacity: 0;
    -webkit-transition: opacity .25s ease-out;
    transition: opacity .25s ease-out;
    will-change: opacity;
    direction: ltr
}

.pswp__preloader__icn {
    width: 20px;
    height: 20px;
    margin: 12px
}

.pswp__preloader--active {
    opacity: 1
}

.pswp__preloader--active .pswp__preloader__icn {
    background: url(preloader.gif) 0 0 no-repeat
}

.pswp--css_animation .pswp__preloader--active {
    opacity: 1
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
    -webkit-animation: clockwise .5s linear infinite;
    animation: clockwise .5s linear infinite
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
    -webkit-animation: donut-rotate 1s cubic-bezier(.4, 0, .22, 1) infinite;
    animation: donut-rotate 1s cubic-bezier(.4, 0, .22, 1) infinite
}

.pswp--css_animation .pswp__preloader__icn {
    background: 0 0;
    opacity: .75;
    width: 14px;
    height: 14px;
    position: absolute;
    left: 15px;
    top: 15px;
    margin: 0
}

.pswp--css_animation .pswp__preloader__cut {
    position: relative;
    width: 7px;
    height: 14px;
    overflow: hidden
}

.pswp--css_animation .pswp__preloader__donut {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 14px;
    height: 14px;
    border: 2px solid #fff;
    border-radius: 50%;
    border-left-color: transparent;
    border-bottom-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    background: 0 0;
    margin: 0
}

@media screen and (max-width:1024px) {
    .pswp__preloader {
        position: relative;
        left: auto;
        top: auto;
        margin: 0;
        float: right
    }
}

@-webkit-keyframes clockwise {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes clockwise {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes donut-rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    50% {
        -webkit-transform: rotate(-140deg);
        transform: rotate(-140deg)
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes donut-rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    50% {
        -webkit-transform: rotate(-140deg);
        transform: rotate(-140deg)
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

.pswp__ui {
    -webkit-font-smoothing: auto;
    visibility: visible;
    opacity: 1;
    z-index: 1550
}

.pswp__top-bar {
    position: absolute;
    left: 0;
    top: 0;
    height: 44px;
    width: 100%
}

.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right,
.pswp__caption,
.pswp__top-bar {
    -webkit-backface-visibility: hidden;
    will-change: opacity;
    -webkit-transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
    transition: opacity 333ms cubic-bezier(.4, 0, .22, 1)
}

.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
    visibility: visible
}

.pswp__caption,
.pswp__top-bar {
    background-color: rgba(0, 0, 0, .5)
}

.pswp__ui--fit .pswp__caption,
.pswp__ui--fit .pswp__top-bar {
    background-color: rgba(0, 0, 0, .3)
}

.pswp__ui--idle .pswp__top-bar {
    opacity: 0
}

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
    opacity: 0
}

.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__top-bar {
    opacity: .001
}

.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
    display: none
}

.pswp__element--disabled {
    display: none !important
}

.pswp--minimal--dark .pswp__top-bar {
    background: 0 0
}

/*# sourceMappingURL=default-skin.min.css.map */