@font-face{
 font-family: opensanslight;
 src: url(../fonts/OpenSans-Light.ttf);
}
@font-face{
 font-family: opensansbold;
 src: url(../fonts/OpenSans-Bold.ttf);
 font-weight:800;
}
@font-face{
 font-family: opensansregular;
 src: url(../fonts/OpenSans-Regular.ttf);
 font-weight:400;
}
@font-face{
 font-family: opensansitalic;
 src: url(../fonts/OPEN-SANS.ITALIC_0.TTF);
 font-weight:400;
}
@font-face{
 font-family: opensanssemibold;
 src: url(../fonts/OpenSans-Semibold.ttf);
 font-weight:600;
}

@font-face{
 font-family: robotobold;
 src: url(../fonts/Roboto-Bold.ttf);
}

@font-face{
 font-family: robotoblack;
 src: url(../fonts/Roboto-Black.ttf);
}

@font-face{
 font-family: robotoregular;
 src: url(../fonts/Roboto-Regular.ttf);
}

@font-face{
 font-family: robotomedium;
 src: url(../fonts/Roboto-Medium.ttf);
}

@font-face{
 font-family: SFUDinEngAlt;
 src: url(../fonts/SFUDinEngAlt.TTF);
}
@font-face{
 font-family: helveticaneuebold;
 src: url(../fonts/Helvetica-Neue-Bold.ttf);
}
@font-face{
 font-family: helveticaneueitalic;
 src: url(../fonts/Helvetica-Neue-Italic.ttf);
}
@font-face{
 font-family: helveticaneueregular;
 src: url(../fonts/Helvetica-Neue-Regular.ttf);
}
@font-face{
 font-family: helveticaneuelight;
 src: url(../fonts/Helvetica-Neue-Light.ttf);
}
@font-face{
 font-family: helveticaneuemedium;
 src: url(../fonts/Helvetica-Neue-Medium.ttf);
}

@font-face{
 font-family: nunitosans;
 src: url(../fonts/NunitoSans-Regular.ttf);
}
@font-face{
 font-family: nunitosansbold;
 src: url(../fonts/NunitoSans-Bold.ttf);
}
@font-face{
 font-family: nunitosanssemibold;
 src: url(../fonts/NunitoSans-SemiBold.ttf);
}
@font-face{
 font-family: nunitosansitalic;
 src: url(../fonts/NunitoSans-Italic.ttf);
}
@font-face{
    font-family: iciel;
    src: url('../fonts/iCielHelveticaNowDisplay-Regular.otf');
}
@font-face{
    font-family: icielbold;
    src: url('../fonts/iCielHelveticaNowDisplay-Bold.otf');
}
@font-face{
    font-family: icielextrabold;
    src: url('../fonts/iCielHelveticaNowDisplay-Extrabold.otf');
}
@font-face{
    font-family: icielmedium;
    src: url('../fonts/iCielHelveticaNowDisplay-Medium.otf');
}

@font-face{
    font-family: icielitalic;
    src: url('../fonts/iCielHelveticaNowDisplay-Italic.otf');
}
@font-face{
    font-family: icielextralight;
    src: url('../fonts/iCielHelveticaNowDisplay-ExtraLight.otf');
}


body {
    font-family: helveticaneueregular;
    color: #414042;
    font-size: 16px;
}

:root{
     --color-header-top: #DC3545;
     --color-package-1: #4990E9;
     --color-package-2: #DC3545;
     --color-package-3: #F7AE00;
     --width-cover: 1170px;
     --max-width: 1170px;
     --padding-cover: 0px 15px;
     --color-head: #DC3545;
	 --color-paragraph: #231F20;
    --color-default-text: #DC3545;
    --color-default-bg: #DC3545;
    
}
body #spb-information-bar .spb-logo .icon-zotabox-logo{
    display: none!important;
}

.ee-top-page{
    width: 100%;
    background: var(--color-header-top);
    padding: var(--padding-cover);
}

.ee-top-page-cover{
    width: 100%;
    max-width: var(--width-cover);
    margin: auto;
    height: 35px;
}

.ee-top-page .ee-left{
    height: 100%;
    display: flex;
    float: left;
}

.ee-top-page .ee-right{
    height: 100%;
    display: flex;
    float: right;
}

.ee-top-page .ee-icon-phone{
    margin: auto 5px auto 0px;
}

