@charset "UTF-8";

@font-face {
    src: url("../fonts/roboto/Roboto-ExtraBold.ttf");
    font-family: "Roboto";
    font-weight: 900;
}

@font-face {
    src: url("../fonts/roboto/Roboto-Bold.ttf");
    font-family: "Roboto";
    font-weight: 700;
}

@font-face {
    src: url("../fonts/roboto/Roboto-SemiBold.ttf");
    font-family: "Roboto";
    font-weight: 600;
}

@font-face {
    src: url("../fonts/roboto/Roboto-Regular.ttf");
    font-family: "Roboto";
    font-weight: 300;
}

@font-face {
    src: url("../fonts/roboto/Roboto-Medium.ttf");
    font-family: "Roboto";
    font-weight: 100;
}

:root {
    --primary-font: "Roboto";
    --primary-color: #0778bb;
    --primary-color2: #FF4343;
    --primary-white: #fff;
    --primary-orange: #D3B32C;
    --primary-red: rgba(213, 51, 57, 1);;
    --primary-black: #000;
    --color-red: #F22C3F;
    --color-white: #fff;
    --color-green: green;
    --color-dark: #000;
    --color-gray: #333;
    --border-color: #FC3;
    --mm-width: 320px;
    --mm-bg: #fff;
    --mm-border: #e5e7eb;
    --mm-text: #1f2937;
    --mm-muted: #6b7280;
    --mm-active: var(--bs-primary, #0d6efd);
    --mm-hover-bg: #f3f4f6;
    --mm-sub-bg: #f9fafb;
    --mm-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

html {
    width: 100%;
    overflow-x: hidden !important;
    -webkit-overflow-scrolling: touch;
}

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-thumb {
    background-color: #aaa;
}

::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}

body {
    background: #fff;
    overflow-x: hidden;
}

.mb-2 {
    margin-bottom: 20px !important;
}

.mb-product {
    margin-bottom: 25px !important;
}

body {
    font-family: var(--primary-font);
    font-weight: 300;
}

h1, h2, h3, h4, h5, h6, b, strong {
    font-family: var(--primary-font);
    font-weight: 700;
}

a {
    text-decoration: none;
}

textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
    outline: 0 none !important;
    -webkit-box-shadow: inset 0 -1px 0 #ddd !important;
    box-shadow: inset 0 -1px 0 #ddd !important;
}

ul, li {
    margin-bottom: 0px !important;
}

.row-0 {
    margin: 0px !important;
}

.pd-0 {
    padding: 0px !important;
}

.row-5 {
    padding: 0px 10px !important;
}

.pd-5 {
    padding: 0px 5px 8px 5px !important;
}

.row-15 {
    margin: 0px 7.5px !important;
}

.pd-15 {
    padding: 0px 7.5px 15px 7.5px !important;
}

.button_style {
    border: 1px solid var(--primary-color);
    background: var(--primary-color);
    color: #fff;
    text-align: center;
    padding: 6px 20px;
    font-size: 15px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 9;
    border-radius: 4px;
    transition: 0.3s ease-in-out;
}

.button_for_outline {
    background: #fff;
    color: var(--primary-color)
}

.button_style:hover {
    transition: 0.3s ease-in-out;
    border-color: transparent;
    color: var(--primary-color);
    box-shadow: 0px 4px 19.2px 0px rgba(0, 0, 0, 0.09) !important;
    background: #fff !important;
}

.button_for_outline:hover {
    transition: 0.3s ease-in-out;
    background: var(--primary-color) !important;
    color: #fff !important;
}

/**back to top**/
.progress-wrap {
    position: fixed;
    display: block;
    cursor: pointer;
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.progress-wrap::after {
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
    text-align: center;
    position: absolute;
    cursor: pointer;
    font-family: 'Font Awesome 6 Pro';
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap svg path {
    fill: none;
}

.progress-wrap svg.progress-circle path {
    box-sizing: border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap {
    bottom: 30px;
    height: 46px;
    width: 46px;
    border-radius: 46px;
    background-color: #ffffff;
    box-shadow: inset 0 0 0 2px #cccccc;
}

.progress-wrap.btn-left-side {
    left: 30px;
}

.progress-wrap.btn-right-side {
    right: 10px;
}

.progress-wrap::after {
    width: 46px;
    height: 46px;
    color: #1f2029;
    font-size: 24px;
    content: '\f341';
    line-height: 46px;
}

.progress-wrap:hover::after {
    color: #1f2029;
}

.progress-wrap svg.progress-circle path {
    stroke: #1f2029;
    stroke-width: 2px;
}

.grid-list:not(:last-child) {
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 10px;
}

.grid-list .grid-category a {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    color: var(--primary-color);
}

.grid-list .grid-list-title {
    margin-top: 10px;
}

.grid-list .grid-list-title a {
    font-size: 16px;
    line-height: 24px;
    color: var(--color-dark);
    font-weight: 700;
}

.grid-list .grid-list-title a:hover {
    color: var(--primary-color)
}

/*header*/
header#header {
    padding: 10px 0;
}

div#logo img {
    height: 60px;
}

.header-right {
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: end;
}

.header-search {
    position: relative;
}

.search-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

.search-toggle {
    width: 42px;
    height: 42px;
    border: 0;
    background: transparent;
    cursor: pointer;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.search-form {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    transition: all .3s ease;
    display: flex;
    align-items: center;
}

.search-form input {
    width: 250px;
    height: 42px;
    border-radius: 30px;
    padding-right: 45px;
}

.search-form .btn-search {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    border: 0;
    background: transparent;
}

.search-wrapper:hover .search-form {
    width: 250px;
    opacity: 1;
    visibility: visible;
}

/*menu*/
div#wipe-nav {
    background: var(--primary-color);
    height: 50px;
    position: relative;
    z-index: 999;
}

div#wipe-nav ul li {
    list-style: none;
    position: relative;
    padding: 5px 0;
}

