/*
  Theme Name: Biso.vn
  Theme URL: http://Biso.vn
  Author: Biso
*/
@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* Container */
@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
}

/* General */
body {
    background: #f3f3f4;
    color: #343a40;
    font-family: 'Mulish', sans-serif;
}

a {
    color: #c8a361;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    text-decoration: none;
}

    a:hover,
    a:active,
    a:focus {
        color: #000;
        outline: none;
        text-decoration: none;
    }

p {
    padding: 0;
    margin: 0 0 15px 0;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    margin: 0 0 20px 0;
    padding: 0;
}

.h4, h4 {
    font-size: 1.35rem;
}

.h5, h5 {
    font-size: 1.15rem;
}

.lh-1 {
    line-height: 1 !important;
}

.bg-gray {
    background-color: #f3f3f4 !important;
}

.font-weight-300 {
    font-weight: 300 !important;
}

.font-weight-400 {
    font-weight: 400 !important;
}

.font-weight-500 {
    font-weight: 500 !important;
}

.font-weight-600 {
    font-weight: 600 !important;
}

.font-weight-700 {
    font-weight: 700 !important;
}

.btn-link {
    color: #c8a361;
    text-decoration: none;
}

    .btn-link:hover, .btn-link:focus {
        color: #333;
        text-decoration: none;
        border-color: transparent;
    }


.btn-info {
    border: #108cc8;
    background: #108cc8;
}

.alert-danger {
    color: #dc3545;
}

.alert-warning {
    color: #dc8800;
}

/*timepicker*/
.bootstrap-timepicker-widget.dropdown-menu {
    margin: .35rem 0 0;
}

.bootstrap-timepicker-widget table td input {
    width: 50px;
    text-align: center;
    height: calc(1.25em + .75rem + 2px);
    padding: .375rem .75rem .375rem .75rem;
    line-height: 1;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border-radius: 0;
    font-weight: 400;
    font-size: 0.85rem;
}

.bootstrap-timepicker-widget table td a {
    width: 50px;
    border-radius: 0;
    padding: 0;
}

.bootstrap-timepicker-widget.dropdown-menu.open {
    border-radius: 0;
}

.bootstrap-timepicker-widget table td a:hover {
    border-radius: 0;
}

.bootstrap-timepicker-widget.dropdown-menu:after {
    border-bottom: 7px solid #fff;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
}

.bootstrap-timepicker-widget.timepicker-orient-left:after {
    left: 6px;
}
/*Check box*/
.kt-checkbox {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
    text-align: left;
    cursor: pointer;
    font-size: 1rem;
    transition: all 0.3s ease;
}

    .kt-checkbox.kt-checkbox--disabled {
        opacity: 0.8;
        cursor: not-allowed;
    }

    .kt-checkbox > input {
        position: absolute;
        z-index: -1;
        opacity: 0;
    }

    .kt-checkbox > span {
        border-radius: 3px;
        background: none;
        position: absolute;
        top: 1px;
        left: 0;
        height: 18px;
        width: 18px;
    }

        .kt-checkbox > span:after {
            content: '';
            position: absolute;
            display: none;
            top: 50%;
            left: 50%;
            margin-left: -2px;
            margin-top: -6px;
            width: 5px;
            height: 10px;
            border-width: 0 2px 2px 0 /*rtl:ignore*/ !important;
            transform: rotate(45deg) /*rtl:ignore*/;
        }

    .kt-checkbox > input:checked ~ span {
        transition: all 0.3s ease;
        background: none;
    }

        .kt-checkbox > input:checked ~ span:after {
            display: block;
        }

    .kt-checkbox:hover > input:not([disabled]):checked ~ span,
    .kt-checkbox > input:checked ~ span {
        transition: all 0.3s ease;
    }

    .kt-checkbox > input:disabled ~ span {
        opacity: 0.6;
        pointer-events: none;
    }

    .kt-checkbox.kt-checkbox--solid > span {
        border: 1px solid transparent;
    }

    .kt-checkbox.kt-checkbox--solid:hover > input:not([disabled]) ~ span,
    .kt-checkbox.kt-checkbox--solid > input:focus ~ span {
        transition: all 0.3s ease;
    }

    .kt-checkbox.kt-checkbox--square > span {
        border-radius: 0;
    }

    .kt-checkbox.kt-checkbox--bold > span {
        border-width: 2px !important;
        transition: all 0.3s ease;
    }

.form-inline .kt-checkbox {
    margin-left: 15px;
    margin-right: 15px;
}

.kt-checkbox.kt-checkbox--single {
    width: 18px;
    height: 18px;
}

    .kt-checkbox.kt-checkbox--single > span {
        top: 0px;
    }

th > .kt-checkbox.kt-checkbox--single,
td > .kt-checkbox.kt-checkbox--single {
    right: -5px;
}

.input-group .kt-checkbox {
    margin-bottom: 0 !important;
    padding-left: 0;
}

.kt-checkbox-list {
    padding: 0 0;
}

.form-horizontal .form-group .kt-checkbox-list {
    padding-top: 0;
}

.kt-checkbox-list .kt-checkbox {
    text-align: left;
    display: block;
}

    .kt-checkbox-list .kt-checkbox:last-child {
        margin-bottom: 5px;
    }

.kt-checkbox-inline {
    padding: 0 0;
}

    .kt-checkbox-inline .kt-checkbox {
        display: inline-block;
        margin-right: 15px;
        margin-bottom: 5px;
    }

        .kt-checkbox-inline .kt-checkbox:last-child {
            margin-right: 0;
        }

.form-group.row .kt-checkbox-inline {
    margin-top: 0.75rem;
}

.form-group.row .kt-checkbox-list {
    margin-top: 2px;
}

.kt-checkbox.kt-checkbox--disabled {
    opacity: 0.7;
}

.kt-checkbox > span {
    border: 1px solid #d1d7e2;
    background: #fff;
}

    .kt-checkbox > span:after {
        border: solid #bfc7d7;
    }

.kt-checkbox > input:disabled ~ span:after {
    border-color: #c8cfdd;
}

.kt-checkbox > input:checked ~ span {
    border: 1px solid #c8cfdd;
    background: #fff;
}

.kt-checkbox.kt-checkbox--bold > input:checked ~ span {
    border: 2px solid #c8cfdd;
}

.kt-checkbox > input:disabled ~ span {
    opacity: 0.6;
}

.kt-checkbox.kt-checkbox--solid > span {
    background: #e4e8ee;
    border: 1px solid transparent !important;
}

    .kt-checkbox.kt-checkbox--solid > span:after {
        border: solid #99a6bf;
    }

.kt-checkbox.kt-checkbox--solid > input:focus ~ span {
    border: 1px solid transparent !important;
}

.kt-checkbox.kt-checkbox--solid > input:checked ~ span {
    background: #dee2ea;
}

.kt-checkbox.kt-checkbox--tick > span {
    background: #e4e8ee;
    border: 1px solid transparent !important;
}

    .kt-checkbox.kt-checkbox--tick > span:after {
        border: solid #99a6bf;
    }

.kt-checkbox.kt-checkbox--tick > input:focus ~ span {
    border: 1px solid transparent !important;
}

.kt-checkbox.kt-checkbox--tick > input:checked ~ span {
    border: 1px solid transparent !important;
    background: #e4e8ee;
}

    .kt-checkbox.kt-checkbox--tick > input:checked ~ span:after {
        border: solid #dee2ea;
    }

.kt-radio {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    text-align: left;
    margin-bottom: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
}

    .kt-radio.kt-radio--disabled {
        opacity: 0.8;
        cursor: not-allowed;
    }

    .kt-radio > input {
        position: absolute;
        z-index: -1;
        opacity: 0;
    }

    .kt-radio > span {
        background: none;
        position: absolute;
        top: 1px;
        left: 0;
        height: 18px;
        width: 18px;
        border-radius: 50% !important;
    }

        .kt-radio > span:after {
            content: '';
            position: absolute;
            display: none;
            top: 50%;
            left: 50%;
            margin-left: -3px;
            margin-top: -3px;
            width: 6px;
            height: 6px;
            border-radius: 100% !important;
        }

    .kt-radio > input:checked ~ span {
        transition: all 0.3s ease;
        background: none;
    }

        .kt-radio > input:checked ~ span:after {
            display: block;
        }

    .kt-radio:hover > input:not([disabled]):checked ~ span,
    .kt-radio > input:checked ~ span {
        transition: all 0.3s ease;
    }

    .kt-radio > input:disabled ~ span {
        opacity: 0.6;
        pointer-events: none;
    }

    .kt-radio.kt-radio--solid > span {
        border: 1px solid transparent;
    }

    .kt-radio.kt-radio--solid:hover > input:not([disabled]) ~ span,
    .kt-radio.kt-radio--solid > input:focus ~ span {
        transition: all 0.3s ease;
    }

    .kt-radio.kt-radio--square > span {
        border-radius: 0;
    }

    .kt-radio.kt-radio--bold > span {
        border-width: 2px !important;
        transition: all 0.3s ease;
    }

.form-inline .kt-radio {
    margin-left: 15px;
    margin-right: 15px;
}

.kt-radio.kt-radio--single {
    width: 18px;
    height: 18px;
}

    .kt-radio.kt-radio--single > span {
        top: 0px;
    }

th > .kt-radio.kt-radio--single,
td > .kt-radio.kt-radio--single {
    right: -5px;
}

.input-group .kt-radio {
    margin-bottom: 0 !important;
    padding-left: 0;
}

.kt-radio-list {
    padding: 0 0;
}

.form-horizontal .form-group .kt-radio-list {
    padding-top: 0;
}

.kt-radio-list .kt-radio {
    display: block;
    text-align: left;
}

    .kt-radio-list .kt-radio:last-child {
        margin-bottom: 5px;
    }

.kt-radio-inline {
    padding: 0 0;
}

    .kt-radio-inline .kt-radio {
        display: inline-block;
        margin-right: 15px;
        margin-bottom: 5px;
    }

        .kt-radio-inline .kt-radio:last-child {
            margin-right: 0;
        }

.form-group.row .kt-radio-inline {
    margin-top: 0.75rem;
}

.form-group.row .kt-radio-list {
    margin-top: 2px;
}

.kt-radio.kt-radio--disabled {
    opacity: 0.8;
}

.kt-radio > span {
    border: 1px solid #d1d7e2;
}

    .kt-radio > span:after {
        border: solid #c8a361;
        background: #c8a361;
    }

.kt-radio > input:disabled ~ span:after {
    border-color: #c8cfdd;
}

.kt-radio > input:checked ~ span {
    border: 1px solid #c8cfdd;
}

.kt-radio.kt-radio--bold > input:checked ~ span {
    border: 2px solid #c8cfdd;
}

.kt-radio > input:disabled ~ span {
    opacity: 0.6;
}

.kt-radio.kt-radio--solid > span {
    background: #e4e8ee;
    border: 1px solid transparent !important;
}

    .kt-radio.kt-radio--solid > span:after {
        border: solid #99a6bf;
        background: #99a6bf;
    }

.kt-radio.kt-radio--solid > input:focus ~ span {
    border: 1px solid transparent !important;
}

.kt-radio.kt-radio--solid > input:checked ~ span {
    background: #dee2ea;
}

.kt-radio.kt-radio--tick > span {
    background: #e4e8ee;
    border: 1px solid transparent !important;
}

.kt-radio.kt-radio--tick > input:focus ~ span {
    border: 1px solid transparent !important;
}

.kt-radio.kt-radio--tick > input:checked ~ span {
    background: #e4e8ee;
}

    .kt-radio.kt-radio--tick > input:checked ~ span:after {
        border: solid #dee2ea;
        background: #dee2ea;
    }

.kt-radio.kt-radio--brand.kt-radio--disabled {
    opacity: 0.8;
}

.kt-radio.kt-radio--brand > span {
    border: 1px solid #1cac81;
}

    .kt-radio.kt-radio--brand > span:after {
        border: solid #1cac81;
        background: #1cac81;
    }

.kt-radio.kt-radio--brand > input:disabled ~ span:after {
    border-color: #1cac81;
}

.kt-radio.kt-radio--brand > input:checked ~ span {
    border: 1px solid #1cac81;
}

.kt-radio.kt-radio--brand.kt-radio--bold > input:checked ~ span {
    border: 2px solid #1cac81;
}

.kt-radio.kt-radio--brand > input:disabled ~ span {
    opacity: 0.6;
}

.kt-radio.kt-radio--brand.kt-radio--solid > span {
    background: #1cac81;
    border: 1px solid transparent !important;
}

    .kt-radio.kt-radio--brand.kt-radio--solid > span:after {
        border: solid #ffffff;
        background: #ffffff;
    }

.kt-radio.kt-radio--brand.kt-radio--solid > input:focus ~ span {
    border: 1px solid transparent !important;
}

.kt-radio.kt-radio--brand.kt-radio--solid > input:checked ~ span {
    background: #1cac81;
}

