@media (min-width: 768px) {
    .search-smart .header-search-form button {
        top: 0;
    }
}

.header-menu .header-menu-des .header-nav > ul.item_big > li.nav-item a {
    padding: 10px 15px;
    display: block;
    line-height: 1.3;
    height: auto !important;
}
.header-nav .item_big .nav-item .fa-caret-down:after {
    width: 12px;
    height: 1px;
}

.header-nav .item_big .nav-item .fa-caret-down::before {
    height: 12px;
    width: 1px;
}

.header-nav .item_big .nav-item .fa-caret-down {
    top: 20px;
}

@media (max-width: 768px) {
    .header-nav .item_big .nav-item a {
        padding: 12px 30px 10px 10px !important;
    }
}

.header-nav .nav-logo {
    display: block;
    width: 240px;
    margin: 12px auto;
}
@media (min-width: 768px) {
    .header-nav .nav-logo {
        display: none;
    }
}

header.header .header-control .ul-control li.header-cart > a {
    padding: 10px;
}

@media (min-width: 768px) {
    header.header .header-control .ul-control li,
    .search-smart .header-search-form,
    .search-smart .header-search-form button {
        height: 50px;
    }
}

@media (max-width: 992px) {
    header.header .row.row-header {
        justify-content: center !important;
    }
}
@media (min-width: 768px) {
    header.header .row.row-header {
        flex-wrap: nowrap;
        align-items: flex-end !important;
    }
}

@media (max-width: 992px) {
    header.header .row.row-header .col-lg-3.header-logo {
        flex: 0 0 60%;
        max-width: 60%;
        z-index: 9;
    }
}

@media (max-width: 768px) {
    header.header {
        padding: 4px 4px 8px;
    }
}
@media (min-width: 768px) {
    header.header-logo {
        width: 100% !important;
        flex-basis: 270px;
        max-width: 270px !important;
        flex: auto !important;
        flex-shrink: 0;
    }
}
@media (min-width: 768px) {
    header.header-control {
        width: 100% !important;
        flex-basis: inherit;
        max-width: inherit !important;
        flex: auto !important;
        flex-shrink: 0;
    }
}

@media (min-width: 768px) {
    .header-menu {
        margin-top: 10px;
        padding-left: 0;
        padding-right: 0;
    }
}

.imgDrop {
    position: relative;
    overflow: hidden;
}
.imgDrop img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.text-14 {
    font-size: 14px;
}

.w-full {
    width: 100%;
}

.text-32 {
    font-size: 26px;
}
@media (min-width: 768px) {
    .text-32 {
        font-size: 28px;
    }
}
@media (min-width: 1360px) {
    .text-32 {
        font-size: 32px;
    }
}

.flex {
    display: flex;
}

.product-featured {
    padding-top: 32px;
    padding-bottom: 32px;
}
@media (min-width: 992px) {
    .product-featured {
        padding-top: 50px;
        padding-bottom: -50px;
    }
}
.product-featured .inner {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}
@media (min-width: 1360px) {
    .product-featured .inner {
        border-radius: 16px;
    }
}
.product-featured .inner .bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.product-featured .inner .context {
    position: relative;
    z-index: 1;
    padding: 56px 12px 12px;
}
@media (max-width: 992px) {
    .product-featured .inner .context {
        padding: 24px 8px 8px;
    }
}
.product-featured .heading {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    color: #fff;
    margin-bottom: 12px;
    margin-top: 0;
}
@media (min-width: 768px) {
    .product-featured .heading {
        padding: 0 24px;
    }
}
@media (min-width: 992px) {
    .product-featured .heading {
        padding: 0 48px;
    }
}
@media (min-width: 1360px) {
    .product-featured .heading {
        padding: 0 67px;
    }
}
.product-featured .heading .title-name {
    color: #fff;
    margin-bottom: 0;
}
@media (max-width: 768px) {
    .product-featured .heading .title-name {
        font-size: 22px;
        letter-spacing: -1px;
    }
}
@media (max-width: 768px) {
    .product-featured .heading .ttl-logo {
        width: 170px;
    }
}
@media (min-width: 768px) {
    .product-featured .heading .ttl-logo {
        width: 180px;
    }
}
@media (min-width: 992px) {
    .product-featured .heading .ttl-logo {
        width: 200px;
    }
}
@media (min-width: 1360px) {
    .product-featured .heading .ttl-logo {
        width: 234px;
    }
}
.product-featured .content-main {
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 8px;
    padding: 16px;
}
@media (min-width: 1360px) {
    .product-featured .content-main {
        border-radius: 16px;
        padding: 24px 32px;
    }
}
.product-featured .product-nav {
    border-bottom: 1px solid rgba(71, 71, 71, 0.8);
}
.product-featured .product-nav .category-slider {
    position: relative;
    z-index: 1;
}
.product-featured .product-nav .swiper-wrapper {
    padding-bottom: 0;
    justify-content: space-between;
}
.product-featured .product-nav .swiper-slide {
    margin: 0 !important;
    height: auto !important;
    padding: 20px 0;
    border-radius: 0;
}
@media (min-width: 1360px) {
    .product-featured .product-nav .swiper-slide {
        max-width: 100px;
    }
}
.product-featured .product-nav .swiper-slide a {
    display: block;
    max-width: 100px;
    margin: auto;
    height: 100%;
    padding: 4px 0;
    border-radius: 4px;
    position: relative;
}
.product-featured .product-nav .swiper-slide a:before {
    position: absolute;
    content: '';
    bottom: -22px;
    left: 0;
    right: 0;
    height: 4px;
    background-color: #0a72df;
    opacity: 0;
    transition: all 0.3s;
}
.product-featured .product-nav .swiper-slide a .thumb {
    max-width: 60px;
    display: block;
    margin: 0 auto;
}
.product-featured .product-nav .swiper-slide.active a {
    background-color: rgba(10, 114, 223, 0.3);
}
.product-featured .product-nav .swiper-slide.active a:before {
    opacity: 1;
}
.product-featured .product-nav .swiper-slide.active a h3 {
    color: #1b74e8;
    font-weight: 700;
}
.product-featured .product-nav .swiper-slide h3 {
    font-size: 14px;
    text-align: center;
    font-weight: 600;
    margin-top: 4px;
    margin-bottom: 0;
}

.products-list {
    margin-top: 20px;
}
.products-list .swiper-slide {
    transition: all 0.3s;
    padding: 8px;
}
.products-list .product-action {
    border-radius: 10px;
}
.products-list .product-action .product-thumbnail {
    width: 81.0426540284%;
    margin: auto;
}
.products-list .product-action .product-thumbnail .image_thumb {
    padding-bottom: 136.8421052632%;
}
.products-list .block-btn {
    margin-top: 20px;
    text-align: center;
}
.products-list .block-btn .see-more {
    display: inline-block;
    background-color: #fff;
}

.footer .mid-footer .group-address ul li {
    align-items: flex-start;
}

.footer .mid-footer .group-address ul li svg {
    flex-shrink: 0;
    max-width: 16px;
    max-height: 16px;
}

.footer .list-logo {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 12px;
    margin-bottom: 24px;
}
@media (max-width: 768px) {
    .footer .list-logo {
        gap: 12px 8px;
    }
}
.footer .list-logo li img {
    height: 28px;
    width: auto;
}
@media (max-width: 768px) {
    .footer .list-logo li img {
        height: 24px;
    }
}

@media (max-width: 768px) {
    .col-12.style-pc {
        margin-top: 16px;
    }
}
@media (min-width: 1200px) {
    .col-12.style-pc {
        padding-left: 32px;
    }
}

