/* ------ default ------ */
* {
    margin: 0px;
    padding: 0px;
    outline: none !important;
}

a,
a:focus,
a:hover {
    color: inherit;
    text-decoration: none;
}

body {
    width: 520px;
    max-width: 100%;
    background: #fff;
    position: relative;
    display: inline-block;
    color: #262624;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    font-weight: 400;
    font-family: 'Public Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0 auto;
    display: block;
}
body.lang-th, .font-th {
    font-family: 'FCMissionFlatBase', sans-serif;
}

.font-primary {
    color: #D8AD00;
}
.font-secondary {
    color: #645000;
}
.font-white {
    color: #ffffff;
}
.font-black {
    color: #000000;
}
.font-gray {
    color: #A0A096;
}
.font-green {
    color: #40A981;
}

.font-bold {
    font-weight: 700;
}

h1,h2,h3,h4,h5,h6 {
    font-weight: 400;
    font-family: 'Raleway', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.btn.font-th, body.lang-th h1,body.lang-th, body.lang-th h2,body.lang-th, body.lang-th h3,body.lang-th, body.lang-th h4,body.lang-th, body.lang-th h5, body.lang-th h6 {
    font-family: 'FCSound', sans-serif;
}
.btn-md.font-th {
    line-height: 24px;
}

h1 {
    font-size: 42px;
    line-height: 52px;
    letter-spacing: 0px;
    font-weight: 700;
}
h2 {
    font-size: 36px;
    line-height: 45px;
    letter-spacing: 0px;
    font-weight: 700;
}
h3 {
    font-size: 32px;
    line-height: 42px;
    letter-spacing: 0px;
    font-weight: 700;
}
h4 {
    font-size: 26px;
    line-height: 36px;
    font-weight: 700;
}
h5 {
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
}
h6 {
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
}

.btn{
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    padding: 8px 8px;
    border-radius: 8px;
    background: #EDBE00 !important;
    color: #fff !important;
    border: 1px solid #EDBE00 !important;
    font-family: 'Raleway', sans-serif;
    max-width: 100%;
    height: 40px;
    box-shadow: none !important;
    outline: none !important;
}
.btn-sm{
    height: 48px;
    font-size: 18px;
    line-height: 22px;
}
.btn-md{
    padding: 12px 20px;
    height: 56px;
    font-weight: 700;
    font-size: 22px;
    line-height: 30px;
}
.btn-lg{
    padding: 18px 20px;
}
.btn-icon {
    display: inline-flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
}
.btn.btn-default{
    color: #EDBE00 !important;
    background: #fff !important;
    border-color: #EDBE00 !important;
    border-width: 1.5px !important;
}
.btn.btn-primary{
    color: #fff !important;
    background: #EDBE00 !important;
    border-color: #EDBE00 !important;
}
.btn.btn-primary-outline{
    color: #EDBE00 !important;
    background: #fff !important;
    border-color: #fff !important;
}
.btn-white{
    background: #fff !important;
    color: #000 !important;
    border-color: #000 !important;
}
.btn-white-outline{
    background: transparent !important;
    color: #fff !important;
    border-color: #fff !important;
    border-width: 1.5px !important;
}
.btn-minwidth {
    min-width: 120px;
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    filter: grayscale(1) invert(0.85) brightness(2.2);
    opacity: 0.5;
    cursor: not-allowed;
}

.no-padding {
    padding: 0px !important;
}
.no-padding-top {
    padding-top: 0px !important;
}
.no-padding-bottom {
    padding-bottom: 0px;
}
.no-padding-left {
    padding-left: 0px;
}
.no-padding-right {
    padding-right: 0px;
}

.no-margin {
    margin: 0px !important;
}
.no-margin-top {
    margin-top: 0px;
}
.no-margin-bottom {
    margin-bottom: 0px;
}
.no-margin-left {
    margin-left: 0px;
}
.no-margin-right {
    margin-right: 0px;
}

.img-white {
    filter: brightness(0) invert(1);
}
.bg {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden !important;
    z-index: 0;
}
.bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

hr {
    border-color: #D7D7D7;
}
.section-hr {
    padding: 10px 0px;
}

/* ------ loading ------ */
#loading {
    background: rgba(0,0,0,0.75);
    text-align: center;
    padding-top: 42vh;
    color: #fff;
    font-weight: 300;
    font-size: 20px;
    letter-spacing: 1px;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: none;
}
#loading .icon {
    border: 10px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    border-top: 10px solid rgba(255, 255, 255, 0.8);
    width: 60px;
    height: 60px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    margin: 0 auto 20px;
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* ------ custom ------ */
#wrapper{
    position: relative;
    margin-top: -64px;
    min-height: 100vh;
}
#wrapper section:first-child {
    min-height: 100vh;
    padding-top: calc(64px + 15px);
}
section, .section {
    position: relative;
    padding: 50px 0px;
}
header {
    z-index: 1000;
    position: relative;
}
header .navbar {
    border-radius: 0px;
    background: #eebe03;
    margin: 0px;
    border: 0px;
    height: 64px;
}
header .navbar.is-trans {
    background: transparent;
}
header .navbar-header {
    width: auto;
    display: inline-block;
}
header .navbar-header.is-full {
    width: 100%;
    margin: 0px;
    text-align: center;
}
header .navbar-header.is-full .navbar-brand {
    width: 100%;
}
header .navbar-header.is-full .navbar-brand img {
    margin: 0 auto;
    display: block;
}
header .navbar-action {
    float: right;
    display: inline-block;
}
header .navbar-action > ul {
    display: flex;
    gap: 10px;
    margin: 12px -10px;
}
header .btn-md {
    padding: 8px 10px;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    height: 60px;
}
.select {
    width: 100%;
    position: relative;
    display: inline-block;
}
.select select {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}
.select > span {
    position: absolute;
    right: 10px;
    top: 14px;
    font-size: 12px;
    color: #A0A096;
}
.form-group {
    margin-bottom: 10px;
    overflow: hidden;
}
.form-group > label {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
}
.form-control {
    padding: 8px 12px;
    height: 40px;
    border: 1px solid #C4C4BA;
    border-radius: 8px;
    box-shadow: none !important;
    outline: none !important;
}
.form-control:focus {
    border: 1px solid #eebe03 !important;
}
.btn-box {
    margin-top: 5px;
}
.btn-box .btn {
    margin-bottom: 5px;
}
.btn-box-flex {
    margin-top: 15px;
    display: flex;
    gap: 10px;
}
.btn-box-flex .btn {
    flex: 1;
}
.input-icon {
    position: relative;
}
.input-icon .form-control {
    padding-left: 40px;
}
.input-icon > img {
    position: absolute;
    left: 10px;
    top: 8px;
}
.required {
    font-size: 12px;
    line-height: 16px;
    color: red;
    background: #f5d8d6;
    padding: 2px 15px;
    border-radius: 5px;
    margin-top: 3px;
    display: none;
}
.container {
    position: relative;
    padding: 0px 20px;
    max-width: 100%;
}
.route-tag {
    padding: 2.5px 10px;
    background: rgba(255, 255, 255, 0.16);
    border: 0.5px solid #FFFFFF;
    border-radius: 40px;
    font-family: 'Public Sans';
    font-weight: 700;
    font-size: 12px;
    line-height: 18px;
    color: #FFFFFF;
    text-align: center;
    display: inline-block;
}
.route-name {
    width: 325px;
    max-width: 100%;
    margin: 12px auto 15px;
}
.login-form {
    padding: 24px;
    background: #FFFFFF;
    border-radius: 16px;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #3B3B37;
}
.alert-box {
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 3px 10px;
    background: #CF1300;
    border-radius: 40px;
    font-weight: 700;
    font-size: 12px;
    line-height: 18px;
    color: #FFFFFF;
    gap: 5px;
}
.loading-box {
    width: 100%;
    height: 100%;
    text-align: center;
    margin: 25vh auto;
}
.bg-primary {
    background: #EDBE00;
    color: #fff;
}
.bg-orange {
    background: #EC7E00;
    color: #fff;
}
.bg-skin {
    background: #FDF9E6 !important;
}
.bg-brown {
    background: #645000;
    color: #fff;
}
.welcome-form {
    padding: 24px;
    background: #FFFFFF;
    box-shadow: 0px 0px 6px rgba(38, 38, 36, 0.1);
    border-radius: 16px;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    color: #3B3B37;
}
.step-box .pg-box {
    width: 100%;
    position: relative;
    display: inline-block;
}
.step-box .pg-bar {
    float: left;
    width: 100%;
    height: 6px;
    background: #F2F2EE;
    border-radius: 100px;
}
.step-box .pg-bar .percent {
    width: 25%;
    height: 100%;
    background: #D3CCB0;
    border-radius: 100px;
}
.step-box .pg-label {
    float: left;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    text-align: left;
    color: #A0A096;
    width: 50%;
    display: inline-block;
    padding: 12px 0px;
}
.step-box .pg-skip {
    float: left;
    width: 50%;
    display: inline-block;
    text-align: right;
    padding: 10px 0px;
}
.step-box .pg-skip a {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #EDBE00;
}
.step-box .step-body .step-item:not(:first-child) {
    display: none;
}
.section-home-banner {
    min-height: auto !important;
}
.card-box {
    padding: 35px 15px;
    background: #FFFFFF;
    border-radius: 16px;
    margin-top: 20px;
}
.traveler-box {
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #262624;
}
.traveler-box h5 {
    margin-top: -35px !important;
}
.traveler-title {
    display: inline-block;
    position: relative;
    margin: 15px 0px;
}
.traveler-title h2 {
    padding: 8px 15px;
    background: #EC7E00;
    transform: matrix(1, -0.03, 0.03, 1, 0, 0);
    font-weight: 700;
    font-size: 22px;
    line-height: 30px;
    text-align: center;
    color: #FFFFFF;
    margin: 0px;
}
.traveler-title:before {
    content: '';
    position: absolute;
    width: 35px;
    height: 35px;
    background: url('../images/traveler-star1.png') no-repeat center;
    top: -12px;
    left: -20px;
    z-index: 2;
}
.traveler-title:after {
    content: '';
    position: absolute;
    width: 35px;
    height: 35px;
    background: url('../images/traveler-star2.png') no-repeat center;
    right: -18px;
    bottom: -12px;
    z-index: 2;
}
img {
    max-width: 100%;
}
.card-step {
    width: 100%;
    position: relative;
}
.card-step .item {
    width: 100%;
    margin-top: 25px;
    padding: 20px 24px 16px;
    background: #FFFFFF;
    border: 1px solid #EDBE00;
    border-radius: 12px;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    color: #645000;
    position: relative;
}
.card-step .item .name {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
}
.card-step .no {
    padding: 3px 8px;
    background: #EDBE00;
    border-radius: 15px;
    text-align: center;
    font-weight: 700;
    font-size: 12px;
    line-height: 18px;
    color: #FFFFFF;
    position: absolute;
    top: -12px;
    width: 60px;
    right: 0;
    left: 0;
    margin: 0 auto;
    display: block;
}
.card-step img {
    margin: 10px 0px;
}
.imgs {
    width: 100%;
    display: flex;
    gap: 0px;
    margin-left: -5px;
}
.imgs img {
    border-radius: 50%;
    overflow: hidden;
    margin: 5px;
}
.social-list {
    width: 100%;
    margin-bottom: 15px;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
}
.social-list a {
    width: 100%;
    display: inline-block;
    margin-bottom: 5px;
}
footer {
    width: 100%;
    position: relative;
    background: #EDBE00;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
}
footer .container {
    padding: 45px 20px;
    text-align: center;
}
footer .copyright {
    padding: 8px 20px;
    width: 100%;
    height: 32px;
    background: #FCEFBA;
    font-weight: 400;
    font-size: 11px;
    line-height: 16px;
    color: #D8AD00;
    text-align: center;
}
footer .form-group {
    margin: 15px 0px 0px;
}
.ul-menu {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
}
.ul-menu li {
    position: relative;
}
.ul-menu li:not(:last-child):after {
    content: '|';
    position: absolute;
    right: -18px;
    top: 0px;
    color: #fff;
    font-size: 18px;
}
.ul-social {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
    margin-top: 20px;
}
.zoom-1_2 {
    zoom: 1.2;
}
.modal .modal-content {
    padding: 15px 20px;
    background: #FFFFFF;
    box-shadow: 0px 0px 6px rgba(38, 38, 36, 0.1);
    border-radius: 16px;
}
.modal .modal-body {
    padding: 0px;
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0, 50%);
    -ms-transform: translate(0, 50%);
    -o-transform: translate(0, 50%);
    transform: translate(0, 50%);
}
.modal .modal-dialog {
    margin: 20px;
}
.section-map {
    padding: 0px !important;
    position: relative;
}
.section-map .map-box {
    width: 100%;
    height: calc(100vh - 64px);
}
.map-location {
    position: absolute;
    left: 0px;
    top: 60px;
    padding: 15px;
    display: flex;
    gap: 12px;
    overflow-x: auto;
    white-space: nowrap;
    z-index: 5;
    width: 100%;
}
.map-location .item {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px 16px;
    height: 55px;
    background: #FFFFFF;
    box-shadow: 0px 0px 6px rgba(38, 38, 36, 0.1);
    border-radius: 12px;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #000;
    display: flex;
    align-items: center;
    gap: 10px;
    padding-right: 60px;
    border: 2px solid #fff;
}
.map-location .item.active {
    border: 2px solid #EDBE00;
    box-shadow: 0px 0px 6px rgba(38, 38, 36, 0.1);
}
.map-location .item img {
    width: 35px;
    height: 35px;
    object-fit: contain;
    object-position: center;
}
.map-location .item h6 {
    margin: 0px;
}
.map-location .item.is-loc1, .map-location .item.is-cuisine, .font-cuisine {
    color: #40A981 !important;
}
.map-location .item.is-loc2, .map-location .item.is-belief, .font-belief {
    color: #EC7E00 !important;
}
.map-location .item.is-loc3, .map-location .item.is-wellness, .font-wellness {
    color: #5A6BFF !important; 
}
.map-location .item.is-loc4, .map-location .item.is-craft, .font-craft {
    color: #AD8C00 !important;
}
.map-location .item.is-loc5, .map-location .item.is-habitat, .font-habitat {
    color: #3B3B37 !important;
}
.map-location .item.is-loc6, .map-location .item.is-expression, .font-expression {
    color: #CF1300 !important;
}
.map-alert {
    z-index: 5;
    padding: 12px;
    top: 135px;
    left: 0px;
    width: 100%;
    position: absolute;
}
.map-alert .inner {
    display: flex;
    align-items: center;
    padding: 15px;
    background: #FDF9E6;
    border: 1px solid #F7E18A;
    box-shadow: 0px 0px 6px rgba(38, 38, 36, 0.1);
    border-radius: 12px;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #3B3B37;
    gap: 10px;
}
.map-action {
    position: absolute;
    z-index: 5;
    right: 0px;
    bottom: 0px;
    padding: 12px;
}
.map-action .btn-map {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px;
    width: 48px;
    height: 48px;
    background: #FFFFFF !important;
    box-shadow: 0px 0px 6px rgba(38, 38, 36, 0.1);
    border-radius: 12px;
    margin-top: 8px;
    border: 0px !important;
}
.section-modal {
    width: 100vw;
    padding: 35px 0px;
    background: #fff;
    border-radius: 20px 20px 0px 0px;
    position: fixed;
    top: 70vh;
    left: 0px;
    z-index: 2000;
    transition: .3s ease 0s;
    height: 100vh;
    overflow-y: hidden;
    display: none;
    width: 520px;
    max-width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.section-modal.open {
    top: 0vh;
    border-radius: 0px;
    overflow-y: auto;
}
.handle {
    position: absolute;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    top: 15px;
    width: 50px;
    height: 5px;
    background: #262624;
    border-radius: 20px;
}
.m-info {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 5px;
}
.label {
    padding: 6px 8px;
    background: #C4C4BA;
    border-radius: 30px;
}
.label.label-white {
    background: #fff;
    color: #A0A096;
}
.m-alert {
    padding: 12px 15px;
    background: #FCEFBA;
    border-radius: 8px;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #645000;
    margin: 5px 0px;
}
.text-icon {
    display: flex;
    align-items: center;
    gap: 5px;
}
.lists {
    width: 100%;
    position: relative;
}
.lists .list {
    margin-bottom: 10px;
    padding: 0px 12px;
    background: #FFFFFF;
    border: 1px solid #F2F2EE;
    border-radius: 8px;
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    color: #3B3B37;
    display: flex;
    align-items: center;
    min-height: 56px;
    gap: 10px;
    justify-content: space-between;
}
.lists .list .text, .lists .list .text a {
    display: flex;
    align-items: center;
    gap: 10px;
}
.lists .list > span {
    width: 40px;
    text-align: right;
    color: #A0A096;
}
.gallery, .voucher-box {
    width: 100%;
    position: relative;
    margin-left: -20px;
    width: calc(100% + 40px);
    margin-top: 30px;
}
.gallery .gallery-slide, .gallery .item, .gallery .item .img {
    width: 100%;
    position: relative;
}
.gallery .item .text {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding: 0px 15px 5px;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    color: #FBFBF9;
    height: 40px;
}
.gallery-no {
    position: absolute;
    top: 15px;
    right: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 2px 8px;
    width: 33px;
    height: 22px;
    background: rgba(59, 59, 55, 0.5);
    border-radius: 40px;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #FBFBF9;
    z-index: 5;
}
.owl-dots {
    position: absolute;
    bottom: 40px;
    left: 0px;
    width: 100%;
    text-align: center;
    z-index: 5;
}
.owl-dots .owl-dot {
    width: 6px;
    height: 6px;
    background: #FBFBF9 !important;
    opacity: 0.3;
    border-radius: 50%;
    margin: 3px;
}
.owl-dots .owl-dot.active {
    opacity: 1;
}
.btn-audio {
    display: flex;
    gap: 10px;
}
.btn-audio .btn {
    min-width: 135px;
}
.quiz-box, .quiz-box .item, .quiz-box .item .img, .quiz-box .item .text{
    width: 100%;
    position: relative;
    color: #000;
}
.quiz-box .item {
    padding: 15px;
    background: #FFFFFF;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.04), 2px 2px 12px rgba(38, 38, 36, 0.08);
    border-radius: 16px;
    text-align: center;
    margin-top: 15px;
}
.quiz-box .item .answer-box .radio {
    margin: 0px 0px 10px;
    display: inline-block;
    width: 100%;
}
.quiz-box .item .answer-box .radio label {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 12px;
    width: 100%;
    min-height: 48px;
    border: 1.5px solid #A0A096;
    background: #fff;
    border-radius: 12px;
    font-family: 'Raleway';
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
}
.quiz-box .item .answer-box .radio input {
    display: none;
}
.quiz-box .item .answer-box .radio label:has(input:checked) {
    background: #FCEFBA;
    border-color: #A88700;
}
.quiz-box .item h6 {
    margin: 25px 0px;
}

.voucher-box .item, .voucher-box .item .img, .voucher-box .text {
    width: 100%;
    position: relative;
}
.voucher-box .item {
    border-radius: 15px;
    padding: 20px;
    background: #fff;
    color: #000;
}
.voucher-box .item.is-special {
    background: transparent url('../images/voucher-bg.png') no-repeat top left;
    background-size: 100% auto;
    position: relative;
}
.voucher-box.owl-carousel .owl-stage {
    padding-left: 20px !important;
}
.owl-carousel .owl-item img {
    width: auto;
    display: inline-block;
}
.select-lang {
    width: 320px;
    max-width: 100%;
    margin: 15vh auto;
    text-align: center;
}
.select-lang .btn {
    margin-bottom: 15px;
    border-radius: 15px;
    background: transparent !important;
}
.bg-skin2 {
    background: #FBFBF9;
}
.home-img {
    border-radius: 50%;
}
.label-warning {
    background: #EDBE00;
}
.mejs__container {
    position: fixed;
    bottom: 0;
    width: 100%;
}
.audio-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #f2c200;
    padding: 12px;
    z-index: 9999;
    font-family: sans-serif;
    font-weight: 400;
    font-size: 10px;
    line-height: 16px;
    color: #000000;
    gap: 15px;
    align-items: center;
    display: none;
}
.audio-footer.show {
    display: flex !important;
}
.audio-footer .controls {
    display: flex;
    align-items: center;
    gap: 12px;
}
.audio-footer .controls button {
    background: transparent !important;
    border: 0px !important;
    outline: none !important;
}
.audio-footer .info {
    width: calc(100% - 135px);
}
.audio-footer .info .title {
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.audio-footer .info .timeline {
    position: relative;
    padding-bottom: 2px;
    padding-top: 8px;
}
.audio-footer .info .timeline #current {
    position: absolute;
    left: 0px;
    bottom: 0px;
}
.audio-footer .info .timeline #duration {
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.progress {
  width: 100%;
  height: 4px;
  background: rgba(0,0,0,.2);
  cursor: pointer;
}

.bar {
  height: 100%;
  width: 0%;
  background: #000;
}

.audio-popup {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 2500;
    width: 100%;
    height: 100%;
    background: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #262624;
    overflow-y: auto;
    display: none;
}
.audio-popup section {
    padding: 20px 0px 100px;
} 
.audio-popup .btn-close {
    position: fixed;
    bottom: 15px;
    left: 15px;
    z-index: 2;
    width: calc(100% - 30px);
}
