@font-face {
    font-family: 'Gil';
    src: url('../fonts/SVN-Gilroy.woff2') format('woff2'), url('../fonts/SVN-Gilroy.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gil-Semi';
    src: url('../fonts/SVN-GilroySemiBold.woff2') format('woff2'), url('../fonts/SVN-GilroySemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gil-Med';
    src: url('../fonts/SVN-GilroyMedium.woff2') format('woff2'), url('../fonts/SVN-GilroyMedium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gil-Bold';
    src: url('../fonts/SVN-GilroyBold.woff2') format('woff2'), url('../fonts/SVN-GilroyBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gil-MedItalic';
    src: url('../fonts/SVN-GilroyMediumItalic.woff2') format('woff2'), url('../fonts/SVN-GilroyMediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Old Standard TT';
    src: url('../fonts/OldStandardTT-Bold.woff2') format('woff2'), url('../fonts/OldStandardTT-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poltawski Nowy';
    src: url('../fonts/PoltawskiNowy-MediumItalic.woff2') format('woff2'), url('../fonts/PoltawskiNowy-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

/* @keyframe */
@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes shake-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg);
    }

    10%, 30% {
        -moz-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20%, 40% {
        -moz-transform: rotate(25deg) scale(1) skew(1deg);
    }

    100%, 50% {
        -moz-transform: rotate(0) scale(1) skew(1deg);
    }
}

@keyframes rotate {
    from {
        transform: rotate(0);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes fadeup {
    from {
        opacity: 0;
        transform: translateX(-20px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes pulse-animation {
    0% {
        transform: scale3d(1, 1, 1);
        opacity: 0;
    }

    10% {
        transform: scale3d(1.1, 1.1, 1.1);
        opacity: 1;
    }

    100% {
        transform: scale3d(1.6, 1.6, 1.6);
        opacity: 0;
    }
}

@keyframes border-animation {
    0% {
        transform: scale3d(0.6, 0.6, 0.6);
        opacity: 0;
    }

    20% {
        transform: scale3d(1.2, 1.2, 1.2);
        opacity: 1;
    }

    100% {
        transform: scale3d(1.4, 1.4, 1.4);
        opacity: 0;
    }
}

:root {
    --color-main: #2557ae;
    --color-social: #2557ae;
    --color-hover: #2557ae;
    --color-text: #2557ae;
    --color-web: #005BEA;
}

body {
    font-size: 14px;
    line-height: 1.5;
    top: 0 !important;
    overflow-x: hidden;
}

.max-width, .wrap-content {
    width: 90%;
    max-width: 1200px;
    margin: 0px auto;
}

.mw-700 {
    max-width: 700px;
}

img {
    max-width: 100%;
}

* {
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

.social-plugin {
    display: flex;
    margin-top: 10px;
}

.scale-img {
    overflow: hidden;
    display: block;
}

.scale-img img, .scale-img picture {
    transition: all 0.5s;
}

.scale-img:hover img, .scale-img:hover picture {
    transform: scale(1.1, 1.1);
}

.hover-img {
    position: relative;
    overflow: hidden;
    display: block;
}

.text-split {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
}

.p-relative {
    position: relative;
}

.fit-content {
    width: fit-content;
}

/* Transition All */
.transition, .btn-frame .kenit-alo-circle-fill, .control-owl button, .carousel-comment-media .carousel-control a span, .menu ul li a.has-child:after, .menu ul li ul, .menu ul li:hover>ul, .scale-img img, .scale-img:hover>img, .support-online .kenit-alo-circle-fill {
    transition: 0.3s all;
}

.gutter-x-20 {
    --bs-gutter-x: 20px;
}

.gutter-x-5 {
    --bs-gutter-x: 5px;
}

/*   Header   */
.header {
    position: relative;
    z-index: 2;
    /* padding: 14px 0px; */
}

.header .top {
    background: #006fb6;
    color: #fff;
    padding: 9px 0px;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}

.header .top .wrap-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header .top .left {
    font-weight: 700;
}

.header .top .right {
    display: flex;
    align-items: center;
}

.header .top .right span:first-child {
    margin-right: 10px;
    font-family: Arial, Helvetica, sans-serif !important;
}

.header .top .right .link {
    display: flex;
    gap: 10px;
    border-left: 2px solid;
    padding: 0px 15px;
    justify-content: center;
    align-items: center;
}

.header .top .right .link >a {
    color: #fff;
    font-weight: 700;
}

.header .top .right .link >a:hover {
    color: #ffeb00;
}

.header .top .right >a {
}

.header .top .right .link >a:last-child {
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    /* font-family: Arial, Helvetica, sans-serif !important; */
    font-weight: 900 !important;
    background: #b4000d;
    border-radius: 8px;
    box-shadow: 0 6px 16px rgba(224, 0, 11, .22);
    touch-action: manipulation;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 38px;
    padding: 0 15px;
    line-height: 1;
    border-radius: 9px;
    box-sizing: border-box;
    vertical-align: middle;
}

.header .top .right span:last-child {
    color: #fff;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif !important;
    font-weight: 900 !important;
}

.header2 {
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    transform: translateY(-128%);
    transition: transform 0.3s ease-in-out;
    z-index: 1000;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    /* background-color: rgba(128, 72, 48, 0.6); */
    backdrop-filter: blur(10px);
    /* blur effect */
    -webkit-backdrop-filter: blur(10px);
    /* for Safari */
}

.header3 {
    /* background-color: #795B4D; */
}

.header2 .menu {
    margin-left: 0;
}

.visible2 {
    transform: translateY(0);
    background: #fff;
}

.logo-header {
    display: block;
    max-width: 106px;
    margin-bottom: -50px;
}

.logo-banner {
    display: block;
    max-width: 188px;
    margin-bottom: -50px;
}

.logo-header2 {
    display: block;
    max-width: 80px;
    width: 15%;
}

.logo-res {
    display: none;
    width: fit-content;
    /* max-width: 200px; */
}

.head1 {
    /* height: 70px; */
    display: flex;
    align-items: center;
    z-index: 10;
    position: relative;
    display: none;
}

.head2 {
    background: #fff;
    padding: 15px 0px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 22px;
    flex-wrap: wrap;
    border-bottom: 1px solid #eaecf0;
    box-shadow: 0 5px 20px rgba(16, 24, 40, .06);
    position: relative;
    z-index: 20;
}

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

.flex-header2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;
}

.address_top {
    display: flex;
    /* justify-content: center; */
    align-items: center;
    gap: 10px;
}

.address_top p {
    font-family: "Gil-Bold";
    color: white;
    font-size: 14px;
    margin-bottom: 0;
}

.address_top p span {
    font-size: 20px;
}

.hotline_top {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}

.hotline_top p {
    font-family: "Mono-Bold";
    font-size: 17px;
    color: black;
    margin-bottom: 0;
}

.cart-head {
    /* background-color: #F49D02;
	padding: 10px;
	position: relative;
	border-radius: 50%;
	color: #fff; */
}

.cart-head:hover {
    color: #fed402;
}

.cart-head i {
    font-size: 20px;
    /* padding-right: 10px; */
}

.cart-head .text-cart {
    font-family: "P-Bold";
    font-size: 14px;
    color: white;
}

.count-cart {
    position: absolute;
    top: 0px;
    right: -15px;
    background-color: #3D69E2;
    border-radius: 50%;
    padding: 0 5px;
    color: yellow;
}

.line-head {
    background-color: #72b2fd;
    height: 32px;
    width: 1px;
}

/* slideshow */
.slideshow {
    position: relative;
    /* margin-top: -120px; */
}

/* Search */
.search {
    width: 50%;
    max-width: 250px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.493);
}

.search input {
    width: calc(100% - 35px);
    font-size: 13px;
    color: white;
    border-radius: 65px;
    border: none;
    background: transparent;
}

.search input:focus {
    border: none;
    box-shadow: none;
}

.search label {
    cursor: pointer;
    text-align: center;
    font-size: 16px;
    border-radius: 50%;
    margin-right: 3px;
    padding: 5px 10px;
}

.search label i {
    font-weight: bold;
    color: white;
}

.search-auto::placeholder {
    color: white;
    /* Change this to the color you want */
}

.box-search {
    padding: 10px;
    border-bottom: 1px solid #f1f1f1;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ds-item-search {
    width: calc(100% - 70px);
}

.ds-item-search a {
    font-size: 14px;
    color: #333;
}

.show-search {
    position: absolute;
    z-index: 9999;
    top: 100%;
    background: #fff;
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.3);
}

.box-search .price-product {
    width: 100%;
    margin: 0px;
    text-align: left;
}

.box-search .price-product .price-new {
    color: #f00;
    font-size: 14px;
    font-weight: bold;
}

.box-search .price-product .price-old {
    color: #999;
    text-decoration-line: line-through;
}

/* Search Responsive */
.search-res {
    position: relative;
    /* display: none; */
    border-radius: 50%;
    background-color: #007FFF;
}

.search-res2 {
    display: none;
}

.search-res .icon-search {
    width: 40px;
    height: 40px;
    cursor: pointer;
    text-align: center;
    line-height: 40px;
    color: white;
    font-size: 17px;
    margin: 0px;
}

.search-res .icon-search.active {
    border-radius: 100%;
    border: 1px solid #9FCE06;
}

.search-res .search-grid {
    position: absolute;
    top: 50px;
    right: 0px;
    width: 0px;
    height: 40px;
    overflow: hidden;
    background: #ffffff;
    z-index: 100;
    opacity: 0;
    border-radius: 25px;
    line-height: normal;
    border: 1px solid black;
}

.search-res .search-grid p {
    float: left;
    width: 35px;
    height: 38px;
    cursor: pointer;
    outline: none;
    border: none;
    margin: 0px;
    font-size: 17px;
    display: block;
    color: black;
    line-height: 40px;
    text-align: center;
}

.search-res .search-grid input {
    width: calc(100% - 35px);
    float: right;
    /* line-height: 38px; */
    outline: none;
    border: none;
    color: var(--color-main);
}

.search-res .search-grid input::-webkit-input-placeholder {
    color: #313131;
}

.search-res .search-grid input:-moz-placeholder {
    color: #313131;
}

.search-res .search-grid input::-moz-placeholder {
    color: #313131;
}

.search-res .search-grid input:-ms-input-placeholder {
    color: #313131;
}

/* Mmenu */
.offcanvas-body {
    flex-grow: 1;
    padding: 5rem 1rem 1rem 1rem;
    overflow: scroll;
}

.offcanvas-body::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    transition: all 1s;
}

.offcanvas-body::-webkit-scrollbar-thumb {
    background-color: #0d6efd;
    border-radius: 5px;
    transition: all 1s;
}

.offcanvas-body::-webkit-scrollbar-track {
    background: #fff;
    width: 4px;
    height: 4px;
    transition: all 1s;
}

.btn-close-menu {
    position: absolute;
    right: 20px;
    top: 60px;
}

.menu-mobile ul {
    padding: 0px;
}

.menu-mobile ul li {
    position: relative;
}

.menu-mobile ul li>span i {
    transition: transform 0.3s ease;
    /* Adjust duration and easing as needed */
}

/* .menu-mobile ul li:last-child a{
	border-bottom: none;
} */
.menu-mobile ul li a {
    display: block;
    padding-right: 30px;
    color: #333;
    font-size: 15px;
    padding: 10px 0px;
    border-bottom: 1px solid #f1f1f1;
    font-family: "Gil";
}

.menu-mobile ul li a i {
    margin-right: 10px;
}

.menu-mobile ul li li a {
    font-weight: normal;
}

.menu-mobile ul li a:hover {
    color: #f00;
}

.menu-mobile ul li .scroll {
    position: absolute;
    right: 0px;
    top: 9px;
    background: #0253a4;
    font-size: 17px;
    line-height: 18px;
    height: 25px;
    color: #fff;
    width: 35px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.menu-mobile ul li:hover {
    color: #f00;
}

.menu-mobile ul ul li .scroll {
    background: none;
    color: #0253a4;
}

.menu-mobile ul li ul {
    padding-left: 10px;
}

.company {
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 10px;
}

.company p {
    margin-bottom: 5px;
    font-size: 13px;
    font-family: "Gil";
    color: black;
}

.company p span {
    color: #007bff;
}

.head-menu {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.head-menu img {
    /* max-width: 80px; */
}

.search-menu {
    width: 100%;
    position: relative;
    margin: 10px 0px;
}

.search-menu input {
    width: 100%;
    background: #f5f5fa;
    border: 1px solid #f1f1f1;
    height: 40px !important;
    font-size: 13px;
}

.search-menu p {
    position: absolute;
    right: 10px;
    bottom: 8px;
}

/* Menu */
#menu {
    display: none;
}

#hamburger {
    display: none;
    width: 35px;
    height: 23px;
    position: relative;
    cursor: pointer;
}

#hamburger:before, #hamburger:after, #hamburger span {
    background: white;
    content: '';
    display: block;
    width: 75%;
    height: 2px;
    position: absolute;
    left: 5px;
}

#hamburger:before {
    top: 0px;
}

#hamburger span {
    top: 10px;
}

#hamburger:after {
    top: 20px;
}

#hamburger:before, #hamburger:after, #hamburger span {
    -webkit-transition: none 0.5s ease 0.5s;
    transition: none 0.5s ease 0.5s;
    -webkit-transition-property: transform, top, bottom, left, opacity;
    -webkit-transition-property: top, bottom, left, opacity, -webkit-transform;
    transition-property: top, bottom, left, opacity, -webkit-transform;
    transition-property: transform, top, bottom, left, opacity;
    transition-property: transform, top, bottom, left, opacity, -webkit-transform;
}

.mm-wrapper_opening #hamburger:before, .mm-wrapper_opening #hamburger:after {
    top: 10px;
}

.mm-wrapper_opening #hamburger span {
    left: -50px;
    opacity: 0;
}

.mm-wrapper_opening #hamburger:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.mm-wrapper_opening #hamburger:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.mm-menu_opened {
    display: block !important;
}