.list-menu .style-tel::marker {
    display: none;
    font-size: 0;
}

.footer {
    padding-bottom: 0;
}

.footer #copyright {
    background-color: #eee;
    font-size: 12px;
    padding: 12px 0;
    color: #666;
}
.footer #copyright address {
    margin: 0;
}
.footer #copyright .row {
    gap: 4px 0;
}

.footer .mid-footer {
    margin-bottom: 0;
}
@media (max-width: 768px) {
    .footer .mid-footer {
        padding: 16px 0;
    }
}

@media (min-width: 992px) {
    .text-left-pc {
        text-align: left;
    }
}

@media (min-width: 992px) {
    .text-right-pc {
        text-align: right;
    }
}

.sec-banner {
    padding: 20px 0;
    margin-bottom: 0;
}
@media (max-width: 768px) {
    .sec-banner {
        padding-bottom: 0;
    }
}
.sec-banner .imgDrop {
    height: 450px;
    border-radius: 8px;
}
@media (max-width: 768px) {
    .sec-banner .imgDrop {
        height: auto;
        padding-top: 35.0058343057%;
    }
}

@media (max-width: 768px) {
    .product-featured {
        padding: 24px 0;
    }
}

.row.gap-sx {
    margin-left: -8px;
    margin-right: -8px;
}
.row.gap-sx .col-12 {
    padding-left: 8px;
    padding-right: 8px;
}

