.skeleton-wrapper-inner {
  height: 110px;
  position: relative;
}

.skeleton-wrapper-body.title div {
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeholderSkeleton;
  animation-timing-function: linear;
  background: #efefef;
  background-image: -webkit-linear-gradient(left, #efefef 0%, #ffffff 50%, #efefef 100%);
  background-repeat: no-repeat;
  height: 48px;
  transform: scaleX(0.3);
}

.skeleton-wrapper-body div {
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeholderSkeleton;
  animation-timing-function: linear;
  background: #efefef;
  background-image: -webkit-linear-gradient(left, #efefef 0%, #f9f9f9 50%, #efefef 100%);
  background-repeat: no-repeat;
}

.skeleton-wrapper-body div {
  position: relative;
  right: 0px;
  left: 0px;
  top: 15px;
}

div.skeleton-author {
  top: 10px;
  height: 35px;
  width: 70%;
}

.skeleton-wrapper-body.title div.skeleton-author {
  width: 100%;
}

div.skeleton-label {
  top: 0px;
  height: 15px;
  width: 45%;
}

div.skeleton-content-1,
div.skeleton-content-2,
div.skeleton-content-3 {
  left: 0px;
  right: 0px;
  height: 20px;
}

div.skeleton-content-1 {
  top: 20px;
}

div.skeleton-content-2 {
  top: 60px;
}

div.skeleton-content-3 {
  top: 70px;
  width: 85%;
}

@keyframes placeholderSkeleton {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@keyframes skeletonAnimate {
  from {
    background-position: top left;
  }
  to {
    background-position: top right;
  }
}
a {
  text-decoration: none;
}

button {
  border: none;
}

.row {
  margin: 0px;
}

.color-main {
  color: #F5AA00;
}

.color-gray {
  color: #5D6A83;
}

.color-font-gray {
  color: #5D6A83;
}

.patterno-title span {
  color: #5D6A83;
}

.dropdown-item.active, .dropdown-item:active {
  background-color: #fff;
}

.py-120 {
  padding: 120px 0px !important;
}

.pb-120 {
  padding-bottom: 120px !important;
}

@media screen and (max-width: 576px) {
  .py-120 {
    padding: 30px 0px !important;
  }
  .pb-120 {
    padding-bottom: 30px !important;
  }
}
.navbar {
  position: sticky;
  top: 0px;
  display: flex;
  box-shadow: 0px 3px 3px rgba(40, 45, 53, 0.1);
  padding: 0px;
  background: #fff;
  z-index: 999;
}
.navbar-brand {
  max-width: 200px;
  padding: 20px 10px;
}
.navbar-brand img {
  width: 100%;
}
.navbar-nav .nav-link {
  font-weight: 500;
  color: #282D35;
  padding: 15px !important;
  color: #A9ABAE;
}
.navbar-nav .nav-link .dropdown-menu {
  transform: translateY(10px);
  padding: 0px;
}
.navbar-nav .nav-link .dropdown-menu a {
  padding: 10px 10px;
  color: #686868;
}
.navbar-nav .nav-link:hover {
  transition: 0.3s;
  color: #686868;
}
.navbar-nav .nav-link:hover .dropdown-menu {
  display: block;
}

.buger-btn {
  position: relative;
  width: 30px;
  height: 30px;
  right: 10px;
  transition-duration: 0.5s;
  border: none;
}
.buger-btn .icon {
  position: absolute;
  height: 4px;
  width: 20px;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  transition-duration: 0.5s;
}
.buger-btn .icon::before {
  content: "";
  position: absolute;
  top: -7px;
  width: 20px;
  height: 3px;
  background-color: #5D6A83;
  transition-duration: 0.5s;
  border-radius: 10px;
}
.buger-btn .icon::after {
  content: "";
  position: absolute;
  top: 7px;
  width: 20px;
  height: 3px;
  background-color: #5D6A83;
  transition-duration: 0.5s;
  border-radius: 10px;
}
.buger-btn.open .icon {
  transition-duration: 0.5s;
  background: transparent;
}
.buger-btn.open .icon:before {
  transform: rotateZ(45deg) scaleX(1.25) translate(3px, 3px);
}
.buger-btn.open .icon:after {
  transform: rotateZ(-45deg) scaleX(1.25) translate(6px, -6px);
}
.buger-btn:hover {
  cursor: pointer;
}

@media screen and (max-width: 576px) {
  .navbar-brand {
    max-width: 150px;
  }
  .navbar-nav {
    background-image: url("../images/glass-bg.png");
    box-shadow: inset 0px 3px 3px rgba(40, 45, 53, 0.1);
    padding: 20px 0px;
  }
  .navbar-nav::before {
    content: "Company";
    display: block;
    color: #b3b3b3;
    font-size: 12px;
    padding: 0px 15px;
  }
  .navbar-nav .mobile-link::before {
    content: "Product";
    display: block;
    color: #b3b3b3;
    font-size: 12px;
    padding: 10px 15px 0px 15px;
  }
}
.banner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: -1;
}
.banner video {
  width: 100%;
}
.banner::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: linear-gradient(to right, rgba(255, 136, 0, 0.7176470588) 0%, rgba(59, 28, 1, 0.662745098) 100%);
}
.banner::after {
  content: "";
  background-image: url(../images/video-cover.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom;
  display: block;
  width: 100%;
  height: 100%;
  transform: translateY(1px);
  position: absolute;
  bottom: 0px;
}
.banner-text {
  position: absolute;
  color: #fff;
  text-align: center;
  max-width: 800px;
}
.banner-text h1 {
  font-size: 60px;
}
.banner-text h2 {
  font-size: 60px;
  padding: 20px 50px;
}
.banner-text .note {
  opacity: 0.8;
}

#element {
  font-size: 30px;
}

@media screen and (max-width: 576px) {
  .banner h1 {
    font-size: 20px;
  }
  .banner h2 {
    font-size: 20px;
    padding: 0px;
  }
  .banner .note {
    display: none;
  }
}
.footer {
  background: #000;
  color: #fff;
  overflow: hidden;
}
.footer-links {
  font-weight: 900;
}
.footer-links ul {
  list-style: none;
  padding: 0px;
  font-weight: 300;
  margin-top: 30px !important;
}
.footer-links ul li {
  margin: 10px 0px;
}
.footer-links ul a {
  margin: 10px 0px;
  color: #fff !important;
}
.footer-links .contact-us {
  font-weight: 300 !important;
  margin-top: 30px !important;
}
.footer-links .contact-us a {
  margin: 10px 0px;
  display: block;
  color: #fff;
}

.carousel-indicators button.active {
  background: #F5AA00 !important;
}
.carousel-indicators button {
  background: #E2E2EA !important;
  border-radius: 10px;
  width: 12px !important;
  height: 12px !important;
  border-top: none !important;
  border-bottom: none !important;
}

.pagination .page-item:last-child::after {
  display: none;
}
.pagination .page-item {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0px 5px;
}
.pagination .page-item:hover {
  opacity: 0.6;
}
.pagination .page-item::after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 10px;
  position: absolute;
  background: #D9D9D9;
  right: -5px;
}
.pagination .page-item .page-link {
  border: none;
  background: none;
  color: #000;
}
.pagination .page-item.disabled .page-link {
  opacity: 0.4;
}
.pagination .page-item.active .page-link {
  color: #F5AA00;
  font-weight: 900;
}

