@import "/Plugin/css/support-right.css";

html, body {
    overflow-x: hidden;
  }
/* Magic text for text animation */
.magic-text {
    display: block;
    white-space: pre-wrap;
    word-break: break-word;
    line-height: 1.3;
}

.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: 45px;
}

.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: 9998;
    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: 120px;
}

.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: 10px 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: 14px;
    text-transform: capitalize;
    text-decoration: none;
    font-weight: 300;
    color: black;
    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;
}
.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(135deg, #00c6ff, #0072ff);
    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); }
  }