@media(max-width:1023px) {
    .no-display-mobile-tablet {
        display: none !important;
    }

    .detail-news-bottom .my-left,
    .detail-news-bottom .my-right {
        float: unset;
        width: 100%;
    }

    .num-docr-item {
        display: flex;
        flex-direction: column;
        align-items: unset;
    }

        .num-docr-item span {
            font-size: 16px;
            margin-bottom: 10px;
        }

    .side-news-down {
        font-size: 16px;
    }

    .detail-news-wrap .social {
        padding-top: 15px;
    }

    .my-news-breadcum .slug p.flex-center.none-m {
    }

    .list-mini-banner-side .grid.wide {
        padding: 0;
    }

    .header-bottom .header-bottom-cart {
        display: none;
    }

    .detail-news-wrap .p-details table {
        width: 100% !important;
    }

        .detail-news-wrap .p-details table td {
            font-size: 13px !important;
        }

        .detail-news-wrap .p-details table tr * {
            font-size: 13px !important;
        }

        .detail-news-wrap .p-details table span {
            font-size: 13px !important;
        }

    .mobile {
        display: block !important;
    }

    .right-sub {
        display: none;
    }

    .p-pro-content {
        bottom: -70px;
    }

    .header-top .list {
        display: none;
    }

    .header-bottom-car {
        display: none;
    }

    .descript-tops {
        padding: 0;
    }

    .flickity-button {
        display: none;
    }

    .p-slogan-list {
        flex-wrap: wrap;
    }

    .botcardp {
        margin-top: 20px;
    }

    section img {
        height: auto !important;
    }

    .footer-list-tag {
        position: relative;
        bottom: 0;
    }

    .full-content-banner-commit {
        display: block;
    }

    .l-side-banner .p-side-read.p-side-item {
        display: none;
    }

    .l-side-banner .boxes-menu-side {
        display: none;
    }

    .side-content-committee {
        width: 100%;
    }

    p.line-infor-pagi {
        font-size: 14px;
    }

    .mobile {
        display: flex !important;
    }

    .p-side-left,
    .p-side-right {
        width: 100%;
        float: unset;
    }

    .bottom-full-news {
        box-shadow: 0px 4px 13px 0px #E7E0D1;
        padding-top: 15px;
        padding-left: 5px;
        padding-right: 5px;
        padding-bottom: 15px;
        border: 1px solid #ccc;
        border-radius: 10px;
    }

    .total-time-intro-home {
        display: block;
    }

    .content-intro-home .scrolling-text {
        font-size: 14px;
    }

    .marquee-container {
        height: 37px;
        width: 100%;
    }

    .datetime-display {
        text-align: left;
        font-size: 13.5px;
        padding-left: 21px;
        display: flex;
        align-items: center;
    }

    .content-intro-home {
        display: none;
    }

    .datetime-display:before {
        width: 100%;
        height: 1px;
        top: 0;
        left: 0;
        margin: unset;
        background: #d5d5d5;
    }

    .datetime-display:after {
        content: "\f017";
        position: absolute;
        font-family: FontAwesome;
        color: #fff;
        left: -4px;
        font-size: 13px;
        transform: translateY(0px);
        margin-right: 10px;
        background: #f44336;
        padding: 2px;
        border-radius: 50%;
    }

    .p-side-right {
        margin-top: 25px;
    }

    .side-note .p-side-wrap {
        max-height: 368px;
    }
}