@media screen and (max-width: 576px) {
  .pagination .page-item {
    padding: 0px 0px;
  }
  .pagination .page-item::after {
    display: none;
  }
}
.introduction {
  padding: 80px 0px;
}
.introduction-wrap {
  min-height: 50vh;
  color: #282D35;
  background: #F6F6F6;
}
.introduction-title {
  font-size: 24px;
  font-weight: 900;
}
.introduction-info {
  text-align: center;
  width: 100%;
}
.introduction-info__text {
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("../images/bstyle-text.svg");
  background-size: 90%;
  background-repeat: no-repeat;
  background-position: center;
  height: 100px;
  text-align: center;
  max-width: 700px;
  margin: auto;
  font-size: 18px;
}
.introduction::after {
  content: "";
}
.introduction-card__title {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 900;
}
.introduction-card__title .icon {
  width: 40px;
  margin-right: 10px;
}
.introduction-card__text {
  color: #5D6A83;
}

.download {
  align-items: center;
  justify-content: center;
  padding: 20px 0px;
  font-size: 24px;
  letter-spacing: 1px;
  text-align: center;
}
.download-wrap {
  color: #fff;
  background: #F5AA00;
  border-top: solid 30px #fff;
}
.download .btn {
  border-radius: 50px;
  padding: 3px 20px;
  margin-left: 20px;
}