.kt-radio.kt-radio--brand.kt-radio--tick > span {
    background: #e4e8ee;
    border: 1px solid transparent !important;
}

.kt-radio.kt-radio--brand.kt-radio--tick > input:focus ~ span {
    border: 1px solid transparent !important;
}

.kt-radio.kt-radio--brand.kt-radio--tick > input:checked ~ span {
    background: #e4e8ee;
}

    .kt-radio.kt-radio--brand.kt-radio--tick > input:checked ~ span:after {
        border: solid #1cac81;
        background: #1cac81;
    }

.kt-radio.kt-radio--metal.kt-radio--disabled {
    opacity: 0.8;
}

.kt-radio.kt-radio--metal > span {
    border: 1px solid #d3dae6;
}

    .kt-radio.kt-radio--metal > span:after {
        border: solid #d3dae6;
        background: #d3dae6;
    }

.kt-radio.kt-radio--metal > input:disabled ~ span:after {
    border-color: #d3dae6;
}

.kt-radio.kt-radio--metal > input:checked ~ span {
    border: 1px solid #d3dae6;
}

.kt-radio.kt-radio--metal.kt-radio--bold > input:checked ~ span {
    border: 2px solid #d3dae6;
}

.kt-radio.kt-radio--metal > input:disabled ~ span {
    opacity: 0.6;
}

.kt-radio.kt-radio--metal.kt-radio--solid > span {
    background: #d3dae6;
    border: 1px solid transparent !important;
}

    .kt-radio.kt-radio--metal.kt-radio--solid > span:after {
        border: solid #586272;
        background: #586272;
    }

.kt-radio.kt-radio--metal.kt-radio--solid > input:focus ~ span {
    border: 1px solid transparent !important;
}

.kt-radio.kt-radio--metal.kt-radio--solid > input:checked ~ span {
    background: #d3dae6;
}

.kt-radio.kt-radio--metal.kt-radio--tick > span {
    background: #e4e8ee;
    border: 1px solid transparent !important;
}

.kt-radio.kt-radio--metal.kt-radio--tick > input:focus ~ span {
    border: 1px solid transparent !important;
}

.kt-radio.kt-radio--metal.kt-radio--tick > input:checked ~ span {
    background: #e4e8ee;
}

    .kt-radio.kt-radio--metal.kt-radio--tick > input:checked ~ span:after {
        border: solid #d3dae6;
        background: #d3dae6;
    }

.kt-radio.kt-radio--light.kt-radio--disabled {
    opacity: 0.8;
}

.kt-radio.kt-radio--light > span {
    border: 1px solid #ffffff;
}

    .kt-radio.kt-radio--light > span:after {
        border: solid #ffffff;
        background: #ffffff;
    }

.kt-radio.kt-radio--light > input:disabled ~ span:after {
    border-color: #ffffff;
}

.kt-radio.kt-radio--light > input:checked ~ span {
    border: 1px solid #ffffff;
}

.kt-radio.kt-radio--light.kt-radio--bold > input:checked ~ span {
    border: 2px solid #ffffff;
}

.kt-radio.kt-radio--light > input:disabled ~ span {
    opacity: 0.6;
}

.kt-radio.kt-radio--light.kt-radio--solid > span {
    background: #ffffff;
    border: 1px solid transparent !important;
}

    .kt-radio.kt-radio--light.kt-radio--solid > span:after {
        border: solid #282a3c;
        background: #282a3c;
    }

.kt-radio.kt-radio--light.kt-radio--solid > input:focus ~ span {
    border: 1px solid transparent !important;
}

.kt-radio.kt-radio--light.kt-radio--solid > input:checked ~ span {
    background: #ffffff;
}

.kt-radio.kt-radio--light.kt-radio--tick > span {
    background: #e4e8ee;
    border: 1px solid transparent !important;
}

.kt-radio.kt-radio--light.kt-radio--tick > input:focus ~ span {
    border: 1px solid transparent !important;
}

.kt-radio.kt-radio--light.kt-radio--tick > input:checked ~ span {
    background: #e4e8ee;
}

    .kt-radio.kt-radio--light.kt-radio--tick > input:checked ~ span:after {
        border: solid #ffffff;
        background: #ffffff;
    }

.kt-radio.kt-radio--dark.kt-radio--disabled {
    opacity: 0.8;
}

.kt-radio.kt-radio--dark > span {
    border: 1px solid #645ca1;
}

    .kt-radio.kt-radio--dark > span:after {
        border: solid #645ca1;
        background: #645ca1;
    }

.kt-radio.kt-radio--dark > input:disabled ~ span:after {
    border-color: #645ca1;
}

.kt-radio.kt-radio--dark > input:checked ~ span {
    border: 1px solid #645ca1;
}

.kt-radio.kt-radio--dark.kt-radio--bold > input:checked ~ span {
    border: 2px solid #645ca1;
}

.kt-radio.kt-radio--dark > input:disabled ~ span {
    opacity: 0.6;
}

.kt-radio.kt-radio--dark.kt-radio--solid > span {
    background: #645ca1;
    border: 1px solid transparent !important;
}

    .kt-radio.kt-radio--dark.kt-radio--solid > span:after {
        border: solid #ffffff;
        background: #ffffff;
    }

.kt-radio.kt-radio--dark.kt-radio--solid > input:focus ~ span {
    border: 1px solid transparent !important;
}

.kt-radio.kt-radio--dark.kt-radio--solid > input:checked ~ span {
    background: #645ca1;
}

.kt-radio.kt-radio--dark.kt-radio--tick > span {
    background: #e4e8ee;
    border: 1px solid transparent !important;
}

.kt-radio.kt-radio--dark.kt-radio--tick > input:focus ~ span {
    border: 1px solid transparent !important;
}

.kt-radio.kt-radio--dark.kt-radio--tick > input:checked ~ span {
    background: #e4e8ee;
}

    .kt-radio.kt-radio--dark.kt-radio--tick > input:checked ~ span:after {
        border: solid #645ca1;
        background: #645ca1;
    }

.kt-radio.kt-radio--accent.kt-radio--disabled {
    opacity: 0.8;
}

.kt-radio.kt-radio--accent > span {
    border: 1px solid #00c5dc;
}

    .kt-radio.kt-radio--accent > span:after {
        border: solid #00c5dc;
        background: #00c5dc;
    }

.kt-radio.kt-radio--accent > input:disabled ~ span:after {
    border-color: #00c5dc;
}

.kt-radio.kt-radio--accent > input:checked ~ span {
    border: 1px solid #00c5dc;
}

.kt-radio.kt-radio--accent.kt-radio--bold > input:checked ~ span {
    border: 2px solid #00c5dc;
}

.kt-radio.kt-radio--accent > input:disabled ~ span {
    opacity: 0.6;
}

.kt-radio.kt-radio--accent.kt-radio--solid > span {
    background: #00c5dc;
    border: 1px solid transparent !important;
}

    .kt-radio.kt-radio--accent.kt-radio--solid > span:after {
        border: solid #ffffff;
        background: #ffffff;
    }

.kt-radio.kt-radio--accent.kt-radio--solid > input:focus ~ span {
    border: 1px solid transparent !important;
}

.kt-radio.kt-radio--accent.kt-radio--solid > input:checked ~ span {
    background: #00c5dc;
}

.kt-radio.kt-radio--accent.kt-radio--tick > span {
    background: #e4e8ee;
    border: 1px solid transparent !important;
}

.kt-radio.kt-radio--accent.kt-radio--tick > input:focus ~ span {
    border: 1px solid transparent !important;
}

.kt-radio.kt-radio--accent.kt-radio--tick > input:checked ~ span {
    background: #e4e8ee;
}

    .kt-radio.kt-radio--accent.kt-radio--tick > input:checked ~ span:after {
        border: solid #00c5dc;
        background: #00c5dc;
    }

.kt-radio.kt-radio--focus.kt-radio--disabled {
    opacity: 0.8;
}

.kt-radio.kt-radio--focus > span {
    border: 1px solid #9816f4;
}

    .kt-radio.kt-radio--focus > span:after {
        border: solid #9816f4;
        background: #9816f4;
    }

.kt-radio.kt-radio--focus > input:disabled ~ span:after {
    border-color: #9816f4;
}

.kt-radio.kt-radio--focus > input:checked ~ span {
    border: 1px solid #9816f4;
}

.kt-radio.kt-radio--focus.kt-radio--bold > input:checked ~ span {
    border: 2px solid #9816f4;
}

.kt-radio.kt-radio--focus > input:disabled ~ span {
    opacity: 0.6;
}

.kt-radio.kt-radio--focus.kt-radio--solid > span {
    background: #9816f4;
    border: 1px solid transparent !important;
}

    .kt-radio.kt-radio--focus.kt-radio--solid > span:after {
        border: solid #ffffff;
        background: #ffffff;
    }

.kt-radio.kt-radio--focus.kt-radio--solid > input:focus ~ span {
    border: 1px solid transparent !important;
}

.kt-radio.kt-radio--focus.kt-radio--solid > input:checked ~ span {
    background: #9816f4;
}

.kt-radio.kt-radio--focus.kt-radio--tick > span {
    background: #e4e8ee;
    border: 1px solid transparent !important;
}

.kt-radio.kt-radio--focus.kt-radio--tick > input:focus ~ span {
    border: 1px solid transparent !important;
}

.kt-radio.kt-radio--focus.kt-radio--tick > input:checked ~ span {
    background: #e4e8ee;
}

    .kt-radio.kt-radio--focus.kt-radio--tick > input:checked ~ span:after {
        border: solid #9816f4;
        background: #9816f4;
    }

.kt-radio.kt-radio--primary.kt-radio--disabled {
    opacity: 0.8;
}

.kt-radio.kt-radio--primary > span {
    border: 1px solid #5867dd;
}

    .kt-radio.kt-radio--primary > span:after {
        border: solid #5867dd;
        background: #5867dd;
    }

.kt-radio.kt-radio--primary > input:disabled ~ span:after {
    border-color: #5867dd;
}

.kt-radio.kt-radio--primary > input:checked ~ span {
    border: 1px solid #5867dd;
}

.kt-radio.kt-radio--primary.kt-radio--bold > input:checked ~ span {
    border: 2px solid #5867dd;
}

.kt-radio.kt-radio--primary > input:disabled ~ span {
    opacity: 0.6;
}

.kt-radio.kt-radio--primary.kt-radio--solid > span {
    background: #5867dd;
    border: 1px solid transparent !important;
}

    .kt-radio.kt-radio--primary.kt-radio--solid > span:after {
        border: solid #ffffff;
        background: #ffffff;
    }

.kt-radio.kt-radio--primary.kt-radio--solid > input:focus ~ span {
    border: 1px solid transparent !important;
}

.kt-radio.kt-radio--primary.kt-radio--solid > input:checked ~ span {
    background: #5867dd;
}

.kt-radio.kt-radio--primary.kt-radio--tick > span {
    background: #e4e8ee;
    border: 1px solid transparent !important;
}

.kt-radio.kt-radio--primary.kt-radio--tick > input:focus ~ span {
    border: 1px solid transparent !important;
}

.kt-radio.kt-radio--primary.kt-radio--tick > input:checked ~ span {
    background: #e4e8ee;
}

    .kt-radio.kt-radio--primary.kt-radio--tick > input:checked ~ span:after {
        border: solid #5867dd;
        background: #5867dd;
    }

.kt-radio.kt-radio--success.kt-radio--disabled {
    opacity: 0.8;
}

.kt-radio.kt-radio--success > span {
    border: 1px solid #1dc9b7;
}

    .kt-radio.kt-radio--success > span:after {
        border: solid #1dc9b7;
        background: #1dc9b7;
    }

.kt-radio.kt-radio--success > input:disabled ~ span:after {
    border-color: #1dc9b7;
}

.kt-radio.kt-radio--success > input:checked ~ span {
    border: 1px solid #1dc9b7;
}

.kt-radio.kt-radio--success.kt-radio--bold > input:checked ~ span {
    border: 2px solid #1dc9b7;
}

.kt-radio.kt-radio--success > input:disabled ~ span {
    opacity: 0.6;
}

.kt-radio.kt-radio--success.kt-radio--solid > span {
    background: #1dc9b7;
    border: 1px solid transparent !important;
}

    .kt-radio.kt-radio--success.kt-radio--solid > span:after {
        border: solid #ffffff;
        background: #ffffff;
    }

.kt-radio.kt-radio--success.kt-radio--solid > input:focus ~ span {
    border: 1px solid transparent !important;
}

.kt-radio.kt-radio--success.kt-radio--solid > input:checked ~ span {
    background: #1dc9b7;
}

.kt-radio.kt-radio--success.kt-radio--tick > span {
    background: #e4e8ee;
    border: 1px solid transparent !important;
}

.kt-radio.kt-radio--success.kt-radio--tick > input:focus ~ span {
    border: 1px solid transparent !important;
}