@media(min-width:740px) and (max-width:1023px) {
    .no-display-tablet {
        display: none !important;
    }

    .w-list-banner-child-doctor a {
        width: 100% !important;
        height: auto !important;
    }

    .w-list-banner-child-doctor {
        margin-top: 11px;
    }

    .p-side-right .container,
    .p-side-right {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

        .p-side-right .p-side-item {
            width: calc(50% - 15px);
            /* margin: 15px 0 !important; */
        }

            .p-side-right .p-side-item a.side-img {
                width: 100%;
            }

    .p-news-list {
        grid-template-columns: repeat(3,minmax(0,1fr));
    }

    .p-news-content h3 {
        font-size: 18px;
    }

    .p-news-img {
        height: 220px;
    }

    .p-product-item:first-child {
        grid-column: 1 / span 3 !important;
    }

    .p-title {
        font-size: 32px;
    }

    .p-slogan-list {
        grid-template-columns: repeat(2,minmax(0,1fr));
    }

    .p-slogan-item .item-top {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .p-slogan-container {
        padding: 0;
        margin-bottom: 80px;
    }

    .p-slogan-item {
        width: 100%;
    }

    .p-slogan-content {
        padding: 0;
        text-align: center;
        margin-top: 10px;
    }

    .grid.wide {
        padding: 0 20px;
    }

    .home-design-list {
        grid-template-columns: repeat(2,minmax(0,1fr));
    }

    .p-product-list {
        grid-template-columns: repeat(3,minmax(0,1fr)) !important;
    }
}

@media(max-width:739px) {
    ul.p-news-list__type2.rs {
        list-style: none;
        padding: 0;
        display: grid;
        grid-auto-rows: minmax(min-content,max-content);
        grid-template-columns: repeat(2,minmax(0,1fr));
        column-gap: 15px;
        row-gap: 15px;
    }

    .same-cate-title {
        margin-bottom: 25px;
        font-size: 21px;
    }

    .no-display-mobile {
        display: none !important;
    }

    .popup-asking .btn-close {
        top: 5px;
        right: 5px;
    }

    .popup-asking-container {
        padding: 30px 18px;
        width: 94%;
    }

    .p-banner {
        height: 250px;
    }

    .rs-close {
        right: 15px;
        top: 15px;
        width: 40px;
        height: 40px;
        font-size: 18px;
    }

    .p-news-list {
        grid-template-columns: repeat(2,minmax(0,1fr));
        column-gap: 15px;
        row-gap: 15px;
    }

    .p-product-img {
        height: 150px;
    }

    .grid.wide {
        padding: 0 10px;
    }

    .my-news-breadcum .container {
        padding: 5px 0;
    }

    .my-news-breadcum .slug a {
        margin: 3px 0;
    }

    .my-news-breadcum .slug span {
        margin: 3px 0;
    }

    .my-news-breadcum {
        height: auto;
    }

    .title-tops {
        font-size: 30px;
    }

    .descript-tops {
        font-size: 14px;
    }

    .menu-rs .container {
        width: 70%;
    }

    .menu-rs .container {
        font-size: 16px;
    }

    .p-product-content {
        padding: 0;
    }

    .p-product-title span {
        font-size: 13px;
    }

    .p-product-options .count {
        font-size: 11px;
    }

    .p-product-link .addcart {
        font-size: 11px;
    }

    .p-product-price span {
        font-size: 12px;
    }

    .p-product-content h3 {
        font-size: 16px;
    }

    .p-product-content .size {
        font-size: 13px;
    }

    .p-slogan-list {
        padding: 0 15px;
    }

    .p-product-list {
        grid-template-columns: repeat(2,minmax(0,1fr)) !important;
        column-gap: 14px;
        row-gap: 14px;
    }

    .p-title {
        font-size: 24px;
        text-align: center;
        line-height: 36px;
    }

    .p-title-2 {
        font-size: 18.94px;
        text-align: center;
    }

    .p-descript {
        padding: 0;
        font-size: 16px;
    }

    .p-slogan-container {
        padding: 10px 0;
        margin-bottom: 50px;
    }

    .p-slogan-item {
        width: 100%;
    }

        .p-slogan-item .item-top {
            margin: 15px 0;
            flex-direction: column;
        }

    .button-cart .cont {
        display: flex;
        justify-content: space-between;
        flex-direction: row-reverse;
    }

    .button-cart .btnReturn {
        font-size: 11px;
    }

    .button-cart .btnContinue {
        font-size: 11px;
    }

    .agency-drop-container {
        width: 95%;
    }

    .p-banner-content span {
        font-size: 15px;
        line-height: 22px;
        margin: 0;
    }

    .loading-img {
        width: 200px;
        height: 200px;
    }

    .p-slogan-list {
        grid-template-columns: repeat(2,minmax(0,1fr));
        padding: 0;
    }

    .p-slogan-content {
        padding: 0;
    }

        .p-slogan-content h3 {
            font-size: 14px;
            margin-top: 10px;
            text-align: center;
        }

        .p-slogan-content span {
            font-size: 12px;
            text-align: center;
            margin-top: 5px;
        }

    .p-product-item:first-child {
        grid-column: 1 / span 2 !important;
    }

    .p-news-img {
        height: 150px;
    }

    .p-news-content h3 {
        font-size: 16px;
        margin-top: 12px;
        line-height: 21px;
    }

    .LeftInfoSideNewHome:after {
        content: "";
        position: absolute;
        background: linear-gradient(100deg, #b51b14 5.71%, #f1463e 88.22%);
        background-size: cover;
        left: -3px;
        top: -3px;
        width: 54px;
        height: 54px;
    }

    .p-news-descript {
        font-size: 14px;
    }

    .p-news-option span {
        font-size: 12px;
    }

    .header-bottom-text {
        margin: 0;
        transform: translateX(0);
    }

    .header-bottom-btn {
        display: none;
    }

    .p-product-title,
    .p-product-options,
    .p-product-price {
        padding: 0;
    }

    .header-bottom-container {
        position: relative;
    }

    .header-bottom-logo canvas {
        right: 0;
    }

    .header-bottom {
    }

    .header-bottom-text h3 {
        margin: 0;
        font-size: 13px;
        align-items: unset;
        padding-left: 118px;
    }

    .header-bottom-text strong {
        font-size: 24px;
        line-height: 100%;
        margin-top: 5px;
    }

    .header-bottom.fixed .header-bottom-logo {
        transform: translateY(26px) scale(0.8) !important;
    }

    .my-news-rs .btn {
        margin: 0;
        width: 40px;
        height: 40px;
        font-size: 20px;
        border: 1px solid #E0FB72;
    }

    .p-side-left .wrap:last-child {
        display: none;
    }

    .home-top-container .p-side-left .wrap:last-child {
        display: grid;
    }

    .p-video-list {
        grid-template-columns: repeat(2,minmax(0,1fr));
        column-gap: 12px;
        row-gap: 12px;
    }

    .p-video-item h3 {
        font-size: 15px;
        line-height: 22px;
        padding: 0 15px;
    }

    .p-video-item {
        height: 250px;
    }

    .p-news-link__type2 {
        box-shadow: 0 2px 4px rgba(0,0,0,.11);
        border: 1px solid #f2f2f2;
        background-color: #fff;
        flex-direction: column;
        border-radius: 10px;
        overflow: hidden;
    }

    .p-news-img__type2 .cate {
        display: none;
    }

    .p-news-img__type2 {
        width: 100%;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        height: 150px;
    }

    .p-news-content__type2 {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 5px;
        padding-right: 5px;
    }

    .my-right.side-detail-news.my-side-news .list-mini-banner-l {
        display: block;
    }

    .detail-link-new {
        font-size: 13px;
    }

    .p-news-date__type2 {
        font-size: 13px;
    }

    .p-news-link__type2 .title {
        font-size: 15px;
        line-height: 150%;
        margin-bottom: 0;
        font-family: 'InterSB';
        text-align: left;
    }

    .p-news-link__type2 .descript {
        font-size: 13px;
        line-height: 24px;
        text-align: left;
        margin-top: 4px;
    }

    .p-news-item__type2 {
        border: none;
        padding: 0 0;
        box-shadow: none;
        border-radius: 10px;
    }

    .detail-news-bottom .my-right {
        padding: 0;
        margin-bottom: 30px;
        padding-top: 35px;
    }

    .popup-file-container {
        padding: 36px 15px;
        width: 85%;
        padding-top: 20px;
    }

    .popup-file .btn-close {
        top: -33px;
        width: 25px;
        background-color: #fff;
        height: 25px;
    }

    .p-asking-item .top h3 {
        font-size: 18px;
    }

    .p-asking-item .top span {
        font-size: 15px;
    }

    .popup-form-container {
        max-width: 95%;
    }

    .rs-bottom-text strong {
        font-size: 20px;
        padding: 0;
    }

    .list-mini-banner-l {
        display: none;
    }

    .p-side-title h3 {
        margin: 0;
        font-size: 20px;
    }

    .p-side-title {
        padding: 12px 36px;
        padding-left: 55px;
    }

    .menu-rs .container .list .list-item {
        font-size: 15px;
    }

    .p-news-type_1_big .img {
        height: 225px;
    }

    .no-data {
        font-size: 13px;
    }

    .p-news-type_1_big .content .title {
        font-size: 18px;
        line-height: 27px;
        height: unset;
    }

    .p-van-ban .heading-item:nth-child(2) {
        display: none;
    }

    .p-van-ban .van-ban-item span:nth-child(2) {
        display: none;
    }

    .w-home-bottom .grid.wide, .home-bottom .grid.wide {
        padding: 0;
    }

    .p-van-ban .heading-item {
        font-size: 12px;
        height: 34px;
    }

        .p-van-ban .heading-item:nth-child(1),
        .p-van-ban .van-ban-item span:nth-child(1) {
            width: 95px;
        }

        .p-van-ban .heading-item:nth-child(4),
        .p-van-ban .van-ban-item span:nth-child(4) {
            width: 100px;
        }

    .p-van-ban .van-ban-item span {
        font-size: 13px;
        padding: 0 10px !important;
        line-height: 21px;
    }

    .detail-news-wrap > .descript {
        font-size: 16px;
        text-align: justify;
    }

    .p-side-title::before {
        content: '';
        position: absolute;
        width: 36px;
        height: 30.88px;
    }
}