
@charset "UTF-8";

body {
    font-size: 14px;
    font-family: 'Mulish', sans-serif;
}

:root {
    --color-red: #ec2d3f;
    --color-medium-red: #cc2c32;
    --color-dark-red: #c31829;
    --color-green: #28a745;
    --color-dark-green: #207d36;
    --color-black: #212529;
    --color-gray: #757575;
    --background-static: #3fa07e;
    --background: #0E69B4;
    --background-hover: #eceb1b;
    --color-static: #000;
    --color-hover: #ec2d3f;
}

/* login-register */
.left-login {
    background: url(../images/background_login.png) no-repeat;
    width: 638px;
    position: relative;
    background-size: cover;
    height: 100vh;
}

.right-login {
    width: calc(100% - 638px);
    max-width: 406px;
    margin: auto;
}

.logo-img {
    width: 68px;
    margin: auto;
}

.slogan-login {
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    position: absolute;
    bottom: 70px;
    left: 100px;
}

.slogan-login span {
    display: block;
}

.name-company-login {
    font-size: 20px;
    color: #0E69B4;
    margin-bottom: 30px;
}

.title-login {
    font-size: 32px;
    color: #1E1F20;
    font-weight: 700;
}

.input-group-login {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #E8ECF4;
    background: #F7F8F9;
    height: 50px;
    padding: 0 10px;
    border-radius: 8px;
}

.input-group-login input,select {
    border: none !important;
    background: transparent !important;
}

.input-group-login input:focus,select:focus {
    border-color: transparent !important;
    box-shadow: none !important;
    background-color: transparent !important;
}

.input-group-login input::placeholder,select {
    font-size: 14px !important;
}

.btn-login:hover {
    color: #ffffff;
    background: #0e81ce;
}

.btn-login {
    font-size: 14px !important;
    background: #1E1F20;
    border-color: transparent !important;
    height: 50px;
    line-height: 50px;
    color: #fff;
    display: block;
    text-decoration: none;
    text-align: center;
}

.forgot-password-login {
    color: var(--color-gray);
}

.forgot-password-login:hover {
    color: #0E69B4;
}

.login-with {
    width: 100%;
    position: relative;
}

.login-with p {
    color: var(--color-gray);
    display: flex;
    /* background: #fff; */
    margin: 0;
    z-index: 1;
    position: relative;
    padding: 0 20px;
    justify-content: center;
    align-items: center;

}

.login-with p span {
    background: #fff;
    z-index: 1;
    padding: 0 20px;
}

.login-with p::after {
    content: '';
    width: 100%;
    height: 0.5px;
    position: absolute;
    left: 0;
    background: var(--color-gray);
    top: 10px;
}

.login-with a {
    width: calc(100%/2 - 20px);
    border-radius: 8px;
    border: 1px solid #B2BCCA;
    color: var(--color-black);
    padding: 8.5px 0;
}

.login-with a img {
    margin-right: 10px;
}

.download-app-login {}

.download-app-login p {
    font-size: 16px;
}

.download-app-login a {
    margin: 0 10px;
}

.register-login {
    color: var(--color-gray);
}

.register-login a {
    color: #0E69B4;
}

.rules-login a {
    color: #0E69B4;
}

.rules-login {
    padding: 0px 20px;
}

/*end login-register */
/*menu*/
.brand-profile {
    border: 1px dashed #fff;
    padding: 20px 0;
    border-radius: 24px;
}

.name-profilemenu {
    margin-bottom: 0;
    font-size: 16px;
}

.info-profilemenu {
    font-family: 'Inter', sans-serif;
    color: #fff;
    margin-top: 20px;
    width: 100%;
    padding: 0 15px;
}

.position-profilemenu {
    margin-bottom: 0;
    font-size: 13px;
}

.avata-profilemenu {
    position: relative;

}

.avata-profilemenu::after {
    content: '';
    background: url(../images/icon/icon_camera.png);
    width: 29px;
    height: 28px;
    position: absolute;
    bottom: 0;
    right: 10px;
}

.nav-small-news {
    color: #fff;
    list-style: none;
    font-size: 12px;
    font-family: 'Mulish';
    margin-top: 25px;
    text-transform: uppercase;
}

.edit-profilemenu {
    text-align: center;
    display: block;
    border: 1px solid #fff;
    border-radius: 20px;
    padding: 6px 0px;
    margin-top: 10px;
    color: #fff;
}

.edit-profilemenu i {
    font-size: 17px;
}

.edit-profilemenu:hover {
    color: #fff;
}

.edit-profilemenu img {
    margin-right: 5px;
}

.nav-item {
    display: block;
    width: 100%;
    position: relative;
}

.nav-item.act i {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.nav-item a {
    display: flex;
    justify-content: start;
    align-items: center;
    color: #fff !important;
    padding: 7px 15px;
    font-weight: 600;
    position: relative;
    border-radius: 5px;
}

.nav-item a.act {
    background-color: rgba(255, 255, 255, .1);
}

.nav-item i {
    position: absolute;
    top: 10px;
    right: 1rem;
    color: #fff;
    z-index: -1;
    transition: transform ease-in-out .3s;
    transition: transform ease-in-out .3s, -webkit-transform ease-in-out .3s;
}

.nav-item a:hover {
    color: #FFBB00 !important;
}

.nav-item a.active {
    color: #FFBB00 !important;
}

.nav-item a img {
    margin-right: 10px;
}

.nav-item a p {
    margin-bottom: 0;
}

.nav-item ul {
    padding-left: 25px;
    display: none;
}

.nav-item ul li {}

.nav-item ul li a {}

.sidebar-item {
    border-bottom: 1px solid #fff;
    padding-bottom: 20px;
}

.sidebar-item:last-child {
    border-bottom: 0;
}

/*end menu*/
/*header*/
.view-profileheader {}

.view-profileheader a {
    color: #1E1F20;

}

.height-header {
    height: 65px;
}

/*end header*/
/*title-main*/
.pic-main1 {
    position: relative;
    color: #fff;
}

.pic-main1 .title-main1 {
    position: absolute;
    bottom:
        35px;
    font-size: 28px;
    font-weight: 700;
    left: 20px;
    margin-bottom: 10px;
}

.pic-main1 .time-main1 {
    position: absolute;
    bottom: 0;
    left: 20px;
    margin-bottom: 20px;
}

.add-dm {
    background: #3E8556;
    color: #fff;
    padding: 10px 12px;
    border-radius: 4px;
    width: 100%;
    display: block;
    text-align: center;
}

.add-dm i {
    font-size: 16px;
}

.add-dm:hover {
    color: #fff;
}

.add-news {
    background: #0E69B4;
    color: #fff;
    padding: 10px 5px;
    border-radius: 30px;
    width: 100%;
    display: block;
    text-align: center;
    max-width: 110px;
}

.add-news i {
    font-size: 16px;
}

.add-news:hover {
    color: #fff;
}

.delete-all {
    background: #DC3546;
    color: #fff;
    padding: 10px 5px;
    border-radius: 30px;
    width: 100%;
    display: block;
    text-align: center;
    max-width: 110px;
}

.delete-all:hover {
    color: #fff;
}

.button-edit {
    width: 110px;
}

.title-main {
    width: calc(100% - 236px);
}

/* end title-main*/
.input-searchadmin {
    width: 33.3333333333%;
}

.input-searchadmin input {
    border-radius: 4px;
    height: 40px;
    background: #fff;
}

.input-searchadmin input::placeholder {
    color: #757575;
    font-weight: 300;
}

.input-category {
    width: 17.3515981735%;
}

.input-category select {
    background: #fff;
    border-radius: 4px;
}

.button-searchadmin {
    width: 8.12785388128%;
}

.button-searchadmin button {
    width: 100%;
    height: 40px;
    background-color: #000 !important;
    color: #fff !important;
    font-weight: 700;
    font-size: 14px;
    border-radius: 4px;
}

.button-searchadmin button::placeholder {
    font-weight: 700;
    color: #fff;
}

.botukhoa {}

.botukhoa span {
    border-radius: var(--spacing-2, 4px);
    border: 1px solid #D3D3D3;
    background: #F6F6F6;
    margin-right: 7px;
    color: #6B7181;
    padding: 4px 10px;
    margin-bottom: 7px;
}

.content {
    background: #fff;
    padding: 15px;
}

.validation-form h2 {
    font-size: 20px;
    font-weight: 700;
}

.validation-form .form-group {}

.validation-form .form-group label.title_main2 {
    width: 14.5539906103%;
    text-align: end;
}

.validation-form .form-group input.form-control {
    width: calc(100% - (14.5539906103% + 20px));
}

.validation-form .form-group input.btn-submit {
    width: 110px;
    background: #FFBB00;
    margin-left: 0;
    border-radius: 4px;
    border: 0;
    color: #fff;
    height: 40px;
    cursor: pointer;
    pointer-events: auto;
}

.validation-form .form-group input.btn-submit-huy {
    width: 50px;
    background: transparent;
    margin-left: 0;
    border-radius: 4px;
    color: #6B7181;
    padding: 0;
    height: 40px;
    cursor: pointer;
    border: 1px solid #6B7181;
    pointer-events: auto;
}

.validation-form .form-group input.btn-submit-luuan {
    width: 85px;
    background: transparent;
    margin-left: 0;
    border-radius: 4px;
    border: 0;
    color: #6B7181;
    height: 40px;
    cursor: pointer;
    pointer-events: auto;
    border: 1px solid #6B7181;
}

.validation-form .form-group textarea.form-control {
    width: calc(100% - (14.5539906103% + 20px));
    height: 210px;
    resize: none;
}

.validation-form .form-group .photoUpload-zone label.photoUpload-file {
    margin-bottom: .5rem;
}

.validation-form .form-group .addimages-right {
    width: calc(100% - (14.5539906103% + 20px));
}

.validation-form .form-group .addimages-right .photoUpload-zone {
    margin: 0 -10px;
}

.validation-form .form-group .addimages-right .photoUpload-zone .input-photoUpload {
    width: calc(100%/7 - 20px);
    margin: 0 10px 10px 10px;
}

.validation-form .form-group .photoUpload-zone label.photoUpload-file p.icon_photoUpload {
    border: 1px solid #0E69B4;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    text-align: center;
    padding-top: 1px;
}

.validation-form .form-group .addimages-right .photoUpload-zone .input-photoUpload .photoUpload-choose {
    color: #0E69B4;
    text-align: center;
    display: block;
    margin-bottom: 0;
}

.validation-form .form-group .addimages-right .desc-brand-condition {
    width: calc(100% - 25px);
}

.validation-form .form-group .addimages-right .custom-control-input[type="checkbox"] {
    margin-top: 6px;
}

/* Photo upload zone */
.photoUpload-zone .photoUpload-detail {
    text-align: center;
    display: block;
    margin-bottom: 1.5rem;
    position: relative;
}

.photoUpload-zone .photoUpload-detail img {
    max-width: 100%;
    max-height: 250px;
}

.photoUpload-zone .photoUpload-file {
    cursor: pointer;
    background-color: #EAEAEA;
    outline-offset: 0px;
    padding: 0rem 0.75rem;
    height: 120px;
    margin-bottom: 1rem;
    border-radius: 0;
    font-weight: normal !important;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
    transition: outline-offset .15s ease-in-out, background-color .15s linear;
}

.photoUpload-zone .photoUpload-file.drag-over {
    outline-offset: -10px;
    background-color: #fff9f9;
}

.photoUpload-zone .photoUpload-file input {
    display: none;
}

.photoUpload-zone .photoUpload-file i:hover {
    opacity: 0.9;
}

.photoUpload-zone .photoUpload-file i {
    color: #0E69B4;
    font-size: 30px;
    text-align: center;
}

.photoUpload-zone .photoUpload-file p {
    margin: 0;
    color: #767978;
    font-size: 16px;
}

.photoUpload-zone .photoUpload-file .photoUpload-drop {
    margin-bottom: 0.5rem;
}

.photoUpload-zone .photoUpload-file .photoUpload-or {
    font-size: 14px;
    margin-bottom: 0.75rem;
}

.photoUpload-zone .photoUpload-file .photoUpload-choose {
    color: #fff;
}

.photoUpload-zone .photoUpload-dimension {
    font-weight: 700;
}

/* Upload file */
.upload-file-label {
    cursor: pointer;
    width: 100%;
    max-width: 300px;
}


.input-admin input {
    border-radius: 4px;
    height: 40px;
    background: #fff;
}

.input-admin input::placeholder {
    color: #757575;
    font-weight: 300;
}

.info-size1 {
    color: #000;
}

.form-control1 {
    border: none;
    width: 100%;
}

.icon_thaotac {}

.icon_thaotac a {}

.icon_thaotac a:hover i {
    color: #0E69B4;
}

.icon_thaotac a i {
    color: #ADADAD;
    font-size: 18px;
}

.box-table {
    background: #E9E9E9;
    border: 1px solid #e9e9e9;
}

.add-rowsize {
    background: #fff;
    color: #FFBB00;
    font-weight: 600;
    padding: 14px;
    font-size: 15px;
}

.add-productsize {
    background: transparent;
    color: #000;
    padding: 10px 15px;
    border-radius: 4px;
    width: 100%;
    display: block;
    text-align: center;
    border: 1px solid;
}

.add-productsize i {
    font-size: 16px;
}

.add-productsize:hover {
    color: #fff;
}

/* Text Hide */
.text-split1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 1;
}

.text-split2 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
}

.text-split3 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
}

.add-product {}

.add-product-list {}


.add-product {
    background: #3E8556;
    color: #fff;
    padding: 10px 15px;
    border-radius: 4px;
    width: 200px;
    display: block;
    text-align: center;
}

.add-product i {
    font-size: 16px;
}

.add-product:hover {
    color: #fff;
}

.add-product-list {
    background: #3e8556;
    color: #fff;
    padding: 10px 15px;
    border-radius: 4px;
    width: 385px;
    display: block;
    text-align: center;
}

.add-product-list:hover {
    color: #fff;
}

.title-pro {
    color: #6B7181;
}

.info-pro {
    color: #1E1F20;
}

.info-price {
    color: #DE1717;
}

.btn-display {
    background: #5DC8EC;
}

.btn-info-pro {
    background: #316CF4;
}

.btn-daylensan {
    background: #F43131;
    justify-content: center;
}

.btn-pro {
    text-align: center;
    border-radius: 4px;
    color: #fff;
    font-weight: 600;
    padding: 13px 0;
}

.btn-pro:hover {
    color: #fff;
}

.tabs-pro-detail {
    /* background: #f6f6f6; */
}

.tabs-pro-detail .nav-tabs1 .nav-link {
    border-bottom-width: 3px;
    font-size: 13px;
    color: #333;
    text-transform: capitalize;
    font-weight: 500;
    background: #f6f6f6;
}

.tabs-pro-detail .nav-tabs1 .nav-link.active,
.tabs-pro-detail .nav-tabs1 .nav-item.show .nav-link {
    border-bottom: 3px solid #FFBB00;
    z-index: 1;
    position: relative;
    color: #FFBB00;
}

.tabsPruduct {
    position: relative;
    overflow-y: auto;
    min-width: 1095px;
}

.tabsPruduct::after {
    content: '';
    background: #D3D3D3;
    height: 1px;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0px;
    position: absolute;
    z-index: 0;
}

.nav-item1 {
    display: block;

    position: relative;
}

.nav-item1 a:hover {
    color: #FFBB00;
}

.nameshop-order {
    color: #0D11EF;
}

.code-order {
    color: #1E1F20;
}

.status-order {
    color: #239AF6;
}

.statuspay-order {
    color: #1E1F20;
}

.nameclient-order {
    color: #1E1F20;
}

.phoneclient-order {
    color: #4A55E2;
}

.addressclient-order {
    color: #1E1F20;
}

.warehouse-order {
    color: #1E1F20;
}

.code-transport {
    color: #1E1F20;
}

.name-transport {
    color: #1E1F20;
}

.btn-delivery {
    background: #0D6EFD;
}

.btn-cancelorder {
    background: #DC3546;
}

.title-tab span {
    color: #6B7181;
}

.wrap-demo-ecart {
    width: 830px;
    margin: auto;
}

.left-ecartdemo {
    width: 76.265060241%;
    color: #fff;
}

.box-ecartdemo {
    background: url(../images/ecart/bgecart.png) no-repeat;
    padding: 35px 30px 30px 25px;
}

.avata-ecartdemo {
    width: 107px;
}

.item-info-ecartdemo {
    margin-top: 15px;
}

.name-ecartdemo {
    font-size: 32px;
    font-weight: 700;
}

.position-ecartdemo {
    font-size: 17px;
}

.company-ecartdemo {
    font-size: 17px;
}

.logo-ecartdemo {
    padding-right: 15px;
    padding-top: 15px;
}

.info-ecartdemo {
    width: 56.8720379147%;
    background: #0C75BA;
    border-radius: 10px;
    border: 1px solid #49D3F7;
    padding: 20px 10px 15px 12px;
    font-size: 16px;
}

.address-ecartdemo {}

.email-ecartdemo {}

.phone-ecartdemo {}

.code-ecartdemo {
    padding-top: 10px;
}

.right-ecartdemo {
    width: 23.4939759036%;
    text-align: center;
}

.download-ecartdemo {
    width: 100%;
    display: inline-block;
    background: #0E69B4;
    color: #fff;
    padding: 10px 0;
    border-radius: 30px;
    font-weight: 600;
    margin-bottom: 10px;
}

.download-ecartdemo:hover {
    color: #fb0;
}

.right-templatemore {
    width: 45.6621004566%;
}

.left-templatemore {
    width: 27.397260274%;
}

.input-category1 {
    width: 38%;
}

.button-searchadmin1 {
    width: 17.2%;
}

.button-searchadmin1 button {
    width: 100%;
    height: 40px;
    background-color: #000 !important;
    color: #fff !important;
    font-weight: 700;
    font-size: 14px;
    border-radius: 4px;
}

.item-templatemore {
    width: calc(100%/3 - 22px);
    margin: 0 11px 22px 11px;
}

.item-templatemore a {

    color: #000;
    font-size: 16px;
    font-weight: 600;
}

.item-templatemore a img {
    width: 100%;
}

.item-templatemore p {
    margin-bottom: 0;
    margin-top: 10px;
    padding-left: 15px;
}

.flex-templatemore {
    margin: 0 -11px;
}

.left-infoecart {
    width: calc(100% /2 - 20px);
    margin: 0 10px 0 10px;
    background: #fff;
    border-radius: 10px;
    padding: 45px 25px;
}

.title-infoecart {
    font-size: 18px;
    color: #000;
    font-weight: 700;
}

.add-infoecart {
    width: 120px;
}

.photoUpload-infoecart {}

.photoup-infoecart {
    margin: auto;
    width: 100px;
}

.right-infoecart {
    width: calc(100% /2 - 20px);
    margin: 0 10px 0 10px;
    background: #fff;
    border-radius: 10px;
    padding: 20px 20px;
}

.title_main3 {
    width: 23.5849056604%;
}

.right-infoecart input {
    height: 40px;
    border-color: #B2BCCA;
    color: #000;
    font-weight: 700;
}

