
@media (min-width: 768px) {
  .result_box1_title {
    font-size: 2.2rem;
    line-height: 2.7rem;
    padding-top: 2.45rem;
  }
}
@media (min-width: 992px) {
  .result_box1_title {
    font-size: 3.35rem;
    line-height: 3.6rem;
    padding-top: 0;
  }
}
@media (min-width: 1200px) {
  .result_box1_title {
    font-size: 4.5rem;
    line-height: 5rem;
    padding-top: 5rem;
  }
}
@media (min-width: 1600px) {
  .result_box1_title {
    font-size: 5.466rem;
    line-height: 5.466rem;
    padding-top: 5rem;
    padding-left: 0;
  }
}
.font-medium{
  font-weight: 500;
}
@media (min-width: 767.98px) {
  .result-title-page {
    font-size: 4.375rem;
    line-height: 5rem;
    margin:
3rem 0;
  }
}
/**/
.comparison-slider {
  position: relative;
  width: 770px;
  max-width: 100%;
  overflow: hidden;
  cursor: ew-resize;
  margin: 20px auto;
  aspect-ratio: 1;
}

.comparison-slider img {
  display: block;
  width: 100%;
  height: auto;
}

.before-image, .after-image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

.before-image {
  z-index: 2;
  width: 50%;
  overflow: hidden;
}
.before-image img {
  width: 770px;
  max-width: 770px;
}

.after-image {
  width: 100%;
  overflow: hidden;
  z-index: 1;
}
.before-image label{
  position: absolute;
  top: 10px;
  left: 10px;
  font-weight: bold;
}
.after-image label{
  position: absolute;
  right: 10px;
  top: 10px;
  font-weight: bold;
}

.slider-handle {
  position: absolute;
  top: 0;
  left: 50%;
  width: 4px;
  height: 100%;
  background: gold;
  z-index: 3;
  transform: translateX(-50%);
}

.button-group {
  text-align: center;
  margin-top: 20px;
}

.button-group button {
  padding: 10px 20px !important;
  border-radius: 50px;
  margin: 0 5px;
  color: #fff;
  cursor: pointer;
  transition: background 0.3s;
  font-size: 15px;
}

.button-group button:hover {
  background: #f1b434;
  color: #fff;
}

.button-group button.active {
  background: #f1b434;
  color: #fff;
}


.comparison-wrapper .slider-handle span {
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: rgba(255,255,255,.75);
  border: 1px solid #f1b434;
  border-radius: 5rem;
  color: #000;
  font-weight: 600;
  padding: 7px 10px 5px;
  text-transform: uppercase;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transition: all .1s ease-in-out;
  cursor: inherit;
}
.list-result-full .khachhang-item:nth-child(2n){
  background-color: #f6f6f7;
}

/**/
.khachhang-info h2{
  text-transform: uppercase;
}
.khachhang-info h2 img{
  margin-right: 0px;
  width: 62px;
}
.khachhang-item iframe{
  width: 100%;
  aspect-ratio: 3/2;
  display: block;
}
/**/
.main-result-box3{
  max-width: 1024px;
  margin: 0 auto;
}
.main-result-box3 img{
  width: 100%;
  display: block;
}
.main-result-box3 .swiper-pagination {
  position: relative;
  width: 100%;
  display: block;
  display: flex;
  justify-content: center;
  margin: 20px 0;
}
.main-result-box3 .swiper-pagination span {
  width: 40px;
  height: 40px;
  font-size: 1.2rem;
  background-color: #fff;
  border-radius: 100%;
  border: 3px solid transparent;
  opacity: 1;
  margin: 0 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}
.main-result-box3 .swiper-pagination span.swiper-pagination-bullet-active{
  background-color: transparent;
  color: #000;
  border-color: #f1b434;
}
@media (min-width: 576px) {
  .main-result-box4 h2 {
    font-size: 3rem;
  }
}
.btn.btn-primary {
  background-color: #f1b434;
  border-color: transparent;
  color: #fff;
}
.btn.btn-primary:hover, 
.btn.btn-primary:not(:disabled):not(.disabled).active, 
.btn.btn-primary:not(:disabled):not(.disabled):active {
  background-color: #fff;
  border-color:#f1b434;
  color: #f1b434;
}
@media only screen and (max-width: 640px) {
  .main-result-box3 .swiper-pagination span {
    width: 20px;
    height: 20px;
    font-size: 10px;
  }
  .main-result-box4 {
    padding: 20px;
  }
  .button-group button {
    padding: 7px 10px !important;
    margin: 0 2px;
    font-size: 12px;
  }
}