/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
/* =================================================
   DỊCH VỤ VÀ CHÍNH SÁCH
   GIAO DIỆN THEO MẪU ẢNH
   FLATSOME - ROW / COL
================================================= */
/* =================================================
   1. RESET
================================================= */
.dich-vu-chinh-sach-page {
    width: 100%;
    background: #fff;
    overflow: hidden;
}
.dich-vu-chinh-sach-page *,
.dich-vu-chinh-sach-page *::before,
.dich-vu-chinh-sach-page *::after {
    box-sizing: border-box;
}
/* =================================================
   2. ẢNH ĐẠI DIỆN FULL WIDTH
================================================= */
.dich-vu-chinh-sach-featured-image {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-align: center;
    line-height: 0;
}
.dich-vu-chinh-sach-featured-image
.dich-vu-chinh-sach-img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0;
    object-fit: contain;
}
/* =================================================
   3. MAIN CONTENT
================================================= */
.dich-vu-chinh-sach-main {
    width: 100%;
    background: #fff;
}
/* =================================================
   4. CONTAINER
================================================= */
.dich-vu-chinh-sach-main .container {
    width: 100%;
}
/* =================================================
   5. BREADCRUMB
================================================= */
.dich-vu-chinh-sach-breadcrumb {
    width: 100%;
    padding: 38px 0 25px;
    background: #fff;
    font-size: 14px;
    line-height: 1.6;
}
.dich-vu-chinh-sach-main .breadcrumbs {
	color:var(--primary-color)
}
.dich-vu-chinh-sach-breadcrumb a {
    color: black;
    text-decoration: none;
    transition: color 0.3s ease;
}
.dich-vu-chinh-sach-breadcrumb a:hover {
    color: var(--primary-color);
}
.dich-vu-chinh-sach-breadcrumb .divider {
    margin: 0 10px;
    color: #888;
}
.dich-vu-chinh-sach-breadcrumb span {
    color: #174b89;
    font-weight: 600;
}
/* =================================================
   6. HEADER
================================================= */
.dich-vu-chinh-sach-header {
    width: 100%;
    padding: 35px 0 10px;
    background: #fff;
    text-align: left;
}
.dich-vu-chinh-sach-header .col-inner {
    padding: 0 !important;
}
/* =================================================
   7. TIÊU ĐỀ TRANG
================================================= */
.dich-vu-chinh-sach-title {
    margin: 0 0 12px !important;
    padding: 0;
    color: #000 !important;
    font-size: 48px !important;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -1px;
}
/* =================================================
   8. NGÀY ĐĂNG
================================================= */
.dich-vu-chinh-sach-date {
    margin: 0;
    padding: 0;
    color: #8a9aaa;
    font-size: 14px;
    line-height: 1.6;
}
/* =================================================
   9. NỘI DUNG
================================================= */
.dich-vu-chinh-sach-content {
    width: 100%;
    padding: 0 0 60px;
    background: #fff;
}
.dich-vu-chinh-sach-content .col-inner {
    padding: 0 !important;
}
.dich-vu-chinh-sach-content-text {
    width: 100%;
    color: #444;
    font-size: 16px;
    line-height: 1.8;
}
/* =================================================
   10. MỤC LỤC - KHUNG
================================================= */
.dich-vu-chinh-sach-toc {
    width: 100%;
    margin: 0 0 32px;
    border: 1px solid #cfcfcf;
    background: #fff;
    overflow: hidden;
}
/* =================================================
   11. HEADER MỤC LỤC
================================================= */
.dich-vu-chinh-sach-toc-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 10px;
    background: #fff;
    color: #111;
    font-size: 18px;
    line-height: 1.5;
}
.dich-vu-chinh-sach-toc-header strong {
    font-weight: 700;
}
/* Nút đóng mở */
.dich-vu-chinh-sach-toc-toggle {
    display: inline-block;
    margin: 0;
    padding: 0 2px;
    border: none;
    background: transparent;
    color: #087df5;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    cursor: pointer;
}
.dich-vu-chinh-sach-toc-toggle:hover {
    background: transparent;
    color: #005bb5;
}
/* =================================================
   12. BODY MỤC LỤC
================================================= */
.dich-vu-chinh-sach-toc-body {
    display: block;
    width: 100%;
    padding: 0 10px 10px;
    background: #fff;
}
.dich-vu-chinh-sach-toc-body ul {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none;
}
.dich-vu-chinh-sach-toc-body li {
    margin: 0 !important;
    padding: 3px 0;
    list-style: none;
    line-height: 1.7;
}
.dich-vu-chinh-sach-toc-body li a {
    display: inline-block;
    color: #555;
    font-size: 14px;
    text-decoration: none;
    transition: color 0.3s ease;
}
.dich-vu-chinh-sach-toc-body li a:hover {
    color: var(--primary-color);
}
/* =================================================
   13. PHÂN CẤP MỤC LỤC
================================================= */
.dich-vu-chinh-sach-toc-body
.toc-level-2 {
    padding-left: 0 !important;
}
.dich-vu-chinh-sach-toc-body
.toc-level-3 {
    padding-left: 18px !important;
}
.dich-vu-chinh-sach-toc-body
.toc-level-4 {
    padding-left: 36px !important;
}
/* =================================================
   14. NỘI DUNG TYPOGRAPHY
================================================= */
.dich-vu-chinh-sach-content-text p {
    margin-bottom: 18px;
    color: #444;
    font-size: 16px;
    line-height: 1.8;
}
.dich-vu-chinh-sach-content-text h2 {
    margin-top: 35px;
    margin-bottom: 15px;
    color: #111;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.4;
}
.dich-vu-chinh-sach-content-text h3 {
    margin-top: 28px;
    margin-bottom: 12px;
    color: #222;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.4;
}
.dich-vu-chinh-sach-content-text h4 {
    margin-top: 22px;
    margin-bottom: 10px;
    color: #222;
    font-size: 19px;
    font-weight: 600;
    line-height: 1.4;
}
.dich-vu-chinh-sach-content-text ul,
.dich-vu-chinh-sach-content-text ol {
    margin-bottom: 20px;
}
.dich-vu-chinh-sach-content-text li {
    margin-bottom: 8px;
    line-height: 1.8;
}
.dich-vu-chinh-sach-content-text img {
    max-width: 100%;
    height: auto;
}
/* =================================================
   15. TABLET
================================================= */
@media (max-width: 849px) {
    
}
/* =================================================
   16. MOBILE
================================================= */
@media (max-width: 549px) {
    
}

