.block2 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.block4 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.sub-tit {
  font-size: 36px;
  font-weight: bold; }
  @media all and (max-width: 769px) {
    .sub-tit {
      font-size: 22px; } }

.maintit {
  background: #ffffff;
  padding: 20px 0 40px; }
  .maintit h2 {
    font-size: 36px;
    font-weight: bold;
    color: #060606;
    text-align: center;
    position: relative;
    padding-bottom: 13px;
    text-align: center; }
    @media all and (max-width: 769px) {
      .maintit h2 {
        font-size: 22px; } }
    .maintit h2:before {
      content: "";
      position: absolute;
      width: 70px;
      height: 6px;
      border-radius: 3px;
      background: #DD4A30;
      bottom: 0;
      left: 50%;
      margin-left: -35px; }
      @media all and (max-width: 769px) {
        .maintit h2:before {
          height: 3px; } }
  @media all and (max-width: 769px) {
    .maintit {
      padding: 15px 0; } }

.clred {
  color: #e56565; }

.box-word {
  z-index: 10;
  border-radius: 5px; }
  @media all and (max-width: 769px) {
    .box-word {
      width: 100%;
      max-width: 100%;
      margin: 0 auto;
      padding: 20px;
      min-height: auto;
      margin-right: auto;
      padding: 0; } }
  .box-word .sub-tit {
    margin-bottom: 40px; }
    @media all and (max-width: 769px) {
      .box-word .sub-tit {
        margin-bottom: 20px; } }
  .box-word ul.list-style1 li {
    padding-left: 15px;
    position: relative;
    margin-bottom: 10px;
    font-size: 15px; }
    .box-word ul.list-style1 li:last-child {
      margin-bottom: 0; }
    .box-word ul.list-style1 li:before {
      position: absolute;
      content: "";
      background: #41b0ff;
      width: 9px;
      height: 9px;
      border-radius: 50%;
      top: 0;
      left: 0;
      margin-top: 7px; }
  .box-word ul.list-style2 {
    position: relative;
    left: -30px; }
    @media all and (max-width: 768px) {
      .box-word ul.list-style2 {
        left: 0; } }
    .box-word ul.list-style2 li {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-bottom: 30px;
      text-align: left; }
      @media all and (max-width: 768px) {
        .box-word ul.list-style2 li {
          margin-bottom: 10px; } }
      .box-word ul.list-style2 li span, .box-word ul.list-style2 li p {
        font-size: 18px; }
        @media all and (max-width: 768px) {
          .box-word ul.list-style2 li span, .box-word ul.list-style2 li p {
            font-size: 15px; } }
      .box-word ul.list-style2 li .icon-box {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 15%;
        flex: 0 0 15%;
        text-align: center;
        position: relative; }
        .box-word ul.list-style2 li .icon-box:before {
          content: "";
          position: absolute;
          background: url("../images/top/icon-004.png") no-repeat center center;
          width: 18px;
          height: 18px;
          bottom: 0;
          left: 50%;
          margin-left: -9px;
          margin-bottom: -40px; }
          @media all and (max-width: 768px) {
            .box-word ul.list-style2 li .icon-box:before {
              background-size: 80%;
              margin-bottom: -45px; } }
        .box-word ul.list-style2 li .icon-box img {
          height: auto;
          width: auto; }
          @media all and (max-width: 768px) {
            .box-word ul.list-style2 li .icon-box img {
              height: 20px; } }
      .box-word ul.list-style2 li .text-box {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start; }
        .box-word ul.list-style2 li .text-box span {
          margin-top: 5px;
          margin-right: 10px;
          width: 14px; }
      .box-word ul.list-style2 li:last-child {
        margin-bottom: 0; }
        .box-word ul.list-style2 li:last-child .icon-box:before {
          content: "";
          display: none; }
  .box-word .box-word--ins {
    position: relative; }
    .box-word .box-word--ins:before {
      content: "";
      position: absolute;
      width: 6px;
      height: 70px;
      border-radius: 3px;
      top: 0;
      left: 0;
      background: -webkit-gradient(linear, left top, left bottom, from(#1773bb), color-stop(18%, #2f8dcb), color-stop(27%, #308ecc), color-stop(70%, #66c7ef));
      background: -webkit-linear-gradient(top, #1773bb 0%, #2f8dcb 18%, #308ecc 27%, #66c7ef 70%);
      background: -o-linear-gradient(top, #1773bb 0%, #2f8dcb 18%, #308ecc 27%, #66c7ef 70%);
      background: linear-gradient(-180deg, #1773bb 0%, #2f8dcb 18%, #308ecc 27%, #66c7ef 70%);
      margin-top: -75px; }
      @media all and (max-width: 769px) {
        .box-word .box-word--ins:before {
          height: 35px;
          margin-top: -40px; } }

.block-ss3 {
  position: relative; }
  @media all and (max-width: 769px) {
    .block-ss3 {
      padding-top: 40px; } }
  .block-ss3 .block-right {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    margin-top: 150px; }
    @media all and (max-width: 1600px) {
      .block-ss3 .block-right {
        height: 100%; }
        .block-ss3 .block-right img {
          height: 100%;
          width: 100%;
          -o-object-fit: cover;
          object-fit: cover; } }
    @media all and (max-width: 769px) {
      .block-ss3 .block-right {
        display: none; } }
  .block-ss3 .block-left {
    width: 81%;
    position: relative; }
    @media all and (max-width: 769px) {
      .block-ss3 .block-left {
        width: 100%;
        padding: 0 10px; } }
    .block-ss3 .block-left:before {
      content: "";
      position: absolute;
      background: url("../images/"); }
    .block-ss3 .block-left .box-img {
      position: relative; }
      @media all and (max-width: 1600px) {
        .block-ss3 .block-left .box-img {
          margin-left: -250px; } }
      @media all and (max-width: 769px) {
        .block-ss3 .block-left .box-img {
          margin-left: 0px;
          height: 200px; }
          .block-ss3 .block-left .box-img .picture {
            height: 100%;
            width: 100%;
            -o-object-fit: cover;
            object-fit: cover; } }
      .block-ss3 .block-left .box-img .box-word {
        position: absolute;
        top: 0;
        right: 0;
        margin-top: 190px; }
        @media all and (max-width: 1600px) {
          .block-ss3 .block-left .box-img .box-word {
            margin-right: -150px; } }
        @media all and (max-width: 769px) {
          .block-ss3 .block-left .box-img .box-word {
            margin-right: auto;
            margin-top: -60px;
            position: relative;
            right: auto;
            left: auto; } }

.block-txt {
  position: relative;
  top: -50px; }
  @media all and (max-width: 769px) {
    .block-txt {
      top: 300px; } }

.hand-box-hv {
  width: 100%;
  height: 214px;
  cursor: pointer;
  overflow: hidden;
  background: #ffffff; }
  @media all and (max-width: 769px) {
    .hand-box-hv {
      height: 150px; } }
  .hand-box-hv .hand-box {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 20px; }
    @media all and (max-width: 769px) {
      .hand-box-hv .hand-box {
        padding: 10px; } }
    .hand-box-hv .hand-box:before {
      content: "";
      position: absolute;
      background: url("../images/ss4-001.png") no-repeat;
      width: calc(100% + 40px);
      margin-left: -20px;
      height: calc(100% + 40px);
      margin-top: -20px;
      background-position: center;
      background-size: cover;
      z-index: -1; }
    .hand-box-hv .hand-box h3 {
      font-size: 27px;
      text-align: center;
      font-weight: bold;
      color: #060606;
      margin-bottom: 10px; }
      @media all and (max-width: 769px) {
        .hand-box-hv .hand-box h3 {
          font-size: 18px; } }
    .hand-box-hv .hand-box .btn-page a {
      font-size: 24px;
      width: 430px;
      height: 75px;
      border-radius: 38px; }
      @media all and (max-width: 769px) {
        .hand-box-hv .hand-box .btn-page a {
          font-size: 16px;
          width: 100%;
          height: 40px; } }
  .hand-box-hv .flexbox {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    border: 5px solid #DD4A30;
    width: 100%;
    height: 100%; }

.hand-box-hv:hover .hand-box:before {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }

.hand-box-hv:hover .hand-box.btn-page a {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  background: -webkit-gradient(linear, left top, right top, color-stop(40%, #66c7ef), color-stop(58%, #308ecc), color-stop(60%, #2f8dcb), to(#1773bb));
  background: -webkit-linear-gradient(left, #66c7ef 40%, #308ecc 58%, #2f8dcb 60%, #1773bb 100%);
  background: -o-linear-gradient(left, #66c7ef 40%, #308ecc 58%, #2f8dcb 60%, #1773bb 100%);
  background: linear-gradient(90deg, #66c7ef 40%, #308ecc 58%, #2f8dcb 60%, #1773bb 100%);
  position: relative;
  z-index: 9; }

.main-link {
  color: #DD4A30; }
  @media all and (max-width: 769px) {
    .main-link {
      font-size: 14px; } }
  .main-link:hover {
    opacity: 0.8;
    text-decoration: underline; }

table {
  width: 100%; }

/* dung chung */
.block2t {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .block2t--ins:first-child {
    margin-right: 20px;
    width: 716px; }
    @media all and (max-width: 768px) {
      .block2t--ins:first-child {
        width: 100%;
        margin-right: 0; } }
  .block2t--ins:last-child {
    float: right;
    width: calc(100% - 736px); }
    @media all and (max-width: 768px) {
      .block2t--ins:last-child {
        width: 100%;
        float: initial; } }
  @media all and (max-width: 768px) {
    .block2t--ins .imgsp {
      margin-bottom: 20px; } }

.list-style3 li {
  margin-bottom: 20px; }
  .list-style3 li:last-child {
    margin-bottom: 0; }
  .list-style3 li figure {
    margin-right: 30px;
    width: 89px; }
    @media all and (max-width: 768px) {
      .list-style3 li figure {
        margin-right: 15px; } }
  .list-style3 li .text {
    width: calc(100% - 119px); }

/* list section */
.section1 {
  background: #E9E9E9;
  padding: 100px 0;
  position: relative; }
  @media all and (max-width: 768px) {
    .section1 {
      padding: 35px 0; } }
  .section1 .block2t {
    min-height: 570px;
    height: 570px; }
    @media all and (max-width: 768px) {
      .section1 .block2t {
        min-height: auto;
        height: auto; } }
  .section1:before {
    content: '';
    position: absolute;
    background: url("../images/top/h2tit.png") no-repeat left top;
    width: 51%;
    height: 100%;
    top: 0;
    right: 0;
    margin-top: 118px;
    z-index: 1; }
    @media all and (max-width: 768px) {
      .section1:before {
        display: none; } }
  .section1 .container {
    position: relative;
    max-width: 1392px; }
    .section1 .container:before {
      content: '';
      position: absolute;
      background: url("../images/top/nimg_001.png") no-repeat right top;
      width: 716px;
      height: 100%;
      top: 0;
      bottom: 0;
      left: 0;
      margin: auto 0; }
      @media all and (max-width: 768px) {
        .section1 .container:before {
          display: none; } }
  .section1 ul li {
    font-size: 18px;
    color: #060606;
    line-height: 2;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media all and (max-width: 768px) {
      .section1 ul li {
        line-height: 1.8;
        font-size: 15px; } }

.section2 {
  background: #E9E9E9;
  padding: 0px 0 100px; }
  @media all and (max-width: 768px) {
    .section2 {
      padding: 0 0 35px; } }
  .section2 h2.top-tit {
    padding-left: 55px; }
    @media all and (max-width: 768px) {
      .section2 h2.top-tit {
        padding-left: 10px; } }
  .section2 p {
    font-size: 18px;
    margin-left: 55px; }
    @media all and (max-width: 768px) {
      .section2 p {
        margin-left: 0;
        font-size: 15px; } }
  .section2:before {
    right: auto;
    left: 0;
    background: url(../images/top/h2tit1.png) no-repeat right top;
    width: 43%;
    height: 75px; }
  .section2 .container:before {
    left: auto;
    right: 0;
    background: url(../images/top/nimg_002.png) no-repeat right top;
    width: 899px;
    height: 502px; }
    @media all and (max-width: 1366px) {
      .section2 .container:before {
        margin-right: -50px; } }
  .section2 .block2t {
    height: 502px;
    min-height: 502px; }
    @media all and (max-width: 768px) {
      .section2 .block2t {
        height: auto;
        min-height: auto; } }
    .section2 .block2t--ins:first-child {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2;
      margin-right: 0; }
      @media all and (max-width: 768px) {
        .section2 .block2t--ins:first-child {
          -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
          order: 1; } }
    .section2 .block2t--ins:last-child {
      float: initial;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }

.section3 {
  padding: 0; }
  @media all and (max-width: 768px) {
    .section3 {
      padding-bottom: 35px; } }
  .section3:before {
    margin-top: 30px; }
  .section3 .container:before {
    background: url(../images/top/nimg_003.png) no-repeat left top;
    width: 723px;
    margin-left: -65px; }
    @media all and (max-width: 1366px) {
      .section3 .container:before {
        margin-left: -90px; } }
  .section3 h2.top-tit {
    margin-bottom: 60px; }
    @media all and (max-width: 768px) {
      .section3 h2.top-tit {
        margin-bottom: 20px; } }
  .section3 .block2t {
    min-height: 610px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    @media all and (max-width: 768px) {
      .section3 .block2t {
        min-height: auto; } }
    @media all and (min-width: 769px) {
      .section3 .block2t--ins:last-child {
        margin-top: 30px; } }

.section4 .s5-block {
  background: #F2F2F2;
  padding: 100px 0; }
  @media all and (max-width: 768px) {
    .section4 .s5-block {
      padding: 80px 0 40px; } }

.section4 .block4--ins {
  background: #ffffff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
  width: calc(25% - 15px);
  width: -moz-calc(25% - 15px);
  width: -webkit-calc(25% - 15px);
  width: -ms-calc(25% - 15px);
  width: -o-calc(25% - 15px);
  margin-right: 20px;
  float: left;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative; }
  @media all and (max-width: 768px) {
    .section4 .block4--ins {
      width: 100%;
      margin-right: 0;
      margin-top: 50px; }
      .section4 .block4--ins:first-child {
        margin-top: 0; } }
  .section4 .block4--ins:last-child {
    margin-right: 0; }
  .section4 .block4--ins .box-num {
    width: 80px;
    height: 80px;
    background: #222222;
    border-radius: 50%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    margin-top: -40px; }
    @media all and (max-width: 768px) {
      .section4 .block4--ins .box-num {
        width: 60px;
        height: 60px;
        margin-top: -30px; }
        .section4 .block4--ins .box-num img {
          height: 20px; } }

.section4 h3.s5-tit {
  font-size: 20px;
  text-align: center;
  border-bottom: 1px solid #7D7D7D;
  padding-bottom: 10px;
  margin-top: 20px; }

.section4 p.mid-txt {
  margin: 10px 0 20px;
  font-size: 15px;
  line-height: 2; }
  @media all and (max-width: 768px) {
    .section4 p.mid-txt {
      margin: 10px 0;
      font-size: 14px;
      line-height: 1.8; } }

.section4 .box-txt {
  padding: 60px 25px 25px; }
  @media all and (max-width: 768px) {
    .section4 .box-txt {
      padding: 40px 15px 10px; } }
  .section4 .box-txt span {
    color: #ffffff;
    font-size: 12px;
    padding: 5px 7px;
    margin-right: 10px;
    display: inline-block; }
  .section4 .box-txt .blue-tag {
    background: #212962; }
  .section4 .box-txt .red-tag {
    background: #D5001E; }
  .section4 .box-txt .org-tag {
    background: #DD4A27;
    padding: 5px 7px 5px 30px;
    margin-top: 10px;
    position: relative; }
    .section4 .box-txt .org-tag:before {
      content: '';
      position: absolute;
      background: url("../images/top/icon-queen2.png") no-repeat center center;
      width: 32px;
      height: 28px;
      background-size: 50%;
      top: 0;
      bottom: 0;
      left: 0;
      margin: auto 0;
      margin-left: 0px; }

.section4 .block4-pro {
  margin: 100px 0; }
  .section4 .block4-pro .org-tag {
    margin-top: 0; }
  .section4 .block4-pro .box-num {
    width: 67px;
    height: 67px; }
    @media all and (max-width: 768px) {
      .section4 .block4-pro .box-num {
        width: 55px;
        height: 55px; } }
  .section4 .block4-pro .box-txt {
    padding: 45px 25px 25px; }
    @media all and (max-width: 768px) {
      .section4 .block4-pro .box-txt {
        padding: 35px 15px 10px; } }

@media all and (max-width: 768px) {
  .section4 .box-img {
    text-align: center; }
    /* .section4 .box-img img {
      width: 100%;
      -o-object-fit: contain;
      object-fit: contain; }  */
    }

.section4 p.small-txt {
  font-size: 12px;
  color: 222222;
  font-weight: 300;
  padding-bottom: 15px; }

.section6 {
  background: #F2F2F2; }
  .section6 .block-question {
    padding: 70px 0; }
    @media all and (max-width: 769px) {
      .section6 .block-question {
        padding: 35px 0; } }
    .section6 .block-question ul li {
      margin-bottom: 40px; }
      .section6 .block-question ul li:last-child {
        margin-bottom: 0; }
    .section6 .block-question .acr_con {
      display: none;
      padding-left: 130px;
      padding-top: 30px;
      position: relative; }
      @media all and (max-width: 769px) {
        .section6 .block-question .acr_con {
          padding-left: 0px;
          padding-top: 10px; } }
      .section6 .block-question .acr_con .flexbox {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start; }
      .section6 .block-question .acr_con:before {
        content: "";
        position: absolute;
        background: url("../images/line.png") no-repeat center center;
        width: 92px;
        height: 92px;
        top: 0;
        left: 0;
        margin-left: 40px; }
        @media all and (max-width: 769px) {
          .section6 .block-question .acr_con:before {
            display: none; } }
    .section6 .block-question .open .flexbox .ins h3 {
      position: relative; }
      .section6 .block-question .open .flexbox .ins h3:before {
        content: "";
        position: absolute;
        width: 20px;
        height: 3px;
        background: #DD4A30;
        right: 0;
        top: 0; }
        @media all and (max-width: 768px) {
          .section6 .block-question .open .flexbox .ins h3:before {
            width: 15px; } }
      .section6 .block-question .open .flexbox .ins h3:after {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        -webkit-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s; }
    .section6 .block-question .flexbox {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .section6 .block-question .flexbox span {
        width: 80px;
        height: 80px;
        background: #222222;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-right: 50px; }
        @media all and (max-width: 769px) {
          .section6 .block-question .flexbox span {
            width: 45px;
            height: 45px;
            margin-right: 10px; }
            .section6 .block-question .flexbox span img {
              max-width: 70%; } }
      .section6 .block-question .flexbox .blue {
        background: #E4E4E4;
        position: relative; }
        .section6 .block-question .flexbox .blue:before {
          content: '';
          position: absolute;
          width: 15px;
          height: 1px;
          background: #F2F2F2;
          bottom: 0;
          left: 0;
          margin-bottom: 18px;
          margin-left: -15px; }
      .section6 .block-question .flexbox h3 {
        font-size: 20px;
        font-weight: bold; }
        @media all and (max-width: 769px) {
          .section6 .block-question .flexbox h3 {
            font-size: 14px;
            padding-right: 20px; } }
      .section6 .block-question .flexbox .ins {
        width: calc(100% - 130px); }
        @media all and (max-width: 769px) {
          .section6 .block-question .flexbox .ins {
            width: calc(100% - 55px); } }
        .section6 .block-question .flexbox .ins h3 {
          border-bottom: 4px solid #1e3058;
          padding-bottom: 5px;
          position: relative; }
          @media all and (max-width: 769px) {
            .section6 .block-question .flexbox .ins h3 {
              border-bottom: 2px solid #1e3058; } }
          .section6 .block-question .flexbox .ins h3:before {
            content: "";
            position: absolute;
            width: 24px;
            height: 3px;
            background: #DD4A30;
            right: 0;
            top: 0;
            margin-top: 10px; }
            @media all and (max-width: 768px) {
              .section6 .block-question .flexbox .ins h3:before {
                width: 15px;
                height: 2px; } }
          .section6 .block-question .flexbox .ins h3:after {
            content: "";
            position: absolute;
            width: 24px;
            height: 3px;
            background: #DD4A30;
            right: 0;
            top: 0;
            margin-top: 10px;
            -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            transform: rotate(90deg); }
            @media all and (max-width: 768px) {
              .section6 .block-question .flexbox .ins h3:after {
                width: 15px;
                height: 2px; } }

.section7 .btn-cover {
  display: block; }
  .section7 .btn-cover:hover {
    background: #ffffff;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }

.section7 h3 {
  font-size: 36px;
  font-weight: bold;
  text-align: center; }
  @media all and (max-width: 769px) {
    .section7 h3 {
      font-size: 22px; } }

.section7 ul {
  margin: 30px 0; }
  @media all and (max-width: 769px) {
    .section7 ul {
      margin: 10px 0; } }
  .section7 ul li {
    margin-bottom: 30px;
    line-height: 2; }
    .section7 ul li:last-child {
      margin-bottom: 0; }
    @media all and (max-width: 769px) {
      .section7 ul li {
        margin-bottom: 10px; } }

.section7 .btn-app {
  text-align: center; }
  @media all and (max-width: 769px) {
    .section7 .btn-app {
      padding-bottom: 20px; } }

.section7 .block2 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 0 0 20px; }
  .section7 .block2--ins {
    width: calc(50% - 25px);
    width: -moz-calc(50% - 25px);
    width: -webkit-calc(50% - 25px);
    width: -ms-calc(50% - 25px);
    width: -o-calc(50% - 25px);
    margin-right: 50px;
    float: left;
    position: relative;
    background: #ffffff;
    padding: 30px 35px 55px;
    -webkit-box-shadow: 1px 1px 15px 3px #bbb;
    box-shadow: 1px 1px 15px 3px #bbb; }
    @media all and (max-width: 769px) {
      .section7 .block2--ins {
        width: 100%;
        margin-right: 0;
        margin-top: 40px; }
        .section7 .block2--ins:first-child {
          margin-top: 0; } }
    @media all and (max-width: 769px) {
      .section7 .block2--ins {
        padding: 20px 10px; } }
    .section7 .block2--ins:before {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      border: 5px solid #222222;
      top: 0;
      left: 0;
      margin-top: -25px;
      margin-left: -25px; }
      @media all and (max-width: 769px) {
        .section7 .block2--ins:before {
          border: 3px solid #1a3663;
          margin-top: -15px;
          margin-left: -15px; } }
    .section7 .block2--ins:last-child {
      margin-right: 0; }
    .section7 .block2--ins:hover:before {
      content: '';
      border: 5px solid #DD4A30; }

.section7 .hand-box-hv {
  margin-top: 70px; }
  @media all and (max-width: 769px) {
    .section7 .hand-box-hv {
      margin-top: 35px; } }

.section7 .s7-block {
  background: #F2F2F2;
  padding: 90px 0 70px; }
  @media all and (max-width: 768px) {
    .section7 .s7-block {
      padding: 55px 0 35px; } }

.section8 .table-box {
  padding: 70px 0; }
  @media all and (max-width: 769px) {
    .section8 .table-box {
      padding: 35px 0 70px; } }

.section8 table th {
  text-align: left;
  font-size: 16px;
  vertical-align: middle;
  padding-left: 65px;
  position: relative;
  width: 23%; }
  @media all and (max-width: 769px) {
    .section8 table th {
      width: 100%;
      padding: 10px;
      color: #060606 !important;
      font-size: 14px; } }
  .section8 table th:after {
    content: "";
    position: absolute;
    background: #DD4A30;
    height: calc(100% - 20px);
    margin-top: 10px;
    width: 2px;
    right: 0;
    top: 0; }
    @media all and (max-width: 769px) {
      .section8 table th:after {
        display: none; } }

.section8 table td {
  padding: 20px 65px;
  width: 77%; }
  @media all and (max-width: 769px) {
    .section8 table td {
      width: 100%;
      padding: 10px; } }
  .section8 table td .flexbox .ins {
    width: calc(50% - 10px);
    width: -moz-calc(50% - 10px);
    width: -webkit-calc(50% - 10px);
    width: -ms-calc(50% - 10px);
    width: -o-calc(50% - 10px);
    margin-right: 20px;
    float: left; }
    .section8 table td .flexbox .ins:last-child {
      margin-right: 0; }
  .section8 table td .street input {
    margin-bottom: 20px; }
    .section8 table td .street input:last-child {
      margin-bottom: 0; }
  .section8 table td .w213 {
    width: 213px !important; }

.section8 table input[type="text"],
.section8 table input[type="tel"] {
  width: 100%;
  height: 40px;
  padding-left: 10px; }

.section8 table textarea {
  width: 100%;
  height: 160px;
  padding: 10px;
  resize: none; }

.section8 table th,
.section8 table td {
  border-bottom: 1px solid #1e3058; }

.section8 table tr:first-child th,
.section8 table tr:first-child td {
  border-top: 1px solid #1e3058; }

@media all and (max-width: 769px) {
  .section8 table tr:first-child th,
  .section8 table tr:first-child td {
    border-bottom: none; } }

.section8 .behind-table {
  margin-top: 40px;
  text-align: center; }
  .section8 .behind-table .behind-ins label {
    font-size: 16px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media all and (max-width: 768px) {
      .section8 .behind-table .behind-ins label {
        font-size: 15px; } }

.section8 .btn-page {
  margin-top: 30px; }
  @media all and (max-width: 768px) {
    .section8 .btn-page {
      margin-top: 10px; } }
  .section8 .btn-page input[type="submit"] {
    border: none;
    height: 75px;
    width: 430px;
    border-radius: 38px;
    font-size: 24px; }
    @media all and (max-width: 769px) {
      .section8 .btn-page input[type="submit"] {
        width: 80%;
        height: 40px;
        font-size: 16px; } }

@media all and (max-width: 769px) {
  .section8 table,
  .section8 th,
  .section8 tr,
  .section8 td {
    display: block;
    width: 100%; } }

.section8 .s8-block {
  background: #E8E8E8; }

.section8 .btn-style1 input:hover {
  border: 1px solid #DD4A30; }

/* edit top page */
.header_top_logo a {
  border: 3px solid #060606; }

.navstate_show .top_nav .hamburger {
  background: #212862; }

.bgmv_inside h1 {
  font-size: 54px;
  color: #060606;
  letter-spacing: -0.5px;
  line-height: 1.4; }
  @media all and (max-width: 768px) {
    .bgmv_inside h1 {
      font-size: 21px; } }

.bgmv_inside .img-logo {
  margin: 40px 0 50px 0; }
  @media all and (max-width: 768px) {
    .bgmv_inside .img-logo {
      margin: 20px 0 25px; } }

.bgmv_inside .box-app {
  max-width: 418px;
  width: 418px;
  border: 2px solid #060606;
  margin-top: 50px;
  padding: 7px 7px 15px; }
  @media all and (max-width: 768px) {
    .bgmv_inside .box-app {
      max-width: 100%;
      width: 100%; } }
  .bgmv_inside .box-app span {
    font-size: 16px;
    background: #060606; }
  .bgmv_inside .box-app .block2 a img {
    height: 42px; }
  .bgmv_inside .box-app .block2--ins:first-child {
    margin-right: 10px; }

.mv .block-top {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 110px 0 40px; }
  @media all and (max-width: 768px) {
    .mv .block-top {
      margin: 0 0 10px; } }
  .mv .block-top--ins {
    width: 183px;
    height: 89px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: url(../images/top/top-bg.png) no-repeat center center;
    background-size: 100%; }
    @media all and (max-width: 768px) {
      .mv .block-top--ins {
        width: 150px; } }
    .mv .block-top--ins:first-child {
      margin-right: 77px; }
      @media all and (max-width: 768px) {
        .mv .block-top--ins:first-child {
          margin-right: 20px; } }
  .mv .block-top p {
    font-weight: bold;
    margin-top: 20px;
    font-size: 15px;
    line-height: 1.4; }
    @media all and (max-width: 768px) {
      .mv .block-top p {
        font-size: 12px; } }

.btn-style1 a,
.btn-style1 input,
.btn-style1 button {
  background: #DD4A30;
  z-index: 9;
  position: relative; }
  @media all and (min-width: 769px) {
    .btn-style1 a:hover,
    .btn-style1 input:hover,
    .btn-style1 button:hover {
      background: #000000;
      border: 1px solid #DD4A30;
      -webkit-transition: all 0.2s;
      -o-transition: all 0.2s;
      transition: all 0.2s; } }

.org-txt {
  color: #DD4A30; }

h2.top-tit {
  font-size: 36px;
  font-weight: bold;
  padding: 8px 0;
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
  color: #ffffff; }
  @media all and (max-width: 768px) {
    h2.top-tit {
      font-size: 20px;
      margin-bottom: 20px;
      padding: 5px 10px;
      background: #222862; } }

.footer .footer-top {
  background: #D7D7D7; }

.footer p, .footer li a {
  color: #060606; }

.footer ul li:before {
  background: #060606; }

.footer .footer-bottom {
  background: #DD4A30; }
  .footer .footer-bottom p {
    color: #ffffff; }

.footer .page_top_cont .page_top .to_top a {
  background: #222222;
  border: 1px solid #DD4A30; }
  .footer .page_top_cont .page_top .to_top a span {
    color: #DD4A30; }

.btn-logo a {
  padding: 26px 36px;
  border: 2px solid #222222; }
  @media all and (max-width: 768px) {
    .btn-logo a {
      padding: 10px; } }

.bgmv_inside .box-app {
  margin: 0 auto;
  margin-top: 50px; }
  @media all and (max-width: 768px) {
    .bgmv_inside .box-app {
      margin-top: 25px; } }
  .bgmv_inside .box-app span {
    font-weight: bold;
    color: #ffffff; }

@media (max-width: 769px) {
  .header_top_logo {
    margin-left: 0px; }
    .header_top_logo a {
      padding: 10px;
      border: 2px solid #060606; } }

.bgmv {
  background: url(../images/top/mv01.jpg) no-repeat center center; }

/* fiex ie table */
.fixie .table-stytle2 table th::after {
  height: 61px; }

.fixie .table-stytle2 table tr:nth-child(5) th::after {
  height: 241px; }

.fixie .table-stytle2 table tr:nth-child(6) th::after {
  height: 187px; }

/* change layout */
.toppage .bgmv {
  height: 775px; }
  @media all and (max-width: 768px) {
    .toppage .bgmv {
      height: auto; } }

.section4 .box-img{
  box-shadow: 0 -6px 15px -6px rgba(0, 0, 0, 0.25);
}