@media screen and (max-width: 576px) {
  .download > div {
    padding: 10px 0px !important;
  }
}
.product-wrap {
  padding: 50px;
}
.product-title {
  font-size: 32px;
  font-weight: 900;
}
.product-tags {
  font-size: 18px;
  margin-top: 10px;
}
.product-tags b {
  margin-right: 15px;
  font-weight: 900;
}
.product-btn {
  background: #F5AA00;
  color: #fff;
  padding: 10px;
  border-radius: 50px;
  width: 156px;
  height: 58px;
}
.product-btn:hover img {
  transform: translateX(15px);
  transition: 0.3s;
}
.product-card {
  padding: 40px;
  background: #F6F6F6;
  border-radius: 15px 50px 15px 15px;
}
.product-card__title {
  font-weight: 900;
  padding: 15px 0px;
  font-size: 18px;
}
.product-card__btn {
  position: relative;
  display: block;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: end;
  padding: 30px 0px;
  word-wrap: nowrap;
  font-weight: 900;
  text-decoration: underline;
}
.product-card__btn img {
  margin-left: 5px;
  transform: translateY(2px);
  transition: 0.3s;
}
.product-card__btn:hover img {
  transform: translateX(5px);
}

.partner {
  overflow: hidden;
}
.partner-icon ~ .partner-icon {
  padding-left: 20px;
}
.partner-icon {
  height: 70px;
  width: auto;
}

@media screen and (max-width: 576px) {
  .product-btn {
    margin-top: 30px;
  }
  .product-wrap {
    padding: 30px 0px;
  }
  .partner-icons {
    flex-direction: column;
  }
  .partner-icon {
    padding-left: 0px !important;
    margin: auto;
    max-height: 65px;
    height: 100%;
  }
}
.section-group {
  position: relative;
}
.section-group::after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-image: url("../images/bg-pattern.png");
  background-repeat: no-repeat;
  background-position: bottom 0px right 0px;
  opacity: 0.6;
  filter: blur(1px);
  z-index: -1;
}
.section-group::before {
  content: "";
  position: absolute;
  display: block;
  bottom: 0px;
  width: 100%;
  height: 60px;
  border-radius: 60px 0px 0px 0px;
  background: #fff;
  z-index: 1;
}

@media screen and (max-width: 576px) {
  .section-group::after {
    display: none;
  }
}
.security {
  min-height: 50vh;
  position: relative;
  background-image: url("../images/glass-bg.png");
}

.featured {
  position: relative;
  background-image: url("../images/glass-bg.png");
  padding-bottom: 100px;
}

.slogan {
  background: url("../images/slogan-bg.webp") fixed no-repeat;
  background-size: cover;
  height: 550px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  overflow: hidden;
}
.slogan h1 {
  font-size: 60px;
}
.slogan-btn {
  background: #F5AA00;
  color: #fff;
  padding: 10px;
  border-radius: 50px;
  width: 156px;
  height: 58px;
}
.slogan-btn:hover img {
  transform: translateX(15px);
  transition: 0.3;
}

@media screen and (max-width: 576px) {
  .slogan {
    background: url("../images/slogan-bg.webp");
    background-size: cover;
    background-position: center;
  }
  .slogan h1 {
    font-size: 30px;
  }
  .slogan-btn {
    margin-top: 20px;
  }
  .section-group::before {
    border-radius: 40px 0px 0px 0px;
  }
}
.news:last-child {
  border-bottom: 0px;
}

