@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@400;500&family=Noto+Sans+JP:wght@400;500;600;700&display=swap');

html {
    font-size: 62.5%;
    overflow-y: scroll;
}

body {
    font-family: 'Noto Sans JP', sans-serif !important;
    font-size: 1.6rem  !important;
    -webkit-text-size-adjust: none !important;
    color: #000 !important;
    font-weight: 500 !important;
    font-style: normal;
    overflow: hidden;
}
a,button{
    transition: .3s !important;
}
a {
    text-decoration: none !important;
}
@media(min-width:768px){
    a:hover,button:hover{
        opacity: .6;
    }
}
.ff-jose {
    font-family: 'Josefin Sans', sans-serif;
}
.color-1 {
    color: var(--primary);
}
.color-2 {
    color: #D71718;
}
.favorite-active svg {
    stroke: red;
    fill: red;
}
.form-search {
    margin-left: 32px;
    width: 237px;
}

.form-search input {
    border-radius: 3px !important;
    border: 1px solid #1C7D3B;
    background: #FFF;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    padding: 10px;
    font-size: 1.6rem;
    height: auto;
}

img.input-box-icon {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
}

.navbar {
    box-shadow: none;
}
.navbar-nav .nav-item {
    font-size: 16px;
    font-weight: 700;
    color: #000 !important;
    margin-left: 10px;
}

.container {
    max-width: 1232px !important;
}

.banner-home {
    background-image: url(../images/bg-banner-1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

a.btn.btn-signup {
    border-radius: 12px;
    border: 1px solid #1C7D3B;
    box-shadow: 0px 4px 4px 0px #00000040;
    font-size: 1.6rem;
    padding: 11px 12px;
    width: 160px;
}

a.btn.btn-signin {
    border-radius: 12px;
    border: none;
    background: linear-gradient(180deg, #E8DFD6 -34.38%, #D71718 56.25%);
    box-shadow: 0px 4px 4px 0px #00000040;
    font-size: 1.6rem;
    color: #fff !important;
    padding: 11px 12px;
}

.box-btn-login {
    display: flex;
    gap: 20px;
    margin-left: 32px;
    padding-left: 32px;
    border-left: 1px solid #262626;
    position: relative;
}

.banner-home .form-search {
    margin-left: 0;
    margin-top: 80px;
    max-width: 471px;
    width: 100%;
}

.box-banner-home {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.banner-home-left {
    width: 476px;
}

.banner-home-left p {
    line-height: 1.5;
    font-weight: bold;
}

@media all and (min-width: 769px) and (max-width: 1199px) {
    .banner-home-left p {
        font-size: 3.2vw;
    }
} 

.banner-home-right {
    width: fit-content;
}

.banner-home {
    padding: 55px 0 85px;
}

.box-number {
    display: flex;
    align-items: center;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0px 1px 2px -1px rgba(16, 24, 40, 0.10), 0px 1px 3px 0px rgba(16, 24, 40, 0.10);
    padding: 24px;
}

.box-number-img {
    width: 48px;
    margin-right: 24px;
}

.box-text-number {
    font-size: 14px;
    color: #6B7280;
}

.box-text-number h2 {
    font-size: 32px;
    color: #000;
}

.row>* {
    padding-left: 16px;
    padding-right: 16px;
}

.box-banner-custom {
    margin-top: -60px;
}
.news-list {
    padding-top: 48px;
}
.news-item.item-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 24px 48px;
    position: relative;
    transition: .3s;
    z-index: 1;
    background-color: #fff;
    border-bottom: 1px dashed #A6B5AB;
    padding-right: 55px;
    cursor: pointer;
}

.news-item.item-list::after {
    content: "";
    width: 40px;
    height: 40px;
    border: 2px solid #D71718;
    border-radius: 50%;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
    background-image: url(../images/icon-right-2.svg);
    background-size: 9px 15px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 48px;
    transition: .3s;
}
.news-item.item-list:hover::after {
    right: 40px;
}
.news-item.item-list .date {
    font-size: 1.6rem;
    font-weight: 700;
    color: #262626;
    text-align: left;
    margin-right: 25px;
    flex-shrink: 0;
}

a.cat {
    width: 100%;
    min-height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1px 2px;
    overflow: hidden;
    text-align: center;
    position: relative;
    border-radius: 3px;
    z-index: 2;
    text-decoration: none;
    border: 2px solid #A6B5AB;
    color: #2B3429;
}
a.cat:hover{
    opacity: 1;
}
a.cat.catid-37 {
    border-color: #F3C262;
}
.news-item.item-list .box-cat {
    width: 150px;
    margin-right: 25px;
    flex-shrink: 0;
}

.news-item.item-list .title {
    position: relative;
    padding-right: 40px;
    display: flex;
    width: auto;
    flex: auto;
}

.news-item.item-list .title a {
    font-size: 1.6rem;
    font-weight: 400;
    color: #000;
    position: relative;
    text-decoration: none;
}

.home-news {
    padding-top: 96px;
}

.main-title {
    text-align: center;
}

.main-title h2 {
    color: #D71718;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.3em;
    margin-bottom: 0;
}

.main-title p {
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    position: relative;
    display: inline-block;
    margin-bottom: 0;
    z-index: 1;
}
.main-title p:after {
    content: "";
    width: 70px;
    top: 50%;
    left: -80px;
    height: 1px;
    background: #000;
    position: absolute;
    z-index: -1;
}
.main-title p::before {
    content: "";
    width: 70px;
    top: 50%;
    right: -80px;
    height: 1px;
    background: #000;
    position: absolute;
    z-index: -1;
}
.main-title p.no-after-mb::after {
    content: none;
}
.main-title.style-3 p::after {
    content: none;
}

a.btn.btn-main {
    margin: 0 auto;
    max-width: 224px;
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    font-size: 1.6rem;
    color: #fff;
    position: relative;
    background: linear-gradient(360deg, #4B805D 19.79%, #DDEAE1 270.83%);
    border: none;
}
a.btn.btn-main:hover {
    color: #fff;
    opacity: 1;
}
a.btn.btn-main::after {
    content: "";
    width: 16px;
    height: 6px;
    mask-image: url(../images/icon-right.svg);
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-image: url(../images/icon-right.svg);
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    background-color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 12px;
    transition: .3s;
}
a.btn.btn-main:hover::after{
    right: 8px;
}
.home-teacher-left a.btn.btn-main:hover{
    border-color: #fff;
    color: #fff;
    background-color: #1C7D3B;
}
.home-teacher-left a.btn.btn-main:hover::after{
    background-color: #fff;
}
img {
    max-width: 100%;
}
#home-about{
    
    padding-top: 96px;
}
.home-about .main-title {
    text-align: left;
}
.home-about .main-title p,
.text-lg-start.main-title p{
    margin-left: 0;
    padding-left: 0;
}
.home-about .main-title p::after,
.text-lg-start.main-title p::after{
    display: none;
}
.home-about a.btn.btn-main {
    max-width: 320px;
    margin-left: 0;
}

.img-about {
    margin-top: 100px;
    position: relative;
}
.img-about::after {
    content: "";
    width: 193px;
    height: 193px;
    background-image: url(../images/ellipse.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: -75px;
    bottom: -35px;
    z-index: -1;
}

.img-about::before {
    content: "";
    width: 233px;
    height: 233px;
    background-image: url(../images/ellipse.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: -95px;
    top: 0;
    z-index: -1;
}
.img-about .link-video {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.home-about {
    position: relative;
}



/* course */

.box-img-course {
    overflow: hidden;
    border-radius: 16px 16px 0px 0px;
}
.box-img-course a {
    position: relative;
    display: block;
    padding-top: 200px;
}
.box-img-course a img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.box-course-cat {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 24px 0px 16px;
}
.box-text-course {
    padding: 8px;
}
.lession-course {
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 35px;
}
.lession-course::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-image: url(../images/users.svg);
    background-position: center;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
}
a.cat-course {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary);
    color: #fff;
    text-decoration: none;
    padding: 2px 5px;
    font-size: 1.4rem;
    border-radius: 5px;
    border: 1px solid transparent;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
a.cat-course:hover{
    background-color: #fff;
    border-color: #f3c262;
    color: #f3c262;
    opacity: 1;
}
.title-course h5 {
    font-size: 1.6rem;
    font-weight: bold;
    min-height: 38px;
    overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 2;
}

.row {
    margin: 0 -16px;
}
.box-select select {
    border: none;
    font-size: 1.6rem;
    background-color: transparent;
    background-image: url(../images/icon-down.svg);
    background-repeat: no-repeat;
    padding-right: 30px;
    background-position: center right;
    color: #000;
    max-width: 100px;
    -webkit-appearance: none;
    -moz-appearance: none;
}
#go-top {
    position: fixed;
    bottom: -120px;
    right: 20px;
    opacity: 0;
    transition: all .3s;
    z-index: 99;
}

#go-top.show {
    opacity: 1;
    bottom: 70px;
}

#go-top a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 8px 0 rgba(127 , 131, 132, 0.25);
    font-size: 4rem;
    color: #1C7D3B;
}

#go-top a:hover {
    opacity: 0.7;
}

#go-top a i {
    width: 10px;
    height: 10px;
    border: 1px solid #1C7D3B;
    transform: rotate(45deg);
    border-bottom-color: transparent;
    border-right-color: transparent;
} 

