:root {
    --cl-0: #fff;
    --cl-1: #C20000;
    --cl-2: #ebb30b;
}
html{
    font-size: 1.112vw;
}
body{
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    font-family: "Space Grotesk", sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #000;
}
.title-page {
    color: var(--cl-2);
    margin-bottom: 30px;
    font-size: 30px;
    font-weight: bold;
}
.cl-0{
    color: var(--cl-0);
}
.cl-1{
    color: var(--cl-1);
}
.cl-2{
    color: var(--cl-2);
}
.bg-0{
    background-color: var(--cl-0);
}
.bg-1{
    background-color: var(--cl-1);
}
.bg-2{
    background-color: var(--cl-2);
}
.sc_home {
    min-height: 100vh;
    width: 100vw;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}
.sc_home:before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: hsl(0deg 0% 0% / 15%);
    z-index: 1;
}
.sc_home-box {
    text-align: center;
    gap: 100px;
    width: 80%;
    margin: auto;
    margin-top: 70px;
    position: relative;
    z-index: 2;
    padding-bottom: 30px;
    display: grid;
    grid-template-columns: repeat(2,1fr);
}
.sc_home-box .title{
    text-transform: uppercase;
    font-size: 20px;
}
.sc_home-box a.item {
    position: relative;
    background-color: #fff;
    padding: 25px;
    border-radius: 15px;
    padding-bottom: 15px;
}
.sc_home-box .mockup {
}
.sc_header {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    align-items: center;
}

