body {
    --color: #ff6b00;
}

h2 {
    font-size: 24px;
    font-weight: 500;
}

.table-sp-gy td:nth-child(3) {
    text-align: center;
}

.table-sp-gy td:nth-child(4) {
    text-align: center;
}

.table-sp-gy td:nth-child(8) .style-gia-table {
    text-align: center;
    justify-content: center;
}

.style-col-cnn {
    background: #fff;
    /* border-radius: 20px; */
    box-shadow: 0px 6.54619px 5.23696px rgb(0 0 0 / 3%), 0px 2.72402px 2.17921px rgb(0 0 0 / 2%);
}

.style-col-cnn.style-smsp-home {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 45px 33px 31px 33px;
}

.label-support {
    color: #FF6B00;
    text-align: center;
    font-family: Roboto;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.alert-support {
    display: flex;
    width: auto;
    padding: 16px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 12px;
    background: #EAEBEC;
}

.btn-sp-out {
    display: flex;
    width: 279px;
    height: 56px;
    padding: 20px 30px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 12px;
    border: 2px solid #FF6B00;
    background: #FFF;
}

.btn-sp-out:hover {
    background: #FFF !important;
    border: 2px solid #FF6B00;
}

.btn-sp-out:hover a {
    color: #FF6B00 !important;
}

.btn-sp-out a {
    color: #FF6B00;
    text-align: center;
    font-family: Roboto;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.btn-sp-go {
    display: flex;
    width: 278px;
    height: 56px;
    padding: 20px 30px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 12px;
    background: #FF6B00 !important;
}

.btn-sp-go p {
    color: #FFF;
    text-align: center;
    font-family: Roboto;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 0;
}

.btn-sp-go:hover {
    background: #FF6B00 !important;
}

.btn-sp-go:hover p {
    color: #FFF !important;
}

.row-btn-sp {
    display: grid;
    align-items: center;
    grid-template-columns: auto auto;
}

.modal-boxung {
    z-index: 1001;
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(77, 77, 77, .7);
    transition: all .4s;
}

.modal-boxung:target {
    visibility: visible;
    opacity: 1;
}

.modal__content {
    border-radius: 20px;
    position: relative;
    width: 800px;
    max-width: 100%;
    background: #fff;
    padding: 40px;
    overflow-y: auto;
    display: grid;
    padding: 40px;
    gap: 10px;
    border: 3px solid #FF6B00;
    background: #FFF;
}

.detail-form {
    display: grid;
    gap: 30px;
}

.form-support {
    height: 400px;
    overflow-y: auto;
}

.modal__footer {
    text-align: right;
    a {
        color: #585858;
    }
    i {
        color: #d02d2c;
    }
}

.modal__close {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 30px;
    color: rgb(88, 88, 88);
    text-decoration: none;
}

.style-search-fast {
    padding: 14px 20px !important;
    min-width: 170px !important;
    height: 123px;
    min-height: 123px !important;
    box-shadow: none !important;
    border: 1px solid #E6E7E8 !important;
}

.label-search {
    font-size: 18px !important;
    font-weight: 400 !important;
}

.style-col-box-blog {
    background: #fff;
    box-shadow: 0px 6.54619px 5.23696px rgb(0 0 0 / 3%), 0px 2.72402px 2.17921px rgb(0 0 0 / 2%);
    border-radius: 10px;
    display: flex;
    overflow: hidden;
    flex-direction: column;
}

.style-text-box-home {
    background: #fff;
    padding: 16px;
}

.label-tim-kiem {
    margin-bottom: 30px;
    padding: 0;
}

.list-take-care {
    display: grid;
    grid-template-columns: auto auto auto auto;
    gap: 20px;
}

.label-thuoc {
    margin-bottom: 30px;
    padding: 0;
    display: grid;
    grid-template-columns: 50% auto;
    justify-content: space-between;
}

.label-thuoc-first {
    margin-bottom: 30px;
    padding: 0;
    display: grid;
    grid-template-columns: 50% auto;
    justify-content: space-between;
}

.banner-section {
    display: grid;
    grid-template-columns: 65% 35%;
    align-items: center;
    justify-content: center;
    margin-top: 31px;
    margin-bottom: 6px;
    gap: 20px;
}

.label-thuoc span {
    color: #4D4D4F;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: block;
    width: 99%;
}

.label-thuoc-first span {
    color: #4D4D4F;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: block;
}


/* slide test */

#slider {
    position: relative;
    overflow: hidden;
    transition: transform .3s cubic-bezier(.175, .885, .32, 1.275), -webkit-transform .3s cubic-bezier(.175, .885, .32, 1.275);
}

#slider ul {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}

#slider ul li {
    position: relative;
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    width: 780px;
    height: 250px;
    background: #ccc;
    border-radius: 0.375rem;
    text-align: center;
    line-height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.control_prev,
.control_next {
    position: absolute;
    z-index: 1;
    display: flex;
    width: 10%;
    height: 90%;
    background: transparent;
    color: #fff;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-weight: 600;
    font-size: 3em;
    opacity: 1;
    cursor: pointer;
    transition: all .2s ease-in-out;
}

.control_prev:hover,
.control_next:hover {
    opacity: .8;
}

.control_prev {
    border-radius: 0 2px 2px 0;
}

.control_next {
    right: 0;
    border-radius: 2px 0 0 2px;
}

.slide1 img {
    width: 100%;
    border-radius: 0.375rem;
}

.slide2 img {
    width: 100%;
    border-radius: 0.375rem;
}

.slide3 img {
    width: 100%;
    border-radius: 0.375rem;
}

.slide4 img {
    width: 100%;
    border-radius: 0.375rem;
}

.slider-subtitle {
    color: #bababa;
    font-size: 1.4em;
    margin: 0;
}


/* ------ */

.label-des-ad {
    width: 100%;
}

.drug-label {
    width: 100%;
    font-size: 24px !important;
    margin-bottom: 8px;
}

.img-ad {
    width: 550px;
    object-fit: cover;
    height: 100%;
}

.img-ad-4 {
    width: 525px;
    object-fit: cover;
    height: 100%;
    border-radius: 7px;
}

.img-banner-ad {
    width: 100%;
    object-fit: cover;
    height: 100%;
    border-radius: 0.375rem;
}

.label-tim-kiem h3 {
    font-size: 28px !important;
    font-weight: 600 !important;
}

.list-search {
    display: flex;
    align-items: initial;
}

.style-text-danhmuc {
    color: #FF6B00;
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 16.02px;
}

.style-text-blog-title {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 12px;
}

.style-conten-blog {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    font-weight: 400;
    font-size: 16px;
    line-height: normal;
    font-style: normal;
    margin-bottom: 27px;
    color: var(--primary-colors-gray-85, #4D4D4F);
}

.style-see-moad {
    font-weight: 400;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    line-height: normal;
    color: #6d6e71;
    font-style: normal;
}

.style-breadcrumb {
    background: #e6e7e8;
    height: 38px;
    padding: 0;
}

.style-row-blog-home>.col-3 {
    display: flex;
    align-items: stretch;
}

.style-col-blog-title {
    padding: 0;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.style-icon-search .search {
    position: relative;
    width: initial;
}

.style-icon-search .search input {
    height: 50px;
    text-indent: 25px;
    border: 2px solid #d6d4d4;
    border-radius: 99px;
    padding-left: 25px;
}

.style-icon-search ::-webkit-input-placeholder {
    color: #a7a9ac !important;
    padding: 10px;
    margin-left: 20px !important;
}

.style-icon-search input.form-control {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
}

.style-icon-search .search .fa-search {
    position: absolute;
    top: 20px;
    left: 16px;
}

.style-icon-search .search button {
    position: absolute;
    top: 23px;
    right: -19px;
    height: 50px;
    width: 179px;
    background: #ff6b00;
    border-radius: 0 36px 36px 0;
    overflow: hidden;
    border: 0;
}

.style-icon-search .search input:focus {
    box-shadow: none;
    border: 1px solid var(--color);
}

.style-icon-search svg {
    transform: translate(70%, 180%);
}

.style-icon-search svg.svg-inline--fa.fa-magnifying-glass {
    background: url(../img/svg/icon-search.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.style-icon-search path {
    display: none;
}

.style-tiler-cart-b3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #c7c8ca;
    padding-bottom: 10px;
}

.style-cart-b3-end {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #c7c8ca;
    padding: 20px 0 20px;
}

.style-table-left {
    text-align: end;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-end;
}

.style-text-name-cart-b3 {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #4d4d4f;
}

.style-text-sl-cart-b3 {
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #4d4d4f;
}

.quantity-text {
    font-size: 14px !important;
}

.cart-list-b3 {
    padding: 20px 0 0 0;
}

.text-note-cart {
    width: 240px;
    color: #F00;
    font-family: Roboto;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.28px;
}

.style-text-td-cart-b3 {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #4d4d4f;
    white-space: nowrap;
    min-width: 110px;
    max-width: 120px;
}

.style-text-price-cart-b3 {
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    color: #4d4d4f;
    text-align: end;
    padding-right: 0 !important;
}

.style-color-b3 {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: var(--color);
    white-space: nowrap;
}

.style-table-cart-b3 .table {
    margin: 10px 0;
}

.style-table-right p {
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    color: #4d4d4f;
}

.style-table-left p {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    text-align: right;
    color: #4d4d4f;
}

.style-table-right {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
}

.style-total-b3 {
    border-top: 1px solid #c7c8ca;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
}

.style-tt-sider-bar {
    border-bottom: 1px solid #c7c8ca;
    padding-bottom: 20px;
}

.style-td-tt-cart-b3 td {
    padding: 4px 0 !important;
}

.style-tb-cart-b3 {
    font-style: italic;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: -0.02em;
    color: #ff0000;
    text-align: justify;
    margin: 0;
}

.style-button-cart-3 {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.style-col-cart-b3 {
    background: #fff;
    border-radius: 10px;
    padding: 18px 20px !important;
}

.style-btn-outline {
    width: 100%;
    background: #ffffff;
    color: var(--color);
    border: 2px solid var(--color);
    /*    padding: 10px 32px;*/
    font-weight: 500;
    border-radius: 10px;
}


/*Popup*/

.modal-dialog {
    min-width: 632px;
    margin-right: auto;
    margin-left: auto;
}

.btn-close {
    background: url(../img/svg/close.svg);
    background-repeat: no-repeat;
    opacity: 1;
}

.btn-close:focus {
    box-shadow: revert;
}

.modal-header {
    border: 0;
}

.modal-footer {
    border: 0;
}

.style-col-coupont {
    border-radius: 12px;
    border: 2px solid #e4e4e4;
    display: flex;
    align-items: stretch;
    overflow: hidden;
}

.style-img-coupont {
    background: linear-gradient(90deg, #FF6B00 6.74%, #FF9B53 97.84%) !important;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 90px;
}

.style-col-coupont:hover .style-img-coupont {
    background: var(--color);
    display: flex;
    align-items: center;
    justify-content: center;
}

.style-col-coupont:hover {
    border: 2px solid var(--color);
    border-radius: 12px;
    display: flex;
    align-items: stretch;
    overflow: hidden;
}

.style-coupont-p {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #4d4d4f;
}

.style-gt-coupont {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #4d4d4f;
}

.style-time-coupont {
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    color: #4d4d4f;
}

.style-end-coupont {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 4px;
}

.btn-coupont {
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    color: #ffffff;
    background: var(--color);
}

.box-text-coupont {
    padding: 8px;
    gap: 8px;
    display: flex;
    flex-direction: column;
}

.icon-box-coupont {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 6px;
}

.style-padding-small>.col-6 {
    padding: 0 10px 20px;
}

.style-popup .modal-header {
    border: 0;
    padding: 30px 30px 0 30px;
}

.style-popup .modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden;
    border-radius: 12px;
    border: 0;
}

.style-popup .modal-dialog-scrollable .modal-body {
    overflow-y: auto;
    padding: 30px;
    padding-top: 0;
}

#modalId_1 .modal-body p {
    margin-bottom: 3px;
}

.modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    background: #0000005c;
}

.modal-backdrop.fade.show {
    display: none;
}

.style-popup button.btn {
    border: 0;
}

.style-popup div#modalId {
    --bs-backdrop-zindex: 1050;
    --bs-backdrop-bg: #000;
    --bs-backdrop-opacity: 0.5;
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--bs-backdrop-zindex);
    width: 100vw;
    height: 100vh;
}


/*popup-thông báo xác nhận đơn hàng*/

.style-popup-2 .modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden;
    border-radius: 12px;
    border: 0;
}

