* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.fa {
  font-family: 'FontAwesome' !important; }

html,
body {
  border: 0;
  background-color: #FAFAFA;
  font-family: "SVN-Helvetica Now", sans-serif; }

html {
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: 100%; }

img {
  max-width: 100%; }

body {
  color: #0A0A0A;
  line-height: 1.45;
  font-size: 16px;
  background: #FAFAFA;
  font-family: "SVN-Helvetica Now", sans-serif;
  overflow-x: hidden;
  position: initial;
  max-width: 1600px;
  margin: 0 auto; }

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

:after, :before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* 1.2 - HTML5 Elements */
article,
aside,
details,
figcaption,
figure,
dialog,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

/* 1.3 - Typography */
h1, h2, h3, h4, h5, h6 {
  color: #0A0A0A;
  font-family: "Exo", sans-serif;
  margin: 0 0 13px 0;
  font-weight: 600;
  line-height: 1.4; }

h1 {
  font-size: 36px; }

h2 {
  font-size: 28px; }

h3 {
  font-size: 24px; }

h4 {
  font-size: 13px;
  line-height: 18px; }

h5 {
  font-size: 12px;
  line-height: 18px; }

h6 {
  font-size: 10px;
  line-height: 18px;
  text-transform: uppercase; }

.h1 {
  font-family: "Exo", sans-serif;
  font-size: 44px;
  font-weight: 600;
  letter-spacing: -1.7px;
  line-height: 57.2px; }

.h2 {
  font-family: "Exo", sans-serif;
  font-size: 40px;
  font-weight: 600;
  letter-spacing: -1.5px;
  line-height: 56px; }

.h3 {
  font-family: "Exo", sans-serif;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: -1px;
  line-height: 50px; }

.h4 {
  font-family: "Exo", sans-serif;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: -0.7px;
  line-height: 45px; }

.h5 {
  font-family: "Exo", sans-serif;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.5px;
  line-height: 34px; }

.h6 {
  font-family: "Exo", sans-serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.5px;
  line-height: 28px; }

@media (max-width: 991.98px) {
  .h1 {
    font-size: 30px;
    letter-spacing: -0.7px;
    line-height: 39px; }
  .h2 {
    font-size: 26px;
    letter-spacing: -0.5px;
    line-height: 34px; }
  .h3 {
    font-size: 24px;
    letter-spacing: -0.5px;
    line-height: 32px; }
  .h4 {
    font-size: 20px;
    letter-spacing: -0.2px;
    line-height: 26px; }
  .h5 {
    font-size: 18px;
    letter-spacing: -0.2px;
    line-height: 24px; }
  .h6 {
    font-size: 16px;
    letter-spacing: -0.1px;
    line-height: 21px; } }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #0A0A0A;
  font-family: "Exo", sans-serif; }

img {
  max-width: 100%; }

/* 1.4 - Links and Buttons */
a {
  color: #0A0A0A;
  text-decoration: none;
  outline: none;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

a:hover,
a:focus {
  color: #f26522;
  text-decoration: none;
  outline: none; }

a:active {
  outline: none; }

strong {
  font-weight: 700; }

em {
  font-style: italic; }

textarea {
  resize: none; }

/* 1.5 - Lists */
ul,
ol {
  padding: 0;
  margin: 0;
  list-style-type: none; }

.typeList-style * {
  max-width: 100% !important; }

.typeList-style ul {
  list-style: initial;
  padding-left: 20px; }

.typeList-style ol {
  list-style-type: decimal;
  padding-left: 20px; }

.typeList-style ul ul {
  list-style-type: circle; }

.typeList-style ul ul ul {
  list-style-type: square; }

.typeList-style ul li,
.typeList-style ol li {
  margin: 5px 0; }

/* 1.6 - Variable */
.item-news-card .news-content .news-heading, .item-featured-news .news-content .news-heading {
  white-space: initial;
  overflow: hidden;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  display: -webkit-box; }

.item-news-card .news-content .news-description, .item-featured-news .news-content .news-description {
  white-space: initial;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box; }

/* 1.7 - Button */
.button {
  position: relative;
  display: inline-block;
  z-index: 1;
  overflow: hidden;
  padding: 10px 32px;
  line-height: normal;
  color: #fff;
  border-radius: 4px;
  background-color: transparent;
  border: 1px solid #007ED4;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  outline: none !important;
  font-family: "Exo";
  -webkit-transition: all 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86); }