.ee-top-page .ee-phone-number{
    font-family: robotobold;
    font-size: 15px;
    color: #fff;
    margin: auto 5px auto 0px;
}

.ee-top-page .ee-time{
    font-family: robotoregular;
    font-size: 15px;
    color: #fff;
    margin: auto 0px;
}

.ee-top-page .ee-icon-youtube, .ee-top-page .ee-icon-facebook{
    margin: auto 0px auto 5px;
}

.ee-logo{
    width: 100%;
    padding: var(--padding-cover);
}

.ee-logo-cover{
    height: 130px;
    width: 100%;
    max-width: var(--width-cover);
    margin: auto;
}

.ee-logo .ee-left{
    height: 100%;
    display: flex;
    float: left;
}

.ee-logo .ee-right{
    height: 100%;
    display: flex;
    float: right;
}

.ee-logo .ee-logo-center{
    margin: auto 0px;
}

.ee-menu{
    width: 100%;
    background: url('../img/nav-bg-red.jpg');
    
    
}

.ee-menu.menu-active{
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 1000;
    box-shadow: 0px 15px 20px 0px rgba(0,0,0,0.2);
}

.ee-menu-cover{
    width: 100%;
    max-width: var(--width-cover);
    height: 55px;
    margin: auto;
}

.ee-menu .ee-left{
    height: 100%;
    display: flex;
    float: left;
}

.ee-menu .ee-right{
    height: 100%;
    display: flex;
    float: right;
}

.ee-menu .ee-link{
    font-family: SFUDinEngAlt;
    font-size: 16px;
    color: #48382D;
    margin: auto 20px auto 0px;
    text-align: left;
    text-transform: uppercase;
    padding: 5px 10px;
    transition: 0.25s all ease;
}

.ee-menu .ee-link:hover, .ee-menu .ee-link:active,  .ee-menu .ee-link:focus{
    background: #f4f3f0;
    text-decoration: none;
}

.ee-menu .ee-link.ee-home{
    color: #DC3545;
}

.ee-menu .ee-dropdown{
    margin: auto 20px auto 0px;
}

.ee-menu .ee-dropdown .dropdown-toggle{
    border: 0px;
    border-radius: 0px;
    background: transparent;
    font-family: SFUDinEngAlt;
    font-size: 16px;
    color: #48382D;
    text-transform: uppercase;
}

.ee-menu .ee-dropdown .dropdown-toggle:hover, .ee-menu .ee-dropdown .dropdown-toggle:active, .ee-menu .ee-dropdown .dropdown-toggle:focus, .ee-menu .ee-dropdown.open .dropdown-toggle{
    background: #f4f3f0;
    outline: 0;
}

.ee-menu .ee-dropdown .dropdown-menu{
    margin-top: 6px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    right: auto;
    text-align: left;
    padding: 5px;
    background: #f4f3f0;
}

.ee-menu .ee-dropdown .dropdown-menu::before{
    position: absolute;
    top: -7px;
    left: 5%;
    right: auto;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #f4f3f0;
    border-left: 7px solid transparent;
    border-bottom-color: #f4f3f0;
    content: '';
}

.ee-menu .ee-dropdown .dropdown-menu a{
    font-family: SFUDinEngAlt;
    font-weight: normal;
    line-height: 1;
    padding: 10px;
    font-size: 18px;
    color: #d8d2cb;
    background: #4b4039;
    border: 0;
    border-bottom: 1px solid #544740;
    text-transform: none;
    text-shadow: 0px 0px 0px transparent;
    height: auto;
}

.ee-menu .ee-dropdown .dropdown-menu a:hover, .ee-menu .ee-dropdown .dropdown-menu a:focus{
    background: #332a24;
    border-bottom: 1px solid #544740;
}

.ee-menu .ee-link.ee-link-register{
    color: #DC3545;
    margin: auto 0px auto 20px;
}

.ee-menu .ee-link.ee-link-contact{
    color: #002A91;
    margin: auto 0px auto 20px;
}

.ee-banner img{
    max-width: 100%;
	box-shadow: 1px 2px 10px 3px rgba(174, 174, 174, 0.68);
}

.ee-package-title h1{
    font-family: helvetica neue;
    font-size: 30px;
    color: var(--color-header-top);
    text-align: center;
    line-height: normal;
    margin-bottom: 0px;
    margin-top: 35px;
    font-weight: bold;
}

