@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap');

body
{
    font-family: Mulish,sans-serif;
    font-size: 14px;
/*    padding: 0;*/
    margin: 0;
}

ul
{
    padding: 0;
    list-style: none;
}

a
{
    text-decoration: none;
}
img
{
    max-width: 100%;
}
img:not(.initial) {
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
}
/*Header*/
.total_headertop {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#header_top {
    background: #f9f9f9;
    padding: 10px 0;
    border-top: solid 5px #00578d;
}

.logo_main {
    width: 10%;
}

.total_headertop i {vertical-align: middle;}

.total_headerlogo {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#menu_headerlogo {
    background: #d4d4d4;
    padding: 5px 0;
}
.logo_main img {
    max-width: 100%;
}

.menu_main ul {
    width: 100%;
    padding: 0px;
    margin: auto;
    list-style: none;
}
.menu_main ul.menu-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.menu_main ul li {
    position: relative;
    z-index: 1;
}
.menu_main ul li:hover>ul {
    -webkit-transform: perspective(600px) rotateX(0);
    transform: perspective(600px) rotateX(0);
    transform-origin: 0 0 0;
    -webkit-transform-origin: 0 0 0;
    opacity: 1;
    visibility: visible;
}
.menu_main ul li a {
    display: block;
    position: relative;
    font-size: 15px;
    color: #000;
     padding: 15px; 
     font-weight: bold; 
    text-transform: uppercase;
    text-decoration: none;
}
.menu_main ul li a:hover, .menu_main ul li a.active {
    color: #00568c;
}
.menu_main ul li a.has-child {
    padding-right: 16px;
/*    margin-right: 8px;*/
}
.menu_main ul li ul {
    position: absolute;
    min-width: 250px;
    /* margin-top: -5px; */
    /* padding-top: 0.75rem; */
    /* padding-bottom: 0.75rem; */
    background-color: #fafafa;
    border-radius: 0.25rem;
    -webkit-box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);
    box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);
    -webkit-transform: perspective(600px) rotateX(-90deg);
    transform: perspective(600px) rotateX(-90deg);
    -webkit-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    opacity: 0;
    visibility: hidden;
}
.transition, .control-owl button, .carousel-comment-media .carousel-control a span, 
.menu_main ul li a.has-child:after, .menu_main ul li ul, .menu_main ul li:hover>ul, 
.scale-img img, .scale-img:hover>img, .btn-frame .kenit-alo-circle-fill, 
.support-online .kenit-alo-circle-fill {
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}
.menu_main ul li ul li {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}
.menu_main ul li ul li a {
    font-size: 14px;
    color: #313131;
    border-bottom: 1px solid #ececec;
    padding: 10px 0px 9px 0px;
    text-transform: capitalize;
}
.menu_main ul li ul li a.has-child {
    margin-right: 0px;
}
.menu_main ul li ul li ul {
    top: 0;
    left: 100%;
    margin-top: 0px;
}
.menu_main ul li ul li a.has-child:after {
    border-color: #313131;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.menu_main ul li a.has-child:after {
    content: "";
    position: absolute;
    bottom: calc(50% - 4px / 2);
    right: 5px;
    width: 5px;
    height: 5px;
    border: 1px solid #fafafa;
    border-top: 0px;
    border-left: 0px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.hotline-head 
{
    display: flex;
    border: 1px solid #007BC1;
    border-radius: 30px;
    width: 185px;
    align-items: center;
    height: 45px;
}
.call {
    display: inline-block;
    transform: rotate(-45deg);
    width: 44px;
    height: 44px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.call i {
    color: #007BC1;
    font-size: 20px;
}
.info-h {
    width: calc(100% - 45px);
    padding-left: 5px;
    color: #007BC1;
    font-size: 19px;
    line-height: 20px;
    font-weight: 800;
}
.khung_slickslide
{
    z-index: 0;
    position: relative;
}
#menu_headerlogo {
    position: sticky;
    top: 0;
    z-index: 9;
}
/*Header*/
/*Index*/
.khung_tonggioithieu {
    padding: 2.5rem 0;
}
.top-in {
    display: inline-block;
    background: #02639A;
    color: white;
    padding: 15px 30px 15px 30px;
    padding-right: 80px;
    position: relative;
    clip-path: polygon(0 0, 100% 0, 92% 100%, 0% 100%);
    z-index: 1;
/*    left: -150px;*/
    margin-bottom: 15px;
}
.top-in p {
/*    font-family: 'SFR';*/
    font-size: 20px;
    margin-bottom: 5px;
}
.top-in span {
/*    font-family: 'Big Shoulders Stencil Text', sans-serif;*/
    font-size: 25px;
    font-weight: 800;
}
.top-in::after {
    content: '';
    position: absolute;
    background: #007BC1;
    right: 10px;
    top: 0;
    width: 100%;
    height: 100%;
    clip-path: polygon(0 0, 100% 0, 92% 100%, 0% 100%);
    z-index: -1;
}
.see-in a {
    display: inline-block;
    width: 130px;
    height: 45px;
    text-align: center;
    background: #007bc1;
    color: white;
    line-height: 45px;
    /* font-family: 'SFR'; */
    font-size: 14px;
    text-transform: capitalize;
    position: relative;
    transition: .3s;
}
.see-in a::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-bottom: 7px solid white;
    border-left: 7px solid transparent;
    right: 4px;
    bottom: 4px;
}
.desc-in {
    margin-bottom: 15px;
}
.see-in a:hover {
    letter-spacing: 3px;
    transition: .3s;
}
.wrap-introduce {
    background: url(https://trungtamsuachua24h.com/assets/images/main/brgt.png) no-repeat center center;
    background-size: cover;
}
.wrap_pronb
{
    padding: 2.5rem 0;
}
.title-main {
    margin-bottom: 1.5rem;
    text-align: center;
}
.title-main span {
    text-transform: uppercase;
    color: #007BC1;
    font-size: 35px;
    font-weight: 700;
}

.dm-noibat {
    max-width: 1000px;
    position: relative;
    margin: auto;
    margin-bottom: 40px;
}
.dm-noibat a {
    cursor: pointer;
    color: #333;
    transition: 0.4s;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 15px;
    text-align: center;
    position: relative;
    display: block;
    background: white;
    border-radius: 5px;
    border: 1px solid #007BC1;
    height: 100%;
    padding: 10px;
/*    font-family: 'SFR';*/
}
.dm-noibat a:hover, .dm-noibat a.active {
    background: #007BC1;
    color: #fff;
}

.box-product {
    border: 1px solid silver;
    padding: 6px;
    border-radius: 5px;
    overflow: hidden;
}
.box-product {
    position: relative;
    margin-bottom: 20px;
}
.pic-product {
    background: #ffffff;
    position: relative;
    margin-bottom: 1rem;
}
.price-product {
    margin-bottom: 10px;
    text-align: center;
}
.pic-product a {
    border-radius: 5px;
}

.name-product {
    font-size: 15px;
    color: #000;
    margin-bottom: 10px;
    text-align: center;
    text-transform: uppercase;
}

.text-split {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
}

.name-product.text-split {
    -webkit-line-clamp: 1;
}

.price-new {
    font-size: 16px;
    color: #A01102;
}
.giakm {
    color: #fb0202;
    font-weight: bold;
}
.giacu {
    font-size: 13px;
    text-decoration: line-through;
    color: #999;
}
.box-product h3 a{
    font-size: 15px;
    font-weight: bold;
}
/*Index*/
/*Hiệu ứng load*/
.loading-spinner {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 0;
}

.loading-spinner::after {
    content: "";
    width: 40px;
    height: 40px;
    border: 4px solid #ccc;
    border-top-color: #007bff;
    border-radius: 50%;
    animation: spinner 0.8s linear infinite;
}

@keyframes spinner {
    to { transform: rotate(360deg); }
}

/*Hiệu ứng load*/
.wrap_dichvunb
{
    background: url(https://trungtamsuachua24h.com/assets/images/main/brdv.png) no-repeat center center;
    padding: 2em 0;
    background-size: cover;
}

.total_dichvus {
    position: relative;
    width: 100%;
}

.pic-service img {
    max-width: 100%;
}

.item_namedv
{
    color: #fff!important;
}
.pic-service {
    position: relative;
}
.scale-img {
    overflow: hidden;
    display: block;
}
.scale-img:hover>img {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}
.pic-service h3 {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    z-index: 2;
    pointer-events: none;
}
.name-service {
/*    font-family: 'SFR';*/
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    height: 54px;
    background: #007bc1c4;
    line-height: 54px;
    color: white;
}
.info-service {
    padding: 15px 0;
    margin-bottom: 15px;
    border-bottom: 3px solid #007BC1;
}
.info-service .desc-service {
    font-size: 15px;
/*    font-family: 'SFR';*/
}
#items_qcao .owl-dots {
    position: absolute;
    bottom: 0;
    width: 100%;
    margin-top: 0;
}
.wrap_tintucs {
    padding: 2em 0;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span
{
    background:#007BC1;
}
.pic-newsnb {
    margin-bottom: 0;
    margin-right: 16px;
}
.info-newsnb {
    background: var(--TRNG, #FFF);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 18px;
    margin-left: 30px;
    margin-top: -90px;
    position: relative;
    margin-bottom: 10px;
}
.time-newshome {
    color: #6c757d;
    margin-bottom: 10px;
}
.desc-newsnb {
    color: #333;
}
p.time-newshome i {
    color: #007bc1;
}
a.name-newsnb {
    color: #000;
    font-size: 16px;
    margin: 0 0 10px 0;
    text-transform: uppercase;
    line-height: 150%;
    font-weight: bold;
}
.see-news a {
    width: 136px;
    height: 45px;
    background: var(--CH-O, #007BC1);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset;
    display: inline-block;
    text-align: center;
    line-height: 45px;
    color: white;
}
.see-news a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    line-height: 25px;
}
.see-news i {
    font-size: 25px;
}
a.name-newsnb.text-split {
    -webkit-line-clamp: 2;
}
.total_videos {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
}

.khungvideo_chinh {
    max-width: 1000px;
    margin: 0 auto;
}
.wrap_video {
    padding: 3em 0;
    background: #404040;
}
/*Footer*/
#khung_footer
{
    padding: 3em 0;
    background: #015690;
    color: #fff;
}
.k_footer {
    display: flex;
    justify-content: space-between;
    align-items: self-start;
}
.khung_daufooter {
    width: 45%;
}

.khung_2footer {
    width: 15%;
}

.khung_3footer {
    width: 30%;
}
.mxhoi_fter li {
    display: inline-block;
}

.mxhoi_fter img {
    height: 30px;
}
.td_ft {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}
.khung_2footer ul li {
    margin-bottom: 10px;
}

.khung_2footer a {
    color: #fff;
}

.khung_2footer li a:hover {
    color: #fdc415;
}
.maps_gg iframe {
    max-width: 100%;
    height: 215px;
}
.copyright {
    text-align: center;
    padding: 8px 0;
    font-style: italic;
    font-size: 13px;
}
/*Footer*/
/*breadCrumbs*/
.breadCrumbs {
    background-color:#f2f2f2;
}
.breadCrumbs .wrap-content {
    padding: 0.75rem 0;
}

.wrap-content {
    max-width: 1300px;
    margin: auto;
    width: calc(100% - 30px);
}
.breadCrumbs .wrap-content .breadcrumb {
    padding: 0;
    margin-bottom: 0;
    background-color: transparent;
    border-radius: 0;
}
.breadcrumb-item.active {
    color: #6c757d;
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: .5rem;
}
.breadCrumbs .wrap-content .breadcrumb-item a {
    color: #007bc1;
}
.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: .5rem;
    color: #6c757d;
    content: var(--bs-breadcrumb-divider, "/");
}
.padding-top-bottom {
    padding: 2.5rem 0;
}
/*breadCrumbs*/

/*CTtin*/
#blog-grid {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 1fr 1fr;
}
.blog-i {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.blog-img {
    width: 33%;
}

.blog-info {
    width: 64%;
}
.name-news {
    color: #252525;
    font-size: 17px;
    line-height: normal;
    font-weight: 600;
}
.name-news .text-split {
    -webkit-line-clamp: 2;
}
.desc-news {
    margin-top: 5px;
    line-height: 22px;
}
.desc-news
{
    color: #676767
}
.name-news a
{
    color: #000;
}
.name-news:hover a{
    color: #007bc1;
}
.title-detail-main
{
    color: #252525;
    font-size: 23px;
    margin-bottom: 1.5rem;
    font-weight: 500;
}
.time-main {
    margin-bottom: 0.75rem;
    color: #999999;
}
.time-main i {
    vertical-align: top;
    margin: 3px 7px 0px 0px;
}
.time-main span {
    vertical-align: top;
    display: inline-block;
}

a.mucluc-dropdown-list_button:before {
    content: "\f03a";
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: 400;
    background: #fff;
    color: #006acb !important;
    font-size: 20px;
    width: 35px;
    height: 35px;
    display: inline-block;
    line-height: 38px;
    text-align: center;
    border: 1px solid #ddd;
}

.meta-toc.fiedx {
    position: fixed;
    left: 5px;
    top: 200px;
    z-index: 111;
}

.meta-toc .mucluc-dropdown-list_button {
    display: none;
}

.meta-toc.fiedx .mucluc-dropdown-list_button {
    display: block;
}

.meta-toc:not(.fiedx) .box-readmore {
    display: block !important;
}



.box-readmore {
    padding: 10px;
    background-color: #f5f5f5;
    width: 100%;
    margin-top: 2px;
    border: 1px solid #dddddd;
    font-size: 13px;
    margin-bottom: 10px;
}

.meta-toc.fiedx .box-readmore {
    width: 350px;
    display: none;
}

.box-readmore li ul>li {
    margin: 0;
    margin-bottom: 8px;
}

.box-readmore li ul>li:before {
    content: counters(item, ".") " ";
}

.box-readmore ul {
    list-style-type: none;
    counter-reset: item;
    margin-bottom: 0px;
    padding-left: 0px !important;
    margin-top: 8px;
}

.box-readmore ul li {
    display: table;
    counter-increment: item;
    margin: 0 0 5px 0;
}

.box-readmore ul li a {}

.box-readmore ul li:before {
    content: counters(item, ".") ". ";
    display: table-cell;
    padding-right: 5px;
}

.box-readmore ul li a {
    color: #000 !important;
    cursor: pointer;
    font-weight: 500;
    font-size: 14px;
}

.box-readmore ul li li a {
    font-weight: 400;
}

.box-readmore ul li a:hover {
    color: #767676;
}


.othernews {
    position: sticky;
    top: 85px;
    z-index: 11;
}

.share {
    padding: 17px 15px 10px 15px;
    line-height: normal;
    background: rgba(128, 128, 128, 0.15);
    margin-top: 15px;
    border-radius: 5px;
}

.othernews b {
    margin-bottom: 10px;
    font-size: 15px;
}

.share b {
    display: block;
    margin-bottom: 5px;
}

.news-other {
    margin-bottom: 15px;
}

.pic-news-other {
    width: 40%;
}

.info-news-other {
    width: 60%;
    padding-left: 10px;
}
.name-news-other {
    color: #252525;
    font-size: 14px;
    line-height: normal;
    font-weight: 600;
}
/*CTtin*/
/*Phan trang*/
.paging_chung a {
    width: 30px;
    height: 30px;
    display: inline-block;
    border: solid 1px #eeeeee;
    line-height: 30px;
    text-align: center;
    background: #eeeeee;
    color: #000;
}
.paging_chung span
{
    width: 30px;
    height: 30px;
    display: inline-block;
    border: solid 1px #015690;
    line-height: 30px;
    text-align: center;
    background: #015690;
    color: #fff;
}
.khung_ptrangs {
    text-align: right;
}
#khungchitiet_spham {
    padding: 2em 0;
}
#ndung_pr_prod h3 {
   font-size: 21px;
    font-weight: bold;
}
/*Phan trang*/
.images_galley {
    border: solid 1px #ccc;
    border-radius: 10px;
    padding: 5px;
    margin-bottom: 15px;
}
.total_khungndct {
    margin-top: 15px;
}

