.layout-padding-top {
  padding-top: 165px;
}
@media only screen and (max-width: 1199px) {
  .layout-padding-top {
    padding-top: 150px;
  }
}

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

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

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

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

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

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

.w-100 {
  width: 100%;
}

.max-w-600 {
  max-width: 600px !important;
}

.max-w-400 {
  max-width: 400px !important;
}

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

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

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

.pt-165 {
  padding-top: 165px !important;
}

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

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

@media screen and (min-width: 1024px) {
  .p-lg-70 {
    padding: 70px !important;
  }
}
@media screen and (max-width: 524px) {
  .mb-sm-40 {
    margin-bottom: 40px !important;
  }
}
::-webkit-scrollbar {
  height: 7px;
  width: 7px;
  border-radius: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #e8e8e8;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #a8a8a8;
  border-radius: 8px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

header.header-pc {
  position: fixed;
  top: 10px;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: 10000;
  width: 100%;
}
header.header-pc .header-wrapper {
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid gray;
  border-radius: 20px;
  backdrop-filter: blur(32px);
}
header.header-pc .header-wrapper .header-nav {
  margin-top: 7px;
  margin-left: 7px;
  margin-right: 7px;
  border-radius: 15px;
  background: #F82A99;
  background: #06098a;
  height: 80px;
  align-items: center;
}
header.header-pc .header-wrapper .header-nav .img-logo {
  width: 55px;
  margin-left: 25px;
}
header.header-pc .header-wrapper .header-nav .nav-wrapper {
  font-weight: 500;
  font-size: 1.5rem;
  margin-left: 50px;
}
header.header-pc .header-wrapper .header-nav .nav-wrapper .nav-item {
  font-size: 1.4rem;
  font-weight: 600;
  margin-right: 20px;
}
header.header-pc .header-wrapper .header-nav .nav-wrapper .nav-item a {
  color: white;
}
header.header-pc .header-wrapper .header-categories {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 1.3rem;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 20px;
}
header.header-pc .header-wrapper .header-categories a:hover {
  color: #F82A99;
}
header.header-pc .header-wrapper .search-wrapper {
  flex: 1 1;
  padding-right: 20px;
}
header.header-pc .header-wrapper .search-wrapper input {
  width: 100%;
  max-width: 400px;
  border-radius: 10px;
  height: 45px;
  font-size: 1.3rem;
  line-height: 45px;
  background-color: white;
  background-image: url("/static/litnow/images/icon/search.png");
  background-size: 13px;
  padding-left: 35px;
  background-position: 13px center;
  background-repeat: no-repeat;
  transition: all 0.3s ease-in-out;
  float: right;
}
header.header-pc .header-wrapper .search-wrapper input::-webkit-input-placeholder {
  font-size: 1.3rem;
}
header.header-pc .header-wrapper .search-wrapper input:hover {
  border: 1px solid #F82A99;
}
header.header-pc .header-wrapper .nav-buttons {
  margin-right: 5px;
}
header.header-pc .header-wrapper .nav-buttons button {
  font-size: 1.3rem;
  background-color: white;
  color: rgb(6, 9, 138);
  padding: 12px 30px;
  border-radius: 10px;
  margin-right: 10px;
  border: none;
}

header.header-mobile {
  position: fixed;
  top: 10px;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: 10000;
  width: 100%;
}
header.header-mobile .header-wrapper {
  background-color: #06098a;
  border: 1px solid gray;
  border-radius: 10px;
  padding: 10px;
}
header.header-mobile .header-wrapper .header-nav {
  margin-top: 5px;
  border-radius: 20px;
  /* height: 80px; */
  align-items: center;
  justify-content: space-between;
}
header.header-mobile .header-wrapper .header-nav .icon-menu-wrapper {
  display: flex;
  align-items: flex-end;
}
header.header-mobile .header-wrapper .header-nav .icon-menu-wrapper .img-logo {
  width: 35px;
  margin-left: 10px;
}
header.header-mobile .header-wrapper .header-nav .icon-menu-wrapper .icon-menu {
  width: 25px;
}
header.header-mobile .header-wrapper .header-nav .nav-wrapper {
  font-weight: 500;
  font-size: 1.5rem;
  margin-left: 50px;
}
header.header-mobile .header-wrapper .header-nav .nav-wrapper .nav-item {
  font-size: 1.4rem;
  font-weight: 600;
  margin-right: 20px;
}
header.header-mobile .header-wrapper .header-nav .nav-wrapper .nav-item a {
  color: white;
}
header.header-mobile .header-wrapper .header-categories {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 1.3rem;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 20px;
}
header.header-mobile .header-wrapper .header-categories a:hover {
  color: #F82A99;
}
header.header-mobile .header-wrapper .search-wrapper input {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 5px;
  border-radius: 10px;
  height: 45px;
  font-size: 1.3rem;
  line-height: 45px;
  background-color: white;
  background-image: url("/static/litnow/images/icon/search.png");
  background-size: 13px;
  padding-left: 35px;
  background-position: 13px center;
  background-repeat: no-repeat;
}
header.header-mobile .header-wrapper .search-wrapper input::-webkit-input-placeholder {
  font-size: 1.3rem;
}
header.header-mobile .header-wrapper .search-wrapper input:focus {
  border: 1px solid #F82A99;
}
header.header-mobile .header-wrapper .nav-buttons {
  display: flex;
  align-items: center;
  margin-right: 5px;
}
header.header-mobile .header-wrapper .nav-buttons button {
  font-size: 1.3rem;
  background-color: white;
  color: #06098a;
  padding: 7px 20px;
  border-radius: 5px;
  margin-left: 10px;
  border: none;
}
header.header-mobile .header-wrapper .nav-buttons .language-wrapper {
  padding-right: 0;
}
header.header-mobile .header-wrapper .nav-buttons .language-wrapper .languages {
  right: 26px;
  top: 60px;
}

.heartbeat {
  -webkit-animation: heartbeat 1.5s linear infinite alternate-reverse both;
  animation: heartbeat 1.5s linear infinite alternate-reverse both;
}

/* ----------------------------------------------
 * Generated by Animista on 2022-6-20 22:9:28
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation heartbeat
 * ----------------------------------------
 */
@-webkit-keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
    transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
    transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
    transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
    transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
.color-primary {
  color: #06098a !important;
}

.color-secondary {
  color: #F82A99 !important;
}

.color-FFFFF {
  color: #FFFFFF !important;
}

.font-size-20 {
  font-size: 20px !important;
}

.font-size-30 {
  font-size: 30px !important;
}

.font-size-36 {
  font-size: 36px !important;
}

.font-size-23 {
  font-size: 23px !important;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  select,
textarea,
input {
    font-size: 16px;
  }
}
.color-secondary {
  color: #F82A99;
}

.sc-card-product {
  border-radius: 15px;
}
.sc-card-product .card-title {
  padding-left: 5px;
  padding-right: 5px;
}
.sc-card-product .card-title h5.style2 {
  max-width: 100% !important;
}
.sc-card-product .meta-info {
  padding-left: 5px;
  padding-right: 5px;
}
.sc-card-product .card-media {
  border-radius: 15px;
  cursor: pointer;
}
.sc-card-product .card-media .coming-soon {
  background-color: #06098a;
  color: white;
}
.sc-card-product .card-media .featured-countdown {
  width: 95%;
  border-radius: 10px;
  height: 45px;
  line-height: 45px;
  flex-direction: row-reverse;
  justify-content: space-between;
  background-color: rgba(255, 255, 255, 0.8);
}
.sc-card-product .card-media .featured-countdown img {
  height: 20px !important;
  width: auto !important;
  margin-right: 20px;
}
.sc-card-product .card-media .featured-countdown span {
  margin-left: 20px;
  width: auto !important;
}
.sc-card-product .card-media .featured-countdown .btn-cta {
  padding: 5px 10px;
  border-radius: 5px;
  margin-right: 10px;
  font-size: 13px;
}
.sc-card-product .card-media .featured-countdown .btn-cta:hover {
  color: white;
}
@media screen and (max-width: 768px) {
  .sc-card-product .card-media .featured-countdown {
    justify-content: center;
    background-color: transparent;
  }
  .sc-card-product .card-media .featured-countdown span {
    display: none;
  }
  .sc-card-product .card-media .featured-countdown .btn-cta {
    margin-right: 0;
  }
}
.sc-card-product .author .avatar {
  width: 25px !important;
  height: auto !important;
  border-radius: 0px !important;
}

.flat-title-page.style2 {
  background: var(--bg-section);
  padding-bottom: 0px;
}
.flat-title-page.style2 .overlay {
  width: calc(100% - 30px);
  margin-left: 15px;
  border-radius: 20px;
}

#page {
  background: var(--bg-section);
}

