@import "/Plugin/css/support-right.css";
html, body {
    overflow-x: hidden;
  }
  a:not([href]):not([tabindex]) {
    color: #ffffff;
    text-decoration: none;
}
/* Magic text for text animation */
.magic-text {
    display: block;
    white-space: pre-wrap;
    word-break: break-word;
    line-height: 1.3;
}

#cartItems {
    color: #000 ;
}
.sumcart{
    color: red;
}
.word {
    display: inline;
    white-space: nowrap;
}

.char {
    opacity: 0;
    display: inline-block;
    transform: translateY(10px);
    animation: charFadeIn 0.6s forwards;
}

@keyframes charFadeIn {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Magic text for text animation */

/* body {
    overflow-x: hidden;
    background: #fff;
    color: #000;
    font-family: "Roboto", sans-serif;
} */

/*Fix css add desktop mobile*/
@media only screen and (max-width: 992px) {
    .ads-desktop {
        display: none;
    }
}

@media only screen and (min-width: 992px) {
    .ads-mobile {
        display: none;
    }
}

@media (max-width: 768px) {
    .footer-header {
        flex-direction: column;
    }
}

@media (min-width: 768px) {}

img {
    max-width: 100%;
    object-fit: contain;
    height: auto !important;
}

#footer {

    ul,
    li {
        list-style: none;
        padding: 0;
        margin: 0;
    }
}

ul,
li {
    /* list-style:none;
    padding:0;
    margin:0; */
}

.sidebar-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 40px;
}

.pagination {
    margin-top: 20px;
}

.align-center-flex {
    align-items: center;
}

.css_revert {
    flex-direction: row-reverse;
}

a {
    color: #000;
    transition: .5s;
}

.radius22 {
    border-radius: 22px;
}

*,
html,
h1,
h2,
h3,
h4 {
    margin: 0;
    /* padding:0; */
}

.row-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
}

.aspect-ratio11 {
    aspect-ratio: 1/1;
    object-fit: cover;
}

.aspect-ratio23 {
    aspect-ratio: 2/3;
    object-fit: cover;
}

.aspect-ratio32 {
    aspect-ratio: 3/2;
    object-fit: cover;
}

.aspect-ratio43 {
    aspect-ratio: 4/3;
    object-fit: cover;
}

.aspect-ratio169 {
    aspect-ratio: 16/9;
    object-fit: cover;
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.align-items-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.align-items-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}

.justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

a:active,
a:focus,
a:hover {
    color: #0b6bd3;
    outline: 0;
    text-decoration: none;
}

p {
    padding: 0;
    margin: 0 0 20px 0;
}

img {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 10px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    padding: 0;
}

.bg-green-logo {
    background-color: #8eb22b;
}

.cl-green-logo {
    color: #8eb22b;
}

.bg-blue-logo {
    background-color: #194698;
}

.cl-blue-logo {
    color: #194698;
}

.bg-red-logo {
    background-color: #ed1f26;
}

.cl-red-logo {
    color: #ed1f26;
}

.cl-yellow {
    color: yellow;
}

.bg_bluec {
    background-color: #1a4697;
}

.text_bluec {
    color: #1a4697;
}

.font23 {
    font-size: 23px;
}

.font18 {
    font-size: 18px;
}

.font16 {
    font-size: 18px;
}

.bg-pri {
    background-color: #00328B;
}

.cl-pri {
    color: #00328B;
}

.cl-second {
    color: #FFB800;
}

.bg-second {
    background-color: #FFB800;
}

.paddingTop30 {
    padding-top: 30px;
}

#product_content .youtube-embed-wrapper iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
}

.marginTop30 {
    margin-top: 30px;
}

.fix_heght-content {
    max-height: 355px;
    padding-bottom: 20px;
    margin-bottom: 5px;
    overflow: hidden;
    text-align: justify;
}

.Hr-toppic {
    font-size: 27px;
    font-weight: 600;
    text-align: center;
    position: relative;
    color: #00328B;
}

.p-topic {
    font-size: 20px;
    text-align: center;
}

.owl-dots {
    display: none;
}

.owl-carousel {
    z-index: 0;
}

.owl-carousel .owl-nav button {
    position: absolute;
    padding: 12px 0 0;
    margin: 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background: rgba(0, 0, 0, .3) !important;
    width: 26px;
    height: 40px;
    text-align: center;
    font-size: 26px !important;
    color: #fff !important;
    transition: all .3s ease-in;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    opacity: 0;
    visibility: hidden;
}

.owl-carousel:hover .owl-nav button {
    opacity: 1;
    visibility: visible;
}

.owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0 !important;
    width: 100%;
}

.owl-carousel .owl-prev {
    left: 10px;
}

.owl-carousel .owl-next {
    right: 10px;
}

.loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1050;
}

.loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 120px;
    height: 120px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #3498db;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    z-index: 1001;
}

.loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #e74c3c;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}

.loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #f9c922;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

#topbar {
    background: #1a4697;
    transition: all .5s;
    color: #fff;
    padding: 0;
}

#header {
    height: 80px;
    transition: all .5s;
    z-index: 997;
    transition: all .5s;
    padding: 20px 0;
    background: #fff;
    box-shadow: 0 0 5px rgba(127, 137, 161, .3);
}

#header .logo a {
    display: block;
}

@media (max-width:480px) {
    #header.header-scrolled {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        transition: all .5s;
        z-index: 997;
        box-shadow: 1px 0 4px #00000091;
    }

    .area-header-icon {
        display: none;
    }
}

#header.header-pages,
#header.header-scrolled {
    height: 60px;
    padding: 10px 0;
}

#header .logo h1 {
    font-size: 36px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 3px;
    text-transform: uppercase;
}

#header .logo img {
    padding: 0;
    max-height: 50px;
}
@media (max-width: 991px) {
    #header .logo img {
        margin-top: -15px;
    }
}



.main-pages {
    margin-top: 60px;
}

@media (min-width:1400px) {
    .xs-container {
        max-width: 1350px;
    }
}

.xs-container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: auto;
    margin-right: auto;
}

/*#xs-product .Hr-toppic {
    color: #000;
    padding-bottom: 0;
}
#xs-product .product .p_item {
    padding: 10px;
    margin-bottom: 30px;
    box-shadow: none;
    color: #222;
    text-align: center;
}
#xs-product .p_item .item_img {
    margin: -10px -10px 0;
}
#xs-product .p_item .item_title {
    padding-top: 20px;
}
#xs-product .item_title .title {
    font-size: 25px;
}
#xs-product .item_title .title a {
    font-weight: 800;
    font-size: 23px;
    line-height: 23px;
    text-align: center;
    color: #00328B;
}
#xs-product .item_title .font_col4 {
    font-size: 22px;
}
#xs-product .p_item .item_title a:hover {
    color: #0056b3;
}
#xs-product .p_item h4.price, #xs-product .p_item h5.price {
    margin: 10px 0;
}
#xs-product .p_item h4.price {
    font-weight: 700;
    font-size: 22px;
    line-height: 23px;
    text-align: center;
    color: #AB0000;
}
#xs-product .p_item .fix-height {
    height: 55px;
}
#xs-product .p_item h5.price {
    font-size: 20px;
}
#xs-product .p_item .item_short {
    padding-bottom: 20px;
}
#xs-product .p_item .item_short div.text-justify {
    margin: 0 0 30px 0;
}
#xs-product .p_item .item_short a {
    background-color: #fd1414;
    color: #fff;
    padding: 5px 10px;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}
#xs-product .p_item .item_short a:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f105";
    margin-left: 3px;
}*/
.video-content {
    background-color: #e4e4e4;
    padding-top: 30px;
    padding-bottom: 91px;
}

.text-video-left h3 {
    font-size: 25px;
    position: absolute;
    top: 50%;
    padding-left: 30px;
    padding-right: 30px;
    line-height: 42px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.video-container {
    position: relative;
    padding-bottom: 100%;
    padding-right: 500px;
    margin-left: 17%;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 5px solid;
}

.download-xseo {
    position: absolute;
    bottom: -50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.bg-wt {
    padding: 8px 15px;
    background-color: #1a4697;
    color: #fff;
    font-size: 18px;
    border-radius: 25px;
}

.font-weight-bold {
    font-weight: 700 !important;
}

.color-link-download:hover {
    color: #fff;
}

.partner-user .owl-carousel .owl-item {
    /*border: .5px solid #d7d7d7;
    border-radius: 5px;
    box-shadow: 1px 0 5px 0 #0000004f;
    margin-bottom: 5px;*/
}

.partner-user .owl-carousel .owl-item img {
    /*height: 181px;
    max-height: 100%;
    object-position: 50% 50%;
    object-fit: cover;
    border-radius: 5px 5px 0 0;*/
}

.partner-user .owl-carousel .owl-item .h-title-blog {
    padding: 10px;
}

.partner-user .owl-carousel .owl-item .h-title-blog .h-title {
    height: 70px;
    overflow: hidden;
}

.partner-user .owl-carousel .owl-item .h-title-blog a {
    color: #222;
}

.partner-user .owl-carousel .owl-item .h-title-blog a:hover {
    color: #1a4697;
}

.partner-user .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0 !important;
    width: 100%;
}

.partner-user .owl-nav button {
    position: absolute;
    width: 40px;
    height: 40px;
    background-color: #c49239 !important;
    margin: 0 !important;
    color: #fff !important;
    font-size: 26px !important;
    transition: all .3s ease-in;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    opacity: 0;
    visibility: hidden;
}

.partner-user:hover .owl-nav button {
    opacity: 1;
    visibility: visible;
}

.partner-user:hover .owl-nav button .owl-prev {
    left: -30px;
}

.partner-user:hover .owl-nav button .owl-next {
    right: -30px;
}

.partner-user .owl-nav button.owl-prev {
    left: 0;
    top: -20px;
}

.partner-user .owl-nav button.owl-next {
    right: 0;
    top: -20px;
}

.partner-user .owl-nav button.owl-prev:hover {
    background-color: #1a4697 !important;
}

.partner-user .owl-nav button.owl-next:hover {
    background-color: #1a4697 !important;
}

/*#footer*/
#footer {
    background: #FFF9E6;
    padding: 57px 76px 61px;
    font-size: 22px;
    font-weight: 400;
}

.info-company ul.info-company-item li {
    margin: 8px 0;
}

.info-company ul.info-company-item li span {
    margin-right: 24px;
}

.info-company ul.info-company-item li span .fa-phone {
    font-size: 25px;
}

.info-company ul.info-company-item li span .fa-map-marker {
    font-size: 28px;
}

#footer ul.menu-footer li {
    margin: 8px 0;
}

#footer ul.menu-footer li:first-child {
    margin: 30px 0;
}

#footer ul.menu-footer li:first-child a {
    font-weight: 600;
}

@media (max-width:767px) {
    #footer .footer-top {
        padding: 40px 0 30px 0;
    }

    #footer .footer-info h3 {
        font-size: 18px;
    }

    #footer .footer-contact,
    #footer .footer-map {
        padding-left: 30px;
    }
}

.main-nav {
    padding-top: 5px !important;
}

.main-nav,
.main-nav * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.main-nav>ul>li {
    position: relative;
    white-space: nowrap;
    float: left;
    margin: 0 10px;
}

.main-nav a {
    display: block;
    position: relative;
    color: #1a4697;
    padding: 4px 6px;
    transition: .5s;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
}

.main-nav .active>a,
.main-nav a:hover,
.main-nav li:hover>a {
    color: #fff;
    background-color: #c49239;
    border-radius: 4px;
}

