.store-header{
    background: #f5f5f5;
}
.store-header .a-banner{
    display: block;
    height: 600px;
}
.store-header .a-banner img{
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: 50% 0%;
    object-position: 50% 0%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
}
.store-header .a-banner .ipad,
.store-header .a-banner .mobile{
    display: none
}
.store-header .banner-box-container{
    display: block;
    left: 0;
    margin: 0 auto;
    padding-bottom: 3rem;
    position: absolute;
    right: 0;
    bottom: 70px;
    background-color: transparent;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: auto;
    height: auto;
}
.store-header .banner-box-container .banner-box{
    max-width: 1064px;
    margin: 0 auto;
    padding: 0 20px;
}
.store-header .banner-box-container .banner-box-content{
    max-width: 430px;
    background: #fff;
    padding: 20px 30px 20px;
    border-radius: 22px;
}
.store-header .banner-box-container .banner-box-content h3{
    margin: 0;
    text-align: center;
    font-size: 38px;
    font-family: 'balootammaextrabold';
    line-height: 45px;
}
.store-header .banner-box-container .banner-box-content p{
    color: #777777;
    font-size: 15px;
    text-align: center;
    line-height: 21px;
}
.store-header .banner-box-container .banner-box-content a{
    display: block;
    max-width: 180px;
    height: 47px;
    margin: 10px auto 0;
    background: #1CB0F6;
    text-align: center;
    border-bottom: 3px solid #21252945;
    border-radius: 11px;
    line-height: 47px;
    color: #fff;
    font-size: 15px;
    font-family: 'balootammabold';
    text-transform: uppercase;
}
.store-header .owl-theme .owl-dots .owl-dot.active span,
.store-header .owl-theme .owl-dots .owl-dot:hover span {
    background: #1CB0F6;
}
.store-skills{
    background: #F5F5F5;
}
.skills-content{
    max-width: 1064px;
    margin: 0 auto;
    padding: 35px 20px 50px;
    position: relative;
}
.store-skills h2{
    margin: 0;
    color: #4B4B4B;
    font-size: 26px;
    font-family: 'balootammabold';
}
.store-skills h2 a{
    margin: 0;
    color: #4B4B4B;
    font-size: 26px;
    font-family: 'balootammabold';
    display: block;
    text-decoration: none;
}
.store-skills h2 span{
    float: left;
}
.store-skills h2 i{
    font-style: normal;
    width: 23px;
    height: 23px;
    display: inline-block;
    float: left;
    background: #FFE2E2;
    border-radius: 23px;
    text-align: center;
    line-height: 27px;
    color: #FF4B4B;
    font-size: 15px;
    margin-left: 13px;
}
.store-skills h2 svg{
    float: left;
    display: inline-block;
    margin-top: 2px;
    margin-left: 13px;
}
.store-skills .store-skills-content{
    margin-top: 35px;
}
.store-skills .skills-item{
    width: 327px;
}
.store-skills .skills-item a{
    text-decoration: none;
}
.store-skills .skills-item .skills-right{
    position: relative;
}
.store-skills .skills-item .skills-right img{
    width: 100%;
    border-radius: 27px;
    border: 1px solid #e5e5e5;
}
.store-skills .skills-item .skills-right .view-detail{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1;
    bottom: 0;
    background: rgb(76 76 76 / 33%);
    border-radius: 27px;
    display: none;
}
.store-skills .skills-item a:hover .skills-right .view-detail{
    display: block;
}
.store-skills .skills-item .skills-right .view-detail span{
    width: 133px;
    height: 45px;
    display: block;
    border: 2px solid #FFFFFF;
    color: #fff;
    line-height: 45px;
    text-align: center;
    text-transform: uppercase;
    font-size: 15px;
    font-family: 'balootammamedium';
    border-radius: 11px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: rgb(255 255 255 / 25%);
}
.store-skills .skills-item .skills-left{
    margin-top: 28px;
}
.store-skills .skills-item .skills-left p{
    color: #4B4B4B;
    font-size: 20px;
    font-family: 'balootammabold';
    line-height: 25px;
}
.store-skills .skills-item .skills-left .price{
    color: #FF4B4B;
    font-size: 20px;
}
.store-skills .skills-item .skills-left .price span{
    color: #AFAFAF;
    font-size: 14px;
    text-decoration: line-through;
}
.store-skills .skills-item .skills-left .price strong{
    font-weight: 400;
    font-family: 'balootammabold';
}
.store-skills .skills-item .skills-left .content-left{
    width: calc(100% - 48px);
    float: left;
}
.store-skills .skills-item .skills-left .content-right{
    width: 48px;
    float: left;
}
.store-skills .skills-item .skills-left .content-right span{
    display: block;
    width: 48px;
    height: 48px;
    border: 2px solid #e5e5e5;
    border-bottom: 5px solid #e5e5e5;
    border-radius: 11px;
    background: #fff;
    text-align: center;
    padding-top: 8px;
    margin-top: 5px;
    cursor: pointer;
}
.store-skills .skills-item .skills-left .content-right span.active{
    border-color: #EA2B2B;
    background: #FF4B4B;
}
.store-skills .skills-item .skills-left .content-right span i{
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url("../images/cart-icon.svg");
}
.store-skills .skills-item .skills-left .content-right span.active i{
    background: url("../images/cart-icon-active.svg");
}
.store-skills .btn-skills-prev{
    display: inline-block;
    position: absolute;
    left: 0;
    top: calc(50% - 50px);
    z-index: 1;
}
.store-skills .btn-skills-next{
    display: inline-block;
    position: absolute;
    right: 0;
    top: calc(50% - 50px);
    z-index: 1;
}