.style-popup-2 .modal-body {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 14px 36px 30px;
    row-gap: 13px !important;
}

.style-popup-2 .modal-dialog {
    min-width: 580px;
    margin-right: auto;
    margin-left: auto;
}

.style-title-xn {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #4d4d4f;
}

.style-popup-ttdh-btn {
    display: flex;
    gap: 16px;
}


/**Popup xác nhận**/

.stye-popup-xn {
    display: flex;
    align-items: stretch;
}

.style-img-popup-xn {
    text-align: center;
    padding: 42px 0 16px 0;
}

.style-btn-outline:hover {
    border: 2px solid var(--color);
    transition: 0.5s;
    box-shadow: 3px 6px 3px 0px #ff6b004d;
}

.btn.style-btn-xnh:hover {
    transition: 0.5s;
    box-shadow: 3px 6px 3px 0px #ff6b004d;
}

.style-btn-xn {
    width: 100%;
    background: var(--color);
    color: #fff;
    border: 2px solid var(--color);
    padding: 10px 32px;
    font-weight: 500;
    border-radius: 10px;
}

.style-btn-xn:hover {
    background: #ffffff;
    color: var(--color);
    border: 2px solid var(--color);
}

.style-button-add-new:hover {
    border: 1px solid var(--color);
    color: var(--color);
    width: 120px;
    background: #fff;
    height: 36px;
}

.style-button-add-new {
    padding: 7px 28px;
    background: var(--color);
    border: 0;
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 36px;
    border-radius: 10px;
}

.style-btn {
    border: 1px solid var(--color);
    padding: 3.5px 32px;
    font-weight: 500;
    border-radius: 10px;
}

.style-btn:hover {
    border: 1px solid var(--color);
    box-shadow: unset;
}

button.btn-close {
    position: absolute;
    right: 10px;
    top: 14px;
}


/*.style-col-box-blog img {
    height: 200px;
    width: 280px;
}*/


/*Popup DSDH*/

.input-group-dsdh {
    display: flex;
    align-items: stretch;
    flex-direction: row-reverse;
}

.form-input-foder .input-group-dsdh {
    display: flex;
    align-items: stretch;
    flex-direction: row-reverse;
    border-radius: 99px;
    overflow: hidden;
    padding: 0px;
    border: 1px solid #c7c8ca;
}

.form-input-foder .input-group-text {
    border: 0;
    border-radius: 0;
    height: 34px;
    width: 123px;
    padding: 6px 11px;
    background: #c7c8ca;
}

.form-input-foder .form-control {
    height: 34px;
    border: 0;
}

.form-input-foder .form-control p {
    font-weight: 400;
    font-size: 14px;
    color: #c7c8ca;
    margin: 0;
}

.form-input-foder .input-group-text p {
    font-weight: 500;
    font-size: 14px;
    color: #ffffff;
    margin: 0;
}

.style-btn-sdmh {
    background: #c7c8ca;
    border-radius: 99px;
    padding: 10px 24px;
}

.style-btn-sdmh:hover {
    background: var(--color);
    border-radius: 99px;
    padding: 10px 24px;
    color: #fff;
}

.style-col-box-dsmh {
    position: absolute;
    top: -46px;
    z-index: 99;
}

.style-popup-3 .modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: initial;
    border-radius: 200px;
    align-items: center;
    border: 0;
}

.style-popup-3 .modal-body {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 17px;
}

.style-popup-3 .modal-dialog {
    min-width: 581px;
}

.border-dsdh {
    border: 3px solid var(--color);
    border-radius: 200px;
    padding: 30px 50px;
    padding-top: 71px;
    display: grid;
    justify-items: center;
}

.style-text-dsdh {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    color: #ff6b00;
}

.form-input-foder {
    margin-bottom: 10px;
}

.style-popup-3 span.input-group-text:hover {
    background: var(--color);
}

.style-button-04:hover {
    background: #fff;
    border-color: #fff;
    color: var(--color);
}

.style-button-06:hover {
    background: #fff;
    border-color: var(--color);
    color: var(--color);
}

.style-button:hover {
    background: var(--color);
}

button.close-dsdh {
    position: absolute;
    width: 100vw;
    height: 100vh;
}


/*popup chờ duyệt*/

.style-btn-lock {
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    color: #ffffff;
    background: var(--color);
    padding: 9px 24px;
    border-radius: 99px;
}

.style-btn-lock:hover {
    opacity: .82;
}

.style-tb-lock {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin-bottom: 10px;
}

.style-tb-lock p {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #ff6b00;
    margin: 0;
    margin-left: 5px;
}

.style-coupont-lock {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: var(--color);
}

.style-col-coupont-lock {
    border: 2px solid var(--color);
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    gap: 10px;
    padding: 20px;
    align-items: center;
}

.style-box-img-lock {
    min-width: 70px;
}

.style-tk-xd .modal-dialog {
    min-width: 791px;
}

.tyle-gt-coupont {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #4d4d4f;
}

.style-text-tkd {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #4d4d4f;
}

.style-tk-xd .modal-header {
    border: 0;
    padding: 30px 48px 0 48px !important;
}

.style-tk-xd .modal-body {
    padding: 30px 48px !important;
    padding-top: 0 !important;
}

.background_poup {
    position: absolute;
    transform: translate(211px, -82px);
}

.style-title-about {
    width: 100%;
    border-bottom: 1px solid var(--color);
}

.img-ab {
    display: flex;
    gap: 10px;
    padding-top: 20px;
}

.content-ab {
    display: flex;
    gap: 10px;
    align-items: center;
}


/*About us*/

.style-tabs .nav-link {
    width: 100%;
    padding: 15px 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #6d6e71;
}

.style-tabs .nav-tabs {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    border-radius: 10px;
    border: 0;
    overflow: hidden;
}

.style-tabs .nav-link.active {
    width: 100%;
    background: var(--color);
    color: #ffffff;
    border-radius: 0;
    border: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
}

.style-tabs .nav-link:hover {
    border: 0;
}

.style-tabs .tab-content {
    padding: 0;
    padding-top: 20px;
}

.style-tabs .nav-tabs .nav-link {
    border: 0;
}

.content-about-us li {
    list-style-type: initial;
}

.style-content-p-ab p,
.style-content-p-ab li {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 8px;
}

.backgroud-about-color {
    background: #ffe1cc;
    height: 500;
    border-radius: 6px;
    padding-left: 508px;
    padding-top: 463px;
}

.banner-video-ab {
    z-index: 99;
    position: absolute;
}

.align-ab-img {
    display: flex;
    align-items: center;
    justify-content: end;
    padding: 0;
}

.style-row-ab {
    display: flex;
    align-items: center;
}

.style-col-center {
    border-right: 2px solid var(--color);
    border-left: 2px solid var(--color);
    border: 0;
}

.style-col-center:first-child {
    border: 0;
}

.style-col-center:last-child {
    border: 0;
}

.icon-box-left-ab {
    display: flex;
    gap: 30px;
    align-items: center;
}

.style-content-ab {
    padding-right: 40px;
}

.style-font-km-ab {
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
}

.style-font-see-ab a {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #6d6e71;
}