div#wipe-nav ul li a {
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    padding: 0 12px;
    display: block;
    color: #fff;
    line-height: 40px;
    border-radius: 8px;
}

div#wipe-nav ul li a:hover {
    background: var(--primary-color2) !important;
    color: #fff !important;
}

div#wipe-nav ul {
    padding: 0;
    display: flex;
    justify-content: space-between;
}

div#wipe-nav ul li > .sub-menu {
    width: 250px;
    display: none;
    background-color: #fff;
    border-radius: 5px;
    left: 0px;
    position: absolute;
    top: 50px;
    line-height: 40px;
    box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.1);
}

div#wipe-nav ul li > .sub-menu li {
    padding: 0 !important;
}

div#wipe-nav ul li > .sub-menu li a {
    padding: 8px 10px;
    color: #000;
    font-weight: 400;
    line-height: 24px !important;
    border-radius: 0 !important;
}

div#wipe-nav ul li > .sub-menu li a:hover {
    background: var(--primary-color) !important;
    color: #fff !important;
}

div#wipe-nav ul li:hover > .sub-menu {
    display: block;
}

div#wipe-nav span.menu-arrow {
    margin-left: 8px;
    display: none;
}

div#wipe-nav span.menu-arrow:before {
    content: '\f107';
    font-family: "Font Awesome 6 Pro";
    color: #fff;
}

.formFaq .home-title h3 {
    border: 0 !important;
    padding: 0 !important;
}

/*banner vip*/
.banner__vip img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-top {
    margin: 0 0 15px 0;
}

.banner__top {
    width: 100%;
    height: 100px;
    border: 1px solid #f1f1f1;

}

.banner__top img {
    width: 100%;
    height: 100%;
    object-fit: cover;

}

/**slide**/
.swiper-container {
    position: relative;
}

body .swiper-button-next, body .swiper-button-prev {
    height: 40px;
    transition: .5s ease-in-out;
    top: 38%;
    width: 40px;
    z-index: 9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    border: 1px solid var(--primary-color2);
    transform: translateY(-50%) !important;
    margin: 0;
}

body .swiper-button-next i, body .swiper-button-prev i {
    background: var(--primary-color2);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff !important;
}

body .swiper-button-prev.swiper-button-disabled,
body .swiper-button-next.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none;
}

body .swiper-button-next:after, body .swiper-button-prev:after {
    content: '' !important;
    font-size: 18px;
    color: #fff;
}

body .swiper-button-next {
    right: 10px;
}

body .swiper-button-prev {
    left: 10px;
}

body .swiper-button-next:after, body .swiper-button-prev:after {
    display: none !important;
}

body .swiper-button-next:hover, body .swiper-button-prev:hover {
    background: var(--primary-color2) !important;
    border-color: var(--primary-color2) !important;
}

.widget-video .swiper-button-next, .widget-video .swiper-button-prev {
    top: 50% !important;
}

/*section*/
.section {
    padding: 30px 0;
}

/*new*/
.home-title {
    margin: 0 0 20px 0;
}

.home-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.home-title h2, .home-title h3, .home-title h1 {
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    width: auto;
    display: inline-block;
    margin: 0;
    color: #000;
    border-left: 3px solid var(--primary-color);
    padding-left: 8px;
    text-transform: uppercase;
}

.home-title h2 a, .home-title h3 a, .home-title h1 a {
    color: #000;
    text-transform: uppercase;
}

.home-title h2 a:hover, .home-title h3 a:hover, .home-title h1 a:hover {
    color: var(--primary-color)
}

.new-flex {
    gap: 15px;
    display: grid;
    grid-template-columns: calc(65% - 7.5px) calc(35% - 7.5px);
    width: 100%;
}

#clock {
    font-size: 16px;
    display: inline-block;
    font-weight: 700;
}

.post-overlay {
    width: 100%;
    height: 445px;
    overflow: hidden;
    position: relative;
}

