﻿body {
  direction: rtl;
  line-height: 1.5 !important;
}
button:focus,
input:focus,
textarea:focus,
select:focus,
[tabindex]:focus {
  /* Example: blue outline */ /* Optional for better visuals */
  outline: 2px solid #03264c;
  border-radius: 4px;
}
button:focus {
  /* Red dashed outline */
  outline: 3px dashed #ff0000;
}
.more-btn:focus {
  /* Orange outline */
  outline: 2px solid #03264c !important;
}
[tabindex]:focus {
  /* Green outline for custom elements */
  outline: 2px solid #00ff00;
}
*:focus {
  outline: none;
}
:focus-visible {
  /* Orange outline */
  outline: 2px solid #03264c !important;
}
a {
  color: unset;
  text-decoration: none;
}
a,
a:link {
  color: unset !important;
}
.modal {
  top: 10% !important;
}
p {
  font-size: 14px;
  line-height: 35px;
  font-weight: 300;
}
.logo-container {
  width: 215px;
}
.button-container a:hover {
  color: #fff !important;
}
.logo-container img {
  /* filter: contrast(0) brightness(1.8); */
  width: 100%;
}
.logo-container2 img {
  /* filter: contrast(0) brightness(1.8); */
  width: 100%;
}
.navbar {
  /* margin-top: 0px; */ /* height: 100%; */ /* align-items: center; */
}
.navbar-nav {
  padding-right: 0;
}
.header-sec {
  padding-top: 11px;
  padding-bottom: 11px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
}
.nav-item a {
  font-size: 13px;
  font-weight: 700;
  color: #656464;
}
.icon-container {
  display: flex;
  justify-content: space-around;
  height: 100%;
  align-items: center;
  position: relative;
}
.icon-container {
  align-self: baseline;
  color: #606060;
  margin-top: 10%;
  margin-left: 20px;
}
.icon-container a i {
  color: #565656;
}
.icon-container a {
  padding-left: 12px;
  display: flex;
  color: #606060 !important;
}
.left-side-menu {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: space-around;
}
.main-logo-container {
  display: flex;
  text-align: -webkit-left;
  align-items: center;
}
.flag-container {
  width: 135px;
  margin-top: -21px;
}
.flag-container img {
  width: 100%;
}
.navbar-nav .nav-item {
  /*margin-left: 9px;*/
}
.hero-sec {
  /* z-index: -14; */ /*top: 0;*/ /*  background: url("../../theme-assests/img//slider-img.jpg") top left / cover no-repeat;*/
  position: relative;
}
.header-replace {
  background-color: transparent;
  position: relative;
  z-index: 300;
}
.header-replace .container {
  max-width: 1780px !important;
}
.navbar > .container-fluid {
  justify-content: center !important;
}
section.news-category .nav-tabs {
  padding: 0 !important;
}
section.news-category .nav-tabs .nav-link {
  /* width: 129px; */
  font-size: 16px;
  border-radius: inherit;
  font-weight: 500;
  text-align: center;
  color: #6b6b6b !important;
}
a {
  background-color: unset !important;
}
section.news-category .nav-tabs .nav-item .nav-link {
  /* border: 1px solid #cdcdcddb !important; */
}
section.news-category .nav-tabs .nav-link.active {
  /* padding-bottom: 25px; */ /* padding-right: 0 !important; */ /* padding-left: 0 !important; */
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-bottom: 1px solid #3e8d5c;
}
div.tab-container {
  display: flex;
  position: relative;
}
.tab-content {
  margin-top: 50px;
}
div.tab {
  /* width: -webkit-fill-available; */
  width: 100%;
}
div.archieve-news-text {
  /* background-color: #fff; */
  display: flex;
  position: absolute;
  right: 0;
  align-items: center;
}
div.archieve-news-text a h2 {
  font-size: 28px;
  font-weight: 600;
  color: #1f3f78;
}
div.archieve-news-text a h2 span {
  font-size: 28px;
  font-weight: 700;
  color: #1f3f78;
}
section.news-category {
  padding: 100px 0 170px 0;
  position: relative;
}
div.archieve-news-text img {
  width: 20px;
  margin-bottom: 3px;
  margin-right: 5px;
}
section.news-category ul.nav.nav-tabs {
  direction: ltr;
  border-bottom: solid 1px #d3d3d3;
}
div.slider-video-container img {
  width: 100%;
}
section.about-us-sec {
  padding-bottom: 100px;
  padding-top: 100px;
  background-image: url(../../theme-assests/img/sadaf-pattern.jpg);
  background-position: top;
  background-repeat: repeat;
  background-size: 2450px;
  position: relative;
}
section.about-us-sec::after {
  position: absolute;
  content: "";
  height: 100px;
  width: 100%;
  top: 0;
  right: 0;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0.7651435574229692) 35%,
    rgba(255, 255, 255, 0.09567577030812324) 100%
  );
}
.about-us-sec .more-btn span {
  /* background-image: linear-gradient(90deg, #1f8b51 45%, #2d4773 59%); */
  color: #ffffff;
}
.about-us-sec .more-btn {
  text-align: center;
  background-color: #2d4773;
  border-radius: 5px;
  width: 190px;
  padding: 12px;
}
.more-btn {
  font-size: 15px;
  direction: ltr;
  font-weight: 600;
  color: #0d8142;
}
.about-us-text h6 {
  color: #0e3d88;
  font-weight: 600;
  font-size: 28px;
  margin-bottom: 32px;
  letter-spacing: -1px;
}
.about-us-text h6 span.company-name {
  color: #1f8b51;
  font-weight: 600;
  font-size: 28px;
}
.about-us-sec .row {
  margin: 0 auto !important;
  justify-content: center;
}
.about-us-sec .row > div {
  padding: 0 !important;
}
.about-us-text h1 {
  color: #1b3e78;
  font-size: 25px;
  font-weight: 800;
  margin-bottom: 17px;
}
.about-us-text p {
  /* border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb; */
  color: #656565;
  font-size: 14px;
  line-height: 35px;
  font-weight: 300;
  text-align: justify;
  padding: 30px 0px;
  letter-spacing: -0.1px;
}
.btn-about-us {
  background: transparent;
  color: #828181;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: -1px;
  border-color: #bfbbbb;
  display: flex;
  align-items: baseline;
  width: 150px;
  padding: 9px 10px;
  justify-content: center;
  border-radius: 10px;
}
.btn-about-us img {
  margin-right: 9px;
}
.button-container {
  text-align: -webkit-left;
}
section.about-us-sec .more-btn:hover span {
  transition: 0.4s;
  color: #dfdfdf;
}
section.details-sec {
  color: #223e76;
  font-size: 14px;
  padding: 70px 190px 30px 190px;
}
.details-sec .detail-container {
  /* height: 90%; */
  background: rgb(212 217 226 / 82%) !important;
  padding: 45px 20px;
  text-align: center;
  border-radius: 20px;
  width: 100%;
  transition: 1s;
}
.details-sec .row > div {
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-sec {
  background: linear-gradient(0deg, #3d3d3d, #393939de),
    url(../../theme-assests/img/DJI_0121.jpg);
  background-attachment: fixed;
  margin-top: 0;
}
.product h6 {
  color: #e9e9e9;
  font-weight: 600;
}
div.catalog-text-container {
  border-right: 4px solid #0d8142;
  padding-right: 13px;
}
div.catalog-btn-container button {
  background: transparent;
  color: #e9e9e9;
  font-size: 13px;
  letter-spacing: -1px;
  border-color: #0d8142;
  width: 150px;
  padding: 9px 10px;
  border-radius: 10px;
}
.catalog-btn-container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: end;
}
button.btn.btn-primary.catalog-btn {
  margin-left: 25px;
}
button.btn.btn-primary.catalog-btn:hover {
  background-color: #828181;
  border-color: #828181;
}
.footer-sec {
  padding: 40px 0;
}
div.logo-footer-container img:nth-child(2) {
  /*margin: 10px 0 5px;*/
  width: 155px;
  margin-top: 5px;
  filter: invert(0.5) brightness(1.9);
}
li {
  list-style-type: none;
}
.footer-sec li {
  font-size: 12px;
  margin-bottom: 16px;
  text-align: justify;
  font-weight: 500;
  color: #e1e1e1;
}
.footer-sec h1 {
  font-size: 16px;
  color: #0d8142;
  font-weight: 700;
  margin-bottom: 17px;
}
ul {
  margin: 0 !important;
  padding: 0 !important;
}
.logo-footer-container:nth-child(2) {
}
.logo-footer-container img:last-child {
  width: 180px;
  filter: invert(0.4) brightness(1.8);
}
.logo-footer-container img:first-child {
  width: 105px;
  filter: invert(0.5) brightness(1.8);
}
.logo-footer-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;
}
section.copy-right-sec {
  /*height: 100%;*/ /*display: flex;*/ /*justify-content: center;*/ /*align-items: center;*/
  background: #838184;
  color: #efefef;
  font-size: 10px;
  font-weight: 600;
  padding: 20px 0;
}
section.copy-right-sec p {
  height: 100%;
  text-align: center;
  margin-bottom: 0 !important;
}
.footer-sec ul {
  margin-bottom: 20px !important;
}
.details-sec a:hover {
  background: #fff !important;
  transition: 1s;
}
.details-sec-container:hover div {
  border-right: 1px solid #223e76;
  border-left: 1px solid #223e76;
  transition: 1s;
}
div.details-sec-container:hover h6 {
  color: #158951;
  transition: 0.3s;
}
div.details-sec-container img:nth-child(2),
div.details-sec-container:hover img:first-child {
  display: none;
}
div.details-sec-container:hover img:nth-child(2) {
  display: inline !important;
}
.btn-about-us:hover {
  background: #194586;
  border-color: #194586;
}
.swiper1 {
  width: 100%;
  position: unset !important;
}
.nbox {
  background-color: #f5f5f5;
  border-radius: 10px;
  width: 100%;
  border: 1px solid #e5e5e5;
  position: relative;
  margin-bottom: 43px;
  transition: all ease 0.5s;
}
.archieve-news-text .swiper2 {
  width: 80%;
  height: 300px;
  margin: auto;
}
#DNNProIRPrayTime1543 .General {
  background-image: unset !important;
  background-color: #f5f5f5;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
}
.archieve-news-text .title {
  margin-top: 20px;
  font-weight: 700;
  font-size: 22px;
  display: flex;
  justify-content: center;
  padding-bottom: 50px;
  color: #414141;
  letter-spacing: -0.5px;
}
.archieve-news-text .swiper {
  width: 100%;
  height: 500px;
  padding-top: 50px;
}
.archieve-news-text .swiper-slide .video-container .img-poster {
  object-fit: cover;
  height: 318px;
  -webkit-transition: all ease 0.7s;
  transition: all ease 0.7s;
  width: 100%;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 10px;
}
.archieve-news-text
  .swiper-slide-active
  .video-container
  .img-poster-container {
  -webkit-transform: scale(1.2) !important;
  transform: scale(1.2) !important;
  -webkit-transition: all ease 0.7s;
  transition: all ease 0.7s;
  position: relative;
  inset: 0;
}
.archieve-news-text .swiper-slide-active .video-container .img-poster {
  object-fit: cover;
  filter: brightness(0.5);
}
.archieve-news-text .swiper-slide-active {
  position: relative;
}
.swiper-slide-active .next-btn {
  display: block !important;
  position: relative;
}
.swiper-slide.swiper-slide-visible.swiper-slide-fully-visible.swiper-slide-next {
  position: relative !important;
  z-index: 0 !important;
}
.swiper2 {
width:100%;

}

