@charset "UTF-8";
:root {
  --mainColor: #ED1C24; }

@keyframes marquee {
  0% {
    transform: translate(0, 0); }
  100% {
    transform: translate(-100%, 0); } }

@keyframes marquee2 {
  to {
    transform: translateX(-50%); } }

.container {
  zoom: 1;
  margin: 0 auto;
  padding: 0 15px; }
  @media screen and (min-width: 480px) {
    .container {
      padding: 0 2em; } }
  @media (min-width: 1366px) {
    .container {
      max-width: calc(100vw - 200px); } }
  .container:after {
    content: '';
    display: table;
    clear: both; }

.noarrow, .home-category .container .home-category-container .home-category-heading .home-category-button-wrap .home-category-button, .home-collections-groups .home-collections-groups-container .home-collections-groups-content .global_button, .home-duan .home-duan-container .home-duan-heading .home-duan-buttons .home-duan-button, .home-contact .container .home-contact-container .home-contact-content .home-contact-form-wrap .home-contact-form .home-contact-form-inner .home-contact-form-row .home-contact-form-submit .home-contact-form-button, .page-category .container .page-category-container .page-category-heading .page-category-button-wrap .page-category-button {
  padding: 0.75em 1.5em;
  background: var(--mainColor);
  transition: all 0.5s; }
  .noarrow:hover, .home-category .container .home-category-container .home-category-heading .home-category-button-wrap .home-category-button:hover, .home-collections-groups .home-collections-groups-container .home-collections-groups-content .global_button:hover, .home-duan .home-duan-container .home-duan-heading .home-duan-buttons .home-duan-button:hover, .home-contact .container .home-contact-container .home-contact-content .home-contact-form-wrap .home-contact-form .home-contact-form-inner .home-contact-form-row .home-contact-form-submit .home-contact-form-button:hover, .page-category .container .page-category-container .page-category-heading .page-category-button-wrap .page-category-button:hover {
    background: transparent !important;
    color: var(--mainColor) !important;
    border-color: var(--mainColor) !important;
    transition: all 0.5s; }
  .noarrow .home-leadership-button-icon, .home-category .container .home-category-container .home-category-heading .home-category-button-wrap .home-category-button .home-leadership-button-icon, .home-collections-groups .home-collections-groups-container .home-collections-groups-content .global_button .home-leadership-button-icon, .home-duan .home-duan-container .home-duan-heading .home-duan-buttons .home-duan-button .home-leadership-button-icon, .home-contact .container .home-contact-container .home-contact-content .home-contact-form-wrap .home-contact-form .home-contact-form-inner .home-contact-form-row .home-contact-form-submit .home-contact-form-button .home-leadership-button-icon, .page-category .container .page-category-container .page-category-heading .page-category-button-wrap .page-category-button .home-leadership-button-icon {
    display: none; }

.global_section, .home-leadership, .home-category, .home-collections-groups, .home-duan, .home-video, .home-blog, .home-banners, .home-contact, .page-category {
  font-size: 1rem;
  margin: 5em 0; }
  @media (max-width: 991px) {
    .global_section, .home-leadership, .home-category, .home-collections-groups, .home-duan, .home-video, .home-blog, .home-banners, .home-contact, .page-category {
      margin: 2.5em 0; } }

.global_label {
  background: #F4F4F4;
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
  padding: 0.25em 0.5em;
  border-radius: 0.25em;
  color: var(--mainColor);
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 1em; }
  .global_label:before {
    content: "";
    width: 4px;
    aspect-ratio: 1;
    display: block;
    background: currentcolor;
    border-radius: 999px; }

.global_title {
  font-size: 2em;
  font-weight: bold;
  margin-bottom: 1em; }

.global_content, .home-duan .home-duan-container .home-duan-items .home-duan-item .home-duan-item-content .home-duan-item-description {
  color: #A1A1A1;
  margin-bottom: 1em; }

.global_button {
  margin: 2em 0 1em;
  background: #000;
  display: inline-block;
  padding: 0.75em 1.5em 0.75em 3.5em;
  border-radius: 999px;
  position: relative;
  height: 3em;
  font-weight: bold;
  color: #FFF;
  font-size: 1rem;
  border: 1px solid var(--mainColor);
  transition: all 0.5s; }
  .global_button:hover {
    background: var(--mainColor);
    color: #FFF; }
  @media (max-width: 991px) {
    .global_button {
      font-size: 0.9em;
      white-space: nowrap; } }
  .global_button [class*="button-icon"] {
    position: absolute;
    left: 0.25em;
    top: 0.25em;
    width: 2.5em;
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--mainColor);
    border-radius: 999px;
    font-weight: bold; }
    .global_button [class*="button-icon"] svg {
      width: 70%;
      height: 70%;
      fill: #FFF;
      stroke: #FFF; }

#header .fcustom-header {
  font-size: 1rem;
  background: rgba(0, 0, 0, 0.5) !important;
  backdrop-filter: blur(5px); }
  #header .fcustom-header .fcustom-header-ul {
    justify-content: center !important; }
    #header .fcustom-header .fcustom-header-ul > li {
      border: none !important;
      width: auto !important; }
      #header .fcustom-header .fcustom-header-ul > li.hd-logo {
        font-size: 0;
        margin-right: auto !important; }
        #header .fcustom-header .fcustom-header-ul > li.hd-logo img {
          max-height: 75px; }
      #header .fcustom-header .fcustom-header-ul > li:last-child {
        margin-left: auto !important; }
      #header .fcustom-header .fcustom-header-ul > li > a {
        font-size: 12px !important; }

#header .desktop-header .desktop-header-navbar > .wrapper > .inner > ul > li {
  padding: 5px 15px; }

@media (min-width: 1200px) {
  #header .desktop-header .desktop-header-navbar > .wrapper > .inner > ul > li > a {
    font-size: 15px !important; } }

.home-leadership {
  font-size: 1rem; }
  .home-leadership .container .home-leadership-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2.5em;
    align-items: center; }
    .home-leadership .container .home-leadership-container > * {
      min-width: 0; }
    @media (max-width: 991px) {
      .home-leadership .container .home-leadership-container {
        grid-template-columns: 1fr; } }
    .home-leadership .container .home-leadership-container .home-leadership-content .home-leadership-description {
      text-align: justify !important; }
    .home-leadership .container .home-leadership-container .home-leadership-content .home-leadership-stats {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 0 1px; }
      .home-leadership .container .home-leadership-container .home-leadership-content .home-leadership-stats .home-leadership-stat-item {
        background: #E1E8F0;
        position: relative;
        padding: 1em 3em;
        border-radius: 0.25em; }
        @media (max-width: 991px) {
          .home-leadership .container .home-leadership-container .home-leadership-content .home-leadership-stats .home-leadership-stat-item {
            padding: 1em; } }
        .home-leadership .container .home-leadership-container .home-leadership-content .home-leadership-stats .home-leadership-stat-item:nth-child(1):after, .home-leadership .container .home-leadership-container .home-leadership-content .home-leadership-stats .home-leadership-stat-item:nth-child(3):after {
          content: "";
          width: 10px;
          height: 10px;
          border-radius: 999px;
          border: 3px solid var(--mainColor);
          position: absolute;
          top: 50%;
          translate: 0 -50%;
          right: -5px;
          z-index: 1; }
        .home-leadership .container .home-leadership-container .home-leadership-content .home-leadership-stats .home-leadership-stat-item .home-leadership-stat-title {
          font-size: 3em;
          font-weight: bold; }

.marquee-small {
  position: relative;
  overflow: hidden;
  background-color: var(--mainColor);
  border-radius: var(--border_radius); }

.marquee-small .marquee_text2 {
  display: flex;
  align-items: center;
  gap: 60px;
  padding: 20px 0;
  width: max-content;
  animation: marquee 20s linear infinite; }

.home-marquee-logo-item {
  display: flex;
  align-items: center;
  justify-content: center; }

.home-marquee-logo-item img {
  max-height: 50px;
  width: auto;
  opacity: 0.85;
  transition: 0.3s ease; }

.home-marquee-logo-item img:hover {
  opacity: 1;
  transform: scale(1.05); }

/* Animation */
@keyframes marquee {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(-50%); } }

.home-marquee {
  position: relative;
  overflow: hidden;
  width: 100%; }

.home-marquee-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 20px 0; }

.home-marquee-track {
  display: flex;
  align-items: center;
  width: max-content;
  will-change: transform;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px; }

.home-marquee-group {
  display: flex;
  align-items: center;
  flex: 0 0 auto; }

.home-marquee-item {
  flex: 0 0 auto;
  margin-right: 30px; }

.home-marquee-item:last-child {
  margin-right: 30px; }

.home-marquee-item a,
.home-marquee-item picture {
  display: block; }

.home-marquee-item img {
  display: block;
  width: auto;
  height: auto;
  max-width: none;
  max-height: 100px;
  object-fit: contain; }

@media (max-width: 767px) {
  .home-marquee-item {
    margin-right: 18px; }
  .home-marquee-item img {
    max-height: 72px; } }

.home-marquee-track {
  display: flex; }

.home-marquee-group {
  display: flex;
  align-items: center;
  gap: 80px;
  /* khoảng cách giữa logo */ }

.home-marquee-item {
  flex: 0 0 auto;
  width: 160px;
  /* width logo */
  display: flex;
  justify-content: center; }

.home-marquee-group {
  display: flex;
  align-items: center;
  gap: 60px; }

.home-marquee-item {
  flex: 0 0 calc((100vw - 300px) / 6);
  max-width: 180px;
  display: flex;
  justify-content: center; }

@media (max-width: 767px) {
  .home-marquee-group {
    gap: 40px; }
  .home-marquee-item {
    flex: 0 0 calc((100vw - 120px) / 4); } }

