﻿/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 4.8
*/

:root {
  --tt-blue: #0c1f46;
  --tt-blue-light: #2a55aa;
  --tt-red: #ec1c24;
  --tt-text: #2b3751;
  --tt-muted: #7b8fb7;
}
body,
button,
input,
select,
textarea,
.button,
.nav,
.nav > li > a,
.header,
.footer,
.ux-menu,
.section,
.row,
.col,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "be", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
}
.tt-source-home {
  color: var(--tt-text);
  overflow: hidden;
}
#masthead .header-inner{
	max-width: 1336px !important;
	padding: 0 !important;
}
.tt-source-home * {
  letter-spacing: 0;
}

.tt-source-home .row {
  margin-left: auto;
  margin-right: auto;
  max-width: 1366px;
  width: 100%;
}

.tt-source-home .tt-header {
  background: #fff;
  box-shadow: 0 2px 18px rgba(12, 31, 70, 0.08);
  position: relative;
  z-index: 30;
}

.tt-source-home .tt-header-inner {
  align-items: center;
  display: flex;
  gap: 22px;
  margin: 0 auto;
  max-width: 1320px;
  min-height: 96px;
  padding: 0 24px;
}

.tt-source-home .tt-logo {
  display: block;
  flex: 0 0 170px;
}

.tt-source-home .tt-logo img {
  display: block;
  height: auto;
  max-width: 170px;
  width: 100%;
}

.tt-source-home .tt-menu {
  flex: 1 1 auto;
}
 ul.header-nav>li>a {
    display: block;
    font-weight: 600;
    font-size: 16px;
    line-height: 36px;
    color: #2A55AA;
    text-transform: capitalize;
    white-space: nowrap;
    padding: 0;
    transition: all .5s ease;
    position: relative;
    text-transform: uppercase;
}
ul.header-nav{
  justify-content: center !important;
}
ul.header-nav>li{
  margin: 0 20px;
}

.header-button-1.tt-header-action-item {
  align-items: center;
  display: flex;
  margin-left: 22px;
}

.header-nav .html_topbar_left {
  align-items: center;
  display: flex;
  margin-left: 22px;
}

.tt-header-action {
  align-items: center;
  display: flex;
  gap: 16px;
	margin-left:10px;
}

.tt-header-langs {
  align-items: center;
  display: flex;
  gap: 6px;
}

.tt-header-langs a {
  display: inline-flex;
  line-height: 0;
}

.tt-header-langs img {
  display: block;
  height: 18px;
  object-fit: cover;
  width: 28px;
}