.prev-btn {
    position: absolute;
    display: block;
    left: 31%;
    width: 40px;
    height: 40px;
    top: 49%;
    z-index: 100;
    background-size: contain;
    background-image: url(../../theme-assests/img//arrow-slider-left.png);
}

.next-btn {
    position: absolute;
    display: block;
    right: 31%;
    width: 40px;
    height: 40px;
    top: 49%;
    z-index: 100;
    background-size: contain;
    background-image: url(../../theme-assests/img//arrow-slider-right.png);
}
[tabindex]:focus{
    outline: none;
}
.swiper-slide .swiper-slide-active {
  position: relative;
}
.modal-dialog {
  transform: translate(0, 0) !important;
}
.desc h1 {
  font-size: 11px;
  font-weight: 700;
  margin-top: 10px;
  overflow: hidden;
  margin-bottom: 3px;
  line-height: 18px;
  padding-right: 10px;
  padding-left: 10px;
  color: #484848;
}
.news-pic img {
  width: 100%;
  border-radius: 2px;
  height: 100%;
  object-fit: cover;
  border-radius: 10px 10px 0 0;
}
.news-pic_home img {
  width: 100%;
  border-radius: 10px 10px 0 0;
  height: 100%;
  object-fit: cover;
}
.news-pic_home .date {
  top: 0px;
}
.desc p {
  font-size: 10px;
  text-align: justify;
  line-height: 20px;
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 15px;
  padding-top: 4px;
  color: #625e5e;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
}
.views {
  background-color: #f5f5f5;
  text-align: left;
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 10px;
  padding-left: 10px;
}
.news-border {
  border-bottom: 1px solid #1b3e78;
  width: 100%;
}
.icons {
  width: 102px;
  display: flex;
  justify-content: space-around;
  color: #9f9f9f;
}
.news-pic {
  /* padding: 10px; */
  position: relative;
  height: 240px;
}
.news-pic_home {
  position: relative;
  height: 240px;
}
.date {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  top: 0px;
  left: 12px;
  width: 66px;
  color: #fff;
  background: #038141;
  padding: 6px;
}
.date .day {
  text-align: center;
  font-size: 26px;
  font-weight: 700;
}
.date .month {
  font-size: 10px;
}
.news-category .swiper-button-next:after,
.news-category .swiper-button-prev:after {
  font-size: 25px !important;
  font-weight: 700;
  color: #7b7a7a;
}
.nbox:hover {
  /* filter: brightness(0.6); */ /* transition: all ease 0.5s; */
}
.nbox:hover::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 50px;
  background-image: url(../img/hover-fade.png);
  bottom: -55px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.nbox:hover i.d-none {
  display: block !important;
  color: #fff;
  font-size: 45px;
}
.nbox:hover .view-hover {
  position: absolute;
  z-index: 1010;
  left: 42%;
  top: 24%;
  color: #fff;
}
.archieve-news-text .swiper-wrapper {
  height: 250px !important;
}
.archieve-news-text .swiper-slide {
  height: 100% !important;
}
.archieve-news-text .swiper-slide-active .border-active {
  position: absolute;
  z-index: 99;
  font-size: 12px;
  font-weight: 700;
  color: #eaeaea;
  width: 84%;
  height: 273px;
  top: 24px;
  left: 8%;
}
.img-poster-container {
  position: relative;
}
.archieve-news-text .swiper-slide-active .border-active div:first-child {
  position: absolute;
  bottom: -25px;
}
.archieve-news-text .swiper-slide:not(.swiper-slide-active) img.img-poster {
  border-radius: 0 !important;
}
.archieve-news-text .swiper-slide:not(.swiper-slide-active) .box-img-play img {
  display: none;
}
.archieve-news-text .swiper-slide:not(.swiper-slide-active) .video-container {
  position: relative;
}
.archieve-news-text .swiper-slide:not(.swiper-slide-active) .filter {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #244070db;
  top: 0;
}
.swiper-slide-active .img-poster-container::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 50px;
  background-image: url(../img/img-poster-container-hover.png);
  bottom: -55px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.desc p i {
  margin-right: 15%;
  font-size: 12px;
  color: #1f3f78;
  margin-top: -14px;
  text-align: end;
}
div#navcol-1 li {
  margin-right: 14px;
}
ul.navbar-nav li:first-child {
  margin-right: 0 !important;
}
.btn.know-more-btn:hover {
  background-color: #0d8142;
}
.dropdown-menu.show {
  text-align: center;
  background-color: inherit;
}
.dropdown-menu.show a {
  font-size: 12px;
}
.header-sec ul.navbar-nav {
  text-align: center;
}
.header-sec div#navcol-1 {
  margin-top: 15px;
}
.navbar-toggler:focus {
  box-shadow: unset !important;
}

@media (max-width: 350px) {
  section.news-category .nav-tabs .nav-item {
    margin-left: 10px;
  }
}

@media only screen and (min-width: 350px) and (max-width: 400px) {
  section.news-category .nav-tabs .nav-item {
    margin-left: 22px;
  }
}

@media only screen and (max-width: 600px) {
  .news-category .swiper-button-next {
    display: none;
  }

  .nbox {
    width: 93%;
    margin-right: 0px;
  }
  .logo-container2 {
    width: 110px;
  }
}

@media only screen and (max-width: 800px) {
  .header-sec {
    background-color: #fafafa;
  }
  .swiper-slide.swiper-slide-next .vidoe-text {
    left: -90%;
  }
  .swiper-slide.swiper-slide-prev .vidoe-text {
    right: -90%;
  }
  .img-poster-container .vidoe-text {
    font-size: 9px;
  }
  .flare-text {
    padding: 20px;
  }

  .news-category .swiper-button-prev {
    right: -31px !important;
  }

  .news-category .swiper-button-next {
    left: -36px !important;
  }

  section.details-sec {
    padding: 70px 25px 30px 25px;
  }
  .flag-container {
    display: none;
  }
  .icon-container {
    align-items: unset;
    margin-top: 14px;
  }
}

@media only screen and (min-width: 800px) and (max-width: 2000px) {
  .news-category .swiper-button-prev {
    right: -37px !important;
    background: unset !important;
  }

  .news-category .swiper-button-next {
    left: -44px !important;
  }
}