.kt-radio.kt-radio--success.kt-radio--tick > input:checked ~ span {
    background: #e4e8ee;
}

    .kt-radio.kt-radio--success.kt-radio--tick > input:checked ~ span:after {
        border: solid #1dc9b7;
        background: #1dc9b7;
    }

.kt-radio.kt-radio--info.kt-radio--disabled {
    opacity: 0.8;
}

.kt-radio.kt-radio--info > span {
    border: 1px solid #5578eb;
}

    .kt-radio.kt-radio--info > span:after {
        border: solid #5578eb;
        background: #5578eb;
    }

.kt-radio.kt-radio--info > input:disabled ~ span:after {
    border-color: #5578eb;
}

.kt-radio.kt-radio--info > input:checked ~ span {
    border: 1px solid #5578eb;
}

.kt-radio.kt-radio--info.kt-radio--bold > input:checked ~ span {
    border: 2px solid #5578eb;
}

.kt-radio.kt-radio--info > input:disabled ~ span {
    opacity: 0.6;
}

.kt-radio.kt-radio--info.kt-radio--solid > span {
    background: #5578eb;
    border: 1px solid transparent !important;
}

    .kt-radio.kt-radio--info.kt-radio--solid > span:after {
        border: solid #ffffff;
        background: #ffffff;
    }

.kt-radio.kt-radio--info.kt-radio--solid > input:focus ~ span {
    border: 1px solid transparent !important;
}

.kt-radio.kt-radio--info.kt-radio--solid > input:checked ~ span {
    background: #5578eb;
}

.kt-radio.kt-radio--info.kt-radio--tick > span {
    background: #e4e8ee;
    border: 1px solid transparent !important;
}

.kt-radio.kt-radio--info.kt-radio--tick > input:focus ~ span {
    border: 1px solid transparent !important;
}

.kt-radio.kt-radio--info.kt-radio--tick > input:checked ~ span {
    background: #e4e8ee;
}

    .kt-radio.kt-radio--info.kt-radio--tick > input:checked ~ span:after {
        border: solid #5578eb;
        background: #5578eb;
    }

.kt-radio.kt-radio--warning.kt-radio--disabled {
    opacity: 0.8;
}

.kt-radio.kt-radio--warning > span {
    border: 1px solid #ffb822;
}

    .kt-radio.kt-radio--warning > span:after {
        border: solid #ffb822;
        background: #ffb822;
    }

.kt-radio.kt-radio--warning > input:disabled ~ span:after {
    border-color: #ffb822;
}

.kt-radio.kt-radio--warning > input:checked ~ span {
    border: 1px solid #ffb822;
}

.kt-radio.kt-radio--warning.kt-radio--bold > input:checked ~ span {
    border: 2px solid #ffb822;
}

.kt-radio.kt-radio--warning > input:disabled ~ span {
    opacity: 0.6;
}

.kt-radio.kt-radio--warning.kt-radio--solid > span {
    background: #ffb822;
    border: 1px solid transparent !important;
}

    .kt-radio.kt-radio--warning.kt-radio--solid > span:after {
        border: solid #111111;
        background: #111111;
    }

.kt-radio.kt-radio--warning.kt-radio--solid > input:focus ~ span {
    border: 1px solid transparent !important;
}

.kt-radio.kt-radio--warning.kt-radio--solid > input:checked ~ span {
    background: #ffb822;
}

.kt-radio.kt-radio--warning.kt-radio--tick > span {
    background: #e4e8ee;
    border: 1px solid transparent !important;
}

.kt-radio.kt-radio--warning.kt-radio--tick > input:focus ~ span {
    border: 1px solid transparent !important;
}

.kt-radio.kt-radio--warning.kt-radio--tick > input:checked ~ span {
    background: #e4e8ee;
}

    .kt-radio.kt-radio--warning.kt-radio--tick > input:checked ~ span:after {
        border: solid #ffb822;
        background: #ffb822;
    }

.kt-radio.kt-radio--danger.kt-radio--disabled {
    opacity: 0.8;
}

.kt-radio.kt-radio--danger > span {
    border: 1px solid #fd397a;
}

    .kt-radio.kt-radio--danger > span:after {
        border: solid #fd397a;
        background: #fd397a;
    }

.kt-radio.kt-radio--danger > input:disabled ~ span:after {
    border-color: #fd397a;
}

.kt-radio.kt-radio--danger > input:checked ~ span {
    border: 1px solid #fd397a;
}

.kt-radio.kt-radio--danger.kt-radio--bold > input:checked ~ span {
    border: 2px solid #fd397a;
}

.kt-radio.kt-radio--danger > input:disabled ~ span {
    opacity: 0.6;
}

.kt-radio.kt-radio--danger.kt-radio--solid > span {
    background: #fd397a;
    border: 1px solid transparent !important;
}

    .kt-radio.kt-radio--danger.kt-radio--solid > span:after {
        border: solid #ffffff;
        background: #ffffff;
    }

.kt-radio.kt-radio--danger.kt-radio--solid > input:focus ~ span {
    border: 1px solid transparent !important;
}

.kt-radio.kt-radio--danger.kt-radio--solid > input:checked ~ span {
    background: #fd397a;
}

.kt-radio.kt-radio--danger.kt-radio--tick > span {
    background: #e4e8ee;
    border: 1px solid transparent !important;
}

.kt-radio.kt-radio--danger.kt-radio--tick > input:focus ~ span {
    border: 1px solid transparent !important;
}

.kt-radio.kt-radio--danger.kt-radio--tick > input:checked ~ span {
    background: #e4e8ee;
}

    .kt-radio.kt-radio--danger.kt-radio--tick > input:checked ~ span:after {
        border: solid #fd397a;
        background: #fd397a;
    }

/* Controls */
.ficon {
    margin-bottom: 2px;
}

.badge {
    border-radius: 0;
    border-radius: 0;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 65%;
    padding: 0.285rem 0.385rem;
}

.badge-secondary {
    background-color: #aaaeb1;
}

.form-control {
    font-weight: 400;
    font-size: 0.85rem;
    border-radius: 0px !important;
    letter-spacing: 0;
    height: 2.785rem;
}

.form-control-sm {
    font-size: 0.75rem;
    height: 2.55rem;
}

.form-control:focus {
    border-color: #c8a361;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #fff;
    opacity: 1;
}

.btn {
    border-radius: 0px;
    font-size: 0.9rem;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: uppercase;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 0.65rem;
    padding-bottom: 0.65rem;
}

.btn-sm {
    font-size: 0.75rem;
}

.btn:focus, .btn.focus {
    box-shadow: none !important;
    border-color: inherit !important;
}

.btn-primary {
    color: #fff;
    background-color: #c8a361;
    border-color: #c8a361;
}

    .btn-primary:hover,
    .btn-primary:focus {
        background-color: #999 !important;
        border-color: #999 !important;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        outline: none;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        color: #fff !important;
    }

.btn-default {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
}

    .btn-default:hover,
    .btn-default:focus {
        background-color: #999 !important;
        border-color: #999 !important;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        outline: none;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        color: #fff !important;
    }

.bootstrap-touchspin .btn-default {
    border-color: #ced4da;
    color: #333;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #fff;
}

    .bootstrap-touchspin .btn-default.bootstrap-touchspin-down {
        margin-right: -1px;
    }

    .bootstrap-touchspin .btn-default.bootstrap-touchspin-up {
        margin-left: -1px;
    }

    .bootstrap-touchspin .btn-default:hover {
        background-color: #ced4da !important;
        color: #333 !important;
        border-color: #ced4da !important;
    }

.bootstrap-touchspin input {
    text-align: center;
}

.table-bordered thead td,
.table-bordered thead th {
    border-bottom-width: 1px;
}

.table thead th {
    border-bottom: 1px solid #dee2e6;
    font-weight: normal;
}

.modal-header .close:hover,
.modal-header .close:focus {
    outline: none;
    color: #c8a361;
}

.bootstrap-select > .dropdown-toggle {
    text-transform: unset;
}

    .bootstrap-select > .dropdown-toggle.btn-light {
        background-color: #fff;
        border: 1px solid #ced4da;
        padding-left: .75rem;
        padding-right: .75rem;
        box-shadow: none;
        outline: 0 !important
    }

        .bootstrap-select > .dropdown-toggle.btn-light:hover,
        .bootstrap-select > .dropdown-toggle.btn-light:focus {
            background-color: #fff;
            border: 1px solid #c8a361 !important;
        }

.bootstrap-select.is-invalid > .dropdown-toggle.btn-light {
    border: 1px solid #dc3545;
}

    .bootstrap-select.is-invalid > .dropdown-toggle.btn-light:hover,
    .bootstrap-select.is-invalid > .dropdown-toggle.btn-light:focus {
        border: 1px solid #dc3545 !important;
    }

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    color: #495057;
}

.bootstrap-select .dropdown-menu {
    border-radius: 0;
    font-size: 0.85rem;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #c8a361;
}

.aspNetDisabled {
    display: inline-block;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    line-height: 1.5;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border-radius: 0px;
    text-transform: uppercase;
    color: #999 !important;
    background-color: #e5e5e5;
    border-color: #ccc;
    letter-spacing: 0;
}
/* Controls */

/*Tab white*/
.nav-tabs .nav-link strong {
    font-weight: 600;
}

.tab-white .nav-tabs {
    border-color: transparent;
}

    .tab-white .nav-tabs .nav-link {
        font-weight: 500;
        border-bottom: 1px solid #ddd;
        letter-spacing: 0;
        font-size: 1rem;
        text-transform: uppercase;
        padding: 1.15rem 1.5rem 0.75rem 1.5rem;
        border-color: transparent;
        color: #999;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

        .tab-white .nav-tabs .nav-link:hover {
            background-color: #f9f9f9;
            border-color: transparent;
        }

        .tab-white .nav-tabs .nav-link:focus {
            background-color: #fff;
            border-color: transparent;
        }

        .tab-white .nav-tabs .nav-link.active {
            border-color: transparent;
            color: #333
        }
/*Tab white*/

/*accodions*/
#accordion .panel-heading {
    background: #f3f3f4;
    border: 1px solid #efefef;
    font-weight: 500;
    font-size: 1rem;
    letter-spacing: 0;
}

    #accordion .panel-heading a {
        color: #333;
        padding: 0.75rem 1rem;
        display: block;
        line-height: 1.5rem;
    }

        #accordion .panel-heading a strong {
            background-color: #c8a361;
            padding: 0.15rem 0.5rem;
            color: #fff;
            font-weight: 600;
            font-size: 0.85rem;
        }

        #accordion .panel-heading a .right-arrow {
            font-family: icons;
            margin-left: 2rem;
            float: right;
            color: #999;
        }

        #accordion .panel-heading a.panel-title.expand .right-arrow:before {
            content: "\F36C";
            transition: all 0.3s;
        }

        #accordion .panel-heading a.panel-title.expand.collapsed .right-arrow:before {
            content: "\F3DE";
        }

#accordion .panel-collapse {
    border: 1px solid #efefef;
    border-top-width: 0px;
}

    #accordion .panel-collapse .panel-body {
        padding: 1rem;
    }

#accordion .panel.panel-default {
    margin-bottom: 15px;
}

#accordion .panel-heading h4.panel-title {
    font-size: 16px;
    font-weight: 700;
    margin: 0px;
    cursor: pointer;
    padding: 10px 15px;
    line-height: 24px;
}

    #accordion .panel-heading h4.panel-title strong {
        color: #b81515;
        font-weight: 700;
    }

    #accordion .panel-heading h4.panel-title .right-arrow {
        font-size: 20px;
        margin-top: -2px;
        color: #b81515;
        transition: all 0.5s;
    }

#accordion .panel-collapse .panel-body .img-iti {
    float: left;
    margin-right: 1.5rem;
    max-width: 300px;
    margin-bottom: 0.5rem;
}
/*accodions*/


/* Back to top */
.back-to-top {
    position: fixed;
    display: none;
    background: #108cc8;
    color: #fff;
    display: inline-block;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 1;
    font-size: 16px;
    border-radius: 50%;
    right: 15px;
    bottom: 15px;
    transition: background 0.3s;
    z-index: 99;
}

    .back-to-top i {
        padding-top: 12px;
        color: #fff;
    }

/* Back to top */

