.section-home-slider {
  padding-top: 0;
  position: relative;
  overflow: hidden;
  padding-bottom: 0px; }
  .section-home-slider .owl-carousel:not(.owl-loaded) {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    overflow: hidden; }
  .section-home-slider .owl-carousel:not(.owl-loaded) .slider-item {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%; }
  .section-home-slider .owl-carousel .slider-item {
    position: relative; }
    .section-home-slider .owl-carousel .slider-item .slide--content {
      position: absolute;
      top: 0px;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(270deg, transparent 32.01%, rgba(0, 0, 0, 0.4) 76.98%);
      display: flex;
      flex-wrap: wrap;
      align-items: center; }
      .section-home-slider .owl-carousel .slider-item .slide--content .container {
        padding: 40px 0; }
        .section-home-slider .owl-carousel .slider-item .slide--content .container * {
          max-width: 40%;
          color: #fff; }
        .section-home-slider .owl-carousel .slider-item .slide--content .container .slide--title {
          font-size: 40px;
          margin: 0;
          font-weight: 700;
          line-height: 1.2; }
        .section-home-slider .owl-carousel .slider-item .slide--content .container .slide--des {
          font-weight: 500;
          margin-bottom: 20px; }
        .section-home-slider .owl-carousel .slider-item .slide--content .container .slide--action {
          display: flex;
          flex-wrap: wrap;
          gap: 16px; }
          .section-home-slider .owl-carousel .slider-item .slide--content .container .slide--action a {
            flex: 0 0 calc(50% - 8px);
            max-width: calc(50% - 8px);
            padding: 16px 20px;
            font-weight: 700;
            border: 1px solid #fff;
            text-align: center; }
            .section-home-slider .owl-carousel .slider-item .slide--content .container .slide--action a:hover {
              background: #C00E0E;
              border-color: #C00E0E; }
            .section-home-slider .owl-carousel .slider-item .slide--content .container .slide--action a:first-child {
              border-color: #C00E0E;
              background: #C00E0E; }
        .section-home-slider .owl-carousel .slider-item .slide--content .container .slide--note {
          margin-top: 10px;
          font-size: 14px; }
      @media (max-width: 991.98px) and (min-width: 768px) {
        .section-home-slider .owl-carousel .slider-item .slide--content .container * {
          max-width: 420px; } }
      @media (max-width: 767.98px) {
        .section-home-slider .owl-carousel .slider-item .slide--content .container {
          padding: 15px; }
          .section-home-slider .owl-carousel .slider-item .slide--content .container * {
            max-width: 100%; }
          .section-home-slider .owl-carousel .slider-item .slide--content .container .slide--title {
            font-size: 32px;
            line-height: 1.4; }
          .section-home-slider .owl-carousel .slider-item .slide--content .container .slide--des {
            font-size: 14px; }
          .section-home-slider .owl-carousel .slider-item .slide--content .container .slide--action a {
            padding: 8px 16px; } }
  .section-home-slider .owl-carousel .owl-nav button {
    position: absolute;
    top: calc(50% - 20px);
    padding: 0;
    opacity: 0;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    text-align: center;
    color: #444444;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    outline: none;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
    display: flex;
    align-items: center;
    justify-content: center; }
    .section-home-slider .owl-carousel .owl-nav button.owl-prev {
      left: 30px; }
    .section-home-slider .owl-carousel .owl-nav button.owl-next {
      right: 30px; }
    .section-home-slider .owl-carousel .owl-nav button svg {
      width: 20px;
      height: 20px; }
  .section-home-slider .owl-carousel .owl-dots {
    position: absolute;
    left: 50%;
    bottom: 15px;
    text-align: center;
    z-index: 99;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
    .section-home-slider .owl-carousel .owl-dots .owl-dot {
      margin: 0 3px;
      outline: 0; }
    .section-home-slider .owl-carousel .owl-dots .owl-dot span {
      display: flex;
      display: -ms-flex;
      display: -webkit-flex;
      width: 7px;
      height: 7px;
      margin: 5px;
      border-radius: 50%;
      background: #fff; }
    .section-home-slider .owl-carousel .owl-dots .owl-dot.active {
      border-radius: 50%;
      border: 2px solid #C00E0E; }
    .section-home-slider .owl-carousel .owl-dots .owl-dot.active span {
      background: #C00E0E; }
  @media (max-width: 767px) {
    .section-home-slider .owl-carousel .owl-dots {
      bottom: 5px; }
    .section-home-slider .owl-carousel .owl-dots .owl-dot {
      margin: 0 2px; }
    .section-home-slider .owl-carousel .owl-dots .owl-dot span {
      width: 4px;
      height: 4px;
      margin: 4px; }
    .section-home-slider .owl-carousel .owl-dots .owl-dot.active {
      border: 1px solid #000000; } }
  .section-home-slider:hover .owl-nav button {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }

/* Category */
.home-category {
  padding: 40px 0; }
  .home-category h2 {
    color: #C00E0E;
    margin-bottom: 30px;
    font-size: 38px;
    text-align: center; }
  @media (max-width: 991.98px) {
    .home-category {
      padding: 30px 0; }
      .home-category h2 {
        font-size: 24px; } }

.home-category-lists {
  display: flex;
  flex-wrap: wrap;
  gap: 16px; }
  .home-category-lists .item {
    flex: 0 0 calc(16.6666667% - 13.3333334px);
    max-width: calc(16.6666667% - 13.3333334px);
    border: 1px solid #FFE8E8;
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    cursor: pointer; }
    .home-category-lists .item .item-image {
      border-radius: 50%;
      background: #FFF7F7;
      padding: 1px;
      width: 80px;
      height: 80px; }
    .home-category-lists .item .title {
      font-weight: 500;
      text-align: center; }
    .home-category-lists .item:hover {
      border-color: #FFBBBB; }
      .home-category-lists .item:hover .title a {
        color: #C00E0E; }
  @media (max-width: 991.98px) {
    .home-category-lists .item {
      flex: 0 0 calc(33.3333333% - 10.6666667px);
      max-width: calc(33.3333333% - 10.6666667px); } }
  @media (max-width: 767.98px) {
    .home-category-lists .item {
      flex: 0 0 calc(50% - 8px);
      max-width: calc(50% - 8px); } }

/* Home collections */
.home-collections h2 {
  font-size: 38px;
  color: #C00E0E;
  margin-bottom: 30px; }

.home-collections .home-collections-item {
  margin-bottom: 30px; }

.home-collections .home-collections-heading {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px; }
  .home-collections .home-collections-heading h2 {
    font-size: 24px;
    color: #424242; }
  .home-collections .home-collections-heading a {
    color: #C00E0E; }

.home-collections .home-collections-slider.owl-carousel:not(.owl-loaded) {
  display: flex;
  overflow: hidden; }
  .home-collections .home-collections-slider.owl-carousel:not(.owl-loaded) > div {
    flex: 0 0 calc(25% - 12px);
    max-width: calc(25% - 12px);
    margin-right: 16px; }
    @media (max-width: 991.98px) {
      .home-collections .home-collections-slider.owl-carousel:not(.owl-loaded) > div {
        flex: 0 0 calc(25% - 8px);
        max-width: calc(25% - 8px); } }

.home-collections .home-collections-slider.owl-carousel .owl-nav button {
  position: absolute;
  top: 45%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0;
  margin: 0px;
  font-size: 0;
  height: 42px;
  width: 42px;
  line-height: 42px;
  outline: none;
  text-align: center;
  display: inline-block;
  background: #fff;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  border-radius: 50%; }
  .home-collections .home-collections-slider.owl-carousel .owl-nav button.owl-prev {
    left: -21px; }
  .home-collections .home-collections-slider.owl-carousel .owl-nav button.owl-next {
    right: -21px; }
  @media (max-width: 767.98px) {
    .home-collections .home-collections-slider.owl-carousel .owl-nav button.owl-prev {
      left: 0px; }
    .home-collections .home-collections-slider.owl-carousel .owl-nav button.owl-next {
      right: 0px; } }

@media (max-width: 991.98px) {
  .home-collections {
    padding: 30px 0; }
    .home-collections h2 {
      font-size: 24px; } }

.home-aboutus {
  background: #FFFAFA;
  padding: 30px 0; }
  .home-aboutus .home-aboutus-item {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding: 40px 0;
    align-items: center;
    gap: 60px;
    max-width: 1440px;
    margin: 0 auto 30px; }
    .home-aboutus .home-aboutus-item .home-aboutus-banner {
      flex: 0 0 50%;
      max-width: 50%;
      position: relative;
      z-index: 5; }
    .home-aboutus .home-aboutus-item .home-aboutus-content {
      flex: 0 0 calc(50% - 60px);
      max-width: calc(50% - 60px);
      max-width: 520px;
      position: relative;
      z-index: 5; }
      .home-aboutus .home-aboutus-item .home-aboutus-content h2 {
        color: #C00E0E;
        font-size: 38px;
        margin-bottom: 14px; }
      .home-aboutus .home-aboutus-item .home-aboutus-content .action {
        margin-top: 40px; }
        .home-aboutus .home-aboutus-item .home-aboutus-content .action a {
          padding: 16px 20px;
          color: #C00E0E;
          font-weight: 500;
          display: inline-block;
          border: 1px solid #c00e0e; }
          .home-aboutus .home-aboutus-item .home-aboutus-content .action a:hover {
            background: #c00e0e;
            color: #fff; }
    @media (min-width: 992px) {
      .home-aboutus .home-aboutus-item:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 80%;
        height: 100%;
        bottom: 0;
        background: #fff;
        z-index: 2; } }
    .home-aboutus .home-aboutus-item:nth-child(2n) {
      flex-direction: row-reverse; }
      @media (min-width: 992px) {
        .home-aboutus .home-aboutus-item:nth-child(2n):before {
          left: 0;
          right: auto; } }
    .home-aboutus .home-aboutus-item:last-child {
      margin-bottom: 0; }
  @media (max-width: 991.98px) {
    .home-aboutus .home-aboutus-item {
      gap: 30px;
      background: #fff;
      padding: 30px 8px; }
      .home-aboutus .home-aboutus-item .home-aboutus-banner {
        flex: 0 0 100%;
        max-width: 100%; }
      .home-aboutus .home-aboutus-item .home-aboutus-content {
        flex: 0 0 100%;
        max-width: 100%; }
        .home-aboutus .home-aboutus-item .home-aboutus-content h2 {
          font-size: 24px; }
        .home-aboutus .home-aboutus-item .home-aboutus-content .des {
          font-size: 14px; }
        .home-aboutus .home-aboutus-item .home-aboutus-content .action {
          margin-top: 30px; }
          .home-aboutus .home-aboutus-item .home-aboutus-content .action a {
            padding: 8px 16px; } }

.home-chinhanh {
  position: relative;
  padding: 40px 0; }
  .home-chinhanh:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0.15;
    background-image: linear-gradient(272deg, #FFF 52.12%, rgba(255, 255, 255, 0) 109.98%), url("https://cdn.hstatic.net/files/200001042017/file/bg-chinhanh.jpg");
    background-color: lightgray;
    background-position: 0px -343.767px;
    background-size: 100% 176.708%;
    background-repeat: no-repeat;
    z-index: 2; }
  .home-chinhanh .container {
    position: relative;
    z-index: 10; }
  .home-chinhanh .home-chinhanh-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
    .home-chinhanh .home-chinhanh-wrap .home-chinhanh-content {
      flex: 0 0 50%;
      max-width: 50%; }
      .home-chinhanh .home-chinhanh-wrap .home-chinhanh-content * {
        max-width: 365px; }
      .home-chinhanh .home-chinhanh-wrap .home-chinhanh-content h2 {
        color: #C00E0E;
        font-size: 38px; }
      .home-chinhanh .home-chinhanh-wrap .home-chinhanh-content .des {
        margin-top: 12px; }
      .home-chinhanh .home-chinhanh-wrap .home-chinhanh-content .action {
        margin-top: 30px; }
        .home-chinhanh .home-chinhanh-wrap .home-chinhanh-content .action a {
          padding: 16px;
          color: #C00E0E;
          font-weight: 500;
          display: inline-block;
          border: 1px solid #c00e0e; }
          .home-chinhanh .home-chinhanh-wrap .home-chinhanh-content .action a:hover {
            background: #c00e0e;
            color: #fff; }
    .home-chinhanh .home-chinhanh-wrap .home-chinhanh-banner {
      flex: 0 0 50%;
      max-width: 50%; }
  @media (max-width: 991.98px) {
    .home-chinhanh {
      padding: 30px 0; }
      .home-chinhanh .home-chinhanh-wrap {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 16px; }
        .home-chinhanh .home-chinhanh-wrap .home-chinhanh-content {
          flex: 0 0 100%;
          max-width: 100%; }
          .home-chinhanh .home-chinhanh-wrap .home-chinhanh-content h2 {
            color: #C00E0E;
            font-size: 24px; }
          .home-chinhanh .home-chinhanh-wrap .home-chinhanh-content .des {
            font-size: 14px; }
          .home-chinhanh .home-chinhanh-wrap .home-chinhanh-content .action a {
            padding: 8px 16px; }
        .home-chinhanh .home-chinhanh-wrap .home-chinhanh-banner {
          flex: 0 0 100%;
          max-width: 100%; } }

.map-container {
  position: relative;
  width: 100%;
  max-width: 470px; }
  .map-container .map-image {
    width: 100%;
    height: auto;
    display: block; }
  .map-container .map-pin {
    position: absolute;
    transform: translate(-50%, -100%); }
    .map-container .map-pin .pin {
      width: 25px;
      height: 25px;
      cursor: pointer;
      border-radius: 50%;
      box-shadow: 0 0 0 4px rgba(255, 0, 0, 0.3);
      animation: pulse 2s infinite;
      text-align: center; }
    .map-container .map-pin .pin-popup {
      position: absolute;
      top: 0;
      left: 100%;
      background: white;
      border-radius: 4px;
      box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
      width: 220px;
      padding: 10px;
      opacity: 0;
      visibility: hidden;
      transition: all 0.3s;
      z-index: 10; }
      .map-container .map-pin .pin-popup .pin-name {
        font-size: 14px;
        font-weight: 700; }
      .map-container .map-pin .pin-popup .pin-title {
        font-size: 10px; }
      .map-container .map-pin .pin-popup .pin-add {
        margin-top: 6px;
        font-size: 10px; }
      .map-container .map-pin .pin-popup .pin-phone {
        margin-top: 6px;
        font-size: 10px; }
      .map-container .map-pin .pin-popup .pin-image {
        margin-top: 6px;
        font-size: 10px; }
      .map-container .map-pin .pin-popup img {
        width: 100%;
        border-radius: 6px; }
    .map-container .map-pin:hover .pin-popup {
      opacity: 1;
      visibility: visible; }

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.4); }
  70% {
    box-shadow: 0 0 0 12px rgba(255, 0, 0, 0); }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 0, 0, 0); } }

.section-blog {
  padding: 60px 0; }
  .section-blog .section-blog-wrap {
    margin-bottom: 30px; }
    .section-blog .section-blog-wrap .title {
      border-bottom: 0;
      margin-bottom: 30px;
      position: relative; }
      .section-blog .section-blog-wrap .title h2 {
        margin-bottom: 0;
        font-size: 38px;
        color: #C00E0E;
        display: inline-block;
        position: relative;
        margin: 0;
        background: #fff;
        padding-right: 10px;
        z-index: 2; }
      .section-blog .section-blog-wrap .title:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 1px;
        background: #C00E0E;
        bottom: 1px;
        z-index: 1;
        left: 0; }
    .section-blog .section-blog-wrap .content {
      display: flex;
      flex-wrap: wrap;
      flex-direction: column;
      gap: 16px; }
      .section-blog .section-blog-wrap .content .article-loop {
        margin: 0; }
      .section-blog .section-blog-wrap .content .article-inner {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        flex-direction: row; }
        .section-blog .section-blog-wrap .content .article-inner .article-image {
          flex: 0 0 213px;
          max-width: 213px;
          padding-bottom: 0; }
        .section-blog .section-blog-wrap .content .article-inner .article-detail {
          flex: 0 0 calc(100% - 233px);
          max-width: calc(100% - 233px);
          padding: 0; }
  .section-blog .view-more {
    display: inline-block;
    padding: 16px 20px;
    color: #C00E0E;
    font-weight: 500;
    border: 1px solid #C00E0E; }
    .section-blog .view-more:hover {
      background: #C00E0E;
      color: #fff; }
  @media (max-width: 991.98px) {
    .section-blog {
      padding: 30px 0; }
      .section-blog .section-blog-wrap .title h2 {
        font-size: 24px; }
      .section-blog .section-blog-wrap .content .article-inner .article-image {
        flex: 0 0 140px;
        max-width: 140px;
        padding-bottom: 0; }
      .section-blog .section-blog-wrap .content .article-inner .article-detail {
        flex: 0 0 calc(100% - 160px);
        max-width: calc(100% - 160px); }
      .section-blog .view-more {
        padding: 8px 16px;
        font-size: 14px; } }