@media only screen and (min-width: 600px) and (max-width: 6000px) {
  .news-category .swiper-button-next {
    display: block;
    background: unset !important;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 800px) {
  section.details-sec {
    padding: 70px 90px 30px 90px;
  }
  .swiper-slide.swiper-slide-next .vidoe-text {
    left: -60%;
  }
  .swiper-slide.swiper-slide-prev .vidoe-text {
    right: -60%;
  }
}

@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1250px !important;
  }
  .box-img-play {
    left: 46%;
  }
}
.news-category .swiper-button-next,
.news-category .swiper-button-prev {
  background: unset !important;
}
.copy-right-sec a {
  color: #fff;
}
.copy-right-sec p {
  font-size: 10px;
  margin-bottom: 6px;
  margin-top: 6px;
}
.news-image img {
  object-fit: cover;
  width: 100%;
  height: 170px;
  filter: grayscale(0.3) brightness(0.9) contrast(0.9);
  transition: 0.5s;
}
.news-main-div:hover .news-main-title {
  color: #009f47;
  transition: 0.5s;
}
.news-main-div:hover .readmore-div {
  margin-left: 7px;
  transition: 0.5s;
}
.news-image-archive img {
  width: 100%;
  transition: 0.5s;
  height: 200px;
  object-fit: cover;
}
h5.news-main-title-archive {
  color: #004b97;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 11px;
  line-height: 34px;
  letter-spacing: -0.5px;
  margin-top: 10px;
  font-family: "iransans";
  transition: 0.5s;
  text-align: justify;
  padding-left: 20px;
  padding-bottom: 14px;
  border-bottom: 1px solid #eae9e9;
}
p.news-main-p-archive {
  /* height: 80px; */
  font-size: 13px;
  line-height: 30px;
  letter-spacing: -0.5px;
  text-align: justify;
  padding-left: 20px;
  margin-bottom: 0px;
}
h6.news-date-h {
  font-size: 12px;
  color: #ffffff;
  text-align: right;
  font-family: "IRANSans";
  margin-top: 10px;
  margin-bottom: 15px;
  background: #0053a5;
  width: 154px;
  padding: 5px 7px;
  text-align: center;
}
.news-main-div-archive:hover .news-main-title-archive {
  /* color: #00a651; */
  transition: 0.5s;
}
.news-main-div-archive:hover .readmore-div img {
  margin-left: -10px;
  transition: 0.5s;
}
.readmore-div img {
  transition: 0.5s;
}
.news-main-div:hover .news-image-archive img {
  filter: brightness(1.1);
  transition: 0.5s;
}
.news-main-div-archive {
  padding: 15px;
  border: 1px solid #ebebeb;
  transition: 0.5s;
}
div.news-main-full-archive {
  background: #ffffff;
  padding-bottom: 14px;
  padding-top: 4px;
}
.news-main-div-archive:hover {
  background: #f7f7f7;
  transition: 0.5s;
}
.news-image-single img {
  width: 100%;
  border: 1px solid #e3e3e3;
  padding: 7px;
}
.ArticleView {
  padding: 2%;
  border: 1px solid #ebebeb;
}
.ArticleView .iconpane a {
  background: #f1f1f100 !important;
  color: #fff !important;
  border: 1px solid #e7e6e691 !important;
  color: #c3c3c3 !important;
  font-size: 17px !important;
  width: 30px !important;
  height: 30px !important;
  display: inline-block !important;
  text-align: center !important;
  padding-top: 4px !important;
}
.news-single-content-p p {
  font-size: 13px;
  line-height: 30px;
  text-align: justify;
}
.news-pic.nslist img {
  height: 100%;
  border-radius: 6px;
}
.desc.ndesc h1 {
  font-size: 14px;
}
.ndesc p {
  font-size: 13px;
  line-height: 27px;
}
.desc.ndesc {
  padding-top: 24px;
  padding-left: 24px;
}
.innerpage {
  padding-top: 57px !important;
  min-height: 200px;
}
.dnntitle span {
  color: #004b97;
}
.dnntitle {
  color: #004b97;
  font-size: 25px;
  letter-spacing: -1px;
  font-family: iransans;
  padding-bottom: 13px;
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: 20px;
}
.dnntitle h1 {
  font-size: 18px;
  font-weight: 700;
}
/*#dng-megamenu219470 .primary_structure>li>a, #dng-megamenu219470 .primary_structure>li>a:link, #dng-megamenu219470 .primary_structure>li>a:active, #dng-megamenu219470 .primary_structure>li>a:visited {
    font-weight: 600 !important;
  font-size: 15px !important;
  padding-bottom: 28px;
  padding-top: 36px;
  margin: 0 4px;
  }
  */
.floating-nav.floating-active #headerrow-893713 .header-container-box,
.floating-nav.floating-active #headerrow-893713 .header-bg-box,
.floating-nav.floating-active
  #headerrow-893713
  .hoverstyle_8
  .primary_structure
  > li
  > a {
  height: 82px !important;
}
.news-single-meta {
  background: #ffffff;
}
.contact-box01 img,
.contact-box02 img {
  max-width: 100%;
  object-fit: cover;
  width: 110px;
  height: 110px;
}
.ArticleView .iconpane {
  float: right !important;
}
.dng-megamenu .primary_structure > li {
  float: right !important;
}
.dng-megamenu .primary_structure > li.dir > a > span:after {
  margin: 0 5px 3px 2px !important;
}
.icon-container a:hover {
  color: #0a813d;
}
.dnnFormItem > label.dnnFormLabel,
.dnnFormItem > span.dnnFormLabel {
  display: inline-block;
  margin: 6px 0 0 18px !important;
  width: 30%;
  text-align: left !important;
  padding-left: 2% !important;
}
.info-box05:hover .title,
.info-box05:hover p,
.info-box05:hover a,
.info-box05:hover span {
  color: #ffffff !important;
  border-color: currentColor !important;
}
.is-section.is-box.layout-no-mt.layout-no-mb.layout-no-plr {
  margin-top: -170px;
}
/*.floating-active #dng-megamenu219470 .primary_structure>li>a, .floating-active #dng-megamenu219470 .primary_structure>li>a:link {
    padding-bottom: 26px !important;
  padding-top: 23px !important;
  }
  */
.icon-box36 .content-top {
  direction: ltr;
  justify-content: space-between;
}
.search-popup-box a.search {
  position: absolute;
  width: 80px;
  height: 60px;
  left: 0;
  top: 0;
  color: #6c6d72;
}
li.dir.first-item.SunItem-1 img {
  display: none;
}
.news-category .desc {
  height: 128px;
}
.news-category .desc-pic_news {
  height: 50px;
}
.news-category .desc-pic_news h1 {
  font-size: 13px;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 3px;
  line-height: 18px;
  padding-right: 10px;
  padding-left: 10px;
  color: #194586;
  text-align: center;
}
.logo-container2 {
  width: 71px;
}
a:visited {
  color: unset;
}
a:hover {
  color: unset;
}
.modal-header .close {
  border: none;
}
#content-builder-1552 .is-overlay-bg.is-scale-animated.is-appeared {
  filter: grayscale(1);
}
#content-builder-1552 .is-overlay-color {
  background-color: unset !important;
  background-image: linear-gradient(270deg, #ffffff 43%, #0000ff00 139%);
  opacity: 1 !important;
}
.contact-section01 .is-container {
  margin-top: -118px !important;
  background-color: #fff;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
}

@media only screen and (max-width: 800px) {
  .contact-section01 .is-container {
    margin-top: unset !important;
    background-color: #fff;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
  }
}

@media only screen and (max-width: 600px) {
  section.catalog {
    padding-top: 35%;
    padding-bottom: 7%;
  }
  section.catalog h1 {
    font-size: 27px;
  }
  section.catalog h6 {
    font-size: 13px;
  }
  button.btn.btn-primary.catalog-btn {
    margin-left: 2px;
  }
}
.ArticleView .postComment p:nth-child(3) span {
  display: none !important;
}
#dng-megamenu219470 .primary_structure > li > a,
#dng-megamenu219470 .primary_structure > li > a:link,
#dng-megamenu219470 .primary_structure > li > a:active,
#dng-megamenu219470 .primary_structure > li > a:visited {
  font-size: 14px !important;
  color: #f7f7f7 !important;
}
.desc.ndesc h1 {
  font-size: 18px;
  color: #004b97;
  line-height: 28px;
}
header.header_bg.header-wrap.header-default.floating-nav.floating-nav-sticky {
  /* background: linear-gradient(180deg, rgb(255 255 255 / 81%) -3%, rgba(255, 255, 255, 0) 87%); */
  backdrop-filter: blur(1px);
}
.wheel-wrapper {
  width: 375px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 32%;
  height: 400px;
  text-align: center;
}
img.wheel-preloader {
  width: 74px;
  position: absolute;
  left: 36%;
  top: 15%;
}
img.logo-preloader_img {
  position: relative;
  z-index: 999;
  width: 100%;
  object-fit: contain;
}
.wheel-preloader {
  animation: cssload-spin 5s linear infinite;
}

@keyframes cssload-spin {
  0% {
    transform: perspective(350px) rotate(0deg);
  }
  100% {
    transform: perspective(350px) rotate(360deg);
  }
}
.branding-pic img {
  width: 100px;
  height: auto;
  margin-top: 78px;
}

