<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.navbar {
    background-color: #16273b;
}
.video {
  margin-top: 20px;
}
.video-title{
  color: #bc9445;
  margin-top: 25px;
  font-size: 32px;
}
.video-title-line{
  border-bottom: 1px solid #bc9445;
  margin: auto;
  margin-bottom: 38px;
}

.video-recommended-title{
  margin-bottom: 24px;
  color: #16273b;
}
.v-like{
  width: 20px;
  margin-left: 27px;
  margin-top: -9px;
}
.blvideo-content .card-text{
  font-size: 16px;
}


.video .card-text {
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: left;
  color: #313131;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 9px;
}

.video .card-body {
  padding-right: 0px;
  padding-left: 0px;
  padding-top: 12px;
  padding-bottom: 0px;
}
.video .view{
  font-size: 15px;
  color: #a2a2a2;
}
.video .card{
  border: 0px solid rgba(0,0,0,.125);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-radius: 10px;
  margin-bottom: 30px;
}
.content-videoBL .card img{
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 146px;
  width: auto;
}

.content-videoR .card {
  border: 0 solid rgba(0,0,0,.125);
  border-radius: 10px;
  margin-bottom: 15px;
}
.content-videoR .card {
  overflow: hidden;
  position: relative;
}
.content-videoR .card-body {
  padding: 10px;
  text-align: left!important;
  width: 161%;
}
.content-videoR .card-title {
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: left;
  color: #313131;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 15px;
}
.content-videoL .card img{
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 376px;
  width: auto;
}

.play-btnL {
  background-image: url('../image/ic-play.png');
  background-size: contain;
  display: inline-block;
  position: absolute;
  padding: 40px;
  top: 39%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  cursor: pointer;
}
.play-btnR {
  background-image: url('../image/ic-play.png');
  background-size: contain;
  display: inline-block;
  position: absolute;
  padding: 28px;
  top: 50%;
  left: 27%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  cursor: pointer;
}
.play-btnBL {
  background-image: url('../image/ic-play.png');
  background-size: contain;
  display: inline-block;
  position: absolute;
  padding: 28px;
  top: 25%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  cursor: pointer;
}

.modal-header{
  border-bottom: 1px solid #dee2e600;
  padding-bottom: 5px;
}
.modal-body{
  padding-top: 0px;
  padding: 0;
}

.blogwidevideo {
  overflow:hidden;
  padding-bottom:56.25%;
  position:relative;
  height:0;
}

.blogwidevideo iframe {
  left: 5%;
  right: 5%;
  top:0;
  height:90%;
  width:90%;
  position:absolute;
}
.blvideo{
  width:90%;
  margin: auto;
  margin-top: -26px;
}
.video a,p{
  color: #313131;
  font-size: 20px;
}
.blvideoL{
  padding-left: 0px;
}
.blvideoR{
  padding-right: 0px;
}
.linebl{
  border-bottom: 2px solid #e5e5e5;
  margin: auto;
  margin-bottom: 56px;
  margin-top: 30px;
}
.blvideo .card-text{
  margin-bottom: 0px;
}
.blvideo-c{
  width:90%;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 50px;
}

.blvideo-content{
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.blvideo-content::-webkit-scrollbar {
  width: 3px;
  height: 5px;
}

/* Track */
.blvideo-content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
/* Handle */
.blvideo-content::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #bc9445;
}
.blvideo-content::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(255,0,0,0.4);
}

.blvideo-content .card {
  border: 0px solid rgba(0,0,0,.125);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-radius: 10px;
  margin-bottom: 30px;
}
.blvideo-content .card-body {
  padding-right: 0px;
  padding-left: 0px;
  padding-top: 12px;
  padding-bottom: 0px;
  white-space: initial;
}
.blvideo-content .view {
  font-size: 15px;
  color: #a2a2a2;
}
.blvideoL .view {
  font-size: 15px;
  color: #a2a2a2;
}
.blvideo-content .play-btnBL{
  background-image: url('../image/ic-play.png');
  background-size: contain;
  display: inline-block;
  position: absolute;
  padding: 23px;
  top: 15%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  cursor: pointer;
}

/* .blvideo-content::-webkit-scrollbar {
border-radius: 10px;
background-color: #bc9445;
} */

.arrow_box {
  position: absolute;
  background: #ffffff;
  border: 2px solid #e5e5e5;
  padding-top: 6px;
  padding-left: 10px;
  margin-top: 28px;
  border-radius: 10px;
  width: 118px;
  margin-left: -48px;
  padding-bottom: 6px;
}
.arrow_box:after, .arrow_box:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.arrow_box:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 20px;
  margin-left: -20px;
}
.arrow_box:before {
  border-color: rgba(188, 197, 227, 0);
  border-bottom-color: #e5e5e5;
  border-width: 23px;
  margin-left: -23px;
}

.addthis_inline_share_toolbox {
  display: inline-block;
  vertical-align: middle;
}
.addthis_inline_share_toolbox .at-share-btn.at-svc-email{
  display: none !important;
}
.addthis_inline_share_toolbox .at-share-btn.at-svc-link{
  display: none !important;
}
/* .addthis_inline_share_toolbox .at-share-btn.at-svc-twitter{
display: none !important;
} */
.addthis_inline_share_toolbox .at-share-tbx-element .at-share-btn .at-icon-wrapper {
  height: 28px !important;
  width: 28px !important;
}
.addthis_inline_share_toolbox .at-share-tbx-element .at-icon, .at-resp-share-element .at-label{
  width: 27px !important;
  height: 24px !important;
  margin-bottom: 4px;
}
.addthis_inline_share_toolbox .at-style-responsive .at-share-btn {
  border-radius: 23px !important;
}

.menulink{
  display: block;
}

@media only screen and (max-width: 991px) {
  .content-videoR .card-body{
    padding: 7px;
    width: 477%;
    padding-top: 0px;
  }
  .menulink{
    display: none;
  }
  .content-videoBL .card img{
    height: unset;
  }
  .content-videoL .card img{
    height: unset;
  }
  .v-like{
    margin-left: 0px;
  }
  .blvideo-content .play-btnBL{
    top: 17%;
  }
  .blvideo{
    margin-top: 0px;
  }
  #modaldt p {
    font-size: 16px;
  }
  .v-title {
    font-size: 18px;
  }
  .play-btnL{
    padding: 35px;
    top: 30%;
  }
  .play-btnR{
    padding: 21px;
    top: 46%;
    left: 20%;
  }
}


/*ipad pro  */
@media only screen and (min-device-width: 992px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .content-videoBL .card img{
    height: unset;
  }
  .content-videoL .card img{
    height: unset;
  }
}

/*ipad*/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px){
  .content-videoBL .card img{
    height: unset;
  }
  .content-videoL .card img{
    height: unset;
  }
}
</pre></body></html>