.f-avenir {
    font-family: 'Roboto';
}

.f-futura {
    font-family: 'Roboto';
}

.f-futura-b {
    font-family: 'Roboto';
}

.f-arial {
    font-family: 'Roboto';
}

ul {
    padding-left: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: .5rem;
    font-weight: 600;
    line-height: 1.5;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.5em;
}

h3 {
    font-size: 1.17em;
}

h4 {
    font-size: 1em;
}

h5 {
    font-size: 0.83em;
}

h6 {
    font-size: 0.67em;
}

a {
    color: #333;
    text-decoration: none;
}

img {
    max-width: 100%;
}

a:hover {
    color: #0066CC;
    text-decoration: none;
    cursor: pointer !important;
}

p a {
    color: #0086C9;
}

input {
    outline: 0;
}

p {
    line-height: 1.5;
    margin-bottom: 1rem;
}

html {
    overflow-x: hidden;
}

body {
    font-size: 14px;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    overflow-x: hidden;
}

.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 {
    padding-left: .6rem;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: "/" !important;
    font-weight: 900;
    padding-right: .6rem;
    font-family: "Font Awesome 5 Pro";
}

.breadcrumb .breadcrumb-item,
.breadcrumb .breadcrumb-item a {
    color: #181818;
    font-size: 14px;
    font-weight: 400;
}

.wrap-breadcrumbs nav {
    margin-top: .22rem !important;
}

.header-main {
    z-index: 1000;
    width: 100%;
    background: #ffffffeb;
    box-shadow: 0.00px 4.00px 4px 0px rgba(0, 0, 0, 0.2);
}

.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 .navbar-nav>.nav-item {
    margin: 0 20px
}

.header-main .navbar-nav>.nav-item>a.nav-link {
    color: #000;
    padding: 20px 0px;
    text-transform: uppercase;
}

.header-main .navbar-nav .nav-item a {
    font-family: 'Helvetica';
}

.header-main .nav-item a.nav-link:hover {
    color: #E80C29;
}

.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 30px;
}

.header-main .main-nav .navbar-nav .nav-item a.nav-link {
    font-size: 16px;
    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-nav>.nav-item:last-child {
    margin-right: unset !important;
}

.size12 {
    font-size: 12px !important;
}

.size14 {
    font-size: 14px !important;
}

.size16 {
    font-size: 16px !important;
}

.size18 {
    font-size: 18px !important;
}

.size20 {
    font-size: 20px !important;
}

.size22 {
    font-size: 22px !important;
}

.size24 {
    font-size: 24px !important;
}

.size26 {
    font-size: 26px !important;
}

.size28 {
    font-size: 28px !important;
}

.size30 {
    font-size: 30px !important;
}

.size32 {
    font-size: 30px !important;
}

.size34 {
    font-size: 34px !important;
}

.size36 {
    font-size: 36px !important;
}

.size38 {
    font-size: 38px !important;
}

.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;
}

.fw-900 {
    font-weight: 900 !important;
}

.bg-primary {
    background: #008AFC !important;
}

.bg-secondary {
    background: #d51e26 !important;
}

.text-primary {
    color: #008AFC !important;
}

.text-secondary {
    color: #d51e26 !important;
}

.rounded-10 {
    border-radius: 10px;
}