.title-course a {
    font-size: 1.4rem;
    color: #1C7D3B;
    margin-left: auto;
    margin-right: 0;
    display: block;
    width: fit-content;
    padding-right: 24px;
    position: relative;
}

a {
    text-decoration: none;
}

.title-course a:after {
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    background-image: url(../images/chevron-right.svg);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.home-course {
    padding: 96px 0;
}

.mt-5 {
    margin-top: 48px !important;
}


.home-teacher-left {
    padding: 73px 32px;
    border-radius: 16px;
    background: #1C7D3B;
    color: #fff;
}

.home-teacher-left .main-title {
    text-align: left;
    color: #fff;
}

.home-teacher-left .main-title h2 {
    color: #fff;
}
.home-teacher-left .main-title p{
    margin-left: 0;
}
.home-teacher-left .main-title p::before{
    background-color: #fff;
}
.home-teacher-left .main-title p::after {
    display: none;
}
.home-teacher a.btn.btn-main {
    background-color: #fff;
    color: #001707;
    margin-left: 0;
    padding-left: 16px;
    justify-content: flex-start;
}

.home-teacher a.btn.btn-main::after {
    background-color: #1C7D3B;
}

.row-collapse {
    margin: 0;
}

.row-collapse>* {
    padding: 0;
}

.row-small-4 {
    margin: 0 -2px;
}

.row-small-4>* {
    padding: 2px;
}

.home-teacher-center {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
}

.box-text-teacher {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: right;
    padding: 16px;
    border-radius: 0px 0px 16px 16px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
    padding-top: 50px;
    overflow: hidden;
}

.box-text-teacher h2 {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5;
    color: #fff;
}

.img-teacher img {
    min-height: 468px;
    object-fit: cover;
    object-position: center;
}

.box-teacher {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.teacher-item {
    width: calc(50% - 1px);
    margin-bottom: 13px;
    position: relative;
    border-radius: 16px;
    overflow: hidden;
}
.teacher-item:nth-child(5n),.teacher-item:nth-child(6n) {
    margin-bottom: 0;
}
.teacher-item:hover::after {
    transform: scale(1);

}

.teacher-item:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 16px;
    transition: .3s;
    background: linear-gradient(0deg, rgba(28, 125, 59, 0.50) 0%, rgba(28, 125, 59, 0.50) 100%);
    transform: scale(0);
}

ul.slick-dots {
    display: flex;
    justify-content: flex-end;
    list-style: none;
    margin-top: 8px;
    margin-bottom: 0;
}

ul.slick-dots li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 3px;
    background-color: #C2C2C2;
    margin: 0 5px;
}

ul.slick-dots li button {
    opacity: 0;
    padding: 0;
    border: none;
    display: flex;
    width: 100%;
    height: 100%;
}

ul.slick-dots li.slick-active {
    background-color: #1C7D3B;
}

.fs-36 {
    font-size: 3.6rem;
}

.home-regis {
    padding: 220px 0;
    margin: 96px 0;
    background-color: #FFFFFF59;
    background-image: url(../images/bg-gradient.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

/* .home-regis::after {
    content: "";
    width: 100%;
    height: 109px;
    background-image: url(../images/waves.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
    top: 0;
    left: 0;
    position: absolute;
}

.home-regis::before {
    content: "";
    width: 100%;
    height: 109px;
    background-image: url(../images/waves.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
    bottom: -1px;
    left: 0;
    transform: rotate(180deg);
    position: absolute;
} */

form.lead-form input {
    height: 49px;
    padding: 10px 12px;
    font-size: 1.6rem;
    color: #757779;
}

button.btn.btn-ghost.btn-submit {
    font-size: 1.6rem;
    display: block;
    margin-right: 0;
    margin-left: auto;
    min-width: 120px;
    box-shadow: 0px 4px 4px 0px #00000040;
    background: linear-gradient(180deg, #E8DFD6 -34.38%, #D71718 56.25%);
    border-radius: 3px;
    border: none;
    color: #fff;
}
button.btn.btn-ghost.btn-submit:hover{
    background: #1C7D3B;
    color: #fff;
    border: 1px solid #fff;
}
.row.row-large-60 {
    margin: 0 -30px;
}

.row.row-large-60>* {
    padding: 0 30px;
}

.home-benefit {
    padding: 64px 0;
}

.service-item i {
    color: rgba(28, 125, 59, 0.90);
}

.service-item h5 {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
}
.service-item .icon {
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    border-radius: 50%;
    background: #f5f5ff;
}
.box-slide-nav {
    max-width: 540px;
    margin: 32px auto 0;
}

.box-slide-nav .slick-list {
    margin: 0 -5px;
}

.box-slide-nav .slick-slide {
    padding: 0 5px;
}

.box-slide-nav button.slide-arrow.slick-arrow {
    border: none;
    background-color: transparent;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -80px;
    padding: 0;
    z-index: 10;
}

.box-slide-nav button.slide-arrow.next-arrow.slick-arrow {
    left: auto;
    right: -80px;
}

.home-features {
    padding: 220px 0;
    position: relative;
}

.home-features::after {
    content: "";
    width: 100%;
    height: 109px;
    background-image: url(../images/waves.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
    top: 0;
    left: 0;
    position: absolute;
}

.home-features::before {
    content: "";
    width: 100%;
    height: 109px;
    background-image: url(../images/waves.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
    bottom: 0;
    left: 0;
    transform: rotate(180deg);
    position: absolute;
}

#home-features {
    position: relative;
    background-color: #F4F4F4;
    z-index: 1;
    overflow: hidden;
}
#home-features::before,
#home-features::after {
    content: "";
    width: 776px;
    height: 776px;    
    background-image: url(../images/ellipse.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    z-index: -2;
}
#home-features::after {
    top: -353px;
    left: -388px;
}

#home-features::before {
    bottom: -242px;
    right: -373px;
    transform: rotate(180deg);
}
.home-features .slick-slide img {
    width: 100%;
    border-radius: 16px;
    max-height: 350px;
    object-fit: contain;
}

.home-flow .flow-list-ttl {
    font-size: 40px;
    font-weight: bold;
    padding-bottom: .5em;
    background-image: url(../images/flow-arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom center;
    transform: translateY(-.4em);
}

.home-flow .flow-list-ttl + img {
    flex-shrink: 0;
    display: inline-block;
    width: 18%;
    min-width: 30px;
    object-fit: contain;
    margin: 0 10%;
}

.flow-list-br {
    border-right: 1px solid #262626;
}

@media all and (max-width: 767px) {
    .home-flow .flow-list-ttl + img {
        display: none;
    }
    .flow-list-br {
        border-right: none;
    }
}

.flow-odd-bg {
    background-color: #F7F9F7;
}



.home-faq {
    padding: 96px 0px;
}
.list-faq .accordion-button {
    font-size: 1.6rem;
    padding: 16px;
    font-weight: bold;
    color: #000;
}

.list-faq {
    padding: 58px;
    margin-top: 48px;
    border-radius: 6px;
    border: 1px solid #E5E7EB;
}

.accordion-button:not(.collapsed) {
    background-color: #F9FAFB;
}
.accordion .accordion-body {
    padding: 8px 16px;
    font-size: 1.6rem;
}
.accordion .accordion-item {
    border: none;
    border-bottom: 1px solid #E5E7EB;
    margin-bottom: 16px;
}
.accordion .accordion-item.active {
    background-color: #F9FAFB;
    border-bottom: none;
}
.accordion .accordion-item .accordion-button {
    border: none !important;
    box-shadow: none;
    font-size: 1.6rem;
}
.accordion .accordion-item .accordion-button:not(.collapsed) {
    background-color: transparent !important;
    color: #262626;
    box-shadow: none;
}
#home-contact {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
#home-contact::before,
#home-contact::after {
    content: "";
    width: 776px;
    height: 776px;
    border-radius: 50%;
    border: 150px solid rgba(236, 255, 242, 0.30);
    z-index: 10;
    position: absolute;
}
#home-contact::before {
    bottom: -319px;
    left: -319px;
}
#home-contact::after {
    top: -319px;
    right: -319px;
}
.box-contact {
    background: #F4F4F4;
    border-radius: 16px;
    border: 1px solid #fff;
    margin: 32px 0;
    padding: 15px;
}

