/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

body {
    font-family: 'Albra' !important;
    font-size: 1.25rem;
    line-height: 2rem;
}
html[lang="en"] body {
    font-family: Ysabeau, sans-serif !important;
    font-weight: 300;
}

h1 {
    font-size: 3rem;
    line-height: 1;
    margin: 0 0 1rem;
}
h2 {
    font-size: 2.25rem;
    line-height: 2.5rem;
    margin: 0 0 1rem;
}
h3 {
    font-size: 2rem;
    line-height: 2.25rem;
    margin: 0 0 1rem;
}
h4 {
    font-size: 1.75rem;
    line-height: 2rem;
    margin: 0 0 1rem;
}
h5 {
    font-size: 1.5rem;
    line-height: 2rem;
    margin: 0 0 1rem;
}
h6 {
    font-size: 1.25rem;
    line-height: 2rem;
    margin: 0 0 1rem;
    opacity: 1;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Albra' !important;
}
html[lang="en"] h1,
html[lang="en"] h2,
html[lang="en"] h3,
html[lang="en"] h4,
html[lang="en"] h5,
html[lang="en"] h6 {
    font-family: "Silk" !important;
    font-weight: 300;
}
html[lang="en"] .font-silk {
    font-family: "Silk" !important;
}
/*.container .row:not(.row-collapse), .lightbox-content .row:not(.row-collapse), .row .gallery, .row .row:not(.row-collapse) {*/
    /*margin-left: -10px;*/
    /*margin-right: -10px;*/
    /*padding-left: 0;*/
    /*padding-right: 0;*/
    /*width: auto;*/
/*}*/
/*.col, .columns, .gallery-item {*/
    /*padding: 0 10px 20px;*/
/*}*/
.uppercase, h6, span.widget-title, th {
    letter-spacing: 0;
    line-height: 1.3;
}
h6, span.widget-title, th {
    text-transform: inherit;
}
blockquote, dl, figure, ol, p, pre, ul {
    margin: 0 0 1rem;
}
form {
    margin: 0;
}
a.button {
    margin: 0;
    font-weight: 400;
}

.section-full-width .row {
    max-width: none;
}
.section-full-width .row .col {
    padding-left: 0;
    padding-right: 0;
}

.mw-1132 .row {
    max-width: 1132px;
}
.mw-1100 .row {
    max-width: 1100px;
}

/* Header */
.header .header-main,
.header .header-bottom {
    background: #ffffff;
    box-shadow: 0 4px 6px -1px rgba(0,0,0,0.1);
}
.header .header-bottom {
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    transition: 0.5s;
    transform: translateY(-100%);
}
.header .stuck .header-bottom {
    transform: translateY(0);
}
.header .header-main .hide-for-medium.flex-left {
    order: -1;
    width: 150px;
    max-width: 150px;
}
.header .header-main .hide-for-medium.flex-right {
    width: 150px;
    max-width: 150px;
}
.header .header-main .flex-col.logo {
    width: 100%;
    flex: 1;
    margin: 0;
}
.header .header-main #logo img,
.header .stuck .header-main #logo img {
    max-height: 24px !important;
    margin: 0 auto;
}
.header .gtranslate_wrapper .gt_selector {
    border: none;
    box-shadow: none;
    outline: none;
    color: #000000;
    width: auto;
    min-width: auto;
    height: auto;
}
.bnt-off-canvas-menu {
    display: inline-block;
    margin: 0;
    width: 32px;
    height: 20px;
    background-image: url("https://lythanhy.com/wp-content/uploads/2025/07/list-menu.svg");
    background-color: transparent !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    font-size: 0;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
}
.bnt-off-canvas-menu span {
    display: none;
}
.header-search a i {
    color: #000000;
}
.header .gtranslate_wrapper .gt_selector option:first-child {
    display: none;
}
.header .header-bottom .nav > li {
    margin: 0 1.5rem;
}
.header .header-bottom .nav > li > a {
    font-size: 0.6rem;
    color: #000000;
    padding: 0;
    line-height: 1;
    letter-spacing: 1.5px;
    transition-property: all;
    transition-duration: .5s;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
}
.header .header-bottom .nav > li > a:hover {
    box-shadow: 0 3px 0 -1px var(--fs-color-primary);
}

.mfp-container {
    padding: 0;
}
/*.mfp-container #off-canvas-menu-desktop {*/
    /*padding-top: 1.5rem;*/
    /*padding-bottom: 1.5rem;*/
    /*padding-left: 3rem;*/
    /*padding-right: 3rem;*/
