/* css chung */

/*END  css chung */
/* form starMap */

:root {
    --headline0:40px;
    --headline3: 20px;
    --text-body: 16px;
    --text-secondary: 14px;
    --text-secondary-2: 12px;
    --text-secondary-desktop: 10px;
    --text-secondary-mobile: 12px;

}
@font-face {
    font-family: 'Libre Bodoni-Regular';
    src: url('../fonts/LibreBodoni-Regular.ttf') format('truetype');
    
    font-style: normal;
}

@font-face {
    font-family: 'Cormorant';
    src: url('../fonts/Cormorant-Variable.ttf') format('truetype');
    
    font-style: normal;
}
@media (max-width: 549px) {
    :root {
        --headline0: 32px;
        --headline1: 24px;
        --headline2: 20px;
    }
    .mobile {
        display: block;
    }
    .home-size-mobile .section-title .section-title-main {
        font-size: 32px !important;
    }
}
@media (min-width: 550px) {
    .mobile {
        display: none !important;
    }
   
}


.form-all {
    width: 100%;
    max-width: 700px;
    margin: auto;
    padding: 40px 15px;
    
}
.pd-15 {
    padding-bottom: 15px !important;
}
.fs-italic {
    font-style: italic;
}
.ff-libre-bodoni {
    font-family: "Libre Bodoni", sans-serif;
}
.ff-be-vn {
    font-family: "Be Vietnam Pro", sans-serif;
}

.headline0{
    font-size: var(--headline0);
}
.headline1 {
    font-size: var(--headline1);
    font-weight: unset !important;
}
.headline2 {
    font-size: var(--headline2);
    font-weight: unset !important;
}

.headline3 {
    font-size: var(--headline3);
    font-weight: unset !important;
}
.headline4 {
    font-size: var(--headline4);
    font-weight: unset !important;
}





.section-title .section-title-main {
    font-weight: normal;
}
.fw-400 .section-title {
    font-weight: 400;
}
.ff-regular {
    font-family: 'Libre Bodoni-Regular', serif;
}
.highlighted-tag {
    color: #A87C12;
}


.tex-center {
    text-align: center;
    margin: 0 auto 15px;
}
.ff-regular .section-title{
    font-family: 'Libre Bodoni-Regular', serif;
    font-weight: 400;
}
.font-family-Bodoni-36 {
    font-size: 36px;
    font-family: "Libre Bodoni", sans-serif;
}
.font-family-Bodoni-32 {
    font-size: 32px;
    font-family: "Libre Bodoni", sans-serif;
}
.font-family-Bodoni-24 {
    font-size: 24px;
    font-family: "Libre Bodoni", sans-serif;
}
.font-family-Bodoni-20 {
    font-size: 20px;
    font-family: "Libre Bodoni", sans-serif;
}
@media screen and (max-width: 550px) {
    .font-family-Bodoni-36 {
        font-size: 24px;
        font-family: "Libre Bodoni", sans-serif;
    }
    .font-family-Bodoni-32 {
        font-size: 24px;
        font-family: "Libre Bodoni", sans-serif;
    }
    .font-family-Bodoni-24 {
        font-size: 16px;
        font-family: "Libre Bodoni", sans-serif;
    }
}

.hidden-div {
    display: none;
}
.headline1 {
    font-size: var(--headline1);
    font-weight: bold;
}
.headline2 {
    font-size: var(--headline2);
    font-weight: bold;
}
.headline3 {
    font-size: var(--headline3);
    font-weight: bold;
}
.text-secondary {
    font-size: var(--text-secondary);
}



.block-form-star-map .col-inner {
    background: url(/wp-content/plugins/astroreka_plugin/assets/images/bg-start-map.png);
    background-size: cover;
    background-repeat: no-repeat;
} 
.block-form-star-map form {
    max-width: 630px;
    padding: 0 15px;
    margin: 0 auto;
}
.astrology_stars_map_form .form-container {
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
    row-gap: 10px;
    justify-content: space-between;
    align-items: center;
}
.astrology_stars_map_form .form-container .form-block >label {
    color:#181818;
    font-weight: 600;
}
.astrology_stars_map_form .form-container .form-block >a {
    color:#181818;
    font-weight: normal;
}
.astrology_stars_map_form .form-container .fullname {
    flex-grow: 1;
}
.astrology_stars_map_form .form-container .gender {
    width: 30%;
}
.astrology_stars_map_form .form-container .birth {
    width: 100%;

}
.astrology_stars_map_form .form-container .block-input {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}
.astrology_stars_map_form .form-container .born-time {
    flex-grow: 1;
}
.astrology_stars_map_form .form-container .timezone {
    width: 30%;
}
.astrology_stars_map_form .form-container .secondary_born-time {
    font-size: var(--text-secondary);
    color: #4F4F4F;
    margin-top: -9px;
    display: inline-flex;
    align-items: center;
    
}
.astrology_stars_map_form .form-container .secondary_born-time input {
    display: none;
}
.astrology_stars_map_form .form-container .secondary_born-time .checkmark {
    width: 16px;
    height: 16px;
    border: 1px solid #A87C12;
    border-radius: 3px;
    position: relative;
    background-color: #fff;
    transition: 0.3s;
    flex-shrink: 0;
    flex-grow: 0;
    margin-right: 5px;

}
.astrology_stars_map_form .form-container .form-block.secondary_born-time input:checked + .checkmark {
    background-color: #4caf50;
    border-color: #4caf50;
}
.astrology_stars_map_form .form-container .secondary_born-time input:checked + .checkmark::after {
    content: '';
    position: absolute;
    left: 4px;
    top: 1px;
    width: 6px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}


.astrology_stars_map_form .form-container .born-place {
    flex-grow: 1;
    position: relative;
  
}
.astrology_stars_map_form .form-container .born-place ul {
    position: absolute;
    top: 90%;
    z-index: 100;
    list-style: none;
    background-color: white;
    width: 100%;
    max-height: 150px;
    overflow-y: auto;
    cursor: pointer;
}
.astrology_stars_map_form .form-container .born-place ul li {
    padding: 10px;
    margin: 0;
}
.astrology_stars_map_form .form-container .born-place ul li:hover {
    background-color: #f0f0f0;
}
.astrology_stars_map_form .form-container .guide {
    width: 30%;
}


.astrology_stars_map_form .form-container input, .astrology_stars_map_form .form-container select {
    border: 1px solid #B4975D;
    border-radius: 4px;
    font-size: var(--text-body);
    /* color: #18181880; */
  
    font-weight: normal;
    margin-bottom: 10px;
    
}
.astrology_stars_map_form .form-container input {
    color: #181818;
}
.astrology_stars_map_form .form-container select {
    color: #181818;
}
.astrology_stars_map_form .form-container input::placeholder {
    color: #181818;
}
/* .astrology_stars_map_form .form-container select:focus,  .astrology_stars_map_form .form-container select:invalid{
    color: #181818;
} */

.astrology_stars_map_form .submit_starMap {
    width: 100%;
    border-radius: 4px;
    background-color: #A87C12;
    color: white;
    line-height: 45px;
    margin-top: 20px;
}
.astrology_stars_map_form select {

    size: 10;
}

@media screen and (max-width:768px) {
    .astrology_stars_map_form .form-container {
        column-gap: 15px;
        row-gap: 10px;
    }
    .astrology_stars_map_form .form-container .fullname {
        width: 100%;
        order: 1;
    }
    .astrology_stars_map_form .form-container .birth {
        width: 100%;
        order: 2;
    }
    .astrology_stars_map_form .form-container .gender {
        width: 30%;
        order: 5;
    }
    
    .astrology_stars_map_form .form-container .block-input {
        display: flex;
        justify-content: space-between;
        gap: 15px;
    }
    .astrology_stars_map_form .form-container .born-time {
        flex-grow: 1;
        order: 3;
    }
    .astrology_stars_map_form .form-container .timezone {
        width: 30%;
        order: 4;
    }
    .astrology_stars_map_form .form-container .secondary_born-time {
        order: 4;
    }
    .astrology_stars_map_form .form-container .born-place {
        /* flex-grow: 1; */
        order: 6;
        width: 10%;
    }
    .astrology_stars_map_form .form-container .guide {
        width: 100%;
        order: 7;
        padding-bottom: 20px;
    }
    .home-discover .home-discover-container .carousel-home-discover .box-discover-inner{
        justify-content:unset !important;
    }

}