.main-nav .drop-down ul {
    display: block;
    position: absolute;
    left: 0;
    top: calc(100% + 30px);
    z-index: 99;
    opacity: 0;
    transition: ease all .5s;
    visibility: hidden;
    background: #fff;
    box-shadow: 0 0 10px rgb(127 137 161 / 25%);
    border-radius: .25rem;
    margin-top: 3px;
    padding: 10px;
}

.main-nav .drop-down:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.main-nav .drop-down li {
    min-width: 180px;
    position: relative;
    border-bottom: 1px solid #b5b5b5;
}

.main-nav .drop-down li:last-child {
    border-bottom: none;
}

.main-nav .drop-down ul a {
    padding: 6px 10px;
    font-size: 14px;
    color: #004289;
}

.main-nav .drop-down ul .active>a,
.main-nav .drop-down ul a:hover,
.main-nav .drop-down ul li:hover>a {
    color: #fff;
    border-radius: 0;
}

.main-nav .drop-down>a:after {
    content: "\f107";
    font-family: FontAwesome;
    padding-left: 10px;
}

.main-nav .drop-down .drop-down ul {
    top: 0;
    left: calc(100% - 30px);
}

.main-nav .drop-down .drop-down:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
}

.main-nav .drop-down .drop-down>a {
    padding-right: 35px;
}

.main-nav .drop-down .drop-down>a:after {
    content: "\f105";
    position: absolute;
    right: 15px;
}

.login a {
    margin: 0 0 0 15px;
    border: 2px solid #fff;
    color: #fff;
    border-radius: 15px;
    padding: 2px 5px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    transition: .3s;
    margin-top: 5px;
    display: block;
}

.login a:hover {
    color: #fff;
    background-color: #c49239;
}

@media (max-width:480px) {
    .login a {
        width: 30px;
        height: 30px;
        padding: 0 70px 0 0;
        font-size: 0;
        border: none;
    }

    .login a i {
        font-size: 30px;
    }

    .login a:hover {
        background-color: transparent;
        color: #1a4697;
    }
}

.lang-nav,
.lang-nav * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.lang-nav>ul>li {
    position: relative;
    white-space: nowrap;
    float: left;
}

.lang-nav .lang-item {
    display: block;
    position: relative;
    transition: .3s;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    border: 1px solid #00328B;
    padding: 2px;
}

.lang-nav .active>a,
.lang-nav a:hover,
.lang-nav li:hover>a {
    border-radius: 4px;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}

.lang-nav .drop-down ul {
    display: block;
    position: absolute;
    left: 0;
    top: calc(100% + 30px);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    transition: ease all .3s;
    box-shadow: 0 0 10px rgb(127 137 161 / 25%);
    border-radius: .25rem;
    margin-left: 10px;
}

.lang-nav .drop-down:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.lang-nav .drop-down li {
    min-width: 140px;
    position: relative;
    border-bottom: 1px solid #b5b5b5;
    padding: 5px 10px;
    cursor: pointer;
}

.lang-nav .drop-down li:last-child {
    border-bottom: none;
}

.lang-nav .drop-down ul span {
    color: #000;
}

.lang-nav .drop-down ul a {
    padding: 10px 20px;
    font-size: 14px;
    color: #000;
}

.lang-nav .drop-down ul .active>a,
.lang-nav .drop-down ul a:hover,
.lang-nav .drop-down ul li:hover>a {
    color: #000;
    border-radius: 0;
}

.lang-nav .drop-down>a:after {
    content: "\f107";
    font-family: FontAwesome;
    padding-left: 10px;
}

.lang-nav .drop-down .drop-down ul {
    top: 0;
    left: calc(100% - 30px);
}

.lang-nav .drop-down .drop-down:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
}

.lang-nav .drop-down .drop-down>a {
    padding-right: 35px;
}

.lang-nav .drop-down .drop-down>a:after {
    content: "\f105";
    position: absolute;
    right: 15px;
}

/*mobile-nav*/
.mobile-nav {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 9999;
    overflow-y: auto;
    left: -280px;
    width: 280px;
    height: 1000px;
    padding: 18px 10px;
    background: #1a4697;
    transition: .4s;
}

.mobile-nav * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mobile-nav a {
    display: block;
    position: relative;
    color: #fff;
    padding: 10px;
    font-size: 14px;
    font-weight: 600;
}

.mobile-nav ul li.drop-down ul li a:hover {
    background: #c49239;
    color: #fff !important;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    text-decoration: none;
}

.mobile-nav .drop-down>a:after {
    content: "\f078";
    font-family: FontAwesome;
    padding-left: 10px;
    position: absolute;
    right: 15px;
}

.mobile-nav .active.drop-down>a:after {
    content: "\f077";
}

.mobile-nav .drop-down>a {
    padding-right: 35px;
}

.mobile-nav .drop-down ul {
    display: none;
    overflow: hidden;
    background-color: #fff;
}

.mobile-nav .drop-down li {
    border-bottom: 1px solid #b5b5b5;
}

.mobile-nav .drop-down li:last-child {
    border-bottom: none;
}

.mobile-nav .drop-down ul li a {
    padding-left: 20px;
    color: #222;
}

.mobile-nav-toggle {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
    border: 0;
    background: 0 0;
    font-size: 24px;
    transition: all .4s;
    outline: 0 !important;
    line-height: 1;
    cursor: pointer;
    text-align: right;
}

.mobile-nav-toggle i {
    margin: 18px 18px 0 0;
    color: #004289;
}

.mobile-nav-overly {
    width: 100%;
    height: 100%;
    z-index: 9997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(19, 39, 57, .8);
    overflow: hidden;
    display: none;
}

.mobile-nav-active {
    overflow: hidden;
}

.mobile-nav-active .mobile-nav {
    left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
    color: #fff;
}

#mobi-search {
    margin: 0 15px;
    position: relative;
}

#mobi-search .ip-mobi_search {
    padding: 5px 40px 5px 15px;
    border: none;
    border-radius: 25px;
}

#mobi-search .btn-mobi-search {
    width: 20px;
    height: 20px;
    top: 7px;
    left: auto;
    right: 14px;
    border-radius: 25px;
    transform: rotate(90deg);
    background-color: transparent;
    border: none;
    font-size: 24px;
    cursor: pointer;
}

#mobi-search .btn-mobi-search:focus {
    outline: 0;
}

.area-header-icon {
    display: flex;
    gap: 12px;
    align-items: center;
}

.area-header-icon .link-login a {
    display: block;
}

@media (max-width:1920px) {
    #header .menu-search .icon-search {
        right: 380px;
    }
}

@media (max-width:480px) {
    .area-header-icon {
        display: none;
    }
}

.icon-header {
    font-size: 20px;
    color: #00328B;
}

#header .menu-search:hover .icon-search {
    visibility: visible;
    opacity: 1;
}

#header .menu-search .icon-search {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    top: 80px;
    right: 250px;
    transition: all .3s ease-out;
    z-index: 1000;
}

#header .menu-search #form-search .ip_search {
    height: 40px;
    width: 300px;
    padding: 0 40px 0 10px;
    border-radius: 4px;
}

#header .menu-search #form-search .btn_search {
    position: absolute;
    width: 32px;
    height: 32px;
    background: url(/images/spotlight.png) no-repeat;
    top: 9%;
    margin-left: -37px;
    border: none;
    cursor: pointer;
}

#form-search .btn_search:focus {
    outline: 0;
}

.mobile-nav ul.tree-nav li.d-lg-none:first-child {
    background: #fff;
    margin: -18px -10px 0 -10px;
}

.mobile-nav ul.tree-nav li img.logo-mobile {
    max-width: 100px;
}

.mobile-nav ul.tree-nav li.d-lg-none:nth-child(2) {
    padding: 15px 10px;
}

.main-category {
    padding-top: 40px;
}

.col .title-product {
    width: 70%;
}

.col .title-product::before {
    width: 42%;
    bottom: -12px;
}

.text-des.view-content {
    padding-bottom: 35px;
}

#lst_news li {
    border: none;
    padding: 0;
}

.fix_heading {
    height: 80px;
    line-height: 1.35em;
    margin: 0;
}

.fix-height {
    height: 55px;
}

/*.breadcrumb*/
.breadcrumb {
    background-color: #e4e4e4;
}

.breadcrumb li.fontbold {
    color: #1a4697;
    font-weight: 700;
}

.breadcrumb li:first-child:before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f015";
    font-size: 20px;
    margin-right: 3px;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: ">";
}

.mobi-news {
    margin-bottom: 30px;
}

.mobi-news .cat_title {
    font-weight: 700;
    font-size: 36px;
    margin: 30px 0;
    line-height: 1.1;
    letter-spacing: -.04em;
    color: #1a4697;
}

.mobi-news .cat_subtitle {
    font-size: 16px;
    line-height: 1.5em;
    color: #ad9999;
}

.mobi-news .cat_desc {
    line-height: 1.5em;
    margin-top: 10px;
}

a.post_readmore {
    color: #53585c;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: .05em;
    font-size: 11px;
    font-weight: 700;
    padding: 6px 15px;
    border: 1px solid #e0e0e0;
    -webkit-box-shadow: 0 1px 3px rgb(0 0 0 / 10%);
    box-shadow: 0 1px 3px rgb(0 0 0 / 10%);
    text-rendering: auto;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

a.post_readmore:hover {
    background-color: #1a4697;
    color: #fff;
}

.post_title {
    font-size: 25px;
    font-weight: 700;
    margin: 0 0 5px;
}

.post_meta {
    font-size: 17px;
    color: #5F5F5F;
    font-weight: 400;
}

.post_meta .post_meta_readmore span {
    color: #5F5F5F;
}

.post_description {
    max-height: 160px;
    overflow: hidden;
}

.post_thumb {
    position: relative;
}

.post_category {
    position: absolute;
    z-index: 3;
    bottom: 15px;
    left: 15px;
    margin: 0;
    line-height: 1;
}

.post_category a {
    display: inline-block;
    font-size: 11px;
    color: #fff;
    padding: 3px 6px;
    background: #f70d28;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.scrollbar_product {
    height: 500px;
    overflow-y: scroll;
    margin-bottom: 25px;
}

.force-overflow {
    min-height: 350px;
}

.scroll-type::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    border-radius: 10px;
    background-color: #f5f5f5;
}

.scroll-type::-webkit-scrollbar {
    width: 6px;
    background-color: #f5f5f5;
}

.scroll-type::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #d62929;
}

.bg-sidebar {
    border: 1px solid #ccc !important;
    border-radius: 0 0 5px 5px;
    margin-bottom: 40px;
    box-shadow: 0 0 3px rgb(1 41 112 / 10%);
}

.bg-sidebar .news-today {
    background-color: #1a4697;
    padding: 5px 0;
}

.bg-sidebar .news-today h2 {
    color: #fff;
    font-size: 23px;
    text-align: center;
}

.bg-sidebar .blog-sidebar {
    padding-left: 8px;
    padding-right: 8px;
}

.blog-sidebar .sidebar-blog {
    height: 180px;
    padding: 40px 0;
    border-bottom: 1px dotted #1a4697;
}

.blog-sidebar .sidebar-blog:last-child {
    border-bottom: none;
}

.blog-sidebar .sidebar-blog .w-40 {
    width: 40%;
}

.blog-sidebar .sidebar-blog a img {
    width: 100%;
    height: 100px;
    min-height: auto !important;
}

