.system-salon {
    color: #000
}

.system-salon__banner {
    width: 100%;
    height: 480px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column
}

.system-salon__banner .banner__title {
    font-family: Oswald;
    font-weight: 500;
    font-size: 40px;
    line-height: 60px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 12px
}

.system-salon__banner .banner__subtitle {
    font-family: be vietnam pro,sans-serif;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: #fff;
    max-width: 770px;
    margin-bottom: 40px
}

.system-salon__background {
    background: rgb(238, 238, 238) !important;
}

.system-salon__container {
    width: 100%;
    max-width: 1170px;
    padding: 25px 16px;
    background: #fff;
    margin: auto
}

.system-salon__container .content {
    margin-top: 24px;
    height: 675px
}

.system-salon__container .content .max-height {
    max-height: 100%
}

.system-salon__container .content__salon {
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    overflow-y: auto;
    height: 100%
}

.system-salon__container .content__salon .content-salon {
    padding: 24px
}

.system-salon__container .content__salon::-webkit-scrollbar {
    width: 4px;
    background-color: #e8e8e8
}

.system-salon__container .content__salon::-webkit-scrollbar-thumb {
    border-radius: 4px;
    box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #d1d1d1
}

.system-salon__container .content .img-map {
    height: 100%;
    width: auto;
    max-width: 100%
}

.system-salon__container .content__topSalon {
    height: 100%;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center
}

.system-salon__container .content__topSalon>div.ant-row {
    height: 100%
}

.system-salon__container .content__topSalon>div.ant-row div.ant-col:first-child,.system-salon__container .content__topSalon>div.ant-row div.ant-col:nth-child(2) {
    padding-bottom: 24px
}

@media only screen and (max-width: 768px) {
    .system-salon__container .content__topSalon {
        display:none
    }
}

.system-salon__container .content__topSalon .home_salon_content_image {
    position: relative
}

.system-salon__container .content__topSalon .home_salon_content_image .image_placeholder .image_salon {
    width: 100%
}

.system-salon__container .content__topSalon .home_salon_content_image .tag__block {
    position: absolute;
    left: 0;
    top: 0;
    display: flex
}

.system-salon__container .content__topSalon .home_salon_content_image .tag__block .tag__salon {
    background-color: #fc3;
    display: flex;
    padding: 3px 6px;
    color: #000;
    font-family: Oswald;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase
}

.system-salon__container .content__topSalon .home_salon_content_image .parking_salon {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #fc3;
    display: flex;
    padding: 4px
}

.system-salon__container .content__topSalon .home_salon_content_image .parking_salon .parking_image {
    width: 20px;
    height: 20px
}

.system-salon__container .content__topSalon .salon_address {
    margin-top: 8px;
    font-family: be vietnam pro,sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #000
}

.system-salon__container .content__topSalon .salon_button_tel {
    margin-top: 12px;
    border: 1px solid #d1d1d1;
    border-radius: 4px;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all .3s
}

.system-salon__container .content__topSalon .salon_button_tel:hover {
    background-color: #fc3;
    border-color: #fc3
}

.system-salon__container .content__topSalon .salon_button_tel .text_tel {
    font-family: be vietnam pro,sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #000;
    margin-bottom: 0
}

.system-salon__container .content__topSalon .salon_button_tel .icon_phone {
    width: 20px;
    height: 20px;
    margin-right: 10px
}

.system-salon__container .content__city {
    border-bottom: 1px solid #e8e8e8;
    margin: 14px 24px;
    cursor: pointer
}

.system-salon__container .content__city>div {
    width: 100%;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    border-radius: 4px;
    padding: 10px;
    transition: all .3s
}

.system-salon__container .content__city>div:hover {
    background-color: #e8e8e8
}

.system-salon__container .content__city:last-child {
    margin-bottom: 0
}

.system-salon__container .content__city .icon-logo {
    height: 33px;
    width: auto
}

.system-salon__container .content__city .name-city {
    font-family: be vietnam pro,sans-serif;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 0;
    width: 100%;
}