/*}*/
#off-canvas-menu-desktop {
    height: 100vh;
    min-height: 100vh;
}
#off-canvas-menu-desktop .icon-box-text {
    flex: none;
}
#off-canvas-menu-desktop .icon-box-text p {
    margin-bottom: 0.25rem;
}
.menu-category {
    display: flex;
    flex-direction: column;
    flex: 1 1 0%;
    gap: 1rem;
    font-size: 1.2rem;
    margin-bottom: 2rem;
}
.menu-category .ux-menu-link a {
    display: inline-block;
    flex: none;
    padding: 0;
    font-size: 1.2rem;
    line-height: 1;
    min-height: auto;
    transition-duration: .7s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    position: relative;
    font-weight: 300;
    text-transform: uppercase;
    color: #000000;
    opacity: 1 !important;
}
.menu-category .ux-menu-link a:after {
    content: "";
    position: absolute;
    width: 0;
    height: 1px;
    background: var(--fs-color-primary);
    top: 7px;
    left: 0;
    opacity: 0;
    transition-property: all;
    transition-duration: .5s;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
}
.menu-category .ux-menu-link a:hover:after {
    width: 100%;
    opacity: 1;
}
.menu-page {
    display: flex;
    flex-direction: column;
    flex: 1 1 0%;
    gap: 1rem;
}
.menu-page .ux-menu-link a {
    display: inline-block;
    flex: none;
    padding: 0;
    font-size: .875rem;
    line-height: 1.25rem;
    min-height: auto;
    transition-duration: .5s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    position: relative;
    font-weight: 300;
    text-transform: uppercase;
    color: #000000;
    opacity: 1 !important;
}
.menu-page .ux-menu-link a:hover {
    padding-left: 0.5rem;
}
.menu-social {
    display: flex;
    flex-direction: row;
}
.menu-social .ux-menu-link {
    flex: none;
    padding: 0 0.5rem;
    border-right: 1px #000000 solid;
}
.menu-social .ux-menu-link:first-child {
    padding-left: 0;
}
.menu-social .ux-menu-link:last-child {
    padding-right: 0;
    border: none;
}
.menu-social .ux-menu-link a {
    display: inline-block;
    flex: none;
    padding: 0;
    font-size: 10px;
    line-height: 1;
    min-height: auto;
    font-weight: 300;
    text-transform: uppercase;
    color: #000000;
    opacity: 1 !important;
}
@media (min-width: 850px) {
    button.mfp-close {
        top: 1.5rem !important;
        right: 3rem;
    }
}

/* Footer */
.menu-footer {
    display: flex;
    flex-direction: column;
    flex: 1 1 0%;
    gap: .5rem;
}
.menu-footer .ux-menu-link a {
    display: inline-block;
    flex: none;
    padding: 0;
    font-size: 1rem;
    line-height: 1.5rem;
    min-height: auto;
    transition-duration: .5s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    position: relative;
    font-weight: 300;
    text-transform: uppercase;
    color: #000000;
    opacity: 1 !important;
}
.menu-footer .ux-menu-link a:hover {
    box-shadow: 0 3px 0 -1px var(--fs-color-primary);
}
footer .col-inner>.img:not(:last-child) {
    margin: 0;
}
footer .absolute-footer {
    display: none;
}

/* Single post */
.entry-content.single-page {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}
.page-wrapper {
    padding-bottom: 0;
    padding-top: 0;
}
@media (min-width: 850px) {
    .blog-single .entry-header {
        display: flex;
        align-items: center;
    }
    .blog-single .entry-header .entry-image {
        width: 50%;
        min-width: 50%;
    }
    .blog-single .entry-header .entry-header-text {
        padding: 1rem 1rem 1rem 0;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: .5rem;
    }
    .blog-single .entry-header .entry-category {
        z-index: 20;
        --tw-rotate: 180deg;
        transform: translate(0, 0) rotate(180deg) skew(0) skewY(0) scaleX(1) scaleY(1);
        cursor: pointer;
        font-size: .75rem;
        line-height: 1rem;
        text-transform: uppercase;
        --tw-text-opacity: 1;
        color: var(--fs-color-primary);
        transition-property: all;
        transition-duration: .3s;
        transition-timing-function: cubic-bezier(.4,0,.2,1);
        writing-mode: vertical-rl;
    }
    .blog-single .entry-header .entry-category:hover {
        --tw-scale-x: 1.15;
        --tw-scale-y: 1.15;
        transform: translate(0, 0) rotate(180deg) skew(0) skewY(0) scaleX(1.15) scaleY(1.15);
    }
    .blog-single .entry-header .entry-category a {
        color: var(--fs-color-primary);
    }
    .blog-single .entry-header .entry-meta > span {
        display: block;
    }
    .blog-single .entry-header .entry-meta a {
        font-size: .75rem;
        line-height: 1rem;
        pointer-events: none;
        color: #000000;
    }
}

.blog-single iframe {
    width: 100%;
}

