#ez-toc-container {
    width: 100% !important;
}

body {
    line-height: 1.5;
    font-size: 16px !important;
    font-family: 'Sarabun', sans-serif;
    font-weight: 400;
    color: #333;
}

.aligncenter {
    text-align: center
}

a {
    transition: color .3s, background-color .3s, border-color .3s;
}


/* mobile */

.nav>li.has-icon>a>i {
    font-size: 35px;
    color: var(--primary-color);
}


/* header */

.header-top {
    padding: 10px 0;
    background: #d42027;
    color: #fff;
    position: relative;
}

.text-top-bar,
.contact-top {
    font-size: 15px
}

.contact-top ul {
    display: flex;
    list-style: none;
}

.contact-top ul li {
    margin-bottom: 0;
    margin-right: 20px;
}

.contact-top ul li a {
    color: #fff
}

.fa-phone {
    transform: rotateZ(90deg)
}

.logo img {
    width: 160px;
}

.header-main .header-nav li {
    margin: 0 30px 0 0 !important
}

.header-nav li a {
    font-weight: 700;
    font-size: 18px;
    color: #333;
    text-transform: unset;
}

.header-nav li.current-menu-item>a,
.header-nav li:hover>a {
    color: var(--primary-color)
}

.header-nav li .nav-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    width: 250px;
    min-width: max-content;
    border-radius: 5px;
    box-shadow: 0 3px 5px 0 #9c9c9c44;
    transform: translateY(10px);
    transition: .3s;
    z-index: 999;
    padding: 0;
    border: none;
}

.header-nav li.current-dropdown>ul {
    transform: translateY(0);
}

.header-nav li ul li a {
    display: block;
    padding: 8px 15px;
}

.header-button a {
    padding: 0px 40px 0px 40px;
    color: #fff !important;
    font-weight: 400;
    background-color: var(--primary-color);
    border-radius: 23px;
    border: 1px solid var(--primary-color);
    box-shadow: 0 0 0 0 var(--primary-color);
    border: 2px solid transparent;
    animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    transition: all .5s;
    transform-origin: 50% 50%;
    animation: zoom 1.3s infinite;
    display: inline-block;
    text-transform: none;
}

.header-button a:hover {
    box-shadow: 0 0 0 0 var(--primary-color);
    animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    transition: all .5s;
    transform-origin: 50% 50%;
    animation: zoom 1.3s infinite;
    display: inline-block;
    text-transform: none;
    animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    transition: all .5s;
    transform-origin: 50% 50%;
    animation: zoom 1.3s infinite;
}

.header-bottom .flex-center {
    width: 100%;
}

.header-bottom-nav {
    display: inline-block;
}

.header-bottom {
    background: url(/wp-content/uploads/2023/08/bg-searchbanner.jpg) no-repeat top center;
    text-align: center;
    padding: 22px 0 27px;
    background-color: #d42027;
    position: relative;
    z-index: 9;
}

.header-bottom p {
    font-size: 28px;
    margin: 0 0 18px;
    color: #fff;
    line-height: 1.2;
}

.header-bottom p span {
    padding-left: 5px;
    font-weight: 100;
}

.d-none {
    display: none !important;
}

.d-block {
    display: block !important;
}

.header-bottom p i {
    margin-top: 6px;
    vertical-align: top;
}

.header-bottom p a {
    font-size: 28px;
    text-decoration: none;
    color: inherit;
    font-weight: bold;
}

.header-bottom p span {
    padding-left: 5px;
    font-weight: 100;
}

.header-bottom .nav li:last-child {
    margin: 0 128px !important;
}

.header-bottom-nav .header-search-form {
    position: relative;
    display: block;
}

.header-search-form input {
    height: 50px;
    background-color: #fff !important;
    outline: none;
    border-radius: 25px;
    font-size: 16px;
    box-shadow: none;
    border: none;
    width: 100%;
    padding: 0 30px 0 60px;
    position: relative;
}

.header-search-form .ux-search-submit {
    height: 50px;
    width: 60px;
    text-align: right;
    line-height: 50px;
    padding: 0;
    padding-right: 10px;
    font-size: 20px;
    color: #42464e;
    background: none;
    position: absolute;
    top: 0;
    left: 0;
    border: none;
    outline: none;
    cursor: pointer;
}


/* section1 */