.post-overlay .post-thumbnail {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    transition: 0.3s ease-in-out;
    border: 1px solid #f1f1f1;

}

.post-overlay .post-thumbnail img {
    width: 100%;
    height: 100%;
    transition: 0.3s ease-in-out;
    object-fit: cover;
}

.post-overlay .post-content {
    position: absolute;
    padding: 20px;
    bottom: 0;
    left: 0;
    z-index: 99;
    width: 100%;
}

.post-overlay .post-content .post-title a {
    font-size: 28px;
    line-height: 38px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #fff;
    font-weight: 700;
}

.post-overlay:after {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0));
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    z-index: 1;
}

.post-overlay .post-meta {
    font-size: 13px;
    font-weight: 400;
    color: rgba(255, 255, 255, .6);
    margin: 8px 0;
}

/**post large**/
.post-large {
    width: 100%;
    background: #fff;
    transition: 0.3s ease-in-out;
}

.post-large .post-thumbnail {
    width: 100%;
    aspect-ratio: 4/3;
    overflow: hidden;
    position: relative;
    transition: 0.3s ease-in-out;
    border: 1px solid #f1f1f1;

}

.post-large .post-thumbnail img {
    width: 100%;
    height: 100%;
    transition: 0.3s ease-in-out;
    object-fit: cover;
}

.post-large:hover .post-thumbnail img {
    transition: 0.3s ease-in-out;
    transform: scale(1.1);
}

.post-large .post-content {
    padding: 15px 0 0 0;
}

.post-large .post-content .post-title a {
    font-size: 20px;
    line-height: 28px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: var(--color-dark);

    font-weight: 700;
}

.post-large .post-content .post-title a:hover {
    color: var(--primary-color);
}

.post-large .post-content .post-description {
    font-size: 14px;
    font-weight: 400;
    color: rgba(0, 0, 0, .6);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin: 10px 0 0 0;
}

/**post list**/
.post-list {
    width: 100%;
    background: #fff;
    display: flex;
    flex-flow: wrap;
    transition: 0.3s ease-in-out;
}

.post-list .post-thumbnail {
    width: 150px;
    height: 120px;
    overflow: hidden;
    position: relative;
    transition: 0.3s ease-in-out;
    border: 1px solid #f1f1f1;

}

.post-list .post-thumbnail img {
    width: 100%;
    height: 100%;
    transition: 0.3s ease-in-out;
    object-fit: cover;
}

.post-list:hover .post-thumbnail img {
    transition: 0.3s ease-in-out;
    transform: scale(1.1);
}

.post-list .post-content {
    padding: 0 0 0 15px;
    width: calc(100% - 150px);
}

.post-list .post-content .post-title a {
    font-size: 16px;
    line-height: 24px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: var(--color-dark);

    font-weight: 700;
}

.post-list .post-content .post-title a:hover {
    color: var(--primary-color);
}

.post-list .post-content .post-description {
    font-size: 13px;
    font-weight: 400;
    color: rgba(0, 0, 0, .6);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.post-list .post-meta {
    font-size: 13px;
    font-weight: 400;
    color: rgba(0, 0, 0, .6);
    margin: 8px 0;
}

.post-grid .post-meta, .post-large .post-meta {
    font-size: 13px;
    font-weight: 400;
    color: rgba(0, 0, 0, .6);
    margin: 0 0 8px 0;
}

.post-small .post-meta {
    font-size: 13px;
    font-weight: 400;
    color: rgba(0, 0, 0, .6);
    margin: 8px 0 0 0;
}

.new-list {
    display: flex;
    flex-flow: column;
    gap: 15px;
}

.new-large {
    position: relative;
}

.new-large .news_header {
    position: absolute;
    top: 10px;
    left: 10px;
    background: var(--primary-color);
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    padding: 8px 20px;
}

/*footer*/
footer#footer {
    padding: 40px 0 0px 0;
    background: rgb(242, 242, 242);
}

.copyright {
    background: var(--primary-color);
    text-align: center;
    font-size: 14px;
    padding: 10px 0;
    color: #fff;
    margin-top: 30px;
}

footer#footer .footer-title {
    font-size: 18px;
    margin: 0 0 20px 0;
    color: var(--color-dark);

    font-weight: 700;
}

footer#footer .footer-logo {
    margin-bottom: 20px;
}

footer#footer .footer-logo img {;
    object-fit: contain;
    width: 30%;
}

footer#footer .footer-address p img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

footer#footer .footer-address p {
    font-size: 15px;
    display: flex;
    align-items: start;
    gap: 8px;
    margin: 0 0 8px 0;
}

footer#footer .footer-address span {
    width: calc(100% - 33px);
}

footer#footer .footer-address i {
    width: 25px;
    height: 25px;
    background: var(--primary-color);
    color: #fff;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    line-height: 25px;
}

.footer-logo.logo-2 img {
    width: 12% !important;
}

