
/* Header */
/* Header mn */
.mobile_nav-icon {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

.mobile_nav-icon .icon {
    width: 25px;
    position: relative;
    text-align: right;
    display: flex;
    justify-content: end;
    flex-flow: column;
    align-items: end;
    gap: 5px;
}

.mobile_nav-icon .icon span {
    position: relative;
    transition: all 0.3s ease-in-out;
    transition-delay: 40ms;
    width: 16px;
    height: 2px;
    background: var(--primary-color);
    display: inline-block;
}

.mobile_nav-icon .icon:before,
.mobile_nav-icon .icon:after {
    content: "";
    height: 2px;
    transition: all 0.3s ease-in-out;
    transition-delay: 40ms;
    background: var(--primary-color);
    display: inline-block;
}

.mobile_nav-icon .icon:before {
    width: 20px;
}

.mobile_nav-icon .icon:after {
    width: 23px;
}

.mobile_nav-icon.rotate-mb .icon *,
.mobile_nav-icon.rotate-mb .icon:after,
.mobile_nav-icon.rotate-mb .icon:before {
    background-color: var(--fs-color-secondary);
    width: 25px;
}
div#menu_bar form .search-field {
    border-radius: 4px;
    border: 1px solid var(--primary-color);
}
div#menu_bar form {
    margin-bottom: 15px;
}

div#menu_bar form.searchform button.ux-search-submit {
    width: 20px;
    height: 20px;
    min-height: 20px;
    min-width: 20px;
    font-size: 14px !important;
    padding: 0 !important;
    background: none;
    border: none;
    color: #000;
    line-height: 1;
    top: 0px;
}

div#menu_bar form.searchform .flex-col:last-child {
    width: 20px;
    height: 20px;
    left: auto;
    right: 5px;
    position: absolute;
}
div#menu_bar {
    position: absolute;
    top: 0;
    background: var(--primary-color);
    z-index: 99999;
    -webkit-box-shadow: 0 1px 8px #555555;
    -moz-box-shadow: 0 1px 8px #555555;
    -o-box-shadow: 0 1px 8px #555555;
    box-shadow: 0 1px 8px #555555;
    top: 0;
    left: 0;
    width: 280px;
    height: 100vh;
    transform: translateX(-350px);
    transition: .5s;
    padding: 0 15px;
}

div#menu_bar.scroll-menu {
    transform: translateX(0);
    transition: .5s;
}

div#menu_bar .bar_close {
    text-align: center;
    padding: 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

div#menu_bar .bar_close i.fa.fa-times {
    font-size: 16px;
    margin-right: 5px;
}

div#menu_bar ul#header_menu>li {
    border: none;
    position: relative;
    margin: 0
}

div#menu_bar ul#header_menu>li:not(:last-child) {
    border-bottom: 1px solid #ffffff;
}

div#menu_bar ul#header_menu>li>a {
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    padding: 7px 10px;
    text-transform: uppercase;
}

div#menu_bar ul#header_menu>li button.toggle {
    position: absolute;
    right: 0;
    margin: 0;
    opacity: 1;
    color: #fff;
    top: 3px
}

div#menu_bar ul.sub-menu {
    border: none;
    padding: 0;
    margin: 0
}

div#menu_bar ul.sub-menu li a {
    color: #fff;
    font-size: 14px;
    height: 34px;
    display: flex;
    align-items: center;
    position: relative
}

div#menu_bar ul.sub-menu li a::before {
    content: "\f0da";
    font-family: 'Font Awesome 6 Pro';
    font-weight: 900;
    margin-right: 5px;
    font-size: 14px;
    color: #fff;
}

div#menu_bar ul.sub-menu li {
    list-style: none;
    margin: 0;
    position: relative;
}

div#menu_bar ul#header_menu button.toggle:after {
    content: "\f067";
    font-family: 'Font Awesome 6 Pro';
    font-weight: 900;
    margin-right: 5px;
    font-size: 12px;
    color: #fff;
    top: 50%;
    position: absolute;
    left: 50%;
    margin: 0;
    width: 13px;
    height: 13px;
    transform: translate(-50%, -50%)
}

div#menu_bar i.icon-angle-down {
    display: none
}

div#menu_bar ul#header_menu button.toggle {
    width: 30px;
    min-height: 30px;
    height: 30px;
    -webkit-transition: transform .3s ease-out;
    -moz-transition: transform .3s ease-out;
    transition: transform .3s ease-out;
    right: 5px
}

