.font-content {
    font-family: URW-DIN-Arabic,sans-serif;
    font-weight: 300
}

.App {
    /* font-family: font_Cafeta,Helvetica,Arial; */
    background-color: #fff;
    font-size: 18px;
    color: #111;
    font-weight: 300;
    min-width: 300px;
    font-family: 'Mulish', sans-serif;
    font-family: 'Be Vietnam Pro';
}

.App .back-drop {
    display: none
}

.App .back-drop.open {
    display: block
}

.App .btn-group {
    position: relative;
    display: inline-flex;
    vertical-align: middle
}

.App .dropdown-menu.show {
    display: block
}

.App .nav-link {
    display: block;
    padding: .5rem 1rem
}

.App .nav-link img {
    width: 100%
}

.ant-message {
    top: 9px
}

.ant-message .ant-message-notice {
    padding: 0
}

.ant-message .ant-message-notice .ant-message-notice-content {
    border-radius: 0;
    border: 1px solid #ccc;
    background-color: #f3afb3;
    width: 100%;
    max-width: 500px;
    text-align: left
}

.ant-message .ant-message-notice .ant-message-notice-content .ant-message-custom-content {
    font-size: 20px;
    font-family: URW-DIN-Arabic,sans-serif;
    font-weight: 300;
    color: #1b1b1b
}

.ant-message .ant-message-notice .ant-message-notice-content .ant-message-custom-content i {
    width: 15px;
    font-size: 20px;
    top: 0;
    width: 20px
}

.dropdown-custom {
    width: 100%;
    position: relative
}

.dropdown-custom .btn-custom {
    text-transform: uppercase;
    width: 100%;
    border: none;
    font-size: 22px;
    font-family: font_Cafeta;
    border-radius: 0;
    background: #fc3;
    box-shadow: none;
    padding: 8px 5px;
    text-align: center;
    cursor: pointer
}

.dropdown-custom .btn-custom:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: 0;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    font-size: 45px
}

.dropdown-custom ul {
    width: 100%;
    padding: 0
}

.dropdown-custom ul li {
    font-size: 25px;
    font-family: font_Cafeta;
    border-bottom: 1px solid #ccc;
    text-transform: uppercase;
    cursor: pointer
}

.dropdown-custom ul li:hover {
    background-color: #3f3f3f;
    color: #fff
}

.dropdown-menu {
    max-height: 400px;
    overflow-y: auto;
    top: 100%;
    left: 0;
    will-change: transform;
    position: absolute;
    z-index: 1000;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #1b1b1b;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15)
}

.dropdown-menu .dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

@media screen and (min-width: 767px) {
    .ant-notification {
        margin-left:50%!important;
        transform: translateX(-50%)
    }
}

.ant-notification {
    width: 100%!important;
    max-width: 500px!important;
    left: 0;
    top: 0!important
}

.ant-notification .ant-notification-notice {
    border-radius: 0;
    padding: 12px;
    width: auto
}

.ant-notification .ant-notification-notice .ant-notification-notice-content {
    color: #000;
    font-family: URW-DIN-Arabic,sans-serif;
    font-weight: 300
}

.ant-notification .ant-notification-notice .ant-notification-notice-content .ant-notification-notice-message {
    font-weight: 600
}

.ant-notification .ant-notification-notice .ant-notification-notice-content .ant-notification-notice-description,.ant-notification .ant-notification-notice .ant-notification-notice-content .ant-notification-notice-message {
    font-size: 18px;
    margin-left: 40px
}

.ant-notification .ant-notification-notice .ant-notification-notice-content .ant-notification-notice-close {
    right: 15px
}

.ant-notification .error {
    background: #f3afb3
}

.ant-notification .success {
    background: rgba(166,239,184,.9)
}

.ant-notification .ant-notification-hook-holder,.ant-notification .ant-notification-notice {
    max-width: 100%
}

.ant-notification .error-location {
    background-color: #fdf4b6
}

.ant-notification .error-location.ant-notification-notice .ant-notification-notice-content {
    font-family: URW-DIN-Arabic,sans-serif;
    font-weight: 300;
    color: #222
}

.ant-notification .error-location.ant-notification-notice .ant-notification-notice-description {
    margin-left: 0;
    padding: 0 15px;
    font-size: 14px;
    text-align: center
}

