@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,500&display=swap");

ul {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0;
    font-family: 'Roboto', sans-serif;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    text-decoration: none;
    cursor: pointer !important;
    color: #0078C1;
}

input {
    outline: 0;
}

.un-style {
    color: inherit;
    text-decoration: none;
}

.list-tab {
    display: flex;
    justify-content: center;
}

.list-tab ul li {
    margin-right: 20px;
    padding-top: 12px;
    padding-bottom: 12px;
}

.list-tab ul li .active {
    background: #074200;
    color: #fff;
}

.list-tab ul li a {
    border: 1px solid #ccc;
    padding-left: 70px;
    padding-right: 70px;
    border-radius: 110px;
    color: inherit;
    padding-top: 12px;
    padding-bottom: 12px;
}

form .group {
    display: flex;
    position: relative;
}

form .group .icon-search {
    position: absolute;
    right: 22px;
    top: 8px;
    cursor: pointer;
}

form .group input.radius {
    border-radius: 30px;
}

.tab-content {
    /*h2{
  font-size: 20px;
}*/
}

.tab-content table tr td,
.tab-content table tr th {
    border: 1px solid #ccc;
}

.tab-content table tr th {
    background: #129d02a6;
    color: #fff;
}

button.btn-link {
    border: 1px solid red;
    border-radius: 25px;
    padding-left: 20px;
    padding-right: 13px;
    background: none;
    font-weight: 700;
    color: red;
    margin-top: 11px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.btn-link:hover {
    border: 1px solid red;
    color: red;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1400px;
    }
}

.no-padding {
    padding-right: 0;
    padding-left: 0;
}

p {
    line-height: 1.6;
    margin: 0.8em 0;
}

@media (min-width: 1024px) {
    .product .col-lg-3 {
        padding-right: 4px;
        padding-left: 4px;
    }
}

body {
     font-family: 'Roboto', sans-serif;
    font-size: 14px;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    font-size: 18px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
}

.mySwiper2 {
    height: 80%;
    width: 100%;
}

.mySwiper {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

.mySwiper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}

.mySwiper .swiper-slide-thumb-active {
    opacity: 1;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
}

.page__content .home-news {
    position: relative;
    top: 0;
    right: 0;
}

.page__content .home-news .home-news__inner {
    width: 450px;
    max-width: 100%;
    position: absolute;
    bottom: 40px;
    right: 62px;
    z-index: 10;
}

.page__content .home-news .home-news__inner .news-slider {
    position: relative;
    z-index: 1;
    padding-right: 30px;
    background-color: #031b55b8;
}

.page__content .home-news .home-news__inner .news-slider .news-slider__container {
    height: 66px;
}

.page__content .home-news .home-news__inner .news-slider .news-slider__container .swiper-slide {
    height: auto;
}

.page__content .home-news .home-news__inner .news-slider .news-slider__container .swiper-slide .news.media {
    display: flex;
    align-items: center;
}

.page__content .home-news .home-news__inner .news-slider .news-slider__container .swiper-slide .news.media .news__label {
    color: #fff;
    margin-right: 15px;
    border: 1px solid #fff;
    padding: 7px 10px;
    margin-left: 10px;
}

.page__content .home-news .home-news__inner .news-slider .news-slider__container .swiper-slide .news.media .news__title,
.page__content .home-news .home-news__inner .news-slider .news-slider__container .swiper-slide .news.media .news__time {
    color: #fff;
    font-size: 14px;
}

.page__content .home-news .home-news__inner .news-slider .swiper-button-next.news {
    background-image: url("../images/Polygon-2.svg");
    background-size: 48%;
    top: 45px;
}

.page__content .home-news .home-news__inner .news-slider .swiper-button-prev.news {
    background-image: url("../images/Polygon-1.svg");
    background-size: 48%;
    top: 15px;
    left: calc(100% - 36px);
}

.page__content .home-news .home-news__inner .news-slider .news.media {
    width: 100%;
}

.page__content .home-news .banner-slider__frame {
    height: 650px;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: "»" !important;
}

.header-main {
    background-position: center;
    height: 100px;
    background-repeat: no-repeat;
}

.header-main .header-inner {
    display: flex;
    justify-content: space-between;
    height: 100px;
    align-items: center;
}

.header-main .header-inner #logo img {
    height: 80px;
}

.header-main .header-inner .language {
    right: 0;
    top: -16px;
}

.header-main .header-right .support span {
    font-size: 12px;
    margin-top: 5px;
}

.header-main .header-right .support .support-item {
    display: flex;
}

.header-main .header-right form {
    border: 1px solid #0078C1;
    border-radius: 5px;
    height: 100%;
}

.header-main .header-right form input {
    padding: 0 0 0 20px;
    width: 468px;
}

.header-main .header-right form input:focus {
    outline: 0;
    box-shadow: unset;
}

.header-main .header-right form button {
    background: #0078C1;
    height: 38px;
    color: #fff;
}

.header-main .header-right .box-text a {
    color: #333;
}

.header-bottom {
    background: #FF000A;
}

nav.navbar.navbar-expand-lg.navbar-light.bg {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}

nav.navbar.navbar-expand-lg.navbar-light.bg .navbar-nav {
    justify-content: start;
    width: 100%;
    height: 50px;
    align-items: center;
}

nav.navbar.navbar-expand-lg.navbar-light.bg .navbar-nav li:first-child {
    margin-left: 0;
}

nav.navbar.navbar-expand-lg.navbar-light.bg .navbar-nav li:first-child a {
    padding-left: 0;
}

nav.navbar.navbar-expand-lg.navbar-light.bg .navbar-nav li {
    position: relative;
}

nav.navbar.navbar-expand-lg.navbar-light.bg .navbar-nav li span.btn-dropmenu {
    position: absolute;
    right: 4px;
    color: #084F9D;
    top: 7px;
}

nav.navbar.navbar-expand-lg.navbar-light.bg .navbar-nav li ul.sub-menu {
    position: absolute;
    background: #fff;
    min-width: 200px;
    z-index: 1000;
    padding-left: 0;
    list-style: none;
    padding-top: 15px;
    padding-bottom: 15px;
}

nav.navbar.navbar-expand-lg.navbar-light.bg .navbar-nav li ul.sub-menu a {
    text-transform: inherit;
    padding-left: 20px;
    color: #333;
}

nav.navbar.navbar-expand-lg.navbar-light.bg .navbar-nav li ul.sub-menu a span.btn-dropmenu {
    position: absolute;
    right: 12px;
    text-align: left;
}

nav.navbar.navbar-expand-lg.navbar-light.bg .navbar-nav li ul.sub-menu ul {
    position: absolute;
    left: 100%;
    width: 100%;
    background: #01AEF0;
    list-style: none;
    top: 0px;
    display: none;
}

nav.navbar.navbar-expand-lg.navbar-light.bg .navbar-nav li a {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    padding-left: 20px;
    padding-right: 20px;
}

nav.navbar.navbar-expand-lg.navbar-light.bg .navbar-nav li .btn-dropmenu i {
    color: #fff;
}

nav.navbar.navbar-expand-lg.navbar-light.bg .navbar-nav li .dropdown-toggle::after {
    margin-left: 5px;
}

nav.navbar.navbar-expand-lg.navbar-light.bg .navbar-nav li .fa-search.click {
    font-size: 19px;
    color: #fff;
    margin-left: 16px;
    cursor: pointer;
}

nav.navbar.navbar-expand-lg.navbar-light.bg .navbar-nav li form.search-nav {
    position: absolute;
    display: none;
    right: 10px;
    z-index: 999999;
    padding-top: 18px;
}

nav.navbar.navbar-expand-lg.navbar-light.bg .navbar-nav li:last-child,
nav.navbar.navbar-expand-lg.navbar-light.bg .navbar-nav li:first-child {
    border: none;
}

nav.navbar.navbar-expand-lg.navbar-light.bg .navbar-brand img {
    width: 100%;
    height: 75px;
}

nav.navbar.navbar-expand-lg.navbar-light.bg .main-nav {
    width: 100%;
    position: relative;
    display: flex;
}

i.fa.fa-bars {
    color: inherit;
}

nav.navbar.navbar-expand-lg.navbar-light.bg .navbar-nav li a:hover {
    color: #fcd40f;
}

footer .footer {
    padding-top: 40px;
    border-top: 3px solid #FF000A;
}

footer .footer .grid-footer-row {
    display: grid;
    grid-template-columns: 478px 160px 152px 385px;
    grid-gap: 65px;
}

footer .footer .grid-footer-row .grid-footer-col h2 {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
}

footer .footer .grid-footer-row .grid-footer-col p {
    margin-top: 6px;
    margin-bottom: 6px;
}

footer .footer .grid-footer-row .grid-footer-col .menu-footer {
    list-style: none;
}

footer .footer .grid-footer-row .grid-footer-col .menu-footer li a {
    padding: 5px 0;
    display: block;
}

footer .footer .footer-note {
    border-top: 2px solid #FF000A;
    border-bottom: 2px solid #FF000A;
    padding: 10px 30px;
    margin-top: 15px;
    margin-bottom: 25px;
}