.text-footer1 p{
	margin-bottom:0;
	font-weight: bold;
    text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.6), -1px -1px 2px rgba(255, 255, 255, 0.6);
    -webkit-text-stroke: 0.5px rgba(255, 255, 255, 0.6);
    paint-order: stroke fill;
	color:var(--primary-color)
}
.text-footer1 h3{
	font-weight: bold;
    text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.6), -1px -1px 2px rgba(255, 255, 255, 0.6);
    -webkit-text-stroke: 0.5px rgba(255, 255, 255, 0.6);
    paint-order: stroke fill;
	line-height:50px;
	font-size:40px;
	color:var(--primary-color)
}
/* Kích thước nút điều hướng */
.sec1 .flickity-button {
    min-width: 110px;
    min-height: 50px;
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
    padding: 0 !important;
}

/* Ẩn SVG mặc định */
.sec1 .flickity-button svg {
    display: none !important;
}
.sec1 .flickity-button.previous {
    background-image: url('/wp-content/uploads/2026/09/slide-control-left.png') !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: contain !important;
}
.sec1 .flickity-button.next {
    background-image: url('/wp-content/uploads/2026/09/slide-control-right.png') !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: contain !important;
}
.sec1 .flickity-button {
  
    opacity: 1;
}

.sec1 .flickity-button:hover {
    background-color: transparent !important;
    opacity: 0.8;
}
/* =====================================================
   SEC2 - FORM ĐĂNG KÝ MUA XE
===================================================== */