@media only screen and (max-width: 768px) {
    .system-salon {
        color:#000
    }

    .system-salon__banner {
        height: 300px;
        padding: 16px
    }

    .system-salon__banner .banner__title {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 8px
    }

    .system-salon__banner .banner__subtitle {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 0
    }

    .system-salon__container {
        padding: 24px 0 0
    }

    .system-salon__container .content {
        height: auto;
        margin-top: 14px
    }

    .system-salon__container .content__salon .content-salon {
        height: auto;
        padding: 16px
    }

    .system-salon__container .content__salon .content-city {
        height: auto
    }

    .system-salon__container .content__map {
        padding: 16px
    }

    .system-salon__container .content__map .img-map {
        width: 100%;
        height: auto;
        max-height: 100%
    }

    .system-salon__container .content__city {
        margin: 8px 16px
    }

    .system-salon__container .content__city>div {
        margin-bottom: 6px
    }

    .system-salon__container .content .content-google-map {
        margin-top: 16px;
        width: 100%;
        position: relative
    }

    .system-salon__container .content .content-google-map:after {
        content: "";
        display: block;
        padding-bottom: 100%
    }

    .system-salon__container .content .content-google-map .google-map {
        position: absolute;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center
    }
}

.system-salon-form .form-button-search {
    font-family: Oswald;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    width: 100%;
    background: #fc3;
    border-radius: 4px;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.system-salon-form .form-button-search:hover {
    opacity: .7
}

.system-salon-form .form-button-search .icon-navigation {
    width: 24px;
    height: 24px;
    margin-right: 12px
}

.system-salon-form .form-select {
    width: 100%;
    font-family: be vietnam pro,sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
    padding: 10.5px 35px 10.5px 10.5px;
    height: auto;
    border: 1.5px solid #222;
    border-radius: 4px;
    cursor: pointer
}

.system-salon-form .icon-select {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(-50%,-50%)
}

.system-salon-form .button-apply {
    width: 100%;
    border: 1.5px solid #222;
    border-radius: 4px;
    padding: 8px;
    font-family: Oswald;
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer
}

.system-salon-form .button-apply:hover {
    opacity: .7
}

.province-menu {
    max-height: 400px;
    overflow-y: auto;
    border: 1px solid #e8e8e8;
    border-radius: 4px
}

.province-menu__item {
    padding: 12px;
    font-family: be vietnam pro,sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #000
}

.province-menu p {
    margin-bottom: 0
}

.province-menu::-webkit-scrollbar {
    width: 4px;
    background-color: #e8e8e8
}

.province-menu::-webkit-scrollbar-thumb {
    border-radius: 4px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #d1d1d1
}

.province-menu .ant-menu-item:hover {
    background-color: #e6f7ff
}

@media only screen and (max-width: 768px) {
    .system-salon-form {
        padding:0 16px
    }

    .system-salon-form .form-button-search,.system-salon-form .margin-sp {
        margin-bottom: 16px
    }
}

.system-salon-select {
    border: 1.5px solid #222;
    border-radius: 4px;
    font-family: be vietnam pro,sans-serif;
    font-weight: 300;
    color: #000;
    font-size: 16px;
    padding: 6px 1px
}

.system-salon-select.ant-select-focused.ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
    border: none;
    box-shadow: none
}

.system-salon-select.ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
    border: none
}

.system-salon-select .ant-select-selection-placeholder {
    color: #000
}

.district-item .ant-select-item-option-content,.province-item .ant-select-item-option-content {
    font-family: be vietnam pro,sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #000;
    padding: 8px 5px
}

.item-salon {
    padding-bottom: 16px;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 16px
}

.item-salon:last-child {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0
}