.home-category {
  font-size: 1rem; }
  .home-category .container .home-category-container .home-category-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between; }
    .home-category .container .home-category-container .home-category-heading .home-category-heading-content .home-category-title {
      margin-bottom: 0; }
    .home-category .container .home-category-container .home-category-heading .home-category-button-wrap .home-category-button {
      margin-bottom: 0; }
  .home-category .container .home-category-container .home-category-items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1.25em;
    margin-top: 2.5em; }
    .home-category .container .home-category-container .home-category-items > * {
      min-width: 0; }
    @media (max-width: 991px) {
      .home-category .container .home-category-container .home-category-items {
        grid-template-columns: inherit;
        grid-auto-columns: 40%;
        grid-auto-flow: column;
        overflow: auto hidden;
        padding-bottom: 0.25em; } }
    @media (max-width: 640px) {
      .home-category .container .home-category-container .home-category-items {
        grid-template-columns: inherit;
        grid-auto-columns: 60%;
        grid-auto-flow: column;
        overflow: auto hidden;
        padding-bottom: 0.25em; } }
    .home-category .container .home-category-container .home-category-items .home-category-item {
      background: #F4F4F4;
      border-radius: 0.25rem;
      padding: 1em; }
      .home-category .container .home-category-container .home-category-items .home-category-item .home-category-item-top .home-category-item-arrow {
        position: absolute;
        top: 0;
        right: 0;
        width: 40px;
        height: 40px;
        background: #FFF;
        border-radius: 0 0 0.25rem 0.25rem;
        display: flex;
        justify-content: center;
        align-items: center; }
        .home-category .container .home-category-container .home-category-items .home-category-item .home-category-item-top .home-category-item-arrow svg {
          transform: rotate(-45deg); }
      .home-category .container .home-category-container .home-category-items .home-category-item .home-category-item-top .home-category-item-icon img {
        max-width: 40px;
        margin-bottom: 0.5em; }
      .home-category .container .home-category-container .home-category-items .home-category-item .home-category-item-top .home-category-item-title {
        font-weight: bold;
        margin-bottom: 0.5em; }
      .home-category .container .home-category-container .home-category-items .home-category-item .home-category-item-top .home-category-item-content {
        margin-bottom: 0.5em; }
      .home-category .container .home-category-container .home-category-items .home-category-item .home-category-item-bottom .home-category-item-image img {
        border-radius: 0.25em; }

.home-collections-groups {
  font-size: 1rem; }
  .home-collections-groups .home-collections-groups-container {
    padding-bottom: 5rem;
    border-bottom: 1px solid #DbDbDb;
    display: grid;
    grid-template-columns: 40% 1fr;
    gap: 2.5rem; }
    .home-collections-groups .home-collections-groups-container > * {
      min-width: 0; }
    @media (max-width: 991px) {
      .home-collections-groups .home-collections-groups-container {
        grid-template-columns: 1fr; } }

.home-duan .home-duan-container .home-duan-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid #DbDbDb; }
  .home-duan .home-duan-container .home-duan-heading .home-duan-heading-content .home-duan-title {
    margin: 0; }
  @media (max-width: 991px) {
    .home-duan .home-duan-container .home-duan-heading .home-duan-buttons {
      text-align: right;
      display: flex;
      flex-direction: column;
      gap: 0.5em; } }
  .home-duan .home-duan-container .home-duan-heading .home-duan-buttons .home-duan-button {
    text-align: center;
    margin: 0 0 0 10px; }

.home-duan .home-duan-container .home-duan-items {
  margin-top: 2.5rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1.25rem; }
  .home-duan .home-duan-container .home-duan-items > * {
    min-width: 0; }
  @media (max-width: 991px) {
    .home-duan .home-duan-container .home-duan-items {
      grid-template-columns: inherit;
      grid-auto-columns: 40%;
      grid-auto-flow: column;
      overflow: auto hidden;
      padding-bottom: 0.25em; } }
  @media (max-width: 640px) {
    .home-duan .home-duan-container .home-duan-items {
      grid-template-columns: inherit;
      grid-auto-columns: 60%;
      grid-auto-flow: column;
      overflow: auto hidden;
      padding-bottom: 0.25em; } }
  .home-duan .home-duan-container .home-duan-items .home-duan-item .home-duan-item-image {
    border-radius: 0.25em;
    overflow: hidden;
    margin-bottom: 1.25em; }
  .home-duan .home-duan-container .home-duan-items .home-duan-item .home-duan-item-content {
    border-bottom: 1px solid #000; }
    .home-duan .home-duan-container .home-duan-items .home-duan-item .home-duan-item-content .home-duan-item-title {
      font-weight: bold;
      display: flex;
      align-items: center;
      justify-content: space-between; }

.home-video {
  font-size: 1rem; }
  .home-video .home-video-container .home-video-wrap {
    position: relative; }
    .home-video .home-video-container .home-video-wrap .home-video-thumbnail img {
      border-radius: 1em; }
    .home-video .home-video-container .home-video-wrap .home-video-play-overlay .home-video-play-button .home-video-play-icon {
      border: 1px solid #FFF;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 100px;
      height: 100px;
      border-radius: 999px;
      display: flex;
      justify-content: center;
      align-items: center;
      --char-length: 20;
      --inner-angle: calc((360 / var(--char-length)) * 1deg);
      --character-size: 2;
      --radius: calc(var(--character-size) /(sin(var(--inner-angle))) * -1ch); }

@keyframes spin {
  from {
    transform: rotate(0); }
  to {
    transform: rotate(360deg); } }
      .home-video .home-video-container .home-video-wrap .home-video-play-overlay .home-video-play-button .home-video-play-icon .home-video-play-circle {
        border: 1px solid #FFF;
        width: 60%;
        height: 60%;
        border-radius: 999px;
        display: flex;
        justify-content: center;
        align-items: center; }
        .home-video .home-video-container .home-video-wrap .home-video-play-overlay .home-video-play-button .home-video-play-icon .home-video-play-circle .home-video-play-triangle {
          color: #FFF;
          font-size: 1.5em; }
      .home-video .home-video-container .home-video-wrap .home-video-play-overlay .home-video-play-button .home-video-play-icon .home-video-play-text {
        animation-name: spin;
        animation-direction: reverse;
        animation-iteration-count: infinite;
        animation-timing-function: linear;
        animation-duration: 12s;
        animation-play-state: running;
        will-change: transform;
        transform-style: preserve-3d;
        display: none; }
        .home-video .home-video-container .home-video-wrap .home-video-play-overlay .home-video-play-button .home-video-play-icon .home-video-play-text span {
          display: inline-block;
          position: absolute;
          top: 50%;
          left: 50%;
          color: #FFF;
          transform: translate(-50%, -50%) rotate(calc(var(--inner-angle) * var(--char-id))) translateY(var(--radius)); }

.home-blog .home-blog-container .home-blog-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between; }
  .home-blog .home-blog-container .home-blog-heading .home-blog-heading-content .home-blog-title {
    margin: 0; }
  .home-blog .home-blog-container .home-blog-heading .home-blog-button-wrap .home-blog-button {
    margin: 0; }

.home-blog .home-blog-container .home-blog-articles {
  margin-top: 2.5em; }
  .home-blog .home-blog-container .home-blog-articles .home-blog-articles-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1.25em; }
    .home-blog .home-blog-container .home-blog-articles .home-blog-articles-list > * {
      min-width: 0; }

.home-banners .home-banners-container .home-banners-items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 1.25em; }
  @media (max-width: 640px) {
    .home-banners .home-banners-container .home-banners-items {
      grid-template-columns: 1fr 1fr; } }
  .home-banners .home-banners-container .home-banners-items .home-banners-item {
    position: relative; }
    .home-banners .home-banners-container .home-banners-items .home-banners-item .home-banners-item-link:hover .home-banners-item-content {
      opacity: 1;
      visibility: visible; }
    .home-banners .home-banners-container .home-banners-items .home-banners-item .home-banners-item-link .home-banners-item-image img {
      border-radius: 0.25rem; }
    .home-banners .home-banners-container .home-banners-items .home-banners-item .home-banners-item-link .home-banners-item-content {
      position: absolute;
      inset: 0;
      color: #333;
      text-align: center;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      opacity: 0;
      visibility: hidden;
      transition: all 0.5s;
      background: rgba(255, 255, 255, 0.75);
      backdrop-filter: blur(1px); }
      .home-banners .home-banners-container .home-banners-items .home-banners-item .home-banners-item-link .home-banners-item-content .home-banners-item-title {
        font-weight: bold; }

.home-contact {
  font-size: 1rem;
  margin-bottom: 0 !important; }
  .home-contact .container .home-contact-container .home-contact-heading {
    text-align: center; }
    .home-contact .container .home-contact-container .home-contact-heading .home-contact-title {
      margin: 0; }
  .home-contact .container .home-contact-container .home-contact-content {
    margin-top: 2.5em; }
    .home-contact .container .home-contact-container .home-contact-content .home-contact-form-wrap {
      max-width: 1000px;
      position: relative;
      z-index: 2;
      margin: 0 auto;
      background: #FFF;
      border: 1px solid #DbDbDb;
      padding: 2.5em;
      display: grid;
      border-radius: 1em;
      grid-template-columns: 65% 1fr;
      border: 5px solid var(--mainColor);
      gap: 1em; }
      .home-contact .container .home-contact-container .home-contact-content .home-contact-form-wrap > * {
        min-width: 0; }
      @media (max-width: 991px) {
        .home-contact .container .home-contact-container .home-contact-content .home-contact-form-wrap {
          grid-template-columns: 1fr;
          padding: 1.5em; } }
      .home-contact .container .home-contact-container .home-contact-content .home-contact-form-wrap .home-contact-form .home-contact-form-inner .home-contact-form-row {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 1em; }
        .home-contact .container .home-contact-container .home-contact-content .home-contact-form-wrap .home-contact-form .home-contact-form-inner .home-contact-form-row > * {
          min-width: 0; }
        .home-contact .container .home-contact-container .home-contact-content .home-contact-form-wrap .home-contact-form .home-contact-form-inner .home-contact-form-row .home-contact-form-field-full {
          grid-column: 1 / -1; }
        .home-contact .container .home-contact-container .home-contact-content .home-contact-form-wrap .home-contact-form .home-contact-form-inner .home-contact-form-row label {
          font-weight: bold;
          margin-bottom: 0.5em;
          display: block; }
        .home-contact .container .home-contact-container .home-contact-content .home-contact-form-wrap .home-contact-form .home-contact-form-inner .home-contact-form-row input,
        .home-contact .container .home-contact-container .home-contact-content .home-contact-form-wrap .home-contact-form .home-contact-form-inner .home-contact-form-row textarea,
        .home-contact .container .home-contact-container .home-contact-content .home-contact-form-wrap .home-contact-form .home-contact-form-inner .home-contact-form-row select {
          width: 100%;
          padding: 0.5em 1em;
          border-radius: 0.25em;
          margin-bottom: 1em; }
      .home-contact .container .home-contact-container .home-contact-content .home-contact-form-wrap .home-contact-form-banner img {
        width: 100%;
        border-radius: 0.25em; }
  .home-contact .home-contact-image-bottom {
    margin-top: 50px;
    position: relative;
    z-index: -1; }
    @media (max-width: 991px) {
      .home-contact .home-contact-image-bottom {
        margin-top: 30px; } }
    .home-contact .home-contact-image-bottom .home-contact-image img {
      width: 100%; }

