::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-thumb {
    background-color: #aaa;
}

::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}

.absolute-footer, html {
    background-color: #fff !important;
}

:root {
    --primary-color2: #F8FAFC;
    --primary-color3: #1E293B;
    --color-gray: #111;
    --color-dark: #111;
    --text-banner: #d8e3fb;
    --secondary: #E11D24;
}

#wrapper, #main {
    background: #fff !important;
}

ul, li {
    margin-bottom: 0px !important;
}

.row-0 {
    padding: 0px 0px !important;
}

.pd-0 {
    padding: 0px !important;
}

.row-5 {
    padding: 0px 10px !important;
}

.pd-5 {
    padding: 0px 5px 8px 5px !important;
}

.row-10 {
    padding: 0px 8px !important;
}

.pd-10 {
    padding: 0px 7px 14px 7px !important;
}

.pd-35 {
    padding: 0px 35px 20px 35px !important;
}

.row-7 {
    padding: 0px 7px !important;
}

.pd-7 {
    padding: 0px 7px 7px 7px !important;
}

.noPadding {
    padding-bottom: 0px !important;
}

.mr-1 {
    margin-right: 10px !important;
}

.mr-2 {
    margin-right: 20px;
}

.mr-3 {
    margin-right: 30px;
}

.mr-4 {
    margin-right: 40px;
}

.mr-4 {
    margin-right: 50px;
}

.ml-1 {
    margin-left: 10px;
}

.ml-2 {
    margin-left: 20px;
}

.ml-3 {
    margin-left: 30px;
}

.ml-4 {
    margin-left: 40px;
}

.mt-1 {
    margin-top: 10px;
}

.mt-2 {
    margin-top: 20px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-5 {
    margin-top: 50px;
}

.mb-1 {
    margin-bottom: 10px !important;
}

.mb-2 {
    margin-bottom: 20px !important;
}

.mb-3 {
    margin-bottom: 30px;
}

.mb-4 {
    margin-bottom: 40px;
}

.mb-5 {
    margin-bottom: 50px;
}

.button_style {
    background-color: var(--primary-color) !important;
    color: #fff !important;
    text-align: center;
    padding: 8px 20px !important;
    font-size: 15px !important;
    display: inline-block !important;
    position: relative;
    text-transform: unset !important;
    overflow: hidden !important;
    z-index: 9 !important;
    transition: 0.3s all !important;
    box-shadow: unset !important;
    border-radius: 5px !important;
}

.button_style:hover {
    box-shadow: 0px 4px 19.2px 0px rgba(0, 0, 0, 0.09) !important;
    background: #E11D24 !important;
    color: var(--primary-color2) !important;
}

.button_radius_5 {
    border-radius: 3px !important;
}

.button_outline {
    border: 1px solid #fff !important;
    color: #fff !important;
    text-align: center;
    padding: 8px 20px !important;
    font-size: 15px !important;
    display: inline-block !important;
    position: relative;
    text-transform: unset !important;
    overflow: hidden !important;
    z-index: 9 !important;
    transition: 0.3s all !important;
    box-shadow: unset !important;
}

.button_outline_primary {
    border: 1px solid var(--primary-color) !important;
    color: var(--primary-color) !important;
    text-align: center;
    padding: 8px 20px !important;
    font-size: 15px !important;
    display: inline-block !important;
    position: relative;
    text-transform: unset !important;
    overflow: hidden !important;
    z-index: 9 !important;
    transition: 0.3s all !important;
    box-shadow: unset !important;
}

.button_outline_primary:hover {
    color: #fff !important;
}

.button .icon-angle-right:before {
    content: '\f061' !important;
    font-family: "Font Awesome 6 Pro";
}

/*home title*/
.home-title h3 {
    font-size: 38px;
    line-height: 44px;
    position: relative;
    margin-bottom: 15px;
}

.home-title h3:after {
    content: '';
    position: absolute;
    height: 3px;
    width: 80px;
    background: var(--primary-color);
    left: 0;
    bottom: -15px;
}

.home-title.text-center h3:after {
    left: 50%;
    transform: translateX(-50%);
}

/*dvi category*/
.dvi-category {
    box-shadow: 0px 0px 4px 0px #00000040;
    border-radius: 15px;
    overflow: hidden;
    transition: 0.3s ease-in-out;
}

.dvi-category .dvi-category-thumbnail {
    width: 100%;
    aspect-ratio: 4 / 3;
}

.dvi-category .dvi-category-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dvi-category .dvi-category-title {
    padding: 20px;
}

.dvi-category .dvi-category-title a {
    text-align: center;
    display: block;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
}

.dvi-category:hover {
    transition: 0.3s ease-in-out;
    transform: translateY(-5px);
}

.dvi-category:hover .dvi-category-title a {
    color: var(--primary-color)
}

/*aplication*/
.application-item {
    box-shadow: 0px 0px 4px 0px #00000040;
    border-radius: 15px;
    overflow: hidden;
    transition: 0.3s ease-in-out;
    display: flex;
    flex-flow: wrap;
    align-items: center;
}

.application-item:hover {
    transition: 0.3s ease-in-out;
    transform: translateY(-5px);
}

.application-item .application-thumbnail {
    width: 200px;
    aspect-ratio: 3 / 4;
}

.application-item .application-thumbnail img {
    width: 100%;
    height: 100%;
}

.application-item .application-content {
    width: calc(100% - 200px);
    padding-left: 15px;
    display: flex;
    flex-flow: column;
    gap: 15px;
}

.application-item .application-content .application-title a {
    font-size: 22px;
    line-height: 28px;
    font-weight: 700;
    margin: 0 0 15px 0;
}

.application-item .application-excerpt {
    font-size: 15px;
    line-height: 22px;
    color: gray;
}

.application-item .application-content .application-title a:hover {
    color: var(--primary-color)
}

.application-item .application-readmore a {
    color: var(--primary-color);
    font-size: 20px;
}

/**header**/
i.icon-search:before {
    content: '\f002';
    font-family: "Font Awesome 6 Pro";
    color: #000 !important;
    font-size: 16px;
}

div#masthead .header-language-dropdown {
    margin-right: 20px !important;
}

div#masthead .header-language-dropdown a {
    font-weight: 700 !important;
    font-size: 16px;
    color: #000 !important;
    display: flex;
    gap: 5px;
    align-items: center;
    padding: 0;
}

div#masthead .header-language-dropdown a img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.nav-right li.current-dropdown:last-child > .nav-dropdown, .nav-right li.has-dropdown:hover:last-child > .nav-dropdown {
    padding: 5px 0 !important;
}

.header-language-dropdown ul.nav-dropdown.nav-dropdown-default {
    border: 0 !important;
    box-shadow: rgba(0, 0, 0, 0.04) 0px 10px 20px, rgba(0, 0, 0, 0.04) 0px 2px 6px, rgba(0, 0, 0, 0.04) 0px 0px 1px !important;
    padding: 8px 0 !important;
}

div#masthead ul.nav-dropdown li {
    padding: 0 !important;
    border: 0px !important;
}

div#masthead ul.nav-dropdown li a {
    padding: 12px 16px !important;
    font-weight: 300 !important;
    font-size: 15px !important;
    border: 0px !important;
}

div#masthead ul.nav-dropdown li a:hover {
    background-color: rgb(244, 244, 246) !important;
    box-shadow: none;
    border-bottom: none !important;
}

div#masthead li.header-search {
    margin-right: 20px !important;
}

div#masthead li.html.custom.html_topbar_left {
    margin: 0;
}

div#masthead li.header-search a {
    padding: 0px !important;
}

div#masthead ul.header-nav.header-nav-main.nav.nav-right.nav-uppercase {
    display: flex !important;
    align-items: center;
    justify-content: end;
}

div#masthead {
    border-bottom: 1px solid #f2f2f2;
}

.h-100 .col-inner {
    height: 100% !important;
    min-height: 100% !important;
}

/**menu**/
div#mega-menu-wrap-primary {
    width: 100%;
}

div#mega-menu-wrap-primary ul li {
    padding: 0 10px !important;
}

div#mega-menu-wrap-primary ul {
    display: flex !important;
    flex-flow: wrap;
    justify-content: center;
}

div#mega-menu-wrap-primary ul li a {
    color: #1E293B !important;
    font-weight: 700 !important;
    padding: 0 !important;
    text-transform: unset !important;
    font-size: 15px !important;
    text-align: center !important;
    display: flex !important;
    align-items: center;
}

div#mega-menu-wrap-primary ul li a:before {
    content: '' !important;
    background: var(--primary-color) !important;
    width: 100% !important;
    height: 2px !important;
    position: absolute !important;
    left: 0;
    bottom: 0;
    display: none !important;
}

div#mega-menu-wrap-primary ul li a:hover {
    color: var(--primary-color) !important;
}

div#mega-menu-wrap-primary ul li a:hover:before {
    display: block !important;
}

div#mega-menu-wrap-primary ul li.mega-current-menu-item a {
    color: var(--primary-color) !important;
}