.sidebar-blog .blog-text-right {
    width: 57%;
    margin-left: 3%;
}

.sidebar-blog .blog-text-right h3 {
    line-height: 20px;
}

.blog-sidebar.sidebar-blog .blog-text-right .count-s {
    letter-spacing: .5px;
}

.blog-sidebar.sidebar-blog .blog-text-right .count-s:before {
    margin-right: 5px;
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f06e";
}

.scrollbar_sidebar {
    height: 880px;
    overflow-y: scroll;
    margin-bottom: 25px;
}

.blog-text-right h3 a,
h3.text-icon {
    font-size: 14px;
    color: #222;
}

.bg-support {
    background-color: #e4e4e4;
    padding-bottom: 35px;
}

.support {
    padding-top: 50px;
}

.title-hd {
    padding-bottom: 40px;
}

img.w-icon {
    max-height: 85px;
}

.title-support {
    display: inline-block;
    vertical-align: bottom;
    margin-bottom: 0;
    text-transform: uppercase;
    margin-left: 15px;
}

.title-support {
    font-size: 25px;
    font-weight: 600;
    text-align: center;
}

.setting {
    background-color: #fff;
    padding: 40px 95px;
    box-shadow: 1px 4px 10px 1px #00000017;
    border-radius: 10px;
}

img.w-icon-2 {
    max-width: 145px;
}

.text-support {
    width: 67%;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    font-size: 32px;
    line-height: 45px;
}

.info-question>.row {
    margin: 0 15%;
}

.mail {
    cursor: pointer;
}

.w-icon-info {
    max-width: 112px;
    margin-bottom: 20px;
    margin-top: 10px;
}

h3.text-icon {
    font-weight: 600;
    color: #222;
}

.w-icon-60 {
    max-height: 60px;
}

.sp {
    margin-bottom: 72px;
}

.sp>.row {
    padding-top: 15px;
}

.question h5 {
    cursor: pointer;
}

.qt-tt {
    background-color: #1a4697;
    color: #fff;
    width: 25px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    height: 25px;
    line-height: 25px;
    font-family: Arial;
}

.nd-question {
    margin-left: 15px;
    line-height: 25px;
}

.qt_faq {
    background-color: #e4e4e4;
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 5px;
}

.link-question {
    text-align: center;
    padding: 20px 0;
    margin-top: 50px;
}

.link-question a {
    padding: 15px 60px;
    background-color: #1a4697;
    color: #fff;
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.content-banner {
    position: absolute;
    width: 59%;
    text-align: center;
    top: 50%;
    left: 50%;
    background-color: #222222d9;
    border-radius: 4px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 32px;
    color: #fff;
    padding: 46px 0 65px;
    margin-bottom: 10px;
}

.text-banner {
    padding-bottom: 5px;
}

.banner_search,
.col-gt-content {
    padding-top: 30px;
}

.banner_search #form-search {
    line-height: 0;
    position: relative;
}

.br_search {
    width: 75%;
    border-radius: 25px;
    padding: 20px 10px 20px 70px;
    font-size: 14px;
    font-style: italic;
    border: none;
}

.bn_search {
    position: absolute;
    width: 57px;
    height: 57px;
    padding: 0;
    left: 13%;
    top: 1px;
    border-radius: 25px;
    transform: rotate(90deg);
    background-color: transparent;
    border: none;
    font-size: 24px;
}

#modal_Faq .Hr-toppic {
    font-size: 20px;
}

#btn-openFAQ {
    border: none;
    background: 0 0;
    margin: auto auto;
    cursor: pointer;
}

#btn-openFAQ:focus {
    outline: 0;
}

#btn-openFAQ .img-faq {
    float: left;
    height: 30px;
}

#btn-openFAQ .text-faq {
    float: left;
    margin: 10px 10px;
    color: #045686;
    font-weight: 600;
}

.modal-backdrop {
    background-color: none !important;
}

#modal_Regcourse .modal-lg {
    max-width: 1024px;
}

.modal-form .modal-header button.close {
    color: #fff;
}

.modal-form .input-group {
    margin-bottom: 3px;
}

.modal-form .modal-footer,
.modal-form .modal-header {
    background: #2196f3;
    color: #fff;
}

.modal-form .modal-body {
    background: url(/images/bkg-faq.png);
    padding: 1.5rem;
}

.modal-form legend {
    font-size: 15px;
    color: #b80b0d;
    font-weight: 600;
}

.modal-form fieldset label {
    padding-left: 5px;
}

.modal-form fieldset input[type=radio] {
    width: 18px;
    height: 18px;
    position: relative;
    top: 3px;
}

.modal-form .modal-body .region {
    font-size: 12px;
    padding: 5px 0;
    color: red;
    font-weight: 600;
    margin: 5px 0 0 0;
}

.modal-form .validation {
    color: red;
    margin: 0 5px 20px;
    font-weight: 600;
    font-size: 13px;
}

#F_RegService #info .w3-col,
#F_RegService #info_login .w3-col,
#demoTax .w3-col {
    width: 50px;
}

#info #sl_location {
    width: 40%;
}

#info .ex_location,
#info .ex_website {
    margin-left: 50px;
    margin-top: 10px;
    text-align: left;
}

#info #expanderHead1 {
    cursor: pointer;
}

#info #lb_khuyenmai {
    cursor: pointer;
    margin-left: 50px;
    text-decoration: underline;
}

#info_login .ex_email,
#info_login .ex_pass {
    margin-left: 20px;
    margin-top: 10px;
}

#BankList .image_bank {
    margin: auto;
    cursor: pointer;
}

#BankList .image_bank:hover {
    /*transform: scale(1.3);
    transition: all .5s ease 0s;*/
}

.bgimg-1 {
    background-position: center;
    background-size: cover;
    /* min-height: 100%; */
    height: 800px;
}

#NotiOrder {
    background-image: url(/images/bg_success2.jpg);
    padding-top: 1rem;
}

#NotiOrder .bg_show {
    background: rgba(186, 191, 186, .5);
    line-height: 20px;
    margin: 30px auto 30px auto;
}

#NotiOrder .cTitle_medium {
    color: #ff0;
    font-size: 30px;
    margin: 2rem 0;
}

/*#NotiOrder .cTitle_medium {
    color: #ff0;
    font-size: 20px;
}*/
#NotiOrder .img_dkthanhcong {
    max-height: 140px;
}

#NotiOrder .cTitleNews {
    color: #ff0;
    font-size: 18px;
}

#NotiOrder .cl_yellow {
    color: #ff0;
}

#NotiOrder .fontbold {
    font-weight: 700;
}

#NotiOrder .img_download {
    max-height: 70px;
}

#NotiOrder .info-user {
    text-transform: uppercase;
    color: #ff0;
}

#video-huongdan .video-title {
    text-transform: uppercase;
    color: #ff0;
}

#video-huongdan .title-popup {
    text-transform: uppercase;
    font-size: 20px;
}

#video-huongdan iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
}

.bankhover img:hover {
    transform: scale(1.2);
    transition: all 1s ease 0s;
}

#imgYtube img:hover {
    transform: scale(1.1);
    transition: all .5s ease 0s;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}

.CardsRight .downloadArea {
    height: 60px;
    border-bottom: 1px solid #eee;
}

.CardsRight .downloadArea .bg-wt {
    padding: 8px 15px;
    background-color: #1a4697;
    color: #fff;
    font-size: 18px;
    border-radius: 25px;
}

.team_expert .expert-content {
    border: 1px solid #ccc !important;
    border-radius: 0 0 5px 5px;
    margin-bottom: 40px;
    padding-bottom: 30px;
    box-shadow: 0 0 3px rgb(1 41 112 / 10%);
}

.team_expert .expert-content .expert-title {
    background-color: #1a4697;
    margin-bottom: 25px;
}

.team_expert .expert-content img {
    max-height: 200px;
}

.Q-right .Q-title {
    background-color: #1a4697;
}

.Q-right .Q-content li {
    border-bottom: 1px dotted #1a4697;
}

.Q-right .Q-content {
    border: 1px solid #ccc !important;
    border-radius: 0 0 5px 5px;
    margin-bottom: 40px;
    box-shadow: 0 0 3px rgb(1 41 112 / 10%);
    padding: 0 8px;
}

.Q-right .Q-content .img-cus {
    width: 35px;
    margin-right: 10px;
}

.Q-right .Q-content .Q-customer {
    font-weight: 600;
    color: #1a4697;
    cursor: pointer;
}

.Q-right .Q-content .Q-date {
    font-size: 11px;
    font-weight: 600;
    font-style: italic;
    color: #a0a0a0;
    margin: 10px 0;
}

.Q-right .Q-content .Q-linkNews {
    font-size: 12px;
    font-weight: 600;
}

.Q-right .Q-content .Q_readmore {
    float: right;
    background-color: #1a4697;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .05em;
    font-size: 10px;
    font-weight: 700;
    padding: 4px 10px;
    margin-bottom: 10px;
    border-radius: 5px;
}

.Q-right .Q-content .Q_readmore:hover {
    color: #fff;
    background-color: #c49239;
}

#Search-advance {
    margin-top: 30px;
    padding: 20px 15px;
    border: 1px solid #ccc !important;
    border-radius: 5px;
    box-shadow: 0 0 0 .25em rgb(1 41 112 / 10%);
}

#Search-advance .search-keyword {
    display: flex;
    align-items: center;
    font-size: 17px;
}

#Search-advance .search-keyword span {
    color: #1a4697;
    font-weight: 600;
}

#Search-advance .seach-filter {
    font-weight: 600;
    color: red;
    font-size: 14px;
    text-align: center;
}

#Search-advance .custom-control-input:checked~.custom-control-label::before {
    border-color: #1a4697;
    background-color: #1a4697;
}

#Search-advance .search-note {
    color: #000;
    margin-top: 30px;
    font-size: 12px;
    font-weight: 600;
    font-family: tahoma;
}

.search-suggest .badge {
    margin: 0 5px;
    font-size: 14px;
}

#Search-advance .btn-search {
    background-color: #1a4697;
    border-color: #1a4697;
    font-size: 13px;
    padding: 3px 10px;
}

.search-result {
    font-weight: 600;
}

.search-result i {
    font-size: 35px;
}

.search-result span {
    color: red;
}

#search-view .search-box {
    margin-bottom: 20px;
    padding: 6px 8px;
    border-radius: 5px;
    border: 1px solid #ddd;
    max-height: 150px;
}

#search-view .search-box:after {
    clear: both;
}

#search-view .search-box .search-img {
    float: left;
    width: 28%;
}

#search-view .search-box .search-img img {
    width: 100%;
    height: 90px;
    min-height: auto !important;
}

#search-view .search-box .search-content {
    float: left;
    width: 70%;
    padding-left: 10px;
}

#search-view .search-box .search-content .search-title {
    font-size: 16px;
    line-height: 1.5;
}

#search-view .search-box .search-content .search-title a {
    font-weight: 600;
    font-family: Arial;
}

#search-view .search-box .search-content .search-title a:hover {
    color: none;
    text-decoration: none;
}

#search-view .search-box .search-content .search-title span {
    color: red;
}

#search-view .search-box .search-content .search-date {
    font-size: 12px;
    font-style: italic;
    color: #a0a0a0;
    text-align: right;
}



.NewsRelation .list-news {
    line-height: 18px;
    padding: 10px 0 0 30px;
    border-left: 1px solid #bdbdbd;
    margin: 30px 0;
}

.NewsRelation .list-news li {
    margin-bottom: 10px;
    line-height: 160%;
    color: #076db6;
}

