.wp_index_covid {
    background-color: #fff;
    background-image: url('../assets/img/h6-bg-section-02.png');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.wp_index_covid * {
    font-family: 'FontTitle' !important;
}

.wp_index_covid .wrapper_covid {
    overflow-x: scroll;
    position: relative;
    -webkit-box-shadow: 0 0 17px 3px rgba(191, 191, 191, 0.48);
    -moz-box-shadow: 0 0 17px 3px rgba(191, 191, 191, 0.48);
    box-shadow: 0 0 17px 3px rgba(191, 191, 191, 0.48);
}

.wp_index_covid .wrapper_covid::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}


/* Track */

.wp_index_covid .wrapper_covid::-webkit-scrollbar-track {
    background: #f1f1f1;
}


/* Handle */

.wp_index_covid .wrapper_covid::-webkit-scrollbar-thumb {
    background: #A7A7A7;
    border-radius: 10px;
}


/* Handle on hover */

.wp_index_covid .wrapper_covid::-webkit-scrollbar-thumb:hover {
    background: #A7A7A7;
}

.wp_index_covid .topic_sec {
    text-align: center;
    color: #03256C;
    font-size: 2.5em;
    font-weight: bold;
    margin: 0 0 30px;
    position: relative;
}

.wp_index_covid .sec-table {
    padding: 50px 7% 0;
}

.wp_index_covid .box-listtable {
    margin: 0 0 50px;
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}

.wp_index_covid .box-listtable:last-child {
    margin: 0;
}

.wp_index_covid .topic_sec {
    font-size: 4em;
}

.wp_index_covid .table-compare {
    font-family: "FontTitle", sans-serif;
    font-size: 1.5em;
    font-weight: normal;
    position: relative;
    border-collapse: collapse;
    margin: 0 !important;
    background-color: #F4F4F4;
}

.wp_index_covid .table-compare thead:first-child {
    display: table-header-group;
}


/* .wp_index_covid .table-compare .col-line {
    border-top: 2px solid #000000;
} */


/* .table-compare th {
    background-color: #03256C;
    padding: 17px 5px !important;
    vertical-align: middle;
    font-size: 1em;
    color: #fff !important;
    font-weight: normal !important;
    top: 0;
    vertical-align: top;
    min-width: 100px;
    text-align: center;
    border-bottom: 2px solid #ddd;
} */

.wp_index_covid .table-compare th.th-vac {
    background-color: rgba(18, 49, 178, 0.3);
}

.wp_index_covid .table-compare thead th:first-child {
    left: 0;
}

.wp_index_covid .table-compare thead th:nth-child(3) {
    min-width: 130px;
}

.wp_index_covid .table-compare thead th:last-child {
    min-width: 130px;
}

.wp_index_covid .table-compare thead th.col-r-line {
    border-right: 2px solid #ddd;
}

.wp_index_covid .bg-light {
    background-color: #ffffff !important;
}

.wp_index_covid .table-compare td:last-child {
    font-size: 0.9em;
    line-height: 1.2em;
}

.wp_index_covid .table-compare .box-bestseller {
    position: absolute;
    width: 100%;
    right: 0;
    top: 0;
}

.wp_index_covid .table-compare .box-bestseller img {
    width: 15px;
    position: absolute;
    right: -15px;
    top: 25px;
    display: none;
}

.wp_index_covid .table-compare .box-bestseller .bg-ribbon {
    position: absolute;
    width: 100%;
    height: 25px;
    right: 0;
    top: 0;
    background-color: #00ACE8;
    z-index: 2;
}

.wp_index_covid .table-compare .box-bestseller .txt-bestseller {
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    margin: auto;
    color: #000;
    font-size: 0.8em;
    width: 100%;
    text-align: center;
    z-index: 3;
    font-style: italic;
}

.wp_index_covid .table-compare .box-bestseller .txt-lastday {
    display: inline-block;
    margin: 0 0 0 2px;
    font-weight: bold;
}

.wp_index_covid .table-compare .box-bestseller .txt-bestseller span {
    font-size: 1.6em;
    display: inline-block;
    margin: 0 0 0 5px;
    font-weight: bold;
}

.wp_index_covid .table-compare .box-bestseller_vac .bg-ribbon {
    background-color: #FFD644 !important;
}

/* .table-compare .txt-price {
    font-weight: bold;
    font-size: 1.6em;
    line-height: 1em;
    color: #fff;
} */

.wp_index_covid .table-compare .box-txtprofit {
    line-height: 1em;
    color: yellow;
    font-size: 0.8em;
    margin: 7px 0;
}

.wp_index_covid .table-compare .box-txtprofit div {
    overflow: hidden;
}

.wp_index_covid .table-compare .box-txtprofit .txt-l {
    float: left;
    text-align: left;
}

