/*Responsive table*/

table.responsive {
    width: 100%;
}

table.responsive tr {
    vertical-align: top;
}

table.responsive td {
    padding: 10px;
    /*text-align: justify;*/
    text-align: center;
}

@media screen and (max-width: 600px) {
    * {
        box-sizing: border-box;
    }

    /* break table */
    .responsive tr {
        display: flex;
        flex-wrap: wrap;
        width: 100% !important;
    }

    .responsive td {
        display: block;
        width: 50%;
        text-align: center;
    }

    .responsive td {
        width: 100% !important;
    }

    .maps {
        width: 100%;
    }
}

/*Giá» hÃ ng*/

.order {
    padding-top: 16px;
    display: inherit;
}

.order__header {
    font-size: 20px;
    font-weight: 700;
    color: #050636;
    text-transform: uppercase;
    border-bottom: 1px solid #dee2e6;
    padding-bottom: 8px;
    margin-bottom: 20px;
}

.order__title {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 1px solid #dee2e6;
    color: #f25c20;
    margin-bottom: 16px;
    padding-bottom: 16px;
}

.order__subtitle {
    font-size: 14px;
    padding: 8px 20px;
    font-weight: 700;
    text-transform: uppercase;
    border-left: 8px solid #83f1f1;
    background-color: #1268b3;
    margin-bottom: 20px;
    position: relative;
    color: #fff;
}

.order__subtitle::before {
    content: "";
    display: block;
    width: 8px;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#f15a29), to(#83f1c4));
    background: linear-gradient(to bottom, #83f1c4, #83dcf1);
    position: absolute;
    top: 0;
    left: -8px;
}

.order__list {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
    max-height: 210px;
    overflow: auto;
    padding-bottom: 10px;
}

.order__list>li:not(:last-child) {
    padding-bottom: 8px;
    margin-bottom: 8px;
    border-bottom: 1px solid #dee2e6;
}

.order__list>li {
    padding-right: 8px;
}

.order__total {
    padding: 14px 22px;
    text-align: right;
    font-weight: 700;
    border-top: 1px solid #ccc;
}

.order .form-group {
    margin-bottom: 20px;
}

.order .form-control {
    border-radius: 0;
}

@media (max-width: 767px) {
    .order {
        padding: 20px 16px 0;
    }
}

.cart-product {
    position: relative;
}

.cart-product__remove {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 20px;
    height: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    border-radius: 50%;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    font-weight: 700;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.cart-product__remove:hover {
    color: #f25c20;
    text-decoration: none;
    background-color: #dee2e6;
}

.cart-product__frame {
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1;
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1;
    width: 60px;
    margin-right: 10px;
}

.cart-product__frame::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 100%;
}

.cart-product__frame img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    z-index: -3;
    top: 0;
    left: 0;
}

.cart-product__frame::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.cart-product__frame:hover::after {
    background-color: rgba(255, 255, 255, 0.4);
}

.cart-product__title {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    margin-right: 24px;
    margin-bottom: 8px;
}

.cart-product__info {
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 2px;
}

.cart-product__color {
    display: inline-block;
    width: 40px;
    height: 12px;
    border: 1px solid #444;
    position: relative;
    overflow: hidden;
}

.cart-product__color img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
}

.cart-product__price {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    margin-left: auto;
    padding-left: 4px;
    text-align: right;
}

.cart__backdrop {
    display: block;
    width: 100vw;
    max-width: 100%;
    height: 100vh;
    background-color: #000;
    opacity: 0;
    position: fixed;
    z-index: 999;
    top: 0;
    left: -100%;
    -webkit-transition: left 0s 0.3s, opacity 0.3s;
    transition: left 0s 0.3s, opacity 0.3s;
}

.cart__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 300px;
    height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: fixed;
    z-index: 1030;
    top: 0;
    right: -100%;
    background-color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.cart__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 15px;
    border-bottom: 1px solid #dee2e6;
}

.cart__title {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.3em;
    line-height: 1;
}

.cart__close {
    padding: 0 2px;
    background-color: transparent;
    border: 0;
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
}

.cart__close:before {
    content: "\f105\f105\f105";
    font-family: fontawesome;
}

.cart__body {
    padding: 10px 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    overflow-x: hidden;
    overflow-y: auto;
}

.cart__list {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}

.cart__list>li:not(:last-child) {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #dee2e6;
}

.cart__list>li {
    padding: 0 10px;
}

.cart__footer {
    border-top: 1px solid #dee2e6;
    padding: 20px 15px;
}

