:root {
  --heigh-header: 48px;
  --height-footer: 137px;
  --min-height-content: calc(100vh - var(--heigh-header) - var(--height-footer));
}

.site-main {
  min-height: var(--min-height-content);
}

.hero-body {
  background-image: url('./assets/image/bg-oneplat.svg')
}

#header {
  border-bottom: 2px solid #c80000;
  width: 100%;
  background: white
}

#footer-menu ul {
  list-style: none;
  font-size: 0;
}

#footer-menu ul li {
  display: inline-block;
  font-size: 0.85rem;
  border-right: 1px solid #23282c;
  line-height: 0.85rem;
}

#footer-menu ul li:first-child {
  border-left: 1px solid #23282c;
}

#footer-menu ul li a {
  color: #23282c !important;
}

#copyright {
  font-size: 0.85rem;
}

.back-f0f0f0 {
  background-color: #f0f0f0;
}

.logo-header {
  height: 2rem;
  width: auto;
  padding-left: 2rem;
}

.faq-site {
  display: none;
}

@media (max-width: 1024px) {
  #header h1 {
    display: flex;
    justify-content: center;
  }

  .logo-header {
    padding: 0;
  }
}

.animation-transalte-right:hover {
  animation: right 2s infinite;
}

@keyframes right {
  0% {
    transform: translateX(0px);
  }

  50% {
    transform: translateX(5px);
  }

  100% {
    transform: translateX(0px);
  }
}

.padding-breadcrumb {
  padding: 2.25rem 2.25rem 0 !important;
}

.tag-section {
  margin-top: 5rem;
}

.tag-section-mobile {
  display: none;
}

