.youtu-playlist.fix-menu{
	padding:0px;
}
.youtu-title {
  font-size: 15px;
  font-weight: bold;
}
.sub-title {
  color: #8a8b8b;
  font-size: 13px;
}
.icon-active {
  filter: sepia(100%) hue-rotate(150deg) saturate(400%);
}
#youtu-playlist {
  width: 100%;
  min-height: 400px;
  display: flex;
  margin-bottom:20px;
}
#youtu-playlist iframe{
  border-radius:10px;
}
#video-dis {
  flex: 6.5;
  margin-right: 20px;
  background: black;
  border-radius:10px;
}
#video-dis iframe {
  width: 100%;
  height: 100%;
}
.video-li {
  flex: 3.5;
  display: flex;
  max-height: 400px;
  padding: 15px;
  border-radius: 10px;
  flex-direction: column;
  background: var(--card);
}
.li-collapsed {
  overflow: hidden;
  height: 40px;
}
#upper-info {
    display: flex;
    margin-bottom: 10px;
    box-shadow: 0px 20px 25px -24px #919191a1;
}
#li-titles {
  flex: 9;
}
#li-titles div {
  padding-bottom: 5px;
  font-size:16px;
}
#drop-icon {
  flex: 1;
  cursor: pointer;
  background: url(https://user-images.githubusercontent.com/50569315/118832584-92350500-b8e2-11eb-8398-9a90a4615b98.png)
    no-repeat center;
  background-size: 50%;
}
#lower-info {
  display: flex;
  padding-top: 10px;
}
#lower-info div {
  width: 40px;
  height: 40px;
  cursor: pointer;
}
#vli-videos {
  margin-top:5px;
  overflow: auto;
  padding:5px;
}
.video-con {
  display: flex;
  cursor: pointer;
  padding: 5px;
  column-gap: 10px;
}
.video-con:not(:last-child){
	margin-bottom: 10px;
}
.video-con:hover, .active-con {
  background: var(--menu);
  border-radius: 5px;
  color: var(--texta);
}
.youtu-index {
  min-width: 20px;
  align-self: center;
}
.youtu-thumb {
  width: 100px;
}
.youtu-thumb img {
  width: 100%;
  border-radius:5px;
}
.v-titles {
  flex: 6;
}
.v-titles div:nth-child(2) {
  margin-top: 5px;
}
@media only screen and (max-width: 950px) {
  #youtu-playlist {
    margin: 0 auto;
    display: block;
    align-items: center;
  }
  #video-dis {
    margin-bottom: 10px;
    width: 100%;
    height: 300px;
  }
  .video-li {
    margin-bottom: 20px;
  }
}
/* Widget custom fox photo slide */
.foxphoto{
  margin-bottom:20px;
}
.foxphoto-slideshow {
  position: relative;
  margin: auto;
}
.foxphoto-box{
	margin-bottom:20px;
}
.foxphoto-Slides {display: none}
.foxphoto-Slides img{
    width: 100%;  
}
.foxphoto-prev, .foxphoto-next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}
.foxphoto-next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
.foxphoto-prev:hover, .foxphoto-next:hover {
  background-color: #0000005c;
}
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}
.foxphoto-dot {
  cursor: pointer;
  height: 10px;
  width: 10px;
  margin: 0 2px;
  background-color: var(--menu-mobile);
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.foxactive, .foxphoto-dot:hover {
  background-color: var(--texta);
}
.foxphoto-fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}
/* Widget custom logo slide */
.foxlogo{
	margin-bottom:20px;
}
.fox-logo.fix-menu.slider {
    display: flex;
    align-content: flex-end;
    justify-content: space-around;
}
.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slide img{
    width:100%;
    max-width: 200px;
    height: 100%;
  	max-height: 60px;
}
.slick-slide img
{
    display: block;
	max-width: 200px;
    max-height: 60px;
    height: 100%;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/* widget custom list note */
.foxlist{
	margin-bottom:20px;
}
.foxlist-note-tit {
    padding: 15px;
    font-weight: bold;
	font-size:20px;
	color:var(--texta);
	border-radius: 10px; 
	margin: 0px;
	cursor: cell;
	margin-bottom:10px;
}
.foxlist-note-tit:before {
	font-family: 'FontAwesome';
	content: '\2b';
	color:var(--textnote);
	margin-right: 15px;
}
.foxlist-note-nd {
    padding: 15px;
    line-height: 1.8;
    animation: popup 1s;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 10px;
}
.foxlist-note-tit, .foxlist-note-nd {
	background: var(--card);
}
/* widget custom fox title */
.foxtitle.fix-menu{
	text-align:center;
	padding:10px;
}
.foxtitle h2{
	font-weight: bold;
	color:var(--texta);
	font-size:30px;
	margin-top:20px;
}
/* widget custom cam nhan cua nguoi dung */
.widget-hr{
	border: 1px solid var(--texta);width:150px;margin-bottom:10px;
}
.foxcustomer{
    background-repeat: repeat;
    background-position: center center;
	animation: animatedBackground 5s linear infinite;
    background-size: cover;
	padding: 40px 0px 40px 0px;
}
.foxcustomer-title {
    text-align: center;
	margin-top: 30px;
	margin-bottom:60px;
}
.foxcustomer-title h2 {
    text-align: center;
    font-size: 30px;
    margin-bottom: 10px;
	margin-top:20px;
    text-transform: uppercase;
    font-weight: bold;
    color: var(--texta);
    display: block;
    border-radius: 40px;
}
.fix-menu-nd {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 60px;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 30px;
    border-radius: 40px;
}
@media (max-width: 900px) {
	.fix-menu-nd{grid-template-columns: 1fr 1fr;}
}
.fix-menu-nd div span{
	text-align: center;
    font-size: 16px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: bold;
    color: var(--texta);
	display:block;
}
.camnhan {
    padding: 10px;
    background: var(--card);
    border-radius: 20px;
	transition: all .3s ease;
}
.camnhan:hover{transform: scale(0.8);}
.camnhan div i{
	color:#ffbd44;
	margin:3px;
	font-size:15px;
}
.camnhan img {
    width: 80px;
    height: 80px;
	object-fit: cover;
    object-position: 50% 50%;
    border-radius: 100%;
    margin-top: -50px;
	border: 6px solid var(--body);
}
/* widget custom cam nhan style 2 */
.testimonial-container {
  background-color: var(--card);
  border-radius: 15px;
  padding: 50px 80px;
  position: relative;
  margin:auto;
  margin-top:-30px;
  max-width:700px;
}
.fa-quote {
  color: rgb(143 143 143 / 55%);
  font-size: 30px;
  position: absolute;
  top: 70px;
}
.fa-quote-left {
  left: 40px;
}
.fa-quote-right {
  right: 40px;
}
.testimonial {
  line-height: 28px;
  text-align: center;
}
.fa-quote-user {
  display: flex;
  align-items: center;
  color: var(--texta);
  justify-content: center;
}
.fa-quote-user .user-image {
  border-radius: 50%;
  height: 75px;
  width: 75px;
  object-fit: cover;
  object-position: 50% 50%;
}
.fa-quote-user .user-details {
  margin-left: 10px;
}
.fa-quote-user .fa-quote-username {
  margin: 0;
  font-size:16px;
  font-weight:bold;
}
.progress-bar {
  background: linear-gradient(90deg, rgba(128,0,255,0) 0%,  var(--texta) 100%);
  height: 4px;
  border-radius:10px;
  width: 100%;
  transform-origin: left;
  -webkit-animation: grow 10s linear infinite;
  animation: grow 10s linear infinite;
}
.user-details span i {
    color: #ffbd44;
    padding-right: 3px;
    margin-left: -2px;
    font-size: 15px;
}
@keyframes grow {
  0% {
    transform: scaleX(0);
  }
}

@-webkit-keyframes grow {
  0% {
    -webkit-transform: scaleX(0);
  }
}
@media (max-width: 768px) {
  .testimonial-container {
    padding: 20px 30px;
  }

.fas.fa-quote-left.fa-quote, .fas.fa-quote-right.fa-quote {
    display: none;
  }
 .fa-quote-user .user-image {
  height: 50px;
  width: 50px;
  }
}
