@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600&family=Prompt:wght@100;200;300;400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;600;700;800;900&display=swap');

h1, h2, h3, h4, h5, h6, p, a, span, label {font-family: 'Poppins', 'Prompt', sans-serif !important;letter-spacing: 0;}
select, input, textarea {font-family: 'Poppins', 'Prompt' !important;}
.page-home h2 {
    color: #fff;
    font-size: 3rem;
}

.row {display: flex;}
p {
    font-weight: 300;
    font-size: 16px;
}

.flex {display: flex;}
.w-70{width: 70%;}
.w-100{width: 100%;}
.m-auto {margin: auto;}

body {overflow: hidden;}

/* Nav bar */
.page-home #header.header-transparent #header-wrap, .page-home #header.header-transparent.dark #header-wrap {
    /* background-color: #b60000; */
    background: linear-gradient(268.84deg, #8c0000bd 3.97%, #c4000080 68.42%);
    border-bottom: 0;
}
#header.header-transparent #header-wrap, #header.header-transparent.dark #header-wrap {
    /* background-color: #b60000; */
    background: linear-gradient(268.84deg, #8c0000 3.97%, #c40000 68.42%);
    border-bottom: 0;
}
.page-home header#header {position: absolute;}
#header.header-sticky.sticky-active #header-wrap {
    background: #9c0200cf !important;
    backdrop-filter: blur(9px);
}
#header.header-transparent #header-wrap #logo {top: 0;}
.language img {
    width: 20px;
    margin-right: 5px;
}
#mainMenu nav>ul>li>a {
    color: #fff;
}
.language {
    display: block;
    width: 100px;
    position: absolute;
    top: 0;
    right: 0;
}
#mainMenu nav {
    float: right;
    margin-right: 5rem;
}
.language ul {list-style: none;}
#mainMenu nav>ul>li.current>a, #mainMenu nav>ul>li.current>span, #mainMenu nav>ul>li.hover-active>a, #mainMenu nav>ul>li.hover-active>span, #mainMenu nav>ul>li:focus>a, #mainMenu nav>ul>li:focus>span, #mainMenu nav>ul>li:hover>a, #mainMenu nav>ul>li:hover>span {
    color: #737373;
    background: var(--main-bg-color);
}
.top-menu-item.tb-language .dropdown-list {margin-top: -20px;}
#mainMenu nav>ul.main>li.dropdown.active a:before, 
#mainMenu nav>ul>li>a:hover:before,
/* #mainMenu li.dropdown-submenu a:hover:before {
    content: "";
    position: absolute;
    background: #a21983;
    width: 80%;
    height: 2px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
} */

#mainMenu nav>ul.main>li.dropdown.active ul a:before{display: none !important;}