/* chọn cung hoàng đạo */
/* chọn cung hoàng đạo */

.list-zodiac {
    display: grid !important;
    grid-template-columns: repeat(4, 200px);
    gap: 30px;
}
.list-zodiac .col-inner:hover {
    background-color: #A87C12;

}
.list-zodiac .col-inner:hover .box-text-inner .text-zodiac-inner p, .list-zodiac .col-inner:hover .box-text-inner .text-zodiac-inner h4 {
    color: white;
}
.list-zodiac .col-inner {
    background-color: #F3F3ED;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
    max-height: 189px;
    height: 100%;
}
.list-zodiac .col-inner .box-image {
    width: 100%;
    max-width: 140px;
    padding-top: 10px;
    text-align: center;
}
.list-zodiac .col-inner .box-image img {
    width: auto;
}
.list-zodiac .col-inner .box-text {
    padding-bottom: 10px ;
}
.list-zodiac .col-inner .box-text .text-zodiac-inner p {
    font-size: 10px;
    color: #4f4f4fa6;
}
.list-zodiac .col-inner .box-text .text-zodiac-inner h4 {
    font-family: "Be Vietnam Pro", sans-serif;
    font-weight: 600;
    font-size: 16px;
}
.bg-form-choose-zodiac {
    max-width: 1200px;
    margin: auto;
}
.bg-form-choose-zodiac .row .col-inner {
    background: url(/wp-content/plugins/astroreka_plugin/assets/images/bg-form-choose-zodiac.png);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 8px;
}