.cart__total {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.cart.is-show .cart__backdrop {
    left: 0;
    opacity: 0.5;
    -webkit-transition: left 0s, opacity 0.3s;
    transition: left 0s, opacity 0.3s;
}

.cart.is-show .cart__wrapper {
    right: 0;
}

.cart__frame {
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1;
    width: 100px;
    margin-right: 20px;
    border: 8px solid #fff;
    -webkit-box-shadow: 0 0 0 1px #dee2e6;
    box-shadow: 0 0 0 1px #dee2e6;
    border-radius: 10px;
}

.cart__frame::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 66.66%;
}

.cart__frame img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    z-index: -3;
    top: 0;
    left: 0;
}

.cart__name {
    font-size: 16px;
    font-weight: 700;
}

.cart__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px;
    border: 1px solid #dee2e6;
    border-top: 0;
    margin-bottom: 16px;
}

.cart__total span {
    color: #dd0a40;
    font-weight: 700;
}

.cart__btn {
    display: inline-block;
    font-size: 14px;
    line-height: 33px;
    padding: 0 30px;
    border-radius: 18px;
    border: 1px solid #dee2e6;
    background: 0;
    color: #333;
    text-transform: uppercase;
}

.cart__btn:hover {
    color: #333;
    text-decoration: none;
}

.cart__btn:not(:last-child) {
    margin-right: 15px;
}

.cart__btn--danger {
    background-color: red;
    border-color: red;
    color: #fff;
}

.cart__btn--danger:hover {
    color: #fff;
}

.cart thead th {
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    background-color: #1268b3;
}

.cart thead th:not(:first-child) {
    text-align: center;
}

.cart tbody td:not(:first-child) {
    text-align: center;
}

@media (max-width: 991px) {
    .cart tbody td:first-child {
        padding-left: 8px;
    }

    .cart tbody td:first-child::before {
        display: none;
    }
}

@media (max-width: 767px) {
    .cart__footer {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .cart__total {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        margin-bottom: 10px;
        text-align: right;
    }
}

@media (max-width: 575px) {
    .cart__btns {
        width: 100%;
    }

    .cart__btn {
        display: block;
        width: 100%;
        text-align: center;
    }

    .cart__btn:not(:last-child) {
        margin-right: 0;
        margin-bottom: 8px;
    }
}

/*sytle đặt lịch*/

.fom-booking {
    padding: 66px 0;
}

.booking-panel {
    max-width: 745px;
    margin: auto;
    border-radius: 6px;
    background-color: #ffffff;
    box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.03);
    padding: 50px 50px;
    display: block;
    border: 1px solid #1268b3;
}

.booking_title {
    display: block;
    margin-bottom: 50px;
    text-align: center;
}

.booking-panel img {
    width: 100px;
}

.booking_title h2 {
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.1;
    text-align: center;
    color: #282828;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.booking-sapo {
    margin: auto;
    border-radius: 5px;
    border: 1px solid #1268b3;
    padding: 10px;
    max-width: 477px;
}