/* Loading page */
.loading-box {
    z-index: 1060;
    border: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: rgba(255,255,255,1);
    cursor: wait;
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .loading-box.load-tran {
        background-color: rgba(255,255,255,0.75);
    }

@keyframes spinner-border {
    to {
        transform: rotate(360deg);
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: 0.25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: spinner-border .75s linear infinite;
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: 0.2em;
}

@keyframes spinner-grow {
    0% {
        transform: scale(0);
    }

    50% {
        opacity: 1;
    }
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    animation: spinner-grow 1s linear infinite;
    color: #c8a361;
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem;
}

.lg-spinner {
    width: 48px !important;
    height: 48px !important;
}
/* Loading page */

/* Main */
#main {
    position: relative
}
/* #Header */
#header {
    padding: 0;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    z-index: 997;
    background: linear-gradient(to bottom, rgba(0,0,0,0.65) 15%, rgba(0,0,0,0) 80%);
}

    #header.header-scrolled {
        background: rgb(24 75 122);
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        box-shadow: 0px 0px 6px rgba(0,0,0,0.15);
        -webkit-box-shadow: 0px 0px 6px rgba(0,0,0,0.15);
    }

    #header #logo.logo-center {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        background: rgb(24 75 122);
        width: 160px;
        height: 140px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }

    #header.header-scrolled #logo.logo-center {
        height: 80px;
    }

    #header #logo a {
        display: inline-block;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        height: 80px;
    }

        #header #logo a img {
            display: inline-block;
            height: 100%;
        }

    #header.header-scrolled #logo a {
        height: 50px;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }




.hd-white #header {
    background: #184b7a;
}

/* Top bar */
.header-top {
    font-size: 0.8rem;
    color: #fff;
    font-weight: 300;
    padding-left: 10px;
    position: absolute;
    top: 20px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

    .header-top a {
        color: #fff;
    }

        .header-top a:hover {
            color: #c8a361;
        }

    .header-top .header_right {
    }

#header.header-scrolled .header-top {
    opacity: 0;
    visibility: hidden;
}

.header-top .dropdown .btn.btn-secondary {
    padding: 0;
    background-color: transparent;
    border: 0;
    padding-right: 0.65rem;
    font-family: unset;
    font-size: 0.75rem;
    font-weight: 500;
    margin-top: 0.15rem;
}

.header-top .dropdown .dropdown-menu.droplang {
    min-width: 28px;
    padding: 0;
    border: 1px solid rgba(0,0,0,.1);
    margin-top: 0.5rem;
    margin-right: -2px;
}

    .header-top .dropdown .dropdown-menu.droplang .dropdown-item {
        padding: 6px 10px;
        color: #333;
        font-size: 0.75rem;
        font-weight: 500;
    }

.header-top .dropdown .dropdown-menu.dropcur {
    font-size: 0.75rem;
    min-width: 28px;
    padding: 0;
    letter-spacing: 0;
    border: 1px solid rgba(0,0,0,.1);
}

    .header-top .dropdown .dropdown-menu.dropcur .dropdown-item {
        padding: 6px 8px;
        color: #333;
    }

.header-top .dropdown .dropdown-menu.droppro {
    font-size: 0.75rem;
    min-width: 28px;
    padding: 0;
    letter-spacing: 0;
    border: 1px solid rgba(0,0,0,.1);
}

    .header-top .dropdown .dropdown-menu.droppro .dropdown-item {
        padding: 6px 8px;
        color: #333;
    }


.header-top .dropdown .btn.btn-secondary.btn:focus {
    border: 0;
    box-shadow: none;
    background-color: transparent;
}

.header-top .dropdown .btn-secondary:not(:disabled):not(.disabled):active:focus,
.header-top .dropdown .btn-secondary:not(:disabled):not(.disabled).active:focus,
.header-top .dropdown .show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: none;
    background-color: transparent;
}

.header-top .dropdown .btn-secondary:not(:disabled):not(.disabled):active,
.header-top .dropdown .btn-secondary:not(:disabled):not(.disabled).active,
.header-top .dropdown.show > .btn-secondary.dropdown-toggle {
    background-color: transparent;
}

.header-top .dropdown .sel-lang {
    width: 16px;
    height: 16px;
    border-radius: 100%;
}

.header-top .dropdown .dropdown-toggle::after {
    position: absolute;
    right: 0;
    top: 0.75rem;
}

.header-top .dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #ddd;
}

.header-top .list-link-top {
    display: flex;
    align-items: center;
}
/* Top bar */
/* Breadcrumb */
.main-breadcrumb {
    font-size: 0.85rem;
}
/* Breadcrumb */
/* Intro banner */
#intro {
    display: table;
    width: 100%;
    height: calc(100vh - 4rem);
    background-color: transparent;
    position: relative;
}

    #intro .carousel-item {
        width: 100%;
        height: calc(100vh - 4rem);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

        #intro .carousel-item::before {
            content: '';
            background-color: rgba(0, 0, 0, 0.35);
            position: absolute;
            height: 100%;
            width: 100%;
            top: 0;
            right: 0;
            left: 0;
            bottom: 0;
        }

    #intro .carousel-container {
        display: flex;
        align-items: center;
        position: absolute;
        bottom: 0;
        top: 0;
        width: 100%;
    }

    #intro .intro-title {
        color: #fff;
        margin-bottom: 20px;
        font-size: 2.8rem;
        text-transform: uppercase;
        font-weight: 600;
    }

        #intro .intro-title small {
            display: block;
            margin-bottom: 1rem;
            font-size: 60%;
            font-weight: 200;
            line-height: 1;
        }

    #intro .carousel-indicators.indicators-center {
        left: 0;
        right: 0;
    }

    #intro p {
        margin: 0 auto 40px auto;
        color: #fff;
        font-weight: 200;
        font-size: 1.25rem;
        line-height: 1.5rem;
    }

    #intro .carousel-fade .carousel-inner .carousel-item {
        -webkit-transition-property: opacity;
        transition-property: opacity;
    }

    #intro .carousel-fade .carousel-inner .carousel-item,
    #intro .carousel-fade .carousel-inner .active.carousel-item-left,
    #intro .carousel-fade .carousel-inner .active.carousel-item-right {
        opacity: 0;
    }

    #intro .carousel-fade .carousel-inner .active,
    #intro .carousel-fade .carousel-inner .carousel-item-next.carousel-item-left,
    #intro .carousel-fade .carousel-inner .carousel-item-prev.carousel-item-right {
        opacity: 1;
        transition: 0.3s;
    }

        #intro .carousel-fade .carousel-inner .carousel-item-next,
        #intro .carousel-fade .carousel-inner .carousel-item-prev,
        #intro .carousel-fade .carousel-inner .active.carousel-item-left,
        #intro .carousel-fade .carousel-inner .active.carousel-item-right {
            left: 0;
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }

    #intro .carousel-control-prev, #intro .carousel-control-next {
        width: 10%;
    }

@media (min-width: 1024px) {
    #intro .carousel-control-prev, #intro .carousel-control-next {
        width: 10%;
    }
}

#intro .carousel-control-next-icon, #intro .carousel-control-prev-icon {
    background: none;
    font-size: 2.5rem;
    line-height: 1;
}

#intro .carousel-indicators li {
    cursor: pointer;
}

#intro .gal-icon {
    position: absolute;
    left: 35px;
    text-transform: uppercase;
    font-size: 0.85rem;
    bottom: 85px;
    color: #fff;
}

    #intro .gal-icon .box-gal {
        display: flex;
        align-items: center;
    }

#intro.banner-page p {
    font-size: 1.55rem;
}

#intro.banner-page {
    height: 430px;
}

    #intro.banner-page .carousel-item {
        height: 430px;
    }

    #intro.banner-page .intro-title {
        font-size: 2.75rem;
    }

    #intro.banner-page .breadcrumb,
    #intro.banner-page .breadcrumb a {
        color: #fff;
        font-size: 1rem;
    }

    #intro.banner-page .breadcrumb-item.active {
        color: #fff;
    }

    #intro.banner-page .breadcrumb-item + .breadcrumb-item::before {
        color: #fff;
        font-size: 1rem;
    }

    #intro.banner-page .breadcrumb a:hover {
        color: #c8a361
    }

#intro.banner-package {
    height: 400px;
    z-index: 0;
}

    #intro.banner-package .carousel-item {
        height: 400px;
    }

    #intro.banner-package.for-tour {
        height: 460px;
        z-index: 0;
    }

        #intro.banner-package.for-tour .carousel-item {
            height: 460px;
        }

    #intro.banner-package .carousel-item > a {
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
        top: 0;
    }

    #intro.banner-package .carousel-container {
        align-items: flex-end;
    }

    #intro.banner-package p {
        width: 100%;
        margin-bottom: 3.5rem;
    }

    #intro.banner-package .carousel-item::before {
        background-color: transparent;
    }

    #intro.banner-package .carousel-indicators {
        justify-content: flex-start;
        margin-left: 1.5rem;
        z-index: 2;
    }

        #intro.banner-package .carousel-indicators li {
            width: 14px;
            height: 14px;
            border-radius: 100%;
            opacity: .8;
            line-height: 1;
        }

        #intro.banner-package .carousel-indicators .active {
            background-color: #c8a361;
        }

#intro .carousel-indicators {
    margin-bottom: 80px;
}
/* Intro banner */
/* Banner detail room */
#banner_room .img-box {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

    #banner_room .img-box:before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background-color: rgba(0,0,0,0.3);
        transition: all 0.3s;
    }

    #banner_room .img-box::after {
        content: "\F32A";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        transition: all 0.3s;
        font-family: icons;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 2rem;
        opacity: 0;
    }

    #banner_room .img-box:hover:before {
        background-color: rgba(0,0,0,0);
        transition: all 0.3s;
    }

    #banner_room .img-box:hover::after {
        opacity: 1;
    }

    #banner_room .img-box.img-one {
        height: 450px;
        border-right: 1px solid #fff;
    }

    #banner_room .img-box.img-two {
        height: 225px;
        border-right: 1px solid #fff;
    }

    #banner_room .img-box.img-three {
        height: 225px;
        border-top: 1px solid #fff;
        border-right: 1px solid #fff;
    }

    #banner_room .img-box.img-four {
        height: 225px;
        border-right: 1px solid #fff;
    }

    #banner_room .img-box.img-five {
        height: 225px;
    }

    #banner_room .img-box.img-six {
        height: 225px;
        border-top: 1px solid #fff;
        border-right: 1px solid #fff;
    }

    #banner_room .img-box.img-seven {
        height: 225px;
        border-top: 1px solid #fff;
        position: relative;
        color: #fff;
    }

        #banner_room .img-box.img-seven.col-all:hover,
        #banner_room .img-box.img-seven.col-all:focus {
            color: #c8a361;
        }

        #banner_room .img-box.img-seven.col-all::before {
            content: '';
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            background-color: rgba(0,0,0,0.75);
        }

        #banner_room .img-box.img-seven.col-all > span {
            content: '';
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: 400;
            text-transform: uppercase;
            font-size: 0.85rem;
        }

        #banner_room .img-box.img-seven.col-all::after {
            content: '';
        }
/*Banner detail room*/

/*Banner empty*/
#banner_empty {
    height: 95px;
    background-color: #fff;
}
/*Banner empty*/

/*Check Room*/
.checkroom {
    position: absolute;
    bottom: 60px;
    width: 100%;
    z-index: 1;
}

    .checkroom.checkroom-bar {
        position: relative;
        bottom: unset;
        width: 100%;
        z-index: 3;
        margin-top: -2.5rem;
    }

    .checkroom .checkrom-box {
        background: rgba(0,0,0,0.5);
        padding: 20px 20px 10px 20px;
        position: relative;
    }

    .checkroom.checkroom-bar .checkrom-box {
        background: rgb(24 75 122);
    }

    .checkroom .form-group {
        margin-bottom: 10px;
    }

    .checkroom .form-control {
        background-color: rgba(255,255,255, 0.15);
        border-color: rgba(255,255,255, 0.3);
        color: rgba(255,255,255, 1);
        height: calc(2em + .75rem + 3px);
    }

        .checkroom .form-control::-moz-placeholder {
            color: rgba(255,255,255, 1);
            font-weight: 300;
        }

        .checkroom .form-control:-ms-input-placeholder {
            color: rgba(255,255,255, 1);
            font-weight: 300;
        }

        .checkroom .form-control::-webkit-input-placeholder {
            color: rgba(255,255,255, 1);
            font-weight: 300;
        }

    .checkroom .btn-group-search .dropdown-item {
        font-size: 0.8rem;
        letter-spacing: 0;
    }

    .checkroom .btn-group-search .btn.btn.btn:focus {
        box-shadow: none;
    }

    .checkroom .btn-group-search .btn:not(:disabled):not(.disabled):active:focus,
    .checkroom .btn-group-search .btn:not(:disabled):not(.disabled).active:focus,
    .checkroom .btn-group-searchn .show > .btn.dropdown-toggle:focus {
        box-shadow: none;
    }

    .checkroom .bootstrap-select > .dropdown-toggle,
    .checkroom .bootstrap-select > .dropdown-toggle:hover,
    .checkroom .bootstrap-select > .dropdown-toggle:focus {
        background-color: rgba(255,255,255, 0.05);
        border-color: rgba(255,255,255, 0.2);
        color: rgba(255,255,255, 1);
        outline: none !important;
        box-shadow: none;
    }

    .checkroom .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
        color: rgba(255,255,255, 1);
        font-weight: 300;
    }

    .checkroom .bootstrap-select > .dropdown-toggle {
        height: calc(2em + .75rem + 2px);
        /*line-height: 2;*/
        text-transform: none;
    }

    .checkroom .btn-search-home {
        height: calc(2em + .75rem + 2px);
        /*line-height: 2;*/
    }

    .checkroom .input-group .input-group-text {
        background-color: rgba(255,255,255, 0.15);
        border-color: rgba(255,255,255, 0.3);
        color: rgba(255,255,255, 1);
        border-left-color: transparent;
    }

    .checkroom .input-group:hover .form-control {
        border: 1px solid #c8a361 !important;
    }