.see-horoscope .col-inner {
    background: url(/wp-content/plugins/astroreka_plugin/assets/images/bg-horoscope.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.see-horoscope .message-box{
    border-radius: 10px !important;
    background-color: transparent ;
}
.see-horoscope .message-box .see-horoscope-button span {
    margin: auto;
}
.see-horoscope .text-zodiac-daily div {
    font-size: 14px;
    color: #4f4f4fa6;
}
.see-horoscope .text-zodiac-daily h2 {
    font-size: 24px;
}



@media screen and (max-width:768px) {
    .list-zodiac .col-inner .box-text .text-zodiac-inner h4  {
        font-size: 14px;
    }
    .list-zodiac {
        grid-template-columns: repeat(3, 110px);
        gap: 10px;
    }
    .list-zodiac .col-inner .box-image {
        width: 90px;
    }
    .list-zodiac .col-inner .box-image img {
        width: 130px;
        height: 80px;
        object-fit: contain;
    }
    .see-horoscope .message-box .see-horoscope-button {
        width: 200px;
        text-align: center;
        margin: auto;
        display: inline-flex;
    }
    .see-horoscope .text-zodiac-daily p, .see-horoscope .text-zodiac-daily h2 {
        text-align: center;
    }
}




.astroreka-form-star-map .see_content {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: row;
    background-color: #F3F3ED;
    margin: 15px;
    padding: 30px 20px;
    border-radius: 4px;
}
.astroreka-form-star-map .see_content .text .title {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 5px;
}
.astroreka-form-star-map .see_content .text .desc {
    font-size: 11px;
    color: #4f4f4fa6;
   
}
.astroreka-form-star-map .see_content .button_submit {
    padding: 5px 40px;
    background: #A87C12;
    color: white;
    border-radius: 4px;
    margin: 0;
} 


@media screen and (max-width:768px) {
    .list-zodiac  .astroreka-form-star-map .list-zodiac-inner .list__item {
        width: calc(33.33% - 10px) ;
    }


    .astroreka-form-star-map .see_content {
        flex-direction: column;
        row-gap: 20px;
        text-align: center;
    }
    /* .list-number .col:nth-child(13) {
        grid-column: 2;
        grid-row: 4; 
    }
    .list-number .col:nth-child(14) {
        grid-column: 3; 
        grid-row: 4; 
    } */
}
@media screen and (min-width:768px) {
    .list-number {
        grid-template-columns: repeat(7, 100px) !important;
    }
}

.list-number .col-inner .box {
    background: #F3F3ED;
    padding: 5px;
    border-radius: 8px;
    overflow: hidden;
    height: 100px;
    height: max-content;
    aspect-ratio: 1/1;
}
.list-number .col-inner {
    height: 100%;
    position: relative;
    background: #F3F3ED;
    border-radius: 8px
}
.list-number .col-inner .icon-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;

}
/* .list-number .col-inner .icon-box .icon-box-img {
    height: 100px;
    background: #F3F3ED;
    border-radius: 8px;
    padding: 20px 0;
} */


/* Thần Số Học */
.block-formtracuu .col-inner {
    background: url('/wp-content/uploads/2024/10/bg-form.png');
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 8px;
}

.block-formtracuu form {
    max-width: 630px;
    padding: 0 15px;
    margin: 0 auto;
}

.form-tracuu .form-block input,
.form-tracuu .form-block select{
    box-shadow: none;
    margin-bottom: 15px;
    height: 40px;
    border: 1px solid var(--color-hightlight);
    border-radius: 4px;
}
.form-tracuu .block-input{
    display: flex;
    column-gap: 30px;
}



.form-tracuu label{
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px;
}
.form-tracuu .guide{
    margin-bottom: 20px;
    margin-top: 5px;
}
.form-tracuu button{
    margin: 0;
    border: none;
    text-transform: none;
    font-size: 16px;
    font-weight: 600;
    background: var(--primary-color);
    width: 100%;
    color: #fff;
    border-radius: 4px;
    height: 50px;
}
.form-tracuu button:hover{
    background: var(--main-text-color);
}
.form-tracuu > span{
    margin-top: 20px;
    display: block
}

@media (max-width: 549px) {
    .form-tracuu .block-input {
        display: flex;
        column-gap: 8px;
    }
}

/* horoscope_daily_zodiac */
.horoscope-daily-zodiac-inner >.title {
    font-size: 35px;
}
.horoscope-daily-zodiac-inner .chosse-day {
    display: flex;
    justify-content: center;
}
.horoscope-daily-zodiac-inner .chosse-day .box {
    width: 100%;
    color: black;
    border: 1px solid beige;
    text-align: center;
    padding: 10px 0;
    cursor: pointer;
}
/* .horoscope-daily-zodiac-inner .chosse-day .box:hover {
    background-color: #A87C12;
    color: white;
} */

.horoscope-daily-zodiac-inner .zodiac-results {
    margin-top: 40px;
}
.horoscope-daily-zodiac-inner .zodiac-results .see-zodiac {
    margin: 40px 0;
}
.horoscope-daily-zodiac-inner .zodiac-results .see-zodiac .content {
    margin: 20px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.horoscope-daily-zodiac-inner .zodiac-results .see-zodiac .content .content-inner {
    width: calc(50% - 10px);
    padding-bottom: 5px;
    border-bottom: 1px dashed #A87C12; 
}
.horoscope-daily-zodiac-inner .zodiac-results .see-zodiac .content .content-inner .name-zodiac {
    color: black;
    text-decoration: none;
    font-size: 18px;
    
    
}
.horoscope-daily-zodiac-inner .zodiac-results .see-zodiac .content .content-inner .name-zodiac:hover {
    color: #A87C12;
}
.horoscope-daily-zodiac-inner .zodiac-results .see-zodiac .content .content-inner .name-zodiac span {
    color: #A87C12;
    margin-right: 10px;
}
@media screen and (max-width: 768px) {
    .horoscope-daily-zodiac-inner >.title {
        font-size: 25px;
    }
}

/* css popup hướng dẫn */
.popup-huongdan{
    border-radius: 4px;
}
.popup-huongdan a.button{
    height: 50px;
    max-width: 100%;
    margin: 100px auto 0 !important;
    justify-content: center;
}
.popup-huongdan p{
    margin: 0
}
@media (max-width: 549px) {
    .popup-huongdan a.button {
        margin: 50px auto 0 !important;
    }
}
/* home_2 */
.block-many-favorites .row-many-favorites {
    padding: 0 15px;
}
.block-many-favorites .row-many-favorites .col {
    padding:0 !important;
    border: 1px solid #FF5722;
    position: relative;
}
.block-many-favorites .row-many-favorites .col .text-many-favorites {
    width: 70%;
    position: absolute;
    left: 45%;
    top: 50%;
    transform: translate(-50%,70%);
}
.block-many-favorites .row-many-favorites .col .text-many-favorites .button.primary {
    width: 60%;
}
.block-many-favorites .row-many-favorites .col .text-many-favorites .button.primary span {
    margin-left: 10px;
}
.chatbot-many-favorites {
    margin-top: 40px;
}
.chatbot-many-favorites .message-box-bg-overlay{
    border: 1px solid #a87c12 !important;
}
.chatbot-many-favorites .col-inner .img-inner {
    width: 120px;
    margin: auto;
}
.chatbot-many-favorites .col-inner .text-chatbot {
    background: red;
    background: var(--Background-Color, #EEEEEE);
    padding: 25px 15px;
    border-radius: 28px 20px 20px 0;
}
.chatbot-many-favorites .col-inner.text-center .button.primary {
    justify-content: center;
    margin-bottom: 5px;
}
.chatbot-many-favorites .col-inner.text-center .text p {
    font-size: 14px;
    color: #00000080
}

.team-experts .icon-box-img .icon >.icon-inner {
    background-color: #9E9E9E;
}



.fortune-telling  .col-inner >.icon-box {
    display: flex;
    gap: 20px;
    max-height: 200px;
}
.fortune-telling  .col-inner .icon-box .button {
    width: 200px;
    justify-content: center;
}

/* css chung tag của bài biết */


.post-of-tags a {
 
    color: #a87c12;
  
}
.position-relative {
    position: relative;
}
.position-absolute {
    position: absolute;
}
.fa-regular {

   
    
}


/* form login */
.form-login {
    padding: 0 20px;
}
.form-login .header-popup {
    text-align: center;
}
.form-login .header-popup .title {
    margin-top: 20px;
}
.form-login .header-popup .desc p {
    color: #181818;
    font-weight: 700;
    display: inline;

}
.form-login .text-with-lines {
    margin: 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    color: #18181880;
    font-size: var(--text-secondary-desktop);
}
.form-login .text-with-lines::before,
.form-login .text-with-lines::after {
    content: '';
    flex: 1;
    border-top: 1px solid #1818181A; /* Đặt màu và độ dày cho gạch ngang */
    margin: 0 10px;

}
#form-register .get-pass {
    color:red; 
    display:none;
}
#form-register .get-pass a {
    color:#A87C12;
    text-decoration: underline;
}
.form-login form label {
    font-size: var(--text-secondary-2);
    color:  #18181880;

}
.form-login .forgot-password a, .form-login .register-here a {
    color: #A87C12;
    text-align: center;
    text-decoration: underline;
}
.form-login .forgot-password , .form-login .register-here {
    text-align: center;
}

.form-login .block-input .show-btn {
    right: 10px;
    top: 50%;
    transform: translateY(-80%);
    color:#18181880;
}
.form-login .terms-of-use {
    width: 400px;
    max-width: 100%;
    margin: 15px auto 0;
    text-align: center;
}
.form-login .terms-of-use a {
    color: #A87C12;

    text-decoration: underline;
}
i.hide-btn::before{
    content: "\f06e";
    
  }

.form-login button{
    display: block;
    width: 100%;
    border-radius: 4px;
    background-color: #A87C12;
    color: white;
    line-height: 45px;
    margin-top: 20px;
}
.hr-login-user {
    margin: 25px 0 ;
}

/* css sweetalert2 */
.swal2-container .confirm-form-button {
    background: #A87C12;
    border: 2px solid #A87C12;
    box-shadow:none;
    z-index: 1;
    padding: 10px 20px;
}
.swal2-container .custom-title {
    font-size: 24px;
}


/* login google, facebook */
.button-login-user {
    width: 100%;
    background: #F3F3ED;
    border-radius: 4px;
    padding: 10px 0;
    margin-top: 10px;
}
.button-login-user a {
    position: relative;

}
.button-login-user .text-login {
    text-align: center;
}
.button-login-user .icon-login {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    
}
/* icon login user */
.flex-right .mobile-nav.nav.nav-right .header-block {
    margin-right: 0 !important;
}
.flex-right .mobile-nav.nav.nav-right .header-block .header-block-block-3 .header-button-block {
    display: flex;
    gap: 15px;
}
.flex-right .mobile-nav.nav.nav-right .header-block .header-block-block-3 .header-button-block .button-block {
    width: 32px;
    height: 32px;
    border-radius: 32px;
    background: #F3F3ED;
    text-align: center;
    line-height: 28px;
}
.flex-right .header-block .header-block-block-3 .header-login-now-desk {
    color: rgb(168, 124, 18);
    cursor: pointer;
    opacity: 1;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    background: red;
    display: block;
    line-height: 35px;
    text-align: center;
    background: var(--Background-Color-4, #F3F3ED);
}
.flex-right .nav.nav-right {
    flex-wrap: nowrap;
}
.flex-right .nav.nav-right .header-block .header-block-block-1 .icon-login-user {
    /* background: var(--Button-Color, #A87C12); */
    color:  #A87C12;
    text-decoration: none;
    text-align: center;
    border-radius: 40px;
    background: #F3F3ED;
    width: 45px;
    height: 45px;
    line-height: 45px;
}



/* css profile user */
.info-user-more {
    display: flex;
    justify-content: space-between;
    gap: 100px;
}
.info-user-more .row {
    
}
.info-user-more .set-info {
    width: 250px;
    max-width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    border: 1px solid #A87C1280;
    background:  #F3F3ED;

}
.info-user-more .set-info .flex-padding-info {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 10px;
    border: 1px solid #A87C1280;
    cursor: pointer;
}
/* .info-user-more .set-info .flex-padding-info i {
    color: #A87C12;
} */
.info-user-more .set-info .flex-padding-info:hover {
    background: #A87C12;
}



.info-user-more .get-info {
    width: 67%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    /* color: white; */
}
.info-user-more .get-info .info-user-title{
    font-size: 24px;
    font-family: "Libre Bodoni", sans-serif;
    margin-bottom: 30px;
    /* margin-left: 15px; */
}
.info-user-more .get-info .block-form-profile .block-form {
    display: flex;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px dashed #A87C1280;
    position: relative;
    margin-bottom: 10px;
}
.info-user-more .get-info .block-form-profile .block-form .detail-set {
    font-weight: bold;
}
.info-user-more .get-info .block-form-profile .block-form .flex-gap {
    display: flex;
    gap: 15px;
}
.info-user-more .get-info .block-form-profile .block-form .detail-get {
    font-weight: 400;
    position: absolute;
    left: 200px;
    width: auto;
}
/* .info-user-more .get-info .block-form-profile .block-form .get-place_birth {
    top: 90%;
    z-index: 100;
    list-style: none;
    background-color: white;
    width: 100%;
    max-height: 150px;
    overflow-y: auto;
} */


.info-user-more .get-info .block-form-profile .block-form .detail-get input, .info-user-more .get-info .block-form-profile .block-form .detail-get select {
     border: 1px solid #B4975D;
    border-radius: 4px;
    font-size: var(--text-body);
    font-weight: normal;
    margin-bottom: 10px;
    outline: none;
    width: auto;
}
.info-user-more .get-info .block-form-profile .block-form .detail-get select {
    width: 115px !important;
}
.info-user-more .get-info .block-form-profile .block-form .detail-get input {
    padding: 5px 10px;
    margin-bottom: 0;
    max-width: 300px;
    width: 100%;
} 
.info-user-more .get-info .block-form-profile .block-form .detail-get ul {
    position: absolute;
    top: 90%;
    z-index: 100;
    list-style: none;
    background-color: white;
    width: 100%;
    max-height: 150px;
    overflow-y: auto;
    cursor: pointer;
    border: 1px solid #ccc;
}
.info-user-more .get-info .block-form-profile .block-form .detail-get ul li {
    padding: 10px;
    margin: 0;
}
.info-user-more .get-info .block-form-profile .block-form .detail-change {
    margin-left: auto;
    color: #A87C12;
    text-decoration: underline;
    cursor: pointer;
}

.get-info.passwword >.title, .get-info.change-passwword >.title {
    font-family: "Libre Bodoni", sans-serif;
    font-size: var(--headline2);
    font-weight: bold;
    margin-bottom: 20px;
}
.get-info.passwword .form-password ,.get-info.change-passwword .form-password  {
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
    border-bottom: 1px dashed #A87C12;
}

.get-info.passwword .form-password .title, .get-info.change-passwword .form-password .title  {
    font-weight: 600;
}
.get-info.passwword .form-password .change-password, .get-info.change-passwword .form-password .close  {
    text-decoration: underline;
    color: #A87C12;
    cursor: pointer;

}
.get-info.change-passwword .form-password .form-change-password {
    width: 100%;
    max-width: 300px;
    position: relative;
}
.get-info.change-passwword .form-password .form-change-password >.password {
    position: relative;
}
.get-info.change-passwword .form-password .form-change-password input {
    border: 1px solid #A87C12;
    border-radius: 4px;
    outline: none;
}
.get-info.change-passwword .form-password .form-change-password i {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-100%);

}
.get-info.change-passwword .form-password .form-change-password button {
    width: 100%;
    background: #A87C12;
    border-radius: 4px;
    color: white;

}
.background-form {
    color: white;
    background-color: #A87C12;
}






@media screen and (min-width: 768px) {
    .info-user-more .set-info.mobile {
        display: none;
    }
    /* .get-info.profile {
        display: none;
    } */
    .get-info.passwword {
        display: none;
    }
    .get-info.change-passwword {
        display: none;
    }
    .info-user-more .set-info .flex-padding-info:hover i, .info-user-more .set-info .flex-padding-info:hover div {
        color: white;
    } 
}

@media screen and (max-width: 768px) {
    .info-user-more .set-info.desktop {
        display: none;
    }
    /* .get-info.profile {
        display: none;
    } */
    .get-info.passwword {
        display: none;
    }
    .get-info.change-passwword {
        display: none;
    }

    .info-user-more {
        flex-direction: column;
        gap: 50px;
        
    }
    .info-user-more .set-info {
        width: 100%;
        flex-direction: row;
        height: 100%;
        display: flex;
        border:none;
        background: none;
        justify-content: center;

        background: #F3F3ED;
        padding: 0 16px;
        box-sizing: content-box;
        position: relative;
        left: -16px;
    }
  
    .info-user-more .set-info .flex-padding-info {
        padding: 10px 5px;
        border: 1px solid #F3F3ED;
        font-weight: 600;
  
     
    }
    .background-form {
        color: #A87C12 !important;
        border-bottom: 2px solid #A87C12 !important;
        background-color:unset
    }
    .info-user-more .set-info .flex-padding-info:hover {
        color: #A87C12 !important;
        border-bottom: 2px solid #A87C12 !important;
        background-color:unset;
    }
   
    .info-user-more .get-info {
        width: 100%;
 
    }
    .info-user-more .get-info .block-form-profile .block-form {
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 0;
        gap: 10px;
        margin-bottom: 10px;
    }
    .info-user-more .get-info .block-form-profile .block-form .detail-set {
        flex: 0 0 100%;
    }
    .info-user-more .get-info .block-form-profile .block-form .detail-get {
        position: static;
        width: auto;
       
    }
    /* .info-user-more .get-info .block-form-profile .block-form .detail-get input {
        margin-bottom: 10px;
    } */
   
}

/* css button chatbot footer */
.chatbot_footer i.show-icon::before{
    content: "\f00d";
}

.chatbot_footer .message {
    font-size: 14px;
    color: white;
    background-color: #A87C12;
    padding: 6px 10px;
    border-radius: 5px;
    position: absolute;
    bottom: 80px;
    right: 15px;
    display: none;
    position: fixed;
    z-index: 100;
    width: 230px;
    cursor: pointer;
}

.chatbot_footer .chatbot__button {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #a87c12;
    color: #f3f7f8;
    border: none;
    border-radius: 50%;
    outline: none;
    cursor: pointer;
    z-index: 999;
}

.chatbot_footer .chatbot__button i {
    font-size: 1.5rem;
}

.chatbot_footer .chatbot {
    position: fixed;
    bottom: 80px;
    right: 15px;
    background-color: #f3f7f8;
    width: 400px;
    height: 550px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    border-radius: 15px;
    z-index: 10000001;
    display: none;
}
.chatbot_footer .iframe-container .close-popup {
    position: fixed;
    top: 0;
    z-index: 10000000;
    margin-left: auto;
    margin-right: auto;
    right: 0;
    font-size: 27px;
    width: 100%;
    background: rgb(243, 244, 246);
    height: 40px;
} 
.chatbot_footer .chatbot .iframe-chatbot {
    width: 400px;
    height: 550px;
    border-radius: 15px;
    border: 0.1px solid #d2c7c7;
    outline: none;
    max-height: calc(-6rem + 100vh);
    overflow: hidden;
}

.chatbot_footer.show-chatbot .chatbot {
    opacity: 1;
    pointer-events: auto;
    /* max-height: calc(-6rem + 100vh); */
    overflow: hidden;
    display: unset;
}
.chatbot_footer .close-message {
    position: absolute;
    right: 0;
    top: -27%;
    color: black;
    padding: 4px;
    border-radius: 12px;
    background: #D9D9D9;
    height: 22px;
    width: 22px;
    text-align: center;
    margin: auto;

}


@media (max-width: 490px) {
    .chatbot_footer .message {
        bottom: 15px;
        right: 80px;
    }

    .chatbot_footer .chatbot {
        right: 0;
        width: 100%; /* Kích thước khung popup cho di động */
        margin-right:15px;
        width: calc(100% - 30px);
    }
    .chatbot_footer .chatbot .iframe-chatbot {
        width: 100%;
        
    }
   
}
.popup-huongdan .mfp-close {
    pointer-events: none; /* Ngăn chặn sự kiện click */
}

/* bảo mật */
.privacy-policy-footer .policy-title {
    text-align: center;
    font-size: var(--headline1);
    font-family: "Libre Bodoni", sans-serif;
    line-height: 40px;
    padding: 30px 0;
}
.privacy-policy-footer .policy-desc {
    padding-bottom: 70px;
}
@media screen and (max-width: 768px){
    .privacy-policy-footer >.col-inner {
        width: 100vw;
        margin: 0 -15px !important;
    }
}
/* footer liên hệ */
.ux-menu-link__text {
    margin-bottom: 10px;
}

.form-contact .title {
    font-size: 32px;
    font-family: "Libre Bodoni", sans-serif;
    line-height: 40px;
    margin: 15px 0;
    text-align: center;
}
.form-contact .desc {
    font-size: var(--headline3);
    color: #4F4F4F;
    text-align: center;
}
.form-contact .form-submit {
    max-width: 500px;
    width: 100%;
    margin: auto;
    margin-top: 50px;
}
.form-div {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    /* border: 1px solid red; */
    border-radius: 5px;
    background:#F3F3ED;
    height: 50px;

}
.form-div.textarea {
    height: 150px;
}
.form-div.textarea .form-label {
    top: 15px;
}
.form-div.textarea .form-input {
    padding-top: 0 !important;
}
.form-div.focus {
    padding-top: 12px;
    background:white;
    border: 1px solid #A87C12;
}
.form-contact .submit-contact {
    display: block;
    width: 100%;
    border-radius: 4px;
    background-color: #A87C12;
    color: white;
    line-height: 45px;
    margin-top: 20px;
    text-transform: none;
}
.form-label {
    display: block;
    position: absolute;
    left: 15px;
    font-size: var(--normal-font-size);
    color: var(--text-color);
    transition: .3s;
    font-weight: unset;
    color: #4F4F4F;
    margin: 0;
}

.form-div.focus .form-label {
    top: 1px;
    font-size: 12px;
    color: var(--first-color);
}

.form-input {
    flex-grow: 1;
    border: none;
    outline: none;
    background: none;
    padding: 15px 15px !important;
    font-size: 1.2rem;
    color: var(--first-color);
    transition: .3s;
    margin-bottom: 0;
    border: none !important;
    outline: none !important;
    background: none !important;
    box-shadow: none !important;
}

/* tarot */
.choose-type-tarot .title-type-tarot {
    font-size: var(--headline1);
    font-family: "Libre Bodoni", sans-serif;
    font-weight: bold;
    font-weight: 400;
}
.choose-type-tarot .form-type-tarot .col-inner {
    background: url('/wp-content/plugins/astroreka_plugin/assets/images/bf-type-tarot.png');
  
}
.choose-type-tarot .form-type-tarot .col-inner .box {
    display: flex;
    align-items: center;
}
.choose-type-tarot .form-type-tarot .col-inner .box .box-image {
    padding: 15px; 
    flex-grow: 0;
    width: 400px;
    max-width: 100%;
   
}  
.choose-type-tarot .form-type-tarot .col-inner .box .box-text {
    padding: 15px; 
    flex-grow: 1; 
    text-align: left;
}
.choose-type-tarot .form-type-tarot .col-inner .box .box-text .box-text-inner h4 {
    font-size: var(--headline2);
    font-family: "Libre Bodoni", sans-serif;
    font-weight: bold;
    font-weight: 400
}

a.button {
    justify-content: center;
}

@media screen and (max-width: 550px) {
    .choose-type-tarot .form-type-tarot .col-inner .box {
        display: flex;
        flex-direction: column; 
    }
    .choose-type-tarot .form-type-tarot .col-inner .box .box-text .box-text-inner .button  {
       width: 170px;
       display: inline-block;
    }
    .choose-type-tarot .form-type-tarot .col-inner .box .box-text {
        text-align: center;
    }
}
.deck-5-tarot .title-5-tarot {
    font-size: var(--headline1);
    font-family: "Libre Bodoni", sans-serif;
    font-weight: bold;
}
.deck-5-tarot .form-1-deck .col-inner >.box  {
    display: flex;
    height: 315px;
}
.deck-5-tarot .form-1-deck .col-inner >.box .box-image {
    background-color: #dfd6b5;
    border-radius: 10px 0 0 10px;
    width: 850px;
}
.deck-5-tarot .form-1-deck .col-inner >.box .box-text {
    background-color: #F3F3ED;
    border-radius: 0 10px 10px 0;
    position: relative;
    padding: 20px;
}
.deck-5-tarot .form-1-deck .col-inner >.box .box-text .box-text-inner {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 40px;
}
.deck-5-tarot .form-1-deck .col-inner >.box .box-text .box-text-inner .text h4, .deck-5-tarot .form-2-deck .col-inner >.box .box-text .box-text-inner .text h4  {
    font-family: "Libre Bodoni", sans-serif;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
    font-weight: 400;
}

.deck-5-tarot .form-2-deck .col-inner >.box  {
    display: flex;
    gap: 20px;
    height: 275px;
}
.deck-5-tarot .form-2-deck .col-inner >.box .box-text {
    background-color: #F3F3ED;
    border: 1px solid #A87C12;
    padding: 20px;
    border-radius: 4px;
}
.deck-5-tarot .form-2-deck .col-inner >.box .box-image {
    background-color: #dfd6b5;
    border-radius: 4px;
    width: 250px;
    position: relative;
}
.deck-5-tarot .form-2-deck .col-inner >.box .box-image img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) scale(1.4);
}


