/*--------------------------
color
---------------------------*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-slide {
  opacity: 0;
}
.slick-slide.slick-active {
  opacity: 1;
}

.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  padding: 0 0 10px;
}
.slick-track:before {
  display: table;
  content: "";
}
.slick-track:after {
  display: table;
  content: "";
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Icons */
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  padding: 0;
  /*lte IE 8*/
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev,
.slick-next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: calc(50% - 20px);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  cursor: pointer;
  z-index: 5;
}
@media only screen and (max-width: 768px) {
  .slick-prev,
  .slick-next {
    top: calc(50% - 40px);
  }
}
.slick-prev::after,
.slick-next::after {
  display: block;
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 48px;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .slick-prev::after,
  .slick-next::after {
    font-size: 16px;
  }
}
.slick-prev:hover,
.slick-next:hover {
  opacity: 0.7;
}

.slick-prev {
  left: 0;
}
@media only screen and (max-width: 768px) {
  .slick-prev {
    left: 12px;
  }
}
.slick-prev::after {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f007";
}
.slick-prev:hover {
  opacity: 0.7;
}

.slick-next {
  right: 0;
}
@media only screen and (max-width: 768px) {
  .slick-next {
    right: 12px;
  }
}
.slick-next::after {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f006";
}
.slick-next:hover {
  opacity: 0.7;
}

/* Dots */
.slick-slider {
  padding: 0 20px;
  margin-bottom: 20px;
}

.slick-dot {
  position: absolute;
  left: 0;
  bottom: -20px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}
.slick-dot li {
  position: relative;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 10px;
  padding: 0;
  background: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  cursor: pointer;
}
.slick-dot li button {
  font-size: 0pt;
  display: block;
  width: 8px;
  height: 8px;
  cursor: pointer;
  padding: 0;
  background: #fff;
  border: none;
  border-radius: 50%;
}
.slick-dot li button:hover, .slick-dot li button:focus {
  outline: none;
}
.slick-dot li button:hover:before, .slick-dot li button:focus:before {
  opacity: 1;
}
.slick-dot li.slick-active button {
  background: #000;
}

.slick-slide {
  margin: 0 15px;
  height: auto;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -webkit-transform: scale(1) rotate(0.001deg);
          transform: scale(1) rotate(0.001deg);
}

.slick-slide {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 768px) {
  .slick-list.draggable {
    padding: 0 10px !important;
  }
}

/*--------------------------
main_visual
---------------------------*/
#main_visual .title_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 250px;
}
@media only screen and (max-width: 768px) {
  #main_visual .title_box {
    min-height: 180px;
  }
}
#main_visual .title_box span {
  display: inline-block;
  font-size: 32px;
  font-family: "Montserrat";
  font-weight: 600;
  margin: 0 0 8px;
  border-bottom: 1px solid;
}
#main_visual .title_box h1 {
  position: relative;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
}
#main_visual .title_box h1::before {
  content: attr(data-en);
  display: block;
  font-size: 56px;
  font-family: "Montserrat";
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  #main_visual .title_box h1::before {
    font-size: 36px;
  }
}
#main_visual .visual_box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 700px;
  background-image: url(/cn/special/vnb-ept/asset/image/about/ebt/main_visual.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow-x: hidden;
}
@media only screen and (max-width: 768px) {
  #main_visual .visual_box {
    min-height: 400px;
  }
}
#main_visual .visual_box::before {
  position: absolute;
  content: "";
  width: 52%;
  height: 100%;
  top: 0;
  left: -80px;
  background: #004986;
  mix-blend-mode: multiply;
  -webkit-transform: skewX(-12deg);
          transform: skewX(-12deg);
}
@media only screen and (max-width: 768px) {
  #main_visual .visual_box::before {
    width: 90%;
  }
}
#main_visual .visual_box .txt_box {
  width: 100%;
  max-width: 1170px;
  padding: 0 5%;
  margin: 0 auto 100px;
}
@media only screen and (max-width: 768px) {
  #main_visual .visual_box .txt_box {
    margin: 0 0 80px;
  }
}
#main_visual .visual_box .txt_box strong {
  display: block;
  font-size: 44px;
  font-weight: 500;
  color: #fff;
  line-height: 1.4;
  margin: 0 0 30px;
}
@media only screen and (max-width: 768px) {
  #main_visual .visual_box .txt_box strong {
    font-size: 28px;
    margin: 0 0 20px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  }
}
#main_visual .visual_box .txt_box p {
  font-size: 24px;
  font-weight: 500;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  #main_visual .visual_box .txt_box p {
    font-size: 16px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  }
}

