#admin-bar-inline-css,
.hydrated {
    margin-top: 0 !important;
}

main {
    font-family: Roboto, RobotoDraft, sans-serif;
    position: relative;
    margin-top: 65px !important;
    line-height: 1.5rem;
}

.header__lane--mark {
    margin-top: 15px;
}

.home .menus .content {
    /* max-height: 300px !important;
    overflow: hidden; */
}

.home {
    margin-top: 100px;
}



/* ============banner introducion =================== */

.introducion {}

.intro__container {}

.intro__content {
    padding: 40px;
    padding-bottom: 0;
}

.intro__content--desc {
    margin-bottom: 15px;
}

.intro__content .title,
.location__content--title .title,
.images__title .title {
    font-weight: 600;
}

.intro__content .title ion-icon,
.location__content--title .title ion-icon,
.images__title .title ion-icon {
    margin-bottom: -2px;
}


.intro__contact {
    display: flex;
    flex-direction: column;
}

.intro__linksheet {
    display: flex;
    align-items: baseline;
}

.intro__special--items .intro__icon {
    padding: 0;
}

.intro__icon {
    padding: 8px;
    margin-right: 25px;
    font-size: 24px;
    color: rgb(66, 133, 244);
    width: 45px;
}

.intro__icon img {
    width: 100%;
    max-height: 45px;
}

.intro__special--attribute {
    display: flex;
    max-height: 84px;
    overflow: hidden;
    width: 100%;
}

.seemore__banner {
    max-height: max-content !important;
}

.seemore__banner ion-icon,
.intro__times--Active ion-icon {
    transition: ease-in .2s;
    transform: rotate(180deg);
}

.intro__contact--desc {
    width: 100%;
    min-height: 24px;
    border-bottom: 0.5px solid rgb(232, 234, 237);
    color: rgb(60, 64, 67);
}

.intro__dropdown--btn {
    display: flex;
    align-items: center;
    max-height: 76px;
    transition: ease-in .2s;
}

.intro__dropdown--btn ion-icon {
    font-size: 1.5rem;
}

.intro__contact--desc .intro__contact--desc__title {
    padding: 20px 0;
    width: 100%;
    font-family: Roboto, Arial, sans-serif;
    line-height: 1.25rem;
    font-size: .875rem;
    letter-spacing: .0178571429em;
    font-weight: 600;
}

.seemore__banner .intro__contact--desc__title {
    padding-bottom: 0;

}

.intro__contact--desc__content {
    font-size: 14px;
}

.intro__linksheet:last-child .intro__contact--desc {
    border-bottom: none;

}

.intro__linksheet .intro__time--items {
    display: flex;
    max-width: 50%;
    justify-content: space-between;
}

.intro__times--nonActive {
    display: none;
}

.intro__times--Active {
    display: block !important;
}


.intro__hruler {
    border: 0;
    border-top: 1px solid rgb(232, 234, 237);
    margin: 0 -40px;
}

.intro__contact .intro__icon img {
    width: 24px;
    height: 24px;
}

a,
a:hover {
    color: black;
    text-decoration: none;
}

.home .item__img.blog {
    overflow: hidden;
}

.home .item__img.blog::after {
    content: 'Xem bài viết';
    position: absolute;
    bottom: -100%;
    right: 50%;
    transform: translateX(50%);
    z-index: 11;
    background-color: rgba(0, 0, 0, 0.596);
    padding: 15px 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    transition: all .3s ease-in-out;
}

.home .item__img.blog:hover::after {
    bottom: -87%;
}
.home .item__img.blog img {
    transition: all .5s;
    scale:1.1;
}
.home .item__img.blog:hover.item__img.blog img {
  
    scale: 1;
}

/* =========================================================*/
.location {}

.location__content {}

.location__content--title {}