.mm-slideout {
    z-index: unset;
}

.wrap-menu {
    /* display: flex; */
    /* justify-content: space-between; */
    /* align-items: center; */
    /* width: 100%; */
}

.menu-head-left {
    position: relative;
}

.title-menu {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    line-height: 40px;
    display: block;
}

.menu-product-list {
    position: absolute;
    z-index: 99;
    top: 100%;
    width: 250px;
    background: #fff;
    border-radius: 2px;
}

.menu-product-list ul {
    padding: 0px;
    margin-bottom: 0px;
}

.menu-product-list ul ul {
    position: absolute;
    width: 750px;
    background: #fff;
    left: 100%;
    top: 0px;
    border: 1px solid #999;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    height: 100%;
    overflow-x: hidden;
}

.menu-product-list ul ul ul {
    position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
    border: none;
    display: block;
    height: auto;
}

.menu-product-list ul li a {
    position: relative;
    display: block;
    color: #333;
    font-size: 14px;
    font-weight: 500;
    padding: 5px 10px 5px 10px;
    border-bottom: 1px solid #ddd;
}

.menu-product-list ul li a .icon-down {
    position: absolute;
    right: 10px;
    top: 10px;
}

.menu-product-list ul ul li a span {
    position: absolute;
    right: 10px;
    font-size: 13px;
    font-weight: 500;
    color: #00a3ff;
}