.ee-package-title h3{
    font-family: helvetica neue;
    font-size: 20px;
    color: var(--color-header-top);
    text-align: center;
    line-height: normal;
    margin: 0px;
    font-weight: 600;
}

.ee-package-content{
    width: 100%;
    max-width: 760px;
    margin: auto;
    margin-top: 35px;
    margin-bottom: 35px;
}

.ee-package-content-cover{
    display: inline-block;
    width: 100%;

}

.ee-package-item.ee-package-1{
    --color-package-main: var(--color-package-1);
    box-shadow: 14px 8px 0px 0px #E3EBF3;
}
.ee-package-item.ee-package-2{
    --color-package-main: var(--color-package-2);
    box-shadow: 14px 8px 0px 0px #F4E4E6;
}
.ee-package-item.ee-package-3{
    --color-package-main: var(--color-package-3);
    box-shadow: 14px 8px 0px 0px #F9F1E8;
}

.ee-package-item.ee-package-1 .ee-price{
    background: #E3EBF3;
}
.ee-package-item.ee-package-2 .ee-price{
    background: #F4E4E6;
}
.ee-package-item.ee-package-3 .ee-price{
    background: #F9F1E8;
}

.ee-package-item{
    border: 3px solid var(--color-package-main);
    width: calc((100% - 90px)/2);
    float: left;
    margin-right: 45px;
    margin-bottom: 35px;
}

.ee-package-content .ee-package-item:last-child{
    margin-right: 0px;
}

.ee-package-item .ee-header{
    height: 210px;
    width: 100%;
    background: var(--color-package-main);
    color: #fff;
    text-align: center;
    height: 185px;
}

.ee-package-item .ee-header .ee-start{
    font-size: 25px;
    padding-top: 35px;
}

.ee-package-item .ee-header .ee-start i{
    margin: 0px 2px;
    text-shadow: 0px -1px #333;
}

.ee-package-item .ee-header h2{
    font-family: robotoblack;
    font-size: 30px;
    margin-top: 20px;
    margin-bottom: 5px;
    text-shadow: 0px -1px #333;
}

.ee-package-item .ee-header h4{
    font-family: robotoregular;
    font-size: 20px;
    margin: 0px;
    text-shadow: 0px -1px #333;
}

.ee-package-item .ee-price{
    height: 125px;
    text-align: center;
    display: inline-block;
    width: 100%;
}

.ee-package-item .ee-price .ee-detail{
    font-family: robotobold;
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 0px;
    color: #58595B;
    text-align: center;
}

.ee-package-item .ee-color-price{
    color: #F36463;
}

.ee-package-item .ee-price .ee-main-price{
    font-family: robotobold;
    font-size: 45px;
    color: var(--color-package-main);
    margin-bottom: 0px;
    margin-top: 8px;
    line-height: 42px;
}

.ee-package-item .ee-price .ee-main-price .ee-unit{
    font-size: 30px;
    vertical-align: top;
    line-height: 26px;
    margin-left: 5px;
}

.ee-package-item .ee-body{
    padding: 0px 20px;
}

.ee-package-item .ee-body .ee-block-detail{
    height: 80px;
    border-bottom: 1px solid #C0C0C0;
    display: flex;
    width: 100%;
    padding: 0px 8px;
}

.ee-package-item .ee-body .ee-block-detail p{
    margin: auto 0px;
    font-family: robotoregular;
    font-size: 14px;
}

.ee-package-item .ee-color-package{
    color: var(--color-package-main);
}

.ee-package-item .ee-color-bold{
    color: #231F20;
}

.ee-package-item .ee-block-bottom .ee-detail{
    padding: 25px 8px 0px;
    min-height: 215px;
}

.ee-package-item .ee-block-bottom .ee-intro-title{
    font-family: robotomedium;
    font-size: 14px;
    color: var(--color-package-main);
    line-height: normal;
    margin-top: 0px;
    margin-bottom: 10px;
}

.ee-package-item .ee-block-bottom .ee-intro-detail{
    font-family: robotoregular;
    font-size: 14px;
    padding-left: 20px;
    position: relative;
    line-height: normal;
    margin-top: 0px;
    margin-bottom: 10px;
}