@media only screen and (max-width: 1199px) {
  header.header-pc {
    display: none;
  }
  header.header-mobile {
    display: block;
  }
  .flat-title-page.style2,
.tf-login {
    margin-top: 100px;
  }
}
@media only screen and (min-width: 1200px) {
  header.header-pc {
    display: block;
  }
  header.header-mobile {
    display: none;
  }
  .flat-title-page.style2,
.tf-login {
    padding-top: 175px;
  }
}
.banner-wrapper {
  margin-left: -15px;
  margin-right: -15px;
}
.banner-wrapper img {
  width: 100%;
  height: auto;
  max-width: 100%;
  border-radius: 15px;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 30px;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 30px;
}

.flat-title-page .swiper-button-prev.btn-slide-prev:hover,
.flat-title-page .swiper-button-next.btn-slide-next:hover {
  background-color: #06098a;
}

.pt-100 {
  padding-top: 100px;
}

.sc-button.fl-button.pri-3:hover,
.sc-button.style-place-bid.fl-button.pri-3:hover {
  background-color: #06098a;
}

.login-title {
  display: flex;
  align-items: baseline;
  justify-content: center;
}
.login-title img {
  width: 75px;
  margin-left: 10px;
}

.shape {
  background: linear-gradient(216.56deg, #06098a 5.32%, #F82A99 94.32%);
}

.tf-section.live-auctions.style1 {
  padding-top: 50px;
}

#section_main_slider .swiper-nav-normal {
  width: 50px;
  height: 50px;
}
#section_main_slider .swiper-nav-normal.swiper-button-next {
  right: 25px !important;
}
#section_main_slider .swiper-nav-normal.swiper-button-next:after {
  font-size: 16px;
}
#section_main_slider .swiper-nav-normal.swiper-button-prev {
  left: 25px !important;
}
#section_main_slider .swiper-nav-normal.swiper-button-prev:after {
  font-size: 16px;
}

