.access-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 0;
  animation: bgZoom 40s ease-in-out infinite;
}
.access-company-info {
  color: white;
  font-size: clamp(1rem, 1.2vw, 1.3rem);
  font-weight: 500;
  text-shadow: 1px 1px 2px black;
  display: inline-block;
  margin-bottom: 0.3rem;
}
.access-map{
  background-color: #f9f9f9;
  padding: 60px 20px;
  overflow: hidden;
  position: relative;
}
.address-box-001 {
  width: 100%;
  position: relative;
  overflow: visible;
  flex: 1;
  bottom:25px
}
.footer-classic-gmap {
  position: relative !important;
  left: 0 !important;
  padding: 0;
  top: 26px;
  right: 0;
  bottom: 26px;
  border: 4px solid #0e380e;
}
.footer-classic-gmap .google-map-container {
  height: 500px;
  overflow: hidden;
}
.footer-classic-gmap iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.address-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  margin-top: 20px;
  flex-direction: row;
}

.address-wrapper-001 {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  margin-top: 20px;
  flex-direction: row;
}
.address-box {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  width: 100%;
  /* max-width: 820px; */
  position: relative;
  overflow: hidden;
  flex: 1;
}

.address-main {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 20px;
  padding: 12px 0px;
  border-bottom: 2px solid #15171a;
  font-family: sans-serif;
}

.station-list {
  display: grid;
  row-gap: 8px;
}

.station-item {
  display: grid;
  grid-template-columns: 200px 170px 150px 50px;
  align-items: center;
  column-gap: 40px;
}

.station-item-001 {
  display: grid;
  grid-template-columns: 170px 120px 90px 25px;
  align-items: center;
  column-gap: 8px;
}
.station-item-001 .linestream {
  font-weight: 600;
  font-size: 17px;
  font-family: sans-serif;
}

.station-item-001 .station {
  font-weight: 600;
  font-size: 17px;
  font-family: sans-serif;
}

.station-item-001 .time {
  font-weight: 600;
  font-size: 17px;
  font-family: sans-serif;
}
.station-item .linestream {
  font-weight: 600;
  font-size: 15px;
  font-family: sans-serif;
}

.station-item .station {
  font-weight: 600;
  font-size: 15px;
  font-family: sans-serif;
}

.station-item .time {
  font-weight: 600;
  font-size: 15px;
  font-family: sans-serif;
}

.note {
  font-size: 18px;
  margin-top: 10px;
  color: #101010;
  font-weight: 600;
  border-bottom: 1px solid #ccc;
  padding: 15px 0px;
}

.note .highlight {
  color: #101010;
  font-weight: bold;
}

.access-heading {
  font-size: clamp(3.5rem, 7vw, 5.5rem);
  font-weight: 900;
  color: white;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.8);
  line-height: 1;
  margin: 0;
  font-family: 'Times New Roman', Times, serif;
}
.building-video {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    flex: 0 0 315px;
}
.default-building-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 0px;
  display: block;
}
.video-wrapper {
  position: relative;
  width: 100%;
  padding-top: 358px;
  /* border-radius: 6px; */
  overflow: hidden;
  background: #000;
}

.video-wrapper-001 {
  position: relative;
  width: 100%;
  padding-top: 80.25%;
  border-radius: 6px;
  overflow: hidden;
  background: #000;
}
.video-wrapper-001 iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;

}
.video-wrapper iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;

}

/* ====== NÃºt mÅ©i tÃªn bÃªn trÃ¡i (áº£nh) â€” click Ä‘á»ƒ Ä‘á»•i video ====== */
/* TÄƒng vÃ¹ng click + hiá»‡u á»©ng nháº¹ */
.arrow-icon {
    width: 25px;
    height: 15px;
    cursor: pointer;
    transition: transform .15s ease, filter .15s ease, box-shadow .15s ease;
    box-shadow: 0 0 0 1px #cfcfcf inset;
    background: #fff;
    margin: 0px
};


.arrow-icon:hover {
  transform: scale(1.05);
  filter: brightness(0.9);
  box-shadow: 0 0 0 1px #aaa inset;
}

.arrow-icon:active {
  transform: scale(0.98);
}

.arrow-icon:focus {
  outline: 2px solid #23a36b;
  outline-offset: 2px;
}


.submenu-tabs-access{
  background-image:url('/image/caption-009.png');
  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;
  padding: 10px;
  text-align:center;
  overflow:visible;
}



.submenu-tabs-access ul{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin: 0px;
  padding: 0px 0px;
  list-style:none;
  overflow:hidden;
  -webkit-overflow-scrolling:touch;
}



