@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap);
:root {
    --white: #fff;
    --black: #000;
    --primary: #032845;
    --second: #035493;
    --body: #140f08
}

h1,
h2,
h3,
h4,
h5 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.25
}

a,
button,
i,
img {
    transition: all ease .4s
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeindown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@media screen and (max-width:996px) {
    .fadeindown {
        animation: none
    }
}

.home-blog .main-blog p,
.home-blog .sub-blog .blog-item h4 a,
.line-3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.line-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.line-1 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical
}

.vuta-container {
    width: min(1230px, 100%)
}

.t-center {
    text-align: center!important
}

.t-right {
    text-align: right
}

.hidden-input {
    display: none;
    margin-top: 10px
}

.h-20 {
    height: 20px
}

.w-20 {
    width: 20px
}

.wraper {
    width: 90%;
    margin: 0 auto;
    padding-left: 10px;
    display: flex;
    padding-right: 10px
}

.box-title h2 {
    font-size: 60px;
    font-weight: 700;
    margin: 40px 0;
    text-align: center;
    color: #333;
    text-transform: capitalize
}

.box-title h2 span {
    color: var(--primary)
}

@media screen and (max-width:996px) {
    .box-title h2 {
        font-size: 24px;
        margin: 20px 0;
        line-height: 1.75
    }
}

.primary-btn {
    display: table;
    margin: 50px auto;
    color: #333;
    font-size: 18px;
    height: 60px;
    line-height: 60px;
    border: 1px solid #333;
    padding: 0 30px;
    border-radius: 10px;
    font-weight: 500;
    transition: background .3s ease, color .3s ease;
    background: #fff
}

.primary-btn:hover {
    background: var(--primary);
    color: #fff;
    border: 1px solid var(--primary)
}

.slogan {
    max-width: 750px;
    margin: 0 auto;
    font-size: 20px;
    text-align: center
}

@media screen and (max-width:996px) {
    .slogan {
        font-size: 16px
    }
}

.home-banner {
    background: url(../images/bgsl.jpg) no-repeat bottom center;
    background-position: 50%;
    background-size: cover;
    padding-bottom: 100px;
    margin-bottom: 30px;
    padding-top: 80px
}

@media screen and (max-width:996px) {
    .home-banner {
        background-position: center;
        padding-top: 20px;
        padding-bottom: 20px;
        background: url(../images/bgsl.jpg) no-repeat bottom center;
        background-color: #fff;
        background-size: 100%;
        margin-bottom: 0
    }
}

.home-banner .box-title h2 {
    font-size: 70px
}

@media screen and (max-width:996px) {
    .home-banner .box-title h2 {
        font-size: 30px;
        margin: 20px 0;
        line-height: 1.75
    }
}

.home-count {
    background-image: linear-gradient(113deg, var(--second) 0, var(--primary) 100%);
    padding: 30px 0;
    margin: 30px 0 40px
}

@media screen and (max-width:996px) {
    .home-count {
        margin: 0
    }
}

.home-count .wraper {
    flex-wrap: wrap
}

.home-count .box-item {
    width: 25%;
    text-align: center;
    color: #fff
}

@media screen and (max-width:996px) {
    .home-count .box-item {
        width: 50%
    }
}

.home-count .box-item .number {
    font-weight: 600;
    font-size: 60px
}

@media screen and (max-width:996px) {
    .home-count .box-item .number {
        font-size: 32px
    }
}

.home-count .box-item span {
    font-weight: 600;
    font-size: 22px
}

@media screen and (max-width:996px) {
    .home-count .box-item span {
        font-size: 16px
    }
}

.home-about {
    padding-top: 20px
}

.home-about .box-title h2 {
    text-align: left
}

.home-about .box-content {
    margin-bottom: 40px
}

.home-about .box-content p {
    font-size: 20px;
    color: #333;
    text-align: justify
}

@media screen and (max-width:996px) {
    .home-about .box-content p {
        font-size: 16px
    }
}

.home-service {
    padding: 60px 0
}

@media screen and (max-width:996px) {
    .home-service {
        padding: 20px 0
    }
}

.home-service .box-title {
    margin-bottom: 60px
}

@media screen and (max-width:996px) {
    .home-service .box-title {
        margin-bottom: 20px
    }
}

.home-service .service-item {
    box-shadow: 1px 1px 10px rgba(217, 217, 217, .3882352941);
    border-radius: 10px;
    padding: 15px 15px 30px;
    height: 100%;
    margin-bottom: 15px;
    transition: all ease .4s
}

.home-service .service-item:hover {
    box-shadow: 1px 1px 10px rgba(212, 5, 17, .1411764706)
}

.home-service .service-item .icon {
    margin-bottom: 20px
}

.home-service .service-item .icon img {
    width: 70px;
    margin: 20px 0 10px
}

.home-service .service-item h4 {
    margin-bottom: 20px
}

.home-service .service-item h4 a {
    color: #333;
    font-size: 24px;
    font-weight: 700;
    transition: color .3s ease
}

.home-service .service-item p {
    font-size: 18px;
    line-height: 1.6;
    text-align: justify;
    font-weight: 400;
    color: #333
}