/*Check Room*/
/*main title*/
.main-title {
    margin-top: 4rem;
    font-size: 1.75rem;
    line-height: 2.5rem;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
}

    .main-title small {
        display: block;
        font-size: 60%;
        font-weight: 300;
        color: #999;
        line-height: 2rem;
    }
/*main title*/

/* Nain Menu */

#nav-menu-container {
    margin: 0;
    height: 140px;
    display: flex;
    align-items: center;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

#header.header-scrolled #nav-menu-container {
    height: 80px;
}


.nav-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 1;
    font-weight: 500;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0;
    display: inline-flex;
}

    .nav-menu ul {
        position: absolute;
        display: none;
        top: 100%;
        left: 0;
        z-index: 99;
    }

        .nav-menu ul.dd-right {
            right: 0;
            left: unset;
        }

    .nav-menu li {
        position: relative;
        white-space: nowrap;
    }

    .nav-menu > li {
        float: left;
    }

    .nav-menu li:hover > ul,
    .nav-menu li.sfHover > ul {
        display: block;
    }

    .nav-menu ul ul {
        top: -10px;
        left: 100%;
    }

    .nav-menu ul li {
        min-width: 220px;
    }

.menu-left {
    width: 50%;
    text-align: right;
    padding-right: 120px;
}

.menu-right {
    width: 50%;
    text-align: left;
    padding-left: 120px;
}

.sf-arrows .sf-with-ul:after {
    content: "\F5AA";
    position: absolute;
    right: 0.45rem;
    font-family: icons;
    font-style: normal;
    font-weight: normal;
    font-size: 0.6rem;
    margin-top: 0.14rem;
}

.sf-arrows ul .sf-with-ul:after {
    content: "\F5AB";
}

#header.header-scrolled .sf-arrows .sf-with-ul,
.sf-arrows .sf-with-ul {
    padding-right: 20px;
}

#header.header-scrolled .nav-menu > li > a {
    transition: all 0.3s;
    padding: 33px 6px 33px 6px;
}



.nav-menu a {
    padding: 22px 6px 22px 6px;
    text-decoration: none;
    display: inline-block;
    color: #fff;
    outline: none;
}

.nav-menu > li.reservation-link a {
    padding: 27px 0 23px 0;
}

    .nav-menu > li.reservation-link a span {
        padding: 10px 15px;
        background: #c8a361;
        color: #fff;
        transition: all 0.3s;
    }

    .nav-menu > li.reservation-link a:hover span {
        background: #fff;
        color: #333
    }

    .nav-menu > li.reservation-link a i {
        margin-right: 3px;
    }

.nav-menu li:hover > a,
.nav-menu > .menu-active > a {
    color: #c8a361
}

.nav-menu > li {
    margin-left: 5px;
    margin-right: 5px;
    position: relative;
}

    .nav-menu > li.menu-has-children > ul:before {
        content: '';
        position: absolute;
        left: 20px;
        top: -18px;
        width: 0;
        height: 0;
        border-bottom: 10px solid #ffffff;
        border-top: 10px solid transparent;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
    }

.nav-menu ul {
    margin: 0;
    padding: 10px 0;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    background: #fff;
    list-style: none;
    text-align: left;
}

    .nav-menu ul li {
        transition: 0.3s;
    }

        .nav-menu ul li a {
            padding: 10px 30px 10px 20px;
            color: #333;
            transition: 0.3s;
            display: block;
            font-size: 0.9rem;
            text-transform: none;
            font-weight: normal;
        }

        .nav-menu ul li:hover > a {
            color: #c8a361;
        }

    .nav-menu ul ul {
        margin: 0;
    }

/*.hd-white .nav-menu > li > a {
    color: #333;
    font-weight: 500;
}

.hd-white .header-top {
    color: #666;
    font-weight: normal;
}

    .hd-white .header-top a {
        color: #666
    }

    .hd-white .header-top .dropdown .btn.btn-secondary {
        font-weight: 500;
    }*/

/* Nain Menu */

/* Mobile menu */
#mobile-nav-toggle {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
    border: 0;
    background: none;
    font-size: 24px;
    display: none;
    transition: all 0.4s;
    outline: none;
    cursor: pointer;
    transition: all 0.3s;
}

    #mobile-nav-toggle i {
        color: #fff;
    }

.hd-white #mobile-nav-toggle i {
    color: #333;
}

.hd-white #mobile-nav ul li {
    color: #fff;
    font-weight: 300;
}

#mobile-nav {
    position: fixed;
    top: 0;
    padding-top: 18px;
    bottom: 0;
    z-index: 998;
    background: rgba(0, 0, 0, 0.8);
    left: -280px;
    width: 280px;
    overflow-y: auto;
    transition: 0.4s;
}

    #mobile-nav ul {
        padding: 0;
        margin: 0;
        list-style: none;
        margin-bottom: 10px;
    }

        #mobile-nav ul li {
            position: relative;
        }

            #mobile-nav ul li a {
                color: #fff;
                font-size: 0.8rem;
                text-transform: uppercase;
                overflow: hidden;
                padding: 10px 20px 10px 15px;
                position: relative;
                text-decoration: none;
                width: 100%;
                display: block;
                outline: none;
                font-weight: normal;
                letter-spacing: 0;
            }

                #mobile-nav ul li a:hover {
                    color: #fff;
                }

            #mobile-nav ul li li {
                padding-left: 30px;
            }

        #mobile-nav ul .menu-has-children i {
            position: absolute;
            right: 0;
            z-index: 99;
            padding: 15px;
            cursor: pointer;
            color: #fff;
            font-size: 12px;
        }

            #mobile-nav ul .menu-has-children i.fa-chevron-up {
                color: #c8a361;
            }

        #mobile-nav ul .menu-has-children li a {
            text-transform: none;
            font-weight: 200;
        }

        #mobile-nav ul .menu-item-active {
            color: #c8a361;
        }

#mobile-body-overly {
    width: 100%;
    height: 100%;
    z-index: 997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(0, 0, 0, 0.5);
    display: none;
}

body.mobile-nav-active {
    overflow: hidden;
}

    body.mobile-nav-active #mobile-nav {
        left: 0;
    }

    body.mobile-nav-active #mobile-nav-toggle {
        color: #fff;
    }

#mobile-nav .dropdown .btn.btn-secondary {
    padding: 0;
    background-color: transparent;
    border: 0;
    font-size: 0.75rem;
    color: #c8a361;
    padding-right: 0.65rem;
}

#mobile-nav .dropdown .dropdown-menu.droplang {
    font-size: 0.75rem;
    min-width: 28px;
    padding: 0;
}

    #mobile-nav .dropdown .dropdown-menu.droplang .dropdown-item {
        padding: 1px 8px;
    }

#mobile-nav .dropdown .dropdown-menu.dropcur {
    font-size: 0.75rem;
    min-width: 28px;
    padding: 0;
    letter-spacing: 0;
}

    #mobile-nav .dropdown .dropdown-menu.dropcur .dropdown-item {
        padding: 2px 8px;
        color: #333;
    }


#mobile-nav .dropdown .btn.btn-secondary.btn:focus {
    border: 0;
    box-shadow: none;
    background-color: transparent;
}

#mobile-nav .dropdown .btn-secondary:not(:disabled):not(.disabled):active:focus,
#mobile-nav .dropdown .btn-secondary:not(:disabled):not(.disabled).active:focus,
#mobile-nav .dropdown .show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: none;
    background-color: transparent;
}

#mobile-nav .dropdown .btn-secondary:not(:disabled):not(.disabled):active,
#mobile-nav .dropdown .btn-secondary:not(:disabled):not(.disabled).active,
#mobile-nav .dropdown.show > .btn-secondary.dropdown-toggle {
    background-color: transparent;
}

#mobile-nav .dropdown .sel-lang {
    width: 16px;
    height: 16px;
    border-radius: 100%;
}

#mobile-nav .dropdown .dropdown-toggle::after {
    position: absolute;
    right: 0;
    top: 0.85rem;
}

#mobile-nav .dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #ddd;
}

#mobile-nav .header-top ul li a {
    padding: 0;
    font-weight: normal;
    font-family: unset;
    text-transform: none;
}
/* Mobile menu */

/* Best rate */
.best-rate {
    width: 260px;
    position: absolute;
    right: 50px;
    top: 140px;
    text-align: center;
    padding: 1.25rem;
    background-color: rgba(255,255,255,0.75);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

#header.header-scrolled .best-rate {
    top: 80px;
}

.hd-best .best-rate {
    display: none !important
}

.best-rate h5 {
    font-size: 0.9rem;
    color: #333
}

.best-rate .alert-content {
    line-height: 1.35;
    font-size: 0.9rem;
    color: var(--dark);
}

.best-rate .btn {
    font-size: 0.85rem;
}

.best-rate .close {
    font-size: 0.9rem;
    padding: 0.5rem;
    color: #333
}

    .best-rate .close:hover,
    .best-rate .close:focus {
        outline: none;
        border: 0;
    }
/* Best rate */

/* Detail Room */
#detail_room .heading {
    font-size: 1.75rem;
    margin-bottom: 1rem;
    font-weight: 400;
}

#detail_room .offer {
}

    #detail_room .offer ul {
        list-style: none;
        padding-left: 0;
    }

        #detail_room .offer ul > li {
            position: relative;
            padding-left: 1.65rem;
            width: 100%;
            display: inline-block;
            padding-right: 1rem;
        }

            #detail_room .offer ul > li::after {
                position: absolute;
                left: 0;
                top: 0;
                content: "\F1C1";
                font-family: icons;
                display: inline-block;
                font-size: 1rem;
            }

            #detail_room .offer ul > li:before {
                position: relative;
            }

#ext_room .des-img-box {
    position: relative;
}

    #ext_room .des-img-box span {
        position: absolute;
        width: 64px;
        height: 64px;
        background-image: url(../img/play.svg);
        background-size: 64px 64px;
        left: calc(50% - 32px);
        top: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        background-repeat: no-repeat;
        opacity: 0.75;
        transition: all 0.3s;
    }

    #ext_room .des-img-box:hover span {
        opacity: 1;
        width: 80px;
        height: 80px;
        background-size: 80px 80px;
        left: calc(50% - 40px);
    }


/* Detail Room */

/*Check room small*/
.check-room-small {
    background: #f3f3f4;
    padding: 20px 15px 15px 15px;
    margin-bottom: 30px;
}

    .check-room-small .check-room-title .price {
        font-size: 1.15rem;
        font-weight: 400;
    }

    .check-room-small .check-room-title .amout {
        font-size: 1.55rem;
        font-weight: 600;
        color: #c8a361;
    }

    .check-room-small .check-room-title del {
        color: #999;
        font-size: 1rem;
    }

    .check-room-small .check-room-links ul {
        list-style: none;
        padding: 0;
        margin-bottom: 0px;
    }

        .check-room-small .check-room-links ul li a {
            color: #666;
            font-size: 0.8rem;
        }

            .check-room-small.check-room-links ul li a:hover {
                color: #c8a361;
            }
/*Check room small*/

/* location home */
#location_home {
    padding: 4rem 0 4rem 0;
}
/* location home */

/*Room home*/
#room_home {
    background: #f1f1f1;
    padding-top: 60px;
    padding-bottom: 60px;
    transition: 0.3s all
}

    #room_home .slick-slide .room-info {
        background: linear-gradient(to top, rgba(0,0,0,0.75) 15%, rgba(0,0,0,0) 85%);
        position: absolute;
        width: 100%;
        padding: 30px;
        z-index: 10;
        opacity: 0;
        bottom: 0px;
    }

    #room_home .slick-current.slick-active .room-info {
        opacity: 1;
    }

    #room_home .room-info h3 {
        color: #fff;
        line-height: 2rem;
        font-size: 1.25rem;
        margin-bottom: 0.75rem;
        letter-spacing: 0;
    }

    #room_home .room-info .r-desc {
        color: #ccc;
        margin-bottom: 0px;
        line-height: 1.35;
        font-size: 0.9rem;
    }

    #room_home .room-price {
        position: absolute;
        top: 0;
        left: 0;
        background: #c8a361;
        color: #fff;
        z-index: 10;
        padding: 15px 20px 10px 20px;
        opacity: 0;
    }

    #room_home .slick-current.slick-active .room-price {
        opacity: 1;
    }

    #room_home .room-price.pr-tr {
        background-color: rgba(0,0,0,0.55);
    }

    #room_home .room-price .pr-title {
        text-transform: uppercase;
        font-size: 14px;
    }

    #room_home .room-price .pri-left {
        display: inline-block;
    }

    #room_home .room-price .pri-right {
        display: inline-block;
        line-height: 20px;
    }

        #room_home .room-price .pri-right span {
            display: block;
        }

    #room_home .room-price .pr-new {
        font-size: 2rem;
        font-weight: 600;
        line-height: 3rem;
        letter-spacing: 0;
    }

    #room_home .room-price .usd-night {
        font-weight: 600;
        font-size: 0.75rem;
        line-height: 1;
    }

    #room_home .room-price .r-exclude {
        font-size: .9rem;
        font-weight: 300;
    }