blockquote {
    border-left: none;
    font-size: 1.2em;
    font-style: italic;
    padding: 120px 20px;
    position: relative;
    text-align: center;
    background-color: rgba(238,235,235,1);
}
blockquote:before,
blockquote:after {
    content: "";
    position: absolute;
    width: 102px;
    height: 83px;
    top: 20px;
    left: calc(50% - 51px);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("https://lythanhy.erasvietnam.com/wp-content/uploads/2025/07/quoteup.svg");
}
blockquote:after {
    top: auto;
    bottom: 20px;
    background-image: url("https://lythanhy.com/wp-content/uploads/2025/07/quotedown.svg");
}
.lty-post-cover {
    margin-top: 30px;
}
.section-title-container {
    margin: 0;
}
.section-title.section-title-normal {
    border: none;
}
.section-title.section-title-normal b {
    display: none;
}
.section-title.section-title-normal span {
    display: inline-block;
    margin: 0;
    padding-right: 20px;
    padding-bottom: 0;
    border: none;
    background-image: url("https://lythanhy.com/wp-content/uploads/2025/07/bg-title.svg");
    background-position: right 62%;
    background-size: 15px;
    background-repeat: no-repeat;
}
.post-item .box-vertical {
    display: flex;
    align-items: center;
    gap: .5rem;
}
.related-post .post-item .box-vertical .box-image {
    width: 160px;
    margin: 0;
}
.post-item .box-image .image-cover {
    padding: 0 !important;
}
.post-item .box-image .image-cover img {
    bottom: auto;
    height: auto;
    left: auto;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    position: relative;
    right: auto;
    top: auto;
    width: 100%;
}
.related-post .post-item .box-vertical .box-image img {
    min-height: 160px;
}
.related-post .post-item .box-vertical .box-text {
    flex: 1;
    max-width: 254px;
    padding: 0;
}
.post-item .box-text .box-text-inner {
    padding: 0;
    display: flex;
    align-items: center;
    gap: .75rem;
}
.related-post .post-item .box-text .box-text-inner {
    gap: .5rem;
}
.post-item .box-text .box-text-inner .cat-label {
    z-index: 20;
    --tw-rotate: 180deg;
    transform: translate(0, 0) rotate(180deg) skew(0) skewY(0) scaleX(1) scaleY(1);
    cursor: pointer;
    font-size: .75rem;
    line-height: 1rem;
    text-transform: uppercase;
    --tw-text-opacity: 1;
    color: var(--fs-color-primary);
    transition-property: all;
    transition-duration: .3s;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    writing-mode: vertical-rl;
    margin: 0;
}
.post-item .box-text .box-text-inner .cat-label:hover {
    --tw-scale-x: 1.15;
    --tw-scale-y: 1.15;
    transform: translate(0, 0) rotate(180deg) skew(0) skewY(0) scaleX(1.15) scaleY(1.15);
}
.post-item .box-text .box-text-inner .post-content-inner {
    display: flex;
    flex-direction: column;
    gap: .5rem;
}
.post-item .box-text .box-text-inner .post-title {
    font-size: 1.875rem;
    line-height: 2.25rem;
    margin: 0;
}
.related-post .post-item .box-text .box-text-inner .post-title {
    font-size: 1.25rem;
    line-height: 1.75rem;
}
.post-item .box-text .box-text-inner .post-title a {
    margin: 0;
}
.post-item .box-text .box-text-inner .post-meta {
    font-size: .75rem;
    line-height: 1rem;
    opacity: 1;
    color: #000000;
    text-transform: uppercase;
}