.right-infoecart input:focus {
    color: #000;
}

.right-infoecart input::placeholder {
    color: #000;
}


/* Photo upload zone */
.photoUpload-zone .photoUpload-detail {
    text-align: center;
    display: block;
    margin-bottom: 1.5rem;
    position: relative;
}

.photoUpload-zone .photoUpload-detail img {
    max-width: 100%;
    max-height: 250px;
}

.photoUpload-zone .photoUpload-infoecart {
    cursor: pointer;
    background-color: #EAEAEA;
    outline-offset: 0px;
    padding: 0;
    height: 40px;
    margin-bottom: 0;
    border-radius: 0;
    font-weight: normal !important;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
    transition: outline-offset .15s ease-in-out, background-color .15s linear;
}

.photoUpload-zone .photoUpload-infoecart.drag-over {
    outline-offset: -10px;
    background-color: #fff9f9;
}

.photoUpload-zone .photoUpload-infoecart input {
    display: none;
}

.photoUpload-zone .photoUpload-infoecart i:hover {
    opacity: 0.9;
}

.photoUpload-zone .photoUpload-infoecart i {
    color: #121219;
    font-size:
        20px;
    text-align: center;
    margin-bottom: 3px;
}

.photoUpload-zone .photoUpload-infoecart p {
    margin: 0;
    color: #121219;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.photoUpload-zone .photoUpload-infoecart .photoUpload-drop {
    margin-bottom: 0.5rem;
}

.photoUpload-zone .photoUpload-infoecart .photoUpload-or {
    font-size: 14px;
    margin-bottom: 0.75rem;
}

.photoUpload-zone .photoUpload-infoecart .photoUpload-choose {
    color: #fff;
}


/* Photo upload zone */
.photoUpload-zone .photoUpload-detail {
    text-align: center;
    display: block;
    margin-bottom: 1.5rem;
    position: relative;
}

.photoUpload-zone .photoUpload-detail img {
    max-width: 100%;
    max-height: 250px;
}

.photoUpload-zone .photoUpload-infoproduct {
    cursor: pointer;
    width: 136px;
    height: 136px;
    background: #EAEAEA;
    outline-offset: 0px;
    padding: 0;
    margin-bottom: 0;
    border-radius: 0;
    font-weight: normal !important;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
    transition: outline-offset .15s ease-in-out, background-color .15s linear;
}

.photoUpload-zone .photoUpload-infoproduct.drag-over {
    outline-offset: -10px;
    background-color: #fff9f9;
}

.photoUpload-zone .photoUpload-infoproduct input {
    display: none;
}

.photoUpload-zone .photoUpload-infoproduct i:hover {
    opacity: 0.9;
}

.photoUpload-zone .photoUpload-infoproduct i {
    color: #121219;
    font-size:
        20px;
    text-align: center;
    margin-bottom: 3px;
}

.photoUpload-zone .photoUpload-infoproduct p {
    margin: 0;
    color: #121219;
    font-size: 14px;
    justify-content: center;
    display: flex;
    justify-items: center;
    align-items: center;
    flex-direction: column;
    padding: 0 20px;
    text-align: center;
    color: #0E69B4;
}

.photoUpload-zone .photoUpload-infoproduct .photoUpload-drop {
    margin-bottom: 0.5rem;
}

.photoUpload-zone .photoUpload-infoproduct .photoUpload-or {
    font-size: 14px;
    margin-bottom: 0.75rem;
}

.photoUpload-zone .photoUpload-infoproduct .photoUpload-choose {
    color: #fff;
}


/*add product*/
.infopro-left {}

.title-proleft {
    width: 160px;
    text-align: end;
    color: #000;
}

.title-main4 {
    font-size: 20px;
    font-weight: 700;
    color: #1E1F20;
}

.basicinfo-product {
    padding: 20px 15px;
    background: #fff;
    border-radius: 10px;
    color: #1E1F20;
}

.infopro-right {
    width: calc(100% - 185px);
}

.infopro-right p.slogan-pro1 {
    color: #757575;
    padding-left: 15px;
    position: relative;
}

.infopro-right p.slogan-pro1::after {
    content: '';
    position: absolute;
    background: #757575;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    left: 0;
    top: 8px;
}

.status-product {
    background: #fff;
    padding: 20px 15px;
    border-radius: 10px;
}

.item-ckeckstatus {
    display: flex;
    align-items: center;
    width: calc(100%/7);
}

.item-ckeckstatus label {
    color: #000;
}

.otherinfo-product {
    background: #fff;
    border-radius: 10px;
    padding: 20px 15px;
}

.slogan-Pre-Order {}

.infopro-right1 {
    width: 24.4444444444%;
    margin-left: 25px;
}

.wrap-addproduct .form-control {
    border-radius: 4px;
    border: 1px solid #D3D3D3;
}

.wrap-addproduct .form-control.ipro1 {
    width: calc(100% - 30px) !important;
    border: none;
}

.wrap-addproduct .form-control.ipro1 {
    width: calc(100% - 30px) !important;
    border: none;
}

.transport-product {
    background: #fff;
    border-radius: 10px;
    padding: 20px 15px;
}

.box-input-product {
    align-items: center;
    border-radius: 4px;
    border: 1px solid #D3D3D3;
}

.box-input-product span {
    width: 30px;
    border-left: 1px solid #D3D3D3;
    height: 20px;
    padding-left: 5px;
    line-height: 17px;
    color: #6B7181;
}

.size-donggoi .box-input-product {}

.details-product {
    background: #fff;
    border-radius: 10px;
    padding: 20px 15px;
}

.detailsright-product {
    width: 49%;
}

.detailsleft-product {
    width: 49%;
}

.shorten-product {
    color: #FFBB00;
    padding-left: 185px;
    display: flex;
    align-items: center;
}

.shorten-product i {
    margin-left: 5px;
}

.salesinfo-product {
    background: #fff;
    border-radius: 10px;
    padding: 20px 15px;
}

.infopro-right2 {
    width: calc(100% - 185px);
    position: relative;
}

.infopro-right2::after {}

.item-classify {
    display: flex;
    justify-content: start;
    align-items: center;
    margin-bottom: 10px;
    flex-wrap: wrap;
}

.item-classify:last-child {
    margin: 0;
}

.item-classify input {
    background: #fff;
    width: 65% !important;
}

.box-classify {
    background: #F6F6F6;
    padding: 10px;
    border-radius: 4px;
    position: relative;
    margin-bottom: 10px;
}

.title-main5 {
    width: 180px;
    color: #1E1F20;
}

.item-classify i {
    font-size: 22px;
    margin-left: 10px;
    color: #ADADAD;
}

.delete-classify {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #121219;
    font-size: 18px;
}

.add-classify {
    color: #FFBB00;
    font-size: 15px;
    display: flex;
    align-items: center;
    border-radius: 4px;
    border: 1px solid #D3D3D3;
    padding: 8px;
}

.add-classify i {
    color: #FFBB00;
    margin-left: 0;
}

.input-product1 {
    width: 75%;
}

.create-size:hover {
    color: #FFBB00;
}

.create-size {
    min-width: 200px;
    color: #1E1F20;
    border-radius: 4px;
    border: 1px solid #D3D3D3;
    padding: 9px 10px;
}

.box-info-price {
    border: 1px solid #D3D3D3;
    border-radius: 4px;
    display: flex;
    align-items: center;
    width: 75%;
}

.box-info-price span {
    padding: 0px 8px;
    border-right: 1px solid #D3D3D3;
}

.box-info-price input.ipro2 {
    border: none;
    border-right: 1px solid #D3D3D3;
    border-radius: 0;
    width: calc(100%/3) !important;
}

.box-info-price input.ipro2:last-child {
    border-right: 0;
}

.apply-info-price:hover {
    background: rgb(255 187 0);
    color: #fff;
}

.apply-info-price {
    min-width: 220px;
    border: 1px solid #D3D3D3;
    border-radius: 4px;
    padding: 8px 10px;
    color: #fff;
    background: rgb(255 187 0 / 50%);
    font-weight: 600;
}

.classification-group {
    width: 70%;
    margin-left: auto;
}

.photoUpload-zone .photoUpload-infoproduct1 {
    width: 83px;
    height: 83px;
    margin: auto;
}

.sale-price-group {
    margin-left: auto;
    width: 86%;
}

.table-price-poduct {
    width: calc(100% - 183px);
}

.slogan-price-product {}

.box-price-sale {
    display: flex;
    align-items: center;
    border: 1px solid #D3D3D3;
    border-radius: 4px;
}

.box-price-sale span {
    padding: 0 8px;
    border-right: 1px solid #D3D3D3;
    color: #6B7181;
}

.box-price-sale input.ipro3 {
    border: none;
}

.create-price-sale {}

.create-price-sale:hover {
    color: #FFBB00;
}

.create-price-sale {
    color: #FFBB00;
    font-size: 15px;
    display: flex;
    align-items: center;
    border-radius: 4px;
    border: 1px solid #D3D3D3;
    padding: 8px;
    max-width: 200px;
    margin-left: auto;
}

