/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.eb-vocab4-content {
    border-radius: 0 0 16px 16px;
    border:1px solid #3ecc91;
    padding: 0px 15px 0px 15px;
    background-color: #fff;
}
.eb-vocab4-top span{
    display: inline-block;
    padding: 3px 16px;
    background: #3ecc91;
    color:#fff;
    border-radius: 12px 12px 0 0;
}
.eb-step-new{
    background: #ffffffba;
    box-shadow: 0 8px 40px -5px rgba(9,31,67,.1);
    overflow: hidden;
    border-radius: 10px;
    z-index: 2;
    margin-bottom: 15px;
    font-size: 18px;
}
.eb-step-head {
    position: relative;
    padding: 15px 30px;
    border-bottom: 1px solid #ececec;
    font-weight: 600;
}
.eb-step-head:before{
    content: " ";
    position: absolute;
    left: 15px;
    top: 25%;
    height: 50%;
    width: 2px;
    background: #8571ea;
}
.eb-step-content{
    padding: 20px 40px;
    line-height: 28px;
}
.eb-step-head span{
    font-weight: bold;
    color:#8571ea;
    margin-right: 15px;
    margin-left: 10px;
}
.messagebox-bg-box{
    border: 1px solid #6f14f1;
    border-radius: 4px;
    overflow: hidden;
}
.message-media {
    display: flex;
}
.msg-icon-content{
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    background: #6f14f1;
}
.msg-content{
    align-items: center;
    flex-grow: 1;
    display: flex;
    padding: 5px 20px;
    color: #6f14f1;
    font-weight: 500;
    background: #fff;
}
.msg-icon-content svg{
    height: 20px;
    width:20px;
}
.background-content {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%; 
    left: 0;
    top: 0;
    border-radius: 25px;
    background: #fff;
    transition: all 0.4s;
    box-sizing: border-box;
    text-align: center;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    flex-direction: column;
}