.style-form.wpx {
    min-height: 450px;
    display: flex;
    flex-direction: column;
}
@media (max-width: 992px) {
    .style-form.wpx {
        margin: 0 -5px;
    }
}
.style-form .section {
    flex-grow: 1;
}
.style-form .link-change-tab {
    position: absolute;
    top: 8px;
    right: 12px;
    color: #0073ff;
    cursor: pointer;
}
.style-form .auth-block__menu-list {
    height: 48px;
    overflow: hidden;
    border-bottom-color: #ccc;
    margin-bottom: 0;
}
.style-form .auth-block__menu-list li a {
    font-size: 14px;
}
.style-form .auth-block__menu-list li.active::before {
    display: none;
}
.style-form .auth-block__menu-list li.active a {
    color: #000;
    background-color: #ccc;
}
.style-form form {
    padding: 44px 24px 30px;
    max-width: 380px;
    margin: auto;
    height: 100%;
}
.style-form form .phone-group > div {
    width: 100%;
}
.style-form form .phone-group > div select {
    max-width: 60px;
    color: #888;
    width: 100%;
    border-right: 1px solid #ccc !important;
}
.style-form form .phone-group > div select:focus,
.style-form form .phone-group > div select:focus-within {
    outline: none;
}
.style-form form .phone-group > div input {
    padding-left: 70px !important;
}
.style-form form fieldset.form-group {
    margin-bottom: 10px;
    position: relative;
}
.style-form form fieldset.form-group .btn-action {
    position: absolute;
    top: 0;
    right: 0;
    height: 38px;
    display: flex;
    align-items: center;
    cursor: pointer;
    right: 8px;
}
.style-form form fieldset.form-group .btn-action img {
    width: 16px;
    opacity: 0.5;
}
.style-form form fieldset.form-group input {
    border: none;
    height: 38px;
    padding: 8px 12px;
    border-radius: 8px;
    width: 100%;
    font-size: 13px;
    border: 1px solid #ccc;
}
.style-form form fieldset.form-group input[type='password'] {
    padding-right: 30px;
}
.style-form form .form-signup {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.style-form form .btn-style {
    height: 38px;
    background-color: #ddd;
    border: none;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    width: 100%;
    background-color: #9cbefa;
}
.style-form form .quenmk {
    display: block;
    cursor: pointer;
    text-align: right;
    color: #0073ff;
    transition: all 0.3s;
}
.style-form form .quenmk:hover {
    color: #9cbefa;
}
.style-form form .text-sub-form {
    text-align: center;
    font-size: 12px;
    margin: 24px 0;
}
.style-form form .text-sub-form a {
    color: #0073ff;
}
.style-form form .text-sub-form a:hover {
    text-decoration: underline;
}
.style-form form .login-social {
    margin-top: 12px;
}
.style-form form .text-line {
    font-size: 12px;
    margin-bottom: 8px;
    color: #888;
    position: relative;
    width: 100%;
    text-align: center;
}
.style-form form .text-line::before {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    content: '';
    border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.style-form form .text-line span {
    padding: 0 8px;
    text-align: center;
    position: relative;
    z-index: 1;
    background-color: #fff;
}
.style-form form .auth-clients {
    display: flex;
    justify-content: center;
    gap: 0 12px;
}
.style-form form .auth-clients li a {
    display: block;
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
}
.style-form form .auth-clients li a img {
    width: 28px;
    height: 28px;
}

@media (max-width: 768px) {
    .section_chinhsach a {
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .order-0-sp {
        order: -1;
    }
}

.sec-bill {
    padding: 24px 0;
}
@media (min-width: 992px) {
    .sec-bill {
        padding: 32px 0;
    }
}
.sec-bill .block-thankyou {
    position: relative;
    overflow: hidden;
    color: #fff;
    text-align: center;
    z-index: 1;
    padding: 16px;
    margin-top: 0;
}
.sec-bill .block-thankyou .bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}
.sec-bill .block-thankyou .ttl-thankyou {
    font-size: 3vw;
    font-weight: bold;
}
@media (max-width: 768px) {
    .sec-bill .block-thankyou .ttl-thankyou {
        font-size: 24px;
    }
}
.sec-bill .block-thankyou .text {
    font-weight: 600;
    font-size: 16px;
}
@media (min-width: 1360px) {
    .sec-bill .block-thankyou .text {
        font-size: 20px;
    }
}
.sec-bill .block-thankyou .btn-back {
    background-color: #fff;
    max-width: 150px;
    line-height: 36px;
    border-radius: 30px;
    display: block;
    margin: 16px auto 0;
    transition: all 0.3s;
}
.sec-bill .block-thankyou .btn-back:hover {
    box-shadow:
        0 0px 2px 0 rgba(60, 64, 67, 0.1),
        0 0px 6px 0px rgba(60, 64, 67, 0.25);
}
.sec-bill .block-bill {
    margin-top: 20px;
    /* border: 1px solid #f5f5f5; */
}
@media (min-width: 992px) {
    .sec-bill .block-bill {
        padding: 32px;
    }
}
.sec-bill .block-bill .heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@media (max-width: 768px) {
    .sec-bill .block-bill .heading {
        flex-direction: column;
        gap: 16px;
    }
}
.sec-bill .block-bill .heading .block-logo {
    width: 150px;
}
@media (max-width: 768px) {
    .sec-bill .block-bill .heading .block-logo {
        margin: auto;
    }
}
@media (min-width: 768px) {
    .sec-bill .block-bill .heading .block-logo {
        width: 280px;
    }
}
.sec-bill .block-bill .heading .block-logo img {
    width: 100%;
}
.sec-bill .block-bill .heading .block-ttl .ttl {
    color: #013cbe;
    font-weight: bold;
    font-size: 40px;
    margin-bottom: 0;
}
@media (max-width: 768px) {
    .sec-bill .block-bill .heading .block-ttl .ttl {
        text-align: center;
    }
}
@media (min-width: 992px) {
    .sec-bill .block-bill .heading .block-ttl .ttl {
        font-size: 50px;
    }
}
.sec-bill .block-bill .heading .block-ttl dl {
    font-style: italic;
    display: flex;
    gap: 24px;
    justify-content: space-between;
    margin-bottom: 0;
}
.sec-bill .block-bill .heading .block-ttl dl dt,
.sec-bill .block-bill .heading .block-ttl dl dd {
    margin-bottom: 0;
}
.sec-bill .block-bill .heading .block-ttl dl dt {
    font-weight: bold;
}
.sec-bill .block-bill .block-info {
    margin-top: 20px;
    gap: 12px 0;
}
.sec-bill .block-bill .block-info .ttl-sub {
    font-weight: bold;
    color: #003cbf;
    font-size: 18px;
}
.sec-bill .block-bill .block-info .block-inner {
    padding: 8px 0;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 8px;
}
.sec-bill .block-bill .block-products {
    padding-top: 20px;
    /* border-top: 1px solid #000; */
    background-color: #fff;
    overflow: hidden;
}
@media (max-width: 768px) {
    .sec-bill .block-bill .block-products {
        font-size: 12px;
    }
}
.sec-bill .block-bill .block-products .tr {
    display: flex;
}
.sec-bill .block-bill .block-products .tr-head {
    background-color: #f5f5f5;
    color: #000;
    font-weight: bold;
}
.sec-bill .block-bill .block-products .tr .td {
    flex-shrink: 0;
    padding: 5px;
    display: flex;
    align-items: center;
}
@media (max-width: 768px) {
    .sec-bill .block-bill .block-products .tr .td {
        padding: 8px;
    }
}
.sec-bill .block-bill .block-products .tr .td + .td {
    width: 100px;
    text-align: center;
    justify-content: center;
}
@media (max-width: 768px) {
    .sec-bill .block-bill .block-products .tr .td + .td {
        width: 60px;
    }
}
.sec-bill .block-bill .block-products .tr .td:nth-child(1) {
    flex-grow: 1;
    width: calc(100% - 120px * 4);
}
@media (max-width: 768px) {
    .sec-bill .block-bill .block-products .tr .td:nth-child(1) {
        width: calc(100% - (60px * 4));
    }
}
.sec-bill .block-bill .block-products .tr .product-item {
    display: flex;
    align-items: center;
    gap: 12px;
}
@media (max-width: 768px) {
    .sec-bill .block-bill .block-products .tr .product-item {
        flex-direction: column;
        justify-content: center;
        text-align: center;
        gap: 4px;
    }
}
.sec-bill .block-bill .block-products .tr .product-item .images {
    width: 50px;
    flex-shrink: 0;
    background-color: #fff;
    /* padding: 8px; */
}
@media (max-width: 768px) {
    .sec-bill .block-bill .block-products .tr .product-item .images {
        width: 38px;
        padding: 4px;
    }
}
.sec-bill .block-bill .block-products .tr .product-item .images .imgDrop {
    padding-top: 150%;
}
.sec-bill .block-bill .block-total {
    margin-top: 20px;
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    /* max-width: 60%; */
    margin-left: auto;
    padding: 16px;
    width: 50%;
}
.sec-bill .block-bill .block-total dl {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
}
.sec-bill .block-bill .block-total dl + dl {
    margin-top: 4px;
    padding-top: 4px;
}
.sec-bill .block-bill .block-total dl dt,
.sec-bill .block-bill .block-total dl dd {
    margin-bottom: 0;
    font-weight: normal;
}
.sec-bill .block-bill .block-total dl.total {
    border-top: 1px solid #333;
}
.sec-bill .block-bill .block-total dl.total dt,
.sec-bill .block-bill .block-total dl.total dd {
    font-weight: bold;
}
.sec-bill .block-bill .bill-footer {
    margin-top: 20px;
}
.sec-bill .block-bill .bill-footer .sub {
    font-style: italic;
    color: #888;
    margin-bottom: 16px;
}
.sec-bill .block-bill .bill-footer .address {
    padding: 0;
}
.sec-bill .block-bill .bill-footer .address .sub {
    margin-bottom: 0;
}
.sec-bill .block-bill .bill-footer dl dt,
.sec-bill .block-bill .bill-footer dl dd {
    margin-bottom: 0;
}
.sec-bill .block-bill .bill-footer .flex {
    gap: 12px;
}
@media (max-width: 768px) {
    .sec-bill .block-bill .bill-footer .flex {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
}
@media (max-width: 768px) {
    .sec-bill .block-bill .bill-footer .flex-order {
        flex-direction: column;
    }
}
@media (min-width: 768px) {
    .sec-bill .block-bill .bill-footer .flex-order {
        flex-direction: row-reverse;
        text-align: right;
    }
}
.sec-bill .block-bill .bill-footer .qrcode {
    width: 60px;
    flex-shrink: 0;
}

.justify-center {
    justify-content: center;
}
.justify-between {
    justify-content: space-between;
}

.banner-sub {
    height: 200px;
    position: relative;
    z-index: 1;
    margin-top: -30px;
    text-align: center;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
}
@media (max-width: 768px) {
    .banner-sub {
        margin-top: -24px;
    }
}
.banner-sub .bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}
.banner-sub .ttl {
    font-size: 24px;
    font-weight: bold;
}
@media (min-width: 992px) {
    .banner-sub .ttl {
        font-size: 32px;
    }
}

.about-services {
    position: relative;
    z-index: 2;
    margin-bottom: 0;
}
.about-services .container .ttl {
    font-size: 24px;
    color: #003cbf;
    font-weight: bold;
    text-align: center;
}
@media (min-width: 992px) {
    .about-services .container .ttl {
        font-size: 30px;
    }
}
.about-services .container .inner {
    margin-top: -30px;
    background-color: #fff;
    border-radius: 24px 24px 0 0;
    padding: 40px 16px;
}
@media (min-width: 992px) {
    .about-services .container .inner {
        padding: 60px 30px;
        margin-top: -40px;
    }
}
.about-services .container .text {
    margin-top: 24px;
}
@media (min-width: 992px) {
    .about-services .container .text {
        margin-top: 40px;
    }
}
.about-services .tab-nav {
    margin-top: 30px;
}
@media (max-width: 768px) {
    .about-services .tab-nav {
        padding-top: 40px;
        overflow: auto;
        padding-bottom: 12px;
    }
}
@media (min-width: 992px) {
    .about-services .tab-nav {
        margin-top: 80px;
    }
}
.about-services .tab-nav .row {
    flex-wrap: nowrap;
    color: #003cbf;
    font-weight: bold;
    text-align: center;
    font-size: 14px;
}
@media (max-width: 768px) {
    .about-services .tab-nav .row {
        margin-left: -4px;
        margin-right: -4px;
    }
}
@media (min-width: 768px) {
    .about-services .tab-nav .row {
        font-size: 18px;
        border: 1px solid #9cbefa;
        border-radius: 8px;
    }
}
.about-services .tab-nav .row .col-3 {
    cursor: pointer;
    transition: all 0.3s;
}
@media (max-width: 768px) {
    .about-services .tab-nav .row .col-3 {
        min-width: 180px;
        flex-shrink: 0;
        padding-left: 4px;
        padding-right: 4px;
    }
}
.about-services .tab-nav .row .col-3:hover {
    background-color: #9cbefa;
}
.about-services .tab-nav .row .col-3 .wraper {
    padding: 60px 16px 16px;
    position: relative;
    height: 100%;
}
@media (max-width: 768px) {
    .about-services .tab-nav .row .col-3 .wraper {
        border: 1px solid #9cbefa;
        border-radius: 8px;
        padding: 40px 12px 12px;
    }
}
.about-services .tab-nav .row .col-3 .wraper .icon {
    width: 60px;
    padding: 12px;
    border: 2px solid #9cbefa;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    transform: translateY(-50%);
}
@media (min-width: 992px) {
    .about-services .tab-nav .row .col-3 .wraper .icon {
        padding: 20px;
        width: 100px;
    }
}
.about-services .tab-nav .row .col-3 .wraper .icon img {
    width: 100%;
    height: auto;
}
@media (min-width: 768px) {
    .about-services .tab-nav .row .col-3 + .col-3 {
        border-left: 1px solid #9cbefa;
    }
}
.about-services .block {
    padding-top: 30px;
}
@media (min-width: 992px) {
    .about-services .block {
        padding-top: 60px;
    }
}
.about-services .block .item {
    margin-top: 16px;
}
.about-services .block .item .ttl-sub {
    font-size: 18px;
    font-weight: bold;
}
.about-services .block .item .context {
    margin-top: 12px;
}
.about-services .block-content {
    margin-top: 16px;
}
@media (min-width: 992px) {
    .about-services .block-content {
        margin-top: 32px;
    }
}
.about-services .block-benefit {
    padding: 40px 0;
}
@media (min-width: 992px) {
    .about-services .block-benefit {
        padding: 70px 0;
        background-color: #b6d0fd7c;
    }
}
.about-services .block-benefit .icon-ttl {
    width: 80px;
    margin: auto;
    opacity: 0.3;
}
@media (min-width: 992px) {
    .about-services .block-benefit .icon-ttl {
        width: 120px;
    }
}
.about-services .block-benefit .icon-ttl img {
    width: 100%;
    height: auto;
}
.about-services .block-benefit .ttl {
    margin-top: 16px;
}
@media (max-width: 768px) {
    .about-services .block-benefit {
        padding-top: 0;
    }
}
.about-services .block-benefit .content {
    margin-top: 32px;
    counter-reset: index;
    gap: 40px 0;
}
@media (min-width: 1360px) {
    .about-services .block-benefit .content {
        margin-top: 80px;
    }
}
.about-services .block-benefit .content .item {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.about-services .block-benefit .content .item .title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 12px;
}
.about-services .block-benefit .content .item .images {
    max-width: 130px;
    margin: 16px auto 0;
}
@media (max-width: 768px) {
    .about-services .block-benefit .content .item .images {
        width: 100px;
    }
}
.about-services .block-benefit .content .col-12 {
    counter-increment: index;
}
.about-services .block-benefit .content .col-12 .item:before {
    display: block;
    content: counters(index, '.', decimal-leading-zero);
    font-size: 36px;
    color: #013cbe;
    font-weight: bold;
    text-align: center;
    order: -2;
}
@media (min-width: 768px) {
    .about-services .block-benefit .content .col-12:nth-child(2) {
        margin-top: 80px;
    }
}
@media (min-width: 768px) {
    .about-services .block-benefit .content .col-12:nth-child(2) .images {
        order: -1;
        margin-bottom: 12px;
    }
}
.about-services .block-insure {
    position: relative;
    margin: 32px 0;
}
@media (min-width: 992px) {
    .about-services .block-insure {
        margin: 80px 0;
        padding: 60px 0;
    }
}
@media (min-width: 992px) {
    .about-services .block-insure::before {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        content: '';
        background-color: #003cbf;
        border-radius: 0 400px 400px 0;
        width: calc(50%);
    }
}
.about-services .block-insure .col-lg-5 {
    display: flex;
    align-items: center;
    text-align: right;
    justify-content: flex-end;
}
@media (max-width: 992px) {
    .about-services .block-insure .col-lg-5 {
        justify-content: center;
        background-color: #003cbf;
        border-radius: 0 400px 400px 0;
        width: 100%;
        padding: 32px;
    }
}
.about-services .block-insure .ttl {
    color: #fff;
}
.about-services .block-insure .icon {
    width: 150px;
    opacity: 0.5;
}
@media (max-width: 992px) {
    .about-services .block-insure .icon {
        margin: auto;
    }
}
@media (max-width: 768px) {
    .about-services .block-insure .icon {
        width: 100px;
        margin-top: 24px;
    }
}
.about-services .block-insure ul {
    font-size: 18px;
    margin-top: 16px;
}
.about-services .block-insure ul li {
    display: flex;
    gap: 8px;
    margin-top: 8px;
    padding-top: 8px;
}
.about-services .block-insure ul li + li {
    border-top: 1px solid #9cbefa;
}
.about-services .block-insure ul li::before {
    display: block;
    content: '';
    width: 32px;
    height: 32px;
    margin-top: 2px;
    flex-shrink: 0;
    background-size: 100%;
    background-repeat: no-repeat;
    background-image: url(../../images/checked.png);
}
.about-services .block-procedure {
    padding: 40px 0;
    background-color: #d5e4fe;
}
@media (min-width: 768px) {
    .about-services .block-procedure {
        padding: 90px 0;
    }
}
.about-services .block-procedure .row {
    gap: 32px 0;
}
@media (min-width: 992px) {
    .about-services .block-procedure .row {
        gap: 60px 0;
    }
}
.about-services .block-procedure .row .col-12 {
    counter-increment: step-counter;
}
.about-services .block-procedure .item {
    padding: 20px;
    border-radius: 8px 8px 8px 0;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 24px;
    height: 100%;
    background-color: #003cbf;
    position: relative;
    z-index: 1;
}
@media (max-width: 768px) {
    .about-services .block-procedure .item {
        padding-top: 80px;
        align-items: flex-end;
    }
}
.about-services .block-procedure .item .content {
    flex-grow: 1;
}
.about-services .block-procedure .item::before {
    content: counter(step-counter);
    font-size: 30px;
    display: block;
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #003cbf;
    font-weight: bold;
}
@media (max-width: 768px) {
    .about-services .block-procedure .item::before {
        position: absolute;
        top: 16px;
        left: 16px;
    }
}
.about-services .block-procedure .item:after {
    position: absolute;
    content: '';
    bottom: -20px;
    left: 0;
    width: 0px;
    height: 0px;
    border-left: 40px solid transparent;
    border-top: 20px solid #022674;
}
.about-services .block-procedure .item .title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 8px;
}
.about-services .block-procedure .item .icon {
    width: 60px;
    flex-shrink: 0;
}
@media (max-width: 768px) {
    .about-services .block-procedure .item .icon {
        width: 48px;
        margin-bottom: 40px;
    }
}
.about-services .block-banner {
    position: relative;
    color: #fff;
    z-index: 1;
    text-align: center;
    padding: 32px 0;
}
@media (min-width: 992px) {
    .about-services .block-banner {
        padding: 60px 0;
    }
}
.about-services .block-banner .bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}
.about-services .block-banner .ttl {
    color: #fff;
    margin-bottom: 0;
}

