@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

:root{
    --main-cl: #521284;
    --sub-cl: #F27325;
    --container-w: 72.917rem;
    --font-400 : 'PP Telegraf Regular';
}
.container-width, .full-width .ubermenu-nav, .container, .row {
    max-width: 71rem !important;
}
body{
    font-weight: 400;
    font-style: normal;
    font-family: "Roboto", sans-serif;
    line-height: 1.3rem;
    color: rgb(44, 44, 48);
}
.col, .columns, .gallery-item{
    padding: 0 0.75rem;
}
body::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 0.3rem rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

body::-webkit-scrollbar
{
    width: 0.417rem;
    background-color: #cedbff;
}

body::-webkit-scrollbar-thumb
{
    background-color: var(--main-cl);
}

input, optgroup, select, textarea{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: unset;
    -moz-box-shadow: unset;
    box-shadow: unset;
    outline: none !important;
}
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;
}
body{
    overflow-x: hidden;
}

.grid-container{
    max-width: var(--container-w);
    margin-left: auto;
    margin-right: auto;
}
#search-lightbox {
    width: 37.5rem;
    max-width: 100%;
}
#search-lightbox .search-lightbox-title{
    margin-bottom: 1.667rem;
    font-size: 1.979rem;
    line-height: 1.2;
    font-weight: 700;
}
#search-lightbox .search-keywords{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 2.083rem;
    gap: 0.521rem;
}
#search-lightbox .search-keywords > a{
    -webkit-border-radius: 2.604rem;
    -moz-border-radius: 2.604rem;
    border-radius: 2.604rem;
    font-size: 0.833rem;
    line-height: 1.042rem;
    border: 0.05rem solid rgba(255, 255, 255, 0.6);
    padding: 0.3125rem 0.833rem;
    display: flex;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
#search-lightbox .search-keywords > a:hover{
    background-color: #fff;
    color: #000
}
#search-lightbox .flex-row > div{
    display: flex;
}
#search-lightbox .flex-row{
    align-items: unset;
    display: flex;
    -webkit-border-radius: 2.604rem;
    -moz-border-radius: 2.604rem;
    border-radius: 2.604rem;
    overflow: hidden;
}
#search-lightbox input{
    height: 100%;
    border: none;
}
#search-lightbox .button.icon{
    line-height: normal;
    min-height: unset;
    height: 100%;
    border: none;
    min-width: unset;
    background-color: #FFF;
    display: flex;
    align-items: center;
}
#search-lightbox .button.icon i{
    font-size: 0.9375rem;
    line-height: 1.25rem;
    color: #000
}
#search-lightbox input{
    font-size: 1.042rem;
    line-height: 1.25rem;
    padding-left: 1.5625rem;
    box-shadow: unset;
    height: 2.604rem;
}
.mfp-bg.mfp-ready{
    opacity: 0.8;
}
.mfp-content #search-lightbox{
    transform: translateY(-70%);
}
.load_home_page svg {
    width: 20.833rem;
    max-width: 95%;
    height: auto;
    position: absolute;
    z-index: 99;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}
.load_home_page {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999999999;
    transition: 1s all;
    opacity: 1;
    background: transparent;
}

div.load_home_page .mask {
    /*background-color: #00BDFFFF;*/
    transition: 1s all ease-in-out;
    position: absolute;
    width: 100%;
    height: 100%;
}

div.load_home_page.complete .mask {
    background-color: transparent;
}

div.load_home_page .mask span {
    display: block;
    width: 100%;
    height: 20%;
    position: absolute;
    left: 0;
    transition: 1s all ease-in-out;
    background-color: var(--main-cl);
    /*backdrop-filter: blur(2rem);*/
}

div.load_home_page .mask span:nth-child(even) {
    left: unset;
    right: 0;
}

div.load_home_page .mask span:nth-child(1) {
    top: 0;
}

div.load_home_page .mask span:nth-child(2) {
    top: 20%;
}

div.load_home_page .mask span:nth-child(3) {
    top: 40%;
}

div.load_home_page .mask span:nth-child(4) {
    top: 60%;
}

div.load_home_page .mask span:nth-child(5) {
    top: 80%;
}

.load_home_page.complete {
    visibility: hidden;
}

