.box-list-theme {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin-top: 40px;
}

.content-theme-item {
    width: calc(20% - 20px);
    background: #fff;
    border: 1px solid #e2e2e2;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    position: relative
}

.screen-shoot {
    max-width: 100%;
    height: 400px;
    overflow: hidden;
    position: relative
}

.screen-shoot img {
    width: 100%;
    height: auto;
    display: block;
    -webkit-transition: all 3s ease-in-out 0s;
    -moz-transition: all 3s ease-in-out 0s;
    -ms-transition: all 3s ease-in-out 0s;
    transition: all 3s ease-in-out 0s
}

.content-theme-item:hover .screen-shoot img {
    transform: translateY(-50%)
}

.content-theme-item .title {
    font-size: 16px;
    font-weight: 600;
    padding: 25px;
    color: #050A30;
}

/* hiệu ứng hover page quà tặng */
.nh_pmnas .img_gtcls {
    display: none;
}

.gt1 {
    position: relative;
    cursor: pointer;
    transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.gt1 .box_gts {
    background-color: transparent;
    padding: 15px;
    border-radius: 0px 10px 10px 0px;
    margin-top: 25px;
    margin-bottom: 25px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.gt1 .img_gtcls {
    position: absolute;
    left: -80px;
    width: 150px;
    top: -16px;
    opacity: 0;
    transform: scale(0.8);
    transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1),
        transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.gt1 .text_gt,
.gt1 .text_gt {
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.gt1 .text_nd {
    transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1),
        max-width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.gt1.active .box_gts {
    background-color: #0A0E27;
    padding: 25px;
}

.gt1.active .text_gt {
    width: 29%;
    font-family: 'Afacad';
    font-style: normal;
    font-weight: 600;
    font-size: 27px;
    color: #dd3333;
    display: flex;
    padding-left: 65px;
    gap: 25px;
}

.gt1.active .text_nd {
    max-width: 565px;
    color: #fff;
    font-style: italic;
    line-height: 35px;
}

.gt1.active .img_gtcls {
    opacity: 1;
    transform: scale(1);
}

.gt1.active .box_gts {
    max-width: 100%;
}

.nh_pmnas .gt1 {
    width: 700px;
}

.nh_pmnas .gt1.active {
    width: 100%;
}

.nh_pmnas .box_gts .text_gt {
    max-width: fit-content;
    flex-basis: auto;
    padding-right: 25px;
}

.nh_pmnas .img_gtcls {
    display: block;
}

/* end hiệu ứng hover page quà tặng */
.btn_dvasssa:after,
.btn_lhngyta:after,
.btn_mjhas:after,
.header-button-1 div a:after,
.btn_view_all:after,
.btn_lhnhgya::after {
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    z-index: -1;
    border-radius: 99px;
    background: linear-gradient(to right, #dd3333, #fff, #dd3333);
}

.btn_mjhas:after {
    z-index: 1;
}

.btn_mjhas:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 99;
    background-color: #dd3333;
    border-radius: 99px;
}

.btn_mjhas span,
.btn_mjhas i {
    z-index: 999;
}

.phone_td:after {
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    z-index: -1;
    border-radius: 99px;
    background: linear-gradient(to right, #dd3333, #fff, #dd3333);
}

.phone_td {
    position: relative;
}

.row_mnbas .col .col-inner:after {
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    z-index: -1;
    border-radius: 12px;
    background: linear-gradient(to top, #050a30, #FD3131);
}

/* Menu tròn cơ bản */
.circular-menu-left {
    position: fixed;
    bottom: 1em;
    left: 1em;
    z-index: 9999;
    transition: all 0.3s ease;
}
.circular-menu-left .floating-btn {
    display: block;
    width: 3.5em;
    height: 3.5em;
    border-radius: 50%;
    background-color: #0A0E27;
    color: #fff;
    text-align: center;
    line-height: 3.9;
    cursor: pointer;
} 
.circular-menu-left .floating-btn i {
    font-size: 1.3em;
    transition: transform 0.2s;
}

.circular-menu-left.active .floating-btn i {
    transform: rotate(90deg);
}

.circular-menu-left .items-wrapper {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.circular-menu-left.active .items-wrapper {
    opacity: 1;
    visibility: visible;
}

.circular-menu-left .menu-item {
    position: absolute;
    top: 0.2em;
    left: 0.2em;
    z-index: -1;
    display: block;
    width: 3em;
    height: 3em;
    border-radius: 50%;
    text-align: center;
    line-height: 3;
    text-decoration: none;
    color: #fff;
    font-size: 1em;
    background-color: hsla(0, 0%, 0%, 0.1);
    transition: transform 0.3s ease, background 0.2s ease;
}

.circular-menu-left .menu-item.qa_active {
    background: #fff;
    color: #000;
}

.circular-menu-left.active .menu-item:nth-child(1) {
    transform: translate(-1em, -7em);
}

.circular-menu-left.active .menu-item:nth-child(2) {
    transform: translate(3.5em, -6.3em);
}

.circular-menu-left.active .menu-item:nth-child(3) {
    transform: translate(6.5em, -3.2em);
}

.circular-menu-left.active .menu-item:nth-child(4) {
    transform: translate(7em, 1em);
}

/* Nội dung FAQ */
.nd_faqs {
    position: fixed;
    bottom: 6em;
    left: 1em;
    width: 260px;
    background: #fff;
    border-radius: 1em;
    padding: 1em;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    font-size: 0.9rem;
    color: #333;
    z-index: 9998;
}

.faq_cttb {
    display: none;
    opacity: 0;
    transform: translateY(15px);
    transition: all 0.3s ease;
}

.faq_cttb.qa_active {
    display: block;
    opacity: 1;
    transform: translateY(0);
}

.circular-menu.active:after {
    transform: scale3d(5.5, 5.5, 1);
    transition-timing-function:
        cubic-bezier(.68, 1.55, .265, 1);
}

.circular-menu:after {
    display: block;
    content: ' ';
    width: 3.5em;
    height: 3.5em;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -2;
    background-color: #dd3333;
    transition: all .3s ease;
}
.col_video_ybts .video-button-wrapper i {
    color: #050a30;
}