/*
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.   ***************/
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@700&display=swap");
.uppercase,
h6,
th,
span.widget-title {
    letter-spacing: 0;
}
td {
    color: inherit;
}
.text-box .text {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
}
.uni-breadcrumbs {
    margin-bottom: 30px;
}
.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: bold;
    letter-spacing: 0;
}
.button.is-outline,
input[type="submit"].is-outline,
input[type="reset"].is-outline,
input[type="button"].is-outline {
    border-width: 1px;
}
.button.is-outline {
    color: inherit;
    line-height: calc(2.5em - 2px);
}
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;
}

/*--------------------------------------------------------------
## 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-top .nav-uppercase > li > a {
    text-transform: none;
}
.nav-uppercase > li > a {
    letter-spacing: 0;
}
.header .nav-dropdown {
    color: inherit;
}
.nav-dropdown-has-arrow li.has-dropdown:before {
    border-width: 12px;
}
.nav-dropdown-has-arrow li.has-dropdown:after {
    border-width: 10px;
    margin-left: -9px;
    display: none;
}
.nav-dropdown-has-border .nav-dropdown {
    border-width: 1px;
}
.menu-item-design-default > .nav-dropdown.nav-dropdown-default {
    padding: 0;
    display: block;
}
.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 {
    min-width: 210px;
}
.menu-item-design-default > .nav-dropdown.nav-dropdown-default ul {
    background-color: #fff;
    min-width: 210px;
    top: -1px;
    border: 1px solid #ddd;
    left: 100%;
    position: absolute;
    -webkit-box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);
    box-shadow: 1px 1px 15px 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: 32px;
    height: 32px;
    cursor: pointer;
    display: block;
    z-index: 999;
}
.nav-click span,
.nav-click::after,
.nav-click::before {
    content: "";
    background-color: #000;
    position: absolute;
    height: 2px;
    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: 6px;
    right: 0;
    width: 18px;
    transform-origin: 50% 50%;
}
.nav-click::after {
    top: 23px;
    width: 30px;
}
.nav-click span {
    top: 15px;
    right: 0;
    width: 24px;
}
@media (min-width: 850px) {
    .nav-click {
        width: 38px;
        height: 38px;
    }
    .nav-click span,
    .nav-click::after,
    .nav-click::before {
        height: 3px;
    }
    .nav-click::after,
    .nav-click::before {
        top: 9px;
        width: 25px;
    }
    .nav-click::after {
        top: 27px;
        width: 35px;
    }
    .nav-click span {
        top: 18px;
        width: 31px;
    }
}
.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 */
.sidebar .widget_recent_entries ul li {
    padding: 5px 10px;
    border-bottom: 1px solid #cccccc;
}
.sidebar .widget_recent_entries ul li:last-child {
    border-bottom: none;
}
.sidebar .widget_recent_entries ul li .post-date {
    display: block;
}

/* Widget Recent Posts */
.widget_list_posts .post-item {
    padding-bottom: 0;
}
.widget_list_posts .post-item:not(:last-child) .col-inner {
    margin-bottom: 20px;
}
.widget_list_posts .blog-post-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 5px 0;
}
.widget_list_posts .from_the_blog_excerpt {
    font-size: 0.875rem;
}
@media screen and (min-width: 550px) {
    .widget_list_posts .box-vertical {
        display: flex;
    }
    .widget_list_posts .box-vertical .box-image {
        flex: 0 0 30%;
    }
    .widget_list_posts .box-vertical .box-text {
        padding: 0 0 0 20px;
    }
    .widget_list_posts__alignright .box-vertical .box-text {
        order: -1;
        padding: 0 20px 0 0;
    }
}