footer .footer .footer-note img {
    border-right: 2px solid #FF000A;
    padding-right: 25px;
}

footer .footer .footer-note p {
    padding-left: 20px;
    font-size: 16px;
}

footer .footer .footer-primary {
    background: #004570;
    margin-bottom: 10px;
}

footer .footer .footer-primary p {
    color: #fff;
}

section.product-home {
    padding-top: 30px;
    padding-bottom: 50px;
}

.product-cat .gird-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
}

.product-cat .container-title {
    margin-top: 18px;
    margin-bottom: 12px;
    background: #EEEEEE;
}

.product-cat .container-title h2.cat-title {
    position: relative;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 8px 32px;
    background: #FF000A;
    color: #fff;
}

.product-cat .container-title h2.cat-title::after {
    content: '';
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 5px solid red;
    border-bottom: 7px solid transparent;
    position: absolute;
    right: -5px;
    top: 50%;
    transform: translateY(-50%);
}

.product-cat .container-title a {
    margin-right: 20px;
    color: #0078C1;
    text-decoration: underline;
}

.product-cat .product-item {
    box-shadow: 1px 1px 6px 1px #ccc;
    padding-bottom: 20px;
    height: 100%;
}

.product-cat .product-item .product-price {
    align-items: center;
    justify-content: space-between;
    padding-left: 25px;
    padding-right: 25px;
}

.product-cat .product-item .product-price .price-wrap .regular-price {
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #999999;
    margin-bottom: 3px;
    text-decoration: line-through;
}

.product-cat .product-item .product-price .price-wrap .regular-sale {
    color: #FF000A;
    font-weight: bold;
}

.product-cat .product-item .product-price .meta-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    min-width: 68px;
}

.product-cat .product-item .product-price .meta-wrap .discount {
    display: block;
    background: #FF000A;
    color: #fff;
    padding-left: 6px;
    padding-right: 8px;
    margin-bottom: 5px;
}

.product-cat .product-item .product-price .meta-wrap .detail {
    background: #0078C1;
    width: 100%;
    text-align: center;
    color: #fff;
}

.product-cat .product-item .box-text h3.product-title {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    padding: 5px 16px;
    margin-bottom: 10px;
}

.product-cat .product-item .box-image {
    position: relative;
}

.product-cat .product-item .box-image span.label {
    background: #0078C1;
    position: absolute;
    padding: 2px 12px;
    color: #fff;
    left: 0;
    top: 0;
    font-size: 20px;
}

.product-cat .product-item .box-image span.promotion-lable {
    position: absolute;
    right: 16px;
    top: 16px;
}

.product-cat .product-item .box-image .product-image img {
    width: 250px;
    height: 250px;
    object-fit: cover;
}

.product-cat .product-item .box-image a {
    display: block;
    padding-top: 12px;
}

.widget {
    padding-right: 20px;
}

.widget h2.widget-title {
    font-size: 14px;
    text-transform: uppercase;
    background: #FF0000;
    padding: 11px 30px;
    color: #fff;
    font-weight: bold;
}

.widget h2.widget-title i {
    margin-right: 12px;
    font-size: 18px;
}

.widget .product-category {
    border: 1px solid #E4E4E4;
}

.widget .product-category .item {
    border-bottom: 1px solid #E4E4E4;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding: 5px 0px;
}

.widget .product-category .item::before {
    position: absolute;
    content: "\f105";
    font-family: 'FontAwesome';
    top: 12px;
    left: 15px;
    color: #0078C1;
    font-weight: bold;
}

.widget .product-category .item:last-child {
    border-bottom: none;
}

.widget .product-category .item .nav-link {
    display: flex;
    align-items: center;
    padding-left: 30px;
}

.widget ul.child-category {
    margin-top: 10px;
}

.widget ul.child-category li {
    line-height: 26px;
}

.widget ul.child-category li {
    display: flex;
    align-items: center;
}

.widget .item .nav-link {
    display: flex;
    align-items: center;
    padding: 3px 0;
}

.widget .item .nav-link h3 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}

.widget ul.child-category {
    list-style: none;
    display: none;
    width: 100%;
}

.widget ul.child-category .nav-item {
    display: flex;
    align-items: center;
    border-top: 1px solid #E4E4E4;
    padding-left: 30px;
    padding-top: 3px;
    padding-bottom: 3px;
}

.widget ul.child-category .nav-item::before {
    content: "\f0c8";
    font-family: 'FontAwesome';
    font-size: 6px;
    color: #0078C1;
}

.widget ul.child-category .nav-item a.nav-link {
    padding-left: 10px;
}

.widget .item button {
    margin-left: auto;
    background: unset;
    border: none;
    cursor: pointer;
    width: 35px;
    height: 35px;
}

.widget .item button:focus {
    outline: 0;
    border: none;
}

.widget .item button i.active {
    transform: rotate(-180deg);
}

.product-cat .container-title a:hover {
    font-weight: bold;
}

.wrap-breadcrumbs .breadcrumb {
    background: transparent;
    border-bottom: 1px solid #ccc;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 0;
}

.wrap-breadcrumbs .breadcrumb li {
    font-size: 14px;
}

.wrap-breadcrumbs .breadcrumb li a {
    font-size: 14px;
    color: #000000;
}

.wrap-breadcrumbs .breadcrumb li a i {
    margin-right: 10px;
    font-size: 23px;
    color: #084F9D;
}

.wrap-breadcrumbs .breadcrumb li:before {
    font-size: 14px;
}

.page-template {
    background: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
}