.ee-package-item.ee-package-2 .ee-block-bottom .ee-intro-detail{
    margin-bottom: 7px;
}

.ee-package-item .ee-block-bottom .ee-intro-detail::before{
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--color-package-main);
    position: absolute;
    left: 0px;
    top: 8px;
}

.ee-package-item .ee-block-bottom .ee-intro-detail .ee-color-bold{
    font-family: robotomedium;
}

.ee-package-item .ee-block-bottom .ee-image{
    margin: 40px 0px;
    width: 100%;
    display: flex;
    min-height: 260px;
}

.ee-package-item.ee-package-3 .ee-block-bottom .ee-image{
    min-height: 475px;
    margin: auto;
}

.ee-package-item .ee-block-bottom .ee-image img{
    margin: auto;
    max-width: 100%;
	max-height: 260px;
}

.ee-package-item .ee-block-bottom .ee-bottom p{
    font-family: robotobold;
    font-size: 14px;
    width: 100%;
    max-width: 255px;
    text-align: center;
    margin: auto;
    margin-bottom: 50px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    background: var(--color-package-main);
    border-radius: 6px;
}

.ee-package-item .ee-block-bottom .ee-bottom p span.ee-number{
    display: inline-block;
    width: 70px;
    height: 20px;
    font-family: robotoregular;
    font-size: 14px;
    text-align: center;
    line-height: 20px;
    background: #fff;
    color: var(--color-package-main);
    border-radius: 10px;
    margin-right: 7px;
}

.ee-package-item .ee-color-package-1{
    color: var(--color-package-1);
}

.ee-package-item .ee-color-package-2{
    color: var(--color-package-2);
}

.ee-package{
    margin-bottom: 65px;
    padding: var(--padding-cover);
}

.ee-div-line{
    width: 100%;
    max-width: var(--width-cover);
    height: 30px;
    border-top: 3px solid #DC3545;
    position: relative;
    margin: auto;
}

.ee-div-line::before{
    content: "";
    display: inline-block;
    width: 35px;
    height: 35px;
    border: 3px solid #DC3545;
    border-width: 0px 3px 3px 0px;
    background: #fff;
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translate(-50%, calc(-50% - 1px)) rotate(45deg);
}

.ee-promotion .ee-div-line, .ee-promotion .ee-div-line::before{
    border-color: #EE2D7D;
}

.ee-promotion-content .ee-title{
    font-family: helveticaneuelight;
    font-size: 30px;
    line-height: normal;
    margin: 0px;
    text-align: center;
    color: var(--color-default-text);
    margin-bottom: 10px;
}

.ee-promotion-content .ee-name{
    font-family: helveticaneuebold;
    font-size: 20px;
    line-height: normal;
    margin: 0px;
    text-align: center;
    color: var(--color-default-text);
    margin-bottom: 15px;
}

.ee-promotion-content .ee-detail{
    font-family: helveticaneueregular;
    font-size: 16px;
    line-height: 26px;
    margin: auto;
    text-align: justify;
    text-align-last: center;
    max-width: 980px;
    color: var(--color-default-text);
    border: 1px dashed;
    border-radius: 10px;
    padding: 15px 40px;
    font-family: helveticaneuebold;
}

.ee-promotion-banner{
    float: left;
    width: 100%;
}
.pimsleur-bold{
    font-family: robotobold;
}
.ee-promotion-banner img{
    width: 100%;
    max-width: 420px;
    margin-top: 40px;
}
.ee-promotion-description .description-img{
    float: left;
}
.ee-promotion-banner .ee-promotion-description{
    max-width: 900px;
    margin: auto;
}
.ee-promotion-banner .description-content{
    float: left;
    max-width: 445px;
    margin-left: 30px;
}
.ee-promotion-banner .ee-promotion-description p{
    max-width: 1000px;
    margin: 20px auto 0px;
    text-align: justify;
}
.ee-promotion-banner .ee-promotion-description p .sp-blue{
    color: #00AEEF;
}
.ee-promotion-banner .ee-promotion-description p .sp-green{
    color: #39B54A;
}
.ee-promotion-banner .ee-promotion-description p .sp-red{
    color: #DC3545;
}
.ee-promotion {
    padding: 0px 15px 50px!important;
    background-color: #fff;
}

.ee-promotion .ee-bold{
    font-family: robotobold;
}