div#mega-menu-wrap-primary ul li.mega-current-menu-item a:before {
    display: block !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
    box-shadow: rgba(0, 0, 0, 0.04) 0px 10px 20px, rgba(0, 0, 0, 0.04) 0px 2px 6px, rgba(0, 0, 0, 0.04) 0px 0px 1px !important;
    display: block !important;
    padding: 8px 0px !important;
    background: #fff !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li {
    padding: 0 !important;
    border: 0px !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    height: unset !important;
    padding: 12px 16px !important;
    display: block !important;
    -webkit-transition: .4s;
    transition: .4s;
    font-size: 15px !important;
    line-height: 24px !important;
    color: var(--color-gray) !important;
    text-transform: unset !important;
    background: #fff !important;
    text-align: left !important;
    font-weight: 300 !important;
    border-color: transparent !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover {
    background-color: rgb(244, 244, 246) !important;
    box-shadow: none;
    border-bottom: none !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover:before {
    display: none !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li a.mega-menu-link:before {
    display: none !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    color: var(--color-gray) !important;
    margin-bottom: 10px !important;
    text-align: left !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link {
    color: var(--color-gray) !important;
    text-transform: unset !important;
    font-size: 14px !important;
    text-align: left !important;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
    padding: 0px !important;
    text-align: left !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover {
    color: var(--primary-color) !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
    background: #fff !important;
    box-shadow: 0px 0px 16px rgb(0 0 0 / 10%);
    padding: 15px !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li {
    padding: 0 !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    color: var(--primary-color) !important;
    font-weight: 700 !important;
    margin-bottom: 0px !important;
    text-align: left !important;
    padding-bottom: 5px !important;
    padding-left: 0px !important;
    border-bottom: 0 !important;
}

/*banner*/
.banner_hero .overlay {
    background-color: transparent !important;
    background-image: linear-gradient(to right, #111c2d, rgb(17 28 45/0.8), transparent) !important;
}

.banner_hero_text h3 {
    font-size: 48px !important;
    line-height: 1.2 !important;
    letter-spacing: -0.02em !important;
    font-weight: 800 !important;
}

.banner_hero_text p {
    color: #f1f1f1;
    font-size: 18px;
}

.dvi-images {
    border-radius: 5px !important;
    overflow: hidden !important;
}

.absolute-footer.dark {
    display: none !important;
}

.button_hotline {
    padding: 0 20px !important;
    height: 35px !important;
    line-height: 35px !important;
}

/*abouts*/
.dvi-abouts .dvi-abouts-heading h3 {
    font-size: 38px;
    line-height: 48px;
    font-weight: 800;
    color: #000a38;
}

.dvi-abouts .dvi-abouts-heading .dvi-subtitle {
    font-size: 20px;
    text-transform: uppercase;
    margin: 0 0 10px 0;
    color: var(--primary-color);
    font-weight: 600;
}

.dvi-abouts .dvi-abouts-content p, .dvi-abouts .dvi-abouts-content {
    font-size: 16px;
    line-height: 25px;
}

.dvi-abouts .dvi-abouts-content ul {
    padding: 0 !important;
}

.dvi-abouts .dvi-abouts-content ul li {
    list-style: none;
    padding: 0 !important;
    margin-left: 0 !important;
    margin-bottom: 10px !important;
}

.dvi-abouts .dvi-abouts-content ul li i {
    color: var(--primary-color)
}

/*service*/
.dvi-service .icon-box-img {
    margin-bottom: 5px !important;
}

.dvi-service .dvi-service-title {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
}

/**widget**/
.widget {
    width: 100%;
    box-shadow: 0px 0px 4px 0px #00000040;
    border-radius: 10px !important;
    border: 1px solid rgba(193 199 211);
}

.document-download-card {
    position: relative;
    overflow: hidden;
    padding: 24px;
    border-radius: 12px;
    background-color: #f7f8fc;
}

.document-download-content {
    position: relative;
    z-index: 10;
}

.document-download-title {
    margin: 0 0 8px;
    color: var(--primary-color);
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
}

.document-download-description {
    margin: 0 0 16px;
    color: #656b7a;
    font-size: 14px;
    line-height: 1.6;
}

.document-download-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 16px;
    border-radius: 4px;
    background-color: var(--primary-color);
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    text-decoration: none;
    transition: background-color 0.25s ease,
    transform 0.25s ease;
}

.document-download-button:hover {
    box-shadow: 0px 4px 19.2px 0px rgba(0, 0, 0, 0.09) !important;
    background: #E11D24 !important;
    color: var(--primary-color2) !important;
}

.document-download-icon {
    position: absolute;
    right: -16px;
    bottom: -16px;
    color: rgba(31, 107, 255, 0.1);
    font-size: 96px;
    transition: transform 0.3s ease;
    pointer-events: none;
}

.document-download-card:hover .document-download-icon {
    transform: scale(1.1);
}

.widget-title, span.widget-title, h4.filter-title, .widgettitle {
    background: var(--primary-color);
    font-size: 18px !important;
    line-height: 32px !important;
    position: relative !important;
    margin: 0;
    width: 100% !important;
    display: block;
    font-weight: bold !important;
    border-radius: 10px 10px 0 0;
    color: #fff;
    padding: 10px;
}

.is-divider.small {
    display: none;
}

.widget-category ul li a {
    color: #333;
    font-size: 15px;
}

.widget-category ul li a:hover {
    color: var(--primary-color)
}

.widget-post-list .widget-post-item {
    width: 100%;
    margin-bottom: 25px;
}

.widget-post-list .widget-post-item:last-child {
    margin: 0;
}

.widget-post-list .widget-post-item {
    display: flex;
    flex-flow: wrap;
}

.widget_categories ul li {
    padding: 5px 10px;
    display: flex;
    justify-content: space-between;
}

.widget_categories ul li.active a, .widget_categories ul li.active {
    color: var(--primary-color) !important;
}

.widget-post-list .widget-post-item .widget-post-thumbnail {
    width: 100px;
    height: 80px;
}

.widget-post-list .widget-post-item .widget-post-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.widget-post-list .widget-post-item .widget-post-content {
    width: calc(100% - 120px);
    padding: 0 0 0 10px;
}

.widget-post-list .widget-post-item .widget-post-content .widget-post-title a {
    display: inline-block;
    color: #000;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: left;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 10px;
}

.widget-post-list .widget-post-item .widget-post-content .widget-post-title a:hover {
    color: var(--primary-color);
}

.widget-post-list .widget-post-item .widget-post-content .product-price {
    font-size: 13px;
}

.widget-post-list .widget-post-item .widget-post-content .product-price ins span {
    color: var(--primary-color) !important;
}

.widget-post-list .widget-post-desc {
    color: rgba(151, 149, 143);
    font-size: 0.75rem;
    line-height: 1rem;
    margin: 10px 0 0 0;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.widget-post-list .widget-post-meta {
    font-size: 14px;
    color: #848382;
    line-height: 22px;
}

.widget_nav_menu ul li {
    border: 0px !important;
}

.widget_nav_menu ul li a {
    position: relative;
    padding: 0 0 0 15px !important;
    margin-bottom: 8px !important;
}

.widget_nav_menu ul li a:before {
    content: '';
    width: 5px;
    height: 5px;
    background: #000;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.widget-form-register {
    padding: 0 20px;
}

.widget-form-register h4 {
    font-size: 20px;
    line-height: 22px;
    font-weight: 600;
    margin-bottom: 10px;
}

.widget-form-register p {
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 10px 0 !important;
}

.input_register {
    box-shadow: unset !important;
    border-radius: 5px !important;
    height: 45px !important;
    margin: 0 !important;
}

.button_register {
    background: var(--primary-color);
    border-radius: 5px !important;
    height: 45px !important;
    line-height: 45px !important;
    text-transform: unset !important;
    font-size: 16px !important;
    width: 100% !important;
    margin: 0 !important;
}

.button_register:hover {
    box-shadow: 0px 4px 19.2px 0px rgba(0, 0, 0, 0.09) !important;
    background: #E11D24 !important;
    color: var(--primary-color2) !important;
}

.widget-form-register .form-group {
    margin-bottom: 10px !important;
}

.widget-form-register .form-group p {
    margin: 0 !important;
}

.widget-form-register__privacy p {
    margin: 0 !important;
    text-align: center;
    font-size: 12px;
}

/**pagination**/
.pagination {
    width: 100%;
    display: inline-block;
}

.pagination ul li {
    margin: 0 3px !important;
}

.pagination ul li a, .pagination ul li span {
    color: var(--color-gray);
    display: block;
    max-width: 40px !important;
    height: 40px;
    padding: 0px;
    line-height: 40px;
    font-weight: normal;
    position: relative;
    text-align: center;
    width: 40px !important;
    min-width: 40px;
    border: 1px solid #f2f2f2;
    border-radius: 3px;
    background-color: rgb(249 249 255);
}

.pagination ul li a:hover, .pagination ul li span:hover {
    color: #fff;
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color)
}

.pagination ul li span.page-number.current {
    color: #fff;
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color)
}

/**alert**/
.alert {
    position: relative;
    padding: 10px;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.alert-primary {
    color: #084298;
    background-color: #cfe2ff;
    border-color: #b6d4fe;
}

.alert-secondary {
    color: #41464b;
    background-color: #e2e3e5;
    border-color: #d3d6d8;
}

.alert-success {
    color: #0f5132 !important;
    background-color: #d1e7dd !important;;
    border-color: #badbcc !important;;
}

.alert-danger {
    color: #842029 !important;
    background-color: #f8d7da !important;
    border-color: #f5c2c7 !important;
}

.alert-warning {
    color: #664d03;
    background-color: #fff3cd;
    border-color: #ffecb5;
}

.alert-info {
    color: #055160;
    background-color: #cff4fc;
    border-color: #b6effb;
}

.alert-light {
    color: #636464;
    background-color: #fefefe;
    border-color: #fdfdfe;
}

.alert-dark {
    color: #141619;
    background-color: #d3d3d4;
    border-color: #bcbebf;
}

/**slide**/
.swiper-container {
    position: relative;
}

.swiper {
    overflow: hidden;
    padding: 20px 0;
    margin: -20px 0;
}

body .swiper-button-next, body .swiper-button-prev {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    border: 1px solid var(--primary-color);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: .3s;
    transition: .3s;
    transform: translateY(-50%) !important;
    top: 50% !important;
    border-radius: 50% !important;
    color: var(--primary-color) !important;
    margin: 0;
    background: #fff;
}

body .swiper-button-prev.swiper-button-disabled,
body .swiper-button-next.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none;
}

body .swiper-button-next:after, body .swiper-button-prev:after {
    content: '' !important;
    font-size: 18px;
    color: var(--primary-color);
}

body .swiper-button-next {
    right: -50px;
}

body .swiper-button-prev {
    left: -50px;
}

body .swiper-button-next:after, body .swiper-button-prev:after {
    display: none !important;
}

body .swiper-button-next i, body .swiper-button-prev i {
    color: var(--primary-color) !important;
}

body .swiper-button-next img, body .swiper-button-prev img {
    width: 15px;
    height: 15px;
    object-fit: contain;
}

body .swiper-button-next:hover, body .swiper-button-prev:hover {
    background: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
}

body .swiper-button-next:hover i, body .swiper-button-prev:hover i {
    color: #fff !important;
}

/**category**/
.category-description {
    font-size: 16px;
    margin-top: 30px;
}

.entry-content {
    padding: 0 !important;
    font-size: 16px;
    color: rgba(0, 0, 0, 1);
}

.category-description p
.category-description ul li,
.category-description ol li,
.entry-content p,
.entry-content ul li,
.entry-content ol li {
    margin: 0 0 10px 0 !important;
}

.category-description ul,
.category-description ol,
.entry-content ul,
.entry-content ol {
    margin-left: 15px !important;
}

.category-description table,
.category-description table tr td,
.entry-content table,
.entry-content tr td {
    border-collapse: collapse;
    border: 1px solid #3333;
}

.category-description table tr td,
.category-description table tr th,
.entry-content tr td,
.entry-content tr th {
    padding: 10px;
    color: #333 !important;
}

.entry-content a, .category-description a {
    color: var(--primary-color) !important;
}

/**product-item**/
.product-slide .product-small.col {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.product-small .product-small.box {
    box-shadow: 0px 0px 4px 0px #00000040;
    padding-bottom: 0;
    border-radius: 15px;
    transition: 0.3s ease-in-out;
    background: #fff;
    height: 100%;
}

.product-small .product-small.box:hover {
    transition: 0.3s ease-in-out;
    box-shadow: 0 1px 3px -2px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
}

.swiper-product-pdf .swiper-wrapper {
    padding: 20px 0;
}

p.name.product-title.woocommerce-loop-product__title a {
    font-size: 18px;
    font-weight: 800;
    line-height: 26px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: var(--primary-color) !important;
    height: 50px;
}

.product-small .box-image {
    border: 1px solid #e5e5e5;
    border-radius: 15px 15px 0 0;
}

p.name.product-title.woocommerce-loop-product__title a:hover {
    color: #d80000;
}

.product-small.col .box-text {
    padding: 15px;
}

.product-small .price ins bdi {
    color: #d80000;
    font-size: 16px
}

.product-small .price del {
    font-size: 16px;
    margin-left: 5px;
}

.product-small .box-image::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.product-small .box-image:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}

.product-small .badge-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
    margin: 4px 0;
}

.product-small .badge-row__label {
    font-size: 15px;
    font-weight: 600;
    color: #000;
    white-space: nowrap;
}

.product-small .badge-group {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 4px;
}

.product-small .badge {
    display: inline-block;
    padding: 2px 8px;
    font-size: 14px;
    border-radius: 5px;
    border: 1px solid #0066b3;
    background: #e6f0fa;
    color: #0066b3;
    text-decoration: none;
    width: auto !important;
    height: auto !important;
}

.product-small.col .box-text .price-wrapper a {
    font-weight: 700;
    color: var(--primary-color);
    margin: 10px 0 0 0;
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

.product-small .badge-container.absolute.left.top.z-1 .onsale {
    background: #0000 radial-gradient(circle, #fb7a01, #fea914) repeat scroll 0 0 !important;
    border-radius: 0 10px 10px 0;
    padding: 0 15px 0 10px;
    margin: 0;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    font-size: 110%;
    font-weight: 500;
    color: #fff;
}

.product-small .button_counter {
    font-size: 15px;
    height: 36px;
    line-height: 35px;
    text-align: center;
    width: 100%;
    background: #0c673c;
    border-radius: 0 0 0 6px;
    color: #fff;
}

.product-small .button_store a {
    font-size: 15px;
    height: 36px;
    line-height: 35px;
    text-align: center;
    width: 100%;
    background: var(--primary-color);
    border-radius: 0 0 6px 0;
    color: #fff;
    display: block;
    font-weight: 500;
}

/**post item**/
.post-item {
    width: 100%;
    transition: 0.3s all;
    box-shadow: 0px 0px 4px 0px #00000040;
    border-radius: 15px;
}

.post-item:hover {
    transition: 0.3s all;
    transform: translateY(-5px);
}

.post-item .post-thumbnail {
    aspect-ratio: 4/3;
    position: relative;
    overflow: hidden;
    transition: 0.3s all;
    border-radius: 15px 15px 0 0;
}

.post-item .post-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.post-item .post-content {
    padding: 15px;
    display: flex;
    flex-flow: column;
    gap: 10px;
}

.post-item .post-content .post-title a {
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: var(--color-gray);
    height: 53px;
}

.post-item .post-content .post-title a:hover {
    color: var(--primary-color);
}

.post-item .post-content .post-readmore a {
    color: var(--primary-color);
    font-size: 15px;
    font-weight: 700;
    transition: 0.3s all;
}

.post-item .post-content .post-readmore a i {
    margin-left: 5px;
}

.post-item:hover .post-content .post-readmore a i {
    transition: 0.3s all;
    transform: translateX(5px);
}

.post-item .post-content .post-excerpt {
    font-size: 14px;
    line-height: 20px;
    font-weight: 200;
    color: rgb(65 71 81);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.post-item .post-meta {
    position: relative;
    font-size: 14px;
    font-weight: 500;
    color: var(--color-gray);
    list-style: none;
}

/**post large**/
.post-large {
    width: 100%;
    border-radius: 16px;
    background: #fff;
    transition: 0.3s ease-in-out;
}

.post-large .post-thumbnail {
    width: 100%;
    height: 320px;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    transition: 0.3s ease-in-out;
}

.post-large .post-thumbnail img {
    width: 100%;
    height: 100%;
    transition: 0.3s ease-in-out;
    object-fit: cover;
    border-radius: 16px;
}

.post-large:hover .post-thumbnail img {
    transition: 0.3s ease-in-out;
    transform: scale(1.1);
}

.post-large .post-content {
    padding: 15px 0 0 0;
}

.post-large .post-content .post-title a {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: var(--color-dark);
}

.post-large .post-content .post-title a:hover {
    color: #ff3333;
}

.post-large .post-content .post-desc {
    font-size: 14px;
    font-weight: 400;
    color: rgba(0, 0, 0, .6);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin: 10px 0 0 0;
}

/**post small**/
.post-small {
    width: 100%;
    border-radius: 16px;
    background: #fff;
    display: flex;
    transition: 0.3s ease-in-out;
}

.post-small .post-thumbnail {
    width: 200px;
    height: 150px;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    transition: 0.3s ease-in-out;
}

.post-small .post-thumbnail img {
    width: 100%;
    height: 100%;
    transition: 0.3s ease-in-out;
    object-fit: cover;
    border-radius: 16px;
}

.post-small:hover .post-thumbnail img {
    transition: 0.3s ease-in-out;
    transform: scale(1.1);
}

.post-small .post-content {
    width: calc(100% - 200px);
    padding: 0 0 0 15px;
}

.post-small .post-content .post-title a {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: var(--color-dark);
}

.post-small .post-content .post-title a:hover {
    color: #ff3333;
}

.post-small .post-content .post-desc {
    font-size: 14px;
    font-weight: 400;
    color: rgba(0, 0, 0, .6);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin: 10px 0 0 0;
}

/*timeline*/
.col-cs-5 {
    flex-basis: 20% !important;
    max-width: 20% !important
}

.dvi-timeline-it .icon-box-img {
    width: 80px !important;
    height: 80px !important;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0px 0px 4px 0px #00000040;
}

.dvi-timeline-it .icon-box-img div {
    width: 100%;
    height: 100%;
    padding: 5px;
}

.dvi-timeline-it .icon-box-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.dvi-timeline-it h4 {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 5px;
}

.dvi-timeline-it p {
    font-size: 15px;
}

.dvi-timeline .col-inner .col-inner:before {
    content: "";
    width: 100%;
    height: 2px;
    border-bottom: 2px dashed var(--primary-color);
    display: block;
    position: absolute;
    left: 50%;
    top: 100px;
}

.dvi-timeline .col:last-child .col-inner:before {
    display: none;
}

.dvi-timeline-number {
    width: 40px;
    height: 40px;
    background: var(--primary-color);
    color: #fff;
    margin: 0 auto 20px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    font-size: 15px;
    font-weight: 700;
}

/*dvi-certificate*/
.row-height-100 {
    height: 100%;
}

.dvi-certificate {
    box-shadow: 0px 0px 4px 0px #00000040;
    border-radius: 15px;
    padding: 10px;
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: center !important;
}

.dvi-certificate .icon-box-img {
    width: 90px !important;
    height: 90px !important;
}

.dvi-certificate .icon-box-img div {
    width: 100%;
    height: 100%;
}

.dvi-certificate .icon-box-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.dvi-certificate h4 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 5px;
}

.dvi-certificate p {
    margin: 0;
    font-size: 14px;
    color: gray
}

.dvi-certificate-text h3 {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 10px;
}

.dvi-certificate-text p {
    font-size: 16px;
    margin-bottom: 10px;
}

.dvi-certificate-icon .icon-box-img {
    width: 35px;
    height: 35px !important;
    background: rgb(216 227 251);
    display: flex;
    align-items: center;
}

.dvi-certificate-icon .icon-box-img div {
    width: 100%;
    height: 100%;
}

.dvi-certificate-icon .icon-box-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.dvi-certificate-icon {
    display: flex;
    align-items: center;
}

.dvi-certificate-icon p {
    font-size: 15px;
    margin: 0;
}

.dvi-certificate-icon strong {
    font-size: 18px;
    color: var(--primary-color);
}

/*footer*/
footer#footer {
    color: var(--text-banner);
    font-size: 15px;
}

footer#footer a, footer#footer p {
    color: var(--text-banner);
    font-size: 15px;
}

footer#footer p {
    margin-bottom: 10px;
}

footer#footer a:hover {
    color: var(--secondary);
}