.box-contact h3 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 30px;
}

.box-tel {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

.box-tel a {
    border-radius: 16px;
    border: 1px solid #406C50;
    padding: 0 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 65px;
    color: #406C50;
    text-decoration: none;
}

.box-tel a span {
    margin-left: 10px;
    font-size: 3.6rem;
    line-height: 1;
}
#home-contact{
    
    background-color: #FFFFFF59;
    background-image: url(../images/bg-gradient.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.home-contact {
    padding: 110px 0;
    position: relative;
    z-index: 11;
}

/* .home-contact::after {
    content: "";
    width: 100%;
    height: 109px;
    background-image: url(../images/waves.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
    top: 0;
    left: 0;
    position: absolute;
    transform: rotateY(180deg);
}

.home-contact::before {
    content: "";
    width: 100%;
    height: 109px;
    mask-image: url(../images/waves.png);
    mask-size: cover;
    mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-image: url(../images/waves.png);
    -webkit-mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    background-color: #E9F2EC;
    z-index: 1;
    bottom: -1px;
    left: 0;
    position: absolute;
    transform: rotateX(180deg);
} */

.fs-24 {
    font-size: 2.4rem;
}

.group-link-footer {
    display: flex;
}

.box-link-footer {
    width: 33.33%;
}

.list-link-footer a {
    display: block;
    color: #262626;
    margin-bottom: 5px;
}

.box-link-footer h2 {
    font-size: 1.8rem;
    margin-bottom: 15px;
}

.footer {
    background-color: #E9F2EC;
    padding: 96px 0;
    margin-top: 0;
}

.box-footer-left {
    background-color: #fff;
    border-radius: 24px;
    padding: 32px;
    text-align: center;
}

.logo {
    display: flex;
    align-items: center;
    justify-content: start;
}

.logo img {
    max-height: 120px;
}

.box-text-footer {
    margin-top: 30px;
}

.box-text-footer p {
    margin-bottom: 0;
    line-height: 1.5;
}

.logo h2 {
    font-size: 2.9rem;
}

.logo img {
    width: 200px;
}

.footer-copyright {
    background: #0E042F;
    color: #fff;
    padding: 16px;
    text-align: center;
}

a.btn.btn-mail {
    font-size: 2.5rem;
    color: #fff;
    background: linear-gradient(180deg, #E8DFD6 -34.38%, #D71718 56.25%);
    padding: 24px 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 440px;
    margin: 0 auto;
    position: relative;
    font-weight: bold;
    border-radius: 3px;
    height: auto;
    opacity: 1 !important;
    padding-right: 120px;
    letter-spacing: 0.2em;
    transition: .3s;
    border: none;
    box-shadow: 0px 4px 4px 0px #00000040;
}
a.btn.btn-mail:after {
    content: "";
    width: 50px;
    height: 50px;
    mask-image: url(../images/icon-mail.png);
    mask-size: 100% 100%;
    mask-position: center;
    mask-repeat: no-repeat;
    -webkit-mask-image: url(../images/icon-mail.png);
    -webkit-mask-size: 100% 100%;
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    background-color: #fff;
    transition: .3s;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 48px;
}
a.btn.btn-mail:hover:after{
    background-color: white;
}
.page-link-top a {
    border-radius: 6px;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7px 12px;
    color: #fff;
    border-radius: 6px;
    border: 1px solid var(--Primary, #1C7D3B);
    color: #1C7D3B;
    gap: 8px;
    line-height: 1;
    position: relative;
    transition: .3s;
    z-index: 1;
}

.page-link-top a svg path {
    transition: .3s;
}

.page-link-top a:hover svg path,
.page-link-top a.active svg path {
    stroke: #fff;
}

.page-link-top a:hover {
    color: #fff;
    opacity: 1;
}

.page-link-top a:before {
    content: '';
    /*絶対配置で位置を指定*/
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    /*色や形状*/
    background: #1C7D3B;
    /*背景色*/
    width: 100%;
    height: 100%;
    /*アニメーション*/
    transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    transform: scale(0, 1);
    transform-origin: right top;
}

/*hoverした際の形状*/
.page-link-top a:hover:before {
    transform-origin: left top;
    transform: scale(1, 1);
}

.page-link-top {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}

.page-link-top a.active {
    color: #fff;
    background: #1C7D3B;
}

.list-nav-link {
    padding: 16px 0;
    background: #E9F2EC;
}

.box-left-accout {
    border-radius: 16px;
    border-top: 5px solid var(--Primary, #1C7D3B);
    background: var(--Third, #E9F2EC);
    box-shadow: 4px 4px 10px 0px rgba(13, 92, 38, 0.17);
    min-height: 592px;
    padding: 32px;
}

ul#myTab .nav-item {
    width: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent !important;
}

ul#myTab .nav-item button {
    width: 100%;
    background: transparent;
    border: none;
    font-size: 36px;
    color: #000;
    font-weight: bold;
}

ul#myTab .nav-item button.active {
    border-bottom: 1px solid #000;
}

ul#myTab {
    border: none;
    justify-content: center;
}

.info-course {
    padding: 48px 0;
}

.circleBar .round {
    min-height: 255px;
    margin-top: 30px;
    position: relative;
    text-align: center;
    margin-bottom: 0px;
}

.circleBar .round strong {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    color: #262626;
    line-height: 1;
}

.round canvas {
    transform: rotate(90deg);
}

.box-list.account {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 32px;
}

.box-infor-course {
    width: calc(50% - 16px);
    min-height: 280px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-radius: 16px;
    background: var(--Generic-White, #FFF);
    box-shadow: 0px 1px 2px -1px rgba(16, 24, 40, 0.10), 0px 1px 3px 0px rgba(16, 24, 40, 0.10);
    padding: 32px;
    position: relative;
}

.box-infor-course::after {
    content: "";
    width: 32px;
    height: 5px;
    background-image: url(../images/vector.svg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 24px;
    transition: .3s;
}

.box-infor-course:hover::after {
    right: 15px;
}

.img-icon {
    width: 48px;
    border-radius: 6px;
    background: var(--Primary-50, #F5F5FF);
    padding: 12px;
    line-height: 1;
    margin-right: 24px;
}

.box-text-detail h2 {
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    color: #111827;
}

.box-text-detail {
    flex: 1;
    color: #6B7280;
}

.link-account {
    justify-content: center;

}

.box-img-course {
    position: relative;
}

a.wishlist {
    position: absolute;
    top: 10px;
    right: 10px;
    border-radius: 12px;
    background: #FFF;
    padding: 6px;
    line-height: 1;
}

a.wishlist:after {
    content: "\f004";
    line-height: 1;
    font-size: 2rem;
    color: #000;
    font-family: "Font Awesome 5 Free";
}

.box-account-course {
    padding: 48px 0;
}

.box-hot-course {
    padding: 180px 0 110px;
    background-color: #E9F2EC;
    position: relative;
}

.box-hot-course::after {
    content: "";
    width: 100%;
    height: 151px;
    background-image: url(../images/waves.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
    top: 0;
    left: 0;
    position: absolute;
    transform: rotateY(180deg);
}

.box-hot-course::before {
    content: "";
    width: 100%;
    height: 109px;
    mask-image: url(../images/waves.png);
    mask-size: cover;
    mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-image: url(../images/waves.png);
    -webkit-mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    background-color: #fff;
    z-index: 1;
    bottom: 0;
    left: 0;
    position: absolute;
    transform: rotateX(180deg);
}

.img-about video {
    width: 100%;
    height: 392px;
    border-radius: 16px;
}

.img-about iframe {
    width: 100%;
    height: 392px;
    border-radius: 16px;
}

.detail-top {
    padding: 48px 0;
}

.toggle-hd {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    padding-left: 34px;
    position: relative;
}

.toggle-hd::after {
    content: "";
    width: 24px;
    height: 24px;
    background-image: url(../images/chevron-down.svg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
    transition: .3s;
}

.toggle-cont {
    padding: 32px 0;
}

.toggle-hd.active::after {
    transform: translateY(-50%) rotate(180deg);
}

.toggle-hd h2 {
    font-size: 3rem;
    margin-bottom: 0;
}

.info-lesson {
    display: flex;
    align-items: center;
    color: #6D6D6D;
}

.info-lesson p {
    margin-left: 20px;
    position: relative;
    padding: 3px 0;
    margin-bottom: 0;
}

.info-lesson p:first-child:after {
    content: "";
    width: 1px;
    height: 100%;
    background: #6D6D6D;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -10px;
}

a.box-lesson {
    display: flex;
    align-items: center;
    color: #262626;
    margin-bottom: 32px;
    position: relative;
    z-index: 1;
    border-radius: 6px;
    overflow: hidden;
}

a.box-lesson:before {
    content: '';
    /*絶対配置で位置を指定*/
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    /*色や形状*/
    background: #E9F2EC;
    /*背景色*/
    width: 100%;
    height: 100%;
    /*アニメーション*/
    transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    transform: scale(0, 1);
    transform-origin: right top;
}

/*hoverした際の形状*/
a.box-lesson:hover:before {
    transform-origin: left top;
    transform: scale(1, 1);
}
a.box-lesson:hover{
    opacity: 1;
}
a.box-lesson:last-child {
    margin-bottom: 0;
}

.ava-lesson {
    margin-right: 38px;
    width: 130px;
}

.lesson-text-info {
    padding: 23px;
    display: flex;
    align-items: center;
    flex: 1;
}

.lesson-text h2 {
    font-size: 1.6rem;
}

.lesson-text p {
    margin-bottom: 0;
    color: #757779;
    font-weight: 500;
}

.lesson-text {
    flex: 1;
    padding-right: 30px;
}

.lesson-time {
    width: 70px;
    text-align: center;
}

.lession-detail-left {
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0px 0px 20px 0px rgba(28, 125, 59, 0.30);
    padding: 32px;
}

.list-lesson {
    margin-top: 32px;
}

.toggle-pc {
    padding-bottom: 30px;
    padding-top: 40px;
    border-bottom: 1px solid #757779;
}

.lession-detail-right {
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0px 0px 20px 0px rgba(28, 125, 59, 0.30);
    padding: 32px;
}

.detail-comment-inner {
    max-width: 600px;
    margin: 0 auto;
}

.box-list-user {
    margin: 0 auto;
    max-width: 320px;
    overflow: hidden;
    padding: 20px 0;
}

.list-user .slick-list {
    margin: 0 -10px;
    overflow: visible;
    padding: 0 !important;
}

.list-user .slick-slide {
    padding: 0 10px;
    cursor: pointer;
}

.user-img.slick-slide.slick-current.slick-active img {
    transform: scale(1.5);
}

.comment-item {
    text-align: center;
    font-weight: 500;
    color: #262626;
}

.comment-item h2 {
    font-size: 2.4rem;
    margin: 12px 0;
}

.box-info-user p {
    color: #757779;
}

.detail-comment {
    padding: 48px 0;
    margin-top: 48px;
}

.detail-comment {
    position: relative;
}

.detail-comment::after {
    content: "";
    width: 286px;
    height: 286px;
    background-image: url(../images/ellipse.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: -160px;
    top: -178px;
    z-index: -1;
}

.detail-comment::before {
    content: "";
    width: 332px;
    height: 332px;
    background-image: url(../images/ellipse.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: -166px;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}

.box-flex-tab {
    display: flex;
    gap: 2px;
}

.box-flex-tab div#pills-tabContent {
    flex: 1;
}

.box-flex-tab ul#pills-tab {
    width: 50px;
}

.icon-play {
    width: 24px;
    margin-right: 6px;
}

.box-video {
    display: flex;
    padding: 16px 8px;
    transition: .3s;
    align-items: center;
    background-color: #fff;
    border-bottom: 1px solid #eee;
}

.box-video:hover {
    background-color: #E9F2EC;
}

.box-info-video {
    flex: 1;
    padding: 5px;
}

.box-flex-tab ul#pills-tab li button {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    background-color: #1C7D3B;
    color: #fff !important;
    padding: 12px 16px;
    min-height: 120px;
    border-radius: 0;
    margin-bottom: 1px;
}

.box-flex-tab ul#pills-tab li button.active {
    background-color: #E9F2EC;
    color: #000 !important;
}

.title-video {
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 8px;
}

.video-time {
    display: flex;
    align-items: center;
}

.time {
    flex: 1;
    margin-right: 12px;
}

.box-btn-play {
    width: 50px;
}

a.btn.btn-play {
    border-radius: 6px;
    background: #1C7D3B;
    color: #fff;
    font-size: 1.6rem;
}

.time p {
    margin-top: 8px;
    margin-bottom: 0;
}

.progress-bar {
    background-color: #E5292D;
}

.icon-play img {
    display: none;
}

.box-video.playing .icon-play img {
    display: block;
}

.box-rating-video {
    display: flex;
    padding: 8px 16px;
    border-bottom: 1px solid #eee;
}

.video-rating-info {
    width: 130px;
}

.video-rating-info p {
    margin-bottom: 0;
}

.video-rating-inner {
    flex: 1;
}

.video-rating-info h2 {
    margin-top: 10px;
}

.box-rating-name {
    display: flex;
    align-items: center;
}

.rating-name {
    border-radius: 6px;
    background: #1C7D3B;
    color: #fff;
    font-weight: bold;
    width: 88px;
    text-align: center;
}

.rating-info {
    flex: 1;
    margin-left: 8px;
}

.rating-star .ratings {
    color: #757779;
}

.rating-color {
    color: #F59E0B;
}

.rating-star {
    margin-top: 10px;
}

.rating-star h2 {
    font-size: 1.6rem;
    margin: 10px 0;
}

.box-flex-tab .tab-pane {
    max-height: 556px;
    overflow: overlay;
}

.box-flex-tab .tab-pane::-webkit-scrollbar {
    display: none;
}

.msg-body ul {
    overflow: hidden;
}

.msg-body ul li {
    list-style: none;
    margin: 15px 0;
}

.msg-body ul li.sender {
    display: block;
    width: 100%;
    position: relative;
}

.msg-body ul li.sender:before {
    display: block;
    clear: both;
    content: '';
    position: absolute;
    top: -6px;
    left: -7px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12px 15px 12px;
    border-color: transparent transparent #f5f5f5 transparent;
    -webkit-transform: rotate(-37deg);
    -ms-transform: rotate(-37deg);
    transform: rotate(-37deg);
}

.msg-body ul li.sender p {
    color: #000;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    padding: 15px;
    background: #f5f5f5;
    display: inline-block;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-bottom: 0;
}

.msg-body ul li.sender p b {
    display: block;
    color: #180660;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
}

.msg-body ul li.repaly {
    display: block;
    width: 100%;
    text-align: right;
    position: relative;
}

.msg-body ul li.repaly:before {
    display: block;
    clear: both;
    content: '';
    position: absolute;
    bottom: 15px;
    right: -7px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12px 15px 12px;
    border-color: transparent transparent #4b7bec transparent;
    -webkit-transform: rotate(37deg);
    -ms-transform: rotate(37deg);
    transform: rotate(37deg);
}

.msg-body ul li.repaly p {
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    padding: 15px;
    background: #4b7bec;
    display: inline-block;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    margin-bottom: 0;
}

.msg-body ul li.repaly p b {
    display: block;
    color: #061061;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
}

.msg-body ul li.repaly:after {
    display: block;
    content: '';
    clear: both;
}

.time {
    display: block;
    color: #000;
    font-size: 12px;
    line-height: 1.5;
    font-weight: 400;
}

li.repaly .time {
    margin-right: 20px;
}

.divider {
    position: relative;
    z-index: 1;
    text-align: center;
}

.msg-body h6 {
    text-align: center;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.5;
    color: #222;
    background: #fff;
    display: inline-block;
    padding: 0 5px;
    margin-bottom: 0;
}

.divider:after {
    display: block;
    content: '';
    clear: both;
    position: absolute;
    top: 12px;
    left: 0;
    border-top: 1px solid #EBEBEB;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.send-box {
    padding: 15px;
    border-top: 1px solid #ccc;
}

.send-box form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.send-box .form-control {
    display: block;
    width: 85%;
    padding: 0.375rem 0.75rem;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #222;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.send-box button {
    border: none;
    background: #1C7D3B;
    padding: 0.375rem 5px;
    color: #fff;
    border-radius: 0.25rem;
    font-size: 16px;
    font-weight: 400;
    width: 24%;
    margin-left: 1%;
}

.send-box button i {
    margin-right: 5px;
}

.send-btns .button-wrapper {
    position: relative;
    width: 125px;
    height: auto;
    text-align: left;
    margin: 0 auto;
    display: block;
    background: #F6F7FA;
    border-radius: 3px;
    padding: 5px 15px;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
    overflow: hidden;
}

.send-btns .button-wrapper span.label {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    cursor: pointer;
    color: #343945;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 13px;
}

.box-chat {
    border: 1px solid #eee;
    padding: 16px;
}

.modal-body {
    max-height: 473px;
    overflow: overlay;
}

.modal-body::-webkit-scrollbar {
    display: none;
}

.container.container-1480 {
    max-width: 1510px;
}

a.box-infor-course.link-account:after {
    display: none;
}
header ul.dropdown-menu a {
    font-size: 1.6rem;
}

header .navbar-expand-lg .navbar-nav .dropdown-menu {
    width: 230px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
}

header ul.dropdown-menu a span {
    margin-left: 10px;
}

header ul.dropdown-menu a i {
    color: #1C7D3B;
}
.accordion-body {
    padding: 16px;
}
.img-anim img {
    -webkit-border-radius: inherit!important;
    -khtml-border-radius: inherit!important;
    -moz-border-radius: inherit!important;
    -ms-border-radius: inherit!important;
    -o-border-radius: inherit!important;
    border-radius: inherit!important;
    width: auto;
    -webkit-transition: .3s cubic-bezier(.24,.74,.58,1);
    -khtml-transition: .3s cubic-bezier(.24,.74,.58,1);
    -moz-transition: .3s cubic-bezier(.24,.74,.58,1);
    -ms-transition: .3s cubic-bezier(.24,.74,.58,1);
    -o-transition: .3s cubic-bezier(.24,.74,.58,1);
    transition: .3s cubic-bezier(.24,.74,.58,1);   
}
.img-anim .img-inner{
    animation: particleToptoBottom2 12s infinite linear alternate;
}
/* .row.slick-slider {
    margin: 0 -16px;
}
.row.slick-slider >*{
    padding: 0;
}
.row.slick-slider .slick-slide{
    padding: 0 16px;
} */
@keyframes particleToptoBottom2 {
    0% {
        transform: translateY(0);
    }
    25% {
        transform: translateY(25px);
    }
    50% {
        transform: translateY(0);
    }
    75% {
        transform: translateY(-25px);
    }
    100% {
        transform: translateY(0);
    }
}
.box-btn-logged-in {
    display: none;
    align-items: center;
    font-size: 2rem;
    margin-left: 32px;
    padding-left: 32px;
    gap: 15px;
    color: #000;
    border-left: 1px solid #262626;
}
.box-btn-logged-in a{
    color: #000;
}
.home-teacher-left a.btn.btn-main{
    background-color: #fff;
    color: #1C7D3B;
}
.box-note-video {
    padding: 16px;
    background: #262626;
    color: #fff;
}
.form-outline input {
    border: 1px solid var(--Neutrals-20, #D6DDEB);
    background: var(--Neutrals-0, #FFF);
    padding: 12px 16px;
    font-size: 1.6rem;
}

.form-outline label {
    text-align: left;
    display: block;
    color: #515B6F;
}
button.btn.btn-block.btn-login {
    width: 100%;
    height: 40px;
    font-size: 1.6rem;
    border: none;
}
body.logged-in .box-btn-login {
    display: none;
}

.logged-in .box-btn-logged-in {
    display: flex;
}

.box-flex-tab ul#pills-tab li {
    width: 100%;
}

.box-flex-tab ul#pills-tab li button {
    width: 100%;
    word-break: break-all;
}
.box-view-video iframe{
    width: 100%;
    height: 500px;
}
.field-group {
    position: relative
}
.adong-toggle-password {
    position: absolute;
    top: 0;
    right: 0
}

button.adong-toggle-password {
    background: 0 0;
    border: 0;
    height: 48px;
    width: 48px
}
.form-outline {
    margin-bottom: 15px;
}

/* Khóa học */
.course-content-body .title-course {
    font-size: 36px;
    font-weight: 700;
    line-height: 45px;
    letter-spacing: -0.72px;
    min-height: 90px;
}
.course-content-section .course-progress {
    height: 20px;
    border-radius: 99px !important;
}
.nav-tabs .nav-item a.active:after {
    background-color: #fff;
}
.course-content-sidebar .course-img.has-video .course-video-icon {
    background-color: transparent;
    width: 72px;
    height: 72px;
    fill: var(--color-neutral-50, rgba(144, 145, 156, 0.50));
    backdrop-filter: blur(2.5px);
}
.course-content-sidebar .course-img.has-video .course-video-icon svg {
    stroke: #fff;
    fill: #fff;
}
.course-content-sidebar .box-course-content-sidebar {
    box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.10);
}
.btn-custom > .btn {
    height: auto;
    padding: 12px;
    font-size: 16px;
    border-radius: 12px;
}
.table>:not(caption)>*>* {
    padding: 1rem !important;
}
.text-primary-1 {
    color: #1C7D3B !important;
}
.btn.btn-primary {
    background-color: var(--primary) !important;
    border-color: var(--primary) !important;
    font-size: 16px;
}
form .btn.btn-primary{
    height: 48px;
    border-radius: 3px;
    min-width: 168px;
}
.btn.btn-primary.btn-go-to-learn{
    background-color: orange !important;
    border-color: orange !important;
    color: black;
    font-weight: bold;
}
.course-reviews-box .course-progress {
    width: 100%;
    min-width: 100%;
    margin-top: 16px;
    box-shadow: none;
    background-color: #E9F2EC;
}
.box-rate {
    padding: 16px;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 1px 3px 0px rgba(16, 24, 40, 0.10), 0px 1px 2px -1px rgba(16, 24, 40, 0.10);
}
.box-rate .item {
    display: flex;
    align-items: center;
    color: #6B7280;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
}
.box-rate .item .icon {
    width: 50px;
}
.box-rate .item .text {
    flex: 1;
    margin-left: 18px;
}
.box-rate .item .text p {
    margin-bottom: 4px;
}
.box-rate .item .text h3 {
    color: #262626;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
}
#topFilters label {
    font-size: 12px;
}
#topFilters .custom-control {
    top: 7px;
}
#topFilters select {
    height: 32px;
    font-size: 12px;
}
.filters-container label {
    font-size: 14px;
}
.br-theme-css-stars .br-widget a:after {
    content: "\2605";
    color: #d2d2d2;
}
.br-theme-css-stars .br-widget a.br-active:after {
    color: #ffc600;
}
.br-theme-css-stars .br-widget a.br-selected:after {
    color: #ffc600;
}
.br-theme-css-stars .br-widget .br-current-rating {
    display: none;
}
.br-theme-css-stars .br-readonly a {
    cursor: default;
}

.breadcrumb {
    color: #29303D;
    margin: 15px 0px;
}
.breadcrumb a {
    color: #627293;
    position: relative;
    padding-left: 24px;
}
.breadcrumb a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    background-image: url(../images/home.svg);
    background-position: center;
    background-repeat: no-repeat;
    width: 18px;
    height: 15px;
    display: inline-block;
}
.breadcrumb .separator {
    background-image: url(../images/icon-right-1.svg);
    background-position: center;
    background-repeat: no-repeat;
    width: 7px;
    height: 10px;
    display: inline-block;
    margin: 0px 10px;
}
#slide-your-course {
    counter-reset: num;
}
#slide-your-course .box-course .course-item::before {
    position: absolute;
    top: -23px;
    left: -10px;
    width: 50px;
    padding-top: 9px;
    height: 60px;
    z-index: 10;
    background-image: url(../images/medal-1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 700;
    padding-bottom: 15px;
    color: #fff;
}
#slide-your-course .box-course .course-index-2::before{
    background-image: url(../images/medal-2.png);
    color: #fff;
    font-size: 21px;
}
#slide-your-course .box-course .course-index-3::before,
#slide-your-course .box-course .course-index-4::before,
#slide-your-course .box-course .course-index-5::before,
#slide-your-course .box-course .course-index-6::before  {
    background-image: url(../images/medal-3.png);
    color: #fff;
    font-size: 20px;
}
#slide-your-course .box-course .course-index-1::before{
    width: 90px;
    height: 90px;
    content: "1";
}
#slide-your-course .box-course .course-index-2::before{
    width: 80px;
    height: 80px;
    content: "2";
}
#slide-your-course .box-course .course-index-3::before,
#slide-your-course .box-course .course-index-4::before,
#slide-your-course .box-course .course-index-5::before,
#slide-your-course .box-course .course-index-6::before{
    width: 70px;
    height: 70px;
    content: "3";
}