@media only screen and (max-width: 425px) {
  .branding-pic img {
    margin-top: 18px;
  }
}
#column-805145 {
  text-align: left;
}
.catalog-inner_page {
  background: url(../../theme-assests/img//catalog-sec.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom;
  height: 15vh;
}

@media only screen and (max-width: 425px) {
  .catalog-inner_page .branding-pic img {
    margin-top: 107px;
  }
}
.inner-page_body {
  padding-top: 85px !important;
}
.slider-sec {
  /* background: url("/Portals/_default/Skins/glend/resource/theme-assests/img//slide01.jpg") top / cover no-repeat;
    filter: grayscale(0.3) contrast(0.9); */
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -14vh;
  overflow: hidden;
  position: relative;
}
.banner-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  height: 129vh;
}
.dots-overlay {
  /* background: radial-gradient(circle, #0e3d88 1px, #082e6bb0 1px); */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: radial-gradient(circle, #000000c7 1px, #959595a3 1px);
  background-size: 3px 3px;
  mix-blend-mode: multiply;
}
.slider-sec .swiper-rtl .swiper-button-next {
  right: 50% !important;
}
.slider-sec .swiper-rtl .swiper-button-prev {
  right: 45%;
}
.banner-context h1 {
  padding-bottom: 20px;
  color: #fff;
  font-weight: 600;
  font-size: 42px;
  text-align: center;
}
.banner-context h1 span {
  font-weight: 700;
  font-size: 26px;
}
.banner-context h6 {
  /* width: 27%; */
  color: #fff;
  line-height: 30px;
  padding-top: 0px;
  padding-bottom: 10px;
  font-weight: 200;
  text-align: center;
  font-size: 14px;
}
.banner-context .slider-links {
  margin-bottom: 50px;
}
.slider-sec .about-btn:hover {
  background: #fff !important;
  border: 2px solid #e4e4e4;
  transition: 0.4s;
}
.more-btn:hover span {
  transition: 0.4s;
  color: var(--primary-color);
}
.banner-bottom_divider {
  background-image: url(../../theme-assests/img/monogram.png);
  background-size: cover;
  width: 100%;
  height: 10vh;
  background-position: center;
  z-index: 10;
  position: absolute;
  bottom: -2px;
}
.more-btn img {
  width: 25px;
  height: 25px;
  margin-left: 2px;
}
.header-search-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.search-input {
  width: 81%;
  max-width: 400px;
  padding: 10px 24px 10px 10px;
  font-size: 16px;
  border-bottom: 0.5px solid #9d9d9d !important;
  background-color: transparent;
  border-radius: 25px;
  outline: none;
  border: none;
  transition: all 0.3s ease-in-out;
}
.search-input:focus {
  border-color: #03264c;
}
.search-button {
  /* Align button inside input */
  position: absolute;
  left: 42px;
  top: 54%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
}
.search-button svg {
  /* Icon color */
  fill: #f5f5f5;
}
.search-button:hover svg {
  /* Hover color */
  fill: #158951;
}
.search-input::placeholder {
  color: #e2e2e2;
  font-size: 14px;
  font-weight: 400;
}
.slogan-swiper {
  width: 100%;
  height: 577px;
}
.slogan {
  padding: 70px 0 0 0;
}
.swiper-slide.slogan-slide.swiper-slide-prev {
  /* Equal width for prev/next slides */
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 667px;
  overflow: hidden;
  transition: transform 0.6s ease-in-out, flex 0.6s ease;
  flex: 0 0 calc((100% / 3) - 15%);
}
.swiper-slide.slogan-slide.swiper-slide-next .slogan-content {
  display: none;
}
.slogan-swiper .slogan-slide .slogan-slide_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.3s ease;
  filter: contrast(1.2);
}
.slogan-swiper .slogan-slide .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0f2f63de;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.swiper-slide.slogan-slide.slogan-slide-active {
  /* Larger width for the active slide */
  flex: 0 0 calc((100% / 3) + 30%);
  z-index: 10;
  position: relative;
}
.swiper-slide.slogan-slide.slogan-slide-active::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, #0f2f63de, #ffffff00);
  pointer-events: none;
}
.slogan-swiper .slogan-slide-active .slogan-slide_img {
  opacity: 1;
}
.slogan-swiper .slogan-slide-active .overlay {
  opacity: 0;
}
.swiper-slide.slogan-slide.swiper-slide-prev .slogan-content {
  display: none;
}
.slogan .logo {
  position: absolute;
  bottom: 43px;
  left: 23px;
  width: 100px;
  height: auto;
  z-index: 10;
}
.product-sec .product-text h2 {
  font-weight: 400;
  font-size: 30px;
  color: #fff;
}
.product-sec .product-text p {
  color: #fbfbfb;
  font-size: 14px;
  line-height: 32px;
  font-weight: 300;
  text-align: justify;
  letter-spacing: -0.1px;
  margin-top: 30px;
  border-top: 1px solid #ebebeb2e;
  border-bottom: 1px solid#ebebeb2e;
  padding: 30px 0px;
}
.product-sec .more-btn {
  /* background: #0d8142; */
  color: #fff;
  padding-left: 20px;
  margin-left: 16px;
  padding: 7px 5px;
  text-align: center;
}
.product-btns {
  display: flex;
  margin-top: 30px;
}
.card-news .img-fluid {
  /* filter: grayscale(0.8) contrast(1.2); */ /* border-radius: 5px; */
  object-fit: cover;
  width: 100%;
  height: 220px;
}
.des-div-news h3 {
  font-weight: 600;
  padding-top: 21px;
  font-size: 15px;
  line-height: 29px;
  color: #1f3f78;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.des-div-news .des {
  text-align: justify;
  font-size: 12px;
  margin-bottom: 30px;
}
.des-div-news .more-btn {
  color: #0d8142;
  padding-top: 10px;
  text-align: right;
}
.card-news {
  height: 462px;
}
.news-swiper {
  width: 100%;
  position: relative;
}
.news-swiper .swiper-wrapper {
  display: flex;
  align-items: center;
}
.news-swiper .swiper-slide {
  /* Set fixed width for each slide */ /* Set fixed height for each slide */
  flex-shrink: 0;
  width: 417px;
  height: 236px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  transition: transform 0.3s ease-in-out;
}
.news-image {
  /* border-radius: 5px; */
  width: 100%;
  height: auto;
  object-fit: cover;
  filter: contrast(0.8) brightness(1.2);
}
.news-title {
  /* color: #494949; */
  margin-top: 0px;
  font-size: 14px;
  font-weight: 500;
  position: absolute;
  bottom: 0;
  color: #e4e4e4;
  right: 25px;
}
section.report-pic_sec {
  padding: 20px 0 61px 0;
  overflow-x: hidden;
  position: relative;
}
.report-pic_title {
  position: absolute;
  top: 3px;
  width: fit-content;
}
.report-pic_title h2 {
  font-size: 28px;
  font-weight: 400;
  color: #1f3f78;
}
.report-pic_title h2 span {
  font-size: 28px;
  font-weight: 700;
  color: #1f3f78;
}
.auction-sec .col-md-4:last-child {
  padding: 0 5px 10px 0 !important;
}
.auction-sec .col-md-4:first-child {
  padding: 0 0px 10px 5px !important;
}
.auction-sec .col-12 {
  padding: 0 !important;
}
.auction-card_half {
  /* padding: 50px 200px 250px 200px; */
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 400px;
  position: relative;
  text-align: center;
  align-items: center;
  background-size: cover;
  background-image: url("../../theme-assests/img/tender.jpg");
}
.auction-card_half.thir {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 400px;
  position: relative;
  text-align: center;
  align-items: center;
  background-size: cover;
  background-image: url("../../theme-assests/img/tender.jpg");
}
.auction-card_half.sec {
  /* padding: 50px 200px 250px 200px; */
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 400px;
  text-align: center;
  align-items: center;
  background-size: cover;
  background-image: url("../../theme-assests/img/auction.jpg");
  background-position: center;
}
.auction-card_half::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
  height: 100%;
  background: #158951e0;
  pointer-events: none;
}
.auction-card_context {
  position: relative;
  z-index: 10;
  width: 65%;
  backdrop-filter: blur(1.4px);
}
.auction-card_context h3 {
  color: #ededed;
  font-size: 25px;
  font-weight: 700;
  padding-top: 17px;
}
.auction-card_context p {
  color: #ffffff;
  font-size: 16px;
  line-height: 28px;
  font-weight: 200;
}
.auction-card_full {
  display: flex;
  flex-direction: column;
  height: 300px;
  justify-content: center;
  text-align: center;
  align-items: center;
  background-image: url("../../theme-assests/img/events.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.auction-card_full::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
  height: 100%;
  pointer-events: none;
  background: linear-gradient(0deg, #606161, #606161);
}
.footer {
  /* margin-top: 10px; */
  background-color: #3c3c3c;
  padding-top: 50px;
  color: #fff;
}
.follow-us h6 {
  font-size: 18px;
  font-weight: 600;
  color: #ffffff80;
}
.footer i {
  /* color: #c9c9c9a3; */
  font-size: 28px;
  padding-left: 25px;
  filter: brightness(0.8);
}
.follow-us {
  height: 100%;
  display: flex;
  align-items: center;
  padding-bottom: 5px;
}
#row-566933 ul {
  padding-right: 0px;
  padding-left: 0px;
}
#row-566933 li {
  padding-top: 18px;
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
  color: #d1d1d1;
}
#row-566933 h4 {
  font-size: 20px;
  font-weight: 500;
  color: #f9f9f9;
  margin-top: 28px;
}
.footer-items-img img {
  width: 140px;
}
.footer-items-img {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  gap: 20px;
}
.copyright {
  /* padding-top: 40px; */
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.copyright p {
  margin-bottom: 0;
  padding: 20px 0;
  font-size: 13px;
  color: #d0d0d0;
}
.footer .container > div:first-child {
  padding-bottom: 28px;
}
.circle-icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1.5px solid #fff;
  color: #fff;
  font-size: 24px;
  margin-left: 16px;
}
span.circle-icon i {
  padding-left: 0;
  font-size: 10px;
  color: #fff;
}
.product-btns img {
  filter: invert(1) brightness(5);
  margin-left: 4px;
}
.auction-card_half .more-btn,
.auction-card_full .more-btn {
  color: #fff;
  padding-left: 20px;
  margin: 28px auto;
  padding: 7px 5px;
  width: 173px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .tab-content {
    height: unset;
  }
  .auction-sec .col-md-4:last-child {
    padding: 10px 15px 10px 15px !important;
  }
  .auction-sec .col-md-4:first-child {
    padding: 0 15px 10px 15px !important;
  }
  .footer .dng-column.col-sm-3 {
    padding-top: 18px;
  }
}