.swiper-nav-normal {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  opacity: 0.7 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #06098a !important;
  top: 50% !important;
  width: 50px;
  height: 50px;
  transform: translateY(-25%);
  border-radius: 50%;
}
.swiper-nav-normal:after {
  color: #06098a !important;
}
.swiper-nav-normal:hover {
  opacity: 1 !important;
  background-color: #06098a;
}
.swiper-nav-normal:hover:after {
  color: white !important;
}
.swiper-nav-normal.swiper-button-next {
  right: 1px !important;
}
.swiper-nav-normal.swiper-button-next:after {
  content: "\f054";
  font-size: 16px;
}
.swiper-nav-normal.swiper-button-prev {
  left: 1px !important;
}
.swiper-nav-normal.swiper-button-prev:after {
  content: "\f053";
  font-size: 16px;
}

.widget-logo {
  padding-top: 18px;
}

.img-bg {
  z-index: 1 !important;
}

.img-app {
  width: 400px;
  position: absolute;
  z-index: 2 !important;
}

@media only screen and (min-width: 1024px) {
  .img-app {
    width: 440px;
    position: absolute;
    top: 15px;
    left: 140px;
  }
}
@media only screen and (min-width: 768px) {
  .pr-md-50 {
    padding-right: 50px;
  }
  .pt-md-50 {
    padding-top: 50px !important;
  }
}
@media only screen and (max-width: 767px) {
  .section-slider-2 {
    padding-top: 0 !important;
  }
  .img-app {
    position: relative;
    top: 50px;
    left: 10px;
  }
  .tab-authors .author-profile .widget-social {
    position: static;
  }
}
.swiper-button-next,
.swiper-button-prev,
.seller .swiper-button-next.btn-slide-next,
.seller .swiper-button-prev.btn-slide-prev {
  display: flex !important;
}