.store-premium{
    background: #f5f5f5;
}
.store-premium .store-premium-content{
    max-width: 1064px;
    margin: 0 auto;
    padding: 0px 20px 40px;
}
.store-premium .store-premium-left{
    width: 48.5%;
    float: left;
}
.store-premium .store-premium-left img{
    width: 100%;
    border-radius: 22px;
}
.store-premium .store-premium-right{
    width: 51.5%;
    float: left;
    padding-left: 30px;
    padding-top: 20px;
}
.store-premium .store-premium-right h2{
    margin: 0;
    color: #FFB100;
    font-size: 35px;
    font-family: 'balootammaextrabold';
    line-height: 45px;
    max-width: 440px;
}
.store-premium .store-premium-right p{
    font-size: 15px;
    font-family: 'balootammamedium';
    margin: 10px 0 0;
}
.store-premium .store-premium-right a{
    display: block;
    margin-top: 20px;
    width: 180px;
    height: 47px;
    background: #FFB100;
    border-bottom: 3px solid #FF9600;
    text-align: center;
    border-radius: 10px;
    line-height: 45px;
    color: #fff;
    font-size: 15px;
    font-family: 'balootammabold';
    text-decoration: none;
}
/*.store-premium .store-premium-right a:hover{*/
/*    background: #FF9600;*/
/*    color: #fff;*/
/*    border-color: #FF9600;*/
/*    border-bottom: 5px solid #e58702;*/
/*}*/


.store-cefr{
    background: #fff;
}
.cefr-content{
    max-width: 1064px;
    margin: 0 auto;
    padding: 55px 20px 0;
    position: relative;
}
.store-cefr h2{
    margin: 0;
    color: #4B4B4B;
    font-size: 26px;
    font-family: 'balootammabold';
}
.store-cefr h2 a{
    margin: 0;
    color: #4B4B4B;
    font-size: 26px;
    font-family: 'balootammabold';
    display: block;
    text-decoration: none;
}
.store-cefr h2 span{
    float: left;
}
.store-cefr h2 i{
    font-style: normal;
    width: 23px;
    height: 23px;
    display: inline-block;
    float: left;
    background: #FFE2E2;
    border-radius: 23px;
    text-align: center;
    line-height: 27px;
    color: #FF4B4B;
    font-size: 15px;
    margin-left: 13px;
}
.store-cefr h2 svg{
    float: left;
    display: inline-block;
    margin-top: 2px;
    margin-left: 13px;
}
.store-cefr .store-cefr-content{
    margin-top: 35px;
}
.store-cefr .store-cefr-item{
    /* width: calc(100% + 26px);
    margin-left: -13px;
    overflow: hidden; */
}
.store-cefr .cefr-item{
    width: 327px;
    /* width: calc(33.33% - 26px);
    margin: 26px 13px 0;
    float: left; */
}
.store-cefr .cefr-item a{
    text-decoration: none;
}