.wp_index_covid .table-compare .box-txtprofit .txt-r {
    float: right;
    text-align: right;
}

.wp_index_covid .table-compare .txt-price span {
    font-size: 23px;
    display: inline-block;
    margin: 0 0 0 5px;
}

.table-compare .col-price {
    background-color: #03256C !important;
    /* box-shadow: 4px 5px rgb(0 0 0 / 10%); */
}

.wp_index_covid .table-compare .pic-brand {
    max-width: 60px !important;
}

.wp_index_covid .table-compare .txt-company {
    font-size: 0.9em;
}


/* .table-compare .col-price a {
    width: 100px;
    max-width: 100%;
    font-size: 19px;
    background-color: #ED3C53;
    border: none;
    border-radius: 10px;
    height: 30px;
    line-height: 1em;
    margin: auto;
    position: relative;
    z-index: 5;
} */

.wp_index_covid .table-compare .txt-day {
    display: block;
    font-size: 0.8em;
    margin: -5px 0 0;
}

.wp_index_covid .wrapper_covid {
    position: relative;
    white-space: nowrap;
}

.wp_index_covid .table-compare .first-col {
    width: 12%;
    min-width: 12%;
    max-width: 12%;
}

.wp_index_covid .table-compare .second-col {
    width: 12%;
    min-width: 12%;
    max-width: 1%;
    position: relative;
}

.wp_index_covid .table-compare .second-col.has_bestseller {
    padding-top: 25px;
}

.wp_index_covid .table-compare th.col-type {
    width: 18%;
    max-width: 18%;
}

.wp_index_covid .table-compare .txt-doc {
    font-size: 0.8em;
    font-weight: bold;
    color: #000;
    line-height: 1.1em;
    margin: 0 0 5px;
}

.wp_index_covid .txt-type {
    text-align: center;
    font-weight: bold;
    margin: 0 0 20px;
    font-size: 2.3em;
}

.wp_index_covid .box-topicTab {
    position: relative;
    text-align: center;
    z-index: 2;
    margin: 0 0 40px;
}

.wp_index_covid .box-topicTab a {
    display: inline-block;
    font-size: 1.8em;
    padding: 13px 10px;
    width: 320px;
    text-decoration: none !important;
    border-radius: 10px;
    border: 3px solid transparent;
    text-align: center;
    color: #ED3C53;
    position: relative;
    border: 3px solid #ED3C53;
    margin: 0 5px;
}

.wp_index_covid .box-topicTab a .txt_menu {
    display: inline-block;
    position: relative;
    padding: 0 0 0 45px;
    font-size: 1.15em;
}

.wp_index_covid .box-topicTab a .txt_menu img {
    width: 40px;
    margin: 0 5px 0 0;
    position: absolute;
    left: 0;
    top: -6px;
}

.wp_index_covid .box-topicTab a:hover {
    background-color: #ED3C53;
    color: #fff;
}

.wp_index_covid .box-topicTab a.active {
    background-color: #ED3C53;
    color: #fff;
}

.wp_index_covid .box-itemTab {
    position: relative;
}

.wp_index_covid .box-list-vac .table-compare th {
    background-color: #00ACE8;
}

.wp_index_covid .box-list-vac .table-compare .col-price {
    background-color: #00ACE8 !important;
}

.wp_index_covid .box-condition {
    margin: 30px 0 70px;
}

.wp_index_covid .box-condition h3 {
    color: #000000;
    font-size: 1.7em;
}

.wp_index_covid .box-condition ul {
    margin: 0;
    padding: 0;
    font-size: 1.4em;
    font-family: "FontTitle", sans-serif;
}

.wp_index_covid .box-condition ul li {
    display: block;
    list-style-type: none;
}

.wp_index_covid .box-iconslide {
    text-align: right;
    font-family: "FontTitle", sans-serif;
    font-size: 22px;
    color: #000000;
    margin: 0 0 15px;
    display: none;
}

.wp_index_covid .box-iconslide img {
    display: inline-block;
    width: 38px;
}

.wp_index_covid .box-iconslide span {
    display: inline-block;
    margin: 0 0 0 3px;
}

.wp_index_covid .pic-table {
    width: 850px;
    max-width: 100%;
    display: block;
    margin: 40px auto 20px;
}

.wp_index_covid .searchplan_btn {
    display: block;
    width: 650px;
    margin: 30px auto 20px;
    max-width: 100%;
}

.wp_index_covid .searchplan_btn img {
    width: 100%;
}

.wp_index_covid .claimall_btn {
    position: fixed;
    right: 30px;
    top: 130px;
    width: 240px;
    display: block;
    z-index: 3;
}

.wp_index_covid .claimall_btn img {
    width: 100%;
}

.wp_index_covid .box-viewinfo .viewinfo_btn {
    width: 800px;
    display: block;
    margin: 0 auto 20px;
    max-width: 100%;
}

