* {
  padding: 0;
  margin: 0;
}
p {
  text-align: justify;
}
/* banner */
.banner {
    height: 85vh;
}
.banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* box1 idea */
.box1 .container-fluid,
.box2 .container-fluid {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.box1 .row {
  width: 85%;
}
/* topBox */
.box1 .ideaTop {
  margin-top: 5%;
}
.box1 .ideaTop p {
  text-align: center;
}
.box1 .topTit,
.box2 .topTit {
  font-size: 32px;
  font-weight: 600;
}
/* ctBox */
.box1 .topCont {
  font-size: 22px;
}
.box1 .col-md-12 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  background-size: 15%;
  background-position: 50% 50%;
}

/* ctCont bg end */
.box1 .ctCont p {
  font-size: 22px;
  font-weight: 600;
  margin: 0;
}

/* btBox */
.btBox {
  margin: 5% 0;
}
.btBox .btLeft {
  padding: 5% 0;
}
.btBox .btTit p {
  font-size: 22px;
  color: #2A82E4;
  margin-bottom: 0.8rem;
}
.btBox .btCont {
  width: 90%;
}
.btBox .btCont p {
  font-size: 18px;
  line-height: 2rem;
  margin-bottom: 2rem;
}
.btRight {
  display: flex;
  justify-content: center;
  align-items: center;
}
.btRight img {
  width: 100%;
}


/* box2 frame */
.box2 .row {
  width: 85%;
  margin: 3% 0 5% 0;
}
.box2 .frameImg,
.box2 .harvestImg {
  display: flex;
  justify-content: center;
  margin: 1% 0 0 0;
}
.box2 .frameImg img,
.box2 .harvestImg img {
  width: 85%;
}
.box2 .harvestImg {
  margin: 0 0 5% 0;
}
.box2 .btImg {
  display: flex;
  justify-content: center;
}

.box2 .ctOne {
  width: 50%;
  margin: 1% 0 0 0;
  font-size: 20px;
}
.box2 .ctOne p {
  margin: 0;
}
.box2 .dlDetail {
  margin: 2% 0 5% 13%;
}
.box2 .dlDetail i {
    color: #0056b3;
    font-size: 26px;
    margin-right: 1%;
}
.box2 .dlDetail a {
    color: #0056b3 !important;
    font-size: 24px;
}
.box2 .dlDetail a:hover {
    /* color: #0056b3 !important; */
    text-decoration: underline !important;
}

/* box4 school */
.box4 {
  margin-top: 0%;
}

.box4 .container-fluid {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.box4 .row {
  width: 80%;
  margin-bottom: 1%;
}
.box4 .topRow {
  display: flex;
  justify-content: center;
  margin-bottom: 2%;
}
.box4 .bigTit {
  font-size: 32px;
  font-weight: 600;
}
.box4 .bigTit {
  padding-left: 15px;
}
.box4 .images img {
  width: 100%;
}
.box4 .school {
	text-align: center;
  margin: 5% 0;
}

.box4 .button {
  display: flex;
  justify-content: end;
  margin: 3% 0;
}
.button .more {
	width: 150px;
	height: 50px;
	background-color: rgba(101, 215, 230, 1);
	color: white;
	font-size: 16px;
	border: 0;
	border-radius: 5px;
	transition: transform .2s;
}
.more:hover{
	transform: scale(1.05);
}