.footer-copyright {
    padding: 10px 0;
    background: var(--primary-color);
    color: #fff;
    text-align: center;
    font-size: 15px;
}

.footer-top {
    margin: 0 0 20px 0;
}

.footer-top .footer-title {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 10px 0;
    line-height: 24px;
}

.ux-menu.footer-menu a {
    color: #000;
    font-size: 14px;
    margin: 0 0 8px 0;
    display: block;
}

.ux-menu.footer-menu a:hover {
    color: var(--primary-color)
}

/*post*/
.post-featured {
    margin: 30px 0;
    background: rgb(242, 242, 242);

    padding: 15px;
}

.post-large {
    width: 100%;
    background: #fff;
    transition: 0.3s ease-in-out;
}

.post-grid .post-thumbnail {
    width: 100%;
    aspect-ratio: 4/3;
    overflow: hidden;
    position: relative;
    transition: 0.3s ease-in-out;
    border: 1px solid #f1f1f1;

}

.post-grid .post-thumbnail img {
    width: 100%;
    height: 100%;
    transition: 0.3s ease-in-out;
    object-fit: cover;
}

.post-grid:hover .post-thumbnail img {
    transition: 0.3s ease-in-out;
    transform: scale(1.1);
}

.post-grid .post-content {
    padding: 15px 0 0 0;
}

.post-grid .post-content .post-title a {
    font-size: 15px;
    line-height: 20px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: var(--color-dark);

    font-weight: 700;
}

.post-grid .post-content .post-title a:hover {
    color: var(--primary-color);
}

/*widget*/
.widget {
    padding: 0 0 30px 0;
}

.list-large .post-thumbnail {
    width: 250px;
    height: 150px;
}

.list-large .post-content {
    width: calc(100% - 250px);
}

.list-large .post-content .post-title a {
    font-size: 20px;
    line-height: 28px;
}

.list-large .post-content .post-description {
    font-size: 15px;
}

.post-slide .post-grid .post-thumbnail {
    aspect-ratio: 4/3;
}

.post-slide .post-grid .post-title a {
    font-size: 16px;
    line-height: 24px;
}

.post-grid .post-description {
    font-weight: 400;
    color: rgba(0, 0, 0, .6);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin: 10px 0 0 0;
    font-size: 14px;
}

.hero_grid {
    gap: 15px;
    display: grid;
    grid-template-columns: calc(50% - 7.5px) calc(50% - 7.5px);
    width: 100%;
}

.new-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.new-grid .post-grid .post-thumbnail {
    aspect-ratio: 4/3;
}

.rounded-6 {

}

section.main-body {
    width: 100%;
    display: inline-block;
    margin: 40px 0;
}

img.img-placeholder {
    object-fit: contain !important;
}

/*post small*/
.post-small {
    display: flex;
    flex-flow: wrap;
}

.post-small .post-thumbnail {
    width: 80px;
    height: 60px;
    overflow: hidden;
    position: relative;
    transition: 0.3s ease-in-out;
    border: 1px solid #f1f1f1;

}

.post-small .post-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s ease-in-out;
}

.post-small:hover .post-thumbnail img {
    transition: 0.3s ease-in-out;
    transform: scale(1.1);
}

.post-small .post-content {
    width: calc(100% - 80px);
    padding-left: 15px;
}

.post-small .post-content .post-title a {
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: var(--color-dark);

    font-weight: 700;
}

.post-small .post-content .post-title a:hover {
    color: var(--primary-color)
}

.entry-company {
    margin: 0 0 30px 0;
    padding: 10px;
}

.entry-company .banner {
    width: 100%;
}

.entry-company .entry-company-flex {
    display: flex;
    align-items: center;
    flex-flow: wrap;
}

.entry-company .entry-company-logo {
    width: 120px;
}

.entry-company .entry-company-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.entry-company .entry-company-info {
    width: calc(100% - 120px);
    padding-left: 15px;
}

.entry-company .entry-company-info h4 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
}

.entry-company .entry-company-info p {
    margin: 0 0 5px 0;
    font-size: 15px;
}

/*banner*/
.banner_gallery img {
    width: 100% !important;
    height: auto !important;
}

/*single*/
header#header-single {
    margin-bottom: 20px;
}

header#header-single h1 {

    font-weight: 700;
    margin: 0 0 5px 0;
    font-size: 30px;
    line-height: 40px;
}

header#header-single .post-meta {
    color: rgba(33, 37, 41, 0.75);
    font-size: 14px;
}

.aligncenter {
    margin: auto;
    display: block;
}

.entry-single {
    text-align: justify;
}

.entry-single img {
    margin: 0 auto;
    display: block;
    max-width: 100%;
    height: auto;
}

.single-post-gallery img {
    margin: 0 auto;
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
}

/*breadcrumbs*/
section.breadcrumbs {
    background: #f1f1f1;
    padding: 10px 0;
}