.page-template .page-title {
    color: #0078C1;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}

.page-template .box-image {
    padding-right: 20px;
}

.page-template .box-image img {
    border-radius: 20px;
    box-shadow: 1px 3px 5px 3px #ccc;
}

.page-template .box-text .section-title {
    font-size: 24px;
    font-weight: bold;
    color: #00377B;
    margin-top: 30px;
}

.page-template .box-text .section-title::after {
    content: '';
    width: 50px;
    height: 2px;
    display: block;
    background: #00377B;
    margin-top: 8px;
    margin-bottom: 18px;
}

.page-template .row-section {
    display: flex;
}

.page-template .row-section .box-image {
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 8%;
}

.page-template .row-section .box-text {
    flex: 2;
}

/*      .page-template .row-section .box-text p {
        margin-bottom: 10px; }*/
.page-template section {
    padding-top: 50px;
    padding-bottom: 50px;
}

.page-template .vision-mission {
    background: #EEEEEE;
}

.contact {
    padding-bottom: 50px;
}

.contact h4 {
    font-size: 16px;
    border-bottom: 2px solid #d8d8d8;
}

.contact h3 {
    font-size: 1.26em;
    font-weight: 600;
}

.contact .info {
    align-items: center;
}

.contact .info .icon {
    width: 61px;
}

.contact .info .icon i {
    font-size: 35px;
    color: #333;
    margin-left: 12px;
}

.contact .info .icon .fa-map-marker {
    margin-right: 25px;
}

.contact .info .icon .fa-envelope-o {
    font-size: 25px;
}

.contact .info b {
    font-size: 18px;
}

.contact button {
    background: #084F9D;
    color: #fff;
    padding: 6px 20px;
}

.contact iframe {
    margin-bottom: 25px;
}

.footer .info:last-child p {
    margin-bottom: 0;
}

.address p {
    margin-top: 2px;
    margin-bottom: 15px;
}

section.product-home .child-category li {
    margin-right: 10px;
}

section.product-home .child-category li a {
    color: #333 !important;
    text-decoration: none !important;
}

.product-item .product-price a.btn-contact {
    text-transform: uppercase;
    padding: 10px 31px;
    background: #FF000A;
    color: #fff;
    margin: 0 auto;
    margin-bottom: 6px;
    font-weight: bold;
}

.widget .service-category {
    border: 1px solid #ccc;
}

.widget .service-category .item {
    padding: 8px 15px;
    position: relative;
    border-bottom: 1px solid #ccc;
}

.widget .service-category .item:before {
    position: absolute;
    content: "\f105";
    font-family: 'FontAwesome';
    top: 12px;
    left: 15px;
    color: #0078C1;
    font-weight: bold;
}

.widget .service-category .item a.nav-link {
    padding-left: 15px;
}

.widget .service-category .item:last-child {
    border: none;
}

.archive-service {
    padding-bottom: 30px;
}

.archive-service .service-item .box-text h3 {
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    margin-top: 15px;
}

.archive-service .service-item .box-image img {
    height: 250px;
    object-fit: cover;
}

img {
    max-width: 100%;
}

@media (min-width: 768px) and (max-width: 992px) {
    .header-right {
        top: 0 !important;
    }

    .header-main .header-inner .language {
        top: 13px !important;
    }

    .header-main .header-right form input {
        width: 317px;
    }

    .support-item.icon-cart .box-icon {
        margin-left: 6px;
    }

    nav.navbar.navbar-expand-lg.navbar-light.bg .navbar-nav {
        height: auto;
    }
}

@media (max-width: 768px) {
    .page-template .row-section {
        display: unset;
    }

    .wrap-banner {
        display: flex;
        align-items: center;
    }

    .wrap-banner img {
        height: auto;
    }

    nav.navbar li span.btn-dropmenu {
        position: absolute;
        top: 0;
        right: 0;
        background: #ccc;
        padding-left: 10px;
        padding-right: 11px;
        padding-bottom: 4px;
        border-radius: 78px;
        width: 30px;
        height: 30px;
    }

    nav.navbar li span.btn-dropmenu i {
        font-size: 20px;
        color: #333;
    }

    ul.sub-menu {
        position: unset !important;
        padding-left: 14px !important;
    }

    ul.sub-menu ul {
        position: unset !important;
    }

    .product-archive .product-item {
        display: revert !important;
    }

    .product-archive .product-item .image-box {
        margin-bottom: 1px;
        max-width: unset !important;
        height: unset !important;
        margin-left: unset !important;
    }

    .product-archive .product-item .image-box img {
        height: unset !important;
    }

    .product-archive .product-item .text-box {
        padding: 40px 20px 40px 20px !important;
    }

    .top-bar .flex-row .flex-lefft .contact-bar li:first-child {
        border-right: none;
    }

    .company-image img {
        border: 9px solid #fff;
    }

    .header-main .header-inner {
        flex-direction: column;
    }

    .header-main .header-inner .header-text-2 {
        display: none;
    }

    .header-main .logo {
        z-index: 10;
    }

    .header-main .header-text {
        z-index: 10;
    }

    .swiper-button-next {
        right: 5px !important;
    }

    .swiper-button-prev {
        left: 5px !important;
    }

    .home-about h2.slogan {
        padding-left: 0px;
        padding-right: 0px;
        font-size: 15px;
        line-height: 30px;
        padding-top: 20px;
    }

    section.home-news .post-item {
        display: unset;
    }

    section.home-news .post-item .box-image img {
        width: 100%;
        height: 225px;
    }

    .template-page .page-content .image-box:after {
        content: unset;
    }

    .wrap-cat ul.cat-list li {
        margin-bottom: 10px;
    }

    .archive-post .first-post .box-text {
        padding-left: 0 !important;
    }

    .archive-post .first-post .box-text p.excerpt {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        max-height: 4.5em;
        line-height: 1.5;
    }

    .archive-post .first-post .box-text h3.post-title {
        margin-top: 15px;
        font-size: 16px !important;
    }

    .archive-post .last-post .post-item .box-image img {
        height: auto !important;
    }

    .archive-post .last-post .post-item .box-text {
        padding-left: 0 !important;
    }

    .archive-post .last-post .post-item .box-text h3.post-title {
        margin-top: 15px;
    }

    nav ul.pagination {
        justify-content: center !important;
    }

    .sidebar .item-link {
        text-align: center;
    }

    .archive-post .first-post .box-image {
        min-width: unset !important;
    }

    .single-post h1.post-title {
        font-size: 20px !important;
    }

    section.home-news .post-item .box-text {
        padding-bottom: 16px;
    }

    section.home-news .post-item .box-text p.excerpt {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        max-height: 1.5 em;
        line-height: 1.5;
    }

    footer .footer .grid-footer-row {
        grid-template-columns: repeat(5, 1fr);
    }

    .grid-footer-col:nth-child(1) {
        grid-column: 1/10;
    }

    .grid-footer-col:nth-child(2) {
        grid-column: 1/4;
    }

    .grid-footer-col:nth-child(3) {
        grid-column: 4/10;
    }

    .grid-footer-col:nth-child(4) {
        grid-column: 10/1;
    }

    .grid-footer-col:nth-child(5) {
        grid-column: 1/10;
    }
}

@media (max-width: 320px) {
    .breadcrumbs ul li.item {
        padding-right: 3px !important;
        padding-left: 20px !important;
    }
}

@media (max-width: 768px) and (min-width: 426px) {
    .top-bar {
        max-height: 87px;
    }

    .product-cat .gird-row {
        grid-template-columns: repeat(3, 1fr);
    }

    footer .footer .grid-footer-row {
        grid-gap: 28px;
    }

    .grid-footer-col:nth-child(1) {
        grid-column: 1/5;
    }

    .grid-footer-col:nth-child(2) {
        grid-column: 5/10;
    }

    .grid-footer-col:nth-child(3) {
        grid-column: 1/5;
    }

    .grid-footer-col:nth-child(4) {
        grid-column: 5/10;
    }

    .grid-footer-col:nth-child(5) {
        grid-column: 1/10;
    }

    .header-main .header-right form input {
        width: 500px;
    }

    .header-right {
        top: 19px !important;
    }

    .header-main .header-inner .language {
        top: 16px !important;
    }
}

@media (max-width: 426px) {

    .cart-page .cart-container table .product-name h2,
    .cart-page .cart-container table tr th:nth-child(2) {
        font-size: 16px !important;
        padding-left: 0px !important;
    }

    .input-qty {
        width: 38px;
    }

    .archive-document {
        padding-top: 0 !important;
    }

    .archive-document table.product-document tr .document-name,
    .archive-document table.product-document tr th:nth-child(2) {
        padding-left: 10px !important;
    }

    .single-post .table-content {
        width: 100% !important;
    }

    .archive-post {
        padding-top: 10px !important;
    }

    .sidebar h2 {
        margin-top: 20px;
    }

    .sidebar {
        padding-left: 0 !important;
    }

    .archive-post .post-date {
        padding-bottom: 0 !important;
    }

    .sidebar .post-item {
        max-width: unset !important;
    }

    .archive-post .last-post .post-item .box-text p {
        margin-top: 10px !important;
    }

    .archive-post .first-post .box-image img {
        height: auto !important;
    }

    .single-product .meta-box form input {
        margin-bottom: 10px;
    }

    .single-product .product-content {
        margin-top: 0 !important;
    }

    .single-product .product-info-content .product-info .cart .buttons_added {
        margin-bottom: 18px;
    }

    .single-product .product-info-content .product-info .promotion {
        margin-top: 29px;
    }

    .single-product .product-info-content .product-info .cart {
        display: unset !important;
    }

    .single-product .product-info-content .product-info .special-offers .special-offers-wrap {
        flex-wrap: wrap;
    }

    .product-cat .container-title ul.child-category {
        width: 100%;
        overflow-x: auto;
        white-space: nowrap;
    }

    .page-template .box-image {
        padding-right: 0;
    }

    .page__content .home-news .home-news__inner {
        position: revert;
    }

    nav.navbar.navbar-expand-lg.navbar-light.bg .navbar-nav {
        height: auto;
        padding-left: 23px;
        padding-top: 50px;
        align-items: unset;
    }

    nav.navbar.navbar-expand-lg.navbar-light.bg .navbar-brand img {
        width: 260px;
        margin-right: 0 !important;
    }

    nav.navbar.navbar-expand-lg.navbar-light.bg .navbar-nav li {
        line-height: 33px;
    }

    .home-about .about-content {
        margin-bottom: 36px;
    }

    .home-about .about-content h2 {
        text-align: center;
        line-height: 42px;
        font-size: 31px;
        margin-top: 20px;
    }

    .home-about .video-about .video iframe {
        height: 190px;
    }

    .page .page_content h2 {
        text-align: center;
        line-height: 41px;
        padding-bottom: 30px;
    }

    .wraper-banner {
        display: none;
    }

    .navbar .navbar-toggler {
        padding: 5px 5px;
    }

    .latest-post .post-item .image-box a {
        width: 100% !important;
        height: auto !important;
    }

    .latest-post .post-item .text-box {
        padding-left: revert !important;
    }

    .archive-post .news-cat {
        margin-bottom: 20px;
    }

    .breadcrumbs {
        padding-left: 10px;
    }

    .product-archive {
        padding-top: 0;
    }

    .project-list {
        padding-top: 30px;
    }

    .project-list .project-item .text-box a {
        display: revert;
    }

    .project-list .project-item .text-box a h3 {
        margin-bottom: 18px;
        text-align: center;
        line-height: 22px;
    }

    .project-list .project-item .text-box .btn.view-more {
        width: 100%;
    }

    .contact-us .form-row .form-group {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .archive-post .post-item-left .image-box img,
    .single-post .post-item-left .image-box img {
        height: 100% !important;
    }

    .document .tbl-document table tr th:nth-child(1) {
        padding-left: unset !important;
        text-align: center !important;
    }

    .gallery-detail .gallery-4 .swiper-slide img {
        height: 52px !important;
    }

    .contact {
        padding-top: 20px;
    }

    .single-product .product-item {
        display: revert;
    }

    .single-product .product-item .text-box {
        padding: 18px 15px 40px 15px;
    }

    .single-product .product-item .image-box {
        margin-bottom: 1px;
    }

    .single-product .product-item .image-box img {
        height: 100%;
    }

    .top-bar .contact-bar {
        display: none;
    }

    .product-cat .gird-row {
        grid-template-columns: repeat(2, 1fr);
    }

    .product-cat .product-item .product-price {
        padding-left: 8px;
        padding-right: 8px;
    }

    .product-cat .product-item .box-text h3.product-title {
        padding: 5px 10px;
    }

    .product-cat .product-item .box-image .product-image img {
        height: 180px;
        padding: 10px;
    }

    .product-cat .container-title h2.cat-title {
        font-size: 14px;
        padding: 8px 14px;
    }

    footer .footer .footer-note {
        padding: 10px 0px;
    }

    footer .footer .footer-note p {
        font-size: 14px;
    }

    .widget {
        padding-right: 0;
    }

    footer .footer {
        padding-top: 20px;
    }

    footer .footer .grid-footer-row {
        grid-gap: 14px;
    }

    .header-main .header-right form input {
        width: 100%;
        min-width: 243px;
    }

    .header-main .header-inner {
        height: 110px;
    }
}

@media (max-width: 992px) {
    .home-about .video-about .video {
        position: revert;
    }

    .page .page_content .page_block {
        padding: 0 15px;
    }

    .page .page_content .page_block iframe {
        width: 100%;
        height: 197px;
    }

    .support .support-item:nth-child(2),
    .support .support-item:last-child {
        display: none !important;
    }

    .header-right form {
        margin-left: 50px;
    }

    .header-right {
        width: 100%;
        top: 29px;
    }

    .support-item.icon-cart .box-text {
        display: none;
    }

    .header-main .header-inner .language {
        top: -26px;
    }

    nav.navbar .navbar-nav li a {
        color: inherit !important;
        padding-left: 0 !important;
    }

    nav.navbar .navbar-nav {
        padding-top: 30px;
    }

    .header-main .header-right form {
        height: auto;
        position: relative;
    }

    .header-main .header-right form button {
        position: absolute;
        right: 0px;
        background: transparent;
        color: #333;
    }

    .header-main .header-right form input::placeholder {
        font-size: 14px;
    }

    .widget ul.child-category .nav-item {
        flex-wrap: wrap;
    }
}

@media (max-width: 321px) {
    nav.navbar.navbar-expand-lg.navbar-light.bg .navbar-brand img {
        width: 230px;
    }
}

@media (min-width: 991px) and (max-width: 1200px) {
    .about-fill .bg-fill .company-image .box-image img {
        object-fit: cover;
    }
}

@media (max-width: 1024px) {
    .about-fill .bg-fill .icon-box {
        margin-left: 8%;
    }
}

@media (min-width: 1024px) {
    .counter-list {
        -ms-flex: 0 0 18.3%;
        flex: 0 0 18.3%;
        max-width: 18.3%;
    }

    .counter-list:last-child {
        -ms-flex: 0 0 22%;
        flex: 0 0 22%;
        max-width: 22%;
    }
}

@media (max-width: 991px) {
    .header-bottom {
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .header-bottom .navbar {
        margin-left: auto;
    }

    .header-bottom .navbar .navbar-collapse.mobile {
        position: fixed;
        height: 100%;
        width: 80%;
        background: #fff;
        top: 0;
        left: -1000px;
        z-index: 100;
        transition: all 0.3s;
    }

    .header-bottom .navbar .navbar-collapse.mobile.active {
        left: 0px;
    }

    .header-bottom .navbar .collapse {
        display: block;
    }

    .header-bottom .main-nav {
        display: flex;
        align-items: center;
    }

    .header-bottom .main-nav .menu-right {
        width: unset !important;
    }

    .header-bottom .main-nav .menu-right .dropdown-menu {
        min-width: 4.3rem !important;
        border: none;
    }

    .header-bottom .main-nav .navbar-toggler {
        margin-top: 5px;
        z-index: 12;
        background: #fff;
        padding: 0;
    }

    .header-bottom .main-nav .navbar-toggler i {
        padding: 6px;
    }

    .header-bottom .menu-right form.search {
        width: 245px;
        top: -19px;
        right: -6px;
        display: block;
    }

    .header-bottom .menu-right form.search input.form-control {
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
        border-left: 1px solid #ced4da;
        border-top: 1px solid #ced4da;
    }

    .header-bottom .menu-right form.search button.input-group-text {
        border-top-right-radius: 22px;
        border-bottom-right-radius: 20px;
        background: transparent;
    }

    .overlay-mobile.show {
        position: fixed;
        width: 100%;
        height: 100%;
        background-color: #0e0e0e82;
        z-index: 10;
        display: block;
        top: 0;
        left: 0;
    }

    .nav-item i.fa-search.hide-mobile {
        display: none;
    }
}

@media (min-width: 991px) {
    .navbar-toggler {
        display: none;
    }

    .input-group-text {
        display: none;
    }

    .header-news .box-news {
        width: 18%;
    }

    .header-news .post {
        width: 75%;
    }

    .product-home p {
        margin-top: 0;
    }
}

.page-empty__title {
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}

.template-404 {
    padding-top: 30px;
    padding-bottom: 50px;
}

.page-empty__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.page-empty__btns .button {
    display: inline-block;
    min-width: 150px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    line-height: 22px;
    padding: 10px;
    border-radius: 21px;
    text-align: center;
    background: #3f9dd6;
    border: 0;
    min-width: 230px;
    font-weight: 400;
    border-radius: 0;
}

.single-post {
    padding-bottom: 60px;
}

.single-post h1.post-title {
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 20px;
}

.single-post .latest-post {
    border-top: 1px solid #ccc;
    margin-top: 20px;
    padding-top: 20px;
    margin-bottom: 20px;
}

.single-post .latest-post h3.latest-title {
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 20px;
}

.single-post .latest-post ul {
    list-style: none;
    margin-left: 20px;
}

.single-post .latest-post ul li {
    margin-bottom: 10px;
}

.single-post .latest-post ul li:before {
    content: "\f111";
    font-family: "FontAwesome";
    display: inline-block;
    margin-right: 10px;
    font-size: 6px;
    color: #084F9D;
}

.single-post .latest-post ul li a {
    color: #333;
}

.single-post .post-content {
    padding-top: 20px;
    padding-bottom: 20px;
}

.single-post .excerpt {
    font-weight: bold;
    font-style: italic;
    color: #666666;
    margin-top: 20px;
}

.single-post .table-content {
    padding: 11px 21px;
    background: #FCFCFC;
    width: 50%;
    border-radius: 10px;
    margin-top: 15px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
}

.single-post .table-content .title-table-content {
    font-size: 20px;
    margin-top: 0;
    font-weight: 500;
}

.single-post .table-content .title-table-content span {
    color: red;
}

.single-post .table-content .toc-list {
    list-style: none;
}

.single-post .table-content .toc-list li {
    display: flex;
}

.single-post .table-content .toc-list li:before {
    content: "\f105";
    display: block;
    font-family: 'FontAwesome';
    margin-right: 10px;
    font-size: 18px;
    align-items: center;
}

.single-post .table-content .toc-list li a {
    color: #004BA8;
}

.single-post .icon-share {
    margin-top: 10px;
    margin-bottom: 10px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding-top: 12px;
    padding-bottom: 12px;
}

.single-post .icon-share span {
    color: #808080;
}

.single-post .icon-share img {
    width: 180px;
    margin-left: 20px;
}

.single-post .related-posts .post-item h3.post-title {
    font-size: 14px;
    font-weight: bold;
    line-height: 22px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.post-date {
    margin-top: 10px;
    margin-bottom: 5px;
    border-bottom: 1.5px solid #ccc;
    padding-bottom: 15px;
}

.post-date b {
    color: #333;
}

.post-date span {
    margin-right: 10px;
}

.post-date span i {
    margin-right: 10px;
    font-size: 22px;
    color: #666666;
}

.post-date span img {
    margin-right: 8px;
    margin-top: -4px;
    width: 20px;
}

.post-date iframe {
    width: 180px !important;
    margin-top: 8px;
}

.service-detail-content h1.post-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 12px;
}

.service-detail-content .post-date {
    margin-bottom: 18px;
}

.service-detail-content .post-date i {
    font-size: 20px;
}

.service-detail-content .post-date .views {
    margin-right: 18px;
}

.single-product {
    padding-top: 10px;
    padding-bottom: 30px;
}

.single-product .wrap-breadcrumbs .breadcrumb {
    border-bottom: none;
    margin-bottom: 0;
}

.single-product .product-gallery .swiper-slide {
    border: 1px solid #eaeaead1;
    cursor: pointer;
}

.single-product .product-gallery .swiper-slide .product-video {
    position: relative;
}

.single-product .product-gallery .swiper-slide .product-video .icon-video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 16px;
    transform: translate(-50%, -50%);
    z-index: 100;
}

.single-product .product-gallery .swiper-slide .product-video::after {
    content: '';
    position: absolute;
    background-color: #0f0f0f3b;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.single-product .product-gallery .gallery-1 {
    height: 425px;
    width: 100%;
    margin-bottom: 20px;
}

.single-product .product-gallery .gallery-2 {
    margin-bottom: 20px;
}

.single-product .product-gallery .gallery-2 .swiper-slide-thumb-active {
    border: 1px solid #004BA8;
}

.single-product .product-gallery .gallery-2 img {
    width: 95px;
    height: 95px;
    object-fit: cover;
}

.single-product .product-info-content .product-info .special-offers {
    padding: 5px;
    background: #FF000A;
    border-radius: 10px;
    position: relative;
    margin-bottom: 15px;
}

.single-product .product-info-content .product-info .special-offers .special-offers-wrap {
    border: 1px solid #fff;
    justify-content: space-between;
    align-items: flex-end;
    padding: 5px;
    border-radius: 10px;
}

.single-product .product-info-content .product-info .special-offers div#countdown {
    background: #fff;
    padding: 20px 5px 20px 10px;
    border-radius: 10px;
}

.single-product .product-info-content .product-info .special-offers div#countdown .count-item {
    background: #0078C1;
    padding: 10px 15px;
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
    font-size: 15px;
}