.footer {
  background: #000 !important;
  font-size: 1rem;
  padding: 2em; }
  .footer a {
    color: #FFF; }
  .footer .footer-container {
    background: var(--mainColor);
    border-radius: 2em;
    padding: 2em 2em 0; }
    @media (max-width: 991px) {
      .footer .footer-container {
        padding: 1em 1em 0; } }
    .footer .footer-container .container .footer-main {
      display: grid;
      grid-template-columns: 1fr 20% 20% 1fr;
      gap: 1em;
      margin-bottom: 2em;
      padding-bottom: 2em;
      border-bottom: 1px solid #FFF; }
      .footer .footer-container .container .footer-main > * {
        min-width: 0; }
      @media (max-width: 991px) {
        .footer .footer-container .container .footer-main {
          grid-template-columns: 1fr 1fr; } }
      @media (max-width: 640px) {
        .footer .footer-container .container .footer-main {
          grid-template-columns: 1fr; } }
      .footer .footer-container .container .footer-main .footer-col.footer-col-1 .footer-logo img {
        max-height: 100px;
        width: auto; }
      .footer .footer-container .container .footer-main .footer-col.footer-col-1 .footer-content {
        color: #FFF; }
      .footer .footer-container .container .footer-main .footer-col.footer-col-2 .footer-contact .footer-contact-item {
        margin-bottom: 1em; }
        .footer .footer-container .container .footer-main .footer-col.footer-col-2 .footer-contact .footer-contact-item a {
          margin-top: 0.5em;
          display: block;
          font-weight: 400; }
      .footer .footer-container .container .footer-main .footer-col.footer-col-3 .footer-menu .footer-menu-item a {
        display: block;
        margin-bottom: 1.5em; }
      .footer .footer-container .container .footer-main .footer-col.footer-col-4 .footer-newsletter .footer-newsletter-title {
        margin-bottom: 0.5em; }
      .footer .footer-container .container .footer-main .footer-col.footer-col-4 .footer-newsletter .footer-newsletter-form {
        margin-top: 0;
        position: relative; }
        .footer .footer-container .container .footer-main .footer-col.footer-col-4 .footer-newsletter .footer-newsletter-form .footer-newsletter-input-wrap .footer-newsletter-input {
          width: 100%;
          padding: 0 1em;
          border-radius: 0.5em;
          height: 40px; }
        .footer .footer-container .container .footer-main .footer-col.footer-col-4 .footer-newsletter .footer-newsletter-form .footer-newsletter-input-wrap .footer-newsletter-button {
          position: absolute;
          right: 5px;
          top: 5px;
          left: inherit;
          height: 30px;
          aspect-ratio: 1;
          display: flex;
          justify-content: center;
          align-items: center;
          color: #FFF;
          background: var(--mainColor);
          border-radius: 0.5em; }
          .footer .footer-container .container .footer-main .footer-col.footer-col-4 .footer-newsletter .footer-newsletter-form .footer-newsletter-input-wrap .footer-newsletter-button svg {
            width: 70%;
            height: 70%; }
        .footer .footer-container .container .footer-main .footer-col.footer-col-4 .footer-newsletter .footer-newsletter-form .footer-newsletter-agree {
          margin-top: 0.5em; }
          .footer .footer-container .container .footer-main .footer-col.footer-col-4 .footer-newsletter .footer-newsletter-form .footer-newsletter-agree .footer-newsletter-agree-label span a {
            text-decoration: underline; }
    .footer .footer-container .container .footer-bottom {
      text-align: right; }
      .footer .footer-container .container .footer-bottom .footer-hotline {
        margin-bottom: 2em;
        border: 1px solid #FFF;
        display: inline-block;
        padding: 0.5em 1em;
        border-radius: 50em; }
      .footer .footer-container .container .footer-bottom .footer-company-text {
        text-align: center;
        font-size: 10vw;
        font-weight: bold;
        background: -webkit-linear-gradient(#eee, var(--mainColor));
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        margin: 0;
        line-height: 1; }

.home-collections-groups-products {
  margin: 0 -1em; }
  .home-collections-groups-products .product-item {
    padding: 0 1em;
    border: none; }
    .home-collections-groups-products .product-item .product-item-info {
      border: none !important;
      box-shadow: none !important;
      background: transparent; }
      .home-collections-groups-products .product-item .product-item-info * {
        color: #333 !important; }

.home-blog .article-item {
  position: relative; }
  .home-blog .article-item .article-img a img {
    aspect-ratio: 4 / 3;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .home-blog .article-item .article-img .article-date {
    position: absolute;
    top: 10px;
    left: 10px;
    color: #FFF;
    background: rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(5px);
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.25em;
    width: 60px;
    height: 70px;
    border-radius: 0.25rem; }
    .home-blog .article-item .article-img .article-date b {
      font-size: 130%; }
    .home-blog .article-item .article-img .article-date small {
      font-size: 65%; }
  .home-blog .article-item .article-info-wrapper {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.15);
    padding: 16px;
    backdrop-filter: blur(5px);
    border: none; }
    .home-blog .article-item .article-info-wrapper .article-info {
      padding: 0;
      margin-bottom: 0.25rem; }
      .home-blog .article-item .article-info-wrapper .article-info a {
        padding: 0;
        color: #FFF;
        font-size: 80%; }
    .home-blog .article-item .article-info-wrapper .article-title {
      padding: 0;
      margin: 0; }
      .home-blog .article-item .article-info-wrapper .article-title a {
        color: #FFF; }
    .home-blog .article-item .article-info-wrapper .article-desc {
      margin: 0;
      padding: 0;
      border: none;
      display: none; }

.home-category .container .home-category-container .home-category-heading .home-category-heading-content .home-category-title b {
  font-style: italic;
  color: var(--mainColor); }

.only-mobile {
  display: none; }

.only-desktop {
  display: block; }

@media screen and (max-width: 767px) {
  .only-mobile {
    display: block; }
  .only-desktop {
    display: none; } }

.home-duan-item-image {
  position: relative;
  overflow: hidden;
  border-radius: 8px; }

.home-duan-item-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 100%);
  transform: skewX(-25deg);
  transition: none; }

.home-duan-item-image:hover::before {
  animation: shine 0.8s ease; }

@keyframes shine {
  0% {
    left: -75%; }
  100% {
    left: 125%; } }

.fancybox__iframe {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important; }

.fancybox__slide {
  padding: 0 !important; }

.fancybox__content {
  width: 75vw !important;
  height: 75vh !important;
  max-width: 100% !important;
  max-height: 100% !important; }

.home-category-item-image {
  position: relative;
  overflow: hidden; }

.home-category-item-image img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.6s ease; }

.home-category-item-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 100%);
  transform: skewX(-25deg); }

.home-category-item-image:hover::after {
  animation: shine 1s ease forwards; }

@keyframes shine {
  100% {
    left: 125%; } }

.home-category .container .home-category-container .home-category-items .home-category-item .home-category-item-top .home-category-item-arrow svg {
  transition: transform 0.4s ease; }

.home-category .container .home-category-container .home-category-items .home-category-item .home-category-item-top .home-category-item-arrow:hover svg {
  transform: rotate(0deg); }

.section-tai-lieu {
  padding: 40px 20px;
  background: #fff;
  text-align: center; }
  .section-tai-lieu .section-title {
    font-size: 28px;
    font-weight: bold;
    color: #ed3f3f;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 1px; }

.tai-lieu-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 20px;
  justify-content: center;
  max-width: 100%;
  margin: 0 auto; }

.tai-lieu-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f8f8f8;
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 12px 16px;
  text-decoration: none;
  transition: all 0.3s ease;
  color: #000;
  font-weight: 500;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05); }
  .tai-lieu-item:hover {
    background: #fff0f0;
    border-color: #f58634;
    box-shadow: 0 4px 10px rgba(237, 63, 63, 0.2);
    color: #ed3237; }

.tai-lieu-title {
  text-align: left;
  flex: 1;
  font-size: 15px; }

.tai-lieu-icon svg {
  width: 20px;
  height: 20px;
  margin-left: 10px;
  flex-shrink: 0; }

@media (max-width: 767px) {
  .home-blog .home-blog-container .home-blog-articles .home-blog-articles-list {
    grid-template-columns: 1fr; }
  .home-blog .home-blog-container .home-blog-heading .home-blog-button-wrap .home-blog-button {
    margin: 0;
    font-size: 13px;
    width: 130px; }
  .home-banners .home-banners-container .home-banners-items {
    gap: 5px; }
  .home-banners .home-banners-container .home-banners-items {
    grid-template-columns: 1fr 1fr;
    gap: 5px; }
  .section-tai-lieu {
    padding: 10px 5px;
    background: #fff;
    text-align: center; }
  .tai-lieu-item {
    justify-content: space-between;
    align-items: center;
    background: #f8f8f8;
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 12px 16px; }
  .tai-lieu-grid {
    gap: 10px; }
  .tai-lieu-grid {
    grid-template-columns: 1fr 1fr; } }

body#about-us .breadcrumb-w-img {
  display: none; }