section.breadcrumbs ol {
    margin: 0;
    font-size: 15px;
}

section.breadcrumbs ol li a {
    color: var(--primary-color);
}

.main-single {
    margin: 40px 0;
}

.pd-25 {
    padding-bottom: 25px;
}

/**paginate**/
.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.pagination li {
    margin: 0 2px !important;
    text-align: center;
}

.pagination li a, .pagination li span {
    width: 35px;
    height: 35px;
    display: inline-block;
    border: 1px solid #B1B1B1;
    border-radius: 3px;
    text-align: center;
    line-height: 35px;
    color: #111 !important;
}

.pagination li.active a, .pagination li.active span {
    background: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
    color: #fff !important;
}

/*menu mobile*/
/* Overlay */
.mobile-menu-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1040;
    opacity: 0;
    transition: opacity var(--mm-transition);
    backdrop-filter: blur(2px);
}

.mobile-menu-overlay.active {
    display: block;
    opacity: 1;
}

/* Drawer */
.mobile-menu-drawer {
    position: fixed;
    top: 0;
    right: -100%;
    width: var(--mm-width);
    max-width: 85vw;
    height: 100dvh;
    background: var(--mm-bg);
    z-index: 1050;
    display: flex;
    flex-direction: column;
    transform: translateX(100%);
    transition: transform var(--mm-transition);
    box-shadow: 4px 0 24px rgba(0, 0, 0, 0.15);
    overflow: hidden;
}

.mobile-menu-drawer.active {
    transform: translateX(0);
    right: 0;
}

/* Header */
.mobile-menu-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 16px;
    border-bottom: 1px solid var(--mm-border);
    flex-shrink: 0;
}

.mobile-menu-logo img {
    max-height: 36px;
    width: auto;
    object-fit: contain;
}

.mobile-menu-close {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border: 1px solid var(--mm-border);
    border-radius: 8px;
    background: transparent;
    color: var(--mm-muted);
    font-size: 16px;
    cursor: pointer;
    transition: all 0.2s;
    flex-shrink: 0;
}

.mobile-menu-close:hover {
    background: #fee2e2;
    border-color: #fca5a5;
    color: #ef4444;
}

/* Nav wrapper */
.mobile-menu-nav {
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

.mobile-menu-nav::-webkit-scrollbar {
    width: 3px;
}

.mobile-menu-nav::-webkit-scrollbar-thumb {
    background: var(--mm-border);
    border-radius: 2px;
}

/* Reset ul */
.mobile-menu-nav ul.menu,
.mobile-menu-nav ul.sub-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* ── Level 1 items ── */
.mobile-menu-nav ul.menu > li.menu-item {
    border-bottom: 1px solid var(--mm-border);
    position: relative;
}

.mobile-menu-nav ul.menu > li.menu-item:last-child {
    border-bottom: none;
}

/* ── All links ── */
.mobile-menu-nav .menu-item a {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: var(--mm-text);
    font-size: 14px;
    font-weight: 500;
    padding: 13px 16px;
    transition: color 0.2s, background 0.2s;
    line-height: 1.4;
}

.mobile-menu-nav .menu-item a:hover {
    color: var(--mm-active);
    background: var(--mm-hover-bg);
}

.mobile-menu-nav .menu-item a.active,
.mobile-menu-nav .menu-item.current > a {
    color: var(--mm-active);
    font-weight: 600;
}

/* ── Wrapper cho link + arrow ── */
.mobile-menu-nav li.has-children {
    display: block;
}

.mobile-menu-nav li.has-children > a {
    padding-right: 48px; /* chừa chỗ cho arrow button */
}

/* ── Arrow toggle button ── */
.mobile-menu-nav .menu-arrow {
    display: none; /* ẩn span arrow gốc */
}

.mobile-menu-nav li.has-children > a::after {
    display: none;
}

/* Arrow button inject bởi JS */
.mm-toggle {
    position: absolute;
    right: 0;
    top: 0;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: transparent;
    color: var(--mm-muted);
    font-size: 12px;
    cursor: pointer;
    border-left: 1px solid var(--mm-border);
    transition: color 0.2s, transform 0.3s, background 0.2s;
    z-index: 1;
}

.mm-toggle:hover {
    color: var(--mm-active);
    background: var(--mm-hover-bg);
}

.mm-toggle.open {
    color: var(--mm-active);
    transform: rotate(180deg);
}

/* ── Sub menu ── */
.mobile-menu-nav ul.sub-menu {
    display: none;
    background: var(--mm-sub-bg);
    border-top: 1px solid var(--mm-border);
}

.mobile-menu-nav ul.sub-menu.open {
    display: block;
}

/* Level 2 */
.mobile-menu-nav ul.sub-menu > li.menu-item {
    border-bottom: 1px solid #eceef0;
    position: relative;
}

.mobile-menu-nav ul.sub-menu > li.menu-item:last-child {
    border-bottom: none;
}

.mobile-menu-nav ul.sub-menu > li > a {
    padding-left: 32px;
    font-size: 13.5px;
    font-weight: 400;
    color: #374151;
}

/* Level 3 */
.mobile-menu-nav ul.sub-menu ul.sub-menu {
    background: #f1f3f5;
}

.mobile-menu-nav ul.sub-menu ul.sub-menu > li > a {
    padding-left: 48px;
    font-size: 13px;
}

/* Level 4+ */
.mobile-menu-nav ul.sub-menu ul.sub-menu ul.sub-menu > li > a {
    padding-left: 64px;
    font-size: 12.5px;
}

/* Footer */
.mobile-menu-footer {
    padding: 14px 16px;
    border-top: 1px solid var(--mm-border);
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex-shrink: 0;
    background: var(--mm-sub-bg);
}

.mobile-contact-item {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--mm-muted);
    text-decoration: none;
    font-size: 13px;
    transition: color 0.2s;
}