.NewsRelation .list-news li a {
    text-decoration: none;
    text-underline-position: under;
    font-size: 15px;
}

.item_short_out a {
    background-color: #fd1414;
    color: #fff;
    padding: 5px 10px;
    border-radius: 3px;
    font-size: 14px;
}

.autocomplete-suggestions {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #999;
    background: #fff;
    cursor: default;
    overflow: auto;
    -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, .64);
    -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, .64);
    box-shadow: 1px 4px 3px rgba(50, 50, 50, .64);
}

.autocomplete-suggestion {
    padding: 2px 5px;
    white-space: nowrap;
    overflow: hidden;
}

.autocomplete-no-suggestion {
    padding: 2px 5px;
}

.autocomplete-selected {
    background: #f0f0f0;
}

.autocomplete-suggestions strong {
    font-weight: 700;
    color: #000;
}

.autocomplete-group {
    padding: 2px 5px;
    font-weight: 700;
    font-size: 16px;
    color: #000;
    display: block;
    border-bottom: 1px solid #000;
}

#contact {
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, .1);
    padding: 60px 0;
    overflow: hidden;
}

#contact .section-header {
    padding-bottom: 30px;
}

#contact .contact-about h3 {
    font-size: 36px;
    margin: 0 0 10px 0;
    padding: 0;
    line-height: 1;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #007bff;
}

#contact .contact-about p {
    font-size: 14px;
    line-height: 24px;
    font-family: 'Roboto', sans-serif;
    color: #888;
}

#contact .social-links {
    padding-bottom: 20px;
}

#contact .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #fff;
    color: #007bff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: .3s;
    border: 1px solid #007bff;
}

#contact .social-links a:hover {
    background: #007bff;
    color: #fff;
}

#contact .info {
    color: #283d50;
}

#contact .info i {
    font-size: 32px;
    color: #007bff;
    float: left;
    line-height: 1;
}

#contact .info p {
    padding: 0 0 10px 36px;
    line-height: 28px;
    font-size: 14px;
}

#contact .form #sendmessage {
    color: #007bff;
    border: 1px solid #007bff;
    display: none;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}

#contact .form #errormessage {
    color: red;
    display: none;
    border: 1px solid red;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}

#contact .form #errormessage.show,
#contact .form #sendmessage.show,
#contact .form .show {
    display: block;
}

#contact .form .validation {
    color: red;
    display: none;
    margin: 0 0 20px;
    font-weight: 400;
    font-size: 13px;
}

#contact .form input,
#contact .form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
}

#contact .form button[type=submit] {
    background: #007bff;
    border: 0;
    border-radius: 20px;
    padding: 8px 30px;
    color: #fff;
    transition: .3s;
}

#contact .form button[type=submit]:hover {
    background: #0067d5;
    cursor: pointer;
}

@media (max-width:991px) {
    #header {
        height: 60px;
        padding: 0;
    }

    #header .logo h1 {
        font-size: 28px;
        padding: 8px 0;
    }
}

@media (max-width:480px) {
    #modal_Regcourse {
        margin-top: 50px;
    }
}

@media (max-width:768px) {

    .title-xseo,
    .title-xseo::before {
        width: 100%;
    }
}

@media (max-width:767px) {
    .xs-video {
        padding-top: 15px;
    }

    .hide-dt {
        display: none;
    }

    .hide-dt,
    .visi-dt .text-video-left {
        display: none;
    }

    .hide-dt.visi-dt {
        display: block;
        margin-top: 0;
        margin-bottom: 30px;
    }

    .title-xseo {
        font-size: 20px;
        line-height: 28px;
    }
}

@media (min-width:767px) {
    .hide-tab-product {
        display: none;
    }
}

@media (max-width:959px) {
    .download-xseo {
        left: 15%;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}

@media (max-width:1200px) {
    .video-container {
        margin-left: 0;
        padding-right: 0;
        padding-bottom: 60%;
    }

    .bg-wt {
        font-size: 14px;
    }
}



@media (max-width: 1200px) {
    .btn-action {
        justify-content: space-between;
    }

    .btn-action a {
        font-size: 22px;
    }
}

@media (max-width: 768px) {
    #footer {
        padding: 0;
    }

    #footer ul.menu-footer {
        margin-bottom: 20px;
    }

    #footer ul.menu-footer li:first-child {
        margin: 20px 0 8px 0;
    }

    #footer ul.menu-footer li:first-child a {
        font-weight: 500;
    }
}


label.error {
    color: red;
    padding-top: 10px;
    font-size: 16px;
}


@media (max-width:768px) {
    .area-header-icon {
        display: none;
    }

    .Hr-toppic {
        font-size: 20px;
    }

    .product-lst>div {
        padding: 0;
    }

    #footer {
        font-size: 16px;
    }
}

/*có thể bạn quan tâm*/
.NewsLater-section {
    padding: 40px 0;
}

.NewsLater-section .Hr-toppic {
    margin-bottom: 40px;
}

/*css button download register*/
.btn-action {
    /* margin: 30px 0; */
    display: flex;
    column-gap: 36px;
    white-space: nowrap;
}

.btn-action a {
    font-size: 20px;
    line-height: 20px;
    padding: 5px 5px;
    border-radius: 22px I !important;
    color: #fff;
}

.btn-action .btn-download a {
    background: #00328B;
}

.btn-action .btn-register a {
    background: #B90000;
}

@media (max-width: 768px) {
    .btn-action {
        margin: 20px 0;
        display: flex;
        justify-content: space-evenly;
    }

    .btn-action a {
        font-size: 16px;
    }
}

.btn-formm {
    font-weight: 700;
    font-size: 16px;
    line-height: 33px;
    color: #fff;
    border-radius: 22px;
    padding: 3px 10px;
    border: none !important;
    outline: 0 !important;
    margin-top: 20px;
}

.box-NewsMove {
    border-radius: 20px;
    padding: 20px;
    background-color: white;
    -webkit-box-shadow: -2 0 10px rgb(0 0 0 / 21%);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.21);
    -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.21);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.21);
    box-shadow: 0 0 10px rgb(0 0 0 / 21%);
}

.box-NewsMoves {
    /* border-radius: 20px; */
    /* padding: 20px; */
    background-color: white;
    -webkit-box-shadow: -2 0 10px rgb(0 0 0 / 21%);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.21);
    -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.21);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.21);
    box-shadow: 0 0 10px rgb(0 0 0 / 21%);
}

.box-NewsMove img {
    border-radius: 20px;
}

.box-NewsMove h3 {
    font-weight: 500;
}

.box-NewsMove .des-NewsMove {
    margin: 0;
    font-size: 17px;
    min-height: 1.5rem;
    color: #111111;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

/* From Uiverse.io by mi-series */
.btn_xseo1 {
    outline: 0;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    background: #0067d5;
    min-width: 200px;
    border: 0;
    border-radius: 4px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .1);
    box-sizing: border-box;
    padding: 16px 20px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    overflow: hidden;
    cursor: pointer;
}

.btn_xseo1:hover {
    opacity: 1;
}

.btn_xseo1 .animation {
    border-radius: 100%;
    animation: ripple 0.6s linear infinite;
}

.btn_xseo2 {
    position: relative;
    display: inline-block;
    padding: 14px 38px;
    font-size: 1.2rem;
    font-family: 'Segoe UI', Arial, sans-serif;
    color: #fff;
    background: linear-gradient(90deg, #1756A9 0%, #1E88E5 100%);
    border: none;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(30, 136, 229, 0.18), 0 1.5px 3px rgba(0, 0, 0, 0.06);
    cursor: pointer;
    overflow: hidden;
    transition: background 0.3s, box-shadow 0.3s;
}

.btn_xseo2 span {
    position: relative;
    z-index: 2;
    font-weight: 600;
    letter-spacing: 1px;
    transition: color 0.3s, text-shadow 0.3s, transform 0.2s;
}

/* Hiệu ứng khi hover */
.btn_xseo2:hover,
.xseo-btn:focus {
    background: linear-gradient(90deg, #E13A3E 0%, #1756A9 100%);
    box-shadow: 0 6px 24px 0 rgba(225, 58, 62, 0.17), 0 2px 8px rgba(30, 136, 229, 0.12);
}

.btn_xseo2:hover span,
.xseo-btn:focus span {
    color: #fff900;
    text-shadow: 0 2px 12px #1756A9, 0 0 4px #E13A3E;
    transform: translateY(-2px) scale(1.07);
}

/* Đường gạch chân đỏ động */
.btn_xseo2::after {
    content: "";
    display: block;
    position: absolute;
    left: 38px;
    right: 38px;
    bottom: 13px;
    height: 4px;
    background: linear-gradient(90deg, #E13A3E 0%, #fff900 100%);
    border-radius: 2px;
    opacity: 0;
    transform: scaleX(0.4);
    transition: opacity 0.2s, transform 0.3s;
}

.btn_xseo2:hover::after,
.xseo-btn:focus::after {
    opacity: 1;
    transform: scaleX(1);
}

.btn_xseo2 .animation {
    border-radius: 100%;
    animation: ripple 0.6s linear infinite;
}

@keyframes ripple {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0.1);
    }

    100% {
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0.1), 0 0 0 80px rgba(255, 255, 255, 0);
    }
}

.moving-box {
    width: 120px;
    height: 60px;
    background: linear-gradient(90deg, #1e88e5, #e13a3e);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    font-size: 1.2rem;
    font-weight: bold;
    opacity: 0;
    transform: translateX(0);
    animation-fill-mode: forwards;
    box-shadow: 0 4px 18px rgba(30, 136, 229, 0.15);
}

/* Animation chỉ khi có .show */
#box1 {
    animation: moveInLeft 0.9s cubic-bezier(0.18, 0.89, 0.32, 1.28) 0.1s forwards;
}

#box2 {
    animation: moveInRight 0.9s cubic-bezier(0.18, 0.89, 0.32, 1.28) 0.35s forwards;
}

#box3 {
    animation: moveInLeft 0.9s cubic-bezier(0.18, 0.89, 0.32, 1.28) 0.6s forwards;
}

@keyframes moveInLeft {
    from {
        opacity: 0;
        transform: translateX(-120px) scale(0.7) rotate(-5deg);
    }

    to {
        opacity: 1;
        transform: translateX(0) scale(1) rotate(0deg);
    }
}

@keyframes moveInRight {
    from {
        opacity: 0;
        transform: translateX(120px) scale(0.7) rotate(5deg);
    }

    to {
        opacity: 1;
        transform: translateX(0) scale(1) rotate(0deg);
    }
}

.pricing-table {
    display: flex;
    justify-content: center;
    gap: 36px;
    max-width: 900px;
    margin: 0 auto;
}

.plan {
    background: #fff;
    border: 1.5px solid #ececf1;
    border-radius: 18px;
    box-shadow: 0 2px 18px rgba(30, 136, 229, 0.06);
    flex: 1 1 300px;
    max-width: 350px;
    min-width: 250px;
    padding: 16px 16px 16px 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: box-shadow 0.2s;
}

.plan:hover {
    box-shadow: 0 6px 24px rgba(30, 136, 229, 0.14);
    border-color: #1e88e5;
}

.plan-title {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 12px;
    color: #222;
    letter-spacing: 1px;
}

.plan-price {
    font-size: 2.2rem;
    color: #1e88e5;
    margin-bottom: 10px;
    font-weight: bold;
}

.plan-desc {
    color: #666;
    font-size: 1rem;
    margin-bottom: 24px;
}

