@font-face {
    font-family: utm avo;
    src: url('../css/fonts/utm-avo.ttf')format('truetype');
    font-weight: 400;
}

@font-face {
    font-family: utm avo bold;
    src: url('../css/fonts/utm-avobold.ttf')format('truetype');
    font-weight: 700;
}

:root {
    --primary-color: #027287;
}

body.scroll {
    overflow: hidden;
    height: 100vh;
}

body {
    background-color: #fff;
}

#col-1058100221 {
    padding: 0 0 30px 0;
}
.consult-phone a{
    color: #fff;
    transition: all 0.3s;
}
.consult-phone a:hover{
    color: #eee;
}
.container-width,
.full-width .ubermenu-nav,
.container,
.row {
    max-width: 1170px
}

.box-section {
    width: 100%;
}

.row.row-collapse {
    max-width: 1140px
}

.row.row-small {
    max-width: 1162.5px
}

.row.row-large {
    max-width: 1200px
}

.header-main {
    height: 100px
}

#logo.logo-pc {
    display: none;
}

#logo img {
    max-height: 100px
}

#logo {
    width: 150px;
    margin: auto;
}

.header-bottom {
    min-height: 10px
}

.header-top {
    min-height: 30px
}

.transparent .header-main {
    height: 90px
}
.ltp-wrapper{
    padding-bottom: 50px;
}
.ltp-wrapper.articles_list .elderly-item .content{
    padding: 15px 0;
}
.transparent #logo img {
    max-height: 90px
}

.has-transparent+.page-title:first-of-type,
.has-transparent+#main>.page-title,
.has-transparent+#main>div>.page-title,
.has-transparent+#main .page-header-wrapper:first-of-type .page-title {
    padding-top: 90px;
}

.header.show-on-scroll,
.stuck .header-main {
    height: 100px !important
}

#menu-mobile {
    width: 320px;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 999;
    padding: 15px;
    transform: translateX(-100%);
    transition: all 0.4s;
}

#menu-mobile.active {
    transform: translateX(0);
}

#menu-mobile .flex-col .nav {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
}

#menu-mobile .menu-box {
    position: relative;
    padding-top: 40px;
}

#menu-mobile .menu-box #close-menu {
    position: absolute;
    right: 0;
    top: -5px;
    padding: 0;
    margin: 0;
    width: 30px;
}

#menu-mobile .menu-box #close-menu i {
    font-size: 24px;
}

#menu-mobile .flex-col.flex-right {
    margin-top: 20px;
}

#menu-mobile .flex-col .nav>li {
    margin: 0;
}

#menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;

    transition: 0.3s;
    z-index: 998;
}

/* Khi mở menu */
#menu-overlay.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

#open-menu {
    margin: 0;
    padding: 0;
}

#open-menu i {
    font-size: 25px;
}

.stuck #logo img {
    max-height: 70px !important
}

.header-bg-color {
    background-color: rgba(255, 255, 255, 0.7)
}

.header-bottom {
    background-color: #f1f1f1
}

.header-main .nav>li>a {
    line-height: 80px
}

.header-main .nav>li>a {
    line-height: 50px
}

/* CONTAINER */
.ltp-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.ltp-faq {
    background: #fff;
}

.ltp-title {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #111;
    padding: 10px;
    text-align: left;
    border-radius: 3px;
    padding-left: 0;
}

.ltp-item {
    border-bottom: 1px solid #ddd;
}

.ltp-accordion {
    font-size: 1em;
    line-height: 1.6;
    color: #333;
    text-align: left;
}

.ltp-accordion p {
    margin-bottom: 10px;
}

.ltp-accordion h2,
.ltp-accordion h3,
.ltp-accordion h4,
.ltp-accordion h5,
.ltp-accordion h6 {
    margin: 12px 0 8px;
    font-weight: bold;
    line-height: 1.4;
    color: rgb(2, 114, 135);
}

.ltp-accordion h1 {
    font-size: 22px;
}

.ltp-accordion h2 {
    font-size: 20px;
}

.ltp-accordion h3 {
    font-size: 18px;
}

.ltp-accordion h4 {
    font-size: 16px;
}

.ltp-accordion ul,
.ltp-accordion ol {
    padding-left: 20px;
    margin-bottom: 10px;
}

.ltp-accordion li {
    margin-bottom: 6px;
}

.ltp-accordion a {
    color: #236fa1;
    text-decoration: none;
}

.ltp-accordion a:hover {
    text-decoration: underline;
}

.ltp-accordion img {
    max-width: 100%;
    height: auto;
    margin: 10px 0;
    border-radius: 4px;
}

.ltp-accordion blockquote {
    border-left: 4px solid #236fa1;
    padding-left: 10px;
    margin: 10px 0;
    color: #555;
    font-style: italic;
    text-align: left;
    background: #fafafa;
}

/* Code */
.ltp-accordion pre {
    background: #222;
    color: #fff;
    padding: 10px;
    overflow-x: auto;
    border-radius: 4px;
    margin: 10px 0;
}

.ltp-accordion code {
    background: #eee;
    padding: 2px 5px;
    border-radius: 3px;
}

.ltp-accordion table {
    width: 100%;
    border-collapse: collapse;
    margin: 10px 0;
}

.ltp-accordion table th,
.ltp-accordion table td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
}

.ltp-accordion table th {
    background: #f5f5f5;
    font-weight: bold;
}

.ltp-accordion hr {
    border: none;
    border-top: 1px solid #ddd;
    margin: 15px 0;
}

.ltp-accordion strong,
.ltp-accordion b {
    font-weight: bold;
}

.ltp-accordion iframe {
    width: 100%;
    height: 250px;
    margin: 10px 0;
}

@media (max-width: 549px) {

    #logo img {
        max-height: 70px
    }
}

@media (min-width: 996px) {
    #logo.logo-mobile {
        display: none;
    }

    #logo.logo-pc {
        display: block;
    }

    #menu-mobile {
        transform: translate(0);
        position: unset;
        width: 100%;
    }

    #menu-mobile .menu-box {
        padding-top: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 100%;
    }

    #menu-mobile .flex-col .nav {
        flex-direction: row;
        justify-content: center;
    }

    #menu-mobile .flex-col.flex-right {
        margin-top: 0;
        width: 45%;
    }

    #menu-mobile .flex-col.flex-right .nav {
        justify-content: center;
    }

    #menu-mobile .flex-col.flex-left {
        width: 45%;
    }

    #menu-mobile .menu-box #close-menu {
        display: none;
    }

    #logo img {
        height: 70px;
        width: auto;
    }
}

@media (min-width: 1200px) {
    #menu-mobile .flex-col .nav {
        gap: 45px;
    }
}

.nav-dropdown {
    font-size: 100%
}

/* Color */
.accordion-title.active,
.has-icon-bg .icon .icon-inner,
.logo a,
.primary.is-underline,
.primary.is-link,
.badge-outline .badge-inner,
.nav-outline>li.active>a,
.nav-outline>li.active>a,
.cart-icon strong,
[data-color='primary'],
.is-outline.primary {
    color: var(--primary-color);
}

/* Color !important */
[data-text-color="primary"] {
    color: var(--primary-color) !important;
}