.sec2 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    height: 112px !important;
    min-height: 112px !important;
    border-top: 1px solid #ff3033;
    border-bottom: 1px solid #ff3033;
    overflow: hidden !important;
	margin-top:-50px;
	z-index:10;
}

.sec2 .section-content {
    padding: 0 !important;
    max-width: 100% !important;
    height: 110px !important;
}

/* ROW CHÍNH */

.sec2 .row-formdangky {
    display: flex !important;
    align-items: stretch !important;
    flex-wrap: nowrap !important;
    width: 100% !important;
    max-width: 100% !important;
    height: 110px !important;
    margin: 0 !important;
}

/* =====================================================
   CỘT TRÁI - NỀN ĐỎ + CẮT CHÉO
===================================================== */

.sec2 .row-formdangky > .col:first-child {
    position: relative;
    width: 23% !important;
    max-width: 23% !important;
    flex: 0 0 23% !important;
    padding: 0 !important;
    background: #ff3033;
    z-index: 2;
    overflow: visible !important;
}

/* CẮT CHÉO */

.sec2 .row-formdangky > .col:first-child::after {
    content: "";
    position: absolute;
    top: 0;
    right: -80px;
    width: 80px;
    height: 100%;
    background: #ff3033;

    clip-path: polygon(
        0 0,
        100% 100%,
        0 100%
    );

    z-index: -1;
    pointer-events: none;
}

/* COL INNER TRÁI */

.sec2 .row-formdangky > .col:first-child .col-inner {
    display: flex;
    align-items: center;
    min-height: 110px;
    height: 110px;
    padding: 0 30px !important;
    position: relative;
    z-index: 1;
}

/* TIÊU ĐỀ */

.sec2 .row-formdangky > .col:first-child h2 {
    color: #ffffff !important;
    font-size: 25px !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
    text-transform: uppercase;
    margin: 0 !important;
    white-space: nowrap;
}

/* =====================================================
   CỘT PHẢI - FORM
===================================================== */

.sec2 .row-formdangky > .col:nth-child(2) {
    position: relative;
    width: 77% !important;
    max-width: 77% !important;
    flex: 0 0 77% !important;
    padding: 0 !important;
    z-index: 1;
}

/* COL INNER FORM */

.sec2 .row-formdangky > .col:nth-child(2) .col-inner {
    display: flex;
    align-items: center;
    min-height: 110px;
    height: 110px;
    padding: 0 40px 0 120px !important;
	background:white;
}

/* =====================================================
   CF7 FORM
===================================================== */

.sec2 .wpcf7 {
    width: 100%;
    margin: 0 !important;
}

.sec2 .wpcf7 form {
    width: 100%;
    margin: 0 !important;
}

/* HÀNG FORM */

.sec2 .form-dang-ky-yeu-cau {
    display: flex;
    align-items: center;
    justify-content: space-between;
    
    width: 100%;
}

/* =====================================================
   INPUT SỐ ĐIỆN THOẠI - 64PX
===================================================== */

.sec2 .form-sdt {
    flex: 1 1 auto !important;
    width: auto !important;
    min-width: 0;
    margin: 0 !important;
}

.sec2 .form-sdt p {
    padding: 0 !important;
    margin: 0 !important;
}

.sec2 .form-sdt .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
}

.sec2 .form-sdt .input-sdt {
    display: block;
    width: 100% !important;
    height: 64px !important;
    min-height: 64px !important;

    margin: 0 !important;
    padding: 0 18px !important;

    background: transparent !important;
    border: 0 !important;
    border-bottom: 1px solid #dedfe3 !important;
    border-radius: 0 !important;
    box-shadow: none !important;

    color: #333333 !important;
    font-size: 18px !important;
    font-weight: 400 !important;
}

/* PLACEHOLDER */

.sec2 .form-sdt .input-sdt::placeholder {
    color: #a4a8b5 !important;
    opacity: 1;
}

/* FOCUS */

.sec2 .form-sdt .input-sdt:focus {
    outline: none !important;
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    border-bottom: 1px solid #1c2a5b !important;
    box-shadow: none !important;
}

/* =====================================================
   NÚT ĐĂNG KÝ - 56PX
===================================================== */