/*--------------------------
section01
---------------------------*/
#section01 {
  position: relative;
  padding: 0 0 160px;
  margin: -160px 0 0;
}
@media only screen and (max-width: 768px) {
  #section01 {
    padding: 0 0 80px;
    margin: -80px 0 0;
  }
}
#section01 .container {
  text-align: center;
  padding: 80px 0 0;
  background: #fff;
}
@media only screen and (max-width: 768px) {
  #section01 .container {
    width: 95%;
    min-width: 95%;
    padding: 60px 12px 0;
  }
}
#section01 .container .structure_box:not(:last-child) {
  margin: 0 0 20px;
}
#section01 .container .box:not(:last-child) {
  margin: 0 0 100px;
}
#section01 .container .box h3 {
  position: relative;
  font-size: 32px;
  font-weight: 500;
  color: #004986;
  text-align: center;
  padding: 0 0 30px;
  margin: 0 0 30px;
}
#section01 .container .box h3::after {
  position: absolute;
  content: "";
  width: 62px;
  height: 2px;
  left: 50%;
  bottom: 0;
  background: #004986;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#section01 .container .box .txt_box {
  text-align: center;
  margin: 0 0 40px;
}
#section01 .container .box .flex_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 928px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #section01 .container .box .flex_box {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  #section01 .container .box .flex_box .left_box {
    margin: 0 auto 20px;
  }
}
#section01 .container .box .flex_box .left_box,
#section01 .container .box .flex_box .right_box {
  width: calc(50% - 20px);
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #section01 .container .box .flex_box .left_box,
  #section01 .container .box .flex_box .right_box {
    width: 100%;
  }
}
#section01 .container .box .flex_box .left_box figure figcaption.caption,
#section01 .container .box .flex_box .right_box figure figcaption.caption {
  font-weight: 700;
  margin: 0 0 12px;
}
#section01 .container .box h4 {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  padding: 0 0 6px;
  margin: 0 0 16px;
  border-bottom: 2px solid #004986;
}
#section01 .container .box figure figcaption {
  display: block;
  margin: 0 0 6px;
}
@media only screen and (max-width: 768px) {
  #section01 .container .box figure figcaption {
    font-size: 12px;
  }
}
#section01 .container .box .icon_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  #section01 .container .box .icon_list {
    display: block;
  }
}
#section01 .container .box .icon_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 315px;
  height: 315px;
  padding: 20px;
  margin: 0 auto;
  border-radius: 50%;
  background: #004986;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
}
@media only screen and (max-width: 768px) {
  #section01 .container .box .icon_list li {
    padding: 30px;
  }
  #section01 .container .box .icon_list li:not(:last-child) {
    margin: 0 auto 20px;
  }
}
@media only screen and (max-width: 380px) {
  #section01 .container .box .icon_list li {
    width: 260px;
    height: 260px;
  }
}
#section01 .container .box .icon_list li i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 93px;
  height: 93px;
  margin: 0 0 15px;
}
@media only screen and (max-width: 380px) {
  #section01 .container .box .icon_list li i {
    width: 70px;
    height: 70px;
    margin: 0 0 20px;
  }
}
#section01 .container .box .icon_list li h4 {
  font-size: 28px;
  font-weight: 500;
  color: #fff;
  margin: 0 0 16px;
}
@media only screen and (max-width: 768px) {
  #section01 .container .box .icon_list li h4 {
    font-size: 24px;
  }
}
#section01 .container .box .icon_list li p {
  font-weight: 500;
  color: #fff;
}