@media only screen and (max-width: 767px) {
  .catalog-btn-container {
    justify-content: unset !important;
    margin-top: 10px;
  }
  .archieve-news-text .swiper2 {
    padding-right: 10%;
    padding-left: 11%;
  }
}
.auction-card_half.sec::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
  height: 100%;
  background: #5b5b5bde;
  pointer-events: none;
}
.auction-card_half.thir::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
  height: 100%;
  background: #0f2f63de;
  pointer-events: none;
}
/* General Section Styling */
.scroll-reveal_img {
  /* Full viewport height */
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.scroll-mask {
  position: absolute;
  top: 0px;
  left: -40%;
  width: 100%;
  height: 100%;
  mask-image: url(../../theme-assests/img/mask-C.svg);
  -webkit-mask-image: url(../../theme-assests/img/mask-C.svg);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
  mask-size: var(--mask-size, 100%);
  -webkit-mask-size: var(--mask-size, 100%);
  transition: mask-size 0.3s, -webkit-mask-size 0.3s;
}
.product-sec_img {
  /* Send it behind the mask */
  width: 100%;
  height: 100%;
  filter: brightness(0.7);
  object-fit: cover;
  z-index: -1;
}
.report-pic_sec .swiper-slide {
  position: relative;
}
.report-pic_sec .swiper-slide img {
  filter: brightness(0.6);
  position: absolute;
  bottom: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.floating-active #headerrow-893713 {
  background-color: #ffffffcf !important;
  backdrop-filter: blur(1px);
}
.floating-active .search-button svg {
  fill: #424242;
}
.floating-active .search-input {
  border-bottom: 0.5px solid #424242 !important;
}
.floating-active .logo-container img,
.floating-active .logo-container2 img {
  filter: unset !important;
}
#Body
  .floating-active
  .floating-dark-color
  .dng-megamenu
  .primary_structure
  > li
  > a,
#Body
  .floating-active
  .floating-dark-color
  .dng-megamenu
  .primary_structure
  > li
  > a:link,
#Body
  .floating-active
  .floating-dark-color
  .dng-megamenu
  .primary_structure
  > li
  > a:active,
#Body
  .floating-active
  .floating-dark-color
  .dng-megamenu
  .primary_structure
  > li
  > a:visited {
  color: #424242 !important;
}
.floating-active .search-input::placeholder {
  color: #424242;
}
.auction-card_context .more-btn img {
  filter: invert(1) brightness(2);
}
.footer-items {
  /* padding-top: 14px; */
}
.footer div#dnn_ctr1610_ModuleContent label {
  display: none;
}
.footer ul.page-break-section {
  background-color: unset !important;
}
.footer input#dnn_ctr1610_View_Submitbutton_1610_4 {
  background-color: #274883;
  border-radius: 5px;
  color: #d3d3d3;
  border: 1px solid #2d569d;
}
.monogram-container img {
  width: 87%;
  height: auto;
  filter: brightness(0.8);
}
input#dnn_ctr1610_View_CaptchaSimple_1610_3 {
  width: 41% !important;
  margin-right: 10px;
}
.monogram-container {
  width: 180px;
  height: auto;
}
div#column-755365 {
  text-align: left;
  display: flex;
  flex-direction: column;
  height: 100%;
  gap: 22px;
  align-items: flex-end;
  justify-content: end;
}
div#column-153308 {
  display: flex;
  flex-direction: column;
  padding: 0 !important;
}
i.fa-brands.fa-instagram {
  padding-left: 0;
}

@media (min-width: 1200px) {
  .footer .container,
  .footer .container-lg,
  .footer .container-md,
  .footer .container-sm,
  .footer .container-xl {
    max-width: 1750px !important;
  }
}
#LiveForm1610 ul.page-break-section .Field {
  padding: 10px 5px !important;
  width: 242px !important;
}
.footer .Submit-Align-Right,
.Submit-Align-Center {
  padding: 12px 0 !important;
  margin-top: -31px;
}
.footer.LiveForm.Default input,
.LiveForm.Default select,
.LiveForm.Default textarea {
  padding: 22px 10px !important;
}
.footer .container:nth-child(2) {
  margin-top: 48px;
}

@media only screen and (max-width: 1440px) {
  .banner-bottom_divider {
    background-size: contain !important;
    background-repeat: no-repeat;
    height: 10vh;
    background-position: center;
    bottom: -31px !important;
  }
}
section.auction-sec {
  padding-bottom: 9px;
}
p.footer-text {
  width: 75%;
  text-align: justify;
  color: #cecaca;
  line-height: 27px;
}
/* .social-icons {
    padding-bottom: 35px;
  }
  */
.dngTextBox p {
  margin-bottom: 0;
  padding-bottom: 0;
}
.dngTextBox h5 {
  font-size: 12px;
  color: #ffffffc4;
  padding-bottom: 23px;
  padding-top: 23px;
}
.Field-Container-Wide > div {
  display: flex;
}
img.captcha-refresh {
  /* display: none; */
}
span#CaptchaSimple_1610_3_captcha_refresh .captcha-refresh {
  display: none;
}
div#LiveForm1610 input {
}
.Field-Container-Wide {
}
#LiveForm1610 ul.page-break-section .Field input[type="text"] {
  background: #76767666;
  border: 1px solid #6e6e6e;
}
#LiveForm1610 ul.page-break-section .Field input[type="text"]::placeholder {
  color: #fff;
}
.icon-container input[type="text"] {
  color: #fff;
}
.boxsw2,
.img-poster-container,
div#video-container,
.slider-video-container,
.swiper.swiper2 {
  /* height: 100%; */
}
.swiper2 div#video-container,
.swiper2 .img-poster-container {
  height: 100%;
}
img.img-poster {
  object-fit: cover;
}
img.img-poster {
  filter: brightness(0.7);
}
.boxsw2 {
  padding-bottom: 50px;
}
input#dnn_dnnSearch_txtSearch {
  /* border-radius: 25px; */
  width: 81%;
  max-width: 400px;
  padding: 10px 24px 10px 10px;
  font-size: 16px;
  border-bottom: 0.5px solid #9d9d9d !important;
  background-color: transparent;
  outline: none;
  border: none;
  transition: all 0.3s ease-in-out;
}
a#dnn_dnnSearch_cmdSearch {
  display: none;
}
input#dnn_dnnSearch_txtSearch {
  font-size: 14px;
}
input#dnn_dnnSearch_txtSearch::placeholder {
  color: #d0d0d0;
  font-size: 14px;
}
.floating-active input#dnn_dnnSearch_txtSearch::placeholder {
  color: #3f3f3f;
}
.floating-active input#dnn_dnnSearch_txtSearch {
  color: #3f3f3f;
}
/* .d-wrapper .is-box .is-container.layout-container div {
    justify-content: center;
  }
  */
.ourteam-05.img-Lazy-warp {
  margin-bottom: 25px;
}