div.load_home_page.complete .mask span {
    width: 0;
    opacity: 0;
    transition-delay: .8s;
}
#respond input#wp-comment-cookies-consent{
    height: auto !important;
    margin: 0 0.5rem 0 0  !important;
}
.load_home_page.complete svg{
    transition-delay: 0.8s;
    opacity: 0;
}
.load_home_page rect,
.load_home_page path{
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.path-1 {
    animation-name: Signature2;
    animation-duration: 10s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(2, .25, .43, .96);
    stroke: #FFF;
    stroke-width: 0.05rem;
    stroke-dasharray: 2108;
    stroke-dashoffset: 2108;
    fill: transparent;
}

.path-2{
    animation-name: Signature1;
    animation-duration: 20s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(2,.25,.43,.96);
    stroke: var(--sub-cl);
    stroke-width: 0.05rem;
    stroke-dasharray: 2108;
    stroke-dashoffset: 2108;
    fill: transparent;
}
.load_home_page.complete .path-2{
    fill: var(--sub-cl);
}
.load_home_page.complete .path-1{
    fill: #FFF
}
@keyframes Signature1 {
    to {
        stroke: var(--sub-cl);
        stroke-dashoffset: 0;
    }
}
@keyframes Signature2 {
    to {
        stroke: #FFF;
        stroke-dashoffset: 0;
    }
}
.tile-reveal {
    overflow: hidden;
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-flow: row wrap;
    align-self: flex-start;
    align-items: center;
    align-content: center;
    justify-content: center;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    z-index: 99;
    background: #fff;
}
.tile-reveal-square {
    flex: 1 1 auto;
    width: 3.90625rem;
    height: 3.90625rem;
    background-color: var(--main-cl);
    opacity: 1;
}
.wrap-enter-site {
    position: fixed;
    width: 100%;
    height: auto;
    bottom: 3.125rem;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    animation-name: fadeIn;
    animation-duration: 1s;
    animation-delay: 0.6s;
    animation-fill-mode: forwards;
}
.home-sec-1{
    position: relative;
}
.banner-home,
.home-banner{
    background: #521284;
}
.heading-banner-home h1{
    font-family: "Roboto", sans-serif;
    font-size: 4.5rem;
    line-height: 5.2rem;
    font-weight: 400 !important;
}
.heading-banner-home p{
    font-size: 1.2rem;
    line-height: 1.8rem;
    color: #fff;
}
.img-banner-home{
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    width: 100%;
}
.img-banner-home .img-inner{
    position: absolute;
    max-width: 40%;
    height: 100%;
    top: 0;
    right: 0;
}
.img-banner-home .img-inner img{
    width: 100%;
    height: 100%;
    object-fit: fill;
}
.wrap-btn-home.stack-col{
    margin-top: 0.8rem;
    display: flex;
    gap: 0.8rem;
    flex-direction: row;
}
.home-sec-1 .text-box.banner-layer{
    position: relative;
    z-index: 2;
}
.btn-white{
    padding: 0.55rem 1.6rem;
    background: #fff;
    line-height: 1.8;
}
.btn-white span{
    font-size: 1rem;
    line-height: 1.6rem;
    font-weight: 500;
    color: #000;
    text-transform: capitalize;
}
.btn-default span{
    text-transform: capitalize;
}
.btn-default.primary.is-outline{
    border: 0.05rem solid #fff;
}
.btn-default span{
    color: #fff;
    font-size: 0.7rem;
    line-height: 1.4rem;
    font-weight: 700;
}
.post-content-home{
    margin-top: 4rem;
}
.post-content-home .is-divider{
    display: none;
}
.post-content-home .post-title{
    color: rgb(44, 44, 48);
}
.post-content-home .box-blog-post{
    margin-bottom: 2rem;
}
.post-content-home .box-blog-post .box-image{
    border-radius: 1.25rem 1.25rem 0 0;
}
.home-sec-2 .btn-component{
    margin: 2.5rem 0 0 0;
}
h2.section-title b{
    display: none;
}
h2.section-title{
    padding: 0 0 1.25rem;
    justify-content: center;
}
h2.section-title span{
    font-family: "Roboto", sans-serif;
    font-size: 3.15rem;
    text-transform: capitalize;
    font-weight: 400;
}
h2.section-title::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 6rem;
    height: 0.2rem;
    background-color: #F39EF9;
    transform: translate(-50%, -50%);
}
/*linear-gradient(180deg , rgba(210,234,255,1) 0%, rgba(255,255,255,1) 100%)*/
.btn-component.primary.is-outline{
    border: 0.05rem solid;
    padding: 0.55rem 1.6rem;
    color: #521284;
    line-height: 1.8;
    margin-top: 1.25rem;
}
.btn-component.primary.is-outline span{
    color: #521284;
    line-height: 1.8;
    margin-top: 1.25rem;
    font-size: 0.9rem;
    margin: 0;
}
.btn-component.is-outline:hover, .btn-component.primary.is-outline:hover{
    background-color: rgba(0,0,0,.15);
    border: 0.05rem #521284 solid;
}
.home-sec-3{
    background: linear-gradient(180deg, #f39ef930 0%, rgba(255,255,255,1) 100%);
}
.box-content-home-4 {
    background: #f39ef930;
    border-radius: 1.25rem 0 0 1.25rem;
}
.box-content-home-4 .box-image{
    border-radius: 1.25rem 0 0 1.25rem;
}
.box-right-home-4{
    background-color: #521284;
}
.content-home-4 h3{
    font-family: "Roboto", sans-serif;
    font-size: 1.2rem;
    line-height: 1.8rem;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.content-home-4 p{
    font-size: 0.9rem;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp:3 ;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.content-home-4 .btn-white span{
    font-weight: 700;
}
.line-home-4{
    width: 100%;
    height: 0.1rem;
    background-color: #fff;
}
.stack-home-4{
    margin-top: 2.8rem;
}
.box-content-right-home-4 h3{
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    color: rgb(44, 44, 48);
    line-height: 1.8rem;
    font-size: 1.2rem;
}
.box-content-right-home-4 p{
    color: rgb(114, 116, 125);
    line-height: 1.6rem;
    font-size: 0.9rem;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.see-more-box-home-4 .text h3{
    line-height: 1.8rem;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    margin: 0;
}
.see-more-box-home-4 .button{
    margin: 0;
}
.see-more-box-home-4 .button span{
    line-height: 1.6rem;
    font-weight: 700;
    font-size: 0.9rem;
    color: rgb(0, 57, 153);
}
.see-more-box-home-4 .button.is-underline:before{
    bottom: 0.4rem;
    color: rgb(0, 57, 153);
    width: 100%;
    left: 0;
}
.see-more-box-home-4{
    /*border-right: 0.1rem solid rgb(0, 57, 153);*/
    padding: 0 1.5rem;
    position: relative;
}
.see-more-box-home-4::before{
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0.1rem;
    height: 100%;
    background: rgb(0, 57, 153);
}
.see-more-box-home-4:last-child::before{
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 100%;
    background: rgb(0, 57, 153);
}
.content-home-5 p.lead {
    font-family: "Roboto", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.8rem;
    position: relative;
    z-index: 2;
}
.box-home-5 .col-inner{
    padding: 4rem 0 4rem 2.5rem;
    border-radius: 1.25rem;
}
.box-home-5 .btn-white{
    background-color: #521284;
    position: relative;
    z-index: 10;
}
.box-home-5 .btn-white span{
    color: #fff;
    font-weight: 700;
}
.img-home-5 {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}
.img-home-5 .img-inner{
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}
.img-home-5 .img-inner img{
    width: 100%;
    height: 100%;
}
.content-home-8 h4{
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.6rem;
    color: #521284;
}
.content-home-8 p{
    font-weight: 400;
    font-size: 0.9rem;
    line-height: 1.6rem;
    color: #521284;
}
.box-content-home-8 .col-inner{
    height: 100%;
}
.box-content-home-8 .col-inner .icon-box{
    align-items: center;
    height: 100%;
}
.box-content-home-7{
    background: #f39ef930;
    margin-left: -5rem;
    border-radius: 1.25rem;
}
.box-content-home-7 .col-inner h5{
    font-weight: 600;
}
.box-content-home-7 .col-inner p span{
    position: relative;
    color: rgb(44, 44, 48);
    line-height: 1.6rem;
    font-size: 0.9rem;
}
.box-content-home-7 .col-inner p span::before{
    content: '';
    position: absolute;
    top: -2.5rem;
    left: 0;
    width: 1.6rem;
    height: 1.6rem;
    background-size: contain; /* ÃƒÆ’Ã¢â‚¬Å¾Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚ÂºÃƒâ€šÃ‚Â£m bÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚ÂºÃƒâ€šÃ‚Â£o ÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚ÂºÃƒâ€šÃ‚Â£nh khÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â´ng bÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚Â»ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ cÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚ÂºÃƒâ€šÃ‚Â¯t */
    background-repeat: no-repeat; /* TrÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¡nh lÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚ÂºÃƒâ€šÃ‚Â·p lÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚ÂºÃƒâ€šÃ‚Â¡i */
    background-image: url("https://vip1.thuythu.vn/backhue/wp-content/uploads/2025/03/quotes-icon.png");
}
.img-home-7 .img-inner{
    border-radius: 50%;
    position: relative;
    z-index: 10;
}
.btn-home-7.primary.is-underline{
    color: #521284;
    margin: 0;
}
.btn-home-7.button.is-underline:before{
    width: 100%;
    opacity: 0.3;
    bottom: 0.4rem;
    left: 0;
}
.btn-home-7.button.is-underline:hover:before{
    width: 100%;
    opacity: 1;
    bottom: 0.4rem;
    left: 0;
}
.content-about-2 h4{
    line-height: 1.6rem;
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 1.2rem;
}
.content-about-2 p{
    line-height: 1.6rem;
    font-size: 0.9rem;
    font-weight: 400;
    margin-bottom: 0.75rem;
}
/*.img-banner-about, .img-banner-about .img-inner{*/
/*    position: absolute;*/
/*    top: 0;*/
/*    right: 0;*/
/*}*/
.banner-page {
    position: relative;
    padding: 5.5rem 0 1.5rem;
    background: #521284;
}
.banner-page .breadcrumb ul{
    list-style: none;
    display: flex;
    align-items: center;
    margin-left: 1rem;
}
.banner-page .breadcrumb ul .divider svg{
    width: 0.9rem;
    height: 0.9rem;
}
.banner-page .breadcrumbs .divider{
    opacity: 1;
    margin-bottom: 0.15rem;
}
.banner-page .breadcrumb ul li .title{
    font-style: normal ;
}
.banner-page .breadcrumb ul li {
    font-size: 0.7rem;
    line-height: 1.6rem;
    color: #fff;
    font-style: normal;
}
.banner-page .breadcrumb ul li cite{
    color: #fff;
    font-style: normal;
}

.banner-page .title{
    font-size: 3.2rem;
    line-height: 3.4rem;
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    margin: 0;
}
.banner-page .date{
    font-size: 0.7rem;
    color: rgb(210, 234, 255);
    line-height: 1.2rem;
    margin-top: 1.6rem;
}
.banner-page .img-bg{
    width: 42%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}
.banner-page .img-bg svg{
    width: 100%;
    height: 100%;
}
.banner-page .img-bg-2{
    position: absolute;
    top: 0;
    right: 13%;
    width: fit-content;
    height: 100%;
}
.banner-page .img-bg-2 img{
    width: 100%;
    height: 100%;
}
.content-heading-post h2{
    line-height: 1.6rem;
    color: rgb(44, 44, 48);
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 1.6rem;
}
.content-heading-post p{
    font-size: 0.9rem;
    line-height: 1.6rem;
    color: rgb(44, 44, 48);
    margin-bottom: 1.5rem;
}
.content-contact-2 p{
    color: rgb(44, 44, 48);
    line-height: 1.6rem;
    font-size: 0.9rem;
}
.content-contact-2 h2{
    line-height: 2.4rem;
    font-size: 1.6rem;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    color: rgb(44, 44, 48);
}
.feedback-form .form-label{
    /*font-weight: bold;*/
    margin-bottom: 0.75rem;
    font-size: 0.9rem;
}
.feedback-form .required {
    color: red;
    font-size: 0.9rem;
    font-style: italic;
}
.feedback-form .row .col{
    padding-bottom: 1rem;
}
.feedback-form .row .col:last-child{
    padding-bottom: 0;
}
.section-content .wpcf7 form.invalid .wpcf7-response-output,
.section-content .wpcf7 form.sent .wpcf7-response-output{
    margin: -1.75rem 0 0 0;
}
.feedback-form select{
    border-radius: 1.25rem;
}
.feedback-form .form-control{
    border: 0.05rem solid #521284;
    border-radius: 0.75rem;
}
.feedback-form .form-control:focus {
    border: 0.05rem solid black;
    outline: none;
}
.feedback-form{
    margin-top: 5rem;
}
.feedback-form .g-recaptcha {
    margin: 1.5rem 0 0.5rem;
}
.feedback-form .btn-submit {
    padding: 0.15rem 0 !important;
    width: 100%;
    background-color: #521284  !important;
    border-radius: 0.75rem !important;
    font-size: 0.9rem !important;
    text-transform: capitalize !important;
}
.post-content-home.post-page .box-text-inner{
    display: flex;
    flex-direction: column-reverse;
}
.post-content-home.post-page .box-text-inner .post-title{
    order: 2;
}
.post-content-home.post-page .box-text-inner .post-meta{
    order: 3;
    width: fit-content;
    padding: 0.2rem 0.8rem;
    color: #521284;
    background-color: #f39ef930;
    font-weight: 700;
}
.post-content-home.post-page .box-text-inner .from_the_blog_excerpt {
    order: 1;
}
.content-activity-3 h3{
    color: rgb(44, 44, 48);
    line-height: 2.4rem;
    font-size: 1.6rem;
    font-weight: 400;
    position: relative;
    padding-top: 2.5rem;
}
.content-activity-3::before{
    content: '';
    position: absolute;
    width: 6rem;
    height: 5rem;
    top: 0;
    left: 0;
    background-size: contain; /* ÃƒÆ’Ã¢â‚¬Å¾Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚ÂºÃƒâ€šÃ‚Â£m bÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚ÂºÃƒâ€šÃ‚Â£o ÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚ÂºÃƒâ€šÃ‚Â£nh khÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â´ng bÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚Â»ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ cÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚ÂºÃƒâ€šÃ‚Â¯t */
    background-repeat: no-repeat; /* TrÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¡nh lÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚ÂºÃƒâ€šÃ‚Â·p lÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚ÂºÃƒâ€šÃ‚Â¡i */
    background-image: url("https://vip1.thuythu.vn/backhue/wp-content/uploads/2025/03/background_image.peach_shapes_1.svg");
}
.post-content-activity-3 .col.post-item{
    padding: 0;
}
.post-content-activity-3 .box-text-inner .is-divider{
    max-width: 100% !important;
    display: none;
}
.post-content-activity-3 .box-text-inner .post-title{
    font-weight: 400;
    color: rgb(44, 44, 48);
    font-size: 0.9rem;
    line-height: 1.6rem;
    position: relative;
}
.post-content-activity-3 .box-text-inner .post-title::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 0.05rem;
    bottom: -50%;
    left: 0;
    background-color: #dfe0e7;
}
.img-item-page{
    position: relative;
    width: 100%;
    padding-bottom: 65%;
    transition: transform 0.5s ease-in-out;
    border-radius: 1.25rem 1.25rem 0 0;
    overflow: hidden;
}
.img-item-page img{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    transition: transform 0.5s ease-in-out;
}
.box-main-page:hover .img-item-page img{
    transform: scale(1.1);
}
.group-page-2 .content{
    color: #2c2c30;
    line-height: 1.6rem;
    font-size: 0.9rem;
}
.group-page-2 .heading-page{
    margin: 1.5rem 0 4rem;
    font-family: "Roboto", sans-serif;
    color: rgb(44, 44, 48);
    line-height: 2.4rem;
    font-size: 1.6rem;
    font-weight: 400;
}
.box-main-page:hover h3{
    color: #521284;
}
.box-main-page .date-time{
    width: fit-content;
    padding: 0.2rem 0.8rem;
    color: #521284;
    background-color: #f39ef930;
    font-weight: 700;
    line-height: 1.1rem;
    font-size: 0.7rem;
    margin: 0.25rem 0 1rem;
}
.box-main-page h3{
    color: rgb(44, 44, 48);
    font-size: 1.3rem;
    line-height: 1.7rem;
    font-weight: 700;
    transition: 0.5s all;
}
.box-main-page p{
    line-height: 1.6rem;
    font-size: 0.9rem;
    color: rgb(114, 116, 125);
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.group-page-2{
    padding: 1rem 0 4.5rem;
}
.box-group-page-3 {
    width: 100%;
    padding: 3.5rem 6.5rem 2.5rem;
    background-color: #521284;
    border-radius: 0 0 5rem 5rem;
    margin-bottom: 2rem;
}

.box-group-page-3 .wrap-search{
    display: flex;
    gap: 1rem;
    height: 2.5em;
    margin-bottom: 1rem;
}
.box-group-page-3 .wrap-search .search-input{
    background: none;
    border-radius: 0.75rem;
    height: 100%;
    color: #fff;
}
.box-group-page-3 .wrap-search .search-input:focus{
    border: 0.05rem solid black;
    color: #fff;
}
.box-group-page-3 .wrap-search .search-input::placeholder{
    color: #fff ;
    font-size: 0.7rem;
    line-height: 1.2rem;
    opacity: 0.7;
}

.box-group-page-3 .wrap-search .search-button {
    color: #000;
    text-transform: capitalize;
    background: #fff;
    height: 100%;
    border-radius: 1.25rem;
    padding-left: 2rem;
    position: relative;
    font-weight: 400;
    width: 9rem;
    margin: 0;
    font-size: 0.9rem;
}
.box-group-page-3 .wrap-search .search-button::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0.75rem;
    transform: translateY(-50%);
    width: 1rem;
    height: 1rem;
    background-image: url("https://vip1.thuythu.vn/backhue/wp-content/uploads/2025/03/icon-searcch.png");
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
}
.box-group-page-3 h3 {
    font-size: 1.2rem;
    color: #fff;
    font-weight: 400;
    margin-bottom: 1.5rem;
}
.box-group-page-3 .link-page-search ul{
    list-style: none;
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}
.box-group-page-3 .link-page-search ul li{
    color: #fff;
    font-weight: 400;
    font-size: 0.9rem;
}
.box-group-page-3 .link-page-search ul li a {
    color: #fff;
    font-weight: 300;
    position: relative;
}

.box-group-page-3 .link-page-search ul li a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0.1rem;
    width: 100%;
    height: 0.05rem;
    background-color: #fff;
}
.group-page-4{
    padding: 11rem 0 4rem;
    background-color: #f39ef930;
}
.group-page-4 .heading {
    color: rgb(44, 44, 48);
    line-height: 2.4rem;
    font-size: 1.6rem;
    font-weight: 400;
    position: relative;
    padding-top: 2.5rem;
}
.group-page-4 .icon::before{
    content: '';
    position: absolute;
    width: 6rem;
    height: 5rem;
    top: 0;
    left: 0;
    background-size: contain; /* ÃƒÆ’Ã¢â‚¬Å¾Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚ÂºÃƒâ€šÃ‚Â£m bÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚ÂºÃƒâ€šÃ‚Â£o ÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚ÂºÃƒâ€šÃ‚Â£nh khÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â´ng bÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚Â»ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ cÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚ÂºÃƒâ€šÃ‚Â¯t */
    background-repeat: no-repeat; /* TrÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¡nh lÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚ÂºÃƒâ€šÃ‚Â·p lÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚ÂºÃƒâ€šÃ‚Â¡i */
    background-image: url("https://vip1.thuythu.vn/backhue/wp-content/uploads/2025/03/background_image.peach_shapes_1.svg");
}
.group-page-4 .main-pages{
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}
.group-page-4 .main-pages .content{
    line-height: 1.6rem;
    font-size: 0.9rem;
}
.group-page-4 .main-pages .line{
    width: 100%;
    height: 0.05rem;
    background: #d3d3d3;
}
.wrap-bottom-group-page-4 .wrap-item .img-item{
    width: 3.9rem;
    overflow: hidden;
    height: 3.2rem;
}
.wrap-bottom-group-page-4 .wrap-item .img-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0.25rem;
    transition: 0.5s all;
}
.wrap-bottom-group-page-4 .wrap-item:hover .img-item img{
    transform: scale(1.1);
}
.wrap-bottom-group-page-4 .wrap-item:hover .content{
    font-weight: 600;
}
.wrap-bottom-group-page-4 .wrap-item .content{
    width: 100%;
    color: rgb(44, 44, 48);
    line-height: 1.6rem;
    font-size: 0.9rem;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    transition: 0.5s all;
}
.wrap-bottom-group-page-4{
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
}
.wrap-bottom-group-page-4 .wrap-item {
    width: calc(calc(100% / 4));
    margin-bottom: 1.25rem;
    gap: 1rem;
    display: flex;
    align-items: center;
    padding: 0 1rem;
}
.bottom-group-page-4 h4{
    font-size: 0.9rem;
    font-weight: 700;
    margin: 3rem 0 1.5rem;
}
.banner-page.post-page{
    background: #521284;
}
.banner-page .writer{
    display: flex;
    gap: 1rem;
    align-items: center;
    margin-top: 1rem;
}
.banner-page .writer ul{
    list-style: none;
    margin: 0;
}
.banner-page .writer img{
    border-radius: 50%;
}
.banner-page .writer ul li{
    font-size: 0.6rem;
    line-height: 1.2rem;
    color: #fff;
    font-weight: 400;
    margin: 0;
}
.banner-page .writer ul li a{
    font-size: 0.6rem;
    line-height: 1.2rem;
    color: #fff;
    font-weight: 700;
    text-decoration: underline;
}
.main-content-post blockquote h3 {
    font-weight: 700;
    color: #ec6b2f;
    font-size: 0.7rem;
    line-height: 1.2rem;
    padding-left: 1.8rem;
    position: relative;
}
.main-content-post blockquote h3::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 1.2rem;
    height: 1.2rem;
    background-size: contain; /* ÃƒÆ’Ã¢â‚¬Å¾Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚ÂºÃƒâ€šÃ‚Â£m bÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚ÂºÃƒâ€šÃ‚Â£o ÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚ÂºÃƒâ€šÃ‚Â£nh khÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â´ng bÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚Â»ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ cÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚ÂºÃƒâ€šÃ‚Â¯t */
    background-repeat: no-repeat; /* TrÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¡nh lÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚ÂºÃƒâ€šÃ‚Â·p lÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚ÂºÃƒâ€šÃ‚Â¡i */
    background-image: url("https://vip1.thuythu.vn/backhue/wp-content/uploads/2025/03/checked-icon.png");
}
.main-content-post blockquote p {
    color: rgb(114, 116, 125);
    font-size: 0.7rem;
    line-height: 1.2rem;
}
.main-content-post blockquote p a {
    text-decoration: underline;
    color: rgb(114, 116, 125);
}
.main-content-post blockquote{
    border-left: 0.1rem solid #ec6b2f;
    padding: 0 0.5rem;
}
.main-content-post h2 {
    font-size: 1.6rem;
    line-height: 2.4rem;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    color: rgb(44, 44, 48);
}
.main-content-post ul {
    list-style-type: disc !important;
    margin-left: 1.5rem;
}
.main-content-post ul li,
.main-content-post p,
.main-content-post table td,
.main-content-post table h4{
    font-size: 0.9rem;
    line-height: 1.6rem;
    font-weight: 400;
}
.main-content-post table h4 {
    font-weight: 600;
    margin-top: 0.8rem;
    position: relative;
}
.main-content-post table td{
    padding: 4rem 2.5rem 2.5rem;
    width: 100%;
    background: #f39ef930;
    border-radius: 0.75rem;
    border-bottom: none;
    font-size: 0.9rem;
    line-height: 1.6rem;
    font-weight: 400;
    color: rgb(44,44,48);
    position: relative;
}
.main-content-post table td::before{
    content: '';
    position: absolute;
    top: 2rem;
    left: 2.5rem;
    width: 1.6rem;
    height: 1.6rem;
    background-size: contain; /* ÃƒÆ’Ã¢â‚¬Å¾Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚ÂºÃƒâ€šÃ‚Â£m bÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚ÂºÃƒâ€šÃ‚Â£o ÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚ÂºÃƒâ€šÃ‚Â£nh khÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â´ng bÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚Â»ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ cÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚ÂºÃƒâ€šÃ‚Â¯t */
    background-repeat: no-repeat; /* TrÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¡nh lÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚ÂºÃƒâ€šÃ‚Â·p lÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚ÂºÃƒâ€šÃ‚Â¡i */
    background-image: url("https://vip1.thuythu.vn/backhue/wp-content/uploads/2025/03/quotes-icon.png");
}
.main-content-post p strong{
    color: rgb(0, 0, 0);
    font-weight: 700;
    font-size: 1.1rem;
}
.main-content-post p img{
    width: 100%;
}
.main-content-post .questions{
    display: flex;
    gap: 1rem;
    align-items: center;
    background-color: #f39ef930;
    border-radius: 0.75rem;
    padding: 1rem;
    margin-top: 4rem;
}
.main-content-post .questions .img-mail{
    width: 3.2rem;
    height: 3.2rem;
    border-radius: 50%;
    background: #521284;
    display: flex;
    align-items: center;
    justify-content: center;
}
.main-content-post .questions .img-mail img{
}
.main-content-post .questions .content{
    width: 100%;
}
.main-content-post .questions .content ul{
    list-style: none !important;
    margin: 0;
}
.main-content-post .questions .content ul li{
    font-size: 0.9rem;
    font-weight: 400;
    color: rgb(114, 116, 125);
    line-height: 1.6rem;
}
.main-content-post .questions .content ul li a{
    color: #521284;
    text-decoration: underline;
}
.main-content-post{
    padding: 2rem 0 5rem;
}
.introduce-written{
    background-color: #521284;
}
.introduce-written .wrap{
    display: flex;
    gap: 1rem;
    padding: 2.5rem 0 1.5rem;
}
.introduce-written .wrap img{
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
}
.introduce-written .wrap .content ul{
    list-style: none;
}
.introduce-written .wrap .content ul li{
    color: rgb(218, 252, 255);
    font-size: 0.7rem;
    line-height: 1.2rem;
    margin: 0;
}
.introduce-written .wrap .content ul li strong{
    color: #e8eaf1;
    line-height: 1.6rem;
    font-weight: 600;
    font-size: 0.9rem;
}
.post-references .heading{
    color: #521284;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    line-height: 2.4rem;
    font-size: 1.6rem;
}
.post-references .wrap{
    padding-left: 2rem;
    border-left: 0.2rem solid #521284;
}
.post-references .wrap ul{
    list-style-type: decimal;
    margin-left: 1.5rem;
}
.post-references .wrap ul li{
    font-size: 0.9rem;
    line-height: 1.6rem;
}
.post-references .wrap ul li a{
    text-decoration: underline;
    color: #521284;
}
.post-references{
    padding: 4rem 0;
}
.blur-click{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.video-banner .banner-bg.fill,
.video-banner{
    border-radius: 1.25rem;
}
.box-membership-banner .col-inner{
    position: relative;
}
/*.content-box-membership-banner{*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    left: 50%;*/
/*    transform: translate(-50%,-50%);*/
/*}*/
.content-box-membership-banner h1{
    font-size: 2.1rem;
    line-height: 2.4rem;
    font-family: "Roboto", sans-serif;
    color: #fff;
    font-weight: 400;
}
.content-box-membership-banner p{
    font-size: 1.1rem;
    line-height: 1.6rem;
    color: rgb(248, 249, 251);
}
.content-membership h4 {
    font-size: 0.8rem;
    color: #521284;
    line-height: 1.6rem;
    font-weight: 700;
    text-transform: uppercase;
}

.content-membership h2 {
    font-size: 2.1rem;
    color: rgb(44,44,48);
    line-height: 2.4rem;
    font-weight: 400;
}
.content-membership p {
    line-height: 1.6rem;
    font-size: 0.9rem;
    color: rgb(44, 44, 48);
}
.content-membership ul li {
    font-size: 0.9rem;
    color: rgb(44, 44, 48);
    line-height: 2rem;
    position: relative;
    margin: 0;
    padding: 0 0 0.5rem 1.2rem;
}
.content-membership ul{
    list-style-type: none !important;
}
.content-membership ul li::before {
    content: '';
    position: absolute;
    width: 0.6rem;
    height: 0.6rem;
    top: 40%;
    left: 0.25rem;
    background: #521284;
    transform: translate(-50%, -50%);
    border-radius: 50%;
}
.content-membership h3{
    line-height: 1.8rem;
    font-size: 1.2rem;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    color: rgb(44, 44, 48);
}
.content-membership h5{
    line-height: 1.6rem;
    font-size: 0.9rem;
    font-weight: 400;
    color: rgb(114, 116, 125);
}
.btn-membership{
    background: #521284;
    padding: 0.2rem 3rem;
    margin: 4rem 0 0 0;
}
.btn-membership span{
    line-height: 1rem;
    font-size: 0.9rem;
    font-weight: 400;
}
.box-membership-sec-4 .icon-box-text{
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.box-membership-sec-4 .icon-box-img .icon-inner img{
    border-radius: 50%;
}
.box-membership-sec-4 .icon-box-text h6{
    background: #F39EF9;
    border-radius: 100%;
    width: 1.8rem;
    height: 1.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.img-border .img-inner img{
    border-radius: 1.25rem;
}
.content-membership-sec-2 h4{
    color: rgb(163, 166, 183);
    line-height: 1.6rem;
    font-size: 0.7rem;
    font-weight: 400;
}
.content-membership-sec-2 h2{
    font-size: 1.6rem;
    line-height: 1.6rem;
    font-weight: 400;
    color: rgb(44, 44, 48);
}
.content-membership-sec-2 p{
    line-height: 1.6rem;
    font-size: 0.8rem;
    color: rgb(44, 44, 48);
}
.icon-content-membership-sec-2 p{
    color: rgb(44, 44, 48);
    font-weight: 400;
    line-height: 0.8rem;
    font-size: 0.7rem;
}
.icon-box-membership-sec-2{
    display: flex;
    align-items: center;
}
.icon-box-membership-sec-2 .icon-box-img .icon-inner img{
    padding: 0;
}
.membership-sec-1 .btn-membership {
    margin: 2rem 0;
    width: 100%;
}
.membership-sec-1 .btn-membership span{
    font-weight: 700;
}
.menu-membership-sec-1 .accordion-title {
    padding: 0.8rem 0;
    position: relative;
    border:  none;
}
.menu-membership-sec-1 .accordion-title.active{
    background: none;
}
.menu-membership-sec-1{
    border-top: 0.05rem solid #ddd;
}
.menu-membership-sec-1:last-child{
    border-bottom: 0.05rem solid #ddd;
}
.menu-membership-sec-1 .accordion-title::before{
    content: '';
    position: absolute;
    width: 0.8rem;
    height: 0.8rem;
    top: 50%;
    right: 0;
    transform: translate(-50%, -50%);
    background-image: url("https://vip1.thuythu.vn/backhue/wp-content/uploads/2025/03/down-arrow-1.png");
    background-size: contain; /* ÃƒÆ’Ã¢â‚¬Å¾Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚ÂºÃƒâ€šÃ‚Â£m bÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚ÂºÃƒâ€šÃ‚Â£o ÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚ÂºÃƒâ€šÃ‚Â£nh khÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â´ng bÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚Â»ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ cÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚ÂºÃƒâ€šÃ‚Â¯t */
    background-repeat: no-repeat; /* TrÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¡nh lÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚ÂºÃƒâ€šÃ‚Â·p lÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚ÂºÃƒâ€šÃ‚Â¡i */
}
.menu-membership-sec-1 button.toggle {
    display: none;
}
.menu-membership-sec-1 .accordion-title span {
    font-size: 0.8rem;
    color: rgb(44, 44, 48);
    font-weight: 400;
    line-height: 1rem;
}
.sub-content-menu-membership-sec-1 p {
    font-size: 0.8rem;
    color: rgb(114, 116, 125);
    line-height: 1.4rem;
}
.sub-content-menu-membership-sec-1 ul li{
    position: relative;
    font-size: 0.8rem;
    color: rgb(114, 116, 125);
    line-height: 1.4rem;
    padding: 0 0 0.75rem 1rem;
    margin: 0;
}
.sub-content-menu-membership-sec-1 ul{
    list-style-type: none !important;
    padding-left: 1rem;
}
.sub-content-menu-membership-sec-1 ul li::before {
    content: '';
    position: absolute;
    width: 0.3rem;
    height: 0.3rem;
    top: 0.65rem;
    left: 0.25rem;
    background: #521284;
    transform: translate(-50%, -50%);
    border-radius: 50%;
}
.menu-membership-sec-1 .accordion-inner{
    padding: 0.75rem 0;
}
.sub-content-menu-membership-sec-1 p a {
    text-decoration: underline;
    color: #521284;
    font-weight: 700;
}
.membership-scroll .col-inner {
    height: 35.5rem;
    overflow-y: scroll;
    scrollbar-width: none;
}
.membership-scroll::-webkit-scrollbar {
    display: none;
}
.nav-pageable .thenativePagination {
    list-style: none;
    display: flex;
    gap: 0.5rem;
}
.nav-pageable .thenativePagination li{
    margin: 0;
    width: 2.5rem;
    height: 2.5rem;
    background: rgba(217, 217, 217, 0.30);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.75rem;
    transition: 0.5s all;
    cursor: pointer;
}
.nav-pageable .thenativePagination .thenativePaginationPrev,
.nav-pageable .thenativePagination .thenativePaginationNext{
    display: none;
}
.nav-pageable .thenativePagination li.active{
    background: #521284;
}
.nav-pageable .thenativePagination li a{
    color: #AAAAAA;
}
.nav-pageable .thenativePagination li.active a,
.nav-pageable .thenativePagination li:hover a,
.nav-pageable .thenativePagination li:hover svg path{
    color: #fff;
    stroke: #fff;
}
.nav-pageable .thenativePagination li svg{
    width: 0.8rem;
    height: 0.8rem;
}
.nav-pageable .thenativePagination li:hover{
    background: #521284;
}
.nav-pageable {
    display: flex;
    justify-content: center;
    margin-top: 2rem;
}
.slider-membership-model .flickity-page-dots {
    display: flex;
    justify-content: center;
    position: unset !important;
    margin-top: 1rem;
}
.slider-membership-model .flickity-page-dots .dot {
    background-color: transparent !important;
    border: 0.1rem solid #fff !important;
    transition: transform 0.3s ease-in-out;
    width: 3.2rem !important;
    height: 3.2rem !important;
    opacity: 1;
}

.slider-membership-model .flickity-page-dots .dot.is-selected {
    border: 0.1rem solid #F39EF9 !important;
}
.slider-membership-model .img-inner{
    width: 100%;
    height: 28rem;
    border-radius: 1.25rem;
}
.slider-membership-model .img-inner img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.footer-wrapper .icon-socials ul{
    list-style: none;
    display: flex;
    gap: 0.5rem;
    margin-top: 2rem;
}
.footer-wrapper .icon-socials ul li{
    width: 1.6rem;
    height: 1.6rem;
    margin: 0;
}
.footer-wrapper .icon-socials ul li img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s all;
}
.footer-wrapper .img-logo{
    width: 10rem;
    height: 10rem;
}
.footer-wrapper .img-logo img{
    width: 100%;
    height: 100%;
}
.footer-wrapper .right{
    display: flex;
    flex-direction: column;
    gap: 1rem;
    justify-content: space-between;
    position: relative;
}
.footer-wrapper .right::before{
    content: '';
    position: absolute;
    top: 0;
    right: 1rem;
    width: 0.05rem;
    height: 120%;
    background: #72747d;
}
.footer-wrapper .menu h2{
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.2rem;
    color: #fff;
    text-transform: capitalize;
}
.footer-wrapper .menu ul{
    list-style: none;
}
.footer-wrapper .menu ul li a{
    color: #fff;
    font-size: 0.75rem;
    line-height: 1.2rem;
    text-transform: capitalize;
}
.footer-wrapper .menu ul li:hover a{
    text-decoration: underline;
}
.footer-wrapper{
    padding: 1rem 0;
    background: linear-gradient(180deg, #3f4047 0,#2c2c30 100%);
}
.footer-wrapper .bottom ul{
    list-style: none;
}
.footer-wrapper .bottom ul li{
    color: rgb(163, 166, 183);
    font-size: 0.7rem;
    line-height: 1.2rem;
}
.footer-wrapper .bottom ul li a{
    color: rgb(163, 166, 183);
    font-size: 0.7rem;
    line-height: 1.2rem;
    text-decoration: underline;
}
.footer-wrapper .icon-socials ul li:hover img{
    transform: scale(0.8);
}
.footer-wrapper .top{
    padding: 3rem 0;
}
.footer-wrapper .left{
    padding-top: 3rem;
}

.user-card {
    margin-bottom: 2rem;
}

.user-card .user-avatar{
    position: relative;
    width: 100%;
    padding-bottom: 80%;
    overflow: hidden;
    border-radius: 1.25rem 1.25rem 0 0;
}
.user-card .user-avatar img{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: transform 0.5s ease-in-out;
    object-fit: cover;
}
.user-card:hover .user-avatar img{
    transform: scale(1.1);
}
.user-card .user-name {
    font-size: 1.2rem;
    line-height: 1.8rem;
    font-weight: 700;
    color: rgb(44, 44, 48);
    margin: 0.6rem 0 0.3rem;
    transition: 0.5s all;
}
.user-card:hover .user-name{
    color: #521284;
}
.user-card .user-role {
    width: fit-content;
    padding: 0.2rem 0.8rem;
    color: #521284;
    background-color: #f39ef930;
    font-weight: 700;
    line-height: 1.1rem;
    font-size: 0.7rem;
    margin: 0.25rem 0 1rem;
}
.user-card .user-role.change {
    width: fit-content;
    padding: 0.2rem 0.8rem;
    color: #521284;
    background-color: #eff8ff;
    font-weight: 700;
    line-height: 1.1rem;
    font-size: 0.7rem;
    margin: 0.25rem 0 1rem;
}
.user-card .user-desc {
    margin-top: 1rem;
    line-height: 1.6rem;
    font-size: 0.9rem;
    color: rgb(114, 116, 125);
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 8; /* GiÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚Â»ÃƒÂ¢Ã¢â€šÂ¬Ã‚Âºi hÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚ÂºÃƒâ€šÃ‚Â¡n sÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚Â»ÃƒÂ¢Ã¢â€šÂ¬Ã‹Å“ dÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â²ng */
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.user-card .user-desc.expanded {
    -webkit-line-clamp: unset;
    display: block;
}
.path-read-view a.view-bio {
    color: #521284;
    line-height: 1.6rem;
    font-size: 0.7rem;
    font-weight: 700;
    text-decoration: underline;
    padding: 0 1rem;
    border-left: 0.1rem solid #d3d3d3;
    border-right: 0.1rem solid #d3d3d3;
}
.user-card .path-read-view{
    display: flex;
    justify-content: space-between;
}
.user-card .path-read-view button{
    padding: 0;
    margin: 0;
    text-transform: capitalize;
    color: #521284;
    line-height: 1.2rem;
    font-size: 0.7rem;
    font-weight: 700;
    position: relative;
}
.user-card .path-read-view button::before {
    content: '';
    position: absolute;
    width: 0.8rem;
    height: 0.8rem;
    top: 50%;
    right: -1.5rem;
    transform: translate(-50%, -50%) rotate(0deg);
    transition: transform 0.3s ease-in-out;
    background-image: url(../images/right.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

/* Khi mÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚Â»Ãƒâ€¦Ã‚Â¸ rÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚Â»ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ng nÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚Â»ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢i dung, xoay icon lÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Âªn trÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Âªn */
.user-card .path-read-view button.active::before {
    transform: translate(-50%, -50%) rotate(180deg);
}
.user-sec-3 h2.section-title::before{
    background: #521284;
}
.user-sec-3{
    background: linear-gradient(180deg , rgba(218,252,255,1) 0%, rgba(255,255,255,1) 25%);
}
.user-sec-4{
    background: linear-gradient(180deg , rgba(210,234,255,1) 0%, rgba(255,255,255,1) 25%)
}
.working-position .info{
    display: flex;
    gap: 1rem;
    padding: 2.5rem 0 4rem;
}
.working-position .info .img-people{
    position: relative;
    width: 14.5rem;
    height: 14.5rem;
    overflow: hidden;
    border-radius: 0.75rem;
}
.working-position .info .img-people img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.working-position .info .main-content ul{
    list-style: none;
}
.working-position .info .main-content ul .name{
    color: rgb(44, 44, 48);
    font-size: 2.4rem;
    line-height: 3.4rem;
    font-family: "Roboto", sans-serif;
}
.working-position .info .main-content ul .position{
    color: #521284;
    font-size: 0.9rem;
    line-height: 1.6rem;
}
.working-position .info .main-content ul .other{
    line-height: 1.2rem;
    font-size: 0.7rem;
    color: #fff;
    font-weight: 700;
    background: #521284;
    padding: 0.2rem 0.8rem;
    width: fit-content;
    border-radius: 0.25rem;
}
.working-position .line{
    width: 100%;
    height: 0.05rem;
    background: #d3d3d3;
}
.working-position .introduce{
    padding: 2rem 0;
}
.working-position .introduce ul{
    list-style: none;
}
.working-position .introduce ul li{
    color: rgb(44,44,48);
    line-height: 1.6rem;
    font-size: 0.9rem;
}
.working-position-sec-2{
    padding: 2rem 0 3rem;
}
.working-position-sec-2 h2.section-title span{
    font-size: 1.6rem;
    text-align: center;
}
.working-position-sec-2 .btn-membership{
    padding: 0.55rem 1.6rem;
    width: fit-content;
    border-radius: 2.5rem;
    margin: 0;
}
.working-position-sec-2 .btn-membership span{
    font-weight: 700;
    color: #fff;
}
.working-position-sec-2 .wrap-main-page{
    margin: 2rem 0 3rem;
}
.working-position-sec-2 .align-position{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.post-content-home .box-blog-post .box-text-inner a{
    color: rgb(44, 44, 48);
    line-height: 1.6rem;
    font-size: 1.2rem;
    font-weight: 700;
    margin: 1rem 0;
    transition: 0.5s all;
    text-transform: capitalize;
}
.post-content-home .box-blog-post:hover .box-text-inner a{
    color: #521284;
}
.post-content-home .box-blog-post .box-text-inner p{
    font-size: 0.9rem;
    line-height: 1.6rem;
    color: rgb(114, 116, 125);
}
.see-more-box-home-4 .col-inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 100%;
    justify-content: space-between;
}
.header-nav .menu-item .nav-top-link{
    font-weight: 600;
    font-size: 0.8rem;
    line-height: 1.6rem !important;
    color: rgb(44, 44, 48);
}
.header-nav .menu-item.active .nav-top-link{
    border-bottom: 0.025rem solid black;
}
.header-nav .menu-item .nav-top-link::before {
    height: 0.025rem;
    left: 0;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease-in-out;
}

.header-nav .menu-item .nav-top-link:hover::before {
    transform: scaleX(1);
}



.header-search-form .header-search-form-wrapper .flex-row{
    flex-direction: row-reverse;
    width: 10rem;
    height: 4.3rem;
}
.header-search-form .header-search-form-wrapper .flex-row .flex-col input{
    border-radius: 0 1.25rem 1.25rem 0 !important;
    border: 0.05rem solid #a3a6b7;
    border-left: none;
    box-shadow: initial;
}
.header-search-form .header-search-form-wrapper .flex-row .flex-col button{
    border-radius: 1.25rem 0 0 1.25rem !important;
    background: #fff;
    border: 0.05rem solid #a3a6b7;
    border-right: none;
    height: 2.5em;
}
.header-search-form .header-search-form-wrapper .flex-row .flex-col button:hover{
    background: #521284;
}
.header-search-form .header-search-form-wrapper .flex-row .flex-col button:hover .icon-search:before{
    color: #fff;
}
.header-search-form .header-search-form-wrapper .flex-row .flex-col button .icon-search:before{
    color: #a3a6b7;
}
.item_product {
    display: flex;
    background: #f39ef930;
    padding: 1rem;
    border-radius: 20px;
    position: relative;
}

.item_product + .item_product {
    margin-top: 1rem;
}

.item_product .box_img {
    width: 40%;
    flex: 0 0 auto;
    border-radius: 15px;
    overflow: hidden;
}

.item_product .box_img .inner {
    height: 13rem;
}

.item_product .box_img .inner img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.item_product .box_content {
    padding: 0 0 0 1rem;
}

.item_product .box_content span.sub_title {
    background: #521284;
    color: #fff;
    padding: .3rem .8rem;
    font-weight: 800;
    border-radius: 4px;
    display: inline-flex;
    margin-bottom: 1.2rem;
}

.item_product .box_content h3 {
    font-size: 1.5rem;
    line-height: 1.4;
    color: #333;
}

.item_product a.style_center.max {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}
.list_product {
    margin-bottom: 1.5rem;
}
code {
    width: 100%;
    display: block;
    border-radius: 0;
    border: none;
    background: #521284;
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 1.4;
    padding: 1rem;
    margin-bottom: 1rem;
}

/*loading-effect-page*/
.load_home_page svg {
    width: 40.833rem;
    max-width: 95%;
    height: auto;
    position: absolute;
    z-index: 99;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}

.load_home_page {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    transition: 1s all;
    opacity: 1;
    background: transparent;
}

div.load_home_page .mask {
    /*background-color: #00BDFFFF;*/
    transition: 1s all ease-in-out;
    position: absolute;
    width: 100%;
    height: 100%;
}

div.load_home_page.complete .mask {
    background-color: transparent;
}

div.load_home_page .mask span {
    display: block;
    width: 100%;
    height: 20%;
    position: absolute;
    left: 0;
    transition: 1s all ease-in-out;
    background-color: #fff;
    /*backdrop-filter: blur(40px);*/
}

div.load_home_page .mask span:nth-child(even) {
    left: unset;
    right: 0;
}

div.load_home_page .mask span:nth-child(1) {
    top: 0;
}

div.load_home_page .mask span:nth-child(2) {
    top: 20%;
}

div.load_home_page .mask span:nth-child(3) {
    top: 40%;
}

div.load_home_page .mask span:nth-child(4) {
    top: 60%;
}

div.load_home_page .mask span:nth-child(5) {
    top: 80%;
}

.load_home_page.complete {
    visibility: hidden;
}

div.load_home_page.complete .mask span {
    width: 0;
    opacity: 0;
    transition-delay: .3s;
}

@media only screen and (max-width: 991px) {
    .load_home_page svg {
        width: 320px;
    }
}

@media only screen and (max-width: 767px) {
    .load_home_page svg {
        width: 240px;
    }
}

.load_home_page.complete svg {
    transition-delay: 0.4s;
    opacity: 0;
}

.load_home_page rect, .load_home_page path {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

img.logo_center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 30rem;
    max-width: 80vw;
    transition: .3s all ease-in-out;
    opacity: 1;
}

.load_home_page.complete img.logo_center {
    opacity: 0;
}

#logo img {
    height: 4rem;
}

[href="#search-lightbox"] {
    color: #333 !important;
}
h1, h2, h3, h4, h5, h6 {
    color: #333;
}
.nav-dropdown-has-border .nav-dropdown {
    border: none;
    padding: .8rem;
}

.nav-dropdown-default .nav-column li>a, .nav-dropdown.nav-dropdown-default>li>a {
    margin: 0;
    font-size: .8rem;
}
img.bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.header-main {
    height: auto !important;
}

#logo {
    width: auto !important;
    position: absolute;
    top: .2rem;
}

#logo img {
    max-height: unset !important;
}

#logo img {
    height: 8rem;
    transition: .5s all;
}

.header-nav .menu-item .nav-top-link {
    padding: 0 !important;
}

body .stuck #logo img {
    max-height: unset !important;
}

header#header {
    height: auto !important;
}

