#chuong-trinh-tour .wrap-day {
  padding-bottom: 24px;
}
#chuong-trinh-tour .wrap-day .head {
  margin-bottom: 6px;
  gap: 24px;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  #chuong-trinh-tour .wrap-day .head {
    flex-direction: column;
    align-items: start;
    gap: 12px;
    margin-bottom: 16px;
  }
}
#chuong-trinh-tour .wrap-day .head p {
  font-size: 20px;
  font-weight: bold;
  font-family: "SVN-Gotham", sans-serif;
  color: #000000;
  line-height: 1.3em;
}
#chuong-trinh-tour .wrap-day .head p .title-day {
  color: #e25a36;
}
#chuong-trinh-tour .wrap-day .list-icon {
  max-width: 92.15%;
  margin-left: auto;
  margin-top: 8px;
  display: flex;
  justify-content: space-between;
  border: 1px solid #e25a36;
  border-radius: 8px;
  padding: 12px;
  background: #fef8f6;
}
@media (max-width: 767px) {
  #chuong-trinh-tour .wrap-day .list-icon {
    max-width: 100%;
    flex-direction: column;
    gap: 8px;
  }
}
#chuong-trinh-tour .wrap-day .list-icon .icon-item {
  display: flex;
  gap: 8px;
}
#chuong-trinh-tour .wrap-day .list-icon .icon-item .icon {
  display: flex;
  gap: 8px;
}
#chuong-trinh-tour .wrap-day .list-icon .icon-item .text {
  font-size: 16px;
  line-height: 1.5em;
  font-family: "SVN-Gotham Rounded", sans-serif;
  color: #000000;
  font-weight: 400;
}
#chuong-trinh-tour .wrap-day .body {
  max-width: 92.15%;
  margin-left: auto;
}
@media (max-width: 767px) {
  #chuong-trinh-tour .wrap-day .body {
    max-width: 100%;
  }
}
#chuong-trinh-tour .wrap-day .body p {
  margin: 12px 0;
}
#chuong-trinh-tour .wrap-day .body p a {
  padding-left: 20px;
  font-size: 15px;
  font-family: "SVN-Gotham", sans-serif;
  font-weight: bold;
  line-height: 1.5em;
  color: #e25a36;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M7.75%2010.9365C7.82556%2010.9797%207.91109%2011.0024%207.99813%2011.0024C8.08516%2011.0024%208.17069%2010.9797%208.24625%2010.9365C8.39937%2010.8484%2011.9963%208.74904%2011.9963%205.00216C11.9648%203.96297%2011.53%202.97685%2010.784%202.25274C10.038%201.52864%209.0393%201.12345%207.99964%201.12305C6.95998%201.12264%205.961%201.52704%205.2144%202.25057C4.4678%202.97409%204.03223%203.95987%204%204.99903C4%208.74903%207.59875%2010.8453%207.75%2010.9365ZM8%203.49903C8.29667%203.49903%208.58668%203.58701%208.83335%203.75183C9.08003%203.91665%209.27229%204.15092%209.38582%204.42501C9.49935%204.6991%209.52906%205.0007%209.47118%205.29167C9.4133%205.58264%209.27044%205.84992%209.06066%206.0597C8.85088%206.26947%208.58361%206.41234%208.29264%206.47021C8.00166%206.52809%207.70006%206.49839%207.42597%206.38485C7.15189%206.27132%206.91762%206.07906%206.7528%205.83239C6.58797%205.58572%206.5%205.29571%206.5%204.99903C6.5%204.60121%206.65804%204.21968%206.93934%203.93837C7.22064%203.65707%207.60218%203.49903%208%203.49903ZM15%2011.499C15%2013.4478%2011.3931%2014.499%208%2014.499C4.60687%2014.499%201%2013.4478%201%2011.499C1%2010.5872%201.82625%209.77966%203.32687%209.22591C3.44994%209.18526%203.58398%209.19397%203.70074%209.25022C3.8175%209.30647%203.90785%209.40587%203.95275%209.52744C3.99766%209.64902%203.9936%209.78328%203.94143%209.90192C3.88926%2010.0206%203.79307%2010.1143%203.67313%2010.1634C2.64125%2010.5453%202%2011.0565%202%2011.499C2%2012.334%204.2825%2013.499%208%2013.499C11.7175%2013.499%2014%2012.334%2014%2011.499C14%2011.0565%2013.3587%2010.5453%2012.3269%2010.164C12.2069%2010.1149%2012.1107%2010.0212%2012.0586%209.90255C12.0064%209.78391%2012.0023%209.64964%2012.0472%209.52807C12.0921%209.40649%2012.1825%209.3071%2012.2993%209.25085C12.416%209.1946%2012.5501%209.18588%2012.6731%209.22653C14.1737%209.77966%2015%2010.5872%2015%2011.499Z%22%20fill%3D%22%23E25A36%22%2F%3E%3C%2Fsvg%3E");
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: left top 5px;
}

@media (max-width: 767px) {
  #tab-tour-detail .e-n-tab-title:hover {
    background: #f7f7f7;
    color: #000000;
  }
}

.e-n-tabs-heading .e-n-tab-title {
  cursor: pointer;
}