body#about-us .tabout .tabout-breadcrumb {
  height: 30vh; }
  body#about-us .tabout .tabout-breadcrumb > * {
    height: 100%; }
  body#about-us .tabout .tabout-breadcrumb .tabout-breadcrumb-wrap {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    body#about-us .tabout .tabout-breadcrumb .tabout-breadcrumb-wrap h1 {
      color: #FFF;
      margin-bottom: 0.5em; }
    body#about-us .tabout .tabout-breadcrumb .tabout-breadcrumb-wrap ul {
      margin: 0;
      padding: 0;
      list-style: none;
      display: flex;
      gap: 0.5em; }
      body#about-us .tabout .tabout-breadcrumb .tabout-breadcrumb-wrap ul li {
        color: #FFF; }
        body#about-us .tabout .tabout-breadcrumb .tabout-breadcrumb-wrap ul li + li:before {
          content: "/";
          color: #FFF;
          margin-right: 0.5em; }
        body#about-us .tabout .tabout-breadcrumb .tabout-breadcrumb-wrap ul li a {
          color: #FFF; }

body#about-us .tabout-service .container .tabout-service-main {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5em;
  align-items: flex-start; }
  body#about-us .tabout-service .container .tabout-service-main > * {
    min-width: 0; }
  @media (max-width: 991px) {
    body#about-us .tabout-service .container .tabout-service-main {
      grid-template-columns: 1fr;
      gap: 2.5em; } }
  body#about-us .tabout-service .container .tabout-service-main .tabout-service-left {
    position: relative; }
    body#about-us .tabout-service .container .tabout-service-main .tabout-service-left .tabout-service-left-images {
      display: grid;
      grid-template-row: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
      gap: 2em;
      align-items: center; }
      body#about-us .tabout-service .container .tabout-service-main .tabout-service-left .tabout-service-left-images > * {
        min-width: 0; }
      body#about-us .tabout-service .container .tabout-service-main .tabout-service-left .tabout-service-left-images .tabout-service-left-images-item:first-child {
        grid-row: span 2; }
      body#about-us .tabout-service .container .tabout-service-main .tabout-service-left .tabout-service-left-images .tabout-service-left-images-item img {
        border-radius: 0.5em; }
    body#about-us .tabout-service .container .tabout-service-main .tabout-service-left .tabout-service-left-content {
      position: absolute;
      top: 55%;
      left: 55%;
      translate: -50% -50%;
      background: var(--mainColor);
      padding: 1.5em;
      border-radius: 0.5em; }
      @media (max-width: 991px) {
        body#about-us .tabout-service .container .tabout-service-main .tabout-service-left .tabout-service-left-content {
          top: 65%; } }
      body#about-us .tabout-service .container .tabout-service-main .tabout-service-left .tabout-service-left-content .tabout-service-left-content-item {
        text-align: center; }
        body#about-us .tabout-service .container .tabout-service-main .tabout-service-left .tabout-service-left-content .tabout-service-left-content-item:first-child {
          margin-bottom: 0.5em;
          padding-bottom: 0.5em;
          border-bottom: 1px solid #FFF; }
        body#about-us .tabout-service .container .tabout-service-main .tabout-service-left .tabout-service-left-content .tabout-service-left-content-item .tabout-service-left-content-item-title {
          color: #FFF; }
        body#about-us .tabout-service .container .tabout-service-main .tabout-service-left .tabout-service-left-content .tabout-service-left-content-item .tabout-service-left-content-item-text {
          color: #FFF; }
  body#about-us .tabout-service .container .tabout-service-main .tabout-service-right .tabout-service-right-content {
    padding-left: 1em;
    border-left: 1px solid #DbDbDb; }
  body#about-us .tabout-service .container .tabout-service-main .tabout-service-right .tabout-service-right-items {
    margin-top: 5em;
    display: flex;
    flex-direction: column;
    gap: 1em; }
    @media (max-width: 991px) {
      body#about-us .tabout-service .container .tabout-service-main .tabout-service-right .tabout-service-right-items {
        margin-top: 2.5em; } }
    body#about-us .tabout-service .container .tabout-service-main .tabout-service-right .tabout-service-right-items .tabout-service-right-items-item {
      display: grid;
      grid-template-columns: 60px 1fr;
      align-items: center;
      gap: 1em; }
      body#about-us .tabout-service .container .tabout-service-main .tabout-service-right .tabout-service-right-items .tabout-service-right-items-item > * {
        min-width: 0; }
      body#about-us .tabout-service .container .tabout-service-main .tabout-service-right .tabout-service-right-items .tabout-service-right-items-item .tabout-service-right-items-item-image {
        background: #DbDbDb;
        width: 60px;
        height: 60px;
        border-radius: 999px;
        text-align: center; }
        body#about-us .tabout-service .container .tabout-service-main .tabout-service-right .tabout-service-right-items .tabout-service-right-items-item .tabout-service-right-items-item-image img {
          max-width: 45px;
          margin-top: 20px; }
      body#about-us .tabout-service .container .tabout-service-main .tabout-service-right .tabout-service-right-items .tabout-service-right-items-item .tabout-service-right-items-item-info .tabout-service-right-items-item-info-title {
        font-size: 1.25em; }
  body#about-us .tabout-service .container .tabout-service-main .tabout-service-right .tabout-service-right-action {
    display: flex;
    gap: 2.5em;
    align-items: center;
    margin-top: 2.5em; }
    @media (max-width: 991px) {
      body#about-us .tabout-service .container .tabout-service-main .tabout-service-right .tabout-service-right-action {
        gap: 1em; } }
    body#about-us .tabout-service .container .tabout-service-main .tabout-service-right .tabout-service-right-action .tabout-service-right-action-button {
      margin-top: 0;
      margin-bottom: 0; }
  body#about-us .tabout-service .container .tabout-service-main .tabout-service-right .tabout-service-right-hotline {
    display: flex;
    align-items: center;
    gap: 1em; }
    body#about-us .tabout-service .container .tabout-service-main .tabout-service-right .tabout-service-right-hotline .tabout-service-right-hotline-icon img {
      max-width: 40px; }
    body#about-us .tabout-service .container .tabout-service-main .tabout-service-right .tabout-service-right-hotline .tabout-service-right-hotline-info .tabout-service-right-hotline-info-number {
      display: block;
      font-weight: bold;
      font-size: 1.25em; }
    body#about-us .tabout-service .container .tabout-service-main .tabout-service-right .tabout-service-right-hotline .tabout-service-right-hotline-info .tabout-service-right-hotline-info-text {
      color: #A1A1A1; }

body#about-us .tabout-video .container .tabout-video-container .tabout-video-heading {
  text-align: center; }
  body#about-us .tabout-video .container .tabout-video-container .tabout-video-heading .tabout-video-title {
    margin-bottom: 0.5em; }
  body#about-us .tabout-video .container .tabout-video-container .tabout-video-heading .tabout-video-description {
    max-width: 70%;
    margin: 0 auto 2.5em;
    text-align: center; }
    @media (max-width: 991px) {
      body#about-us .tabout-video .container .tabout-video-container .tabout-video-heading .tabout-video-description {
        max-width: 100%; } }

body#about-us .tabout-video .container .tabout-video-container .tabout-video-wrap {
  position: relative; }
  body#about-us .tabout-video .container .tabout-video-container .tabout-video-wrap .tabout-video-thumbnail img {
    border-radius: 1em; }
  body#about-us .tabout-video .container .tabout-video-container .tabout-video-wrap .tabout-video-play-overlay .tabout-video-play-button .tabout-video-play-icon {
    border: 1px solid #FFF;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    border-radius: 999px;
    display: flex;
    justify-content: center;
    align-items: center;
    --char-length: 20;
    --inner-angle: calc((360 / var(--char-length)) * 1deg);
    --character-size: 2;
    --radius: calc(var(--character-size) /(sin(var(--inner-angle))) * -1ch); }

@keyframes spin {
  from {
    transform: rotate(0); }
  to {
    transform: rotate(360deg); } }
    body#about-us .tabout-video .container .tabout-video-container .tabout-video-wrap .tabout-video-play-overlay .tabout-video-play-button .tabout-video-play-icon .tabout-video-play-circle {
      border: 1px solid #FFF;
      width: 60%;
      height: 60%;
      border-radius: 999px;
      display: flex;
      justify-content: center;
      align-items: center; }
      body#about-us .tabout-video .container .tabout-video-container .tabout-video-wrap .tabout-video-play-overlay .tabout-video-play-button .tabout-video-play-icon .tabout-video-play-circle .tabout-video-play-triangle {
        color: #FFF;
        font-size: 1.5em; }
    body#about-us .tabout-video .container .tabout-video-container .tabout-video-wrap .tabout-video-play-overlay .tabout-video-play-button .tabout-video-play-icon .tabout-video-play-text {
      animation-name: spin;
      animation-direction: reverse;
      animation-iteration-count: infinite;
      animation-timing-function: linear;
      animation-duration: 12s;
      animation-play-state: running;
      will-change: transform;
      transform-style: preserve-3d;
      display: none; }
      body#about-us .tabout-video .container .tabout-video-container .tabout-video-wrap .tabout-video-play-overlay .tabout-video-play-button .tabout-video-play-icon .tabout-video-play-text span {
        display: inline-block;
        position: absolute;
        top: 50%;
        left: 50%;
        color: #FFF;
        transform: translate(-50%, -50%) rotate(calc(var(--inner-angle) * var(--char-id))) translateY(var(--radius)); }