footer#footer .footer-social {
    display: flex;
    gap: 10px;
}

footer#footer .footer-social a i {
    line-height: 30px !important;
    padding: 0 !important;
    min-height: unset !important;
    top: 0;
}

footer#footer .footer-title {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    line-height: 22px;
}

footer#footer .footer-menu a.ux-menu-link__link.flex {
    min-height: unset;
    padding: 0;
    margin: 0 0 10px 0;
}

footer#footer .footer-social a {
    width: 30px !important;
    height: 30px !important;
    display: flex !important;
    margin: 0 !important;
    background: var(--primary-color) !important;
    border: 0 !important;
    color: #fff !important;
    font-size: 15px !important;
    line-height: 35px !important;
    align-items: center;
    justify-content: center;
}

footer#footer .footer-social a:hover {
    background: var(--secondary) !important;
}

.button_secondary {
    background: var(--secondary) !important;
    padding: 0 25px !important;
    height: 35px;
    line-height: 35px;
    margin: 0 !important;
}

.button_secondary:hover {

}

.button_footer {
    height: 35px;
    line-height: 35px;
    padding: 0 25px !important;
}

.footer-register {
    display: flex;
    align-items: center;
}

.footer-register p {
    margin: 5px 0 0 !important;
    color: var(--text-banner) !important;
    font-size: 16px;
}