.about_us-btn a:last-child .more-btn {
  background-color: #0d8142;
}
.main-news3 {
  display: flex;
  margin-top: 20px;
}
#dnn_ctr1641_ModuleContent .card-news {
  position: relative;
}
#dnn_ctr1641_ModuleContent .des-div-news {
  position: absolute;
  bottom: 0;
  right: 5%;
  color: #fff;
  padding-left: 5%;
  padding-bottom: 15px;
}
#dnn_ctr1641_ModuleContent .card-news .img-fluid {
  height: 100%;
  filter: brightness(0.7);
}
#dnn_ctr1641_ModuleContent p.des {
  margin-bottom: 0;
  line-height: 25px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.5px;
}
#dnn_ctr1641_ModuleContent h3.label.mb-3 {
  height: unset;
  padding-top: 0;
  color: #fff;
  margin-bottom: 10px !important;
  font-size: 21px;
  font-weight: 700;
}
.dng-megamenu .dnngo_menu_list > li > a > span::after {
  height: 2px;
  bottom: 6px;
}
.dnngo_menuslide.numbercolumns-2 a {
  font-weight: 400 !important;
  font-size: 13px !important;
  padding: 2px;
}
ul.dnngo_menu_list {
  padding: 10px 0 !important;
}
section#dnn_content {
  padding: 80px 0;
}
div#dnn_ctr1641_ModuleContent {
  background-color: #fff;
  padding-top: 8px;
  padding-bottom: 4px;
  padding-right: 5px;
  padding-left: 5px;
}
div#dnn_ctr1641_ModuleContent .more-btn {
  font-size: 13px;
  padding-top: 5px;
  padding-left: 8px;
}
#dnn_ctr1644_ContentPane .custom-swiper .swiper-pagination {
  left: 19px !important;
  right: unset !important;
  justify-content: flex-end;
  top: 67%;
}
#dnn_ctr1644_ContentPane .custom-swiper {
  height: unset !important;
}
#dnn_ctr1644_ContentPane .custom-swiper .col-md-12 {
  height: 100%;
}
div#dnn_ctr1641_ModuleContent .more-btn img {
  display: none;
}
div#dnn_ctr1644_ModuleContent {
  background-color: #fff;
  padding: 8px;
  margin-bottom: 28px;
  height: 306px;
}
div#dnn_ctr1644_ModuleContent .boxsw2 {
  padding: 0;
}
div#dnn_ctr1644_ModuleContent .vidoe-text {
  font-size: 14px;
  padding-top: 10px;
  font-weight: 700;
}
div#dnn_ctr1644_ModuleContent .col-md-12 {
  padding: 0 12px !important;
}
div#dnn_ctr1644_ModuleContent .vidoe-text img {
  width: 25px !important;
  height: auto !important;
  margin-left: 5px;
}
div#dnn_ctr1642_ModuleContent,
div#dnn_ctr1647_ModuleContent {
  background-color: #fff;
  margin-top: 20px;
  padding: 10px;
}
div#dnn_ctr1642_ModuleContent .card-news,
div#dnn_ctr1647_ModuleContent .card-news,
#dnn_ctr1643_ModuleContent .card-news,
#dnn_ctr1656_ModuleContent .card-news {
  height: unset !important;
}
div#dnn_ctr1642_ModuleContent .des-div-news h3,
div#dnn_ctr1647_ModuleContent .des-div-news h3 {
  font-size: 13px;
  line-height: 20px;
  font-weight: 800;
  padding-top: 10px;
  height: unset !important;
}
div#dnn_ctr1642_ModuleContent .card-news .img-fluid {
  height: 115px;
}
div#dnn_ctr1647_ModuleContent .des-div-news h3 {
  /* display: none; */
  position: absolute;
  bottom: -8px;
  padding: 20px;
  color: #fff;
  padding-bottom: 30px;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgb(0, 0, 0) 100%
  );
  opacity: 0;
  transition: ease all 0.5s;
}
div#dnn_ctr1643_ModuleContent {
  background-color: #fff;
}
div#dnn_ctr1656_ModuleContent {
  background-color: #fff;
}
div#dnn_ctr1643_ModuleContent .des-div-news h3,
#dnn_ctr1656_ModuleContent .des-div-news h3 {
  /* Use square bullet */ /* Align bullets inside */ /* Text color */ /* Make h3 behave like a list item */
  padding: 0;
  margin: 0;
  list-style-type: square;
  list-style-position: inside;
  color: green;
  display: list-item;
  font-size: 20px;
  font-weight: 500;
}
div#dnn_ctr1643_ModuleContent .des-div-news h3 span,
#dnn_ctr1656_ModuleContent .des-div-news h3 span {
  color: #1f3f78;
}
#dnn_ctr1647_ModuleContent .des-div-news {
  position: relative;
  text-align: center;
}
#dnn_ctr1647_ModuleContent .col-12:first-child {
  padding-left: 0 !important;
}

@media (max-width: 768px) {
  #dnn_ctr1647_ModuleContent .col-12:first-child {
    padding-left: 0 !important;
    padding-right: 7px;
  }
  #dnn_ctr1647_ModuleContent .col-12:last-child {
    padding-right: 3px;
    padding-left: 7px;
  }
}

@media (max-width: 600px) {
  div#dnn_ContentPane4 {
    padding-top: 70px;
  }
}

@media (max-width: 400px) {
  div#dnn_ContentPane4 {
    padding-top: 190px;
  }
}
#dnn_ctr1647_ModuleContent .card-news:hover .des-div-news h3 {
  opacity: 1;
  transition: ease all 0.5s;
}
h5.title-new {
  /* height: 32px; */
  background: #ddd;
  line-height: 32px;
  border-bottom: 2px solid #f99420;
  font-size: 16px;
  font-weight: bold;
  color: #565656;
  padding-right: 13px;
  margin-bottom: 0;
}
.logo-container img {
  width: 100%;
  filter: brightness(10) grayscale(1) contrast(2.5);
}
.logo-container2 img {
  width: 146%;
  filter: contrast(1) brightness(1.8);
  max-width: 170%;
}
.navbar {
  /* margin-top: 0px; */ /* height: 100%; */ /* align-items: center; */
}
.navbar-nav .nav-item {
  /*margin-left: 9px;*/
}
.header-replace {
  background-color: transparent;
  position: relative;
  z-index: 300;
  min-height: unset !important;
  height: 14vh;
}
section.news-category .nav-tabs .nav-item {
  /* margin-right: 35px; */
}
section.news-category .nav-tabs .nav-item .nav-link {
  /* border: 1px solid #cdcdcddb !important; */
  height: 100%;
  margin: 3px;
  position: relative;
  top: -2px;
}
section.news-category .nav-tabs .nav-link.active {
  /* padding-bottom: 25px; */ /* padding-right: 0 !important; */ /* padding-left: 0 !important; */
  color: #164181 !important;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-bottom: 1px solid #3e8d5c;
  position: relative;
  top: -2px;
}
.about_us-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
.about-us-text h6 {
  color: #0e3d88;
  font-weight: 600;
  font-size: 28px;
  margin-bottom: 0px;
  letter-spacing: -1px;
}
.about-us-text p {
  /* border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb; */
  color: #656565;
  font-size: 14px;
  line-height: 35px;
  font-weight: 400;
  text-align: justify;
  padding: 30px 0px;
  letter-spacing: -0.1px;
}
.product-sec .container {
  margin-top: 20vh;
}
.logo-footer-container:nth-child(2) {
}


.newsMainPage .swiper2 .swiper-slide {
  filter: brightness(0.5);
height:100%!important;
}
.newsMainPage .swiper2 .swiper-slide-active{
  filter: unset !important;
margin: 0 auto;
}
.newsMainPage .swiper2 {
height:416px !important;
}
.box-img-play {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  top: 41%;
  left: 44%;
  z-index: 1;
}
.nbox:hover {
  /* transition: all ease 0.5s; */
  filter: brightness(0.9);
}
#dnn_ctr1650_ModuleContent .vidoe-text {
  background-color: #000000a3;
  padding: 20px 65px;
}
.img-poster-container .vidoe-text {
  position: absolute;
  bottom: 31px;
  right: 0;
  left: 0;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  z-index: 100;
  margin: 0 auto;
  text-align: center;
}

@media (max-width: 350px) {
  section.news-category .nav-tabs .nav-item {
    margin-left: 10px;
  }
}

@media only screen and (min-width: 350px) and (max-width: 400px) {
  section.news-category .nav-tabs .nav-item {
    margin-left: 22px;
  }
}

@media only screen and (max-width: 600px) {
  .news-category .swiper-button-next {
    display: none;
  }

  .nbox {
    width: 93%;
    margin-right: 0px;
  }
  .logo-container2 {
    width: 110px;
  }
}

@media only screen and (max-width: 800px) {
  .header-sec {
    background-color: #fafafa;
  }
  .swiper-slide.swiper-slide-next .vidoe-text {
    left: -90%;
  }
  .swiper-slide.swiper-slide-prev .vidoe-text {
    right: -90%;
  }
  .img-poster-container .vidoe-text {
    font-size: 9px;
  }
  .flare-text {
    padding: 20px;
  }

  .news-category .swiper-button-prev {
    right: -31px !important;
  }

  .news-category .swiper-button-next {
    left: -36px !important;
  }

  section.details-sec {
    padding: 70px 25px 30px 25px;
  }
  .flag-container {
    display: none;
  }
  .icon-container {
    align-items: unset;
    margin-top: 14px;
  }
}

@media only screen and (min-width: 800px) and (max-width: 2000px) {
  .news-category .swiper-button-prev {
    right: -37px !important;
    background: unset !important;
  }

  .news-category .swiper-button-next {
    left: -44px !important;
  }
}

@media only screen and (min-width: 600px) and (max-width: 6000px) {
  .news-category .swiper-button-next {
    display: block;
    background: unset !important;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 800px) {
  section.details-sec {
    padding: 70px 90px 30px 90px;
  }
  .swiper-slide.swiper-slide-next .vidoe-text {
    left: -60%;
  }
  .swiper-slide.swiper-slide-prev .vidoe-text {
    right: -60%;
  }
}

@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1575px !important;
  }
  .box-img-play {
    left: 41%;
  }
}
section#dnn_content {
  /* padding-top: 57px; */
  min-height: 200px;
}

@media only screen and (max-width: 800px) {
  .contact-section01 .is-container {
    margin-top: unset !important;
    background-color: #fff;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
  }
}