/*--------------------------
section02
---------------------------*/
#section02 {
  position: relative;
  padding: 150px 0;
}
@media only screen and (max-width: 768px) {
  #section02 {
    padding: 60px 0;
  }
}
#section02::before {
  position: absolute;
  content: "";
  width: 90%;
  height: 480px;
  top: 0;
  right: 0;
  background-image: url(/cn/special/vnb-ept/asset/image/application/main_visual.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  #section02::before {
    width: 97.5%;
    height: 300px;
  }
}
#section02::after {
  position: absolute;
  content: "";
  width: 100%;
  height: calc(100% - 240px);
  left: 0;
  bottom: 0;
  background: #eeeeee;
  z-index: -2;
}
@media only screen and (max-width: 768px) {
  #section02::after {
    height: calc(100% - 150px);
  }
}
#section02 h2 {
  position: relative;
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 2px;
  margin: 0 0 40px;
}
@media only screen and (max-width: 768px) {
  #section02 h2 {
    font-size: 16px;
  }
}
#section02 h2::before {
  content: attr(data-en);
  display: block;
  font-size: 60px;
  font-family: "Montserrat";
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  #section02 h2::before {
    font-size: 36px;
  }
}
#section02 .content {
  width: 85%;
  padding: 40px 20px;
  margin: 0 0 0 auto;
  background: #004986;
}
@media only screen and (max-width: 768px) {
  #section02 .content {
    width: 95%;
  }
}
#section02 .content .slick li a {
  position: relative;
  display: block;
  overflow: hidden;
}
#section02 .content .slick li a::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  opacity: 0;
}
#section02 .content .slick li a figure {
  position: relative;
  display: block;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}
#section02 .content .slick li a figure img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  -webkit-transform: scale(1);
          transform: scale(1);
}
#section02 .content .slick li a figure figcaption {
  position: absolute;
  width: 90%;
  left: 5%;
  bottom: 7.5%;
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  line-height: 1.4;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  #section02 .content .slick li a figure figcaption {
    width: 95%;
    font-size: 18px;
    left: 2.5%;
  }
}
@media only screen and (max-width: 380px) {
  #section02 .content .slick li a figure figcaption {
    font-size: 16px;
  }
}
#section02 .content .slick li a:hover::after {
  opacity: 1;
}
#section02 .content .slick li a:hover figure img {
  -webkit-transform: scale(1.125);
          transform: scale(1.125);
}
#section02 .content .slick li h3 {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  line-height: 1.68;
}
@media only screen and (max-width: 768px) {
  #section02 .content .slick li h3 {
    font-size: 16px;
  }
}

/*--------------------------
section03
---------------------------*/
#section03 {
  position: relative;
  text-align: center;
  padding: 60px 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(/cn/special/vnb-ept/asset/image/about/ebt/sec03_bg_img.jpg);
}
@media only screen and (max-width: 1024px) {
  #section03 {
    padding: 40px 0;
  }
}
#section03 h2 {
  position: relative;
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 2px;
  margin: 0 0 40px;
}
@media only screen and (max-width: 768px) {
  #section03 h2 {
    font-size: 16px;
  }
}
#section03 h2::before {
  content: attr(data-en);
  display: block;
  font-size: 60px;
  font-family: "Montserrat";
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  #section03 h2::before {
    font-size: 36px;
  }
}
#section03 h3 {
  display: inline-block;
  font-size: 32px;
  font-family: "Montserrat";
  font-weight: 500;
  color: #fff;
  margin: 0 0 25px;
  border-bottom: 1px solid #fff;
}
#section03 .icon_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 680px;
  margin: 0 auto 70px;
}
@media only screen and (max-width: 768px) {
  #section03 .icon_list {
    margin: 0 0 40px;
  }
}
#section03 .icon_list li {
  width: calc(33.3333333333% - 40px);
  margin: 0 0 30px;
}
@media only screen and (max-width: 768px) {
  #section03 .icon_list li {
    width: calc(50% - 10px);
    margin: 0 0 20px;
  }
}
#section03 .icon_list li i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 120px;
  height: 120px;
  margin: 0 auto 10px;
  border-radius: 50%;
  background: #004986;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
}
#section03 .icon_list li span {
  display: block;
  height: 40px;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  line-height: 1.4;
}
@media only screen and (max-width: 1170px) {
  #section03 .icon_list li span {
    font-size: 16px;
  }
}
#section03 .icon_list li span small {
  display: block;
  font-size: 14px;
}
@media only screen and (max-width: 1170px) {
  #section03 .icon_list li span small {
    font-size: 12px;
  }
}
#section03 .btn_box a.blue {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 260px;
  height: 70px;
  font-size: 16px;
  font-family: "Roboto";
  font-weight: 500;
  color: #004986;
  margin: 0 auto;
  border: 1px solid #004986;
  background: #fff;
}
@media only screen and (max-width: 768px) {
  #section03 .btn_box a.blue {
    font-size: 14px;
    width: 220px;
    height: 50px;
  }
}
#section03 .btn_box a.blue:hover {
  color: #fff;
  background: #004986;
}