.footer-register h4 {
    font-size: 22px;
    line-height: 22px;
    margin: 0;
    color: #fff;
    font-weight: 900 !important;
}

/*category*/
section.breadcrumbs {
    color: #1E293B;
    font-size: 16px;
    padding: 10px 0;
}

section.breadcrumbs p {
    margin: 0;
}

section.breadcrumbs a {
    color: #1E293B;
}

section.breadcrumb span.last {
    color: var(--primary-color) !important;
}

section.category-entry {
    margin: 30px 0 40px 0;
}

header.header-category {
    margin: 0 0 20px 0;
}

header.header-category h1 {
    font-size: 48px;
    line-height: 1.2;
    letter-spacing: -0.02em;
    font-weight: 800;
    margin: 0 0 10px 0;
}

header.header-category p {
    font-size: 18px;
    line-height: 1.6;
    font-weight: 400;
    margin: 0;
}

.category-search-form {
    position: relative;
}

.category-search-form input {
    box-shadow: unset !important;
    border-radius: 5px !important;
    height: 45px !important;
    margin: 0 !important;
}

.category-search-form button {
    position: absolute;
    left: 0;
    height: 45px;
    width: 45px;
    margin: 0;
}

select.form-search {
    background-color: #fff !important;
    border-radius: 5px !important;
    height: 45px !important;
    box-shadow: unset !important;
    margin: 0 !important;
}

.category-search {
    margin-bottom: 30px;
}

.box-category-list {
    width: 100%;
    transition: 0.3s all;
    box-shadow: 0px 0px 4px 0px #00000040;
    border-radius: 15px;
}

.box-category-list .box-category-list-head {
    padding: 10px;
    border-bottom: 1px solid rgba(193 199 211);
}

.box-category-list .box-category-list-head p {
    font-size: 15px;
    margin: 0;
}

.box-category-list .box-category-list-head h4 {
    font-size: 18px;
    font-weight: 700;
    color: var(--primary-color);
    margin: 0 0 0px 0;
    line-height: 24px;
}

.box-category-list .list_item {
    padding: 10px;
}

.box-category-list .list_item .list_item_title {
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    margin: 0 0 5px 0;
}

.box-category-list .list_item a:hover .list_item_title {
    color: var(--primary-color)
}

.box-category-list .list_item .list_item_meta {
    font-size: 14px;
    color: gray
}

.box-category-list .list_item a:hover .list_item_meta {
    color: gray
}

.box-category-list-head {
    display: flex;
    align-items: center;
}

.box-category-list-head .box-category-list-head-tex {
    width: calc(100% - 40px);
    padding-left: 15px;
}

.box-category-list-head .box-category-list-head-tex p {
    color: gray;
    font-size: 14px;
    margin: 3px 0 0 0 !important;
}

.box-category-list-head .box-category-list-head-icon {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgb(231 238 255);
    border-radius: 50%;
    color: var(--primary-color);
}

.col-register .col-inner {
    overflow: hidden;
}

.col-register .is-border {
    overflow: hidden;
    border-radius: 20px !important;
}

.col-contact .is-border {
    border-radius: 0 !important;
}

.dvi-box-register .box-text {
    padding: 30px !important;
}

.color-primary h3 {
    color: var(--primary-color);
    margin: 0;
}

.color-primary h3:after {
    display: none;
}

.font-30 h3 {
    font-size: 24px;
}