.blog-single .blog-share {
    max-width: 483px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.125rem;
    padding-top: 1.25rem;
    border-top: 1px #000000 solid;
}
.blog-single .blog-share p {
    font-size: 1.25rem;
    line-height: 1.75rem;
    text-transform: capitalize;
    margin: 0;
}
.blog-single .blog-share .social-icons a {
    border-width: 1px;
    border-color: #000000;
    color: #000000;
    border-radius: 0 !important;
    width: 40px;
    height: 40px;
    line-height: 42px;
    min-height: auto;
}
footer.entry-meta {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.125rem;
    border-bottom: none;
    border-top: none;
    padding: 20px 0;
}
footer.entry-meta p {
    font-size: 1.25rem;
    line-height: 1.75rem;
    text-transform: capitalize;
    margin: 0;
}
footer.entry-meta div {
    /*font-size: 0;*/
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
footer.entry-meta div a {
    font-size: .75rem;
    line-height: 1rem;
    text-transform: uppercase;
    color: #000000;
    transition-duration: .5s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
}
footer.entry-meta div a:hover {
    box-shadow: 0 3px 0 -1px var(--fs-color-primary);
}
.navigation-post .next-prev-nav {
    padding: 0;
    border: none;
    gap: 1rem;
}
.next-prev-nav .flex-col+.flex-col {
    border-left: none;
}
.next-prev-nav .flex-col {
    padding: 0;
}
.next-prev-nav .flex-col.nav-prev {
    text-align: right;
}
.next-prev-nav .flex-col.nav-next {
    text-align: left;
}
.next-prev-nav .flex-col a {
    display: inline-block;
    width: 160px;
    height: 38px;
    position: relative;
    font-size: 0;
    color: #000000;
    text-align: center;
    text-transform: uppercase;
    line-height: 36px;
    border: 1px #000000 solid;
    overflow: hidden;
    transition: 0.5s;
}
.next-prev-nav .flex-col a:hover {
    background: #000000;
    color: #ffffff;
}

.next-prev-nav .flex-col.nav-prev a:before {
    content: "Bài Trước";
    font-size: .875rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.next-prev-nav .flex-col.nav-next a:before {
    content: "Bài Sau";
    font-size: .875rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Tin tức */
.archive-page-header .page-title {
    margin: 30px 0;
    text-align: left;
    font-size: 3rem;
    line-height: 1;
}
.archive-page-header .page-title span {
    display: inline-block;
    padding: 0 20px 0 4rem;
    background-image: url(https://lythanhy.com/wp-content/uploads/2025/07/bg-title.svg);
    background-position: right 62%;
    background-size: 15px;
    background-repeat: no-repeat;
}
#post-list {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}
.post-item .box-normal.box-blog-post {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.post-item .box-normal.box-blog-post .box-image {
    width: 100%;
}
.post-item .box-normal.box-blog-post .box-text {
    padding: 0;
}
.box-blog-post .is-divider {
    display: none;
}
.post-effect .post-item {
    transition-property: opacity, transform;
    transition-timing-function: ease-out;
    transition-duration: .6s;
    transform: translate3d(100px, 0, 0);
    opacity: 0;
}
.post-effect .post-item.aos-animate {
    opacity: 1;
    transform: translateZ(0);
}
.col.large-7 .post-item .box-image .image-cover img {
    max-height: 60vh;
}

ul.links {
    margin: 0 0 30px;
}
.nav-pagination>li>a, .nav-pagination>li>span {
    border-width: 1px;
    border-radius: 0;
    font-size: 1.1em;
    height: 40px;
    width: 40px;
    min-width: 40px;
    line-height: 40px;
    padding: 0;
    text-align: center;
    display: inline-block;
    transition: all .3s;
}

input[type=email], input[type=number], input[type=search], input[type=tel], input[type=text], input[type=url], textarea {
    border: 1px #000000 solid;
    box-shadow: none;
    outline: none;
    height: 45px;
}
textarea {
    max-height: 90px;
    min-height: 90px;
}
.form7-submit {
    text-align: center;
    position: relative;
}
.form7-submit .wpcf7-submit {
    margin: 0;
    font-weight: 400;
    border: 1px solid #000000;
    color: #000000;
    box-shadow: none;
    outline: none;
    background: none;
    transition: 0.5s;
}
.form7-submit .wpcf7-submit:hover {
    background: #000000;
    color: #ffffff;
}
.form7-submit .wpcf7-spinner {
    position: absolute;
    top: calc(50% - 12px);
    left: calc(50% - 12px);
    margin: 0;
}
input::placeholder {
    color: #000000;
    opacity: 1;
}
input::-ms-input-placeholder {
    color: #000000;
}
textarea::placeholder {
    color: #000000;
    opacity: 1;
}
textarea::-ms-input-placeholder {
    color: #000000;
}
.button.is-outline, input[type=button].is-outline, input[type=reset].is-outline, input[type=submit].is-outline {
    border-width: 1px;
}
.button.is-outline {
    line-height: 2.5em;
}

.col-ig-image > .col-inner {
    display: flex;
    gap: 1.25rem;
    justify-content: center;
    align-items: center;
}
.col-ig-image .img {
    flex: 1 1 0%;
    transition-property: all;
    transition-duration: .6s;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
}
.col-ig-image .img-inner {
    position: relative;
    padding-top: 100%;
}
.col-ig-image .img-inner img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    transition-property: all;
    transition-duration: .45s;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    clip-path: circle(100%);
}
@media (min-width: 850px) {
    .col-ig-image .img:hover {
        margin-left: 3.5rem !important;
        margin-right: 3.5rem !important;
        --tw-scale-x: 1.65 !important;
        --tw-scale-y: 1.65 !important;
        transform: translate(0, 0) rotate(0) skew(0) skewY(0) scaleX(1.65) scaleY(1.65) !important;
    }
    .col-ig-image .img:hover img {
         clip-path: circle(48% at center);
    }
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}