.style-search-nb {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.style-page-nb {
    display: flex;
    align-items: center;
}

.style-page-nb .style-icon-search {
    margin-top: -20px;
}

.style-btn-nb {
    color: #ffffff !important;
    background: var(--color) !important;
    border-radius: 99px;
}

.style-btn-nb-1 {
    color: #6d6e71 !important;
    background: #e6e7e8 !important;
    border-radius: 99px;
}

.style-page-nb .style-icon-search .search button {
    position: absolute;
    top: 23px;
    right: -19px;
    height: 40px;
    width: 114px;
    background: #ff6b00;
    border-radius: 0 36px 36px 0;
    overflow: hidden;
    border: 0;
}

.style-page-nb .style-icon-search .search input {
    height: 40px;
    text-indent: 25px;
    border: 2px solid #d6d4d4;
    border-radius: 99px;
}

.style-header {
    display: flex;
    gap: 6px;
    padding: 0;
    padding-left: 36px;
}

.style-form-ds {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 41px 0;
}

.style-page-nb .style-icon-search svg {
    transform: translate(70%, 167%);
}

.treatment-template .style-smsp-home {
    display: grid;
    align-items: center;
    width: 180px;
    height: 185px;
    border: 1px solid #ffffff;
    justify-items: center;
    align-content: space-evenly;
}

.treatment-template .row>.col-2 {
    padding-bottom: 20px;
}

.style-tm {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #4d4d4f;
}

.style-danhmuc {
    text-align: left;
    width: 96%;
}

.style-chamsoc {
    text-align: left;
}

.style-content-tm {
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    color: var(--color);
}

.treatment-template .style-size-img {
    padding: 0;
}

.style-title-tm {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #4d4d4f;
}

.style-tm-search {
    display: flex;
    align-items: center;
    gap: 20px;
}

.treatment-template .style-icon-search .search input {
    height: 37px;
    text-indent: 25px;
    border: 2px solid #d6d4d4;
    border-radius: 99px;
}

.treatment-template .style-icon-search .search button {
    position: absolute;
    top: 23px;
    right: 0;
    height: 37px;
    width: 179px;
    background: #ff6b00;
    border-radius: 0 36px 36px 0;
    overflow: hidden;
    border: 0;
}

.treatment-template .style-icon-search .search {
    position: relative;
    width: initial;
    margin-top: -20px;
}

.producer-template .row>.col-3 {
    padding-bottom: 20px;
}

.style-dmsp .row>.col-4 {
    padding-bottom: 10px;
}

.style-dmsp p.style-content-tm {
    margin: 0;
}

.style_bl_nb {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px 0;
}

.style-drop-home {
    display: flex;
    justify-content: space-between;
}

.style-btn-prod {
    background: #fff;
    color: #6d6e71;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    box-shadow: 0px 6.54619px 5.23696px rgba(0, 0, 0, 0.0282725), 0px 2.72402px 2.17921px rgba(0, 0, 0, 0.0196802);
    border-radius: 12px;
    padding: 14px 16px;
    z-index: 99;
}

.style-btn-prod.active {
    background: var(--color);
}

.producer-template ul.dropdown-menu.dropdown-menu-end.show {
    width: 240px;
    height: 492px;
    border-radius: 20px;
    transform: translate(-50px, 35px) !important;
    z-index: 10;
    border: 1px solid var(--color);
}

.producer-template .xt-pp-check {
    padding-left: 40px;
    padding-top: 10px;
}

.style-h2-sp {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    color: #4d4d4f;
    margin-bottom: 40px;
    margin-top: 50px;
    width: fit-content;
    background: #fff;
    padding: 0 14px;
}

.style-icon-sp {
    border: 2px solid var(--color);
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 156px;
    height: 154;
    justify-content: center;
    gap: 16px;
}

.style-sp-dmkh {
    padding: 30px;
    border: 2px solid #ff6b00;
    border-radius: 30px;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-bottom: 33px;
}

.style-content-sb {
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    color: #4d4d4f;
}

.style-icon-box_sp {
    margin-left: -36px;
    margin-right: -36px;
    width: auto;
}

.style-ch-sp {
    width: 100%;
}

.accordion-item {
    border: 0;
    padding: 0;
}

.style-page-sp button.accordion-button.collapsed {
    padding-left: 0;
}

.style-page-sp .accordion-button:not(.collapsed) {
    background: var(--color);
    border-radius: 10px !important;
    color: #fff;
    padding: 10px 20px;
    width: fit-content;
}

.accordion-button:focus {
    border: 0;
    box-shadow: unset;
}

.style-page-sp .accordion-button {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #4d4d4f;
}

.style-page-sp .accordion-body {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #4d4d4f;
    padding-top: 30px;
}

.style-page-sp .accordion-button:not(.collapsed)::after {
    filter: invert(93%) sepia(0) saturate(0%) hue-rotate(287deg) brightness(219%) contrast(100%);
}

.style-col-iconsp {
    padding: 18px 6px;
    border: 2px solid var(--color);
    border-radius: 10px;
    display: flex;
    flex-direction: revert;
    gap: 10px;
    align-items: center;
    height: 100%;
}

.style-page-sp .style-icon-search .search input {
    height: 40px;
    border: 2px solid #a7a9ac;
    border-radius: 30px;
}

.style-page-sp .style-icon-search svg {
    transform: translate(110%, 170%) !important;
}

.row.new-2 {
    margin-left: -10px;
    margin-right: -10px;
    width: auto;
}

.accordion-collapse {
    border: 1px solid #ececec !important;
    border-radius: 10px;
    margin-top: -20px;
}

.style-button-giamgia {
    background: var(--color);
    border: 0;
    border-radius: 99px;
    padding: 3px 6px;
    font-size: 10px;
    color: #fff !important;
    margin-bottom: 4px;
}

.style-button-giamgia:hover {
    color: #fff !important;
}

.style-table_spgy .table> :not(caption)>*>th {
    border-bottom-width: 0;
    padding: 10px 6px;
    color: #4d4d4f;
}

.style-table_spgy .table> :not(caption)>*>td {
    border-bottom-width: 0;
    padding: 20px 14px;
    color: #4d4d4f;
}


/*menu*/

ul#menu {
    margin: 0;
    padding: 0;
}

ul#menu>li {
    list-style: none;
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
    padding-top: 6px;
}

ul#menu>li ul.drop {
    margin: 0;
    padding: 0;
    width: -webkit-fill-available;
    position: absolute;
    display: none;
    background: #fff;
    border-right: 0;
    z-index: 10;
    height: 368px;
    width: 300px;
    border-bottom-left-radius: 10px;
}

ul#menu>li ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    height: 52px;
    top: -0.7px;
}

.style-menu {
    background: var(--color);
    color: #fff;
    width: max-content;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 15px 7px;
    gap: 10px;
}

.style-content-menu-p {
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    color: #FF6B00;
    width: 141px;
    height: 33px !important;
    padding-top: 5px;
    background-color: #fff;
    border-radius: 30px;
    border: 2px solid #FF6B00;
    align-items: center;
}

.style-content-menu:hover .main_menu-top-d {
    opacity: 1;
    z-index: 1000;
    position: fixed;
    background: antiquewhite;
    width: inherit;
    background-color: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(1px);
    height: 100vh;
}

.style-content-menu-p:hover {
    color: #ffffff;
}

.row-menu {
    /* max-width: initial !important; */
    display: grid !important;
    grid-template-columns: auto auto auto;
}

.row-menu-login {
    display: grid !important;
    grid-template-columns: auto auto auto auto;
    gap: 10px;
}


/* .row-menu a {
    display: none;
} */

@media screen and (max-width: 1024px) and (min-width: 992px) {
    .list-search {
        display: block;
    }
    .list-fast-item {
        width: 100% !important;
    }
    .style-col-ddh-dexuat {
        height: auto !important;
    }
    .list-search-fast {
        justify-content: flex-start !important;
        padding-left: 10px;
    }
    .img-search-fast {
        width: auto;
    }
    .list-fast-item {
        padding: 0 !important;
    }
    .style-col-ddh-dexuat {
        height: auto !important;
    }
    .login-list {
        width: 211px !important;
    }
    .row-item-drug {
        width: auto !important;
    }
    .row-menu-login {
        display: grid !important;
        gap: 20px;
        width: auto;
        float: left;
    }
    .target {
        width: auto !important;
        border: none !important;
        border-radius: none !important;
        overflow-x: hidden !important;
        border-left: 0;
    }
    .item-drug {
        padding-bottom: 0 !important;
    }
}

@media screen and (max-width: 991px) and (min-width: 820px) {
    .row-menu {
        max-width: initial !important;
        grid-template-columns: 50% 50%;
    }
    .banner-section {
        gap: 0;
    }
    .style-menu-vtc {
        width: auto !important;
    }
    .respon2 {
        margin-top: 8% !important;
        border: 0px;
    }
    .respon3 {
        margin-top: 16% !important;
    }
    .respon4 {
        margin-top: 28% !important;
    }
    .list-search-fast {
        justify-content: flex-start !important;
        padding-left: 10px;
    }
    .img-search-fast {
        width: auto;
    }
    .list-fast-item {
        padding: 0 !important;
    }
    .style-col-ddh-dexuat {
        height: auto !important;
    }
    .style-tm {
        font-size: 12px !important;
    }
    .login-list {
        width: 220px !important;
    }
    .row-menu-login {
        display: grid !important;
        grid-template-columns: auto auto auto;
        gap: 28px;
        width: auto;
        float: left;
    }
    .target {
        width: auto !important;
        border: none !important;
        border-radius: none !important;
        overflow-x: hidden !important;
        border-left: 0;
    }
    .item-drug {
        padding-bottom: 0 !important;
    }
    .label-thuoc span {
        display: block;
        width: 80%;
    }
    .label-thuoc-first span {
        display: block;
        width: 80%;
    }
    .label-des-ad {
        width: 100%;
    }
}