.home-service .service-item .primary-btn {
    color: #434343;
    font-weight: 600;
    display: table;
    background: url(../images/muiten.svg) no-repeat right 20px center;
    padding: 10px 55px 10px 20px;
    margin: 25px 0 0;
    border: 1px solid #d9d9d9;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 500;
    transition: background .3s ease;
    height: unset;
    line-height: 1.5
}

.home-service .service-item .primary-btn:hover {
    background: url(../images/muiten2.svg) no-repeat right 20px center var(--primary);
    color: #fff
}

.home-whyus {
    margin: 85px 0;
    padding: 55px 0;
    background: linear-gradient(180deg, var(--primary) 28.3%, var(--second) 100%)
}

@media screen and (max-width:996px) {
    .home-whyus {
        margin: 0;
        padding: 20px 0
    }
}

.home-whyus .vuta-row {
    width: 100%
}

.home-whyus .box-title h2 {
    color: #fff;
    text-align: left
}

.home-whyus .box-title h2 span {
    color: #fff
}

.home-whyus .slogan {
    margin-left: 0;
    text-align: left;
    color: #fff
}

.home-whyus .box-btn .primary-btn {
    margin-left: 0;
    background: url(../images/muiten2.svg) no-repeat right 20px center;
    background-image: url(../images/muiten2.svg);
    padding-right: 80px;
    border: 1px solid #fff;
    color: #fff
}

.home-whyus #faqAre ul li a {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    position: relative;
    margin-bottom: 15px
}

@media screen and (max-width:996px) {
    .home-whyus #faqAre ul li a {
        font-size: 20px
    }
}

.home-whyus #faqAre ul li a .num {
    font-size: 46px;
    margin: 0 0 15px 0;
    font-weight: 900;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, .5411764706);
    background: url(../images/len.svg) no-repeat right center;
    background-size: 20px
}

.home-whyus #faqAre ul li .hidden-content p {
    font-size: 20px;
    color: #fff
}

@media screen and (max-width:996px) {
    .home-whyus #faqAre ul li .hidden-content p {
        font-size: 16px
    }
}

.home-whyus #faqAre ul li.active .hidden-content {
    display: block
}

.home-whyus #faqAre ul li.active a .num {
    background: url(../images/xuong.svg) no-repeat right center;
    background-size: 20px
}

.home-blog .box-title {
    margin-bottom: 40px
}

.home-blog .box-img {
    aspect-ratio: 16/9;
    border-radius: 10px;
    overflow: hidden
}

.home-blog .box-img img {
    object-fit: cover;
    height: 100%;
    width: 100%
}

.home-blog .main-blog .box-img {
    margin-bottom: 15px
}

.home-blog .main-blog h4 a {
    color: var(--primary);
    font-size: 20px
}

.home-blog .main-blog .post {
    color: #868080;
    font-size: 15px;
    margin: 0 0 10px;
    background: url(../images/date.png) no-repeat left center;
    background-size: 15px;
    padding-left: 20px
}

.home-blog .sub-blog .blog-item {
    display: flex;
    margin-bottom: 20px
}

.home-blog .sub-blog .blog-item .box-img {
    max-width: 230px;
    flex-shrink: 0;
    margin-right: 15px
}

.home-blog .sub-blog .blog-item h4 a {
    color: #333;
    font-size: 16px
}

.home-blog .sub-blog .blog-item h4 a:hover {
    color: var(--primary)
}

.home-contact {
    background: var(--primary);
    padding: 50px 0;
    color: #fff
}

@media screen and (max-width:996px) {
    .home-contact {
        padding: 20px 0
    }
}

.home-contact .box-title h2 {
    color: #fff;
    text-align: left;
    font-size: 42px
}

@media screen and (max-width:996px) {
    .home-contact .box-title h2 {
        font-size: 24px
    }
}

.home-contact .box-title .slogan {
    text-align: left
}

.home-contact .contact-form .vuta-input {
    margin-bottom: 15px
}

.home-contact .contact-form textarea {
    min-height: 100px
}

.home-contact .contact-form .primary-btn {
    height: 50px;
    line-height: 50px;
    border: 1px solid #fff;
    background: var(--primary);
    border-radius: 4px;
    padding: 0 40px;
    color: #fff;
    text-transform: uppercase
}

.mobile-hide {
    display: table-cell
}

.only-mobile {
    display: none
}

.toggle-detail {
    background: 0 0;
    border: none;
    font-size: 18px;
    margin-left: 8px;
    cursor: pointer
}

.toggle-detail .icon {
    font-weight: 700
}

.detail-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height .4s ease;
    background: #f8f8f8;
    padding: 0 10px
}

.detail-content.open {
    max-height: 200px;
    padding: 10px
}

@media screen and (max-width:768px) {
    .mobile-hide {
        display: none
    }
    .only-mobile {
        display: inline-block
    }
}

.products-detail h3 {
    margin-bottom: 20px
}

.products-detail .box-img {
    aspect-ratio: 16/9;
    border-radius: 10px;
    overflow: hidden
}

.products-detail .box-img img {
    height: 100%;
    object-fit: cover
}

.products-detail .icon svg {
    height: 20px!important;
    width: 20px!important
}

.products-detail .icon svg g path {
    fill: #000!important
}

.products-detail .price {
    font-size: 28px;
    color: #000;
    font-weight: 600
}

.products-detail .info li {
    display: flex;
    align-items: center;
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: 500
}