.menu-product-list ul li a:hover {
    color: #f00;
}

.menu-product-list ul ul li a {
    border-bottom: none;
    font-weight: bold;
}

.menu-product-list ul ul ul li a {
    font-weight: normal;
}

.menu {
    position: relative;
    /* z-index: 99; */
    /* width: 100%; */
    /* margin: auto; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* margin-left: 310px; */
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
}

.fix_menu {
    position: fixed !important;
    box-shadow: 0 0 1px #999;
    background: #fff;
}

.lh_menu {
    background-color: #008ECA;
    border-radius: 30px;
    color: white;
    font-family: "Roboto-Bold";
    font-size: 15px;
    padding: 10px 20px;
}

.lh_menu:hover {
    color: yellow;
}

.menu ul {
    /* width: 100%; */
    padding: 0px;
    margin: 0;
    list-style: none;
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: flex-end;
}

.visible2 .menu ul {
    border: 0px;
    box-shadow: none;
    padding: 0px;
}

.menu ul li {
    position: relative;
    z-index: 99;
}

.menu ul.ulmn>li {
    flex: auto;
}

.menu ul li.line {
    width: 1px;
    height: 15px;
    background-color: rgba(255, 255, 255, 0.5);
    flex: none;
}

.menu ul li a {
    display: inline-block;
    text-decoration: none;
    padding: 9px 10px;
    font-size: 14px;
    color: #000;
    font-weight: 700;
    border: 1px solid #fff;
    /* white-space: nowrap; */
    box-sizing: border-box;
}

.menu ul li a img {
    vertical-align: middle;
}

.menu ul li a.active, .menu ul li:hover>a {
    text-decoration: none;
    background: #fff1f2;
    border: 1px solid #ffc5c9;
    color: #a9000c;
    font-size: 14px;
    /* font-family: Arial, Helvetica, sans-serif !important; */
    /* font-weight: 900 !important; */
    padding: 9px 10px;
    border-radius: 9px;
    /* touch-action: manipulation; */
}

.menu ul li ul li:hover>a {
    color: var(--color-web);
}

.menu ul li ul li:hover>a {
    background: none;
    padding: 10px;
}

.menu ul li ul {
    position: absolute;
    min-width: 250px;
    left: 0;
    background: #fff;
    box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.3);
    -webkit-transform: perspective(600px) rotateX(-90deg);
    transform: perspective(600px) rotateX(-90deg);
    -webkit-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    display: block;
}

.menu ul li:hover>ul {
    -webkit-transform: perspective(600px) rotateX(0);
    transform: perspective(600px) rotateX(0);
    -webkit-transform-origin: 0 0 0;
    opacity: 1;
    visibility: visible;
    transition: all 0.7s;
}

.menu ul li ul {
}

.menu ul li ul li {
    height: auto!important;
    width: 100%!important;
    text-align: left;
    border-bottom: 1px solid rgb(173 173 173 / 32%);
}

.menu ul li ul li:last-child {
    border-bottom: 0px;
}

.menu ul li ul li a {
    padding: 10px;
    display: block;
    text-decoration: none !important;
    line-height: 20px;
    text-align: left;
    font-weight: 500;
    text-transform: capitalize;
    color: #333;
    border: 0;
    border-radius: 0;
    background: unset;
    transition: all 0.3s;
}

.menu ul li ul li ul {
    top: 0px;
    left: 100%;
}

.menu ul li ul li a:before {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    width: 0;
    height: 1px;
    background: var(--color-web);
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    visibility: hidden;
    opacity: 0;
}

.menu ul li ul li a:hover:before, .menu ul li ul li>a.active:before {
    left: 0;
    visibility: visible;
    opacity: 1;
    width: 30px;
}

.menu ul li ul li a:hover {
    padding-left: 40px;
    border: 0px;
}

.menu .logo-header {
    /* width: 301px; */
    max-width: unset;
    background: none;
    padding: 0;
    border: 0;
    display: flex;
    align-content: center;
    align-items: center;
    font-size: 20px;
    justify-content: space-between;
    gap: 10px;
    margin-top: -50px;
}

.menu .logo-header span div:first-child {
    font-size: 21px;
    font-weight: 900 !important;
    line-height: 1.1;
    color: #101828;
}

.menu .logo-header span div:last-child {
    font-size: 11px;
    color: #667085;
    font-weight: 800 !important;
    letter-spacing: .7px;
    margin-top: 5px;
}

.menu .logo-header:hover {
    background: unset;
}

.menu .logo-header img {
    max-height: 58px;
    /* width: auto; */
}

logo-header span {
}

.menu .hotline-m {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    text-decoration: none;
    background: #005bea;
    color: #ffffff;
    font-weight: 700;
    padding: 10px 13px;
    border-radius: 999px;
    box-shadow: 0 10px 24px rgba(0, 91, 234, 0.22);
    white-space: nowrap;
    flex: 0 0 auto;
    box-sizing: border-box;
}

.menu .hotline-m:hover {
    background: var(--bs-cyan);
}

a.cart-header {
    position: relative;
}

a.cart-header span {
    position: absolute;
    top: 0px;
    right: 0px;
    color: #fff;
    font-size: 11px;
    width: 17px;
    height: 17px;
    text-align: center;
    border-radius: 50%;
}

/*   SLider */
.control-owl {
    position: absolute;
    width: 100%;
    z-index: 2;
    left: 0px;
    top: calc(50% - 22.5px);
}

.control-owl button {
    opacity: 0.5;
    top: 0px;
    position: absolute;
    outline: none;
    border: 2px solid #fff;
    padding: 0px;
    margin: 0px;
    display: block;
    cursor: pointer;
    color: #ffffff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    overflow: hidden;
    text-align: center;
    font-size: 25px;
    margin: 0px;
    background-color: #00a3ff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.control-owl button:hover {
    opacity: 1;
}

.control-owl button.owl-prev {
    left: 20px;
}

.control-owl button.owl-next {
    right: 20px;
}

/* DT */
.item-partner {
    border: 1px solid #f1f1f1;
    display: block;
}

.box-photo-ct {
    border-radius: 20px;
    overflow: hidden;
}

.title-main {
    /* text-align: center; */
    /* padding-bottom: 20px;
	background-image: url('../images/underline2.png');
	background-position: center bottom;
	background-repeat: no-repeat; */
}

.title-main h4 {
    /* font-family: "Old Standard TT"; */
    font-size: 35px;
    text-transform: uppercase;
    /* background: var(--color-web); */
    -webkit-background-clip: text;
    /* -webkit-text-fill-color: transparent; */
    background-clip: text;
    text-fill-color: transparent;
    line-height: 1.5;
    margin-bottom: 15px;
}

.title-main p {
    font-family: "Poltawski Nowy";
    font-size: 20px;
    color: #222222;
    margin-bottom: 0;
}

.title-main2 {
    text-align: center;
}