.wp_index_covid .box-viewinfo .viewinfo_btn img {
    width: 100%;
}

.wp_index_covid .btn-buyvacine {
    display: block;
    width: 500px;
    margin: -20px auto 30px;
}

.wp_index_covid .btn-buyvacine img {
    width: 100%;
}

#cboxOverlay {
    background: none;
    background-color: rgba(52, 52, 52, 1);
}

#cboxTopLeft,
#cboxTopCenter,
#cboxTopRight,
#cboxMiddleLeft,
#cboxBottomCenter,
#cboxBottomLeft,
#cboxMiddleRight,
#cboxBottomRight {
    background: none !important;
}

#cboxClose {
    background: url('../../assets/img/close_w.png') no-repeat 0 0;
    width: 25px;
    height: 25px;
    background-size: contain;
    right: 8px;
    top: 8px;
    background-position: 0 0 !important;
}

.wp_index_covid .table-compare .txt-conditionOc {
    line-height: 0.9em;
    color: #ED3C53;
    margin: 5px 0 0;
    font-size: 0.8em;
}

.wp_index_covid .table-compare .txt-conditionOc b {
    line-height: 1em;
}

.wp_index_covid .box-conditionLine {
    padding: 30px 0 0 !important;
    border-top: 1px dashed #ccc;
    margin: 50px 0 0 !important;
}

.wp_index_covid .table-compare .sticky-col {
    position: -webkit-sticky;
    position: sticky;
}

.wp_index_covid .table-compare .first-col {
    width: 108px;
    min-width: 108px;
    max-width: 108px;
    left: 0;
}


/* .table-compare .second-col {
    width: 131px;
    min-width: 131px;
    max-width: 131px;
    left: 108px;
} */

.wp_index_covid .table-compare .txt-foreign {
    color: #fff;
    font-size: 0.85em;
    display: block;
    margin: 0 0 -5px;
}

.wp_index_covid .table-compare .txt-foreign span {
    display: inline-block;
    color: #000;
    background-color: #FFD644;
    border-radius: 3px;
    padding: 2px 6px 4px;
    line-height: 0.9em;
}

.wp_index_covid .table-compare .line-hightlight {
    position: absolute;
    background-color: #FFD644;
    z-index: 2;
}

.wp_index_covid .table-compare .line-hightlight.line-left {
    width: 6px;
    height: 105%;
    left: 0;
    top: 0;
}

.wp_index_covid .table-compare .line-hightlight.line-right {
    width: 6px;
    height: 105%;
    right: 0;
    top: 0;
}

.wp_index_covid .table-compare .line-hightlight.line-top {
    width: 100%;
    height: 6px;
    left: 0;
    top: 0;
}

.wp_index_covid .table-compare .line-hightlight.line-bottom {
    width: 100%;
    height: 6px;
    left: 0;
    bottom: -2px;
}

.wp_index_covid .table-compare .box-lastmonth {
    background-color: #FFD644;
    margin: -5px -5px 5px;
    padding: 0 5px 5px;
    font-style: italic;
    font-weight: bold;
}

.wp_index_covid .sec-topic {
    padding: 0 0 30px;
}

.wp_index_covid .sec-bestseller {
    background-color: #F2F5F6;
    padding: 50px 0 70px;
}

.wp_index_covid .sec-bestseller .box-pic {
    line-height: 0;
    padding: 7px;
}

.wp_index_covid .sec-bestseller .box-pic img {
    width: 100%;
    border-radius: 6px;
}

.wp_index_covid .sec-bestseller .item {
    background-color: #fff;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 17px 3px rgb(191 191 191 / 48%);
    -moz-box-shadow: 0 0 17px 3px rgba(191, 191, 191, 0.48);
    box-shadow: 0 0 17px 3px rgb(191, 191, 191, 0.48);
    font-size: 1.5em;
}

.wp_index_covid .sec-bestseller .box-detail {
    padding: 10px 15px;
}

.wp_index_covid .sec-bestseller .box-detail .row {
    position: relative;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.wp_index_covid .sec-bestseller .box-detail .row:last-child {
    margin-bottom: 0;
}

.wp_index_covid .sec-bestseller .box-detail .row::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: calc(100% - 30px);
    border-bottom: 1px dashed #ccc;
}

.wp_index_covid .sec-bestseller .box-detail .col-r {
    text-align: right;
}

.wp_index_covid .sec-bestseller .box-detail .col-r b {
    font-size: 1.2em;
    display: inline-block;
    margin: 0 5px 0 0;
}

.wp_index_covid .sec-bestseller .box-detail .row:last-child .box-list {
    border-bottom: 0;
}

.wp_index_covid .sec-bestseller .box-mainbtn {
    margin: 20px 0 30px;
}