.button:before {
  content: '';
  display: block;
  background-color: #007ED4;
  position: absolute;
  left: -2px;
  top: -1px;
  right: -2px;
  bottom: -1px;
  z-index: -1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86); }

@media (min-width: 992px) {
  .button:hover,
  .button:focus {
    border-color: #007ED4;
    color: #007ED4; }
  .button:hover:before, .button:focus:before {
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1); } }

@media (max-width: 991.98px) {
  .button {
    font-size: 16px; } }

@media (max-width: 767.98px) {
  .button {
    font-size: 13px; } }

.tooltip-cs {
  position: relative; }
  .tooltip-cs .tooltip-hover {
    position: absolute;
    top: -36px;
    left: 50%;
    transform: translateX(-50%);
    height: 24px;
    line-height: 24px;
    background: #17191a;
    color: #fff;
    font-size: 10px;
    text-decoration: none;
    white-space: nowrap;
    padding: 0 8px;
    border-radius: 3px;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: all 300ms ease; }
    .tooltip-cs .tooltip-hover:after {
      content: "";
      display: block;
      position: absolute;
      bottom: 1px;
      left: 50%;
      width: 0;
      height: 0;
      border: solid;
      border-width: 8px 8px 0 8px;
      border-color: transparent;
      border-top-color: #000;
      -webkit-transform: translate(-50%, 100%);
      transform: translate(-50%, 100%); }
  .tooltip-cs:hover .tooltip-hover {
    opacity: 1;
    visibility: visible; }

.effect-image {
  position: relative;
  overflow: hidden; }
  .effect-image img {
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .effect-image:hover img {
    transform: scale(1.04);
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -ms-transform: scale(1.04);
    -o-transform: scale(1.04); }

.owl-carousel .owl-item .effect-image img.owl-lazy {
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.owlStyle .owl-carousel .owl-nav button {
  position: absolute;
  top: 50%;
  background: #fff;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  outline: none;
  box-shadow: none;
  border: none; }
  .owlStyle .owl-carousel .owl-nav button svg {
    width: 14px;
    height: 14px;
    fill: #000; }
  .owlStyle .owl-carousel .owl-nav button.owl-prev {
    left: 10px; }
  .owlStyle .owl-carousel .owl-nav button.owl-next {
    right: 10px; }
  .owlStyle .owl-carousel .owl-nav button.disabled {
    opacity: 0.5; }

.owlStyle .owl-carousel .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 25px; }
  .owlStyle .owl-carousel .owl-dots button {
    width: 4px;
    height: 4px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 100%;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin: 5px;
    outline: none;
    box-shadow: none;
    border: none; }
    .owlStyle .owl-carousel .owl-dots button.active {
      width: 8px;
      height: 8px; }

/* 2.2 - Breadcrumb */
.breadcrumb-shop {
  background: transparent;
  padding: 0 0px; }

.breadcrumb-paralax {
  position: relative;
  overflow: hidden;
  text-align: center;
  padding: 0px 0;
  margin-bottom: 40px;
  background-color: #fafafa; }

.breadcrumb-list {
  overflow: hidden; }

.breadcrumb-list .breadcrumb-arrows {
  font-size: 14px;
  padding: 16px 0;
  background: transparent;
  border-radius: 0;
  margin: 0;
  list-style: none; }

.breadcrumb-list .breadcrumb-arrows > li {
  display: inline-block; }

.breadcrumb-list .breadcrumb-arrows > li strong {
  font-weight: 400; }

.breadcrumb-list .breadcrumb-arrows > li a {
  color: #404040; }

.breadcrumb-list .breadcrumb-arrows > li + li:before {
  padding: 0 3px;
  margin-left: 5px;
  color: #ccc;
  font-family: 'FontAwesome';
  content: "/\00a0"; }

@media (max-width: 767px) {
  .breadcrumb-list .breadcrumb-arrows {
    padding: 7px 0;
    font-size: 12px;
    display: block;
    white-space: nowrap;
    overflow: scroll; }
  .breadcrumb-list .breadcrumb-arrows > li + li:before {
    padding: 0 2px; }
  .breadcrumb-list .breadcrumb-arrows::-webkit-scrollbar {
    display: none; }
  .breadcrumb-list .breadcrumb-arrows {
    -ms-overflow-style: none;
    scrollbar-width: none; } }

/* 2.3 - Pagination */
#pagination {
  margin: 30px 0; }
  #pagination .pagination {
    margin: 0;
    padding: 0;
    justify-content: center;
    -webkit-justify-content: center; }
    #pagination .pagination > li {
      display: inline-block;
      vertical-align: middle; }
      #pagination .pagination > li:not(:last-child) {
        margin-right: 8px; }
      #pagination .pagination > li > span, #pagination .pagination > li a {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        color: #333e48;
        background-color: #fff;
        width: 35px;
        height: 35px;
        text-align: center;
        font-weight: 600;
        padding: 0;
        opacity: 0.4;
        cursor: pointer;
        border-radius: 50%; }
        #pagination .pagination > li > span.current, #pagination .pagination > li a.current {
          background-color: #171718;
          border-color: #171718;
          color: #fff;
          opacity: 1; }
      #pagination .pagination > li > a:hover, #pagination .pagination > li > a:focus, #pagination .pagination > li > span:hover, #pagination .pagination > li > span:focus {
        z-index: 2;
        color: #fff;
        background-color: #2f3030;
        border-color: #2f3030;
        opacity: 1; }

