.text-banner-position {
  color:<?=$view_data['web_color']['main_color'];?>;
}
.btn-banner{
  background: <?=$view_data['web_color']['secondary_color'];?>;
}
.btn-banner:hover{
  background: <?=$view_data['web_color']['secondary_color'];?>;
}
.title-ticket-main{
  color:<?=$view_data['web_color']['main_color'];?>;
}

a:hover{
  color:<?=$view_data['web_color']['main_color'];?>;
}

.row-ticket{              
  margin-bottom:10px;
}

.item-ticket{
  color: #000;
  background-color: #292929;
  border-radius:8px;
}  
.item-ticket-img{
  height: 380px; /* You must set a specified height */
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover;
  border-top-left-radius:0px; 
  border-top-right-radius:0px;
}
.item-ticket-content{
  padding:15px;
  color:#000;
}
.item-ticket-content-title{
  font-size: 16px;
  font-weight: 700;
  color:<?=$view_data['web_color']['main_color'];?>;
  padding: 10px;
}
.item-ticket-content-desc{
  color:rgba(255, 255, 255, 0.8);
  line-height: 18px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom:20px;
}

.carousel-item{
  background-repeat: no-repeat;
  background-size: cover;
}
.text-desc{
	padding:70px 160px;
}
@media (max-width: 700px){
	.text-desc{
		padding:50px 30px;
	}
}