.wp_index_covid .sec-bestseller .btn-stl2_covid {
    font-size: 1.2em !important;
    padding: 7px 10px 10px !important;
    line-height: 1em;
}

.wp_index_covid .sec-bestseller .box-hide-d {
    display: none;
}


/* new */

.card.w-100 img {
    /* margin: .5rem!important; */
    border-radius: 5px;
}

.rowCard {
    border-bottom: 2px dotted #CCCCCC !important;
    margin: 2px !important;
    padding-top: 4px !important;
    padding-bottom: 4px !important;
}

.textInCard {
    color: #373737 !important;
    line-height: 29px !important;
    padding: 0 15px 30px !important;
}

.rowCard div span {
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 25px;
}

.rowCard div span.text-bold {
    font-style: normal;
    font-weight: 300;
    font-size: 13px;
}

.rowCard div span.fw-bolder {
    font-size: 18px !important;
    line-height: 27px !important;
    font-weight: normal;
}

.rowCard div span.txt_small {
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
}
div.textInCard div.rowCard:nth-child(3){
    padding-bottom: 12px !important;
}
div.textInCard div.rowCard:nth-child(3) span.text-bold{
    display: block;
}
div.textInCard div.rowCard:nth-child(3) span{
    line-height: 15px ;
}

.btnSonChai {
    width: 100% !important;
    max-width: 180px !important;
    height: 48px !important;
    background-color: #ED3C53 !important;
    font-size: 18px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-top: 30px;
}

.table-compare {
    margin-bottom: 0rem !important;
}

.table-compare th {
    background-color: #03256C !important;
    vertical-align: middle !important;
    font-weight: normal !important;
    font-size: 17px !important;
    line-height: 25px !important;
    padding: 16.66px 5px !important;
    color: #fff !important;
    height: 65px !important;
    border: 0.5px solid #dee2e6 !important;
    width: 150px;
}

.table-compare .first-col {
    width: 122px;
    min-width: 122px;
    left: 0;
}

.table-compare .second-col {
    width: 145px;
    min-width: 145px;
    left: 122px;
}

.table-compare td.first-col {
    height: 302px;
    padding: 0;
    font-weight: normal;
    font-size: 15px;
    line-height: 30px;
    background: #ffffff;
}

.table-compare .txt-price {
    font-weight: normal;
    font-size: 25px;
    line-height: 37px;
    color: #fff;
}

.table-compare .txt-price span {
    font-size: 17px;
    line-height: 25px;
}

.table-compare .col-price a {
    width: 100px;
    width: 109.02px;
    font-size: 16px;
    line-height: 24px;
    background-color: #ED3C53;
    border: none;
    border-radius: 8px;
    height: 30px;
    margin: auto;
    position: relative;
    z-index: 5;
    display: flex;
    justify-content: center;
    align-items: center;
}
.table-compare tbody th, .table-compare tbody td{
    color: #373737;
    vertical-align: middle;
    border: 0.5px solid #dee2e6;
    font-weight: normal;
    font-size: 17px;
    line-height: 25px;
}

.table-compare td.first-col .txt-company.txt-conditionOc {
    font-weight: normal;
    font-size: 15px;
    line-height: 11px;
    color: #ED3C53;
}

span.title a img {
    width: 100%;
    max-width: 943px;
    margin-bottom: 40px;
}

.container_health_banner {
    padding-top: 20px;
    margin-bottom: 30px;
}

.container_health_banner div.row {
    margin: 0;
}

.bt_none_login_mobile {
    background-color: #FFF !important;
}

img.search_buttom {
    width: 100% !important;
    max-width: 424.14px !important;
    margin-top: 30px;
    margin-bottom: 10px;
}

.margin-title {
    margin-bottom: 15px;
}

span.title {
    font-weight: normal;
    font-size: 50px;
    line-height: 75px;
    color: #03256C;
}

.png-slide {
    display: none;
    content: url("https://prakun.com/pa_dev/assets/imgs/slide-img.png");
}

.fourPic {
    margin-top: 20px;
    margin-bottom: 40px;
}

.fourPic div.txt_normal {
    margin-top: 15px;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 33px;
    color: #373737;
}

.fourPic div.text_blue_big {
    font-style: normal;
    font-weight: normal;
    font-size: 28px;
    line-height: 42px;
    color: #1231B2;
}

.container-bestseller-p {
    padding-top: 50px;
    padding-bottom: 70px;
}

