:root {
  --main-bg: #01572B;
  --main-light-bg: #018F48;
}

@font-face {
  font-family: Roboto;
  src: local(Roboto Thin), url(../font/roboto/Roboto-Thin.eot);
  src: url(../font/roboto/Roboto-Thin.ttf) format("truetype");
  font-weight: 200;
}

@font-face {
  font-family: Roboto;
  src: local(Roboto Light), url(../font/roboto/Roboto-Light.eot);
  src: url(../font/roboto/Roboto-Light.ttf) format("truetype");
  font-weight: 300;
}

@font-face {
  font-family: Roboto;
  src: local(Roboto Regular), url(../font/roboto/Roboto-Regular.eot);
  src: url(../font/roboto/Roboto-Regular.ttf) format("truetype");
  font-weight: 400;
}

@font-face {
  font-family: Roboto;
  src: url(../font/roboto/Roboto-Medium.eot);
  src: url(../font/roboto/Roboto-Medium.ttf) format("truetype");
  font-weight: 500;
}

@font-face {
  font-family: Roboto;
  src: url(../font/roboto/Roboto-Bold.eot);
  src: url(../font/roboto/Roboto-Bold.ttf) format("truetype");
  font-weight: 700;
}

@font-face {
  font-family: Montserrat;
  font-weight: 400;
  src: url(../font/Montserrat/Montserrat-Regular.ttf);
}

@font-face {
  font-family: Montserrat;
  font-weight: 700;
  src: url(../font/Montserrat/Montserrat-Bold.ttf);
}

body#body {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.header-scrolled {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 10;
}

.banner {
  width: 100%;
  height: 80vh;

  img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

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

.circle-animation {
  transition: stroke-dashoffset .4s ease;
  stroke: var(--main-bg)
}

.no-arrow::-webkit-outer-spin-button,
.no-arrow::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}

.no-arrow[type=number] {
  -moz-appearance: textfield;
  /* Firefox */
}

.dashed-text {
  text-decoration: line-through;
  color: #525252;
}

.navbar-top {
  background: #f2f2f2;
  padding: 15px;
}

.btn.btn-login {
  background: #008d10;
  color: #FFF;
}

.btn.btn-register {
  background: #00442d;
  color: #FFF;
}

.logo {
  a {
    display: block;
    padding: 0px;
    width: 100%;
    display: block;
    width: 100%;

    img {
      height: 50px;
    }
  }
}

.button-collapse {
  color: #FFF;
  font-size: 1.4rem;

  &:hover {
    color: #f2f2f2f2;
  }
}

.main-skin {
  background: var(--main-light-bg);
}

.main-menu-pc {
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 15px;

  li[menu-id="47"] {
    display: none;
  }

  li {
    position: relative;
    z-index: 2;

    a {
      font-family: Montserrat;
    }

    .menu-child {
      position: absolute;
      top: 100%;
      left: 0px;
      display: none;
      background: #FFF;
      box-shadow: 1px 1px 2px 0px #444444;
      width: max-content;

      li {
        &:hover {
          a {
            background: color-mix(in srgb, var(--main-bg), #f2f2f2);
            color: #FFFFFF;
          }
        }

        a {
          display: block;
          padding: 10px 8px;
          color: #000;
          text-decoration: none;
        }
      }
    }

    &:hover {
      .menu-child {
        display: block;
      }
    }
  }

  &>li>a {
    color: #FFF;
    padding: 15px;
    display: flex;
    font-weight: 200;
    text-decoration: none;
    font-size: 0.9rem;
    line-height: 100%;
    position: relative;

    &:hover {
      &::after {
        content: '';
        position: absolute;
        height: 1px;
        bottom: 0px;
        left: 0px;
        right: 0px;
        background: #FFFFFF;
      }
    }
  }
}

.menuchild-dichvu {
  background-color: var(--main-bg);

  ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;

    li {
      a {
        display: block;
        padding: 8px 10px;
        color: #FFFFFF;
        text-decoration: none;
        position: relative;
        &:hover {
          &::after {
            content: '';
            position: absolute;
            height: 1px;
            bottom: 0px;
            left: 0px;
            right: 0px;
            background: #FFFFFF;
          }
        }
      }
    }
  }
}