.store-cefr .cefr-item .cefr-right{
    position: relative;
}
.store-cefr .cefr-item .cefr-right img{
    width: 100%;
    border-radius: 27px;
}
.store-cefr .cefr-item .cefr-right .view-detail{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1;
    bottom: 0;
    background: rgb(76 76 76 / 33%);
    border-radius: 27px;
    display: none;
}
.store-cefr .cefr-item a:hover .cefr-right .view-detail{
    display: block;
}
.store-cefr .cefr-item .cefr-right .view-detail span{
    width: 133px;
    height: 45px;
    display: block;
    border: 2px solid #FFFFFF;
    color: #fff;
    line-height: 45px;
    text-align: center;
    text-transform: uppercase;
    font-size: 15px;
    font-family: 'balootammamedium';
    border-radius: 11px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: rgb(255 255 255 / 25%);
}
.store-cefr .cefr-item .cefr-left{
    margin-top: 28px;
}
.store-cefr .cefr-item .cefr-left p{
    color: #4B4B4B;
    font-size: 20px;
    font-family: 'balootammabold';
    line-height: 25px;
    max-width: 260px;
}
.store-cefr .cefr-item .cefr-left .price{
    color: #FF4B4B;
    font-size: 20px;
}
.store-cefr .cefr-item .cefr-left .price span{
    color: #AFAFAF;
    font-size: 14px;
    text-decoration: line-through;
}
.store-cefr .cefr-item .cefr-left .price strong{
    font-weight: 400;
    font-family: 'balootammabold';
}
.store-cefr .btn-cefr-prev{
    display: inline-block;
    position: absolute;
    left: 0;
    top: calc(50% - 50px);
    z-index: 1;
}
.store-cefr .btn-cefr-next{
    display: inline-block;
    position: absolute;
    right: 0;
    top: calc(50% - 50px);
    z-index: 1;
}
.store-cefr .cefr-item .cefr-left .content-left{
    width: calc(100% - 48px);
    float: left;
}
.store-cefr .cefr-item .cefr-left .content-right{
    width: 48px;
    float: left;
}
.store-cefr .cefr-item .cefr-left .content-right span{
    display: block;
    width: 48px;
    height: 48px;
    border: 2px solid #e5e5e5;
    border-bottom: 5px solid #e5e5e5;
    border-radius: 11px;
    background: #fff;
    text-align: center;
    padding-top: 8px;
    margin-top: 5px;
    cursor: pointer;
}
.store-cefr .cefr-item .cefr-left .content-right span.active{
    border-color: #EA2B2B;
    background: #FF4B4B;
}
.store-cefr .cefr-item .cefr-left .content-right span i{
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url("../images/cart-icon.svg");
}
.store-cefr .cefr-item .cefr-left .content-right span.active i{
    background: url("../images/cart-icon-active.svg");
}
.store-cefr .btn-cefr-prev{
    display: inline-block;
    position: absolute;
    left: 0;
    top: calc(50% - 50px);
    z-index: 1;
}
.store-cefr .btn-cefr-next{
    display: inline-block;
    position: absolute;
    right: 0;
    top: calc(50% - 50px);
    z-index: 1;
}
.store-cefr .cefr-item.cefr-full{
    width: 100%;
}
.store-cefr .cefr-item.cefr-full .cefr-right{
    width: 49%;
    float: left;
}
.store-cefr .cefr-item.cefr-full .cefr-right .full-course{
    border-radius: 6px;
    text-align: center;
    top: 20px;
    background: #FF9600;
    width: 100px;
    height: 24px;
    position: absolute;
    line-height: 27px;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    right: 17px;
}
.store-cefr .cefr-item.cefr-full .cefr-left{
    width: 51%;
    float: left;
    margin: 0;
    padding-top: 180px;
    padding-left: 50px;
}
.store-cefr .cefr-item.cefr-full .cefr-left .content-left{
    width: 100%;
    float: none;
}
.store-cefr .cefr-item.cefr-full .cefr-left p{
    font-size: 15px;
    line-height: 21px;
    font-family: 'balootamma';
    max-width: unset;
}
.store-cefr .cefr-item.cefr-full .cefr-left h4{
    color: #4B4B4B;
    font-size: 25px;
    font-family: 'balootammabold';
}
.store-cefr .cefr-item.cefr-full .cefr-left .content-right{
    width: 100%;
    float: none;
}
.store-cefr .cefr-item.cefr-full .cefr-left .content-right span{
    display: block;
    width: 100%;
    max-width: 225px;
    border: 0;
    background: #FF4B4B;
    border-bottom: 3px solid #EA2B2B;
    margin-top: 15px;
    font-size: 15px;
    font-family: 'balootammabold';
    color: #fff;
    text-transform: uppercase;
    padding-top: 12px;
}
.store-cefr .cefr-item.cefr-full .cefr-left .content-right span em{
    font-style: normal;
    margin-left: 5px;
}




.store-communicative{
    background: #fff;
}
.communicative-content{
    max-width: 1064px;
    margin: 0 auto;
    padding: 55px 20px 0;
    position: relative;
}
.store-communicative h2{
    margin: 0;
    color: #4B4B4B;
    font-size: 26px;
    font-family: 'balootammabold';
}
.store-communicative h2 a{
    margin: 0;
    color: #4B4B4B;
    font-size: 26px;
    font-family: 'balootammabold';
    display: block;
    text-decoration: none;
}
.store-communicative h2 span{
    float: left;
}
.store-communicative h2 i{
    font-style: normal;
    width: 23px;
    height: 23px;
    display: inline-block;
    float: left;
    background: #FFE2E2;
    border-radius: 23px;
    text-align: center;
    line-height: 27px;
    color: #FF4B4B;
    font-size: 15px;
    margin-left: 13px;
}
.store-communicative h2 svg{
    float: left;
    display: inline-block;
    margin-top: 2px;
    margin-left: 13px;
}
.store-communicative .store-communicative-content{
    margin-top: 5px;
}
.store-communicative .store-communicative-item{
    width: calc(100% + 26px);
    margin-left: -13px;
    overflow: hidden;
}
.store-communicative .communicative-item{
    width: calc(33.33% - 26px);
    margin: 26px 13px 0;
    float: left;
}
.store-communicative .communicative-item a{
    text-decoration: none;
}