.mainMenu ul{
    display: flex;
    gap: 30px;
}
body.home .mainMenu ul {
    gap: 20px;
}
.mainMenu ul li{
    list-style: none;
}
.mainMenu ul li a {
    padding: 0;
    border-radius: 0;
    background-color: transparent;
    color: #000;
    font-size: 16px;
    display: block;
    text-transform: uppercase;
    font-weight: 800;
}
body.home .mainMenu ul li a {
    background-color: #C20000;
    padding: 7px 13px;
    border-radius: 30px;
    color: #fff;
    font-size: 14px;
}
.mainMenu ul li a:hover,body.home .mainMenu ul li a:hover{
    background-color: var(--cl-2);
}
body.home .sc_header-template{
    flex-grow: initial;
}
.sc_home-nav {
    position: relative;
    z-index: 5;
    padding-top: 10px;
}
a.sc-header-cart {
    position: relative;
}
a.sc-header-cart .count {
    background-color: var(--cl-2);
    color: #fff;
    min-width: 18px;
    display: inline-block;
    text-align: center;
    position: absolute;
    aspect-ratio: 1 / 1;
    line-height: 18px;
    font-size: 12px;
    font-weight: bold;
    border-radius: 50%;
    right: -8px;
}
a.sc-header-cart path{
    stroke: #FF0000;
}
.sc_header-template{
    display: flex;
    align-items: center;
    gap: 20px;
}
.mainMenu {
    flex-grow: 1;
}
.sc_about-task{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 30px 30px;
    margin-top: 100px;
    margin-bottom: 100px;
}
.sc_about-task .item{
    text-align: center;
    font-family: "Alex Brush", cursive;
}
.sc_about-task .item:nth-child(1){
    grid-column:span 2;
}
.sc_about-task .item .pic {
    width: 300px;
}
.sc_about-task .item .title {
    color: var(--cl-2);
    font-size: 40px;
}
.sc_about-task .item .title:hover{
    color: #C20000;
}
.sc_about-text {
    color: var(--cl-2);
    font-size: 1.5em;
    line-height: 1.5;
    margin-bottom: 50px;
}
.title_page{
    font-size: 40px;
    text-align: center;
    color: var(--cl-2);
    margin-top: 50px;
    margin-bottom: 30px;
    font-family: "Alex Brush", cursive;
}
.content_p p,.content_p h1,.content_p h2,.content_p h3,.content_p h4,.content_p h5,.content_p h6,.content_p ul,.content_p img,.content_p ol{
    margin-bottom: 20px;
}
.sc_chinhanh-task .title {
    color: #C20000;
    font-size: 25px;
    font-weight: 600;
}
.sc_chinhanh-task{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 30px;
}
.sc_chinhanh-task .item {
    color: #888888;
    background-color: #f5f5f5;
    border-radius: 10px;
    padding: 30px;
    font-weight: 600;
    border: 1px solid #f5f5f5;
    overflow: hidden;
}
.sc_chinhanh-task .item:hover{
    border-color: #C20000;
}
.sc_chinhanh-task .item .text{
    font-weight: 400;
}
.sc_chinhanh-task .list {
    display: flex;
    gap: 10px;
    margin: 15px 0;
}
.sc_chinhanh-task .linkmap {
    background-image: url(../images/imgpsh_fullsize_anim.png);
    background-color: #C20000;
    color: #fff;
    font-weight: 400;
    text-decoration: underline;
    background-repeat: no-repeat;
    background-position: 7px center;
    padding: 10px 30px;
    border-radius: 30px;
    padding-left: 40px;
    font-size: 14px;
}
.sc_careers-box:before {
    content: "";
    width: 50%;
    height: 100%;
    background: #f3aa1e;
    z-index: 0;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
}
.sc_careers-box{
    background: url(../images/bg-career.png) 50% 50% no-repeat #e20031;
    background-size: cover;
    position: relative;
    margin-top: -30px;
    margin-bottom: -50px;
}
.sc_careers-box:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    z-index: 0;
    width: 240px;
    height: 100%;
    background-color: #f3aa1e;
    clip-path: polygon(0 0, 100% 0, 0 100%);
}
.sc_careers-form-wrapper {
    display: flex;
    gap: 30px;
    justify-content: space-between;
    padding-top: 30px;
    padding-bottom: 30px;
}
img.aligncenter {
    display: block;
    margin: auto;
    margin-bottom: 20px;
}
.sc_careers-form-box {
    flex: 0 0 600px;
}
.wpcf7-form select {
    display: block;
    width: 100%;
    border: 0;
    border-radius: 5px;
    height: 40px;
    padding: 0 10px;
    box-shadow: 0 0 0;
    background-color: #fff;
    margin-top: 30px;
    font-size: 13px;
}
.wpcf7-form input[type='text'],.wpcf7-form input[type='tel'],.wpcf7-form input[type='date'],.wpcf7-form input[type='email'] {
    display: block;
    width: 100%;
    line-height: 40px;
    border-radius: 5px;
    border: 0;
    background: #fff;
    padding: 0 10px;
    margin-top: 30px;
    font-size: 13px;
}
.wpcf7-form textarea{
    font-size: 13px;
}
.wpcf7-form input[type="submit"] {
    background-color: #EB1D25;
    box-shadow: 0 4px 0 0 #FFF3D9;
    color: #fff;
    text-transform: uppercase;
    border: 0;
    line-height: 40px;
    margin-top: 30px;
    padding: 0 30px;
    border-radius: 5px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    font-weight: 600;
}
.btnSwap{
    background-color: var(--cl-2);
    box-shadow: 0 4px 0 0 #FFF3D9;
    color: #fff;
    text-transform: uppercase;
    border: 0;
    line-height: 40px;
    margin-top: 30px;
    padding: 0 30px;
    border-radius: 5px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    font-weight: 600;
}
.wpcf7-list-item {
    margin: 0;
}
.tickFormUngTuyen {
    font-weight: bold;
    margin-top: 25px;
    margin-bottom: 10px;
    font-size: 17px;
}
.sc_home-box .text {

}
.sc_jobs-healine {
    text-align: center;
    margin-top: 100px;
    font-size: 30px;
    font-weight: bold;
}
.taskList .meta_item,.sc_jobs-single-meta .meta_item{
    display: flex;
    gap: 5px;
    align-items: center;
    margin-top: 10px;
}
.sc_jobs-list .title {
    text-transform: uppercase;
}
.sc_jobs-list .item {
    border: 2px dashed #999;
    padding: 20px;
}
.sc_jobs-list{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 24px;
    margin-top: 30px;
}
.sc_jobs-list-btn {
    display: inline-block;
    background-color: #f3aa1e;
    font-weight: 600;
    padding: 8px 10px;
    border-radius: 5px;
    margin-top: 15px;
    color: #fff;
}
.sc_jobs-single .title {
    text-align: center;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.sc_jobs-single {
    background-color: #fff;
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, .2);
}
.sc_jobs-single-meta {
    display: flex;
    gap: 50px;
    justify-content: center;
    margin-bottom: 30px;
}
.sc_chaohang-slogon {
    text-align: center;
    background-color: #FFF3D9;
    font-weight: 600;
    font-size: 1.2rem;
    color: #000;
    padding: 15px;
    margin-top: -30px;
}
.logo img {
    width: 75px;
}
.sc_home-box .mockup {
    background-size: 100% 100%;
    color: #fff;
    display: inline-block;
    position: relative;
}
.sc_products-list{
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap: 20px;
}
.sc_products-list .item {
    position: relative;
}
.product-item {
    display: flex;
    gap: 13px;
    padding: 0;
    border-radius: 5px;
    flex-direction: column;
}
.product-item .box-thumbnail img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 10px;
}