#slide-your-course .box-course .course-index-4::before{
    content: "4";
}

#slide-your-course .box-course .course-index-5::before{
    content: "5";
}

#slide-your-course .box-course .course-index-6::before{
    content: "6";
}

.filter-course select {
    box-shadow: 0px 1px 2px 0px #1018280D;
    border: 1px solid #D4D4D4;
    padding: 10px 12px 10px 12px;
    border-radius: 6px;
    height: 50px;
    font-size: 16px;
}
.top-search {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    color: #757779;
}
.top-search span {
    margin-right: 48px;
}
.top-search a {
    padding: 8px 42px;
    border-radius: 50px;
    background: #056CF233;
    color: #056CF2;
    font-size: 16px;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 5px;
    margin-top: 5px;
}
.top-search a:last-child {
    margin-right: 0;
}
.top-search a.search-free {
    background: #D0181D33;
    color: #D0181D;
}
.top-search a.search-discount {
    background: #27AE6033;
    color: #27AE60;
}
.top-search a.search-online {
    background: #FDBE3433;
    color: #FDBE34;
}
.btn-cart {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: #D71718;
    position: absolute;
    left: calc(100% + 16px);
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../images/cart.svg);
    background-position: center;
    background-size: 20px 21px;
    background-repeat: no-repeat;
}
.btn-cart[data-number-cart]:after {
    content: attr(data-number-cart);
    position: absolute;
    top: -5px;
    right: -8px;
    background-color: #FFEBA7;
    font-size: 12px;
    font-weight: 700;
    padding: 2px;
    line-height: 16px;
    min-height: 16px;
    min-width: 16px;
    border-radius: 99px;
    text-align: center;
    z-index: 1;
    color: #000;
    transition: transform .2s;
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    padding-left: 25px !important;
    padding-right: 25px !important;
}