.mobile-contact-item i {
    width: 16px;
    text-align: center;
    color: var(--mm-active);
}

.mobile-contact-item:hover {
    color: var(--mm-active);
}

.mobile-menu-nav ul li {
    width: 100%;
}

.text-right {
    text-align: right;
}

.menuBar {
    border: 0 !important;
    width: 40px;
    height: 40px;
}

/* Body lock */
body.mobile-menu-open {
    overflow: hidden;
}

.gt-widget-selected {
    height: 40px;
    border-radius: 0 !important;
    border: 1px solid #f0f0f0 !important;
    padding: 5px !important;
}

.gt-widget.open .gt-widget-dropdown {
    border-radius: 0 !important;
}

/*table price*/
table.shrimp_price {
    width: 100%;
    border-collapse: collapse;
}

table.shrimp_price thead th {
    padding: 8px 4px;
    font-size: 11px;
    font-weight: 600;
    color: #0778bb;
    text-align: left;
    background: #eaf4fb;
    border-bottom: 2px solid #cde4f3;
    text-transform: uppercase;
    line-height: 11px;
}

table.shrimp_price thead th:nth-child(2),
table.shrimp_price thead th:nth-child(3) {
    text-align: right;
}

table.shrimp_price tbody tr {
    border-bottom: 1px solid #eaf4fb;
    transition: background 0.12s;
}

table.shrimp_price tbody tr:last-child {
    border-bottom: none;
}

table.shrimp_price tbody tr:nth-child(even) {
    background: #f6fbff;
}

table.shrimp_price tbody tr:hover {
    background: #daeef9;
}

table.shrimp_price td {
    padding: 8px 4px;
    vertical-align: middle;
    font-size: 14px;
}

table.shrimp_price td:nth-child(2), td:nth-child(3) {
    text-align: right;
}

table.shrimp_price .size-cell {
    font-weight: 500;
    color: #0d1117;
}

table.shrimp_price .region-cell {
    font-size: 11px;
    color: #6b8fa8;
    margin-top: 2px;
}

table.shrimp_price .price {
    font-weight: 700;
    font-size: 14px;
    color: #0778bb;
    font-variant-numeric: tabular-nums;
}

table.shrimp_price .price.flash-up {
    animation: gUp 0.7s ease;
}

table.shrimp_price .price.flash-down {
    animation: gDown 0.7s ease;
}

@keyframes gUp {
    0% {
        color: #16a34a
    }
    100% {
        color: #0778bb
    }
}

@keyframes gDown {
    0% {
        color: #dc2626
    }
    100% {
        color: #0778bb
    }
}

table.shrimp_price .badge {
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
    padding: 2px 8px;
    border-radius: 20px;
    font-variant-numeric: tabular-nums;
}

table.shrimp_price .badge.up {
    background: #dcfce7;
    color: #15803d;
}

table.shrimp_price .badge.down {
    background: #fee2e2;
    color: #dc2626;
}

table.shrimp_price .badge.flat {
    background: #e8f4fc;
    color: #6b8fa8;
}

/* Loading / Error */
table.shrimp_price .state-row td {
    text-align: center;
    padding: 22px;
    color: #6b8fa8;
    font-size: 13px;
}

table.shrimp_price .spinner {
    display: inline-block;
    width: 14px;
    height: 14px;
    border: 2px solid #cde4f3;
    border-top-color: #0778bb;
    border-radius: 50%;
    animation: spin 0.7s linear infinite;
    vertical-align: -3px;
    margin-right: 6px;
}

@keyframes spin {
    to {
        transform: rotate(360deg)
    }
}

/* Footer */
.widget-footer {
    padding: 7px 14px;
    background: #eaf4fb;
    border-top: 1px solid #cde4f3;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.source {
    font-size: 11px;
    color: #6b8fa8;
}

.source a {
    color: #0778bb;
    text-decoration: none;
}

.source a:hover {
    text-decoration: underline;
}