li.dropdown-submenu a:before {display: none;}
#mainMenu nav>ul>li>a {
    font-family: 'Prompt', sans-serif !important;
    font-size: 1.05rem;
    font-weight: 500;
}
#mainMenu nav>ul>li .dropdown-menu>li.current>a, 
#mainMenu nav>ul>li .dropdown-menu>li.current>span, 
#mainMenu nav>ul>li .dropdown-menu>li.hover-active>a, 
#mainMenu nav>ul>li .dropdown-menu>li.hover-active>span, 
#mainMenu nav>ul>li .dropdown-menu>li:active>a, 
#mainMenu nav>ul>li .dropdown-menu>li:active>span, 
#mainMenu nav>ul>li .dropdown-menu>li:focus>a, 
#mainMenu nav>ul>li .dropdown-menu>li:focus>span, 
#mainMenu nav>ul>li .dropdown-menu>li:hover>a, 
#mainMenu nav>ul>li .dropdown-menu>li:hover>span {
    color: #1d3472!important;
}
#mainMenu nav>ul>li.current>a, 
#mainMenu nav>ul>li.current>span, 
#mainMenu nav>ul>li.hover-active>a, 
#mainMenu nav>ul>li.hover-active>span, 
#mainMenu nav>ul>li:focus>a, 
#mainMenu nav>ul>li:focus>span, 
#mainMenu nav>ul>li:hover>a, 
#mainMenu nav>ul>li:hover>span {
    color: #fff;
    background: var(--main-bg-color);
}
#mainMenu nav>ul>li .dropdown-menu {border-radius: 0px;}
#mainMenu nav>ul>li .dropdown-submenu>.dropdown-menu {margin-left: 10px;left: 100%;top: -5px;}
#mainMenu nav>ul>li .dropdown-menu>li>a {
    border-bottom: 3px solid #fff;
    transition: all 0.1s;

}
#mainMenu nav>ul>li .dropdown-menu>li>a:hover {
    border-bottom: 3px solid #900000;
}
#mainMenu nav>ul>li .dropdown-menu>li [class*=col-]>ul>li>a, #mainMenu nav>ul>li .dropdown-menu>li>a, #mainMenu nav>ul>li .dropdown-menu>li>span {
    padding: 12px 20px 12px 5px;
}
ul.dropdown-menu {margin-left: 10px !important;}
i.fas.fa-chevron-down {
    font-family: 'FontAwesome';
    font-style: normal;
    font-size: 0.5rem;
    position: absolute;
    top: 0;
    margin-left: 5px;
    color: #8d8d8d;
}
.top-menu-item.tb-language img {width: 20px;}
.topbar-dropdown {float: unset;}
.top-menu-item.tb-language a.title {
    background-color: #f0f0f0 !important;
    border-radius: 50px;
    padding: 3px 6px 3px 3px;
    /* position: absolute; */
    /* width: 73px; */
    line-height: 0rem;
}

/* Nav bar */