/* Widget Support */
@media (min-width: 1200px) {
    .widget_supports .list-supporter {
        padding-top: 190px;
        background-image: url(assets/img/bg-support.png);
        background-repeat: no-repeat;
        background-position: top center;
        background-size: contain;
    }
}
.widget_supports .list-supporter .email {
    padding: 5px 10px;
    font-weight: 600;
    line-height: 20px;
}
.widget_supports .phone {
    font-size: 1.25rem;
    color: #ff0000;
    font-weight: bold;
}
.widget_supports .list-supporter li {
    margin: 0;
}
.widget_supports .support-style-1 {
    background-color: #fff;
}
.widget_supports .support-style-1 .supporter {
    padding: 0 10px 10px 10px;
}
.widget_supports .support-style-1 li {
    padding: 5px 0;
    font-size: 0.875rem;
    color: #333333;
    border-top: 1px solid #333;
}
.widget_supports .support-style-1 li:first-child {
    border-top: none;
}
.widget_supports .support-style-1 li:last-child {
    border-bottom: none;
}
.widget_supports .support-style-1 i {
    width: 22px;
    margin-right: 12px;
}
.widget_supports .support-style-2 .supporter {
    margin: 0 8px;
    padding: 5px 8px 5px 50px;
    border-top: 1px solid #dddddd;
    background: url(lib/images/ic-phone.png) 7px 10px no-repeat;
    position: relative;
}
.widget_supports .support-style-2 .supporter:first-child {
    border-top: none;
}
.widget_supports .support-style-2 .name {
    font-weight: 600;
}
.widget_supports .support-style-2 .skype {
    position: absolute;
    right: 7px;
    bottom: 10px;
    z-index: 1;
}
.widget_supports .support-style-2 .email a {
    color: #333333;
}
.widget_supports .support-style-3 .supporter:not(:last-child) {
    border-bottom: 1px solid #dfdfdf;
}
.widget_supports .support-style-3 ul {
    position: relative;
    padding: 8px 10px;
}
.widget_supports .support-style-3 .name {
    font-size: 0.75rem;
    color: #333333;
}
.widget_supports .support-style-3 .phone {
    line-height: 24px;
}
.widget_supports .support-style-3 .social {
    position: absolute;
    bottom: 10px;
    right: 8px;
    z-index: 1;
}
.widget_supports .support-style-3 .social a {
    display: inline-block;
    margin-left: 4px;
}

/* Widget Information */
.widget_information ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.widget_information ul li {
    padding: 3px 0 3px 22px;
    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.8em;
    width: 14px;
    text-align: center;
}
.widget_information li.label-company {
    padding-left: 0;
    text-transform: uppercase;
    font-weight: bold;
}
.widget_information li.label-company i {
    display: none;
}