.count-cart {
  position: absolute;
  z-index: 1;
  top: 2px;
  right: 5px;
  background: #FF2000;
  border-radius: 50px;
  width: 20px;
  aspect-ratio: 1/1;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#footer {
  background: #f2f2f2;
  margin-top: 30px;
  padding-top: 15px;
}

.footer-copyright {
  margin-top: 15px;
  background: #525252;
}

.footer-copyright * {
  color: #FFFFFF;
  text-decoration: none;
}

.toast {
  bottom: 5px;
  font-size: 1.1rem;
}

.loading {
  font-size: 2rem;
}

.btn-toast-close {
  padding: 0;
  border: 0;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  background-color: transparent;
  font-size: 1.5rem;
  text-shadow: 0 1px 0 #fff;
  font-weight: 700;
}

form .form-button button[type=submit] {
  border-radius: 5px;
}

.title-uppercase {
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
  font-family: Montserrat, sans-serif;
  text-align: center;
  margin-bottom: 25px;

  span {
    display: inline-block;
    padding: 10px 20px;
    border: 2px solid var(--main-bg);
    color: var(--main-bg);
    position: relative;

    &::after,
    &::before {
      content: '';
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 100px;
      height: 2px;
      background: var(--main-bg);
    }

    &::after {
      left: 100%;
    }

    &::before {
      right: 100%;
    }
  }
}

h2.title-uppercase {
  font-size: 3.5em;
}

h3.title-uppercase {
  font-size: 2.8rem;
}

h4.title-uppercase {
  font-size: 2rem;
}

.bg-chinhsach {
  padding: 25px 0px;
  background-position-x: center;
  background-position-y: top;
  background-repeat: no-repeat;
  background-size: cover;
}

.item-chinhsach {
  padding: 15px;
  background: rgba(250, 250, 250, 0.8);
  min-height: 300px;

  h4 {
    padding-bottom: 15px;
    margin: 0px;
    text-transform: uppercase;
    font-weight: 800;
    color: #FF2000;
  }
}


#section-slide-home {
  .swiper-slide {
    .item {
      @media (min-width: 900px) {
        .img {
          height: 75vh;
        }
      }

      @media (max-width: 768px) {
        .img {
          height: 50vh;
        }
      }

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

.section {
  margin: 7.5px 0px;
  padding: 15px 0px;
}

#home-doitac {
  .swiper {
    .swiper-slide {
      .item {
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 15px;
        padding: 5px;

        img {
          max-height: 125px;
          width: auto;
        }
      }
    }
  }
}

.item-dichvu {
  a {
    text-decoration: none;
    color: #000000;
  }

  .img {
    width: 100%;
    aspect-ratio: 1/0.9;

    img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
  }

  .content {
    background: #f2f2f2;
    padding: 15px 10px;

    h4 {
      text-align: center;
      margin: 0px;
    }
  }
}

#body:has(#news-page) #footer {
  margin-top: 0px;
  border-top: 2px solid #FFF;
}

#news-page {
  background: #f2f2f2;
}

.news-item {
  position: relative;

  &:hover {
    img {
      transform: scale(1.1);
    }
  }

  .img {
    width: 100%;
    aspect-ratio: 1/0.6;
    overflow: hidden;

    img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: 0.5s all;
    }
  }

  .content {
    padding: 15px;
    background: #FFF;

    .detail-link {
      margin: 0px;

      a {
        font-size: 1rem;
        font-weight: 600;
        color: #f20000;
      }
    }
  }

  a {
    color: #000;
    text-decoration: none;
  }
}