.single-product .product-info-content .product-info .special-offers div#countdown span.text-count {
    margin-left: 3px;
    margin-right: 5px;
}

.single-product .product-info-content .product-info .special-offers .price {
    color: #fff;
}

.single-product .product-info-content .product-info .special-offers .price p {
    margin-bottom: 6px;
    padding-left: 8px;
}

.single-product .product-info-content .product-info .special-offers .price span {
    font-size: 22px;
    font-weight: bold;
}

.single-product .product-info-content .product-info .special-offers::before {
    content: '';
    background: url(../images/label-khuyen-mai.svg);
    width: 100%;
    height: 35px;
    display: block;
    background-repeat: no-repeat;
    position: absolute;
    top: -14px;
    left: 25px;
}

.single-product .product-info-content .product-info .product-title {
    font-size: 20px;
    font-weight: bold;
    color: #333;
}

.single-product .product-info-content .product-info .product-price {
    margin-top: 10px;
    margin-bottom: 20px;
}

.single-product .product-info-content .product-info .product-price .text {
    font-size: 14px;
    font-weight: bold;
}

.single-product .product-info-content .product-info .product-price .regular-price {
    text-decoration: line-through;
    font-size: 14px;
    color: #999999;
    font-weight: bold;
    margin-left: 10px;
    padding-right: 10px;
}

