/*!
 * UMT Style v1.0 (https://www.umt.edu.vn/)
 * Copyright 2024
 * Author: Chainity
 * Page: Admissions
 */

 /* Top Big Banner */


 /* Admissions Section */
 .admissions-section {
   position: relative;
   background: linear-gradient(180deg, #00235C 15.54%, #0141A7 124.44%);
   color: #fff;
   padding-bottom: 50px;
 }
 .admissions-section .title {
   margin-bottom: 30px;
 }
 .admissions-section p {
   font-size: 23px;
   font-weight: normal; /* 450 */
   line-height: 42px;
 }
 .admissions-section .background-object.left {
   top: 15%;
   left: 0;
 }
 .admissions-section .background-object.right {
   bottom: 0;
   right: 0;
 }
 .admissions-topic {
    position: relative;
    margin-bottom: 30px;
 }
 .admissions-topic a {
    color: #fff;
 }
 .admissions-topic .responsive-img {
   width: 100%;
 }
 .admissions-topic .admissions-topic-hover-layer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 0;
    background: red;
    opacity: 0.3;
 }
 .admissions-topic:hover .admissions-topic-hover-layer {
  height: 40%;
  transition: all 0.3s;
}
 .admissions-topic h4 {
   position: absolute;
   bottom: 0;
   width: 100%;
   background-color: var(--umt-red);
   padding: 10px 0;
   text-transform: uppercase;
   text-align: center;
   margin-bottom: 0;
   font-size: 20px;
   font-weight: bold; /* 700 */
 }
 .admissions-topic:hover h4 {
  bottom: 40%;
  transition: all 0.3s;
}
 .training-detail {
   padding: 50px 80px;
 }
 .training-detail h3 {
   font-size: 24px;
   margin-bottom: 30px;
   line-height: 32px;
 }

 .admission-method-item {
    margin-bottom: 40px;
    border-bottom: 1px solid #000000;
  }
  .admission-method-item h3 {
    font-size: 30px;
    font-weight: bold; /* 700 */
    margin-bottom: 20px;
    text-align: left;
    text-transform: uppercase;
    color: var(--umt-blue);
  }
  .admission-method-item p {
    font-size: 18px;
  }
  .admission-method-item a {
    color: initial;
    text-decoration: none;
  }
  .admission-method-item a.view-more {
    float: inline-end;
    background-color: #fff;
    margin-bottom: -10px;
    margin-top: 0px;
    padding: 0 20px;
    margin-right: -15px;
    font-weight: bold;
  }
  .admission-method-item a.view-more>span {
    border: 1px solid #000;
    border-radius: 50%;
    padding: 0 1px;
  }

  .admissions-topic-2 {
    background-color: #fff;
    margin-bottom: 30px;
  }
  .admissions-topic-2 a {
    color: var(--umt-blue);
    text-decoration: none;
  }
  .admissions-topic-2 img {
    width: 100%;
    border-bottom: 15px solid var(--umt-red);
    margin-bottom: 20px;
  }
  .admissions-topic-2 h4 {
    font-size: 21px;
    font-weight: bold; /* 700 */
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 20px;
  }
  .admissions-topic-2 p {
    font-size: 18px;
    font-weight: normal; /* 400*/
    line-height: 23px;
    text-align: justify;
  }
  .admissions-topic-info {
    padding: 0 25px 15px;
  }

  .videos-section {
    padding-bottom: 60px;
  }
  .video-item {
    margin-bottom: 30px;
  }
  .video-item a {
    color: var(--umt-blue);
    text-decoration: none;
    text-align: center;
  }
  .video-thumb {
    position: relative;
  }
  .video-play-button {
    position: absolute;
    top: 30%;
    left: 43%;
  }
  .video-play-button span {
    font-size: 60px;
    color: #fff;
  }
  .video-info h4 {
    font-size: 20px;
    font-weight: bold; /* 700 */
    text-align: center;
    margin-top: 20px;
  }

  .steps-section {
    background-color: #F8F9FA;
    padding-bottom: 60px;
  }
  .steps-section .title {
    margin-bottom: 30px;
  }
  .steps-section .sub-title {
    font-size: 23px;
    font-weight: normal; /* 600 */
    color: #204785;
  }
  .step-item {
    margin-bottom: 60px;
  }
  .step-item img {
    height: 100px;
  }
  .step-item h4 {
    color: var(--umt-red);
    font-weight: bold; /* 700 */
    margin-top: 15px;
    text-transform: uppercase;
    font-size: 16px;
  }
  .step-item p {
    font-size: 16px;
    font-weight: normal; /* 500 */
    
  }
  .step-btn {
    background-color: var(--umt-red);
    border-radius: 10px;
    width: 100%;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold; /* 700 */
  }
  .step-btn:hover {
    background-color: var(--umt-red);
    color: #fff;
  }

 @media only screen and (max-width: 576px) {
  section {
    padding-left: 20px;
    padding-right: 20px;
  }
  h2.title {
    padding: 0 45px;
  }
  .training-detail {
    padding: 30px 20px;
  }
  .training-detail h3 {
    font-size: 16px;
    margin-bottom: 19px;
    line-height: 21px;
  }
  .admission-method-item h3 {
    font-size: 20px;
  }
 }