.products-detail .info li:first-child {
    color: #17c653
}

.products-detail .separator {
    height: 3px;
    width: 100%;
    background: #f1f1f4;
    margin-top: 1rem;
    margin-bottom: 1rem
}

.products-detail .d-flex {
    font-weight: 600;
    margin-bottom: 10px
}

.products-detail .list-option {
    display: flex;
    gap: 10px
}

.products-detail .list-option li a {
    background: #7239ea;
    color: #fff;
    display: inline-flex;
    font-size: 12px;
    padding: 8px 10px;
    border-radius: 6px
}

.products-detail .list-option li a:hover {
    background: #ce2127
}

.products-detail textarea {
    min-height: 100px;
    margin-bottom: 15px
}

.products-detail .second-btn {
    background: #1b84ff;
    font-size: 14px;
    color: #fff;
    display: inline-flex;
    padding: 8px 10px;
    border-radius: 6px
}

.products-detail .second-btn:hover {
    filter: brightness(1.2)
}

.popup-products {
    position: fixed;
    inset: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .2);
    z-index: 9999;
    overflow: hidden;
    display: none
}

.popup-products.active {
    display: block
}

.popup-products .popup-content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 600px;
    background: #fff;
    border-radius: .65rem;
    border: 1px solid rgba(0, 0, 0, .175);
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .1);
    height: auto
}

.popup-products .popup-content .box-title {
    padding: 1.75rem;
    border-bottom: 1px solid #f1f1f4;
    text-align: left
}

.popup-products .popup-content .box-title h2 {
    margin: 0;
    text-align: left;
    font-size: 1.35rem
}

.popup-products .popup-content .popup-main h4 {
    font-size: 16px;
    padding: 1.75rem
}

.popup-products .popup-content table {
    margin-bottom: 20px
}

.popup-products .popup-content .gr-checkbox {
    padding: 0 1.75rem;
    padding-bottom: 1.75rem
}

.popup-products .popup-content .gr-checkbox label {
    position: relative;
    padding-left: 20px;
    cursor: pointer
}

.popup-products .popup-content .gr-checkbox label input {
    position: absolute;
    left: 0;
    top: 4px
}

.popup-products .popup-content .box-btn {
    display: flex;
    gap: 10px;
    padding-bottom: 1.75rem;
    justify-content: center
}

.popup-products .popup-content .box-btn button {
    padding: 8px 1.25rem;
    cursor: pointer;
    background: #1b84ff;
    border-radius: 6px;
    color: #fff
}

.popup-products .popup-content .box-btn button:hover {
    filter: brightness(1.1)
}

.popup-products .popup-content .box-btn button:last-child {
    background: #d9d9d9;
    color: #000
}

.right-btn {
    display: flex;
    align-items: center;
    justify-content: right;
    gap: 10px;
    margin-bottom: -70px
}

.right-btn button {
    display: inline-flex;
    padding: 5px 15px;
    height: auto;
    background: 0 0;
    border: 2px solid #1b84ff;
    color: #1b84ff;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    cursor: pointer
}

.right-btn button:first-child {
    border: none;
    padding: 0;
    border-radius: 10px;
    overflow: hidden
}

.right-btn button:first-child img {
    height: 40px
}

.login .vuta-container-fluid {
    padding: 0
}

.login .vuta-container-fluid .vuta-row {
    margin: 0;
    height: 100vh
}

.login .vuta-container-fluid .vuta-row [class^=vuta-col-] {
    padding: 0
}

.login .vuta-container-fluid .vuta-row .d-flex {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center
}

.login .vuta-container-fluid .form-login {
    max-width: 500px;
    width: 100%;
    padding: 2.5rem
}

.login .vuta-container-fluid .form-login h2 {
    font-size: 24px;
    margin-bottom: 0;
    color: #000;
    font-weight: 600;
    text-align: center
}

.login .vuta-container-fluid .form-login .t-center {
    margin-bottom: 20px
}

.login .vuta-container-fluid .form-login span {
    color: #a1a5b7;
    font-size: 14px;
    line-height: 1.5
}

.login .vuta-container-fluid .form-login span a {
    color: #009ef7
}

.login .vuta-container-fluid .form-login span a:hover {
    color: #33b1f9
}

.login .vuta-container-fluid .form-login .gr-input {
    margin-bottom: 20px
}

.login .vuta-container-fluid .form-login .gr-input span {
    display: block;
    padding-top: 10px
}

.login .vuta-container-fluid .form-login .gr-input .vuta-input {
    font-size: 14px
}

.login .vuta-container-fluid .form-login .gr-input a {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    width: 100%;
    height: 45px;
    background: #009ef7;
    font-size: 14px;
    color: #fff;
    border-radius: .25rem
}

.login .vuta-container-fluid .form-login .gr-input a:hover {
    background: #33b1f9
}

.login .vuta-container-fluid .form-login .text-right {
    margin-top: -10px;
    margin-bottom: 10px
}

.login .vuta-container-fluid .form-login .gr-checkbox {
    margin-bottom: 15px
}

.login .vuta-container-fluid .form-login .gr-checkbox label {
    padding-left: 20px;
    position: relative;
    cursor: pointer
}

.login .vuta-container-fluid .form-login .gr-checkbox label input {
    position: absolute;
    left: 0;
    top: 7px
}