@media screen and (max-width: 550px) {
    .deck-5-tarot .form-1-deck .col-inner >.box {
        height: 420px;
        flex-direction: column;
    }
    .deck-5-tarot .form-1-deck .col-inner >.box .box-text .box-text-inner {
        position: unset;
        transform:none;
        padding: 0;
    }
    .deck-5-tarot .form-1-deck .col-inner >.box .box-text .box-text-inner .text {
        text-align: center !important;
    }
    .deck-5-tarot .form-1-deck .col-inner >.box .box-image {
        border-radius: 10px 10px 0 0;
        position: relative;
        width: 100%;
        height: 100%;
    }
    .deck-5-tarot .form-1-deck .col-inner >.box .box-image img {
        position: absolute;
        top: 60%;
        transform: translateY(-50%) scale(1);
    }

    .deck-5-tarot .form-2-deck .col-inner >.box {
        gap: unset;
        flex-direction: column;
        height: 440px;
    }
    .deck-5-tarot .form-2-deck .col-inner >.box .box-image {
        width: 100%;
        height: 300px;
        border-radius: 4px 4px 0 0;
    }
    .deck-5-tarot .form-2-deck .col-inner >.box .box-image img {
        transform: translateY(-50%) scale(0.9);
    }
    .deck-5-tarot .form-2-deck .col-inner >.box .box-text {
        border: none;
        border-radius: 0 0 4px 4px;
    }
    .deck-5-tarot .form-2-deck .col-inner >.box .box-text .box-text-inner .text {
        text-align: center !important;
    }
    /* .faq-tarot .accordion .accordion-item a {
        font-size: 16px !important;
        color:black  !important;
        font-weight: 600;
    } */
}
.faq-tarot .accordion {
    background: none;
    border: none;
    border-bottom: 1px dashed var(--color-hightlight) !important;
}
.faq-tarot .accordion .accordion-item:not(:first-child) a.accordion-title {
    border-top: 1px dashed var(--color-hightlight) !important;
}
.faq-tarot .accordion .accordion-item a {
    font-size: 16px !important;
    color:#181818  !important;
    font-weight: 600;
}
.faq-tarot .accordion .accordion-item a.active {
    background: none;
    color:black;
    font-size: 20px !important;
    font-weight: 600;
}
.faq-tarot .accordion .accordion-item .accordion-inner {
    max-height: unset;
}
/* .faq-tarot .accordion .accordion-item .accordion-inner {
    display: block !important;
}
.faq-tarot .accordion .accordion-item.active .accordion-inner {
    display: none !important;
} */