@media only screen and (max-width: 524px) {
  .section-app {
    overflow: visible !important;
  }
  .swiper-button-next,
.swiper-button-prev,
.seller .swiper-button-next.btn-slide-next,
.seller .swiper-button-prev.btn-slide-prev {
    display: flex !important;
  }
  .categories-list .categories-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 10px !important;
    font-weight: 500;
    width: 100%;
    text-align: center;
  }
}
.section-app .content {
  padding-top: 50px;
}
.section-app .content h1 span {
  font-weight: 900;
  font-size: 55px;
  color: #06098a;
}
.section-app .content h2 {
  font-weight: 500;
  margin-top: 20px;
  font-size: 36px;
  margin-bottom: 90px;
}

.sc-button.style-1 {
  border: 2px solid #06098a;
}
.sc-button.style-1 span {
  display: flex;
  align-items: center;
  padding-left: 0 !important;
  color: #06098a;
}
.sc-button.style-1 span i {
  font-size: 20px;
  margin-right: 10px;
}
.sc-button.style-1 span:before {
  color: #06098a;
}

.flat-bt-slider .sc-button.style span::before {
  color: #06098a;
}

.sc-button.fl-button:hover {
  background-color: #06098a;
  border: 2px solid #06098a;
}
.sc-button.fl-button:hover span {
  color: white !important;
}
h2.tf-title {
  font-size: 25px;
  font-weight: 800;
  line-height: 30px;
}

.preload-logo {
  background-size: 100px;
  border-radius: 0;
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
}

.btn-download-ios {
  margin-right: 15px;
}

.nav-item a {
  font-size: 1.3rem;
}

.tab-authors .author-profile .feature-profile img {
  max-height: 220px;
}

.tab-authors .author-profile .btn-profile a.sc-button:hover {
  background-color: #06098a;
  border: 1.5px solid #06098a;
}

.tab-authors .menu-tab {
  padding: 0 2% 0 2%;
}

#section_top_deals .sc-card-product .card-media {
  margin-bottom: 10px;
}
#section_top_deals .sc-card-product .card-title {
  margin-bottom: 5px;
}

.tab-authors .content-tab {
  margin-top: 20px;
}

.seller .sc-author-box.style-2 .author-avatar .avatar {
  width: 100%;
  height: auto;
}

.style-3 .sc-box-icon {
  width: calc(33% - 30px);
}