/*Room home*/

/*List room*/
.room-container .room-col {
    background: #fff;
    margin-bottom: 30px;
    position: relative;
}

.room-container .title {
    font-size: 1.25rem;
    padding: 0.65rem 1.5rem;
    margin-top: 15px;
    margin-bottom: 5px;
    line-height: 1.5;
}

    .room-container .title a {
        color: #333;
    }

        .room-container .title a:hover {
            color: #c8a361;
        }

.room-container .des-info {
    padding: 0 1.5rem;
    font-size: 0.85rem;
    margin-bottom: 1rem;
}

    .room-container .des-info .badge {
        font-weight: 300;
        padding: 0.2rem 0.4rem;
        font-size: 0.70rem;
    }

.room-container .meta-box {
    padding: 0 1.5rem 1.5rem;
    font-weight: 500;
}

    .room-container .meta-box .price {
        color: #c8a361;
        font-weight: 600;
        font-size: 20px;
    }

    .room-container .meta-box .detail-link {
        float: right;
        margin-top: 5px;
        font-size: 14px;
        font-weight: 600;
    }

.room-container .img {
    position: relative;
}

.room-container .r-price {
    background-color: rgba(0,0,0,0.55);
    position: absolute;
    bottom: 1rem;
    padding: 1.15rem;
    color: #fff;
}

    .room-container .r-price .pri-left {
        font-weight: 500;
        font-size: 1.35rem;
    }

    .room-container .r-price .pri-right {
        font-weight: 300;
        font-size: 0.9rem;
    }
/*List room*/

/* About home
--------------------------------*/
#about_home {
    margin-bottom: 4rem;
}

    #about_home .over-content {
        padding: 30px 25px 30px 25px;
        text-align: center;
        font-weight: 300;
        color: #222;
    }

        #about_home .over-content strong {
            font-weight: 600;
        }

    #about_home .over-img-box {
        background-image: url('../img/bg-2.jpg');
        min-height: 350px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
    }

        #about_home .over-img-box .over-img {
            position: relative;
            height: 100%;
            width: 100%;
            display: block;
        }

            #about_home .over-img-box .over-img span {
                position: absolute;
                width: 64px;
                height: 64px;
                background-image: url(../img/play.svg);
                background-size: 64px 64px;
                left: calc(50% - 32px);
                top: 50%;
                -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
                background-repeat: no-repeat;
                opacity: 0.75;
                transition: all 0.3s;
            }

            #about_home .over-img-box .over-img:hover span {
                width: 80px;
                height: 80px;
                background-size: 80px 80px;
                left: calc(50% - 40px);
            }

/* About home */

/*special home*/
#special_home {
    padding: 4rem 0 calc(4rem - 10px) 0;
}

    #special_home .card-offer-small .card-title {
        text-transform: uppercase;
        font-size: 1rem;
        line-height: 1.35rem;
    }

        #special_home .card-offer-small .card-title a {
            color: #333;
        }

            #special_home .card-offer-small .card-title a:hover {
                color: #c8a361;
            }

    #special_home .card-offer-small .card-body {
        height: 17.655rem;
    }

    #special_home .card-img-box {
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        position: relative;
        display: flex;
        min-height: 17.655rem;
        transition: all .53s;
    }

        #special_home .card-img-box:hover,
        #special_home .card-img-box:focus {
        }

        #special_home .card-img-box .offer-price {
            position: absolute;
            background: rgba(0,0,0,0.65);
            color: #fff;
            text-align: center;
            padding: 1rem;
            top: 1rem;
        }

            #special_home .card-img-box .offer-price .price {
                font-weight: 300;
                font-size: 1.15rem;
            }

            #special_home .card-img-box .offer-price .ext-price {
                font-weight: 200;
                font-size: 0.9rem;
                line-height: 1;
            }
/*special home*/

/*Special list*/
.special-list .special-item .card-title {
    font-size: 1.15rem;
    line-height: 1.75rem;
}

    .special-list .special-item .card-title a {
        color: #333;
        color: #333;
        line-height: 1;
        font-size: 16px;
        font-weight: 700;
    }

        .special-list .special-item .card-title a:hover {
            color: #c8a361;
        }

.special-list .card-img-box {
    position: relative;
    display: block;
}

    .special-list .card-img-box .offer-price {
        bottom: 1rem;
        position: absolute;
        background: rgba(0,0,0,0.65);
        color: #fff;
        text-align: center;
        padding: 1rem;
        left: 0;
        text-align: left;
    }

        .special-list .card-img-box .offer-price .ext-price,
        .special-list .card-img-box .offer-price .price {
            display: block;
        }
/*Special list*/

/*Detail package*/
.detail-package .heading {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.detail-package .package-img-box .over-img-box a {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.detail-package .package-img-box .content-box {
    height: calc(100% - 4rem);
    margin-top: 2rem;
    margin-bottom: 2rem;
    background-color: white;
    margin-left: -2rem;
}

.detail-package .package-img-box .package-title {
    position: relative;
}

.detail-package .package-title {
    position: relative;
}

    .detail-package .package-title .need-share-button.share-package {
        position: absolute;
        right: 0;
        bottom: 5px;
    }

    .detail-package .package-title .need-share-button-default .need-share-button_button {
        background-color: transparent;
        border: 0;
        padding: 0;
        font-size: 1rem;
        font-weight: 300;
        color: #333
    }

        .detail-package .package-title .need-share-button-default .need-share-button_button:hover,
        .detail-package .package-title .need-share-button-default .need-share-button_button:focus {
            color: #c8a361
        }

        .detail-package .package-title .need-share-button-default .need-share-button_button:before {
            font-family: icons;
            content: "\F4F8";
            margin-right: 0.5rem;
        }

    .detail-package .package-title .need-share-button-default .need-share-button_dropdown {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.detail-package .content-box {
    padding: 2.5rem 1.5rem;
}

    .detail-package .content-box h6 {
        font-size: 1rem;
        text-transform: uppercase;
        margin-bottom: 0.5rem;
    }

    .detail-package .content-box .price {
        font-size: 1.15rem;
        font-weight: 400;
        color: #333;
    }

    .detail-package .content-box .amout {
        font-size: 1.55rem;
        font-weight: 600;
        color: #c8a361;
    }

    .detail-package .content-box del {
        color: #999;
        font-size: 1rem;
    }

.detail-package .content-box {
    color: #666;
    /*font-size: 0.85rem;*/
}

    .detail-package .content-box .call-phone {
        color: #333;
        font-size: 1rem;
        font-weight: 500;
        margin-top: 1rem;
    }

    .detail-package .content-box .tour-sum p {
        border-bottom: 1px dotted #ddd;
        font-size: 1rem;
        position: relative;
        height: 1.5rem;
    }

        .detail-package .content-box .tour-sum p span {
            font-weight: 400;
            background-color: #fff;
            display: inline-block;
            position: absolute;
            right: 0;
            bottom: -0.55rem;
            padding-left: 0.5rem;
        }

        .detail-package .content-box .tour-sum p font {
            background-color: #fff;
            display: inline-block;
            position: absolute;
            left: 0;
            bottom: -0.55rem;
            padding-right: 0.5rem;
        }

/*detail package*/

/*Detail location*/
.nearby ul {
    list-style: none;
    padding-left: 0;
}

    .nearby ul > li {
        position: relative;
        padding-left: 1.65rem;
        width: calc(50% - 4px);
        display: inline-block;
        padding-right: 1rem;
    }

        .nearby ul > li::after {
            position: absolute;
            left: 0;
            top: 0;
            content: "\F1C1";
            font-family: icons;
            display: inline-block;
            font-size: 1rem;
        }

        .nearby ul > li:before {
            position: relative;
        }
/*Detail location*/

/*detail spa*/
.spa-service .card-title a {
    font-size: 1.15rem;
    color: #333;
}

.spa-service .link-detail {
    font-weight: normal;
}
/*detail spa*/

/*Services*/
.service-list .service-item .card-img-box {
    position: relative;
}

    .service-list .service-item .card-img-box .service-info {
        position: absolute;
        background: rgba(0,0,0,0.65);
        color: #fff;
        padding: 1rem;
        bottom: 1rem;
        left: 0;
    }

        .service-list .service-item .card-img-box .service-info .info {
            font-size: 1.15rem;
            text-transform: uppercase;
            margin-bottom: .1rem;
            font-weight: 300;
        }

        .service-list .service-item .card-img-box .service-info .ext-info a:hover {
            color: #fff;
        }

/*Services*/

/*Detail About*/
.detail-about .heading {
    font-size: 1.55rem;
}

.detail-about .about-img-box .bg-about-box {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.detail-about .about-img-box .over-content {
    background-color: #fff;
    margin-left: -2rem;
    padding: 2rem;
}

.detail-about .about-img-box .img-about {
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.detail-about .about-title {
    position: relative;
}

    .detail-about .about-title .need-share-button.share-about {
        position: absolute;
        right: 0;
        bottom: 5px;
    }

    .detail-about .about-title .need-share-button-default .need-share-button_button {
        background-color: transparent;
        border: 0;
        padding: 0;
        font-size: 1rem;
        font-weight: 300;
        color: #333
    }

        .detail-about .about-title .need-share-button-default .need-share-button_button:hover,
        .detail-about .about-title .need-share-button-default .need-share-button_button:focus {
            color: #c8a361
        }

        .detail-about .about-title .need-share-button-default .need-share-button_button:before {
            font-family: icons;
            content: "\F4F8";
            margin-right: 0.5rem;
        }

    .detail-about .about-title .need-share-button-default .need-share-button_dropdown {
        -webkit-box-shadow: none;
        box-shadow: none;
    }
/*Detail About*/

/*Photo Gallery*/
#photo-gallery #photo-flters {
    padding: 0;
    margin: 5px 0 35px 0;
    list-style: none;
    text-align: center;
}

    #photo-gallery #photo-flters li {
        cursor: pointer;
        margin: 0;
        display: inline-block;
        padding: 15px 25px 10px 25px;
        font-size: 1rem;
        line-height: 20px;
        color: #666666;
        text-transform: uppercase;
        background: #fff;
        margin-bottom: 5px;
        transition: all 0.3s ease-in-out;
        font-weight: 500;
    }

        #photo-gallery #photo-flters li:hover, #photo-gallery #photo-flters li.filter-active {
            background: #c8a361;
            color: #fff;
        }

        #photo-gallery #photo-flters li:last-child {
            margin-right: 0;
        }

#photo-gallery .photo-container figure {
    margin-bottom: 10px;
}
/*Photo Gallery*/

/*detail restaurant*/
.detail-restaurant .restaurant-photo .img-res {
    display: block;
    position: relative;
}

    .detail-restaurant .restaurant-photo .img-res img {
        border: 1px solid #fff;
    }

    .detail-restaurant .restaurant-photo .img-res > span {
        background-color: rgba(0,0,0,0.5);
        position: absolute;
        left: 1px;
        top: 1px;
        right: 1px;
        bottom: 1px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 400;
        font-size: 0.85rem;
        text-transform: uppercase;
        color: #fff;
    }

    .detail-restaurant .restaurant-photo .img-res:hover > span {
        color: #c8a361;
    }
/*detail restaurant*/

/* Facility */
.section-facility .h2-facility {
    font-size: 1.15rem;
    font-weight: 600;
    text-transform: uppercase;
}

.section-facility .h3-item {
    font-size: 1.10rem;
    font-weight: 700;
}

.section-facility .icon-facility {
    font-size: 32px;
    margin-right: 1rem;
    margin-top: -7px;
    color: #999;
}

.section-facility .list-facility {
    border-left: 2px solid #ddd;
    padding-left: 1rem;
    font-size: 0.875rem;
}

.section-facility .card-img-overlay {
    background: rgba(0,0,0,0.35);
    color: #fff;
}

    .section-facility .card-img-overlay h5 {
        font-weight: 300;
    }