.single-product .product-info-content .product-info .product-price .sale-price {
    color: #FF000A;
    font-size: 20px;
    font-weight: bold;
    margin-left: 10px;
    margin-right: 10px;
}

.single-product .product-info-content .product-info .product-price .contact-text {
    font-size: 24px;
    color: #FF000A;
    font-weight: bold;
    margin-left: 10px;
}

.single-product .product-info-content .product-info .description-short {
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 10px;
}

.single-product .product-info-content .product-info .description-short .line-item {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.single-product .product-info-content .product-info .description-short .line-item::before {
    content: '';
    background: url(../images/icon-check.svg);
    width: 20px;
    height: 18px;
    display: block;
    background-repeat: no-repeat;
    margin-right: 3px;
}

.single-product .product-info-content .product-info .description-short .line-item span:first-child {
    min-width: 21%;
}

.single-product .product-info-content .product-info .cart {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.single-product .product-info-content .product-info .cart .buttons_added {
    margin-right: 15px;
    align-items: center;
}

.single-product .product-info-content .product-info .cart .buttons_added strong {
    margin-right: 10px;
}

.single-product .product-info-content .product-info .cart .btn-order {
    background: #0078C1;
    padding: 11px 33px;
    color: #fff;
    border: none;
    margin-left: 15px;
    text-transform: uppercase;
    cursor: pointer;
}

.single-product .product-info-content .product-info .cart .btn-order:focus {
    outline: 0;
}

.single-product .product-info-content .product-info .cart .add_to_cart_button {
    border: 1.2px solid #FF7F00;
    min-width: 180px;
    padding: 10px 15px;
    background: #FF000A;
    color: #fff;
    cursor: pointer;
}

.single-product .product-info-content .product-info .cart .add_to_cart_button:focus {
    outline: 0;
}

.single-product .product-info-content .product-info .cart .add_to_cart_button img {
    margin-right: 15px;
}

.single-product .product-info-content .product-info .meta-box {
    padding: 12px 18px;
    border-radius: 5px;
    border: 1px solid #0078C1;
    max-width: 535px;
    width: 100%;
}

.single-product .product-info-content .product-info .meta-box form input {
    max-width: 416px;
    width: 100%;
}

.single-product .product-info-content .product-info .meta-box form input:focus {
    box-shadow: unset;
}

.single-product .product-info-content .product-info .meta-box form button {
    background: #FF000A;
    color: #fff;
    padding: 5px 25px;
}

.single-product .product-info-content .product-info .meta-box form button:focus {
    box-shadow: unset;
}

.single-product .product-info-content .product-info .meta-box .btn-send {
    background: #FF000A;
    padding: 10px 20px;
    color: #fff;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: bold;
    margin-left: 20px;
}

.single-product .product-info-content .product-info .meta-box .hotline {
    display: flex;
    align-items: center;
}

.single-product .product-info-content .product-info .meta-box .hotline p {
    margin-bottom: 0;
    margin-top: 5px;
    font-weight: bold;
    color: #FF0000;
    font-size: 23px;
}

.single-product .product-info-content .product-info .meta-box .hotline .box-text {
    line-height: 6px;
    padding-left: 10px;
}

.single-product .product-info-content .product-info .meta-box .guide {
    display: flex;
    align-items: center;
    margin-right: 20px;
}

.single-product .product-info-content .product-info .meta-box .guide p {
    margin-bottom: 0;
    margin-top: 0px;
}

.single-product .product-info-content .product-info .meta-box .guide a {
    color: #333;
}

.single-product .product-info-content .product-info .meta-box .guide .box-text {
    line-height: 18px;
    padding-left: 10px;
}

.single-product .product-info-content .product-info .meta-box .call-now {
    margin-top: 15px;
    margin-bottom: 5px;
}

.single-product .product-info-content .product-info .meta-box .call-now p {
    margin-bottom: 10px;
}

.single-product .product-info-content .product-info .meta-box .call-now .hotline {
    padding-left: 20px;
    flex-wrap: wrap;
}

.single-product .product-info-content .product-info .meta-box .call-now .hotline .box-text span {
    display: block;
    margin-bottom: 16px;
}

.single-product .product-info-content .product-info .promotion {
    border: 1px dashed #004BA8;
    padding: 15px 5px 15px 18px;
    position: relative;
    margin-bottom: 20px;
}

.single-product .product-info-content .product-info .promotion .box-promotion {
    font-weight: bold;
    position: absolute;
    top: -11px;
    left: 12px;
    background: #0078C1;
    border-radius: 20px;
    width: 185px;
    color: #fff;
}

.single-product .product-info-content .product-info .promotion .box-promotion span {
    font-size: 14px;
    font-weight: 500;
}

.single-product .product-info-content .product-info .promotion .box-promotion span img {
    margin-right: 2px;
}

.single-product .product-info-content .product-info .promotion ul {
    list-style: none;
    margin-top: 15px;
}

.single-product .product-info-content .product-info .promotion ul li {
    display: flex;
    margin-bottom: 10px;
    font-weight: 500;
    color: #FF7F00;
    font-size: 13px;
    font-style: italic;
}

.single-product .product-info-content .product-info .promotion ul li:before {
    content: '';
    background: url("../images/icon-khuyen-mai.svg");
    display: block;
    margin-right: 10px;
    width: 20px;
    background-repeat: no-repeat;
}

.single-product .product-info-content .product-info .promotion ul li:last-child {
    margin-bottom: 0;
}

.single-product .product-info-content .product-info .status {
    font-weight: bold;
    margin-top: 5px;
}

.single-product .product-info-content .product-info .status span {
    color: #FF000A;
}

.single-product .product-content {
    margin-top: 30px;
}

.single-product .product-content table tr td {
    padding: 3px 0px;
    border: none;
    font-size: 18px;
}

.single-product .product-content ul {
    padding-left: 35px;
    margin-top: 15px;
}

.single-product .product-content ul li {
    margin-bottom: 10px;
    font-size: 16px;
}

.single-product .product-content ul.nav-pills {
    padding-left: 0px;
    border-bottom: 2px solid #F6F6F6;
    background: #EEEEEE;
}

.single-product .product-content ul.nav-pills li {
    margin-right: 22px;
    margin-bottom: 0;
}

.single-product .product-content ul.nav-pills li a {
    position: relative;
    font-weight: bold;
    background: #FF000A;
    padding: 9px 27px;
    color: #fff;
    border-radius: unset;
}

.single-product .product-content ul.nav-pills li a.active {
    color: #fff;
}

.single-product .product-content ul.nav-pills li a::after {
    content: '';
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 5px solid red;
    border-bottom: 7px solid transparent;
    position: absolute;
    right: -5px;
    top: 50%;
    transform: translateY(-50%);
}

.single-product .product-content p {
    font-size: 16px;
}

.single-product .product-sidebar h2.sidebar-title {
    background: #00377B;
    display: flex;
    padding: 15px 10px;
}

.single-product .product-sidebar h2.sidebar-title::before {
    content: '';
    background: url(../images/icon-powder.svg);
    display: block;
    width: 38px;
    height: 23px;
    margin-left: 18px;
    background-repeat: no-repeat;
}

.single-product .product-sidebar h2.sidebar-title span {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

.single-product .product-sidebar .product-item {
    display: flex;
    align-items: center;
    border-radius: 0;
    box-shadow: none;
    border-bottom: 1px solid #DDDDDD;
    padding: 10px;
}

.single-product .product-sidebar .product-item .box-text {
    padding-left: 15px;
}

.single-product .product-sidebar .product-item .box-text h3.product-title {
    font-size: 14px;
}

.single-product .product-sidebar .product-item .box-text .product-price .regular-price {
    border-right: 2px solid #ccc;
    padding-right: 5px;
}

.single-product .product-sidebar .product-item .box-image {
    width: 64%;
}

.single-product .product-sidebar .product-item:last-child {
    border-bottom: none;
}

.single-product .related-products {
    margin-top: 30px;
}

.single-product .related-products h2.related-title {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #004BA8;
    font-family: 'Nunito', sans-serif;
    border-bottom: 2px solid #F6F6F6;
    padding-bottom: 20px;
}

.single-product .related-products .product-container {
    background: #fff;
}

.single-product .related-products .product-container .swiper-slide {
    margin-bottom: 10px;
}

.single-product .related-products .product-container .swiper-slide .product-item {
    background: #fff;
    padding-top: 15px;
    padding-left: 15px;
    padding-bottom: 30px;
    padding-right: 15px;
    box-shadow: 2px 2px 9px 2px #cccccc4a;
    border-radius: 5px;
}

.single-product .related-products .product-container .swiper-slide .product-item .box-text h3 {
    font-size: 16px;
    color: #333;
    margin-top: 10px;
}

.single-product .related-products .product-container .swiper-slide .product-item .box-text .product-price .regular-price {
    text-decoration: line-through;
    color: #999999;
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.single-product .related-products .product-container .swiper-slide .product-item .box-text .product-price .sale-price {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 16px;
    color: #C31731;
    font-weight: bold;
}

.single-product .related-products .product-container .swiper-slide .product-item .box-text .start-time {
    font-size: 14px;
    border: 1px solid #00377B;
    border-radius: 10px;
    padding: 10px;
    text-align: center;
    color: #333;
    margin-top: 10px;
}

.single-product .related-products .product-container .swiper-slide .product-item .box-image {
    position: relative;
}

.single-product .related-products .product-container .swiper-slide .product-item .box-image span {
    position: absolute;
    bottom: 0;
    background: #FF7F00;
    color: #fff;
    font-size: 16px;
    padding: 5px 10px;
}

.single-product .related-products .product-container .swiper-slide .product-item .box-image span::after {
    content: '';
    width: 0;
    height: 0;
    border-top: 34px solid #ff7f00;
    border-right: 15px solid transparent;
    position: absolute;
    top: 0;
    left: 59px;
}

.single-product .related-products .product-container .nav-pills {
    display: flex;
    justify-content: space-between;
    padding: 0px 30px;
}

.single-product .related-products .product-container .nav-bar {
    background: #f8e1c87d;
}

.single-product .related-products .product-container .nav-bar ul.nav-pills .nav-item {
    width: 307px;
}

.single-product .related-products .product-container .nav-bar ul.nav-pills .nav-item .nav-link {
    line-height: 18px;
    border-radius: 0;
    color: #333;
}

.single-product .related-products .product-container .nav-bar ul.nav-pills .nav-item .nav-link span {
    display: block;
    text-align: center;
    margin-bottom: 5px;
}

.single-product .related-products .product-container .nav-bar ul.nav-pills .nav-item .nav-link span:first-child {
    font-size: 20px;
}

.single-product .related-products .product-container .nav-bar ul.nav-pills .nav-item .nav-link.active {
    background-color: #FF7F00;
    color: #fff;
}

.single-product .related-products .product-container .flash-sale-title {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    padding-top: 45px;
    padding-left: 30px;
}

.single-product .related-products .product-container .flash-sale-title h2 {
    font-size: 30px;
    font-family: 'Nunito', sans-serif;
    font-weight: bold;
    color: #C31731;
    margin-right: 10px;
}

.single-product .product-2__stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #ee2925;
    margin-bottom: 6px;
}

.single-product .stars--5::before {
    content: "\f005 \f005 \f005 \f005 \f005";
}

.single-product .stars::before {
    content: "\f005 \f005 \f005 \f005 \f005";
    font-family: fontawesome;
    letter-spacing: 4px;
    margin-left: 15px;
    color: #FF000A !important;
}

.single-product .rating {
    display: flex;
    align-items: center;
    margin-top: 5px;
}

.single-product .customer-reviews .comment-list .comment-item h4 {
    margin-top: 35px;
}

.single-product .product-2__stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #ee2925;
    margin-bottom: 6px;
}

.single-product .stars::before {
    content: "\f005 \f005 \f005 \f005 \f005";
    font-family: fontawesome;
    letter-spacing: 4px;
    color: #e21515 !important;
    margin-left: 15px;
}

.single-product .customer-reviews .stars::before {
    margin-left: 0;
}

.single-product .customer-reviews .meta-box-comment {
    display: flex;
    margin-top: 10px;
}

.single-product .customer-reviews .comment-list .sub-comment {
    padding-left: 30px;
    list-style: none;
    margin-top: 10px;
}

.single-product .customer-reviews .comment-list .sub-comment li {
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 10px;
}

.single-product .customer-reviews .comment-list .comment-item .admin {
    background: #3D70BA;
    display: inline-block;
    color: #fff;
    font-size: 12px;
}

.single-product .customer-reviews .meta-box-comment {
    display: flex;
    margin-top: 10px;
}

.single-product .customer-reviews .meta-box-comment .reply {
    margin-right: 20px;
    color: #C84C57;
    font-size: 14px;
}

.single-product .customer-reviews .meta-box-comment .like {
    margin-right: 20px;
    font-size: 14px;
    color: #C84C57;
}

.single-product .customer-reviews .meta-box-comment .comment-date {
    font-size: 14px;
    color: #666666;
}

.single-product .customer-reviews .comment-list .comment-item h4 {
    font-size: 15px;
    font-weight: 600;
}

.single-product .customer-reviews .comment-list {
    list-style: none;
}

.single-product .customer-reviews ul {
    padding-left: 0;
}

.buttons_added {
    opacity: 1;
    display: inline-block;
    display: -ms-inline-flexbox;
    display: inline-flex;
    white-space: nowrap;
    vertical-align: top;
}

.input-qty {
    background-color: #fff;
    height: 40px;
    width: 70px;
    text-align: center;
    font-size: 1rem;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-left: 0;
    border-right: 0;
    padding: 0;
}

.minus.is-form,
.plus.is-form {
    cursor: pointer;
}

.is-form {
    overflow: hidden;
    position: relative;
    background-color: #f9f9f9;
    height: 40px;
    width: 38px;
    padding: 0;
    text-shadow: 1px 1px 1px #fff;
    border: 1px solid #ddd;
}

.comment-box {
    padding: 16px 0;
}

.comment-box__wrapper {
    padding: 20px 30px 30px;
    border: 1px solid #dee2e6;
}

.comment-box__title {
    font-size: 16px;
    margin-bottom: 10px;
}

.star-input {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    position: relative;
    top: 2px;
    z-index: 1;
}

.star-input input {
    width: 20px;
    height: 20px;
    position: relative;
    z-index: 2;
    opacity: 0;
}

.star-input span {
    width: 0;
    height: 20px;
    position: relative;
    z-index: 1;
}

.star-input span::before {
    content: "\f006";
    font-family: fontawesome;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 20px;
    height: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
    color: #666;
    position: absolute;
    top: 0;
    left: 0;
}

.star-input input:checked~span::before {
    content: "\f005";
    color: #ffc120;
}

.archive-document {
    padding-top: 20px;
    padding-bottom: 30px;
}

.archive-document table.product-document {
    width: 100%;
}

.archive-document table.product-document tr th {
    border: 1px solid #fff;
    background: #0078C1;
    color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
}

.archive-document table.product-document tr th:nth-child(2) {
    text-align: left;
    padding-left: 30px;
}

.archive-document table.product-document tr th:nth-child(2) {
    padding-left: 30px;
}

.archive-document table.product-document tr th:last-child {
    width: 18%;
}

.archive-document table.product-document tr td {
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    border: 1px solid #DEDEDE;
}

.archive-document table.product-document tr td:nth-child(2) {
    text-align: left;
    padding-left: 30px;
}

.archive-document table.product-document tr td:first-child {
    font-weight: bold;
}

.archive-document table.product-document tr:nth-child(odd) {
    background: #ECECEC;
}

.archive-document table.product-document tr .document-name {
    font-weight: bold;
    padding-left: 30px;
}

.cart-page {
    padding-bottom: 30px;
    margin-bottom: 20px;
}

.cart-page .cart-container {
    padding-top: 12px;
}

.cart-page .cart-container table {
    border: 1px solid #ccc;
}

.cart-page .cart-container table tr th {
    background: #0078C1;
    text-align: center;
    border: 1px solid #fff;
    text-transform: uppercase;
    color: #fff;
    font-weight: normal;
    padding-top: 8px;
    padding-bottom: 8px;
}

.cart-page .cart-container table tr th:nth-child(2) {
    text-align: left;
    padding-left: 30px;
}

.cart-page .cart-container table .product-image {
    max-width: 14%;
    width: 100%;
    padding: 10px 20px;
}

.cart-page .cart-container table .product-image img {
    border: 1px solid #ccc;
}

.cart-page .cart-container table .product-name {
    max-width: 43%;
    width: 100%;
}

.cart-page .cart-container table .product-name h2 {
    font-weight: bold;
    font-size: 20px;
    padding-left: 30px;
}

.cart-page .cart-container table .quatily {
    text-align: center;
    max-width: 16%;
    width: 100%;
}

.cart-page .cart-container table .price {
    text-align: center;
    color: #FF000A;
    font-weight: bold;
    max-width: 17%;
    width: 100%;
}

.cart-page .cart-container table .delete {
    text-align: center;
}

.cart-page .cart-container table.cart-item {
    width: 100%;
    border-top: none;
}

.cart-page .cart-container table.cart-item tr td {
    padding-top: 15px;
    padding-bottom: 10px;
    padding-left: 22px;
}

.cart-page .cart-container table.cart-item tr td:first-child {
    font-weight: bold;
    text-transform: uppercase;
    width: 73%;
}

.cart-page .cart-container table.cart-item tr td:nth-child(2) {
    color: #FF000A;
    font-weight: bold;
    text-align: right;
}

.cart-page .cart-container table.cart-item tr td:last-child {
    width: 14.8%;
}

.cart-page .cart-container table.cart-item tr:nth-child(2) {
    background: #EAEAEA;
}

.cart-page .cart-container .btn-cart {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.cart-page .cart-container .btn-cart .btn-buy {
    margin-right: 15px;
    padding: 8px 20px;
    background: #0078C1;
    border-radius: 5px;
}

.cart-page .cart-container .btn-cart .btn-buy a {
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}

.cart-page .cart-container .btn-cart .btn-order {
    margin-right: 15px;
    padding: 8px 20px;
    background: #FF000A;
    border-radius: 5px;
}

.cart-page .cart-container .btn-cart .btn-order a {
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}

.order-page {
    padding-top: 15px;
    padding-bottom: 50px;
}

.order-page h1.order-title {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background: #0078C1;
    text-align: center;
    text-transform: uppercase;
    padding-top: 12px;
    padding-bottom: 12px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.order-page .order-info {
    border: 1px solid #ccc;
    border-top: none;
}

.order-page .receive-order-form {
    padding: 10px 0 30px 30px;
    margin-bottom: 10px;
}

.order-page .receive-order-form h2 {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 15px;
    margin-top: 8px;
}

.order-page .receive-order-form textarea {
    min-height: 88px;
}

.order-page .receive-order-form .form-check {
    margin-bottom: 10px;
}

.order-page .receive-form {
    padding: 10px 30px 10px 30px;
    background: #F9F9F9;
    height: 100%;
}

.order-page .receive-form h2 {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 15px;
    margin-top: 8px;
}

.order-page .order-content {
    border: 1px solid #EAEAEA;
    padding: 12px;
}

.order-page .order-content .total-item {
    border-top: 1px solid #EAEAEA;
    display: flex;
    justify-content: space-between;
    padding: 12px 2px;
}

.order-page .order-content .total-item span:first-child {
    font-weight: bold;
}

.order-page .order-content .total-item span:last-child {
    color: #FF000A;
    font-weight: bold;
    font-size: 15px;
}

.order-page .order-item {
    display: flex;
    align-items: center;
    padding-bottom: 12px;
}

.order-page .order-item .box-image {
    flex: 1;
    border: 1px solid #eee;
}

.order-page .order-item h3 {
    flex: 2;
    font-size: 20px;
    font-weight: bold;
    padding-left: 15px;
}

.order-page a.btn-order-finish {
    background: #FF000A;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 100%;
    display: block;
    text-align: center;
    color: #fff;
    border-radius: 10px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 20px;
}

.order-page a.btn-order-finish:hover {
    color: #fff;
    background: #d0060e;
}

.archive-post {
    padding-top: 30px;
    padding-bottom: 30px;
}

.archive-post .first-post .post-item {
    margin-bottom: 30px;
}

.archive-post .first-post .post-item:last-child {
    border-bottom: none;
}

.archive-post .first-post .box-text {
    padding-left: 20px;
    background: #F8F9FA;
}

.archive-post .first-post .box-text h3.post-title {
    font-size: 16px;
    color: #000;
    font-weight: bold;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 15px;
    margin-top: 15px;
}

.archive-post .first-post .box-text .post-date {
    margin-top: 20px;
    border-bottom: none;
}

.archive-post .first-post .box-text .post-date .date {
    margin-right: 15px;
}

.archive-post .first-post .box-text .post-date span {
    color: #656565;
}

.archive-post .first-post .box-text .post-date i {
    margin-right: 5px;
    font-size: 20px;
}

.archive-post .first-post .box-text .post-date img {
    margin-right: 10px;
}

.archive-post .first-post .box-text p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    max-height: 6.5em;
    line-height: 1.5;
}

.archive-post .first-post .box-image {
    min-width: 420px;
}

.archive-post .first-post .box-image img {
    height: 235px;
    width: 100%;
    object-fit: cover;
    box-shadow: 1px 2px 4px 1px #ccc;
}

.archive-post .last-post {
    border-top: 1px solid #ccc;
    margin-top: 30px;
}

.archive-post .last-post .post-item {
    padding-top: 20px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #E1E1E1;
}

.archive-post .last-post .post-item h3.post-title {
    font-size: 14px;
    color: #000;
    font-weight: 600;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    max-height: 1.5em;
    line-height: 1.5;
}

.archive-post .last-post .post-item .box-text {
    padding-left: 20px;
}

.archive-post .last-post .post-item .box-text .excerpt {
    color: #000;
}

.archive-post .last-post .post-item .box-text .post-date {
    margin-top: 12px;
    border-bottom: none;
}

.archive-post .last-post .post-item .box-text .post-date .views {
    margin-right: 20px;
}

.archive-post .last-post .post-item .box-text .post-date span {
    color: #656565;
}

.archive-post .last-post .post-item .box-text .post-date i,
.archive-post .last-post .post-item .box-text .post-date img {
    margin-right: 10px;
}

.archive-post .last-post .post-item .box-text p {
    margin-top: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    max-height: 6.5em;
    line-height: 1.5;
}

.archive-post .last-post .post-item .box-image {
    min-width: 190px;
}

.archive-post .last-post .post-item .box-image img {
    height: 120px;
    width: 100%;
    object-fit: cover;
}

.archive-post .last-post .post-item:last-child {
    border-bottom: none;
}

.sidebar h2 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
}

.sidebar .item-link {
    border: 1px dashed #ccc;
    margin-top: 10px;
    background: #EFEFEF;
    padding: 15px;
}

.sidebar .video {
    position: unset;
}

.sidebar {
    padding-left: 20px;
}

.sidebar .post-item {
    padding-top: 15px;
    padding-bottom: 15px;
    max-width: 280px;
}

.sidebar .post-item .box-text h3.post-title {
    font-size: 14px;
    color: #000;
    font-weight: 600;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: 12px;
    line-height: 1.5;
}

.sidebar .post-item .box-text .post-date {
    margin-top: 14px;
    border-bottom: none;
}

.sidebar .post-item .box-text .post-date span {
    color: #656565;
}

.sidebar .post-item .box-text .post-date i,
.sidebar .post-item .box-text .post-date img {
    margin-right: 10px;
}

.sidebar .post-item .box-image img {
    height: 185px;
    width: 100%;
    object-fit: cover;
}

nav ul.pagination {
    margin-top: 20px;
    justify-content: flex-start;
}

nav ul.pagination li a {
    padding: 10px 18px;
    margin: 5px;
    font-size: 16px;
    color: #333;
}




.mega-menu ul {
    list-style: none;
}

@media(max-width: 991px) {
    .mega-menu ul {
        padding-left: 10px;
    }
}

@media(min-width: 991px) {

    .main-nav .navbar-nav .menu-item-mega a {
        position: relative;
    }

    .menu-item-mega {
        position: static !important;
    }

    div.mega-menu {
        position: absolute;
        width: 75%;
        background: #fff;
        right: 15px;
        top: 100%;
        z-index: 100;
        box-shadow: 0 2px 8px rgb(0 0 0 / 15%);
    }

    div.mega-menu .mega-item a {
        color: #333;
        padding-left: 0;
        padding-right: 0;
        text-transform: inherit;
    }

    div.mega-menu ul {
        list-style: none;
        display: flex;
        width: 100%;
        flex-wrap: wrap;
        justify-content: flex-start;
        margin-left: auto;
        padding-left: 20px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    div.mega-menu .mega-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
        padding-top: 10px;
        padding-bottom: 10px;
        display: flex;
    }

    div.mega-menu .mega-item:before {
        content: "\f105";
        display: block;
        color: #FF000A;
        font-family: 'FontAwesome';
        margin-right: 5px;
        font-weight: bold;
    }

    .nav-item .sub-menu {
        overflow: hidden;
        animation-name: menu-effect-out;
        animation-duration: 0.2s;
        animation-direction: alternate;
        animation-fill-mode: forwards;
        animation-timing-function: linear;
        transition: all 0.2s ease;
        visibility: hidden;
        height: auto;
    }

    div.mega-menu {
        overflow: hidden;
        animation-name: mega-effect-out;
        animation-duration: 0.2s;
        animation-direction: alternate;
        animation-fill-mode: forwards;
        animation-timing-function: linear;
        transition: all 0.2s ease;
        visibility: hidden;
        height: auto;
    }

    .nav-item:hover .sub-menu,
    .nav-item:hover div.mega-menu {
        /*  display: revert !important;*/
        animation-name: menu-effect-in;
        visibility: visible;
        /*  animation-duration: 0.3s;*/
        animation-direction: alternate;
        animation-fill-mode: backwards;
        animation-timing-function: linear;
        visibility: visible;
    }

    .nav-item:hover div.mega-menu {
        /*  display: revert !important;*/
        animation-name: mega-effect-in;
        visibility: visible;
        /*  animation-duration: 0.3s;*/
        animation-direction: alternate;
        animation-fill-mode: backwards;
        animation-timing-function: linear;
        visibility: visible;
    }

    @keyframes menu-effect-in {
        from {
            height: 0px;

        }

        to {
            height: 200px;
        }
    }

    @keyframes menu-effect-out {
        from {
            height: 200px;

        }

        to {
            height: 0;
        }
    }

    @keyframes mmega-effect-in {
        from {
            height: 0px;

        }

        to {
            height: auto;
        }
    }

    @keyframes mega-effect-out {
        from {
            height: auto;

        }

        to {
            height: 0;
        }
    }
}

.promotions-page {
    padding-top: 50px;
    padding-bottom: 50px;
}

.promotions-page .section-container-title {
    margin-top: 10px;
    margin-bottom: 50px;
}

.promotions-page .section-container-title p {
    padding-left: 50px;
    padding-right: 50px;
}

.promotions-page .section-container-title h1.section-title {
    text-align: center;
    text-transform: uppercase;
    font-size: 23px;
    margin-bottom: 30px;
    font-weight: 600;
}

.promotions-item .box-text {
    padding: 5px 20px;
    background: #f2f2f2;
}

.promotions-item .box-text h2 {
    font-size: 21px;
    text-transform: uppercase;
    margin-top: 15px;
    font-weight: 400;
}

.promotions-item .box-text .view-more {
    border: 2px solid #ccc;
    padding: 10px 20px;
    font-weight: bold;
    color: #585858;
    display: inline-block;
    margin-top: 50px;
    margin-bottom: 20px;
}

.promotions-page .promotions-content {
    margin-bottom: 30px;
}

.promotions-item .box-image {
    overflow: hidden;
}

.promotions-item img {
    transition: all 1s;
}

.promotions-item:hover img {
    transform: scale(1.1);
}

.promotions-item .box-text h2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 2.6em;
    line-height: 1.5;
    min-height: 55px;
}

.product-cat .product-item h2.product-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 3.5em;
    line-height: 1.5;
}