.item-duan {
  position: relative;
  z-index: 0;
  overflow: hidden;

  a {
    text-decoration: none;
  }

  &::after {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: rgba(45, 45, 45, 0.2);
    transition: 0.5s all;
  }

  .img {
    width: 100%;
    height: 250px;
    overflow: hidden;

    img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
  }

  .info-content {
    position: absolute;
    bottom: -30px;
    width: 100%;
    padding: 5px;
    z-index: 2;
    transition: 0.5s all;

    h4 {
      color: #FFFFFF;
      text-transform: uppercase;
      font-weight: 600;
      font-size: 1.2rem;
    }

    span.detail-link {
      color: #f20000;
      text-transform: uppercase;
      font-weight: 600;
    }
  }

  &:hover::after {
    opacity: 0.7;
    background: var(--main-bg);
  }

  &:hover .info-content {
    bottom: 0px;
  }
}

#duan-page {
  .item-duan {
    transition: 0.5s all;

    &:hover {
      transform: scale(1.05);
    }
  }

  .detail-link-menu {
    color: #ff2200d0;
    font-weight: 800;
    display: inline-block;
    text-decoration: none;
    margin: 15px 0px 25px 0px;
    border: 2px solid #ff2200d0;
    transition: 0.5s all;
    padding: 10px 15px;

    &:hover {
      color: #FFFFFF;
      background: #ff2200d0;
    }
  }
}

#home-news {
  .news-item {
    .content {
      position: absolute;
      bottom: 0px;
      left: 0px;
      right: 0px;
      background: rgba(45, 45, 45, 0.6);

      .title {
        margin: 0px;
        padding: 10px;

        a {
          color: #FFFFFF;
        }
      }
    }
  }
}

.news-side-list {
  display: flex;
  flex-direction: column;
  height: 100%;
}

#about {
  .section-data {
    .bg:nth-child(odd) {
      background: #D31B29;
    }

    .bg:nth-child(even) {
      background: var(--main-bg);
    }

    .content {
      color: #FFFFFF;
    }
  }

  .item-core-value {
    p {
      font-weight: 600;
      text-align: center;
      font-size: 1.2rem;
      margin-top: 10px;
    }
  }
}

.swiper-big img {
  width: 100%;
  aspect-ratio: 1/0.5;
  object-fit: cover;
}

.swiper-small {
  .swiper-slide {
    position: relative;
    z-index: 0;

    &::after {
      content: '';
      position: absolute;
      left: 0px;
      right: 0px;
      top: 0px;
      bottom: 0px;
      background: rgba(45, 45, 45, 0.6);
    }

    &.swiper-slide-thumb-active::after {
      content: unset
    }

    img {
      width: 100%;
      aspect-ratio: 1/0.8;
      object-fit: cover;
    }
  }
}


.banner.banner-detail {
  position: relative;
  z-index: 0;
  height: 30vh;
}

.title-page {
  background: rgba(45, 45, 45, 0.6);
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;

  &>.container {
    height: 100%;

    &>.title {
      height: 100%;
    }
  }

  .title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;

    h4 {
      height: auto;
      padding-bottom: 15px;
      color: #FFF;
      font-weight: 800;
      font-size: 1.5rem;
      text-transform: uppercase;
      margin: 0px;
    }

    .breadcrumb {
      color: #FFF;
      margin-bottom: 25px;
      font-weight: 800;

      * {
        color: #FFF;
        font-weight: 800;
        text-decoration: none;
      }
    }
  }
}

#dichvu {
  .bg {
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: top;
    background-size: cover;

    .bg-white-linear {
      background: linear-gradient(to right,
          rgba(250, 250, 250, 0) 0%,
          rgba(250, 250, 250, 0.3) 50%,
          rgba(250, 250, 250, 1) 70%,
          rgba(250, 250, 250, 1) 100%);
      padding: 25px 0px;
    }

    &.content-upper {
      .content {
        padding: 15px;
      }
    }
  }
}