.ee-promotion .ee-number-promotion{
    font-family: robotobold;
    color: #EE2D7D;
}

.ee-promotion .ee-color-vip{
    font-family: robotoregular;
    color: #A57200;
}

.ee-promotion .ee-price-old{
    font-family: robotoregular;
    color: #F26463;
    text-decoration: line-through;
}

.ee-promotion .ee-price-new{
    font-family: robotoregular;
    color: #7AC50C;
}

.ee-time-countdown .ee-countdown-item{
    text-align: center;
    margin-top: 20px;
}

.ee-time-countdown .ee-countdown-item .ee-item{
    display: inline-flex;
    width: 120px;
    height: 140px;
    background: #000000;
    color: #fff;
    margin: 30px 10px;
    border-radius: 7px;
}

.ee-time-countdown .ee-countdown-item .ee-item-cover{
    display: inline-block;
    margin: auto;
}

.ee-time-countdown .ee-countdown-item .ee-item .ee-number{
    font-family: robotoregular;
    font-size: 60px;
    line-height: 55px;
}

.ee-time-countdown .ee-countdown-item .ee-item .ee-text{
    font-family: robotoregular;
    font-size: 22px;
    margin: 0px;
}

.ee-time-countdown .ee-bottom{
    font-family: robotoregular;
    font-size: 16px;
    color: #F26463;
    text-align: center;
}


.ee-time-countdown{
    background: #EC008C;
    margin-top: 90px;
    min-height: 200px;
}
.ee-time-countdown .ee-time-countdown-content{
    max-width: 1040px;
    margin: auto;
}
.ee-time-countdown .ee-time-countdown-content .ee-countdown-description{
    float: left;
}
.ee-time-countdown .ee-countdown-description h2{
    font-size: 33px;
    color: #fff;
    font-family: robotobold;
    margin: 30px 0px 0px;
}
.ee-time-countdown .ee-countdown-description h3{
    font-size: 28px;
    color: #fff;
    font-family: robotobold;
    margin: 5px 0px;
}
.ee-time-countdown .ee-countdown-description p{
    color: #fff;
    font-size: 22px;
    font-family: robotomedium;
    max-width: 550px;
}


.ee-footer{
    background: linear-gradient(#DC3545 0%, #DC3545 0%, #000 100%, #000 100%) ;
}

.ee-footer .ee-container{
    width: 100%;
    max-width: var(--width-cover);
    margin: auto;
    margin-bottom: 50px;
    padding: var(--padding-cover);
}

.ee-footer .ee-container .ee-title{
    font-family: SFUDinEngAlt;
    font-size: 25px;
    color: #fff;
    text-transform: uppercase;
    margin-top: 40px;
    margin-bottom: 30px;
}

.ee-footer .ee-container .ee-address{
    font-family: robotoregular;
    font-size: 11px;
    color: #fff;
    margin-bottom: 40px;
}

.ee-footer .ee-container .ee-support-info{
    padding: 10px;
    border: 1px dashed #FFF100;
    color: #FFF100;
    text-transform: uppercase;
    font-family: robotobold;
    font-size: 12px;
    border-radius: 7px;
}

.ee-footer .ee-container .ee-list-connect{
    padding: 0px;
    list-style-type: none;
}

.ee-footer .ee-container .ee-list-connect a{
    font-family: robotoregular;
    font-size: 13px;
    color: #F61C0D;
    text-decoration: none;
}

.ee-footer-line{
    background: #fff;
    max-width: var(--width-cover);
    width: 100%;
    height: 1px;
    margin: auto;
}

.ee-super-footer{
    font-family: robotoregular;
    font-size: 12px;
    color: #fff;
    margin-top: 30px;
    padding-bottom: 30px;
    text-align: center;
    margin-bottom: 0px;
}

.ee-logo-other{
    margin-top: 20px;
}

.ee-form{
    width: 100%;
    max-width: var(--width-cover);
    margin: 30px auto;
}

.ee-promotion{
    padding: var(--padding-cover);
}

.ee-menu-dropdown{
    display: none;
}

#ee-package-slider{
    position: relative; 
    top: 0px; 
    left: 0px; 
    height: 1350px;
}

#ee-package-slider .slider-container-cover{
    cursor: pointer; 
    position: absolute; 
    overflow: hidden; 
    left: 0px; 
    top: 0px; 
    height: 1350px;
}

