.banggia-goihoc {
  overflow: auto;
}
.compare-wrapper {
    display: flex;
    gap: 20px;
/*    overflow-x: auto;*/
padding-bottom: 100px;
}
.compare-column {
  position: relative;
  flex: 0 0 auto;
  border: 1px solid #ddd;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  min-width: 162px;
}
.compare-column:not(.feature-column) {
  background-color: #fafafa;
}
.compare-header {
  background: #296142;
  color: white;
  text-align: center;
  font-weight: bold;
  padding: 12px 8px;
  min-height: 76px;
  border-radius: 8px 8px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.compare-item {
  padding: 15px 0;
  text-align: center;
  border-top: 2px dashed #E3E3E380;
}
.feature-column .compare-item{
  text-align: left;
}
.feature-column {
  font-weight: 600;
  text-align: left;
  box-shadow: none;
  border: 0;
  flex:1;
}
.not-checkmark,
.checkmark {
  color: #f4af3d;
  font-size: 18px;
}
.price {
  font-weight: bold;
  color: #773B3B;
  font-size: 16px;
  margin-top: 25px;
  display: none;
}
.price-1 {
  display: block;
}
.btn-register {
  padding: 10px 11px;
  background: #E3A44F;
  color: white;
  font-weight: bold;
  border: none;
  border-radius: 36px;
  cursor: pointer;
  font-weight: 600;
  width: 100%;
  transition: .3s all;
}
.btn-register:hover {
  background: #d9961f;
  transform: scale(0.9);
}
.active-column {
  background: #f4af3d1c;
  border: 2px solid #f4af3d;
}
.toggle-price {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 5px 0;
}
.toggle-price span {
  font-size: 13px;
}
.toggle-price svg {
  width: 20px;
  height: 20px;
  fill: #f4af3d;
}
.compare-btn{
  position: absolute;
  top: 100%;
  z-index: 1;
  left: 0;
  width: 100%;
  text-align: center;
}
.compare-item select {
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.04);
  background-color: #F1F1F1;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.08);
  margin-top: 10px;
}
.compare-column.last-column .compare-item:not(.compare-btn) {
  padding: 0;
}
.last-column .split-cell span {
  padding: 15px 0;
  width: 50%;
}
.last-column .split-cell {
  display: flex;
  align-items: center;
  justify-content: center;
}
.last-column .split-cell span+span {
  border-left: 1px dashed #eee;
}
.last-column .split-cell span {
  padding: 15px 0;
  width: 50%;
}
.control-showhide label{
  display: block;
  color: rgba(42, 42, 42, 0.60);
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
}
.control-showhide{
  cursor: pointer;
}
.control-showhide.active label.hide,
.price-goi:not(.active),
.control-showhide:not(.active) label.show{
  display: none;
}
.control-showhide i {
  border-radius: 20px;
  border: 1px solid rgba(42, 42, 42, 0.03);
  background: #F8F8F8;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05);
  width: 40px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 5px auto;
  color: rgba(42, 42, 42, 0.6);
  font-size: 14px;
}
.control-showhide.active i {
  background: #E3A44F;
  color: #fff;
  box-shadow: 2px 2px 10px 0px #AD6C1B inset;
}
.control-showhide.active i::before {
  content: "\f06e";
  font-weight: 900;
}
.goi-item.active{
  background-color: #E3A44F;
  color: #fff;
}
.price-goi .price{
  margin-top: 0;
}
@media only screen and (max-width: 1200px) {
 .compare-wrapper {
    gap: 15px;
    padding-bottom: 77px;
  }
  .feature-column .compare-item {
    white-space: nowrap;
  }
}