.location__content--map iframe {
    height: 300px;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.location__content--desc {
    margin: 20px 0;
}

.location__content--button {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 46px;
    color: #1a73e8;
    width: 126px;
    border: 1px solid #2962ff;
    border-radius: 5px;
    background-color: white;
    font-weight: 600;
    font-size: 12px;
}

.location__content--button:hover {
    background-color: #F6FAFE;
    color: #1a73e8;
}

.location__content--button span {
    margin-right: 8px;
}

.location__content,
.images__content {
    padding: 40px;
}

/* =====================images======================== */
.images {}

.images__content {
    /* line 233 */
}

.images__title {
    margin-bottom: 20px;
}

.images__slide--layout h1{
    padding: 2rem 20px;
    color: #0a50ac;
    position: relative;
}
.images__slide--layout h1::before{
    content: "";
    position: absolute;
    left: 6px;
    width: 5px;
    height: 24px;
    background-color: #0a50ac;
    border-radius: 6px;
}

.images__slide--list {
    display: grid;
    grid-template-columns: auto auto auto;
}

.images__slide--list__items {
    padding: 3px;
    font-size: 30px;
    text-align: center;
    height: auto;
    min-height: 280px;
    max-height: 282px;
    background-color: #eee;
    line-height: 0;
    cursor: pointer;
    scale: 1.02;
}

.images__slide--list__items:hover {

    transition: all .5s;
}

.images__slide--list__items img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.images__slide--seemore__btn {
    margin-top: 1%;
    width: 100%;
    border-radius: 4px;
    overflow: hidden;
    font-weight: 600;
}

/* .images__slide--seemore__btn:hover {
    background-color: #F6FAFE;
} */

.images__slide--seemore__btn:active {
    background-color: #CADEF9;
}

.images__slide--seemore__btn a {
    height: 48px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #1a73e8;
}


.header__scrollbar--inner {
    background-color: white;
    height: 66px;
    padding: 20px 80px 0 80px;
    background: #fff;
    display: flex;
}

.header__scrollbar--inner h5 {
    font-family: "Google Sans", Roboto, Arial, sans-serif;
    line-height: 1.5rem;
    font-size: 1.125rem;
    letter-spacing: 0;
    font-weight: 400;
    flex-grow: 1;
    margin: 0 20px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}



.header__scrollbar--inner .header__button {
    display: flex;
    align-items: center;
    padding: 0 40px;
    font-weight: 600;
}

.header__content--top .header__button img {
    max-width: 20px;
}

.header__scrollbar {
    z-index: 99;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: 0px 0px 5px rgb(92, 92, 92);
}

/* ================slide pop up ====================== */
.popup__slide--images__container,
.popup__contact--shop__blur {
    background-color: rgba(0, 0, 0, 0.502);
    bottom: 0;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 5000;
    transition: opacity .05s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 1;
}

.popup__slide--images {
    position: relative;
    height: 100%;
}

.popup__off--btn,
.popup__prev--btn,
.popup__next--btn {
    position: absolute;
    font-size: 32px;
    color: white;
}

.popup__off--btn {
    top: 5%;
    left: 20px;
}

.popup__prev--btn {
    top: 50%;
    left: 0;
}

.popup__next--btn {
    top: 50%;
    right: 0;
}

.popup__slide--area {
    margin: 0 auto;
    background-color: #000000;
    max-width: 1259px;
    height: 945px;
}

.popup__slide--list {}

.popup__slide--items {}

.popup__slide--items img {
    position: absolute;
    max-height: 945px;
    left: 50%;
    transform: translateX(-50%);
    height: auto;
    width: auto;
}

.popup__comment--author {
    padding: 24px;
    position: absolute;
    bottom: 0;
    left: 0;
    color: white;
}

/* ================ pop up ===================== */
.popup__note,
.popup__slide--images__container,
.popup__contact--form {
    display: none;
}

.popup__contact--form.active {
    display: block;
}

.popup__contact--success {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translateX(-50%);
    width: 85%;
    font-weight: 600;
    text-align: center;
    color: white;
    line-height: 2.5;
    padding: 20px 7px;
    background-color: #848484db;
}

.popup__contact--success span,
.popup__contact--success p {
    background: #959595;
    padding: 5px 9px;
}

.popup__contact--success {
    display: none;
}

/* =======end banner  */
@media screen and (max-width: 768px) {

    .header__button--right .header__button:nth-child(1) {
        display: none;
    }

    .header__button--right .header__button:nth-child(2) {
        padding: 15px;
        width: 48px;
        overflow: hidden;
        height: 48px;
    }

    .header__button--right .header__button:nth-child(2) span {
        margin-right: 30px !important;
    }

    .intro__content {
        padding: 20px;
    }
}

.intro__linksheet .intro__time--items {
    max-width: unset;
    width: 100%;
}

.location__content,
.images__content {
    padding: 20px;
}

/* popup form contact */
.popup__form--contact {
    background-color: rgb(255, 255, 255);
    max-height: 596px;
    max-width: 384px;
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 1rem;
    overflow: hidden;
}

.popup__contact--shop__blur {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
}


.popup__contact--top,
.popup__contact--bot {
    padding: 24px;

}

.popup__contact--top {
    background-color: #1a73e8;
    color: white;
    font-weight: 600;
}

.popup__contact--bot {
    background-color: white;
    padding-top: 0;
}

.popup__contact--bot p,
.popup__contact--name__input p,
.popup__contact--tel__input p,
.popup__contact--mail__input p,
.popup__contact--help__input p,
.popup__contact--input__count p {
    font-size: 12px;
}

.popup__contact--bot input,
.popup__contact--name__input input,
.popup__contact--tel__input input,
.popup__contact--mail__input input,
.popup__contact--help__input textarea,
.popup__contact--help__input textarea:focus {
    border: none;
    border-radius: 3px;
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid lightgray;
    resize: none;
    color: #7c7c7c;
}

.popup__contact--name__input,
.popup__contact--tel__input,
.popup__contact--mail__input,
.popup__contact--help__input,
.popup__contact--note__btn {
    margin-top: 15px;
}

.popup__contact--input__count {
    width: 60px;
    margin-left: auto;
    color: #9c9c9c;
    font-size: 15px;
}

.popup__contact--sent__btn {

    margin-top: 25px;
    display: flex;
    width: 100%;
    justify-content: end;
}

.popup__contact--sent__btn button {
    box-shadow: 0px 1px 3px rgb(146, 146, 146);
    padding: 10px 30px;
    font-size: 16px;
    font-weight: 600;
    background-color: #1a73e8;
    color: #fff;
    border-radius: 5px;
}

.popup__contact--note__btn {
    font-size: 13px;
    font-weight: 600;
    color: #747474;
}


.slide__new--ratings {
    opacity: 0;
    transform: translateX(-100px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.slide__new--ratings .visible {
    opacity: 1;
    transform: translateX(0);
}

@media screen and (max-width: 625px) {

    .location__content,
    .images__content {
        padding: 20px;
    }

    .images__slide--list__items {
        height: 130px;
        min-height: 0;
    }

    .popup.block img {
        height: AUTO;
        width: 100%;
        opacity: 1;
    }

    .location__content,
    .images__content {
        padding: 0px;
    }

    .images__slide--list__items {
        height: 130px;
        min-height: 0;
    }
}

@media screen and (max-width: 550px) {

    .intro__content,
    .location__content,
    .images__content {
        padding: 0px;
    }

    .intro__icon {
        padding: 14px 0;
        margin-right: 3px;
    }
}