.product-cat .product-item .box-text h2.product-title {
    min-height: 49px;
}

.product-cat .product-item .box-image img {
    width: 80px;
}

@media(max-width: 992px) {
    .product-cat .container-title h1.cat-title {
        padding: 8px 12px !important;
        font-size: 14px !important;
    }

    .mega-menu ul,
    .main-nav .sub-menu {
        display: none;
    }

    .main-nav .navbar-collapse {
        overflow-y: auto;
    }

    .header-main {
        height: auto;
    }

    .header-main .header-right form {
        margin-bottom: 0px;
    }

    .header-bottom .main-nav .navbar-toggler {
        margin-top: 3px !important;
    }

    .single-product .product-gallery .gallery-1 {
        height: auto;
    }

    .header-right form.fixed {
        position: fixed !important;
        top: 0;
        z-index: 100
    }

    .header-bottom.fixed .navbar-toggler {
        margin-top: 0px !important;
    }

    .header-right.fixed form {
        position: fixed !important;
        top: 0;
        z-index: 100;
    }

    .support.fixed {
        right: 0;
        position: fixed;
        top: 0;
        z-index: 100;
    }

    .header-main .header-right form.fixed {
        max-width: 70% !important;
    }

    .header-right.fixed form {
        margin-left: 60px;
    }

    .single-product .product-info-content .product-info .meta-box .btn-send {
        margin-left: 5px;
    }
}