.sec2 .form-submit {
    flex: 0 0 33%;
    width: 33%;
    margin: 0 !important;
}

.sec2 .form-submit p {
    margin: 0 !important;
    padding: 0 !important;
}

.sec2 .btn-dang-ky {
    display: block;
    width: 100% !important;
    height: 56px !important;
    min-height: 56px !important;

    margin: 0 !important;
    padding: 0 20px !important;

    background: #1c2a5b !important;
    border: 1px solid #1c2a5b !important;
    border-radius: 0 !important;
    box-shadow: none !important;

    color: #ffffff !important;
    font-size: 19px !important;
    font-weight: 400 !important;
    text-transform: none !important;

    transition: all 0.3s ease;
}

/* HOVER */

.sec2 .btn-dang-ky:hover {
    background: #26396f !important;
    border-color: #26396f !important;
    color: #ffffff !important;
}

/* SPINNER */

.sec2 .wpcf7-spinner {
    display: none !important;
}

/* THÔNG BÁO */

.sec2 .wpcf7-response-output {
    margin: 10px 0 0 !important;
    font-size: 13px;
}
.sec2 .form-sdt p{
	width:66%
}
.sec2 .form-sdt .input-sdt:hover{
	border-color:red;
}

        #postdivrich {
            display: none !important;
        }

/* ========================================
   HL BANNER - KHUNG CHUNG
======================================== */

.hl-anh-banner {
    position: relative;
    width: 100%;
    overflow: hidden;
    line-height: 1.4;
}

/* ========================================
   ẢNH BANNER
======================================== */

.hl-anh-banner-image {
    width: 100%;
    line-height: 0;
}

.hl-anh-banner-image img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
    object-fit: contain;
}

/* ========================================
   THANH NÚT - NẰM TRÊN ẢNH
======================================== */

.hl-banner-actions {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    z-index: 5;
}

/* ========================================
   NÚT CHUNG
======================================== */

.hl-banner-action {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    min-height: 56px;
    padding: 14px 20px;
    background: rgba(255, 255, 255, 0.94);
    color: #222 !important;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none !important;
    transition: all 0.3s ease;
    border: none;
    border-radius: 0;
}

/* ========================================
   ICON
======================================== */

.hl-banner-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #000;
    line-height: 1;
}

.hl-banner-icon i {
    font-style: normal;
}

/* ========================================
   HOVER
======================================== */

.hl-banner-action:hover {
    background: var(--primary-color);
    color: white !important;
}
.hl-banner-action:hover i:before{
	    color: white !important;

}
/* ========================================
   NÚT ĐẶT HÀNG
======================================== */

.hl-banner-action.hl-order {
    background: var(--primary-color);
    color: #fff !important;
}