div#menu_bar ul#header_menu .active>.toggle {
    transform: rotate(-180deg);
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg)
}

div#menu_bar ul#header_menu ul.sub-menu {
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    max-height: 0;
    -webkit-transition: max-height .3s, -webkit-transform .3s;
    transition: max-height .3s, -webkit-transform .3s;
    -o-transition: max-height .3s, transform .3s;
    transition: max-height .3s, transform .3s;
    transition: max-height .3s, transform .3s, -webkit-transform .3s;
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    overflow-y: hidden;
    display: block!important;
    padding-left: 15px!important
}

div#menu_bar ul#header_menu li.active>ul.sub-menu {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    max-height: 100vh
}

html.js.active body {
    overflow: hidden;
}
/* Footer */
.copyright-footer {
    color: #fff;
    font-size: 14px;
}
.absolute-footer {
    padding: 10px 0 !important;
}
.footer-custom {
    background: linear-gradient(141deg, #0e74c5, #0569b9);
}
.footer_title p {
    margin-bottom: 35px;
    position: relative;
    padding-bottom: 8px;
    border-bottom: 1px solid #4e5e6a;
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
}

.footer_title p:after {
    bottom: -1px;
    left: 0;
    width: 55px;
    height: 1px;
    background-color: #ffffff;
    content: '';
    position: absolute;
}

.text-footer p {
    margin: 0;
    font-size: 15px;
}
.ss_footer .social-icons.follow-icons a {
    background: #fff;
    height: 30px;
    min-width: 30px;
    display: inline-flex;
    color: var(--primary-color);
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.ss_footer .ux-menu {
    gap: 12px;
}

.ss_footer .ux-menu a.ux-menu-link__link {
    padding: 0;
    line-height: 20px;
    min-height: 20px;
    font-size: 15px;
}

.ss_footer .ux-menu a.ux-menu-link__link i {
    color: #f5c801;
}
.form-contact form .wpcf7-form-control {
    border: 1px solid #0d74c5;
    width: 100%;
    border-radius: 20px;
    color: white;
    font-weight: normal;
    text-transform: none;
    box-shadow: 0px 0px;
}

span.wpcf7-spinner {
    display: none;
}
.list_post .box .box-text {
    padding: 10px 0 10px;
}

.list_post .box .box-text .post-title {
    font-size: 16px;
    font-weight: bold;
}

.text-split {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
}
.list_post .box .box-text .box_date {
    margin: 5px 0;
    color: #8f8f8f;
}
a.button_custome_link {
    font-weight: bold;
    color: var(--primary-color);
}
.post-sidebar aside span.widget-title {
    position: relative;
    padding-left: 45px;
    font-size: 18px;
    margin-bottom: 15px;
    text-transform: capitalize;
    font-weight: 500;
    display: flex;
}

.widget .is-divider {
    display: none;
}

.post-sidebar aside span.widget-title:after,.post-sidebar aside span.widget-title:before {
    position: absolute;
    content: "";
    background-color: var(--fs-color-secondary);
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
}

.post-sidebar aside span.widget-title:after {
    width: 4px;
    height: 4px;
    left: 22px;
    border-radius: 100%;
}

.post-sidebar aside span.widget-title:before {
    width: 18px;
    height: 4px;
    border-radius: 25px;
}
.widget_categories li a {
    font-weight: 500 !important;
}

.widget_categories li a:before {
    content: "\f105";
    font-family: 'Font Awesome 6 pro';
    margin-right: 5px;
    font-size: 14px;
}
.widget_categories li a:hover{
    color: var(--fs-color-secondary);
}
.page_archive {
    padding-top: 30px;
}
.item-populars {
    display: flex;
    flex-flow: column;
    gap: 16px;
}

.item-populars .item-popular {
    display: flex;
    gap: 10px;
}
.item-populars .item-popular .thumbnail {
    width: 100px;
    min-width: 100px;
}

.item-populars .item-popular  a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    font-size: 14px;
    line-height: 1.4;
    font-weight: bold;
}

.item-populars .item-popular .thumbnail img {
    aspect-ratio: 16/10;
    border-radius: 4px;
    object-fit: cover;
}

.item-populars .item-popular span.post-date {
    font-size: 14px;
    color: #ccc;
}
/* Home */
.section-title b {
    background-color: transparent !important;
}

.section-title-center span:after {
    content: "";
    display: table;
    clear: both;
    background: url(/wp-content/uploads/2025/10/styled-line.png);
    width: 100%;
    height: 25px;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: bottom;
    padding-top: 0
}
.container.section-title-container {
    margin: 0;
}
.backgroud-custom {
    position: relative;
    overflow: hidden;
    background: linear-gradient(to right, #1b88de 0%, #0d74c5 100%);
}
a.button.white.is-outline {
    color: #fff !important;
}
a.button.white.is-outline:hover {
    color: #03A9F4 !important;
}
.backgroud-custom #particles-js {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.custommer>.bg {
    background-origin: content-box;
    background-size: cover;
    background-attachment: fixed;
    background-position: top left;
    background-repeat: no-repeat;
}
.col-custommer .icon-box-img {
    border: 3px solid rgba(255,255,255,1);
}
/* .col-custommer:hover .icon-box-img {
    transform: scale(1.1);transition: 0.5s;
} */
.col-custommer .icon-box-img {
    transition: 0.5s;
}
.star-rating span:before {
    color: #f5c801 !important;
}
.col-custommer p {
    margin-bottom:  0 !important;
}
.title-why {
    font-size: 16px;
    color: #0e74c5;
}
ul li.bullet-checkmark {
    font-size: 15px;
    padding: 1px 1px 1px 25px;
}
ul li.bullet-checkmark:before {
    color: #F5C800 !important;
}

ul li.bullet-checkmark:before, ul li.bullet-arrow:before, ul li.bullet-star:before {
    font-family: 'fl-icons';
    left: 0;
    position: absolute;
    font-size: 16px;
    color: #f5c801;
}
ul li.bullet-checkmark {
    border: none !important;
}
ul li.bullet-checkmark {
    font-size: 15px !important;
    padding: 1px 1px 1px 25px !important;
}
.list-link li {
    display: inline-block;
    margin-bottom: 5px;
}

.list-link li {
    margin-left: 0 !important;
}
.list-link li a {
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    background-color: #0d74c5;
    color: #fff;
    border-radius: 3px;
    margin-right: 1px;
}
.overview-home {
    background: linear-gradient(180deg, #0d74c5 25.71%, rgba(255, 255, 255, 0) 95.92%);
    background-position: center top;
    background-repeat: no-repeat;
}
.iconbox-home {
    background-color: #fff;
    border-radius: 20px;
    padding: 10px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15), 0 6px 20px rgba(0, 0, 0, 0.1);
}
.is-divider {
    background-color: #0e74c5 !important;
}
.product-small.box {
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 1px 3px -2px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
}

.product-small.box .box-image {
    padding: 10px;
}

.product-small.box  a.woocommerce-LoopProduct-link {
    font-size: 20px;
    margin-bottom: 5px;
}

.product-small.box  a.product__link {
    background: #0f73c5;
    height: 34px;
    display: inline-flex;
    align-items: center;
    padding: 0 15px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 3px;
    margin-top: 10px;
}
#shop-sidebar aside {
    background: #fff;
    border-radius: 1rem;
    padding: 10px;
    box-shadow: rgb(60 64 67 / 10%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 2px 6px 2px;
}
#shop-sidebar .widget .is-divider {
    display: block !important;
}
/* Gt */
.icon-box-tien-ich-1 {
    border-bottom: 4px solid #0e74c5;
    position: relative;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px #0000004d;
    background: #FFF;
    color: #525151;
}

/* Pc      --------------------------------------------- */
@media(min-width: 766px){

}
@media (width: 1024px){

}
@media (max-width: 1024px){

}
@media (min-width: 990px) and (max-width: 1100px){

}
/*************** ------------------------PC và Tablet  --------------------------  ***************/
@media (min-width: 740px){

}
/*************** ------------------------Tablet  --------------------------  ***************/
@media (min-width: 740px) and (max-width: 1023px){

}
@media (max-width:990px){

}
/*************** ------------------------Mobile và Tablet --------------------------  ***************/
@media (max-width: 1023px){

}

 /*************** ------------------------ Mobile   --------------------------  ***************/
@media screen and (max-width: 549px){
    .progress-wrap {
        bottom: 80px;
        right: 15px;
    }
}