@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

/* ul {
    margin: 0;
    padding: 0;
} */

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: .5rem;
    font-weight: 600;
    line-height: 1.5;
}

a {
    color: #000;
    text-decoration: none;
}

img {
    max-width: 100%;
}

a:hover {
    text-decoration: none;
    cursor: pointer !important;
}

p a {
    color: #0086C9;
}

input {
    outline: 0;
}

p {
    line-height: 26px;
    margin-bottom: 1rem;
}

body {
    font-size: 14px;
    font-family: "Roboto", sans-serif;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    font-size: 14px;
    /* 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;
}

.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-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: "\f105" !important;
    font-weight: 400;
    font-family: "Font Awesome 5 Pro";
}

.breadcrumb .breadcrumb-item {
    color: #212529 !important;
    font-weight: 400;
}

.header-main {
    z-index: 1000;
    width: 100%;
    background: #ffffffeb;
}

.header-main .main-nav .logo {
    margin-right: 10px;
    margin-bottom: 20px;
}

.header-main .main-nav .navbar-nav {
    margin-left: auto;
}

.header-main .main-nav .navbar-nav .nav-item:hover a.nav-link {
    color: #0270BA;
}

.header-main .main-nav .navbar-nav .nav-item>a.nav-link {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
}

.header-main .main-nav .navbar-nav>.nav-item>a.nav-link {
    padding: 16px 0px;
}

.header-main .main-nav .btn-dropmenu i,
.header-main .main-nav .search-header i {
    color: #333;
}

.header-main .main-nav .dropdown-toggle::after {
    color: #fff;
}

.header-main .main-nav .logo {
    margin-right: 10px;
    margin-bottom: 20px;
}

.header-main .main-nav .navbar-nav>.nav-item {
    margin: 0px 28px;
}

.header-main .main-nav .navbar-nav .nav-item a.nav-link {
    font-size: 15px;
    color: #333;
    font-weight: 500;
}

.header-main .main-nav .navbar-nav .nav-item {
    position: relative;
    margin-bottom: 0;
}

.header-main #mega-menu ul {
    list-style: none;
}

.header-main .nav-item .sub-menu li {
    position: relative;
}

.header-main .btn-dropmenu i {
    color: #333;
}

.header-main span.btn-dropmenu {
    position: absolute;
    right: 0px;
    color: #084F9D;
    top: 50%;
    width: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
}

.header-main .navbar-nav>.nav-item>span.btn-dropmenu {
    right: -14px;
}

.header-main span.btn-dropmenu i {
    font-size: 12px;
}

.navbar-brand {
    max-width: 98px;
    width: 100%;
}

.navbar-nav>.nav-item:last-child {
    margin-right: unset !important;
}

.size12 {
    font-size: 12px;
}

.size14 {
    font-size: 14px;
}

.size16 {
    font-size: 16px;
}

.size18 {
    font-size: 18px;
}

.size20 {
    font-size: 20px;
}

.size22 {
    font-size: 22px;
}

.size24 {
    font-size: 24px;
}

.size26 {
    font-size: 26px;
}

.size28 {
    font-size: 28px;
}

.size30 {
    font-size: 30px;
}

.size32 {
    font-size: 30px;
}

.size34 {
    font-size: 34px;
}

.size36 {
    font-size: 36px;
}

.fw-300 {
    font-weight: 300 !important;
}

.fw-400 {
    font-weight: 400 !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.fw-600 {
    font-weight: 600 !important;
}

.fw-700 {
    font-weight: 700 !important;
}

.fw-800 {
    font-weight: 800 !important;
}

.bg-primary {
    background: #0086C9 !important;
}

.bg-secondary {
    background: #e51717 !important;
}

.text-primary {
    color: #0086C9 !important;
}

.text-secondary {
    color: #e51717 !important;
}

.rounded-10 {
    border-radius: 10px;
}

.select-option .filter__item {
    position: relative;
    margin-bottom: 16px;
}

.select-option .checkbox-styled__icon {
    width: 30px;
    height: 30px;
    top: unset;
    bottom: 3px;
}

.checkbox-styled__icon {
    display: inline-block;
    width: 18px;
    height: 18px;
    font-size: 18px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 100px;
    position: absolute;
    top: 1px;
    left: 0;
}

.select-option .checkbox-styled__input {
    opacity: 0;
    position: absolute;
}

.select-option .filter__label {
    font-weight: bold;
    padding-left: 42px;
    cursor: pointer;
}

.product-wrapper .product-name a {
    line-height: 20px;
}

.product-order-info {
    padding: 20px;
    height: 100%;
    background: #FAFAFA;
}

.checkbox-styled__icon::before {
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 12px;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.checkbox-styled__input:checked+.checkbox-styled__icon::before {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .2s cubic-bezier(.68, -.75, .265, 1.75);
    transition: -webkit-transform .2s cubic-bezier(.68, -.75, .265, 1.75);
    transition: transform .2s cubic-bezier(.68, -.75, .265, 1.75);
    transition: transform .2s cubic-bezier(.68, -.75, .265, 1.75), -webkit-transform .2s cubic-bezier(.68, -.75, .265, 1.75);
}

.checkbox-styled__input:checked+.checkbox-styled__icon {
    border-color: #f26522;
    background-color: #f26522;
    color: #fff;
}

.select-option .checkbox-styled__input:checked+.checkbox-styled__icon {
    border-color: #00D0F7;
    background: #00D0F7;
}

.footer-social a,
.share-social a {
    width: 30px;
    height: 30px;
    margin-right: 6px;
    border-radius: 100px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.share-social a.facebook {
    background: #6580CC;
}

.share-social a.twitter {
    background: #67BCF1;
}

.share-social a.youtube {
    background: #c33223;
}

.share-social a.tiktok {
    background: #333;
}

.share-social a.instagram {
    background: linear-gradient(45deg, #FFD521 14.64%, #FFD020 18.54%, #FEC01E 23.42%, #FCA71B 28.82%, #FA8316 34.59%, #F85510 40.67%, #F51E09 46.91%, #F30005 50%, #F20007 50.25%, #E1003B 56.83%, #D30067 63.29%, #C70088 69.49%, #BF00A0 75.38%, #BB00AF 80.81%, #B900B4 85.36%);
    stroke-width: 1px;
    stroke: #FFF;
}

.cart-header a {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    background: #0086C9;
}

.cart-header a .cart-count {
    color: #fff;
    font-size: 12px;
    min-width: 20px;
    min-height: 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -6px;
    right: -6px;
    border-radius: 100px;
    background: #CC0000;
}

.header-search .searchform-wrapper {
    border-bottom: 1px solid #fff;
}

.header-search * {
    border: unset;
    box-shadow: unset;
    background: transparent;
}

.header-search input {
    height: 30px;
    color: #fff !important;
    padding-top: 4px;
    padding-bottom: 4px;
}

.header-search input:focus {
    box-shadow: unset;
    background: unset;
}

.header-search input::placeholder {
    color: #fff;
    font-size: 14px;
}

.header-main.transparent {
/*    position: absolute;*/
    transition: all 0.3s;
}