.plan-features {
    width: 100%;
    margin-bottom: 26px;
    color: #333;
    font-size: 1rem;
    padding-left: 0;
    list-style: none;
    text-align: left;
}

.plan-features li {
    margin-bottom: 12px;
    padding-left: 0px;
    position: relative;
}

.plan-features li::before {
    content: "✓";
    color: #1e88e5;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 1.1em;
    font-weight: bold;
    transform: translateX(-18px);
}

.plan-btn {
    padding: 12px 28px;
    border: none;
    border-radius: 8px;
    background: linear-gradient(90deg, #1e88e5 60%, #e13a3e 100%);
    color: #fff;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s;
    margin-top: auto;
    box-shadow: 0 2px 6px rgba(30, 136, 229, 0.07);
}

.plan-btn:hover {
    background: linear-gradient(90deg, #e13a3e 20%, #1e88e5 100%);
}

@media (max-width: 900px) {
    .pricing-table {
        flex-direction: column;
        gap: 24px;
        align-items: center;
    }

    .plan {
        width: 90%;
        max-width: 400px;
    }
}

.line-fade {
    border: none;
    height: 1px;
    background: #a3c1e6;
    opacity: 0.35;
    margin: 28px 0;
}

.vertical-line {
    width: 1.5px;
    height: 80px;
    background: #a3c1e6;
    opacity: 0.35;
    margin: 0 24px;
}

.font_chuan_xseo {
    font-family: 'Inter', 'Segoe UI', Arial, sans-serif;
    font-size: 1px;
}

/* FOOTER COMMON STYLE */

@media (min-width: 1328px) {
    .footer .container {
        max-width: 1298px;
    }
}

.footer {
    background: linear-gradient(to right, #1E3A8A, #7DD3FC);
    color: white !important;
}

.footer li a{
    color: white !important;
}

.footer .f_logo {
    margin-bottom: 20px;
}

.footer-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-header-children {
    display: flex;
    align-items: center;
}

.footer-header-children.icon-phone::before {
    background: transparent url(/images/footer_telephone.svg) no-repeat center center / 100% auto;
}

.footer-header-children.icon-mail::before {
    background: transparent url(/images/footer_mail-outline.svg) no-repeat center center / 100% auto;
}

.footer-header-children.icon-location::before {
    background: transparent url(/images/footer_location-outline.svg) no-repeat center center / auto 100%;
}

.footer-header-children.icon::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 2px;
}

.footer-col {
    padding: 0 5px;
}

.footer-col h4 {
    font-size: 16px;
    text-transform: capitalize;
    margin-bottom: 15px;
    font-weight: 600;
    position: relative;
}

.footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-col ul li:not(:last-child) {
    margin-bottom: 5px;
}

.footer-col ul li a {
    font-size: 15px;
    text-transform: capitalize;
    text-decoration: none;
    font-weight: 300;
    color: rgb(255, 255, 255);
    display: block;
    transition: all 0.3s ease;
}

.footer-footer {
    display: flex;
    align-items: center;
    column-gap: max(1rem, 5px);
}

.footer-footer-children_1 {
    flex-basis: 45%;
}

.footer-footer-children_2 {
    flex-basis: 5%;
    font-size: 1.75rem;
    text-align: center;
}

.footer-footer a {
    color: white !important;
}

.call-us-btn .icon {
    width: 55px;
    height: 55px;
    background-color: #F1F6FC;
    border-radius: 50%;
    transition: all 0.3s ease-out 0s;
}
.call-us-btn .icon i{
        color: #0044EB;
        transition: all 0.3s ease-out 0s;
        font-size: 18px;
}
.call-us-btn .info-help .number {
    color: #020842;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    transition: all 0.3s ease-out 0s;
}
.call-us-btn .info-help .title {
    color: #49515B;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -.36px;
}
.discount-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #e53935;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    padding: 5px 10px;
    border-radius: 5px 0 5px 0;
    z-index: 10;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}
/*Css giỏ hàng*/







/*Nút giở hàng*/
/* Khung ngoài của giỏ hàng */
.khungtron {
    background: #fff;
    border-radius: 50%;
    padding: 10px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}
.khungtron:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 14px rgba(0,0,0,0.25);
    background: #f44336; /* nền đỏ khi hover */
}
.khungtron:hover .icon-shopp {
    color: #fff !important;
}

/* Nút giỏ */
.js-btn-opencart {
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    position: relative;
    outline: none;
}

/* Icon giỏ */
.icon-shopp {
    font-size: 22px;
    color: #444;
    transition: color 0.3s ease;
}

/* Badge số lượng */
#CartDt {
    font-size: 12px;
    padding: 2px 6px;
    font-weight: 600;
    color: #fff;
    background: #f44336;
    border-radius: 50%;
    box-shadow: 0 2px 6px rgba(0,0,0,0.3);
    transition: transform 0.2s ease;
}

/* Hiệu ứng badge khi thay đổi */
#CartDt.updated {
    animation: pop 0.3s ease;
}
@keyframes pop {
    0% { transform: scale(0.6); opacity: 0.5; }
    60% { transform: scale(1.3); opacity: 1; }
    100% { transform: scale(1); }
}

/* Panel giỏ hàng */
.cart-panel {
    position: fixed;
    top: 0;
    right: -400px;
    width: 360px;
    height: 100%;
    background: #fff;
    box-shadow: -2px 0 8px rgba(0,0,0,0.15);
    transition: right 0.3s ease;
    z-index: 1050;
    display: flex;
    flex-direction: column;
    border-radius: 8px 0 0 8px;
}
.cart-panel.open { right: 0; }

.cart-header {
    padding: 15px;
    border-bottom: 1px solid #eee;
    font-weight: bold;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.cart-header h5 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
}

/* Overlay */
.cart-overlay {
    position: fixed;
    top:0; left:0;
    width:100%; height:100%;
    background: rgba(0,0,0,0.5);
    z-index: 1040;
    display: none;
}
.cart-overlay.active { display: block; }

/* Danh sách sản phẩm */
.cart-items {
    flex: 1;
    overflow-y: auto;
    padding: 15px;
}
.cart-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    border-bottom: 1px solid #f3f3f3;
    padding-bottom: 12px;
}
.cart-item img {
    width: 55px;
    height: 55px;
    object-fit: cover;
    border-radius: 6px;
    border: 1px solid #eee;
}
.cart-item .flex-grow-1 {
    flex: 1;
}
.cart-item .qty-input {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 2px;
    font-size: 14px;
}

/* Nút tăng/giảm */
.cart-item .minusBtn,
.cart-item .plusBtn {
    border: 1px solid #ddd;
    background: #fafafa;
    max-width: 28px;
    min-width: 28px;
    height: 28px;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    cursor: pointer;
    border-radius: 4px;
    transition: all 0.2s;
    padding: 0;
}
.cart-item .minusBtn:hover,
.cart-item .plusBtn:hover {
    background: #f44336;
    color: #fff;
    border-color: #f44336;
}
.cart-item .qty-input {
    width: 40px;
    height: 28px;
    border: 1px solid #ddd;
    text-align: center;
    font-size: 14px;
    border-radius: 4px;
}
#closeCart {
    background: #f44336;       /* nền đỏ */
    color: #fff;               /* chữ trắng */
    border: none;
    border-radius: 50%;        /* bo tròn */
    width: 28px;
    height: 28px;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    cursor: pointer;
    transition: background 0.2s ease;
}
#closeCart:hover {
    background: #d32f2f;       /* đỏ đậm khi hover */
}

/* Nút xóa */
.cart-item .removeItem {
    border: none;
    background: none;
    color: #f44336;
    font-size: 20px;
    cursor: pointer;
    margin-left: 10px;
}

/* Footer */
.cart-footer {
    padding: 15px;
    border-top: 1px solid #eee;
}
.cart-footer strong {
    display: block;
    margin-bottom: 10px;
    font-size: 15px;
}
.cart-footer .btn-danger {
    border-radius: 6px;
    font-size: 15px;
    padding: 10px;
    font-weight: 600;
}
.cart-footer .btn-outline-danger,
#clearCart {
    margin-top: 10px;
    color: #f44336;
    border: none;
    background: transparent;
    font-size: 14px;
    cursor: pointer;
    text-decoration: underline;
}
/* Nhóm tăng/giảm số lượng */
.cart-quantity {
    display: inline-flex;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 6px;
    overflow: hidden;
    background: #fff;
  }
  
  /* Nút trừ/cộng */
  .cart-quantity .minusBtn,
  .cart-quantity .plusBtn {
    background: #f8f9fa;
    border: none;
    width: 34px;
    height: 34px;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
  }
  
  .cart-quantity .minusBtn:hover,
  .cart-quantity .plusBtn:hover {
    background: #0d6efd;
    color: #fff;
  }
  
  /* Số lượng */
  .cart-quantity .qty-display {
    min-width: 40px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    background: #fff;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    color: #333;
  }
  
  /* Nút xóa */
  .removeBtn {
    border: 1px solid #f44336;
    background: #fff;
    color: #f44336;
    border-radius: 6px;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
  }
  
  .removeBtn:hover {
    background: #f44336;
    color: #fff;
  }
  /* Button Thanh Toán */
.pay-btn {
    font-size: 18px;
    font-weight: 600;
    border-radius: 50px; /* bo tròn đẹp hơn */
    transition: all 0.3s ease-in-out;
    box-shadow: 0 4px 10px rgba(0, 128, 0, 0.3);
  }
  
  .pay-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 14px rgba(0, 128, 0, 0.4);
  }
  












  /*Menu*/
  
/* Wrapper */
.header-wrapper {
    width: 100%;
    position: relative;
  }
  
  /* Header main */
  .header-main {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
  }
  
  /* Flex container */
  .flex-row {
    display: flex;
    align-items: center;
    justify-content: space-between; /* Giữ đều 2 bên */
    width: 100%;
  }
  
  /* Logo */
  #logo {
    flex: 0 0 auto; /* Logo cố định */
    text-align: center;
  }
  
  #logo img {
    max-height: 58px;
    width: auto;
    display: block;
    margin: 0 auto;
  }
  
  /* Căn giữa logo trong bố cục */
  .header-main.show-logo-center .logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  
  /* Menu trái - phải */
  .flex-left, .flex-right {
    flex: 1;
  }
  
  .header-nav-main {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px; /* khoảng cách đều giữa các mục */
  }
  
  .header-nav-main li {
    position: relative;
  }
  
  .header-nav-main a.nav-top-link {
    text-decoration: none;
    font-weight: 600;
    font-size: 17px;
    color: #000;
    padding: 8px 0;
    transition: color 0.3s;
  }
  
  .header-nav-main a.nav-top-link:hover {
    color: #00754a;
  }
  
  /* Hover underline */
  .header-nav-main a.nav-top-link::after {
    content: "";
    display: block;
    width: 0;
    /* height: 2px; */
    background: #00754a;
    transition: width 0.3s;
    margin: 0 auto;
  }
  /* .header-nav-main a.nav-top-link:hover::after {
    width: 100%;
  } */
  
  /* Mobile */
  .show-for-medium {
    display: none;
  }
  
  @media (max-width: 992px) {
    .hide-for-medium {
      display: none !important;
    }
    .show-for-medium {
      display: block !important;
    }
    /* .mobile-nav {
      display: flex;
      align-items: center;
    } */
    .mobile-nav li {
      margin-left: 15px;
    }
    .icon-menu {
      font-size: 24px;
      cursor: pointer;
    }
  }
  
  /* Sticky */
  .has-sticky.sticky-jump {
    position: sticky;
    top: 0;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    z-index: 10000;
  }
  
  /* Dropdown */
  .menu-item.has-dropdown {
    position: relative;
  }
  
  .menu-item .dropdown {
    display: none;
    position: absolute;
    top: 100%; /* xuất hiện ngay dưới menu cha */
    left: 0;
    background: #fff;
    min-width: 180px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.15);
    border-radius: 4px;
    z-index: 9999;
  }
  
  .menu-item .dropdown li {
    width: 100%;
  }
  
  .menu-item .dropdown li a {
    display: block;
    padding: 10px 15px;
    color: #333;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
    transition: background 0.3s;
  }
  
  .menu-item .dropdown li a:hover {
    background: #f2f2f2;
    color: #00754a;
  }
  
  /* Hover để hiện menu con */
  .menu-item.has-dropdown:hover > .dropdown {
    display: block;
  }
  /* Mũi tên cho menu cha */
  .menu-item.has-dropdown > a {
    display: inline-flex;       /* để chữ + mũi tên nằm cùng hàng */
    align-items: center;
    gap: 4px;                   /* khoảng cách chữ với mũi tên */
  }
  
  .header-nav-main > .menu-item.has-dropdown > a::after {
    content: "▼"; /* mũi tên xuống */
    font-size: 11px;
    /* margin-left: 6px; */
    color: #555;
    transition: transform 0.3s ease;
  }
 
  /* Dropdown cấp 1 */
