/*
Theme Name: Flatsome Child
Description: This is my theme
Author: Custom
Template: flatsome
Version: 1.0
*/
@import url(assets/css/custom.css);

/* .c-xep-hang */
.icon-box {
  display: flex;
}
.icon-box .icon-box-img {
  margin: unset;
  display: flex;
  justify-content: center;
  align-items: center;
}
.icon-box .icon-box-text {
  width: unset;
}
.c-bxh .col {
  position: relative;
  padding-bottom: unset;
}

.c-bxh .col::after {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 60px;
  background-color: #ddd;
}

.c-bxh .col:last-child::after {
  display: none;
}

.c-bxh .c-bxh-img {
  max-width: 100px;
}

.c-bxh .c-bxh-img .img-inner {
  border-radius: 18px;
}

.c-bxh .c-star .img {
  max-width: 13px;
}

.c-bxh .c-star {
  gap: 3px;
}

.c-bxh .c-bxh-btn {
  gap: 10px;
}

.c-bxh .c-bxh-btn .button {
  min-width: 155px;
}

.c-bxh .c-bxh-btn .button.success i {
  transform: rotate(90deg);
}

.c-bxh .icon-box .icon-box-text {
  margin: unset !important;
}

.c-bxh .icon-box {
  justify-content: center;
  flex-direction: row-reverse;
}

.c-bxh .col:nth-child(2) h3 {
  font-size: 28px;
}

.c-bxh .col:nth-child(2) p {
  font-size: 14px;
  margin-bottom: unset;
}

.c-bxh {
  box-shadow: 0 0 25px 0 rgb(0 0 0 / 20%);
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-bottom: 2rem !important;
  padding: 15px !important;
  position: relative;
}

.c-bxh .col:nth-child(1) {
  position: relative;
}

.c-bxh .col:nth-child(1) .box {
  position: absolute;
  content: "1";
  left: -10%;
  top: -10%;
  width: 30px;
  height: 38px;
  transform: translateY(-50%);
  background-image: url("/wp-content/uploads/2024/07/medal_orange.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.c-bxh .col:nth-child(5) .box {
  background-image: url("/wp-content/uploads/2024/07/medal_blue.webp");
}

.c-bxh .col:nth-child(1) .box .overlay {
  display: none;
}

.c-bxh .col:nth-child(1) .box .box-text {
  padding: unset;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.c-bxh .col:nth-child(1) .box .box-text p {
  font-weight: bold;
  padding-top: 3px;
}

/* Sidebar Blog */
.post-item .col-inner {
  box-shadow: 0 3px 6px -4px rgba(9 250 244/ 0.16),
    0 3px 6px rgb(9 250 244 / 23%);
}
.c-bxh-sidebar {
  margin-top: 1rem;
  padding: 1rem;
  box-shadow: 0 3px 6px -4px rgba(9 250 244/ 0.16),
    0 3px 6px rgb(9 250 244 / 23%);
}
.row-divided > .col + .col:not(.large-12) {
  border-width: 0;
}
@media (min-width: 850px) {
  .box-vertical .box-image {
    width: 27% !important;
  }
}
/*==========  Non-Mobile First Method  ==========*/

@media (max-width: 850px) {
  .c-bxh .icon-box .icon-box-text {
    margin: unset !important;
  }
  .c-bxh .col::after {
    display: none;
  }
  .c-bxh .col:nth-child(1) .box {
    top: -10%;
    left: 0;
  }
}