.title-main2 h4 {
    font-family: "Old Standard TT";
    font-size: 44px;
    text-transform: uppercase;
    background: linear-gradient(90deg, #F6A373 0%, #C56D3B 29.5%, #F6A373 69%, #C56D3B 98.5%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    line-height: 2.0;
    margin-bottom: 0;
    width: fit-content;
    margin: auto;
}

.title-main2 p {
    font-family: "Poltawski Nowy";
    font-size: 20px;
    color: white;
    margin-bottom: 0;
}

.title-main3 {
    margin-bottom: -80px;
}

.title-main3 h4 {
    font-family: "Spicy Rice";
    font-size: 60px;
    color: #E80F86;
    text-shadow: 0px 3px 0px #E80F86;
    -webkit-text-stroke: 2px white;
}

.title-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    background-image: url('../images/title-list.png');
    background-repeat: no-repeat;
    background-position: center bottom;
}

.title-list a {
    font-family: "Sans-Bold";
    font-size: 14px;
    color: #E33838;
}

.title-list h4 {
    font-family: "UTM Hanzel";
    font-size: 35px;
    color: #02B959;
    margin-bottom: 0;
}

.title-list .active {
    color: white;
    background-color: #FF3B79;
    border: 1px solid #FF3B79;
}

.title-list a:hover {
    color: #ff1d1d;
}

.title-cat-main {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: px;
}