.sec-checkout {
    min-height: 100vh;
    margin-bottom: 0;
    position: relative;
    background-color: #eee;
    padding-bottom: 32px;
    z-index: 1;
}
.sec-checkout::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    content: '';
    width: 50%;
    background-color: rgba(0, 0, 0, 0.05);
    z-index: -1;
}
@media (max-width: 992px) {
    .sec-checkout::before {
        display: none;
    }
}
@media (max-width: 768px) {
    .sec-checkout .container {
        padding-left: 16px;
        padding-right: 16px;
    }
}
.sec-checkout .heading-checkout {
    background-color: #9cbefa;
    padding: 16px;
}
.sec-checkout .heading-checkout .logo {
    width: 200px;
    margin: auto;
}
.sec-checkout .heading-checkout .logo img {
    width: 100%;
    height: auto;
}
.sec-checkout .heading-sub {
    min-height: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 8px 0;
}
.sec-checkout .heading-sub p {
    margin-bottom: 0;
}
.sec-checkout .heading-sub a {
    color: #013cbe;
}
.sec-checkout .heading-sub .title {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}
.sec-checkout .at-tab {
    display: none;
    padding: 0 15px 15px;
    border-top: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    background-color: #fff;
}
.sec-checkout .at-title {
    cursor: pointer;
    background-color: #fff;
    position: relative;
    padding: 16px;
    transition: background-color 0.3s ease;
}