.tabs-pro-detail .nav-tabs .nav-link {
    border-top-width: 3px;
    font-size: 13px;
    color: #333;
    text-transform: uppercase;
    font-weight: 500;
}
.nav-tabs .nav-link {
    margin-bottom: -1px;
    background: 0 0;
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}
.tabs-pro-detail .nav-tabs .nav-link.active, .tabs-pro-detail .nav-tabs .nav-item.show .nav-link {
    border-top-color: #555555;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}
.tieude_lq {
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;
    color: #00578d;
}

.tt_imgct {
    padding-bottom: 20px;
}    

.box_newskhac ul li {color: #000;}

.box_newskhac li a {
    color: #000;
}

.box_newskhac li {
    margin-bottom: 10px;
    font-size: 15px;
}
.box_newskhac li a:hover {
    color: red;
}
.page_contacts {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.khungphai_contact {
    width: 49%;
}

.contacts-form {
    width: 49%;
}

.contacts-form input {
    width: 100%;
    height: 35px;
    margin-bottom: 15px;
    padding: 0 10px;
    font-size: 14px;
    border-radius: 5px;
    border: solid 1px #ccc;
    outline: none;
}
.contacts-form textarea
{
    width: 100%;
    margin-bottom: 15px;
    padding: 10px;
    font-size: 14px;
    border-radius: 5px;
    border: solid 1px #ccc;
    outline: none;
}

input.btn_lienhectoi {
    width: auto;
    padding: 0 40px;
    background: #00578d;
    color: #fff;
    border-color: #00578d;
}
.contacts_maps_new iframe
{
    width: 100%;
    height: 300px;
}

.khungphai_contact h3 {
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 23px;
}
.time-main {
    display: flex;
    align-items: center;
}

.mobile_res
{
    display: none;
}


.warp_hang {
    padding: 2em 0;
}

@media only screen and (min-width: 1px) and (max-width: 1399px)
{   


}

@media only screen and (min-width: 1px) and (max-width: 1024px)
{
    

}

@media only screen and (min-width: 1px) and (max-width: 1023px)
{
   .dm-noibat
   {
        max-width: 100%;
   }
   #header_top,.menu_main,.hotline_main
   {
        display: none;
   }
   .logo_main 
    {
        width: 25%;
    }

     .mobile_res
    {
        display: block;
    }
}

@media only screen and (min-width: 1px) and (max-width: 768px)
{   

    .wrap-content
    {
        width: auto;
    }
}

@media only screen and (min-width: 1px) and (max-width: 500px)
{   
    .khungphai_contact,.contacts-form
    {
        width: 100%;
    }
    .top-in p 
   {
        font-size: 18px;
   }
   .top-in span
   {
        font-size: 19px;
   }
   .see-in a 
   {
        zoom: .8;
    }
    .title-main span
    {
        font-size: 25px;     
    }
    .wrap_pronb
    {
        padding: 1.4rem 0;
    }
    .name-service
    {
        font-size: 15px;
    }
    .dm-noibat a 
    {
        zoom: .9;
    }
    .khung_daufooter,.khung_2footer,.khung_3footer
    {
        width: 100%;
    }
    .k_footer,.page_contacts
    {
        flex-direction: column;
    }
    .wrap_video
    {
        padding: 2em 0;
    }
    .total_videos
    {
        grid-gap: 10px;
    }
    #khung_footer
    {
        padding: 1.5em 0;
    }
    #blog-grid
    {
        grid-template-columns: 1fr;
    }
    .blog-info 
    {
        width: 55%;
    }
    .blog-img 
    {
        width: 40%;
    }



}