#top-header .container{
  padding-top: 0px;
}
#top-menu-nav #top-menu li a{
  padding: 10px 20px;
}
#top-menu-nav #top-menu li a:hover{
  background-color: #2c3d69;
  color: #fff;
  border-radius: 3px;
}
#top-menu-nav #top-menu li.current-menu-item a{
  background-color: #2c3d69;
  color: #fff;
  border-radius: 3px;
}
#top-menu li {
  display: inline-block;
  font-size: 14px;
  padding-right: 8px;
  margin-bottom: 24px;
}
#et-secondary-menu {
  float:none;
  display: flex;
  line-height: 32px;
  justify-content: space-between;
}
#et-main-area #main-content{
  min-height: 98vh;
}
#left-area{
  display:block;
}
.not-login-notif{
  text-align:center;
  padding-top: 0px;
}
.not-login-notif a:hover{
  text-decoration: underline;
}
.editor-youtube{
  width:100%;
  margin: 20px auto 30px;
}
.video-container {
  overflow: hidden;
  position: relative;
  width:100%;
}

.video-container::after {
  padding-top: 56.25%;
  display: block;
  content: '';
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}