/*single*/
.post-heading-body {
    display: flex;
    flex-flow: column;
    gap: 15px;
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.post-heading-body .post-head-category a {
    background-color: var(--primary-color) !important;
    color: #fff !important;
    text-align: center;
    padding: 5px 20px !important;
    font-size: 15px !important;
    display: inline-block !important;
    position: relative;
    text-transform: unset !important;
    overflow: hidden !important;
    z-index: 9 !important;
    transition: 0.3s all !important;
    box-shadow: unset !important;
    border-radius: 5px;
}

.post-heading-body h1 {
    font-size: 48px;
    line-height: 1.2;
    letter-spacing: -0.02em;
    font-weight: 800;
    margin-bottom: 0px;
}

.post-heading-body .post-heading-meta {
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: 0.01em;
    font-weight: 300;
    display: flex;
    flex-flow: wrap;
    gap: 15px;
}

form.wpcf7-form.init {
    margin: 0;
}

.dvi_input {
    height: 40px !important;
    border: 1px solid rgb(193, 199, 211) !important;
    border-radius: 5px !important;
    box-shadow: unset !important;
    margin: 0 !important;
}

.dvi_select {
    height: 40px !important;
    border: 1px solid rgb(193, 199, 211) !important;
    border-radius: 5px !important;
    box-shadow: unset !important;
    margin: 0 !important;
}

.dvi_textarea {
    height: 100px !important;
    border: 1px solid rgb(193, 199, 211) !important;
    border-radius: 5px !important;
    box-shadow: unset !important;
    margin: 0 !important;
}

.dvi_button {
    width: 100% !important;
    border-radius: 5px !important;
    box-shadow: unset !important;
    height: 45px !important;
    text-transform: unset !important;
    font-size: 16px !important;
    line-height: 45px !important;
    margin: 0 !important;
}

.dvi_button:hover {
    box-shadow: 0px 4px 19.2px 0px rgba(0, 0, 0, 0.09) !important;
    background: #E11D24 !important;
    color: var(--primary-color2) !important;
}

.product-register .wpcf7-response-output {
    color: #fff !important;
    padding-left: 0 !important;
}

/*contact*/
.banner_contact .overlay {
    background-color: transparent !important;
    background-image: linear-gradient(to right, #fff, rgb(255 255 255 / 0.8), transparent) !important;
}

.banner_contact_body {
    display: flex;
    flex-flow: column;
    gap: 15px;
}

.banner_contact_body h1 {
    font-size: 48px !important;
    line-height: 1.2 !important;
    letter-spacing: -0.02em !important;
    font-weight: 800 !important;
    color: #000 !important;
    margin: 0 !important;
}

.banner_contact_body .banner_contact_heading {
    color: var(--primary-color);
    font-weight: 700;
    font-size: 20px;
}

.banner_contact_body p {
    color: #000 !important;
    font-size: 18px !important;
    line-height: 24px;
}

.dvi-contact h4 {
    color: #000 !important;
    font-size: 16px !important;
    line-height: 24px !important;
    margin-bottom: 5px !important;
}

.dvi-contact p {
    margin: 0 !important;
    font-size: 14px !important;
    color: gray !important
}

.contact-ad-dvi {
    display: flex;
    flex-flow: wrap;
}

.contact-ad-dvi:not(:last-child) {
    margin-bottom: 20px;
}

.contact-ad-dvi i {
    width: 40px;
    height: 40px;
    background: rgb(231 238 255);
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--primary-color);
    font-size: 18px;
}

.contact-ad-dvi .contact-ad-text {
    width: calc(100% - 40px);
    padding-left: 15px;
}

.contact-ad-dvi .contact-ad-text p {
    margin: 0;
    font-size: 15px;
    color: gray
}

.contact-ad-dvi .contact-ad-text p strong {
    font-size: 16px;
    color: #000
}

.contact_map iframe {
    border-radius: 20px;
}

.icon-contact {
    display: flex;
    align-items: center;
}

.icon-contact h4 {
    color: var(--primary-color) !important;
    font-size: 18px !important;
    line-height: 24px !important;
    margin-bottom: 5px !important;
}

.icon-contact p {
    margin: 0 !important;
    font-size: 14px !important;
    color: gray !important
}

.banner_hero_white .overlay {
    background-color: transparent !important;
    background-image: linear-gradient(to right, #fff, rgb(255 255 255 / 0.8), transparent) !important;
}

.banner_hero_white h3 {
    color: var(--primary-color) !important;
}

.banner_hero_white p {
    color: #000 !important;
}

.dvi-catalog.dvi-timeline-it .icon-box-img div {
    padding: 5px;
}

.dvi-box-register .box-text {
    text-shadow: unset !important;
}

.dvi-box-register .box-text p {
    margin-bottom: 10px !important;
    font-size: 16px;
}

.dvi-box-register .box-text ul li {
    list-style: none !important;
    margin-bottom: 10px !important;
    margin-left: 0 !important;
    font-size: 16px;
}

.dvi-box-register .box-text ul li i {
    color: var(--primary-color) !important;
}

.banner_hero_text ul li {
    margin-left: 0 !important;
    margin-bottom: 10px !important;
}

.banner_hero_text ul li i {
    color: var(--primary-color) !important;
}

.dvi-form.b2b {
    box-shadow: 0px 0px 4px 0px #00000040;
    border-radius: 15px;
    overflow: hidden;
    transition: 0.3s ease-in-out;
    display: flex;
    flex-flow: wrap;
    align-items: center;
    width: 60%;
    margin: auto;
    padding: 25px;
    background: #fff;
}

.dvi-form.b2b label {
    display: none;
}

.dvi-form.b2b h3 {
    text-align: center;
    margin: 0 0 20px 0;
    font-weight: 700;
    font-size: 32px !important;
}

.dvi_button2 {
    width: 100% !important;
    border-radius: 5px !important;
    box-shadow: unset !important;
    height: 45px !important;
    text-transform: unset !important;
    font-size: 16px !important;
    line-height: 45px !important;
    margin: 0 !important;
    background: var(--secondary) !important;
}

.screen-reader-response {
    display: none !important;
}

.col-shadow .col-inner {
    box-shadow: 0px 0px 4px 0px #00000040;
}

.col-shadow .col-inner .col-inner {
    box-shadow: none !important;
}

.dvi-service-center {
    align-items: center;
    border: 1px solid rgb(242, 242, 242);
    border-radius: 15px;
    padding: 20px;
}

.dvi-vsao .icon-box-img {
    width: 50px;
    height: 50px;
    background: rgb(249 249 255);
    border-radius: 5px;
}

.dvi-vsao .icon-box-img div {
    width: 100%;
    height: 100%;
    padding: 5px
}

.dvi-vsao h4 {
    color: var(--primary-color);
    font-size: 18px;
    margin-bottom: 0px;
}

.dvi-vsao p {
    margin: 0;
    font-size: 15px;
    color: gray
}

.dvi-sx {
    border-radius: 15px !important;
    overflow: hidden;
    border: 1px solid #ececec
}

.dvi-sx .box-text {
    padding: 15px;
}

.dvi-sx h4 {
    font-size: 18px !important;
    line-height: 24px !important;
    margin-bottom: 5px !important;
    color: var(--primary-color) !important;
    text-align: center !important;
}

.dvi-sx p {
    color: gray;
    font-size: 15px;
    text-align: center;
}

.dvi-timeline2 .col-inner .col-inner:before {
    top: 40px;
}

.dvi-software {
    display: flex;
    align-items: center;
    font-size: 24px;
    font-weight: 800;
    color: var(--primary-color);
    line-height: 34px;
}

.dvi-software p {
    width: calc(100% - 50px);
    padding-left: 15px;
}

.dvi-software .dvi-software-number {
    width: 45px;
    height: 45px;
    background: var(--primary-color);
    border-radius: 6px;
    text-align: center;
    line-height: 45px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}

.dvi-software p {
    margin-bottom: 0;
}

.dvi-software-content {
    margin: 15px 0;
    font-size: 16px;
    line-height: 24px;
}

.bg-primary {
    --tw-bg-opacity: 1;
    background-color: rgb(0 102 179 / var(--tw-bg-opacity, 1));
}

.rounded-full {
    border-radius: 9999px;
}

.w-2 {
    width: 0.5rem;
}

.h-2 {
    height: 0.5rem;
}

.dvi-khu {
    background: #fff;
    border-radius: 10px;
    padding: 10px;
}

.dvi-chungchi p {
    margin: 0 0 10px 0;
    font-size: 15px;
    line-height: 22px;
}

.dvi-chungchi h4 {
    color: var(--primary-color);
    font-size: 20px;
    line-height: 28px;
    margin: 0 0 10px 0;
}

.dvi-chungchi table td:nth-child(1) {
    width: 130px;
}

.dvi-chungchi table td {
    color: #000;
    font-size: 15px;
}

.dvi-button-link a {
    display: inline-block;
    border: 1px solid var(--primary-color);
    padding: 5px 20px;
    border-radius: 5px;
    color: var(--primary-color);
    font-size: 15px;
}

.dvi-button-link a:hover {
    background: var(--primary-color);
    color: #fff;
}

.dvi-service-item {
    padding: 20px 20px 20px 20px;
}

.dvi-service-item h4 {
    color: var(--primary-color) !important;
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 10px;
}

.dvi-service-item p {
    font-size: 15px;
    color: gray;
    margin-bottom: 10px;
}

.dvi-service-item a {
    font-weight: 700;
    color: var(--primary-color);
}

.dvi-service-icon {
    width: 60px !important;
    height: 60px;
    box-shadow: 0px 0px 4px 0px #00000040 !important;
    border-radius: 50% !important;
    position: absolute !important;
    left: 15px;
    top: 205px;
    z-index: 88;
    padding: 5px;
    overflow: hidden;
    background: #fff;
}

.dvi-align-center {
    display: flex;
    align-items: center;
}

.dvi-chungchi .dvi-abouts-content ul li {
    display: flex;
    gap: 10px;
}

.dvi-chungchi .dvi-abouts-content ul li p {
    margin: 0;
    color: gray;
    font-size: 15px;
}

.dvi-chungchi .dvi-abouts-content ul li strong {
    color: #000;
}

.devixa-heaing p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 0;
}

.devixa-heaing h4 {
    color: #fff;
    font-size: 28px;
    line-height: 38px;
    margin: 0;
}

.devixa-form label {
    display: none !important;
}

.devixa-form .dvi_button {
    background: #fff !important;
    color: var(--primary-color) !important;
}

.devixa-form .dvi_button:hover {
    box-shadow: 0px 4px 19.2px 0px rgba(0, 0, 0, 0.09) !important;
    background: #E11D24 !important;
    color: var(--primary-color2) !important;
}

.devixa-form .row-5 {
    padding: 0px 7px !important;
}

.devixa-form .pd-5 {
    padding: 0px 8px 16px 8px !important;
}

.page-header-excerpt {
    display: none !important;
}

/*product*/
.shop-page-title.category-page-title.page-title {
    display: none;
}

.dvi-image-20 {
    border-radius: 20px;
    overflow: hidden;
}

.dvi-company-item a {
    font-weight: 700;
    color: var(--primary-color);
}

.dvi-question .accordion-item a {
    border: 0 !important;
    box-shadow: 0px 0px 4px 0px #00000040;
    border-radius: 10px;
    margin: 0 0 15px 0;
    padding-left: 10px;
    font-weight: 700;
    font-size: 16px;
    color: var(--primary-color);
}

.dvi-question button.toggle {
    position: absolute;
    left: unset;
    right: 0;
    margin: 0;
    opacity: 1;
}

.dvi-question button.toggle i.icon-angle-down:before {
    content: '\2b';
    font-family: 'Font Awesome 6 Pro';
    font-weight: bold;
}

.dvi-question .accordion-item a.active i.icon-angle-down:before {
    content: '\f068';
    font-family: 'Font Awesome 6 Pro';
    font-weight: bold;
}

.dvi-question .accordion-inner {
    padding: 20px 0;
}

section.shop-entry {
    background: rgb(249, 249, 255);
    padding: 50px 0;
}

.product-filter {
    box-shadow: 0px 0px 4px 0px #00000040;
    border-radius: 15px !important;
    padding: 20px 20px 10px 20px !important;
    background: #fff;
}

.product-filter .widget_yith-woocommerce-ajax-navigation-filters {
    border: 0 !important;
    box-shadow: unset !important;
    margin: 0 !important;
}

.product-filter .yith-wcan-filters, .product-filter .yith-wcan-filters form,
.product-filter .yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter {
    margin-bottom: 0 !important;
}

.yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter .filter-title.collapsable {
    background: #fff;
    font-size: 15px !important;
    color: #000 !important;
    padding: 5px 10px !important;
}

.yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter .filter-title.collapsable span.filter-count {
    border: 1px solid #0066b3;
    background: #e6f0fa;
    color: #0066b3;
    border-radius: 50%;
    min-width: 20px;
    height: 20px;
    padding: 0 !important;
    display: inline-block;
    text-align: center;
    line-height: 20px;
}

.dvi-right a {
    font-size: 20px;
    color: var(--primary-color);
}

.product-form .dvi_button {
    background: var(--secondary) !important;
}

.dvi-timeline-it3 .icon-box-img {
    width: 50px !important;
    height: 50px !important;
}

.dvi-timeline-it3 h4 {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
}

.dvi-timeline-it3 p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 0 !important;
}