/* 2.4 - 404 */
.layout-pageNot {
  padding: 40px 0; }

.layout-pageNot h1 span {
  display: block;
  color: #fff;
  font-size: 170px;
  font-weight: bold;
  text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3), 0 3px 5px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.2), 0 20px 20px rgba(0, 0, 0, 0.15); }

.layout-pageNot .subtext {
  font-size: 16px;
  max-width: 520px;
  margin: 0 auto 30px;
  font-weight: 400; }

.effect-image {
  position: relative;
  overflow: hidden; }
  .effect-image img {
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .effect-image:hover img {
    transform: scale(1.04);
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -ms-transform: scale(1.04);
    -o-transform: scale(1.04); }

.container {
  padding-left: 16px;
  padding-right: 16px; }
  @media (min-width: 1200px) {
    .container {
      max-width: 1324px; } }

.row {
  margin-left: -16px;
  margin-right: -16px; }

[class*="col-"] {
  padding-left: 16px;
  padding-right: 16px; }

/*====== FOOTER ========================*/
footer {
  background-color: #F5F5F5;
  padding: 90px 0 72px;
  color: #404040; }
  footer .footer-column {
    margin-bottom: 40px; }
  footer .footer-block {
    margin-bottom: 24px; }
    footer .footer-block:last-child {
      margin-bottom: 0; }
  footer .footer-title {
    font-weight: 600;
    margin-bottom: 16px;
    font-size: 20px;
    font-family: 'Exo'; }
  footer .contact-info .contact-item {
    display: flex;
    margin-bottom: 8px;
    align-items: flex-start;
    font-size: 14px; }
  footer .contact-info .contact-icon {
    margin-right: 8px; }
    footer .contact-info .contact-icon svg {
      width: 24px;
      height: 24px; }
  footer .footer-links {
    list-style: none;
    padding-left: 0; }
    footer .footer-links li {
      margin-bottom: 8px; }
      footer .footer-links li a {
        color: #171717;
        font-size: 14px;
        text-decoration: none; }
      footer .footer-links li:last-child {
        margin-bottom: 0; }
  footer .section-heading {
    font-weight: 700;
    margin-bottom: 8px;
    font-size: 14px; }
  footer .btn-buucuc {
    background: #007ED4;
    border-radius: 4px;
    padding: 8px 24px;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Exo';
    color: #fff; }
    footer .btn-buucuc svg {
      margin-right: 8px; }
  footer .app-download {
    display: flex;
    gap: 4px; }
    footer .app-download a {
      display: inline-block;
      border-radius: 5px;
      overflow: hidden; }
      footer .app-download a img {
        height: 32px; }
  footer .social-icons {
    gap: 8px;
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
    footer .social-icons a {
      display: inline-block; }
      footer .social-icons a svg {
        width: 28px;
        height: 28px; }
  footer .company-icons {
    gap: 16px;
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
    footer .company-icons a {
      display: inline-block; }
      footer .company-icons a img {
        height: 20px; }
  footer .legal-info {
    font-size: 12px;
    line-height: 16px; }
    footer .legal-info ul {
      padding-left: 30px; }
      footer .legal-info ul li {
        margin-bottom: 4px;
        position: relative; }
        footer .legal-info ul li:before {
          position: absolute;
          left: -15px;
          top: 5px;
          content: '';
          width: 5px;
          height: 5px;
          background: #404040; }
        footer .legal-info ul li:last-child {
          margin-bottom: 0; }
  footer .certification-badge {
    display: flex;
    align-items: center; }
    @media (max-width: 991.98px) {
      footer .certification-badge {
        display: flex;
        align-items: flex-start;
        flex-wrap: wrap;
        flex-direction: column;
        gap: 8px; } }
    footer .certification-badge .section-heading {
      margin-right: 12px;
      margin-bottom: 0; }
    footer .certification-badge img {
      height: 32px; }
  footer#footer-congnghe {
    color: #DEF0FF;
    border-top: 1px solid #0064AB;
    background: #091A6A; }
    footer#footer-congnghe .contact-info .contact-icon svg path {
      stroke: #DEF0FF; }
    footer#footer-congnghe .footer-links li a {
      color: #DEF0FF; }
  @media (max-width: 767.98px) {
    footer {
      padding: 32px 0; }
      footer .footer-column {
        margin-bottom: 20px; }
      footer .footer-block {
        margin-bottom: 0; }
      footer .footer-column-mobile {
        margin-bottom: 0; }
        footer .footer-column-mobile .footer-title {
          font-size: 16px;
          padding: 10px 0;
          margin: 0; }
          footer .footer-column-mobile .footer-title:before {
            content: "\f107";
            font-family: "FontAwesome";
            position: absolute;
            top: 5px;
            right: 16px;
            text-align: center;
            font-size: 22px;
            transition: all 0.4s ease-in-out 0s;
            -moz-transition: all 0.4s ease-in-out 0s;
            -o-transition: all 0.4s ease-in-out 0s;
            -webkit-transition: all 0.4s ease-in-out 0s;
            -ms-transition: all 0.4s ease-in-out 0s; }
          footer .footer-column-mobile .footer-title.opened:before {
            -moz-transform: rotate(-180deg);
            -webkit-transform: rotate(-180deg);
            -o-transform: rotate(-180deg);
            -ms-transform: rotate(-180deg);
            transform: rotate(-180deg); }
        footer .footer-column-mobile .block-collapse {
          display: none;
          padding: 10px 0 20px; }
      footer .contact-info .contact-item {
        display: flex;
        margin-bottom: 8px;
        align-items: flex-start;
        font-size: 14px; }
      footer .contact-info .contact-icon {
        margin-right: 8px; }
        footer .contact-info .contact-icon svg {
          width: 24px;
          height: 24px; }
      footer .footer-links {
        list-style: none;
        padding-left: 0; }
        footer .footer-links li {
          margin-bottom: 8px; }
          footer .footer-links li a {
            color: #171717;
            font-size: 14px;
            text-decoration: none; }
          footer .footer-links li:last-child {
            margin-bottom: 0; }
      footer .btn-buucuc {
        padding: 8px;
        font-size: 13px; }
        footer .btn-buucuc svg {
          margin-right: 4px; }
      footer .footer-column-flex {
        display: flex;
        flex-wrap: wrap;
        gap: 16px; }
        footer .footer-column-flex .footer-block {
          flex: 0 0 calc(50% - 8px);
          max-width: calc(50% - 8px); }
          footer .footer-column-flex .footer-block.footer-block-social {
            order: 1; }
          footer .footer-column-flex .footer-block.footer-block-certification {
            order: 2; }
          footer .footer-column-flex .footer-block.footer-block-company {
            order: 3;
            flex: 0 0 100%;
            max-width: 100%; }
      footer .certification-badge {
        display: flex;
        align-items: flex-start;
        flex-wrap: wrap;
        flex-direction: column;
        gap: 8px; }
        footer .certification-badge .section-heading {
          margin-right: 0;
          margin-bottom: 0; }
        footer .certification-badge img {
          height: 24px; } }

/*====== maps ========================*/
.address-map {
  position: relative; }
  .address-map.loading {
    overflow: hidden;
    height: 570px; }

.address-loading {
  opacity: 1;
  visibility: visible;
  background-color: rgba(255, 255, 255, 0.7);
  background-image: url(https://cdn.hstatic.net/files/200000472237/file/loading.svg);
  background-size: 90px;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 5;
  bottom: 0;
  margin: auto;
  text-align: center; }

/*====== Icon Fixed ========================*/
.categories-faq {
  position: fixed;
  z-index: 1000;
  top: 50%;
  right: 10px;
  opacity: 1;
  visibility: visible;
  transition: all .5s ease-out;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }
  .categories-faq ul {
    margin-bottom: 0;
    display: inline-flex;
    padding: 16px 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    background: #fff;
    border-radius: 12px;
    border: 1px solid #F5F5F5;
    box-shadow: 0 12px 16px -4px rgba(16, 24, 40, 0.08), 0 4px 6px -2px rgba(16, 24, 40, 0.03); }
    .categories-faq ul li {
      position: relative;
      text-align: center;
      transition: all .25s ease, transform .25s ease;
      font-weight: 600;
      cursor: pointer;
      padding-bottom: 8px;
      padding-left: 8px;
      padding-right: 8px;
      border-bottom: 1px solid #f5f5f5;
      width: 100%; }
      .categories-faq ul li a {
        display: block;
        position: relative;
        color: #404040;
        text-align: center;
        font-size: 14px .categories-faq ul li a; }
        .categories-faq ul li a :hover {
          color: #ff5200; }
      .categories-faq ul li .category-ic {
        line-height: 1;
        margin: auto auto 8px;
        width: 40px; }
        .categories-faq ul li .category-ic img {
          -webkit-transform: translateZ(0);
          transform: translateZ(0);
          -webkit-transition-duration: .3s;
          transition-duration: .3s;
          -webkit-transition-property: transform;
          transition-property: transform;
          vertical-align: middle; }
      .categories-faq ul li:hover img {
        -webkit-transform: scale(1.1) rotate(10deg) !important;
        transform: scale(1.1) rotate(4deg) !important; }
      .categories-faq ul li:last-child {
        padding: 0;
        margin: 0;
        border: 0; }
  @media (max-width: 1024px) {
    .categories-faq {
      display: none !important; } }

/*====== article Loop ========================*/
.item-news-card {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  background: #fff; }
  .item-news-card img {
    aspect-ratio: 16 / 9;
    width: 100%;
    object-fit: cover;
    height: 100%; }
  .item-news-card .news-content {
    padding: 12px 16px 16px 16px;
    background: #fff;
    display: flex;
    flex-direction: column;
    gap: 4px; }
    .item-news-card .news-content .news-time {
      margin-bottom: 8px;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 6px;
      font-size: 13px;
      color: #6B7280; }
      .item-news-card .news-content .news-time svg path {
        stroke: #6B7280; }
    .item-news-card .news-content .news-heading {
      margin-bottom: 0px;
      font-size: 18px;
      line-height: inherit; }
      .item-news-card .news-content .news-heading a {
        display: block; }
    .item-news-card .news-content .news-description {
      margin-bottom: 0px;
      color: #6B7280; }
    .item-news-card .news-content .read-more {
      padding: 9px 0;
      display: block;
      color: #FF5200;
      font-weight: 600;
      font-family: "Exo";
      font-weight: 600;
      text-decoration-line: underline;
      text-decoration-style: solid;
      text-decoration-skip-ink: none;
      text-decoration-thickness: 6%;
      /* 1.08px */
      text-underline-offset: 35%;
      /* 6.3px */
      text-underline-position: from-font; }
      .item-news-card .news-content .read-more:hover {
        color: #FF5200; }
  @media (max-width: 991.98px) {
    .item-news-card .news-content {
      padding: 12px; }
      .item-news-card .news-content .news-time {
        font-size: 12px;
        margin-bottom: 8px; }
      .item-news-card .news-content .news-description {
        font-size: 14px; }
      .item-news-card .news-content .read-more {
        font-size: 13px; } }

.item-featured-news {
  display: flex;
  flex-wrap: wrap;
  height: auto; }
  .item-featured-news .news-image {
    flex: 0 0 40%;
    max-width: 40%;
    border-radius: 12px; }
    .item-featured-news .news-image img {
      aspect-ratio: 3 / 2;
      width: 100%;
      object-fit: cover; }
  .item-featured-news .news-content {
    flex: 0 0 60%;
    max-width: 60%;
    padding: 8px 16px;
    background: #fff;
    display: flex;
    flex-direction: column;
    gap: 8px; }
    .item-featured-news .news-content .news-time {
      margin-bottom: 4px; }
    .item-featured-news .news-content .news-heading {
      margin-bottom: 0px;
      font-size: 18px;
      line-height: inherit; }
      .item-featured-news .news-content .news-heading a {
        display: block; }
    .item-featured-news .news-content .news-description {
      margin-bottom: 0px;
      color: #6B7280; }
  @media (max-width: 991.98px) {
    .item-featured-news .news-content {
      padding: 12px 12px 12px 10px; }
      .item-featured-news .news-content .news-time {
        font-size: 12px;
        margin-bottom: 0px; }
      .item-featured-news .news-content .news-description {
        font-size: 14px; } }

/*====== heading page========================*/
.heading-page {
  padding: 35px 0 60px;
  text-align: center; }

.heading-page h1 {
  font-size: 30px;
  font-weight: bold;
  line-height: initial;
  color: #00467f;
  text-transform: uppercase;
  margin-bottom: 0;
  position: relative;
  display: inline-block;
  padding-bottom: 10px; }

.heading-page h1:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 80%;
  height: 2px;
  background: #00467f; }

.content-page {
  margin-bottom: 50px; }

.fixed-mobile {
  position: fixed;
  z-index: 999;
  bottom: 0;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  width: 100%; }
  .fixed-mobile .form-mobile {
    flex: 0 0 60%;
    max-width: 60%; }
    .fixed-mobile .form-mobile form {
      position: relative; }
    .fixed-mobile .form-mobile input {
      background: #fff;
      padding: 8px 8px 8px 36px;
      border: 1px solid #ffecd3;
      outline: none;
      width: 100%;
      font-size: 12px; }
    .fixed-mobile .form-mobile .button-search-tracking {
      position: absolute;
      top: 50%;
      left: 10px;
      width: 25px;
      height: 25px;
      transform: translateY(-50%);
      padding: 0;
      line-height: 20px;
      border-radius: 0; }
  .fixed-mobile .actions-fixed-mobile {
    flex: 0 0 40%;
    max-width: 40%;
    display: flex;
    flex-wrap: wrap; }
    .fixed-mobile .actions-fixed-mobile a {
      font-weight: 600;
      display: flex;
      min-height: 32px;
      padding: 4px 8px;
      justify-content: center;
      align-items: center;
      gap: 8px;
      align-self: stretch;
      font-size: 12px;
      width: 100%;
      font-family: "Exo", sans-serif;
      background-color: #007ED4;
      color: #ffffff; }
      .fixed-mobile .actions-fixed-mobile a:nth-child(2) {
        background-color: #FF6C0A;
        color: #ffffff; }

.contact-form .input-group {
  width: 100%;
  margin-bottom: 12px; }

.contact-form .input-group input,
.contact-form .input-group textarea {
  color: #5c5c5c;
  height: 45px;
  width: 100%;
  padding: 8px 12px;
  background: #fff;
  border: 1px solid #eae4e8;
  border-radius: 4px;
  box-shadow: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none; }

.contact-form .input-group textarea {
  width: 100%;
  height: 110px;
  padding: 20px; }

.contact-form .input-group textarea:focus {
  outline: none; }