/* Background Color */
[data-text-bg="primary"] {
    background-color: var(--primary-color);
}

/* Background */
.scroll-to-bullets a,
.featured-title,
.label-new.menu-item>a:after,
.nav-pagination>li>.current,
.nav-pagination>li>span:hover,
.nav-pagination>li>a:hover,
.has-hover:hover .badge-outline .badge-inner,
button[type="submit"],
.button.wc-forward:not(.checkout):not(.checkout-button),
.button.submit-button,
.button.primary:not(.is-outline),
.featured-table .title,
.is-outline:hover,
.has-icon:hover .icon-label,
.nav-dropdown-bold .nav-column li>a:hover,
.nav-dropdown.nav-dropdown-bold>li>a:hover,
.nav-dropdown-bold.dark .nav-column li>a:hover,
.nav-dropdown.nav-dropdown-bold.dark>li>a:hover,
.header-vertical-menu__opener,
.is-outline:hover,
.tagcloud a:hover,
.grid-tools a,
input[type='submit']:not(.is-form),
.box-badge:hover .box-text,
input.button.alt,
.nav-box>li>a:hover,
.nav-box>li.active>a,
.nav-pills>li.active>a,
.current-dropdown .cart-icon strong,
.cart-icon:hover strong,
.nav-line-bottom>li>a:before,
.nav-line-grow>li>a:before,
.nav-line>li>a:before,
.banner,
.header-top,
.slider-nav-circle .flickity-prev-next-button:hover svg,
.slider-nav-circle .flickity-prev-next-button:hover .arrow,
.primary.is-outline:hover,
.button.primary:not(.is-outline),
input[type='submit'].primary,
input[type='submit'].primary,
input[type='reset'].button,
input[type='button'].primary,
.badge-inner {
    background-color: var(--primary-color);
}

/* Border */
.nav-vertical.nav-tabs>li.active>a,
.scroll-to-bullets a.active,
.nav-pagination>li>.current,
.nav-pagination>li>span:hover,
.nav-pagination>li>a:hover,
.has-hover:hover .badge-outline .badge-inner,
.accordion-title.active,
.featured-table,
.is-outline:hover,
.tagcloud a:hover,
blockquote,
.has-border,
.cart-icon strong:after,
.cart-icon strong,
.blockUI:before,
.processing:before,
.loading-spin,
.slider-nav-circle .flickity-prev-next-button:hover svg,
.slider-nav-circle .flickity-prev-next-button:hover .arrow,
.primary.is-outline:hover {
    border-color: var(--primary-color)
}

.nav-tabs>li.active>a {
    border-top-color: var(--primary-color)
}

.widget_shopping_cart_content .blockUI.blockOverlay:before {
    border-left-color: var(--primary-color)
}

.woocommerce-checkout-review-order .blockUI.blockOverlay:before {
    border-left-color: var(--primary-color)
}

/* Fill */
.slider .flickity-prev-next-button:hover svg,
.slider .flickity-prev-next-button:hover .arrow {
    fill: var(--primary-color);
}

body {
    font-size: 100%;
}

.nav>li>a {
    font-weight: 700;
}

.mobile-sidebar-levels-2 .nav>li>ul>li>a {
    font-weight: 700;
}

h1,
h2,
h3,
h4,
h5,
h6,
.heading-font,
.banner h1,
.banner h2 {
    font-weight: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.heading-font {
    color: #222222;
}

.alt-font {
    font-weight: 400 !important;
}

.header:not(.transparent) .header-nav-main.nav>li>a {
    color: #222222;
}

.header:not(.transparent) .header-nav-main.nav>li>a:hover,
.header:not(.transparent) .header-nav-main.nav>li.active>a,
.header:not(.transparent) .header-nav-main.nav>li.current>a,
.header:not(.transparent) .header-nav-main.nav>li>a.active,
.header:not(.transparent) .header-nav-main.nav>li>a.current {
    color: var(--primary-color);
}

.header-nav-main.nav-line-bottom>li>a:before,
.header-nav-main.nav-line-grow>li>a:before,
.header-nav-main.nav-line>li>a:before,
.header-nav-main.nav-box>li>a:hover,
.header-nav-main.nav-box>li.active>a,
.header-nav-main.nav-pills>li>a:hover,
.header-nav-main.nav-pills>li.active>a {
    color: #FFF !important;
    background-color: var(--primary-color);
}

a {
    color: #222222;
}

a:hover {
    color: var(--primary-color);
}

.tagcloud a:hover {
    border-color: var(--primary-color);
    background-color: var(--primary-color);
}

.absolute-footer,
html {
    background-color: #111111
}

.label-new.menu-item>a:after {
    content: "New";
}

.label-hot.menu-item>a:after {
    content: "Hot";
}

.label-sale.menu-item>a:after {
    content: "Sale";
}

.label-popular.menu-item>a:after {
    content: "Popular";
}

body {
    --wp--preset--color--black: #000000;
    --wp--preset--color--cyan-bluish-gray: #abb8c3;
    --wp--preset--color--white: #ffffff;
    --wp--preset--color--pale-pink: #f78da7;
    --wp--preset--color--vivid-red: #cf2e2e;
    --wp--preset--color--luminous-vivid-orange: #ff6900;
    --wp--preset--color--luminous-vivid-amber: #fcb900;
    --wp--preset--color--light-green-cyan: #7bdcb5;
    --wp--preset--color--vivid-green-cyan: #00d084;
    --wp--preset--color--pale-cyan-blue: #8ed1fc;
    --wp--preset--color--vivid-cyan-blue: #0693e3;
    --wp--preset--color--vivid-purple: #9b51e0;
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg, rgba(6, 147, 227, 1) 0%, rgb(155, 81, 224) 100%);
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg, rgb(122, 220, 180) 0%, rgb(0, 208, 130) 100%);
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg, rgba(252, 185, 0, 1) 0%, rgba(255, 105, 0, 1) 100%);
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg, rgba(255, 105, 0, 1) 0%, rgb(207, 46, 46) 100%);
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg, rgb(238, 238, 238) 0%, rgb(169, 184, 195) 100%);
    --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg, rgb(74, 234, 220) 0%, rgb(151, 120, 209) 20%, rgb(207, 42, 186) 40%, rgb(238, 44, 130) 60%, rgb(251, 105, 98) 80%, rgb(254, 248, 76) 100%);
    --wp--preset--gradient--blush-light-purple: linear-gradient(135deg, rgb(255, 206, 236) 0%, rgb(152, 150, 240) 100%);
    --wp--preset--gradient--blush-bordeaux: linear-gradient(135deg, rgb(254, 205, 165) 0%, rgb(254, 45, 45) 50%, rgb(107, 0, 62) 100%);
    --wp--preset--gradient--luminous-dusk: linear-gradient(135deg, rgb(255, 203, 112) 0%, rgb(199, 81, 192) 50%, rgb(65, 88, 208) 100%);
    --wp--preset--gradient--pale-ocean: linear-gradient(135deg, rgb(255, 245, 203) 0%, rgb(182, 227, 212) 50%, rgb(51, 167, 181) 100%);
    --wp--preset--gradient--electric-grass: linear-gradient(135deg, rgb(202, 248, 128) 0%, rgb(113, 206, 126) 100%);
    --wp--preset--gradient--midnight: linear-gradient(135deg, rgb(2, 3, 129) 0%, rgb(40, 116, 252) 100%);
    --wp--preset--duotone--dark-grayscale: url('#wp-duotone-dark-grayscale');
    --wp--preset--duotone--grayscale: url('#wp-duotone-grayscale');
    --wp--preset--duotone--purple-yellow: url('#wp-duotone-purple-yellow');
    --wp--preset--duotone--blue-red: url('#wp-duotone-blue-red');
    --wp--preset--duotone--midnight: url('#wp-duotone-midnight');
    --wp--preset--duotone--magenta-yellow: url('#wp-duotone-magenta-yellow');
    --wp--preset--duotone--purple-green: url('#wp-duotone-purple-green');
    --wp--preset--duotone--blue-orange: url('#wp-duotone-blue-orange');
    --wp--preset--font-size--small: 13px;
    --wp--preset--font-size--medium: 20px;
    --wp--preset--font-size--large: 36px;
    --wp--preset--font-size--x-large: 42px;
    --wp--preset--spacing--20: 0.44rem;
    --wp--preset--spacing--30: 0.67rem;
    --wp--preset--spacing--40: 1rem;
    --wp--preset--spacing--50: 1.5rem;
    --wp--preset--spacing--60: 2.25rem;
    --wp--preset--spacing--70: 3.38rem;
    --wp--preset--spacing--80: 5.06rem;
}

