@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "SourceSansProRegular";
}

@font-face {
  font-family: "SourceSansProRegular";
  src: url("../FONT/SourceSansProRegular.eot");
  src: url("../FONT/SourceSansProRegular.eot?#iefix") format("embedded-opentype"), url("../FONT/SourceSansProRegular.woff2") format("woff2"), url("../FONT/SourceSansProRegular.woff") format("woff"), url("../FONT/SourceSansProRegular.ttf") format("truetype"), url("../FONT/SourceSansProRegular.svg#SourceSansProRegular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SourceSansProLight";
  src: url("../FONT/SourceSansProLight.eot");
  src: url("../FONT/SourceSansProLight.eot?#iefix") format("embedded-opentype"), url("../FONT/SourceSansProLight.woff2") format("woff2"), url("../FONT/SourceSansProLight.woff") format("woff"), url("../FONT/SourceSansProLight.ttf") format("truetype"), url("../FONT/SourceSansProLight.svg#SourceSansProLight") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SourceSansProSemibold";
  src: url("../FONT/SourceSansProSemibold.eot");
  src: url("../FONT/SourceSansProSemibold.eot?#iefix") format("embedded-opentype"), url("../FONT/SourceSansProSemibold.woff2") format("woff2"), url("../FONT/SourceSansProSemibold.woff") format("woff"), url("../FONT/SourceSansProSemibold.ttf") format("truetype"), url("../FONT/SourceSansProSemibold.svg#SourceSansProSemibold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "icomoon";
  src: url("../FONT/icomoon.eot");
  src: url("../FONT/icomoon.eot?#iefix") format("embedded-opentype"), url("../FONT/icomoon.woff2") format("woff2"), url("../FONT/icomoon.woff") format("woff"), url("../FONT/icomoon.ttf") format("truetype"), url("../FONT/icomoon.svg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/*
==================
=== page Index ===
==================
*/
.header {
  width: 100%;
  background: #fff;
  border-top: 4px solid #003479;
  border-bottom: 1px solid #c9cdcf;
}
.header .container_header {
  max-width: 1190px;
  margin: 0 auto;
  padding: 20px;
  height: 75.09px;
}
.header .container_header .logo img {
  width: 190px;
  cursor: pointer;
}

.wrapper_types {
  background-color: #fafafa;
}
.wrapper_types .container_types {
  max-width: 1190px;
  margin: 0 auto;
  padding: 20px;
}
.wrapper_types .container_types .title p {
  color: rgb(34, 34, 34);
  width: 100%;
  font-size: 18px;
  font-family: "SourceSansProSemibold";
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .wrapper_types .container_types .title p {
    font-size: 16px;
  }
}
.wrapper_types .container_types .title h1 {
  font-family: "SourceSansProLight";
  font-size: 40px;
}
@media (max-width: 767px) {
  .wrapper_types .container_types .title h1 {
    font-size: 32px;
  }
}
.wrapper_types .container_types .boxes {
  margin-top: 20px;
  background-color: #fff;
  border: 1px solid #c9cdcf;
  padding: 20px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.wrapper_types .container_types .boxes .txt {
  font-size: 22px;
  color: rgb(34, 34, 34);
  padding-bottom: 12px;
  font-family: "SourceSansProSemibold";
}
.wrapper_types .container_types .boxes ul {
  -ms-grid-columns: 1fr 1rem 1fr 1rem 1fr 1rem 1fr;
  grid-template-columns: repeat(4, 1fr);
  display: -ms-grid;
  display: grid;
  gap: 1rem;
}
@media (max-width: 1020px) {
  .wrapper_types .container_types .boxes ul {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .wrapper_types .container_types .boxes ul {
    -ms-grid-columns: 1fr 0 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
  }
}
@media (max-width: 600px) {
  .wrapper_types .container_types .boxes ul {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
.wrapper_types .container_types .boxes ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 40px 0;
  cursor: pointer;
  border: 2px solid transparent;
}
@media (max-width: 767px) {
  .wrapper_types .container_types .boxes ul li {
    padding: 20px 0;
  }
}
.wrapper_types .container_types .boxes ul li:hover {
  border: 2px solid #1a99c7;
  color: #1a99c7;
  border-radius: 5px;
}
.wrapper_types .container_types .boxes ul li img {
  max-width: 100%;
  margin-bottom: 15px;
}
.wrapper_types .container_types .boxes ul li a {
  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;
  font-size: 18px;
  font-weight: 400;
  color: rgb(42, 110, 187);
  text-decoration: none;
  width: 100%;
}

.success {
  margin-top: 20px;
  background-color: #fff;
  border: 1px solid #c9cdcf;
  padding: 20px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.success img {
  width: 70px;
}

.footer {
  width: 100%;
  width: 100%;
  border-top: 1px solid #c9cdcf;
}
.footer .container_footer {
  padding: 40px 20px;
  max-width: 1190px;
  margin: 0 auto;
}
.footer .container_footer .part_top {
  gap: 16px;
}
@media (max-width: 600px) {
  .footer .container_footer .part_top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
}
.footer .container_footer .part_top img {
  width: 184px;
}
.footer .container_footer .part_top p {
  color: rgb(34, 34, 34);
  font-weight: 400;
  font-size: 15px;
  line-height: 21px;
  font-family: "SourceSansProSemibold";
  margin-bottom: 0;
}
.footer .container_footer .part_top p a {
  font-family: "SourceSansProSemibold";
  color: rgb(42, 110, 187);
}
.footer .container_footer ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  list-style: none;
  margin-top: 16px;
}
.footer .container_footer ul li {
  color: rgb(42, 110, 187);
  font-size: 15px;
  font-family: "SourceSansProSemibold";
}