.countdown {
    font-size: 11px;
    color: #9dc4dc;
}

.countdown b {
    color: #0778bb;
    font-weight: 600;
}

/*video*/
.video-grid {
    width: 100%;
    position: relative;
    aspect-ratio: 4/3;
}

.video-grid .video-thumbnail {
    width: 100%;
    aspect-ratio: 4/3;
    overflow: hidden;
    position: relative;
    transition: 0.3s ease-in-out;
    border: 1px solid #f1f1f1;
}

.video-grid .video-thumbnail img {
    width: 100%;
    height: 100%;
    transition: 0.3s ease-in-out;
    object-fit: cover;
}

.video-grid .video-content {
    padding: 15px 0 0 0;
}

.video-grid .video-content .video-title a {
    font-size: 15px;
    line-height: 20px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: var(--color-dark);

    font-weight: 700;
}

.video-grid .video-content .video-title a:hover {
    color: var(--primary-color);
}

.video-meta {
    font-size: 13px;
    font-weight: 400;
    color: rgba(0, 0, 0, .6);
    margin: 0 0 8px 0;
}

/*commnet*/
.comment-item {
    padding: 12px 0;
    border-bottom: 1px solid #eee;
}

.comment-item:first-child {
    padding-top: 0;
}

.comment-item .comment-icon {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 18px;
    color: var(--primary-color)
}

.comment-item .comment-body {
    width: calc(100% - 30px);
    padding-left: 10px;
}

.comment-item:last-child {
    border-bottom: none;
}

.comment-item .comment-content a {
    font-size: 16px;
    color: #000;
}

.comment-item .comment-content a i {
    color: var(--primary-color)
}

.comment-item .comment-content a:hover {
    color: var(--primary-color)
}

.comment-item strong {
    display: block;
    margin-bottom: 5px;
    color: #222;
}

.comment-item p {
    margin-bottom: 5px;
    color: #666;
    font-size: 14px;
}

.comment-item a {
    font-size: 13px;
    color: #1f6bff;
}

.comment-item .comment-date {
    font-size: 13px;
    font-weight: 400;
    color: rgba(0, 0, 0, .6);
    margin: 8px 0 0 0;
}

/*widget*/
.partner-widget .banner_gallery {
    width: 100%;
    height: 80px;
    border: 1px solid #f1f1f1;
    padding: 3px;
}

.partner-widget .banner_gallery img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain;
}

.post-100 {
    width: 100%;
}

.list-unstyled li:last-child {
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
}

/*form faq*/
.form-faq label b {
    color: #ff3333;
}

.form-faq label {
    font-size: 14px;
    font-weight: 700;
}

.formFaq {
    border: 2px solid #cde4f3;
    background: #eaf4fb;
    padding: 20px 15px;
    margin-bottom: 30px;
}

.formFaq .home-title {
    margin-bottom: 10px;
}

.formFaq .mb-1 {
    margin-bottom: 10px !important;
}

.formFaq h3 {
    text-align: center;
    color: var(--primary-color);
    font-size: 18px;
    width: 100%;
    padding: 0 !important;
}

.formFaq h3:after {
    display: none;
}

.input_text {
    background: #f2f2f2 !important;
    border: 1px solid #d1d1d1 !important;
    height: 35px !important;
    outline: none !important;
    width: 100%;
    box-shadow: unset !important;
    margin: 0px !important;
    font-size: 14px;
    border-radius: 0 !important;
}

.form-select {
    background-color: #f2f2f2 !important;
    border: 1px solid #d1d1d1 !important;
    height: 35px !important;
    outline: none !important;
    width: 100%;
    box-shadow: unset !important;
    margin: 0px !important;
    font-size: 14px;
    border-radius: 0 !important;
}

.form-textarea {
    font-size: 14px;
    background-color: #f2f2f2 !important;
    border: 1px solid #d1d1d1 !important;
    outline: none !important;
    width: 100%;
    box-shadow: unset !important;
    margin: 0px !important;
    border-radius: 0 !important;
}

button.btn.btn-success.btnFaq {
    width: 100% !important;
    height: 35px !important;
    padding: 0 !important;
    line-height: 35px !important;
    background: var(--primary-color) !important;
    border-radius: 0 !important;
    border-color: var(--primary-color) !important;
}

.supplier-box {
    background: #fff;
}

.supplier-box h3 {
    font-size: 15px;
    font-weight: 700;
    color: #263238;
    margin: 0 0 10px;
    padding-bottom: 8px;
    border-bottom: 2px solid #333;
    text-transform: uppercase;
}

.supplier-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.supplier-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    background: #fff;
    border: 1px solid #edf0f2;
    border-radius: 4px;
    padding: 10px;
}

.supplier-item h4 {
    font-size: 13px;
    font-weight: 700;
    color: #263238;
    margin: 0 0 4px;
}

.supplier-item p {
    font-size: 12px;
    color: #7a8a99;
    margin: 0;
    line-height: 1.4;
}