@media only screen and (min-width: 768px) {
    .ant-notification .error-location.ant-notification-notice .ant-notification-notice-description {
        font-size:16px
    }
}

.ant-notification .error-location .ant-notification-notice-close {
    right: 10px;
    top: 5px
}

.ant-notification .error-location__icon img {
    width: 16px;
    height: 16px
}

.ant-modal-title {
    font-family: Oswald;
    font-size: 22px
}

.background-spin {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: rgba(0,0,0,.45)
}

.background-spin .ant-spin .ant-spin-dot-item {
    background: #fc3
}

.background-spin .ant-spin-text {
    color: #fc3
}

.background-spin .center-middle {
    top: 45%;
    border-radius: 50%
}

.loading {
    width: 55px;
    height: 55px;
    background: #fff
}

.fixed {
    position: fixed
}

.flex {
    display: flex
}

.relative {
    position: relative
}

.absolute {
    position: absolute
}

.space-between {
    justify-content: space-between
}

.item-center {
    align-items: center
}

.item-baseline {
    align-items: baseline
}

.content-center-middle {
    display: flex;
    justify-content: center;
    align-items: center
}

.center-middle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

.ant-tabs-nav {
    margin-bottom: 0!important
}

@media screen and (max-width: 768px) {
    .dropdown-custom .btn-custom {
        font-size:6.1vw
    }

    .ant-notification .ant-notification-notice .ant-notification-notice-content .ant-notification-notice-description,.ant-notification .ant-notification-notice .ant-notification-notice-content .ant-notification-notice-message {
        font-size: 4.5vw
    }
    .layout__banner .banner__wrapper{
        min-height: 3em;
        /* background: linear-gradient(to bottom, rgba(1, 1, 1, 1) 0%, rgba(1, 1, 1, 1) 80%); */
        bottom: 0px !important;
        background: rgba(1, 1, 1, 0.6);
        padding: 1% 0 1% 0 !important;
    }
    .mobile_hidden{
        display: none;
    }
    
    .nav-bar .menu-item-text{
        font-family: Oswald !important;
    }
}

.ant-modal-content {
    border-radius: 0!important
}

.ant-modal-content .ant-modal-header {
    padding: 10px 24px;
    background: transparent none repeat 0 0/auto auto padding-box border-box scroll;
    background: initial;
    font-family: Oswald
}

.ant-modal-content .ant-modal-body {
    font-family: URW-DIN-Arabic,sans-serif;
    font-weight: 300;
    color: #111;
    font-size: 16px
}

.ant-modal-content .ant-modal-close-x {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center
}

.ant-modal-content .ant-modal-close-x img {
    margin: auto
}

.ant-popover-placement-top {
    padding-bottom: 0
}

.btn-color-1 {
    background-color: #00113d !important;
    /* background: linear-gradient(-45deg, #014258, #014258, #014258, #014258); */
    color: #e7be71!important;
}

.btn-color-1,.btn-color-1:active {
    border-color: #500400 !important;
    border-color: var(--main-bg-color)!important;
}

.btn-color-1:active {
    background-color: #ccc!important
}

.btn-color-1:focus {
    background-color: #fc3!important;
    background-color: var(--main-bg-color)!important
}

.btn-color-1:focus,.btn-color-1:hover {
    border-color: #fc3!important;
    border-color: var(--main-bg-color)!important
}

.btn-color-1:hover {
    background-color: #000;
    color: #000!important
}

.shadown {
    box-shadow: 0 1px 6px 0 rgba(32,33,36,.28)
}

.bg-30s {
    background-color: #fc3
}

.cl-30s {
    color: #fc3
}

.cl-white {
    color: #fff
}

.cl-ccc {
    color: #ccc
}

.bg-e8 {
    background-color: #e8e8e8
}

.bg-ccc {
    background-color: #ccc
}

.br-2 {
    border-radius: 2px
}

.br-4 {
    border-radius: 4px
}

.w-100 {
    width: 100%
}

.placehoder {
    background-color: #e3e3e3
}

.mg-10 {
    margin: 10px
}

.mg-top-20 {
    margin-top: 20px
}

.mg-top-10 {
    margin-top: 10px
}

.mg-top-15 {
    margin-top: 15px
}

.mg-left-15 {
    margin-left: 15px
}

.mg-right-15 {
    margin-right: 15px
}