.ee-footer-logo svg{
    max-width: 100%;
    width: 300px;
	margin-top: -5px;
}

.ee-logo-other img{
    max-width: 100%;
    width: 300px;
}

.ee-logo-other .ee-img-cover{
    display: inline-block;
    position: relative;
}

.ee-logo-other .ee-img-cover .ee-link-cover{
    display: flex;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
}

.ee-logo-other .ee-img-cover .ee-link-cover .ee-link-logo{
    display: inline-block;
    width: 100%;
    padding-right: 10px;
}

.ee-logo-other .ee-img-cover .ee-link-cover .ee-link-logo:last-child{
    padding-right: 0px;
}
.ee-form-cover {
    padding: var(--padding-cover);
}



.main-footer{
    background: #1E1E1E;
}
.main-footer-top{
    background: #000000; 
}
.footer-top-content{
    max-width: 1190px;
    padding: 25px 15px 25px;
    margin: 0px auto; 
}
.footer-top-item{
    width: 33.333%;
    float: left;
}
.footer-top-item svg{
    float: left;
}
.footer-top-item span{
    float: left;
    color: #fff;
    margin-left: 10px;
    margin-top: 2px;
    display: inline-block;
    font-size: 16px;
    font-family: 'icielmedium';
}
.main-footer-content{
    max-width: 1160px;
    margin: auto;
    padding: 30px 15px 40px;
}
#form-control-full-name{
    display: none;
}
.footer-app{
    text-align: center;
    margin-bottom: 50px;
}
.app-title{
    color: #fff;
    margin-bottom: 15px;
    font-size: 18px;
    font-family: 'icielbold';
}
.app-image a{
    margin-left: 5px;
    margin-right: 5px;
}
.footer-content-item{
    width: 33.33%;
    float: left;
}

.main-footer .footer-content-item a{
    display: block;
    color: #fff;
    font-size: 18px;
    margin-bottom: 10px;
    font-family: 'iciel';
}
.main-footer .footer-content-item a.footer-logo{
    margin-bottom: 30px;
}
.main-footer .footer-content-item a:hover{
    text-decoration: none;
}
.main-footer .footer-content-item a.footer-item-title{
    margin-bottom: 30px;
    font-size: 20px;
    font-family: 'icielbold';
}
.main-footer .footer-content-item a.footer-item-support{
    margin-bottom: 30px;
    font-size: 20px;
    font-family: 'icielbold';
}
.main-footer .footer-content-item span.footer-item-social{
    display: block;
    color: #fff;
    font-size: 18px;
    margin-bottom: 10px;
    font-family: 'iciel';
    margin-bottom: 30px;
    font-size: 20px;
    font-family: 'icielbold';
}
.footer-content-item.footer-content-item-info{
    width: 31%;
    padding-right: 80px;
}


.main-footer .footer-content-item a span{
    margin-left: 5px;
}
.footer-copyright{
    border-top: 1px solid rgb(255 255 255 / 11%);
}
.footer-copyright .footer-copyright-content{
    max-width: 1160px;
    margin: 0px auto;
    padding: 25px 15px 10px;
}
.footer-copyright .copyright{
    float: left;
    color: #fff;
    font-size: 13px;
}
.footer-copyright .footer-social{
    float: right;
}
.footer-copyright .footer-terms{
    display: inline-block;
    float: left;
    padding-top: 6px;
    margin-right: 20px;
}
.footer-copyright .footer-terms a{
    color: #d9bf0a;
    font-size: 14px;
    margin-right: 10px; 
}
.footer-copyright a.footer-facebook {
    display: inline-block;
    width: 38px;
    height: 38px;
    background: url(../img/book-bg.svg?n=1) 0px -480px;
    margin-right: 10px;
}
.footer-copyright a.footer-youtube {
    display: inline-block;
    width: 38px;
    height: 38px;
    background: url(../img/book-bg.svg?n=1) 0px -530px;
    margin-right: 10px;
}
.footer-copyright a.footer-google {
    display: inline-block;
    width: 38px;
    height: 38px;
    background: url(../img/book-bg.svg?n=1) 0px -620px;
    margin-right: 10px;
}
@media (max-width: 1300px){

}