.store-communicative .communicative-item .communicative-right{
    position: relative;
}
.store-communicative .communicative-item .communicative-right img{
    width: 100%;
    border-radius: 27px;
}
.store-communicative .communicative-item .communicative-right .view-detail{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1;
    bottom: 0;
    background: rgb(76 76 76 / 33%);
    border-radius: 27px;
    display: none;
}
.store-communicative .communicative-item a:hover .communicative-right .view-detail{
    display: block;
}
.store-communicative .communicative-item .communicative-right .view-detail span{
    width: 133px;
    height: 45px;
    display: block;
    border: 2px solid #FFFFFF;
    color: #fff;
    line-height: 45px;
    text-align: center;
    text-transform: uppercase;
    font-size: 15px;
    font-family: 'balootammamedium';
    border-radius: 11px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: rgb(255 255 255 / 25%);
}
.store-communicative .communicative-item .communicative-left{
    margin-top: 28px;
}
.store-communicative .communicative-item .communicative-left p{
    color: #4B4B4B;
    font-size: 20px;
    font-family: 'balootammabold';
    line-height: 25px;
    max-width: 260px;
}
.store-communicative .communicative-item .communicative-left .price{
    color: #FF4B4B;
    font-size: 20px;
}
.store-communicative .communicative-item .communicative-left .price span{
    color: #AFAFAF;
    font-size: 14px;
    text-decoration: line-through;
}
.store-communicative .communicative-item .communicative-left .price strong{
    font-weight: 400;
    font-family: 'balootammabold';
}
.store-communicative .btn-communicative-prev{
    display: inline-block;
    position: absolute;
    left: 0;
    top: calc(50% - 50px);
    z-index: 1;
}
.store-communicative .btn-communicative-next{
    display: inline-block;
    position: absolute;
    right: 0;
    top: calc(50% - 50px);
    z-index: 1;
}
.store-communicative .communicative-item .communicative-left .content-left{
    width: calc(100% - 48px);
    float: left;
}
.store-communicative .communicative-item .communicative-left .content-right{
    width: 48px;
    float: left;
}
.store-communicative .communicative-item .communicative-left .content-right span{
    display: block;
    width: 48px;
    height: 48px;
    border: 2px solid #e5e5e5;
    border-bottom: 5px solid #e5e5e5;
    border-radius: 11px;
    background: #fff;
    text-align: center;
    padding-top: 8px;
    margin-top: 5px;
    cursor: pointer;
}
.store-communicative .communicative-item .communicative-left .content-right span.active{
    border-color: #EA2B2B;
    background: #FF4B4B;
}
.store-communicative .communicative-item .communicative-left .content-right span i{
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url("../images/cart-icon.svg");
}
.store-communicative .communicative-item .communicative-left .content-right span.active i{
    background: url("../images/cart-icon-active.svg");
}







.store-demand{
    background: #fff;
}
.demand-content{
    max-width: 1064px;
    margin: 0 auto;
    padding: 55px 20px 0px;
    position: relative;
}
.store-demand h2{
    margin: 0;
    color: #4B4B4B;
    font-size: 26px;
    font-family: 'balootammabold';
}
.store-demand h2 a{
    margin: 0;
    color: #4B4B4B;
    font-size: 26px;
    font-family: 'balootammabold';
    display: block;
    text-decoration: none;
}
.store-demand h2 span{
    float: left;
}
.store-demand h2 i{
    font-style: normal;
    width: 23px;
    height: 23px;
    display: inline-block;
    float: left;
    background: #FFE2E2;
    border-radius: 23px;
    text-align: center;
    line-height: 27px;
    color: #FF4B4B;
    font-size: 15px;
    margin-left: 13px;
}
.store-demand h2 svg{
    float: left;
    display: inline-block;
    margin-top: 2px;
    margin-left: 13px;
}
.store-demand .store-demand-content{
    margin-top: 5px;
}
.store-demand .store-demand-item{
    width: calc(100% + 26px);
    margin-left: -13px;
    overflow: hidden;
}
.store-demand .demand-item{
    width: calc(50% - 26px);
    margin: 26px 13px 0;
    float: left;
}
.store-demand .demand-item a{
    text-decoration: none;
}