.menu-item.has-dropdown {
    position: relative;
  }
  .menu-item .dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    min-width: 200px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    border-radius: 6px;
    padding: 8px 0;
    z-index: 9999;
  }
  .menu-item:hover > .dropdown {
    display: block;
  }
  
  /* Dropdown cấp 2 (menu cháu) */
  .menu-item .dropdown .has-dropdown {
    position: relative;
  }
  .menu-item .dropdown .sub-dropdown {
    top: 0;
    left: 100%; /* hiện sang bên phải */
    margin-left: 0px;
  }
  .menu-item .dropdown .sub-dropdown {
    display: none;
    position: absolute;
    background: #fff;
    min-width: 200px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    border-radius: 6px;
    padding: 8px 0;
  }
  .menu-item .dropdown .has-dropdown:hover > .sub-dropdown {
    display: block;
  }
  
  /* Link trong dropdown */
  .menu-item .dropdown li a {
    display: block;
    padding: 10px 16px;
    font-size: 14px;
    color: #333;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
  }
  .menu-item .dropdown li a:hover {
    background: #f5f5f5;
    color: #00754a;
  }
  
/* Mũi tên cho menu CON có submenu (cấp 2 trở đi) */
.menu-item .dropdown .has-dropdown > a::after {
    content: "▶"; /* mũi tên sang phải */
    font-size: 10px;
    margin-left: 6px;
    color: #666;
  }
  .menu-item .dropdown .has-dropdown:hover > a::after {
    color: #00754a;
  }
  .menu-item .dropdown .has-dropdown {
    position: relative;
  }
  
  .menu-item .dropdown .has-dropdown > .sub-dropdown {
    top: 0;
    left: 100%;
    margin-left: 0;
  }
  
  /* thêm vùng đệm an toàn để chuột không bị rời khỏi */
  .menu-item .dropdown .has-dropdown:hover > .sub-dropdown {
    display: block;
  }
  
  .menu-item .dropdown .has-dropdown::after {
    position: absolute;
    right: -10px;
    top: 0;
    width: 10px;
    height: 100%;
    content: "";
  }


  
  /* Nút giỏ hàng */
.js-btn-opencart {
    border: none;
    background: transparent;
    cursor: pointer;
    outline: none;
  }
  
  /* Hiệu ứng rung */
  .icon-shopp {
    display: inline-block;
    animation: shake 1.2s infinite; /* lặp lại liên tục */
  }
  
  @keyframes shake {
    0% { transform: rotate(0deg); }
    10% { transform: rotate(-15deg); }
    20% { transform: rotate(15deg); }
    30% { transform: rotate(-10deg); }
    40% { transform: rotate(10deg); }
    50% { transform: rotate(0deg); }
    100% { transform: rotate(0deg); }
  }
  
