/*
Theme Name: ACM
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
::-webkit-scrollbar-track {
    background-color: #ebebeb;
}
::-webkit-scrollbar {
    width: 8px;
    background-color: #ebebeb;
}
::-webkit-scrollbar-thumb {
    background-color: grey;
}
html,
body {
    font-size: 15px;
    color: #333;
    line-height: 1.5;
}
b,
strong {
    font-weight: 700;
}
.h2,
h2 {
    font-size: 1.4em;
}
.h3,
h3 {
    font-size: 1.2em;
}
.ux-menu-link__link {
    padding: 0;
    min-height: unset;
    margin-bottom: 8px;
}
#breadcrumbs {
    padding: 10px 0;
    background: #f1f1f1;
    margin-bottom: 30px;
}
#breadcrumbs p {
    margin: 0;
}
.breadcrumbs,
#breadcrumbs span {
    font-size: 14px;
    text-transform: initial !important;
    font-weight: 400;
    color: #184363;
    opacity: 1;
}
#breadcrumbs a {
    text-transform: initial;
    font-size: 14px;
    color: #184363;
}
.taxonomy-description ul,
.taxonomy-description ol {
    padding-left: 25px;
}
.taxonomy-description {
    margin-bottom: 30px;
}
.row .row-small:not(.row-collapse),
.container .row-small:not(.row-collapse) {
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 0;
}
.row-small > .flickity-viewport > .flickity-slider > .col,
.row-small > .col {
    padding: 0 10px 20px;
    margin-bottom: 0;
}
pre,
blockquote,
form,
figure,
p,
dl,
ul,
ol {
    margin-bottom: 20px;
}
.nav-dropdown-has-border .nav-dropdown {
    border: none;
    padding: 10px 5px;
}
.nav-dropdown-has-border .nav-dropdown a {
    font-size: 14px;
    color: #333;
    border-bottom: 1px dashed #ececec !important;
}
.az-title-shortcode {
    margin-bottom: 20px;
}
.az-title-shortcode.center {
    text-align: center;
    margin-bottom: 40px;
}
.az-sub-title {
    margin-bottom: 0;
    font-weight: 600;
    color: #8b8b8b;
}
.az-title-shortcode .title-description {
    margin-top: 10px;
    font-weight: 500;
}
.az-title {
    text-transform: uppercase;
    color: #2e3191;
    font-size: 30px;
    margin-bottom: 0;
    line-height: 1.4;
    font-weight: 800;
}
.section-title .sub-title {
    font-size: 22px;
    color: #ee9320;
    font-weight: 500;
    padding: 0;
    text-transform: initial;
    opacity: 1;
    line-height: 1.2;
}
h2.section-title {
    text-align: center;
    font-size: 32px;
    line-height: 125%;
    border: none;
    margin-bottom: 0;
}
.section-title-center {
    margin-bottom: 20px !important;
}
.description-title {
    color: #4d4d4d;
    font-weight: 600;
    font-size: 18px;
    margin: 0;
}
.section-title-center ~ .description-title {
    text-align: center;
}
.section-title {
    font-weight: 700;
    flex-direction: column;
}
.section-title .ez-toc-section {display: none;}
.section-title-normal {
    border: none;
    margin-bottom: 0;
    flex-direction: row;
}
.section-title-normal a.view-more {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: -0.5px;
    background: #184363;
    padding: 0 20px;
    border-radius: 7px;
    color: #fff;
    line-height: 30px;
    height: 30px;
}
.section-title-normal a.view-more i {
    color: #fff;
}
.section-title-normal .section-title-main {
    border: none;
    padding: 0;
    margin: 0;
    line-height: 1.4;
    text-transform: initial;
    font-weight: 700;
    text-align: left;
    color: #333;
    text-transform: uppercase;
    position: relative;
}
.section-title-normal .section-title-main span {
    padding: 0;
    margin: 0;
    border: none;
    position: relative;
    z-index: 2;
}
.section-title-normal .section-title-main:before {
    content: '';
    position: absolute;
    width: 130px;
    height: 45px;
    display: block;
    background: #6edcd8;
    z-index: 1;
    left: 0;
    top: -25px;
}
.section-title-normal .read-more {
    font-size: 14px;
    font-weight: normal;
    color: white;
    background: #39b1ac;
    height: 32px;
    line-height: 32px;
    padding: 0 20px;
    border-radius: 5px;
}
.section-title-normal .read-more i {
    opacity: 1;
    vertical-align: -1px;
}
.title-text-link .section-title-normal .section-title-main {
    max-width: calc(100% - 150px);
}
h1.section-title .section-title-main {
    font-size: 32px;
}
h2.section-title .section-title-main {
    font-size: 30px;
}
.section-title-center {
    justify-content: center;
    align-items: center;
}
.section-title-center span {
    margin: 0 auto;
}
.button.az-button {
    padding: 0 25px;
    line-height: 46px;
    height: 48px;
    border: 1px solid #00b3ad;
    font-weight: 500;
    font-size: 14px;
}
.button.az-button.secondary {
    border-color: #df4521;
}
.button.az-button.is-small {
    height: 40px;
    font-size: 15px;
    line-height: 40px;
    padding: 0 16px;
    border: none;
    font-weight: 500;
}
.az-button.white {
    background: white !important;
    border: 1px solid white !important;
    color: #184363 !important;
}
.az-button.white:hover {
    background: #15a9e3 !important;
    border: 1px solid #15a9e3 !important;
    color: #fff !important;
    box-shadow: unset;
}
.is-outline.az-button {
    background: transparent;
}
.button.az-button > i {
    vertical-align: 0;
    margin-right: 10px;
    margin-left: 0;
}
.button.az-button > span + i {
    margin-right: 0;
    margin-left: 10px;
}
.az-button.is-outline.white {
    background: transparent !important;
    color: #fff;
    border-color: #fff;
}
.off-canvas-right .mfp-content,
.off-canvas-left .mfp-content {
    width: 80%;
}
input[type="email"],
input[type="search"],
input[type="number"],
input[type="url"],
input[type="tel"],
input[type="text"],
textarea,
input[type="password"],
input[type="time"],
input[type="date"],
select {
    border: 1px solid #ebebeb;
    box-shadow: none;
    font-size: 14px;
    border-radius: 5px;
    width: 100%;
    padding: 0 10px;
    display: block;
    height: 40px;
    line-height: 40px;
    border-radius: 40px;
}
input[type="email"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
    box-shadow: unset;
}
textarea {
    min-height: 100px;
    padding: 5px 10px;
    line-height: 1.6;
    border-radius: 12px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}
.box-push .box-text {
    border-radius: 5px 5px 0 0;
    background: rgba(255, 255, 255, 0.8);
}
.flickity-prev-next-button {
    height: 40px;
    width: 40px;
    background: #fff;
    margin: 0 !important;
    color: #184363;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    box-shadow: 2px 2px 5px #00000036;
    top: calc(50% - 20px);
}
.flickity-prev-next-button:hover {
    background: #184363;
    color: white !important;
}
.flickity-prev-next-button:before {
    content: "\F285";
    display: inline-block;
    font-display: block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -0.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: inherit;
}
.flickity-prev-next-button.previous:before {
    content: "\F284";
}
.flickity-prev-next-button svg {
    display: none;
}
.slider-nav-circle .flickity-prev-next-button .arrow {
    border: none;
}
.slider-nav-normal .flickity-prev-next-button,
.slider-nav-small .flickity-prev-next-button {
    width: 25px;
    height: 25px;
    min-height: unset;
    font-size: 13px;
    top: calc(50% - 13px);
}
.slider-nav-light .flickity-prev-next-button {
    color: #184363;
    background: #ebebeb;
}
.slider-nav-light .flickity-prev-next-button:hover {
    color: #fff;
    background: #184363;
}
.flickity-enabled .flickity-page-dots .dot {
    width: 8px;
    height: 8px;
    background: #fff;
    border: 1px solid #e51b23;
    opacity: 1;
    margin: 0 4px;
}
.flickity-enabled .flickity-page-dots .dot.is-selected {
    background: #e51b23;
}
.pagination-outside > .slider,
.pagination-outside.slider {
    padding-bottom: 30px;
}
.page-wrapper {
    padding: 0;
}
table {
    margin: 0 auto 1.5em;
    width: 100%;
    border-top: 1px solid #bfbfbf;
    border-left: 1px solid #bfbfbf;
}
table td,
table th {
    padding: 10px !important;
    border-right: 1px solid #bfbfbf;
    border-bottom: 1px solid #bfbfbf;
}
.contact_form .row {
    margin: 0 -5px !important;
}
.contact_form .col {
    padding: 0 5px 10px;
}
.contact_form input,
.contact_form textarea {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 10px 16px;
    height: 56px;
    box-shadow: unset;
    margin: 0;
    display: block;
    color: #333;
    font-size: 16px;
}
.contact_form textarea {
    min-height: 84px;
}
.input-eff {
    position: relative;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 0;
    height: 56px;
    box-shadow: unset;
    margin: 0;
    display: block;
    overflow: hidden;
    background: #fff;
}
.input-eff.input-select:after {
    content: "\F282";
    position: absolute;
    display: flex;
    font-display: block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -0.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    right: 0;
    top: 0;
    height: 100%;
    width: 54px;
    justify-content: center;
    align-items: center;
    font-size: 14px;
}
.input-eff label {
    font-weight: 300;
    font-size: 16px;
    margin: 0;
    left: 16px;
    position: absolute;
    top: 50%;
    transition: all linear 0.3s;
    transform: translateY(-50%);
    color: #666;
    line-height: 150%;
    z-index: 1;
}
.input-eff.active label,
.input-eff.input-select label {
    font-size: 12px;
    top: 6px;
    transform: translateY(0);
    z-index: 20;
}
.input-eff input,
.input-eff select {
    width: 100%;
    border: none;
    position: absolute;
    left: 0;
    bottom: 0;
    top: -1px;
    outline: none;
    padding: 25px 16px 9px;
    z-index: 9;
    background: transparent;
    transition: all linear 0.3s;
    right: 0;
    margin: 0;
    height: 56px;
}
.input-eff select {
    padding-right: 60px;
}
.input-eff input:focus {
    box-shadow: unset;
    background: transparent;
}
.contact_form .button,
.contact_form button {
    margin: 0;
    width: 100%;
    height: 56px;
    line-height: 56px;
}
@media screen and (min-width: 850px) {
    .row-1-5 .col {
        max-width: 20% !important;
        -ms-flex-preferred-size: 20% !important;
        flex-basis: 20% !important;
    }
}
.nav-simple.nav-center .tab {
    margin: 0 10px 10px;
}
.nav-simple.nav-center .tab.active a {
    background: #184363;
    color: #fff;
}
.nav-simple.nav-center .tab a {
    min-width: 150px;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    text-transform: capitalize;
    background-color: #edf4f6;
    color: #184363;
    border-radius: 50px;
    height: 40px;
}
.star-rating {
    overflow: hidden;
    position: relative;
    height: 16px;
    width: 80px;
    background-color: #eee;
    -webkit-mask: url(assets/images/star.svg)
        left top;
    mask: url(assets/images/star.svg) left top;
    -webkit-mask-size: 16px;
    mask-size: 16px;
    transition: all 0.3s ease-out;
    margin: 0 0 10px;
    visibility: visible !important;
    opacity: 1 !important;
}
.star-rating span,
.et-testimonial .rating span {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    text-indent: -9000em;
    height: 15px;
    background-color: #f2971f;
    -webkit-mask: url(assets/images/star.svg)
        left top;
    mask: url(assets/images/star.svg) left top;
    -webkit-mask-size: 16px;
    mask-size: 16px;
    transition: all 0.3s ease-out;
}
.js-star-rating:before {
    display: none;
}
.row-box {
    margin: 0 auto;
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    padding: 10px 15px 20px;
    box-shadow: 2px 2px 5px #00000026;
}
.archive .row-box {
    padding: 5px 0 15px;
}
.entry-header-text {
    padding: 0;
}
.az-icon-box {
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    height: 100%;
}
.az-icon-header {
    padding: 25px;
    text-align: center;
}
.az-icon-box-title {
    margin: 8px 0 0;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
}
.az-icon-box-description {
    font-weight: 300;
    padding: 15px 15px 10px;
    text-align: center;
}
.az-icon-box-description > *:last-child {
    margin-bottom: 10px;
}
.az-icon-box-description p {
    margin-bottom: 10px;
}
.az-menu,
.sticky-menu .ux-menu {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0 0 20px;
    border-bottom: 1px solid #e6e6e6;
    flex-direction: row;
    margin-bottom: 20px;
}
.sticky-menu {
    position: sticky;
    top: 70px;
    background: #f7f7f7;
    z-index: 99;
    padding: 0 !important;
}
.sticky-menu .ux-menu {
    justify-content: center;
}
.az-menu li,
.sticky-menu .ux-menu-link {
    margin-right: 32px !important;
    margin-left: 0 !important;
    margin-bottom: 0 !important;
}
.az-menu li a,
.sticky-menu .ux-menu-link a {
    color: #333;
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    position: relative;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    white-space: nowrap;
    min-height: unset;
    padding: 0;
    display: block;
}
.az-menu li.current-menu-item a,
.az-menu li:hover a,
.sticky-menu .ux-menu-link:hover a,
.sticky-menu .ux-menu-link.active a {
    color: #e51b23;
}
.az-menu li a:after,
.sticky-menu .ux-menu-link a:after {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -21px;
    display: block;
    background: transparent;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
}
.az-menu li.current-menu-item a:after,
.az-menu li:hover a:after,
.sticky-menu .ux-menu-link:hover a:after,
.sticky-menu .ux-menu-link.active a:after {
    background: #e51b23;
}
.neo_cta {
    position: fixed;
    z-index: 1000;
    left: 0;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    bottom: 0;
    padding: 15px;
}
.neo_cta.right {
    left: initial;
    right: 0;
}
.neo_cta_list_button .cta_button {
    margin-top: 10px;
    margin-bottom: 0;
}
.neo_cta_list_button {
    list-style: none;
    margin: 0;
}
.neo_cta_list_button .cta_button .cta_button--icon {
    position: relative;
    display: block;
    text-align: center;
    width: 44px;
    height: 44px;
    line-height: 44px;
    color: #fff;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.11);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
}
.neo_cta_list_button .cta_button .cta_button--icon img {
    border-radius: 50%;
    background: #fff;
    border: 2px solid #fff;
}
.neo_cta_list_button .cta_button .cta_button--icon .tooltip-text {
    position: absolute;
    top: 4px;
    left: 55px;
    z-index: 9;
    height: 32px;
    line-height: 26px;
    padding: 3px 10px;
    width: auto;
    border-radius: 5px;
    font-size: 11px;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    background-color: rgb(207 23 31);
    visibility: hidden;
    opacity: 0;
    -ms-transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.neo_cta.right .cta_button .cta_button--icon .tooltip-text {
    right: 55px;
    left: initial;
}
.neo_cta_list_button .cta_button .cta_button--icon .tooltip-text:before {
    content: "";
    width: 0;
    height: 0;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent rgba(0, 0, 0, 1);
    position: absolute;
    right: 100%;
    top: 0;
    bottom: 0;
    margin: auto;
    -ms-transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.left .neo_cta_list_button .cta_button .cta_button--icon .tooltip-text:before {
    right: 100%;
    left: initial;
    border-color: transparent rgb(207 23 31) transparent transparent;
}
.neo_cta.right .cta_button .cta_button--icon .tooltip-text:before {
    right: initial;
    left: 100%;
}
.neo_cta_list_button .cta_button .cta_button--icon:hover {
    text-decoration: none;
    opacity: 0.9;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15), 0 4px 15px rgba(0, 0, 0, 0.13);
}
.neo_cta_list_button .cta_button .cta_button--icon:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
}
.neo_cta.cta_mobile {
    padding: 0;
    width: 100%;
    background: #fff;
    border-radius: 12px 12px 0 0;
    box-shadow: -2px -2px 5px #00000029;
    border-top: 1px solid #ebebeb;
}
.neo_cta.cta_mobile .neo_cta_list_button {
    display: flex;
    width: 100%;
    padding: 10px;
    justify-content: center;
}
.neo_cta.cta_mobile .neo_cta_list_button .cta_button {
    margin: 0 3px;
    flex: 0 0 auto;
    border-radius: 9999px;
    padding: 2px;
    background: #00b3ad;
    overflow: hidden;
}
.neo_cta.cta_mobile .neo_cta_list_button .cta_button:nth-of-type(2) {
    background: rgb(16, 143, 255);
    background: linear-gradient(
        90deg,
        rgba(16, 143, 255, 1) 0%,
        rgba(255, 85, 125, 1) 100%
    );
}
.neo_cta.cta_mobile .neo_cta_list_button .cta_button:nth-of-type(3) {
    background: #00acd4;
}
.neo_cta.cta_mobile .neo_cta_list_button .cta_button--icon {
    width: 100%;
    height: auto;
    box-shadow: unset;
    display: flex;
    background: #fff;
    border-radius: 999px;
    overflow: hidden;
    padding: 0 10px 0 2px;
    align-items: center;
}
.neo_cta.cta_mobile .neo_cta_list_button .cta_button--icon img {
    border: none;
    border-radius: 0;
    width: 30px;
    display: block;
    height: 30px;
}
.neo_cta.cta_mobile .cta_button .cta_button--icon .tooltip-text {
    position: static;
    visibility: visible;
    opacity: 1;
    background: none;
    color: #333;
    font-size: 13px;
    font-weight: 600;
    padding: 0 5px;
    line-height: 32px;
}
.neo_cta.cta_mobile .cta_button .cta_button--icon .tooltip-text:before {
    display: none;
}
.mobile-nav .icon-menu {
    line-height: 40px;
    font-size: 30px;
}
#logo img {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, .5);
    border-radius: 7px;
    height: 65px;
    transition: height .3s;
}
.stuck #logo img {height: 50px;}
#masthead .header-search-lightbox a {
    width: 40px;
    height: 40px;
    padding: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #00b3ad;
    border-radius: 7px;
    color: white;
}
#masthead .header-nav-main li {
    margin: 0;
}
#masthead .header-nav-main > li > a {
    padding: 0 20px;
    font-size: 16px;
    position: relative;
}
#masthead .header-nav-main > li.current-menu-item > a,
#masthead .header-nav-main > li:hover > a {
    color: #333;
}
#masthead .header-nav-main li:not(:last-child) a:after {
    content: "";
    position: absolute;
    background: rgb(255, 255, 255);
    background: linear-gradient(
        0deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.3) 50%,
        rgba(255, 255, 255, 0) 100%
    );
    right: 0;
    top: 5px;
    height: 40px;
    width: 1px;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    opacity: 1;
}
#masthead .header-nav-main li.current-menu-item a:after,
#masthead .header-nav-main li:hover a:after {
    opacity: 0;
}
#masthead .header-nav-main .sub-menu > li:hover > a {color: #00b3ad}
#masthead .header-nav-main li.has-dropdown:before {display: none;}
#secondary .is-divider {
    display: none;
}
#secondary .widget {
    background: #f5f6f8;
    border-radius: 7px;
    overflow: hidden;
    padding: 0 13px 10px;
}
#secondary .widget_media_image {
    padding: 0;
}
#secondary .widget_media_image img {
    width: 100%;
}
#secondary .widget-title {
    background: #00b3ad;
    color: #fff;
    display: block;
    text-align: center;
    padding: 13px 15px;
    margin: 0 -13px 15px;
}
.recent-blog-posts-li .plain {
    padding: 10px 0;
    display: flex;
}
.recent-blog-posts-li {
    margin: 0 !important;
    padding-left: 0 !important;
}
.recent-blog-posts-li:before {
    display: none !important;
}
.recent-blog-posts-li .box-text {
    padding: 0 15px;
}
.recent-blog-posts-li .box-text h3 {
    font-size: 14px;
    font-weight: 500;
    color: #333;
}
#form--dktv {
    text-align: center;
}
.neo--form .group-field {
    display: flex;
    margin: 0 -5px;
}
.neo--form .group-field label {
    padding: 0 5px;
    flex: 1;
}
.neo--form .group-field label.sodienthoai {
    width: calc(100% - 150px);
    flex: 0 0 auto;
}
.neo--form label {
    display: flex;
    margin-bottom: 12px;
}
.neo--form label .icon {
    background: #00b3ad;
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 38px;
    flex: 0 0 auto;
    width: 40px;
    border-radius: 5px 0 0 5px;
    display: block;
}
.neo--form label .icon i:before {line-height: inherit;}
.neo--form label input,
.neo--form label textarea {
    border-radius: 0 5px 5px 0;
    border: 1px solid #ebebeb;
    border-left: none;
    font-weight: 400;
    margin: 0;
    padding: 8px 15px;
}
.neo--form .note {
    font-size: 14px;
    color: gray;
    padding: 0 10px;
}
.neo--form button {
    height: 40px;
    display: block;
    background: #00b3ad;
    color: #fff;
    border-radius: 7px;
    text-transform: initial;
    min-width: 150px;
    margin: 10px auto 0;
}
div.wpforms-container-full .wpforms-form button[type=submit] {
    height: 60px;
    display: block;
    background: #00b3ad;
    color: #fff;
    border-radius: 7px;
    text-transform: initial;
    padding: 0 25px;
    margin: 0 auto;
}
#ftwp-list > .ftwp-item > .ftwp-anchor:before {
    display: none !important;
}
.col.post-item {min-height: 100%;display: flex;flex-direction: column;}
.col.post-item .col-inner, .col.post-item .col-inner .plain {height: 100%;display: flex;flex-direction: column;flex: 1;}
.col.post-item .col-inner .box-normal {
    display: flex;
    flex-direction: column;
    height: 100%;
    border-radius: 7px;
    background-color: white;
    flex: 1;
}
.col.post-item .col-inner .box-normal .box-image {width: 100%;}
.col.post-item .col-inner .box-normal .box-text {
    flex: 1;
    display: flex;
    flex-direction: column;
}
.col.post-item .col-inner .box-normal .box-text-inner {
    flex: 1;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
}
.post-item .bottom-box-text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 1.4;
}
.post-item .bottom-box-text a {
    color: #00b3ad;
}
.post-item .cat-label a {
    font-weight: 500;
    color: #39b1ac;
}
.post-item .post-title {
    color: #4d4d4d;
    font-weight: 500;
    margin-bottom: 10px;
    font-size: 16px;
    height: 43px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.has-shadow .col-inner {
    border-radius: 7px;
    overflow: hidden;
    box-shadow: 0px 0px 5px #00000052;
}
.has-shadow .box-vertical {
    background-color: #f8f8f8 !important;
}
.from_the_blog_excerpt {
    font-size: 14px;
    padding-bottom: 10px;
}
.single-post-meta {
    background-color: #f3f3f3;
    padding: 20px 15px;
    border-radius: 7px;
    margin-right: 0;
    margin-left: 0;
    display: flex;
    overflow: hidden;
    position: relative;
    margin-top: 20px;
    align-items: flex-start;
}
.single-post-meta > * {
    padding: 0 10px;
    flex: 1;
}
.single-post-meta .rating-share {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.single-post-meta .tham_van {
    display: flex;
    flex: 0 0 auto;
}
@media screen and (min-width:1200px){
    .single-post-meta .tham_van {width: 360px;}
}
.single-post-meta .author_post {
    font-size: 13px;
}
.single-post-meta .author-name {
    margin: 0;
}
.single-post-meta .tv_text {
    font-size: 14px;
}
.single-post-meta .tvyk {
    font-size: 15px;
}
.single-post-meta .social-s a {
    margin-bottom: 3px;
    border: none;
    min-width: unset;
    width: 30px;
    min-height: unset;
    height: 30px;
    font-size: 10px;
    line-height: 33px;
    border-radius: 5px !important;
}
.single-post-meta .review {
    font-size: 15px;
    color: #333;
}
.single-post-meta .avatar {
    display: block;
    width: 90px;
    height: 90px;
    border-radius: 100px;
    overflow: hidden;
    margin-right: 20px;
    flex: 0 0 auto;
}
.single-post-meta .mr-auto {
    display: flex;
}
.single-post-meta .align-items-center {
    align-items: center;
}
.single-post-meta .author-link {
    font-weight: 600;
    display: block;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.entry-author.author-box {
    background: #e8f5fd;
    padding: 20px;
    margin-bottom: 30px;
    border: 1px solid #c5e6f9;
    border-radius: 12px;
}
.single-san_pham .entry-author.author-box {margin-bottom: 0;}
.entry-author.author-box .author-name {
    border-bottom: 1px solid #c5e6f9;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.entry-author.author-box .author-name .da_duyet {
    white-space: nowrap;
    color: #20b520;
    font-size: 14px;
}
.entry-author.author-box .author-name .da_duyet i {
    margin-right: 2px;
    vertical-align: -1px;
    font-size: 13px;
}
.entry-author.author-box .author-name h5 {
    text-transform: initial;
    font-weight: 500;
    font-size: 16px;
    padding: 0;
    margin: 0;
}
.entry-author.author-box .author-desc {margin: 0;}
.blog-author-image {border-radius: 12px;overflow: hidden;}
.review-title {
    margin-bottom: 0;
    font-size: 15px;
}
.kk-star-ratings {
    display: block !important;
}
.kk-star-ratings .kksr-stars {
    margin: 3px 0;
}
.kk-star-ratings .kksr-legend {
    margin: 0;
    font-size: 15px !important;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.meta-top span {
    font-size: 14px;
    margin-right: 10px;
    color: #828080;
}
.social-icons .button.icon:not(.is-outline) {
    margin-left: 0 !important;
    border-radius: 7px !important;
    background: white !important;
}
.social-icons .button svg {
    fill: #184363;
    transition: fill 0.3s ease-out;
    width: 14px;
    vertical-align: middle;
    display: inline-block;
    position: relative;
}
.social-icons a.pinterest > svg {
    fill: #cb2027;
}
.social-icons a.linkedin > svg {
    fill: #007bb6;
}
.social-icons a.twitter > svg {
    fill: #00aced;
}
.social-icons .button.icon:not(.is-outline).instagram > i.icon-instagram, .author-box .social-icons .instagram i.icon-instagram {
    color: #dd2a7b !important;
}
.social-icons .button.icon:not(.is-outline).youtube > i.icon-youtube, .author-box .social-icons .instagram i.icon-instagram {
    color: red !important;
    font-size: 20px;
}
.single-post-meta .social-icons a {
    margin-bottom: 0;
    margin-top: 5px;
    border: none;
}
.share-meta {
    padding-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.share-meta .author-name {
    font-size: 15px;
}
.share-meta .author-name a {
    display: block;
    font-weight: 600;
}
.related {
    padding: 25px 0;
}
.related-products {padding-top: 50px;}
.single .main-content > .post {margin-bottom: 0;}
.social-icons .button {
    display: inline-flex;
    align-items: center;
    position: relative;
    justify-content: center;
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 10px !important;
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    backface-visibility: hidden;
    transform-origin: 0 100%;
    background-color: #f0f0f0;
    color: #184363;
    border: none;
    margin: 5px 3px 0 !important;
}
.social-icons .button i,
.social-icons .button svg {
    display: block;
    top: 0;
}
.social-icons .button.icon:hover {
    transform: translateY(-5px);
    background-color: #f0f0f0 !important;
}
.social-icons .button.icon:hover i {
    color: inherit !important;
}
.social-icons .button svg {
    fill: #184363;
    transition: fill 0.3s ease-out;
    width: 14px;
    vertical-align: middle;
    display: inline-block;
    position: relative;
}
.social-icons a.twitter > svg {
    fill: #00aced;
}
.social-icons a.pinterest > svg {
    fill: #cb2027;
}
.social-icons a.linkedin > svg {
    fill: #007bb6;
}
.social-icons a.whatsapp > svg {
    fill: #55b750;
}
.social-icons a.telegram > svg {
    fill: #08c;
}
.header-author {
    padding: 30px 10px;
    background: #efefef;
    margin-bottom: 50px;
}
.wrap-header-author {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.header-author .col {
    padding-bottom: 0;
}
.header-author .header-author-col {
    overflow: hidden;
    margin-right: 50px;
}
.header-author .author-avatar {
    border-radius: 10px;
    display: inline-block;
    overflow: hidden;
}
.single-doctor .author-name {
    font-size: 20px;
    color: #39b1ab;
}
.single-doctor .profile-type {
    display: flex;
    align-items: center;
    margin-bottom: 0.5rem;
    font-size: 14px;
}
.single-doctor .profile-type svg {
    margin-left: 5px;
    color: #22c55e;
}
.single-doctor .profile-list {
    margin-bottom: 10px;
    font-size: 13px;
    text-align: left;
}
.single-doctor .profile-list h2 {
    font-size: 15px;
    color: #333;
    margin-bottom: 0;
}
.content-author ul,
content-author ol {
    padding-left: 20px;
}
.single-doctor .profile-list p {
    margin-bottom: 5px;
}
.social-author a {
    display: inline-block;
    line-height: 28px;
    height: 26px;
    width: 26px;
    text-align: center;
    background: #00b3ad;
    color: #fff;
    border-radius: 5px;
    font-size: 14px;
}
.nt .section {
    padding: 0;
}
.page-id-34 #main {
    background: url(assets/images/bg_diem_ban.png)
        no-repeat center bottom;
    background-size: cover;
}
.page--diem-ban-wrapper .page-title {
    font-weight: 700;
    font-size: 30px;
    text-transform: uppercase;
    text-align: center;
}
.page-note {
    text-align: center;
    padding-bottom: 50px;
}
.box-note-white {
    padding: 20px 20px 35px;
    background: #fff;
    border: 1px solid #00b3ad;
    border-radius: 12px;
    font-size: 20px;
}
.box-note-white b {
    color: #c21c24;
    font-size: 25px;
}
.box-note-red {
    display: inline-flex;
    margin: -30px auto 0;
    width: auto;
    background: #00b3ad;
    padding: 14px 30px;
    border-radius: 12px;
    color: #fff;
    font-size: 20px;
    align-items: center;
}
.box-note-red a {
    color: #fff;
    border-radius: 38px;
    border: 2px solid #fff;
    overflow: hidden;
    margin-left: 20px;
    white-space: nowrap;
    min-width: 115px;
    text-align: center;
}
.box-note-red a span {
    background: rgb(255, 133, 0);
    background: linear-gradient(
        0deg,
        rgba(255, 133, 0, 1) 0%,
        rgba(255, 133, 0, 1) 50%,
        rgba(255, 221, 199, 1) 100%
    );
    display: block;
    height: 34px;
    line-height: 34px;
    padding: 0 20px;
}
.location {
    padding-top: 50px;
}
.location .dvls_maps_wrap {
    background: #fff;
    height: 100%;
    border-radius: 12px;
}
.location .dvls_maps_header {
    padding: 0;
    background: #fff;
}
.location .dvls_maps_header .title {
    background: #c5202e;
    color: #fff;
    padding: 0 20px;
    height: 56px;
    line-height: 56px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 700;
}
.location .dvls_maps_header .title select {
    max-width: 300px;
    border: none;
}
.location .dvls_maps_header_form {
    padding: 20px 20px 10px;
}
.location .dvls_maps_header_form form,
.dvls_maps_wrap select {
    margin: 0;
    line-height: 35px;
    border-left: none;
    border-radius: 0 5px 5px 0;
}
.location .dvls_maps_wrap select {
    font-weight: 600;
    padding-right: 25px;
    text-overflow: ellipsis;
    border-radius: 0 3px 3px 0;
}
.location .dvls_maps_wrap input.dvls-submit {
    margin: 0;
    background: #00b3ad;
    font-weight: 600;
    text-transform: initial;
    min-width: unset;
    height: 35px;
    line-height: 36px;
    width: 100%;
}
.location .dvls_maps_sidebar {
    float: none;
    width: 100%;
    position: relative;
}
.location .dvls_maps_main {
    display: none;
}
.location .dvls_result_status {
    padding: 10px 20px;
    font-size: 14px;
}
.location .dvls_result_item {
    padding: 20px;
    background: white !important;
}
.location .dvls_result_wrap {
    max-height: 442px;
    overflow-y: auto;
}
.location .dvls_result_item:last-child {
    border: none;
}
.location .dvls_maps_3col {
    display: flex;
}
.location .dvls_maps_3col .dvls_maps_col {
    float: none;
    flex: 1;
}
.location .dvls_maps_3col .dvls_maps_col.col_select {
    width: 43%;
    flex: 0 0 auto;
    display: flex;
}
.location .dvls_maps_3col .dvls_maps_col.col_select span {
    font-size: 14px;
    padding: 0 10px;
    line-height: 35px;
    height: 35px;
    border: 1px solid #d9d9d9;
    border-radius: 5px 0 0 5px;
    border-right: none;
}
.location .dvls_maps_wrap .dvls_near_you {
    font-size: 14px;
}
.location .dvls_maps_wrap .dvls_result_infor h3 {
    font-weight: 600;
    font-size: 18px;
}
.location .dvls_maps_wrap .dvls_result_infor a {
    color: #f7931e;
}
#footer {
    background-color: #ebebeb;
}
#footer .section-title-normal .section-title-main:before {display: none;}
.col-logo img {
    height: 90px;
    width: auto;
    flex: 0 0 auto;
    margin-right: 20px;
}
.col-logo img:last-child {
    margin: 0;
}
#footer img.size-full.alignnone {
    margin-bottom: 0;
}
.dang-ky-nhan-tin .form-title {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 10px;
}
#form--dknt {
    position: relative;
    margin: 0;
}
#form--dknt input {
    border-radius: 8px;
    border: none;
    height: 50px;
    padding: 0 160px 0 20px;
    margin: 0;
}
#form--dknt .submit-form {
    width: 130px;
    right: 3px;
    top: 3px;
    position: absolute;
    margin: 0;
    height: 44px;
}
#footer .tt1 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}
#footer .tt2 {
    text-transform: uppercase;
    color: #335f97;
    font-weight: 800;
    font-size: 18px;
    margin-bottom: 10px;
}
#footer .section-title-container {
    margin-bottom: 15px;
}
#footer .ux-menu {
    margin-bottom: 15px;
}
#footer .col {
    padding-bottom: 0;
}
#footer .social-icons > span {
    font-weight: 600;
    font-size: 18px;
    color: #333;
    display: block;
    margin-bottom: 5px;
}
#footer .social-icons .button {
    background: #00b3ad;
}
#footer .social-icons .button i {
    color: white !important;
}
#footer .social-icons .button:hover i {
    color: #00b3ad !important;
}
#footer .social-icons .button svg {
    fill: white !important;
}
#footer .social-icons .button:hover svg {
    fill: #00b3ad !important;
}
.tooltipster-sidetip .tooltipster-box {
    border: none !important;
    font-family: "Montserrat", sans-serif !important;
}
.tooltipster-default .tooltipster-content {
    font-family: "Montserrat", sans-serif !important;
    font-size: 12px;
}
.absolute-footer.dark {
    color: #fff;
    padding: 10px 0;
}
.az-video .box {
    padding: 10px;
    display: block;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 20px;
}
.az-video .box-image {
    border-radius: 10px;
}
.az-video .box-text {
    padding: 15px 10px 5px;
}
.az-video .box-text h3 {
    text-align: center;
    margin: 0;
    color: #4d4d4d;
}
.page-title {
    text-transform: uppercase;
    font-size: 30px;
    margin-bottom: 20px;
}
.product-item .col-inner {padding: 10px;}
.product-item .box-text {padding: 10px 0;}
.product-item .box-text .button {border-radius: 7px;margin: 0 auto;display: block;}
.product-content {margin-bottom: 30px;}
.product-content ul,
.product-content ol,
.entry-content.single-page ul,
.entry-content.single-page ol {
    padding-left: 25px;
}
.product-images {
    margin-bottom: 5px;
}
.product-thumbnails .col a {
    position: relative;
    padding-top: 75%;
    display: block;
}
.product-thumbnails .col a img {
    right: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    top: 0;
    position: absolute;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
}
.product-content {
    padding: 25px;
    background: #edf2f8;
    border-radius: 7px;
}
.product-content .header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}
.product-content .tab-title {
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 500;
    margin: 0;
}
.product-name {
    font-size: 26px;
    font-weight: 500;
}
.switch-view {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.switch-view a {
    margin: 0;
    background: #515153;
    flex: 1;
    border-radius: 7px;
    line-height: 46px;
    height: 46px;
    font-weight: 500;
    text-transform: initial;
    font-size: 16px;
    white-space: nowrap;
}
.switch-view a:first-child {margin-right: 10px;}
.switch-view a.active {
    background: #00b3ad;
}
.product_short_description {
    font-size: 18px;
    margin: 10px 0 25px;
}
.product_short_description p, .product_short_description ul {margin-bottom: 10px;}
.price-wrapper {
    display: flex;
    align-items: center;
    color: #00b3ad;
    font-weight: 500;
}
.price-wrapper .label {
    height: 34px;
    line-height: 34px;
    font-size: 24px;
    margin-right: 10px;
}
.price-wrapper .normal-price {
    font-size: 18px;
    text-decoration: line-through;
    color: #666;
    font-weight: normal;
    opacity: .8;
    margin-right: 10px;
}
.price-wrapper .regular-price {
    font-size: 25px;
}
.product_description {
    list-style: none;
    padding: 20px 0;
    margin: 0;
}
.product_description li {
    position: relative;
    padding-left: 25px;
    font-size: 18px;
}
.product_description li:before {
    content: "";
    width: 8px;
    height: 8px;
    background: #00b3ad;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 8px;
}
#map {
    padding: 5px;
    background: #fff;
    border: 1px solid #d5d5d5;
    border-radius: 30px;
    overflow: hidden;
}
#map iframe {
    border-radius: 30px;
    display: block;
}
.back-to-top,
.back-to-top.active {
    background: #00b3ad !important;
    border: none !important;
    color: #fff !important;
    line-height: 47px !important;
    height: 45px;
    bottom: 10px;
    left: 50%;
    width: 45px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
}
.main-content {
    flex-basis: 70%;
    max-width: 70%;
}
.main-sidebar {
    flex-basis: 30%;
    max-width: 30%;
}
#ftwp-container.ftwp-wrap #ftwp-contents {border: 1px solid #b7c8de73 !important;}
#ftwp-container.ftwp-wrap #ftwp-header, #ftwp-container.ftwp-wrap #ftwp-list {background: #eef1f7 !important;padding: 15px 0;border-top: 1px dashed #b7c8de73;}
#ftwp-container.ftwp-wrap #ftwp-header {padding: 10px 25px;border-top: none;}
#ftwp-container.ftwp-wrap #ftwp-header-minimize {margin-right: -10px;}
#ftwp-container #ftwp-list.ftwp-list-nest .ftwp-sub .ftwp-anchor::before {display: none;}
.ftwp-sub {padding-left: 15px !important;}
#ftwp-container #ftwp-list.ftwp-list-nest.ftwp-colexp-icon .ftwp-anchor {padding: 5px 25px;font-weight: normal;display: flex;}
#ftwp-container #ftwp-list.ftwp-strong-first.ftwp-liststyle-decimal>.ftwp-item>.ftwp-anchor::before {content: '';width: 6px;height: 6px;background: #2e4c82;transform: rotate(45deg);margin-top: 6px;}
#ftwp-container #ftwp-list.ftwp-strong-first>.ftwp-item>.ftwp-anchor .ftwp-text {font-weight: 500;font-size: 14px;line-height: 1.4;}

.single-san_pham #secondary {
    position: sticky;
    top: 120px;
    background: #edf2f8;
    border-radius: 7px;
    overflow: hidden;
}
.single-san_pham #secondary .widget {
    padding: 0;
}
div#ez-toc-container {padding: 0;width: 100%;border: none;box-shadow: unset;}
#ez-toc-container ul {padding: 0 15px;}
.ez-toc-title-container {display: flex;flex-direction: row-reverse;justify-content: flex-end;margin-bottom: 10px;border-bottom: 1px solid #e3e3e3;padding: 15px 15px 10px;}
#ez-toc-container a {font-size: 14px;display: block;line-height: 1.4;text-decoration: none !important;padding: 10px;transition: all linear .3s;font-weight: 500;}
#ez-toc-container a.active {background: white;border-radius: 12px;}
#ez-toc-container a:visited {/* background: white; */}
#ez-toc-container a.ez-toc-toggle {
    margin: 0 10px 0 0;
    padding: 0;
    border: none;
    box-shadow: unset;
}
#ez-toc-container .ez-toc-toggle label, #ez-toc-container label.cssicon, #ez-toc-widget-container label.cssicon {border: none;position: static;margin: 0;background: #718198;border-radius: 50%;width: 24px;height: 24px;justify-content: center;align-items: center;display: flex;}
#ez-toc-container a.ez-toc-toggle svg path {fill: white !important;color: white !important;}
#ez-toc-container a.ez-toc-toggle svg:last-child {display: none;}
.buy {
    display: inline-flex;
    background: #39b1ac;
    height: 46px;
    align-items: center;
    color: white;
    font-size: 18px;
    padding: 5px 20px;
    border-radius: 7px;
    min-width: 280px;
    justify-content: center;
}
.buy img {
    max-height: 100%;
    margin-right: 15px;
}

