@charset "utf-8";
/* CSS Document */

/*.section-title {
  font-size: 4rem;
  font-weight: 600;
  margin-top: 4rem;
  margin-left: 2rem;
}
*/.ChuyenNgan {
  margin-top: 4rem;
  width: 100%;
  height: 50vh;
}
.evBoxes-14 {
  width: 96%;
  height: 100%;
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}
  .evBox-14 {
    width: 48%;
    height: 90%;
    display: flex;
    justify-content: space-between;
box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 1);    
    border-left: 6px solid black;
  }
  .evBox-14-left {
    background-color: #67695a;
    width: 45%;
    height: 100%;
    color: white;
  }

    .evBox-14-left h2 {
      font-size: 2.4rem;
    padding-left: 2rem;
    padding-right:1rem;
    margin-top: 1rem;
  }
    .evBox-14-left h3 {
      font-size: 1.4rem;
    padding-left: 2rem;
    padding-right: 1rem;
    margin-top: 1.4rem;
  }
    .evBox-14-left p {
      font-size: 1.3rem;
    padding-left: 2rem;
    padding-right: 2rem;
    margin-top: 1.6rem;
      color: white;
      font-family: "Raleway";
      font-weight: 500;
      line-height: 2rem;
  }


  .evBox-14-right {
    width: 55%;
    background-color: #d8bec0;
    height: 100%;
    position: relative;
    
    /*align-self: center;*/
  }
  
  .evBox-14-right-img1 {
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin-left: 1rem;
    background-image: url("VinhLong.jpg");
      background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
    margin: 0 auto;
    /*margin-top: 10%;*/
    margin-right: auto;
}
  .evBox-14-right-img2 {
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin-left: 1rem;
    background-image: url("pkySchool.jfif");
      background-position: 85% 50%;
  background-repeat: no-repeat;
  background-size: cover;
    margin: 0 auto;
    /*margin-top: 10%;*/
    margin-right: auto;
}