.store-demand .demand-item .demand-right{
    position: relative;
}
.store-demand .demand-item .demand-right img{
    width: 100%;
    border-radius: 27px;
}
.store-demand .demand-item .demand-right .view-detail{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1;
    bottom: 0;
    background: rgb(76 76 76 / 33%);
    border-radius: 27px;
    display: none;
}
.store-demand .demand-item a:hover .demand-right .view-detail{
    display: block;
}
.store-demand .demand-item .demand-right .view-detail span{
    width: 133px;
    height: 45px;
    display: block;
    border: 2px solid #FFFFFF;
    color: #fff;
    line-height: 45px;
    text-align: center;
    text-transform: uppercase;
    font-size: 15px;
    font-family: 'balootammamedium';
    border-radius: 11px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: rgb(255 255 255 / 25%);
}
.store-demand .demand-item .demand-left{
    margin-top: 28px;
}
.store-demand .demand-item .demand-left p{
    color: #4B4B4B;
    font-size: 20px;
    font-family: 'balootammabold';
    line-height: 25px;
}
.store-demand .demand-item .demand-left .price{
    color: #FF4B4B;
    font-size: 20px;
}
.store-demand .demand-item .demand-left .price span{
    color: #AFAFAF;
    font-size: 14px;
    text-decoration: line-through;
}
.store-demand .demand-item .demand-left .price strong{
    font-weight: 400;
    font-family: 'balootammabold';
}
.store-demand .demand-item .demand-left .content-left{
    width: calc(100% - 48px);
    float: left;
}
.store-demand .demand-item .demand-left .content-right{
    width: 48px;
    float: left;
}
.store-demand .demand-item .demand-left .content-right span{
    display: block;
    width: 48px;
    height: 48px;
    border: 2px solid #e5e5e5;
    border-bottom: 5px solid #e5e5e5;
    border-radius: 11px;
    background: #fff;
    text-align: center;
    padding-top: 8px;
    margin-top: 5px;
    cursor: pointer;
}
.store-demand .demand-item .demand-left .content-right span.active{
    border-color: #EA2B2B;
    background: #FF4B4B;
}
.store-demand .demand-item .demand-left .content-right span i{
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url("../images/cart-icon.svg");
}
.store-demand .demand-item .demand-left .content-right span.active i{
    background: url("../images/cart-icon-active.svg");
}




.store-certificate{
    background: #fff;
}
.certificate-content{
    max-width: 1064px;
    margin: 0 auto;
    padding: 55px 20px 0px;
    position: relative;
}
.store-certificate h2{
    margin: 0;
    color: #4B4B4B;
    font-size: 26px;
    font-family: 'balootammabold';
}
.store-certificate h2 a{
    margin: 0;
    color: #4B4B4B;
    font-size: 26px;
    font-family: 'balootammabold';
    display: block;
    text-decoration: none;
}
.store-certificate h2 span{
    float: left;
}
.store-certificate h2 em{
    font-style: normal;
}
.store-certificate h2 i{
    font-style: normal;
    width: 23px;
    height: 23px;
    display: inline-block;
    float: left;
    background: #FFE2E2;
    border-radius: 23px;
    text-align: center;
    line-height: 27px;
    color: #FF4B4B;
    font-size: 15px;
    margin-left: 13px;
}
.store-certificate h2 svg{
    float: left;
    display: inline-block;
    margin-top: 2px;
    margin-left: 13px;
}
.store-certificate .store-certificate-content{
    margin-top: 5px;
}
.store-certificate .store-certificate-item{
    width: calc(100% + 26px);
    margin-left: -13px;
    overflow: hidden;
}
.store-certificate .certificate-item{
    width: calc(50% - 26px);
    margin: 26px 13px 0;
    float: left;
}
.store-certificate .certificate-item a{
    text-decoration: none;
}

.store-certificate .certificate-item .certificate-right{
    position: relative;
}
.store-certificate .certificate-item .certificate-right img{
    width: 100%;
    border-radius: 27px;
}
.store-certificate .certificate-item .certificate-right .view-detail{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1;
    bottom: 0;
    background: rgb(76 76 76 / 33%);
    border-radius: 27px;
    display: none;
}
.store-certificate .certificate-item a:hover .certificate-right .view-detail{
    display: block;
}
.store-certificate .certificate-item .certificate-right .view-detail span{
    width: 133px;
    height: 45px;
    display: block;
    border: 2px solid #FFFFFF;
    color: #fff;
    line-height: 45px;
    text-align: center;
    text-transform: uppercase;
    font-size: 15px;
    font-family: 'balootammamedium';
    border-radius: 11px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: rgb(255 255 255 / 25%);
}
.store-certificate .certificate-item .certificate-left{
    margin-top: 28px;
}
.store-certificate .certificate-item .certificate-left p{
    color: #4B4B4B;
    font-size: 20px;
    font-family: 'balootammabold';
    line-height: 25px;
    max-width: 260px;
}
.store-certificate .certificate-item .certificate-left .price{
    color: #FF4B4B;
    font-size: 20px;
}
.store-certificate .certificate-item .certificate-left .price span{
    color: #AFAFAF;
    font-size: 14px;
    text-decoration: line-through;
}
.store-certificate .certificate-item .certificate-left .price strong{
    font-weight: 400;
    font-family: 'balootammabold';
}
.store-certificate .certificate-item .certificate-left .content-left{
    width: calc(100% - 48px);
    float: left;
}
.store-certificate .certificate-item .certificate-left .content-right{
    width: 48px;
    float: left;
}
.store-certificate .certificate-item .certificate-left .content-right span{
    display: block;
    width: 48px;
    height: 48px;
    border: 2px solid #e5e5e5;
    border-bottom: 5px solid #e5e5e5;
    border-radius: 11px;
    background: #fff;
    text-align: center;
    padding-top: 8px;
    margin-top: 5px;
    cursor: pointer;
}
.store-certificate .certificate-item .certificate-left .content-right span.active{
    border-color: #EA2B2B;
    background: #FF4B4B;
}
.store-certificate .certificate-item .certificate-left .content-right span i{
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url("../images/cart-icon.svg");
}
.store-certificate .certificate-item .certificate-left .content-right span.active i{
    background: url("../images/cart-icon-active.svg");
}





