@charset "UTF-8";
a{
    Color:black;
}
.bravo_content img {
    display: block;
    margin: 20px auto;
}
.mb0 {
    margin-bottom: 0;
}
.mt30 {
    margin-top: 30px;
}
.mt40 {
    margin-top: 40px;
}
.item h1 {
    font-size: 30px;
}
aside {
    margin-bottom: 30px;
}
aside#recent-posts-2 ul li {
    list-style: circle;
    margin: 10px 25px;
}
.c-pointer {
    cursor: pointer;
}
.pt40 {
    padding-top: 40px;
}
.ptb60 {
    padding: 60px 0 30px;
}
.mb40 {
    margin-bottom: 40px;
}
.input-number-group {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.input-number-group span.input {
    display: inline-block;
    min-width: 40px;
    text-align: center;
}
.input-number-group i {
    color: #3490dc;
    font-size: 24px;
    flex-shrink: 0;
    cursor: pointer;
}
.alert-text.danger {
    color: #e3342f;
}
.alert-text.success {
    color: #38c172;
}
.btn {
    border: none;
    box-shadow: none;
    border-radius: 3px;
    padding: 10px 20px;
    transition: background 0.2s, color 0.2s;
    font-size: 14px;
    font-weight: 500;
}
.btn.btn-group-sm > .btn,
.btn.btn-sm {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}
.btn.btn-primary {
    background: #5191fa;
}
.btn.btn-danger {
    background: #fa5636;
}
.btn.btn-danger:hover {
    background: #e65335;
}
.padding-content {
    padding: 60px 0;
}
.mt20 {
    margin-top: 20px;
}
.full-page {
    height: 100%;
}
.map-loading {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9;
    background: hsla(0, 0%, 100%, 0.5);
}
.map-loading .st-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 6px;
    background: #5191fa;
    border-radius: 5px;
    margin-left: -25px;
    -webkit-animation: st-load 1.8s ease-in-out infinite;
    animation: st-load 1.8s ease-in-out infinite;
}
.map-loading .st-loader:before {
    top: -20px;
    left: 10px;
    width: 40px;
    background: #fa5636;
    margin-left: -20px;
}
.map-loading .st-loader:after,
.map-loading .st-loader:before {
    position: absolute;
    display: block;
    content: "";
    -webkit-animation: st-load 1.8s ease-in-out infinite;
    animation: st-load 1.8s ease-in-out infinite;
    height: 6px;
    border-radius: 5px;
}
.map-loading .st-loader:after {
    bottom: -20px;
    width: 35px;
    background: #ffab53;
    margin-left: -17px;
}
@-webkit-keyframes st-load {
    0% {
        transform: translateX(40px);
    }
    50% {
        transform: translateX(-30px);
    }
    to {
        transform: translateX(40px);
    }
}
@keyframes st-load {
    0% {
        transform: translateX(40px);
    }
    50% {
        transform: translateX(-30px);
    }
    to {
        transform: translateX(40px);
    }
}
.thumb-image {
    display: block;
    width: 100%;
    padding-bottom: 69%;
    overflow: hidden;
    background: linear-gradient(118deg, #f6f9fb, #e2ebef);
    position: relative;
}
.thumb-image img {
    display: block;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    margin: auto;
    min-width: 100%;
}
.blog-breadcrumb {
    padding: 20px 0;
    border-bottom: 1px solid #eaeef3;
}
.blog-breadcrumb ul {
    list-style: none;
    display: block;
    width: 100%;
    margin-bottom: 0;
    padding-left: 0;
    background: #fff;
}
.blog-breadcrumb ul li {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
    z-index: 0;
}
.blog-breadcrumb ul li a {
    display: block;
    font-weight: 500;
    color: #1a2b48;
    text-decoration: none;
    line-height: 21px;
}
.blog-breadcrumb ul li.active {
    color: #5e6d77;
}
.blog-breadcrumb ul li:first-child {
    padding-left: 0;
}
.blog-breadcrumb ul li:not(:last-child):after {
    position: absolute;
    content: "";
    top: 50%;
    right: -2px;
    margin-top: -2px;
    width: 4px;
    height: 4px;
    background: #eaeef3;
    z-index: 1;
}
.booking_cookie_agreement {
    background-color: #128ac2;
    color: #fff;
    display: flex;
    align-items: baseline;
    z-index: 999999 !important;
}
.booking_cookie_agreement .content-cookie {
    flex: 1 1;
}
.booking_cookie_agreement .content-cookie a {
    color: #f1d700;
}
.booking_cookie_agreement .save-cookie {
    background-color: #f1d700;
    padding: 0.5rem;
    border-radius: 0.5rem;
    cursor: pointer;
    color: #000;
}
.open-hour-item {
    border-bottom: 1px solid #e3e3e3;
    padding: 9px 0;
    justify-content: space-between;
    display: flex;
}
.open-hour-item.current,
.open-hour-item.current strong {
    color: #fa5636;
}
.open-hour-item:last-child {
    border-bottom: 0;
}
.panel {
    background-color: #fff;
    box-shadow: 0 0 0 1px rgba(63, 63, 68, 0.05), 0 1px 3px 0 rgba(63, 63, 68, 0.15);
    border-radius: 3px;
    margin-bottom: 20px;
}
.panel .panel-title {
    padding: 14px 20px;
    border-bottom: 1px solid #dfe4e8;
    position: relative;
}
.panel .panel-title .panel-toggle {
    position: absolute;
    right: 11px;
    top: 10px;
    cursor: pointer;
}
.panel .panel-body {
    padding: 20px;
}
.panel .panel-body.pd15 {
    padding: 15px;
}
.panel .panel-body .tab-content {
    border: 1px solid #dee2e6;
    border-top: none;
    padding: 20px 20px 5px;
}
.panel:last-child {
    margin-bottom: 0;
}
.panel .panel-footer {
    padding: 10px 15px;
    border-top: 1px solid #dfe4e8;
    background: #f7f7f7;
}
.panel-body-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}
.avatar-cover {
    background-size: cover;
    background-position: 50%;
}
input[type="checkbox"],
input[type="radio"] {
    border: 1px solid #b4b9be;
    background: #fff;
    color: #555;
    clear: none;
    cursor: pointer;
    display: inline-block;
    line-height: 0;
    height: 16px;
    margin: -4px 4px 0 0;
    outline: 0;
    padding: 0 !important;
    text-align: center;
    vertical-align: middle;
    width: 16px;
    min-width: 16px;
    -webkit-appearance: none;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    transition: border-color 0.05s ease-in-out;
}
input[type="checkbox"]:checked:before,
input[type="radio"]:checked:before {
    float: left;
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    font-family: Ionicons;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
input[type="checkbox"]:checked:before {
    margin: 1px 0 0 -1px;
    color: #1e8cbe;
    content: "";
    font: normal normal normal 13px/1 FontAwesome;
}
input[type="radio"] {
    border-radius: 50%;
    margin-right: 4px;
    line-height: 10px;
}
input[type="radio"]:checked:before {
    content: "•";
    text-indent: -9999px;
    border-radius: 50px;
    font-size: 24px;
    width: 6px;
    height: 6px;
    margin: 4px;
    line-height: 16px;
    background-color: #1e8cbe;
}
.form-control {
    border: 1px solid #dae1e7;
    border-radius: 3px;
    box-shadow: none;
    font-size: 14px;
}
input.form-control {
    height: 40px;
}
.required {
    color: #e3342f;
}
.form-control::-webkit-input-placeholder {
    color: #999;
}
.form-control::-moz-placeholder {
    color: #999;
}
.form-control:-ms-input-placeholder {
    color: #999;
}
.form-control::-ms-input-placeholder {
    color: #999;
}
.form-control::placeholder {
    color: #999;
}
.invalid-feedback {
    font-size: 100%;
}
.bravo-form .fa-spinner {
    display: none;
}
.bravo-form.loading .fa-spinner {
    display: inline-block;
}
.bravo-login-page {
    padding: 100px 0;
}
.frontend-page .modal.login .modal-content {
    border-radius: 5px;
    padding: 20px 30px 30px;
}
@media (max-width: 990px) {
    .frontend-page .modal.login .modal-content {
        padding: 15px 20px;
    }
}
.frontend-page .modal.login .modal-content .modal-header {
    padding: 0 0 10px;
    border: none;
}
.frontend-page .modal.login .modal-content .modal-header .close {
    margin-top: 0;
    opacity: 1;
}
.frontend-page .modal.login .modal-content .modal-header .modal-title {
    font-size: 24px;
    font-weight: 500;
}
.frontend-page .modal.login .modal-content .modal-body {
    padding: 0;
}
.frontend-page .modal.login .modal-content .modal-body .form-group {
    position: relative;
    margin-top: 0;
    margin-bottom: 20px;
}
@media (max-width: 990px) {
    .frontend-page .modal.login .modal-content .modal-body .form-group {
        margin-bottom: 15px;
    }
}
.frontend-page .modal.login .modal-content .modal-body .form-group .form-control {
    height: 45px;
    box-shadow: none;
    border: 1px solid #dae1e7;
    border-radius: 3px;
    font-size: 14px;
    color: #5e6d77;
}
.frontend-page .modal.login .modal-content .modal-body .form-group .input-icon {
    position: absolute;
    top: 22px;
    right: 15px;
    font-size: 20px;
    transform: translateY(-50%);
    color: #acb5be;
    line-height: 0;
}
.frontend-page .modal.login .modal-content .modal-body .st-link,
.frontend-page .modal.login .modal-content .modal-body label {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
}
.frontend-page .modal.login .modal-content .modal-body input[type="checkbox"] {
    margin-right: 5px;
}
.frontend-page .modal.login .modal-content .modal-body input[type="radio"] {
    margin-right: 10px;
}
.frontend-page .modal.login .modal-content .modal-body .form-submit {
    height: 45px;
    width: 100%;
    background: #5191fa;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    border: none;
    border-radius: 3px;
    font-weight: 600;
}
.frontend-page .modal.login .modal-content .modal-body .advanced {
    background: #f9f9f9;
    margin-top: 20px;
    padding: 30px;
    margin-left: -30px;
    margin-right: -30px;
}
.frontend-page .modal.login .modal-content .modal-body .advanced .socials {
    padding-top: 20px;
    padding-bottom: 35px;
}
.bravo-login-form-page .form-title {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 30px;
}
.bravo-login-form-page .form-control {
    height: 45px;
    box-shadow: none;
    border: 1px solid #dae1e7;
    border-radius: 3px;
    font-size: 14px;
    color: #5e6d77;
}
.bravo-login-form-page .form-group {
    position: relative;
    margin-bottom: 20px;
}
.bravo-login-form-page .form-group .input-icon {
    position: absolute;
    top: 22px;
    right: 15px;
    font-size: 20px;
    transform: translateY(-50%);
    color: #acb5be;
    line-height: 0;
}
.bravo-form-login .icon-loading,
.bravo-form-register .icon-loading {
    display: none;
}
.bravo-form-login .form-submit,
.bravo-form-register .form-submit {
    width: 100%;
}
.bravo-form-login .bravo-recaptcha > div,
.bravo-form-register .bravo-recaptcha > div {
    margin: auto;
}
@media (max-width: 990px) {
    .bravo-form-login .bravo-recaptcha > div,
    .bravo-form-register .bravo-recaptcha > div {
        margin: 0;
    }
}
.btn_login_fb_link {
    background: #395899;
    color: #fff;
}
.btn_login_tw_link {
    background: #03a9f4;
    color: #fff;
}
.btn_login_gg_link {
    background: #f34a38;
    color: #fff;
}
.btn_login_fb_link,
.btn_login_gg_link,
.btn_login_tw_link {
    border-radius: 2px;
    font-size: 12px;
    display: block;
}
.btn_login_fb_link:hover,
.btn_login_gg_link:hover,
.btn_login_tw_link:hover {
    color: #fff;
    outline: none;
    box-shadow: none;
}
body .daterangepicker {
    min-width: 300px;
    min-height: 100px;
    border-color: #dfdfdf;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.175) !important;
    border-radius: 0;
    padding: 10px 20px;
    margin-top: 0;
    font-family: inherit;
}
.carousel-single .carousel-item {
    height: 600px;
} 
h2.h1.text-uppercase {
    font-size: 36px;
    color: #ffffff;
    letter-spacing: 0;
    text-align: center;
    text-shadow: 2px 3px #000000;
    margin: 0;
    text-transform: uppercase;
}
.opacity {
    background: #00000085;
    height: 100%;
    width: 100%;
    position: absolute;
}
@media (max-width: 767px) {
    .carousel-single .carousel-item {
    height: 110px;
}
    body .daterangepicker {
        padding: 0 10px;
    }
    body .daterangepicker .ranges {
        margin: 0 !important;
    }
    body .daterangepicker .drp-calendar {
        padding: 0 !important;
    }
    body .daterangepicker:after,
    body .daterangepicker:before {
        display: none;
    }
}
body .daterangepicker.loading:before {
    background: #fff;
    top: 0;
    z-index: 11;
    opacity: 0.7;
    content: "";
}
body .daterangepicker.loading:after,
body .daterangepicker.loading:before {
    display: block !important;
    right: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
}
body .daterangepicker.loading:after {
    content: "";
    font: normal normal normal 14px/1 FontAwesome;
    top: 145px;
    z-index: 15;
    text-align: center;
    color: #5191fa;
    font-size: 42px;
}
body .daterangepicker .drp-calendar {
    max-width: none;
}
@media (min-width: 768px) {
    body .daterangepicker .drp-calendar.left .next.available {
        display: none;
    }
    body .daterangepicker .drp-calendar.single.left .next.available {
        display: table-cell;
    }
}
@media (max-width: 767px) {
    .carousel-single .carousel-item {
    height: 115px !important;
}
p.text-uppercase.small {
    font-size: 8px;
    line-height: 34px;
}
h2.h1.text-uppercase {
    font-size: 23px;}
    body .daterangepicker .drp-calendar.left {
        width: 100% !important;
    }
    body .daterangepicker .drp-calendar.left .calendar-table {
        padding-right: 0 !important;
    }
    body .daterangepicker .drp-calendar.right {
        display: none;
    }
}
body .daterangepicker .drp-calendar .calendar-table table {
    border-collapse: inherit;
}
body .daterangepicker .drp-calendar .calendar-table .next span,
body .daterangepicker .drp-calendar .calendar-table .prev span {
    transform: none;
    border: none;
    border-radius: 0;
}
body .daterangepicker .drp-calendar .calendar-table .next:hover,
body .daterangepicker .drp-calendar .calendar-table .prev:hover {
    background-color: transparent;
}
body .daterangepicker .drp-calendar .calendar-table .prev {
    background: url(../images/arow_left.png) no-repeat 50%;
}
body .daterangepicker .drp-calendar .calendar-table .next {
    background: url(../images/arrow_right.png) no-repeat 50%;
}
body .daterangepicker .drp-calendar .calendar-table thead {
    font-size: 14px;
}
body .daterangepicker .drp-calendar .calendar-table thead tr:first-child th {
    padding: 10px 0;
    border-bottom: 1px solid #d7dce3;
    border-radius: 0;
    margin: 0;
}
body .daterangepicker .drp-calendar .calendar-table thead .month {
    color: #1a2b48;
    position: relative;
    font-weight: 500;
    font-size: 14px;
}
body .daterangepicker .drp-calendar .calendar-table thead tr:last-child th {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #adb2bd;
    text-align: center;
}
body .daterangepicker .drp-calendar .calendar-table tbody tr td {
    width: 35px;
    height: 30px;
    font-size: 14px;
    line-height: 29px;
    font-weight: 400;
    color: #1a2b48;
    border-radius: 0;
    border: 1px solid transparent;
}
body .daterangepicker .drp-calendar .calendar-table tbody tr td.today {
    color: #fa5535;
    border-color: #fa5535;
}
body .daterangepicker .drp-calendar .calendar-table tbody tr td.end-date,
body .daterangepicker .drp-calendar .calendar-table tbody tr td.start-date {
    background: rgba(81, 145, 250, 0.2);
    border-top: none;
    border-bottom: none;
}
body .daterangepicker .drp-calendar .calendar-table tbody tr td.start-date {
    border-left: 2px solid #5191fa;
}
body .daterangepicker .drp-calendar .calendar-table tbody tr td.end-date {
    border-right: 2px solid #5191fa;
}
body .daterangepicker .drp-calendar .calendar-table tbody tr td.disabled {
    color: #d7dce3;
    text-decoration: none;
}
body .daterangepicker:after,
body .daterangepicker:before {
    content: "";
    position: static;
    border: none;
    background: none;
    width: 0;
    height: 0;
}
body .daterangepicker:not(.single) .calendar.left .next {
    display: none;
}
body .daterangepicker .calendar {
    position: relative;
    max-width: 100% !important;
}
body .daterangepicker .table-header {
    position: relative;
    padding-bottom: 20px;
}
body .daterangepicker .table-header:after {
    content: "";
    display: table;
    clear: both;
}
body .daterangepicker .table-header .month {
    text-align: center;
}
body .daterangepicker .table-header .prev {
    position: absolute;
    bottom: 0;
    left: 0;
    float: left;
    width: 48px;
    height: 48px;
    background: url(../images/arow_left.png) no-repeat 0;
    cursor: pointer;
    z-index: 9;
}
body .daterangepicker .table-header .next {
    position: absolute;
    bottom: 0;
    right: 0;
    float: right;
    width: 48px;
    height: 48px;
    background: url(../images/arrow_right.png) no-repeat 100%;
    cursor: pointer;
    z-index: 9;
}
body .daterangepicker .table-sub-header {
    border-top: 1px solid #d7dce3;
}
body .daterangepicker .table-sub-header:after {
    content: "";
    display: table;
    clear: both;
}
body .daterangepicker .table-sub-header .day-off-week {
    width: 36px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #adb2bd;
    float: left;
    text-align: center;
}
body .daterangepicker .table-condensed .td-date {
    width: auto;
    height: auto;
    padding: 0;
    background: none;
    border: none;
}
body .daterangepicker .table-condensed .td-date .date {
    width: 36px;
    height: 32px;
    font-size: 14px;
    line-height: 32px;
    font-weight: 400;
    color: #1a2b48;
}
body .daterangepicker .table-condensed .td-date.disabled {
    text-decoration: none;
}
body .daterangepicker .table-condensed .td-date.disabled .date {
    color: #d7dce3;
}
body .daterangepicker .table-condensed .td-date.today .date {
    color: #fa5535;
}
body .daterangepicker .table-condensed .td-date.today:not(.in-range) .date,
body .daterangepicker .table-condensed .td-date.today:not(.start-date) .date {
    color: #fa5535;
    border: 1px solid #fa5535;
}
body .daterangepicker .table-condensed .td-date.end-group,
body .daterangepicker .table-condensed .td-date.in-group,
body .daterangepicker .table-condensed .td-date.start-group {
    background: #fef5ca;
}
body .daterangepicker .table-condensed .td-date.end-group .date,
body .daterangepicker .table-condensed .td-date.in-group .date {
    color: #767676;
}
body .daterangepicker .table-condensed .td-date.start-date,
body .daterangepicker .table-condensed .td-date:hover {
    background: rgba(81, 145, 250, 0.2);
}
body .daterangepicker .table-condensed .td-date.start-date:not(.end-date) {
    box-shadow: -3px 0 0 #5191fa;
}
body .daterangepicker .table-condensed .td-date.start-date.today .date {
    border: none;
}
body .daterangepicker .table-condensed .td-date.in-range {
    background: rgba(81, 145, 250, 0.2);
}
body .daterangepicker .table-condensed .td-date.in-range.today .date {
    border: none;
}
body .daterangepicker .table-condensed .td-date.end-date {
    background: rgba(81, 145, 250, 0.2);
}
body .daterangepicker .table-condensed .td-date.end-date:not(.start-date) {
    box-shadow: 3px 0 0 #5191fa;
}
body .daterangepicker .table-condensed .td-date.end-date.today .date {
    border: none;
}
body .daterangepicker .table-condensed .td-date.td-no-show {
    visibility: hidden;
}
body .daterangepicker .table-condensed .td-date.has-tooltip {
    position: relative;
}
body .daterangepicker .table-condensed .td-date.has-tooltip .event-tooltip-wrap {
    position: absolute;
    top: 100%;
    margin-top: 5px;
    left: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    font-size: 12px;
    padding: 4px 6px;
    border-radius: 2px;
    display: none;
}
body .daterangepicker .table-condensed .td-date.has-tooltip:hover .event-tooltip-wrap {
    display: block;
}
body .daterangepicker.respon-single .calendar.right {
    display: none;
}
body .daterangepicker.respon-single .calendar.left .next {
    display: block;
}
body .daterangepicker .drp-calendar .calendar-table tbody tr td {
    position: relative;
}
body .daterangepicker .drp-calendar .calendar-table tbody tr td:hover .tooltip {
    opacity: 0.9;
    visibility: visible;
}
body .daterangepicker .tooltip {
    bottom: 40px;
    display: block;
    margin: 0;
    width: auto;
    float: none;
    visibility: hidden;
}
body .daterangepicker .tooltip,
body .daterangepicker .tooltip .arrow {
    left: 50%;
    transform: translate(-50%);
}
body .daterangepicker .tooltip .tooltip-inner {
    white-space: nowrap;
}
.bravo-admin-bar {
    background: #333;
    color: #fff;
}
.bravo-admin-bar a {
    color: #fff;
}
.bravo-admin-bar .adminbar-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}
.bravo-admin-bar .adminbar-menu li {
    display: inline-block;
}
.bravo-admin-bar .adminbar-menu li a {
    padding: 0 8px 0 7px;
    height: 32px;
    line-height: 32px;
    display: block;
}
.bravo-admin-bar .adminbar-menu li a:hover {
    text-decoration: none;
}
.bravo-admin-bar .adminbar-menu li:hover > a {
    background: #32373c;
    color: #84adda;
}
.bc_start_chat {
    background-color: #f5f6f7;
    border: 1px solid #ccd0d5;
    color: #4b4f56;
    padding: 3px 10px;
    font-size: 13px;
    cursor: pointer;
}
.bc_start_chat:hover {
    background-color: #ebedf0;
}
.owner-info {
    background: #fff;
    border-radius: 3px;
    padding: 15px;
    border: 1px solid #d7dce3;
}
.owner-info .media-left {
    padding-right: 10px;
}
.owner-info .media-left a {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.owner-info .avatar-text {
    background: #1a2b47;
    color: #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: block;
    text-align: center;
    padding-top: 4px;
    position: relative;
    font-size: 29px;
    top: 0;
    text-decoration: none;
}
.owner-info .media-heading {
    font-weight: 500;
    font-size: 14px;
    color: #1a2b48;
    margin-top: 5px;
    margin-bottom: 5px;
}
.owner-info .media-heading a {
    color: inherit;
}
.owner-info p {
    margin-bottom: 5px;
    color: #5e6d77;
    font-size: 12px;
}
.bc-chat-box {
    position: fixed;
    right: 20px;
    bottom: 0;
    z-index: 9999;
}
.bc-chat-box .chat-minimize {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    cursor: pointer;
    color: #fff;
    background: #5191fa;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-radius: 2px;
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.15);
    padding: 3px 15px;
    font-size: 16px;
    margin-bottom: 15px;
}
.bc-chat-box .chat-minimize i {
    font-size: 22px;
    margin-right: 10px;
}
.bc-chat-box .chat-minimize .unread-count {
    background: #ff8067;
    color: #fff;
    margin-left: 6px;
    display: inline-block;
    padding: 0 8px;
    border-radius: 50%;
    font-size: 13px;
}
.bc-chat-box .chat-maximum {
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.15);
    height: 500px;
    display: flex;
    flex-direction: column;
}
.bc-chat-box .chat-maximum .chat-header {
    background: #5191fa;
    color: #fff;
    flex-shrink: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 3px 10px;
    font-size: 16px;
}
.bc-chat-box .chat-maximum .chat-header i {
    font-size: 20px;
    margin-right: 10px;
    line-height: 30px;
}
.bc-chat-box .chat-maximum .chat-header .header-actions i {
    margin-right: 0;
}
.bc-chat-box .chat-maximum .chat-header .header-actions .btn-minimize {
    cursor: pointer;
    display: inline-block;
    padding: 0 12px;
}
.bc-chat-box .chat-maximum .chat-header .header-actions .btn-minimize i {
    font-size: 26px;
}
.bc-chat-box .chat-maximum .chat-content {
    display: flex;
    flex-grow: 1;
    background: #f1f1f1;
    overflow: hidden;
}
.bc-chat-box .chat-maximum .chat-navs {
    border-right: 1px solid #d7dce3;
    width: 250px;
}
.bc-chat-box .chat-maximum .chat-navs .chat-conversation-nav {
    position: relative;
}
.bc-chat-box .chat-maximum .chat-navs .chat-conversation-nav .media {
    padding: 10px;
    align-items: center;
}
.bc-chat-box .chat-maximum .chat-navs .chat-conversation-nav .media .media-left {
    margin-right: 7px;
}
.bc-chat-box .chat-maximum .chat-navs .chat-conversation-nav .media .media-left img {
    max-width: 40px;
    border-radius: 50%;
}
.bc-chat-box .chat-maximum .chat-navs .chat-conversation-nav .media .media-left .avatar-text {
    align-items: center;
    background: #05647d;
    color: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    font-size: 22px;
    justify-content: center;
}
.bc-chat-box .chat-maximum .chat-navs .chat-conversation-nav .media .media-heading {
    font-size: 16px;
    margin-bottom: 0;
}
.bc-chat-box .chat-maximum .chat-navs .chat-conversation-nav .media .media-body {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.bc-chat-box .chat-maximum .chat-navs .chat-conversation-nav .media .media-body p {
    margin-bottom: 0;
    font-size: 14px;
}
.bc-chat-box .chat-maximum .chat-navs .chat-conversation-nav .media .unread_count {
    position: absolute;
    background: #ff8067;
    color: #fff;
    margin-left: 6px;
    display: inline-block;
    padding: 0 8px;
    border-radius: 50%;
    font-size: 13px;
    top: 19px;
    right: 10px;
}
.bc-chat-box .chat-maximum .chat-navs .chat-conversation-nav.active,
.bc-chat-box .chat-maximum .chat-navs .chat-conversation-nav:hover {
    background-color: #cee4ef;
}
.bc-chat-box .chat-maximum .chat-box-content {
    width: 430px;
    display: flex;
    flex-direction: column;
    background: #fff;
    position: relative;
}
.bc-chat-box .chat-maximum .chat-box-content .chat-messages {
    flex-grow: 1;
    padding: 10px;
    position: relative;
    z-index: 2;
    overflow: auto;
}
.bc-chat-box .chat-maximum .chat-box-content .chat-messages::-webkit-scrollbar {
    width: 5px;
}
.bc-chat-box .chat-maximum .chat-box-content .chat-messages::-webkit-scrollbar-track {
    background: #f1f1f1;
}
.bc-chat-box .chat-maximum .chat-box-content .chat-messages::-webkit-scrollbar-thumb {
    background: #888;
}
.bc-chat-box .chat-maximum .chat-box-content .chat-messages::-webkit-scrollbar-thumb:hover {
    background: #555;
}
.bc-chat-box .chat-maximum .chat-box-content .chat-messages .message-item {
    margin-bottom: 10px;
    padding-right: 60px;
}
.bc-chat-box .chat-maximum .chat-box-content .chat-messages .message-item .m-content {
    display: inline-block;
    border-radius: 2px;
    padding: 6px 12px;
    background-color: #f1f1f1;
    color: #333;
}
.bc-chat-box .chat-maximum .chat-box-content .chat-messages .message-item .m-date {
    font-size: 12px;
    display: block;
}
.bc-chat-box .chat-maximum .chat-box-content .chat-messages .message-item.m-me {
    padding-left: 60px;
    padding-right: 0;
    text-align: right;
}
.bc-chat-box .chat-maximum .chat-box-content .chat-messages .message-item.m-me .m-content {
    background-color: #5191fa;
    color: #fff;
}
.bc-chat-box .chat-maximum .chat-box-content .chat-messages .load-more-text {
    cursor: pointer;
}
.bc-chat-box .chat-maximum .chat-box-content .chat-messages .load-more-text a {
    color: #5191fa;
    font-style: italic;
    text-decoration: underline;
}
.bc-chat-box .chat-maximum .chat-box-content .chat-add-new {
    flex-shrink: 0;
    display: flex;
    padding: 7px 5px;
    align-items: center;
    position: relative;
    z-index: 2;
    border-top: 1px solid #d7dce3;
}
.bc-chat-box .chat-maximum .chat-box-content .chat-add-new i {
    font-size: 22px;
}
.bc-chat-box .chat-maximum .chat-box-content .chat-add-new > {
    flex-shrink: 0;
}
.bc-chat-box .chat-maximum .chat-box-content .chat-add-new .chat-input {
    flex-grow: 1;
}
.bc-chat-box .chat-maximum .chat-box-content .chat-add-new .chat-input textarea {
    resize: none;
    overflow: hidden;
}
.bc-chat-box .chat-maximum .chat-box-content .chat-add-new .chat-input textarea:focus {
    outline: none;
    box-shadow: none;
}
.bc-chat-box .chat-maximum .chat-box-content .chat-add-new .chat-form-action {
    padding: 0 10px;
    cursor: pointer;
}
.bc-chat-box .chat-maximum .chat-box-content .chat-add-new .chat-sends i {
    color: #5191fa;
    font-size: 26px;
}
.bc-chat-box .chat-maximum .chat-box-content .hidden {
    position: absolute;
    z-index: 1;
    top: 0;
}
.bc-chat-box .chat-maximum .chat-box-content .hidden textarea {
    resize: none;
}
.bc-chat-box .chat-maximum .chat-box-content .hidden textarea:focus {
    outline: none;
    box-shadow: none;
}
@media (max-width: 990px) {
    .bc-chat-box {
        right: 0;
    }
    .bc-chat-box .chat-maximum {
        max-height: 70vh;
        max-width: 90vw;
        margin-right: 15px;
    }
    .bc-chat-box .chat-maximum .chat-navs .chat-conversation-nav .media-left {
        display: none;
    }
    .is_single .bc-chat-box {
        bottom: 66px;
    }
    .is_single .bc-chat-box .chat-minimize {
        margin-right: 15px;
    }
    .modal-open .bc-chat-box {
        z-index: 1;
    }
}
.navbar-laravel {
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
}
.container .container {
    padding: 0;
}
.bravo-reviews .title-review {
    margin-bottom: 20px;
    font-size: 24px;
    color: #1a2b48;
    font-weight: 500;
}
@media (max-width: 990px) {
    .bravo-reviews .title-review {
        font-size: 1.5rem;
    }
}
@media (max-width: 766px) {
    .bravo-reviews .title-review {
        font-size: 1.3rem;
    }
}
.bravo-reviews .review-box {
    margin-top: 20px;
    padding: 30px;
    border: 1px solid #eaeef3;
    border-radius: 5px;
    color: #1a2b48;
    font-weight: 500;
}
@media (max-width: 766px) {
    .bravo-reviews .review-box {
        padding: 10px;
    }
}
.bravo-reviews .review-box .review-box-score {
    border-right: 1px solid #d7dce3;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
}
@media (max-width: 990px) {
    .bravo-reviews .review-box .review-box-score {
        border-right: none;
    }
}
.bravo-reviews .review-box .review-box-score .review-score {
    line-height: 50px;
    font-size: 72px;
    font-weight: 500;
    color: #5191fa;
}
@media (max-width: 766px) {
    .bravo-reviews .review-box .review-box-score .review-score {
        font-size: 60px;
    }
}
.bravo-reviews .review-box .review-box-score .review-score .per-total {
    font-size: 24px;
}
.bravo-reviews .review-box .review-box-score .review-score-text {
    font-weight: 400;
    font-size: 24px;
    color: #1a2b48;
}
.bravo-reviews .review-box .review-box-score .review-score-base {
    margin-top: 10px;
    color: #768090;
    font-size: 16px;
}
.bravo-reviews .review-box .review-box-score .review-score-base span {
    color: #5191fa;
}
.bravo-reviews .review-box .review-sumary .item {
    display: flex;
    align-items: center;
    margin-top: 15px;
}
.bravo-reviews .review-box .review-sumary .item:first-child {
    margin-top: 0;
}
.bravo-reviews .review-box .review-sumary .item .label {
    width: 22%;
    text-align: right;
    margin-top: 0;
    margin-right: 3%;
    position: relative;
    display: block;
    padding-left: 0;
    color: #1a2b48;
    font-size: 16px;
    font-weight: 400;
}
@media (max-width: 766px) {
    .bravo-reviews .review-box .review-sumary .item .label {
        width: 35%;
    }
}
.bravo-reviews .review-box .review-sumary .item .progress {
    position: relative;
    height: 8px;
    width: 65%;
    border-radius: 10px;
    box-shadow: none;
    background: #eee;
    margin-bottom: 0;
    overflow: inherit;
}
.bravo-reviews .review-box .review-sumary .item .progress .percent {
    position: absolute;
    top: 0;
    left: 0;
    height: 8px;
    background: #5191fa;
    border-radius: 10px;
}
.bravo-reviews .review-box .review-sumary .item .progress .percent.green {
    background: #2ecc71;
}
.bravo-reviews .review-box .review-sumary .item .progress .percent.darkgreen {
    background: #27ae61;
}
.bravo-reviews .review-box .review-sumary .item .progress .percent.yellow {
    background: #f1c40f;
}
.bravo-reviews .review-box .review-sumary .item .progress .percent.orange {
    background: #e67f22;
}
.bravo-reviews .review-box .review-sumary .item .progress .percent.red {
    background: #e84c3d;
}
.bravo-reviews .review-box .review-sumary .item .number {
    width: 7%;
    margin-left: 3%;
}
.bravo-reviews .review-list {
    margin-top: 30px;
}
.bravo-reviews .review-list .review-item {
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 1px solid #eaeef3;
    font-size: 16px;
}
@media (max-width: 990px) {
    .bravo-reviews .review-list .review-item {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}
.bravo-reviews .review-list .review-item .review-item-head {
    display: flex;
    align-items: center;
    margin-right: 100px;
}
.bravo-reviews .review-list .review-item .review-item-head .media .media-left {
    padding-right: 20px;
}
.bravo-reviews .review-list .review-item .review-item-head .media .media-left img {
    border-radius: 50%;
    width: 50px;
    height: 50px;
}
.bravo-reviews .review-list .review-item .review-item-head .media .media-left .avatar-text {
    background: #1a2b47;
    color: #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: block;
    text-align: center;
    padding-top: 4px;
    position: relative;
    font-size: 29px;
    top: 0;
}
.bravo-reviews .review-list .review-item .review-item-head .media .media-body .media-heading {
    font-size: 16px;
    color: #1a2b48;
    font-weight: 600;
    margin-bottom: 5px;
    margin-top: 5px;
}
.bravo-reviews .review-list .review-item .review-item-head .media .media-body .date {
    color: #aeb4c0;
}
.bravo-reviews .review-list .review-item .review-item-body {
    margin-top: 20px;
}
.bravo-reviews .review-list .review-item .review-item-body .title {
    position: relative;
    font-size: 18px;
    line-height: 20px;
}
.bravo-reviews .review-list .review-item .review-item-body .review-star {
    padding: 0;
    margin: 0;
    overflow: hidden;
}
.bravo-reviews .review-list .review-item .review-item-body .review-star li {
    list-style: none;
    margin-right: 5px;
    float: left;
}
.bravo-reviews .review-list .review-item .review-item-body .review-star li .fa {
    color: #ffdc00;
    font-size: 18px;
}
.bravo-reviews .review-list .review-item .review-item-body .detail {
    margin-top: 5px;
    font-size: 16px;
    color: #5e6d77;
    font-weight: 400;
    position: relative;
}
.bravo-reviews .review-list .review-item:last-child {
    border-bottom: 1px solid #eaeef3;
}
.bravo-reviews .review-pag-wrapper {
    overflow: hidden;
    margin-top: 15px;
}
.bravo-reviews .review-pag-wrapper .review-pag-text {
    float: right;
    font-size: 18px;
    color: #5e6d77;
    margin-top: 5px;
    margin-right: 0;
}
.bravo-reviews .review-pag-wrapper .bravo-pagination {
    text-align: left;
    display: inline-block;
    margin-top: 3px;
    margin-bottom: 0;
}
.bravo-reviews .review-pag-wrapper .bravo-pagination ul {
    text-align: center;
    display: inline-block;
    padding: 0;
    margin: 0;
}
.bravo-reviews .review-pag-wrapper .bravo-pagination ul li {
    list-style: none;
    font-size: 18px;
    color: #768090;
    float: left;
    margin-right: 10px;
}
.bravo-reviews .review-pag-wrapper .bravo-pagination ul li a,
.bravo-reviews .review-pag-wrapper .bravo-pagination ul li span {
    display: block;
    height: 32px;
    width: 32px;
    line-height: 32px;
    text-decoration: none;
    color: #5e6d77;
    float: none;
    padding: 0;
    border: none;
    border-radius: 3px;
    cursor: pointer;
}
.bravo-reviews .review-pag-wrapper .bravo-pagination ul li a.current,
.bravo-reviews .review-pag-wrapper .bravo-pagination ul li span.current {
    border: 1px solid #1a2b47 !important;
    border-radius: 3px;
    background: transparent !important;
    color: #1a2b47 !important;
}
.bravo-reviews .review-pag-wrapper .bravo-pagination ul li.active a,
.bravo-reviews .review-pag-wrapper .bravo-pagination ul li.active span {
    border: 1px solid #1a2b47 !important;
    background: transparent !important;
    color: #1a2b47 !important;
}
.bravo-reviews .review-pag-wrapper .bravo-pagination .count-string {
    font-size: 16px;
    color: #768090;
    margin-top: 5px;
    display: inline-block;
}
.bravo-reviews .review-form {
    margin: 15px 0;
}
.bravo-reviews .review-form .title-form {
    color: #1a2b48 !important;
    font-size: 18px;
    font-weight: 500;
}
.bravo-reviews .review-form .form-wrapper {
    margin-top: 15px;
    padding: 30px;
    background: #f9f9f9;
    border: 1px solid #d7dce3;
    border-top: 4px solid #5191fa;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
@media (max-width: 766px) {
    .bravo-reviews .review-form .form-wrapper {
        padding: 15px;
    }
    .bravo-reviews .review-form .form-wrapper .form-group {
        margin-bottom: 0;
    }
}
@media (max-width: 1024px) {
    .bravo-reviews .review-form .form-wrapper .row .col-md-8 {
        flex: 0 0 60%;
        max-width: 60%;
    }
    .bravo-reviews .review-form .form-wrapper .row .col-md-4 {
        flex: 0 0 40%;
        max-width: 40%;
    }
}
@media (max-width: 766px) {
    .bravo-reviews .review-form .form-wrapper .row .col-md-4,
    .bravo-reviews .review-form .form-wrapper .row .col-md-8 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
.bravo-reviews .review-form .form-wrapper .review-items {
    background: #fff;
    padding: 25px 30px;
    border: 1px solid #eee;
    border-radius: 5px;
    margin-top: 15px;
    min-height: 350px;
}
@media (max-width: 766px) {
    .bravo-reviews .review-form .form-wrapper .review-items {
        min-height: auto;
        padding: 10px 15px;
    }
}
.bravo-reviews .review-form .form-wrapper .review-items .item {
    margin-bottom: 10px;
}
@media (max-width: 766px) {
    .bravo-reviews .review-form .form-wrapper .review-items .item {
        margin-bottom: 5px;
    }
}
.bravo-reviews .review-form .form-wrapper .review-items .item:last-child {
    margin-bottom: 0;
}
.bravo-reviews .review-form .form-wrapper .review-items .item label {
    font-size: 16px;
    font-weight: 500;
    color: #768090;
    margin-bottom: 4px;
}
.bravo-reviews .review-form .form-wrapper .review-items .item .rates {
    position: relative;
}
.bravo-reviews .review-form .form-wrapper .review-items .item .fa:not(:last-child) {
    margin-right: 8px;
}
.bravo-reviews .review-form .form-wrapper .review-items .item .fa {
    cursor: pointer;
    font-size: 18px;
}
.bravo-reviews .review-form .form-wrapper .review-items .item .fa.grey {
    color: #5e6d77;
}
.bravo-reviews .review-form .form-wrapper .review-items .item .fa.hovered,
.bravo-reviews .review-form .form-wrapper .review-items .item .fa.selected {
    color: #ffdc00;
}
.bravo-reviews .review-form .form-wrapper .review-items .item .fa.hovered:before,
.bravo-reviews .review-form .form-wrapper .review-items .item .fa.selected:before {
    content: "";
}
.bravo-reviews .review-form .form-wrapper .alert ul {
    margin-left: 30px;
}
.bravo-reviews .review-form .form-wrapper textarea.form-control {
    min-height: 350px;
    margin-top: 15px;
}
@media (max-width: 766px) {
    .bravo-reviews .review-form .form-wrapper textarea.form-control {
        min-height: 100px;
    }
}
.bravo-reviews .review-form .btn {
    background: #5191fa;
    color: #fff;
    border: none;
    box-shadow: none;
    border-radius: 3px;
    padding: 10px 20px;
    transition: background 0.2s, color 0.2s;
    margin-top: 10px;
}
@media (max-width: 766px) {
    .bravo-reviews .review-form .btn {
        padding: 5px 15px;
    }
}
.bravo-reviews .review-message {
    background: #f5f5f5;
    padding: 15px 20px;
    margin-top: 15px;
    border-left: 4px solid #5191fa;
    margin-bottom: 15px;
}
.page-404-content {
    padding: 60px 0;
    text-align: center;
}
.page-404-content h1 {
    font-size: 48px;
    color: #1a2b48;
    font-weight: 500;
    margin-top: 0;
}
.page-404-content h3 {
    font-size: 16px;
    color: #5e6d77;
    font-weight: 400;
    margin-bottom: 60px;
    margin-top: 10px;
}
.page-404-content img {
    margin-bottom: 50px;
    max-width: 100%;
}
.page-404-content p {
    font-size: 18px;
    color: #5e6d77;
    margin-bottom: 5px;
}
.bravo_wrap .page-template-content .bravo-list-tour .title {
    font-size: 28px;
    font-family: Roboto, sans-serif;
    margin-bottom: 20px;
    font-weight:bold;
    Padding-top:30px;
    color:red;
}
@media (max-width: 766px) {
    .bravo_wrap .page-template-content .bravo-list-tour .title {
        font-size: 24px;
        margin-bottom: 15px;
    }
}
.bravo_wrap .page-template-content .bravo-list-tour .title .sub-title {
    color: #5e6d77;
    font-size: 14px;
    margin-bottom: 15px;
}
.bravo_wrap .page-template-content .bravo-list-tour .item-tour {
    border: 1px solid #dfdfdf;
    border-radius: 3px;
    overflow: hidden;
    padding-bottom: 15px;
    position: relative;
    margin-bottom: 30px;
    font-family: Roboto, sans-serif;
}
.bravo_wrap .page-template-content .bravo-list-tour .item-tour a {
    text-decoration: none;
    transition: all 0.3s;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.bravo_wrap .page-template-content .bravo-list-tour .item-tour .sale_info {
    position: absolute;
    width: 80px;
    height: 48px;
    transform: rotate(45deg);
    right: -30px;
    top: -13px;
    line-height: 65px;
    text-align: center;
    color: #fff;
    font-size: 15px;
    z-index: 8;
    background-color: #c03;
}
.bravo_wrap .page-template-content .bravo-list-tour .item-tour .featured {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 13px;
    color: #fff;
    z-index: 8;
    background: url(https://tourhaigiang.com.vn/wp-content/uploads/2022/09/cropped-logo-2.png);
    background-size: contain;
    width: 53px;
    height: 35px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
.bravo_wrap .page-template-content .bravo-list-tour .item-tour .thumb-image {
    overflow: hidden;
    height: 170px;
    background: #ccc;
}
.bravo_wrap .page-template-content .bravo-list-tour .item-tour .thumb-image a img {
    transition: all 0.3s;
    max-width: 100%;
    object-fit:cover;
}
.bravo_wrap .page-template-content .bravo-list-tour .item-tour .thumb-image a:hover img {
    transform: scale(1.1);
}
.bravo_wrap .page-template-content .bravo-list-tour .item-tour .thumb-image .service-wishlist {
    position: absolute;
    right: 5px;
    z-index: 10;
    bottom: 0;
    color: #fff;
    padding: 10px;
    cursor: pointer;
}
.bravo_wrap .page-template-content .bravo-list-tour .item-tour .thumb-image .service-wishlist i {
    transition: all 0.3s;
    font-size: 16px;
}
.bravo_wrap .page-template-content .bravo-list-tour .item-tour .thumb-image .service-wishlist.loading i,
.bravo_wrap .page-template-content .bravo-list-tour .item-tour .thumb-image .service-wishlist:hover i {
    color: #ff9290;
}
.bravo_wrap .page-template-content .bravo-list-tour .item-tour .thumb-image .service-wishlist.active i {
    color: red;
}
.bravo_wrap .page-template-content .bravo-list-tour .item-tour .location {
    font-size: 13px;
    color: #5e6d77;
    margin: 15px 15px 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.bravo_wrap .page-template-content .bravo-list-tour .item-tour .location i {
    position: relative;
    font-size: 16px;
}
.bravo_wrap .page-template-content .bravo-list-tour .item-tour .category {
    padding: 0 15px;
}
.bravo_wrap .page-template-content .bravo-list-tour .item-tour .category .fa {
    color: #687882;
    opacity: 0.6;
}
.bravo_wrap .page-template-content .bravo-list-tour .item-tour .service-review {
    padding: 10px 15px 15px;
}
.bravo_wrap .page-template-content .bravo-list-tour .item-tour .service-review .list-star {
    display: inline-block;
    line-height: 13px;
    position: relative;
}
.bravo_wrap .page-template-content .bravo-list-tour .item-tour .service-review .list-star .booking-item-rating-stars {
    padding: 0;
    margin: 0;
    width: 90px;
}
.bravo_wrap .page-template-content .bravo-list-tour .item-tour .service-review .list-star .booking-item-rating-stars:after,
.bravo_wrap .page-template-content .bravo-list-tour .item-tour .service-review .list-star .booking-item-rating-stars:before {
    content: "";
    display: table;
    clear: both;
}
.bravo_wrap .page-template-content .bravo-list-tour .item-tour .service-review .list-star .booking-item-rating-stars li {
    list-style: none;
    float: left;
    margin-right: 5px;
}
.bravo_wrap .page-template-content .bravo-list-tour .item-tour .service-review .list-star .booking-item-rating-stars li:last-child {
    margin-right: 0;
}
.bravo_wrap .page-template-content .bravo-list-tour .item-tour .service-review .list-star .booking-item-rating-stars li .fa {
    font-size: 13px;
    color: #ffdc00;
}
.bravo_wrap .page-template-content .bravo-list-tour .item-tour .service-review .list-star .booking-item-rating-stars-active {
    position: absolute;
    width: 0;
    top: 0;
    left: 0;
    overflow: hidden;
}
.bravo_wrap .page-template-content .bravo-list-tour .item-tour .service-review .review {
    position: relative;
    top: -2px;
    font-size: 13px;
    color: #768092;
    margin-left: 10px;
}
.bravo_wrap .page-template-content .bravo-list-tour .item-tour .item-title {
    padding:10px;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    min-height: 45px;
}
@media (max-width: 766px) {
    .bravo_wrap .page-template-content .bravo-list-tour .item-tour .item-title {
        min-height: auto;
    }
}
.bravo_wrap .page-template-content .bravo-list-tour .item-tour .item-title a {
    color: #1a2b50;
}
.bravo_wrap .page-template-content .bravo-list-tour .item-tour .info {
    padding: 0 15px;
    font-size: 14px;
}
.bravo_wrap .page-template-content .bravo-list-tour .item-tour .info:after,
.bravo_wrap .page-template-content .bravo-list-tour .item-tour .info:before {
    content: "";
    display: table;
    clear: both;
}
.bravo_wrap .page-template-content .bravo-list-tour .item-tour .info .duration {
    width: 40%;
    float: left;
    align-items: center;
    color: #5e6d77;
    position: relative;
    top: 5px;
}
.bravo_wrap .page-template-content .bravo-list-tour .item-tour .info .duration i {
    position: relative;
    font-size: 17px;
}
.bravo_wrap .page-template-content .bravo-list-tour .item-tour .info .g-price {
    width: 60%;
    float: left;
    text-align: right;
}
.bravo_wrap .page-template-content .bravo-list-tour .item-tour .info .g-price .prefix {
    color: #5e6d77;
    display: inline-block;
}
.bravo_wrap .page-template-content .bravo-list-tour .item-tour .info .g-price .prefix i {
    font-size: 16px;
    color: #ffc107;
}
.bravo_wrap .page-template-content .bravo-list-tour .item-tour .info .g-price .price {
    position: relative;
    display: inline-block;
}
.bravo_wrap .page-template-content .bravo-list-tour .item-tour .info .g-price .price .text-price {
    font-size: 18px;
    color: #128ac2;
    font-weight: 600;
}
.bravo_wrap .page-template-content .bravo-list-tour .item-tour .info .g-price .price .onsale {
    position: absolute;
    right: 0;
    top: -15px;
    text-decoration: line-through;
    font-size: 14px;
    color: #c03 !important;
    font-weight: 400;
}
.bravo_wrap .page-template-content .bravo-list-tour .item-tour.infobox-item {
    position: relative;
}
.bravo_wrap .page-template-content .bravo-list-tour .item-tour.infobox-item:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    border-color: transparent #fff #fff transparent;
    border-style: solid;
    border-width: 10px;
    bottom: -9px;
    left: 0;
    right: 0;
    margin: auto;
    transform: rotate(45deg);
    box-shadow: 1px 1px 0 #dfdfdf;
    background: #fff;
}
.bravo_wrap .page-template-content .bravo-list-tour .owl-dots {
    display: none;
}
.bravo_wrap .page-template-content .bravo-list-tour .owl-nav {
    position: absolute;
    right: 0;
    top: -50px;
    display: block !important;
}
.bravo_wrap .page-template-content .bravo-list-tour .owl-nav .owl-next,
.bravo_wrap .page-template-content .bravo-list-tour .owl-nav .owl-prev {
    font-size: 40px;
    line-height: 33px;
    border: none;
    padding: 0 10px !important;
    margin-left: 10px;
}
.bravo_wrap .page-template-content .bravo-list-tour .owl-nav .owl-next span,
.bravo_wrap .page-template-content .bravo-list-tour .owl-nav .owl-prev span {
    position: relative;
    top: -5px;
    outline: none !important;
}
@media (max-width: 766px) {
    .bravo_wrap .page-template-content .bravo-list-tour.carousel .owl-nav {
        position: relative;
        top: -15px;
        margin: 0;
        text-align: center;
        display: block !important;
    }
}
.bravo_wrap .page-template-content .bravo-list-tour.box_shadow {
    background: #f5f5f5;
    padding: 30px 0;
}
.bravo_wrap .page-template-content .bravo-list-tour.box_shadow .list-item .col-item {
    margin-bottom: 30px;
}
.bravo_wrap .page-template-content .bravo-list-tour.box_shadow .list-item .item {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
    height: 100%;
}
.bravo_wrap .page-template-content .bravo-list-tour.box_shadow .list-item .item .sale_info {
    position: absolute;
    width: 80px;
    height: 48px;
    transform: rotate(45deg);
    right: -30px;
    top: -13px;
    line-height: 65px;
    text-align: center;
    color: #fff;
    font-size: 15px;
    z-index: 8;
    background-color: #c03;
}
.bravo_wrap .page-template-content .bravo-list-tour.box_shadow .list-item .item .featured {
    position: absolute;
    top: 20px;
    left: 0;
    font-size: 13px;
    color: #fff;
    font-weight: 500;
    z-index: 8;
    background: #c03;
    border-radius: 0 3px 3px 0;
    padding: 6px 10px;
}
.bravo_wrap .page-template-content .bravo-list-tour.box_shadow .list-item .item .header-thumb {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 200px;
}
.bravo_wrap .page-template-content .bravo-list-tour.box_shadow .list-item .item .header-thumb:before {
    position: absolute;
    z-index: 1;
    content: "";
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: all 0.4s;
    background: rgba(0, 0, 0, 0.4);
}
.bravo_wrap .page-template-content .bravo-list-tour.box_shadow .list-item .item .header-thumb img {
    transition: all 0.4s;
    transform: scale(1);
    width: 100%;
}
.bravo_wrap .page-template-content .bravo-list-tour.box_shadow .list-item .item .header-thumb .tour-book-now {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.5);
    z-index: 3;
    opacity: 0;
    color: #fff;
    border: none;
    transition: all 0.4s;
    padding: 5px 20px;
    background-color: #5192fa;
    border-radius: 30px;
    text-decoration: none;
}
.bravo_wrap .page-template-content .bravo-list-tour.box_shadow .list-item .item .header-thumb .service-wishlist {
    position: absolute;
    right: 5px;
    z-index: 10;
    bottom: 0;
    color: #fff;
    padding: 10px;
    cursor: pointer;
}
.bravo_wrap .page-template-content .bravo-list-tour.box_shadow .list-item .item .header-thumb .service-wishlist i {
    transition: all 0.3s;
    font-size: 16px;
}
.bravo_wrap .page-template-content .bravo-list-tour.box_shadow .list-item .item .header-thumb .service-wishlist.loading i,
.bravo_wrap .page-template-content .bravo-list-tour.box_shadow .list-item .item .header-thumb .service-wishlist:hover i {
    color: #ff9290;
}
.bravo_wrap .page-template-content .bravo-list-tour.box_shadow .list-item .item .header-thumb .service-wishlist.active i {
    color: red;
}
.bravo_wrap .page-template-content .bravo-list-tour.box_shadow .list-item .item .caption {
    position: relative;
    width: 100%;
    padding: 28px 22px;
}
.bravo_wrap .page-template-content .bravo-list-tour.box_shadow .list-item .item .caption .title-address {
    width: 65%;
    float: left;
}
.bravo_wrap .page-template-content .bravo-list-tour.box_shadow .list-item .item .caption .title-address .title {
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 7px;
    line-height: 20px;
}
.bravo_wrap .page-template-content .bravo-list-tour.box_shadow .list-item .item .caption .title-address .title a {
    color: #333;
    text-decoration: none;
    transition: all 0.3s;
}
.bravo_wrap .page-template-content .bravo-list-tour.box_shadow .list-item .item .caption .title-address .title a:hover {
    color: #5192fa;
}
.bravo_wrap .page-template-content .bravo-list-tour.box_shadow .list-item .item .caption .title-address .duration {
    margin-bottom: 0;
    color: #7e7e7e;
    font-size: 13px;
}
.bravo_wrap .page-template-content .bravo-list-tour.box_shadow .list-item .item .caption .tour-price {
    position: absolute;
    color: #ff7430;
    font-size: 34px;
    right: 22px;
    top: 20px;
}
.bravo_wrap .page-template-content .bravo-list-tour.box_shadow .list-item .item .caption .g-price {
    text-align: right;
    float: right;
}
.bravo_wrap .page-template-content .bravo-list-tour.box_shadow .list-item .item .caption .g-price .price {
    position: relative;
    display: inline-block;
    padding-top: 18px;
}
.bravo_wrap .page-template-content .bravo-list-tour.box_shadow .list-item .item .caption .g-price .price .text-price {
    font-size: 22px;
    color: #1a2b48;
    font-weight: 500;
}
.bravo_wrap .page-template-content .bravo-list-tour.box_shadow .list-item .item .caption .g-price .price .onsale {
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: line-through;
    font-size: 14px;
    color: #c03 !important;
    font-weight: 400;
}
.bravo_wrap .page-template-content .bravo-list-tour.box_shadow .list-item .item:hover .header-thumb:before {
    opacity: 1;
}
.bravo_wrap .page-template-content .bravo-list-tour.box_shadow .list-item .item:hover .header-thumb img {
    transform: scale(1.1);
}
.bravo_wrap .page-template-content .bravo-list-tour.box_shadow .list-item .item:hover .header-thumb .tour-book-now {
    opacity: 1;
    top: 51%;
    transform: translate(-50%, -50%) scale(1);
}
.bravo_wrap .page-template-content .bravo-form-search-tour { 
    background-position: 50% !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
@media (max-width: 766px) {
    .bravo_wrap .page-template-content .bravo-form-search-tour { 
    }
}
.bravo_wrap .page-template-content .bravo-form-search-tour .text-heading {
    font-weight: 500;
    font-size: 54px;
    color: #fff;
}
@media (max-width: 766px) {
    .bravo_wrap .page-template-content .bravo-form-search-tour .text-heading {
        font-size: 28px;
    }
}
.bravo_wrap .page-template-content .bravo-form-search-tour .sub-heading {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
}
@media (max-width: 766px) {
    .bravo_wrap .page-template-content .bravo-form-search-tour .sub-heading {
        font-size: 14px;
    }
}
.bravo_wrap .page-template-content .bravo-form-search-tour .g-form-control {
    padding: 0 100px;
    margin: 50px 0 0;
}
@media (max-width: 990px) {
    .bravo_wrap .page-template-content .bravo-form-search-tour .g-form-control {
        padding: 0;
    }
}
@media (max-width: 766px) {
    .bravo_wrap .page-template-content .bravo-form-search-tour .g-form-control {
        margin: 20px 0 0;
        background: #fff;
    }
}
.bravo_wrap .page-template-content .bravo-form-search-tour .bravo_form .g-field-search {
    flex: 0 0 85%;
    max-width: 85%;
}
.bravo_wrap .page-template-content .bravo-form-search-tour .bravo_form .g-button-submit {
    flex: 0 0 15%;
    max-width: 15%;
}
.bravo_wrap .page-template-content .bravo-featured-item {
    border-bottom: 1px solid #f4f4f4;
    margin: 30px 0;
    padding-bottom: 15px;
}
@media (max-width: 990px) {
    .bravo_wrap .page-template-content .bravo-featured-item {
        display: none;
    }
}
.bravo_wrap .page-template-content .bravo-featured-item .featured-item {
    margin-bottom: 20px;
}
.bravo_wrap .page-template-content .bravo-featured-item .featured-item .image {
    margin-top: 15px;
    float: left;
}
.bravo_wrap .page-template-content .bravo-featured-item .featured-item .content {
    padding: 15px;
}
@media (max-width: 990px) {
    .bravo_wrap .page-template-content .bravo-featured-item .featured-item .content {
        margin-left: 35px;
    }
}
.bravo_wrap .page-template-content .bravo-featured-item .featured-item .content .title {
    font-size: 23px;
    text-transform: uppercase;
    font-family: Roboto, sans-serif;
    text-align: center;
}
.bravo_wrap .page-template-content .bravo-featured-item .featured-item .content .desc {
    font-size: 16px;
    text-align: center;
}
@media (max-width: 990px) {
    .bravo_wrap .page-template-content .bravo-featured-item .col-md-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
.bravo_wrap .page-template-content .bravo-featured-item.style2 {
    border-bottom: 0;
}
.bravo_wrap .page-template-content .bravo-featured-item.style2 .number-circle {
    width: 70px;
    height: 70px;
    border: 2px solid #5191fa;
    border-radius: 50%;
    text-align: center;
    line-height: 69px;
    font-size: 40px;
    color: #5191fa;
    transition: all 0.3s;
    display: inline-block;
}
.bravo_wrap .page-template-content .bravo-featured-item.style3 .featured-item {
    border: 1px solid #dfdfdf;
    border-radius: 8px;
    padding: 50px;
    margin-bottom: 30px;
    transition: all 0.3s;
}
.bravo_wrap .page-template-content .bravo-featured-item.style3 .featured-item .image {
    float: none;
    margin-top: 0;
    margin-bottom: 25px;
    text-align: center;
}
.bravo_wrap .page-template-content .bravo-featured-item.style3 .featured-item .content {
    text-align: center;
    margin-left: 0;
    padding: 0;
}
.bravo_wrap .page-template-content .bravo-featured-item.style3 .featured-item:hover {
    border-color: #5191fa;
}
.bravo_wrap .page-template-content .bravo-testimonial {
    background: url(https://tourhaigiang.com.vn/wp-content/uploads/2022/10/dem-merryland-quy-nhon-042022-1.png);
    padding: 50px 0;
    background-size: cover;
}
.bravo_wrap .page-template-content .bravo-testimonial h3 {
    font-size: 30px;
    font-family: Roboto, sans-serif;
    padding: 10px 0;
    color: #fff;
    text-align: center;
    font-weight: 500;
}
.bravo_wrap .page-template-content .bravo-testimonial .testimonial {
    text-align: center;
}
.bravo_wrap .page-template-content .bravo-testimonial .testimonial .description {
    font-size: 20px;
    color: #fff;
    line-height: 170%;
    margin-bottom: 20px;
    font-weight: 300;
    padding: 20px;
}
.bravo_wrap .page-template-content .bravo-testimonial .testimonial .description:before {
    content: "";
    font-size: 60px;
    font-family: FontAwesome;
    font-weight: 900;
    color: hsla(0, 0%, 100%, 0.5);
    position: absolute;
    top: 14px;
    left: 3px;
}
.bravo_wrap .page-template-content .bravo-testimonial .testimonial .pic {
    width: 80px;
    height: 80px;
    position: relative;
    margin: 0 auto;
}
.bravo_wrap .page-template-content .bravo-testimonial .testimonial .pic img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 5px solid hsla(0, 0%, 100%, 0.3);
}
.bravo_wrap .page-template-content .bravo-testimonial .testimonial .testimonial-title {
    margin-top: 15px;
    font-size: 20px;
    font-weight: 300;
    color: #fff;
    text-transform: capitalize;
}
.bravo_wrap .page-template-content .bravo-testimonial .testimonial .star {
    margin-bottom: 15px;
}
.bravo_wrap .page-template-content .bravo-testimonial .testimonial .star .fa {
    color: #f1d700;
}
.bravo_wrap .page-template-content .bravo-testimonial .testimonial .post {
    display: inline-block;
    font-size: 12px;
    color: #8a9aad;
    text-transform: capitalize;
    margin-top: 5px;
}
.bravo_wrap .page-template-content .bravo-testimonial .owl-theme .owl-controls {
    position: absolute;
    top: 38%;
    width: 100%;
    opacity: 1;
}
.bravo_wrap .page-template-content .bravo-testimonial .owl-theme .owl-controls .owl-buttons div {
    width: 50px;
    height: 50px;
    line-height: 40px;
    background: transparent;
    border: 1px solid grey;
    border-radius: 0;
}
.bravo_wrap .page-template-content .bravo-testimonial .owl-prev {
    position: absolute;
    left: -3%;
}
.bravo_wrap .page-template-content .bravo-testimonial .owl-next {
    position: absolute;
    right: -3%;
}
.bravo_wrap .page-template-content .bravo-testimonial .owl-prev:after {
    content: "";
    font-family: FontAwesome;
    font-weight: 900;
    font-size: 16px;
    color: grey;
}
.bravo_wrap .page-template-content .bravo-testimonial .owl-next:after {
    content: "";
    font-family: FontAwesome;
    font-weight: 900;
    font-size: 16px;
    color: grey;
    content: "";
}
@media screen and (max-width: 767px) {
    .bravo_wrap .page-template-content .bravo-testimonial .owl-prev {
        left: 0;
    }
    .bravo_wrap .page-template-content .bravo-testimonial .owl-next {
        right: 0;
    }
}
@media screen and (max-width: 480px) {
    .bravo_wrap .page-template-content .bravo-testimonial .owl-theme .owl-controls {
        top: 48%;
    }
}
.bravo_wrap .page-template-content .bravo-call-to-action {
    margin: 25px 0 40px;
}
@media (max-width: 768px) {
    .bravo_wrap .page-template-content .bravo-call-to-action {
        margin: 0 0 30px;
    }
}
.bravo_wrap .page-template-content .bravo-call-to-action .context {
    padding: 40px 45px 50px;
    background: #f6b756;
}
@media (max-width: 766px) {
    .bravo_wrap .page-template-content .bravo-call-to-action .context {
        padding: 15px;
    }
}
.bravo_wrap .page-template-content .bravo-call-to-action .context .title {
    font-size: 36px;
    font-family: Roboto, sans-serif;
    font-weight: 500;
}
@media (max-width: 768px) {
    .bravo_wrap .page-template-content .bravo-call-to-action .context .title {
        font-size: 32px;
    }
}
@media (max-width: 766px) {
    .bravo_wrap .page-template-content .bravo-call-to-action .context .title {
        font-size: 26px;
    }
}
.bravo_wrap .page-template-content .bravo-call-to-action .context .sub_title {
    font-size: 18px;
}
@media (max-width: 766px) {
    .bravo_wrap .page-template-content .bravo-call-to-action .context .sub_title {
        font-size: 16px;
    }
}
.bravo_wrap .page-template-content .bravo-call-to-action .context .btn-more {
    margin-top: 30px;
    float: right;
    background: #fff;
    display: block;
    padding: 15px 25px;
    font-weight: 500;
    border-radius: 5px;
    color: #000;
    text-decoration: none;
    transition: all 0.3s;
}
.bravo_wrap .page-template-content .bravo-call-to-action .context .btn-more:hover {
    border-radius: 10px;
    background: #f1f1f1;
}
@media (max-width: 990px) {
    .bravo_wrap .page-template-content .bravo-call-to-action .context .btn-more {
        padding: 15px 10px;
    }
}
@media (max-width: 766px) {
    .bravo_wrap .page-template-content .bravo-call-to-action .context .btn-more {
        float: none;
        display: inline-block;
        margin-top: 10px;
        padding: 5px 10px;
    }
}
.bravo_wrap .page-template-content .bravo-list-locations .title {
    font-size: 28px;
    font-family: Roboto, sans-serif;
    margin-bottom: 25px;
    color:red;
    font-weight:bold;
}
@media (max-width: 766px) {
    .bravo_wrap .page-template-content .bravo-list-locations .title {
        font-size: 24px;
        margin-bottom: 15px;
    }
}
.bravo_wrap .page-template-content .bravo-list-locations .row {
    padding: 0 -10px;
}
.bravo_wrap .page-template-content .bravo-list-locations .row .col-md-4,
.bravo_wrap .page-template-content .bravo-list-locations .row .col-md-8 {
    padding-left: 10px;
    padding-right: 10px;
}
@media (max-width: 990px) {
    .bravo_wrap .page-template-content .bravo-list-locations .row .col-md-4 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .bravo_wrap .page-template-content .bravo-list-locations .row .col-md-8 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
.bravo_wrap .page-template-content .bravo-list-locations .list-item .destination-item {
    margin-bottom: 20px;
    min-height: 383px;
    border-radius: 5px;
    overflow: hidden;
}
@media (max-width: 766px) {
    .bravo_wrap .page-template-content .bravo-list-locations .list-item .destination-item {
        min-height: 200px;
    }
}
.bravo_wrap .page-template-content .bravo-list-locations .list-item .destination-item.no-image {
    background: #ccc;
}
.bravo_wrap .page-template-content .bravo-list-locations .list-item .destination-item .image {
    position: relative;
    overflow: hidden;
    min-height: 383px;
    background-position: 50% !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}
@media (max-width: 766px) {
    .bravo_wrap .page-template-content .bravo-list-locations .list-item .destination-item .image {
        min-height: 200px;
    }
}
.bravo_wrap .page-template-content .bravo-list-locations .list-item .destination-item .image .content {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    z-index: 1;
    text-align: center;
}
.bravo_wrap .page-template-content .bravo-list-locations .list-item .destination-item .image .content .title {
    margin-bottom: 0;
    font-size: 28px;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    color: #fff;
}
@media (max-width: 766px) {
    .bravo_wrap .page-template-content .bravo-list-locations .list-item .destination-item .image .content .title {
        font-size: 22px;
    }
}
.bravo_wrap .page-template-content .bravo-list-locations .list-item .destination-item .image .content .desc {
    display: inline-block;
    background: #5191fa;
    border-radius: 100px;
    font-size: 14px !important;
    color: #fff;
    padding: 5px 20px;
    margin-top: 10px;
}
.bravo_wrap .page-template-content .bravo-list-locations .list-item .destination-item:hover .image img {
    transform: scale(1.1);
}
.bravo_wrap .page-template-content .bravo-list-locations .list-item .destination-item:hover .effect {
    opacity: 0;
}
.bravo_wrap .page-template-content .bravo-list-locations .list-item .destination-item .effect {
    position: absolute;
    left: 0;
    top: 0;
    background: #000;
    z-index: 1;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    transition: all 0.3s;
}
.bravo_wrap .page-template-content .bravo-list-locations.style_2 {
    margin: 50px 0 30px;
}
@media (max-width: 1023px) {
    .bravo_wrap .page-template-content .bravo-list-locations.style_2 {
        margin: 30px 0 0;
    }
}
.bravo_wrap .page-template-content .bravo-list-locations.style_2 .title {
    font-size: 28px;
    font-family: Roboto, sans-serif;
    font-weight: 500;
    margin-bottom: 5px;
}
@media (max-width: 766px) {
    .bravo_wrap .page-template-content .bravo-list-locations.style_2 .title {
        font-size: 24px;
    }
}
.bravo_wrap .page-template-content .bravo-list-locations.style_2 .sub-title {
    color: #5e6d77;
    font-size: 14px;
    margin-bottom: 30px;
}
.bravo_wrap .page-template-content .bravo-list-locations.style_2 .list-item .destination-item {
    border-radius: 5px;
    min-height: 320px;
}
.bravo_wrap .page-template-content .bravo-list-locations.style_2 .list-item .destination-item .content .title {
    font-size: 16px;
    font-family: Roboto, sans-serif;
    color: #1a2b48;
    padding: 8px 25px;
    background: #fff;
    text-transform: uppercase;
    white-space: nowrap;
    display: inline-block;
    font-weight: 500;
    transition: all 0.3s;
}
.bravo_wrap .page-template-content .bravo-list-locations.style_2 .list-item .destination-item .image {
    min-height: 320px;
}
.bravo_wrap .page-template-content .bravo-list-locations.style_2 .list-item .destination-item:hover .effect {
    opacity: 0.4;
}
.bravo_wrap .page-template-content .bravo-list-locations.style_2 .list-item .destination-item:hover .title {
    font-family: Roboto, sans-serif;
    background: #5191fa;
    color: #fff;
}
.bravo_wrap .page-template-content .bravo-list-locations.style_2 .list-item .effect {
    opacity: 0;
}
.bravo_wrap .page-template-content .bravo-list-locations.style_3 {
    margin: 0 0 30px;
}
@media (max-width: 1023px) {
    .bravo_wrap .page-template-content .bravo-list-locations.style_3 {
        margin: 30px 0 0;
    }
}
.bravo_wrap .page-template-content .bravo-list-locations.style_3 .title {
    font-size: 28px;
    font-family: Roboto, sans-serif;
    font-weight: 500;
    margin-bottom: 5px;
}
@media (max-width: 766px) {
    .bravo_wrap .page-template-content .bravo-list-locations.style_3 .title {
        font-size: 24px;
    }
}
.bravo_wrap .page-template-content .bravo-list-locations.style_3 .sub-title {
    color: #5e6d77;
    font-size: 14px;
    margin-bottom: 30px;
}
.bravo_wrap .page-template-content .bravo-list-locations.style_3 .list-item .destination-item {
    border-radius: 5px;
    min-height: 320px;
}
.bravo_wrap .page-template-content .bravo-list-locations.style_3 .list-item .destination-item .content .title {
    font-size: 28px;
    font-family: Roboto, sans-serif;
    padding: 5px 25px;
    text-transform: uppercase;
    white-space: nowrap;
    display: block;
    font-weight: 500;
    transition: all 0.3s;
    margin-bottom: 5px;
}
.bravo_wrap .page-template-content .bravo-list-locations.style_3 .list-item .destination-item .content .desc {
    display: inline-block;
    background: none;
    font-size: 14px !important;
    color: #fff;
    margin-top: 0;
    padding: 2px 15px;
    border-radius: 5px;
    transition: all 0.3s;
}
.bravo_wrap .page-template-content .bravo-list-locations.style_3 .list-item .destination-item .image {
    min-height: 320px;
}
.bravo_wrap .page-template-content .bravo-list-locations.style_3 .list-item .destination-item:hover .effect {
    opacity: 0.2;
}
.bravo_wrap .page-template-content .bravo-list-locations.style_3 .list-item .destination-item:hover .desc {
    background: #5191fa;
    color: #fff;
}
.bravo_wrap .page-template-content .bravo-list-locations.style_4 {
    margin: 0 0 30px;
}
@media (max-width: 1023px) {
    .bravo_wrap .page-template-content .bravo-list-locations.style_4 {
        margin: 30px 0 0;
    }
}
.bravo_wrap .page-template-content .bravo-list-locations.style_4 .title {
    font-size: 28px;
    font-family: Roboto, sans-serif;
    font-weight: 500;
    margin-bottom: 5px;
}
@media (max-width: 766px) {
    .bravo_wrap .page-template-content .bravo-list-locations.style_4 .title {
        font-size: 24px;
    }
}
.bravo_wrap .page-template-content .bravo-list-locations.style_4 .sub-title {
    color: #5e6d77;
    font-size: 14px;
    margin-bottom: 30px;
}
.bravo_wrap .page-template-content .bravo-list-locations.style_4 .list-item .destination-item {
    border-radius: 5px;
    min-height: 320px;
    margin-bottom: 30px;
}
.bravo_wrap .page-template-content .bravo-list-locations.style_4 .list-item .destination-item .content .title {
    font-size: 22px;
    font-family: Roboto, sans-serif;
    padding: 5px 25px;
    text-transform: uppercase;
    white-space: nowrap;
    display: block;
    font-weight: 500;
    transition: all 0.3s;
    margin-bottom: 5px;
}
.bravo_wrap .page-template-content .bravo-list-locations.style_4 .list-item .destination-item .content .title:after {
    content: "";
    height: 2px;
    width: 50px;
    background: #fff;
    display: block;
    margin: 15px auto auto;
    transition: all 0.3s;
}
.bravo_wrap .page-template-content .bravo-list-locations.style_4 .list-item .destination-item .content .desc {
    position: absolute;
    bottom: 0;
    transform: translate(-50%);
    left: 50%;
    width: 90%;
    text-align: center;
    transition: all 0.3s;
    top: 125px;
    background: none !important;
}
.bravo_wrap .page-template-content .bravo-list-locations.style_4 .list-item .destination-item .content .desc a,
.bravo_wrap .page-template-content .bravo-list-locations.style_4 .list-item .destination-item .content .desc span {
    color: #fff;
    font-size: 14px;
}
.bravo_wrap .page-template-content .bravo-list-locations.style_4 .list-item .destination-item .content .desc a:after,
.bravo_wrap .page-template-content .bravo-list-locations.style_4 .list-item .destination-item .content .desc span:after {
    content: "";
    height: 5px;
    width: 5px;
    display: inline-block;
    background: #fff;
    vertical-align: middle;
    border-radius: 50%;
    margin-left: 10px;
    margin-right: 10px;
}
.bravo_wrap .page-template-content .bravo-list-locations.style_4 .list-item .destination-item .content .desc a:last-child:after,
.bravo_wrap .page-template-content .bravo-list-locations.style_4 .list-item .destination-item .content .desc span:last-child:after {
    display: none;
}
.bravo_wrap .page-template-content .bravo-list-locations.style_4 .list-item .destination-item .image {
    min-height: 320px;
}
.bravo_wrap .page-template-content .bravo-list-locations.style_4 .list-item .destination-item:hover .effect {
    opacity: 0.2;
}
.bravo_wrap .page-template-content .bravo-list-locations.style_4 .list-item .destination-item:hover .content h4:after {
    width: 70px;
}
.bravo_wrap .page-template-content .bravo-how-it-works {
    margin: 30px 0;
    color: #fff;
    padding-top: 80px;
    padding-bottom: 100px;
    background-position: 50% !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.bravo_wrap .page-template-content .bravo-how-it-works .title {
    text-align: center;
    font-family: Roboto, sans-serif;
    font-size: 28px;
    margin-bottom: 35px;
}
.bravo_wrap .page-template-content .bravo-how-it-works .featured-item {
    margin-bottom: 20px;
}
.bravo_wrap .page-template-content .bravo-how-it-works .featured-item .image {
    margin-top: 15px;
    float: left;
}
.bravo_wrap .page-template-content .bravo-how-it-works .featured-item .image img {
    width: 80px;
}
.bravo_wrap .page-template-content .bravo-how-it-works .featured-item .content {
    margin-left: 85px;
    padding: 18px 15px 15px;
}
@media (max-width: 990px) {
    .bravo_wrap .page-template-content .bravo-how-it-works .featured-item .content {
        margin-left: 60px;
    }
}
.bravo_wrap .page-template-content .bravo-how-it-works .featured-item .content .sub-title {
    font-size: 22px;
}
.bravo_wrap .page-template-content .bravo-how-it-works .featured-item .content .desc {
    font-size: 13px;
}
@media (max-width: 990px) {
    .bravo_wrap .page-template-content .bravo-how-it-works .col-md-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
.bravo_wrap .page-template-content .bravo-list-space {
    margin: 50px 0;
}
.bravo_wrap .page-template-content .bravo-list-space .title {
    margin-top: 15px;
    font-family: Roboto, sans-serif;
    font-size: 28px;
    font-weight: 500;
}
@media (max-width: 766px) {
    .bravo_wrap .page-template-content .bravo-list-space .title {
        font-size: 24px;
    }
}
.bravo_wrap .page-template-content .bravo-list-space .sub-title {
    color: #5e6d77;
    font-size: 14px;
    margin-bottom: 15px;
}
.bravo_wrap .page-template-content .bravo-list-space .item-loop {
    border: 1px solid #dfdfdf;
    overflow: hidden;
    padding-bottom: 20px;
    position: relative;
    margin-bottom: 30px;
}
.bravo_wrap .page-template-content .bravo-list-space .item-loop a {
    text-decoration: none;
    transition: all 0.3s;
}
.bravo_wrap .page-template-content .bravo-list-space .item-loop .sale_info {
    position: absolute;
    width: 50px;
    height: 50px;
    right: 10px;
    top: -25px;
    color: #fff;
    font-size: 15px;
    background-color: #5191fa;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    z-index: 999;
    border: 3px solid #fff;
}
.bravo_wrap .page-template-content .bravo-list-space .item-loop .featured {
    position: absolute;
    top: 20px;
    left: 0;
    background: #ed0925;
    display: inline-block;
    padding: 0 10px;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    z-index: 1;
    height: 30px;
    line-height: 30px;
}
.bravo_wrap .page-template-content .bravo-list-space .item-loop .featured:after {
    position: absolute;
    content: "";
    top: -9px;
    right: -10px;
    border: 10px solid transparent;
    border-bottom: 29px solid #ed0925;
    z-index: 1;
}
.bravo_wrap .page-template-content .bravo-list-space .item-loop .thumb-image {
    overflow: hidden;
    height: 185px;
    background: #ccc;
    position: relative;
}
.bravo_wrap .page-template-content .bravo-list-space .item-loop .thumb-image:hover a img {
    transform: scale(1.1);
}
.bravo_wrap .page-template-content .bravo-list-space .item-loop .thumb-image a img {
    transition: all 0.3s;
    max-width: 100%;
}
.bravo_wrap .page-template-content .bravo-list-space .item-loop .thumb-image a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, transparent 0, transparent 0, transparent 65%, rgba(0, 0, 0, 0.75));
    top: 0;
    z-index: 1;
}
.bravo_wrap .page-template-content .bravo-list-space .item-loop .thumb-image .price-wrapper {
    position: absolute;
    bottom: 10px;
    left: 15px;
    color: #fff;
    font-size: 22px;
    z-index: 10;
}
.bravo_wrap .page-template-content .bravo-list-space .item-loop .thumb-image .price-wrapper .price {
    position: relative;
    display: inline-block;
}
.bravo_wrap .page-template-content .bravo-list-space .item-loop .thumb-image .price-wrapper .price .text-price {
    color: #fff;
    font-weight: 500;
    font-size: 22px;
}
.bravo_wrap .page-template-content .bravo-list-space .item-loop .thumb-image .price-wrapper .price .onsale {
    position: absolute;
    left: 0;
    top: -18px;
    text-decoration: line-through;
    font-size: 15px;
    color: #fff !important;
    font-weight: 400;
}
.bravo_wrap .page-template-content .bravo-list-space .item-loop .thumb-image .price-wrapper .price .unit {
    font-size: 14px;
    color: #fff;
}
.bravo_wrap .page-template-content .bravo-list-space .item-loop .thumb-image .service-wishlist {
    position: absolute;
    right: 5px;
    z-index: 10;
    top: 10px;
    color: #fff;
    padding: 10px;
    cursor: pointer;
}
.bravo_wrap .page-template-content .bravo-list-space .item-loop .thumb-image .service-wishlist i {
    transition: all 0.3s;
    font-size: 16px;
}
.bravo_wrap .page-template-content .bravo-list-space .item-loop .thumb-image .service-wishlist.loading i,
.bravo_wrap .page-template-content .bravo-list-space .item-loop .thumb-image .service-wishlist:hover i {
    color: #ff9290;
}
.bravo_wrap .page-template-content .bravo-list-space .item-loop .thumb-image .service-wishlist.active i {
    color: red;
}
.bravo_wrap .page-template-content .bravo-list-space .item-loop .location {
    font-size: 13px;
    color: #5e6d77;
    padding: 0 15px;
}
.bravo_wrap .page-template-content .bravo-list-space .item-loop .location i {
    position: relative;
    font-size: 16px;
}
.bravo_wrap .page-template-content .bravo-list-space .item-loop .category {
    padding: 0 15px;
}
.bravo_wrap .page-template-content .bravo-list-space .item-loop .category .fa {
    color: #687882;
    opacity: 0.6;
}
.bravo_wrap .page-template-content .bravo-list-space .item-loop .service-review {
    padding: 10px 15px 0;
}
.bravo_wrap .page-template-content .bravo-list-space .item-loop .service-review .rate {
    color: #5191fa;
}
.bravo_wrap .page-template-content .bravo-list-space .item-loop .service-review .review {
    margin-left: 30px;
    position: relative;
    color: #6a7a84;
}
.bravo_wrap .page-template-content .bravo-list-space .item-loop .service-review .review:after {
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    background: #d0d7dd;
    border-radius: 50%;
    left: -18px;
    top: 8px;
}
.bravo_wrap .page-template-content .bravo-list-space .item-loop .item-title {
    padding: 20px 15px 5px;
    font-size: 16px;
    font-weight: 500;
    position: relative;
}
@media (max-width: 766px) {
    .bravo_wrap .page-template-content .bravo-list-space .item-loop .item-title {
        min-height: auto;
    }
}
.bravo_wrap .page-template-content .bravo-list-space .item-loop .item-title a {
    color: #1a2b50;
}
.bravo_wrap .page-template-content .bravo-list-space .item-loop .item-title i {
    color: #ffc107;
    font-size: 15px;
    margin-right: 2px;
}
.bravo_wrap .page-template-content .bravo-list-space .item-loop .info {
    padding: 0 15px;
}
.bravo_wrap .page-template-content .bravo-list-space .item-loop .info:after,
.bravo_wrap .page-template-content .bravo-list-space .item-loop .info:before {
    content: "";
    display: table;
    clear: both;
}
.bravo_wrap .page-template-content .bravo-list-space .item-loop .amenities {
    margin: 15px 15px 0;
    padding-top: 15px;
    border-top: 1px solid #e4e8ed;
    display: flex;
    font-size: 13px;
    justify-content: space-between;
}
.bravo_wrap .page-template-content .bravo-list-space .item-loop .amenities .amenity {
    align-items: center;
}
.bravo_wrap .page-template-content .bravo-list-space .item-loop .amenities .amenity .input-icon {
    margin-right: 5px;
    font-size: 20px;
    color: #505050;
    position: relative;
    top: 1px;
}
.bravo_wrap .page-template-content .bravo-list-space .item-loop.infobox-item {
    position: relative;
}
.bravo_wrap .page-template-content .bravo-list-space .item-loop.infobox-item:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    border-color: transparent #fff #fff transparent;
    border-style: solid;
    border-width: 10px;
    bottom: -9px;
    left: 0;
    right: 0;
    margin: auto;
    transform: rotate(45deg);
    box-shadow: 1px 1px 0 #dfdfdf;
    background: #fff;
}
.bravo_wrap .page-template-content .bravo-list-space.layout_normal {
    margin: 30px 0;
}
@media (max-width: 1023px) {
    .bravo_wrap .page-template-content .bravo-list-space.layout_normal {
        margin: 0;
    }
}
@media (max-width: 766px) {
    .bravo_wrap .page-template-content .bravo-list-space.layout_carousel .owl-nav {
        position: relative;
        top: -15px;
        margin: 0;
        text-align: center;
        display: block !important;
    }
}
.bravo_wrap .page-template-content .bravo-list-space .owl-dots {
    display: none;
}
.bravo_wrap .page-template-content .bravo-list-space .owl-nav {
    position: absolute;
    right: 0;
    top: -50px;
    display: block !important;
}
.bravo_wrap .page-template-content .bravo-list-space .owl-nav .owl-next,
.bravo_wrap .page-template-content .bravo-list-space .owl-nav .owl-prev {
    font-size: 40px;
    line-height: 33px;
    border: 1px solid #000;
    padding: 0 10px !important;
    margin-left: 10px;
}
.bravo_wrap .page-template-content .bravo-list-space .owl-nav .owl-next span,
.bravo_wrap .page-template-content .bravo-list-space .owl-nav .owl-prev span {
    position: relative;
    top: -1px;
    outline: none !important;
}
.bravo_wrap .page-template-content .bravo-form-search-space {
    padding: 120px 0;
    background-position: 50% !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
@media (max-width: 766px) {
    .bravo_wrap .page-template-content .bravo-form-search-space {
        padding: 120px 0 15px;
    }
}
.bravo_wrap .page-template-content .bravo-form-search-space .text-heading {
    font-weight: 500;
    font-size: 54px;
    font-family: Roboto, sans-serif;
    color: #fff;
}
@media (max-width: 766px) {
    .bravo_wrap .page-template-content .bravo-form-search-space .text-heading {
        font-size: 28px;
    }
}
.bravo_wrap .page-template-content .bravo-form-search-space .sub-heading {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
}
@media (max-width: 766px) {
    .bravo_wrap .page-template-content .bravo-form-search-space .sub-heading {
        font-size: 14px;
    }
}
.bravo_wrap .page-template-content .bravo-form-search-space .g-form-control {
    margin: 50px 0 0;
}
@media (max-width: 990px) {
    .bravo_wrap .page-template-content .bravo-form-search-space .g-form-control {
        padding: 0;
    }
}
@media (max-width: 766px) {
    .bravo_wrap .page-template-content .bravo-form-search-space .g-form-control {
        margin: 20px 0 0;
        background: #fff;
    }
}
.bravo_wrap .page-template-content .bravo-featured-box {
    padding: 50px 0;
    background: #f2f2f2;
}
@media (max-width: 460px) {
    .bravo_wrap .page-template-content .bravo-featured-box {
        padding: 20px 0;
    }
}
.bravo_wrap .page-template-content .bravo-featured-box .title {
    margin-top: 15px;
    font-size: 28px;
    font-family: Roboto, sans-serif;
    font-weight: 500;
}
@media (max-width: 766px) {
    .bravo_wrap .page-template-content .bravo-featured-box .title {
        font-size: 24px;
    }
}
.bravo_wrap .page-template-content .bravo-featured-box .sub-title {
    color: #5e6d77;
    font-size: 14px;
    margin-bottom: 15px;
}
.bravo_wrap .page-template-content .bravo-featured-box a {
    text-decoration: none;
}
.bravo_wrap .page-template-content .bravo-featured-box .featured-item {
    background: #fff;
    text-align: center;
    padding: 20px;
    margin: 15px 0;
}
.bravo_wrap .page-template-content .bravo-featured-box .featured-item .text {
    margin-top: 20px;
    font-size: 14px;
    font-weight: 500;
    color: #1a2b48;
}
.bravo_wrap .page-template-content .bravo-featured-box .featured-item img {
    transition: all 0.3s;
    max-width: 100%;
}
.bravo_wrap .page-template-content .bravo-featured-box .featured-item:hover img {
    transform: scale(1.1);
}
.bravo_wrap .page-template-content .bravo-form-search-hotel {
    padding: 120px 0;
    background-position: 50% !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
@media (max-width: 766px) {
    .bravo_wrap .page-template-content .bravo-form-search-hotel {
        padding: 120px 0 15px;
    }
}
.bravo_wrap .page-template-content .bravo-form-search-hotel .text-heading {
    font-weight: 500;
    font-family: Roboto, sans-serif;
    font-size: 54px;
    color: #fff;
}
@media (max-width: 766px) {
    .bravo_wrap .page-template-content .bravo-form-search-hotel .text-heading {
        font-size: 28px;
    }
}
.bravo_wrap .page-template-content .bravo-form-search-hotel .sub-heading {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
}
@media (max-width: 766px) {
    .bravo_wrap .page-template-content .bravo-form-search-hotel .sub-heading {
        font-size: 14px;
    }
}
.bravo_wrap .page-template-content .bravo-form-search-hotel .g-form-control {
    margin: 50px 0 0;
}
@media (max-width: 990px) {
    .bravo_wrap .page-template-content .bravo-form-search-hotel .g-form-control {
        padding: 0;
    }
}
@media (max-width: 766px) {
    .bravo_wrap .page-template-content .bravo-form-search-hotel .g-form-control {
        margin: 20px 0 0;
        background: #fff;
    }
}
.bravo_wrap .page-template-content .bravo-list-hotel {
    margin: 50px 0 30px;
}
.bravo_wrap .page-template-content .bravo-form-search-slider {
    position: relative;
}
.bravo_wrap .page-template-content .bravo-form-search-slider .effect {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 0;
}
.bravo_wrap .page-template-content .bravo-form-search-slider .effect .item {
    width: 100%;
    height: 100% !important;
    background-position: 50% !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}
.bravo_wrap .page-template-content .bravo-form-search-slider .effect * {
    height: 100%;
    background-size: cover;
    background-position: 50%;
}
.bravo_wrap .page-template-content .bravo-form-search-slider .owl-dots,
.bravo_wrap .page-template-content .bravo-form-search-slider .owl-nav {
    display: none !important;
}
.bravo_wrap .page-template-content .bravo-form-search-all {
    padding: 120px 0;
    background-position: 50% !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
@media (max-width: 766px) {
    .bravo_wrap .page-template-content .bravo-form-search-all {
        padding: 120px 0 15px;
    }
}
.bravo_wrap .page-template-content .bravo-form-search-all .text-heading {
    font-weight: 500;
    font-family: Roboto, sans-serif;
    font-size: 54px;
    color: #fff;
}
@media (max-width: 766px) {
    .bravo_wrap .page-template-content .bravo-form-search-all .text-heading {
        font-size: 28px;
    }
}
.bravo_wrap .page-template-content .bravo-form-search-all .sub-heading {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
}
@media (max-width: 766px) {
    .bravo_wrap .page-template-content .bravo-form-search-all .sub-heading {
        font-size: 14px;
    }
}
.bravo_wrap .page-template-content .bravo-form-search-all .g-form-control {
    margin: 50px 0 0;
}
@media (max-width: 990px) {
    .bravo_wrap .page-template-content .bravo-form-search-all .g-form-control {
        padding: 0;
    }
}
@media (max-width: 766px) {
    .bravo_wrap .page-template-content .bravo-form-search-all .g-form-control {
        margin: 20px 0 0;
    }
}
.bravo_wrap .page-template-content .bravo-form-search-all .g-form-control .nav-tabs {
    border: none;
    margin-top: 50px;
}
.bravo_wrap .page-template-content .bravo-form-search-all .g-form-control .nav-tabs li a {
    background-color: #1a2b47;
    color: #fff;
    border-color: #1a2b47;
    padding: 7px 25px;
    border-radius: 3px 3px 0 0;
    font-size: 14px;
    margin-right: 1px;
    text-decoration: none;
    display: block;
}
@media (max-width: 766px) {
    .bravo_wrap .page-template-content .bravo-form-search-all .g-form-control .nav-tabs li a {
        padding: 7px 20px;
    }
}
@media (max-width: 460px) {
    .bravo_wrap .page-template-content .bravo-form-search-all .g-form-control .nav-tabs li a {
        padding: 7px 10px;
    }
}
.bravo_wrap .page-template-content .bravo-form-search-all .g-form-control .nav-tabs li a i {
    font-size: 16px;
    position: relative;
    top: 1px;
    line-height: 16px;
    margin-right: 2px;
}
.bravo_wrap .page-template-content .bravo-form-search-all .g-form-control .nav-tabs li a.active {
    background-color: #5192fa;
    color: #fff;
    border-color: #5192fa;
}
.bravo_wrap .page-template-content .bravo-form-search-all .g-form-control .tab-content {
    position: relative;
}
.bravo_wrap .page-template-content .bravo-form-search-all .g-form-control .tab-content:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 15px;
    width: 15px;
    background: #fff;
}
.bravo_wrap .page-template-content .bravo-form-search-all .g-form-control .tab-content #bravo_car,
.bravo_wrap .page-template-content .bravo-form-search-all .g-form-control .tab-content #bravo_event,
.bravo_wrap .page-template-content .bravo-form-search-all .g-form-control .tab-content #bravo_tour {
    max-width: 1000px;
}
.bravo_wrap .page-template-content .bravo-offer {
    margin: 50px 0 30px;
}
.bravo_wrap .page-template-content .bravo-offer .item {
    padding: 60px 15px;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    height: 370px;
        background: #0c0c0c78;
    margin-bottom: 15px;
}
@media (max-width: 1023px) {
    .bravo_wrap .page-template-content .bravo-offer .item {
        padding: 25px 15px;
        height: 300px;
    }
}
.bravo_wrap .page-template-content .bravo-offer .item .featured-text {
    padding: 7px 20px;
    background: #fa5636;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    display: inline-block;
}
.bravo_wrap .page-template-content .bravo-offer .item .featured-icon {
    position: relative;
    min-height: 35px;
}
.bravo_wrap .page-template-content .bravo-offer .item .featured-icon i {
    line-height: normal;
    position: absolute;
    left: 0;
    top: -10px;
    font-size: 60px;
    color: #fff;
}
.bravo_wrap .page-template-content .bravo-offer .item .item-title {
    color: #fff;
    margin-top: 60px;
    font-weight: 500;
    font-size: 28px;
    font-family: Roboto, sans-serif;
    margin-bottom: 18px;
    transition: all 0.4s;
}
@media (max-width: 1023px) {
    .bravo_wrap .page-template-content .bravo-offer .item .item-title {
        margin: 30px 0 10px;
    }
}
.bravo_wrap .page-template-content .bravo-offer .item .item-sub-title {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 75px;
}
@media (max-width: 1023px) {
    .bravo_wrap .page-template-content .bravo-offer .item .item-sub-title {
        padding-bottom: 0;
    }
}
.bravo_wrap .page-template-content .bravo-offer .item a.btn-default {
    position: absolute;
    opacity: 0;
    bottom: 20px;
    color: #fff;
    background: transparent;
    transition: all 0.3s;
    border-radius: 3px;
    border: 1px solid #fff;
}
.bravo_wrap .page-template-content .bravo-offer .item a.btn-default:hover {
    color: #128ac2;
    background: #fff;
}
@media (max-width: 1023px) {
    .bravo_wrap .page-template-content .bravo-offer .item a.btn-default {
        opacity: 1;
        bottom: 0 !important;
        position: relative;
    }
}
.bravo_wrap .page-template-content .bravo-offer .item .img-cover {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all 0.2s;
    background-size: cover !important;
    background: #1a2b47;
}
.bravo_wrap .page-template-content .bravo-offer .item:hover .img-cover {
    transform: scale(1.1);
}
.bravo_wrap .page-template-content .bravo-offer .item:hover .item-title {
    margin-top: 25px;
}
.bravo_wrap .page-template-content .bravo-offer .item:hover a.btn-default {
    opacity: 1;
    bottom: 60px;
}
.bravo_wrap .page-template-content .bravo-form-search-car {
    padding: 150px 0;
    background-position: 50% !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
@media (max-width: 766px) {
    .bravo_wrap .page-template-content .bravo-form-search-car {
        padding: 120px 0 15px;
    }
}
.bravo_wrap .page-template-content .bravo-form-search-car .text-heading {
    font-weight: 500;
    font-size: 54px;
    font-family: Roboto, sans-serif;
    color: #fff;
}
@media (max-width: 766px) {
    .bravo_wrap .page-template-content .bravo-form-search-car .text-heading {
        font-size: 28px;
    }
}
.bravo_wrap .page-template-content .bravo-form-search-car .sub-heading {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
}
@media (max-width: 766px) {
    .bravo_wrap .page-template-content .bravo-form-search-car .sub-heading {
        font-size: 14px;
    }
}
.bravo_wrap .page-template-content .bravo-form-search-car .g-form-control {
    margin: 50px 0 0;
    padding: 0 100px;
}
@media (max-width: 990px) {
    .bravo_wrap .page-template-content .bravo-form-search-car .g-form-control {
        padding: 0;
    }
}
@media (max-width: 766px) {
    .bravo_wrap .page-template-content .bravo-form-search-car .g-form-control {
        margin: 20px 0 0;
        background: #fff;
    }
}
.bravo_wrap .page-template-content .bravo-car-term-featured-box {
    padding: 15px 0 0;
}
.bravo_wrap .page-template-content .bravo-car-term-featured-box .title {
    margin-top: 15px;
    font-size: 28px;
    font-family: Roboto, sans-serif;
    font-weight: 500;
}
@media (max-width: 766px) {
    .bravo_wrap .page-template-content .bravo-car-term-featured-box .title {
        font-size: 24px;
    }
}
.bravo_wrap .page-template-content .bravo-car-term-featured-box .sub-title {
    color: #5e6d77;
    font-size: 14px;
    margin-bottom: 15px;
}
.bravo_wrap .page-template-content .bravo-car-term-featured-box a {
    text-decoration: none;
}
.bravo_wrap .page-template-content .bravo-car-term-featured-box .featured-item {
    background: #fff;
    text-align: center;
    margin: 15px 0;
    overflow: hidden;
}
.bravo_wrap .page-template-content .bravo-car-term-featured-box .featured-item .text {
    margin-top: 15px;
    font-size: 16px;
    font-weight: 500;
    color: #1a2b48;
}
.bravo_wrap .page-template-content .bravo-car-term-featured-box .featured-item img {
    transition: all 0.3s;
    max-width: 100%;
}
.bravo_wrap .page-template-content .bravo-car-term-featured-box .featured-item:hover img {
    transform: scale(1.1);
}
.bravo_wrap .page-template-content .bravo-list-car {
    margin: 50px 0;
}
.bravo_wrap .page-template-content .bravo-list-car .title {
    margin-top: 15px;
    font-size: 28px;
    font-family: Roboto, sans-serif;
    font-weight: 500;
}
@media (max-width: 766px) {
    .bravo_wrap .page-template-content .bravo-list-car .title {
        font-size: 24px;
    }
}
.bravo_wrap .page-template-content .bravo-list-car .sub-title {
    color: #5e6d77;
    font-size: 14px;
    margin-bottom: 15px;
}
.bravo_wrap .page-template-content .bravo-list-car .item-loop {
    border: 1px solid #dfdfdf;
    overflow: hidden;
    padding-bottom: 15px;
    position: relative;
    margin-bottom: 30px;
}
.bravo_wrap .page-template-content .bravo-list-car .item-loop a {
    text-decoration: none;
    transition: all 0.3s;
}
.bravo_wrap .page-template-content .bravo-list-car .item-loop .sale_info {
    position: absolute;
    width: 50px;
    height: 50px;
    right: 10px;
    top: -25px;
    color: #fff;
    font-size: 15px;
    background-color: #5191fa;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    z-index: 999;
    border: 3px solid #fff;
}
.bravo_wrap .page-template-content .bravo-list-car .item-loop .featured {
    position: absolute;
    top: 20px;
    left: 0;
    background: #ed0925;
    display: inline-block;
    padding: 0 10px;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    z-index: 1;
    height: 30px;
    line-height: 30px;
}
.bravo_wrap .page-template-content .bravo-list-car .item-loop .featured:after {
    position: absolute;
    content: "";
    top: -9px;
    right: -10px;
    border: 10px solid transparent;
    border-bottom: 29px solid #ed0925;
    z-index: 1;
}
.bravo_wrap .page-template-content .bravo-list-car .item-loop .thumb-image {
    overflow: hidden;
    background: #fff;
    position: relative;
    padding-bottom: 55%;
}
.bravo_wrap .page-template-content .bravo-list-car .item-loop .thumb-image:hover a img {
    transform: scale(1.1);
}
.bravo_wrap .page-template-content .bravo-list-car .item-loop .thumb-image a img {
    transition: all 0.3s;
    max-width: 100%;
}
.bravo_wrap .page-template-content .bravo-list-car .item-loop .thumb-image .service-wishlist {
    position: absolute;
    right: 5px;
    z-index: 10;
    top: 0;
    color: #000;
    padding: 10px;
    cursor: pointer;
}
.bravo_wrap .page-template-content .bravo-list-car .item-loop .thumb-image .service-wishlist i {
    transition: all 0.3s;
    font-size: 16px;
}
.bravo_wrap .page-template-content .bravo-list-car .item-loop .thumb-image .service-wishlist.loading i,
.bravo_wrap .page-template-content .bravo-list-car .item-loop .thumb-image .service-wishlist:hover i {
    color: #ff9290;
}
.bravo_wrap .page-template-content .bravo-list-car .item-loop .thumb-image .service-wishlist.active i {
    color: red;
}
.bravo_wrap .page-template-content .bravo-list-car .item-loop .thumb-image .service-wishlist.active i:before {
    content: "";
}
.bravo_wrap .page-template-content .bravo-list-car .item-loop .location {
    font-size: 13px;
    color: #5e6d77;
    padding: 0 15px;
}
.bravo_wrap .page-template-content .bravo-list-car .item-loop .location i {
    position: relative;
    font-size: 16px;
}
.bravo_wrap .page-template-content .bravo-list-car .item-loop .category {
    padding: 0 15px;
}
.bravo_wrap .page-template-content .bravo-list-car .item-loop .category .fa {
    color: #687882;
    opacity: 0.6;
}
.bravo_wrap .page-template-content .bravo-list-car .item-loop .service-review {
    padding: 10px 15px 0;
}
.bravo_wrap .page-template-content .bravo-list-car .item-loop .service-review .rate {
    color: #5191fa;
}
.bravo_wrap .page-template-content .bravo-list-car .item-loop .service-review .review {
    margin-left: 30px;
    position: relative;
    color: #6a7a84;
}
.bravo_wrap .page-template-content .bravo-list-car .item-loop .service-review .review:after {
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    background: #d0d7dd;
    border-radius: 50%;
    left: -18px;
    top: 8px;
}
.bravo_wrap .page-template-content .bravo-list-car .item-loop .item-title {
    padding: 20px 15px 5px;
    font-size: 16px;
    font-weight: 500;
    position: relative;
}
@media (max-width: 766px) {
    .bravo_wrap .page-template-content .bravo-list-car .item-loop .item-title {
        min-height: auto;
    }
}
.bravo_wrap .page-template-content .bravo-list-car .item-loop .item-title a {
    color: #1a2b50;
}
.bravo_wrap .page-template-content .bravo-list-car .item-loop .item-title i {
    color: #ffc107;
    font-size: 15px;
    margin-right: 2px;
}
.bravo_wrap .page-template-content .bravo-list-car .item-loop .info {
    padding: 0 15px;
}
.bravo_wrap .page-template-content .bravo-list-car .item-loop .info:after,
.bravo_wrap .page-template-content .bravo-list-car .item-loop .info:before {
    content: "";
    display: table;
    clear: both;
}
.bravo_wrap .page-template-content .bravo-list-car .item-loop .info .g-price {
    text-align: left;
}
.bravo_wrap .page-template-content .bravo-list-car .item-loop .info .g-price .prefix {
    color: #5e6d77;
    display: inline-block;
    font-weight: 400;
    position: relative;
}
.bravo_wrap .page-template-content .bravo-list-car .item-loop .info .g-price .prefix i {
    font-size: 16px;
    color: #ffc107;
}
.bravo_wrap .page-template-content .bravo-list-car .item-loop .info .g-price .price {
    position: relative;
    display: inline-block;
}
.bravo_wrap .page-template-content .bravo-list-car .item-loop .info .g-price .price .text-price {
    font-size: 18px;
    color: #1a2b48;
    font-weight: 500;
}
.bravo_wrap .page-template-content .bravo-list-car .item-loop .info .g-price .price .onsale {
    text-decoration: line-through;
    font-size: 14px;
    color: #c03 !important;
    font-weight: 400;
}
.bravo_wrap .page-template-content .bravo-list-car .item-loop .info .g-price .price .unit {
    font-size: 14px;
    color: #5e6d77;
    font-weight: 400;
}
.bravo_wrap .page-template-content .bravo-list-car .item-loop .amenities {
    margin: 10px 15px 5px;
    display: flex;
    font-size: 13px;
    justify-content: space-between;
}
.bravo_wrap .page-template-content .bravo-list-car .item-loop .amenities .amenity {
    align-items: center;
    text-align: center;
}
.bravo_wrap .page-template-content .bravo-list-car .item-loop .amenities .amenity .input-icon {
    font-size: 20px;
    color: #505050;
    position: relative;
    top: 1px;
}
.bravo_wrap .page-template-content .bravo-list-car .item-loop .amenities .amenity .text {
    display: block;
}
.bravo_wrap .page-template-content .bravo-list-car .item-loop .amenities .icon-passenger {
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url(../images/passenger.svg);
    background-position: 50%;
    background-repeat: no-repeat;
}
.bravo_wrap .page-template-content .bravo-list-car .item-loop .amenities .icon-baggage {
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url(../images/baggage.svg);
    background-position: 50%;
    background-repeat: no-repeat;
}
.bravo_wrap .page-template-content .bravo-list-car .item-loop .amenities .icon-door {
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url(../images/door.svg);
    background-position: 50%;
    background-repeat: no-repeat;
}
.bravo_wrap .page-template-content .bravo-list-car .item-loop .amenities .icon-gear {
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url(../images/gear.svg);
    background-position: 50%;
    background-repeat: no-repeat;
}
.bravo_wrap .page-template-content .bravo-list-car .item-loop.infobox-item {
    position: relative;
}
.bravo_wrap .page-template-content .bravo-list-car .item-loop.infobox-item:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    border-color: transparent #fff #fff transparent;
    border-style: solid;
    border-width: 10px;
    bottom: -9px;
    left: 0;
    right: 0;
    margin: auto;
    transform: rotate(45deg);
    box-shadow: 1px 1px 0 #dfdfdf;
    background: #fff;
}
.bravo_wrap .page-template-content .bravo-list-car.layout_normal {
    margin: 30px 0;
}
@media (max-width: 1023px) {
    .bravo_wrap .page-template-content .bravo-list-car.layout_normal {
        margin: 0;
    }
}
@media (max-width: 766px) {
    .bravo_wrap .page-template-content .bravo-list-car.layout_carousel .owl-nav {
        position: relative;
        top: -15px;
        margin: 0;
        text-align: center;
        display: block !important;
    }
}
.bravo_wrap .page-template-content .bravo-list-car .owl-dots {
    display: none;
}
.bravo_wrap .page-template-content .bravo-list-car .owl-nav {
    position: absolute;
    right: 0;
    top: -50px;
    display: block !important;
}
.bravo_wrap .page-template-content .bravo-list-car .owl-nav .owl-next,
.bravo_wrap .page-template-content .bravo-list-car .owl-nav .owl-prev {
    font-size: 40px;
    line-height: 33px;
    border: 1px solid #000;
    padding: 0 10px !important;
    margin-left: 10px;
}
.bravo_wrap .page-template-content .bravo-list-car .owl-nav .owl-next span,
.bravo_wrap .page-template-content .bravo-list-car .owl-nav .owl-prev span {
    position: relative;
    top: -1px;
    outline: none !important;
}
.bravo_wrap .page-template-content .bravo-list-event {
    margin: 50px 0;
}
.bravo_wrap .page-template-content .bravo-list-event .title {
    margin-top: 15px;
    font-size: 28px;
    font-family: Roboto, sans-serif;
    font-weight: 500;
}
@media (max-width: 766px) {
    .bravo_wrap .page-template-content .bravo-list-event .title {
        font-size: 24px;
    }
}
.bravo_wrap .page-template-content .bravo-list-event .sub-title {
    color: #5e6d77;
    font-size: 14px;
    margin-bottom: 15px;
}
.bravo_wrap .page-template-content .bravo-list-event .item-loop {
    border: 1px solid #dfdfdf;
    overflow: hidden;
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 30px;
    border-radius: 10px;
}
.bravo_wrap .page-template-content .bravo-list-event .item-loop a {
    text-decoration: none;
    transition: all 0.3s;
}
.bravo_wrap .page-template-content .bravo-list-event .item-loop .sale_info {
    position: absolute;
    width: 45px;
    height: 45px;
    right: 10px;
    bottom: 10px;
    color: #fff;
    font-size: 14px;
    background-color: #d42681;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    z-index: 999;
}
.bravo_wrap .page-template-content .bravo-list-event .item-loop .featured {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #d42681;
    display: inline-block;
    padding: 0 10px;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    z-index: 1;
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
}
.bravo_wrap .page-template-content .bravo-list-event .item-loop .thumb-image {
    overflow: hidden;
    background: #fff;
    position: relative;
    padding-bottom: 80%;
}
.bravo_wrap .page-template-content .bravo-list-event .item-loop .thumb-image:hover a img {
    transform: scale(1.1);
}
.bravo_wrap .page-template-content .bravo-list-event .item-loop .thumb-image a img {
    transition: all 0.3s;
    max-width: 100%;
}
.bravo_wrap .page-template-content .bravo-list-event .item-loop .thumb-image .service-wishlist {
    position: absolute;
    right: 5px;
    z-index: 10;
    top: 0;
    color: #fff;
    padding: 10px;
    cursor: pointer;
}
.bravo_wrap .page-template-content .bravo-list-event .item-loop .thumb-image .service-wishlist i {
    transition: all 0.3s;
    font-size: 16px;
}
.bravo_wrap .page-template-content .bravo-list-event .item-loop .thumb-image .service-wishlist.loading i,
.bravo_wrap .page-template-content .bravo-list-event .item-loop .thumb-image .service-wishlist:hover i {
    color: #ff9290;
}
.bravo_wrap .page-template-content .bravo-list-event .item-loop .thumb-image .service-wishlist.active i {
    color: #d42681;
}
.bravo_wrap .page-template-content .bravo-list-event .item-loop .thumb-image .service-wishlist.active i:before {
    content: "";
}
.bravo_wrap .page-template-content .bravo-list-event .item-loop .location {
    font-size: 13px;
    color: #d42681;
    padding: 0 15px;
    margin: 15px 0 0;
}
.bravo_wrap .page-template-content .bravo-list-event .item-loop .location i {
    position: relative;
    font-size: 16px;
}
.bravo_wrap .page-template-content .bravo-list-event .item-loop .service-review {
    padding: 0 15px;
}
.bravo_wrap .page-template-content .bravo-list-event .item-loop .service-review .rate {
    color: #d42681;
}
.bravo_wrap .page-template-content .bravo-list-event .item-loop .service-review .review {
    margin-left: 30px;
    position: relative;
    color: #6a7a84;
}
.bravo_wrap .page-template-content .bravo-list-event .item-loop .service-review .review:after {
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    background: #d0d7dd;
    border-radius: 50%;
    left: -18px;
    top: 8px;
}
.bravo_wrap .page-template-content .bravo-list-event .item-loop .start-time {
    padding: 5px 15px 10px;
    border-bottom: 1px dashed #dfdfdf;
    margin-bottom: 10px;
    color: #6a7a84;
}
.bravo_wrap .page-template-content .bravo-list-event .item-loop .item-title {
    padding: 0 15px;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    min-height: 50px;
}
@media (max-width: 766px) {
    .bravo_wrap .page-template-content .bravo-list-event .item-loop .item-title {
        min-height: auto;
    }
}
.bravo_wrap .page-template-content .bravo-list-event .item-loop .item-title a {
    color: #1a2b50;
}
.bravo_wrap .page-template-content .bravo-list-event .item-loop .item-title i {
    color: #ffc107;
    font-size: 15px;
    margin-right: 2px;
}
.bravo_wrap .page-template-content .bravo-list-event .item-loop .info {
    padding: 0 15px;
    display: flex;
}
.bravo_wrap .page-template-content .bravo-list-event .item-loop .info .duration {
    flex: 0 0 70px;
    color: #6a7a84;
}
.bravo_wrap .page-template-content .bravo-list-event .item-loop .info .g-price {
    flex: 1;
    text-align: right;
}
.bravo_wrap .page-template-content .bravo-list-event .item-loop .info .g-price .prefix {
    color: #5e6d77;
    display: inline-block;
    font-weight: 400;
    position: relative;
}
.bravo_wrap .page-template-content .bravo-list-event .item-loop .info .g-price .prefix i {
    font-size: 16px;
    color: #ffc107;
}
.bravo_wrap .page-template-content .bravo-list-event .item-loop .info .g-price .price {
    position: relative;
    display: inline-block;
}
.bravo_wrap .page-template-content .bravo-list-event .item-loop .info .g-price .price .text-price {
    font-size: 18px;
    color: #1a2b48;
    font-weight: 500;
    line-height: 20px;
}
.bravo_wrap .page-template-content .bravo-list-event .item-loop .info .g-price .price .onsale {
    text-decoration: line-through;
    font-size: 14px;
    color: #c03 !important;
    font-weight: 400;
}
.bravo_wrap .page-template-content .bravo-list-event .item-loop .info .g-price .price .unit {
    font-size: 14px;
    color: #5e6d77;
    font-weight: 400;
}
.bravo_wrap .page-template-content .bravo-list-event.layout_normal {
    margin: 30px 0;
}
@media (max-width: 1023px) {
    .bravo_wrap .page-template-content .bravo-list-event.layout_normal {
        margin: 0;
    }
}
@media (max-width: 766px) {
    .bravo_wrap .page-template-content .bravo-list-event.layout_carousel .owl-nav {
        position: relative;
        top: -15px;
        margin: 0;
        text-align: center;
        display: block !important;
    }
}
.bravo_wrap .page-template-content .bravo-list-event .owl-dots {
    display: none;
}
.bravo_wrap .page-template-content .bravo-list-event .owl-nav {
    position: absolute;
    right: 0;
    top: -50px;
    display: block !important;
}
.bravo_wrap .page-template-content .bravo-list-event .owl-nav .owl-next,
.bravo_wrap .page-template-content .bravo-list-event .owl-nav .owl-prev {
    font-size: 40px;
    line-height: 33px;
    border: 1px solid #000;
    padding: 0 10px !important;
    margin-left: 10px;
}
.bravo_wrap .page-template-content .bravo-list-event .owl-nav .owl-next span,
.bravo_wrap .page-template-content .bravo-list-event .owl-nav .owl-prev span {
    position: relative;
    top: -1px;
    outline: none !important;
}
.bravo_wrap .page-template-content .bravo-form-search-event {
    padding: 150px 0;
    background-position: 50% !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
@media (max-width: 766px) {
    .bravo_wrap .page-template-content .bravo-form-search-event {
        padding: 120px 0 15px;
    }
}
.bravo_wrap .page-template-content .bravo-form-search-event .text-heading {
    font-weight: 500;
    font-family: Roboto, sans-serif;
    font-size: 54px;
    color: #fff;
}
@media (max-width: 766px) {
    .bravo_wrap .page-template-content .bravo-form-search-event .text-heading {
        font-size: 28px;
    }
}
.bravo_wrap .page-template-content .bravo-form-search-event .sub-heading {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
}
@media (max-width: 766px) {
    .bravo_wrap .page-template-content .bravo-form-search-event .sub-heading {
        font-size: 14px;
    }
}
.bravo_wrap .page-template-content .bravo-form-search-event .g-form-control {
    margin: 50px 0 0;
    padding: 0 100px;
}
@media (max-width: 990px) {
    .bravo_wrap .page-template-content .bravo-form-search-event .g-form-control {
        padding: 0;
    }
}
@media (max-width: 766px) {
    .bravo_wrap .page-template-content .bravo-form-search-event .g-form-control {
        margin: 20px 0 0;
        background: #fff;
    }
}
.bravo_wrap .page-template-content .bravo-list-news .title {
    font-size: 28px;
    font-family: Roboto, sans-serif;
    margin-bottom: 20px;
}
@media (max-width: 766px) {
    .bravo_wrap .page-template-content .bravo-list-news .title {
        font-size: 24px;
        margin-bottom: 15px;
    }
}
.bravo_wrap .page-template-content .bravo-list-news .title .sub-title {
    color: #5e6d77;
    font-size: 14px;
    margin-bottom: 15px;
}
.bravo_wrap .page-template-content .bravo-list-news .item-news {
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}
.bravo_wrap .page-template-content .bravo-list-news .item-news a {
    text-decoration: none;
    transition: all 0.3s;
}
.bravo_wrap .page-template-content .bravo-list-news .item-news .thumb-image {
    overflow: hidden;
    height: 170px;
    background: #ccc;
}
.bravo_wrap .page-template-content .bravo-list-news .item-news .thumb-image a img {
    transition: all 0.3s;
    max-width: 100%;
}
.bravo_wrap .page-template-content .bravo-list-news .item-news .thumb-image a:hover img {
    transform: scale(1.1);
}
.bravo_wrap .page-template-content .bravo-list-news .item-news .caption {
    padding: 15px 0;
}
.bravo_wrap .page-template-content .bravo-list-news .item-news .caption .item-date {
    margin-bottom: 5px;
}
.bravo_wrap .page-template-content .bravo-list-news .item-news .caption .item-date a {
    color: #2a2a2a;
}
.bravo_wrap .page-template-content .bravo-list-news .item-news .caption .item-date ul li {
    display: inline-block;
    margin-right: 10px;
    text-transform: uppercase;
}
.bravo_wrap .page-template-content .bravo-list-news .item-news .caption .item-date ul li a {
    font-weight: 500;
}
.bravo_wrap .page-template-content .bravo-list-news .item-news .caption .item-date ul .dot:before {
    width: 5px;
    height: 5px;
    display: inline-block;
    border-radius: 50%;
    background: #7b7b7b;
    content: "";
    margin-right: 5px;
    position: relative;
    top: -2px;
}
.bravo_wrap .page-template-content .bravo-list-news .item-news .caption .item-title {
    font-size: 17px;
    font-family: Roboto, sans-serif;
    margin-bottom: 15px;
    word-break: break-word;
}
@media (max-width: 766px) {
    .bravo_wrap .page-template-content .bravo-list-news .item-news .caption .item-title {
        min-height: auto;
    }
}
.bravo_wrap .page-template-content .bravo-list-news .item-news .caption .item-title a {
    color: #1a2b50;
}
.bravo_wrap .page-template-content .bravo-list-news .item-news .caption .item-desc {
    color: #7a7a7a;
    margin-bottom: 15px;
}
.bravo_wrap .page-template-content .bravo-list-news .item-news .caption .item-more a {
    display: inline-block;
    color: #2a2a2a;
    position: relative;
    z-index: 2;
    padding-bottom: 2px;
    font-weight: 500;
}
.bravo_wrap .page-template-content .bravo-list-news .item-news .caption .item-more a:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #5191fa;
    bottom: 0;
    transition: all 0.2s;
    z-index: -1;
    opacity: 1;
}
.bravo_wrap .page-template-content .bravo-vendor-form-register h1 {
    font-size: 2rem;
}
.bravo_wrap .bravo_form {
    background: #fff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.bravo_wrap .bravo_form .g-field-search {
    flex: 0 0 90%;
    max-width: 90%;
    flex-grow: 1;
    padding: 0 15px;
}
@media (max-width: 1023px) {
    .bravo_wrap .bravo_form .g-field-search,
    .bravo_wrap .bravo_form .g-field-search [class*="col-"] {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
}
.bravo_wrap .bravo_form .g-button-submit {
    flex: 0 0 10%;
    max-width: 10%;
    flex-grow: 1;
    position: relative;
}
@media (max-width: 1023px) {
    .bravo_wrap .bravo_form .g-button-submit {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        text-align: right;
    }
}
.bravo_wrap .bravo_form .g-button-submit button {
    height: 100%;
    width: 100%;
    border-radius: 0 5px 5px 0;
    background: #5191fa;
    border: none;
    text-transform: uppercase;
    font-weight: 500;
    cursor: pointer;
    padding: 0;
}
@media (max-width: 1023px) {
    .bravo_wrap .bravo_form .g-button-submit button {
        height: auto;
        width: auto;
        position: relative;
        margin: 10px 15px;
        border-radius: 5px;
        display: inline-block;
        padding: 8px 15px;
        font-weight: 400;
    }
}
.bravo_wrap .bravo_form .form-group {
    margin-bottom: 0;
}
@media (max-width: 1023px) {
    .bravo_wrap .bravo_form .form-group {
        border-bottom: 1px solid #ccc;
    }
}
.bravo_wrap .bravo_form .border-right {
    border-right: 1px solid #d7dce3;
}
@media (max-width: 1023px) {
    .bravo_wrap .bravo_form .border-right {
        border-right: none !important;
    }
}
.bravo_wrap .bravo_form .field-icon {
    position: absolute;
    top: 50%;
    margin-top: -18px;
    font-size: 40px;
    color: #5191fa;
    left: 15px;
}
@media (max-width: 766px) {
    .bravo_wrap .bravo_form .field-icon {
        margin-top: -16px;
        font-size: 34px;
    }
}
.bravo_wrap .bravo_form .dropdown-toggle:after {
    position: absolute;
    right: 10px;
    top: 50px;
    color: #5191fa;
    border-top: 0.4em solid;
    border-right: 0.2em solid transparent;
    border-left: 0.32em solid transparent;
}
.bravo_wrap .bravo_form .form-content {
    position: relative;
    padding: 20px 0 10px 55px;
    transition: all 0.3s;
}
@media (max-width: 766px) {
    .bravo_wrap .bravo_form .form-content {
        padding-left: 45px;
    }
}
.bravo_wrap .bravo_form .form-content label {
    font-size: 16px;
    color: #5e6d77;
    font-weight: 400;
    margin-bottom: 0;
}
.bravo_wrap .bravo_form .form-content .g-map-place .form-control {
    font-size: 16px;
}
.bravo_wrap .bravo_form .form-content .form-date-search-hotel .check-in-out,
.bravo_wrap .bravo_form .form-content .form-date-search .check-in-out {
    position: absolute;
    left: -15px;
    bottom: 1px;
    z-index: -1;
    opacity: 0;
}
@media (max-width: 1023px) {
    .bravo_wrap .bravo_form .form-content .date-wrapper .check-in-wrapper {
        max-height: 45px;
    }
}
.bravo_wrap .bravo_form .form-content .date-wrapper .check-in-wrapper .check-in-render,
.bravo_wrap .bravo_form .form-content .date-wrapper .check-in-wrapper .check-out-render {
    display: inline-block;
    width: auto;
}
.bravo_wrap .bravo_form .form-content .date-wrapper .check-in-wrapper span {
    color: #5e6d77;
    position: relative;
    top: -7px;
}
.bravo_wrap .bravo_form .form-content .date-wrapper .check-in-wrapper label {
    display: block;
}
.bravo_wrap .bravo_form .form-content .date-wrapper .check-in-out {
    position: absolute;
    left: -15px;
    bottom: 1px;
    z-index: -1;
    opacity: 0;
}
.bravo_wrap .bravo_form .form-content .date-wrapper .wrapper-more label {
    display: block;
}
.bravo_wrap .bravo_form .form-content .dropdown .form-control {
    border: none;
    box-shadow: none;
    padding: 0;
    font-size: 16px;
    color: #5191fa;
    position: relative;
    left: -5px;
    height: 25px !important;
}
@media (max-width: 766px) {
    .bravo_wrap .bravo_form .form-content .dropdown .form-control {
        font-size: 16px;
    }
}
.bravo_wrap .bravo_form .form-content .dropdown .form-control option {
    color: #000;
}
.bravo_wrap .bravo_form .form-content .render {
    font-size: 16px;
    color: #5191fa;
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
}
@media (max-width: 766px) {
    .bravo_wrap .bravo_form .form-content .render {
        font-size: 14px;
    }
}
.bravo_wrap .bravo_form .input-search,
.bravo_wrap .bravo_form .smart-search {
    position: relative;
}
.bravo_wrap .bravo_form .input-search:after,
.bravo_wrap .bravo_form .smart-search:after {
    content: "";
    position: absolute;
    right: 10px;
    top: 10px;
    color: #5191fa;
    border-top: 0.4em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
}
.bravo_wrap .bravo_form .input-search .form-control,
.bravo_wrap .bravo_form .input-search .parent_text,
.bravo_wrap .bravo_form .smart-search .form-control,
.bravo_wrap .bravo_form .smart-search .parent_text {
    border: none;
    box-shadow: none;
    font-size: 16px;
    color: #5191fa;
    position: relative;
    left: 0 !important;
    padding: 0 !important;
    height: 25px;
    background: transparent;
}
.bravo_wrap .bravo_form .input-search .form-control::-webkit-input-placeholder,
.bravo_wrap .bravo_form .input-search .parent_text::-webkit-input-placeholder,
.bravo_wrap .bravo_form .smart-search .form-control::-webkit-input-placeholder,
.bravo_wrap .bravo_form .smart-search .parent_text::-webkit-input-placeholder {
    color: #5191fa;
    opacity: 1;
}
.bravo_wrap .bravo_form .input-search .form-control::-moz-placeholder,
.bravo_wrap .bravo_form .input-search .parent_text::-moz-placeholder,
.bravo_wrap .bravo_form .smart-search .form-control::-moz-placeholder,
.bravo_wrap .bravo_form .smart-search .parent_text::-moz-placeholder {
    color: #5191fa;
    opacity: 1;
}
.bravo_wrap .bravo_form .input-search .form-control:-ms-input-placeholder,
.bravo_wrap .bravo_form .input-search .parent_text:-ms-input-placeholder,
.bravo_wrap .bravo_form .smart-search .form-control:-ms-input-placeholder,
.bravo_wrap .bravo_form .smart-search .parent_text:-ms-input-placeholder {
    color: #5191fa;
    opacity: 1;
}
.bravo_wrap .bravo_form .input-search .form-control::-ms-input-placeholder,
.bravo_wrap .bravo_form .input-search .parent_text::-ms-input-placeholder,
.bravo_wrap .bravo_form .smart-search .form-control::-ms-input-placeholder,
.bravo_wrap .bravo_form .smart-search .parent_text::-ms-input-placeholder {
    color: #5191fa;
    opacity: 1;
}
.bravo_wrap .bravo_form .input-search .form-control::placeholder,
.bravo_wrap .bravo_form .input-search .parent_text::placeholder,
.bravo_wrap .bravo_form .smart-search .form-control::placeholder,
.bravo_wrap .bravo_form .smart-search .parent_text::placeholder {
    color: #5191fa;
    opacity: 1;
}
.bravo_wrap .bravo_form .input-search .form-control[readonly],
.bravo_wrap .bravo_form .input-search .parent_text[readonly],
.bravo_wrap .bravo_form .smart-search .form-control[readonly],
.bravo_wrap .bravo_form .smart-search .parent_text[readonly] {
    cursor: pointer;
}
.bravo_wrap .bravo_form .input-search .bravo-autocomplete,
.bravo_wrap .bravo_form .smart-search .bravo-autocomplete {
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    position: absolute;
    background: #fff;
    padding: 0;
    top: 100%;
    margin-top: 15px;
    left: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border: 1px solid #dee2e6;
    z-index: 20;
    max-height: 300px;
    overflow-y: auto;
    right: -15px;
}
.bravo_wrap .bravo_form .input-search .bravo-autocomplete.show,
.bravo_wrap .bravo_form .smart-search .bravo-autocomplete.show {
    opacity: 1;
    visibility: visible;
}
@media (max-width: 1023px) {
    .bravo_wrap .bravo_form .input-search .bravo-autocomplete,
    .bravo_wrap .bravo_form .smart-search .bravo-autocomplete {
        margin-top: 10px;
        border-radius: 0;
        right: 0;
        left: -55px;
        background: #f1f1f1;
    }
}
.bravo_wrap .bravo_form .input-search .bravo-autocomplete .item,
.bravo_wrap .bravo_form .smart-search .bravo-autocomplete .item {
    cursor: pointer;
    padding: 10px 15px;
}
.bravo_wrap .bravo_form .input-search .bravo-autocomplete .item:nth-child(2n),
.bravo_wrap .bravo_form .smart-search .bravo-autocomplete .item:nth-child(2n) {
    background: #fff;
}
.bravo_wrap .bravo_form .input-search .bravo-autocomplete .item:last-child,
.bravo_wrap .bravo_form .smart-search .bravo-autocomplete .item:last-child {
    margin-bottom: 0;
}
.bravo_wrap .bravo_form .input-search .bravo-autocomplete .item .h-line,
.bravo_wrap .bravo_form .smart-search .bravo-autocomplete .item .h-line {
    font-weight: 500;
}
.bravo_wrap .bravo_form .input-search .bravo-autocomplete .item i,
.bravo_wrap .bravo_form .smart-search .bravo-autocomplete .item i {
    margin-right: 5px;
    font-size: 16px;
    position: relative;
    top: 1px;
    color: #828282;
}
.bravo_wrap .bravo_form .input-search .bravo-autocomplete .item:hover,
.bravo_wrap .bravo_form .smart-search .bravo-autocomplete .item:hover {
    background: #f5f4f7;
}
.bravo_wrap .bravo_form .input-search .bravo-autocomplete .message,
.bravo_wrap .bravo_form .smart-search .bravo-autocomplete .message {
    display: none;
    padding: 10px 15px;
    font-size: 14px;
    color: #424242;
}
.bravo_wrap .bravo_form .input-search .bravo-autocomplete.on-message .list-item,
.bravo_wrap .bravo_form .smart-search .bravo-autocomplete.on-message .list-item {
    display: none;
}
.bravo_wrap .bravo_form .input-search .bravo-autocomplete.on-message .message,
.bravo_wrap .bravo_form .smart-search .bravo-autocomplete.on-message .message {
    display: block;
}
.bravo_wrap .bravo_form .input-search:after {
    display: none;
}
.bravo_wrap .bravo-form-search-tour {
    padding: 120px 0;
    background-position: 50% !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
@media (max-width: 990px) {
    .bravo_wrap .bravo-form-search-tour {
        margin-bottom: 30px;
    }
}
@media (max-width: 766px) {
    .bravo_wrap .bravo-form-search-tour {
        padding: 120px 0 15px;
    }
}
.bravo_wrap .bravo-form-search-tour .text-heading {
    font-weight: 500;
    font-size: 54px;
    color: #fff;
}
@media (max-width: 766px) {
    .bravo_wrap .bravo-form-search-tour .text-heading {
        font-size: 28px;
    }
}
.bravo_wrap .bravo-form-search-tour .sub-heading {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
}
@media (max-width: 766px) {
    .bravo_wrap .bravo-form-search-tour .sub-heading {
        font-size: 14px;
    }
}
.bravo_wrap .bravo-form-search-tour .g-form-control {
    padding: 0 100px;
    margin: 50px 0 0;
}
@media (max-width: 990px) {
    .bravo_wrap .bravo-form-search-tour .g-form-control {
        padding: 0;
    }
}
@media (max-width: 766px) {
    .bravo_wrap .bravo-form-search-tour .g-form-control {
        margin: 20px 0 0;
        background: #fff;
    }
}
.bravo_wrap .bravo-form-search-tour .bravo_form .g-field-search {
    flex: 0 0 85%;
    max-width: 85%;
}
.bravo_wrap .bravo-form-search-tour .bravo_form .g-button-submit {
    flex: 0 0 15%;
    max-width: 15%;
}
.bravo_wrap .bravo-list-hotel .title {
    margin-top: 15px;
    font-size: 28px;
    font-family: Roboto, sans-serif;
    font-weight: 500;
}
@media (max-width: 766px) {
    .bravo_wrap .bravo-list-hotel .title {
        font-size: 24px;
    }
}
.bravo_wrap .bravo-list-hotel .sub-title {
    color: #5e6d77;
    font-size: 14px;
    margin-bottom: 15px;
}
.bravo_wrap .bravo-list-hotel .item-loop {
    border: 1px solid #dfdfdf;
    overflow: hidden;
    padding-bottom: 20px;
    position: relative;
    margin-bottom: 30px;
}
.bravo_wrap .bravo-list-hotel .item-loop a {
    text-decoration: none;
    transition: all 0.3s;
}
.bravo_wrap .bravo-list-hotel .item-loop .sale_info {
    position: absolute;
    width: 50px;
    height: 50px;
    right: 10px;
    top: -25px;
    color: #fff;
    font-size: 15px;
    background-color: #5191fa;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    z-index: 999;
    border: 3px solid #fff;
}
.bravo_wrap .bravo-list-hotel .item-loop .featured {
    position: absolute;
    top: 20px;
    left: 0;
    background: #ed0925;
    display: inline-block;
    padding: 0 10px;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    z-index: 1;
    height: 30px;
    line-height: 30px;
}
.bravo_wrap .bravo-list-hotel .item-loop .thumb-image {
    overflow: hidden;
    height: 185px;
    background: #ccc;
    position: relative;
}
.bravo_wrap .bravo-list-hotel .item-loop .thumb-image:hover a img {
    transform: scale(1.1);
}
.bravo_wrap .bravo-list-hotel .item-loop .thumb-image a img {
    transition: all 0.3s;
    max-width: 100%;
}
.bravo_wrap .bravo-list-hotel .item-loop .thumb-image a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, transparent 0, transparent 0, transparent 65%, rgba(0, 0, 0, 0.75));
    top: 0;
    z-index: 1;
}
.bravo_wrap .bravo-list-hotel .item-loop .thumb-image .price-wrapper {
    position: absolute;
    bottom: 10px;
    left: 15px;
    color: #fff;
    font-size: 22px;
    z-index: 10;
}
.bravo_wrap .bravo-list-hotel .item-loop .thumb-image .price-wrapper .price {
    position: relative;
    display: inline-block;
}
.bravo_wrap .bravo-list-hotel .item-loop .thumb-image .price-wrapper .price .text-price {
    color: #fff;
    font-weight: 500;
    font-size: 22px;
}
.bravo_wrap .bravo-list-hotel .item-loop .thumb-image .price-wrapper .price .onsale {
    position: absolute;
    left: 0;
    top: -18px;
    text-decoration: line-through;
    font-size: 15px;
    color: #fff !important;
    font-weight: 400;
}
.bravo_wrap .bravo-list-hotel .item-loop .thumb-image .price-wrapper .price .unit {
    font-size: 14px;
    color: #fff;
}
.bravo_wrap .bravo-list-hotel .item-loop .thumb-image .service-wishlist {
    position: absolute;
    right: 5px;
    z-index: 10;
    top: 10px;
    color: #fff;
    padding: 10px;
    cursor: pointer;
}
.bravo_wrap .bravo-list-hotel .item-loop .thumb-image .service-wishlist i {
    transition: all 0.3s;
    font-size: 16px;
}
.bravo_wrap .bravo-list-hotel .item-loop .thumb-image .service-wishlist.loading i,
.bravo_wrap .bravo-list-hotel .item-loop .thumb-image .service-wishlist:hover i {
    color: #ff9290;
}
.bravo_wrap .bravo-list-hotel .item-loop .thumb-image .service-wishlist.active i {
    color: red;
}
.bravo_wrap .bravo-list-hotel .item-loop .location {
    font-size: 13px;
    color: #5e6d77;
    padding: 0 15px;
}
.bravo_wrap .bravo-list-hotel .item-loop .location i {
    position: relative;
    font-size: 16px;
}
.bravo_wrap .bravo-list-hotel .item-loop .category {
    padding: 0 15px;
}
.bravo_wrap .bravo-list-hotel .item-loop .category .fa {
    color: #687882;
    opacity: 0.6;
}
.bravo_wrap .bravo-list-hotel .item-loop .service-review {
    padding: 10px 15px 0;
}
.bravo_wrap .bravo-list-hotel .item-loop .service-review .rate {
    color: #5191fa;
}
.bravo_wrap .bravo-list-hotel .item-loop .service-review .review {
    margin-left: 30px;
    position: relative;
    color: #6a7a84;
}
.bravo_wrap .bravo-list-hotel .item-loop .service-review .review:after {
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    background: #d0d7dd;
    border-radius: 50%;
    left: -18px;
    top: 8px;
}
.bravo_wrap .bravo-list-hotel .item-loop .item-title {
    padding: 20px 15px 5px;
    font-size: 16px;
    font-weight: 500;
    position: relative;
}
@media (max-width: 766px) {
    .bravo_wrap .bravo-list-hotel .item-loop .item-title {
        min-height: auto;
    }
}
.bravo_wrap .bravo-list-hotel .item-loop .item-title a {
    color: #1a2b50;
}
.bravo_wrap .bravo-list-hotel .item-loop .item-title i {
    color: #ffc107;
    font-size: 15px;
    margin-right: 2px;
}
.bravo_wrap .bravo-list-hotel .item-loop .info {
    padding: 0 15px;
}
.bravo_wrap .bravo-list-hotel .item-loop .info:after,
.bravo_wrap .bravo-list-hotel .item-loop .info:before {
    content: "";
    display: table;
    clear: both;
}
.bravo_wrap .bravo-list-hotel .item-loop .info .g-price {
    text-align: left;
}
.bravo_wrap .bravo-list-hotel .item-loop .info .g-price .prefix {
    color: #5e6d77;
    display: inline-block;
    font-weight: 400;
    position: relative;
}
.bravo_wrap .bravo-list-hotel .item-loop .info .g-price .prefix i {
    font-size: 16px;
    color: #ffc107;
}
.bravo_wrap .bravo-list-hotel .item-loop .info .g-price .price {
    position: relative;
    display: inline-block;
}
.bravo_wrap .bravo-list-hotel .item-loop .info .g-price .price .text-price {
    font-size: 18px;
    color: #1a2b48;
    font-weight: 500;
}
.bravo_wrap .bravo-list-hotel .item-loop .info .g-price .price .onsale {
    text-decoration: line-through;
    font-size: 14px;
    color: #c03 !important;
    font-weight: 400;
}
.bravo_wrap .bravo-list-hotel .item-loop .info .g-price .price .unit {
    font-size: 14px;
    color: #5e6d77;
    font-weight: 400;
}
.bravo_wrap .bravo-list-hotel .item-loop .star-rate {
    position: absolute;
    bottom: 10px;
    left: 15px;
    z-index: 1;
}
.bravo_wrap .bravo-list-hotel .item-loop .list-star {
    display: inline-block;
    line-height: 13px;
    position: relative;
}
.bravo_wrap .bravo-list-hotel .item-loop .list-star .booking-item-rating-stars {
    padding: 0;
    margin: 0;
    width: 90px;
}
.bravo_wrap .bravo-list-hotel .item-loop .list-star .booking-item-rating-stars:after,
.bravo_wrap .bravo-list-hotel .item-loop .list-star .booking-item-rating-stars:before {
    content: "";
    display: table;
    clear: both;
}
.bravo_wrap .bravo-list-hotel .item-loop .list-star .booking-item-rating-stars li {
    list-style: none;
    float: left;
    margin-right: 5px;
}
.bravo_wrap .bravo-list-hotel .item-loop .list-star .booking-item-rating-stars li:last-child {
    margin-right: 0;
}
.bravo_wrap .bravo-list-hotel .item-loop .list-star .booking-item-rating-stars li .fa {
    font-size: 15px;
    color: #fa5636;
}
.bravo_wrap .bravo-list-hotel .item-loop.infobox-item {
    position: relative;
}
.bravo_wrap .bravo-list-hotel .item-loop.infobox-item:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    border-color: transparent #fff #fff transparent;
    border-style: solid;
    border-width: 10px;
    bottom: -9px;
    left: 0;
    right: 0;
    margin: auto;
    transform: rotate(45deg);
    box-shadow: 1px 1px 0 #dfdfdf;
    background: #fff;
}
.bravo_wrap .bravo-list-hotel .item-loop-list {
    border: 1px solid #dfdfdf;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
    display: flex;
}
@media (max-width: 766px) {
    .bravo_wrap .bravo-list-hotel .item-loop-list {
        flex-wrap: wrap;
    }
}
.bravo_wrap .bravo-list-hotel .item-loop-list a {
    text-decoration: none;
    transition: all 0.3s;
}
.bravo_wrap .bravo-list-hotel .item-loop-list .sale_info {
    position: absolute;
    width: 50px;
    height: 50px;
    right: 10px;
    top: -25px;
    color: #fff;
    font-size: 15px;
    background-color: #5191fa;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    z-index: 999;
    border: 3px solid #fff;
}
.bravo_wrap .bravo-list-hotel .item-loop-list .featured {
    position: absolute;
    top: 20px;
    left: 0;
    background: #ed0925;
    display: inline-block;
    padding: 0 10px;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    z-index: 1;
    height: 30px;
    line-height: 30px;
}
.bravo_wrap .bravo-list-hotel .item-loop-list .thumb-image {
    overflow: hidden;
    height: 190px;
    background: #ccc;
    position: relative;
    flex: 0 0 30%;
    padding: 0;
}
@media (max-width: 766px) {
    .bravo_wrap .bravo-list-hotel .item-loop-list .thumb-image {
        flex: 0 0 100%;
    }
}
.bravo_wrap .bravo-list-hotel .item-loop-list .thumb-image:hover a img {
    transform: scale(1.1);
}
.bravo_wrap .bravo-list-hotel .item-loop-list .thumb-image a img {
    transition: all 0.3s;
    max-width: 100%;
}
.bravo_wrap .bravo-list-hotel .item-loop-list .thumb-image a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, transparent 0, transparent 0, transparent 65%, rgba(0, 0, 0, 0.75));
    top: 0;
    z-index: 1;
}
.bravo_wrap .bravo-list-hotel .item-loop-list .thumb-image .price-wrapper {
    position: absolute;
    bottom: 10px;
    left: 15px;
    color: #fff;
    font-size: 22px;
    z-index: 10;
}
.bravo_wrap .bravo-list-hotel .item-loop-list .thumb-image .price-wrapper .price {
    position: relative;
    display: inline-block;
}
.bravo_wrap .bravo-list-hotel .item-loop-list .thumb-image .price-wrapper .price .text-price {
    color: #fff;
    font-weight: 500;
    font-size: 22px;
}
.bravo_wrap .bravo-list-hotel .item-loop-list .thumb-image .price-wrapper .price .onsale {
    position: absolute;
    left: 0;
    top: -18px;
    text-decoration: line-through;
    font-size: 16px;
    color: #fff !important;
    font-weight: 400;
}
.bravo_wrap .bravo-list-hotel .item-loop-list .thumb-image .price-wrapper .price .unit {
    font-size: 16px;
    color: #fff;
}
.bravo_wrap .bravo-list-hotel .item-loop-list .thumb-image .service-wishlist {
    position: absolute;
    right: 0;
    z-index: 10;
    top: 0;
    color: #fff;
    padding: 20px;
    cursor: pointer;
}
.bravo_wrap .bravo-list-hotel .item-loop-list .thumb-image .service-wishlist i {
    transition: all 0.3s;
    font-size: 18px;
}
.bravo_wrap .bravo-list-hotel .item-loop-list .thumb-image .service-wishlist.loading i,
.bravo_wrap .bravo-list-hotel .item-loop-list .thumb-image .service-wishlist:hover i {
    color: #ff9290;
}
.bravo_wrap .bravo-list-hotel .item-loop-list .thumb-image .service-wishlist.active i {
    color: red;
}
.bravo_wrap .bravo-list-hotel .item-loop-list .service-review {
    padding: 10px 0 0;
    display: none;
}
.bravo_wrap .bravo-list-hotel .item-loop-list .service-review .rate {
    color: #5191fa;
}
.bravo_wrap .bravo-list-hotel .item-loop-list .service-review .review {
    margin-left: 30px;
    position: relative;
    color: #6a7a84;
}
.bravo_wrap .bravo-list-hotel .item-loop-list .service-review .review:after {
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    background: #d0d7dd;
    border-radius: 50%;
    left: -18px;
    top: 8px;
}
@media (max-width: 766px) {
    .bravo_wrap .bravo-list-hotel .item-loop-list .service-review {
        display: block;
    }
}
.bravo_wrap .bravo-list-hotel .item-loop-list .service-review-pc .head {
    display: flex;
    align-items: center;
    position: relative;
    font-size: 14px;
    color: #1a2b48;
    font-weight: 400;
    line-height: 25px;
    justify-content: flex-end;
}
.bravo_wrap .bravo-list-hotel .item-loop-list .service-review-pc .head .left {
    text-align: right;
}
.bravo_wrap .bravo-list-hotel .item-loop-list .service-review-pc .head .left .head-rating {
    display: block;
    line-height: 13px;
    margin-top: 8px;
    margin-bottom: 1px;
    font-weight: 500;
}
.bravo_wrap .bravo-list-hotel .item-loop-list .service-review-pc .head .left .text-rating {
    color: #5191fa;
    font-size: 14px;
}
.bravo_wrap .bravo-list-hotel .item-loop-list .service-review-pc .head .score {
    position: relative;
    float: right;
    margin-left: 12px;
    padding: 7px 7px 0 9px;
    background: #5191fa;
    border-radius: 4px;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    min-height: 38px;
}
.bravo_wrap .bravo-list-hotel .item-loop-list .service-review-pc .head .score span {
    font-size: 14px;
    color: #fff;
}
.bravo_wrap .bravo-list-hotel .item-loop-list .service-review-pc .head .score:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    bottom: 0;
    left: -8px;
    border: 15px solid transparent;
    border-bottom-color: #5191fa;
}
.bravo_wrap .bravo-list-hotel .item-loop-list .service-review-pc .foot {
    color: #5e6d77;
    font-size: 14px;
    text-align: right;
}
@media (max-width: 766px) {
    .bravo_wrap .bravo-list-hotel .item-loop-list .service-review-pc {
        display: none;
    }
}
.bravo_wrap .bravo-list-hotel .item-loop-list .g-info {
    flex: 0 0 45%;
    padding: 15px;
    position: relative;
}
@media (max-width: 766px) {
    .bravo_wrap .bravo-list-hotel .item-loop-list .g-info {
        flex: 0 0 100%;
        padding-bottom: 0;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
    }
    .bravo_wrap .bravo-list-hotel .item-loop-list .g-info > div {
        flex: 0 0 100%;
    }
}
.bravo_wrap .bravo-list-hotel .item-loop-list .g-info .item-title {
    font-size: 18px;
    font-weight: 500;
    position: relative;
    margin-bottom: 5px;
}
@media (max-width: 766px) {
    .bravo_wrap .bravo-list-hotel .item-loop-list .g-info .item-title {
        min-height: auto;
        order: 2;
        margin-bottom: 0;
    }
}
.bravo_wrap .bravo-list-hotel .item-loop-list .g-info .item-title a {
    color: #1a2b50;
}
.bravo_wrap .bravo-list-hotel .item-loop-list .g-info .item-title i {
    color: #ffc107;
    font-size: 17px;
    margin-right: 2px;
}
.bravo_wrap .bravo-list-hotel .item-loop-list .g-info .location {
    position: absolute;
    left: 15px;
    bottom: 10px;
    font-size: 15px;
    color: #5e6d77;
}
@media (max-width: 766px) {
    .bravo_wrap .bravo-list-hotel .item-loop-list .g-info .location {
        position: relative;
        left: 0;
        bottom: 0;
        margin-top: 5px;
        order: 3;
        margin-bottom: 3px;
    }
}
.bravo_wrap .bravo-list-hotel .item-loop-list .g-info .location i {
    position: relative;
    font-size: 16px;
}
.bravo_wrap .bravo-list-hotel .item-loop-list .g-info .star-rate {
    z-index: 1;
}
@media (max-width: 766px) {
    .bravo_wrap .bravo-list-hotel .item-loop-list .g-info .star-rate {
        order: 1;
    }
}
.bravo_wrap .bravo-list-hotel .item-loop-list .g-info .list-star {
    display: inline-block;
    line-height: 13px;
    position: relative;
}
.bravo_wrap .bravo-list-hotel .item-loop-list .g-info .list-star .booking-item-rating-stars {
    padding: 0;
    margin: 0;
    width: 90px;
}
.bravo_wrap .bravo-list-hotel .item-loop-list .g-info .list-star .booking-item-rating-stars:after,
.bravo_wrap .bravo-list-hotel .item-loop-list .g-info .list-star .booking-item-rating-stars:before {
    content: "";
    display: table;
    clear: both;
}
.bravo_wrap .bravo-list-hotel .item-loop-list .g-info .list-star .booking-item-rating-stars li {
    list-style: none;
    float: left;
    margin-right: 5px;
}
.bravo_wrap .bravo-list-hotel .item-loop-list .g-info .list-star .booking-item-rating-stars li:last-child {
    margin-right: 0;
}
.bravo_wrap .bravo-list-hotel .item-loop-list .g-info .list-star .booking-item-rating-stars li .fa {
    font-size: 15px;
    color: #fa5636;
}
@media (max-width: 766px) {
    .bravo_wrap .bravo-list-hotel .item-loop-list .g-info .terms {
        order: 4;
    }
}
.bravo_wrap .bravo-list-hotel .item-loop-list .g-info .terms .attr-title {
    display: inline-block;
    margin-right: 5px;
    color: #5e6d77;
    font-size: 15px;
}
.bravo_wrap .bravo-list-hotel .item-loop-list .g-info .terms .attr-title i {
    margin-right: 2px;
}
.bravo_wrap .bravo-list-hotel .item-loop-list .g-info .terms .g-attributes .item {
    margin-right: 5px;
    color: #5e6d77;
    font-size: 15px;
}
.bravo_wrap .bravo-list-hotel .item-loop-list .g-info .terms .g-attributes .item:before {
    content: "";
    height: 2px;
    width: 2px;
    display: inline-block;
    background: grey;
    vertical-align: middle;
    margin-right: 5px;
}
.bravo_wrap .bravo-list-hotel .item-loop-list .g-info .terms .g-attributes span:nth-child(2):before {
    display: none;
}
@media (max-width: 1280px) {
    .bravo_wrap .bravo-list-hotel .item-loop-list .g-info .terms .g-attributes {
        display: none;
    }
}
@media (max-width: 1280px) {
    .bravo_wrap .bravo-list-hotel .item-loop-list .g-info .terms .g-attributes:first-child {
        display: block;
    }
}
@media (max-width: 766px) {
    .bravo_wrap .bravo-list-hotel .item-loop-list .g-info .terms .g-attributes {
        display: block;
    }
}
.bravo_wrap .bravo-list-hotel .item-loop-list .g-rate-price {
    flex: 1;
    padding: 15px 15px 15px 0;
    position: relative;
}
@media (max-width: 766px) {
    .bravo_wrap .bravo-list-hotel .item-loop-list .g-rate-price {
        flex: 0 0 100%;
        padding: 0 15px 10px;
    }
}
.bravo_wrap .bravo-list-hotel .item-loop-list .g-rate-price:before {
    content: "";
    position: absolute;
    left: 15px;
    top: 15px;
    bottom: 15px;
    border-right: 1px solid #dfdfdf;
}
@media (max-width: 1280px) {
    .bravo_wrap .bravo-list-hotel .item-loop-list .g-rate-price:before {
        left: 0;
    }
}
@media (max-width: 766px) {
    .bravo_wrap .bravo-list-hotel .item-loop-list .g-rate-price:before {
        display: none;
    }
}
.bravo_wrap .bravo-list-hotel .item-loop-list .g-rate-price .g-price {
    text-align: right;
    position: absolute;
    right: 15px;
    bottom: 10px;
    float: right;
}
@media (max-width: 766px) {
    .bravo_wrap .bravo-list-hotel .item-loop-list .g-rate-price .g-price {
        position: relative;
        left: 0;
        bottom: 0;
        float: none;
        text-align: left;
        border-top: 1px solid #dfdfdf;
        margin-top: 10px;
        padding-top: 5px;
    }
}
.bravo_wrap .bravo-list-hotel .item-loop-list .g-rate-price .g-price .prefix {
    color: #5e6d77;
    display: inline-block;
    font-weight: 400;
    left: -3px;
    position: relative;
}
.bravo_wrap .bravo-list-hotel .item-loop-list .g-rate-price .g-price .prefix i {
    font-size: 16px;
    color: #ffc107;
}
.bravo_wrap .bravo-list-hotel .item-loop-list .g-rate-price .g-price .price {
    position: relative;
    display: inline-block;
}
.bravo_wrap .bravo-list-hotel .item-loop-list .g-rate-price .g-price .price .text-price {
    font-size: 18px;
    color: #1a2b48;
    font-weight: 500;
}
.bravo_wrap .bravo-list-hotel .item-loop-list .g-rate-price .g-price .price .onsale {
    text-decoration: line-through;
    font-size: 14px;
    color: #c03 !important;
    font-weight: 400;
}
.bravo_wrap .bravo-list-hotel .item-loop-list .g-rate-price .g-price .price .unit {
    font-size: 14px;
    color: #5e6d77;
    font-weight: 400;
}
.bravo_wrap .bravo-list-hotel .item-loop-list .g-rate-price .g-price .text-review {
    float: right;
    position: relative;
    top: 5px;
    color: #4b4b4c;
    display: none;
}
@media (max-width: 766px) {
    .bravo_wrap .bravo-list-hotel .item-loop-list .g-rate-price .g-price .text-review {
        display: block;
    }
}
.bravo_wrap .bravo-list-hotel.layout_normal {
    margin: 30px 0;
}
@media (max-width: 1023px) {
    .bravo_wrap .bravo-list-hotel.layout_normal {
        margin: 0;
    }
}
@media (max-width: 766px) {
    .bravo_wrap .bravo-list-hotel.layout_carousel .owl-nav {
        position: relative;
        top: -15px;
        margin: 0;
        text-align: center;
        display: block !important;
    }
}
.bravo_wrap .bravo-list-hotel .owl-dots {
    display: none;
}
.bravo_wrap .bravo-list-hotel .owl-nav {
    position: absolute;
    right: 0;
    top: -50px;
    display: block !important;
}
.bravo_wrap .bravo-list-hotel .owl-nav .owl-next,
.bravo_wrap .bravo-list-hotel .owl-nav .owl-prev {
    font-size: 40px;
    line-height: 33px;
    border: 1px solid #000;
    padding: 0 10px !important;
    margin-left: 10px;
}
.bravo_wrap .bravo-list-hotel .owl-nav .owl-next span,
.bravo_wrap .bravo-list-hotel .owl-nav .owl-prev span {
    position: relative;
    top: -1px;
    outline: none !important;
}
.bravo_wrap .select-guests-dropdown {
    transform: none !important;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    top: 100% !important;
    margin-top: 0;
    right: 0;
    border-color: #dee2e6;
}
@media (max-width: 1023px) {
    .bravo_wrap .select-guests-dropdown {
        transform: translateY(-1px) !important;
    }
}
.bravo_wrap .select-guests-dropdown .dropdown-item-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 4px 14px 4px 24px;
}
.bravo_wrap .select-guests-dropdown .dropdown-item-row .btn-add,
.bravo_wrap .select-guests-dropdown .dropdown-item-row .btn-add2,
.bravo_wrap .select-guests-dropdown .dropdown-item-row .btn-minus,
.bravo_wrap .select-guests-dropdown .dropdown-item-row .btn-minus2 {
    padding: 0 5px;
    cursor: pointer;
}
.bravo_wrap .select-guests-dropdown .dropdown-item-row .btn-add2 i,
.bravo_wrap .select-guests-dropdown .dropdown-item-row .btn-add i,
.bravo_wrap .select-guests-dropdown .dropdown-item-row .btn-minus2 i,
.bravo_wrap .select-guests-dropdown .dropdown-item-row .btn-minus i {
    font-size: 25px;
}
.bravo_wrap .select-guests-dropdown .dropdown-item-row .count-display {
    color: #5191fa;
    min-width: 25px;
    text-align: center;
}
.bravo_wrap .select-guests-dropdown .dropdown-item-row .count-display input {
    border: none;
    background: none;
    width: 35px;
    text-align: center;
    color: #5191fa;
    margin-left: 15px;
}
.bravo_wrap .select-guests-dropdown .dropdown-item-row .val {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.bravo_wrap .bravo-video-popup {
    display: inline-block;
    position: relative;
}
.bravo_wrap .bravo-video-popup .play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.7;
}
.bravo_wrap .bravo-video-popup:hover .play-icon {
    opacity: 1;
}
.bravo_wrap .bravo-faq-lists .faq-item {
    margin-bottom: 35px;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 35px;
}
.bravo_wrap .bravo-faq-lists .faq-item h3 {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 10px;
}
.bravo_wrap .bravo-faq-lists .faq-item h3 img {
    width: 30px;
    height: auto;
    position: relative;
    top: -2px;
    margin-right: 10px;
}
.bravo_wrap .bravo-faq-lists .faq-item p {
    font-size: 15px;
    color: #666;
    margin-top: 15px;
}
.bravo_wrap .bravo-checkbox {
    margin-bottom: 15px;
}
.bravo_wrap .bravo-checkbox input {
    margin-right: 5px;
}
.bravo_wrap .bravo-checkbox label {
    position: relative;
    cursor: pointer;
    transition: all 0.3s;
    padding-left: 25px;
    font-size: 14px;
    color: #5e6d77;
    font-weight: 400;
    margin-bottom: 0;
}
.bravo_wrap .bravo-checkbox input[type="checkbox"] {
    display: none;
}
.bravo_wrap .bravo-checkbox .checkmark {
    display: inline-block;
    height: 17px;
    left: 0;
    position: absolute;
    top: 0;
    width: 17px;
    border: 1px solid #a0a9b2;
    border-radius: 2px;
    background: #fff;
}
.bravo_wrap .bravo-checkbox input[type="checkbox"] + .checkmark,
.bravo_wrap .bravo-checkbox input[type="checkbox"]:checked + .checkmark {
    background-repeat: no-repeat !important;
    background-position: 50%;
}
.bravo_wrap .bravo-checkbox input[type="checkbox"]:checked + .checkmark:after {
    content: "";
    position: absolute;
    background-color: transparent;
    border-radius: 0;
    left: 5px;
    top: 2px;
    width: 5px;
    height: 8px;
    border: solid #5191fa;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.bravo_wrap .bravo-checkbox .fa-star {
    color: #fa5636;
    font-size: 15px;
    position: relative;
    top: -1px;
    margin-right: 3px;
}
.bravo_wrap .bravo-contact-block .section {
    padding: 30px 0;
}
.bravo_wrap .bravo-contact-block .contact-form .alert ul {
    margin-left: 35px;
}
.bravo_wrap .bravo-contact-block .form_wrapper .contact-header {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 2px solid #ebeef1;
}
.bravo_wrap .bravo-contact-block .form_wrapper .contact-header h1 {
    font-size: 24px;
    color: #1a2b48;
    margin-top: 0;
}
.bravo_wrap .bravo-contact-block .form_wrapper .contact-header h2 {
    font-size: 14px;
    color: #666b6f;
    margin-bottom: 0;
}
.bravo_wrap .bravo-contact-block .contact-info {
    position: relative;
}
.bravo_wrap .bravo-contact-block .contact-info .info-bg {
    min-height: 500px;
}
@media (max-width: 1023px) {
    .bravo_wrap .bravo-contact-block .contact-info .info-bg {
        display: none;
    }
}
.bravo_wrap .bravo-contact-block .contact-info .info-content {
    position: absolute;
    top: 50%;
    margin-top: -185px;
    margin-left: -130px;
    background: #fa5636;
    padding: 30px;
    min-width: 385px;
}
@media (max-width: 1023px) {
    .bravo_wrap .bravo-contact-block .contact-info .info-content {
        position: relative;
        margin: 0;
        min-width: auto;
    }
}
.bravo_wrap .bravo-contact-block .contact-info .info-content h3 {
    font-size: 24px;
    color: #fff;
    margin: 0;
}
.bravo_wrap .bravo-contact-block .contact-info .info-content .sub {
    position: relative;
    max-width: 300px;
}
.bravo_wrap .bravo-contact-block .contact-info .info-content .sub p {
    font-size: 16px;
    color: #fff;
    margin-bottom: 5px;
    letter-spacing: normal;
    width: 100%;
    word-break: break-word;
}
.bravo_wrap .bravo-contact-block .img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
.bravo_wrap .bravo-contact-block .bravo-contact-block-form .text-danger {
    border: 1px solid #dc3545;
    display: block;
    padding: 10px;
    border-radius: 5px;
}
.bravo_wrap .bravo-contact-block .bravo-contact-block-form .text-success {
    border: 1px solid #28a745;
    display: block;
    padding: 10px;
    border-radius: 5px;
}
.bravo_wrap .bravo-contact-block .bravo-contact-block-form .submit {
    width: 100%;
}
.bravo_wrap .bravo-contact-block .bravo-contact-block-form .fa-spinner {
    display: none;
}
.bravo_wrap .bravo-contact-block .bravo-contact-block-form.loading .fa-spinner {
    display: inline-block;
}
.bravo_wrap .bravo-list-item .topbar-search {
    display: flex;
    align-items: center;
}
@media (max-width: 1023px) {
    .bravo_wrap .bravo-list-item .topbar-search {
        flex-wrap: wrap;
    }
    .bravo_wrap .bravo-list-item .topbar-search .text {
        flex: 0 0 100% !important;
    }
    .bravo_wrap .bravo-list-item .topbar-search .control {
        flex: 0 0 100% !important;
        flex-wrap: wrap;
    }
    .bravo_wrap .bravo-list-item .topbar-search .control .item {
        margin-bottom: 10px;
        margin-top: 10px;
        flex: 0 0 100% !important;
    }
}
.bravo_wrap .bravo-list-item .topbar-search .control {
    flex: 1 1 55%;
    color: #1a2b48;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.bravo_wrap .bravo-list-item .topbar-search .control a {
    color: #1a2b48;
    text-decoration: none;
    cursor: pointer;
}
.bravo_wrap .bravo-list-item .topbar-search .control .item {
    display: flex;
    align-items: center;
    margin-left: 5px;
    padding-left: 5px;
    border-left: 1px solid #a7a7a7;
}
.bravo_wrap .bravo-list-item .topbar-search .control .item:first-child {
    border: none;
}
.bravo_wrap .bravo-list-item .topbar-search .control .item .item-title {
    line-height: normal;
}
.bravo_wrap .bravo-list-item .topbar-search .control .item .dropdown {
    margin-left: 10px;
    font-weight: 500;
}
.bravo_wrap .bravo-list-item .topbar-search .control .item .dropdown .dropdown-toggle {
    padding: 7px 15px;
    border: 1px solid #ccc;
}
.bravo_wrap .bravo-list-item .topbar-search .control .item .dropdown .dropdown-item {
    color: #000;
    font-size: 14px;
}
.bravo_wrap .bravo-list-item .topbar-search .control .item .dropdown-toggle:after {
    top: 2px;
    position: relative;
}
.cdn-full-page {
    height: 100%;
}
.cdn-browser {
    background: #f4f5f9;
    height: 100%;
}
.cdn-browser .btn-pick-files {
    position: relative;
}
.cdn-browser .btn-pick-files input {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.cdn-browser .icon-loading {
    top: 4px;
    font-size: 20px;
    margin-right: 10px;
    position: relative;
    display: none;
}
.cdn-browser .icon-loading.active {
    display: inline-block;
}
.cdn-browser .files-nav {
    padding: 9px 13px;
    border-bottom: 1px solid #dadee0;
    background: #fff;
}
.cdn-browser .files-nav .filter-item {
    padding-right: 20px;
}
.cdn-browser .files-nav .btn,
.cdn-browser .files-nav .form-control {
    height: 34px;
    font-size: 14px;
    line-height: normal;
    padding: 3px 12px;
}
.cdn-browser .files-list {
    flex-grow: 1;
    overflow: auto;
    padding: 15px;
}
.cdn-browser .files-list .view-grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.cdn-browser .files-list .total-text {
    padding: 0 10px;
}
.cdn-browser .files-list .view-grid .file-item {
    flex-shrink: 0;
    width: 12.5%;
    padding: 0 10px;
    margin-bottom: 20px;
}
.cdn-browser .files-list .view-grid .file-item .inner {
    position: relative;
    border: 1px solid #dadee0;
    cursor: pointer;
    height: 100%;
    border-radius: 2px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
}
.cdn-browser .files-list .view-grid .file-item .inner.active:before {
    content: "";
    position: absolute;
    top: -4px;
    left: -4px;
    right: -4px;
    bottom: -4px;
    border: 4px solid #007bff;
    border-radius: 2px;
}
.cdn-browser .files-list .view-grid .file-item .inner.active .file-checked-status {
    position: absolute;
    top: 3px;
    right: 3px;
    border-radius: 50%;
    background: #007bff;
    height: 24px;
    width: 24px;
    display: flex;
    align-content: center;
    justify-content: center;
}
.cdn-browser .files-list .view-grid .file-item .inner.active .file-checked-status svg {
    fill: #fff;
    width: 18px;
}
.cdn-browser .files-list .view-grid .file-item .inner .file-thumb img {
    max-width: 100%;
}
.cdn-browser .files-list .view-grid .file-item.is-image .inner .file-thumb img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 170px;
}
.cdn-browser .files-list .view-grid .file-item.not-image .inner .file-thumb img {
    padding-top: 27px;
    height: auto;
}
.cdn-browser .files-list .view-grid .file-item .inner .file-thumb {
    text-align: center;
}
.cdn-browser .files-list .view-grid .file-item .file-name {
    padding: 7px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    font-size: 14px;
    height: 54px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
}
.cdn-browser .browser-actions {
    background: #fff;
    border-top: 1px solid #dadee0;
    padding: 10px;
}
.cdn-browser .count-selected {
    color: #007bff;
    font-weight: 700;
    font-size: 14px;
}
.cdn-browser .clear-selected {
    color: red;
    font-size: 14px;
    cursor: pointer;
}
.cdn-browser .no-files-text {
    padding: 20px;
    font-size: 20px;
    color: red;
}
.cdn-browser .upload-new .filepond--root {
    margin-bottom: 0;
    background-color: #fff;
    border-bottom: 1px solid #dadee0;
}
.cdn-browser .upload-new .filepond--panel-root {
    border-radius: 0;
    background-color: #fff;
    border-bottom: 1px solid #dadee0;
}
@media (max-width: 1365px) {
    .cdn-browser .files-list .view-grid .file-item {
        width: 14.2%;
    }
}
@media (max-width: 1100px) {
    .cdn-browser .files-list .view-grid .file-item {
        width: 14.2%;
    }
}
@media (max-width: 991px) {
    .cdn-browser .files-list .view-grid .file-item {
        width: 25%;
    }
}
@media (max-width: 600px) {
    .cdn-browser .files-list .view-grid .file-item {
        width: 50%;
    }
}
.cdn-browser .browser-actions .col-left {
    display: flex;
}
.cdn-browser .browser-actions .col-left .control-remove {
    margin-right: 15px;
    padding-top: 3px;
}
.cdn-browser .browser-actions .col-right .btn {
    margin-top: 3px;
}
#cdn-browser-modal {
    overflow: hidden;
    z-index: 2051;
}
#cdn-browser-modal .modal-dialog {
    height: 100%;
    padding-bottom: 55px;
    margin-left: auto;
    margin-right: auto;
}
#cdn-browser-modal .modal-dialog .modal-content {
    height: 100%;
}
.cdn-browser.is_loading {
    position: relative;
}
.cdn-browser.is_loading:before {
    display: block !important;
    right: 0;
    position: absolute;
    background: #fff;
    left: 0;
    top: 52px;
    z-index: 11;
    opacity: 0.8;
    content: "";
    bottom: 0;
}
.cdn-browser.is_loading:after {
    content: "";
    display: block !important;
    font: normal normal normal 14px/1 FontAwesome;
    right: 0;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 15;
    text-align: center;
    color: #131d29;
    font-size: 50px;
    margin-top: -20px;
}
#media-management {
    min-height: 400px;
    background: #fff !important;
    overflow: hidden;
}
body {
    color: #1a2b48;
    font-size: 16px;
    font-family: Muli, sans-serif;
    font-weight: 400;
    line-height: 1.5;
    overflow-x: hidden;
}
img.lazy {
    opacity: 0;
}
img.lazy:not(.initial) {
    transition: opacity 1s;
}
img.lazy.error,
img.lazy.initial,
img.lazy.loaded {
    opacity: 1;
}
img:not([src]) {
    visibility: hidden;
}
img[data-src],
img[data-srcset] {
    display: block;
    min-height: 1px;
}
ol,
ul {
    padding: 0;
    margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Roboto, sans-serif;
}
.clear:after,
.clear:before {
    display: table;
    content: "";
    clear: both;
}
[v-cloak] {
    display: none;
}
.bravo_wrap .bravo_topbar {
    background: #219d37;
    padding: 7px 0;
}
@media (max-width: 768px) {
    .bravo_wrap .bravo_topbar {
        display: none;
    }
}
.bravo_wrap .bravo_topbar .content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.bravo_wrap .bravo_topbar .content .socials {
    display: inline-block;
}
.bravo_wrap .bravo_topbar .content .socials a {
    padding-right: 18px;
    color: #d1d4da;
    font-size: 14px;
    text-decoration: none;
}
.bravo_wrap .bravo_topbar .content .socials a:first-child {
    padding-left: 0;
}
.bravo_wrap .bravo_topbar .content .socials a:last-child {
    padding-right: 0;
}
.bravo_wrap .bravo_topbar .content .dropdown-menu .divider {
    margin: 0;
    background-color: #31414a;
}
.bravo_wrap .bravo_topbar .content .topbar-items {
    display: inline-block;
}
.bravo_wrap .bravo_topbar .content .topbar-items li {
    padding-left: 18px;
    padding-right: 18px;
    display: inline-block;
}
.bravo_wrap .bravo_topbar .content .topbar-items li a {
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    text-decoration: none;
}
.bravo_wrap .bravo_topbar .content .topbar-items li:last-child {
    padding-right: 0;
    border-right: 0;
}
.bravo_wrap .bravo_topbar .content .topbar-left {
    font-size: 14px;
    color: #fff;
}
.bravo_wrap .bravo_topbar .content .topbar-left a {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    text-decoration: none;
}
.bravo_wrap .bravo_topbar .content .topbar-left .line {
    min-width: 1px;
    display: inline-block;
    position: relative;
    min-height: 1px;
    margin: 0 10px;
}
.bravo_wrap .bravo_topbar .content .topbar-left .line:before {
    content: "";
    position: absolute;
    left: 0;
    top: -13px;
    height: 20px;
    border-right: 1px solid #5f7190;
}
.bravo_wrap .bravo_topbar .content .topbar-right {
    font-size: 13px;
}
.bravo_wrap .bravo_topbar .content .topbar-right .dropdown-notifications .dropdown-menu {
    left: 0 !important;
}
.bravo_wrap .bravo_topbar .content .topbar-right .dropdown-menu {
    right: 0;
    left: auto !important;
    border: 1px solid #f4f5f9;
    min-width: 200px;
    top: 15px !important;
    border-radius: 0;
}
.bravo_wrap .bravo_topbar .content .topbar-right .dropdown-menu.width-auto {
    min-width: 0;
}
.bravo_wrap .bravo_topbar .content .topbar-right .topbar-items li a {
    font-size: 13px;
}
.bravo_wrap .bravo_topbar .content .topbar-right .topbar-items li:last-child {
    padding-right: 0;
}
.bravo_wrap .bravo_topbar .content .dropdown-menu {
    min-width: auto;
    background: #128ac2;
}
.bravo_wrap .bravo_topbar .content .dropdown-menu li {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}
.bravo_wrap .bravo_topbar .content .dropdown-menu li.menu-hr {
    border-top: 1px solid #00724c;
}
.bravo_wrap .bravo_topbar .content .dropdown-menu li a {
    display: block;
    padding: 8px 15px;
    color: #fff;
}
.bravo_wrap .bravo_topbar .content .dropdown-menu li a:hover {
    text-decoration: none;
    background: #007b52;
}
.bravo_wrap .bravo_header {
    background: #f4f5f9;
}
.bravo_wrap .bravo_header .content {
    background: #f4f5f9;
    display: flex;
    align-items: center;
}
.bravo_wrap .bravo_header .content .header-left {
    position: relative;
    height: 100%;
    min-height: 70px;
    display: flex;
    align-items: center;
}
@media (max-width: 1023px) {
    .bravo_wrap .bravo_header .content .header-left {
        width: 90%;
    }
}
.bravo_wrap .bravo_header .content .header-left .bravo-logo img {
    height: 70px;
    width: auto;
    padding: 5px 0;
}
@media (max-width: 1024px) {
    .bravo_wrap .bravo_header .content .header-left .bravo-logo img {
        height: 50px;
    }
}
.bravo_wrap .bravo_header .content .header-left .bravo-menu {
    padding-left: 20px;
    font-family: Roboto, sans-serif;
}
@media (max-width: 768px) {
    .bravo_wrap .bravo_header .content .header-left .bravo-menu {
        display: none;
    }
}
.bravo_wrap .bravo_header .content .header-left .bravo-menu a {
    text-decoration: none;
}
.bravo_wrap .bravo_header .content .header-left .bravo-menu ul {
    list-style: none;
    padding: 0px 0;
}
@media (max-width: 1024px) {
    .bravo_wrap .bravo_header .content .header-left .bravo-menu ul {
        padding: 20px 0;
    }
}
.bravo_wrap .bravo_header .content .header-left .bravo-menu ul li {
    display: inline-block;
    position: relative;
}
.bravo_wrap .bravo_header .content .header-left .bravo-menu ul li a {
    padding: 10px 12px;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: red;
    transition: all 0.3s;
}
@media (max-width: 1024px) {
    .bravo_wrap .bravo_header .content .header-left .bravo-menu ul li a {
        padding: 10px 15px;
        font-size: 16px;
    }
}
.bravo_wrap .bravo_header .content .header-left .bravo-menu ul li.active {
    color: #5191fa;
}
.bravo_wrap .bravo_header .content .header-left .bravo-menu ul li.active a {
    color: #007e54;
    font-weight: 600;
}
.bravo_wrap .bravo_header .content .header-left .bravo-menu ul li > .fa {
    position: absolute;
    top: 50%;
    margin-top: -9px;
    right: 5px;
    font-size: 18px;
    transition: all 0.3s;
}
.bravo_wrap .bravo_header .content .header-left .bravo-menu ul li > .menu-dropdown {
    list-style: none;
    position: absolute;
    left: 0;
    top: 120%;
    padding-left: 0;
    margin-bottom: 0;
    min-width: 200px;
    padding-top: 5px;
    padding-bottom: 5px;
    background: #fff;
    box-shadow: 0 1px 1px #dbdbdb;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease-in-out;
}
.bravo_wrap .bravo_header .content .header-left .bravo-menu ul li > .menu-dropdown li {
    padding-left: 20px;
    padding-right: 20px;
    display: block;
}
.bravo_wrap .bravo_header .content .header-left .bravo-menu ul li > .menu-dropdown li:not(:last-child) a {
    border-bottom: 1px solid #eee;
}
.bravo_wrap .bravo_header .content .header-left .bravo-menu ul li > .menu-dropdown li a {
    padding: 15px 0;
    display: block;
    font-size: 14px;
}
.bravo_wrap .bravo_header .content .header-left .bravo-menu ul li > .menu-dropdown li .menu-dropdown {
    top: 0;
    left: 100%;
}
.bravo_wrap .bravo_header .content .header-left .bravo-menu ul li:hover > .menu-dropdown {
    top: 100%;
    opacity: 1;
    visibility: visible;
}
.bravo_wrap .bravo_header .content .header-left .bravo-menu ul li:hover > .fa,
.bravo_wrap .bravo_header .content .header-left .bravo-menu ul li:hover > a {
    color: #5191fa;
}
.bravo_wrap .bravo_header .content .header-right {
    position: relative;
    height: 100%;
    text-align: right;
}
@media (max-width: 1023px) {
    .bravo_wrap .bravo_header .content .header-right {
        width: 10%;
    }
}
.bravo_wrap .bravo_header .content .header-right .bravo-more-menu {
    border: none;
    background: transparent;
    font-size: 32px;
    padding: 0 10px;
    float: right;
    display: none;
    transition: all 0.3s;
}
@media (max-width: 768px) {
    .bravo_wrap .bravo_header .content .header-right .bravo-more-menu {
        display: block;
        float: right;
    }
}
.bravo_wrap .bravo_header .content .header-right .bravo-more-menu.active {
    background: #128ac2;
    color: #fff;
    border-radius: 5px;
}
.bravo_wrap .bravo_header .content .header-right .topbar-items {
    display: inline-block;
    margin-right: 5px;
}
@media (max-width: 990px) {
    .bravo_wrap .bravo_header .content .header-right .topbar-items {
        display: none;
    }
}
.bravo_wrap .bravo_header .content .header-right .topbar-items li {
    padding-left: 18px;
    padding-right: 18px;
    display: inline-block;
}
.bravo_wrap .bravo_header .content .header-right .topbar-items li a {
    color: #000;
    font-weight: 400;
    text-decoration: none;
}
.bravo_wrap .bravo_header .content .header-right .topbar-items .login-item > .is_login {
    padding-right: 50px;
    display: block;
}
.bravo_wrap .bravo_header .content .header-right .topbar-items .login-item > .is_login .avatar,
.bravo_wrap .bravo_header .content .header-right .topbar-items .login-item > .is_login .avatar-text {
    position: absolute;
    width: 40px;
    height: 40px;
    right: 0;
    border-radius: 50%;
    top: -12px;
}
.bravo_wrap .bravo_header .content .header-right .topbar-items .login-item > .is_login .avatar-text {
    align-items: center;
    background: #128ac2;
    justify-content: center;
    font-size: 20px;
    color: #fff;
    display: flex;
}
.bravo_wrap .bravo_header .content .header-right .topbar-items li a {
    font-size: 13px;
}
.bravo_wrap .bravo_header .content .header-right .topbar-items li:last-child {
    padding-right: 0;
}
.bravo_wrap .bravo_header .content .header-right .dropdown-menu {
    right: 0;
    left: auto !important;
    min-width: 200px;
    top: 52px !important;
    border-radius: 0;
    transform: none !important;
    background: #128ac2;
}
.bravo_wrap .bravo_header .content .header-right .dropdown-menu li {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}
.bravo_wrap .bravo_header .content .header-right .dropdown-menu li.menu-hr {
    border-top: 1px solid #31414a;
}
.bravo_wrap .bravo_header .content .header-right .dropdown-menu li a {
    display: block;
    padding: 8px 15px;
    color: #fff;
}
.bravo_wrap .bravo_header .content .header-right .dropdown-menu li a:hover {
    text-decoration: none;
    background: #233448;
}
.bravo_wrap .bravo_header .bravo-menu-mobile {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    background: #fff;
    transform: translate(-105%);
    transition: all 0.3s;
    z-index: 20;
    border-right: 1px solid #128ac2;
}
@media (max-width: 1023px) {
    .bravo_wrap .bravo_header .bravo-menu-mobile {
        display: block !important;
    }
}
.bravo_wrap .bravo_header .bravo-menu-mobile.active {
    transform: translate(0);
}
.bravo_wrap .bravo_header .bravo-menu-mobile .user-profile {
    border-bottom: 1px solid #e6e6e6;
}
.bravo_wrap .bravo_header .bravo-menu-mobile .user-profile .b-close {
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 11;
    color: #fff;
    font-size: 34px;
    cursor: pointer;
    line-height: 40px;
}
.bravo_wrap .bravo_header .bravo-menu-mobile .user-profile .avatar {
    background: #128ac2;
    color: #fff;
    text-align: center;
    padding: 20px 0;
}
.bravo_wrap .bravo_header .bravo-menu-mobile .user-profile .avatar i {
    font-size: 34px;
    border: 2px solid #fff;
    border-radius: 50%;
    padding: 15px 17px;
    display: inline-block;
}
.bravo_wrap .bravo_header .bravo-menu-mobile .user-profile .avatar img {
    max-width: 80px;
    border-radius: 50%;
}
.bravo_wrap .bravo_header .bravo-menu-mobile .user-profile ul {
    padding: 20px;
    list-style: none;
}
.bravo_wrap .bravo_header .bravo-menu-mobile .user-profile ul li {
    margin-bottom: 10px;
}
.bravo_wrap .bravo_header .bravo-menu-mobile .user-profile ul li a {
    color: #128ac2;
    text-decoration: none;
}
.bravo_wrap .bravo_header .bravo-menu-mobile .user-profile ul li a i {
    min-width: 15px;
    display: inline-block;
}
.bravo_wrap .bravo_header .bravo-menu-mobile .user-profile ul li:last-child {
    margin-bottom: 0;
}
.bravo_wrap .bravo_header .bravo-menu-mobile .user-profile ul.multi-lang {
    padding: 0;
}
.bravo_wrap .bravo_header .bravo-menu-mobile .user-profile ul.multi-lang > li {
    padding: 15px 20px;
    border-top: 1px solid #e6e6e6;
}
.bravo_wrap .bravo_header .bravo-menu-mobile .user-profile ul.multi-lang > li a i {
    float: right;
    position: relative;
    top: 2px;
    text-align: center;
}
.bravo_wrap .bravo_header .bravo-menu-mobile .user-profile ul.multi-lang > li a i:before {
    content: "";
}
.bravo_wrap .bravo_header .bravo-menu-mobile .user-profile ul.multi-lang > li.show > a i:before {
    content: "";
}
.bravo_wrap .bravo_header .bravo-menu-mobile .user-profile ul.multi-lang > li .dropdown-menu {
    position: relative !important;
    width: 100%;
    float: none;
    border: none;
    margin: 10px 0 0;
    padding: 0 0 0 15px;
    transform: none !important;
}
.bravo_wrap .bravo_header .bravo-menu-mobile .user-profile ul.multi-lang > li .dropdown-menu li a {
    font-size: 14px;
}
.bravo_wrap .bravo_header .bravo-menu-mobile .user-profile ul.multi-lang > li .dropdown-menu li a:before {
    content: "";
    font: normal normal normal 14px/1 FontAwesome;
    padding-right: 5px;
    color: #383838;
}
.bravo_wrap .bravo_header .bravo-menu-mobile .user-profile ul.multi-lang .flag-icon-jp {
    border: 1px solid #adadad;
}
.bravo_wrap .bravo_header .bravo-menu-mobile .g-menu {
    overflow-x: scroll;
    width: 100%;
}
.bravo_wrap .bravo_header .bravo-menu-mobile .g-menu > ul {
    padding: 10px 20px;
    list-style: none;
}
.bravo_wrap .bravo_header .bravo-menu-mobile .g-menu > ul > li a {
    color: #128ac2;
    border-bottom: 1px solid #e6e6e6;
    display: block;
    transition: all 0.3s;
    text-decoration: none;
    padding: 10px 0;
}
.bravo_wrap .bravo_header .bravo-menu-mobile .g-menu > ul > li a .caret {
    float: right;
    padding: 8px 15px 9px;
    margin-top: -5px;
    margin-right: -10px;
}
.bravo_wrap .bravo_header .bravo-menu-mobile .g-menu > ul > li a .caret:before {
    content: "";
}
.bravo_wrap .bravo_header .bravo-menu-mobile .g-menu > ul > li a:hover {
    border-bottom: 1px solid #128ac2;
}
.bravo_wrap .bravo_header .bravo-menu-mobile .g-menu > ul > li > .children-menu {
    display: none;
    list-style: none;
}
.bravo_wrap .bravo_header .bravo-menu-mobile .g-menu > ul > li > .children-menu li a {
    padding-left: 15px;
}
.bravo_wrap .bravo_header .bravo-menu-mobile .g-menu > ul > li > .children-menu li > .children-menu {
    display: none;
    list-style: none;
}
.bravo_wrap .bravo_header .bravo-menu-mobile .g-menu > ul > li > .children-menu li > .children-menu li a {
    padding-left: 30px;
}
.bravo_wrap .bravo_header .bravo-menu-mobile .g-menu > ul > li.active > a {
    border-bottom: 1px dashed #128ac2;
}
.bravo_wrap .bravo_header .bravo-menu-mobile .g-menu > ul > li.active > a > .caret:before {
    content: "";
}
.bravo_wrap .bravo_header .bravo-menu-mobile .g-menu > ul > li.active > .children-menu,
.bravo_wrap .bravo_header .bravo-menu-mobile .g-menu > ul > li.active > .children-menu > li.active > .children-menu {
    display: block;
}
.bravo_wrap .bravo_header .bravo-menu-mobile .g-menu > ul > li.active > .children-menu > li.active > a > .caret:before {
    content: "";
}
.bravo_wrap .bravo_footer {
    background: #f5f5f5;
}
.bravo_wrap .bravo_footer .mailchimp {
    padding-top: 65px;
    padding-bottom: 40px;
    background: #daf5e0;
}
@media (max-width: 766px) {
    .bravo_wrap .bravo_footer .mailchimp {
        padding-top: 45px;
        padding-bottom: 20px;
    }
}
.bravo_wrap .bravo_footer .mailchimp .media-left {
    padding-right: 30px;
}
@media (max-width: 766px) {
    .bravo_wrap .bravo_footer .mailchimp .media-left {
        padding-right: 15px;
    }
}
.bravo_wrap .bravo_footer .mailchimp .media-left i {
    font-size: 80px;
    top: -10px;
    position: relative;
}
@media (max-width: 766px) {
    .bravo_wrap .bravo_footer .mailchimp .media-left i {
        top: -20px;
    }
}
.bravo_wrap .bravo_footer .mailchimp .media-body .media-heading {
    font-size: 24px !important;
}
@media (max-width: 766px) {
    .bravo_wrap .bravo_footer .mailchimp .media-body .media-heading {
        font-size: 18px !important;
    }
}
.bravo_wrap .bravo_footer .mailchimp .media-body p {
    font-size: 16px !important;
    color: #5e6d77 !important;
}
@media (max-width: 766px) {
    .bravo_wrap .bravo_footer .mailchimp .media-body p {
        font-size: 14px !important;
    }
}
.bravo_wrap .bravo_footer .mailchimp .subcribe-form {
    position: relative;
}
.bravo_wrap .bravo_footer .mailchimp .subcribe-form .form-control {
    height: 55px;
    line-height: 53px;
    font-size: 16px;
    box-shadow: none;
    border-color: #d7dce3;
}
@media (max-width: 766px) {
    .bravo_wrap .bravo_footer .mailchimp .subcribe-form .form-control {
        height: 40px;
        line-height: 40px;
    }
}
.bravo_wrap .bravo_footer .mailchimp .subcribe-form .btn-submit {
    border: none;
    border-radius: 0 5px 5px 0;
    position: absolute;
    top: 0;
    right: 0;
    height: 55px;
    line-height: 55px;
    color: #fff;
    background: #28a745;
    padding-left: 25px;
    padding-right: 25px;
    font-weight: 600;
    text-transform: uppercase;
}
@media (max-width: 766px) {
    .bravo_wrap .bravo_footer .mailchimp .subcribe-form .btn-submit {
        height: 40px;
        line-height: 40px;
    }
}
@media (max-width: 990px) {
    .bravo_wrap .bravo_footer .mailchimp .subcribe-form .btn-submit {
        padding-left: 15px;
        padding-right: 15px;
    }
}
.Abc{
    Display:block;
}
h3.tieusde {
    border-left: 3px solid red;
    padding-left: 10px;
}
.bravo_wrap .bravo_footer .main-footer {
    padding: 20px 0 0;
}
@media (max-width: 766px) {
    .bravo_wrap .bravo_footer .main-footer .first-footer {
        display: none;
    }
    .Abc{
      display: none;  
    }
}
.bravo_wrap .bravo_footer .main-footer .nav-footer {
    margin-bottom: 20px;
}
.bravo_wrap .bravo_footer .main-footer .nav-footer .title {
    text-transform: uppercase;
    font-weight: 500;
    padding: 10px 0;
    margin-bottom: 10px;
    position: relative;
}
.bravo_wrap .bravo_footer .main-footer .nav-footer .title:before {
    position: absolute;
    bottom: 0;
    content: "";
    width: 120px;
    border-bottom: 1px solid #ebebeb;
    left: 0;
}
@media (max-width: 768px) {
    .bravo_wrap .bravo_footer .main-footer .nav-footer .title:before {
        width: 100%;
    }
}
@media (max-width: 766px) {
    .bravo_wrap .bravo_footer .main-footer .nav-footer .title {
        padding: 15px 0;
        margin-bottom: 15px;
    }
}
.bravo_wrap .bravo_footer .main-footer .nav-footer .context ul {
    list-style: none;
}
.bravo_wrap .bravo_footer .main-footer .nav-footer .context ul li {
    display: block;
}
.bravo_wrap .bravo_footer .main-footer .nav-footer .context ul li a {
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 400;
    display: block;
    color: #1a2b48;
    text-decoration: none;
    transition: all 0.3s;
}
.bravo_wrap .bravo_footer .main-footer .nav-footer .context ul li a:hover {
    color: #5191fa;
}
.bravo_wrap .bravo_footer .main-footer .nav-footer .context .contact {
    padding-left: 20px;
    border-left: 3px solid #5191fa;
    margin-bottom: 30px;
}
.bravo_wrap .bravo_footer .main-footer .nav-footer .context .contact .c-title {
    color: #5e6d77;
    margin-bottom: 10px;
}
.bravo_wrap .bravo_footer .main-footer .pre-footer .hotline {
    margin: 10px 0;
}
.bravo_wrap .bravo_footer .main-footer .pre-footer .hotline .hotline-link {
    font-size: 26px;
    font-weight: 500;
    letter-spacing: -1px;
    text-decoration: none;
    color: #f79321;
    font-weight:bold;
}
.bravo_wrap .bravo_footer .main-footer .pre-footer .info {
    margin: 10px 0;
}
.bravo_wrap .bravo_footer .main-footer .pre-footer .info h3 {
    font-size: 18px;
    font-weight: 500;
}
.bravo_wrap .bravo_footer .main-footer .pre-footer .info div,
.bravo_wrap .bravo_footer .main-footer .pre-footer .info p {
    margin-bottom: 5px;
}
.bravo_wrap .bravo_footer .main-footer .pre-footer .info .sub {
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
}
.bravo_wrap .bravo_footer .main-footer .pre-footer .info .sub a {
    margin-right: 20px;
    text-decoration: none;
}
.bravo_wrap .bravo_footer .main-footer .pre-footer .info .sub a i {
    color: #128ac2;
}
.bravo_wrap .bravo_footer .copy-right {
    border-top: 1px solid #eaeef3;
}
.bravo_wrap .bravo_footer .copy-right p {
    margin-bottom: 0;
}
.bravo_wrap .bravo_footer .copy-right .context {
    position: relative;
    padding: 20px 15px;
}
.bravo_wrap .bravo_footer .copy-right .context .f-visa {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}
@media (max-width: 460px) {
    .bravo_wrap .bravo_footer .copy-right .context .f-visa {
        position: static;
        margin-top: 10px;
        transform: translate(0);
    }
}
.bravo-pagination {
    text-align: center;
    display: block;
    margin-top: 20px;
    margin-bottom: 40px;
}
.bravo-pagination ul {
    display: inline-block;
    padding: 0;
    margin: 0;
}
.bravo-pagination ul li {
    list-style: none;
    font-size: 16px;
    color: #768090;
    float: left;
    margin-right: 10px;
}
.bravo-pagination ul li a,
.bravo-pagination ul li span {
    display: block;
    height: 32px;
    width: 32px;
    line-height: 32px;
    text-decoration: none;
    color: #5e6d77;
    float: none;
    padding: 0;
    border: none;
    border-radius: 3px;
    cursor: pointer;
}
.bravo-pagination ul li a.current,
.bravo-pagination ul li span.current {
    border: 1px solid #5191fa !important;
    border-radius: 3px;
    background: transparent !important;
    color: #5191fa !important;
}
.bravo-pagination ul li.active a,
.bravo-pagination ul li.active span {
    border: 1px solid #5191fa !important;
    background: transparent !important;
    color: #5191fa !important;
}
.bravo-pagination .count-string {
    font-size: 16px;
    color: #768090;
    margin-top: 5px;
    display: block;
}
.bravo-effect-bg,
.bravo-effect-user-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 19;
    left: 0;
    top: 0;
    opacity: 0.5;
}
.bootbox.modal {
    z-index: 3000;
}
.bootbox.modal:before {
    content: "";
    width: 100%;
    height: 100%;
    position: fixed;
    background: #000;
    opacity: 0.5;
}
.modal-backdrop.show {
    opacity: 0.7;
}
.tour-sticky {
    position: fixed !important;
    display: block;
    background: #fff;
    z-index: 999999;
    width: 100%;
    top: 0;
}
@media (max-width: 766px) {
    .tour-info-header {
        overflow: auto;
        will-change: scroll-position;
    }
    .nav-tour-sticky {
        width: 800px;
    }
}
.nav-tour .nav-item-tour {
    margin-right: 20px;
}
.nav-tour .nav-item-tour .nav-link-tour {
    font-size: 16px;
    color: #1a2b48;
}
.nav-tour .nav-item-tour .nav-link-tour.active {
    border-bottom: 3px solid #128ac2;
}
.nav-tour .nav-item-tour .nav-link-tour:hover {
    color: #128ac2;
}
.tab-clause .nav-tabs {
    border-bottom: none;
}
.tab-clause .nav-tabs li a {
    font-family: Roboto, sans-serif;
    font-size: 16px;
    color: #333;
    background: #fff;
    border-radius: 0;
    border: none;
    margin: 0;
    padding: 9px 15px;
    position: relative;
}
.tab-clause .nav-tabs li a:hover {
    background: #128ac2;
    color: #fff;
}
.tab-clause .nav-tabs li a.active {
    background: #128ac2;
    color: #fff;
    border: none;
}
.tab-clause .nav-tabs li a.active:after {
    content: " ";
    position: absolute;
    bottom: 0;
    left: 45%;
    margin-bottom: -2px;
    border: 7px solid rgba(136, 183, 213, 0);
    border-bottom-color: #fff;
}
.tab-clause .nav-tabs li.active a,
.tab-clause .nav-tabs li.active a:focus,
.tab-clause .nav-tabs li.active a:hover {
    background: #128ac2;
    color: #fff;
    border: none;
}
.tab-clause .tab-content {
    font-size: 16px;
    color: #7e828a;
    line-height: 24px;
    background: #fff;
    border-top: 3px solid #128ac2;
    padding: 15px 15px 5px;
}
.tab-clause .tab-content h3 {
    font-size: 24px;
}
.bravo_wrap .bravo_search_tour .bravo_banner {
    background-color: #1a2b48;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0;
    position: relative;
}
.bravo_wrap .bravo_search_tour .bravo_banner h1 {
       font-size: 36px;
    color: #ff0800;
    letter-spacing: 0;
    text-align: center;
    text-shadow: 2px 2px #ffffff;
    margin: 0;
    text-transform: uppercase;
} 
aside#categories-2 {
    margin-top: 30px;
}
aside#categories-2 ul li {
    margin-left: 30px;
    margin-top: 10px;
}
span.widget-title {
    font-size: 22px;
    /* padding-bottom: 30px; */
    /* color: #032d0a; */
    border-left: 3px solid red;
    padding-left: 10px;
}
.bravo_wrap .bravo_search_tour .bravo_banner p {
    font-size: 18px;
    color: #fff;
    letter-spacing: 0;
    text-align: left;
    margin: 0;
}
@media (max-width: 766px) {
    .bravo_wrap .bravo_search_tour .bravo_banner {
        padding: 70px 0;
    }
    .bravo_wrap .bravo_search_tour .bravo_banner h1 {
        font-size: 28px;
    }
}
.bravo_wrap .bravo_search_tour .bravo_form_search {
    margin-top: -50px;
    position: relative;
    margin-bottom: 50px;
}
@media (max-width: 766px) {
    .bravo_wrap .bravo_search_tour .bravo_form_search {
        margin-top: -30px;
        margin-bottom: 20px;
    }
}
.bravo_wrap .bravo_search_tour .bravo_form_search .bravo_form .g-field-search {
    flex: 0 0 85%;
    max-width: 85%;
}
.bravo_wrap .bravo_search_tour .bravo_form_search .bravo_form .g-button-submit {
    flex: 0 0 15%;
    max-width: 15%;
}
.bravo_wrap .bravo_search_tour .bravo_filter {
    border: 1px solid #d7dce3;
    border-radius: 3px;
    margin-bottom: 30px;
}
.bravo_wrap .bravo_search_tour .bravo_filter .filter-title {
    font-size: 18px;
    color: #1a2b48;
    margin-bottom: 10px;
    margin-top: 15px;
    font-weight: 500;
    font-family: Roboto, sans-serif;
}
@media (max-width: 766px) {
    .bravo_wrap .bravo_search_tour .bravo_filter .filter-title {
        margin-bottom: 10px;
        margin-top: 15px;
    }
}
.bravo_wrap .bravo_search_tour .bravo_filter .filter-title:before {
    content: "";
    width: 3px;
    height: 28px;
    background: #5191fa;
    float: left;
    position: relative;
    top: -2px;
    margin-right: 17px;
}
.bravo_wrap .bravo_search_tour .bravo_filter .g-filter-item {
    border: none;
    border-top: 1px solid #d7dce3;
    font-family: Roboto, sans-serif;
    border-radius: 0;
    margin-bottom: 0;
    padding: 20px;
}
@media (max-width: 766px) {
    .bravo_wrap .bravo_search_tour .bravo_filter .g-filter-item {
        padding: 15px 20px;
    }
}
.bravo_wrap .bravo_search_tour .bravo_filter .g-filter-item .hide {
    display: none;
}
.bravo_wrap .bravo_search_tour .bravo_filter .g-filter-item .item-title {
    cursor: pointer;
    position: relative;
    font-family: Roboto, sans-serif;
}
.bravo_wrap .bravo_search_tour .bravo_filter .g-filter-item .item-title .fa {
    font-size: 22px;
    color: #1a2b48;
    right: 0;
    top: 2px;
    position: absolute;
}
.bravo_wrap .bravo_search_tour .bravo_filter .g-filter-item .item-title h3,
.bravo_wrap .bravo_search_tour .bravo_filter .g-filter-item .item-title h4 {
    font-size: 16px;
    color: #1a2b48;
    line-height: 23px;
    margin: 0;
    font-weight: 500;
}
.bravo_wrap .bravo_search_tour .bravo_filter .g-filter-item .item-content {
    margin-top: 20px;
}
@media (max-width: 990px) {
    .bravo_wrap .bravo_search_tour .bravo_filter .g-filter-item .item-content {
        display: none;
    }
}
.bravo_wrap .bravo_search_tour .bravo_filter .g-filter-item .item-content ul {
    list-style: none;
}
.bravo_wrap .bravo_search_tour .bravo_filter .g-filter-item .item-content .btn-more-item {
    font-size: 16px;
    color: #5191fa;
    padding: 0;
    text-decoration: none;
}
.bravo_wrap .bravo_search_tour .bravo_filter .g-filter-item .item-content .btn-apply-price-range {
    font-size: 16px;
    color: #5191fa;
    margin-top: 20px;
    font-weight: 600;
    padding: 0;
    text-decoration: none;
    outline: none;
}
.bravo_wrap .bravo_search_tour .bravo_filter .g-filter-item .item-content .bravo-filter-price .irs--flat .irs-from,
.bravo_wrap .bravo_search_tour .bravo_filter .g-filter-item .item-content .bravo-filter-price .irs--flat .irs-single,
.bravo_wrap .bravo_search_tour .bravo_filter .g-filter-item .item-content .bravo-filter-price .irs--flat .irs-to {
    font-size: 11px;
    background-color: #5191fa;
}
.bravo_wrap .bravo_search_tour .bravo_filter .g-filter-item .item-content .bravo-filter-price .irs--flat .irs-bar {
    top: 25px;
    height: 12px;
    background-color: #5191fa;
}
.bravo_wrap .bravo_search_tour .bravo_filter .g-filter-item .item-content .bravo-filter-price .irs--flat .irs-handle > i:first-child {
    background-color: #5191fa;
}
.bravo_wrap .bravo_search_tour .bravo_filter .g-filter-item .item-content .bravo-filter-price .irs--flat .irs-from:before,
.bravo_wrap .bravo_search_tour .bravo_filter .g-filter-item .item-content .bravo-filter-price .irs--flat .irs-single:before,
.bravo_wrap .bravo_search_tour .bravo_filter .g-filter-item .item-content .bravo-filter-price .irs--flat .irs-to:before {
    border-top-color: #5191fa;
}
.bravo_wrap .bravo_search_tour .bravo_filter .g-filter-item .item-title.e-close .fa {
    transform: rotate(180deg) !important;
}
.bravo_wrap .bravo_search_tour .bravo-list-item .topbar-search .text {
    font-size: 26px;
    color: #1a2b48;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
}
.bravo_wrap .bravo_search_tour .bravo-list-item .list-item {
    margin-top: 15px;
}
.bravo_wrap .bravo_search_tour .bravo-list-item .list-item .item-tour {
    border: 1px solid #dfdfdf;
    border-radius: 3px;
    overflow: hidden;
    padding-bottom: 15px;
    position: relative;
    margin-bottom: 30px;
    font-family: Roboto, sans-serif;
}
.bravo_wrap .bravo_search_tour .bravo-list-item .list-item .item-tour a {
    text-decoration: none;
    transition: all 0.3s;
}
.bravo_wrap .bravo_search_tour .bravo-list-item .list-item .item-tour .sale_info {
    position: absolute;
    width: 80px;
    height: 48px;
    transform: rotate(45deg);
    right: -30px;
    top: -13px;
    line-height: 65px;
    text-align: center;
    color: #fff;
    font-size: 15px;
    z-index: 8;
    background-color: #c03;
}
.bravo_wrap .bravo_search_tour .bravo-list-item .list-item .item-tour .featured {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 13px;
    color: #fff;
    z-index: 8;
    background: url(https://tourhaigiang.com.vn/wp-content/uploads/2022/09/cropped-logo-2.png);
    background-size: cover;
    width: 99px;
    height: 70px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
.bravo_wrap .bravo_search_tour .bravo-list-item .list-item .item-tour .thumb-image {
    overflow: hidden;
    height: 170px;
    background: #ccc;
}
.bravo_wrap .bravo_search_tour .bravo-list-item .list-item .item-tour .thumb-image a img {
    transition: all 0.3s;
    max-width: 100%;
    object-fit: cover!important;
}
.bravo_wrap .bravo_search_tour .bravo-list-item .list-item .item-tour .thumb-image a:hover img {
    transform: scale(1.1);
}
.bravo_wrap .bravo_search_tour .bravo-list-item .list-item .item-tour .thumb-image .service-wishlist {
    position: absolute;
    right: 5px;
    z-index: 10;
    bottom: 0;
    color: #fff;
    padding: 10px;
    cursor: pointer;
}
.bravo_wrap .bravo_search_tour .bravo-list-item .list-item .item-tour .thumb-image .service-wishlist i {
    transition: all 0.3s;
    font-size: 16px;
}
.bravo_wrap .bravo_search_tour .bravo-list-item .list-item .item-tour .thumb-image .service-wishlist.loading i,
.bravo_wrap .bravo_search_tour .bravo-list-item .list-item .item-tour .thumb-image .service-wishlist:hover i {
    color: #ff9290;
}
.bravo_wrap .bravo_search_tour .bravo-list-item .list-item .item-tour .thumb-image .service-wishlist.active i {
    color: red;
}
.bravo_wrap .bravo_search_tour .bravo-list-item .list-item .item-tour .location {
    font-size: 13px;
    color: #5e6d77;
    padding: 15px 15px 10px;
}
.bravo_wrap .bravo_search_tour .bravo-list-item .list-item .item-tour .location i {
    position: relative;
    font-size: 16px;
}
.bravo_wrap .bravo_search_tour .bravo-list-item .list-item .item-tour .category {
    padding: 0 15px;
}
.bravo_wrap .bravo_search_tour .bravo-list-item .list-item .item-tour .category .fa {
    color: #687882;
    opacity: 0.6;
}
.bravo_wrap .bravo_search_tour .bravo-list-item .list-item .item-tour .service-review {
    padding: 10px 15px 15px;
}
.bravo_wrap .bravo_search_tour .bravo-list-item .list-item .item-tour .service-review .list-star {
    display: inline-block;
    line-height: 13px;
    position: relative;
}
.bravo_wrap .bravo_search_tour .bravo-list-item .list-item .item-tour .service-review .list-star .booking-item-rating-stars {
    padding: 0;
    margin: 0;
    width: 90px;
}
.bravo_wrap .bravo_search_tour .bravo-list-item .list-item .item-tour .service-review .list-star .booking-item-rating-stars:after,
.bravo_wrap .bravo_search_tour .bravo-list-item .list-item .item-tour .service-review .list-star .booking-item-rating-stars:before {
    content: "";
    display: table;
    clear: both;
}
.bravo_wrap .bravo_search_tour .bravo-list-item .list-item .item-tour .service-review .list-star .booking-item-rating-stars li {
    list-style: none;
    float: left;
    margin-right: 5px;
}
.bravo_wrap .bravo_search_tour .bravo-list-item .list-item .item-tour .service-review .list-star .booking-item-rating-stars li:last-child {
    margin-right: 0;
}
.bravo_wrap .bravo_search_tour .bravo-list-item .list-item .item-tour .service-review .list-star .booking-item-rating-stars li .fa {
    font-size: 13px;
    color: #ffdc00;
}
.bravo_wrap .bravo_search_tour .bravo-list-item .list-item .item-tour .service-review .list-star .booking-item-rating-stars-active {
    position: absolute;
    width: 0;
    top: 0;
    left: 0;
    overflow: hidden;
}
.bravo_wrap .bravo_search_tour .bravo-list-item .list-item .item-tour .service-review .review {
    position: relative;
    top: -2px;
    font-size: 13px;
    color: #768092;
    margin-left: 10px;
}
.bravo_wrap .bravo_search_tour .bravo-list-item .list-item .item-tour .item-title {
    padding: 0 15px;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    min-height: 45px;
}
@media (max-width: 766px) {
    .bravo_wrap .bravo_search_tour .bravo-list-item .list-item .item-tour .item-title {
        min-height: auto;
    }
}
.bravo_wrap .bravo_search_tour .bravo-list-item .list-item .item-tour .item-title a {
    color: #1a2b50;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.bravo_wrap .bravo_search_tour .bravo-list-item .list-item .item-tour .info {
    padding: 0 15px;
    font-size: 14px;
}
.bravo_wrap .bravo_search_tour .bravo-list-item .list-item .item-tour .info:after,
.bravo_wrap .bravo_search_tour .bravo-list-item .list-item .item-tour .info:before {
    content: "";
    display: table;
    clear: both;
}
.bravo_wrap .bravo_search_tour .bravo-list-item .list-item .item-tour .info .duration {
    width: 40%;
    float: left;
    align-items: center;
    color: #5e6d77;
    position: relative;
    top: 5px;
}
.bravo_wrap .bravo_search_tour .bravo-list-item .list-item .item-tour .info .duration i {
    position: relative;
    font-size: 17px;
}
.bravo_wrap .bravo_search_tour .bravo-list-item .list-item .item-tour .info .g-price {
    width: 60%;
    float: left;
    text-align: right;
}
.bravo_wrap .bravo_search_tour .bravo-list-item .list-item .item-tour .info .g-price .prefix {
    color: #5e6d77;
    display: inline-block;
}
.bravo_wrap .bravo_search_tour .bravo-list-item .list-item .item-tour .info .g-price .prefix i {
    font-size: 16px;
    color: #ffc107;
}
.bravo_wrap .bravo_search_tour .bravo-list-item .list-item .item-tour .info .g-price .price {
    position: relative;
    display: inline-block;
}
.bravo_wrap .bravo_search_tour .bravo-list-item .list-item .item-tour .info .g-price .price .text-price {
    font-size: 18px;
    color: #128ac2;
    font-weight: 600;
}
.bravo_wrap .bravo_search_tour .bravo-list-item .list-item .item-tour .info .g-price .price .onsale {
    position: absolute;
    right: 0;
    top: -15px;
    text-decoration: line-through;
    font-size: 14px;
    color: #c03 !important;
    font-weight: 400;
}
.bravo_wrap .bravo_search_tour .bravo-list-item .list-item .item-tour.infobox-item {
    position: relative;
}
.bravo_wrap .bravo_search_tour .bravo-list-item .list-item .item-tour.infobox-item:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    border-color: transparent #fff #fff transparent;
    border-style: solid;
    border-width: 10px;
    bottom: -9px;
    left: 0;
    right: 0;
    margin: auto;
    transform: rotate(45deg);
    box-shadow: 1px 1px 0 #dfdfdf;
    background: #fff;
}
.bravo_wrap .bravo_search_tour .topic-context .g-filter-item {
    font-family: Roboto, sans-serif;
}
.bravo_wrap .bravo_search_tour .topic-context .g-filter-item .item-title h3 {
    font-size: 18px;
    font-weight: 500;
}
.bravo_wrap .bravo_search_tour .topic-context .g-filter-item .item-content ul li {
    margin-bottom: 5px;
    padding: 3px 0;
}
.bravo_wrap .bravo_search_tour .topic-context .g-filter-item .item-content ul li.active a {
    color: #f55b33;
    font-weight: 500;
}
.bravo_wrap .bravo_search_tour .topic-context .g-filter-item .item-content ul li a {
    color: #5e6d77;
    text-decoration: none;
    font-size: 16px;
}
.bravo_wrap .bravo_search_tour .topic-context .g-filter-item .item-content ul li a:active,
.bravo_wrap .bravo_search_tour .topic-context .g-filter-item .item-content ul li a:hover {
    color: #f55b33;
}
.bravo_wrap .bravo_detail_tour .bravo_banner {
    background-color: #fff !important;
    background-position: 50% !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    position: relative;
}

.bravo_wrap .bravo_detail_tour .bravo_banner {
    background-color: #fff !important;
    background-position: 50% !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    position: relative;
}
.bravo_wrap .bravo_detail_tour .bravo_banner .container {
    position: relative;
}
.bravo_wrap .bravo_detail_tour .bravo_banner .bravo_gallery {
    height: 500px;
    position: relative;
}
@media (max-width: 1366px) {
    .bravo_wrap .bravo_detail_tour .bravo_banner .bravo_gallery {
        height: 400px;
    }
}
@media (max-width: 1024px) {
    .bravo_wrap .bravo_detail_tour .bravo_banner .bravo_gallery {
        height: 300px;
    }
}
@media (max-width: 766px) {
    .bravo_wrap .bravo_detail_tour .bravo_banner .bravo_gallery {
        height: 200px;
    }
}
.bravo_wrap .bravo_detail_tour .bravo_banner .bravo_gallery .modal .modal-dialog {
    position: relative;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    margin: -10px auto 0;
}
.bravo_wrap .bravo_detail_tour .bravo_banner .bravo_gallery .modal .modal-content {
    padding: 0;
    background: transparent;
    border: none;
}
.bravo_wrap .bravo_detail_tour .bravo_banner h1 {
    font-size: 36px;
    color: #fff;
    letter-spacing: 0;
    text-align: left;
    margin: 0;
}
.bravo_wrap .bravo_detail_tour .bravo_banner .btn-group {
    position: absolute;
    bottom: 30px;
    right: 0;
}
.bravo_wrap .bravo_detail_tour .bravo_banner .btn-group .btn {
    margin-left: 10px;
    background: rgba(26, 43, 72, 0.5);
    font-size: 16px;
    color: #fff;
    padding: 10px 15px;
}
.bravo_wrap .bravo_detail_tour .bravo_banner .btn-group .btn:hover {
    background: #1a2b48;
}
.bravo_wrap .bravo_detail_tour .bravo_banner .btn-group .btn .fa {
    margin-right: 10px;
}
.bravo_wrap .bravo_detail_tour .bravo_banner .btn-group .has-icon {
    display: flex;
    align-items: center;
}
.bravo_wrap .bravo_detail_tour .bravo_content {
    padding-top: 20px;
}
.bravo_wrap .bravo_detail_tour .bravo_content h3 {
    font-size: 1.5rem;
}
@media (max-width: 990px) {
    .bravo_wrap .bravo_detail_tour .bravo_content h3 {
        font-size: 1.4rem;
    }
}
@media (max-width: 766px) {
    .bravo_wrap .bravo_detail_tour .bravo_content h3 {
        font-size: 1.2rem;
    }
}
.bravo_wrap .bravo_detail_tour .bravo_content .g-header {
    margin-bottom: 10px;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    justify-content: space-between;
}
.bravo_wrap .bravo_detail_tour .bravo_content .g-header h1,
.bravo_wrap .bravo_detail_tour .bravo_content .g-header h2 {
    margin-top: 0;
    color: #1a2b48;
    font-weight: 500;
    font-size: 30px;
    font-family: Roboto, sans-serif;
    line-height: 1.3;
}
@media (max-width: 990px) {
    .bravo_wrap .bravo_detail_tour .bravo_content .g-header h1,
    .bravo_wrap .bravo_detail_tour .bravo_content .g-header h2 {
        font-size: 24px;
    }
}
@media (max-width: 766px) {
    .bravo_wrap .bravo_detail_tour .bravo_content .g-header h1,
    .bravo_wrap .bravo_detail_tour .bravo_content .g-header h2 {
        font-size: 18px;
    }
}
@media (max-width: 766px) {
    .bravo_wrap .bravo_detail_tour .bravo_content .g-header .address {
        margin-bottom: 5px;
    }
}
@media (max-width: 766px) {
    .bravo_wrap .bravo_detail_tour .bravo_content .g-header .left {
        flex: 0 0 100%;
    }
}
.bravo_wrap .bravo_detail_tour .bravo_content .g-header .right {
    min-width: 230px;
}
@media (max-width: 766px) {
    .bravo_wrap .bravo_detail_tour .bravo_content .g-header .right {
        display: none;
    }
}
.bravo_wrap .bravo_detail_tour .bravo_content .g-header .sub-heading {
    color: #5e6d77;
    font-size: 16px;
}
.bravo_wrap .bravo_detail_tour .bravo_content .g-header .sub-heading .fa {
    position: relative;
    top: 2px;
}
.bravo_wrap .bravo_detail_tour .bravo_content .g-header .review-score .head {
    display: flex;
    align-items: center;
    position: relative;
    font-size: 20px;
    color: #1a2b48;
    font-weight: 400;
    line-height: 25px;
    justify-content: flex-end;
}
.bravo_wrap .bravo_detail_tour .bravo_content .g-header .review-score .head .left {
    text-align: right;
}
.bravo_wrap .bravo_detail_tour .bravo_content .g-header .review-score .head .left .head-rating {
    display: block;
    line-height: 13px;
    margin-top: 8px;
}
.bravo_wrap .bravo_detail_tour .bravo_content .g-header .review-score .head .left .text-rating {
    color: #5191fa;
    font-size: 16px;
}
.bravo_wrap .bravo_detail_tour .bravo_content .g-header .review-score .head .score {
    position: relative;
    float: right;
    margin-left: 20px;
    padding: 10px 10px 0;
    background: #5191fa;
    border-radius: 4px;
    color: #fff;
    font-size: 26px;
    font-weight: 400;
    min-height: 45px;
}
.bravo_wrap .bravo_detail_tour .bravo_content .g-header .review-score .head .score span {
    font-size: 16px;
    color: #fff;
}
.bravo_wrap .bravo_detail_tour .bravo_content .g-header .review-score .head .score:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    bottom: 0;
    left: -8px;
    border: 15px solid transparent;
    border-bottom: 25px solid #5191fa;
}
.bravo_wrap .bravo_detail_tour .bravo_content .g-header .review-score .foot {
    color: #5e6d77;
    font-size: 16px;
    text-align: right;
}
.bravo_wrap .bravo_detail_tour .bravo_content .g-tour-feature {
    padding-top: 25px;
    padding-bottom: 15px;
    border-top: 1px solid #d7dce3;
    border-bottom: 1px solid #d7dce3;
    margin-bottom: 30px;
}
@media (max-width: 766px) {
    .bravo_wrap .bravo_detail_tour .bravo_content .g-tour-feature {
        padding-top: 5px;
        padding-bottom: 5px;
        margin-bottom: 15px;
    }
}
.bravo_wrap .bravo_detail_tour .bravo_content .g-tour-feature .item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
@media (max-width: 766px) {
    .bravo_wrap .bravo_detail_tour .bravo_content .g-tour-feature .item {
        margin-bottom: 0;
    }
}
.bravo_wrap .bravo_detail_tour .bravo_content .g-tour-feature .item .icon {
    margin-right: 20px;
    font-size: 45px;
    color: #1a2b48;
}
@media (max-width: 766px) {
    .bravo_wrap .bravo_detail_tour .bravo_content .g-tour-feature .item .icon {
        line-height: 55px;
        font-size: 40px;
    }
}
.bravo_wrap .bravo_detail_tour .bravo_content .g-tour-feature .item .info .name {
    font-size: 15px;
    color: #1a2b48;
    margin: 0 0 3px;
}
.bravo_wrap .bravo_detail_tour .bravo_content .g-tour-feature .item .info .value {
    font-size: 16px;
    color: #5e6d77;
    margin: 0;
}
.bravo_wrap .bravo_detail_tour .bravo_content .g-overview {
    margin-bottom: 30px;
}
 .bravo_content p {
    line-height: 35px;
        font-size: 17px;
}
.bravo_wrap .bravo_detail_tour .bravo_content .g-overview .description img {
    max-width: 100%;
    height: auto;
}
 
.bravo_wrap .bravo_detail_tour .bravo_content .g-overview ul {
    padding-left: 25px;
    Line-height:35px;
        margin-bottom: 30px;
}
@media (max-width: 990px) {
    .bravo_wrap .bravo_detail_tour .bravo_content .g-overview ul {
        padding-left: 15px;
    }
}
 
@media (max-width: 990px) {
    .bravo_wrap .bravo_detail_tour .bravo_content .g-overview ul li {
        margin-bottom: 10px;
    }
}
 
 
.bravo_wrap .bravo_detail_tour .bravo_content .g-attributes {
    margin-bottom: 15px;
}
.bravo_wrap .bravo_detail_tour .bravo_content .g-attributes .list-attributes {
    display: flex;
    flex-wrap: wrap;
}
.bravo_wrap .bravo_detail_tour .bravo_content .g-attributes .list-attributes .item {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 10px;
}
.bravo_wrap .bravo_detail_tour .bravo_content .g-attributes .list-attributes .item i {
    font-size: 16px;
    position: relative;
    color: #128ac2;
    margin-right: 8px;
}
.bravo_wrap .bravo_detail_tour .bravo_content .g-attributes .list-attributes .item i.icon-default {
    color: #5191fa;
}
@media (max-width: 768px) {
    .bravo_wrap .bravo_detail_tour .bravo_content .g-attributes .list-attributes .item {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media (max-width: 420px) {
    .bravo_wrap .bravo_detail_tour .bravo_content .g-attributes .list-attributes .item {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
.bravo_wrap .bravo_detail_tour .bravo_content .g-location {
    margin-bottom: 30px;
}
.bravo_wrap .bravo_detail_tour .bravo_content .g-location .location-title {
    justify-content: space-between;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
@media (max-width: 766px) {
    .bravo_wrap .bravo_detail_tour .bravo_content .g-location .location-title {
        display: block;
    }
}
.bravo_wrap .bravo_detail_tour .bravo_content .g-location .location-title .address {
    color: #5e6d77;
}
.bravo_wrap .bravo_detail_tour .bravo_content .g-location .location-title h4 {
    font-size: 18px;
}
.bravo_wrap .bravo_detail_tour .bravo_content .g-location .location-title h3 {
    font-size: 20px;
}
.bravo_wrap .bravo_detail_tour .bravo_content .g-location iframe {
    width: 100%;
}
.bravo_wrap .bravo_detail_tour .bravo_content .g-location #map_content {
    height: 450px;
}
@media (max-width: 766px) {
    .bravo_wrap .bravo_detail_tour .bravo_content .g-location #map_content {
        height: 300px;
    }
}
.bravo_wrap .bravo_detail_tour .bravo_content .g-gallery {
    margin: 10px 0;
    position: relative;
    min-height: 75px;
}
.bravo_wrap .bravo_detail_tour .bravo_content .g-gallery .fotorama .fotorama__arr.fotorama__arr--prev {
    left: 30px;
}
.bravo_wrap .bravo_detail_tour .bravo_content .g-gallery .fotorama .fotorama__arr.fotorama__arr--prev:after {
    content: "";
    background: url(../images/ico_pre.svg);
}
.bravo_wrap .bravo_detail_tour .bravo_content .g-gallery .fotorama .fotorama__arr.fotorama__arr--next {
    right: 30px;
}
.bravo_wrap .bravo_detail_tour .bravo_content .g-gallery .fotorama .fotorama__arr.fotorama__arr--next:after {
    content: "";
    background: url(../images/ico_next.svg);
}
.bravo_wrap .bravo_detail_tour .bravo_content .g-gallery .fotorama .fotorama__arr {
    border-radius: 3px;
    width: 40px;
    height: 40px;
    background: none;
    background-color: rgba(26, 43, 72, 0.6);
}
.bravo_wrap .bravo_detail_tour .bravo_content .g-gallery .fotorama .fotorama__arr:after {
    position: absolute;
    left: 50%;
    margin-left: -13px;
    top: 7px;
    width: 24px;
    height: 24px;
}
.bravo_wrap .bravo_detail_tour .bravo_content .g-gallery .fotorama .fotorama__fullscreen-icon {
    width: 40px;
    height: 40px;
    top: auto;
    bottom: 30px;
    right: 30px;
    background: none;
}
.bravo_wrap .bravo_detail_tour .bravo_content .g-gallery .fotorama .fotorama__fullscreen-icon:before {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    background: url(../images/ico_full_3.svg);
    left: 50%;
    margin-left: -11px;
    top: 7px;
    z-index: 1;
}
.bravo_wrap .bravo_detail_tour .bravo_content .g-gallery .fotorama .fotorama__fullscreen-icon:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(26, 43, 72, 0.5);
    border-radius: 3px;
}
.bravo_wrap .bravo_detail_tour .bravo_content .g-gallery .social {
    position: absolute;
    right: 30px;
    top: 30px;
}
.bravo_wrap .bravo_detail_tour .bravo_content .g-gallery .social .social-share {
    display: inline-flex;
}
.bravo_wrap .bravo_detail_tour .bravo_content .g-gallery .social .social-share:hover .share-wrapper {
    visibility: visible;
    opacity: 1;
}
.bravo_wrap .bravo_detail_tour .bravo_content .g-gallery .social .social-share a {
    text-decoration: none;
}
.bravo_wrap .bravo_detail_tour .bravo_content .g-gallery .social .social-share .social-icon {
    cursor: pointer;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(26, 43, 72, 0.7);
    color: #fff;
    font-size: 19px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding-top: 2px;
    margin-right: 10px;
}
.bravo_wrap .bravo_detail_tour .bravo_content .g-gallery .social .social-share .share-wrapper {
    visibility: hidden;
    opacity: 0;
    padding-left: 0;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;
    padding-top: 5px;
    transition: all 0.3s;
}
.bravo_wrap .bravo_detail_tour .bravo_content .g-gallery .social .social-share .share-wrapper li {
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
}
.bravo_wrap .bravo_detail_tour .bravo_content .g-gallery .social .social-share .share-wrapper li a {
    color: #1a2b48;
}
.bravo_wrap .bravo_detail_tour .bravo_content .g-gallery .social .service-wishlist {
    cursor: pointer;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(26, 43, 72, 0.7);
    color: #fff;
    font-size: 19px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding-top: 2px;
}
.bravo_wrap .bravo_detail_tour .bravo_content .g-gallery .social .service-wishlist.active .fa:before {
    content: "";
}
.bravo_wrap .bravo_detail_tour .bravo_content .g-faq {
    border-bottom: 1px solid #d7dce3;
    margin-bottom: 25px;
    border-top: 1px solid #d7dce3;
    padding-top: 25px;
}
.bravo_wrap .bravo_detail_tour .bravo_content .g-faq .item {
    border-bottom: 1px solid #d7dce3;
    margin-bottom: 10px;
}
.bravo_wrap .bravo_detail_tour .bravo_content .g-faq .item:last-child {
    border: none;
}
.bravo_wrap .bravo_detail_tour .bravo_content .g-faq .item .header {
    margin-bottom: 10px;
    overflow: hidden;
    padding-top: 15px;
    cursor: pointer;
}
.bravo_wrap .bravo_detail_tour .bravo_content .g-faq .item .header .field-icon {
    float: left;
    font-size: 25px;
    margin-right: 10px;
    top: -3px;
    position: relative;
}
.bravo_wrap .bravo_detail_tour .bravo_content .g-faq .item .header h5 {
    float: left;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: #1a2b48;
}
@media (max-width: 990px) {
    .bravo_wrap .bravo_detail_tour .bravo_content .g-faq .item .header h5 {
        font-size: 16px;
    }
}
.bravo_wrap .bravo_detail_tour .bravo_content .g-faq .item .header .arrow {
    float: right;
    font-size: 20px;
    position: relative;
    top: -8px;
}
.bravo_wrap .bravo_detail_tour .bravo_content .g-faq .item .body {
    font-size: 16px;
    color: #5e6d77;
    transition: all 0.3s;
    height: 0;
    overflow: hidden;
    padding-bottom: 0;
}
.bravo_wrap .bravo_detail_tour .bravo_content .g-faq .item.active .header .arrow {
    transform: rotate(180deg);
}
.bravo_wrap .bravo_detail_tour .bravo_content .g-faq .item.active .body {
    height: auto;
    padding-bottom: 20px;
}
.bravo_wrap .bravo_detail_tour .bravo_content .g-include-exclude {
    margin-bottom: 15px;
    padding: 15px 0 0;
}
.bravo_wrap .bravo_detail_tour .bravo_content .g-include-exclude .tab-pane .item {
    font-size: 18px;
    color: #768090;
    margin-bottom: 10px;
}
.bravo_wrap .bravo_detail_tour .bravo_content .g-include-exclude .tab-pane .item .icon-include {
    color: #2ecc71;
    font-size: 23px;
    position: relative;
    top: 4px;
    margin-right: 5px;
}
.bravo_wrap .bravo_detail_tour .bravo_content .g-include-exclude .tab-pane .item .icon-exclude {
    color: #fa5636;
    font-size: 22px;
    position: relative;
    top: 4px;
    margin-right: 5px;
}
.bravo_wrap .bravo_detail_tour .bravo_content .g-include-exclude h3,
.bravo_wrap .bravo_detail_tour .bravo_content .g-itinerary,
.bravo_wrap .bravo_detail_tour .bravo_content .g-itinerary h3 {
    margin-bottom: 15px;
}
.bravo_wrap .bravo_detail_tour .bravo_content .g-itinerary .schedule .schedule-content {
    padding: 0 20px;
    border-left: 1px solid #128ac2;
}
.bravo_wrap .bravo_detail_tour .bravo_content .g-itinerary .schedule .schedule-content .dot {
    height: 25px;
    width: 25px;
    background-color: #128ac2;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    top: 0;
    left: -33px;
}
.bravo_wrap .bravo_detail_tour .bravo_content .g-itinerary .schedule .schedule-content .item-schedule {
    position: relative;
}
.bravo_wrap .bravo_detail_tour .bravo_content .g-itinerary .schedule .schedule-content .item-schedule h4 {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 10px;
}
.bravo_wrap .bravo_detail_tour .bravo_content .g-itinerary .schedule .schedule-content .item-schedule .bold {
    font-weight: 700;
}
.bravo_wrap .bravo_detail_tour .bravo_content .g-itinerary .schedule .schedule-content em {
    white-space: pre-line;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 10px;
    letter-spacing: 0.3px;
    font-size: 16px !important;
    line-height: 1.8;
    font-family: sans-serif !important;
}
.bravo_wrap .bravo_detail_tour .bravo-list-tour-related {
    margin-top: 15px;
    border-top: 1px solid #eaeef3;
    margin-bottom: 15px;
}
@media (max-width: 990px) {
    .bravo_wrap .bravo_detail_tour .bravo-list-tour-related {
        border-top: 0;
    }
}
.bravo_wrap .bravo_detail_tour .bravo-list-tour-related h2 {
    font-size: 28px;
    margin-top: 35px;
    text-align: center;
    margin-bottom: 35px;
}
@media (max-width: 766px) {
    .bravo_wrap .bravo_detail_tour .bravo-list-tour-related h2 {
        margin-top: 10px;
        font-size: 24px;
        margin-bottom: 15px;
    }
}
.bravo_wrap .bravo_detail_tour .bravo-list-tour-related .item-tour {
    border: 1px solid #dfdfdf;
    border-radius: 3px;
    overflow: hidden;
    padding-bottom: 15px;
    position: relative;
    margin-bottom: 30px;
    font-family: Roboto, sans-serif;
}
.bravo_wrap .bravo_detail_tour .bravo-list-tour-related .item-tour a {
    text-decoration: none;
    transition: all 0.3s;
}
.bravo_wrap .bravo_detail_tour .bravo-list-tour-related .item-tour .sale_info {
    position: absolute;
    width: 80px;
    height: 48px;
    transform: rotate(45deg);
    right: -30px;
    top: -13px;
    line-height: 65px;
    text-align: center;
    color: #fff;
    font-size: 15px;
    z-index: 8;
    background-color: #c03;
}
.bravo_wrap .bravo_detail_tour .bravo-list-tour-related .item-tour .featured {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 13px;
    color: #fff;
    z-index: 8;
    background: url(../images/hanami.png);
    background-size: cover;
    width: 99px;
    height: 70px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
.bravo_wrap .bravo_detail_tour .bravo-list-tour-related .item-tour .thumb-image {
    overflow: hidden;
    height: 170px;
    background: #ccc;
}
.bravo_wrap .bravo_detail_tour .bravo-list-tour-related .item-tour .thumb-image a img {
    transition: all 0.3s;
    max-width: 100%;
}
.bravo_wrap .bravo_detail_tour .bravo-list-tour-related .item-tour .thumb-image a:hover img {
    transform: scale(1.1);
}
.bravo_wrap .bravo_detail_tour .bravo-list-tour-related .item-tour .thumb-image .service-wishlist {
    position: absolute;
    right: 5px;
    z-index: 10;
    bottom: 0;
    color: #fff;
    padding: 10px;
    cursor: pointer;
}
.bravo_wrap .bravo_detail_tour .bravo-list-tour-related .item-tour .thumb-image .service-wishlist i {
    transition: all 0.3s;
    font-size: 16px;
}
.bravo_wrap .bravo_detail_tour .bravo-list-tour-related .item-tour .thumb-image .service-wishlist.loading i,
.bravo_wrap .bravo_detail_tour .bravo-list-tour-related .item-tour .thumb-image .service-wishlist:hover i {
    color: #ff9290;
}
.bravo_wrap .bravo_detail_tour .bravo-list-tour-related .item-tour .thumb-image .service-wishlist.active i {
    color: red;
}
.bravo_wrap .bravo_detail_tour .bravo-list-tour-related .item-tour .location {
    font-size: 13px;
    color: #5e6d77;
    padding: 15px 15px 10px;
}
.bravo_wrap .bravo_detail_tour .bravo-list-tour-related .item-tour .location i {
    position: relative;
    font-size: 16px;
}
.bravo_wrap .bravo_detail_tour .bravo-list-tour-related .item-tour .category {
    padding: 0 15px;
}
.bravo_wrap .bravo_detail_tour .bravo-list-tour-related .item-tour .category .fa {
    color: #687882;
    opacity: 0.6;
}
.bravo_wrap .bravo_detail_tour .bravo-list-tour-related .item-tour .service-review {
    padding: 10px 15px 15px;
}
.bravo_wrap .bravo_detail_tour .bravo-list-tour-related .item-tour .service-review .list-star {
    display: inline-block;
    line-height: 13px;
    position: relative;
}
.bravo_wrap .bravo_detail_tour .bravo-list-tour-related .item-tour .service-review .list-star .booking-item-rating-stars {
    padding: 0;
    margin: 0;
    width: 90px;
}
.bravo_wrap .bravo_detail_tour .bravo-list-tour-related .item-tour .service-review .list-star .booking-item-rating-stars:after,
.bravo_wrap .bravo_detail_tour .bravo-list-tour-related .item-tour .service-review .list-star .booking-item-rating-stars:before {
    content: "";
    display: table;
    clear: both;
}
.bravo_wrap .bravo_detail_tour .bravo-list-tour-related .item-tour .service-review .list-star .booking-item-rating-stars li {
    list-style: none;
    float: left;
    margin-right: 5px;
}
.bravo_wrap .bravo_detail_tour .bravo-list-tour-related .item-tour .service-review .list-star .booking-item-rating-stars li:last-child {
    margin-right: 0;
}
.bravo_wrap .bravo_detail_tour .bravo-list-tour-related .item-tour .service-review .list-star .booking-item-rating-stars li .fa {
    font-size: 13px;
    color: #ffdc00;
}
.bravo_wrap .bravo_detail_tour .bravo-list-tour-related .item-tour .service-review .list-star .booking-item-rating-stars-active {
    position: absolute;
    width: 0;
    top: 0;
    left: 0;
    overflow: hidden;
}
.bravo_wrap .bravo_detail_tour .bravo-list-tour-related .item-tour .service-review .review {
    position: relative;
    top: -2px;
    font-size: 13px;
    color: #768092;
    margin-left: 10px;
}
.bravo_wrap .bravo_detail_tour .bravo-list-tour-related .item-tour .item-title {
    padding: 0 15px;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    min-height: 45px;
}
@media (max-width: 766px) {
    .bravo_wrap .bravo_detail_tour .bravo-list-tour-related .item-tour .item-title {
        min-height: auto;
    }
}
.bravo_wrap .bravo_detail_tour .bravo-list-tour-related .item-tour .item-title a {
    color: #1a2b50;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.bravo_wrap .bravo_detail_tour .bravo-list-tour-related .item-tour .info {
    padding: 0 15px;
    font-size: 14px;
}
.bravo_wrap .bravo_detail_tour .bravo-list-tour-related .item-tour .info:after,
.bravo_wrap .bravo_detail_tour .bravo-list-tour-related .item-tour .info:before {
    content: "";
    display: table;
    clear: both;
}
.bravo_wrap .bravo_detail_tour .bravo-list-tour-related .item-tour .info .duration {
    width: 40%;
    float: left;
    align-items: center;
    color: #5e6d77;
    position: relative;
    top: 5px;
}
.bravo_wrap .bravo_detail_tour .bravo-list-tour-related .item-tour .info .duration i {
    position: relative;
    font-size: 17px;
}
.bravo_wrap .bravo_detail_tour .bravo-list-tour-related .item-tour .info .g-price {
    width: 60%;
    float: left;
    text-align: right;
}
.bravo_wrap .bravo_detail_tour .bravo-list-tour-related .item-tour .info .g-price .prefix {
    color: #5e6d77;
    display: inline-block;
}
.bravo_wrap .bravo_detail_tour .bravo-list-tour-related .item-tour .info .g-price .prefix i {
    font-size: 16px;
    color: #ffc107;
}
.bravo_wrap .bravo_detail_tour .bravo-list-tour-related .item-tour .info .g-price .price {
    position: relative;
    display: inline-block;
}
.bravo_wrap .bravo_detail_tour .bravo-list-tour-related .item-tour .info .g-price .price .text-price {
    font-size: 18px;
    color: #128ac2;
    font-weight: 600;
}
.bravo_wrap .bravo_detail_tour .bravo-list-tour-related .item-tour .info .g-price .price .onsale {
    position: absolute;
    right: 0;
    top: -15px;
    text-decoration: line-through;
    font-size: 14px;
    color: #c03 !important;
    font-weight: 400;
}
.bravo_wrap .bravo_detail_tour .bravo-list-tour-related .item-tour.infobox-item {
    position: relative;
}
.bravo_wrap .bravo_detail_tour .bravo-list-tour-related .item-tour.infobox-item:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    border-color: transparent #fff #fff transparent;
    border-style: solid;
    border-width: 10px;
    bottom: -9px;
    left: 0;
    right: 0;
    margin: auto;
    transform: rotate(45deg);
    box-shadow: 1px 1px 0 #dfdfdf;
    background: #fff;
}
.bravo_wrap .bravo_detail_tour .bravo_single_book_wrap {
    margin-top: 20px;
}
@media (max-width: 990px) {
    .bravo_wrap .bravo_detail_tour .bravo_single_book_wrap {
        display: none;
        margin: 0;
    }
    .bravo_wrap .bravo_detail_tour .bravo_single_book_wrap #sticky-wrapper .bravo_tour_book {
        position: relative !important;
        top: 0 !important;
        width: auto !important;
    }
    .bravo_wrap .bravo_detail_tour .bravo_single_book_wrap.show {
        position: fixed;
        z-index: 3000;
        left: 0;
        right: 0;
        padding: 20px !important;
        overflow: scroll;
        height: 100%;
        top: 0;
        display: flex !important;
        width: 100%;
        flex-wrap: wrap;
        align-items: center;
    }
    .bravo_wrap .bravo_detail_tour .bravo_single_book_wrap.show .bravo_tour_book {
        flex-grow: 1;
    }
    .bravo_wrap .bravo_detail_tour .bravo_single_book_wrap.show #sticky-wrapper {
        height: auto !important;
        flex: 1;
    }
    .bravo_wrap .bravo_detail_tour .bravo_single_book_wrap.show .form-head {
        padding: 10px 15px;
    }
    .bravo_wrap .bravo_detail_tour .bravo_single_book_wrap.show .form-head .price .value .onsale {
        display: inline-block;
        font-size: 16px;
    }
    .bravo_wrap .bravo_detail_tour .bravo_single_book_wrap.show .date-wrapper,
    .bravo_wrap .bravo_detail_tour .bravo_single_book_wrap.show .form-guest-search,
    .bravo_wrap .bravo_detail_tour .bravo_single_book_wrap.show .form-section-group {
        padding: 10px 15px;
    }
    .bravo_wrap .bravo_detail_tour .bravo_single_book_wrap.show label {
        margin: 0 !important;
    }
    .bravo_wrap .bravo_detail_tour .bravo_single_book_wrap.show .form-section-group .form-section-title {
        font-size: 16px;
    }
    .bravo_wrap .bravo_detail_tour .bravo_single_book_wrap.show .form-section-group .form-group {
        padding-top: 0;
    }
    .bravo_wrap .bravo_detail_tour .bravo_single_book_wrap.show .form-section-group .form-group:last-child {
        padding-bottom: 0;
    }
    .bravo_wrap .bravo_detail_tour .bravo_single_book_wrap.show .submit-group {
        padding: 10px 15px;
        text-align: right;
    }
    .bravo_wrap .bravo_detail_tour .bravo_single_book_wrap.show .submit-group .btn {
        padding: 7px 16px 5px;
        font-size: 14px;
        width: auto;
    }
}
.bravo_wrap .bravo_detail_tour .bravo_single_book {
    border: 1px solid #d7dce3;
    border-top: 5px solid #128ac2;
    border-radius: 0 0 4px 4px;
    background: #fff;
    position: relative;
    width: 100%;
}
.bravo_wrap .bravo_detail_tour .bravo_single_book .tour-sale-box {
    position: absolute;
    top: -5px;
    overflow: hidden;
    height: 70px;
    width: 70px;
    right: -1px;
}
.bravo_wrap .bravo_detail_tour .bravo_single_book .tour-sale-box .sale_class {
    position: absolute;
    width: 90px;
    height: 48px;
    transform: rotate(45deg);
    right: -30px;
    top: -9px;
    line-height: 65px;
    text-align: center;
    color: #fff;
    font-size: 15px;
    z-index: 8;
    background-color: #c03;
}
.bravo_wrap .bravo_detail_tour .bravo_single_book .form-head {
    position: relative;
    padding: 20px;
    color: #5e6d77;
    font-size: 14px;
    border-bottom: 1px solid #d7dce3;
}
.bravo_wrap .bravo_detail_tour .bravo_single_book .form-head .price {
    display: flex;
    align-items: flex-end;
    font-size: 18px;
    color: #1a2b48;
    font-weight: 500;
}
.bravo_wrap .bravo_detail_tour .bravo_single_book .form-head .price .label {
    font-size: 14px;
    color: #5e6d77;
    font-weight: 400;
    padding: 0 10px 0 0;
    position: relative;
    top: -3px;
}
.bravo_wrap .bravo_detail_tour .bravo_single_book .form-head .price .value {
    line-height: 28px;
}
.bravo_wrap .bravo_detail_tour .bravo_single_book .form-head .price .value .text-lg {
    font-weight: 500;
    font-size: 24px;
    color: #00001e;
}
.bravo_wrap .bravo_detail_tour .bravo_single_book .form-head .price .value .onsale {
    display: block;
    text-decoration: line-through;
    font-size: 17px;
    color: #c03 !important;
    font-weight: 400;
    line-height: 20px;
}
.bravo_wrap .bravo_detail_tour .bravo_single_book .form-content .form-group {
    margin-bottom: 0;
    border-bottom: 1px solid #d7dce3;
}
.bravo_wrap .bravo_detail_tour .bravo_single_book .form-content .form-group .item-disable .icon,
.bravo_wrap .bravo_detail_tour .bravo_single_book .form-content .form-group .item-disable .render,
.bravo_wrap .bravo_detail_tour .bravo_single_book .form-content .form-group .item-disable input,
.bravo_wrap .bravo_detail_tour .bravo_single_book .form-content .form-group .item-disable label {
    color: #888 !important;
}
.bravo_wrap .bravo_detail_tour .bravo_single_book .form-date-search,
.bravo_wrap .bravo_detail_tour .bravo_single_book .form-date-search-hotel {
    position: relative;
}
.bravo_wrap .bravo_detail_tour .bravo_single_book .form-date-search-hotel .start_date,
.bravo_wrap .bravo_detail_tour .bravo_single_book .form-date-search .start_date {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
}
.bravo_wrap .bravo_detail_tour .bravo_single_book .date-wrapper,
.bravo_wrap .bravo_detail_tour .bravo_single_book .form-guest-search {
    padding: 15px 20px;
    display: flex;
    align-items: center;
}
.bravo_wrap .bravo_detail_tour .bravo_single_book .date-wrapper .check-in-wrapper,
.bravo_wrap .bravo_detail_tour .bravo_single_book .date-wrapper .guest-wrapper,
.bravo_wrap .bravo_detail_tour .bravo_single_book .form-guest-search .check-in-wrapper,
.bravo_wrap .bravo_detail_tour .bravo_single_book .form-guest-search .guest-wrapper {
    padding: 0;
    width: 100%;
    float: left;
}
.bravo_wrap .bravo_detail_tour .bravo_single_book .date-wrapper .check-in-wrapper label,
.bravo_wrap .bravo_detail_tour .bravo_single_book .date-wrapper .guest-wrapper label,
.bravo_wrap .bravo_detail_tour .bravo_single_book .form-guest-search .check-in-wrapper label,
.bravo_wrap .bravo_detail_tour .bravo_single_book .form-guest-search .guest-wrapper label {
    font-size: 16px;
    color: #1a2b48;
    font-weight: 500;
    margin-bottom: 5px;
}
.bravo_wrap .bravo_detail_tour .bravo_single_book .date-wrapper .check-in-wrapper .render,
.bravo_wrap .bravo_detail_tour .bravo_single_book .date-wrapper .guest-wrapper .render,
.bravo_wrap .bravo_detail_tour .bravo_single_book .form-guest-search .check-in-wrapper .render,
.bravo_wrap .bravo_detail_tour .bravo_single_book .form-guest-search .guest-wrapper .render {
    font-size: 13px;
    color: #5e6d77;
}
.bravo_wrap .bravo_detail_tour .bravo_single_book .date-wrapper .fa,
.bravo_wrap .bravo_detail_tour .bravo_single_book .form-guest-search .fa {
    font-size: 25px;
}
.bravo_wrap .bravo_detail_tour .bravo_single_book .date-wrapper .input-number-group .input input,
.bravo_wrap .bravo_detail_tour .bravo_single_book .form-guest-search .input-number-group .input input {
    border: 1px solid #d7dce3;
    background: none;
    width: 35px;
    text-align: center;
    color: #000;
    margin-left: 15px;
}
.bravo_wrap .bravo_detail_tour .bravo_single_book .form-section-group {
    padding: 15px 20px;
}
.bravo_wrap .bravo_detail_tour .bravo_single_book .form-section-group .form-section-title {
    font-size: 18px;
}
.bravo_wrap .bravo_detail_tour .bravo_single_book .form-section-group label {
    font-size: inherit;
    color: #1a2b48;
    font-weight: 500;
    margin-bottom: 0;
}
.bravo_wrap .bravo_detail_tour .bravo_single_book .form-section-group .render {
    font-size: 13px;
    color: #5e6d77;
}
.bravo_wrap .bravo_detail_tour .bravo_single_book .form-section-group .form-group {
    padding: 10px 0;
    border-bottom: 0;
}
.bravo_wrap .bravo_detail_tour .bravo_single_book .submit-group {
    border-top: 1px solid #d7dce3;
    padding: 20px;
}
.bravo_wrap .bravo_detail_tour .bravo_single_book .submit-group .btn {
    width: 100%;
    font-size: 16px;
    padding: 12px 25px;
    color: #fff;
}
.bravo_wrap .bravo_detail_tour .bravo_single_book .submit-group .alert-text {
    margin-top: 10px;
}
.bravo_wrap .bravo_detail_tour .bravo_single_book .form-section-total {
    border-top: 1px solid #d7dce3;
    padding: 15px 20px;
}
.bravo_wrap .bravo_detail_tour .bravo_single_book .form-section-total label {
    font-size: 16px;
    margin-bottom: 0;
}
.bravo_wrap .bravo_detail_tour .bravo_single_book .form-section-total .price {
    float: right;
}
.bravo_wrap .bravo_detail_tour .bravo_single_book .nav-enquiry {
    background: #f9f9f9;
    padding: 20px;
    border-bottom: 1px solid #d7dce3;
    display: flex;
}
.bravo_wrap .bravo_detail_tour .bravo_single_book .nav-enquiry .enquiry-item {
    flex: 0 0 50%;
    text-align: center;
}
.bravo_wrap .bravo_detail_tour .bravo_single_book .nav-enquiry .enquiry-item span {
    color: #1a2b4e;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 18px;
    font-family: Roboto, sans-serif;
    display: inline-block;
    border-bottom: 1px solid transparent;
    cursor: pointer;
}
.bravo_wrap .bravo_detail_tour .bravo_single_book .nav-enquiry .enquiry-item.active span {
    border-bottom: 1px solid #128ac2;
    color: #128ac2;
}
.bravo_wrap .bravo_detail_tour .bravo_single_book .form-enquiry {
    padding: 20px;
}
.bravo_wrap .bravo_detail_tour .bravo_single_book .form-enquiry .btn-primary {
    width: 100%;
    color: #fff;
    font-size: 16px;
}
.bravo_wrap .bravo_detail_tour .bravo_single_book .form-enquiry .btn-primary.is-success {
    background: #797979 !important;
}
.bravo_wrap .bravo_detail_tour .bravo_single_book .form-enquiry .btn-primary.is-success .fa {
    display: none;
}
.bravo_wrap .bravo_detail_tour .bravo_single_book .form-enquiry .form-control {
    border-top: none;
    border-left: none;
    border-right: none;
}
.bravo_wrap .bravo_detail_tour .bravo_single_book .form-enquiry textarea {
    height: 100px;
}
.bravo_wrap .bravo_detail_tour .bravo_single_book .form-enquiry .alert-text {
    margin-top: 10px;
}
.bravo_wrap .bravo_detail_tour .bravo_single_book .form-send-enquiry {
    text-align: center;
    margin: 20px 0;
}
.bravo_wrap .bravo_detail_tour .bravo-more-book-mobile {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 11;
    display: none;
    border-top: 1px solid #ddd;
}
@media (max-width: 990px) {
    .bravo_wrap .bravo_detail_tour .bravo-more-book-mobile {
        display: block;
    }
}
.bravo_wrap .bravo_detail_tour .bravo-more-book-mobile .container {
    align-items: center;
    display: flex;
    -ms-flex-wrap: wrap;
    height: 65px;
    flex-wrap: wrap;
}
.bravo_wrap .bravo_detail_tour .bravo-more-book-mobile .left,
.bravo_wrap .bravo_detail_tour .bravo-more-book-mobile .right {
    flex: 0 0 50%;
    max-width: 50%;
}
.bravo_wrap .bravo_detail_tour .bravo-more-book-mobile .left .g-price .prefix {
    color: #5e6d77;
    display: inline-block;
}
.bravo_wrap .bravo_detail_tour .bravo-more-book-mobile .left .g-price .prefix i {
    font-size: 16px;
    color: #ffc107;
}
.bravo_wrap .bravo_detail_tour .bravo-more-book-mobile .left .g-price .fr_text {
    font-size: 12px;
}
.bravo_wrap .bravo_detail_tour .bravo-more-book-mobile .left .g-price .price {
    position: relative;
    display: inline-block;
}
.bravo_wrap .bravo_detail_tour .bravo-more-book-mobile .left .g-price .price .text-price {
    font-size: 20px;
    color: #1a2b48;
    font-weight: 500;
}
.bravo_wrap .bravo_detail_tour .bravo-more-book-mobile .left .g-price .price .onsale {
    text-decoration: line-through;
    font-size: 16px;
    color: #c03 !important;
    font-weight: 400;
}
.bravo_wrap .bravo_detail_tour .bravo-more-book-mobile .left .g-price i {
    font-size: 18px;
}
.bravo_wrap .bravo_detail_tour .bravo-more-book-mobile .left .service-review .list-star {
    display: inline-block;
    line-height: 13px;
    position: relative;
}
.bravo_wrap .bravo_detail_tour .bravo-more-book-mobile .left .service-review .list-star .booking-item-rating-stars {
    padding: 0;
    margin: 0;
    width: 90px;
}
.bravo_wrap .bravo_detail_tour .bravo-more-book-mobile .left .service-review .list-star .booking-item-rating-stars:after,
.bravo_wrap .bravo_detail_tour .bravo-more-book-mobile .left .service-review .list-star .booking-item-rating-stars:before {
    content: "";
    display: table;
    clear: both;
}
.bravo_wrap .bravo_detail_tour .bravo-more-book-mobile .left .service-review .list-star .booking-item-rating-stars li {
    list-style: none;
    float: left;
    margin-right: 5px;
}
.bravo_wrap .bravo_detail_tour .bravo-more-book-mobile .left .service-review .list-star .booking-item-rating-stars li:last-child {
    margin-right: 0;
}
.bravo_wrap .bravo_detail_tour .bravo-more-book-mobile .left .service-review .list-star .booking-item-rating-stars li .fa {
    font-size: 15px;
    color: #ffdc00;
}
.bravo_wrap .bravo_detail_tour .bravo-more-book-mobile .left .service-review .list-star .booking-item-rating-stars-active {
    position: absolute;
    width: 0;
    top: 0;
    left: 0;
    overflow: hidden;
}
.bravo_wrap .bravo_detail_tour .bravo-more-book-mobile .left .service-review .review {
    position: relative;
    top: -2px;
    font-size: 13px;
    color: #768092;
    margin-left: 10px;
}
@media (max-width: 340px) {
    .bravo_wrap .bravo_detail_tour .bravo-more-book-mobile .left .service-review .review {
        display: none;
    }
}
.bravo_wrap .bravo_detail_tour .bravo-more-book-mobile .right {
    text-align: right;
}
.bravo_wrap .bravo_detail_tour .bravo-more-book-mobile .btn-primary {
    padding: 8px 20px 6px;
    color: #fff;
    text-transform: uppercase;
}
.bravo_wrap .bravo_detail_tour .hotel_rooms_form .nav-enquiry {
    background: #f9f9f9;
    padding: 20px;
    display: flex;
    border: 1px solid #d7dce3;
    border-top: 5px solid #128ac2;
}
.bravo_wrap .bravo_detail_tour .hotel_rooms_form .nav-enquiry .enquiry-item {
    flex: 0 0 50%;
    text-align: center;
}
.bravo_wrap .bravo_detail_tour .hotel_rooms_form .nav-enquiry .enquiry-item span {
    color: #1a2b4e;
    text-transform: uppercase;
    font-weight: 500;
    display: inline-block;
    border-bottom: 1px solid transparent;
    cursor: pointer;
}
.bravo_wrap .bravo_detail_tour .hotel_rooms_form .nav-enquiry .enquiry-item.active span {
    border-bottom: 1px solid #128ac2;
    color: #128ac2;
}
.bravo_wrap .bravo_detail_tour .hotel_rooms_form .form-enquiry {
    padding: 20px;
}
.bravo_wrap .bravo_detail_tour .hotel_rooms_form .form-enquiry .btn-primary {
    width: 100%;
    color: #fff;
    font-size: 16px;
}
.bravo_wrap .bravo_detail_tour .hotel_rooms_form .form-enquiry .btn-primary.is-success {
    background: #797979 !important;
}
.bravo_wrap .bravo_detail_tour .hotel_rooms_form .form-enquiry .btn-primary.is-success .fa {
    display: none;
}
.bravo_wrap .bravo_detail_tour .hotel_rooms_form .form-enquiry .form-control {
    border-top: none;
    border-left: none;
    border-right: none;
}
.bravo_wrap .bravo_detail_tour .hotel_rooms_form .form-enquiry textarea {
    height: 100px;
}
.bravo_wrap .bravo_detail_tour .hotel_rooms_form .form-enquiry .alert-text {
    margin-top: 10px;
}
.bravo_wrap .bravo_detail_tour .hotel_rooms_form .form-enquiry {
    border: 1px solid #d7dce3;
    border-top: none;
}
.bravo_wrap .bravo_detail_tour .hotel_rooms_form .form-enquiry .btn-primary {
    width: 180px;
}
.bravo_wrap .bravo_detail_tour #enquiry_form_modal,
.bravo_wrap .bravo_detail_tour #enquiry_form_modal .modal-dialog {
    z-index: 9999;
}
.bravo_wrap .bravo_detail_tour #enquiry_form_modal:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: #000;
    z-index: 9998;
    bottom: 0;
    right: 0;
    opacity: 0.8;
}

@media(max-width: 766px) {
    .bravo-booking-page {
    padding: 15px 0px;
}
}@media(max-width: 766px) {
    .bravo-booking-page #bravo-checkout-page .col-md-8 {
    order: 2;
}
.bravo-booking-page #bravo-checkout-page .col-md-4 {
    order: 1;
}
}@media(max-width: 990px) {
    .bravo-booking-page .row .col-md-8 {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%}
.bravo-booking-page .row .col-md-4 {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%}
}@media(max-width: 766px) {
    .bravo-booking-page .row .col-md-8, .bravo-booking-page .row .col-md-4 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%}
}.bravo-booking-page .form-title {
    margin: 0;
    color: #1a2b48;
    font-size: 24px;
    font-weight: 500;
    border-bottom: 2px solid #dae1e7;
    padding-bottom: 20px;
    margin-bottom: 30px;
}
@media(max-width: 766px) {
    .bravo-booking-page .form-title {
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-size: 22px;
}
}.bravo-booking-page .form-group {
    margin-bottom: 20px;
}
@media(max-width: 766px) {
    .bravo-booking-page .form-group {
    margin-bottom: 15px;
}
}.bravo-booking-page .form-section {
    margin-bottom: 20px;
}
.bravo-booking-page .form-section .form-section-title {
    margin-bottom: 20px;
    font-size: 18px;
}
@media(max-width: 766px) {
    .bravo-booking-page .form-section .form-section-title {
    margin-bottom: 15px;
}
}@media(max-width: 766px) {
    .bravo-booking-page .form-actions {
    text-align: center;
}
}.bravo-booking-page .form-actions .btn {
    padding-left: 50px;
    padding-right: 50px;
}
.bravo-booking-page .term-conditions-checkbox {
    margin-bottom: 0;
}
@media(max-width: 766px) {
    .booking-review {
    margin-top: 10px;
}
}.booking-review .booking-review-title {
    color: #1a2b48;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 20px;
}
@media(max-width: 766px) {
    .booking-review .booking-review-title {
    font-size: 22px;
}
}.booking-review .booking-review-content {
    margin-bottom: 30px;
    border: 1px solid #d7dce3;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1);
    border-radius: 3px;
}
@media(max-width: 766px) {
    .booking-review .booking-review-content {
    margin-bottom: 20px;
}
}.booking-review .booking-review-content .review-section {
    padding: 30px;
    border-bottom: 1px solid #eaeef3;
}
@media(max-width: 990px) {
    .booking-review .booking-review-content .review-section {
    padding: 10px 15px;
}
}.booking-review .booking-review-content .review-section .service-info img {
    max-width: 110px;
}
.booking-review .booking-review-content .review-section:last-child {
    border-bottom: 0px;
}
.booking-review .booking-review-content .service-info h3 {
    font-size: 16px;
    line-height: initial;
    color: #1a2b48;
}
.booking-review .booking-review-content .service-info .service-name {
    margin-bottom: 0px;
}
.booking-review .booking-review-content .service-info .service-name a {
    color: #1a2b48;
    font-size: 16px;
    line-height: 25px;
    font-weight: 500;
}
.booking-review .booking-review-content .service-info .service-name a:hover {
    text-decoration: none;
}
.booking-review .booking-review-content .service-info .address {
    color: #5e6d77;
    margin-bottom: 0px;
}
.booking-review .booking-review-content .service-info img {
    margin-top: 10px;
}
.booking-review .booking-review-content .review-list {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.booking-review .booking-review-content .review-list li {
    margin-bottom: 13px;
    display: flex;
    justify-content: space-between;
}
.booking-review .booking-review-content .review-list li .val {
    color: #5e6d77;
}
.booking-review .booking-review-content .review-list li:last-child {
    margin-bottom: 0px;
}
.booking-review .booking-review-content .review-list li.no-flex {
    display: block;
}
.booking-review .booking-review-content .review-list li ul {
    padding-left: 15px;
}
.booking-review .booking-review-content .review-list li.final-total {
    border-top: 1px solid #eaeef3;
    padding-top: 10px;
    font-size: 19px;
}
.booking-review .booking-review-content .review-list li.final-total .label {
    font-weight: 500;
}
.booking-review .booking-review-content .review-list li.final-total .val {
    font-weight: 500;
    color: #3490dc;
}
.booking-review .booking-review-content .review-list li .label i {
    color: #a9a9a9;
    font-size: 15px;
}
.booking-review .booking-review-content .info-form>ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.booking-review .booking-review-content .info-form>ul li {
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #dae1e7;
}
.booking-review .booking-review-content .info-form>ul li:last-child {
    border-bottom: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.booking-review .booking-review-content .info-form>ul li .val {
    color: #5e6d77;
}
.booking-review .booking-review-content .info-form>ul li:last-child {
    margin-bottom: 0px;
}
.booking-review .booking-review-content .info-form>ul li.no-flex {
    display: block;
}
.booking-review .booking-review-content .info-form>ul li ul {
    padding-left: 15px;
}
.gateways-table .card {
    margin-top: -1px;
}
.gateways-table .card-header h4 {
    font-size: 16px;
    font-weight: 500;
}
.gateways-table .card-header h2 {
    padding: 0px;
    margin: 0px;
}
.gateways-table .card-header label {
    margin: 0px;
}
.gateways-table .card-header label img {
    max-height: 50px;
}
.gateways-table #gateway_stripe .gateway_name {
    display: none;
}
.gateways-table #gateway_stripe .card_stripe {
    width: auto;
    max-width: 500px;
    position: relative;
}
.gateways-table #gateway_stripe .card_stripe label {
    display: inline-block;
    width: 100%;
    position: relative;
}
.gateways-table #gateway_stripe .card_stripe label span {
    min-width: 150px;
    display: inline-block;
}
.gateways-table #gateway_stripe .card_stripe label:not(:last-child) {
    border-bottom: 1px solid #f0f5fa;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.gateways-table #gateway_stripe .card_stripe label i {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 24px;
    color: #ccc;
}
.gateways-table #gateway_stripe .card_stripe input {
    border: none;
    box-shadow: none;
    outline: none;
}
.gateways-table #gateway_stripe .card_stripe .input {
    display: inline-block;
    width: 200px;
    position: relative;
    top: 5px;
}
.gateways-table #gateway_stripe .card_stripe i.bg {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 100px;
    color: #ccc;
    transform: rotate(0deg);
    z-index: 1;
}
@media(max-width: 424px) {
    .gateways-table #gateway_stripe .card_stripe i.bg {
    display: none;
}
}@media(max-width: 766px) {
    .booking-success-detail .booking-review {
    margin-top: 20px;
}
.booking-success-detail .booking-review .booking-review-content {
    margin-bottom: 0;
}
.booking-success-detail .col-md-8 {
    order: 2;
}
.booking-success-detail .col-md-4 {
    order: 1;
}
.booking-success-detail .btn {
    margin-top: 20px;
}
.booking-success-detail .booking-review .booking-review-content .info-form>ul li {
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.booking-success-detail .booking-review .booking-review-content .info-form>ul li:last-child {
    margin-bottom: 0px;
}
}.booking-success-notice {
    margin-bottom: 70px;
}
@media(max-width: 766px) {
    .booking-success-notice {
    margin-bottom: 0;
    border-bottom: solid 1px #ccc;
    padding-bottom: 10px;
}
.booking-success-notice .d-flex {
    display: block !important;
    text-align: left;
}
.booking-success-notice .d-flex img {
    margin: auto;
    display: block;
}
}.booking-success-notice .notice-success {
    margin-left: 20px;
}
@media(max-width: 766px) {
    .booking-success-notice .notice-success {
    margin: 10px 0 0;
}
}.booking-success-notice .notice-success .line1 {
    margin-bottom: 0px;
    font-size: 24px;
    color: #00001e;
    line-height: 35px;
}
@media(max-width: 990px) {
    .booking-success-notice .notice-success .line1 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 10px;
}
}@media(max-width: 766px) {
    .booking-success-notice .notice-success .line1 {
    font-size: 16px;
    line-height: initial;
    margin-bottom: 5px;
}
}.booking-success-notice .notice-success .line1 span {
    color: #1a2b48;
    font-weight: 600;
}
.booking-success-notice .notice-success .line2 {
    font-size: 16px;
    color: #5e6d77;
    margin-bottom: 0px;
}
@media(max-width: 766px) {
    .booking-success-notice .notice-success .line2 {
    font-size: 14px;
}
}.booking-success-notice .booking-info-detail {
    margin: 0px;
    padding: 0px;
    border-left: 3px solid #5191fa;
    padding-left: 30px;
}
@media(max-width: 766px) {
    .booking-success-notice .booking-info-detail {
    padding-left: 10px;
    margin: 20px 0px;
    border: none;
    text-align: left;
}
}.booking-success-notice .booking-info-detail li {
    list-style: none;
    font-size: 16px;
    color: #818181;
    padding: 5px 0;
}
.booking-success-notice .booking-info-detail li span {
    font-weight: 500;
    color: #000;
}
.accordion>.card:first-of-type {
    border: 1px solid rgba(0, 0, 0, .125);
}

#page .single_post img{
	max-width: 100%;
	height: auto;
	object-fit: cover;
}

/*hotel*/

@charset "UTF-8";
.hotel_rooms_form .form-search-rooms {
    border: 1px solid #d7dce3;
    border-bottom: 5px solid #5191fa;
    margin-bottom: 25px;
}
@media (max-width: 766px) {
    .hotel_rooms_form .form-search-rooms {
        border-bottom: none;
    }
}
.hotel_rooms_form .form-search-rooms .form-search-row > div {
    border-right: 1px solid #d7dce3;
}
.hotel_rooms_form .form-search-rooms .form-search-row > div:last-child {
    border-right: 0;
}
.hotel_rooms_form .form-search-rooms .form-search-row > div .form-group {
    position: relative;
    margin-bottom: 0;
    cursor: pointer;
}
.hotel_rooms_form .form-search-rooms .form-search-row > div .form-group .form-content {
    padding: 15px 5px;
}
.hotel_rooms_form .form-search-rooms .form-search-row > div .form-group .form-label {
    font-size: 16px;
    color: #5e6d77;
    font-family: Roboto, sans-serif;
    margin-bottom: 0;
}
.hotel_rooms_form .form-search-rooms .form-search-row > div .form-group .render {
    font-size: 16px;
    color: #5191fa;
}
.hotel_rooms_form .form-search-rooms .form-search-row > div .form-group .start_date {
    position: absolute;
    bottom: -5px;
    left: -15px;
    right: -15px;
}
@media (max-width: 766px) {
    .hotel_rooms_form .form-search-rooms .form-search-row > div .form-group .start_date {
        bottom: 0;
        left: 0;
    }
}
.hotel_rooms_form .form-search-rooms .form-search-row > div .form-group .select-guests-dropdown {
    margin-left: -15px;
    margin-right: -16px;
}
.hotel_rooms_form .form-search-rooms .form-search-row > div .dropdown-toggle:after {
    display: none;
}
.hotel_rooms_form .form-search-rooms .form-search-row > div .arrow {
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -5px;
    font-size: 22px;
    color: #a0a9b2;
}
.hotel_rooms_form .form-search-rooms .form-search-row > div.col-btn {
    padding: 0;
    flex-grow: 1;
}
.hotel_rooms_form .form-search-rooms .form-search-row .g-button-submit {
    height: 100%;
    display: flex;
    width: 100%;
}
.hotel_rooms_form .form-search-rooms .form-search-row .g-button-submit .btn {
    flex-grow: 1;
    font-size: 16px;
    text-transform: uppercase;
    border-radius: 0;
    margin-right: -1px;
}
.hotel_rooms_form .hotel_room_book_status {
    border: 1px solid #d7dce3;
    padding: 15px;
    margin-top: 20px;
    position: relative;
}
@media (max-width: 766px) {
    .hotel_rooms_form .hotel_room_book_status {
        padding: 10px 15px;
    }
}
.hotel_rooms_form .hotel_room_book_status .control-book {
    text-align: right;
}
@media (max-width: 766px) {
    .hotel_rooms_form .hotel_room_book_status .control-book {
        position: static;
        margin-top: 0;
        text-align: left;
    }
    .hotel_rooms_form .hotel_room_book_status .control-book .total-room-price {
        display: none;
    }
    .hotel_rooms_form .hotel_room_book_status .control-book .btn {
        padding: 5px 10px;
    }
}
.hotel_rooms_form .hotel_room_book_status label {
    margin-bottom: 0;
}
.hotel_rooms_form .hotel_room_book_status .render {
    font-size: 12px;
    color: #464646;
    display: inline-block;
}
.hotel_rooms_form .hotel_room_book_status.sticky {
    position: fixed;
    bottom: 0;
    background: #fff;
    z-index: 10;
    box-shadow: 0 -2px 10px 0 #b5b5b5;
    transform: translateY(100%);
}
.hotel_rooms_form .hotel_room_book_status.sticky.active {
    transition: all 0.3s;
    transform: translate(0);
}
.hotel_rooms_form .hotel_room_book_status .is_mobile {
    display: none !important;
}
@media (max-width: 766px) {
    .hotel_rooms_form .hotel_room_book_status .is_mobile {
        display: flex !important;
    }
}
.hotel_rooms_form .hotel_room_book_status .total-room-price {
    font-size: 23px;
    font-weight: 600;
    color: #ff3f19;
}
.hotel_rooms_form .hotel_room_book_status .total-room-price span {
    color: #000;
    font-size: 16px;
    font-weight: 500;
}
@media (max-width: 766px) {
    .hotel_rooms_form .hotel_room_book_status .total-room-price {
        font-size: 18px;
    }
}
.hotel_rooms_form .hotel_room_book_status .row_extra_service {
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
}
.hotel_rooms_form .hotel_room_book_status .row_extra_service label {
    display: inline-block;
    margin-bottom: 5px;
}
.hotel_rooms_form .hotel_room_book_status .row_extra_service .form-group {
    margin-bottom: 0;
}
.hotel_rooms_form .hotel_room_book_status .row_extra_service .extra-item {
    margin-bottom: 5px;
}
.hotel_rooms_form .hotel_room_book_status .row_total_price .col-md-6 {
    position: static;
    min-height: 70px;
}
.hotel_rooms_form .hotel_room_book_status .row_total_price .col-md-6:nth-child(2) {
    border-left: 1px solid #ccc;
}
@media (max-width: 766px) {
    .hotel_rooms_form .hotel_room_book_status .row_total_price .col-md-6:nth-child(2) {
        border: none;
        min-height: auto;
    }
}
.hotel_rooms_form .heading-section {
    margin: 20px 0;
}
.hotel_rooms_form .hotel_list_rooms {
    border: 1px solid #d7dce3;
}
@media (max-width: 766px) {
    .hotel_rooms_form .hotel_list_rooms {
        border: none;
    }
}
.hotel_rooms_form .hotel_list_rooms .room-item {
    border: 1px solid #d7dce3;
    border-bottom: 0;
    margin: -1px;
}
@media (max-width: 766px) {
    .hotel_rooms_form .hotel_list_rooms .room-item {
        border-bottom: 1px solid #d7dce3;
        margin-bottom: 15px;
    }
    .hotel_rooms_form .hotel_list_rooms .room-item:last-child {
        margin-bottom: 0;
    }
}
.hotel_rooms_form .hotel_list_rooms .room-item:last-child {
    border-bottom: 1px solid #d7dce3;
}
.hotel_rooms_form .hotel_list_rooms .room-item .image {
    position: relative;
    cursor: pointer;
    overflow: hidden;
}
@media (max-width: 1023px) {
    .hotel_rooms_form .hotel_list_rooms .room-item .image {
        max-height: 200px;
    }
}
.hotel_rooms_form .hotel_list_rooms .room-item .image img {
    max-width: 100%;
    height: auto;
}
.hotel_rooms_form .hotel_list_rooms .room-item .image .count-gallery {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    transition: 0.2s;
    position: absolute;
    bottom: 0;
    right: 0;
    color: #fff;
    background: rgba(0, 0, 0, 0.7);
    padding: 5px 7px;
    font-size: 13px;
    line-height: 1em;
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
    filter: none;
    background: rgba(0, 0, 0, 0.5);
}
.hotel_rooms_form .hotel_list_rooms .room-item .image .count-gallery i {
    margin-right: 3px;
}
.hotel_rooms_form .hotel_list_rooms .room-item .hotel-info {
    padding-top: 20px;
    padding-bottom: 20px;
}
@media (max-width: 766px) {
    .hotel_rooms_form .hotel_list_rooms .room-item .hotel-info {
        padding: 15px;
    }
}
.hotel_rooms_form .hotel_list_rooms .room-item .hotel-info .room-name {
    margin-bottom: 20px;
    font-size: 18px;
    color: #1a2b48;
    font-weight: 500;
    margin-top: 0;
}
@media (max-width: 766px) {
    .hotel_rooms_form .hotel_list_rooms .room-item .hotel-info .room-name {
        margin-bottom: 15px;
    }
}
.hotel_rooms_form .hotel_list_rooms .room-item .hotel-info .room-meta {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
}
.hotel_rooms_form .hotel_list_rooms .room-item .hotel-info .room-meta li {
    display: inline-block;
    padding-right: 10px;
}
.hotel_rooms_form .hotel_list_rooms .room-item .hotel-info .room-meta li .item {
    color: #5e6d77;
}
.hotel_rooms_form .hotel_list_rooms .room-item .hotel-info .room-meta li .item .field-icon {
    text-align: center;
    border: 1px solid #eaeef3;
    border-radius: 5px;
    padding: 6px 8px;
    font-size: 22px;
    margin-right: 0;
    line-height: normal;
    width: 40px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hotel_rooms_form .hotel_list_rooms .room-item .hotel-info .room-meta li .item span {
    display: block;
    margin-top: 5px;
    font-size: 12px;
    text-align: center;
}
.hotel_rooms_form .hotel_list_rooms .room-item .col-price {
    padding: 20px 10px;
}
.hotel_rooms_form .hotel_list_rooms .room-item .col-price .price {
    display: block;
    margin-bottom: 10px;
}
@media (max-width: 766px) {
    .hotel_rooms_form .hotel_list_rooms .room-item .col-price {
        padding: 0 15px 15px;
    }
    .hotel_rooms_form .hotel_list_rooms .room-item .col-price .text-center {
        display: inline-block;
    }
    .hotel_rooms_form .hotel_list_rooms .room-item .col-price .custom-select {
        max-width: 200px;
        display: block;
        position: relative;
        top: -5px;
    }
}
.hotel_rooms_form .hotel_list_rooms .room-item .price {
    font-size: 18px;
    color: #1a2b48;
}
.hotel_rooms_form .hotel_list_rooms .room-item .price span {
    font-size: 14px;
    color: #5e6d77;
}
@media (min-width: 1400px) {
    .hotel_rooms_form .hotel_list_rooms .modal-dialog {
        max-width: 1000px;
    }
}
.hotel_rooms_form .hotel_list_rooms .modal-dialog .modal-content {
    border-radius: 0;
    background: #fff;
}
@media (max-width: 1023px) {
    .hotel_rooms_form .hotel_list_rooms .modal-dialog .modal-header {
        padding: 10px;
    }
    .hotel_rooms_form .hotel_list_rooms .modal-dialog .modal-header .modal-title {
        font-size: 16px;
    }
    .hotel_rooms_form .hotel_list_rooms .modal-dialog .modal-header img {
        max-width: 15px;
    }
}
@media (max-width: 1023px) {
    .hotel_rooms_form .hotel_list_rooms .modal-dialog .modal-body {
        padding: 10px;
    }
}
.hotel_rooms_form .hotel_list_rooms.loading {
    position: relative;
}
.hotel_rooms_form .hotel_list_rooms.loading:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 1;
    top: 0;
    opacity: 0.5;
}
.hotel_rooms_form .total-price {
    font-size: 20px;
    display: block;
    margin-bottom: 10px;
    text-align: center;
    color: #fa5636;
    font-weight: 600;
    padding-right: 15px;
}
.hotel_rooms_form .col-total {
    padding-left: 0;
    padding-top: 20px;
}
@media (max-width: 768px) {
    .hotel_rooms_form .form-search-row {
        flex-wrap: wrap;
    }
    .hotel_rooms_form .form-search-row > div {
        border-bottom: 1px solid #d7dce3;
    }
    .hotel_rooms_form .form-search-row > div:last-child {
        border-bottom: 0;
    }
    .hotel_rooms_form .room-item .hotel-info {
        padding: 20px;
    }
    .hotel_rooms_form .hotel_rooms_form .col-total {
        text-align: center;
        padding: 15px 20px;
    }
}
@media (max-width: 768px) {
    .bootbox.modal .modal-dialog {
        min-width: 0;
    }
}
.modal-backdrop.show {
    opacity: 0.7;
}
.bravo_wrap .bravo_search_hotel .bravo_banner {
    background-color: #1a2b48;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 90px 0;
    position: relative;
}
.bravo_wrap .bravo_search_hotel .bravo_banner h1 {
    font-size: 36px;
    color: #fff;
    letter-spacing: 0;
    text-align: left;
    margin: 0;
}
@media (max-width: 766px) {
    .bravo_wrap .bravo_search_hotel .bravo_banner {
        padding: 70px 0;
    }
    .bravo_wrap .bravo_search_hotel .bravo_banner h1 {
        font-size: 28px;
    }
}
.bravo_wrap .bravo_search_hotel .bravo_form_search {
    margin-top: -50px;
    position: relative;
    margin-bottom: 50px;
}
@media (max-width: 766px) {
    .bravo_wrap .bravo_search_hotel .bravo_form_search {
        margin-top: -30px;
        margin-bottom: 20px;
    }
}
.bravo_wrap .bravo_search_hotel .bravo_filter {
    border: 1px solid #d7dce3;
    border-radius: 3px;
    margin-bottom: 30px;
}
.bravo_wrap .bravo_search_hotel .bravo_filter .filter-title {
    font-size: 18px;
    color: #1a2b48;
    margin-bottom: 5px;
    margin-top: 30px;
    font-weight: 500;
}
@media (max-width: 766px) {
    .bravo_wrap .bravo_search_hotel .bravo_filter .filter-title {
        margin-bottom: 10px;
        margin-top: 15px;
    }
}
.bravo_wrap .bravo_search_hotel .bravo_filter .filter-title:before {
    content: "";
    width: 3px;
    height: 20px;
    background: #5191fa;
    float: left;
    position: relative;
    top: -2px;
    margin-right: 17px;
}
.bravo_wrap .bravo_search_hotel .bravo_filter .g-filter-item {
    border: none;
    border-top: 1px solid #d7dce3;
    border-radius: 0;
    margin-bottom: 0;
    padding: 20px;
}
@media (max-width: 766px) {
    .bravo_wrap .bravo_search_hotel .bravo_filter .g-filter-item {
        padding: 15px 20px;
    }
}
.bravo_wrap .bravo_search_hotel .bravo_filter .g-filter-item .hide {
    display: none;
}
.bravo_wrap .bravo_search_hotel .bravo_filter .g-filter-item .item-title {
    cursor: pointer;
    position: relative;
}
.bravo_wrap .bravo_search_hotel .bravo_filter .g-filter-item .item-title .fa {
    font-size: 22px;
    color: #1a2b48;
    right: 0;
    top: 2px;
    position: absolute;
}
.bravo_wrap .bravo_search_hotel .bravo_filter .g-filter-item .item-title h4 {
    font-size: 18px;
    color: #1a2b48;
    line-height: 23px;
    margin: 0;
    font-weight: 500;
}
.bravo_wrap .bravo_search_hotel .bravo_filter .g-filter-item .item-title h3 {
    font-size: 20px;
    color: #1a2b48;
    line-height: 23px;
    margin: 0;
    font-weight: 500;
}
.bravo_wrap .bravo_search_hotel .bravo_filter .g-filter-item .item-content {
    margin-top: 20px;
}
@media (max-width: 990px) {
    .bravo_wrap .bravo_search_hotel .bravo_filter .g-filter-item .item-content {
        display: none;
    }
}
.bravo_wrap .bravo_search_hotel .bravo_filter .g-filter-item .item-content ul {
    list-style: none;
}
.bravo_wrap .bravo_search_hotel .bravo_filter .g-filter-item .item-content .btn-more-item {
    font-size: 16px;
    color: #5191fa;
    padding: 0;
    text-decoration: none;
}
.bravo_wrap .bravo_search_hotel .bravo_filter .g-filter-item .item-content .btn-apply-price-range {
    font-size: 16px;
    color: #5191fa;
    margin-top: 20px;
    font-weight: 600;
    padding: 0;
    text-decoration: none;
    outline: none;
}
.bravo_wrap .bravo_search_hotel .bravo_filter .g-filter-item .item-content .bravo-filter-price .irs--flat .irs-from,
.bravo_wrap .bravo_search_hotel .bravo_filter .g-filter-item .item-content .bravo-filter-price .irs--flat .irs-single,
.bravo_wrap .bravo_search_hotel .bravo_filter .g-filter-item .item-content .bravo-filter-price .irs--flat .irs-to {
    font-size: 11px;
    background-color: #5191fa;
}
.bravo_wrap .bravo_search_hotel .bravo_filter .g-filter-item .item-content .bravo-filter-price .irs--flat .irs-bar {
    top: 25px;
    height: 12px;
    background-color: #5191fa;
}
.bravo_wrap .bravo_search_hotel .bravo_filter .g-filter-item .item-content .bravo-filter-price .irs--flat .irs-handle > i:first-child {
    background-color: #5191fa;
}
.bravo_wrap .bravo_search_hotel .bravo_filter .g-filter-item .item-content .bravo-filter-price .irs--flat .irs-from:before,
.bravo_wrap .bravo_search_hotel .bravo_filter .g-filter-item .item-content .bravo-filter-price .irs--flat .irs-single:before,
.bravo_wrap .bravo_search_hotel .bravo_filter .g-filter-item .item-content .bravo-filter-price .irs--flat .irs-to:before {
    border-top-color: #5191fa;
}
.bravo_wrap .bravo_search_hotel .bravo_filter .g-filter-item .item-title.e-close .fa {
    transform: rotate(180deg) !important;
}
.bravo_wrap .bravo_search_hotel .bravo-list-item .topbar-search .text {
    font-size: 24px;
    color: #1a2b48;
    font-weight: 400;
    margin: 0;
}
.bravo_wrap .bravo_search_hotel .bravo-list-item .list-item {
    margin-top: 15px;
}
.bravo_wrap .bravo_search_hotel .bravo-list-item .list-item .item-loop {
    border: 1px solid #dfdfdf;
    overflow: hidden;
    padding-bottom: 20px;
    position: relative;
    margin-bottom: 30px;
}
.bravo_wrap .bravo_search_hotel .bravo-list-item .list-item .item-loop a {
    text-decoration: none;
    transition: all 0.3s;
}
.bravo_wrap .bravo_search_hotel .bravo-list-item .list-item .item-loop .sale_info {
    position: absolute;
    width: 50px;
    height: 50px;
    right: 10px;
    top: -25px;
    color: #fff;
    font-size: 15px;
    background-color: #5191fa;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    z-index: 999;
    border: 3px solid #fff;
}
.bravo_wrap .bravo_search_hotel .bravo-list-item .list-item .item-loop .featured {
    position: absolute;
    top: 20px;
    left: 0;
    background: #ed0925;
    display: inline-block;
    padding: 0 10px;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    z-index: 1;
    height: 30px;
    line-height: 30px;
}
.bravo_wrap .bravo_search_hotel .bravo-list-item .list-item .item-loop .thumb-image {
    overflow: hidden;
    height: 185px;
    background: #ccc;
    position: relative;
}
.bravo_wrap .bravo_search_hotel .bravo-list-item .list-item .item-loop .thumb-image:hover a img {
    transform: scale(1.1);
}
.bravo_wrap .bravo_search_hotel .bravo-list-item .list-item .item-loop .thumb-image a img {
    transition: all 0.3s;
    max-width: 100%;
}
.bravo_wrap .bravo_search_hotel .bravo-list-item .list-item .item-loop .thumb-image a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, transparent 0, transparent 0, transparent 65%, rgba(0, 0, 0, 0.75));
    top: 0;
    z-index: 1;
}
.bravo_wrap .bravo_search_hotel .bravo-list-item .list-item .item-loop .thumb-image .price-wrapper {
    position: absolute;
    bottom: 10px;
    left: 15px;
    color: #fff;
    font-size: 22px;
    z-index: 10;
}
.bravo_wrap .bravo_search_hotel .bravo-list-item .list-item .item-loop .thumb-image .price-wrapper .price {
    position: relative;
    display: inline-block;
}
.bravo_wrap .bravo_search_hotel .bravo-list-item .list-item .item-loop .thumb-image .price-wrapper .price .text-price {
    color: #fff;
    font-weight: 500;
    font-size: 22px;
}
.bravo_wrap .bravo_search_hotel .bravo-list-item .list-item .item-loop .thumb-image .price-wrapper .price .onsale {
    position: absolute;
    left: 0;
    top: -18px;
    text-decoration: line-through;
    font-size: 15px;
    color: #fff !important;
    font-weight: 400;
}
.bravo_wrap .bravo_search_hotel .bravo-list-item .list-item .item-loop .thumb-image .price-wrapper .price .unit {
    font-size: 14px;
    color: #fff;
}
.bravo_wrap .bravo_search_hotel .bravo-list-item .list-item .item-loop .thumb-image .service-wishlist {
    position: absolute;
    right: 5px;
    z-index: 10;
    top: 10px;
    color: #fff;
    padding: 10px;
    cursor: pointer;
}
.bravo_wrap .bravo_search_hotel .bravo-list-item .list-item .item-loop .thumb-image .service-wishlist i {
    transition: all 0.3s;
    font-size: 16px;
}
.bravo_wrap .bravo_search_hotel .bravo-list-item .list-item .item-loop .thumb-image .service-wishlist.loading i,
.bravo_wrap .bravo_search_hotel .bravo-list-item .list-item .item-loop .thumb-image .service-wishlist:hover i {
    color: #ff9290;
}
.bravo_wrap .bravo_search_hotel .bravo-list-item .list-item .item-loop .thumb-image .service-wishlist.active i {
    color: red;
}
.bravo_wrap .bravo_search_hotel .bravo-list-item .list-item .item-loop .location {
    font-size: 13px;
    color: #5e6d77;
    padding: 0 15px;
}
.bravo_wrap .bravo_search_hotel .bravo-list-item .list-item .item-loop .location i {
    position: relative;
    font-size: 16px;
}
.bravo_wrap .bravo_search_hotel .bravo-list-item .list-item .item-loop .category {
    padding: 0 15px;
}
.bravo_wrap .bravo_search_hotel .bravo-list-item .list-item .item-loop .category .fa {
    color: #687882;
    opacity: 0.6;
}
.bravo_wrap .bravo_search_hotel .bravo-list-item .list-item .item-loop .service-review {
    padding: 10px 15px 0;
}
.bravo_wrap .bravo_search_hotel .bravo-list-item .list-item .item-loop .service-review .rate {
    color: #5191fa;
}
.bravo_wrap .bravo_search_hotel .bravo-list-item .list-item .item-loop .service-review .review {
    margin-left: 30px;
    position: relative;
    color: #6a7a84;
}
.bravo_wrap .bravo_search_hotel .bravo-list-item .list-item .item-loop .service-review .review:after {
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    background: #d0d7dd;
    border-radius: 50%;
    left: -18px;
    top: 8px;
}
.bravo_wrap .bravo_search_hotel .bravo-list-item .list-item .item-loop .item-title {
    padding: 20px 15px 5px;
    font-size: 16px;
    font-weight: 500;
    position: relative;
}
@media (max-width: 766px) {
    .bravo_wrap .bravo_search_hotel .bravo-list-item .list-item .item-loop .item-title {
        min-height: auto;
    }
}
.bravo_wrap .bravo_search_hotel .bravo-list-item .list-item .item-loop .item-title a {
    color: #1a2b50;
}
.bravo_wrap .bravo_search_hotel .bravo-list-item .list-item .item-loop .item-title i {
    color: #ffc107;
    font-size: 15px;
    margin-right: 2px;
}
.bravo_wrap .bravo_search_hotel .bravo-list-item .list-item .item-loop .info {
    padding: 0 15px;
}
.bravo_wrap .bravo_search_hotel .bravo-list-item .list-item .item-loop .info:after,
.bravo_wrap .bravo_search_hotel .bravo-list-item .list-item .item-loop .info:before {
    content: "";
    display: table;
    clear: both;
}
.bravo_wrap .bravo_search_hotel .bravo-list-item .list-item .item-loop .info .g-price {
    text-align: left;
}
.bravo_wrap .bravo_search_hotel .bravo-list-item .list-item .item-loop .info .g-price .prefix {
    color: #5e6d77;
    display: inline-block;
    font-weight: 400;
    position: relative;
}
.bravo_wrap .bravo_search_hotel .bravo-list-item .list-item .item-loop .info .g-price .prefix i {
    font-size: 16px;
    color: #ffc107;
}
.bravo_wrap .bravo_search_hotel .bravo-list-item .list-item .item-loop .info .g-price .price {
    position: relative;
    display: inline-block;
}
.bravo_wrap .bravo_search_hotel .bravo-list-item .list-item .item-loop .info .g-price .price .text-price {
    font-size: 18px;
    color: #1a2b48;
    font-weight: 500;
}
.bravo_wrap .bravo_search_hotel .bravo-list-item .list-item .item-loop .info .g-price .price .onsale {
    text-decoration: line-through;
    font-size: 14px;
    color: #c03 !important;
    font-weight: 400;
}
.bravo_wrap .bravo_search_hotel .bravo-list-item .list-item .item-loop .info .g-price .price .unit {
    font-size: 14px;
    color: #5e6d77;
    font-weight: 400;
}
.bravo_wrap .bravo_search_hotel .bravo-list-item .list-item .item-loop .star-rate {
    position: absolute;
    bottom: 10px;
    left: 15px;
    z-index: 1;
}
.bravo_wrap .bravo_search_hotel .bravo-list-item .list-item .item-loop .list-star {
    display: inline-block;
    line-height: 13px;
    position: relative;
}
.bravo_wrap .bravo_search_hotel .bravo-list-item .list-item .item-loop .list-star .booking-item-rating-stars {
    padding: 0;
    margin: 0;
    width: 90px;
}
.bravo_wrap .bravo_search_hotel .bravo-list-item .list-item .item-loop .list-star .booking-item-rating-stars:after,
.bravo_wrap .bravo_search_hotel .bravo-list-item .list-item .item-loop .list-star .booking-item-rating-stars:before {
    content: "";
    display: table;
    clear: both;
}
.bravo_wrap .bravo_search_hotel .bravo-list-item .list-item .item-loop .list-star .booking-item-rating-stars li {
    list-style: none;
    float: left;
    margin-right: 5px;
}
.bravo_wrap .bravo_search_hotel .bravo-list-item .list-item .item-loop .list-star .booking-item-rating-stars li:last-child {
    margin-right: 0;
}
.bravo_wrap .bravo_search_hotel .bravo-list-item .list-item .item-loop .list-star .booking-item-rating-stars li .fa {
    font-size: 15px;
    color: #fa5636;
}
.bravo_wrap .bravo_search_hotel .bravo-list-item .list-item .item-loop.infobox-item {
    position: relative;
}
.bravo_wrap .bravo_search_hotel .bravo-list-item .list-item .item-loop.infobox-item:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    border-color: transparent #fff #fff transparent;
    border-style: solid;
    border-width: 10px;
    bottom: -9px;
    left: 0;
    right: 0;
    margin: auto;
    transform: rotate(45deg);
    box-shadow: 1px 1px 0 #dfdfdf;
    background: #fff;
}
.bravo_wrap .bravo_search_hotel .bravo-list-item .list-item .item-loop-list {
    border: 1px solid #dfdfdf;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
    display: flex;
}
@media (max-width: 766px) {
    .bravo_wrap .bravo_search_hotel .bravo-list-item .list-item .item-loop-list {
        flex-wrap: wrap;
    }
}
.bravo_wrap .bravo_search_hotel .bravo-list-item .list-item .item-loop-list a {
    text-decoration: none;
    transition: all 0.3s;
}
.bravo_wrap .bravo_search_hotel .bravo-list-item .list-item .item-loop-list .sale_info {
    position: absolute;
    width: 50px;
    height: 50px;
    right: 10px;
    top: -25px;
    color: #fff;
    font-size: 15px;
    background-color: #5191fa;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    z-index: 999;
    border: 3px solid #fff;
}
.bravo_wrap .bravo_search_hotel .bravo-list-item .list-item .item-loop-list .featured {
    position: absolute;
    top: 20px;
    left: 0;
    background: #ed0925;
    display: inline-block;
    padding: 0 10px;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    z-index: 1;
    height: 30px;
    line-height: 30px;
}
.bravo_wrap .bravo_search_hotel .bravo-list-item .list-item .item-loop-list .thumb-image {
    overflow: hidden;
    height: 190px;
    background: #ccc;
    position: relative;
    flex: 0 0 30%;
    padding: 0;
}
@media (max-width: 766px) {
    .bravo_wrap .bravo_search_hotel .bravo-list-item .list-item .item-loop-list .thumb-image {
        flex: 0 0 100%;
    }
}
.bravo_wrap .bravo_search_hotel .bravo-list-item .list-item .item-loop-list .thumb-image:hover a img {
    transform: scale(1.1);
}
.bravo_wrap .bravo_search_hotel .bravo-list-item .list-item .item-loop-list .thumb-image a img {
    transition: all 0.3s;
    max-width: 100%;
}
.bravo_wrap .bravo_search_hotel .bravo-list-item .list-item .item-loop-list .thumb-image a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, transparent 0, transparent 0, transparent 65%, rgba(0, 0, 0, 0.75));
    top: 0;
    z-index: 1;
}
.bravo_wrap .bravo_search_hotel .bravo-list-item .list-item .item-loop-list .thumb-image .price-wrapper {
    position: absolute;
    bottom: 10px;
    left: 15px;
    color: #fff;
    font-size: 22px;
    z-index: 10;
}
.bravo_wrap .bravo_search_hotel .bravo-list-item .list-item .item-loop-list .thumb-image .price-wrapper .price {
    position: relative;
    display: inline-block;
}
.bravo_wrap .bravo_search_hotel .bravo-list-item .list-item .item-loop-list .thumb-image .price-wrapper .price .text-price {
    color: #fff;
    font-weight: 500;
    font-size: 22px;
}
.bravo_wrap .bravo_search_hotel .bravo-list-item .list-item .item-loop-list .thumb-image .price-wrapper .price .onsale {
    position: absolute;
    left: 0;
    top: -18px;
    text-decoration: line-through;
    font-size: 16px;
    color: #fff !important;
    font-weight: 400;
}
.bravo_wrap .bravo_search_hotel .bravo-list-item .list-item .item-loop-list .thumb-image .price-wrapper .price .unit {
    font-size: 16px;
    color: #fff;
}
.bravo_wrap .bravo_search_hotel .bravo-list-item .list-item .item-loop-list .thumb-image .service-wishlist {
    position: absolute;
    right: 0;
    z-index: 10;
    top: 0;
    color: #fff;
    padding: 20px;
    cursor: pointer;
}
.bravo_wrap .bravo_search_hotel .bravo-list-item .list-item .item-loop-list .thumb-image .service-wishlist i {
    transition: all 0.3s;
    font-size: 18px;
}
.bravo_wrap .bravo_search_hotel .bravo-list-item .list-item .item-loop-list .thumb-image .service-wishlist.loading i,
.bravo_wrap .bravo_search_hotel .bravo-list-item .list-item .item-loop-list .thumb-image .service-wishlist:hover i {
    color: #ff9290;
}
.bravo_wrap .bravo_search_hotel .bravo-list-item .list-item .item-loop-list .thumb-image .service-wishlist.active i {
    color: red;
}
.bravo_wrap .bravo_search_hotel .bravo-list-item .list-item .item-loop-list .service-review {
    padding: 10px 0 0;
    display: none;
}
.bravo_wrap .bravo_search_hotel .bravo-list-item .list-item .item-loop-list .service-review .rate {
    color: #5191fa;
}
.bravo_wrap .bravo_search_hotel .bravo-list-item .list-item .item-loop-list .service-review .review {
    margin-left: 30px;
    position: relative;
    color: #6a7a84;
}
.bravo_wrap .bravo_search_hotel .bravo-list-item .list-item .item-loop-list .service-review .review:after {
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    background: #d0d7dd;
    border-radius: 50%;
    left: -18px;
    top: 8px;
}
@media (max-width: 766px) {
    .bravo_wrap .bravo_search_hotel .bravo-list-item .list-item .item-loop-list .service-review {
        display: block;
    }
}
.bravo_wrap .bravo_search_hotel .bravo-list-item .list-item .item-loop-list .service-review-pc .head {
    display: flex;
    align-items: center;
    position: relative;
    font-size: 14px;
    color: #1a2b48;
    font-weight: 400;
    line-height: 25px;
    justify-content: flex-end;
}
.bravo_wrap .bravo_search_hotel .bravo-list-item .list-item .item-loop-list .service-review-pc .head .left {
    text-align: right;
}
.bravo_wrap .bravo_search_hotel .bravo-list-item .list-item .item-loop-list .service-review-pc .head .left .head-rating {
    display: block;
    line-height: 13px;
    margin-top: 8px;
    margin-bottom: 1px;
    font-weight: 500;
}
.bravo_wrap .bravo_search_hotel .bravo-list-item .list-item .item-loop-list .service-review-pc .head .left .text-rating {
    color: #5191fa;
    font-size: 14px;
}
.bravo_wrap .bravo_search_hotel .bravo-list-item .list-item .item-loop-list .service-review-pc .head .score {
    position: relative;
    float: right;
    margin-left: 12px;
    padding: 7px 7px 0 9px;
    background: #5191fa;
    border-radius: 4px;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    min-height: 38px;
}
.bravo_wrap .bravo_search_hotel .bravo-list-item .list-item .item-loop-list .service-review-pc .head .score span {
    font-size: 14px;
    color: #fff;
}
.bravo_wrap .bravo_search_hotel .bravo-list-item .list-item .item-loop-list .service-review-pc .head .score:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    bottom: 0;
    left: -8px;
    border: 15px solid transparent;
    border-bottom-color: #5191fa;
}
.bravo_wrap .bravo_search_hotel .bravo-list-item .list-item .item-loop-list .service-review-pc .foot {
    color: #5e6d77;
    font-size: 14px;
    text-align: right;
}
@media (max-width: 766px) {
    .bravo_wrap .bravo_search_hotel .bravo-list-item .list-item .item-loop-list .service-review-pc {
        display: none;
    }
}
.bravo_wrap .bravo_search_hotel .bravo-list-item .list-item .item-loop-list .g-info {
    flex: 0 0 45%;
    padding: 15px;
    position: relative;
}
@media (max-width: 766px) {
    .bravo_wrap .bravo_search_hotel .bravo-list-item .list-item .item-loop-list .g-info {
        flex: 0 0 100%;
        padding-bottom: 0;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
    }
    .bravo_wrap .bravo_search_hotel .bravo-list-item .list-item .item-loop-list .g-info > div {
        flex: 0 0 100%;
    }
}
.bravo_wrap .bravo_search_hotel .bravo-list-item .list-item .item-loop-list .g-info .item-title {
    font-size: 18px;
    font-weight: 500;
    position: relative;
    margin-bottom: 5px;
}
@media (max-width: 766px) {
    .bravo_wrap .bravo_search_hotel .bravo-list-item .list-item .item-loop-list .g-info .item-title {
        min-height: auto;
        order: 2;
        margin-bottom: 0;
    }
}
.bravo_wrap .bravo_search_hotel .bravo-list-item .list-item .item-loop-list .g-info .item-title a {
    color: #1a2b50;
}
.bravo_wrap .bravo_search_hotel .bravo-list-item .list-item .item-loop-list .g-info .item-title i {
    color: #ffc107;
    font-size: 17px;
    margin-right: 2px;
}
.bravo_wrap .bravo_search_hotel .bravo-list-item .list-item .item-loop-list .g-info .location {
    position: absolute;
    left: 15px;
    bottom: 10px;
    font-size: 15px;
    color: #5e6d77;
}
@media (max-width: 766px) {
    .bravo_wrap .bravo_search_hotel .bravo-list-item .list-item .item-loop-list .g-info .location {
        position: relative;
        left: 0;
        bottom: 0;
        margin-top: 5px;
        order: 3;
        margin-bottom: 3px;
    }
}
.bravo_wrap .bravo_search_hotel .bravo-list-item .list-item .item-loop-list .g-info .location i {
    position: relative;
    font-size: 16px;
}
.bravo_wrap .bravo_search_hotel .bravo-list-item .list-item .item-loop-list .g-info .star-rate {
    z-index: 1;
}
@media (max-width: 766px) {
    .bravo_wrap .bravo_search_hotel .bravo-list-item .list-item .item-loop-list .g-info .star-rate {
        order: 1;
    }
}
.bravo_wrap .bravo_search_hotel .bravo-list-item .list-item .item-loop-list .g-info .list-star {
    display: inline-block;
    line-height: 13px;
    position: relative;
}
.bravo_wrap .bravo_search_hotel .bravo-list-item .list-item .item-loop-list .g-info .list-star .booking-item-rating-stars {
    padding: 0;
    margin: 0;
    width: 90px;
}
.bravo_wrap .bravo_search_hotel .bravo-list-item .list-item .item-loop-list .g-info .list-star .booking-item-rating-stars:after,
.bravo_wrap .bravo_search_hotel .bravo-list-item .list-item .item-loop-list .g-info .list-star .booking-item-rating-stars:before {
    content: "";
    display: table;
    clear: both;
}
.bravo_wrap .bravo_search_hotel .bravo-list-item .list-item .item-loop-list .g-info .list-star .booking-item-rating-stars li {
    list-style: none;
    float: left;
    margin-right: 5px;
}
.bravo_wrap .bravo_search_hotel .bravo-list-item .list-item .item-loop-list .g-info .list-star .booking-item-rating-stars li:last-child {
    margin-right: 0;
}
.bravo_wrap .bravo_search_hotel .bravo-list-item .list-item .item-loop-list .g-info .list-star .booking-item-rating-stars li .fa {
    font-size: 15px;
    color: #fa5636;
}
@media (max-width: 766px) {
    .bravo_wrap .bravo_search_hotel .bravo-list-item .list-item .item-loop-list .g-info .terms {
        order: 4;
    }
}
.bravo_wrap .bravo_search_hotel .bravo-list-item .list-item .item-loop-list .g-info .terms .attr-title {
    display: inline-block;
    margin-right: 5px;
    color: #5e6d77;
    font-size: 15px;
}
.bravo_wrap .bravo_search_hotel .bravo-list-item .list-item .item-loop-list .g-info .terms .attr-title i {
    margin-right: 2px;
}
.bravo_wrap .bravo_search_hotel .bravo-list-item .list-item .item-loop-list .g-info .terms .g-attributes .item {
    margin-right: 5px;
    color: #5e6d77;
    font-size: 15px;
}
.bravo_wrap .bravo_search_hotel .bravo-list-item .list-item .item-loop-list .g-info .terms .g-attributes .item:before {
    content: "";
    height: 2px;
    width: 2px;
    display: inline-block;
    background: grey;
    vertical-align: middle;
    margin-right: 5px;
}
.bravo_wrap .bravo_search_hotel .bravo-list-item .list-item .item-loop-list .g-info .terms .g-attributes span:nth-child(2):before {
    display: none;
}
@media (max-width: 1280px) {
    .bravo_wrap .bravo_search_hotel .bravo-list-item .list-item .item-loop-list .g-info .terms .g-attributes {
        display: none;
    }
}
@media (max-width: 1280px) {
    .bravo_wrap .bravo_search_hotel .bravo-list-item .list-item .item-loop-list .g-info .terms .g-attributes:first-child {
        display: block;
    }
}
@media (max-width: 766px) {
    .bravo_wrap .bravo_search_hotel .bravo-list-item .list-item .item-loop-list .g-info .terms .g-attributes {
        display: block;
    }
}
.bravo_wrap .bravo_search_hotel .bravo-list-item .list-item .item-loop-list .g-rate-price {
    flex: 1;
    padding: 15px 15px 15px 0;
    position: relative;
}
@media (max-width: 766px) {
    .bravo_wrap .bravo_search_hotel .bravo-list-item .list-item .item-loop-list .g-rate-price {
        flex: 0 0 100%;
        padding: 0 15px 10px;
    }
}
.bravo_wrap .bravo_search_hotel .bravo-list-item .list-item .item-loop-list .g-rate-price:before {
    content: "";
    position: absolute;
    left: 15px;
    top: 15px;
    bottom: 15px;
    border-right: 1px solid #dfdfdf;
}
@media (max-width: 1280px) {
    .bravo_wrap .bravo_search_hotel .bravo-list-item .list-item .item-loop-list .g-rate-price:before {
        left: 0;
    }
}
@media (max-width: 766px) {
    .bravo_wrap .bravo_search_hotel .bravo-list-item .list-item .item-loop-list .g-rate-price:before {
        display: none;
    }
}
.bravo_wrap .bravo_search_hotel .bravo-list-item .list-item .item-loop-list .g-rate-price .g-price {
    text-align: right;
    position: absolute;
    right: 15px;
    bottom: 10px;
    float: right;
}
@media (max-width: 766px) {
    .bravo_wrap .bravo_search_hotel .bravo-list-item .list-item .item-loop-list .g-rate-price .g-price {
        position: relative;
        left: 0;
        bottom: 0;
        float: none;
        text-align: left;
        border-top: 1px solid #dfdfdf;
        margin-top: 10px;
        padding-top: 5px;
    }
}
.bravo_wrap .bravo_search_hotel .bravo-list-item .list-item .item-loop-list .g-rate-price .g-price .prefix {
    color: #5e6d77;
    display: inline-block;
    font-weight: 400;
    left: -3px;
    position: relative;
}
.bravo_wrap .bravo_search_hotel .bravo-list-item .list-item .item-loop-list .g-rate-price .g-price .prefix i {
    font-size: 16px;
    color: #ffc107;
}
.bravo_wrap .bravo_search_hotel .bravo-list-item .list-item .item-loop-list .g-rate-price .g-price .price {
    position: relative;
    display: inline-block;
}
.bravo_wrap .bravo_search_hotel .bravo-list-item .list-item .item-loop-list .g-rate-price .g-price .price .text-price {
    font-size: 18px;
    color: #1a2b48;
    font-weight: 500;
}
.bravo_wrap .bravo_search_hotel .bravo-list-item .list-item .item-loop-list .g-rate-price .g-price .price .onsale {
    text-decoration: line-through;
    font-size: 14px;
    color: #c03 !important;
    font-weight: 400;
}
.bravo_wrap .bravo_search_hotel .bravo-list-item .list-item .item-loop-list .g-rate-price .g-price .price .unit {
    font-size: 14px;
    color: #5e6d77;
    font-weight: 400;
}
.bravo_wrap .bravo_search_hotel .bravo-list-item .list-item .item-loop-list .g-rate-price .g-price .text-review {
    float: right;
    position: relative;
    top: 5px;
    color: #4b4b4c;
    display: none;
}
@media (max-width: 766px) {
    .bravo_wrap .bravo_search_hotel .bravo-list-item .list-item .item-loop-list .g-rate-price .g-price .text-review {
        display: block;
    }
}
.bravo_wrap .bravo_detail_hotel .bravo_banner {
    background-color: #fff !important;
    background-position: 50% !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    position: relative;
}
.bravo_wrap .bravo_detail_hotel .bravo_banner .container {
    position: relative;
}
.bravo_wrap .bravo_detail_hotel .bravo_banner .bravo_gallery {
    height: 500px;
    position: relative;
}
@media (max-width: 1366px) {
    .bravo_wrap .bravo_detail_hotel .bravo_banner .bravo_gallery {
        height: 400px;
    }
}
@media (max-width: 1024px) {
    .bravo_wrap .bravo_detail_hotel .bravo_banner .bravo_gallery {
        height: 300px;
    }
}
@media (max-width: 766px) {
    .bravo_wrap .bravo_detail_hotel .bravo_banner .bravo_gallery {
        height: 200px;
    }
}
.bravo_wrap .bravo_detail_hotel .bravo_banner .bravo_gallery .modal .modal-dialog {
    position: relative;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    margin: -10px auto 0;
}
.bravo_wrap .bravo_detail_hotel .bravo_banner .bravo_gallery .modal .modal-content {
    padding: 0;
    background: transparent;
    border: none;
}
.bravo_wrap .bravo_detail_hotel .bravo_banner h1 {
    font-size: 36px;
    color: #fff;
    letter-spacing: 0;
    text-align: left;
    margin: 0;
}
.bravo_wrap .bravo_detail_hotel .bravo_banner .btn-group {
    position: absolute;
    bottom: 30px;
    right: 0;
}
.bravo_wrap .bravo_detail_hotel .bravo_banner .btn-group .btn {
    margin-left: 10px;
    background: rgba(26, 43, 72, 0.5);
    font-size: 16px;
    color: #fff;
    padding: 10px 15px;
}
.bravo_wrap .bravo_detail_hotel .bravo_banner .btn-group .btn:hover {
    background: #1a2b48;
}
.bravo_wrap .bravo_detail_hotel .bravo_banner .btn-group .btn .fa {
    margin-right: 10px;
}
.bravo_wrap .bravo_detail_hotel .bravo_banner .btn-group .has-icon {
    display: flex;
    align-items: center;
}
.bravo_wrap .bravo_detail_hotel .bravo_banner_map {
    display: flex;
    background-color: #fff;
    min-height: 100px;
    position: relative;
}
.bravo_wrap .bravo_detail_hotel .bravo_banner_map .g_gallery {
    flex: 0 0 65%;
    overflow: hidden;
}
@media (max-width: 1023px) {
    .bravo_wrap .bravo_detail_hotel .bravo_banner_map .g_gallery {
        flex: 0 0 100%;
    }
}
.bravo_wrap .bravo_detail_hotel .bravo_banner_map .g_gallery .g-gallery {
    margin: 0;
    position: relative;
    min-height: 75px;
    height: 100%;
    width: 100%;
}
.bravo_wrap .bravo_detail_hotel .bravo_banner_map .g_gallery .g-gallery .fotorama__nav-wrap {
    display: none;
}
.bravo_wrap .bravo_detail_hotel .bravo_banner_map .g_gallery .fotorama__stage {
    max-height: 580px;
}
@media (max-width: 766px) {
    .bravo_wrap .bravo_detail_hotel .bravo_banner_map .g_gallery .fotorama__stage {
        max-height: 300px;
    }
    .bravo_wrap .bravo_detail_hotel .bravo_banner_map .g_gallery .fotorama__stage .fotorama__img {
        top: 0 !important;
    }
}
.bravo_wrap .bravo_detail_hotel .bravo_banner_map .icofont-youtube-play {
    position: relative;
    top: -1px;
}
.bravo_wrap .bravo_detail_hotel .bravo_banner_map .g_map {
    flex: 1;
}
.bravo_wrap .bravo_detail_hotel .bravo_banner_map .g_map #map_content {
    height: 100%;
}
@media (max-width: 1023px) {
    .bravo_wrap .bravo_detail_hotel .bravo_banner_map .g_map {
        display: none;
    }
}
.bravo_wrap .bravo_detail_hotel .bravo_banner_map .modal .modal-dialog {
    position: relative;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    margin: -10px auto 0;
}
.bravo_wrap .bravo_detail_hotel .bravo_banner_map .modal .modal-content {
    padding: 0;
    background: transparent;
    border: none;
}
.bravo_wrap .bravo_detail_hotel .bravo_content {
    padding-top: 20px;
}
.bravo_wrap .bravo_detail_hotel .bravo_content h3 {
    font-size: 1.5rem;
}
@media (max-width: 990px) {
    .bravo_wrap .bravo_detail_hotel .bravo_content h3 {
        font-size: 1.4rem;
    }
}
@media (max-width: 766px) {
    .bravo_wrap .bravo_detail_hotel .bravo_content h3 {
        font-size: 1.2rem;
    }
}
.bravo_wrap .bravo_detail_hotel .bravo_content .g-header {
    margin-bottom: 10px;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    justify-content: space-between;
}
.bravo_wrap .bravo_detail_hotel .bravo_content .g-header h1,
.bravo_wrap .bravo_detail_hotel .bravo_content .g-header h2 {
    margin-top: 0;
    color: #1a2b48;
    font-weight: 500;
    font-size: 30px;
    line-height: 1.3;
    margin-bottom: 0;
}
@media (max-width: 990px) {
    .bravo_wrap .bravo_detail_hotel .bravo_content .g-header h1,
    .bravo_wrap .bravo_detail_hotel .bravo_content .g-header h2 {
        font-size: 24px;
    }
}
@media (max-width: 766px) {
    .bravo_wrap .bravo_detail_hotel .bravo_content .g-header h1,
    .bravo_wrap .bravo_detail_hotel .bravo_content .g-header h2 {
        font-size: 18px;
    }
}
.bravo_wrap .bravo_detail_hotel .bravo_content .g-header .address {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
}
@media (max-width: 766px) {
    .bravo_wrap .bravo_detail_hotel .bravo_content .g-header .address {
        margin-bottom: 5px;
    }
}
@media (max-width: 766px) {
    .bravo_wrap .bravo_detail_hotel .bravo_content .g-header .left {
        flex: 0 0 100%;
    }
}
.bravo_wrap .bravo_detail_hotel .bravo_content .g-header .right {
    min-width: 230px;
}
@media (max-width: 766px) {
    .bravo_wrap .bravo_detail_hotel .bravo_content .g-header .right {
        display: none;
    }
}
.bravo_wrap .bravo_detail_hotel .bravo_content .g-header .sub-heading {
    color: #5e6d77;
    font-size: 16px;
}
.bravo_wrap .bravo_detail_hotel .bravo_content .g-header .sub-heading .fa {
    position: relative;
    top: 2px;
}
.bravo_wrap .bravo_detail_hotel .bravo_content .g-header .review-score .head {
    display: flex;
    align-items: center;
    position: relative;
    font-size: 22px;
    color: #1a2b48;
    font-weight: 400;
    line-height: 25px;
    justify-content: flex-end;
}
.bravo_wrap .bravo_detail_hotel .bravo_content .g-header .review-score .head .left {
    text-align: right;
}
.bravo_wrap .bravo_detail_hotel .bravo_content .g-header .review-score .head .left .head-rating {
    display: block;
    line-height: 13px;
    margin-top: 8px;
}
.bravo_wrap .bravo_detail_hotel .bravo_content .g-header .review-score .head .left .text-rating {
    color: #5191fa;
    font-size: 16px;
}
.bravo_wrap .bravo_detail_hotel .bravo_content .g-header .review-score .head .score {
    position: relative;
    float: right;
    margin-left: 20px;
    padding: 10px 10px 0;
    background: #5191fa;
    border-radius: 4px;
    color: #fff;
    font-size: 30px;
    font-weight: 400;
    min-height: 45px;
}
.bravo_wrap .bravo_detail_hotel .bravo_content .g-header .review-score .head .score span {
    font-size: 16px;
    color: #fff;
}
.bravo_wrap .bravo_detail_hotel .bravo_content .g-header .review-score .head .score:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    bottom: 0;
    left: -8px;
    border: 15px solid transparent;
    border-bottom: 25px solid #5191fa;
}
.bravo_wrap .bravo_detail_hotel .bravo_content .g-header .review-score .foot {
    color: #5e6d77;
    font-size: 16px;
    text-align: right;
}
.bravo_wrap .bravo_detail_hotel .bravo_content .g-header .star-rate {
    line-height: 16px;
}
.bravo_wrap .bravo_detail_hotel .bravo_content .g-header .star-rate .fa-star {
    color: #fa5636;
    font-size: 17px;
    position: relative;
    margin-right: 3px;
}
.bravo_wrap .bravo_detail_hotel .bravo_content .g-space-feature {
    display: none;
    padding-top: 25px;
    padding-bottom: 15px;
    border-top: 1px solid #d7dce3;
    border-bottom: 1px solid #d7dce3;
    margin-bottom: 30px;
}
@media (max-width: 766px) {
    .bravo_wrap .bravo_detail_hotel .bravo_content .g-space-feature {
        padding-top: 5px;
        padding-bottom: 5px;
        margin-bottom: 15px;
    }
}
.bravo_wrap .bravo_detail_hotel .bravo_content .g-space-feature .item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
@media (max-width: 766px) {
    .bravo_wrap .bravo_detail_hotel .bravo_content .g-space-feature .item {
        margin-bottom: 0;
    }
}
.bravo_wrap .bravo_detail_hotel .bravo_content .g-space-feature .item .icon {
    margin-right: 20px;
    font-size: 45px;
    color: #1a2b48;
}
@media (max-width: 766px) {
    .bravo_wrap .bravo_detail_hotel .bravo_content .g-space-feature .item .icon {
        line-height: 55px;
        font-size: 40px;
    }
}
.bravo_wrap .bravo_detail_hotel .bravo_content .g-space-feature .item .info .name {
    font-size: 16px;
    color: #1a2b48;
    margin: 0 0 3px;
}
.bravo_wrap .bravo_detail_hotel .bravo_content .g-space-feature .item .info .value {
    font-size: 16px;
    color: #5e6d77;
    margin: 0;
}
.bravo_wrap .bravo_detail_hotel .bravo_content .g-overview {
    margin-bottom: 30px;
    margin-top: 20px;
    border-top: 1px solid #d7dce3;
    padding-top: 20px;
}
.bravo_wrap .bravo_detail_hotel .bravo_content .g-overview .description {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 18px;
    color: #5e6d77;
    font-weight: 400;
    position: relative;
}
@media (max-width: 766px) {
    .bravo_wrap .bravo_detail_hotel .bravo_content .g-overview .description {
        margin-top: 10px;
        margin-bottom: 10px;
    }
}
.bravo_wrap .bravo_detail_hotel .bravo_content .g-overview .description img {
    max-width: 100%;
    height: auto;
}
 
@media (max-width: 990px) {
  
}
.bravo_wrap .bravo_detail_hotel .bravo_content .g-overview ul {
    padding-left: 25px;
}
@media (max-width: 990px) {
    .bravo_wrap .bravo_detail_hotel .bravo_content .g-overview ul {
        padding-left: 15px;
    }
}
.bravo_wrap .bravo_detail_hotel .bravo_content .g-overview ul li {
    font-size: 16px;
    color: #5e6d77;
    margin-bottom: 20px;
    list-style: none;
}
@media (max-width: 990px) {
    .bravo_wrap .bravo_detail_hotel .bravo_content .g-overview ul li {
        margin-bottom: 10px;
    }
}
.bravo_content table tr, td {
    border: 1px solid #d9d7d7;
    padding: 10px;
}
.bravo_wrap .bravo_detail_hotel .bravo_content .g-overview ul li:before {
    content: "";
    border: 1px solid #5191fa;
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 50%;
    margin-right: 20px;
}
@media (max-width: 990px) {
    .bravo_wrap .bravo_detail_hotel .bravo_content .g-overview ul li:before {
        margin-right: 10px;
    }
}
.bravo_wrap .bravo_detail_hotel .bravo_content .g-all-attribute .btn-show-all {
    margin-top: -10px;
}
.bravo_wrap .bravo_detail_hotel .bravo_content .g-all-attribute.is_mobile {
    display: none;
}
@media (max-width: 1023px) {
    .bravo_wrap .bravo_detail_hotel .bravo_content .g-all-attribute.is_mobile {
        display: block;
    }
}
.bravo_wrap .bravo_detail_hotel .bravo_content .g-all-attribute.is_pc {
    display: block;
}
@media (max-width: 1023px) {
    .bravo_wrap .bravo_detail_hotel .bravo_content .g-all-attribute.is_pc {
        display: none;
    }
}
.bravo_wrap .bravo_detail_hotel .bravo_content .g-attributes {
    margin-top: 30px;
}
.bravo_wrap .bravo_detail_hotel .bravo_content .g-attributes h3 {
    padding-left: 15px;
    padding-top: 5px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d7dce3;
    position: relative;
    font-size: 18px;
    color: #1a2b48;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.bravo_wrap .bravo_detail_hotel .bravo_content .g-attributes h3:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 3px;
    height: 30px;
    background: #5191fa;
}
.bravo_wrap .bravo_detail_hotel .bravo_content .g-attributes .list-attributes {
    display: flex;
    flex-wrap: wrap;
}
.bravo_wrap .bravo_detail_hotel .bravo_content .g-attributes .list-attributes .item {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 15px;
}
@media (max-width: 1023px) {
    .bravo_wrap .bravo_detail_hotel .bravo_content .g-attributes .list-attributes .item {
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media (max-width: 766px) {
    .bravo_wrap .bravo_detail_hotel .bravo_content .g-attributes .list-attributes .item {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
.bravo_wrap .bravo_detail_hotel .bravo_content .g-attributes .list-attributes .item i {
    font-size: 30px;
    position: relative;
    color: #505050 !important;
    line-height: 14px;
    top: 5px;
    margin-right: 5px;
}
.bravo_wrap .bravo_detail_hotel .bravo_content .g-attributes .list-attributes .item i.icon-default {
    font-size: 16px;
    position: relative;
    top: 0;
}
.bravo_wrap .bravo_detail_hotel .bravo_content .g-location {
    margin-bottom: 30px;
}
.bravo_wrap .bravo_detail_hotel .bravo_content .g-location .location-title {
    justify-content: space-between;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
@media (max-width: 766px) {
    .bravo_wrap .bravo_detail_hotel .bravo_content .g-location .location-title {
        display: block;
    }
}
.bravo_wrap .bravo_detail_hotel .bravo_content .g-location .location-title .address {
    color: #5e6d77;
}
.bravo_wrap .bravo_detail_hotel .bravo_content .g-location iframe {
    width: 100%;
}
.bravo_wrap .bravo_detail_hotel .bravo_content .g-location #map_content {
    height: 450px;
}
@media (max-width: 766px) {
    .bravo_wrap .bravo_detail_hotel .bravo_content .g-location #map_content {
        height: 300px;
    }
}
.bravo_wrap .bravo_detail_hotel .bravo_content .g-faq {
    border-bottom: 1px solid #d7dce3;
    margin-bottom: 25px;
    border-top: 1px solid #d7dce3;
    padding-top: 25px;
}
.bravo_wrap .bravo_detail_hotel .bravo_content .g-faq .item {
    border-bottom: 1px solid #d7dce3;
    margin-bottom: 10px;
}
.bravo_wrap .bravo_detail_hotel .bravo_content .g-faq .item:last-child {
    border: none;
}
.bravo_wrap .bravo_detail_hotel .bravo_content .g-faq .item .header {
    margin-bottom: 10px;
    overflow: hidden;
    padding-top: 15px;
    cursor: pointer;
}
.bravo_wrap .bravo_detail_hotel .bravo_content .g-faq .item .header .field-icon {
    float: left;
    font-size: 25px;
    margin-right: 10px;
    top: -3px;
    position: relative;
}
.bravo_wrap .bravo_detail_hotel .bravo_content .g-faq .item .header h5 {
    float: left;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
    color: #1a2b48;
}
@media (max-width: 990px) {
    .bravo_wrap .bravo_detail_hotel .bravo_content .g-faq .item .header h5 {
        font-size: 16px;
    }
}
.bravo_wrap .bravo_detail_hotel .bravo_content .g-faq .item .header .arrow {
    float: right;
    font-size: 20px;
    position: relative;
    top: -8px;
}
.bravo_wrap .bravo_detail_hotel .bravo_content .g-faq .item .body {
    font-size: 16px;
    color: #5e6d77;
    transition: all 0.3s;
    height: 0;
    overflow: hidden;
    padding-bottom: 0;
}
.bravo_wrap .bravo_detail_hotel .bravo_content .g-faq .item.active .header .arrow {
    transform: rotate(180deg);
}
.bravo_wrap .bravo_detail_hotel .bravo_content .g-faq .item.active .body {
    height: auto;
    padding-bottom: 20px;
}
.bravo_wrap .bravo_detail_hotel .bravo_content .bravo-hr {
    width: 100%;
    height: 1px;
    background: #eaeef3;
    margin-top: 30px;
    margin-bottom: 30px;
}
.bravo_wrap .bravo_detail_hotel .bravo_content .g-rules {
    margin-top: 30px;
}
.bravo_wrap .bravo_detail_hotel .bravo_content .g-rules h3 {
    margin-bottom: 20px;
}
.bravo_wrap .bravo_detail_hotel .bravo_content .g-rules .description {
    margin-top: 5px;
}
.bravo_wrap .bravo_detail_hotel .bravo_content .g-rules .key,
.bravo_wrap .bravo_detail_hotel .bravo_content .g-rules .value {
    font-size: 16px;
    color: #5e6d77;
}
.bravo_wrap .bravo_detail_hotel .bravo_content .g-rules .strong {
    font-size: 17px;
    margin-bottom: 5px;
    font-weight: 700;
}
.bravo_wrap .bravo_detail_hotel .bravo_content .g-rules .row {
    margin-bottom: 15px;
}
.bravo_wrap .bravo_detail_hotel .bravo_content .g-rules .item {
    margin-bottom: 15px;
    color: #5e6d77;
}
.bravo_wrap .bravo_detail_hotel .bravo_content .g-rules .context {
    white-space: pre-wrap;
}
.bravo_wrap .bravo_detail_hotel .g-gallery {
    margin: 10px 0;
    position: relative;
    min-height: 75px;
}
.bravo_wrap .bravo_detail_hotel .g-gallery .fotorama .fotorama__arr.fotorama__arr--prev {
    left: 30px;
}
.bravo_wrap .bravo_detail_hotel .g-gallery .fotorama .fotorama__arr.fotorama__arr--prev:after {
    content: "";
    background: url(../images/ico_pre.svg);
}
.bravo_wrap .bravo_detail_hotel .g-gallery .fotorama .fotorama__arr.fotorama__arr--next {
    right: 30px;
}
.bravo_wrap .bravo_detail_hotel .g-gallery .fotorama .fotorama__arr.fotorama__arr--next:after {
    content: "";
    background: url(../images/ico_next.svg);
}
.bravo_wrap .bravo_detail_hotel .g-gallery .fotorama .fotorama__arr {
    border-radius: 3px;
    width: 40px;
    height: 40px;
    background: none;
    background-color: rgba(26, 43, 72, 0.6);
}
.bravo_wrap .bravo_detail_hotel .g-gallery .fotorama .fotorama__arr:after {
    position: absolute;
    left: 50%;
    margin-left: -13px;
    top: 7px;
    width: 24px;
    height: 24px;
}
.bravo_wrap .bravo_detail_hotel .g-gallery .fotorama .fotorama__fullscreen-icon {
    width: 40px;
    height: 40px;
    top: auto;
    bottom: 30px;
    right: 30px;
    background: none;
}
@media (max-width: 766px) {
    .bravo_wrap .bravo_detail_hotel .g-gallery .fotorama .fotorama__fullscreen-icon {
        display: none;
    }
}
.bravo_wrap .bravo_detail_hotel .g-gallery .fotorama .fotorama__fullscreen-icon:before {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    background: url(../images/ico_full_3.svg);
    left: 50%;
    margin-left: -11px;
    top: 7px;
    z-index: 1;
}
.bravo_wrap .bravo_detail_hotel .g-gallery .fotorama .fotorama__fullscreen-icon:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(26, 43, 72, 0.5);
    border-radius: 3px;
}
.bravo_wrap .bravo_detail_hotel .g-gallery .social {
    position: absolute;
    right: 30px;
    top: 30px;
}
@media (max-width: 766px) {
    .bravo_wrap .bravo_detail_hotel .g-gallery .social {
        position: absolute;
        right: 10px;
        top: 10px;
    }
}
.bravo_wrap .bravo_detail_hotel .g-gallery .social .social-share {
    display: inline-flex;
    position: relative;
}
.bravo_wrap .bravo_detail_hotel .g-gallery .social .social-share:hover .share-wrapper {
    visibility: visible;
    opacity: 1;
}
.bravo_wrap .bravo_detail_hotel .g-gallery .social .social-share a {
    text-decoration: none;
}
.bravo_wrap .bravo_detail_hotel .g-gallery .social .social-share .social-icon {
    cursor: pointer;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(26, 43, 72, 0.7);
    color: #fff;
    font-size: 19px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding-top: 2px;
    margin-right: 10px;
}
.bravo_wrap .bravo_detail_hotel .g-gallery .social .social-share .share-wrapper {
    visibility: hidden;
    opacity: 0;
    padding-left: 0;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;
    padding-top: 5px;
    transition: all 0.3s;
}
.bravo_wrap .bravo_detail_hotel .g-gallery .social .social-share .share-wrapper li {
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
}
.bravo_wrap .bravo_detail_hotel .g-gallery .social .social-share .share-wrapper li a {
    color: #1a2b48;
}
.bravo_wrap .bravo_detail_hotel .g-gallery .social .service-wishlist {
    cursor: pointer;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(26, 43, 72, 0.7);
    color: #fff;
    font-size: 19px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding-top: 2px;
}
.bravo_wrap .bravo_detail_hotel .g-gallery .social .service-wishlist.active .fa:before {
    content: "";
}
.bravo_wrap .bravo_detail_hotel .btn-show-all {
    color: #5191fa;
    cursor: pointer;
}
.bravo_wrap .bravo_detail_hotel .btn-show-all i {
    margin-left: 2px;
}
.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related {
    margin-top: 15px;
    border-top: 1px solid #eaeef3;
    margin-bottom: 15px;
}
@media (max-width: 990px) {
    .bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related {
        border-top: 0;
    }
}
.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related h2 {
    font-size: 28px;
    margin-top: 35px;
    text-align: center;
    margin-bottom: 35px;
}
@media (max-width: 766px) {
    .bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related h2 {
        margin-top: 10px;
        font-size: 24px;
        margin-bottom: 15px;
    }
}
.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop {
    border: 1px solid #dfdfdf;
    overflow: hidden;
    padding-bottom: 20px;
    position: relative;
    margin-bottom: 30px;
}
.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop a {
    text-decoration: none;
    transition: all 0.3s;
}
.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop .sale_info {
    position: absolute;
    width: 50px;
    height: 50px;
    right: 10px;
    top: -25px;
    color: #fff;
    font-size: 15px;
    background-color: #5191fa;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    z-index: 999;
    border: 3px solid #fff;
}
.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop .featured {
    position: absolute;
    top: 20px;
    left: 0;
    background: #ed0925;
    display: inline-block;
    padding: 0 10px;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    z-index: 1;
    height: 30px;
    line-height: 30px;
}
.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop .thumb-image {
    overflow: hidden;
    height: 185px;
    background: #ccc;
    position: relative;
}
.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop .thumb-image:hover a img {
    transform: scale(1.1);
}
.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop .thumb-image a img {
    transition: all 0.3s;
    max-width: 100%;
}
.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop .thumb-image a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, transparent 0, transparent 0, transparent 65%, rgba(0, 0, 0, 0.75));
    top: 0;
    z-index: 1;
}
.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop .thumb-image .price-wrapper {
    position: absolute;
    bottom: 10px;
    left: 15px;
    color: #fff;
    font-size: 22px;
    z-index: 10;
}
.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop .thumb-image .price-wrapper .price {
    position: relative;
    display: inline-block;
}
.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop .thumb-image .price-wrapper .price .text-price {
    color: #fff;
    font-weight: 500;
    font-size: 22px;
}
.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop .thumb-image .price-wrapper .price .onsale {
    position: absolute;
    left: 0;
    top: -18px;
    text-decoration: line-through;
    font-size: 15px;
    color: #fff !important;
    font-weight: 400;
}
.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop .thumb-image .price-wrapper .price .unit {
    font-size: 14px;
    color: #fff;
}
.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop .thumb-image .service-wishlist {
    position: absolute;
    right: 5px;
    z-index: 10;
    top: 10px;
    color: #fff;
    padding: 10px;
    cursor: pointer;
}
.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop .thumb-image .service-wishlist i {
    transition: all 0.3s;
    font-size: 16px;
}
.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop .thumb-image .service-wishlist.loading i,
.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop .thumb-image .service-wishlist:hover i {
    color: #ff9290;
}
.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop .thumb-image .service-wishlist.active i {
    color: red;
}
.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop .location {
    font-size: 13px;
    color: #5e6d77;
    padding: 0 15px;
}
.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop .location i {
    position: relative;
    font-size: 16px;
}
.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop .category {
    padding: 0 15px;
}
.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop .category .fa {
    color: #687882;
    opacity: 0.6;
}
.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop .service-review {
    padding: 10px 15px 0;
}
.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop .service-review .rate {
    color: #5191fa;
}
.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop .service-review .review {
    margin-left: 30px;
    position: relative;
    color: #6a7a84;
}
.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop .service-review .review:after {
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    background: #d0d7dd;
    border-radius: 50%;
    left: -18px;
    top: 8px;
}
.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop .item-title {
    padding: 20px 15px 5px;
    font-size: 16px;
    font-weight: 500;
    position: relative;
}
@media (max-width: 766px) {
    .bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop .item-title {
        min-height: auto;
    }
}
.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop .item-title a {
    color: #1a2b50;
}
.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop .item-title i {
    color: #ffc107;
    font-size: 15px;
    margin-right: 2px;
}
.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop .info {
    padding: 0 15px;
}
.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop .info:after,
.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop .info:before {
    content: "";
    display: table;
    clear: both;
}
.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop .info .g-price {
    text-align: left;
}
.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop .info .g-price .prefix {
    color: #5e6d77;
    display: inline-block;
    font-weight: 400;
    position: relative;
}
.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop .info .g-price .prefix i {
    font-size: 16px;
    color: #ffc107;
}
.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop .info .g-price .price {
    position: relative;
    display: inline-block;
}
.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop .info .g-price .price .text-price {
    font-size: 18px;
    color: #1a2b48;
    font-weight: 500;
}
.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop .info .g-price .price .onsale {
    text-decoration: line-through;
    font-size: 14px;
    color: #c03 !important;
    font-weight: 400;
}
.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop .info .g-price .price .unit {
    font-size: 14px;
    color: #5e6d77;
    font-weight: 400;
}
.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop .star-rate {
    position: absolute;
    bottom: 10px;
    left: 15px;
    z-index: 1;
}
.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop .list-star {
    display: inline-block;
    line-height: 13px;
    position: relative;
}
.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop .list-star .booking-item-rating-stars {
    padding: 0;
    margin: 0;
    width: 90px;
}
.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop .list-star .booking-item-rating-stars:after,
.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop .list-star .booking-item-rating-stars:before {
    content: "";
    display: table;
    clear: both;
}
.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop .list-star .booking-item-rating-stars li {
    list-style: none;
    float: left;
    margin-right: 5px;
}
.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop .list-star .booking-item-rating-stars li:last-child {
    margin-right: 0;
}
.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop .list-star .booking-item-rating-stars li .fa {
    font-size: 15px;
    color: #fa5636;
}
.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop.infobox-item {
    position: relative;
}
.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop.infobox-item:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    border-color: transparent #fff #fff transparent;
    border-style: solid;
    border-width: 10px;
    bottom: -9px;
    left: 0;
    right: 0;
    margin: auto;
    transform: rotate(45deg);
    box-shadow: 1px 1px 0 #dfdfdf;
    background: #fff;
}
.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop-list {
    border: 1px solid #dfdfdf;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
    display: flex;
}
@media (max-width: 766px) {
    .bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop-list {
        flex-wrap: wrap;
    }
}
.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop-list a {
    text-decoration: none;
    transition: all 0.3s;
}
.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop-list .sale_info {
    position: absolute;
    width: 50px;
    height: 50px;
    right: 10px;
    top: -25px;
    color: #fff;
    font-size: 15px;
    background-color: #5191fa;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    z-index: 999;
    border: 3px solid #fff;
}
.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop-list .featured {
    position: absolute;
    top: 20px;
    left: 0;
    background: #ed0925;
    display: inline-block;
    padding: 0 10px;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    z-index: 1;
    height: 30px;
    line-height: 30px;
}
.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop-list .thumb-image {
    overflow: hidden;
    height: 190px;
    background: #ccc;
    position: relative;
    flex: 0 0 30%;
    padding: 0;
}
@media (max-width: 766px) {
    .bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop-list .thumb-image {
        flex: 0 0 100%;
    }
}
.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop-list .thumb-image:hover a img {
    transform: scale(1.1);
}
.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop-list .thumb-image a img {
    transition: all 0.3s;
    max-width: 100%;
}
.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop-list .thumb-image a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, transparent 0, transparent 0, transparent 65%, rgba(0, 0, 0, 0.75));
    top: 0;
    z-index: 1;
}
.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop-list .thumb-image .price-wrapper {
    position: absolute;
    bottom: 10px;
    left: 15px;
    color: #fff;
    font-size: 22px;
    z-index: 10;
}
.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop-list .thumb-image .price-wrapper .price {
    position: relative;
    display: inline-block;
}
.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop-list .thumb-image .price-wrapper .price .text-price {
    color: #fff;
    font-weight: 500;
    font-size: 22px;
}
.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop-list .thumb-image .price-wrapper .price .onsale {
    position: absolute;
    left: 0;
    top: -18px;
    text-decoration: line-through;
    font-size: 16px;
    color: #fff !important;
    font-weight: 400;
}
.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop-list .thumb-image .price-wrapper .price .unit {
    font-size: 16px;
    color: #fff;
}
.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop-list .thumb-image .service-wishlist {
    position: absolute;
    right: 0;
    z-index: 10;
    top: 0;
    color: #fff;
    padding: 20px;
    cursor: pointer;
}
.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop-list .thumb-image .service-wishlist i {
    transition: all 0.3s;
    font-size: 18px;
}
.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop-list .thumb-image .service-wishlist.loading i,
.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop-list .thumb-image .service-wishlist:hover i {
    color: #ff9290;
}
.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop-list .thumb-image .service-wishlist.active i {
    color: red;
}
.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop-list .service-review {
    padding: 10px 0 0;
    display: none;
}
.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop-list .service-review .rate {
    color: #5191fa;
}
.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop-list .service-review .review {
    margin-left: 30px;
    position: relative;
    color: #6a7a84;
}
.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop-list .service-review .review:after {
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    background: #d0d7dd;
    border-radius: 50%;
    left: -18px;
    top: 8px;
}
@media (max-width: 766px) {
    .bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop-list .service-review {
        display: block;
    }
}
.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop-list .service-review-pc .head {
    display: flex;
    align-items: center;
    position: relative;
    font-size: 14px;
    color: #1a2b48;
    font-weight: 400;
    line-height: 25px;
    justify-content: flex-end;
}
.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop-list .service-review-pc .head .left {
    text-align: right;
}
.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop-list .service-review-pc .head .left .head-rating {
    display: block;
    line-height: 13px;
    margin-top: 8px;
    margin-bottom: 1px;
    font-weight: 500;
}
.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop-list .service-review-pc .head .left .text-rating {
    color: #5191fa;
    font-size: 14px;
}
.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop-list .service-review-pc .head .score {
    position: relative;
    float: right;
    margin-left: 12px;
    padding: 7px 7px 0 9px;
    background: #5191fa;
    border-radius: 4px;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    min-height: 38px;
}
.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop-list .service-review-pc .head .score span {
    font-size: 14px;
    color: #fff;
}
.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop-list .service-review-pc .head .score:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    bottom: 0;
    left: -8px;
    border: 15px solid transparent;
    border-bottom-color: #5191fa;
}
.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop-list .service-review-pc .foot {
    color: #5e6d77;
    font-size: 14px;
    text-align: right;
}
@media (max-width: 766px) {
    .bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop-list .service-review-pc {
        display: none;
    }
}
.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop-list .g-info {
    flex: 0 0 45%;
    padding: 15px;
    position: relative;
}
@media (max-width: 766px) {
    .bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop-list .g-info {
        flex: 0 0 100%;
        padding-bottom: 0;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
    }
    .bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop-list .g-info > div {
        flex: 0 0 100%;
    }
}
.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop-list .g-info .item-title {
    font-size: 18px;
    font-weight: 500;
    position: relative;
    margin-bottom: 5px;
}
@media (max-width: 766px) {
    .bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop-list .g-info .item-title {
        min-height: auto;
        order: 2;
        margin-bottom: 0;
    }
}
.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop-list .g-info .item-title a {
    color: #1a2b50;
}
.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop-list .g-info .item-title i {
    color: #ffc107;
    font-size: 17px;
    margin-right: 2px;
}
.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop-list .g-info .location {
    position: absolute;
    left: 15px;
    bottom: 10px;
    font-size: 15px;
    color: #5e6d77;
}
@media (max-width: 766px) {
    .bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop-list .g-info .location {
        position: relative;
        left: 0;
        bottom: 0;
        margin-top: 5px;
        order: 3;
        margin-bottom: 3px;
    }
}
.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop-list .g-info .location i {
    position: relative;
    font-size: 16px;
}
.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop-list .g-info .star-rate {
    z-index: 1;
}
@media (max-width: 766px) {
    .bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop-list .g-info .star-rate {
        order: 1;
    }
}
.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop-list .g-info .list-star {
    display: inline-block;
    line-height: 13px;
    position: relative;
}
.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop-list .g-info .list-star .booking-item-rating-stars {
    padding: 0;
    margin: 0;
    width: 90px;
}
.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop-list .g-info .list-star .booking-item-rating-stars:after,
.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop-list .g-info .list-star .booking-item-rating-stars:before {
    content: "";
    display: table;
    clear: both;
}
.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop-list .g-info .list-star .booking-item-rating-stars li {
    list-style: none;
    float: left;
    margin-right: 5px;
}
.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop-list .g-info .list-star .booking-item-rating-stars li:last-child {
    margin-right: 0;
}
.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop-list .g-info .list-star .booking-item-rating-stars li .fa {
    font-size: 15px;
    color: #fa5636;
}
@media (max-width: 766px) {
    .bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop-list .g-info .terms {
        order: 4;
    }
}
.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop-list .g-info .terms .attr-title {
    display: inline-block;
    margin-right: 5px;
    color: #5e6d77;
    font-size: 15px;
}
.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop-list .g-info .terms .attr-title i {
    margin-right: 2px;
}
.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop-list .g-info .terms .g-attributes .item {
    margin-right: 5px;
    color: #5e6d77;
    font-size: 15px;
}
.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop-list .g-info .terms .g-attributes .item:before {
    content: "";
    height: 2px;
    width: 2px;
    display: inline-block;
    background: grey;
    vertical-align: middle;
    margin-right: 5px;
}
.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop-list .g-info .terms .g-attributes span:nth-child(2):before {
    display: none;
}
@media (max-width: 1280px) {
    .bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop-list .g-info .terms .g-attributes {
        display: none;
    }
}
@media (max-width: 1280px) {
    .bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop-list .g-info .terms .g-attributes:first-child {
        display: block;
    }
}
@media (max-width: 766px) {
    .bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop-list .g-info .terms .g-attributes {
        display: block;
    }
}
.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop-list .g-rate-price {
    flex: 1;
    padding: 15px 15px 15px 0;
    position: relative;
}
@media (max-width: 766px) {
    .bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop-list .g-rate-price {
        flex: 0 0 100%;
        padding: 0 15px 10px;
    }
}
.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop-list .g-rate-price:before {
    content: "";
    position: absolute;
    left: 15px;
    top: 15px;
    bottom: 15px;
    border-right: 1px solid #dfdfdf;
}
@media (max-width: 1280px) {
    .bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop-list .g-rate-price:before {
        left: 0;
    }
}
@media (max-width: 766px) {
    .bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop-list .g-rate-price:before {
        display: none;
    }
}
.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop-list .g-rate-price .g-price {
    text-align: right;
    position: absolute;
    right: 15px;
    bottom: 10px;
    float: right;
}
@media (max-width: 766px) {
    .bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop-list .g-rate-price .g-price {
        position: relative;
        left: 0;
        bottom: 0;
        float: none;
        text-align: left;
        border-top: 1px solid #dfdfdf;
        margin-top: 10px;
        padding-top: 5px;
    }
}
.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop-list .g-rate-price .g-price .prefix {
    color: #5e6d77;
    display: inline-block;
    font-weight: 400;
    left: -3px;
    position: relative;
}
.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop-list .g-rate-price .g-price .prefix i {
    font-size: 16px;
    color: #ffc107;
}
.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop-list .g-rate-price .g-price .price {
    position: relative;
    display: inline-block;
}
.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop-list .g-rate-price .g-price .price .text-price {
    font-size: 18px;
    color: #1a2b48;
    font-weight: 500;
}
.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop-list .g-rate-price .g-price .price .onsale {
    text-decoration: line-through;
    font-size: 14px;
    color: #c03 !important;
    font-weight: 400;
}
.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop-list .g-rate-price .g-price .price .unit {
    font-size: 14px;
    color: #5e6d77;
    font-weight: 400;
}
.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop-list .g-rate-price .g-price .text-review {
    float: right;
    position: relative;
    top: 5px;
    color: #4b4b4c;
    display: none;
}
@media (max-width: 766px) {
    .bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related .item-loop-list .g-rate-price .g-price .text-review {
        display: block;
    }
}
.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related-widget {
    margin-top: 30px;
}
@media (max-width: 1023px) {
    .bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related-widget {
        margin-bottom: 30px;
    }
}
.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related-widget .heading {
    padding-left: 15px;
    padding-top: 5px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e2e2e2;
    position: relative;
    font-size: 18px;
    color: #1a2b48;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related-widget .heading:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 3px;
    height: 30px;
    background: #5191fa;
}
.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related-widget .item {
    margin-bottom: 15px;
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 10px;
}
.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related-widget .item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related-widget .item .media .media-left {
    width: 100px;
    padding-right: 15px;
}
.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related-widget .item .media .media-left img {
    max-width: 100%;
}
.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related-widget .item .media .media-body {
    width: auto;
}
.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related-widget .item .media .media-body .media-heading {
    margin-top: 5px;
    font-size: 16px;
}
.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related-widget .item .media .media-body .price-wrapper {
    margin-top: 8px;
    font-size: 14px;
    color: #5e6d77;
}
.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related-widget .item .media .media-body .price-wrapper .price {
    font-weight: 500;
    font-size: 16px;
    color: #1a2b48;
}
.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related-widget .item .media .media-body .star-rate {
    line-height: 16px;
}
.bravo_wrap .bravo_detail_hotel .bravo-list-hotel-related-widget .item .media .media-body .star-rate .fa-star {
    color: #fa5636;
    font-size: 14px;
    position: relative;
}
.bravo_wrap .bravo_detail_hotel .bravo_single_book_wrap {
    margin-top: 20px;
}
@media (max-width: 990px) {
    .bravo_wrap .bravo_detail_hotel .bravo_single_book_wrap {
        display: none;
        margin: 0;
    }
    .bravo_wrap .bravo_detail_hotel .bravo_single_book_wrap #sticky-wrapper .bravo_tour_book {
        position: relative !important;
        top: 0 !important;
        width: auto !important;
    }
    .bravo_wrap .bravo_detail_hotel .bravo_single_book_wrap.show {
        position: fixed;
        z-index: 3000;
        left: 0;
        right: 0;
        padding: 20px !important;
        overflow: scroll;
        height: 100%;
        top: 0;
        display: flex !important;
        width: 100%;
        flex-wrap: wrap;
        align-items: center;
    }
    .bravo_wrap .bravo_detail_hotel .bravo_single_book_wrap.show .bravo_tour_book {
        flex-grow: 1;
    }
    .bravo_wrap .bravo_detail_hotel .bravo_single_book_wrap.show #sticky-wrapper {
        height: auto !important;
        flex: 1;
    }
    .bravo_wrap .bravo_detail_hotel .bravo_single_book_wrap.show .form-head {
        padding: 10px 15px;
    }
    .bravo_wrap .bravo_detail_hotel .bravo_single_book_wrap.show .form-head .price .value .onsale {
        display: inline-block;
        font-size: 16px;
    }
    .bravo_wrap .bravo_detail_hotel .bravo_single_book_wrap.show .date-wrapper,
    .bravo_wrap .bravo_detail_hotel .bravo_single_book_wrap.show .form-guest-search,
    .bravo_wrap .bravo_detail_hotel .bravo_single_book_wrap.show .form-section-group {
        padding: 10px 15px;
    }
    .bravo_wrap .bravo_detail_hotel .bravo_single_book_wrap.show label {
        margin: 0 !important;
    }
    .bravo_wrap .bravo_detail_hotel .bravo_single_book_wrap.show .form-section-group .form-section-title {
        font-size: 16px;
    }
    .bravo_wrap .bravo_detail_hotel .bravo_single_book_wrap.show .form-section-group .form-group {
        padding-top: 0;
    }
    .bravo_wrap .bravo_detail_hotel .bravo_single_book_wrap.show .form-section-group .form-group:last-child {
        padding-bottom: 0;
    }
    .bravo_wrap .bravo_detail_hotel .bravo_single_book_wrap.show .submit-group {
        padding: 10px 15px;
        text-align: right;
    }
    .bravo_wrap .bravo_detail_hotel .bravo_single_book_wrap.show .submit-group .btn {
        padding: 7px 16px 5px;
        font-size: 14px;
        width: auto;
    }
}
.bravo_wrap .bravo_detail_hotel .bravo_single_book {
    border: 1px solid #d7dce3;
    border-top: 5px solid #128ac2;
    border-radius: 0 0 4px 4px;
    background: #fff;
    position: relative;
    width: 100%;
}
.bravo_wrap .bravo_detail_hotel .bravo_single_book .tour-sale-box {
    position: absolute;
    top: -5px;
    overflow: hidden;
    height: 70px;
    width: 70px;
    right: -1px;
}
.bravo_wrap .bravo_detail_hotel .bravo_single_book .tour-sale-box .sale_class {
    position: absolute;
    width: 90px;
    height: 48px;
    transform: rotate(45deg);
    right: -30px;
    top: -9px;
    line-height: 65px;
    text-align: center;
    color: #fff;
    font-size: 15px;
    z-index: 8;
    background-color: #c03;
}
.bravo_wrap .bravo_detail_hotel .bravo_single_book .form-head {
    position: relative;
    padding: 20px;
    color: #5e6d77;
    font-size: 14px;
    border-bottom: 1px solid #d7dce3;
}
.bravo_wrap .bravo_detail_hotel .bravo_single_book .form-head .price {
    display: flex;
    align-items: flex-end;
    font-size: 18px;
    color: #1a2b48;
    font-weight: 500;
}
.bravo_wrap .bravo_detail_hotel .bravo_single_book .form-head .price .label {
    font-size: 14px;
    color: #5e6d77;
    font-weight: 400;
    padding: 0 10px 0 0;
    position: relative;
    top: -3px;
}
.bravo_wrap .bravo_detail_hotel .bravo_single_book .form-head .price .value {
    line-height: 28px;
}
.bravo_wrap .bravo_detail_hotel .bravo_single_book .form-head .price .value .text-lg {
    font-weight: 500;
    font-size: 24px;
    color: #00001e;
}
.bravo_wrap .bravo_detail_hotel .bravo_single_book .form-head .price .value .onsale {
    display: block;
    text-decoration: line-through;
    font-size: 17px;
    color: #c03 !important;
    font-weight: 400;
    line-height: 20px;
}
.bravo_wrap .bravo_detail_hotel .bravo_single_book .form-content .form-group {
    margin-bottom: 0;
    border-bottom: 1px solid #d7dce3;
}
.bravo_wrap .bravo_detail_hotel .bravo_single_book .form-content .form-group .item-disable .icon,
.bravo_wrap .bravo_detail_hotel .bravo_single_book .form-content .form-group .item-disable .render,
.bravo_wrap .bravo_detail_hotel .bravo_single_book .form-content .form-group .item-disable input,
.bravo_wrap .bravo_detail_hotel .bravo_single_book .form-content .form-group .item-disable label {
    color: #888 !important;
}
.bravo_wrap .bravo_detail_hotel .bravo_single_book .form-date-search,
.bravo_wrap .bravo_detail_hotel .bravo_single_book .form-date-search-hotel {
    position: relative;
}
.bravo_wrap .bravo_detail_hotel .bravo_single_book .form-date-search-hotel .start_date,
.bravo_wrap .bravo_detail_hotel .bravo_single_book .form-date-search .start_date {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
}
.bravo_wrap .bravo_detail_hotel .bravo_single_book .date-wrapper,
.bravo_wrap .bravo_detail_hotel .bravo_single_book .form-guest-search {
    padding: 15px 20px;
    display: flex;
    align-items: center;
}
.bravo_wrap .bravo_detail_hotel .bravo_single_book .date-wrapper .check-in-wrapper,
.bravo_wrap .bravo_detail_hotel .bravo_single_book .date-wrapper .guest-wrapper,
.bravo_wrap .bravo_detail_hotel .bravo_single_book .form-guest-search .check-in-wrapper,
.bravo_wrap .bravo_detail_hotel .bravo_single_book .form-guest-search .guest-wrapper {
    padding: 0;
    width: 100%;
    float: left;
}
.bravo_wrap .bravo_detail_hotel .bravo_single_book .date-wrapper .check-in-wrapper label,
.bravo_wrap .bravo_detail_hotel .bravo_single_book .date-wrapper .guest-wrapper label,
.bravo_wrap .bravo_detail_hotel .bravo_single_book .form-guest-search .check-in-wrapper label,
.bravo_wrap .bravo_detail_hotel .bravo_single_book .form-guest-search .guest-wrapper label {
    font-size: 16px;
    color: #1a2b48;
    font-weight: 500;
    margin-bottom: 5px;
}
.bravo_wrap .bravo_detail_hotel .bravo_single_book .date-wrapper .check-in-wrapper .render,
.bravo_wrap .bravo_detail_hotel .bravo_single_book .date-wrapper .guest-wrapper .render,
.bravo_wrap .bravo_detail_hotel .bravo_single_book .form-guest-search .check-in-wrapper .render,
.bravo_wrap .bravo_detail_hotel .bravo_single_book .form-guest-search .guest-wrapper .render {
    font-size: 13px;
    color: #5e6d77;
}
.bravo_wrap .bravo_detail_hotel .bravo_single_book .date-wrapper .fa,
.bravo_wrap .bravo_detail_hotel .bravo_single_book .form-guest-search .fa {
    font-size: 25px;
}
.bravo_wrap .bravo_detail_hotel .bravo_single_book .date-wrapper .input-number-group .input input,
.bravo_wrap .bravo_detail_hotel .bravo_single_book .form-guest-search .input-number-group .input input {
    border: none;
    background: none;
    width: 35px;
    text-align: center;
    color: #000;
    margin-left: 15px;
}
.bravo_wrap .bravo_detail_hotel .bravo_single_book .form-section-group {
    padding: 15px 20px;
}
.bravo_wrap .bravo_detail_hotel .bravo_single_book .form-section-group .form-section-title {
    font-size: 18px;
}
.bravo_wrap .bravo_detail_hotel .bravo_single_book .form-section-group label {
    font-size: inherit;
    color: #1a2b48;
    font-weight: 500;
    margin-bottom: 0;
}
.bravo_wrap .bravo_detail_hotel .bravo_single_book .form-section-group .render {
    font-size: 13px;
    color: #5e6d77;
}
.bravo_wrap .bravo_detail_hotel .bravo_single_book .form-section-group .form-group {
    padding: 10px 0;
    border-bottom: 0;
}
.bravo_wrap .bravo_detail_hotel .bravo_single_book .submit-group {
    border-top: 1px solid #d7dce3;
    padding: 20px;
}
.bravo_wrap .bravo_detail_hotel .bravo_single_book .submit-group .btn {
    width: 100%;
    font-size: 16px;
    padding: 12px 25px;
    color: #fff;
}
.bravo_wrap .bravo_detail_hotel .bravo_single_book .submit-group .alert-text {
    margin-top: 10px;
}
.bravo_wrap .bravo_detail_hotel .bravo_single_book .form-section-total {
    border-top: 1px solid #d7dce3;
    padding: 15px 20px;
}
.bravo_wrap .bravo_detail_hotel .bravo_single_book .form-section-total label {
    font-size: 16px;
    margin-bottom: 0;
}
.bravo_wrap .bravo_detail_hotel .bravo_single_book .form-section-total .price {
    float: right;
}
.bravo_wrap .bravo_detail_hotel .bravo_single_book .nav-enquiry {
    background: #f9f9f9;
    padding: 20px;
    border-bottom: 1px solid #d7dce3;
    display: flex;
}
.bravo_wrap .bravo_detail_hotel .bravo_single_book .nav-enquiry .enquiry-item {
    flex: 0 0 50%;
    text-align: center;
}
.bravo_wrap .bravo_detail_hotel .bravo_single_book .nav-enquiry .enquiry-item span {
    color: #1a2b4e;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 18px;
    font-family: Roboto, sans-serif;
    display: inline-block;
    border-bottom: 1px solid transparent;
    cursor: pointer;
}
.bravo_wrap .bravo_detail_hotel .bravo_single_book .nav-enquiry .enquiry-item.active span {
    border-bottom: 1px solid #128ac2;
    color: #128ac2;
}
.bravo_wrap .bravo_detail_hotel .bravo_single_book .form-enquiry {
    padding: 20px;
}
.bravo_wrap .bravo_detail_hotel .bravo_single_book .form-enquiry .btn-primary {
    width: 100%;
    color: #fff;
    font-size: 16px;
}
.bravo_wrap .bravo_detail_hotel .bravo_single_book .form-enquiry .btn-primary.is-success {
    background: #797979 !important;
}
.bravo_wrap .bravo_detail_hotel .bravo_single_book .form-enquiry .btn-primary.is-success .fa {
    display: none;
}
.bravo_wrap .bravo_detail_hotel .bravo_single_book .form-enquiry .form-control {
    border-top: none;
    border-left: none;
    border-right: none;
}
.bravo_wrap .bravo_detail_hotel .bravo_single_book .form-enquiry textarea {
    height: 100px;
}
.bravo_wrap .bravo_detail_hotel .bravo_single_book .form-enquiry .alert-text {
    margin-top: 10px;
}
.bravo_wrap .bravo_detail_hotel .bravo_single_book .form-send-enquiry {
    text-align: center;
    margin: 20px 0;
}
.bravo_wrap .bravo_detail_hotel .bravo-more-book-mobile {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 11;
    display: none;
    border-top: 1px solid #ddd;
}
@media (max-width: 990px) {
    .bravo_wrap .bravo_detail_hotel .bravo-more-book-mobile {
        display: block;
    }
}
.bravo_wrap .bravo_detail_hotel .bravo-more-book-mobile .container {
    align-items: center;
    display: flex;
    -ms-flex-wrap: wrap;
    height: 65px;
    flex-wrap: wrap;
}
.bravo_wrap .bravo_detail_hotel .bravo-more-book-mobile .left,
.bravo_wrap .bravo_detail_hotel .bravo-more-book-mobile .right {
    flex: 0 0 50%;
    max-width: 50%;
}
.bravo_wrap .bravo_detail_hotel .bravo-more-book-mobile .left .g-price .prefix {
    color: #5e6d77;
    display: inline-block;
}
.bravo_wrap .bravo_detail_hotel .bravo-more-book-mobile .left .g-price .prefix i {
    font-size: 16px;
    color: #ffc107;
}
.bravo_wrap .bravo_detail_hotel .bravo-more-book-mobile .left .g-price .fr_text {
    font-size: 12px;
}
.bravo_wrap .bravo_detail_hotel .bravo-more-book-mobile .left .g-price .price {
    position: relative;
    display: inline-block;
}
.bravo_wrap .bravo_detail_hotel .bravo-more-book-mobile .left .g-price .price .text-price {
    font-size: 20px;
    color: #1a2b48;
    font-weight: 500;
}
.bravo_wrap .bravo_detail_hotel .bravo-more-book-mobile .left .g-price .price .onsale {
    text-decoration: line-through;
    font-size: 16px;
    color: #c03 !important;
    font-weight: 400;
}
.bravo_wrap .bravo_detail_hotel .bravo-more-book-mobile .left .g-price i {
    font-size: 18px;
}
.bravo_wrap .bravo_detail_hotel .bravo-more-book-mobile .left .service-review .list-star {
    display: inline-block;
    line-height: 13px;
    position: relative;
}
.bravo_wrap .bravo_detail_hotel .bravo-more-book-mobile .left .service-review .list-star .booking-item-rating-stars {
    padding: 0;
    margin: 0;
    width: 90px;
}
.bravo_wrap .bravo_detail_hotel .bravo-more-book-mobile .left .service-review .list-star .booking-item-rating-stars:after,
.bravo_wrap .bravo_detail_hotel .bravo-more-book-mobile .left .service-review .list-star .booking-item-rating-stars:before {
    content: "";
    display: table;
    clear: both;
}
.bravo_wrap .bravo_detail_hotel .bravo-more-book-mobile .left .service-review .list-star .booking-item-rating-stars li {
    list-style: none;
    float: left;
    margin-right: 5px;
}
.bravo_wrap .bravo_detail_hotel .bravo-more-book-mobile .left .service-review .list-star .booking-item-rating-stars li:last-child {
    margin-right: 0;
}
.bravo_wrap .bravo_detail_hotel .bravo-more-book-mobile .left .service-review .list-star .booking-item-rating-stars li .fa {
    font-size: 15px;
    color: #ffdc00;
}
.bravo_wrap .bravo_detail_hotel .bravo-more-book-mobile .left .service-review .list-star .booking-item-rating-stars-active {
    position: absolute;
    width: 0;
    top: 0;
    left: 0;
    overflow: hidden;
}
.bravo_wrap .bravo_detail_hotel .bravo-more-book-mobile .left .service-review .review {
    position: relative;
    top: -2px;
    font-size: 13px;
    color: #768092;
    margin-left: 10px;
}
@media (max-width: 340px) {
    .bravo_wrap .bravo_detail_hotel .bravo-more-book-mobile .left .service-review .review {
        display: none;
    }
}
.bravo_wrap .bravo_detail_hotel .bravo-more-book-mobile .right {
    text-align: right;
}
.bravo_wrap .bravo_detail_hotel .bravo-more-book-mobile .btn-primary {
    padding: 8px 20px 6px;
    color: #fff;
    text-transform: uppercase;
}
.bravo_wrap .bravo_detail_hotel .hotel_rooms_form .nav-enquiry {
    background: #f9f9f9;
    padding: 20px;
    display: flex;
    border: 1px solid #d7dce3;
    border-top: 5px solid #128ac2;
}
.bravo_wrap .bravo_detail_hotel .hotel_rooms_form .nav-enquiry .enquiry-item {
    flex: 0 0 50%;
    text-align: center;
}
.bravo_wrap .bravo_detail_hotel .hotel_rooms_form .nav-enquiry .enquiry-item span {
    color: #1a2b4e;
    text-transform: uppercase;
    font-weight: 500;
    display: inline-block;
    border-bottom: 1px solid transparent;
    cursor: pointer;
}
.bravo_wrap .bravo_detail_hotel .hotel_rooms_form .nav-enquiry .enquiry-item.active span {
    border-bottom: 1px solid #128ac2;
    color: #128ac2;
}
.bravo_wrap .bravo_detail_hotel .hotel_rooms_form .form-enquiry {
    padding: 20px;
}
.bravo_wrap .bravo_detail_hotel .hotel_rooms_form .form-enquiry .btn-primary {
    width: 100%;
    color: #fff;
    font-size: 16px;
}
.bravo_wrap .bravo_detail_hotel .hotel_rooms_form .form-enquiry .btn-primary.is-success {
    background: #797979 !important;
}
.bravo_wrap .bravo_detail_hotel .hotel_rooms_form .form-enquiry .btn-primary.is-success .fa {
    display: none;
}
.bravo_wrap .bravo_detail_hotel .hotel_rooms_form .form-enquiry .form-control {
    border-top: none;
    border-left: none;
    border-right: none;
}
.bravo_wrap .bravo_detail_hotel .hotel_rooms_form .form-enquiry textarea {
    height: 100px;
}
.bravo_wrap .bravo_detail_hotel .hotel_rooms_form .form-enquiry .alert-text {
    margin-top: 10px;
}
.bravo_wrap .bravo_detail_hotel .hotel_rooms_form .form-enquiry {
    border: 1px solid #d7dce3;
    border-top: none;
}
.bravo_wrap .bravo_detail_hotel .hotel_rooms_form .form-enquiry .btn-primary {
    width: 180px;
}
.bravo_wrap .bravo_detail_hotel #enquiry_form_modal,
.bravo_wrap .bravo_detail_hotel #enquiry_form_modal .modal-dialog {
    z-index: 9999;
}
.bravo_wrap .bravo_detail_hotel #enquiry_form_modal:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: #000;
    z-index: 9998;
    bottom: 0;
    right: 0;
    opacity: 0.8;
}
.bravo_wrap .bravo_search_map .list-item {
    margin-top: 15px;
}
.cart-total-group {
    border-top: 1px solid #d7dce3;
}
.cart-total-group ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.cart-total-group li {
    display: flex;
    justify-content: space-between;
    padding: 7px 0;
}
.cart-total-group li .label {
    flex-grow: 1;
    color: #1a2b48;
    font-weight: 500;
}
.cart-total-group li .val {
    flex-shrink: 0;
}
.cart-total-group li.line-end-total {
    border-top: 1px solid #d7dce3;
}
.cart-total-group li.line-new-section {
    border-top: 1px solid #d7dce3;
    color: #1a2b48;
    font-weight: 500;
    font-size: 16px;
}
.cart-total-group li.line-end-total .label {
    font-size: 16px;
}
.cart-total-group li.line-end-total .val {
    color: #5191fa;
    font-weight: 500;
    font-size: 16px;
}
.has-search-map {
    height: 100%;
}
.has-search-map .bravo_wrap {
    display: flex;
    height: 100%;
    flex-direction: column;
}
.has-search-map .bravo_wrap .bravo_header {
    background: #fff;
}
.has-search-map .bravo_wrap .bravo_header .content {
    background: transparent;
}
.has-search-map .bravo_wrap .bravo_header .header-left {
    width: 80%;
}
@media (max-width: 1366px) {
    .has-search-map .bravo_wrap .bravo_header .header-left {
        width: 75%;
    }
}
@media (max-width: 990px) {
    .has-search-map .bravo_wrap .bravo_header .header-left {
        width: 100%;
    }
}
.has-search-map .bravo_wrap .bravo_header .header-right {
    width: 20%;
}
@media (max-width: 1366px) {
    .has-search-map .bravo_wrap .bravo_header .header-right {
        width: 25%;
    }
}
@media (max-width: 990px) {
    .has-search-map .bravo_wrap .bravo_header .header-right {
        display: none;
    }
}
.has-search-map .bravo_wrap .bravo_search_tour {
    flex-grow: 1;
    display: flex;
    overflow-y: auto;
    flex-direction: column;
}
.has-search-map .bravo_wrap .bravo_search_tour .bravo_form_search_map {
    border-top: 1px solid #e0e0e0;
    flex-shrink: 0;
    padding: 12px;
}
.has-search-map .bravo_wrap .bravo_search_tour .bravo_form_search_map .filter-item {
    padding: 0 8px;
    flex-grow: 1;
}
@media (max-width: 990px) {
    .has-search-map .bravo_wrap .bravo_search_tour .bravo_form_search_map .filter-item {
        border-bottom: 1px solid #e0e0e0;
    }
    .has-search-map .bravo_wrap .bravo_search_tour .bravo_form_search_map .filter-item:last-child {
        border-bottom: none;
    }
}
.has-search-map .bravo_wrap .bravo_search_tour .bravo_form_search_map .filter-item .dropdown-menu {
    margin-top: -1px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 20px;
    min-width: 250px;
    border-radius: 0;
}
.has-search-map .bravo_wrap .bravo_search_tour .bravo_form_search_map .filter-item .dropdown-toggle:after {
    display: none;
}
.has-search-map .bravo_wrap .bravo_search_tour .bravo_form_search_map .bravo_form {
    background: #fff;
    box-shadow: none;
}
@media (max-width: 990px) {
    .has-search-map .bravo_wrap .bravo_search_tour .bravo_form_search_map .bravo_form {
        display: block !important;
        border: 1px solid #ccc;
        border-bottom: none;
        box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
    }
}
.has-search-map .bravo_wrap .bravo_search_tour .bravo_form_search_map .bravo_form .form-group {
    margin-bottom: 0;
    border: 1px solid #e0e0e0;
    height: 42px;
    position: relative;
}
@media (max-width: 990px) {
    .has-search-map .bravo_wrap .bravo_search_tour .bravo_form_search_map .bravo_form .form-group {
        border: none;
    }
}
.has-search-map .bravo_wrap .bravo_search_tour .bravo_form_search_map .bravo_form .border-right {
    border-right: 1px solid #d7dce3;
}
.has-search-map .bravo_wrap .bravo_search_tour .bravo_form_search_map .bravo_form .field-detination {
    position: relative;
    padding: 8px;
    transition: all 0.3s;
}
.has-search-map .bravo_wrap .bravo_search_tour .bravo_form_search_map .bravo_form .field-detination #dropdown-destination {
    padding-left: 40px;
}
.has-search-map .bravo_wrap .bravo_search_tour .bravo_form_search_map .bravo_form .field-detination #dropdown-destination .form-control {
    border: none;
    box-shadow: none;
    padding: 0;
    font-size: 14px;
    color: #4b4b4b;
    position: relative;
    left: -5px;
    height: 25px !important;
}
.has-search-map .bravo_wrap .bravo_search_tour .bravo_form_search_map .bravo_form .field-detination #dropdown-destination .form-control option {
    color: #000;
}
.has-search-map .bravo_wrap .bravo_search_tour .bravo_form_search_map .bravo_form label {
    font-size: 14px;
    color: #5e6d77;
    font-weight: 400;
    margin-bottom: 0;
}
.has-search-map .bravo_wrap .bravo_search_tour .bravo_form_search_map .bravo_form .render {
    font-size: 14px;
    color: #4b4b4b;
}
.has-search-map .bravo_wrap .bravo_search_tour .bravo_form_search_map .bravo_form .field-icon {
    position: absolute;
    top: 50%;
    margin-top: -12px;
    font-size: 23px;
    color: #5e6d77;
    left: 8px;
}
.has-search-map .bravo_wrap .bravo_search_tour .bravo_form_search_map .bravo_form .form-date-search,
.has-search-map .bravo_wrap .bravo_search_tour .bravo_form_search_map .bravo_form .form-date-search-hotel,
.has-search-map .bravo_wrap .bravo_search_tour .bravo_form_search_map .bravo_form .form-guest-search {
    padding: 10px 15px 8px;
    position: relative;
    transition: all 0.3s;
}
.has-search-map .bravo_wrap .bravo_search_tour .bravo_form_search_map .bravo_form .form-date-search-hotel .date-wrapper,
.has-search-map .bravo_wrap .bravo_search_tour .bravo_form_search_map .bravo_form .form-date-search .date-wrapper,
.has-search-map .bravo_wrap .bravo_search_tour .bravo_form_search_map .bravo_form .form-guest-search .date-wrapper {
    padding-left: 15px;
}
.has-search-map .bravo_wrap .bravo_search_tour .bravo_form_search_map .bravo_form .form-date-search-hotel .start_date,
.has-search-map .bravo_wrap .bravo_search_tour .bravo_form_search_map .bravo_form .form-date-search .start_date,
.has-search-map .bravo_wrap .bravo_search_tour .bravo_form_search_map .bravo_form .form-guest-search .start_date {
    position: absolute;
}
.has-search-map .bravo_wrap .bravo_search_tour .bravo_form_search_map .bravo_form .form-date-search-hotel .check-in-wrapper,
.has-search-map .bravo_wrap .bravo_search_tour .bravo_form_search_map .bravo_form .form-date-search-hotel .guest-wrapper,
.has-search-map .bravo_wrap .bravo_search_tour .bravo_form_search_map .bravo_form .form-date-search .check-in-wrapper,
.has-search-map .bravo_wrap .bravo_search_tour .bravo_form_search_map .bravo_form .form-date-search .guest-wrapper,
.has-search-map .bravo_wrap .bravo_search_tour .bravo_form_search_map .bravo_form .form-guest-search .check-in-wrapper,
.has-search-map .bravo_wrap .bravo_search_tour .bravo_form_search_map .bravo_form .form-guest-search .guest-wrapper {
    padding-left: 10px;
}
.has-search-map .bravo_wrap .bravo_search_tour .bravo_form_search_map .bravo_form .form-date-search-hotel .check-in-wrapper .check-in-render,
.has-search-map .bravo_wrap .bravo_search_tour .bravo_form_search_map .bravo_form .form-date-search-hotel .check-in-wrapper .check-out-render,
.has-search-map .bravo_wrap .bravo_search_tour .bravo_form_search_map .bravo_form .form-date-search-hotel .guest-wrapper .check-in-render,
.has-search-map .bravo_wrap .bravo_search_tour .bravo_form_search_map .bravo_form .form-date-search-hotel .guest-wrapper .check-out-render,
.has-search-map .bravo_wrap .bravo_search_tour .bravo_form_search_map .bravo_form .form-date-search .check-in-wrapper .check-in-render,
.has-search-map .bravo_wrap .bravo_search_tour .bravo_form_search_map .bravo_form .form-date-search .check-in-wrapper .check-out-render,
.has-search-map .bravo_wrap .bravo_search_tour .bravo_form_search_map .bravo_form .form-date-search .guest-wrapper .check-in-render,
.has-search-map .bravo_wrap .bravo_search_tour .bravo_form_search_map .bravo_form .form-date-search .guest-wrapper .check-out-render,
.has-search-map .bravo_wrap .bravo_search_tour .bravo_form_search_map .bravo_form .form-guest-search .check-in-wrapper .check-in-render,
.has-search-map .bravo_wrap .bravo_search_tour .bravo_form_search_map .bravo_form .form-guest-search .check-in-wrapper .check-out-render,
.has-search-map .bravo_wrap .bravo_search_tour .bravo_form_search_map .bravo_form .form-guest-search .guest-wrapper .check-in-render,
.has-search-map .bravo_wrap .bravo_search_tour .bravo_form_search_map .bravo_form .form-guest-search .guest-wrapper .check-out-render {
    display: inline-block;
    width: auto;
}
.has-search-map .bravo_wrap .bravo_search_tour .bravo_form_search_map .bravo_form .form-date-search-hotel .check-in-wrapper span,
.has-search-map .bravo_wrap .bravo_search_tour .bravo_form_search_map .bravo_form .form-date-search-hotel .guest-wrapper span,
.has-search-map .bravo_wrap .bravo_search_tour .bravo_form_search_map .bravo_form .form-date-search .check-in-wrapper span,
.has-search-map .bravo_wrap .bravo_search_tour .bravo_form_search_map .bravo_form .form-date-search .guest-wrapper span,
.has-search-map .bravo_wrap .bravo_search_tour .bravo_form_search_map .bravo_form .form-guest-search .check-in-wrapper span,
.has-search-map .bravo_wrap .bravo_search_tour .bravo_form_search_map .bravo_form .form-guest-search .guest-wrapper span {
    color: #5e6d77;
    position: relative;
    padding: 0 5px;
}
.has-search-map .bravo_wrap .bravo_search_tour .bravo_form_search_map .bravo_form .form-date-search-hotel .check-in-wrapper label,
.has-search-map .bravo_wrap .bravo_search_tour .bravo_form_search_map .bravo_form .form-date-search-hotel .guest-wrapper label,
.has-search-map .bravo_wrap .bravo_search_tour .bravo_form_search_map .bravo_form .form-date-search .check-in-wrapper label,
.has-search-map .bravo_wrap .bravo_search_tour .bravo_form_search_map .bravo_form .form-date-search .guest-wrapper label,
.has-search-map .bravo_wrap .bravo_search_tour .bravo_form_search_map .bravo_form .form-guest-search .check-in-wrapper label,
.has-search-map .bravo_wrap .bravo_search_tour .bravo_form_search_map .bravo_form .form-guest-search .guest-wrapper label {
    display: block;
}
.has-search-map .bravo_wrap .bravo_search_tour .bravo_form_search_map .bravo_form .form-date-search-hotel .check-in-out,
.has-search-map .bravo_wrap .bravo_search_tour .bravo_form_search_map .bravo_form .form-date-search .check-in-out,
.has-search-map .bravo_wrap .bravo_search_tour .bravo_form_search_map .bravo_form .form-guest-search .check-in-out {
    position: absolute;
    left: -15px;
    bottom: 1px;
    z-index: -1;
    opacity: 0;
}
.has-search-map .bravo_wrap .bravo_search_tour .bravo_form_search_map .bravo_form .filter-simple .form-group .filter-title {
    padding: 10px 15px;
    justify-content: space-between;
    align-items: center;
    display: flex;
    margin: 0;
    font-weight: 400;
    line-height: 20px;
    font-size: 18px;
}
.has-search-map .bravo_wrap .bravo_search_tour .bravo_form_search_map .bravo_form .g-button-submit {
    position: relative;
    min-height: 66px;
    margin: 0 -1px 0 -15px;
}
.has-search-map .bravo_wrap .bravo_search_tour .bravo_form_search_map .bravo_form .g-button-submit button {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    height: 100%;
    width: 100%;
    margin-right: -15px;
    border-radius: 0;
    background: #5191fa;
    border: none;
    text-transform: uppercase;
    font-weight: 500;
    cursor: pointer;
}
.has-search-map .bravo_wrap .bravo_search_tour .bravo_form_search_map .bravo_form .form-content {
    padding: 8px 8px 8px 40px;
}
.has-search-map .bravo_wrap .bravo_search_tour .bravo_form_search_map .bravo_form .form-content.search-box {
    padding: 0 8px 0 40px;
}
.has-search-map .bravo_wrap .bravo_search_tour .bravo_form_search_map .bravo_form .form-content .smart-search {
    position: static;
}
.has-search-map .bravo_wrap .bravo_search_tour .bravo_form_search_map .bravo_form .form-content .smart-search .parent_text {
    font-size: 14px;
    color: #4b4b4b;
}
.has-search-map .bravo_wrap .bravo_search_tour .bravo_form_search_map .bravo_form .form-content .smart-search .parent_text::-webkit-input-placeholder {
    color: #4b4b4b;
}
.has-search-map .bravo_wrap .bravo_search_tour .bravo_form_search_map .bravo_form .form-content .smart-search .parent_text::-moz-placeholder {
    color: #4b4b4b;
}
.has-search-map .bravo_wrap .bravo_search_tour .bravo_form_search_map .bravo_form .form-content .smart-search .parent_text:-ms-input-placeholder {
    color: #4b4b4b;
}
.has-search-map .bravo_wrap .bravo_search_tour .bravo_form_search_map .bravo_form .form-content .smart-search .parent_text::-ms-input-placeholder {
    color: #4b4b4b;
}
.has-search-map .bravo_wrap .bravo_search_tour .bravo_form_search_map .bravo_form .form-content .smart-search .parent_text::placeholder {
    color: #4b4b4b;
}
.has-search-map .bravo_wrap .bravo_search_tour .bravo_form_search_map .bravo_form .form-content .smart-search:after {
    color: #4b4b4b;
    top: 18px;
    right: 15px;
}
.has-search-map .bravo_wrap .bravo_search_tour .bravo_form_search_map .bravo_form .form-content .bravo-autocomplete {
    margin-top: 1px;
    right: -1px;
    left: -1px;
}
.has-search-map .bravo_search_map {
    display: flex;
    flex-grow: 1;
    min-height: 0;
    background: #f5f5f5;
    border-top: 1px solid #e0e0e0;
    direction: ltr;
}
@media (max-width: 990px) {
    .has-search-map .bravo_search_map {
        display: block;
    }
}
.has-search-map .bravo_search_map .results_map {
    flex-shrink: 0;
    width: 40%;
    left: 0;
    border-right: 1px solid #e0e0e0;
    position: relative;
    order: 1;
}
@media (max-width: 990px) {
    .has-search-map .bravo_search_map .results_map {
        width: 100%;
        height: 300px;
        padding: 15px;
        border-right: none;
        background: #fff;
    }
}
.has-search-map .bravo_search_map .results_map .map_loading {
    display: none;
}
.has-search-map .bravo_search_map .results_map .results_map_inner {
    height: 100%;
    z-index: 1;
}
.has-search-map .bravo_search_map .results_item {
    flex-grow: 1;
    position: relative;
    order: 2;
}
.has-search-map .bravo_search_map .results_item #advance_filters {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    z-index: 999999;
    flex-direction: column;
    background: #fff;
}
@media (max-width: 990px) {
    .has-search-map .bravo_search_map .results_item #advance_filters {
        position: fixed;
        bottom: 0;
    }
}
.has-search-map .bravo_search_map .results_item #advance_filters .ad-filter-b {
    flex-grow: 1;
    min-height: 0;
    overflow-y: auto;
    padding: 30px;
}
.has-search-map .bravo_search_map .results_item #advance_filters .ad-filter-b .filter-item {
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.has-search-map .bravo_search_map .results_item #advance_filters .ad-filter-b .filter-item:last-child {
    border-bottom: 0;
}
.has-search-map .bravo_search_map .results_item #advance_filters .ad-filter-b .filter-title {
    margin-bottom: 10px;
    font-size: 15px;
}
.has-search-map .bravo_search_map .results_item #advance_filters .ad-filter-b .filter-items {
    padding: 0;
    list-style: none;
}
.has-search-map .bravo_search_map .results_item #advance_filters .ad-filter-b .filter-items .filter-term-item label {
    margin-bottom: 8px;
}
.has-search-map .bravo_search_map .results_item #advance_filters .ad-filter-f {
    border-top: 1px solid #ececec;
    background-color: #fafafa;
    flex-shrink: 0;
    padding: 10px 15px;
    border-bottom: 1px solid #dad8d8;
}
.has-search-map .bravo_search_map .results_item .text-paginate {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 15px 0 0;
    color: #818181;
}
.has-search-map .bravo_search_map .results_item .text-paginate h2 {
    font-size: 24px;
    color: #000;
    margin-bottom: 0;
}
.has-search-map .bravo_search_map .results_item .listing_items {
    height: 100%;
    overflow-y: auto;
}
.has-search-map .bravo_search_map .results_item .listing_items .bravo-list-item {
    height: 100%;
    padding: 0 30px;
}
@media (max-width: 1023px) {
    .has-search-map .bravo_search_map .results_item .listing_items .bravo-list-item {
        height: auto;
    }
}
@media (max-width: 766px) {
    .has-search-map .bravo_search_map .results_item .listing_items .bravo-list-item {
        padding: 0 15px;
    }
}
.has-search-map .bravo_search_map .results_item .listing_items .bravo-list-item.not-found {
    justify-content: center;
    align-items: center;
    text-align: center;
    display: flex;
}
@media (max-width: 1280px) {
    .has-search-map .bravo_search_map .results_item .listing_items .bravo-list-item .list-item .row .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media (max-width: 766px) {
    .has-search-map .bravo_search_map .results_item .listing_items .bravo-list-item .list-item .row .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
.has-search-map .bravo_search_map .results_item .listing_items .bravo-list-item .list-item .item-tour {
    background: #fff;
}
.has-search-map .bravo_search_map .results_item .listing_items .bravo-list-item .list-item .item-tour .thumb-image {
    max-height: 170px;
}
@media (max-width: 766px) {
    .has-search-map .bravo_search_map .results_item .listing_items .bravo-list-item .list-item .item-tour .thumb-image {
        max-height: 180px;
    }
}
.has-search-map .bravo_search_map.map_right .results_map {
    order: 2;
}
.has-search-map .bravo_search_map.map_right .results_item {
    order: 1;
}
.has-search-map .bravo-filter-price .irs--flat .irs-from,
.has-search-map .bravo-filter-price .irs--flat .irs-single,
.has-search-map .bravo-filter-price .irs--flat .irs-to {
    font-size: 11px;
    background-color: #5191fa;
}
.has-search-map .bravo-filter-price .irs--flat .irs-bar {
    top: 25px;
    height: 12px;
    background-color: #5191fa;
}
.has-search-map .bravo-filter-price .irs--flat .irs-handle > i:first-child {
    background-color: #5191fa;
}
.has-search-map .bravo-filter-price .irs--flat .irs-from:before,
.has-search-map .bravo-filter-price .irs--flat .irs-single:before,
.has-search-map .bravo-filter-price .irs--flat .irs-to:before {
    border-top-color: #5191fa;
}
.has-search-map .bravo_search_map .results_map .item-loop {
    border: 1px solid #dfdfdf;
    overflow: hidden;
    padding-bottom: 20px;
    position: relative;
    margin-bottom: 30px;
}
.has-search-map .bravo_search_map .results_map .item-loop a {
    text-decoration: none;
    transition: all 0.3s;
}
.has-search-map .bravo_search_map .results_map .item-loop .sale_info {
    position: absolute;
    width: 50px;
    height: 50px;
    right: 10px;
    top: -25px;
    color: #fff;
    font-size: 15px;
    background-color: #5191fa;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    z-index: 999;
    border: 3px solid #fff;
}
.has-search-map .bravo_search_map .results_map .item-loop .featured {
    position: absolute;
    top: 20px;
    left: 0;
    background: #ed0925;
    display: inline-block;
    padding: 0 10px;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    z-index: 1;
    height: 30px;
    line-height: 30px;
}
.has-search-map .bravo_search_map .results_map .item-loop .thumb-image {
    overflow: hidden;
    height: 185px;
    background: #ccc;
    position: relative;
}
.has-search-map .bravo_search_map .results_map .item-loop .thumb-image:hover a img {
    transform: scale(1.1);
}
.has-search-map .bravo_search_map .results_map .item-loop .thumb-image a img {
    transition: all 0.3s;
    max-width: 100%;
}
.has-search-map .bravo_search_map .results_map .item-loop .thumb-image a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, transparent 0, transparent 0, transparent 65%, rgba(0, 0, 0, 0.75));
    top: 0;
    z-index: 1;
}
.has-search-map .bravo_search_map .results_map .item-loop .thumb-image .price-wrapper {
    position: absolute;
    bottom: 10px;
    left: 15px;
    color: #fff;
    font-size: 22px;
    z-index: 10;
}
.has-search-map .bravo_search_map .results_map .item-loop .thumb-image .price-wrapper .price {
    position: relative;
    display: inline-block;
}
.has-search-map .bravo_search_map .results_map .item-loop .thumb-image .price-wrapper .price .text-price {
    color: #fff;
    font-weight: 500;
    font-size: 22px;
}
.has-search-map .bravo_search_map .results_map .item-loop .thumb-image .price-wrapper .price .onsale {
    position: absolute;
    left: 0;
    top: -18px;
    text-decoration: line-through;
    font-size: 15px;
    color: #fff !important;
    font-weight: 400;
}
.has-search-map .bravo_search_map .results_map .item-loop .thumb-image .price-wrapper .price .unit {
    font-size: 14px;
    color: #fff;
}
.has-search-map .bravo_search_map .results_map .item-loop .thumb-image .service-wishlist {
    position: absolute;
    right: 5px;
    z-index: 10;
    top: 10px;
    color: #fff;
    padding: 10px;
    cursor: pointer;
}
.has-search-map .bravo_search_map .results_map .item-loop .thumb-image .service-wishlist i {
    transition: all 0.3s;
    font-size: 16px;
}
.has-search-map .bravo_search_map .results_map .item-loop .thumb-image .service-wishlist.loading i,
.has-search-map .bravo_search_map .results_map .item-loop .thumb-image .service-wishlist:hover i {
    color: #ff9290;
}
.has-search-map .bravo_search_map .results_map .item-loop .thumb-image .service-wishlist.active i {
    color: red;
}
.has-search-map .bravo_search_map .results_map .item-loop .location {
    font-size: 13px;
    color: #5e6d77;
    padding: 0 15px;
}
.has-search-map .bravo_search_map .results_map .item-loop .location i {
    position: relative;
    font-size: 16px;
}
.has-search-map .bravo_search_map .results_map .item-loop .category {
    padding: 0 15px;
}
.has-search-map .bravo_search_map .results_map .item-loop .category .fa {
    color: #687882;
    opacity: 0.6;
}
.has-search-map .bravo_search_map .results_map .item-loop .service-review {
    padding: 10px 15px 0;
}
.has-search-map .bravo_search_map .results_map .item-loop .service-review .rate {
    color: #5191fa;
}
.has-search-map .bravo_search_map .results_map .item-loop .service-review .review {
    margin-left: 30px;
    position: relative;
    color: #6a7a84;
}
.has-search-map .bravo_search_map .results_map .item-loop .service-review .review:after {
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    background: #d0d7dd;
    border-radius: 50%;
    left: -18px;
    top: 8px;
}
.has-search-map .bravo_search_map .results_map .item-loop .item-title {
    padding: 20px 15px 5px;
    font-size: 16px;
    font-weight: 500;
    position: relative;
}
@media (max-width: 766px) {
    .has-search-map .bravo_search_map .results_map .item-loop .item-title {
        min-height: auto;
    }
}
.has-search-map .bravo_search_map .results_map .item-loop .item-title a {
    color: #1a2b50;
}
.has-search-map .bravo_search_map .results_map .item-loop .item-title i {
    color: #ffc107;
    font-size: 15px;
    margin-right: 2px;
}
.has-search-map .bravo_search_map .results_map .item-loop .info {
    padding: 0 15px;
}
.has-search-map .bravo_search_map .results_map .item-loop .info:after,
.has-search-map .bravo_search_map .results_map .item-loop .info:before {
    content: "";
    display: table;
    clear: both;
}
.has-search-map .bravo_search_map .results_map .item-loop .info .g-price {
    text-align: left;
}
.has-search-map .bravo_search_map .results_map .item-loop .info .g-price .prefix {
    color: #5e6d77;
    display: inline-block;
    font-weight: 400;
    position: relative;
}
.has-search-map .bravo_search_map .results_map .item-loop .info .g-price .prefix i {
    font-size: 16px;
    color: #ffc107;
}
.has-search-map .bravo_search_map .results_map .item-loop .info .g-price .price {
    position: relative;
    display: inline-block;
}
.has-search-map .bravo_search_map .results_map .item-loop .info .g-price .price .text-price {
    font-size: 18px;
    color: #1a2b48;
    font-weight: 500;
}
.has-search-map .bravo_search_map .results_map .item-loop .info .g-price .price .onsale {
    text-decoration: line-through;
    font-size: 14px;
    color: #c03 !important;
    font-weight: 400;
}
.has-search-map .bravo_search_map .results_map .item-loop .info .g-price .price .unit {
    font-size: 14px;
    color: #5e6d77;
    font-weight: 400;
}
.has-search-map .bravo_search_map .results_map .item-loop .star-rate {
    position: absolute;
    bottom: 10px;
    left: 15px;
    z-index: 1;
}
.has-search-map .bravo_search_map .results_map .item-loop .list-star {
    display: inline-block;
    line-height: 13px;
    position: relative;
}
.has-search-map .bravo_search_map .results_map .item-loop .list-star .booking-item-rating-stars {
    padding: 0;
    margin: 0;
    width: 90px;
}
.has-search-map .bravo_search_map .results_map .item-loop .list-star .booking-item-rating-stars:after,
.has-search-map .bravo_search_map .results_map .item-loop .list-star .booking-item-rating-stars:before {
    content: "";
    display: table;
    clear: both;
}
.has-search-map .bravo_search_map .results_map .item-loop .list-star .booking-item-rating-stars li {
    list-style: none;
    float: left;
    margin-right: 5px;
}
.has-search-map .bravo_search_map .results_map .item-loop .list-star .booking-item-rating-stars li:last-child {
    margin-right: 0;
}
.has-search-map .bravo_search_map .results_map .item-loop .list-star .booking-item-rating-stars li .fa {
    font-size: 15px;
    color: #fa5636;
}
.has-search-map .bravo_search_map .results_map .item-loop.infobox-item {
    position: relative;
}
.has-search-map .bravo_search_map .results_map .item-loop.infobox-item:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    border-color: transparent #fff #fff transparent;
    border-style: solid;
    border-width: 10px;
    bottom: -9px;
    left: 0;
    right: 0;
    margin: auto;
    transform: rotate(45deg);
    box-shadow: 1px 1px 0 #dfdfdf;
    background: #fff;
}
.has-search-map .bravo_search_map .results_map .item-loop-list {
    border: 1px solid #dfdfdf;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
    display: flex;
}
@media (max-width: 766px) {
    .has-search-map .bravo_search_map .results_map .item-loop-list {
        flex-wrap: wrap;
    }
}
.has-search-map .bravo_search_map .results_map .item-loop-list a {
    text-decoration: none;
    transition: all 0.3s;
}
.has-search-map .bravo_search_map .results_map .item-loop-list .sale_info {
    position: absolute;
    width: 50px;
    height: 50px;
    right: 10px;
    top: -25px;
    color: #fff;
    font-size: 15px;
    background-color: #5191fa;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    z-index: 999;
    border: 3px solid #fff;
}
.has-search-map .bravo_search_map .results_map .item-loop-list .featured {
    position: absolute;
    top: 20px;
    left: 0;
    background: #ed0925;
    display: inline-block;
    padding: 0 10px;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    z-index: 1;
    height: 30px;
    line-height: 30px;
}
.has-search-map .bravo_search_map .results_map .item-loop-list .thumb-image {
    overflow: hidden;
    height: 190px;
    background: #ccc;
    position: relative;
    flex: 0 0 30%;
    padding: 0;
}
@media (max-width: 766px) {
    .has-search-map .bravo_search_map .results_map .item-loop-list .thumb-image {
        flex: 0 0 100%;
    }
}
.has-search-map .bravo_search_map .results_map .item-loop-list .thumb-image:hover a img {
    transform: scale(1.1);
}
.has-search-map .bravo_search_map .results_map .item-loop-list .thumb-image a img {
    transition: all 0.3s;
    max-width: 100%;
}
.has-search-map .bravo_search_map .results_map .item-loop-list .thumb-image a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, transparent 0, transparent 0, transparent 65%, rgba(0, 0, 0, 0.75));
    top: 0;
    z-index: 1;
}
.has-search-map .bravo_search_map .results_map .item-loop-list .thumb-image .price-wrapper {
    position: absolute;
    bottom: 10px;
    left: 15px;
    color: #fff;
    font-size: 22px;
    z-index: 10;
}
.has-search-map .bravo_search_map .results_map .item-loop-list .thumb-image .price-wrapper .price {
    position: relative;
    display: inline-block;
}
.has-search-map .bravo_search_map .results_map .item-loop-list .thumb-image .price-wrapper .price .text-price {
    color: #fff;
    font-weight: 500;
    font-size: 22px;
}
.has-search-map .bravo_search_map .results_map .item-loop-list .thumb-image .price-wrapper .price .onsale {
    position: absolute;
    left: 0;
    top: -18px;
    text-decoration: line-through;
    font-size: 16px;
    color: #fff !important;
    font-weight: 400;
}
.has-search-map .bravo_search_map .results_map .item-loop-list .thumb-image .price-wrapper .price .unit {
    font-size: 16px;
    color: #fff;
}
.has-search-map .bravo_search_map .results_map .item-loop-list .thumb-image .service-wishlist {
    position: absolute;
    right: 0;
    z-index: 10;
    top: 0;
    color: #fff;
    padding: 20px;
    cursor: pointer;
}
.has-search-map .bravo_search_map .results_map .item-loop-list .thumb-image .service-wishlist i {
    transition: all 0.3s;
    font-size: 18px;
}
.has-search-map .bravo_search_map .results_map .item-loop-list .thumb-image .service-wishlist.loading i,
.has-search-map .bravo_search_map .results_map .item-loop-list .thumb-image .service-wishlist:hover i {
    color: #ff9290;
}
.has-search-map .bravo_search_map .results_map .item-loop-list .thumb-image .service-wishlist.active i {
    color: red;
}
.has-search-map .bravo_search_map .results_map .item-loop-list .service-review {
    padding: 10px 0 0;
    display: none;
}
.has-search-map .bravo_search_map .results_map .item-loop-list .service-review .rate {
    color: #5191fa;
}
.has-search-map .bravo_search_map .results_map .item-loop-list .service-review .review {
    margin-left: 30px;
    position: relative;
    color: #6a7a84;
}
.has-search-map .bravo_search_map .results_map .item-loop-list .service-review .review:after {
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    background: #d0d7dd;
    border-radius: 50%;
    left: -18px;
    top: 8px;
}
@media (max-width: 766px) {
    .has-search-map .bravo_search_map .results_map .item-loop-list .service-review {
        display: block;
    }
}
.has-search-map .bravo_search_map .results_map .item-loop-list .service-review-pc .head {
    display: flex;
    align-items: center;
    position: relative;
    font-size: 14px;
    color: #1a2b48;
    font-weight: 400;
    line-height: 25px;
    justify-content: flex-end;
}
.has-search-map .bravo_search_map .results_map .item-loop-list .service-review-pc .head .left {
    text-align: right;
}
.has-search-map .bravo_search_map .results_map .item-loop-list .service-review-pc .head .left .head-rating {
    display: block;
    line-height: 13px;
    margin-top: 8px;
    margin-bottom: 1px;
    font-weight: 500;
}
.has-search-map .bravo_search_map .results_map .item-loop-list .service-review-pc .head .left .text-rating {
    color: #5191fa;
    font-size: 14px;
}
.has-search-map .bravo_search_map .results_map .item-loop-list .service-review-pc .head .score {
    position: relative;
    float: right;
    margin-left: 12px;
    padding: 7px 7px 0 9px;
    background: #5191fa;
    border-radius: 4px;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    min-height: 38px;
}
.has-search-map .bravo_search_map .results_map .item-loop-list .service-review-pc .head .score span {
    font-size: 14px;
    color: #fff;
}
.has-search-map .bravo_search_map .results_map .item-loop-list .service-review-pc .head .score:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    bottom: 0;
    left: -8px;
    border: 15px solid transparent;
    border-bottom-color: #5191fa;
}
.has-search-map .bravo_search_map .results_map .item-loop-list .service-review-pc .foot {
    color: #5e6d77;
    font-size: 14px;
    text-align: right;
}
@media (max-width: 766px) {
    .has-search-map .bravo_search_map .results_map .item-loop-list .service-review-pc {
        display: none;
    }
}
.has-search-map .bravo_search_map .results_map .item-loop-list .g-info {
    flex: 0 0 45%;
    padding: 15px;
    position: relative;
}
@media (max-width: 766px) {
    .has-search-map .bravo_search_map .results_map .item-loop-list .g-info {
        flex: 0 0 100%;
        padding-bottom: 0;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
    }
    .has-search-map .bravo_search_map .results_map .item-loop-list .g-info > div {
        flex: 0 0 100%;
    }
}
.has-search-map .bravo_search_map .results_map .item-loop-list .g-info .item-title {
    font-size: 18px;
    font-weight: 500;
    position: relative;
    margin-bottom: 5px;
}
@media (max-width: 766px) {
    .has-search-map .bravo_search_map .results_map .item-loop-list .g-info .item-title {
        min-height: auto;
        order: 2;
        margin-bottom: 0;
    }
}
.has-search-map .bravo_search_map .results_map .item-loop-list .g-info .item-title a {
    color: #1a2b50;
}
.has-search-map .bravo_search_map .results_map .item-loop-list .g-info .item-title i {
    color: #ffc107;
    font-size: 17px;
    margin-right: 2px;
}
.has-search-map .bravo_search_map .results_map .item-loop-list .g-info .location {
    position: absolute;
    left: 15px;
    bottom: 10px;
    font-size: 15px;
    color: #5e6d77;
}
@media (max-width: 766px) {
    .has-search-map .bravo_search_map .results_map .item-loop-list .g-info .location {
        position: relative;
        left: 0;
        bottom: 0;
        margin-top: 5px;
        order: 3;
        margin-bottom: 3px;
    }
}
.has-search-map .bravo_search_map .results_map .item-loop-list .g-info .location i {
    position: relative;
    font-size: 16px;
}
.has-search-map .bravo_search_map .results_map .item-loop-list .g-info .star-rate {
    z-index: 1;
}
@media (max-width: 766px) {
    .has-search-map .bravo_search_map .results_map .item-loop-list .g-info .star-rate {
        order: 1;
    }
}
.has-search-map .bravo_search_map .results_map .item-loop-list .g-info .list-star {
    display: inline-block;
    line-height: 13px;
    position: relative;
}
.has-search-map .bravo_search_map .results_map .item-loop-list .g-info .list-star .booking-item-rating-stars {
    padding: 0;
    margin: 0;
    width: 90px;
}
.has-search-map .bravo_search_map .results_map .item-loop-list .g-info .list-star .booking-item-rating-stars:after,
.has-search-map .bravo_search_map .results_map .item-loop-list .g-info .list-star .booking-item-rating-stars:before {
    content: "";
    display: table;
    clear: both;
}
.has-search-map .bravo_search_map .results_map .item-loop-list .g-info .list-star .booking-item-rating-stars li {
    list-style: none;
    float: left;
    margin-right: 5px;
}
.has-search-map .bravo_search_map .results_map .item-loop-list .g-info .list-star .booking-item-rating-stars li:last-child {
    margin-right: 0;
}
.has-search-map .bravo_search_map .results_map .item-loop-list .g-info .list-star .booking-item-rating-stars li .fa {
    font-size: 15px;
    color: #fa5636;
}
@media (max-width: 766px) {
    .has-search-map .bravo_search_map .results_map .item-loop-list .g-info .terms {
        order: 4;
    }
}
.has-search-map .bravo_search_map .results_map .item-loop-list .g-info .terms .attr-title {
    display: inline-block;
    margin-right: 5px;
    color: #5e6d77;
    font-size: 15px;
}
.has-search-map .bravo_search_map .results_map .item-loop-list .g-info .terms .attr-title i {
    margin-right: 2px;
}
.has-search-map .bravo_search_map .results_map .item-loop-list .g-info .terms .g-attributes .item {
    margin-right: 5px;
    color: #5e6d77;
    font-size: 15px;
}
.has-search-map .bravo_search_map .results_map .item-loop-list .g-info .terms .g-attributes .item:before {
    content: "";
    height: 2px;
    width: 2px;
    display: inline-block;
    background: grey;
    vertical-align: middle;
    margin-right: 5px;
}
.has-search-map .bravo_search_map .results_map .item-loop-list .g-info .terms .g-attributes span:nth-child(2):before {
    display: none;
}
@media (max-width: 1280px) {
    .has-search-map .bravo_search_map .results_map .item-loop-list .g-info .terms .g-attributes {
        display: none;
    }
}
@media (max-width: 1280px) {
    .has-search-map .bravo_search_map .results_map .item-loop-list .g-info .terms .g-attributes:first-child {
        display: block;
    }
}
@media (max-width: 766px) {
    .has-search-map .bravo_search_map .results_map .item-loop-list .g-info .terms .g-attributes {
        display: block;
    }
}
.has-search-map .bravo_search_map .results_map .item-loop-list .g-rate-price {
    flex: 1;
    padding: 15px 15px 15px 0;
    position: relative;
}
@media (max-width: 766px) {
    .has-search-map .bravo_search_map .results_map .item-loop-list .g-rate-price {
        flex: 0 0 100%;
        padding: 0 15px 10px;
    }
}
.has-search-map .bravo_search_map .results_map .item-loop-list .g-rate-price:before {
    content: "";
    position: absolute;
    left: 15px;
    top: 15px;
    bottom: 15px;
    border-right: 1px solid #dfdfdf;
}
@media (max-width: 1280px) {
    .has-search-map .bravo_search_map .results_map .item-loop-list .g-rate-price:before {
        left: 0;
    }
}
@media (max-width: 766px) {
    .has-search-map .bravo_search_map .results_map .item-loop-list .g-rate-price:before {
        display: none;
    }
}
.has-search-map .bravo_search_map .results_map .item-loop-list .g-rate-price .g-price {
    text-align: right;
    position: absolute;
    right: 15px;
    bottom: 10px;
    float: right;
}
@media (max-width: 766px) {
    .has-search-map .bravo_search_map .results_map .item-loop-list .g-rate-price .g-price {
        position: relative;
        left: 0;
        bottom: 0;
        float: none;
        text-align: left;
        border-top: 1px solid #dfdfdf;
        margin-top: 10px;
        padding-top: 5px;
    }
}
.has-search-map .bravo_search_map .results_map .item-loop-list .g-rate-price .g-price .prefix {
    color: #5e6d77;
    display: inline-block;
    font-weight: 400;
    left: -3px;
    position: relative;
}
.has-search-map .bravo_search_map .results_map .item-loop-list .g-rate-price .g-price .prefix i {
    font-size: 16px;
    color: #ffc107;
}
.has-search-map .bravo_search_map .results_map .item-loop-list .g-rate-price .g-price .price {
    position: relative;
    display: inline-block;
}
.has-search-map .bravo_search_map .results_map .item-loop-list .g-rate-price .g-price .price .text-price {
    font-size: 18px;
    color: #1a2b48;
    font-weight: 500;
}
.has-search-map .bravo_search_map .results_map .item-loop-list .g-rate-price .g-price .price .onsale {
    text-decoration: line-through;
    font-size: 14px;
    color: #c03 !important;
    font-weight: 400;
}
.has-search-map .bravo_search_map .results_map .item-loop-list .g-rate-price .g-price .price .unit {
    font-size: 14px;
    color: #5e6d77;
    font-weight: 400;
}
.has-search-map .bravo_search_map .results_map .item-loop-list .g-rate-price .g-price .text-review {
    float: right;
    position: relative;
    top: 5px;
    color: #4b4b4c;
    display: none;
}
@media (max-width: 766px) {
    .has-search-map .bravo_search_map .results_map .item-loop-list .g-rate-price .g-price .text-review {
        display: block;
    }
}
.cardItemTourDetailDiv a{
    Color:black !important;
}
.tourHomeContainer .row>div{
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.tourHomeContainer .row .cardItem, .tourHomeContainer .row .cardItem a {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
	padding: 0 0 30px 0;
}
.cardItemTourNameDiv {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    Height:50px;
    -webkit-box-orient: vertical;
}
.tourHomeContainer .row .cardItem .cardItemContainer {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.cardItem .cardItemContainer {
    margin: 0;
    padding: 0;
    font-size: 13px;
    -webkit-box-shadow: 0 1px 4px 0 rgb(0 0 0 / 25%) !important;
    box-shadow: 0 1px 4px 0 rgb(0 0 0 / 25%) !important;
}
.cardItemImage {
    position: relative;
}
.ribbonContainerOuter {
    position: absolute;
    top: 0;
    left: 1px;
    width: 100%;
    padding: 5px 15px 3px 15px;
}
.v-ribbon span {
   position: absolute;
    top: 10;
    left: 10;
    font-size: 13px;
    color: #fff;
    z-index: 8;
    background: url(https://tourhaigiang.com.vn/wp-content/uploads/2022/09/cropped-logo-2.png);
    background-size: contain;
    width: 53px;
    height: 35px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
.cardItem {
    margin-bottom: 20px;
}
.tourquynhon{
    Margin-top:30px; 
    background: #e9e9e9;
    padding: 50px 0px;
}

 .v-ribbon span:before, .v-ribbon span:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-color: transparent;
    bottom: -10px;
	border-width: 0 10px 10px 0;
    border-right-color: #5f5207;
    left: 0;
}
.cardItem .cardItemContainer .cardItemImage figure {
    display: block;
    position: relative;
    overflow: hidden;
	margin: 0;
}
.cardItem .cardItemContainer .cardItemImage figure img {
    height: 200px;
    width: 100%;
	-o-object-fit: cover;
    object-fit: cover;
    max-width: 100%;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
.cardItem .cardItemContainer .cardItemPriceDivOuter {
    transition: all .7s linear;
    text-rendering: geometricPrecision;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-smoothing: antialiased;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-font-smoothing: antialiased;
    background-color: #07af80;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.cardItem .cardItemContainer .cardItemPriceDivOuter .cardItemPriceDivInner {
    padding: 5px 15px 3px;
    font-size: 14px;
    color: #4e4e4e;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.cardItem .cardItemContainer .cardItemPriceDivOuter .cardItemPriceDivInner .cardItemPriceAfterDiscount {
    color: #fff;
    font-size: 12px;
    font-weight: bold;
}
.cardItem .cardItemContainer .cardItemPriceDivOuter .cardItemPriceDivInner .cardItemPriceAfterDiscount i {
    color: white;
}
.cardItem .cardItemContainer .cardItemContent {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
	padding: 10px;
}
.cardItem .cardItemContainer .cardItemContent>div .cardItemTourNameDiv {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.cardItem .cardItemContainer .cardItemContent .cardItemTourNameDiv .cardItemTourName {
    color: #de3333;
    font-size: 16px;
    font-weight: bold;
}
.cardItem .cardItemContainer .cardItemContent .cardItemPrice {
    text-align: left;
}
.cardItem .cardItemContainer .cardItemContent .cardItemPrice .price {
    font-size: 22px;
    font-weight: bold;
    color: #31a008;
}
.cardItem .cardItemContainer .cardItemContent .cardItemPrice .price_old span {
    font-size: 18px;
    text-decoration: line-through;
    color: #9a9999;
    margin-right: 8px;
}
.recomd-box {
    margin-top: 64px;
}
.recomd-box h2 {
    font-size: 28px;
    text-align: center;
    margin-bottom: 24px;
}
.recomd-bd {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
/*     padding-left: 358px; */
    position: relative;
}
.recomd-bd .dd, .recomd-bd .dt {
    width: 100%;
    overflow: hidden;
    border-radius: 2px;
    cursor: pointer;
}
.recomd-bd .dd:after, .recomd-bd .dt:after {
    height: 94px;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    content: "";
    z-index: 2;
    background: linear-gradient(180deg, rgba(15, 41, 77, 0), #0f294d);
    border-radius: 0 0 2px 2px;
}
a:hover {
    text-decoration: none;
}
/* .recomd-bd .dt {
    height: 456px;
    position: absolute;
    left: 0;
    top: 0;
} */