.title-cat-main span {
    display: block;
    color: #999;
    background: linear-gradient(64.85deg, #fca600 23.67%, #ffd41d 106.12%);
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
    cursor: pointer;
}

.title-cat-main span:hover, .title-cat-main span.active {
    background: linear-gradient(64.85deg, #ffd41d 23.67%, #fca600 106.12%);
    color: #000;
}

.gioithieu{
    display: grid;
    grid-template-columns: 24% 72%;
    gap: 30px;
}
.gioithieu .left h5, .gioithieu .right .title-main h4{
	font-size: 21px;
    text-transform: uppercase;
}

.gioithieu .left .box >a {
    display: block;
    padding: 8px 10px;
    font-size: 17px;
    color: #000;
    border-left: 2px solid #000;
    margin-bottom: 10px;
    text-decoration: none;
    transition: all 0.4s;
}
.gioithieu .left .box >a:hover{
	background: #B9242A;
    padding-left: 20px;
    color: #fff;
}
.gioithieu .right{}

.gioithieu .right .grid {
    grid-template-columns: auto auto;
    gap: 30px;
    justify-items: stretch;
}

.gioithieu .right .grid .item-news {
    border: 1px solid #666;
    border-radius: 5px;
    padding: 10px;
    background: #fff;
}

.gioithieu .right .grid .item-news .ngaythang {
    color: #666;
}
.item_tt{
    margin-bottom: 20px;
}
/* News */
.grid-news {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.item-news {
    --tw-bg-opacity: 1;
    background-color: #f1f1f1;
    padding: 3px;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 19%);
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 500ms;
}

.item-news:hover {
    transform: translateY(-0.25rem);
    box-shadow: 0px 0px 10px rgb(0 0 0 / 19%);
}

.item-news .ds-news {
    width: 100%;
}
.videobox{
    margin-bottom:20px;
}
.ds-news ul,
.content-main ul {
    list-style: disc;
}

.ds-news span {
    display: block;
    line-height: 25px;
    color: #999;
    font-size: 13px;
    margin: 10px 0px 0px;
    font-style: italic;
}

.ds-news h3 {
    font-family: "Gil-Bold";
    font-size: 16px;
    margin: 0;
    color: #000;
    text-transform: uppercase;
    -webkit-line-clamp: 2 !important;
    line-height: 1.5;
}

.ds-news .desc {
    color: #333;
}

.item-news:hover h3 {
    color: #f00;
}

.item-news-all a {
    display: flex;
    justify-content: space-between;
}

.item-news-all a .ds-news {
    width: calc(100% - 110px);
}

.item-news-all a .ds-news h3 {
    text-transform: capitalize;
    font-size: 15px;
}

.flex-news-detail {
    display: flex;
    justify-content: space-between;
    align-items: start;
    flex-wrap: wrap;
}

.news-left {
    width: 68%;
}

.news-right {
    position: sticky;
    top: 20px;
    width: 30%;
    background: #f1f1f1cc;
    padding: 20px;
    box-shadow: 0px 0px 5px #99999978;
}

a.btn_link {
    position: relative;
    margin: 5px;
    height: 36px;
    width: 140px;
}

.btn_link.effect_button:first-child:after,
.btn_link.effect_button:first-child:before {
    content: 'facebook';
}

.btn_link.effect_button:first-child:after,
.btn_link.effect_button:first-child:before,
.btn_link.effect_button:nth-child(2):after,
.btn_link.effect_button:nth-child(2):before {
    border-width: 1px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-color: rgb(0 165 217 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(0 165 217 / var(--tw-bg-opacity));
}

.btn_link.effect_button:nth-child(2):after,
.btn_link.effect_button:nth-child(2):before {
    content: 'google map';
}

div.slick.in-page:not(.slick-initialized) {
    display: flex;
    gap: 10px;
    overflow: hidden;
    white-space: nowrap;
}

.attr-pro-detail {
    margin: auto;
    padding: 0;
}

.baonoidung iframe {
    max-width: 100% !important;
}

.baonoidung img {
    height: auto !important;
}

.baonoidung * {
    max-width: 100% !important;
}

.baonoidung table {
    display: block;
    overflow-y: auto;
}

div.desc-pro-detail ul li {
    margin-bottom: 0.75rem;
    list-style-type: circle;
}

div.desc-pro-detail ul li:last-child {
    margin-bottom: 0 !important;
}

div.baonoidung ul li {
    margin-bottom: 0.75rem;
    list-style-type: disc;
}

div.baonoidung ol li {
    margin-bottom: 0.75rem;
    list-style-type: decimal;
}
.desc-news {
    font-family: "Gil";
    color: #333333;
    margin: 0px;
}

/* Toc */
.box-readmore {
    padding: 8px 15px;
    border: 1px solid #dedede;
    margin-bottom: 2rem;
    border-radius: 5px;
    background-color: #eeeeee;
    color: black;
}

.tt-toc {
    position: relative;
    font-size: 18px;
    text-transform: uppercase;
    font-family: Roboto-Bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.box-readmore li ul>li {
    margin: 0;
    margin-bottom: 8px;
}

.box-readmore li ul>li:before {
    content: counters(item, '.') ' ';
}

.box-readmore ul {
    list-style-type: none;
    counter-reset: item;
    margin-bottom: 0px;
    padding-left: 0px !important;
    margin-top: 8px;
    display: none;
}

.box-readmore ul li {
    display: table;
    counter-increment: item;
    margin-bottom: 5px;
}

.box-readmore ul li:before {
    content: counters(item, '.') '. ';
    display: table-cell;
    padding-right: 5px;
}

.box-readmore ul li a {
    color: #333333;
    cursor: pointer;
    font-weight: 600;
}

.box-readmore ul li a:hover {
    color: #767676;
}

/* Partner */
.info-partner {
    background: #f8f8f8;
    padding: 15px 0px;
}

/* Footer */
.info-footer {
    background: #006fb6;
    color: #e6f5ff;
    padding: 46px 0px 0px;
    box-sizing: border-box;
}

.info-footer .wrap-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 30px;
    padding-bottom: 28px;
}

.info-footer .flex-footer {
    display: flex;
    justify-content: space-between;
}

.title-footer h3 {
    font-family: "Sans-Bold";
    font-size: 40px;
    color: white;
    text-align: center;
    text-transform: uppercase;
}

.title-footer p {
    font-family: "Sans-Bold";
    font-size: 15px;
    color: white;
    text-transform: uppercase;
    text-align: center;
}

.title-footer h4 {
    font-family: "Gil-Bold";
    font-size: 16px;
    color: white;
    text-transform: uppercase;
}

.box-footer {
    margin-bottom: 24px;
}

.item_footer {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 20px;
    color: #fff
}

.item_footer .text {
    font-size: 12px;
}

.item_footer .mxh, .item_footer .xacthuc {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.item_footer .mxh >a {
    width: 42px;
    height: 42px;
    border-radius: 10px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 5px;
    box-sizing: border-box;
}

.item_footer .mxh >a img {
    max-height: 33px;
    width: auto;
}

.item_footer .xacthuc >a {
    width: 112px;
    height: 54px;
    background: #fff;
    border-radius: 8px;
    padding: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.item_footer .xacthuc >a img {
    max-height: 38px;
    width: auto;
}

.item_footer div {
    margin-top: 0px!important;
}

.item_footer p, .item_footer a {
    font-family: "Gil-Med";
    font-size: 14px;
    color: white;
    margin-bottom: 0;
    width: fit-content;
}

.item_footer p, .item_footer a {
    line-height: 14px;
}

.item_footer p span {
    font-family: "Gil-Bold";
}

.item_footer h5 {
    font-family: "Poppins-Med";
    font-size: 14px;
    color: white;
    margin-bottom: 0;
    background: linear-gradient(90deg, #F1941B 0%, rgba(241, 148, 27, 0) 100%);
    padding: 20px;
    margin-top: 35px;
    margin-bottom: 35px;
}

.item_footer a:hover {
    color: #ffe700;
}

.info-footer .flex-footer .box-footer:nth-child(1) {
    width: 20%;
}

.info-footer .flex-footer .box-footer:nth-child(2) {
    width: 15%;
}

.info-footer .flex-footer .box-footer:nth-child(3) {
    width: 10%;
}

.info-footer .flex-footer .box-footer:nth-child(4) {
    width: 18%;
}

.info-footer .flex-footer .box-footer:nth-child(5) {
    width: 28%;
}

.footer_line {
    background-color: white;
    height: 2px;
    width: 40px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.footer-powered {
    border-top: 1px solid #06356f;
    background-color: #061a33;
    color: #fff;
    font-size: 13px;
}

.flex-powered >a {
    margin: 0px 4px;
}

.flex-powered >a img {
    max-height: 30px;
    width: auto;
}

.flex-powered {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
}

.floatfooter {
    position: fixed;
    right: 14px;
    bottom: 113px;
    z-index: 998;
    display: flex;
    flex-direction: column;
    gap: 9px;
    align-items: center;
}

.floatfooter >a {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #006fb6;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-shadow: 0 8px 22px rgba(0, 0, 0, .18);
    touch-action: manipulation;
    overflow: hidden;
    padding: 7px;
    box-sizing: border-box;
}

.floatfooter >a:last-child {
    background: #b4000d;
    font-family: arial;
    font-size: 26px;
}

.flex-powered p {
    font-family: "Gil-Med";
    color: white;
    font-size: 14px;
    margin-bottom: 0;
}

.flex-powered p span {
    font-family: "Gil-Bold";
    text-transform: uppercase;
}
/*  breadCrumbs */
.breadCrumbs {
	padding: 10px 0px;
	background: #ddd;
}

.breadCrumbs ol {
	margin: 0px;
}

.breadCrumbs ol li a {
	color: #333;
	font-family: "Gil-Bold";
}

.breadCrumbs ol li a:hover {
	color: #f00;
}

.fb_frame {
    background-image: url('../images/fb_deco.png');
    background-position: center left;
    background-repeat: no-repeat;
    display: flex;
    justify-content: flex-end;
}

.mxh_main {
    background: linear-gradient(270deg, #033203 0%, #014A01 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 43px 0;
}

.mxh {
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: fit-content;
}

/* Tags */
.title-tags {
    position: relative;
    font-size: 1em;
    font-weight: 600;
    padding-bottom: 15px;
    margin-bottom: 15px;
    color: #777;
}

.title-tags:after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.1);
    display: block;
    height: 3px;
    width: 30px;
}

.flex-tags {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
}

.flex-tags h4 {
    font-family: "Sans-Bold";
    font-size: 18px;
    color: #02BA59;
    margin-bottom: 0;
}

.flex-tags a {
    font-family: "Sans-Med";
    font-size: 13px;
    color: #333333;
    border: 1px solid #333333;
    border-radius: 50px;
    display: inline-block;
    padding: 8px 20px;
}

.flex-tags a:hover {
    background-color: #16A54D;
    border-color: #16A54D;
    color: #fff;
}

/*   TC   */
.item-criteria a {
    display: flex;
    align-items: center;
    color: #333;
}

.item-criteria a .ds-criteria {
    width: calc(100% - 60px);
    margin-left: 10px;
}

.item-criteria a .ds-criteria h3 {
    -webkit-line-clamp: 2;
    font-size: 16px;
    color: var(--color-main);
}

.item-criteria a .ds-criteria p {
    -webkit-line-clamp: 2;
    margin: 0px;
}

/* index */
.slogan {
    font-size: 18px;
    color: #667085;
}

.xemtatca {
    display: block;
    width: 150px;
    text-align: center;
    margin: 0px auto;
    border: 0;
    text-decoration: none;
    background: #005bea;
    color: #ffffff;
    font-weight: 700;
    padding: 13px 26px;
    border-radius: 999px;
    box-shadow: 0 12px 28px rgba(0, 91, 234, 0.18);
    font-size: 15px;
    line-height: 1.2;
    touch-action: manipulation;
    pointer-events: auto;
}

.xemtatca:hover {
    color: #fff;
    background: var(--bs-cyan);
}

.index1 {
    padding: 68px 0px;
    box-sizing: border-box;
    background: #F3F9FD;
}

.index1 .baotieude {
    text-align: center;
    max-width: 860px;
    margin: 0 auto 30px;
}

.baotieude .tieude {
    color: #b4000d;
    /* font-family: Arial, Helvetica, sans-serif !important; */
    font-weight: 900 !important;
    letter-spacing: 1px;
}

.baotieude h2 {
    font-size: clamp(29px, 4.5vw, 52px);
    line-height: 1.1;
    margin: 8px 0 10px;
    color: #101828;
    font-weight: 900 !important;
}

.baotieude h2 span {
    color: #b4000d;
}

.index1 .wrap {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
    gap: 20px;
    align-items: stretch;
    margin-bottom: 30px;
}

.index1 .wrap .left {
    background: #fff;
    border: 1px solid #e4e7ec;
    border-radius: 20px;
    padding: 28px;
    box-shadow: 0 14px 34px rgba(16, 24, 40, .06);
    box-sizing: border-box;
}

.index1 .wrap .left .tieude, .index1 .wrap .right .tieude {
    font-size: 21px;
    color: #b4000d;
    font-family: Arial, Helvetica, sans-serif !important;
    font-weight: 900 !important;
    margin-bottom: 22px;
}

.index1 .wrap .left .in1 div {
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif !important;
    font-weight: 900 !important;
    margin-bottom: 9px;
}

.index1 .wrap .left .in1 div span {
    display: inline-flex;
    width: 29px;
    height: 29px;
    border-radius: 50%;
    background: #b4000d;
    color: #fff;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    font-size: 15px;
}

.index1 .wrap .left .in1 select {
    padding: 14px 15px;
    font-size: 16px;
    margin-bottom: 24px;
}

.index1 .wrap .in2 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    gap: 14px;
    margin-bottom: 26px;
}

.index1 .wrap .in2 .box {
    background: #fbfcfd;
    border: 1px solid #eaecf0;
    border-radius: 14px;
    padding: 16px;
    box-sizing: border-box;
}

.index1 .wrap .in2 .box .tieude1 {
    font-size: 16px;
    font-weight: 900 !important;
    margin-bottom: 10px;
}

.index1 .wrap .in2 .box .tieude1 span {
    display: inline-flex;
    width: 29px;
    height: 29px;
    border-radius: 50%;
    background: #b4000d;
    color: #fff;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    font-size: 15px;
}

.index1 .wrap .in2 .box .wrapselect {
    display: flex;
    align-items: stretch;
}

.index1 .wrap .in2 .box .wrapselect button:nth-child(1) {
    width: 48px;
    border: 1px solid #d0d5dd;
    background: #fff;
    border-radius: 10px 0 0 10px;
    font-size: 24px;
    font-family: Arial, Helvetica, sans-serif !important;
    font-weight: 800 !important;
    cursor: pointer;
    touch-action: manipulation;
}

.index1 .wrap .in2 .box .wrapselect input {
    flex: 1;
    min-width: 70px;
    border: 1px solid #d0d5dd;
    border-left: 0;
    border-right: 0;
    padding: 12px;
    text-align: center;
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif !important;
    font-weight: 900 !important;
    outline: none;
    box-sizing: border-box;
}

.index1 .wrap .in2 .box .wrapselect button:nth-child(3) {
    width: 48px;
    border: 1px solid #d0d5dd;
    background: #fff;
    border-radius: 0 10px 10px 0;
    font-size: 24px;
    font-family: Arial, Helvetica, sans-serif !important;
    font-weight: 800 !important;
    cursor: pointer;
    touch-action: manipulation;
}

.index1 .wrap .in2 .box .wrapselect span {
    padding: 12px 0 12px 9px;
    font-size: 14px;
    color: #475467;
}

.index1 .wrap .in2 .box .text {
    font-size: 12px;
    color: #667085;
    margin-top: 9px;
    line-height: 1.5;
}

.index1 .wrap .in3 .ten {
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif !important;
    font-weight: 900 !important;
    margin-bottom: 6px;
}

.index1 .wrap .in4 .ten {
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif !important;
    font-weight: 900 !important;
}

.index1 .wrap .in3 .ten, .index1 .wrap .in4 .ten {
    display: flex;
    align-items: center;
    margin-bottom: 17px;
}

.index1 .wrap .in3 .ten span:first-child, .index1 .wrap .in4 .ten span:first-child {
    display: inline-flex;
    width: 29px;
    height: 29px;
    border-radius: 50%;
    background: #b4000d;
    color: #fff;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    font-size: 15px;
}

.index1 .wrap .in3 .ten span:last-child div, .index1 .wrap .in4 .ten span:last-child div {
    font-size: 12px;
    color: #667085;
    /* margin: 0 0 11px 37px; */
}

.index1 .wrap .in3 .wrap, .index1 .wrap .in4 .wrap {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    gap: 11px;
    margin-bottom: 24px;
}

.index1 .wrap .in4 .wrap {
    margin-bottom: 0px;
}

.index1 .wrap .in3 .box.active, .index1 .wrap .in4 .box.active {
    border: 1.5px solid #b4000d;
    background: #fff5f5;
}

.index1 .wrap .in3 .box, .index1 .wrap .in4 .box {
    cursor: pointer;
    border: 1px solid #d0d5dd;
    border-radius: 12px;
    padding: 15px;
    box-sizing: border-box;
    touch-action: manipulation;
}

.index1 .wrap .in3 .box .ten1, .index1 .wrap .in4 .box .ten1 {
    font-size: 17px;
    font-family: Arial, Helvetica, sans-serif !important;
    font-weight: 900 !important;
    color: #101828;
}

.index1 .wrap .in3 .box .mota {
    font-size: 12px;
    color: #667085;
    margin-top: 3px;
}

.index1 .wrap .in4 {
}

.index1 .wrap .right {
    background: #fff;
    border: 1px solid #e4e7ec;
    border-radius: 20px;
    padding: 22px;
    box-shadow: 0 14px 34px rgba(16, 24, 40, .06);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.index1 .wrap .right .tieude {
    margin-bottom: 0px;
}

.index1 .wrap .right .in1 {
    background: linear-gradient(135deg, #eef8fd, #f8fcff);
    border: 1px solid #b9dced;
    border-radius: 14px;
    padding: 18px 14px;
    text-align: center;
    margin-bottom: 10px;
}

.index1 .wrap .right .in1 .ten1 {
    font-size: 14px;
    color: #667085;
    font-family: Arial, Helvetica, sans-serif !important;
    font-weight: 800 !important;
}

.index1 .wrap .right .in1 .ten2 {
    font-size: 16px;
    color: #475467;
    font-family: Arial, Helvetica, sans-serif !important;
    font-weight: 800 !important;
    margin-top: 5px;
}

.index1 .wrap .right .in1 .ten3 {
    font-size: clamp(24px, 3.6vw, 40px);
    font-family: Arial, Helvetica, sans-serif !important;
    font-weight: 900 !important;
    color: #006fb6;
    line-height: 1.15;
    margin-top: 5px;
}

.index1 .wrap .right .in2 {
    border: 1px solid #eaecf0;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    margin-bottom: 0px;
}

.index1 .wrap .right .in2 .line {
    padding: 11px 13px;
    border-bottom: 1px solid #eaecf0;
}

.index1 .wrap .right .in2 .line div:first-child {
    font-size: 12px;
    color: #98a2b3;
    font-family: Arial, Helvetica, sans-serif !important;
    font-weight: 900 !important;
}

.index1 .wrap .right .in2 .line div:last-child {
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif !important;
    font-weight: 900 !important;
    margin-top: 1px;
}

.index1 .wrap .right .in3 {
    font-size: clamp(23px,3.6vw, 28px);
    font-family: Arial, Helvetica, sans-serif;
    color: #bc0011;
    padding: 10px 0px;
}

.index1 .wrap .right .in4 {
    /* margin-top: 10px; */
    background: #fff8e7;
    border: 1px solid #f4dc9c;
    border-radius: 10px;
    padding: 10px 12px;
    font-size: 12px;
    color: #694f18;
    line-height: 1.55;
}

.index1 .wrap .right .in5 {
    width: 100%;
    border: 0;
    background: linear-gradient(135deg, #c40012, #98000b);
    color: #fff;
    border-radius: 10px;
    padding: 13px;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif !important;
    font-weight: 900 !important;
    cursor: pointer;
    box-shadow: 0 9px 22px rgba(224, 0, 11, .18);
    touch-action: manipulation;
    text-align: center;
}

.index1 .wrap .right .in5:hover {
    background: linear-gradient(135deg, #de7c85, #f02231);
}

.index1 .bottom {
    margin-top: 2px;
    background: #f7fbfe;
    border: 1px solid #b9dced;
    border-radius: 14px;
    padding: 15px 17px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    flex-wrap: wrap;
    box-sizing: border-box;
}

.index1 .bottom .left {
}

.index1 .bottom .left b {
    font-size: 15px;
    font-family: Arial, Helvetica, sans-serif !important;
    font-weight: 900 !important;
    color: #006fb6;
    margin-bottom: 3px;
}

.index1 .bottom .left div {
    font-size: 13px;
    color: #475467;
    line-height: 1.55;
}

.index1 .bottom .right {
    display: flex;
    gap: 9px;
    flex-wrap: wrap;
}

.index1 .bottom .right >a {
    background: #006fb6;
    color: #fff;
    padding: 10px 14px;
    border-radius: 8px;
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif !important;
    font-weight: 900 !important;
    touch-action: manipulation;
}

.index1 .bottom .right >a:hover {
    background: #3ba3e6;
}

.index2 {
    padding: 78px 0px;
    background: #006fb6;
    color: #fff;
}

.index2 .baotieude {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
    margin-bottom: 32px;
}

.index2 .baotieude .box {
    max-width: 900px;
}

.index2 .baotieude .tieude {
    font-size: 13px;
    color: #ff7379;
    font-family: Arial, Helvetica, sans-serif !important;
    font-weight: 900 !important;
    letter-spacing: 1px;
}

.index2 .baotieude h2 {
    font-size: clamp(19px, 3.3vw, 42px);
    line-height: 1.22;
    margin: 10px 0 10px;
    word-break: normal;
    overflow-wrap: normal;
    font-family: Arial, Helvetica, sans-serif !important;
    font-weight: 900 !important;
    color: #fff;
}

.index2 .baotieude p {
    font-size: clamp(12px, 3.1vw, 17px);
    color: #cbd5e1;
    margin: 0;
}

.index2 .baotieude >a.xemthem {
    background: #fff;
    color: #101828;
    padding: 12px 17px;
    border-radius: 9px;
    font-family: Arial, Helvetica, sans-serif !important;
    font-weight: 900 !important;
    font-size: 14px;
    touch-action: manipulation;
}

.index2 .baotieude >a.xemthem:hover {
    background: #ff0;
}

.index2 .wrap {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 17px;
}

.index2 .wrap .box {
    min-height: 245px;
    padding: 24px;
    border-radius: 16px;
    background: linear-gradient(150deg, #0784cf, #005f9d);
    border: 1px solid #4ca5da;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    color: #fff;
}

.index2 .wrap .box:nth-child(2n) {
    background: linear-gradient(150deg, #650008, #b4000d);
}

.index2 .wrap .box .hinh {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 15px;
}

.index2 .wrap .box h3 {
    font-size: clamp(14px, 3.3vw,17px);
    margin: 6px 0;
    font-family: Arial, Helvetica, sans-serif !important;
    font-weight: 900 !important;
}

.index2 .wrap .box h6 {
    font-size: clamp(12px, 2.7vw, 14px);
    color: #cbd5e1;
    margin: 0;
}

.index3 {
    padding: 78px 0px;
    background: #fff;
}

.index3 .baotieude {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
    margin-bottom: 32px;
}

.index3 .baotieude .box {
    max-width: 900px;
}

.index3 .baotieude .tieude {
    font-size: 13px;
    color: #b4000d;
    font-family: Arial, Helvetica, sans-serif !important;
    font-weight: 900 !important;
    letter-spacing: 1px;
}

.index3 .baotieude h2 {
    font-size: clamp(19px, 3.3vw, 42px);
    line-height: 1.22;
    margin: 10px 0 10px;
    word-break: normal;
    overflow-wrap: normal;
    font-family: Arial, Helvetica, sans-serif !important;
    font-weight: 900 !important;
}

.index3 .baotieude p {
    font-size: clamp(13px, 2.9vw, 17px);
    color: #667085;
    margin: 0;
}

.index3 .baotieude >a.xemthem {
    text-decoration: none;
    background: #b4000d;
    color: #fff;
    padding: 12px 17px;
    border-radius: 9px;
    font-family: Arial, Helvetica, sans-serif !important;
    font-weight: 900 !important;
    font-size: 14px;
    touch-action: manipulation;
}

.index3 .baotieude >a.xemthem:hover {
    background: #eb6a73;
}

.index3 .wrap {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 17px;
}

.index3 .wrap .box {
    border: 1px solid #eaecf0;
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
    color: #000;
}

.index3 .wrap .box .hinh {
}

.index3 .wrap .box .noidung {
    padding: 21px;
}

.index3 .wrap .box h3 {
    font-size: clamp(14px, 3vw,20px);
    line-height: 1.35;
    margin: 7px 0;
    font-family: Arial, Helvetica, sans-serif !important;
    font-weight: 900 !important;
}

.index3 .wrap .box h6 {
    font-size: clamp(12px, 2.5vw, 14px);
    color: #667085;
}

.index4 {
    padding: 78px 0px;
    background: #fff;
}

.index4 .wrap-content {
    max-width: 980px;
    margin: auto;
}

.index4 .baotieude {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 31px;
}

.index4 .baotieude h2 {
    font-size: clamp(20px, 3.3vw, 42px);
    line-height: 1.22;
    margin: 10px 0 10px;
    word-break: normal;
    overflow-wrap: normal;
    font-family: Arial, Helvetica, sans-serif !important;
    font-weight: 900 !important;
}

.index4 .baotieude p {
    font-size: clamp(12px, 3vw, 14px);
    color: #667085;
    margin: 0;
}

.index4 .nav-tabs {
    display: flex;
    flex-direction: column;
    gap: 11px;
}

.index4 .nav-tabs .boxcauhoi {
    background: #f9fafb;
    border: 1px solid #eaecf0;
    border-radius: 12px;
    padding: 0 18px;
    touch-action: manipulation;
}

.index4 .nav-tabs .boxcauhoi >a {
    text-transform: unset;
    color: #495057;
}

.index4 .nav-tabs .boxcauhoi >a:hover {
    border: 0px solid #f9fafb;
    transition: unset;
}

.index4 .nav-tabs .boxcauhoi >a.active {
    background: #f9fafb;
    border: 0px;
}

.index4 .nav-tabs .boxcauhoi h3 {
    cursor: pointer;
    padding: 17px 0;
    font-family: Arial, Helvetica, sans-serif !important;
    font-weight: 900 !important;
    font-size: clamp(13px, 3.3vw, 17px);
    display: flex;
    justify-content: space-between;
}

.index4 .nav-tabs .boxcauhoi >a.active h3 span i:first-child {
    display: none;
}

.index4 .nav-tabs .boxcauhoi >a.active h3 span i:last-child {
    display: block;
}

.index4 .nav-tabs .boxcauhoi h3 span i:last-child {
    display: none;
}

.index4 .nav-tabs .boxcauhoi >a.active h6 {
    display: block;
}

.index4 .nav-tabs .boxcauhoi h6 {
    padding: 0 0 18px;
    color: #667085;
    font-size: clamp(12px,3vw, 15px);
    margin-bottom: 0px;
    display: none;
}

.index5 {
    padding: 76px 0px;
    background: #f7f8fa;
}

.index5 .baotieude {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 31px;
}

.index5 .baotieude h2 {
    font-size: clamp(16px, 3.3vw, 42px);
    line-height: 1.22;
    margin: 10px 0 10px;
    word-break: normal;
    overflow-wrap: normal;
    font-family: Arial, Helvetica, sans-serif !important;
    font-weight: 900 !important;
}

.index5 .baotieude p {
    font-size: clamp(12px, 3vw,17px);
    color: #667085;
    margin: 0;
}

.index5 .swiper .box {
    background: #fff;
    border: 1px solid #eaecf0;
    border-radius: 16px;
    padding: 24px!important;
}

.index5 .box .sao {
    color: #f59e0b;
    font-size: 19px;
}

.index5 .box .mota {
    font-size: 16px;
    color: #344054;
    margin: 5px 0px 15px;
}

.index5 .box b {
    font-family: Arial, Helvetica, sans-serif !important;
    font-weight: 800 !important;
}

.index5 .slogan {
    font-size: 12px;
    color: #98a2b3;
    text-align: center;
    /* margin-top: 12px; */
}

.index6 {
    padding: 70px 0px;
    background: #b4000d;
    color: #fff;
}

.index6 .wrap-content {
    display: grid;
    gap: 30px;
    grid-template-columns: auto auto;
    justify-items: stretch;
    justify-content: space-between;
}

.index6 .left {
    /* max-width: 780px; */
}

.index6 .left .tieude {
    font-size: 13px;
    color: #ffd8da;
    font-family: Arial, Helvetica, sans-serif !important;
    font-weight: 900 !important;
    letter-spacing: 1px;
}

.index6 .left h2 {
    font-size: clamp(20px, 4vw, 48px);
    line-height: 1.15;
    margin: 9px 0 11px;
    font-family: Arial, Helvetica, sans-serif !important;
    font-weight: 900 !important;
}

.index6 .left p {
    font-size: clamp(12px, 3.3vw,17px);
    color: #ffe7e8;
    margin: 0;
}

.index6 .right {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    justify-content: flex-end;
}

.index6 .right >a:first-child {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #006fb6;
    color: #fff;
    text-decoration: none;
    border-radius: 10px;
    padding: 14px 18px;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif !important;
    font-weight: 900 !important;
    touch-action: manipulation;
}

.index6 .right >a:first-child:hover {
    background: #40aef4;
}

.index6 .right >a:last-child {
    background: #fff;
    color: #a9000c;
    border-radius: 10px;
    padding: 12px 22px;
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif !important;
    font-weight: 900 !important;
    box-shadow: 0 10px 24px rgba(0, 0, 0, .13);
    touch-action: manipulation;
}

.index6 .right >a:last-child:hover {
    background: #40aef4;
    color: #fff;
}

.swiper {
    padding-bottom: 40px;
}

.swiper-pagination {
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    border: 0px;
    background: #ddd;
    padding: 0px;
    display: inline-block;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    width: 24px;
    height: 10px;
    border-radius: 999px;
    border: 0px;
    background: #b4000d;
}

/* Product */
.filter {
    /* position: absolute; */
    right: 0px;
    top: 0px;
    padding: 5px 10px;
    background: #f1f1f1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    text-transform: uppercase;
    border-radius: 5px;
    cursor: pointer;
    border: 1px solid #ddd;
    display: none;
    width: fit-content;
    margin-left: auto;
}

.flex-product-main {
    /* display: flex;
	gap: 20px; */
}

.flex-product-main .left-product {
    /* width: 250px; */
    width: 300px;
    border: 1px solid #f1f1f1;
    /* padding: 20px; */
    border-radius: 5px;
}

.flex-product-main .right-product {
    /* width: calc(100% - 250px); */
}

.wr-search p {
    font-weight: bold;
    text-transform: uppercase;
}

.product {
    background: #ffffff;
    border: 1px solid #d8e9ff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 12px 28px rgba(0, 91, 234, 0.08);
    /* display: flex; */
    /* flex-direction: column; */
    /* height: 100%; */
    box-sizing: border-box;
    margin-bottom: 15px;
}

.product .pic-product {
    background: #eaf4ff;
}

.product .pic-product img {
}

.product .pic-product>a {
}

.sp-info {
    padding: 16px;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
}

.sp-info h4 {
    font-size: 15px;
    color: #526a8a;
    line-height: 1.7;
    margin-bottom: 12px;
    height: 81px;
    overflow: hidden;
}

.product .name-product {
}

.name-product a {
    font-size: 20px;
    color: #10233d;
    font-weight: 700;
    margin-bottom: 8px;
    display: block;
    height: 51px;
    overflow: hidden;
}

.product_info {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sp-info p {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin: 4px 0 14px;
    min-height: 34px;
    box-sizing: border-box;
}

.sp-info .nhanzalo {
    display: inline-block;
    text-decoration: none;
    background: #005bea;
    color: #ffffff;
    font-weight: 700;
    padding: 10px 16px;
    border-radius: 999px;
    margin-top: auto;
    align-self: flex-start;
}

.sp-info .nhanzalo:hover {
    background: var(--bs-cyan);
}

.sp-info .nhanzalo1 {
    display: inline-block;
    background: #005bea;
    color: #ffffff;
    border-radius: 999px;
    padding: 7px 13px;
    font-size: 13px;
    line-height: 1;
    font-weight: 700;
    box-shadow: 0 8px 18px rgba(0, 91, 234, 0.16);
}

.sp-info .nhanzalo1:hover {
    background: var(--bs-cyan);
}

.product .name-product a:hover {
    color: var(--color-web);
}

.product .name-product .text-split {
    -webkit-line-clamp: 2;
}

.price-product {
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.price-product .price-new {
    color: #e11d48;
    font-size: 16px;
    line-height: 1.15;
    font-weight: 700;
}

.price-product .price-old {
    color: #8aa0bd;
    font-size: 15px;
    font-weight: 800;
    text-decoration: line-through;
    text-decoration-thickness: 2px;
}

.price-per {
    display: inline-block;
    background: #fff1d1;
    color: #8a4d00;
    border: 1px solid #ffd27a;
    border-radius: 999px;
    padding: 4px 9px;
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
}

.box-cat {
    text-align: center;
}

.box-cat h3 {
    font-size: 14px;
    color: #333;
    margin-top: 10px;
}

.box-cat:hover h3 {
    color: #f00;
}

.cart-product {
    margin: 5px 0 0 0px;
}

.cart-product span {
    cursor: pointer;
    color: #fff;
    text-align: center;
    padding: 0px 5px;
    border-radius: 5px;
    display: inline-block;
    line-height: 34px;
    font-size: 13px;
    font-weight: 700;
}

.cart-add {
    margin-left: 10px;
    background-color: #00a5d9;
    width: 155px;
}

.cart-add:hover {
    background-color: #fed402;
}

.cart-buy {
    background-color: #ff2e00;
    width: 93px;
    height: 33px;
}

.cart-buy:hover {
    background-color: #fed402;
}

.grid-product {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    align-items: stretch;
}
.progress-wrap {
	position: fixed;
	bottom: 50px;
	right: 12px;
	height: 50px;
	background: #4a90e2;
	width: 50px;
	cursor: pointer;
	display: block;
	border-radius: 50px;
	z-index: 999;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(20px);
	-ms-transform: translateY(20px);
	transform: translateY(20px);
	-webkit-transition: all 400ms linear;
	-o-transition: all 400ms linear;
	transition: all 400ms linear;
	-webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.3);
}

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

.progress-wrap::after {
	position: absolute;
	font-family: 'FontAwesome';
	content: '\f077';
	text-align: center;
	font-size: 16px;
	font-weight: 900;
	color: #fff;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	cursor: pointer;
	display: flex;
	z-index: 1;
	-webkit-transition: all 400ms linear;
	-o-transition: all 400ms linear;
	transition: all 400ms linear;
	align-items: center;
	justify-content: center;
	pointer-events: none;
}

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

.progress-wrap svg.progress-circle path {
	stroke: #fff;
	stroke-width: 4;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 400ms linear;
	-o-transition: all 400ms linear;
	transition: all 400ms linear;
}