.store-student{
    background: #fff;
}
.student-content{
    max-width: 1064px;
    margin: 0 auto;
    padding: 55px 20px 55px;
    position: relative;
}
.store-student h2{
    margin: 0;
    color: #4B4B4B;
    font-size: 26px;
    font-family: 'balootammabold';
}
.store-student h2 a{
    margin: 0;
    color: #4B4B4B;
    font-size: 26px;
    font-family: 'balootammabold';
    display: block;
    text-decoration: none;
}
.store-student h2 span{
    float: left;
}
.store-student h2 i{
    font-style: normal;
    width: 23px;
    height: 23px;
    display: inline-block;
    float: left;
    background: #FFE2E2;
    border-radius: 23px;
    text-align: center;
    line-height: 27px;
    color: #FF4B4B;
    font-size: 15px;
    margin-left: 13px;
}
.store-student h2 svg{
    float: left;
    display: inline-block;
    margin-top: 2px;
    margin-left: 13px;
}
.store-student .store-student-content{
    margin-top: 5px;
}
.store-student .store-student-item{
    width: calc(100% + 26px);
    margin-left: -13px;
    overflow: hidden;
}
.store-student .student-item{
    width: calc(33.33% - 26px);
    margin: 26px 13px 0;
    float: left;
}
.store-student .student-item a{
    text-decoration: none;
}

.store-student .student-item .student-right{
    position: relative;
}
.store-student .student-item .student-right img{
    width: 100%;
    border-radius: 27px;
}
.store-student .student-item .student-right .view-detail{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1;
    bottom: 0;
    background: rgb(76 76 76 / 33%);
    border-radius: 27px;
    display: none;
}
.store-student .student-item a:hover .student-right .view-detail{
    display: block;
}
.store-student .student-item .student-right .view-detail span{
    width: 133px;
    height: 45px;
    display: block;
    border: 2px solid #FFFFFF;
    color: #fff;
    line-height: 45px;
    text-align: center;
    text-transform: uppercase;
    font-size: 15px;
    font-family: 'balootammamedium';
    border-radius: 11px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: rgb(255 255 255 / 25%);
}
.store-student .student-item .student-left{
    margin-top: 28px;
}
.store-student .student-item .student-left p{
    color: #4B4B4B;
    font-size: 20px;
    font-family: 'balootammabold';
    line-height: 25px;
    max-width: 260px;
}
.store-student .student-item .student-left .price{
    color: #FF4B4B;
    font-size: 20px;
}
.store-student .student-item .student-left .price span{
    color: #AFAFAF;
    font-size: 14px;
    text-decoration: line-through;
}
.store-student .student-item .student-left .price strong{
    font-weight: 400;
    font-family: 'balootammabold';
}
.store-student .student-item .student-left .content-left{
    width: calc(100% - 48px);
    float: left;
}
.store-student .student-item .student-left .content-right{
    width: 48px;
    float: left;
}
.store-student .student-item .student-left .content-right span{
    display: block;
    width: 48px;
    height: 48px;
    border: 2px solid #e5e5e5;
    border-bottom: 5px solid #e5e5e5;
    border-radius: 11px;
    background: #fff;
    text-align: center;
    padding-top: 8px;
    margin-top: 5px;
    cursor: pointer;
}
.store-student .student-item .student-left .content-right span.active{
    border-color: #EA2B2B;
    background: #FF4B4B;
}
.store-student .student-item .student-left .content-right span i{
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url("../images/cart-icon.svg");
}
.store-student .student-item .student-left .content-right span.active i{
    background: url("../images/cart-icon-active.svg");
}