.tt-header-profile {
  align-items: center;
  background: linear-gradient(90deg, #143775 0%, #2f67cc 58%, #4c8dff 100%);
  border-radius: 8px;
  box-shadow: 0 8px 20px rgba(42, 85, 170, .22);
  color: #fff !important;
  display: inline-flex;
  gap: 12px;
  min-height: 76px;
  padding: 12px 22px 12px 18px;
  text-decoration: none !important;
  transition: transform .22s ease, box-shadow .22s ease;
  white-space: nowrap;
}

.tt-header-profile:hover {
  box-shadow: 0 14px 28px rgba(42, 85, 170, .28);
  color: #fff !important;
  transform: translateY(-2px);
}

.tt-header-profile-icon {
  color: #fff;
  display: inline-flex;
  flex: 0 0 auto;
}

.tt-header-profile-icon svg {
  display: block;
  height: 38px;
  width: 38px;
}

.tt-header-profile-text {
  display: grid;
  gap: 2px;
  line-height: 1.1;
}

.tt-header-profile-text span {
  color: rgba(255, 255, 255, .86);
  font-size: 14px;
  font-weight: 400;
}

.tt-header-profile-text strong {
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
}

.stuck .header-nav .html_topbar_left {
  margin-left: 14px;
}

.stuck .tt-header-action {
  gap: 10px;
}

.stuck .tt-header-langs {
  gap: 4px;
}

.stuck .tt-header-langs img {
  height: 16px;
  width: 24px;
}

.stuck .tt-header-profile {
  border-radius: 7px;
  gap: 9px;
  min-height: 46px;
  padding: 8px 16px 8px 14px;
}

.stuck .tt-header-profile-icon svg {
  height: 28px;
  width: 28px;
}

.stuck .tt-header-profile-text span {
  font-size: 12px;
}

.stuck .tt-header-profile-text strong {
  font-size: 14px;
}
.tt-source-home .tt-menu ul {
  align-items: center;
  display: flex;
  gap: 0;
  justify-content: flex-end;
  list-style: none;
  margin: 0;
  padding: 0;
}

.tt-source-home .tt-menu > ul > li {
  position: relative;
}

.tt-source-home .tt-menu a {
  color: #17233f;
  display: block;
  font-size: 15px;
  font-weight: 600;
  line-height: 24px;
  padding: 36px 10px;
  text-decoration: none;
  white-space: nowrap;
}

.tt-source-home .tt-menu > ul > li:hover > a {
  color: var(--tt-blue-light);
}

.tt-source-home .tt-menu li ul {
  background: #fff;
  box-shadow: 0 14px 34px rgba(12, 31, 70, 0.15);
  display: none;
  left: 0;
  min-width: 245px;
  position: absolute;
  top: 100%;
  z-index: 40;
}

.tt-source-home .tt-menu li:hover > ul {
  display: block;
}

.tt-source-home .tt-menu li ul a {
  border-bottom: 1px solid #eef2f8;
  font-size: 14px;
  font-weight: 500;
  padding: 12px 16px;
  white-space: normal;
}

.tt-source-home .tt-header-tools {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  gap: 10px;
}

.tt-source-home .tt-header-tools > a:not(.tt-profile) img {
  display: block;
  height: auto;
  width: 30px;
}

.tt-source-home .tt-profile {
  align-items: center;
  background: var(--tt-blue-light);
  color: #fff;
  display: flex;
  font-size: 12px;
  font-weight: 700;
  gap: 8px;
  line-height: 15px;
  padding: 10px 12px;
  text-decoration: none;
  text-transform: uppercase;
}

.tt-source-home .tt-profile img {
  width: 16px;
}

.tt-source-home .col {
  padding: 0 15px 30px;
}

.tt-source-home > .section:not(.tt-header-section) {
  padding-bottom: 50px !important;
  padding-top: 50px !important;
}

.tt-source-home .mb30 {
  margin-bottom: 30px;
}

.tt-source-home .pb50 {
  padding-bottom: 50px;
}

.tt-source-home .bg-root {
  background: linear-gradient(90deg, #0c1f46 0%, #497ee7 98.2%);
  transition: all 0.5s;
}

.tt-source-home .bg-root:hover {
  background: linear-gradient(90deg, #497ee7 0%, #0c1f46 100%);
}

.tt-source-home .twobe {
  color: #fff;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
}

.tt-source-home .twobe::before,
.tt-source-home .twobe::after {
  background:
    radial-gradient(circle, rgba(255, 255, 255, 0.96) 0 3px, transparent 3.5px)
      right center / 7px 7px no-repeat,
    linear-gradient(rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.96)) left
      center / 31px 2px no-repeat;
  content: "";
  height: 7px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
}

.tt-source-home .twobe::before {
  left: 0;
}

.tt-source-home .twobe::after {
  background:
    radial-gradient(circle, rgba(255, 255, 255, 0.96) 0 3px, transparent 3.5px)
      left center / 7px 7px no-repeat,
    linear-gradient(rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.96)) right
      center / 31px 2px no-repeat;
  right: 0;
}

.tt-source-home .box-thumbnail {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.tt-source-home .thumbnail-lazy {
  inset: 0;
  position: absolute;
}

.tt-source-home .thumbnail-lazy img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.tt-source-home .banner {
  background: var(--tt-blue);
  position: relative;
}

.tt-source-home .banner .banner-layers {
  margin: 0;
  max-width: none;
  padding: 0;
  width: 100%;
}

.tt-source-home .banner .banner-copy {
  left: 0 !important;
  max-width: 590px !important;
  top: 0 !important;
  transform: none !important;
  width: auto !important;
}

.tt-source-home .banner .banner-copy .text-box-content {
  background: rgb(17 39 84 / 70%);
  border-radius: 0 0 50px 0;
  padding: 25px;
}

.tt-source-home .banner .banner-copy .text-inner {
  text-align: left !important;
}

.tt-source-home .banner .banner-copy h3 {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 50px;
  margin: 0;
  text-transform: uppercase;
  width: 535px;
}

.tt-source-home .banner .banner-copy p {
  color: #f44336;
  font-size: 25px;
  font-weight: 400;
  line-height: 30px;
  margin: 5px 0 0;
}

.tt-source-home .tt-live-banner .flickity-page-dots {
  background: linear-gradient(
    90deg,
    #0c1f46 1.43%,
    rgba(41, 77, 148, 0.76) 58.18%,
    rgba(73, 126, 231, 0.3) 100%
  );
  border-radius: 15px 0 0;
  bottom: 0;
  display: inline-flex;
  left: auto;
  padding: 18px 44px;
  right: 0;
  width: auto;
}

.tt-source-home .tt-live-banner .flickity-page-dots .dot {
  background: #fff;
  border: 0;
  height: 10px;
  margin: 0 8px;
  opacity: 0.55;
  width: 10px;
}

.tt-source-home .tt-live-banner .flickity-page-dots .dot.is-selected {
  background: var(--tt-red);
  opacity: 1;
}

.tt-source-home .about-index {
  background: #fff;
  padding: 50px 0 100px;
}

.tt-source-home .first-about {
  padding-top: 65px;
}

.tt-source-home .about-index .things {
  margin-left: auto;
  width: 700px;
  max-width: 100%;
  padding-left: 60px;
  padding-top: 40px;
  position: relative;
}

.tt-source-home .about-index .things::before {
  background: linear-gradient(90deg, #0c1f46 0%, #497ee7 98.2%);
  content: "";
  height: 215px;
  left: 0;
  position: absolute;
  top: 0;
  width: 370px;
  z-index: 0;
}

.tt-source-home .about-index .things .box-thumbnail {
  background: #fff;
	height:820px;
  box-shadow: 0 16px 42px rgba(15, 41, 156, 0.12);
  padding: 10px;
  z-index: 2;
}

.tt-source-home .about-index .things .thumbnail-lazy {
  inset: 10px;
}

.tt-source-home .about-index .things .btn {
  align-items: center;
  background: transparent !important;
  border: 0 !important;
  display: flex;
  height: 86px;
  justify-content: center;
  left: 50%;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 86px;
  z-index: 3;
}

.tt-source-home .about-index .things .btn img {
  height: auto;
  width: 86px;
}

.tt-source-home .about-index .ab-title h6,
.tt-source-home .contact-index .ab-title p {
  color: var(--tt-muted);
  display: inline-block;
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
  line-height: 30px;
  margin: 0;
  max-width: max-content;
  position: relative;
  width: fit-content;
}

.tt-source-home .about-index .ab-title h6::after,
.tt-source-home .contact-index .ab-title p::after {
  background: var(--tt-muted);
  bottom: -4px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}

.tt-source-home .about-index h3 {
  color: #181717;
  font-size: 32px;
  font-weight: 400;
  line-height: 50px;
  margin-top: 0;
}

.tt-source-home .about-index a.twobe {
  border-radius: 30px;
  padding: 20px 70px;
}

.tt-source-home .about-index p {
  color: var(--tt-text);
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
  text-align: justify;
}

.tt-source-home .hethong {
  background: #07182f;
  padding: 0;
}

.tt-source-home .hethong .section-content {
  max-width: none;
  padding: 0;
}

.tt-source-home .hethong .slider,
.tt-source-home .hethong .slider-wrapper,
.tt-source-home .hethong .flickity-viewport {
  margin: 0;
}

.tt-source-home .hethong .flickity-viewport {
  height: clamp(360px, 32.5vw, 560px) !important;
  overflow: hidden;
}

.tt-source-home .hethong .flickity-slider > * {
  padding: 0 !important;
}

.tt-source-home .hethong .flickity-slider > .col {
  height: 100%;
  width: 50% !important;
}

.tt-source-home .hethong .col-inner {
  height: 100%;
  padding: 0 !important;
}

.tt-source-home .hethong .slider > .item,
.tt-source-home .hethong .flickity-slider > .item {
  height: 100%;
  width: 50% !important;
}

.tt-source-home .hethong .ux-html,
.tt-source-home .hethong .box-thumbnail,
.tt-source-home .hethong .thumbnail-lazy {
  height: 100%;
}

.tt-source-home .hethong .box-thumbnail {
  padding-top: 0 !important;
}

.tt-source-home .hethong .item {
  display: block;
  height: 100%;
  position: relative;
}

.tt-source-home .hethong .item::before {
  background: radial-gradient(
    50% 50% at 50% 50%,
    rgba(12, 31, 70, 0.5) 0%,
    rgba(12, 31, 70, 0.7) 49.5%,
    #0c1f46 84.83%
  );
  content: "";
  inset: 0;
  mix-blend-mode: darken;
  opacity: 0.5;
  position: absolute;
  transition: background 0.25s ease;
  z-index: 2;
}

.tt-source-home .hethong .item:hover::before {
  background: rgba(12, 31, 70, 0.72);
}

.tt-source-home .hethong .item .thumbnail-lazy img {
  height: 100%;
  object-fit: cover;
  width: 100%;
  transition: transform 0.5s ease;
}

.tt-source-home .hethong .item:hover .thumbnail-lazy img {
  transform: scale(1.06);
}

.tt-source-home .hethong .item .text {
  align-items: center;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  left: 0;
  padding: 0 clamp(45px, 9vw, 130px);
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 3;
}

.tt-source-home .hethong .item .text h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  line-height: 45px;
  margin: 0 0 8px;
  max-width: 100%;
  text-align: center;
  white-space: normal;
  width: 100%;
}

.tt-source-home .hethong .item .text p {
  color: #fff;
  display: none;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
  margin-bottom: 50px;
  max-width: 520px;
  min-height: 60px;
  text-align: center;
}

.tt-source-home .hethong .item .text a,
.tt-source-home .hethong .item .text .tt-service-more {
  background: transparent;
  border: 1px solid #fff;
  border-radius: 30px;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  padding: 20px 70px;
  text-align: center;
}

.tt-source-home .hethong .flickity-button {
  border: 0;
  bottom: 35px;
  color: #fff;
  top: auto;
}

.tt-source-home .hethong .flickity-prev-next-button.previous {
  left: 35px;
}

.tt-source-home .hethong .flickity-prev-next-button.next {
  right: 35px;
}

.tt-source-home .chungtoi {
  padding: 88px 0 110px;
}

.tt-source-home .chungtoi .stat-row {
  display: grid;
  gap: 20px 18px;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  margin-top: 30px;
  text-align: center;
}

.tt-source-home .chungtoi .stat-row .item h3 {
  color: var(--tt-red);
  font-size: 30px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 8px;
}

.tt-source-home .chungtoi .stat-row .item p {
  font-size: 14px;
  line-height: 20px;
  margin: 0;
  text-align: center;
}

.tt-source-home .chungtoi .right-img {
  margin-left: auto;
  max-width: 570px;
}

.tt-source-home .project-index {
  background: #f7f9ff;
  padding: 100px 0 90px;
  position: relative;
}

.tt-source-home .project-index .title h3 {
  color: #181717;
  font-size: 32px;
  font-weight: 600;
  line-height: 45px;
  margin: 0;
}

.tt-source-home .project-index .project-grid {
  display: grid;
  gap: 35px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tt-source-home .project-index .projecttb {
  margin: 0 auto;
  max-width: 1500px;
  width: calc(100vw - 180px);
}

.tt-source-home .project-index .projecttb .flickity-slider {
  margin-left: -10px;
  margin-right: -10px;
}

.tt-source-home .project-index .projecttb .flickity-viewport {
  height: clamp(280px, 22vw, 355px) !important;
  overflow: hidden;
}

.tt-source-home .project-index .projecttb .flickity-slider > .col {
  height: 100%;
  padding-left: 10px !important;
  padding-right: 10px !important;
  width: 33.333% !important;
}

.tt-source-home .project-index .projecttb .col-inner,
.tt-source-home .project-index .projecttb .ux-html,
.tt-source-home .project-index .projecttb .box-thumbnail,
.tt-source-home .project-index .projecttb .thumbnail-lazy {
  height: 100%;
}

.tt-source-home .project-index .projecttb .col-inner {
  padding: 0 !important;
}

.tt-source-home .project-index .projecttb .box-thumbnail {
  padding-top: 0 !important;
}

.tt-source-home .project-index .item {
  display: block;
  height: 100%;
  position: relative;
}

.tt-source-home .project-index .item::before {
  background: linear-gradient(
    180deg,
    rgba(12, 31, 70, 0.05) 0%,
    rgba(12, 31, 70, 0.82) 100%
  );
  content: "";
  inset: 0;
  position: absolute;
  z-index: 1;
}

.tt-source-home .project-index .projecttb .item::before {
  display: none;
}

.tt-source-home .project-index .item .thumbnail-lazy img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.tt-source-home .project-index .item .text {
  background: radial-gradient(
    50% 50% at 50% 50%,
    rgba(12, 31, 70, 0.436) 0%,
    rgba(12, 31, 70, 0.579) 49.5%,
    #0c1f4691 84.83%
  );
  bottom: 0;
  left: 0;
  padding: 20px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
}

.tt-source-home .project-index .item .text p {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
  margin: 0 0 8px;
}

.tt-source-home .project-index .item .text h3 {
  border: 1px solid #fff;
  border-radius: 5px;
  bottom: 40px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  left: 50%;
  line-height: 26px;
  margin: 0;
  padding: 10px 25px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  transform: translateX(-50%);
  transition: all 0.25s ease;
  width: 80%;
}

.tt-source-home .project-index .item:hover .text h3 {
  background: rgba(255, 255, 255, 0.86);
  color: var(--tt-text);
  padding: 10px;
}

.tt-source-home .project-index .projecttb .flickity-button {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none;
  color: #181717;
  opacity: 1;
}

.tt-source-home .project-index .projecttb .flickity-button:hover {
  background: transparent !important;
  color: #181717;
  opacity: 1;
}

.tt-source-home .project-index .projecttb .flickity-button svg,
.tt-source-home .project-index .projecttb .flickity-button path,
.tt-source-home .project-index .projecttb .flickity-button .arrow {
  fill: #181717 !important;
  stroke: #181717 !important;
}

.tt-source-home .project-index .projecttb .flickity-prev-next-button.previous {
  left: -52px;
}

.tt-source-home .project-index .projecttb .flickity-prev-next-button.next {
  right: -52px;
}

.tt-source-home .project-index .news {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  transform: translateY(50%);
  z-index: 4;
}

.tt-source-home .project-index .news > .container > .row {
  background: #fff;
  box-shadow: 0 16px 40px rgba(15, 41, 156, 0.08);
  margin: 0 auto !important;
  max-width: 1230px;
  padding: 84px 55px 74px;
}

.tt-source-home .project-index .news .news-heading {
  height: 100%;
  position: relative;
}

.tt-source-home .project-index .news .title h3 {
  font-size: 32px;
  font-weight: 600;
  line-height: 45px;
}

.tt-source-home .project-index .news .xt {
  margin-top: 28px;
}

.tt-source-home .project-index .news .nav-tabs {
  display: flex;
  gap: 18px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.tt-source-home .project-index .news .nav-tabs a {
  border: 1px solid transparent;
  color: var(--tt-text);
  display: block;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
  padding: 6px 16px;
  text-decoration: none;
}

.tt-source-home .project-index .news .nav-tabs a.active {
  border-color: var(--tt-blue-light);
  border-radius: 5px;
}

.tt-source-home .project-index .news-grid {
  display: grid;
  gap: 26px 24px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 28px;
}

.tt-source-home .project-index .news .item h3 {
  color: #181717;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  margin: 0;
}

.tt-source-home .tt-news-section {
  background: #f7f9ff;
  overflow: hidden;
  position: relative;
}

.tt-source-home .tt-news-section::before,
.tt-source-home .tt-news-section::after {
  border: 2px solid rgba(42, 85, 170, 0.06);
  border-radius: 50%;
  content: "";
  height: 360px;
  opacity: 0.55;
  pointer-events: none;
  position: absolute;
  width: 360px;
}

.tt-source-home .tt-news-section::before {
  left: -135px;
  top: -70px;
}

.tt-source-home .tt-news-section::after {
  bottom: -90px;
  right: -120px;
  transform: rotate(180deg);
}

.tt-source-home .tt-news-section > .section-content,
.tt-source-home .tt-news-section .row {
  position: relative;
  z-index: 1;
}

.tt-source-home .tt-news-section .row {
  background: #fff;
  box-shadow: 0 14px 36px rgba(15, 41, 156, 0.08);
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 1500px;
  padding: 70px 56px 62px;
  width: calc(100vw - 180px);
}

.tt-source-home .tt-news-heading h3 {
  color: #181717;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 260px;
}

.tt-source-home .tt-news-section .xt {
  border-radius: 50px;
  padding: 20px 60px;
}

.tt-source-home .tt-news-tabs,
.tt-source-home .tt-news-tabs .nav-tabs {
  align-items: center;
  border-bottom: 1px solid #e5e7eb;
  display: flex;
  gap: 48px;
  list-style: none;
  margin: 0 0 30px;
  padding: 0 0 16px;
}

.tt-source-home .tt-news-tabs button,
.tt-source-home .tt-news-tabs .nav-tabs a {
  background: #f7f7f7;
  border: 1px solid transparent;
  border-radius: 5px;
  color: #2a55aa;
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  padding: 8px 18px;
  text-decoration: none;
  text-transform: none;
}

.tt-source-home .tt-news-tabs button.active,
.tt-source-home .tt-news-tabs .nav-tabs a.active {
  background: #fff;
  border-color: #2a55aa;
  color: #475569;
}

.tt-source-home .tt-news-tabs button:hover {
  background: #fff;
  box-shadow: none;
  color: #2a55aa;
}

.tt-source-home .tt-news-tabs hr {
  display: none;
}

.tt-source-home .tt-news-panel {
  display: none;
}

.tt-source-home .tt-news-panel.active {
  display: block;
}

.tt-source-home .tt-news-empty {
  align-items: center;
  background: #f8fafc;
  border: 1px dashed #d7deea;
  color: #64748b;
  display: flex;
  font-size: 16px;
  justify-content: center;
  min-height: 180px;
}

.tt-source-home .tt-news-grid {
  display: grid;
  gap: 44px 28px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tt-source-home .tt-news-card a {
  color: #181717;
  display: block;
  text-decoration: none;
}

.tt-source-home .tt-news-card .box-thumbnail {
  border-radius: 8px;
  box-shadow: 10px 14px 28px rgba(15, 41, 156, 0.12);
  margin-bottom: 14px;
  overflow: hidden;
}

.tt-source-home .tt-news-card .thumbnail-lazy img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.tt-source-home .tt-news-card h3 {
  color: #181717;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  margin: 0;
  text-transform: uppercase;
}

.tt-source-home .tuyen-dung {
  background: #fff;
  overflow: hidden;
  padding: 70px 0 25px;
}

.tt-source-home > .section.tuyen-dung {
  padding: 70px 0 25px !important;
}

.tt-source-home .tuyen-dung .tuyen-dung-row {
  align-items: stretch;
  display: flex;
  margin: 0 auto !important;
  max-width: 1640px;
  padding: 0 70px;
  width: 100%;
}

.tt-source-home .tuyen-dung .col {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 0 !important;
}

.tt-source-home .tuyen-dung .col-inner {
  height: 100%;
}

.tt-source-home .tuyen-dung .tuyen-dung-photo-col {
  flex-basis: 70%;
  max-width: 70%;
}

.tt-source-home .tuyen-dung .tuyen-dung-info-col {
  flex-basis: 30%;
  margin-left: 0;
  max-width: 30%;
  position: relative;
  z-index: 2;
}

.tt-source-home .tuyen-dung .tuyen-dung-photo {
  height: 685px;
  padding-top: 0 !important;
}

.tt-source-home .tuyen-dung .tuyen-dung-info-col,
.tt-source-home .tuyen-dung .tuyen-dung-info-col .col-inner {
  height: 685px;
}

.tt-source-home .tuyen-dung .tuyen-dung-photo .banner-inner {
  height: 100%;
}

.tt-source-home .tuyen-dung .tuyen-dung-photo .banner-bg,
.tt-source-home .tuyen-dung .tuyen-dung-photo .bg,
.tt-source-home .tuyen-dung .tuyen-dung-photo img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.tt-source-home .tuyen-dung .tuyen-dung-info-col .col-inner {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 56px 42px !important;
  text-align: center;
}

.tt-source-home .tuyen-dung .tuyen-dung-info {
  color: #fff;
  max-width: 450px;
}

.tt-source-home .tuyen-dung .tuyen-dung-info .line {
  background: rgba(255, 255, 255, 0.86);
  display: block;
  height: 48px;
  margin: 0 auto 20px;
  width: 2px;
}

.tt-source-home .tuyen-dung .tuyen-dung-info h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.3;
  margin: 0 0 26px;
}

.tt-source-home .tuyen-dung .tuyen-dung-info p {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
  margin: 0;
}

.tt-source-home .tuyen-dung .twobe {
  background: transparent;
  border: 1px solid #fff;
  border-radius: 30px;
  color: #fff;
  margin-top: 46px;
  min-width: 220px;
  padding: 15px 52px;
}

@media (max-width: 1399px) {
  .tt-source-home .tuyen-dung .tuyen-dung-row {
    max-width: none;
    padding: 0;
    width: 100%;
  }
  .tt-site-footer .tt-site-footer-row,.tt-archive-hero-inner,.tt-contact-hero-inner,.tt-about-letter-body,.tt-inner-hero-content,.tt-about-letter,.tt-history-timeline,.tt-inner-hero-content{
    padding: 0 10px !important;
  }
#masthead .header-inner{
	padding: 0 10px !important;
}
  .tt-source-home .tuyen-dung .tuyen-dung-photo-col {
    flex-basis: 70%;
    max-width: 70%;
  }

  .tt-source-home .tuyen-dung .tuyen-dung-info-col {
    flex-basis: 30%;
    margin-left: 0;
    max-width: 30%;
  }
  .tt-source-home .tt-news-section .row {
    width: calc(100vw - 40px);
  }
  .tt-source-home .project-index .projecttb {
    width: calc(100vw - 40px);
  }
  .tt-source-home .project-index .projecttb .flickity-prev-next-button.next {
    right: 0px;
  }
  .tt-source-home
    .project-index
    .projecttb
    .flickity-prev-next-button.previous {
    left: 0px;
  }
  .tt-source-home .project-index .projecttb .flickity-button {
    color: #ffffff;
  }
  .tt-source-home .project-index .projecttb .flickity-button svg, .tt-source-home .project-index .projecttb .flickity-button path, .tt-source-home .project-index .projecttb .flickity-button .arrow{
	fill: #ffffff !important;
	stroke: #ffffff !important;
  }
}

@media (max-width: 1199px) {
  .tt-source-home .first-about > .section-content > .row > .col,
  .tt-source-home .chungtoi > .section-content > .row > .col {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }

  .tt-source-home .first-about .things,
  .tt-source-home .chungtoi .things,
  .tt-source-home .chungtoi .right-img {
    margin-left: 0;
    margin-right: auto;
    max-width: 760px;
    width: 100%;
  }

  .tt-source-home .chungtoi .stat-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .tt-source-home .hethong .flickity-slider > .col,
  .tt-source-home .hethong .slider > .item,
  .tt-source-home .hethong .flickity-slider > .item {
    width: 100% !important;
  }

  .tt-source-home .hethong .flickity-viewport {
    height: clamp(380px, 58vw, 520px) !important;
  }

  .tt-source-home .tt-news-section .row {
    display: block;
    padding: 36px 24px 48px;
    width: calc(100vw - 32px);
  }

  .tt-source-home .tt-news-section .row > .col {
    max-width: 100%;
    width: 100%;
  }

  .tt-source-home .tt-news-heading h3 {
    margin: 0 0 20px;
  }

  .tt-source-home .tt-news-section .xt {
    margin-bottom: 24px;
  }

  .tt-source-home .tt-news-tabs,
  .tt-source-home .tt-news-tabs .nav-tabs {
    gap: 34px;
    justify-content: flex-start;
  }

  .tt-source-home .tt-news-grid {
    grid-template-columns: 1fr;
  }

  .tt-source-home .project-index .projecttb .flickity-viewport {
    height: clamp(330px, 54vw, 520px) !important;
  }

  .tt-source-home .project-index .projecttb .flickity-slider > .col {
    width: 100% !important;
  }

  .tt-source-home .tuyen-dung .tuyen-dung-photo-col,
  .tt-source-home .tuyen-dung .tuyen-dung-info-col {
    flex-basis: 50%;
    max-width: 50%;
  }

  .tt-source-home .tuyen-dung .tuyen-dung-info-col {
    margin-left: 0;
  }
}

@media (max-width: 999px) {
  .tt-source-home .project-index .projecttb .flickity-viewport {
    height: clamp(330px, 58vw, 500px) !important;
  }

  .tt-source-home .project-index .projecttb .flickity-slider > .col {
    width: 100% !important;
  }
}

.tt-source-home .contact-index {
  background: #f6f9ff;
  padding: 70px 0;
  text-align: center;
}

.tt-source-home .contact-index h2 {
  color: #181717;
  font-size: 32px;
  font-weight: 500;
  line-height: 48px;
  margin: 12px auto 28px;
  max-width: 900px;
}

.tt-source-home .contact-index .contact-item {
  align-items: center;
  display: flex;
  gap: 14px;
  justify-content: center;
  min-height: 90px;
  text-align: left;
}

.tt-source-home .contact-index .contact-item img {
  height: 32px;
  object-fit: contain;
  width: 32px;
}

.tt-source-home .contact-index .contact-item h3,
.tt-source-home .contact-index .contact-item h3 a {
  color: var(--tt-blue-light);
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
  margin: 0;
}

.tt-source-home .contact-index .row > .col:nth-child(3) .contact-item h3 {
  color: var(--tt-red);
}

.tt-source-home .contact-index .contact-item span {
  color: var(--tt-text);
  font-size: 14px;
}

.tt-source-home .contact-index .chrome-dot {
  border: 2px solid var(--tt-blue-light);
  border-radius: 50%;
  color: transparent;
  display: inline-block;
  flex: 0 0 auto;
  font-size: 0;
  height: 24px;
  line-height: 0;
  position: relative;
  width: 24px;
}

.tt-source-home .contact-index .chrome-dot::before,
.tt-source-home .contact-index .chrome-dot::after {
  content: "";
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.tt-source-home .contact-index .chrome-dot::before {
  border-left: 2px solid var(--tt-blue-light);
  border-right: 2px solid var(--tt-blue-light);
  border-radius: 50%;
  height: 20px;
  width: 10px;
}

.tt-source-home .contact-index .chrome-dot::after {
  background: var(--tt-blue-light);
  height: 2px;
  width: 18px;
}

.tt-site-footer {
  background:
    linear-gradient(112deg, rgba(8, 25, 55, .98), rgba(37, 75, 145, .92)),
    #07182f;
  color: rgba(255, 255, 255, .82);
  overflow: hidden;
  padding: 54px 0 0 !important;
  position: relative;
}

.tt-site-footer::before,
.tt-site-footer::after {
  border: 1px solid rgba(255, 255, 255, .13);
  content: "";
  height: 260px;
  opacity: .35;
  position: absolute;
  transform: rotate(18deg);
  width: 360px;
}

.tt-site-footer::before {
  bottom: -130px;
  left: -150px;
}

.tt-site-footer::after {
  right: -120px;
  top: -120px;
}

.tt-site-footer > .section-content {
  position: relative;
  z-index: 1;
}

.tt-site-footer .tt-site-footer-row,
.tt-site-footer .tt-site-footer-bottom {
      display: flex;
    justify-content: center;
  max-width: 1336px !important;
  width: 100%;
}

.tt-site-footer .tt-site-footer-row {
  align-items: flex-start;
  display: grid !important;
  gap: 34px 58px;
  grid-template-columns: minmax(240px, 1.05fr) minmax(170px, .72fr) minmax(180px, .78fr) minmax(380px, 1.45fr);
  padding-bottom: 34px;
}

.tt-site-footer .col {
  flex-basis: auto !important;
  max-width: none !important;
  padding: 0;
  width: auto !important;
}

.tt-site-footer .tt-site-footer-logo img {
  display: block;
  margin-bottom: 18px;
  max-width: 150px;
}

.tt-site-footer p,
.tt-site-footer a {
  color: rgba(255, 255, 255, .82);
  font-size: 15px;
  line-height: 1.7;
  text-decoration: none;
}

.tt-site-footer a:hover {
  color: #fff;
}

.tt-site-footer .company {
  color: #fff;
  font-weight: 700;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.tt-site-footer p span {
  color: var(--tt-red);
  display: inline-block;
  font-weight: 700;
  letter-spacing: .04em;
  margin-top: 6px;
}

.tt-site-footer h6 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  margin: 4px 0 24px;
}

.tt-site-footer ul,
.tt-site-footer .text ul,
.tt-site-footer .ux-text ul,
.tt-site-footer .col-inner ul:not(.nav):not(.nav-vertical) {
  list-style: none;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.tt-site-footer li,
.tt-site-footer .text ul li,
.tt-site-footer .ux-text ul li,
.tt-site-footer .col-inner ul:not(.nav):not(.nav-vertical) li {
  display: block;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-bottom: 13px;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.tt-site-footer .tt-site-footer-social {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}

.tt-site-footer .tt-site-footer-social a {
  align-items: center;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  display: inline-flex;
  height: 55px;
  justify-content: center;
  width: 55px;
}

.tt-site-footer .tt-site-footer-social img {
  display: block;
  height: 55px;
  object-fit: contain;
  width: 55px;
}

.tt-site-footer .tt-site-footer-social .img,
.tt-site-footer .tt-site-footer-social .img-inner {
  height: 55px;
  width: 55px;
}

.tt-site-footer .tt-site-footer-social .img-inner img {
  margin: 0;
}

.tt-site-footer .tt-site-footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, .24);
  max-width: none !important;
}

.tt-site-footer .tt-site-footer-bottom .col {
  padding: 0;
}

.tt-site-footer .copyright {
  color: #fff;
  font-size: 15px;
  line-height: 1.5;
  padding: 18px 15px 20px;
  text-align: center;
}

@media (max-width: 849px) {
  .tt-site-footer {
    padding-top: 42px !important;
  }

  .tt-site-footer .tt-site-footer-row {
    gap: 30px 42px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 30px;
  }

  .tt-site-footer h6 {
    margin-bottom: 16px;
  }

  .tt-site-footer li {
    margin-bottom: 9px;
  }

  .tt-source-home .tt-header-inner {
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 12px;
    padding-bottom: 14px;
    padding-top: 14px;
  }

  .tt-source-home .tt-logo {
    flex-basis: 150px;
  }

  .tt-source-home .tt-menu {
    order: 3;
    width: 100%;
  }

  .tt-source-home .tt-menu ul {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .tt-source-home .tt-menu a {
    font-size: 14px;
    padding: 8px 10px;
  }

  .tt-source-home .tt-menu li ul {
    display: none !important;
  }

  .tt-source-home .tt-header-tools {
    margin-left: auto;
  }

  .tt-source-home .tt-profile {
    display: none;
  }

  .tt-source-home .banner .banner-copy h3 {
    font-size: 30px;
    line-height: 39px;
  }

  .tt-source-home .banner .banner-copy p {
    font-size: 20px;
    line-height: 28px;
  }

  .tt-source-home .about-index,
  .tt-source-home .chungtoi {
    padding: 45px 0;
  }

  .tt-source-home .about-index .things {
    padding-left: 26px;
    padding-top: 26px;
  }

  .tt-source-home .about-index .things::before {
    height: 160px;
    width: 280px;
  }

  .tt-source-home .about-index h3,
  .tt-source-home .project-index .title h3,
  .tt-source-home .contact-index h2 {
    font-size: 26px;
    line-height: 38px;
  }

  .tt-source-home .hethong .item .text {
    padding: 28px;
  }

  .tt-source-home .project-index .news-grid,
  .tt-source-home .project-index .project-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tt-source-home .chungtoi .stat-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .tt-source-home .project-index {
    padding: 70px 0 0;
  }

  .tt-source-home .project-index .news {
    position: static;
    transform: none;
  }

  .tt-source-home .project-index .news > .container > .row {
    padding: 42px 20px;
  }

  .tt-source-home .tuyen-dung .tuyen-dung-row {
    max-width: none;
    padding: 0;
  }

  .tt-source-home .tuyen-dung .tuyen-dung-photo-col {
    flex-basis: 50%;
    max-width: 50%;
  }

  .tt-source-home .tuyen-dung .tuyen-dung-info-col {
    flex-basis: 50%;
    margin-left: 0;
    max-width: 50%;
  }

  .tt-source-home .tuyen-dung .tuyen-dung-info-col .col-inner {
    padding: 42px 28px !important;
  }

  .tt-source-home .tuyen-dung .tuyen-dung-photo {
    height: 540px;
  }

  .tt-source-home .tuyen-dung .tuyen-dung-info-col,
  .tt-source-home .tuyen-dung .tuyen-dung-info-col .col-inner {
    height: 540px;
  }

  .tt-source-home .tuyen-dung .tuyen-dung-info h3 {
    font-size: 25px;
  }

  .tt-source-home .tuyen-dung .tuyen-dung-info p {
    font-size: 15px;
    line-height: 26px;
  }

  .tt-source-home .contact-index .contact-item {
    align-items: center;
    flex-direction: column;
    gap: 10px;
    justify-content: flex-start;
    text-align: center;
  }

  .tt-source-home .contact-index .contact-item .text {
    text-align: center;
  }
}

.tt-project-archive {
  background: #fff;
  color: #111827;
}

.tt-archive-hero {
  background-color: var(--tt-blue);
  background-position: center;
  background-size: cover;
}

.tt-archive-hero-inner {
  display: flex;
    flex-direction: column;
    justify-content: center;
  margin: 0 auto;
  max-width: 1336px;
  min-height: 248px;
  padding: 70px 0px 54px;
  position: relative;
}

.tt-archive-hero h1 {
  color: #fff;
  font-size: 56px;
  font-weight: 700;
  line-height: 70px;
  margin: 0;
  text-shadow: 4px 4px 12px rgba(15, 41, 156, .1);
}

.tt-archive-hero h1 span {
  color: var(--tt-red);
  display: block;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.35;
  position: absolute;
  right: 15px;
  text-align: right;
  top: 102px;
  white-space: nowrap;
}

.tt-archive-breadcrumb {
  color: rgba(255, 255, 255, .82);
  display: flex;
  font-size: 15px;
  gap: 12px;
  margin-top: 16px;
  max-width: 100%;
  min-width: 0;
}

.tt-archive-breadcrumb a,
.tt-archive-breadcrumb span {
  color: #fff;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none;
  white-space: nowrap;
}

.tt-archive-breadcrumb a + a::before {
  color: rgba(255, 255, 255, .82);
  content: "/";
  margin: 0 12px 0 0;
}

.tt-archive-breadcrumb span::before {
  content: "/";
  margin-right: 12px;
}

.tt-project-page-title + .tt-project-hero {
  padding-top: 40px;
}

.tt-project-listing {
  padding: 20px 0 60px;
}

.tt-project-filter {
  display: grid;
  gap: 18px 22px;
  grid-template-columns: 1.2fr 1.2fr .9fr .9fr .85fr;
  margin-bottom: 10px;
}

.tt-filter-field label,
.tt-filter-submit label {
  color: #161616;
  display: block;
  font-size: 20px;
  font-weight: 400;
  line-height: 35px;
  margin: 0 0 4px;
}

.tt-filter-submit label {
  color: transparent;
}

.tt-filter-field input,
.tt-filter-field select,
.tt-filter-submit button {
  border: .5px solid rgba(0, 0, 0, .5);
  border-radius: 0;
  box-shadow: none;
  font-size: 15px;
  height: auto;
  margin: 0;
  min-height: 43px;
  outline: 0;
  padding: 10px;
  width: 100%;
}

.tt-filter-field select {
  appearance: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8' viewBox='0 0 14 8' fill='none'%3E%3Cpath d='M1 1l6 6 6-6' stroke='%23111827' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-position: calc(100% - 14px) 50%;
  background-repeat: no-repeat;
  background-size: 14px 8px;
  padding-right: 38px;
  -webkit-appearance: none;
}

.tt-filter-submit button {
  background: #009688;
  border-color: #009688;
  color: #fff;
  font-weight: 500;
  text-transform: none;
}

.tt-project-grid {
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding-top: 10px;
}

.tt-project-card {
  color: #fff;
  display: block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
}

.tt-project-card-image {
  aspect-ratio: 1.45;
  background: #eef2f8;
  overflow: hidden;
}

.tt-project-card-image img {
  display: block;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
  width: 100%;
}

.tt-project-card-text {
  align-items: center;
  background: linear-gradient(90deg, #0c1f46 0%, #497ee7 98.2%);
  bottom: 0;
  display: flex;
  gap: 16px;
  justify-content: space-between;
  left: 0;
  opacity: 0;
  padding: 10px 15px;
  position: absolute;
  right: 0;
  transform: translateY(10px);
  transition: all .22s ease;
  visibility: hidden;
  z-index: 2;
}

.tt-project-card:hover .tt-project-card-text,
.tt-project-card:focus-visible .tt-project-card-text {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

.tt-project-card:hover .tt-project-card-image img {
  transform: scale(1.04);
}

.tt-project-card-text h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.35;
  margin: 0 0 8px;
  text-transform: uppercase;
}

.tt-project-card-text p {
  color: #f9f9fb;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.55;
  margin: 0;
}

.tt-project-card-text span {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  display: block;
  flex: 0 0 18px;
  height: 18px;
  transform: rotate(-45deg);
  width: 18px;
}

.tt-project-pagination {
  padding-top: 50px;
}

.tt-project-pagination ul {
  display: flex;
  gap: 8px;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.tt-project-pagination a,
.tt-project-pagination span {
  align-items: center;
  border: 1px solid rgba(42, 85, 170, .3);
  color: #2a55aa;
  display: inline-flex;
  height: 38px;
  justify-content: center;
  min-width: 38px;
  padding: 0 12px;
  text-decoration: none;
}

.tt-project-pagination .current {
  background: #2a55aa;
  color: #fff;
}

.tt-project-empty {
  font-size: 18px;
  margin: 35px 0;
  text-align: center;
}

.tt-news-archive {
  background: #fff;
  color: #0c1f46;
}

.tt-news-listing {
  padding: 20px 0 64px;
}

.tt-news-description {
  color: #373f41;
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 18px;
}

.tt-news-toolbar {
  align-items: center;
  display: grid;
  gap: 20px;
  grid-template-columns: minmax(0, 1fr) max-content;
  margin-bottom: 30px;
}

.tt-news-sort {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  margin: 0;
  min-width: 270px;
}

.tt-news-sort label {
  color: #161616;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  white-space: nowrap;
}

.tt-news-sort select {
  appearance: none;
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8' viewBox='0 0 14 8' fill='none'%3E%3Cpath d='M1 1l6 6 6-6' stroke='%23111827' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") calc(100% - 10px) 50% / 14px 8px no-repeat;
  border: 0;
  box-shadow: none;
  color: #161616;
  font-size: 15px;
  margin: 0;
  min-height: 38px;
  min-width: 148px;
  outline: 0;
  padding: 8px 30px 8px 8px;
  -webkit-appearance: none;
}

.tt-news-grid {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tt-news-card {
  margin: 0;
}

.tt-news-card-link {
  color: inherit;
  display: block;
  text-decoration: none;
}

.tt-news-thumb {
  aspect-ratio: 1.449;
  border-radius: 15px;
  box-shadow: 2px 2px 10px rgba(15, 41, 156, .16);
  overflow: hidden;
}

.tt-news-thumb img {
  display: block;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
  width: 100%;
}

.tt-news-card-link:hover .tt-news-thumb img {
  transform: scale(1.04);
}

.tt-news-card-text {
  margin-top: 30px;
}

.tt-news-card-text h2 {
  color: #0c1f46;
  display: -webkit-box;
  font-size: 20px;
  font-weight: 600;
  line-height: 35px;
  margin: 0 0 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: none;
  word-break: break-word;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.tt-news-card-text p {
  color: #373f41;
  display: -webkit-box;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.tt-news-pagination {
  padding-top: 50px;
}

.tt-news-pagination ul {
  display: flex;
  gap: 18px;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.tt-news-pagination a,
.tt-news-pagination span {
  align-items: center;
  background: transparent;
  border: .5px solid #c4c4c4;
  border-radius: 5px;
  color: #161616;
  display: inline-flex;
  font-size: 16px;
  font-weight: 300;
  justify-content: center;
  line-height: 30px;
  min-width: 46px;
  padding: 8px 16px;
  text-decoration: none;
}

.tt-news-pagination .current {
  background: #2a55aa;
  border-color: #2a55aa;
  color: #fff;
}

.tt-news-empty {
  color: #0c1f46;
  font-size: 18px;
  margin: 40px 0;
  text-align: center;
}

.tt-news-single {
  background: #fff;
  color: #0c1f46;
}

.tt-news-single-body {
  padding: 56px 0 64px;
}

.tt-news-single-grid {
  display: grid;
  gap: 44px;
  grid-template-columns: minmax(0, 2fr) minmax(300px, 1fr);
}

.tt-news-single-content {
  min-width: 0;
}

.tt-news-single-title {
  border-bottom: 2px solid #2a55aa;
  color: #0c1f46;
  font-size: clamp(28px, 2.8vw, 40px);
  font-weight: 700;
  line-height: 1.28;
  margin: 0 0 18px;
  padding-bottom: 18px;
  text-transform: none;
}

.tt-news-single-meta {
  align-items: center;
  color: #68728a;
  display: flex;
  flex-wrap: wrap;
  font-size: 15px;
  gap: 10px 24px;
  margin-bottom: 26px;
}

.tt-news-single-meta span:first-child {
  color: #2a55aa;
  font-weight: 600;
}

.tt-news-single-featured {
  margin: 0 0 28px;
}

.tt-news-single-featured img {
  border-radius: 2px;
  display: block;
  height: auto;
  width: 100%;
}

.tt-news-single-entry {
  color: #202020;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.8;
}

.tt-news-single-entry p {
  margin: 0 0 20px;
}

.tt-news-single-entry img {
  display: block;
  height: auto;
  margin: 28px auto;
  max-width: 100%;
}

.tt-news-single-entry figure {
  margin: 28px 0;
}

.tt-news-single-entry ul,
.tt-news-single-entry ol {
  margin-bottom: 22px;
  padding-left: 24px;
}

.tt-news-single-entry a {
  color: #2a55aa;
  font-weight: 600;
  text-decoration: none;
}

.tt-news-related {
  min-width: 0;
}

.tt-news-related-title {
  align-items: center;
  display: flex;
  gap: 14px;
  margin-bottom: 20px;
}

.tt-news-related-title span {
  background: #2a55aa;
  border-radius: 4px;
  display: inline-block;
  height: 28px;
  position: relative;
  width: 28px;
}

.tt-news-related-title span::before,
.tt-news-related-title span::after {
  background: #fff;
  content: "";
  left: 7px;
  position: absolute;
  right: 7px;
}

.tt-news-related-title span::before {
  height: 3px;
  top: 8px;
}

.tt-news-related-title span::after {
  bottom: 8px;
  height: 3px;
}

.tt-news-related-title h2 {
  color: #0c1f46;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.25;
  margin: 0;
}

.tt-news-related-list {
  display: grid;
  gap: 20px;
}

.tt-news-related-item {
  border-bottom: 1px solid #e4e8f0;
  color: inherit;
  display: grid;
  gap: 16px;
  grid-template-columns: 128px minmax(0, 1fr);
  padding-bottom: 20px;
  text-decoration: none;
}

.tt-news-related-thumb {
  aspect-ratio: 1.45;
  overflow: hidden;
}

.tt-news-related-thumb img {
  display: block;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
  width: 100%;
}

.tt-news-related-item:hover .tt-news-related-thumb img {
  transform: scale(1.05);
}

.tt-news-related-text h3 {
  color: #0c1f46;
  display: -webkit-box;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.45;
  margin: 0 0 8px;
  overflow: hidden;
  text-transform: uppercase;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.tt-news-related-text p {
  color: #7b8598;
  font-size: 14px;
  margin: 0;
}

.tt-news-contact {
  background: #f3f7fd;
  padding: 54px 0 58px;
  text-align: center;
}

.tt-news-contact-kicker {
  color: #7b8fb7;
  display: inline-block;
  font-size: 16px;
  font-style: italic;
  line-height: 1.35;
  margin: 0 0 12px;
  position: relative;
}

.tt-news-contact-kicker::after {
  background: #9eb1d3;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
  top: calc(100% + 4px);
}

.tt-news-contact h2 {
  color: #202020;
  font-size: clamp(24px, 2.2vw, 34px);
  font-weight: 400;
  line-height: 1.35;
  margin: 0 0 34px;
}

.tt-news-contact-grid {
  align-items: center;
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tt-news-contact-item {
  align-items: center;
  display: flex;
  gap: 18px;
  justify-content: center;
  min-width: 0;
  text-align: left;
}

.tt-news-contact-item + .tt-news-contact-item {
  border-left: 1px solid #dce4f3;
}

.tt-news-contact-item img {
  display: block;
  height: 34px;
  object-fit: contain;
  width: 34px;
}

.tt-news-contact-item h3 {
  color: #2a55aa;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.35;
  margin: 0;
}

.tt-news-contact-item h3 a {
  color: inherit;
  text-decoration: none;
}

.tt-news-contact-item p {
  color: #6b7890;
  font-size: 14px;
  line-height: 1.5;
  margin: 4px 0 0;
}

.tt-news-contact-globe {
  border: 3px solid #2a55aa;
  border-radius: 50%;
  display: inline-block;
  height: 34px;
  position: relative;
  width: 34px;
}

.tt-news-contact-globe::before,
.tt-news-contact-globe::after {
  background: #2a55aa;
  content: "";
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.tt-news-contact-globe::before {
  height: 3px;
  width: 22px;
}

.tt-news-contact-globe::after {
  height: 22px;
  width: 3px;
}

.tt-global-contact {
  background: #f6f9ff;
  padding: 50px 0 !important;
  text-align: center;
}

.tt-global-contact .ab-title p {
  color: #7b8fb7;
  display: inline-block;
  font-size: 16px;
  font-style: italic;
  line-height: 1.35;
  margin: 0;
  position: relative;
}

.tt-global-contact .ab-title p::after {
  background: #9eb1d3;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
  top: calc(100% + 4px);
}

.tt-global-contact h2 {
  color: #181717;
  font-size: 32px;
  font-weight: 500;
  line-height: 48px;
  margin: 12px auto 28px;
  max-width: 900px;
}

.tt-global-contact-grid {
  display: grid;
  gap: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tt-global-contact .section-content > .row,
.tt-global-contact .tt-global-contact-row {
  max-width: 1366px !important;
  width: 100%;
}

.tt-global-contact .tt-global-contact-row > .col {
  padding-bottom: 0;
}

.tt-global-contact .tt-global-contact-heading {
  margin: 0;
}

.tt-global-contact .contact-item {
  align-items: center;
  display: flex;
  gap: 14px;
  justify-content: center;
  min-height: 90px;
  min-width: 0;
  text-align: left;
}

.tt-global-contact .contact-item + .contact-item {
  border-left: 1px solid #dce4f3;
}

.tt-global-contact .tt-global-contact-col + .tt-global-contact-col {
  border-left: 1px solid #dce4f3;
}

.tt-global-contact .tt-global-contact-col .col-inner,
.tt-global-contact .tt-global-contact-col .contact-item {
  height: 100%;
}

.tt-global-contact .contact-item img {
  display: block;
  height: 32px;
  object-fit: contain;
  width: 32px;
}

.tt-global-contact .contact-item h3,
.tt-global-contact .contact-item h3 a {
  color: var(--tt-blue-light);
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
  margin: 0;
  text-decoration: none;
}

.tt-global-contact .contact-item:nth-child(2) h3,
.tt-global-contact .contact-item:nth-child(2) h3 a,
.tt-global-contact .tt-global-contact-col:nth-of-type(3) .contact-item h3,
.tt-global-contact .tt-global-contact-col:nth-of-type(3) .contact-item h3 a {
  color: var(--tt-red);
}

.tt-global-contact .contact-item span {
  color: var(--tt-text);
  font-size: 14px;
}

.tt-global-contact .chrome-dot {
  border: 2px solid var(--tt-blue-light);
  border-radius: 50%;
  color: transparent;
  display: inline-block;
  flex: 0 0 auto;
  font-size: 0;
  height: 24px;
  line-height: 0;
  position: relative;
  width: 24px;
}

.tt-global-contact .chrome-dot::before,
.tt-global-contact .chrome-dot::after {
  content: "";
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.tt-global-contact .chrome-dot::before {
  border-left: 2px solid var(--tt-blue-light);
  border-right: 2px solid var(--tt-blue-light);
  border-radius: 50%;
  height: 20px;
  width: 10px;
}

.tt-global-contact .chrome-dot::after {
  background: var(--tt-blue-light);
  height: 2px;
  width: 18px;
}

@media (max-width: 1199px) {
  .tt-project-filter {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tt-filter-submit {
    grid-column: 1 / -1;
  }

  .tt-project-grid {
    gap: 28px;
  }

  .tt-news-grid {
    gap: 24px;
  }
}

@media (max-width: 849px) {
  .tt-archive-hero-inner {
    min-height: 220px;
    padding: 48px 20px;
  }

  .tt-archive-hero h1 {
    font-size: 40px;
    line-height: 50px;
  }

  .tt-archive-hero h1 span {
    font-size: 18px;
    margin-top: 10px;
    position: static;
    text-align: left;
    white-space: normal;
  }

  .tt-archive-breadcrumb {
    gap: 8px;
    overflow: hidden;
    white-space: nowrap;
  }

  .tt-archive-breadcrumb a,
  .tt-archive-breadcrumb span {
    flex: 0 1 auto;
    max-width: 22%;
  }

  .tt-archive-breadcrumb span:last-child {
    max-width: 38%;
  }

  .tt-archive-breadcrumb a + a::before,
  .tt-archive-breadcrumb span::before {
    margin-right: 8px;
  }

  .tt-project-filter {
    grid-template-columns: 1fr;
  }

  .tt-filter-submit {
    grid-column: auto;
  }

  .tt-filter-submit label {
    display: none;
  }

  .tt-project-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tt-news-toolbar {
    grid-template-columns: 1fr;
  }

  .tt-news-sort {
    justify-content: flex-start;
    min-width: 0;
    width: fit-content;
  }

  .tt-news-sort select {
    flex: 0 0 132px;
    min-width: 132px;
    width: 132px;
  }

  .tt-news-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tt-news-single-grid {
    gap: 36px;
    grid-template-columns: 1fr;
  }

  .tt-news-related-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tt-news-contact-grid {
    grid-template-columns: 1fr;
  }

  .tt-news-contact-item,
  .tt-news-contact-item + .tt-news-contact-item {
    border-left: 0;
    justify-content: flex-start;
  }

  .tt-global-contact {
    padding: 50px 0;
  }

  .tt-global-contact h2 {
    font-size: 26px;
    line-height: 38px;
  }

  .tt-global-contact-grid {
    grid-template-columns: 1fr;
  }

  .tt-global-contact .contact-item,
  .tt-global-contact .contact-item + .contact-item {
    border-left: 0;
    justify-content: center;
  }

  .tt-global-contact .tt-global-contact-col,
  .tt-global-contact .tt-global-contact-col + .tt-global-contact-col {
    border-left: 0;
  }

  .tt-project-card-text {
    opacity: 1;
    transform: none;
    visibility: visible;
  }
}

@media (max-width: 549px) {
  .tt-archive-hero-inner {
    min-height: 156px;
    padding: 22px 15px 24px;
  }

  .tt-archive-hero h1 {
    font-size: 26px;
    line-height: 34px;
  }

  .tt-archive-hero h1 span {
    font-size: 13px;
    line-height: 1.35;
    margin-top: 4px;
  }

  .tt-archive-breadcrumb {
    font-size: 11px;
    gap: 6px;
    margin-top: 12px;
  }

  .tt-archive-breadcrumb a,
  .tt-archive-breadcrumb span {
    max-width: 18%;
  }

  .tt-archive-breadcrumb span:last-child {
    max-width: 32%;
  }

  .tt-archive-breadcrumb a + a::before,
  .tt-archive-breadcrumb span::before {
    margin-right: 6px;
  }

  .tt-project-listing {
    padding-bottom: 42px;
  }

  .tt-project-grid {
    grid-template-columns: 1fr;
  }

  .tt-news-listing {
    padding-bottom: 42px;
  }

  .tt-news-sort {
    align-items: center;
    gap: 8px;
  }

  .tt-news-sort label {
    font-size: 14px;
  }

  .tt-news-sort select {
    flex-basis: 118px;
    min-width: 118px;
    width: 118px;
  }

  .tt-news-grid {
    grid-template-columns: 1fr;
  }

  .tt-news-single-body {
    padding: 34px 0 42px;
  }

  .tt-news-single-title {
    font-size: 24px;
    line-height: 1.35;
    padding-bottom: 14px;
  }

  .tt-news-single-entry {
    font-size: 16px;
    line-height: 1.75;
  }

  .tt-news-related-list {
    grid-template-columns: 1fr;
  }

  .tt-news-related-item {
    grid-template-columns: 112px minmax(0, 1fr);
  }

  .tt-news-related-title h2 {
    font-size: 24px;
  }

  .tt-news-contact {
    padding: 42px 0;
  }

  .tt-news-contact h2 {
    margin-bottom: 26px;
  }

  .tt-news-contact-item {
    align-items: center;
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }

  .tt-global-contact {
    padding: 42px 0;
  }

  .tt-global-contact h2 {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 20px;
  }

  .tt-global-contact .contact-item {
    align-items: center;
    flex-direction: column;
    gap: 10px;
    min-height: 0;
    padding: 14px 0;
    text-align: center;
  }

  .tt-global-contact .contact-item .text {
    text-align: center;
  }

  .tt-global-contact .contact-item h3,
  .tt-global-contact .contact-item h3 a {
    font-size: 20px;
    line-height: 28px;
  }

  .tt-news-card-text {
    margin-top: 20px;
  }

  .tt-news-card-text h2 {
    font-size: 18px;
    line-height: 30px;
  }

  .tt-news-pagination ul {
    gap: 8px;
    flex-wrap: wrap;
  }

  .tt-project-card-text h3 {
    font-size: 18px;
  }
}

.tt-project-single {
  background: #fff;
  color: #111827;
}

.tt-project-container {
  margin: 0 auto;
  max-width: 1366px;
  padding: 0 15px;
}

.tt-project-hero {
  padding: 40px 0 20px;
}

.tt-project-gallery {
  margin: 0 auto;
  max-width: 1366px;
  padding: 0 15px;
}

.tt-project-gallery .flickity-page-dots {
  bottom: 12px;
  right: 24px;
  text-align: right;
}

.tt-project-gallery .dot {
  background: #d8d8d8;
  opacity: 1;
}

.tt-project-gallery .dot.is-selected {
  background: #2a55aa;
}

.tt-project-gallery-title .text-box-content {
  background: #2a55aa;
  padding: 18px 22px;
}

.tt-project-gallery-title h1 {
  color: #fff;
  font-size: clamp(24px, 2.5vw, 36px);
  font-weight: 700;
  line-height: 1.25;
  margin: 0;
  text-transform: uppercase;
}

.tt-project-body {
  padding: 25px 0 60px;
}

.tt-project-specs {
  display: grid;
  gap: 28px 55px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-bottom: 32px;
}

.tt-project-spec {
  display: flex;
  gap: 16px;
}

.tt-project-spec.is-wide {
  grid-column: span 3;
}

.tt-project-icon {
  background: #ffc928;
  display: block;
  flex: 0 0 22px;
  height: 22px;
  margin-top: 4px;
  width: 22px;
  -webkit-mask: var(--tt-project-icon) center / contain no-repeat;
  mask: var(--tt-project-icon) center / contain no-repeat;
}

.tt-project-icon-user {
  --tt-project-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2'/%3E%3Ccircle cx='12' cy='7' r='4'/%3E%3C/svg%3E");
}

.tt-project-icon-map {
  --tt-project-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 10c0 5-8 12-8 12S4 15 4 10a8 8 0 1 1 16 0z'/%3E%3Ccircle cx='12' cy='10' r='3'/%3E%3C/svg%3E");
}

.tt-project-icon-area {
  --tt-project-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M15 3h6v6'/%3E%3Cpath d='M9 21H3v-6'/%3E%3Cpath d='M21 3l-7 7'/%3E%3Cpath d='M3 21l7-7'/%3E%3C/svg%3E");
}

.tt-project-icon-value {
  --tt-project-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 2v20'/%3E%3Cpath d='M17 5H9.5a3.5 3.5 0 0 0 0 7H14a3.5 3.5 0 0 1 0 7H6'/%3E%3C/svg%3E");
}

.tt-project-icon-time {
  --tt-project-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='18' rx='2'/%3E%3Cpath d='M16 2v4'/%3E%3Cpath d='M8 2v4'/%3E%3Cpath d='M3 10h18'/%3E%3C/svg%3E");
}

.tt-project-icon-scope {
  --tt-project-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m12 2 3.09 6.26L22 9.27l-5 4.87L18.18 21 12 17.77 5.82 21 7 14.14l-5-4.87 6.91-1.01L12 2z'/%3E%3C/svg%3E");
}
.tt-project-spec h5 {
  color: #111827;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 8px;
}

.tt-project-spec p {
  font-size: 16px;
  line-height: 1.55;
  margin: 0;
}

.tt-project-content {
  font-size: 17px;
  line-height: 1.7;
  text-align: justify;
}

.tt-project-related {
  padding: 20px 0 70px;
}

.tt-project-related h2 {
  color: #111827;
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 32px;
}

.tt-project-related-track {
  align-items: stretch;
  display: grid !important;
  gap: 28px;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  overflow: visible;
}

.tt-project-related-grid {
  display: grid;
  gap: 28px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.tt-project-related-card {
  background: #fff;
  color: #111827;
  display: block;
  height: 100%;
  min-width: 0;
  text-decoration: none;
  width: 100%;
}

.tt-project-related-card img {
  aspect-ratio: 1.45;
  display: block;
  object-fit: cover;
  width: 100%;
}

.tt-project-related-text {
  background: #fff;
  box-shadow: 0 12px 28px rgba(15, 41, 156, 0.12);
  margin: -28px 14px 0;
  padding: 18px;
  position: relative;
}

.tt-project-related-text h3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
  margin: 0 0 8px;
  text-transform: uppercase;
}

.tt-project-related-text p {
  font-size: 14px;
  line-height: 1.45;
  margin: 0;
}

.tt-contact-page > .section:not(.tt-header-section) {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}

.tt-contact-hero {
  background-color: var(--tt-blue);
  background-position: center;
  background-size: cover;
  position: relative;
}

.tt-contact-hero::before {
  display: none;
}

.tt-contact-hero .section-content {
  position: relative;
  z-index: 1;
}

.tt-contact-hero-inner {
    display: block;
    margin: 0 auto;
    max-width: 1336px;
    min-height: 248px;
    padding: 70px 0px 54px;
    position: relative;
}

.tt-contact-hero h1 {
  color: #fff;
  font-size: 56px;
  font-weight: 700;
  line-height: 70px;
  margin: 0;
  text-shadow: 4px 4px 12px rgba(15, 41, 156, .1);
}

.tt-contact-hero h1 span {
  color: var(--tt-red);
  display: block;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.35;
  margin-left: 0;
  position: absolute;
  right: 15px;
  text-align: right;
  text-shadow: none;
  top: 102px;
  white-space: nowrap;
}

.tt-contact-breadcrumb {
  color: rgba(255, 255, 255, .82);
  display: flex;
  font-size: 15px;
  gap: 12px;
  margin-top: 16px;
}

.tt-contact-breadcrumb a {
  color: #fff;
  text-decoration: none;
}

.tt-contact-breadcrumb span::before {
  content: "/";
  margin-right: 12px;
}

.tt-contact-main {
  background: #fff;
  padding: 50px 0 !important;
}

.tt-contact-page > .section.tt-contact-main {
  padding: 50px 0 !important;
}

.tt-contact-main .row {
  align-items: flex-start;
}

.tt-contact-map {
  background: #f4f7fb;
  border-radius: 6px;
  overflow: hidden;
}

.tt-contact-map iframe {
  display: block;
  min-height: 450px;
  width: 100%;
}

.tt-contact-info-item {
  margin-top: 18px;
}

.tt-contact-info-item p {
  align-items: flex-start;
  color: #e91e63;
  display: flex;
  font-size: 18px;
  font-weight: 600;
  gap: 14px;
  line-height: 30px;
  margin: 0;
}

.tt-contact-info-item a {
  color: #e91e63;
  text-decoration: none;
}

.tt-contact-info-item b {
  background: var(--tt-blue-light);
  display: inline-block;
  flex: 0 0 auto;
  height: 28px;
  margin-top: 1px;
  width: 28px;
  -webkit-mask: var(--tt-location-icon) center / contain no-repeat;
  mask: var(--tt-location-icon) center / contain no-repeat;
}

.tt-contact-locations {
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(170px, .75fr) 1.25fr;
  padding: 30px 0;
}

.tt-contact-location-tabs {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.tt-contact-location-tabs button {
  background: rgba(123, 143, 183, .1);
  border: 0;
  border-radius: 5px;
  color: #7b8fb7;
  cursor: pointer;
  font-size: 15px;
  line-height: 24px;
  padding: 12px 14px;
  text-align: center;
}

.tt-contact-location-tabs button.active {
  background: var(--tt-blue-light);
  box-shadow: 4px 4px 12px rgba(15, 41, 156, .1);
  color: #fff;
}

.tt-contact-location-panel {
  display: none;
}

.tt-contact-location-panel.active {
  display: block;
}

.tt-contact-location-panel p {
  align-items: flex-start;
  color: #e91e63;
  display: flex;
  font-size: 16px;
  font-weight: 600;
  gap: 10px;
  line-height: 30px;
  margin: 0 0 10px;
}

.tt-contact-location-panel b {
  background: var(--tt-blue-light);
  border: 0;
  display: inline-block;
  flex: 0 0 auto;
  height: 24px;
  margin-top: 5px;
  width: 24px;
  -webkit-mask: var(--tt-location-icon) center / contain no-repeat;
  mask: var(--tt-location-icon) center / contain no-repeat;
}

.tt-contact-location-panel .tt-icon-phone {
  --tt-location-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2A19.79 19.79 0 0 1 3.08 5.18 2 2 0 0 1 5.06 3h3a2 2 0 0 1 2 1.72c.12.93.33 1.84.63 2.72a2 2 0 0 1-.45 2.11L9 10.79a16 16 0 0 0 4.21 4.21l1.24-1.24a2 2 0 0 1 2.11-.45c.88.3 1.79.51 2.72.63A2 2 0 0 1 22 16.92z'/%3E%3C/svg%3E");
}

.tt-contact-info-item .tt-icon-phone {
  --tt-location-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2A19.79 19.79 0 0 1 3.08 5.18 2 2 0 0 1 5.06 3h3a2 2 0 0 1 2 1.72c.12.93.33 1.84.63 2.72a2 2 0 0 1-.45 2.11L9 10.79a16 16 0 0 0 4.21 4.21l1.24-1.24a2 2 0 0 1 2.11-.45c.88.3 1.79.51 2.72.63A2 2 0 0 1 22 16.92z'/%3E%3C/svg%3E");
}

.tt-contact-location-panel .tt-icon-mail {
  --tt-location-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='5' width='18' height='14' rx='2'/%3E%3Cpath d='m3 7 9 6 9-6'/%3E%3C/svg%3E");
}

.tt-contact-info-item .tt-icon-mail {
  --tt-location-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='5' width='18' height='14' rx='2'/%3E%3Cpath d='m3 7 9 6 9-6'/%3E%3C/svg%3E");
}

.tt-contact-location-panel .tt-icon-pin {
  --tt-location-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 10c0 5-8 12-8 12S4 15 4 10a8 8 0 1 1 16 0z'/%3E%3Ccircle cx='12' cy='10' r='3'/%3E%3C/svg%3E");
}

.tt-contact-info-item .tt-icon-pin {
  --tt-location-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 10c0 5-8 12-8 12S4 15 4 10a8 8 0 1 1 16 0z'/%3E%3Ccircle cx='12' cy='10' r='3'/%3E%3C/svg%3E");
}

.tt-contact-form-wrap h2 {
  color: #181717;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 18px;
}

.tt-contact-form-wrap > p {
  color: var(--tt-text);
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
  margin: 0 0 34px;
}

.tt-contact-form-wrap .wpcf7,
.tt-contact-form-wrap .wpcf7 form,
.tt-contact-form,
.tt-form-grid,
.tt-form-grid > p {
  width: 100%;
}

.tt-form-grid {
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.tt-form-grid > p {
  display: grid;
  gap: 15px 34px;
  grid-column: 1 / -1;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
}

.tt-form-grid > p > br {
  display: none;
}

.tt-field {
  display: block;
  margin: 0;
  position: relative;
  width: 100%;
}

.tt-field::before {
  background: var(--tt-blue-light);
  content: "";
  height: 18px;
  left: 18px;
  position: absolute;
  top: 19px;
  width: 18px;
  -webkit-mask: var(--tt-form-icon) center / contain no-repeat;
  mask: var(--tt-form-icon) center / contain no-repeat;
  z-index: 1;
}

.tt-field-name::before {
  --tt-form-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2'/%3E%3Ccircle cx='12' cy='7' r='4'/%3E%3C/svg%3E");
}

.tt-field-email::before {
  --tt-form-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='5' width='18' height='14' rx='2'/%3E%3Cpath d='m3 7 9 6 9-6'/%3E%3C/svg%3E");
}

.tt-field-phone::before {
  --tt-form-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2A19.79 19.79 0 0 1 3.08 5.18 2 2 0 0 1 5.06 3h3a2 2 0 0 1 2 1.72c.12.93.33 1.84.63 2.72a2 2 0 0 1-.45 2.11L9 10.79a16 16 0 0 0 4.21 4.21l1.24-1.24a2 2 0 0 1 2.11-.45c.88.3 1.79.51 2.72.63A2 2 0 0 1 22 16.92z'/%3E%3C/svg%3E");
}

.tt-field-address::before {
  --tt-form-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 10c0 5-8 12-8 12S4 15 4 10a8 8 0 1 1 16 0z'/%3E%3Ccircle cx='12' cy='10' r='3'/%3E%3C/svg%3E");
}

.tt-field-message {
  grid-column: 1 / -1;
}

.tt-field-message::before {
  --tt-form-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 20h9'/%3E%3Cpath d='M16.5 3.5a2.12 2.12 0 0 1 3 3L7 19l-4 1 1-4Z'/%3E%3C/svg%3E");
  top: 24px;
}

.tt-contact-form input,
.tt-contact-form textarea {
  background: #f9f9fb;
  border: .5px solid #afafaf;
  border-radius: 5px;
  box-shadow: none;
  color: var(--tt-text);
  font-size: 15px;
  height: auto;
  margin: 0;
  outline: 0;
  padding: 15px 18px 15px 52px;
  width: 100%;
}

.tt-contact-form .wpcf7-form-control-wrap {
  display: block;
}

.tt-contact-form textarea {
  min-height: 190px;
  resize: vertical;
}

.tt-form-actions {
  padding-top: 22px;
  text-align: right;
}

.tt-form-actions p {
  margin: 0;
}

.tt-contact-form button,
.tt-contact-form input[type="submit"] {
  background: var(--tt-blue-light);
  border: 0;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
  padding: 12px 30px;
  text-transform: uppercase;
  width: auto;
}

.tt-contact-form button:hover,
.tt-contact-form input[type="submit"]:hover {
  background: var(--tt-blue);
}

.tt-contact-form .wpcf7-spinner {
  margin: 0 0 0 12px;
}

.tt-contact-form .wpcf7-not-valid-tip {
  color: var(--tt-red);
  font-size: 13px;
  margin-top: 5px;
}

@media (max-width: 849px) {
  .tt-contact-hero-inner {
    min-height: 220px;
    padding: 48px 20px;
  }

  .tt-contact-hero h1 {
    font-size: 40px;
    line-height: 50px;
  }

  .tt-contact-hero h1 span {
    display: block;
    font-size: 18px;
    line-height: 1.4;
    margin-left: 0;
    margin-top: 10px;
    position: static;
    text-align: left;
    white-space: normal;
  }

  .tt-contact-breadcrumb {
    margin-top: 16px;
  }

  .tt-contact-locations,
  .tt-form-grid,
  .tt-form-grid > p {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 549px) {
  .tt-contact-main {
    padding: 36px 0 !important;
  }

  .tt-contact-map iframe {
    height: 320px;
  }

  .tt-contact-form-wrap h2 {
    font-size: 32px;
  }
}

@media (max-width: 849px) {
  .tt-project-gallery-title .text-box-content {
    padding: 14px 16px;
  }

  .tt-project-specs,
  .tt-project-related-grid {
    grid-template-columns: 1fr;
  }

  .tt-project-spec.is-wide {
    grid-column: auto;
  }

  .tt-project-related-track {
    display: flex !important;
    gap: 18px;
    grid-template-columns: none !important;
    overflow-x: auto;
    padding: 0 0 18px;
    scroll-padding-left: 0;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
  }

  .tt-project-related-track .tt-project-related-card {
    flex: 0 0 100%;
    scroll-snap-align: start;
  }
}

@media (max-width: 549px) {
  .tt-site-footer {
    padding-top: 34px !important;
  }

  .tt-site-footer .tt-site-footer-logo img {
    max-width: 128px;
  }

  .tt-site-footer .tt-site-footer-row {
    grid-template-columns: 1fr;
  }

  .tt-site-footer p,
  .tt-site-footer a {
    font-size: 14px;
  }

  .tt-site-footer .tt-site-footer-social a {
    height: 44px;
    width: 44px;
  }

  .tt-site-footer .tt-site-footer-social img {
    height: 44px;
    width: 44px;
  }

  .tt-site-footer .tt-site-footer-social .img,
  .tt-site-footer .tt-site-footer-social .img-inner {
    height: 44px;
    width: 44px;
  }

  .tt-source-home .banner .banner-copy {
    max-width: calc(100% - 24px) !important;
  }

  .tt-source-home .banner .banner-copy .text-box-content {
    border-radius: 0 0 34px 0;
    padding: 18px 20px;
  }

  .tt-source-home .banner .banner-copy h3 {
    font-size: 24px;
    line-height: 32px;
    width: auto;
  }

  .tt-source-home .banner .banner-copy p {
    font-size: 15px;
    line-height: 22px;
    white-space: nowrap;
  }

  .tt-source-home .tt-live-banner .flickity-page-dots {
    padding: 12px 24px;
  }

  .tt-source-home .about-index .things {
    padding-left: 0;
  }

  .tt-source-home .about-index .things::before {
    display: none;
  }

  .tt-source-home .project-index .news-grid,
  .tt-source-home .project-index .project-grid {
    grid-template-columns: 1fr;
  }

  .tt-source-home .chungtoi .stat-row {
    gap: 18px 12px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .tt-source-home .chungtoi .stat-row .item h3 {
    font-size: 34px;
  }

  .tt-source-home .chungtoi .stat-row .item p {
    font-size: 13px;
  }

  .tt-source-home .project-index .projecttb .flickity-viewport {
    height: 330px !important;
  }

  .tt-source-home .project-index .projecttb .flickity-slider > .col {
    width: 100% !important;
  }

  .tt-source-home .project-index .news .nav-tabs {
    align-items: stretch;
    flex-direction: column;
    gap: 8px;
  }

  .tt-source-home .tt-news-tabs,
  .tt-source-home .tt-news-tabs .nav-tabs {
    align-items: stretch;
    flex-direction: column;
    gap: 10px;
  }

  .tt-source-home .tt-news-tabs button,
  .tt-source-home .tt-news-tabs .nav-tabs a {
    text-align: center;
    white-space: normal;
    width: 100%;
  }

  .tt-source-home .tuyen-dung {
    padding: 50px 0 0;
  }

  .tt-source-home > .section.tuyen-dung {
    padding: 50px 0 0 !important;
  }

  .tt-source-home .tuyen-dung .tuyen-dung-row {
    display: block;
    max-width: none;
    padding: 0;
    width: 100%;
  }

  .tt-source-home .tuyen-dung .tuyen-dung-photo-col,
  .tt-source-home .tuyen-dung .tuyen-dung-info-col {
    flex-basis: 100%;
    margin-left: 0;
    max-width: 100%;
  }

  .tt-source-home .tuyen-dung .tuyen-dung-photo {
    height: 380px;
  }

  .tt-source-home .tuyen-dung .tuyen-dung-info-col {
    height: auto;
    min-height: 0;
  }

  .tt-source-home .tuyen-dung .tuyen-dung-info-col .col-inner {
    height: auto;
    min-height: 0;
    padding: 42px 24px !important;
  }

  .tt-source-home .tuyen-dung .tuyen-dung-info .line {
    height: 40px;
    margin-bottom: 18px;
  }

  .tt-source-home .tuyen-dung .twobe {
    margin-top: 32px;
  }

  .tt-source-home .contact-index .contact-item {
    flex-direction: column;
    text-align: center;
  }
}

.tt-inner-hero {
  min-height: 250px;
  overflow: hidden;
  position: relative;
  background-position: center !important;
  background-size: cover !important;
}

.tt-inner-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(13, 43, 92, .95) 0%, rgba(20, 55, 111, .82) 42%, rgba(13, 43, 92, .34) 100%);
  pointer-events: none;
}

.tt-inner-hero .section-content {
  align-items: center;
  display: flex;
  min-height: 250px;
  position: relative;
  z-index: 2;
}

.tt-inner-hero-content {
  color: #fff;
  margin: 0 auto;
  width: min(1336px, calc(100% - 40px));
}

.tt-inner-hero h1 {
  color: #fff;
  font-size: clamp(38px, 4.4vw, 64px);
  font-weight: 800;
  line-height: 1.05;
  margin: 0 0 16px;
}

.tt-inner-hero .tt-inner-slogan,
.tt-inner-hero h1 span {
  color: #f62222;
  font-size: clamp(16px, 1.5vw, 25px);
  font-weight: 500;
  text-transform: uppercase;
}

.tt-inner-hero .tt-inner-slogan {
  position: absolute;
  right: max(40px, calc((100vw - 1180px) / 2));
  top: 50%;
  transform: translateY(-50%);
}

.tt-inner-breadcrumb {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 15px;
  font-weight: 600;
  gap: 12px;
}

.tt-inner-breadcrumb a {
  color: #fff;
}

.tt-inner-breadcrumb span::before {
  content: "/";
  margin-right: 12px;
}

.tt-about-overview {
  background: #fff;
  padding: 70px 0 !important;
}

.tt-about-overview .row {
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 1180px;
}

.tt-about-nav {
  background: #fff;
  box-shadow: 0 12px 30px rgba(15, 38, 78, .14);
  display: grid;
}

.tt-about-nav a {
  border-bottom: 1px dashed #d2d8e3;
  color: #101820;
  display: block;
  font-size: 16px;
  font-weight: 700;
  padding: 18px 22px;
  text-transform: uppercase;
}

.tt-about-nav a:last-child {
  border-bottom: 0;
}

.tt-about-nav a.active,
.tt-about-nav a:hover {
  color: #2459b8;
}

.tt-about-letter {
  align-items: center;
  display: grid;
  gap: 48px;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  max-width: 1336px;
  margin: 0 auto;
}

.tt-about-letter-media img {
  aspect-ratio: 4 / 3;
  display: block;
  object-fit: cover;
  width: 100%;
}

.tt-about-title h2,
.tt-about-placeholder h2 {
  color: #111;
  font-size: clamp(30px, 3vw, 44px);
  font-weight: 800;
  line-height: 1.15;
  margin: 0 0 24px;
  text-transform: uppercase;
}

.tt-about-title h2::after {
  background: linear-gradient(90deg, #112f68, #3f78e6);
  content: "";
  display: block;
  height: 3px;
  margin-top: 14px;
  width: 82px;
}

.tt-about-letter-body p,
.tt-about-placeholder p {
  color: #22304a;
  font-size: 16px;
  line-height: 1.78;
  margin: 0 0 16px;
  text-align: justify;
}

.tt-about-letter-body .tt-about-quote {
  color: #ec1d25;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.55;
  margin-top: 32px;
}

@media (max-width: 849px) {
  .tt-inner-hero,
  .tt-inner-hero .section-content {
    min-height: 220px;
  }

  .tt-inner-hero .tt-inner-slogan {
    position: static;
    transform: none;
    display: block;
    margin: 10px 0 16px;
  }

  .tt-about-letter {
    gap: 28px;
    grid-template-columns: 1fr;
  }

  .tt-about-sidebar-col {
    margin-bottom: 28px;
  }
}

@media (max-width: 549px) {
  .tt-inner-hero-content {
    width: min(100% - 28px, 1180px);
  }

  .tt-inner-hero h1 {
    font-size: 34px;
  }

  .tt-inner-hero h1 span,
  .tt-inner-breadcrumb {
    font-size: 14px;
  }

  .tt-about-overview {
    padding: 42px 0 !important;
  }

  .tt-about-nav a {
    font-size: 14px;
    padding: 15px 16px;
  }

  .tt-about-letter-body p,
  .tt-about-placeholder p {
    font-size: 15px;
    text-align: left;
  }
}

.tt-history-section {
  background: #fff;
  padding: 70px 0 78px !important;
}

.tt-history-heading {
  margin: 0 auto 46px;
  max-width: 1180px;
  padding: 0 15px;
  text-align: center;
}

.tt-history-heading h2 {
  color: #111;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.25;
  margin: 0;
}

.tt-history-timeline {
  margin: 0 auto;
  max-width: 1336px;
  padding: 6px 15px 0;
  position: relative;
}

.tt-history-timeline::before {
  background: #d9e1ef;
  bottom: 18px;
  content: "";
  left: 58px;
  position: absolute;
  top: 18px;
  width: 1px;
}

.tt-history-item {
  display: grid;
  gap: 48px;
  grid-template-columns: 42% minmax(0, 1fr);
  min-height: 210px;
  padding: 0 0 54px;
  position: relative;
}

.tt-history-item:last-child {
  padding-bottom: 0;
}

.tt-history-year {
  align-self: center;
  padding: 8px 0 0 90px;
  position: relative;
  text-align: center;
}

.tt-history-year span {
  background: #ed1c24;
  border: 0;
  border-radius: 50%;
  box-shadow: none;
  height: 14px;
  left: 36px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  z-index: 2;
}

.tt-history-year span::after {
  background: #173a73;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 180px;
  z-index: -1;
}

.tt-history-year strong {
  color: #ed1c24;
  display: inline-block;
  font-size: 39px;
  font-weight: 500;
  line-height: 1;
}

.tt-history-card {
  display: block;
}

.tt-history-copy {
  color: #061738;
  font-size: 18px;
  line-height: 1.45;
  margin: 0 0 14px;
}

.tt-history-copy p {
  margin: 0;
}

.tt-history-media {
  min-width: 0;
}

.tt-history-gallery {
  margin: -8px !important;
}

.tt-history-gallery > .col {
  padding: 8px !important;
}

.tt-history-image {
  background: #f4f7fb;
  overflow: hidden;
}

.tt-history-image .img-inner {
  aspect-ratio: 1.72 / 1;
}

.tt-history-image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

@media (max-width: 1199px) {
  .tt-history-timeline::before {
    left: 40px;
  }

  .tt-history-item {
    gap: 44px;
    grid-template-columns: 36% minmax(0, 1fr);
  }

  .tt-history-year span {
    left: 18px;
  }

  .tt-history-year span::after {
    width: 135px;
  }
}

@media (max-width: 849px) {
  .tt-history-section {
    padding: 56px 0 64px !important;
  }

  .tt-history-heading {
    margin-bottom: 34px;
  }

  .tt-history-heading h2 {
    font-size: 28px;
  }

  .tt-history-timeline {
    padding-left: 30px;
  }

  .tt-history-timeline::before {
    left: 37px;
  }

  .tt-history-item {
    display: block;
    padding: 0 0 42px 32px;
  }

  .tt-history-year {
    margin-bottom: 14px;
    padding: 0;
    text-align: left;
  }

  .tt-history-year span {
    left: -32px;
    right: auto;
    top: 12px;
    transform: none;
  }

  .tt-history-year span::after {
    display: none;
  }

  .tt-history-year strong {
    font-size: 34px;
  }

  .tt-history-copy {
    margin-bottom: 18px;
  }
}

@media (max-width: 549px) {
  .tt-history-section {
    padding: 46px 0 52px !important;
  }

  .tt-history-heading {
    text-align: left;
  }

  .tt-history-heading h2 {
    font-size: 24px;
  }

  .tt-history-timeline {
    padding-left: 22px;
  }

  .tt-history-timeline::before {
    left: 28px;
  }

  .tt-history-item {
    padding-left: 28px;
  }

  .tt-history-year span {
    left: -29px;
  }

  .tt-history-year strong {
    font-size: 31px;
  }

  .tt-history-copy {
    font-size: 15px;
    line-height: 1.75;
  }

  .tt-history-gallery > .col {
    padding: 6px !important;
  }
}

.tt-about-subpage {
  background: #fff;
}

.tt-about-subpage > .section-content {
  margin: 0 auto;
  max-width: 1336px;
}

.tt-about-page-heading h2,
.tt-core-heading h2 {
  color: #050b16;
  font-size: clamp(32px, 3vw, 46px);
  font-weight: 800;
  line-height: 1.15;
  margin: 0 0 44px;
  text-align: center;
}

.tt-subpage-title h2 {
  color: #0b1220;
  display: inline-block;
  font-size: clamp(30px, 2.8vw, 44px);
  font-weight: 800;
  line-height: 1.15;
  margin: 0 0 28px;
  position: relative;
}

.tt-subpage-title h2::after {
  background: currentColor;
  bottom: -14px;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  width: 100%;
}

.tt-title-red h2 {
  color: #e73535;
}

.tt-title-green h2 {
  color: #16a085;
}

.tt-title-blue h2 {
  color: #2d58b6;
}

.tt-vision-page .tt-vision-block {
  align-items: center;
  margin-bottom: 70px !important;
  max-width: 1336px;
}
.tt-vision-page .tt-vision-block .tt-vision-copy-col{
  padding:0;
}
.tt-vision-page #col-525280315.tt-vision-copy-col > .col-inner{
  padding-left:0!important;
}
.tt-vision-page .tt-vision-copy-col > .col-inner {
  padding: 0 34px !important;
}

.tt-vision-page .tt-vision-copy-col p {
  color: #17223a;
  font-size: 17px;
  line-height: 1.85;
  margin: 0;
  text-align: justify;
}

.tt-vision-page .tt-vision-image-col > .col-inner {
  padding: 0 !important;
}

.tt-vision-page .tt-vision-photo img {
  display: block;
  height: auto;
  width: 100%;
}

.tt-core-heading {
  margin-top: 10px;
  text-align: center;
}

.tt-values-grid {
  row-gap: 28px;
}

.tt-values-grid .tt-value-col > .col-inner {
  padding: 10px !important;
}

.tt-value-card {
  align-items: center;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 16px 35px rgba(10, 31, 70, .08);
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 180px;
  padding: 24px 18px;
  text-align: center;
}

.tt-value-card h3 {
  color: #101828;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.35;
  margin: 0 0 20px;
}

.tt-value-card .tt-value-icon {
  margin: 0 auto;
  max-width: 96px;
}

.tt-value-card .tt-value-icon img {
  height: 90px;
  object-fit: contain;
  width: 90px;
}

.tt-org-page {
  background: #fff;
}

.tt-org-frame {
  margin: 0 auto;
  max-width: 1120px;
  overflow-x: auto;
  padding: 8px 0;
}

.tt-org-chart-image img {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
}

.tt-cert-page {
  background: #fff;
}

.tt-cert-grid {
  row-gap: 32px;
}

.tt-cert-grid .tt-cert-col > .col-inner {
  padding: 0 14px !important;
}

.tt-cert-card {
  height: 100%;
  text-align: center;
}

.tt-cert-media {
  background: #fff;
  border: 1px solid #d8d8d8;
  margin-bottom: 12px;
  padding: 0;
}

.tt-cert-image img {
  display: block;
  height: auto;
  width: 100%;
}

.tt-cert-card p {
  color: #1e293b;
  font-size: 16px;
  line-height: 1.55;
  margin: 0 0 20px;
}

@media (max-width: 1000px) {
  .tt-vision-page .tt-vision-block {
    display: flex !important;
    flex-direction: column !important;
  }

  .tt-vision-page .tt-vision-block > .col {
    flex-basis: 100% !important;
    max-width: 100% !important;
    width: 100% !important;
  }

  .tt-vision-page .tt-vision-block-reverse {
    flex-direction: column-reverse !important;
  }

  .tt-values-grid .tt-value-col {
    flex-basis: 50% !important;
    max-width: 50% !important;
    width: 50% !important;
  }
}

@media (max-width: 849px) {
  .tt-about-subpage {
    padding: 50px 0 !important;
  }

  .tt-about-subpage > .section-content {
    width: min(100% - 28px, 720px);
  }

  .tt-about-page-heading h2,
  .tt-core-heading h2 {
    margin-bottom: 30px;
    text-align: left;
  }

  .tt-vision-page .tt-vision-block {
    display: flex !important;
    flex-direction: column !important;
    margin-bottom: 44px !important;
  }

  .tt-vision-page .tt-vision-block > .col {
    flex-basis: 100% !important;
    max-width: 100% !important;
    width: 100% !important;
  }

  .tt-vision-page .tt-vision-copy-col > .col-inner {
    padding: 0 !important;
  }

  .tt-vision-page .tt-vision-block-reverse {
    display: flex !important;
    flex-direction: column-reverse !important;
  }

  .tt-values-grid .tt-value-col {
    flex-basis: 50% !important;
    max-width: 50% !important;
    width: 50% !important;
  }

  .tt-subpage-title h2 {
    margin-bottom: 24px;
  }

  .tt-values-grid .tt-value-col > .col-inner,
  .tt-cert-grid .tt-cert-col > .col-inner {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
}
@media screen and (max-width: 549px) {
    .box-vertical .box-image {
        width: 48% !important;
    }
}
@media (max-width: 549px) {
  .tt-about-subpage > .section-content {
    width: min(100% - 24px, 420px);
  }

  .tt-vision-page .tt-vision-copy-col p {
    font-size: 15px;
    line-height: 1.75;
    text-align: left;
  }

  .tt-values-grid .tt-value-col {
    flex-basis: 100% !important;
    max-width: 100% !important;
    width: 100% !important;
  }

  .tt-value-card {
    min-height: auto;
    padding: 20px 12px;
  }

  .tt-value-card h3 {
    font-size: 15px;
  }

  .tt-cert-card p {
    font-size: 15px;
  }
}