@media screen and (max-width: 1050px) {
    .single-post-meta {
        background: none;
        padding: 0;
        display: block;
    }
    .single-post-meta > * {
        width: 100%;
        max-width: unset !important;
        background: #f3f3f3;
        margin-bottom: 10px;
        border-radius: 12px;
        padding: 20px;
        position: relative;
    }
    .single-post-meta .author_post .social-icons {
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
    }
    .single-post-meta .rating-share {
        display: block;
    }
    .single-post-meta .rating-share .kk-star-ratings .kksr-stars {
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
    }
}
@media screen and (max-width: 850px) {
    .location {
        padding-top: 0;
    }
    #wide-nav .mobile-nav {
        justify-content: space-between;
    }
    #wide-nav .header-bottom-nav > li > a {
        padding: 0;
    }
    #wide-nav .header-bottom-nav li:not(:last-child) a:after {
        display: none;
    }
}
@media screen and (max-width: 768px) {
    h2.section-title {
        margin-bottom: 0 !important;
    }
    h2.section-title .section-title-main {
        font-size: 24px;
    }
}
@media screen and (max-width: 900px) and (min-width: 550px) {
    h2.section-title {
        margin-bottom: 0 !important;
    }
    h2.section-title .section-title-main {
        font-size: 24px;
    }
}
@media screen and (max-width: 580px) {
    .box-list-view .box,
    .box-vertical {
        display: block;
    }
    .post-item .box-list-view .box .box-image,
    .post-item .box-vertical .box-image {
        width: 100% !important;
    }
    .box-list-view .box .box-image,
    .box-list-view .box .box-text,
    .box-vertical .box-image,
    .box-vertical .box-text {
        display: block;
    }
    .post-item .box-vertical .box-text {
        padding: 15px;
        background: none;
    }
    #secondary .post-item .box-vertical .box-text {
        padding: 15px 0;
    }
    .post-item .post-title {
        font-size: 16px;
    }
    .from_the_blog_excerpt {
        font-size: 14px;
    }
    #footer {
        font-size: 15px;
    }
    #footer .col {
        padding-bottom: 15px;
    }
    .footer-bottom img.alignnone {
        display: block;
        max-width: 200px !important;
        margin: 0 auto !important;
    }
    #footer .social-icons {
        display: block;
        text-align: center;
    }
    #footer .social-icons > span {
        font-size: 16px;
    }
    #footer .ux-menu {
        margin-bottom: 0;
    }
    #footer p:last-child {
        margin-bottom: 0;
    }
    .row-divider .col {
        padding-bottom: 0 !important;
    }
    .divider-top .is-divider {
        margin-bottom: 0;
    }
    .divider-bottom .is-divider {
        margin-top: 0;
    }
    .row {
        padding: 0 10px;
        margin: 0 auto !important;
    }
    .row .col {
        padding: 0 5px 10px;
    }
    .related .row,
    .blog-archive .row {
        margin: 0 -5px !important;
    }
}
@media screen and (max-width: 550px) {
    .recent-blog-posts-li .box-text {
        padding: 15px 0;
    }
    .page-title,
    .page--diem-ban-wrapper .page-title {
        font-size: 20px;
    }
    #footer img.size-full.alignnone {
        margin-bottom: 0;
    }
    .price-wrapper .label {
        font-size: 20px;
    }
    .price-wrapper .normal-price {
        font-size: 18px;
    }
    .price-wrapper .regular-price {
        font-size: 22px;
    }
    .order-form .submit-form {
        width: 100%;
    }
}
@media screen and (max-width: 480px) {
    .share-meta {display: block;}
    .single-post-meta .author-link,
    .single-post-meta .tvyk,
    .review-title,
    .kk-star-ratings .kksr-legend,
    .share-meta .author-name {
        font-size: 14px !important;
    }
    .col-logo img {
        height: 70px;
    }
}
.off-canvas-right .mfp-content,
.off-canvas-left .mfp-content {
    background: #fff;
}
.mobile-nav svg {
    display: block;
    width: 16px;
    fill: #184363;
}
#main-menu .nav-sidebar li {
    border-color: #f1f1f1;
}
#main-menu .nav-sidebar li button.toggle {
    font-size: 11px;
}
#main-menu .nav-sidebar li a {
    text-transform: initial;
    font-weight: 500;
    font-size: 15px;
    color: #333;
}
#main-menu .nav-sidebar .sub-menu {
    padding-bottom: 10px;
}
#main-menu .nav-sidebar .sub-menu li a {
    display: flex;
}
#main-menu .nav-sidebar .sub-menu li a:before {
    content: "";
    width: 4px;
    height: 4px;
    background: #666;
    margin-right: 10px;
}
#main-menu .nav-sidebar .title {
    padding: 0 20px;
    text-transform: uppercase;
    color: #00b3ad;
    font-weight: 700;
    font-size: 20px;
    border: none !important;
}
#main-menu .nav-sidebar .search-form {
    border: none;
}
#main-menu .searchform {
    position: relative;
}
#main-menu .search-field {
    height: 36px;
    background: #f5f5f5;
    border: none;
    border-radius: 5px;
    width: 100%;
    font-size: 13px;
    padding: 0 40px 0 15px;
}
#main-menu .ux-search-submit {
    color: #00b3ad;
    background: none;
    border: none;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#main-menu .ux-search-submit svg {
    fill: #00b3ad;
    width: 18px;
}
#main-menu .nav-sidebar li a.hotline-mobile {
    color: #333;
    padding: 0;
}
#main-menu .nav-sidebar li a.hotline-mobile span {
    width: 100%;
    display: flex;
    margin-top: 10px;
    font-size: 22px;
    color: #00b3ad;
    align-items: center;
}
#main-menu .nav-sidebar li a.hotline-mobile span:before {
    content: "";
    width: 22px;
    height: 22px;
    display: inline-block;
    background: url(assets/images/hotline_top.png);
    margin-right: 10px;
}
.posts_by_category .view_all a {
    display: block;
    background: #00b3ad;
    color: white;
    padding: 7px 15px;
    text-align: center;
    border-radius: 5px;
    max-width: 200px;
    margin: 10px auto;
}
.nav-pagination {
    list-style: none;
    margin: 20px 0;
    padding: 0;
}
.nav-pagination li {
    display: inline-block;
    vertical-align: top;
}
.nav-pagination li a, .nav-pagination li span {
    background: #fff;
    border: 1px solid #16884a;
    margin: 0;
    border-radius: 7px;
    font-weight: 400;
    width: 30px;
    height: 30px;
    font-size: 14px;
    color: #16884a;
    padding: 0;
    min-width: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
}
.nav-pagination>li i {
    top: 2px;
}
#search-lightbox .search-field {border-radius: 7px 0 0 7px;}
#search-lightbox .ux-search-submit {height: 40px;width: 40px;min-height: unset;min-width: unset;font-size: 14px;border-radius: 0 7px 7px 0;}
.row-small > .flickity-viewport > .flickity-slider > .col {padding-bottom: 10px;}
.section-uu-diem .box-image {max-width: 150px;margin-bottom: 10px;}
.section-uu-diem .box-text h3 {font-weight: 500;font-size: 18px;}
ul ul {margin-left: 0;}