.sec-checkout .at-item {
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
}
.sec-checkout .at-item + .at-item {
    margin-top: 16px;
}
.sec-checkout .at-item .at-ttl {
    font-weight: bold;
    font-size: 18px;
}
.sec-checkout .at-item .at-result {
    display: flex;
    align-items: center;
    gap: 0 24px;
    max-width: 400px;
    margin: 12px auto 0;
    text-align: center;
}
.sec-checkout .at-item .at-result .left {
    max-width: 150px;
    width: 100%;
    flex-shrink: 0;
}
.sec-checkout .at-item .at-result .right {
    flex-grow: 1;
}
.sec-checkout .at-item .at-result .group-payment label {
    width: 150px;
    margin: auto;
}
.sec-checkout .at-item .at-result .group-payment label .label-inner {
    justify-content: center;
    background-color: #eee;
}
.sec-checkout .at-item .at-result .group-payment label .label-inner .icon {
    margin-right: 0;
}
.sec-checkout .at-item .at-result .images {
    width: 120px;
    margin-left: auto;
}
.sec-checkout .at-item .at-result .images .imgDrop {
    padding-top: 70%;
    border-radius: 8px;
}
.sec-checkout .at-item .group-images,
.sec-checkout .at-item .group-payment {
    display: flex;
    flex-wrap: wrap;
    max-height: 196px;
    overflow: auto;
}
.sec-checkout .at-item .group-images label,
.sec-checkout .at-item .group-payment label {
    display: block;
    width: 25%;
    padding: 4px;
    margin-bottom: 0;
}
.sec-checkout .at-item .group-images label input,
.sec-checkout .at-item .group-payment label input {
    display: none;
}
.sec-checkout .at-item .group-images label input:checked ~ span,
.sec-checkout .at-item .group-payment label input:checked ~ span {
    border: 2px solid #003cbf;
}
.sec-checkout .at-item .group-images label .label-inner,
.sec-checkout .at-item .group-payment label .label-inner {
    display: block;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    padding-top: 70%;
    border: 2px solid #fff;
}
.sec-checkout .at-item .group-images label .label-inner img,
.sec-checkout .at-item .group-payment label .label-inner img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sec-checkout .at-item .group-images label .label-inner .icon,
.sec-checkout .at-item .group-payment label .label-inner .icon {
    position: relative;
    width: 50px;
    margin-right: 24px;
}
.sec-checkout .at-item .group-images label .label-inner .icon img,
.sec-checkout .at-item .group-payment label .label-inner .icon img {
    position: static;
    width: auto;
    height: auto;
}
.sec-checkout .at-item .group-payment {
    width: 100%;
}
.sec-checkout .at-item .group-payment label {
    width: 50%;
}
.sec-checkout .at-item .group-payment label .label-inner {
    padding: 8px;
    border-radius: 8px;
    border: 2px solid #eee;
    display: flex;
    align-items: center;
}
.sec-checkout .at-item .group-payment label .label-inner img {
    position: static;
    max-height: 36px;
    max-width: 50px;
    width: auto;
    height: auto;
}
.sec-checkout .at-item .txt-sub {
    font-size: 15px;
    color: #888;
    text-align: center;
    max-width: 400px;
    margin: auto;
    margin-top: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
}
.sec-checkout .at-item .txt-sub .icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    position: relative;
    top: -2px;
}
.sec-checkout .at-item .txt-sub strong {
    font-weight: bold;
    color: #000;
}
.sec-checkout .at-item input,
.sec-checkout .at-item select,
.sec-checkout .at-item textarea {
    border: 1px solid #ccc;
    height: 40px;
    padding: 8px 12px;
    border-radius: 8px;
    width: 100%;
    font-size: 13px;
}
.sec-checkout .at-item input:focus,
.sec-checkout .at-item select:focus,
.sec-checkout .at-item textarea:focus {
    outline: none;
}
.sec-checkout .at-item textarea {
    height: 80px;
}