.support-bubble {
    position: fixed;
    bottom: 20px;
    left: 20px;
    width: 320px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.2);
    font-family: "Segoe UI", Arial, sans-serif;
    z-index: 9999;
    display: none;
    animation: fadeInUp 0.4s ease;
    overflow: hidden;
  }
  
  /* Header */
  .support-bubble-header {
    display: flex;
    align-items: center;
    padding: 12px;
    background: linear-gradient(90deg, #7B2FF7 0%, #F107A3 100%);
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    position: relative;
  }
  .support-avatar img {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    margin-right: 10px;
    border: 2px solid #fff;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
  }
  .support-info {
    flex: 1;
  }
  .support-close {
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    transition: 0.3s;
  }
  .support-close:hover {
    color: #ffd700;
  }
  
  /* Body */
  .support-bubble-body {
    padding: 15px;
    font-size: 14px;
    color: #333;
    line-height: 1.5;
  }
  
  /* Footer */
  .support-bubble-footer {
    display: flex;
    justify-content: space-between;
    padding: 12px 15px;
    background: #f8f9fa;
    border-top: 1px solid #eee;
  }
  .support-bubble-footer button {
    flex: 1;
    margin: 0 5px;
    border: none;
    padding: 10px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  .support-bubble-footer .btn-chat {
    background: #ffb400;
    color: #000;
  }
  .support-bubble-footer .btn-chat:hover {
    background: #ff9800;
    color: #fff;
  }
  .support-bubble-footer .btn-skip {
    background: #e0e0e0;
    color: #333;
  }
  .support-bubble-footer .btn-skip:hover {
    background: #d6d6d6;
  }
  
  /* Hiệu ứng */
  @keyframes fadeInUp {
    from { opacity: 0; transform: translateY(30px); }
    to { opacity: 1; transform: translateY(0); }
  }
  /* Vùng chính */
#contact-widget {
    position: fixed;
    bottom: 5%;
    right: 20px;
    z-index: 9999;
    font-family: Arial, sans-serif;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  
  /* Nút tròn */
  #contact-btn {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: linear-gradient(135deg, #00c6ff, #0072ff);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 22px;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    transition: transform 0.3s;
    margin-top: 10px;
  }
  #contact-btn:hover {
    transform: scale(1.1);
  }
  
  /* Danh sách menu */
  #contact-menu { display: none; flex-direction: column; background: #fff; border-radius: 6px; box-shadow: 0 4px 12px rgba(0,0,0,0.2); margin-bottom: 10px; overflow: hidden; }
  #contact-menu a {
    display: flex !important;
    align-items: center;
    gap: 10px;
    padding: 12px 15px;
    text-decoration: none;
    color: #333;
    font-size: 15px;
    transition: background 0.2s;
  }
  #contact-menu a:hover {
    background: #f2f2f2;
  }
  #contact-menu span.icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
  }
  
  /* Hiệu ứng hiển thị */
  .show {
    display: flex !important;
    animation: fadeInUp 0.3s ease;
  }
  @keyframes fadeInUp {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
  }

  #contact-btn {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(135deg, #00c6ff, #0072ff);
    color: #fff;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 0 15px rgba(0, 114, 255, 0.6);
    animation: pulseGlow 2s infinite, bounce 3s infinite;
    transition: transform 0.3s ease;
  }
  
  #contact-btn:hover {
    transform: scale(1.15);
    box-shadow: 0 0 25px rgba(0, 114, 255, 0.9);
  }
  
  /* Hiệu ứng phát sáng nhịp tim */
  @keyframes pulseGlow {
    0% { box-shadow: 0 0 10px rgba(0,114,255,0.6); }
    50% { box-shadow: 0 0 25px rgba(0,114,255,1); }
    100% { box-shadow: 0 0 10px rgba(0,114,255,0.6); }
  }
  
  /* Hiệu ứng bounce nhẹ */
  @keyframes bounce {
    0%, 20%, 50%, 80%, 100% { transform: translateY(0); }
    40% { transform: translateY(-6px); }
    60% { transform: translateY(-3px); }
  }

  @keyframes xseo-border-flow {
    0% {
      background-position: 0% 50%;
    }
    100% {
      background-position: 100% 50%;
    }
  }

  .cardx {
      border-radius: 12px;
      border: 1.5px solid transparent; /* Giảm border còn một nửa */
      background: #ffffff;
      background-clip: padding-box;
      position: relative;
      margin-bottom: 20px;
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  }

  /* .card::before {
      content: '';
      position: absolute;
      top: -1.5px; bottom: -1.5px; left: -1.5px; right: -1.5px;
      z-index: -1;
      background: linear-gradient(270deg, #ff1a1a, #0052a3, #00aaff, #ff1a1a);
      background-size: 600% 600%;
      border-radius: 14px;
      animation: xseo-border-flow 6s linear infinite;
  } */

  .testimonial-avatar {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      object-fit: cover;
  }

  .stat-card {
      background: linear-gradient(135deg, #0052a3, #00aaff);
      color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      font-weight: bold;
      font-size: 2rem;
      border-radius: 12px;
      height: 100%;
      box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.2);
  }

  .stat-card.blue {
      background: linear-gradient(135deg, #d2f1ff, #a1e4ff);
      color: #003366;
  }


  /*Banner xxkingdom*/
  .video-overlay-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 */
    overflow: hidden;
  }
  
  .video-overlay-container iframe {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    border: 0;
    pointer-events: none; /* chặn click */
  }
  
  .overlay-content {
    position: absolute;
    bottom: 0px; left: 50%;
    transform: translate(-50%, -5%);
    text-align: center;
    color: #fff;
    z-index: 5;
    width: 50%;
    padding: 20px;
  }
  
  /* Khi xuống mobile, overlay-content hiển thị bên dưới video */
  @media (max-width: 768px) {
    .video-overlay-container {
      padding-bottom: 56.25%; /* vẫn giữ tỉ lệ video */
    }
    .overlay-content {
      position: static;        /* bỏ absolute */
      transform: none;         /* bỏ translate */
      width: 100%;
      margin-top: 15px;        /* cách video một chút */
      color: #ffffff;             /* chữ tối dễ đọc */
      text-align: center;
    }
  }
  .overlay-title {
    font-size: 38px;
    font-weight: bold;
    margin-bottom: 8px;
  }
  
  .overlay-subtitle {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 8px;
  }
  
  .overlay-desc {
    font-size: 16px;
    margin-bottom: 30px;
    opacity: 0.9;
  }
  
  .overlay-form {
    background: linear-gradient(90deg, #460ba3 0%, #8008afe5 100%);
    border-radius: 12px;
    padding: 25px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }
  
  .overlay-form .form-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
    color: #fff;
  }
  
  .overlay-form .form-input {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }
  
  .overlay-form input {
    flex: 1;
    min-width: 250px;
    padding: 14px 18px;
    border: none;
    border-radius: 30px;
    font-size: 14px;
    outline: none;
  }
  
  .overlay-form button {
    background: #fff;
    color: #7B2FF7;
    font-weight: bold;
    border: none;
    padding: 12px 30px;
    border-radius: 30px;
    font-size: 14px;
    cursor: pointer;
    transition: 0.3s;
  }
  
  .overlay-form button:hover {
    background: #f2f2f2;
  }
  
  .overlay-form small {
    margin-top: 8px;
    font-size: 13px;
    color: #ddd;
  }
  /*home page*/
  /* Khung row chính */

  
  /* Box card */
  .ikigai-card {
    /* background: linear-gradient(145deg, #111 0%, #1c1c2b 100%); */
    border-radius: 12px;
    /* padding: 15px; */
    /* height: 100%;
    box-shadow: 0 4px 15px rgba(0,0,0,0.4);
    transition: transform 0.3s ease, box-shadow 0.3s ease; */
  }
  
  /* .ikigai-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.6);
  } */
  
  /* Ảnh */
  .ikigai-img {
    aspect-ratio: 5 / 3;
    object-fit: cover;
    border-radius: 8px;
  }

  /* Tiêu đề */
  .ikigai-title {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    margin-top: 12px;
    margin-bottom: 8px;
    line-height: 1.4;
  }
  
  /* Mô tả */
  .ikigai-desc {
    color: #ccc;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 0;
  }
  .ikigai-giua{
    display: flex;
    justify-content: space-around;
  }
  .btn-gradient {
    display: inline-block;
    padding: 12px 28px;
    border-radius: 999px; /* bo tròn viên thuốc */
    border: none;
    background: #fff;
    color: #7B2FF7; /* tím đậm */
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
  }
  
  /* Hover đổi nhẹ màu nền và bóng */
  .btn-gradient:hover {
    background: linear-gradient(90deg, #7B2FF7 0%, #F107A3 100%);
    color: #fff;
    box-shadow: 0 5px 12px rgba(123, 47, 247, 0.4);
  }
  .footer-ikigai {
    background: url('/images/footer.jpg') center center no-repeat;
    background-size: cover; /* Ảnh co dãn full màn hình */
    color: #fff;
    padding: 30px 15px;
    font-size: 14px;
    line-height: 1.8;
  }
  
  .footer-ikigai img {
    /* max-width: 120px;  */
    height: auto;
    margin: 0 auto 15px auto;
    display: block;
  }
  
  /* Tiêu đề cột */
  .footer-ikigai .footer-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #fff;
    position: relative;
  }
  
  .footer-ikigai .footer-title::after {
    content: "";
    display: block;
    width: 40px;
    height: 2px;
    background: #6a11cb;
    margin-top: 5px;
  }
  
  /* Menu link */
  .footer-ikigai ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .footer-ikigai ul li {
    margin-bottom: 6px;
  }
  
  .footer-ikigai ul li a {
    color: #bbb;
    font-size: 13px;
    text-decoration: none;
  }
  
  .footer-ikigai ul li a:hover {
    color: #fff;
  }
  
  /* Responsive cho mobile */
  @media (max-width: 768px) {
    .footer-ikigai .row {
      display: flex;
      flex-direction: column;
      text-align: center;
    }
  
    .footer-ikigai .footer-col {
      width: 100%;
      margin-bottom: 20px;
    }
  
    .footer-ikigai .footer-title {
      font-size: 15px;
    }
  
    .footer-ikigai ul li a {
      font-size: 13px;
    }
  }
  .cc19 .nav-pills .nav-link {
    border-radius: 25px;
    margin: 5px;
    padding: 8px 18px;
    color: #ddd;
    background-color: rgba(255,255,255,0.05);
  }
  .cc19 .nav-pills .nav-link.active {
    background: linear-gradient(90deg, #7B2FF7, #F107A3);
    color: #fff;
    font-weight: 600;
  }
  .cc19 .tab-content {
    margin-top: 20px;
  }
  .cc19 .tab-pane {
    padding: 20px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.05);
  }
  .cc19 h5 {
    font-weight: bold;
    color: #fff;
  }
  .cc19 ul li {
    margin-bottom: 6px;
  }
  .cc19 .highlight {
    color: #ff4d6d;
    font-weight: 600;
  }
  .custom-card-xg {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 20px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.3);
  }

  .custom-card-xg img {
    aspect-ratio: 1/1;
    object-fit: cover;
    transition: transform 0.4s ease;
  }

  .custom-card-xg:hover img {
    transform: scale(1.05);
  }

  .card-overlay-xg {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    background: linear-gradient(180deg, transparent 0%, rgba(0,0,0,0.8) 100%);
    color: #fff;
  }

  .card-overlay-xg h5 {
    font-weight: bold;
    margin-bottom: 10px;
  }

  .btn-register-xg {
    background: #fff;
    color: #000;
    font-weight: bold;
    border-radius: 20px;
    padding: 5px 15px;
    font-size: 14px;
    transition: 0.3s;
  }

  .btn-register-xg:hover {
    background: #f2f2f2;
  }

  .card-mtl {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    height: 320px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    box-shadow: 0 5px 20px rgba(0,0,0,0.4);
    transition: transform 0.3s ease;
  }

  .card-mtl:hover {
    transform: translateY(-8px);
  }

  .card-mtl img {
      position: absolute;
      top: 0;
      left: 0;
      min-width: 100%;
      min-height: 100%;
      width: auto;
      height: auto;
      object-fit: cover;
      object-position: center;
      z-index: 1;
      }


  .card-overlay-mtl {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: linear-gradient(to top, rgba(0,0,0,0.7), rgba(0,0,0,0));
    z-index: 2;
  }

  .card-body-mtl {
    position: relative;
    z-index: 3;
    text-align: left;
    padding: 20px;
  }

  .card-body-mtl h5 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
  }

  .card-body-mtl p {
    font-size: 14px;
    opacity: 0.9;
    margin-bottom: 15px;
  }

  .btn-mtl {
    background: #fff;
    color: #000;
    font-size: 13px;
    padding: 6px 16px;
    border-radius: 30px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s;
  }

  .btn-mtl:hover {
    background: #ddd;
    color: #000;
  }

  .video-containers {
    /* position: relative; */
    width: 100%;
    aspect-ratio: 16/9;
    /* background: #1f1f1f;
    border-radius: 18px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff; */
  }
  
  /* Phần chữ */
  .video-text {
    position: absolute;
    text-align: center;
    z-index: 2;
    bottom: 38%;
  }
  
  .video-text h3 {
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.6px;
    margin-bottom: 5px;
  }
  
  .video-text p {
    font-size: 13px;
    opacity: 0.8;
    margin: 0;
  }
  
  .youtube-frame {
    width: 100%;
    height: 100%;
    border-radius: 18px;

  }
  .d-flex-ngang{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.d-flex-thang{
    display: flex;
    align-items: center;
}
   /* Khung chứa toàn bộ banner */
   .quote-section {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 8px;
  }
  
  /* Ảnh nền full width */
  .quote-section img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
  }
  
  /* Lớp phủ mờ để tăng độ tương phản cho chữ */
  .quote-overlay {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    /* background: linear-gradient(to right, rgba(0,0,0,0.6), rgba(0,0,0,0.05)); */
    z-index: 1;
  }
  
  /* Phần text hiển thị đè lên ảnh */
  .quote-section .quote-content {
    position: absolute;
    bottom: 10%;
    left: 8%;
    transform: translateY(-50%);
    color: #fff;
    z-index: 2;
    
    max-width: 45%;
    font-family: "Poppins", sans-serif;
  }
  @media (max-width: 768px) {
    .quote-section .quote-content {
        bottom: auto;
        max-width: 85%;
      }
  }
  
  /* Câu trích dẫn */
  .quote-content h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1.4;
  }
  
  /* Đoạn mô tả phía dưới */
  .quote-content p {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 12px;
    color: #ddd;
  }
  
  /* Tên người nói */
  .quote-author {
    font-size: 14px;
    font-style: italic;
    color: #ccc;
  }
  .quote-section {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 8px;
  }
  
  /* Ảnh nền full width */
  .quote-section img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
  }
  
  /* Lớp phủ mờ để tăng độ tương phản cho chữ */
  .quote-overlay {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    /* background: linear-gradient(to right, rgba(0,0,0,0.6), rgba(0,0,0,0.05)); */
    z-index: 1;
  }
  
  /* Phần text hiển thị đè lên ảnh (mặc định desktop) */
  .quote-section .quote-content {
    position: absolute;
    bottom: 10%;
    left: 8%;
    transform: translateY(-50%);
    color: #fff;
    z-index: 2;
    max-width: 45%;
    font-family: "Poppins", sans-serif;
  }
  
  /* Câu trích dẫn */
  .quote-content h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1.4;
  }
  
  /* Đoạn mô tả phía dưới */
  .quote-content p {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 12px;
    color: #ddd;
  }
  
  /* Tên người nói */
  .quote-author {
    font-size: 14px;
    font-style: italic;
    color: #ccc;
  }
  
  /* ===== MOBILE ===== */
  @media (max-width: 768px) {
    .quote-section .quote-content {
      position: static;         /* bỏ absolute */
      transform: none;          /* bỏ dịch chuyển */
      max-width: 100%;
      padding: 15px 10px;       /* thêm khoảng đệm cho dễ đọc */
  
    }
  
    .quote-overlay {
      display: none;            /* bỏ lớp phủ mờ trên mobile */
    }
  
    .quote-section img {
      border-radius: 8px 8px 0 0; /* bo góc chỉ phần trên ảnh */
    }
  }
  
  /* Responsive: khi màn nhỏ */
  @media (max-width: 768px) {
    .quote-content {
      top: auto;
      bottom: 10%;
      left: 6%;
      max-width: 85%;
    }
  
    .quote-content h3 {
      font-size: 18px;
    }
  
    .quote-content p {
      font-size: 14px;
    }
  }
    /* Vùng chính chứa 2 cột */
    .ikigai-section {
        margin-top: 30px;
        margin-bottom: 40px;
        }

        /* Ảnh bên trái */
        .ikigai-imgs {
        width: 100%;
        border-radius: 10px;
        object-fit: cover;
        box-shadow: 0 5px 20px rgba(0,0,0,0.1);
        }

        /* Bên phải chứa các box nội dung */
        .ikigai-content {
        display: flex;
        flex-direction: column;
        gap: 20px;
        }

        /* Box nội dung */
        .ikigai-box {
        /* background: #f9f9f9; */
        border-radius: 10px;
        padding: 5px 5px;
        box-shadow:0 2px 10px rgb(255 255 255 / 10%);
        transition: 0.3s;
        }

        .ikigai-box:hover {
        transform: translateY(-4px);
        }

        /* Phần header (icon + tiêu đề) */
        .ikigai-box-header {
        display: flex;
        align-items: center;
        gap: 12px;
        margin-bottom: 10px;
        }

        .ikigai-box-header img {
        width: 45px  !important;
        height: 45px  !important;
        border-radius: 50%;
        object-fit: cover;
        }

        .ikigai-box-header h3 {
        font-size: 18px;
        padding-left: 5px;
        padding-top: 5px;
        font-weight: 700;
        color: #ffffff; /* Màu đỏ nổi bật như ảnh */
        text-transform: uppercase;
        margin: 0;
        }

        /* Nội dung mô tả */
        .ikigai-box-body {
        font-size: 15px;
        line-height: 1.7;
        color: #ffffff;
        }

        .ikigai-box-body ul {
        margin: 0;
        padding-left: 20px;
        }

        .ikigai-box-body li {
        margin-bottom: 5px;
        }

        /* Responsive */
        @media (max-width: 768px) {
        .ikigai-box {
            padding: 15px 18px;
        }

        .ikigai-box-header h3 {
            font-size: 16px;
        }
        }