/* Facility */
/*Service*/
#service_home {
    padding: 4rem 0 calc(4rem - 10px) 0;
}

    #service_home.card-offer-small .card-title {
        text-transform: uppercase;
        font-size: 1rem;
        line-height: 1.35rem;
    }

    #service_home .card-offer-small .card-body {
        height: 17.655rem;
    }

    #service_home .card-img-box {
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 17.655rem;
        margin-bottom: 10px;
        padding: 0.75rem;
    }

        #service_home .card-img-box .service-item {
            position: absolute;
            background: rgba(0,0,0,0.65);
            color: #fff;
            padding: 1rem;
            bottom: 1rem;
            left: 0;
        }

            #service_home .card-img-box .service-item .info {
                font-weight: 300;
                font-size: 1.15rem;
                text-transform: uppercase;
                margin-bottom: 0.5rem;
            }

            #service_home .card-img-box .service-item .ext-info {
                font-size: 0.8rem;
                line-height: 1;
                letter-spacing: 0;
            }

                #service_home .card-img-box .service-item .ext-info a {
                    color: #fff;
                }

                    #service_home .card-img-box .service-item .ext-info a:hover,
                    #service_home .card-img-box .service-item .ext-info a:focus {
                        color: #fff;
                    }
/*Service*/

/*reservation*/
.multi-step, .multi-step * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-transform: uppercase;
    font-weight: 400;
}

    .multi-step ::after, .multi-step ::before {
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

.multi-step {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

    .multi-step .modal-title {
        text-align: center;
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        font-size: .8rem
    }

    .multi-step .modal-steps {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding-top: .3rem
    }

        .multi-step .modal-steps .step {
            width: 100%;
            position: relative;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center
        }

            .multi-step .modal-steps .step:after, .multi-step .modal-steps .step:before {
                position: absolute;
                border: 1px solid;
                height: 1px;
                display: block;
                z-index: 1;
                top: 11px;
                content: ''
            }

            .multi-step .modal-steps .step:first-child:after, .multi-step .modal-steps .step:first-child:before {
                width: 50% !important;
                left: unset;
                right: unset;
                -webkit-transform: translateX(51%);
                -ms-transform: translateX(51%);
                transform: translateX(51%)
            }

            .multi-step .modal-steps .step:last-child:after, .multi-step .modal-steps .step:last-child:before {
                width: 50% !important;
                left: 0
            }

            .multi-step .modal-steps .step:before {
                width: 100%
            }

            .multi-step .modal-steps .step:after {
                width: 0%;
                left: 0;
                -webkit-transition: .2s linear;
                -o-transition: .2s linear;
                transition: .2s linear
            }

            .multi-step .modal-steps .step.current:after {
                width: calc(50% - 10px);
                -webkit-transition: .2s linear;
                -o-transition: .2s linear;
                transition: .2s linear
            }

            .multi-step .modal-steps .step.current:first-child:after {
                width: 0% !important;
                -webkit-transition: .2s linear;
                -o-transition: .2s linear;
                transition: .2s linear
            }

            .multi-step .modal-steps .step.completed:after, .multi-step .modal-steps .step.skipped:after {
                width: 100%;
                -webkit-transition: .2s linear;
                -o-transition: .2s linear;
                transition: .2s linear
            }

            .multi-step .modal-steps .step .dot {
                height: 20px;
                width: 20px;
                -webkit-border-radius: 20px;
                border-radius: 20px;
                display: inline-block;
                position: relative;
                top: .125em;
                z-index: 2;
                margin: auto;
                border: 1px solid
            }

                .multi-step .modal-steps .step .dot:before {
                    content: '';
                    position: absolute;
                    top: -1px;
                    left: -1px;
                    width: 20px;
                    height: 20px;
                    -webkit-transform: scale(.75);
                    -ms-transform: scale(.75);
                    transform: scale(.75);
                    -webkit-border-radius: 20px;
                    border-radius: 20px
                }

            .multi-step .modal-steps .step .label {
                font-size: 12px;
                display: block;
                margin: .5em 0;
                text-align: center;
                -webkit-box-flex: 0;
                -webkit-flex: 0 0 100%;
                -ms-flex: 0 0 100%;
                flex: 0 0 100%
            }

    .multi-step .modal-body .step-content-container {
        position: relative;
        height: 100%
    }

        .multi-step .modal-body .step-content-container .step-content {
            display: none;
            position: relative;
            top: 0;
            left: 0;
            width: 100%
        }

            .multi-step .modal-body .step-content-container .step-content .content-inner {
                position: relative
            }

            .multi-step .modal-body .step-content-container .step-content.active {
                display: inline-block
            }

    .multi-step .btn-prev {
        margin-right: auto
    }

    .multi-step .btn-skip {
        display: none
    }

        .multi-step .btn-skip.skippable {
            display: block
        }

    .multi-step .disabled, .multi-step :disabled {
        cursor: not-allowed
    }

.flex-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%
}

    .flex-center p {
        margin: 0
    }

    .flex-center ul {
        text-align: center
    }

        .flex-center ul li {
            margin-bottom: 1rem
        }

            .flex-center ul li:last-of-type {
                margin-bottom: 0
            }

.multi-step .modal-steps .step:after, .multi-step .modal-steps .step:before {
    border-color: #ddd
}


.multi-step .modal-steps .step .dot {
    border-color: #ddd;
    background-color: #fff
}

.multi-step .modal-steps .step.completed .dot, .multi-step .modal-steps .step.completed:after, .multi-step .modal-steps .step.current .dot, .multi-step .modal-steps .step.current:after {
    border-color: #c8a361
}

    .multi-step .modal-steps .step.current .dot:before {
        background-color: #e7d9bd
    }

    .multi-step .modal-steps .step.completed .dot:before {
        background-color: #c8a361
    }

.multi-step .modal-steps .step.skipped .dot, .multi-step .modal-steps .step.skipped:after {
    border-color: #ffc107
}

    .multi-step .modal-steps .step.skipped .dot:before {
        background-color: #ffc107
    }

.reservation-main {
    letter-spacing: normal;
    font-size: 0.9rem;
}

    .reservation-main .room-list .card.card-selected {
        border-width: 2px !important;
        border-color: #c8a361;
        position: relative;
        background-color: #fffaf3;
    }

        .reservation-main .room-list .card.card-selected:before {
            content: '';
            position: absolute;
            top: -34px;
            right: -34px;
            border-bottom: 32px solid #c8a361;
            border-top: 32px solid transparent;
            border-left: 32px solid transparent;
            border-right: 32px solid transparent;
            -webkit-transform: rotate(30deg);
            transform: rotate(45deg);
        }

        .reservation-main .room-list .card.card-selected:after {
            content: "\F1C1";
            top: 3px;
            right: 3px;
            font-family: icons;
            position: absolute;
            color: #fff;
        }

    .reservation-main .list-featured {
        line-height: 2;
        color: #666;
    }

        .reservation-main .list-featured h6 {
            font-size: 0.9rem;
            margin-bottom: 5px;
        }

    .reservation-main .book-option .input-group-sm > .input-group-prepend > .input-group-text,
    .reservation-main .book-option .input-group .bootstrap-select.form-control .dropdown-toggle {
        font-size: 0.75rem;
        padding: .25rem .5rem;
        line-height: 1;
        height: calc(1.75rem + 2px);
        border-color: #e9ecef;
    }

    .reservation-main .book-option .breakfast label,
    .reservation-main .book-option .extrabed label {
        line-height: 16px;
        padding-left: 25px;
    }

    .reservation-main .book-option .breakfast font,
    .reservation-main .book-option .extrabed font {
        font-size: 0.75rem;
    }

    .reservation-main .room-book {
        text-align: center;
    }

        .reservation-main .room-book .bootstrap-select > .dropdown-toggle.btn-light {
            font-size: 0.75rem;
            padding: .25rem .5rem;
            line-height: 1;
            height: calc(1.75rem + 2px);
            border-color: #ddd;
        }

        .reservation-main .room-book .price .amout {
            font-size: 1.5rem;
            font-weight: 600;
            color: #c8a361
        }

            .reservation-main .room-book .price .amout small {
                font-size: 0.85rem;
                font-weight: 400;
                margin-right: 0.15rem;
            }

        .reservation-main .room-book .price del {
            color: #999;
            font-weight: 500;
        }

            .reservation-main .room-book .price del small {
                font-size: 0.65rem;
                font-weight: 400;
                margin-right: 0.15rem;
            }

        .reservation-main .room-book .btn.btn-primary {
            font-size: 0.75rem;
            padding: .25rem .5rem;
            height: calc(1.75rem + 2px);
            line-height: 1.75;
        }

.reservation-detail .book-date {
    color: #666;
    line-height: 1.5rem;
}

    .reservation-detail .book-date strong {
        color: #333;
        font-weight: 600;
    }

.reservation-detail .select-list .select-item {
    line-height: 1.5rem;
}

    .reservation-detail .select-list .select-item .item-title {
        font-weight: 600;
    }

    .reservation-detail .select-list .select-item .extra-info,
    .reservation-detail .tax-service {
        font-size: 0.75rem;
        color: #666;
    }

        .reservation-detail .select-list .select-item .extra-info .price,
        .reservation-detail .tax-service .price {
            color: #c8a361;
        }

        .reservation-detail .select-list .select-item .extra-info strong,
        .reservation-detail .tax-service strong {
            font-weight: 600;
        }

.reservation-detail .total-amount {
    font-weight: 600;
}

    .reservation-detail .total-amount .price {
        color: #c8a361;
        font-size: 1.25rem;
    }

        .reservation-detail .total-amount .price strong {
            font-weight: 600;
        }

.reservation-detail .select-airport .item-title {
    font-weight: 600;
}

.reservation-detail .select-airport .airport-transfer {
    font-size: 0.75rem;
    color: #666;
}

.message-box {
    font-size: 1.15rem;
}

.date-calendar {
    position: relative;
}

    .date-calendar:after {
        position: absolute;
        content: "\F358";
    }
/*Reservation*/
/*Protion*/
img.promo {
    position: absolute;
    top: 0;
    right: 0;
    width: 90px !important;
}

.best {
    color: #fff;
    font-size: 0.66rem;
    background-color: #2196F3;
    padding: 4px 12px 4px 15px;
    position: absolute;
    top: 0;
    left: 0;
    text-transform: uppercase;
    font-weight: 400;
}

img.promo.d-view {
    margin-top: 2rem;
}

.best.d-view {
    margin-top: 2rem;
    margin-left: -2rem;
}
/*Footer*/
#footer {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 4rem 0 0 0;
    font-size: 0.9rem;
    line-height: 2;
    background: #184b7a;
}

    #footer .hr-footer {
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    }

    #footer .footer_center {
        padding-bottom: calc(2rem - 10px);
    }

        #footer .footer_center p {
            color: #fff;
        }

        #footer .footer_center .widget-logo .text p.hotel-name {
            color: #fff;
            letter-spacing: 0.25em;
            font-weight: 500;
            margin-bottom: 1rem;
            font-size: 0.9rem;
        }

        #footer .footer_center .widget-logo {
            overflow: hidden;
            padding-top: 0px;
            font-weight: 300;
        }

            #footer .footer_center .widget-logo .contact-box {
                display: flex;
                align-items: center;
            }

            #footer .footer_center .widget-logo .logo-box img {
                max-width: 120px;
                margin-right: 20px;
            }

            #footer .footer_center .widget-logo .text {
                display: inline-block;
            }

                #footer .footer_center .widget-logo .text p {
                    color: #ffffff;
                    margin-bottom: 3px;
                }

                    #footer .footer_center .widget-logo .text p i {
                        margin-right: 10px;
                        color: #ddd;
                    }

                    #footer .footer_center .widget-logo .text p a {
                        color: #ffffff;
                    }

                        #footer .footer_center .widget-logo .text p a:hover {
                            color: #c8a361;
                            text-decoration: none;
                        }

                    #footer .footer_center .widget-logo .text p:last-child {
                        margin-bottom: 0;
                    }

        #footer .footer_center .widget {
        }

            #footer .footer_center .widget .widget-title {
                color: #fff;
                text-transform: uppercase;
                font-size: 0.9rem;
                margin-top: 0;
                margin-bottom: 1rem;
                letter-spacing: 0.25em;
                font-weight: 500;
            }

            #footer .footer_center .widget > ul {
                margin-top: -5px;
            }

            #footer .footer_center .widget ul {
                list-style: none;
                padding-left: 0;
                margin-bottom: 0px;
            }

                #footer .footer_center .widget ul li a {
                    color: #ffffff;
                    padding: 2px 0;
                    display: inline-block;
                    transition: all .2s ease;
                    font-weight: 500;
                }

                    #footer .footer_center .widget ul li a:hover {
                        color: #c8a361;
                        text-decoration: none;
                    }

        #footer .footer_center .widget_tripadvisor .tripadvisor {
            color: #999;
            font-size: 0.85rem;
        }

            #footer .footer_center .widget_tripadvisor .tripadvisor .tri-logo img {
                width: 100px;
                padding-right: 20px;
            }

            #footer .footer_center .widget_tripadvisor .tripadvisor .trip-review img {
                height: 21px;
                margin-bottom: 0.45rem;
            }

            #footer .footer_center .widget_tripadvisor .tripadvisor .trip-review .title {
                font-size: 0.65rem;
                text-transform: uppercase;
                display: block;
                margin-bottom: 0.35rem;
                color: #fff;
                letter-spacing: 0;
            }

            #footer .footer_center .widget_tripadvisor .tripadvisor .trip-review .see-all {
                display: block;
                color: #999;
            }

                #footer .footer_center .widget_tripadvisor .tripadvisor .trip-review .see-all:hover {
                    color: #c8a361;
                }

    #footer .social-box .social-content a {
        width: 32px;
        height: 32px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: rgba(255,255,255,0.1);
        margin-right: 0.5rem;
        color: rgba(255,255,255,0.4);
        font-size: 1rem;
        border-radius: 100%;
    }

        #footer .social-box .social-content a:hover,
        #footer .social-box .social-content a:focus {
            color: #fff;
            background-color: #c8a361
        }

    #footer .widget-title-social {
        font-size: 0.65rem;
        text-transform: uppercase;
        display: block;
        margin-bottom: 0.5rem;
        color: #fff;
        font-weight: 200;
        margin-top: 0.25rem;
        letter-spacing: 0;
    }

    #footer .accept-payment .ap-img {
        max-width: 300px;
        margin-top: 0.25rem;
    }

    #footer .footer_bottom {
        background-color: rgba(0,0,0,0.35);
        padding: 15px 0;
        color: #999;
        font-size: 14px;
        border-top: 1px solid rgba(255,255,255,0.1);
    }

        #footer .footer_bottom p {
            margin-bottom: 0;
        }

        #footer .footer_bottom a:hover {
            color: #fff;
        }