.table-project {
    border-radius: 8px;
    overflow: hidden;
    font-size: 12px;
}
.table-project .tb-head {
    background-color: #ddd;
    border-radius: 8px;
    margin-bottom: 12px;
}
.table-project .tb-head + .tb-tr {
    border-radius: 8px 8px 0 0;
}
.table-project .tb-tr {
    background-color: #fff;
}
.table-project .tb-head,
.table-project .tb-tr {
    display: flex;
}
.table-project .tb-head .tb-td,
.table-project .tb-tr .tb-td {
    padding: 8px 8px;
    width: 100px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (max-width: 768px) {
    .table-project .tb-head .tb-td,
    .table-project .tb-tr .tb-td {
        width: 55px;
    }
}
.table-project .tb-head .tb-td:nth-child(1),
.table-project .tb-tr .tb-td:nth-child(1) {
    flex-grow: 1;
    min-width: inherit;
    max-width: 100%;
}
.table-project .tb-head .images,
.table-project .tb-tr .images {
    width: 50px;
    flex-shrink: 0;
    margin-right: 4px;
}
.table-project .tb-head .images .imgDrop,
.table-project .tb-tr .images .imgDrop {
    padding-top: 130%;
}
.table-project .tb-head .name,
.table-project .tb-tr .name {
    font-size: 11px;
    line-height: 14px;
    text-align: center;
    flex-grow: 1;
}

.bill-total {
    margin-top: 12px;
    background-color: #fff;
    border-radius: 8px;
    padding: 8px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.bill-total .bill-tr {
    display: flex;
    gap: 8px;
}
.bill-total .bill-tr .price-sale {
    text-decoration: line-through;
    font-weight: normal !important;
    opacity: 0.7;
}
.bill-total .bill-tr .price-final {
    color: #003cbf;
}
.bill-total .bill-tr.total {
    font-weight: bold;
}
.bill-total .bill-tr .bill-td {
    padding: 8px;
    flex-grow: 1;
    border-radius: 6px;
}
.bill-total .bill-tr .bill-td:nth-child(2) {
    width: 80px;
    flex-shrink: 0;
    display: flex;
    justify-content: flex-end;
    gap: 16px;
}
.bill-total .bill-tr .bill-td.bill-money {
    font-size: 16px;
}
@media (max-width: 768px) {
    .bill-total .bill-tr .bill-td {
        width: 60px;
    }
}

.text-sub {
    font-style: italic;
    color: #333;
    margin-top: 30px;
}
@media (max-width: 768px) {
    .text-sub {
        margin-top: 12px;
    }
}

.group-button {
    margin-top: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
}
.group-button a {
    border-radius: 4px;
    min-width: 120px;
    text-align: center;
    line-height: 42px;
    font-size: 15px;
    display: inline-flex;
    gap: 8px;
    justify-content: center;
    align-items: center;
    padding: 0 16px;
}
.group-button .btn-back {
    color: #003cbf;
}
.group-button .btn-back .icon {
    width: 14px;
    height: 14px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px;
    background-image: url(../../images/back.png);
}
.group-button .btn-order {
    background-color: #003cbf;
    color: #fff;
}

.bg-grey {
    background-color: #ededed;
}

.sec-dashboard {
    padding-bottom: 30px;
}
@media (max-width: 768px) {
    .sec-dashboard {
        padding-left: 8px;
        padding-right: 8px;
    }
}
.sec-dashboard .dashboard-inner {
    display: flex;
    gap: 16px;
}
@media (max-width: 992px) {
    .sec-dashboard .dashboard-inner {
        flex-wrap: wrap;
    }
}
.sec-dashboard .dashboard-sidebar,
.sec-dashboard .dashboard-content {
    background-color: #fff;
    border-radius: 12px;
    overflow: hidden;
}
.sec-dashboard .dashboard-sidebar {
    flex-shrink: 0;
    padding: 32px 20px;
    width: 100%;
}
@media (min-width: 992px) {
    .sec-dashboard .dashboard-sidebar {
        width: 320px;
    }
}
.sec-dashboard .dashboard-content {
    flex-grow: 1;
}
.sec-dashboard .dashboard-heading {
    font-size: 18px;
    font-weight: bold;
    border-bottom: 3px solid #eee;
    padding: 8px 16px;
    min-height: 72px;
    display: flex;
    align-items: center;
    gap: 8px 24px;
}
@media (max-width: 992px) {
    .sec-dashboard .dashboard-heading {
        flex-wrap: wrap;
    }
}
.sec-dashboard .dashboard-heading span {
    display: block;
    flex-shrink: 0;
}
.sec-dashboard .dashboard-heading .txt-sub {
    font-weight: normal;
    flex-grow: 1;
    font-size: 14px;
    max-width: 450px;
}
@media (min-width: 768px) {
    .sec-dashboard .dashboard-heading {
        padding: 16px 20px;
    }
}
.sec-dashboard .dashboard-wrapper {
    padding: 16px;
}
@media (min-width: 768px) {
    .sec-dashboard .dashboard-wrapper {
        padding: 32px 20px;
    }
}
.sec-dashboard .avatar {
    margin: auto;
    width: 80px;
}
@media (min-width: 768px) {
    .sec-dashboard .avatar {
        width: 160px;
    }
}
.sec-dashboard .avatar .imgDrop {
    padding-top: 100%;
    border-radius: 50%;
}
.sec-dashboard .box-info {
    margin-top: 24px;
    overflow: hidden;
    text-align: center;
    max-width: 230px;
    margin-left: auto;
    margin-right: auto;
}
.sec-dashboard .box-info .box-ttl {
    padding: 10px;
    text-align: center;
    font-weight: bold;
    color: #003cbf;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 1px solid #000;
}
.sec-dashboard .box-info ul {
    margin-top: 8px;
}
.sec-dashboard .box-info ul li a {
    display: block;
    padding: 8px 12px;
}
.sec-dashboard .box-info ul li.active {
    font-weight: bold;
}
.sec-dashboard .dashboard-wrapper {
    max-width: 600px;
    margin: auto;
}
.sec-dashboard .dashboard-wrapper.w-full {
    max-width: 100%;
}
.sec-dashboard .form-group {
    margin-bottom: 15px;
    position: relative;
    display: flex;
}
@media (max-width: 768px) {
    .sec-dashboard .form-group {
        flex-wrap: wrap;
    }
}
@media (min-width: 768px) {
    .sec-dashboard .form-group {
        flex-direction: row;
        align-items: center;
    }
}
.sec-dashboard .form-group .icon-action {
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    background-size: 100%;
    top: 42px;
    right: 32px;
}
@media (min-width: 768px) {
    .sec-dashboard .form-group .icon-action {
        top: 12px;
        right: 12px;
    }
}
.sec-dashboard .form-group .icon-action.icon-edit {
    background-image: url(../../images/icon-edit.png);
    cursor: pointer;
}
.sec-dashboard .form-group .icon-action.icon-edit:hover {
    opacity: 0.7;
}
.sec-dashboard .form-group .icon-action.icon-eye,
.sec-dashboard .form-group .icon-action.icon-hidden {
    top: 0;
    right: 0;
    transform: translateX(0);
}
.sec-dashboard .form-group .icon-action.icon-eye {
    background-image: url(../../images/view.png);
    cursor: pointer;
}
.sec-dashboard .form-group .icon-action.icon-eye:hover {
    opacity: 0.7;
}
.sec-dashboard .form-group .icon-action.icon-hidden {
    background-image: url(../../images/hidden.png);
    cursor: pointer;
}
.sec-dashboard .form-group .icon-action.icon-hidden:hover {
    opacity: 0.7;
}
.sec-dashboard .form-group .icon-action.icon-check {
    right: 8px;
    background-image: url(../../images/check.png);
}
@media (min-width: 768px) {
    .sec-dashboard .form-group .icon-action.icon-check {
        right: -8px;
        transform: translateX(100%);
    }
}
.sec-dashboard .form-group .icon-action.icon-capslock {
    right: 8px;
    background-image: url(../../images/capslock.png);
}
@media (min-width: 768px) {
    .sec-dashboard .form-group .icon-action.icon-capslock {
        right: -8px;
        transform: translateX(100%);
    }
}
.sec-dashboard .form-group-custom input {
    max-width: 100% !important;
    padding-right: 10px !important;
}
.sec-dashboard .form-group-custom label {
    width: auto !important;
    margin-bottom: 0;
    min-width: 80px;
    display: flex;
    align-items: center;
}
.sec-dashboard .form-group label {
    font-weight: 500;
}
@media (max-width: 768px) {
    .sec-dashboard .form-group label {
        width: 100%;
    }
}
@media (min-width: 768px) {
    .sec-dashboard .form-group label {
        margin-bottom: 0;
        flex: 0 0 130px;
    }
}
.sec-dashboard .foget-password {
    color: #003cbf;
    margin-bottom: 24px;
    text-align: right;
    cursor: pointer;
}
.sec-dashboard .wrap {
    flex-grow: 1;
}
.sec-dashboard .wrap input {
    width: 100%;
}
.sec-dashboard .wrap .form-group {
    margin-top: 12px;
    gap: 12px;
}
.sec-dashboard .form-group input,
.sec-dashboard .form-group select,
.sec-dashboard .form-group textarea {
    flex: 1;
    border: 1px solid #ddd;
    background-color: #eee;
    border-radius: 6px;
    font-size: 14px;
    padding: 8px 48px 8px 10px;
}
@media (min-width: 768px) {
    .sec-dashboard .form-group input,
    .sec-dashboard .form-group select,
    .sec-dashboard .form-group textarea {
        padding: 8px 32px 8px 10px;
    }
}
.sec-dashboard .form-group input:disabled,
.sec-dashboard .form-group select:disabled,
.sec-dashboard .form-group textarea:disabled {
    font-weight: bold;
}
.sec-dashboard .form-group select,
.sec-dashboard .form-group textarea {
    padding-right: 10px !important;
}
.sec-dashboard .form-group input:focus,
.sec-dashboard .form-group select:focus,
.sec-dashboard .form-group textarea:focus {
    outline: none;
    border-color: #409eff;
    box-shadow: 0 0 0 1px #409eff33;
}
.sec-dashboard .form-group input[type='radio'] {
    margin-left: 10px;
    margin-right: 5px;
    flex: none;
}
.sec-dashboard .form-group input[type='tel'] {
    width: calc(100% - 80px - 5px);
}
.sec-dashboard textarea {
    min-height: 60px;
    resize: vertical;
}
.sec-dashboard .btn-submit {
    display: block;
    width: 150px;
    margin: auto;
    padding: 10px;
    background-color: #1a73e8;
    color: white;
    font-weight: 500;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.3s ease;
}
.sec-dashboard .btn-submit:hover {
    background-color: #0c5fd0;
}

.address-item {
    display: flex;
    border: 1px solid #0073ff;
    border-radius: 12px;
    background-color: #fafafa;
    padding: 16px;
}
@media (max-width: 768px) {
    .address-item {
        flex-direction: column;
        gap: 12px;
    }
}
@media (min-width: 768px) {
    .address-item {
        padding: 20px 0;
    }
}
@media (min-width: 768px) {
    .address-item > div {
        padding: 0 16px;
    }
}
.address-item + .address-item {
    margin-top: 12px;
}
.address-item .name {
    font-weight: bold;
    white-space: nowrap;
    flex-shrink: 0;
    width: 200px;
    text-align: center;
    position: relative;
}
.address-item .name .status {
    font-size: 12px;
    padding: 2px 16px;
    border-radius: 20px;
    font-weight: normal;
    margin-top: 4px;
    border: 1px solid #ccc;
}
.address-item .name::after {
    position: absolute;
    top: 4px;
    bottom: 0;
    right: 0;
    height: 24px;
    content: '';
    border-left: 1px solid #999;
}
.address-item .phone {
    color: #013cbe;
    font-weight: bold;
    flex-shrink: 0;
    font-size: 16px;
}
.address-item .address-info {
    color: #333;
    flex-grow: 1;
    text-align: center;
}
.address-item .btn-action {
    flex-shrink: 0;
    display: flex;
    gap: 4px;
}
@media (max-width: 768px) {
    .address-item .btn-action {
        margin-left: auto;
    }
}
.address-item .btn-action button {
    border: none;
    outline: none;
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 4px;
    height: 36px;
    width: 36px;
    background-color: transparent;
    transition: all 0.3s;
    filter: brightness(0) saturate(100%) invert(38%) sepia(51%) saturate(3709%) hue-rotate(201deg) brightness(91%) contrast(99%);
}
.address-item .btn-action button:hover {
    opacity: 0.7;
}
.address-item .btn-action button.btn-edit {
    background-image: url(../../images/icon-edit.png);
}
.address-item .btn-action button.btn-remove {
    background-image: url(../../images/remove.png);
}
.address-item.active .name .status {
    background-color: #007bff;
    color: #fff;
    border-color: #007bff;
}

.order-list-wrapper .order-list-wrapper {
    max-width: 900px;
    margin: 20px auto;
    font-family: inherit;
}
.order-list-wrapper .order-filter {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
    align-items: center;
}
@media (max-width: 768px) {
    .order-list-wrapper .order-filter {
        flex-direction: column;
        align-items: stretch;
    }
}
.order-list-wrapper .order-filter input,
.order-list-wrapper .order-filter select {
    padding: 8px 12px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 14px;
}
.order-list-wrapper .order-filter input {
    flex: 1;
}
.order-list-wrapper .order-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}
.order-list-wrapper .order-table th,
.order-list-wrapper .order-table td {
    text-align: left;
    padding: 12px 10px;
    border-bottom: 1px solid #eee;
}
@media (max-width: 768px) {
    .order-list-wrapper .order-table th,
    .order-list-wrapper .order-table td {
        padding: 8px;
        font-size: 12px;
    }
}
.order-list-wrapper .order-table th {
    background: #f5f5f5;
    font-weight: 600;
}
.order-list-wrapper .order-table td a {
    color: #0073ff;
    text-decoration: none;
    font-weight: 500;
}
.order-list-wrapper .order-table td a:hover {
    text-decoration: underline;
}
.order-list-wrapper .status {
    padding: 4px 10px;
    border-radius: 12px;
    font-size: 13px;
    display: inline-block;
}
.order-list-wrapper .status.done {
    background: #e7f7ed;
    color: #0f9d58;
}
.order-list-wrapper .status.processing {
    background: #fff8e1;
    color: #f57c00;
}
.order-list-wrapper .status.cancelled {
    background: #fdecea;
    color: #d32f2f;
}
.order-list-wrapper #order-search {
    padding-left: 36px;
    background-size: 16px;
    background-image: url(../../images/icon-search.png);
    background-repeat: no-repeat;
    background-position: center left 8px;
}