/* Topbar */
.topbar {background-color: #000000;}
.topbar a {color: #fff;}
.t-b-right {width: 50%;}
.t-b-left {width: 100%;}
.t-b-right {
    width: 50%;
    display: flex;
    align-items: center;
}
.fa-angle-down:before {
    content: "\f107";
    font-family: 'FontAwesome';
}
.topbar-dropdown .title {padding: 0 5px;color: #fff;}

.lang {float: right;}
.lang .dropdown-list {
    z-index: 999 !important;
    position: absolute;
    margin-top: -10px;
    margin-left: -10px;
}
.lang a {font-size: 1rem !important;}

.t-b-social ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.t-b-social ul li {
    display: inline-block;
    margin: 0px 4px;
    line-height: 40px;
}
.t-b-social {float: right;}
.t-b-social {margin-left: 10px;}
.t-b-social ul li i {
    font-size: 1.5rem;
    vertical-align: middle;
}

/* Topbar */



/* Banner */
.owl-carousel .owl-controls .owl-dots .owl-dot span {
    position: relative;
    display: block;
    float: left;
    margin: 0 4px;
    width: 25px;
    height: 5px;
    cursor: pointer;
    border-radius: unset;
    overflow: hidden;
    background-color: transparent;
    box-shadow: inset 0 0 0 1px #ccc;
}
.owl-carousel .owl-nav .owl-next {right: 10px;}
.owl-carousel .owl-nav .owl-prev {left: 10px;}
.banner-style-10.owl-carousel .owl-nav [class*=owl-]{opacity: 1 !important;}
.banner-style-10.owl-carousel .owl-nav [class*=owl-] i {color: #ffffff;}
.banner-style-10.owl-carousel .owl-nav [class*=owl-] {background-color: #fff0;}

.banner-style-10 .owl-dots {
    position: absolute !important;
    bottom: 0;
    left: 0;
    right: 0;
    filter: brightness(0.5);
}
/* Banner */

/* About Us */
section.about {background: #000;}
a.readmore {
    display: block;
    background: #b60000;
    width: fit-content;
    padding: 10px 20px;
    color: #fff;
}
p.sm-on-head {
    margin-bottom: 0.6rem;
    font-size: 1.3rem;
}
.about-detail.flex {align-items: center;}
.about-img:before {
    content: "";
    width: 100px;
    height: 100px;
    background: #b60000;
    position: absolute;
    top: -15px;
    right: 0;
    z-index: -1;
}
.about-img:after {
    content: "";
    width: 200px;
    height: 200px;
    position: absolute;
    bottom: -10px;
    background: #b60000;
    left: -5px;
    z-index: -1;
}
.about-img img {box-shadow: 0px 0px 12px #000;}
section.about:before {
    content: "";
    width: 600px;
    height: 100%;
    background: #b60000;
    background: linear-gradient(86deg, #000000 -20.03%, #b40107 81.42%);
    position: absolute;
    transform: skewX(10deg);
    top: 0;
}
/* About Us */

/* Category */
section.category {
    background: #191919;
    background-image: url(../img/bg-cate.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
section.category h2 {color: #fff;}
.h-title {text-align: center;}
p.sm-on-head {
    margin-bottom: 0.6rem;
    font-size: 1.3rem;
    letter-spacing: 5px;
}
p.sm-on-head {
    margin-bottom: 0.6rem;
    font-size: 1.1rem;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: #fff;
}
section.about h2, section.about p {
    color: #fff;
}
.category-list ul {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-bottom: 3rem;
}
.category-list ul li {
    display: inline-block;
    width: 31.75%;
    margin: 0.5rem;
}
.category-list img {
    width: 100%;
}
.category-list .inner {
    position: relative;
}
.category-list .caption p {
    margin-bottom: 0;
    font-size: 1.2rem;
    font-weight: 500;
    color: #fff;
}
.category-list .caption {
    position: absolute;
    bottom: 0;
    padding: 10px;
    background: #20202060;
    width: -webkit-fill-available;
}

/* Category */

/* Product */
section.Product {background: #000;}
section.Product h2 {color: #fff;}
section.Product .slide {padding: 5px;}
section.Product .caption p, section.Product .caption h4 {
    color: #fff;
}
h4.pd-name {position: relative;}
h4.pd-name {text-align: center;}
h4.pd-name:before {
    content: "";
    width: 80%;
    height: 100%;
    /* background: #fff; */
    position: absolute;
    left: 0;
    background: linear-gradient(268.84deg, #8C0000 3.97%, #C40000 68.42%);
    right: 0;
    margin: auto;
    z-index: -1;
    transform: skewX(-25deg);
}
h4.pd-name {
    text-align: center;
    position: absolute;
    width: 100%;
    top: -17px;
    z-index: 999;
}
section.Product .caption.p-t {
    position: relative;
    padding-top: 2.1rem;
}
.owl-dots {
    position: absolute !important;
    right: 0;
}

/* Product */


/* Article */
.sec-article {position: relative;}
.article-detail.flex {
    width: 50%;
    height: inherit;
    align-items: center;
    float: right;
}
.sec-banner img {width: 100%;}
.position-ab {
    position: absolute;
    top: 0;
    height: -webkit-fill-available;
    left: 0;
    right: 0;
    width: fit-content;
    margin: auto;
}
.article-img p {
    color: #fff;
}
/* Article */

/* New&Event */
section.news-event h2 {color: #fff;}
section.news-event .slide {padding: 10px;}
.p-l-r-28-15 {
    padding-right: 0px 15px;
    padding-left: 28px;
    padding-bottom: 10px;
}
.news-img {
    position: relative;
    overflow: hidden;
}
.news-img .caption {
    position: absolute;
    bottom: 0;
    padding: 1rem;
    background: #0000007a;
    width: -webkit-fill-available;
}
.news-img .caption p, .news-img .caption h3 {
    color: #fff;
}
p.date {
    margin-bottom: 5px;
}
.news-img .caption h3 {
    font-size: 1.5rem;
}
p.detail-more {display: none;}
.news-img:hover p.detail-more {display: block;}
section.news-event {
    background: #000;
    background-image: url(../img/bg-news.jpg);
    background-size: cover;
}
/* New&Event */

#goToTop {
    background-color: rgb(243 0 0)!important;
    overflow: hidden;
}
#goToTop:after, #goToTop:before {background-color: #f30000;border-radius: unset;}


/* Page About */
.bc-banner img {filter: brightness(0.5);}
.breadcrumb {
    position: relative;
    margin: 0;
}
.bc-detail {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: -webkit-fill-available;
    display: flex;
    align-items: center;
}
.bc-detail h2 {font-size: 4rem;color: #fff;}
.bc-list li a {
    color: #fff !important;
    font-size: 1rem;
}
.breadcrumb ul li+li:before {
    content: "";
    display: block;
    width: 3px;
    height: 3px;
    position: absolute;
    top: 43%;
    left: -8px;
    background-color: #ffffff;
    border-radius: 50%;
}
section.quality-a .news-img {
    margin: 0px 10px;
}
.qua-img {margin: 0px 10px;}
section.quality-a {background: #000000;}
.qua-img p {
    color: #fff;
}
section.quality-a h2 {
    font-size: 3rem;
    color: #fff;
}
/* Page About */

/* Page News */
.news-list ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.news-list ul li {
    width: 32%;
    margin: 9px 5px;
    display: inline-block;
}
.center-pagination {text-align: center;}
.pagination a {margin: 0px 10px;}

/* Page News */

/* Page News-detail */
.breadcrumb h3 {
    font-size: 2.5rem;
    color: #fff;
}
.news-deail .bc-detail {
    text-align: center;
}
.news-detail img {
    width: 100%;
}
img.f-r {
    float: right;
    width: 40%;
}
p.f-l {
    float: left;
    width: 60%;
    padding: 10px;
}
img.f-l {
    float: left;
    width: 40%;
}
p.f-r {
    float: right;
    width: 60%;
    padding: 10px;
}
.al-center {align-items: center;}

/* Page News-detail */

/* Page Download */
.download-list ul {
    padding: 0;
    list-style: none;
}
.download-list ul li {
    margin-bottom: 3.5rem;
}
.pagination a {display: inline-block;}
a.active div.bg {
    background: #b40000;
    width: 30px;
    height: 30px;
    color: #fff;
    line-height: 2.2rem;
    border-radius: 100px;
}
/* Page Download */

/* Support Detail */
.pdf-list ul {
    padding: 0;
    list-style: none;
}
.pdf-list li {
    border-bottom: 1px solid #ccc;
    padding: 20px;
}
.pdf-list .inner p {
    margin: 0;
    font-size: 1.4rem;
    font-weight: 500;
}
.pdf-list li:nth-child(1) {
    border-top: 1px solid #ccc;
}
/* Support Detail */

/* Contact */
section.form .form-control {
    border: unset;
    border-bottom: 1px solid #ccc;
    border-radius: unset;
    padding-left: 0;
    margin-bottom: 2.5rem;
}
.btn-about a {
    width: fit-content;
    background: #000;
    padding: 15px 30px;
    display: block;
    color: #fff;
    margin-top: 2rem;
}
label.container.flex {
    display: flex;
    padding-left: 0;
}
a.line {text-decoration: underline;}
.c-icon i {
    color: #fff;
    font-size: 2.5rem;
}
.c-icon {
    padding: 35px;
    width: 60px;
    height: 60px !important;
    background: #b40107;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 1rem;
    border-radius: 50%;
    color: #fff;
}
.just-cent {
    justify-content: center;
}
div#myPopup {display: none;}
/* .popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    height: -webkit-fill-available;
    align-items: center;
} */

/*  POP UP */
.popup {
    position: unset;
    display: block;
  }
  div#myPopup img {
      width: 65px;
      margin-top: 10px;
  }
  button.close-popup:hover {
      transform: scale(1.1);
  }
  
  
  /* The actual popup */
  .popuptext {
    visibility: hidden;
    width: 100%;
    height: 100%;
    background-color: #00000052;
    color: #fff;
    text-align: center;
    border-radius: 0px;
    padding: 8px 0px;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0rem;
    margin: auto;
    /* margin-top: 0rem; */
    z-index: 999;
    border: oldlace;
    overflow: hidden;
}
.popuptext.show .inner {
    width: 500px;
    height: 200px;
    background: #000000d9;
    padding: 8px 0px;
    bottom: 0;
    left: 0;
    right: 0;
    backdrop-filter: blur(9px);
    margin: auto;
    border-radius: 3px;
    margin-top: 11rem;
    box-shadow: 0px 0px 60px 1px #20202040;
    /* overflow: hidden; */
}

  div#myPopup h3 {
      color: #fff;
      /* font-family: 'promt'; */
      font-family: 'Prompt', sans-serif;
      font-size: 1.5rem;
      margin-top: 10px;
  }
  div#myPopup .inner p {
    color: #fff !important;
}
  
  /* div#myPopup:before {
      content: "";
      position: absolute;
      background: #f9f9f9;
      top: 0;
      width: 283px;
      height: 216px;
      border-radius: 291px 10px 17px 0px;
      z-index: -1;
  } */
  
  .popup-btn {
      background: #142c46;
      padding: 10px 20px;
      border-radius: 50px;
      color: #fff;
      font-family: 'Prompt';
      width: fit-content;
      display: block;
      margin: auto;
  }
  
  button.close-popup {
    background: #d30100;
    font-size: 1.2rem;
    width: 170px;
    display: block;
    padding: 8px 0px;
    margin: auto;
    border-radius: 0px;
    font-family: 'Prompt', sans-serif;
    color: #fff;
    border: unset;
    cursor: pointer;
}
.btn-about a {
    color: #fff !important;
}
  
  /* Toggle this class - hide and show the popup */
  .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
  }
  
  /* Add animation (fade in the popup) */
  @-webkit-keyframes fadeIn {
    from {opacity: 0;} 
    to {opacity: 1;}
  }
  
  @keyframes fadeIn {
    from {opacity: 0;}
    to {opacity:1 ;}
  }

.disabled{
    background-color: #E8E8E8!important;
    border-color: #E8E8E8!important;
    pointer-events: none!important;
    opacity: .7!important;
}
.robot-check p {
    margin: 0;
    padding-top: 1.5rem;
}
section.form {margin-bottom: 3rem;}
/* Contact */


/* category */
.filter-h p {
    margin: 0;
    padding: 10px 35px;
    /* position: absolute; */
    border: 1px solid #ccc;
    border-bottom: unset;
    top: 0;
    border-radius: 6px 6px 0px 0px;
    background: #fff;
    cursor: pointer;
}
.btn-area a {
    display: inline-block;
    margin: 0px 5px;
    padding: 7px 25px;
    background: #ccc;
    width: fit-content;
    margin: auto;
}
.btn-area {
    text-align: center;
    margin-top: 2rem;
}
.filter {
    padding: 3rem 2rem;
    border: 1px solid #ccc;
    border-radius: 6px 0px 6px 6px;
    margin-bottom: 1rem;
    box-shadow: 0px 11px 13px #20202020;
    position: relative;
    background: #fff;
}
a.btn-bg:hover {
    background: #ce0100 !important;
    cursor: pointer;
}
.filter .form-group label {
    color: #444;
    cursor: pointer;
    display: inline-block;
    margin-top: 8px;
    margin-bottom: 4px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
}
.text-num-step p {
    margin: 0;
    font-size: 1.3rem;
    font-weight: 900;
    letter-spacing: 1px;
    width: fit-content;
    transform: rotate(-90deg);
    font-family: 'Outfit', sans-serif !important;
    margin-right: -11px;
    margin-left: -20px;
    color: #363636;
}
.text-num-step h1 {
    font-size: 5rem;
    font-weight: 900;
    width: fit-content;
    font-family: 'Outfit', sans-serif !important;
    color: #ce0000;
}
.btn-area a.btn-bg {
    background: #000;
    box-shadow: 0px 0px 0px 1px;
    color: #fff;
}
.btn-area a.btn-border {
    background: unset;
    box-shadow: 0px 0px 0px 1px;
    line-height: normal;
}
.btn-area a.btn-border:hover {
    border-color: #000 !important;
    color: #000 !important;
}
.text-num-step {
    display: flex;
    align-items: center;
}
.fil-select {
    width: -webkit-fill-available;
    padding-left: 1rem;
}
.des h4 {
    width: fit-content;
    border-bottom: 4px solid #da0000;
    position: relative;
}
.des {position: relative;}
.des h4:before {
    width: 650px;
    height: 1px;
    position: absolute;
    background: #da0001;
    top: 33px;
    content: "";
    z-index: -1;
}
.splide__arrow:hover:not(:disabled) svg {
    fill: #da0001;
}

.splide {
    margin: 0 auto;
  }

  .thumbnails {
    display: flex;
    margin: 1rem auto 0;
    padding: 0;
    justify-content: center;
  }

  .thumbnail {
    width: 70px;
    height: 70px;
    overflow: hidden;
    list-style: none;
    margin: 0 0.2rem;
    cursor: pointer;
    opacity: 0.3;
  }

  .thumbnail.is-active {
    opacity: 1;
  }

  .thumbnail img {
    width: 100%;
    height: auto;
  }

  section#main-slider {
    padding: 0;
}
.splide__arrow svg {
    fill: #ffffff;
    height: 1.5em;
    transition: fill .2s linear;
    width: 2.5em;
}

section.categ-name {
    background: linear-gradient(178deg, #e4e4e4 3.97%, #ffffff 68.42%);
}
.hidden {display: none;}
.btn-filter-area {
    position: relative;
}
a.btn-filter {
    font-size: 1.2rem;
    background: #d80100;
    padding: 10px 25px;
    border: 1px solid #7f0602;
    display: block;
    width: fit-content;
    border-radius: 1px;
    margin-top: -45px;
    justify-content: unset;
    position: absolute;
    right: 0;
    cursor: pointer;
    color: #fff;
}

section.categ-name .news-list {
    /* text-align: end; */
    margin-top: 2rem;
}
section.categ-name .news-list .caption.m-t-10 {
    text-align: left;
}
/* category */




/* footer */
img.img-footer {width: 150px;}
footer {padding: 80px 0 20px 0;background: #eee;position: relative;}
footer {
    padding: 20px 0 20px 0;
    background: #000;
    /* background: linear-gradient(91deg, #000000 36.97%, #1d0000 68.42%); */
    /* background: linear-gradient(91deg, #000000 36.97%, #151515 68.42%); */
    background-image: url(../img/ft.jpg);
    background-size: cover;
}
footer p {color: #fff;}
footer .scial-list ul {padding: 0;margin-bottom: 0;list-style: none;}
footer .scial-list ul li {display: inline-block;}

.scial-list i {
    font-size: 2rem;
    background: #b40006;
    padding: 0px;
    border-radius: 50%;
    width: 3.3rem;
    height: 3.3rem;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.scial-list {
    text-align: right;
}
.col-md-3.ft-right.flex {
    justify-content: end;
    align-items: center;
}
#goToTop {
    border-radius: 0;
    z-index: 999;
    height: 45px;
    width: 45px;
    bottom: 0rem !important;
}
.copy-right p {margin-bottom: 0;}
.policy a p {margin-bottom: 0;}

.col-md-3.bg-red {z-index: 1;}
footer hr {border-color: #ccc;}
footer .container:before {
    content: "";
    width: 700px;
    height: 350px;
    position: absolute;
    background: #ccc;
    background: linear-gradient(86deg, #000000 6.97%, #b40107 107.42%);
    z-index: 1;
    transform: skewX(21deg);
    bottom: 0;
    margin-left: -24rem;
}

footer .container:after {
    content: "";
    width: 240px;
    height: 350px;
    position: absolute;
    background: #ccc;
    background: linear-gradient(273deg, #000000 -11.03%, #b40107 133.42%);
    z-index: 1;
    transform: skewX(21deg);
    bottom: 0;
    margin-left: 88rem;
}

.hide-sec {display: none !important;}
section#cookies-priv {
    position: fixed;
    z-index: 999;
    background: #000000ab;
    backdrop-filter: blur(10px);
    bottom: 0;
    padding: 20px 0;
    border-top: 5px solid #7f080891;
}
section#cookies-priv h5, section#cookies-priv p {
    color: #fff;
}
.btn-cookies a {
    color: #fff;
    margin: 5px;
    margin-top: 3rem;
    padding: 10px 20px;
    display: inline-block;
    width: fit-content;
    /* background: #f40100; */
}
.btn-cookies a#accept {
    background: #f40100;
    cursor: pointer;
}
a.border-blue {
    box-shadow: 0px 0px 0px 1px #f50400;
    line-height: initial;
}
.col-md-6.cp-r {z-index: 5;}

/* footer */


@media (max-width: 1400px) {
    p {font-size: 14px;}
    section.about:before {margin-left: -10rem;}
    footer .container:after {margin-left: 83rem;}
}

@media (max-width: 1024px) {
    #header #header-wrap #logo a>img {
        height: 55px;
        vertical-align: middle;
    }
    
}

@media (min-width: 1024px) and (max-width: 1200px){
    footer .container:after {
        display: none;
    }
    footer .container:before {
        display: none;
    }
    .btn-cookies a {
        padding: 10px 13px;
    }
    .category-list ul li {
        display: inline-block;
        width: 31%;
        margin: 0.5rem;
    }
    .col-md-6.hide-on-mb {
        display: none;
    }
    footer .col-md-3 {
        width: 50%;
    }
    .news-list ul li {
        width: 31%;
        margin: 9px 9px;
        display: inline-block;
    }
    .news-img .caption h3 {
        font-size: 1.2rem;
    }
    .breadcrumb h3 {
        font-size: 1.5rem;
        color: #fff;
    }
}

@media (max-width: 991px){
    .page-home #header.header-transparent #header-wrap, .page-home #header.header-transparent.dark #header-wrap {
        background-color: #b60000;
    }
    .page-home header#header {
        position: relative;
    }
    .about-img img {
        margin-bottom: 2rem;
    }
    #header #mainMenu:not(.menu-overlay) nav>ul>li>a {
        display: block;
        padding: 14px 0;
        font-size: 15px!important;
        border: 0;
        border-radius: 0;
        color: #fff !important;
        text-align: center;
        font-weight: 700;
    }
    .bc-detail h2 {
        font-size: 3em;
        color: #fff;
    }
    .copy-right p {
        margin-bottom: 0;
        text-align: center;
    }
    .policy a p {
        margin-bottom: 0;
        text-align: center;
    }
    .col-md-3.bg-red {
        z-index: 1;
        text-align: center;
    }
    .col-md-3.ft-right.flex {
        justify-content: center;
        align-items: center;
        margin-bottom: 2rem;
    }
    #header.header-transparent #mainMenu:not(.menu-overlay) nav>ul>li .dropdown-menu {
        background-color: transparent;
        margin-left: 0 !important;
    }
    #mainMenu nav>ul>li .dropdown-menu>li>a {
        transition: all 0.1s;
        text-align: center;
        border: unset;
        color: #fff !important;
    }
    #header #mainMenu:not(.menu-overlay) nav>ul>li.dropdown:before {
        content: "\f105";
        font-family: fontawesome;
        font-size: 13px;
        opacity: 1;
        position: absolute;
        right: 10px;
        top: 12px;
        color: #ffffff;
        transition: .3s ease;
        transform: rotate(90deg);
        background: #5b00008a;
        width: 25px;
        height: 25px;
        text-align: center;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .category-list ul li {
        display: inline-block;
        width: 47%;
        margin: 0.3rem;
    }
   
    .lang {
        float: right;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 9999;
    }
    .page-home h2 {
        color: #fff;
        font-size: 2rem;
    }
     
    footer .container:after {
        display: none;
    }
    footer .container:before {
        display: none;
     }
    section#cookies-priv p {margin-bottom: 0;}
    footer .col-md-6.hide-on-mb {display: none;}
    button.lines-button.x {
        background: #000 !important;
        padding: 5px 30px !important;
        margin-left: -5rem;
        border: 2px solid #000;
    }
    #header.header-transparent #header-wrap .lines, 
    #header.header-transparent #header-wrap .lines:before, 
    #header.header-transparent #header-wrap .lines:after {
        background-color: #fff;
    }
}

@media (min-width: 768px) and (max-width: 991px){
    .news-img .caption h3 {
        font-size: 1rem;
        line-height: 1.2rem;
        font-weight: 500;
    }
    .col-md-8.p-l-r-28-15 {width: 66%;}
    .col-md-4.p-l-5.p-r-25 {
        width: 33.5%;
        /* padding:  !important; */
    }
    .news-list ul li {
        width: 30%;
    }
    .row.m-b-30.al-center .col-md-8 {
        width: 50%;
    }
    .download-list .col-md-6 {
        width: 50%;
    }
    section.contact-us .col-md-4 {
        width: 33%;
    }
    .inner.flex.just-cent {
        display: block;
        text-align: center;
    }
    .c-icon {
        padding: 35px;
        width: 60px;
        height: 60px !important;
        background: #b40107;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 1rem;
        border-radius: 50%;
        color: #fff;
        margin: auto;
        margin-bottom: 1rem;
    }
    .news-img:hover p.detail-more {
        display: block;
        margin: 0;
        font-size: 10px !important;
    }

}



@media (max-width: 768px) {
    p.detail-more {display: none !important;}
    .news-img .caption h3 {
        font-size: 12px;
        line-height: 1.2rem;
    }
    button.lines-button.x {
        background: #000 !important;
        padding: 5px 30px !important;
        margin-left: -2rem;
        border: -7px solid #000;
    }
    .page-home h2 {font-size: 2rem;}
    .bc-detail h2 {
        font-size: 2em;
        color: #fff;
    }
   
    .breadcrumb h3 {
        font-size: 13px;
        color: #fff;
    }
    .article-detail.flex {
        width: 100%;
        height: auto;
        align-items: center;
        float: right;
        display: block;
    }
    .col-md-4.p-l-5.p-r-25 {padding: 17px !important;}
    .col-md-8.p-l-r-28-15 {padding: 17px;}
    section.news-event .slide {padding: 5px;}
   
    
    .just-cent {
        justify-content: left;
    }
    .popuptext.show .inner {
        width: 90%;
    }
    .inner.flex.just-cent {
        margin-bottom: 3rem;
    }
    .news-list ul li {
        width: 46%;
        margin: 9px 5px;
        display: inline-block;
    }
    section.categ-name {
        padding-top: 70px;
    }
    .filter-h p {
        top: -41px;
    }
    div#main-slider-track {
        height: 300px;
    }
    .des img {
        margin-bottom: 1rem;
    }
    .owl-dots {
        position: unset !important;
        right: 0;
    }
    .article-img {
        background: #800000;
    }
    .position-ab {
        position: unset;
        padding: 25px;
        height: auto;
    }
    .sec-article {
        overflow: hidden;
    }
    .article-img img {
        max-width: 100% !important;
    }
    footer .col-md-3 {
        width: 100%;
    }


}

@media (width: 768px) {
    .col-md-4.p-l-5.p-r-25 {
        /* padding: 9px !important; */
        padding-left: 0 !important;
        padding-top: 19px !important;
    }
    .col-md-4.p-l-5.p-r-25 {
        width: 33%;
    }
    button.lines-button.x {
        margin-left: -3rem;
        border: 7px solid #000;
    }
    .news-list ul li {width: 48%;}
    .news-list ul li {
        width: 31%;
    }
}

@media (max-width: 320px){
    .category-list ul li {width: 46%;}
    .category-list .caption p {font-size: 1rem;}
    .news-img .caption h3 {margin: 0;}
    .news-list ul li {width: 45%;}
}

.category-list .inner > img,.img-1b1 > img,.img-37b18 > img{
	position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
	object-fit: cover;
}
.category-list .inner,.img-3b2{
	position: relative;
    padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
    --tw-aspect-w: 3;
    --tw-aspect-h: 2;
}
.img-1b1{
	position: relative;
    padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
    --tw-aspect-w: 1;
    --tw-aspect-h: 1;
}
.img-37b18{
	position: relative;
    padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
    --tw-aspect-w: 37;
    --tw-aspect-h: 18;
}
@media (max-width: 991px){
	#header #logo {
		width: auto;
    		left: 50%;
    		right: initial!important;
    		transform: translateX(-50%);
    		z-index: 2!important;
	}
}
img{
    max-width:100%
}
h4.pd-name{
    overflow: hidden !important;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1 !important;
    padding-right: 3rem;
    padding-left: 2rem;	
}
.one-banner img{
    width: 100%;

    object-fit: cover;
}
.banner-style-10 .owl-item img{
	object-fit: cover;
}


.inner .caption > p{
    overflow: hidden !important;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1 !important;
}