.sub-title.help-center {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.style-3 .sc-box-icon:last-child {
  margin-bottom: 30px !important;
}

@media only screen and (max-width: 549px) {
  .style-3 .sc-box-icon {
    width: calc(100% - 30px);
  }
}
hr {
  margin-left: 125px;
  margin-right: 125px;
}

.business-advantage-title {
  color: #06098a;
  margin-bottom: 30px;
}

.business-section-title {
  font-size: 4rem !important;
  margin-bottom: 30px;
}

.advantage-wrapper {
  margin-bottom: 40px;
}

.language-wrapper {
  padding-right: 15px;
  cursor: pointer;
}
.language-wrapper .languages {
  transition: transform 0.2s, opacity 0.2s, visibility 0s linear 0.2s;
  will-change: transform;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 2;
  background-color: white;
  border-radius: 10px;
  right: 20px;
  top: 75px;
  font-size: 1.4rem;
  font-weight: 600;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  padding: 5px;
}
.language-wrapper .languages.visible {
  transform: translateY(-0.3rem);
  transition: transform 0.2s, opacity 0.2s, visibility linear;
  visibility: visible;
  opacity: 1;
}
.language-wrapper .languages .language-item {
  display: flex;
  align-items: center;
  padding: 8px 20px;
}
.language-wrapper .languages .language-item:hover {
  color: #F82A99;
}
.language-wrapper .languages .language-item img {
  width: 30px;
  margin-right: 15px;
}

.nav-item {
  position: relative;
}
.nav-item > a i {
  margin-left: 3px;
}

.sub-menu {
  position: absolute;
  display: flex;
  flex-direction: column;
  transition: transform 0.2s, opacity 0.2s, visibility 0s linear 0.2s;
  will-change: transform;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 2;
  background-color: white;
  border-radius: 10px;
  left: 0;
  top: 30px;
  width: 330px;
  font-size: 1.4rem;
  font-weight: 600;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  padding: 5px;
}
.sub-menu.visible {
  transform: translateY(-0.3rem);
  transition: transform 0.2s, opacity 0.2s, visibility linear;
  visibility: visible;
  opacity: 1;
}
.sub-menu a {
  display: flex;
  align-items: center;
  padding: 8px 20px;
  color: #06098a !important;
}
.sub-menu a i {
  margin-left: 2px;
}
.sub-menu a:hover {
  color: #F82A99 !important;
}
.sub-menu a img {
  width: 40px;
  margin-right: 15px;
}
.sub-menu .menu-title {
  color: #06098a;
  font-weight: 700;
  font-size: 16px;
}
.sub-menu .menu-title:hover {
  color: #F82A99 !important;
}
.sub-menu .menu-desc {
  color: #868686;
  font-size: 11px;
}
.sub-menu p {
  line-height: 20px;
}

.search-wrapper {
  position: relative;
}
.search-wrapper .search-result-wrapper {
  position: absolute;
  display: flex;
  flex-direction: column;
  transition: transform 0.2s, opacity 0.2s, visibility 0s linear 0.2s;
  will-change: transform;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 2;
  background-color: white;
  border-radius: 10px;
  right: 20px;
  top: 50px;
  width: 100%;
  max-width: 400px;
  font-size: 1.4rem;
  font-weight: 600;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  padding: 15px 25px;
}
.search-wrapper .search-result-wrapper .search-result-title {
  margin-bottom: 10px;
  font-weight: 800;
  color: gray;
  font-size: 1.3rem;
}
.search-wrapper .search-result-wrapper .search-results {
  padding-left: 10px;
  margin-bottom: 10px;
}
.search-wrapper .search-result-wrapper .search-results li {
  margin-bottom: 8px;
  font-size: 1.5rem;
}
.search-wrapper .search-result-wrapper .loading-wrapper {
  position: absolute;
  width: calc(100% - 50px);
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(100% - 30px);
  background: white;
}
.search-wrapper .search-result-wrapper .loading-wrapper img {
  width: 50px;
}
.search-wrapper .search-result-wrapper hr {
  margin-left: 0;
  margin-right: 0;
}
.search-wrapper .search-result-wrapper.visible {
  transform: translateY(-0.3rem);
  transition: transform 0.2s, opacity 0.2s, visibility linear;
  visibility: visible;
  opacity: 1;
}
.search-wrapper .search-result-wrapper.mobile {
  width: 100%;
  max-width: 100%;
  left: 0px;
  top: 70px;
}

.menu-mobile {
  transition: transform 0.2s, opacity 0.2s, visibility 0s linear 0.2s;
  will-change: transform;
  opacity: 0;
  visibility: hidden;
  display: none;
}
.menu-mobile.visible {
  transform: translateY(-0.3rem);
  transition: transform 0.2s, opacity 0.2s, visibility linear;
  visibility: visible;
  opacity: 1;
}
.menu-mobile .menu-wrapper {
  margin-top: 10px;
}
.menu-mobile .menu-wrapper .menu-item {
  padding: 10px 10px;
  font-size: 1.4rem;
  font-weight: 600;
}
.menu-mobile .menu-wrapper .menu-item a {
  color: white;
}
.menu-mobile .menu-wrapper hr {
  margin-left: 15px;
  margin-right: 15px;
  border: 1px solid white;
}

.certificate-trade {
  max-width: 250px;
}

.img-banner {
  border-radius: 20px;
}

.download-wrapper {
  display: flex;
  justify-content: center;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: #0000AD;
}
.download-wrapper .download-links {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 30px;
  padding-bottom: 15px;
}
.download-wrapper .download-links a {
  margin-bottom: 15px;
  margin-left: 10px;
  margin-right: 10px;
}

.social-wrapper .social-list {
  display: flex;
}
.social-wrapper .social-list .social-item {
  margin-right: 10px;
}
.social-wrapper .social-list .social-item img {
  width: 50px;
}

#section_app .img-banner {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

#slider_brands .sc-card-product {
  text-align: center;
  padding: 10px;
  padding-top: 40px;
  padding-bottom: 40px;
}
#slider_brands .sc-card-product img {
  height: 55px;
  width: auto;
}