.dichvu-row {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;

  .dichvu-item {
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    z-index: 0;

    @media (min-width: 900px) {
      & {
        flex: 0 0 50%;
        max-width: 50%;
      }
    }

    &:hover {
      .img {

        img:nth-child(2),
        .layer {
          opacity: 0;
        }
      }

      .content {
        * {
          color: #000000;
        }
      }
    }
  }

  .img {
    width: 100%;
    aspect-ratio: 1/1;
    display: grid;

    .layer {
      background: rgba(45, 45, 45, 0.6);
    }

    .layer,
    img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      grid-area: 1/1;
      transition: 0.5s all;
    }
  }

  .content {
    position: absolute;
    left: 15px;
    top: 15px;

    * {
      font-weight: 400;
      color: #FFFFFF;
    }
  }
}

.tuyendung-item {
  background: #f2f2f2;
  border-radius: 5px;
  border: 1px solid #dedede;
  padding: 15px;

  .img {
    width: 20%;
    aspect-ratio: 1/1;

    img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
  }

  .content {
    .title {
      margin: 5px 0px;
      font-size: 1rem;
      font-weight: 600;

      a {
        color: var(--main-bg);
        text-decoration: none;
      }
    }

    .price {
      font-size: 0.9rem;
      color: #444;
    }

    .goto-detail {
      text-align: right;
      margin: 0px;
      padding-top: 10px;
      border-top: 1px solid #dedede;

      a {
        color: var(--main-bg);
        text-decoration: none;
        font-weight: 600;
      }
    }
  }
}

.tuyendung-detail {
  .title {
    font-weight: 600;
  }

  .time {
    font-size: 0.9rem;
    color: #444
  }

  .btn-cv {
    button {
      background: #FFFFFF;
      border: 1px solid #FF2000;
      padding: 8px 35px;
      color: #FF2000;
      transition: 0.3s all;

      &:hover {
        background: #FF2000;
        color: #FFFFFF;
      }
    }
  }
}

.modalDialog {
  width: 60%;
  height: 80%;
  border-radius: 5px;
  border: 1px solid #dedede;
  position: relative;
  overflow: hidden;

  .dialog-header {
    padding: 15px 0px;
    border-bottom: 1px solid #dedede;

    h2 {
      margin: 0px;
    }
  }

  .dialog-body {
    height: 88%;

    form,
    .dialog-content {
      height: 100%;
    }
  }

  .dialog-content {
    display: flex;
    flex-direction: column;

    .dialog-upper {
      max-height: 88%;
      overflow: auto;
      padding: 15px 5px;
    }

    .dialog-lower {
      border-top: 1px solid #dedede;
      padding: 15px 0px;
    }

    .btn-submit {
      box-shadow: 0px 1px 6px 0px #444;
      padding: 8px 25px;
      background: var(--main-bg);
      transition: 0.5s all;
      color: #FFFFFF;
      outline: none;
      border: none;
      text-transform: uppercase;
      font-weight: 600;

      &:hover {
        background: #dedede;
        color: #000000
      }
    }
  }

  .btn-close {
    background: #D31B29;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    outline: none;
    position: absolute;
    right: 15px;
    top: 15px;
    opacity: 1;

    * {
      font-size: 18px;
      color: #FFFFFF;
    }

    &:hover {
      background: #FF2000;
    }
  }
}

@media (min-width: 900px) {
  .news-side-list {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
  }
}

.news-side-list {
  .news-item {
    height: calc(50% - 7.5px);
    margin-bottom: 15px;

    &:last-child {
      margin-bottom: 0px;
    }

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

#home-about {
  background-image: url(../img/bg-sec.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.circle-box {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 0;

  .info-count {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;

    .text-number {
      font-weight: 800;
      font-size: 2rem;

    }

    .title-info-count {
      font-size: 1.1rem;
      margin: 0px;
    }
  }
}
.content-background{
  background: #f2f2f2;
}
/*# sourceMappingURL=main.css.map */