/* PHẦN DÙNG CHUNG */

@font-face{font-family:'Roboto';src:url('font/Roboto-Regular.ttf')}
@font-face{font-family:'Helvetica';src:url('font/SVN-HelveticaNeue.ttf')}
@font-face{font-family:'Arial';src:url('font/SVN-Arial-Regular.ttf')}

.container {
    max-width: 1270px;
    padding-left: 15px;
    padding-right: 15px;
    margin-right: auto;
    margin-left: auto;
    box-sizing: border-box;
}
.panel {
    border-radius: 4px;
    background: #fff;
    padding: 20px;
    margin-bottom: 20px;
    box-sizing: border-box;
}
.block_i {
    display: inline-block;
}
.flex_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 10px;
}
.btn_file {
    background-color: #03a9f4;
    padding: 2px;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
}
.svg_center {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}
.icon_center {
    width: 45px;
    position: relative;
    margin-left: 5px;
}
.text_center {
    text-align: center;
}
.text_center h1 {
    font-size: 25px;
}
h1 {
    font-size: 16px;
    margin-bottom: 10px;
}
h2 {
    width: 100%;
    margin-bottom: 10px;
}
#breadcrumbs a {
    display: inline-block;
    padding: 10px 0;
    margin: 0 10px;
}
#breadcrumbs a:first-child {
    margin-left: 0;
}
.hide{
    display:none;
}
.col_2 {
    width: 50%;
}
.col_3 {
    width: 30%;
}
.inline_block{
    display: inline-block;
}
/* -----------------------------------------------HEADER -----------------------------------------------------------------------------------*/
header {
    position: fixed;
    width: 100%;
    background-color: #1c1a1b;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 53%);
    z-index: 9;top:0;
}
#header_main {
    display: flex;
    position: relative;
    max-width: 1270px;
    justify-content: space-between;
    margin: 0px auto;
    padding: 5px 15px 0 15px;
    box-sizing: border-box;
}
#search_nav {
    height: 40px;
    width: 80%;
    margin: 0 10px;
    position: relative;
}
.header_search {
    display: flex;
    box-shadow: rgba(98, 98, 98, .5) 0 1px 2px 0;
    height: 40px;
    width: 100%;
    position: relative;
}
.header_search label {
    position: absolute;
    top: 30%;
    left: 10px;
    color: #fff0;
}
.header_search button{
    width: 13%;
    min-width: 30px;
    cursor: pointer;
    border-style: initial;
    padding: 8px 0px;
    background: rgb(237, 238, 242);
    border-radius: 0 4px 4px 0;
}
#search_input {
    width: 87%;
    border-style: initial;
    border-radius: 4px 0 0 4px;
}
#cart_qty {
    position: absolute;
    right: 0;
    border: 2px solid white;
    background-color: #ffd881;
    color: black;
    font-weight: bold;
    border-radius: 50%;
   font-size: 12px;
    padding: 0px 5px;
}
#fly_cart {
    position: absolute;
    top: 150px;
    left: -30px;
    color: #fff;
    background-color: #333333ab;
    font-size: 24px;
    font-weight: bold;
    padding: 15px;
    border-radius: 30%;
    border: 2px solid #080808;
    display: none;
}
#nav {
    display: none;
    flex-direction: row;
    position: absolute;
    width: 100%;
    height: auto;
    max-height: calc(100vh - 50px);
    overflow: scroll;
    left: 0;
    top: 38px;
    padding: 0 5px;
    background-color: #fff;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 66%);
    box-sizing: border-box;
}
#nav a:hover {
    background-color: #ebf7ff;
}
#nav a {
    display: inline-block;
    width: 24%;
    height: 23%;
    padding-top: 10px;
    margin-bottom: 15px;
    color: black;
    text-align: center;
}
#nav img {
    width: 70px;
}
header img {
    display: block;
    margin:auto;
}
#black_bg {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    background: rgba(0, 0, 0, 0.53);
    z-index: 4;
    display: none;
}
/* MAIN */
main {
    top: 51px;
    position: relative;
}
#thhd div {
    display: flex;
    width: 33%;
    margin-bottom: 10px;
    border: 1px solid #f7f7f7;
    padding: 5px;
    box-sizing: border-box;
    justify-content: space-between;
}
#dctd img{
max-height: 180px;
}
#dctd a {
   
}
#dctd .col-sp_home{
 width: 20%;
    text-align: center;
    color: black;
    padding: 5px;
    margin-bottom: 20px;
    border: 1px solid #fff;
    box-sizing: border-box;
}
#dctd .col-sp_home figcaption{color: #000;}
#dctd .col-sp_home:hover{
      border: 1px solid #1c1a1b94;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgb(0 0 0 / 8%) inset, 0 0 8px rgb(0 136 204 / 30%);
}
.action_product{margin:7px 0;}
.action_product span{
    color: red;font-weight: bold;
}
#dctd .col-sp_home .dathang{
    cursor: pointer;
    display: inline-block;
    color: white;
    background: #0c0c0c;
    padding: 7px 5px;
    border-radius: 5px;
    margin: auto;

    margin-left: 0px;
}
#thhd a{
    font-size: 0;
}
#dctd a:hover, #thhd a:hover {
    border: 1px solid #1c1a1b94;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgb(0 0 0 / 8%) inset, 0 0 8px rgb(0 136 204 / 30%);
}
/* FOOTER */
footer {
    background-color: #000;
    color: #fff;
    position: relative;
    top: 80px;
}
footer strong {
    margin: 1.2rem 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    display: block;
}
footer a {
    color: #fff;
}
footer .payment li {
    display: initial;
}
#support-icon {
    position: fixed;
    top: 100px;
    right: 0px;
    text-align: center;
}
.parent-icon {
    position: relative;
    padding: 6px 0;
}
#support-icon .child-icon {
    position: absolute;
    width: 120px;
    height: 200px;
    top: -10px;
    right: 100%;
    background-color: #ececec;
    display: none;
}
#support-icon p {
    font-size: 9px;
    color: #000;
}
#support-icon li:hover{
    cursor: pointer;
}
#support-icon .child-icon a {
    width: max-content;
    display: block;
    height: 21px;
    border-radius: 5px;
    margin: 5px;
    padding: 8px 10px 5px 10px;
    color: #fff;
}
.call-icon a {
    background-color: #ff7cca;
}
.sms-icon a {
    background-color: #ffa488;
}
.zalo-icon a {
    background-color: #008fdf;
}
/* TRANG DANH MỤC SẢN PHẨM */
#sort a {
    display: inline-block;
    padding: 4px 8px;
}
#sort .choose_sort,
#sort a:hover {
    background-color: #1c1a1b;
    color: black;
    border-radius: 5px;
}
.head-cate {
    margin-bottom: 20px;
    position: relative;
    box-shadow: 0px 2px 8px 0px rgb(0 0 0 / 45%);
    font-size: 0;
    max-width: 1240px;
    margin-right: auto;
    margin-left: auto;
}
.content_heading {
    position: absolute;
    background-color: #0000001f;
    width: 35%;
    top: 25%;
    left: 5%;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0px 2px 8px 0px rgb(0 0 0 / 45%);
}
.content_heading p{
    font-size: 13px;
}
#list_p {
    display: flex;
    flex-wrap: wrap;
    max-width: 1250px;
    margin-left: auto;
    margin-right: auto;
}
#list_p article {
    width: 25%;
    padding: 0 5px;
    margin-bottom: 10px;
    box-sizing: border-box;
}
/* TRANG CHI TIẾT SẢN PHẨM *************************************************************************************************/
#neo_tag{
    display: none;
}
#detail_p h1 {
    display: inline-block;
    margin-bottom:0px
}
#detail_p .flex_wrap{
    margin-top: 10px;
}
#info_p {
    width: calc(100% - 415px);
}
#info_p strong {
    font-size: 30px;
    color: #e10c00;
    margin-right: 10px;
}
#info_p small {
    text-decoration: line-through;
    font-size: 18px;
    color: #787878;
}
#dl_p {
    display: grid;
    grid-template-columns: max-content auto;
    margin: 0;
    width: 59%;
}
#dl_p dt {
    grid-column-start: 1;
    padding: 8px;
}
#dl_p dt:nth-child(4n+1) {
    background-color: #f7f7f7;
}
#dl_p dd {
    grid-column-start: 2;
    margin: 0px;
    padding: 8px;
}
#dl_p dd:nth-child(4n+2) {
    background-color: #f7f7f7;
}
#variant {
    margin: 20px 0;
}
#variant img {
    padding: 2px;
    margin: 2px;
    box-sizing: border-box;
    border: 2px solid #e7e7e7;
}
#variant img:first-child{
    border: 2px solid #e74c3c;
}
#cart_button{
    display: flex;
    justify-content: space-between;
}
#cart_button span{
    cursor: pointer;
    width: 45%;
    margin-top: 30px;
}
#buy_now {
    display: inline-block;
    background-color: #e74c3c;
    border-radius: 5px;
    color: white;
    font-size: 16px;
    text-align: center;
    padding: 9px 0;
}
#add_cart {
    position: relative;
    display: inline-block;
    background-color: #c3e7ff;
    border: 1px solid #3498db;
    color: #00568f;
    text-align: center;
    padding: 6px;
    border-radius: 5px;
    font-size: 16px;
    box-sizing: border-box;
}
#add_cart:after {
    content: "Thêm vào giỏ";
}
dl#dl_service {
    margin: 0;
    padding: 5px;
    width: 39%;
    background-color: #e5f4ff;
}
#dl_service dd {
    margin: 0;
    font-style: italic;
    color: #727272;
    border-bottom: 1px solid #fff;
    padding: 7px;
    margin-bottom: 10px;
}
#dl_service dd:last-child {
    margin-bottom: 0px;
    padding-bottom: 0;
    border: none;
}
#dl_service svg {
    margin-right: 10px;
}
#article_p img {
    display: block;
    margin: 10px auto;
    height: auto;
}
#article_p video{
    max-width: 100%;
}
#total_point {
    color: #e74c3c;
    margin: 0 10px;
}
.detail_btn {
    display: inline-block;
    background-color: #ffa502;
    padding: 5px 7px;
    border-radius: 5px;
    margin-left: 10px;
    cursor: pointer;
}
#form_review{
    display: none;
}
#review div {
    margin-top: 10px;
}
#review article,
#detail_p_qa article {
    padding: 10px 0;
    margin-bottom: 10px;
    border-bottom: 1px solid #efefef;
}
#review img {
    display: inline-block;
}
#detail_p_qa h2, #review h2 {
    display: inline;
}
.form_control {
    line-height: 2.3;
    border-color: #e7e7e7;
    padding: 0.1rem 0.75rem;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    height: 2.7rem;
    width: 95%;
    box-sizing: border-box;
}
/* DANH SÁCH SẢN PHẨM --------------------------------------------------------------------------------- */
#sort {
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
    position: sticky;
    top: 51px;
    z-index: 1;
    border-bottom: 1px solid #b3b3b3;
}
#list_p article {
    width: 25%;
    margin-bottom: 10px;
}
#filter_area {
    height: 100%;
    width: 400px;
    background-color: white;
    position: fixed;
    top: 0;
    padding: 60px 5px 5px 5px;
    right: 0;
    display: none;
    z-index: 5;
    overflow: scroll;
}
#filter_area section {
    margin-bottom: 40px;
}
#filter_area div {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ededed;
}
#filter_area strong{
    display: block;
    margin-bottom: 10px;
}
.t {
    display: inline-block;
    cursor: pointer;
    background-color: #fdfdfd;
    padding: 8px 10px;
    margin: 0 5px 8px 0;
    border-radius: 4px;
    text-transform: capitalize;
    box-sizing: border-box;
    border: 1px solid #ededed;
}
.t:hover {
    border: 1px solid #ff6500;
}
#filter_area #submit_fill {
    border-bottom: none;
    display: flex;
    justify-content: flex-end;
    position: sticky;
    bottom: 44px;
    padding: 5px 0;
    background-color: #ffffff;
    border-top: 1px solid #e0e0e0;
    margin-bottom: 0;
}
#submit_fill span {
    display: inline-block;
    padding: 5px 10px;
    font-size: 14px;
    cursor: pointer;
}
#reset_filter {
    border: 1px solid #ff6500;
    color: #ff6500;
    margin-right: 7px;
}
#filter_icon{
    cursor: pointer;
    top: 15px;
}
.filter_h {
    border: 1px solid #ff6500;
    color: #fff;
    background-color: #ff6500;
}
.dis {
    color: #fff;
    pointer-events: none;
    background-color: gainsboro;
}
.enable {
    cursor: pointer;
    color: #fff;
    background-color: #ff6500;
}
#list_p figure,
#detail_p figure {
    position: relative;
    font-size: 0;
    height: fit-content;
}
#list_p figcaption,
#detail_p figcaption {
    position: absolute;
    bottom: 0;
    font-weight: bold;
    padding: 0px 4px;
    font-size: 14px;
    background-color: #ffa502;
}
#list_p .info {
    background-color: white;
    padding: 8px 5px;
    border-radius: 0 0 5px 5px;
    font-size: 12px;
}
#list_p .info div {
    margin: 4px 0;
}
#list_p a {
    color: black;
}
#list_p small {
    text-decoration: line-through;
    color: #57606f;
    font-size: 12px;
}
#list_p div>strong {
    color: #e70008;
    font-size: 15px;
}
#list_p a>strong {
    height: 35px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
