@import url("../fonts/tpbs_fonts.css");
@font-face {
  font-family: Kanit;
  src: url("../../assets/fonts/Kanit-Light.ttf");
  font-weight: normal; }
@font-face {
  font-family: Kanit;
  src: url("../../assets/fonts/Kanit-Medium.ttf");
  font-weight: bold; }
@font-face {
  font-family: Sarabun;
  src: url("../../assets/fonts/Sarabun-Regular.ttf");
  font-weight: normal; }
@font-face {
  font-family: Sarabun;
  src: url("../../assets/fonts/Sarabun-Bold.ttf");
  font-weight: bold; }
.modal-open {
  padding-right: 0 !important; }

form {
  overflow-x: hidden; }

.ellipsis {
  text-overflow: ellipsis;
  overflow: hidden; }

button:focus {
  outline: none; }

.after::after {
  content: '';
  clear: both; }

.dInlineB {
  display: inline-block; }

.w-nr {
  white-space: nowrap; }

.cP {
  cursor: pointer; }

.dN {
  display: none; }

.f-s-i {
  font-style: italic; }

.f-g {
  color: #777777 !important; }

.f-w {
  color: #fff !important; }

.f-o {
  color: #f16522 !important; }

.f-s-o {
  color: #fb9937 !important; }

.f-b {
  color: #3c4142 !important; }

.f-s-g {
  color: #eee !important; }

.f-g2 {
  color: #a0a0a0 !important; }

.b-w {
  background-color: #FFF; }

.b-o {
  background-color: #f16522; }

.loading {
  text-align: center; }

.fw-b {
  font-weight: bold; }

.f-o-r {
  color: #F16522; }

.fL {
  float: left; }

.pR {
  position: relative; }

.have-sidemenu .sidemenu .have-submenu li:after, .sidemenu .subsidemenu-list li.main:before, #cont .topic-content .live-btn:after, .radio-box .radio-box-live-btn:after, .radio-box-top .radio-box-icon:after, .radio-box-listen:before, .radio-item .img .radio-btn .radio-btn-list div:after, .playlist-rec .playlist .radio-rec-box .img:after, .news-readmore:after, .own-btn-style .owl-nav button:before, .playlist-horizon-item .playlist-img .playlist-play:after, .dj-list .dj-item .img:after, .topic-icon:before, .playlist-listen:before, .view-detail .play-text:before, .view-detail .fav-text:before, .playlist-list .playlist-records .playlist-record:before, .playlist-list .playlist-records .playlist-sort:before, .playlist-item .img .overlay-play:after, .playlist-item .playlist-btn .add-btn:after, .playlist-item .playlist-btn .share-btn:after, .playlist-item .playlist-btn .fav-btn:after, .del-tracks-btn:after, .track-detail .fav-btn:after, .track-fav-btn:before, .owl-schedule button:before, .search-item .img .overlay-play:after, .topic-icon-search:before, .regis-radio-list .file-cancel:after, .select2-select-multi .select2-selection--multiple:after, .audio-player-header .audio-controller .audio-btn:after, .audio-player-header .radio-fav:after {
  font-family: "tpbs_fonts"; }

.sidemenu .my-playlist .topic-playlist .add-playlist i, .submenu li:hover:after, .submenu .sub-list.active:after, #cont .topic-content .live-btn:after, .radio-box-top .radio-box-icon:after, .radio-item .img .radio-btn .radio-btn-list div:after, .playlist-rec .playlist .radio-rec-box .img:before, .playlist-rec .playlist .radio-rec-box .img:after, .category-item-podcast .img img, .playlist-horizon-item .playlist-img .playlist-play, .playlist-horizon-item .playlist-img .playlist-play:after, table.program.page-schedule td:first-child:before, .playlist-item .img .overlay-play:before, .playlist-item .img .overlay-play:after, .playlist-item .playlist-btn .add-btn:after, .playlist-item .playlist-btn .share-btn:after, .playlist-item .playlist-btn .fav-btn:after, .del-tracks-btn:after, .track-detail .fav-btn:after, .about-icon i, .address-icon i, .my-modal .modal-content .playlist-list-modal .img-playlist-add:after, .my-modal .modal-content .playlist-list-modal .add-playlist:after, .search-item .img .overlay-play:before, .search-item .img .overlay-play:after, .audio-player-header .audio-live img, .audio-player-header .audio-disk .tracks-img, .audio-player-header .audio-controller .audio-btn:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.header-menu .profile-image, .radio-box.radio-box-first, .radio-item .img .imgPlay, .radio-square .img, .playlist-rec .playlist .radio-rec-box .img, .news-list .news-box .img, .radio-list .radio-item .img, .playlist-detail .playlist-img .img, .playlist-dj .dj-img, .playlist-item .img, .track-banner, .about-banner {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-color: #FFF; }

.bi {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-color: #FFF; }

.req:after {
  content: '*';
  margin-left: 5px;
  color: #f16522; }

.row-margin {
  margin-right: 0;
  margin-left: 0; }

.col-padding {
  padding: 15px 7.5px;
    /*@media (min-width:575px) {
        &:nth-child(even){
            padding-left: 7.5px;
        }

        &:nth-child(odd){
            padding-right: 7.5px;
        }
	}
	
	@media (min-width:768px) {
		padding-left: 7.5px;
		padding-right: 7.5px;

        &:nth-child(4n+1){
			padding-right: 7.5px;
			padding-left: 15px;
        }
    }*/ }

.y-center-a {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.ellipsis-1 span {
  display: -webkit-box !important;
  -webkit-line-clamp: 1 !important;
  -webkit-box-orient: vertical;
  overflow: hidden;
  position: relative;
  touch-action: none;
  -ms-touch-action: none;
  height: 100%;
  overflow-x: hidden;
  height: 17px; }

.ellipsis-2 span {
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden; }

.ellipsis-3 span {
  display: -webkit-box !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden; }

.ab-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.underline {
  text-decoration: underline;
  cursor: pointer; }

.modal-backdrop.show {
  opacity: .8; }

.modal-dialog {
  margin: 3.75rem auto; }

.modal-dialog-centered {
  margin: auto !important; }

.g-recaptcha {
  display: inline-block;
  transform: scale(0.72);
  -webkit-transform: scale(0.72);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0; }
  .g-recaptcha iframe {
    width: 100%;
    height: 85px; }
  @media (min-width: 330px) {
    .g-recaptcha {
      transform: scale(0.95);
      -webkit-transform: scale(0.95); } }
  @media (min-width: 575px) {
    .g-recaptcha {
      transform: scale(1);
      -webkit-transform: scale(1); } }

.select2-selection--single {
  padding: .29rem .75rem;
  border: 1px solid #EEEEEE !important;
  box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.08);
  height: 38px !important; }

.select2-selection__rendered {
  padding: 0 15px 0 0 !important;
  font-size: 15px; }

span.select2-selection.select2-selection--single {
  outline: none; }

.select2-selection__arrow {
  top: 7px !important;
  right: 5px !important; }
  .select2-selection__arrow b {
    display: none; }
  .select2-selection__arrow:after {
    content: '\e848';
    font-family: "tpbs_fonts";
    position: absolute;
    color: #A0A0A0; }

.radio {
  margin: 0.5rem; }
  .radio input[type="radio"] {
    position: absolute;
    opacity: 0; }
    .radio input[type="radio"] + .radio-label:before {
      content: '';
      background: #FFF;
      border-radius: 100%;
      border: 1px solid #E5E5E5;
      display: inline-block;
      width: 21px;
      height: 21px;
      position: relative;
      top: 0;
      margin-right: 10px;
      vertical-align: top;
      cursor: pointer;
      text-align: center;
      transition: all 250ms ease; }
    .radio input[type="radio"]:checked + .radio-label:before {
      background-color: #f16522;
      box-shadow: inset 0 0 0 3px #FFF; }
    .radio input[type="radio"]:focus + .radio-label:before {
      outline: none; }
    .radio input[type="radio"]:disabled + .radio-label:before {
      box-shadow: inset 0 0 0 4px #FFF;
      border-color: #bfbfbf;
      background: #bfbfbf; }
    .radio input[type="radio"] + .radio-label:empty:before {
      margin-right: 0; }
  .radio.margin {
    margin-right: 12px; }
  .radio.lightsmall input[type="radio"] + .radio-label:before {
    content: '';
    width: 17px;
    height: 17px;
    margin-top: 2px;
    border: 1.5px solid #FF9C27; }
  .radio.lightsmall input[type="radio"]:checked + .radio-label:before {
    background-color: #FF9C27; }

.popover {
  background-color: #3C4142;
  box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.12);
  border: 0; }
  .popover .arrow:after {
    border-top-color: #3C4142; }
  .popover .popover-body {
    color: #FFF !important; }

.bs-popover-top {
  top: 10px !important; }

blockquote {
  padding: 2px 0;
  border-style: solid;
  border-color: #ccc;
  border-width: 0;
  border-left-width: 5px;
  margin: 0px 50px 0px 50px;
  padding-left: 20px; }

.btn-orage {
  background: #FF8347;
  border-radius: 31px;
  color: #fff;
  border: 0;
  padding: 10px; }

.select2-results > .select2-results__options::-webkit-scrollbar-track {
  border-radius: 5px;
  background-color: transparent; }
.select2-results > .select2-results__options::-webkit-scrollbar {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  width: 8px;
  height: 8px;
  background-color: transparent;
  opacity: 0.8; }
.select2-results > .select2-results__options::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #c1c1c1; }

.select-orderby-search .select2-selection__rendered {
  font-size: 12px;
  font-weight: bold; }
.select-orderby-search .select2-selection--single {
  background: #E8E8E8;
  border: 1px solid #E8E8E8;
  box-sizing: border-box;
  border-radius: 5px 5px 0px 0px; }

.select2-dropdown {
  border: 1px solid #D8D4D4 !important;
  border-top: 0px !important; }

.label-req {
  font-size: .875em;
  color: #dc3545;
  display: none; }

#main-content {
  margin-left: 0;
  width: 100%;
  padding-bottom: 80px;
  min-height: calc(100vh - 75px);
  position: relative; }

#guts {
  height: 100%; }

#content {
  margin-top: 0;
  min-height: calc(100vh - 216px); }

#cont {
  margin-top: 50px; }
  @media (min-width: 376px) {
    #cont {
      margin-top: 55px; } }
  @media (min-width: 992px) {
    #cont {
      margin-top: 65px; } }

.content {
  padding: 15px; }
  @media (min-width: 739px) {
    .content {
      padding: 30px; } }
  @media (min-width: 1200px) {
    .content {
      padding: 20px 45px; } }

#page-wrap {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.loading {
  padding: 15px 0; }
  .loading img {
    width: 32px; }

#page-wrap.theme-white .sidemenu {
  background-color: #FFF; }
  #page-wrap.theme-white .sidemenu ul {
    border-left: 3px solid #FFF;
    color: #3c4142; }
    @media (min-width: 739px) {
      #page-wrap.theme-white .sidemenu ul {
        border-bottom: 1px solid #eee; } }
    #page-wrap.theme-white .sidemenu ul li {
      border-left: 3px solid #FFF;
      color: #3c4142; }
  #page-wrap.theme-white .sidemenu .footer {
    background-color: #FFF; }
    #page-wrap.theme-white .sidemenu .footer .download-app {
      border-bottom: 1px solid #eee; }
#page-wrap.theme-white .header-menu i {
  color: #777; }
#page-wrap.theme-white .header-menu .sub-list {
  color: #777; }
#page-wrap.theme-white .menu-topic {
  color: #3c4142; }
#page-wrap.theme-white .submenu-fix.fixed {
  background-color: #FFF;
  border-top: 1px solid #eee;
  border-left: 1px solid #eee;
  box-shadow: 0 4px 2px -2px #fde4d1; }
#page-wrap.theme-white .radio-sub .item {
  color: #3c4142; }
  #page-wrap.theme-white .radio-sub .item.active {
    color: #f16522;
    border-bottom: 4px solid #f16522; }
#page-wrap.theme-dark .sidemenu {
  background-color: #3c4142; }
  #page-wrap.theme-dark .sidemenu ul {
    border-left: 3px solid #3c4142;
    color: #fff; }
    @media (min-width: 739px) {
      #page-wrap.theme-dark .sidemenu ul {
        border-bottom: 1px solid #4e5354; } }
    #page-wrap.theme-dark .sidemenu ul li {
      border-left: 3px solid #3c4142;
      color: #fff; }
  #page-wrap.theme-dark .sidemenu .footer {
    background-color: #3c4142; }
    #page-wrap.theme-dark .sidemenu .footer .download-app {
      border-bottom: 1px solid #4e5354; }
#page-wrap.theme-dark .header-menu .sub-list {
  color: #FFF; }
#page-wrap.theme-dark .header-menu i {
  color: #FFF; }
#page-wrap.theme-dark .menu-topic {
  color: #FFF; }
#page-wrap.theme-dark .submenu-fix.fixed {
  background-color: #3c4142;
  border-top: 1px solid #4b4b4b;
  border-left: 1px solid #4b4b4b;
  box-shadow: 0 0 10px #3c4142; }
#page-wrap.theme-dark .radio-sub .item {
  color: #FFF; }
  #page-wrap.theme-dark .radio-sub .item.active {
    color: #fb9937;
    border-bottom: 4px solid #fb9937; }
#page-wrap.header-fixed.theme-white .header-menu {
  border-left: 1px solid #eee;
  box-shadow: 0 4px 2px -2px #fde4d1;
  background-color: #FFF; }
#page-wrap.header-fixed.theme-dark .header-menu {
  border-left: 1px solid #4b4b4b;
  box-shadow: 0 0 10px #3c4142;
  background-color: #3c4142; }

.bg-header-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 300px;
  background-size: cover;
  background-repeat: no-repeat; }

a {
  color: inherit; }
  a:hover {
    color: inherit;
    text-decoration: none; }

.load-btn {
  width: 16px;
  display: none; }

.login-btn {
  background-color: #fb9937;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  color: #FFF;
  font-size: 12px;
  padding: 5px 12px;
  white-space: nowrap;
  align-self: center;
  cursor: pointer; }

.have-sidemenu .sidemenu {
  position: fixed;
  opacity: 1;
  width: 100vw;
  pointer-events: painted;
  overflow-y: auto;
  height: 100vh; }
  .have-sidemenu .sidemenu .have-submenu li:after {
    content: '\e813';
    position: absolute;
    right: 15px;
    color: #A0A0A0; }
    @media (min-width: 739px) {
      .have-sidemenu .sidemenu .have-submenu li:after {
        content: ''; } }
.have-sidemenu #main-content {
  margin-left: 0;
  width: 100%; }
.have-sidemenu .overlay-menu {
  display: block; }

.overlay-menu {
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  z-index: 3; }

.sidemenu-btn {
  display: block; }
  .sidemenu-btn .navbar-toggler {
    padding: 0 !important;
    border: none !important; }
    .sidemenu-btn .navbar-toggler:focus {
      outline: none; }

.sidemenu {
  -webkit-transition: width 0.3s ease-in-out;
  -moz-transition: width 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out;
  -ms-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
  opacity: 0;
  width: 0;
  pointer-events: none;
  font-size: 0.95em;
  min-height: 100vh;
  position: fixed;
  z-index: 10;
  overflow: hidden;
  height: auto; }
  .sidemenu ul {
    padding: 0;
    list-style-type: none; }
  @media (min-width: 739px) {
    .sidemenu {
      z-index: 4; } }
  .sidemenu .sidemenu-img {
    padding: 15px;
    display: none; }
    .sidemenu .sidemenu-img img {
      width: 50px; }
    @media (max-height: 610px) {
      .sidemenu .sidemenu-img {
        margin-bottom: 0;
        padding: 10px 15px; } }
    @media (max-height: 586px) {
      .sidemenu .sidemenu-img {
        margin-bottom: 15px; } }
    @media (max-height: 587px) and (min-width: 769px) {
      .sidemenu .sidemenu-img {
        margin-bottom: 0 !important;
        padding: 10px 15px !important; } }
  .sidemenu ul li {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
    padding: 15px;
    border-bottom: 1px solid #f1f1f1; }
    .sidemenu ul li i {
      margin-right: 8px;
      color: #aeaeae; }
    @media (min-width: 739px) {
      .sidemenu ul li {
        padding: 8px 15px;
        border: 0; } }
    @media (max-height: 610px) {
      .sidemenu ul li {
        padding: 8px 15px; } }
    @media (max-height: 586px) {
      .sidemenu ul li {
        padding: 8px 15px; } }
    @media (max-height: 587px) and (min-width: 769px) {
      .sidemenu ul li {
        padding: 5px 15px !important; } }
    .sidemenu ul li:hover {
      color: #f16522 !important; }
      .sidemenu ul li:hover i {
        color: #f16522 !important; }
  .sidemenu ul a.my-load li.active {
    color: #f16522 !important;
    background-color: #fff6f2;
    border-left: 3px solid #f16522 !important;
    border-radius: 0;
    margin-right: 0; }
    .sidemenu ul a.my-load li.active i {
      color: #f16522; }
    @media (min-width: 739px) {
      .sidemenu ul a.my-load li.active {
        border-top-right-radius: 30px;
        border-bottom-right-radius: 30px;
        margin-right: 15px; } }
  .sidemenu .sub-load .sub-list {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
    .sidemenu .sub-load .sub-list.active {
      color: #f16522 !important; }
    .sidemenu .sub-load .sub-list:hover {
      color: #f16522 !important; }
  .sidemenu .side-menu-wrapper {
    height: auto;
    padding-bottom: 50px;
    overflow-y: overlay;
    height: 300px; }
    .sidemenu .side-menu-wrapper ul.sidemenu-list {
      margin-bottom: 0;
      border-right: 0 !important;
      border-left: 0 !important;
      padding-bottom: 10px;
      border: 0; }
    .sidemenu .side-menu-wrapper::-webkit-scrollbar-track {
      border-radius: 5px;
      background-color: transparent; }
    .sidemenu .side-menu-wrapper::-webkit-scrollbar {
      -webkit-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out;
      width: 8px;
      height: 8px;
      background-color: transparent;
      opacity: 0.8; }
    .sidemenu .side-menu-wrapper::-webkit-scrollbar-thumb {
      border-radius: 5px;
      background-color: #c1c1c1; }
    @media (min-height: 700px) {
      .sidemenu .side-menu-wrapper {
        height: auto; } }
  .sidemenu .my-playlist .topic-playlist {
    font-size: 11px;
    color: #f16522; }
    .sidemenu .my-playlist .topic-playlist .add-playlist {
      background-color: #fff6f2;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%;
      width: 20px;
      height: 20px;
      position: relative; }
      .sidemenu .my-playlist .topic-playlist .add-playlist i {
        font-size: 14px; }
  .sidemenu .footer {
    color: #A5A5A5;
    font-size: 10px;
    position: fixed;
    width: 100vw;
    bottom: 0;
    -webkit-transition: width 0.3s ease-in-out;
    -moz-transition: width 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out;
    -ms-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
    opacity: 0.9;
    display: none; }
    .sidemenu .footer i {
      font-size: 20px;
      margin: 0 10px;
      cursor: pointer; }
      .sidemenu .footer i:first-child {
        margin-left: 0; }
    .sidemenu .footer .footer-div {
      padding: 15px; }
      .sidemenu .footer .footer-div .icon-div {
        margin-bottom: 15px; }
        @media (min-height: 549px) {
          .sidemenu .footer .footer-div .icon-div {
            margin-bottom: 8px; } }
        .sidemenu .footer .footer-div .icon-div i {
          font-size: 20px;
          color: #fb9937;
          -webkit-transition: all 0.3s ease-in-out;
          -moz-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          -ms-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
          .sidemenu .footer .footer-div .icon-div i:hover {
            color: #f16522; }
      @media (min-height: 549px) {
        .sidemenu .footer .footer-div {
          padding: 10px 15px; } }
    .sidemenu .footer .download-app {
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      color: #f16522; }
      .sidemenu .footer .download-app .download-btn {
        padding-top: 8px; }
        .sidemenu .footer .download-app .download-btn a img {
          display: inline-block;
          width: 88px; }
        .sidemenu .footer .download-app .download-btn a:first-child img {
          margin-right: 2.5px; }
        .sidemenu .footer .download-app .download-btn a:last-child img {
          margin-left: 2.5px; }
    .sidemenu .footer:hover {
      opacity: 1; }
    @media (min-height: 549px) {
      .sidemenu .footer {
        display: block; } }
  .sidemenu .sidemenu-img-sm {
    padding: 15px; }
    .sidemenu .sidemenu-img-sm img {
      width: 30px; }
    .sidemenu .sidemenu-img-sm i {
      font-size: 20px;
      cursor: pointer;
      color: #A0A0A0;
      align-self: center; }
  .sidemenu .submenus {
    display: none; }
  .sidemenu .subsidemenu-list {
    display: none;
    border: 0 !important; }
    .sidemenu .subsidemenu-list li {
      -webkit-transition: color 0.3s ease-out;
      -moz-transition: color 0.3s ease-out;
      -o-transition: color 0.3s ease-out;
      -ms-transition: color 0.3s ease-out;
      transition: color 0.3s ease-out; }
      .sidemenu .subsidemenu-list li:after {
        content: '' !important; }
      .sidemenu .subsidemenu-list li.main {
        background-color: #f16522;
        color: #FFF; }
        .sidemenu .subsidemenu-list li.main:before {
          content: '\e83b'; }

.header-menu {
  padding: 10px 15px;
  z-index: 3;
  background-color: inherit;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100vw;
  position: fixed; }
  @media (min-width: 813px) {
    .header-menu {
      padding: 10px 30px;
      width: calc(100% - 215px); } }
  @media (min-width: 1200px) {
    .header-menu {
      padding: 15px 45px; } }
  .header-menu .topic {
    color: #fff;
    font-size: 1.3em;
    font-weight: bold; }
    @media (min-width: 376px) {
      .header-menu .topic {
        font-size: 1.8em; } }
    @media (min-width: 436px) {
      .header-menu .topic {
        font-size: 2em; } }
  .header-menu .search-btn {
    color: #777777;
    margin: 0 10px;
    font-size: 20px;
    cursor: pointer; }
    .header-menu .search-btn i {
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      transition: all 0.3s ease;
      vertical-align: middle; }
    .header-menu .search-btn:hover {
      font-size: 22px; }
  .header-menu .noti-btn {
    color: #777777;
    margin: 0 10px;
    font-size: 18px;
    position: relative;
    display: inline-block;
    z-index: 3;
    cursor: pointer; }
    .header-menu .noti-btn i {
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      transition: all 0.3s ease;
      vertical-align: middle; }
    .header-menu .noti-btn:hover {
      font-size: 20px; }
    .header-menu .noti-btn .number {
      display: none;
      height: 18px;
      width: 18px;
      background-color: #F9762D;
      border-radius: 18px;
      color: white;
      text-align: center;
      position: absolute;
      top: 12px;
      left: 9px;
      font-size: 9px;
      padding: 2px; }
    .header-menu .noti-btn .bell {
      vertical-align: middle;
      -webkit-animation: ring 4s .7s ease-in-out infinite;
      -webkit-transform-origin: 50% 4px;
      -moz-animation: ring 4s .7s ease-in-out infinite;
      -moz-transform-origin: 50% 4px;
      animation: ring 4s .7s ease-in-out infinite;
      transform-origin: 50% 4px; }
@-webkit-keyframes ring {
  0% {
    -webkit-transform: rotateZ(0); }
  1% {
    -webkit-transform: rotateZ(30deg); }
  3% {
    -webkit-transform: rotateZ(-28deg); }
  5% {
    -webkit-transform: rotateZ(34deg); }
  7% {
    -webkit-transform: rotateZ(-32deg); }
  9% {
    -webkit-transform: rotateZ(30deg); }
  11% {
    -webkit-transform: rotateZ(-28deg); }
  13% {
    -webkit-transform: rotateZ(26deg); }
  15% {
    -webkit-transform: rotateZ(-24deg); }
  17% {
    -webkit-transform: rotateZ(22deg); }
  19% {
    -webkit-transform: rotateZ(-20deg); }
  21% {
    -webkit-transform: rotateZ(18deg); }
  23% {
    -webkit-transform: rotateZ(-16deg); }
  25% {
    -webkit-transform: rotateZ(14deg); }
  27% {
    -webkit-transform: rotateZ(-12deg); }
  29% {
    -webkit-transform: rotateZ(10deg); }
  31% {
    -webkit-transform: rotateZ(-8deg); }
  33% {
    -webkit-transform: rotateZ(6deg); }
  35% {
    -webkit-transform: rotateZ(-4deg); }
  37% {
    -webkit-transform: rotateZ(2deg); }
  39% {
    -webkit-transform: rotateZ(-1deg); }
  41% {
    -webkit-transform: rotateZ(1deg); }
  43% {
    -webkit-transform: rotateZ(0); }
  100% {
    -webkit-transform: rotateZ(0); } }
@-moz-keyframes ring {
  0% {
    -moz-transform: rotate(0); }
  1% {
    -moz-transform: rotate(30deg); }
  3% {
    -moz-transform: rotate(-28deg); }
  5% {
    -moz-transform: rotate(34deg); }
  7% {
    -moz-transform: rotate(-32deg); }
  9% {
    -moz-transform: rotate(30deg); }
  11% {
    -moz-transform: rotate(-28deg); }
  13% {
    -moz-transform: rotate(26deg); }
  15% {
    -moz-transform: rotate(-24deg); }
  17% {
    -moz-transform: rotate(22deg); }
  19% {
    -moz-transform: rotate(-20deg); }
  21% {
    -moz-transform: rotate(18deg); }
  23% {
    -moz-transform: rotate(-16deg); }
  25% {
    -moz-transform: rotate(14deg); }
  27% {
    -moz-transform: rotate(-12deg); }
  29% {
    -moz-transform: rotate(10deg); }
  31% {
    -moz-transform: rotate(-8deg); }
  33% {
    -moz-transform: rotate(6deg); }
  35% {
    -moz-transform: rotate(-4deg); }
  37% {
    -moz-transform: rotate(2deg); }
  39% {
    -moz-transform: rotate(-1deg); }
  41% {
    -moz-transform: rotate(1deg); }
  43% {
    -moz-transform: rotate(0); }
  100% {
    -moz-transform: rotate(0); } }
@keyframes ring {
  0% {
    transform: rotate(0); }
  1% {
    transform: rotate(30deg); }
  3% {
    transform: rotate(-28deg); }
  5% {
    transform: rotate(34deg); }
  7% {
    transform: rotate(-32deg); }
  9% {
    transform: rotate(30deg); }
  11% {
    transform: rotate(-28deg); }
  13% {
    transform: rotate(26deg); }
  15% {
    transform: rotate(-24deg); }
  17% {
    transform: rotate(22deg); }
  19% {
    transform: rotate(-20deg); }
  21% {
    transform: rotate(18deg); }
  23% {
    transform: rotate(-16deg); }
  25% {
    transform: rotate(14deg); }
  27% {
    transform: rotate(-12deg); }
  29% {
    transform: rotate(10deg); }
  31% {
    transform: rotate(-8deg); }
  33% {
    transform: rotate(6deg); }
  35% {
    transform: rotate(-4deg); }
  37% {
    transform: rotate(2deg); }
  39% {
    transform: rotate(-1deg); }
  41% {
    transform: rotate(1deg); }
  43% {
    transform: rotate(0); }
  100% {
    transform: rotate(0); } }
  .header-menu .dialog-noti {
    position: absolute;
    width: 335px;
    right: 30px;
    top: 40px;
    background: #FCFCFC;
    box-shadow: 5px 5px 4px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
    overflow: hidden; }
    @media (min-width: 768px) {
      .header-menu .dialog-noti {
        right: 90px; } }
    .header-menu .dialog-noti.expand {
      height: fit-content;
      max-height: 500px;
      overflow-y: scroll; }
    .header-menu .dialog-noti::-webkit-scrollbar-track {
      border-radius: 5px;
      background-color: transparent; }
    .header-menu .dialog-noti::-webkit-scrollbar {
      -webkit-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out;
      width: 8px;
      height: 8px;
      background-color: transparent;
      opacity: 0.8; }
    .header-menu .dialog-noti::-webkit-scrollbar-thumb {
      border-radius: 5px;
      background-color: #c1c1c1; }
    .header-menu .dialog-noti .deleted-all-noti {
      background-color: #FF9C27;
      font-size: 12px;
      padding: 6px;
      border-radius: 7px;
      color: white; }
    .header-menu .dialog-noti .detail-box {
      border-bottom: 1px solid rgba(206, 206, 206, 0.33);
      display: none; }
      .header-menu .dialog-noti .detail-box .title {
        color: #070707;
        font-size: 14px;
        white-space: nowrap;
        overflow: hidden;
        display: block;
        text-overflow: ellipsis;
        width: 65%; }
      .header-menu .dialog-noti .detail-box .detail {
        color: #6A6A6A;
        font-size: 9px;
        white-space: nowrap;
        overflow: hidden;
        display: block;
        text-overflow: ellipsis;
        width: 90%; }
      .header-menu .dialog-noti .detail-box .type {
        color: #6A6A6A;
        font-size: 9px;
        border-radius: 50px; }
      .header-menu .dialog-noti .detail-box .date {
        color: #6A6A6A;
        font-size: 9px;
        white-space: nowrap;
        overflow: hidden;
        display: block;
        text-overflow: ellipsis;
        width: 50%; }
      .header-menu .dialog-noti .detail-box .time {
        color: #6A6A6A;
        font-size: 9px; }
      .header-menu .dialog-noti .detail-box .logo-program img {
        position: relative;
        width: 49px;
        height: 49px;
        border-radius: 49px; }
      .header-menu .dialog-noti .detail-box .icon div {
        position: absolute;
        background-color: white;
        width: 27px;
        height: 26px;
        border-radius: 50px;
        left: 10%; }
      .header-menu .dialog-noti .detail-box .icon img {
        position: absolute;
        top: 30%;
        left: 26%; }
  .header-menu .profile-image {
    width: 30px;
    height: 30px;
    background-color: #333;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%; }
    @media (min-width: 1025px) {
      .header-menu .profile-image {
        width: 35px;
        height: 35px; } }
  .header-menu .profile-drop {
    color: #acacac; }
  .header-menu .page-icon {
    height: 100%; }
    .header-menu .page-icon img {
      width: 125px;
      max-height: 80px;
      object-fit: scale-down; }
      @media (min-width: 321px) {
        .header-menu .page-icon img {
          width: 160px; } }
      @media (min-width: 1366px) {
        .header-menu .page-icon img {
          width: 250px;
          max-height: 45px; } }
  .header-menu .menu-topic {
    font-size: 1em;
    font-weight: bold; }
    @media (min-width: 768px) {
      .header-menu .menu-topic {
        font-size: 1.4em; } }
    @media (min-width: 1200px) {
      .header-menu .menu-topic {
        font-size: 1.8em; } }

.square {
  padding: 0 10px;
  background-color: #f36524;
  transform: skewX(-30deg);
  transform-origin: top;
  margin: 10px;
  display: flex;
  justify-content: center;
  align-items: center; }
  .square span {
    transform: skewX(30deg);
    color: #fff;
    font-size: 20px; }

.podcast {
  padding: 0 15px;
  background-color: #f36524;
  color: #fff;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px; }

.submenu {
  display: none; }
  .submenu li {
    display: inline-block;
    margin: 0 20px;
    color: #777777;
    font-size: 14px;
    transition: all 0.3s ease-in-out; }
    @media (min-width: 321px) {
      .submenu li {
        margin: 0 10px; } }
    @media (min-width: 1025px) {
      .submenu li {
        margin: 0 15px;
        font-size: 15px; } }
    @media (min-width: 1164px) {
      .submenu li {
        margin: 0 15px; } }
    .submenu li:after {
      -webkit-transition: all 0.3s ease-out;
      -moz-transition: all 0.3s ease-out;
      -o-transition: all 0.3s ease-out;
      -ms-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out; }
    .submenu li:hover {
      color: #fb9937 !important; }
      .submenu li:hover:after {
        content: '';
        width: 6px;
        height: 6px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        background-color: #fb9937;
        display: inline-block;
        top: 80%; }
  .submenu a:first-child li {
    margin-left: 0; }
  .submenu a:last-child li {
    margin-right: 0; }
  .submenu .sub-list {
    padding-bottom: 10px;
    cursor: pointer;
    position: relative; }
    .submenu .sub-list.active {
      color: #fb9937 !important; }
      .submenu .sub-list.active:after {
        content: '';
        width: 6px;
        height: 6px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        background-color: #fb9937;
        display: inline-block;
        top: 80%; }

#cont .topic {
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  transition: color 0.3s ease;
  overflow: hidden;
  text-overflow: ellipsis; }
  #cont .topic:hover {
    color: #f16522; }
#cont .topic-content {
  margin-bottom: 15px;
  font-size: 14px; }
  @media (min-width: 321px) {
    #cont .topic-content {
      font-size: 18px; } }
  @media (min-width: 415px) {
    #cont .topic-content {
      font-size: 22px; } }
  #cont .topic-content .topic {
    font-weight: bold;
    font-size: 16px;
    color: #3c4142; }
    #cont .topic-content .topic i {
      font-size: 20px; }
    @media (min-width: 321px) {
      #cont .topic-content .topic {
        font-size: 20px; }
        #cont .topic-content .topic i {
          font-size: 24px; } }
    @media (min-width: 415px) {
      #cont .topic-content .topic {
        font-size: 28px; }
        #cont .topic-content .topic i {
          font-size: 32px; } }
  #cont .topic-content .live-btn {
    position: relative;
    width: 25px !important;
    height: 25px !important;
    display: inline-block;
    background-color: #FFF;
    color: #A0A0A0;
    box-shadow: 0px 3px 7px #cac7c7;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    border: 0;
    padding: 0; }
    #cont .topic-content .live-btn:after {
      font-size: 14px; }
    #cont .topic-content .live-btn.prev-btn:after {
      content: '\e83b'; }
    #cont .topic-content .live-btn.next-btn:after {
      content: '\e813'; }
    #cont .topic-content .live-btn:disabled {
      color: #e8e8e8;
      background-color: #fbfbfbFF; }

.live-next-item {
  display: none; }

.programs-name {
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  transition: color 0.3s ease;
  color: #777777;
  font-size: 13px; }
  @media (min-width: 375px) {
    .programs-name {
      font-size: 15px; } }
  .programs-name:hover {
    color: #3c4142; }

.radio-box {
  width: 100%;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  box-shadow: 0 4px 5px #dadada;
  background-color: #FFF;
  font-size: 1em;
  margin-bottom: 15px; }
  .radio-box .radio-box-img {
    width: 30%; }
    .radio-box .radio-box-img img {
      -webkit-border-radius: 8px;
      -moz-border-radius: 8px;
      -ms-border-radius: 8px;
      border-radius: 8px;
      width: 100%;
      height: auto;
      object-fit: cover;
      object-position: center; }
  .radio-box .radio-box-icon {
    font-size: 0.9em; }
    .radio-box .radio-box-icon i {
      font-size: 1.8em; }
      @media (min-width: 321px) {
        .radio-box .radio-box-icon i {
          font-size: 1.5em; } }
  .radio-box .radio-box-name {
    font-size: 1.2em;
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical; }
    @media (min-width: 321px) {
      .radio-box .radio-box-name {
        font-size: 1.3em; } }
  .radio-box .radio-box-content {
    width: 70%;
    padding-left: 15px; }
    @media (min-width: 769px) {
      .radio-box .radio-box-content {
        padding-left: 20px; } }
    .radio-box .radio-box-content .radio-box-body {
      font-size: 0.95em;
      margin-bottom: 0; }
      @media (min-width: 739px) {
        .radio-box .radio-box-content .radio-box-body {
          margin-bottom: 22px; } }
  .radio-box.radio-box-sm {
    padding: 12px !important; }
    .radio-box.radio-box-sm .radio-box-name {
      font-size: 1em; }
      @media (min-width: 1366px) {
        .radio-box.radio-box-sm .radio-box-name {
          font-size: 1.2em; } }
    .radio-box.radio-box-sm .radio-box-img {
      width: 15%; }
      .radio-box.radio-box-sm .radio-box-img img {
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        border-radius: 5px; }
      @media (min-width: 739px) {
        .radio-box.radio-box-sm .radio-box-img {
          width: 18%; } }
    .radio-box.radio-box-sm .radio-box-content {
      padding-left: 0;
      align-self: center;
      width: calc(85% - 16px); }
  .radio-box.radio-box-first {
    border-top-left-radius: 0;
    height: calc(100% - 44px);
    background: linear-gradient(142deg, #d75618 10%, #b36042 50%, #6b5045 100%);
    padding: 15px; }
    .radio-box.radio-box-first .name {
      width: calc(100% - 40px); }
    @media (min-width: 739px) {
      .radio-box.radio-box-first {
        padding: 24px;
        height: calc(100% - 57px); }
        .radio-box.radio-box-first .name {
          width: 100%; } }
  .radio-box .line {
    width: 70px;
    border-bottom: 1px solid #deac97;
    margin: 15px 0; }
  .radio-box .radio-box-live-btn-sm img {
    width: 40px;
    cursor: pointer; }
  .radio-box .radio-box-live-btn-sm #live-play {
    display: block; }
  .radio-box .radio-box-live-btn-sm #live-pause {
    display: none; }
  .radio-box .radio-box-live-btn {
    cursor: pointer;
    display: inline-block;
    color: #FFF;
    background: linear-gradient(90deg, #f8b666 18%, #fb675c 54%, #ff269d 100%);
    padding: 8px 15px 8px 40px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    font-size: 0.95em;
    position: relative;
    box-shadow: 0 2px 5px #955036;
    display: none; }
    .radio-box .radio-box-live-btn:before {
      content: '';
      position: absolute;
      left: 5px;
      top: 4px;
      width: 30px;
      height: 30px;
      border-radius: 50%;
      background-color: #FFF; }
    .radio-box .radio-box-live-btn:after {
      content: '\e816';
      font-size: 21px;
      position: absolute;
      color: #f8b666;
      left: 10px;
      top: 4px; }
    @media (min-width: 739px) {
      .radio-box .radio-box-live-btn {
        display: inline-block; } }
    .radio-box .radio-box-live-btn.pause:after {
      content: "\e814"; }
  .radio-box .live-icon {
    display: none;
    font-size: 1.2em;
    text-shadow: 0px 0px 5px #f16522;
    position: relative; }
    @media (min-width: 739px) {
      .radio-box .live-icon {
        display: block; } }
    .radio-box .live-icon .text-live {
      position: absolute;
      bottom: -10px;
      font-size: 12px;
      left: 7px; }
  @media (min-width: 739px) {
    .radio-box .radio-box-live-btn-sm {
      display: none; } }

.radio-box-top {
  position: relative;
  width: 100%;
  height: 30px; }
  .radio-box-top .radio-box-icon {
    position: absolute;
    width: 100px;
    height: 30px;
    border-top-left-radius: 10px;
    background-color: #d75618; }
    .radio-box-top .radio-box-icon:after {
      content: "\e809";
      left: 32%;
      font-size: 1em;
      color: #fff; }
      @media (min-width: 739px) {
        .radio-box-top .radio-box-icon:after {
          font-size: 1.5em; } }
      @media (min-width: 1200px) {
        .radio-box-top .radio-box-icon:after {
          font-size: 1.8em; } }
  .radio-box-top .radio-box-inner {
    width: 50%;
    height: 30px;
    top: 0;
    left: 50px;
    position: absolute;
    background: linear-gradient(140deg, #f96620 15%, #ec6e34 50%, #dd774e 100%);
    transform: skewX(36deg);
    transform-origin: top;
    justify-content: center;
    border-top-right-radius: 6px;
    border-bottom-left-radius: 6px; }
    .radio-box-top .radio-box-inner span {
      color: #fff;
      transform: skewX(-36deg);
      position: absolute;
      font-size: 0.7em;
      top: 30%;
      left: 15px;
      z-index: 1; }
    @media (min-width: 321px) {
      .radio-box-top .radio-box-inner span {
        font-size: 0.7em;
        top: 24%;
        left: 18px; } }
    @media (min-width: 739px) {
      .radio-box-top .radio-box-inner {
        width: 70%; }
        .radio-box-top .radio-box-inner span {
          font-size: 1em; } }
    @media (min-width: 642px) {
      .radio-box-top .radio-box-inner span {
        font-size: 1.3em;
        top: 10%;
        left: 25px; } }
    @media (min-width: 768px) {
      .radio-box-top .radio-box-inner {
        width: 60%; }
        .radio-box-top .radio-box-inner span {
          font-size: 1.5em; } }
    @media (min-width: 1200px) {
      .radio-box-top .radio-box-inner {
        width: 50%; } }
    .radio-box-top .radio-box-inner:before {
      content: "";
      position: absolute;
      background-color: transparent;
      top: -4px;
      height: 36px;
      width: 28px;
      border-top-left-radius: 9px;
      box-shadow: 0 -10px 0 0 #f96620;
      transform: rotate(90deg);
      left: -31px; }
    .radio-box-top .radio-box-inner:after {
      content: "";
      position: absolute;
      background-color: transparent;
      bottom: -13px;
      height: 46px;
      right: -33px;
      width: 20px;
      border-top-left-radius: 6px;
      transform: rotate(-90deg); }
  @media (min-width: 739px) {
    .radio-box-top {
      height: 45px; }
      .radio-box-top .radio-box-icon {
        height: 46px; }
      .radio-box-top .radio-box-inner {
        height: 46px; } }

.radio-box-listen {
  cursor: pointer;
  display: inline-block;
  color: #f16522;
  background-color: #FFF;
  padding: 6px 15px 6px 25px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  font-weight: bold;
  font-size: 13px;
  position: relative;
  box-shadow: 0 2px 5px #8e5d4a;
  left: 25px; }
  .radio-box-listen:before {
    content: '\e816';
    font-size: 1em;
    position: absolute;
    left: 7px;
    top: 5px; }
  .radio-box-listen.listen-inner {
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    opacity: 0;
    position: absolute;
    bottom: 60px !important;
    color: #FFF;
    background: linear-gradient(90deg, #ff9136 17%, #f35308 100%); }
    .radio-box-listen.listen-inner:before {
      font-size: 0.7em;
      top: 9px; }
    @media (min-width: 769px) {
      .radio-box-listen.listen-inner:before {
        top: 5px; } }
    @media (min-width: 890px) {
      .radio-box-listen.listen-inner {
        left: 22px;
        bottom: 22px; }
        .radio-box-listen.listen-inner:before {
          font-size: 1em; } }
    .radio-box-listen.listen-inner.sq {
      left: 30px !important;
      bottom: 90px !important; }

.bg-o {
  background: #d75618; }

.readmore {
  font-size: 16px !important;
  align-self: center; }

.radio-item {
  margin-bottom: 15px; }
  .radio-item .img {
    position: relative; }
    .radio-item .img .radio-btn {
      -webkit-transition: opacity 0.3s linear;
      -moz-transition: opacity 0.3s linear;
      -o-transition: opacity 0.3s linear;
      -ms-transition: opacity 0.3s linear;
      transition: opacity 0.3s linear;
      opacity: 0;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      border-radius: 5px;
      position: absolute;
      width: 100%;
      height: 100%;
      background: linear-gradient(180deg, rgba(255, 255, 255, 0) 50%, rgba(241, 101, 34, 0.8) 100%);
      top: 0; }
      .radio-item .img .radio-btn .radio-box-listen {
        position: absolute;
        left: 15px;
        bottom: 15px;
        padding: 5px 12px 5px 25px;
        font-size: 13px;
        color: #FFF;
        background: linear-gradient(90deg, #ff9136 17%, #f35308 100%); }
        .radio-item .img .radio-btn .radio-box-listen:before {
          left: 7px;
          top: 6px;
          font-size: 0.7em; }
        @media (min-width: 890px) {
          .radio-item .img .radio-btn .radio-box-listen {
            padding: 6px 15px 6px 25px; }
            .radio-item .img .radio-btn .radio-box-listen:before {
              font-size: 1em; } }
      .radio-item .img .radio-btn .radio-btn-list {
        position: absolute;
        right: 5px;
        top: 13px; }
        .radio-item .img .radio-btn .radio-btn-list div {
          cursor: pointer;
          background-color: rgba(0, 0, 0, 0.5);
          display: inline-block;
          margin: 0 5px;
          width: 30px;
          height: 30px;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          -ms-border-radius: 50%;
          border-radius: 50%;
          position: relative; }
          .radio-item .img .radio-btn .radio-btn-list div:after {
            color: #fff; }
          .radio-item .img .radio-btn .radio-btn-list div.radio-download:after {
            content: '\e847'; }
          .radio-item .img .radio-btn .radio-btn-list div.radio-fav:after {
            content: '\e807'; }
          .radio-item .img .radio-btn .radio-btn-list div.fav:after {
            content: '\e805' !important;
            color: #f16522; }
    .radio-item .img img {
      box-shadow: 0 4px 5px #dadada; }
    .radio-item .img .imgPlay {
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      border-radius: 5px;
      width: 100%;
      padding-bottom: 100%; }
      .radio-item .img .imgPlay img {
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        border-radius: 5px;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center; }
      .radio-item .img .imgPlay.img-55 {
        padding-bottom: 55%; }
  .radio-item .topic {
    cursor: pointer;
    margin-top: 10px; }
  .radio-item .f-g {
    margin-top: 5px;
    font-size: 14px; }
  .radio-item:hover .radio-btn {
    opacity: 1; }
  .radio-item:hover .listen-inner {
    opacity: 1; }
  .radio-item:hover .topic {
    color: #f16522; }

.category-item {
  display: none; }
  .category-item:last-child {
    padding-bottom: 100px; }
  .category-item .radio-item a:hover .radio-name {
    color: #f16522; }

.border-bottom-index {
  border-bottom: 2px solid #e5e5e5;
  padding-bottom: 10px; }
  .border-bottom-index .radio-index {
    position: relative;
    display: none; }
  .border-bottom-index .readmore {
    padding-bottom: 10px;
    display: none; }
  .border-bottom-index .icon-down-readmore, .border-bottom-index .icon-up-readmore {
    font-size: 1.5em;
    padding: 0 15px;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    transition: color 0.3s ease;
    color: #a0a0a0;
    cursor: pointer; }
    .border-bottom-index .icon-down-readmore:hover, .border-bottom-index .icon-up-readmore:hover {
      color: #f16522; }

.radio-new-slide .img {
  margin-bottom: 15px; }
  .radio-new-slide .img img {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    width: 100%;
    object-fit: cover;
    object-position: center;
    max-height: 225px; }
.radio-new-slide .topic {
  font-size: 1.3em;
  font-weight: bold;
  color: #3c4142; }

.radio-square .img {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  width: 100%;
  padding-bottom: 100%; }

.radio-podcast .img .imgPlay {
  padding-bottom: 0;
  height: auto; }

.div-switch {
  display: none; }
  @media (min-width: 769px) {
    .div-switch {
      display: block; } }

.playlist-recommend {
  padding: 0 7.5px;
  margin-bottom: 5px; }
  .playlist-recommend .playlist-rec {
    margin-bottom: 15px; }

.div-switch-slide {
  display: block; }
  @media (min-width: 769px) {
    .div-switch-slide {
      display: none; } }

.play-rec {
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 0;
  position: absolute;
  background: linear-gradient(90deg, #ff9136 17%, #f35308 100%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  right: 18px;
  bottom: 224px; }
  .play-rec:after {
    cursor: pointer;
    content: '\e816';
    color: #FFF;
    font-family: "tpbs_fonts";
    font-size: 1.8em;
    padding: 8px; }
  @media (min-width: 575px) {
    .play-rec {
      width: 48px;
      height: 48px;
      bottom: 255px; }
      .play-rec:after {
        font-size: 2em; } }

.playlist-rec {
  background-color: #fff;
  box-shadow: 0 4px 5px #dadada;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  height: 380px; }
  @media (min-width: 1200px) {
    .playlist-rec {
      height: 410px; } }
  @media (min-width: 1366px) {
    .playlist-rec {
      height: 450px; } }
  .playlist-rec .bg-img {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    width: 100%;
    height: 45%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    cursor: pointer; }
    @media (min-width: 1366px) {
      .playlist-rec .bg-img {
        height: 50%; } }
    .playlist-rec .bg-img .radio-btn {
      background: linear-gradient(180deg, rgba(255, 255, 255, 0) 20%, rgba(241, 101, 34, 0.8) 100%);
      width: 100%;
      height: 100%;
      position: absolute;
      opacity: 0;
      -webkit-transition: opacity 0.3s ease;
      -moz-transition: opacity 0.3s ease;
      -o-transition: opacity 0.3s ease;
      -ms-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease; }
    .playlist-rec .bg-img .radio-rec-name {
      color: #fff;
      font-size: 17px;
      position: absolute;
      bottom: 40px;
      left: 30px;
      font-weight: bold;
      width: 80%; }
      @media (min-width: 575px) {
        .playlist-rec .bg-img .radio-rec-name {
          font-size: 21px; } }
    .playlist-rec .bg-img .radio-rec-count {
      color: #fff;
      font-size: 13px;
      position: absolute;
      bottom: 15px;
      left: 30px; }
  .playlist-rec .playlist {
    padding: 18px;
    height: 55%;
    overflow: auto; }
    .playlist-rec .playlist .radio-rec-box {
      cursor: pointer;
      margin-bottom: 10px; }
      .playlist-rec .playlist .radio-rec-box .img {
        width: 50px;
        height: 50px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        border-radius: 5px;
        position: relative; }
        .playlist-rec .playlist .radio-rec-box .img:before {
          content: '';
          width: 60%;
          height: 60%;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          -ms-border-radius: 50%;
          border-radius: 50%;
          -webkit-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          -ms-transition: all 0.3s ease;
          transition: all 0.3s ease;
          background: linear-gradient(90deg, #ff9136 17%, #f35308 100%);
          opacity: 0; }
        .playlist-rec .playlist .radio-rec-box .img:after {
          content: '\e816';
          -webkit-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          -ms-transition: all 0.3s ease;
          transition: all 0.3s ease;
          color: #FFF;
          opacity: 0; }
      .playlist-rec .playlist .radio-rec-box .topic {
        width: calc(100% - 50px);
        padding-left: 15px;
        font-size: 1em;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      .playlist-rec .playlist .radio-rec-box:last-child {
        margin-bottom: 0px; }
      .playlist-rec .playlist .radio-rec-box:hover .topic {
        color: #f16522; }
      .playlist-rec .playlist .radio-rec-box:hover .img:before {
        opacity: 1; }
      .playlist-rec .playlist .radio-rec-box:hover .img:after {
        opacity: 1; }
      @media (min-width: 767) {
        .playlist-rec .playlist .radio-rec-box .topic {
          font-size: 1.2em; } }
    .playlist-rec .playlist::-webkit-scrollbar-track {
      border-radius: 5px;
      background-color: #eee; }
    .playlist-rec .playlist::-webkit-scrollbar {
      -webkit-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out;
      width: 8px;
      height: 8px;
      background-color: #eee;
      opacity: 0.8; }
    .playlist-rec .playlist::-webkit-scrollbar-thumb {
      border-radius: 5px;
      background-color: #c1c1c1; }
    @media (min-width: 1366px) {
      .playlist-rec .playlist {
        height: 50%; } }
  .playlist-rec:hover .play-rec {
    opacity: 1; }
  .playlist-rec:hover .radio-btn {
    opacity: 1; }

.startPadding-no .owl-stage {
  padding: 0 !important; }

.news-list .news-item {
  padding: 15px; }
.news-list .news-box {
  box-shadow: 0 4px 5px #dadada;
  background-color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px; }
  .news-list .news-box .img {
    width: 100%;
    height: 100%;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px; }
  .news-list .news-box .news-box-content {
    padding: 15px; }
  .news-list .news-box .topic {
    color: #3c4142;
    font-weight: bold;
    font-size: 1.2em; }
  .news-list .news-box .detail {
    text-overflow: ellipsis;
    overflow: hidden; }
  .news-list .news-box .view-detail {
    margin-top: 10px; }
    .news-list .news-box .view-detail i {
      margin-right: 8px;
      color: #fb9937; }
    .news-list .news-box .view-detail .num {
      margin-right: 30px;
      display: inline-block;
      color: #E5E5E5; }
      @media (min-width: 768px) {
        .news-list .news-box .view-detail .num {
          margin-right: 10px; } }
      @media (min-width: 930px) {
        .news-list .news-box .view-detail .num {
          margin-right: 15px; } }
      @media (min-width: 1048px) {
        .news-list .news-box .view-detail .num {
          margin-right: 30px; } }
  .news-list .news-box.news-slide i {
    color: #E5E5E5; }
  .news-list .news-box.news-slide .img {
    height: 200px !important;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px; }
.news-list.own-btn-style .owl-nav button {
  top: 22% !important; }
.news-list.own-btn-style .owl-next {
  right: 7.5px !important; }
.news-list.own-btn-style .owl-prev {
  left: 7.5px !important; }
.news-list.own-btn-style .owl-dots {
  left: 15px !important;
  bottom: -50px; }
  .news-list.own-btn-style .owl-dots .owl-dot {
    background-color: #E5E5E5;
    border: none;
    margin: 0 4px;
    width: 8px;
    height: 8px; }
    .news-list.own-btn-style .owl-dots .owl-dot.active {
      background-color: #f16522; }

.news-i {
  margin-bottom: 20px;
  box-shadow: 0 4px 5px #dadada;
  background-color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px; }
  .news-i .img {
    width: 250px;
    height: 100%;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px; }
  .news-i .news-box-content {
    padding: 15px;
    width: calc(100% - 250px);
    min-height: 140px; }
    .news-i .news-box-content .detail {
      text-overflow: ellipsis;
      overflow: hidden; }

.slide-readmore {
  position: absolute;
  bottom: 25px;
  right: 15px; }

p img {
  object-fit: cover;
  max-width: 100% !important; }

.highlights-box {
  background-color: #FFF;
  box-shadow: 0 0 8px #e5e5e5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px; }
  .highlights-box .highlights-img {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
    .highlights-box .highlights-img img {
      height: 100%;
      width: 100%;
      border-radius: 5px 5px 0 0;
      object-fit: cover;
      object-position: center; }
      @media (min-width: 992px) {
        .highlights-box .highlights-img img {
          border-radius: 5px 0 0 5px; } }
      @media (min-width: 1200px) {
        .highlights-box .highlights-img img {
          border-radius: 5px 0 0 5px; } }
    .highlights-box .highlights-img .img {
      position: relative;
      height: 100%; }
      .highlights-box .highlights-img .img .radio-btn {
        -webkit-transition: opacity 0.3s linear;
        -moz-transition: opacity 0.3s linear;
        -o-transition: opacity 0.3s linear;
        -ms-transition: opacity 0.3s linear;
        transition: opacity 0.3s linear;
        opacity: 0;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        border-radius: 5px;
        position: absolute;
        width: 100%;
        height: 100%;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 50%, rgba(241, 101, 34, 0.8) 100%);
        top: 0; }
      .highlights-box .highlights-img .img:hover .radio-btn {
        opacity: 1; }
  .highlights-box .highlights-description {
    position: relative;
    padding-bottom: 30px; }
    .highlights-box .highlights-description:before {
      content: "";
      width: 16px;
      height: 20px;
      border-right: solid 20px #FFF;
      border-bottom: solid 16px transparent;
      border-top: solid 16px transparent;
      position: absolute;
      top: 12%;
      left: -20px;
      display: none; }
      @media (min-width: 992px) {
        .highlights-box .highlights-description:before {
          display: block; } }
    .highlights-box .highlights-description .highlights-detail {
      padding: 25px 18px; }
      .highlights-box .highlights-description .highlights-detail .highlights-topic {
        margin-bottom: 15px;
        font-size: 1.2em; }
        @media (min-width: 768px) {
          .highlights-box .highlights-description .highlights-detail .highlights-topic {
            margin-bottom: 15px; } }
        @media (min-width: 1200px) {
          .highlights-box .highlights-description .highlights-detail .highlights-topic {
            margin-bottom: 15px; } }
      .highlights-box .highlights-description .highlights-detail .highlights-body {
        padding-top: 30px;
        color: #5f6161;
        font-size: 0.94em; }
        .highlights-box .highlights-description .highlights-detail .highlights-body span {
          display: -webkit-box;
          -webkit-line-clamp: 3;
          -webkit-box-orient: vertical; }
          @media (min-width: 1200px) {
            .highlights-box .highlights-description .highlights-detail .highlights-body span {
              -webkit-line-clamp: 5 !important; } }
        .highlights-box .highlights-description .highlights-detail .highlights-body p {
          text-indent: 30px; }
        @media (min-width: 768px) {
          .highlights-box .highlights-description .highlights-detail .highlights-body {
            padding-top: 15px; } }
        @media (min-width: 1200px) {
          .highlights-box .highlights-description .highlights-detail .highlights-body {
            padding-top: 30px; } }
    .highlights-box .highlights-description .highlights-date {
      padding-top: 12px;
      border-top: 1px solid #eee; }
    .highlights-box .highlights-description .news-readmore {
      border-top: 1px solid #eee; }

.sarabun-front {
  font-family: 'Sarabun' !important; }

.highlights-type {
  display: inline-block;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
  padding: 1px 16px;
  font-size: 15px; }

.news-readmore {
  position: absolute;
  padding: 5px 10px;
  bottom: 0;
  right: 15px;
  border-left: 1px solid #eee;
  border-bottom-right-radius: 5px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .news-readmore:after {
    content: '\e82b';
    color: #fb9937;
    font-size: 1.2em; }
  .news-readmore:hover {
    background-color: #fb9937;
    border-left: 1px solid #fb9937; }
    .news-readmore:hover:after {
      color: #FFF; }

.highlights-topic {
  min-height: 56px;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #3c4142;
  font-size: 1.2em;
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  transition: color 0.3s ease; }
  .highlights-topic:hover {
    color: #f16522; }

.highlights-date div {
  font-size: 14px;
  color: #a0a0a0; }
  .highlights-date div i {
    margin-right: 5px;
    color: #fb9937; }
  .highlights-date div:first-child {
    margin-right: 20px; }

.highlights-small-box {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0 0 8px #e5e5e5;
  background-color: #fff; }
  .highlights-small-box .img {
    position: relative;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
    .highlights-small-box .img img {
      width: 100%;
      border-top-left-radius: 5px;
      border-top-right-radius: 5px;
      object-fit: cover;
      object-position: center; }
    .highlights-small-box .img .radio-btn {
      -webkit-transition: opacity 0.3s linear;
      -moz-transition: opacity 0.3s linear;
      -o-transition: opacity 0.3s linear;
      -ms-transition: opacity 0.3s linear;
      transition: opacity 0.3s linear;
      opacity: 0;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      border-radius: 5px;
      position: absolute;
      width: 100%;
      height: 100%;
      background: linear-gradient(180deg, rgba(255, 255, 255, 0) 50%, rgba(241, 101, 34, 0.8) 100%);
      top: 0; }
    .highlights-small-box .img:hover .radio-btn {
      opacity: 1; }
  .highlights-small-box .detail {
    padding: 15px; }
  .highlights-small-box .highlights-date {
    padding: 7px 0;
    border-top: 1px solid #eee; }
    .highlights-small-box .highlights-date div:first-child {
      margin-left: 15px; }

.highlight-div a {
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  transition: color 0.3s ease; }
  .highlight-div a:hover {
    color: #f16522; }
.highlight-div .img img {
  height: 160px;
  object-position: center;
  object-fit: cover; }
  @media (min-width: 414px) {
    .highlight-div .img img {
      height: 180px; } }
  @media (min-width: 500px) {
    .highlight-div .img img {
      height: 400px; } }

.own-btn-style {
  position: relative; }
  .own-btn-style .owl-nav .disabled {
    display: none; }
  .own-btn-style .owl-nav button {
    top: 50%;
    position: absolute;
    background-color: #fff !important;
    width: 26px;
    height: 26px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    box-shadow: 0 0 8px #9ca4ab; }
    @media (min-width: 376px) {
      .own-btn-style .owl-nav button {
        width: 33px;
        height: 33px; }
        .own-btn-style .owl-nav button:before {
          font-size: 18px; } }
    .own-btn-style .owl-nav button:before {
      font-size: 14px;
      color: #bababa;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
    .own-btn-style .owl-nav button:focus {
      outline: none; }
  .own-btn-style .owl-nav .owl-prev {
    left: 0px; }
    .own-btn-style .owl-nav .owl-prev:before {
      content: '\e83b'; }
  .own-btn-style .owl-nav .owl-next {
    right: 0px; }
    .own-btn-style .owl-nav .owl-next:before {
      content: '\e813'; }
  .own-btn-style.own-btn-top .owl-nav button {
    top: 15%; }
  .own-btn-style.slide-muti .owl-nav button {
    top: 30%; }
  .own-btn-style.slide-6 img {
    height: 180px; }
  .own-btn-style.slide-4 img {
    height: 160px; }
  .own-btn-style.own-btn-inner {
    overflow: hidden;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px; }
    .own-btn-style.own-btn-inner .item img {
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      -ms-border-radius: 10px;
      border-radius: 10px;
      height: auto; }
    .own-btn-style.own-btn-inner .owl-nav button {
      top: 30%; }
      @media (min-width: 739px) {
        .own-btn-style.own-btn-inner .owl-nav button {
          top: 44%; } }
    .own-btn-style.own-btn-inner .owl-nav .owl-prev {
      left: 36px; }
    .own-btn-style.own-btn-inner .owl-nav .owl-next {
      right: 36px; }
  .own-btn-style .owl-dots {
    position: absolute;
    left: 45%;
    transform: translate(0, -50%);
    bottom: -3px; }
    .own-btn-style .owl-dots .owl-dot {
      margin: 0 3px;
      width: 10px;
      height: 10px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%;
      background-color: inherit;
      border: 1px solid rgba(238, 238, 238, 0.8); }
      .own-btn-style .owl-dots .owl-dot.active {
        background-color: rgba(238, 238, 238, 0.8); }

.category-item-podcast {
  text-align: center;
  font-size: 16px;
  color: #818181; }
  .category-item-podcast .img {
    display: inline-block;
    background-color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    padding: 10px;
    position: relative;
    width: 100px;
    height: 100px;
    box-shadow: 0px 0px 10px #ececec; }
    .category-item-podcast .img img {
      width: 50px;
      -webkit-transition: width 0.3s ease;
      -moz-transition: width 0.3s ease;
      -o-transition: width 0.3s ease;
      -ms-transition: width 0.3s ease;
      transition: width 0.3s ease; }
      .category-item-podcast .img img:hover {
        width: 70px; }
  .category-item-podcast .text {
    margin: 8px 0; }

.tpbs-btn {
  font-size: 0.8em;
  border: 1px solid #f16522;
  color: #f16522;
  font-weight: bold;
  padding: 6px 30px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px; }

.podcast-program {
  padding-right: 15px; }
  @media (min-width: 992px) {
    .podcast-program {
      padding-right: 50px; } }
  @media (min-width: 1200px) {
    .podcast-program {
      padding-right: 100px; } }
  .podcast-program .podcast-program-img {
    margin-bottom: 15px; }
    .podcast-program .podcast-program-img img {
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      -ms-border-radius: 10px;
      border-radius: 10px;
      width: 100%; }
  .podcast-program .podcast-program-detail {
    color: #777777;
    margin-bottom: 15px; }

.podcast-topic-conent .podcast-topic {
  color: #3c4142;
  font-weight: bold;
  font-size: 1.3em; }
  .podcast-topic-conent .podcast-topic:after {
    content: 'Podcast';
    color: #f16522;
    font-size: 0.6em;
    padding: 0 10px;
    vertical-align: middle;
    margin-left: 10px;
    border: 1px solid #f16522;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px; }
.podcast-topic-conent .podcast-btn .radio-box-listen {
  font-size: 0.8em;
  background: linear-gradient(90deg, #f16522 20%, #fb9937 100%);
  box-shadow: none;
  color: #FFF;
  border: none; }

.playlist-record i {
  vertical-align: middle;
  color: #E5E5E5;
  font-size: 1.3em; }
.playlist-record span {
  vertical-align: middle;
  color: #777777; }

.playlist-horizon-item {
  padding: 8px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .playlist-horizon-item .playlist-detail {
    line-height: 1.8;
    padding: 5px 15px; }
    .playlist-horizon-item .playlist-detail .playlist-topic {
      overflow: hidden;
      display: -webkit-box !important;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      -webkit-transition: color 0.3s ease;
      -moz-transition: color 0.3s ease;
      -o-transition: color 0.3s ease;
      -ms-transition: color 0.3s ease;
      transition: color 0.3s ease;
      font-weight: bold;
      color: #3c4142; }
    .playlist-horizon-item .playlist-detail .playlist-date {
      color: #777777; }
  .playlist-horizon-item .playlist-btn {
    margin: 0 10px;
    font-size: 1.3em;
    color: #777777;
    align-self: center; }
  .playlist-horizon-item .playlist-time {
    align-self: center;
    margin-left: 10px;
    color: #3c4142; }
  .playlist-horizon-item .playlist-img {
    position: relative;
    padding-right: 0; }
    .playlist-horizon-item .playlist-img .img {
      position: relative;
      width: 100%;
      background-image: url(assets/images/test1.png);
      height: 100%;
      background-size: cover;
      max-height: 65px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      border-radius: 4px; }
    .playlist-horizon-item .playlist-img .playlist-play {
      -webkit-transition: opacity 0.3s ease;
      -moz-transition: opacity 0.3s ease;
      -o-transition: opacity 0.3s ease;
      -ms-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease;
      opacity: 0;
      background-color: #FFF;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%;
      width: 35px;
      height: 35px; }
      .playlist-horizon-item .playlist-img .playlist-play:after {
        font-size: 1.2em;
        content: '\e831';
        color: #f16522; }
  .playlist-horizon-item:hover {
    background: #fceae2; }
    .playlist-horizon-item:hover .playlist-play {
      opacity: 1; }
    .playlist-horizon-item:hover .playlist-topic {
      color: #f16522 !important; }

.dj-list .dj-item {
  margin-bottom: 30px;
  text-align: center; }
  .dj-list .dj-item .img {
    position: relative;
    height: 110px;
    width: 110px;
    margin: auto auto 15px auto; }
    .dj-list .dj-item .img img {
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      transition: all 0.3s ease;
      height: 100%;
      width: 100%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%;
      object-fit: cover;
      object-position: center; }
    .dj-list .dj-item .img:after {
      position: absolute;
      width: 35px;
      height: 35px;
      color: #FFF;
      background: linear-gradient(130deg, #fd5809 0%, #ffa159 100%);
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%;
      bottom: 5px;
      right: 5px; }
    @media (min-width: 321px) {
      .dj-list .dj-item .img {
        height: 125px;
        width: 125px; } }
    @media (min-width: 376px) {
      .dj-list .dj-item .img {
        height: 150px;
        width: 150px; } }
  .dj-list .dj-item .name {
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    transition: color 0.3s ease;
    color: #3c4142;
    font-weight: bold;
    margin-bottom: 5px;
    min-height: 44px; }
    @media (min-width: 376px) {
      .dj-list .dj-item .name {
        min-height: 56px; } }
  .dj-list .dj-item ul {
    text-align: left;
    list-style-type: disc;
    list-style-position: inside; }
  .dj-list .dj-item .a-dj:hover .name {
    color: #f16522; }
  .dj-list .dj-item .a-dj:hover img:hover {
    box-shadow: 0px 5px 10px #edccbd; }
  .dj-list .dj-item .radio-name {
    color: #5f6161;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .dj-list .dj-item .radio-name span {
      position: relative; }
    .dj-list .dj-item .radio-name:hover {
      color: #f16522;
      text-decoration: underline; }

.dj-icon .dj-item .img:after {
  content: "\e802";
  font-size: 23.5px; }

.lecturer-icon .dj-item .img:after {
  content: "\e800";
  font-size: 21px; }

.topic-icon {
  padding-left: 45px; }
  .topic-icon:before {
    position: absolute;
    width: 35px;
    height: 35px;
    color: #FFF;
    left: 15px;
    background: linear-gradient(130deg, #fd5809 0%, #ffa159 100%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    font-weight: normal; }
  .topic-icon.dj-icon:before {
    content: "\e802";
    font-size: 23.5px; }
  .topic-icon.lecturer-icon:before {
    content: "\e800";
    font-size: 21px; }

.button-type button {
  background-color: #fff;
  border: none;
  color: #5f6161;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  padding: 6px 10px;
  min-width: 73px;
  margin: 0;
  margin-bottom: 5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 13px; }
  .button-type button.active {
    background-color: #f16522;
    color: white; }
  @media (min-width: 361px) {
    .button-type button {
      min-width: 90px; } }
  @media (min-width: 450px) {
    .button-type button {
      margin: 0 6px;
      min-width: 100px;
      margin-bottom: 0; } }
  .button-type button:first-child {
    margin-left: 0; }
  .button-type button:last-child {
    margin-right: 0; }

.radio-program {
  box-shadow: 0px 5px 8px 2px #e2e0e0; }
  .radio-program .nav-tabs-wrapper {
    overflow: hidden; }
    .radio-program .nav-tabs-wrapper .nav-tabs {
      padding: 8px 30px;
      overflow-x: auto;
      background: linear-gradient(90deg, #ff9237 17%, #f35006 100%);
      flex-wrap: nowrap;
      border-bottom: 0;
      border-top-left-radius: 8px;
      border-top-right-radius: 8px;
      color: white; }
      @media (min-width: 992px) {
        .radio-program .nav-tabs-wrapper .nav-tabs {
          padding: 8px 50px; } }
    .radio-program .nav-tabs-wrapper .nav-item {
      margin-bottom: 0;
      text-align: center;
      width: auto;
      border: none; }
    .radio-program .nav-tabs-wrapper .nav-link {
      white-space: nowrap;
      -webkit-border-radius: 30px;
      -moz-border-radius: 30px;
      -ms-border-radius: 30px;
      border-radius: 30px;
      border-color: transparent;
      font-size: 12px;
      padding: 3px 15px; }
      @media (min-width: 376px) {
        .radio-program .nav-tabs-wrapper .nav-link {
          font-size: 16px; } }
      .radio-program .nav-tabs-wrapper .nav-link.active {
        color: #f16522; }
      .radio-program .nav-tabs-wrapper .nav-link:hover {
        border: 1px solid transparent; }
  .radio-program .tab-content {
    background-color: #FFF;
    padding: 10px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px; }
    @media (min-width: 321px) {
      .radio-program .tab-content {
        padding: 15px; } }
    @media (min-width: 1025px) {
      .radio-program .tab-content {
        padding: 30px; } }

table.program {
  width: 100%;
  color: #3c4142;
  border-collapse: separate;
  border-spacing: 0 12px; }
  table.program thead th {
    padding: 0 10px;
    font-size: 13px;
    color: #777777; }
    table.program thead th:first-child {
      padding-left: 20px; }
  table.program tbody td {
    padding: 10px;
    position: relative;
    background-color: #f8f8f8;
    font-size: 10px; }
    table.program tbody td .img {
      margin-right: 10px; }
      table.program tbody td .img img {
        width: 30px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        border-radius: 5px; }
    @media (min-width: 739px) {
      table.program tbody td .program-time {
        font-size: 10px; } }
    @media (min-width: 1200px) {
      table.program tbody td .program-time {
        font-size: 16px; } }
    table.program tbody td .program-name {
      text-overflow: ellipsis;
      overflow: hidden;
      align-self: center;
      font-weight: bold; }
    table.program tbody td .program-live {
      padding-right: 0;
      display: none;
      white-space: nowrap; }
      @media (min-width: 586px) {
        table.program tbody td .program-live {
          padding-right: 15px; } }
      table.program tbody td .program-live .live-btn {
        cursor: pointer;
        width: 20px !important; }
        @media (min-width: 768px) {
          table.program tbody td .program-live .live-btn {
            width: 40px !important; } }
      table.program tbody td .program-live .icon-live {
        margin-right: 7.5px;
        height: 20px !important;
        width: auto; }
        @media (min-width: 768px) {
          table.program tbody td .program-live .icon-live {
            height: 40px !important;
            margin-right: 15px; } }
      table.program tbody td .program-live .icon-live-gif {
        display: none; }
      table.program tbody td .program-live .jp-pause {
        display: none; }
      table.program tbody td .program-live.play .jp-play {
        display: none; }
      table.program tbody td .program-live.play .jp-pause {
        display: inline-block !important; }
      table.program tbody td .program-live.play .icon-live-gif {
        display: inline-block; }
      table.program tbody td .program-live.play .icon-live-png {
        display: none; }
    table.program tbody td .program-dj {
      text-overflow: ellipsis;
      overflow: hidden; }
    @media (min-width: 321px) {
      table.program tbody td img {
        width: 40px; } }
    @media (min-width: 768px) {
      table.program tbody td {
        font-size: 14px; }
        table.program tbody td .img {
          margin-right: 15px; }
          table.program tbody td .img img {
            width: 50px; } }
    @media (min-width: 992px) {
      table.program tbody td img {
        width: 70px; }
      table.program tbody td:first-child {
        padding-left: 40px; } }
    @media (min-width: 1200px) {
      table.program tbody td {
        font-size: 16px; } }
    table.program tbody td:first-child {
      padding-left: 20px;
      border-top-left-radius: 6px;
      border-bottom-left-radius: 6px; }
    table.program tbody td:last-child {
      border-top-right-radius: 6px;
      border-bottom-right-radius: 6px; }
  table.program tbody .live td {
    color: #f16522;
    background-color: #fff6f2; }
    table.program tbody .live td:first-child:before {
      background-color: #f16522; }
    table.program tbody .live td .program-live {
      display: block; }
      table.program tbody .live td .program-live i {
        font-size: 1.5em; }
  table.program.page-schedule th {
    width: 40%; }
    table.program.page-schedule th:first-child {
      width: 220px; }
      @media (min-width: 769px) {
        table.program.page-schedule th:first-child {
          padding-left: 40px; } }
  table.program.page-schedule td:first-child {
    padding-left: 20px; }
    @media (min-width: 769px) {
      table.program.page-schedule td:first-child {
        padding-left: 40px; } }
    table.program.page-schedule td:first-child:before {
      content: '';
      width: 5px;
      height: calc(100% - 10px);
      background-color: #eeeeee;
      position: absolute;
      left: 10px;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      -ms-border-radius: 10px;
      border-radius: 10px; }
  table.program.station img {
    width: 30px !important; }
  @media (min-width: 321px) {
    table.program.station img {
      width: 44px; } }
  @media (min-width: 768px) {
    table.program.station .img {
      margin-right: 15px; }
      table.program.station .img img {
        width: 44px; } }
  @media (min-width: 992px) {
    table.program.station img {
      width: 44px; } }

.more-padding {
  padding-top: 50px; }
  @media (min-width: 813px) {
    .more-padding {
      padding-top: 90px; } }
  @media (min-width: 1073px) {
    .more-padding {
      padding-top: 70px; } }
  @media (min-width: 1199px) {
    .more-padding {
      padding-top: 75px; } }
  @media (min-width: 1300px) {
    .more-padding {
      padding-top: 60px; } }

.submenu-fix {
  width: 100%;
  height: 45px;
  position: fixed;
  z-index: 2;
  padding: 10px 30px 0 30px;
  border-top: 1px solid transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .submenu-fix .radio-sub .item {
    cursor: pointer;
    color: #3c4142;
    text-align: center;
    white-space: nowrap;
    padding-bottom: 7px;
    height: 100%; }
    .submenu-fix .radio-sub .item.active {
      color: #f16522;
      border-bottom: 4px solid #f16522; }

.submenu-fix-list {
  top: 50px; }

.submenu-fix-playlist {
  top: 50px; }
  .submenu-fix-playlist .item {
    font-size: 13px; }
  @media (min-width: 321px) {
    .submenu-fix-playlist .item {
      font-size: 15px; } }

.radio-list .radio-item {
  margin-bottom: 15px; }
  .radio-list .radio-item .img {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 0 2px 10px #bfbbbb;
    margin-bottom: 10px; }
  .radio-list .radio-item .radio-name {
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    transition: color 0.3s ease;
    color: #3c4142;
    font-weight: bold; }

.radio-playlist-name {
  padding: 0 30px;
  padding-top: 15px; }
  @media (min-width: 1200px) {
    .radio-playlist-name {
      padding: 0 45px;
      padding-top: 15px; } }

.p-detail .img {
  padding: 15px;
  align-self: start; }
  .p-detail .img img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    object-position: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px; }

.p-description {
  font-size: 14px; }
  @media (min-width: 415px) {
    .p-description {
      font-size: 16px; } }
  .p-description .p-row {
    padding: 15px 0;
    border-bottom: 1.5px solid #eee; }
    .p-description .p-row:first-child {
      border-top: 1.5px solid #eee;
      padding-top: 15px; }
    @media (min-width: 575px) {
      .p-description .p-row {
        padding: 15px 0; } }
  .p-description .label {
    width: 100%; }
    @media (min-width: 576px) {
      .p-description .label {
        width: 150px; } }
  .p-description .des {
    width: 100%; }
    .p-description .des .ans {
      word-break: break-all;
      width: 100%; }
      @media (min-width: 415px) {
        .p-description .des .ans {
          width: calc(100% - 55px); } }
    .p-description .des .btn-edit {
      cursor: pointer;
      width: 55px; }
    @media (min-width: 415px) {
      .p-description .des {
        width: calc(100% - 100px); } }
    @media (min-width: 575px) {
      .p-description .des {
        width: calc(100% - 150px); } }

.playlist-detail {
  background-color: #fff;
  box-shadow: 0 0 10px #E5E5E5;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px; }
  .playlist-detail .playlist-img {
    padding: 15px 0; }
    @media (min-width: 768px) {
      .playlist-detail .playlist-img {
        padding: 30px 15px; } }
    .playlist-detail .playlist-img .img {
      border: 1px solid #e5e5e5;
      width: 100%;
      padding-bottom: 100%;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      -ms-border-radius: 10px;
      border-radius: 10px; }
  .playlist-detail .playlist-description {
    padding: 15px;
    width: calc(100% - 130px); }
    @media (min-width: 505px) {
      .playlist-detail .playlist-description {
        padding: 30px 30px 30px 15px;
        width: calc(100% - 200px); } }
    .playlist-detail .playlist-description .playlist-name {
      font-size: 1em;
      color: #3c4142;
      font-weight: bold;
      align-self: center;
      margin-bottom: 10px; }
      @media (min-width: 505px) {
        .playlist-detail .playlist-description .playlist-name {
          font-size: 1.2em; } }
      @media (min-width: 768px) {
        .playlist-detail .playlist-description .playlist-name {
          font-size: 1em; } }
      @media (min-width: 824px) {
        .playlist-detail .playlist-description .playlist-name {
          font-size: 1.2em; } }
      @media (min-width: 992px) {
        .playlist-detail .playlist-description .playlist-name {
          font-size: 1.5em; } }
      .playlist-detail .playlist-description .playlist-name:after {
        color: #FFF;
        font-weight: normal;
        font-size: 0.6em;
        padding: 1px 8px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        border-radius: 2px;
        margin-left: 10px; }
      .playlist-detail .playlist-description .playlist-name.icon-radio:after {
        content: 'Radio';
        background: linear-gradient(90deg, #fb9937 20%, #ffb836 100%); }
      .playlist-detail .playlist-description .playlist-name.icon-podcast:after {
        content: 'Podcast';
        background: linear-gradient(270deg, #888888 0%, #1F1F1F 100%); }
    .playlist-detail .playlist-description .playlist-listen-sm {
      font-size: 13px !important;
      padding: 5px 13px 5px 30px !important; }
      .playlist-detail .playlist-description .playlist-listen-sm:before {
        left: 9px !important;
        top: 3px !important; }
    .playlist-detail .playlist-description .playlist-follow {
      padding: 0;
      white-space: nowrap;
      margin-bottom: 10px; }
      @media (min-width: 505px) {
        .playlist-detail .playlist-description .playlist-follow {
          padding: 0 0 0 17px; } }
      .playlist-detail .playlist-description .playlist-follow .btn-follow {
        vertical-align: middle;
        font-size: 13px;
        color: #f16522;
        padding: 5px 10px;
        border: 1px solid #f16522;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        -ms-border-radius: 30px;
        border-radius: 30px;
        background-color: #FFF; }
        @media (min-width: 505px) {
          .playlist-detail .playlist-description .playlist-follow .btn-follow {
            font-size: 0.8em;
            padding: 5px 20px; } }
        @media (min-width: 768px) {
          .playlist-detail .playlist-description .playlist-follow .btn-follow {
            font-size: 0.5em;
            padding: 5px 10px; } }
        @media (min-width: 824px) {
          .playlist-detail .playlist-description .playlist-follow .btn-follow {
            font-size: 0.8em;
            padding: 5px 15px; } }
        @media (min-width: 992px) {
          .playlist-detail .playlist-description .playlist-follow .btn-follow {
            padding: 5px 30px; } }
        .playlist-detail .playlist-description .playlist-follow .btn-follow.follow {
          color: #777777;
          border: 1px solid #777777; }
      .playlist-detail .playlist-description .playlist-follow.playlist-follow-sm .btn-follow {
        padding: 5px 15px;
        margin-left: 3px; }
        .playlist-detail .playlist-description .playlist-follow.playlist-follow-sm .btn-follow.follow {
          padding: 5px 2px; }
          @media (min-width: 375px) {
            .playlist-detail .playlist-description .playlist-follow.playlist-follow-sm .btn-follow.follow {
              padding: 5px 15px;
              margin-left: 8px; } }
    .playlist-detail .playlist-description .rss-btn {
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%;
      width: 31px;
      height: 31px;
      border: 0;
      font-size: 1em;
      color: #FFF;
      background: #f8a000;
      text-align: center; }
    .playlist-detail .playlist-description .playlist-main {
      margin-top: 15px;
      margin-bottom: 15px;
      color: #5f6161; }
    .playlist-detail .playlist-description .playlist-channel img {
      margin: 0 0 8px 5px;
      max-width: 120px;
      height: 37px;
      object-fit: contain;
      box-shadow: 0px 0px 3px 2px #E5E5E5;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      border-radius: 5px; }
      .playlist-detail .playlist-description .playlist-channel img:nth-child(even) {
        margin-right: 0; }
  .playlist-detail .track-dropdown {
    display: none !important; }
    @media (min-width: 505px) {
      .playlist-detail .track-dropdown {
        display: inline-block !important; } }

.profile-detail {
  background-color: #fff;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px; }
  .profile-detail .detailn {
    width: calc(100% - 123px); }
    .profile-detail .detailn button {
      border: 1px solid #E5E5E5;
      background-color: #FFF;
      padding: 4px 8px;
      font-size: 13px;
      color: #777777;
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      -ms-border-radius: 20px;
      border-radius: 20px; }
    @media (min-width: 415px) {
      .profile-detail .detailn {
        width: calc(100% - 150px);
        padding: 4px 15px; } }
  .profile-detail .img {
    position: relative; }
    .profile-detail .img img {
      width: 80px;
      height: 80px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%; }
      @media (min-width: 415px) {
        .profile-detail .img img {
          width: 120px;
          height: 120px; } }
    .profile-detail .img .change-img-btn {
      cursor: pointer;
      position: absolute;
      height: 28px;
      width: 28px;
      transform: scaleX(-1);
      box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.1);
      bottom: 20px;
      background: #FFF;
      right: 20px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%; }
      .profile-detail .img .change-img-btn i {
        font-size: 20px;
        color: #777777; }
  .profile-detail .profile-name {
    color: #3c4142;
    font-weight: bold;
    font-size: 16px; }
    @media (min-width: 376px) {
      .profile-detail .profile-name {
        font-size: 19px; } }
    @media (min-width: 415px) {
      .profile-detail .profile-name {
        font-size: 24px; } }
  .profile-detail .profile-type-icon {
    align-self: center;
    position: relative;
    display: inline-block;
    width: 24px;
    height: 24px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background: linear-gradient(270deg, #F35006 0%, #FF9337 100%); }
    .profile-detail .profile-type-icon i {
      color: #FFF; }
  .profile-detail .profile-type-text {
    align-self: center;
    font-size: 14px; }
    @media (min-width: 415px) {
      .profile-detail .profile-type-text {
        font-size: 16px; } }

.program-follow .program-follow-topic {
  width: calc(100% - 37px);
  align-self: center;
  font-size: 19px; }
  @media (min-width: 415px) {
    .program-follow .program-follow-topic {
      font-size: 24px; } }
.program-follow .img {
  width: 100%;
  padding-bottom: 100%;
  border: 1px solid #E9E9E9;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px; }
.program-follow .program-list .row {
  margin-right: -11.5px;
  margin-left: -11.5px; }
.program-follow .program-list .follow-item {
  padding: 0 11.5px; }
  .program-follow .program-list .follow-item .img {
    position: relative; }
    .program-follow .program-list .follow-item .img .overlay-o {
      -webkit-border-radius: 8px;
      -moz-border-radius: 8px;
      -ms-border-radius: 8px;
      border-radius: 8px; }
  .program-follow .program-list .follow-item .play-rec {
    bottom: 15px !important;
    right: 20px; }
  .program-follow .program-list .follow-item:hover .programs-name {
    color: #f16522 !important; }
  .program-follow .program-list .follow-item:hover .overlay-o {
    opacity: 1; }
  .program-follow .program-list .follow-item:hover .play-rec {
    opacity: 1; }

.playlist-dj .dj-img {
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%; }
  @media (min-width: 376px) {
    .playlist-dj .dj-img {
      width: 40px;
      height: 40px; } }
.playlist-dj .dj-name {
  align-self: center;
  margin-left: 12px;
  font-size: 14px;
  color: #3c4142; }

.playlist-listen {
  position: relative;
  background: linear-gradient(90deg, #fe8f34 20%, #f35106 100%);
  color: #FFF;
  font-weight: normal;
  font-size: 15px;
  cursor: pointer;
  display: inline-block;
  padding: 8px 25px 8px 40px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px; }
  .playlist-listen:before {
    content: '\e816';
    font-size: 1.2em;
    position: absolute;
    left: 16px;
    top: 5px; }
  .playlist-listen.play:before {
    content: '\e814'; }

.view-detail {
  white-space: normal;
  color: #a0a0a0; }
  .view-detail .play-text, .view-detail .fav-text {
    font-size: 14px; }
  .view-detail .play-text:before {
    content: '\e817';
    font-weight: normal; }
  .view-detail .fav-text:before {
    font-size: 14px;
    content: '\e807';
    font-weight: normal; }
  .view-detail .date-text {
    align-self: center;
    font-size: 14px;
    margin-left: 0; }
  @media (min-width: 321px) {
    .view-detail {
      white-space: nowrap; } }

.playlist-list {
  margin-top: 15px;
  background-color: #fff;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  padding: 15px; }
  .playlist-list .playlist-records {
    padding: 0;
    margin-bottom: 15px; }
    .playlist-list .playlist-records .d-flex {
      border-bottom: 2px solid #eeeeee;
      padding-bottom: 12px; }
    .playlist-list .playlist-records .playlist-record {
      font-size: 1.2em;
      color: #3c4142;
      font-weight: bold;
      position: relative;
      padding-left: 30px; }
      .playlist-list .playlist-records .playlist-record:before {
        content: '\e816';
        color: #a0a0a0;
        font-size: 1em;
        position: absolute;
        left: 0;
        top: 0; }
    .playlist-list .playlist-records .playlist-sort {
      -webkit-border-radius: 30px;
      -moz-border-radius: 30px;
      -ms-border-radius: 30px;
      border-radius: 30px;
      border: 1px solid #eeeeee;
      padding: 5px 15px;
      padding-left: 30px;
      color: #5f6161;
      font-size: 0.8em;
      position: relative;
      align-self: center;
      cursor: pointer; }
      .playlist-list .playlist-records .playlist-sort:before {
        content: '\e827';
        color: #a0a0a0;
        font-size: 1em;
        position: absolute;
        left: 10px;
        top: 5px; }
    @media (min-width: 768px) {
      .playlist-list .playlist-records {
        padding: 0 15px; } }
  .playlist-list .programs-name {
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    transition: color 0.3s ease; }
    .playlist-list .programs-name:hover {
      color: #FFF; }

.playlist-item {
  background-color: transparent;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px; }
  .playlist-item .tracks-detail {
    position: relative;
    width: calc(100% - 85px); }
  .playlist-item a {
    display: flex; }
  .playlist-item a.tracks {
    width: calc(100% - 85px); }
    .playlist-item a.tracks .tracks-detail {
      width: 100%; }
    .playlist-item a.tracks .name {
      margin-bottom: 25px; }
  .playlist-item .img {
    width: 50px;
    height: 50px;
    margin-right: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px; }
    @media (min-width: 739px) {
      .playlist-item .img {
        width: 70px;
        height: 70px; } }
    .playlist-item .img .overlay-play {
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      transition: all 0.3s ease;
      display: none;
      height: 100%;
      width: 100%;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      border-radius: 5px;
      background-color: rgba(241, 101, 34, 0.4);
      position: relative; }
      .playlist-item .img .overlay-play:before {
        content: '';
        background: linear-gradient(90deg, #fe8f34 20%, #f35106 100%);
        width: 50%;
        height: 50%;
        position: absolute;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%; }
      .playlist-item .img .overlay-play:after {
        content: '\e816';
        font-size: 1em;
        position: absolute;
        color: #FFF; }
  .playlist-item .name {
    position: relative;
    font-weight: bold;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 14px; }
    @media (min-width: 739px) {
      .playlist-item .name {
        font-size: 16px; } }
    .playlist-item .name span {
      display: inline;
      max-width: 190px; }
      @media (min-width: 739px) {
        .playlist-item .name span {
          max-width: none; } }
  .playlist-item .name-icon {
    display: flex; }
    .playlist-item .name-icon:after {
      color: #FFF;
      font-weight: normal;
      font-size: 0.55em;
      padding: 1px 8px;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      -ms-border-radius: 2px;
      border-radius: 2px;
      vertical-align: middle;
      margin-left: 10px;
      height: fit-content;
      align-self: center; }
    .playlist-item .name-icon.radio-name:after {
      content: 'Radio';
      background: linear-gradient(90deg, #fb9937 20%, #ffb836 100%); }
    .playlist-item .name-icon.podcast-name:after {
      content: 'Podcast';
      background: linear-gradient(270deg, #888888 0%, #1F1F1F 100%); }
  .playlist-item .playlist-btn {
    margin-top: 10px; }
    @media (min-width: 768px) {
      .playlist-item .playlist-btn {
        margin-top: 0; } }
    .playlist-item .playlist-btn .add-btn {
      cursor: pointer;
      width: 1.3em;
      margin: 0 10px;
      position: relative; }
      .playlist-item .playlist-btn .add-btn:after {
        font-size: 1.3em;
        content: '\e838';
        color: #777777;
        font-weight: 400; }
      .playlist-item .playlist-btn .add-btn.active:after {
        color: #f16522; }
    .playlist-item .playlist-btn .dropdown {
      align-self: center; }
    .playlist-item .playlist-btn .share-btn {
      cursor: pointer;
      width: 1.3em;
      margin: 0 10px;
      position: relative; }
      .playlist-item .playlist-btn .share-btn:after {
        font-size: 1.3em;
        content: '\e824';
        color: #777777;
        font-weight: 400; }
    .playlist-item .playlist-btn .time {
      align-self: center;
      margin-left: 10px;
      color: #3c4142;
      width: 45px; }
    .playlist-item .playlist-btn .fav-btn {
      cursor: pointer;
      width: 1.3em;
      margin: 0 10px;
      position: relative; }
      .playlist-item .playlist-btn .fav-btn:after {
        font-size: 1.3em;
        content: '\e807';
        color: #777777; }
      .playlist-item .playlist-btn .fav-btn.fav:after {
        content: '\e805';
        color: #f16522; }
  .playlist-item .programs-link {
    display: inline-block;
    width: auto;
    cursor: pointer;
    max-width: calc(100% - 105px);
    position: absolute;
    bottom: 48px;
    left: 80px; }
    @media (min-width: 374px) {
      .playlist-item .programs-link {
        bottom: 23px; } }
    @media (min-width: 768px) {
      .playlist-item .programs-link {
        left: 100px; } }
  .playlist-item:hover {
    background-color: #f16522; }
    .playlist-item:hover .overlay-play {
      display: block; }
    .playlist-item:hover .name, .playlist-item:hover .play-text, .playlist-item:hover .fav-text, .playlist-item:hover .time, .playlist-item:hover .date-text {
      color: #FFF; }
    .playlist-item:hover .playlist-btn div:after {
      color: #fff; }
    .playlist-item:hover .fav:after {
      color: #FFF !important; }
    .playlist-item:hover .add-btn:after {
      color: #FFF !important; }
  .playlist-item.play {
    background-color: #f4844e; }
    .playlist-item.play .overlay-play:after {
      content: '\e814' !important; }
    .playlist-item.play .overlay-play {
      display: block; }
    .playlist-item.play .name, .playlist-item.play .play-text, .playlist-item.play .fav-text, .playlist-item.play .time {
      color: #FFF; }
    .playlist-item.play .playlist-btn div:after {
      color: #fff; }
    .playlist-item.play .programs-name {
      color: #FFF; }
      .playlist-item.play .programs-name:hover {
        color: #777777; }
  .playlist-item.current {
    background-color: #f4844e; }
    .playlist-item.current .overlay-play {
      display: block;
      opacity: 1 !important; }
      .playlist-item.current .overlay-play:after {
        content: '\e816'; }
    .playlist-item.current .fav-btn {
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .playlist-item.current .fav-btn:after {
        color: #FFF !important; }
    .playlist-item.current .date-text, .playlist-item.current .name, .playlist-item.current .play-text, .playlist-item.current .fav-text, .playlist-item.current .time {
      color: #FFF !important; }
    .playlist-item.current .add-btn:after {
      color: #FFF !important; }
    .playlist-item.current .share-btn:after {
      color: #FFF !important; }
    .playlist-item.current .del-tracks-btn:after {
      color: #FFF !important; }
    .playlist-item.current .programs-name {
      color: #FFF; }
      .playlist-item.current .programs-name:hover {
        color: #777777; }

.del-tracks-btn {
  cursor: pointer;
  width: 1.3em;
  margin: 0 10px;
  position: relative; }
  .del-tracks-btn:after {
    font-size: 1.3em;
    content: '\e845';
    color: #777777; }

.track-banner {
  height: 40vh;
  background-position: top !important;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  position: relative; }
  .track-banner .overlay-program {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(60, 65, 66, 0) 33%, rgba(60, 65, 66, 0.2) 64%, rgba(60, 65, 66, 0.8) 100%); }
  @media (min-width: 415px) {
    .track-banner .track-detail .name {
      font-size: 1.6em; }
    .track-banner .track-detail .playlist-listen {
      font-size: 15px; } }
  @media (min-width: 375px) {
    .track-banner {
      height: 35vh; } }
  @media (min-width: 768px) {
    .track-banner {
      height: 30vh; } }
  @media (min-width: 1200px) {
    .track-banner {
      height: 50vh; } }
  @media (min-width: 1500px) {
    .track-banner {
      height: 60vh; } }
  @media (max-height: 492px) {
    .track-banner {
      height: 70vh; } }
  @media (min-width: 1500px) and (max-height: 800px) {
    .track-banner {
      height: 65vh; } }
  .track-banner .track-detail {
    padding: 25px 30px;
    position: absolute;
    bottom: 0; }
    .track-banner .track-detail .name {
      color: #FFF !important;
      display: none; }
      @media (min-width: 415px) {
        .track-banner .track-detail .name {
          display: block; } }

.track-detail .name {
  margin-bottom: 8px;
  color: #3c4142;
  font-weight: bold;
  font-size: 1.2em; }
  .track-detail .name:after {
    color: #FFF;
    font-weight: normal;
    font-size: 0.55em;
    padding: 1px 8px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    vertical-align: middle;
    margin-left: 10px; }
  .track-detail .name.radio-name:after {
    content: 'Radio';
    background: linear-gradient(90deg, #fb9937 20%, #ffb836 100%); }
  .track-detail .name.podcast-name:after {
    content: 'Podcast';
    background: linear-gradient(270deg, #888888 0%, #1F1F1F 100%); }
.track-detail .fav-btn {
  width: 1.3em;
  margin: 0 10px;
  position: relative; }
  .track-detail .fav-btn:after {
    font-size: 1.3em;
    content: '\e825';
    color: #777777;
    font-weight: 400; }
  .track-detail .fav-btn.fav:after {
    color: #f16522;
    content: '\e824'; }
.track-detail .track-btn {
  color: #fff;
  cursor: pointer;
  margin: 0;
  align-self: center;
  font-size: 13px; }
  @media (min-width: 321px) {
    .track-detail .track-btn {
      font-size: 1em; } }
  @media (min-width: 739px) {
    .track-detail .track-btn {
      margin: 0 15px; } }
  .track-detail .track-btn span {
    vertical-align: top; }
  .track-detail .track-btn i {
    font-size: 1.5em; }
.track-detail .playlist-listen {
  font-size: 13px; }
.track-detail.title-sm {
  display: block; }
  @media (min-width: 415px) {
    .track-detail.title-sm {
      display: none !important; } }

.track-fav-btn {
  margin-left: 30px;
  color: #777777;
  vertical-align: top;
  cursor: pointer; }
  .track-fav-btn:before {
    font-size: 1.2em;
    content: '\e807';
    font-weight: 400;
    margin-right: 8px;
    vertical-align: middle; }
  .track-fav-btn.fav:before {
    color: #f16522;
    content: '\e805'; }

.tracks-other-item {
  display: none; }

.track-body {
  padding: 15px;
  background-color: #FFF;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  box-shadow: 0 0 10px #d0cdcd; }
  .track-body .track-view {
    border-bottom: 2px solid #eee;
    margin-bottom: 15px;
    padding-bottom: 15px; }
    .track-body .track-view .view-detail {
      color: #777777; }
  .track-body .play-text {
    font-size: 14px; }
  .track-body .fav-text {
    font-size: 14px; }
  .track-body .track-btn {
    align-self: auto;
    color: #777777;
    margin: 0 5px 5px 5px;
    cursor: pointer;
    font-size: 13px; }
    .track-body .track-btn i {
      align-self: center; }
    @media (min-width: 321px) {
      .track-body .track-btn {
        font-size: 1em; } }
    @media (min-width: 739px) {
      .track-body .track-btn {
        align-self: center;
        margin: 0 5px;
        font-size: 0.8em; } }
    @media (min-width: 992px) {
      .track-body .track-btn {
        font-size: 1em; } }
    .track-body .track-btn:first-child {
      margin-left: 0; }
  .track-body .track-main {
    padding-bottom: 15px;
    color: #777777;
    font-family: "Kanit", sans-serif; }
    .track-body .track-main span {
      font-family: "Kanit", sans-serif; }

.track-dropdown {
  white-space: nowrap; }
  .track-dropdown .dropdown-menu {
    left: 18px !important;
    padding: 5px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    border: 0;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08); }
    .track-dropdown .dropdown-menu ul {
      padding: 0;
      list-style-type: none; }
    .track-dropdown .dropdown-menu .text {
      padding: 0 10px;
      font-size: 0.8em;
      color: #777777; }
    .track-dropdown .dropdown-menu ul {
      margin-top: 5px;
      margin-bottom: 5px; }
      .track-dropdown .dropdown-menu ul li {
        width: 100%;
        cursor: pointer;
        padding: 2px 8px;
        color: #3c4142;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        .track-dropdown .dropdown-menu ul li i {
          align-self: center;
          color: #a0a0a0;
          margin-right: 10px;
          font-size: 20px; }
        .track-dropdown .dropdown-menu ul li:hover {
          color: #f16522;
          background-color: #fde8de; }
          .track-dropdown .dropdown-menu ul li:hover i {
            color: #f16522; }
  .track-dropdown.my-margin {
    margin: 30px 0; }

.w-box {
  padding: 15px;
  background-color: #FFF;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08); }

.img-commemt {
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  object-position: center;
  object-fit: cover; }
  @media (min-width: 768px) {
    .img-commemt {
      width: 50px;
      height: 50px; } }

.comment-div .comment-input {
  margin-left: 20px;
  width: 100%;
  position: relative; }
  .comment-div .comment-input textarea {
    resize: none;
    padding: 10px;
    width: 100%;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    border: 2px solid #f2f2f2; }
    @media (min-width: 768px) {
      .comment-div .comment-input textarea {
        padding: 12px; } }
    .comment-div .comment-input textarea:focus {
      outline: none; }
    .comment-div .comment-input textarea::placeholder {
      color: #a0a0a0; }
  .comment-div .comment-input:before {
    top: 18px;
    border-color: transparent #f2f2f2 transparent transparent;
    border-width: 8px;
    left: -14px; }
  .comment-div .comment-input:after {
    top: 20px;
    border-color: transparent #FFF transparent transparent;
    border-width: 6px;
    left: -10px; }
  .comment-div .comment-input:after, .comment-div .comment-input:before {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid; }

.my-border-top {
  padding-top: 15px;
  border-top: 2px solid #eee; }

.comment-btn {
  margin-top: 8px; }
  .comment-btn button {
    padding: 5px 0;
    border: 0;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    font-size: 13px;
    min-width: 110px; }
  .comment-btn .b-w {
    border: 2px solid #f2f2f2; }
  .comment-btn .b-o {
    background-color: #f16522;
    color: #FFF;
    border: 2px solid #f16522; }

.comment-count {
  color: #777777; }

.commemt-detail {
  margin-left: 15px;
  width: calc(100% - 65px); }
  .commemt-detail .datetime {
    padding-left: 23px;
    color: #a3a3a3;
    position: relative;
    font-size: 0.8em; }
    .commemt-detail .datetime:before {
      content: '';
      width: 4px;
      height: 4px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%;
      background-color: #a3a3a3;
      position: absolute;
      top: 8px;
      left: 10px; }
    @media (min-width: 768px) {
      .commemt-detail .datetime {
        font-size: 1em; }
        .commemt-detail .datetime:before {
          top: 11px; } }
    .commemt-detail .datetime span {
      font-size: 10px;
      font-style: italic; }

.commemt-item {
  background-color: #eee;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  padding: 10px 15px;
  margin-top: 5px;
  display: inline-block; }

.edit-comment-input {
  display: none; }
  .edit-comment-input textarea {
    padding: 12px;
    resize: none;
    padding: 10px;
    width: 100%;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    border: 2px solid #f2f2f2;
    width: 100%; }
    .edit-comment-input textarea:focus {
      outline: none; }

.comment-more {
  cursor: pointer;
  color: #a0a0a0;
  padding-left: 5px; }

.commemt-dropdown {
  border: 0;
  box-shadow: 0 0 5px #d0cdcd; }
  .commemt-dropdown ul {
    margin-bottom: 0; }
  .commemt-dropdown li {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #000;
    padding: 8px 15px;
    cursor: pointer; }
    .commemt-dropdown li:hover {
      background-color: #fff6f2;
      color: #f16522; }

.about-container img {
  max-width: 100% !important;
  height: auto !important; }
@media (min-width: 1200px) {
  .about-container {
    max-width: 750px; } }

.about-icon {
  width: 35px;
  height: 35px;
  position: relative;
  margin-right: 12px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background: linear-gradient(135deg, #fd5405 0%, #ffa35c 100%); }
  .about-icon i {
    font-size: 21px;
    color: #FFF; }

.about-topic {
  font-size: 1.2em;
  color: #3c4142;
  font-weight: bold;
  align-self: center;
  width: calc(100% - 40px); }
  @media (min-width: 739px) {
    .about-topic {
      font-size: 1.4em; } }

.address-text {
  width: calc(100% - 30px); }

.about-body {
  color: #777777; }

.address-icon {
  width: 20px;
  height: 20px;
  position: relative;
  background-color: #fff;
  border: 1px solid #fb9937;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  margin-right: 12px; }
  .address-icon i {
    font-size: 11px;
    color: #fb9937; }

.map img {
  width: 100%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px; }

.topic-highlights {
  color: #3c4142;
  font-weight: bold;
  font-size: 1.4em; }

.about-banner {
  margin-bottom: 15px;
  width: 100%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  height: 220px; }

.my-form input, .my-form textarea, .my-form select {
  box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.08);
  border: 1px solid #EEEEEE; }
  .my-form input::placeholder, .my-form textarea::placeholder, .my-form select::placeholder {
    color: #a0a0a0;
    font-style: italic; }
  .my-form input:focus, .my-form textarea:focus, .my-form select:focus {
    border: 1px solid #EEEEEE;
    box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.08); }
.my-form textarea {
  resize: none; }
.my-form button {
  border: 0;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  color: #FFF;
  padding: 5px 50px; }

.one-slide img {
  object-fit: cover;
  object-position: center; }
  @media (min-width: 768px) {
    .one-slide img {
      height: auto !important; } }
  @media (min-width: 1365px) {
    .one-slide img {
      height: auto !important; } }
.one-slide .owl-nav button {
  top: 44% !important; }
  @media (min-width: 768px) {
    .one-slide .owl-nav button {
      top: 30%; } }

.dj-detail .img {
  padding: 15px;
  margin: 0;
  width: 100px;
  height: 100px; }
  @media (min-width: 768px) {
    .dj-detail .img {
      margin: 20px;
      width: 150px;
      height: 150px; } }
  .dj-detail .img img {
    height: 100%;
    width: 100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    object-fit: cover;
    object-position: center; }
.dj-detail .detail {
  position: relative;
  width: calc(100% - 100px);
  padding: 15px; }
  @media (min-width: 768px) {
    .dj-detail .detail {
      width: calc(100% - 190px);
      padding: 20px; } }
  .dj-detail .detail .topic-icon {
    padding-left: 28px; }
    .dj-detail .detail .topic-icon:before {
      width: 25px;
      height: 25px;
      font-size: 16px; }
  .dj-detail .detail .programs-item {
    color: #777777;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .dj-detail .detail .programs-item:hover {
      color: #f16522;
      text-decoration: underline; }

.bg-footer-img {
  position: absolute;
  bottom: 0; }
  .bg-footer-img img {
    width: 100%;
    height: fit-content;
    z-index: -10; }

.dj-item-sm {
  margin-right: 10px; }
  @media (min-width: 376px) {
    .dj-item-sm {
      margin-right: 20px; } }

.tags {
  padding: 20px 0 15px 0; }
  .tags .tag-item {
    display: inline-block;
    background-color: #feefe8;
    color: #f16522;
    font-size: 12px;
    padding: 6px 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    margin-right: 5px;
    margin-bottom: 5px; }
  .tags.border-top {
    border-top: 2px solid #eee !important; }

.schedule-feq .w-box {
  overflow-x: auto; }
  .schedule-feq .w-box .topic-schedule {
    min-width: 768px;
    padding: 15px;
    color: #FFF;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    background: linear-gradient(90deg, #ff9237 17%, #f35006 100%); }
    @media (min-width: 768px) {
      .schedule-feq .w-box .topic-schedule {
        padding: 15px 30px;
        width: 100%; } }
    .schedule-feq .w-box .topic-schedule.width-768 {
      width: 768px;
      min-width: 768px; }

.img-schedule {
  padding: 15px; }
  @media (min-width: 768px) {
    .img-schedule {
      padding: 30px; } }
  .img-schedule img {
    width: 100%; }

.owl-schedule {
  position: relative; }
  .owl-schedule button {
    top: 22%;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.8) !important;
    width: 25px;
    height: 25px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%; }
    @media (min-width: 376px) {
      .owl-schedule button:before {
        font-size: 18px; } }
    .owl-schedule button:before {
      font-size: 14px;
      color: #f35006;
      align-items: center; }
    .owl-schedule button:focus {
      outline: none; }
    .owl-schedule button.disabled {
      display: none; }
  .owl-schedule .owl-prev {
    left: 10px; }
    .owl-schedule .owl-prev:before {
      content: '\e83b'; }
  .owl-schedule .owl-next {
    right: 10px; }
    .owl-schedule .owl-next:before {
      content: '\e813'; }

.my-modal .modal-content {
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  -ms-border-radius: 9px;
  border-radius: 9px; }
  .my-modal .modal-content .modal-body {
    font-size: 14px;
    padding: 20px;
    max-height: 80vh;
    overflow-y: auto; }
    @media (min-width: 739px) {
      .my-modal .modal-content .modal-body {
        padding: 45px;
        max-height: 90vh; } }
    .my-modal .modal-content .modal-body::-webkit-scrollbar-track {
      border-radius: 5px;
      background-color: transparent; }
    .my-modal .modal-content .modal-body::-webkit-scrollbar {
      -webkit-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out;
      width: 8px;
      height: 8px;
      background-color: transparent;
      opacity: 0.8; }
    .my-modal .modal-content .modal-body::-webkit-scrollbar-thumb {
      border-radius: 5px;
      background-color: #c1c1c1; }
    .my-modal .modal-content .modal-body .line {
      margin: 30px 0;
      width: 100%;
      height: 2px;
      background-color: #f5f5f5f5;
      position: relative; }
      .my-modal .modal-content .modal-body .line .text {
        background: #fff;
        padding: 15px; }
    .my-modal .modal-content .modal-body .btn-login {
      -webkit-border-radius: 30px;
      -moz-border-radius: 30px;
      -ms-border-radius: 30px;
      border-radius: 30px;
      border: 0; }
    .my-modal .modal-content .modal-body input {
      -webkit-border-radius: 8px;
      -moz-border-radius: 8px;
      -ms-border-radius: 8px;
      border-radius: 8px;
      padding: 8px;
      border: 2px solid #f5f5f5;
      width: 100%;
      box-shadow: inset 0 0 3px 0px #f5f5f5; }
      @media only screen and (min-width: 414px) {
        .my-modal .modal-content .modal-body input {
          padding: 10px 15px; } }
      .my-modal .modal-content .modal-body input::placeholder {
        color: #A0A0A0; }
      .my-modal .modal-content .modal-body input:focus {
        outline: none; }
    .my-modal .modal-content .modal-body .o-btn {
      font-size: 15px;
      background-color: #f16522;
      color: #fff;
      padding: 10px;
      width: 80%;
      display: inline-block;
      text-align: center;
      -webkit-border-radius: 30px;
      -moz-border-radius: 30px;
      -ms-border-radius: 30px;
      border-radius: 30px; }
    .my-modal .modal-content .modal-body .topic {
      font-size: 1.5em;
      font-weight: bold;
      text-align: center; }
    .my-modal .modal-content .modal-body .icon-signin {
      display: inline-block;
      width: 34px;
      height: 34px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%;
      background: linear-gradient(90deg, #ff9136 17%, #f35308 100%);
      position: relative; }
  .my-modal .modal-content .modal-header {
    padding: 20px 25px;
    font-weight: bold;
    color: #3c4142;
    font-size: 1.2em; }
  .my-modal .modal-content .playlist-list-modal {
    padding: 20px 25px; }
    .my-modal .modal-content .playlist-list-modal .p-item {
      margin-bottom: 20px; }
      .my-modal .modal-content .playlist-list-modal .p-item:last-child {
        margin-left: 0; }
    .my-modal .modal-content .playlist-list-modal .img {
      position: relative;
      width: 55px;
      height: 55px;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      border-radius: 3px;
      border: 1px dotted #eee; }
    .my-modal .modal-content .playlist-list-modal .img-playlist-add:after {
      font-size: 30px;
      font-family: 'tpbs_fonts';
      content: '\e837';
      color: #FFF; }
    .my-modal .modal-content .playlist-list-modal .name {
      padding: 0 15px;
      text-align: left;
      align-self: center;
      width: calc(100% - 80px); }
      .my-modal .modal-content .playlist-list-modal .name .title {
        font-weight: bold;
        color: #3c4142; }
    .my-modal .modal-content .playlist-list-modal .add-playlist {
      cursor: pointer;
      align-self: center;
      border: 2px solid #E5E5E5;
      width: 25px;
      height: 25px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%;
      position: relative; }
      .my-modal .modal-content .playlist-list-modal .add-playlist:after {
        font-size: 16px;
        font-family: 'tpbs_fonts';
        content: '\e80d';
        color: #E5E5E5; }
      .my-modal .modal-content .playlist-list-modal .add-playlist.active {
        border: 2px solid #f16522;
        background-color: #f16522; }
        .my-modal .modal-content .playlist-list-modal .add-playlist.active:after {
          color: #FFF; }
  .my-modal .modal-content .title {
    font-weight: bold;
    color: #3c4142;
    font-size: 24px; }
  .my-modal .modal-content .m-btn {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    padding: 7px 0;
    background-color: #FFF;
    border: 0;
    width: 35%;
    border: 2px solid #E5E5E5;
    margin: 0 5px;
    color: #777777; }
    .my-modal .modal-content .m-btn.o-2-btn {
      background-color: #f16522;
      border: 2px solid #f16522;
      color: #FFF; }
.my-modal .modal-close {
  position: absolute;
  top: -35px;
  right: 0;
  font-size: 28px;
  color: #e5e5e5;
  cursor: pointer; }
  @media (min-width: 739px) {
    .my-modal .modal-close {
      top: -35px;
      right: -35px; } }

.my-checkbox input[type=checkbox] + label {
  cursor: pointer; }
.my-checkbox input[type=checkbox] {
  display: none; }
.my-checkbox input[type=checkbox] + label:before {
  font-family: 'tpbs_fonts';
  content: "\e80d";
  border: 0.1em solid #f16522;
  border-radius: 0.2em;
  display: inline-block;
  width: 21px;
  height: 21px;
  font-size: 13px;
  padding-left: 2px;
  margin-right: 12px;
  vertical-align: bottom;
  color: transparent;
  transition: .2s; }
.my-checkbox input[type=checkbox] + label:active:before {
  transform: scale(0); }
.my-checkbox input[type=checkbox]:checked + label:before {
  background-color: #f16522;
  border-color: #f16522;
  color: #fff; }
.my-checkbox input[type=checkbox]:disabled + label:before {
  transform: scale(1);
  border-color: #aaa; }
.my-checkbox input[type=checkbox]:checked:disabled + label:before {
  transform: scale(1);
  background-color: #A0A0A0;
  border-color: #A0A0A0; }

.my-modal-popup .modal-body {
  padding: 25px !important; }
  .my-modal-popup .modal-body .detail {
    font-size: 1.2em; }

.own-gallery .item {
  cursor: pointer;
  position: relative; }
  .own-gallery .item img {
    max-height: 65px;
    object-fit: cover;
    object-position: center; }
  .own-gallery .item .overlay-gallery {
    opacity: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    background-color: rgba(251, 153, 55, 0.6); }
  .own-gallery .item.g .overlay-gallery {
    opacity: 1; }
  .own-gallery .item.g img {
    border: 2px solid #fb9937; }
.own-gallery .owl-nav button {
  top: 35%;
  width: 25px;
  height: 25px; }
  .own-gallery .owl-nav button:before {
    color: #777777;
    font-size: 16px; }
.own-gallery .owl-nav .owl-next {
  right: -24px; }

.small-radio .radio-item .img .radio-btn .radio-btn-list {
  right: 1px;
  top: 6px; }
  @media (min-width: 1366px) {
    .small-radio .radio-item .img .radio-btn .radio-btn-list {
      right: 5px;
      top: 13px; } }

.myplaylist-div .row {
  margin-right: -15px;
  margin-left: -15px; }
  @media (min-width: 769px) {
    .myplaylist-div .row {
      margin-right: -7.5px;
      margin-left: -7.5px; } }
.myplaylist-div .myplaylist-item {
  padding-bottom: 8px;
  margin-bottom: 8px; }
  .myplaylist-div .myplaylist-item .img {
    width: 100%;
    position: relative;
    padding-bottom: 100%;
    box-shadow: 0 3px 5px #E5E5E5;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px; }
    .myplaylist-div .myplaylist-item .img .overlay-o {
      -webkit-border-radius: 8px;
      -moz-border-radius: 8px;
      -ms-border-radius: 8px;
      border-radius: 8px; }
  .myplaylist-div .myplaylist-item .img-playlist-add {
    position: relative; }
    .myplaylist-div .myplaylist-item .img-playlist-add .inner {
      text-align: center;
      font-size: 14px;
      color: #FFF; }
      .myplaylist-div .myplaylist-item .img-playlist-add .inner i {
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease;
        font-size: 2.5em; }
    .myplaylist-div .myplaylist-item .img-playlist-add:hover .inner i {
      font-size: 3.5em; }
  .myplaylist-div .myplaylist-item .myplaylist-name {
    -webkit-transition: color 0.3s ease-out;
    -moz-transition: color 0.3s ease-out;
    -o-transition: color 0.3s ease-out;
    -ms-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
    color: #3c4142;
    font-weight: bold;
    font-size: 14px;
    margin-top: 10px; }
  @media (min-width: 769px) {
    .myplaylist-div .myplaylist-item {
      padding: 0 7.5px; } }
  .myplaylist-div .myplaylist-item .play-rec {
    bottom: 15px !important;
    right: 20px; }
  .myplaylist-div .myplaylist-item:hover .img .overlay-o {
    opacity: 1; }
  .myplaylist-div .myplaylist-item:hover .img .play-rec {
    opacity: 1; }
  .myplaylist-div .myplaylist-item:hover .myplaylist-name {
    color: #f16522; }

.my-playlist-btn {
  display: none; }
  .my-playlist-btn button {
    padding: 3px 0;
    text-align: center;
    width: 100px;
    background-color: #FFF;
    font-size: 14px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px; }
  .my-playlist-btn .edit-btn {
    position: relative;
    border: 1px solid #E5E5E5;
    color: #A0A0A0;
    padding-left: 15px; }
    .my-playlist-btn .edit-btn:before {
      font-family: 'tpbs_fonts';
      content: '\e849';
      font-size: 18px;
      position: absolute;
      left: 18px;
      top: 1px; }
  .my-playlist-btn .del-btn {
    border: 1px solid #f16522;
    color: #f16522; }
  @media (min-width: 575px) {
    .my-playlist-btn {
      display: block; } }

.my-playlist-dropdown {
  display: block; }
  @media (min-width: 575px) {
    .my-playlist-dropdown {
      display: none; } }
  .my-playlist-dropdown .dropdown-menu {
    border: 0;
    box-shadow: 0 0 5px #E5E5E5; }
  .my-playlist-dropdown .dropdown-item {
    font-size: 14px;
    padding: 8px 15px;
    background-color: inherit;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    transition: color 0.3s ease;
    color: #3c4142; }
    .my-playlist-dropdown .dropdown-item:hover {
      color: #f16522; }

.circle-icon {
  position: relative;
  border: 3px solid #f16522;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  width: 44px;
  height: 44px; }
  .circle-icon i {
    font-size: 1.8em; }

.input-form-name input {
  width: calc(100% - 7.5px); }

.img-modal .change-img {
  position: relative;
  cursor: pointer; }
  .img-modal .change-img img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    object-position: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%; }
  .img-modal .change-img .img-btn {
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.5);
    color: #FFF;
    width: 120px;
    height: 60px;
    margin: 0 1em 1em 0;
    display: inline-block;
    border-bottom-left-radius: 120px;
    border-bottom-right-radius: 120px;
    top: 75% !important; }
    .img-modal .change-img .img-btn i {
      font-size: 21px; }
  .img-modal .change-img:hover .img-btn {
    opacity: 1; }
  .img-modal .change-img:active .img-btn {
    opacity: 1; }
.img-modal .img-description {
  font-size: 13px; }

.abount-p img {
  max-width: 100%; }

.icon-search {
  display: none; }
  @media (min-width: 769px) {
    .icon-search {
      display: block; } }

.search-sm {
  display: none;
  position: relative; }
  .search-sm i {
    position: absolute;
    font-size: 16px !important;
    top: 8px; }
  .search-sm i.search {
    left: 10px; }
  .search-sm i.cancel-search {
    right: 10px; }
  .search-sm input {
    padding: 8px 45px 8px 45px;
    width: 100%;
    border: 1px solid #E5E5E5;
    border-radius: 6px;
    background-color: #FFFFFF;
    box-shadow: inset 0 0 4px 0 rgba(0, 0, 0, 0.08); }
    .search-sm input::placeholder {
      color: #A0A0A0;
      font-style: italic; }
    .search-sm input:before {
      content: '\e839';
      position: absolute;
      font-family: "tpbs_fonts"; }
    .search-sm input:focus {
      outline: none; }

.my-search {
  position: relative; }
  .my-search input {
    color: #3c4142;
    width: 100%;
    padding: 8px 22px 8px 45px;
    border: 1px solid #E5E5E5;
    border-radius: 6px;
    background-color: #FFFFFF;
    box-shadow: inset 0 0 4px 0 rgba(0, 0, 0, 0.08); }
    .my-search input::placeholder {
      color: #A0A0A0;
      font-style: italic; }
    .my-search input:focus {
      outline: none; }
  .my-search i {
    position: absolute;
    left: 40px;
    top: 50%;
    font-size: 26px;
    transform: translate(-50%, -50%);
    color: #777777; }

.mainsearch {
  position: relative; }
  .mainsearch input {
    color: #3c4142;
    width: 100%;
    padding: 12px 45px 12px 22px;
    border: 1px solid #E5E5E5;
    border-radius: 6px;
    background-color: #FFFFFF;
    box-shadow: inset 0 0 4px 0 rgba(0, 0, 0, 0.08); }
    .mainsearch input::placeholder {
      color: #A0A0A0;
      font-style: italic; }
    .mainsearch input:focus {
      outline: none; }
  .mainsearch i {
    position: absolute;
    right: 12px;
    top: 50%;
    font-size: 26px;
    transform: translate(-50%, -50%);
    color: #fb9937; }

.search-item {
  padding: 14px 0; }
  .search-item:first-child {
    padding-top: 0; }
  .search-item:last-child {
    padding-bottom: 0; }
  .search-item .img {
    cursor: pointer;
    margin-right: 15px;
    width: 50px;
    height: 50px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.08);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px; }
    @media (min-width: 575px) {
      .search-item .img {
        width: 125px;
        height: 125px; } }
    .search-item .img .overlay-play {
      -webkit-transition: opacity 0.3s ease;
      -moz-transition: opacity 0.3s ease;
      -o-transition: opacity 0.3s ease;
      -ms-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease;
      opacity: 0;
      height: 100%;
      width: 100%;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      border-radius: 5px;
      background-color: rgba(241, 101, 34, 0.4);
      position: relative; }
      .search-item .img .overlay-play:before {
        content: '';
        background: linear-gradient(90deg, #fe8f34 20%, #f35106 100%);
        width: 50%;
        height: 50%;
        position: absolute;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%; }
      .search-item .img .overlay-play:after {
        content: '\e816';
        font-size: 1em;
        position: absolute;
        color: #FFF; }
      @media (min-width: 575px) {
        .search-item .img .overlay-play:after {
          font-size: 1.8em; } }
  .search-item .search-detail {
    align-self: center;
    width: calc(100% - 65px);
    overflow: hidden; }
    @media (min-width: 575px) {
      .search-item .search-detail {
        width: calc(100% - 111px); } }
    .search-item .search-detail .subtitle {
      font-size: 12px; }
    .search-item .search-detail .detail {
      font-size: 12px; }
      .search-item .search-detail .detail p {
        margin: 0; }
  .search-item .title {
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    transition: color 0.3s ease;
    display: inline-block;
    font-size: 15px;
    position: relative;
    overflow: hidden;
    color: #3c4142; }
    @media (min-width: 575px) {
      .search-item .title {
        font-size: 17px; } }
    .search-item .title:after {
      top: 50%;
      right: -24px;
      transform: translate(-50%, -50%);
      position: absolute;
      color: #FFF;
      font-weight: normal;
      font-size: 13px;
      padding: 1px 8px;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      -ms-border-radius: 2px;
      border-radius: 2px;
      margin-left: 10px; }
    .search-item .title.radio-text {
      padding-right: 60px; }
      .search-item .title.radio-text:after {
        content: 'Radio';
        background: linear-gradient(90deg, #fb9937 20%, #ffb836 100%); }
    .search-item .title.podcast-text {
      padding-right: 75px; }
      .search-item .title.podcast-text:after {
        content: 'Podcast';
        background: linear-gradient(270deg, #888888 0%, #1F1F1F 100%); }
    .search-item .title:hover {
      color: #f16522; }
  .search-item .subtitle {
    font-size: 13px; }
    @media (min-width: 575px) {
      .search-item .subtitle {
        font-size: 15px; } }
  .search-item:hover .overlay-play {
    opacity: 1; }
  .search-item.play .overlay-play:after {
    content: '\e814' !important; }
  .search-item.play .overlay-play {
    opacity: 1; }
  .search-item .title-category {
    font-size: 12px; }
    @media (min-width: 575px) {
      .search-item .title-category {
        font-size: 15px; } }
  .search-item.highlight .img {
    width: 150px;
    height: 90px; }
    @media (min-width: 575px) {
      .search-item.highlight .img {
        width: 170px;
        height: 91px; } }
  .search-item.highlight .search-detail {
    width: calc(100% - 165px); }
    @media (min-width: 575px) {
      .search-item.highlight .search-detail {
        width: calc(100% - 185px); } }

.station-btn {
  display: inline-block;
  border: 1px solid #f16522;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  padding: 2px; }

.form-download {
  padding: 15px; }
  @media (min-width: 575px) {
    .form-download {
      padding: 45px 30px; } }
  .form-download .title {
    font-size: 24px; }
  .form-download .title-form {
    color: #fb9937;
    font-size: 17px;
    padding-bottom: 13px;
    border-bottom: 1px solid #E5E5E5;
    margin: 20px 0 15px 0; }
  .form-download label {
    font-size: 15px;
    color: #3c4142; }
  .form-download input, .form-download textarea {
    box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.08);
    border: 1px solid #EEEEEE;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px; }
    .form-download input:focus, .form-download textarea:focus {
      outline: none;
      border: 1px solid #EEEEEE;
      box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.08); }
    .form-download input::placeholder, .form-download textarea::placeholder {
      font-size: 15px;
      color: #A0A0A0; }
  .form-download input[type=file] {
    display: none; }
  .form-download textarea {
    resize: none; }
  .form-download .upload-btn {
    border: 1px solid #E5E5E5;
    border-radius: 20px;
    background-color: #FFFFFF;
    font-size: 13px;
    padding: 6px 17px;
    color: #777777; }
  .form-download .upload-list {
    display: inline-block; }
    .form-download .upload-list .file-item {
      margin: 0 7.5px;
      display: inline-block;
      vertical-align: middle; }
      .form-download .upload-list .file-item i {
        cursor: pointer;
        color: #A0A0A0; }
  .form-download .form-btn {
    font-size: 15px;
    padding: 8px 50px;
    border-radius: 20px;
    border: 0; }
  .form-download .frm-download-item {
    padding: 15px;
    background-color: #F8F8F8;
    border-radius: 6px;
    margin-bottom: 15px; }
    .form-download .frm-download-item .remove-item {
      cursor: pointer;
      display: inline-block;
      position: relative;
      padding-left: 20px;
      text-align: right;
      font-size: 13px; }
      .form-download .frm-download-item .remove-item:before {
        font-size: 16px;
        content: '\e845';
        font-family: "tpbs_fonts";
        position: absolute;
        left: 0;
        top: -3px; }
    .form-download .frm-download-item:last-child {
      margin-bottom: 0; }
    .form-download .frm-download-item:first-child .remove-item {
      display: none; }
  .form-download .upload {
    margin-bottom: 10px; }
  .form-download .add-programs-btn {
    cursor: pointer;
    border: 1px dashed #E5E5E5;
    border-radius: 4px;
    font-size: 13px;
    color: #f16522;
    padding: 10px 0; }
  .form-download .clone-programs {
    display: none; }
  .form-download .frequency {
    width: 100%;
    position: relative; }
    .form-download .frequency .input-frequency {
      width: calc(100% - 75px);
      font-size: 15px; }
      .form-download .frequency .input-frequency input {
        padding-right: 40px; }
        .form-download .frequency .input-frequency input:disabled::placeholder {
          color: #e9ecef; }
      .form-download .frequency .input-frequency:after {
        position: absolute;
        right: 15px;
        top: 9px; }
      .form-download .frequency .input-frequency.am:after {
        content: 'KHz'; }
      .form-download .frequency .input-frequency.fm:after {
        content: 'MHz'; }
    .form-download .frequency.disabled .input-frequency:after {
      color: #A0A0A0; }
  .form-download .text-danger {
    font-size: 12px;
    color: #F16522; }

input.req-error, textarea.req-error, .select2-selection--single.req-error, select.req-error {
  border-color: #F00 !important; }

.own-categoty .owl-nav button {
  top: 0;
  width: 25px;
  height: 25px;
  background: transparent !important;
  box-shadow: unset; }
.own-categoty .owl-nav .owl-next {
  right: -25px; }
.own-categoty .owl-nav .owl-prev {
  left: -25px; }

.own-recommend .owl-nav button {
  top: 30%; }

.own-recommend-playlist .owl-nav button {
  top: 45% !important; }
.own-recommend-playlist .img {
  position: relative; }
  .own-recommend-playlist .img .overlayimg {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(60, 65, 66, 0) 50%, #3c4142 100%); }
.own-recommend-playlist .recommend-detail {
  top: 0 !important;
  position: absolute;
  width: 100%;
  padding: 25px; }
  .own-recommend-playlist .recommend-detail .name {
    font-size: 32px;
    color: #000;
    font-weight: bold;
    text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff; }
.own-recommend-playlist .recommend-record {
  width: 100px;
  height: 100px;
  background-color: #3c4142;
  color: #FFF;
  text-align: center;
  border-radius: 50%;
  top: 80%; }
  .own-recommend-playlist .recommend-record .text {
    font-size: 18px;
    white-space: nowrap; }

.back-btn {
  padding: 8px 30px; }
  @media (min-width: 1200px) {
    .back-btn {
      padding: 15px 45px; } }

.seek-line {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 4px;
  background-color: #E5E5E5; }
  .seek-line .line {
    background-color: #fb9937;
    height: 4px; }

.own-category button {
  top: 30% !important; }

.radio-index-list .topic {
  font-weight: bold; }

.min-h {
  min-height: 48px; }

.videoondemand i {
  font-size: 36px;
  color: #fb9937; }

.no-data .playlist-records {
  margin-bottom: 0; }
  .no-data .playlist-records .d-flex {
    padding-bottom: 0;
    border-bottom: 0; }

.ls-img .imgPlay {
  padding-bottom: 60% !important; }

.my-btn {
  background: #FFF;
  padding: 8px 0;
  width: 120px;
  border: 1px solid #E5E5E5;
  color: #A0A0A0;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px; }

.playlist-slide .owl-nav button {
  top: 23% !important; }
.playlist-slide .owl-stage-outer {
  padding-bottom: 8px; }

.box-all-shadow .img {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: relative; }
  .box-all-shadow .img .play-rec {
    bottom: 15px !important;
    right: 20px; }
  .box-all-shadow .img:hover .play-rec {
    opacity: 1 !important; }
  .box-all-shadow .img:hover .overlay-o {
    opacity: 1; }
.box-all-shadow .imgPlay {
  position: relative;
  box-shadow: 0 2px 10px #bfbbbb; }

.play-rec2 {
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 0;
  position: absolute;
  background: linear-gradient(90deg, #ff9136 17%, #f35308 100%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  right: 30px;
  bottom: 90px; }
  .play-rec2:after {
    cursor: pointer;
    content: '\e816';
    color: #FFF;
    font-family: "tpbs_fonts";
    font-size: 1.8em;
    padding: 8px; }
  @media (min-width: 575px) {
    .play-rec2 {
      width: 48px;
      height: 48px;
      bottom: 90px; }
      .play-rec2:after {
        font-size: 2em; } }

.topic-icon-search {
  position: relative;
  padding-left: 30px; }
  .topic-icon-search:before {
    position: absolute;
    font-family: "tpbs_fonts";
    width: 24px;
    height: 24px;
    color: #FFF;
    left: 0;
    background: linear-gradient(130deg, #fd5809 0%, #ffa159 100%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    font-weight: normal; }
  .topic-icon-search.dj-icon-search:before {
    content: "\e802";
    font-size: 16px; }
  .topic-icon-search.lecturer-icon-search:before {
    content: "\e800";
    font-size: 15px; }

.overlay-o {
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 50%, rgba(241, 101, 34, 0.8) 100%); }

.over-b {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 55%, rgba(0, 0, 0, 0.8) 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 1; }

#show_image {
  /* The Modal (background) */
  /* Modal Content (image) */
  /* Caption of Modal Image */
  /* Add Animation */
  /* The Close Button */
  /* 100% Image Width on Smaller Screens */ }
  #show_image #myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s; }
  #show_image #myImg:hover {
    opacity: 0.7; }
  #show_image .modal {
    z-index: 10;
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    padding-top: 45px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: black;
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.9);
    /* Black w/ opacity */ }
  #show_image .modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px; }
  #show_image .modal-content, #show_image #caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s; }
@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(0); }
  to {
    -webkit-transform: scale(1); } }
@keyframes zoom {
  from {
    transform: scale(0); }
  to {
    transform: scale(1); } }
  #show_image .close {
    position: absolute;
    top: 0;
    right: 12px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s; }
  #show_image .close:hover,
  #show_image .close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer; }
  @media only screen and (max-width: 700px) {
    #show_image .modal-content {
      width: 100%; } }

.label-time {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: #000;
  padding: 0 7px;
  color: #fff;
  opacity: 0.6;
  border-radius: 2px;
  z-index: 1; }

.small-radio .label-time {
  font-size: 12px; }

@media (min-width: 576px) {
  .register-modal .modal-dialog {
    max-width: 600px; } }
.register-modal .modal-body {
  padding: 40px;
  max-height: 82vh !important;
  overflow-x: hidden; }
.register-modal .radio input {
  width: auto !important; }
.register-modal select {
  height: 100%;
  padding: 5px;
  outline: none;
  color: #CAC9C9; }
  @media only screen and (min-width: 414px) {
    .register-modal select {
      padding: 10px 12px; } }
  .register-modal select option {
    color: #5C5C5C !important; }
  .register-modal select:disabled {
    background-color: #D8D4D4 !important;
    color: #FFF; }
.register-modal textarea {
  padding: 10px 12px; }
  .register-modal textarea:focus-visible {
    outline: none; }
.register-modal .select2-selection--single {
  box-shadow: 3px 3px 7px -1px rgba(0, 0, 0, 0.25) !important;
  border: 1px solid #D8D4D4 !important;
  height: 43px !important;
  padding: 7px 12px; }
.register-modal .select2-selection__arrow {
  top: 12px !important; }

.input_text, .select2-select-multi .select2-container {
  font-size: 15px !important;
  background: #FFFFFF;
  border: 1px solid #D8D4D4 !important;
  box-sizing: border-box;
  box-shadow: 3px 3px 7px -1px rgba(0, 0, 0, 0.25) !important;
  border-radius: 4px !important;
  width: 98% !important; }
  .input_text:disabled, .select2-select-multi .select2-container:disabled {
    background-color: #D9D9D9;
    color: #FFF; }
    .input_text:disabled::placeholder, .select2-select-multi .select2-container:disabled::placeholder {
      color: #FFF !important; }

.btn-orage-gradient {
  background: linear-gradient(99.09deg, #FFA553 43.85%, #F16522 78.64%);
  border-radius: 52px;
  color: #fff;
  border: 0;
  padding: 8px 15px;
  font-size: 12px; }

.btn-regis-modal {
  color: #fff;
  border: 0;
  border-radius: 7px;
  padding: 8px 15px;
  font-size: 12px;
  text-align: center; }

.btn-green {
  background: #409940; }

.btn-pink {
  background: #F56666; }

.pass-eye {
  background: none;
  border: none;
  position: absolute;
  right: 15px; }
  .pass-eye i {
    font-size: 30px;
    color: #989595; }

@media (min-width: 576px) {
  .sms-otp-modal .modal-dialog {
    max-width: 550px; } }
.sms-otp-modal .modal-body {
  padding: 50px 42px !important; }
  .sms-otp-modal .modal-body .otp-input-list .col {
    padding: 0 8px; }
    .sms-otp-modal .modal-body .otp-input-list .col input {
      border: 0;
      box-shadow: none;
      border-bottom: 3px solid #000000;
      border-radius: 0;
      text-align: center;
      font-size: 40px;
      font-weight: bold;
      padding: 0px; }

.btn-activate-user {
  cursor: pointer;
  text-decoration: underline; }

.regis-radio-list .regis-radio-item .btn-regis-radio-add {
  display: none; }
.regis-radio-list .regis-radio-item:last-child .btn-regis-radio-add {
  display: inline-block; }
.regis-radio-list .regis-file-name {
  padding: 10px 15px;
  margin-bottom: 8px; }
  .regis-radio-list .regis-file-name:last-child {
    margin-bottom: 15px; }
.regis-radio-list .file-cancel {
  background: none;
  border: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5px; }
  .regis-radio-list .file-cancel:after {
    content: '\e852';
    font-size: 22px;
    color: #F16522; }

.modal-req-input {
  position: relative; }
  .modal-req-input::after {
    content: '*';
    color: #f16522;
    font-size: 18px;
    position: absolute;
    right: 25px;
    transform: translateY(-50%);
    top: 55%; }
  .modal-req-input input {
    padding: 10px 25px 10px 15px !important; }
  .modal-req-input.input-frequency::after {
    right: 13px; }
  .modal-req-input.req-textarea::after {
    top: 18%; }
  .modal-req-input.req-select2::after {
    right: 35px; }

.select2-select-multi .select2-search__field {
  border: 0 !important;
  box-shadow: none !important;
  padding: 3px 15px !important; }
.select2-select-multi input {
  cursor: pointer; }
.select2-select-multi .select2-selection--multiple {
  border: 0 !important; }
  .select2-select-multi .select2-selection--multiple:after {
    content: '\e848';
    position: absolute;
    color: #A0A0A0;
    right: 9px;
    top: 50%;
    transform: translateY(-50%); }
.select2-select-multi .select2-selection__choice {
  display: none; }
.select2-select-multi .my-option {
  cursor: pointer;
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  padding: 0px 15px;
  transform: translateY(-50%); }
  .select2-select-multi .my-option div {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical; }

#select2-regis_category-results .select2-results__option {
  position: relative;
  color: #a0a0a0 !important;
  font-size: 15px;
  padding-left: 12px;
  padding-right: 12px; }
  #select2-regis_category-results .select2-results__option::before {
    margin-right: 20px;
    content: '';
    width: 16px;
    height: 16px;
    background: #fff;
    border: 1px solid #FF9C27;
    border-radius: 0;
    cursor: pointer;
    transition: background .3s;
    display: inline-flex;
    vertical-align: middle; }
#select2-regis_category-results .select2-results__option--highlighted[aria-selected] {
  background-color: inherit !important;
  color: #a0a0a0 !important; }
#select2-regis_category-results .select2-results__option[aria-selected=true]:before {
  background: inherit; }
#select2-regis_category-results .select2-results__option[aria-selected=true]:after {
  position: absolute;
  content: '';
  transform: rotate(-45deg);
  top: 13.3px;
  left: 14px;
  width: 12px;
  height: 6px;
  border: 2px solid #FF9C27;
  border-top-style: none;
  border-right-style: none; }
#select2-regis_category-results .select2-results__option[aria-selected=true] {
  background: initial !important; }

.select2-dropdown {
  border: 1px solid #D8D4D4 !important;
  border-top: 0; }

#select2-select_orderby_track-results
, #select2-select_orderby_programs-results
, #select2-select_orderby_articles-results
, #select2-select_orderby_news-results
, #select2-select_orderby_dj-results {
  overflow-y: hidden !important;
  max-height: fit-content;
  background: #F7F7F7;
  padding: 5px 0; }
  #select2-select_orderby_track-results
  .select2-results__option, #select2-select_orderby_programs-results
  .select2-results__option, #select2-select_orderby_articles-results
  .select2-results__option, #select2-select_orderby_news-results
  .select2-results__option, #select2-select_orderby_dj-results .select2-results__option {
    position: relative;
    font-size: 12px;
    background: #F7F7F7;
    padding: 5px 20px 5px 40px;
    font-weight: bold; }
  #select2-select_orderby_track-results
  .select2-results__option--highlighted[aria-selected], #select2-select_orderby_programs-results
  .select2-results__option--highlighted[aria-selected], #select2-select_orderby_articles-results
  .select2-results__option--highlighted[aria-selected], #select2-select_orderby_news-results
  .select2-results__option--highlighted[aria-selected], #select2-select_orderby_dj-results .select2-results__option--highlighted[aria-selected] {
    color: #131313; }
  #select2-select_orderby_track-results
  .select2-dropdown, #select2-select_orderby_programs-results
  .select2-dropdown, #select2-select_orderby_articles-results
  .select2-dropdown, #select2-select_orderby_news-results
  .select2-dropdown, #select2-select_orderby_dj-results .select2-dropdown {
    border: 0; }
  #select2-select_orderby_track-results
  .select2-results__option[aria-selected=true]:before, #select2-select_orderby_programs-results
  .select2-results__option[aria-selected=true]:before, #select2-select_orderby_articles-results
  .select2-results__option[aria-selected=true]:before, #select2-select_orderby_news-results
  .select2-results__option[aria-selected=true]:before, #select2-select_orderby_dj-results .select2-results__option[aria-selected=true]:before {
    position: absolute;
    content: '';
    transform: rotate(-45deg);
    top: 9px;
    left: 14px;
    width: 12px;
    height: 6px;
    border: 2px solid #000;
    border-top-style: none;
    border-right-style: none; }

.track-decription {
  font-size: 10px;
  color: #9A9A9A; }

.select-orderby-search {
  min-width: 250px; }

@media (min-width: 576px) {
  .share-modal .modal-dialog {
    max-width: 580px; } }
.share-modal .modal-content {
  background-color: inherit;
  border-radius: 0;
  border: 0; }
  .share-modal .modal-content .modal-body {
    padding: 0; }
  .share-modal .modal-content .dark-div {
    background-color: #020202;
    color: #FF9C27; }
  .share-modal .modal-content .orange-div {
    color: #020202;
    background-color: #FF9C27; }
  .share-modal .modal-content .share-checkbox label {
    font-weight: bold;
    font-size: 14px; }
  .share-modal .modal-content .share-checkbox input[type=checkbox] + label:before {
    border: 2px solid #000;
    border-radius: 0;
    display: initial;
    font-size: 8px;
    padding-left: 0;
    vertical-align: middle;
    background-color: #F12E22; }

.share-list div {
  cursor: pointer;
  text-align: center;
  font-size: 12px; }
  .share-list div img {
    width: 35px;
    height: auto; }
  @media (min-width: 576px) {
    .share-list div {
      font-size: 14px; }
      .share-list div img {
        width: auto;
        height: auto; } }

.share-link-input input {
  width: 78%;
  font-size: 12px;
  border: 0;
  outline: none;
  padding: 0 8px; }
.share-link-input button {
  font-weight: bold;
  font-size: 12px;
  border-radius: 3px;
  border: 1px solid #020202; }

.category-follow-list .category-follow-item {
  cursor: pointer;
  border: 3px solid #A3A4A4;
  border-radius: 52px;
  margin-bottom: 12px;
  display: inline-block;
  padding: 3px 10px;
  transform: all 0.3s; }
  .category-follow-list .category-follow-item .categ-name {
    font-size: 14px;
    color: #A3A4A4;
    align-self: center; }
  .category-follow-list .category-follow-item img {
    margin-right: 4px;
    width: 25px; }
  .category-follow-list .category-follow-item.active {
    background: linear-gradient(99.09deg, #FF9C27 43.85%, #F16522 78.64%);
    border: 3px solid #F16522; }
    .category-follow-list .category-follow-item.active .categ-name {
      color: #fff; }

.category-old-follow-list .category-follow-item {
  margin-right: 10px;
  margin-bottom: 12px;
  display: inline-block;
  padding: 3px 10px;
  background: linear-gradient(99.09deg, #FF9C27 43.85%, #F16522 78.64%);
  border-radius: 52px; }
.category-old-follow-list .categ-name {
  font-size: 14px;
  color: #fff;
  align-self: center; }
.category-old-follow-list img {
  margin-right: 4px;
  width: 25px; }

.regis-description {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.015em;
  margin: 8px 15px;
  color: #FEBF74; }

.regis-btn {
  min-width: 60%;
  background: #FF8347;
  border-radius: 31px;
  color: #fff;
  border: 0;
  padding: 7px 15px; }

.alert-copy {
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  width: auto;
  z-index: 1057;
  transform: translate(-50%, -50%);
  padding: 5px 15px; }

@media (min-width: 576px) {
  .shareModal .modal-dialog {
    max-width: 815px; } }
.shareModal .modal-body {
  padding: 0px !important; }
  .shareModal .modal-body input {
    padding: 0px 8px !important; }
  .shareModal .modal-body .icon_share {
    background: #020202;
    padding: 30px; }
  .shareModal .modal-body .title_share {
    color: #FF9C27;
    font-size: 24px;
    text-align: left; }
  .shareModal .modal-body .img_share {
    width: 58px;
    height: 58px;
    cursor: pointer; }
  .shareModal .modal-body .sub_img_share {
    color: #FF9C27; }
  .shareModal .modal-body .link_share {
    background: #FF9C27;
    padding: 20px 60px; }
  .shareModal .modal-body .icon_dot {
    background: #F12E22;
    border: 2px solid #000000;
    box-sizing: border-box;
    width: 12px;
    height: 12px; }
  .shareModal .modal-body .title_link {
    text-align: left;
    color: #020202;
    font-weight: 500;
    font-size: 14px; }
  .shareModal .modal-body .btn_copy {
    border: 1px solid #020202;
    border-radius: 3px;
    background: #FFFFFF; }

.topic-name {
  font-size: 1.2em;
  color: #3c4142;
  font-weight: bold;
  align-self: center; }

#radio-station {
  display: block; }
  @media only screen and (max-width: 813px) {
    #radio-station {
      display: none; } }

#radio-station-mobile {
  display: block; }
  @media only screen and (min-width: 813px) {
    #radio-station-mobile {
      display: none; } }

.station .topic_register {
  color: #fff;
  font-weight: bold;
  font-size: 24px; }
  @media only screen and (min-width: 813px) {
    .station .topic_register {
      font-size: 34px; } }
.station .register_btn {
  width: fit-content;
  background: linear-gradient(99.09deg, #FF9C27 43.85%, #F47833 78.64%);
  border-radius: 30px;
  color: #FFF;
  padding: 5px 12px;
  white-space: nowrap;
  align-self: center;
  cursor: pointer;
  font-size: 16px; }
  @media only screen and (min-width: 813px) {
    .station .register_btn {
      font-size: 16px; } }

.login-modal .topic {
  font-size: 24px;
  font-weight: bold; }
.login-modal .modal-body {
  padding: 20px; }
  @media (min-width: 739px) {
    .login-modal .modal-body {
      padding: 32px !important; } }
.login-modal .social-login {
  padding: 10px;
  width: 80%;
  display: inline-block;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  color: #fff; }
  .login-modal .social-login img {
    height: 22px;
    margin-right: 10px; }
  .login-modal .social-login .text {
    text-align: left;
    min-width: 145px;
    align-self: center; }
.login-modal .login-facebook {
  background-color: #1877f2; }
.login-modal .login-line {
  background-color: #00B900; }
.login-modal .login-twitter {
  background-color: #000000; }
.login-modal .login-gmail {
  background-color: #A7A7A7; }

.record-playlist {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  padding: 15px 10px 5px 10px;
  text-align: right;
  color: #fff;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 16%, rgba(0, 0, 0, 0.6) 54%); }

.search_list {
  height: auto !important; }

.music-playlist .track-main a {
  transition: color 0.3s; }
.music-playlist .track-main a:hover {
  color: #e74c3c !important; }

@media (min-width: 813px) {
  .sidemenu-img-sm {
    display: none; }

  .sidemenu-img {
    display: block !important; }

  #main-content {
    margin-left: 215px;
    width: calc(100% - 215px); }

  .sidemenu {
    -webkit-transition: width 0.3s ease;
    -moz-transition: width 0.3s ease;
    -o-transition: width 0.3s ease;
    -ms-transition: width 0.3s ease;
    transition: width 0.3s ease;
    width: 215px !important;
    opacity: 1;
    pointer-events: painted; }

  .footer {
    width: 215px !important;
    bottom: 110px !important; } }
  @media (min-width: 813px) and (max-height: 549px) {
    .footer {
      bottom: 86px !important; } }

@media (min-width: 813px) {
  .sidemenu-btn {
    display: none; }

  .submenu-fix {
    width: calc(100% - 215px); }

  .submenu-fix-list {
    top: 60px; }

  .submenu-fix-playlist {
    top: 62px; } }
@media (min-width: 1200px) {
  .submenu-fix-list {
    padding: 10px 45px 0 45px;
    top: 71px; }

  .submenu-fix-playlist {
    top: 71px;
    padding: 10px 45px 0 45px; } }
@media (min-width: 1650px) {
  .submenu-fix-list, .submenu-fix-playlist {
    top: 74px; } }
.col-2dot4,
.col-sm-2dot4,
.col-md-2dot4,
.col-lg-2dot4,
.col-xl-2dot4 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col-2dot4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%; }

.f-23 {
  font-size: 23 !important; }

.f-21 {
  font-size: 21px !important; }

.f-19 {
  font-size: 19px !important; }

.f-17 {
  font-size: 17px !important; }

.f-15 {
  font-size: 15px !important; }

.f-13 {
  font-size: 13px !important; }

@media (min-width: 540px) {
  .col-sm-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }

  .f-sm-13 {
    font-size: 13px !important; }

  .f-sm-15 {
    font-size: 15px !important; }

  .f-sm-17 {
    font-size: 17px !important; }

  .f-sm-19 {
    font-size: 19px !important; }

  .f-sm-21 {
    font-size: 21px !important; }

  .f-sm-23 {
    font-size: 23px !important; } }
@media (min-width: 720px) {
  .col-md-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }

  .f-md-13 {
    font-size: 13px !important; }

  .f-md-15 {
    font-size: 15px !important; }

  .f-md-17 {
    font-size: 17px !important; }

  .f-md-19 {
    font-size: 19px !important; }

  .f-md-21 {
    font-size: 21px !important; }

  .f-md-23 {
    font-size: 23px !important; } }
@media (min-width: 960px) {
  .col-lg-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }

  .f-lg-13 {
    font-size: 13px !important; }

  .f-lg-15 {
    font-size: 15px !important; }

  .f-lg-17 {
    font-size: 17px !important; }

  .f-lg-19 {
    font-size: 19px !important; }

  .f-lg-21 {
    font-size: 21px !important; }

  .f-lg-23 {
    font-size: 23px !important; } }
@media (min-width: 1140px) {
  .col-xl-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }

  .f-xl-13 {
    font-size: 13px !important; }

  .f-xl-15 {
    font-size: 15px !important; }

  .f-xl-17 {
    font-size: 17px !important; }

  .f-xl-19 {
    font-size: 19px !important; }

  .f-xl-21 {
    font-size: 21px !important; }

  .f-xl-23 {
    font-size: 23px !important; } }
.audio-player-header {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding: 15px;
  width: 100vw;
  height: auto;
  background: #424647;
  position: fixed;
  z-index: 9;
  bottom: 0; }
  .audio-player-header #audio_description {
    padding-left: 60px; }
    @media (min-width: 321px) {
      .audio-player-header #audio_description {
        padding-left: 80px; } }
    @media (min-width: 575px) {
      .audio-player-header #audio_description {
        padding-left: 120px; } }
  .audio-player-header .audio-controller-right {
    display: none !important; }
    @media (min-width: 811px) {
      .audio-player-header .audio-controller-right {
        display: flex !important; } }
  .audio-player-header #tracks_queue i {
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    transition: color 0.3s ease; }
  .audio-player-header #tracks_queue:hover i {
    color: #fb9937; }
  .audio-player-header #tracks_queue.active i {
    color: #fb9937; }
  .audio-player-header .track-icon {
    display: none; }
  .audio-player-header.is-live #n-live {
    display: inline-block !important; }
  .audio-player-header.is-live .audio-live.play #live {
    display: inline-block !important; }
  .audio-player-header.is-live .audio-live.play #n-live {
    display: none !important; }
  .audio-player-header.is-live #tracks_queue {
    display: none;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    transition: color 0.3s ease; }
  .audio-player-header.is-live #tracks_fav {
    display: none; }
  .audio-player-header.is-live #tracks_add {
    display: none; }
  .audio-player-header.is-live #track_share {
    display: none; }
  .audio-player-header.is-live.audio-md .audio-disk {
    bottom: 85px !important; }
  .audio-player-header.is-radio #radio_track {
    display: inline-block !important; }
  .audio-player-header.is-podcast #podcast_track {
    display: inline-block !important; }
  .audio-player-header.is-podcast #tracks_fav, .audio-player-header.is-podcast #tracks_add, .audio-player-header.is-podcast #track_share {
    display: none; }
  .audio-player-header.play-podcast #play_podcast_track {
    display: inline-block !important; }
  .audio-player-header.pause-podcast #pause_podcast_track {
    display: inline-block !important; }
  .audio-player-header .audio-live {
    width: 55px;
    border-right: 2px solid #4f5354;
    position: relative; }
    .audio-player-header .audio-live img {
      height: 30px; }
    .audio-player-header .audio-live #live {
      display: none; }
    .audio-player-header .audio-live #n-live {
      display: none; }
    @media (min-width: 575px) {
      .audio-player-header .audio-live {
        display: block; }
        .audio-player-header .audio-live img {
          height: 40px; } }
  .audio-player-header .audio-disk {
    position: fixed;
    bottom: 25px;
    left: 8px; }
    .audio-player-header .audio-disk img {
      width: 50px; }
    .audio-player-header .audio-disk .tracks-img {
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%;
      width: 33px;
      object-fit: cover;
      object-position: center; }
    @media (min-width: 321px) {
      .audio-player-header .audio-disk {
        left: 15px; }
        .audio-player-header .audio-disk img {
          width: 70px;
          height: 70px; }
        .audio-player-header .audio-disk .tracks-img {
          width: 45px;
          height: 45px; } }
    @media (min-width: 575px) {
      .audio-player-header .audio-disk {
        bottom: 12px; }
        .audio-player-header .audio-disk img {
          width: 80px;
          height: 80px; }
        .audio-player-header .audio-disk .tracks-img {
          width: 50px;
          height: 50px; } }
    @media (min-width: 813px) {
      .audio-player-header .audio-disk img {
        width: 100px;
        height: 100px; }
      .audio-player-header .audio-disk .tracks-img {
        width: 70px;
        height: 70px; } }
    @media (max-height: 549px) {
      .audio-player-header .audio-disk img {
        width: 80px;
        height: 80px; }
      .audio-player-header .audio-disk .tracks-img {
        width: 50px;
        height: 50px; } }
    .audio-player-header .audio-disk.play {
      -webkit-animation: spin 8s linear infinite;
      -moz-animation: spin 8s linear infinite;
      animation: spin 8s linear infinite; }
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg); } }
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
  .audio-player-header .audio-img {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    width: 50px;
    height: 50px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 15px; }
  .audio-player-header .audio-detail {
    width: calc(100% - 55px);
    overflow: hidden;
    padding-left: 7.5px; }
    .audio-player-header .audio-detail .name {
      font-weight: bold; }
    @media (min-width: 575px) {
      .audio-player-header .audio-detail {
        padding-left: 15px; } }
    .audio-player-header .audio-detail .jp-title {
      display: -webkit-box !important;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical; }
    .audio-player-header .audio-detail .jp-artist {
      display: -webkit-box !important;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical; }
  .audio-player-header .audio-controller a {
    display: flex; }
  .audio-player-header .audio-controller a.jp-play .audio-btn.audio-play:after {
    content: '\e816'; }
  .audio-player-header .audio-controller a.jp-pause .audio-btn.audio-play:after {
    content: '\e814'; }
  .audio-player-header .audio-controller .audio-btn {
    cursor: pointer;
    position: relative; }
    .audio-player-header .audio-controller .audio-btn:after {
      font-size: 1em;
      color: #E5E5E5; }
    .audio-player-header .audio-controller .audio-btn.audio-step-backward {
      width: 1.5em; }
      .audio-player-header .audio-controller .audio-btn.audio-step-backward:after {
        content: '\e825'; }
    .audio-player-header .audio-controller .audio-btn.audio-step-forward {
      margin-right: 20px;
      width: 1.5em; }
      .audio-player-header .audio-controller .audio-btn.audio-step-forward:after {
        content: '\e826'; }
    .audio-player-header .audio-controller .audio-btn.audio-play {
      margin: auto 10px;
      background: linear-gradient(90deg, #fe9035 35%, #f35409 100%);
      width: 30px;
      height: 30px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%; }
      @media (min-width: 321px) {
        .audio-player-header .audio-controller .audio-btn.audio-play {
          width: 35px;
          height: 35px; }
          .audio-player-header .audio-controller .audio-btn.audio-play:after {
            font-size: 1.2em; } }
      @media (min-width: 575px) {
        .audio-player-header .audio-controller .audio-btn.audio-play {
          width: 45px;
          height: 45px; }
          .audio-player-header .audio-controller .audio-btn.audio-play:after {
            font-size: 1.5em; } }
  .audio-player-header .audio-controller .audio-time-progress {
    width: 100%; }
    .audio-player-header .audio-controller .audio-time-progress .ap-progress {
      align-self: center; }
    .audio-player-header .audio-controller .audio-time-progress .jp-current-time, .audio-player-header .audio-controller .audio-time-progress .jp-duration {
      min-width: 50px;
      font-size: 12px;
      color: #FFF;
      align-self: center; }
    .audio-player-header .audio-controller .audio-time-progress .ui-slider-range {
      -webkit-transition: width 0.3s ease;
      -moz-transition: width 0.3s ease;
      -o-transition: width 0.3s ease;
      -ms-transition: width 0.3s ease;
      transition: width 0.3s ease;
      background: linear-gradient(90deg, #ff9136 17%, #f35308 100%); }
    .audio-player-header .audio-controller .audio-time-progress .jp-ball {
      background-color: #424647;
      border: 2px solid #f16522; }
  .audio-player-header .jp-playlist {
    display: none; }
  .audio-player-header .close-audio-md {
    display: none;
    padding: 10px;
    top: 0;
    right: 0;
    cursor: pointer;
    position: absolute;
    color: #E5E5E5;
    z-index: 9;
    border: none;
    background: inherit; }
  .audio-player-header .audio-controller-right i {
    font-size: 1.5em;
    color: #fff; }
  .audio-player-header .audio-controller-right .audio-volum {
    width: 100%; }
  .audio-player-header .audio-controller-right .audio-volum-progress {
    margin: auto 0;
    width: 100%; }
  .audio-player-header .ap-progress {
    width: calc(80% - 30px);
    margin: 0 15px;
    height: 3.5px;
    border: none;
    background-color: #b9b9b9;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px; }
    .audio-player-header .ap-progress .ui-slider-range {
      background-color: #fff;
      border-top-left-radius: 30px;
      border-bottom-left-radius: 30px; }
    .audio-player-header .ap-progress .jp-ball {
      -webkit-transition: opacity 0.3s ease;
      -moz-transition: opacity 0.3s ease;
      -o-transition: opacity 0.3s ease;
      -ms-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%;
      border: none;
      width: 12px;
      height: 12px;
      background-color: #fff;
      opacity: 0; }
      .audio-player-header .ap-progress .jp-ball:active {
        opacity: 1; }
      .audio-player-header .ap-progress .jp-ball:focus {
        outline: none; }
    .audio-player-header .ap-progress:hover .jp-ball {
      opacity: 1; }
  .audio-player-header.audio-sm {
    padding: 8px; }
    @media (min-width: 321px) {
      .audio-player-header.audio-sm {
        padding: 15px; } }
    .audio-player-header.audio-sm .jp-title, .audio-player-header.audio-sm .jp-artist {
      font-size: 14px; }
      @media (min-width: 575px) {
        .audio-player-header.audio-sm .jp-title, .audio-player-header.audio-sm .jp-artist {
          font-size: 16px; } }
    .audio-player-header.audio-sm .audio-time-progress, .audio-player-header.audio-sm .jp-previous, .audio-player-header.audio-sm .jp-next, .audio-player-header.audio-sm .audio-controller-right {
      display: none !important; }
    .audio-player-header.audio-sm .audio-play {
      margin: auto 0 !important; }
  .audio-player-header.audio-md .audio-disk {
    bottom: 145px; }
    @media (min-width: 575px) {
      .audio-player-header.audio-md .audio-disk {
        bottom: 65px; } }
  .audio-player-header.audio-md .close-audio-md {
    display: block; }
  .audio-player-header.audio-md .audio-time, .audio-player-header.audio-md .jp-previous, .audio-player-header.audio-md .jp-next, .audio-player-header.audio-md .audio-controller-right {
    display: flex !important; }
  .audio-player-header.audio-md .audio-play {
    margin: auto 10px !important; }
  .audio-player-header.audio-md .audio-detail {
    min-height: 42px !important; }
  .audio-player-header .radio-fav:after {
    font-size: 1.5em;
    content: '\e807';
    color: #fff; }
  .audio-player-header .radio-fav.fav:after {
    content: '\e805' !important;
    color: #f16522; }
  .audio-player-header #tracks_add i.active {
    color: #f16522; }

.audio-playlist {
  -webkit-transition: width 0.3s ease;
  -moz-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
  -ms-transition: width 0.3s ease;
  transition: width 0.3s ease;
  position: fixed;
  width: 0;
  height: 100vh;
  background-color: #424647;
  top: 0;
  right: 0;
  z-index: 9;
  padding: 5px 0; }
  .audio-playlist .topic {
    padding: 15px;
    font-size: 1.2em;
    font-weight: bold; }
  .audio-playlist .au-playlist {
    padding: 0 7.5px;
    height: calc(100% - 54px);
    overflow: auto; }
    .audio-playlist .au-playlist a {
      width: 100%; }
    .audio-playlist .au-playlist::-webkit-scrollbar-track {
      border-radius: 5px;
      background-color: #424647; }
    .audio-playlist .au-playlist::-webkit-scrollbar {
      -webkit-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out;
      width: 8px;
      height: 8px;
      background-color: #424647;
      opacity: 0.8; }
    .audio-playlist .au-playlist::-webkit-scrollbar-thumb {
      border-radius: 5px;
      background-color: #636363; }
  .audio-playlist .close-playlist {
    font-size: 1.5em;
    align-self: center;
    padding: 0 15px;
    color: #A0A0A0;
    cursor: pointer;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    transition: color 0.3s ease; }
    .audio-playlist .close-playlist:hover {
      color: #E5E5E5; }
  .audio-playlist .play-item {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding: 7.5px;
    color: #fff; }
    .audio-playlist .play-item .img {
      width: 55px;
      height: 55px; }
      .audio-playlist .play-item .img .overlay-play {
        opacity: 0;
        background: linear-gradient(180deg, rgba(254, 143, 52, 0) 30%, rgba(243, 80, 6, 0.8) 100%); }
    .audio-playlist .play-item .detail {
      align-self: center;
      width: calc(100% - 100px);
      font-size: 16px; }
      .audio-playlist .play-item .detail .programs {
        font-size: 14px;
        color: #9f9f9f; }
    .audio-playlist .play-item .playlist-btn {
      font-size: 1.5em;
      align-self: center;
      cursor: pointer; }
    .audio-playlist .play-item.play {
      background-color: #f4844e; }
      .audio-playlist .play-item.play .overlay-play {
        opacity: 1; }
      .audio-playlist .play-item.play .programs {
        color: #FFF; }
    .audio-playlist .play-item:hover {
      background-color: #f16522; }
      .audio-playlist .play-item:hover .overlay-play {
        opacity: 1; }
  .audio-playlist.have-playlist {
    width: 100vw; }
    @media (min-width: 575px) {
      .audio-playlist.have-playlist {
        width: 50vw;
        height: calc(100vh - 75px); } }
    @media (min-width: 992px) {
      .audio-playlist.have-playlist {
        width: 30vw; } }

.dropdown-playlist-sm {
  align-self: auto; }
  .dropdown-playlist-sm .dropdown-menu {
    border: 0;
    padding: 8px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2); }
    .dropdown-playlist-sm .dropdown-menu .dropdown-item {
      padding: 4px 10px;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      transition: all 0.3s ease;
      color: #000;
      font-size: 14px; }
      .dropdown-playlist-sm .dropdown-menu .dropdown-item:hover {
        background-color: #fde8de;
        color: #f16522; }
      .dropdown-playlist-sm .dropdown-menu .dropdown-item .track-fav-btn {
        margin: 0;
        color: #3c4142;
        color: #000 !important; }
        .dropdown-playlist-sm .dropdown-menu .dropdown-item .track-fav-btn.fav {
          color: #000 !important; }
          .dropdown-playlist-sm .dropdown-menu .dropdown-item .track-fav-btn.fav:hover {
            color: #f16522 !important; }
        .dropdown-playlist-sm .dropdown-menu .dropdown-item .track-fav-btn:hover {
          color: #f16522 !important; }
    .dropdown-playlist-sm .dropdown-menu .share {
      display: none;
      padding: 8px 12px 0 12px;
      border-top: 1px solid #eee; }
      .dropdown-playlist-sm .dropdown-menu .share ul {
        margin-left: 7px;
        margin-bottom: 0; }
      .dropdown-playlist-sm .dropdown-menu .share li {
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease;
        padding: 5px 10px;
        font-size: 14px;
        width: 100%; }
        .dropdown-playlist-sm .dropdown-menu .share li i {
          margin-right: 7px;
          align-self: center; }
        .dropdown-playlist-sm .dropdown-menu .share li:hover {
          background-color: #fff6f2;
          color: #f16522 !important; }

html {
  overflow-y: auto;
  overflow-x: hidden;
  /*-----start scroll in filter-----*/
  /*-----end scroll in filter-----*/ }
  html::-webkit-scrollbar-track {
    border-radius: 5px;
    background-color: transparent; }
  html::-webkit-scrollbar {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    width: 8px;
    height: 8px;
    background-color: transparent;
    opacity: 0.8; }
  html::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #c1c1c1; }

html {
  scroll-behavior: smooth; }

body {
  font-family: "Kanit", sans-serif;
  background-color: #f3f3f3;
  padding: 0 !important; }

/*# sourceMappingURL=style.css.map */