.header-main .btn {
    width: 38px;
    height: 38px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.header-bottom {
    background: #EEF0F2;
}

.header-bottom .navbar-nav>.nav-item {
    flex-grow: 1;
}

.header-bottom .navbar-nav>.nav-item:first-child>a i {
    position: relative;
    left: 20px;
    color: #1977d5;
    font-size: 18px;
}

.header-bottom .navbar-nav>.nav-item>a {
    color: #333;
    font-size: 14px;
    font-weight: 700;
    padding: 8px;
    text-transform: uppercase;
}

.header-bottom .navbar-nav>.nav-item>a::after {
    content: '';
    width: 1px;
    height: 14px;
    display: block;
    position: absolute;
    right: 34px;
    background: #b9b9b9;
    top: 50%;
    transform: translateY(-50%);
}

.header-bottom .navbar-nav>.nav-item:last-child a::after {
    content: unset;
}

.header-bottom span.btn-dropmenu {
    color: #084F9D;
    top: 4px;
    width: 10px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-bottom .nav-item>.dropdown-menu {
    border: unset;
    box-shadow: 0 2px 3px rgb(0 0 0 / 15%);
}

.header-bottom .nav-item>.dropdown-menu::before {
    content: '';
    width: 15px;
    height: 15px;
    position: absolute;
    left: 24px;
    transform: rotate(45deg);
    top: -3px;
    background: #fff;
}

.header-bottom .navbar-nav .nav-item:hover>a {
    color: #1F427E;
}

.topbar {
    background: #eae8e8;
}

.slide-home-next,
.slide-home-prev {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    background-color: #ffffff6e;
    background-image: unset;
}

.slide-home-next i,
.slide-home-prev i {
    color: #fff;
    font-size: 26px;
}

.slide-home-next {
    right: 60px;
}

.slide-home-prev {
    left: 60px;
}

.slider-home:hover .slide-home-next {
    right: 30px;
}

.slider-home:hover .slide-home-prev {
    left: 30px;
}

.logo-container img {
    max-width: 120px;
}

.slide-home:hover .slide-home-next,
.slide-home:hover .slide-home-prev {
    opacity: 1;
    visibility: visible;
}

.header-lang .dropdown-menu {
    border: unset;
    box-shadow: 1px 1px 9px #e3e3e3;
}

.header-lang img {
    width: 20px;
}

.slogan {
    color: #777880;
}

.header-lang.dropdown {
    border: 1px solid #ccc;
}

.menu-topbar a {
    position: relative;
    padding: 0 8px;
}

.menu-topbar a::before {
    content: '';
    width: 1px;
    height: 14px;
    display: inline-block;
    background: #ccc;
    position: absolute;
    left: 0;
    top: 2px;
}

.header-form {
    min-width: 300px;
    right: 0;
}

.select-cat {
    flex: unset !important;
    width: auto !important;
    /*font-family: 'FuturaLT-Book';
    font-weight: 500;*/
    font-size: 14px;
}

.search-form-home .btn.btn-search {
    position: absolute;
    right: 4px;
    top: 5px;
    height: 34px;
    padding: 0;
    z-index: 100;
}

.search-home-wrapper .search-form-home {
    width: 100%;
    max-width: 714px;
}

.search-home-wrapper .input-form {
    height: 44px;
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
}

.search-home-wrapper .input-form::placeholder {
    font-size: 14px;
    font-style: italic;
}

.search-home-wrapper .search-form-home input:focus,
.search-home-wrapper .search-form-home select:focus {
    outline: 0;
    box-shadow: unset;
}

.slider-home-container .box-shadow,
.breaking-news {
    box-shadow: 0.00px 3.00px 20px 5px rgba(0, 0, 0, 0.1);
}

.featured-cat-title {
    border-bottom: 2px solid #cdcfd4;
}

.featured-cat ul {
    list-style: none;
    padding: 0;
}

.featured-cat ul li {
    position: relative;
    border-bottom: 1px dashed #cdcfd4;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.featured-cat ul li a {
    /*font-weight: 700;*/
    padding: 10px 0;
    display: block;
}

.featured-cat ul.sub-cat a {
    padding: 10px;
}

.featured-cat ul.sub-cat li:last-child {
    border: unset;
}

.breaking-news-list a {
    padding: 10px 18px;
    display: block;
    position: relative;
}

.breaking-news-list a::after {
    content: '';
    width: 1px;
    height: 13px;
    position: absolute;
    right: 0;
    top: 14px;
    background: #df474c;
}

.breaking-news-list li:last-child a::after {
    content: unset;
}

.breaking-news span {
    white-space: nowrap;
}

.breaking-news-list {
    overflow: auto;
    white-space: nowrap;
    display: flex;
    flex-wrap: nowrap;
}

.img-hover {
    overflow: hidden;
}

.img-hover img {
    transition: all 0.3s;
}

.img-hover:hover img {
    transform: scale(1.1);
}

.img-cover {
    position: relative;
    overflow: hidden;
}

.img-cover img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section-title {
    font-weight: 500;
    font-size: 50px;
    /*font-family: 'Futura';*/
}

.product-banner-next,
.product-banner-prev,
.post-featured-next,
.post-featured-prev,
.about-gallery-next,
.about-gallery-prev {
    background: unset;
}

.bg-f7f7f7 {
    background: #f7f7f7;
}

.supplier-logo {
    max-width: 82px;
    width: 100%;
}

.supplier-list .supplier-logo {
    max-width: 118px;
    width: 100%;
}

.supplier-gallery {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 6px;
}

.supplier-gallery .supplier-gallery-item img {
    width: 100%;
    height: 80px;
    object-fit: cover;
    border-radius: 6px;
}

.supplier-gallery .supplier-gallery-item:first-child {
    grid-row: 1 / 3;
}

.supplier-gallery .supplier-gallery-item:first-child img {
    height: 100%;
}

.supplier-cat {
    color: #777880;
    background: #ebebeb;
}

.supplier-text .desc {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.post-featured-gallery .image-iframe {
    height: 370px;
    overflow: hidden;
}

.post-featured-pagination {
    text-align: right;
    right: 20px;
    left: unset;
}

.post-date.bage {
    max-width: 76px;
    height: 76px;
    width: 100%;
    border-radius: 8px;
    border: 2px solid #333;
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 35px;
    text-align: center;
}

.post-date.bage span::after {
    content: '';
    width: 52px;
    height: 1px;
    display: block;
    background: #333;
    margin: auto;
}

.post-item:hover .post-date.bage {
    border: 2px solid #e80c29;
}

.post-item:hover .post-date.bage span::after {
    background: #e80c29;
}

.post-item:hover .post-title a,
.post-item:hover .post-date.bage {
    color: #e80c29
}

.row-partner {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    grid-gap: 10px;
}

.row-partner .partner-logo {
    width: 106px;
    height: 67px;
}

.row-partner .partner-logo img {
    width: 100%;
    height: 100%;
    border-radius: 4px;
    object-fit: contain;
    border: 1px solid #ccc;
}

.section-footer {
    border-top: 30px solid #8a8d99;
}

.footer-menu li {
    margin-bottom: 8px;
}

.select-file::before {
    content: '';
    width: 32px;
    height: 34px;
    background: url('../images/icon-pdf.png');
    display: inline-block;
    margin-right: 10px;
}

.about-title {
    font-size: 45px;
    padding-left: 20px;
    line-height: 50px;
}

.title-line {
    border-left: 14px solid #E80C29;
}

.about-img,
.about-img img {
    height: 100%;
    border-radius: 4px;
    object-fit: cover;
}

.about-box .about-img {
    position: relative;
    padding-top: 45%;
}

.about-box .about-img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}

.about-box ul {
    padding-top: 6px;
    line-height: 26px;
}

.about-gallery-img {
    width: 100%;
    height: 380px;
}

.contact-info p {
    margin-bottom: 10px;
}

.search-form {
    background: #ebecee;
}

.search-form select,
.search-form input::placeholder {
    color: #8a8d99;
    font-size: 14px;
}

.cat-title-wrapper {
    border-bottom: 2px solid #cdcfd4;
}

.btn-viewall::before {
    content: '';
    width: 3px;
    height: 24px;
    display: inline-block;
    background: #cdcfd4;
    position: relative;
    top: 2px;
    margin-right: 10px;
}

.product-box .product-image {
    max-width: 176px;
    height: 170px;
    width: 100%;
}

.featured-product .product-image {
    padding-top: 80%;
}

.quick-view .product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-type span {
    color: #008AFC;
}

.support-box p {
    margin-bottom: 2px;
}

.pagination li {
    margin-right: 10px;
}

.pagination a.page-link {
    color: #333;
    padding: 2px 10px;
    border-radius: 4px;
}

.pagination a.page-link.active {
    color: #fff;
    border-color: #dd3b56;
    background: #dd3b56;
}

#quick-view .modal-dialog {
    max-width: 1030px;
    width: 100%;
}

#quick-view .modal-dialog .pr-image {
    height: 300px;
}