.create-price-sale i {
    color: #FFBB00;
    margin-left: 0;
}
.card-title {
    font-size: 28px;
    color: #1E1F20 !important;
}
/*Box cart*/
.img_cart{width: 107px;height: 107px;}
.img_cart img{width: 100%;height: 100%;}
.img_logo{width: 68px;height: 68px;}
.img_logo img{width: 100%;height: 100%;}
.info_cart h2{font-size: 22px;font-weight: bold;color: #fff;}
.info_cart span{font-size: 16px;font-weight: 400;}
.info_cart p{font-size: 13px;font-weight: 400;}
.box_ecart{background: url(../images/ecart/bgecart.png)no-repeat;background-size: 100% 100%;height: 340px;padding: 20px;color: #fff;position: relative;}
.item-templatemore-cart {
    width: calc(100%/3 - 22px);
    position: relative;
}
.info_cart {
    margin-top: 30px;
}
.bottom_cart {
    width: 322px;
    height: 142px;
    background: #0C75BA;
    padding: 10px;
    border-radius: 10px;
    border: solid 1px #49D3F7;
}

.bottom_cart p {
    font-size: 16px;
    margin-bottom: 5px !important;
}

.info_name_cart {
    margin-top: 30px;
}
.img_qr_cart{width: 100px;height: 100px;}
.img_qr_cart img{width: 100%;}
.id_qr{margin-top: 2px;display: block;}
.box_ecart2{background: url(../images/ecart/cart3.png)no-repeat;background-size: 100% 100%;height: 340px;padding: 20px;color: #fff;}
.box_ecart2 .img_cart{width: 65px;height: 65px;margin-top: 35px;}

.box_ecart2 .info_cart h2{font-size: 20px;font-weight: bold;color: #000;}
.box_ecart2 .info_cart span{font-size: 16px;font-weight: 400;color: #000;}
.box_ecart2 .info_cart p{font-size: 13px;font-weight: 400;color: #000;}
.box_ecart2 .info_cart{max-width: 280px;padding-right: 49px;}
.box_ecart2 .img_logo{
    margin-right: 31px;
}
.box_ecart2 .info_cart {
    margin-top: 30px;
}
.box_ecart2 .bottom_cart {
    width: 315px;
    background: no-repeat;
    padding: 0px;
    border-radius: 0px;
    border: none;
    color: #000;
    margin-top: 30px;
}
.box_ecart2 .bottom_cart p {
    font-size: 14px;
    margin-bottom: 5px !important;
}
.box_ecart2 .info_name_cart {
    margin-top: 30px;
}
.box_ecart2 .qr_cart{
    margin-bottom: 20px;
    margin-right: 20px;
}


.box_ecart3{background: url(../images/ecart/cart4.png)no-repeat;background-size: 100% 100%;height: 340px;padding: 20px;color: #fff;}
.box_ecart3 .img_cart{width: 65px;height: 65px;margin-top: 35px;}

.box_ecart3 .info_cart h2{font-size: 20px;font-weight: bold;color: #672915;}
.box_ecart3 .info_cart span{font-size: 16px;font-weight: 400;color: #000;}
.box_ecart3 .info_cart p{font-size: 13px;font-weight: 400;color: #000;}
.box_ecart3 .info_cart{max-width: 280px;padding-right: 49px;}
.box_ecart3 .img_logo{
    margin-right: 0px;
    margin-left: 20px;
}
.box_ecart3 .info_cart {
    margin-top: 30px;
    color: #672915;
    text-align: end;
}
.box_ecart3 .bottom_cart {
    width: 315px;
    background: no-repeat;
    padding: 0px;
    border-radius: 0px;
    border: none;
    color: #000;
    margin-top: 0px;
    text-align: end;
}
.box_ecart3 .bottom_cart p {
    font-size: 14px;
    margin-bottom: 5px !important;
}
.box_ecart3 .info_name_cart {
    margin-top: 30px;
}
.box_ecart3 .qr_cart{
    margin-bottom: 20px;
    margin-right: 20px;
    color: #000;
}
.box_ecart4{background: url(../images/ecart/cart5.png)no-repeat;background-size: 100% 100%;height: 340px;padding: 20px;color: #fff;}
.box_ecart4 .img_cart{width: 65px;height: 65px;margin-top: 35px;}

.box_ecart4 .info_cart h2{font-size: 20px;font-weight: bold;color: #F57D7D;margin-bottom: 0;}
.box_ecart4 .info_cart span{font-size: 16px;font-weight: 600;color: #F57D7D;}
.box_ecart4 .info_cart p{font-size: 13px;font-weight: 600;color: #F57D7D;}
.box_ecart4 .info_cart{max-width: 280px;padding-right: 5px;}
.box_ecart4 .img_logo{
    margin-right: 0px;
    margin-left: 10px;
}
.box_ecart4 .info_cart {
    margin-top: 30px;
    color: #672915;
    text-align: end;
}
.box_ecart4 .bottom_cart {
    width: 315px;
    background: no-repeat;
    padding: 0px;
    border-radius: 0px;
    border: none;
    color: #4C4199;
    margin-top: 0px;
    text-align: end;
    font-weight: 600;
}
.box_ecart4 .bottom_cart p {
    font-size: 14px;
    margin-bottom: 5px !important;
}
.box_ecart4 .info_name_cart {
    margin-top: 30px;
}
.box_ecart4 .qr_cart{
    margin-bottom: 20px;
    margin-right: 20px;
    color: #000;
}

.box_ecart5{background: url(../images/ecart/cart6.png)no-repeat;background-size: 100% 100%;height: 340px;padding: 20px;color: #fff;}
.box_ecart5 .img_cart{width: 65px;height: 65px;margin-top: 80px;}

.box_ecart5 .info_cart h2{font-size: 20px;font-weight: bold;color: #31346B;}
.box_ecart5 .info_cart span{font-size: 16px;font-weight: 400;color: #31346B;}
.box_ecart5 .info_cart p{font-size: 13px;font-weight: 400;color: #31346B;}
.box_ecart5 .info_cart{max-width: 280px;padding-right: 5px;}
.box_ecart5 .img_logo{
    margin-right: 0px;
    margin-left: 20px;
}
.box_ecart5 .info_cart {
    margin-top: 80px;
    color: #672915;
    text-align: end;
}
.box_ecart5 .bottom_cart {
    width: 315px;
    background: no-repeat;
    padding: 0px;
    border-radius: 0px;
    border: none;
    color: #4C4199;
    margin-top: 0px;
    text-align: end;
    font-weight: 600;
}
.box_ecart5 .bottom_cart p {
    font-size: 14px;
    margin-bottom: 5px !important;
}
.box_ecart5 .info_name_cart {
    margin-top: 5px;
}
.box_ecart5 .qr_cart{
    margin-bottom: 0px;
    margin-right: 20px;
    color: #000;
}



.box_ecart6{background: url(../images/ecart/cart7.png)no-repeat;background-size: 100% 100%;height: 340px;padding: 20px;color: #fff;}
.box_ecart6 .img_cart{width: 95px;height: 95px;margin-top: 60px;}

.box_ecart6 .info_cart h2{font-size: 20px;font-weight: bold;color: #fff;}
.box_ecart6 .info_cart span{font-size: 16px;font-weight: 400;color: #fff;}
.box_ecart6 .info_cart p{font-size: 13px;font-weight: 400;color: #fff;}
.box_ecart6 .info_cart{max-width: 248px;padding-right: 5px;}
.box_ecart6 .img_logo{
    margin-right: 0px;
    margin-left: -5px;
}
.box_ecart6 .info_cart {
    margin-top: 65px;
    color: #672915;
    text-align: end;
}
.box_ecart6 .bottom_cart {
    width: 315px;
    background: no-repeat;
    padding: 0px;
    border-radius: 0px;
    border: none;
    color: #fff;
    margin-top: 0px;
    text-align: end;
    font-weight: 600;
}
.box_ecart6 .bottom_cart p {
    font-size: 14px;
    margin-bottom: 10px !important;
}
.box_ecart6 .info_name_cart {
    margin-top: 5px;
}
.box_ecart5 .qr_cart{
    margin-bottom: 0px;
    margin-right: 20px;
    color: #000;
}




.box_ecart7{background: url(../images/ecart/cart8.png)no-repeat;background-size: 100% 100%;height: 340px;padding: 20px;color: #fff;}
.box_ecart7 .img_cart{width: 95px;height: 95px;margin-top: 45px;}

.box_ecart7 .info_cart h2{font-size: 20px;font-weight: bold;color: #0E69B4;}
.box_ecart7 .info_cart span{font-size: 16px;font-weight: 400;color: #000;}
.box_ecart7 .info_cart p{font-size: 13px;font-weight: 400;color: #000;}
.box_ecart7 .info_cart{max-width: 248px;padding-right: 5px;}
.box_ecart7 .img_logo{
    margin-right: 0px;
    margin-left: -5px;
}
.box_ecart7 .info_cart {
    margin-top: 35px;
    color: #672915;
    text-align: end;
}
.box_ecart7 .bottom_cart {
    width: 315px;
    background: no-repeat;
    padding: 0px;
    border-radius: 0px;
    border: none;
    color: #000;
    margin-top: 0px;
    text-align: end;
    font-weight: 600;
}
.box_ecart7 .bottom_cart p {
    font-size: 14px;
    margin-bottom: 10px !important;
}
.box_ecart7 .info_name_cart {
    margin-top: 5px;
}
.box_ecart7 .qr_cart{
    margin-bottom: 0px;
    margin-right: 20px;
    color: #000;
}


.box_ecart8{background: url(../images/ecart/cart9.png)no-repeat;background-size: 100% 100%;height: 340px;padding: 20px;color: #fff;}
.box_ecart8 .img_cart{width: 105px;height: 105px;margin-top: 0;}

.box_ecart8 .info_cart h2{font-size: 20px;font-weight: bold;color: #0E69B4;}
.box_ecart8 .info_cart span{font-size: 16px;font-weight: 400;color: #000;}
.box_ecart8 .info_cart p{font-size: 13px;font-weight: 400;color: #000;}
.box_ecart8 .info_cart{max-width: 290px;padding-right: 0;}
.box_ecart8 .img_logo{
    margin-right: 0px;
    margin-left: -5px;
}
.box_ecart8 .info_cart {
    margin-top: 35px;
    color: #672915;
    text-align: end;
    margin: auto;
    text-align: center;
    margin-bottom: 55px;
}
.box_ecart8 .bottom_cart {
    width: 100%;
    background: no-repeat;
    padding: 0px;
    border-radius: 0px;
    border: none;
    color: #000;
    margin-top: 0px;
    font-weight: 600;
    height: auto;
}
.box_ecart8 .bottom_cart p {
    font-size: 14px;
    margin-bottom: 5px !important;
    width: 48%;
}
.box_ecart8 .info_name_cart {
    margin-top: 5px;
}
.box_ecart8 .qr_cart{
    margin-bottom: 0px;
    margin-right: 20px;
    color: #000;
}
.box_ecart8 .img_qr_cart{width: 68px;height: 68px;}


.box_ecart9{background: url(../images/ecart/cart10.png)no-repeat;background-size: 100% 100%;height: 340px;padding: 20px;color: #fff;}
.box_ecart9 .img_cart{width: 65px;height: 65px;margin-top: 80px;}

.box_ecart9 .info_cart h2{font-size: 20px;font-weight: bold;color: #31346B;}
.box_ecart9 .info_cart span{font-size: 16px;font-weight: 400;color: #31346B;}
.box_ecart9 .info_cart p{font-size: 13px;font-weight: 400;color: #31346B;}
.box_ecart9 .info_cart{max-width: 280px;padding-right: 5px;}
.box_ecart9 .img_logo{
    margin-right: 0px;
    margin-left: 20px;
}
.box_ecart9 .info_cart {
    margin-top: 80px;
    color: #672915;
    text-align: end;
}
.box_ecart9 .bottom_cart {
    width: 315px;
    background: no-repeat;
    padding: 0px;
    border-radius: 0px;
    border: none;
    color: #4C4199;
    margin-top: 0px;
    text-align: end;
    font-weight: 600;
}
.box_ecart9 .bottom_cart p {
    font-size: 14px;
    margin-bottom: 5px !important;
}
.box_ecart9 .info_name_cart {
    margin-top: 5px;
}
.box_ecart9 .qr_cart{
    margin-bottom: 0px;
    margin-right: 20px;
    color: #000;
}


.box_ecart10{background: url(../images/ecart/cart11.png)no-repeat;background-size: 100% 100%;height: 340px;padding: 20px;color: #fff;}
.box_ecart10 .img_cart{width: 65px;height: 65px;margin-top: 50px;}

.box_ecart10 .info_cart h2{font-size: 20px;font-weight: bold;color: #fff;}
.box_ecart10 .info_cart span{font-size: 16px;font-weight: 400;color: #fff;}
.box_ecart10 .info_cart p{font-size: 13px;font-weight: 400;color: #fff;}
.box_ecart10 .info_cart{max-width: 280px;padding-right: 5px;}
.box_ecart10 .img_logo{
    margin-right: 0px;
    margin-left: 20px;
}
.box_ecart10 .info_cart {
    margin-top: 45px;
    color: #672915;
    text-align: end;
}
.box_ecart10 .bottom_cart {
    width: 315px;
    background: no-repeat;
    padding: 0px;
    border-radius: 0px;
    border: none;
    color: #fff;
    margin-top: 0px;
    text-align: end;
    font-weight: 600;
    height: auto;
}
.box_ecart10 .bottom_cart p {
    font-size: 14px;
    margin-bottom: 5px !important;
}
.box_ecart10 .info_name_cart {
    margin-top: 20px;
}
.box_ecart10 .qr_cart{
    margin-bottom: 0px;
    margin-right: 20px;
    color: #000;
}



.box_ecart11{background: url(../images/ecart/cart12.png)no-repeat;background-size: 100% 100%;height: 340px;padding: 20px;color: #fff;}
.box_ecart11 .img_cart{width: 65px;height: 65px;margin-top: 35px;}

.box_ecart11 .info_cart h2{font-size: 20px;font-weight: 800;color: #003849;}
.box_ecart11 .info_cart span{font-size: 16px;font-weight: 400;color: #003849;}
.box_ecart11 .info_cart p{font-size: 13px;font-weight: 400;color: #003849;}
.box_ecart11 .info_cart{max-width: 245px;padding-right: 0;}
.box_ecart11 .img_logo{
    margin-right: 0px;
    margin-left: 20px;
}
.box_ecart11 .info_cart {
    margin-top: 20px;
    color: #672915;
    text-align: end;
}
.box_ecart11 .bottom_cart {
    width: 250px;
    background: no-repeat;
    padding: 0px;
    border-radius: 0px;
    border: none;
    color: #003849;
    margin-top: 0px;
    text-align: end;
    font-weight: 600;
    height: auto;
}
.box_ecart11 .bottom_cart p {
    font-size: 14px;
    margin-bottom: 5px !important;
}
.box_ecart11 .info_name_cart {
    margin-top: 20px;
}
.box_ecart11 .qr_cart{
    margin-bottom: 0px;
    margin-right: 20px;
    color: #fff;
}

.box_ecart11 .img_qr_cart{color: #fff;}



.box_ecart12{background: url(../images/ecart/cart13.png)no-repeat;background-size: 100% 100%;height: 340px;padding: 20px;color: #fff;}
.box_ecart12 .img_cart{width: 65px;height: 65px;margin-top: 20px;}

.box_ecart12 .info_cart h2{font-size: 20px;font-weight: bold;color: #fff;}
.box_ecart12 .info_cart span{font-size: 16px;font-weight: 400;color: #fff;}
.box_ecart12 .info_cart p{font-size: 13px;font-weight: 400;color: #fff;}
.box_ecart12 .info_cart{max-width: 280px;padding-right: 49px;}
.box_ecart12 .img_logo{
    margin-right: 31px;
}
.box_ecart12 .info_cart {
    margin-top: 5px;
}
.box_ecart12 .bottom_cart {
    width: 315px;
    background: no-repeat;
    padding: 0px;
    border-radius: 0px;
    border: none;
    color: #fff;
    margin-top: 30px;
    height: auto;
}
.box_ecart12 .bottom_cart p {
    font-size: 14px;
    margin-bottom: 5px !important;
}
.box_ecart12 .info_name_cart {
    margin-top: 30px;
}
.box_ecart12 .qr_cart{
    margin-bottom: 20px;
    margin-right: 5px;
    color: #000;
}



.box_ecart13{background: url(../images/ecart/cart15.png)no-repeat;background-size: 100% 100%;height: 340px;padding: 20px;color: #fff;}
.box_ecart13 .img_cart{width: 65px;height: 65px;margin-top: 20px;}

.box_ecart13 .info_cart h2{font-size: 20px;font-weight: bold;color: #fff;}
.box_ecart13 .info_cart span{font-size: 16px;font-weight: 400;color: #fff;}
.box_ecart13 .info_cart p{font-size: 13px;font-weight: 400;color: #fff;}
.box_ecart13 .info_cart{max-width: 280px;padding-right: 49px;}
.box_ecart13 .img_logo{
    margin-right: 31px;
}
.box_ecart13 .info_cart {
    margin-top: 5px;
}
.box_ecart13 .bottom_cart {
    width: 250px;
    background: no-repeat;
    padding: 0px;
    border-radius: 0px;
    border: none;
    color: #fff;
    margin-top: 30px;
    height: auto;
}
.box_ecart13 .bottom_cart p {
    font-size: 14px;
    margin-bottom: 5px !important;
}
.box_ecart13 .info_name_cart {
    margin-top: 30px;
}
.box_ecart13 .qr_cart{
    margin-bottom: 20px;
    margin-right: 5px;
    color: #000;
}


.box_ecart14{background: url(../images/ecart/cart16.png)no-repeat;background-size: 100% 100%;height: 340px;padding: 20px;color: #fff;padding-right: 0;}
.box_ecart14 .img_cart{width: 65px;height: 65px;margin-top: 0px;margin-right: 10px;}

.box_ecart14 .info_cart h2{font-size: 20px;font-weight: bold;color: #0E69B4;}
.box_ecart14 .info_cart span{font-size: 16px;font-weight: 400;color: #0E69B4;}
.box_ecart14 .info_cart p{font-size: 13px;font-weight: 400;color: #0E69B4;margin-bottom: 0;}
.box_ecart14 .info_cart{/* max-width: 347px; */padding-right: 0px;}
.box_ecart14 .img_logo{
    margin-right: 10px;
}
.box_ecart14 .info_cart {
    margin-top: 5px;
    background: url(../images/ecart/nen_info.png)no-repeat;
    background-size: 100% 100%;
    padding: 23px;
    height: auto;
    padding-left: 27px;
    padding-right: 0;
    padding-bottom: 29px;
    padding-right: 20px;
}
.box_ecart14 .bottom_cart {
    width: 290px;
    background: no-repeat;
    padding: 0px;
    border-radius: 0px;
    border: none;
    color: #0E69B4;
    margin-top: 30px;
    height: auto;
    padding-right: 20px;
}
.box_ecart14 .bottom_cart p {
    font-size: 14px;
    margin-bottom: 5px !important;
}
.box_ecart14 .info_name_cart {
    margin-top: 0;
}
.box_ecart14 .qr_cart{
    margin-bottom: 20px;
    margin-right: 5px;
    color: #0E69B4;
}
.box_ecart14 .bottom_cart p img {
    width: 50px;
    height: 35px;
}


.box_ecart15{background: url(../images/ecart/cart17.png)no-repeat;background-size: 100% 100%;height: 340px;padding: 20px;color: #fff;padding-right: 15px;padding-top: 10px;}
.box_ecart15 .img_cart{width: 65px;height: 65px;margin-top: 0px;margin-right: 10px;}

.box_ecart15 .info_cart h2{font-size: 20px;font-weight: bold;color: #fff;}
.box_ecart15 .info_cart span{font-size: 16px;font-weight: 400;color: #fff;}
.box_ecart15 .info_cart p{font-size: 13px;font-weight: 400;color: #fff;margin-bottom: 0;}
.box_ecart15 .info_cart{/* max-width: 347px; */padding-right: 0px;}
.box_ecart15 .img_logo{
    margin-right: 10px;
    margin-top: 30px;
}
.box_ecart15 .info_cart {
    height: auto;
    padding-right: 0;
    margin-top: 0;
}
.box_ecart15 .bottom_cart {
    width: 295px;
    background: no-repeat;
    padding: 0px;
    border-radius: 0px;
    border: none;
    color: #0E69B4;
    margin-top: 60px;
    height: auto;
    padding-right: 20px;
}
.box_ecart15 .bottom_cart p {
    font-size: 14px;
    margin-bottom: 5px !important;
}
.box_ecart15 .info_name_cart {
    margin-top: 0;
}
.box_ecart15 .qr_cart{
    /* margin-bottom: 20px; */
    /* margin-right: 5px; */
    color: #fff;
}
.box_ecart15 .bottom_cart p img {
    width: 50px;
    height: 35px;
}
.box_ecart15 .img_qr_cart{width: 84px;height: 84px;}


.box_ecart16{background: url(../images/ecart/cart18.png)no-repeat;background-size: 100% 100%;height: 340px;padding: 20px;color: #fff;padding-right: 15px;padding-top: 20px;}
.box_ecart16 .img_cart{width: 72px;height: 72px;margin-top: 0px;margin-right: 0;margin-left: 20px;}

.box_ecart16 .info_cart h2{font-size: 20px;font-weight: bold;color: #5E993D;}
.box_ecart16 .info_cart span{font-size: 16px;font-weight: 400;color: #5E993D;}
.box_ecart16 .info_cart p{font-size: 13px;font-weight: 400;color: #5E993D;margin-bottom: 0;}
.box_ecart16 .info_cart{/* max-width: 347px; */padding-right: 0px;}
.box_ecart16 .img_logo{
    margin-right: 10px;
    margin-top: 0px;
}
.box_ecart16 .info_cart {
    height: auto;
    padding-right: 0;
    margin-top: 35px;
}
.box_ecart16 .bottom_cart {
    width: 295px;
    background: no-repeat;
    padding: 0px;
    border-radius: 0px;
    border: none;
    color: #000;
    margin-top: 65px;
    height: auto;
    padding-right: 20px;
}
.box_ecart16 .bottom_cart p {
    font-size: 14px;
    margin-bottom: 5px !important;
}
.box_ecart16 .info_name_cart {
    margin-top: 0;
}
.box_ecart16 .qr_cart{
    /* margin-bottom: 20px; */
    /* margin-right: 5px; */
    color: #fff;
    background: #5E993D;
    padding: 15px 0;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 120px;
    padding-bottom: 22px;
    margin-top: 40px;
}
.box_ecart16 .bottom_cart p img {
    width: 29px;
    height: 29px;
}
.box_ecart16 .img_qr_cart{width: 84px;height: 84px;}
.box_ecart16 .nd_cart{text-align: end;}



.box_ecart17{background: url(../images/ecart/cart19.png)no-repeat;background-size: 100% 100%;height: 340px;padding: 20px;color: #fff;padding-right: 15px;padding-top: 20px;}
.box_ecart17 .img_cart{width: 150px;height: 150px;margin-top: 0px;/* margin-right: 0; *//* margin-left: 20px; */margin-bottom: 20px;}

.box_ecart17 .info_cart h2{font-size: 16px;font-weight: bold;color: #fff;}
.box_ecart17 .info_cart span{font-size: 13px;font-weight: 400;color: #fff;}
.box_ecart17 .info_cart p{font-size: 12px;font-weight: 400;color: #fff;margin-bottom: 0;}
.box_ecart17 .info_cart{/* max-width: 347px; */padding-right: 0px;}
.box_ecart17 .img_logo{
    margin-right: 10px;
    margin-top: 0px;
}
.box_ecart17 .info_cart {
    height: auto;
    padding-right: 0;
    margin-top: 10px;
}
.box_ecart17 .bottom_cart {
    width: 275px;
    background: no-repeat;
    padding: 0px;
    border-radius: 0px;
    border: none;
    color: #000;
    margin-top: 10px;
    height: auto;
    padding-right: 20px;
    text-align: start;
    padding-left: 45px;
    background: url(../images/ecart/dd.png)no-repeat;
    padding-bottom: 12px;
}
.box_ecart17 .bottom_cart p {
    font-size: 14px;
    margin-bottom: 5px !important;
}
.box_ecart17 .info_name_cart {
    margin-top: 0;
    width: calc(100% - 200px);
    flex-wrap: wrap;
    text-align: center;
    justify-content: center !important;
}
.box_ecart17 .qr_cart{
    color: #000;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    display: flex;
    justify-content: end;
    flex-wrap: wrap;
    padding-right: 20px;
}
.box_ecart17 .bottom_cart p img {
    width: 50px;
    height: 35px;
}
.box_ecart17 .img_qr_cart{width: 72px;height: 72px;text-align: end;display: flex;justify-content: end !important;margin-right: 10px;}
.box_ecart17 .nd_cart{text-align: center;padding-bottom: 20px;border-bottom: solid 1px;}
.box_ecart17 .top_ecart{
    max-width: 175px;
}
.box_ecart17 .id_qr{
    width: 100%;
    text-align: end;
}


.box_ecart18{background: url(../images/ecart/cart20.png)no-repeat;background-size: 100% 100%;height: 340px;padding: 20px;color: #fff;padding-right: 15px;padding-top: 20px;}
.box_ecart18 .img_cart{width: 72px;height: 72px;margin-top: 0px;/* margin-right: 0; *//* margin-left: 20px; */margin-bottom: 20px;margin-right: 10px;}

.box_ecart18 .info_cart h2{font-size: 18px;font-weight: bold;color: #000;margin-bottom: 5px;}
.box_ecart18 .info_cart span{font-size: 13px;font-weight: 400;color: #000;}
.box_ecart18 .info_cart p{font-size: 12px;font-weight: 400;color: #000;margin-bottom: 0;}
.box_ecart18 .info_cart{/* max-width: 347px; */padding-right: 0px;}
.box_ecart18 .img_logo{
    margin-right: 20px;
    margin-top: 0px;
}
.box_ecart18 .info_cart {
    height: auto;
    padding-right: 0;
    margin-top: 10px;
}
.box_ecart18 .bottom_cart {
    width: 275px;
    padding: 0px;
    border-radius: 0px;
    border: none;
    color: #fff;
    margin-top: 10px;
    height: auto;
    /* padding-right: 20px; */
    text-align: end;
    /* padding-left: 45px; */
    padding-bottom: 12px;
    background: none;
}
.box_ecart18 .bottom_cart p {
    font-size: 14px;
    margin-bottom: 5px !important;
    display: flex;
    justify-content: end;
    align-items: center;
}
.box_ecart18 .info_name_cart {
    margin-top: 0;
    width: 100%;
    text-align: center;
    justify-content: center !important;
}
.box_ecart18 .qr_cart{
    color: #fff;
    justify-content: center;
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    padding-right: 0px;
}
.box_ecart18 .bottom_cart p img {
    width: 50px;
    height: 35px;
}
.box_ecart18 .img_qr_cart{width: 90px;height: 90px;text-align: end;display: flex;justify-content: end !important;}
.box_ecart18 .nd_cart{text-align: start;padding-bottom: 20px;max-width: 200px;}
.box_ecart18 .top_ecart{
    max-width: 100%;
    justify-content: space-between !important;
    width: 100%;
}
.box_ecart18 .id_qr{
    width: 100%;
    text-align: start;
}
.box_ecart18 .bottom_cart p i{margin-left: 10px;}
p.name-templatemore {
    padding: 20px;
    font-size: 18px;
    font-weight: 700;
    color: #000;
}
.box_thanh_congcu{margin-bottom: 20px;}


/*Profile*/
a.text-decoration-none.fw-bolder.add-news.up_load_img {
    max-width: 120px;
    background: #0E69B426;
    color: #000;
    border-radius: 5px;
    padding: 10px 15px;
    width: 100%;
}
.button_edit_profile{width: 120px;}
.title_profile{font-size: 18px !important;}
.img_profile {margin-top: 30px;margin-bottom: 20px;}
.ttcb{font-size: 18px;font-weight: bold;display: block;margin-bottom: 20px;}
.input_profile{width: 90%;}
.input_profile input{font-weight: bold;}
.gt{margin-right: 20px;font-weight: bold;display: flex;align-items: center;}
.gt input{margin-right: 5px;width: 20px;height: 20px;}
.info_detile{margin-bottom: 20px;}
.info_detile .form-control{height: 40px;}
.info_detile textarea{height: auto !important;padding: 10px !important;min-height: 100px !important;}
.form-group.input_profile form {
    width: 100%;
}
.form-group.input_profile form table {
    width: 100%;
}
.form-group.input_profile tbody, td, tfoot, th, thead, tr {
    border: none;
}
tbody, td, tfoot, th, thead, tr{
    line-height: unset;
}
.form-group.input_profile tbody tr {
    display: flex;justify-content: space-between;align-items: center;
}
.form-group.input_profile tbody td {
    width: 33%;
    border: 1px #B2BCCA !important;
    border-radius: 5px !important;
}
.form-group.input_profile tbody td select {
    width: 100%;
    height: 40px;
    text-indent: 10px;
    border: solid 1px #B2BCCA;
    border-radius: 5px;
}
.form-group.input_profile tbody td input {
    width: 100%;
    height: 40px;
    text-indent: 10px;
}
.container-fluid{padding-bottom: 50px !important;}
.info_detile .gt_bv textarea{min-height: 200px !important;}
.gt_bv{width: 100%;}
.tien_ich_mxh {
    padding: 12px 0;
    border-bottom: solid 1px #bdbdbd63;
}

.link_lk_mxh a {
    padding: 10px;
    background: #0E69B4;
    color: #fff !important;
    border-radius: 30px;
}

.icon_name_mxh img {
    width: 40px;
    margin-right: 20px;
}
a.cancel_profile {
    padding: 7px 12px;
    background: #E4E6EB;
    color: #000;
    border-radius: 5px;
    margin-right: 5px;
    cursor: pointer;
}

a.save_profile {
    padding: 7px 15px;
    color: #fff;
    background: #FFBB00;
    border-radius: 5px;
    margin-left: 5px;
    cursor: pointer;
}
.info_detile.doanhhnhan{}
.doanhnhan_input{width: 90%;}
.info_detile.doanhhnhan span{display: block;width: calc(100% - 92%);text-align: end;font-weight: 700;}
.info_detile.doanhhnhan textarea{min-height: 205px !important;}
.cancel_doanhnhan{padding: 10px 15px;margin-left: 5px;border: solid 1px #3E8556;color: #3E8556;border-radius: 5px;}
.cancel_doanhnhan:hover{}
.save_doanhnhan{padding: 10px 20px;background: #3E8556;color: #fff;border-radius: 5px;margin-right: 5px;}
.save_doanhnhan:hover{color: #fff;}
.cancel_doanhnhan:hover{color: #3e8556;}
.left_edit_duan{width: 78%;padding: 20px;border-radius: 15px;background: #fff;margin-bottom: 20px;}
.right_edit_duan{width: 20%;padding: 20px;background: #fff;border-radius: 15px;}
.info_profile{padding: 20px;background: #fff;border-radius: 15px;margin-top: 30px;margin-bottom: 25px;}
.img_duan {
    max-width: 265px;
    max-height: 165px;
    margin-bottom: 25px;
}

.img_duan img {
    width: 265px;
    height: 175px;
}
.backgournd-none{background: transparent; padding: 0px; border-radius: 0px;}
.box_edit1{background: #fff;padding: 20px;border-radius: 15px;}
.input-tuyendungadmin{
    width: 73%;
    margin-bottom: 10px;
}
.input-tuyendungadmin input{}
.dinhdang_file {
    color: #8391A1;
    font-size: 14px;
    margin-top: 20px;
}
.box_tukhoa span {
    color: #6B7181;
    font-weight: 300 !important;
    display: flex !important;
    justify-content: space-between;
    border: solid 1px #D3D3D3;
    padding: 2px 15px;
    width: auto !important;
    border-radius: 5px;
    background: #b8bac421;
    margin-right: 15px;
    margin-bottom: 10px;
}

.box_tukhoa span button {
    border: none;
    font-weight:  300 !important;
    background: #b8bac421;
    margin-left: 5px;
}
.box_tukhoa {
    width: 100%;
    border: solid 1px #D3D3D3;
    padding: 15px;
    border-radius: 5px;
}
.left_edit_duan.tukhoa_100{width: 100%;}
.box_anhsp_l{width: 55%;}
.box_anhsp_r{width: 20%;}
.info_profile1{margin-bottom: 30px;}
.lanh_dao{width: 49%;padding: 20px;background: #fff;border-radius: 15px;margin-bottom: 20px;}
.lanh_dao .info_detile.doanhhnhan span{width: 13%;}
.lanh_dao .doanhnhan_input{width: 85%;}
.up_load_img_lanhdao .dinhdang_file{margin: 0;margin-bottom: 15px;}

.up_load_img_lanhdao span {
    font-weight: 700;
    display: block;
    margin-bottom: 5px;
}

.box_anh_lanhdao {
    margin-left: 15%;
    justify-content: space-between;
}

.up_load_img_lanhdao {
    width: calc(100% - (15% + 125px));
    width: 78%;
}
.erase_lanhdao a {
    background: #3E8556;
    color: #fff !important;
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: 700;
    cursor: pointer;
}

.erase_lanhdao a i {
    margin-right: 5px;
}
.name_ld .ttcb{margin-bottom: 0;}
.name_ld{margin-bottom: 30px;}
.add_lanhdao {
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
    width: 100%;
    text-align: center;
    display: block;
}
.add_lanhdao a {
    color: #000;
    font-weight: 700;;
    background: #0E69B426;
    padding: 13px 0;
    border-radius: 5px;
    margin-top: 20px;
}

.add_lanhdao a {
    color: #000;
    font-weight: 700;
    display: block;
}
.add_lanhdao a i {
    margin-right: 10px;
}
.input_tt{width: 49%;}
.thanh_tuu{width: 48%;margin-bottom: 20px;}
.thanh_tuu span {
    font-weight: 700;
    display: block;
    margin-bottom: 10px;
}
.thanh_tuu_all{width: 100%;padding: 20px;background: #fff;border-radius: 15px;margin-bottom: 30px;}
.info_profile_vh{width: 100%;margin-bottom: 30px;}
.info_profile_vh .left_edit_duan{width: 73%;margin-bottom: 0;}
.info_profile_vh .right_edit_duan{width: 26%;}
.info_profile_vh .right_edit_duan .img_duan{max-width: 365px;height: 145px;}
.info_profile_vh .right_edit_duan .img_duan img{width: 365px;height: 145px;}
.box_search_trogiup {
    background: #FFBB00;
    padding: 100px;
    border-radius: 15px;
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
.title_search {
    color: #fff;
    font-weight: bold;
    font-size: 32px;
    margin-bottom: 10px;
}
.title_search {
    color: #fff;
    font-weight: bold;
    font-size: 32px;
    margin-bottom: 10px;
    display: block;
    width: 100%;
}

.search_dm input {
    max-width: 560px;
    height: 45px;
    background: #fff;
    border-radius: 30px;
}
.search_dm {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.click_search {
    background: #0E69B4;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 30px;
    border-radius: 30px;
    font-weight: bold;
    margin-left: 15px;
    padding: 10px 30px;
}
.item_dm{width: calc((100% / 4) - 15px);margin-bottom: 20px;}
.title_trogiup {
    color: #0E69B4;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 30px;
}

.item_dm span {
    font-size: 16px;
    font-weight: bold;
    margin-left: 20px;
}

.item_dm {
    background: #fff;
    border-radius: 15px;
    padding: 24px 16px 24px 16px;
}
.item_dm img{width: 60px;}
.faq-container {
    width: 100%;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 60px;
}

.faq-item {
    padding: 20px 20px;
    border-bottom: 1px solid #e0e0e0;
    cursor: pointer;
    transition: background-color 0.3s ease-in-out;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq-item:last-child {
    border-bottom: none;
}

.faq-question {
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 3px;
    padding-top: 3px;
}

.faq-answer {
    font-size: 16px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
    text-align: start;
    margin-left: 70px !important;
    border-left: solid 1px #1e1f2036 !important;
    padding-left: 20px;
    /* padding: 10px; */
    /* margin: 10px; */
}

.faq-answer.active {
    /* border-bottom: 1px solid #e0e0e0; */
    padding: 10px;
}

.icon-container i {
    font-size: 16px;
    cursor: pointer;
    transition: transform 0.3s ease-in-out;
}

.icon-container i.active {
    transform: rotate(90deg);
}
.dm_trogiup{margin-bottom: 50px;}
.tien_ich_1 {
    background: #fff;
    border-radius: 34px;
    padding: 7px 50px;
    margin: 0 15px;
    padding-left: 10px;
    padding-right: 75px;
}

.tien_ich_1 i {
    font-size: 25px;
    padding: 10px;
    border-radius: 50px;
    background: #EEEEEE;
    width: 50px;
    height: 50px;
    line-height: 30px;
}

.tien_ich_1 span {
    font-weight: bold;
}

.info_tienich {
    text-align: start;
    margin-left: 10px;
}

.info_tienich p {
    margin-bottom: 0px;
    font-weight: 400;
}
.box_dowload{display: none !important}
.item-templatemore-cart:hover .box_dowload{display: flex !important;}
.box_dowload {
    position: absolute;
    top: 0;
    z-index: 10;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: red; */
    align-items: center;
    padding: 45px;
}
.box_dowload a.button_click {
    cursor: pointer;
    width: 48%;
    text-align: center;
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    color: #000;
    font-size: 20px;
}
.box_dowload a.button_click:hover{background: red;color: #fff;}
.box_ecart{position: relative;}
/*.box_ecart:after{position: absolute;content: '';width: 100%;height: 100%;left: 0;right: 0;background:#0003;top: 0;display: none;}*/
.item-templatemore-cart:hover .box_ecart:after{display: block;}

.elements {
    clear: both;
    list-style: none;
    padding-left: 0;
    width: 100%;
}

.elements li {
    display: inline-block;
    background-color: #0098a9;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
    min-height: 42px;
    width: 29%;
    color: #fff;
}

.elements li a{
    color: #fff;
}

.fa{
    float: right;
}
.erase_lanhdao a:hover {
    background: red;
}

/*admin profile*/
.info_avt h2 {
    font-size: 24px;
    font-weight: bold;
}

span.desc_doanhnhan {
    font-size: 18px;
    font-weight: 400;
    color: #000;
}

span.friend_doanhnhan {
    display: block;
    font-size: 16px;
    color: #6B7181;
    padding: 2px 0;
}

p.all_friend span {
    color: #6B7181;
    font-size: 16px;
}

p.all_friend img {
    margin: 0 10px;
    /* display: block; */
}
span.bb_con img {
    margin-left: -5px;
    width: 26px;
    height: 26px;
    border: solid 1px #fff;
    border-radius: 50%;
}
.info_avt {
    margin-left: 20px;
}
.img_prf {
    position: relative;
}
.img_prf:after {
    position: absolute;
    content: '';
    width: 40px;
    height: 40px;
    background: url(../images/cammera.png)no-repeat;
    bottom: 18px;
    right: 10px;
}
.left_profile_avt {
    width: 39%;
}

p.all_friend {
    margin-bottom: 5px;
    display: flex;
    align-items: center;
}
a.add_friend {
    padding: 10px 16px 10px 16px;
    background: #0E69B4;
    display: block;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    border-radius: 5px;
    margin-bottom: 15px;
    cursor: pointer;
}

a.add_friend img {
    margin-right: 10px;
}
a.chat_mess {
    padding: 10px 16px 10px 16px;
    background: #E4E6EB;
    display: block;
    font-size: 14px;
    font-weight: 700;
    border-radius: 5px;
    margin-bottom: 15px;
    color: #000;
    text-align: center;
    cursor: pointer;
}

a.chat_mess img {
    margin-right: 10px;
}
a.add_friend:hover{background: #103cbb;color: #fff;}
a.chat_mess:hover{background: #58575773;color: #fff;}
.khung_logo_nh {
    display: flex;
    width: 170px;
    align-items: center;
    border: solid 1px #B2BCCA;
    justify-content: center;
    padding: 15px 5px;
    border-radius: 5px;
}

.khung_logo_nh span {
    width: auto !important;
}

.logo_nghang {
    margin-left: 15px;
}
.box_load_nganhang{width: 200px;}
.box_load_nganhang a{max-width: 200px !important;}

aside.left-sidebar.box_desk_l {
    width: 390px;
    padding: 35px 15px;
    text-align: center;
}
/*desk doanhnhan hhv*/

.body-wrapper.box_body_r {
    margin-left: 390px !important;
    background: #F6F6F6;
}
.logo_hhv span {
    display: block;
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    margin-top: 10px;
}

.logo_hhv {
    margin-bottom: 40px;
}
.name_doanhnhan {
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    display: block;
    margin: 10px;
}

.chucvu_doanhnhan {
    font-size: 16px;
    color: #FFFFFF;
}

.lienket_nhanh a {
    display: block;
    color: #000 !important;
}
.lienket_nhanh a span {
    padding: 15px;
    background: #fff;
    display: inline-block;
    width: 170px;
    border-radius: 30px;
    margin-bottom: 15px;
    font-weight: 700;
}

.lienket_nhanh {
    margin-top: 15px;
}

.lienket_nhanh a:nth-child(1) span {
    color: var(--background);
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    margin-bottom: 20px;
}

.lienket_nhanh a:nth-child(2) span {
    background: #FFBB00;
}
.share_profile {
    font-weight: 700;
    color: #fff;
    /*margin-bottom: 100px;*/
}
.copyright {
    padding: 0 65px;
    color: #fff;
    font-weight: 400;
}
.pd_top{padding-top: 40px !important;}
.mr_top{/* margin-top: -50px; */position: relative;}
.left_desk_img {
    width: 47%;
    padding-left: 35px;
}
.img_none.img_prf:after{display: none;}
.info_avatar_desk{/* padding-top: 100px; */margin-left: 0 !important;}
.img_prf.img_none {
    margin-top: -100px;
}
.right_kh_desk{width: 51%;}
.mxh_desk{margin-bottom: 0 !important;margin-right: 15px;}
.container {
    position: relative;
    transition: .5s ease;
    width: 100%;
}

.tab__bar {
    position: relative;
/* margin: 100px 10px 30px 10px; */
.tab__navigation {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: fit-content;
    /* margin: 0 auto; */
}
.tab__menu {
    color: var(--text-color);
    list-style: none;
    max-width: 800px;
    white-space: nowrap;
    scroll-behavior: smooth;
    user-select: none;
    overflow-x: auto;
&.dragging {
     scroll-behavior: unset;
     cursor: grab;
.tab-btn {
    pointer-events: none;
}
}
;
-webkit-scrollbar {
    display: none;
}
.tab__btn {
    display: inline-block;
    color: var(--text-color);
    font-size: 1em;
    font-weight: 400;
    margin: 0 2px;
    padding: 10px 20px;
    cursor: pointer;
    user-select: none;
    transition: background-color .3s ease;
&:
 hover {
     background-color: var(--first-color);
 }
&.active {
     background-color: var(--second-color);
 }
;
border-bottom: s;
}
;
display: flex;
}
;
.right__btn {
    position: absolute;
    color: var(--text-color);
    font-size: 1.8em;
    cursor: pointer;
svg {
    width: 20px;
    height: 20px;
path {
    fill: #fff;
}
}
}
.left__btn {
    display: none;
    left: -5px;
    background: linear-gradient(to left, transparent, var(--first-color) 60%);
    padding: 10px 30px 10px 0;
}
.right__btn {
    right: -5px;
    background: linear-gradient(to right, transparent, var(--first-color) 60%);
    padding: 10px 0 10px 30px;
}
}

.tab__content {
    position: relative;
.tab {
    position: relative;
    width: 100%;
    padding: 10px 10px;
    display: none;
    animation: fadein .8s;
&.active {
     display: flex;
 }
.row {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
@media (
max-width: 767px) {
    flex-direction: column;
}
}
}
.left-column,
.right-column {
    width: 50%;
    max-width: 500px;
@media (
max-width: 767px) {
    width: 100%;
    max-width: 700px;
}
}
.left-column {
    display: flex;
    align-items: center;
.img-card {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: var(--box-shadow);
img {
    width: 100%;
}
}
}
.info {
.city {
    margin-bottom: 15px;
    font-size: 32px;
}
.description {
    font-weight: normal;
    font-size: 14px;
    line-height: 1.8;
@media (
max-width: 767px) {
    text-align: justify;
}
}
.city, .description {
    color: var(--text-color);
@media (
max-width: 767px) {
    text-align: center;
}
}
}
;
background: #fff;
padding: 10px;
border-radius: 15px;
border: solid 1px #d9d9d9ad;
}

@keyframes fadein {
    0% {
        opacity: 0;
        transform: translateX(20px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
.left_all_tt_dn {
    width: 40%;
    position: relative;
}
li.tab__btn.active {
    border-bottom: solid 5px #0e69b4;
}
.right_icon {width: 60%;position: relative;}
.share_link {
    margin-bottom: 20px;
    font-weight: bold;
    text-align: end;
}

.share_link img {
    margin-right: 10px;
    position: relative;
    z-index: 111;
    margin-top: 5px;
}
.icon_link_trang{width: calc((100% / 4) - 15px);text-align: center;margin-bottom: 20px;}
.icon_link_trang a {
    display: block;
    color: #0E69B4 !important;
    font-weight: 700;
    margin-top: 5px;
}
.title_mxh{display: block;font-size: 20px;margin-bottom: 20px;width: 100%;margin-top: 40px;}
.mxh_dn a{font-weight: 400;color: #000 !important;}
.icon_link_trang.mxh_dn{width: calc((100% / 5 ) - 15px);}
.album_anh {
    padding: 20px;
    background: #fff;
    margin-top: 25px;
    border-radius: 15px;
    border: solid 1px #d9d9d9ad;
}

.title_album span {
    font-size: 18px;
    font-weight: bold;
}

.title_album a {
    color: #0E69B4 !important;
}

.title_album {
    margin-bottom: 20px;
}
.img_album {
    width: calc((100% / 3) - 4px);
    margin-right: 4px;
    margin-bottom: 4px;
}

.img_album img {
    width: 100%;
}
.info_friend {
    width: calc((100% - 82px) - 20px);
    margin-left: 20px;
}

.info_friend span {
    font-size: 16px;
    font-weight: bold;
}

.info_friend p {
    font-size: 16px;
    color: #1E1F20;
    margin-bottom: 5px;
}

a.add_them {
    padding: 10px 15px;
    background: #0E69B4;
    font-weight: bold;
    color: #fff;
    display: inline-block;
    border-radius: 5px;
}

a.go_friend {
    background: #E4E6EB;
    padding: 10px 45px;
    font-weight:  bold;
    color: #000;
    margin-left: 20px;
    border-radius: 5px;
}
p.mb-2.nameshop-order.ma_ctv {
    color: #000;
}
p.mb-2.code-order.on_hd {
    align-items: center;
    display: flex;
    color: #006590;
    font-size: 12px;
}

p.mb-2.code-order.on_hd img {
    margin-right: 5px;
}
p.mb-2.phoneclient-order.so_du_ctv {
    font-size: 14px;
    color: #FFBB00;
}
.total_ctv {

}

.total_ctv span {
    font-size: 28px;
    color: #000;
    font-weight: 700;
}

.total_ctv p {
    font-size: 24px;
    font-weight: 700;
    color: #000;
}

.total_ctv button {
    border: none;
    padding: 10px 20px;
    color: #fff;
    background: #3E8556;
    font-weight: bold;
    border-radius: 5px;
}

.bg_fff{padding: 20px;
    background: #fff;
    margin-top: 20px;
    border-radius: 20px;}

.info_ctv .doanhnhan_input{width: 85%;}
.info_ctv {
    width: 45%;
    margin-bottom: 20px;
}
.all_thunhap {
    width: 45%;
    background: #F6F6F6;
    padding: 15px 20px;
    border-radius: 15px;
}

.all_thunhap span {
    font-size: 20px;
    color: #000;
    font-weight: bold;
}

.all_thunhap p {
    margin-bottom: 0;
    font-size: 16px;
    color: #000;
    font-weight: bold;
}
.button_edit_about {background: #E4E6EB;text-align: center;border-radius: 5px;margin-bottom: 20px;}

.button_edit_about a {
    display: block;
    padding: 15px 0;
    color: #000 !important;
    font-weight: bold;
    font-size: 14px;
}
.content_info_businessman {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    color: #000;
}

.content_info_businessman img {
    margin-right: 10px;
}
.mr_top{background: #fff;/* margin-bottom: 15px; */border-radius: 20px;padding: 0 18px;}
.backgournd_fff{padding: 0 !important;}
.pd_15{padding: 15px;border-bottom: solid 1px #E6E6E6;padding-bottom: 0;/* margin-bottom: 5px; */}
.btn_loc_ctv{
    margin-top: unset;
    margin-left: unset;
}
.box_cash_flow{
    background: #F4BE42;
    padding: 20px;
    margin-top: 40px;
    border-radius: 10px;
}
.title_cash_flow{
    color: #FFFFFF;
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 25px
}
.box_cash_flow_big{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.box_money_cash_flow{
    width: calc((100% / 3) - 10px);
    min-width: 290px;
    background: white;
    color: black;
    border-radius: 8px;
    /*border: 1px solid black;*/
    padding: 10px;
}
.box_circle{
    width: 40px;
    height: 40px;
    background: #FFC801;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    /*border: 1px solid black;*/
    font-size: 20px;
    font-weight: 600;
    margin-right: 5px;
}
.title_item_cash_flow{
    margin-bottom: 0px;
    font-weight: 700;
}
.content_item_cash_flow{
    margin-bottom: 0;
    font-size: 13px;
}
.btn_see_more{
    background: #FFC801;
    /*border: 1px solid black;*/
    padding: 5px 10px;
    color: black;
    border-radius: 16px;
    font-weight: 700;
    min-width: 83px;
}
.content_money_flow{
    margin-bottom: 0;
    font-weight: 700;
}
.content_growth{
    margin-bottom: 0;
    font-weight: 700;
    font-size: 18px;
    color: #008425;
}
.content_reduction{
    margin-bottom: 0;
    font-weight: 700;
    font-size: 18px;
    color: #FF3131;
}
.box_total_affiliate{
    background: linear-gradient(90deg,#42ef99, #008c8d);
    padding: 30px 20px;
    border-radius: 10px;
    width: 48%;
    display: flex;
    justify-content: space-between;

}
.title_total_affiliate{
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 0;
    color: black;
}
.box_affiliate_shop{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 90%;
    margin: 30px auto;
}
.conten_total_affilate{
    color: white;
    font-weight: 700;
    font-size: 40px;
    text-align: center;
    margin-bottom: 0;
}
.content_percent{
    margin-bottom: 0;
    font-size: 28px;
    text-align: center;
    color: white;
    font-weight: 700;
}
.img_up_downd{
    width: 85px;
}
.more_mobile{
    font-size: 12px;color: #0a58ca;display: none;
}
.custom-btn {
    width: fit-content;
    color: #fff!important;
    border-radius: 5px;
    padding: 5px 20px;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
    7px 7px 20px 0px rgba(0,0,0,.1),
    4px 4px 5px 0px rgba(0,0,0,.1);
    outline: none;
    margin-left: 10px;
}
.btn-11 {
    border: none;
    background: rgb(251,33,117);
    background: linear-gradient(0deg, rgba(251,33,117,1) 0%, rgba(234,76,137,1) 100%);
    color: #fff;
    overflow: hidden;
}
.btn-11:hover {
    text-decoration: none;
    color: #fff;
}
.btn-11:before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    animation: shiny-btn1 3s ease-in-out infinite;
}
.btn-11:hover{
    opacity: .7;
}
.btn-11:active{
    box-shadow:  4px 4px 6px 0 rgba(255,255,255,.3),
    -4px -4px 6px 0 rgba(116, 125, 136, .2),
    inset -4px -4px 6px 0 rgba(255,255,255,.2),
    inset 4px 4px 6px 0 rgba(0, 0, 0, .2);
}
.box_cate_card{
    width: 55%;
    margin: 0 auto;
    margin-top: 40px;
}
.title_category_card{
    font-size: 72px;
    font-weight: 700;
    text-align: center;
    line-height: 86.4px;
}
.content_category_card{
    width: 80%;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: black;
    margin: 0 auto;
}
.btn_background{
    background: #FFBB00;
    padding: 10px 25px;
    border-radius: 4px;
    font-size: 16px;
    color: white;
    font-weight: 700;
    width: fit-content;
    cursor: pointer;
    margin: 0px 10px 20px 10px;
    text-decoration: unset;
}
.btn_line{
    padding: 10px 25px;
    border-radius: 4px;
    font-size: 16px;
    color: #FFBB00;
    font-weight: 700;
    width: fit-content;
    cursor: pointer;
    border: 1px solid #FFBB00;
    margin: 0px 10px 20px 10px;
    text-decoration: unset;
}
.box_btn_ecard{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 30px;
}
.box_img_card_mau{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

@-webkit-keyframes shiny-btn1 {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}
.box_letter{
    width: 100%;
    background: white;
    padding: 20px;
}
.left_item_header,.right_item_header{
    width: 40%;
}
.header-infor{
    width: 85%;
    margin: 0 auto;
    display: flex;
    justify-content: end;
}
.input_infor{
    border: none;
    outline: unset;
    padding: 5px 10px;
    width: 100%;
    text-align: right;
}
.icon_letter{
    font-size: 16px;
    color: #2264b0;
}
.header_people{
    width: 100%;
    background: #f1f2f2;
    margin-top: 30px;
    margin-bottom: 30px;
}
.box_infor_people{
    display: flex;
    flex-direction: column;
    border-right: 10px solid #2264b0;
    padding-right: 15px;
    width: 70%;
}
.box_avatar{
    width: 130px;
    height: 130px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 8px solid white;
    cursor: pointer;
}
.icon_avatar{
    font-size: 65px;
}
.content_name_people{
    width: 85%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding: 10px 0;
}
.input_name_people{
    border: none;
    outline: unset;
    padding: 10px;
    font-size: 18px;
    width: 100%;
    text-align: right;
    background: unset;
}
.box_content_letter{
    width: 85%;
    margin: 0 auto;
    margin-top: 50px;
}
.title_location{
    font-size: 18px;
    color: #2264b0;
    font-weight: 700;
}
.input_title_location{
    font-size: 18px;
    color: #2264b0;
    font-weight: 700;
    border: none;
    outline: unset;
    margin-left: 8px;
    width: 80%;
}
.content_letter{
    margin-top: 20px;
}
.btn_save_letter{
    background: #3E8556;
    color: white;
    border: none;
    outline: unset;
    padding: 10px 20px;
    border-radius: 5px;
}
.text-name-people{
    color: #2264b0;
    font-size:25px;
    font-weight: 700;
}
.box_mobile_card{
    display: none;
}
.box_content_banner_cate{
    position: absolute;
    bottom:10px;
    left: 20px;
    color: white;
}
.content_item_cate_card{
    position:absolute;
    bottom: calc(100% - 90%);
    left: calc(100% - 70%);
}
@media (max-width: 1420px) {
    .box_affiliate_shop{width: 100%}
    .btn_see_more{display: none}
    .more_mobile{display: inline-block}
    .title_total_affiliate,.content_percent {font-size: 25px}
    .conten_total_affilate{font-size: 36px}
    .box_cate_card{width: 64%}
}
@media (max-width: 1366PX) {
    .item-templatemore-cart{width: calc(100%/2 - 22px);}
}
@media (max-width: 1310px) {
    .title_total_affiliate, .content_percent{font-size: 20px}
    .conten_total_affilate{font-size: 30px}
    .img_up_downd{width: 70px}
}
@media (max-width: 1240px) {
    .box_money_cash_flow{width: calc((100%/2) - 10px);min-width: unset;margin-bottom: 20px}
    .more_mobile{display: none}
    .btn_see_more{display: inline-block}
    .title_category_card{font-size: 60px;line-height: 75px}
}
@media (max-width: 1024px) {
    .box_search_trogiup{padding: 10px !important;}
    .photo_profile{width: 100%;}
    .img_profile{justify-content: start !important;}
    .khung_logo_nh{margin-top: 10px;padding: 10px;}
    .form-group.input_profile tbody td{width: 32%;}
    .input_profile{width: 100%;}
    .info_avt h2{font-size: 20px;}
    a.text-decoration-none.fw-bolder.add-news.up_load_img{max-width: 100%;}
    .info_avt{width: calc(100% - 170px);}
    .info_detile{flex-wrap: wrap;}
    .info_detile span{display: block;width: 100%;margin-bottom: 10px;}
    .info_profile{padding-left: 10px;}
    p.all_friend{flex-wrap: wrap;}
    p.all_friend span{padding-right: 10px;display: block;width: 100%;font-size: 14px;}
    p.all_friend img{display: none;}
    a.add_friend{margin-right: 10px;}
    .right_kn{display: flex;margin-top: 10px;}
    .left_profile_avt{width: 100%;}
    .item_tc_bio{with:100%}
    .box_cate_card{width: 90%}
    .table {
        min-width: 1095px;
    }
    .left-sidebar .scroll-sidebar {
        height: calc(100vh - 50px);
    }
    .app-header {
        padding: 0 20px;
    }
    .trol-tabsPruduct {
        overflow-y: auto;
    }
    .table {
        min-width: 1095px;
    }
    .left-sidebar .scroll-sidebar {
        height: calc(100vh - 50px);
    }
    .app-header {
        padding: 0 20px;
    }
    .trol-tabsPruduct {
        overflow-y: auto;
    }

    .thaotac {
        /* padding: 0 0px; */
    }

    .logo-img {
        width: 50px !important;
    }

    .brand-logo {
        margin-top: 10px;
        margin-bottom: 10px;
        min-height: 5px;
    }

    .brand-logo div i {
        color: #fff;
        font-size: 15px;
    }

    .body-wrapper>.container-fluid,
    .body-wrapper>.container-lg,
    .body-wrapper>.container-md,
    .body-wrapper>.container-sm,
    .body-wrapper>.container-xl,
    .body-wrapper>.container-xxl {
        padding: 0 15px 0 15px;
    }

    .breadcrumb i {
        color: #000 !important;
        font-size: 20px;
        top: 0 !important;
    }

    .breadcrumb-item {
        display: none;
    }

    .pic-main1 .title-main1 {
        font-size: 22px;
    }

    .logo-img img {
        width: 50px !important;
    }

    .login-with p::after {
        display: none;
    }

    .login-with p span {
        background: transparent;
        color: #fff;
    }

    .register-login a {
        color: #008cff;
    }

    .register-login {
        color: #fff;
        margin-bottom: 20px;

    }

    .download-app-login a {
        background: #fff;
        border-radius: 5px;
    }

    .login-with a {
        background: #fff;
    }

    .forgot-password-login {
        color: #fff;
    }

    .right-login {
        width: calc(100% - 30px);
        max-width: none;
    }

    .left-login {
        display: none;
    }

    .body-login {
        background: url(../images/background_login.png) no-repeat;
        color: #fff;
        background-size: cover;
    }
    .item-templatemore-cart{width: calc(100%);}
    .info_detile.doanhhnhan span{width: 100%;text-align: start;margin-bottom: 5px;}
    .doanhnhan_input{width: 100%;}
    .left_edit_duan{width: 100%;}
    .right_edit_duan{width: 100%;}
    .left_edit_duan{margin-bottom: 20px;}
    .box_anhsp_l{width: 100%;}
    .box_anhsp_r{width: 100%;}
    .lanh_dao{width: 100%;}
    .box_anh_lanhdao{margin-left: 0;}
    .lanh_dao .info_detile.doanhhnhan span{width: 100%;}
    .lanh_dao .doanhnhan_input{width: 100%;}
    .thanh_tuu{width: 100%;}
    .info_profile_vh .left_edit_duan{width: 100%;margin-bottom: 20px;}
    .info_profile_vh .right_edit_duan{width: 100%;}
    .box_search_trogiup{padding: 20px;}
    .title_search{font-size: 25px;}
    .item_dm{width: calc(100%)}
    .faq-question{font-size: 14px;}
    .tien_ich_1{width: 100%;margin-bottom: 20px;}
    .click_search{margin-top: 20px;}
}
@media (max-width: 900px) {
    .more_mobile{display: inline-block}
    .btn_see_more{display: none}
    .box_circle{width: 50px;height: 50px}
    .title_total_affiliate, .content_percent{font-size: 16px}
    .conten_total_affilate{font-size: 22px}
    .img_up_downd{width: 45px}
}
@media (max-width: 768px) {

    .right-templatemore {
        width: 100%;
    }
    .left-templatemore {
        width: 100%;
    }
    .title-infoecart {
        font-size: 15px;}
    .right-infoecart {
        width: 100%;
    }
    .left-infoecart {
        width: 100%;
        padding: 20px 10px;
    }
    .box-ecartdemo {
        background-size: cover;
    }
    .wrap-demo-ecart {
        width: 100%;
    }
    .right-ecartdemo {
        width: 100%;
        text-align: center;
    }
    .left-ecartdemo {
        width: 100%;
        margin: auto;
        margin-bottom: 10px;
    }
    .item-ckeckstatus {
        width: calc(100%/4);
        margin-bottom: 5px;
    }
    .infopro-right1 {
        width: 100%;
        margin-left: 0;
    }
    .create-size {
        width: 100%;
    }
    .input-product1 {
        width: 100%;
    }
    .table-price-poduct {
        width: 100%;
    }

    .sale-price-group {
        width:100%;
    }
    .classification-group {
        width: 100%;
    }
    .infopro-right2 {
        width: 100% ;}
    .detailsright-product {
        width: 100%;
    }

    .detailsleft-product {
        width: 100%;
    }


    .infopro-right {
        width: 100%;
    }

    .title-proleft {
        width: 100%;
        text-align: start;
    }
    .title-main4 {
        font-size: 15px;
    }
    .title_main3 {
        width: 100%;
    }
    .validation-form h2 {
        font-size: 15px;}
    .add-dm {
        padding: 5px 20px;
    }
    .card-title {
        font-size: 28px;}
    .validation-form .form-group .addimages-right .photoUpload-zone .input-photoUpload {
        width: calc(100%/5 - 20px);}
    .validation-form .form-group .addimages-right {
        width: 100%;
    }
    .validation-form .form-group input.form-control {
        width: 100% !important;
    }

    .validation-form .form-group label.title_main2 {
        width: 100%;
        text-align: start;
        margin-bottom: 5px;
    }
    .card-title {
        font-size: 22px;
    }

    .button-searchadmin {
        width: 10%;
        margin-top: 10px;
        margin-left: auto;
    }

    .input-category {
        width: 49%;
    }

    .input-searchadmin {
        width: 49%;
        margin-bottom: 10px;
    }

    .thaotac a p.thaotac_icon i {
        font-size: 14px;
    }

    .thaotac a p.thaotac_icon {
        width: 25px;
        height: 25px;
    }

    .card-title {
        font-size: 15px;
        margin-bottom: 5px;
    }

    .title-login {
        font-size: 25px;
    }
    .header-infor{
        width: 100%;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        padding: 0 10px;
    }
    .left_item_header, .right_item_header{
        width: 100%;
    }
    .header_people{
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .content_name_people{
        width: 100%;
        flex-direction: column;
        padding-left: 10px;
        padding-right: 10px;
    }
    .box_infor_people{
        width: 100%;
    }
    .box_letter{
        padding-right: 0;
        padding-left: 0;
    }
    .box_content_letter{
        width: 100%;
        margin-top: 15px;
        padding: 0 10px;
    }
    .input_name_people{
        font-size: 16px;
    }
    .text-name-people{
        font-size: 20px;
    }
    .title_location{
        font-size: 16px;
    }
    .input_title_location{
        font-size: 16px;
        width: 65%;
        margin-left: 6px;
    }
    .box_desktop_card{
        display: none;
    }
    .box_mobile_card{
        display: inline-block;
    }
}
@media (max-width: 680px) {
    .box_total_affiliate{width: 100%;margin-bottom: 20px}
    .box_affiliate_shop{margin-bottom: 0;margin-top: 10px}
    .box_money_cash_flow{width: 100%}
    .content_growth{font-size: 16px}
    .title_category_card{font-size: 30px;line-height: 40px}
    .content_category_card{width: 90%}
}
@media (max-width: 576px) {
    .button-searchadmin1 {
        margin-left: auto;
    }

    .input-category1 {
        width: 100%;
        margin-bottom: 5px;
    }
    .avata-ecartdemo img{
        width: 50px;
    }

    .item-templatemore {
        width: calc(100%/2 - 22px);
        margin-bottom: 10px;
    }


    .name-ecartdemo {
        font-size: 15px;
    }
    .position-ecartdemo {
        font-size: 10px;
    }

    .company-ecartdemo {
        font-size: 10px;
    }
    .title-main5 {
        width: 100%;}
    .validation-form .form-group textarea.form-control {
        width: 100%;
    }
    .validation-form .form-group .addimages-right .photoUpload-zone .input-photoUpload {
        width: calc(100%/4 - 20px);}
    .validation-form h2 {
        font-size: 15px;
    }
    .card {
        margin-bottom: 10px;
    }

    .add-product {
        width: 100%;
    }

    .add-product-list {
        width: 100%;
    }

    .button-searchadmin {
        width: 25%;
    }

    .pic-main1 {}

    .pic-main1 .time-main1 {
        margin-bottom: 5px;
        font-size: 12px;
        left: 10px;
    }

    .delete-all {
        max-width: 100%;
        padding: 5px;
    }

    .add-news {
        max-width: unset;
        padding: 5px;
    }

    .button-edit {
        width: calc(100%/2 - 10px);
        margin-right: 10px;
    }

    .title-main {
        width: 100%;
        margin-bottom: 10px;
    }

    .add-dm {
        padding: 5px;
    }

    .pic-main1 .title-main1 {
        font-size: 15px;
        bottom: 10px;
        left: 10px;
    }

    .rules-login a {
        color: #ffd800;
    }

    .login-with p span {
        font-size: 13px;
    }

    .name-company-login {
        margin-bottom: 10px;
    }
    .item-ckeckstatus {
        width: calc(100%/2);}
    .item-info-ecartdemo {
        margin-top: 0;
    }
    .avata-ecartdemo {
        width: 66px;
    }
    .logo-ecartdemo {
        padding-right: 0;
        padding-top: 0;
    }
    .info-ecartdemo {
        font-size: 10px;
        width: 70%;
        padding: 10px 5px;
    }
    .logo-ecartdemo img{
        width: 50px;
    }
    .code-ecartdemo {
        padding-top: 0px;
        width: 25%;
    }
    .code-ecartdemo img{
        width: 69px;
    }
    .id-ecart{
        font-size: 11px;
    }
}

@media (max-width: 414px) {

    .infopro-right img{display:none; }
    .box-input-product {
        width: 100%;
        margin-bottom:5px;
    }
    .box-info-price span {
        display: none;
    }
    .box-info-price input.ipro2 {border-right: 0;border-bottom: 1px solid #D3D3D3;}
    .box-info-price {
        flex-wrap: wrap;
        width: 100%;
    }
    .validation-form .form-group .addimages-right .photoUpload-zone .input-photoUpload {
        width: calc(100%/3 - 20px);}
    .input-category {
        width: 100%;
        margin-bottom: 10px;
    }

    .input-searchadmin {
        width: 100%;
    }
}
.box_pd_color{
    background: #fff;
    padding: 20px;
    border-radius: 15px;
    border: solid 1px #d9d9d9ad;
    margin-bottom: 20px;
}
.ds_bb.d-flex {
    margin-bottom: 20px;
}
.desc_doanhnhan .name_doanhnhan{color: #000;margin: 0;margin-bottom: 5px;}
.desc_doanhnhan .chucvu_doanhnhan{color: #000;font-size: 18px;margin-bottom: 5px;}
.xt_gioithieu a {
    text-align: center;
    display: inline-block;
    background: #0E69B4;
    color: #fff !important;
    padding: 10px 30px;
    border-radius: 30px;
    font-weight: bold;
}

.xt_gioithieu {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
}

.menu_scroll.slick-initialized.slick-slider {
    position: relative;
    width: 100%;
    /* height: 100px; */
    /* overflow: hidden; */
    padding: 30px 0;
}
.lienket_nhanh a:nth-child(1) span img {
    margin-right: 10px;
}
/*Form popupp*/
.Click-here {
    cursor: pointer;
    /* background-image: linear-gradient(190deg, #f83600 0%, #fee140 100%); */
    color: #fff;
    width: 180px;
    text-align: center;
    font-size:16px;
    /* padding: 18px 0; */
    margin: 0 auto;
    transition:background-image 3s ease-in-out;
}
.Click-here:hover{
    /* transition:background-image 3s ease-in-out; */
    /* background-image: linear-gradient(90deg, #fee140 0%, #f83600 100%); */
}
.custom-model-main {
    text-align: center;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; /* z-index: 1050; */
    -webkit-overflow-scrolling: touch;
    outline: 0;
    opacity: 0;
    -webkit-transition: opacity 0.15s linear, z-index 0.15;
    -o-transition: opacity 0.15s linear, z-index 0.15;
    transition: opacity 0.15s linear, z-index 0.15;
    z-index: -1;
    overflow-x: hidden;
    overflow-y: auto;
}

.model-open {
    z-index: 99999;
    opacity: 1;
    overflow: hidden;
}
.custom-model-inner {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    display: inline-block;
    vertical-align: middle;
    margin: 30px auto;
    width: 430px;
}
.custom-model-wrap {
    display: block;
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
    text-align: left;
    /* padding: 20px; */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-height: calc(100vh - 70px);
    overflow-y: auto;
    max-width: 430px;
    text-align: center;
}
.model-open .custom-model-inner {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    position: relative;
    z-index: 999;
}
.model-open .bg-overlay {
    background: rgba(0, 0, 0, 0.6);
    z-index: 99;
}
.bg-overlay {
    background: rgba(0, 0, 0, 0);
    height: 100vh;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    -webkit-transition: background 0.15s linear;
    -o-transition: background 0.15s linear;
    transition: background 0.15s linear;
}
.close-btn {
    position: absolute;
    right: 15px;
    top: 5px;
    cursor: pointer;
    z-index: 99;
    font-size: 30px;
    color: #fff;
}
.title_dashboard{
    color: #1E1F20;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 8px;
}
.title_dt{
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 400;
    color: #1E1F20;
}
.title_dark{
    color: #1E1F20;
    font-size: 20px;
    font-weight: 700;
}
.box_shop{
    background: linear-gradient(180deg, #0C7CD9 0%, #12D4B1 100%);
    width: 100%;
    border-radius: 10px;
    padding: 40px 20px 40px 20px;
}
.title_follow_shop{
    color: #FFFFFF;
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 25px;
}
.box_big_infor,.box_big_infor_product{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 20px 20px;
}
.box_infor_shop{
    padding: 20px 10px 20px 10px;
    background: #FFFFFF33;
    border-radius: 10px;
    color: white;
}
.box_infor_aff{
    padding: 20px 0px;
    border-radius: 10px;
    background: #FFFFFF;
}
.box_money_shop{
    color: white;
}
.name_infor_shop{
font-size: 14px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 0px;
}
.total_infor_shop{
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 0;
}
.box_money_big{
    display: grid;
    grid-template-columns: auto auto auto;
    grid-gap: 5px 20px;
}
.box_people,.box_ctv{
    width: 49%;
    background: #FFFFFF;
    padding: 20px;
    border-radius: 10px;
}
.title_people{
    color: #4D4D4D;
    font-size: 14px;
    font-weight: 500;
}
.number_people{
    font-weight: 700;
    font-size: 24px;
    color: #000000;
}
.box_infor_product{
    position: relative;
    background: white;
    box-shadow: 0px 2px 6px 0px #00000040;
    padding: 20px 24px;
    border-radius: 10px;
    /*max-width: 276px;*/
    /*min-width: 276px;*/
}
.img_infor_sp{
    position: absolute;
    width: 50px;
    top: -22px;
    left: 15px;
}
.number_sp{
    font-size: 28px;
    margin-bottom: 0;
    font-weight: 700;
    text-align: right;
    color: #1E1F20;
}
.title_tk_sp{
    color: #7B809A;
    font-size: 14px;
    font-weight: 300;
    text-align: right;
    padding-bottom: 10px;
    border-bottom: 1px solid #F0F2F5;
    margin-bottom: 10px;
}
.title_percent{
    font-size: 16px;
    font-weight: 700;
    color: #7B809A;
    margin-bottom: 0;
}

@media screen and (min-width:800px){
    .custom-model-main:before {
        content: "";
        display: inline-block;
        height: auto;
        vertical-align: middle;
        margin-right: -0px;
        height: 100%;
    }
}
@media screen and (max-width:799px){
    .custom-model-inner{margin-top: 45px;}
}
@media (max-width: 1366PX) {
    .item-templatemore-cart{width: calc(100%/2 - 22px);}
}
@media (max-width: 1024px) {
    .number_people{
        margin-bottom: 0;
    }
    .title_dashboard{
        font-size: 24px;
    }
    .title_dark{font-size: 18px}
    .title_follow_shop,.title_cash_flow{font-size: 28px}
    .total_infor_shop,.number_sp{font-size: 26px}
    .box_search_trogiup{padding: 10px !important;}
    .photo_profile{width: 100%;}
    .img_profile{justify-content: start !important;}
    .khung_logo_nh{margin-top: 10px;padding: 10px;}
    .form-group.input_profile tbody td{width: 32%;}
    .input_profile{width: 100%;}
    .info_avt h2{font-size: 20px;}
    a.text-decoration-none.fw-bolder.add-news.up_load_img{max-width: 100%;}
    .info_avt{width: calc(100% - 170px);}
    .info_detile{flex-wrap: wrap;}
    .info_detile span{display: block;width: 100%;margin-bottom: 10px;}
    .info_profile{padding-left: 10px;padding-right: 10px}
    p.all_friend{flex-wrap: wrap;}
    p.all_friend span{padding-right: 10px;display: block;width: 100%;font-size: 14px;}
    p.all_friend img{display: none;}
    a.add_friend{margin-right: 10px;}
    .right_kn{display: flex;margin-top: 10px;}
    .left_profile_avt{width: 100%;}
    .table {
        min-width: 1095px;
    }
    .left-sidebar .scroll-sidebar {
        height: calc(100vh - 50px);
    }
    .app-header {
        padding: 0 20px;
    }
    .trol-tabsPruduct {
        overflow-y: auto;
    }

    .thaotac {
        /* padding: 0 0px; */
    }

    .logo-img {
        width: 50px !important;
    }

    .brand-logo {
        margin-top: 10px;
        margin-bottom: 10px;
        min-height: 5px;
    }

    .brand-logo div i {
        color: #fff;
        font-size: 15px;
    }

    .body-wrapper>.container-fluid,
    .body-wrapper>.container-lg,
    .body-wrapper>.container-md,
    .body-wrapper>.container-sm,
    .body-wrapper>.container-xl,
    .body-wrapper>.container-xxl {
        padding: 0 15px 0 15px;
    }

    .breadcrumb i {
        color: #000 !important;
        font-size: 20px;
        top: 0 !important;
    }

    .breadcrumb-item {
        display: none;
    }

    .pic-main1 .title-main1 {
        font-size: 22px;
    }

    .logo-img img {
        width: 50px !important;
    }

    .login-with p::after {
        display: none;
    }

    .login-with p span {
        background: transparent;
        color: #fff;
    }

    .register-login a {
        color: #008cff;
    }

    .register-login {
        color: #fff;
        margin-bottom: 20px;

    }

    .download-app-login a {
        background: #fff;
        border-radius: 5px;
    }

    .login-with a {
        background: #fff;
    }

    .forgot-password-login {
        color: #fff;
    }

    .right-login {
        width: calc(100% - 30px);
        max-width: none;
        min-height: 100vh;
    }

    .left-login {
        display: none;
    }

    .body-login {
        background: url(../images/background_login.png) no-repeat;
        color: #fff;
        background-size: cover;
    }
    .item-templatemore-cart{width: calc(100%);}
    .info_detile.doanhhnhan span{width: 100%;text-align: start;margin-bottom: 5px;}
    .doanhnhan_input{width: 100%;}
    .left_edit_duan{width: 100%;}
    .right_edit_duan{width: 100%;}
    .left_edit_duan{margin-bottom: 20px;}
    .box_anhsp_l{width: 100%;}
    .box_anhsp_r{width: 100%;}
    .lanh_dao{width: 100%;}
    .box_anh_lanhdao{margin-left: 0;}
    .lanh_dao .info_detile.doanhhnhan span{width: 100%;}
    .lanh_dao .doanhnhan_input{width: 100%;}
    .thanh_tuu{width: 100%;}
    .info_profile_vh .left_edit_duan{width: 100%;margin-bottom: 20px;}
    .info_profile_vh .right_edit_duan{width: 100%;}
    .box_search_trogiup{padding: 10px;}
    .title_search{font-size: 25px;}
    .item_dm{width: calc(100%)}
    .faq-question{font-size: 14px;}
    .tien_ich_1{width: 100%;margin-bottom: 20px;}
    .click_search{margin-top: 20px;}
}

@media (max-width: 768px) {
    .box_shop{
        padding: 20px;
    }
    .title_dashboard,.title_follow_shop,.total_infor_shop, .number_sp,.title_cash_flow {
        font-size: 20px;
    }
    .box_money_big,.box_big_infor,.box_big_infor_product{
        grid-template-columns: 1fr 1fr;
        grid-gap: 15px 15px;
    }
    .title_follow_shop{
        margin-bottom: 15px;
    }
    .box_people{
        margin-bottom: 30px;
    }
    .box_people, .box_ctv{
        width: 100%;
    }
    .box_infor_product{
        margin-bottom: 24px;
    }
    .right-templatemore {
        width: 100%;
    }
    .left-templatemore {
        width: 100%;
    }
    .title-infoecart {
        font-size: 15px;}
    .right-infoecart {
        width: 100%;
    }
    .left-infoecart {
        width: 100%;
        padding: 20px 10px;
    }
    .box-ecartdemo {
        background-size: cover;
    }
    .wrap-demo-ecart {
        width: 100%;
    }
    .right-ecartdemo {
        width: 100%;
        text-align: center;
    }
    .left-ecartdemo {
        width: 100%;
        margin: auto;
        margin-bottom: 10px;
    }
    .item-ckeckstatus {
        width: calc(100%/4);
        margin-bottom: 5px;
    }
    .infopro-right1 {
        width: 100%;
        margin-left: 0;
    }
    .create-size {
        width: 100%;
    }
    .input-product1 {
        width: 100%;
    }
    .table-price-poduct {
        width: 100%;
    }

    .sale-price-group {
        width:100%;
    }
    .classification-group {
        width: 100%;
    }
    .infopro-right2 {
        width: 100% ;}
    .detailsright-product {
        width: 100%;
    }

    .detailsleft-product {
        width: 100%;
    }


    .infopro-right {
        width: 100%;
    }

    .title-proleft {
        width: 100%;
        text-align: start;
    }
    .title-main4 {
        font-size: 15px;
    }
    .title_main3 {
        width: 100%;
    }
    .validation-form h2 {
        font-size: 15px;}
    .add-dm {
        padding: 5px 20px;
    }
    .card-title {
        font-size: 28px;}
    .validation-form .form-group .addimages-right .photoUpload-zone .input-photoUpload {
        width: calc(100%/5 - 20px);}
    .validation-form .form-group .addimages-right {
        width: 100%;
    }
    .validation-form .form-group input.form-control {
        width: 100% !important;
    }

    .validation-form .form-group label.title_main2 {
        width: 100%;
        text-align: start;
        margin-bottom: 5px;
    }
    .card-title {
        font-size: 22px;
    }

    .button-searchadmin {
        width: 10%;
        margin-top: 10px;
        margin-left: auto;
    }

    .input-category {
        width: 49%;
    }

    .input-searchadmin {
        width: 49%;
        margin-bottom: 10px;
    }

    .thaotac a p.thaotac_icon i {
        font-size: 14px;
    }

    .thaotac a p.thaotac_icon {
        width: 25px;
        height: 25px;
    }

    .card-title {
        font-size: 15px;
        margin-bottom: 5px;
    }

    .title-login {
        font-size: 25px;
    }


}

@media (max-width: 576px) {
    .button-searchadmin1 {
        margin-left: auto;
    }

    .input-category1 {
        width: 100%;
        margin-bottom: 5px;
    }
    .avata-ecartdemo img{
        width: 50px;
    }

    .item-templatemore {
        width: calc(100%/2 - 22px);
        margin-bottom: 10px;
    }


    .name-ecartdemo {
        font-size: 15px;
    }
    .position-ecartdemo {
        font-size: 10px;
    }

    .company-ecartdemo {
        font-size: 10px;
    }
    .title-main5 {
        width: 100%;}
    .validation-form .form-group textarea.form-control {
        width: 100%;
    }
    .validation-form .form-group .addimages-right .photoUpload-zone .input-photoUpload {
        width: calc(100%/4 - 20px);}
    .validation-form h2 {
        font-size: 15px;
    }
    .card {
        margin-bottom: 10px;
    }

    .add-product {
        width: 100%;
    }

    .add-product-list {
        width: 100%;
    }

    .button-searchadmin {
        width: 25%;
    }

    .pic-main1 {}

    .pic-main1 .time-main1 {
        margin-bottom: 5px;
        font-size: 12px;
        left: 10px;
    }

    .delete-all {
        max-width: 100%;
        padding: 5px;
    }

    .add-news {
        max-width: unset;
        padding: 5px;
    }

    .button-edit {
        width: calc(100%/2 - 10px);
        margin-right: 10px;
    }

    .title-main {
        width: 100%;
        margin-bottom: 10px;
    }

    .add-dm {
        padding: 5px;
    }

    .pic-main1 .title-main1 {
        font-size: 15px;
        bottom: 10px;
        left: 10px;
    }

    .rules-login a {
        color: #ffd800;
    }

    .login-with p span {
        font-size: 13px;
    }

    .name-company-login {
        margin-bottom: 10px;
    }
    .item-ckeckstatus {
        width: calc(100%/2);}
    .item-info-ecartdemo {
        margin-top: 0;
    }
    .avata-ecartdemo {
        width: 66px;
    }
    .logo-ecartdemo {
        padding-right: 0;
        padding-top: 0;
    }
    .info-ecartdemo {
        font-size: 10px;
        width: 70%;
        padding: 10px 5px;
    }
    .logo-ecartdemo img{
        width: 50px;
    }
    .code-ecartdemo {
        padding-top: 0px;
        width: 25%;
    }
    .code-ecartdemo img{
        width: 69px;
    }
    .id-ecart{
        font-size: 11px;
    }
}

@media (max-width: 414px) {

    .infopro-right img{display:none; }
    .box-input-product {
        width: 100%;
        margin-bottom:5px;
    }
    .box-info-price span {
        display: none;
    }
    .box-info-price input.ipro2 {border-right: 0;border-bottom: 1px solid #D3D3D3;}
    .box-info-price {
        flex-wrap: wrap;
        width: 100%;
    }
    .validation-form .form-group .addimages-right .photoUpload-zone .input-photoUpload {
        width: calc(100%/3 - 20px);}
    .input-category {
        width: 100%;
        margin-bottom: 10px;
    }

    .input-searchadmin {
        width: 100%;
    }
}
@media (max-width: 400px) {
    .box_big_infor_product{
        grid-template-columns: auto;
    }
}
.icon_link_trang.slick-slide {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
}

.icon_link_trang.slick-slide a{width: 100%;}
.mr_20{margin: 0 20px  !important;margin: auto;}
.photo_about {
    width: 385px;
    height: 365px;
}

.right_about {
    width: calc(100% - 400px);
}

.name_about {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    margin-bottom: 10px;
}

a.xt_all_about {
    background: #FFBB00;
    padding: 10px;
    color: #000;
    font-weight: bold;
    display: inline-block;
    margin-top: 15px;
}

a.xt_all_about:hover {
    background: #0e69b4;
    color: #fff !important;
}
.tamnhin_sumenh{max-width: 580px;margin: auto;}
.tamnhin{
    width: 250px;
    height: 250px;
    text-align: center;
    padding: 65px 40px;
    background: url(../images/tamnhin.png)no-repeat;
    background-size: 100% 100%;
}
.tamnhin span{
    font-size: 20px;
    font-weight: bold;
    color: #000;
    display: block;
    margin-bottom: 10px;
}
.tamnhin p{margin-bottom: 0;}
.sumenh{
    width: 250px;
    height: 250px;
    width: 250px;
    height: 250px;
    text-align: center;
    padding: 65px 40px;
    background: url(../images/sumenh.png)no-repeat;
    background-size: 100% 100%;
}
.sumenh span{
    font-size: 20px;
    font-weight: bold;
    color: #000;
    display: block;
    margin-bottom: 10px;
}
.sumenh p{margin-bottom: 0;}
.img_cong {
    width: 211px;
    margin: 0 -75px;
    position: relative;
}
.content_tamnhin_sumenh{width: 46%;}
.tamnhin_sumenh {
    padding: 50px 0;
}
.title_banlanhdao{font-size: 24px;font-weight: bold;color: #000;margin-top: 50px;margin-bottom: 30px;text-align: center;text-transform: uppercase;}

.center_lanhdao {
    width: 200px;
}

.left_lanhdao {
    width: 33%;
    text-align: start;
}

.right_lanhdao {
    width: 33%;
}

.lanh_dao_desk {
    padding: 40px 55px;
    background: #0e69b4;
    color: #fff;
}

.left_lanhdao span {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 5px;
    display: block;
}

.left_lanhdao p {
    margin-bottom: 0;
    font-size: 16px;
}

.right_lanhdao span {
    display: block;
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
    margin: 10px 0;
}
.item_nhansu{
    width: 25%;
    position: relative;
    margin-bottom: 20px;
    padding-right: 20px;
    /*margin-right: 20px;*/
}
.item_nhansu img{
    transition: all .3s ease;
}
.background-nhansu{
    position: absolute;
    width: 100%;
    height: 30%;
    background-color: #00000030;
    bottom: 0;
    transition: all .3s ease;
    z-index: 1;
}
.info_nhansu{
    position: absolute;
    width: 100%;
    top: calc(100% - 60px);
    left: 0;
    color: #fff;
    /*background-color: #00000034;*/
    transition: all .3s ease;
    z-index: 2;
}
.item_nhansu:hover .info_nhansu{
    top: 45%;
}
.item_nhansu:hover img{
    transform: scale(1.1);
}
.item_nhansu:hover .background-nhansu{
    height: 100%;
}
.info_nhansu span{font-size: 16px;font-weight: bold;}
.item_nhansu:hover .info_nhansu{margin: auto;bottom: 40%;transition: 1s;z-index: 1;}
.item_thanhtuu span{font-size: 40px;font-weight: bold;color: #FFBB00;}
.item_thanhtuu p{font-size: 16px;font-weight: bold;color: #000;}
.item_thanhtuu{width: 24%;text-align: center;}
.box_thanhtuu{margin: 50px 0;}
.left_vh_cty{width: 50%;}
.left_vh_cty img{width: 100%;}
.right_vh_cty{width: 50%;padding: 20px;background: #FFBB00;}
.right_vh_cty span{font-size: 20px;font-weight: bold;color: #000;display: block;margin-bottom: 12px;}
.right_vh_cty p{margin-bottom: 0;color: #000;}
.footer_doanhnghiep{width: 100%;margin-top: 50px;}
.footer_doanhnghiep span{font-size: 16px;font-weight: bold;color: #000;text-transform: uppercase;}
.d-flex.bct img{margin-right: 20px;}
.d-flex.bct{margin-bottom: 20px;}
.mxh_doanhnghiep img{margin-top: 10px;margin-right: 10px;}
.img_al_desk{width: 32%;margin-bottom: 20px;position: relative;}
.info_al_dÃƒÂ©sk{position: absolute;width: 100%;height: 100%;background: #00000078;top: 0;left: 0;text-align: center;display: flex;align-items: center;justify-content: center;font-size: 20px;color: #fff;font-weight: bold;}
.info_al_dÃƒÂ©sk{display: none;}
.img_al_desk:hover .info_al_dÃƒÂ©sk{display: flex;}
.info_al_dÃ©sk{position: absolute;width: 100%;height: 100%;background: #00000078;top: 0;left: 0;text-align: center;display: flex;align-items: center;justify-content: center;font-size: 20px;color: #fff;font-weight: bold;}
.info_al_dÃ©sk{display: none;}
.img_al_desk:hover .info_al_dÃ©sk{display: flex;}
.box_sp_desktop span{font-size: 20px;}
.box_sp_desktop a{font-size: 14px;color: #0E69B4 !important;padding: 12px 25px;border: solid 1px;border-radius: 30px;}
.box_sp_desktop a img{margin-right: 5px;}
/*sáº£n pháº©m*/
.item_sp{width: 24%;margin-bottom: 20px;}
.item_sp span {
    display: block;
    font-weight: 700;
    margin-top: 10px;
}

.item_sp img {
    width: 100%;
    min-width: 210px;
    min-height: 235px;
}

.price_sp {
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
}

span.price_sales {
    color: #DE1717;
    font-size: 18px;
}

span.price_old {
    font-size: 12px;
    font-weight: 400;
}

.d-flex.booxx_start img {
    width: 120px;
    min-width: auto;
    min-height: auto;
}

.d-flex.booxx_start span {
    font-weight: 300;
    font-size: 12px;
    margin-left: 10px;
}

.dc_sp {
    font-size: 12px;
    margin-top: 10px;
}
/*Sáº£n pháº©m details*/
.breadcrumb {
    font-size: 12px;
    color: #757575;
    display: flex;
    align-items: center;
    /*margin-bottom: 20px !important;*/
}

.breadcrumb img {
    height: 15px;
    width: 10px;
    margin: 0 7px;
}
.left_sp_details {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 405px;
}

.images_sp_dl {
    max-width: 55px;
}

.images_sp_dl_big {
    max-width: 405px;
}

.images_sp_dl img {
    width: 100%;
    margin-bottom: 13px;
    height: 56px;
}
.right_sp_details {
    width: calc(100% - 430px);
}
.name_sp_details {
    font-size: 24px;
    color: #0E69B4;
    font-weight: bold;
    margin-bottom: 10px;
}

.start_details span {
    font-weight: bold;
    padding-right: 5px;
}

.tk_sp span {
    font-size: 14px;
    font-weight: bold;
}

.tk_sp {
    font-size: 12px;
    font-weight: 300;
}

.sku {
    margin-top: 10px;
    margin-bottom: 15px;
}

.flashsale span {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    padding-right: 15px;
}

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

.flashsale {
    background: #FFBB00;
    padding: 10px;
    margin-top: 20px;
}

.time_fls p {
    margin-bottom: 0;
    padding: 4px;
    background: #000;
    color: #fff;
}

.flashsale span img {
    margin-right: 5px;
}
span.cham_pd {
    padding: 0 13px;
}
.price_sp_details {
    display: flex;
    align-items: center;
    /* color: #DE1717; */
    /* font-size: 24px; */
}

.price_sp_details span {
    color: #DE1717;
    font-size: 24px;
    font-weight: bold;
}

.price_sp_details p {
    margin-bottom: 0;
    color: #393A44;
    margin-left: 25px;
}
.ma_giam_gia {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 30px;
}

.ma_giam_gia span {
    color: #000;
    font-weight: bold;
    padding-right: 35px;
}

.ma_giam_gia p {
    margin-bottom: 0;
    font-size: 12px;
    padding: 9px 6px;
    background: #FFE8E0;
    color: #FA6338;
    margin: 0 5px;
}

.color_sp {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 40px;
}
.color_sp span {
    font-weight: bold;
    color: #000;
    padding-right: 40px;
}

.ds_color_sp {
    display: flex;
}

.color_sppp {
    margin-right: 10px;
}

.color_sppp.active {
    position: relative;
}

.color_sppp.active:after {
    position: absolute;
    content: '';
    width: 48px;
    height: 48px;
    border: solid 1px #D4D4D4;
    left: 0;
    top: 0;
    border-radius: 30px;
}

.color_sppp.active:before {
    position: absolute;
    content: '';
    width: 46px;
    height: 46px;
    border: solid 5px #fff;
    left: 1px;
    top: 1px;
    border-radius: 30px;
}

.kichthuoc_sp {
    display: flex;
    align-items: center;
    margin-top: 40px;
}

.kichthuoc_sp span {
    color: #000;
    font-weight: bold;
    padding-right: 30px;
}

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

span {}

.kichthuoc_spp span {
    font-weight: 400;
    color: #000;
    padding: 10px 30px;
    border: solid 1px #D4D4D4;
    display: inline-block;
    border-radius: 30px;
}

.kichthuoc_spp {
    margin: 0 5px;
}

a.bang_size {
    color: #6B7181;
    text-decoration: none;
    display: flex;
    align-items: center;
    margin-top: 7px;
    margin-left: 10px;
}

a.bang_size img {
    height: 10px;
    margin-left: 10px;
}

.kichthuoc_spp.active span {
    color: #D4D4D4;
}

.soluong_sp {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 30px;
}

.soluong_sp span {
    color: #000;
    font-weight: bold;
    padding-right: 40px;
}

.btn-light {
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid 1px #D8D8D8;
}

.qty-container {
    display: flex;
}

.qty-container input.input-qty {
    width: 50px !important;
    border: solid 1px #D8D8D8;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0 5px;
}
span.all_sp_tt {
    padding-right: 0;
    color: #6B7181;
    font-weight: 400;
    padding-left: 10px;
}
.add-to-favorite {
    border: none;
    background: none;
    transition: transform 0.4s ease;
}

.add-to-favorite:hover {
    cursor: pointer;
}

.add-to-favorite:active {
    transform: scale(1.3);
}

/* Heart */

.heart-icon {
    width: 23px;
}

.heart-icon path {
    fill: none;
    stroke-width: 2;
    stroke: #1b1b1b;
}

.add-to-favorite.clicked .heart-icon path {
    fill: red;
}
.box_add_cart {
    margin-top: 40px;
}

.muangay {
    padding: 13px 60px;
    color: #fff;
    background: #000;
    font-weight: 700;
}

.add_sp_cart {
    padding: 13px 20px;
    border: solid 1px #1E1F20;
    color: #000;
    font-weight: bold;
}

.heart_sp {
    display: flex;
    align-items: center;
    border: solid 1px #CFCFCF;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    border-radius: 30px;
}
.sp_yeuthich {
    margin-top: 50px;
}

.title_sp_yt {
    text-align: center;
    font-size: 32px;
    color: #000;
    font-weight: 700;
    margin-bottom: 20px;
}
/*Shop ecart*/
.wrap_eshop{max-width: 1255px;margin: auto;}
.thanh_search input {
    width: 590px;
    height: 40px;
    border: solid 1px #E6E6E6;
    text-indent: 20px;
}

.goi_y_search span {
    color: #6B7181;
    padding-right: 20px;
}

.goi_y_search {
    margin-top: 10px;
}

.search_web {
    margin-left: 20px;
}

.header.d-flex.justify-content-center {
    padding: 15px;
    color: #000;
    font-weight: 700;
    background: #FFBB00;
}

.header_botom_menu {
    padding: 15px 0;
}
.tien_ich.d-flex {
    margin-left: 50px;
}

.thong_bao {
    margin-right: 20px;
    position: relative;
}

span.sl_cart {
    position: absolute;
    top: 0;
    right: -6px;
    background: #D80D0D;
    border-radius: 30px;
    width: 15px;
    height: 15px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    font-weight: bold;
}
.img_nguoidung img{border-radius: 30px;}
.info_nguoidung.d-flex.align-items-center {
    margin-left: 20px;
}

.name_nd {
    color: #000;
    font-weight: 700;
    font-size: 16px;
    margin-left: 15px;
}
.dowload_shop {
    margin-left: 40px;
}

.dowload_shop a {
    font-size: 16px;
    color: #000;
    font-weight: bold;
}
.thongso_theodoi {
    width: 475px;
}
.item_ts {
    padding: 13px 0;
    color: #000;
    font-weight: 700;
}

.item_ts span {
    color: #0E69B4;
    padding-left: 10px;
}
.item_ts img {
    margin-right: 5px;
}

.info_shop.d-flex.justify-content-between {
    margin-top: 40px;
}
.tab_shop.wrap_eshop.d-flex {
    margin-top: 35px;
    color: #6B7181;
    font-weight: 700;
}

.tab_shop span {}
.item_tab_shop {
    padding: 0 20px;
    padding-bottom: 20px;
    margin-bottom: 40px;
}

.item_tab_shop span.active {color: #0E69B4;border-bottom: solid 1px #0E69B4;padding-bottom: 15px;}
.giam_gian.d-flex.justify-content-between.wrap_eshop {
    margin-bottom: 50px;
}
.title_flashsale span {
    font-size: 24px;
}

.title_flashsale.d-flex.justify-content-between {
    margin-bottom: 21px;
}
.d-flex.booxx_start {
    align-items: center;
}

.da_ban_\% {
    margin-top: 20px;
}

.da_ban_\% img {
    width: auto;
    margin:auto;
    text-align:center;
    min-width: auto;
    min-height: auto;
}
.wrap_eshop.banner_qc {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}
.box_footer_firts{width: 40%;}
.box_sp_desktop {margin-bottom: 20px;}
/*Bio ngÃ nh nghá»*/
.item_bio{width: calc((100% / 3) - 15px);margin-bottom: 20px;border-top-left-radius: 50px;overflow: hidden;border-bottom-right-radius: 50px;}
.item_bio img{width: 100%;height: 480px;}
.name_bio {
    text-align: center;
}

.name_bio  {
    padding: 10px ;
    display: block;
    background: #0e69b4;
    color: #fff !important;
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: unset;
    max-height: 94px;
}
.item_bio:hover .name_bio  {
    background: #ffbb00;
    color: #000 !important;
}
.item_tc_bio {
    width: calc((100% / 3) - 10px);
    text-align: center;
}
.item_bio img{
    object-fit: cover;
    top: 0;
    left: 0;
    transition: all .3s ease;
}
.item_bio:hover img{
    transform: scale(1.2);
}
.item_bio:hover .name_bio {
    background: #ffbb00;
    color: #000 !important;
}
.item_tc_bio {
    width: calc((100% / 3) - 10px);
    text-align: center;
}

.item_tc_bio span {
    display: block;
    font-weight: 700;
    font-size: 18px;
    margin: 10px;
}

.item_tc_bio p {
    padding: 0 50px;
}

.title_tc_bio {
    text-align: center;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
    color: #000;
    margin-bottom: 30px;
}

.box_tc_bio {
    margin-top: 60px;
}
.title_bio_nganhnghe {
    text-align: center;
}

.title_bio_nganhnghe span {
    font-weight: bold;
    color: #000;
    font-size: 24px;
}

.title_bio_nganhnghe p {
    font-size: 24px;
    color: #0E69B4;
    font-weight: bold;
}

.title_bio_nganhnghe {
    margin-top: 30px;
    margin-bottom: 30px;
}
/*Giao thÆ°Æ¡ng*/
.item_giaothuong{width: calc((100% / 3) - 15px );background: #fff;box-shadow: 0px 0px 10px #ccc;margin-bottom: 30px;border-radius: 5px;overflow: hidden;}
.text-1-line{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.text-2-line{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.text-3-line{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.text-4-line{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.text-5-line{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
.text-6-line{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}
.text-13-line{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 13;
    -webkit-box-orient: vertical;
}
.item_giaothuong{width: calc((100% / 3) - 15px );background: #fff;box-shadow: 0px 0px 10px #ccc;margin-bottom: 30px;}

.item_giaothuong a img {
    width: 100%;
    height: 295px;
}

.info_giaothuong {
    padding: 20px;
}

.info_giaothuong span {
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #1E1F20 !important;
    margin-bottom: 5px;
}

.info_giaothuong span img {
    margin-right: 5px;
}

a.name_giaothuong {
    color: #000;
    font-weight: bold;
    font-size: 20px;
}

p.desc_giaothuong {
    color: #1E1F20 !important;
}

a.all_gt {
    color: #000 !important;
    font-weight: 700;
}
/*Dá»± Ã¡n*/
.item_duan {
    width: calc((100% / 2) - 10px);
    margin-bottom: 20px;
    padding: 15px;
    border-radius: 10px;
    background-color: #ffffff;
}


.item_duan a img {
    width: 100%;
    height: 370px;
}

.info_duan a.name_duan {
    font-size: 20px;
    color: #000;
    font-weight: 700;
    margin: 10px 0;
}

.info_duan p {
    color: #1E1F20;
    line-height: 24px;
}
/*tuyá»ƒn dá»¥ng*/
.item_icon_tuyendung {
    text-align: center;
    width: calc((100% / 8) - 10px);
}
.item_nhansu:after {position: absolute;content: '';width: 100%;height: 0%;left: 0;right: 0;bottom: 0;background: #00000094;z-index: 0;pointer-events: none;transition: 1s;background-image: linear-gradient(to top, #00000000 80%, #00000000 20%);}
.item_icon_tuyendung span {
    display: block;
    padding: 0 10px;
}
.top_tuyendung {
    margin-top: 20px;
    margin-bottom: 50px;
}

.item_tuyendung {
    width: 49%;
}

.info_tuyendung {
    width: calc(100% - 180px);
}

.info_tuyendung a {
    /*display: block;*/
    color: #000000 !important;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 3px;
}

.info_tuyendung p {
    color: #000;
    line-height: 23px;
}
.news_tuyendung_top {
    padding-bottom: 30px;
    border-bottom: solid 1px #C9C5CA;
    margin-bottom: 30px;
}
.item_bv_tuyendung{width: calc((100% / 3) - 15px);}
.item_bv_tuyendung a {
    color: #000 !important;
    font-weight: 700;
    /*display: block;*/
    margin-bottom: 10px;
}

.item_bv_tuyendung p {
    color: #000000;
    line-height: 24px;
}

.news_tuyendung_bottom {
    /*padding-bottom: 20px;*/
    border-bottom: solid 1px #C9C5CA;
    margin-bottom: 30px;
}
.sort_content{
    margin-bottom: 30px;
}
.banner_tuyendung {
    margin: 40px 0;
}

.banner_tuyendung a img {
    width: 100%;
}
.item_giaothuong:hover .info_giaothuong {
    background: #0e69b4;
}

.item_giaothuong:hover .info_giaothuong span {
    color: #fff !important;
}

.item_giaothuong:hover .info_giaothuong a {
    color: #fff;
}

.item_giaothuong:hover .info_giaothuong p {
    color: #fff !important;
}

.item_giaothuong:hover .info_giaothuong a.all_gt {
    color: #ffbb00 !important;
}
.title_ttck {
    background: #FFBB00;
    color: #000;
    font-weight: bold;
    font-size: 24px;
    text-align: start;
    padding: 12px 20px;
}
.all_nganhang {
    padding: 25px;
}
.stk_doanhhnghiep {
    display: flex;
    align-items: center;
}
.item_nhansu:hover .item_nhansu:after {
    height: 100%;
    display: block;
}

.item_nhansu:hover.item_nhansu:after {
    height: 100%;
    transition: 1s;
}
.info_al_désk {
    text-align: center;
    font-size: 25px;
    color: #fff;
    position: absolute;
    top: 0;
    width: 100%;
    height: 0%;
    background: #00000014;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 1s;
    display: none;
    z-index: 1;
    font-weight: bold;
}

.img_al_desk:hover .info_al_désk {
    display: flex;
    height: 100%;
    transition: 1s;
}

.img_al_desk img {
    width: 100%;
    /* height: 459px; */
}
.images_sp_dl_big img {
    width: 340px;
    height: 340px;
}
.stk_doanhhnghiep img {
    margin-right: 10px;
}

.stk_doanhhnghiep span {
    font-size: 16px;
    font-weight: bold;
    color: #000;
}

.coppy_ma {
    font-size: 16px;
    background: #DADBE0;
    padding: 10px;
    border-radius: 5px;
}

.coppy_ma img {
    margin-right: 10px;
}
.box_info_nh span {
    font-size: 16px;
    color: #1E1F20;
    padding-right: 20px;
    width: 40%;
    text-align: start;
}

.d-flex.box_info_nh p {
    font-weight: bold;
    font-size: 16px;
    color: #000;
    margin-bottom: 0;
    max-width: 70%;
    width: 55%;
    text-align: start;
}

.d-flex.box_info_nh {
    margin-bottom: 10px;
}

.ngan_hang {
    margin-bottom: 30px;
}


.title_ttck1 {
    background: #FFBB00;
    color: #000;
    font-weight: bold;
    font-size: 24px;
    text-align: start;
    padding: 12px 20px;
}
.all_nganhang1 {
    padding: 25px;
}
.stk_doanhhnghiep1 {
    display: flex;
    align-items: center;
}

.stk_doanhhnghiep1 img {
    margin-right: 10px;
}

.stk_doanhhnghiep1 span {
    font-size: 18px;
    font-weight: bold;
    color: #000;
}

.coppy_ma1 {
    font-size: 16px;
    background: #DADBE0;
    padding: 10px;
    border-radius: 5px;
}

.coppy_ma1 img {
    margin-right: 10px;
}
.box_info_nh1 span {
    font-size: 18px;
    color: #1E1F20;
    padding-right: 20px;
    width: 40%;
    text-align: start;
}

.d-flex.box_info_nh1 p {
    font-weight: bold;
    font-size: 18px;
    color: #000;
    margin-bottom: 0;
    max-width: 70%;
    width: 55%;
    text-align: start;
}

.d-flex.box_info_nh1 {
    margin-bottom: 10px;
}

.ngan_hang1 {
    margin-bottom: 30px;
}
.box_mmneu_mb {
    background: #0e69b4;
    text-align: center;
}
.title_about_p{font-size: 18px;font-weight: bold;color: #000;display: block;width: 100%;margin-bottom: 10px;}
.desc_about_p{padding-bottom: 15px;border-bottom: solid 1px #E6E6E6;}
.container-fluid.pd_top.backgournd_fff {
    background: #fff;
}
.lienket_doanhnghiep img {
    border-radius: 500%;
}
.logo_hhv img {
    border-radius: 15px;
    border: solid 1px #fff;
}
li.tab__btn.active {
    color: #0E69B4 !important;
    font-weight: bold !important;
}
.box_all_doanhnghiep {
    background: #e6e6e678;
}
.img_prf.img_none img {
    border-radius: 50%;
    border: solid 2px #fff;
    max-width: 145px;
}
.left_all_tt_dn:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 47px;
    background: #fff;
    left: 0;
    top: 0;
    z-index: 0;
}

li.tab__btn {}

ul.tab__menu {
    position: relative;
    z-index: 111;
}

.right_icon:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 47px;
    background: #fff;
    left: 0;
    top: 0;
    z-index: 0;
}

/*.wrap-templatemore.pb-4 {*/
/*    min-width: 1500px;*/
/*    overflow: scroll;*/
/*}*/
.item-templatemore-cart{
    min-width: 490px;
}

@media (max-width: 430px){
    .wrap-templatemore .item-templatemore-cart,.item-templatemore-cart .box_ecart,.container-fluid .wrap-templatemore.pb-4 {
        min-width: auto !important;
    }
    .bottom_cart{
        width: 232px;
        height: 100px
    }
    .img_qr_cart,.box_ecart18 .img_qr_cart{
        width: 79px;
        height: 79px;
    }
    .img_cart{
        width: 80px;
        height: 80px;
    }
    .img_logo{
        width: 48px;
        height: 48px;
    }
    /*.bottom_cart p,.box_ecart2 .bottom_cart p{*/
    /*    font-size: 13px!important;*/
    /*}*/
    .info_cart h2,.box_ecart12 .info_cart h2{
        font-size: 18px;
    }
    .info_cart span{
        font-size: 14px;
    }
    .box_ecart{
        height: 300px;
    }
    .box_ecart2 .info_name_cart{
        margin-top: 10px!important;
    }
    .box_ecart2 .qr_cart{
        margin-right: 0px!important;
    }
    .box_ecart3 .img_logo{
        margin-left: 0px!important;
    }
    .box_ecart8 .info_cart{
        margin-bottom: 26px;
    }
    .box_ecart14 .bottom_cart p img{
        width: 40px;
        height: 25px;
    }
    .box_ecart17 .img_cart{
        width: 110px;
        height: 110px;
    }
}

























@media (max-width: 1024px) {
    .right_kh_desk{justify-content: space-between !important;}
    .down-title-footer span {
        font-size: 14px;
    }

    .down-title-footer h2 {
        font-size: 30px;
    }

    .right-footer {
        width: 30%;
    }

    .desc-programme {
        max-width: unset;
    }

    .title-programme h2 {
        font-size: 30px;
    }

    .title-programme span {
        font-size: 20px;
    }

    .main-programme .wrap-content {
        padding: 210px 0 40px;
    }

    .item-leverage {
        padding: 15px;
    }

    .item-leverage h3 {
        margin-bottom: 20px;
    }

    .slick-leverage {
        margin-top: 20px;
    }

    .main-leverage .wrap-content {
        padding: 25px 0;
    }

    .left-feature {
        width: 50%;
        margin-left: 0px;
    }

    .title-ecological-system h2 {
        font-size: 30px;
    }

    .title-ecological-system span {
        font-size: 20px;
    }

    .main-ecological-system .wrap-content {
        padding: 40px 0 30px 0;
    }

    .title-brand h2 {
        font-size: 30px;
    }

    .title-brand span {
        font-size: 20px;
    }

    .main-Profit .wrap-content {
        padding: 30px 0;
    }

    .main-Profit:after,
    .main-Profit:before {
        display: none;
    }

    .title-level span {
        font-size: 15px;
    }

    .title-level h2 {
        font-size: 30px;
    }

    .item-steps a.name-steps {
        font-size: 18px;
        line-height: 25px;
    }

    .title-steps h2 {
        font-size: 30px;
    }

    .title-steps span {
        font-size: 20px;
    }

    .main-benefit .wrap-content {
        padding: 20px 0;
    }

    .title-main span {
        font-size: 20px;
    }

    .title-main h2 {
        font-size: 30px;
    }

    .main-letter .wrap-content .right-letter {
        width: 40%;
        padding-right: 0;
    }

    .main-letter .wrap-content .left-letter {
        margin-left: 0;
        width: 54%;
    }

    .main-letter .wrap-content .right-letter .title-letter h2 {
        font-size: 30px;
    }

    .main-letter .wrap-content .right-letter .title-letter span {
        font-size: 20px;
    }

    .main-about .wrap-content .left-about .desc-about {
        font-size: 14px;
    }

    .main-about .wrap-content .left-about .title-about h2 {
        font-size: 30px;
    }

    .main-about .wrap-content .left-about .title-about span {
        font-size: 20px;
    }

    .main-about .wrap-content {
        padding: 20px 0 30px 0;
    }

    .main-source .wrap-content,
    .main-level .wrap-content {
        overflow: hidden;
    }

    .left-abdown {
        margin-right: 30px;
        width: 40%;
    }

    .title-abdown h2 {
        font-size: 30px;
    }

    .item-dangky a.name-dangky {
        font-size: 16px;
        line-height: 25px;
    }

    .about-dangkytaikhoan .wrap-content {
        padding: 20px 0;
    }

    .title-brandabout h2 {
        font-size: 30px;
    }

    .title-brandabout span {
        font-size: 20px;
    }

    .info-join-bottom h3 {
        font-size: 18px;
    }

    .item-community a {
        padding: 5px;
    }

    .title-join-top span {
        font-size: 15px;
    }

    .title-join-top h2 {
        font-size: 25px;
    }

    .about-benefit .wrap-content {
        padding: 20px 0 100px 0;
    }

    .desc-aboutus span {
        font-size: 46px;
    }

    .desc-aboutus {
        width: 100%;
        -webkit-line-clamp: 3;
    }

    .title-aboutus h2 {
        font-size: 30px;
    }

    .title-aboutus span {
        font-size: 20px;
    }

    .about-us .wrap-content {
        padding: 25px 0 30px 0;
    }



    .main-banner .owl-nav .owl-prev i {

        left: 25px;
    }

    .main-banner .owl-nav .owl-next i {

        right: 25px;
    }

    .main-banner .owl-nav .owl-prev i,
    .main-banner .owl-nav .owl-next i {
        width: 25px;
        height: 25px;
        font-size: 15px;
        line-height: 25px;
    }

    .about-benefit .wrap-content,
    .about-join-top .wrap-content {
        overflow: hidden;
    }

    .flex-download {
        max-width: 100%;
    }

    .padding-top-bottom {
        padding: 1.5rem 0;
    }


    .title-dangky h2 {
        font-size: 25px;
    }

    .box-dangky {
        max-width: 100%;
        padding: 10px 5px;
    }

    .title-main-in h2 {
        font-size: 25px;
    }
}
.box_all_card{justify-content: space-around}
@media (max-width: 992px) {
    .wrap-templatemore.pb-4 {
        min-width: 400px !important;
        overflow:scroll !important;
    }
    /*.item-templatemore-cart {*/
    /*    min-width: 470px !important;*/
    /*    overflow:scroll !important;*/
    /*}*/
    /*.box_ecart {min-width: 470px !important}*/
}

@media (max-width: 768px) {
    .item-source {
        margin-left: 0 !important;
        margin-bottom: 20px;
        margin-right: 0 !important;
    }

    .left-source,
    .right-source {
        width: 50%;
    }

    .center-source {
        order: 3;
        margin: auto;
        margin-top: 15px;
    }

    .right-source {
        order: 2;
    }

    .right-source span,
    .left-source span {
        display: none;
    }

    .desc-programme {
        font-size: 14px;
    }

    .title-programme span {
        font-size: 17px;
    }

    .title-programme h2 {
        font-size: 25px;
    }

    .right-feature {
        width: 100%;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .left-feature {
        width: 100%;
    }

    .button-dowdapp-ecological {
        margin: auto;
    }

    .title-ecological-system {
        margin-bottom: .5rem;
    }

    .right-ecological-system {
        width: 100%;
    }

    .left-ecological-system {
        width: 100%;
    }

    .item-brand {
        width: calc(100%/3 - 10px);
    }

    .item-steps a.name-steps {
        font-size: 16px;
    }

    .title-steps h2 {
        font-size: 25px;
    }

    .title-steps span {
        font-size: 18px;
    }

    .main-benefit .wrap-content .item-bennefit .name-bennefit {
        font-size: 15px;
    }

    .main-letter .wrap-content .right-letter .title-letter {
        margin-bottom: 15px;
        text-align: center;
        margin-top: 15px;
    }

    .main-letter .wrap-content .left-letter .pic-letter {
        background-size: contain;
    }

    .main-letter .wrap-content .left-letter {
        margin-left: 0;
        width: 54%;
    }

    .main-about .wrap-content .left-about .title-about h2 {
        font-size: 25px;
    }

    .main-about .wrap-content .left-about .title-about span {
        font-size: 18px;
    }

    .main-about .wrap-content .right-about {
        width: 100%;
    }


    .main-about .wrap-content .left-about {
        width: 100%;
    }

    .name-aboutus {
        font-size: 46px;
    }

    .title-abdown h2 {
        font-size: 25px;
    }

    .left-abdown {
        margin-right: 10px;
        width: 50%;
    }

    .item-brandabout {
        width: calc(100%/4 - 10px);
    }

    .title-brandabout h2 {
        font-size: 25px;
    }

    .title-brandabout span {
        font-size: 17px;
    }

    .right-brandabout {
        width: 100%;
        text-align: center;
    }

    .left-brandabout {
        width: 100%;
        order: 2;
    }

    .right-join-bottom {
        width: 50%;
        order: 2;
    }

    .left-join-bottom {
        width: 50%;
    }

    .about-join-top {
        padding-top: 30px;
    }

    .pic-join-top {
        margin-top: 0;
    }

    .right-join-top {
        width: 100%;
        position: relative;
        z-index: 1;
    }

    .left-join-top {
        width: 100%;
    }

    .center-join-bottom {
        margin-top: 0px;
        order: 3;
        width: 100%;
        justify-content: center;
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .item-ab-benefit .stt {
        font-size: 30px;
    }

    .flex-s-ab-benefit {
        margin-top: 30px;
    }

    .item-ab-benefit {
        min-height: 310px;
    }

    .flex-column-reverse .pic-ab-benefit {
        background-size: cover;
    }

    .pic-ab-benefit {
        width: 100px;
        height: 109px;
        background-size: cover;
        margin: auto;
    }

    .pic-ab-benefit img {
        width: 50px;
    }

    .title-main h2 {
        font-size: 30px;
    }

    .title-main span {
        font-size: 20px;
    }

    .right-aboutus {
        width: 57%;
    }

    .left-aboutus {
        width: 50%;
    }

    .title-aboutus h2 {
        font-size: 25px;
    }

    .title-aboutus span {
        font-size: 17px;
    }

    .title-main-in span {
        max-width: 100%;
    }

    .left-footer {
        width: 100%;
        padding-right: 0;
    }

    .right-footer {
        width: 100%;
    }

    .form-dangky {
        flex-wrap: wrap;
    }
    .info_ctv{width: 49%;}
    .info_ctv .doanhnhan_input{width: 100%;}
    .all_thunhap{padding: 10px;}
    .all_thunhap span{font-size: 18px;}
    .button-searchadmin{margin: unset}
    .input_search_ctv{width: 100%!important;}
    .input_category_ctv{width: 82%!important;margin: unset!important;}
    .btn_loc_ctv{margin-left: 14px;}
    .input_category_ctv select{width: 100%!important;}
}


@media (max-width: 576px) {
    .box_all_card{justify-content: center}
    .main-level .wrap-content {
        min-height: auto;
        padding: 20px;
    }
    .frame-level {
        display: flex;
        justify-content: start;
        align-items: center;
        flex-wrap: wrap;
        min-height: auto;
        max-height: unset;
    }
    .item-level-main {
        position: relative;
        top: 0;
        transform: translate(0px,0px);
        left: unset;
        margin: auto;
    }
    .item-level {
        position: relative;
        top: unset !important;
        left: unset !important;
        right: unset !important;
        bottom: unset !important;
        width: calc(100%/2 - 10px );
        margin: 0 5px 10px 5px;
    }
    .down-title-footer h2 {
        font-size: 20px;
    }
    .item-leverage h3 {
        margin-bottom: 10px;
        font-size: 18px;
    }

    .item-source {
        margin-bottom: 5px;
    }

    .left-source {
        margin-bottom: 5px;
    }

    .left-source,
    .right-source {
        width: 100%;
    }

    .main-feature .wrap-content {
        padding-bottom: 20px;
    }

    .item-feature {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .item-ecological-system {
        padding: 10px;
    }

    .title-ecological-system h2 {
        font-size: 25px;
    }

    .title-ecological-system span {
        font-size: 15px;
    }

    .pic3-ecological-system {
        position: relative;
        margin-top: 1rem;
    }

    .pic3-ecological-system img {
        width: 100%;
    }

    .pic2-ecological-system {
        width: 100%;
    }

    .pic-ecological-system {
        width: 100%;
        margin-bottom: 1rem;
    }

    .pic-ecological-system img {
        width: 100%;
    }

    .pic2-ecological-system img {
        width: 100%;
    }

    .item-brand {
        width: calc(100%/2 - 10px);
    }

    .title-brand span {
        font-size: 15px;
    }

    .title-brand h2 {
        font-size: 20px;
        text-transform: uppercase;
    }

    .title-main h2 {
        font-size: 20px;
    }

    .title-steps h2 {
        font-size: 20px;
    }

    .title-steps span {
        font-size: 15px;
    }

    .main-benefit .wrap-content .item-bennefit {
        padding: 10px;
    }

    .main-letter .wrap-content .right-letter .info-letter {
        text-align: center;
    }

    .main-letter .wrap-content {
        padding: 20px 0 20px 0;
    }

    .main-letter .wrap-content .right-letter .info-letter p {
        font-size: 36px;
        margin-bottom: -10px;
    }

    .main-letter .wrap-content .right-letter .title-letter h2 {
        font-size: 20px;
    }

    .main-letter .wrap-content .right-letter .title-letter span {
        font-size: 15px;
    }

    .main-letter .wrap-content .right-letter {
        width: 100%;
    }

    .main-letter .wrap-content .left-letter {
        width: 100%;
    }

    .main-about .wrap-content .right-about .image-about {
        margin-top: 0;
        margin-right: 10px;
    }

    .main-about .wrap-content .left-about .title-about h2 {
        font-size: 20px;
    }

    .main-about .wrap-content .left-about .title-about span {
        font-size: 15px;
    }

    .right-abdown {
        width: 100%;
    }

    .right-danhgia p.nguoidung {
        /* font-size: 30px; */
    }

    .title-abdown h2 {
        font-size: 20px;
    }

    .about-download .wrap-content {
        padding: 20px 0 120px 0;
    }

    .left-abdown {
        width: 100%;
        margin-right: 0;
    }

    .item-brandabout {
        width: calc(100%/2 - 10px);
    }

    .item-brandabout a img {
        width: 100%;
        display: block;
    }

    .about-brand .wrap-content {
        padding: 20px 0;
    }

    .right-join-bottom {
        width: 100%;
    }

    .left-join-bottom {
        width: 100%;
    }

    .about-benefit .wrap-content {
        padding: 20px 0 20px 0;
    }

    .title-main span {
        font-size: 15px;
    }

    .pic-aboutus {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .right-aboutus {
        width: 100%;
    }

    .left-aboutus {
        width: 100%;
    }

    .desc-footer {
        text-align: justify;
    }

    .name-company {
        font-size: 15px;
    }

    .info-footer {
        width: 100%;
    }

    footer.footer2 .wrap-content {
        padding-top: 90px;
    }

    .logo-footer {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }

    .button_kiemtiencungtoi a {
        font-size: 15px;
        width: 200px;
        margin: auto;
        margin-bottom: 15px;
    }

    .buttongui {
        width: 100%;
        display: flex;
        justify-content: end;
    }

    button.dangky {
        height: 40px;
        margin-left: unset;
        margin-right: 5px;
    }

    .form-dangky .input-form input {
        height: 40px;
    }

    .title-dangky {
        margin-bottom: 5px;
    }

    .form-dangky .input-form {
        width: 100%;
        margin-bottom: 5px;
    }

    .title-dangky h2 {
        font-size: 18px;
    }

    .title-main-in h2 {
        font-size: 18px;
    }
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}
.img_avatar_card_big{
    width: 107px;height: 107px;object-fit: cover;border-radius: 50%
}
.img_logo_card_small{
    width: 68px;height: 68px;object-fit: cover;border-radius: 15px
}
.img_qrcode{
    border-radius: 12px;padding: 5px;background: white
}
.img_avatar_card_small{
    width: 65px!important;
    height: 65px!important;
    object-fit: cover;
    border-radius: 50%;
}
.card-body{
    /*padding: 0px 20px 20px 20px;*/
}
.card-title {
    padding: 20px 0 15px 0;
    font-size: 18px;
    font-weight: 500;
    color: #012970;
    font-family: "Poppins", sans-serif;
    margin: 0;
}
.info-card h6 {
    font-size: 28px;
    color: #012970;
    font-weight: 700;
    margin: 0;
    padding: 0;
}