.item-salon .content-image .image-salon {
    width: 80px;
    height: 60px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.item-salon .content-image .icon-parking {
    bottom: 0;
    left: 0;
    width: 24px;
    height: 24px;
    background: #fc3;
    display: flex;
    align-items: center;
    justify-content: center
}

.item-salon .content-image .icon-parking img {
    width: 16px;
    height: 16px
}

.item-salon .content-name {
    margin-left: 12px
}

.item-salon .content-name .name-salon {
    font-family: be vietnam pro,sans-serif;
    font-weight: 500;
    font-size: 17px;
    line-height: 18px;
    margin-bottom: 4px;
    color: #000
}

.item-salon .content-name .description {
    font-family: be vietnam pro,sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 19px;
    margin-bottom: 4px;
    color: #000
}

.item-salon .content-name .tag-salon {
    background: #fc3;
    border-radius: 4px;
    font-family: be vietnam pro,sans-serif;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    margin-bottom: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 2px 9px
}

.item-salon .content-buttons {
    margin-top: 16px
}

.item-salon .content-buttons .square {
    border: 1px solid #000;
    border-radius: 4px;
    line-height: 40px;
    padding: 0 10px
}

.item-salon .content-buttons .content-square {
    display: flex;
    justify-content: center;
    align-items: center
}

.item-salon .content-buttons .content-square .icon-phone {
    width: 18px;
    height: 18px;
    margin-right: 10px
}

.item-salon .content-buttons .content-square span {
    font-family: be vietnam pro,sans-serif;
    font-weight: 600;
    color: #000;
    font-size: 14px
}

.item-salon .content-buttons .salon-navigation {
    border: 1px solid #000;
    border-radius: 4px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 8px;
    height: 40px;
    padding: 0 5px
}

.item-salon .content-buttons .salon-navigation .icon-navigation {
    width: 16px;
    height: 16px;
    margin-right: 10px
}

.item-salon .content-buttons .salon-button-booking,.item-salon .content-buttons .salon-navigation .text-navigation {
    font-family: be vietnam pro,sans-serif;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    line-height: normal
}

.item-salon .content-buttons .salon-button-booking {
    background: #dc0000;
    color: #fff !important;
    border-radius: 4px;
    position: relative;
    flex: 1 1;
    margin-left: 8px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center
}

.item-salon .content-buttons .salon-button-booking img {
    width: 18px;
    margin-left: 10px
}

.item-salon .content-buttons .salon-button {
    cursor: pointer;
    color: #000
}

.item-salon .content-buttons .salon-button:hover {
    opacity: .7
}

@media only screen and (max-width: 768px) {
    .item-salon .content-buttons .salon-button-booking {
        max-width:142px
    }
}

@media only screen and (max-width: 1024px) {
    .item-salon .content-buttons .square {
        padding:0 5px;
        height: 32px
    }

    .item-salon .content-buttons .square.salon-button .content-square {
        height: 32px
    }

    .item-salon .content-buttons .square.salon-button .content-square span {
        font-size: 12px
    }

    .item-salon .content-buttons .square.salon-button .content-square .icon-phone {
        margin-right: 5px
    }

    .item-salon .content-buttons .salon-navigation {
        margin-left: 8px;
        height: 32px;
        width: auto;
        padding: 0 5px
    }

    .item-salon .content-buttons .salon-navigation .icon-navigation {
        margin-right: 5px
    }

    .item-salon .content-buttons .salon-navigation .text-navigation {
        font-size: 12px
    }

    .item-salon .content-buttons .salon-button-booking {
        font-size: 12px;
        margin-left: 8px;
        height: 32px
    }

    .item-salon .content-buttons .salon-button-booking .icon-right {
        width: 15px;
        height: 15px
    }
}


.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
    width: 100% !important;
}
.select2-container--default .select2-selection--single{
    padding: 2px;
    height: 47px !important;
    font-size: 1.1em;
    position: relative;
    border: 1.5px solid #222;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    background-image: -khtml-gradient(linear, left top, left bottom, from(#fff), to(#fff));
    background-image: -moz-linear-gradient(top, #fff, #fff);
    background-image: -ms-linear-gradient(top, #fff, #fff);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #fff));
    background-image: -webkit-linear-gradient(top, #fff, #fff);
    background-image: -o-linear-gradient(top, #fff, #fff);
    background-image: linear-gradient(#fff, #fff);
    width: 40px;
    color: #fff;
    font-size: 2em !important;
    padding: 11px 12px;
    height: 27px;
    position: absolute;
    top: 8px !important;
    right: 0px;
    width: 27px;
}
.select2-container .select2-selection--single .select2-selection__rendered{
    padding: 6px 6px !important;
    font-size: 16px;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent rgba(0,0,0,.25) transparent;
    border-width: 0 5px 5px 5px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: rgba(0,0,0,.25) transparent transparent transparent;
    border-width: 5px 5px 0 5px;
}
.content-google-maps{
    width: 100%;
    height: 100%;
}

.salon__content__height {
    bottom: 0px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 79%, rgba(1, 1, 1, .05) 90%);
    padding: 0.5em;
    width: 100%;
  }
.salon__content__height .moreless-button-album{
    color: #e80003;
    width: fit-content;
    border: 1px solid #e80003;
    margin-left: 36%;
    padding: 5px 15px;
    font-size: 12px;
    min-height: 20px;
    font-weight: normal;
    border-radius: 5px;
    text-transform: none;
    background-color: inherit;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #000;
}