/* con số của năm */

/* .response-number-year >.col-inner  {
   display: none;
} */
.number-of-year .row .col-inner .text .title, .content-year .row .col-inner .text .title{
    font-family: "Libre Bodoni", sans-serif;
}

.response-number-year .block-year-numbers {
    background: #F3F3ED80;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 8px;
}
.response-number-year .block-year-numbers .index-page {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}
.response-number-year .block-year-numbers .button-number-year {
    margin: 20px auto;
    width: 270px;
    height: 50px;
    line-height: 50px;
    display: flex;
    
}
.response-number-year .block-year-numbers .button-number-month {
    margin: 20px auto;
    width: 270px;
    height: 150px;
    line-height: 50px;
    display: flex;
    flex-direction: column;
}
.response-number-year .block-year-numbers .button-number-month .button-number-month-inner {
    display: inline-flex;
}
.response-number-year .block-year-numbers .button-number-year .year, .response-number-year .block-year-numbers .button-number-month .month {
    width: 200px;
    text-align: center;
    border:1px solid black;
}
.response-number-year .block-year-numbers .button-number-year .number, .response-number-year .block-year-numbers .button-number-month .number {
    width: 70px;
    text-align: center;
    border:1px solid black;
}
.response-number-year .block-year-numbers .numer-for-you {
    font-weight: bold;
    margin-top: 20px;
}
/* .response-number-year .block-year-numbers .numer-for-you span {
    font-weight: normal;
} */
.response-number-year .block-year-numbers .content-number-month .title {
    font-weight: bold;
}
.response-number-year .block-year-numbers .content-number-year .title {
    font-weight: bold;
}
/* #chartContainer .canvasjs-chart-container .canvasjs-chart-canvas {
    width: 100%;
} */

/* trang main */
/* .intro-page-main .col-inner .title {
    font-family: "Libre Bodoni", sans-serif;
    font-size: 32px;
}
.intro-page-main .col-inner .desc {
    font-family: "Libre Bodoni", sans-serif;
    font-size: 23px;
    color: #A87C12;
} */

.intro-page-main .col-inner .col {
    padding-bottom: 0;
}

.all-main-astroreka .col .button {
    width: 170px;
    text-align: center;
    display: inline-block;
}
.all-main-astroreka .row .col {
    padding-bottom: 15px;
}
.all-main-astroreka .row .col.show-for-small:nth-child(odd) {
    padding-right: 7.5px !important;
} 
.all-main-astroreka .row .col.show-for-small:nth-child(even) {
    padding-left: 7.5px !important;
} 
.all-main-astroreka .row .col .col-inner {
    border-radius: 8px;
    background: url('/wp-content/uploads/2024/12/Rectangle-5.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.all-main-astroreka .row .col .col-inner .icon-box-img {
    padding-top: 15px;
}
.all-main-astroreka .row .col .col-inner .icon-box-text .title {
    font-family: "Libre Bodoni", sans-serif;
    font-size: 24px;
}
.main-connect-ai {
    padding-top: 0px !important;
}
.main-connect-ai .col-inner .box-image {
    width: 770px;
    max-width: 100%;
}
.main-connect-ai .col-inner .box-text {
    font-family: "Libre Bodoni", sans-serif;
    font-size: 24px;
    padding-bottom: 0;
}
.main-connect-ai .col {
    padding-bottom: 0;
}



.main-more-know .row {
    align-items: center;
    justify-content: center;
}
.main-more-know .row .button {
    margin-bottom: 0;
    margin-top: -30px;
}
.main-more-know .col-inner .title-astroreka {
    font-size: 32px;
    font-family: "Libre Bodoni", sans-serif;
}
.main-more-know .col-inner .icon-box-text {
    padding: 0 10px;
}
.main-more-know .col-inner .icon-box-text .title {
    font-size: 24px;
    font-family: "Libre Bodoni", sans-serif;
    margin-bottom: 10px;
}


.main-team-of-coll .icon-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 20px;
    gap: 40px;
    justify-content: center;
}

