.video-tabs-container .video-container {
  display: none;
  position: relative;
}

.video-tabs-container .video-container.active {
  display: block;
}


.tab-buttons{
  width: 100%;
}


.tab-buttons p.btn-video {
  position: relative;
    padding: 15px 40px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 6px;
    background-color: #fff;
    border: 2px solid #ccc;
    transition: background 0.2s;
    color: #0062C2;
    font-weight: bold;
    line-height: 1.25;
}


.tab-buttons p.btn-video::before {
    content: '';
    position: absolute;
    left: 12px;
    top: 50%;
    width: 0px;
   height: 0px;
   border-style: solid;
   border-width: 10px 0 10px 10px;
   border-color: transparent transparent transparent #0062C2;
   transform: rotate(0deg);
   transform: translateY(-50%);
}

.tab-buttons p.btn-video.active::before {
    content: '';
    position: absolute;
    left: 12px;
    top: 50%;
    width: 0px;
   height: 0px;
   border-style: solid;
   border-width: 10px 0 10px 10px;
   border-color: transparent transparent transparent #fff;
   transform: rotate(0deg);
   transform: translateY(-50%);
}


.tab-buttons p.btn-video:hover, .tab-buttons p.btn-video.active{
    background-color: #5e5d5d;
    border: 2px solid #5e5d5d;
    color: #fff;
}



.tab-buttons p.btn-video:hover::before {
    content: '';
    position: absolute;
    left: 12px;
    top: 50%;
    width: 0px;
   height: 0px;
   border-style: solid;
   border-width: 10px 0 10px 10px;
   border-color: transparent transparent transparent #fff;
   transform: rotate(0deg);
   transform: translateY(-50%);
}



.tab-nav-title{
  display: flex;
  align-items: stretch;
  justify-content: center;
}

.tab-nav-title h2{
  width: 33.33%;
  text-align: center;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
  border-bottom: 6px solid #ddd;
  justify-content: center;
  cursor: pointer;
  flex: 1;
}

.tab-nav-title h2 span{
  font-size: 18px;
}

.container .row .tab-nav-title h2.current{
      border-bottom: 6px solid #444;
  }

.tab-content-nav {
  display: none;
  /* animation: fadeIn 0.3s ease; */
}

.tab-content-nav.active {
  display: block;
}


.video-container,
.tab-text {
  display: none;
}

.video-container.active,
.tab-text.active {
  display: block;
}



.btn-internal-link:before {
    content: ">>";
    position: absolute;
    top: 50%;
    right: 40px;
    margin-top: -.9em;
}
 
.btn-internal-link {
    padding: 5px 50px 5px 20px;
    border: 1px solid #ccc;
}
 
ul.list-btn-internal>li::before{
    content: none !important;
}
 
ul.list-btn-internal>li{
    padding: 0 20px 0 0 !important;
    display: inline-block;
}
 
ul.list-btn-internal{
    float: right;
}

@media only screen and (min-width:720px){
  .mt-lg-200{
    margin-top: 200px;
  }

  .pcHide{
    display: none!important;
  }
}

@media only screen and (max-width:719px){
  .mt-lg-200{
    margin-top: 200px;
  }

  .spHide{
    display: none!important;
  }

  .column-reverse-sp{
    display: flex;
  flex-direction: column-reverse;
}

.tab-buttons{
  margin-top: 0;
}

}


@media only screen and (max-width: 599px) {
    .floating-banner a img {
        height: 50px;
    }
}
 