@media screen and (max-width: 819px) and (min-width: 768px) {
    .row-menu {
        max-width: initial !important;
        grid-template-columns: 50% 50%;
    }
    .banner-section {
        gap: 0;
    }
    .style-menu-vtc {
        width: auto !important;
    }
    .respon2 {
        margin-top: 8% !important;
        border: 0px;
    }
    .respon3 {
        margin-top: 16% !important;
    }
    .respon4 {
        margin-top: 28% !important;
    }
    .list-search-fast {
        justify-content: flex-start !important;
        padding-left: 10px;
    }
    .img-search-fast {
        width: auto;
    }
    .list-fast-item {
        padding: 0 !important;
    }
    .style-col-ddh-dexuat {
        height: auto !important;
    }
    .style-tm {
        font-size: 12px !important;
    }
    .login-list {
        width: 203px !important;
    }
    .row-menu-login {
        display: grid !important;
        grid-template-columns: auto auto auto;
        gap: 27px;
        width: auto;
        float: left;
    }
    .target {
        width: auto !important;
        border: none !important;
        border-radius: none !important;
        overflow-x: hidden !important;
        border-left: 0;
    }
    .item-drug {
        padding-bottom: 0 !important;
    }
    .label-thuoc span {
        display: block;
        width: 80%;
    }
    .label-thuoc-first span {
        display: block;
        width: 80%;
    }
    .label-des-ad {
        width: 100%;
    }
}

.col-12-menu {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.style-menu-vtc {
    width: 260px;
    height: 61px;
    display: flex;
    align-items: center;
    justify-content: left !important;
    gap: 20px;
    flex-direction: initial;
    margin-left: 10px;
    padding-top: 0px;
    border-bottom: 1px solid #d9d9d9;
    margin-top: 8px;
}

.style-menu-vtc:hover {
    border-bottom: 0px solid #d9d9d9;
}

.drop {
    /* border: 2px solid var(--color); */
    background: var(--color);
    border-left: solid 10px #fff;
}

.style-drop-menu:hover {
    filter: inherit;
    background: #EEF0F3;
}

.style-drop-menu {
    width: inherit;
    top: 0;
    height: 100%;
}

.style-dm-menu {
    display: grid;
    grid-template-columns: 30% auto;
    align-items: center;
    border: 1px solid #D9D9D9;
    justify-items: baseline;
    align-content: space-evenly;
    flex-direction: row;
    padding: 0;
    height: 75px;
    width: 275px;
}

.style-dm-menu-login {
    display: flex;
    align-items: center;
    border: 1px solid #D9D9D9;
    justify-items: center;
    align-content: space-evenly;
    flex-direction: row;
    padding: 0;
    height: 75px;
    width: 270px;
}

.drug-list {
    background: #FFF;
    padding: 11px 33px 50px 33px;
}

.drug-list ul {
    margin: 0;
    padding: 0
}

.drug-list ul li {
    list-style: none;
}

.style-dmsp .row.style-padding-small.margin-row-small {
    background: #fff;
    padding: 20px;
    border-radius: 20px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    position: absolute;
    border: 2px solid var(--color);
}

ul#menu>li ul.drop ul {
    margin: 0;
    padding: 0;
    position: absolute;
    display: none;
    left: 0px;
    top: 0;
    margin: 0 0 0 100%;
}

.style-dmsp .style-size-img img {
    width: 33px;
    height: 33px;
    margin-right: 10px;
}

.style-col-cnn.style-dm-menu {
    box-shadow: unset;
}

.style-col-cnn.style-dm-menu:hover {
    border: 2px solid var(--color);
    border-radius: 10px;
}

.style-col-cnn.style-dm-menu:active {
    background-color: var(--color);
    border-radius: 10px;
}

.style-col-cnn.style-dm-menu:active img {
    filter: brightness(0) invert(1);
}

.style-col-cnn.style-dm-menu:active p {
    color: #fff;
}

.style-col-cnn.style-dm-menu.active {
    background-color: var(--color);
}

.style-dmsp .style-col-cnn .style-dm-menu:active {
    background: var(--color);
    filter: invert(93%) sepia(0) saturate(0%) hue-rotate(287deg) brightness(219%) contrast(100%);
}

.style-col-cnn.login-list {
    box-shadow: unset;
}

.style-col-cnn.login-list:hover {
    border: 2px solid var(--color);
    border-radius: 10px;
}

.style-col-cnn.login-list:active {
    background-color: var(--color);
    border-radius: 10px;
}

.style-col-cnn.login-list:active img {
    filter: brightness(0) invert(1);
}

.style-col-cnn.login-list:active p {
    color: #fff;
}

.style-col-cnn.login-list.active {
    background-color: var(--color);
}

.style-dmsp .style-col-cnn .login-list:active {
    background: var(--color);
    filter: invert(93%) sepia(0) saturate(0%) hue-rotate(287deg) brightness(219%) contrast(100%);
}

.style-dmsp .style-size-img {
    padding: 0;
}

.style-ul-menu {
    width: auto;
    background: #EEF0F3;
    padding: 20px;
    height: 370px;
    border-bottom-right-radius: 10px;
    padding-left: 10px;
    border-left: 0;
    filter: none !important;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 10px;
    border-top: solid 10px #fff;
    border-right: solid 10px #fff;
    border-bottom: solid 10px #fff;
    margin-right: 1px;
}

.row-menu-thuoc {
    height: 331px;
}

.row-menu::-webkit-scrollbar-thumb {
    border-radius: 256px;
}

.row-menu::-webkit-scrollbar {
    width: 8px;
    height: 180px;
    border-radius: 20px;
    scroll-padding: 10px;
}

.row-menu::-webkit-scrollbar-track {
    display: none;
}

.login-menu {
    width: 100%;
    height: auto;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-left: 0;
    padding: 0;
    filter: none !important;
    margin-right: 1px;
}

.login-list {
    width: 270px;
    display: grid;
    grid-template-columns: 30% auto;
    align-items: center;
    border: 1px solid #D9D9D9;
    align-content: center;
    gap: 10px;
    flex-direction: row;
    padding: 10px;
    height: 75px;
}

.style-ul-menu::-webkit-scrollbar-thumb {
    border-radius: 256px;
}

.drug-section {
    margin-top: 45px;
    margin-bottom: 39px;
}

.item-drug {
    padding: 0;
}

.style-ul-menu::-webkit-scrollbar-track {
    background-size: 0 30px;
    border-radius: 32px;
}

.style-drop-menu:nth-child(4):hover {
    filter: inherit;
    background: #EEF0F3;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
}

.style-drop-menu:nth-child(3):hover {
    filter: inherit;
    background: #EEF0F3;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
}

.style-drop-menu:nth-child(2):hover {
    filter: inherit;
    background: #EEF0F3;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
}

.style-drop-menu:nth-child(1):hover {
    filter: inherit;
    background: #EEF0F3;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
}

.style-drop-menu:nth-child(1):hover .style-dmsp p.style-tm {
    margin: 0;
    text-align: left;
    width: auto;
    margin-left: 0px;
}

.style-drop-menu:nth-child(1):hover .row-thuoc-li {
    display: block !important;
}

.col-12.style-ul-menu:hover {
    filter: none !important;
}

ul.style-ul-dm.style-dmsp {
    margin-top: -2px !important;
}

.img-fluid {
    max-width: 100%;
}

.icon-load {
    width: 300px !important;
}

.main_header {
    height: 38px;
}

.main_header ul {
    padding: 0;
}


/*header*/

.main_header li.main_item {
    padding-right: 20px !important;
    padding-left: 0px !important;
}

.style-icon-header {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2.65px;
    margin-left: 5px;
}

.main_header .main_container .main_header-left ul li.main_item:before,
.main_header .main_container .main_header-right ul li.main_item:before {
    height: 18.7px !important;
    background: #f6f7f7 !important;
}

.main_topbar {
    height: 80px;
}

.main_topbar .main_topbar-container .main_topbar-logo img {
    width: 133px;
    height: 44px;
}

.main_topbar .style-icon-search {
    min-width: 380px;
    margin-top: -21px;
}

.main_topbar .style-icon-search .search button {
    position: absolute;
    top: 23px;
    right: -19px;
    height: 38px;
    width: 124px;
    background: #ff6b00;
    border-radius: 0 36px 36px 0;
    overflow: hidden;
    border: 0;
}

.main_topbar .style-icon-search svg {
    transform: translate(93%, 197%);
    width: 15px;
    height: 15px;
}

.main_topbar button.btn.btn-primary.style-search-nb {
    padding: 13px 6px;
    margin: 0;
    font-weight: 700;
    font-size: 11px;
    line-height: 13px;
    color: #ffffff;
}

.main_topbar .style-icon-search .search input {
    height: 38px;
    text-indent: 25px;
    border-radius: 99px;
    border: 1px solid #c7c8ca;
}

.main_topbar .style-icon-search input.form-control {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #c7c8ca;
    padding: 0;
}