.login .vuta-container-fluid .box-right {
    padding: 3.75rem;
    text-align: center;
    flex: 1 auto;
    height: 100%;
    background-image: url(../images/bg-right.png);
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-size: cover
}

.login .vuta-container-fluid .box-right .box-img {
    max-width: 500px;
    margin: 0 auto;
    margin-bottom: 40px
}

.login .vuta-container-fluid .box-right h1 {
    color: #fff
}

.login .vuta-container-fluid .box-right .slogan {
    font-size: 14px;
    color: rgba(255, 255, 255, .7)
}

body,
html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 13px!important;
    font-weight: 400;
    font-family: Inter, sans-serif;
    background: #f9f9f9
}

@keyframes blink {
    0% {
        opacity: 0
    }
    50% {
        opacity: .5
    }
    100% {
        opacity: 1
    }
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 1.5
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 0!important;
    right: 40px!important;
    width: 20px!important
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%2378829D' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    display: block;
    width: 100%;
    border: none!important;
    padding: .775rem 3rem .775rem 1rem;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.5;
    background-repeat: no-repeat;
    appearance: none;
    background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 16px 12px;
    box-shadow: false;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.gr-input input {
    width: 100%;
    height: 41.5px
}

.form-check .form-check-input:focus {
    outline: 0;
    box-shadow: none!important
}

.form-check .form-check-input {
    --bs-form-check-bg: transparent;
    flex-shrink: 0;
    width: 1.75rem;
    height: 1.75rem;
    margin-top: -.125rem;
    vertical-align: top;
    appearance: none;
    background-image: var(--bs-form-check-bg-image);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid var(--bs-gray-300);
    print-color-adjust: exact;
    --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
    width: 3.25rem;
    margin-left: -3.75rem;
    background-image: var(--bs-form-switch-bg);
    background-position: left center;
    border-radius: 3.25rem;
    transition: background-position .15s ease-in-out
}

.form-check .form-check-input:checked {
    background-position: right center;
    --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ffffff'/%3e%3c/svg%3e");
    --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 11' width='13' height='11' fill='none'%3e%3cpath d='M11.0426 1.02893C11.3258 0.695792 11.8254 0.655283 12.1585 0.938451C12.4917 1.22162 12.5322 1.72124 12.249 2.05437L5.51985 9.97104C5.23224 10.3094 4.72261 10.3451 4.3907 10.05L0.828197 6.88335C0.50141 6.59288 0.471975 6.09249 0.762452 5.7657C1.05293 5.43891 1.55332 5.40948 1.88011 5.69995L4.83765 8.32889L11.0426 1.02893Z' fill='%23ffffff'/%3e%3c/svg%3e");
    background-color: #1b84ff;
    border-color: #1b84ff
}

@keyframes blink {
    0%,
    100% {
        opacity: 1
    }
    50% {
        opacity: 0
    }
}

.vuta-input:focus {
    outline: 0;
    box-shadow: none!important
}

.box-flex {
    display: flex;
    align-items: center
}

.box-flex .vuta-input {
    margin-bottom: 0!important;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.box-flex .right-abs {
    height: 41.5px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f9f9f9;
    border-radius: 0 .25rem .25rem 0;
    width: 60px;
    justify-content: center
}

.icon {
    margin-right: 10px;
    margin-left: 3px;
    margin-bottom: 3px
}

.icon svg {
    width: 18px!important;
    height: 18px!important;
    transition: all ease .4s
}

.icon svg g path {
    fill: #77829d!important
}

.select2-results__options {
    max-height: 500px;
    overflow-y: auto
}

.tab-content,
.tab-sub-content {
    display: none
}

.tab-content.active,
.tab-sub-content.active {
    display: block
}

.select2-dropdown {
    border: 0!important;
    box-shadow: 0 0 50px 0 rgba(82, 63, 105, .15);
    border-radius: .65rem;
    padding: 1rem 0;
    background-color: #fff
}

.select2-dropdown .select2-results__option.select2-results__option--selected {
    background-color: #f9f9f9;
    color: #1bb4ff;
    transition: color .2s ease;
    position: relative
}

.select2-selection__rendered {
    color: #444;
    line-height: 1.5!important
}

.select2-dropdown .select2-results__option {
    padding-left: 10px!important
}

.select2-dropdown .select2-results__option:hover,
.select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #f9f9f9!important;
    color: #000!important
}

.client .vuta-container {
    width: min(1320px, 100%)
}

.client .wraper {
    width: 100%;
    padding-top: 50px;
    padding-left: 350px;
    flex: 1 auto
}

.client .wraper .aside {
    width: 300px;
    flex-shrink: 0;
    position: fixed;
    top: 50px;
    bottom: 50px;
    left: 50px;
    z-index: 100;
    overflow: hidden;
    width: 300px;
    border-radius: 2rem;
    padding-top: 2.25rem!important;
    padding-bottom: 2.25rem!important;
    display: flex;
    flex-direction: column;
    background: #f1f1f4
}

.client .wraper .aside .logo {
    padding-right: 2.25rem;
    padding-left: 2.25rem;
    margin-bottom: 2.25rem
}

.client .wraper .aside .logo img {
    height: 30px
}

.client .wraper .aside .left-menu {
    display: flex;
    align-items: center;
    width: 100%;
    flex: 1 0 auto;
    padding-left: 1.25rem;
    padding-right: .75rem;
    margin-bottom: 2.25rem
}

.client .wraper .aside .left-menu .tabs {
    height: calc(100vh - 300px);
    overflow-y: scroll;
    width: 100%
}

.client .wraper .aside .left-menu .tabs h4 {
    padding: .65rem 1rem;
    font-weight: 600;
    font-size: .95rem!important;
    text-transform: uppercase;
    margin-top: 10px;
    color: #99a1b7
}

.client .wraper .aside .left-menu .tabs button {
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 0;
    font-weight: 600;
    transition: all ease .4s;
    flex: 0 0 100%;
    padding: .65rem 1rem;
    padding-top: .65rem;
    padding-bottom: .65rem;
    transition: none;
    outline: 0!important;
    border-radius: .65rem;
    font-size: 1.1rem;
    width: 100%;
    color: #4b5675
}

.client .wraper .aside .left-menu .tabs button .label {
    color: #fff;
    background-color: red;
    font-size: 10px;
    padding: 2px 6px;
    text-transform: uppercase;
    margin-left: 6px;
    border-radius: 4px;
    animation: blink 1s infinite;
    vertical-align: middle
}

.client .wraper .aside .left-menu .tabs button.active {
    color: #000
}

.client .wraper .aside .left-menu .tabs button.active svg g path {
    fill: #000!important
}

.client .wraper .aside .left-menu .tabs button:hover {
    color: #071347
}

.client .wraper .aside .left-menu .tabs button:hover svg g path {
    fill: #071347!important
}

.client .wraper .aside .aside-footer {
    padding-right: 2.25rem!important;
    padding-left: 2.25rem!important
}

.client .wraper .aside .aside-footer .box-info {
    display: flex;
    align-items: center
}

.client .wraper .aside .aside-footer .box-info .avatar {
    width: 40px;
    height: 40px;
    aspect-ratio: 1/1;
    flex-shrink: 0;
    margin-right: 5px
}

.client .wraper .aside .aside-footer .box-info .avatar img {
    border-radius: 50%
}

.client .wraper .aside .aside-footer .box-info .info h4 {
    font-weight: 600;
    font-size: 14px;
    color: #000;
    margin-bottom: 0
}

.client .wraper .aside .aside-footer .box-info .info h4 a {
    color: #000
}

.client .wraper .aside .aside-footer .box-info .info p {
    margin-bottom: 0;
    color: #99a1b7;
    font-size: 12px
}

.client .wraper .aside .aside-footer .box-info .ms {
    margin-left: auto
}

.client .wraper .aside .aside-footer .box-info .ms .sub-menu {
    display: none
}

.client .wraper .main-client {
    width: 100%
}

.client .wraper .main-client .box-title {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.client .wraper .main-client .box-title h2 {
    text-align: left;
    font-size: 1.75rem!important;
    font-weight: 600!important
}

.client .wraper .main-client .card {
    border: none;
    background: 0 0;
    padding: 0
}

.client .wraper .main-client .card .card-body {
    padding: 2rem 2.25rem;
    background: #fff;
    border-radius: 10px;
    flex: unset;
    margin-bottom: 20px;
    border: 1px solid #f1f1f4;
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .03)
}

.client .wraper .main-client .card .card-body label {
    margin-bottom: .5rem;
    font-size: 1.05rem;
    font-weight: 500;
    color: #252f4a;
    display: block
}

.client .wraper .main-client .card .card-body .vuta-input {
    background-color: #f9f9f9;
    border-color: #f9f9f9;
    color: #4b5675;
    transition: color .2s ease;
    padding-top: .575rem;
    padding-bottom: .575rem;
    min-height: calc(1.5em + 1.55rem + 2px);
    padding-right: 30px!important;
    margin-bottom: 20px
}

.client .wraper .main-client .card .card-body .vuta-input img {
    height: 20px!important;
    width: 20px!important
}

.client .wraper .main-client .card .card-body .select2-container .select2-selection--single,
.client .wraper .main-client .card .card-body .select2-selection--multiple:not(.form-select-sm):not(.form-select-lg) {
    min-height: calc(1.5em + 1.55rem + 2px);
    padding-top: .575rem;
    padding-bottom: .575rem;
    border-color: #f9f9f9;
    color: #4b5675;
    transition: color .2s ease;
    background: #f9f9f9;
    padding-top: .575rem;
    padding-bottom: .575rem;
    min-height: calc(1.5em + 1.55rem + 2px);
    padding-right: 30px!important
}

.client .wraper .main-client .card .card-body .vuta-seclect {
    --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%2378829D' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    display: block;
    width: 100%;
    padding: .775rem 3rem .775rem 1rem;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.5;
    appearance: none;
    background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 16px 12px;
    box-shadow: false;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.client .wraper .main-client .card .card-header {
    border: 0;
    padding: 0;
    background: 0 0
}

.client .wraper .main-client .card .small {
    font-style: italic
}

.client .wraper .main-client .card .form-check {
    padding: 0;
    margin-top: 10px
}

.client .wraper .main-client .card .form-check .form-check-input {
    margin: 0;
    margin-right: 10px
}

.client .wraper .main-client .card .form-check label {
    font-weight: 400
}

.client .wraper .main-client .card .form-check label span {
    font-weight: 600
}

.client .wraper .main-client .card .box-btn .second-btn {
    background: #1b84ff;
    height: 41.5px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    color: #fff;
    text-transform: uppercase;
    width: 100%;
    font-weight: 600;
    justify-content: center
}

.client .wraper .main-client .card .box-btn .second-btn:hover {
    filter: brightness(1.2)
}

.client .wraper .main-client .card textarea {
    min-height: calc(1.5em + 1.55rem + 2px)!important;
    height: 100%;
    border: 1px solid #dbdfe9!important
}

.client .wraper .main-client .alert {
    border: 1px solid #1bb4ff;
    color: #1bb4ff;
    padding: 20px;
    font-size: 18px;
    border-radius: 10px;
    margin-bottom: 20px
}

.client .wraper .main-client .alert .day {
    color: #008a00;
    font-weight: 600
}

.client .wraper .main-client .alert .red {
    font-weight: 600
}

.client .wraper .main-client .alert p a {
    color: #1bb4ff
}

.client .wraper .main-client .alert p:last-child {
    margin-bottom: 0
}

.client .form-search {
    position: relative
}

.client .form-search .search-btn {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 41.5px;
    padding-left: 10px;
    padding-right: 10px;
    background: #1b84ff;
    color: #fff;
    width: 76px;
    border-radius: 0 .25rem .25rem 0
}

.client .form-search .vuta-input {
    padding-right: 80px
}

.client .third-btn {
    height: 41.5px;
    background: #99a1b7;
    color: #fff;
    border-radius: 4px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.client .vuta-input {
    height: 41.5px
}

.red {
    color: red
}

#dat-hang .label {
    background: #1bb4ff;
    border-radius: 4px;
    color: #fff;
    width: 45px;
    align-items: center;
    font-size: 12px;
    justify-content: center;
    display: flex
}

#dat-hang .box-btn {
    margin-top: 20px
}

#dat-hang .card-header {
    text-align: center
}