div.card.w-100.shadow-lg {
    box-shadow: 0px 0px 17px 3px rgba(191, 191, 191, 0.48) !important;
    border-radius: 8px;
    border: 0px solid rgba(0, 0, 0, .125);
}
.sec-table{
    padding-top: 50px;
    padding-bottom: 20px;
}
.box-tabTable{
    padding-top: 15px;
}
img.pic-brand{
    width: 100%;
    max-width: 69.97px !important;
}
.show-br-moblie{
    display: none;
}
.carousel-indicators li{
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: #373737;
    opacity: 1;
}
.carousel-indicators li.active{
    background-color: #1231B2 !important;
}
.txt-title-fourPic{
    font-weight: normal;
    font-size: 25px;
    line-height: 60px;
    color: #373737;
    margin-bottom: 30px;
}
.box-txt-explain{
    padding-top: 40px;
    padding-bottom: 60px;
}
.txt-main-explain{
    font-weight: normal;
    font-size: 30px;
    line-height: 45px;
    color: #03256C;
    margin-bottom: 20px;
}
.txt-sub-explain{
    font-weight: normal;
    font-size: 18px;
    line-height: 27px;
    color: #373737;
    margin-bottom: 14px;
}
.padding-container-question{
    padding-bottom: 70px;
    padding-top: 50px;
}
.show-br-991{
    display: none;
}
.show-br-575{
    display: none;
}


@media (max-width: 1200px) {
    .table-compare th {
        font-size: 15px !important;
        height: 55px !important;
        padding: 0px 5px !important;
    }
    div.textInCard div.rowCard{
        padding-bottom: 12px !important;
    }
    div.textInCard div.rowCard span.text-bold{
        display: block;
    }
    div.textInCard div.rowCard span{
        line-height: 15px ;
    }
    div.textInCard div.rowCard span.fw-bolder , div.textInCard div.rowCard span.txt_small {
        letter-spacing : -1px
    }
}