#list_p p {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}
#main_p_cate article .flex_wrap {
    margin-bottom: 5px;
}
/* BLOG CATE ------------------------------------------------------------------------------------------- */
#blog_cate h3 {
    margin-bottom: 10px;
    width: 100%;
}
#blog_cate_12 h3 {
    font-size: 14px;
}
#nav_blog {
    padding: 10px 0;
    width: 100%;
}
#nav_blog a {
    color: black;
    margin-right: 20px;
    font-weight: bold;
}
#blog_first {
    width: 60%;
    padding-right: 20px;
    box-sizing: border-box;
}
#blog_cate_12 {
    width: 40%;
}
#blog_cate time {
    color: #8f8f8f;
    font-size: 13px;
    margin: 5px 0;
    display: inline-block;
}
#list_b article>a {
    width: 20%;
}
#list_b article>span {
    width: 80%;
    padding-left: 10px;
    box-sizing: border-box;
}
#list_b article {
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
}
/* BLOG DETAIL ------------------------------------------------------------------------------------------- */
#blog_detail>section {
    width: 72%;
}
#blog_detail aside {
    width: calc(100% - (72% + 20px));
}
#blog_detail h1 {
    font-size: 25px;
}
#blog_detail address {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #efefef;
}
#blog_detail address>span {
    font-weight: bold;
}
#blog_detail aside a {
    display: block;
    padding-bottom: 10px;
    border-bottom: 1px solid #ededed;
    margin-top: 20px;
}
/*  CART ------------------------------------------------------------------------------------------- */
#cart table {
    width: 100%;
    margin-bottom: 20px;
}
#cart th,
#cart td {
    padding: 10px;
    text-align: center;
}
#cart .img_del img {
    display: block;
    max-width: 100px;
    width: -webkit-fill-available;
    margin-bottom: 5px;
}
#cart .price_mobi{
    display: none;
}
#cart .info_p {
    width: 80%;
    padding-left: 5px;
    text-align: start;
    box-sizing: border-box;
}
#cart .img_del {
    width: 20%;
    text-align: start;
}
#cart small {
    text-decoration: line-through;
}
#cart .qty_mobile{
    display: none;
}
#cart .qty button, #cart .qty_mobile button {
    margin: 0 10px;
}
#cart .tt,
#checkout .tt {
    color: red;
}
#cart tfoot td {
    text-align: end;
    font-size: 17px;
}
.buynow_btn {
    display: inline-block;
    padding: 10px 80px;
    margin:none;
    margin-left: 5px;
    background-color: #ff6a00;
    color: white;
    border-radius: 5px;
}
#cart tfoot b,
#checkout .total_checkout strong {
    color: #EA2027;
}
/* CHECKOUT------------------------------------------------------------------------------------------------- */
#checkout {
    padding-top: 15px;
}
#tem {
    height: 3px;
    width: 100%;
    background-position-x: -30px;
    background-size: 116px 3px;
    background-image: repeating-linear-gradient(45deg, #6fa6d6, #6fa6d6 33px, transparent 0, transparent 41px, #f18d9b 0, #f18d9b 74px, transparent 0, transparent 82px);
}
#checkout label {
    display: block;
    margin-left: 10px;
    color: #333;
}
#checkout input, #checkout select {
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    border-color: #bbb;
    padding: 10px;
    box-sizing: border-box;
    width: 98%;
    margin-bottom: 10px;
}
.checkout_header {
    background-color: #fafdff;
    border-bottom: 1px dashed rgba(0, 0, 0, .09);
}
.don_gia,
.sl,
.thanh_tien,
.cart_checkbox {
    margin: auto 0;
}
.sp {
    width: 50%;
    padding: 10px 0 10px 16px;
    box-sizing: border-box;
}
.don_gia {
    width: 15%;
}
.sl {
    width: 16%;
}
#checkout .sl_mobi{
    display: none;
}
.thanh_tien {
    width: 15%;
}
.list_order .flx_cart {
    display: flex;
    border-bottom: 1px solid #f5f5f5;
    padding: 10px 20px;
    flex-wrap: wrap;
}
.list_order img {
    width: 60px;
}
#checkout .info_p {
    width: calc(100% - 70px);
}
#checkout li {
    background-color: white;
    margin-bottom: 5px;
}
#checkout #for_admin {
    background-color: #ffc3c3;
}
#checkout .note {
    background-color: #edfffb;
    border-radius: 5px;
    margin-bottom: 20px;
}
.total_checkout {
    width: 50%;
    margin: auto 0;
    font-size: 18px;
}
#note {
    width: 50%;
    padding: 15px;
    box-sizing: border-box;
}
#checkout input[name='submit'] {
    width: 35%;
    border: none;
}
#checkout .alert ul{
    list-style-type:circle;
    padding-left: 20px;
}
#checkout .alert li{
    color:red
}
/* THANKYOU ------------------------------------------------------------------------------------------------- */
#thankyou_tt {
    text-align: end;
    padding: 10px 20px;
    font-size: 20px;
}
#thankyou_tt strong {
    color: red;
    padding: 0 50px;
}
#order_id {
    text-align: center;
    font-size: 30px;
    padding: 10px;
    border: 1px solid #333;
    border-radius: 5px;
    width: 30%;
    margin: 10px auto;
}
/*-------- XẾP HẠNG 5 SAO -------------*/
.rating-box {
    position: relative;
    color: #efefef;
    margin: unset;
}
.rating-box .rating {
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap;
    overflow: hidden;
    color: #ffc120;
}
:root {
    --star-size: 15px;
    --star-color: #a4b0be;
    --star-background: #ffa502;
}
.Stars {
    --percent: calc(var(--rating) / 100 * 100%);
    display: inline-block;
    font-size: var(--star-size);
    line-height: 1;
}
.Stars::before {
    content: "★★★★★";
    letter-spacing: 0px;
    background: linear-gradient(90deg, var(--star-background) var(--percent), var(--star-color) var(--percent));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 1024px){
    #contact ul{
        width: 50%;
    }
    #dl_service{
        display: none;
    }
    #dl_p{
        width: 100%;
    }
    #detail_p #js_thumbnail{
        max-width: 50%;
        height: fit-content;
    }
    #info_p{
        width: 49%;
    }
}
@media screen and (max-width: 925px){
    #cart .qty_mobile{
        display: block;
    }
    #cart .qty{
        display: none;
    }
}
@media screen and (max-width: 850px){
    #blog_detail>section{
        width: 100% !important;
    }
    #blog_detail aside{
        width: 100% !important;
    }
}
@media screen and (max-width: 768px){
    .content_heading p{
        display: none;
    }
    .content_heading h1{
        font-size: 14px;
        margin: 0;
    }
    #dctd a{
        width:25%
    }
    #dctd .col-sp_home{       width:25%}



    #list_b article>a {
        width: 40%;
    }
    #list_b article>span {
        width: 60%;
    }
    #nav {
    width: 155%;
    left: -55%;
}


}
@media screen and (max-width: 760px){
    #detail_p {
        padding-top: 45px;
    }
    #neo_tag {
        display: flex;
        justify-content: space-between;
        position: fixed;
        top: 51px;
        width: 100%;
        background-color: #fff;
        left: 0;
        height: 35px;
        border-bottom: 1px solid #dadada;
        z-index: 2;
    }
    #neo_tag a {
        display: inline-block;
        padding: 9px 0px;
        width: 50%;
        color: #000;
        text-align: center;
        font-size: 12px;
    }
    #info_p{
        width:100%;
        padding-top: 15px;
    }
    #detail_p #js_thumbnail{
        width: 100%;
        max-width: 100%;
        text-align: center;
    }
    #cart_button {
        position: fixed;
        display: flex;
        flex-direction: row-reverse;
        bottom: 64px;
        right: 0;
        width: 100%;
        height: 42px;
        z-index: 999999;
    }
    #cart_button span {
        width: 50%;
        margin-top: 0;
        border-radius: unset;
        font-size: 14px;
    }
    #add_cart {
        width: 35% !important;
        background-color: #2ecc71;
        border: none;
        border-left: 1px solid #bdbdbd;
        color: #333;
    }
    #add_cart:after {
        font-size: 12px;
        position: absolute;
        width: 100%;
        left: 0;
        bottom: 0;
    }
    #add_cart svg, #chat_call svg {
        position: absolute;
        top: 1px;
        left: 42%;
    }
    #buy_now {
        width: 66% !important;
    }
    #checkout .col_2{
        width: 100%;
    }
    #note{
        width: 100%;
    }
    #checkout .total_checkout{
        width: 100%;
        padding: 15px;
    }
    #support-icon {
        position: fixed;
        display: flex!important;
        justify-content: space-evenly;
        bottom: 0;
        top: unset;
        width: 100%;
        background-color: #ececec;
        text-align: center;
        z-index: 1;
    }
    #support-icon .child-icon {
        position: absolute;
        bottom: 0;
        top: -200px;
        right: -110%;
    }
    footer{
        padding-bottom: 68px;
    }
}
@media screen and (max-width: 600px) {
    .container{
        padding-left: 0;
        padding-right: 0;
    }
    .panel {
        padding: 0 5px;
    }
    #sort{
        display: flex;
        justify-content: space-between;
        padding: 5px;
    }
    #sort span{
        display: none;
    }
    #nav a {
        width: 33%;
    }
    #nav img {
        width: 55px;
    }
    .content_heading {
        width: 85%;
        top: 5%;
        background-color: #ffffff73;
    }
    #list_p article{
        width: 33.33% !important;
    }
    #detail_p h1{
        padding-top: 10px;
    }
    #contact ul{
        padding: 0 5px;
        box-sizing: border-box;
    }
    #about, #copyright{
        padding: 0 5px;
        box-sizing: border-box;
    }
}
@media screen and (max-width: 520px){
    #list_p article{
        width: 50% !important;
    }
    .block_i {
    display: flex;
    align-items: center;
}
header img{max-width: 100px;}
    #dctd a{
        width:50%
    }
    #dctd .col-sp_home{
         width:50%
    }
    #dctd .col-sp_home .img_sp{
min-height: 190px!important;border: 0.7px solid #c7c7c78c;margin-bottom: 10px;
    }
    #thhd div {
        width: 49.5%;
    }
    #list_b article>a {
        width: 100%;
    }
    #list_b article>span {
        width: 100%;
    }
    #cart .info_p strong, #checkout .info_p>p {
        font-size: 13px;
        line-height: 17px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    #checkout .sl, #checkout .don_gia{
        display: none;
    }
    #checkout .sl_mobi{
        display: inline-block;
    }
    #checkout .thanh_tien{
        width: 23%;
    }
    #checkout .sp{
        width: 77%;
    }
}
@media screen and (max-width: 450px){
    #nav a {
         width: 33.333%;
    }
    #nav_blog a {
        margin-right: 5px;
        font-size: 13px;
    }
    #contact ul{
        width: 100%;
    }
    #cart .price_mobi{
        display: block;
    }
    #cart .price_desk{
        display: none;
    }
    footer a{
        display: inline-block;
        padding: 14px 0;
    }
    .about-me li a{padding:0;}
    .neo-tag li {
        display: block;
        padding-top: 16px;
    }
}
@media screen and (max-width: 370px){
    #sort a {
        font-size: 12px;
        padding: 4px 4px;
    }
}