/* Mobile menu */
a.menu-btn {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    background-color: var(--primary);
    border-radius: 4px;
}
body.menu-open header,
body.menu-open .navbar-brand,
a.menu-btn.open {
    z-index: 999999;
}
body.menu-open header {
    position: fixed;
    width: 100%;
    top: 0;
}
a.menu-btn span {
    width: 35px;
    height: 2px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    top: 15px;
    display: block;
    position: absolute;
    transition: all 0.5s;
    border-radius: 1px;
}
a.menu-btn span:nth-child(2) {
    top: 25px;
}
a.menu-btn span:nth-child(3) {
    top: 35px;
}
a.menu-btn.open span {
    display: block;
    position: absolute;
    transform: translateX(-50%) rotate(45deg);
    top: 25px;
}
a.menu-btn.open span:nth-child(2) {
    display: none;
}
a.menu-btn.open span:nth-child(3) {
    transform: translateX(-50%) rotate(-45deg);
}
@media print {
    .br-theme-css-stars .br-widget a:after {
        content: "\2606";
        color: black;
    }
    .br-theme-css-stars .br-widget a.br-active:after,
    .br-theme-css-stars .br-widget a.br-selected:after {
        content: "\2605";
        color: black;
    }
}
@media (min-width: 768px) {
    .main-title.style-2 p::after {
        content: none;
    }
}
@media (max-width: 992px) {
    .menu-pc-cont {
        position: fixed;
        width: 100vw;
        height: 0;
        top: 0vh;
        background-color: #fff;
        padding-top: 100px;
        padding-left: 15px;
        padding-right: 15px;
        overflow: scroll;
        opacity: 0;
        visibility: hidden;
        z-index: -3;
        left: 0;
        height: 100vh;
    }
    .menu-pc-cont.open {
        z-index: 9999;
        opacity: 1;
        visibility: visible;
        top: 0;
        height: 100vh;
    }
    .box-btn-login {
        margin-left: 0;
        border: none;
        padding: 0;
        flex-direction: column;
        gap: 16px;
        padding-bottom: 16px;
    }

    a.btn.btn-signup {
        width: 100%;
        border-radius: 6px;
    }

    a.btn.btn-signin {
        border-radius: 6px;
    }
    .box-select {
        margin-left: 0;
        margin-bottom: 16px;
        margin-top: 15px;
    }
    form.form-search {
        margin-left: 0;
        width: 100%;
    }
    .navbar-nav .nav-item {
        margin: 0;
        text-align: center;
    }
    .btn-cart {
        width: 50px;
        height: 50px;
        border-radius: 4px;
        position: static;
        left: unset;
        top: 16px;
        transform: none;
        z-index: 99999;
    }
}
@media (max-width: 768px) {
    body p {
        font-size: 13px;
        letter-spacing: 0.05em;
        line-height: 2;
    }
    .top-search-categories-form h1 {
        font-size: 24px;
    }
    form .btn.btn-primary:not(.btn-go-to-learn) {
        height: 30px;
        min-width: 100px;
    }
    .box-view-video iframe{
        height: 250px;
    }
    .box-flex-tab ul#pills-tab li{
        width: fit-content;
    }
    .view-box .container{
        padding: 30px 0;
    }
    .box-view-video video {
        height: 300px;
    }
    .detail-comment::before {
        width: 102px;
        height: 102px;
        right: -50px;
    }
    
    .detail-comment::after {
        width: 116px;
        height: 116px;
        left: -60px;
        top: -20px;
    }
    .toggle-hd::after {
        top: 12px;
    }
    .box-btn-logged-in {
        justify-content: center;
        padding-left: 0;
        margin-left: 0;
        border: none;
    }
    .hide-for-small{
        display: none;
    }
    .box-banner-home {
        flex-direction: column;
    }

    .banner-home-left {
        width: 100%;
        text-align: center;
    }

    .banner-home .form-search {
        margin-top: 32px;
    }

    .banner-home {
        background-image: url(../images/bg-banner-sm.png);
    }

    .box-banner-home {
        flex-direction: column;
    }

    .banner-home-left {
        width: 100%;
        text-align: center;
    }

    .banner-home .form-search {
        margin-top: 32px;
    }

    .box-number {
        margin-bottom: 16px;
    }

    .box-banner-custom {
        margin-top: 32px;
    }

    .home-news {
        padding: 40px 0 0;
    }

    .main-title p {
        font-size: 2.4rem;
    }
    #home-about{
        padding-top: 40px;
    }
    .news-item.item-list {
        padding: 16px;
    }

    .news-item.item-list .date {
        margin-right: 15px;
    }
    .news-item.item-list::after {
        right: 16px;
        bottom: 16px;
        transform: none;
        top: auto;
        width: 16px;
        height: 16px;
    }

    .main-title h2 {
        font-size: 1.4rem;
    }

    .img-about {
        margin-top: 50px;
    }

    .home-course {
        padding: 100px 0 32px 0px;
    }

    .home-teacher-left {
        padding: 32px;
    }

    .img-teacher img {
        min-height: 346px;
    }

    .teacher-item img {
        width: 100%;
        border-radius: 10px;
    }

    .home-regis::after,
    .home-regis::before,
    .home-features::before,
    .home-features::after {
        background-image: url(../images/waves-sm.png);
    }

    .home-regis {
        padding: 150px 0;
        margin: 48px 0;
    }

    .home-regis h2.fs-36 {
        font-size: 2.4rem;
        margin-bottom: 20px !important;
    }

    form.lead-form {
        margin-top: 10px;
    }

    form.lead-form input {
        height: 35px;
        padding: 10px;
        font-size: 1.4rem;
    }

    .form-group.mb-5 {
        margin-bottom: 20px !important;
    }

    .home-benefit {
        padding: 32px 0;
    }
    #home-features::after,
    #home-features::before {
        width: 428px;
        height: 428px;
    }
    #home-features::after {
        left: -239px;
        top: -255px;
    }

    .home-features {
        padding: 120px 0;
    }

    #home-features::before {
        right: -240px;
        bottom: -255px;
    }

    .box-slide-nav {
        max-width: calc(100% - 28px);
    }

    .box-slide-nav button.slide-arrow.next-arrow.slick-arrow {
        right: -20px;
    }

    .box-slide-nav button.slide-arrow.slick-arrow {
        width: 40px;
        left: -20px;
    }

    .pt-sm-5 {
        padding-top: 30px;
    }
    .home-faq {
        padding: 32px 0px;
    }
    .list-faq {
        margin-top: 16px;
        padding: 10px;
        border: 1px solid #eee;
        border-radius: 10px;
    }

    .home-contact {
        padding: 130px 0;
    }

    a.btn.btn-mail {
        font-size: 1.6rem;
        padding: 12px 20px;
        max-width: 280px;
    }

    a.btn.btn-mail:after {
        width: 30px;
        height: 30px;
        right: 20px;
    }

    .home-contact::after {
        background-image: url(../images/waves-sm.png);
    }

    .home-contact::before {
        mask-image: url(../images/waves-sm.png);
        -webkit-mask-image: url(../images/waves-sm.png);
    }

    .box-tel a span {
        font-size: 2.8rem;
    }

    .box-tel a {
        min-height: 48px;
        border-radius: 8px;
    }

    .box-contact h4 {
        font-size: 1.8rem;
    }

    .box-contact p.fs-24 {
        font-size: 1.8rem;
        padding-top: 15px !important;
    }

    .box-contact h3 {
        margin-bottom: 15px;
    }

    .logo h2 {
        font-size: 1.8rem;
    }

    .logo img {
        width: 145px;
    }

    .box-footer-left {
        padding: 20px;
    }

    .box-text-footer {
        margin-top: 15px;
        font-size: 1.5rem;
    }

    .group-link-footer {
        display: none;
    }

    .footer {
        padding: 32px 0;
    }

    .footer-copyright {
        font-size: 1.4rem;
    }

    .accordion-collapse .accordion-body {
        display: flex;
        padding: 16px;
    }

    .accordion-collapse .accordion-body span {
        font-weight: 700;
        margin-right: 5px;
    }

    .page-link-top {
        flex-wrap: wrap;
    }
    
    ul#myTab .nav-item {
        width: 50%;
    }
    
    ul#myTab .nav-item button {
        font-size: 2.4rem;
    }
    .page-link-top {
        flex-wrap: wrap;
    }
    
    ul#myTab .nav-item {
        width: 50%;
    }
    
    ul#myTab .nav-item button {
        font-size: 2.4rem;
    }
    
    .circleBar .round canvas {
        width: 250px !important;
        height: 250px !important;
    }
    
    .circleBar .round strong {
        font-size: 4.8rem;
    }
    .box-left-accout {
        min-height: unset;
    }
    a.box-infor-course {
        flex-direction: column;
        justify-content: center;
        min-height: 186px;
        padding: 24px;
        width: calc(50% - 10px);
    }
    
    .img-icon {
        margin: 0;
    }
    
    .box-text-detail {
        flex: unset;
        margin-top: 15px;
        width: 100%;
    }
    
    .box-text-detail h2 {
        font-size: 2rem;
    }
    
    .box-text-detail p {
        margin-bottom: 0;
    }
    
    .box-infor-course::after {
        top: unset;
        transform: unset;
        bottom: 58px;
        right: 20px;
    }
    .box-list.account{
        gap: 20px;
    }
    .page-link-top a {
        padding: 5px 10px;
    }
    #slide-your-course.row {
        padding: 0;
        margin: 0;
    }
    #slide-your-course.row>* {
        padding-left: 0;
        padding-right: 0;
    }
    #slide-your-course.row .slick-list {
        margin-left: -15px;
        margin-right: -15px;
        overflow: visible;
    }
    .box-slide-custom ul.slick-dots{
        margin: 16px auto;
        justify-content: center;
    }
    .box-slide-custom ul.slick-dots li{
        width: 10px;
        height: 10px;
        border-radius: 50%;
    }
    .img-about video {
        height: 100%;
    }
    .box-flex-tab .tab-pane{
        max-height: unset;
    }
    .lession-detail-left {
        padding: 20px;
    }
    
    .toggle-hd {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    
    .toggle-hd h2 {
        font-size: 2rem;
    }
    
    .info-lesson p {
        margin-left: 0;
        margin-right: 20px;
        padding: 0;
    }
    
    .info-lesson {
        margin-top: 8px;
    }
    
    .lesson-text-info {
        flex-direction: column;
        padding: 10px;
        align-items: flex-start;
    }
    
    .ava-lesson {
        margin-right: 10px;
    }
    
    .lesson-text {
        padding-right: 0;
    }
    
    .lesson-time {
        width: 100%;
        text-align: left;
        margin-top: 0px;
    }
    
    .lesson-text p {
        font-size: 1.4rem;
    }
    a.box-lesson {
        padding: 5px;
        margin-bottom: 15px;
    }
    .toggle-pc{
        padding: 15px 0;
    }
    .box-flex-tab {
        flex-direction: column-reverse;
    }
    
    .box-flex-tab ul#pills-tab {
        width: 100%;
        display: flex;
        flex-direction: row !important;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    
    .box-flex-tab ul#pills-tab li button {
        min-height: unset;
        writing-mode: unset;
        text-orientation: unset;
        padding: 10px 15px;
        margin-right: 2px;
        margin-bottom: 0;
    }
    .home-about .main-title p, .text-lg-start.main-title p{
        margin-left: auto;
    }
    .main-title p::before{
        width: 30px;
        right: -40px;
    }
    .main-title p::after{
        width: 30px;
        left: -40px;
    }
    #go-top{
        right: 15px;
    }
    #go-top a{
        font-size: 3rem;
        width: 30px;
        height: 30px;
    }
    #home-contact::before, #home-contact::after {
        width: 428px;
        height: 428px;
        border-width: 80px;
    }
    #home-contact::before {
        bottom: -240px;
        left: -255px;
    }
    #home-contact::after {
        top: -240px;
        right: -255px;
    }
    .contact-us-head {
        padding-bottom: 60px;
    }
}