@media(min-width: 992px) {
    /*.widget.fixed {
        position: fixed;
        width: 333px;
        top: 65px;
    }*/

    .navbar-nav .nav-item .sub-menu {
        box-shadow: 0 2px 8px rgb(0 0 0 / 15%);
        border-radius: 5px;
    }

    .order-page .col-lg-9.resize {
        -ms-flex: 0 0 66.67%;
        flex: 0 0 66.67%;
        max-width: 66.67%;
    }

    .order-page .col-lg-3.resize {
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }
}

@media (min-width: 320px) and (max-width: 433px) {
    .single-product .product-content ul.nav-pills li a {
        padding: 9px 12px;
    }

    .single-product .product-content ul.nav-pills li {
        margin-bottom: 0 !important;
    }

    .single-product .product-content ul.nav-pills li:last-child {
        margin-right: 0;
    }
}

@media(max-width: 320px) {
    .single-product .product-content ul.nav-pills li a {
        font-size: 13px;
    }
}

@media(min-width: 768px) and (max-width: 1024px) {
    .product-cat .gird-row {
        grid-template-columns: repeat(3, 1fr);
    }
}

.header-bottom.fixed {
    position: fixed;
    width: 100%;
    z-index: 10;
    top: 0;
}

.single-product .swiper-wrapper {
    height: auto;
}