/*.header-main.fixed {
    position: fixed;
    top: 0;
}*/

.header-main .navbar-brand {
    transition: all 0.3s;
}

.header-main.fixed .navbar-brand {
    max-width: 72px;
}

.slide-home .home-slider-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: transparent;
    opacity: 0.4;
    border: 1px solid #0086C9;
}

.slide-home .home-slider-pagination .swiper-pagination-bullet-active {
    opacity: 1;
}

.section {
    position: relative;
    height: auto;
}

.img-zoom {
    overflow: hidden;
}

.img-zoom img {
    transition: all 0.3s;
}

.img-zoom:hover img {
    transform: scale(1.1);
}

.image-cover {
    position: relative;
    overflow: hidden;
}

.image-cover img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bg-f5f5f5 {
    background: #f5f5f5;
}

.product-image {
    padding-top: 71%;
}

.stars::before {
    content: '\f005 \f005 \f005 \f005 \f005';
    font-family: "FontAwesome";
    font-weight: 300;
    letter-spacing: 4px;
    color: #0086C9 !important;
    font-size: 20px;
}

.stars--3::before {
    content: '\f005 \f005 \f006 \f006 \f006';
}

.stars--4::before {
    content: '\f005 \f005 \f005 \f005 \f006';
}

.stars--5::before {
    content: '\f005 \f005 \f005 \f005 \f005';
}

.product-box {
    box-shadow: 1px 2px 10px 3px #ccc;
}