:where(.is-layout-flex) {
    gap: 0.5em;
}

body .is-layout-flow>.alignleft {
    float: left;
    margin-inline-start: 0;
    margin-inline-end: 2em;
}

body .is-layout-flow>.alignright {
    float: right;
    margin-inline-start: 2em;
    margin-inline-end: 0;
}

body .is-layout-flow>.aligncenter {
    margin-left: auto !important;
    margin-right: auto !important;
}

body .is-layout-constrained>.alignleft {
    float: left;
    margin-inline-start: 0;
    margin-inline-end: 2em;
}

body .is-layout-constrained>.alignright {
    float: right;
    margin-inline-start: 2em;
    margin-inline-end: 0;
}

body .is-layout-constrained>.aligncenter {
    margin-left: auto !important;
    margin-right: auto !important;
}

body .is-layout-constrained> :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    max-width: var(--wp--style--global--content-size);
    margin-left: auto !important;
    margin-right: auto !important;
}

body .is-layout-constrained>.alignwide {
    max-width: var(--wp--style--global--wide-size);
}

body .is-layout-flex {
    display: flex;
}

body .is-layout-flex {
    flex-wrap: wrap;
    align-items: center;
}

body .is-layout-flex>* {
    margin: 0;
}

:where(.wp-block-columns.is-layout-flex) {
    gap: 2em;
}