@media only screen and (max-width: 600px) {
  section.catalog {
    padding-top: 35%;
    padding-bottom: 7%;
  }
  section.catalog h1 {
    font-size: 27px;
  }
  section.catalog h6 {
    font-size: 13px;
  }
  button.btn.btn-primary.catalog-btn {
    margin-left: 2px;
  }
}
#dng-megamenu219470 .primary_structure > li > a,
#dng-megamenu219470 .primary_structure > li > a:link,
#dng-megamenu219470 .primary_structure > li > a:active,
#dng-megamenu219470 .primary_structure > li > a:visited {
  font-size: 14px !important;
  color: #f7f7f7 !important;
  font-weight: 600;
  margin: 0 5px;
}
header.header_bg.header-wrap.header-default.floating-nav.floating-nav-sticky {
  /* background: linear-gradient(180deg, rgb(255 255 255 / 81%) -3%, rgba(255, 255, 255, 0) 87%); */
  backdrop-filter: blur(1px);
  background: #2727271c;
}

@keyframes cssload-spin {
  0% {
    transform: perspective(350px) rotate(0deg);
  }
  100% {
    transform: perspective(350px) rotate(360deg);
  }
}

@media only screen and (max-width: 425px) {
  .branding-pic img {
    margin-top: 18px;
  }
}

@media only screen and (max-width: 425px) {
  .catalog-inner_page .branding-pic img {
    margin-top: 107px;
  }
}
.banner-context {
  position: absolute;
  top: 54%;
  right: 0;
  width: 100%;
  padding: 0 15px;
  height: 30%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  margin: 0 auto;
  text-align: center;
}
.slogan {
  padding: 12px 0 0 0;
}
.slogan-content {
  position: absolute;
  bottom: 0;
  right: 28px;
  width: fit-content;
}
.slogan-content p {
  text-align: right;
  color: #fff;
  font-size: 15px;
  margin-bottom: 25px;
  font-weight: 300;
  line-height: 31px;
  z-index: 10;
  position: relative;
  width: 70%;
}
.slogan-content h3 {
  color: #fff;
  position: relative;
  font-size: 32px;
  text-align: right;
  display: inline-block;
  font-weight: 400;
  margin-bottom: 23px;
  z-index: 10;
}
.card-news .img-fluid {
  /* filter: grayscale(0.8) contrast(1.2); */ /* border-radius: 5px; */
  object-fit: cover;
  width: 100%;
  height: 330px;
}
.des-div-news .des {
  /* padding: 30px 0px; */ /* letter-spacing: -0.1px; */
  font-size: 12px;
  margin-bottom: 26px;
  color: #656565;
  font-size: 14px;
  line-height: 35px;
  font-weight: 400;
  text-align: justify;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
section.report-pic_sec {
  padding: 20px 0 20px 0;
  overflow-x: hidden;
  position: relative;
}
.auction-card_context h3 {
  color: #ededed;
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 20px;
}
.auction-card_context p {
  color: #fbfbfb;
  font-size: 14px;
  line-height: 35px;
  font-weight: 400;
}
.footer {
  /* margin-top: 10px; */
  background-color: #3c3c3c;
  padding-top: 30px;
  color: #fff;
}
.copyright p {
  margin-bottom: 0;
  padding: 20px 0;
  font-size: 13px;
  color: #d0d0d0;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .tab-content {
    height: unset;
  }
}

@media only screen and (max-width: 767px) {
  .catalog-btn-container {
    justify-content: unset !important;
    margin-top: 10px;
  }
  .archieve-news-text .swiper2 {
    padding-right: 10%;
    padding-left: 11%;
  }
}
.footer-items {
  /* padding-top: 14px; */
}

@media (min-width: 1200px) {
  .footer .container,
  .footer .container-lg,
  .footer .container-md,
  .footer .container-sm,
  .footer .container-xl {
    max-width: 1575px !important;
  }
}

@media only screen and (max-width: 1440px) {
  .banner-bottom_divider {
    background-size: contain !important;
    background-repeat: no-repeat;
    height: 11vh;
    background-position: center;
    bottom: -17px !important;
  }
}

@media only screen and (max-width: 1024px) {
  .banner-bottom_divider {
    bottom: -4vh !important;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .slogan-content h3 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .banner-bottom_divider {
    bottom: -4vh !important;
  }
  .slogan-content p {
    font-size: 11px;
    line-height: 23px;
  }
  .product-sec .product-text p {
    font-size: 12px;
    line-height: 30px;
  }
}

@media only screen and (max-width: 428px) {
  div.archieve-news-text {
    display: none;
  }

  div.banner {
    width: 308px;
  }
  .swiper-slide.slogan-slide.slogan-slide-active {
    flex: none;
  }
  .swiper-slide.slogan-slide.swiper-slide-prev {
    flex: none;
  }
  .slogan-content p {
    line-height: 20px;
    font-size: 10px;
  }
  .slogan-content h3 {
    margin-bottom: 20px;
    font-size: 20px;
  }
  .slogan .logo {
    width: 70px;
  }
  .news-category ul.nav.nav-tabs {
    justify-content: center;
    /* flex-wrap: nowrap; */
    /* overflow-x: scroll; */
    /* overflow-y: hidden; */
  }
  section.news-category .nav-tabs .nav-item {
    margin-right: 0;
  }
  section.news-category .nav-tabs .nav-link {
    font-size: 15px;
    width: 115px;
  }
  section.report-pic_sec {
    padding: 49px 0 46px 0;
  }
  .product-sec .container {
    margin-top: 10vh;
  }

  section.news-category {
    padding-top: 60px !important;
  }
  section.about-us-sec {
    background-image: none;
  }
}
/* @media only screen and (max-width: 425px) {
    .banner-bottom_divider {
      bottom: -32px !important;
  }
  */
@media only screen and (max-width: 376px) {
  .banner-bottom_divider {
    bottom: -40px !important;
  }
  .about_us-btn {
    flex-direction: column;
  }
}
*/ .Field-Container-Wide > div {
  display: flex;
}
img.captcha-refresh {
  /* display: none; */
}
div#LiveForm1610 input {
}
.Field-Container-Wide {
}
.boxsw2,
.img-poster-container,
div#video-container,
.slider-video-container,
.swiper.swiper2 {
  /* height: 100%; */
}
img.img-poster {
  filter: brightness(0.7);
  height: 330px;
}
.ourteam-05.img-Lazy-warp {
  margin-bottom: 25px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .product-sec .container {
    margin-top: 7vh;
  }
}
section#dnn_content {
  padding: 0px;
}
div#dnn_ctr1642_ModuleContent .card-news,
div#dnn_ctr1647_ModuleContent .card-news,
#dnn_ctr1643_ModuleContent .card-news,
#dnn_ctr1648_ModuleContent .card-news {
  height: unset !important;
}
div#dnn_ctr1643_ModuleContent,
#dnn_ctr1648_ContentPane,
div#dnn_ctr1656_ModuleContent {
  background-color: #fff;
  padding-right: 18px;
  padding-left: 18px;
}
div#dnn_ctr1643_ModuleContent .des-div-news h3,
#dnn_ctr1656_ContentPane .des-div-news h3,
#dnn_ctr1648_ModuleContent .des-div-news h3 {
  /* Use square bullet */ /* Align bullets inside */ /* Text color */ /* Make h3 behave like a list item */
  padding: 0;
  margin: 0;
  list-style-type: square;
  list-style-position: inside;
  color: green;
  display: list-item;
  font-size: 19px;
  font-weight: 500;
  border-bottom: 1px solid #dadada;
  margin-left: 0 !important;
  margin-right: 0;
}
#dnn_ctr1648_ModuleContent .des-div-news h3 {
  border-bottom: unset !important;
}
div#dnn_ctr1643_ModuleContent .row .col-12:last-child h3,
#dnn_ctr1656_ModuleContent .row .col-12:last-child h3 {
  border-bottom: unset;
  padding-bottom: 25px;
}
div#dnn_ctr1643_ModuleContent .des-div-news h3 span,
#dnn_ctr1656_ModuleContent .des-div-news h3 span,
#dnn_ctr1648_ModuleContent .des-div-news h3 span {
  color: #1f3f78;
  font-size: 13px;
}
#dnn_ctr1647_ModuleContent .card-news .img-fluid {
  height: 220px;
}
h5.title-new {
  /* height: 32px; */
  background: #dfdfdf;
  line-height: 32px;
  border-bottom: 2px solid #0d8142;
  padding: 3px 21px;
}
.main-news-title1 {
  background-color: #fff;
  margin-left: 20px;
}
.main-news-title2 {
  background-color: #fff;
}
.secondary-news3 {
  margin-top: 18px;
  position: relative;
}
p.news-read-more {
  position: absolute;
  top: 0;
  left: 14px;
  color: #616161;
  font-size: 12px;
  font-weight: 500;
}
.newsMainPage {
  padding: 57px 0 !important;
  background-color: #eee;
}
.row.news-page {
  padding-bottom: 45px;
}
div#row-88702 {
  padding-top: 81px;
}
div#row-88702 .content {
  display: none;
}
div#row-88702 .pic_box {
  filter: grayscale(1);
  transition: all ease 0.7s;
}
div#row-88702 .pro-photo:hover .pic_box {
  filter: unset !important;
  transition: all ease 0.7s;
}
div#row-88702 .pro-photo:hover .ico,
div#row-88702 .pro-photo:hover .content {
  filter: unset !important;
  opacity: 0 !important;
}
div#row-88702 .pro-photo:hover .shade {
  filter: unset !important;
  opacity: 0 !important;
}
div#column-890175 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
div#column-890175 .dngTextBox {
  text-align: center;
}
#dnn_ctr1664_ContentPane ul.page-break-section {
  background: transparent !important;
}
h2#Heading_1664_1 {
  padding-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
}
div#dnn_Ø¨Ø§Ú©Ø³_ÙˆØ³Ø·2 {
  padding-top: 30px;
}
div#dnn_ContentPane6 {
  overflow-y: scroll;
  height: 289px;
}
.custom-swiper-1 {
  height: 456px;
  overflow: hidden;
  position: relative;
}
.custom-swiper-1 .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  width: 100%;
}
.custom-swiper-1 .col-md-12.col-lg-12.flex {
  padding: 0 4px;
}
.custom-swiper-1 .swiper-pagination {
  position: absolute;
  bottom: 10px;
  right: 10px;
  display: flex;
}
.custom-swiper-1 .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #5d5d5d;
  border-radius: 50%;
}
.custom-swiper-1 .swiper-pagination-bullet-active {
  background-color: #0e8243;
}
.custom-swiper-1 .swiper-button-next:after {
  font-size: 26px;
}
.custom-swiper-1 .swiper-button-prev:after {
  font-size: 26px;
}
.custom-swiper-1:hover .swiper-button-prev {
  opacity: 1;
  transition: 0.4s;
  right: 17px;
  width: 44px;
  background-color: #25252552;
}
.custom-swiper-1 .swiper-button-prev,
.custom-swiper-1 .swiper-button-next {
  color: #fff !important;
  opacity: 0;
  transition: 0.4s;
}
.custom-swiper-1:hover .swiper-button-next {
  opacity: 1;
  transition: 0.4s;
  left: 17px;
  width: 44px;
  background-color: #25252552;
}
.custom-swiper {
  height: 456px;
  overflow: hidden;
  position: relative;
}
.custom-swiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  width: 100%;
}
.custom-swiper .col-md-12.col-lg-12.flex {
  padding: 0 4px;
}
.custom-swiper .swiper-pagination {
  position: absolute;
  bottom: 10px;
  right: 10px;
  display: flex;
}
.custom-swiper .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #5d5d5d;
  border-radius: 50%;
}
.custom-swiper .swiper-pagination-bullet-active {
  background-color: #0e8243;
}
.page-title-bg {
  margin-top: -14vh;
}
.custom-swiper .swiper-button-prev,
.swiper-button-next {
  color: #fff !important;
  opacity: 0;
  transition: 0.4s;
}
.custom-swiper .swiper-button-next:after {
  font-size: 26px;
}
.custom-swiper .swiper-button-prev:after {
  font-size: 26px;
}
.custom-swiper:hover .swiper-button-prev {
  opacity: 1;
  transition: 0.4s;
  right: 17px;
  width: 44px;
  background-color: #25252552;
}
.custom-swiper:hover .swiper-button-next {
  opacity: 1;
  transition: 0.4s;
  left: 17px;
  width: 44px;
  background-color: #25252552;
}
#dnn_ctr1644_ContentPane .custom-swiper:hover .swiper-button-prev {
  right: 24px;
  top: 27%;
}
#dnn_ctr1644_ContentPane .custom-swiper:hover .swiper-button-next {
  left: 23px;
  top: 27%;
}
.swiper2 img.img-poster {
  height: 100% !important;
    width: 100%;
}
.fixed-widget-list li.share {
  background-color: #0c8142 !important;
}
div#dnn_ctr1579_HtmlModule_lblContent img {
  width: 100%;
}
#dnn_ctr1644_ModuleContent img.img-poster {
  height: 220px;
}