.booking-sapo h3 {
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.form-button {
    padding-top: 15px;
    text-align: center;
    display: block;
    max-width: 360px;
    margin: auto;
    padding-bottom: 10px;
}

.form-button .btn {
    width: 170px;
    height: 42px;
}

.form-button .btn-cancel {
    margin-right: 7px;
}

.form-button .btn-login {
    border-color: #1268b3;
    margin-left: 7px;
}

.form-button .login-facebook {
    margin-top: 40px;
    display: block;
    text-align: center;
}

.form-button .login-facebook p {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.38;
    color: #282828;
    margin-bottom: 20px;
}

.form-button .login-facebook .btn {
    width: 100%;
    height: 42px;
}

.button-white {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    text-decoration: none;
    color: #1268b3;
    background-color: #fff;
    border-color: #1268b3;
}

.button-green {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    text-decoration: none;
    color: #fff;
    background-color: #1268b3;
    border-color: #fff;
}

@media screen and (max-width: 480px) {
    .form-button {
        padding-top: 20px;
    }

    .form-button .btn {
        width: 115px;
        height: auto;
    }
}

label.col-sm-4.col-form-label {
    display: flex;
}

.m-customer {
    margin-bottom: 30px;
}

.m-customer__subheading {
    font-size: 14px;
    text-transform: uppercase;
    color: #37b8eb;
    margin-top: 25px;
    margin-bottom: 28px;
}

.m-customer__group {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-bottom: 20px;
}

.m-customer__label {
    font-size: 14px;
    font-weight: 600;
    line-height: 34px;
    margin-bottom: 0;
    min-width: 150px;
}

.m-customer__input {
    flex: 1 0 0;
    height: 34px;
    min-width: 0;
    border: 1px solid #e6e6e6;
    padding: 8px 10px;
}

.m-customer__btn {
    display: inline-block;
    min-width: 134px;
    font-size: 14px;
    color: #fff;
    line-height: 34px;
    border: 0;
    background-color: #37b8eb;
    text-align: center;
    border-radius: 3px;
    cursor: pointer;
}

.tbl {
    width: 100%;
    border: 1px solid #e6e6e6;
}

.tbl__thead {
    border-bottom: 2px solid #37b8eb;
    background: linear-gradient(to top, #fafafa, #fff);
}

.tbl__th,
.tbl__td {
    font-size: 14px;
    line-height: 20px;
    padding: 5px 10px;
}

.tbl__th--min,
.tbl__td--min {
    width: 1%;
    white-space: nowrap;
}

.tbl__th--name,
.tbl__td--name {
    min-width: 150px;
}

.tbl__th+.tbl__th {
    position: relative;
}

.tbl__th+.tbl__th::before {
    content: "";
    width: 1px;
    height: 100%;
    background: linear-gradient(to top, #f6f6f6, #d9d9d9, #fdfdfd);
    position: absolute;
    top: 0;
    left: 0;
}

.tbl__tr {
    border-bottom: 1px solid #e6e6e6;
}

.tbl__tr:last-child {
    border-bottom: 0;
}

@media (max-width: 767px) {
    .m-customer__label {
        width: 100%;
    }

    .tbl__thead {
        display: none;
    }

    .tbl__tr {
        display: block;
        padding: 10px 0;
    }

    .tbl__tr:nth-child(even) {
        background-color: #f4f4f4;
    }

    .tbl__td {
        display: block;
        padding: 8px 10px;
        padding-left: 140px;
        position: relative;
    }
}

.des_guarantee {
    margin-top: 10px;
    margin-bottom: 20px;
}

h3.title_guarantee {
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
}

.guarantee_content {
    margin-top: 10px;
}

.guarantee_content h3 {
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
}

/*Login*/
.md-form__title {
    font-size: 20px;
    margin: 0;
    text-transform: capitalize;
    margin-right: 10px;
}

.md-form__switch {
    font-size: 16px;
    color: #cb2028;
    border: 1px solid #6599e4;
    border-radius: 4px;
    padding: 1px;

}

.md-form__switch:hover {
    color: #cb2028;
    text-decoration: none;
}

.md-form__sendcode:hover {
    text-decoration: none;
}

.md-form__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 16px;
}

.md-form__btn {
    display: inline-block;
    min-width: 140px;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    padding: 0 10px;
    line-height: 35px;
    border-radius: 2px;
    margin-left: 8px;
    color: #343a40;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border: 0;
    background: #fff;
}

.md-form__btn:hover {
    color: #343a40;
    text-decoration: none;
    background-color: #f5f5f5;
}

.md-form__btn--primary {
    background: -webkit-gradient(linear, left top, left bottom, from(#096b30), to(#4b9328));
    background: linear-gradient(to bottom, #00adff, #7892da);
    color: #fff;
}

.md-form__btn--primary:hover {
    color: #fff;
}

.md-form__helper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.md-form__helper-btn {
    color: #6c757d;
}

.md-form__helper-btn:hover {
    color: #6c757d;
    text-decoration: none;
}

.md-form__helper-btn:not(:first-child) {
    margin-left: 30px;
    position: relative;
}

.md-form__helper-btn:not(:first-child)::before {
    content: "";
    display: block;
    width: 1px;
    height: 10px;
    border-left: 1px solid #e1e1e1;
    position: absolute;
    top: 0;
    left: -15px;
}

.md-form__footer {
    padding: 10px;
    background-color: #f5f5f5;
}

.md-form__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 32px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 13px;
    color: #343a40;
}

.md-form__social:hover {
    color: #343a40;
    text-decoration: none;
}

.md-form__social img {
    height: 18px;
    margin-right: 4px;
}

.md-form__social span {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
}

.md-form__social--facebook {
    background-color: #37538d;
    color: #fff;
}

.md-form__social--facebook:hover {
    color: #fff;
}

.md-form input.form-control {
    height: 40px;
}

/*END*/

/*Cart css*/

.as-info {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 16px;
    margin-bottom: 20px;
}

.as-info__frame {
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1;
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1;
    border-radius: 50%;
    width: 50px;
    margin-right: 20px;
}

.as-info__frame::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 100%;
}

.as-info__frame img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    z-index: -3;
    top: 0;
    left: 0;
}

.as-info__name {
    font-weight: 600;
}

.as-info__edit {
    color: #343a40;
}

.as-info__edit:hover {
    color: #096b30;
    text-decoration: none;
}

.acc-menu {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}

.acc-menu__item:not(:last-child) {
    margin-bottom: 12px;
}

.acc-menu__sub .acc-menu__item {
    margin-top: 8px;
}

.acc-menu__sub .acc-menu__item:not(:last-child) {
    margin-bottom: 0;
}

.acc-menu__link {
    display: inline-block;
    font-size: 14px;
    line-height: 25px;
    color: #343a40;
}

.acc-menu__link.active,
.acc-menu__link:hover {
    color: #096b30;
    text-decoration: none;
}

.acc-menu__link img {
    width: 25px;
    height: 25px;
    margin-right: 15px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
}

.acc-menu__sub {
    list-style: none;
    margin: 0;
    padding-left: 40px;
}

.acc-section {
    height: 100%;
    overflow: hidden;
    background-color: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.14);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.14);
}

