.container1 {
  color: #fff;
  height: 700px;
}

.container1 .ct2 {
  height: 380px;
  background-color: #181f3a;
}

.container1 .ct2 .text-contaner {
  height: 200px;
  padding-top: 90px;
  display: flex;
  justify-content: space-between;
}

.container1 .ct2 .text-contaner .right_btn {
  white-space: nowrap;
  background: #696FBB;
  height: max-content;
  padding: 10px 20px;
  border-radius: 20px;
}

.container1 img {
  width: 100%;
  height: 440px;
  border-radius: 14px;
}

.container2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.container2 p {
  width: 720px;
  text-align: center;
  color: #888;
  font-size: 14px;
}

.container2 .p1 {
  color: #696FBB;
}

.container2 .p2 {
  color: #252525;
  font-size: 30px;
}

.container2 .p5 {
  color: #252525;
  font-size: 36px;
}

.container3 {
  display: flex;
  align-items: center;
  margin-top: 80px;
}

.container3 .item {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 20px;
}

.container3 .item img {
  width: 60px;
  height: 60px;
}

.container3 .item p {
  font-size: 12px;
  color: #888;
}

.container3 .item p:first-child {
  font-size: 35px;
  color: #252525;
}

.container4 {
  background: #181f3a;
  height: 480px;
  color: #fff;
  padding: 80px 0;
  margin-top: 120px;
}

.container4 .top p {
  text-align: center;
  padding: 4px 0;
}

.container4 .top p:first-child {
  color: #696FBB;
}

.container4 .top p:nth-child(2) {
  padding: 0;
  margin: 0;
  font-size: 30px;
}

.container4 .content {
  display: flex;
  gap: 10px;
  margin-top: 40px;
}

.container4 .content div {
  height: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  z-index: 1;
  position: relative;
}

.container4 .content div:hover {
  color: #fff;
}

.container4 .content div:hover::before {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  opacity: 1;
}

.container4 .content div::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 90px;
  z-index: -1;
  height: 90px;
  background-color: #696fbb;
  border-radius: 272px 0 0 0;
  opacity: .1;
  -webkit-transition: .7s;
  transition: .7s;
}

.container4 .content div::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 75px;
  height: 75px;
  background-color: #696fbb;
  border-radius: 170px 0 0 0;
  opacity: .1;
  background: #696fbb;
  opacity: .1;
}

.container4 .content div img {
  width: 78px;
  height: 78px;
}

.container4 .content div p {
  font-size: 18px;
}

.container4 .content div p:last-child {
  font-size: 14px !important;
}

.container5 {
  height: 350px;
  background-image: url(../images/home/scroll_bg.jpg);
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 80px;
  padding-right: 10%;
  padding-left: 10%;
}

.container5 .container {
  position: relative;
}

.container5 .text-box {
  padding: 80px 0;
}

.container5 .text-box h2 {
  color: #fff;
  font-weight: 100;
  margin: 0;
}

.container5 .text-box h2:last-child {
  font-weight: 300;
  margin-top: 30px;
}

.container5 .btns {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid #fff;
  padding: 6px 40px;
  border-radius: 20px;
  font-size: 18px;
  color: #fff;
}

.media-body {
  padding: 10px;
  border: 1px solid #f2f2f2;
  transition: .3s;
  cursor: pointer;
}

.media-body:hover {
  transform: translateY(-10px);
  box-shadow: 0 0 20px #eee;
}

.media-body .ico_img {
  position: relative;
  height: 269px;
}

.media-body .ico_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.media-body .ico_img .dete {
  position: absolute;
  right: 14px;
  bottom: -20px;
  width: 56px;
  height: 64px;
  background: #171f3c;
  color: #fff;
  padding: 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}

.media-body .content {
  padding: 20px;
  padding-top: 30px;
}

.media-body .content .read-more {
  cursor: pointer;
}