@media (max-width: 991px){
    .ee-menu-dropdown{
        height: 55px;
        width: 100%;
        position: relative;
        display: block;
		margin-left: 15px;
    }

    .ee-menu-dropdown .ee-image-logo{
        max-height: 50px;
        position: absolute;
        left: 0px;
        top: 50%;
        transform: translate(0px, -50%);
    }

    .ee-menu-dropdown .ee-dropdown-button{
        border: 1px solid #48382D;
        padding: 5px 10px;
        position: absolute;
        right: 0px;
        top: 50%;
        transform: translate(0px, -50%);
        border-radius: 5px;
        font-size: 21px;
        outline: 0;
		margin-right: 30px;
    }

    .ee-menu-cover{
        height: unset;
        display: none;
		padding: var(--padding-cover);
		background: #fff;
    }

    .ee-menu .ee-left, .ee-menu .ee-right{
        float: none;
        display: block;
        height: unset;
    }

    .ee-menu .ee-link{
        display: block;
        margin: 0px!important;
    }

    .ee-menu .ee-dropdown .dropdown-toggle{
        width: 100%;
        text-align: left;
    }

    .ee-logo{
        display: none;
    }

    .main-footer-content{
        padding: 40px 15px;
    }
    .footer-content-item.footer-content-item-info{
        width: 100%;
        padding-right: 15px;
    }
    .footer-content-item{
        width: 100%;
        float: none;
        margin-bottom: 25px;
    }
    .main-footer .footer-content-item a.footer-item-title{
        margin-bottom: 20px;
    }
    .main-footer .footer-content-item a.footer-item-support{
        margin-bottom: 20px;
    }
    .main-footer .footer-content-item a.footer-item-social{
        margin-bottom: 20px;
    }
    .footer-top-item{
        width: 100%;
        float: none;
        margin-bottom: 16px;
    }
}



@media (max-width: 768px){
    .ee-footer-logo{
        text-align: center;
        width: 100%;
        display: inline-block;
    }

    .ee-logo-other {
        text-align: center;
        display: none;
    }

    .ee-community{
        display: none;
    }
    .ee-time-countdown .ee-countdown-item .ee-item{
            width: 65px;
			height: 90px;
			margin: 5px;
    }
    .ee-time-countdown .ee-countdown-item .ee-item .ee-number{
        font-size: 30px;
        line-height: 25px;
    }
    .ee-time-countdown .ee-countdown-item .ee-item .ee-text{
        font-size: 14px;
    }
    .ee-promotion-banner .description-content{
    	margin-left: 20px;
    	width: calc(100% - 40px);
    }
    .ee-package-title{
    	padding: 0 20px;
    }
}

@media (max-width: 500px){
    .ee-package-item .ee-header-cover{
        display: inline-block;
        margin: auto;
        width: 100%;
    }

    .ee-package-item .ee-header .ee-start{
        padding-top: 0px;
    }

    .ee-package-item .ee-header{
        display: flex;
    }
}

/**register modal**/
#register-modal .modal-dialog{
	max-width: 490px   ;
	width: 100%;
    padding: 20px;
    margin: 30px auto;
}

#register-modal .stairs-level-modal-close{
	top: 5px;
	right: 5px;
	transform: scale(0.7);
}

#register-modal .modal-title{
	font-family: robotobold;
    font-size: 18px;
    color: #7AC60C;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-top: 10px;
}

#register-modal .modal-button-container a{
	font-family: opensansbold;
	font-size: 13px;
	color: #fff;
	display: inline-block;
	min-width: 100px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	border-radius: 3px;
	margin: 0px 10px;
	padding: 0px 10px;
    margin-top: 20px;
}

.register-modal-type{
	text-align: center;
	padding: 25px 20px;
}

.register-modal-type .modal-button-container a.button-regiter-close{
	background: #7AC60C;
}
.stairs-level-modal-close{
    font-size: 25px;
    margin-right: 10px;
}
.stairs-level-modal-close:hover{
    cursor: pointer;
}
.register-content{
    font-size: 15px;
    margin-top: 15px;
}
/**register modal**/


/**form register**/
.ee-form-order{
    max-width: 650px;
    width: 100%;
    margin: auto;
    margin-bottom: 40px;
}

.ee-form-order .ee-form-title{
    font-family: helveticaneuebold;
    font-size: 20px;
    color: var(--color-head);
    text-align: center;
}