.faq-item {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
  background: #fff;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

/* Câu hỏi */
.faq-question {
  background: #f8f8f8;
  padding: 15px 18px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  color: #333;
  transition: background 0.3s ease;
}

.faq-question:hover {
  background: #f0f0f0;
}

/* Icon dấu + hoặc - */
.faq-icon {
  font-size: 20px;
  color: #c62828;
  transition: transform 0.3s ease;
}

/* Câu trả lời */
.faq-answer {
  display: none;
  padding: 15px 20px;
  background: #fff;
  border-top: 1px solid #eee;
  color: #444;
  line-height: 1.6;
}

/* Khi đang mở */
.faq-item.active .faq-answer {
  display: block;
  animation: fadeDown 0.4s ease;
}

.faq-item.active .faq-icon {
  transform: rotate(45deg);
}

/* Hiệu ứng mượt khi mở */
@keyframes fadeDown {
  from {
    opacity: 0;
    transform: translateY(-5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.mapto-section {
    /* background-color: #0f0f0f; */
    color: #f5f5f5;
    border-radius: 12px;
  }
  
  /* --- Mỗi khối nội dung --- */
  .mapto-block {
    /* background: #1a1a1a; */
    border-radius: 15px;
    padding: 40px 30px;
    /* margin-bottom: 40px; */
    /* box-shadow: 0 0 20px rgba(255, 255, 255, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease; */
  }
  
  .mapto-block:hover {
    /* transform: translateY(-5px);
    box-shadow: 0 0 30px rgba(255, 255, 255, 0.12); */
  }
  
  /* --- Tiêu đề --- */
  .mapto-title {
    font-weight: 700;
    font-size: 1.5rem;
    color: #fff;
    margin-bottom: 1rem;
  }
  
  /* --- Mô tả --- */
  .mapto-desc {
    color: #d0d0d0;
    line-height: 1.7;
    font-size: 1rem;
  }
  
  /* --- Hình ảnh --- */
  .mapto-img img {
    border-radius: 20px;
    width: 100%;
    object-fit: cover;
    aspect-ratio: 1/1;
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.1);
  }
  
  /* --- Hiệu ứng xen kẽ trái phải --- */
  .mapto-block.reverse .mapto-text {
    order: 2;
  }
  
  .mapto-block.reverse .mapto-img {
    order: 1;
  }
  
  /* --- Responsive --- */
  @media (max-width: 768px) {
    .mapto-block {
      padding: 25px 20px;
    }
  
    .mapto-title {
      font-size: 1.3rem;
    }
  
    .mapto-desc {
      font-size: 0.95rem;
    }
  
    .mapto-block.reverse .mapto-text,
    .mapto-block.reverse .mapto-img {
      order: initial;
    }
  }
/* --- Vùng tổng --- */
.gd-26 .mapto-desc {
    /* background-color: #000; */
    color: #fff;
    /* padding: 30px 40px; */
    border-radius: 10px;
    font-size: 15px;
    line-height: 1.8;
    font-family: "Montserrat", "Segoe UI", sans-serif;
    font-weight: 400;
    /* max-width: 900px; */
    /* margin: 0 auto; */
  }
  
  /* --- Tiêu đề mở đầu --- */
  .gd-26 .mapto-desc > span {
    display: block;
    /* margin-bottom: 20px; */
    font-weight: 500;
    font-size: 20px;
    color: #f2f2f2;
  }
  
  /* --- Danh sách --- */
  .gd-26 .mapto-desc ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
  }
  
  .gd-26 .mapto-desc ul li {
    padding: 12px 0;
    border-bottom: 1px solid #555;
    color: #e0e0e0;
    font-size: 18px;
    line-height: 1.6;
    position: relative;
    padding-left: 18px;
  }
  
  /* --- Dấu chấm đầu dòng --- */
  .gd-26 .mapto-desc ul li::before {
    content: "•";
    position: absolute;
    left: 0;
    top: 8px;
    color: #9f9f9f;
    font-size: 20px;
  }
  
  /* --- Ẩn gạch cho dòng cuối --- */
  .gd-26 .mapto-desc ul:last-of-type li {
    border-bottom: none;
  }
  
  /* --- Hover nhẹ --- */
  .gd-26 .mapto-desc ul li:hover {
    color: #fff;
    border-color: #888;
  }
  
  /* ===== KHỐI NGOÀI CÙNG ===== */
.gd-27 {
    color: #fff;
    padding: 60px 0;
    text-align: center;
  }
  
  /* ===== TIÊU ĐỀ ===== */
  .gd-27 .gd27-title {
    font-size: 1.8rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 40px;
    letter-spacing: 1px;
  }
  
  /* ===== MÔ TẢ DƯỚI TIÊU ĐỀ ===== */
  .gd-27 .gd27-desc p {
    color: #ccc;
    max-width: 700px;
    margin: 0 auto 40px;
    line-height: 1.6;
  }
  
  /* ===== KHUNG CHỨA BOX ===== */
  .gd-27 .gd27-box-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px;
    max-width: 1000px;
    margin: 0 auto;
  }
  
  /* ===== MỖI BOX ===== */
  .gd-27 .gd27-box {
    flex: 1 1 calc(33.33% - 20px); /* 3 box trên 1 hàng */
    max-width: 300px;
    min-width: 250px;
    display: flex;
    justify-content: center;
  }
  
  .gd-27 .gd27-box-inner {
    background-color: #2c1d31;
    border-radius: 10px;
    padding: 20px;
    color: #fff;
    box-shadow: 0 4px 15px rgba(0,0,0,0.3);
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
  }
  
  .gd-27 .gd27-box-inner:hover {
    background-color: #3a2341;
    transform: translateY(-6px);
  }
  
  /* ===== TIÊU ĐỀ TRONG BOX ===== */
  .gd-27 .gd27-item-title {
    font-size: 0.95rem;
    font-weight: 600;
    margin-bottom: 12px;
    color: #fff;
    text-transform: capitalize;
    line-height: 1.4;
  }
  
  /* ===== MÔ TẢ ===== */
  .gd-27 .gd27-item-desc {
    font-size: 0.9rem;
    color: #ddd;
    margin-bottom: 25px;
    line-height: 1.5;
  }
  
  /* ===== NÚT ĐĂNG KÝ ===== */
  .gd-27 .gd27-btn {
    display: inline-block;
    background: #fff;
    color: #000;
    font-size: 0.85rem;
    padding: 6px 18px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
  }
  
  .gd-27 .gd27-btn:hover {
    background: #8604ff;
    color: #fff;
  }
  
  /* ===== RESPONSIVE ===== */
  @media (max-width: 992px) {
    .gd-27 .gd27-box {
      flex: 1 1 calc(50% - 20px); /* 2 box / hàng */
    }
  }
  
  @media (max-width: 576px) {
    .gd-27 .gd27-box {
      flex: 1 1 100%; /* 1 box / hàng */
    }
  }
  
.section-title {
    font-weight: 700;
    font-size: 1.8rem;
  }
  
  .book-card {
    background-color: #111;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0,0,0,0.4);
    transition: transform 0.3s ease;
    height: 100%;
    display: flex;
      flex-direction: column;
      justify-content: space-between;
  }
  
  .book-card:hover {
    transform: translateY(-5px);
  }
  
  .book-image {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-bottom: 1px solid #222;
  }
  
  .book-info {
    padding: 15px;
  }
  
  .book-title {
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    font-size: 1rem;
    /* margin-bottom: 10px; */
  }
  
  .book-details {
    list-style: none;
    padding: 0;
    margin: 0 0 10px 0;
    color: #bbb;
    font-size: 0.9rem;
  }
  
  .book-details li {
    margin-bottom: 4px;
  }
  
  .book-details i {
    color: #999;
    margin-right: 6px;
  }
  
  .book-price {
    border-top: 1px solid #222;
    /* margin-top: 10px;
    padding-top: 10px; */
  }
  
  .price {
    color: #4ecdc4;
    font-weight: 700;
    font-size: 1rem;
    display: block;
  }
  
  .price-note {
    font-size: 0.8rem;
    color: #aaa;
  }
  
  .book-rating {
    margin-top: 10px;
    font-size: 0.9rem;
  }
  
  .stars {
    color: #f7b500;
  }
  
  .reviews {
    color: #999;
    margin-left: 8px;
  }
  .btn-add-cart {
    background-color: #6200EA; /* Cam nổi bật */
    color: #fff;
    border: none;
    border-radius: 30px;
    padding: 8px 16px;
    font-weight: 600;
    font-size: 15px;
    transition: all 0.3s ease;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  }
  
  .btn-add-cart:hover {
    background-color: #6200EA; /* Đậm hơn khi hover */
    transform: translateY(-2px);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
  }
  
  .book-price .price {
    font-size: 18px;
    font-weight: 700;
    color: #7BBCB0;
    
  }
  .css-57 ul li{
      color: white !important;
  }
  .css-57 ul span{
      color: white !important;
  }
  .css-57 ul{
      padding-left: 20px;
  }
  .contact-section {
    font-family: "Segoe UI", Roboto, sans-serif;
    background: linear-gradient(to bottom right, #fff, #f8fbff);
    padding: 20px 20px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    max-width: 100%;
    line-height: 1.8;
  }
  
  .contact-section ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  
  .contact-section li {
    margin-bottom: 10px;
    color: #444;
    font-size: 15px;
    display: flex;
    align-items: center;
  }
  
  .contact-section i {
    color: #ff6600;
    margin-right: 10px;
    font-size: 16px;
    min-width: 20px;
    text-align: center;
  }
  
  .contact-section span {
    color: #333;
    font-weight: 500;
  }
  
  .contact-section li:last-child {
    margin-bottom: 0;
  }
  .gradient-btn {
    background: linear-gradient(90deg, #a200ff, #ff7e00);
    color: #fff;
    border: none;
    padding: 12px 40px;
    font-size: 15px;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
    max-width: 300px;
    display: block;
    text-align: center;
    margin: 10px auto;
  }
  
  .gradient-btn:hover {
    transform: scale(1.03);
    box-shadow: 0 4px 15px rgba(255, 126, 0, 0.4);
  }
  
  .gradient-btn:active {
    transform: scale(0.98);
  }
  .text-qt{
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 20px;
    font-weight: 500;
    text-align: justify;
    color: white;
  }
  @keyframes xseo-border-flow {
    0% {
      background-position: 0% 50%;
    }
    100% {
      background-position: 100% 50%;
    }
  }
  .card {
  border-radius: 12px;
  position: relative;
  margin-bottom: 20px;
  color: white;
  background: #0b0b1a00;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  z-index: 1;
}

.card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 12px;
  padding: 2px; /* độ dày viền */
  background: linear-gradient(45deg, #7B2FF7, #F107A3, #09FBD3);
  -webkit-mask: 
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: -1;
}


/* 
  .card::before {
      content: '';
      position: absolute;
      top: -1.5px; bottom: -1.5px; left: -1.5px; right: -1.5px;
      z-index: -1;
      background: linear-gradient(270deg, #ff1a1a, #0052a3, #00aaff, #ff1a1a);
      background-size: 600% 600%;
      border-radius: 14px;
      animation: xseo-border-flow 6s linear infinite;
  } */

  .testimonial-avatar {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      object-fit: cover;
  }

  .stat-card {
      background: linear-gradient(135deg, #0052a3, #00aaff);
      color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      font-weight: bold;
      font-size: 2rem;
      border-radius: 12px;
      height: 100%;
      box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.2);
  }

  .stat-card.blue {
      background: linear-gradient(135deg, #d2f1ff, #a1e4ff);
      color: #003366;
  }