.main-team-of-coll .icon-box .icon-box-img {
    width:  40% !important;
}
.main-team-of-coll .icon-box .icon-box-text {
    width: 55% !important;
}
.main-team-of-coll .icon-box .title {
    font-family: "Libre Bodoni", sans-serif;
    font-size: 32px;
    text-align: center;
}
.main-team-of-coll .main-contact .title {
    font-family: "Libre Bodoni", sans-serif;
    font-size: 32px;
}
.main-team-of-coll .main-contac-inner .col-inner {
    padding: 15px;
}
.main-team-of-coll .main-contac-inner .col-inner a {
    width: 200px;
}
.main-team-of-coll .main-contac-inner .title {
    font-size: 24px;
}
.main-team-of-coll .main-contac-inner .col-inner a i.icon-chat::before {
    content: '';
    background-image: url(/wp-content/uploads/2024/12/handshake.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    width: 22px;
    height: 22px
}

.main-more-know .col-inner .box.show-for-small {
    display: flex;
}
.main-more-know .col-inner .box.show-for-small .box-image {
    position: relative;
    margin-right: 15px;
}
.main-more-know .col-inner .box.show-for-small .box-image >div {
    padding: 20px;
    background: #FDFDFB;
    border-radius: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.main-more-know .col-inner .box.show-for-small .box-image >img {
    width: 100px;
}





@media screen and (min-width: 550px)  {
    .all-main-astroreka {
        background: url(/wp-content/plugins/astroreka_plugin/assets/images/bg-main-intro.png);
        background-size: cover;
        background-repeat: no-repeat;
    }
    .main-more-know {
        background: url('/wp-content/uploads/2024/12/Rectangle-121-1.png');
        background-size: cover;
        background-repeat: no-repeat;
        max-width: 1170px;
        margin: auto;
        border-radius: 4px;
    }
    .main-more-know .row .col .title-astroreka:first-child::after {
        content: "=";
        font-size: 32px;
        position: absolute;
        right: -25px;
    }
    .main-more-know .row .col:nth-child(2)::after,.main-more-know .row .col:nth-child(3)::after {
        content: "+";
        font-size: 32px;
        position: absolute;
        right: -13px;
        top: 40%;
        transform: translateY(-50%);
    }
    .main-more-know .row .col:last-child::after,.main-more-know .row .col:nth-child(1)::after {
        content: "";
    }
}
@media screen and (max-width: 550px)  {
    .main-team-of-coll .icon-box .title {
        width: 250px;
        font-size: 24px;
    }
    .main-team-of-coll .main-contac-inner .title {
        font-size: 20px;
    }
    
    .main-more-know {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
    .main-more-know .row-collapse {
        margin-top: 30px;
    }
    .main-more-know .section-content {
        background: url(/wp-content/uploads/2024/12/Rectangle-121-2.png);
        background-size: cover;
        background-repeat: no-repeat;
        padding: 20px 0;
    }
    
    .intro-page-main {
        padding-bottom: 0 !important;
    }
    .all-main-astroreka {
   
    }
    .all-main-astroreka .row .col .col-inner .icon-box {
        height: 165px;
    }
    .main-connect-ai .col-inner .box-text {
        font-family: "Libre Bodoni", sans-serif;
        font-size: 16px;
    }
    .main-team-of-coll .icon-box .icon-box-img,  .main-team-of-coll .icon-box .icon-box-text {
        width: 100% !important;
        justify-content: center;
        align-items: center;
    }
    
}
/* sửa popup */
@media (min-width: 850px) {
     button.mfp-close {
        top: 15px !important;
        /* left: 41px; */
    }
}
.list-ungdung .icon-box.custom-key .icon-box-img img {
    width: 33px;
    margin-left: 18px;
}
/* .list-ungdung .icon-box .icon-box-img img {
    width: 43px !important; 
} */
.list-ungdung .has-icon-bg .icon .icon-inner {
    background: #F3F3ED;

}
@media screen and (max-width: 782px) {
    .list-ungdung .col {
        padding-bottom: 15px;
    }
}

.nav-left {
    justify-content:center !important;
}
.star-map-app {
    background: linear-gradient(180deg, #FDFDFB 0%, #F3F3ED 100%);

}
.bg-gradient {
    background: linear-gradient(180deg, #FDFDFB 0%, #F3F3ED 100%);
}
.list-chiso .box .box-text h3 {
    margin: 0 0 10px;
    font-size: var(--headline2);
    font-weight: 400;
}

@media screen and (max-width: 849px) {
    .header-inner .mobile-nav.nav.nav-left  {
        width: max-content;
    }
}
.banner-home {
    height: 500px;
    
}
@media screen and (max-width: 1130px) {
    .banner-home {
        height: auto;
    } 
}
@media screen and (max-width: 549px) {
    .banner-home {
        height: 450px;
    } 
}
.banner-home .row{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.banner-home .row .col .col-inner .button {
    width: 300px;
    height: 50px;
    box-shadow: 0 5px 0px #89650E;
}

.home-discover .list-astroreka .box-image {
    width: 35px;
}
.banner-home {
    padding-top: 50px !important;
}

@media screen and (max-width: 768px){
    
    .banner-home .row .col .col-inner .text {
        text-align: center !important;
    }
    .banner-home .row .col .col-inner .button {
        margin: auto;
    }

}
.home-list-technology .col, .home-list-technology .col{
    position: relative;
}
.home-list-technology .col:first-child::after,  .home-list-technology .col:nth-child(2)::after{
    content: "";
    background: url(/wp-content/plugins/astroreka_plugin/assets/images/4_star.svg);
    background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    z-index: 1;
}
.home-list-technology .col .col-inner:last-child::after{
    content: "";
}
.home-list-technology .icon-box-text p {
    margin-top: 15px;
}

@media screen and (max-width: 550px) {
    .home-list-technology .icon-box-text p {
        margin-top: 5px;
    }
    .home-list-technology .col:first-child::after,  .home-list-technology .col:nth-child(2)::after{
        content: "";
        background: url(/wp-content/plugins/astroreka_plugin/assets/images/4_star.svg);
        background-size: cover;
        background-size: cover;
        background-repeat: no-repeat;
        position: absolute;
        top: 85%;
        left: 50%;
        transform: translateX(-50%);
        width: 28px;
        height: 30px;
    
    }
    .home-discover .home-discover-container .carousel-home-discover .home-discover-title {
        font-size: 32px !important;
    }
}


@media screen and (max-width: 768px) {
    
    .home-contect .row .col .col-inner .img .img-inner {
        width: 200px !important;
        max-width: 100%;
        margin: auto;
    }
    .home-contect .row .left-text {
        order: 2;
        text-align: center;
        margin: auto;
    }
    .home-contect .row .right-img {
        order: 1;
    }
    .home-contect .button {
        margin: auto;
        /* margin-top: 60px; */
    }
    .home-list-technology .col .col-inner .icon-box {
        display: flex;
        gap: 20px;
        justify-content: space-between;
    }
    .home-list-technology .col .col-inner .icon-box .icon {
        width: 50px;
    }
    .show-button-discover .box-tag-inner .box-tag {
        justify-content:start !important;
        margin-left: 15px;
    }
    .show-button-discover {
        width: 100% !important;
    }
    .box-discover-inner .box-discover {
        width: calc(100% / 3) !important;
        scroll-snap-align: start; 
    }
    .box-discover-inner  .box-discover .tex-discover {
        font-size: 12px !important;
    }
    .show-button-discover .box-tag-inner .button-tag .button-tag-text {
        font-size: 14px;
    }
    .home-contect .row {
     
        transform: translate(-50%, -67%) !important;
    }
    

}
.home-contect {
    margin-top: 140px;
    height: 345px;
    position: relative;
}
.home-contect .row {
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

}
.home-contect .row .col .col-inner .img .img-inner {
    width: 386px;
    max-width: 100%;
}
.home-contect .button {
    width: 250px;
    height: 50px;
}
.home-contect .button .icon-chat::before {
    content: '';
    background-image: url(/wp-content/uploads/2024/12/handshake.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    width: 22px;
    height: 22px;
}

.home-discover {
    /* height: 255px; */
}
.home-discover .home-discover-container {
    height: 220px;
    background-color: #F3F3ED;
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
}
.home-discover .home-discover-container .carousel-home-discover {
    /* width: 170px;
    height: 80px;
    border: 1px solid #0000001A;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-shrink: 0; */
}
.home-discover .home-discover-container .carousel-home-discover .home-discover-title {
    text-align: center;
    margin-bottom: 30px;
}
.home-discover .home-discover-container .carousel-home-discover .box-discover-inner {
    display: flex;
    width: 100%;
    margin: auto;
    justify-content: center;
    /* overflow-x: hidden; */
    overflow: auto;

}
.home-discover .home-discover-container .carousel-home-discover .box-discover-inner::-webkit-scrollbar {
    display: none;
}
.home-discover .home-discover-container .carousel-home-discover .discover-scroll-right {
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 15%;
    height: 24px;
    width: 24px;
    background: #A87C12;
    line-height: 24px;
    text-align: center;
    border-radius: 30px;
    color: white;

}
.home-discover .home-discover-container .carousel-home-discover .discover-scroll-left {
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 11%;
    height: 24px;
    width: 24px;
    background: #A87C12;
    line-height: 24px;
    text-align: center;
    border-radius: 30px;
    color: white;
}

.box-discover-inner  .box-discover {
    width: 170px;
    height: 80px;
    border: 1px solid #0000001A;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-shrink: 0;
}
.box-discover-inner  .box-discover .tex-discover {
    font-size: 14px;
}
.box-discover-inner  .box-discover img {
    width: 30px;
    height: 30px;
}
.box-discover-inner  .box-discover:hover, .active-box-discover {
    background-color: #FDFDFB;
    border-top: 2px solid #A87C12 !important;
    cursor: pointer;
    border-bottom: 0 !important;
}
.box-discover-inner  .box-discover:hover .tex-discover {
    color: #A87C12;

}
.show-button-discover {
    max-width: 850px;
    width: 100%;
    margin: 25px auto;
    
}
.show-button-discover .box-tag-inner {
    margin-bottom: 25px;
}
.show-button-discover .img-tag-inner {
    margin: 0 15px;
}
.show-button-discover .img-tag-inner .img-tag {
    display: none;
}
.show-button-discover .box-tag-inner .box-tag {
    display: none;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
    cursor: pointer;
    margin-bottom: 25px;
}
.show-button-discover .box-tag-inner .button-tag:hover {
    background-color:  #F3F3ED;
}
.show-button-discover .box-tag-inner .button-tag {
    display: flex;
    height: 40px;
    padding: 0 10px;
    border-radius: 40px;
    border: 1px solid #E5E5E5;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.active-tag {
    display: flex !important;
    justify-content: center;
}

.home-list-post .box .box-image {
    border-radius: 4px;
}

.home-list-post .box .box-text .post-title a{
    font-size: 16px;
    font-weight: 600;
    font-family: "Be Vietnam Pro", sans-serif;
    margin-bottom: 12px;
}
.home-list-post .box .box-text .cat-label a {
    font-size: 14px;
    font-weight: 600;  
    color:#A87C12 ;
    font-family: "Be Vietnam Pro", sans-serif;
}
.home-list-post .box .box-text .post-title {
    line-height: 1.5;
}
.home-list-post .box .box-text {
    padding-bottom: 0;
}


@media screen and (max-width: 768px) {
    .home-list-post .box .cat-label {
        font-size: 14px;
    }
    .home-list-post .box .box-text .post-title a {
        margin-bottom: 12px;
    }
    .home-list-post .box .box-text {
        padding-bottom: 0;
        padding-top: 0;
    }
    .home-list-post .box .box-text .post-title {
        font-weight: 400px;
    }
    .home-list-post .show-for-small .box.box-blog-post {
        display: flex !important;
        gap: 15px;
        border-bottom: 1px dashed #a87c1270;
    }
    .home-list-post .show-for-small .box.box-blog-post .box-image {
        width: 200px;
    }
    .home-discover .home-discover-container {
        height: 170px !important;
    }
}

.header-nav > li.menu-item.current-menu-item > a:before {
    background:unset !important;
}
@media (max-width: 845px) {
    .nav.nav-vertical li.submenu-item-1 a {
        font-weight: 600;
    }
    .nav.nav-vertical li.submenu-item-2  {
        margin-left: 15px !important;
    } 
    #main-menu .sidebar-menu {
        padding: 0 !important;
    } 
}
.header#header .nav-dropdown li.submenu-item-2{
    margin-left: 15px !important;
}  
.header#header .nav-dropdown li.submenu-item-1 a {
    font-weight: 600;
}
#main-menu .sidebar-menu .header-block {
    display: block;
}

#main-menu .sidebar-menu .header-block .header-block-block-2 {
    display: flex;
    justify-content: space-around;
    align-items: center;

    height: 100%;
    text-transform: uppercase;
    font-weight: 600;
}
#main-menu .sidebar-menu .header-block .header-block-block-2 .header-mobile-register, #main-menu .sidebar-menu .header-block .header-block-block-2 .header-mobile-login {
    width: 50%;
    text-align: center;
    height: 100%;
    line-height: 58px;

}
#main-menu .sidebar-menu .header-block .header-block-block-2 .header-mobile-register {
    border-right: 1px solid #ececec;
}
#main-menu .sidebar-menu .header-block .header-block-block-2 .header-mobile-user {
    display: flex;
    flex-grow: 1;
    align-items: center;
}
#main-menu .sidebar-menu .header-block .header-block-block-2 .header-mobile-user .icon-user-login {
    
    text-align: center;
    border-radius: 40px;
    background: #F3F3ED;
    width: 40px;
    height: 40px;
    line-height: 35px;
}
#main-menu .sidebar-menu .header-block .header-block-block-2 .header-mobile-user .icon-login-user a{
    color: #A87C12;
    text-decoration: none;

}
#main-menu .sidebar-menu .header-block .header-block-block-2 .header-mobile-user .header-mobile-email {
    
    margin-left: 10px;
    text-transform: none;
}