.product-item .des {
    font-size: 12px;
    color: #666;
    font-weight: 500;
}
.product-item .price {
    margin-top: 10px;
    font-weight: 600;
    font-size: 16px;
}
.sc_qty {
    border: 1px solid #C20000;
    display: flex;
    justify-content: space-between;
    width: 72px;
    font-size: 14px;
    border-radius: 30px;
    align-items: center;
}
.product_plus, .product_minus {
    padding: 2px 5px;
    cursor: pointer;
    transform: translateY(-2px);
}
.sc_products-list .sc_qty {
    position: absolute;
    bottom: 0;
    right: 0;
}
.cart-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    padding: 20px;
    border-bottom: 1px solid #f0efef;
}
.cart-item .name {
    flex-grow: 1;
}
.miniCart,.box-popup{
    position: fixed;
    right: -500px;
    height: 100%;
    z-index: 10;
    top: 0;
    background-color: #fff;
    box-shadow: -2px 0 8px rgba(0, 0, 0, .15);
    width: 500px;
    max-width: 100%;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
}
.bg_popup{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .65);
    z-index: 10;
    opacity: 0.3;
}
.tld-bg-popup{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .3);
    z-index: 10;
}
.miniCart .title,.box-popup .title{
    text-align: center;
    font-weight: 700;
    padding: 15px;
    border-bottom: 1px solid #f0efef;
    min-height: 21px;
}
.cart-item .thumbnail {
    flex: 0 0 80px;
}
.cart-item .sc_qty {
    border-color: transparent;
}
body.showCart,body.show-popup{
    overflow: hidden;
    position: relative;
    width: calc(100% - 15px);
}
body.showCart .miniCart,body.show-popup .box-popup{
    right: 0;
}
body.showCart .bg_popup,body.show-popup .bg_popup{
    display: block;
}
.closePopup,.closeCart {
    position: absolute;
    left: 10px;
    top: 15px;
}
.miniCart-wrapper .all_sub_total {
    padding: 20px;
    display: flex;
    justify-content: space-between;
}
.all_sub_total-order,.all_sub_totals-order{
    display: flex;
    justify-content: space-between;
}
.all_sub_totals-order {
    font-weight: 800;
    font-size: 17px;
    border-top: 1px solid #f3f3f3;
    padding-top: 10px;
    margin-top: 10px;
}
.all_cart-total {
    display: flex;
    justify-content: space-between;
    font-size: 20px;
    font-weight: 600;
}
.miniCart-action {
    padding: 20px;
    width: 100%;
    bottom: 0;
    box-shadow: 0 -2px 6px 0 rgba(28, 28, 28, .06);
    position: sticky;
    z-index: 10;
    background-color: #fff;
}
.btnActionOrder{
    background-color: #C20000;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    display: block;
    padding: 10px;
    margin-top: 10px;
}
.product-item-inside .intro {
    display: flex;
    gap: 15px;
    justify-content: space-between;
    flex: 1;
}
.product-item-inside .intro .price{
    margin-top: 0;
    font-size: 18px;
    font-weight: 700;
}
.product-item-inside {
    padding: 20px;
    border: 0;
    border-bottom: 5px solid #f3f3f3;
    border-radius: 0;
    flex-direction: row;
}
.product-item-inside .box-thumbnail{
    flex: 0 0 120px;
}
.product-item-option-name{
    flex-grow: 1;
}
.product-item-inside .intro-product .name {
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 5px;
}
.product-item-option-list label {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    padding: 10px 0;
    border-top: 1px solid #f3f3f3;
    color: #777;
    cursor: pointer;
}
.product-item-option-list label:first-child{
    border: 0;
}
.product-item-option {
    border-bottom: 5px solid #f3f3f3;
    padding: 20px;
}
.product-item-option-title {
    margin-bottom: 7px;
}
::selection {
    background: #C20000;
    color: #fff;
}
input[type="radio"],input[type="checkbox"]{
    padding-block: 1px;
    padding-inline: 2px;
}
.product-item-insideBox,.miniCart-wrapper{
    overflow: hidden;
    overflow-y: auto;
    height: calc(100vh - 53px);
}
.cart-items-box{
    min-height: calc(100% - 120px);
}
.cart-items-box, .product-item-insideBox-content {
    min-height: calc(100% - 85px);
}
.product-item-inside-note {
    padding: 20px;
}
textarea#product-item-inside-note {
    display: block;
    width: 100%;
    border-radius: 5px;
    padding: 7px 10px;
    margin-top: 5px;
    font-size: 13px;
    border: 1px solid #c5c5c5;
    height: 70px;
}
.product-item-inside-action {
    padding: 20px;
    width: 100%;
    box-shadow: 0 -2px 6px 0 rgba(28, 28, 28, .06);
    display: flex;
    align-items: center;
    gap: 15px;
    position: sticky;
    bottom: 0;
    background-color: #fff;
    z-index: 10;
}
.inside-qty {
    display: flex;
}
.inside-qty-input {
    border: 0;
    text-align: center;
    width: 50px;
}
span.inside-minus,span.inside-plus {
    display: inline-block;
    border: 1px solid #c5c5c5;
    border-radius: 5px;
    line-height: 35px;
    width: 35px;
    cursor: pointer;
    text-align: center;
}
.inside-add-to-cart {
    flex-grow: 1;
    text-align: center;
    background-color: #C20000;
    color: #fff;
    border-radius: 5px;
    line-height: 45px;
    font-weight: 600;
    border: 0;
}
#sc_header{
    box-shadow: 0 1px 4px rgba(0, 0, 0, .15);
    background-color: #fff;
    margin-bottom: 30px;
    padding: 5px 0;
    position: relative;
    z-index: 10;
}
.order-page .page-title .small {
    font-weight: 500;
    font-size: 15px;
}
.order-page-cart .sc_qty {
    order: 3;
}
.order-page-cart .sub_total {
    order: 4;
    flex: 0 0 120px;
    text-align: right;
    font-size: 20px;
    font-weight: 600;
    color: var(--cl-2);
}
.boxPage {
    box-shadow: 1px 1px 5px rgba(0, 0, 0, .15);
    border-radius: 20px;
    padding: 20px 15px;
}
input.form-control {
    display: block;
    width: 100%;
    border: 0;
    border-bottom: 1px solid red;
    line-height: 40px;
}
.boxPage .title {
    font-weight: 600;
    font-size: 16px;
    padding-bottom: 10px;
}
.order-ship-items{
    display: flex;
    gap: 15px;
    justify-content: space-between;
}
label.order-ship-item {
    background-color: #ccc;
    flex: 1;
    border-radius: 30px;
    padding: 10px;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
}
label.order-ship-item:has(input:checked){
    background-color: var(--cl-2);
}
label.order-ship-item span{
    display: inline-block;
}
label.order-ship-item:has(input:checked) span {
    background-image: url(../images/check-mark.png);
    background-repeat: no-repeat;
    background-position: 0;
    background-size: 18px;
    padding-left: 20px;
    color: #fff;
    font-weight: bold;
}
label.order-ship-item input{
    display: none;
}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {color: #ccc;}
input:-moz-placeholder,textarea:-moz-placeholder {color: #ccc;opacity:1;}
input::-moz-placeholder,textarea::-moz-placeholder {color: #ccc;opacity:1;}
input:-ms-input-placeholder,textarea:-ms-input-placeholder {color: #ccc;}
.order-ship-task {
    margin-top: 10px;
}
.order-continue {
    display: block;
    text-align: center;
    background-color: var(--cl-1);
    color: #fff;
    border-radius: 0 0 20px 20px;
    padding: 15px 10px;
    text-transform: uppercase;
    font-weight: 800;
    margin-left: -15px;
    width: calc(100% + 30px);
    margin-bottom: -20px;
    margin-top: 15px;
    border: 0;
    box-shadow: 0 0 0;
}
.tld-bg-popup-content {
    background-color: #fff;
    border-radius: 20px;
    margin: auto;
    width: 800px;
    max-width: 100%;
    margin-top: 30px;
    position: relative;
}
.member-forms {
    padding: 20px;
}
.btn {
    background-color: var(--cl-1);
    color: #fff;
    border: 0;
    font-weight: 600;
    line-height: 45px;
    padding: 0 20px;
    border-radius: 10px;
    display: inline-block;
}
.member-stick {
    display: flex;
    margin-top: 30px;
    border-radius: 30px;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}
.member-stick a {
    background-color: #f3f3f3;
    padding: 7px 30px;
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
    font-size: 13px;
}
.member-stick a.active{
    background-color: var(--cl-1);
    color: #fff;
}
.tld-bg-popup-content-member {
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    border-radius: 20px;
}
input:-internal-autofill-selected{
    background-color: transparent!important;
}
.input-group label{

}
.panel-heading {
    font-size: 18px;
    margin-bottom: 30px;
    text-decoration: underline;
    margin-top: 30px;
}
.member-forms .item.active{
    display: block;
}
.member-forms .item{
    display: none;
}
.member-forms input.form-control {
    border: 1px solid var(--cl-1);
    padding: 0 10px;
    line-height: 37px;
    margin-top: 5px;
    border-radius: 5px;
    box-shadow: 0 0 0;
    font-size: 13px;
}
.tld-bg-popup-close {
    position: absolute;
    right: 10px;
    z-index: 10;
    top: 10px;
}
.sc_jobs-listCat{
    display: flex;
    gap: 15px;
    margin-top: 30px;
}
.sc_jobs-listCat .item {
    border: 1px solid #C20000;
    color: #000;
    border-radius: 5px;
    padding: 10px 15px;
}
.sc_jobs-listCat .item.active{
    background-color: #C20000;
    color: #fff;
}
.formChaoHang input[type="email"],.formChaoHang input[type="text"],.formDefault .wpcf7-form input[type='text'],.formDefault .wpcf7-form input[type='tel'],.formDefault .wpcf7-form input[type='date'],.formDefault .wpcf7-form input[type='email'],.formDefault .wpcf7-form input[type='password']{
    border: 1px solid var(--cl-2);
    border-radius: 5px;
    height: 40px;
    margin-top: 0;
    padding: 0 10px;
    display: block;
    width: 100%;
    font-size: 13px;
}
.formChaoHang br{
    display: none;
}
.map2collum {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 15px;
}
.f-item-title {
    margin-bottom: 10px;
    font-size: 17px;
    margin-top: 25px;
}
.formChaoHang textarea,.formDefault .wpcf7-form textarea{
    border: 1px solid var(--cl-2);
    border-radius: 5px;
    padding: 10px;
    margin-top: 0;
    height: 120px;
    display: block;
    width: 100%;
    font-size: 13px;
}
.formDefault .wpcf7-form input[type="submit"] {
    margin-right: inherit;
    margin-left: 110px;
}
.formChaoHang .wpcf7-radio{
    display: flex;
    gap: 40px;
}
.formChaoHang .wpcf7-list-item label {
    display: flex;
    gap: 5px;
}
.formChaoHang select{
    border: 1px solid var(--cl-2);
    border-radius: 5px;
    padding: 0 10px;
    margin-top: 0;
    height: 40px;
    display: block;
    width: 100%;
    position: relative;
    font-size: 13px;
}
.formChaoHang select::before {
    background-color: red;
    border-left: 2px solid #000;
    border-bottom: 2px solid #000;
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    position: absolute;
    right: 0;
    top: 5px;
    z-index: 1;
}
.formChaoHang{
    background-color: #fff;
    box-shadow: 0 0 10px 2px rgba(0,0,0,.2);
    border-radius: 20px;
    padding: 30px;
    margin-top: 50px;
}
.taskContactForm-lv1 {
    display: flex;
    gap: 50px;
    text-align: center;
    justify-content: center;
}
.taskContactForm-lv1 .item-lv1 input[type="radio"] {
    display: none;
}
.taskContactForm-lv1 .item-lv1 {
    background-color: #e8ddbb;
    display: block;
    border-radius: 8px;
    padding: 30px;
    margin-bottom: 10px;
    cursor: pointer;
}
.taskContactForm-lv1 .item-lv1:has(input:checked) {
    background: var(--cl-2);
}
.taskContactForm-lv1 .item-lv1 svg * {
    stroke: #fff;
}
.taskContactForm-lv1 .item-lv1:has(input:checked) svg * {
    stroke: #fff;
}
.taskContactForm-lv2 label {
    background-color: #e8ddbb;
    border: 1px solid #e8ddbb;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    min-width: 150px;
    display: block;
    text-align: center;
}
.taskContactForm-lv2 label:has(input:checked){
    background-color: var(--cl-2);
    color: #fff;
}
.taskContactForm-lv2 label input[type="radio"]{
    display: none;
}
.taskContactForm-lv2 {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-top: 30px;
}
.taskContactForm-lv2 .item-lv2{
    display: none;
}
.taskContactForm-lv2 .item-lv2.active{
    display: block;
}
.taskContactForm {
    margin-top: 20px;
    margin-bottom: 30px;
}
.wpcf7 input[type="file"] {
    margin-top: 30px;
}
.f-item-title span {
    color: red;
}
span.wpcf7-form-control-wrap[data-name="file-dinhkem"] {
}

#sc_footer{
    background-color: #FFF3D9;
    padding: 30px 0;
    padding-top: 50px;
    margin-top: 50px;
}
.sc_footer{
    display: flex;
    justify-content: space-between;
    gap: 30px;
}
.logo-footer img {
    width: 200px;
}
.footer-nav li {
    list-style: none;
}
.title-footer {
    margin-bottom: 10px;
    text-transform: uppercase;
}
.footer-nav ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.footer-nav ul a {
    display: flex;
    align-items: center;
    gap: 7px;
    color: #000;
}
.footer-nav {
    margin-bottom: 20px;
}
.bct img{
    width: 185px;
}
.footer-nav img {
    width: 20px;
}
.contact_form-page label {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 15px;
}
.contact_form-page label span.t-term {
    flex: 0 0 100px;
}
.contact_form-page label span.term {
    flex-grow: 1;
}
.contact_form-page {
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, .2);
    padding: 15px;
    border-radius: 10px;
}
.archive-list{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 30px;
}
.archive-list .item {
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, .2);
    border-radius: 5px;
    overflow: hidden;
}
.thumbanil{
    aspect-ratio: 3 / 2;
    width: 100%;
    object-fit: cover;
}
.archive-list .content {
    padding: 15px;
}
a{
    color: #000;
}
.archive-list .readmore {
    color: var(--cl-1);
    display: block;
    border-top: 1px solid #ddd;
    text-align: center;
    padding-top: 10px;
    margin-top: 10px;
    font-weight: 600;
}
.intro-product .name {
    color: var(--cl-1);
    font-size: 18px;
}
.cart-item .option {
    color: #999;
    font-size: 12px;
    font-weight: 500;
    margin-top: 10px;
}
.cart-item .name {
    flex-grow: 1;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.2;
}
.cart-item .thumbnail img{
    aspect-ratio: 1 / 1;
    width: 100%;
    object-fit: cover;
}
.icon-box {
    background-color: #fff;
    width: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    height: 35px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .15);
}
.headerBox-Action {
    display: flex;
    gap: 7px;
}
.sc_home-box .item img {
    width: 100%;
    aspect-ratio: 3 / 2;
    object-fit: cover;
    margin-bottom: 30px;
}
a.triggerMenu {
    background-color: #fff;
    width: 30px;
    text-align: center;
    line-height: 14px;
    border-radius: 5px;
    height: 30px;
    padding: 7px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .15);
    display: none;
}
.sc_footer-main {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    flex-grow: 1;
    margin-left: 100px;
}
body.show-popup .box-popup[mockup="branch"] {
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    right: inherit;
    transition: all 0s ease-in-out 0s;
    -webkit-transition: all 0s ease-in-out 0s;
    height: auto;
}
.setBranch a.item {
    display: block;
    text-align: center;
    background-color: var(--cl-1);
    color: #fff;
    padding: 30px;
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
    flex: 1;
}
.setBranch {
    display: flex;
    padding: 30px;
    flex-direction: column;
    gap: 30px;
}
body.show-popup .box-popup[mockup="branch"] .closePopup{
    display: none!important;
}
.onlyMobile{
    display: none;
}
#member-forms-register br {
    display: none;
}
.input-group {
    margin-bottom: 10px;
}
a.barCart{
    position: sticky;
    bottom: 0;
    z-index: 5;
    width: 100%;
    display: flex;
    justify-content: space-between;
    background-color: var(--cl-1);
    color: #fff;
    padding: 15px 15px;
    opacity: 0;
    display: none;
}
a.barCart.active{
    opacity: 1;
    display: flex;
}
.sc_member-nav{
    display: flex;
    flex-direction: column;
}
.sc_member-nav a {
    display: flex;
    gap: 5px;
    align-items: center;
    border-top: 1px solid #f3f3f3;
    padding-top: 15px;
    padding-bottom: 15px;
}
.smb-item {
    display: flex;
    gap: 15px;
    font-weight: bold;
    color: var(--cl-1);
}
.smb-item span:first-child {
    flex: 0 0 110px;
    color: #000;
    font-weight: 500;
}