@media (max-width: 991px) {
    .container_health_banner{
        padding-top: 0px;
    }
    img.search_buttom{
        margin-top: 20px;
    }
    .fourPic{
        margin-bottom: 20px;
    }
    .fourPic div.txt_normal {
        margin-top: 12px;
        font-size: 20px;
        line-height: 33px;
    }
    .fourPic div.text_blue_big {
        font-size: 26px;
        line-height: 40px;
    }
    span.title a img{
        margin-bottom: 30px;
    }
    .container-bestseller-p{
        padding-top: 40px;
        padding-bottom: 50px;
    }
    .sec-table {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    span.title {
        font-size: 45px;
        line-height: 65px;
    }
    .png-slide {
        display: block;
    }
    .margin-title {
        margin-bottom: 10px;
    }
    .wrapper_covid {
        position: relative;
        overflow: auto;
        border: 1px solid #dee2e6;
        white-space: nowrap;
    }
    .wrapper_covid::-webkit-scrollbar {
        height: 0px;
    }
    /* Track */
    .wrapper_covid::-webkit-scrollbar-track {
        background: #ffffff;
    }
    /* Handle */
    .wrapper_covid::-webkit-scrollbar-thumb {
        background: #ffffff;
    }
    /* Handle on hover */
    .wrapper_covid::-webkit-scrollbar-thumb:hover {
        background: #ffffff;
    }
    .sticky-col {
        position: -webkit-sticky;
        position: sticky;
    }
    .table-compare td.first-col {
        padding: 0;
    }
    .table-compare .first-col {
        max-width: 130px;
        border-left: 0px solid #dee2e6 !important;
        border-right: 0.5px solid #dee2e6 !important;
    }
    .table-compare th {
        width: 140px;
        min-width: 140px;
    }
    .txt-title-fourPic{
        margin-bottom: 40px;
        line-height: 40px;
    }
    .show-br-991{
        display: block;
    }
}

@media only screen and (max-width: 768px) {
    .container-bestseller-p {
        max-width: 767px !important;
        padding-top: 25px;
        padding-bottom: 35px;
    }
    span.title {
        font-size: 40px !important;
    }
    .fourPic img{
        max-width: 110px;
    }
    .fourPic div.text_blue_big {
        line-height: 30px;
    }
    .sec-table {
        padding-top: 30px;
        padding-bottom: 40px;
    }
    .txt-main-explain {
        font-size: 23px;
        margin-bottom: 15px;
    }
    .txt-sub-explain {
        font-size: 16px;
    }
}

@media (max-width: 650px) {
    .rowCard div span.fw-bolder {
        font-size: 15.5px !important;
        line-height: 27px !important;
    }
    .rowCard div span.txt_small {
        font-size: 12px;
    }
    .rowCard div span {
        font-size: 14px;
    }

}
@media (max-width: 575px) {
    .rowCard div span {
        font-size: 17px;
        line-height: 25px;
    }
    .rowCard div span.fw-bolder {
        font-size: 18px !important;
        line-height: 25px !important;
    }
    div.textInCard div.rowCard span.fw-bolder, div.textInCard div.rowCard span.txt_small{
        letter-spacing: normal;
    }
    .btnSonChai{
        margin-top: 20px;
    }
    .textInCard{
        padding: 0 15px 20px !important;
    }
    .txt-title-fourPic {
        font-size: 18px;
        line-height: 30px;
    }
    .show-br-575{
        display: block;
    }
    .txt-main-explain {
        text-align: center;
        line-height: 30px;
    }
    .box-condition-insurance{
        font-weight: normal;
        font-size: 15px;
        line-height: 28px;
    }
}

@media (max-width: 500px) {
    img.search_buttom {
        width: 100% !important;
        max-width: 254.48px!important;
        margin-top: 20.09px;
    }
    .fourPic img {
        max-width: 90px;
    }
    .fourPic div.txt_normal {
        margin-top: 5px;
        font-size: 16px;
        line-height: 24px;
    }
    .fourPic div.text_blue_big {
        font-size: 20px;
        line-height: 20px;
    }
    .container-bestseller-p{
        padding-top: 30px;
        padding-bottom: 40px;
    }
    .table-compare tbody th, .table-compare tbody td{
        font-size: 15px;
        line-height: 30px;  
    }
    img.pic-brand {
        max-width: 45.71px !important;
    }
    .sec-table {
        padding-top: 20px;
        padding-bottom: 15px;
    }
    .png-slide {
        margin-top: 15px;    
    }
    .box-tabTable {
        padding-top: 9px;
    }
    .table-compare .first-col {
        width: 100px;
        min-width: 100px;
        max-width: 100px;
    }
    .table-compare th {
        font-size: 14px !important;
        padding: 0px 5px !important;
        line-height: 30px !important;
    }
    .table-compare td.first-col {
        font-size: 14px;
        line-height: 30px
    }
    .table-compare td.first-col .txt-company.txt-conditionOc {
        font-size: 12px;
        line-height: 8px;
    }
    .table-compare .second-col {
        width: 130px;
        min-width: 130px;
        left: 100px;
        padding: 0 5px;
    }
    .table-compare .txt-price {
        font-size: 21px;
        line-height: 30px;
    }
    .table-compare .txt-price span {
        font-size: 14px;
    }
    .table-compare .col-price a {
        max-width: 85%;
        font-size: 15px;
        line-height: 22px;
    }
    .table-compare th {
        width: 115px;
        min-width: 115px;
    }
    span.title {
        font-size: 32px !important;
        line-height: 43px
    }
    .margin-title {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .show-br-moblie{
        display: block;
    }
    .padding-container-question {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .box-txt-explain {
        padding-bottom: 40px;
    }
}

@media (max-width: 424px) {
    .txt-title-fourPic {
        font-size: 17px;
    }
    .box-condition-insurance {
        font-weight: normal;
        font-size: 12px;
        line-height: 20px;
    }
}

@media (max-width: 374px) {
    span.title {
        font-size: 25px !important;
        line-height: 40px;
    }
    div.textInCard div.rowCard span.fw-bolder, div.textInCard div.rowCard span.txt_small {
        letter-spacing: -1px;
    }
    .table-compare th {
        font-size: 14px !important;
        height: 55px !important;
    }
    .table-compare .first-col {
        width: 70px;
        min-width: 70px;
        max-width: 70px;
    }
    .table-compare .second-col {
        width: 120px;
        min-width: 120px;
        left: 70px;
    }
    .table-compare th {
        width: 100px;
        min-width: 100px;
    }
    img.pic-brand {
        max-width: 36px !important;
        width: 100% !important;
    }
    .fourPic div.txt_normal {
        margin-top: 5px;
        font-size: 13px;
        line-height: 20px;
    }
    .fourPic img {
        max-width: 75px;
    }
    .txt-title-fourPic {
        font-size: 14px;
    }
    .box-condition-insurance {
        font-size: 10px;
        line-height: 20px;
    }
    .txt-main-explain {
        font-size: 20px;
    }
    .txt-sub-explain {
        font-size: 13px;
    }
    
}


/* end new*/

@media screen and(min-width: 1700px) {
    .wp_index_covid .sec-table {
        padding: 50px 10% 0;
    }
    .wp_index_covid .table-compare th.col-type {
        width: 8%;
    }
}

@media screen and(min-width: 1500px) {
    .wp_index_covid .container {
        width: 1250px;
        max-width: 1250px;
    }
}

@media screen and(max-width: 1199px) {
    .wp_index_covid .box-viewinfo .viewinfo_btn {
        width: 650px;
    }
    .wp_index_covid .pic-table {
        width: 750px;
    }
    .wp_index_covid .searchplan_btn {
        width: 580px;
        margin: 20px auto 10px;
    }
    .wp_index_covid .claimall_btn {
        right: 20px;
        top: 110px;
        width: 210px;
    }
    .wp_index_covid .box-topicTab a {
        font-size: 1.6em;
        width: 355px;
    }
}

@media screen and(max-width: 1024px) {
    .wp_index_covid .sec-table {
        position: relative;
    }
    .wp_index_covid .table-compare .first-col {
        width: 100px;
        min-width: 100px;
        max-width: 100px;
        left: 0;
    }
    .wp_index_covid .table-compare .second-col {
        width: 150px;
        min-width: 150px;
        max-width: 150px;
        left: 100px;
    }
    .wp_index_covid .table-compare .txt-company {
        font-size: 0.8em;
    }
    .wp_index_covid .box-iconslide {
        display: block;
        margin: -40px 0 15px;
    }
    .wp_index_covid .searchplan_btn {
        margin: 30px auto 0;
    }
    .wp_index_covid .sec-table {
        padding: 50px 0 0;
    }
}

@media screen and(max-width: 991px) {
    .wp_index_covid .btn-buyvacine {
        right: 20px;
        width: 320px;
    }
    .wp_index_covid .sec-table {
        padding: 40px 5% 0;
    }
    .wp_index_covid .topic_sec {
        font-size: 4em;
    }
    .wp_index_covid .sec-bestseller {
        padding: 40px 5% 50px;
    }
    .wp_index_covid .sec-bestseller .item {
        margin: 0 0 15px;
    }
    .wp_index_covid .sec-bestseller .box-hide-d {
        display: block;
    }
    .wp_index_covid .box-topicTab {
        margin: 30px 0;
    }
    .wp_index_covid .box-itemTabVac {
        margin: -10px 0 0;
    }
    .wp_index_covid .box-topicTab a {
        padding: 5px;
    }
    .wp_index_covid .box-iconslide {
        margin: -21px 0 10px;
    }
    .wp_index_covid .box-iconslide img {
        width: 30px;
    }
    .wp_index_covid .box-iconslide span {
        margin: 0 0 0 -3px;
    }
    .wp_index_covid .box-topicTab {
        border-width: 3px;
    }
    .wp_index_covid .box-topicTab a {
        width: 245px;
    }
    .wp_index_covid .box-topicTab a .txt_menu {
        padding: 0 0 0 35px;
        font-size: 1.05em;
    }
    .wp_index_covid .box-topicTab a .txt_menu img {
        width: 30px;
        top: -2px;
    }
    .wp_index_covid .box-topicTab a {
        margin: 0 3px;
    }
    .wp_index_covid .txt-type {
        margin: 15px 0 -15px;
        font-size: 2.1em;
    }
}

@media screen and(max-width: 767px) {
    #cboxOverlay {
        background: none;
        background-color: rgba(52, 52, 52, 1);
    }
    #cboxTopLeft,
    #cboxTopCenter,
    #cboxTopRight,
    #cboxMiddleLeft,
    #cboxBottomCenter,
    #cboxBottomLeft,
    #cboxMiddleRight,
    #cboxBottomRight {
        background: none !important;
    }
    #cboxClose {
        top: 0;
    }
    .wp_index_covid .sec-table {
        padding: 0 3%;
    }
    .wp_index_covid .box-listtable {
        margin: 0 0 40px;
        position: absolute;
        width: 100%;
        left: 0;
        top: 0;
    }
    .wp_index_covid .table-compare {
        font-size: 1.3em;
    }
    .wp_index_covid .table-compare .first-col {
        width: 85px;
        min-width: 85px;
        max-width: 85px;
        left: 0;
    }
    .wp_index_covid .table-compare .second-col {
        width: 105px;
        min-width: 105px;
        max-width: 105px;
        left: 85px;
    }
    .wp_index_covid .table-compare .pic-brand {
        max-width: 50px !important;
    }
    .table-compare .col-price a {
        line-height: 1em;
        font-size: 17px;
        padding: 5px;
        line-height: 1em;
    }
    .wp_index_covid .table-compare .txt-company {
        font-size: 0.7em;
    }
    .wp_index_covid .table-compare .box-bestseller {
        font-size: 1.15em;
    }
    .wp_index_covid .table-compare .box-bestseller img {
        top: 24px;
    }
    .wp_index_covid .box-condition {
        margin: 30px 0 50px;
    }
    .wp_index_covid .box-condition h3 {
        margin: -10px 0 10px;
    }
    .wp_index_covid .box-condition ul {
        font-size: 1.2em;
    }
    .wp_index_covid .box-iconslide {
        font-size: 20px;
    }
    .wp_index_covid .box-iconslide img {
        width: 33px;
    }
    .wp_index_covid .box-viewinfo .viewinfo_btn {
        width: 380px;
        margin: 0 auto 10px;
    }
    .wp_index_covid .btn-buyvacine {
        width: 320px;
        margin: -10px auto 0;
    }
    .wp_index_covid .box-conditionLine {
        padding: 20px 0 0 !important;
        margin: 30px 0 0 !important;
    }
    .wp_index_covid .sec-bestseller {
        padding: 30px 3%;
    }
    .wp_index_covid .topic_sec {
        margin: 0 0 10px;
    }
    .wp_index_covid .table-compare .txt-foreign span {
        margin: 0 0 5px;
    }
    .wp_index_covid .sec-table {
        padding: 30px 3% 0;
    }
    .wp_index_covid .topic_sec {
        font-size: 2.95em;
    }
    .wp_index_covid .sec-bestseller .box-hide-d {
        display: none;
    }
    .wp_index_covid .box-topicTab a {
        width: calc(50% - 9px);
    }
    .wp_index_covid .box-iconslide {
        margin: -18px 0 7px;
    }
    .wp_index_covid .txt-type {
        margin: 10px 0 -17px;
        font-size: 1.95em;
    }
    .wp_index_covid .claimall_btn {
        right: 15px;
        top: auto;
        width: 170px;
        bottom: 20px;
    }
}

