@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@400;500;700&display=swap");
* {
  font-family: "Open Sans", "Helvetica Neue";
  line-height: 1.5;
  box-sizing: border-box !important; }

pre {
  font-size: 16px;
  font-family: "Open Sans", "Helvetica Neue";
  line-height: 1.5;
  box-sizing: border-box !important;
  white-space: pre-line;
  text-align: justify;
  color: #000F07; }

.container {
  max-width: 1320px !important; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  color: #000F07; }

h1 {
  font-size: 36px; }
  h1.bigger {
    font-size: 56px; }

h2 {
  font-size: 32px; }
  h2.bigger {
    font-size: 40px; }

h3 {
  font-size: 24px; }

h4 {
  font-size: 24px; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 16px; }

.auto-padding {
  padding: 80px 0; }

.main-co {
  color: #1a265c !important; }

.main-co-hv:hover {
  color: #1a265c !important; }

.main-bg {
  background-color: #1a265c !important; }

.sub-co {
  color: #000000 !important; }

.black-co {
  color: #000F07 !important; }

.gray-co {
  color: #535353 !important; }

.gray-bg {
  background-color: #535353 !important; }

.gray-light-co {
  color: #FFFFFF !important; }

.gray-light-bg {
  background-color: #FFFFFF !important; }

.main-tile {
  padding-bottom: 48px; }

.line-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-clamp: 3;
  text-overflow: ellipsis;
  white-space: normal;
  overflow: hidden; }

.line-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  text-overflow: ellipsis;
  white-space: normal;
  overflow: hidden; }

.line-1 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-clamp: 1;
  text-overflow: ellipsis;
  white-space: normal;
  overflow: hidden; }

.line-4 {
  display: -webkit-box;
  line-clamp: 4;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
  overflow: hidden; }

a {
  text-decoration: none;
  color: #000F07; }
  a.btn:hover {
    color: #fff; }

p {
  color: #000F07; }
  @media screen and (max-width: 576px) {
    p {
      font-size: 15px; } }

.alignleft {
  float: left; }

.alignright {
  float: right; }

.aligncenter {
  display: block;
  margin-left: auto !important;
  margin-right: auto !important; }

img {
  object-fit: cover;
  vertical-align: middle; }

.image-full {
  width: 100%;
  height: 100%; }

main {
  width: 100%;
  overflow: hidden; }

.btn:focus {
  border-color: #1a265c;
  outline: 0;
  box-shadow: 0 0 0 0.25rem #fb910f8e; }

.btn-cus {
  background-color: #FFFFFF;
  border-radius: 0;
  color: #1a265c;
  font-weight: 600;
  padding: 14px 34px;
  border: 2px solid #1a265c; }
  .btn-cus:hover {
    color: #fff;
    background-color: #2e439f; }
  .btn-cus--outline {
    color: #1a265c;
    background: unset;
    border-radius: 4px; }
    .btn-cus--outline:hover {
      color: #fff;
      background-color: #1a265c; }
  .btn-cus--radius {
    background-color: #fff;
    border: none;
    border-radius: 60px;
    color: #1a265c;
    padding: 24px 54px; }
    .btn-cus--radius:hover {
      color: #fff;
      background-color: #1a265c; }

.section__breadcrumb {
  height: 48px;
  display: flex;
  align-items: center;
  align-content: center;
  margin-bottom: 80px; }
  @media screen and (max-width: 1400px) {
    .section__breadcrumb {
      height: 45px;
      margin-bottom: 0px; } }
  @media screen and (max-width: 1200px) {
    .section__breadcrumb {
      height: 30px;
      font-size: 13px;
      margin-bottom: 0px; } }
  @media screen and (max-width: 992px) {
    .section__breadcrumb {
      height: auto;
      font-size: 13px;
      margin-bottom: 0px; } }

.breadcrumbs {
  padding: 6px 0px;
  list-style: none;
  color: #808080;
  opacity: 1 !important; }
  .breadcrumbs a {
    color: #808080;
    text-decoration: none; }
    .breadcrumbs a:hover {
      font-weight: bold;
      color: #1a265c; }
  .breadcrumbs a:last-child {
    color: #1a265c;
    font-weight: bold; }
  @media (max-width: 540px) {
    .breadcrumbs {
      margin-bottom: 0px; } }

@media (max-width: 1399px) {
  .auto-padding {
    padding: 36px 0; } }
@media (max-width: 991.98px) {
  h1 {
    font-size: 24px !important; }
    h1.bigger {
      font-size: 28px !important; }

  h2 {
    font-size: 20px; }

  h3 {
    font-size: 18px; }

  h4 {
    font-size: 16px; }

  h5 {
    font-size: 14px; }

  h6 {
    font-size: 14px;
    font-weight: normal; }

  .auto-padding {
    padding: 48px 0; }

  .btn-cus {
    padding: 6px 10px;
    font-weight: normal; } }
@media (max-width: 767.98px) {
  .auto-padding {
    padding: 24px 0; } }
.introduce__banner {
  position: relative;
  width: 100%;
  height: 400px; }
  .introduce__banner img {
    width: 100%;
    height: 100%; }
  .introduce__banner .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: black;
    opacity: 0.3; }
  .introduce__banner .path {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center; }
    .introduce__banner .path .breadcrumb {
      color: white;
      text-transform: uppercase;
      margin: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: bold; }
      .introduce__banner .path .breadcrumb span {
        text-transform: uppercase; }
  @media screen and (max-width: 768px) {
    .introduce__banner {
      height: 250px; } }
  @media screen and (max-width: 576px) {
    .introduce__banner {
      height: 200px; } }

.banner__home {
  position: relative; }
  .banner__home .item {
    background-color: #000; }
  .banner__home .item img {
    height: 500px; }
    @media (max-width: 576px) {
      .banner__home .item img {
        height: 250px; } }
  .banner__home .banner-content--center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    text-align: center;
    width: 60%; }
    @media (max-width: 576px) {
      .banner__home .banner-content--center {
        width: 100%; } }
    .banner__home .banner-content--center > input,
    .banner__home .banner-content--center > .placeholder {
      display: block;
      appearance: none;
      width: 100%;
      height: 100%;
      background-color: transparent;
      border: none; }
    .banner__home .banner-content--center h1 {
      font-weight: 700;
      font-size: 48px;
      color: #ffffff; }
    .banner__home .banner-content--center .btn-cus {
      padding: 14px 34px;
      border: 1px solid #1a265c;
      background-color: #ffffff;
      color: #1a265c;
      border-radius: 4px;
      font-weight: 600; }
      .banner__home .banner-content--center .btn-cus:hover {
        background-color: #1a265c;
        color: #ffffff; }
      @media (max-width: 576px) {
        .banner__home .banner-content--center .btn-cus {
          padding: 7px 17px; } }
  .banner__home .owl-dots {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%); }
    @media (max-width: 576px) {
      .banner__home .owl-dots {
        transform: translate(-50%, 0%); } }
  .banner__home .owl-dot span {
    width: 24px !important;
    height: 24px !important;
    background: #f9f9f9 !important;
    border: 2px solid #1a265c; }
    @media screen and (max-width: 576px) {
      .banner__home .owl-dot span {
        width: 16px !important;
        height: 16px !important; } }
    .banner__home .owl-dot span:hover {
      background-color: #1a265c !important; }
  .banner__home .active span {
    background-color: #1a265c !important;
    border: 1px solid #1a265c; }

.bl_unities {
  padding: 35px 0; }
  .bl_unities .container {
    padding-right: var(--bs-gutter-x);
    padding-left: var(--bs-gutter-x); }
  .bl_unities .unities-img {
    width: auto !important;
    max-height: 106px;
    margin: 0 auto;
    padding: 12px; }
  .bl_unities .owl-carousel .owl-dots.disabled {
    display: block !important; }
  .bl_unities .owl-carousel .owl-stage-outer {
    padding: 0 8px 20px 8px; }
  .bl_unities .item {
    text-align: center;
    flex: 3;
    background-color: #f9f9f9;
    border-radius: 12px;
    padding: 92px 0;
    box-shadow: 0 10px 10px -7px;
    margin-right: 22px; }
    .bl_unities .item h4 {
      font-size: 24px;
      color: #000F07;
      font-family: 'Raleway';
      display: flex;
      align-items: center;
      justify-content: center; }
      @media screen and (max-width: 576px) {
        .bl_unities .item h4 {
          height: 57px; } }
    @media screen and (max-width: 576px) {
      .bl_unities .item {
        padding: 8px; }
        .bl_unities .item p {
          height: 54px;
          font-size: 12px; } }

.home__intro {
  padding: 80px 0;
  background: #F9F9F9; }
  @media (max-width: 576px) {
    .home__intro {
      padding: 48px 0; } }
  @media (max-width: 576px) {
    .home__intro .home__intro-content {
      padding-top: 12px; } }
  .home__intro .home__intro-content h4 {
    color: #000F07;
    font-size: 21px; }
  .home__intro .home__intro-content h2 {
    text-transform: uppercase;
    color: #1a265c; }
    @media (max-width: 576px) {
      .home__intro .home__intro-content h2 {
        font-size: 26px; } }
  .home__intro .home__intro-content p {
    text-align: justify; }
  .home__intro .intro-imgFull {
    width: 588px;
    height: 581px;
    border-radius: 12px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 8px 8px -4px; }
    @media (max-width: 576px) {
      .home__intro .intro-imgFull {
        width: 100%;
        height: 370px; } }
    @media (min-width: 577px) and (max-width: 1024px) {
      .home__intro .intro-imgFull {
        width: 588px;
        height: 581px;
        margin-bottom: 24px; } }
  .home__intro .home__intro-des {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  .home__intro ul li {
    display: flex;
    align-items: center;
    margin: 10px 0;
    line-height: 30px;
    list-style: none; }
    .home__intro ul li h6 {
      margin-left: 8px;
      color: #121c45;
      font-weight: bold;
      font-size: 18px; }
  .home__intro ul li::before {
    display: block;
    flex-shrink: 0;
    width: 33px;
    height: 33px;
    margin-right: 10px;
    vertical-align: middle;
    background: url("../../assets/img/icon.png") no-repeat left center;
    background-size: contain;
    content: ''; }
  @media (max-width: 576px) {
    .home__intro .button-center {
      text-align: center; } }
  .home__intro .button-center .btn-cus {
    padding: 8px 65px;
    border: 1px solid #1a265c;
    background-color: #ffffff;
    color: #1a265c;
    border-radius: 30px;
    font-weight: bold; }
    .home__intro .button-center .btn-cus:hover {
      background-color: #1a265c;
      color: #ffffff; }
    @media (max-width: 576px) {
      .home__intro .button-center .btn-cus {
        padding: 7px 17px; } }

.home__partner {
  position: relative; }
  .home__partner img {
    width: 100%;
    height: 330px;
    object-position: top; }
    @media (max-width: 576px) {
      .home__partner img {
        height: 200px; } }
  .home__partner .partner-bg {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.9;
    width: 100%; }
    .home__partner .partner-bg img {
      width: 100%;
      height: 330px; }
      @media (max-width: 576px) {
        .home__partner .partner-bg img {
          height: 200px; } }
  .home__partner .partner-rel {
    position: relative; }
  .home__partner .partner-content {
    position: absolute;
    text-align: center;
    top: -200px;
    left: 0;
    right: 0; }
    @media (max-width: 576px) {
      .home__partner .partner-content {
        top: -150px; } }
    .home__partner .partner-content p {
      padding: 0 9%; }
  .home__partner .btn-cus {
    padding: 8px 65px;
    border: 1px solid #1a265c;
    background-color: #ffffff;
    color: #1a265c;
    border-radius: 30px;
    font-weight: 600; }

.snh-atn-our-project {
  background-color: #F9F9F9; }
  .snh-atn-our-project .title .project-title {
    font-weight: bold;
    color: #1a265c;
    margin-bottom: 12px; }
  @media (max-width: 576px) {
    .snh-atn-our-project .title .project__sub-flex {
      flex-direction: column; } }
  .snh-atn-our-project .title .project__sub-flex .btn-cus {
    padding: 8px 65px;
    border: 1px solid #1a265c;
    background-color: #ffffff;
    color: #1a265c;
    border-radius: 30px;
    font-weight: 600; }
    .snh-atn-our-project .title .project__sub-flex .btn-cus:hover {
      background-color: #1a265c; }
      .snh-atn-our-project .title .project__sub-flex .btn-cus:hover a {
        color: #FFFFFF !important; }
  .snh-atn-our-project .title .project-sub-title {
    font-weight: bold; }
  .snh-atn-our-project .title a {
    color: #1a265c; }
  .snh-atn-our-project .project-card .project-image {
    position: relative; }
    .snh-atn-our-project .project-card .project-image .image-main {
      max-height: 630px;
      border-radius: 8px; }
      @media screen and (max-width: 767px) {
        .snh-atn-our-project .project-card .project-image .image-main {
          max-height: 400px; } }
      @media screen and (max-width: 540px) {
        .snh-atn-our-project .project-card .project-image .image-main {
          max-height: 225px; } }
    .snh-atn-our-project .project-card .project-image .image-overlay {
      position: absolute;
      background: linear-gradient(180deg, rgba(255, 255, 255, 0) 2%, #1a265c 96.82%);
      height: 40%;
      width: 100%;
      bottom: 0;
      overflow: hidden;
      border-radius: 8px;
      transition: height .5s ease; }
      .snh-atn-our-project .project-card .project-image .image-overlay p {
        padding: 0 13px;
        color: #ffffff;
        font-weight: 400;
        text-align: center;
        display: none; }
      .snh-atn-our-project .project-card .project-image .image-overlay .text-overlay {
        justify-content: flex-end; }
      .snh-atn-our-project .project-card .project-image .image-overlay .link {
        display: none; }
      .snh-atn-our-project .project-card .project-image .image-overlay .title {
        margin-bottom: 24px;
        color: #ffffff; }
      .snh-atn-our-project .project-card .project-image .image-overlay .text-mid {
        padding: 0 48px;
        text-align: center;
        overflow: hidden;
        line-height: 25.5px; }
    .snh-atn-our-project .project-card .project-image:hover .text-bottom {
      height: 0; }
    .snh-atn-our-project .project-card .project-image:hover .image-overlay {
      height: 100%;
      background: #1a265c;
      opacity: 0.8; }
    .snh-atn-our-project .project-card .project-image:hover p {
      display: block; }
    .snh-atn-our-project .project-card .project-image:hover .link {
      display: block;
      color: #ffffff; }
    .snh-atn-our-project .project-card .project-image:hover .text-overlay {
      justify-content: center; }
    .snh-atn-our-project .project-card .project-image:hover .title {
      margin-bottom: 12px; }

.home__news {
  padding: 80px 0; }
  @media (max-width: 576px) {
    .home__news {
      padding: 48px 0; } }
  .home__news h2 {
    color: #1a265c; }
  .home__news .card {
    border-radius: 12px;
    background-color: #f9f9f9;
    border: 1px solid #f9f9f9;
    margin-right: 8px; }
    .home__news .card .card-content .h-title {
      height: 72px; }
      @media (max-width: 576px) {
        .home__news .card .card-content .h-title {
          height: 52px; } }
    .home__news .card:hover {
      border: 1px solid #1a265c; }
      .home__news .card:hover .card-content h3,
      .home__news .card:hover .card-content a,
      .home__news .card:hover .card-content p,
      .home__news .card:hover .card-content span {
        color: #1a265c; }
  .home__news img {
    width: 100%;
    border-radius: 12px;
    height: 259px;
    padding: 8px; }
    @media (max-width: 576px) {
      .home__news img {
        border-radius: 15px;
        height: 130px; } }
  .home__news .card-content {
    padding: 4px 12px 24px; }
    .home__news .card-content h3 {
      color: #5e5e5e; }
      @media (min-width: 600px) and (max-width: 1024px) {
        .home__news .card-content h3 {
          height: 52px; } }
    .home__news .card-content a {
      color: #5e5e5e; }
    .home__news .card-content span {
      font-size: 14px;
      color: #5e5e5e;
      margin-bottom: 12px; }
  .home__news .btn-cus {
    background-color: #ffffff;
    color: #1a265c;
    border-radius: 30px;
    border: 1px solid #1a265c;
    font-weight: 600;
    padding: 8px 65px; }
    .home__news .btn-cus:hover {
      background-color: #1a265c;
      color: #ffffff; }

.double__owl {
  padding-bottom: 80px; }
  @media (max-width: 576px) {
    .double__owl {
      padding-bottom: 40px; } }

.banner__form {
  position: relative; }
  .banner__form img {
    width: 100%; }
    @media (max-width: 576px) {
      .banner__form img {
        height: 200px; } }
  .banner__form .content__banner {
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 65%; }
    @media (max-width: 576px) {
      .banner__form .content__banner {
        width: 100%;
        transform: translate(-50%, -45%); } }
    .banner__form .content__banner .wpcf7 input[type="text"],
    .banner__form .content__banner textarea {
      position: relative;
      padding: 18px 18px;
      border: none;
      border-radius: 30px;
      width: 100%;
      outline: none; }
      @media (max-width: 576px) {
        .banner__form .content__banner .wpcf7 input[type="text"],
        .banner__form .content__banner textarea {
          padding: 12px 18px;
          width: 100%; } }
    .banner__form .content__banner .wpcf7 input[type="submit"] {
      position: absolute;
      top: 50%;
      right: 50%;
      transform: translate(200%, -50%);
      -webkit-transform: translate(200%, -50%);
      -ms-transform: translate(200%, -50%);
      padding: 7px 33px;
      border: none;
      border-radius: 25px;
      background-color: #1a265c;
      color: #FFFFFF; }
      @media (min-width: 377px) and (max-width: 576px) {
        .banner__form .content__banner .wpcf7 input[type="submit"] {
          transform: translate(192%, -45%);
          -webkit-transform: translate(192%, -45%);
          -ms-transform: translate(192%, -45%); } }
      @media (min-width: 350px) and (max-width: 375.99px) {
        .banner__form .content__banner .wpcf7 input[type="submit"] {
          -ms-transform: translate(185%, -45%);
          -webkit-transform: translate(185%, -45%);
          transform: translate(185%, -45%); } }
    .banner__form .content__banner .wpcf7 input:hover[type="submit"] {
      background: #fff;
      transition: all 0.4s ease 0s;
      color: #1a265c; }
    .banner__form .content__banner .wpcf7 input:active[type="submit"] {
      background: #000000; }
    .banner__form .content__banner .wpcf7 .wpcf7-response-output {
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      color: #FFFFFF;
      background-color: #1a265c;
      opacity: 0.7;
      border-radius: 25px; }
      @media (max-width: 576px) {
        .banner__form .content__banner .wpcf7 .wpcf7-response-output {
          margin: 0; } }
    .banner__form .content__banner .wpcf7 .wpcf7-not-valid-tip {
      display: none; }
    .banner__form .content__banner .wpcf7 {
      width: 100%; }

@media screen and (max-width: 1200px) {
  .header .header_bottom-logo img {
    width: auto;
    height: auto; }
  .header .header_bottom-items {
    display: none !important; }
  .header .header_bottom-logo-menu {
    display: block !important;
    text-align: center;
    margin: auto 0; }
    .header .header_bottom-logo-menu img {
      width: 100px;
      height: 40px;
      object-fit: contain; } }
@media screen {
  .header .header_bottom-logo-menu {
    display: none; } }
.header_top {
  background-color: #1a265c;
  z-index: 3;
  height: 50px;
  display: flex;
  align-items: center; }
  .header_top p.text {
    margin: 0px;
    color: white;
    margin-right: 8px;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px; }
    @media screen and (max-width: 1400px) {
      .header_top p.text {
        font-weight: 400;
        font-size: 14px;
        line-height: 10px; } }
  .header_top i {
    font-weight: 400;
    color: white;
    margin-right: 8px;
    font-size: 20px; }
  .header_top--content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 32px; }
    @media screen and (max-width: 1400px) {
      .header_top--content {
        height: 26px; } }
    .header_top--content-left {
      display: flex;
      align-items: center;
      justify-content: center; }
      .header_top--content-left span {
        font-size: 14px; }
      .header_top--content-left .language {
        display: flex;
        align-items: center;
        justify-content: center; }
  @media screen and (max-width: 768px) {
    .header_top {
      display: none; } }
.header_bottom-items {
  height: 127px; }
.header_bottom-contact {
  padding: 0; }
  .header_bottom-contact a {
    color: #000F07;
    font-weight: normal;
    color: #1a265c;
    font-size: 16px; }
  .header_bottom-contact p {
    margin-bottom: 0;
    font-weight: normal;
    color: #1a265c;
    font-size: 16px; }
  .header_bottom-contact i {
    font-size: 24px;
    color: #1a265c;
    font-size: 16px; }
.header_bottom-logo img {
  width: 100%;
  height: 127px;
  aspect-ratio: auto;
  margin-left: -12px;
  object-fit: contain; }
.header_bottom .header-mid__form .btn-cus {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out; }
.header_bottom .header-mid__button .fas {
  background-color: #e5e5e5;
  padding: 8px;
  border-radius: 20px;
  top: -12px;
  left: -37px;
  font-size: 20px; }
.header_bottom .header-mid__search {
  width: 550px;
  border-radius: 25px;
  border: 1px solid #eaeaea;
  -webkit-box-shadow: inset 0 0px 5px 0px #dedede;
  box-shadow: inset 0 0px 5px 0px #dedede;
  padding: 5px 15px; }
.header_bottom .position-relative {
  position: relative !important; }
.header_bottom .position-absolute {
  position: absolute !important; }
.header_bottom-right-item {
  display: flex;
  align-items: center;
  position: relative; }
.header_bottom-cart .header_bottom-cart-item {
  width: 50px;
  height: 50px;
  background-color: #1a265c;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .header_bottom-cart .header_bottom-cart-item i {
    position: relative;
    color: #fff; }
  .header_bottom-cart .header_bottom-cart-item span {
    position: absolute;
    top: 14px;
    left: 9px;
    background-color: #ED8D03;
    width: 15px;
    height: 15px;
    font-size: 11px;
    text-align: center; }
.header__search .box {
  width: 200px;
  height: 50px; }
.header__search .container-2 {
  width: 200px;
  vertical-align: middle;
  white-space: nowrap;
  position: relative; }
.header__search .container-2 input#search {
  width: 50px;
  height: 50px;
  background: #000F07;
  border: none;
  font-size: 10pt;
  float: right;
  padding-left: 35px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 50px;
  color: #fff;
  -webkit-transition: width .55s ease;
  -moz-transition: width .55s ease;
  -ms-transition: width .55s ease;
  -o-transition: width .55s ease;
  transition: width .55s ease; }
.header__search #search::-webkit-search-cancel-button {
  position: relative;
  right: 35px;
  -webkit-appearance: none;
  height: 20px;
  width: 20px;
  background: url(https://pro.fontawesome.com/releases/v5.10.0/svgs/solid/times-circle.svg) no-repeat 50% 50%;
  background-size: contain;
  opacity: 0.7;
  filter: invert(1); }
.header__search .container-2 input#search::-webkit-input-placeholder {
  color: #fff; }
.header__search .container-2 input#search:-moz-placeholder {
  /* Firefox 18- */
  color: #fff; }
.header__search .container-2 input#search::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff; }
.header__search .container-2 input#search:-ms-input-placeholder {
  color: #fff; }
.header__search .container-2 .icon {
  position: absolute;
  top: -4px;
  right: 5%;
  margin-left: 17px;
  margin-top: 17px;
  z-index: 1;
  color: #fff;
  border: none;
  background-color: initial; }
.header__search .container-2 input#search:focus,
.header__search .container-2 input#search:active {
  outline: none;
  width: 200px; }
.header__search .container-2:hover input#search {
  width: 200px; }
.header__search .container-2:hover .icon {
  color: #fff; }
.header_menu {
  background-color: #1a265c; }
  @media screen and (max-width: 1200px) {
    .header_menu {
      background: #fff; } }
  .header_menu nav {
    width: 100%; }
  .header_menu #mega-menu-wrap-primary #mega-menu-primary {
    visibility: visible;
    text-align: left;
    justify-content: space-evenly; }
    @media (min-width: 377px) and (max-width: 576px) {
      .header_menu #mega-menu-wrap-primary #mega-menu-primary {
        padding: 12px 0; } }
  .header_menu #mega-menu-primary li a {
    text-underline-offset: 10px;
    text-decoration-thickness: 3px !important;
    font-size: 16px !important;
    text-transform: uppercase !important; }

#loading {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  position: fixed;
  z-index: 999;
  /* Dark theme  */
  /* Animation */ }
  #loading .pl {
    display: block;
    width: 8em;
    height: 8em; }
  #loading .pl__ring,
  #loading .pl__ball1,
  #loading .pl__ball2 {
    animation-duration: 2s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    transform-origin: 32px 32px; }
  #loading .pl__ring {
    animation-name: ring; }
  #loading .pl__ball1 {
    animation-name: ball1; }
  #loading .pl__ball2 {
    animation-name: ball2; }
  @media (prefers-color-scheme: dark) {
    #loading :root {
      --bg: hsl(var(--hue),10%,10%);
      --fg: hsl(var(--hue),10%,90%); } }
@keyframes ring {
  from {
    animation-timing-function: ease-in-out;
    stroke-dashoffset: -122.52;
    transform: rotate(135deg); }
  15% {
    animation-timing-function: ease-in;
    stroke-dashoffset: -122.52;
    transform: rotate(90deg); }
  35% {
    animation-timing-function: ease-out;
    stroke-dashoffset: -65.34;
    transform: rotate(297.5deg); }
  55% {
    animation-timing-function: ease-in-out;
    stroke-dashoffset: -122.52;
    transform: rotate(505deg); }
  70% {
    animation-timing-function: ease-in-out;
    stroke-dashoffset: -122.52;
    transform: rotate(490deg); }
  85%,
        to {
    stroke-dashoffset: -122.52;
    transform: rotate(497.5deg); } }
@keyframes ball1 {
  from {
    transform: rotate(14deg); }
  20% {
    transform: rotate(-7deg); }
  60% {
    transform: rotate(399deg); }
  75% {
    transform: rotate(361deg); }
  90%,
        to {
    transform: rotate(374deg); } }
@keyframes ball2 {
  from {
    transform: rotate(-21deg); }
  25% {
    transform: rotate(-47deg); }
  60% {
    transform: rotate(364deg); }
  75% {
    transform: rotate(326deg); }
  90%,
        to {
    transform: rotate(339deg); } }
@media screen and (max-width: 1200px) {
  .footer .header_bottom-cart {
    display: block !important; } }
@media (max-width: 375.98px) {
  .footer .footer-item-activities {
    margin-left: 0; }
    .footer .footer-item-activities .footer-item-contact {
      font-size: 15px; }
  .footer .footer-item {
    margin-top: 15px; }
    .footer .footer-item .footer-item-contact {
      font-size: 15px; }
  .footer .footer_logo {
    text-align: center; }
    .footer .footer_logo img {
      width: 100px; } }
@media (min-width: 376px) and (max-width: 576px) {
  .footer .footer-item-activities {
    margin-left: 0; }
    .footer .footer-item-activities .footer-item-contact {
      font-size: 15px; }
  .footer .footer-item {
    margin-top: 15px; }
    .footer .footer-item .footer-item-contact {
      font-size: 15px; }
  .footer .footer_logo {
    text-align: center; }
    .footer .footer_logo img {
      width: 130px; } }
@media (min-width: 576px) and (max-width: 767.98px) {
  .footer .footer-item-activities {
    margin-left: 0; }
  .footer .footer-item {
    margin-top: 15px; }
  .footer .footer_logo img {
    width: 150px; } }
@media (min-width: 768px) and (max-width: 809.98px) {
  .footer .footer-item-activities {
    margin-left: 0; }
  .footer .footer-item {
    margin-top: 15px; } }
@media (min-width: 810px) and (max-width: 991.98px) {
  .footer .footer-item-activities {
    margin-left: 0; }
  .footer .footer-item {
    margin-top: 15px; } }
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .footer .footer-item-activities .footer-item-contact li {
    margin-bottom: 16px; }
  .footer .footer-item .footer-item-contact li {
    margin-bottom: 16px; } }
.footer .footer-text--bold {
  font-weight: bold; }
@media (min-width: 1400px) {
  .footer .footer-item .footer-item-contact li {
    margin-bottom: 16px; }
  .footer .footer-item-activities .footer-item-contact li {
    margin-bottom: 16px; } }
.footer .header_bottom-cart {
  position: fixed;
  z-index: 100;
  bottom: 15px;
  left: 10px;
  display: none; }
.footer .padding-logo {
  padding: 0 !important; }
  @media screen and (max-width: 992px) {
    .footer .padding-logo {
      display: none; } }
.footer .padding-logo-1 {
  display: none;
  padding: 0 !important;
  margin-bottom: 20px; }
  @media screen and (max-width: 992px) {
    .footer .padding-logo-1 {
      display: block; } }
.footer .color-copyright {
  color: #ffffff; }
.footer .list-unstyle {
  list-style: none; }
.footer_main {
  padding: 45px 0;
  background: #F9F9F9; }
  @media screen and (max-width: 992px) {
    .footer_main .content {
      display: flex;
      flex-direction: column-reverse !important; } }
.footer_logo {
  padding-bottom: 24px;
  border-bottom: 1px solid #1a265c;
  margin-bottom: 48px; }
  .footer_logo img {
    width: 197.39px;
    display: block;
    margin: 0 auto; }
.footer_logo2 {
  margin-top: 10px; }
  .footer_logo2 img {
    width: 100%; }
.footer-item h4 {
  font-size: 24px;
  font-weight: bold !important;
  color: #000F07; }
.footer-item-fanpage iframe {
  width: 100%; }
.footer-item-activities h4 {
  font-weight: bold; }
.footer-item-address {
  font-weight: 200; }
.footer-item-info {
  font-weight: bold; }
.footer-item-contact {
  padding: 0;
  margin: 0; }
  .footer-item-contact li {
    margin-bottom: 5px; }
  .footer-item-contact li > a:hover {
    color: #000 !important;
    cursor: pointer;
    font-weight: bold; }
.footer_copyright {
  background: #1a265c;
  height: 46px; }
  .footer_copyright-content {
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media screen and (max-width: 1400px) {
      .footer_copyright-content {
        height: 26px; } }
    .footer_copyright-content p {
      font-weight: 600;
      color: #fff;
      font-size: 14px;
      font-style: normal; }
      @media screen and (max-width: 1400px) {
        .footer_copyright-content p {
          font-weight: 400; } }
      @media screen and (max-width: 576px) {
        .footer_copyright-content p {
          font-size: 10px; } }
  @media screen and (max-width: 1400px) {
    .footer_copyright {
      height: 26px; } }

#bottom_to_top {
  cursor: pointer;
  display: none;
  position: fixed;
  z-index: 10;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  box-shadow: 0px 0px 4px 1px #8888887a;
  background: #1a265c;
  color: #fff;
  right: 30px;
  transition: 0.3s ease; }
  @media screen and (max-width: 540px) {
    #bottom_to_top {
      width: 40px;
      height: 40px; } }
  @media screen and (max-width: 576px) {
    #bottom_to_top {
      bottom: 10px !important;
      right: 12px; } }

.parent {
  position: fixed;
  bottom: 70px;
  right: 35px;
  z-index: 999; }
  .parent .heart {
    margin-bottom: 20px;
    position: relative;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: linear-gradient(to bottom, #121c45, #10162e);
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0px 7px 20px rgba(0, 0, 0, 0.2);
    animation: beat 1.5s ease 0s infinite; }
    .parent .heart .zalo {
      font-size: 15px; }
    .parent .heart p {
      color: #ffffff;
      font-size: 16px; }
    .parent .heart a {
      color: #ffffff; }
    .parent .heart span {
      font-size: 18pt;
      color: white;
      text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.4); }
    .parent .heart:before, .parent .heart:after {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background-color: #1a265c;
      opacity: 0.4;
      border-radius: inherit; }
    .parent .heart:before {
      z-index: -2;
      animation: beat-before 1.5s ease 100ms infinite; }
    .parent .heart:after {
      z-index: -1;
      animation: beat-after 1.5s ease 200ms infinite; }
  @media screen and (max-width: 540px) {
    .parent .heart {
      margin-bottom: 15px;
      width: 35px;
      height: 35px;
      line-height: 35px; }
      .parent .heart a {
        color: #ffffff; }
      .parent .heart p {
        color: #ffffff;
        font-size: 13px; }
      .parent .heart span {
        font-size: 13pt; } }
  @media screen and (max-width: 576px) {
    .parent {
      bottom: 48px;
      right: 15px; } }

@keyframes beat {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.1); } }
@keyframes beat-before {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.2); } }
@keyframes beat-after {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.6); } }
.section__service .service-left .service-contact {
  position: relative;
  overflow: hidden;
  border-radius: 12px !important;
  /* Animate phone */ }
  @media (max-width: 576px) {
    .section__service .service-left .service-contact {
      margin: 12px 0 !important; } }
  .section__service .service-left .service-contact img {
    width: 100%; }
  .section__service .service-left .service-contact::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #1a265c;
    opacity: 0.25;
    border-radius: 50%;
    display: block;
    bottom: 70%;
    left: 50%; }
  .section__service .service-left .service-contact::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #054DA1;
    opacity: 0.25;
    border-radius: 50%;
    display: block;
    top: 40%;
    right: 30%; }
  .section__service .service-left .service-contact .phone {
    height: 32px;
    line-height: 32px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
    position: absolute;
    top: 20%;
    bottom: 0;
    left: 0;
    right: 0; }
  .section__service .service-left .service-contact .phone svg {
    width: 50px;
    height: 50px;
    margin-top: 6px;
    margin-right: 10px; }
  .section__service .service-left .service-contact .phone svg path {
    fill: #ffffff; }
  .section__service .service-left .service-contact .phone svg path:nth-child(2) {
    -webkit-animation: header-phone 1s infinite cubic-bezier(0.1, 0.57, 0.5, 1);
    animation: header-phone 1s infinite cubic-bezier(0.1, 0.57, 0.5, 1); }
  .section__service .service-left .service-contact .phone svg path:nth-child(3) {
    -webkit-animation: header-phone2 1s infinite cubic-bezier(0.1, 0.57, 0.5, 1);
    animation: header-phone2 1s infinite cubic-bezier(0.1, 0.57, 0.5, 1); }
@-webkit-keyframes header-phone {
  0%,
                    30% {
    opacity: 0;
    -webkit-transform: translate3d(-20px, 20px, 0);
    transform: translate3d(-20px, 20px, 0); }
  80% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    opacity: 0; } }
@keyframes header-phone {
  0%,
                    30% {
    opacity: 0;
    -webkit-transform: translate3d(-20px, 20px, 0);
    transform: translate3d(-20px, 20px, 0); }
  80% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    opacity: 0; } }
@-webkit-keyframes header-phone2 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-20px, 20px, 0);
    transform: translate3d(-20px, 20px, 0); }
  70%,
                    90% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    opacity: 0; } }
@keyframes header-phone2 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-20px, 20px, 0);
    transform: translate3d(-20px, 20px, 0); }
  70%,
                    90% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    opacity: 0; } }
.section__service .service-left .service-content {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 10;
  text-align: center; }
  @media (max-width: 576px) {
    .section__service .service-left .service-content {
      right: 0;
      left: 0; } }
  .section__service .service-left .service-content .service-avt {
    height: 496px !important; }
  .section__service .service-left .service-content .service-avt img {
    width: 100%;
    height: auto;
    border-radius: 8px; }
  .section__service .service-left .service-content .text-white {
    color: #FFFFFF; }
  .section__service .service-left .service-content h3 {
    font-size: 20px; }
.section__service .service-left .service-bg {
  background-color: #F9F9F9;
  border-radius: 8px; }
  .section__service .service-left .service-bg .service-title {
    padding: 24px 0 0 30px; }
  .section__service .service-left .service-bg .active {
    color: red; }
.section__service .service-left .service-pro--list {
  background-color: #F9F9F9;
  padding: 15px 0;
  border-radius: 8px; }
.section__service .service-left .service-list-pro {
  padding: 0;
  list-style: none; }
  .section__service .service-left .service-list-pro li {
    background-color: #F7F7F7; }
.section__service .service-left .service-list {
  padding: 0;
  list-style: none;
  margin: 0 24px; }
.section__service .service-right {
  padding-left: 3.3rem; }
  @media (max-width: 576px) {
    .section__service .service-right {
      padding: 0 12px; } }
  .section__service .service-right .service-content--daySingle {
    font-weight: bold; }
    .section__service .service-right .service-content--daySingle i {
      color: #1a265c; }
  .section__service .service-right .service-content--textSingle {
    color: #686A6F; }
    .section__service .service-right .service-content--textSingle pre {
      white-space: pre-line;
      font-size: 16px;
      font-weight: normal;
      line-height: 1.6rem;
      font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; }
.section__service #btn-service {
  padding: 12px 0 12px 60px;
  display: block;
  border-radius: 8px;
  text-align: left;
  font-size: 18px; }
  .section__service #btn-service:hover {
    background-color: #FFFFFF;
    color: #1a265c;
    font-weight: 600; }
.section__service .section__service-mt48 {
  margin-top: 48px; }
  .section__service .section__service-mt48 figure {
    width: 100% !important;
    text-align: center; }
  @media (max-width: 576px) {
    .section__service .section__service-mt48 {
      margin-top: 12px; } }
.section__service .blog-item {
  border: 1px solid #F9F9F9;
  border-radius: 8px; }
  .section__service .blog-item:hover {
    border: 2px solid #1a265c; }
.section__service .blog-item__img img {
  border-radius: 8px 0 0 8px; }
  @media (max-width: 767.98px) {
    .section__service .blog-item__img img {
      border-radius: 8px 8px 0 0; } }
.section__service .blog-item__info {
  margin: 0 38px; }
  @media (max-width: 767.98px) {
    .section__service .blog-item__info {
      margin: 12px; } }
  .section__service .blog-item__info h4 {
    color: #1a265c; }
  .section__service .blog-item__info p {
    color: #1a265c;
    text-decoration: underline; }
.section__service .excerpt.line-2 {
  margin: 19px 0 10px; }

.active-sidebar--pro {
  font-weight: bold;
  background-color: #1a265c !important;
  border-radius: 8px;
  padding: 15px 0; }
  .active-sidebar--pro a {
    color: #FFFFFF; }

.active-sidebar {
  font-weight: bold;
  background-color: #FFFFFF;
  border-radius: 8px;
  position: relative; }
  .active-sidebar a {
    color: #1a265c; }
  .active-sidebar::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 58%;
    display: block;
    background-color: #1a265c;
    left: 0;
    top: 21%; }

.search-new-page {
  width: 100%;
  margin-bottom: 25px;
  height: 60px !important; }
  .search-new-page form {
    position: relative;
    width: 100%; }
    .search-new-page form input.input-section-new {
      border: none;
      background-color: #F6F7F8;
      width: 100%;
      height: 100%;
      position: absolute;
      border-radius: 8px;
      padding-left: 25px; }
    .search-new-page form button {
      position: absolute;
      right: 13px;
      top: 20%; }

.section__recruit {
  margin-top: 80px;
  margin-bottom: 48px; }
  .section__recruit img {
    object-fit: cover;
    vertical-align: middle; }
  .section__recruit .left-side .box-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0; }
    .section__recruit .left-side .box-sticky ul {
      padding: 23px;
      border-radius: 8px;
      background-color: #F6F7F8;
      width: 100%; }
      .section__recruit .left-side .box-sticky ul .left-side-title {
        margin-bottom: 23px; }
        .section__recruit .left-side .box-sticky ul .left-side-title h4 {
          color: #1a265c;
          font-weight: 700; }
          .section__recruit .left-side .box-sticky ul .left-side-title h4 span {
            padding-left: 15px; }
          .section__recruit .left-side .box-sticky ul .left-side-title h4::before {
            content: '';
            border-left: #1a265c solid 3px;
            height: 100%; }
      .section__recruit .left-side .box-sticky ul li {
        padding-bottom: 13px; }
        .section__recruit .left-side .box-sticky ul li .content {
          margin-left: 12px; }
          .section__recruit .left-side .box-sticky ul li .content .date {
            font-size: 12px;
            font-weight: normal;
            color: #888; }
          .section__recruit .left-side .box-sticky ul li .content .text-line2 {
            font-weight: 16px; }
            .section__recruit .left-side .box-sticky ul li .content .text-line2:hover {
              color: #1a265c;
              font-weight: 700; }
        .section__recruit .left-side .box-sticky ul li .image-box {
          display: block;
          height: auto; }
          .section__recruit .left-side .box-sticky ul li .image-box img {
            height: 75px;
            width: 65px;
            object-fit: cover;
            border-radius: 3px; }
    .section__recruit .left-side .box-sticky .left-side-top #btn-category {
      border: none;
      background-color: #F6F7F8; }
    .section__recruit .left-side .box-sticky .left-side-top .title-side {
      margin-left: 20px;
      color: #29292E; }
    .section__recruit .left-side .box-sticky .left-side-top span {
      padding-left: 15px; }
    .section__recruit .left-side .box-sticky .left-side-top i {
      float: right;
      padding-right: 20px;
      margin-top: 5px; }
    .section__recruit .left-side .box-sticky .left-side-top .active {
      background-color: #FFFFFF !important;
      border-radius: 8px; }
      .section__recruit .left-side .box-sticky .left-side-top .active span, .section__recruit .left-side .box-sticky .left-side-top .active i {
        font-weight: 600;
        color: #1a265c; }
      .section__recruit .left-side .box-sticky .left-side-top .active::before {
        content: '';
        border-left: #1a265c solid 2px;
        height: 100%; }
    .section__recruit .left-side .box-sticky .left-side-top button {
      width: 100%;
      height: 50px;
      text-align: start;
      padding: 0;
      outline: none; }
      .section__recruit .left-side .box-sticky .left-side-top button:focus {
        outline: none;
        box-shadow: none; }
  .section__recruit .recruit-right .card-cus {
    color: #474747;
    background-color: #F9F9F9;
    border-radius: 8px !important;
    margin-bottom: 24px;
    border: 0.001em solid #29292E !important;
    cursor: pointer; }
    @media (max-width: 576px) {
      .section__recruit .recruit-right .card-cus {
        height: auto; } }
    .section__recruit .recruit-right .card-cus:hover {
      box-shadow: 0px 9px 17px 5px gainsboro; }
    .section__recruit .recruit-right .card-cus .card-img {
      width: 100%;
      border-radius: 8px 0 0 8px !important;
      height: 250px; }
    .section__recruit .recruit-right .card-cus .card-title {
      margin-top: 20px;
      margin-bottom: 13px;
      font-weight: bold;
      font-size: 20px; }
    .section__recruit .recruit-right .card-cus p {
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-box-orient: vertical; }
    .section__recruit .recruit-right .card-cus .text-1 {
      font-weight: 400;
      font-size: 24px;
      margin-bottom: 26px;
      -webkit-line-clamp: 2;
      /* number of lines to show */
      line-clamp: 2; }
    .section__recruit .recruit-right .card-cus .text-2 {
      font-weight: 400;
      font-size: 16px;
      margin-bottom: 26px;
      -webkit-line-clamp: 3;
      /* number of lines to show */
      line-clamp: 3; }
    .section__recruit .recruit-right .card-cus .text-3 a {
      text-decoration: none;
      color: #474747; }
  @media screen and (max-width: 540px) {
    .section__recruit .recruit-right .card-cus {
      border-radius: 8px !important;
      margin-bottom: 18px; }
      .section__recruit .recruit-right .card-cus .card-img {
        aspect-ratio: 1.7; }
      .section__recruit .recruit-right .card-cus .card-title {
        margin-top: 8px;
        margin-bottom: 5px; }
      .section__recruit .recruit-right .card-cus .text-1 {
        font-size: 18px;
        margin-bottom: 10px;
        -webkit-line-clamp: 2;
        /* number of lines to show */
        line-clamp: 2; }
      .section__recruit .recruit-right .card-cus .text-2 {
        font-size: 13px;
        margin-bottom: 15px;
        -webkit-line-clamp: 3;
        /* number of lines to show */
        line-clamp: 3; } }

/* Post new*/
.image-main {
  width: 100%;
  height: 575px;
  object-fit: cover;
  vertical-align: middle;
  border-radius: 8px; }

.post-date {
  color: #393939;
  margin: 48px 0 23px 0; }

.post-title {
  color: #1a265c;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 24px; }

.post-content {
  font-size: 16px;
  font-weight: 400;
  color: #393939; }

.bl__filters-products .service-bg {
  background-color: #F9F9F9;
  border-radius: 8px; }
  .bl__filters-products .service-bg .service-title {
    padding: 25px 25px;
    background-color: #1a265c;
    color: #FFFFFF;
    border-radius: 8px; }
    .bl__filters-products .service-bg .service-title h3 {
      margin-bottom: 0; }
  .bl__filters-products .service-bg ul {
    list-style: none;
    padding: 0 12px 12px; }
    .bl__filters-products .service-bg ul li {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 6px 12px;
      border-bottom: .1rem solid #ccc;
      margin-top: 12px; }
      .bl__filters-products .service-bg ul li:last-child {
        border-bottom: none; }
      .bl__filters-products .service-bg ul li a:hover {
        color: #1a265c; }
  .bl__filters-products .service-bg .active a,
  .bl__filters-products .service-bg .active i {
    color: #1a265c;
    font-weight: bold; }
.bl__filters-products .service-contact {
  position: relative;
  overflow: hidden;
  border-radius: 12px !important;
  /* Animate phone */ }
  @media (max-width: 576px) {
    .bl__filters-products .service-contact {
      margin: 12px 0 !important; } }
  .bl__filters-products .service-contact img {
    width: 100%;
    filter: invert(100%) sepia(200%) saturate(4000%) hue-rotate(188deg) brightness(80%) contrast(70%); }
  .bl__filters-products .service-contact::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #1a265c;
    opacity: 0.25;
    border-radius: 50%;
    display: block;
    bottom: 70%;
    left: 50%;
    z-index: 2; }
  .bl__filters-products .service-contact::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #054DA1;
    opacity: 0.25;
    border-radius: 50%;
    display: block;
    top: 40%;
    right: 30%; }
  .bl__filters-products .service-contact .phone {
    height: 32px;
    line-height: 32px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
    position: absolute;
    top: 20%;
    bottom: 0;
    left: 0;
    right: 0; }
  .bl__filters-products .service-contact .phone svg {
    width: 50px;
    height: 50px;
    margin-top: 6px;
    margin-right: 10px; }
  .bl__filters-products .service-contact .phone svg path {
    fill: #ffffff; }
  .bl__filters-products .service-contact .phone svg path:nth-child(2) {
    -webkit-animation: header-phone 1s infinite cubic-bezier(0.1, 0.57, 0.5, 1);
    animation: header-phone 1s infinite cubic-bezier(0.1, 0.57, 0.5, 1); }
  .bl__filters-products .service-contact .phone svg path:nth-child(3) {
    -webkit-animation: header-phone2 1s infinite cubic-bezier(0.1, 0.57, 0.5, 1);
    animation: header-phone2 1s infinite cubic-bezier(0.1, 0.57, 0.5, 1); }
@-webkit-keyframes header-phone {
  0%,
            30% {
    opacity: 0;
    -webkit-transform: translate3d(-20px, 20px, 0);
    transform: translate3d(-20px, 20px, 0); }
  80% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    opacity: 0; } }
@keyframes header-phone {
  0%,
            30% {
    opacity: 0;
    -webkit-transform: translate3d(-20px, 20px, 0);
    transform: translate3d(-20px, 20px, 0); }
  80% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    opacity: 0; } }
@-webkit-keyframes header-phone2 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-20px, 20px, 0);
    transform: translate3d(-20px, 20px, 0); }
  70%,
            90% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    opacity: 0; } }
@keyframes header-phone2 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-20px, 20px, 0);
    transform: translate3d(-20px, 20px, 0); }
  70%,
            90% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    opacity: 0; } }
.bl__filters-products .service-content {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 10;
  text-align: center; }
  @media (max-width: 576px) {
    .bl__filters-products .service-content {
      right: 0;
      left: 0; } }
  .bl__filters-products .service-content .service-avt {
    height: 496px !important; }
  .bl__filters-products .service-content .service-avt img {
    width: 100%;
    height: auto;
    border-radius: 8px; }
  .bl__filters-products .service-content .text-white {
    color: #FFFFFF; }
  .bl__filters-products .service-content h3 {
    font-size: 20px; }

.text-bold {
  font-weight: bold; }

.bl__rel-owl .owl-theme .owl-nav {
  position: absolute;
  top: -16%;
  right: 0;
  width: 10%;
  display: flex;
  justify-content: space-around; }
  @media (max-width: 576px) {
    .bl__rel-owl .owl-theme .owl-nav {
      top: -10%;
      right: 9%; } }
.bl__rel-owl .owl-theme .owl-nav [class*=owl-]:hover {
  background: #fff; }
.bl__rel-owl i.fas.fa-chevron-left {
  padding: 12px 15px;
  background: #F9F9F9;
  border-radius: 20px; }
.bl__rel-owl i.fas.fa-chevron-right {
  padding: 12px 15px;
  background: #F9F9F9;
  border-radius: 20px; }
.bl__rel-owl button.owl-prev:hover {
  background-color: #FFFFFF; }
.bl__rel-owl button.owl-prev:hover i.fas.fa-chevron-left {
  background-color: #1a265c;
  color: #FFFFFF; }
.bl__rel-owl button.owl-next:hover {
  background-color: #FFFFFF; }
.bl__rel-owl button.owl-next:hover i.fas.fa-chevron-right {
  background-color: #1a265c;
  color: #FFFFFF; }
.bl__featuredProduct {
  padding: 80px 0; }
  @media (max-width: 767px) {
    .bl__featuredProduct {
      padding: 50px 0; } }
  .bl__featuredProduct .owl-carousel .owl-nav {
    position: absolute;
    top: -94px;
    right: 0; }
    @media (max-width: 600px) {
      .bl__featuredProduct .owl-carousel .owl-nav {
        top: -82px; } }
    .bl__featuredProduct .owl-carousel .owl-nav .owl-prev,
    .bl__featuredProduct .owl-carousel .owl-nav .owl-next {
      width: 40px;
      height: 48px;
      position: relative;
      background-color: #F2F2F2;
      background-repeat: no-repeat;
      background-position: center; }
      @media (max-width: 600px) {
        .bl__featuredProduct .owl-carousel .owl-nav .owl-prev,
        .bl__featuredProduct .owl-carousel .owl-nav .owl-next {
          width: 36px;
          height: 40px; } }
      .bl__featuredProduct .owl-carousel .owl-nav .owl-prev:hover,
      .bl__featuredProduct .owl-carousel .owl-nav .owl-next:hover {
        background-color: #cecaca; }
        .bl__featuredProduct .owl-carousel .owl-nav .owl-prev:hover:after,
        .bl__featuredProduct .owl-carousel .owl-nav .owl-next:hover:after {
          color: #1a265c; }
    .bl__featuredProduct .owl-carousel .owl-nav .owl-prev {
      background-image: url("../images/pre.png"); }
    .bl__featuredProduct .owl-carousel .owl-nav .owl-next {
      background-image: url("../images/next.png"); }
    .bl__featuredProduct .owl-carousel .owl-nav span {
      display: none; }
@media (max-width: 576px) {
  .bl__mobile-hidden {
    display: none !important; } }
.bl__cart-custom {
  display: flex;
  padding: 60px 0; }
  @media (max-width: 576px) {
    .bl__cart-custom {
      flex-direction: column;
      align-items: center; } }
.bl__breadcrumbs {
  background: #F4FFFB;
  padding: 12px 0; }
  .bl__breadcrumbs p#breadcrumbs {
    margin-bottom: 0; }
  .bl__breadcrumbs span.breadcrumb_last {
    font-weight: 600;
    color: #1a265c; }
.bl__single_meta {
  padding: 7px 0; }
  .bl__single_meta pre {
    font-family: "Nunito", sans-serif;
    margin-bottom: 0;
    padding-left: 5%; }
  .bl__single_meta i {
    color: #1a265c; }
.bl__title-proabs {
  position: absolute;
  top: 0;
  right: 0; }
  @media (max-width: 576px) {
    .bl__title-proabs {
      top: 60px;
      left: 0; } }
.bl__title-related {
  margin-bottom: 2em;
  position: relative; }
  .bl__title-related .owl-stage-outer {
    padding: 0 9px 20px 9px; }
  @media (max-width: 576px) {
    .bl__title-related .bl__title-related--cus {
      flex-direction: column; } }
  .bl__title-related .bl__title-related--cus h3 {
    color: #1a265c;
    font-weight: bold; }
  .bl__title-related .bl__title-related--cus a {
    color: #1a265c; }
  .bl__title-related .bl__title-related--cus .bl_related-btn a {
    border: 1px solid #1a265c;
    padding: 8px 80px;
    border-radius: 4px; }
    .bl__title-related .bl__title-related--cus .bl_related-btn a:hover {
      color: #FFFFFF;
      background-color: #1a265c;
      border: 1px solid #1a265c; }
.bl__title-related--bot {
  border-bottom: 1px solid #1a265c;
  margin-bottom: 2em;
  position: relative; }
  .bl__title-related--bot::before {
    content: "";
    display: block;
    width: 25%;
    height: 3px;
    position: absolute;
    background: #1a265c;
    bottom: -2px;
    border-radius: 5%;
    left: 0; }
    @media (max-width: 576px) {
      .bl__title-related--bot::before {
        width: 60%; } }
  .bl__title-related--bot .bl__title-related--cus h3 {
    color: #1a265c;
    font-weight: bold; }
  .bl__title-related--bot .bl__title-related--cus a {
    color: #1a265c; }
.bl__card-price {
  color: #1a265c;
  font-size: 32px;
  font-weight: bold; }
  .bl__card-price del {
    display: block; }
.bl__product-title {
  font-weight: 700;
  color: #1a265c;
  text-transform: uppercase; }
.bl__card-cus {
  border-radius: 8px;
  background-color: #F9F9F9;
  border: none; }
  .bl__card-cus:hover {
    border-color: #1a265c; }
  .bl__card-cus:hover .card-body a:first-child {
    color: #1a265c !important; }
  .bl__card-cus:hover .product-item__cart {
    display: block; }
  @media (max-width: 576px) {
    .bl__card-cus {
      max-height: 275px; } }
  .bl__card-cus .card-body {
    background: #F9F9F9;
    width: 100%;
    border-radius: 0 0 8px 8px; }
    @media (max-width: 576px) {
      .bl__card-cus .card-body {
        padding: 0; } }
    @media (max-width: 576px) {
      .bl__card-cus .card-body a {
        font-size: 12px !important; } }
    .bl__card-cus .card-body a:hover {
      color: #1a265c; }
  .bl__card-cus .card-img-top {
    max-height: 250px; }
    @media (max-width: 576px) {
      .bl__card-cus .card-img-top {
        max-height: 140px; } }
  .bl__card-cus .card-text {
    height: 48px;
    margin-bottom: 0;
    display: flex;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    justify-content: center;
    align-items: center; }
    .bl__card-cus .card-text a {
      color: #642C00; }
.bl_productTaxo .btn-pro--cate {
  text-align: center;
  padding-bottom: 40px; }
.bl_productTaxo .btn.btn-cus {
  padding: 8px 34px;
  border: 1px solid;
  border-radius: 50px;
  color: #1a265c; }
  .bl_productTaxo .btn.btn-cus:hover {
    background-color: #1a265c;
    color: #FFFFFF; }
.bl_productTaxo .nav-pills .nav-link.active,
.bl_productTaxo .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1a265c;
  border-radius: 25px; }

.woocommerce .woocommerce-ordering {
  margin: 0 0 1em;
  display: none; }

.woocommerce div.product .product_title {
  clear: none;
  margin-top: 0;
  padding: 0;
  font-size: 32px;
  font-weight: 700;
  margin-top: 25px; }

.woocommerce nav.woocommerce-pagination {
  text-align: right; }

.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: #1a265c;
  font-size: 32px;
  font-weight: bold;
  margin-top: 56px; }
  @media (max-width: 576px) {
    .woocommerce div.product p.price,
    .woocommerce div.product span.price {
      margin-top: 20px; } }

span.page-numbers.current {
  color: #ffffff;
  padding: 13px 20px;
  border-radius: 50%;
  background-color: #1a265c; }

a.prev.page-numbers {
  padding: 13px 20px;
  background: #F9F9F9;
  border-radius: 50%; }

a.page-numbers {
  padding: 13px 20px;
  background: #F9F9F9;
  border-radius: 50%; }

.bl__pro-navi .pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  float: right; }

h2.yikes-custom-woo-tab-title {
  display: none; }

li#tab-title-reviews {
  display: none; }

.woocommerce div.product .woocommerce-tabs ul.tabs {
  padding: 0;
  margin: 0; }

ul#product-related {
  list-style: none; }
  @media (max-width: 576px) {
    ul#product-related {
      padding: 0; } }

.bl__tab-content {
  background-color: #F9F9F9;
  padding: 28px;
  border-radius: 0 0 12px 12px; }
  .bl__tab-content #tab-reviews {
    display: none !important; }

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
  border-bottom: 1px solid #1a265c; }

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: none;
  background-color: #F9F9F9;
  margin: 0 -1px;
  border-radius: 8px 8px 0 0; }
  @media (max-width: 576px) {
    .woocommerce div.product .woocommerce-tabs ul.tabs li {
      width: 100%;
      text-align: center; } }
  .woocommerce div.product .woocommerce-tabs ul.tabs li:first-child {
    margin: 0 -1px 0 0; }

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background: #1a265c;
  z-index: 2;
  border-bottom-color: #1a265c;
  color: #ffffff; }
  @media (max-width: 576px) {
    .woocommerce div.product .woocommerce-tabs ul.tabs li.active {
      width: 100%;
      text-align: center; } }

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  display: inline-block;
  padding: 1em 3em;
  font-weight: 700;
  color: #3C3C3C;
  text-decoration: none;
  font-size: 20px; }

.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
  display: none; }

.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
  display: none; }

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
  margin: 60px 27px 48px 0;
  border: 1px solid #1a265c;
  border-radius: 15px; }
  @media (max-width: 576px) {
    .woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
      margin: 12px; } }

.woocommerce div.product div.images img {
  border-radius: 15px !important;
  width: 100%;
  height: 520px; }
  @media (max-width: 576px) {
    .woocommerce div.product div.images img {
      height: 333px;
      width: 100%;
      padding: 0;
      margin: 0 auto; } }

.woocommerce div.product div.summary {
  margin-top: 3em;
  margin-bottom: 0; }

a.bl__buy-now.button {
  padding: 12px 12%;
  background-color: #1a265c;
  border: 1px solid #1a265c;
  border-radius: 4px;
  color: #FFFFFF;
  font-weight: 400; }
  a.bl__buy-now.button:hover {
    background-color: #FFFFFF;
    color: #1a265c;
    border: 1px solid #1a265c; }

@media (max-width: 576px) {
  .btn-addcart {
    flex-direction: column-reverse !important; } }

.woocommerce div.product form.cart .button {
  padding: 12px 38px; }

button.single_add_to_cart_button.button.alt {
  background: #1a265c;
  border: 1px solid #1a265c;
  color: #FFFFFF;
  border-radius: 4px;
  font-weight: 700;
  padding: 12px 40px;
  display: flex;
  align-items: center; }
  button.single_add_to_cart_button.button.alt i {
    margin-right: 12px;
    font-size: 27px; }
  button.single_add_to_cart_button.button.alt:hover {
    background-color: #FFFFFF;
    color: #1a265c;
    border: 1px solid #1a265c; }
  @media (max-width: 576px) {
    button.single_add_to_cart_button.button.alt {
      margin: 5px 0; } }

.woocommerce .quantity .qty {
  width: 3.631em;
  text-align: center;
  padding: 0.3em;
  border-radius: 8px;
  outline: none;
  border: 1px solid #1a265c; }

.btn-addcart {
  padding-top: 136px; }
  @media (max-width: 576px) {
    .btn-addcart {
      padding-top: 0;
      display: flex !important;
      align-items: center !important; } }

.woocommerce div.product form.cart div.quantity {
  display: none; }
  @media (max-width: 576px) {
    .woocommerce div.product form.cart div.quantity {
      float: inherit;
      margin-bottom: 5px; } }

.woocommerce div.product form.cart {
  margin-bottom: 0;
  margin-top: 1em;
  text-align: center; }

ul.wc_payment_methods.payment_methods.methods {
  display: none; }

.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
  width: 100%;
  overflow: visible; }

.product__feature h2 {
  color: #1a265c; }
.product__feature .img__first-item {
  width: 100%;
  height: 100%; }
  .product__feature .img__first-item img {
    width: 100%;
    height: 100%;
    object-fit: fill; }
.product__feature .pro_home-last {
  padding: 85px;
  text-align: center;
  background-color: #F9F9F9;
  border-radius: 8px; }
  @media (max-width: 576px) {
    .product__feature .pro_home-last {
      padding: 8px; } }
  .product__feature .pro_home-last a {
    color: #1a265c;
    font-weight: 700;
    font-size: 18px; }

.hvn_atn-item {
  border-radius: 8px;
  margin-right: 22px;
  border: 1px solid #FFFAF7;
  background-color: #FFFAF7; }
  .hvn_atn-item:hover {
    border: 1px solid #1a265c; }
  @media (max-width: 576px) {
    .hvn_atn-item {
      margin-right: 0; } }
  .hvn_atn-item .card-image {
    height: 260px;
    width: 100%; }
    .hvn_atn-item .card-image img {
      width: 100%;
      height: 260px;
      border-radius: 6px 6px 0 0 !important; }
    @media (max-width: 576px) {
      .hvn_atn-item .card-image {
        height: 140px; } }
  .hvn_atn-item .product-item__cart {
    background: #1a265c;
    width: 100%;
    text-align: center;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 6px 6px 0 0;
    padding: 65px 0px;
    opacity: .9; }
    @media (max-width: 576px) {
      .hvn_atn-item .product-item__cart {
        padding: 18px 0px; } }
    .hvn_atn-item .product-item__cart p.product-item__cart--show.mb-0.text-white.bt__button-cushome a {
      background: none; }
    .hvn_atn-item .product-item__cart p {
      margin-bottom: 0.5rem !important; }
      @media (max-width: 576px) {
        .hvn_atn-item .product-item__cart p {
          margin-bottom: 0.3rem !important;
          font-size: 12px; } }
    .hvn_atn-item .product-item__cart .text-bold {
      font-weight: bold; }
    .hvn_atn-item .product-item__cart .text-underline {
      position: relative; }
      .hvn_atn-item .product-item__cart .text-underline::after {
        content: "";
        height: 1px;
        width: 60%;
        position: absolute;
        background-color: #FFFFFF;
        display: block;
        bottom: 0;
        right: 0;
        left: 0;
        margin: 0 auto; }
  .hvn_atn-item a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    width: 70%;
    background: #FFFFFF;
    color: #1a265c !important;
    border-radius: 8px;
    padding: 5px 25px; }
    @media (max-width: 576px) {
      .hvn_atn-item a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
        padding: 4px 4px; } }

a.added_to_cart.wc-forward {
  display: none; }

form.woocommerce-cart-form {
  flex: 8; }

.woocommerce .cart-collaterals,
.woocommerce-page .cart-collaterals {
  flex: 3.5;
  margin-left: 2%; }
  .woocommerce .cart-collaterals h2,
  .woocommerce-page .cart-collaterals h2 {
    display: none; }

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
  width: 100%; }

form.checkout.woocommerce-checkout {
  margin: 60px 0; }

.bl_boxsearch {
  width: 65%; }
  .bl_boxsearch .aws-container .aws-show-clear .aws-search-field {
    padding-left: 30px;
    border: none;
    background-color: #F5FFFA;
    color: #1a265c;
    border-radius: 20px 0 0 20px !important;
    box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.04); }
  .bl_boxsearch .aws-container .aws-search-form .aws-form-btn {
    border: none !important;
    background-color: #F5FFFA !important;
    border-radius: 0 20px 20px 0 !important;
    box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.04); }
  .bl_boxsearch .aws-container .aws-search-form .aws-search-btn svg {
    color: #1a265c; }

.aws-search-result {
  border: none !important;
  font-size: 12px;
  line-height: 16px;
  border-radius: 20px !important;
  background-color: #FFFFFF !important;
  margin-top: 2px; }

@media (max-width: 576px) {
  .bl-center--mobile {
    justify-content: center !important; } }

.woocommerce span.onsale {
  top: 4.5em;
  left: 0.5em; }
  @media (max-width: 576px) {
    .woocommerce span.onsale {
      top: 0.5em;
      left: 1.2em; } }

.btn-cus--thankyou {
  padding: 8px 34px;
  border: 1px solid;
  border-radius: 50px;
  color: #1a265c; }
  .btn-cus--thankyou:hover {
    background-color: #1a265c;
    color: #FFFFFF; }

.grid-product {
  padding-bottom: 25px; }

#mainCarousel {
  --carousel-button-color: #170724;
  --carousel-button-bg: #fff;
  --carousel-button-shadow: 0 2px 1px -1px rgb(0 0 0 / 20%),
      0 1px 1px 0 rgb(0 0 0 / 14%), 0 1px 3px 0 rgb(0 0 0 / 12%);
  --carousel-button-svg-width: 20px;
  --carousel-button-svg-height: 20px;
  --carousel-button-svg-stroke-width: 2.5; }

#mainCarousel .carousel__slide {
  width: 100%;
  padding: 0; }

#mainCarousel .carousel__button.is-prev {
  left: -1.5rem; }

#mainCarousel .carousel__button.is-next {
  right: -1.5rem; }

#mainCarousel .carousel__button:focus {
  outline: none;
  box-shadow: 0 0 0 4px #A78BFA; }

#thumbCarousel .carousel__slide {
  opacity: 0.5;
  padding: 0;
  margin: 0.25rem;
  width: 96px;
  height: 64px;
  border: 1px solid #1a265c;
  border-radius: 0.5rem; }

#thumbCarousel .carousel__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px; }

#thumbCarousel .carousel__slide.is-nav-selected {
  opacity: 1; }

.carousel__track {
  align-items: center; }

.quantity {
  display: flex; }
  .quantity .qty_button {
    padding: 0 12px;
    border: 1px solid #1a265c;
    color: #1a265c;
    border-radius: 8px;
    background-color: #fff; }
  .quantity .plus {
    margin-left: 4px; }
  .quantity .minus {
    margin-right: 4px; }

.chi__nhanh h2 {
  font-weight: 700;
  color: #1a265c; }
.chi__nhanh .table_branch table {
  border-color: #1a265c; }
.chi__nhanh .table_branch .table-success {
  border-color: #1a265c; }

.related-products-wrapper .owl-stage-outer {
  padding: 0 12px 20px 12px; }
  @media (max-width: 576px) {
    .related-products-wrapper .owl-stage-outer {
      padding: 0; } }

.process-page h2 {
  color: #1a265c;
  font-weight: bold; }
.process-page .item-video {
  position: relative;
  filter: drop-shadow(0px 18.0634px 14.4507px rgba(0, 0, 0, 0.0417275)) drop-shadow(0px 10.1262px 8.10094px rgba(0, 0, 0, 0.035)) drop-shadow(0px 5.37794px 4.30235px rgba(0, 0, 0, 0.0282725)) drop-shadow(0px 2.23788px 1.7903px rgba(0, 0, 0, 0.0196802)); }
  .process-page .item-video:after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    opacity: 0;
    transition: all 0.3s linear;
    border-radius: 8px; }
  .process-page .item-video:hover:after {
    opacity: 1; }
  .process-page .item-video:hover span:before {
    box-shadow: 0 0 1px 10px rgba(26, 38, 92, 0.4), 0 0 1px 20px rgba(26, 38, 92, 0.2), 0 0 1px 30px rgba(26, 38, 92, 0.1); }
  .process-page .item-video a {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center; }
  .process-page .item-video img {
    width: 100%;
    height: 389.21px;
    position: relative;
    z-index: 1;
    border-radius: 8px !important; }
    @media (max-width: 576px) {
      .process-page .item-video img {
        height: 110.21px; } }
  .process-page .item-video span {
    position: absolute;
    z-index: 3;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    color: #1a265c;
    font-size: 34px;
    line-height: 40px; }
    .process-page .item-video span:before {
      content: "";
      margin: 0 calc(50% - (80px / 2)) 20px;
      width: 64px;
      height: 64px;
      background: #1a265c url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDQxLjk5OSA0MS45OTkiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQxLjk5OSA0MS45OTk7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iNjRweCIgaGVpZ2h0PSI2NHB4Ij4KPHBhdGggZD0iTTM2LjA2OCwyMC4xNzZsLTI5LTIwQzYuNzYxLTAuMDM1LDYuMzYzLTAuMDU3LDYuMDM1LDAuMTE0QzUuNzA2LDAuMjg3LDUuNSwwLjYyNyw1LjUsMC45OTl2NDAgIGMwLDAuMzcyLDAuMjA2LDAuNzEzLDAuNTM1LDAuODg2YzAuMTQ2LDAuMDc2LDAuMzA2LDAuMTE0LDAuNDY1LDAuMTE0YzAuMTk5LDAsMC4zOTctMC4wNiwwLjU2OC0wLjE3N2wyOS0yMCAgYzAuMjcxLTAuMTg3LDAuNDMyLTAuNDk0LDAuNDMyLTAuODIzUzM2LjMzOCwyMC4zNjMsMzYuMDY4LDIwLjE3NnoiIGZpbGw9IiMyNDI0MjQiLz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==) no-repeat left 20px center;
      background-size: 32px;
      border-radius: 50%;
      float: left;
      transition: box-shadow 400ms cubic-bezier(0.2, 0, 0.7, 1); }
      @media (max-width: 576px) {
        .process-page .item-video span:before {
          content: "";
          margin: 0 calc(50% - (42px / 2));
          width: 42px;
          height: 42px;
          background: #1a265c url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDQxLjk5OSA0MS45OTkiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQxLjk5OSA0MS45OTk7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iNjRweCIgaGVpZ2h0PSI2NHB4Ij4KPHBhdGggZD0iTTM2LjA2OCwyMC4xNzZsLTI5LTIwQzYuNzYxLTAuMDM1LDYuMzYzLTAuMDU3LDYuMDM1LDAuMTE0QzUuNzA2LDAuMjg3LDUuNSwwLjYyNyw1LjUsMC45OTl2NDAgIGMwLDAuMzcyLDAuMjA2LDAuNzEzLDAuNTM1LDAuODg2YzAuMTQ2LDAuMDc2LDAuMzA2LDAuMTE0LDAuNDY1LDAuMTE0YzAuMTk5LDAsMC4zOTctMC4wNiwwLjU2OC0wLjE3N2wyOS0yMCAgYzAuMjcxLTAuMTg3LDAuNDMyLTAuNDk0LDAuNDMyLTAuODIzUzM2LjMzOCwyMC4zNjMsMzYuMDY4LDIwLjE3NnoiIGZpbGw9IiMyNDI0MjQiLz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==) no-repeat left 13px center;
          background-size: 20px;
          border-radius: 50%;
          float: left;
          transition: box-shadow 400ms cubic-bezier(0.2, 0, 0.7, 1); } }
.process-page .col-item p {
  font-weight: bold; }

.agency-page {
  padding: 80px 0; }
  @media (max-width: 576px) {
    .agency-page {
      padding: 0; } }
  .agency-page h2 {
    color: #1a265c;
    font-weight: bold;
    margin-bottom: 24px; }
  .agency-page .text-black {
    color: #000000; }
  .agency-page .agency-default {
    display: flex; }
    @media (max-width: 576px) {
      .agency-page .agency-default {
        flex-direction: column-reverse; } }
  .agency-page .agency-reverse {
    display: flex; }
    @media (max-width: 576px) {
      .agency-page .agency-reverse {
        flex-direction: column-reverse; } }
  .agency-page .img-item img {
    width: 100%;
    height: 558px;
    border-radius: 12px !important; }
    @media (max-width: 576px) {
      .agency-page .img-item img {
        height: 385px; } }
  .agency-page .text-padding-r {
    padding-left: 56px; }
    @media (max-width: 576px) {
      .agency-page .text-padding-r {
        padding-left: 0; } }
  .agency-page .text-item {
    padding-bottom: 85px; }
    @media (max-width: 576px) {
      .agency-page .text-item {
        padding-bottom: 12px; } }
    .agency-page .text-item a h4 {
      margin-bottom: 12px;
      color: #025AC2 !important; }
      .agency-page .text-item a h4:last-child {
        color: #000F07; }

.contact-agency {
  padding-bottom: 80px; }
  @media (max-width: 576px) {
    .contact-agency {
      padding-bottom: 40px; } }
  .contact-agency h2 {
    display: block;
    background-color: #1a265c;
    color: #ffffff;
    padding: 21px 0;
    margin-bottom: 32px; }
  .contact-agency .font-bold {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 32px; }
  .contact-agency .bg-form {
    background-color: #F9F9F9;
    border-radius: 8px; }
  .contact-agency .form-agency {
    width: 62%;
    margin: 0 auto;
    padding: 48px 0 16px; }
    @media (max-width: 576px) {
      .contact-agency .form-agency {
        width: 95%; } }
    .contact-agency .form-agency .form-control {
      width: 840px; }
      @media (max-width: 576px) {
        .contact-agency .form-agency .form-control {
          width: 100%; } }
      .contact-agency .form-agency .form-control:focus {
        box-shadow: 0 0 0 0.25rem rgba(253, 157, 13, 0.479);
        border-color: #1a265c; }
    .contact-agency .form-agency .wpcf7 input[type="submit"] {
      padding: 7px 33px;
      border: 1px solid #1a265c;
      border-radius: 25px;
      background-color: #FFFFFF;
      color: #1a265c;
      display: block;
      margin: 0 auto; }
      .contact-agency .form-agency .wpcf7 input[type="submit"]:hover {
        color: #FFFFFF;
        background-color: #1a265c; }

.contact__top .content {
  display: flex;
  align-items: flex-start;
  justify-content: space-evenly; }
  @media screen and (max-width: 992px) {
    .contact__top .content {
      flex-direction: column;
      align-items: center; } }
  .contact__top .content .left img {
    height: 235.76px;
    width: 342.18px;
    object-fit: contain; }
    @media screen and (max-width: 576px) {
      .contact__top .content .left img {
        height: 96px;
        width: 160px; } }
  @media screen and (max-width: 992px) {
    .contact__top .content .right {
      padding-top: 10px; } }
  .contact__top .content .right .title {
    font-size: 24px !important;
    color: #000F07 !important;
    margin-bottom: 24px; }
    @media screen and (max-width: 992px) {
      .contact__top .content .right .title {
        font-size: 24px !important; } }
    @media screen and (max-width: 576px) {
      .contact__top .content .right .title {
        text-align: center; } }
    @media screen and (max-width: 375px) {
      .contact__top .content .right .title {
        font-size: 19px !important; } }
  .contact__top .content .right ul {
    padding-left: 0px;
    padding-right: 50%; }
    .contact__top .content .right ul li {
      list-style: none;
      display: flex;
      align-items: flex-start;
      justify-content: flex-start; }
      .contact__top .content .right ul li p {
        margin-bottom: 12px; }
      @media screen and (max-width: 768px) {
        .contact__top .content .right ul li .text {
          font-size: 18px !important; } }
      @media screen and (max-width: 576px) {
        .contact__top .content .right ul li .text {
          font-size: 15px !important; } }
.contact__top .main-title {
  border-bottom: 1px solid #1a265c;
  position: relative;
  display: inline-block; }
  .contact__top .main-title::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -2px;
    width: 300px;
    height: 4px;
    background: #1a265c;
    border-radius: 12px; }
  .contact__top .main-title .title {
    font-size: 32px;
    margin-bottom: 0px;
    color: #1a265c;
    font-weight: 700;
    margin-bottom: 10px; }

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #000; }

.wpcf7 form .wpcf7-response-output {
  margin-left: 0px !important;
  padding: 5px;
  color: green;
  background: white;
  border: 2px solid green;
  border-radius: 12px;
  box-shadow: 6px 5px 2px 1px rgba(222, 71, 30, 0.2); }
  .wpcf7 form .wpcf7-response-output::after {
    content: " ✘"; }

.wpcf7 form.sent .wpcf7-response-output {
  border-color: unset; }
  .wpcf7 form.sent .wpcf7-response-output::after {
    content: " ✓"; }

.contact__bottom {
  background-color: #F2F2F2 !important;
  border-radius: 7px; }
  @media screen and (max-width: 576px) {
    .contact__bottom {
      padding-top: 0px; } }
  .contact__bottom-content-form-register {
    padding-left: 90px;
    padding-right: 40px; }
    @media screen and (max-width: 1400px) {
      .contact__bottom-content-form-register {
        padding: unset; } }
    @media screen and (max-width: 576px) {
      .contact__bottom-content-form-register {
        padding: unset; } }
    .contact__bottom-content-form-register form p label {
      width: 100%; }
      @media screen and (max-width: 576px) {
        .contact__bottom-content-form-register form p label {
          font-size: 15px; } }
      .contact__bottom-content-form-register form p label span {
        color: red; }
      .contact__bottom-content-form-register form p label textarea {
        height: 126px;
        max-height: 200px;
        width: 100%;
        border: 1px solid gainsboro; }
        @media screen and (max-width: 1400px) {
          .contact__bottom-content-form-register form p label textarea {
            width: 100% !important; } }
    .contact__bottom-content-form-register form p input {
      width: 100%;
      border: 1px solid gainsboro; }
      @media screen and (max-width: 1400px) {
        .contact__bottom-content-form-register form p input {
          width: 100% !important; } }
    .contact__bottom-content-form-register form p input[type="submit"] {
      background: #1a265c;
      border-radius: 4px;
      padding: 13px 28px 11px 28px;
      border: 2px solid #1a265c;
      color: white;
      max-height: 44px;
      max-width: 85px;
      aspect-ratio: 85/44; }
      .contact__bottom-content-form-register form p input[type="submit"]:hover {
        background-color: #fff;
        color: #1a265c; }
      @media screen and (max-width: 576px) {
        .contact__bottom-content-form-register form p input[type="submit"] {
          padding: 3px;
          font-size: 13px;
          max-width: 66px; } }
  .contact__bottom-content-other-first .title {
    font-size: 24px;
    color: #000F07;
    font-weight: 600; }
    @media screen and (max-width: 576px) {
      .contact__bottom-content-other-first .title {
        font-size: 18px !important; } }
  .contact__bottom-content-other-first .text {
    max-width: 310px;
    font-size: 16px; }
    @media screen and (max-width: 1400px) {
      .contact__bottom-content-other-first .text {
        max-width: unset;
        width: 100%; } }
    @media screen and (max-width: 992px) {
      .contact__bottom-content-other-first .text {
        font-size: 15px;
        margin-bottom: 2px; } }
  .contact__bottom-content-other-second i {
    font-size: 40px;
    margin-right: 10px;
    color: #000; }
    @media screen and (max-width: 768px) {
      .contact__bottom-content-other-second i {
        font-size: 22px; } }

.contact__map iframe {
  max-height: 800px;
  width: 100%;
  height: 800px; }
  @media screen and (max-width: 1200px) {
    .contact__map iframe {
      height: 800px; } }
  @media screen and (max-width: 992px) {
    .contact__map iframe {
      height: 600px; } }
  @media screen and (max-width: 768px) {
    .contact__map iframe {
      height: 400px; } }
  @media screen and (max-width: 567px) {
    .contact__map iframe {
      height: 200px; } }

.sub-menu {
  background-color: #1a265c; }
  @media (max-width: 576px) {
    .sub-menu .container {
      padding: 0; } }
  .sub-menu button {
    color: #FFFFFF;
    padding: 15px 47px; }
    @media (max-width: 576px) {
      .sub-menu button {
        padding: 8px 8px; } }
  .sub-menu .nav-pills .nav-link {
    background: 0 0;
    border-radius: 0;
    border-right: 1px solid #FFFFFF;
    font-size: 18px; }
  .sub-menu .active {
    background-color: #1a265c !important;
    font-weight: bold; }

.about_intro h2 {
  color: #1a265c;
  font-weight: bold; }
.about_intro .w-85 {
  width: 85% !important; }

.about_description {
  background-color: #F9F9F9; }
  .about_description .des-item {
    position: relative; }
  .about_description img {
    width: 100%;
    height: auto;
    border-radius: 12px !important; }
  .about_description .content-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: linear-gradient(0deg, rgba(207, 92, 1, 0.7), rgba(207, 92, 1, 0.9));
    width: 100%;
    height: 100%;
    border-radius: 12px; }
    .about_description .content-overlay .content-center {
      padding: 49px 17px; }
      @media (max-width: 576px) {
        .about_description .content-overlay .content-center {
          padding: 24px 12px; } }

.about_system .text-bold {
  font-weight: bold; }
.about_system h2 {
  color: #1a265c;
  font-weight: bold;
  margin-bottom: 12px; }
.about_system .des-system {
  margin-bottom: 80px; }
  @media (max-width: 576px) {
    .about_system .des-system {
      margin-bottom: 40px; } }
.about_system .partner-system {
  position: relative; }
  .about_system .partner-system::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: url("../../assets/img/home/partner-orange.png");
    background-size: cover;
    border-radius: 49px; }
    @media (max-width: 576px) {
      .about_system .partner-system::before {
        border-radius: 25px; } }
  .about_system .partner-system img {
    width: 100%;
    height: 100%;
    border-radius: 49px;
    mix-blend-mode: color-burn; }
    @media (max-width: 576px) {
      .about_system .partner-system img {
        height: 130px;
        border-radius: 25px; } }
  .about_system .partner-system .system-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    .about_system .partner-system .system-overlay .btn-cus {
      background-color: #FFFFFF;
      color: #1a265c;
      border-radius: 35px;
      padding: 7px 35px; }
      @media (max-width: 576px) {
        .about_system .partner-system .system-overlay .btn-cus {
          padding: 5px 20px; } }

.structure_company h2 {
  color: #1a265c;
  font-weight: bold; }
.structure_company .w-70 {
  width: 70%;
  margin: 0 auto; }
  @media (max-width: 576px) {
    .structure_company .w-70 {
      width: 100%; } }
.structure_company .structure-item {
  background-color: #1a265c;
  height: 249px;
  padding: 42px 25px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column; }
  @media (max-width: 576px) {
    .structure_company .structure-item {
      padding: 18px 31px;
      height: 130px; } }

.activate_company {
  background-color: #F9F9F9; }
  .activate_company h2 {
    font-weight: bold;
    color: #1a265c;
    margin-bottom: 32px; }
    @media (max-width: 576px) {
      .activate_company h2 {
        margin-bottom: 16px; } }
  .activate_company .activate_item {
    position: relative; }
    .activate_company .activate_item img {
      width: 100%;
      height: 525px;
      border-radius: 8px; }
      @media (max-width: 576px) {
        .activate_company .activate_item img {
          width: 100%;
          height: 485px; } }
    .activate_company .activate_item .image-overlay {
      position: absolute;
      background: linear-gradient(180deg, rgba(255, 255, 255, 0) 2%, #1a265c 96.82%);
      height: 40%;
      width: 100%;
      bottom: 0;
      overflow: hidden;
      border-radius: 8px; }
      .activate_company .activate_item .image-overlay .text-overlay {
        justify-content: flex-end; }
        .activate_company .activate_item .image-overlay .text-overlay .title {
          margin-bottom: 24px;
          padding: 0 16px; }

.full_factory h2 {
  color: #1a265c;
  font-weight: bold;
  margin-bottom: 12px; }
.full_factory .gallery_factory {
  margin-top: 48px; }
  @media (max-width: 576px) {
    .full_factory .gallery_factory {
      margin-top: 24px; } }
  .full_factory .gallery_factory h4 {
    color: #1a265c;
    font-weight: bold;
    margin-bottom: 32px; }
    @media (max-width: 576px) {
      .full_factory .gallery_factory h4 {
        margin-bottom: 16px; } }
  .full_factory .gallery_factory .partner-system {
    position: relative;
    margin-top: 80px; }
    @media (max-width: 576px) {
      .full_factory .gallery_factory .partner-system {
        margin-top: 40px; } }
    .full_factory .gallery_factory .partner-system::before {
      content: "";
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
      background: url("../../assets/img/home/partner-orange.png");
      background-size: cover;
      border-radius: 49px;
      opacity: 0.9; }
      @media (max-width: 576px) {
        .full_factory .gallery_factory .partner-system::before {
          border-radius: 25px; } }
    .full_factory .gallery_factory .partner-system img {
      width: 100%;
      height: 100%;
      border-radius: 49px;
      mix-blend-mode: color-burn; }
      @media (max-width: 576px) {
        .full_factory .gallery_factory .partner-system img {
          height: 130px;
          border-radius: 25px; } }
    .full_factory .gallery_factory .partner-system .system-overlay {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 100%;
      height: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center; }
      .full_factory .gallery_factory .partner-system .system-overlay .btn-cus {
        background-color: #FFFFFF;
        color: #1a265c;
        border-radius: 35px;
        padding: 7px 35px; }
        @media (max-width: 576px) {
          .full_factory .gallery_factory .partner-system .system-overlay .btn-cus {
            padding: 5px 20px; } }
  .full_factory .gallery_factory .factory_item img {
    width: 426px;
    height: 346px;
    border-radius: 12px;
    object-fit: cover; }
    @media (max-width: 576px) {
      .full_factory .gallery_factory .factory_item img {
        width: 100%;
        height: 290px; } }

.achievement h2 {
  color: #1a265c;
  font-weight: bold;
  margin-bottom: 12px; }
.achievement .activate_item {
  position: relative; }
  .achievement .activate_item img {
    width: 100%;
    height: 525px;
    border-radius: 8px; }
    @media (max-width: 576px) {
      .achievement .activate_item img {
        width: 100%;
        height: 485px; } }
  .achievement .activate_item .image-overlay {
    position: absolute;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 10%, #1a265c 96.82%);
    height: 30%;
    width: 100%;
    bottom: 0;
    overflow: hidden;
    border-radius: 8px; }
    .achievement .activate_item .image-overlay .text-overlay {
      justify-content: flex-end; }
      .achievement .activate_item .image-overlay .text-overlay .title {
        margin-bottom: 24px;
        padding: 0 16px;
        text-align: center; }
.achievement .partner-system {
  position: relative;
  margin-top: 80px; }
  @media (max-width: 576px) {
    .achievement .partner-system {
      margin-top: 40px; } }
  .achievement .partner-system::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: url("../../assets/img/home/partner-orange.png");
    background-size: cover;
    border-radius: 49px;
    opacity: 0.9; }
    @media (max-width: 576px) {
      .achievement .partner-system::before {
        border-radius: 25px; } }
  .achievement .partner-system img {
    width: 100%;
    height: 100%;
    border-radius: 49px;
    mix-blend-mode: color-burn; }
    @media (max-width: 576px) {
      .achievement .partner-system img {
        height: 130px;
        border-radius: 25px; } }
  .achievement .partner-system .system-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    .achievement .partner-system .system-overlay .btn-cus {
      background-color: #FFFFFF;
      color: #1a265c;
      border-radius: 35px;
      padding: 7px 35px; }
      @media (max-width: 576px) {
        .achievement .partner-system .system-overlay .btn-cus {
          padding: 5px 20px; } }

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