.w-60 {
    width: 60% !important;
}

.w-40 {
    width: 40% !important;
}

.w-50 {
    width: 50% !important;
}

.col-2dot4,
.col-sm-2dot4,
.col-md-2dot4,
.col-lg-2dot4,
.col-xl-2dot4 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

@media (min-width: 540px) {
    .col-sm-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 720px) {
    .col-md-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 960px) {
    .col-lg-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 1140px) {
    .col-xl-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

.col5 .row {
    margin-right: -5px;
    margin-left: -5px;
}

.col5 .col, .col5 .col-1, .col5 .col-10, .col5 .col-11, .col5 .col-12, .col5 .col-2, .col5 .col-3, .col5 .col-4, .col5 .col-5, .col5 .col-6, .col5 .col-7, .col5 .col-8, .col5 .col-9, .col5 .col-auto, .col5 .col-lg, .col5 .col-lg-1, .col5 .col-lg-10, .col5 .col-lg-11, .col5 .col-lg-12, .col5 .col-lg-2, .col5 .col-lg-3, .col5 .col-lg-4, .col5 .col-lg-5, .col5 .col-lg-6, .col5 .col-lg-7, .col5 .col-lg-8, .col5 .col-lg-9, .col5 .col-lg-auto, .col5 .col-md, .col5 .col-md-1, .col5 .col-md-10, .col5 .col-md-11, .col5 .col-md-12, .col5 .col-md-2, .col5 .col-md-3, .col5 .col-md-4, .col5 .col-md-5, .col5 .col-md-6, .col5 .col-md-7, .col5 .col-md-8, .col5 .col-md-9, .col5 .col-md-auto, .col5 .col-sm, .col5 .col-sm-1, .col5 .col-sm-10, .col5 .col-sm-11, .col5 .col-sm-12, .col5 .col-sm-2, .col5 .col-sm-3, .col5 .col-sm-4, .col5 .col-sm-5, .col5 .col-sm-6, .col5 .col-sm-7, .col5 .col-sm-8, .col5 .col-sm-9, .col5 .col-sm-auto, .col5 .col-xl, .col5 .col-xl-1, .col5 .col-xl-10, .col5 .col-xl-11, .col5 .col-xl-12, .col5 .col-xl-2, .col5 .col-xl-3, .col5 .col-xl-4, .col5 .col-xl-5, .col5 .col-xl-6, .col5 .col-xl-7, .col5 .col-xl-8, .col5 .col-xl-9, .col5 .col-xl-auto {
    padding-right: 5px;
    padding-left: 5px;
}

.col1 .row {
    margin-right: -1px;
    margin-left: -1px;
}

.col1 .col, .col1 .col-1, .col1 .col-10, .col1 .col-11, .col1 .col-12, .col1 .col-2, .col1 .col-3, .col1 .col-4, .col1 .col-5, .col1 .col-6, .col1 .col-7, .col1 .col-8, .col1 .col-9, .col1 .col-auto, .col1 .col-lg, .col1 .col-lg-1, .col1 .col-lg-10, .col1 .col-lg-11, .col1 .col-lg-12, .col1 .col-lg-2, .col1 .col-lg-3, .col1 .col-lg-4, .col1 .col-lg-5, .col1 .col-lg-6, .col1 .col-lg-7, .col1 .col-lg-8, .col1 .col-lg-9, .col1 .col-lg-auto, .col1 .col-md, .col1 .col-md-1, .col1 .col-md-10, .col1 .col-md-11, .col1 .col-md-12, .col1 .col-md-2, .col1 .col-md-3, .col1 .col-md-4, .col1 .col-md-5, .col1 .col-md-6, .col1 .col-md-7, .col1 .col-md-8, .col1 .col-md-9, .col1 .col-md-auto, .col1 .col-sm, .col1 .col-sm-1, .col1 .col-sm-10, .col1 .col-sm-11, .col1 .col-sm-12, .col1 .col-sm-2, .col1 .col-sm-3, .col1 .col-sm-4, .col1 .col-sm-5, .col1 .col-sm-6, .col1 .col-sm-7, .col1 .col-sm-8, .col1 .col-sm-9, .col1 .col-sm-auto, .col1 .col-xl, .col1 .col-xl-1, .col1 .col-xl-10, .col1 .col-xl-11, .col1 .col-xl-12, .col1 .col-xl-2, .col1 .col-xl-3, .col1 .col-xl-4, .col1 .col-xl-5, .col1 .col-xl-6, .col1 .col-xl-7, .col1 .col-xl-8, .col1 .col-xl-9, .col1 .col-xl-auto {
    padding-right: 1px;
    padding-left: 1px;
}

.col5 .col-2dot4,
.col5 .col-sm-2dot4,
.col5 .col-md-2dot4,
.col5 .col-lg-2dot4,
.col5 .col-xl-2dot4 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
}

.col10 .row {
    margin-right: -10px;
    margin-left: -10px;
}

.col10 .col, .col10 .col-1, .col10 .col-10, .col10 .col-11, .col10 .col-12, .col10 .col-2, .col10 .col-3, .col10 .col-4, .col10 .col-5, .col10 .col-6, .col10 .col-7, .col10 .col-8, .col10 .col-9, .col10 .col-auto, .col10 .col-lg, .col10 .col-lg-1, .col10 .col-lg-10, .col10 .col-lg-11, .col10 .col-lg-12, .col10 .col-lg-2, .col10 .col-lg-3, .col10 .col-lg-4, .col10 .col-lg-5, .col10 .col-lg-6, .col10 .col-lg-7, .col10 .col-lg-8, .col10 .col-lg-9, .col10 .col-lg-auto, .col10 .col-md, .col10 .col-md-1, .col10 .col-md-10, .col10 .col-md-11, .col10 .col-md-12, .col10 .col-md-2, .col10 .col-md-3, .col10 .col-md-4, .col10 .col-md-5, .col10 .col-md-6, .col10 .col-md-7, .col10 .col-md-8, .col10 .col-md-9, .col10 .col-md-auto, .col10 .col-sm, .col10 .col-sm-1, .col10 .col-sm-10, .col10 .col-sm-11, .col10 .col-sm-12, .col10 .col-sm-2, .col10 .col-sm-3, .col10 .col-sm-4, .col10 .col-sm-5, .col10 .col-sm-6, .col10 .col-sm-7, .col10 .col-sm-8, .col10 .col-sm-9, .col10 .col-sm-auto, .col10 .col-xl, .col10 .col-xl-1, .col10 .col-xl-10, .col10 .col-xl-11, .col10 .col-xl-12, .col10 .col-xl-2, .col10 .col-xl-3, .col10 .col-xl-4, .col10 .col-xl-5, .col10 .col-xl-6, .col10 .col-xl-7, .col10 .col-xl-8, .col10 .col-xl-9, .col10 .col-xl-auto {
    padding-right: 10px;
    padding-left: 10px;
}

.col10 .col-2dot4,
.col10 .col-sm-2dot4,
.col10 .col-md-2dot4,
.col10 .col-lg-2dot4,
.col10 .col-xl-2dot4 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.mg-t-0 {
    margin-top: 0px !important;
}

.mg-t-5 {
    margin-top: 5px !important;
}

.mg-t-10 {
    margin-top: 10px !important;
}

.mg-t-15 {
    margin-top: 15px !important;
}

.mg-t-20 {
    margin-top: 20px !important;
}

.mg-t-25 {
    margin-top: 25px !important;
}

.mg-t-30 {
    margin-top: 30px !important;
}

.mg-t-40 {
    margin-top: 40px !important;
}

.mg-t-50 {
    margin-top: 50px !important;
}

.mg-b-0 {
    margin-bottom: 0px !important;
}

.mg-b-5 {
    margin-bottom: 5px !important;
}

.mg-b-10 {
    margin-bottom: 10px !important;
}

.mg-b-15 {
    margin-bottom: 15px !important;
}

.mg-b-20 {
    margin-bottom: 20px !important;
}

.mg-b-25 {
    margin-bottom: 25px !important;
}

.mg-b-30 {
    margin-bottom: 30px !important;
}

.mg-b-40 {
    margin-bottom: 40px !important;
}

.mg-b-50 {
    margin-bottom: 50px !important;
}

.pd-t-5 {
    padding-top: 5px !important;
}

.pd-t-10 {
    padding-top: 10px !important;
}

.pd-t-15 {
    padding-top: 15px !important;
}

.pd-t-20 {
    padding-top: 20px !important;
}

.pd-t-25 {
    padding-top: 25px !important;
}

.pd-t-30 {
    padding-top: 30px !important;
}

.pd-t-40 {
    padding-top: 40px !important;
}

.pd-t-50 {
    padding-top: 50px !important;
}

.pd-b-5 {
    padding-bottom: 5px !important;
}

.pd-b-10 {
    padding-bottom: 10px !important;
}

.pd-b-15 {
    padding-bottom: 15px !important;
}

.pd-b-20 {
    padding-bottom: 20px !important;
}

.pd-b-25 {
    padding-bottom: 25px !important;
}

.pd-b-30 {
    padding-bottom: 30px !important;
}

.pd-b-40 {
    padding-bottom: 40px !important;
}

.pd-b-50 {
    padding-bottom: 50px !important;
}

.mg-5 {
    margin: 5px !important;
}

.mg-10 {
    margin: 10px !important;
}

.mg-15 {
    margin: 15px !important;
}

.mg-20 {
    margin: 20px !important;
}

.mg-25 {
    margin: 25px !important;
}

.mg-30 {
    margin: 30px !important;
}

.pd-5 {
    padding: 5px !important;
}

.pd-10 {
    padding: 10px !important;
}

.pd-15 {
    padding: 15px !important;
}

.pd-20 {
    padding: 20px !important;
}

.pd-25 {
    padding: 25px !important;
}

.pd-30 {
    padding: 30px !important;
}

#header #logo a img.lg-bl {
    display: none;
}

/*.hd-white #header #logo a img.lg-bl {
    display: inline-block !important;
}

.hd-white #header #logo a img.lg-wh {
    display: none !important;
}*/
/* Custom */

/*#hbe-bws-wrapper-widget-code {
    text-align: center;
}

    #hbe-bws-wrapper-widget-code #search-widget-panel {
        background-color: transparent;
    }

    #hbe-bws-wrapper-widget-code div#search-widget-panel div.swp-col3 a#bws-button-search {
        color: #fff;
        background-color: #c8a361;
        border-color: #c8a361;
        text-transform: uppercase;
        border-radius: 0;
        padding-left: 20px;
        padding-right: 20px;
        padding: 10px 45px;
    }

    #hbe-bws-wrapper-widget-code #search-widget-panel .bws-ipt-calendar {
        background-color: transparent;
        border-color: rgba(255, 255, 255, 0.3);
        background-color: rgba(255,255,255, 0.15);
        width: 260px;
        height: 40px;
    }

        #hbe-bws-wrapper-widget-code #search-widget-panel .bws-ipt-calendar .show-date {
            color: #ffffff;
            font-size: 13px;
            line-height: 42px;
        }

            #hbe-bws-wrapper-widget-code #search-widget-panel .bws-ipt-calendar .show-date .picker-weekday {
                color: #ccc;
            }*/

/*.reservation-step, .check-room-small {
    display: none;
}
*/
/*.hide {
    display: none;
}
*/
/*#hbe-bws-wrapper-widget-code #search-widget-panel .bws-ipt-calendar .bws-icon-calendar,
#hbe-bws-wrapper-widget-code #search-widget-panel .bws-ipt-calendar .bws-icon-calendar2 {
    top: 13px;
}
*/
