body{
    /*font-family: Roboto,sans-serif;
    font-family: "Times New Roman", Times, serif !important;*/
	font-family: arial !important;
    margin: 0px;
    padding: 0px;
    background: #fff;
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    letter-spacing: 0.1px;
    line-height: 1.5;
    color: #1e1e1e;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}
.tag_h {
	font-size:15px !important;
    text-align: justify;
	line-height: 1.6 !important;
	word-break: break-word;
}
.table tr:nth-of-type(odd) td {
    background-color: rgb(0 0 0 / 9%) !important;
}
.owl-carousel{display: block !important;}
.disnone,.hidden_item{display:none;}
.dissp{display:none !important;}
.padnone {padding: 0;}
.ndnull{color: #d70018;
    text-align: center;
    font-weight: 600;}
.block-header {
    background-color: rgb(255, 255, 255);
    width: 100%;
    display: block;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 2px 2px;
    position: fixed;
    z-index: 99999;
    top: 0px;
}
/**menu top**/
.menu-mid {
    list-style: none;
    padding: 0;
    float: left;
    margin: 0;
}
.menu-top-right li, .menu-mid li {
    float: left;
}
.menu-mid li a {
    color: #000;
    font-family: 'Times New Roman', Times, serif;
}
.menu-mid li a {
    color: #000;
    font-family: 'Times New Roman', Times, serif;
}
/*****************header**************/
.block_one {
    display: grid;
    grid-gap: 5px;
    grid-template-columns: repeat(1, minmax(0, 1fr));
}
.block_top {
    border-bottom: 1px solid #eee;padding: 5px 0;
}
.marquee-container {
    overflow: hidden;
    width: 100%; /* Đảm bảo chiều rộng của container là 100% */
}

.marqueeText {
    font-size: 14px;
    display: inline-block;
    white-space: nowrap;color: #d70018;
    animation: marquee 16s linear infinite; /* Chạy liên tục trong 10 giây, điều chỉnh giá trị nếu cần thiết */
}

@keyframes marquee {
    0% {
        margin-left: 100%;
    }
    100% {
        margin-left: -150%;
    }
}

.head-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: wrap;
}
.sitename {
    margin: 0;
    font-size: 16px;
    font-weight: 550;
    color: #919191;font-family: 'Times New Roman',Times,serif;
}
.head-mid {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.headm-sup {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}
.icon-phhead:before {
    font-family: "FontAwesome";
    content: "\f10b";
    color: #919191;
    font-size: 38px;
}
.sup-phone {
    display: grid;
    grid-gap: 0;
    grid-template-columns: repeat(1, minmax(0, 1fr));
}
.calldt {
    white-space: nowrap;
    color: #1e1e1e;
    line-height: 19px;font-family: 'Times New Roman',Times,serif;
    font-size: 17px;
    font-weight: bold;
}
.ycgl {
    white-space: nowrap;font-family: 'Times New Roman',Times,serif;
    line-height: 19px;
    font-size: 14px;
    font-style: italic;
    color: #004A9E;
    cursor: pointer;
}
.headm-logo {
    width: 140px;
    height: 70px;
}
.logosite {
    position: relative;
    width: 100%;
    margin: 0;
}
.logosite:before {
    content: "";
    display: block;
    padding-top: 70px;
}
.logosite a {
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    transition: none;
    overflow: hidden;
    left: 50%;
    font-size: 1.5rem;
    color: #444;
    width: 100%;
}
.block_head1{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
}
.block_two {
    background-color: #d70018;padding: 5px;
}
.head-bot {
    display: flex;
    justify-content: space-between;
    align-items: center;gap: 10px;
}
/**********************/
.slide-banner {
    background-color: #fff;
}
.swiper_slide .swiper-button-next,.swiper_slide .swiper-button-prev,.post_blogs .swiper-button-next,.post_blogs .swiper-button-prev {
    align-items: center;
    background: rgba(0,0,0,.3);
    /* color: #fff; */
    display: flex;
    font-size: 14px;
    height: 60px;
    justify-content: center;
    outline: none;
    top: 48%;
    transition: .3s;
    width: 30px;
}
.swiper_slide .swiper-button-next,.post_blogs .swiper-button-next{
	border-radius: 100px 0 0 100px;
    padding-left: 7px;
    right: -32px;
}
.swiper_slide:hover .swiper-button-next,.post_blogs:hover .swiper-button-next{
	right:0;
}
.swiper_slide .swiper-button-prev,.post_blogs .swiper-button-prev{
	border-radius: 0 100px 100px 0;
    left: -32px;
    padding-right: 7px;
}
.swiper_slide:hover .swiper-button-prev,.post_blogs:hover .swiper-button-prev{
	left:0;
}
.swiper_slide .swiper-button-next:after, .swiper_slide .swiper-button-prev:after,.post_blogs .swiper-button-next:after, .post_blogs .swiper-button-prev:after {
    font-size: 20px;
    font-weight: 600;color: #fff;
}
.swiper_slide .swiper-pagination-bullets .swiper-pagination-bullet-active,.post_blogs .swiper-pagination-bullets .swiper-pagination-bullet-active {
    background: #d70018;
    border-radius: 50px;
    width: 20px;
}
/**end slider banner **/
.swiper-button-next:after {
    font-family: fontawesome;
    content: "\f105";
}
.swiper-button-prev:after {
    font-family: fontawesome;
    content: "\f104";
}
/**********************/
.ulsanpham {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid
;
    grid-gap: 20px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
.ulsanpham li {
    background-color: #6c43ad;
    width: 100%;
    border-radius: 10px;
}
.ulsanpham li a {
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    padding: 7px;
    width: 100%;
    display: inline-block;
    text-align: center;
}
.ulsanpham li a:hover,.ulsanpham li:hover{
    box-shadow: inset 0 0 0 100px rgba(0, 0, 0, .2);
    color: #fff;
    opacity: 1;
    outline: n
}
/**********************/
.bl_box {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(1, minmax(0, 1fr));
}
.titleha .h2ha, .titlenote .h2note, .titlegt .h2gt, .titlenews .h2news, .titleccap .h2ccap, .titledvu .h2dvu, .titleclip .h2clip{
    margin: 0;
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 5px 0px;
}
.h2ha{color: #ff0000;}
.h2note,.h2gt,.h2news,.h2ccap,.h2dvu,.h2clip{color: #000;}
.titleha,.titlenote,.titlegt,.titlenews,.titleccap,.titledvu,.titleclip {
    display: grid;
    grid-gap: 0px;
    grid-template-columns: repeat(1, minmax(0, 1fr));
}
.titlegt i {
    text-align: center;
}
.listclip {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.clipyut p {
    margin: 0;
    text-align: center;
    font-weight: 700;
}
.desdvu {
    padding: 10px;
    background-color: #f6db6e;
}
.mtdvu {
    list-style: square;
    margin: 0px;
    padding-left: 15px;
}
/**********************/
.prolist {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-gap: 15px;
    list-style: none;
    padding: 0;
    margin: 0;
}
.prlist{display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-gap: 15px;
    list-style: none;
    padding: 0;
    margin: 0;}
.item-ntv {
    border: 2px solid #f1f1f1;
    padding: 5px;
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-gap: 10px;
}
.thumb-ntv {
    position: relative;
    width: 100%;
    margin-bottom: 0px;
    background: #f7f7f7;
    vertical-align: top;
    overflow: hidden;
}
.thumb-ntv:before {
    content: "";
    display: block;
    padding-top: 75%;
}
.thumb-inner {
    position: absolute;
    top: 0;
    transition: none;
    overflow: hidden;
}
.thumb-inner a {
    overflow: hidden;
}
.info-ntv {
    display: grid;
    grid-template-columns: repeat(1, minmax(0px, 1fr));
    align-items: center;
    width: 100%;
    gap: 4px;
}
.h3-ntv {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    font-size: 14px;
    margin-bottom: 0px;
    line-height: 1.5;
    overflow: hidden;
}
.h3-ntv a {
    color: #1e1d1d;
    font-weight: 500;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    text-decoration: none;
}
.h3-ntv a:hover {
    color: #ffcb4f;
}
.linegap {
    display: grid;
    grid-gap: 0px;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    justify-items: center;
}
.line_inner {
    border: 1px solid red;
    width: 150px;
}
.mtccap p {
    text-align: center;
    margin: 0;
    font-size: 14px;
    font-style: italic;
}
.listgt {
    display: grid;
    grid-gap: 5px;
    grid-template-columns: repeat(1, minmax(0, 1fr));
}
.listgt p {
    margin: 0;
}
.listgt p img {
    float: left;
    margin-right: 10px;
    width: 15px;
    margin-top: 5px;
}
/**********************/
.block-main {
    display: grid;
    grid-gap: 15px;    margin-top: 85px;
    grid-template-columns: repeat(1, minmax(0, 1fr));
}
/*********************/
.h1ctsp {
    display: block;
    font-size: 17px;
    color: #363636;
    font-weight: 600;
    border-bottom: 2px solid red;
}
/*********************/
.list-related-tag,.tab_listbc {
    display: flex;
    margin-left: auto;
    align-items: center;overflow: auto;
}
.lrt_tax,.tab_list {
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 5px;
    display: flex;
    margin-left: auto;
}
.lrt_tax li,.tab_list li{
    background-color: #f3f4f6;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    font-size: 13px;
    padding: 5px 10px;
    white-space: nowrap;
}
.lrt_tax li a,.tab_list li a{color: #444;}
.lrt_tax li:hover, .lrt_tax li:hover a, .lrt_tax li a:hover, .h2-title a:hover, .more_pro:hover,.tab_list li:hover,.tab_list li:hover a,.tab_list li a:hover,.tab_active{
    border-color: #d70018 !important;
    color: #d70018;
}
.list-related-tag{
    width: 70%;
}
.list-related-tag::-webkit-scrollbar,.showdml::-webkit-scrollbar,.show_th::-webkit-scrollbar,.groushow::-webkit-scrollbar,.show_nc::-webkit-scrollbar,.show_pris::-webkit-scrollbar,.tab_listbc::-webkit-scrollbar,.bread-nav::-webkit-scrollbar {
    height: 6px;display: none;
}
.list-related-tag::-webkit-scrollbar-thumb,.showdml::-webkit-scrollbar-thumb,.show_th::-webkit-scrollbar-thumb,.groushow::-webkit-scrollbar-thumb,.show_nc::-webkit-scrollbar-thumb,.show_pris::-webkit-scrollbar-thumb,.tab_listbc::-webkit-scrollbar-thumb,.bread-nav::-webkit-scrollbar-thumb {
    background-color: #4651a7;
    border-radius: 5px;height: 5px;
}

.list-related-tag::-webkit-scrollbar-track,.showdml::-webkit-scrollbar-track,.show_th::-webkit-scrollbar-track,.groushow::-webkit-scrollbar-track,.show_nc::-webkit-scrollbar-track,.show_pris::-webkit-scrollbar-track,.tab_listbc::-webkit-scrollbar-track,.bread-nav::-webkit-scrollbar-track {
    background-color: #adafb3;height: 5px;
}

.list-related-tag::-webkit-scrollbar-thumb:hover,.showdml::-webkit-scrollbar-thumb:hover,.show_th::-webkit-scrollbar-thumb:hover,.groushow::-webkit-scrollbar-thumb:hover,.show_nc::-webkit-scrollbar-thumb:hover,.show_pris::-webkit-scrollbar-thumb:hover,.tab_listbc::-webkit-scrollbar-thumb:hover,.bread-nav::-webkit-scrollbar-thumb:hover {
    background-color: darkred;
}
.catnews {
    display: grid;
    grid-gap: 15px;
    grid-template-columns: repeat(1, minmax(0, 1fr));
}
.h_title, .h_titlebc {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
}
.h2-title a, .h2-titledm, .h2-tdinf, .content_index h3, .h2-titlebc, .content_index h3, .hdmtax, .h1-cate {
    display: block;
    font-size: 18px;
    line-height: 35px;
    white-space: nowrap;
    word-break: break-word;
    color: #363636;
    font-weight: 600;
    height: 35px;
    border-bottom: 2px solid red;
}
.h2-title, .h2-titledm, .h2-tdinf, .h2-titlebc, .hdmtax, .h1-cate, .h1ctsp {
    margin: 0;
}
.ulcatax {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-gap: 12px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
.ulcatax>li {
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .1), 0 2px 6px 2px rgba(60, 64, 67, .15);
    padding: 4px;
    border: 1px solid #4453a259;
}
.blognews {
    border: 0;
    box-shadow: none;
    margin: auto;
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    position: relative;
    align-items: baseline;
    position: relative;
}
.thumbblog {
    position: relative;
    width: 100%;
    margin-bottom: 0;
    background: #fff;
    vertical-align: top;
    overflow: hidden;
}
.thumbblog:before {
    content: "";
    display: block;
    padding-top: 100%;
}
.thumbpost {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: none;
    overflow: hidden;
    left: 50%;
    width: 100%;
}
.thumbpost a {
    overflow: hidden;
}
.in_blog {
    display: grid;
    grid-gap: 1px;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    align-items: center;
    width: 100%;
}
.hblog {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    font-size: 14px;
    margin-bottom: 0;
    line-height: 1.5;
}
.hblog a {
    text-decoration: none;
    color: #444;
    font-weight: 500;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    text-align: justify;
}
.detailsp {
    display: grid;
    grid-gap: 15px;
    grid-template-columns: repeat(1, minmax(0, 1fr)) 350px;
}
.contentmor {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(1, minmax(0, 1fr));
}
.blockbar {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    border-radius: 4px;
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .1), 0 2px 6px 2px rgba(60, 64, 67, .15);
    padding: 5px;
}
.blb_title {
    border-bottom: 2px solid #e5e7eb;
    background-color: #d70018;
    padding: 5px;
}
.h3blb {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 2px;
    color: #fff;
}
.blbnd, .sptklist {
    display: grid;
    grid-gap: 4px;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    list-style: none;
    padding: 0;
    margin: 0;
}
.ndinfo {
    border: 1px solid #fff;
}
.ndinfo{
    display: grid;
    grid-gap: 10px;
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .1), 0 2px 6px 2px rgba(60, 64, 67, .15);
    grid-template-columns: 90px repeat(1, minmax(0, 1fr));
}
.ndinfo {
    position: relative;
}
.thumbtk {
    position: relative;
    width: 100%;
    margin-bottom: 0;
    background: #fff;
    vertical-align: top;
    overflow: hidden;
}
.thumbtk:before {
    content: "";
    display: block;
    padding-top: 100%;
}
.thumbintk {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: none;
    overflow: hidden;
    left: 50%;
    width: 100%;
}
.thumbintk a {
    overflow: hidden;
}
.infotk {
    display: grid;
    grid-gap: 8px;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    align-content: center;
}
.h4tk {
    margin: 0;
    font-size: 15px;
}
.h4tk a {
    color: #444;
    text-decoration: none;
    font-weight: 500;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.block-footer {
    background-color: #e5ae49;
}
.footer-column {
    display: grid;
    grid-gap: 15px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 15px;
}
.h4ft_col1,.h4ft_col2 {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
    color: #000;
    text-shadow: #00000052 2px 1px 1px;
    display: inline-block;
    border-bottom: 2px solid #bf0000;
}
.overscroll {
    font-size: 15px;
    padding-left: 16px;
}
.ft_colum_1, .ft_colum_2 {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    align-content: start;
}
.scroll_contact {
    position: fixed;
    left: 10px;
    z-index: 150;
    bottom: 50px;
    box-shadow: 0 4px 10px 0 #fb2626;
}
.lh_contact {
    display: grid;
    grid-template-columns: auto;
    grid-gap: 10px;
    margin: 0;
    padding: 5px;
    list-style: none;
}
.phone_hn, .phone_sg {
    background-color: #08548a;
    padding: 5px;
    border-radius: 5px;
}
.lh_contact >li >a {
    color: #fff;
    font-weight: 600;
}
.blprice, .tkpriceall {
    display: flex;
    gap: 8px;
    align-items: center;
    flex-flow: row;
}
.priceshow, .tkgiaht {
    color: #d70018;
    display: inline-block;
    font-size: 17px;
    font-weight: 700;
}
@media only screen and (max-width: 1024px) {

}
@media only screen and (max-width: 960px) {

}
@media only screen and (max-width: 768px) {
    .scroll_contact {
        bottom: 0px;
        width: 100%;
        left: 0;
        background-color: #00293d;
    }
    .lh_contact {
        grid-template-columns: auto auto;
    }
    .block-footer {
        margin-bottom: 40px;
    }
    .footer-column {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .ulcatax {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .prlist {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-gap: 10px;
    }
    .prolist {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .ulsanpham {
        grid-gap: 10px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media only screen and (max-width: 430px) {

}