/*--------------------------
section04
---------------------------*/
#section04 {
  padding: 60px 0;
  background-image: url(/cn/special/vnb-ept/asset/image/top/sec04_bg_img.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  #section04 {
    padding: 40px 0;
  }
}
#section04 h2 {
  position: relative;
  font-size: 24px;
  font-weight: 500;
  color: #000;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 2px;
  margin: 0 0 60px;
}
@media only screen and (max-width: 768px) {
  #section04 h2 {
    font-size: 16px;
  }
}
#section04 h2::before {
  content: attr(data-en);
  display: block;
  font-size: 60px;
  font-family: "Montserrat";
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  #section04 h2::before {
    font-size: 36px;
  }
}
@media only screen and (max-width: 768px) {
  #section04 h2 {
    margin: 0 0 40px;
  }
}
#section04 .container h3 {
  font-size: 32px;
  font-family: "Montserrat";
  font-weight: 500;
  margin: 0 0 30px;
}
@media only screen and (max-width: 768px) {
  #section04 .container h3 {
    font-size: 28px;
  }
}
#section04 .container ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 40px;
}
@media only screen and (max-width: 768px) {
  #section04 .container ul {
    display: block;
  }
}
#section04 .container ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(50% - 10px);
  height: 90px;
  font-size: 32px;
  font-family: "Montserrat";
  font-weight: 500;
  color: #fff;
  margin: 0 auto;
  background: #004986;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
}
@media only screen and (max-width: 768px) {
  #section04 .container ul li {
    width: 100%;
    height: 70px;
    font-size: 22px;
  }
}
@media only screen and (max-width: 768px) {
  #section04 .container ul li:not(:last-child) {
    margin: 0 0 20px;
  }
}
#section04 .container .btn_box a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 260px;
  height: 70px;
  font-size: 16px;
  font-family: "Roboto";
  font-weight: 500;
  color: #fff;
  margin: 0 auto;
  border: 1px solid #fff;
  background: #fff;
}
@media only screen and (max-width: 768px) {
  #section04 .container .btn_box a {
    font-size: 14px;
    width: 220px;
    height: 50px;
  }
}
#section04 .container .btn_box a:hover {
  color: #000;
  background: #fff;
}
#section04 .container .btn_box a.ept {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 260px;
  height: 70px;
  font-size: 16px;
  font-family: "Roboto";
  font-weight: 500;
  color: #ca0000;
  margin: 0 auto;
  border: 1px solid #ca0000;
  background: #fff;
}
@media only screen and (max-width: 768px) {
  #section04 .container .btn_box a.ept {
    font-size: 14px;
    width: 220px;
    height: 50px;
  }
}
#section04 .container .btn_box a.ept:hover {
  color: #fff;
  background: #ca0000;
}
#section04 .container .btn_box a.ebt {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 260px;
  height: 70px;
  font-size: 16px;
  font-family: "Roboto";
  font-weight: 500;
  color: #004986;
  margin: 0 auto;
  border: 1px solid #004986;
  background: #fff;
}
@media only screen and (max-width: 768px) {
  #section04 .container .btn_box a.ebt {
    font-size: 14px;
    width: 220px;
    height: 50px;
  }
}
#section04 .container .btn_box a.ebt:hover {
  color: #fff;
  background: #004986;
}