.promotion-box-header{
  position: relative;
  padding-left: 20px;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}

.promotion-box-header:before{
  position: absolute;
  content: '';
  top: 15px;
  left: 0;
  right: 0;
  background: #dee2e6;
  height: 1px;
}
.promotion-icon{
  background: #fff;
  display: inline-block;
  position: relative;
  z-index: 2;
  padding: 0 10px;
}
.promotion-icon img{
  height: 24px;
  width: 30px;
  padding-right: 5px;
}
.promotion-text{
  position: relative;
  top: 4px;
}

.btn-yellow{
  background-color: #FFC107;
  color: #000;
  transform: scale(1);
  animation: pulse 2s infinite;
}
.btn-yellow:hover{
  background: #e3ae10;
  color: #000;
}

@keyframes pulse {
  0% {
    transform: scale(0.99);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.4);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }

  100% {
    transform: scale(0.99);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}
.sim-item.show-more {
    background: #066319;
    border-color: #066319;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.sim-item.show-more a {
    color: #fff;
    display: block;
    padding: 13px 0;
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.list-group--news .news-thumb {
    max-width: 60px;
    height: auto;
    margin-bottom: 10px;
    margin-right: 10px;
    float: left;
}
.list-group--news .list-group-item a span{
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}

@media screen and (max-width: 992px){
   .list-group--news .news-thumb {
      max-width:140px;
      margin-right:10px;
      margin-bottom:0
     }
}

@media screen and (max-width: 368px){
   .list-group--news .news-thumb {
      max-width:60px;
      margin-right:10px;
      margin-bottom:0
     }
}

.meta {
    font-size: 12px;
    color: #888;
}

.icon {
  display: inline-block;
  vertical-align: middle;
  background: url("../images/images.png") no-repeat;
  overflow: hidden;
  text-indent: -9999px;
  text-align: left;
  margin-right: 5px; }
  .icon-sim {
    background-position: -95px -212px;
    width: 20px;
    height: 18px; }
  .icon-viettel {
    background-position: -0px -102px;
    width: 71px;
    height: 9px; }
  .icon-vinaphone {
    background-position: -65px -138px;
    width: 64px;
    height: 13px; }
  .icon-mobifone {
    background-position: -0px -111px;
    width: 67px;
    height: 11px; }
  .icon-itelecom {
    background: url("../images/itelecom_logo.png") no-repeat;
    width: 43px;
    height: 16px; }
  .icon-vietnamobile {
    background-position: -65px -130px;
    width: 64px;
    height: 8px; }
  .icon-gmobile {
    background-position: -65px -151px;
    width: 61px;
    height: 21px; }
  .icon-reddi {
    background: url("../images/ico/reddi.svg") no-repeat;
    width: 43px;
    height: 16px; }
.list-month{
  margin-bottom: 0px;
}

.list-month li{
  border: 1px solid #ddd;
  padding: 4px;
  text-align: center;
  transition: all 0.3s ease;
}
.list-month li a{
  display: block;
  color: #111;
  text-decoration: none;
}
.list-month li:hover{
  border: 1px solid #ff9800;
  color: #ff9800;
  background: #fef3df;
}

.list-date{
  columns: 4;
  column-gap: 10px;
}

.list-date li a{
  color: #111;
  font-size: 13px;
  text-decoration: none;
  background: url(../images/icon-li.png) left no-repeat;
  padding-left: 20px;
  white-space: nowrap;
}
.list-date li a:hover{
  color: #d10a00;
}

@media screen and (max-width: 768px){
  .list-date{
    columns: 3;
  }
}

@media screen and (max-width: 568px){
  .list-date{
    columns: 2;
  }
}

.block-head.no-bg{
  background: transparent;

}
.color-red{
  color: #d10a00;
}

.trst-row .sim-item--number{
  line-height: 1;
}
.trst-row .sim-item--price{
  line-height: 1;
}
.trst-row .sim-item--priceDel{
  display: block;
  line-height: 1;
}
.sim-item--priceDel{
  color: #989898;
}
.loadding-wrap{
  display: none;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
}
.loadding-wrap.show{
  display: flex;
  opacity: 1;
  visibility: visible;
}

.lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
  margin: -4px 0 0 -4px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  background: #e67e22;
  top: 63px;
  left: 63px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  background: #f39c12;
  top: 68px;
  left: 56px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  background: #2ecc71;
  top: 71px;
  left: 48px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  background: #27ae60;
  top: 72px;
  left: 40px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  background: #f1c40f;
  top: 71px;
  left: 32px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  background: #2980b9;
  top: 68px;
  left: 24px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  background: #2980b9;
  top: 63px;
  left: 17px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  background: #f1c40f;
  top: 56px;
  left: 12px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.form-box{
  background: #aae5f973;
  padding: 15px;
}
.form-box h3{
  margin: 0px 0px 10px 0px;
  font-size: 16px;
  font-weight: bold;
}
.form-box form{
  max-width: 300px;
  margin: 0 auto;
}
.form-box .form-group{
  margin-bottom: 8px;
}
.form-box .form-group label{
  margin-bottom: 5px;
}

@media screen and(max-width: 320px){
  .form-box form{
    max-width: 100%;
  }
}

.block-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 8px; }
.block-grid .sim-item-first {
  grid-column: 1 / span 2;
  grid-row: 1 / span 2; }

@media screen and (max-width: 768px) {
  .sim-item img{
    width: 32px;
  }
  .sim-item p{
    width: calc(100% - 42px);
  }
  .block-grid {
    grid-template-columns: repeat(3, 1fr); } }
@media screen and (max-width: 568px) {
  .block-grid {
    grid-template-columns: repeat(2, 1fr); } }

.banner {
  position: fixed;
  z-index: 1000;
  width: 160px;
   }
.banner img {
  width: 100%; }

#banner1 {
  left: 10px; }

#banner2 {
  right: 10px; }

@media screen and (max-width: 1480px) {
  .banner {
    width: 125px; } }
@media screen and (max-width: 1400px) {
  .banner {
    width: 100px; } }
@media screen and (max-width: 1275px) {
  .banner {
    display: none; } }
@media screen and (max-width: 1200px) {
  .banner {
    display: none; } }

.tab-links{
  padding-left: 0;
  list-style: none;
}

.tab-links:after {
    display:block;
    clear:both;
    content:'';
}

.tab-links li {
  margin: 0;
  float:left;
  list-style:none;
  margin-right: 8px;
  border-radius: 5px;
}

.tab-links a {
  display:inline-block;

  padding:6px 10px;
  
  border-radius:5px;
  border: 1px solid #FFC107;
  background:transparent;

  font-size:14px;
  font-weight:400;
  text-align: center;
  text-decoration:none;

  color:#000;
  transition:all linear 0.2s;
  
}

.tab-links a:hover{
  background: #ffc107;
  color: #fff;
}

.tab-links li.active a{
  background: #ffc107;
  color: #fff;
}

.tab{
    display:none;
}

.tab.active {
    display:block;
}
.modal{
  pointer-events: none;
}