.main_topbar .style-icon-search svg.svg-inline--fa.fa-search-form {
    background: url(../img/svg/icon-search.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

section.main_menu-top {
    height: 65px;
}

ul.navbar-nav.mr-auto.main_menu-top-list-item {
    align-items: center;
    gap: 40px;
}

.main_menu-top .main_menu-top-container .main_menu-top-navbar .main_navbar-collapse .main_menu-top-list-item .main_nav-item .main_nav-link {
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #4d4d4f;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 19px;
}

.main_menu-top a.nav-link.main_nav-link {
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    gap: 4px;
}

.main_menu-top a.nav-link.main_nav-link span {
    line-height: 0;
}

.main_most-visited {
    display: flex;
    justify-content: center;
    align-items: center;
}

.style-button-dm-header {
    display: flex;
    align-items: center;
    gap: 10px;
}


/*cart*/

.cnn-template .numbers {
    display: flex;
    flex-wrap: nowrap;
}

.cnn-template .minus {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 33px;
    height: inherit;
    border: 0;
    color: #ffffff;
    background: #e6e7e8;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    cursor: pointer;
}

.cnn-template .number {
    width: 60px;
    height: 38px;
    border-radius: 0;
    border-right: 0;
    border-left: 0;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    text-align: center;
    color: #4d4d4f;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 13px;
}

.cnn-template .plus {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 33px;
    height: inherit;
    border: 0;
    color: #ffffff;
    background: #ff6b00;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    cursor: pointer;
}

.plus img {
    width: 14px !important;
    height: 13.254px !important;
}

.cnn-template .actions.active {
    display: flex;
    justify-content: center;
}

p.style-price {
    text-align: center;
}

.style-product td:first-child {
    padding-left: 15px !important;
}

.style-spgy .style-font-p-td {
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    color: #4d4d4f;
}

.style-spgy p.style-gia-table.style-gia {
    gap: 7.8px;
    width: 57px;
    height: 17px;
    background: #ECECEC;
    border-radius: 23.4062px;
    text-decoration: none;
    padding: 5px 8px;
    white-space: nowrap;
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    display: flex;
    align-items: center;
    color: #4D4D4F !important;
    margin: 0 auto;
    margin-bottom: 4px;
}

.style-spgy p.style-gia-table {
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    color: var(--color);
    margin: 0;
}

.style-spgy .btn-add-to-cart img {
    height: 14px;
    width: 14px;
    margin-bottom: 0px !important;
}

.style-spgy .add-to-card {
    width: 63px;
    margin: 0 auto;
}

.btn-circle {
    border-radius: 50%;
    background: #c7c8ca;
    width: 22px;
    height: 22px;
}


/* .dropdown-toggle::after {
    background: url(../img/svg/icon_vtd.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 6px;
    height: 4px;
    border: 0;
} */

.style-sl-cart-new p {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #4d4d4f;
    margin: 0;
}

.padding-td-cart .table> :not(caption)>*>* {
    border-bottom-width: 0;
    padding: 28px 10px 28px 0;
    color: #4d4d4f;
}

.main_attention-top {
    box-shadow: 0px 4px 5px rgb(0 0 0 / 5%);
}

.padding-td-cart .table> :not(caption)>*>th {
    border-bottom-width: 0;
    padding: 10px 10px 10px 0;
    color: #4d4d4f;
}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    color: #fff;
    background-color: var(--color);
    border-color: var(--color);
}

.btn.style-btn-xnh {
    width: 100%;
    color: #ffffff;
    background: var(--color);
    border: 2px solid var(--color);
    padding: 10px 32px;
    font-weight: 500;
    border-radius: 10px;
}

.style-btn-b3 {
    border: 2px solid var(--color);
    padding: 3.5px 32px;
    font-weight: 500;
    border-radius: 10px;
    background: #fff;
    color: var(--color);
}

.style-btn-b3:hover {
    color: var(--color);
    background: unset;
}

.style-gia-table {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    text-align: end;
    color: #4d4d4f;
}

.btn-giamgia-cart {
    gap: 7.8px;
    width: 66px;
    height: 19px;
    background: #ff6b00;
    border-radius: 23.4062px;
    font-weight: 700;
    font-size: 10px;
    line-height: 1;
    color: #ffffff;
    border: 0;
    margin: 0;
}

.btn-giamgia-cart:hover {
    background: var(--color);
    color: #fff;
}

.style-icon-box-02 {
    gap: 6px;
}

.text-banner-top {
    position: absolute;
    top: 40px;
    left: 30px;
    color: #ffffff;
}

.style-button-02 {
    border: 4px solid var(--color);
}

.background-02 {
    background-image: url(../img//background/background.svg);
    height: 699px;
    width: 1300px;
    transform: translateX(-9%);
    background-size: cover;
    background-repeat: no-repeat;
}

.rb-home-ssdt .carousel-dark .carousel-indicators [data-bs-target] {
    background-color: #ffffff;
    opacity: 1;
    border: 1px solid var(--color);
}

.style-button-02:hover {
    color: #fff;
    background: var(--color);
    border: 4px solid var(--color);
}

.style-content-p-home p {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #6d6e71;
}

.style-coupont {
    background: var(--color);
    height: 260px;
    box-shadow: 0px 6.54619px 5.23696px rgb(0 0 0 / 3%), 0px 2.72402px 2.17921px rgb(0 0 0 / 2%);
    border-radius: 10px;
    display: flex;
    align-items: stretch;
    flex-direction: column;
    padding: 6px;
    justify-content: space-evenly;
}

.style-button-05 {
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(0);
}

.style-border-button {
    width: 100%;
    background: #fff;
    padding: 6px;
    border-radius: 10px;
}

.text-content {
    text-align: center;
    padding: 24px 30px 4px 30px;
    min-height: 166px;
}

.drive-coupont-home {
    text-align: center;
}

.style-text-coupont-home p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #ffffff;
}

.style-button-03 {
    border-radius: 7px;
    padding: 19px;
}

.style-text-button {
    border: 1px solid #fff;
}

.style-button-04 {
    padding: 13.7313px 27.4627px;
}

.style-button-06 {
    padding: 13.7313px 27.4627px;
}

.style-line-img {
    height: 120px;
    width: 24px;
}

.line-text-coupont {
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    margin: 0;
}

.rb-home-ssdt .carousel-indicators {
    margin: 0 !important;
}

.signIn-bd {
    height: 72px;
    background: #fff;
    border-bottom: 1px solid #c7c8ca !important;
}

.style-page-sp .style-icon-search svg.svg-inline--fa.fa-magnifying-glass {
    width: 17px;
    height: 17px;
}

.style-page-sp .style-icon-search input.form-control {
    font-weight: 500 !important;
    font-size: 14px !important;
    line-height: 16px;
    color: #a7a9ac;
}

.style-ch-sp button.accordion-button.collapsed {
    width: fit-content;
}

.style-ch-sp .accordion-button::after {
    margin-left: 10px;
    background: url(../img/svg/icon_dropdow.svg);
    background-repeat: no-repeat;
    transform: translateY(4px);
}

.style-ch-sp .accordion-button:not(.collapsed)::after {
    background: url(../img/svg/icon_dropdow.svg);
    background-repeat: no-repeat;
}

.producer-template .style-icon-search .search input {
    height: 37px;
    border: 1px solid #a7a9ac;
}

.producer-template .style-icon-search .search button {
    height: 37px;
    right: 0;
    top: auto;
}

.producer-template .style-icon-search svg {
    transform: translate(100%, 208%);
}

.producer-template .style-icon-search input.form-control {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #a7a9ac;
    padding: 0;
}

.style-btn-button-s {
    white-space: nowrap;
    width: fit-content;
}

.style-tm-nsx {
    display: flex;
    align-items: center;
    gap: 10px;
}

.producer-template .style-icon-search .search {
    position: relative;
    width: initial;
    display: flex;
    align-items: center;
}

.producer-template .style-icon-search svg.svg-inline--fa.fa-magnifying-glass {
    width: 15px;
    height: 15px;
    transform: translateX(14px);
    position: absolute;
}

.style-col-cart .form-check-input:checked {
    background-color: var(--color);
    border-color: var(--color);
}

.style-col-cart .form-check-input:focus {
    border-color: #ff6b00;
    outline: 0;
    box-shadow: 0 0 0 0.25rem #ff6b0021;
}

.cnn-template #carouselId>.carousel-indicators>li {
    background: #fff;
    border: 1px solid #ff6b00;
    width: 10px;
    height: 10px;
    border-radius: 99px;
}

.style-slider-bl .carousel-indicators .active {
    opacity: 1;
    background: var(--color) !important;
    width: 29.65px !important;
}

.style-cart-d .table-responsive.style-pt-cart {
    box-shadow: revert;
    padding: 0;
    text-align: start;
    display: flex;
    align-items: center;
}

