.lang-item-23 {
  display: none !important;
}

.news-style-two .single-blog-post {
  display: flex;
}

.news-style-two .single-blog-post .img-holder {
  width: 100%;
}

.header-style-three .main-menu .navigation>li {
  margin: 0px 5px;
}

.news-style-two .single-blog-post .text-holder {
  width: 100%;
  height: 370px;
}

.footer-social .elementor-grid-item a {
  display: flex;
  justify-content: center;
  align-items: center;
}

.trim_line_text_9 .text-box {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-line-clamp: 9;
  -webkit-box-orient: vertical;
  text-align: justify;
}

.single-blog-post .text-holder .blog-title {
  min-height: 60px;
}

.single-blog-post .img-holder .categorie-button {
  bottom: 30px;
  right: 30px;
  top: unset;
  left: unset;
}

.header-style-three .sticky-header .main-menu .navigation>li>a {
  font-size: 15px;
}

.header-style-three .header-bottom .nav-outer {
  padding: 28px 0px 28px 170px;
}

.page-title .content-box {
  background: unset;
}

.rank-math-breadcrumb p a {
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
}

/* css trang doi-ngu-chuyen-gia */
.blog-standard-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  /* Tạo 3 cột bằng nhau */
  gap: 30px;
  /* Khoảng cách giữa các bài viết */
}

.blog-standard-content .has-post-thumbnail {
  display: flex;
  flex-direction: column;
  width: 100%;

}

.blog-standard-content .news-block-one {
  flex-grow: 1;
}

