.h-menu .sub-menu a:hover {
    background: #1a276e;
    color: #fff;
}

.h-menu .sub-menu a {
}

ul.sub-menu {
    padding: 0px !important;
}

.h-menu li ul li a {
    padding: 5px !important;
}

body.disable-select {
    user-select: none;
}

.border_content_child {
    background-color: #fcf0ef;
    clear: both;
    padding: 5px 20px 5px 20px;
    border: 1px solid red;
    margin-bottom: 1.3em;
    background-image: url(./images/background-border-content.svg);
    background-position: bottom right;
    background-repeat: no-repeat;
    border-radius: 10px;
}

.slide-banner .avarta img {
    height: auto;
}
@media (max-width: 768px) {

.content-detail iframe {
    width: 100%;
    height: 280px;
}}

#iframe-360 {
    width: 100%;
    height: calc(100vh - 110px);
}

.video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