.mb-30 {
    margin-bottom: 30px
}

.padding-5 {
    padding: 5px
}

.padding-10 {
    padding: 10px
}

.padding-8 {
    padding: 8px
}

.h1 {
    font-size: 20px;
    font-family: Oswald
}

.h2 {
    font-size: 18px
}

.h3 {
    font-size: 16px
}

.h4 {
    font-size: 14px
}

.bold {
    font-weight: 700
}

.btn {
    font-family: Oswald
}

.btn,.pointer {
    cursor: pointer
}

.f-be {
    font-family: URW-DIN-Arabic,sans-serif;
    font-weight: 300
}

.f-oswald {
    font-family: Oswald
}

.fb_dialog {
    z-index: 90!important
}

#fb-root {
    height: 0;
    overflow: hidden
}

.bot-message {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    background: #ebf7ef;
    border: 1px solid #c1e4ca;
    box-sizing: border-box;
    border-radius: 8px;
    width: calc(100% + 40px);
    z-index: 1;
    margin-left: -30px;
    padding: 8px
}

.bot-message__normal {
    width: 100%;
    margin-left: 0
}

.bot-message__reception {
    flex-direction: row-reverse
}

.bot-message__reception img {
    margin-right: 0!important;
    border-radius: 18px;
    box-shadow: 0 4px 12px rgba(0,0,0,.15);
    margin-left: 5px
}

.bot-message__reception .avatar {
    width: 55px;
    display: flex
}

.bot-message__reception .avatar .reception-avatar {
    display: inline-block;
    background-color: #f7f7f7;
    width: 55px;
    height: 55px;
    background-size: cover;
    background-position: top;
    border-radius: 18px;
    box-shadow: 0 4px 12px rgba(0,0,0,.15)
}

.bot-message__reception .content {
    width: auto
}

.bot-message .content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start
}

.bot-message .content__header {
    text-align: left
}

.bot-message .content__header .label {
    font-weight: 700;
    color: #3d3d3d;
    font-size: 14px
}

.bot-message .content__header .name {
    font-size: 14px
}

.bot-message .content p,.bot-message .content span {
    text-align: left
}

.bot-message img {
    width: 55px;
    height: 100%;
    margin-right: 10px;
    border-radius: 18px;
    box-shadow: 0 4px 12px rgba(0,0,0,.15)
}

.bot-message p,.bot-message span {
    padding: 0 5px;
    font-weight: 300;
    font-size: 12px;
    margin: 0
}

.bot-message p,.bot-message span,.f-be-pro {
    font-family: URW-DIN-Arabic,sans-serif
}

.bg-f7f7f7 {
    background-color: #f7f7f7
}

.border-f7f7f7 {
    border-color: #f7f7f7
}

.color-a3a3a3 {
    color: #a3a3a3
}

.color-111111 {
    color: #111
}

.color-red-f46969 {
    color: #f46969
}

.border-red-f46969 {
    border-color: #f46969
}

.bg-red-ea1601 {
    background-color: #ea1601
}

.ping-fast {
    animation: ping .5s cubic-bezier(0,0,.2,1) infinite
}

.bg-green-eaf6ee {
    background-color: #eaf6ee
}

.border-gray-bababa {
    border-color: #bababa
}

.bg-red-fd8b7c {
    background-color: #fd8b7c
}

.bg-green-11b14b {
    background-color: #11b14b
}

.color-green-11b14b {
    color: #11b14b
}

.border-gray-e8 {
    border-color: #e8e8e8
}

.bg-gray-e8 {
    background-color: #e8e8e8
}

.border-gray-d1 {
    border-color: #d1d1d1
}

.border-gray-a3 {
    border-color: #a3a3a3
}

.bg-FFF4B6 {
    background-color: #fff4b6
}

img {
    display: inline
}


.show-btn-wrapper {
    width: 0;
    height: 0;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 90
}

.show-btn-wrapper.toggle {
    z-index: 92
}

.show-btn-wrapper .zalo-chat-custom2 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 55px;
    position: fixed;
    bottom: 115px;
    right: 15px;
    border-radius: 30px;
    z-index: 89;
    cursor: pointer
}

.show-btn-wrapper .zalo-chat-custom2 div {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    color: #fff;
    margin-right: 10px;
    font-family: URW-DIN-Arabic,sans-serif;
    font-weight: 700;
    font-size: 14px;
    font-style: normal;
    line-height: 26px
}