#dat-hang .card-header h5 {
    color: #1b84ff
}

#dat-hang .card-header p {
    font-size: 1.25rem!important;
    font-weight: 500
}

#dat-hang .card-main .vuta-input {
    margin-bottom: 0
}

#dat-hang .card-main .gr-input {
    margin-bottom: 20px
}

#dat-hang .card-main .box-wraper {
    padding: 1.25rem!important;
    border: 3px dashed #f1f1f4;
    font-size: 12px
}

#dat-hang .card-main .box-wraper p {
    margin-bottom: 5px
}

#dat-hang-sll .box-btn {
    margin-top: 20px
}

table {
    width: 100%;
    color: #333;
    font-size: .95rem!important
}

table td,
table th,
table tr {
    padding: 10px;
    border: 1px solid #f1f1f4
}

table td,
table th {
    text-align: center
}

table td:nth-child(2),
table th:nth-child(2) {
    text-align: left
}

table td:last-child,
table th:last-child {
    text-align: right
}

#cau-hinh .card-header,
#chien-dich .card-header,
#ho-tro .card-header {
    padding: 2rem 2.25rem;
    border-bottom: 1px solid #f1f1f4;
    display: flex;
    align-items: center;
    justify-content: space-between
}

#cau-hinh .card-header h4,
#chien-dich .card-header h4,
#ho-tro .card-header h4 {
    font-weight: 500;
    margin-bottom: 0;
    font-size: 1.275rem!important;
    margin-bottom: 0
}