.product-table {
    border-radius: 8px;
    overflow: hidden;
}
.product-table .product-row {
    padding: 12px;
    display: flex;
}
.product-table .product-row.product-head {
    background-color: #eee;
    text-align: center;
    font-weight: bold;
}
.product-table .product-row + .product-row {
    border-top: 2px solid #eee;
}
.product-table .product-row .product-info {
    flex-grow: 1;
    display: flex;
    gap: 24px;
}
@media (max-width: 768px) {
    .product-table .product-row .product-info {
        gap: 8px;
        padding-right: 12px;
        font-size: 13px;
    }
}
.product-table .product-row .product-info .images {
    width: 60px;
    flex-shrink: 0;
}
@media (max-width: 768px) {
    .product-table .product-row .product-info .images {
        width: 48px;
    }
}
.product-table .product-row .product-info .images .imgDrop {
    padding-top: 140%;
}
.product-table .product-row .product-order {
    width: 116px;
    flex-shrink: 0;
    text-align: center;
}
@media (min-width: 768px) {
    .product-table .product-row .product-order {
        width: 220px;
    }
}
.product-table .product-row .product-order .btn-order {
    padding: 2px 24px 2px 16px;
    border-radius: 20px;
    background-color: #003cbf;
    color: #fff;
    display: inline-block;
    margin-top: 4px;
    padding-left: 40px;
    background-image: url(../../images/checkout.png);
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: center left 12px;
    opacity: 1;
    transition: all 0.3s;
}
.product-table .product-row .product-order .btn-order:hover {
    opacity: 0.7;
}

.modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transform: scale(1.1);
    transition:
        visibility 0s linear 0.25s,
        opacity 0.25s 0s,
        transform 0.25s;
}

.modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 380px;
    background-color: #fff;
    border-radius: 0;
}

.close-button {
    position: absolute;
    top: -8px;
    right: -8px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    line-height: 36px;
    text-align: center;
    transform: translate(100%, -100%);
    background-color: transparent;
    font-size: 24px;
    color: #fff;
    cursor: pointer;
    z-index: 999;
}

.close-button:hover {
    background-color: darkgray;
}

.show-modal {
    opacity: 1;
    display: block;
    visibility: visible;
    transform: scale(1);
    transition:
        visibility 0s linear 0s,
        opacity 0.25s 0s,
        transform 0.25s;
}

.contact-box {
    position: relative;
    width: 100%;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.01);
    padding: 16px;
    font-family: Arial, sans-serif;
}

.contact-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: bold;
    margin-bottom: 10px;
}

.contact-icon img {
    width: 24px;
    height: 24px;
}

.call-icon {
    display: block;
    width: 16px;
    height: 16px;
}
.call-icon img {
    width: 100%;
}

.contact-title {
    flex: 1;
    text-align: left;
    margin-left: 8px;
    font-size: 18px;
}

.contact-close {
    cursor: pointer;
    font-size: 30px;
    color: #444;
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 0;
    right: 12px;
    opacity: 0.7;
}

.contact-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 0;
    border-bottom: 1px solid #eee;
}

.contact-row:last-child {
    border-bottom: none;
}