@media screen and(max-width: 576px) {
    .wp_index_covid .pic-table {
        margin: 20px auto;
    }
    .wp_index_covid .box-listtable {
        margin: 0 0 30px;
    }
    .wp_index_covid .table-compare th {
        padding: 7px 10px !important;
        vertical-align: middle;
    }
    .wp_index_covid .table-compare .txt-company {
        font-size: 0.65em;
    }
    .wp_index_covid .table-compare .txt-conditionOc {
        margin: 2px 0 0;
    }
    .wp_index_covid .table-compare .box-bestseller .bg-ribbon {
        height: 20px;
    }
    .wp_index_covid .table-compare .box-bestseller img {
        top: 20px;
        right: -10px;
        width: 10px;
    }
    .wp_index_covid .table-compare .box-bestseller .txt-bestseller {
        line-height: 1em;
        top: -2px;
    }
    .wp_index_covid .box-iconslide {
        font-size: 20px;
        margin: -20px 0 5px;
    }
    .wp_index_covid .box-iconslide img {
        width: 25px;
    }
    .wp_index_covid .box-iconslide span {
        margin: 0 0 0 -1px;
    }
    .wp_index_covid .searchplan_btn {
        width: 100%;
        margin: -10px auto;
    }
    .wp_index_covid .btn-buyvacine {
        width: 320px;
    }
    .wp_index_covid .table-compare .box-bestseller .txt-bestseller span {
        position: relative;
        top: 2px;
    }
    .wp_index_covid .table-compare .box-txtprofit {
        font-size: 0.75em;
    }
    .wp_index_covid .sec-bestseller {
        padding: 30px 0;
    }
    .wp_index_covid .sec-table {
        padding: 35px 0 0;
    }
    .wp_index_covid .sec-bestseller .box-detail {
        font-size: 1.1em;
    }
    .wp_index_covid .sec-bestseller .box-mainbtn {
        padding: 0 15px;
    }
    .wp_index_covid .sec-bestseller .btn-stl2_covid {
        width: 100%;
    }
    .wp_index_covid .box-topicTab {
        border-width: 2px;
    }
    .wp_index_covid .box-topicTab a {
        font-size: 1.4em;
        border-width: 2px;
    }
    .wp_index_covid .box-topicTab a .txt_menu img {
        width: 25px;
        top: 1px;
    }
    .wp_index_covid .box-topicTab a .txt_menu {
        padding: 0 0 0 30px;
        font-size: 1em;
    }
    .wp_index_covid .txt-type {
        font-size: 1.9em;
    }
    #cboxClose {
        background: url('../../assets/img/close_blue.png') no-repeat 0 0;
        width: 20px;
        height: 20px;
        right: 30px;
        top: 27px;
        background-size: cover;
    }
}

@media screen and(max-width: 400px) {
    .wp_index_covid .box-topicTab a {
        font-size: 1.3em;
    }
}

.wp_index_covid .d-flex .frmsearch {
    width: 70%;
    border: 4px solid #03256C;
    border-radius: 15px;
    padding: 40px 40px 20px;
    margin-bottom: 40px;
    font-size: 22px !important;
}

.wp_index_covid .d-flex .btnsearch-frm {
    background-color: #03256C !important;
    border: none;
    min-width: 250px;
    margin: 20px auto 0;
    display: block;
    font-size: 1.1em;
}

.test-test {
    height: auto;
}

table.table-compare div.bt-brochure{
    padding: 5px 8px;
    border: 1px solid #2541B2;
    border-radius: 8px;
    max-width: 82px;
    margin: 16px auto 0;
    line-height: 20px;
}
table.table-compare i{
    height: 14px;
    vertical-align: middle;
}
table.table-compare div.bt-brochure span{
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #2541B2;
}
@media (max-width: 374px) {
    table.table-compare div.bt-brochure{
        padding: 0;
        margin: 10px 1px 0;
        line-height: 30px;
    }
}