#cau-hinh .card-header .box-btn button,
#chien-dich .card-header .box-btn button,
#ho-tro .card-header .box-btn button {
    padding-left: 20px;
    border-radius: 4px;
    text-transform: unset;
    font-size: 14px;
    padding-right: 20px
}

#cau-hinh .card-body,
#chien-dich .card-body,
#ho-tro .card-body {
    padding: 0
}

#cau-hinh .card-main,
#chien-dich .card-main,
#ho-tro .card-main {
    padding: 2rem 2.25rem
}

.subtabs {
    display: flex;
    border-bottom: 2px solid #f1f1f4;
    margin-bottom: 20px
}

.subtabs button {
    display: inline-flex;
    height: 40px;
    align-items: center;
    padding-left: 20px;
    font-size: 1.075rem!important;
    padding-right: 20px;
    position: relative
}

.subtabs button::before {
    position: absolute;
    height: 2px;
    width: 100%;
    bottom: -2px;
    background: #1b84ff;
    left: 0;
    content: "";
    opacity: 0;
    visibility: hidden
}

.subtabs button.active {
    color: #1b84ff
}

.subtabs button.active::before {
    opacity: 1;
    visibility: visible
}

.gr-service .gr-input {
    margin-bottom: 20px
}

.gr-service table td,
.gr-service table th {
    text-align: center
}

.gr-service table td:first-child,
.gr-service table th:first-child {
    text-align: left!important;
    width: 10%!important;
    padding-left: 20px
}

.gr-service table td:last-child,
.gr-service table th:last-child {
    text-align: right;
    width: 10%;
    padding-right: 20px
}

#danh-sach .box-btn {
    display: flex;
    gap: 10px;
    flex-wrap: wrap
}

