/*
Theme Name: Flatsome Child
Theme URI: univn.vn
Description: This is a child theme for Flatsome Theme
Author: Quang Hoa
Template: flatsome
Version: 3.0
Text Domain: shtheme
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
@font-face {
    src: url("assets/fonts/Myriad-pro-regular.OTF");
    font-family: "Myriad Pro";
    font-display: swap;
    font-weight: normal;
}
/* @font-face {
    src: url("assets/fonts/Myriad-pro-bold.OTF");
    font-family: "Myriad Pro";
    font-display: swap;
    font-weight: bold;
} */
@font-face {
    src: url("assets/fonts/Myriad-pro-semibold.OTF");
    font-family: "Myriad Pro";
    font-display: swap;
    font-weight: 600;
}
body {
    font-family: "Myriad Pro", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.uppercase,
h6,
th,
span.widget-title {
    letter-spacing: 0;
}
td {
    color: inherit;
}
.text-box .text {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.button,
input[type="submit"],
input[type="submit"].button,
input[type="reset"].button,
input[type="button"].button {
    font-weight: 500;
    letter-spacing: 0;
}
.button.is-outline,
input[type="submit"].is-outline,
input[type="reset"].is-outline,
input[type="button"].is-outline {
    border-width: 0.0625rem;
}
.button.is-outline {
    color: inherit;
    line-height: calc(2.5em - 0.125rem);
}
select,
.select-resize-ghost,
.select2-container .select2-choice,
.select2-container .select2-selection {
    padding-right: 1.6em;
}
.box-text {
    font-size: 1em;
}
.breadcrumbs {
    font-size: 0.875rem;
    text-transform: none;
}
.breadcrumbs a {
    color: inherit;
}
.single-page h2,
.page-inner h2 {
    font-size: 1.875rem;
}
.single-page h3,
.page-inner h3 {
    font-size: 1.5rem;
}
.single-page h4,
.page-inner h4 {
    font-size: 1.25rem;
}
.single-page h5,
.page-inner h5 {
    font-size: 1rem;
}
.single-page :where(h1, h2, h3, h4, h5, h6, table, ul, figure, p),
.page-inner :where(h1, h2, h3, h4, h5, h6, table, ul, figure, p) {
    margin-bottom: 0.9375rem;
}
.single-page ul li:last-child,
.page-inner ul li:last-child {
    margin-bottom: 0;
}
.wp-caption .wp-caption-text {
    background: transparent;
    font-style: normal;
}
img.size-full.alignnone {
    margin-bottom: 0;
}
/*--------------------------------------------------------------
## Header 
--------------------------------------------------------------*/
.nav-dark .is-outline,
.dark .nav > li > a,
.dark .nav > li.html,
.dark .nav-vertical li li.menu-item-has-children > a,
.dark .nav-vertical > li > ul li a,
.nav-dropdown.dark > li > a,
.nav-dropdown.dark .nav-column > li > a,
.nav-dark .nav > li > a,
.nav-dark .nav > li > button {
    color: #fff;
}
.nav > li > a,
.nav-dropdown > li > a,
.nav-column > li > a {
    color: inherit;
}
.header .nav li a {
    font-size: 0.875rem;
}
.header .nav .sub-menu li a {
    font-size: 0.875rem;
    transition: all 0.35s ease-in-out;
    white-space: nowrap;
}
.header .nav .sub-menu li.current-menu-item a {
    color: var(--primary-color);
}
.header-top .nav-uppercase > li > a {
    text-transform: none;
}
.nav-uppercase > li > a {
    letter-spacing: 0;
}
.header .nav > li .nav-dropdown {
    left: 0 !important;
    top: 130%;
    transition: all 0.35s ease-in-out;
}
.header .nav > li:hover .nav-dropdown {
    top: 100%;
}
.header .nav-dropdown {
    color: inherit;
}
.nav-dropdown-has-arrow li.has-dropdown:before {
    border-width: 0.75rem;
}
.nav-dropdown-has-arrow li.has-dropdown:after {
    border-width: 0.625rem;
    margin-left: -0.5625rem;
}
.nav-dropdown-has-border .nav-dropdown {
    border-width: 0.0625rem;
}
.menu-item-design-default .nav-dropdown-default {
    padding: 0;
    display: block;
    min-width: 13.125rem;
    border: 0 !important;
    border-radius: 0.3125rem;
}
.nav-dropdown-has-arrow.nav-dropdown-has-border li.has-dropdown:before {
    display: none;
}
.menu-item-design-default
    > .nav-dropdown.nav-dropdown-default
    > li.nav-dropdown-col,
.menu-item-design-default
    > .nav-dropdown.nav-dropdown-default
    > li.image-column {
    display: block;
    width: 100%;
    border-right: none;
}
.menu-item-design-default > .nav-dropdown.nav-dropdown-default li {
    position: relative;
}
.menu-item-design-default
    > .nav-dropdown.nav-dropdown-default
    .menu-item-has-children
    > a,
.menu-item-design-default > .nav-dropdown.nav-dropdown-default .title > a,
.menu-item-design-default
    > .nav-dropdown.nav-dropdown-default
    .nav-dropdown-col
    > a {
    font-size: 1em;
    font-weight: normal;
    color: inherit;
    text-transform: none;
}
.menu-item-design-default > .nav-dropdown.nav-dropdown-default ul {
    background-color: #fff;
    min-width: 13.125rem;
    top: 0rem;
    left: calc(100% + 0.0625rem);
    position: absolute;
    -webkit-box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0, 0, 0, 0.15);
    box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0, 0, 0, 0.15);
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
.menu-item-design-default > .nav-dropdown.nav-dropdown-default li:hover > ul {
    opacity: 1;
    visibility: visible;
}
.menu-item-design-default
    > .nav-dropdown.nav-dropdown-default
    .nav-dropdown-col
    .menu-item-has-children {
    margin-top: 0;
}

/* Header Template Element */
.nav-click {
    position: relative;
    width: 2rem;
    height: 2rem;
    cursor: pointer;
    display: block;
    z-index: 999;
}
.nav-click span,
.nav-click::after,
.nav-click::before {
    content: "";
    background-color: #000;
    position: absolute;
    height: 0.125rem;
    transition: all 0.3s ease-in-out;
    pointer-events: none;
}
.nav-dark .nav-click span,
.nav-dark .nav-click::after,
.nav-dark .nav-click::before {
    background-color: #fff;
}
.nav-click::after,
.nav-click::before {
    top: 0.375rem;
    right: 0;
    width: 1.125rem;
    transform-origin: 50% 50%;
}
.nav-click::after {
    top: 1.4375rem;
    width: 1.875rem;
}
.nav-click span {
    top: 0.9375rem;
    right: 0;
    width: 1.5rem;
}
@media (min-width: 53.125rem) {
    .nav-click {
        width: 2.375rem;
        height: 2.375rem;
    }
    .nav-click span,
    .nav-click::after,
    .nav-click::before {
        height: 0.1875rem;
    }
    .nav-click::after,
    .nav-click::before {
        top: 0.5625rem;
        width: 1.5625rem;
    }
    .nav-click::after {
        top: 1.6875rem;
        width: 2.1875rem;
    }
    .nav-click span {
        top: 1.125rem;
        width: 1.9375rem;
    }
}
.has-off-canvas .current-lightbox-clicked .nav-click span {
    opacity: 0;
}
.has-off-canvas .current-lightbox-clicked .nav-click::before {
    width: 70%;
    left: 17%;
    transform: rotate3d(0, 0, 1, 45deg);
    top: 43%;
}
.has-off-canvas .current-lightbox-clicked .nav-click::after {
    width: 70%;
    left: 15%;
    transform: rotate3d(0, 0, 1, -45deg);
    top: 41%;
}

/*--------------------------------------------------------------
## Widget 
--------------------------------------------------------------*/
/* Widget Recent Posts */
.post-sidebar .widget_recent_entries ul li {
    padding: 0.3125rem 0.625rem;
    border-bottom: 0.0625rem solid #cccccc;
}
.post-sidebar .widget_recent_entries ul li:last-child {
    border-bottom: none;
}
.post-sidebar .widget_recent_entries ul li .post-date {
    display: block;
}

/* Widget Recent Posts */
.post-sidebar .widget_recent_entries ul li {
    padding: 0.3125rem 0.625rem;
    border-bottom: 0.0625rem solid #cccccc;
}
.post-sidebar .widget_recent_entries ul li:last-child {
    border-bottom: none;
}
.post-sidebar .widget_recent_entries ul li .post-date {
    display: block;
}

/* Widget Recent Posts */
.widget_list_vb_posts .widget_list_posts__inner,
.widget_list_posts .widget_list_posts__inner {
    border: 0.0625rem solid var(--line, #dbdbdb);
    background: var(--white, #fff);
    padding: 0.75rem;
}
.widget_list_posts .post-item {
    padding-bottom: 0;
}
.widget_list_vb_posts .widget_list_posts__inner p {
    font-size: 1rem;
}
.widget_list_vb_posts .widget_list_posts__inner p a {
    overflow: hidden;
    color: var(--primary-color);
    text-overflow: ellipsis;
    white-space: wrap;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 1.3125rem */
}
.widget_list_vb_posts .widget_list_posts__inner p:not(:last-child),
.widget_list_posts .post-item:not(:last-child) .col-inner {
    margin-bottom: 0.625rem;
    padding-bottom: 0.625rem;
    border-bottom: 0.0625rem solid #dbdbdb;
}
.widget_list_posts .post-item:last-child .col-inner {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0 solid #000;
}
.widget_list_vb_posts .widget_list_posts__inner p:last-child {
    margin-bottom: 0;
}
.widget_list_vb_posts .blog-col-inner .post-title,
.widget_list_posts .blog-col-inner .post-title {
    font-size: 0.875rem;
    line-height: 1.4;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 2.8em;
    width: auto;
    margin: 0 0 0.3125rem 0;
    font-weight: 600;
}
.widget_list_posts .from_the_blog_excerpt {
    font-size: 0.875rem;
}
@media screen and (min-width: 34.375rem) {
    .widget_list_posts .box-vertical {
        display: flex;
    }
    .widget_list_posts .box-vertical .box-image {
        flex: 0 0 22%;
    }
    .widget_list_posts .box-vertical .box-image .image-zoom {
        width: 100%;
    }
    .widget_list_posts .box-vertical .box-text {
        padding: 0 0 0 0.75rem;
    }
    .widget_list_posts .box-vertical .box-text .post-title {
        font-size: 0.875rem;
        font-weight: 600;
    }
    .widget_list_posts__alignright .box-vertical .box-text {
        order: -1;
        padding: 0 0.75rem 0 0;
    }
}
/* Widget Information */
.widget_information ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.widget_information ul li {
    padding: 0.375rem 0 0.375rem 1.375rem;
    position: relative;
}
.widget_information ul li + li {
    border-top: none;
}
.widget_information ul li.hidden_icon {
    padding-left: 0;
}
.widget_information ul li.hidden_icon i {
    display: none;
}
.widget_information li i {
    font-size: 0.75rem;
    position: absolute;
    left: 0;
    top: 0.6875rem;
    width: 1rem;
    text-align: center;
}

/*--------------------------------------------------------------
## Shortcode 
--------------------------------------------------------------*/
/* Shortcode Blog */
.uni_blog .tab-content-inner {
    padding: 0.75rem;
    border-right: 1px solid var(--line, #dbdbdb);
    border-bottom: 1px solid var(--line, #dbdbdb);
    border-left: 1px solid var(--line, #dbdbdb);
    background: var(--white, #fff);
}
.uni_blog .sh-blog-shortcode.layout-1 .post-item:not(:first-child) .box-text {
    padding: 0.62rem 0.62rem 0.62rem 0;
    border-bottom: 1px solid var(--line, #dbdbdb);
}
.uni_blog
    .sh-blog-shortcode.layout-1
    .post-item:not(:first-child)
    .box-text
    .post-title {
    padding-left: 1.19rem;
    overflow: hidden;
    color: #222222;
    text-overflow: ellipsis;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 0;
    position: relative;
}
.uni_blog
    .sh-blog-shortcode.layout-1
    .post-item:not(:first-child)
    .box-text
    .post-title:before {
    content: "";
    background: url("assets/img/arrow-right.svg") left 0px center no-repeat;
    background-size: 10px;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 1px;
    left: 0;
}
.pdc {
    padding: 0.62rem 0.62rem 0 0.62rem;
    text-align: right;
}
.pdc a {
    color: var(--primary-color);
}
.uni_blog .sh-blog-shortcode.layout-1 .post-item:first-child .box {
    display: flex;
    column-gap: 1rem;
}
.uni_blog
    .sh-blog-shortcode.layout-1
    .post-item:first-child
    .box
    .box-text
    .post-title {
    font-size: 1rem;
    line-height: 120%;
}
.uni_blog
    .sh-blog-shortcode.layout-1
    .post-item:first-child
    .box
    .box-text
    .from_the_blog_excerpt {
    color: #686868;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 0.25rem;
}
.uni_blog .sh-blog-shortcode.layout-1 .post-item:first-child {
    padding-bottom: 0.4rem;
}
.uni_blog .sh-blog-shortcode.layout-1 .post-item:first-child .box .box-text {
    padding: 0;
}
.uni_blog
    .sh-blog-shortcode.layout-1
    .post-item:first-child
    .box
    .box-text
    .button {
    margin: 0;
    min-height: auto;
    line-height: normal;
    color: var(--primary-color);
    padding: 0;
}
/* Shortcode Title Product */
.uni-titlepro ul li {
    margin-left: 0;
    display: block;
}
.uni-titlepro .open-subcat {
    white-space: nowrap;
    cursor: pointer;
}
@media (min-width: 53.125rem) {
    .uni-titlepro {
        display: flex;
        justify-content: space-between;
        align-items: baseline;
    }
    .uni-titlepro .open-subcat {
        display: none;
    }
    .uni-titlepro ul li {
        display: inline-block;
    }
    .uni-titlepro li + li {
        margin-left: 1.875rem;
    }
}
@media (max-width: 53.1238rem) {
    .uni-titlepro__main {
        display: flex;
        justify-content: space-between;
    }
    .uni-titlepro ul {
        display: none;
        overflow: hidden;
        margin-left: -0.3125rem;
        margin-right: -0.3125rem;
    }
    .uni-titlepro ul li {
        float: left;
        width: 50%;
        padding-left: 0.3125rem;
        padding-right: 0.3125rem;
    }
    .uni-titlepro ul li:last-child {
        width: 100%;
    }
}
/* Shortcode Custom Menu */
.uni_custom_menu ul.menu li {
    border: none;
}
/* UX Shortcode */
.ux-menu-link__link {
    min-height: unset;
}
.ux-menu-title {
    font-size: 100%;
}
/* Category */
.blog-archive-posts .post-item .col-inner {
    border-bottom: 0.0625rem solid var(--line, #dbdbdb);
    padding-bottom: 1.125rem;
    margin-bottom: 1.125rem;
}
.blog-archive-posts .box-blog-post .box-text {
    padding: 0;
}
.blog-archive-posts .box-blog-post .box-text .post-meta span {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 0.875rem;
    color: #686868;
}
.blog-archive-posts .box-blog-post .box-text .post-meta span.post-time {
    margin-right: 1.5rem;
}
.blog-archive-posts .box-blog-post .box-text .post-meta span.post-view span {
    display: none;
}
.blog-archive-posts .box-blog-post .box-text .post-meta span i {
    margin-right: 0.3125rem;
}
.blog-archive-posts .box-blog-post:hover .box-text .post-meta span i {
    background-color: var(--primary-color);
}
.blog-archive-posts .box-vertical .box-image {
    float: left;
    margin-right: 1.125rem;
}
.blog-archive-posts .box-vertical .box-image,
.blog-archive-posts .box-vertical .box-text {
    vertical-align: inherit;
    display: inherit;
}
.box-blog-post .post-title {
    margin: 0 0 0.25rem;
    color: var(--primary-color);
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 1.5rem */
}
.box-blog-post .is-divider {
    display: none;
}
.box-blog-post .from_the_blog_excerpt {
    color: var(--Grey-text, #686868);
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 1.3125rem */
}
/* Single Post */
.related-title,
.archive-page-header h1.page-title,
.entry-header h1.entry-title {
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    text-transform: uppercase;
    border-bottom: 0.125rem solid var(--primary-color);
    margin-bottom: 1.75rem;
}
.entry-header h1.entry-title + .is-divider {
    display: none;
}
.entry-header-text-top {
    padding-bottom: 0;
}
ul.links {
    margin-bottom: 1.875rem;
}
ul.links li {
    margin: 0 0.4em !important;
}
.nav-pagination > li > span,
.nav-pagination > li > a {
    border: none;
    border-radius: 0.375rem;
    min-width: 1.875rem;
    width: 1.875rem;
    height: 1.875rem;
    line-height: 1.875rem;
    border-radius: 0.1875rem;
    color: var(--primary-color);
    font-weight: normal;
    border: 0;
}
.nav-pagination > li > .current {
    background-color: rgba(0, 0, 0, 0.15) !important;
    color: #222;
}
/* Wpcf7 */
.wpcf7-form {
    margin-bottom: 0;
}
.wpcf7-form p {
    margin-bottom: 0;
}
.wpcf7 .button {
    min-width: 6.25rem;
    margin-bottom: 0;
}
.wpcf7 .wpcf7-response-output {
    border-radius: 0;
}
.wpcf7-not-valid-tip,
.wpcf7 form .wpcf7-response-output {
    font-size: 0.9em;
}
.wpcf7 form .wpcf7-response-output {
    margin: 1em 0 1em;
}
.wpcf7 .wpcf7-spinner {
    display: none !important;
}
/* Template - Header */
.header-cart-title {
    line-height: 1.2;
}
.header li.cart-item > a {
    display: inline-flex;
    flex-direction: row-reverse;
}
.header li.cart-item span + .image-icon {
    margin-left: 0;
    margin-right: 0.625rem;
}
/* Footer */
.footer-wrapper .widget {
    margin-bottom: 0;
}
.main-ft {
    padding-bottom: 15px !important;
}
.absolute-footer {
    padding: 0.625rem 0 0.625rem;
    background-color: var(--primary-color);
    color: #ffffff !important;
}
@media (min-width: 53.125rem) {
    .footer-secondary {
        padding: 0;
    }
}
/* Top Link */
#top-link {
    background-color: var(--primary-color);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 2.5rem;
    height: 2.5rem;
    border: 0;
}
#top-link i {
    font-size: 1.375rem;
    color: #ffffff;
}
.progress-wrap {
    position: fixed;
    right: 1.25rem;
    bottom: 1.875rem;
    height: 2.875rem;
    width: 2.875rem;
    cursor: pointer;
    display: block;
    border-radius: 3.125rem;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transform: translateY(0.9375rem);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.progress-wrap::before {
    content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23FFFFFF" class="w-6 h-6"><path fill-rule="evenodd" d="M12 20.25a.75.75 0 01-.75-.75V6.31l-5.47 5.47a.75.75 0 01-1.06-1.06l6.75-6.75a.75.75 0 011.06 0l6.75 6.75a.75.75 0 11-1.06 1.06l-5.47-5.47V19.5a.75.75 0 01-.75.75z" clip-rule="evenodd" /></svg>');
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1.25rem;
    height: 1.25rem;
    transform: translate(-50%, -50%);
    z-index: 9;
}
.progress-wrap::after {
    content: "";
    position: absolute;
    text-align: center;
    font-size: 1rem;
    left: 0;
    right: 0;
    margin: auto;
    background-color: var(--primary-color);
    border-radius: 6.1875rem;
    top: 50%;
    transform: translateY(-50%);
    height: 2.375rem;
    width: 2.375rem;
    line-height: 2.1875rem;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.progress-wrap:hover::after {
    background-color: #105ca8;
}
.progress-wrap:hover::before {
    opacity: 1;
}
.progress-wrap svg path {
    fill: none;
}
.progress-wrap svg.progress-circle path {
    stroke: var(--primary-color);
    stroke-width: 4;
    box-sizing: border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
@-webkit-keyframes ispinner-fade {
    0% {
        opacity: 0.85;
    }

    50% {
        opacity: 0.25;
    }

    100% {
        opacity: 0.25;
    }
}
@keyframes ispinner-fade {
    0% {
        opacity: 0.85;
    }

    50% {
        opacity: 0.25;
    }

    100% {
        opacity: 0.25;
    }
}
/*--------------------------------------------------------------
## Custom Css 
--------------------------------------------------------------*/
#dark-breadcrumbs {
    background: #f4f4f4;
    padding: 0.75rem;
}
#dark-breadcrumbs .rank-math-breadcrumb p {
    margin-bottom: 0;
}
#dark-breadcrumbs .rank-math-breadcrumb li {
    margin: 0 0.5em 0 1em;
}
#dark-breadcrumbs .rank-math-breadcrumb a:after,
#dark-breadcrumbs .rank-math-breadcrumb span:after {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -1.5em;
    border-top-width: 1.5em;
    border-top-style: solid;
    border-top-color: transparent;
    border-bottom-width: 1.5em;
    border-bottom-style: solid;
    border-bottom-color: transparent;
    border-left-width: 1em;
    border-left-style: solid;
    border-left-color: #dcdcdc;
    right: -1em;
}
#dark-breadcrumbs .rank-math-breadcrumb a:before,
#dark-breadcrumbs .rank-math-breadcrumb span:before {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -1.5em;
    border-width: 1.5em 0 1.5em 1em;
    border-style: solid;
    border-color: #dcdcdc #dcdcdc #dcdcdc transparent;
    left: -1em;
}
#dark-breadcrumbs .rank-math-breadcrumb a,
#dark-breadcrumbs .rank-math-breadcrumb span {
    background-color: #dcdcdc;
    padding: 0.6em 1em;
    margin: 0 0.5em 0 1em;
    text-decoration: none;
    color: #333;
    position: relative;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 2.625rem;
    color: var(--primary-color);
}
#dark-breadcrumbs .separator {
    display: none !important;
}
.top-home .searchform .search-field,
#dark-breadcrumbs .searchform .search-field {
    height: 2.25rem;
    box-shadow: unset;
    border-radius: 0.1875rem 0 0 0.1875rem;
    border-color: #dbdbdb;
}
.top-home .searchform .ux-search-submit,
#dark-breadcrumbs .searchform .ux-search-submit {
    background-color: var(--primary-color) !important;
    height: 2.25rem;
    min-height: 2.25rem;
    width: 2.8125rem;
    border: 0;
    border-radius: 0 0.1875rem 0.1875rem 0rem;
}
.top-home .searchform,
#dark-breadcrumbs .searchform {
    margin-bottom: 0;
    width: 100%;
}
.single .rank-math-breadcrumb .last {
    display: none !important;
}
#wrapper {
    padding: 0 0.625rem;
    box-shadow: 0rem 0rem 1rem 0rem rgba(0, 0, 0, 0.25);
}
.header-wrapper .header-main {
    height: auto;
}
.header-wrapper .header-inner {
    padding: 0;
}
.header-wrapper .header-inner #logo {
    width: 100%;
    margin: 0;
}
.header-wrapper .header-inner #logo img {
    max-height: unset;
}
.header-wrapper #wide-nav > .flex-row {
    padding: 0;
}
.header-wrapper #wide-nav > li > a {
    height: 2.8125rem;
}
.header-wrapper li.li-home a {
    position: relative;
    height: 100%;
    padding-left: 2.5rem !important;
}
.header-wrapper li.li-home a:before {
    content: "";
    -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" class="w-6 h-6"><path d="M11.47 3.84a.75.75 0 011.06 0l8.69 8.69a.75.75 0 101.06-1.06l-8.689-8.69a2.25 2.25 0 00-3.182 0l-8.69 8.69a.75.75 0 001.061 1.06l8.69-8.69z" /><path d="M12 5.432l8.159 8.159c.03.03.06.058.091.086v6.198c0 1.035-.84 1.875-1.875 1.875H15a.75.75 0 01-.75-.75v-4.5a.75.75 0 00-.75-.75h-3a.75.75 0 00-.75.75V21a.75.75 0 01-.75.75H5.625a1.875 1.875 0 01-1.875-1.875v-6.198a2.29 2.29 0 00.091-.086L12 5.43z" /></svg>')
        no-repeat center/contain;
    mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" class="w-6 h-6"><path d="M11.47 3.84a.75.75 0 011.06 0l8.69 8.69a.75.75 0 101.06-1.06l-8.689-8.69a2.25 2.25 0 00-3.182 0l-8.69 8.69a.75.75 0 001.061 1.06l8.69-8.69z" /><path d="M12 5.432l8.159 8.159c.03.03.06.058.091.086v6.198c0 1.035-.84 1.875-1.875 1.875H15a.75.75 0 01-.75-.75v-4.5a.75.75 0 00-.75-.75h-3a.75.75 0 00-.75.75V21a.75.75 0 01-.75.75H5.625a1.875 1.875 0 01-1.875-1.875v-6.198a2.29 2.29 0 00.091-.086L12 5.43z" /></svg>')
        no-repeat center/contain;
    position: absolute;
    top: 50%;
    left: 0.9375rem;
    text-align: center;
    transform: translate(0, -50%);
    width: 1.25rem;
    height: 1.25rem;
    background-color: #ffffff;
}
.nav:hover > li:not(:hover) > a:before {
    opacity: 1;
}
.header-wrapper #wide-nav ul.nav > li.current-menu-item > a {
    background-color: #b91e1e;
}
.header-wrapper #wide-nav ul.nav > li > a {
    padding: 0 0.875rem;
}
/* sidebar */
.post-sidebar .is-divider {
    display: none;
}
.post-sidebar .widget-title {
    display: block;
    border-radius: 0.3125rem 0.3125rem 0rem 0rem;
    padding: 0.625rem;
    background: var(--primary-color);
    color: #ffffff;
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    text-transform: uppercase;
}
#text-4 .widget-title {
    background-color: #b91e1e;
}
.post-sidebar .widget-title > span {
    position: relative;
    padding-left: 2.1875rem;
}
.section-title i {
    opacity: 1;
}
.post-sidebar .widget-title > span:before {
    content: "";
    background: url("assets/img/icon-logo.png") center no-repeat;
    background-size: 1.875rem;
    width: 1.875rem;
    height: 1.875rem;
    position: absolute;
    left: 0;
    top: 42%;
    transform: translateY(-50%);
}
/* widget_list_view_posts */
.widget_list_view_posts .widget_list_posts__alignleft {
    padding: 0.75rem;
    border-top: 0;
    border: 1px solid var(--line, #dbdbdb);
}
.widget_list_view_posts .post-item {
    padding-bottom: 0;
}
.widget_list_view_posts .post-item .col-inner {
    padding-bottom: 0.94rem;
    margin-bottom: 0.94rem;
    border-bottom: 1px solid #dbdbdb;
}
.widget_list_view_posts .post-item .col-inner .box-text {
    padding: 0;
}
.widget_list_view_posts .post-item .post-title {
    font-size: 1rem;
    font-weight: normal;
    padding-left: 0.94rem;
    margin-bottom: 0;
    position: relative;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.widget_list_view_posts .post-item .post-title:before {
    content: "";
    background: url("assets/img/arrow-right.svg") left 0px center no-repeat;
    background-size: 10px;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    left: 0;
}
.widget_list_view_posts .post-item .post-title a {
    color: #222222;
    margin-bottom: 0;
    margin-top: 0;
}
.widget_list_view_posts .post-item .box-image {
    display: none;
}
.read-more-cat {
    margin-bottom: 0;
}
.read-more-cat a {
    color: var(--primary-color);
    display: inline-flex;
    align-items: center;
    gap: 5px;
}
/* block video */
.post-sidebar .block-video {
    padding: 0.5rem !important;
    border: 0.0625rem solid var(--line, #dbdbdb);
    background: var(--white, #fff);
}
.post-sidebar .block-video .button.open-video {
    width: 100%;
    margin: 0 0 0.75rem;
    padding: 0;
}
.post-sidebar .block-video .uni-video .play-video {
    scale: (0.5, 0.5);
}
.post-sidebar .block-video .uni-video:last-child .button {
    margin-bottom: 0;
}
.post-sidebar .widget_text .textwidget {
    padding: 0.5rem !important;
    border: 0.0625rem solid var(--line, #dbdbdb);
    background: var(--white, #fff);
}
.post-sidebar .widget_text .textwidget p {
    margin-bottom: 0.75rem;
}
.post-sidebar .widget_text .textwidget p img {
    margin-bottom: 0.5rem;
}
.post-sidebar .widget_text .textwidget p img:last-of-type,
.post-sidebar .widget_text .textwidget :last-child {
    margin-bottom: 0;
}
/* document */
.box-document .item-categories-title {
    padding: 0.6875rem 1.25rem 0.375rem;
    border-radius: 0.3125rem 0.3125rem 0rem 0rem;
    border: 0.0625rem solid var(--line, #dbdbdb);
    background: linear-gradient(180deg, #e3e3e3 0%, #f4f4f4 100%);
    margin-bottom: 0;
}
.box-document .item-categories-title a {
    display: inline-flex;
    align-items: center;
    color: var(--primary-color);
    font-size: 0.875rem;
}
.box-document .item-categories-title a img {
    margin-right: 0.25rem;
}
.box-document .item-categories-title a span {
    margin-left: 0.25rem;
    color: #ec1d23;
}
.box-document .doc-block {
    border: 0.0625rem solid var(--line, #dbdbdb);
}
.box-document.is-child .doc-block {
    border-top: 0;
}
.box-document .doc-detail .name {
    color: var(--primary-color);
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
}
.box-document .doc-detail .image .image-inner {
    width: 100%;
    max-width: 14.5rem;
    border-radius: 0.1875rem;
    border: 0.0625rem solid var(--line, #dbdbdb);
    margin-bottom: 0.5rem;
}
.box-document .doc-detail .image img {
    width: 100%;
    aspect-ratio: 1/0.581896552;
    object-position: center;
    object-fit: contain;
}
.box-document .doc-detail .button-more {
    color: var(--primary-color);
}
.box-document .doc-detail .button-more i {
    background-color: var(--primary-color);
}
.box-document .doc-detail {
    padding: 1.25rem;
}
.box-document .doc-detail:not(:first-child) {
    border-top: 0.0625rem solid #dbdbdb;
}
.box-document .doc-detail:not(:first-child) .button-more,
.box-document .doc-detail:not(:first-child) .image {
    display: none;
}
.box-document .doc-detail .doc-meta {
    margin-bottom: 0.5rem;
}
.box-document .doc-detail .doc-meta span {
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.box-document .doc-detail .doc-meta span i {
    margin-right: 0.1875rem;
}
.box-document .doc-detail .doc-view span {
    display: none;
}
.file-download h3,
.info-doc h3 {
    padding: 0.6875rem 1.25rem 0.375rem;
    border-radius: 0.3125rem 0.3125rem 0rem 0rem;
    border: 0.0625rem solid var(--line, #dbdbdb);
    background: linear-gradient(180deg, #e3e3e3 0%, #f4f4f4 100%);
    margin-bottom: 0;
}
.file-download .content-download,
.info-doc .content-doc {
    padding: 1.25rem;
    border: 0.0625rem solid var(--line, #dbdbdb);
    border-top: 0rem solid var(--line, #dbdbdb);
}
.info-doc p.view-file span {
    text-transform: capitalize;
}
.info-doc p span {
    display: block;
    font-weight: bold;
}
.file-download a {
    display: flex;
    cursor: pointer;
}
.file-download a svg {
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.3125rem;
}
.result-download span {
    animation: spin 0.5s linear infinite;
}
.result-download {
    margin: 0.9375rem auto 0;
    text-align: center;
}
.result-download svg {
    width: 1.5625rem;
    height: 1.5625rem;
}
.list-post-next-page {
    padding-left: 10px;
}
.list-post-next-page li {
    list-style-position: inside;
    color: var(--Grey-text, #686868);
}
.list-post-next-page li a {
    color: var(--Grey-text, #686868);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 21px */
}
/* flickity */
.uni-flickity-slider .flickity-page-dots .dot {
    background-color: #d9d9d9;
    opacity: 1;
}
.uni-flickity-slider .flickity-page-dots .dot.is-selected {
    background-color: var(--primary-color);
}
.uni-hcld .flickity-button {
    top: 32%;
}
/* section-title-container */
.section-title-container {
    margin-bottom: 0;
}
.section-title-container .section-title-normal {
    border-bottom: 0;
    padding-bottom: 0;
    border-radius: 0.3125rem 0.3125rem 0rem 0rem;
    background: var(--primary-color);
    font-size: 1rem;
}
.section-title-container .section-title-normal span {
    padding-bottom: 0;
    margin: 0;
    border-bottom: 0;
    color: #ffffff;
    display: flex;
    align-items: center;
    padding: 0.62rem 0.62rem 0.62rem 1.38rem;
}
.icon-certificate {
    width: 1.875rem;
    height: 1.875rem;
    background: url("assets/img/icon-logo.png") center top 2px no-repeat;
    background-size: 1.875rem;
}
.icon-certificate:before {
    display: none;
}
.headline-box {
    display: flex;
    align-items: center;
    border-radius: 0.3125rem 0.3125rem 0rem 0rem;
    background: var(--primary-color);
    overflow: hidden;
}
.headline-box .headline-subtitle {
    color: var(--white, #fff);
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    background-color: #b91e1e;
    padding: 0.72rem 0.5rem;
    text-align: center;
}
.headline-box .headline-title {
    color: var(--white, #fff);
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 0;
    padding: 0.72rem 0.05rem;
    text-align: center;
    line-height: 150%; /* 1.3125rem */
}
.box-list-videos .list-videos,
.uni-newposts .list-newposts {
    border: 1px solid #dbdbdb;
    padding: 0 0.75rem;
}
.box-list-videos .list-videos {
    padding-top: 0.75rem;
}
.box-list-videos .list-videos li,
.uni-newposts .list-newposts li {
    list-style-type: none;
    padding: 0.75rem 0 0.75rem 0.94rem;
    border-bottom: 1px solid #dbdbdb;
    position: relative;
    margin: 0;
    font-size: 1rem;
}
.box-list-videos .list-videos li:last-child,
.uni-newposts .list-newposts li:last-child {
    border-bottom: 0 solid #000;
}
.box-list-videos .list-videos li.read-more-cat,
.uni-newposts .list-newposts li {
    padding-left: 0;
}
/* .uni-newposts .list-newposts li:not(.read-more-cat):before, */
.box-list-videos .list-videos li:not(.read-more-cat):before {
    content: "";
    background: url("assets/img/arrow-right.svg") left 0px center no-repeat;
    background-size: 10px;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0.75rem;
    left: 0;
}
.uni-newposts .list-newposts li:not(.read-more-cat) a {
    display: grid;
    column-gap: 14px;
    grid-auto-flow: column;
    column-gap: 14px;
}
.uni-newposts .list-newposts li a .boximage {
    width: 86px;
    aspect-ratio: 1/0.76744186;
    border: 1px solid #ccc;
}
.uni-newposts .list-newposts li a .boximage img {
    height: 100%;
    width: 100%;
    object-position: center;
    object-fit: cover;
}
.uni-newposts .list-newposts li a .boxtitle {
    width: 100%;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    max-width: 100%;
}
.block-blog-posts .blog-post-inner a.button {
    border: 0;
    margin: 0;
    font-size: 14px;
    min-height: auto;
    line-height: 120%;
}
.block-blog-posts .blog-post-inner .from_the_blog_excerpt,
.block-blog-posts .blog-post-inner .post-title a {
    color: #fff;
    margin-top: 0;
}
.block-blog-posts .blog-post-inner .post-title,
.block-blog-posts .blog-post-inner .from_the_blog_excerpt {
    margin-bottom: 10px;
}
.block-blog-posts .blog-post-inner a.button:after {
    content: "";
    background: url("assets/img/arrow-right.svg") left center no-repeat;
    background-size: 10px;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 3.5px;
    right: -10px;
    filter: brightness(0) invert(1);
}
/* .uni-newposts .list-newposts li a span {
    overflow: hidden;
    color: var(--white, #fff);
    text-overflow: ellipsis;
    font-size: 0.625rem;
    padding: 0.22rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    border-radius: 0.125rem;
    background: var(--Red-main, #b91e1e);
    margin-left: 0.3125rem;
} */
.btn-video {
    cursor: pointer;
}
.box-list-videos .list-videos li .btn-video.active {
    color: var(--primary-color);
}
.post-type-archive-video .box-list-videos .list-videos li span {
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    max-height: 1.25rem;
    max-width: 100%;
}
.top-headline a.active {
    background-color: #b91e1e;
}
.top-headline a {
    padding: 0.72rem 0.5rem;
    color: var(--white, #fff);
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    display: inline-block;
    cursor: pointer;
    text-transform: uppercase;
}
.top-headline {
    background: var(--primary-color);
    border-radius: 0.3125rem 0.3125rem 0rem 0rem;
    overflow: hidden;
}
.uni_blog .tab-content {
    display: none;
}
.uni_blog .tab-content.show {
    display: block;
}
.form-contact .form-group span input::placeholder {
    color: var(--Grey-text, #686868);
}
.form-contact .form-group {
    margin-bottom: 0.75rem !important;
}
.form-contact .form-group span select,
.form-contact .form-group span input {
    height: 44px;
    border-radius: 5px;
    border: 1px solid var(--line, #dbdbdb);
    color: var(--Grey-text, #686868);
    box-shadow: unset;
}
.form-contact .btn-form {
    width: 100%;
    margin: 0;
    padding: 0;
    height: 44px;
    border-radius: 5px;
    background: var(--1, #ffb800);
    border: 0;
    color: var(--Black-main, #222);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
}
/*--------------------------------------------------------------
## Responsive 
--------------------------------------------------------------*/
@media only screen and (max-width: 53.1238rem) {
    .header-wrapper .header-inner {
        flex-wrap: wrap;
    }
    #header {
        border-bottom: 1px solid #686868;
    }
    #header .header-wrapper {
        padding: 0 0px;
    }
    #header .flex-col.show-for-medium {
        padding: 0 10px;
    }
    .mobile-sidebar .logo {
        text-align: center;
        padding: 1.875rem 0.9375rem 0;
    }
    .mobile-sidebar .logo img {
        display: inline-block;
        max-height: 5rem;
        /* filter: brightness(0) invert(1); */
    }
    .off-canvas .nav-vertical > li > a {
        padding-top: 0.625rem;
        padding-bottom: 0.625rem;
    }

    .single-page h2,
    .page-inner h2 {
        font-size: 1.5rem;
    }
    .single-page h3,
    .page-inner h3 {
        font-size: 1.25rem;
    }
    .single-page h4,
    .page-inner h4 {
        font-size: 1rem;
    }
    .single-page h5,
    .page-inner h5 {
        font-size: 0.875rem;
    }
    /* .uni_blog .sh-blog-shortcode.layout-1 .box-image {
        width: 100% !important;
    } */
}

@media only screen and (max-width: 43.7488rem) {
}

@media only screen and (max-width: 34.3738rem) {
}

@media only screen and (min-width: 34.375rem) {
}

@media only screen and (min-width: 43.75rem) {
}

@media only screen and (min-width: 53.125rem) {
    .header .nav > li {
        margin: 0;
    }
    .header .nav > li > a {
        line-height: 2.8125rem;
    }
}

@media only screen and (min-width: 62rem) {
    .header .nav > li > a {
        font-size: 1rem;
    }
    .header .nav .sub-menu li a {
        font-size: 0.9375rem;
    }
    .headline-box .headline-subtitle {
        white-space: nowrap;
    }
    .uni_blog
        .sh-blog-shortcode.layout-1
        .post-item:not(:first-child)
        .box-text
        .post-title {
        font-size: 1rem;
    }
}

@media only screen and (min-width: 75rem) {
    body {
        font-size: 1rem;
    }
    .header-wrapper #wide-nav ul.nav > li > a {
        padding: 0 1.25rem;
    }
}