.product-total-result p {
    color: gray;
    font-size: 16px;
    margin: 0;
}

form.woocommerce-ordering {
    margin: 0 !important;
    float: right
}

select.orderby {
    margin: 0 !important;
    box-shadow: unset !important;
    border-radius: 5px !important;
}

section.entry-product-cat {
    margin: 40px 0;
}

.product-sidebar .widget_yith-woocommerce-ajax-navigation-filters {
    border-radius: 0px !important;
    overflow: hidden;
    padding: 0px !important;
    box-shadow: unset !important;
    border: 0 !important;
}

.product-sidebar .widget_yith-woocommerce-ajax-navigation-filters h4.filter-title {
    background: transparent;
    color: #1E293B !important;
    border-radius: 10px 10px 0 0 !important;
    padding: 0 0 15px 0;
}

.product-sidebar .widget_yith-woocommerce-ajax-navigation-filters .filter-content {
    padding: 0;
}

.product-sidebar .widget_yith-woocommerce-ajax-navigation-filters input[type=checkbox], .product-sidebar .widget_yith-woocommerce-ajax-navigation-filters input[type=radio] {
    margin: 0 !important;
}

.product-sidebar .widget_yith-woocommerce-ajax-navigation-filters .filter-content ul {
    display: flex;
    flex-flow: column;
    gap: 10px;
}

.product-sidebar .widget_yith-woocommerce-ajax-navigation-filters .filter-content ul li label {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 8px;
}

.product-sidebar .widget_yith-woocommerce-ajax-navigation-filters .filter-content ul li a {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.product-sidebar .yith-wcan-filters .yith-wcan-filter {
    margin-bottom: 0 !important;
}

.product-sidebar .yith-wcan-filters .yith-wcan-filter:not(:last-child) {
    margin-bottom: 20px !important;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

.yith-wcan-filters {
    margin: 0 !important;
}

label[for^="filter_"] input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 18px;
    height: 18px;
    border: 1px solid #ccc;
    border-radius: 3px;
    background-color: #fff;
    cursor: pointer;
    position: relative;
    flex-shrink: 0;
    margin-right: 8px;
    transition: all 0.2s ease;
}

.product-sidebar {
    border-radius: 15px !important;
    overflow: hidden;
    padding: 20px !important;
    width: 100%;
    box-shadow: 0px 0px 4px 0px #00000040;
}

.product-sidebar h4.title {
    text-transform: uppercase;
    color: var(--primary-color);
    font-size: 20px;
    margin-bottom: 20px;
}

/* Hover */
label[for^="filter_"] input[type="checkbox"]:hover {
    border-color: var(--primary-color);
}

/* Khi được chọn */
label[for^="filter_"] input[type="checkbox"]:checked {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

/* Dấu tick (check mark) */
label[for^="filter_"] input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

/* Focus (accessibility) */
label[for^="filter_"] input[type="checkbox"]:focus {
    outline: 2px solid rgba(211, 47, 47, 0.3);
    outline-offset: 1px;
}


.view-switcher {
    display: flex;
    gap: 8px;
    justify-content: flex-end;
    margin-bottom: 15px;
}

.view-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 4px;
    color: #999;
    cursor: pointer;
    transition: all 0.2s ease;
}

.view-btn:hover {
    border-color: var(--primary-color);
    color: var(--primary-color);
}

.view-btn.active {
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff;
}

/* --- List view --- */
.product-loop.is-list-view {
    display: block;
}

.product-loop.is-list-view .product-small {
    display: flex;
    align-items: center;
    gap: 20px;
    text-align: left;
}

.product-loop.is-list-view .product-small .box-image {
    width: 140px;
    flex-shrink: 0;
    margin-bottom: 0;
}

.product-loop.is-list-view .product-small .product-details {
    flex: 1;
}

.product-loop.is-list-view {
    display: block;
}

.product-list-item {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    margin-bottom: 15px;
}

.product-list-inner {
    display: flex;
    align-items: center;
    gap: 20px;
    box-shadow: 0px 0px 4px 0px #00000040;
    border-radius: 15px;
    transition: 0.3s ease-in-out;
    background: #fff;
    padding: 10px;
}

.product-list-inner .product-list-image {
    flex-shrink: 0;
    width: 150px;
}

.product-list-inner .product-list-image img {
    width: 100%;
    height: 150px;
    display: block;
    border-radius: 10px
}

.product-list-inner .product-list-content {
    flex: 1;
    min-width: 0;
}

.product-list-inner .product-list-title {
    font-size: 18px;
    font-weight: 800;
    line-height: 26px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: var(--primary-color) !important;
}

.product-list-inner .product-list-title a {
    color: var(--primary-color) !important;
    text-decoration: none;
}

.product-list-inner .product-list-attrs {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}

.product-list-inner .attrs-col p {
    margin: 0 0 6px;
    font-size: 15px;
    color: #000;
}

.product-list-inner .attr-label {
    color: #000;
    margin-right: 4px;
}

.product-list-inner .attr-tag {
    display: inline-block;
    padding: 2px 8px;
    font-size: 14px;
    border-radius: 5px;
    border: 1px solid #0066b3;
    background: #e6f0fa;
    color: #0066b3;
    text-decoration: none;
    width: auto !important;
    height: auto !important;
}

.product-list-actions {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 150px;
}

.btn-view-detail {
    background: #fff;
    border: 1px solid #ddd;
    color: #333;
}

.btn-quote-request {
    background: #d32f2f;
    color: #fff;
    border: none;
}

.product-total-filter {
    display: flex;
    gap: 20px;
    justify-content: end;
}

.product-view-switcher {
    display: flex;
    align-items: center;
    gap: 10px;
}

.product-list-actions a {
    border-radius: 5px;
    font-weight: 700;
    padding: 0 !important;
    height: 40px !important;
    line-height: 40px !important;
    width: 100%;
    margin: 0 !important;
}

.product-list-actions a.button.button_outline_primary {
    background: transparent;
}

.product-tab-content {
    box-shadow: 0px 0px 4px 0px #00000040;
    border-radius: 15px !important;
    padding: 20px !important;
    background: #fff;
}

h3.description-title {
    text-transform: uppercase;
    color: var(--primary-color);
    font-size: 20px;
    margin-bottom: 20px;
}

.product-info {
    padding-top: 0 !important;
}

h1.product-title.product_title.entry-title {
    font-size: 32px;
    color: var(--primary-color);
}

.woocommerce-product-gallery__wrapper .flickity-viewport {
    border-radius: 15px;
    overflow: hidden;
}

.button_45 {
    width: 100%;
    padding: 0 10px !important;
    height: 40px !important;
    line-height: 40px !important;
    margin: 8px 0 0 0 !important;
}

.dvi-timeline-it4 .icon-box-img div {
    padding: 8px;
}

table.table-product-info tr td {
    font-size: 15px;
    color: #000;
    border: 1px solid #ececec;
    padding: 10px;
}

table.table-product-info tr td {
    border-top: 0;
}

table.table-product-info tr td:nth-child(1) {
    width: 130px;
    color: var(--primary-color);
    font-weight: 700;
    border-right: 0;
}

table.table-product-info {
    border: 1px solid #ececec;
}

.table-product-info tr:nth-child(even) {
    background-color: #f5f5f5; /* màu nền dòng chẵn */
}

.page-title-inner.flex-row.medium-flex-wrap.container {
    display: none;
}

.productIcon .icon-box-img {
    width: 40px;
    height: 40px;
    background: rgb(231 238 255);
    border-radius: 50%;
}

.productIcon .icon-box-img div {
    width: 100%;
    height: 100%;
    padding: 3px;
}

.productIcon .icon-box-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.productIcon h4 {
    font-size: 18px;
    margin-bottom: 5px;
}

.productIcon p {
    font-size: 15px;
}

.dvi-service {
    display: flex;
    flex-flow: column;
    align-items: center;
    height: 100%;
}

div#text-3 {
    box-shadow: unset !important;
    border: 0 !important;
}

div#auto-toc .toc-title {
    font-size: 24px;
    color: var(--primary-color);
    font-weight: 700;
    padding: 0 15px 15px 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #dddddd;
}

