/* ------custom-header------ */

@font-face {

  font-family: 'Geomanist-Medium';



  src:  url('font/Geomanist-Medium.ttf');

}



@font-face {

  font-family: 'Geomanist-Regular';



  src:  url('font/Geomanist-Regular.ttf');

}



.display-1, .display-2, .display-3, .display-4, .h1, .h2, .h3, .h4, .h5, .h6, .navbar-brand, h1, h2, h3, h4, h5, h6 {

    font-family: Geomanist-Regular;

    letter-spacing: -.04em;

    font-weight: 400;

}
.fix-height{
  min-height: 353px;
}

.fa-custom-btn {
    padding: 6px;
    border-radius: 23px;
    font-size: 18px;
}

.btn-custom {
    padding: 8px;
}
.item-list.item-list-sm .item-media, .item-list.item-list-md .item-media {
  width: 80px;
  height: 60px;
}
.item-list.item-list-sm .item-info {
  min-height: 60px;
}
span.hidden-folded.inline {

    font-size: 18px;

    color: #7c603c;

}
.col-md-12.li-form.caution {
  background-color: #7c603c;
  padding: 15px 15px 0px 15px;
  border-radius: 5px;
  color: #fff;
  margin-bottom: 10px;
}
.caution-login {
  background-color: #7c603c;
  padding: 15px;
  border-radius: 5px;
  color: #fff;
  margin-bottom: 10px;
}
.item-media {
  box-shadow: 0 5px 8px 0 rgba(0,0,0,.2);
  height: 100%;
  margin-bottom: 10px;
}
.r {
  height: 100%;
}
.text-primary, .text-primary-hover .active>a, .text-primary-hover a:hover {

    color: #7c603c!important;

}

/* --- logo --- */

.navbar-brand.md img, .navbar-brand.md svg {
    max-height: 50px;
    top: 5px;
}

video#my-video {

    width: 100%;

    height: auto;

}

.pb-20{

  padding-bottom: 20px;

}
.video-description {
  font-size: 15px;
  text-align: justify;
  margin-right: 35px;
  margin-bottom: 20px;
}
.cover {
  background-color: #0000006b;
}

.align-center{

  text-align: center;

}
.text-white {
  color:#fff;
}
.cover.cover-gd:after {
  background-image: unset;
}
.avatar img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
.box-categogy:hover {

    background: #f5c330;

}

.btn-playpause-music:before{

    content: "\f025";

    position: relative;

    padding-left: 0px;

}





/* Toggle Switch */



.switch {

  position: relative;

  display: inline-block;

  width: 46px;

  height: 22px;

}



.switch input { 

  opacity: 0;

  width: 0;

  height: 0;

}



.slider {

  position: absolute;

  cursor: pointer;

  top: 0;

  left: 0px;

  right: 0;

  bottom: 0;

  background-color: #ccc;

  -webkit-transition: .4s;

  transition: .4s;

}



.slider:before {

  position: absolute;

  content: "";

  height: 18px;

  width: 18px;

  left: 1px;

  bottom: 2px;

  background-color: white;

  -webkit-transition: .4s;

  transition: .4s;

}



input:checked + .slider {

  background-color: #755832;

}



input:focus + .slider {

  box-shadow: 0 0 1px #2196F3;

}



input:checked + .slider:before {

  -webkit-transform: translateX(26px);

  -ms-transform: translateX(26px);

  transform: translateX(26px);

}



/* Rounded sliders */

.slider.round {

  border-radius: 34px;

}



.slider.round:before {

  border-radius: 50%;

}


/* --- video --- */
.pt-0{
  padding-top: 0;
}
.pb-0{
  padding-bottom: 0;
}
.custom-box-video{
  position: relative;
  overflow: hidden;
    margin-top: 30px;
    height: 216px;
}