/*only for centering on the page*/
.btn.swapHeart {
    margin: 0 auto;
    display: block;
    width: 32px;
    height: 32px;
    padding: 2px 2px 0px 2px;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 10;
    color: red;
    background-color: white !important;
    border-radius: 12px;
    opacity: 1 !important;
  }


    .swapHeart i{
        background-image: url(../images/icon-heart.svg);
        background-position: center;
        background-repeat: no-repeat;
        width: 20px;
        height: 20px;
        display: inline-block;
    }
    body.page-list .course-item{
        position: relative;
        margin-bottom: 50px;
    }
.box-main-infor{
    padding: 20px;
    font-size: 20px;
    font-weight: bold;
}
.your-rating .p{
    font-size: 18px;
    font-weight: bold;
    padding: 10px;
}
.star-rating{
    padding-left: 10px;
}
.your-rating textarea{
    width: 100%;
}
.course-item{
    position: relative;
    box-shadow: 0px 4px 4px 0px #0000001A;
    background-color: #fff;
    border-radius: 16px;
}
.progress .progress-bar {
    background-color: #E5292D;
    border-radius: 99px;
}
/* LOGIN */
#home-contact::before, #home-contact::after {
    border: none;
    background-image: url(../images/ellipse.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
}
.login-wrap {
    padding: 120px 0px;
    background-color: #F1F1F5;
    position: relative;
}
.box-login{
    position: relative;z-index: 3;
}
/* .login-wrap::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    background-image: url(/assets/images/shapes-log.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 440px;
    height: 320px;
} */
.login-wrap form .btn.btn-primary {
    border-radius: 0px;
}
.box-login {
    background: #fff;
    width: 540px;
    max-width: 100%;
    padding: 24px;
    margin: 0 auto;
    border-radius: 5px;
    box-shadow: 0 3px 4px rgba(153,155,168,.25);
    font-size: 14px;
    color: #25324B;
}
.box-login .welcome {
    font-size: 28px;
    font-weight: 700;
}
.box-login .note {
    color: #7C8493;
}
.box-login a {
    color: #16A34A;
}
.box-login input.form-control,
.box-login .btn {
    height: 48px !important;
    border-radius: 0;
    border: 1px solid #D6DDEB;
    background-color: #FAFBFC;
    box-shadow: none;
    display: block;
    font-size: 14px;
}
.box-login .btn {
    color: #4C4F59;
    font-weight: 500;
    padding: 12px 0px;
    font-size: 12px;
}
.box-login .btn:hover {
    background-color: #D6DDEB !important;
    border-color: #D6DDEB !important;;
}
.box-login .custom-control-label::before {
    border-width: 1px;
    top: 0.35rem;
}
.box-login .select2-container .select2-selection {
    height: 48px !important;
    border-radius: 0  !important;
    font-size: 14px !important;
    padding: 1rem !important;
}
.link-video {
    width: 72px;
    height: 72px;
    background-image: url(../images/video-btn.png);
    background-position: center;
    background-size: contain;
    display: inline-block;
}
@media(max-width:768px){
    .navbar-toggler-icon{
        width: 2.5em;
    }
    .navbar .navbar-toggler{
        width: 45px;
        height: 30px;
    }
    .news-item.item-list .box-cat{
        width: 130px;
    }
    a.cat{
        min-height: 30px;
        font-size: 14px;
    }
    .news-item.item-list .date{
        font-size: 14px;
    }
    .news-item.item-list::after{
        width: 24px;
        height: 24px;
        background-size: 8px 10px;
    }
    .news-item.item-list:hover::after {
        right: 10px;
    }
    .news-item.item-list .title {
        margin-top: 12px;
    }
    .navbar-nav .nav-item{
        padding-top: 20px;
        padding-bottom: 20px;
        text-align: left;
        border-bottom: 1px solid #538665;
    }
    .navbar-nav .nav-item:first-child{
        
        border-top: 1px solid #538665;
    }
    .menu-pc-cont form.form-search{
        margin-top: 50px;
    }
    .custom-dropdown.navbar-auth-user-dropdown.position-relative.ml-50{
        margin-left: 0 !important;
        position: absolute !important;
        top: 105px;
        right: 40px;
    }
    .menu-pc-cont .navbar-nav{
        padding-top: 10px !important;
    }
    .search-top-banner .top-search-categories-form .search-input{
        padding-top: 5px !important;
        padding-bottom: 5px !important;
    }
    .top-search-categories-form h1{
        margin-bottom: 15px !important;
    }
    nav a.btn-cart{
        display: none !important;
    }
}
.js-course-share-link-copy.btn.btn-primary{
    word-break: keep-all;
}
@media(max-width:1325px) and (min-width:965px){
    .navbar-expand-lg .navbar-nav .nav-link{
        margin-left: 15px;
    }
    a.btn.btn-signup{
        width: 140px;
    }
    .btn-cart{
        left: calc(100% - 34px);
    }
    .box-btn-login{
        padding-right: 50px;
        padding-left: 15px;
        margin-left: 15px;
    }
    header .form-search{
        width: 180px;
    }
}
@media(max-width:1155px) and (min-width:965px){
    .navbar-nav .nav-item{
        font-size: 13px;
    }
    a.btn.btn-signin,a.btn.btn-signup{
        font-size: 13px;
        padding-left: 5px;
        padding-right: 5px;
    }
}
@media(max-width:768px){
    .course-content-body .title-course{
        font-size: 20px;
        line-height: 30px;
    }
}
@media(min-width:768px){
    .post-show img{
        width: 50%;
        margin-left: auto;
        margin-right: auto;
    }
    .post-show .post-img{
        text-align: center;
    }
}
.js-blog-share-link-copy.btn{
    word-break: keep-all;
}
.cart-banner{
    background-image: url(../images/bg-gradient.png);
    background-position: center;
    background-size: cover;
}
.home-news > .container{
    max-width: 1050px !important;
}
.footer{
}
.main-title p.comment-title{
    font-size: 20px;
}
a.btn.btn-signup,a.btn.btn-signin,a.btn.btn-mail,button.btn.btn-ghost.btn-submit{
    box-shadow: none;
}
.text-primary-true{
    color: var(--primary) !important;
}
.plan-divider{
    margin-top: 50px;
    margin-bottom: 20px;
    border-bottom: 1px solid black;
    width: 100%;
}
@media (min-width:1200px){
    .subscribe-plan{
        padding-left: 35px !important;
        padding-right: 35px !important;
    }
}
@media (min-width:768px){
    .container.not-home .main-title p{
        font-size: 24px;
    }
}
.subscribe-plan{
    overflow: hidden;
    border: none;
    position: relative;
}
.subscribe-plan:before{
    width: 100%;
    height: 8px;
    background-color: #EEA923;
    top: 0;
    left: 0;
    content: '';
    display: block;
    position: absolute;
}
.swiper-slide:nth-child(2) .subscribe-plan:before{
    background-color: #1C7D3B;
}
.swiper-slide:nth-child(3) .subscribe-plan:before{
    background-color: #2E8CD8;
}