div#auto-toc ul li {
    padding: 8px 15px;
    border-left: 2px solid transparent;
}

div#auto-toc ul li a {
    font-size: 15px;
    color: var(--primary-color)
}

div#auto-toc {
    position: relative;
    overflow: hidden;
    padding: 15px 0;
    border-radius: 12px;
    background-color: #f7f8fc;
}

#auto-toc li:has(> a.active) {
    background: #fff;
    border-color: var(--primary-color)
}

#auto-toc li:has(> a.active) > a {
    font-weight: 700;
}


/* mobile style*/
@media only screen and (max-width: 768px) {
    .icon-total .icon-box-img {
        width: 45px !important;
    }

    .soft-flex .icon-box-img {
        width: 35px !important;
        margin: 0;
    }

    .softIcon p {
        font-size: 14px !important;
    }

    .soft-flex {
        display: flex;
        gap: 15px;
    }

    .row-m-5 {
        padding: 0px 10px !important;
    }

    .row-m-5 .product-small.col {
        padding: 0px 5px 8px 5px !important;
    }

    .dvi-service-item h4 {
        font-size: 16px;
        line-height: 24px;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        height: 50px;
    }

    .dvi-service-item {
        padding: 10px 20px 20px 20px;
    }

    .dvi-service-item p {
        font-size: 14px;
    }

    .dvi-service-icon {
        width: 35px !important;
        height: 35px;
    }

    .product-small .badge-row {
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

    .col-m-5 {
        padding: 0px 5px 8px 5px !important;
    }

    .padding-mobile {
        padding-bottom: 10px !important;
    }

    .dvi-timeline-it .icon-box-img {
        width: 50px !important;
        height: 50px !important;
    }

    .dvi-timeline-it p {
        font-size: 14px;
    }

    .dvi-timeline-number {
        width: 25px;
        height: 25px;
        margin: 0 auto 8px;
        line-height: 25px;
        font-size: 14px;
    }

    .dvi-timeline-it .icon-box-img div {
        padding: 2px;
    }

    .product-list-inner .product-list-image img {
        height: 100%;
    }

    .dvi-timeline-it h4 {
        font-size: 16px;
        line-height: 22px;
    }

    .dvi-service-icon {
        top: 115px;
    }

    .dvi-category .dvi-category-title {
        padding: 10px;
    }

    .dvi-category {
        height: 100%;
    }

    .box-download {
        display: flex;
    }

    .box-download .box-image {
        width: 30% !important;
    }

    .dvi-service .dvi-service-title {
        font-size: 18px !important;
        line-height: 22px !important;
        font-weight: 700;
    }

    .col-not-border .is-border {
        border: 0 !important;
    }

    .dvi-service .icon-box-img div {
        width: 40px;
    }

    .dvi-box-register .box-image {
        height: 563px;
    }

    .product-info .dvi-timeline-it h4 {
        font-size: 15px;
        line-height: 22px;
    }

    .product-info {
        padding-top: 20px !important;
    }

    .product-list-inner {
        flex-flow: column;
        padding: 0 !important;
        gap: 0;
    }

    .yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter {
        width: 49% !important;
        min-width: 49% !important;
    }

    .product-list-inner .product-list-image {
        flex-shrink: 0;
        width: 100%;
        aspect-ratio: 4 / 3;
    }

    .product-list-actions {
        flex-shrink: 0;
        display: flex;
        gap: 8px;
        width: 100%;
        flex-flow: wrap;
        margin-bottom: 20px;
        justify-content: center;
    }

    .attrs-col {
        width: 100%;
    }

    .product-list-actions a {
        border-radius: 5px;
        padding: 0 20px !important;
        width: auto;
    }

    .product-list-inner .product-list-attrs {
        display: flex;
        gap: 5px;
        flex-wrap: wrap;
    }

    .product-list-inner .product-list-content {
        padding: 20px;
    }

    .banner_contact_body h1, .banner_hero h1, .banner_hero_text h3 {
        font-size: 32px !important;
        line-height: 1.2 !important;
    }

    .banner_contact .banner-layer, .banner_hero .banner-layer {
        width: 90% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
    }

    .banner_contact_body p, .banner_hero p {
        font-size: 16px !important;
        line-height: 22px;
        margin: 0 !important;
    }

    .home-title h3 {
        font-size: 30px;
        line-height: 38px;
    }

    .mt-footer {
        margin-bottom: 20px !important;
    }

    .col-cs-5 {
        flex-basis: 50% !important;
        max-width: 50% !important
    }

    .dvi-timeline .col-inner:before {
        display: none;
    }

    body .swiper-button-next {
        right: 20px;
    }

    body .swiper-button-prev {
        left: 20px;
    }

    .dvi-abouts .dvi-abouts-heading h3 {
        font-size: 30px;
        line-height: 40px;
    }

    .application-item {
        flex-flow: column;
    }

    .application-item .application-thumbnail {
        width: 100%;
        height: 220px;
    }

    .application-item .application-content {
        width: 100%;
        padding: 15px;
    }

    .dvi-timeline .col-inner .col-inner:before {
        display: none;
    }

    .icon-total h4.text-primary span strong span {
        font-size: 24px !important;
        line-height: 32px !important;
    }

    .icon-total p, .icon-total p strong, .icon-total p span {
        font-size: 15px !important;
    }

    p.name.product-title.woocommerce-loop-product__title a {
        font-size: 16px;
        line-height: 22px;
    }

    .box-download.box-d .box-text.text-left {
        padding-left: 15px !important;
    }

    .box-download.box-d .box-image {
        width: 20% !important;
    }

    .box-download.box-d .box-image div {
        width: 100% !important;
    }

    .post-heading-body h1 {
        font-size: 32px;
        line-height: 1.2;
    }
}

/* ===================================================== */
/* iPad Mini / iPad 9.7" - Landscape (768-1024) */
/* ===================================================== */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .dvi-service-icon {
        top: 135px;
    }

    .banner_contact .banner-layer, .banner_hero .banner-layer {
        width: 90% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
    }
}

/* ===================================================== */
/* iPad Mini / iPad 9.7" - Portrait (768-1024) */
/* ===================================================== */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .dvi-service-icon {
        top: 135px;
    }

    .banner_contact .banner-layer, .banner_hero .banner-layer {
        width: 90% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
    }

    .col-cs-5 {
        flex-basis: 33.3333% !important;
        max-width: 33.3333% !important
    }
}

/* ===================================================== */
/* iPad Air 10.9" - Landscape (820 x 1180) */
/* ===================================================== */
@media only screen and (min-device-width: 820px) and (max-device-width: 1180px) and (orientation: landscape) {
    .col-cs-5 {
        flex-basis: 33.3333% !important;
        max-width: 33.3333% !important
    }

    .dvi-service-icon {
        top: 135px;
    }

    .banner_contact .banner-layer, .banner_hero .banner-layer {
        width: 90% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
    }
}

/* ===================================================== */
/* iPad Air 10.9" - Portrait (820 x 1180) */
/* ===================================================== */
@media only screen and (min-device-width: 820px) and (max-device-width: 1180px) and (orientation: portrait) {
    .col-cs-5 {
        flex-basis: 33.3333% !important;
        max-width: 33.3333% !important
    }

    .dvi-service-icon {
        top: 135px;
    }

    .banner_contact .banner-layer, .banner_hero .banner-layer {
        width: 90% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
    }
}

/* ===================================================== */
/* iPad Pro 11" - Landscape (834 x 1194) */
/* ===================================================== */
@media only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (orientation: landscape) {
    .col-cs-5 {
        flex-basis: 33.3333% !important;
        max-width: 33.3333% !important
    }

    .dvi-service-icon {
        top: 135px;
    }

    .banner_contact .banner-layer, .banner_hero .banner-layer {
        width: 90% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
    }
}

/* ===================================================== */
/* iPad Pro 11" - Portrait (834 x 1194) */
/* ===================================================== */
@media only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (orientation: portrait) {
    .col-cs-5 {
        flex-basis: 33.3333% !important;
        max-width: 33.3333% !important
    }

    .dvi-service-icon {
        top: 135px;
    }

    .banner_contact .banner-layer, .banner_hero .banner-layer {
        width: 90% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
    }
}

/* ===================================================== */
/* iPad Pro 12.9" - Landscape (1024 x 1366) */
/* ===================================================== */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: landscape) {
    .col-cs-5 {
        flex-basis: 33.3333% !important;
        max-width: 33.3333% !important
    }

    .dvi-service-icon {
        top: 135px;
    }

    .banner_contact .banner-layer, .banner_hero .banner-layer {
        width: 90% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
    }
}

/* ===================================================== */
/* iPad Pro 12.9" - Portrait (1024 x 1366) */
/* ===================================================== */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: portrait) {
    .col-cs-5 {
        flex-basis: 33.3333% !important;
        max-width: 33.3333% !important
    }

    .dvi-service-icon {
        top: 135px;
    }

    .banner_contact .banner-layer, .banner_hero .banner-layer {
        width: 90% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
    }
}

/**desktop**/
@media only screen and (min-width: 1440px) {

}

@media (max-width: 849px) {

}

.live-search-results {
    background: #fff !important;
}

.live-search-results a, .autocomplete-suggestion .search-name {
    color: #000 !important;
    font-size: 15px !important;
}

.autocomplete-suggestion img {
    opacity: 1 !important;
}

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