body#about-us .tabout-quytrinh .container .tabout-quytrinh-main .tabout-quytrinh-items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.5em;
  text-align: center; }
  body#about-us .tabout-quytrinh .container .tabout-quytrinh-main .tabout-quytrinh-items > * {
    min-width: 0; }
  @media (max-width: 991px) {
    body#about-us .tabout-quytrinh .container .tabout-quytrinh-main .tabout-quytrinh-items {
      grid-template-columns: 1fr 1fr;
      gap: 1em; } }
  body#about-us .tabout-quytrinh .container .tabout-quytrinh-main .tabout-quytrinh-items .tabout-quytrinh-items-item {
    position: relative; }
    body#about-us .tabout-quytrinh .container .tabout-quytrinh-main .tabout-quytrinh-items .tabout-quytrinh-items-item .tabout-quytrinh-items-item-number {
      position: absolute;
      background: var(--mainColor);
      top: 0;
      left: 5px;
      border-radius: 999px;
      color: #FFF;
      font-size: 1em;
      width: 24px;
      height: 24px;
      text-align: center;
      line-height: 24px;
      font-size: 0.9em; }
    body#about-us .tabout-quytrinh .container .tabout-quytrinh-main .tabout-quytrinh-items .tabout-quytrinh-items-item .tabout-quytrinh-items-item-icon {
      position: relative;
      background: #F4F4F4;
      width: 100px;
      height: 100px;
      border-radius: 999px;
      margin: 0 auto;
      display: flex;
      justify-content: center;
      align-items: center; }
      body#about-us .tabout-quytrinh .container .tabout-quytrinh-main .tabout-quytrinh-items .tabout-quytrinh-items-item .tabout-quytrinh-items-item-icon img {
        max-width: 60px; }
    body#about-us .tabout-quytrinh .container .tabout-quytrinh-main .tabout-quytrinh-items .tabout-quytrinh-items-item .tabout-quytrinh-items-item-info {
      margin-top: 0.5em;
      display: block; }
      body#about-us .tabout-quytrinh .container .tabout-quytrinh-main .tabout-quytrinh-items .tabout-quytrinh-items-item .tabout-quytrinh-items-item-info .tabout-quytrinh-items-item-info-title {
        font-size: 1em;
        color: #000;
        margin-bottom: 0; }

body#about-us .tabout-faq .container .tabout-faq-main {
  display: grid;
  grid-template-columns: 40% 1fr;
  gap: 5em;
  align-items: flex-start; }
  body#about-us .tabout-faq .container .tabout-faq-main > * {
    min-width: 0; }
  @media (max-width: 991px) {
    body#about-us .tabout-faq .container .tabout-faq-main {
      grid-template-columns: 1fr;
      gap: 2.5em; } }
  body#about-us .tabout-faq .container .tabout-faq-main .tabout-faq-left {
    position: relative; }
    body#about-us .tabout-faq .container .tabout-faq-main .tabout-faq-left .tabout-faq-left-image picture img {
      width: 100%;
      border-radius: 0.5em; }
    body#about-us .tabout-faq .container .tabout-faq-main .tabout-faq-left .tabout-faq-left-content {
      position: absolute;
      width: calc(100% - 30px);
      left: 15px;
      bottom: 1em;
      background: #000;
      padding: 1em;
      border-radius: 0.5em;
      display: grid;
      grid-template-columns: 1fr 45%;
      align-items: center; }
      @media (max-width: 991px) {
        body#about-us .tabout-faq .container .tabout-faq-main .tabout-faq-left .tabout-faq-left-content {
          grid-template-columns: 1fr;
          gap: 1em; } }
      body#about-us .tabout-faq .container .tabout-faq-main .tabout-faq-left .tabout-faq-left-content .tabout-faq-left-content-title {
        color: #FFF;
        font-size: 1.25em;
        margin-bottom: 0.25em; }
      body#about-us .tabout-faq .container .tabout-faq-main .tabout-faq-left .tabout-faq-left-content .tabout-faq-left-content-description {
        margin: 0; }
      body#about-us .tabout-faq .container .tabout-faq-main .tabout-faq-left .tabout-faq-left-content .tabout-faq-left-content-button {
        margin: 0;
        font-size: 0.9em; }
        @media (max-width: 991px) {
          body#about-us .tabout-faq .container .tabout-faq-main .tabout-faq-left .tabout-faq-left-content .tabout-faq-left-content-button {
            display: inline-block; } }
  body#about-us .tabout-faq .container .tabout-faq-main .tabout-faq-right .tabout-faq-right-items {
    margin-top: 2em;
    display: flex;
    flex-direction: column;
    gap: 1em; }
    body#about-us .tabout-faq .container .tabout-faq-main .tabout-faq-right .tabout-faq-right-items .tabout-faq-right-items-item {
      background: #F4F4F4;
      border-radius: 1.5em;
      overflow: hidden; }
      body#about-us .tabout-faq .container .tabout-faq-main .tabout-faq-right .tabout-faq-right-items .tabout-faq-right-items-item .tabout-faq-right-items-item-question {
        padding: 1em;
        background: #FFF;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border: 1px solid #DbDbDb;
        border-radius: 1.5em;
        cursor: pointer;
        transition: all 0.5s; }
        body#about-us .tabout-faq .container .tabout-faq-main .tabout-faq-right .tabout-faq-right-items .tabout-faq-right-items-item .tabout-faq-right-items-item-question.active {
          color: #FFF;
          background: var(--mainColor); }
          body#about-us .tabout-faq .container .tabout-faq-main .tabout-faq-right .tabout-faq-right-items .tabout-faq-right-items-item .tabout-faq-right-items-item-question.active .tabout-faq-right-items-item-question-icon svg {
            transform: rotate(90deg); }
        body#about-us .tabout-faq .container .tabout-faq-main .tabout-faq-right .tabout-faq-right-items .tabout-faq-right-items-item .tabout-faq-right-items-item-question .tabout-faq-right-items-item-question-text {
          font-size: 1.15em;
          margin: 0;
          font-weight: 400; }
        body#about-us .tabout-faq .container .tabout-faq-main .tabout-faq-right .tabout-faq-right-items .tabout-faq-right-items-item .tabout-faq-right-items-item-question .tabout-faq-right-items-item-question-icon {
          width: 1.5em;
          height: 1.5em;
          border: 1px solid #CCC;
          border-radius: 999px;
          display: flex;
          justify-content: center;
          align-items: center; }
          body#about-us .tabout-faq .container .tabout-faq-main .tabout-faq-right .tabout-faq-right-items .tabout-faq-right-items-item .tabout-faq-right-items-item-question .tabout-faq-right-items-item-question-icon svg {
            width: 1em;
            height: 1em;
            transition: all 0.5s; }
      body#about-us .tabout-faq .container .tabout-faq-main .tabout-faq-right .tabout-faq-right-items .tabout-faq-right-items-item .tabout-faq-right-items-item-answer {
        padding: 1em;
        display: none; }

body.template-product .breadcrumb-w-img {
  display: none; }

body.template-product .tabout-breadcrumb {
  height: 30vh; }
  body.template-product .tabout-breadcrumb > * {
    height: 100%; }
  body.template-product .tabout-breadcrumb .tabout-breadcrumb-wrap {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    body.template-product .tabout-breadcrumb .tabout-breadcrumb-wrap .h1 {
      color: #FFF;
      margin-bottom: 0.5em; }
    body.template-product .tabout-breadcrumb .tabout-breadcrumb-wrap ul {
      margin: 0;
      padding: 0;
      list-style: none;
      display: flex;
      gap: 0.5em; }
      body.template-product .tabout-breadcrumb .tabout-breadcrumb-wrap ul li {
        color: #FFF; }
        body.template-product .tabout-breadcrumb .tabout-breadcrumb-wrap ul li + li:before {
          content: "/";
          color: #FFF;
          margin-right: 0.5em; }
        body.template-product .tabout-breadcrumb .tabout-breadcrumb-wrap ul li a {
          color: #FFF; }

body.template-product #product-wrapper.fixProduct .product-single .customize-product-slider #surround {
  display: grid;
  grid-template-columns: 100px 1fr; }
  body.template-product #product-wrapper.fixProduct .product-single .customize-product-slider #surround > * {
    float: none;
    min-width: 0;
    width: auto; }
  @media (max-width: 991px) {
    body.template-product #product-wrapper.fixProduct .product-single .customize-product-slider #surround {
      display: block; } }
  body.template-product #product-wrapper.fixProduct .product-single .customize-product-slider #surround > .product-single__thumbnails {
    display: flex;
    align-items: center;
    order: 1; }
  body.template-product #product-wrapper.fixProduct .product-single .customize-product-slider #surround #ProductPhoto {
    order: 2; }
    body.template-product #product-wrapper.fixProduct .product-single .customize-product-slider #surround #ProductPhoto img {
      width: 100%; }
  body.template-product #product-wrapper.fixProduct .product-single .customize-product-slider #surround:after {
    display: none; }

body.template-product #product-wrapper.fixProduct .product-single .product-content .pro-content-head {
  border: none !important; }
  body.template-product #product-wrapper.fixProduct .product-single .product-content .pro-content-head h1 {
    font-size: 2rem; }

body.template-product #product-wrapper.fixProduct .product-single .product-content .pro-price {
  border: none !important;
  display: block !important;
  color: #333;
  font-weight: normal; }
  body.template-product #product-wrapper.fixProduct .product-single .product-content .pro-price .ProductPrice {
    color: #000;
    font-weight: 300;
    font-size: 16px;
    font-family: inherit !important; }

body.template-product #product-wrapper.fixProduct .product-single .product-content .pro-short-desc {
  border: 0;
  margin-bottom: 1rem; }
  body.template-product #product-wrapper.fixProduct .product-single .product-content .pro-short-desc p {
    margin: 0; }

body.template-product #product-wrapper.fixProduct .product-single .product-content form .product-variants-wrapper {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin: 0;
  padding: 0;
  border: none; }
  body.template-product #product-wrapper.fixProduct .product-single .product-content form .product-variants-wrapper label {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 400; }
  body.template-product #product-wrapper.fixProduct .product-single .product-content form .product-variants-wrapper select {
    display: block !important;
    margin: 0;
    border-radius: 0.5rem;
    height: 36px;
    padding: 0 2rem 0 1rem;
    min-width: 150px; }

body.template-product #product-wrapper.fixProduct .product-single .product-content form .product-actions {
  padding: 0;
  margin: 1rem 0; }
  body.template-product #product-wrapper.fixProduct .product-single .product-content form .product-actions a {
    border-radius: 999px;
    padding: 8px 16px; }

body.template-product #product-wrapper.fixProduct .product-single .product-content .pro-short-spec p {
  line-height: 2; }