.ee-form-order .ee-title{
    display: inline-block;
    width: 100%;
    text-align: left;
    font-family: helveticaneuemedium;
    font-size: 16px;
    color: var(--color-paragraph);
    margin-top: 20px;
    margin-bottom: 5px;
}

.ee-form-order .ee-note{
    font-family: helveticaneueitalic;
    font-size: 13px;
    color: #6D6E71;
    margin-bottom: 10px;
}

.ee-form-order .ee-input{
    width: 100%;
    height: 55px;
    border: 1px solid #A5A7AA;
    border-radius: 5px;
    font-family: helveticaneueregular;
    font-size: 15px;
    outline: 0;
    padding: 0px 10px;
}

.ee-form-order .ee-input-cover{
    position: relative;
}

.ee-form-order .ee-input-cover::after{
    content: "";
    display: inline-block;
    width: 49px;
    height: 45px;
    position: absolute;
    right: 1px;
    top: 50%;
    transform: translate(0, -50%);
    border-left: 1px solid #A5A7AA;
    background-color: #fff;
    z-index: 2;
}

.ee-form-order .ee-input-cover::before{
    content: "";
    display: inline-block;
    width: 16px;
    height: 8px;
    border-color: #A57200 transparent transparent;
    border-style: solid;
    border-width: 8px 8px 0px 8px;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 3;
    cursor: pointer;
}

.ee-form-order .ee-input-cover .ee-input{
    position: relative;
    z-index: 4;
    background: transparent;
    padding-right: 50px;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

.ee-form-order .ee-input-cover select.ee-input{
    color: #A57200;
}

.ee-form-order .ee-input-number{
    max-width: 200px;
}

.ee-form-order .ee-input-number input::-webkit-outer-spin-button,
.ee-form-order .ee-input-number input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

.ee-form-order .ee-input-number .dropdown-menu{
    width: 100%;
    top: calc(100% - 2px);
    border-radius: 0px;
}

.ee-form-order .ee-input-number .dropdown-menu li{
    height: 25px;
    line-height: 25px;
    cursor: pointer;
    transition: 0.1s all linear;
    padding: 0px 15px;
}

.ee-form-order .ee-input-number .dropdown-menu li:hover{
    background: var(--color-paragraph);
    color: #fff;
}
.g-recaptcha{
    margin-top: 10px;
}
.ee-form-order .ee-confirm{
    margin-bottom: 30px;
    margin-top: 20px;
    font-weight: normal;
    font-family: helveticaneueregular;
    font-size: 15px;
    color: #414042;
}

.ee-form-order .ee-button{
    display: inline-block;
    width: 100%;
    height: 55px;
    border-radius: 3px;
    border: 1px solid #a8aaa4;
    line-height: 53px;
    background: #bebebe;
    color: #eeeaea;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    outline: 0;
    font-family: helveticaneuemedium;
    font-size: 18px;
}
.ee-form-order .ee-button.submit-active{
	background: #7AC50C;
    color: #fff;
	border: 1px solid #699E0B;
}
.ee-form-order .ee-guide{
    color: #414042;
    font-family: helveticaneueregular;
    font-size: 13px;
    text-align: justify;
    margin-top: 10px;
}

.ee-form-order .ee-color-red{
    color: #F26463;
}
.ee-delivery-cover{
    background: #F2F2F2;
    padding: 15px;
}
.ee-delivery-content{
    max-width: 650px;
    width: 100%;
    margin: auto;
}
.ee-delivery-content p{
    font-size: 16px;
    font-family: helveticaneuemedium;
}
.ee-delivery-content i{
    font-size: 13px;
    font-family: helvetica neue;
	max-width: 635px;
}
.txt-agree{
	margin-top: -2px!important;
}
/**form register**/
.content_image_note{
	width: 100%;
    display: inline-block;
    background: #f5f5f5;
    max-width: 600px;
    margin-top: -20PX;
    padding: 10px;
    font-size: 13px;
    text-align: left;
}
#slider li, .method-list-post li, .blog-list-post li{
	margin-left: 0;
}

.msg{
    font-family: opensanssemibold;
    font-size: 13px;
    color: #fff;
    background: #F8243B;
    min-width: 245px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    position: fixed;
    z-index: 10000;
    left: 50%;
    bottom: 100px;
    transform: translate(-50%, 0%);
    border-radius: 30px;
    display: none;
    padding-left: 15px;
    padding-right: 15px;
}