.br-sticky-buttons {
    --size: 40px;
    --shadow: 0 0 10px 5px rgba(0, 0, 0, .1);
    display: flex;
    flex-direction: column;
    gap: 10px;
    bottom: 0;
    right: 0;
    z-index: 20;
    transform: translateY(-50%);
    background: var(--primary-color);
    padding: 10px !important;
    border-radius: 30px 0 0 30px;
}

.br-sticky-buttons:before, .br-sticky-buttons:after {
    content: "";
    position: absolute;
    right: 0;
    height: 30px;
    width: 60px;
    pointer-events: none;
}

.br-sticky-buttons:before {
    top: -30px;
    border-radius: 0 0 50px 0;
    box-shadow: 30px 1px 0 0 var(--primary-color);
}

.br-sticky-buttons:after {
    bottom: -30px;
    border-radius: 0 50px 0 0;
    box-shadow: 30px -1px 0 0 var(--primary-color);
}

.br-sticky-buttons__item {
    width: var(--size);
    aspect-ratio: 1;
    list-style: none;
}

/* button */
.br-sticky-buttons a {
    text-decoration: none;
    border-radius: var(--size);
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
}

.br-sticky-buttons a[title="Hotline"] {
    animation: animate 1.5s ease infinite;
}

.br-sticky-buttons a[title="Hotline"] .br-sticky-buttons__item-image {
    padding: 7px;
}

/* icon */
.br-sticky-buttons__item-image {
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, 0);
}

/* text */
.br-sticky-buttons__item-text {
    padding: 5px 25px 5px 0;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    display: none;
}

@keyframes animate {
    0% {
        transform: rotate(0deg) scale(1) skew(1deg);
    }
    10% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
        transform: rotate(0deg) scale(1) skew(1deg);
    }
    100% {
        transform: rotate(0deg) scale(1) skew(1deg);
    }
}

/****************************
 * Sticky Buttons Responsive
****************************/
@media only screen and (max-width: 480px) {
    .br-sticky-buttons {
        padding: 5px !important;
        border-radius: 20px 0 0 20px;
    }

    .br-sticky-buttons:before, .br-sticky-buttons:after {
        width: 50px;
    }

    .br-sticky-buttons:before {
        box-shadow: 20px 1px 0 0 var(--primary-color);
    }

    .br-sticky-buttons:after {
        box-shadow: 20px -1px 0 0 var(--primary-color);
    }
}

.ps-fixed {
    position: fixed;
    z-index: 9999;
}

.t {
    transition: all .3s ease;
}

.img-wrapper-contain > img {
    object-fit: contain;
}

.br-sticky-buttons a img {
    width: 100%;
    height: 100%;
}

.br-sticky-buttons__item:last-child .br-sticky-buttons__item-image {
    padding: 7px;
}

.br-sticky-buttons__item:last-child a {
    animation: animate 1.5s ease infinite;
}

.icon-center {
    display: flex;
    align-items: center;
}

.box-category-readmore a {
    color: var(--primary-color);
    font-size: 15px;
    font-weight: 700;
    transition: 0.3s all;
    display: flex;
    gap: 5px;
}

.box-category-readmore {
    padding: 10px;
}

.box-category-readmore a:hover i {
    transition: 0.3s all;
    transform: translateX(5px);
}

.entry-author.author-box {
    display: flex;
    align-items: center;
    gap: 16px;
    margin: 40px 0;
    padding: 20px 24px;
    background: #f8f9fb;
    border: 1px solid #ececf0;
    border-radius: 12px;
    transition: box-shadow 0.2s ease;
}

.entry-author.author-box:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
}

/* Wrapper flex bên trong (ghi đè inline layout gốc) */
.entry-author .flex-row {
    display: flex;
    align-items: center;
    gap: 16px;
    width: 100%;
}

.entry-author .flex-row.align-top {
    align-items: center; /* căn giữa avatar với text cho cân đối hơn top */
}

/* Avatar */
.entry-author .flex-col.circle {
    flex-shrink: 0;
}

.entry-author .blog-author-image {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #fff;
    box-shadow: 0 0 0 1px #e5e7eb;
}

.entry-author .blog-author-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Text content */
.entry-author .flex-col.flex-grow {
    flex: 1;
    min-width: 0;
}

.entry-author .author-name {
    margin: 0 0 4px;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.5px;
    color: #1a1a2e;
}

/* Thêm nhãn nhỏ phía trên tên tác giả */
.entry-author .author-name::before {
    content: "Tác giả";
    display: block;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.3px;
    text-transform: none;
    color: #9a9aa5;
    margin-bottom: 2px;
}

.entry-author .author-desc {
    margin: 0;
    font-size: 13px;
    line-height: 1.5;
    color: #6b7280;
}

.entry-author .author-desc:empty {
    display: none;
}

/* Responsive: mobile thu nhỏ avatar */
@media (max-width: 767px) {
    .entry-author.author-box {
        padding: 16px;
        gap: 12px;
    }

    .entry-author .blog-author-image {
        width: 52px;
        height: 52px;
    }

    .entry-author .author-name {
        font-size: 14px;
    }
}


/* ============================================
   COMMENT FORM
   ============================================ */
#respond.comment-respond {
    margin-top: 32px;
    padding: 28px;
    background: #f8f9fb;
    border-radius: 12px;
    border: 1px solid #ececf0;
}

/* Tiêu đề "Để lại bình luận" */
#respond .comment-reply-title {
    font-size: 18px;
    font-weight: 700;
    color: #1a1a2e;
    margin: 0 0 6px;
}

/* Nút "Huỷ trả lời" khi đang reply comment nào đó */
#respond .comment-reply-title small {
    margin-left: 10px;
    font-size: 13px;
    font-weight: 400;
}

#respond .comment-reply-title small a {
    color: #ef4444;
    text-decoration: none;
}

#respond .comment-reply-title small a:hover {
    text-decoration: underline;
}

/* Dòng thông báo (đăng nhập để bình luận, email không hiển thị công khai...) */
#respond .comment-notes,
#respond .logged-in-as {
    font-size: 13px;
    color: #6b7280;
    margin-bottom: 18px;
}

#respond .comment-notes .required,
#respond .logged-in-as a {
    color: #1a1a2e;
}

/* Form tổng thể */
#commentform {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

/* Các nhóm input (author, email, url) nằm ngang hàng trên desktop */
#commentform p.comment-form-author,
#commentform p.comment-form-email,
#commentform p.comment-form-url {
    flex: 1 1 calc(33.333% - 11px);
    margin: 0;
}

/* Ô nội dung comment full width */
#commentform p.comment-form-comment {
    flex: 1 1 100%;
    margin: 0;
}

/* Label */
#commentform label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #374151;
    margin-bottom: 6px;
}

/* Input + Textarea chung */
#commentform input[type="text"],
#commentform input[type="email"],
#commentform input[type="url"],
#commentform textarea {
    width: 100%;
    font-size: 14px;
    font-family: inherit;
    color: #1a1a2e;
    background: #fff;
    border: 1px solid #e2e4e9;
    border-radius: 8px;
    box-shadow: unset !important;
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

#commentform input[type="text"]:focus,
#commentform input[type="email"]:focus,
#commentform input[type="url"]:focus,
#commentform textarea:focus {
    border-color: #6366f1;
    box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.12);
}

#commentform textarea {
    min-height: 140px;
    resize: vertical;
    line-height: 1.6;
    box-shadow: unset !important;
}

/* Placeholder */
#commentform input::placeholder,
#commentform textarea::placeholder {
    color: #9ca3af;
}

/* Checkbox "Lưu tên/email cho lần sau" */
#commentform p.comment-form-cookies-consent {
    flex: 1 1 100%;
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    font-size: 13px;
    color: #6b7280;
}

#commentform p.comment-form-cookies-consent input[type="checkbox"] {
    width: 16px;
    height: 16px;
    accent-color: #1a1a2e;
    cursor: pointer;
}

#commentform p.comment-form-cookies-consent label {
    margin: 0;
    font-weight: 400;
    cursor: pointer;
}

/* Nút Submit */
#commentform .form-submit {
    flex: 1 1 100%;
    margin: 4px 0 0;
}

#commentform input#submit,
#commentform .form-submit input[type="submit"] {
    display: inline-block;
    padding: 5px 32px;
    background: var(--primary-color);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.15s ease;
}

#commentform input#submit:hover {
    transform: translateY(-1px);
}

#commentform input#submit:active {
    transform: translateY(0);
}

/* ============================================
   RESPONSIVE - Mobile
   ============================================ */
@media (max-width: 767px) {
    #respond.comment-respond {
        padding: 20px;
    }

    #commentform p.comment-form-author,
    #commentform p.comment-form-email,
    #commentform p.comment-form-url {
        flex: 1 1 100%;
    }

    #commentform input#submit {
        width: 100%;
        text-align: center;
    }
}

.product-small.col .col-inner {
    height: 100%;
}

.badge-row.badge-row--ung-dung {
    min-height: 85px;
    height: 50px;
}

.product-tab-content ul, .product-tab-content ol {
    margin-left: 25px;
}

.product-tab-content table {
    border-collapse: collapse;
}

.product-tab-content table tr td {
    border: 1px solid #f2f2f2;
    padding: 10px;
    color: #000;
}

.swiper-ux .product-small.col {
    padding: 0 !important;
}

.home-title p {
    margin: 30px 0 20px 0 !important;
}