body.template-product #product-wrapper.fixProduct .product-single .product-content .pro-short-spec hr {
  margin: 0.5rem 0; }

body.template-product .fixProduct-des {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  margin-bottom: 30px; }
  body.template-product .fixProduct-des > * {
    min-width: 0;
    background: #F4F4F4;
    border-radius: 1rem;
    padding: 1.5rem; }
  @media (max-width: 991px) {
    body.template-product .fixProduct-des {
      grid-template-columns: 1fr; } }
  body.template-product .fixProduct-des .fixProduct-des-left .fixProduct-des-left-title {
    font-weight: bold;
    margin-bottom: 1rem; }
  body.template-product .fixProduct-des .fixProduct-des-left .fixProduct-des-left-content table {
    margin-bottom: 1rem; }
  body.template-product .fixProduct-des .fixProduct-des-right .fixProduct-des-right-title {
    font-weight: bold;
    margin-bottom: 1rem; }
  body.template-product .fixProduct-des .fixProduct-des-right .fixProduct-des-right-content table {
    border: none;
    margin: 0 -10px 1rem; }
    body.template-product .fixProduct-des .fixProduct-des-right .fixProduct-des-right-content table tr,
    body.template-product .fixProduct-des .fixProduct-des-right .fixProduct-des-right-content table td {
      border: none;
      padding: 10px; }
    body.template-product .fixProduct-des .fixProduct-des-right .fixProduct-des-right-content table img {
      border-radius: 1rem; }

body.template-product .fixProduct-pdf {
  margin-bottom: 30px; }
  body.template-product .fixProduct-pdf .fixProduct-pdf-title {
    font-weight: bold;
    margin-bottom: 1rem; }
  body.template-product .fixProduct-pdf .fixProduct-pdf-content ul {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1rem;
    margin: 0;
    padding: 0; }
    body.template-product .fixProduct-pdf .fixProduct-pdf-content ul > * {
      min-width: 0; }
    @media (max-width: 991px) {
      body.template-product .fixProduct-pdf .fixProduct-pdf-content ul {
        grid-template-columns: 1fr 1fr 1fr; } }
    @media (max-width: 640px) {
      body.template-product .fixProduct-pdf .fixProduct-pdf-content ul {
        grid-template-columns: 1fr 1fr; } }
    body.template-product .fixProduct-pdf .fixProduct-pdf-content ul li {
      margin: 0;
      padding: 0;
      list-style: none; }
      body.template-product .fixProduct-pdf .fixProduct-pdf-content ul li a {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: #f8f8f8;
        border: 1px solid #eee;
        border-radius: 8px;
        padding: 12px 16px;
        text-decoration: none;
        transition: all 0.3s ease;
        color: #000;
        font-weight: 500;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05); }
        body.template-product .fixProduct-pdf .fixProduct-pdf-content ul li a:after {
          content: "";
          display: inline-block;
          width: 20px;
          height: 20px;
          background: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 64 64"><g data-name="Layer 41"><path d="M57.47 38.6a2 2 0 0 0-2 2v6.83a6.07 6.07 0 0 1-6.07 6.07H14.6a6.07 6.07 0 0 1-6.07-6.07V40.6a2 2 0 1 0-4 0v6.83A10.08 10.08 0 0 0 14.6 57.5h34.8a10.08 10.08 0 0 0 10.07-10.07V40.6a2 2 0 0 0-2-2z" fill="%23ed3f3f"/><path d="M30.58 44.44a2 2 0 0 0 2.84 0L44.8 33.06a2 2 0 0 0-2.8-2.83l-8 8V8.5a2 2 0 0 0-4 0v29.7l-8-8a2 2 0 0 0-2.83 2.83z" fill="%23ed3f3f"/></g></svg>') no-repeat center/contain; }

body.template-product .fixproduct-map {
  text-align: center; }
  body.template-product .fixproduct-map .fixproduct-map-wrap .fixproduct-map-main .fixproduct-map-head {
    margin-bottom: 1rem; }
  body.template-product .fixproduct-map .fixproduct-map-wrap .fixproduct-map-main .fixproduct-map-content {
    position: relative; }
    body.template-product .fixproduct-map .fixproduct-map-wrap .fixproduct-map-main .fixproduct-map-content .fixproduct-map-content-map {
      position: relative; }
      body.template-product .fixproduct-map .fixproduct-map-wrap .fixproduct-map-main .fixproduct-map-content .fixproduct-map-content-map:after {
        content: "";
        position: absolute;
        inset: 0;
        background: rgba(0, 0, 0, 0.25); }
      body.template-product .fixproduct-map .fixproduct-map-wrap .fixproduct-map-main .fixproduct-map-content .fixproduct-map-content-map iframe {
        width: 100%;
        height: 50vh;
        min-height: 500px; }
    body.template-product .fixproduct-map .fixproduct-map-wrap .fixproduct-map-main .fixproduct-map-content .fixproduct-map-content-stores {
      position: absolute;
      top: 10%;
      bottom: 10%;
      right: 10%;
      max-width: 500px;
      min-width: 500px;
      background: #FFF;
      padding: 1rem;
      border-radius: 0.5rem; }
      @media (max-width: 991px) {
        body.template-product .fixproduct-map .fixproduct-map-wrap .fixproduct-map-main .fixproduct-map-content .fixproduct-map-content-stores {
          position: relative;
          top: inherit;
          right: inherit;
          bottom: inherit;
          left: inherit;
          min-width: auto; } }
      body.template-product .fixproduct-map .fixproduct-map-wrap .fixproduct-map-main .fixproduct-map-content .fixproduct-map-content-stores .fixproduct-map-content-stores-filter {
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 1rem; }
        body.template-product .fixproduct-map .fixproduct-map-wrap .fixproduct-map-main .fixproduct-map-content .fixproduct-map-content-stores .fixproduct-map-content-stores-filter select {
          flex: 1; }
      body.template-product .fixproduct-map .fixproduct-map-wrap .fixproduct-map-main .fixproduct-map-content .fixproduct-map-content-stores .fixproduct-map-content-stores-list {
        height: calc(100% - 50px);
        padding-top: 1rem;
        overflow: hidden auto;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 1rem;
        text-align: start; }
        body.template-product .fixproduct-map .fixproduct-map-wrap .fixproduct-map-main .fixproduct-map-content .fixproduct-map-content-stores .fixproduct-map-content-stores-list h3 {
          margin-bottom: 0.25rem;
          font-size: 1rem;
          font-weight: bold; }
        body.template-product .fixproduct-map .fixproduct-map-wrap .fixproduct-map-main .fixproduct-map-content .fixproduct-map-content-stores .fixproduct-map-content-stores-list p {
          margin-bottom: 0.25rem;
          font-size: 0.85rem; }
        body.template-product .fixproduct-map .fixproduct-map-wrap .fixproduct-map-main .fixproduct-map-content .fixproduct-map-content-stores .fixproduct-map-content-stores-list .fixproduct-map-content-stores-list-item .fixproduct-map-content-stores-list-item-info-iframe {
          text-decoration: underline;
          cursor: pointer; }

@media (min-width: 1200px) {
  #header .desktop-header .desktop-header-navbar.fcustom-header .fcustom-header-ul > li {
    position: inherit !important; }
    #header .desktop-header .desktop-header-navbar.fcustom-header .fcustom-header-ul > li:hover > ul {
      opacity: 1;
      visibility: visible; }
    #header .desktop-header .desktop-header-navbar.fcustom-header .fcustom-header-ul > li svg {
      display: none !important; }
    #header .desktop-header .desktop-header-navbar.fcustom-header .fcustom-header-ul > li > ul {
      right: 0;
      opacity: 0;
      transition: all 0.5s;
      visibility: hidden;
      display: grid !important;
      grid-template-columns: repeat(5, 1fr);
      gap: 1rem;
      padding: 1rem !important;
      box-shadow: none !important; }
      #header .desktop-header .desktop-header-navbar.fcustom-header .fcustom-header-ul > li > ul > li > a {
        border: none !important; }
      #header .desktop-header .desktop-header-navbar.fcustom-header .fcustom-header-ul > li > ul > li > ul {
        display: block !important;
        position: inherit !important;
        background: transparent !important;
        box-shadow: none !important;
        left: inherit !important; }
        #header .desktop-header .desktop-header-navbar.fcustom-header .fcustom-header-ul > li > ul > li > ul li a {
          padding: 5px 0 5px 20px !important;
          border: none !important;
          font-size: 0.9rem !important; } }

.home-leadership-tab .home-leadership-tab-head {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2.5rem;
  margin-bottom: 0 !important; }
  @media (max-width: 991px) {
    .home-leadership-tab .home-leadership-tab-head {
      gap: 1rem; } }
  .home-leadership-tab .home-leadership-tab-head a {
    min-width: 0;
    cursor: pointer; }
    .home-leadership-tab .home-leadership-tab-head a.active img {
      filter: none;
      border: 5px solid red; }
    .home-leadership-tab .home-leadership-tab-head a:not(.active):hover img {
      filter: none; }
    .home-leadership-tab .home-leadership-tab-head a img {
      border-radius: 1rem;
      filter: blur(5px);
      transition: all 0.5s;
      border: 5px solid transparent; }

.tai-lieu-item {
  cursor: pointer; }

@media (min-width: 1000px) {
  section.home-collections-grouptwo.home-collections-groups .home-collections-grouptwo-container.home-collections-groups-container,
  section.home-collections-groupfour.home-collections-groups .home-collections-groupfour-container.home-collections-groups-container,
  section.home-collections-groupsix.home-collections-groups .home-collections-groupsix-container.home-collections-groups-container {
    grid-template-columns: 1fr 40%; }
  section.home-collections-grouptwo.home-collections-groups .home-collections-grouptwo-content.home-collections-groups-content h2,
  section.home-collections-groupfour.home-collections-groups .home-collections-groupfour-content.home-collections-groups-content h2,
  section.home-collections-groupsix.home-collections-groups .home-collections-groupsix-content.home-collections-groups-content h2 {
    text-align: right; }
  section.home-collections-grouptwo.home-collections-groups .home-collections-grouptwo-content.home-collections-groups-content .home-collections-grouptwo-description,
  section.home-collections-groupfour.home-collections-groups .home-collections-groupfour-content.home-collections-groups-content .home-collections-groupfour-description,
  section.home-collections-groupsix.home-collections-groups .home-collections-groupsix-content.home-collections-groups-content .home-collections-groupsix-description {
    text-align: right; }
  section.home-collections-grouptwo.home-collections-groups .home-collections-grouptwo-content.home-collections-groups-content .home-collections-grouptwo-button-wrap,
  section.home-collections-groupfour.home-collections-groups .home-collections-groupfour-content.home-collections-groups-content .home-collections-groupfour-button-wrap,
  section.home-collections-groupsix.home-collections-groups .home-collections-groupsix-content.home-collections-groups-content .home-collections-groupsix-button-wrap {
    text-align: right; } }