#quick-view .modal-dialog .pr-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cat-title {
    background: #ebecee;
}

.cat-title-container {
    border-bottom: 2px solid #ccc;
}

.post-cat-title {
    font-size: 40px;
    line-height: 40px;
}

.cat-vertical .list-group>li {
    display: block;
}

.cat-vertical ul.sub-cat {
    list-style: disc !important;
    position: unset;
    opacity: 1;
    margin-left: 10px;
    min-width: unset;
    width: 100%;
    visibility: visible;
}

.cat-vertical ul.sub-cat li {
    color: #008AFC;
    border: unset;
    display: list-item;
}

.cat-vertical ul.sub-cat li a {
    color: #008AFC;
    padding: 4px 0;
}

.cat-vertical .nav-item.active a {
    font-weight: bold;
}

.childcat-list li {
    margin-right: 8px;
    display: inline-block;
}

.childcat-list li a {
    color: #0085f3;
    font-weight: 600;
    padding: 10px 0;
}

.childcat-list li:last-child::after {
    content: unset;
}

.childcat-list li::after {
    content: '';
    width: 1px;
    height: 10px;
    display: inline-block;
    background: #008afc;
    margin-left: 10px;
}

.article-list .title::before {
    content: '•';
    font-size: 16px;
    margin-right: 6px;
}

.stars::before {
    content: '\f005 \f005 \f005 \f005 \f005';
    font-family: "FontAwesome";
    letter-spacing: 4px;
    color: #ffc120 !important;
    font-size: 14px;
}

.stars--3::before {
    content: '\f005 \f005 \f005 \f006 \f006';
}

.stars--4::before {
    content: '\f005 \f005 \f005 \f005 \f006';
}

.stars--5::before {
    content: '\f005 \f005 \f005 \f005 \f005';
}

.supplier-list .supplier-box .number {
    text-align: center;
    background: #e80c29;
    padding: 2px 0px;
    position: absolute;
    left: 10px;
    top: 20px;
    width: 28px;
    height: 26px;
}