.acc-section__header {
    padding: 0 30px;
}

.acc-section__header-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px 0;
    border-bottom: 1px solid #e1e1e1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.acc-section__body {
    padding: 30px;
}

.acc-section__title {
    font-size: 18px;
    text-transform: capitalize;
    margin-bottom: 0;
}

.acc-section__subtitle {
    color: #666;
}

.acc-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.acc-grid__main {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-right: 50px;
}

.acc-grid__aside {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 280px;
    flex: 0 0 280px;
    border-left: 1px solid #e1e1e1;
    padding: 16px 50px 0;
}

.button {
    display: inline-block;
    background: -webkit-gradient(linear, left top, left bottom, from(#096b30), to(#4b9328));
    background: linear-gradient(to bottom, #00adff, #7892da);
    font-size: 14px;
    line-height: 35px;
    border: 0;
    border-radius: 2px;
    padding: 0 20px;
    color: #fff;
    text-align: center;
    min-width: 75px;
}

.button:hover {
    color: #fff;
    text-decoration: none;
}

.button--block {
    display: block;
    width: 100%;
}

.button--outline {
    border: 1px solid #e1e1e1;
    line-height: 33px;
    background: 0;
    color: #343a40;
}

.button--outline:hover {
    color: #096b30;
    border-color: #096b30;
}

.avatar-input__preview {
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1;
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1;
    border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    width: 100px;
    max-width: 100%;
    margin: 0 auto 20px;
    background: url(../images/avatar-placeholder.png) center/cover no-repeat;
}

.avatar-input__preview::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 100%;
}

.avatar-input__preview img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    z-index: -3;
    top: 0;
    left: 0;
}

.avatar-input__label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.avatar-input__label label {
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.avatar-input__label input {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
}

.avatar-input__label span {
    display: inline-block;
    font-size: 14px;
    line-height: 38px;
    border-radius: 2;
    border: 1px solid #e1e1e1;
    padding: 0 20px;
}

.avatar-input__text {
    margin-top: 4px;
    color: #999;
}

.acc-form--short {
    max-width: 550px;
    margin: 0 auto;
}

.acc-form__label {
    text-align: right;
    color: #757575;
    padding-top: 4px;
    text-transform: capitalize;
}

.acc-form__text {
    padding: 4px 0;
}

.acc-form__text a,
.acc-form__text a:hover {
    color: #2e74b9;
    text-decoration: underline;
}

.address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.address:not(:last-child) {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e1e1e1;
}

.address__info {
    margin-right: 20px;
}

.address__info table td {
    padding: 6px 0;
}

.address__info table td:first-child {
    white-space: nowrap;
    text-align: right;
    color: #757575;
    padding-right: 20px;
}

.address__info table td .badge {
    padding: 4px 8px;
}

.address__btns {
    white-space: nowrap;
    text-align: right;
}

.address__toggle {
    color: #343a40;
    text-decoration: underline;
    font-size: 16px;
    white-space: nowrap;
}

.address__toggle:hover {
    color: #096b30;
    text-decoration: underline;
}

.address__toggle:not(:last-child) {
    margin-right: 16px;
}

.address__btn {
    display: inline-block;
    font-size: 14px;
    padding: 0 20px;
    line-height: 33px;
    border-radius: 2px;
    border: 1px solid #e1e1e1;
    color: #6c757d;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    white-space: nowrap;
}

.address__btn:hover {
    color: #fff;
    background-color: #096b30;
    border-color: #096b30;
    text-decoration: none;
}

@media (max-width: 767px) {
    .address {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .address__info {
        margin-right: 0;
        margin-bottom: 16px;
    }

    .address__btns {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

/*End*/

/* phuonghv add  26/10/2021*/

.filter__label {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 30px;
    background-color: #ed1c24;
    color: #fff;
    padding: 0 10px 0 9px;
    position: relative;
    margin: 2px;
    margin-right: 15px;
}


/*Thông số kỹ thuật*/

.item-compare {
    font-size: 0;
    margin-top: 5px;
}

.item-compare span {
    border: 1px solid #e0e0e0;
    border-radius: 2px;
    color: #333;
    display: inline-block;
    font-size: 15px;
    line-height: 12px;
    margin-right: 5px;
    padding: 4px 5px;
    margin-bottom: 5px;
    /*text-transform: uppercase;*/
}


.menu-link {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    padding: 0 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: inherit;
}


/*Order đặt trước sản phẩm khi hết hàng*/


.box-subscriber {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 10px 10px 10px;
    border: 1px solid #E5E7EB;
    border-radius: 10px;
    background: #ffffff;
    margin-bottom: 10px;
}



.box-title .title {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 13px;
    margin-bottom: 20px;
}

input.cps-input {
    width: 100%;
    margin-bottom: 10px;
    padding: 0.5rem 1rem 0.5rem 1rem;
    border: 1px solid #DEE2E6;
    border-radius: 1rem;
    box-shadow: none;
}

button#sub_post {
    width: 100%;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0;
    border-radius: 1rem;
    background: #D70018;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    text-decoration: none;
    color: #ffffff;
}

p#lt-cua-hang-summary {
    width: 100%;
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
}

.list-store {
    width: 100%;
    /* height: 300px; */
    min-height: 100px;
    max-height: 200px;
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #E5E7EB;
    border-radius: 10px;
    background: #ffffff;
    overflow: hidden;
    overflow-y: scroll;
    margin-bottom: 20px;
}

.list-store ul {
    width: 100%;
    height: max-content;
    margin-bottom: 0;
    list-style: none;
}

.list-store ul>li>p {
    display: -webkit-box;


    overflow: hidden;
    font-size: 12px;
    line-height: 23px;
    color: #444444;
}

.branch {
    padding: 9px;
    font-weight: bold;
}

.footer__grid {
    display: grid;
    grid-template-columns: 6fr 2fr 2fr 2fr;
    grid-gap: 20px;
}

.maps img {
    width: 350px;
}

.col-xl-3.col-md-6.mb-20 img {
    width: 250px;
}

/*Dich vụ tận tâm*/


.floating-btn__container {
    cursor: pointer;
    font-weight: 600;
    background: #ffc700;
    border-radius: 50%;
    color: #333;
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 80px;
    right: 24px;
    z-index: 99;
    font-size: 10px;
    justify-content: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    transition: all .1s linear;
}

.icon-floatingbtn {
    background-position: -139px -77px;
    height: 30px;
    width: 30px;

    background-image: url(../images/icon_common@2x.png);
    background-repeat: no-repeat;
    background-size: 300px 200px;
    display: inline-block;
    line-height: 30px;
    vertical-align: middle;
}




.desktop_device_tantam * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


@media (min-width: 1200px) {


    body.home-page .menu-root {
        display: none !important;


    }
}


.block-button {
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
    margin-top: 10px;
}

.block-button .btn-left {
    float: left;
}

.block-button .btn-ins {
    width: 49%;
}

.btn-ins {
    background-color: #2f80ed;
    border-radius: 4px;
    color: #fff;
    font-size: 13px;
    line-height: 16px;
    padding: 7px 0;
    text-align: center;
}

.btn-ins span {
    display: block;
    font-size: 12px;
    line-height: 14px;
    margin-top: 2px;
}

.block-button .btn-right {
    float: right;
}

.pd-promotion.mt-2 ul {
    margin-left: 20px;
}

/*add style phuonghv 07/11/2022*/


.preview-slider__frame::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 56%;
}


.preview-slider__frame img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: contain;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    z-index: -3;
    top: -17px;
    left: 0;
}


.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}



.video i.fa-play {
    position: absolute;
    top: 39%;
    left: 46%;
    font-size: 18px;
    transform: translate(-50%, -50%);
    color: #c91717;
    width: 30px;
    height: 30px;
    padding: 15px 18px;
    border-radius: 50px;
    transition: all 0.3s;
}

.md-form__header {
    display: flex;
    align-items: center;
    text-align: center;
    margin-bottom: 5px;
}

.pd-desc__content img {
    width: 100%;
}
.thanhvien-sapo {
    border: 2px solid #3a76b8;
    border-radius: 10px;
    text-align: initial;
    padding: 10px;
}

