.title h3 {
    color: var(--black, #212121);
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}


.about {
    padding: 60px 0;
}

.about h1 {
    color: #212121;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.about ul li {
    position: relative;
    color: var(--black, #212121);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-left: 30px;
    margin-bottom: 24px;
}

.about ul li::before {
    background-image: url('../img/website/Symbol.png');
    content: '';
    width: 18px;
    height: 18px;
    background-size: 100%;
    position: absolute;
    left: 0%;
    transform: translateY(-50%);
    top: 50%;
}

.hang {
    padding: 40px 0;
    border-top: 1px solid var(--stroke, #DDD);
}

.hang .item {
    border-radius: 50px;
    background: #FFF;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
    width: 75px;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
}

.hang .item img {
    width: 100%;
    object-fit: contain;
}

.hang .list {
    width: 90%;
    margin: auto;
    padding: 24px 0;
}

.hang .owl-carousel .owl-item {
    display: flex;
    justify-content: center;
}

.product-all {
    background: #EDF6F9;
    padding: 40px 0;
}

.product-all .layout .item {
    border-radius: 8px;
    background: var(--white, #FFF);
    box-shadow: 0px 4px 20px 0px rgba(0, 37, 132, 0.14);
}

.product-all .layout .item .text {
    background: #fff;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    padding: 24px 16px;
    position: relative;
}

.product-all .layout .item .text::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 20px;
    transform: translateY(-100%);
    background-color: #fff;
}

.product-all .layout .item .text h4 {
    color: #212121;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    height: 50px;
}

.product-all .layout .item .text span {
    color: #212121;
    text-align: right;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: line-through;
    text-transform: uppercase;
    display: block;
}

.product-all .layout .item .text h3 {
    color: #39B54A;
    text-align: right;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.comment {
    padding: 60px 0;
    background: linear-gradient(180deg, #FFFCF4 0%, #FFF 100%);
}

.title h6 {
    color: #39B54A;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.comment .item {
    border-radius: 5px;
    border: 2px solid #F5F5F5;
    background: #FFF;
    padding: 24px;
}

.comment .item {
    border-radius: 5px;
    border: 2px solid #F5F5F5;
    background: #FFF;
    padding: 24px;
}

.comment .item .user {
    display: flex;
    align-items: center;
    gap: 20px;
}

.comment .item .user img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
    object-fit: cover;
}

.comment .item .user h6 {
    color: #39B54A;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 0;
}

.layout-img {
    --f-columns: 3;
    --f-gap: 20px;
    display: flex;
    flex-wrap: wrap;
    margin-left: calc(-1 * var(--f-gap));
    height: 175px;
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 20px;
}

.layout-img>* {
    margin-left: var(--f-gap);
    width: calc((100% / var(--f-columns) - var(--f-gap)));
}

.layout-img>* img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
}

.so {
    background-size: 100%;
    background-position: center;
    padding: 160px 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.50) 100%), url('../img/img.png') lightgray 50% / cover no-repeat;
}

.so .title h3 {
    color: #fff;
}

.so .item {
    display: flex;
    align-items: center;
    gap: 15px;
}

.so .item h2 {
    color: #FFF400;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 0;
}

.so .item p {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.so .img {
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.20);
    backdrop-filter: blur(4px);
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hoptac {
    margin: 80px 0;
}

.hoptac .layout {
    padding: 80px 0;
    border-radius: 10px;
    border: 1px solid #39B54A;
    background: var(--white, #FFF);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

.hoptac .hoptacs {
    width: 80%;
    margin: auto;
}

.hoptac .item {
    width: 160px;
    height: 60px;
}

.hoptac .item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.project-ld {
    padding: 40px 0;
}

.contact {
    padding: 80px 0;
}

.contact .content {
    border-radius: 16px;
    border: 1px solid #7B0000;
    background: var(--white, #FFF);
    box-shadow: 0px 4px 20px 0px rgba(0, 37, 132, 0.14);
    padding: 60px;
}

.contact .title h3 {
    background: linear-gradient(90.7deg, #39B54A 59.62%, #FFF200 170.74%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.contact h4 {
    color:  #39B54A;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.contact .mxh {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #000;
}

.contact .form-control {
    padding: 16px 24px;
    height: auto;
}

.about-us {
    padding: 80px 0;
}

.about-us .title h3 {
    color: #39B54A;
}

.about-us p {
    color: #757575;
    text-align: justify;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.taisao {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.90) 0%, rgba(0, 0, 0, 0.80) 100%), url('../img/3532dc729e562ee9f88ec7c7aff46503.jfif') lightgray 50% / cover no-repeat;
    padding: 80px 0;
}

.taisao .title h3 {
    color: #FFF400;
    margin-bottom: 24px;
    text-transform: uppercase;
}

.taisao .title h5 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 24px;
}

.taisao ul li {
    position: relative;
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-left: 30px;
    margin-bottom: 24px;
}

.taisao ul li::before {
    background-image: url('../img/website/check-fill.png');
    content: '';
    width: 18px;
    height: 18px;
    background-size: 100%;
    position: absolute;
    left: 0%;
    transform: translateY(-50%);
    top: 50%;
}

.thanhtich {
    padding: 60px 0;
}

.thanhtich h4 {
    color: #39B54A;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 20px;
}

.hinhanhnv {
    padding: 60px 0;
    background: rgba(41, 56, 149, 0.05);
}

.form-product label {
    color: #212121;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.form-product .form-control {
    padding: 12px 24px;
    height: auto;
}

.details-product {
    padding: 80px 0 0 0;
}

.details-product .content .pre span {
    text-decoration: line-through;
    color: var(--black, #212121);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.details-product .content .pre h5 {
    color: #39B54A;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.details-product .contents {
    background: rgba(41, 56, 149, 0.05);
    position: relative;
    margin-top: 40px;
}

.details-product .contents::before {
    background: rgba(41, 56, 149, 0.05);
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    width: 500px;
    transform: translateX(-100%);
}

.details-product .contents::after {
    background: rgba(41, 56, 149, 0.05);
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    right: 0;
    width: 500px;
    transform: translateX(100%);
}

.details-product .content {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.buttons_added .is-form {
    padding: 3px 10px;
    background: none;
    border: 1px solid #0000005c;
}

.buttons_added .input-qty {
    padding: 3px 0 3px 12px;
    text-align: center;
    border: 1px solid #0000005c;
}

.camket ul li {
    border-bottom: 1px solid #D6D6D6;
    background: rgba(41, 56, 149, 0.05);
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 10px 8px;
}

.news-nb {
    padding: 80px 0;
}

.news-nb .parent {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(4, 1fr);
    grid-column-gap: 24px;
    grid-row-gap: 24px;
}

.news-nb .parent .item .text {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 4px 20px 0px rgba(0, 37, 132, 0.14);
    backdrop-filter: blur(7.5px);
    padding: 24px 16px;
}

.news-nb .parent .item .text h4 {
    color: #212121;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}

.news-nb .parent .item .text p {
    color: #4A5568;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    margin-bottom: .5rem;
}

.news-nb .parent .item .text span {
    display: flex;
    align-items: center;
    gap: 15px;
}

.news-nb .parent .item .img {
    width: 340px;
    height: 100%;
}

.news-nb .parent .item .d-flex {
    height: 100%;
}

.news-nb .parent .item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-nb .parent .item:nth-child(1) {
    grid-area: 1 / 1 / 5 / 3;
}

.news-nb .parent .item:nth-child(2) {
    grid-area: 1 / 3 / 3 / 5;
}

.news-nb .parent .item:nth-child(3) {
    grid-area: 3 / 3 / 5 / 5;
}


.news .text {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 4px 20px 0px rgba(0, 37, 132, 0.14);
    backdrop-filter: blur(7.5px);
    padding: 24px 16px;
}

.news .text h4 {
    color: #212121;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}

.news .text p {
    color: #4A5568;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}

.news .text span {
    display: flex;
    align-items: center;
    gap: 15px;
}

.detail-news {
    padding: 60px 0;
}

.detail-news .content p {
    margin-bottom: 0.5rem;
}

.detail-news .content img {
    max-width: 100%;
    height: auto !important;
    margin: 10px auto;
}

.contact-doitac {
    border-radius: 16px;
    border: 1px solid #7B0000;
    background: #FFF;
    padding: 60px;
}

.contact-doitac .title h3 {
    background: linear-gradient(90deg, #39B54A -1.41%, #910D10 88.94%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.contact-doitac .form-control {
    padding: 12px 20px;
    height: auto;
}

.daily .title h3 {
    color: #39B54A;
}

.daily ul li .nav-link.active {
    border-radius: 10px;
    border: 1px solid #39B54A;
    background: #FFF;
    box-shadow: 8px 8px 20px 0px rgba(49, 55, 61, 0.20);
}

.daily ul li .nav-link {
    text-transform: capitalize;
    border-radius: 10px;
    border: 1px solid #DDD;
    background: #FFF;
    padding: 24px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.daily ul li .nav-link.active h5 {
    color: #39B54A;
}

.daily ul li .nav-link.active svg path {
    fill: #39B54A;
}

.daily ul li .nav-link.active span {
    color: #39B54A;
}

.nav-tabs {
    --f-columns: 3;
    --f-gap: 24px;
    display: flex;
    flex-wrap: wrap;
    margin-left: calc(-1 * var(--f-gap));
    margin-bottom: calc(-1 * var(--f-gap));
    border: 0;
}

.nav-tabs>* {
    margin-left: var(--f-gap);
    margin-bottom: var(--f-gap) !important;
    width: calc((100% / var(--f-columns) - var(--f-gap)));
}

.nav-tabs .nav-item {
    border: 0;
}

.daily ul li .nav-link h5 {
    color: #212121;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.daily ul li .nav-link span {
    color: #757575;
}

.daily .chinhsach {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 10px;
}

.video {
    padding: 80px 0;
}

.video .title h3 {
    color: #39B54A;
}

.video  .item .text {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 4px 20px 0px rgba(0, 37, 132, 0.14);
    backdrop-filter: blur(7.5px);
    padding: 20px 15px;
    flex: 1;
}
.video  .item .text h3 {
    color: #212121;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    margin-bottom: 10px;
}

.video  .item .text p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}