.custom-box-video .item-info {
  position: absolute;
  bottom: 0px;
  right: 20px;
  left: 0px;
  padding: 5px 15px;
  background: linear-gradient(to bottom,transparent,#000);
  width: 100%;
}
.text-ellipsis{
  white-space: unset;
}
.custom-box-video .item-title a {
  margin: 0;
  font-size: 14px;
  line-height: 15px;
  color: #fff;
}
.custom-box-music-cate {
  height: 176px;
  margin-bottom: 80px;
}
.custom-box-video .item-title a:hover{
  color: #7c603c;
}
.video-info {
  padding-left: 15px;
  margin-top: 10px;
}
.custom-box-video .item-title a:hover{
  color: #7c603c;
}

.custom-box-video .item-author a{
  
  line-height: 30px;
    display: block;
    color: #eee !important;
}

.custom-box-video .item-author i{
  margin-right: 10px;
}
.custom-box-video .item-media-content img{
  width: 100%;
  -webkit-transition: all .6s ease 0s;
    -o-transition: all .6s ease 0s;
    transition: all .6s ease 0s;
}
.custom-box-video .item-media-content:hover img{
  -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

a.btn.btn-sm.white.rounded.btn-more {
    margin-top: 15px;
}

.page-title-another{
  margin-top: 20px; 
}
/* --- end video --- */

/* --- mucsic --- */
.image-album {
    float: left;
    padding-right: 15px;
    width: 50%;
    display: inline-block;
}
.meta-summary>div {
    border-bottom: 1px solid #343434;
    padding: 30px 0 15px;
    text-transform: uppercase;
    display: block;
}


.content-social a i {
    font-size: 1rem;
    color: #2f2f2f;
    padding: 10px 0;
}
.content-social a {
    margin: 0 15px;
    position: relative;
}
h5.title-detail-ms {
    font-size: 17px;
    font-weight: 500;
    color: #71532c;
}
.entry-title {
    font-size: 23px;
    line-height: 36px;
    padding: 0;
    margin: 0;
    text-transform: none;
    font-weight: 400;
    margin-bottom: 0px;
}
.entry-summary .author {
    font-size: 16px;
    line-height: 30px;
    font-weight: 300;
    display: block;
    margin: 10px 0 15px;
}
.entry-summary .album-description {
    font-weight: 300;
    line-height: 24px;
}
.album-tag {
    background: #efefef;
}
.entry-summary {
    padding-left: 30px;
}
.entry-summary .album-tag {
    padding: 10px 15px;
    margin: 43px 0;
    text-transform: uppercase;
}
.entry-summary .album-tag a:first-child {
    margin-left: 10px;
}
.album-tag a {
    background: #fff;
}
.album-tag a {
    border-color: #555;
    font-weight: 400;
    line-height: 1;
    background: #1f1f1f;
    margin: 0 0 0 5px;
    padding: 10px 15px;
    font-size: .875em;
    color: #555;
    border-bottom: 0;
    text-transform: uppercase;
}
.album-tag a {
    background: #fff;
}
.album-tag a:hover {
    background: #7c603c;
    border-color: #7c603c;
    color: #fff;
}
.mb-50 {
    margin-bottom: 50px;
}
audio#audio {
    width: 100%;
}
.share-music{
  float: right;
}
ul.ul-track-list {
  font-size: 15px;
  font-weight: 600;
  list-style: none;
}
.album-media-player .single-album-playlist ul li {
  margin-left: -40px;
  margin-bottom: 10px;
  padding: 10px;
}
.item-info {
  padding: 0;
}
.album-media-player .single-album-playlist ul li.current-playing, .album-media-player .single-album-playlist ul li:hover {
  background: #efefef;
}
.album-media-player:hover {
   background-color: unset !important; 
}
img.playlist-avt {
  margin-left: 10px;
  margin-right: 10px;
}

 .album-player-embed {
    padding: 0 30px;
    width: 100%;
    position: relative;
}
 .album-player-embed .contro-album-player {
    display: inline-block;
    position: absolute;
    bottom: 100%;
    right: 0;
    width: 30px;
    height: 30px;
    background: #000;
    text-align: center;
    cursor: pointer;
}
.album-player-embed .contro-album-player i {
    color: #fff;
}
 .album-player-embed .contro-album-player {
    display: inline-block;
    position: absolute;
    bottom: 100%;
    right: 0;
    width: 30px;
    height: 30px;
    background: #000;
    text-align: center;
    cursor: pointer;
}
.mejs-offscreen {
    position: absolute !important;
    top: -10000px;
    left: -10000px;
    overflow: hidden;
    width: 1px;
    height: 1px;
}
.mejs-container {
    position: relative;
    background: #000;
    text-align: left;
    vertical-align: top;
    text-indent: 0;
}
 .album-player-embed .mejs-container {
    position: relative;
    background: 0 0;
}
.footer-player .album-player-embed .mejs-container .mejs-controls .mejs-playpause-button i.fa {
    position: absolute;
    top: 9px;
    left: 11px;
}
.mejs-controls .mejs-button {
    left: auto;
}
.footer-player .album-player-embed .mejs-container .mejs-controls .mejs-navigation-controls {
    margin-top: 11px;
}
.footer-player .album-player-embed .mejs-container .mejs-controls .mejs-playpause-button {
    left: 17px !important;
}
.footer-player .album-player-embed .mejs-container .mejs-controls .mejs-navigation-controls .mejs-button:last-child {
    padding-left: 58px !important;
}
.footer-player .album-player-embed .mejs-container .mejs-controls .mejs-time-rail {
    top: 5px !important;}

.footer-player .album-player-embed .mejs-container .mejs-controls .mejs-time-rail {
    min-width: 40%!important;
}
.page-bg {
  top:0px !important;
}
.video-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.video-auto {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
}
/* --- end mucsic --- */



/* --- responsive --- */

@media (max-width: 767px) {
  .video-description {
    margin-right: 5px;
}
  .video-chi-tiet {
    height: 300px !important;
}
  .slide-home{
    display: none !important;
  }
  .share-music{
    width: 100%;
    margin-bottom: 10px; 
  }
  .custom-box-music-cate {
    height: 130px;
    padding-bottom: 25px;
  }
  .video-info {
    margin-left: 15px;
    margin-right: 15px;
  }
  .album-media-player .single-album-playlist ul li {
    margin-left: -60px;
  }
  ul.ul-track-list {
    font-size: 14px;
  }
  .album-media-player .single-album-playlist ul li a small {
       font-size: 12px;
  }
}
@media (max-width: 320px) {
  .navbar-brand.md img, .navbar-brand.md svg {
    max-height: 35px;
    top: 10px;
  }
  .fa-custom-btn {
    font-size: 15px;
  }
    .w-32 {
      width: 20px;
      height: 20px;
  }
  .item-title, .nav>li>a .nav-text {
      font-weight: 600;
      font-size: 11px;
  }
}
/* --- end responsive --- */

/* ------end-custom------ */




