@font-face {
  font-family: 'GC-Regular';
  src: url('../fonts/GC-Regular.eot');
  src: url('../fonts/GC-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/GC-Regular.woff2') format('woff2'),
    url('../fonts/GC-Regular.woff') format('woff'),
    url('../fonts/GC120-VIET-HOA.ttf') format('truetype'),
    url('../fonts/GC-Regular.svg#GC-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'GC-Medium';
  src: url('../fonts/GC-Medium.eot');
  src: url('../fonts/GC-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/GC-Medium.woff2') format('woff2'),
    url('../fonts/GC-Medium.woff') format('woff'),
    url('../fonts/GC130-VIET-HOA.ttf') format('truetype'),
    url('../fonts/GC-Medium.svg#GC-Medium') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'GC-Bold';
  src: url('../fonts/GC-Bold.eot');
  src: url('../fonts/GC-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/GC-Bold.woff2') format('woff2'),
    url('../fonts/GC-Bold.woff') format('woff'),
    url('../fonts/GC140-VIET-HOA.ttf') format('truetype'),
    url('../fonts/GC-Bold.svg#GC-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'GC-ExtraBold';
  src: url('../fonts/GC-ExtraBold.eot');
  src: url('../fonts/GC-ExtraBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/GC-ExtraBold.woff2') format('woff2'),
    url('../fonts/GC-ExtraBold.woff') format('woff'),
    url('../fonts/GC150-VIET-HOA.ttf') format('truetype'),
    url('../fonts/GC-ExtraBold.svg#GC-ExtraBold') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: 'GC-Regular';
  font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'GC-Bold';
}

.GC-regular {
  font-family: 'GC-Regular';
}

.GC-medium {
  font-family: 'GC-Medium';
}

.GC-bold {
  font-family: 'GC-Bold';
}

.GC-extra-bold {
  font-family: 'GC-ExtraBold';
}


.container {
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

ul {
  padding-left: 0;
}

ul li {
  list-style: none;
}

/* ≥ 768px */
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

/* ≥ 992px */
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

/* ≥ 1200px */
@media (min-width: 1200px) {
  .container {
    width: 1230px;
  }
}

.page-customer-guidance .list-guidance .item-guidance .title {
  width: calc(100% - 230px);
  color: #414042;
  font-size: 16px;
  font-family: "GC-Bold";
  padding-left: 51px;
  height: 40px;

}

.page-customer-guidance .list-guidance .item-guidance .icon {
  width: 35px;
}

.page-customer-guidance .list-guidance .item-guidance .tit-label {
  width: fit-content;
  padding: 0px 20px;
  font-size: 16px;
  font-family: "GC-Bold";
  color: #fff;
  background: #3FB778;
  text-align: center;
  border-radius: 100px;
  height: 40px;
}

.page-customer-guidance .list-guidance .item-guidance {
  display: flex;
  line-height: 40px;
  margin-bottom: 30px;

}


.page-customer-guidance .list-guidance .item-guidance {
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.page-customer-guidance .list-guidance .item-guidance.item-hidden {
  opacity: 0;
  transform: translateY(10px);
  pointer-events: none;
  position: absolute;
  visibility: hidden;
}

.page-customer-guidance .list-guidance .group-guidance {
  border-bottom: 1px solid #D1D3D4;
  margin-bottom: 58px;
}

.page-customer-guidance .list-guidance .group-guidance .title-cat {
  text-align: center;
  color: #808285;
  font-size: 24px;
  font-family: 'GC-Medium';
  text-transform: uppercase;
  margin-bottom: 32px;
}

.page-customer-guidance .search {
  max-width: 840px;
  margin: auto;
  position: relative;
  margin-bottom: 68px;
}

.page-customer-guidance .search input {
  height: 40;
  opacity: 1;
  border-radius: 100px;
  border: 1px solid #D1D3D4;
  width: 100%;
  padding-left: 15px;
}

.page-customer-guidance .search input:focus {
  outline: none;
  border: 1px solid #3FB778;
  /* box-shadow: 0 0 0 2px rgba(63, 183, 120, 0.2); */
}

.page-customer-guidance .search .btn-search {
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 11px;
}


.page-customer-guidance {
  color: #414042;
  line-height: 100%;
}

.page-customer-guidance .head-page {
  max-width: 840px;
  margin: 58px auto 40px;
}

.page-customer-guidance .head-page h1 {
  text-align: center;
  font-size: 36px;
  line-height: 100%;
  color: #002B49;
  text-transform: uppercase;
}

.page-customer-guidance .head-page h2 {
  font-size: 24px;
  line-height: 100%;
  text-align: center;
  margin-top: 6px;
  margin-bottom: 18px;
}

.page-customer-guidance .head-page .desc {
  font-size: 16px;
  line-height: 22px;
  text-align: center;
}

.page-customer-guidance .banner {
  margin-bottom: 60px;
}



.page-customer-guidance-map .map-and-working_hours {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.page-customer-guidance-map .map-and-working_hours .item-map,
.page-customer-guidance-map .map-and-working_hours .item-working_hours {
  margin-bottom: 60px;
  width: calc(50% - 50px);
  border: none;
  padding: 25px;
  border-radius: 10px;
  box-sizing: border-box;
}

.page-customer-guidance-map .map-and-working_hours .item-map {
  background: #3FB778;
  color: #ffffff
}

.page-customer-guidance-map .map-and-working_hours .item-working_hours {
  background: #F1F5F9;
}

.page-customer-guidance-map .map-and-working_hours .item-map .name {
  margin-top: 19px;
  margin-bottom: 10px;
  color: #ffffff;
  font-family: "GC-Bold";
}

.page-customer-guidance-map .map-and-working_hours .item-map .address {
  font-size: 14px;
  color: #ffffff;
  padding-left: 26px;
  background: url(../img/icon-marker.svg) no-repeat;
  background-size: auto 100%;
  background-position: center;
  background-position-x: left;
}




.page-customer-guidance-map ul.list-steps {
  display: flex;
  gap: 20px;
}


.page-customer-guidance-map .list-steps li {
  flex: 1;
  text-align: center;
  font-family: 'GC-Medium';
  font-size: 14px;
  line-height: 19px;

}

.page-customer-guidance-map .list-steps li span {
  display: block;
  font-size: 16px;
  font-family: "GC-Bold" !important;
  color: #fff;
  background: #3FB778;
  text-align: center;
  border-radius: 100px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  margin: 0px auto 18px;
}

.page-customer-guidance-map .icon {
  text-align: center;
}

.page-customer-guidance-map .icon h3 {
  font-size: 16px;
  margin-top: 15px;
  margin-bottom: 26px;
}

.page-customer-guidance-map .type-steps {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.page-customer-guidance-map .type-steps .item-step {
  margin-bottom: 60px;
  width: calc(50% - 50px);
  border: 1px solid #D1D3D4;
  padding: 30px 15px;
  border-radius: 10px;
  box-sizing: border-box;
}

.page-customer-guidance-map .banner .name-img {
  margin: 36px auto 30px;
  width: fit-content;
  font-size: 16px;
  font-family: "GC-Bold" !important;
  color: #fff;
  background: #3FB778;
  text-align: center;
  border-radius: 100px;
  padding: 9px 15px;
}

.page-customer-guidance-map .item-working_hours .title {
  color: #414042;
  font-family: "GC-Bold";
  padding-left: 26px;
  background: url(../img/icon-clock.svg) no-repeat;
  display: block;
  width: fit-content;
  margin: 0px auto 28px;
}

.page-customer-guidance-map .item-working_hours .table-hours,
.page-customer-guidance-map .item-working_hours .table-hours p {
  font-family: "GC-Medium";
}

.page-customer-guidance-map .item-working_hours .table-hours .item {
  display: flex;
  gap: 20px;

}

.page-customer-guidance-map .item-working_hours .table-hours .item>div {
  flex: 1;

  align-items: center;
  display: grid;
  place-items: center;
}



.page-customer-guidance-map .item-working_hours .table-hours div.item:first-child,
.page-customer-guidance-map .item-working_hours .table-hours div.item:first-child p {
  font-family: "GC-Bold" !important;
}

.page-customer-guidance-map .item-working_hours .table-hours .tit-buoi.tit-buoi-count-2 p:first-child,
.page-customer-guidance-map .item-working_hours .table-hours .tit-hours.tit-hours-count-2 p:first-child {
  border-bottom: 1px solid #D1D3D4;

}

.page-customer-guidance-map .item-working_hours .table-hours .tit-buoi.tit-buoi-count-2::before,
.page-customer-guidance-map .item-working_hours .table-hours .tit-hours.tit-hours-count-2::before {
  /* content: ""; */
  position: absolute;
  width: 100%;
  height: 0.5px;
  background: #D1D3D4;
  top: 50%;
  left: 0;
}

.page-customer-guidance-map .item-working_hours .table-hours .item p {
  text-align: center;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 0px;
  margin-bottom: 0px;
  width: 100%;
  display: grid;
  place-items: center;
}

.page-customer-guidance-map .item-working_hours .table-hours .item p span {
  font-family: "GC-Regular";
  display: block;
  font-size: 14px;
}

.page-customer-guidance-map .item-working_hours .table-hours .item .tit-date,
.page-customer-guidance-map .item-working_hours .table-hours .item .tit-buoi,
.page-customer-guidance-map .item-working_hours .table-hours .item .tit-hours {
  border-bottom: 1px solid #D1D3D4;

}

.page-customer-guidance-map .item-working_hours .table-hours .item:last-child .tit-date,
.page-customer-guidance-map .item-working_hours .table-hours .item:last-child .tit-buoi,
.page-customer-guidance-map .item-working_hours .table-hours .item:last-child .tit-hours {
  border-bottom: none;

}


.page-customer-guidance-canhan-congty .list-steps .item.item-one {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}


.page-customer-guidance-canhan-congty .list-steps .item.item-one .step-left {
  width: calc(55% + 50px);
}

.page-customer-guidance-canhan-congty .list-steps .item.item-one .step-right {
  width: calc(45% - 80px);
}

.page-customer-guidance-canhan-congty .list-steps .item.item-one .step-left .content {
  display: grid;
  align-items: center;
  justify-items: start;
}

.page-customer-guidance-canhan-congty .list-steps .item.item-one .step-right .content {
  display: grid;
  place-items: center;
}


.page-customer-guidance.page-customer-guidance-canhan-congty .list-guidance .group-guidance {
  padding-top: 30px;
  border-top: 1px solid #D1D3D4;
}

.page-customer-guidance-detail .list-steps .item {
  margin-bottom: 35px;
}

.page-customer-guidance-detail .list-steps .item .title,
.page-customer-guidance-detail .list-steps .item .title-sub {
  font-size: 16px;
  font-family: "GC-Bold";
  margin-bottom: 30px;
  text-align: left;
  line-height: 35px;

}

.page-customer-guidance-detail .list-steps .item .title {
  position: relative;
  padding-left: 45px;
}

.page-customer-guidance-detail .list-steps .item .title .num-step {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  font-size: 16px;
  font-family: "GC-Bold" !important;
  color: #fff;
  background: #3FB778;
  text-align: center;
  border-radius: 100px;
  width: 35px;
  height: 35px;
  line-height: 35px;
}

.page-customer-guidance-detail .content {
  line-height: 24px;
  position: relative;
}


@media (min-width: 1200px) {
  .page-customer-guidance-detail .content {
    padding-left: 45px;
  }
}

.page-customer-guidance-detail .list-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.page-customer-guidance-detail .list-content .content {
  border: 1px solid #D1D3D4;
  border-radius: 10px;
  width: calc(50% - 50px);
  margin-bottom: 50px;
  padding: 25px 30px;
  box-sizing: border-box;
}



.page-customer-guidance-detail ul {
  padding-left: 15px;
  margin-bottom: 15px;
}

.page-customer-guidance-detail .content ul li {
  list-style: disc;
}

.page-customer-guidance-detail .content .gallery {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.page-customer-guidance-detail .head-page .title-sub {
  text-align: center;
  font-family: "GC-Medium";
}

@media (min-width: 1200px) {
  .page-customer-guidance-detail .content img.alignright {
    position: absolute;
    right: 0;
    top: 5%;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {}

@media (min-width: 992px) {
  .page-customer-guidance-map .item-working_hours .table-hours .item p span.tit-buoi-mb {
    display: none;
  }

}

@media (max-width: 991px) {
  .page-customer-guidance .head-page {
    margin: 24px auto 15px;
  }

  .page-customer-guidance .head-page h1 {
    font-size: 24px;
    line-height: 36px;
  }

  .page-customer-guidance .head-page h2 {
    font-size: 18px;
    line-height: 23px;
    max-width: 300px;
    margin: 9px auto 16px;

  }

  .page-customer-guidance .head-page .desc {
    font-size: 14px;
    line-height: 22.5px;

  }

  .page-customer-guidance-list .head-page h2 {
    text-align: justify;
    max-width: 100%;
  }

  .page-customer-guidance-list .head-page .desc {
    text-align: justify;
  }

  .page-customer-guidance .banner {
    margin-bottom: 30px;
  }

  .page-customer-guidance .search {
    margin-bottom: 35px;
  }

  .page-customer-guidance .list-guidance .group-guidance {
    margin-bottom: 45px;
  }

  .page-customer-guidance .list-guidance .group-guidance .title-cat {
    font-size: 16px;
    margin-bottom: 19px;
  }

  .page-customer-guidance .list-guidance .item-guidance {
    margin-bottom: 10px;
  }

  .page-customer-guidance .list-guidance .item-guidance .tit-label {
    display: none;
  }



  .page-customer-guidance .list-guidance .item-guidance .title {
    font-size: 14px;
    padding-left: 0px;
    line-height: 18px;
    padding-right: 5px;
    width: calc(100% - 35px);
  }

  .page-customer-guidance-map .type-steps .item-step {
    width: 100%;
    margin-bottom: 20px;
  }

  .page-customer-guidance-map .icon h3 {
    font-size: 14px;
    margin-top: 12px;
    margin-bottom: 15px;
  }

  .page-customer-guidance-map ul.list-steps {
    display: block;
    margin-left: 15px;
  }

  .page-customer-guidance-map .list-steps li {
    text-align: left;
    margin-bottom: 15px;
  }

  .page-customer-guidance-map .list-steps li span {
    margin: 0;
    display: inline-block;
    margin-right: 15px;
  }

  .page-customer-guidance-map .map-and-working_hours .item-map,
  .page-customer-guidance-map .map-and-working_hours .item-working_hours {
    margin-bottom: 15px;
    padding: 15px;
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 30px);
    border-radius: 0;
  }

  .page-customer-guidance-map .map-and-working_hours .item-working_hours {
    background: none;
  }

  .page-customer-guidance-map .item-working_hours .table-hours .item .tit-buoi {
    display: none;
  }

  .page-customer-guidance-map .item-working_hours .table-hours .item p {
    display: block;
  }

  .page-customer-guidance-map .item-working_hours .table-hours .item p span.tit-buoi-mb {
    display: inline;
    font-family: "GC-Medium";
  }

  .page-customer-guidance-map .map-and-working_hours .item-map .name {
    padding-left: 26px;
  }

  .page-customer-guidance-map .item-working_hours .title {
    background: url(../img/icon-clock.svg) no-repeat;
    padding-top: 28px;
    background-position: top;
  }

  .page-customer-guidance-detail .list-steps .item .title {
    font-size: 14px;
  }

  .page-customer-guidance-detail .content {
    font-size: 14px;
  }

  .page-customer-guidance-detail .content img.alignright {
    float: none;
    display: block;
    margin: auto;
  }

  .page-customer-guidance-detail .list-steps .item .title .num-step {
    font-size: 14px;
    width: 25px;
    height: 25px;
    line-height: 25px;
  }

  .page-customer-guidance-detail .list-steps .item .title {
    padding-left: 40px;
  }

  .page-customer-guidance-detail .list-steps .item .title,
  .page-customer-guidance-detail .list-steps .item .title-sub {
    line-height: 25px;
    margin-bottom: 15px;
  }

  .page-customer-guidance-detail .list-content .content {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
  }

  .page-customer-guidance-canhan-congty .list-steps .item.item-one .step-left,
  .page-customer-guidance-canhan-congty .list-steps .item.item-one .step-right {
    width: 100%;
  }

  .page-customer-guidance-canhan-congty .list-steps .item.item-one .step-left {
    margin-bottom: 30px;
  }

  .page-customer-guidance .list-guidance .item-guidance .icon {
    width: 25px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {}

@media (max-width: 767px) {}