.show-btn-wrapper .zalo-chat-custom2 img {
    width: 48px;
    height: auto
}

.show-btn-wrapper .float-button2 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 55px;
    position: fixed;
    bottom: 57px;
    right: 71px;
    border-radius: 30px;
    z-index: 90
}

.show-btn-wrapper .float-button2 a {
    flex: 0 0 48px
}

.show-btn-wrapper .float-button2 div {
    width: 100%;
    text-align: right;
    color: #fff;
    margin-right: 10px;
    font-family: URW-DIN-Arabic,sans-serif;
    font-weight: 700;
    font-size: 14px;
    font-style: normal;
    line-height: 26px
}

.show-btn-wrapper .float-button2 .icon {
    font-size: 18px;
    color: #000
}

.show-btn-wrapper .float-button2 img {
    width: 48px;
    height: 48px
}

.show-btn-wrapper .float-button3 {
    display: flex;
    position: fixed;
    bottom: -15px;
    right: 110px;
    z-index: 90;
    width: 100%;
    height: 55px;
    justify-content: flex-end
}

.show-btn-wrapper .float-button3 div {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    color: #fff;
    margin-right: 10px;
    font-family: URW-DIN-Arabic,sans-serif;
    font-weight: 700;
    font-size: 14px;
    font-style: normal;
    line-height: 26px
}

.show-btn-wrapper .float-button3 .icon {
    font-size: 18px;
    color: #000
}

.show-btn-wrapper .float-button3 .btn-main {
    background: #fc3;
    width: 48px;
    height: 48px;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center
}




.input_phone {
    margin-top: 24px;
    width: 100%;
    border: 1px solid #d1d1d1;
    border-radius: 4px;
    padding: 10px 12px
}

.input_phone .ant-input-prefix:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 49px;
    display: block;
    border-left: 1px solid #d9d9d9;
    transition: all .3s;
    content: ""
}

.input_phone .ant-input-prefix {
    margin-right: 12px
}

.input_phone .icon_phone {
    width: 49px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -12px;
    margin-top: -10px;
    margin-bottom: -10px;
    height: 48px
}

.input_phone .icon_phone img {
    width: 20px;
    height: 20px
}

.input_phone .ant-input {
    font-family: Oswald;
    font-style: normal;
    font-weight: 400;
    font-size: 18px
}

.content_input_phone {
    margin-bottom: 0
}

.content_input_phone .ant-form-item-explain {
    min-height: 0
}

.error_input {
    border: 1px solid red
}

.error_input:focus,.error_input:hover {
    border-color: red!important
}

.error_input.ant-input-affix-wrapper-focused,.error_input:focus {
    box-shadow: 0 0 0 2px rgba(255,77,79,.2)!important
}

@media only screen and (max-width: 768px) {
    .input_phone {
        margin-top:12px
    }
}

@media only screen and (max-width: 768px) {
    .button_booking {
        margin-top:12px
    }

    .button_booking .button .button_text {
        font-size: 12px
    }
    .nav-bar__menu {
        position: fixed;
        top: 0;
        bottom: 0;
        background-color: #fff;
        width: 100%;
        padding: 1rem;
        right: -100%;
        z-index: 99;
        overflow: auto
    }

    .nav-bar__menu.active {
        right: 0;
        transition: all .3s
    }

    .nav-bar__close {
        display: inline-block;
        background-color: #f7f7f7;
        border-radius: 4px;
        margin: auto;
        position: absolute;
        top: 1.5rem;
        right: 25px
    }
}

.login-button {
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 2px 12px;
    margin-left: 15px;
    cursor: pointer
}

.login-button span {
    font-weight: 700;
    white-space: nowrap;
    text-transform: uppercase;
    margin-left: 8px;
    font-size: 14px;
    color: #270100;
}

.login-button img {
    width: 16px
}

.see-all {
    font-size: 14px;
    font-family: HelveticaVn-LtCn;
    font-weight: 700;
    cursor: pointer;
    color: #111
}

@media only screen and (min-width: 1025px) {
    .login-button {
        background-color: gold;
        font-family: Oswald;
        border-color: transparent
    }

    .login-button span {
        font-size: 16px
    }

    .login-button img {
        width: 22px
    }

    .booking-button {
        display: flex
    }
}