header.section-1-cap {
  height: 40px;
  margin: 20px 0;
  line-height: 40px;
  border-bottom: 1px solid rgba(0,0,0,0.1);
  position:  relative;
  font-weight: bold;
}
header.section-1-cap a {
  display: block;
  color: inherit;
  text-decoration: none;
  font-size: 15px;
    
}
header.section-1-cap:after{
  position: absolute;
  content: '';
  width: 100px;
  height: 5px;
  border-radius: 5px;
  background: red;
  left: 0;
  bottom:-2.5px;
}

.OT-video-section .card-OT-video {
  width: 100%;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(0,0,0,0.1);
}
.OT-video-section .card-OT-video .OT-frame {
  height: 200px;
  width: 100%;
  outline: none !important;
  background: #000;
}
.OT-video-section .card-OT-video .OT-frame video,
.OT-video-section .card-OT-video .OT-frame img{
  width: 100%;
  height: 100%;
}
.OT-video-section.vues .card-OT-video  .OT-frame {
  height: 300px
}
.OT-video-section .card-OT-video .OT-txt {
  width: 100%;
  padding: 8px 12px;
  font-size: 15px;
}
.OT-video-section .card-OT-video a {
  color: rgba(0,0,0,0.8);
  display: inline-block;
  font-weight: bold;
  font-size : 16px;
}


header.nav-1-cap{
text-align: center;
  height: 40px;
  margin: 20px 0;
  line-height: 40px;
  border-bottom: 1px solid rgba(0,0,0,0.1);
  position:  relative;
  font-weight: bold;
color: #fff;
background: red;
}
.right-nav-list {
padding: 0;
list-style: none;
}
.right-nav-list li.right-nav-item {
margin-bottom: 20px;
}
.right-nav-list li.right-nav-item h3.nav-cap {
 height: 40px;
  margin: 20px 0;
  line-height: 40px;
  border-bottom: 1px solid rgba(0,0,0,0.1);
  position:  relative;
  font-size: 18px;
font-family: 'Noto Sans';
text-transform: uppercase;
}
.right-nav-list li.right-nav-item h3.nav-cap:after{
  position: absolute;
  content: '';
  width: 60px;
  height: 5px;
  border-radius: 5px;
  background: red;
  left: 0;
  bottom:-2.5px;
}
.right-nav-list li.right-nav-item .nav-v {
  width: 100%;
  border-bottom: 1px solid rgba(0,0,0,0.1);
  padding-bottom: 20px
}
.right-nav-list li.right-nav-item .carousel-indicators {
  display: none;
}

.right-nav-list li.right-nav-item .nav-v iframe {
width: 100%;
height: 100%
}
.right-nav-list li.right-nav-item .nav-title {
padding: 0 8px;
display: inline-block;
width: 100%;
font-weight: bold;
font-size: 16px;
}