.about-list {
  padding-left: 40px;
  padding-right: 40px;
}
.about-list li {
  line-height: 1.4;
  padding-left: 10px;
  list-style: disc;
  margin-bottom: 10px;
}
.about-list li::marker {
  padding-left: 30px;
  color: #F82A99;
}

#section_faq .input-search {
  width: 100%;
  max-width: 700px;
  margin-top: 15px;
  margin-bottom: 5px;
  border-radius: 10px;
  height: 45px;
  font-size: 1.3rem;
  line-height: 45px;
  background-color: white;
  background-image: url("/static/litnow/images/icon/search.png");
  background-size: 13px;
  padding-left: 35px;
  background-position: 13px center;
  background-repeat: no-repeat;
}
#section_faq .input-search::-webkit-input-placeholder {
  font-size: 1.3rem;
}
#section_faq .input-search:focus {
  border: 1px solid #F82A99;
}
#section_faq .toggle-title:after {
  color: #06098a;
}
#section_faq .tab-authors .author-profile .infor-profile .content {
  padding-right: 0;
}

.categories-list {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  border-radius: 10px;
  box-shadow: 0px 3px 16px rgba(47, 83, 109, 0.12);
  overflow: hidden;
}
.categories-list .categories-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 500;
  width: 100%;
  text-align: center;
}
.categories-list .categories-item img {
  margin-bottom: 10px;
  width: 50px;
}
.questions .topic-list li {
  font-size: 15px;
  position: relative;
  background-color: #fff;
  padding: 11px 37px 9.5px 33px;
  margin-bottom: 12px;
  box-shadow: none;
  border-radius: 0;
  border-bottom: 1px solid #dedede;
  cursor: pointer;
}
.questions .topic-list li h6 {
  margin-bottom: 13px;
  font-weight: 400;
}
.questions .topic-list li.active {
  color: #06098a;
}
.questions .topic-list li.active h6 {
  font-weight: 700;
}

#footer h5 {
  font-size: 15px;
}

.bg-F4F7FF {
  background-color: #F4F7FF !important;
}

.box-title-login::before, .box-title-login::after {
  width: 30%;
}

.form-inner .btn-checkbox:after {
  left: 1px;
  top: -4px;
}

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

/*# sourceMappingURL=custom.css.map */