#main-menu .sidebar-menu .header-block .header-block-block-2 .header-mobile-user {
    padding-left: 20px;
    height: 56px;
}
.outstanding-home .row .col-inner .box-image {
    border-radius: 8px;
}
.outstanding-home .row .col-inner .box-text {
    padding: 10px 0;

}
.outstanding-home .row .col-inner .box-text .section-title-main {
    font-size: 16px;
    font-weight: 600;
    font-family: "Be Vietnam Pro", sans-serif;
    text-align: left;

    /* giới hạn 2 dòng */
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Giới hạn số dòng */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; /* Thêm dấu "..." nếu văn bản bị cắt */
}
.outstanding-home .list-outstanding .box-text .box-text-inner a {
    font-size: 16px;
    font-weight: 600;
    font-family: "Be Vietnam Pro", sans-serif;
     /* giới hạn 2 dòng */
     display: -webkit-box;
     -webkit-line-clamp: 2; /* Giới hạn số dòng */
     -webkit-box-orient: vertical;
     overflow: hidden;
     text-overflow: ellipsis; /* Thêm dấu "..." nếu văn bản bị cắt */
}
@media  (max-width: 549px) {
    .outstanding-home .row .col-inner .box .section-title >a{
        font-size: 14px;
        font-weight: 400;
        font-family: "Be Vietnam Pro", sans-serif;
        text-align: left;
        padding-left: 0;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .outstanding-home .outstanding-text a {
        font-size: 14px;
        font-weight: 400;
    }
    .outstanding-home .row >.col {
        padding-bottom: 15px;
    }

   
   

}
.section-content-page .container-menu-sub {
    max-width: 1200px;
    margin: auto;
    padding: 0 15px;
}
.header-menu-sub .row-header {
    display: flex;
    overflow: auto;
}
.header-menu-sub .row-header::-webkit-scrollbar {
    display: none; /* Ẩn thanh cuộn trong Chrome, Safari */
}

.header-menu-sub .hr-header-menu {
    background: #A87C121A;
    margin: 0;
}
.header-menu-sub .row-header .col-header {
    padding: 8px;
    cursor: pointer;
    flex-shrink: 0;
}

.header-menu-sub .row-header.parent .col-item {
    display:none !important;
}
.header-menu-sub .row-header.parent .col-item.active {
    display:inline-block !important;
}
.header-menu-sub .row-header.parent .col-header.active {
    display:inline-block;
}
.header-menu-sub .row-header.parent .col-header a{
    color:  #FCFCFD !important;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Cormorant', serif;
}
.header-menu-sub .row-header.child .col-header a{
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
    color:  #C6C9CF !important;
}
.header-menu-sub .row-header.child .col-header.active a{
    color:  #EBA2A4 !important;
}
.header-menu-sub .row-header.child .col-header.active {
    
    border-bottom: 1.5px solid  #D6494F;
}

/* .header-menu-sub .row-header .col-header.active a {
    font-weight: 700;
    font-family: 'Cormorant'
} */
#breadcrumbs span *, #breadcrumbs span {
    margin-right: 2px !important;
    color: unset !important;
}
#breadcrumbs i.fa-chevron-right {
    vertical-align: text-top;
}
#breadcrumbs i.fa-chevron-right:before {
    font-size: 11px !important;
}
.footer-contact .footer-contact-inner {
    display: flex;
    gap: 20px;
}
.footer-contact .footer-contact-inner .item-1, .footer-contact .footer-contact-inner .item-2, .footer-contact .footer-contact-inner .item-3 {
    font-size: 16px;
    font-weight: 400;
    position: relative;
    margin-left: 20px;
}
.footer-contact .footer-contact-inner .item-1::before {
    content: "";
    margin-right: 10px;
    background: url(/wp-content/plugins/astroreka_plugin/assets/images/phone.png);
    background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    position: absolute;
    left: -22px;
    top: 21%;
    
}
.footer-contact .footer-contact-inner .item-2::before {
    content: "";
    margin-right: 10px;
    background: url(/wp-content/plugins/astroreka_plugin/assets/images/envelope.png);
    background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    position: absolute;
    left: -22px;
    top: 21%;
}
.footer-contact .footer-contact-inner .item-3::before {
    content: "";
    margin-right: 10px;
    background: url(/wp-content/plugins/astroreka_plugin/assets/images/house.png);
    background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    position: absolute;
    left: -22px;
    top: 21%;
}
@media screen and (max-width:549px) {
    .footer-contact .footer-contact-inner {
        flex-direction: column;
    }
    .list-number {
        display: grid;
        grid-template-columns: repeat(4, 70px);
        gap: 20px;
        padding-bottom: 30px !important;
        width: calc(100% - 30px);
    }
}

