@import url("https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&display=swap");
*, *::before, *::after {
  margin: 0;
  padding: 0;
}

body {
  overflow-x: hidden;
  font-family: "Archivo", sans-serif !important;
}

.wrapper {
  background: #fff;
  max-width: 1920px;
  margin: 0 auto;
}
.wrapper .fixed-top {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
}
.wrapper .fixed-top .header {
  padding: 15px;
  background: #fff;
}
.wrapper .fixed-top .header img {
  width: 200px;
  -o-object-fit: contain;
     object-fit: contain;
}
.wrapper .fixed-top .header .date-col p {
  font-size: 16px;
  color: #888;
  margin: 0;
  text-align: center;
}
.wrapper .fixed-top .header .date-col .dates {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 10px;
}
.wrapper .fixed-top .header .date-col .dates .counter:nth-child(1) {
  background: #E43238;
}
.wrapper .fixed-top .header .date-col .dates .counter:nth-child(2) {
  background: #E43238;
}
.wrapper .fixed-top .header .date-col .dates .counter:nth-child(3) {
  background: #E43238;
}
.wrapper .fixed-top .header .date-col .dates .counter:nth-child(4) {
  background: #E43238;
}
.wrapper .fixed-top .header .date-col .dates .counter {
  border-radius: 10px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 60px;
  height: 60px;
}
.wrapper .fixed-top .header .date-col .dates .counter h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin: 0;
}
.wrapper .fixed-top .header .date-col .dates .counter small {
  color: #fff;
  text-align: center;
  display: block;
  font-size: 12px;
}
.wrapper .fixed-top .navigation {
  background: #29528B;
  width: 100%;
  box-shadow: 0 5px 5px rgba(51, 51, 51, 0.431372549);
}
.wrapper .fixed-top .navigation nav .nav-link {
  color: #fff;
}
.wrapper .hero {
  height: 600px;
  background: #fff;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.wrapper .hero .pane-left {
  flex-basis: 25%;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  background-image: url("../image/SP011314.JPG");
  background-position-y: center;
  background-position-x: left;
  background-size: cover;
}
.wrapper .hero .pane-center {
  flex-basis: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.wrapper .hero .pane-center .content {
  text-align: center;
}
.wrapper .hero .pane-center .content h3 {
  font-size: 60px;
  color: #00345B;
}
.wrapper .hero .pane-center .content h3 span {
  color: #A5090E;
}
.wrapper .hero .pane-center .content h4 {
  color: #00345B;
  font-weight: 500;
}
.wrapper .hero .pane-center .content h4 span {
  color: #A5090E;
}
.wrapper .hero .pane-center .action {
  display: flex;
  justify-content: center;
  align-items: center;
  grid-gap: 20px;
}
.wrapper .hero .pane-center .action a {
  border: 2px solid #00345B;
  color: #00345B;
  font-weight: 500;
  font-size: 20px;
  width: 200px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 5px;
  transition: 0.54s ease;
  opacity: 1 !important;
}
.wrapper .hero .pane-center .action a:hover {
  background: #00345B;
  color: #fff;
}
.wrapper .hero .pane-center .action a:last-child {
  border: 2px solid #A5090E;
  color: #A5090E;
}
.wrapper .hero .pane-center .action a:last-child:hover {
  background: #A5090E;
  color: #fff;
}
.wrapper .hero .pane-center img.creative-star {
  position: absolute;
  top: 200px;
  left: 0;
  width: 150px;
  -o-object-fit: contain;
     object-fit: contain;
}
.wrapper .hero .pane-center img.moc {
  width: 70%;
  -o-object-fit: contain;
     object-fit: contain;
  display: inline-block;
  margin-top: 40px;
}
.wrapper .hero .pane-right {
  flex-basis: 25%;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  background-image: url("../image/VAG_2091.JPG");
  background-position-y: center;
  background-position-x: right;
  background-size: cover;
}
.wrapper .features .col-yellow {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  background: #F8971C;
  padding: 20px;
}
.wrapper .features .col-yellow .left {
  flex-basis: 30%;
}
.wrapper .features .col-yellow .right {
  flex-basis: 40%;
}
.wrapper .features .col-yellow .right ul {
  list-style: none;
  padding: 0;
}
.wrapper .features .col-yellow .right ul li {
  font-size: 20px;
  margin-bottom: 10px;
}
.wrapper .features .col-yellow .right ul li img {
  width: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  display: inline-block;
  margin-right: 10px;
}
.wrapper .features .col-blue {
  background: #00345B;
  padding: 20px;
}
.wrapper .features .col-blue ul {
  list-style: none;
  padding: 0;
}
.wrapper .features .col-blue ul li {
  font-size: 20px;
  margin-bottom: 10px;
  color: #fff;
}
.wrapper .features .col-blue ul li img {
  width: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  display: inline-block;
  margin-right: 10px;
}
.wrapper main {
  margin: 80px 0 0;
}
.wrapper main .divider-frill {
  display: flex;
  justify-content: center;
  margin: 120px 0;
}
.wrapper main .divider-frill img {
  width: 200px;
  -o-object-fit: contain;
     object-fit: contain;
}
.wrapper main section .title-container {
  display: flex;
  justify-content: center;
}
.wrapper main section .title-container .title-frill {
  margin: 20px auto;
  width: auto;
  display: inline-block;
}
.wrapper main section .title-container .title-frill img.sub1 {
  width: 150px;
  margin-left: auto;
  display: block;
}
.wrapper main section .title-container .title-frill img.sub2 {
  width: 150px;
  margin-right: auto;
  display: block;
}
.wrapper main section .title-container .title-frill h1 {
  font-size: 60px;
}
.wrapper main section .title-container-2 {
  display: flex;
  justify-content: center;
  background-image: linear-gradient(rgba(13, 50, 80, 0.7), rgba(24, 59, 87, 0.7)), url("../image/VAG_2091.JPG");
  padding: 30px;
  margin-bottom: 40px;
}
.wrapper main section .title-container-2 .title-frill {
  margin: 20px 0;
  width: auto;
  display: block;
}
.wrapper main section .title-container-2 .title-frill img.sub1 {
  width: 150px;
  margin-left: auto;
  display: block;
}
.wrapper main section .title-container-2 .title-frill img.sub2 {
  width: 150px;
  margin-right: auto;
  display: block;
}
.wrapper main section .title-container-2 .title-frill h1 {
  font-size: 40px;
  color: #fff;
}
.wrapper main section.industry .content {
  margin-top: 50px;
  display: flex;
  align-items: center;
  grid-gap: 10px;
  flex-wrap: wrap;
}
.wrapper main section.industry .content .products {
  flex-basis: 32%;
  display: flex;
  align-items: center;
  grid-gap: 10px;
}
.wrapper main section.industry .content .products p {
  margin: 0;
  font-size: 20px;
  width: 50%;
}
.wrapper main section.industry .content .products .circle-frill {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border-left: 4px solid #CC1414;
}
.wrapper main section.industry .content .products .circle-frill img {
  width: 60%;
  -o-object-fit: contain;
     object-fit: contain;
}
.wrapper main section.industry .content .products:nth-child(2) .circle-frill {
  border-left: 4px solid #ED9220;
}
.wrapper main section.industry .content .products:nth-child(3) .circle-frill {
  border-left: 4px solid #CC1414;
}
.wrapper main section.industry .content .products:nth-child(4) .circle-frill {
  border-left: 4px solid #6B5ABB;
}
.wrapper main section.industry .content .products:nth-child(5) .circle-frill {
  border-left: 4px solid #2EAC9C;
}
.wrapper main section.industry .content .products:nth-child(6) .circle-frill {
  border-left: 4px solid #6B5ABB;
}
.wrapper main section.highlights .left-title-frill img {
  width: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}
.wrapper main section.highlights .left-title-frill h1 {
  font-size: 80px;
  font-weight: 800;
  color: #252525;
}
.wrapper main section.highlights .left-title-frill .col {
  border-right: 1px solid #ddd;
  flex: 1;
}
.wrapper main section.highlights .left-title-frill .col:nth-child(3) {
  flex: 2;
}
.wrapper main section.highlights .left-title-frill .col:nth-child(4) {
  flex: 2;
}
.wrapper main section.highlights .left-title-frill .col:last-child {
  border: none;
}
.wrapper main section.highlights .left-title-frill .col h2 {
  color: #888;
  font-weight: 800;
  font-size: 30px;
  padding: 0;
  margin: 0;
}
.wrapper main section.highlights .left-title-frill .col p {
  margin: 0;
  font-weight: 300;
  font-size: 16px;
  color: #888;
}
.wrapper main section.highlights .video-block {
  width: 100%;
  height: 400px;
  background-color: #f2f2f2;
  border-radius: 10px;
}
.wrapper main section.why-subcon img.frill-image {
  width: 100%;
}
.wrapper main section.why-subcon h1 {
  font-size: 70px;
}
.wrapper main section.why-subcon h1:first-child {
  margin-bottom: -20px;
}
.wrapper main section.why-subcon img.subtract1 {
  width: 200px;
  display: block;
  margin-left: auto;
}
.wrapper main section.why-subcon img.subtract2 {
  width: 200px;
  display: inline-block;
  margin-right: auto;
}
.wrapper main section.why-subcon p {
  text-align: justify;
  font-size: 20px;
  margin-top: 20px;
}
.wrapper main footer {
  background: #00345B;
  width: 100%;
  margin-top: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px;
}
.wrapper main footer h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 35px;
}
.wrapper main footer p {
  color: #fff;
  font-size: 18px;
}
.wrapper main footer p a {
  text-decoration: none;
  color: #fff;
  font-size: 20px;
  display: block;
}
.wrapper main footer .form-container {
  width: 80%;
  margin: 0 auto;
  border: 1px solid #29528B;
  padding: 20px;
  border-radius: 10px;
}
.wrapper main footer .form-container label {
  color: #fff;
}
.wrapper main footer .form-container hr {
  border-color: #fff;
}

.participation h2 {
  font-size: 30px;
  margin: 0;
  padding: 0;
}
.participation h4 {
  font-size: 14px;
  color: #888;
  margin-bottom: 30px;
  font-weight: 300;
  font-style: italic;
}
.participation h5 {
  font-size: 15px;
}
.participation h2 {
  font-size: 40px;
}
.participation table thead th {
  font-size: 16px;
}
.participation .flex-div {
  display: flex;
  align-items: center;
  grid-gap: 20px;
}
.participation .flex-div h2 {
  font-size: 40px;
  color: #29528B;
  font-weight: 700;
}
.participation h2 {
  font-size: 40px;
  color: #29528B;
  font-weight: 700;
}
.participation ul {
  margin-top: 20px;
}
.participation ul li {
  font-size: 16px;
  margin-bottom: 5px;
  text-align: justify;
}

.product-sector .tabs {
  padding: 10px 12px;
  background: #ddd;
  text-decoration: none !important;
  color: #00345B;
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
  transition: 0.46s ease;
}
.product-sector .tabs.active {
  background: #29528B;
  color: #fff;
  border-radius: 3px;
}
.product-sector ul li {
  font-size: 15px;
  color: #333;
}/*# sourceMappingURL=subcon-2026.css.map */