@media (max-width: 1000px) {
  .home-collections-grouptwo-products,
  .home-collections-groupfour-products,
  .home-collections-groupsix-products {
    order: 2; } }

.page-category {
  font-size: 1rem; }
  .page-category .container .page-category-container .page-category-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between; }
    .page-category .container .page-category-container .page-category-heading .page-category-heading-content .page-category-title {
      margin-bottom: 0; }
    .page-category .container .page-category-container .page-category-heading .page-category-button-wrap .page-category-button {
      margin-bottom: 0; }
  .page-category .container .page-category-container .page-category-items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1.25em;
    margin-top: 2.5em; }
    .page-category .container .page-category-container .page-category-items > * {
      min-width: 0; }
    @media (max-width: 991px) {
      .page-category .container .page-category-container .page-category-items {
        grid-template-columns: inherit;
        grid-auto-columns: 40%;
        grid-auto-flow: column;
        overflow: auto hidden;
        padding-bottom: 0.25em; } }
    @media (max-width: 640px) {
      .page-category .container .page-category-container .page-category-items {
        grid-template-columns: inherit;
        grid-auto-columns: 60%;
        grid-auto-flow: column;
        overflow: auto hidden;
        padding-bottom: 0.25em; } }
    .page-category .container .page-category-container .page-category-items .page-category-item {
      background: #F4F4F4;
      border-radius: 0.25rem;
      padding: 1em; }
      .page-category .container .page-category-container .page-category-items .page-category-item .page-category-item-top .page-category-item-arrow {
        position: absolute;
        top: 0;
        right: 0;
        width: 40px;
        height: 40px;
        background: #FFF;
        border-radius: 0 0 0.25rem 0.25rem;
        display: flex;
        justify-content: center;
        align-items: center; }
        .page-category .container .page-category-container .page-category-items .page-category-item .page-category-item-top .page-category-item-arrow svg {
          transform: rotate(-45deg); }
      .page-category .container .page-category-container .page-category-items .page-category-item .page-category-item-top .page-category-item-icon img {
        max-width: 40px;
        margin-bottom: 0.5em; }
      .page-category .container .page-category-container .page-category-items .page-category-item .page-category-item-top .page-category-item-title {
        font-weight: bold;
        margin-bottom: 0.5em; }
      .page-category .container .page-category-container .page-category-items .page-category-item .page-category-item-top .page-category-item-content {
        margin-bottom: 0.5em; }
      .page-category .container .page-category-container .page-category-items .page-category-item .page-category-item-bottom .page-category-item-image img {
        border-radius: 0.25em; }

.global_content, .home-duan .home-duan-container .home-duan-items .home-duan-item .home-duan-item-content .home-duan-item-description,
.home-duan .home-duan-container .home-duan-items .home-duan-item .home-duan-item-content .home-duan-item-description,
section.home-collections-grouptwo.home-collections-groups .home-collections-grouptwo-content.home-collections-groups-content .home-collections-grouptwo-description,
section.home-collections-groupfour.home-collections-groups .home-collections-groupfour-content.home-collections-groups-content .home-collections-groupfour-description,
section.home-collections-groupsix.home-collections-groups .home-collections-groupsix-content.home-collections-groups-content .home-collections-groupsix-description {
  text-align: justify; }

section.home-collections-grouptwo.home-collections-groups .home-collections-grouptwo-content.home-collections-groups-content h2.home-collections-grouptwo-title.global_title {
  text-align: left; }

h2.home-collections-groupfour-title.global_title,
h2.home-collections-groupsix-title.global_title {
  text-align: left !important; }

section.home-collections-grouptwo.home-collections-groups .home-collections-grouptwo-content.home-collections-groups-content h2,
section.home-collections-groupfour.home-collections-groups .home-collections-groupfour-content.home-collections-groups-content h2,
section.home-collections-groupsix.home-collections-groups .home-collections-groupsix-content.home-collections-groups-content h2,
h2.home-collections-groupone-title.global_title,
h2.home-collections-groupthree-title.global_title,
h2.home-collections-groupfive-title.global_title {
  font-weight: 600; }

@media (min-width: 1000px) {
  .size-bigsti {
    font-size: 38px !important; } }

.size-bigsti,
.global_title,
.marquee-small .marquee_text2,
.home-duan .home-duan-container .home-duan-heading .home-duan-heading-content .home-duan-title,
h2.home-collections-groupone-title.global_title,
section.home-collections-grouptwo.home-collections-groups .home-collections-grouptwo-content.home-collections-groups-content h2.home-collections-grouptwo-title.global_title,
.home-duan .home-duan-container .home-duan-items .home-duan-item .home-duan-item-content .home-duan-item-title {
  font-family: "Montserrat" , sans-serif !important;
  font-weight: bold !important; }

.product-item .product-item-info .product-title > a,
.seen-item .product-item-info .product-title > a {
  font-weight: bold; }

#header .desktop-header .desktop-header-navbar > .wrapper > .inner > ul > li > a {
  font-weight: bold; }