#danh-sach .box-btn .primary-btn {
    height: 41.5px;
    margin: 0;
    line-height: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    text-transform: unset;
    padding-left: 5px;
    padding-right: 5px;
    text-transform: unset
}

#danh-sach .box-btn button {
    width: calc(50% - 10px);
    border-radius: .25rem
}

#danh-sach table .tooltip {
    position: absolute
}

#danh-sach table td[colspan="10"] {
    text-align: left;
    font-weight: 600
}

#danh-sach table th {
    text-align: center
}

#danh-sach table td {
    text-align: center
}

#danh-sach table td:last-child a {
    background: #1b84ff;
    font-size: 12px;
    border-radius: 4px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 4px;
    padding-bottom: 4px;
    color: #fff
}

table img {
    width: 15px!important;
    height: 15px!important;
    margin-right: 5px
}

#don-hang-dv table tr:first-child {
    border: none
}

#don-hang-dv table tr:first-child td {
    border: none;
    padding: 0 5px;
    padding-bottom: 5px;
    padding-left: 0
}

#don-hang-dv table td[colspan="4"] {
    text-align: left!important
}

#don-hang-dv table td[colspan="4"] label {
    display: inline-block;
    margin-bottom: 0
}

#don-hang-dv table tr input[type=checkbox] {
    cursor: pointer
}

#don-hang-dv table tr td {
    width: fit-content
}

#don-hang-dv table tr td p {
    margin-bottom: 0;
    width: fit-content;
    white-space: nowrap!important
}

#don-hang-dv table tr td .box-btn {
    text-align: center
}

#don-hang-dv table tr td:first-child {
    text-align: left
}

#don-hang-dv table tr td .form-check {
    display: flex;
    gap: 5px;
    align-items: center
}

#don-hang-dv table tr td .form-check span {
    font-weight: 600
}

#don-hang-dv table tr td .text-success {
    font-weight: 600
}

#don-hang-dv table tr td .t-small {
    font-size: 10px;
    margin-bottom: 5px
}

#don-hang-dv table tr td .label {
    font-size: 10px;
    text-align: center;
    padding: 3px 5px;
    background: red;
    color: #fff;
    border-radius: 4px
}

#don-hang-dv table tr .second-btn {
    padding-left: 10px;
    padding-right: 10px;
    display: inline-flex;
    padding-top: 5px;
    padding-bottom: 5px;
    text-transform: unset;
    width: fit-content
}

#don-hang-dv .price {
    color: #1b84ff;
    font-weight: 600
}

#bao-hanh-dv table td,
#bao-hanh-dv table th {
    text-align: center
}

#bao-hanh-dv table td:first-child,
#bao-hanh-dv table th:first-child {
    padding-left: 20px;
    text-align: left
}

.products {
    border-radius: .85rem;
    overflow: hidden;
    border: 1px solid #f1f1f4;
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .03);
    margin-bottom: 15px
}

.products .box-img {
    aspect-ratio: 16/9
}

.products .box-content {
    padding: 10px
}

.products .box-content h4 {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 400
}

.products .box-content h4 a {
    color: #333
}

.products .box-content .price {
    margin-bottom: 0;
    font-weight: 600
}

#danh-sach-sp .vuta-input {
    margin-bottom: 0
}

#danh-sach-sp .box-title h3 {
    font-size: 1.25rem;
    margin-top: 10px;
    display: block;
    padding-left: 5px;
    width: 100%;
    padding-right: 5px;
    padding-bottom: 10px;
    border-bottom: 3px solid #f1f1f4;
    margin-bottom: 15px
}

.blue,
.red {
    font-weight: 600
}

.blue {
    color: #1b84ff
}

table td,
table th {
    text-align: center!important
}

table td:first-child,
table th:first-child {
    text-align: left!important;
    padding-left: 20px
}

table td:last-child,
table th:last-child {
    text-align: right!important;
    padding-right: 20px
}

table td,
table th,
table tr {
    border: none!important
}

table tr {
    border-bottom: 1px dashed #f1f1f4!important
}

table th {
    background: #f2f2f2!important;
    text-transform: uppercase
}

table tr:nth-child(even) {
    background: #f9f9f9
}

table td {
    font-weight: 600
}

#nap-tien table td,
#nap-tien table th {
    text-align: center
}

#nap-tien table td:first-child,
#nap-tien table th:first-child {
    text-align: left
}

#nap-tien table td:last-child,
#nap-tien table th:last-child {
    text-align: right
}

#nap-tien table td:nth-child(2) {
    font-weight: 600;
    color: #1b84ff
}

#nap-tien table tr:last-child td:first-child {
    text-align: right;
    font-weight: 600
}

#nap-tien table tr .nc {
    color: #ffc000
}

#dong-tien table td,
#dong-tien table th {
    text-align: center
}

#dong-tien table td:first-child,
#dong-tien table th:first-child {
    text-align: left
}

#dong-tien table td:last-child,
#dong-tien table th:last-child {
    text-align: right
}

#dong-tien table td:last-child {
    font-weight: 600
}

#ho-tro .d-flex {
    align-items: center;
    margin-bottom: 10px
}

#ho-tro .d-flex .icon svg {
    height: 28px!important;
    width: 28px!important
}

#ho-tro .d-flex .icon svg g path {
    fill: #fff!important
}

#ho-tro .d-flex span {
    font-size: 10px;
    color: #77829d
}