@media (max-width: 850px){
    .main-content, .main-sidebar {
        flex-basis: 100%;
        max-width: 100%;
    }
}
@media (max-width: 580px){
    .wrap-header-author {display: block;}
    .header-author .header-author-col {margin: 0;}
    .header-author .author-avatar, .header-author .author-avatar img {width: 100%;}
    .header-author .author-avatar {margin-bottom: 15px;}
    .list-article .row {margin: 0 -10px !important;}
    .product-footer > .row, .product-footer > .row > .col {padding: 0;}
    .product-content {border-radius: 0px;padding: 30px 15px 1px;margin-top: 20px; margin-bottom: 20px;}
    .product-content .header-content {margin-bottom: 20px;}
    .entry-author.author-box {max-width: calc(100% - 30px);margin: 0 auto;}
    .blog-author-image {width: 60px;border-radius: 5px;}
}
@media (max-width: 549px){
    #logo img {max-height: 50px !important;}
    .entry-author.author-box .author-name {flex-direction: column;align-items: flex-start;}
    .mr {margin-right: 15px}
    .entry-author.author-box {padding: 15px;}
    .switch-view {flex-direction: column;}
    .switch-view a {width: 100%;}
    .switch-view a:first-child {margin: 0 0 10px;}
    .entry-author.author-box .author-desc {font-size: 14px}
}
@media (max-width: 450px){
    .section-title-normal .read-more {display: none;}
    .section-title-container {margin-bottom: 10px}
    .section-title-normal .section-title-main:before {height:30px;width:100px;top:-15px}
}