.hl-banner-action.hl-order:hover {
    background: #111d45;
    color: #fff !important;
}
/* ==========================================
   HL THÔNG TIN XE
   FLATSOME ROW + COL
========================================== */
/* ==========================================
   WRAPPER CHUNG
========================================== */
.hl-thong-tin-xe {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    background: #fff;
    line-height: 1.4;
}
/* ==========================================
   HEADER BACKGROUND FULL WIDTH
========================================== */
.hl-thong-tin-header-bg {
    width: 100%;
    background: #1b2a5b;
    padding: 0;
}
/* ==========================================
   ROW HEADER
========================================== */
.hl-thong-tin-header {
    display: flex;
    align-items: stretch;
    width: 100%;
    margin: 0 auto !important;
    padding: 0 15px;
    box-sizing: border-box;
}
/* ==========================================
   COL HEADER
========================================== */
.hl-thong-tin-header > .col {
    padding-bottom: 0;
}
/* COL INNER */
.hl-thong-tin-header > .col > .col-inner {
    height: 100%;
    padding: 0;
}
/* ==========================================
   TÊN SẢN PHẨM
========================================== */
.hl-thong-tin-title {
    display: flex;
    align-items: center;
    height: 64px;
    padding: 0 15px 0 0;
}
.hl-thong-tin-title h2 {
    margin: 0 !important;
    padding: 0;
    color: #fff !important;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.3;
    white-space: nowrap;
}
/* ==========================================
   DANH SÁCH TAB
========================================== */
.hl-thong-tin-tabs {
    display: flex;
    align-items: stretch;
    justify-content: flex-end;
    width: 100%;
    height: 64px;
    gap: 0;
    overflow-x: auto;
    scrollbar-width: none;
}
.hl-thong-tin-tabs::-webkit-scrollbar {
    display: none;
}
/* ==========================================
   TỪNG TAB
========================================== */
.hl-thong-tin-tab {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height:64px ;
    padding: 0 18px;
    margin: 0;
    border: none !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #fff !important;
    font-family: inherit;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
    white-space: nowrap;
    cursor: pointer;
    transition: color 0.3s ease;
}
/* ACTIVE */
.hl-thong-tin-tab.active {
    color: #378df5 !important;
}
/* GẠCH DƯỚI */
.hl-thong-tin-tab::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 18px;
    right: 18px;
    height: 3px;
    background: transparent;
    transition: background 0.3s ease;
}
.hl-thong-tin-tab.active::after {
    background: #378df5;
}
/* HOVER */
.hl-thong-tin-tab:hover {
    color: #378df5 !important;
}
/* ==========================================
   CONTENT BACKGROUND
========================================== */
.hl-thong-tin-content {
    width: 100%;
    padding: 40px 0;
    background: #fff;
}
/* ==========================================
   ROW CONTENT
========================================== */
.hl-thong-tin-content-row {
    width: 100%;
    margin: 0 auto !important;
    padding: 0 15px;
    box-sizing: border-box;
}
/* COL CONTENT */
.hl-thong-tin-content-row > .col {
    padding-bottom: 0;
}
/* COL INNER CONTENT */
.hl-thong-tin-content-row > .col > .col-inner {
    width: 100%;
    padding: 0;
}
/* ==========================================
   NỘI DUNG TAB
========================================== */
.hl-tab-content {
    display: none;
    width: 100%;
    color: #333;
    font-size: 16px;
    line-height: 1.8;
    animation: hlTabFadeIn 0.3s ease;
}
.hl-tab-content.active {
    display: block;
}
.hl-tab-content[hidden] {
    display: none !important;
}
/* ==========================================
   NỘI DUNG WYSIWYG
========================================== */
.hl-tab-content p {
    margin-top: 0;
    margin-bottom: 15px;
}
.hl-tab-content h1,
.hl-tab-content h2,
.hl-tab-content h3,
.hl-tab-content h4,
.hl-tab-content h5,
.hl-tab-content h6 {
    margin-top: 20px;
    margin-bottom: 15px;
    color: #1b2a5b;
}
.hl-tab-content img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}
.hl-tab-content iframe {
    max-width: 100%;
}
.hl-tab-content ul,
.hl-tab-content ol {
    margin-bottom: 20px;
}
.hl-tab-content table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}
.hl-tab-content table td,
.hl-tab-content table th {
    padding: 10px 12px;
    border: 1px solid #ddd;
}
.hl-tab-content a {
    color: #1b5fca;
    text-decoration: underline;
}
/* ==========================================
   TAB TRỐNG
========================================== */
.hl-tab-empty {
    min-height: 10px;
}
/* ==========================================
   ANIMATION
========================================== */
@keyframes hlTabFadeIn {
    from {
        opacity: 0;
        transform: translateY(5px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}



@media (max-width: 1023px) {
	.dich-vu-chinh-sach-breadcrumb {
        padding: 25px 0 20px;
    }
    .dich-vu-chinh-sach-header {
        padding: 25px 0 10px;
    }
    .dich-vu-chinh-sach-title {
        font-size: 38px !important;
        letter-spacing: -0.5px;
    }
    .dich-vu-chinh-sach-content-text p {
        font-size: 15px;
    }
    .dich-vu-chinh-sach-toc-header {
        font-size: 17px;
    }
	.dich-vu-chinh-sach-breadcrumb{
	min-height:30px;
}
	.dich-vu-chinh-sach-page h1{
	font-size:30px
}
	 .hl-thong-tin-title h2 {
        font-size: 23px;
    }
    .hl-thong-tin-tab {
        padding: 0 12px;
        font-size: 14px;
    }
    .hl-thong-tin-tab::after {
        left: 12px;
        right: 12px;
    }
	    .hl-banner-action {
        min-height: 58px;
        padding: 12px 8px;
        gap: 8px;
        font-size: 13px;
    }
	

    .hl-banner-icon {
        font-size: 18px;
    }

    .sec2 {
        height: auto !important;
        min-height: 0 !important;
        overflow: hidden !important;
    }

    .sec2 .section-content {
        height: auto !important;
    }

    .sec2 .row-formdangky {
        display: block !important;
        height: auto !important;
    }

    /* CỘT TRÁI */

    .sec2 .row-formdangky > .col:first-child {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
        overflow: hidden !important;
    }

    /* BỎ CẮT CHÉO */

    .sec2 .row-formdangky > .col:first-child::after {
        display: none !important;
    }

    /* TIÊU ĐỀ */

    .sec2 .row-formdangky > .col:first-child .col-inner {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 80px;
        height: auto;
        padding: 20px !important;
    }

    .sec2 .row-formdangky > .col:first-child h2 {
        font-size: 23px !important;
        text-align: center;
        white-space: normal;
    }

    /* CỘT FORM */

    .sec2 .row-formdangky > .col:nth-child(2) {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }

    .sec2 .row-formdangky > .col:nth-child(2) .col-inner {
        display: flex;
        align-items: center;
        height: auto;
        min-height: 0;
        padding: 25px 30px !important;
    }

    /* FORM DỌC */

    .sec2 .form-dang-ky-yeu-cau {
        display: flex;
        flex-direction: column;
        align-items: stretch;
       
    }

    /* INPUT */

    .sec2 .form-sdt {
        width: 100% !important;
        flex: 0 0 auto !important;
    }

    .sec2 .form-sdt .input-sdt {
        height: 64px !important;
        min-height: 64px !important;
        font-size: 17px !important;
    }

    /* BUTTON */

    .sec2 .form-submit {
        width: 100%;
        flex: 0 0 auto;
    }

    .sec2 .btn-dang-ky {
        height: 56px !important;
        min-height: 56px !important;
        font-size: 18px !important;
    }

}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}
@media(max-width:767px){
	.dich-vu-chinh-sach-breadcrumb {
        padding: 20px 15px 15px;
        font-size: 13px;
    }
    .dich-vu-chinh-sach-breadcrumb a,
    .dich-vu-chinh-sach-breadcrumb span {
        font-size: 13px;
    }
    .dich-vu-chinh-sach-breadcrumb .divider {
        margin: 0 6px;
    }
    .dich-vu-chinh-sach-header {
        padding: 20px 15px 10px;
    }
    .dich-vu-chinh-sach-title {
        font-size: 30px !important;
        line-height: 1.3;
        letter-spacing: -0.5px;
    }
    .dich-vu-chinh-sach-date {
        font-size: 12px;
    }
    .dich-vu-chinh-sach-content {
        padding: 0 15px 35px;
    }
    .dich-vu-chinh-sach-content-text p {
        font-size: 15px;
        line-height: 1.8;
    }
    .dich-vu-chinh-sach-toc {
        margin-bottom: 25px;
    }
    .dich-vu-chinh-sach-toc-header {
        padding: 10px;
        font-size: 16px;
    }
    .dich-vu-chinh-sach-toc-body {
        padding: 0 10px 10px;
    }
    .dich-vu-chinh-sach-toc-body li a {
        font-size: 14px;
    }
    .dich-vu-chinh-sach-content-text h2 {
        font-size: 24px;
    }
    .dich-vu-chinh-sach-content-text h3 {
        font-size: 20px;
    }
    .dich-vu-chinh-sach-content-text h4 {
        font-size: 18px;
    }
	.hl-thong-tin-header {
        display: flex;
        flex-wrap: wrap;
        padding: 0 15px;
    }
    /* TÊN XE */
    .hl-thong-tin-title {
        height: auto;
        padding: 20px 0 15px;
    }
    .hl-thong-tin-title h2 {
        font-size: 22px;
        white-space: normal;
    }
    /* TAB */
    .hl-thong-tin-tabs {
        justify-content: flex-start;
        height: 52px;
        overflow-x: auto;
    }
    .hl-thong-tin-tab {
        min-height: 52px;
        padding: 0 14px;
        font-size: 13px;
    }
    .hl-thong-tin-tab::after {
        left: 14px;
        right: 14px;
    }
    /* CONTENT */
    .hl-thong-tin-content {
        padding: 25px 0;
    }
    .hl-thong-tin-content-row {
        padding: 0 15px;
    }
    .hl-tab-content {
        font-size: 14px;
        line-height: 1.7;
    }
	
    .hl-banner-actions {
        position: relative;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .hl-banner-action {
        min-height: 52px;
        padding: 10px 8px;
        font-size: 12px;
        gap: 6px;
    }

    .hl-banner-icon {
        font-size: 16px;
    }
}



.entry-content {
  color: #212529;
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
}

.entry-content h2,
.entry-content h3,
.entry-content h4 {
  font-weight: 700;
  color: #333;
  margin-bottom: 15px;
  color: var(--primary-color);
}

.entry-content figure {
  background: #fff;
  border: 1px solid #f0f0f0;
  padding: 5px 3px 10px;
  text-align: center;
}

.entry-content h6 {
  font-size: 15px;
}

.entry-content h5 {
  font-size: 17px;
}

.entry-content h4 {
  font-size: 17px;
}

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

.entry-content h2 {
  font-size: 20px;
  line-height: 1.5;
}

.entry-content h1 {
  font-size: 25px;
  font-weight: 700;
  color: #333;
  margin-bottom: 15px;
}

.entry-content p {
  color: #333;
  margin-bottom: 15px;
  font-size: 16.5px;
  line-height: 1.6;
}

#content ul,
.entry-content ul {
  list-style: disc;
  padding-left: 20px;
  padding-bottom: 5px;
}

.entry-content ul li {
  color: #333;
  line-height: 1.5;
  margin-bottom: 10px;
  font-size: 16.5px;
}

.entry-content ul li a {
  color: #007bff;
}

#content ol,
.entry-content ol {
  list-style: decimal;
  padding-left: 18px;
  padding-bottom: 5px;
  font-size: 16.5px;
}

.entry-content ol li {
  color: #333;
  line-height: 1.5;
  margin-bottom: 10px;
  font-size: 16.5px;
}

.entry-content ol li a {
  color: #ff5912;
}

.entry-content a {
  font-weight: 700;
}

.entry-content blockquote {
  background: #f3f3f3;
  color: #868686;
  display: block;
  font-size: 16px;
  line-height: 23px;
  margin: 0 0 20px;
  padding: 15px 20px 15px 45px;
  position: relative;
  text-align: justify;
}

.entry-content blockquote p {
  margin-bottom: 0;
}

.entry-content blockquote:before {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 3px;
  background: var(--primary-color);
  content: "";
}

.entry-content code {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  font-size: 0.85rem;
  color: #e83e8c;
  font-size: 15px;
}
.entry-content > div{
  overflow: auto;
}
.entry-content table {
  width: 100%;
  height: auto;
  overflow: auto;
}

.entry-content table > tbody > tr > td,
.entry-content table > tbody > tr > th,
.entry-content table > tfoot > tr > td,
.entry-content table > tfoot > tr > th,
.entry-content table > thead > tr > td,
.entry-content table > thead > tr > th,
.term-description table > tbody > tr > td,
.term-description table > tbody > tr > th,
.term-description table > tfoot > tr > td,
.term-description table > tfoot > tr > th,
.term-description table > thead > tr > td,
.term-description table > thead > tr > th {
  border: 1px solid #ddd;
  padding: 7px 10px !important;
  font-size: 16.5px !important;
  width: auto !important;
}

.entry-content iframe {
  margin: auto;
}

.entry-content .syntaxhighlighter {
  padding: 10px 0;
}
