@media only screen and (min-width : 1025px) {
.order-page-cart .cart-item .thumbnail {
    flex: 0 0 100px;
}
.order-page-cart .cart-item{
    padding-left: 0;
    padding-right: 0;
    gap: 30px;
}
.order-page-cart .cart-item .sc_qty{
	border-color:#C20000;
}
}
@media only screen and (max-width : 1024px) {
}
@media only screen and (max-width : 768px) {
.taskContactForm-lv1 .item-lv1 {
    padding: 15px;
}
.taskContactForm-lv1{
    gap: 20px;
}
.taskContactForm-lv2 label {
    padding: 10px;
    font-size: 10px;
    min-width: auto;
}
.f-item-title {
    font-size: 14px;
}
.map2collum {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
}
.map2collum .f-item-title {
    margin-top: 5px;
}
.formChaoHang textarea{
    height: 80px;
}
.sc_footer {
    flex-direction: column;
    gap: 10px;
    text-align: center;
}
.logo-footer{
    text-align: center;
}
.logo-footer img {
    width: 100px;
    margin-bottom: 20px;
}
.footer-nav ul a {
    width: max-content;
    margin: auto;
}
.sc_chinhanh-task {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
}
.title_page {
    font-size: 28px;
    margin-top: 30px;
}
.sc_careers-form-wrapper {
    display: block;
}
.sc_jobs-list{
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
}
.sc_careers-box:after {
    right: 0;
    left: inherit;
}
.sc_jobs-listCat{
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
    display: grid;
}
.sc_jobs-single .title,.sc_jobs-healine{
    font-size: 18px;
}
.archive-list{
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}
.title-page {
    margin-bottom: 20px;
    margin-top: 10px;
}
.sc_home-box {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
}
.mainMenu{
    display: none;
}
.sc_home-box {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
    margin: auto;
    width: calc(100% - 30px);
    margin-top: 20px;
}
.sc_home-box .item img{
    aspect-ratio: 4 / 2;
    margin-bottom: 10px;
}
.sc_home-box a.item{
    padding: 10px;
}
.sc_home-box .title {
    font-size: 17px;
}
.sc_home-box .text {
    font-size: 12px;
}
.sc_home-box .mockup .item img {
    width: auto;
    height: 60px;
    margin-bottom: 5px;
}
.sc_header-template{
    flex-grow: inherit;
    gap: 20px;
}
.sc_products-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}
.intro-product .name {
    line-height: 1.2;
    font-size: 17px;
}
.cart-items-box, .product-item-insideBox-content {
    min-height: auto;
}
.product-item-insideBox, .miniCart-wrapper{
    height: calc(100vh - 50px);
    height: calc(100dvh - 50px);
}
.miniCart-action,.product-item-inside-action {
    position: absolute;
}
.boxPage:has(input#order_note) {
    margin-bottom: 30px;
}
.boxPage:has(.order-ship-items) {
    margin-top: 15px;
}
.sc_footer-main {
    grid-template-columns: repeat(2, 1fr);
    margin-left: 0;
}
.sc_footer-main .tfp{
    grid-column:span 2;
}
#sc_footer {
    padding-top: 30px;
}
.headerBox-Action {
    gap: 7px;
}
.sc_about-task {
    margin-top: 0;
    margin-bottom: 30px;
}
.sc_about-task .item .pic {
    width: 200px;
}
.sc_about-task .item .title {
    font-size: 26px;
}
.product-item .des {
    line-height: 1.2;
    font-size: 12px;
}
.product-item-inside .box-thumbnail {
    flex: 0 0 80px;
}
.cart-item .thumbnail {
    flex: 0 0 80px;
}
.order-page-cart .sub_total{
    flex: auto;
    font-size: 16px;
}
.order-page-cart .cart-item {
    padding: 10px 0;
}
.cart-item .option{
    margin-top: 7px;
}
.blog_item h3 {
    line-height: 1.2;
}
.formChaoHang {
    margin-top: 15px;
    border-radius: 10px;
    padding: 15px;
}
.sc_chaohang-slogon {
    font-size: 13px;
}
a.triggerMenu{
    display: block;
}
.sc_chinhanh-task .linkmap{
    display: inline-block;
    margin-top: 7px;
}
.sc_chinhanh-task .item {
    padding: 15px;
}
.sc_chinhanh-task .title {
    font-size: 20px;
    margin-bottom: 10px;
}
.miniCart-wrapper .cart-item {
    padding: 7px 15px 7px 15px;
    position: relative;
}
.miniCart-wrapper .all_sub_total {
    padding: 15px;
}
.onlyMobile{
    display: inline-block;
}
.sec-item {
    line-height: 1;
    color: var(--cl-2);
    font-size: 10px;
    font-weight: 600;
    position: relative;
    width: 65px;
    text-align: center;
}
.sc_header{
    gap: 15px;
}
.mobileMenu {
    background-color: #fff;
    position: absolute;
    top: 100%;
    width: 100%;
    border-top: 2px solid var(--cl-2);
    left: 0;
    padding: 10px 15px;
    border-bottom: 2px solid var(--cl-2);
    display: none;
    z-index: 20;
}
.logo img {
    width: 60px;
}
.mobileMenu li{
    list-style: none;
}
.mobileMenu ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.mobileMenu ul a {
    color: var(--cl-2);
    font-weight: 700;
}
.banner-member{
    display: none;
}
.tld-bg-popup-content-member {
    grid-template-columns: repeat(1, 1fr);
}
#tld-bg-popup-content-member .tld-bg-popup-content {
    width: calc(100% - 30px);
}
label.order-ship-item span {
    font-size: 12px;
}
.cart-item .sc_qty {
    position: absolute;
    right: 0;
    bottom: 10px;
    width: 90px;
}
.cart-item{
    position: relative;
    align-items: flex-start;
}
.cart-item .product_plus img,.cart-item .product_minus img {
    width: 15px;
}
.cart-item .product_plus,.cart-item .product_minus {
    border: 1px solid #f3f3f3;
    border-radius: 5px;
    background-color: #f8dcdc;
}
.miniCart-wrapper .cart-item .sc_qty{
    width: 80px;
    right: 15px;
}
.miniCart-wrapper .sub_total {
    color: var(--cl-2);
    font-weight: 600;
    font-size: 18px;
}
.order-items th {
    display: none;
}
.order-items tr {
    display: grid;
}
.order-items td {
    width: 100% !important;
}
.order-items td, .order-items th {
    border-top: 0;
}
.order-items td.time,.order-items .shipping{
    display: none;
}
.sc_member-nav a {
    padding-top: 7px;
    padding-bottom: 7px;
}
.mobile_none{
    display: none!important;
}
.taskContactForm-lv2 .item-lv2.item-lv2-input{
    width: 100%;
}
.taskContactForm-lv2 .item-lv2.item-lv2-input input{
    width: 100%!important;
}
.order-items td.total:before {
    content: "Tổng tiền: ";
    font-family: inherit;
}
.order-items .code {
    text-align: right;
}
.order-items td.code:before {
    content: "Mã đơn hàng: ";
    font-family: inherit;
}
.order-items td.status:before {
    content: "Trạng thái: ";
    font-family: inherit;
}
.order-items td.branch:before {
    content: "Chi nhánh: ";
    font-family: inherit;
}
.order-items .code {
    background-color: var(--cl-1);
    color: #fff;
}
.product-item-inside-note{
    margin-bottom: 90px;
}
input.form-control {
    border-radius: 0;
    box-shadow: 0 0 0;
}
}