.has-black-color {
    color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-color {
    color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-color {
    color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-color {
    color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-color {
    color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-color {
    color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-color {
    color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-color {
    color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-color {
    color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-color {
    color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-color {
    color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-color {
    color: var(--wp--preset--color--vivid-purple) !important;
}

.has-black-background-color {
    background-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-background-color {
    background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-background-color {
    background-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-background-color {
    background-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-background-color {
    background-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-background-color {
    background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-background-color {
    background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-background-color {
    background-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-background-color {
    background-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-background-color {
    background-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-background-color {
    background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-background-color {
    background-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-black-border-color {
    border-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-border-color {
    border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-border-color {
    border-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-border-color {
    border-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-border-color {
    border-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-border-color {
    border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-border-color {
    border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-border-color {
    border-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-border-color {
    border-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-border-color {
    border-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-border-color {
    border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-border-color {
    border-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-vivid-cyan-blue-to-vivid-purple-gradient-background {
    background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;
}

.has-light-green-cyan-to-vivid-green-cyan-gradient-background {
    background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;
}

.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
    background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;
}

.has-luminous-vivid-orange-to-vivid-red-gradient-background {
    background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;
}

.has-very-light-gray-to-cyan-bluish-gray-gradient-background {
    background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;
}

.has-cool-to-warm-spectrum-gradient-background {
    background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
}

.has-blush-light-purple-gradient-background {
    background: var(--wp--preset--gradient--blush-light-purple) !important;
}

.has-blush-bordeaux-gradient-background {
    background: var(--wp--preset--gradient--blush-bordeaux) !important;
}

.has-luminous-dusk-gradient-background {
    background: var(--wp--preset--gradient--luminous-dusk) !important;
}

.has-pale-ocean-gradient-background {
    background: var(--wp--preset--gradient--pale-ocean) !important;
}

.has-electric-grass-gradient-background {
    background: var(--wp--preset--gradient--electric-grass) !important;
}

.has-midnight-gradient-background {
    background: var(--wp--preset--gradient--midnight) !important;
}

.has-small-font-size {
    font-size: var(--wp--preset--font-size--small) !important;
}

.has-medium-font-size {
    font-size: var(--wp--preset--font-size--medium) !important;
}

.has-large-font-size {
    font-size: var(--wp--preset--font-size--large) !important;
}

.has-x-large-font-size {
    font-size: var(--wp--preset--font-size--x-large) !important;
}

#header.header,
.header-wrapper {
    background-color: #fff;
}

@media only screen and (max-width: 1200px) {
    .open-button {
        left: 30px !important;
    }
}

@media only screen and (min-width: 1024px) {
    .home .header-wrapper {
        position: absolute;
    }
}

@media only screen and (max-width: 1024px) {
    .menu-chan-trang ul {
        padding-bottom: 30px;
    }

    .menu-chan-trang li {
        float: left;
    }

    .nav-tabs>li>a {
        font-size: 11.5px !important;
    }

    .open-button {
        left: 15px !important;
    }
}

@media only screen and (min-width: 850px) {
    .large-10 {
        max-width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

    .single-post .post-sidebar.large-3.col {
        padding-right: 0;
    }

    .admin-bar.single-post ul.nav-tabs {
        top: 32px;
    }

    .bottom-contact {
        display: none;
    }

    .single-post .large-3 {
        max-width: 28%;
        -ms-flex-preferred-size: 28%;
        flex-basis: 28%;
    }

    .single-post .large-9 {
        max-width: 72%;
        -ms-flex-preferred-size: 72%;
        flex-basis: 72%;
    }
}

@media only screen and (max-width: 850px) {
    .menu-chan-trang {
        display: none;
    }

    #content.page-wrapper {
        padding-bottom: 0;
    }

    .bottom-contact {
        display: block;
        position: fixed;
        bottom: 0;
        background: white;
        width: 100%;
        z-index: 99;
        box-shadow: 2px 1px 9px #0000008a;
        border-top: 1px solid #eaeaea;
    }

    .bottom-contact ul li {
        width: 25%;
        margin-bottom: 0;
        float: left;
        list-style: none;
        text-align: center;
        font-size: 13.5px;
    }

    .bottom-contact ul li img {
        width: 35px;
        margin-top: 3px;
        margin-bottom: 0px;
    }

    .bottom-contact ul li span {
        color: black;
    }

    #cokhachChatbox .cokhach-support-toggle {
        margin-bottom: 38px !important;
    }

    .blog-featured-title+#main .post-sidebar {
        padding-top: 0 !important;
    }

    .zchat-position-bottom_right .title.online span {
        right: 10px !important;
        bottom: 45px !important;
    }
}

@media only screen and (min-width: 768px) {
    .ltp-container {
        flex-direction: row;
        align-items: flex-start;
    }

    .ltp-faq {
        width: 72%;
    }

    .ltp-formBox {
        width: 28%;
    }

    .section {
        padding: 80px 0;
    }

    .single-post .bullet-image .slider .flickity-page-dots {
        position: relative;
        left: auto;
        right: auto;
        bottom: 0;
        width: 100%;
        background: #F0F0F0;
        padding: 10px 0 0;
    }

    .bullet-image .slider-nav-light .flickity-page-dots .is-selected {
        transform: scale(1);
    }

    .bullet-image .slider-nav-light .flickity-page-dots .dot.is-selected {
        background: #fff;
        border: 2px solid #fff;
        box-shadow: 0 0 20px #999;
    }

    .bullet-image .slider-nav-light .flickity-page-dots .dot {
        border: none;
        width: 100px;
        height: 72px;
        background-size: cover !important;
    }

    .flickity-page-dots .dot,
    .flickity-page-dots .dot:hover {
        opacity: 1;
    }

    .bullet-image .slider-nav-light .flickity-page-dots .dot:hover,
    .bullet-image .slider-nav-light .flickity-page-dots .dot:active {
        border: 2px solid #fff;
    }
}

@media only screen and (max-width: 768px) {
    .single-post .panel.entry-content .flickity-page-dots li {
        outline: 2px solid #C58933;
    }
}

@media only screen and (min-width: 550px) {
    .category-tuyen-dung .col.post-item {
        max-width: 50%;
    }
}

@media only screen and (max-width: 550px) {
    h3.accordion_title {
        text-align: center;
    }

    #logo.logo::after {
        display: none !important;
    }

    .contact-receive input {
        margin-bottom: 10px !important;
    }

    .form-dang-ky .col-inner {
        margin: auto !important;
    }

    .in-tab-cat .box-text.text-left {
        padding: 5px 10px 1px !important;
    }

    .slider-nav-dots-dashes-spaced .flickity-page-dots .dot {
        width: 12px !important;
    }

    .single-post .slider .flickity-page-dots {
        bottom: 0 !important;
    }

    .header-landing .col.large-3 {
        border-top: 1px solid #f1f1f1;
    }

    .header-landing .col.large-3:nth-child(3) {
        border-bottom: 1px solid #f1f1f1;
    }

    .gap-mobile-20 {
        padding-top: 20px !important;
    }

    .gap-mobile-15 {
        padding-top: 15px !important;
    }

    .dich-vu .text-dv p {
        margin-bottom: 5px !important;
    }

    .header-landing h1 {
        font-size: 20px !important;
    }

    .dich-vu .cta p {
        top: 0 !important;
    }

    .g-thieu h3 {
        font-size: 25px !important;
        line-height: 35px !important;
    }

    .g-thieu h4 {
        font-size: 16px !important;
        line-height: 24px !important;
    }

    .hoa-tiet-duoi {
        background: none !important;
        height: 20px !important;
    }

    .col.cta {
        background: #FFF7C5 !important;
        display: none;
    }

    .cta .dv {
        margin: auto !important;
        width: 265px !important;
    }

    .can-ho-cao-cap h2,
    .thong-tin-co-ban h2,
    .khach-hang .tieu-de h2,
    .tien-ich h2 {
        font-size: 18px !important;
        line-height: 30px !important;
    }

    .can-ho-cao-cap h3,
    .tien-ich h3,
    .khach-hang .tieu-de p {
        letter-spacing: 0 !important;
    }

    .can-ho h3 {
        font-size: 18px !important;
    }

    .customize-button span {
        font-size: 16px !important;
    }

    .cta-call h2,
    .cta-submit h2 {
        font-size: 20px !important;
    }

    .customize-button {
        font-size: 20px !important;
        line-height: 42px !important;
        display: block !important;
        margin-right: 0 !important;
    }

    .dich-vu .cta i,
    .dich-vu .cta .text-dv p a {
        color: #b20000 !important;
    }

    .chi-phi-thu-tuc h3 {
        font-size: 16px !important;
    }

    .header-landing h2 {
        font-size: 22px !important;
    }

    .g-thieu p,
    .can-ho-cao-cap p,
    .thong-tin-co-ban p,
    .thong-tin-co-ban li {
        font-size: 15px !important;
    }
}

@media only screen and (max-width: 480px) {
    .home .section h2 span {
        display: block;
        margin-top: 5px;
    }

    .tab.has-icon,
    .nav-tabs>li>a {
        width: 64px;
    }

    .nav-tabs>li>a {
        height: 55px !important;
        font-size: 12px;
        padding: 0 !important;
    }

    .nav-tabs>li>a span {
        text-align: center;
        width: 100%;
        line-height: 18px;
    }

    .pum-title,
    .pum-theme-enterprise-blue .pum-title {
        font-size: 20px !important;
        line-height: 24px !important;
    }
}

@media only screen and (max-width: 415px) {
    #cokhachChatbox .cokhach-support-toggle {
        margin-bottom: 45px !important;
    }
}


h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'utm avo bold', sans-serif;
}

.nav>li>a {
    font-family: 'utm avo', sans-serif;
    letter-spacing: 1px;
}

#logo.logo::after {
    content: '';
    display: block;
    width: 125px;
    height: 25px;
    position: absolute;
    left: 50%;
    margin-left: -63px;
    background: url('https://bds033.mauthemewp.com/wp-content/uploads/2019/09/logo-center-after.png')no-repeat;
    bottom: -25px;
    z-index: 2;
    opacity: .9;
}

.nav>li {
    margin: 0 20px;
}

.home .section h2 {
    font-size: 24px;
    line-height: 30px;
    text-align: center;
}

.section {
    padding: 50px 0;
}

.section h2 {
    color: var(--primary-color);

}

summary {
    font: 14px/1.8'utm avo', sans-serif;
    color: #999;
}

#comments.comments-area {
    display: none;
}

.du-an .col.small-12.large-12 {
    padding: 0 5px 30px;
}

.du-an .col.post-item {
    margin-bottom: 10px;
    padding: 0 5px;
}

.box-blog-post .box-image {
    border: 1px solid var(--primary-color);
}

.box-blog-post .is-divider {
    display: none;
}

.box-blog-post .box-text {
    background: rgba(0, 0, 0, .7);
    bottom: 0;
    border-left: 1px solid var(--primary-color);
    border-right: 1px solid var(--primary-color);
    border-bottom: 1px solid var(--primary-color);
    padding: 8px 0;
    position: absolute;
}

.box-blog-post h5.post-title,
.category-du-an-phan-phoi .box-blog-post h5.post-title {
    color: #fff;
    font-size: 16px;
    font-family: 'utm avo', sans-serif;
    height: 28px;
    font-weight: 400;
    text-overflow: ellipsis;
    overflow: hidden;
}

.archive .box-blog-post h5.post-title {
    height: auto;
}

.box-blog-post:hover h5.post-title {
    color: var(--primary-color);
}

.box-blog-post .from_the_blog_excerpt {
    display: none;
}

.accordion-item .toggle {
    position: relative;
    min-height: 15px;
    margin-top: -5px;
    float: right;
    text-align: right;
}

.accordion-item .accordion-title.plain.active .toggle {
    text-align: left;
    margin-top: 5px;
}

h3.accordion_title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 26px;
}

.accordion-item .accordion-title.plain.active {
    background: #C58933;
    color: #fff;
    font-weight: 400;
}

.accordion-item .accordion-title.plain {
    text-transform: uppercase;
    font-size: 14px;
    color: #666;
    background: #f2f2f2;
    border-top: 1px solid #fff;
    padding: .6em 1em;
}

.accordion-item .accordion-inner {
    padding: 1em;
    font-size: 14px;
    color: #333;
    border: 1px solid #eee;
}

.accordion-item .accordion-inner p {
    margin-bottom: 0;
}

.col.form-dang-ky {
    padding: 0;
    background-size: cover;
}

.form-dang-ky .col-inner {
    max-width: 355px;
    background: url(https://bds033.mauthemewp.com/wp-content/uploads/2019/09/dang-ky-tu-van-bg.jpg) no-repeat;
}

.form-dang-ky .wpcf7 {
    padding: 40px 30px;
    max-width: 350px;
}

.form-dang-ky h3 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 30px;
    color: #fff;
}

.form-dang-ky .wpcf7-form input {
    font: 14px/30px sans-serif;
    margin-bottom: 25px;
    background: rgba(255, 255, 255, .1);
    color: #fff;
    padding-left: 43px;
    height: 40px;
    box-shadow: none;
    margin: 0;
}
.wpcf7 .wpcf7-form-control-wrap{
    margin-bottom: 25px;
}
.form-dang-ky input::placeholder,
.contact-receive input::placeholder {
    opacity: 1;
    color: #fff;
}

.form-dang-ky label::before {
    position: absolute;
    left: 48px;
    font: 14px/40px'FontAwesome';
    color: #fff;
}

.form-dang-ky label.name::before {
    content: '\f007';
}

.form-dang-ky label.phone::before {
    content: '\f095';
}

.form-dang-ky label.mail::before {
    content: '\f0e0';
}

.form-dang-ky label.question::before {
    content: '\f128';
}

.form-dang-ky .wpcf7-form input[type="submit"],
.wpcf7-form button[type="submit"],
button[type="submit"] {
    line-height: 40px;
    border: none;
    width: 100%;
    padding: 0;
    background: #fff;
    color: var(--primary-color);
    font: 16px/30px sans-serif;
    margin: 0;
}

.form-dang-ky button:hover {
    background: #ccc;
}

.form-dang-ky button .fa {
    margin-right: 8px;
}

.button span {
    font: 16px/1.6 sans-serif;
}

#top-link:hover {
    background: #C58933;
    color: #fff;
}

#top-link {
    border-color: #C58933;
    color: #C58933;
    z-index: 9999;
    bottom: 65px;
}

.chan-trang h3 {
    font: 16px/1'utm avo Bold';
    padding-bottom: 30px;
    position: relative;
    margin-bottom: 20px;
}

.chan-trang h3::after {
    content: '';
    display: block;
    position: absolute;
    height: 2px;
    width: 58px;
    background: var(--primary-color);
    top: 45px;
}

.chan-trang p {
    margin-bottom: 5px;
    font-size: 15px;
}

.contact-receive p {
    margin-bottom: 3px;
}

.chan-trang i {
    width: 20px;
    text-align: center;
}

.contact-receive form {
    margin-bottom: 15px;
}

.contact-receive input {
    height: 40px;
    background: rgba(255, 255, 255, .1);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .3);
    font: 14px/30px sans-serif;
    margin-bottom: 0;
}

.contact-receive input:focus {
    box-shadow: none;
    opacity: 1 !important;
    outline: 0;
    color: #fff;
    background: none;
}

.contact-receive label {
    margin-bottom: 0;
}

.contact-receive button[type="submit"] {
    background: var(--primary-color);
    color: #fff;
}

.contact-receive button:hover {
    background: rgba(197, 137, 51, .75);
    box-shadow: 0 2px 5px 0 #333;
}

.mxh .pull-left {
    margin-right: 15px;
}

.no-results.not-found .page-title,
.error404 h1 {
    margin-bottom: 20px;
    font: 20px/30px 'utm avo', sans-serif;
}

.no-results.not-found p {
    display: none;
}

.blog-archive h1 span {
    font: 24px/30px 'utm avo Bold', sans-serif;
    font-weight: 700;
    margin-top: 10px;
    display: block;
}

.single-post .section {
    padding: 0;
}

.social-icons .button.icon {
    background-color: currentColor !important;
    border-color: currentColor !important;
}

.social-icons .button.icon i {
    color: #fff !important;
}

.button.facebook {
    color: #3a589d !important;
}

.button.twitter {
    color: #2478ba !important;
}

.button.email {
    color: #111 !important;
}

.button.pinterest {
    color: #cb2320 !important;
}

.button.google-plus {
    color: #dd4e31 !important;
}

.button.linkedin {
    color: #0072b7 !important;
}

.single-post .entry-category {
    font: 18px/25px 'utm avo', sans-serif;
}

.single-post .is-divider {
    background-color: var(--primary-color);
}

.menu-chan-trang ul {
    list-style: none;
    margin: 5px 0 10px;
}

.menu-chan-trang li {
    display: inline;
}

.menu-chan-trang .fa.fa-building {
    color: var(--primary-color);
    font-size: 14px;
    margin: 0 10px;
}

.menu-chan-trang a {
    font-size: 15px;
    text-transform: uppercase;
    padding: 0 10px;
}

.menu-chan-trang a:hover {
    color: var(--primary-color);
}

.padding-bottom-0 {
    padding-bottom: 0 !important;
}

.padding-bottom-10 {
    padding-bottom: 10px !important;
}

.padding-bottom-20 {
    padding-bottom: 20px !important;
}

.chan-trang {
    border-top: 3px solid var(--primary-color);
}

.nav-tabs>li>a {
    border: none;
    color: #222;
    height: 50px;
    font-weight: 500;
    font-size: 13px;
}

.nav-tabs>li.active>a {
    background: #C58933;
    color: #fff;
}

.searchform .button.icon i {
    color: #fff;
}

#s.search-field {
    height: 40px;
}

.post-sidebar span.widget-title {
    font-family: 'utm avo', sans-serif;
}

ul.du-an-pp {
    margin-top: 12px;
}

.du-an-pp li {
    margin-bottom: 0;
}

.du-an-pp a {
    border-bottom: 1px dotted rgba(153, 153, 153, .3);
    padding: 10px 20px;
    display: block;
}

.du-an-pp a:hover {
    color: var(--primary-color);
}

.du-an-pp i {
    color: #C58933;
    margin-right: 10px;
}

#secondary h2.title-du-an {
    background: var(--primary-color);
    padding: 8px 5px;
    color: #fff;
    font: 22px/30px 'utm avo Bold', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
}

h2.title-du-an i {
    margin-right: 10px;
}

.single-post .slider .img .caption {
    text-transform: uppercase;
    text-align: center;
    font-size: 16px;
    padding: 8px 0;
    background: rgba(0, 0, 0, 0.7);
    transform: translateY(0);
}

.single-post .slider .flickity-page-dots {
    margin-bottom: 0;
}

.slider-nav-dots-simple .flickity-page-dots .dot {
    background: none;
}

.slider-nav-dots-simple .flickity-page-dots .dot.is-selected {
    background-color: #111;
}

ul ul {
    margin: 10px 0;
}

.single-post .slider-wrapper {
    margin-bottom: 20px;
}

.single-post h1,
.single-post h2,
.single-post h3,
.single-post h4,
.single-post h5,
.single-post h6 {
    margin-bottom: 1em;
    font-weight: 400;
}

.entry-content.single-page {
    text-align: justify;
}

.single-post ul.nav-tabs {
    list-style-type: none;
    position: sticky;
    overflow: hidden;
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 9999;
}

.single-post .stuck,
.page-id-3569 .stuck,
.page-id-4755 .stuck {
    position: relative;
}

.home .stuck {
    position: fixed !important;
}

.single-post #secondary {
    position: sticky;
    overflow: hidden;
    top: 50px;
    width: 100%;
    background: #fff;
    z-index: 9997;
}

.badge.post-date {
    display: none;
}

.in-tab-cat .box-text.text-left {
    position: relative;
    background: #fff;
    padding: 0 10px;
    border: none;
}

.in-tab-cat .box-blog-post .box-image {
    border: none;
}

.in-tab-cat .box-blog-post h5.post-title {
    color: #333;
    font-size: 14px;
    margin-bottom: 0;
    height: auto;
    font-family: inherit;
    font-weight: 700;
    line-height: 1.5;
}

.in-tab-cat .box-blog-post:hover .box-text-inner.blog-post-inner,
.in-tab-cat .box-text-inner.blog-post-inner {
    color: #333;
    font-size: 14px;
    top: 5px;
    position: relative;
    padding: 0 0 8px;
}

.in-tab-cat.ban .gia-thue,
.in-tab-cat.thue .gia-ban {
    display: none;
}

.thong-tin-can-ho {
    list-style: none;
    margin-top: 2px;
}

.thong-tin-can-ho li {
    margin: 0 0 2px !important;
    line-height: 1.5;
}

.thong-tin-can-ho span {
    font-weight: 700;
}

.archive.category .thong-tin-can-ho,
.du-an .thong-tin-can-ho {
    display: none;
}

.single-post h2 {
    font-weight: 400;
    font-family: 'utm avo', sans-serif;
    font-size: 20px;
}

.single-post .tab-panels .is-divider {
    margin: -12px auto 25px;
}

#tab_thủ-tục h2 {
    text-align: left;
    font-weight: 700;
    font-family: inherit;
}

#tab_thủ-tục h3 {
    font-weight: 700;
    font-family: inherit;
}

b,
strong {
    font-weight: 700;
}

.single-post .panel.entry-content li {
    margin-left: 15px !important;
}

.single-post .panel.entry-content .thong-tin-can-ho li {
    margin-left: 0 !important;
}

.nav-tabs+.tab-panels {
    padding: 15px 20px;
}

.can-giua {
    text-align: center;
}

.info-project h2 {
    color: #fff;
    background: linear-gradient(to right, #C58933, #fff);
    padding: 10px 15px;
    border-radius: 5px;
    margin-top: 20px;
}

.info-project {
    margin-bottom: 5px;
}

.info-project .tab-panels ul,
.info-project .tab-panels li {
    margin-bottom: 8px;
}

.info-project .tab-panels p {
    margin-bottom: 15px;
}

.info-project .tab-panels p img {
    margin-top: 20px;
    margin-bottom: 25px;
}

.slider-nav-circle .flickity-prev-next-button svg {
    background: rgba(0, 0, 0, .75);
    border: none;
}

ul.links li a {
    color: var(--primary-color);
}

figure.wp-caption {
    margin-bottom: 25px;
}
.info-contact li a{
    transition: all 0.3s;
}
.info-contact li a:hover{
    color: var(--primary-color);
}
.absolute-footer.dark {
    font: 13px/1.8'utm avo', sans-serif;
}

.open-button {
    background: var(--primary-color);
    color: white;
    padding: 12px 10px;
    border: none;
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    left: 105px;
    width: 270px;
    z-index: 9999;
    margin: 0;
    font: 15px/1'utm avo Bold';
    box-shadow: 0 0 2px #c4c4c4;
    border-radius: 8px;
}

.form-container input,
.form-container textarea {
    width: 100%;
    padding: 10px 15px;
    margin-bottom: 15px;
    border-radius: 8px;
}

.form-container .btn {
    background: #4CAF50;
    color: #fff;
    display: block;
    padding: 12px 10px;
    border: none;
    cursor: pointer;
    max-width: 160px;
    margin: 0 auto;
    opacity: 1;
    font: 15px/1'utm avo Bold';
    border-radius: 8px;
}

.form-container .cancel {
    margin: -20px -15px 10px;
    text-align: center;
    text-transform: uppercase;
    padding: 12px 0;
    color: #fff;
    font: 16px/1'utm avo Bold';
    border-bottom: solid 1px #bb8732;
    cursor: pointer;
}

.form-container .btn:hover,
.open-button:hover {
    opacity: 1;
}

.dk-tu-van i {
    float: right;
    right: 10px;
    position: relative;
}

.dk-tu-van .col {
    padding: 0;
}

.dk-tu-van form {
    margin: 0;
}

.dk-tu-van p {
    text-align: center;
    margin: 10px 0 20px;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

#xu-ly-popup {
    margin: 20px 0 0;
    text-align: center;
}

.cokhach-support-box .cokhach-chatbox-close::before,
.cokhach-support-box .cokhach-chatbox-close::after {
    width: 15px !important;
    height: 3px !important;
}

ul {
    list-style: circle;
}

.wpcf7 .wpcf7-not-valid-tip {
    margin-top: 0;
}

.category .image-cover {
    padding-top: 70% !important;
}

.doi-tac img {
    border-radius: 4px;
    border: 1px solid #ddd;
    max-width: 181px;
}

.doi-tac .flickity-prev-next-button {
    top: 15%;
}

.drop-cap {
    float: left;
    text-align: center;
    line-height: 1;
    font-size: 50px;
    color: var(--primary-color);
    margin-right: 5px;
}

.header-about p {
    text-align: justify;
}

.about-1 .col {
    background: url(https://bds033.mauthemewp.com/wp-content/uploads/2019/10/about-1.jpg) no-repeat;
    background-size: cover;
    min-height: 235px;
}

.about-1 .col:nth-child(2) {
    background: url(https://bds033.mauthemewp.com/wp-content/uploads/2019/10/bg-about-1-2.jpg) no-repeat;
    background-size: cover;
}

.about-1 h3 {
    color: var(--primary-color);
    font-weight: 400;
    text-transform: uppercase;
    border-bottom: 1px solid var(--primary-color);
    display: inline;
    padding-bottom: 5px;
}

.about-1 p {
    margin-top: 15px;
}

.col.gia-tri .col-inner {
    border: 1px solid #ddd;
    padding: 0 15px !important;
    min-height: 290px;
}

.gia-tri h3 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 18px;
}

.gia-tri .img {
    margin: auto;
    margin-top: -45px;
}

.col.gia-tri p {
    text-align: justify;
    font-size: 15px;
    color: #333;
}

.lien-he li {
    list-style: none;
    margin: 0 0 12px !important;
    font: 16px/1'utm avo';
    line-height: 1.1;
}

.lien-he input,
.lien-he select,
.lien-he button {
    border-radius: 8px;
}

.lien-he input,
.lien-he select {
    background: rgba(255, 255, 255, .8);
}

.lien-he button {
    background: var(--primary-color);
    color: #fff;
    opacity: .9;
}

select {
    padding: 0 8px;
}

.thong-tin-lien-he .col-inner {
    border: 1px solid;
    padding: 20px 10px !important;
    border-radius: 8px;
}

.thong-tin-lien-he p {
    margin-bottom: 5px;
}

.thong-tin-lien-he i {
    font-size: 45px;
}

#header .nav-dropdown {
    background: rgba(197, 137, 51, .9);
    border: 1px solid rgba(255, 255, 255, .2);
    padding: 0;
    min-width: 230px;
}

#header .nav-dropdown:hover {
    background: var(--primary-color);
}

#header .nav-dropdown .menu-item:not(:last-child) {
    border-bottom: 1px solid #e0e0e0;
}

#header .nav-dropdown>li>a {
    color: #fff;
    font-family: 'utm avo', sans-serif;
}

.thu-vien .nav.nav-tabs {
    margin-bottom: 20px;
}

.thu-vien li.tab {
    margin: 0 8px;
}

.thu-vien .nav-tabs>li>a {
    border-radius: 4px;
    padding: 0 15px;
    height: 42px;
}

.thu-vien .thong-tin-can-ho {
    display: none;
}

.thu-vien .nav-tabs+.tab-panels {
    padding: 20px;
}

.thu-vien .video.video-fit {
    margin-bottom: 0;
}

.thu-vien .title-video {
    background: #ddd;
    padding: 5px 10px;
}

.dich-vu .icon-dv {
    width: 43px;
    display: inline-block;
    float: left;
}

.dich-vu .text-dv {
    width: calc(100% - 43px);
}

.dich-vu .text-dv p {
    color: #222;
    font-size: 14px;
}

.dich-vu .icon-dv p {
    text-align: center;
    font-size: 30px;
    color: var(--primary-color);
    margin-bottom: 0;
}

.header-landing h1 {
    font-size: 50px;
}

.header-landing h2 {
    font-size: 25px;
    font-weight: 400;
}

.row.dich-vu {
    background: #fff;
}

.dich-vu .text-dv p span {
    font-weight: 700;
    font-size: 16px;
}

.col.cta {
    background: #b20000;
}

.dich-vu .cta p {
    line-height: 40px;
    color: #fff;
    font-size: 30px;
    top: 2px;
    position: relative;
}

.dich-vu .cta .icon-dv i {
    font-size: 28px;
}

.dv div {
    right: -20px;
    position: relative;
}

.hoa-tiet-duoi {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDBweCIgdmlld0JveD0iMCAwIDEyODAgMTQwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9IiNjNTg5MzMiPjxwYXRoIGQ9Ik05NzguODEgMTIyLjI1TDAgMGgxMjgwbC0yNjIuMSAxMTYuMjZhNzMuMjkgNzMuMjkgMCAwIDEtMzkuMDkgNS45OXoiIGZpbGwtb3BhY2l0eT0iLjUiLz48cGF0aCBkPSJNOTgzLjE5IDk1LjIzTDAgMGgxMjgwbC0yNjYgOTEuNTJhNzIuNTggNzIuNTggMCAwIDEtMzAuODEgMy43MXoiLz48L2c+PC9zdmc+);
    background-size: 100% 100px;
    top: 0;
    height: 100px;
    z-index: 1;
}

.g-thieu h2 {
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    margin-bottom: 0;
    color: #004479;
    font-family: 'utm avo', sans-serif;
}

.g-thieu h3 {
    font-size: 50px;
    line-height: 60px;
    color: #004479;
    font-weight: 400;
    letter-spacing: 2px;
    margin-bottom: 0;
}

.g-thieu h4 {
    font-size: 22px;
    font-weight: 700;
    font-family: 'utm avo', sans-serif;
}

.form-dk-tv {
    background: linear-gradient(to bottom, var(--primary-color) 0%, #E1C398 100%, #E1C398 100%);
    padding: 20px;
    border-radius: 10px;
    color: #fff;
    box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.form-dk-tv form {
    margin-bottom: 15px;
}

.form-dk-tv ul {
    margin-bottom: 0;
}

.form-dk-tv li {
    list-style: none;
    margin-left: 0 !important;
}

.form-dk-tv i {
    width: 40px;
    text-align: center;
    color: var(--primary-color);
    background: #eee;
    height: 40px;
    padding: 10px 0;
    float: left;
}

.form-dk-tv i.fa-mobile {
    font-size: 24px;
    line-height: 11px;
}

.form-dk-tv i.fa-mobile::before {
    top: 3px;
    position: relative;
}

.form-dk-tv input,
.form-dk-tv select {
    width: calc(100% - 40px);
    margin-bottom: 0;
    background: no-repeat;
    border: none;
    box-shadow: none;
    transition: none;
    padding: 0 8px;
    height: 40px;
}

.form-dk-tv li.col div {
    background: #fff;
    margin-bottom: 20px;
}

.form-dk-tv input:focus {
    box-shadow: none;
    transform: none;
    transition: none;
}

.form-dk-tv select:required:invalid {
    color: #999;
}

.form-dk-tv .btn {
    margin: 0;
}

.nut-tu-van {
    text-align: center;
    margin: 20px auto 0;
    max-width: 280px;
}

.nut-tu-van a.tu-van {
    text-align: center;
    background: url(https://bds033.mauthemewp.com/wp-content/uploads/2019/11/hotline-tu-van.gif) no-repeat center 0 / 280px auto;
    display: block;
    height: 105px;
}

#xu-ly-dk {
    text-align: center;
    margin-top: 10px;
}

.category-kien-thuc .add-foot-single,
.category-kien-thuc-phap-ly .add-foot-single,
.category-kien-thuc-phong-thuy .add-foot-single,
.category-kien-truc-noi-that .add-foot-single,
.category-goc-tu-van .add-foot-single,
.category-tuyen-dung .add-foot-single,
.category-tin-tuc .add-foot-single,
.category-tin-tuc-du-an .add-foot-single,
.category-tin-tuc-thi-truong .add-foot-single {
    display: none;
}

#secondary #custom_html-2 {
    border: 1px solid #cecece;
}

#secondary .row {
    margin: 0;
}

#secondary .dk-tu-van {
    padding: 0 10px;
}

#secondary .form-container input,
#secondary .form-container textarea,
#secondary .form-container .btn {
    border-radius: 3px;
    box-shadow: none;
    border-color: #cecece;
}

#secondary #custom_html-2 img {
    margin: 0 0 15px;
}

#secondary #xu-ly-dk {
    margin: 15px 0;
}

textarea {
    min-height: 80px;
}

.hotline-bottom {
    background: var(--primary-color);
    padding: 5px 10px;
    top: -24px;
    position: relative;
    text-align: center;
}

.hotline-bottom a {
    color: #fff;
    font-size: 22px;
    font-family: 'utm avo bold', sans-serif;
    line-height: 30px;
}

.single-post #content.page-wrapper,
.single-post .large-9.col.medium-col-first,
.single-post .post-sidebar.large-3.col {
    padding-bottom: 0;
}

.single-post .slider-wrapper .flickity-viewport {
    max-height: 480px;
    text-align: center;
    background: #f1f1f1;
}

.single-post .slider-wrapper .flickity-viewport img {
    width: auto;
    max-height: 480px;
}

.slider-nav-circle .flickity-prev-next-button svg,
.slider-nav-circle .flickity-prev-next-button:hover svg {
    background: #ce8226;
    border: 2px solid #ce8226;
}

.slider-nav-light .flickity-page-dots .dot {
    border: 3px solid #ce8226;
    background: #fff;
}

.slider-nav-light .flickity-page-dots .dot.is-selected {
    background: #ce8226;
}

.call-to-action {
    background: #FFF7C5;
    padding: 20px 20px 10px;
    font-size: 15px;
    font-family: Roboto;
    font-weight: 300;
    border: 1px solid #FFE6B7;
}

.call-to-action p {
    margin-bottom: 10px;
}

.form-dk-tv h5 {
    color: #fff;
    text-align: center;
    margin-bottom: 15px;
    font-size: 18px;
    font-family: 'utm avo', sans-serif;
}

.can-ho-cao-cap h2,
.can-ho-cao-cap h3,
.thong-tin-co-ban h2,
.can-ho h3,
.cta-call h2,
.cta-call h3,
.cta-submit h2,
.cta-submit h3,
.khach-hang h2,
.tien-ich h2,
.tien-ich h3 {
    font-family: 'utm avo', sans-serif;
}

.can-ho-cao-cap h2,
.khach-hang h2,
.tien-ich h2 {
    font-size: 30px;
    margin-bottom: 10px;
}

.thong-tin-co-ban h2 {
    font-size: 28px;
    margin-bottom: 10px;
}

.can-ho-cao-cap h3,
.tien-ich h3 {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 5px;
    letter-spacing: 2px;
}

.can-ho-cao-cap p {
    margin-bottom: 0;
}

.can-ho-cao-cap i {
    font-size: 40px;
    color: #e09900;
    margin-bottom: 10px;
}

.can-ho-cao-cap img {
    border: 1px dashed #f1f1f1;
    border-radius: 4px;
}

.can-ho-cao-cap .muc-dich-su-dung i {
    font-size: 40px;
}

.can-ho h3 {
    margin-bottom: 12px;
}

.entry-content ol li,
.entry-summary ol li,
.col-inner ol li,
.entry-content ul li,
.entry-summary ul li,
.col-inner ul li {
    margin-left: 12px;
}

.cta-call h2 {
    font-size: 24px;
}

.cta-submit h2 {
    font-size: 30px;
}

.cta-call h3 {
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
}

.cta-submit h3 {
    font-size: 18px;
    font-weight: 400;
    font-style: italic;
}

.customize-button span {
    font-size: 20px;
    font-weight: 700;
    font-family: 'utm avo', sans-serif;
}

.khach-hang .tieu-de p {
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 2px;
}

.khach-hang .tieu-de h2 {
    font-size: 28px;
    margin-bottom: 0;
}

.review-kh .col-inner {
    padding: 10px !important;
    border-radius: 20px;
    border: 1px dashed #e1e1e1;
}

.review-kh p {
    font-size: 15px;
    font-style: italic;
    margin-bottom: 5px;
    color: #555;
}

.review-kh p span {
    font-style: normal;
    font-weight: 700;
}

.review-kh img {
    border-radius: 100%;
    padding: 2px;
    border: 1px solid #f1f1f1;
}

.page-id-3569 main,
.page-id-4755 main {
    font-family: 'utm avo', sans-serif;
}

.dich-vu .cta .text-dv p a {
    font-size: 28px;
    font-weight: 700;
}

.customize-button {
    margin-bottom: 5px;
    line-height: 52px;
}

.tien-ich .accordion-title span {
    text-transform: none;
    font-size: 14px;
}

.row.chi-phi-thu-tuc {
    max-width: 1140px;
    background: #f1f1f1;
}

.col.title-chi-phi {
    padding: 0;
}

.chi-phi-thu-tuc h4 {
    font-family: 'utm avo', sans-serif;
    font-size: 18px;
}

.chi-phi-thu-tuc h3 {
    padding: 12px 0;
    margin-bottom: 15px;
    font-size: 18px;
    letter-spacing: 0;
}

.col.chi-phi,
.col.thu-tuc {
    padding: 0 25px;
}

.chi-phi-thu-tuc p {
    margin-bottom: 10px;
}

.nav-dropdown>li.nav-dropdown-col {
    display: block;
}

.nav-dropdown {
    padding: 0;
}

.nav-dropdown .nav-dropdown-col>a,
.nav-dropdown li a {
    text-transform: none !important;
    font-size: 15px;
    font-weight: 400;
}

.nav-dropdown .nav-dropdown-col>ul li:hover {
    background: var(--primary-color);
}

.nav-dropdown-default>li:hover>a,
.nav-dropdown .nav-dropdown-col>ul li:hover>a {
    color: #fff
}

.nav-dropdown-default>li:hover {
    background: #fbae3c;
}

.nav-dropdown-default>li>a {
    border-bottom: 0 !important
}

.nav-dropdown-has-arrow li.has-dropdown:before {
    border-width: 10px;
    margin-left: -10px;
}

.nav-dropdown .nav-dropdown-col>ul,
.nav-dropdown .nav-dropdown-col>ul ul {
    display: none;
    position: absolute;
    left: 100%;
    z-index: 9;
    background: rgba(197, 137, 51, .9);
    min-width: 240px;
    border: 1px solid rgba(255, 255, 255, .2);
}

.nav-dropdown .nav-dropdown-col>ul {
    margin-top: -39px;
}

.nav-dropdown .nav-dropdown-col>ul ul {
    margin-top: -38px;
}

.nav-dropdown>li.nav-dropdown-col {
    width: 100%;
    border-right: 0;
}

.nav-dropdown .nav-dropdown-col>ul li a {
    padding: 10px;
    text-transform: none;
    color: #fff;
    font-family: 'utm avo', sans-serif;
    font-weight: 400;
}

.header-nav li.nav-dropdown-col:hover>ul,
.header-nav ul li:hover>ul {
    display: block;
}

.nav-dropdown>li.nav-dropdown-col:not(:last-child),
.nav-dropdown>li.image-column:not(:last-child) {
    border-right: none;
}

.nav-dropdown .nav-dropdown-col .menu-item-has-children {
    margin-top: 0;
}

.nav ul:not(.nav-dropdown) {
    margin-left: -1px;
}