.stuck #logo img {
    height: 4rem;
}
body .header.show-on-scroll,body  .stuck .header-main {
    height: auto !important;
}
@media (min-width: 1280px) {
    body, html {
        font-size: 1vw;
    }
}
@media only screen and (max-width: 1700px){
    html {
        font-size: 1.1vw;
    }
}
@media only screen and (max-width: 1199px){
    html {
        font-size: 1.3vw;
    }
    .header-search-form .header-search-form-wrapper .flex-row {
        width: 100%;
    }

    .header-search-form-wrapper {
        width: 8rem;
    }
    .nav-right {
        justify-content: flex-start;
    }
}
@media only screen and (max-width: 991px) {
    html {
        font-size: 1.6vw;
    }
    .box-group-page-3{
        padding: 3.5rem 3.5rem 2.5rem;
    }

    /*.load_home_page svg {*/
    /*    width: 320px;*/
    /*}*/
}
@media only screen and (max-width: 850px){
    html {
        font-size: 1.9vw;
    }
    .footer-wrapper{
        padding: 1.5rem;
    }
    .footer-wrapper .right::before {
        left: 50%;
        top: inherit;
        bottom: 0;
        width: 97%;
        height: 0.05rem;
        transform: translate(-50%, -50%);
    }
    .footer-wrapper .top {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .box-content-home-8 .col-inner .icon-box{
        /*flex-direction: column;*/
        /*align-items: start;*/
        gap: 1rem;
        margin-bottom:2rem;
    }
    .box-content-home-8 .icon-box-left .icon-box-img+.icon-box-text{
        padding-left: 0;
    }
    .see-more-box-home-4{
        padding: 1rem;
    }
    .see-more-box-home-4::before,
    .see-more-box-home-4:last-child::before{
        right: 1rem;
        width: 96%;
        height: 0.05rem;
    }
    .box-right-home-4{
        margin: 1rem 0.75rem;
        border-radius: 0 0.75rem 0.75rem 0;
    }
    .stack-home-4 {
        margin: 3rem 0;
    }
    #logo img {
        height: 4rem;
    }

    [href="#search-lightbox"] {
        color: #333 !important;
    }
    [data-open="#main-menu"]{
        background-image: url(../images/icon_menu.svg);
        width: 4rem;
        height: 2rem;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: right center !important;
    }
    [data-open="#main-menu"] i {
        display: none;
    }
    body .header.show-on-scroll,body .stuck .header-main {
        height: auto !important;
        padding: .5rem 0;
    }
    .top-divider.full-width{display: none}
    .off-canvas-left.mfp-ready .mfp-content, .off-canvas-right.mfp-ready .mfp-content {
        top: 5rem;
    }
    .header-top{
        display: none;
    }
    .header-main {
        height: auto !important;
        padding: .5rem 0 !important;
    }
    .mfp-bg {
        top: 5rem !important;
        position: fixed !important;
    }

    .off-canvas:not(.off-canvas-center) .nav-vertical li>a {
        color: #333;
        font-size: 1.1rem;
    }
    .off-canvas-left.mfp-ready .mfp-content, .off-canvas-right.mfp-ready .mfp-content {
        box-shadow: none;
    }
    #logo {
        left: 50%;
        transform: translateX(-50%);
    }

    #logo img,.stuck #logo img {
        height: 3rem;
    }
    #logo {
        margin: 0;
    }
}
@media only screen and (max-width: 767px) {
    html {
        font-size: 4.25vw;
    }

    .load_home_page svg {
        width: 240px;
    }

    #search-lightbox {
        margin-left: -20px;
        margin-right: -20px;
        max-width: calc(100% + 40px);
    }

    #search-lightbox .search-lightbox-title {
        margin-bottom: 20px;
        font-size: 20px;
    }

    #search-lightbox .search-keywords {
        margin-top: 20px;
    }

    #search-lightbox .search-keywords > a {
        font-size: 14px;
    }

    .group-page-4 .main-pages {
        margin-top: 1rem;
    }
    .wrap-bottom-group-page-4 .wrap-item {
        width: calc(calc(100%));
        gap: 0.5rem;
        padding: 0;
    }
    .slider-membership-model .img-inner {
        height: 17rem !important;
        border-radius: 1.25rem;
    }
    .banner-page .img-bg-2 {
        right: 0;
        /*width: 70%;*/
        display: none;
    }
    .banner-page::before {
        /*content: '';*/
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, rgba(0, 0, 0, 0.50) 100%, rgba(0, 0, 0, 0.00) 100%);
    }
    .box-group-page-3 {
        padding: 2rem 1rem 1rem;
        border-radius: 0 0 2rem 2rem;
    }

    .box-group-page-3 .wrap-search .search-button {
        width: 8rem;
        font-size: 0.65rem;
    }

    .main-content-post table td {
        padding: 4rem 1rem 1.5rem;
    }

    .main-content-post table td::before {
        left: 1rem;
    }

    .banner-page .title {
        font-size: 2.5rem;
    }

    h2.section-title span {
        font-size: 2.5rem;
    }

    .box-content-home-4 .box-text {
        padding: 1rem !important;
    }
    .stack-home-4 {
        margin: 2rem 0;
    }
    .box-right-home-4 {
        /*margin-top: 1.5rem;*/
        /*padding: 3rem 1rem;*/
    }
    .box-content-home-7 {
        margin-left: 0;
    }
    .see-more-box-home-4::before,
    .see-more-box-home-4:last-child::before{
        width: 91%;
    }
    .membership-scroll {
        margin-top: 3rem;
    }

    .footer-wrapper .right::before {
        width: 94%;
    }

    .working-position .info {
        flex-wrap: wrap;
        padding-bottom: 1rem;
    }

    .working-position .info .main-content ul .name {
        font-size: 2rem;
    }

    .footer-wrapper .img-logo {
        width: 8rem;
        height: 8rem;
    }

    .heading-banner-home h1 {
        font-size: 2.25rem;
        line-height: 3.5rem;
    }
    .heading-banner-home p,
    .content-home-5 p.lead,
    .content-box-membership-banner p{
        font-size: 1rem;
    }
    .wrap-btn-home.stack-col{
        flex-direction: column;
    }
    .img-banner-home .img-inner{
        width: 100%;
        max-width: 100%;
        position: relative;
    }
    .img-banner-home .img-inner::before{
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.00) 100%);
    }
    .content-membership h4 {
        text-align: center;
    }
    .content-membership h2{
        font-size: 1.9rem;
        text-align: center;
    }
    .main-content-post .questions{
        flex-direction: column;
        align-items: initial;
    }
    .btn-component.primary.is-outline span{
        font-size: 0.85rem;
    }
    .img-home-7 .img-inner{
        margin-bottom: -3.5rem;
    }
    .box-home-5 .col-inner{
        padding: 1rem;
    }
    .video-banner .banner-bg.fill,
    .video-banner{
        border-radius: 0;
    }
    .content-box-membership-banner h1{
        font-size: 1.9rem;
    }
    .box-content-home-8 .col-inner .icon-box .icon-inner{
        width: 4rem;
        height: 4rem;
    }
    .banner-page .breadcrumb ul .divider svg{
        width: 0.7rem;
        margin-bottom: 0.05rem;
    }
    .img-banner-home {height: auto;bottom: 0;top: unset;}

    .img-banner-home .img-inner::before {
        opacity: 0;
    }

    .banner-home {
        padding-top: 48rem !important;
    }
    .item_product {
        display: block;
    }

    .item_product .box_img {
        width: 100%;
    }

    .item_product .box_content {
        padding: 1rem 0 0 0;
    }
    .btn-white span {
        font-size: .8rem;
    }
    .membership-scroll .col-inner {
        height: unset;
    }
    .flickity-page-dots{
        pointer-events: unset !important;
    }
    .nav-right {
        justify-content: flex-end !important;
    }
}
.banner-img-home {
    padding: 0;
    position: absolute;
    height: 100%;
    right: 0;
    width: 100%;
}
.banner-img-home .col-inner{
    height: 100%;
}
