.main {
  min-height: calc(60vh);
}

.nav-pills .nav-link {
  border-radius: initial;
}

.btn {
  border-radius: initial;
}

.page-item:first-child .page-link {
  border-radius: initial;
}

.page-item:last-child .page-link {
  border-radius: initial;
}

.details-container {
  padding-top: 140px;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: initial;
  color: #2148FE !important;
}

.line-clamp-1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  overflow: hidden;

  word-break: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
  text-overflow: ellipsis;
}

.line-clamp-2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;

  word-break: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
  text-overflow: ellipsis;
}

.line-clamp-3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;

  word-break: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
  text-overflow: ellipsis;
}

.col-ctx img {
  max-width: 100% !important;
  max-height: 100% !important;
}

.custom-container {
  display: flex;
  margin-right: auto;
  margin-left: auto;
}

.banner-center {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: -1;
}

@media (max-width: 768px) {
  .custom-container {
    width: 100%;
    padding-left: 15px;
    justify-content: space-between;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .custom-container {
    min-width: 960px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .custom-container {
    min-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .custom-container {
    min-width: 1320px;
  }
}

@media (min-width:768px) {
  .navbar-nav>li.nav-item {
    /* padding-right: 50px; */
  }

  .nav-link {
    height: 38px;
  }

  .banner {
    height: 600px;
  }
}

@media (min-width:768px) {
  .logo {
    width: 300px;
    height: 50px;
  }

  .nav-link.active {
    color: #FFF !important;
    font-weight: bold;
  }

  .nav-link:hover {
    color: #FFF !important;
    /* font-weight: bold; */
  }

  .nav-link {
    color: #d1cfcf !important;
    white-space: nowrap;
  }

  .foot-container {
    padding: 60px 0;
  }

  .mt40 {
    margin-top: 40px;
  }

  .p15 {
    padding: 15px;
  }
}

.top-title {
  letter-spacing: 12px;
}

.font30px {
  font-size: 80px !important;
  font-weight: 600 !important;
  word-break: break-all;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
}

.font16px {
  font-size: 30px !important;
  font-weight: 400 !important;
  word-break: break-all;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
}

@media (max-width:992px) {
  .navbar-nav .nav-link {
    height: 38px;
  }

  .foot-container {
    padding: 10px 0 !important;
  }
}

@media (max-width:768px) {
  .navbar-collapse {
    background: rgba(0, 0, 0);
    position: absolute;
    top: 0;
    left: -200px;
    width: 200px;
    height: 100vh;
    padding: 30px 0;
    transition: all 0.3s ease;
    overflow: hidden;
  }

  .navbar-toggler {
    transition: all .3s;
  }

  .navbar-toggler:hover {
    background-color: #fff;
  }

  .logo {
    width: 150px;
    max-height: 40px;
  }

  .navbar-collapse.show {
    left: 0;
  }

  .navbar-collapse .nav-item,
  .offcanvas-header,
  .btn-login {
    padding: 5px 15px;
  }

  .navbar-collapse .nav-link {
    text-align: left;
    color: #fff;
    font-size: 15px;
  }

  .nav-link.active {
    color: #2148FE !important;
    font-weight: bold;
  }

  .nav-link:hover {
    color: #2148FE !important;
    font-weight: bold;
  }

  .dropdown-toggle::after {
    display: none;
  }

  .navbar-nav .nav-link.show {
    color: #fff;
  }

  .navbar-collapse .dropdown-menu {
    position: relative;
    display: block;
    background-color: initial;
    text-indent: 1em;
    padding: 0;
    --bs-dropdown-link-active-bg: initial;
  }

  .navbar-collapse .dropdown-item:hover {
    background-color: initial;
  }

  .navbar-collapse .dropdown-item {
    text-align: left;
    color: #fff;
    font-size: 14px;
  }

  .navbar-shrink {
    height: auto !important;
  }

  .banner {
    height: 240px !important;
  }

  .find-more {
    padding-right: 20px !important;
  }

  .time-view {
    padding: 10px 0;
  }

  .foot-container .p-20 {
    padding-bottom: 10px;
    /* text-align: center; */
  }

  .foot-container .child-item {
    text-indent: 2em;
  }

  .foot-container .child-item a {
    margin: 0 !important;
  }

  .foot-container .fs-14 {
    height: 20px;
    margin: 13px 0;
  }

  .foot-container .fs-16 {
    height: 22px;
    display: inline-block;
  }

  .foot-container .contacts {
    font-size: 20px;
  }

  .special-title {
    margin: 10px 0;
  }

  .details-container {
    padding-top: 113px;
  }

  .mt40 {
    margin-top: 20px;
  }

  .p15 {
    padding: 10px;
  }

  .font30px {
    font-size: 30px !important;
  }

  .font16px {
    font-size: 16px !important;
  }

  .special-item {
    gap: 20px !important;
  }

  .sCates-card {
    width: 99% !important;
  }

  .pd12px {
    padding: 0px 12px !important;
  }

  .hotCard {
    width: 100% !important;
  }

  .sCates-card {
    width: 100% !important;
  }

  .category-list {
    width: 96% !important;
  }

  #leftBorderContent {
    width: 100px !important;

  }

  #Content-title-id {
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin-top: 50px !important;
    min-height: 106vh !important;
    border-left: none !important;
    /* display: none; */
  }

  .StickyTop {
    top: 70px !important;
  }

  .content-card {
    width: 90% !important;
    padding: 10px 8px !important;
  }

  .hotTitle {
    margin-top: 30px !important;
  }

  .stickyPosition {
    display: none;
    position: fixed !important;
    background-color: #fff;
    top: 0px !important;
    height: 100vh;
    width: 90%;
    z-index: 100000;
    left: 0px;
    overflow: auto;
    padding-left: 15px;
       box-shadow: 2px 0 8px rgba(0, 0, 0, 0.15);
  }

  #articleCard {
    justify-content: center;
  }

  #leftBorderContent {
    display: none;
    position: fixed !important;
    background-color: #fff;
    top: 120px !important;
    height: auto !important;
    width: calc(100% - 30px) !important;
    z-index: 100000;
    left: 15px;
    overflow: auto;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0px 0px 4px 0px #ddd;
    animation: bounceIn 0.6s ease-out;
  }

  @keyframes bounceIn {
    0% {
      opacity: 0;
      transform: scale(0.3);
    }

    50% {
      opacity: 1;
      transform: scale(1.05);
    }

    70% {
      transform: scale(0.9);
    }

    100% {
      opacity: 1;
      transform: scale(1);
    }
  }

  .toAllMenu {
    display: flex;
    align-items: center;
  }

  .toPageMenu {
    display: none;
    align-items: center;
  }

  .toAllMenuPage {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #efefef;
    padding: 5px 15px 15px 15px;
    position: sticky;
    top: 70px;
    height: 60px;
    background-color: #fff;
  }

  .toAllMenuPage {
    display: flex !important;
  }

  .Content-title {
    padding-top: 50px !important;
  }
}

@media (max-width:431px) {
  .category-list {
    width: 96% !important;
  }
}

@media (max-width:415px) {
  .category-list {
    width: 96% !important;
  }
}

@media (max-width:391px) {
  .category-list {
    width: 96% !important;
  }
}

@media (max-width:376px) {
  .category-list {
    width: 96% !important;
  }
}

@media (max-width:361px) {
  .category-list {
    width: 96% !important;
  }
}