.supplier-item a {
    flex: 0 0 auto;
    background: #0098d8;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    padding: 5px 9px;
    border-radius: 3px;
    text-decoration: none;
}

.supplier-item a:hover {
    background: #007fb5;
}

.newsletter-content {
    background: linear-gradient(135deg, #0778bb 0%, #0d92de 100%);
    border-radius: 8px;
    padding: 20px;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.newsletter-content::before {
    content: "";
    position: absolute;
    width: 120px;
    height: 120px;
    right: -40px;
    top: -40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .08);
}

.newsletter-content::after {
    content: "";
    position: absolute;
    width: 80px;
    height: 80px;
    left: -20px;
    bottom: -20px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .06);
}

.newsletter-content h3 {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 10px;
    color: #fff;
}

.newsletter-content p {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 18px;
    color: rgba(255, 255, 255, .9);
}

.newsletter-btn {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 180px;
    height: 46px;
    padding: 0 24px;
    border-radius: 30px;
    background: #fff;
    color: #0778bb;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: all .3s ease;
}

.newsletter-btn:hover {
    background: #f5f7fa;
    color: #055b8d;
    transform: translateY(-2px);
}

/*story*/
.story-card {
    width: 100%;
    padding: 0 0 16px;
    border-bottom: 1px solid #ddd;
    background: #fff;
}

.story-card .story-content h3 a {
    font-size: 15px;
    line-height: 20px;
    color: var(--color-dark);
    font-weight: 700;
    margin-bottom: 8px;
    display: inline-block;
}

.story-card .story-content h3 a:hover {
    color: var(--primary-color)
}

.story-card .story-content p {
    margin: 0 0 26px;
    font-size: 14px;
    line-height: 1.45;
    color: #555;
}

.story-card .story-meta {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
}

.story-card .story-author {
    font-size: 15px;
    font-style: italic;
    color: #555;
    margin-bottom: 12px;
}

.story-card .story-comment {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 13px;
    color: #0067b1;
}

.story-card .story-comment span {
    width: 12px;
    height: 8px;
    background: #b6b6b6;
    display: inline-block;
    border-radius: 1px;
}

.story-card img {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    object-fit: cover;
    filter: grayscale(100%);
}

/*sec price*/
.price-card {
    min-width: 255px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 14px 16px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.price-card .price-head {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 14px;
}

.price-card .price-head strong {
    font-size: 16px;
    color: #222;
}

.price-card .price-head span {
    font-size: 14px;
    color: #777;
    white-space: nowrap;
}

.price-card .price-body {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.price-card .price-body p {
    margin: 0 0 4px;
    font-size: 14px;
    color: #666;
}

.price-card .price-body h3 {
    margin: 0;
    font-size: 26px;
    color: #222;
    font-weight: 700;
}

.price-card .price-body b, .price-card .price-body b.text-success {
    font-size: 15px;
    color: #0a9f4a;
}

.price-card .price-body b.down {
    color: #dc2626;
}

.price-card .price-next {
    position: sticky;
    right: 0;
    min-width: 42px;
    height: 100%;
    border: 0;
    background: rgba(255, 255, 255, 0.92);
    font-size: 42px;
    color: #333;
    cursor: pointer;
    box-shadow: -8px 0 18px rgba(255, 255, 255, 0.9);
}

.section-price {
    margin: 0 0 30px 0;
}

.share-buttons {
    display: flex;
    gap: 10px !important;
}

.share-buttons a, .share-buttons button {
    padding: 0 !important;
    width: 35px;
    height: 35px;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.share-buttons img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

/* mobile style*/
@media only screen and (max-width: 768px) {
    .banner__vip {
        width: 100%;
    }

    .header-left.header-clock {
        display: none;
    }

    .gt-widget-selected span.gt-label {
        display: none;
    }

    .banner__top {
        height: auto;
    }

    .mt-footer {
        margin-bottom: 20px !important;
    }

    .new-flex {
        grid-template-columns: 100%;
    }

    .list-large .post-thumbnail {
        width: 150px;
        height: 120PX;
    }

    .list-large .post-content {
        width: calc(100% - 150px);
    }

    .list-large .post-content .post-title a {
        font-size: 16px;
        line-height: 24px;
    }

    .hero_grid {
        grid-template-columns: 100%;
    }

    div#logo img {
        height: 55px;
    }

    section.banner-vip .col-12,
    section.banner-top .col-12 {
        padding-left: 0;
        padding-right: 0;
    }

    .banner__vip img, .banner__top img {
        border-radius: 0;
    }
}

/* iPad landscape style here */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .home-title h2, .home-title h3, .home-title h1 {
        font-size: 18px;
        line-height: 26px;
    }
}

/* iPad portrait style here */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .home-title h2, .home-title h3, .home-title h1 {
        font-size: 18px;
        line-height: 26px;
    }

}