#ho-tro .d-flex h5 {
    font-size: 14px
}

#ho-tro .d-flex h5 a {
    font-size: 14px;
    color: #000
}

#ho-tro ul {
    padding-top: 15px;
    padding-left: 15px;
    border-top: 1px solid #f1f1f4
}

#ho-tro ul li {
    list-style: disc;
    font-weight: 600
}

#ho-tro table td,
#ho-tro table th {
    text-align: center
}

#ho-tro table td:first-child,
#ho-tro table th:first-child {
    text-align: left;
    padding-left: 20px
}

#ho-tro table td:last-child,
#ho-tro table th:last-child {
    text-align: right;
    padding-right: 20px
}

.select2-dropdown .select2-search .select2-search__field {
    background-color: #fff;
    padding: .55rem .75rem;
    color: #4b5675;
    font-size: .95rem;
    border: 1px solid #dbdfe9;
    border-radius: .3rem;
    outline: 0!important
}

#cau-hinh .box-btn .second-btn {
    display: inline-flex;
    width: fit-content;
    padding-right: 25px;
    padding-left: 25px
}

#cau-hinh table td,
#cau-hinh table th {
    text-align: center
}

#cau-hinh table td:first-child,
#cau-hinh table th:first-child {
    text-align: left;
    padding-left: 20px
}

#kiem-tien table td {
    font-weight: 600
}

.header {
    padding: 10px 0;
    border-bottom: 1px solid #f1f1f1;
    background: #fff
}

.header .wraper {
    justify-content: space-between;
    align-items: center
}

.header .logo img {
    max-width: 200px
}

@media screen and (max-width:1200px) {
    .header .logo img {
        max-width: 100px
    }
}

@media screen and (max-width:1200px) {
    .header .menu {
        display: none
    }
}

.header .menu .accordion {
    display: flex;
    align-items: center;
    gap: 40px
}

.header .menu .accordion li>.link>a {
    display: flex;
    align-items: center;
    height: 54px;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase
}

.header .menu .accordion li>.link>a:hover {
    color: var(--primary)
}

.header .menu .accordion li.active a {
    color: var(--primary)
}

.header .menu .accordion .dropdown {
    position: relative
}

.header .menu .accordion .dropdown:hover .submenu {
    top: 100%;
    opacity: 1;
    visibility: visible
}

.header .menu .accordion .dropdown .link>a {
    position: relative;
    padding-right: 20px
}

.header .menu .accordion .dropdown .link>a::before {
    position: absolute;
    content: "\f107";
    font-family: fontawesome;
    right: 0;
    font-size: 14px
}

.header .menu .accordion .dropdown .submenu {
    position: absolute;
    min-width: 280px;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    top: calc(100% + 20px);
    background: #fff;
    box-shadow: 1px 1px 15px rgba(0, 0, 0, .15);
    color: #777;
    text-align: left;
    transition: all ease .4s
}

.header .menu .accordion .dropdown .submenu li a {
    display: flex;
    padding: 10px 20px;
    font-size: 14px;
    white-space: nowrap;
    border-bottom: 1px solid rgba(0, 0, 0, .15);
    color: #000;
    line-height: 1.75;
    text-transform: uppercase
}

.header .menu .accordion .dropdown .submenu li a:hover {
    background: var(--primary);
    color: #fff
}

.header .menu .accordion .dropdown .submenu li:last-child a {
    border-bottom: 0
}

.header .header-top-right a {
    background: var(--primary);
    color: #fff;
    text-transform: uppercase;
    height: 45px;
    display: flex;
    align-items: center;
    padding: 0 15px;
    border-radius: 6px;
    font-size: 15px;
    line-height: 1.5;
    transition: background .3s ease
}

.header .header-top-right a:hover {
    background: var(--second)
}

.footer .footer-top {
    padding: 50px 0
}

.footer .logo img {
    max-width: 160px;
    margin-bottom: 20px
}

.footer .logo h2 {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 15px
}

.footer .logo .slogan {
    text-align: left;
    font-size: 16px;
    margin-bottom: 15px
}

.footer .list-info {
    padding-left: 20px;
    margin-bottom: 20px
}

.footer .list-info li {
    margin-bottom: 8px;
    font-weight: 600;
    list-style: disc
}

.footer .list-info li span {
    font-weight: 400
}

.footer .list-info li a {
    color: #333
}

.footer .list-info li a:hover {
    color: var(--primary)
}

.footer h3 {
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 12px
}

@media screen and (max-width:996px) {
    .footer h3 {
        margin-top: 20px
    }
}

.footer .menu-footer {
    padding-left: 20px
}

.footer .menu-footer li {
    margin-bottom: 10px;
    list-style: disc
}

.footer .menu-footer li a {
    color: #333;
    font-size: 16px
}

.footer .menu-footer li a:hover {
    color: var(--primary)
}

.footer .list-contact {
    display: flex;
    gap: 10px
}

.footer .list-contact img {
    width: 40px
}

.footer .fotter-coppyright {
    padding: 5px 0;
    background: var(--second)
}

.footer .fotter-coppyright p {
    text-align: center;
    color: #fff;
    font-size: 14px;
    margin-bottom: 0
}

.footer .fotter-coppyright p a {
    color: #fff;
    font-weight: 600
}