@charset "UTF-8";
/* CSS Document */
@font-face {
    font-family: 'FontAwesome';
    src: url('https://use.fontawesome.com/releases/v5.0.6/css/all.css'); 
  }

body{
    width: 100%;
    height: auto;
    background-color:#EFF0F2 !important;
    font-family: 'Lato', sans-serif;
}
.cp-sec{
    width: 100%;
    /* max-width: 800px; */
    margin: 0 auto;
    position: absolute;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
    padding: 10px;
    border-radius: 15px;
    background: #fff;
}
.cp-rt-sec{
    width: 30%;
    padding-left: 10px;
    display: inline-block;
}
.video-sec{
    width: 100%;
    background: #ededed;
    padding: 0 5px 5px 5px;
}
.controls{
    display: flex;
    position: absolute;
    left:0;
    width:100%;
    flex-wrap: wrap;
    background: #fff;
    border-radius: 0 0 15px 15px;
}
.control-btns {
    padding: 5px 10px;
    width: 70%;
}
.control-btns button{
    background: none;
    outline: 0;
    cursor: pointer;
    border: 0;
}
.control-btns button:before{
    content: '\f144';
    font-family: "Font Awesome 5 Free";
    color: #1A2B58;
    font-size: 28px;
    width: 30px;
    height: 30px;
    display: inline-block;
}
.control-btns button.play::before{
    content: '\f144';
}
.control-btns button.pause::before{
    content: '\f28b';
}

.play-bar-sec{
    width: 100%;
    height: 10px;
    top: 0;
    left: 0;
    background:#e4e4e4;
    border-radius: 10px;
    margin: 0 5px;
}
.play-bar{
    background-color: #669940;
    height: 10px;
    width: fit-content;
    border-radius: 10px;
}
.carousel {
    position: relative;
  }
  .carousel-item img {
    object-fit: cover;
  }
  .cp-carousel-lg{
      width: 60% !important;
      float: left;
  }
 

  button:focus{
    outline: none !important;
  }
  .cp-vdotm-sec {
    width: 100%;
    padding: 10px;
    background: #E0F0E6;
    overflow-y: scroll;
    height: 470px;
}
  .cp-vdotm-sec ul{
    list-style: none;
    margin-bottom: 0;
}
.cp-vdotm-sec ul li{
    list-style: none;
    display: flex;
    margin-bottom: 15px;
    cursor: pointer;
}
.cp-vdotm-sec ul li p{
    width: 80%;
    margin-bottom: 0px;
    font-size: 14px;
}
.cp-vdotm-sec ul li span{
    width: 20%;
    margin-bottom: 0px;
    font-size: 13px;
    text-align: right;
    
}
.cp-slide-lg-top-bar {
  background: #E0F0E6;
  padding: 5px;
  text-transform: uppercase;
  font-size: 14px;
  color: #1A2B58;
}
.cp-slide-lg-top-bar a {
  color: #1A2B58;
  font-weight: 500;
}
.cp-slide-lg-top-bar a:hover {
  text-decoration: none;
  color: #1A2B58;
}

.cp-slides-top-bar {
  background: #F6F6F6;
  padding: 5px 10px;
  font-size: 14px;
  color: #1A2B58;
  width: 100%;
  margin-top: 10px;
}
.cp-slides-top-bar a{
  color: #1A2B58;
  text-decoration: none;
}

.cp-vdo-top-bar {
  padding: 5px;
  text-align: right;
  background: linear-gradient(0deg, rgba(237,237,237,1) 0%, rgba(188,191,202,1) 100%, rgba(191,195,205,1) 100%, rgba(255,255,255,1) 100%);
}
.cp-vdo-top-bar a {
  color: #1A2B58;
}
a.cp-arrow{
  width: 10%;
}
a.cp-arrow span{
  background: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
a.cp-arrow span i {
  color: #1A2B58;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  position: relative;
  top: 30%;
}
.control-btns-rt {
  padding: 5px 10px;
  width: 30%;
  text-align: right;
}
.control-btns-rt button{
  background: none;
  outline: 0;
  cursor: pointer;
  border: 0;
}

 button.vol-btn{
  font-family: "Font Awesome 5 Free";
  color: #1A2B58;
  font-size: 25px;
  width: 30px;
  height: 30px;
  display: inline-block;
  background: none;
  margin-right: 20px;
}

button.enlarge-btn{
  font-family: "Font Awesome 5 Free";
  color: #1A2B58;
  font-size: 25px;
  width: 30px;
  height: 30px;
  display: inline-block;
  background: none;
}


.cp-vdo-lg {
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 9;
  display: none;
  top: 0;
}




/* /------/////-------/ */



.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus { outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
          -webkit-text-fill-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: white;
  background: hsla(0, 0%, 100%, 0.75);
  cursor: pointer;
  /* vertically center */
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.flickity-prev-next-button:hover { background: white; }

.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09F;
}

.flickity-prev-next-button:active {
  opacity: 0.6;
}

.flickity-prev-next-button.previous { left: 10px; }
.flickity-prev-next-button.next { right: 10px; }


.flickity-prev-next-button:disabled {
  opacity: 0.3;
  cursor: auto;
}

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

.flickity-prev-next-button .arrow {
  fill: #333;
}

.carousel {
  background: #FAFAFA;
}

.carousel-main {
  margin-bottom: 8px;
  height: 440px !important;
  overflow: hidden;
  display: block;
}

.carousel-cell {
  width: 100%;
  height: auto;
  margin-right: 8px;
  background: #fff;
  border-radius: 5px;
  /* counter-increment: carousel-cell; */
}

.carousel-nav .carousel-cell {
  height: 90px;
  width: 120px;
}

.carousel-main img {
  display: block;
  margin: 0 auto;
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.cp-slider {
  width: 70%;
  float: left;
}
.carousel.carousel-nav {
  display: inline-block;
  width: 100%;
}

.carousel-cell img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* /------/////-------/ */





/* responsive */

@media (max-width:1199px){

}

@media (max-width:991px) {
  .cp-carousel-lg{width: 100% !important;}
  .cp-rt-sec{width: 100%; padding-left: 0; margin-top: 10px;}
}

@media (max-width:767px) {
  .carousel-container #carousel-thumbs img {
    border-width: 3px;
  }
}

@media (max-width:575px) {
  .carousel-container #carousel-thumbs {
    background: #ccccce;
  }
}

@media (max-width:400px){
}