.style-cart-d .table-responsive.style-pt-cart tr {
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.style-dc-check .form-check-input:checked {
    background-color: #ffffff;
    border-color: var(--color);
}

.style-button-add-new.active img {
    filter: brightness(10);
}

.style-cart-tr-ttgh .style-name-cart2-d {
    max-width: 130px !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}

.style-col-cnn-coupont .btn-close {
    background-size: cover;
    width: 16px;
    height: 16px;
    top: 7px;
    right: 7px;
    margin-top: 4px;
    margin-right: 4px;
}

.style-col-cnn-coupont .modal-header {
    align-items: baseline;
}

.style-col-cnn-coupont .modal-body {
    row-gap: 21px;
}

.table-overflow-y {
    max-height: 300px;
    overflow-y: scroll;
}

.table-overflow-y table.table {
    margin: 0;
}

.style-row-cart-ttgh {
    box-shadow: 0px -7px 6px 0px rgb(243 111 33 / 9%);
}

.style-table-tt-cart p {
    font-weight: 700;
}

.style-popup-2 .modal-header .style-title-h5 {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #4d4d4f;
    margin-top: 1px;
    margin-bottom: 1px;
}

.style-title-h5 h5 {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #4d4d4f;
    margin-top: 3px;
}

.style-popup-2 .modal-header {
    padding: 26px 36px;
    padding-bottom: 0;
    align-items: baseline;
}

.table-overflow-y-coupont {
    height: 306px;
    overflow-y: auto;
}

.style-p-input-coupont {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    padding: 0;
    border: 0;
    margin: 0;
    height: inherit;
    width: 156px;
    border-radius: 0;
}

input:focus {
    box-shadow: 0;
    color: #4d4d4f;
    border: 0;
}

input:focus-visible {
    outline-offset: 0px;
}

.style-p-input-coupont:focus-visible {
    outline: 0;
}

.style-cart-2-d .modal-container {
    width: 580px;
    scale: 0.9 !important;
}

.form-add-address .form-control:focus,
.form-add-address .form-select:focus {
    border-color: #ff6b00;
    box-shadow: none;
    border: 1px solid var(--color);
    border-radius: 10px;
}

.form-add-address .form-control,
.form-add-address .form-select {
    border: 1px solid #4d4d4f;
    border-radius: 10px;
}

.style-btn-ll-d {
    padding: 10px 24px;
    border-radius: 10px;
    border: 0;
    width: 180px;
    height: 34px;
    color: #fff;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
}

.style-btn-save-d {
    padding: 10px 24px;
    border-radius: 10px;
    border: 0;
    width: 180px;
    height: 34px;
    color: #fff;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    background: var(--color);
}

.style-cart-2-d .map {
    border: 1px solid #4d4d4f;
    border-radius: 10px;
    overflow: hidden;
}

.account-profile-d .nav-tabs {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.account-profile-d .nav-item {
    width: 50%;
    border: 2px solid #c7c8ca;
    border-left: 0;
    border-right: 0;
}

.account-profile-d .nav-item button {
    width: 100%;
    border: 0;
    border-radius: 0;
    background: #fff;
    color: var(--color);
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    padding: 14px;
}

.account-profile-d .nav-item button.active {
    color: #fff;
    width: 100%;
    background: var(--color);
}

.account-profile-d .nav-item.active {
    border: 2px solid var(--color);
    border-left: 0;
    border-right: 0;
}

.account-profile-d .address-content {
    padding: 25px;
}

.account-profile-d .address-content-heading {
    padding: 25px;
}

.account-profile-d .address-detail-container {
    border-top: 1px solid var(--color-line);
    padding-top: 25px;
}

.account-profile-d .address-detail-heading h4 {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #4d4d4f;
}

.account-profile-d .address-detail-notification {
    margin: 15px 0 !important;
    padding: 10px 15px;
}

.account-profile-d .address-detail-notification .image-parent {
    width: 14px;
    height: 14px;
    margin-right: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.account-profile-d table.table {
    display: flex;
    flex-direction: row;
    margin: 0;
}

.account-profile-d thead {
    display: flex;
    flex-direction: column;
    width: fit-content;
    margin-right: 15px;
}

.account-profile-d tbody {
    display: flex;
    flex-direction: column;
    width: 50%;
}

.account-profile-d tr {
    display: flex;
    flex-direction: column;
}

.account-profile-d .address-detail-content th {
    font-weight: 400;
}

.account-profile-d .address-detail-content .table> :not(caption)>*>* {
    border-bottom-width: 0;
    padding: 2px 0;
    color: #4d4d4f;
}

.account-profile-d .hashtag-default {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #ff0000;
    margin: 15px 0;
}

.account-profile-d .address-detail-button {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 25px;
}

.account-profile-d .btn-address-delete {
    display: flex;
    align-items: center;
    padding: 9px 10px 10px;
    gap: 4px;
    width: 120px;
    height: 36px;
    background: #a7a9ac;
    border-radius: 10px;
    justify-content: center;
    color: #fff;
}

.account-profile-d .btn-address-delete p {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #ffffff;
    margin: 0;
}

.account-profile-d .address-detail .address-detail-button .image-parent {
    width: auto;
    margin-right: 5px;
    height: auto;
    display: flex;
}

.account-profile-d .address-detail-hashtag {
    margin: 15px 0;
}

.account-profile-d .style-btn-cs-d {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #ffffff;
    display: flex;
    gap: 4px;
    justify-content: center;
    align-items: center;
}

.modal-container {
    width: 580px;
}

.style-cart-2-d .single-checkbox {
    height: 32px;
    display: flex;
    align-items: center;
    column-gap: 23px;
    padding: 4px;
}

.style-tt-dn-d .business-form .row {
    margin: 0;
}

.style-tt-dn-d .business-form {
    position: relative;
    background: #fff;
    padding: 30px;
    display: flex;
    gap: 30px;
    flex-direction: column;
}

.style-tt-dn-d .business-form select {
    margin-bottom: 0;
}

.style-tt-dn-d .business-form .form-row .text-input_input-group {
    margin: 0;
}

.panel-right.business .form-update .footer-form {
    margin: 0 !important;
    background: #fff;
    padding-bottom: 30px;
    border-radius: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.breadcrumb .breadcrumb-row {
    padding: 0;
}

.account-profile-d .content-row .panel-left .first-block {
    background: #ffffff;
    padding: 20px 0;
    margin-bottom: 20px;
    border-radius: 10px;
}

.account-profile-d .panel-content {
    border-radius: 10px;
    overflow: hidden;
}

.treatment-template .style-col-cnn.style-smsp-home {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 45px 10px 31px 10px;
}

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

.treatment-template .col-2 .style-size-img img {
    width: 60px;
    height: 60px !important;
    margin-bottom: 10px;
}

.treatment-template .style-tm {
    width: auto;
    max-width: 130px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.treatment-template .tm-content {
    display: flex;
    justify-content: center;
}

.treatment-template .style-content-tm-small {
    color: #4D4D4F;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.treatment-template .style-icon-search svg {
    transform: translate(100%, 220%);
}


/*CSS header*/

.main_topbar .account-popup .account-item a {
    padding: 20px 10px 18px 35px;
    gap: 20px;
}

.main_topbar .account-popup .account-item a img {
    height: 18px;
    width: 18px;
}

.style-tk-header h5 {
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    color: #4d4d4f;
}

.style-flel-dmyt-d {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    padding: 0 20px 20px;
}

.account-profile .content-row .panel-left {
    width: 280px;
    padding: 0;
}

.d-flex-d {
    width: 249px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ff6b00;
    height: 36px;
    border-radius: 99px;
}

.style-flel-dmyt-d .medicine-search-left img {
    width: 15px;
    height: 15px;
    margin-right: 5px;
}

.account-spyt-d .cart-quantity {
    display: flex;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
}

.account-spyt-d .style-col-cart {
    padding: 0;
}

.account-spyt-d td.flex-table-d {
    text-align: center;
}

.style-ktg-d {
    text-align: end;
    padding: 10px 30px;
    box-shadow: 0px -2.34062px 9.3625px rgba(243, 111, 33, 0.2);
    border-radius: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}


/* tbody.dmyt-d {
    height: 250px !important;
} */

.account-spyt-d .table> :not(caption)>*>th {
    border-bottom-width: 0;
    padding: 16px 10px 10px 0;
    color: #4d4d4f;
}


/*search*/

.search-header-d-ds {
    flex: 1;
    display: flex;
}

#searchbar {
    border: none !important;
    height: inherit !important;
}

.style-input-sr-d {
    display: flex;
    flex: 1;
    height: -webkit-fill-available;
}

.img-search {
    display: contents;
}

.img-QR {
    display: contents;
}

.img-qr img {
    width: 115.567px;
    height: 104.94px;
    flex-shrink: 0;
}

.main-certification-icon {
    display: flex;
    width: 232px;
    height: 35px;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    row-gap: 12px;
    flex-shrink: 0;
    flex-wrap: wrap;
}
.main_follow-top{
    display: flex;
    height: 161px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    flex-shrink: 0;
}
.main_follow-bottom {
    display: flex;
    width: 261px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding-top: 50px;
}
.follow-icon .delivery-icon{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
}
.follow-icon{
    padding-top: 5px;
}


.style-section-d {
    display: flex;
    border-radius: 99px;
    height: 38px;
    width: 500px;
    justify-content: space-between;
}

.style-section-d select.form-select.form-select-lg {
    display: flex;
    width: fit-content;
    border: 0;
    background-color: var(--color);
    color: #fff;
    height: inherit;
    border-radius: 0;
    border-top-right-radius: 99px;
    border-bottom-right-radius: 99px;
    font-style: normal;
    font-weight: 700;
    font-size: 11px;
    line-height: 13px;
    background-image: url(../img/svg/icon_drop.svg);
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 12px 7px;
    transform: translate(1px, -1px);
}

.style-section-d option {
    background: #fff;
    padding: 20px;
}

.search-header-d {
    display: flex;
    align-items: center;
    flex-direction: row;
    padding: 10px 13px 10px 10px;
    width: inherit;
    background-color: #fff;
}

.search-header-d-custom {
    position: relative;
}

.img-search-custom {
    position: absolute;
    left: 0;
}

.style-input-sr-d input#searchTop {
    height: initial;
    border: 0;
    background: 0;
    width: 100%;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: #4d4d4f;
    padding: 0 8px;
}

.search-header-d input:focus-visible {
    outline: none;
}

.search-header-d ::-webkit-input-placeholder {
    color: #a7a9ac !important;
}

.select-box_option {
    font-weight: 400;
    font-size: 14px;
    line-height: 13px;
    text-align: center;
    color: #a7a9ac;
    display: block;
    padding: 15px;
    background-color: #fff;
}

.select-box_current {
    position: relative;
    outline: none;
    width: 135px;
    border-radius: 19px 0 0 0;
    height: 37px;
    display: flex;
    align-items: center;
    padding: 0 0 0 0;
    justify-content: center;
}

.select-box_current-header {
    background: #eee;
    border-radius: 15px 0 0 15px;
    height: 32px;
    width: 150px;
}


/* .select-box_current:focus+.select-box_list {
    opacity: 1;
    -webkit-animation-name: none;
    animation-name: none;
} */

.select-box_current:focus+.select-box_list .select-box_option {
    cursor: pointer;
}


/* .select-box_current:focus .select-box_icon {
    -webkit-transform: translateY(0) rotate(180deg);
    transform: translateY(0) rotate(180deg);
} */

.select-box.select-box-tick:hover {
    border-radius: 19px 0 0 0px !important;
}

.select-box.select-box-tick .select-box_current:hover {
    border-radius: 19px 0 0 0px !important;
}

.select-box.select-box-tick-m:hover {
    border-radius: 19px 0px 0px 0px !important;
}

.select-box_icon {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    width: 8px;
    transition: 0.2s ease;
}

.select-box_value {
    display: flex;
}

.select-box_input {
    display: none;
}

.select-box_input:checked+.select-box_input-text {
    display: block;
}

.select-box_input-text {
    display: none;
    margin: 0;
    width: 100%;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 13px;
    color: #4D4D4F;
}

.select-box_list {
    position: absolute;
    width: 100%;
    padding: 0;
    list-style: none;
    opacity: 0;
    -webkit-animation-name: HideList;
    animation-name: HideList;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: step-start;
    animation-timing-function: step-start;
}

.select-box_option:hover,
.select-box_option:focus {
    color: var(--color) !important;
}

.select-box ul {
    z-index: 10;
}

.select-box_list_li {
    background-color: #ff6b00;
    padding-top: 20px;
}

.select-box {
    position: relative;
    display: block;
    background: #ff6b00;
    padding: 0;
    width: 124px;
    height: inherit;
    border-radius: 0px 99px 99px 0px;
}

.custom-search-treatment {
    border-radius: 0px 99px 99px 0px !important;
}

@-webkit-keyframes HideList {
    from {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
    to {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
    }
}

@keyframes HideList {
    from {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
    to {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
    }
}

ul.select-box_list {
    border-radius: 0px 0px 10px 10px;
    overflow: hidden;
    transform: translateY(-20%);
    border-top: 0;
    box-shadow: 0px 6.54619px 5.23696px rgb(0 0 0 / 3%), 0px 2.72402px 2.17921px rgb(0 0 0 / 2%);
}

.main_topbar-search-left {
    z-index: 999;
    position: absolute;
    display: contents;
}

.container.main_topbar-container {
    z-index: 999;
    position: relative;
}

.style-animate-close {
    display: none;
}

.main_topbar-search {
    border: 0 !important;
}

.main_header-left .main_item a {
    font-size: 14px !important;
}

.main_menu-top-container a.nav-link.main_nav-link {
    font-size: 16px !important;
}

.section-d {
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.section-d>.row {
    margin-left: -10px;
    margin-right: -10px;
    flex-grow: 1;
    width: auto;
    max-width: calc(100% + 20px);
}

.section-d>.style_row_img>.row {
    margin-left: -10px;
    margin-right: -10px;
    flex-grow: 1;
    width: auto;
    max-width: calc(100% + 20px);
}

span.display-name {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: right;
    color: #4d4d4f;
    cursor: pointer;
}

.style-tt-dm-home .syle-sl-km-home,
.style-tt-dm-home .style-amount {
    font-size: 14px;
}


/* .main_topbar .main_topbar-container .main_topbar-right .main_topbar-right--items  */

li.main_item .popup-container {
    overflow: hidden;
}

.account-popup .account-item a:hover {
    color: var(--color);
    box-shadow: revert !important;
}

.footer-infomation-contents p.style-hl-d {
    transition: 0.3s;
}

.footer-infomation-contents span {
    font-weight: 300;
}

.representative span {
    font-weight: 300;
}

.representative {
    margin-top: 19px;
}

.main_footer-content .main_company-name {
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 0 !important;
}

.main_footer .main_footer-container .main_footer-content .main_title {
    margin-bottom: 10px;
}

.footer-infomation-contents {
    padding-right: 20px;
    display: flex;
    gap: 7px;
    flex-direction: column;
}

.footer-infomation-contents p {
    margin-top: 19px !important;
}

.main_register-info {
    padding-top: 30px;
}

.footer-mobile-delivery {
    justify-content: flex-start !important;
}

p.style-content-banner-1 {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #ffffff;
    margin-bottom: 4px;
}

p.style-content-banner-2 {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    color: #ffffff;
    margin-bottom: 10px;
}

p.style-content-banner-3 {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    text-decoration-line: underline;
    color: #ffffff;
    margin-bottom: 4px;
}

p.style-content-banner-4 {
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 42px;
    color: #ffffff;
}

.style-content-banner-home {
    position: absolute;
}

.style-content-banner-home-2 {
    position: absolute;
    top: 20px;
    left: 24px;
}

p.style-content-banner-7 {
    font-weight: 500;
    font-size: 23.1247px;
    line-height: 27px;
    color: #ffffff;
    margin: 0;
}

p.style-content-banner-5 {
    font-style: normal;
    font-weight: 700;
    font-size: 16.1873px;
    line-height: 19px;
    color: #ffffff;
    margin: 0;
}

p.style-content-banner-6 {
    font-weight: 700;
    font-size: 39.2861px;
    line-height: 46px;
    color: #ffffff;
    margin: 0;
}

.cnn-template .style_row_img .col-4 img {
    scale: 1;
    transition: 0.5s;
}

.cnn-template .style_row_img .col-4:hover img {
    scale: 1.1;
    transition: 0.5s;
}

.style-container-img-hv {
    overflow: hidden;
    border-radius: 10px;
}

.style-row-blog-home .style-col-box-blog:hover {
    transition: 0.5s;
    box-shadow: 0px 14.1347px 11.3078px rgb(255 107 0 / 10%), 0px 7.92379px 6.33904px rgb(255 107 0 / 5%), 0px 4.20827px 3.36661px rgb(255 107 0 / 5%), 0px 1.75115px 1.40092px rgb(255 107 0 / 2%);
    border-radius: 10px;
    transform: translateY(-4px);
}

.style-row-blog-home .style-col-box-blog {
    transition: 0.5s;
    height: 404px;
}

.style-dm-menu .style-size-img {
    align-items: center;
}

.login-list .style-size-img {
    align-items: center;
}

p.stye-search-trade-d {
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    color: #ffffff;
    margin-top: 7px;
}

.style-box-trade {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--color);
    height: initial;
    width: 170px;
    border: none;
}

.style-row-trale {
    display: flex;
    gap: 10px;
    justify-content: flex-start;
    align-items: center;
}

.style-trade-btn {
    padding: 6px 10px;
    border-radius: 99px;
    background: #e6e7e8;
    white-space: nowrap;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    color: #6d6e71;
}

.style-trade-btn.active {
    background: var(--color);
    color: #fff;
}

.style-trade-btn:hover {
    background: var(--color);
    color: #fff;
}

.style-row-trade-d {
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    display: flex;
    gap: 15px;
}

.style-row-trade-d .style-section-d {
    padding: 0;
    overflow: hidden;
}

.style-box-trade button {
    margin: 0;
    background: var(--color);
    width: 170px;
    height: 37px;
    border: none;
    color: #ffffff;
    font-size: 12px;
}

.template-trade p.k-ht-hc {
    margin-bottom: 20px;
}

.template-trade .hh-style p a {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #4d4d4f;
    width: fit-content;
}

.template-trade .hh-style p a:hover {
    color: var(--color);
}

.hoathoa .btn:hover {
    opacity: 1;
}

.template-trade .hh-chu-01 p {
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    border: none;
    height: 28px;
    width: 28px;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    color: #4d4d4f;
}

.template-trade .hh-chu {
    margin-top: 20px;
    padding: 6px 14px;
}

.treatment-seach-template .style-section-d {
    padding: 0;
    overflow: hidden;
}

.style-treament-sort {
    width: 180px;
    height: 37px;
    box-shadow: 0px 6.54619px 5.23696px rgba(0, 0, 0, 0.0282725), 0px 2.72402px 2.17921px rgba(0, 0, 0, 0.0196802);
    border-radius: 10px;
    background: #fff;
}

.style-treament-sort .dropdown-toggle::after {
    background: url(../img/svg/icon_s_drop.svg);
    border: 0 !important;
    width: 14px;
    height: inherit;
    background-repeat: no-repeat;
    background-size: contain;
    transform: translateY(14px);
}

.style-treament-sort .dropdown a {
    justify-content: space-between;
    width: 180px;
}

.style-seach-treament-d {
    width: 380px;
}

.treatment-seach-template .k-footer-btn:hover {
    background: #fff;
    border: 1px solid var(--color);
    border-radius: 10px;
    color: var(--color);
}

.treatment-seach-template .style-btn {
    box-shadow: 4px 4px 3px rgba(243, 111, 33, 0.25);
    border-radius: 10px;
    width: 268px;
    padding: 8.5px 50px;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #ffffff;
}

.treatment-seach-template .k-footer-wrap {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.style-smsp-home {
    display: grid;
    align-items: center;
    min-width: 280px;
    min-height: 290px;
    border: 1px solid #ffffff;
    justify-items: center;
    align-content: space-evenly;
}

.img-search-fast {
    max-height: 70px !important;
    height: 70px;
}


/*Cart*/

.sttle-cart-null {
    display: none;
    justify-content: center;
    background: #fff;
    border-radius: 10px;
    align-items: center;
    position: absolute;
    width: 307px;
    height: 57px;
    box-shadow: 1px 3px 20px 0px rgb(0 0 0 / 14%), 0px 2.72402px 2.17921px rgb(0 0 0 / 2%);
    transform: translateX(-86%);
    top: 37px;
    border: 1px solid rgb(235 235 235 / 80%);
    z-index: 10;
}

.style-tb-cart {
    position: relative;
    width: 100%;
    padding: 20px;
}

.style-icon-close-cart {
    position: absolute;
    right: 8px;
    top: 2px;
    cursor: pointer;
}

.style-tb-cart p {
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: #4d4d4f;
    margin: 0;
}

.style_comtent-cart {
    display: flex;
    gap: 8px;
}

.sttle-cart-null:before {
    opacity: 1;
    top: -22px;
    right: 12px;
    content: "";
    height: 10px;
    width: 10px;
    position: absolute;
    pointer-events: none;
    z-index: 5;
    border: 11px solid transparent;
    border-bottom-color: rgb(235 235 235 / 40%);
    margin-left: -11px;
}

.sttle-cart-null:after {
    z-index: 99;
    opacity: 1;
    top: -16px;
    right: 15px;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border: 8px solid rgba(221, 221, 221, 0);
    border-bottom-color: #fff;
    margin-left: -8px;
}

.style-col-cnn.wrap-suport {
    padding: 0 19.5px 50px;
}

.style-col-cnn.wrap-suport .style-icon-search {
    height: 40px;
}

.style-icon-search .search img {
    position: absolute;
    width: 17px;
    height: 17px;
    top: 11px;
    left: 20px;
}

.wrap-suport .style-sp-dmkh {
    padding: 0;
}

.wrap-suport .style-h2-sp {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

.style-sp-dmkh.wrap-suport-dm {
    display: block;
}

.style-icon-box_sp .col-3 {
    padding: 0;
}

.wrap-suport-dm .style-icon-box_sp {
    width: 780px;
    margin: 0;
}

.style-ch-sp .wrap-support-qa {
    margin-top: 30px;
    text-align: left;
    margin-bottom: 10px;
}

.modal-content.popup-wrap-dhs {
    height: 459px;
    border-radius: 20px;
}

.style-popup-xd.style__popupmuasi .modal-content.popup-wrap-dhs .modal-header {
    padding: 35px 45px 0 !important;
}

.style-popup-xd.style__popupmuasi .style-tk-xd .modal-body {
    padding: 0px 45px 35px !important;
}

.popup-wrap-dhs .style-text-tkd {
    line-height: 18px;
}

.popup-wrap-dhs .style-col-coupont-lock {
    height: 97px;
}

.popup-wrap-dhs .style-btn-outline {
    height: 50px;
}

.popup-wrap-ud {
    height: 409px;
}

.popup-wrap-ud .style-col-coupont-lock {
    width: 317px;
    height: 97px;
}

.popup-wrap-ud .style-coupont-lock {
    width: 206px;
    margin: 0;
}

.popup-wrap-ud .box-text-coupont-lock .btn.style-btn-outline {
    width: 97px;
    height: 18px;
    font-size: 10px;
    line-height: 18px;
    padding: 0;
}

.popup-wrap-ud .box-text-coupont-lock .btn.style-btn {
    width: 97px;
    height: 18px;
    font-size: 10px;
    line-height: 18px;
    padding: 0;
}

.popup-wrap-ud .box-text-coupont-lock .tyle-gt-coupont {
    margin-bottom: 9px !important;
}

.style__QR-block .modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden;
    text-align: center;
    display: flex;
    align-items: center;
}

.style__QR-block .wrap-icon {
    width: 440px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin-bottom: 30px;
}

.style__QR-block .wrap-icon p {
    margin: 0;
}

.voucher-udld {
    display: flex;
    justify-content: space-between;
    margin-bottom: 19px;
}

.style-padding-small .voucher-udld .col-lg-6.col-md-6.col-12 {
    width: 317px;
    padding: 0;
}

.voucher-udld2 {
    display: flex;
    justify-content: space-between;
}

.style-padding-small .voucher-udld2 .col-lg-6.col-md-6.col-12 {
    width: 317px;
    padding: 0;
}

.style-tb-cart .style_comtent-cart {
    align-items: center;
}

.tab-pane.style_tab-about-d.active .col-12 {
    padding: 0;
}

.style-page-nb .col-8 {
    width: 780px;
}

.style-box-trade.style-box-trade-search {
    width: 140px;
}

.style_contact-cnn .contact-body .wpcf7-form .ctf7-contact-thanks p {
    font-size: 14px;
}

.mouseenter-list {
    display: none;
    opacity: 1;
    -webkit-animation-name: none;
    animation-name: none;
}

.mouseenter-list2 {
    display: none;
    opacity: 1;
    -webkit-animation-name: none;
    animation-name: none;
}

.cnn-template_list .numbers {
    display: flex;
    flex-wrap: nowrap;
}

.cnn-template_list .minus {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: inherit;
    border: 0;
    color: #ffffff;
    background: #e6e7e8;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    cursor: pointer;
}

.cnn-template_list .number {
    width: 58px;
    height: 32px;
    border-radius: 0;
    border-right: 0;
    border-left: 0;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    text-align: center;
    color: #4d4d4f;
    font-style: normal;
    font-weight: 700;
    font-size: 11px;
    line-height: 13px;
}

.cnn-template_list .plus {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: inherit;
    border: 0;
    color: #ffffff;
    background: #ff6b00;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    cursor: pointer;
}

.cnn-template_list .actions.active {
    display: flex;
    justify-content: center;
}

.search-treatment-content {
    color: #FFFFFF;
}

.btn-trangchu {
    background: #fff !important;
    border: 1px solid #fff;
    border-left: none;
    box-shadow: none;
    padding: 2px 0px 2px 3px;
    width: 150px;
}

.style-spgy .style-font-p-td-text {
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    color: #4d4d4f;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 220px;
    padding-bottom: 3px;
}

.btn-form-recomment {
    border-radius: 30px !important;
}


/*.border-tab-r{
    border-right: 2px solid #ff6b00;
}*/

.table-product-result .style-name-th,
.table-responsive .style-name-th {
    background: #F2F2F2 !important;
    color: #4D4D4F !important;
}

.bg-menu-product-first {
    background: #F2F2F2 !important;
    border-radius: 10px 0px 0px 0px;
    color: #4D4D4F !important;
}

.bg-menu-product-last {
    background: #F2F2F2 !important;
    border-radius: 0px 10px 0px 0px;
    color: #4D4D4F !important;
    width: 70px !important;
}

.selectbox-title.form-control.dropdown-hd {
    background: #F2F2F2;
}

.selectbox-title.form-control.dropdown-hd.plzselect {
    color: #4D4D4F !important;
}

div.vertical-line {
    width: 1px;
    /* Line width */
    background-color: black;
    /* Line color */
    height: 100%;
    /* Override in-line if you want specific height. */
    float: left;
    /* Causes the line to float to left of content. 
    You can instead use position:absolute or display:inline-block
    if this fits better with your design */
}

@media (min-width:1200px) {
    .section-border-home {
        height: auto !important;
        background: white;
    }
    .section-border {
        border: 1px solid #FFBD83;
        border-radius: 10px;
    }
    .section-border-home-left {
        border-radius: 10px 0px 0px 10px;
    }
    .section-border-home-right {
        border-radius: 0px 10px 10px 0px;
    }
    .section-border-home-height {
        border-right: 1px solid #FFBD83;
        height: 100% !important;
        /* margin-top: 23px; */
    }
    .style-col-homedn.style-text-icon-home.fontsize-banner.section-border {
        margin-left: 0px;
        margin-right: 0px;
    }
    .border-doitac {
        border: 1px solid #FFBD83;
        border-radius: 10px;
    }
    .img-doitac-size {
        max-width: 70%;
    }
}

.text-see-more-color {
    color: #4d4d4f !important;
}


/*
.home-single-post .style-col-box-blog a:first-child{
    padding: 14px 14px 0px 14px;
}*/

.rounded-top-bottom {
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
    width: 90% !important;
    height: 181px !important;
}

.rounded-top-bottom-out {
    padding: 14px 14px 0px 14px;
}

.text-color-home-login {
    color: #4D4D4F !important;
    font-family: "Roboto", sans-serif;
    font-size: 20px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: normal !important;
    margin-bottom: 5px !important;
}

.text-style-doi-tac {
    font-weight: 600 !important;
}

.pb-form-404 {
    margin-bottom: 18px !important;
}

.header-home {
    display: block !important;
    width: 100% !important;
    height: 114px !important;
    z-index: 1000;
    background-image: url('../img/HeaderBackground.svg'), linear-gradient(270deg, #FF9B53 0%, #FF6B00 29.92%, #FF6B00 74.19%, #FF9B53 100%) !important;
    background-size: cover;
    background-repeat: no-repeat !important;
    background-position: center center;
}

#img-menu-design {
    display: flex;
    width: 41px !important;
    height: 31px !important;
    padding: 6px 0px 6px 3px;
    justify-content: center;
    align-items: center;
    gap: -2px;
    flex-shrink: 0;
    background-color: #ff6b00;
    border-radius: 30px 0px 0px 30px;
    margin-top: 9px;
    margin-left: -8px;
}

.img-menu-catefory {
    width: 33px;
    height: 33px;
}

.img-de-xuat-sp {
    width: 49.044px;
    height: 46.199px;
}

.pad-bot-dexuat-xp {
    margin-bottom: 11px !important;
}

.style-col-ddh-dexuat {
    align-items: center !important;
    justify-content: center !important;
    height: auto;
    padding: 9px 18px 16px 16px;
    height: 123px;
}

.img-search-fast {
    width: auto;
}

.width-img-kienthucnganhduoc {
    width: 253px !important;
}

.detail-sp-slide-wrap-last {
    cursor: pointer;
    position: relative;
}

.text-xemthem-detail {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.45);
    height: inherit;
    width: inherit;
    border-radius: 6px;
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.tooltip-inner {
    max-width: 340px;
    text-align: left;
    padding: 6px 10px;
    background-color: rgba(0, 0, 0, 0.8) !important;
}

.tooltip-hoatchat {
    padding: 6px 10px;
    width: auto;
    height: auto;
    text-align: right;
    color: white;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    cursor: pointer;
}

.border-wrap-detail {
    border-radius: 6px;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    height: inherit;
    border: 1px solid #E6E7E8;
    ;
}

.border-wrap-detail-in {
    width: inherit;
    height: inherit;
}

.opup-content {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.owl-carousel {
    width: 400px;
}

.owl-carousel img {
    width: 100%;
}

.btn-close-vc {
    background: #fff;
    opacity: 1;
    width: 20px !important;
    height: 20px !important;
    border: 0 !important;
}

.btn-close-vc-popup {
    background: #fff !important;
    opacity: 1;
    position: absolute;
    top: 12.02px;
    right: 13.78px;
    width: 15px !important;
    height: 15px !important;
    border: 0 !important;
    line-height: 18px;
    border-radius: 6px;
}

.seller-cart-css {
    color: #4D4D4F;
    font-family: 'Roboto';
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.hub-cart-css {
    color: var(--Sky-Blue, #3D94FF);
    /* Secondary Fonts/Roboto/Roboto - 12pxl - Regular */
    font-family: 'Roboto';
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

#button_next_ktnd{
    right: 0;
    position: absolute;
    z-index: 1;
    display: flex;
    height: 90%;
    background: transparent;
    color: #fff;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-weight: 600;
    font-size: 3em;
    opacity: 1;
    cursor: pointer;
    transition: all .2s ease-in-out;
}