@media (max-width: 1000px) {
  .box-img-play {
    width: 40px !important;
    height: 40px !important;
  }
  .card-news .img-fluid {
    height: 149px;
  }
 
  section.news-category .nav-tabs .nav-item .nav-link {
    font-size: 13px;
  }
  .page-title-bg {
    margin-top: 0vh;
  }
  .card-news {
    height: unset;
  }
  section.news-category {
    padding-bottom: 0;
  }
  section.report-pic_sec {
    padding-top: 0;
  }
  .tab-content {
    height: unset;
  }
  .auction-card_half.thir,
  .auction-card_half.sec,
  .auction-card_half {
    height: 431px;
  }
  .auction-card_context h3 {
    font-size: 20px;
  }
  .auction-card_context p {
    font-size: 13px;
    line-height: 30px;
  }
  .is-overlay-bg {
    display: none;
  }
}

@media (max-width: 500px) {
  #dnn_ctr1641_ContentPane .col-md-12 {
    height: 100%;
  }
  div#dnn_ctr1641_ModuleContent {
    height: 295px;
  }
  #dnn_ctr1641_ContentPane .custom-swiper-1 .swiper-pagination {
    top: 57%;
    right: 3%;
  }
  #dnn_ctr1641_ContentPane .swiper-button-prev,
  #dnn_ctr1641_ContentPane .swiper-button-next {
    top: 27%;
  }
  .card-news .img-fluid {
    height: 296px;
  }
  #dnn_ctr1647_ContentPane .card-news .img-fluid {
    height: 266px;
  }
  .main-news3 {
    flex-direction: column;
  }
  .main-news-title1 {
    margin-left: 0;
    margin-bottom: 16px;
  }
  #dnn_ctr1641_ContentPane .card-news {
    height: 249px;
  }
  .banner-bottom_divider {
    background-image: url(../../theme-assests/img/monogram-mobile.png);
    height: 16vh;
  }
}
.about-sec {
  border: 1px solid #e3e3e3;
}
div#dnn_ContentPane7 {
  height: 223px;
}
#mobilemenu994977 .gomenu > ul > li > a > span::after {
  background-color: unset !important;
}
.logo-container-mobile {
  width: 140px;
  height: auto;
  max-height: unset !important;
}
.logo-container-mobile img {
  width: 100%;
  max-height: unset !important;
  max-width: unset;
}
.logo-container2-mobile {
  width: 63px;
}
.logo-container2-mobile img {
  width: 100%;
  max-height: unset !important;
  max-width: unset;
}

@media only screen and (max-width: 1024px) {
  .slider-sec {
    height: 42vh;
    margin-top: -14vh;
  }
  .banner-video {
    position: absolute;
    top: 60%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    transform: translate(0%, -50%);
  }
  section.about-us-sec {
    padding-top: 70px;
  }
}

@media only screen and (max-width: 425px) {
  .scroll-mask {
    display: none;
  }
  .slogan-swiper {
    height: 305px;
  }
  .dots-overlay {
    background: radial-gradient(circle, #00000000 1px, #95959529 1px);
  }
  .news-title {
    right: 0px;
    background-color: #0e0e0e85;
    padding: 5px;
    font-size: 11px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .product-sec .container {
    margin-top: 24vh;
  }
  .slogan-swiper {
    height: 405px;
  }
  .scroll-mask {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 900px) {
  .slider-sec {
    height: 83vh;
  }
  .product-sec .container {
    margin-top: 9vh;
  }
  .product-sec .product-text h2 {
    font-size: 24px;
  }
  .product-sec .product-text p {
    font-size: 10px;
    line-height: 20px;
    margin-top: 10px;
    padding: 11px 0px;
  }
  .product-btns {
    margin-top: 0px;
  }
  .more-btn {
    font-size: 13px;
  }
  .more-btn img {
    width: 19px;
    height: 19px;
  }
  .slogan-content p {
    font-size: 13px;
  }
  div.archieve-news-text a h2 {
    font-size: 23px;
  }
  .banner-bottom_divider {
    height: 13vh;
  }
}

@media (min-width: 768px) and (max-width: 896px) {
  .scroll-reveal_img {
    height: 52vh;
  }
}
.slogan-swiper .slogan-slide a {
  height: 100%;
}
span.searchInputContainer {
    border: unset !important;
    border-bottom: 1px solid #ccc !important;
}

a#dnn_dnnSEARCH900583_cmdSearch {
    right: unset !important;
    left: 0;
    display: flex;
    align-items: flex-end !important;
    top: unset;
    bottom: -4px;
}

.search-normal-box .search::before {
    content: "";
    width: 9px;
    height: 9px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -9px 0 0 -9px;
    border: 2px solid #fff;
    border-radius: 50%;
}

.search-normal-box .search::after {
    content: "";
    width: 7px;
    position: absolute;
    top: 36%;
    left: 33%;
    margin: 8px 0 0 3px;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(48deg);
    transform: rotate(48deg);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
}

input#dnn_dnnSEARCH900583_txtSearch {
    color: #dedede;
    font-size: 14px;
}

.header-content-wrap {
    align-items: center;
}
input#dnn_dnnSEARCH900583_txtSearch {
    outline: unset !important;
}

li.searchSkinObjectPreview_group {
    display: none;
}
.slider-video-container {
position:relative;
width:100%;
}