.blog-standard-content .news-block-one .mr_blog_post_text {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  /* <-- Số hàng bạn muốn hiển thị */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blog-standard-content .category-doi-ngu-chuyen-gia .news-block-one .blog_thumbnail img {
  margin-bottom: 20px;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: top;
}

.blog-standard-content :not(.category-doi-ngu-chuyen-gia) .news-block-one .blog_thumbnail img {
  margin-bottom: 20px;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.post-author-box {
  padding: 10px 0;
}

.wp-style.content-side {
  padding-bottom: 30px;
}

.post-share-box .post-share-title {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 10px;
}

/* ===== POST QUOTE SECTION STYLES ===== */
.post-quote-section {
  margin: 40px 0;
  padding: 0;
}

.quote-content {
  position: relative;
  background: linear-gradient(135deg, #b38335 0%, #ab8c59 100%);
  padding: 25px 20px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  color: #fff;
  text-align: center;
  overflow: hidden;
  border-left: 5px solid #e74c3c;
}
.quote-content blockquote{
  margin: 0;
  padding: 20px;
  text-align: left;
  font-size: 15px !important;
  color: #333333;
}
.quote-content::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);
  animation: float 6s ease-in-out infinite;
}

.quote-icon {
  font-size: 48px;
  color: rgba(255,255,255,0.3);
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}

.quote-icon i {
  animation: pulse 2s ease-in-out infinite;
}

.quote-text {
  font-size: 24px;
  font-style: italic;
  line-height: 1.6;
  position: relative;
  z-index: 2;
  font-weight: 300;
  text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

.quote-text::before,
.quote-text::after {
  content: '"';
  font-size: 60px;
  color: rgba(255,255,255,0.2);
  position: absolute;
  font-family: serif;
}

.quote-text::before {
  top: -20px;
  left: -30px;
}

.quote-text::after {
  bottom: -40px;
  right: -30px;
  transform: rotate(180deg);
}

.quote-author {
  position: relative;
  z-index: 2;
  border-top: 1px solid rgba(255,255,255,0.2);
  padding-top: 20px;
  margin-top: 20px;
}

.quote-label {
  font-size: 14px;
  opacity: 0.8;
  margin-right: 10px;
}

.quote-source {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.quote-title {
  text-align: left;
}

/* css phần footer */
.mobile_chat {
  display: flex !important;
  background: none;
  position: fixed;
  bottom: 100px;
  right: 8px;
  z-index: 9999;
  width: 80px;
  row-gap: 18px;
  flex-direction: column;
}


.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33%;
}

.col-xs-6 {
  width: 50%;
}

.chat-item a {
  display: block;
}

.chat-item .chat-item-image {
  width: 100%;
  float: left;
}

.chat-item .chat-item-image {
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.chat-item .chat-item-image img {
  height: 50px;
}

.chat-item .chat-item-text {
  width: 100%;
  float: left;
}

.chat-item .chat-item-text {
  height: 20px;
  font-size: 11px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.chat-item .chat-item-text {
  width: 100%;
  float: left;
}

.chat-item .chat-item-text {
  height: 20px;
  font-size: 11px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#detail-post-form .invalid,
#body-content .invalid {
  border: 1px solid red !important;
  border-radius: 4px;
}

.wpcf7 .wpcf7-not-valid-tip {
  margin-bottom: 10px;
}
  .scroll-top{
      width: 50px;
      height: 50px;
      right: 20px;
  }
  .chat-item svg{
    width: 100% !important;
    height: 100% !important;
  }
/* end css phần footer */
/* Animation keyframes */
@keyframes float {
  0%, 100% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(-20px) rotate(180deg);
  }
}

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 0.3;
  }
  50% {
    transform: scale(1.1);
    opacity: 0.6;
  }
}

/* Responsive Design for Quote */
@media (max-width: 768px) {
  .quote-content {
    padding: 25px 20px;
    margin: 20px 0;
  }
  
  .quote-icon {
    font-size: 36px;
    margin-bottom: 15px;
  }
  
  .quote-text {
    font-size: 20px;
    line-height: 1.5;
  }
  
  .quote-text::before,
  .quote-text::after {
    font-size: 40px;
  }
  
  .quote-text::before {
    top: -15px;
    left: -20px;
  }
  
  .quote-text::after {
    bottom: -30px;
    right: -20px;
  }
  
  .quote-source {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .quote-content {
    padding: 25px 20px;
  }
  
  .quote-text {
    font-size: 18px;
  }
  
  .quote-icon {
    font-size: 32px;
  }
}

/* end css trang doi-ngu-chuyen-gia */
/* _________________________________________________________________________________________________________ */
/* _________________________________________________________________________________________________________ */
/* ________________________________RESPOINSIVE______________________________________________________________ */
/* ________________________________RESPOINSIVE______________________________________________________________ */
/* ________________________________RESPOINSIVE______________________________________________________________ */
/* ________________________________RESPOINSIVE______________________________________________________________ */
/* _________________________________________________________________________________________________________ */
/* _________________________________________________________________________________________________________ */
/* _________________________________________________________________________________________________________ */
/* _________________________________________________________________________________________________________ */


@media only screen and (max-width: 1600px) and (min-width: 1500px) {
  .main-menu .navigation>li>a {
    font-size: 15px;
  }

  .header-style-three .main-menu .navigation>li {
    margin: 0px;
  }
}

@media only screen and (max-width: 1500px) and (min-width: 1200px) {
  .header-style-three .header-bottom .nav-outer {
    padding: 28px 0px 28px 20px;
  }
}

@media only screen and (max-width: 1200px) {
  .header-style-three .header-bottom .nav-outer .nav-link {
    display: block;
    border: none;
  }

  .header-style-three .header-bottom .nav-outer {
    padding: 28px 0px 28px 20px;
    display: flex;
  }

  .header-style-three .header-bottom .nav-outer .nav-link {
    padding: 10px 5px !important;
  }

  .blog-standard-content {
    gap: 20px;
    /* Khoảng cách giữa các bài viết */
  }

  .blog-standard-content .news-block-one {
    padding: 15px;
    margin-bottom: 10px;
  }

  .sidebar-page-container {
    padding-top: 40px;
  }

}

@media only screen and (max-width: 1160px) and (min-width: 991px) {
  .header-style-three .header-bottom .nav-outer {
    flex-direction: column;
    align-items: baseline;
  }

  .page-title .content-box {
    padding: 60px 59px 0 10px;
  }
}


@media only screen and (max-width: 991px) {
  .main-menu .navbar-header {
    text-align: right;
  }

  .header-style-three .header-bottom .nav-outer {
    display: block;
  }

  .main-menu .collapse {
    position: absolute;
    max-height: unset;
    max-width: 100%;
    min-width: 100%;
  }

  .blog-standard-content {
    grid-template-columns: repeat(2, 1fr);
    /* Tạo 3 cột bằng nhau */
  }

  .page-title .content-box {
    padding: 26px 0 33px 0;
  }

  .inner-box .blog_post_title,
  .inner-box .blog_post_title a {
    font-size: 24px !important;
    line-height: 1.5 !important;
  }
}


@media only screen and (max-width: 599px) {
  .header-style-three .header-bottom .nav-outer {
    display: flex;
    justify-content: space-between;
  }

  .header-style-three .header-bottom .nav-outer .logo-box {
    width: 50%;
  }

  .header-style-three .header-bottom .nav-outer .menu-area {
    width: 50%;
  }

  .blog-standard-content {
    grid-template-columns: repeat(1, 1fr);
    /* Tạo 3 cột bằng nhau */
  }

  .page-title .content-box h1 {
    font-size: 24px;
  }

  .page-title {
    padding: 90px 0px 20px 0px;
  }

  .inner-box .blog_post_title,
  .inner-box .blog_post_title a {
    font-size: 20px !important;
  }

}






/* _________________________________________________________________________________________________________ */
/* _________________________________________________________________________________________________________ */
/* _________________________________________________________________________________________________________ */
/* _________________________________________________________________________________________________________ */
/* _________________________________________________________________________________________________________ */
/* _________________________________________________________________________________________________________ */
/* _________________________________________________________________________________________________________ */
/* _________________________________________________________________________________________________________ */
/* _________________________________________________________________________________________________________ */
/* _________________________________________________________________________________________________________ */

.position-fixed {
  position: fixed !important;
}

.d-none {
  display: none !important;
}

.d-flex {
  display: flex !important;
}

.d-block {
  display: block !important;
}

.bg-white {
  background: #fff;
}

.bg-light-blue {
  background: #69c9ca;
  background-color: #69c9ca !important;
}

.bg-white-smoke {
  background-color: whitesmoke !important;
}

.text-black {
  color: #000 !important;
}

.letter-spacing-none {
  letter-spacing: 0 !important;
}

.letter-spacing-none h2 {
  letter-spacing: 0 !important;
}

.gap-1 {
  gap: 1px !important;
}

.gap-2 {
  gap: 2px !important;
}

.gap-3 {
  gap: 3px !important;
}

.gap-4 {
  gap: 4px !important;
}

.gap-5 {
  gap: 5px !important;
}

.gap-6 {
  gap: 6px !important;
}

.gap-7 {
  gap: 7px !important;
}

.gap-8 {
  gap: 8px !important;
}

.gap-9 {
  gap: 9px !important;
}

.gap-10 {
  gap: 10px !important;
}

.gap-11 {
  gap: 11px !important;
}

.gap-12 {
  gap: 12px !important;
}

.gap-13 {
  gap: 13px !important;
}

.gap-14 {
  gap: 14px !important;
}

.gap-15 {
  gap: 15px !important;
}

.gap-16 {
  gap: 16px !important;
}

.gap-17 {
  gap: 17px !important;
}

.gap-18 {
  gap: 18px !important;
}

.gap-19 {
  gap: 19px !important;
}

.gap-20 {
  gap: 20px !important;
}

.gap-21 {
  gap: 21px !important;
}

.gap-22 {
  gap: 22px !important;
}

.gap-23 {
  gap: 23px !important;
}

.gap-24 {
  gap: 24px !important;
}

.gap-25 {
  gap: 25px !important;
}

.gap-26 {
  gap: 26px !important;
}

.gap-27 {
  gap: 27px !important;
}

.gap-28 {
  gap: 28px !important;
}

.gap-29 {
  gap: 29px !important;
}

.gap-30 {
  gap: 30px !important;
}

.gap-31 {
  gap: 31px !important;
}

.gap-32 {
  gap: 32px !important;
}

.gap-33 {
  gap: 33px !important;
}

.gap-34 {
  gap: 34px !important;
}

.gap-35 {
  gap: 35px !important;
}

.gap-36 {
  gap: 36px !important;
}

.gap-37 {
  gap: 37px !important;
}

.gap-38 {
  gap: 38px !important;
}

.gap-39 {
  gap: 39px !important;
}

.gap-40 {
  gap: 40px !important;
}

.gap-41 {
  gap: 41px !important;
}

.gap-42 {
  gap: 42px !important;
}

.gap-43 {
  gap: 43px !important;
}

.gap-44 {
  gap: 44px !important;
}

.gap-45 {
  gap: 45px !important;
}

.gap-46 {
  gap: 46px !important;
}

.gap-47 {
  gap: 47px !important;
}

.gap-48 {
  gap: 48px !important;
}

.gap-49 {
  gap: 49px !important;
}

.gap-50 {
  gap: 50px !important;
}

.gap-51 {
  gap: 51px !important;
}

.gap-52 {
  gap: 52px !important;
}

.gap-53 {
  gap: 53px !important;
}

.gap-54 {
  gap: 54px !important;
}

.gap-55 {
  gap: 55px !important;
}

.gap-56 {
  gap: 56px !important;
}

.gap-57 {
  gap: 57px !important;
}

.gap-58 {
  gap: 58px !important;
}

.gap-59 {
  gap: 59px !important;
}

.gap-60 {
  gap: 60px !important;
}

.gap-61 {
  gap: 61px !important;
}

.gap-62 {
  gap: 62px !important;
}

.gap-63 {
  gap: 63px !important;
}

.gap-64 {
  gap: 64px !important;
}

.gap-65 {
  gap: 65px !important;
}

.gap-66 {
  gap: 66px !important;
}

.gap-67 {
  gap: 67px !important;
}

.gap-68 {
  gap: 68px !important;
}

.gap-69 {
  gap: 69px !important;
}

.gap-70 {
  gap: 70px !important;
}

.gap-71 {
  gap: 71px !important;
}

.gap-72 {
  gap: 72px !important;
}

.gap-73 {
  gap: 73px !important;
}

.gap-74 {
  gap: 74px !important;
}

.gap-75 {
  gap: 75px !important;
}

.gap-76 {
  gap: 76px !important;
}

.gap-77 {
  gap: 77px !important;
}

.gap-78 {
  gap: 78px !important;
}

.gap-79 {
  gap: 79px !important;
}

.gap-80 {
  gap: 80px !important;
}

.gap-81 {
  gap: 81px !important;
}

.gap-82 {
  gap: 82px !important;
}

.gap-83 {
  gap: 83px !important;
}

.gap-84 {
  gap: 84px !important;
}

.gap-85 {
  gap: 85px !important;
}

.gap-86 {
  gap: 86px !important;
}

.gap-87 {
  gap: 87px !important;
}

.gap-88 {
  gap: 88px !important;
}

.gap-89 {
  gap: 89px !important;
}

.gap-90 {
  gap: 90px !important;
}

.gap-91 {
  gap: 91px !important;
}

.gap-92 {
  gap: 92px !important;
}

.gap-93 {
  gap: 93px !important;
}

.gap-94 {
  gap: 94px !important;
}

.gap-95 {
  gap: 95px !important;
}

.gap-96 {
  gap: 96px !important;
}

.gap-97 {
  gap: 97px !important;
}

.gap-98 {
  gap: 98px !important;
}

.gap-99 {
  gap: 99px !important;
}

.gap-100 {
  gap: 100px !important;
}

.line-height-1 {
  line-height: 1px !important;
}

.line-height-2 {
  line-height: 2px !important;
}

.line-height-3 {
  line-height: 3px !important;
}

.line-height-4 {
  line-height: 4px !important;
}

.line-height-5 {
  line-height: 5px !important;
}

.line-height-6 {
  line-height: 6px !important;
}

.line-height-7 {
  line-height: 7px !important;
}

.line-height-8 {
  line-height: 8px !important;
}

.line-height-9 {
  line-height: 9px !important;
}

.line-height-10 {
  line-height: 10px !important;
}

.line-height-11 {
  line-height: 11px !important;
}

.line-height-12 {
  line-height: 12px !important;
}

.line-height-13 {
  line-height: 13px !important;
}

.line-height-14 {
  line-height: 14px !important;
}

.line-height-15 {
  line-height: 15px !important;
}

.line-height-16 {
  line-height: 16px !important;
}

.line-height-17 {
  line-height: 17px !important;
}

.line-height-18 {
  line-height: 18px !important;
}

.line-height-19 {
  line-height: 19px !important;
}

.line-height-20 {
  line-height: 20px !important;
}

.line-height-21 {
  line-height: 21px !important;
}

.line-height-22 {
  line-height: 22px !important;
}

.line-height-23 {
  line-height: 23px !important;
}

.line-height-24 {
  line-height: 24px !important;
}

.line-height-25 {
  line-height: 25px !important;
}

.line-height-26 {
  line-height: 26px !important;
}

.line-height-27 {
  line-height: 27px !important;
}

.line-height-28 {
  line-height: 28px !important;
}

.line-height-29 {
  line-height: 29px !important;
}

.line-height-30 {
  line-height: 30px !important;
}

.line-height-31 {
  line-height: 31px !important;
}

.line-height-32 {
  line-height: 32px !important;
}

.line-height-33 {
  line-height: 33px !important;
}

.line-height-34 {
  line-height: 34px !important;
}

.line-height-35 {
  line-height: 35px !important;
}

.line-height-36 {
  line-height: 36px !important;
}

.line-height-37 {
  line-height: 37px !important;
}

.line-height-38 {
  line-height: 38px !important;
}

.line-height-39 {
  line-height: 39px !important;
}

.line-height-40 {
  line-height: 40px !important;
}

.line-height-41 {
  line-height: 41px !important;
}

.line-height-42 {
  line-height: 42px !important;
}

.line-height-43 {
  line-height: 43px !important;
}

.line-height-44 {
  line-height: 44px !important;
}

.line-height-45 {
  line-height: 45px !important;
}

.line-height-46 {
  line-height: 46px !important;
}

.line-height-47 {
  line-height: 47px !important;
}

.line-height-48 {
  line-height: 48px !important;
}

.line-height-49 {
  line-height: 49px !important;
}

.line-height-50 {
  line-height: 50px !important;
}

.line-height-51 {
  line-height: 51px !important;
}

.line-height-52 {
  line-height: 52px !important;
}

.line-height-53 {
  line-height: 53px !important;
}

.line-height-54 {
  line-height: 54px !important;
}

.line-height-55 {
  line-height: 55px !important;
}

.line-height-56 {
  line-height: 56px !important;
}

.line-height-57 {
  line-height: 57px !important;
}

.line-height-58 {
  line-height: 58px !important;
}

.line-height-59 {
  line-height: 59px !important;
}

.line-height-60 {
  line-height: 60px !important;
}

.line-height-61 {
  line-height: 61px !important;
}

.line-height-62 {
  line-height: 62px !important;
}

.line-height-63 {
  line-height: 63px !important;
}

.line-height-64 {
  line-height: 64px !important;
}

.line-height-65 {
  line-height: 65px !important;
}

.line-height-66 {
  line-height: 66px !important;
}

.line-height-67 {
  line-height: 67px !important;
}

.line-height-68 {
  line-height: 68px !important;
}

.line-height-69 {
  line-height: 69px !important;
}

.line-height-70 {
  line-height: 70px !important;
}

.line-height-71 {
  line-height: 71px !important;
}

.line-height-72 {
  line-height: 72px !important;
}

.line-height-73 {
  line-height: 73px !important;
}

.line-height-74 {
  line-height: 74px !important;
}

.line-height-75 {
  line-height: 75px !important;
}

.line-height-76 {
  line-height: 76px !important;
}

.line-height-77 {
  line-height: 77px !important;
}

.line-height-78 {
  line-height: 78px !important;
}

.line-height-79 {
  line-height: 79px !important;
}

.line-height-80 {
  line-height: 80px !important;
}

.line-height-81 {
  line-height: 81px !important;
}

.line-height-82 {
  line-height: 82px !important;
}

.line-height-83 {
  line-height: 83px !important;
}

.line-height-84 {
  line-height: 84px !important;
}

.line-height-85 {
  line-height: 85px !important;
}

.line-height-86 {
  line-height: 86px !important;
}

.line-height-87 {
  line-height: 87px !important;
}

.line-height-88 {
  line-height: 88px !important;
}

.line-height-89 {
  line-height: 89px !important;
}

.line-height-90 {
  line-height: 90px !important;
}

.line-height-91 {
  line-height: 91px !important;
}

.line-height-92 {
  line-height: 92px !important;
}

.line-height-93 {
  line-height: 93px !important;
}

.line-height-94 {
  line-height: 94px !important;
}

.line-height-95 {
  line-height: 95px !important;
}

.line-height-96 {
  line-height: 96px !important;
}

.line-height-97 {
  line-height: 97px !important;
}

.line-height-98 {
  line-height: 98px !important;
}

.line-height-99 {
  line-height: 99px !important;
}

.line-height-100 {
  line-height: 100px !important;
}

.mt-0 {
  margin-top: 0px !important;
}

.mt-1 {
  margin-top: 1px !important;
}

.mt-2 {
  margin-top: 2px !important;
}

.mt-3 {
  margin-top: 3px !important;
}

.mt-4 {
  margin-top: 4px !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mt-6 {
  margin-top: 6px !important;
}

.mt-7 {
  margin-top: 7px !important;
}

.mt-8 {
  margin-top: 8px !important;
}

.mt-9 {
  margin-top: 9px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-11 {
  margin-top: 11px !important;
}

.mt-12 {
  margin-top: 12px !important;
}

.mt-13 {
  margin-top: 13px !important;
}

.mt-14 {
  margin-top: 14px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-16 {
  margin-top: 16px !important;
}

.mt-17 {
  margin-top: 17px !important;
}

.mt-18 {
  margin-top: 18px !important;
}

.mt-19 {
  margin-top: 19px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-21 {
  margin-top: 21px !important;
}

.mt-22 {
  margin-top: 22px !important;
}

.mt-23 {
  margin-top: 23px !important;
}

.mt-24 {
  margin-top: 24px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mt-26 {
  margin-top: 26px !important;
}

.mt-27 {
  margin-top: 27px !important;
}

.mt-28 {
  margin-top: 28px !important;
}

.mt-29 {
  margin-top: 29px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-31 {
  margin-top: 31px !important;
}

.mt-32 {
  margin-top: 32px !important;
}

.mt-33 {
  margin-top: 33px !important;
}

.mt-34 {
  margin-top: 34px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mt-36 {
  margin-top: 36px !important;
}

.mt-37 {
  margin-top: 37px !important;
}

.mt-38 {
  margin-top: 38px !important;
}

.mt-39 {
  margin-top: 39px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-41 {
  margin-top: 41px !important;
}

.mt-42 {
  margin-top: 42px !important;
}

.mt-43 {
  margin-top: 43px !important;
}

.mt-44 {
  margin-top: 44px !important;
}

.mt-45 {
  margin-top: 45px !important;
}

.mt-46 {
  margin-top: 46px !important;
}

.mt-47 {
  margin-top: 47px !important;
}

.mt-48 {
  margin-top: 48px !important;
}

.mt-49 {
  margin-top: 49px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-51 {
  margin-top: 51px !important;
}

.mt-52 {
  margin-top: 52px !important;
}

.mt-53 {
  margin-top: 53px !important;
}

.mt-54 {
  margin-top: 54px !important;
}

.mt-55 {
  margin-top: 55px !important;
}

.mt-56 {
  margin-top: 56px !important;
}

.mt-57 {
  margin-top: 57px !important;
}

.mt-58 {
  margin-top: 58px !important;
}

.mt-59 {
  margin-top: 59px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-61 {
  margin-top: 61px !important;
}

.mt-62 {
  margin-top: 62px !important;
}

.mt-63 {
  margin-top: 63px !important;
}

.mt-64 {
  margin-top: 64px !important;
}

.mt-65 {
  margin-top: 65px !important;
}

.mt-66 {
  margin-top: 66px !important;
}

.mt-67 {
  margin-top: 67px !important;
}

.mt-68 {
  margin-top: 68px !important;
}

.mt-69 {
  margin-top: 69px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-71 {
  margin-top: 71px !important;
}

.mt-72 {
  margin-top: 72px !important;
}

.mt-73 {
  margin-top: 73px !important;
}

.mt-74 {
  margin-top: 74px !important;
}

.mt-75 {
  margin-top: 75px !important;
}

.mt-76 {
  margin-top: 76px !important;
}

.mt-77 {
  margin-top: 77px !important;
}

.mt-78 {
  margin-top: 78px !important;
}

.mt-79 {
  margin-top: 79px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mt-81 {
  margin-top: 81px !important;
}

.mt-82 {
  margin-top: 82px !important;
}

.mt-83 {
  margin-top: 83px !important;
}

.mt-84 {
  margin-top: 84px !important;
}

.mt-85 {
  margin-top: 85px !important;
}

.mt-86 {
  margin-top: 86px !important;
}

.mt-87 {
  margin-top: 87px !important;
}

.mt-88 {
  margin-top: 88px !important;
}

.mt-89 {
  margin-top: 89px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mt-91 {
  margin-top: 91px !important;
}

.mt-92 {
  margin-top: 92px !important;
}

.mt-93 {
  margin-top: 93px !important;
}

.mt-94 {
  margin-top: 94px !important;
}

.mt-95 {
  margin-top: 95px !important;
}

.mt-96 {
  margin-top: 96px !important;
}

.mt-97 {
  margin-top: 97px !important;
}

.mt-98 {
  margin-top: 98px !important;
}

.mt-99 {
  margin-top: 99px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mb-1 {
  margin-bottom: 1px !important;
}

.mb-2 {
  margin-bottom: 2px !important;
}

.mb-3 {
  margin-bottom: 3px !important;
}

.mb-4 {
  margin-bottom: 4px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-6 {
  margin-bottom: 6px !important;
}

.mb-7 {
  margin-bottom: 7px !important;
}

.mb-8 {
  margin-bottom: 8px !important;
}

.mb-9 {
  margin-bottom: 9px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-11 {
  margin-bottom: 11px !important;
}

.mb-12 {
  margin-bottom: 12px !important;
}

.mb-13 {
  margin-bottom: 13px !important;
}

.mb-14 {
  margin-bottom: 14px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-16 {
  margin-bottom: 16px !important;
}

.mb-17 {
  margin-bottom: 17px !important;
}

.mb-18 {
  margin-bottom: 18px !important;
}

.mb-19 {
  margin-bottom: 19px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-21 {
  margin-bottom: 21px !important;
}

.mb-22 {
  margin-bottom: 22px !important;
}

.mb-23 {
  margin-bottom: 23px !important;
}

.mb-24 {
  margin-bottom: 24px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-26 {
  margin-bottom: 26px !important;
}

.mb-27 {
  margin-bottom: 27px !important;
}

.mb-28 {
  margin-bottom: 28px !important;
}

.mb-29 {
  margin-bottom: 29px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-31 {
  margin-bottom: 31px !important;
}

.mb-32 {
  margin-bottom: 32px !important;
}

.mb-33 {
  margin-bottom: 33px !important;
}

.mb-34 {
  margin-bottom: 34px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.mb-36 {
  margin-bottom: 36px !important;
}

.mb-37 {
  margin-bottom: 37px !important;
}

.mb-38 {
  margin-bottom: 38px !important;
}

.mb-39 {
  margin-bottom: 39px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-41 {
  margin-bottom: 41px !important;
}

.mb-42 {
  margin-bottom: 42px !important;
}

.mb-43 {
  margin-bottom: 43px !important;
}

.mb-44 {
  margin-bottom: 44px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.mb-46 {
  margin-bottom: 46px !important;
}

.mb-47 {
  margin-bottom: 47px !important;
}

.mb-48 {
  margin-bottom: 48px !important;
}

.mb-49 {
  margin-bottom: 49px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-51 {
  margin-bottom: 51px !important;
}

.mb-52 {
  margin-bottom: 52px !important;
}

.mb-53 {
  margin-bottom: 53px !important;
}

.mb-54 {
  margin-bottom: 54px !important;
}

.mb-55 {
  margin-bottom: 55px !important;
}

.mb-56 {
  margin-bottom: 56px !important;
}

.mb-57 {
  margin-bottom: 57px !important;
}

.mb-58 {
  margin-bottom: 58px !important;
}

.mb-59 {
  margin-bottom: 59px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-61 {
  margin-bottom: 61px !important;
}

.mb-62 {
  margin-bottom: 62px !important;
}

.mb-63 {
  margin-bottom: 63px !important;
}

.mb-64 {
  margin-bottom: 64px !important;
}

.mb-65 {
  margin-bottom: 65px !important;
}

.mb-66 {
  margin-bottom: 66px !important;
}

.mb-67 {
  margin-bottom: 67px !important;
}

.mb-68 {
  margin-bottom: 68px !important;
}

.mb-69 {
  margin-bottom: 69px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-71 {
  margin-bottom: 71px !important;
}

.mb-72 {
  margin-bottom: 72px !important;
}

.mb-73 {
  margin-bottom: 73px !important;
}

.mb-74 {
  margin-bottom: 74px !important;
}

.mb-75 {
  margin-bottom: 75px !important;
}

.mb-76 {
  margin-bottom: 76px !important;
}

.mb-77 {
  margin-bottom: 77px !important;
}

.mb-78 {
  margin-bottom: 78px !important;
}

.mb-79 {
  margin-bottom: 79px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-81 {
  margin-bottom: 81px !important;
}

.mb-82 {
  margin-bottom: 82px !important;
}

.mb-83 {
  margin-bottom: 83px !important;
}

.mb-84 {
  margin-bottom: 84px !important;
}

.mb-85 {
  margin-bottom: 85px !important;
}

.mb-86 {
  margin-bottom: 86px !important;
}

.mb-87 {
  margin-bottom: 87px !important;
}

.mb-88 {
  margin-bottom: 88px !important;
}

.mb-89 {
  margin-bottom: 89px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-91 {
  margin-bottom: 91px !important;
}

.mb-92 {
  margin-bottom: 92px !important;
}

.mb-93 {
  margin-bottom: 93px !important;
}

.mb-94 {
  margin-bottom: 94px !important;
}

.mb-95 {
  margin-bottom: 95px !important;
}

.mb-96 {
  margin-bottom: 96px !important;
}

.mb-97 {
  margin-bottom: 97px !important;
}

.mb-98 {
  margin-bottom: 98px !important;
}

.mb-99 {
  margin-bottom: 99px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.ml-0 {
  margin-left: 0px !important;
}

.ml-1 {
  margin-left: 1px !important;
}

.ml-2 {
  margin-left: 2px !important;
}

.ml-3 {
  margin-left: 3px !important;
}

.ml-4 {
  margin-left: 4px !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.ml-6 {
  margin-left: 6px !important;
}

.ml-7 {
  margin-left: 7px !important;
}

.ml-8 {
  margin-left: 8px !important;
}

.ml-9 {
  margin-left: 9px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.ml-11 {
  margin-left: 11px !important;
}

.ml-12 {
  margin-left: 12px !important;
}

.ml-13 {
  margin-left: 13px !important;
}

.ml-14 {
  margin-left: 14px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.ml-16 {
  margin-left: 16px !important;
}

.ml-17 {
  margin-left: 17px !important;
}

.ml-18 {
  margin-left: 18px !important;
}

.ml-19 {
  margin-left: 19px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.ml-21 {
  margin-left: 21px !important;
}

.ml-22 {
  margin-left: 22px !important;
}

.ml-23 {
  margin-left: 23px !important;
}

.ml-24 {
  margin-left: 24px !important;
}

.ml-25 {
  margin-left: 25px !important;
}

.ml-26 {
  margin-left: 26px !important;
}

.ml-27 {
  margin-left: 27px !important;
}

.ml-28 {
  margin-left: 28px !important;
}

.ml-29 {
  margin-left: 29px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.ml-31 {
  margin-left: 31px !important;
}

.ml-32 {
  margin-left: 32px !important;
}

.ml-33 {
  margin-left: 33px !important;
}

.ml-34 {
  margin-left: 34px !important;
}

.ml-35 {
  margin-left: 35px !important;
}

.ml-36 {
  margin-left: 36px !important;
}

.ml-37 {
  margin-left: 37px !important;
}

.ml-38 {
  margin-left: 38px !important;
}

.ml-39 {
  margin-left: 39px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.ml-41 {
  margin-left: 41px !important;
}

.ml-42 {
  margin-left: 42px !important;
}

.ml-43 {
  margin-left: 43px !important;
}

.ml-44 {
  margin-left: 44px !important;
}

.ml-45 {
  margin-left: 45px !important;
}

.ml-46 {
  margin-left: 46px !important;
}

.ml-47 {
  margin-left: 47px !important;
}

.ml-48 {
  margin-left: 48px !important;
}

.ml-49 {
  margin-left: 49px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.ml-51 {
  margin-left: 51px !important;
}

.ml-52 {
  margin-left: 52px !important;
}

.ml-53 {
  margin-left: 53px !important;
}

.ml-54 {
  margin-left: 54px !important;
}

.ml-55 {
  margin-left: 55px !important;
}

.ml-56 {
  margin-left: 56px !important;
}

.ml-57 {
  margin-left: 57px !important;
}

.ml-58 {
  margin-left: 58px !important;
}

.ml-59 {
  margin-left: 59px !important;
}

.ml-60 {
  margin-left: 60px !important;
}

.ml-61 {
  margin-left: 61px !important;
}

.ml-62 {
  margin-left: 62px !important;
}

.ml-63 {
  margin-left: 63px !important;
}

.ml-64 {
  margin-left: 64px !important;
}

.ml-65 {
  margin-left: 65px !important;
}

.ml-66 {
  margin-left: 66px !important;
}

.ml-67 {
  margin-left: 67px !important;
}

.ml-68 {
  margin-left: 68px !important;
}

.ml-69 {
  margin-left: 69px !important;
}

.ml-70 {
  margin-left: 70px !important;
}

.ml-71 {
  margin-left: 71px !important;
}

.ml-72 {
  margin-left: 72px !important;
}

.ml-73 {
  margin-left: 73px !important;
}

.ml-74 {
  margin-left: 74px !important;
}

.ml-75 {
  margin-left: 75px !important;
}

.ml-76 {
  margin-left: 76px !important;
}

.ml-77 {
  margin-left: 77px !important;
}

.ml-78 {
  margin-left: 78px !important;
}

.ml-79 {
  margin-left: 79px !important;
}

.ml-80 {
  margin-left: 80px !important;
}

.ml-81 {
  margin-left: 81px !important;
}

.ml-82 {
  margin-left: 82px !important;
}

.ml-83 {
  margin-left: 83px !important;
}

.ml-84 {
  margin-left: 84px !important;
}

.ml-85 {
  margin-left: 85px !important;
}

.ml-86 {
  margin-left: 86px !important;
}

.ml-87 {
  margin-left: 87px !important;
}

.ml-88 {
  margin-left: 88px !important;
}

.ml-89 {
  margin-left: 89px !important;
}

.ml-90 {
  margin-left: 90px !important;
}

.ml-91 {
  margin-left: 91px !important;
}

.ml-92 {
  margin-left: 92px !important;
}

.ml-93 {
  margin-left: 93px !important;
}

.ml-94 {
  margin-left: 94px !important;
}

.ml-95 {
  margin-left: 95px !important;
}

.ml-96 {
  margin-left: 96px !important;
}

.ml-97 {
  margin-left: 97px !important;
}

.ml-98 {
  margin-left: 98px !important;
}

.ml-99 {
  margin-left: 99px !important;
}

.ml-100 {
  margin-left: 100px !important;
}

.mr-0 {
  margin-right: 0px !important;
}

.mr-1 {
  margin-right: 1px !important;
}

.mr-2 {
  margin-right: 2px !important;
}

.mr-3 {
  margin-right: 3px !important;
}

.mr-4 {
  margin-right: 4px !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.mr-6 {
  margin-right: 6px !important;
}

.mr-7 {
  margin-right: 7px !important;
}

.mr-8 {
  margin-right: 8px !important;
}

.mr-9 {
  margin-right: 9px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mr-11 {
  margin-right: 11px !important;
}

.mr-12 {
  margin-right: 12px !important;
}

.mr-13 {
  margin-right: 13px !important;
}

.mr-14 {
  margin-right: 14px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mr-16 {
  margin-right: 16px !important;
}

.mr-17 {
  margin-right: 17px !important;
}

.mr-18 {
  margin-right: 18px !important;
}

.mr-19 {
  margin-right: 19px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mr-21 {
  margin-right: 21px !important;
}

.mr-22 {
  margin-right: 22px !important;
}

.mr-23 {
  margin-right: 23px !important;
}

.mr-24 {
  margin-right: 24px !important;
}

.mr-25 {
  margin-right: 25px !important;
}

.mr-26 {
  margin-right: 26px !important;
}

.mr-27 {
  margin-right: 27px !important;
}

.mr-28 {
  margin-right: 28px !important;
}

.mr-29 {
  margin-right: 29px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mr-31 {
  margin-right: 31px !important;
}

.mr-32 {
  margin-right: 32px !important;
}

.mr-33 {
  margin-right: 33px !important;
}

.mr-34 {
  margin-right: 34px !important;
}

.mr-35 {
  margin-right: 35px !important;
}

.mr-36 {
  margin-right: 36px !important;
}

.mr-37 {
  margin-right: 37px !important;
}

.mr-38 {
  margin-right: 38px !important;
}

.mr-39 {
  margin-right: 39px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mr-41 {
  margin-right: 41px !important;
}

.mr-42 {
  margin-right: 42px !important;
}

.mr-43 {
  margin-right: 43px !important;
}

.mr-44 {
  margin-right: 44px !important;
}

.mr-45 {
  margin-right: 45px !important;
}

.mr-46 {
  margin-right: 46px !important;
}

.mr-47 {
  margin-right: 47px !important;
}

.mr-48 {
  margin-right: 48px !important;
}

.mr-49 {
  margin-right: 49px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.mr-51 {
  margin-right: 51px !important;
}

.mr-52 {
  margin-right: 52px !important;
}

.mr-53 {
  margin-right: 53px !important;
}

.mr-54 {
  margin-right: 54px !important;
}

.mr-55 {
  margin-right: 55px !important;
}

.mr-56 {
  margin-right: 56px !important;
}

.mr-57 {
  margin-right: 57px !important;
}

.mr-58 {
  margin-right: 58px !important;
}

.mr-59 {
  margin-right: 59px !important;
}

.mr-60 {
  margin-right: 60px !important;
}

.mr-61 {
  margin-right: 61px !important;
}

.mr-62 {
  margin-right: 62px !important;
}

.mr-63 {
  margin-right: 63px !important;
}

.mr-64 {
  margin-right: 64px !important;
}

.mr-65 {
  margin-right: 65px !important;
}

.mr-66 {
  margin-right: 66px !important;
}

.mr-67 {
  margin-right: 67px !important;
}

.mr-68 {
  margin-right: 68px !important;
}

.mr-69 {
  margin-right: 69px !important;
}

.mr-70 {
  margin-right: 70px !important;
}

.mr-71 {
  margin-right: 71px !important;
}

.mr-72 {
  margin-right: 72px !important;
}

.mr-73 {
  margin-right: 73px !important;
}

.mr-74 {
  margin-right: 74px !important;
}

.mr-75 {
  margin-right: 75px !important;
}

.mr-76 {
  margin-right: 76px !important;
}

.mr-77 {
  margin-right: 77px !important;
}

.mr-78 {
  margin-right: 78px !important;
}

.mr-79 {
  margin-right: 79px !important;
}

.mr-80 {
  margin-right: 80px !important;
}

.mr-81 {
  margin-right: 81px !important;
}

.mr-82 {
  margin-right: 82px !important;
}

.mr-83 {
  margin-right: 83px !important;
}

.mr-84 {
  margin-right: 84px !important;
}

.mr-85 {
  margin-right: 85px !important;
}

.mr-86 {
  margin-right: 86px !important;
}

.mr-87 {
  margin-right: 87px !important;
}

.mr-88 {
  margin-right: 88px !important;
}

.mr-89 {
  margin-right: 89px !important;
}

.mr-90 {
  margin-right: 90px !important;
}

.mr-91 {
  margin-right: 91px !important;
}

.mr-92 {
  margin-right: 92px !important;
}

.mr-93 {
  margin-right: 93px !important;
}

.mr-94 {
  margin-right: 94px !important;
}

.mr-95 {
  margin-right: 95px !important;
}

.mr-96 {
  margin-right: 96px !important;
}

.mr-97 {
  margin-right: 97px !important;
}

.mr-98 {
  margin-right: 98px !important;
}

.mr-99 {
  margin-right: 99px !important;
}

.mr-100 {
  margin-right: 100px !important;
}

.pd-0 {
  padding: 0 !important;
}

.pd-t-0 {
  padding-top: 0px !important;
}

.pd-t-1 {
  padding-top: 1px !important;
}

.pd-t-2 {
  padding-top: 2px !important;
}

.pd-t-3 {
  padding-top: 3px !important;
}

.pd-t-4 {
  padding-top: 4px !important;
}

.pd-t-5 {
  padding-top: 5px !important;
}

.pd-t-6 {
  padding-top: 6px !important;
}

.pd-t-7 {
  padding-top: 7px !important;
}

.pd-t-8 {
  padding-top: 8px !important;
}

.pd-t-9 {
  padding-top: 9px !important;
}

.pd-t-10 {
  padding-top: 10px !important;
}

.pd-t-11 {
  padding-top: 11px !important;
}

.pd-t-12 {
  padding-top: 12px !important;
}

.pd-t-13 {
  padding-top: 13px !important;
}

.pd-t-14 {
  padding-top: 14px !important;
}

.pd-t-15 {
  padding-top: 15px !important;
}

.pd-t-16 {
  padding-top: 16px !important;
}

.pd-t-17 {
  padding-top: 17px !important;
}

.pd-t-18 {
  padding-top: 18px !important;
}

.pd-t-19 {
  padding-top: 19px !important;
}

.pd-t-20 {
  padding-top: 20px !important;
}

.pd-t-21 {
  padding-top: 21px !important;
}

.pd-t-22 {
  padding-top: 22px !important;
}

.pd-t-23 {
  padding-top: 23px !important;
}

.pd-t-24 {
  padding-top: 24px !important;
}

.pd-t-25 {
  padding-top: 25px !important;
}

.pd-t-26 {
  padding-top: 26px !important;
}

.pd-t-27 {
  padding-top: 27px !important;
}

.pd-t-28 {
  padding-top: 28px !important;
}

.pd-t-29 {
  padding-top: 29px !important;
}

.pd-t-30 {
  padding-top: 30px !important;
}

.pd-t-31 {
  padding-top: 31px !important;
}

.pd-t-32 {
  padding-top: 32px !important;
}

.pd-t-33 {
  padding-top: 33px !important;
}

.pd-t-34 {
  padding-top: 34px !important;
}

.pd-t-35 {
  padding-top: 35px !important;
}

.pd-t-36 {
  padding-top: 36px !important;
}

.pd-t-37 {
  padding-top: 37px !important;
}

.pd-t-38 {
  padding-top: 38px !important;
}

.pd-t-39 {
  padding-top: 39px !important;
}

.pd-t-40 {
  padding-top: 40px !important;
}

.pd-t-41 {
  padding-top: 41px !important;
}

.pd-t-42 {
  padding-top: 42px !important;
}

.pd-t-43 {
  padding-top: 43px !important;
}

.pd-t-44 {
  padding-top: 44px !important;
}

.pd-t-45 {
  padding-top: 45px !important;
}

.pd-t-46 {
  padding-top: 46px !important;
}

.pd-t-47 {
  padding-top: 47px !important;
}

.pd-t-48 {
  padding-top: 48px !important;
}

.pd-t-49 {
  padding-top: 49px !important;
}

.pd-t-50 {
  padding-top: 50px !important;
}

.pd-t-51 {
  padding-top: 51px !important;
}

.pd-t-52 {
  padding-top: 52px !important;
}

.pd-t-53 {
  padding-top: 53px !important;
}

.pd-t-54 {
  padding-top: 54px !important;
}

.pd-t-55 {
  padding-top: 55px !important;
}

.pd-t-56 {
  padding-top: 56px !important;
}

.pd-t-57 {
  padding-top: 57px !important;
}

.pd-t-58 {
  padding-top: 58px !important;
}

.pd-t-59 {
  padding-top: 59px !important;
}

.pd-t-60 {
  padding-top: 60px !important;
}

.pd-t-61 {
  padding-top: 61px !important;
}

.pd-t-62 {
  padding-top: 62px !important;
}

.pd-t-63 {
  padding-top: 63px !important;
}

.pd-t-64 {
  padding-top: 64px !important;
}

.pd-t-65 {
  padding-top: 65px !important;
}

.pd-t-66 {
  padding-top: 66px !important;
}

.pd-t-67 {
  padding-top: 67px !important;
}

.pd-t-68 {
  padding-top: 68px !important;
}

.pd-t-69 {
  padding-top: 69px !important;
}

.pd-t-70 {
  padding-top: 70px !important;
}

.pd-t-71 {
  padding-top: 71px !important;
}

.pd-t-72 {
  padding-top: 72px !important;
}

.pd-t-73 {
  padding-top: 73px !important;
}

.pd-t-74 {
  padding-top: 74px !important;
}

.pd-t-75 {
  padding-top: 75px !important;
}

.pd-t-76 {
  padding-top: 76px !important;
}

.pd-t-77 {
  padding-top: 77px !important;
}

.pd-t-78 {
  padding-top: 78px !important;
}

.pd-t-79 {
  padding-top: 79px !important;
}

.pd-t-80 {
  padding-top: 80px !important;
}

.pd-t-81 {
  padding-top: 81px !important;
}

.pd-t-82 {
  padding-top: 82px !important;
}

.pd-t-83 {
  padding-top: 83px !important;
}

.pd-t-84 {
  padding-top: 84px !important;
}

.pd-t-85 {
  padding-top: 85px !important;
}

.pd-t-86 {
  padding-top: 86px !important;
}

.pd-t-87 {
  padding-top: 87px !important;
}

.pd-t-88 {
  padding-top: 88px !important;
}

.pd-t-89 {
  padding-top: 89px !important;
}

.pd-t-90 {
  padding-top: 90px !important;
}

.pd-t-91 {
  padding-top: 91px !important;
}

.pd-t-92 {
  padding-top: 92px !important;
}

.pd-t-93 {
  padding-top: 93px !important;
}

.pd-t-94 {
  padding-top: 94px !important;
}

.pd-t-95 {
  padding-top: 95px !important;
}

.pd-t-96 {
  padding-top: 96px !important;
}

.pd-t-97 {
  padding-top: 97px !important;
}

.pd-t-98 {
  padding-top: 98px !important;
}

.pd-t-99 {
  padding-top: 99px !important;
}

.pd-t-100 {
  padding-top: 100px !important;
}

.pd-b-0 {
  padding-bottom: 0px !important;
}

.pd-b-1 {
  padding-bottom: 1px !important;
}

.pd-b-2 {
  padding-bottom: 2px !important;
}

.pd-b-3 {
  padding-bottom: 3px !important;
}

.pd-b-4 {
  padding-bottom: 4px !important;
}

.pd-b-5 {
  padding-bottom: 5px !important;
}

.pd-b-6 {
  padding-bottom: 6px !important;
}

.pd-b-7 {
  padding-bottom: 7px !important;
}

.pd-b-8 {
  padding-bottom: 8px !important;
}

.pd-b-9 {
  padding-bottom: 9px !important;
}

.pd-b-10 {
  padding-bottom: 10px !important;
}

.pd-b-11 {
  padding-bottom: 11px !important;
}

.pd-b-12 {
  padding-bottom: 12px !important;
}

.pd-b-13 {
  padding-bottom: 13px !important;
}

.pd-b-14 {
  padding-bottom: 14px !important;
}

.pd-b-15 {
  padding-bottom: 15px !important;
}

.pd-b-16 {
  padding-bottom: 16px !important;
}

.pd-b-17 {
  padding-bottom: 17px !important;
}

.pd-b-18 {
  padding-bottom: 18px !important;
}

.pd-b-19 {
  padding-bottom: 19px !important;
}

.pd-b-20 {
  padding-bottom: 20px !important;
}

.pd-b-21 {
  padding-bottom: 21px !important;
}

.pd-b-22 {
  padding-bottom: 22px !important;
}

.pd-b-23 {
  padding-bottom: 23px !important;
}

.pd-b-24 {
  padding-bottom: 24px !important;
}

.pd-b-25 {
  padding-bottom: 25px !important;
}

.pd-b-26 {
  padding-bottom: 26px !important;
}

.pd-b-27 {
  padding-bottom: 27px !important;
}

.pd-b-28 {
  padding-bottom: 28px !important;
}

.pd-b-29 {
  padding-bottom: 29px !important;
}

.pd-b-30 {
  padding-bottom: 30px !important;
}

.pd-b-31 {
  padding-bottom: 31px !important;
}

.pd-b-32 {
  padding-bottom: 32px !important;
}

.pd-b-33 {
  padding-bottom: 33px !important;
}

.pd-b-34 {
  padding-bottom: 34px !important;
}

.pd-b-35 {
  padding-bottom: 35px !important;
}

.pd-b-36 {
  padding-bottom: 36px !important;
}

.pd-b-37 {
  padding-bottom: 37px !important;
}

.pd-b-38 {
  padding-bottom: 38px !important;
}

.pd-b-39 {
  padding-bottom: 39px !important;
}

.pd-b-40 {
  padding-bottom: 40px !important;
}

.pd-b-41 {
  padding-bottom: 41px !important;
}

.pd-b-42 {
  padding-bottom: 42px !important;
}

.pd-b-43 {
  padding-bottom: 43px !important;
}

.pd-b-44 {
  padding-bottom: 44px !important;
}

.pd-b-45 {
  padding-bottom: 45px !important;
}

.pd-b-46 {
  padding-bottom: 46px !important;
}

.pd-b-47 {
  padding-bottom: 47px !important;
}

.pd-b-48 {
  padding-bottom: 48px !important;
}

.pd-b-49 {
  padding-bottom: 49px !important;
}

.pd-b-50 {
  padding-bottom: 50px !important;
}

.pd-b-51 {
  padding-bottom: 51px !important;
}

.pd-b-52 {
  padding-bottom: 52px !important;
}

.pd-b-53 {
  padding-bottom: 53px !important;
}

.pd-b-54 {
  padding-bottom: 54px !important;
}

.pd-b-55 {
  padding-bottom: 55px !important;
}

.pd-b-56 {
  padding-bottom: 56px !important;
}

.pd-b-57 {
  padding-bottom: 57px !important;
}

.pd-b-58 {
  padding-bottom: 58px !important;
}

.pd-b-59 {
  padding-bottom: 59px !important;
}

.pd-b-60 {
  padding-bottom: 60px !important;
}

.pd-b-61 {
  padding-bottom: 61px !important;
}

.pd-b-62 {
  padding-bottom: 62px !important;
}

.pd-b-63 {
  padding-bottom: 63px !important;
}

.pd-b-64 {
  padding-bottom: 64px !important;
}

.pd-b-65 {
  padding-bottom: 65px !important;
}

.pd-b-66 {
  padding-bottom: 66px !important;
}

.pd-b-67 {
  padding-bottom: 67px !important;
}

.pd-b-68 {
  padding-bottom: 68px !important;
}

.pd-b-69 {
  padding-bottom: 69px !important;
}

.pd-b-70 {
  padding-bottom: 70px !important;
}

.pd-b-71 {
  padding-bottom: 71px !important;
}

.pd-b-72 {
  padding-bottom: 72px !important;
}

.pd-b-73 {
  padding-bottom: 73px !important;
}

.pd-b-74 {
  padding-bottom: 74px !important;
}

.pd-b-75 {
  padding-bottom: 75px !important;
}

.pd-b-76 {
  padding-bottom: 76px !important;
}

.pd-b-77 {
  padding-bottom: 77px !important;
}

.pd-b-78 {
  padding-bottom: 78px !important;
}

.pd-b-79 {
  padding-bottom: 79px !important;
}

.pd-b-80 {
  padding-bottom: 80px !important;
}

.pd-b-81 {
  padding-bottom: 81px !important;
}

.pd-b-82 {
  padding-bottom: 82px !important;
}

.pd-b-83 {
  padding-bottom: 83px !important;
}

.pd-b-84 {
  padding-bottom: 84px !important;
}

.pd-b-85 {
  padding-bottom: 85px !important;
}

.pd-b-86 {
  padding-bottom: 86px !important;
}

.pd-b-87 {
  padding-bottom: 87px !important;
}

.pd-b-88 {
  padding-bottom: 88px !important;
}

.pd-b-89 {
  padding-bottom: 89px !important;
}

.pd-b-90 {
  padding-bottom: 90px !important;
}

.pd-b-91 {
  padding-bottom: 91px !important;
}

.pd-b-92 {
  padding-bottom: 92px !important;
}

.pd-b-93 {
  padding-bottom: 93px !important;
}

.pd-b-94 {
  padding-bottom: 94px !important;
}

.pd-b-95 {
  padding-bottom: 95px !important;
}

.pd-b-96 {
  padding-bottom: 96px !important;
}

.pd-b-97 {
  padding-bottom: 97px !important;
}

.pd-b-98 {
  padding-bottom: 98px !important;
}

.pd-b-99 {
  padding-bottom: 99px !important;
}

.pd-b-100 {
  padding-bottom: 100px !important;
}

.pd-l-0 {
  padding-left: 0px !important;
}

.pd-l-1 {
  padding-left: 1px !important;
}

.pd-l-2 {
  padding-left: 2px !important;
}

.pd-l-3 {
  padding-left: 3px !important;
}

.pd-l-4 {
  padding-left: 4px !important;
}

.pd-l-5 {
  padding-left: 5px !important;
}

.pd-l-6 {
  padding-left: 6px !important;
}

.pd-l-7 {
  padding-left: 7px !important;
}

.pd-l-8 {
  padding-left: 8px !important;
}

.pd-l-9 {
  padding-left: 9px !important;
}

.pd-l-10 {
  padding-left: 10px !important;
}

.pd-l-11 {
  padding-left: 11px !important;
}

.pd-l-12 {
  padding-left: 12px !important;
}

.pd-l-13 {
  padding-left: 13px !important;
}

.pd-l-14 {
  padding-left: 14px !important;
}

.pd-l-15 {
  padding-left: 15px !important;
}

.pd-l-16 {
  padding-left: 16px !important;
}

.pd-l-17 {
  padding-left: 17px !important;
}

.pd-l-18 {
  padding-left: 18px !important;
}

.pd-l-19 {
  padding-left: 19px !important;
}

.pd-l-20 {
  padding-left: 20px !important;
}

.pd-l-21 {
  padding-left: 21px !important;
}

.pd-l-22 {
  padding-left: 22px !important;
}

.pd-l-23 {
  padding-left: 23px !important;
}

.pd-l-24 {
  padding-left: 24px !important;
}

.pd-l-25 {
  padding-left: 25px !important;
}

.pd-l-26 {
  padding-left: 26px !important;
}

.pd-l-27 {
  padding-left: 27px !important;
}

.pd-l-28 {
  padding-left: 28px !important;
}

.pd-l-29 {
  padding-left: 29px !important;
}

.pd-l-30 {
  padding-left: 30px !important;
}

.pd-l-31 {
  padding-left: 31px !important;
}

.pd-l-32 {
  padding-left: 32px !important;
}

.pd-l-33 {
  padding-left: 33px !important;
}

.pd-l-34 {
  padding-left: 34px !important;
}

.pd-l-35 {
  padding-left: 35px !important;
}

.pd-l-36 {
  padding-left: 36px !important;
}

.pd-l-37 {
  padding-left: 37px !important;
}

.pd-l-38 {
  padding-left: 38px !important;
}

.pd-l-39 {
  padding-left: 39px !important;
}

.pd-l-40 {
  padding-left: 40px !important;
}

.pd-l-41 {
  padding-left: 41px !important;
}

.pd-l-42 {
  padding-left: 42px !important;
}

.pd-l-43 {
  padding-left: 43px !important;
}

.pd-l-44 {
  padding-left: 44px !important;
}

.pd-l-45 {
  padding-left: 45px !important;
}

.pd-l-46 {
  padding-left: 46px !important;
}

.pd-l-47 {
  padding-left: 47px !important;
}

.pd-l-48 {
  padding-left: 48px !important;
}

.pd-l-49 {
  padding-left: 49px !important;
}

.pd-l-50 {
  padding-left: 50px !important;
}

.pd-l-51 {
  padding-left: 51px !important;
}

.pd-l-52 {
  padding-left: 52px !important;
}

.pd-l-53 {
  padding-left: 53px !important;
}

.pd-l-54 {
  padding-left: 54px !important;
}

.pd-l-55 {
  padding-left: 55px !important;
}

.pd-l-56 {
  padding-left: 56px !important;
}

.pd-l-57 {
  padding-left: 57px !important;
}

.pd-l-58 {
  padding-left: 58px !important;
}

.pd-l-59 {
  padding-left: 59px !important;
}

.pd-l-60 {
  padding-left: 60px !important;
}

.pd-l-61 {
  padding-left: 61px !important;
}

.pd-l-62 {
  padding-left: 62px !important;
}

.pd-l-63 {
  padding-left: 63px !important;
}

.pd-l-64 {
  padding-left: 64px !important;
}

.pd-l-65 {
  padding-left: 65px !important;
}

.pd-l-66 {
  padding-left: 66px !important;
}

.pd-l-67 {
  padding-left: 67px !important;
}

.pd-l-68 {
  padding-left: 68px !important;
}

.pd-l-69 {
  padding-left: 69px !important;
}

.pd-l-70 {
  padding-left: 70px !important;
}

.pd-l-71 {
  padding-left: 71px !important;
}

.pd-l-72 {
  padding-left: 72px !important;
}

.pd-l-73 {
  padding-left: 73px !important;
}

.pd-l-74 {
  padding-left: 74px !important;
}

.pd-l-75 {
  padding-left: 75px !important;
}

.pd-l-76 {
  padding-left: 76px !important;
}

.pd-l-77 {
  padding-left: 77px !important;
}

.pd-l-78 {
  padding-left: 78px !important;
}

.pd-l-79 {
  padding-left: 79px !important;
}

.pd-l-80 {
  padding-left: 80px !important;
}

.pd-l-81 {
  padding-left: 81px !important;
}

.pd-l-82 {
  padding-left: 82px !important;
}

.pd-l-83 {
  padding-left: 83px !important;
}

.pd-l-84 {
  padding-left: 84px !important;
}

.pd-l-85 {
  padding-left: 85px !important;
}

.pd-l-86 {
  padding-left: 86px !important;
}

.pd-l-87 {
  padding-left: 87px !important;
}

.pd-l-88 {
  padding-left: 88px !important;
}

.pd-l-89 {
  padding-left: 89px !important;
}

.pd-l-90 {
  padding-left: 90px !important;
}

.pd-l-91 {
  padding-left: 91px !important;
}

.pd-l-92 {
  padding-left: 92px !important;
}

.pd-l-93 {
  padding-left: 93px !important;
}

.pd-l-94 {
  padding-left: 94px !important;
}

.pd-l-95 {
  padding-left: 95px !important;
}

.pd-l-96 {
  padding-left: 96px !important;
}

.pd-l-97 {
  padding-left: 97px !important;
}

.pd-l-98 {
  padding-left: 98px !important;
}

.pd-l-99 {
  padding-left: 99px !important;
}

.pd-l-100 {
  padding-left: 100px !important;
}

.pd-r-0 {
  padding-right: 0px !important;
}

.pd-r-1 {
  padding-right: 1px !important;
}

.pd-r-2 {
  padding-right: 2px !important;
}

.pd-r-3 {
  padding-right: 3px !important;
}

.pd-r-4 {
  padding-right: 4px !important;
}

.pd-r-5 {
  padding-right: 5px !important;
}

.pd-r-6 {
  padding-right: 6px !important;
}

.pd-r-7 {
  padding-right: 7px !important;
}

.pd-r-8 {
  padding-right: 8px !important;
}

.pd-r-9 {
  padding-right: 9px !important;
}

.pd-r-10 {
  padding-right: 10px !important;
}

.pd-r-11 {
  padding-right: 11px !important;
}

.pd-r-12 {
  padding-right: 12px !important;
}

.pd-r-13 {
  padding-right: 13px !important;
}

.pd-r-14 {
  padding-right: 14px !important;
}

.pd-r-15 {
  padding-right: 15px !important;
}

.pd-r-16 {
  padding-right: 16px !important;
}

.pd-r-17 {
  padding-right: 17px !important;
}

.pd-r-18 {
  padding-right: 18px !important;
}

.pd-r-19 {
  padding-right: 19px !important;
}

.pd-r-20 {
  padding-right: 20px !important;
}

.pd-r-21 {
  padding-right: 21px !important;
}

.pd-r-22 {
  padding-right: 22px !important;
}

.pd-r-23 {
  padding-right: 23px !important;
}

.pd-r-24 {
  padding-right: 24px !important;
}

.pd-r-25 {
  padding-right: 25px !important;
}

.pd-r-26 {
  padding-right: 26px !important;
}

.pd-r-27 {
  padding-right: 27px !important;
}

.pd-r-28 {
  padding-right: 28px !important;
}

.pd-r-29 {
  padding-right: 29px !important;
}

.pd-r-30 {
  padding-right: 30px !important;
}

.pd-r-31 {
  padding-right: 31px !important;
}

.pd-r-32 {
  padding-right: 32px !important;
}

.pd-r-33 {
  padding-right: 33px !important;
}

.pd-r-34 {
  padding-right: 34px !important;
}

.pd-r-35 {
  padding-right: 35px !important;
}

.pd-r-36 {
  padding-right: 36px !important;
}

.pd-r-37 {
  padding-right: 37px !important;
}

.pd-r-38 {
  padding-right: 38px !important;
}

.pd-r-39 {
  padding-right: 39px !important;
}

.pd-r-40 {
  padding-right: 40px !important;
}

.pd-r-41 {
  padding-right: 41px !important;
}

.pd-r-42 {
  padding-right: 42px !important;
}

.pd-r-43 {
  padding-right: 43px !important;
}

.pd-r-44 {
  padding-right: 44px !important;
}

.pd-r-45 {
  padding-right: 45px !important;
}

.pd-r-46 {
  padding-right: 46px !important;
}

.pd-r-47 {
  padding-right: 47px !important;
}

.pd-r-48 {
  padding-right: 48px !important;
}

.pd-r-49 {
  padding-right: 49px !important;
}

.pd-r-50 {
  padding-right: 50px !important;
}

.pd-r-51 {
  padding-right: 51px !important;
}

.pd-r-52 {
  padding-right: 52px !important;
}

.pd-r-53 {
  padding-right: 53px !important;
}

.pd-r-54 {
  padding-right: 54px !important;
}

.pd-r-55 {
  padding-right: 55px !important;
}

.pd-r-56 {
  padding-right: 56px !important;
}

.pd-r-57 {
  padding-right: 57px !important;
}

.pd-r-58 {
  padding-right: 58px !important;
}

.pd-r-59 {
  padding-right: 59px !important;
}

.pd-r-60 {
  padding-right: 60px !important;
}

.pd-r-61 {
  padding-right: 61px !important;
}

.pd-r-62 {
  padding-right: 62px !important;
}

.pd-r-63 {
  padding-right: 63px !important;
}

.pd-r-64 {
  padding-right: 64px !important;
}

.pd-r-65 {
  padding-right: 65px !important;
}

.pd-r-66 {
  padding-right: 66px !important;
}

.pd-r-67 {
  padding-right: 67px !important;
}

.pd-r-68 {
  padding-right: 68px !important;
}

.pd-r-69 {
  padding-right: 69px !important;
}

.pd-r-70 {
  padding-right: 70px !important;
}

.pd-r-71 {
  padding-right: 71px !important;
}

.pd-r-72 {
  padding-right: 72px !important;
}

.pd-r-73 {
  padding-right: 73px !important;
}

.pd-r-74 {
  padding-right: 74px !important;
}

.pd-r-75 {
  padding-right: 75px !important;
}

.pd-r-76 {
  padding-right: 76px !important;
}

.pd-r-77 {
  padding-right: 77px !important;
}

.pd-r-78 {
  padding-right: 78px !important;
}

.pd-r-79 {
  padding-right: 79px !important;
}

.pd-r-80 {
  padding-right: 80px !important;
}

.pd-r-81 {
  padding-right: 81px !important;
}

.pd-r-82 {
  padding-right: 82px !important;
}

.pd-r-83 {
  padding-right: 83px !important;
}

.pd-r-84 {
  padding-right: 84px !important;
}

.pd-r-85 {
  padding-right: 85px !important;
}

.pd-r-86 {
  padding-right: 86px !important;
}

.pd-r-87 {
  padding-right: 87px !important;
}

.pd-r-88 {
  padding-right: 88px !important;
}

.pd-r-89 {
  padding-right: 89px !important;
}

.pd-r-90 {
  padding-right: 90px !important;
}

.pd-r-91 {
  padding-right: 91px !important;
}

.pd-r-92 {
  padding-right: 92px !important;
}

.pd-r-93 {
  padding-right: 93px !important;
}

.pd-r-94 {
  padding-right: 94px !important;
}

.pd-r-95 {
  padding-right: 95px !important;
}

.pd-r-96 {
  padding-right: 96px !important;
}

.pd-r-97 {
  padding-right: 97px !important;
}

.pd-r-98 {
  padding-right: 98px !important;
}

.pd-r-99 {
  padding-right: 99px !important;
}

.pd-r-100 {
  padding-right: 100px !important;
}

.height-0 {
  height: 0px !important;
}

.height-10 {
  height: 10px !important;
}

.height-20 {
  height: 20px !important;
}

.height-30 {
  height: 30px !important;
}

.height-40 {
  height: 40px !important;
}

.height-50 {
  height: 50px !important;
}

.height-60 {
  height: 60px !important;
}

.height-70 {
  height: 70px !important;
}

.height-80 {
  height: 80px !important;
}

.height-90 {
  height: 90px !important;
}

.height-100 {
  height: 100px !important;
}

.height-110 {
  height: 110px !important;
}

.height-120 {
  height: 120px !important;
}

.height-130 {
  height: 130px !important;
}

.height-140 {
  height: 140px !important;
}

.height-150 {
  height: 150px !important;
}

.height-160 {
  height: 160px !important;
}

.height-170 {
  height: 170px !important;
}

.height-180 {
  height: 180px !important;
}

.height-190 {
  height: 190px !important;
}

.height-200 {
  height: 200px !important;
}

.height-210 {
  height: 210px !important;
}

.height-220 {
  height: 220px !important;
}

.height-230 {
  height: 230px !important;
}

.height-240 {
  height: 240px !important;
}

.height-250 {
  height: 250px !important;
}

.height-260 {
  height: 260px !important;
}

.height-270 {
  height: 270px !important;
}

.height-280 {
  height: 280px !important;
}

.height-290 {
  height: 290px !important;
}

.height-300 {
  height: 300px !important;
}

.height-310 {
  height: 310px !important;
}

.height-320 {
  height: 320px !important;
}

.height-330 {
  height: 330px !important;
}

.height-340 {
  height: 340px !important;
}

.height-350 {
  height: 350px !important;
}

.height-360 {
  height: 360px !important;
}

.height-370 {
  height: 370px !important;
}

.height-380 {
  height: 380px !important;
}

.height-390 {
  height: 390px !important;
}

.height-400 {
  height: 400px !important;
}

.height-410 {
  height: 410px !important;
}

.height-420 {
  height: 420px !important;
}

.height-430 {
  height: 430px !important;
}

.height-440 {
  height: 440px !important;
}

.height-450 {
  height: 450px !important;
}

.height-460 {
  height: 460px !important;
}

.height-470 {
  height: 470px !important;
}

.height-480 {
  height: 480px !important;
}

.height-490 {
  height: 490px !important;
}

.height-500 {
  height: 500px !important;
}

.height-510 {
  height: 510px !important;
}

.height-520 {
  height: 520px !important;
}

.height-530 {
  height: 530px !important;
}

.height-540 {
  height: 540px !important;
}

.height-550 {
  height: 550px !important;
}

.height-560 {
  height: 560px !important;
}

.height-570 {
  height: 570px !important;
}

.height-580 {
  height: 580px !important;
}

.height-590 {
  height: 590px !important;
}

.height-600 {
  height: 600px !important;
}

.height-610 {
  height: 610px !important;
}

.height-620 {
  height: 620px !important;
}

.height-630 {
  height: 630px !important;
}

.height-640 {
  height: 640px !important;
}

.height-650 {
  height: 650px !important;
}

.height-660 {
  height: 660px !important;
}

.height-670 {
  height: 670px !important;
}

.height-680 {
  height: 680px !important;
}

.height-690 {
  height: 690px !important;
}

.height-700 {
  height: 700px !important;
}

.height-710 {
  height: 710px !important;
}

.height-720 {
  height: 720px !important;
}

.height-730 {
  height: 730px !important;
}

.height-740 {
  height: 740px !important;
}

.height-750 {
  height: 750px !important;
}

.height-760 {
  height: 760px !important;
}

.height-770 {
  height: 770px !important;
}

.height-780 {
  height: 780px !important;
}

.height-790 {
  height: 790px !important;
}

.height-800 {
  height: 800px !important;
}

.height-810 {
  height: 810px !important;
}

.height-820 {
  height: 820px !important;
}

.height-830 {
  height: 830px !important;
}

.height-840 {
  height: 840px !important;
}

.height-850 {
  height: 850px !important;
}

.height-860 {
  height: 860px !important;
}

.height-870 {
  height: 870px !important;
}

.height-880 {
  height: 880px !important;
}

.height-890 {
  height: 890px !important;
}

.height-900 {
  height: 900px !important;
}

.height-910 {
  height: 910px !important;
}

.height-920 {
  height: 920px !important;
}

.height-930 {
  height: 930px !important;
}

.height-940 {
  height: 940px !important;
}

.height-950 {
  height: 950px !important;
}

.height-960 {
  height: 960px !important;
}

.height-970 {
  height: 970px !important;
}

.height-980 {
  height: 980px !important;
}

.height-990 {
  height: 990px !important;
}

.height-1000 {
  height: 1000px !important;
}

.w-1 {
  width: 1% !important;
}

.w-2 {
  width: 2% !important;
}

.w-3 {
  width: 3% !important;
}

.w-4 {
  width: 4% !important;
}

.w-5 {
  width: 5% !important;
}

.w-6 {
  width: 6% !important;
}

.w-7 {
  width: 7% !important;
}

.w-8 {
  width: 8% !important;
}

.w-9 {
  width: 9% !important;
}

.w-10 {
  width: 10% !important;
}

.w-11 {
  width: 11% !important;
}

.w-12 {
  width: 12% !important;
}

.w-13 {
  width: 13% !important;
}

.w-14 {
  width: 14% !important;
}

.w-15 {
  width: 15% !important;
}

.w-16 {
  width: 16% !important;
}

.w-17 {
  width: 17% !important;
}

.w-18 {
  width: 18% !important;
}

.w-19 {
  width: 19% !important;
}

.w-20 {
  width: 20% !important;
}

.w-21 {
  width: 21% !important;
}

.w-22 {
  width: 22% !important;
}

.w-23 {
  width: 23% !important;
}

.w-24 {
  width: 24% !important;
}

.w-25 {
  width: 25% !important;
}

.w-26 {
  width: 26% !important;
}

.w-27 {
  width: 27% !important;
}

.w-28 {
  width: 28% !important;
}

.w-29 {
  width: 29% !important;
}

.w-30 {
  width: 30% !important;
}

.w-31 {
  width: 31% !important;
}

.w-32 {
  width: 32% !important;
}

.w-33 {
  width: 33% !important;
}

.w-34 {
  width: 34% !important;
}

.w-35 {
  width: 35% !important;
}

.w-36 {
  width: 36% !important;
}

.w-37 {
  width: 37% !important;
}

.w-38 {
  width: 38% !important;
}

.w-39 {
  width: 39% !important;
}

.w-40 {
  width: 40% !important;
}

.w-41 {
  width: 41% !important;
}

.w-42 {
  width: 42% !important;
}

.w-43 {
  width: 43% !important;
}

.w-44 {
  width: 44% !important;
}

.w-45 {
  width: 45% !important;
}

.w-46 {
  width: 46% !important;
}

.w-47 {
  width: 47% !important;
}

.w-48 {
  width: 48% !important;
}

.w-49 {
  width: 49% !important;
}

.w-50 {
  width: 50% !important;
}

.w-51 {
  width: 51% !important;
}

.w-52 {
  width: 52% !important;
}

.w-53 {
  width: 53% !important;
}

.w-54 {
  width: 54% !important;
}

.w-55 {
  width: 55% !important;
}

.w-56 {
  width: 56% !important;
}

.w-57 {
  width: 57% !important;
}

.w-58 {
  width: 58% !important;
}

.w-59 {
  width: 59% !important;
}

.w-60 {
  width: 60% !important;
}

.w-61 {
  width: 61% !important;
}

.w-62 {
  width: 62% !important;
}

.w-63 {
  width: 63% !important;
}

.w-64 {
  width: 64% !important;
}

.w-65 {
  width: 65% !important;
}

.w-66 {
  width: 66% !important;
}

.w-67 {
  width: 67% !important;
}

.w-68 {
  width: 68% !important;
}

.w-69 {
  width: 69% !important;
}

.w-70 {
  width: 70% !important;
}

.w-71 {
  width: 71% !important;
}

.w-72 {
  width: 72% !important;
}

.w-73 {
  width: 73% !important;
}

.w-74 {
  width: 74% !important;
}

.w-75 {
  width: 75% !important;
}

.w-76 {
  width: 76% !important;
}

.w-77 {
  width: 77% !important;
}

.w-78 {
  width: 78% !important;
}

.w-79 {
  width: 79% !important;
}

.w-80 {
  width: 80% !important;
}

.w-81 {
  width: 81% !important;
}

.w-82 {
  width: 82% !important;
}

.w-83 {
  width: 83% !important;
}

.w-84 {
  width: 84% !important;
}

.w-85 {
  width: 85% !important;
}

.w-86 {
  width: 86% !important;
}

.w-87 {
  width: 87% !important;
}

.w-88 {
  width: 88% !important;
}

.w-89 {
  width: 89% !important;
}

.w-90 {
  width: 90% !important;
}

.w-91 {
  width: 91% !important;
}

.w-92 {
  width: 92% !important;
}

.w-93 {
  width: 93% !important;
}

.w-94 {
  width: 94% !important;
}

.w-95 {
  width: 95% !important;
}

.w-96 {
  width: 96% !important;
}

.w-97 {
  width: 97% !important;
}

.w-98 {
  width: 98% !important;
}

.w-99 {
  width: 99% !important;
}

.w-100 {
  width: 100% !important;
}

.text-justify {
  text-align: justify !important;
}

.text-normal {
  font-weight: 100;
}

.text-bold {
  font-weight: bold;
}

.txt-075rem {
  font-size: 0.75rem !important;
}

.txt-085rem {
  font-size: 0.85rem !important;
}

.txt-090rem {
  font-size: 0.9rem !important;
}

.txt-095rem {
  font-size: 0.95rem !important;
}

.txt-1rem {
  font-size: 1rem !important;
}

.txt-095rem {
  font-size: 0.95rem !important;
}

.txt-085rem {
  font-size: 0.85rem !important;
}

.txt-075rem {
  font-size: 0.75rem !important;
}

.txt-2rem {
  font-size: 2rem !important;
}

.txt-3rem {
  font-size: 3rem !important;
}

.txt-4rem {
  font-size: 4rem !important;
}

.txt-5rem {
  font-size: 5rem !important;
}

.txt-6rem {
  font-size: 6rem !important;
}

.txt-7rem {
  font-size: 7rem !important;
}

.txt-1 {
  font-size: 1px !important;
}

.txt-2 {
  font-size: 2px !important;
}

.txt-3 {
  font-size: 3px !important;
}

.txt-4 {
  font-size: 4px !important;
}

.txt-5 {
  font-size: 5px !important;
}

.txt-6 {
  font-size: 6px !important;
}

.txt-7 {
  font-size: 7px !important;
}

.txt-8 {
  font-size: 8px !important;
}

.txt-9 {
  font-size: 9px !important;
}

.txt-10 {
  font-size: 10px !important;
}

.txt-11 {
  font-size: 11px !important;
}

.txt-12 {
  font-size: 12px !important;
}

.txt-13 {
  font-size: 13px !important;
}

.txt-14 {
  font-size: 14px !important;
}

.txt-15 {
  font-size: 15px !important;
}

.txt-16 {
  font-size: 16px !important;
}

.txt-17 {
  font-size: 17px !important;
}

.txt-18 {
  font-size: 18px !important;
}

.txt-19 {
  font-size: 19px !important;
}

.txt-20 {
  font-size: 20px !important;
}

.txt-21 {
  font-size: 21px !important;
}

.txt-22 {
  font-size: 22px !important;
}

.txt-23 {
  font-size: 23px !important;
}

.txt-24 {
  font-size: 24px !important;
}

.txt-25 {
  font-size: 25px !important;
}

.txt-26 {
  font-size: 26px !important;
}

.txt-27 {
  font-size: 27px !important;
}

.txt-28 {
  font-size: 28px !important;
}

.txt-29 {
  font-size: 29px !important;
}

.txt-30 {
  font-size: 30px !important;
}

.txt-31 {
  font-size: 31px !important;
}

.txt-32 {
  font-size: 32px !important;
}

.txt-33 {
  font-size: 33px !important;
}

.txt-34 {
  font-size: 34px !important;
}

.txt-35 {
  font-size: 35px !important;
}

.txt-36 {
  font-size: 36px !important;
}

.txt-37 {
  font-size: 37px !important;
}

.txt-38 {
  font-size: 38px !important;
}

.txt-39 {
  font-size: 39px !important;
}

.txt-40 {
  font-size: 40px !important;
}

.txt-41 {
  font-size: 41px !important;
}

.txt-42 {
  font-size: 42px !important;
}

.txt-43 {
  font-size: 43px !important;
}

.txt-44 {
  font-size: 44px !important;
}

.txt-45 {
  font-size: 45px !important;
}

.txt-46 {
  font-size: 46px !important;
}

.txt-47 {
  font-size: 47px !important;
}

.txt-48 {
  font-size: 48px !important;
}

.txt-49 {
  font-size: 49px !important;
}

.txt-50 {
  font-size: 50px !important;
}

.txt-51 {
  font-size: 51px !important;
}

.txt-52 {
  font-size: 52px !important;
}

.txt-53 {
  font-size: 53px !important;
}

.txt-54 {
  font-size: 54px !important;
}

.txt-55 {
  font-size: 55px !important;
}

.txt-56 {
  font-size: 56px !important;
}

.txt-57 {
  font-size: 57px !important;
}

.txt-58 {
  font-size: 58px !important;
}

.txt-59 {
  font-size: 59px !important;
}

.txt-60 {
  font-size: 60px !important;
}

.txt-61 {
  font-size: 61px !important;
}

.txt-62 {
  font-size: 62px !important;
}

.txt-63 {
  font-size: 63px !important;
}

.txt-64 {
  font-size: 64px !important;
}

.txt-65 {
  font-size: 65px !important;
}

.txt-66 {
  font-size: 66px !important;
}

.txt-67 {
  font-size: 67px !important;
}

.txt-68 {
  font-size: 68px !important;
}

.txt-69 {
  font-size: 69px !important;
}

.txt-70 {
  font-size: 70px !important;
}

.txt-71 {
  font-size: 71px !important;
}

.txt-72 {
  font-size: 72px !important;
}

.txt-73 {
  font-size: 73px !important;
}

.txt-74 {
  font-size: 74px !important;
}

.txt-75 {
  font-size: 75px !important;
}

.txt-76 {
  font-size: 76px !important;
}

.txt-77 {
  font-size: 77px !important;
}

.txt-78 {
  font-size: 78px !important;
}

.txt-79 {
  font-size: 79px !important;
}

.txt-80 {
  font-size: 80px !important;
}

.txt-81 {
  font-size: 81px !important;
}

.txt-82 {
  font-size: 82px !important;
}

.txt-83 {
  font-size: 83px !important;
}

.txt-84 {
  font-size: 84px !important;
}

.txt-85 {
  font-size: 85px !important;
}

.txt-86 {
  font-size: 86px !important;
}

.txt-87 {
  font-size: 87px !important;
}

.txt-88 {
  font-size: 88px !important;
}

.txt-89 {
  font-size: 89px !important;
}

.txt-90 {
  font-size: 90px !important;
}

.text-overflow-3-line-clamp {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.text-overflow-4-line-clamp {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
}

.text-overflow-5-line-clamp {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
}

.text-overflow-6-line-clamp {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
}

.text-overflow-7-line-clamp {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
}

.no-shadow {
  box-shadow: unset;
}

body {
  -webkit-user-select: none; /* Dành cho trình duyệt Chrome, Safari, Opera */
  -moz-user-select: none;    /* Dành cho trình duyệt Firefox */
  -ms-user-select: none;     /* Dành cho trình duyệt Internet Explorer/Edge */
  user-select: none;         /* Cú pháp chuẩn */
}