.submenu-tabs-access ul::-webkit-scrollbar{ height:6px; }
.submenu-tabs-access ul::-webkit-scrollbar-thumb{
  background:#a00000; border-radius:10px;
}




.submenu-tabs-access li{flex:0 0 auto;scroll-snap-align:center;}

.submenu-tabs-access li a{
  display: flex;
  padding: 12px 66px;
  min-height: 44px;
  line-height: 1.3;
  background: #fff;
  color: #141313;
  font-weight: 700;
  font-size: 17px;
  border-radius: 2rem;
  border: 2px solid #a00000;
  white-space: nowrap;
  text-decoration: none;
  transition: all .3s ease;
}

.submenu-tabs-access li a:hover,
.submenu-tabs-access li a.active{
  background:#e99b9b;
  color:#a00000;
}

@media (max-width: 1200px) {

  .station-item {
    grid-template-columns: 180px 120px 100px 50px; /* cá»™t thá»© hai rá»™ng hÆ¡n */
  }
  .address-main {
    /* font-size: 25px; */
  }
  .footer-classic-gmap .google-map-container {
    height: 460px;
  }

  .submenu-tabs-access ul {
  gap: 15px;
}
.submenu-tabs-access li a{
  padding: 12px 50px;
  font-size: 16px;
}
}

@media (max-width: 1024px) {
  .address-wrapper {
    gap: 24px;
  }
  .station-item {
    grid-template-columns: 110px 115px 114px 35px;
  }
  .station-item .linestream,
  .station-item .station,
  .station-item .time {
    /* font-size: 15px; */
  }
  .building-video {
    flex: 0 0 315px;
  }
  .footer-classic-gmap .google-map-container {
    height: 420px;
  }
  .submenu-tabs-access ul {
  gap: 15px;
}
.submenu-tabs-access li a{
  padding: 13px 40px;
}
}

@media screen and (max-width: 992px) {

.submenu-tabs-access ul {
  gap: 12px;
}
.submenu-tabs-access li a{
  padding: 12px 40px;
  font-size: 15px;
}
}


@media (max-width: 928px) {
  .address-wrapper {
    gap: 24px;
  }
  .station-item {
    grid-template-columns: 80px 1fr auto 36px;
  }
  .station-item .linestream,
  .station-item .station,
  .station-item .time {
    /* font-size: 13px; */
  }
  .building-video {
    flex: 0 0 315px;
  }
  .footer-classic-gmap .google-map-container {
    height: 420px;
  }
}
@media screen and (max-width: 900px) {
.submenu-tabs-access ul {
  gap: 11px;
}

.submenu-tabs-access li a {
  padding: 12px 30px;
  /* padding-block: 14px; */
  font-size: 13px;
}
}
@media (max-width: 848px) {
  .address-wrapper {
    gap: 24px;
  }
  .station-item {
    grid-template-columns: 55px 1fr auto 36px;
  }
  .station-item .linestream,
  .station-item .station,
  .station-item .time {
    /* font-size: 13px; */
  }
  .building-video {
    flex: 0 0 315px;
  }
  .footer-classic-gmap .google-map-container {
    height: 420px;
  }
}
@media screen and (max-width:830px){
.submenu-tabs-access ul {
  gap: 10px;
}

.submenu-tabs-access li a {
  padding: 12px 35px;
  font-size: 12px;
}
}
@media (max-width: 815px) {
  .address-wrapper {
    gap: 24px;
  }
  .station-item {
    /* grid-template-columns: 37px 1fr auto 36px; */
  }
  .station-item .linestream,
  .station-item .station,
  .station-item .time {
    /* font-size: 9px; */
  }
  .building-video {
    flex: 0 0 315px;
  }
  .footer-classic-gmap .google-map-container {
    height: 420px;
  }
}

