@import url("https://fonts.googleapis.com/css2?family=Geologica:wght@300;400;500;600;700;800&family=Manrope:wght@400;500;700&display=swap");
body {
  font-family: 'Manrope', sans-serif;
  color: #333;
  font-weight: 400;
  padding: 0;
  margin: 0;
  width: 100%;
  font-size: 16px;
  line-height: 1.5; }

.container {
  max-width: 1200px;
  margin: auto; }

a:hover {
  text-decoration: none; }

* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  outline: none;
  text-decoration: none; }

h1 {
  font-size: 64px;
  font-weight: 700;
  font-family: 'Geologica', sans-serif; }

h2 {
  font-size: 44px;
  font-family: 'Geologica', sans-serif;
  font-weight: 700; }

h3 {
  font-size: 32px;
  font-family: 'Geologica', sans-serif;
  font-weight: 700; }

h4 {
  font-size: 24px;
  font-family: 'Geologica', sans-serif;
  font-weight: 700; }

h5 {
  font-size: 22px;
  font-family: 'Geologica', sans-serif;
  font-weight: 700; }

h6 {
  font-size: 20px;
  font-family: 'Geologica', sans-serif;
  font-weight: 700; }

p, strong, b, i {
  font-size: 16px; }

span {
  font-size: 13px; }

label {
  font-size: 16px; }

.mt-10 {
  margin-top: 10px; }

.mt-20 {
  margin-top: 20px; }

.mt-30 {
  margin-top: 30px; }

.mt-40 {
  margin-top: 40px; }

.mt-50 {
  margin-top: 50px; }

.mt-60 {
  margin-top: 60px; }

.mt-70 {
  margin-top: 70px; }

.mb-10 {
  margin-bottom: 10px; }

.mb-20 {
  margin-bottom: 20px; }

.mb-30 {
  margin-bottom: 30px; }

.mb-40 {
  margin-bottom: 40px; }

.mb-50 {
  margin-bottom: 50px; }

.mb-60 {
  margin-bottom: 60px; }

.mb-70 {
  margin-bottom: 70px; }

.m10 {
  margin: 10px; }

.m15 {
  margin: 15px; }

.m20 {
  margin: 20px; }

.m25 {
  margin: 25px; }

.m30 {
  margin: 30px; }

.m35 {
  margin: 35px; }

.m40 {
  margin: 40px; }

.m45 {
  margin: 45px; }

.m50 {
  margin: 50px; }

.m55 {
  margin: 55px; }

.m60 {
  margin: 60px; }

.m65 {
  margin: 65px; }

.m70 {
  margin: 70px; }

.ml-0 {
  margin-left: 0; }

.mr-0 {
  margin-right: 0; }

.mt-0 {
  margin-top: 0; }

.mb-0 {
  margin-bottom: 0; }

.p10 {
  padding: 10px; }

.p15 {
  padding: 15px; }

.p20 {
  padding: 20px; }

.p25 {
  padding: 25px; }

.p30 {
  padding: 30px; }

.p35 {
  padding: 35px; }

.p40 {
  padding: 40px; }

.p45 {
  padding: 45px; }

.p50 {
  padding: 50px; }

.p55 {
  padding: 55px; }

.p60 {
  padding: 60px; }

.p65 {
  padding: 65px; }

.p70 {
  padding: 70px; }

.pl-0 {
  padding-left: 0; }

.pr-0 {
  padding-right: 0; }

.pt-0 {
  padding-top: 0; }

.pb-0 {
  padding-bottom: 0; }

.pd-left {
  padding-left: 30px; }

.pd-right {
  padding-right: 30px; }

section {
  padding: 40px 0;
  display: inline-block;
  width: 100%;
  overflow: hidden; }

.box-shadow {
  background: #FFFFFF;
  box-shadow: 0px 0px 28px rgba(0, 0, 0, 0.08);
  border-radius: 2px; }

button {
  border: 0; }
  button:focus {
    outline: none; }

button,
input[type=button],
input[type=submit] {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #2A6BBC;
  padding: 0 24px;
  color: white;
  text-align: center;
  transition: all .3s ease-in-out;
  color: white;
  height: 50px;
  line-height: 24px;
  font-weight: 600;
  font-size: 16px;
  border-radius: 2px;
  text-transform: uppercase;
  width: fit-content; }
  button:hover,
  input[type=button]:hover,
  input[type=submit]:hover {
    opacity: 0.9;
    color: white; }
  button i,
  button span,
  button img, button svg,
  input[type=button] i,
  input[type=button] span,
  input[type=button] img,
  input[type=button] svg,
  input[type=submit] i,
  input[type=submit] span,
  input[type=submit] img,
  input[type=submit] svg {
    font-weight: 600;
    margin-left: 5px;
    width: 16px; }

.dissalbe {
  background-color: #E9E9E9;
  color: #A9A9A9;
  pointer-events: none; }

.center {
  text-align: center; }

.align-left {
  text-align: left; }

.align-right {
  text-align: right; }