.product-cat .container-title .cat-title {
    position: relative;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 8px 32px;
    background: #FF000A;
    color: #fff;
}

.product-cat .container-title .cat-title::after {
    content: '';
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 5px solid red;
    border-bottom: 7px solid transparent;
    position: absolute;
    right: -5px;
    top: 50%;
    transform: translateY(-50%);
}

.archive-service .service-item .box-text h1 {
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 10px;
}

.archive-post .first-post .box-text h1.post-title {
    font-size: 16px;
    color: #000;
    font-weight: bold;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 15px;
    margin-top: 15px;
}

.sidebar .post-item .box-text h1.post-title {
    font-size: 14px;
    color: #000;
    font-weight: 600;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: 12px;
    line-height: 1.5;
}

.contact span {
    font-size: 16px;
    border-bottom: 2px solid #d8d8d8;
    display: block;
}

.contact strong {
    font-size: 1.26em;
    font-weight: 600;
}

.cart-page .product-cat .product-item .box-text h1.product-title {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    padding: 5px 16px;
    margin-bottom: 10px;
}

.archive-post .last-post .post-item h1.post-title {
    font-size: 14px;
    color: #000;
    font-weight: 600;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    max-height: 1.5em;
    line-height: 1.5;
}

.transfer-information {
    display: none;
    padding-left: 20px;
}

.transfer-information p {
    font-weight: bold;
    line-height: 25px;
}

.receive-form input {
    pointer-events: none;
    background-color: #e9ecef;
    opacity: 1;
}

.receive-form.allow input {
    pointer-events: unset;
    background-color: unset;
}

.archive-service table tr td p,
.single-post table tr td p {
    margin: 0;
}

@media (min-width: 992px) and (max-width: 1350px) {
    .widget.fixed {
        width: 23%;
    }
}


@media(min-width: 992px) {
    .product-category .item:hover>ul {
        display: block;
    }

    .product-category .nav-item:hover>ul {
        display: block;
        position: absolute;
    }

    .product-category .nav-item {
        position: relative;
    }

    .product-category .child-category {
        left: 100%;
        position: absolute;
        background: #fff !important;
        width: 100%;
        z-index: 10000;
        top: 0;
        box-shadow: 0 2px 8px rgb(0 0 0 / 15%);
        margin-top: 0 !important;
    }

    .widget.fixed {
        z-index: 1000;
    }

    .product-category .item button i:before {
        content: "\f0da";
    }
}
@media (max-width:968px){
    .service-item{
        border-bottom: 1px solid #dfdfdf;
        padding-bottom: 18px;
        padding-top: 18px;
    }
    .service-item .box-text h2{
        margin-top: 15px;
    }
}