.checkout-footer .footer-bg{
    height: 76px;
    background: url("../images/store/store-footer-bg.svg");
}
.checkout-footer .checkout-footer-content{
    background: #1CB0F6;
    margin-top: -2px;
}
.checkout-footer .footer-content{
    max-width: 788px;
    margin: 0 auto;
    padding: 20px;
}
.checkout-footer .footer-content .checkout-footer-left{
    width: 90px;
    float: left;
}
.checkout-footer .footer-content .checkout-footer-middle{
    width: calc(100% - 400px);
    float: left;
    padding-left: 35px;
    padding-top: 0px;
    padding-right: 35px;
}
.checkout-footer .footer-content .checkout-footer-middle p{
    text-align: center;
    margin: 5px 0 0;
    color: #fff;
    font-size: 12;
    font-family: 'balootammasemibold';
}
.checkout-footer .footer-content .checkout-footer-middle .action{
    text-align: center;
    margin-top: 15px;
}
.checkout-footer .footer-content .checkout-footer-middle .action a{
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
}
.checkout-footer .footer-content .checkout-footer-right{
    width: 300px;
    float: left;
    padding-top: 10px;
}
.checkout-footer .footer-content .checkout-footer-right .action{
    width: 33.33%;
    float: left;
}
.checkout-footer .footer-content .checkout-footer-right a{
    display: block;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    font-family: balootammabold;
    margin-bottom: 5px;
}
@media(max-width: 1200px){
    .store-header .banner-box-container{
        bottom: 45px;
    }
    .store-header .a-banner .ipad{
        display: block;
    }
    .store-header .a-banner .pc,
    .store-header .a-banner .mobile{
        display: none
    }
}
@media(max-width: 991px){
    .store-premium .store-premium-right{
        padding-top: 10px;
    }
    /* .store-cefr .cefr-item{
        width: calc(50% - 26px);
    } */
    .store-communicative .communicative-item{
        width: calc(50% - 26px);
    }
    .store-demand .demand-item {
        width: calc(50% - 26px);
    }
    .store-certificate .certificate-item {
        width: calc(50% - 26px);
    }
    .store-student .student-item{
        width: calc(50% - 26px);
    }
    .store-header .a-banner {
        display: block;
        height: 400px;
    }
    .store-cefr .cefr-item.cefr-full .cefr-left{
        padding-top: 80px;
        padding-left: 30px;
    }
    .store-student .student-item .student-left p{
        min-height: 50px;
    }
}
@media(max-width: 767px){
    .header-menu-content .header-menu-item.menu-item-register{
        display: none;
    }
    .header-menu-content .header-menu-item.menu-item-cart{
        display: flex;
    }
    .store-header .a-banner{
        height: 240px;
    }
    .store-header .a-banner .mobile{
        display: block;
    }
    .store-header .a-banner .pc,
    .store-header .a-banner .ipad{
        display: none
    }
    .store-header .banner-box-container .banner-box-content h3{
        font-size: 27px;
        line-height: 35px;
    }
    .store-header .banner-box-container .banner-box-content p{
        font-size: 13px;
        line-height: 18px;
    }
    .store-header .banner-box-container {
        bottom: 15px;
    }
    .store-header .store-banner-item{
        padding-bottom: 150px;
    }
    .store-skills h2{
        font-size: 20px;
    }
    .store-skills h2 a{
        font-size: 20px;
    }
    .store-skills h2 i{
        margin-left: 10px;
    }
    .store-skills .btn-skills-prev{
        display: none;
    }
    .store-skills .btn-skills-next{
        display: none;
    }
    .store-skills .skills-item .skills-left p{
        font-size: 16px;
        line-height: 21px;
    }
    .store-skills .skills-item .skills-left .price{
        font-size: 16px;
    }
    .store-skills .skills-item .skills-left .price span{
        font-size: 13px;
    }
    .skills-content{
        padding-bottom: 35px;
    }
    .store-premium .store-premium-left {
        width: 100%;
        float: none;
    }
    .store-premium .store-premium-right{
        width: 100%;
        float: none;
        padding: 25px 0 0;
    }
    .store-premium .store-premium-right h2{
        font-size: 28px;
        line-height: 35px;
    }
    .cefr-content{
        padding-top: 35px;
    }
    .store-cefr h2{
        font-size: 20px;
    }
    .store-cefr h2 i{
        margin-left: 10px;
    }
    .store-cefr h2 a{
        font-size: 20px;
    }
    .store-cefr h2 em{
        display: none;
    }

    .store-cefr .cefr-item {
        width: 190px;
    }
    .store-cefr .cefr-item .cefr-left p {
        font-size: 16px;
        line-height: 21px;
        margin-bottom: 5px;
    }
    .store-cefr .cefr-item .cefr-left .price {
        font-size: 16px;
    }
    .store-cefr .cefr-item .cefr-left .price span{
        font-size: 13px;
    }
    .store-cefr .cefr-item .cefr-right img{
        border-radius: 20px;
    }
    .store-cefr .btn-cefr-prev{
        display: none;
    }
    .store-cefr .btn-cefr-next{
        display: none;
    }
    .store-cefr .cefr-item .cefr-left {
        margin-top: 20px;
    }
    .store-cefr .cefr-item .cefr-left .content-left {
        width: 100%;
        float: none;
    }
    .store-cefr .cefr-item.cefr-full .cefr-right {
        width: 100%;
        float: none;
    }
    .store-cefr .cefr-item.cefr-full .cefr-left {
        padding-top: 20px;
        padding-left: 0;
        width: 100%;
        float: none;
    }
    .store-cefr .cefr-item.cefr-full .cefr-left h4{
        font-size: 20px;
        margin: 0;
    }
    .store-cefr .cefr-item.cefr-full .cefr-left p{
        margin-top: 10px;
    }



    .communicative-content{
        padding-top: 35px;
    }
    .store-communicative h2{
        font-size: 20px;
    }
    .store-communicative h2 i{
        margin-left: 10px;
    }
    .store-communicative h2 a{
        font-size: 14px;
        margin-top: 7px;
    }
    .store-communicative h2 em{
        display: none;
    }
    .store-communicative .store-communicative-item {
        width: 2680px;
        margin: 0;
        overflow: auto;
    }
    .store-communicative .communicative-item {
        width: 320px;
        float: left;
        margin: 20px 15px 0 0;
    }
    .store-communicative .communicative-item .communicative-left p{
        font-size: 16px;
    }
    .store-communicative .communicative-item .communicative-left .price {
        font-size: 16px;
    }
    .store-communicative .communicative-item .communicative-left .price span{
        font-size: 13px;
    }
    .store-communicative .store-communicative-content{
        overflow: hidden;
        overflow-x: auto;
    }



    .demand-content{
        padding-top: 35px;
    }
    .store-demand h2{
        font-size: 20px;
    }
    .store-demand h2 i{
        margin-left: 10px;
    }
    .store-demand h2 a{
        font-size: 20px;
        margin-top: 7px;
    }
    .store-demand h2 em{
        display: none;
    }
    .store-demand .store-demand-item{
        width: 100%;
        margin: 0;
    }
    
    .store-demand .demand-item {
        width: 100%;
        float: none;
        margin: 25px 0px 0 0;
    }
    .store-demand .demand-item .demand-left p{
        font-size: 16px;
    }
    .store-demand .demand-item .demand-left .price {
        font-size: 16px;
    }
    .store-demand .demand-item .demand-left .price span{
        font-size: 13px;
    }




    .certificate-content{
        padding-top: 35px;
    }
    .store-certificate h2{
        font-size: 20px;
    }
    .store-certificate h2 i{
        margin-left: 10px;
    }
    .store-certificate h2 a{
        font-size: 20px;
        margin-top: 7px;
    }
    .store-certificate h2 em{
        display: none;
    }
    .store-certificate .store-certificate-item{
        width: 100%;
        margin: 0;
    }
    
    .store-certificate .certificate-item {
        width: 100%;
        float: none;
        margin: 25px 0px 0 0;
    }
    .store-certificate .certificate-item .certificate-left p{
        font-size: 16px;
        margin-bottom: 5px;
    }
    .store-certificate .certificate-item .certificate-left .price {
        font-size: 16px;
    }
    .store-certificate .certificate-item .certificate-left .price span{
        font-size: 13px;
    }
   

    .student-content{
        padding-top: 35px;
    }
    .store-student h2{
        font-size: 20px;
    }
    .store-student h2 i{
        margin-left: 10px;
    }
    .store-student h2 a{
        font-size: 20px;
        margin-top: 7px;
    }
    .store-student h2 em{
        display: none;
    }
    .store-student .store-student-item{
        width: 100%;
        margin: 0;
    }
    .store-student .store-student-item{
        width: 100%;
        margin: 0;
    }
    
    .store-student .student-item {
        width: 100%;
        float: none;
        margin: 25px 0px 0 0;
    }
    .store-student .student-item .student-left p{
        font-size: 16px;
        margin-bottom: 5px;
        min-height: unset;
    }
    .store-student .student-item .student-left .price {
        font-size: 16px;
    }
    .store-student .student-item .student-left .price span{
        font-size: 13px;
    }
    .store-header .owl-theme .owl-nav.disabled+.owl-dots{
        margin-top: -10px;
    }
    .checkout-footer .footer-bg{
        height: 31px;
        background: url("../images/store/store-footer-bg-mobile.svg");
    }
    .checkout-footer .footer-content .checkout-footer-middle{
        width: calc(100% - 90px);
        padding-left: 15px;
        padding-right: 0;
    }
    .checkout-footer .footer-content .checkout-footer-right{
        width: 100%;
        padding-top: 20px;
        text-align: center;
    }
    .checkout-footer .footer-content .checkout-footer-right a{
        display: inline-block;
        font-size: 12px;
        margin-left: 5px;
        margin-right: 5px;
    }
    .checkout-footer .footer-content .checkout-footer-right .action {
        width: 100%;
        float: none;
        display: inline-block;
        margin-bottom: 5px;
        text-align: center;
    }
}