.bg-section {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.bg-section::after {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background: #000000b5;
}

.bg-section img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tab-service .nav-link {
    padding: 12px 30px;
    border: 1px solid #fff
}

.tab-service .nav-link.active,
.tab-service .nav-link:hover {
    border: 1px solid #0086C9;
    background: #0086C9 !important;
}

.service-box {
    width: 100%;
    position: relative;
}

.service-box .service-title {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.service-text {
    max-width: 350px;
    width: 100%;
}

.service-box .service-image {
    width: 100%;
    height: 480px;
}

.service-box .service-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.btn-outline-white {
    color: #fff;
    border: 1px solid #fff;
}

.btn-outline-white:hover {
    color: #fff;
    border-color: transparent;
    background: #0086C9;
}

.service-box .service-title {
    padding: 10px 20px;
    background: #0086c996;
}

.service-slide .service-next {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #fff;
    border-radius: 100px;
    background-image: unset;
    right: 38%;
}

.service-slide .service-next i {
    color: #fff;
    font-size: 20px;
}

.row-grid-pj {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
}

.row-grid-pj .col-pj:nth-child(2) {
    grid-column: 2/4;
    grid-row: 1/3;
}

.pj-image,
.pj-image img {
    height: 100%;
}

.pj-text {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #0086c9a4;
}

.pj-box {
    position: relative;
    overflow: hidden;
}

.col-pj:not(:nth-child(2)) .pj-box .pj-image {
    height: 225px;
}

.col-pj:nth-child(2) .pj-box .pj-image {
    height: 470px;
}

.pj-box .pj-image:not(:nth-child(2)) img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-box .frame-video {
    position: relative;
}

.video-box .icon-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.video-box .icon-play::after {
    content: '';
    width: 22px;
    height: 22px;
    display: inline-block;
    background: #fff;
    position: absolute;
    left: 20px;
    top: 16px;
    z-index: -1;
}

.video-box .icon-play i {
    color: #FF0000;
    font-size: 50px;
}

.frame-video {
    padding: 28%;
}

.post-box .excerpt {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    max-height: 7.2em;
}

.post-box .post-image {
    padding-top: 75%;
}

.partner-next,
.partner-prev {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: unset;
    border-radius: 100px;
    background: #fff;
    box-shadow: 1px 1px 4px 1px #ccc;
}

.partner-next:hover,
.partner-prev:hover {
    color: #fff;
    background: #0086C9;
}

.partner-wrapper {
    position: relative;
}

.partner-next {
    right: -4%;
    top: 55px;
}

.partner-prev {
    left: -4%;
    top: 55px;
}

.partner-next i,
.partner-prev i {
    font-size: 20px;
}

.img-frame {
    width: 100%;
    height: 100px;
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 10px;
    box-shadow: 1px 1px 6px 1px #ccc;
}

.img-frame img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.footer-social a {
    width: 30px;
    height: 30px;
    background: #ffffff42;
    border-radius: 100px;
}

.footer-info ul {
    padding-left: 16px;
    line-height: 28px;
}

.about-image,
.about-image img {
    height: 100%;
    object-fit: cover;
}

.pl-100 {
    padding-left: 100px;
}

.pr-100 {
    padding-right: 100px;
}

.community-respons {
    background: #0086c959;
}

.cat-list li {
    margin-right: 20px;
}

.cat-list li a {
    font-weight: 600;
    padding: 14px 40px;
    box-shadow: 1px 1px 6px 1px #ccc;
}

.cat-list li a.active,
.cat-list li a:hover {
    color: #fff;
    background: #0086C9;
}

.pagination .page-link {
    color: #333;
    font-weight: 500;
}

.pagination .page-link.active {
    color: #fff;
    background: #0086C9;
}

.service-title.line {
    position: relative;
    display: flex;
    align-items: center;
}

.service-title.line a {
    margin: 0 16px;
}

.service-title.line::before,
.service-title.line::after {
    content: '';
    width: 100%;
    flex: 1;
    height: 2px;
    display: inline-block;
    background: #D9D9D9;
}

.service-content .element-wrapper .btn-link {
    color: #333;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.service-content .element-wrapper .btn-link:not(.collapsed)::after {
    transform: rotate(-180deg);
}

.service-content .element-wrapper .btn-link::after {
    content: "\f107";
    font-weight: 400;
    font-family: "Font Awesome 5 Pro";
    margin-left: auto;
}

.service-content .element-wrapper .btn-link:focus {
    outline: 0;
    box-shadow: unset;
}

.header-main:not(.transparent),
.wrap-breadcrumbs {
    border-bottom: 1px solid #f6f6f6c2;
}

.wrap-breadcrumbs .breadcrumb {
    margin-bottom: 0;
}

.featured-video {
    position: relative;
}

.featured-video a.video-link {
    display: block;
    z-index: 100;
}

.featured-video a.video-link .icon-video {
    width: 86px;
    top: 50%;
    position: absolute;
    z-index: 100;
    left: 50%;
    transform: translate(-50%, -50%);
}

.featured-video .video {
    position: revert;
    top: 0;
    width: 100%;
}

.featured-video .video iframe {
    width: 100%;
    height: 600px;
}

.featured-video .video-image {
    height: 600px;
    object-fit: cover;
}

.gallery-1 {
    margin-bottom: 10px;
}

.gallery-2 {
    margin-left: 20px;
    margin-right: 20px;
}

.gallery-2 img {
    border-radius: 4px;
    cursor: pointer;
}

.gallery-1 a {
    border-radius: 10px;
    overflow: hidden;
}

.gallery-1 img {
    width: 100%;
    height: 500px;
    object-fit: contain;
}

.gallery-next,
.gallery-prev {
    background: unset;
    top: unset;
    bottom: 10px;
}

.gallery-next {
    right: -3%;
}

.gallery-prev {
    left: -1%;
}

.product-gallery {
    position: relative;
}

.product-desc ul {
    line-height: 28px;
    padding-left: 20px;
}

.product-info .btn-buynow {
    color: #fff;
    background: #17409F;
}

.product-info .btn-buynow:hover {
    color: #fff;
    background: #c00a0a;
}

.product-info .btn-add-to-cart {
    color: #052674;
    border-color: #052674;
}

.product-info .btn-add-to-cart:hover {
    color: #fff;
    background: #052674;
    border-color: #052674 !important;
}

.product-info .btn-buynow,
.product-info .btn-add-to-cart {
    padding: 10px 40px;
}

.pr-share a.social {
    color: #9C9C9C;
    width: 45px;
    height: 45px;
    border: 1px solid #ccc;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.pr-share a.social:hover {
    color: #fff;
    background: #17409F;
}

.product-info .pr-share {
    width: 100%;
    max-width: 480px;
}

.contact-detail ul {
    list-style: none;
    line-height: 30px;
    padding-left: 0;
    margin-bottom: 10px;
}

.contact-detail ul li::before {
    content: "\f061";
    font-weight: 400;
    font-family: "Font Awesome 5 Pro";
    margin-right: 6px;
}

.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: 12px;
    z-index: 1;
}

.star-input input {
    width: 28px;
    height: 28px;
    position: relative;
    z-index: 2;
    opacity: 0;
    cursor: pointer;
    bottom: 10px;
    margin-right: 8px;
}

.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: 26px;
    height: 26px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 28px;
    color: #666;
    position: absolute;
    top: 0;
    left: 0;
}