@media (max-width: 768px) {

  .submenu-tabs-access li{flex:0 0 auto;scroll-snap-align:center;width: 100%;}

  .submenu-tabs-access ul {
    flex-direction: column;
    align-items: center;
    /* gap:1.5rem; */
    width: 100%;
  }

  .submenu-tabs-access li a {
    width: 100%;
    /* max-width: 280px; */
    font-size: 15px;
    display: flex;
    justify-content: center;
  }
  .access-heading {
    font-size: clamp(2.5rem, 12vw, 3.5rem);
  }
  /* Stack trÃ¡i/pháº£i */
  .address-wrapper {
    flex-direction: column;
    gap: 18px;
  }
  .address-box { padding: 16px; }

  /* khung video full width */
  .building-video {
    flex: 1 1 100%;
    width: 100%;
  }
  .address-box-001{
    flex-wrap: wrap;
    width: 100%;
  }

  /* chá»¯ nhá» hÆ¡n má»™t náº¥c */
  .address-main {
    font-size: 20px;
  }
  .note {
    font-size: 16px;
  }

  .station-item {
    grid-template-columns: 140px 1fr auto 34px;
    column-gap: 6px;
  }

  .station-item .linestream,
  .station-item .station,
  .station-item .time {
    font-size: 15px;
  }

  .footer-classic-gmap .google-map-container {
    height: 380px;
  }




  .address-wrapper-001 {
    flex-direction: column;
    align-items: stretch;
    gap: 18px;
  }

  /* Box chá»©a map: bá» offset, Ä‘áº£m báº£o full width */
  .address-box-001 {
    position: static;   /* thay vÃ¬ relative + bottom */
    bottom: 0;
    width: 100%;
  }

  /* Khung map: gá»n gÃ ng hÆ¡n á»Ÿ mobile */
  .footer-classic-gmap {
    top: 0;             /* bá» top:26px */
    bottom: auto;
    border-width: 3px;  /* viá»n máº£nh hÆ¡n chÃºt cho mobile */
  }
  .footer-classic-gmap .google-map-container {
    height: 340px;      /* chiá»u cao há»£p lÃ½ á»Ÿ mobile */
  }

  /* Khung video full-width */
  .building-video {
    flex: 1 1 100%;
    max-width: 100%;
    width: 100%;
  }

  /* áº¢nh máº·c Ä‘á»‹nh phá»§ kÃ­n khung, trÃ¡nh mÃ©o/viá»n Ä‘en */
  .default-building-img {
    object-fit: cover;
    object-position: center;
  }

  /* Náº¿u dÃ¹ng .video-wrapper-001 cho khung khÃ¡c, cho cÃ¹ng hÃ nh vi */
  .video-wrapper-001 {
    width: 100%;
  }
}

@media (max-width: 576px) {
  .address-box {
    padding: 14px;
  }
  .address-main {
    font-size: 18px;
    padding: 10px 0;
  }
  .note {
    font-size: 15px;
  }

  /* 3 dÃ²ng text sang 1 cá»™t, mÅ©i tÃªn cá»™t riÃªng bÃªn pháº£i */
  .station-item {
    grid-template-columns: 1fr 34px;
    grid-row-gap: 2px;
    align-items: start;
  }

  .station-item .linestream,
  .station-item .station,
  .station-item .time {
    grid-column: 1 / 2;
    font-size: 14px;
  }
  .station-item .time {
    margin-bottom: 4px;
  }

  .station-item .arrow-icon {
    grid-column: 2 / 3;
    grid-row: 1 / span 3;
    align-self: center;
    justify-self: end;
  }

    /* 3 dÃ²ng text sang 1 cá»™t, mÅ©i tÃªn cá»™t riÃªng bÃªn pháº£i */
  .station-item-001 {
    grid-template-columns: 1fr 34px;
    grid-row-gap: 2px;
    align-items: start;
  }

  .station-item-001 .linestream,
  .station-item-001 .station,
  .station-item-001 .time {
    grid-column: 1 / 2;
    font-size: 14px;
  }
  .station-item-001 .time {
    margin-bottom: 4px;
  }

  .station-item-001 .arrow-icon {
    grid-column: 2 / 3;
    grid-row: 1 / span 3;
    align-self: center;
    justify-self: end;
  }

  .arrow-icon {
    width: 24px;
    height: 14px;
  }

  .footer-classic-gmap .google-map-container {
    height: 320px;
  }

  .footer-classic-gmap { border-width: 2px; }


  .address-wrapper-001 { gap: 16px; }
}


@media (max-width: 480px) {
  .address-box
  {
    padding: 12px;
  }
  .address-main {
    font-size: 17px;
  }
  .note {
    font-size: 14px;
  }

  .station-item {
    grid-template-columns: 1fr 32px;
  }
    .station-item-001 {
    grid-template-columns: 1fr 32px;
  }
  .arrow-icon {
    width: 22px;
    height: 13px;

  }

  .footer-classic-gmap .google-map-container { height: 260px; }

  /* TÄƒng bÃ¡n kÃ­nh bo (náº¿u muá»‘n má»m máº¡i hÆ¡n á»Ÿ mobile nhá») */
  .footer-classic-gmap,
  .video-wrapper,
  .video-wrapper-001 { border-radius: 8px; }
}

@keyframes bgZoom {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
