/*
Theme Name: Hospiway
Author URI: Huu Bang
Version: 1.0.0
*/

.tml-action #header,
.tml-action #footer {
  display: none;
}

.tml-action .tml {
  height: 100dvh;
  width: 100%;
  padding-left: calc(100% - 390px);

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #112448;
}

.tml-action .tml::before {
  content: "";
  width: calc(100% - 390px);
  height: 100dvh;
  background: url("https://hospiway.vn/wp-content/themes/hospiway/assets/images/bg-login.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}

.tml-action .tml form {
  width: 100%;
  padding: 0 24px;
}

.tml-action .tml form label,
.tml-action .tml .tml-field-wrap {
  font-size: 14px;
  line-height: 24px;
  color: #112448;
}

.tml-action .tml form input:not([type="checkbox"]) {
  height: 48px;
  border-radius: 8px;
  background-color: #f8f8f8;
  padding: 12px 20px;
  border: none;
  color: #112448;
}

.tml-action .tml form button[type="submit"] {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  line-height: 18px;
  font-weight: bold;
  border-radius: 8px;
  transition: all 0.4s ease;
  background-color: #112448;
  height: 48px;
  color: #fff;
}

.tml-action .tml form button[type="submit"]:hover {
  background-color: #d9a640;
}

.tml .tml-error {
  font-size: 13px;
  margin-left: 24px;
  margin-right: 24px;
}

.tml-action .tml .tml-links {
  padding: 0 24px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  line-height: 24px;
  color: #112448;
}

.tml-action .tml .tml-links a {
  transition: all 0.4s ease;
  color: #112448;
}

.tml-action .tml .tml-links a:hover {
  color: #d9a640;
}
.news-item .item-content .title,
.training-top .name {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}
.training-top .description {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}
.course-swiper .swiper-slide {
  height: auto;
}
.course-swiper .swiper-slide .course-item {
  height: 100%;
}
.course-price .price.price_line {
  text-decoration: line-through;
  font-size: 12px;
  color: #000;
  text-align: right;
}
.color-red {
  color: red;
}