.size-bigsti,
.global_title,
.marquee-small .marquee_text2,
.home-duan .home-duan-container .home-duan-heading .home-duan-heading-content .home-duan-title,
h2.home-collections-groupone-title.global_title,
section.home-collections-grouptwo.home-collections-groups .home-collections-grouptwo-content.home-collections-groups-content h2.home-collections-grouptwo-title.global_title,
.home-duan .home-duan-container .home-duan-items .home-duan-item .home-duan-item-content .home-duan-item-title,
.product-item .product-item-info .product-title > a,
.seen-item .product-item-info .product-title > a,
.home-banners .home-banners-container .home-banners-items .home-banners-item .home-banners-item-link .home-banners-item-content .home-banners-item-title,
.page-category .container .page-category-container .page-category-items .page-category-item .page-category-item-top .page-category-item-title {
  color: #751414 !important; }

.home-leadership .container .home-leadership-container .home-leadership-content .home-leadership-stats .home-leadership-stat-item .home-leadership-stat-title {
  color: #ED1C24; }

.home-contact .container .home-contact-container .home-contact-content .home-contact-form-wrap .home-contact-form .home-contact-form-inner .home-contact-form-row label,
body#about-us .tabout-service .container .tabout-service-main .tabout-service-right .tabout-service-right-items .tabout-service-right-items-item .tabout-service-right-items-item-info .tabout-service-right-items-item-info-title {
  color: #751414 !important; }

.footer .footer-container .container .footer-main .footer-col.footer-col-4 .footer-newsletter .footer-newsletter-title {
  color: #fff !important;
  font-weight: bold; }

body#about-us .tabout-service .container .tabout-service-main .tabout-service-right .tabout-service-right-items .tabout-service-right-items-item .tabout-service-right-items-item-image img {
  max-width: 40px;
  margin-top: 10px;
  height: 40px; }

.desfull {
  margin-top: 30px; }

.desfull table.Table {
  width: 100% !important; }

.main-product-relate {
  margin-bottom: 30px; }

.main-product-relate-data .product-item {
  border: 0;
  margin: 0 5px; }

.main-product-relate-data .product-item-info {
  border: none !important;
  box-shadow: none !important;
  background: transparent; }
  .main-product-relate-data .product-item-info * {
    color: #333 !important; }

.home-leadership-button.global_button {
  background-color: #ED1C24;
  border-color: #ED1C24; }

.home-leadership-button.global_button:hover {
  background: #fff;
  color: #ED1C24; }

.global_content, .home-duan .home-duan-container .home-duan-items .home-duan-item .home-duan-item-content .home-duan-item-description, .home-duan .home-duan-container .home-duan-items .home-duan-item .home-duan-item-content .home-duan-item-description {
  color: #000; }

body#about-us .tabout-video .container .tabout-video-container .tabout-video-wrap .tabout-video-thumbnail img {
  width: 100%;
  display: block;
  margin: 0 auto; }

.tabout-service-right-content-text.global_content, .home-duan .home-duan-container .home-duan-items .home-duan-item .home-duan-item-content .tabout-service-right-content-text.home-duan-item-description {
  font-weight: bold; }

@media (min-width: 1000px) {
  .home-collections-groups .home-collections-groups-container.fr-full {
    grid-template-columns: 1fr 40%; }
  .product-item .product-item-info .product-title > a, .seen-item .product-item-info .product-title > a {
    font-size: 18px; } }

@media (max-width: 767px) {
  .home-collections-groups-content h2 {
    font-size: 23px; } }

.site-footer {
  background-size: cover;
  background-position: center;
  color: #fff; }

.footer__title {
  text-align: center;
  margin-bottom: 30px; }

.footer__title h2 {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase; }

.footer__top {
  display: flex;
  flex-wrap: wrap;
  gap: 30px; }

.footer__col {
  flex: 1 1 200px; }

.footer__col--logo img {
  max-width: 140px; }

.footer__col h4 {
  margin-bottom: 10px;
  text-transform: uppercase;
  color: var(--White, #FFF);
  text-align: justify;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; }

.footer__col ul {
  list-style: none;
  padding: 0; }

.footer__col ul li {
  margin-bottom: 8px;
  font-size: 14px; }

.footer__col--info ul li i {
  margin-right: 8px; }

.footer__sub p {
  font-size: 13px;
  margin: 5px 0; }

.footer__col--menu a {
  color: #fff;
  text-decoration: none; }

.footer__col--menu a:hover {
  text-decoration: underline; }

.footer__bottom {
  background: #d32f2f;
  padding: 15px 0px;
  margin-top: 0px; }

.footer__bottom .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 90%; }

.footer__copy {
  font-size: 13px; }

.footer__social a {
  color: #fff;
  margin-left: 10px;
  font-size: 16px; }

@media (max-width: 768px) {
  .footer__top {
    flex-direction: column; }
  .footer__bottom {
    flex-direction: column;
    text-align: center;
    gap: 10px; } }

.slideeforindex .slick-dots {
  position: absolute;
  top: 50%;
  right: 50px;
  transform: translateY(-50%);
  width: 30px;
  flex-direction: column; }

@media (max-width: 767px) {
  .slideeforindex .slick-dots {
    right: 0px; } }

.titlefor1 {
  color: #FFF;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-size: 70px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4; }

.titlefor2 {
  color: #FFF;
  max-width: 220px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 150% */ }

.ramcore {
  z-index: 99;
  transform: translateX(130px);
  position: relative; }

.seleconx.home-section-item-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 10px;
  padding-left: 45px; }

footer__col {
  flex: initial !important; }

@media (min-width: 992px) {
  .footer__top {
    display: grid !important;
    grid-template-columns: 0.16fr 0.24fr 0.2fr 0.2fr 0.2fr;
    gap: 30px; }
  .footer__top > div {
    width: 100% !important; } }

.social-links-list {
  display: flex;
  gap: 10px; }

@media (max-width: 767px) {
  .site-footer {
    padding-top: 20px !important; }
  .footer__col--logo img {
    max-width: 70px; }
  .suportaed {
    right: 15px !important;
    bottom: 92px !important; }
  .slideeforindex .hero-banner-content .hero-banner-inner .hero-banner-desc .hero-banner-desc-line,
  .slideeforindex .hero-banner-content .hero-banner-inner .hero-banner-desc p br {
    display: block; }
  .hero-banner-content {
    bottom: 50px;
    align-items: flex-end; } }

.phoi-canh .container .ttc-search-section .slick-slider-3img .item-slick a {
  margin: 0 25px;
  display: block; }

.contact-section-blocks .contact-block-line * {
  color: #fff !important; }

@media (min-width: 992px) {
  .footer__top {
    grid-template-columns: 0.3fr 0.3fr 0.2fr 0.3fr;
    gap: 100px; }
  .footer__top > div:nth-child(3) {
    padding-left: 50px; }
  footer.site-footer.container {
    padding-left: 90px !important;
    padding-right: 90px !important; }
  .footer__top > div:nth-child(1) a img {
    display: block;
    margin-left: auto; }
  .slider-qs {
    margin-bottom: 100px; } }

@media (min-width: 1000px) and (max-width: 1336px) {
  .footer__top {
    grid-template-columns: 0.2fr 0.3fr 0.3fr 0.3fr;
    gap: 30px; }
  .footer__top > div:nth-child(3) {
    padding-left: 0; }
  footer.site-footer.container {
    padding-left: 40px !important;
    padding-right: 40px !important; } }

@media (min-width: 1336px) and (max-width: 1600px) {
  .footer__top > div:nth-child(3) {
    padding-left: 30px; }
  .footer__top > div:nth-child(4) {
    padding-left: 30px; }
  .footer__top {
    gap: 30px; } }

.footer__col ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.footer__col--logo img {
  max-width: 100%; }

.footer__col--menu a {
  font-size: 15px; }

.footer__col ul * {
  font-size: 15px; }

.footer__copy {
  color: #fff; }

@media (max-width: 767px) {
  footer.site-footer.container {
    padding: 0 20px !important; } }

.home-duan .home-duan-container .home-duan-items .home-duan-item .home-duan-item-content .home-duan-item-description, .home-duan .home-duan-container .home-duan-items .home-duan-item .home-duan-item-content .home-duan-item-description {
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box; }

.home-marquee {
  background: #da3525; }

.tabout.product-dersk * {
  font-family: "Montserrat", sans-serif !important; }

.footer {
  position: relative; }

.footer__top .footer__col.footer__col--logo {
  padding-left: 50px; }

@media (max-width: 767px) {
  .footer {
    background-image: url(//cdn.hstatic.net/themes/200000328499/1001390828/14/footer_bg_image_mb.png?v=1866); }
  .footer__top .footer__col.footer__col--logo {
    padding-left: 0px; }
  .home-leadership-tab .home-leadership-tab-head {
    grid-template-columns: 1fr 1fr 1fr;
    display: flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    background-color: transparent;
    overflow-x: scroll; }
  .home-leadership-tab-head-chils {
    min-width: 70%;
    margin-top: 0; } }

.home-leadership-tab .home-leadership-tab-head a img {
  filter: initial; }

.home-video .home-video-container .home-video-wrap .home-video-thumbnail img {
  width: 100%; }

.footer__col h4,
.footer__col--menu a {
  color: #ffffff; }

.site-contact-bar {
  border-bottom: 0;
  font-size: 13px;
  width: 80%; }

.contact-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px; }

.contact-left {
  display: flex;
  gap: 20px;
  flex-wrap: nowrap;
  justify-content: center; }

.contact-item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-weight: 500; }

.icon {
  font-size: 16px;
  color: #fff;
  width: 25px;
  height: 25px; }

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

.contact-right {
  display: flex;
  gap: 0;
  width: 185px;
  align-items: center;
  height: 24px; }

.hd-contact-translate {
  height: 24px; }

.corp-contact-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 20px;
  background: #f7f9fb;
  border-bottom: 1px solid #e6e9ef;
  font-family: Inter,Arial;
  font-size: 14px; }

.corp-contact-left {
  display: flex;
  gap: 22px; }

.corp-contact-item {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  color: #444; }

.corp-contact-item img {
  width: 18px; }

.corp-contact-item:hover {
  color: #0f6cbd; }

.corp-contact-right {
  display: flex;
  align-items: center;
  gap: 14px; }

.corp-lang img {
  width: 20px;
  border-radius: 2px; }

.corp-social img {
  width: 20px;
  opacity: .7;
  transition: .3s; }

.corp-social:hover img {
  opacity: 1;
  transform: scale(1.1); }

.contact-left {
  display: flex;
  gap: 14px;
  position: relative; }

.contact-item .icon {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  border-radius: 12px;
  transition: .3s; }

.contact-item .icon:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15); }

/* TOOLTIP */
.contact-tooltip {
  position: absolute;
  background: white;
  border-radius: 14px;
  padding: 16px 18px;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.18);
  min-width: 220px;
  font-size: 14px;
  display: none;
  transform: translateY(10px) scale(0.95);
  opacity: 0;
  transition: .25s;
  z-index: 999; }

.contact-tooltip.show {
  display: block;
  opacity: 1;
  transform: translateY(0) scale(1); }

.contact-tooltip-arrow {
  position: absolute;
  top: -8px;
  left: 20px;
  width: 16px;
  height: 16px;
  background: white;
  transform: rotate(45deg);
  box-shadow: -2px -2px 6px rgba(0, 0, 0, 0.05); }

.contact-tooltip-content b {
  display: block;
  font-size: 15px;
  margin-bottom: 6px; }

/* MOBILE */
@media (max-width: 768px) {
  .contact-tooltip {
    position: fixed;
    bottom: 20px;
    left: 20px;
    right: 20px;
    top: auto; }
  .contact-tooltip-arrow {
    display: none; } }

/* POPUP */
.corp-contact-popup {
  position: absolute;
  background: #fff;
  border-radius: 10px;
  padding: 14px 18px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  display: none;
  min-width: 220px;
  z-index: 999; }

.corp-contact-popup.show {
  display: block; }

.corp-popup-arrow {
  position: absolute;
  top: -6px;
  left: 20px;
  width: 12px;
  height: 12px;
  background: #fff;
  transform: rotate(45deg); }

.corp-popup-content b {
  display: block;
  margin-bottom: 4px; }

/* MOBILE */
@media (max-width: 768px) {
  .corp-contact-left span {
    display: none; }
  .corp-contact-bar {
    padding: 10px 14px; } }

.contact-popup {
  position: absolute;
  background: #fff;
  padding: 14px 18px;
  border-radius: 10px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  display: none;
  z-index: 999;
  min-width: 220px;
  font-size: 14px; }

.contact-popup.show {
  display: block; }

.contact-popup-content b {
  display: block;
  margin-bottom: 5px; }

.contact-item .icon {
  cursor: pointer; }

.contact-popup {
  position: fixed; }

#header .mobile-header .small--one-half:last-child .google-translate .pull-right {
  display: flex;
  gap: 3px; }

#header .mobile-header .hd-btnMenu > a {
  font-size: 17px; }

.social-contact-right {
  display: flex;
  justify-content: flex-start;
  margin-right: 15px; }

.social-contact-right a {
  display: block; }

#header .desktop-header .desktop-header-navbar.fcustom-header .social-contact-right a svg {
  display: block !important;
  width: 25px;
  height: 20px; }

#header .desktop-header .desktop-header-navbar.fcustom-header .social-contact-right a svg path {
  fill: #fff; }

@media (max-width: 768px) {
  .table-responsive-custom {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
  .table-mobile {
    width: 100%;
    min-width: 600px;
    border-collapse: collapse; }
  .table-mobile th,
  .table-mobile td {
    padding: 10px;
    border: 1px solid #eee;
    font-size: 14px; }
  .table-mobile tr:nth-child(even) {
    background: #fafafa; }
  .desfull table.Table {
    min-width: 100%; }
  .product-dersk section.gomdatkd-section {
    padding: 0;
    margin-top: 20px; }
  .product-dersk section.gomdatkd-section .gomdatkd-container {
    width: 100%; }
  .product-dersk section.gomdatkd-section .gomdatkd-slide__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
    align-items: stretch; }
  .product-dersk section.gomdatkd-section .gomdatkd-slide__media img {
    width: 100%;
    height: auto;
    min-height: auto;
    object-fit: initial; }
  .footer__top {
    padding: 0 20px; } }