.category-section {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.category-section-mobile {
  display: none;
}

.show-all-container-mobile {
  display: none;
}

.icon-tag {
  height: 50px;
  width: 50px;
  object-fit: cover;
}

.label-status {
  display: inline-flex;
  align-items: center;
  padding: 6px;
  min-width: 100px;
  border-radius: 92px;
  font-weight: 500;
  border: 1px solid #c80000;
  margin-right: 10px;
  justify-content: center;
  transition: all 1s;
  margin-bottom: 10px;
}

.label-status p {
  max-width: 15rem;
}

.label-status:hover {
  box-shadow: 0 0.5em 1em -0.25em rgb(10 10 10 / 30%),
    0 0 0 1px rgb(10 10 10 / 10%);
  transform: translateY(-10px);
}

.label-status__number {
  line-height: 0.8571;
  margin-left: 5px;
}

.text-red {
  color: #c80000;
}

.custom-media-list {
  font-size: large;
  font-weight: 600;
  cursor: pointer;
  align-items: center !important;
}

.custom-media-list .media-content p {
  line-height: 1.285;
}

.custom-media-list:hover {
  text-decoration: none;
}

.custom-media-list:hover .media-content p,
.custom-media-list:hover span {
  color: #c80000;
}

.truncate-multiline {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.padding-popuplar-list {
  padding-left: 1.65rem !important;
  padding-right: 1.65rem !important;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.show-all-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

.show-all-pad {
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  flex-grow: 0.75;
}

.show-all-category {
  position: absolute;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 90px;
  height: 3rem;
  width: 3rem;
}

.show-all-category img {
  width: 1rem;
  transition: all 0.25s;
}

.show-all-category.active img {
  transform: rotate(180deg);
}

.collapse-custom {
  padding: 0 0.75rem 0.75rem 0.75rem;
}

.category-box-custom {
  border: 1px solid rgba(200, 0, 0, 0.08);
  background-color: rgba(200, 0, 0, 0.05);
}

.category-animation {
  transition: all 1s;
}

.category-animation:hover {
  transform: translateY(-15px);
}

.category-title {
  font-size: 1.5rem;
  font-weight: 700;
}

.widget-custom {
  padding-left: 1rem;
  height: fit-content;
  padding-top: 0;
}

.widget-area {
  margin-top: 4.5rem;
  margin-left: 10px;
  border: 0.5px solid #C8CED3;
  border-radius: 10px;
}

.widget-area-single {
  margin-top: 0.7rem;
  margin-left: 10px;
  border: 0.5px solid #C8CED3;
  border-radius: 10px;
}

.body-list {
  padding: 3rem 1.5rem;
}

.widget-area .title {
  background-color: #c80000;
  color: #fff;
  padding: 1rem;
}

.widget-area-single .title {
  background-color: #c80000;
  color: #fff;
  padding: 1rem;
}

.widget_categories .title {
  border-radius: 10px 10px 0 0;
}

.widget_categories ul {
  padding: 0 1rem;
  display: flex;
  flex-wrap: wrap;
}

.widget_categories a {
  text-decoration: none;
  color: #000;
  display: block;
  margin: 0 4px;
  padding: 4px 12px;
  border: 1px solid #b5b5b5;
  border-radius: 30px;
  font-weight: 500;
  font-size: 10pt;
}

.widget_categories li:hover a {
  text-decoration: none;
  color: #c80000;
  border: 1px solid #c80000;
}

.widget_tag_cloud .tagcloud {
  padding: 0 1rem;
  margin-bottom: 2rem;
}

.widget_tag_cloud a {
  background-color: #fff !important;
  color: #000 !important;
  border: 1px solid #b5b5b5;
  border-radius: 30px;
  margin: 4px 2px;
  font-size: 10pt !important;
  font-weight: 500;
}

.widget_tag_cloud a:hover {
  color: #c80000 !important;
  border: 1px solid #c80000;
  text-decoration: none;
}

.has-text-red {
  color: #c80000;
}

.search-result-count {
  font-size: 20px;
}

.no-result-title {
  font-size: 42px;
  font-weight: 800;
}

.media-content p:nth-child(2) {
  color: rgba(0, 0, 0, 0.5);
  font-size: 16px;
  font-weight: 400;
}

.post-border {
  margin-top: 3rem;
  border: 1px solid #C8CED3;
  border-radius: 10px;
  padding: 3rem;
  height: fit-content;
}

.post-views {
  margin-bottom: 24px;
}

.custom-tag-post {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.custom-tag-post a.tag:not(body) {
  background-color: #fff;
  border: 1px solid #c80000;
  border-radius: 30px;
  color: #c80000;
  text-decoration: none;
  margin-right: 0.25rem;
  margin-top: 0.25rem;
  height: auto;
}

.custom-tag-post a.tag:not(body):hover {
  box-shadow: 0 0.5em 1em -0.25em rgb(10 10 10 / 30%),
    0 0 0 1px rgb(10 10 10 / 10%);
}

#ajaxsearchliteres1 {
  box-shadow: 0 0.5em 1em -0.25em rgb(10 10 10 / 30%),
    0 0 0 1px rgb(10 10 10 / 10%) !important;
}

#ajaxsearchlite1:focus-within {
  box-shadow: 0 0.5em 1em -0.25em rgb(10 10 10 / 30%),
    0 0 0 1px rgb(10 10 10 / 10%) !important;
}

.custom-helpful .helpful {
  display: flex;
  align-items: center;
  border: none;
  padding: 0;
  box-shadow: none;
}

.custom-helpful .helpful>.helpful-header>.helpful-headline {
  margin: 0;
  font-size: 1.15rem;
}

.custom-helpful .helpful>.helpful-content {
  font-size: 1.15rem;
}

.custom-helpful .helpful .helpful-controls,
.helpful .helpful-feedback-controls {
  margin: 0 0 0 2rem;
  flex-direction: row;
}

.custom-helpful .helpful>.helpful-controls>div>.helpful-button[data-value="pro"] {
  border: 1px solid #C8CED3;
  border-radius: 30px;
  background: #c80000;
  color: white;
}

.custom-helpful .helpful>.helpful-controls>div>.helpful-button[data-value="contra"] {
  border: 1px solid #C8CED3;
  border-radius: 30px;
  background: white;
  color: #c80000;
}

.custom-helpful .helpful .helpful-content .helpful-button,
.helpful>.helpful-controls>div>.helpful-button,
.helpful .helpful-feedback-controls .helpful-button {
  padding: 0 5px;
  width: 6rem;
  text-align: center;
  font-weight: 500;
  height: 40px;
}

@media screen and (max-width: 782px) {
  .custom-helpful .helpful {
    flex-direction: column;
  }

  .custom-helpful .helpful .helpful-controls,
  .helpful .helpful-feedback-controls {
    margin: 1.5rem 0 0 0;
    flex-direction: row;
    width: 15rem;
  }

  .helpful .helpful-controls>div:first-child,
  .helpful .helpful-feedback-controls>div:first-child {
    margin: 0 0 0 0.5rem;
  }
}

.hamburger {
  display: none;
}

@media screen and (max-width: 991.98px) {
  .helpful .helpful-controls>div,
  .helpful .helpful-feedback-controls>div {
    margin: 0 0 0 0.5rem;
  }
}

@media screen and (max-width: 1024px) {
  .widget-custom:not(.active) {
    display: none;
  }

  .widget-custom {
    animation: fade 0.5s;
  }

  @keyframes fade {
    from {
      transform: translateX(300px);
    }

    to {
      transform: translateX(0px);
    }
  }

  .widget-custom.active {
    display: block;
    position: fixed;
    padding: 0;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0.5em 1em -0.25em rgb(10 10 10 / 50%);
    z-index: 999;
    top: 10%;
    width: 300px;
    right: 0;
  }

  .widget-custom.active .widget-area {
    margin: 0;
    right: 0;
  }

  .widget-area-single {
    margin: 0;
  }

  .hamburger {
    display: block;
    position: absolute;
    top: 1.35rem;
    right: 1rem;
    cursor: pointer;
  }

  .fbc-page .fbc-wrap .fbc-items {
    width: 100% !important;
  }

  .tag:not(body).is-primary {
    display: inline-block;
    max-width: 10rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .post-title-truncate {
    display: flex !important;
    align-items: center;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    max-width: 5rem;
  }

  .hero-body {
    padding-top: 1.5rem;
    background-image: url('./assets/image/bg-oneplat-mobile.svg')
  }
  
  .faq-site {
    display: block;
    margin-top: 0;
    margin-bottom: 0;
  }

  .tag-section {
    display: none;
  }

  .tag-section-mobile {
    margin-top: 2rem;
    display: block;
  }

  .show-all-container-mobile {
    display: block;
  }

  .category-section {
    display: none;
  }

  .category-section-mobile {
    display: flex;
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
  }

  #categories-2 ul {
    max-height: 220px;
    overflow-y: auto;
  }

  #tag_cloud-2 .tagcloud {
    max-height: 10rem;
    overflow-y: auto;
  }

  #wpcategorieswidget-2 .widget_wp_categories_widget ul li:last-child,
  .widget_wpcategorieswidget ul li:last-child ul {
    overflow-y: scroll;
    max-height: 10rem;
  }
}

@media (min-width: 992px) {
  .col-lg {
    max-width: 20% !important;
    min-width: 20%;
  }
}

@media screen and (min-width: 491px) and (max-width: 768px) {
  .is-10-tablet {
    padding-top: 2rem;
  }
}

@media screen and (max-width: 490px) {
  .faq-site {
    padding-top: 0.75rem;
  }

  .post-border {
    margin-top: 0;
    padding: 2rem 0;
    border: none;
  }
}

.custom-update-time {
  color: #7c7c7c;
}

.truncate-breadcrumb {
  max-width: 20rem;
  min-width: 2rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.fbc-page .fbc-wrap .fbc-items {
  font-family: "Roboto", Arial;
  width: 30rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.wpcategorieswidget-2 .title {
  border-radius: 10px 10px 0 0;
}

.wpcategorieswidget-2 ul li {
  padding: 0 30px;
}

.wpcategorieswidget-2 .cat-have-child {
  cursor: pointer;
}

.wpcategorieswidget-2 .categories>ul>li:hover {
  border-left: 1px solid #c80000;
}

.wpcategorieswidget-2 .current-cat >a {
  color: #c80000;
}

.wpcategorieswidget-2 ul li a {
  color: #000;
}

div.asl_r.vertical .results .item:hover {
  background-color: #f4f4f4;
}

.open-m-menu {
  border-left: 1px solid #c80000 !important;
}

.wpcategorieswidget-2 {
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  transition: all 0.8s;
}

.title-post-custom {
  font-size: 1.25rem;
}