.star-input span::before {
    height: 0;
    cursor: pointer;
}

.star-input input:checked~span::before {
    content: "\f005";
    color: #0086C9;
}

.review-wrapper {
    border: 1px solid #0086C9;
}

.review-form input::placeholder {
    font-size: 14px;
}

.product-order-info .pr-image {
    max-width: 96px;
    width: 100%;
}

.product-order-info .pr-image img {
    width: 100%;
}

.pr-image {
    position: relative;
}

.pr-image .count {
    width: 26px;
    height: 26px;
    position: absolute;
    top: -10px;
    right: -10px;
    background: #0086C9;
    border-radius: 100px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 12px;
}

.contact-form .btn-submit {
    padding: 12px 40px
}

.contact-form input,
.contact-form select {
    height: 60px;
}

.contact-form .form-control {
    border: unset;
    background: #F7F7F9;
}

.gg-map iframe {
    width: 100%;
}

.table-responsive {
    border: 1px solid #E0E0E0;
}

.cart-table {
    width: 100%;
}

.cart-table tr th {
    color: #fff;
    padding: 10px;
    text-align: center;
    background: #0086C9;
    border-right: 1px solid #E0E0E0;
}

.cart-table tr td {
    padding: 20px;
    text-align: center;
    border-right: 1px solid #E0E0E0;
    border-bottom: 1px solid #E0E0E0;
}

.cart-table tr th:first-child {
    text-align: left;
    padding-left: 30px;
}

.cart-table tr th:last-child,
.cart-table tr td:last-child {
    border-right: unset;
}

.cart-table tr:last-child td {
    border-bottom: unset;
}

.cart-table .pr-name img {
    width: 132px;
}

.cart-table .buttons_added {
    opacity: 1;
    display: inline-block;
    display: -ms-inline-flexbox;
    display: inline-flex;
    white-space: nowrap;
    vertical-align: top;
    border: 1.5px solid #CACEDA;
}

input.minus.is-form,
input.plus.is-form {
    width: 24px;
    height: 2rem;
    box-shadow: unset;
    background: unset;
    border: unset;
}

input.minus.is-form {
    border-right: 1.5px solid #ccc;
}

input.plus.is-form {
    border-left: 1.5px solid #ccc;
}

.cart-table .input-qty {
    width: 40px;
    height: 2rem;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    border: unset;
    border-left: 0;
    border-right: 0;
    padding-top: 4px;
    background-color: #fff;
}

.cart-wrapper {
    padding: 20px;
    box-shadow: 1px 1px 6px 1px #ccc;
}