/*--------------------------------------------------------------
## Shortcode 
--------------------------------------------------------------*/
/* Shortcode Blog */
.sh-blog-shortcode .element .entry-thumb .image-zoom {
    padding-top: 56%;
}
.sh-blog-shortcode .element .entry-content {
    margin: 0;
    padding: 0;
    font-size: 0.9375rem;
}
.sh-blog-shortcode .element .entry-content p {
    margin-bottom: 10px;
}
.sh-blog-shortcode .element .entry-meta {
    opacity: 0.7;
    font-style: italic;
    margin-bottom: 5px;
    font-size: 0.875rem;
}
.sh-blog-shortcode .element .entry-meta i {
    margin-right: 5px;
}
.sh-blog-shortcode .element .entry-title {
    margin: 0.5em 0 0.5em;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.4em;
    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;
}
.sh-blog-shortcode .element .entry-title a {
    color: inherit;
}
.sh-blog-shortcode .element .entry-description {
    text-align: justify;
    line-height: 1.4;
    font-size: 0.9375rem;
    color: #999999;
}
.sh-blog-shortcode.style-1 .entry-thumb {
    float: left;
    width: 25%;
    margin-right: 15px;
}
.sh-blog-shortcode.style-1 .entry-title {
    margin: 0 0 5px 0;
}
.sh-blog-shortcode.style-5 .entry-thumb {
    float: left;
    width: 30%;
    margin-right: 15px;
}
.sh-blog-shortcode.style-5 .entry-title {
    margin-top: 0;
}
.sh-blog-shortcode.style-6 .first-element-layout .entry-title {
    margin: 15px 0 10px 0;
}
.sh-blog-shortcode.style-6 .second-element-layout .element:not(:last-child) {
    margin-bottom: 15px;
}
.sh-blog-shortcode.style-6 .second-element-layout .element:last-child {
    margin-bottom: 0;
}
.sh-blog-shortcode.style-6 .second-element-layout .post-inner {
    overflow: hidden;
}
.sh-blog-shortcode.style-6 .second-element-layout .entry-thumb {
    float: left;
    width: 30%;
    margin-right: 1em;
}
.sh-blog-shortcode.style-6 .second-element-layout .entry-thumb .image-zoom {
    padding-top: 62%;
}
.sh-blog-shortcode.style-6 .second-element-layout .entry-title {
    margin-top: 0;
    font-size: 0.875rem;
}
.sh-blog-shortcode.style-7 .first-element-layout .element .entry-thumb {
    float: left;
    width: 30%;
    margin-right: 20px;
}
.sh-blog-shortcode.style-7 .first-element-layout .element .entry-title {
    margin: 0 0 5px 0;
}
.sh-blog-shortcode.style-7 .second-element-layout {
    margin-bottom: 20px;
}
.sh-blog-shortcode.style-7 .second-element-layout .element {
    margin-bottom: 5px;
}
.sh-blog-shortcode.style-7 .second-element-layout .element .entry-title {
    margin: 0;
}
.sh-blog-shortcode.style-7
    .second-element-layout
    .element
    .entry-title
    a:before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #337ab7;
    border-radius: 50%;
    position: relative;
    top: -2px;
    margin-right: 5px;
}
.sh-blog-shortcode.style-8 .element .post-inner {
    position: relative;
}
.sh-blog-shortcode.style-8 .element .entry-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px 10px;
}
.sh-blog-shortcode.style-8 .element .entry-title {
    font-size: 0.875rem;
    line-height: 20px;
    margin: 0;
}
.sh-blog-shortcode.style-8 .element .entry-title a {
    display: block;
}
/* Shortcode Title Product */
.uni-titlepro {
    background: #fff;
    margin-bottom: 20px;
}
.uni-titlepro .heading {
    font-size: 18px;
}
.uni-titlepro .heading a {
    background: #2f3091;
    height: 42px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    text-transform: uppercase;
    overflow: hidden;
    z-index: 10;
    color: #fff;
    padding: 0 15px;
}
.uni-titlepro ul li {
    margin-left: 0;
    display: block;
}
.uni-titlepro ul li a {
    font-size: 13px;
    font-weight: bold;
    color: #1a76bd;
}
.uni-titlepro .open-subcat {
    white-space: nowrap;
    cursor: pointer;
}
@media (min-width: 850px) {
    .uni-titlepro {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .uni-titlepro .heading {
        margin-bottom: 0;
    }
    .uni-titlepro .open-subcat {
        display: none;
    }
    .uni-titlepro ul {
        padding-right: 10px;
    }
    .uni-titlepro ul li {
        display: inline-block;
    }
    .uni-titlepro li + li {
        margin-left: 10px;
        padding-left: 10px;
        position: relative;
    }
    .uni-titlepro li + li:after {
        content: "";
        background: #bbbcc0;
        width: 2px;
        height: 11px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: -1px;
    }
}
@media (max-width: 849.98px) {
    .uni-titlepro__main {
        display: flex;
        justify-content: space-between;
    }
    .uni-titlepro ul {
        display: none;
        overflow: hidden;
        margin-left: -5px;
        margin-right: -5px;
    }
    .uni-titlepro ul li {
        float: left;
        width: 50%;
        padding-left: 5px;
        padding-right: 5px;
    }
    .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;
}
/* Category */
.blog-post-inner .post-title {
    font-size: 1rem;
    margin: 0.5em 0 1em;
}
.blog-post-inner .is-divider {
    display: none;
}
.blog-post-inner .from_the_blog_excerpt {
    font-size: 0.875rem;
}
/* Single Post */
.entry-header h1.entry-title {
    font-size: 1.5rem;
}
.entry-header h1.entry-title + .is-divider {
    display: none;
}
.entry-header-text-top {
    padding-bottom: 0;
}
ul.links li {
    margin: 0 0.4em !important;
}
.nav-pagination > li > span,
.nav-pagination > li > a {
    border: none;
    border-radius: 6px;
    height: 2.25em;
    line-height: 2.25em;
}
/* Wpcf7 */
.wpcf7-form {
    margin-bottom: 0;
}
.wpcf7 .button {
    min-width: 100px;
    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: 10px;
}
/* Footer */
.footer-wrapper .widget {
    margin-bottom: 0;
}
.main-ft .ux-menu .ux-menu-link__link:before {
    content: "♦";
    margin-right: 10px;
    color: #ed1c24;
}
.main-ft .ux-menu .ux-menu-title {
    font-size: 16px;
    color: rgb(206, 53, 56);
}
.footer-wrapper ol li,
.footer-wrapper ul li {
    margin-left: 0;
}
.footer-wrapper ol,
.footer-wrapper ul {
    margin-top: 0;
    padding: 0;
    list-style-type: none;
}
.absolute-footer {
    padding: 10px 0 10px;
}
@media (min-width: 850px) {
    .footer-secondary {
        padding: 0;
    }
}

/*--------------------------------------------------------------
## Custom Css 
--------------------------------------------------------------*/
.tukhoa {
    padding-left: 20px;
    display: block;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-family: sans-serif;
    font-size: 13px;
    margin-top: 17px;
    background: url("assets/img/tukhoa.png") no-repeat left center;
    line-height: 18px;
}
#wide-nav > .flex-row > .flex-left {
    margin-right: 15px;
}
.news-status {
    width: 40px;
    float: left;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-size: 12px;
    line-height: 20px;
    padding: 0 3px;
    color: #ffffff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #f0343b;
    text-transform: uppercase;
}
.header-vertical-menu .header-vertical-menu__opener {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    font-family: "Roboto Condensed", sans-serif;
}
.hotline {
    float: left;
    height: 62px;
    position: absolute;
    overflow: hidden;
    z-index: 100;
    top: -12px;
    right: -30px;
    width: 300px;
    overflow: hidden;
    padding-left: 102px;
    background:
        url(assets/img/ic-phone.png) no-repeat left 55px center,
        url("assets/img/nenhotline.png") no-repeat center;
}
.hotline span {
    display: block;
    height: auto;
    margin-top: 5px;
    font-size: 20px;
    color: #fff;
    font-weight: 700;
}
.hotline .chucty {
    font-family: sans-serif;
    font-size: 12px;
    margin-top: 5px;
    color: #fff;
}
.header_link {
    width: 140px;
    margin-right: 20px;
    margin-top: 30px !important;
}
.header_link i {
    font-size: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #0a315f;
    border-radius: 50%;
    float: left;
    margin-right: 10px;
    color: var(--primary-color);
}
.header_link span {
    font-size: 14px;
    line-height: 10px;
}
/* header-vertical-menu */
.html_topbar_right span {
    display: inline-flex;
}
.header-vertical-menu__fly-out .nav-vertical-fly-out > li.menu-item > a {
    padding: 10px 25px;
}
/* Home */
.slidertop .large-3 {
    flex-basis: 22% !important;
    max-width: 22% !important;
}
.slidertop .large-9 {
    flex-basis: 78% !important;
    max-width: 78% !important;
}
.sticky-add-to-cart--active,
#wrapper,
#main,
#main.dark {
    background-color: #f5f4f4;
}
.row-policy .col {
    padding-top: 25px;
    padding-bottom: 25px;
}
.row-policy .col .icon-box {
    align-items: center;
}
.row-policy .col .title {
    display: block;
    font-size: 16px;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    text-transform: none;
}
.row-policy .col .muctieu {
    font-size: 21px;
    text-transform: uppercase;
    display: block;
    margin-top: 8px;
}
.box-shadow,
.row-box-shadow-2 .col-inner,
.row-box-shadow-2-hover .col-inner:hover,
.box-shadow-2,
.box-shadow-2-hover:hover {
    box-shadow:
        0 3px 6px -4px rgba(0, 0, 0, 0.16),
        0 3px 6px rgba(0, 0, 0, 0.23);
}
.nav-tabs + .tab-panels {
    padding: 10px !important;
    padding-bottom: 0 !important;
}
.chinhsachcongty .slider-wrapper {
    border: 1px solid #ededed;
    padding-top: 15px;
}
.chinhsachcongty .section-title-container {
    margin-bottom: 0;
}
.chinhsachcongty .section-title {
    border-top: 3px solid #2f3091;
    background: #fafafa;
    height: 45px;
    line-height: 45px;
    border-right: 1px solid #e1e1e1;
    border-bottom: 0 solid #000;
    margin: 0;
    padding: 0;
}
.chinhsachcongty .section-title span {
    margin-bottom: 0;
    font-size: 20px;
    color: #2f3091;
    padding-bottom: 0;
    border-bottom: 0 solid #000;
    padding-left: 79px;
    padding-right: 10px;
    text-transform: uppercase;
    background: url("https://quatvimax.vn/wp-content/themes/vpw_theme/images/bgicontintuc.png")
        no-repeat left center;
    float: left;
    display: inline;
    height: 42px;
    line-height: 40px;
}
.form-dktt > p {
    display: flex;
}
.form-dktt .wpcf7-form-control-wrap {
    flex: 1;
}
.form-dktt input {
    height: 40px;
    margin-bottom: 0;
}
.form-dktt .button {
    background-color: #dd3333 !important;
    margin: 0;
}
.ux-logo-link {
    border: 1px solid #3333;
}
.archive #main {
    background-color: #fff;
}
.archive .box-blog-post {
    box-shadow:
        0 3px 6px -4px rgba(0, 0, 0, 0.16),
        0 3px 6px rgba(0, 0, 0, 0.23);
}
span.widget-title {
    background: url(assets/img/bg-tit-lg-x1.png);
    background-size: 100% 48px;
    display: block;
    height: 48px;
    color: #fff;
    line-height: 34px;
    padding-left: 10px;
}
#block_widget-2 span.widget-title {
    background: url(assets/img/bg-tit-lg-x2.png);
    background-size: 100% 48px;
}
.widget .is-divider {
    display: none;
}
.single-post .boxBackground {
    background: #fff;
    padding: 20px;
}
.box-hotline {
    flex-direction: column;
    gap: 5px;
    padding-left: 40px;
    background: url(assets/img/ic_phone.png) left center no-repeat;
}
.box-hotline span {
    line-height: 1;
}
.box-hotline span.number_hotline {
    color: #fe0100;
    font-weight: bold;
}
.header-search-form-wrapper .search-field {
    height: 40px;
    outline: none;
    box-shadow: unset;
}
.header-search-form-wrapper .ux-search-submit {
    height: 40px;
    width: 100px;
    outline: none;
    font-weight: normal;
}
/*--------------------------------------------------------------
## Responsive 
--------------------------------------------------------------*/
@media (max-width: 1199.98px) {
    .row-policy .col .muctieu {
        font-size: 18px;
    }
}