.hotline-row {
    justify-content: space-around;
    border-bottom: 1px solid #eee;
    gap: 24px;
}
@media (min-width: 768px) {
    .hotline-row {
        flex-direction: column;
        gap: 8px;
    }
    .hotline-row button {
        width: 100%;
    }
}
@media (min-width: 768px) {
    .hotline-row .call-icon {
        display: none;
    }
}
@media (max-width: 768px) {
    .hotline-row .only-pc {
        display: none;
    }
}

.contact-left {
    display: flex;
    align-items: center;
    gap: 8px;
}

.contact-left img {
    width: 28px;
    height: 28px;
}

.btn-us,
.btn-vn {
    display: inline-flex;
    align-items: center;
    line-height: 1;
    gap: 8px;
    border: none;
    padding: 0px 14px;
    border-radius: 20px;
    font-size: 14px;
    cursor: pointer;
    transition: 0.3s;
    height: 36px;
    min-width: 80px;
    justify-content: center;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
}

.hotline-row {
    padding-bottom: 12px;
}

.btn {
    background: #f5f5f5;
    border: none;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 14px;
    cursor: pointer;
    transition: 0.3s;
}

.btn:hover {
    background: #e0e0e0;
}

.btn-us,
.btn-vn {
    background: #f5f5f5;
    font-weight: bold;
}

.btn-chat {
    background: #fff;
    text-decoration: none;
    font-size: 13px;
    padding: 5px 16px 3px;
    border-radius: 18px;
    color: #003cbf;
    transition: 0.3s;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
}

.btn-chat:hover {
    background: #007bff;
    color: #fff;
}

.addThis_listSharing {
    width: 250px;
}
@media (max-width: 768px) {
    .addThis_listSharing {
        right: 16px;
    }
}

.addThis_listSharing .listSharing_action {
    width: 100%;
    max-width: 100%;
    bottom: 160px;
}
@media (max-width: 768px) {
    .addThis_listSharing .listSharing_action {
        bottom: 130px;
    }
}

.phone-group {
    display: flex;
    position: relative;
    width: 100%;
    flex: 1px;
    min-width: 150px;
}
.phone-group select {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    border: none !important;
    max-width: 50px;
    padding: 4px !important;
    background-color: transparent !important;
}
.phone-group input {
    padding-left: 60px !important;
}

.form-group-phone {
    position: relative;
}
.form-group-phone select {
    position: absolute;
    top: 0;
    left: 0;
    border: none !important;
    background-color: transparent;
    border-radius: 0 !important;
    height: 38px;
    background-color: transparent !important;
    border-right: 1px solid #ccc !important;
}
.form-group-phone input {
    padding-left: 80px !important;
    width: 100% !important;
}

.form-group-email {
    align-items: flex-start !important;
}

.group-email {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
}
.group-email #email {
    width: 100% !important;
}
.group-email .group-child {
    display: flex;
    align-items: center;
    margin-right: 8px;
}
.group-email .group-inner {
    display: flex;
    align-items: center;
}

header .item-user {
    position: relative;
    display: inline-flex !important;
    align-items: center;
    gap: 8px;
    z-index: 999;
    padding-bottom: 8px !important;
    cursor: pointer;
}
header .item-user:after {
    display: block;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    content: '';
    display: block;
    height: 5px;
    box-sizing: content-box;
    pointer-events: none;
    transform-origin: 66% 66%;
    transform: rotate(45deg);
    transition: all 0.15s ease-in-out;
    width: 5px;
}
header .item-user .user-dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    min-width: 160px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 0 2px rgba(68, 68, 68, 0.11);
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s;
}
header .item-user .user-dropdown ul {
    display: block;
    padding: 6px 0 !important;
}
header .item-user .user-dropdown ul li {
    display: block !important;
    padding: 0 !important;
}
header .item-user .user-dropdown ul li a {
    display: block;
    color: #000 !important;
    text-align: left !important;
    font-weight: normal !important;
    padding: 8px 12px !important;
    font-weight: 500;
    transition: all 0.3s;
}
header .item-user .user-dropdown ul li a:hover {
    background-color: #eee;
}
header .item-user:hover .user-dropdown {
    pointer-events: all;
    opacity: 1;
}

.block-mess .block-inner {
    display: flex;
}
.block-mess .block-inner .ttl-sub {
    margin-right: 12px;
    margin-top: -2px;
    color: #000 !important;
    font-weight: normal !important;
    font-style: italic;
}
.block-mess .block-inner .text {
    font-weight: bold;
}

.products-list button {
    border: none;
    cursor: pointer;
    font-size: 16px;
    transition: 0.25s;
}
.products-list .group-action {
    height: 36px;
    position: absolute;
    right: 4px;
    bottom: 20px;
}
.products-list .group-action .add-btn {
    position: absolute;
    top: 0;
    right: 0;
}
.products-list .group-action .qty-box {
    position: absolute;
    top: 0;
    right: 0;
    display: none;
}
.products-list .group-action .qty-box .qty-inner {
    display: inline-flex;
    align-items: center;
    transform: scale(1);
    opacity: 1;
    transition: all 0.25s ease;
    border: 1px solid #003cbf;
    color: #003cbf;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px;
    padding: 6px;
    border-radius: 30px;
    min-height: 35px;
    height: 35px;
    min-width: 35px;
}
.products-list .group-action .qty-box.hideButtons button {
    opacity: 0;
    pointer-events: none;
    width: 0;
    margin: 0;
    transition: 0.2s ease;
    padding: 0;
}
.products-list .group-action .qty-box button {
    width: 26px;
    height: 30px;
    font-size: 16px;
    cursor: pointer;
    background-color: transparent;
}
.products-list .group-action .qty-box .qty {
    width: 22px;
    font-size: 16px;
    text-align: center;
}
.products-list .fade {
    transition: all 0.25s ease;
    opacity: 1;
}
.products-list .fade.hide {
    opacity: 0;
}

.ttl-sec {
    font-size: 30px;
    font-weight: bold;
    color: #003cbf;
}

.order-tracking .group-input {
    display: flex;
    gap: 8px;
}
.order-tracking .group-input input {
    height: 36px;
    width: 100%;
    max-width: 250px;
    border: 1px solid #003cbf;
    padding: 8px 12px;
    border-radius: 6px;
}
.order-tracking .group-input button {
    width: 100px;
    height: 36px;
    border-radius: 6px;
    background-color: #003cbf;
    border: none;
    color: #fff;
}
.order-tracking .text-sub {
    margin-top: 8px;
}
.order-tracking .text-sub a {
    font-style: initial !important;
    font-weight: 600;
    color: #003cbf !important;
}

@media (min-width: 768px) {
    .cart-footer .col-12 {
        width: 34%;
    }
}

.cart-page .cart-header-info div:nth-child(4) {
    text-align-last: left !important;
}

.cart-page .cart_body .grid:nth-child(4) {
    justify-content: flex-start !important;
}

.cart-page .cart-header-info div:nth-child(5) {
    text-align-last: right !important;
}

.cart-page .cart_body .grid:nth-child(5) {
    justify-content: flex-end !important;
}

@media (max-width: 768px) {
    .cart-mobile .cart_body .cart_image {
        width: 110px;
        height: 110px;
        overflow: hidden;
    }
    .cart-mobile .cart_body .cart_image img {
        position: absolute;
        top: 0;
        bottom: 0;
        object-fit: cover;
        width: 100%;
        height: 100%;
        background-color: #fafafa;
    }
}

@media (max-width: 991px) {
    header.header .header-control {
        pointer-events: none;
    }
    header.header .header-control .ul-control {
        pointer-events: all;
    }
}