.news {
  display: flex;
  flex-direction: column;
  border-bottom: solid 1px #c7c7c7;
}
.news-groups {
  display: flex;
  flex-direction: column;
}
.news.main .news-title {
  font-size: 24px !important;
  line-height: 36px;
  -webkit-line-clamp: 2 !important;
}
.news.main .news-text {
  -webkit-line-clamp: 2 !important;
}
.news-wrap {
  padding: 10px 0px 100px 0px;
  overflow: hidden;
}
.news-date {
  font-size: 15px;
  color: #1A1A1A;
}
.news-title {
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 1px;
  line-height: 27px;
  color: #282D35;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.news-img {
  width: 100%;
  height: 300px;
  max-height: 300px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eee;
  border-radius: 5px;
}
.news-img img {
  width: 100%;
  height: auto;
}
.news-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  color: #878C91;
  letter-spacing: 1px;
}
.news-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F5AA00;
  border-radius: 50px;
  min-width: 40px;
  height: 40px;
}

.about-top {
  background-color: #F8F9FA;
  position: relative;
  z-index: 1;
  background-image: url("../images/about-pattern.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 55vw;
}
.about-office {
  padding-top: 60px;
}
.about-team {
  background-image: url("../images/glass-bg.png");
  position: relative;
  z-index: 1;
}
.about-team__text {
  max-width: 700px;
  margin: auto;
}
.about-team::after {
  content: "";
  display: block;
  width: 80vw;
  background: #ffffff;
  height: 120px;
  border-radius: 1500px/200px;
  margin: auto;
  transform: translateY(-120px);
  opacity: 0.6;
  position: relative;
  z-index: -1;
}
.about-cards {
  max-width: 1000px;
  margin: auto;
}
.about-card {
  background: rgba(255, 255, 255, 0.3333333333);
  border-radius: 25px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  background: #fff;
}
.about-card__img {
  border-radius: 25px;
  overflow: hidden;
}
.about-card__img img {
  width: 100%;
}

.history {
  position: relative;
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  background: rgba(143, 143, 143, 0.1254901961);
  box-shadow: 0px 0px 20px rgba(96, 96, 96, 0.1);
  padding: 20px;
  text-align: center;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1254901961);
  padding: 120px 0px;
}
.history-wrap {
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
  background: url("../images/history.png") no-repeat top center fixed;
  background-size: cover;
  position: relative;
}
.history-text {
  max-width: 500px;
  margin: auto;
  font-size: 20px;
  color: #fff;
}
.history-group {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.timeline {
  color: #fff;
  max-width: 500px;
  padding: 100px 0px;
  margin: auto;
}
.timeline-item ~ .timeline-item {
  margin-top: 100px;
}
.timeline-item ~ .timeline-item::after {
  content: "";
  position: absolute;
  left: 50px;
  transform: translateY(-80px);
  display: block;
  width: 1px;
  height: 50px;
  border-left: dotted 2px #E2E2EA;
}
.timeline-item {
  display: flex;
  align-items: center;
  position: relative;
}
.timeline-year {
  background: rgba(255, 255, 255, 0.1294117647);
  border-radius: 50px;
  font-size: 23px;
  width: 90px;
  margin-right: 30px;
  box-shadow: 0px 0px 20px rgba(87, 87, 87, 0.1);
}
.timeline-content {
  text-align: left;
}
.timeline-description {
  font-size: 24px;
}
.timeline-price {
  font-size: 18px;
  text-decoration: underline;
}

@media screen and (max-width: 576px) {
  .about-top h2 {
    font-size: 18px;
    margin-top: 10px;
  }
  .history {
    padding: 50px 0px;
  }
  .history-text {
    font-size: 18px;
  }
  .timeline {
    padding: 50px 0px;
  }
  .timeline-item ~ .timeline-item {
    margin-top: 50px;
  }
  .timeline-item ~ .timeline-item::after {
    transform: translate(-5px, -50px);
  }
  .timeline-year {
    font-size: 20px;
    margin-right: 10px;
  }
  .timeline-description {
    font-size: 16px;
  }
  .about-team::after {
    display: none;
  }
  .history {
    -webkit-backdrop-filter: blur(1px);
            backdrop-filter: blur(1px);
  }
  .history-wrap {
    background: url("../images/history.png");
    background-size: cover;
    background-position: center;
  }
}
.support-wrap {
  background: url("../images/bg-pattern.png");
  background-repeat: no-repeat;
  background-position: bottom -200px right;
}
.support-header {
  padding: 50px 0px;
  text-align: center;
  background-image: url("../images/glass-bg.png");
}
.support-search {
  background: #fff;
  max-width: 800px;
  border: solid 1px #E2E2EA;
  border-radius: 15px;
  margin: auto;
  display: flex;
  align-items: center;
}
.support-search input {
  width: 100%;
  border: none;
  padding: 10px;
  font-size: 20px;
}
.support-search input::-moz-placeholder {
  color: #92929D;
}
.support-search input::placeholder {
  color: #92929D;
}
.support-search input:focus {
  outline: none;
}
.support-search .search-btn img {
  height: 50px;
}
.support-select {
  min-width: 120px;
  display: flex;
  align-items: center;
}
.support-select .select-btn {
  width: 100%;
  text-align: left;
  background: #fff;
  color: #5D6A83;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.support-select .select-btn::after {
  content: "";
  display: block;
  background-image: url("../images/arrow-down.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 10px;
  height: 10px;
}
.support-tags {
  color: #92929D;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  max-width: 800px;
  margin: auto;
}
.support-tag {
  color: #000;
  background: #fff;
  padding: 0px 10px;
  border-radius: 5px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
  margin: 5px 10px;
  width: 120px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  line-height: 35px;
}
.support-cards {
  padding-bottom: 100px;
}
.support-card {
  border-radius: 15px;
  overflow: hidden;
  max-width: 260px;
  border: solid 1px #E2E2EA;
  background: #fff;
  margin: 0px auto 40px auto;
  display: block;
}
.support-card__content {
  padding: 15px;
}
.support-card__title {
  font-weight: 900;
  font-size: 18px;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  color: #000;
}
.support-card:hover {
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
}
.support-card:hover .support-card__title img {
  transition: 0.3s;
  transform: translateX(5px);
}
.support-card__icon {
  background: #F6F6F6;
  height: 190px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.support-card__icon img {
  width: 100px;
}
.support-card__text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #5D6A83;
}

@media screen and (max-width: 576px) {
  .support-search {
    padding: 0px;
  }
  .support-search input {
    padding: 0px 10px;
  }
  .support-search .search-btn img {
    height: 40px;
  }
  .support-cards {
    padding-bottom: 0px;
  }
  .support-card__icon {
    height: 100px;
  }
  .support-card__icon img {
    width: 60px;
  }
  .support-card__title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }
  .support-wrap {
    background-size: 50vw;
  }
}
.article-header {
  display: flex;
  align-items: center;
}
.article-header .breadcrumb {
  margin-bottom: 0px;
}
.article-header .breadcrumb-item, .article-header .breadcrumb a {
  color: #282D35 !important;
}
.article-header .support-search {
  margin: 0px 0px 0px auto !important;
  width: 100%;
  max-width: 450px;
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 10px;
}
.article-header .support-search input {
  border-radius: 10px;
}
.article-header .support-search input::-moz-placeholder {
  color: #92929D;
  font-size: 15px;
}
.article-header .support-search input::placeholder {
  color: #92929D;
  font-size: 15px;
}
.article-header .support-search .search-btn {
  position: absolute;
  right: 5px;
}
.article-header .support-search .search-btn img {
  height: 40px;
}
.article-lists {
  list-style: none;
  padding-left: 0px;
}
.article-list {
  padding: 8px 0px;
}
.article-list a {
  color: #282D35;
}
.article-list.active a {
  font-weight: 500;
  border-left: solid 5px #F5AA00;
  padding-left: 5px;
}
.article-title {
  font-size: 24px;
  border-bottom: solid 1px #5D6A83;
  padding-bottom: 10px;
}
.article-content {
  min-height: 50vh;
  padding-top: 10px;
}
.article-wrap {
  background: url("../images/bg-pattern.png");
  background-repeat: no-repeat;
  background-position: bottom -200px right;
}
.article-menu-mobile {
  border-radius: 10px !important;
}
.article-menu-mobile button {
  background: none;
  padding: 12px 10px;
}
.article-search__lists {
  min-height: 50vh;
  padding-bottom: 150px;
}
.article-search__list {
  border: solid 1px #E2E2EA;
  border-radius: 10px;
  margin: 20px 0px;
  background: rgba(255, 255, 255, 0.6196078431);
}
.article-search__list .text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.accordion-button:not(.collapsed) {
  background: none;
  color: #282D35;
}

.accordion-button:focus {
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}

.accordion-button:not(.collapsed)::after {
  filter: grayscale(100%);
}

@media screen and (max-width: 576px) {
  .article-wrap {
    background: none;
  }
  .article-wrap .breadcrumb {
    margin-left: auto;
  }
  .article-search__lists {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .article-header {
    flex-direction: column;
  }
  .article-header .support-search {
    height: 50px;
  }
}
.publish {
  min-height: 40vh;
}
.publish-wrap {
  background-image: url("../images/glass-bg.png");
  position: relative;
}
.publish-wrap::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: url("../images/bg-pattern.png");
  background-repeat: no-repeat;
  background-position: bottom -200px right;
  top: 0px;
  z-index: -1;
}
.publish-wrap .nav-pills {
  overflow: auto;
  flex-wrap: nowrap;
}
.publish-wrap .nav-pills .nav-item {
  padding: 15px !important;
  white-space: nowrap;
}
.publish-wrap .nav-pills .nav-item .nav-link {
  background: none;
  color: #6c6262;
  font-weight: 900;
  position: relative;
  overflow: hidden;
  border-radius: 0px;
  padding: 10px 0px;
}
.publish-wrap .nav-pills .nav-item .nav-link::after {
  transform: translateX(-100%);
  content: "";
  position: absolute;
  width: 100%;
  height: 5px;
  background: #F5AA00;
  left: 0px;
  bottom: 0px;
  transition: 0.3s;
}
.publish-wrap .nav-pills .nav-item .nav-link:hover::after {
  transform: translateX(0%);
}
.publish-header {
  background: #F5AA00;
  color: #fff;
}
.publish .news-card {
  margin-bottom: 60px;
  color: #000;
}
.publish .news-card:hover .img-wrap img {
  transform: scale(1.2);
}
.publish .news-card .date {
  font-size: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.publish .news-card .date .tag {
  background: #F5AA00;
  display: block;
  color: #fff;
  padding: 2px 5px;
}
.publish .news-card .img-wrap {
  height: 200px;
  max-height: 200px;
  background: #eee;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  overflow: hidden;
  background-size: cover;
  background-blend-mode: overlay;
}
.publish .news-card .img-wrap img {
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  transition: 0.5s ease-out;
}
.publish .news-card .title {
  font-weight: 900;
  font-size: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.publish .news-card .hashtags {
  font-size: 14px;
}
.publish-article__label {
  background: #F5AA00;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 12px;
  padding: 3px 5px;
  color: #fff;
}
.publish-article__title {
  font-size: 24px;
  margin: 10px 0px;
}
.publish-article__tag ~ .publish-article__tag {
  padding-left: 20px;
}
.publish-article__main {
  color: #5D6A83;
}
.publish-article__main img {
  max-width: 100% !important;
  height: auto !important;
}

@media screen and (max-width: 576px) {
  .publish-wrap::after {
    background-size: 50vw;
  }
}/*# sourceMappingURL=main.css.map */