@media (max-width: 849.98px) {
    .slidertop .large-9 {
        flex-basis: 100% !important;
        max-width: 100% !important;
    }
    .chinhsachcongty .large-12.small-6,
    .top-ft .col {
        flex-basis: 100% !important;
        max-width: 100% !important;
    }
    .tukhoa {
        margin-top: 0;
    }
    .row-policy .col .muctieu {
        font-size: 16px;
    }
    .row-policy .icon-box-img,
    .row-policy .icon-box-img img {
        max-width: 30px;
    }
    .uni-titlepro__main {
        flex-wrap: wrap;
    }
    .nav-tabs > li > a {
        padding-left: 8px;
        padding-right: 8px;
    }
    .uni-titlepro .heading {
        font-size: 16px;
        flex-basis: 100%;
        max-width: 100%;
        margin-bottom: 10px;
    }
    .uni-titlepro .heading a {
        width: 100%;
    }
    .uni-titlepro .open-subcat {
        padding: 10px;
    }
    .ul-reset {
        padding: 10px !important;
    }
}

@media (max-width: 767.98px) {
}

@media (max-width: 575.98px) {
}
@media (min-width: 850px) {
    .flex-col.hide-for-medium.flex-left {
        margin-right: 30px;
    }
    .top-ft .col {
        padding-bottom: 0;
    }
    .header-bottom .flex-col.hide-for-medium.flex-center .nav li a {
        font-size: 15px;
    }
    .header-bottom .flex-col.hide-for-medium.flex-center .nav > li > a {
        text-transform: uppercase;
        font-weight: normal;
        font-size: 15px;
    }
    .nav-dropdown-has-arrow li.has-dropdown:before {
        display: none;
    }
    .nav-dropdown-has-arrow li.has-dropdown:after {
        border-width: 10px;
        margin-left: -9px;
    }
    .header-bottom .flex-col.hide-for-medium.flex-center .nav .nav-dropdown {
        border-width: 0px;
        padding: 0;
        min-width: 240px;
        color: inherit;
    }
    .header-bottom
        .flex-col.hide-for-medium.flex-center
        .nav
        > li
        .nav-dropdown {
        left: 0 !important;
        top: 130%;
        transition: all 0.35s ease-in-out;
    }
    .header-bottom
        .flex-col.hide-for-medium.flex-center
        .nav
        > li:hover
        .nav-dropdown {
        top: 100%;
    }
    header#header .nav-dropdown {
        display: block;
        padding: 0;
        background-color: rgba(0, 0, 0, 0.6);
        border: 0;
    }
    .header-bottom .nav-dropdown-has-arrow li.has-dropdown:after {
        display: none;
    }
    .header-bottom .nav-dropdown.nav-dropdown-simple li a,
    header#header .header-vertical-menu li a {
        color: #ffffff;
        font-size: 14px;
        line-height: 1.4;
        text-transform: none;
    }
    header#header .header-bottom-nav > li > a {
        color: #222222;
    }
    header#header
        .header-vertical-menu__fly-out
        .nav-vertical-fly-out
        > li.menu-item {
        border: 0;
    }
    .header-bottom ul:not(.header-bottom-nav) li + li a,
    .header-bottom ul:not(.header-bottom-nav) ul li + li a,
    header#header
        .header-vertical-menu__fly-out
        .nav-vertical-fly-out
        li
        + li
        > a {
        background: url(assets/img/bdb2.png) center top no-repeat;
    }
    header#header .nav-dropdown ul.sub-menu {
        position: absolute;
        left: 100%;
        top: 0;
        background-color: rgba(0, 0, 0, 0.6);
        width: 240px;
        padding: 0;
        display: none !important;
        border-radius: 0px;
    }
    header#header .nav-dropdown ul.sub-menu a {
        white-space: normal;
        margin: 0;
        padding: 10px 25px;
        border: 0;
        font-weight: 400;
        font-size: 14px;
        color: #ffffff;
    }
    header#header .nav-dropdown li:hover > ul.sub-menu {
        display: block !important;
    }
    header#header .nav-dropdown li {
        border-right: 0;
        white-space: normal;
        width: 100%;
        display: block;
        position: relative;
        margin: 0;
    }
    header#header .nav-dropdown li.menu-item-has-children > a {
        font-weight: 400;
        text-transform: none;
        font-size: 14px;
    }
    header#header .nav-dropdown li.active > a {
        color: var(--primary-color);
    }
    header#header .sub-menu .menu-item-has-children > a {
        display: flex;
        justify-content: space-between;
        gap: 5px;
    }
    header#header .sub-menu .menu-item-has-children > a:after {
        content: "";
        speak: none !important;
        display: inline-block;
        font-display: block;
        font-family: fl-icons !important;
        font-style: normal !important;
        font-variant: normal !important;
        font-weight: 400 !important;
        line-height: 1.2;
        margin: 0;
        padding: 0;
        position: relative;
        text-transform: none !important;
    }
}
@media (min-width: 850px) {
    /* #wide-nav > .flex-row > .flex-col.hide-for-medium.flex-left {
        top: 52px;
        position: relative;
    } */
    #header .header-main {
        border-bottom: 1px solid var(--primary-color);
    }
    #header .logo-left .logo {
        /* position: relative;
        display: flex;
        justify-content: center;
        top: 16px; */
        margin-right: 15px !important;
    }
    #header .logo-left .logo a {
        text-align: center;
    }
    .tukhoa {
        display: none;
    }
    #header .header-main .flex-col.hide-for-medium.flex-left > .nav {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    #header .header-main .flex-col.hide-for-medium.flex-left > .nav li {
        margin: 0;
    }
    #wide-nav > .flex-row > .flex-left {
        max-width: 260px;
    }
}
@media (min-width: 1200px) {
    .tukhoa {
        display: block;
    }
    /* #header .logo-left .logo a img {
        max-height: 110px !important;
    } */
}