.page-manual-document {
    padding-top: 48px !important;
    padding-bottom: 40px !important;
}

h1.section-title b {
    display: none;
}

h1.section-title {
    font-size: 28px;
    color: #42464e;
    font-weight: 400;
    margin: 0 0 39px;
    line-height: 1.2;
    position: relative;
    display: flex;
    border-bottom: none;
}

h1.section-title::before {
    content: "";
    width: 100%;
    left: 0;
    position: absolute;
    border-bottom: 1px solid #ebebeb;
    bottom: 8px;
    z-index: -1;
}

h1.section-title span {
    background: #fff;
    padding-right: 22px;
    position: relative;
    border-bottom: none;
    text-transform: unset;
}

.page-manual-document .item {
    text-align: center;
    background: #fff;
    border-radius: 5px;
    margin: 0 0 30px;
}

.page-manual-document .item p {
    display: none;
}

.page-manual-document .item:hover {
    box-shadow: 0px 1px 31.85px 3.15px rgba(10, 56, 95, 0.07);
}

.page-manual-document .item a {
    padding: 19px 14px 9px;
    display: block;
    color: #42464e;
    text-decoration: none;
}

.page-manual-document .item .icon {
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 21px;
}

.page-manual-document .item .icon img {
    height: 64px;
}

.page-manual-document .item h3 {
    font-size: 16px;
    color: #42464e;
    font-weight: 400;
    line-height: 1.3;
    height: 40px;
    overflow: hidden;
}


/* footer */

.footer-wrapper .img:first-child {
    z-index: 1;
}

.footer-wrapper .lg-white {
    position: absolute;
    left: -2px;
    z-index: 0;
    top: -1px;
}

.footer-wrapper .lg-white img {
    max-height: 58px;
    filter: brightness(0) invert(1);
}

footer {
    background: #1b1e2d;
    color: #fff;
}

.footer-wrapper .mid-footer {
    padding-top: 60px !important;
    padding-bottom: 30px !important;
}

.footer-wrapper h3 {
    font-size: 18px
}

.footer-wrapper .mid-footer img {
    max-height: 58px;
}

.mid-footer p {
    font-size: 18px;
    color: #9f9f9f;
    font-weight: 500;
}