.page-login {
    height: 100%;
    min-height: 100vh;
    padding: unset !important;
}
.page-login .row.header-auto {
    align-items: center;
}
.tab-choose-number .col {
    padding-bottom: 0;
}
.tab-choose-number .col .col-inner {
    display: flex;
    gap: 20px;
    overflow: auto; 
    position: relative;
}
.tab-choose-number .col .col-inner::-webkit-scrollbar {
    display: none;
}
.tab-choose-number .col .col-inner .tab-item {
    flex-shrink: 0;
    height: 30px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 600;
    color: #4F4F4F;
}
.tab-choose-number .col .col-inner .tab-item:hover {
    color: #a87c12;
    border-bottom: 2px solid #a87c12;
}
.tab-choose-number .col .col-inner .tab-item.active{
    color: #a87c12;
    border-bottom: 2px solid #a87c12;
}
.tab-choose-number .col.item-1 {
    position: relative;
}
.tab-choose-number .col.item-2 {
    position: absolute;
    right: 0;
    width: max-content;
}
.tab-choose-number .col.item-2 .col-inner {
    width: 40px;
    height: 40px;
}


/* .list-number {
    display: grid;
    grid-template-columns: repeat(6, 100px);
    gap: 30px;
} */

.list-number {
    display: none !important;
    padding-top: 30px !important;
    border-radius: 8px;
    background: linear-gradient(180deg, #FDFDFB 0%, #F3F3ED 100%);
    grid-template-columns: repeat(6, 100px);
    gap: 30px;
    border: 1px solid rgba(243, 243, 237, 1);
    padding-bottom: 30px !important;
}
.list-number.active {
    display: grid !important;
}
.footer-wrapper .ux-menu-link__text {
    margin-bottom: unset;
    line-height: 36px;
}
@media screen and (max-width:549px) {
    .footer-wrapper .ux-menu-link__text {
        line-height: 32px !important;
    }
}
.footer-wrapper .ux-menu .ux-menu-link:not(:last-child) a {
    margin-bottom: unset !important;
}
.header-auto {
    min-height: 100vh;
    height: 100%;
}
.popup-article .post-article {
    padding: 20px;
}
.popup-article .post-article .post-title {
    /* font-size:36px; 
    font-family: "Libre Bodoni", sans-serif; */
}
.mfp-ready .mfp-close {
    right: 1% !important;
    top: 1% !important;
}
.mfp-container, .mfp-wrap {
    top: 0 !important;
}
@media screen and (min-width: 549px) {
    .page-home-discover .list-item-discover.bottom::after {
        content: '';
        display: block;
        border-bottom: 1px dashed rgb(53 48 48 / 12%);
        width: 100%;
        margin: 0 15px;
    }

    /* .page-home-discover .list-item-discover:last-child::after {
        display: none;
    } */
    .page-home-discover .list-item-discover-innser {
        gap: 25px;
    }
}

.page-home-discover .list-item-discover-innser {
    flex-wrap: nowrap;
}
.page-home-discover .list-item-discover-innser .col.coming-soon .box-image::after {
    content: 'Sắp ra mắt';
    position: absolute;
    right: 0;
    top: 0;
    width: 70px;
    height: 20px;
    color: white;
    background-color: black;
    border-radius: 10px;
    font-size: 10px;
    line-height: 20px;
    text-align: center;
}
.page-home-discover .list-item-discover .col.text .col-inner{
    display: flex;
    align-items: center;
    justify-content: left;
    height: 100%;
    color: #a87c12;
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 70px;
} 

.page-home-discover .list-item-discover-innser .col .col-inner .box-text {
    font-size: 16px;
}
@media screen and (max-width: 549px) {
    .page-home-discover .list-item-discover-innser .col.coming-soon .box-image::after {
        width: 100%;
    }
    .page-home-discover >.col {
        padding-bottom: 0 !important;
    }
    .page-home-discover .list-item-discover-innser .col .col-inner .box-text {
        font-size: 12px;
    }
    .page-home-discover .list-item-discover .col.text .col-inner {
        justify-content: left;
        padding-bottom: 10px;
    }
    .page-home-discover .list-item-discover .col.other-subject .col-inner {
        justify-content: space-between !important;
    }
    .page-home-discover .list-item-discover .col.other-subject .img {
        width: 30px !important;
    }
    .page-home-discover .list-item-discover .col.other-subject .row {
        overflow: auto;
    }
    .page-home-discover .list-item-discover .list-item-discover-innser .col {
        flex-shrink: 0;
        max-width: 25%;
        padding: 0 10px;
    }
    .page-home-discover .list-item-discover .list-item-discover-innser::-webkit-scrollbar {
        display: none; /* Ẩn thanh cuộn (WebKit-based browsers: Chrome, Edge, Safari) */
    }
    .page-home-contact .text-contact {
        display: flex;
        align-items: center;
        margin: 15px;
    }  
    .page-home-discover .list-item-discover .list-item-discover-innser .col .col-inner .box-text.text-center {
        padding-left: 0;
        padding-right: 0;
    }


}
@media screen and (min-width: 549px){
    .page-home-contact .text-contact {
        display: flex;
        align-items: center;
        padding-left: 70px;
    } 
}
.banner-home-mobile .section-content{
    position: absolute !important;
    bottom: 0;
}
  
.page-home-contact .row .col .col-inner {
    padding-top: 20px;
}
.page-home-contact .text-contact .col-inner .button {
    width: 250px;
    height: 50px;
}
.page-home-contact .text-contact .col-inner .button .icon-chat:before {
    content: '';
    background-image: url(/wp-content/uploads/2024/12/handshake.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    width: 22px;
    height: 22px;
}
#form-contact input:-internal-autofill-selected {
    background-color:unset !important;
}
#form-contact input:not([type="file" i], [type="image" i], [type="checkbox" i], [type="radio" i]) {
    background-color:unset !important;
}
.post-sidebar-knowledge .col-inner ul li {
    margin-left: 0;
}
.row.kien-thuc-page {
    flex-wrap:nowrap;
    align-items: center;
    margin-top:8px
}   