.order-items{
    width: 100%;
}
.order-items td,.order-items th{
    border: 1px solid #ddd;
    padding: 8px;
}
.order-items tr:nth-child(even){background-color: #f2f2f2;}
.order-items tr:hover {background-color: #ddd;}
.order-items th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: var(--cl-1);
    color: white;
}
.order-items .total{
    text-align: right;
    width: 90px;
}
.order-items .code{
    width: 50px;
}
.order-items .time{
    width: 100px;
}
.order-items td.time{
    color: blue;
}
.order-items .shipping {
    width: 200px;
}
.sc_order-qty{
    color: var(--cl-2);
}
.sc_order-price{
    color: var(--cl-1);
}
.sc_order-item {
    display: flex;
    gap: 10px;
    justify-content: space-between;
}
.sc_order-option {
    font-size: 12px;
    color: #555;
    padding-left: 15px;
}
.order-items td.total {
    color: var(--cl-1);
    font-weight: 800;
    font-size: 15px;
}
.sc_order-tuychon {
    color: var(--cl-2);
    margin-top: 10px;
    font-weight: 600;
}





.sc_member-nav a.active {
    color: var(--cl-1);
    font-weight: 800;
}
a:focus, a:hover {
    outline: 0!important;
}
.content_p ul,.content_p ol {
    padding-left: 20px;
}
.order-options .item {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    border-bottom: 1px solid #f3f3f3;
    padding: 10px 0;
}
.order-options .item:last-child{
    border: 0;
}
.order-options .item input{
    display: none;
}
.order-options .item .trigger {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 20px;
    border-radius: 3px;
    border: 1px solid #ccc;
    background-color: #ccc;
    overflow: hidden;
}
.order-options .item .trigger span {
    transition: all 0.1s ease-in-out 0s;
    -webkit-transition: all 0.1s ease-in-out 0s;
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    background-color: #fff;
    height: 100%;
}
.order-options .item:has(input:checked) .trigger{
    border: 1px solid var(--cl-1);
    background-color: var(--cl-1);
}
.order-options .item:has(input:checked) .trigger span{
    left: 50%;
}
.socialPopup {
    position: fixed;
    right: 15px;
    z-index: 3;
    bottom: 15px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.socialPopup .item img {
    width: 35px;
}
.sc_chinhanh-task .list img {
    width: 35px;
}
.taskContactForm-lv1 .item-lv1 img {
    width: 60px;
    height: 60px;
    object-fit: cover;
}
.sc_home-box .mockup .item img {
    object-fit: cover;
    height: 90px;
    aspect-ratio: inherit;
}
.copyright{
    background-color: var(--cl-2);
    text-align: center;
    padding: 10px 15px;
}
.sc_products-box-cat-title {
    color: var(--cl-1);
    border-left: 5px solid;
    padding-left: 10px;
    font-size: 25px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.sc_products-box-cat{
    margin-bottom: 50px;
}
.product-item.product-item-outstock {
    position: relative;
    cursor: not-allowed;
}
.product-item.product-item-outstock .box-thumbnail{
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.product-item.product-item-outstock .box-thumbnail:before{
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 53%);
}
.product-item.product-item-outstock .box-thumbnail:after{
    content: "Hết hàng";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 20px;
    transform: translateY(-50%);
    font-family: inherit;
}
.choose-sub-product-outstock {
    position: relative;
    cursor: not-allowed!important;
    color: #ccc !important;
}
.order-items th.branch {
    width: 180px;
}
.product-item-option-name .stick-outstock {
    color: var(--cl-1);
    font-size: 11px;
}
.sc_order-notes {
    margin-top: 5px;
}
.sc_order-note {
    padding-left: 15px;
    font-size: 12px;
    color: #555;
}