.website-iframe {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  transition: all 0.5s ease-in-out;
}
.website-iframe.active {
  width: 100%;
}
.website-iframe iframe {
  width: 100%;
  height: 100%;
}

.website-iframe .website-iframe-close {
  position: absolute;
  top: 30px; /* Chỉnh vị trí nút ở đây */
  right: 100px;
  padding: 5px 10px;
  width: 40px;

  background-color: white; /* Đây là màu nền */
  border: none;
  border-radius: 10px;

  display: flex;
  justify-content: center;
  align-items: center;
  transition: width 0.2s linear;
  cursor: pointer;
}

.website-iframe .website-iframe-close .fa-times-circle {
  font-size: 18px;
  font-weight: 600;
  color: red; /* Đây là màu nút X */
}
.website-iframe .website-iframe-close span {
  font-size: 16px;
  font-weight: 700;
  color: black; /* Đây là màu chữ */

  opacity: 0;
  width: 0;
  margin-left: 0;
  pointer-events: none;
  transition: opacity 0.1 linear, width 0.5s linear;
}

.website-iframe .website-iframe-close:hover {
  width: 100px;
}

.website-iframe .website-iframe-close:hover span {
  margin-left: 10px;
  width: auto;
  opacity: 1;
  pointer-events: all;
}

@media screen and (max-width: 767.98px) {
  .website-iframe .website-iframe-close {
    top: 10px;
    right: 10px;
  }
}

.info-iframe {
  position: fixed;
  z-index: 0;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  transition: all 0.5s ease-in-out;
  background-color: black;
}
.info-iframe.active {
  width: 100%;
}
.info-iframe iframe {
  width: 100%;
  height: 100%;
  
}

.info-iframe .info-iframe-close {
  position: absolute;
  top: 30px; /* Chỉnh vị trí nút ở đây */
  right: 100px;
  padding: 5px 10px;
  width: 40px;

  background-color: white; /* Đây là màu nền */
  border: none;
  border-radius: 10px;

  display: flex;
  justify-content: center;
  align-items: center;
  transition: width 0.2s linear;
  cursor: pointer;
}

.info-iframe .info-iframe-close .fa-times-circle {
  font-size: 18px;
  font-weight: 600;
  color: red; /* Đây là màu nút X */
}
.info-iframe .info-iframe-close span {
  font-size: 16px;
  font-weight: 700;
  color: black; /* Đây là màu chữ */

  opacity: 0;
  width: 0;
  margin-left: 0;
  pointer-events: none;
  transition: opacity 0.1 linear, width 0.5s linear;
}

.info-iframe .info-iframe-close:hover {
  width: 100px;
}

.info-iframe .info-iframe-close:hover span {
  margin-left: 10px;
  width: auto;
  opacity: 1;
  pointer-events: all;
}

/*canho01 */

.canho01-iframe {
  position: fixed;
  z-index: 0;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  transition: all 0.5s ease-in-out;
  background-color: black;
}
.canho01-iframe.active {
  width: 100%;
}
.canho01-iframe iframe {
  width: 100%;
  height: 100%;
  
}

.canho01-iframe .canho01-iframe-close {
  position: absolute;
  top: 30px; /* Chỉnh vị trí nút ở đây */
  right: 100px;
  padding: 5px 10px;
  width: 40px;

  background-color: white; /* Đây là màu nền */
  border: none;
  border-radius: 10px;

  display: flex;
  justify-content: center;
  align-items: center;
  transition: width 0.2s linear;
  cursor: pointer;
}

.canho01-iframe .canho01-iframe-close .fa-times-circle {
  font-size: 18px;
  font-weight: 600;
  color: red; /* Đây là màu nút X */
}
.canho01-iframe .canho01-iframe-close span {
  font-size: 16px;
  font-weight: 700;
  color: black; /* Đây là màu chữ */

  opacity: 0;
  width: 0;
  margin-left: 0;
  pointer-events: none;
  transition: opacity 0.1 linear, width 0.5s linear;
}

.canho01-iframe .canho01-iframe-close:hover {
  width: 100px;
}

.canho01-iframe .canho01-iframe-close:hover span {
  margin-left: 10px;
  width: auto;
  opacity: 1;
  pointer-events: all;
}


/* toancanhiframe */

.toancanh-iframe {
  position: fixed;
  z-index: 0;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  transition: all 0.5s ease-in-out;
  background-color: black;
}
.toancanh-iframe.active {
  width: 100%;
}
.toancanh-iframe iframe {
  width: 100%;
  height: 100%;
  
}

.toancanh-iframe .toancanh-iframe-close {
  position: absolute;
  top: 30px; /* Chỉnh vị trí nút ở đây */
  right: 100px;
  padding: 5px 10px;
  width: 40px;

  background-color: white; /* Đây là màu nền */
  border: none;
  border-radius: 10px;

  display: flex;
  justify-content: center;
  align-items: center;
  transition: width 0.2s linear;
  cursor: pointer;
}

.toancanh-iframe .toancanh-iframe-close .fa-times-circle {
  font-size: 18px;
  font-weight: 600;
  color: red; /* Đây là màu nút X */
}
.toancanh-iframe .toancanh-iframe-close span {
  font-size: 16px;
  font-weight: 700;
  color: black; /* Đây là màu chữ */

  opacity: 0;
  width: 0;
  margin-left: 0;
  pointer-events: none;
  transition: opacity 0.1 linear, width 0.5s linear;
}

.toancanh-iframe .toancanh-iframe-close:hover {
  width: 100px;
}

.toancanh-iframe .toancanh-iframe-close:hover span {
  margin-left: 10px;
  width: auto;
  opacity: 1;
  pointer-events: all;
}


/* canho02iframe */

.canho02-iframe {
  position: fixed;
  z-index: 0;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  transition: all 0.5s ease-in-out;
  background-color: black;
}
.canho02-iframe.active {
  width: 100%;
}
.canho02-iframe iframe {
  width: 100%;
  height: 100%;
  
}

.canho02-iframe .canho02-iframe-close {
  position: absolute;
  top: 30px; /* Chỉnh vị trí nút ở đây */
  right: 100px;
  padding: 5px 10px;
  width: 40px;

  background-color: white; /* Đây là màu nền */
  border: none;
  border-radius: 10px;

  display: flex;
  justify-content: center;
  align-items: center;
  transition: width 0.2s linear;
  cursor: pointer;
}

.canho02-iframe .canho02-iframe-close .fa-times-circle {
  font-size: 18px;
  font-weight: 600;
  color: red; /* Đây là màu nút X */
}
.canho02-iframe .canho02-iframe-close span {
  font-size: 16px;
  font-weight: 700;
  color: black; /* Đây là màu chữ */

  opacity: 0;
  width: 0;
  margin-left: 0;
  pointer-events: none;
  transition: opacity 0.1 linear, width 0.5s linear;
}

.canho02-iframe .canho02-iframe-close:hover {
  width: 100px;
}

.canho02-iframe .canho02-iframe-close:hover span {
  margin-left: 10px;
  width: auto;
  opacity: 1;
  pointer-events: all;
}
/* websiteiframe */