.supplier-list .supplier-box .supplier-info p,
.supplier-list .supplier-text p {
    margin-bottom: 6px;
}

.supplier-list .supplier-text p {
    font-weight: 600;
}

.supplier-box .verified {
    max-width: 90px;
    width: 100%;
    text-align: center;
}

.supplier-box .rating {
    position: relative;
    top: -15px;
}

.category-box .category-image {
    padding-top: 40%;
}

.category-box .category-desc li {
    margin-bottom: 6px;
}

.login-form .form-group{
    min-width: 280px;
}

.login-title,
.login-form a {
    color: #8B0000;
}

.login-form p {
    text-shadow: #c8c8c8 1px 1px 0px, #b4b4b4 0px 2px 0px, #a0a0a0 0px 3px 0px, rgba(140, 140, 140, 0.498039) 0px 4px 0px, #787878 0px 0px 0px, rgba(0, 0, 0, 0.498039) 0px 5px 10px;
}

.register-form {
    background-color: rgba(209, 211, 216, 0.647);
}

.register-form label:not(.form-check-label),
.contact-form label:not(.form-check-label) {
    color: #8a8d99;
    position: absolute;
    top: 10px;
    left: 20px;
}

.register-form select,
.contact-form select {
    font-size: 14px;
    color: #8a8d99;
}

.register-form label span,
.contact-form label span {
    color: red;
}

.register-form .form-group,
.contact-form .form-group {
    position: relative;
}

.regisform-text * {
    text-shadow: #ffffff -1px -1px 0px, #ffffff -1px 1px 0px, #ffffff 1px 1px 0px, #ffffff 1px -1px 0px;
}

.search-form-post {
    max-width: 300px;
    width: 100%;
}

.search-form-post input {
    height: 30px;
}

.search-form-post input::placeholder {
    color: #7a7a7a;
    font-size: 14px;
    font-family: 'Futura';
    font-style: italic;    
}

.first-post .post-image {
    padding-top: 70%;
}

.post-list .post-image {
    max-width: 118px;
    height: 79px;
    display: block;
    flex: none;
    width: 100%;
}

.post-list .post-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.post-list .post-text .post-title,
.first-post .post-text .post-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.first-post .post-text .post-excerpt {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.post-sidebar .post-box .post-image {
    padding-top: 68%;
}

.post-top .post-image {
    padding-top: 56%;
}

.widget-title {
    border-bottom: 3px solid #e80c29;
}

.sidebar .post-list ul li {
    border-bottom: 1px dashed #cdcfd4;
}

.sidebar .post-list ul li:last-child {
    border: unset;
}

.sidebar .post-list ul li a {
    font-size: 16px;
    font-weight: 500;
    padding: 12px 0;
    display: block;
    font-family: 'Futura';
}

.product-main-container {
    border: 1px solid #cdcfd4 !important;
}

.product-gallery {
    max-width: 460px;
}

.product-gallery .gallery-1 img {
    height: 380px;
    border-radius: 10px;
    object-fit: cover;
}

.product-gallery .gallery-2 img {
    height: 88px;
    object-fit: cover;
    border-radius: 10px;
    cursor: pointer;
}

.gallery-2 .swiper-slide-thumb-active img {
    border: 2px solid #e80c29;
}

.product-info .supplier-logo {
    max-width: 150px;
}

.product-main-container .product-title {
    border-bottom: 2px solid #cdcfd4;
}

.product-heading {
    background: #eae8e8;
    border-radius: 4px;
}

.product-detail table td {
    padding: 6px;
}

.product-footer .product-image {
    padding-top: 95%;
    border-radius: 4px;
}

.product-footer .product-image img {
    padding: 6px;
    border-radius: 4px;
}

.quote-form label span {
    color: rgb(189, 0, 0);
}

.widget-text p {
    margin-bottom: 6px;
}

.supplier-gallery-slide a {
    width: 100%;
    height: 420px;
}

.supplier-logo-wrapper {
    position: relative;
    z-index: 1000;
}

.supplier-main-container .supplier-logo {
    max-width: 145px;
    height: 145px;
    width: 100%;
    background: #fff;
    padding-top: 18px;
    margin-top: -70px;
}

.supplier-info .icon {
    font-size: 20px;
    min-width: 30px;
    height: 30px;
    margin: auto;
    display: inline-block;
    border-radius: 100px;
    text-align: center;
}

.supplier-info .icon i {
    color: #fff;
    margin: auto;
}

.supplier-info .location .icon,
.supplier-info .mail .icon {
    background: #417586;
}

.supplier-info .phone .icon {
    background: #0b2f5b;
}

.supplier-info .web .icon {
    background: #689ade;
}

.contact-form {
    background: #ebebeb;
}