.list-footer-icon-title {
    color: #fff;
    font-size: 20px;
    margin-top: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

.list-footer-icon ul {
    display: flex;
    list-style: none;
}

.list-footer-icon ul li:first-child {
    margin-left: 0
}

.list-footer-icon a i {
    border-radius: 50%;
    background: #fff;
    color: #333;
    font-size: 24px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.list-footer-icon a:hover i {
    background: var(--primary-color);
    color: #fff;
}

.mid-footer .ux-menu .ux-menu-link__link .ux-menu-link__text {
    display: block;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
}

.mid-footer .ux-menu .ux-menu-link__link {
    color: #9d9d9d;
    padding: 0;
}

.mid-footer .ux-menu .ux-menu-link__link:hover,
.bottom-footer .footer_list li p a:hover {
    color: var(--primary-color)
}

.footer-wrapper .bottom-footer {
    border-top: 1px solid rgba(187, 187, 187, .1);
    border-bottom: 1px solid rgba(187, 187, 187, .1);
    padding-top: 42px !important;
    padding-bottom: 35px !important;
}

.bottom-footer .footer_list li {
    display: flex;
    list-style: none;
    margin-left: 0;
    margin-bottom: 0;
}

.bottom-footer .footer_list li p {
    color: #9f9f9f
}

.bottom-footer .footer_list li p a {
    color: #9d9d9d;
    margin-bottom: 8px;
    margin-top: 0;
    padding: 0;
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
}

.bottom-footer .footer_list li i {
    position: relative;
    top: 5px;
    margin-right: 5px;
    width: 20px;
    min-width: 20px;
    color: #9f9f9f;
    transform: unset;
}

.footer-primary {
    max-width: 60%;
    padding: 7.5px 0;
}

.footer-primary .copyright-footer {
    font-weight: 700;
    font-size: 11px;
    color: #9d9d9d;
}

.footer-secondary .list-footer-icon {
    border-bottom: none;
    margin-bottom: 0;
}

.footer-secondary .list-footer-icon li {
    list-style: none;
    display: inline-block;
    margin-bottom: 0
}

.footer-secondary .list-footer-icon li a img {
    max-height: 35px
}

.footer-wrapper .mid-footer {
    padding-top: 60px !important;
    padding-bottom: 30px !important;
}

.footer-wrapper .bottom-footer {
    border-top: 1px solid rgba(187, 187, 187, .1);
    border-bottom: 1px solid rgba(187, 187, 187, .1);
    padding-top: 42px !important;
    padding-bottom: 35px !important;
}


/* thiet-lap-ban-dau */

.blog-single .list-tag {
    margin-bottom: 10px;
}

.blog-single .list-tag a {
    background-color: #eee;
    color: #666;
    text-shadow: none;
    font-size: 14px;
    margin-right: 5px;
    padding: 1px 10px;
    line-height: 23px;
    font-weight: 400;
    text-transform: uppercase;
    border-radius: 16px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 6px;
    text-decoration: none;
}

.blog-single .entry-header-text {
    text-align: left;
    padding: 0;
}

.blog-single .entry-header-text h1 {
    font-size: 28px;
    color: #42464e;
    margin-top: 0px;
    margin-bottom: 20px;
    font-weight: 400;
    line-height: 1.3;
}

.blog-single .single-page {
    padding-top: 0;
}

.blog-single .content-layout {
    font-size: 15px;
    color: #42464e;
}

.blog-single .content-layout a:not([id]) {
    border-bottom: 1px solid #0d70bd;
    color: #42464e;
    text-decoration: none;
}

.blog-single .content-layout p {
    margin-bottom: 15px;
}

.blog-single .content-layout ol {
    margin: 0 0 15px;
    padding: 0 0 0 48px;
    list-style: decimal;
}

.blog-single .content-layout ul {
    margin: 0 0 15px;
    padding: 0 0 0 48px;
    list-style: disc;
}

.blog-single .content-layout .caution {
    border: 1px dashed #96a1ad;
    background: #f7f8f9;
    padding: 16px 28px 18px;
    margin-bottom: 24px;
}

.blog-single .content-layout .caution-title {
    font-size: 18px;
    font-weight: bold;
    color: #647382;
    padding-bottom: 3px;
}

.blog-single .content-layout .caution .icon-bell {
    width: 100%;
    height: 24px;
    background: url(/supportHazowebsite/wp-content/uploads/2023/08/icon-bell.png) no-repeat left center;
}

.blog-single .content-layout .caution-content a {
    color: #0088ff;
    text-decoration: none;
}

.post-sidebar .widget-title {
    background: var(--primary-color);
    padding: 12px 0 12px 15px;
    display: block;
    color: #fff;
}

.post-sidebar .widget-title::before {
    content: '';
    width: 30px;
    height: 31px;
    background: url(/wp-content/uploads/2023/08/icon-related.png) no-repeat left;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.is-divider {
    display: none;
}

.post-sidebar .widget-area {
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0px 3px 27px 0px rgba(0, 0, 0, 0.05);
}

.post-sidebar ul {
    padding: 5px 15px;
    list-style: none;
}

.post-sidebar ul li {
    position: relative;
    font-size: 15px;
    color: #42464e;
    line-height: 1.4;
    padding: 12px 0 11px 35px;
    margin: 0;
    border-top: none !important;
}

.post-sidebar ul li:before {
    content: "1";
    width: 26px;
    height: 26px;
    position: absolute;
    left: 0;
    top: 10px;
    background: var(--primary-color);
    border-radius: 50%;
    font-size: 16px;
    color: #fff;
    line-height: 26px;
    text-align: center;
    opacity: 1;
}

.post-sidebar ul li:nth-child(2):before {
    content: "2";
}

.post-sidebar ul li:nth-child(3):before {
    content: "3";
}

.post-sidebar ul li:nth-child(4):before {
    content: "4";
}

.post-sidebar ul li:nth-child(5):before {
    content: "5";
}

.post-sidebar ul li:nth-child(6):before {
    content: "6";
}

.post-sidebar ul li:nth-child(7):before {
    content: "7";
}

.post-sidebar ul li:nth-child(8):before {
    content: "8";
}

.post-sidebar ul li:nth-child(9):before {
    content: "9";
}

.post-sidebar ul li:nth-child(10):before {
    content: "10";
}

.post-sidebar ul li:nth-child(11):before {
    content: "11";
}

.post-sidebar ul li:nth-child(12):before {
    content: "12";
}

.post-sidebar ul li:nth-child(13):before {
    content: "13";
}

.post-sidebar ul li:nth-child(14):before {
    content: "14";
}

.post-sidebar ul li:nth-child(15):before {
    content: "15";
}

.post-sidebar ul li a {
    padding: 0;
}

.post-sidebar ul li a.active {
    color: var(--primary-color);
}

.sticky .col-inner {
    position: sticky;
    top: 120px;
}

.menu-menu-video-container {
    border-top: 1px solid #dfe3e8;
    margin-top: 13px;
}

.menu-menu-video-container ul {
    border-right: 1px solid #dfe3e8;
}

.menu-menu-video-container ul li {
    border-top: 0 !important;
}

.menu-menu-video-container ul li a {
    font-size: 15px;
    display: block;
    line-height: 1.4;
    padding: 6px;
    padding-left: 21px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menu-menu-video-container ul li a i {
    display: none;
}

.menu-menu-video-container ul .current-menu-item a {
    background: #0d70bd;
    font-weight: bold;
    color: #fff !important;
}

.menu-menu-video-container ul .current-menu-item a i {
    display: block !important;
}

.video-item .ez-toc-counter {
    display: none !important;
}

.video-item br {
    display: none;
}

.video-item {
    text-align: center;
    margin: 13px 0px 20px;
}

.video-item a {
    display: block;
    position: relative;
}

.video-item a .play {
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
    border-radius: 50%;
    position: absolute;
    font-size: 30px;
    color: #fff;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    opacity: 0.9;
    line-height: 47px;
    padding-left: 5px;
    text-align: center;
    align-items: center;
    display: inline-grid;
}

.video-item h3 {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding: 13px 0px 20px;
    margin: 0;
    color: #0087ff;
}

.video-item h3 a {
    color: #000;
    text-decoration: none;
    font-weight: bold;
}

.video-huong-dan .col {
    padding-bottom: 0 !important;
}

.video-wrap {
    padding: 50px 0;
}

span.ux-relay__result-count {
    display: none;
}

button.ux-relay__button {
    border-radius: 10px;
    text-transform: none;
}

.box-video .box-image {
    border-radius: 10px;
    overflow: hidden;
}

.box-video a {
    display: block;
}

.box-video .post-title {
    text-align: center;
    font-size: 18px;
    display: block;
    transition: all 0.3s ease-in-out;
}

.box-video:hover .post-title {
    color: var(--primary-color);
}

@media (max-width: 768px) {
    .small-6 {
        flex-basis: 50%;
        max-width: 50%;
    }

    .mid-footer .col {
        flex-basis: 100%;
        max-width: 100%;
    }
}

@media(min-width: 768px) and (max-width: 1200px) {
    .medium-2 {
        flex-basis: 25%;
        max-width: 25%;
    }
}

@media(min-width: 768px) and (max-width: 992px) {

    .container,
    .row {
        max-width: 720px !important;
    }
}

@media (min-width: 1200px) {
    .large-2 {
        flex-basis: 16.6666666667%;
        max-width: 16.6666666667%;
    }
}

@media (max-width: 1200px) {
    .header-main .header-nav li {
        margin: 0 18px 0 0 !important;
    }

    .header-main .header-nav li a {
        font-size: 16px;
    }

    .header-button a {
        padding: 0 15px 0 15px;
    }

    .blog-single .large-9,
    .blog-single .large-3 {
        flex-basis: 100%;
        max-width: 100%;
    }
}

@media (max-width: 992px) {
    .logo-left .logo {
        position: absolute;
    }

    .page-manual-document {
        padding-bottom: 10px !important;
    }

    .header-main .show-for-medium {
        display: block !important;
    }

    .header-main .hide-for-medium {
        display: none !important;
    }

    .video-huong-dan .large-4 {
        max-width: 50%;
        flex-basis: 50%;
    }
}

@media (min-width: 992px) {
    .d-lg-inline-block {
        display: inline-block !important;
    }

    .d-lg-none {
        display: none !important;
    }
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }
}

@media (max-width: 576px) {
    .video-huong-dan .large-4 {
        max-width: 100%;
        flex-basis: 100%;
    }
}

@media only screen and (max-width: 48em) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/
}