.btn-grid-item:hover .background-content {
    opacity: 1;
}
.btn-start-2 {
    background: #2c90f6;
    color: #fff;
    display: flex;
    text-decoration: none;
    padding: 4px 14px;
    border-radius: 10px;
    justify-content: space-between;
    align-items: center;
    justify-content: center;
}
.btn-start-2 img {
    width: 18px;
    position: relative;
    right: -4px;
}
.review-link-btn {
    display: block;
    padding: 4px 20px;
    text-align: center;
    border: 2px solid #000;
    text-decoration: none;
    border-radius: 10px;
    margin-top: 10px;
}
.hide-underline .eb-under-line{
    border-bottom: 0 !important;
}
.wrap-eb-songngu2:not(.hide-underline) .eb-under-line{
    font-weight: bold;
    color: #333;
}
.switch-c{
    height: 0;
    width: 0;
    visibility: hidden;
    display: none;
}
.toggle-sn2{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.toggle-sn2 span{
    margin-left: 10px;
    position: relative;
    top:-1px;
}
.label-c {
    cursor: pointer;
    text-indent: -9999px;
    width: 40px;
    height: 20px;
    background: grey;
    display: block;
    border-radius: 10px;
    position: relative;
}

.label-c:after {
    content: '';
    position: absolute;
    top: 3px;
    left: 5px;
    width: 14px;
    height: 14px;
    background: #fff;
    border-radius: 90px;
    transition: 0.3s;
}

.switch-c:checked + .label-c {
    background: #7c92fa;
}

.switch-c:checked + .label-c:after {
    left: calc(100% - 5px);
    transform: translateX(-100%);
}

.label-c:active:after {
    width: 13px;
}
.eb-vidu-1 .eb-vidu-content {
    width: calc(100% - 50px);
}
.eb-header {
    margin-bottom: 60px;
}
.eb-item{
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 28px;
}
.eb-cautruc{
    font-size: 20px;
}
.eb-wrong-true-item{
    font-size: 18px;
}
.eb-item, .eb-item *{
    box-sizing: border-box;
}
.eb-round-box{
    background: #fff;
    padding: 15px 20px;
    border-radius: 22px;
    line-height: 28px;
}
.eb-question{
    display: flex;
}
.eb-lotrinh{
    position: relative;
}
.eb-lotrinh:after{
    position: absolute;
    transform: translateX(-50%);
    left: 230px;
    top:0;
    content: " ";
    height: 100%;
    width: 3px;
    background: #50abfd;
    z-index: 1;
}
.eb-lotrinh-line1{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.eb-lotrinh-title{
    font-size: 18px;
    font-weight: 600;
    color: #444;
}
.eb-lotrinh-number{
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    margin-right: 10px;
    color:#fff;
    border-radius: 50%;
}
.eb-lotrinh-item .eb-round-box{
    max-width: 460px;
    position: relative;
    z-index: 2;
}
.eb-lotrinh-item{
    overflow: hidden;
    margin-bottom: 20px;
}
.eb-lotrinh-index-2 .eb-round-box, .eb-lotrinh-index-4 .eb-round-box{
    float: right;
}
.eb-lotrinh-index-1 .eb-lotrinh-number{background: #50abfd; }
.eb-lotrinh-index-2 .eb-lotrinh-number{background: #45B956; }
.eb-lotrinh-index-3 .eb-lotrinh-number{background: #8F5AFF; }
.eb-lotrinh-index-4 .eb-lotrinh-number{background: #F2791F; }
.eb-lotrinh-index-5 .eb-lotrinh-number{background: #454545; }
.eb-round-number{
    background: #506ef8;
    color: #fff;
    font-size: 14px;
    height: 46px;
    width: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.eb-question-title{
    margin-bottom: 15px;
}
.eb-play-audio{
    cursor: pointer;
}
.eb-question-content{
    padding: 5px 15px;
    flex-grow: 1;
}
.eb-question-answer-item{
    display: flex;
    margin-bottom: 10px;
}
.eb-round-number-answer{
    height: 30px;
    width: 30px;
    display: inline-block;
    display: flex;
    font-size: 13px;
    margin-right: 10px;
    justify-content: center;
    align-items: center;
    background: #e9e9ec;
    border-radius: 50%;
    transition: 0.4s all;
}
.question-tick{
    font-weight: bold;
    margin-left: 3px;
    color: #00ba00 ;
}
.q-true .eb-round-number-answer{
    background: #00ba00 !important;
    color:#fff;
}
.q-false .eb-text-answer{
    text-decoration: line-through;
}

.q-true .question-tick{
    display: inline-block !important;
}

.q-false .eb-round-number-answer{
    background: #d14242 !important;
    color:#fff;
}

/*//------------------*/
.eb-songngu-line2{
    display: flex;
    padding-left: 20px;
    margin-top: 10px;
    font-size: 18px;
}
.eb-songngu-line2 img{
    max-width: 25px !important;
    margin-right: 10px;
}
.eb-vidu{
    display: flex;
}

.eb-vidu-number{
    color: #fff;
    font-size: 14px;
    height: 35px;
    width: 35px;
    background: #50abfd;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.eb-vidu-line2{
    display: flex;
    padding-left: 20px;
    margin-top: 10px;
    font-size: 18px;
}
.eb-vidu-line2 img{
    max-width: 25px;
    margin-right: 10px;
}
.eb-vidu-en{
    padding-left: 10px;
}
.eb-under-line{
    border-bottom: 2px solid #947dff;
    cursor: pointer;
}
/*//----------------------*/

.eb-step-item{
    display: flex;
    margin-bottom: 15px;
}
.eb-step-item .eb-step-number{
    width: 40px;
    height: 40px;
    background: #2074bb;
    color:#fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 15px;
    margin-right: 10px;
    position: relative;
    top: -3px;
}
.eb-step .eb-step-item:last-child{
    margin-bottom: 0;
}

/*//----------------------------*/
.eb-word-highlight{
    display: inline-block;
    padding: 0px 8px;
    border-radius: 8px;
    font-weight: bold;
    color:#344c65;
}

.eb-wrong-true-item{
    display: flex;

}
.eb-wrong-true-img{
/*    display: flex;*/
/*    align-items: center;*/
}
.eb-wrong-true-img img{
    width: 25px;
    margin-right: 15px;
    margin-top: 1px;
}



/*//-------------------------*/
.eb-vocab-label{
    display: inline-block;
    padding: 8px 25px;
    background: #1d1e1f;
    color:#fff;
    border-radius: 20px;
    margin-bottom: 15px;
}
.eb-vocab-label-2{
    display: inline-block;
    padding: 8px 25px;
    background: #fff;
    color:#000;
    border-radius: 20px;
    margin-bottom: 15px;
}

.eb-vocab-item {
    display: flex;
    border-bottom: 1px dashed #ddd;
    line-height: 35px;
    margin-left: 40px;
}
.eb-vocab-point {
    display: inline-block;
    height: 15px;
    width: 15px;
    background: #df9465;
    border-radius: 50%;
    margin-right: 10px;
    position: relative;
    top:3px;
}

/*//---------------------------*/
.eb-note {
    background: #fffaf4;
    padding: 20px;
    border-radius: 20px;
}
.eb-note-label{
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 10px;
}
.eb-note-label img{
    width: 28px;
    position: relative;
    top:8px;
    margin-right: 5px;
}

/*//--------------*/

.eb-element-item{
    display: flex;
    margin-bottom: 15px;
    box-sizing: border-box;

}

.eb-element-left {
    box-sizing: border-box;
    margin-right: 15px;
}
.eb-element-left span{
    display: inline-block;
    padding: 8px 10px;
    text-align: center;
    border-radius: 20px;
    font-size: 14px;
    color: #fff;
        text-wrap: nowrap;
}
.eb-element-table-label{
    display: inline-block;
    padding: 7px 10px;
    text-align: center;
    border-radius: 20px;
    font-size: 14px;
    color: #fff;
    text-wrap: nowrap;
    line-height: 1;
}
.text-right{
    text-align: right;
}
.eb-element-table-content{
}
.vertical-align-top{
    vertical-align: top;
}
.eb-element-item .eb-element-table-label{
    margin-right: 10px;
}

.eb-element-table .eb-element-table-label{
        float: left;
        margin-right: 7px;
}
.eb-element-table{
    border: 0 !important;
    width: 100%;
}
.eb-element-table td{
    padding-top: 2px;
    padding-bottom: 2px;
    border: 0 !important;
}
.eb-wrong-true-content{
    width: calc(100% - 50px);
}
.hidden{
    display: none;
}
.jwcIBc {
    flex: 0 0 auto;
    vertical-align: middle;
    font-size: 22px;
    color: rgb(119 162 255);
    margin: 0 5px;
}
.eb-cautruc-head{
    color: #506ef8;
    font-weight: bold;
}

.show-admin{
    display: none;
}
.user-is-admin .show-admin{
    display: inline-block !important;
}

.eb-background-gradient-1{
    background: radial-gradient(61.04% 89.69% at 100% 100%,rgba(200,250,255,.08) 0%,rgba(28,210,229,.08) 40.63%,rgba(28,210,229,0) 100%),radial-gradient(43.78% 64.34% at 60.31% 100%,rgba(23,74,228,.08) 0%,rgba(23,74,228,0) 100%),linear-gradient(180deg,rgba(23,74,228,0) 29.44%,rgba(23,74,228,.06) 100%),linear-gradient(90deg,#f3f3f7 0%,#ebf0f9 100%);
}

.eb-songngu2{
    display: flex;
}
.eb-songngu-left{
    border-right: 1px solid #ddd;
}
.eb-songngu-left, .eb-songngu-right{
    width: 50%;
}
.eb-songngu-right{
    padding-left: 10px
}
.eb-songngu-left{
    padding-right: 10px
}
.eb-songngu-line1{
    display: inline-block;
}

.hl-pink {
    background-color: #fef08a;
    border-radius: 2px;
}

.hl-green {
    background-color: #ded1f7;
    border-radius: 2px;
}

.hl-blue {
    background-color: #ffcaca;
    border-radius: 2px;
}
.stm-curriculum-item__completed {
    width: 20px;
    min-width: 20px;
    height: 20px;
    min-height: 20px;
    background-color: #f0f4fa;
    border-radius: 50%;
    transition: .3s ease;
    position: absolute;
    right: 10px;
    z-index: 10;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
}
.q-completed .stm-curriculum-item__completed{
    background: #1fd29c;
}
.stm-curriculum-item__completed img{
    width: 12px;
    display: none;
}
.q-completed .stm-curriculum-item__completed img{
    display: block;
}

.heading2.active .stm-curriculum-item__completed, .heading2:hover .stm-curriculum-item__completed{
    box-shadow: inset 0 4px 5px rgba(0,0,0,.18);
}
.heading2{
    position: relative;
}

.eb-vocab2,.eb-vidu{
    opacity: 0.8;
    transition: all 0.4s;
}
.eb-vocab2:hover, .eb-vidu:hover{
    box-shadow: rgba(0, 0, 0, 0.02) 0px 10px 10px -5px, rgba(0, 0, 0, 0.02) 0px 10px 10px -5px;
    opacity: 1.0;
}
.vocab2-box{
    display: flex;
    padding-top: 15px;
}
.vocab2-box lottie-player{
    margin-right: 2px;
    position: relative;
    top: -4px;
}
.word-ipa{
    background: #937bff;
    color: #fff;
    border-radius: 25px;
    padding: 0 10px 2px 10px;
    margin: 10px 0;
}
.vb2-word{
    position: relative;
    display: inline-block;
    font-size: 20px;
}
.word-score{
    position: absolute;
    right: -32px;
    top: -4px;
    background: #49a7fd;
    font-size: 11px;
    color: #fff;
    line-height: 16px;
    padding: 0 5px;
    border-radius: 4px;
}
.vb2-vi{
    padding-left: 50px;
}
.vocab2-info{
    display: flex;
}
.vb-2-progress-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 10px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  
}
.eb-diengiai {
    padding-left:20px;
    padding-right:20px;
}

.vb-2-progress-bar::before {
  content: attr(data-number);
  font-weight: bold;
  font-size: 15px;
  text-align: center;
  position: relative;
  left: 2px;
}
.progress-type-1{
    margin-left: 30px;
}
.progress-type-1{
    /*background: 
      radial-gradient(closest-side, white 79%, transparent 80% 100%),
      conic-gradient(#fc6048 75%, pink 0);*/    
}
.progress-type-1::before{
  color: #fc6048;

}
.progress-type-2{
    /*background: 
      radial-gradient(closest-side, white 79%, transparent 80% 100%),
      conic-gradient(#7cc563 75%, #bce9aa 0);*/    
}
.progress-type-2::before{
  color: #7cc563;
    
}

.background1{
    background: radial-gradient(61.04% 89.69% at 100% 100%,rgba(200,250,255,.08) 0%,rgba(28,210,229,.08) 40.63%,rgba(28,210,229,0) 100%),radial-gradient(43.78% 64.34% at 60.31% 100%,rgba(23,74,228,.08) 0%,rgba(23,74,228,0) 100%),linear-gradient(180deg,rgba(23,74,228,0) 29.44%,rgba(23,74,228,.06) 100%),linear-gradient(90deg,#f3f3f7 0%,#ebf0f9 100%);
}

.background2{
    background: linear-gradient(90deg, rgb(238, 237, 243) 0%, 0.77381%, rgb(239, 238, 244) 1.54762%, 6.72619%, rgb(239, 236, 243) 11.9048%, 12.381%, rgb(240, 237, 244) 12.8571%, 27.9167%, rgb(242, 236, 244) 42.9762%, 51.9048%, rgb(239, 236, 243) 60.8333%, 61.9643%, rgb(238, 235, 246) 63.0952%, 66.7262%, rgb(235, 234, 249) 70.3571%, 73.2738%, rgb(232, 232, 248) 76.1905%, 77.1429%, rgb(230, 231, 248) 78.0952%, 79.9405%, rgb(228, 229, 249) 81.7857%, 84.1667%, rgb(227, 228, 248) 86.5476%, 87.0238%, rgb(226, 227, 248) 87.5%, 89.3452%, rgb(224, 224, 252) 91.1905%, 95.5952%, rgb(220, 223, 252) 100%);;
}

.eb-label {
    position: relative;
    font-size: 24px;
}
.eb-label span {
    display: inline-block;
    padding: 2px 10px;
    background: #61cc2f;
    color: #fff;
    font-size: 18px;
    border-radius: 20px;
    position: relative;
    top: -17px;
}
.danhsachbaihoc-item{
    font-size: 18px;
    padding: 10px 15px;
    border-radius: 6px;
    background: #ffffffab;
    margin-bottom: 10px;
    transition: all 0.3s;
    cursor: pointer;
}
.danhsachbaihoc-item:hover{
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 10px 10px -5px, rgba(0, 0, 0, 0.02) 0px 10px 10px -5px;
    transform: scale(1.05) !important;
}
.danhsachbaihoc-item {
    display: flex;

}
.dsbh-icon  > span{
    display: inline-block;
    height: 42px;
    width: 42px;

    margin-right: 10px;
    border-radius: 50% !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dsbh-t{
    line-height: 38px;
}
.dsbh-audio{background: #E2F6EA; } 
.dsbh-video{background: #DDEFFF; }
.dsbh-text{background: #EDEEF0; }
.dsbh-quiz{background: #EFEBFF; }
.icon-vocab-2{
    background: #4bca7e;
    padding: 5px;
    border-radius: 50%;
    margin-right: 5px;
}
.icon-vocab-3{
    background: #228fff;
    padding: 6px;
    border-radius: 50%;
    margin-right: 5px;
}
.eb-vidu-speaker{
    background: #228fff;
    padding: 6px;
    border-radius: 50%;
}
.eb-vocab3-text{
    position: relative;
    top: 2px;
    padding-left: 5px;
}
.eb-vocab3-item{
    display: flex;
}

.eb-content .grid-progress-bar{
        height: 8px;
        width: 100%;
        border-radius: 50px;
        background: #ddd;
        position: relative;
        margin-bottom: 10px;
    }
    .eb-content .bar-percent{
        position: absolute;
        left: 0;
        top: 0;
        height: 8px;
        border-radius: 10px;
        background: rgb(233,32,141);
        background: linear-gradient(90deg, rgba(233,32,141,1) 0%, rgba(252,176,69,1) 100%);
    }
    .eb-content .bar-percent:after{
            content: attr(percent);
            position: absolute;
            right: -12px;
            top: -22px;
    }
    .eb-content .grid-padding{
        padding: 25px;
    }
    .eb-content .btn-grid{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;

    }
    .eb-content .btn-grid-item{
        border-radius: 20px;
        width: 300px;
        background: #fff;
        transition: all 0.3s;
        margin-right: 20px;
        margin-bottom: 20px;
        position: relative;
    }
    
    .eb-content .btn-grid-item:hover{
        box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
    }
    .eb-content .grid-center{
        border-top: 1px solid #ddd;
        font-size: 14px;
        color:#777;

    }
    .eb-content .btn-start-btn{
        display: block;
        padding: 8px 10px;
        background: #404040;
        color:#fff;
        text-align: center;
        border-radius: 10px;
        text-decoration: none;
        transition: all 0.3s;
        margin-top: 24px;
    }
    .eb-content .btn-start-btn:hover{
        background: #696969;
    }
    .eb-content .grid-top{
        display: flex;
        align-items: center;
        font-size: 14px;
    }
    .eb-content .c-purple .grid-label-1{
        color:#e366a6;
    }
    .eb-content .c-purple .grid-score{
        display: inline-block;
        background: #e366a6;
        padding: 2px 10px;
        border-radius: 6px;
        margin-left: 10px;
        color:#fff;
    }
    .eb-content .grid-name{
        font-size: 20px;
        font-weight: 500;
        margin:10px 0;
    }
    .eb-content .grid-category span{
        display: inline-block;
        background: #7f7f7f;
        border-radius: 8px;
        padding: 4px 15px;
        font-size: 14px;
        color: #fff;
        font-weight: 500;

    }
    .eb-content .grid-category span.success{
        background: #59be2c;
        color:#fff;
    }


.next-sn-btn-desktop-eb, .prev-sn-btn-desktop-eb{
    font-size: 14px ;
    text-decoration: none;
    align-items: center;
    display: flex;
    padding: 5px 20px;
/*    background: #d9d9d9;*/
    border-radius: 8px;
    color:#404040;
    margin: 0 4px;
    transition: all 0.4s;
}
.complete-next-sn-btn{
        font-size: 14px ;
        text-decoration: none;
        align-items: center;
        display: flex;
        padding: 5px 16px;
        background: #227aff;
        border-radius: 8px;
        color:#fff;
        margin: 0 4px;
        transition: all 0.4s;
}
.completed-s{
    color: #227aff;
    text-decoration: none;
    font-size: 14px ;
}
.next-sn-btn-desktop-eb i, .prev-sn-btn-desktop-eb i{
    font-size: 12px;
    margin: 0 4px;
}

.next-sn-btn-desktop-eb:hover, .prev-sn-btn-desktop-eb:hover{
    background: #228FFF;
    color:#fff;
}
.next-sn-btn-desktop-eb:hover svg, .prev-sn-btn-desktop-eb:hover svg{
    fill: #fff !important;
}
.prev-sn-btn-desktop-eb svg{
    width: 20px;
    margin-right: 4px;
    position: relative;
    left: -5px;
        fill: #8e8e8e;
    transition: all 0.4s;
        
}
.next-sn-btn-desktop-eb svg{
    width: 20px;
    margin-left: 4px;
    position: relative;
    right: -5px;
    transition: all 0.4s;
        fill: #8e8e8e;
}
.eb-list .eb-vocab-point{
    background: #2c90f6;
}
.no-click a{
    pointer-events: none;
}
.no-click .eb-bs-button-start, .no-click .eb-bs-button-start{
    display: none;
}
.hide-desktop{
    display: none;
}
div[data-block] {
    display: none;
}
@media only screen and (max-width: 600px) {
    .topbar{
        justify-content: flex-start !important;
        gap: 20px;
    }
    .menu-label{
        flex-grow: 1;
        text-align: right;
    }
    .hide-desktop{
        display: block;
    }
    .eb-domain{
        margin-top: 48px;
    }
    .footer-right {
        justify-content: space-between;
        width: 100%;
    }

    .hidden-mb{
        display: none !important;
    }
    .eb-vidu-1 .eb-vidu-speaker{
        width: 58px;
    }
    .eb-vidu-1 .eb-vidu-content {
        width: calc(100% - -140px);
    }
    .danhsachbaihoc-item{
        font-size: 14px;
    }
    .dsbh-icon img{
    }
    .dsbh-t{
        line-height: 25px;
            margin-top: 7px;
    }
    .eb-label {
        font-size: 18px;
    }
    .eb-label span {
       font-size: 15px;
        top: -13px;
    }
    .eb-lotrinh:after{
        left: 50%;
    }
    .eb-header {
        margin-bottom: 25px;
    }
    .eb-songngu-line2{
        font-size: 15px;
    }
  .eb-item, .eb-wrong-true-item{
        font-size: 17px;
    }
  .eb-round-box{
    padding: 15px !important;
  }
  .eb-round-number{
    height: 38px;
    width: 38px;
  }
  .eb-step-item .eb-step-number{
    height: 38px;
    width: 38px;
    top: -5px;
  }
  .eb-cautruc,.vb2-word{
    font-size: 18px;
  }
  .eb-word-highlight{
    line-height: 20px !important;
  }
  .eb-songngu2{
    flex-direction: column;
  }
  .eb-songngu-left,.eb-songngu-right{
    width: 100%;
    padding: 0 !important;
  }
  .eb-songngu-left{
    border-right: 0;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 10px!important;
    margin-bottom: 5px;
  }
  .eb-vidu-line2{
    padding-left: 0 !important;
    font-size: 14px;
  }
  .vocab2-box{
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .vb2-vi{
    padding-left: 0 !important;
    text-align: center;
    margin-top: 10px;
  }
  .vocab2-word{
    text-align: center;
  }
  .vocab2-box lottie-player {
        margin-right: 10px;
        position: absolute;
        left: -50px;
        top: -6px;
    }
    .vocab2-info {
         margin-top: 5px;
    }
    .progress-type-1 {
        margin-left: 0px;
    }
    .word-ipa {
        margin: 15px 0 5px;
    }
}