.subscribe-plan .badge-popular{
    width: 63px;
    height: 72px;
    background-color: rgba(0,0,0,0) !important;
    top: 0 !important;
    background-image: url(../images/ninki.png);
    background-size: 100% 100%;
    padding-top: 20px !important;
}
a.btn.btn-subscribe{
    font-size: 16px;
    font-weight: bold;
    display: flex;
}
.btn-wrap a.btn{
    
    font-size: 16px;
    font-weight: bold;
    display: flex;
}
.webinar-price-box{
    display: none;
}
.webinar-price-box.d-flex{
    display: none !important;
}
a.btn-cart{
    display: none;
}
.box-btn-login a.btn-cart{
    display: none !important;
}

input[type=text], input[type=password], input[type=number], input[type=email], input[type=tel], textarea,.form-search input,input.form-control{
    font-family: 'Noto Sans JP', sans-serif !important;
    font-weight: 500;
    font-size: 14px !important;
}
@media(min-width:768px){
    .container{
        width: 90% !important;
    }
    .footer .container{
        width: 100% !important;
    }
    .box-link-footer:nth-child(1){
        width: 38%;
    }
    .box-link-footer:nth-child(2){
        width: 23.33%;
    }
    .box-link-footer:nth-child(3){
        width: 38%;
    }
    .footer .logo h2{
        font-size: 2rem;
    }
    
}
.page-container{
    min-height: calc(100vh - 400px);
}
body .shadow-lg,body .blog-grid-card, body .btn,.webinar-card,.course-item,.custom-pagination,.course-content-sidebar .box-course-content-sidebar{
    box-shadow: none !important;
}
.custom-pagination,.tab-content{
    margin-bottom: 50px;
}
.blog-grid-card,.course-item,.webinar-card,a.cat-course{
    border-radius: 3px !important;
}
.box-img-course,.webinar-card .image-box img{
    border-radius: 3px 3px 0 0 !important;
}
body .rounded-sm{
    border-radius: 3px !important;
}
.webinar-card,.course-item{
    border: 1px solid rgb(222, 226, 230);
}
.home-regis.unsub{
    padding-top: 50px;
    padding-bottom: 50px;
}
.learn-wrap{
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}