.text-main {
  color: #333; }

.text-brand {
  color: #2A6BBC; }

.text-uppercase {
  text-transform: uppercase; }

.text-alpha {
  color: #858585; }

.btn.focus, .btn:focus {
  box-shadow: none; }

a {
  text-decoration: none; }

.fw-normal {
  font-weight: normal; }

.flex-center {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center; }

/* -------------- Scrollbar-------------------- */
.scrollbar {
  width: 100%;
  margin: auto;
  overflow-x: auto; }

::-webkit-scrollbar-track {
  border-radius: 0px;
  background-color: #fff; }

::-webkit-scrollbar {
  width: 1px;
  height: 0;
  background-color: transparent; }

::-webkit-scrollbar-thumb {
  border-radius: 0px;
  background-color: #ffffff; }

/* -------------- Input / textarea -------------------- */
textarea {
  height: 150px !important; }

input, select, textarea {
  border: 1px solid #E6E6E6;
  border-radius: 2px;
  width: 100%;
  padding: 5px 15px;
  height: 50px;
  font-size: 16px;
  color: #333; }
  input::placeholder, select::placeholder, textarea::placeholder {
    color: #858585; }
  input:focus, select:focus, textarea:focus {
    border: 1px solid #2A6BBC; }
  input:invalid, select:invalid, textarea:invalid {
    border: 1px solid #F71729 !important; }

::-webkit-calendar-picker-indicator {
  filter: invert(0.6); }

.error-message {
  color: #F71729;
  display: inline-block;
  font-size: 12px;
  line-height: 15px;
  margin: 5px 0 0; }

.error label {
  color: #F71729; }

.error input[type=text] {
  background-color: #fff;
  border: 1px solid #F71729;
  outline: none; }

/* --------------Checkbox-------------------- */
.input-custom {
  display: none; }

.label-custom {
  color: #333;
  line-height: 1.2;
  display: flex;
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  align-items: center;
  margin-bottom: 15px;
  font-weight: normal !important; }
  .label-custom:checked {
    color: #2A6BBC !important; }
  .label-custom:before {
    content: "\e64c";
    font-family: "themify";
    font-size: 16px;
    color: transparent;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 20px;
    height: 20px;
    opacity: 1;
    border: 1px solid #E6E6E6;
    box-sizing: border-box;
    border-radius: 4px;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }

.label-custom:checked {
  color: #333 !important; }

.input-custom:checked + .label-custom::before {
  color: white;
  background-color: #2A6BBC;
  border: 1px solid #2A6BBC; }

.input-custom:checked + .label-custom {
  color: #333 !important; }

/* check-radio-custom */
.check-radio-custom {
  margin: 5px 0 15px 0;
  display: flex; }

.check-radio-custom [type="radio"]:checked + label {
  color: #2A6BBC !important; }

.check-radio-custom [type="radio"]:checked,
.check-radio-custom [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px; }

.check-radio-custom [type="radio"]:checked + label,
.check-radio-custom [type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  display: inline-block;
  color: #333;
  margin-bottom: 0;
  font-weight: normal; }

.check-radio-custom [type="radio"]:checked + label:before,
.check-radio-custom [type="radio"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 1px;
  width: 20px;
  height: 20px;
  border: 1px solid #E6E6E6;
  border-radius: 100%;
  background: #fff; }

.check-radio-custom [type="radio"]:checked + label::before {
  border: 1px solid #2A6BBC !important; }

.check-radio-custom [type="radio"]:checked + label:after,
.check-radio-custom [type="radio"]:not(:checked) + label:after {
  content: '';
  width: 12px;
  height: 12px;
  background: #2A6BBC;
  position: absolute;
  top: 5px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }

.check-radio-custom [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0); }

.check-radio-custom [type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1); }

.check-radio-custom p {
  margin: 0 20px; }

.avatar-thumb {
  display: inline-block;
  width: 100%; }
  .avatar-thumb a {
    position: relative;
    padding-top: 56%;
    display: block; }
    .avatar-thumb a img {
      position: absolute;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      left: 0;
      top: 0; }

.form-control:focus {
  border-color: #2A6BBC;
  outline: 0;
  box-shadow: none; }

/*------------ Custom select box -------------*/
.custom-select {
  height: 50px;
  background-color: white;
  border-radius: 2px;
  border: 1px solid #E6E6E6;
  position: relative;
  padding: 0;
  background: white;
  display: flex;
  align-items: center; }

.select-items {
  overflow-y: auto !important;
  max-height: 250px; }

.custom-select select {
  display: none;
  /*hide original SELECT element: */ }

/* Style the arrow inside the select element: */
.select-selected:after {
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 10px;
  vertical-align: 0.255em;
  content: "\e64b";
  font-family: 'themify';
  color: #858585;
  top: 15px;
  right: 25px; }

/* style the items (options), including the selected item: */
.select-items div,
.select-selected {
  color: #333;
  padding: 8px 16px;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  font-size: 16px; }

.select-selected {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 20px; }

/* Style items (options): */
.select-items {
  padding: 15px 0;
  overflow: hidden;
  width: 100%;
  position: absolute;
  background-color: #fff;
  top: 45px;
  left: 0;
  right: 0;
  z-index: 99;
  box-shadow: 0px 4px 54px rgba(0, 0, 0, 0.09);
  border-radius: 2px;
  max-height: 140px; }

/* Hide the items when the select box is closed: */
.select-hide {
  display: none; }

.select-items div:hover,
.same-as-selected {
  background-color: #EBF2FD; }

/* ----------------------- Modal----------------------- */
.modal-dialog.modal-dialog-medium {
  max-width: 1000px; }

.modal-dialog.modal-dialog-large {
  max-width: 100%; }

.modal {
  padding: 80px 0; }
  .modal .submit-login-out {
    width: 100%; }

.modal-body {
  padding: 20px 0 20px 0; }
  .modal-body p {
    font-weight: normal; }

.modal-content {
  margin: auto;
  border: 0;
  border-radius: 2px;
  padding: 15px 20px; }

.modal-dialog {
  max-width: 560px;
  margin: 0 auto;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center; }

.modal-header {
  padding: 0 10px;
  border-bottom: 0;
  position: relative;
  justify-content: center; }
  .modal-header .close {
    position: absolute;
    right: 10px;
    font-size: 30px;
    padding: 5px;
    top: 0;
    color: #858585;
    opacity: 1; }
    .modal-header .close i {
      font-size: 20px;
      font-weight: 600; }
    .modal-header .close:hover {
      outline: none; }

.modal-title {
  font-weight: 600; }

.no-sub a::after, .no-sub a::before {
  display: none !important; }

.box-search {
  width: 100%;
  position: relative; }
  .box-search input {
    width: 100%;
    height: 50px;
    border-radius: 2px 0 0 2px;
    outline: none;
    border: 1px solid #E6E6E6;
    font-size: 16px;
    padding-left: 40px; }
    .box-search input::placeholder {
      font-weight: 400; }
    .box-search input:focus {
      border: 1px solid #2A6BBC !important; }
  .box-search i {
    position: absolute;
    left: 16px;
    font-weight: 600;
    font-size: 18px;
    color: #858585;
    top: 16px; }
  .box-search.search-right input {
    padding-left: 20px; }
  .box-search.search-right i {
    left: inherit;
    right: 16px; }

/* --------------------------- Pagging ------------------------------- */
.pagging-page {
  width: 100%; }
  .pagging-page .pagination {
    margin-top: 15px;
    justify-content: center;
    align-items: center;
    margin-bottom: 0; }
  .pagging-page ul li a,
  .pagging-page ul li span {
    display: flex;
    width: 32px;
    height: 32px;
    margin: 0 10px;
    text-align: center;
    font-size: 16px;
    text-decoration: none;
    color: #333;
    padding: 4px;
    font-weight: 500;
    align-items: center;
    justify-content: center; }
    .pagging-page ul li a.active,
    .pagging-page ul li span.active {
      color: white;
      background-color: #2A6BBC;
      padding-top: 5px;
      border-radius: 4px; }
  .pagging-page ul li:hover a {
    opacity: 0.9; }

/*------------- Custom tab content --------------*/
.tab-system .nav-tabs .nav-link:focus, .tab-system .nav-tabs .nav-link:hover, .tab-system .nav-tabs .nav-item.show .nav-link, .tab-system .nav-tabs .nav-link.active {
  border-color: transparent; }
.tab-system .nav-tabs {
  border-bottom: 1.5px solid #E6E6E6;
  justify-content: center;
  overflow-x: scroll;
  height: auto;
  white-space: nowrap;
  width: 100%;
  flex-wrap: unset; }
  .tab-system .nav-tabs .nav-link {
    font-weight: 600;
    width: 25%;
    text-align: center; }
    .tab-system .nav-tabs .nav-link span {
      font-size: 16px; }
.tab-system .nav-item.show .nav-link, .tab-system .nav-tabs .nav-link.active {
  background-color: transparent;
  border-bottom: 1.5px solid #2A6BBC;
  color: #2A6BBC; }
.tab-system .tab-content {
  margin: 20px 0; }
.tab-system .nav-tabs .nav-item {
  margin-bottom: 0;
  padding: 15px;
  color: #333;
  font-weight: normal; }

/*------------- Custom editor  --------------*/
.editor-body ul, .editor-body ol {
  padding-left: 15px; }
.editor-body span, .editor-body p, .editor-body b, .editor-body strong, .editor-body label, .editor-body i {
  font-size: initial !important;
  width: initial !important;
  height: initial !important;
  font-weight: initial !important; }
.editor-body h1, .editor-body h2, .editor-body h3, .editor-body h4, .editor-body h5, .editor-body h6 {
  font-size: initial !important;
  width: initial !important;
  font-weight: initial !important;
  height: initial !important; }
  .editor-body h1 span, .editor-body h1 p, .editor-body h1 b, .editor-body h1 strong, .editor-body h1 label, .editor-body h1 i, .editor-body h1 a, .editor-body h2 span, .editor-body h2 p, .editor-body h2 b, .editor-body h2 strong, .editor-body h2 label, .editor-body h2 i, .editor-body h2 a, .editor-body h3 span, .editor-body h3 p, .editor-body h3 b, .editor-body h3 strong, .editor-body h3 label, .editor-body h3 i, .editor-body h3 a, .editor-body h4 span, .editor-body h4 p, .editor-body h4 b, .editor-body h4 strong, .editor-body h4 label, .editor-body h4 i, .editor-body h4 a, .editor-body h5 span, .editor-body h5 p, .editor-body h5 b, .editor-body h5 strong, .editor-body h5 label, .editor-body h5 i, .editor-body h5 a, .editor-body h6 span, .editor-body h6 p, .editor-body h6 b, .editor-body h6 strong, .editor-body h6 label, .editor-body h6 i, .editor-body h6 a {
    font-size: initial !important;
    width: initial !important;
    font-weight: initial !important;
    height: initial !important; }
.editor-body img {
  max-width: 100% !important;
  margin: auto !important;
  margin-bottom: 15px; }

/*------------- Sticky box khhi scroll  --------------*/
.show-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
  z-index: 1;
  top: 100px; }

header.tb-header {
  height: 120px;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0 41px;
  background: #0068FF;
  z-index: 1;
  position: fixed;
  top: 0;
  transition: top 0.3s;
  z-index: 2; }
  header.tb-header nav ul {
    display: flex;
    align-items: center;
    margin: 0; }
    header.tb-header nav ul li {
      padding: 0 40px;
      list-style: none;
      display: flex;
      align-items: center;
      justify-content: center;
      height: 120px; }
      header.tb-header nav ul li a {
        color: white;
        font-size: 18px;
        margin-right: 5px;
        font-family: 'Geologica', sans-serif; }
      header.tb-header nav ul li.submenu img {
        width: 13px; }
      header.tb-header nav ul li:hover .tb-submenu-body {
        opacity: 1;
        visibility: inherit; }
  header.tb-header .languages-search {
    display: flex;
    margin-left: 40px;
    align-items: center; }
    header.tb-header .languages-search a img {
      width: 28px; }
  header.tb-header .sub-languages {
    display: block;
    position: absolute;
    top: 17px;
    right: -159px;
    visibility: hidden;
    opacity: 0; }
    header.tb-header .sub-languages .content-sub {
      margin-top: 65px;
      width: 215px;
      border-radius: 0;
      overflow: hidden;
      background: #0068FF;
      border: 0; }
      header.tb-header .sub-languages .content-sub a img {
        width: 20px; }
    header.tb-header .sub-languages a {
      display: inline-block;
      width: 100%;
      text-decoration: none;
      padding: 18px 20px;
      font-family: 'Geologica', sans-serif; }
      header.tb-header .sub-languages a span {
        margin-left: 14px;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-decoration: none;
        color: white; }
      header.tb-header .sub-languages a:hover {
        background: #002A67; }
        header.tb-header .sub-languages a:hover span {
          color: white;
          font-weight: 700;
          text-decoration-line: underline; }
  header.tb-header .languages:hover .sub-languages {
    visibility: initial;
    opacity: 1; }
  header.tb-header .search-header {
    margin-left: 30px;
    cursor: pointer; }
  header.tb-header .languages {
    cursor: pointer;
    position: relative; }
  header.tb-header .sub-search {
    height: 120px;
    position: fixed;
    display: none;
    left: 0;
    top: 0;
    width: 100%;
    background: #0068FF;
    padding: 0 20px; }
    header.tb-header .sub-search .logo a img {
      height: inherit; }
    header.tb-header .sub-search.active {
      display: flex;
      align-items: center;
      justify-content: space-between;
      z-index: 3; }
    header.tb-header .sub-search .logo a img {
      border: 0 !important;
      width: inherit; }
  header.tb-header .container-search {
    max-width: 1512px;
    margin: auto;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between; }
  header.tb-header .search-show {
    display: flex;
    align-items: center; }
    header.tb-header .search-show .content-search-show {
      position: relative;
      background: white;
      height: 60px;
      border-radius: 8px;
      width: 400px;
      padding-left: 60px;
      padding-right: 90px;
      margin-right: 20px; }
      header.tb-header .search-show .content-search-show img {
        position: absolute;
        left: 15px;
        top: 13px;
        width: 30px;
        height: 30px; }
      header.tb-header .search-show .content-search-show input {
        width: 100%;
        display: inline-block;
        border-radius: 0;
        font-size: 18px;
        border: 0;
        background: none;
        height: 60px;
        padding: 0; }
        header.tb-header .search-show .content-search-show input::placeholder {
          color: #414142; }
      header.tb-header .search-show .content-search-show button {
        font-family: 'Geologica', sans-serif;
        text-transform: inherit;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        height: 60px;
        position: absolute;
        right: 0;
        width: 90px;
        display: flex;
        align-items: center;
        justify-content: center;
        top: 0;
        border: 0;
        outline: none;
        color: #0068FF;
        background: none; }

.tb-submenu-body {
  background: #004CBB;
  min-height: 355px;
  display: inline-block;
  width: 100%;
  position: absolute;
  left: 0;
  top: 120px;
  padding: 0px 55px;
  opacity: 0;
  z-index: 1;
  visibility: hidden; }
  .tb-submenu-body .tb-submenu-content {
    display: inline-block;
    width: 100%;
    height: 100%;
    align-items: flex-start;
    padding-right: 40px;
    padding-left: 400px; }
    .tb-submenu-body .tb-submenu-content img.tb-submenu-bg {
      position: absolute;
      right: 50px;
      top: 0px;
      height: 100%; }

.link-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

.tp-button a {
  height: 73px;
  display: flex;
  align-items: center; }
  .tp-button a span {
    font-size: 20px;
    display: flex;
    align-items: center;
    width: fit-content;
    height: 100%;
    font-weight: 700;
    padding: 0 24px;
    font-family: 'Geologica', sans-serif;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s; }
  .tp-button a b {
    display: flex;
    align-items: center;
    width: fit-content;
    height: 100%;
    padding: 0 24px;
    margin-left: 2px;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s; }
.tp-button.tb-btn-white a span {
  background: white;
  color: #0068FF; }
.tp-button.tb-btn-white a b {
  background: white; }
  .tp-button.tb-btn-white a b img:nth-child(2) {
    display: none; }
.tp-button.tb-btn-blue a span {
  background: #0068FF;
  color: white; }
.tp-button.tb-btn-blue a b {
  background: #0068FF; }
  .tp-button.tb-btn-blue a b img:nth-child(1) {
    display: none; }
.tp-button:hover a span {
  background: #ED1C24;
  color: white; }
.tp-button:hover a b {
  background: #ED1C24;
  color: white; }
  .tp-button:hover a b img:nth-child(1) {
    display: none !important; }
  .tp-button:hover a b img:nth-child(2) {
    display: block !important; }
.tp-button.center a {
  justify-content: center; }

.tp-submenu-title {
  position: absolute;
  left: 50px;
  top: 50px;
  float: left; }
  .tp-submenu-title h2 {
    color: white;
    font-size: 36px;
    margin-bottom: 32px;
    display: inline-block;
    width: 100%; }
  .tp-submenu-title .tp-button a {
    height: 73px;
    display: flex;
    align-items: center; }
    .tp-submenu-title .tp-button a span {
      font-size: 20px;
      display: flex;
      align-items: center;
      width: fit-content;
      height: 100%;
      font-weight: 700;
      padding: 0 24px;
      font-family: 'Geologica', sans-serif; }
    .tp-submenu-title .tp-button a b {
      display: flex;
      align-items: center;
      width: fit-content;
      height: 100%;
      padding: 0 24px;
      margin-left: 2px; }
  .tp-submenu-title .tp-button.tb-btn-white a span {
    background: white;
    color: #0068FF; }
  .tp-submenu-title .tp-button.tb-btn-white a b {
    background: white; }
    .tp-submenu-title .tp-button.tb-btn-white a b img:nth-child(2) {
      display: none; }
  .tp-submenu-title .tp-button.tb-btn-blue a span {
    background: #0068FF;
    color: #0068FF; }
  .tp-submenu-title .tp-button.tb-btn-blue a b {
    background: #0068FF; }
    .tp-submenu-title .tp-button.tb-btn-blue a b img:nth-child(1) {
      display: none; }
  .tp-submenu-title .tp-button:hover a span {
    background: #ED1C24;
    color: white; }
  .tp-submenu-title .tp-button:hover a b {
    background: #ED1C24;
    color: white; }
    .tp-submenu-title .tp-button:hover a b img:nth-child(1) {
      display: none !important; }
    .tp-submenu-title .tp-button:hover a b img:nth-child(2) {
      display: block !important; }

.tb-nav-submenu {
  width: fit-content;
  float: left;
  margin-top: 50px;
  min-width: 300px;
  z-index: 1; }
  .tb-nav-submenu ul {
    margin: 0 !important;
    display: inline-block !important;
    width: 100%;
    padding: 0 !important; }
    .tb-nav-submenu ul li {
      margin: 0 !important;
      padding: 0 !important;
      display: inline-block !important;
      width: 100%;
      height: initial !important; }
  .tb-nav-submenu a {
    font-family: 'Geologica', sans-serif;
    font-size: 20px;
    display: inline-block;
    width: fit-content;
    margin-bottom: 30px;
    text-decoration: underline; }

.tp-submenu-title {
  display: inline-block; }

.tb-box-submenu {
  display: flex; }

.search-box {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 120px;
  background: #0068FF;
  display: flex;
  align-items: center;
  justify-content: space-between;
  opacity: 0;
  visibility: hidden; }
  .search-box .tb-logo-search {
    height: 82px;
    margin-left: 40px; }
  .search-box.show {
    visibility: initial;
    opacity: 1; }

.tb-search-show {
  display: flex;
  margin-right: 40px; }
  .tb-search-show img.tb-close-box-search {
    cursor: pointer;
    float: right;
    margin-left: 20px; }
  .tb-search-show .tb-filed-search {
    height: 62px;
    border: 4px;
    background: white;
    position: relative;
    padding-left: 40px;
    border-radius: 6px;
    padding-right: 20px;
    width: 364px; }
    .tb-search-show .tb-filed-search img {
      position: absolute;
      left: 15px;
      top: 18px; }
    .tb-search-show .tb-filed-search input {
      background: white;
      border: 0;
      height: 100%;
      display: inline-block;
      width: 100%; }
      .tb-search-show .tb-filed-search input::placeholder {
        color: #111; }

.tp-slide {
  float: left;
  width: 100%;
  padding: 0;
  overflow: hidden;
  position: relative;
  margin-top: 120px; }
  .tp-slide #slider {
    background: #363636;
    width: 100%;
    margin: 0 auto; }
  .tp-slide #slider img {
    display: none;
    width: 100%; }
    .tp-slide #slider img.show {
      display: inline; }
  .tp-slide img {
    width: 100%; }
  .tp-slide .bg-opacity {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    justify-content: center;
    display: flex;
    align-items: center; }
    .tp-slide .bg-opacity p {
      text-shadow: 0px 5px 12px rgba(0, 0, 0, 0.6) !important;
      text-align: center;
      font-size: 54px;
      font-weight: 700;
      letter-spacing: -1.35px;
      width: 1068px;
      margin: 0 auto;
      font-family: 'Geologica', sans-serif;
      color: white;
      line-height: 102%; }

.tp-video {
  display: inline-block;
  width: 100%;
  padding: 116px 0 61px 0; }
  .tp-video .avatar-thumb a video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    left: 0;
    top: 0; }

.hh-box-text {
  color: #333 !important; }

.tb-video-section {
  float: left;
  width: 100%;
  overflow: hidden;
  height: 500px;
  background: red;
  z-index: 9; }

.tp-video {
  float: left;
  width: 100%;
  text-align: center; }
  .tp-video .tp-content-video {
    max-width: 1022px;
    margin: auto; }
  .tp-video video {
    width: 100%; }

.tb-achrievement-item {
  display: inline-block;
  width: 100%;
  position: relative; }
  .tb-achrievement-item .tb-avatar-archievement::after {
    content: ' ';
    background-color: rgba(237, 29, 37, 0.8);
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    justify-content: center;
    display: flex;
    align-items: center; }
  .tb-achrievement-item a.tb-infor-achrievement {
    position: absolute;
    left: 40px;
    bottom: 40px;
    color: white;
    padding: 20px;
    font-size: 40px;
    font-family: 'Geologica', sans-serif;
    font-style: normal;
    font-weight: 800;
    line-height: 114%;
    letter-spacing: -0.8px;
    max-width: 293px;
    padding-bottom: 0;
    min-height: 92px; }

.tb-box-achrievement-numbers {
  max-width: 1196px;
  margin: auto; }

.tb-box-content-achrievement .row .col-md-6 .row {
  margin: 0 !important; }
  .tb-box-content-achrievement .row .col-md-6 .row .col-md-6 {
    padding: 0 !important;
    position: relative;
    z-index: 1; }
    .tb-box-content-achrievement .row .col-md-6 .row .col-md-6:nth-child(2) .tb-avatar-archievement::after {
      background-color: rgba(254, 181, 38, 0.8); }
    .tb-box-content-achrievement .row .col-md-6 .row .col-md-6:nth-child(3) .tb-avatar-archievement::after {
      background-color: rgba(0, 64, 157, 0.8); }
    .tb-box-content-achrievement .row .col-md-6 .row .col-md-6:nth-child(4) .tb-avatar-archievement::after {
      background-color: rgba(237, 29, 37, 0.8); }

.tb-avatar-archievement {
  margin-bottom: -6px; }
  .tb-avatar-archievement a {
    padding-top: 106%; }

.tb-title-section {
  text-align: center;
  color: #0068FF;
  font-size: 48px;
  font-weight: 800;
  font-family: 'Geologica', sans-serif;
  margin-bottom: 73px;
  line-height: 140%; }
  .tb-title-section b {
    color: #ED1C24;
    font-size: 48px;
    font-weight: 800;
    font-family: 'Geologica', sans-serif; }
  .tb-title-section.left {
    text-align: left; }
  .tb-title-section.tb-b-100 b {
    width: 100%;
    display: inline-block; }

.tb-box-content-achrievement {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 0 !important;
  background: #0068FF;
  float: left; }
  .tb-box-content-achrievement .tb-content-archievement {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0; }
    .tb-box-content-achrievement .tb-content-archievement .tb-container-achrievement {
      max-width: 1376px;
      margin: auto; }

.tb-infor-achrievement {
  display: inline-block;
  width: 100%;
  padding-right: 60px;
  padding-top: 57px; }
  .tb-infor-achrievement h3 {
    font-size: 64px;
    font-weight: 800;
    line-height: 114%;
    letter-spacing: -1.28px;
    color: white;
    margin-bottom: 39px; }

.tb-item-numbers-count {
  text-align: center; }
  .tb-item-numbers-count h2 {
    font-size: 64px;
    font-weight: 700;
    font-family: 'Geologica', sans-serif;
    color: #0068FF;
    display: inline-block;
    width: 100%;
    margin-bottom: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 114%;
    margin-bottom: -16px; }
    .tb-item-numbers-count h2 span {
      font-family: 'Geologica', sans-serif;
      font-weight: 800;
      font-size: 50px; }
  .tb-item-numbers-count b {
    font-size: 32px;
    color: #0068FF;
    font-weight: 700;
    font-family: 'Geologica', sans-serif;
    margin-bottom: 10px;
    display: inline-block;
    width: 100%; }
  .tb-item-numbers-count p {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 144%;
    color: #000; }

.tb-product-section {
  margin-bottom: 100px;
  display: inline-block;
  padding: 170px 0 0 0 !important;
  width: 100%; }
  .tb-product-section .tb-b-100 {
    margin-bottom: 31px;
    font-weight: 700; }
  .tb-product-section b {
    font-weight: 700; }

.tb-product-slide {
  position: relative;
  display: inline-block;
  width: 100%;
  padding-top: 130px; }
  .tb-product-slide label {
    position: absolute;
    left: 0;
    width: 100%;
    top: 35px;
    display: flex;
    font-size: 170px;
    color: #ECECEC;
    text-transform: uppercase;
    justify-content: center;
    font-weight: 700;
    font-family: 'Geologica', sans-serif; }

.tb-product-slide-content {
  display: inline-block;
  width: 100%; }
  .tb-product-slide-content__item {
    margin-bottom: 47px;
    display: flex;
    justify-content: center;
    width: 100%; }
    .tb-product-slide-content__item .tb-avatar-product {
      padding: 0 15px;
      width: 20%; }
      .tb-product-slide-content__item .tb-avatar-product a {
        padding-top: 107% !important; }

.tb-investment {
  float: left;
  width: 100%;
  position: relative;
  padding: 0 !important;
  margin-bottom: 100px; }
  .tb-investment .tb-labe-name-section {
    justify-content: left;
    left: 45px; }
  .tb-investment .tb-title-section {
    margin-top: 169px;
    position: relative;
    margin-bottom: 0;
    z-index: 1; }

.tb-labe-name-section {
  position: absolute;
  left: 0;
  width: 100%;
  top: 27px;
  display: flex;
  font-size: 170px;
  color: #ECECEC;
  text-transform: uppercase;
  justify-content: center;
  font-weight: 700;
  font-family: 'Geologica', sans-serif; }

.tb-content-investment {
  display: inline-block;
  background: #F4F4F4;
  margin-top: 46px;
  position: relative;
  width: 100%; }
  .tb-content-investment .row {
    margin: 0 !important;
    justify-content: right; }
    .tb-content-investment .row .col-md-6 {
      padding: 0 !important; }

.tb-img-investment {
  display: inline-block;
  width: 100%;
  position: relative;
  min-height: 1000px; }
  .tb-img-investment::before {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #002C54;
    content: '';
    opacity: .5; }
  .tb-img-investment img {
    max-width: 100%;
    min-height: 1000px;
    display: inline-block;
    object-fit: cover; }

.tb-content-absolute {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  min-height: 713px; }
  .tb-content-absolute .tb-container-absolute {
    max-width: 1255px;
    margin: auto; }
    .tb-content-absolute .tb-container-absolute .row .col-md-6:nth-child(2) .tb-item-content-investment {
      display: inline-block;
      width: 100%;
      padding-top: 15%;
      padding-left: 177px;
      padding-right: 0; }
      .tb-content-absolute .tb-container-absolute .row .col-md-6:nth-child(2) .tb-item-content-investment h6, .tb-content-absolute .tb-container-absolute .row .col-md-6:nth-child(2) .tb-item-content-investment p {
        color: white; }

.tb-item-content-investment {
  display: inline-block;
  width: 100%;
  padding-top: 15%;
  padding-right: 0; }
  .tb-item-content-investment h6 {
    color: #0068FF;
    font-size: 36px;
    margin-bottom: 35px;
    min-height: 86px;
    padding-right: 70px; }
  .tb-item-content-investment p {
    font-size: 20px;
    margin-bottom: 42px;
    min-height: 150px;
    line-height: 186.6%;
    color: #000; }

.tb-mariel-special {
  max-width: 1376px;
  margin: auto;
  position: relative;
  margin-top: -80px; }
  .tb-mariel-special .tb-avatar-mariel-special a {
    padding-top: 58%; }
  .tb-mariel-special .tb-infor-mariel-special {
    position: absolute;
    bottom: 6px;
    left: 0;
    padding: 40px;
    background: #0068FF;
    width: 524px; }
    .tb-mariel-special .tb-infor-mariel-special span {
      font-size: 16px;
      text-transform: uppercase;
      display: inline-block;
      color: white;
      width: 100%;
      margin-bottom: 27px; }
    .tb-mariel-special .tb-infor-mariel-special h4 {
      font-size: 32px;
      margin-bottom: 30px;
      color: white;
      font-weight: 800;
      line-height: 105%;
      text-transform: uppercase; }
    .tb-mariel-special .tb-infor-mariel-special p {
      font-size: 16px;
      color: white; }

.tb-manufactures-mb {
  display: none; }

.tb-manufactures {
  display: inline-block;
  padding: 0;
  width: 100%;
  margin-bottom: 126px; }
  .tb-manufactures .tb-title-section {
    margin-bottom: 32px; }
    .tb-manufactures .tb-title-section p {
      color: #414142;
      text-align: center;
      font-size: 16px;
      font-family: 'Manrope', sans-serif;
      font-style: normal;
      font-weight: 400;
      line-height: 150%;
      margin-bottom: 0; }
  .tb-manufactures .row {
    margin: 0;
    margin-left: -1px;
    margin-right: -1px; }
    .tb-manufactures .row .col-md-3 {
      padding: 0 1px; }
    .tb-manufactures .row .tb-item-manafuctures {
      display: inline-block;
      position: relative;
      background: #0068FF;
      width: 100%; }
      .tb-manufactures .row .tb-item-manafuctures:hover {
        background: #1A4CB0; }
      .tb-manufactures .row .tb-item-manafuctures .tb-avatar-manafuctures a {
        padding-top: 90%; }
      .tb-manufactures .row .tb-item-manafuctures h5 a {
        font-size: 24px;
        font-family: 'Geologica', sans-serif;
        font-weight: 800;
        font-weight: 700;
        color: white;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden; }
      .tb-manufactures .row .tb-item-manafuctures p {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        -webkit-line-clamp: 2;
        font-size: 20px;
        color: white;
        font-weight: 500; }
      .tb-manufactures .row .tb-item-manafuctures .tb-link-manafactures {
        display: inline-block;
        width: 100%;
        text-align: left;
        position: absolute;
        bottom: 32px; }
        .tb-manufactures .row .tb-item-manafuctures .tb-link-manafactures a {
          display: flex;
          align-items: center;
          justify-content: left; }
          .tb-manufactures .row .tb-item-manafuctures .tb-link-manafactures a img {
            margin-right: 12px; }
          .tb-manufactures .row .tb-item-manafuctures .tb-link-manafactures a span {
            font-size: 20px;
            color: #45D2FF; }
      .tb-manufactures .row .tb-item-manafuctures .tb-infor-manafactures {
        display: inline-block;
        width: 100%;
        padding: 32px 40px;
        min-height: 240px;
        position: relative; }

.tb-together {
  float: left;
  width: 100%;
  position: relative;
  background: #002C6B;
  padding: 0;
  margin-bottom: 166px; }
  .tb-together .tb-avatar-together {
    float: left;
    width: 50%; }
    .tb-together .tb-avatar-together a {
      padding-top: 99%; }
  .tb-together .tb-infor-together {
    position: absolute;
    right: 0;
    height: 100%;
    width: 50%;
    left: 50%;
    padding: 190px 100px 0 100px;
    top: 0;
    display: flex; }
  .tb-together .tb-content-infor-together {
    max-width: 440px; }
    .tb-together .tb-content-infor-together span {
      font-size: 20px;
      font-family: 'Geologica', sans-serif;
      font-weight: 800;
      display: inline-block;
      width: 100%;
      color: white;
      font-weight: 700;
      margin-bottom: 14px; }
    .tb-together .tb-content-infor-together h3 {
      font-size: 64px;
      font-family: 'Geologica', sans-serif;
      font-weight: 800;
      margin-bottom: 39px;
      display: inline-block;
      width: 100%;
      color: white; }
      .tb-together .tb-content-infor-together h3 b {
        font-size: 64px;
        color: #ED1C24; }
    .tb-together .tb-content-infor-together a {
      display: flex;
      align-items: center;
      margin-bottom: 11px;
      width: 100%;
      color: white; }
      .tb-together .tb-content-infor-together a img {
        margin-right: 5px; }
      .tb-together .tb-content-infor-together a b {
        font-size: 20px;
        font-family: 'Geologica', sans-serif;
        font-weight: 800;
        color: #45D2FF; }

.tb-social-activites {
  float: left;
  display: inline-block;
  width: 100%;
  background: #FFE9E9;
  margin-bottom: 97px;
  padding: 37px 0 80px 0; }
  .tb-social-activites .slick-slider {
    margin-bottom: 0; }
  .tb-social-activites .tb-avatar-social a {
    padding-top: 63%; }
  .tb-social-activites .tb-title-section {
    margin-bottom: 29px;
    line-height: 153.4%; }
  .tb-social-activites .main {
    display: inline-block;
    padding: 0;
    width: 100%; }
  .tb-social-activites h3 {
    background: #fff;
    color: #3498db;
    font-size: 36px;
    line-height: 100px;
    margin: 10px;
    padding: 2%;
    position: relative;
    text-align: center; }
  .tb-social-activites button.slick-next.slick-arrow {
    right: 0;
    font-size: 0;
    width: 74px;
    display: inline-block;
    height: 74px;
    background: url(../images/social_arrow-right.svg) no-repeat center; }
    .tb-social-activites button.slick-next.slick-arrow::before {
      display: none; }
  .tb-social-activites button.slick-prev.slick-arrow {
    right: 0;
    font-size: 0;
    left: 0;
    z-index: 1;
    width: 74px;
    display: inline-block;
    height: 74px;
    background: url(../images/social_arrow-left.svg) no-repeat center; }
    .tb-social-activites button.slick-prev.slick-arrow::before {
      display: none; }
  .tb-social-activites .slick-slide {
    scale: .85; }
    .tb-social-activites .slick-slide.slick-current.slick-active.slick-center {
      scale: 1; }
      .tb-social-activites .slick-slide.slick-current.slick-active.slick-center .tb-social-infor {
        padding: 0; }
  .tb-social-activites .slick-list.draggable {
    padding: 0 225px !important; }
  .tb-social-activites .tb-social-infor {
    position: relative; }
    .tb-social-activites .tb-social-infor .tb-description-social {
      position: absolute;
      bottom: 83px;
      left: 0;
      width: 100%;
      text-align: center;
      display: flex;
      justify-content: center;
      display: none; }
      .tb-social-activites .tb-social-infor .tb-description-social p {
        display: inline-block;
        font-size: 48px;
        color: #0068FF;
        width: fit-content;
        padding: 24px;
        font-family: 'Geologica', sans-serif;
        font-weight: 800;
        text-align: center;
        font-weight: 800;
        background: rgba(255, 255, 255, 0.85); }
        .tb-social-activites .tb-social-infor .tb-description-social p b {
          font-size: 48px;
          font-family: 'Geologica', sans-serif;
          font-weight: 800;
          font-weight: 800;
          color: #ED1C24; }
  .tb-social-activites .slick-dots {
    display: none !important; }

.slick-current.slick-active.slick-center .tb-description-social {
  display: flex !important; }

.footer-mb {
  display: none; }

footer {
  display: inline-block;
  width: 100%;
  background: #003E99;
  padding: 94px 0; }
  footer .all-right {
    margin-top: 32px; }
    footer .all-right p {
      color: #B0D0FF;
      font-family: 'Manrope', sans-serif;
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      margin-bottom: 0; }
  footer .container-footer {
    max-width: 96%;
    margin: auto; }

.tb-investment-mb {
  display: none; }

.tb-investment {
  display: block; }

.tb-img-logo-footer {
  width: 191px;
  display: inline-block;
  margin-bottom: 186px; }

.tb-logo-footer {
  text-align: center;
  width: 314px;
  float: left;
  margin-right: 0; }
  .tb-logo-footer .social-footer {
    display: flex;
    justify-content: center; }
    .tb-logo-footer .social-footer a {
      padding: 0 11px; }

.tb-body-footer {
  width: 100%;
  float: left;
  display: flex;
  justify-content: space-between; }
  .tb-body-footer .tb-link-footer:nth-child(1) {
    margin-right: 100px; }

.tb-link-footer {
  float: left;
  width: 244px;
  margin-left: 82px; }
  .tb-link-footer .tb-title-footer {
    display: inline-block;
    width: 100%;
    margin-bottom: 27px; }
    .tb-link-footer .tb-title-footer b {
      color: white;
      font-size: 19px;
      font-weight: 700; }

.tb-item-adress-footer {
  display: inline-block;
  width: 100%;
  position: relative;
  margin-bottom: 18px;
  padding-left: 23px; }
  .tb-item-adress-footer img {
    position: absolute;
    left: 0;
    top: 5px; }
  .tb-item-adress-footer span {
    color: #B0D0FF;
    font-size: 14px; }
    .tb-item-adress-footer span b {
      color: #B0D0FF !important;
      font-size: 14px !important;
      font-weight: 700; }

.tb-mail-footer {
  display: inline-block;
  width: 100%;
  margin-top: 12px; }
  .tb-mail-footer ul {
    margin: 0 !important;
    border: 0;
    margin-bottom: 10px !important; }
    .tb-mail-footer ul li {
      list-style: none;
      padding: 0; }
      .tb-mail-footer ul li a {
        color: #468DF4;
        font-size: 14px;
        padding: 0 10px; }
        .tb-mail-footer ul li a.active {
          color: #B0D0FF; }
  .tb-mail-footer .tab-pane {
    padding: 0 10px; }

.tb-content-tab-footer {
  display: inline-block;
  width: 100%;
  display: flex;
  padding: 10px 21px;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
  border-radius: 3px;
  border: 1px solid var(--vibrantblue, #0068FF);
  background: #0048B1; }
  .tb-content-tab-footer span {
    color: #B0D0FF;
    font-size: 14px; }

.tb-link-footer-editor {
  display: inline-block;
  width: 100%;
  margin-bottom: 30px; }
  .tb-link-footer-editor a {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    color: #B0D0FF;
    margin-bottom: 20px; }
    .tb-link-footer-editor a:hover {
      color: white; }

.tb-link-contact-footer {
  width: 390px; }

.tb-btn-call-bottom {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 1; }

.tb-btn-call-bottom {
  position: fixed;
  bottom: 30px;
  right: 0;
  z-index: 9;
  display: flex;
  align-items: center; }
  .tb-btn-call-bottom span {
    background: #0068FF;
    height: 100%;
    padding: 0 20px;
    display: flex;
    font-size: 20px;
    font-weight: 700;
    align-items: center;
    color: white;
    border-right: 1px solid white;
    border-radius: 0 !important; }
    .tb-btn-call-bottom span a {
      border-radius: 0 !important; }
  .tb-btn-call-bottom img {
    height: 30px;
    background: #0068FF;
    padding: 0 20px; }
  .tb-btn-call-bottom a {
    height: 60px;
    display: flex;
    background: #0068FF;
    align-items: center;
    overflow: hidden;
    color: white;
    text-decoration: none; }
  .tb-btn-call-bottom:hover span, .tb-btn-call-bottom:hover b, .tb-btn-call-bottom:hover a, .tb-btn-call-bottom:hover img {
    background: #ED1C24 !important;
    transition: all .3s ease-in-out; }

.tb-head-page {
  float: left;
  width: 100%;
  margin-top: 120px;
  padding: 0 !important;
  position: relative; }
  .tb-head-page img {
    width: 100%;
    height: 843px;
    object-fit: cover;
    display: inline-block; }

.tb-history-page {
  float: left;
  width: 100%;
  margin-top: 118px;
  padding: 0 !important;
  margin-bottom: 191px; }
  .tb-history-page .prev-slick-img img, .tb-history-page .next-slick-img img {
    display: none; }
  .tb-history-page .tb-slides-history {
    padding-bottom: 150px; }
  .tb-history-page .tb-title-section {
    margin-bottom: 18px; }
  .tb-history-page .slick-list {
    margin: 0 auto;
    max-width: 92% !important; }
  .tb-history-page .tb-horizontal {
    padding: 0 30px;
    display: inline-block;
    width: 100%;
    margin: 0 auto; }
    .tb-history-page .tb-horizontal .slide-placeholder {
      margin: 0 10px;
      position: relative;
      background: transparent; }
      .tb-history-page .tb-horizontal .slide-placeholder .avatar-thumb {
        position: relative;
        display: inline-block;
        width: 100%;
        height: 100%; }
        .tb-history-page .tb-horizontal .slide-placeholder .avatar-thumb a {
          padding-top: 190%; }
      .tb-history-page .tb-horizontal .slide-placeholder .flex-center {
        height: 100%;
        width: 100%;
        display: flex;
        align-items: center; }
      .tb-history-page .tb-horizontal .slide-placeholder .content {
        z-index: 2;
        width: 100%;
        position: absolute;
        left: 0;
        right: 0;
        padding: 150px 16px 16px 16px; }
        .tb-history-page .tb-horizontal .slide-placeholder .content p {
          min-height: 140px;
          display: -webkit-box;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          overflow: hidden;
          -webkit-line-clamp: 7; }
      .tb-history-page .tb-horizontal .slide-placeholder img {
        height: 100%;
        display: none; }
      .tb-history-page .tb-horizontal .slide-placeholder.slick-current.slick-active, .tb-history-page .tb-horizontal .slide-placeholder:hover {
        transition: all .3s ease-in-out; }
        .tb-history-page .tb-horizontal .slide-placeholder.slick-current.slick-active img, .tb-history-page .tb-horizontal .slide-placeholder:hover img {
          display: block; }
        .tb-history-page .tb-horizontal .slide-placeholder.slick-current.slick-active .content h2, .tb-history-page .tb-horizontal .slide-placeholder:hover .content h2 {
          color: white; }
        .tb-history-page .tb-horizontal .slide-placeholder.slick-current.slick-active .content .line, .tb-history-page .tb-horizontal .slide-placeholder:hover .content .line {
          background: white; }
        .tb-history-page .tb-horizontal .slide-placeholder.slick-current.slick-active .content p, .tb-history-page .tb-horizontal .slide-placeholder:hover .content p {
          color: white; }
    .tb-history-page .tb-horizontal .pagingInfo {
      display: none; }
    .tb-history-page .tb-horizontal .slick-dots {
      display: flex;
      justify-content: space-between;
      bottom: 35px;
      z-index: 1;
      margin: 0 auto;
      max-width: 95% !important;
      right: 0;
      left: 0; }
      .tb-history-page .tb-horizontal .slick-dots::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        margin-left: 3px;
        width: 98%;
        height: 1.5px;
        background-color: #000;
        z-index: 1; }
    .tb-history-page .tb-horizontal .line {
      width: 100%;
      height: 1px;
      background: #0068FF; }
    .tb-history-page .tb-horizontal .slick-slide:nth-child(odd) .slide-placeholder {
      background: #ccc; }
    .tb-history-page .tb-horizontal .slick-slide:nth-child(even) .slide-placeholder {
      background: #bbb; }
    .tb-history-page .tb-horizontal .slide-placeholder h2 {
      margin-bottom: 0;
      color: #0068FF;
      font-family: 'Manrope', sans-serif;
      font-size: 64px;
      font-style: normal;
      font-weight: 800;
      line-height: 153.4%;
      /* 98.176px */
      letter-spacing: -4.16px; }
    .tb-history-page .tb-horizontal .slide-placeholder p {
      margin: 15px 0;
      font-family: 'Manrope', sans-serif;
      text-align: left;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 119.4%;
      /* 19.104px */
      color: #414141; }
    .tb-history-page .tb-horizontal .slick-dots li button {
      width: 8px;
      height: 8px;
      padding: 0;
      color: #C1C1C1;
      font-family: 'Manrope', sans-serif;
      font-size: 0;
      font-style: normal;
      font-weight: 700;
      line-height: normal; }
    .tb-history-page .tb-horizontal .slick-dots li.slick-active button:before {
      opacity: 1;
      background: url(../images/btn-active-timeline.svg) no-repeat center;
      width: 39px;
      height: 39px;
      font-size: 0;
      left: -18px;
      top: -48px; }
    .tb-history-page .tb-horizontal .slick-dots li {
      z-index: 9;
      top: 48px;
      position: relative; }
      .tb-history-page .tb-horizontal .slick-dots li::before {
        color: #C1C1C1;
        font-family: 'Manrope', sans-serif;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        margin-left: -17px; }
      .tb-history-page .tb-horizontal .slick-dots li:nth-child(1)::before {
        content: "1992"; }
      .tb-history-page .tb-horizontal .slick-dots li:nth-child(2)::before {
        content: "1998"; }
      .tb-history-page .tb-horizontal .slick-dots li:nth-child(3)::before {
        content: "2000"; }
      .tb-history-page .tb-horizontal .slick-dots li:nth-child(4)::before {
        content: "2003"; }
      .tb-history-page .tb-horizontal .slick-dots li:nth-child(5)::before {
        content: "2006"; }
      .tb-history-page .tb-horizontal .slick-dots li:nth-child(6)::before {
        content: "2010"; }
      .tb-history-page .tb-horizontal .slick-dots li:nth-child(7)::before {
        content: "2015"; }
      .tb-history-page .tb-horizontal .slick-dots li:nth-child(8)::before {
        content: "2016"; }
      .tb-history-page .tb-horizontal .slick-dots li:nth-child(9)::before {
        content: "2018"; }
      .tb-history-page .tb-horizontal .slick-dots li:nth-child(10)::before {
        content: "2019"; }
      .tb-history-page .tb-horizontal .slick-dots li:nth-child(11)::before {
        content: "2022"; }
      .tb-history-page .tb-horizontal .slick-dots li:nth-child(12)::before {
        content: "2023"; }
    .tb-history-page .tb-horizontal .slick-dots li.slick-active::before {
      color: #000;
      font-family: 'Manrope', sans-serif;
      font-size: 32px;
      font-style: normal;
      font-weight: 700;
      line-height: normal; }
    .tb-history-page .tb-horizontal .slick-dots li.slick-active:nth-child(1)::before {
      content: "1992";
      position: absolute;
      bottom: 90px;
      left: -13px; }
    .tb-history-page .tb-horizontal .slick-dots li.slick-active:nth-child(2)::before {
      content: "1998";
      position: absolute;
      bottom: 90px;
      left: -13px; }
    .tb-history-page .tb-horizontal .slick-dots li.slick-active:nth-child(3)::before {
      content: "2000";
      position: absolute;
      bottom: 90px;
      left: -13px; }
    .tb-history-page .tb-horizontal .slick-dots li.slick-active:nth-child(4)::before {
      content: "2003";
      position: absolute;
      bottom: 90px;
      left: -13px; }
    .tb-history-page .tb-horizontal .slick-dots li.slick-active:nth-child(5)::before {
      content: "2006";
      position: absolute;
      bottom: 90px;
      left: -13px; }
    .tb-history-page .tb-horizontal .slick-dots li.slick-active:nth-child(6)::before {
      content: "2010";
      position: absolute;
      bottom: 90px;
      left: -13px; }
    .tb-history-page .tb-horizontal .slick-dots li.slick-active:nth-child(7)::before {
      content: "2015";
      position: absolute;
      bottom: 90px;
      left: -13px; }
    .tb-history-page .tb-horizontal .slick-dots li.slick-active:nth-child(8)::before {
      content: "2016";
      position: absolute;
      bottom: 90px;
      left: -13px; }
    .tb-history-page .tb-horizontal .slick-dots li.slick-active:nth-child(9)::before {
      content: "2018";
      position: absolute;
      bottom: 90px;
      left: -13px; }
    .tb-history-page .tb-horizontal .slick-dots li.slick-active:nth-child(10)::before {
      content: "2019";
      position: absolute;
      bottom: 90px;
      left: -13px; }
    .tb-history-page .tb-horizontal .slick-dots li.slick-active:nth-child(11)::before {
      content: "2022";
      position: absolute;
      bottom: 90px;
      left: -13px; }
    .tb-history-page .tb-horizontal .slick-dots li.slick-active:nth-child(12)::before {
      content: "2023";
      position: absolute;
      bottom: 90px;
      left: -13px; }
    .tb-history-page .tb-horizontal .slick-dots li button:before {
      font-size: 13px;
      top: -38px;
      left: -6px;
      right: 0;
      width: 8px;
      height: 8px;
      opacity: 1; }
    .tb-history-page .tb-horizontal .slick-next::before {
      content: ' ';
      font-size: 0;
      z-index: 1;
      width: 74px;
      display: inline-block;
      height: 74px;
      opacity: 1;
      background: url(../images/ei_arrow-right-history.svg) no-repeat center;
      position: absolute;
      right: 0px;
      top: -58px; }
    .tb-history-page .tb-horizontal .slick-prev::before {
      content: ' ';
      position: absolute;
      left: 0px;
      top: -58px;
      font-size: 0;
      opacity: 1;
      z-index: 1;
      width: 74px;
      display: inline-block;
      height: 74px;
      background: url(../images/ei_arrow-left-history.svg) no-repeat center; }

.labels.slick-initialized.slick-slider .slick-list .slick-track {
  width: 100% !important; }

.tb-vision-mission {
  display: inline-block;
  width: 100%;
  padding: 0; }
  .tb-vision-mission .tb-vision-mission-container {
    max-width: 1350px;
    margin: auto; }
    .tb-vision-mission .tb-vision-mission-container .tb-labe-name-section {
      margin-top: 0;
      line-height: 75.5%;
      position: relative;
      top: 0;
      left: 0;
      justify-content: left;
      font-size: 134px; }

.tb-box-vision {
  display: inline-block;
  width: 100%;
  margin-top: 58px;
  background: #C60008;
  padding: 80px 52px 70px 30px;
  border-radius: 5.74px; }
  .tb-box-vision b {
    font-size: 22.961px;
    font-family: 'Geologica', sans-serif;
    font-weight: 800;
    font-weight: 700;
    display: inline-block;
    width: 100%;
    color: white;
    margin-bottom: 10px; }
  .tb-box-vision p {
    margin: 0;
    padding: 0;
    font-family: 'Geologica', sans-serif;
    font-weight: 800;
    color: white;
    font-size: 38px;
    font-weight: 300;
    display: inline-block;
    width: 100%;
    line-height: 144%; }
    .tb-box-vision p b {
      font-size: 38px;
      font-weight: 700; }
  .tb-box-vision.blue {
    border-radius: 5.74px;
    background: #3286FF !important;
    margin-top: 0; }
  .tb-box-vision.core-value {
    padding-right: 450px;
    position: relative;
    background: #0049B2;
    margin-top: 40px !important; }
    .tb-box-vision.core-value img {
      position: absolute;
      bottom: 0;
      right: 0;
      width: 380px; }

.tb-attach-file {
  border: 1px solid #414142;
  height: 60px;
  color: #111;
  font-size: 20px;
  padding: 12px 15px;
  border-radius: 0; }
  .tb-attach-file .fileUploadWrap {
    padding-top: 10px;
    position: relative; }
    .tb-attach-file .fileUploadWrap p {
      margin-bottom: 0; }
  .tb-attach-file img {
    position: absolute;
    cursor: pointer;
    pointer-events: none;
    width: 34px;
    top: 0;
    left: 0; }
  .tb-attach-file .fileName {
    position: absolute;
    left: 50px;
    top: 0;
    color: #949494 !important;
    font-size: 20px !important;
    font-weight: normal !important;
    pointer-events: none; }
  .tb-attach-file input[type=file] {
    margin-left: -25px;
    opacity: 0; }

header.tb-header nav ul li.active a {
  font-weight: 900; }

.tp-slide-project {
  float: left;
  width: 100%;
  padding: 0;
  overflow: hidden;
  position: relative;
  margin-top: 120px; }
  .tp-slide-project::after {
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    height: 100%;
    left: 0;
    top: -6px;
    width: 100%;
    justify-content: center;
    display: flex;
    align-items: center;
    content: ' '; }
  .tp-slide-project video {
    width: 100%; }
  .tp-slide-project p {
    z-index: 1;
    color: #FFF;
    text-align: center;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 119.9%;
    width: 920px;
    font-family: 'Geologica', sans-serif;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    justify-content: center;
    display: flex;
    align-items: center;
    margin: 0 auto;
    right: 0; }

.tb-consumer-product {
  padding: 100px 0 141px 0;
  float: left; }
  .tb-consumer-product .tb-title-section {
    font-style: normal;
    font-weight: 700;
    line-height: 98.4%;
    text-transform: uppercase;
    font-size: 36px;
    margin-bottom: 57px; }
  .tb-consumer-product .tb-consumer-product-container {
    max-width: 1409px;
    margin: auto; }
    .tb-consumer-product .tb-consumer-product-container .row {
      margin: 0;
      margin-left: -12px;
      margin-right: -12px; }
      .tb-consumer-product .tb-consumer-product-container .row .col-md-4 {
        padding: 0 12px; }

.tb-item-manafuctures {
  position: relative;
  display: inline-block;
  background: #0068FF;
  width: 100%; }
  .tb-item-manafuctures:hover {
    background: #1A4CB0;
    transition: all .3s ease-in-out; }
  .tb-item-manafuctures .tb-avatar-manafuctures a {
    padding-top: 66%; }
  .tb-item-manafuctures h5 {
    margin-bottom: 8px; }
    .tb-item-manafuctures h5 a {
      line-height: 144%;
      font-size: 32px;
      font-style: normal;
      line-height: 150%;
      font-family: 'Geologica', sans-serif;
      font-weight: 800;
      font-weight: 700;
      color: white;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden; }
  .tb-item-manafuctures p {
    font-size: 16px;
    color: white;
    font-style: normal;
    margin-bottom: 19px;
    line-height: 153.4%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 4; }
  .tb-item-manafuctures .tb-link-manafactures {
    display: inline-block;
    width: 100%;
    text-align: left;
    position: absolute;
    bottom: 36px; }
    .tb-item-manafuctures .tb-link-manafactures a {
      display: flex;
      align-items: center;
      justify-content: left; }
      .tb-item-manafuctures .tb-link-manafactures a img {
        margin-right: 8px; }
      .tb-item-manafuctures .tb-link-manafactures a span {
        font-size: 20px;
        color: #45D2FF;
        font-style: normal;
        font-weight: 500;
        line-height: normal; }
  .tb-item-manafuctures .tb-infor-manafactures {
    min-height: 333px;
    display: inline-block;
    width: 100%;
    padding: 20px 35px;
    padding-bottom: 120px;
    position: relative; }

.tb-green-power-project.tb-explore-our-projects .slider-explore-our-projects .item:hover {
  background: #0068FF;
  transition: all .3s ease-in-out; }
  .tb-green-power-project.tb-explore-our-projects .slider-explore-our-projects .item:hover .tb-item-manafuctures {
    background: transparent; }
  .tb-green-power-project.tb-explore-our-projects .slider-explore-our-projects .item:hover .tb-infor-manafactures {
    background: transparent; }
    .tb-green-power-project.tb-explore-our-projects .slider-explore-our-projects .item:hover .tb-infor-manafactures h5 a {
      color: white; }
    .tb-green-power-project.tb-explore-our-projects .slider-explore-our-projects .item:hover .tb-infor-manafactures .tb-link-manafactures a {
      position: relative; }
      .tb-green-power-project.tb-explore-our-projects .slider-explore-our-projects .item:hover .tb-infor-manafactures .tb-link-manafactures a img {
        opacity: 0; }
      .tb-green-power-project.tb-explore-our-projects .slider-explore-our-projects .item:hover .tb-infor-manafactures .tb-link-manafactures a span {
        color: white; }
        .tb-green-power-project.tb-explore-our-projects .slider-explore-our-projects .item:hover .tb-infor-manafactures .tb-link-manafactures a span::before {
          content: ' ';
          left: 0;
          font-size: 0;
          z-index: 1;
          width: 26px;
          display: inline-block;
          height: 26px;
          background: url(../images/ei_arrow-left-white.svg) no-repeat center;
          bottom: 0;
          position: absolute; }

.tb-green-power-project {
  float: left;
  margin-bottom: 141px;
  z-index: 1;
  position: relative;
  clear: both;
  background-size: cover !important;
  padding: 104px 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 886px; }
  .tb-green-power-project::after {
    height: 100%;
    content: '';
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    z-index: 0;
    background: #00172D;
    opacity: .62; }
  .tb-green-power-project .tb-green-power-project-container {
    color: white;
    text-align: center;
    position: relative;
    z-index: 123;
    max-width: 1409px;
    margin: 0 auto; }
    .tb-green-power-project .tb-green-power-project-container .tb-title-section {
      font-size: 36px;
      font-style: normal;
      font-weight: 700;
      line-height: 98.4%;
      text-transform: uppercase;
      color: white;
      margin-bottom: 60px; }
    .tb-green-power-project .tb-green-power-project-container .tb-item-manafuctures {
      background: white; }
      .tb-green-power-project .tb-green-power-project-container .tb-item-manafuctures:hover {
        background: #0068FF;
        transition: all .3s ease-in-out; }
        .tb-green-power-project .tb-green-power-project-container .tb-item-manafuctures:hover .tb-link-manafactures a span {
          color: white; }
        .tb-green-power-project .tb-green-power-project-container .tb-item-manafuctures:hover .tb-infor-manafactures h5 a {
          color: white; }
        .tb-green-power-project .tb-green-power-project-container .tb-item-manafuctures:hover .tb-infor-manafactures p {
          color: white; }
        .tb-green-power-project .tb-green-power-project-container .tb-item-manafuctures:hover .tb-link-manafactures a img {
          opacity: 0; }
        .tb-green-power-project .tb-green-power-project-container .tb-item-manafuctures:hover .tb-link-manafactures a span {
          color: white !important; }
          .tb-green-power-project .tb-green-power-project-container .tb-item-manafuctures:hover .tb-link-manafactures a span::before {
            content: ' ';
            left: 0;
            font-size: 0;
            z-index: 1;
            width: 26px;
            display: inline-block;
            height: 26px;
            background: url(../images/ei_arrow-left-white.svg) no-repeat center;
            bottom: 0;
            position: absolute; }
      .tb-green-power-project .tb-green-power-project-container .tb-item-manafuctures .avatar-thumb a {
        padding-top: 46%; }
      .tb-green-power-project .tb-green-power-project-container .tb-item-manafuctures .tb-infor-manafactures {
        text-align: left; }
        .tb-green-power-project .tb-green-power-project-container .tb-item-manafuctures .tb-infor-manafactures h5 a {
          color: #111; }
        .tb-green-power-project .tb-green-power-project-container .tb-item-manafuctures .tb-infor-manafactures p {
          color: #111;
          display: -webkit-box;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          overflow: hidden;
          -webkit-line-clamp: 2; }
        .tb-green-power-project .tb-green-power-project-container .tb-item-manafuctures .tb-infor-manafactures .tb-link-manafactures a span {
          color: #0068FF; }
  .tb-green-power-project .row {
    margin: 0;
    margin-left: -12px;
    margin-right: -12px; }
    .tb-green-power-project .row .col-md-6 {
      padding: 0 12px; }

.tb-together.tb-together-product {
  margin-bottom: 105px;
  float: left; }

.tb-social-activites.tb-mariel-special-development {
  float: left;
  background: transparent;
  padding: 0;
  margin-bottom: 100px; }
  .tb-social-activites.tb-mariel-special-development .tb-mariel-special-development-container {
    display: flex;
    max-width: 1351px;
    margin: 0 auto 63px auto;
    justify-content: space-between; }
    .tb-social-activites.tb-mariel-special-development .tb-mariel-special-development-container .tb-title-section {
      font-size: 48px;
      font-style: normal;
      line-height: 100.4%;
      text-align: left;
      max-width: 518px;
      margin-bottom: 0; }
    .tb-social-activites.tb-mariel-special-development .tb-mariel-special-development-container p {
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 147.1%;
      max-width: 695px; }
  .tb-social-activites.tb-mariel-special-development .tb-social-infor .tb-description-social {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 16, 72, 0.6) 100%);
    bottom: 6px; }
    .tb-social-activites.tb-mariel-special-development .tb-social-infor .tb-description-social p {
      font-family: 'Manrope', sans-serif;
      text-align: center;
      color: white;
      font-size: 32px;
      font-style: normal;
      font-weight: 700;
      line-height: 147.1%;
      padding: 20px 0 0 0;
      background: transparent;
      margin-bottom: 0;
      margin: 0 179px 42px 179px;
      max-width: 774px; }
  .tb-social-activites.tb-mariel-special-development .slick-dots {
    display: block  !important;
    bottom: 0; }
  .tb-social-activites.tb-mariel-special-development .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #0068FF;
    font-size: 16px;
    width: 16px;
    height: 16px; }
  .tb-social-activites.tb-mariel-special-development .slick-dots li {
    margin: 0 5px; }
    .tb-social-activites.tb-mariel-special-development .slick-dots li button {
      padding: 0;
      width: 16px;
      height: 16px; }
  .tb-social-activites.tb-mariel-special-development .slick-dots li button:before {
    opacity: 1;
    color: #d9d9d9;
    font-size: 16px; }
  .tb-social-activites.tb-mariel-special-development .slick-slide.slick-current.slick-active.slick-center {
    scale: 1;
    margin-bottom: 63px; }

.tb-infor-manafactures {
  position: relative; }

.tb-benefits-of-investment {
  padding: 40px 0 0 0;
  margin-bottom: 89px;
  float: left; }
  .tb-benefits-of-investment .tb-benefits-of-investment-container {
    max-width: 1415px;
    margin: 0 auto; }
    .tb-benefits-of-investment .tb-benefits-of-investment-container .tb-title-section {
      font-size: 48px;
      font-style: normal;
      line-height: 119.4%;
      text-transform: uppercase;
      text-align: left;
      margin-bottom: 46px;
      max-width: 533px;
      margin-top: 25px;
      font-family: 'Geologica', sans-serif; }
    .tb-benefits-of-investment .tb-benefits-of-investment-container .tb-infor-manafactures {
      position: relative;
      border-radius: 8px;
      background: #FFF;
      box-shadow: 0px 4px 56px 0px rgba(0, 0, 0, 0.08);
      padding: 30px 24px 40px 24px;
      margin-bottom: 47px;
      min-height: 252px; }
      .tb-benefits-of-investment .tb-benefits-of-investment-container .tb-infor-manafactures img {
        height: 84px; }
      .tb-benefits-of-investment .tb-benefits-of-investment-container .tb-infor-manafactures h5 {
        margin-top: 18px;
        margin-bottom: 0; }
        .tb-benefits-of-investment .tb-benefits-of-investment-container .tb-infor-manafactures h5 a {
          font-family: 'Manrope', sans-serif;
          font-size: 32px;
          font-style: normal;
          font-weight: 700;
          line-height: 123.4%;
          display: -webkit-box;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          overflow: hidden;
          color: #003D96 !important; }
      .tb-benefits-of-investment .tb-benefits-of-investment-container .tb-infor-manafactures p {
        display: none;
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: 117.4%;
        margin-bottom: 0; }

.tb-our-the-business {
  float: left;
  margin-bottom: 147px;
  z-index: 1;
  position: relative;
  clear: both;
  background-size: cover !important;
  padding: 104px 0 174px 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 615px; }
  .tb-our-the-business::after {
    height: 100%;
    content: '';
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    z-index: 0;
    background: #0C2D00;
    opacity: .80; }
  .tb-our-the-business .tb-our-the-business-container {
    color: white;
    text-align: center;
    position: relative;
    z-index: 123;
    max-width: 1296px;
    margin: 0 auto; }
    .tb-our-the-business .tb-our-the-business-container .des {
      text-align: left;
      font-size: 20px;
      font-style: normal;
      font-weight: 400;
      line-height: 153.4%;
      color: white;
      margin-bottom: 42px; }
    .tb-our-the-business .tb-our-the-business-container .tb-item-manafuctures {
      background: transparent; }
      .tb-our-the-business .tb-our-the-business-container .tb-item-manafuctures .tb-infor-manafactures {
        text-align: left;
        padding: 0 30px 0 0; }
        .tb-our-the-business .tb-our-the-business-container .tb-item-manafuctures .tb-infor-manafactures h5 {
          margin-bottom: 32px;
          font-family: 'Manrope', sans-serif;
          font-size: 128px;
          color: white;
          opacity: .4;
          font-style: normal;
          font-weight: 400;
          line-height: 81.4%; }
        .tb-our-the-business .tb-our-the-business-container .tb-item-manafuctures .tb-infor-manafactures p {
          font-size: 20px;
          font-family: 'Manrope', sans-serif;
          font-style: normal;
          font-weight: 400;
          line-height: 153.4%;
          margin-bottom: 0; }

.tb-head-pageabout .tb-head-page-container {
  max-width: 1351px; }
  .tb-head-pageabout .tb-head-page-container h1 {
    text-transform: capitalize !important; }

.tb-head-page-container {
  max-width: 1013px;
  margin: auto;
  position: absolute;
  bottom: 191px;
  left: 87px;
  z-index: 1; }
  .tb-head-page-container p {
    font-size: 20px;
    font-family: 'Geologica', sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 98.4%;
    text-transform: uppercase;
    margin-bottom: 13px;
    color: white; }
  .tb-head-page-container h1 {
    font-size: 64px;
    font-family: 'Geologica', sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 83.2px;
    text-transform: uppercase;
    margin-bottom: 0;
    color: white; }

.tp-consumer-project-detail-banner {
  position: relative;
  margin-bottom: 96px;
  float: left;
  width: 100%;
  margin-top: 120px;
  padding: 0 !important; }
  .tp-consumer-project-detail-banner::after {
    content: ' ';
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    justify-content: center;
    display: flex;
    align-items: center; }
  .tp-consumer-project-detail-banner img {
    width: 100%; }

.tb-project-in-cuba {
  float: left;
  width: 100%;
  padding: 0 !important;
  margin-bottom: 75px; }
  .tb-project-in-cuba .tb-project-in-cuba-container {
    max-width: 1333px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .tb-project-in-cuba .tb-project-in-cuba-container .content-left {
      max-width: 656px; }
      .tb-project-in-cuba .tb-project-in-cuba-container .content-left p {
        font-size: 24px;
        font-family: 'Manrope', sans-serif;
        font-style: normal;
        font-weight: 400;
        line-height: 153.4%;
        color: #414142;
        margin-bottom: 24px; }
      .tb-project-in-cuba .tb-project-in-cuba-container .content-left .date-year {
        color: #414142;
        font-size: 20px;
        font-family: 'Manrope', sans-serif;
        font-style: normal;
        font-weight: 400;
        line-height: 117.4%; }
        .tb-project-in-cuba .tb-project-in-cuba-container .content-left .date-year::after {
          content: '|';
          display: inline-block;
          margin: 0 8px;
          color: #414142;
          font-family: 'Manrope', sans-serif;
          font-style: normal;
          font-weight: 400; }
      .tb-project-in-cuba .tb-project-in-cuba-container .content-left .quater {
        color: #414142;
        font-size: 20px;
        font-family: 'Manrope', sans-serif;
        font-style: normal;
        font-weight: 400;
        line-height: 117.4%; }
    .tb-project-in-cuba .tb-project-in-cuba-container .line {
      background: #8A8A8A;
      width: 1px;
      height: 149px;
      margin: 0 56px; }
    .tb-project-in-cuba .tb-project-in-cuba-container .content-right {
      display: flex; }
      .tb-project-in-cuba .tb-project-in-cuba-container .content-right .number p {
        color: #034EA2;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 153.4%;
        margin-bottom: 0; }
      .tb-project-in-cuba .tb-project-in-cuba-container .content-right .number h2 {
        font-size: 80px;
        margin-bottom: 0;
        color: #0068FF;
        font-style: normal;
        font-weight: 700;
        line-height: 153.4%; }
      .tb-project-in-cuba .tb-project-in-cuba-container .content-right .mg-right {
        margin-right: 74px; }

/*======= tb-product-orientation =======*/
.tb-investment.tb-product-orientation {
  margin-bottom: 114px; }
  .tb-investment.tb-product-orientation .tb-content-investment {
    background: white;
    margin-top: 0; }
    .tb-investment.tb-product-orientation .tb-content-investment .tb-img-investment {
      min-height: 651px; }
      .tb-investment.tb-product-orientation .tb-content-investment .tb-img-investment::before {
        content: none; }
      .tb-investment.tb-product-orientation .tb-content-investment .tb-img-investment img {
        min-height: initial;
        width: 100%;
        object-fit: none;
        display: inline-block; }
    .tb-investment.tb-product-orientation .tb-content-investment .tb-item-content-investment {
      padding-top: 177px;
      padding-right: 0; }
      .tb-investment.tb-product-orientation .tb-content-investment .tb-item-content-investment h6 {
        font-size: 40px;
        font-style: normal;
        font-weight: 800;
        line-height: 119.4%;
        min-height: inherit; }
      .tb-investment.tb-product-orientation .tb-content-investment .tb-item-content-investment p {
        color: #414142;
        font-size: 24px;
        font-family: 'Manrope', sans-serif;
        font-style: normal;
        font-weight: 400;
        line-height: 150.4%;
        min-height: inherit;
        margin-bottom: 3px; }
    .tb-investment.tb-product-orientation .tb-content-investment .tb-container-absolute {
      max-width: 1328px; }
  .tb-investment.tb-product-orientation .tb-reverse .tb-content-investment .row {
    justify-content: left; }
  .tb-investment.tb-product-orientation .tb-reverse .tb-content-absolute .tb-container-absolute .row {
    direction: rtl; }
    .tb-investment.tb-product-orientation .tb-reverse .tb-content-absolute .tb-container-absolute .row .tb-item-content-investment {
      padding-left: 71px;
      padding-top: 17%; }

.tb-green-power-project.tb-explore-our-projects {
  display: inherit;
  min-height: 759px;
  margin-bottom: 97px;
  padding: 93px 0 81px 0; }
  .tb-green-power-project.tb-explore-our-projects .tb-title-section {
    font-size: 48px;
    text-transform: inherit;
    font-style: normal;
    font-weight: 800;
    line-height: 153.4%;
    margin-bottom: 44px; }
  .tb-green-power-project.tb-explore-our-projects .tb-green-power-project-container {
    max-width: 1328px; }
  .tb-green-power-project.tb-explore-our-projects .slider-explore-our-projects .item {
    background: white;
    padding: 16px 16px 54px 16px;
    margin: 0 15px 62px 15px;
    position: relative; }
    .tb-green-power-project.tb-explore-our-projects .slider-explore-our-projects .item .avatar-thumb a {
      padding-top: 66%; }
    .tb-green-power-project.tb-explore-our-projects .slider-explore-our-projects .item .tb-link-manafactures {
      bottom: 30px; }
      .tb-green-power-project.tb-explore-our-projects .slider-explore-our-projects .item .tb-link-manafactures img {
        width: 26px;
        height: 26px;
        margin-bottom: 0; }
    .tb-green-power-project.tb-explore-our-projects .slider-explore-our-projects .item .tb-infor-manafactures {
      padding: 0; }
    .tb-green-power-project.tb-explore-our-projects .slider-explore-our-projects .item .tb-infor-manafactures {
      padding-top: 24px;
      min-height: inherit;
      background: transparent;
      position: inherit; }
      .tb-green-power-project.tb-explore-our-projects .slider-explore-our-projects .item .tb-infor-manafactures h5 {
        margin-bottom: 24px;
        min-height: 64px;
        margin-bottom: 24px; }
        .tb-green-power-project.tb-explore-our-projects .slider-explore-our-projects .item .tb-infor-manafactures h5 a {
          font-size: 24px;
          font-style: normal;
          font-weight: 700;
          line-height: 31.992px;
          color: #333; }
  .tb-green-power-project.tb-explore-our-projects .owl-dots {
    display: block; }
  .tb-green-power-project.tb-explore-our-projects .owl-theme .owl-dots .owl-dot.active span, .tb-green-power-project.tb-explore-our-projects .owl-theme .owl-dots .owl-dot:hover span {
    background: #0068FF; }
  .tb-green-power-project.tb-explore-our-projects .owl-theme .owl-dots .owl-dot span {
    background: #d9d9d9;
    width: 16px;
    height: 16px;
    margin: 0 8px; }
  .tb-green-power-project.tb-explore-our-projects .owl-theme .owl-dots .owl-dot {
    height: 16px; }
  .tb-green-power-project.tb-explore-our-projects .owl-nav {
    position: inherit; }
  .tb-green-power-project.tb-explore-our-projects .owl-prev::before {
    content: ' ';
    left: -65px;
    font-size: 0;
    z-index: 1;
    width: 74px;
    display: inline-block;
    height: 74px;
    background: url(../images/social_arrow-left.svg) no-repeat center;
    bottom: 330px;
    position: absolute; }
  .tb-green-power-project.tb-explore-our-projects .owl-prev span {
    font-size: 0; }
  .tb-green-power-project.tb-explore-our-projects .owl-next::before {
    content: ' ';
    right: -65px;
    font-size: 0;
    z-index: 1;
    width: 74px;
    display: inline-block;
    height: 74px;
    background: url(../images/social_arrow-right.svg) no-repeat center;
    position: absolute;
    bottom: 330px; }
  .tb-green-power-project.tb-explore-our-projects .owl-next span {
    font-size: 0; }
  .tb-green-power-project.tb-explore-our-projects .owl-next:hover {
    background: none; }

.tp-green-energry-banner .tb-head-page-container {
  bottom: 224px; }

.tb-project-in-cuba.tb-green-energry-power .tb-project-in-cuba-container {
  max-width: 1304px;
  margin: 0 auto; }
.tb-project-in-cuba.tb-green-energry-power .content-left {
  max-width: 550px; }
  .tb-project-in-cuba.tb-green-energry-power .content-left p {
    font-size: 20px; }
.tb-project-in-cuba.tb-green-energry-power .content-right .mg-right {
  margin-right: 56px; }

/*===========   tb-contact-coop-banner =============*/
.tb-contact-banner {
  margin-bottom: 0;
  position: relative; }
  .tb-contact-banner .box-blue {
    background: #00229C;
    width: 100%;
    height: 100%;
    position: relative; }
  .tb-contact-banner .row .col-md-6 {
    padding: 0; }
  .tb-contact-banner .bg-opctity-contact {
    height: 100%; }
    .tb-contact-banner .bg-opctity-contact::after {
      height: 100%;
      content: '';
      width: 100%;
      display: block;
      position: absolute;
      top: 0;
      z-index: 0;
      background: #00229C;
      opacity: .4; }
    .tb-contact-banner .bg-opctity-contact img {
      width: 100%;
      height: 100%; }
  .tb-contact-banner .tb-head-page-container {
    top: 70px;
    bottom: 0;
    max-width: 523px;
    left: 136px; }
    .tb-contact-banner .tb-head-page-container nav {
      position: absolute;
      left: 0;
      bottom: 0; }
      .tb-contact-banner .tb-head-page-container nav .nav-tabs {
        display: flex;
        align-items: center;
        justify-content: center;
        padding-top: 7px;
        margin: 0;
        padding: 0; }
        .tb-contact-banner .tb-head-page-container nav .nav-tabs .nav-link {
          list-style: none;
          background: #0068FF;
          padding: 34px 52px;
          font-size: 20px;
          font-style: normal;
          font-weight: 800;
          line-height: 114%;
          letter-spacing: -0.4px;
          color: white;
          border-radius: 0;
          border: 0; }
          .tb-contact-banner .tb-head-page-container nav .nav-tabs .nav-link.active {
            background: white;
            color: #0068FF; }
    .tb-contact-banner .tb-head-page-container h1 {
      font-size: 96px;
      font-style: normal;
      font-weight: 800;
      line-height: 114%;
      letter-spacing: -1.92px;
      margin-bottom: 11px;
      text-transform: capitalize; }
    .tb-contact-banner .tb-head-page-container p {
      font-size: 16px;
      font-family: 'Manrope', sans-serif;
      font-style: normal;
      font-weight: 500;
      line-height: normal;
      margin-bottom: 0;
      text-transform: inherit; }
  .tb-contact-banner::after {
    content: none; }

.tab-tb-content-contact {
  padding: 0;
  margin-bottom: 82px;
  float: left; }
  .tab-tb-content-contact .tab-none-title {
    max-width: 735px !important;
    margin: 0 auto; }
  .tab-tb-content-contact .tab-custom {
    margin-top: 74px; }
    .tab-tb-content-contact .tab-custom .tab-title {
      max-width: 1213px;
      margin: 0 auto; }
      .tab-tb-content-contact .tab-custom .tab-title p {
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 153.4%;
        color: #000;
        margin-bottom: 16px; }
      .tab-tb-content-contact .tab-custom .tab-title nav {
        position: inherit;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        padding-top: 7px;
        margin: 0 0 24px 0;
        padding: 0;
        padding-bottom: 0;
        border-bottom: none; }
        .tab-tb-content-contact .tab-custom .tab-title nav .nav-tabs {
          border-bottom: none; }
          .tab-tb-content-contact .tab-custom .tab-title nav .nav-tabs .nav-link {
            background: white;
            padding: 24px 46px;
            border: 1px solid #414142;
            margin-right: 43px;
            color: #111;
            font-weight: 400;
            line-height: 153.4%;
            font-size: 20px;
            border-radius: 0; }
            .tab-tb-content-contact .tab-custom .tab-title nav .nav-tabs .nav-link.active {
              background: #0068FF;
              border: 1px solid #0068FF;
              font-size: 20px;
              font-style: normal;
              font-weight: 700;
              line-height: 153.4%;
              color: white; }
  .tab-tb-content-contact .content-form {
    margin: 0; }
    .tab-tb-content-contact .content-form .row {
      margin-left: -12px;
      margin-right: -12px; }
    .tab-tb-content-contact .content-form .col-md-6, .tab-tb-content-contact .content-form .col-md-12 {
      padding: 0 12px; }
    .tab-tb-content-contact .content-form .tp-button span {
      padding: 0 59px; }
    .tab-tb-content-contact .content-form .tp-button b {
      padding: 0 26px; }
    .tab-tb-content-contact .content-form label {
      font-size: 20px;
      font-style: normal;
      font-weight: 700;
      line-height: 153.4%;
      color: #000;
      margin-bottom: 16px; }
    .tab-tb-content-contact .content-form input, .tab-tb-content-contact .content-form .custom-select, .tab-tb-content-contact .content-form textarea {
      border: 1px solid #414142;
      height: 60px;
      color: #111;
      font-size: 20px;
      padding: 24px 20px;
      border-radius: 0; }
      .tab-tb-content-contact .content-form input::placeholder, .tab-tb-content-contact .content-form .custom-select::placeholder, .tab-tb-content-contact .content-form textarea::placeholder {
        color: #949494;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 153.4%; }
    .tab-tb-content-contact .content-form .select-selected {
      padding: 0;
      color: #949494;
      font-size: 20px;
      font-style: normal;
      font-weight: 400;
      line-height: 153.4%;
      width: 100%; }
      .tab-tb-content-contact .content-form .select-selected::after {
        background: url(../images/bxs_up-arrow.svg) center top no-repeat;
        width: 24px;
        height: 24px;
        font-size: 0;
        margin: 0;
        top: 16px;
        right: 16px;
        font-size: 0; }
    .tab-tb-content-contact .content-form .select-items {
      top: 60px; }
      .tab-tb-content-contact .content-form .select-items:hover {
        background: #fff; }
    .tab-tb-content-contact .content-form .form-group {
      margin-bottom: 24px; }
    .tab-tb-content-contact .content-form textarea {
      height: 272px !important; }
  .tab-tb-content-contact .file-upload-w-file-name [type=file] {
    filter: alpha(opacity=0);
    opacity: 1;
    width: 100%;
    position: relative; }
  .tab-tb-content-contact .file-upload-w-file-name [type=file] + label {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    margin: 0;
    position: relative; }
    .tab-tb-content-contact .file-upload-w-file-name [type=file] + label img {
      margin-right: 5px; }
  .tab-tb-content-contact .file-upload-w-file-name #inputFile {
    border: 1px solid #414142;
    height: 79px;
    color: #111;
    font-size: 20px;
    padding: 24px 33px;
    border-radius: 0; }
    .tab-tb-content-contact .file-upload-w-file-name #inputFile::placeholder {
      color: #949494;
      font-size: 20px;
      font-style: normal;
      font-weight: 400;
      line-height: 153.4%; }
    .tab-tb-content-contact .file-upload-w-file-name #inputFile::before {
      background: url(../images/ic_round-upload.svg) center top no-repeat;
      width: 39px;
      height: 39px;
      font-size: 0;
      margin: 0;
      top: 23px;
      left: 25px;
      font-size: 0;
      position: absolute;
      content: ' '; }

.tb-contact-social {
  padding: 0;
  float: left; }
  .tb-contact-social .row {
    margin: 0; }
  .tb-contact-social .col-md-6 {
    padding: 0; }
  .tb-contact-social .avatar-thumb {
    height: 100%; }
    .tb-contact-social .avatar-thumb a {
      height: 100%; }
  .tb-contact-social .content-right {
    height: 100%; }
    .tb-contact-social .content-right p {
      font-family: 'Geologica', sans-serif;
      color: white;
      font-size: 30px;
      font-style: normal;
      font-weight: 700;
      line-height: normal; }
    .tb-contact-social .content-right span a {
      color: white;
      font-size: 20px;
      font-family: 'Manrope', sans-serif;
      font-style: normal;
      font-weight: 400;
      line-height: normal; }
    .tb-contact-social .content-right .item1 {
      padding: 85px 0 62px 64px;
      background: #0068FF;
      height: 100%; }
    .tb-contact-social .content-right .item2 {
      padding: 85px 0 62px 64px;
      background: #418EFF;
      height: 100%; }
    .tb-contact-social .content-right .item3 {
      padding: 85px 0 62px 64px;
      background: #FFB526;
      height: 100%; }

/*   ----------------------- Custom upload file  ------------------------------*/
.choose-img-upload {
  position: relative; }
  .choose-img-upload label {
    width: 60px;
    height: 60px;
    position: relative;
    text-align: center;
    display: flex;
    border: 1px solid #E6E6E6;
    position: relative;
    border-radius: 4px;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    cursor: pointer; }
  .choose-img-upload input[type="file"] {
    display: none; }

.text-note-upload {
  margin: 10px 0;
  color: #858585;
  display: inline-block; }

.selected-img-upload .close-img {
  position: absolute;
  left: 0;
  top: -10px;
  height: 25px;
  cursor: pointer; }
.selected-img-upload .img-selected {
  width: 60px;
  height: 60px;
  border-radius: 4px;
  border: 1px solid #E5E5E5; }

.tb-vision-mission {
  float: left; }

.tb-manufacturing-about {
  float: left;
  padding: 0;
  margin: 112px 0 200px 0; }
  .tb-manufacturing-about .tb-title-section {
    margin-left: 43px;
    text-align: left;
    line-height: 153.4%;
    margin-bottom: 20px; }

/*====== page product  =======*/
.tp-slide-project.tp-slide-product p {
  width: 754px; }

.tb-list-product {
  padding: 0;
  margin: 63px 0 130px 0; }
  .tb-list-product .row .col-md-6 .flex-row .col-md-6:last-child {
    padding-left: 0; }
  .tb-list-product .row .col-md-6 .flex-row .col-md-6 .col-md-12 {
    padding: 0; }
  .tb-list-product .avatar-thumb {
    overflow: hidden; }
    .tb-list-product .avatar-thumb a {
      cursor: pointer; }
      .tb-list-product .avatar-thumb a img {
        transform: scale(1);
        transition: transform 0.5s, opacity 0.5s; }
        .tb-list-product .avatar-thumb a img:hover {
          transform: scale(1.15); }
  .tb-list-product .flex-row {
    display: flex;
    margin: 0 -15px; }
  .tb-list-product .title-top {
    color: #414142;
    font-size: 30px;
    font-family: 'Geologica', sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 98.4%;
    text-transform: uppercase;
    position: absolute;
    top: 38px;
    left: 32px;
    max-width: 250px;
    z-index: 1; }
  .tb-list-product .title-bottom {
    bottom: 40px;
    left: 33px;
    color: #111;
    font-size: 30px;
    font-family: 'Geologica', sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 98.4%;
    text-transform: uppercase;
    position: absolute;
    z-index: 1;
    max-width: 283px; }
  .tb-list-product .box-title {
    position: relative; }
    .tb-list-product .box-title.box1 .avatar-thumb a {
      padding-top: 200%; }
    .tb-list-product .box-title.box2 {
      margin-bottom: 8px; }
      .tb-list-product .box-title.box2 .avatar-thumb a {
        padding-top: 107%; }
      .tb-list-product .box-title.box2 .title-top {
        color: white; }
    .tb-list-product .box-title.box3 .avatar-thumb a {
      padding-top: 80%; }
    .tb-list-product .box-title.box4 {
      margin: 0 -15px; }
      .tb-list-product .box-title.box4 .avatar-thumb a {
        padding-top: 274%; }
      .tb-list-product .box-title.box4 .title-top {
        color: white; }
    .tb-list-product .box-title.box5 {
      margin: 0 -0 8px -0;
      margin-bottom: 8px; }
      .tb-list-product .box-title.box5 .avatar-thumb a {
        padding-top: 101%; }
      .tb-list-product .box-title.box5 .title-bottom {
        color: white; }
    .tb-list-product .box-title.box6 .avatar-thumb a {
      padding-top: 42%; }
    .tb-list-product .box-title.box6 .title-bottom {
      color: white; }
    .tb-list-product .box-title.box7 {
      margin-top: 8px;
      margin-bottom: 8px; }
      .tb-list-product .box-title.box7 .avatar-thumb a {
        padding-top: 56%; }
      .tb-list-product .box-title.box7 .title-top {
        color: white; }
    .tb-list-product .box-title.box8 {
      margin: 8px -15px 0 -15px; }
      .tb-list-product .box-title.box8 .avatar-thumb a {
        padding-top: 161%; }
      .tb-list-product .box-title.box8 .title-bottom {
        color: #111;
        left: 20px; }
    .tb-list-product .box-title.box9 {
      margin-top: 8px; }
      .tb-list-product .box-title.box9 .avatar-thumb a {
        padding-top: 86%; }
      .tb-list-product .box-title.box9 .title-top {
        color: white; }
    .tb-list-product .box-title.box10, .tb-list-product .box-title.box11, .tb-list-product .box-title.box12 {
      margin-top: 0;
      margin-bottom: 0; }
      .tb-list-product .box-title.box10 .title-top, .tb-list-product .box-title.box10 .title-bottom, .tb-list-product .box-title.box11 .title-top, .tb-list-product .box-title.box11 .title-bottom, .tb-list-product .box-title.box12 .title-top, .tb-list-product .box-title.box12 .title-bottom {
        color: white; }
  .tb-list-product .tb-list-product-container {
    max-width: 1399px;
    margin: 0 auto; }

.tb-logo-brands {
  padding: 0;
  margin-bottom: 206px;
  float: left; }
  .tb-logo-brands .tb-logo-brands-container {
    max-width: 1120px;
    margin: 0 auto; }
    .tb-logo-brands .tb-logo-brands-container .tb-title-section {
      margin-bottom: 29px;
      font-weight: 700; }
    .tb-logo-brands .tb-logo-brands-container .logo-brands-product {
      display: flex;
      width: 100%;
      justify-content: center;
      margin: auto;
      flex-wrap: wrap; }
      .tb-logo-brands .tb-logo-brands-container .logo-brands-product img {
        height: 112px;
        margin: 77px 30px 0 30px; }

.tb-how-we-add {
  background: #EDF4FF;
  padding: 108px 0 56px 0;
  float: left;
  margin-bottom: 179px; }
  .tb-how-we-add .row {
    justify-content: center; }
  .tb-how-we-add .tb-how-we-add-container {
    max-width: 1245px;
    margin: 0 auto; }
    .tb-how-we-add .tb-how-we-add-container .tb-title-section {
      margin-bottom: 52px; }
    .tb-how-we-add .tb-how-we-add-container .tb-infor-manafactures {
      text-align: center;
      margin-bottom: 52px; }
      .tb-how-we-add .tb-how-we-add-container .tb-infor-manafactures img {
        height: 127px;
        margin-bottom: 14px; }
      .tb-how-we-add .tb-how-we-add-container .tb-infor-manafactures h5 {
        margin-bottom: 12px;
        font-size: 24px;
        color: #0068FF;
        font-family: 'Manrope', sans-serif;
        font-style: normal;
        font-weight: 700;
        line-height: 153.4%; }
      .tb-how-we-add .tb-how-we-add-container .tb-infor-manafactures p {
        color: #414142;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        -webkit-line-clamp: 4;
        font-size: 16px;
        font-family: 'Manrope', sans-serif;
        font-style: normal;
        font-weight: 400;
        line-height: 153.4%;
        max-width: 329px;
        margin: 0 auto; }

.food-section-phase2 .tb-infor-manafactures P {
  max-width: 100% !important; }

.tb-contact-banner.tb-head-product-category {
  margin-top: 120px;
  padding: 0;
  float: left; }
  .tb-contact-banner.tb-head-product-category .col-md-8, .tb-contact-banner.tb-head-product-category .col-md-4 {
    padding: 0; }
  .tb-contact-banner.tb-head-product-category .box-red {
    height: 100%;
    background: #C30007;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-items: center;
    justify-content: center;
    padding: 0 80px; }
    .tb-contact-banner.tb-head-product-category .box-red .tb-head-page-container {
      max-width: 100%;
      margin: 0 auto;
      position: unset; }
      .tb-contact-banner.tb-head-product-category .box-red .tb-head-page-container h1 {
        color: #FFF;
        font-size: 48px;
        font-family: 'Geologica', sans-serif;
        font-style: normal;
        font-weight: 700;
        line-height: 128.4%;
        text-transform: uppercase;
        margin: 0; }
    .tb-contact-banner.tb-head-product-category .box-red.red-new {
      background: #ED1C24 !important; }
    .tb-contact-banner.tb-head-product-category .box-red.blue-gren-new {
      background: #00AEEF !important; }
    .tb-contact-banner.tb-head-product-category .box-red.blue-new {
      background: #003D96 !important; }
  .tb-contact-banner.tb-head-product-category .bg-opctity-contact {
    height: 100%; }
    .tb-contact-banner.tb-head-product-category .bg-opctity-contact img {
      height: 100%; }
    .tb-contact-banner.tb-head-product-category .bg-opctity-contact::after {
      content: none; }

.tb-how-we-add.tb-list-category-product {
  background: white;
  padding: 103px 0;
  margin-bottom: 0; }
  .tb-how-we-add.tb-list-category-product .tb-list-category-product-container {
    max-width: 1361px;
    margin: 0 auto; }
    .tb-how-we-add.tb-list-category-product .tb-list-category-product-container .tb-infor-manafactures {
      margin-bottom: 0; }
      .tb-how-we-add.tb-list-category-product .tb-list-category-product-container .tb-infor-manafactures img {
        height: 110px;
        margin-bottom: 20px; }
      .tb-how-we-add.tb-list-category-product .tb-list-category-product-container .tb-infor-manafactures h5 {
        font-size: 24px;
        font-family: 'Geologica', sans-serif;
        font-style: normal;
        font-weight: 400;
        line-height: 153.4%;
        margin-bottom: 9px; }
      .tb-how-we-add.tb-list-category-product .tb-list-category-product-container .tb-infor-manafactures p {
        color: #414142;
        margin-bottom: 0;
        font-size: 16px;
        font-family: 'Geologica', sans-serif;
        font-style: normal;
        font-weight: 300;
        line-height: 128.9%;
        margin: 0 auto;
        max-width: 278px; }

.tb-logo-brands.tb-our-biggest-products-brands {
  background: #EDF4FF;
  padding: 121px 0 136px 0;
  margin-bottom: 134px; }
  .tb-logo-brands.tb-our-biggest-products-brands .tb-title-section {
    margin-bottom: 80px; }
  .tb-logo-brands.tb-our-biggest-products-brands .tb-logo-brands-container {
    max-width: 1288px;
    margin: 0 auto; }
  .tb-logo-brands.tb-our-biggest-products-brands .logo-brands-product {
    display: flex;
    width: 100%;
    justify-content: center;
    margin: auto; }
  .tb-logo-brands.tb-our-biggest-products-brands .box-brand {
    width: 25%;
    text-align: center; }
    .tb-logo-brands.tb-our-biggest-products-brands .box-brand img {
      height: 95px;
      margin: 0;
      margin-bottom: 28px; }
    .tb-logo-brands.tb-our-biggest-products-brands .box-brand .tb-link-manafactures a {
      display: flex;
      align-items: center;
      justify-content: center; }
      .tb-logo-brands.tb-our-biggest-products-brands .box-brand .tb-link-manafactures a img {
        margin-right: 12px;
        height: 26px;
        margin: 0 8px 0 0; }
      .tb-logo-brands.tb-our-biggest-products-brands .box-brand .tb-link-manafactures a span {
        font-size: 20px;
        font-family: 'Manrope', sans-serif;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        color: #0068FF; }

.tb-product-categories {
  padding: 0;
  float: left; }
  .tb-product-categories .tb-title-section {
    margin-bottom: 18px; }
  .tb-product-categories .tb-product-categories-container {
    max-width: 1374px;
    margin: 0 auto; }
    .tb-product-categories .tb-product-categories-container nav {
      position: inherit;
      display: flex;
      align-items: center;
      justify-content: flex-start;
      padding-top: 0;
      margin: 0 0 18px 0;
      padding: 0;
      padding-bottom: 0;
      border-bottom: none;
      justify-content: space-between;
      width: 100%; }
      .tb-product-categories .tb-product-categories-container nav .nav-tabs {
        border-bottom: none;
        height: auto;
        white-space: nowrap;
        width: max-content;
        flex-wrap: nowrap;
        width: 100%;
        justify-content: space-between; }
        .tb-product-categories .tb-product-categories-container nav .nav-tabs .nav-link {
          margin-right: 35px;
          background: white;
          font-size: 20px;
          color: #414142;
          font-style: normal;
          font-weight: 400;
          line-height: 153.4%;
          font-family: 'Geologica', sans-serif;
          padding: 16px 20px;
          border-radius: 3px;
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
          border: none;
          margin: 20px 35px 20px 0;
          width: 100%;
          display: inline-block;
          text-align: center; }
          .tb-product-categories .tb-product-categories-container nav .nav-tabs .nav-link span {
            font-size: 16px; }
          .tb-product-categories .tb-product-categories-container nav .nav-tabs .nav-link:nth-last-child(1) {
            margin-right: 0 !important; }
          .tb-product-categories .tb-product-categories-container nav .nav-tabs .nav-link.active {
            background: #0068FF;
            font-weight: 700;
            color: white; }
          .tb-product-categories .tb-product-categories-container nav .nav-tabs .nav-link:hover {
            border: none; }
    .tb-product-categories .tb-product-categories-container .tab-content {
      position: relative;
      padding-right: 772px; }
      .tb-product-categories .tb-product-categories-container .tab-content .content-img .avatar-thumb a {
        padding-top: 100%; }
        .tb-product-categories .tb-product-categories-container .tab-content .content-img .avatar-thumb a img {
          border-radius: 3px; }
      .tb-product-categories .tb-product-categories-container .tab-content .content {
        position: absolute;
        width: 100%;
        right: 0;
        width: 772px;
        height: 100%;
        display: flex;
        align-items: center;
        top: 0; }
        .tb-product-categories .tb-product-categories-container .tab-content .content h2 {
          font-size: 36px;
          font-family: 'Geologica', sans-serif;
          font-style: normal;
          font-weight: 700;
          line-height: 153.4%;
          margin-bottom: 17px; }
        .tb-product-categories .tb-product-categories-container .tab-content .content ul {
          list-style: disc;
          padding-left: 20px; }
          .tb-product-categories .tb-product-categories-container .tab-content .content ul li {
            font-size: 16px;
            font-family: 'Manrope', sans-serif;
            font-style: normal;
            font-weight: 400;
            line-height: 150%;
            margin-bottom: 10px; }

.tb-together.tb-buy-from-us {
  margin-top: 194px;
  margin-bottom: 0; }
  .tb-together.tb-buy-from-us .tb-infor-together {
    padding: 0px 200px 0 100px;
    align-items: center; }
  .tb-together.tb-buy-from-us .tb-item-content-investment {
    padding: 0; }
    .tb-together.tb-buy-from-us .tb-item-content-investment h3 {
      font-size: 64px;
      font-family: 'Geologica', sans-serif;
      font-style: normal;
      font-weight: 800;
      line-height: normal;
      color: white;
      margin-bottom: 14px; }
    .tb-together.tb-buy-from-us .tb-item-content-investment p {
      font-size: 20px;
      font-family: 'Manrope', sans-serif;
      font-style: normal;
      font-weight: 400;
      line-height: 153.4%;
      color: white;
      margin-bottom: 30px;
      min-height: inherit; }
      .tb-together.tb-buy-from-us .tb-item-content-investment p span a {
        font-size: 20px;
        font-family: 'Manrope', sans-serif;
        font-style: normal;
        line-height: 153.4%;
        color: white;
        font-weight: 500; }

.tb-benefits-of-investment.tb-other-industries {
  background: #EDF4FF;
  padding: 98px 0 186px 0;
  margin-bottom: 156px; }
  .tb-benefits-of-investment.tb-other-industries .tb-benefits-of-investment-container {
    max-width: 1213px;
    margin: 0 auto; }
    .tb-benefits-of-investment.tb-other-industries .tb-benefits-of-investment-container .col-md-3 {
      padding: 0 16px; }
    .tb-benefits-of-investment.tb-other-industries .tb-benefits-of-investment-container .tb-title-section {
      text-transform: inherit;
      margin-bottom: 51px;
      margin-top: 0;
      color: #414142; }
    .tb-benefits-of-investment.tb-other-industries .tb-benefits-of-investment-container .tb-infor-manafactures {
      border-radius: 8px;
      padding: 16px;
      min-height: 153px;
      margin-bottom: 29px;
      position: relative;
      -webkit-transition-duration: 0.5s;
      transition-duration: 0.5s; }
      .tb-benefits-of-investment.tb-other-industries .tb-benefits-of-investment-container .tb-infor-manafactures h5 {
        margin: 0 0 16px 0; }
        .tb-benefits-of-investment.tb-other-industries .tb-benefits-of-investment-container .tb-infor-manafactures h5 a {
          display: inherit;
          overflow: unset;
          font-size: 24px;
          font-style: normal;
          font-weight: 700;
          line-height: 130.4%; }
      .tb-benefits-of-investment.tb-other-industries .tb-benefits-of-investment-container .tb-infor-manafactures a {
        display: inline-block;
        width: 100%; }
        .tb-benefits-of-investment.tb-other-industries .tb-benefits-of-investment-container .tb-infor-manafactures a img {
          height: 30px;
          position: absolute;
          bottom: 16px;
          display: none;
          -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
          top: auto;
          padding-left: 0; }
          .tb-benefits-of-investment.tb-other-industries .tb-benefits-of-investment-container .tb-infor-manafactures a img:nth-child(1) {
            display: block; }
          .tb-benefits-of-investment.tb-other-industries .tb-benefits-of-investment-container .tb-infor-manafactures a img:nth-child(2) {
            display: none; }
      .tb-benefits-of-investment.tb-other-industries .tb-benefits-of-investment-container .tb-infor-manafactures:hover {
        background: #0068FF; }
        .tb-benefits-of-investment.tb-other-industries .tb-benefits-of-investment-container .tb-infor-manafactures:hover h5 a {
          color: white !important; }
        .tb-benefits-of-investment.tb-other-industries .tb-benefits-of-investment-container .tb-infor-manafactures:hover a img:nth-child(1) {
          display: none; }
        .tb-benefits-of-investment.tb-other-industries .tb-benefits-of-investment-container .tb-infor-manafactures:hover a img:nth-child(2) {
          display: block; }

.tb-benefits-of-investment .tb-benefits-of-investment-container .tb-infor-manafactures h5 a {
  pointer-events: none; }

.tp-slide .slider-head {
  margin-bottom: 0; }

.archievement-section {
  padding: 0 0 163px 0;
  float: left; }

.tb-investment .tb-title-section {
  text-align: left;
  padding-left: 130px; }

.slider-activities-mb {
  display: none !important; }

/*======== silder-about=========*/
.tb-manufacturing-about {
  /* Slick slider Design */
  /* Slider thumbnails and Slider Nav Design */
  /* Slider dot design */ }
  .tb-manufacturing-about .slider_counter {
    margin-bottom: 45px; }
    .tb-manufacturing-about .slider_counter .current {
      color: #000;
      text-align: left;
      font-family: 'Manrope', sans-serif;
      font-size: 96px;
      font-style: normal;
      font-weight: 800;
      line-height: 153.4%;
      /* 147.264px */ }
    .tb-manufacturing-about .slider_counter .length {
      color: #E1E1E1;
      text-align: left;
      font-family: 'Manrope', sans-serif;
      font-size: 96px;
      font-style: normal;
      font-weight: 800;
      line-height: 153.4%;
      /* 147.264px */ }
  .tb-manufacturing-about .slider-image {
    display: flex;
    align-items: flex-end; }
    .tb-manufacturing-about .slider-image .image-wrap {
      width: 50%; }
      .tb-manufacturing-about .slider-image .image-wrap .avatar-thumb {
        margin-bottom: -6px; }
        .tb-manufacturing-about .slider-image .image-wrap .avatar-thumb a {
          padding-top: 100%; }
    .tb-manufacturing-about .slider-image .content {
      width: 50%;
      padding-left: 53px;
      position: relative; }
      .tb-manufacturing-about .slider-image .content .box-content {
        max-width: 443px; }
      .tb-manufacturing-about .slider-image .content h5 {
        font-size: 30px;
        font-style: normal;
        font-weight: 800;
        line-height: 111.9%;
        /* 33.57px */
        color: #0068FF; }
      .tb-manufacturing-about .slider-image .content .desrep {
        color: #414142;
        text-align: left;
        font-family: 'Geologica', sans-serif;
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: 153.4%;
        /* 36.816px */
        margin-bottom: 0; }
      .tb-manufacturing-about .slider-image .content p {
        margin-top: 15px;
        color: #414142;
        font-family: 'Manrope', sans-serif;
        margin-bottom: 31px;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 153.4%;
        /* 30.68px */ }
  .tb-manufacturing-about .next-slick-arrow span {
    font-size: 0 !important; }
    .tb-manufacturing-about .next-slick-arrow span::before {
      content: '';
      background: url(../images/ion_arrow-up-slide-about.svg) no-repeat center;
      width: 122px;
      height: 122px;
      display: inline-block;
      position: absolute;
      left: 0;
      right: 0;
      text-align: center;
      margin: 0 auto;
      top: 32px; }
  .tb-manufacturing-about .slider-preview .slick-thumb-nav img {
    display: none; }
  .tb-manufacturing-about .slick-next, .tb-manufacturing-about .slick-prev {
    position: inherit; }
  .tb-manufacturing-about .slider {
    position: relative;
    max-width: 850px;
    width: 100%;
    margin: 0 auto; }
  .tb-manufacturing-about .slick-slide img {
    width: 100%; }
  .tb-manufacturing-about .slick-thumb-nav img {
    width: 208px;
    margin-left: 0; }
  .tb-manufacturing-about .slick-arrow {
    top: auto;
    bottom: 0;
    z-index: 9;
    display: inline-block;
    height: auto;
    width: auto;
    margin-bottom: 0;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }
  .tb-manufacturing-about .slick-arrow.slick-prev {
    left: 0;
    display: none !important; }
  .tb-manufacturing-about .slick-arrow.slick-next {
    right: 0;
    position: absolute;
    bottom: 0; }
  .tb-manufacturing-about .slick-arrow:before {
    display: none; }
  .tb-manufacturing-about .slick-arrow .arrow-icon {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    color: #FFF;
    font-size: 55px;
    opacity: 1;
    -webkit-transition: .5s all ease 0s;
    -moz-transition: .5s all ease 0s;
    -ms-transition: .5s all ease 0s;
    transition: .5s all ease 0s; }
  .tb-manufacturing-about .slideshow__slides:hover .slick-arrow .arrow-icon {
    opacity: 1; }
  .tb-manufacturing-about .slick-arrow .arrow-icon span {
    display: inline-block;
    padding: 50px 0;
    font-size: 55px; }
  .tb-manufacturing-about .slick-arrow .arrow-icon.prev-slick-arrow {
    left: 0; }
  .tb-manufacturing-about .slick-arrow .arrow-icon.next-slick-arrow {
    right: 0; }
  .tb-manufacturing-about .slick-dots li button:before {
    font-size: 16px; }
  .tb-manufacturing-about .slider-preview {
    max-width: 200px; }
  @media (max-width: 991px) {
    .tb-manufacturing-about {
      /* Slider Nav Design */ }
      .tb-manufacturing-about .slick-arrow .arrow-icon {
        display: none; } }
  @media (max-width: 767px) {
    .tb-manufacturing-about {
      /* Slider thumbnails Design */ }
      .tb-manufacturing-about .slick-thumb-nav img {
        width: 120px; } }
  @media (max-width: 576px) {
    .tb-manufacturing-about {
      /* Slider thumbnails Design */ }
      .tb-manufacturing-about .slick-thumb-nav img {
        width: 85px; }
      .tb-manufacturing-about .slick-arrow .slick-thumb-nav {
        margin-bottom: 0; }
      .tb-manufacturing-about .slick-prev .slick-thumb-nav {
        margin-left: 0; }
      .tb-manufacturing-about .slick-next .slick-thumb-nav {
        margin-right: 0; } }
  @media (max-width: 380px) {
    .tb-manufacturing-about {
      /* Slider dot design */ }
      .tb-manufacturing-about .slick-dots li {
        margin: 0; }
      .tb-manufacturing-about .slick-dots li button:before {
        font-size: 12px; } }

header.tb-header.tb-heade-mb {
  display: none; }

.tp-slide-mb {
  display: none; }

.horizontal-mb {
  display: none !important;
  width: 100%; }

.product-mb {
  display: none  !important; }

.product-pc {
  display: block !important; }

.btn-mb, .consumer-mb {
  display: none !important; }

.export-current {
  display: inline-block;
  width: 100%;
  margin-bottom: 30px; }
  .export-current p {
    display: inline-block;
    width: 100%; }
  .export-current.cureent-50 p {
    float: left;
    width: 50%; }

.tb-infor-exportmarket {
  display: inline-block;
  width: 100%; }
  .tb-infor-exportmarket b {
    font-size: 24px;
    display: inline-block;
    width: 100%;
    margin-top: 30px; }
  .tb-infor-exportmarket p {
    display: inline-block;
    width: 100%;
    position: relative;
    padding-left: 35px;
    margin-top: 15px; }
    .tb-infor-exportmarket p img {
      position: absolute;
      width: 29px;
      left: 0;
      top: 3px; }
    .tb-infor-exportmarket p span {
      font-size: 24px; }

.tb-container-absolute.change-columns .row {
  direction: initial !important;
  flex-direction: row-reverse; }

.content-absolute-investment {
  float: left;
  width: 100%; }

.tb-section-investment {
  float: left;
  width: 100%;
  padding: 0 0 60px 0 !important;
  position: relative; }
  .tb-section-investment .investment-row {
    position: relative;
    width: 100%;
    float: left; }
    .tb-section-investment .investment-row.left p {
      min-height: auto !important;
      height: auto !important;
      margin-bottom: 0 !important;
      padding-left: 35px;
      position: relative;
      margin-top: 20px; }
      .tb-section-investment .investment-row.left p img {
        position: absolute;
        left: 0;
        top: 0; }
      .tb-section-investment .investment-row.left p span {
        font-size: 20px; }
    .tb-section-investment .investment-row.left .row {
      justify-content: right !important; }
      .tb-section-investment .investment-row.left .row .tb-item-content-investment {
        max-width: 100% !important;
        padding-left: 60px; }
    .tb-section-investment .investment-row.left .img-row-investment {
      float: left;
      width: 50%; }
      .tb-section-investment .investment-row.left .img-row-investment img {
        width: 100%;
        display: inline-block; }
  .tb-section-investment .img-row-investment {
    float: right;
    width: 50%; }
    .tb-section-investment .img-row-investment img {
      width: 100%;
      display: inline-block; }
  .tb-section-investment .absolute-infor-investment {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    align-items: center; }
    .tb-section-investment .absolute-infor-investment__container {
      max-width: 1333px;
      width: 100%;
      margin: 0 auto; }
      .tb-section-investment .absolute-infor-investment__container .row {
        margin: 0 !important; }
  .tb-section-investment h6 {
    line-height: 33px;
    margin-bottom: 40px !important;
    min-height: initial; }
  .tb-section-investment .tb-item-content-investment {
    max-width: 80%; }
  .tb-section-investment b {
    font-size: 24px;
    font-weight: 700;
    margin-top: 20px;
    width: 100%;
    display: inline-block; }

.maps-green {
  display: inline-block;
  width: 100%;
  margin-top: 70px;
  position: relative; }
  .maps-green img {
    width: 100%; }
  .maps-green .title-green-maps {
    position: absolute;
    bottom: 23%;
    width: 100%;
    left: 5%; }
    .maps-green .title-green-maps h2 {
      font-size: 40px;
      text-transform: uppercase;
      color: #0068FF;
      display: inline-block;
      width: 100%; }
    .maps-green .title-green-maps label {
      position: relative;
      display: inline-block;
      width: 100%;
      padding-left: 40px; }
      .maps-green .title-green-maps label img {
        position: absolute;
        left: 0;
        top: -2px;
        width: 27px; }
      .maps-green .title-green-maps label span {
        font-size: 16px; }

.mb-slide {
  display: none !important; }

.mb-head {
  display: none !important; }

.tb-mail-footer ul {
  position: relative;
  width: 100%; }
  .tb-mail-footer ul li {
    position: relative; }
    .tb-mail-footer ul li .tb-content-tab-footer {
      display: inline-block;
      width: 100%; }
      .tb-mail-footer ul li .tb-content-tab-footer a {
        width: 100%;
        padding-left: 30px !important;
        position: relative;
        display: inline-block !important;
        margin: 0 !important; }
        .tb-mail-footer ul li .tb-content-tab-footer a img {
          position: absolute;
          left: 0;
          top: 0;
          width: 24px; }
        .tb-mail-footer ul li .tb-content-tab-footer a span {
          word-break: break-all; }

.footer-mb .container-footer .tb-body-footer .tb-mail-footer ul li > a {
  position: absolute;
  left: 0;
  top: 3px;
  font-size: 13px; }

.tb-item-adress-footer span a {
  color: #B0D0FF; }

.body-content {
  color: white;
  padding: 40px;
  display: inline-block;
  background: #0068FF;
  border-radius: 0 3px 3px 0;
  width: 100%; }

.tb-manufactures .row .tb-item-manafuctures p {
  font-size: 16px; }

.tb-green-power-project.tb-explore-our-projects .owl-nav {
  position: absolute !important;
  width: 100% !important; }
.tb-green-power-project.tb-explore-our-projects .tb-item-manafuctures .tb-infor-manafactures {
  min-height: 160px !important; }
  .tb-green-power-project.tb-explore-our-projects .tb-item-manafuctures .tb-infor-manafactures .tb-link-manafactures {
    bottom: 0 !important; }

.tp-slide .bg-opacity p {
  line-height: 120%; }

.tb-manufactures .row .tb-item-manafuctures h5 a {
  font-size: 20px;
  min-height: 64px; }

.tb-manufacturing-about p.desrep {
  margin-top: 8px !important; }

.list-product-col {
  float: left;
  width: 100%;
  padding: 0 15px;
  margin: 0; }

.row-col {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  margin-left: -6px;
  margin-right: -6px; }

.col-6-product {
  float: left;
  width: 50%;
  padding: 0 6px;
  margin: 0; }

.col-12-product {
  float: left;
  width: 100%;
  padding: 0 6px;
  margin: 0; }

.col-4-product {
  float: left;
  width: 35%;
  padding: 0 6px;
  padding-left: 0;
  margin: 0; }

.col-8-product {
  float: left;
  width: 65%;
  padding: 0 6px;
  padding-right: 0;
  margin: 0; }

.col-item-product-box {
  float: left;
  width: 100%;
  margin-bottom: 12px;
  position: relative; }
  .col-item-product-box.pdtop01 .avatar-thumb a {
    padding-top: 209%; }
  .col-item-product-box.pdtop02 .avatar-thumb a {
    padding-top: 120%; }
  .col-item-product-box.pdtop03 .avatar-thumb a {
    padding-top: 86%; }
  .col-item-product-box.pdtop04 .avatar-thumb a {
    padding-top: 54%; }
  .col-item-product-box.pdtop06 .avatar-thumb a {
    padding-top: 296%; }
  .col-item-product-box.pdtop07 .avatar-thumb a {
    padding-top: 155.4%; }
  .col-item-product-box.pdtop08 .avatar-thumb a {
    padding-top: 109%; }
  .col-item-product-box.pdtop09 .avatar-thumb a {
    padding-top: 47.2%; }
  .col-item-product-box.pdtop10 .avatar-thumb a {
    padding-top: 83%; }
  .col-item-product-box.pdtop11 .avatar-thumb a {
    padding-top: 83%; }
  .col-item-product-box .avatar-thumb {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative; }
  .col-item-product-box b {
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px;
    width: 100%;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 98.4%; }
    .col-item-product-box b a {
      color: white !important;
      font-size: 30px;
      font-style: normal;
      font-weight: 700;
      line-height: 98.4%;
      text-transform: uppercase; }
    .col-item-product-box b.bottom {
      bottom: 0;
      top: initial; }
    .col-item-product-box b.black a {
      color: #414142 !important; }

.row-col > .col-6-product {
  padding-right: 0 !important; }

.pink-bg-phase2 {
  background: #FFF4F4 !important; }
  .pink-bg-phase2 .logo-brands-product {
    justify-content: center !important; }
    .pink-bg-phase2 .logo-brands-product .box-brand {
      margin: 0 50px; }

.red-together-bg {
  background: #BC0117 !important; }

.tab-categories-phase2 .nav.nav-tabs {
  margin: 0 !important;
  width: 100%; }
.tab-categories-phase2 .nav-tabs .nav-link:nth-last-child(1) {
  width: 100% !important; }
.tab-categories-phase2.tb-product-categories .tb-product-categories-container nav {
  display: inline-block !important; }
  .tab-categories-phase2.tb-product-categories .tb-product-categories-container nav .nav.nav-tabs {
    width: 100%; }

.manufacturing-section-phase2 {
  padding-top: 60px;
  padding-bottom: 30px !important; }
  .manufacturing-section-phase2 .tb-infor-manafactures {
    margin-bottom: 80px !important; }

.tb-buy-from-us.red-together-bg, .tb-other-industries {
  margin-bottom: 0 !important; }

body .bg-blue-alpha {
  background: #EDF0FF !important;
  padding: 60px 0 100px 0; }

body .manufacturing-get-a-quote {
  margin-top: 0 !important; }

body .clothings-bg-phase2 {
  background: url(../images/clothing-ourbrand-bg.png) no-repeat center top !important;
  background-size: cover !important; }
  body .clothings-bg-phase2 .logo-brands-product {
    justify-content: center !important; }
    body .clothings-bg-phase2 .logo-brands-product .box-brand {
      width: auto !important; }
    body .clothings-bg-phase2 .logo-brands-product img {
      height: 180px !important; }

.item-product-categories {
  position: relative; }
  .item-product-categories a {
    display: inline-block; }

.box-clothings-product-categories {
  display: inline-block;
  width: 100%; }

.tab-product-categories-phase2 .tab-content {
  padding-right: 0 !important; }
  .tab-product-categories-phase2 .tab-content .item-product-categories {
    position: relative;
    margin-bottom: 20px;
    width: 100%;
    display: inline-block; }
    .tab-product-categories-phase2 .tab-content .item-product-categories b {
      position: absolute;
      bottom: 0;
      left: 0;
      padding: 20px;
      font-size: 30px;
      text-transform: uppercase;
      padding: 50px;
      color: #414142;
      font-family: 'Geologica', sans-serif;
      font-weight: 800; }
    .tab-product-categories-phase2 .tab-content .item-product-categories a {
      position: relative;
      padding-top: 55%;
      display: block;
      width: 100%;
      float: right;
      overflow: hidden;
      padding-top: 68% !important; }
      .tab-product-categories-phase2 .tab-content .item-product-categories a img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        left: 0;
        top: 0; }

.mt-30 {
  margin-top: 50px !important; }

.mt-0 {
  margin-top: 0px !important; }

body .tb-btn-call-bottom a b {
  padding: 0 !important; }

.green-alpha-phase2 {
  background: #EEFFF8 !important;
  padding-bottom: 80px !important;
  padding-top: 60px !important; }

.blue-footer {
  background: #003D96 !important; }

body .white-bg-section {
  background: white !important; }
  body .white-bg-section .tb-title-section {
    color: #003D96 !important; }
  body .white-bg-section .box-brand > img {
    height: 110px !important; }

.material-phase02 {
  background: url(../images/material-bg.png) no-repeat center top !important;
  min-height: 665px;
  margin-bottom: 0 !important; }
  .material-phase02 .box-brand img {
    height: 242px !important; }
  .material-phase02 .tb-title-section {
    color: #003D96 !important; }
    .material-phase02 .tb-title-section b {
      color: white !important; }

body .box-brand .btn-ourbrand a {
  display: flex; }
  body .box-brand .btn-ourbrand a img {
    height: auto !important; }

.p-fulltext p {
  padding: 0 15px !important;
  max-width: initial !important; }

.item-product-categories {
  position: relative;
  margin-bottom: 20px;
  width: 100%;
  display: inline-block; }
  .item-product-categories b {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px;
    font-size: 30px;
    text-transform: uppercase;
    padding: 50px;
    color: #414142;
    font-family: 'Geologica', sans-serif;
    font-weight: 800; }
  .item-product-categories a {
    position: relative;
    padding-top: 55%;
    display: block;
    width: 100%;
    float: right;
    overflow: hidden;
    padding-top: 68% !important; }
    .item-product-categories a img {
      position: absolute;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      left: 0;
      top: 0; }

.padding-right-0 {
  padding-right: 0 !important; }

.cosmetic-item-block .item-product-categories a {
  padding-top: 44% !important; }

.bg-blue-alpha2 {
  background: #CFE2FF !important;
  padding: 80px 0 !important; }

.pink-alpha-phase2 {
  background: #FFF4F4 !important;
  padding-bottom: 80px; }

.tab-thumbails-padding-0 {
  padding: 0 !important; }

.tab-categories-phase2 {
  padding-top: 60px !important; }

.red-tab-bg-color .body-content {
  background: #BC0117 !important; }
.red-tab-bg-color nav .nav-tabs .nav-link.active {
  background: #BC0117 !important; }
.red-tab-bg-color .tb-title-section {
  color: #BC0117; }

body .blue-second-bg {
  background: #0068FF !important; }

.stationary-bg-phase2 {
  background: url(../images/stationary-bg.png) no-repeat center top !important;
  min-height: 520px;
  margin-bottom: 0 !important; }
  .stationary-bg-phase2 .box-brand img {
    height: 160px; }

body .tab-blue-light nav .nav a.active {
  background: #00AEEF !important; }

.section-head-page-phase2 {
  padding: 0 !important;
  position: relative;
  margin-top: 120px;
  width: 100%;
  display: inline-block; }
  .section-head-page-phase2 img {
    width: 100%;
    display: inline-block; }
  .section-head-page-phase2 .infor-head-page-phase2 {
    position: absolute;
    bottom: 90px;
    left: 0;
    width: 100%; }
    .section-head-page-phase2 .infor-head-page-phase2 h1 {
      text-align: center;
      width: 100%;
      display: inline-block;
      font-size: 48px;
      color: white;
      text-transform: uppercase; }
  .section-head-page-phase2.center {
    text-align: center; }

.list-job-post {
  padding-left: 48px;
  padding-right: 48px; }
  .list-job-post .head-job-list {
    width: 100%;
    display: inline-block; }
    .list-job-post .head-job-list .row {
      align-items: center; }
    .list-job-post .head-job-list h2 {
      font-size: 48px;
      color: #0068FF; }
      .list-job-post .head-job-list h2 b {
        font-size: 48px;
        color: #ED1C24; }

.search-job {
  max-width: 500px;
  width: 100%;
  float: right;
  position: relative;
  padding-right: 68px; }
  .search-job input {
    height: 60px;
    width: 100%;
    display: inline-block;
    border: 1px solid #414142;
    border-right: 0;
    padding: 0 15px; }
  .search-job button {
    position: absolute;
    right: 0;
    top: 0;
    outline: none;
    border-radius: 0;
    width: 60px;
    background: #ED1C24;
    height: 60px; }
    .search-job button img {
      height: 30px !important;
      width: inherit !important; }

.list-job-ulli {
  width: 100%;
  display: inline-block; }
  .list-job-ulli ul {
    margin: 0;
    width: 100%;
    display: inline-block;
    margin-top: 30px;
    border-top: 1px solid #E6E6E6;
    padding-top: 30px; }
    .list-job-ulli ul li {
      width: 100%;
      display: inline-block;
      border-bottom: 1px solid #E6E6E6; }
      .list-job-ulli ul li .item-job-list {
        width: 100%;
        display: inline-block;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 20px 15px; }
      .list-job-ulli ul li.show .btn-expand-table-suplier a.close-link {
        display: block; }
        .list-job-ulli ul li.show .btn-expand-table-suplier a.close-link img {
          rotate: 180deg; }
      .list-job-ulli ul li.show .btn-expand-table-suplier a.expand-link {
        display: none; }
      .list-job-ulli ul li.show .item-job-list {
        border-bottom: 1px solid #EDEDED;
        background: #E8F1FF; }
      .list-job-ulli ul li.show .table-form-suplier {
        display: inline-block !important;
        width: 100%; }
      .list-job-ulli ul li .table-form-suplier {
        display: none !important; }
        .list-job-ulli ul li .table-form-suplier table {
          text-align: center; }
          .list-job-ulli ul li .table-form-suplier table thead th {
            vertical-align: middle;
            font-size: 18px;
            font-weight: 700;
            border: 0;
            color: #0068FF; }
            .list-job-ulli ul li .table-form-suplier table thead th.left-table {
              text-align: left; }
          .list-job-ulli ul li .table-form-suplier table td {
            border: 0;
            font-size: 16px; }
            .list-job-ulli ul li .table-form-suplier table td.left-table {
              text-align: left; }
  .list-job-ulli .title-job {
    display: inline-block;
    width: fit-content; }
    .list-job-ulli .title-job a {
      font-size: 24px;
      font-weight: 700; }

.btn-expand-table-suplier {
  margin-left: 70px; }
  .btn-expand-table-suplier a {
    font-size: 20px;
    font-weight: 700; }
    .btn-expand-table-suplier a.close-link {
      display: none; }

.action-job {
  display: flex;
  align-items: center; }
  .action-job .link-suplier {
    margin-left: 70px; }
    .action-job .link-suplier a {
      height: 40px;
      display: flex;
      align-items: center;
      padding: 0 20px;
      border-radius: 4px;
      background: #0068FF;
      justify-content: center;
      font-size: 16px;
      font-weight: 700;
      color: white; }
  .action-job .btn-expand-table-suplier {
    margin-left: 70px; }
    .action-job .btn-expand-table-suplier a {
      font-size: 20px;
      font-weight: 700; }
      .action-job .btn-expand-table-suplier a.close-link {
        display: none; }
  .action-job b {
    font-size: 20px;
    font-weight: 700; }

.blue-alpha-phase2 {
  background: #EDF4FF !important; }
  .blue-alpha-phase2.mb-50 .tb-infor-manafactures {
    margin-bottom: 50px !important; }

.title-item-345 {
  width: 100%;
  display: inline-block;
  font-size: 48px;
  margin-bottom: 50px;
  text-align: center;
  color: #0068FF; }
  .title-item-345 h3 {
    font-size: 40px;
    margin-bottom: 50px;
    text-align: center;
    color: #0068FF; }
  .title-item-345 b {
    font-size: 40px;
    color: #ED1C24;
    margin-left: 10px; }

.page-404 {
  text-align: center;
  padding: 100px 0;
  padding-top: 200px; }

.content-404 {
  max-width: 800px;
  width: 100%;
  display: inline-block; }
  .content-404 .img-404 {
    width: 280px;
    margin-bottom: 50px; }
  .content-404 h2 {
    color: #818181;
    font-size: 48px;
    text-transform: uppercase;
    width: 100%;
    display: inline-block; }
  .content-404 .search-job {
    padding-right: 73px;
    margin-bottom: 35px; }
    .content-404 .search-job input {
      border-right: 1px solid #111; }
    .content-404 .search-job button {
      background: #0068FF; }

.box-404-search-btn {
  width: 100%;
  display: inline-block;
  max-width: 500px;
  margin-top: 50px; }

.btn-action-bottom {
  display: flex;
  width: 100%;
  margin-top: 50px;
  justify-content: space-between; }
  .btn-action-bottom .bg-color-red span, .btn-action-bottom .bg-color-red b {
    background: #ED1C24 !important; }
  .btn-action-bottom .bg-line-blue span, .btn-action-bottom .bg-line-blue b {
    background: white !important;
    border: 1px solid #0068FF;
    color: #0068FF !important; }

.content-popup-thankyou {
  background: white;
  text-align: center;
  padding: 50px; }
  .content-popup-thankyou button.close {
    position: absolute;
    right: 15px;
    top: 0; }
  .content-popup-thankyou h2 {
    font-size: 48px;
    color: #0068FF;
    width: 100%;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700; }
  .content-popup-thankyou label {
    font-size: 15px;
    width: 100%;
    display: inline-block;
    margin-bottom: 40px; }

.modal-thankyou .modal-dialog {
  max-width: 780px; }
  .modal-thankyou .modal-dialog .btn-action-bottom {
    max-width: 500px;
    margin: auto; }

.search-result-body {
  padding-left: 48px;
  padding-right: 48px; }

.box-search-results {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center; }
  .box-search-results .content-head-search-result {
    margin: auto;
    width: 100%;
    max-width: 700px;
    text-align: center; }
    .box-search-results .content-head-search-result .search-job {
      max-width: 700px !important; }
      .box-search-results .content-head-search-result .search-job input {
        background: none !important;
        border: 1px solid white; }
        .box-search-results .content-head-search-result .search-job input::placeholder {
          color: white; }
      .box-search-results .content-head-search-result .search-job button {
        background: #0068FF !important; }
  .box-search-results h1 {
    color: white;
    width: 100%;
    display: inline-block;
    margin-bottom: 32px; }

.search-result-head {
  position: relative;
  width: 100%;
  display: inline-block; }

.search-result-content {
  padding: 60px 48px; }

.left-sidebar {
  width: 100%;
  display: inline-block; }
  .left-sidebar h6 {
    width: 100%;
    display: inline-block;
    color: #0068FF;
    font-size: 24px;
    margin-bottom: 27px;
    margin-top: 18px; }
  .left-sidebar .cate-result {
    width: 100%;
    display: inline-block; }
    .left-sidebar .cate-result a {
      width: 100%;
      display: inline-block;
      color: #111;
      padding: 10px 0; }
      .left-sidebar .cate-result a.active {
        font-weight: 700;
        color: #0068FF;
        text-decoration: underline; }

.combobox-right-sidebar .form-group {
  margin-bottom: 0 !important; }

.right-sidebar {
  position: relative;
  width: 100%;
  display: inline-block; }
  .right-sidebar .head-results-right {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
    align-items: center; }
    .right-sidebar .head-results-right span {
      font-size: 16px;
      color: #414142; }
    .right-sidebar .head-results-right .combobox-right-sidebar {
      width: 100%;
      max-width: 190px; }
      .right-sidebar .head-results-right .combobox-right-sidebar select {
        width: 100%; }
        .right-sidebar .head-results-right .combobox-right-sidebar select option {
          font-weight: 700; }
      .right-sidebar .head-results-right .combobox-right-sidebar .select-selected {
        width: 100%;
        font-family: 'Geologica', sans-serif;
        font-weight: 800; }
      .right-sidebar .head-results-right .combobox-right-sidebar .custom-select {
        border: 0 !important; }

.pagging-result {
  display: flex;
  align-items: center; }
  .pagging-result a {
    margin: 0 4px;
    height: 42px;
    width: 42px;
    border-radius: 4px;
    border: 1px solid #E6E6E6;
    display: flex;
    color: #414142;
    align-items: center;
    justify-content: center; }
    .pagging-result a.active {
      font-weight: 700;
      background: #0068FF;
      color: white; }
    .pagging-result a:nth-child(1), .pagging-result a:nth-last-child(1) {
      border: 0 !important;
      width: auto;
      height: auto; }

.list-result-right {
  width: 100%;
  display: inline-block; }
  .list-result-right .item-result {
    width: 100%;
    display: inline-block;
    margin-bottom: 50px;
    padding-right: 340px;
    position: relative;
    min-height: 237px; }
    .list-result-right .item-result .infor-item-result {
      width: 100%;
      display: inline-block;
      padding-right: 70px; }
      .list-result-right .item-result .infor-item-result h6 {
        margin: 10px 0;
        font-size: 32px;
        color: #111;
        width: 100%;
        display: inline-block; }
        .list-result-right .item-result .infor-item-result h6 a {
          color: #414141; }
      .list-result-right .item-result .infor-item-result .head-infor-item-result {
        width: 100%;
        display: inline-block;
        display: flex; }
        .list-result-right .item-result .infor-item-result .head-infor-item-result b {
          font-size: 24px;
          color: #414141;
          font-weight: 700; }
          .list-result-right .item-result .infor-item-result .head-infor-item-result b.active {
            color: #0068FF; }
        .list-result-right .item-result .infor-item-result .head-infor-item-result img {
          margin: 0 10px; }
    .list-result-right .item-result .avatar-result {
      width: 340px;
      position: absolute;
      right: 0;
      top: 0; }
      .list-result-right .item-result .avatar-result a {
        position: relative;
        padding-top: 55%;
        display: block;
        width: 100%;
        float: right;
        overflow: hidden;
        padding-top: 70% !important; }
        .list-result-right .item-result .avatar-result a img {
          position: absolute;
          width: 100%;
          height: 100%;
          object-fit: cover;
          object-position: center;
          left: 0;
          top: 0; }

.no-result-body {
  max-width: 800px;
  text-align: center;
  margin: auto; }
  .no-result-body img {
    max-width: 476px; }
  .no-result-body h2 {
    font-size: 40px;
    color: #0068FF;
    text-transform: uppercase;
    width: 100%;
    display: inline-block;
    margin: 18px 0; }
  .no-result-body span {
    font-size: 16px;
    width: 100%;
    display: inline-block; }

.last-news, .tab-news {
  width: 100%;
  display: inline-block; }
  .last-news h2, .tab-news h2 {
    font-size: 36px;
    width: 100%;
    display: inline-block;
    color: #0068FF;
    margin-bottom: 30px; }

.news-page {
  padding-left: 48px;
  padding-right: 48px;
  margin-top: 155px; }
  .news-page h1 {
    font-size: 36px;
    width: 100%;
    display: inline-block;
    color: #0068FF;
    margin-bottom: 30px; }
  .news-page .lager-news {
    width: 100%;
    display: inline-block;
    margin-bottom: 70px;
    position: relative; }
    .news-page .lager-news .infor-news-lager {
      position: absolute;
      bottom: 0;
      left: 0;
      max-width: 670px;
      padding: 30px;
      background: #0068FF; }
      .news-page .lager-news .infor-news-lager h5 {
        width: 100%;
        display: inline-block; }
        .news-page .lager-news .infor-news-lager h5 a {
          font-size: 24px;
          color: white; }
      .news-page .lager-news .infor-news-lager span {
        width: 100%;
        display: inline-block;
        font-size: 16px;
        color: white;
        margin: 15px 0; }
      .news-page .lager-news .infor-news-lager label {
        width: 100%;
        display: inline-block;
        color: white;
        font-size: 16px; }
  .news-page .news-avatar a {
    position: relative;
    padding-top: 55%;
    display: block;
    width: 100%;
    float: right;
    overflow: hidden;
    padding-top: 42%; }
    .news-page .news-avatar a img {
      position: absolute;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      left: 0;
      top: 0; }

.news-avatar {
  width: 100%;
  display: inline-block;
  float: left; }

.item-news-last {
  width: 100%;
  display: inline-block;
  margin-bottom: 20px; }
  .item-news-last .news-avatar {
    float: left; }
    .item-news-last .news-avatar a {
      position: relative;
      padding-top: 55%;
      display: block;
      width: 100%;
      float: right;
      overflow: hidden;
      padding-top: 42%; }
      .item-news-last .news-avatar a img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        left: 0;
        top: 0; }
  .item-news-last .infor-news-lager {
    position: relative; }
    .item-news-last .infor-news-lager h5 {
      margin-top: 20px;
      width: 100%;
      display: inline-block; }
      .item-news-last .infor-news-lager h5 a {
        font-size: 24px;
        color: #414141; }
    .item-news-last .infor-news-lager span {
      width: 100%;
      display: inline-block;
      font-size: 16px;
      margin: 15px 0; }
    .item-news-last .infor-news-lager label {
      width: 100%;
      display: inline-block;
      font-size: 16px; }
  .item-news-last.left-avatar {
    padding-left: 350px;
    position: relative; }
    .item-news-last.left-avatar h5 {
      margin-top: 0px !important; }
    .item-news-last.left-avatar span {
      margin: 5px 0 !important; }
    .item-news-last.left-avatar .news-avatar {
      position: absolute;
      left: 0;
      top: 0;
      width: 320px; }
      .item-news-last.left-avatar .news-avatar a {
        position: relative;
        padding-top: 55%;
        display: block;
        width: 100%;
        float: right;
        overflow: hidden;
        padding-top: 60%; }
        .item-news-last.left-avatar .news-avatar a img {
          position: absolute;
          width: 100%;
          height: 100%;
          object-fit: cover;
          object-position: center;
          left: 0;
          top: 0; }

.content-tab-news {
  width: 100%;
  display: inline-block;
  margin-bottom: 30px;
  display: flex; }
  .content-tab-news a {
    height: 80px;
    border: 1px solid #E6E6E6;
    border-right: 0;
    font-size: 20px;
    font-weight: 700;
    display: flex;
    color: #414141;
    align-items: center;
    padding: 0 48px; }
    .content-tab-news a:nth-last-child(1) {
      border-right: 1px solid #E6E6E6; }
    .content-tab-news a.active {
      background: #0068FF;
      color: white; }

.tab-news {
  margin-top: 50px; }

.body-news {
  width: 100%;
  display: inline-block;
  margin-bottom: 60px; }

.item-news-body {
  width: 100%;
  display: inline-block;
  padding: 15px;
  margin-bottom: 33px; }
  .item-news-body.gray {
    background: #F2F2F2; }
  .item-news-body .news-avatar a {
    padding-top: 60%; }

.link-pagging-news .tp-button {
  float: left; }
.link-pagging-news .pagging-result {
  justify-content: right; }

.section-detail-page {
  margin-top: 155px; }
  .section-detail-page h1 {
    font-size: 40px;
    text-transform: uppercase;
    width: 100%;
    display: inline-block; }

.breadcrumb {
  background: none;
  padding: 0 !important;
  width: 100%;
  display: inline-block; }
  .breadcrumb a {
    color: #0068FF;
    text-decoration: underline;
    padding: 0 10px;
    font-size: 18px; }
  .breadcrumb span {
    color: #0068FF;
    text-decoration: underline;
    padding: 0 10px;
    font-size: 18px; }

.date-post {
  width: 100%;
  display: inline-block;
  font-size: 18px;
  color: #414142; }

.p48 {
  padding-left: 48px !important;
  padding-right: 48px !important; }

.img-newspageDetail {
  width: 100%;
  display: inline-block;
  margin: 30px 0; }
  .img-newspageDetail img {
    width: 100%;
    display: inline-block; }

.body-editor-news p, .body-editor-news span, .body-editor-news label, .body-editor-news i {
  font-size: 18px;
  color: #414142; }

.share-blogs {
  width: 100%;
  display: inline-block;
  margin-top: 30px;
  margin-bottom: 70px; }
  .share-blogs span {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 20px;
    width: 100%;
    display: inline-block; }
  .share-blogs .img-share {
    display: flex; }
    .share-blogs .img-share a {
      margin-right: 20px; }

.related-news h2 {
  font-size: 36px;
  width: 100%;
  display: inline-block;
  color: #0068FF;
  margin-bottom: 30px; }

.item-job-list.pc {
  display: flex !important; }
.item-job-list.mb {
  display: none !important; }

.filter-mb-results, .close-filter {
  display: none; }

.head-img-pc {
  display: inline-block !important; }

.head-img-mb {
  display: none !important; }

.career-about b {
  width: 100%;
  display: inline-block;
  font-size: 20px;
  color: #414141; }
.career-about h2 {
  width: 100%;
  display: inline-block;
  text-transform: uppercase;
  color: #0068FF;
  line-height: 140%;
  margin: 15px 0;
  font-size: 32px; }
  .career-about h2 span {
    color: #0068FF;
    line-height: 140%;
    font-size: 32px;
    text-transform: uppercase;
    color: #ED1C24; }
.career-about p {
  width: 100%;
  display: inline-block;
  font-size: 16px; }
  .career-about p b {
    font-weight: 700;
    font-size: 16px;
    display: initial;
    width: initial !important; }

.img-about-career {
  width: 100%;
  display: inline-block; }
  .img-about-career img {
    width: 100%;
    display: inline-block; }

.pr-40 {
  padding-right: 40px; }

.pl-40 {
  padding-left: 40px; }

.about-career {
  padding-top: 60px;
  padding-bottom: 60px; }

.process-box {
  width: 100%;
  display: inline-block;
  float: left;
  position: relative; }
  .process-box::before {
    height: 1px;
    background: rgba(158, 158, 158, 0.8);
    width: 98%;
    content: '';
    display: inline-block;
    position: absolute;
    top: 212px;
    left: 0; }
  .process-box::after {
    height: 10px;
    background: white;
    width: 10.6%;
    content: '';
    display: inline-block;
    position: absolute;
    top: 205px;
    left: 0; }
  .process-box .item-process {
    float: left;
    width: 20%;
    text-align: center; }
    .process-box .item-process img {
      height: 120px;
      margin-bottom: 4px; }
    .process-box .item-process b {
      width: 100%;
      display: inline-block;
      text-align: center;
      font-size: 24px;
      color: #0068FF;
      margin-bottom: 32px; }
    .process-box .item-process label {
      width: 40px;
      height: 40px;
      border-radius: 100px;
      background: #EBEBEB;
      color: #414141;
      font-size: 24px;
      font-weight: 700;
      display: flex;
      justify-content: center;
      align-content: center;
      position: relative;
      z-index: 1;
      margin: auto; }
    .process-box .item-process p {
      width: 100%;
      display: inline-block;
      text-align: center;
      font-size: 14px;
      padding: 0 20px;
      color: #414141;
      margin-top: 24px; }
    .process-box .item-process:nth-last-child(1) label::after {
      height: 7px;
      background: url(../images/right-next.svg);
      width: 6px;
      content: '';
      display: inline-block;
      position: absolute;
      top: 17px;
      right: -21px; }
    .process-box .item-process:nth-last-child(1) label::before {
      height: 10px;
      background: white;
      width: 135px;
      content: '';
      display: inline-block;
      position: absolute;
      top: 17px;
      right: -152px; }

.description-title {
  max-width: 738px;
  display: block;
  text-align: center;
  margin: auto;
  color: #414141; }

.title-item-345 .m0 {
  margin-bottom: 10px; }

.life-thaibinh {
  padding-top: 100px;
  padding-left: 30px;
  padding-right: 30px; }
  .life-thaibinh .owl-next span {
    width: 73px;
    height: 73px;
    background: #fff url(../images/next-button.svg) no-repeat center;
    display: inline-block;
    display: flex;
    align-items: center;
    position: absolute;
    font-size: 0px;
    right: 0;
    top: 38%;
    justify-content: center; }
  .life-thaibinh .owl-prev span {
    width: 73px;
    height: 73px;
    background: #fff url(../images/prev-button.svg) no-repeat center;
    display: inline-block;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    font-size: 0px;
    top: 38%; }
  .life-thaibinh .owl-dots {
    display: none; }

.item-images-career {
  padding: 0 15px; }

.share-social {
  width: 100%;
  display: inline-block;
  text-align: center; }
  .share-social .content-share-career {
    width: fit-content;
    display: inline-block;
    height: 75px;
    padding: 0 30px;
    background: #0068FF;
    margin: auto;
    display: flex;
    align-items: center; }
    .share-social .content-share-career span {
      font-size: 16px;
      color: white; }

.compentitive-reward {
  background: #EDF6FF;
  padding-top: 70px;
  padding-bottom: 70px; }

.item-compenttitive {
  width: 100%;
  display: inline-block;
  margin-bottom: 46px;
  text-align: center; }
  .item-compenttitive b {
    width: 100%;
    display: inline-block;
    font-size: 22px;
    margin-top: 20px;
    font-weight: 700; }

.filter-career {
  width: 100%;
  display: inline-block;
  margin-top: 20px;
  display: flex;
  justify-content: space-between; }
  .filter-career .combobox-career {
    display: flex;
    align-items: center;
    width: 100%; }
    .filter-career .combobox-career .select-items div {
      text-align: left;
      font-weight: 700; }
    .filter-career .combobox-career .select-selected {
      font-weight: 700; }
    .filter-career .combobox-career .item-combobox {
      margin-right: 20px;
      width: 100%;
      max-width: 200px; }

.search-job-list {
  width: 100%;
  max-width: 400px; }
  .search-job-list input {
    height: 50px;
    border: 1px solid #E6E6E6; }
  .search-job-list button {
    background: #0068FF;
    height: 50px; }

.list-job-career-luli {
  width: 100%;
  display: inline-block; }
  .list-job-career-luli .item-job-post {
    position: relative;
    margin-top: 45px;
    padding: 20px;
    text-align: left;
    border: 1px solid #DADADA;
    padding-right: 120px; }
    .list-job-career-luli .item-job-post .infor-item-jobpost {
      width: 100%;
      display: inline-block; }
      .list-job-career-luli .item-job-post .infor-item-jobpost span.title-cate-job {
        color: #414142;
        width: 100%;
        display: inline-block; }
    .list-job-career-luli .item-job-post h4 {
      width: 100%;
      display: inline-block;
      text-align: left; }
      .list-job-career-luli .item-job-post h4 a {
        width: 100%;
        display: inline-block;
        font-weight: 500;
        color: #414142; }

.location-job {
  width: 100%;
  display: inline-block;
  display: flex;
  align-items: center; }
  .location-job b {
    margin-right: 20px; }
    .location-job b img {
      margin-right: 5px; }

.view-job {
  position: absolute;
  right: 15px;
  top: 15px; }
  .view-job a {
    display: flex;
    align-items: center; }
    .view-job a label {
      margin-bottom: 0; }
    .view-job a img {
      margin-left: 10px; }

.post-job-editor {
  padding-top: 70px;
  padding-bottom: 70px; }
  .post-job-editor h3 {
    font-size: 24px;
    color: #0068FF; }
  .post-job-editor ul {
    margin-bottom: 50px; }
    .post-job-editor ul li {
      padding: 10px 0; }

.sumary-career {
  width: 100%;
  display: inline-block;
  background: #F9F9F9;
  padding: 30px; }
  .sumary-career h4 {
    width: 100%;
    display: inline-block;
    font-size: 18px; }
  .sumary-career .tp-button span {
    padding: 0 74px; }
  .sumary-career ul li {
    list-style: none;
    margin-top: 10px; }

.editr-post-job ul {
  padding-left: 15px; }

.share-this-is {
  width: 100%;
  display: inline-block;
  margin-top: 32px; }
  .share-this-is span {
    width: 100%;
    display: inline-block;
    font-size: 17px;
    margin-bottom: 20px; }
  .share-this-is .link-share-social {
    display: flex;
    align-items: center; }
    .share-this-is .link-share-social a {
      margin-right: 5px; }

.title-relate {
  width: 100%;
  display: inline-block;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between; }
  .title-relate h5 {
    font-size: 36px;
    font-weight: 500; }
  .title-relate a {
    color: #0068FF;
    font-size: 24px; }

.form-apply-section {
  width: 100%;
  display: inline-block;
  background: #EDF6FF;
  padding-top: 80px; }

.content-apply {
  max-width: 1140px;
  margin: auto; }
  .content-apply .tb-attach-file {
    position: relative; }
    .content-apply .tb-attach-file .fileName {
      top: 14px; }
    .content-apply .tb-attach-file img {
      top: 11px;
      left: 10px; }
  .content-apply input, .content-apply textarea {
    background: none; }
  .content-apply label {
    font-weight: 500; }
  .content-apply .tab-title.tab-none-title {
    max-width: 100% !important; }

.form-apply h4 {
  font-size: 36px;
  width: 100%;
  display: inline-block;
  color: #0068FF;
  margin-bottom: 30px; }

/*# sourceMappingURL=style.css.map */
