/* settings */

:root {
--color_0: rgb(255,255,255);
--color_2: rgb(0,0,0);
--color_3: rgb(237,28,36);
--color_4: rgb(0,136,203);
--color_5: rgb(255,203,5);
--color_6: rgb(114,114,114);
--color_7: rgb(176,176,176);
--color_12: rgb(211,218,232);
--color_13: rgb(96,114,150);
--color_14: rgb(55,60,71);
--color_15: rgb(49,53,61);
--color_16: rgb(255,233,230);
--color_17: rgb(252,188,178);
--color_18: rgb(160,96,84);
--color_19: rgb(107,49,39);
--color_20: rgb(69,41,36);
--color_21: rgb(220,242,231);
--color_22: rgb(178,207,192);
--color_23: rgb(91,186,140);
--color_24: rgb(54,156,112);
--color_25: rgb(55,89,77);
--color_26: rgb(201,215,240);
--color_27: rgb(158,179,219);
--color_28: rgb(75,125,219);
--color_29: rgb(74,97,140);
--color_30: rgb(50,73,115);
--color_31: rgb(242,226,177);
--color_32: rgb(235,209,136);
--color_33: rgb(227,187,68);
--color_34: rgb(151,129,63);
--color_35: rgb(87,73,36);
--font_0: normal normal normal 60px/1.4em cinzel,serif;
--font_1: normal normal normal 16px/1.4em din-next-w01-light,din-next-w02-light,din-next-w10-light,sans-serif;
--font_2: normal normal normal 32px/1.4em cinzel,serif;
--font_3: normal normal normal 26px/1.4em futura-lt-w01-light,futura-lt-w05-light,sans-serif;
--font_4: normal normal normal 23px/1.4em cinzel,serif;
--font_5: normal normal normal 17px/1.4em cinzel,serif;
--font_6: normal normal normal 16px/1.4em cinzel,serif;
--font_7: normal normal normal 15px/1.4em futura-lt-w01-light,futura-lt-w05-light,sans-serif;
--font_8: normal normal normal 14px/1.4em futura-lt-w01-light,futura-lt-w05-light,sans-serif;
--font_9: normal normal normal 12px/1.4em futura-lt-w01-light,futura-lt-w05-light,sans-serif;
--font_10: normal normal normal 12px/1.4em din-next-w01-light,din-next-w02-light,din-next-w10-light,sans-serif;
--wix-ads-height: 0px;
--wix-ads-top-height: 0px;
--site-width: 980px;
--above-all-z-index: 100000;
--portals-z-index: 100001;
--minViewportSize: 320;
--maxViewportSize: 1920;
}

@import url(//fonts.googleapis.com/earlyaccess/notosanstc.css);



body, html, .wrapper {
    font-family: "Noto Sans CJK TC", "Microsoft JhengHei", PingFang, STHeiti, sans-serif, serif;
}

body.bodyY, .bodyY {
    overflow-y: hidden!important;
}

body.bodyYOv, .bodyYOv {
    overflow-y: hidden!important;
}

.title {
    text-align: center;
    color: #31353d;
    font-size: 23px;
    position: relative;
    font-weight: 600;
    margin: 90px auto 40px auto;
}

.title::after {
    content: '';
    height: 3px;
    background-color: #5cc3e2;
    width: 51px;
    margin-top: 30px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -20px;
}

/* navbar */

.layer {
    width: 100%;
    height: 100%;
    background-color: transparent;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}

.layer-top {
    width: 100%;
    height: 70px;
    background-color: transparent;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}

.layer-top.show {
    z-index: 2147483647!important;
    display: block;
}

.layer.show {
    z-index: 1000!important;
    display: block;
}

.navbar .container-fluid .navbar-brand {
    padding: 0;
}

.navbar .container-fluid .navbar-brand img {
    width: 102px;
    display: block;
}

.navbar {
    background-color: #ffffffd3!important;
}

.navbar.border-b {
    border-bottom: 3px solid #f4f4f4!important;
    background-color: #ffffff!important;
}

.navbar .container-fluid .nav-item {
    margin-left: 14px;
}

.navbar .container-fluid .nav-item .nav-link.accountLinks,
.navbar .container-fluid .nav-item .nav-link.accountLinks:hover{
    background: transparent;
}

.navbar .container-fluid .nav-item:last-child{
    margin-right: 20px;
}

.navbar .container-fluid .nav-item .nav-link {
    color: var(--color_6);
    font-size: 15px;
    border-radius: 6px;
}

.navbar .container-fluid .nav-item:hover .submenu {
    display: block;
}

.navbar .container-fluid .nav-item .itemH:hover {
    color: #85d5d7;
}

.navbar .container-fluid .nav-item .submenu {
    background-color: white;
    border-radius: 3px;
    width: auto!important;
    padding: 5px 15px;
    top: 40px;
    left: 50%;
    display: none;
    transform: translateX(-50%);
}

.navbar .container-fluid .nav-item .submenu ul {
    padding: 0px;
    list-style: none;
    width: auto;
    text-align: right;
}

.navbar .container-fluid .nav-item .submenu ul li {
    margin: 6px 0;
}

.navbar .container-fluid .nav-item .submenu ul li a {
    width: 100%;
    color: #7c7c7c;
    text-decoration: none;
    font-size: 15px;
    transition: 0.3s;
}

.navbar .container-fluid .nav-item .submenu ul li a:hover {
    color: #85d5d7;
}

.navbar .container-fluid .icons {
    width: 60px;
    text-align: center;
    margin: 0 20px;
}

.bxs-cart.mb, .bxs-bell {
    display: none!important;
    text-decoration: none;
}

.navbar .container-fluid .icons .icon {
    width: 40px;
    margin: auto;
}

.navbar .container-fluid .icons .icon:nth-of-type(2) {
    transform: translateX(30%);
}

.navbar .container-fluid .icons .icon .det {
    color: white;
    background: #f34f52;
    width: 13px;
    height: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    top: -4px;
    right: 0;
    border-radius: 50%;
}

.navbar .container-fluid .icons .icon .bx {
    font-size: 25px;
    color: #9b9b9b;
    cursor: pointer;
    transition: 0.1s;
}

.navbar .container-fluid .icons .icon .bx:hover {
    font-size: 30px;
    color: #8aafde;
}

.navbar .container-fluid .icons .icon .alert {
    background-color: white;
    left: 50%;
    width: 250px;
    height: auto;
    text-align: left;
    border: 2px solid #cecece;
    top: 40px;
    transform: translateX(-50%);
    display: none;
    transition: 0.5s;
    box-shadow: 0px 0px 4px #6464643d;
}

.navbar .container-fluid .icons .icon .purchases {
    left: 50%;
    transform: translateX(-70%);
    top: 40px;
    width: 340px;
    text-align: left;
    box-shadow: 0px 0px 4px #6464643d;
    border: 2px solid #cecece;
    background-color: white;
    display: none;
    padding: 0px;
}

.navbar .container-fluid .icons .icon .purchases ul {
    padding: 0px;
}

.navbar .container-fluid .profile {
    position: relative;
}

.navbar .container-fluid .profile .profile-menu {
    top: 40px;
    transform: translateX(-50%);
    left: 30%;
    width: 150px;
    background-color: white;
    padding: 5px;
    display: none;
    box-shadow: 0px 0px 4px #6464643d;
    border: 2px solid #cecece;
}

.navbar .container-fluid .profile .profile-menu ul {
    padding: 0px;
    list-style: none;
    text-align: center;
}

.navbar .container-fluid .profile .profile-menu ul li {
    margin: 5px 0 15px 0;
}

.navbar .container-fluid .profile .profile-menu ul li .line {
    height: 1px;
    width: 70%;
    margin: auto;
    display: block;
    background-color: #bdbdbd;
}

.navbar .container-fluid .profile .profile-menu ul li a, .navbar .container-fluid .profile .profile-menu ul li .bx {
    color: #7c7c7c;
    text-decoration: none;
    transition: 0.3s;
    font-size: 16px;
}

.navbar .container-fluid .profile .profile-menu ul li:hover a, .navbar .container-fluid .profile .profile-menu ul li:hover .bx {
    color: #5cc3e2;
}

.navbar .container-fluid .profile .profile-menu ul li a {
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 60%;
    margin: auto;
}

.navbar .container-fluid .icons .icon .purchases .purchase {
    margin-bottom: 2px;
}

.navbar .container-fluid .icons .icon .purchases .purchase:hover {
    background-color: #f4fcfc;
}

.navbar .container-fluid .icons .icon .purchases .purchase .image {
    width: 35%!important;
    padding: 8px;
}

.navbar .container-fluid .icons .icon .purchases .purchase .image img {
    width: 100%;
}

.navbar .container-fluid .icons .icon .purchases .purchase .info {
    width: 60%!important;
    padding-top: 5px;
}

.navbar .container-fluid .icons .icon .purchases .purchase .info span {
    font-size: 13px;
    color: #575757;
    display: inline-block;
}

.navbar .container-fluid .icons .icon .purchases .purchase .info .price {
    color: #ff4040;
    font-size: 18px;
    margin-top: -5px;
    text-align: right;
}

.navbar .container-fluid .icons .icon .purchases .button-area {
    margin-top: -10px;
    padding: 0 10px 10px 10px;
}

.navbar .container-fluid .icons .icon .purchases .button-area button {
    background-color: #ff4040;
    color: white;
    border: 1px solid #ff4040;
    transition: 0.3s;
    width: 200px;
    border: none;
    height: 48px!important;
    font-size: 14px;
    border-radius: 3px;
}

.navbar .container-fluid .icons .icon .purchases .button-area button span {
    display: inline-block;
    transform: translateY(-10%);
}

.navbar .container-fluid .icons .icon .purchases .button-area button .bx {
    color: white;
    font-size: 21px!important;
    margin-left: 8px!important;
}

.navbar .container-fluid .icons .icon .purchases .button-area button:hover {
    color: black;
    border: 1px solid black;
    background-color: white;
}

.navbar .container-fluid .icons .icon .purchases .button-area button:hover .bx {
    color: black;
    font-size: 21px!important;
}

.navbar .container-fluid .icons .icon .purchases .button-area .text span {
    color: #7c7c7c;
    font-size: 14px;
}

.navbar .container-fluid .icons .icon .purchases .button-area .text .price {
    color: #ff4040;
    font-size: 19px;
}

.navbar .container-fluid .icons .icon .alert.show, .show {
    z-index: 1000000000!important;
    display: block!important;
}

.navbar .container-fluid .profile .profile-menu.show {
    z-index: 1000000000!important;
    display: block!important;
}

.navbar .container-fluid .icons .icon .purchases.show {
    z-index: 1000000000!important;
    display: block!important;
}

.navbar .container-fluid .icons .icon .alert ul {
    list-style: none;
    padding: 6px;
    margin-top: -20px;
}

.navbar .container-fluid .icons .icon .alert ul li {
    color: #7c7c7c;
    font-size: 13px;
    margin: 10px 0;
}

.navbar .container-fluid .icons .icon .alert .line {
    background: #cecece;
    width: 100%;
    height: 2px;
    margin-top: -10px;
}

.navbar .container-fluid .icons .icon .alert button {
    background-color: transparent;
    display: block;
    margin: 3px auto -12px auto;
    border: none;
    transition: 0.3s;
    padding: 6px;
    border-radius: 4px;
    width: 80px;
    font-size: 13px;
}

.navbar .container-fluid .icons .icon .alert button a {
    color: #7c7c7c;
    text-decoration: none;
}

.navbar .container-fluid .icons .icon .alert button:hover {
    background-color: #5cc3e2;
}

.navbar .container-fluid .icons .icon .alert button:hover a {
    color: white;
}

.navbar .container-fluid .icons .icon .alert ul li span:nth-of-type(1) {
    color: #5cc3e2;
}

.navbar .container-fluid .user {
    padding-right: 13px;
}

.navbar .container-fluid .user .profile {
    border-radius: 50%;
    cursor: pointer;
    width: 45px;
}

.navbar .container-fluid .user .profile img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.navbar .container-fluid .user .bx {
    color: #5cc3e2;
    font-size: 20px;
}

.submenumobile .subitemmobile a {
    color: #7c7c7c!important;
    font-size: 13px!important;
    font-weight: 300!important;
}

/* banners */

.banners {
    overflow: hidden;
    width: 1360px;
    margin: 90px auto 0 auto!important;
    border: 5px solid #defdfe;
    margin-top: 35px;
    z-index: 1000;
}

.banners .banner-area {
    width: 4080px;
    transition: 0.9s;
    margin-left: -2720px;
}

.banners .banner-area.bannerMove {
    margin-left: 0px!important;
}

.banners .banner-area .banner {
    width: 1360px;
}

.banners .directionals {
    transform: translateX(-50%);
    left: 50%;
    bottom: 35px;
}

.banners .directionals .directional {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.banners .directionals .directional .bx-circle {
    color: white;
    font-size: 22px;
    display: block;
    display: none;
}

.banners .directionals .directional .bxs-circle {
    color: white;
    display: block;
    font-size: 15px;
}

.banners .directionals .directional.active .bx-circle {
    display: block;
}

.banners .directionals .directional.active .bxs-circle {
    display: none;
}

/* courses */

.courses .button-area, .latest-courses .button-area {
    margin: 40px 0;
}

.courses .button-area button, .latest-courses .button-area button {
    margin: auto;
    display: block;
    color: #3d9be9;
    font-size: 14px;
    background-color: transparent;
    border: 1px solid #3d9be9;
    border-radius: 5px;
    width: 140px;
    padding: 8px;
    transition: 0.3s;
}

.courses .button-area button:hover, .latest-courses .button-area button:hover {
    color: black;
    border: 1px solid #000000;
}

.courses .button-area button:hover .bx, .latest-courses .button-area button:hover .bx {
    color: black;
}

.courses .button-area button span, .latest-courses .button-area button span {
    font-size: 13px;
    display: inline-block;
}

.courses .button-area button .bx, .-latest-courses .button-area button .bx {
    color: #3d9be9;
    transition: 0.3s;
    transform: translateY(10%);
    margin-left: 5px;
}

/* first carousel */

.courses .arrows, .courses .arrows-2 {
    width: 1100px!important;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    padding: 0 0px;
    left: 50%;
    display: flex;
    justify-content: space-between;
    z-index: 10000;
    align-items: center;
    margin: auto;
}

.divisor {
    width: 100%;
    height: 1px;
    background-color: #c3c3c3;
}

.courses .arrows .left-icon, .courses .arrows .right-icon, .courses .arrows-2 .left-icon-2, .courses .arrows-2 .right-icon-2 {
    cursor: pointer;
}

.courses .arrows .bx, .courses .arrows-2 .bx {
    font-size: 50px;
    color: #c3f0e7;
    cursor: pointer;
}

.courses .carousel-area, .courses .carousel-area-2, .courses .carousel-area, .courses .carousel-area-2 {
    overflow: hidden;
    max-width: 930px;
    /* margin: auto; */
    transition: 0.2s;
    width: calc(5*300)px;
}

.larg, .larg-2 {
    height: 360px;
    transition: 0.2s;
}

.larg .carousell-item, .larg-2 .carousell-item-2 {
    height: 100%;
    z-index: 3000;
    margin-right: 10px;
    width: 240px!important;
    transition: all ease 0.3s!important;
    z-index: 3000;
}

.larg .carousell-item img, .larg-2 .carousell-item-2 img {
    width: 100%;
}

.larg .carousel-popup {
    cursor: pointer;
    z-index: 100;
}

.post .image {
    height: 120px;
    background-size: contain;
    background-image: url('../images/header-post-1.jpg');
    background-repeat: no-repeat;
    background-position: center center;
}

.latest-courses .post .image {
    background-image: url('../images/header-post-2.jpg');
}

.column .post .image {
    background-image: url('../images/header-post-3.jpg');
}
.mobile-button.M__cartBtn{margin-left:auto}

@media screen and (min-width:769px) {
    .post .image {
        background-position: center center;
    }

    .booking .post .image {
        background-position: center left;
    }

}

@media screen and (max-width:768px) {
    .post .image {
        background-position: top center;
    }

}


.post .button {
    margin-top: 4px;
    margin-bottom: 0px!important;
}

.post .button button {
    background-color: orange;
    color: white;
    font-size: 13px!important;
    padding: 5px!important;
    border: 1px solid orange;
    transition: 0.2s;
    border: none;
    width: 80px;
    height: 30px!important;
    text-align: center;
}

.post .date {
    bottom: -30px;
    display: none;
}

.latest-courses .course {
    width: calc(25% - 1.5rem);
    background-color: #FFFFFF;
    box-shadow: 3px 3px 6px 0px #59C3E11A;
    border-radius: 10px;
    overflow: hidden;
    margin: 0.75rem;
    padding: 0;
    cursor: pointer;
}

.latest-courses .course .index-latest-course-impact {
    padding-top: 56.2% !important;
}

.latest-courses .course-info {
    padding: 15px;
}

.latest-courses .course-tag {
    background-color: #f3fdff;
    border-radius: 7px;
    color: #62c4e3;
    font-size: 12px;
    padding: 3px 7px;
    display: inline-block;
}

.latest-courses .course .tit {
    color: #212529 !important;
    -webkit-line-clamp: 2 !important;
}

.latest-courses .course .price {
    border-bottom: none !important;
}

.latest-courses .post .text .price .dell {
    color: #727272;
    margin-left: 0;
}

.latest-courses .post {
    height: 100%!important;
}

.latest-courses .post .button button {
    background-color: #5cc3e2;
}

.post .text {
    /* height: 280px!important; */
    /* padding: 0 10px!important; */
    /* margin-top: 2px; */
}

.post .text p.parag {
    color: #a0a0a0;
    font-size: 15px;
    margin-top: -5px;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 4px;
    margin-bottom: -2px;
    line-height: 1.2;
}

.post .text .tit {
    color: #455061;
    text-align: left!important;
    font-size: 15px!important;
    height: 45px;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
}

.post .text .author {
    color: #616161;
    font-size: 12px;
    margin-left: auto;
}

.post .text .percent {
    margin: auto;
    display: block;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    /* border: 2px solid #5cc3e2; */
}

.post .text .percent span {
    color: #7c7c7c;
    font-size: 15px;
}

.post .text .price {
    color: #f74848;
    font-size: 19px;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 2px;
}

.post .text .price .dell {
    color: #bebebe;
    font-size: 12px;
    margin-left: 5px;
    display: inline-block;
    text-decoration: line-through;
}

.post .text .icons {
    margin-top: 5px;
}

.post .text .icons .icon span {
    color: #6e6e6e;
    font-size: 12px;
    display: block;
    margin-left: 4px;
}

.post .text .icons .icon .bx {
    transform: translateY(15%);
    color: #6e6e6e;
}

.post .text .icons .icon .fa-eye {
    color: #6e6e6e;
}

.post .button button:hover {
    background-color: transparent;
    color: #3d9be9;
    border: 1px solid #3d9be9;
}

.carouselPopup {
    top: 0;
    left: 0;
    right: 0;
    background-color: white;
    width: 100vw;
    height: 100vh;
    display: none;
}

.carouselPopup.showCarousel, .showCarousel {
    display: block!important;
    z-index: 5000000000!important;
}

.carouselPopup header {
    padding: 30px;
}

.carouselPopup header .icon .bx {
    color: #b6b6b6;
    cursor: pointer;
    font-size: 55px;
}

.carouselPopup header .icon .bx-exit-fullscreen {
    display: none;
}

.carouselPopup header .icon .bx-exit-fullscreen.showBx, .showBx {
    display: block!important;
}

.carouselPopup header .icon .bx-exit-expand.hiddenBx,.hiddenBx {
    display: none!important;
}

.carouselPopup .body {
    width: 700px;
    overflow: hidden;
    transition: 0.3s;
    margin-top: 170px;
    margin-left: 185px;
}

.carouselPopup.full .body {
    position: fixed!important;
    top: 50%!important;
    margin: 0px!important;
    left: 50%;
    transform: translate(-50%,-50%)!important;
}

.carouselPopup .body .carousel-popup-area {
    width: 3500px;
    transition: 0.3s;
}

.carouselPopup .body .carousel-popup-area .carousel-popup-item {
    width: 700px;
}

.carouselPopup .body .name {
    top: -50px;
    right: 180px;
    text-transform: uppercase;
    font-family: 'Cinzel', serif;
    font-size: 30px;
    font-weight: 300;
    color: #585858;
}

.carouselPopup .body .arrows {
    width: 700px;
    top: 50%;
    transform: translateY(-50%);
}

.carouselPopup .body .arrows .icon {
    cursor: pointer;
}

.carouselPopup .body .arrows .bx {
    color: #919090;
    font-size: 53px;
}

.buttons {
    margin-top: 70px!important;
}

.buttons button {
    background-color: #e2e2e2;
    border: none;
    border-radius: 3px;
    padding: 9px;
    width: 110px;
    color: #616161;
    font-size: 14px;
    transition: 0.3s;
}

.buttons button:hover {
    color: white;
    background-color: #84c5d9;
}

/* latest courses */

.latest-courses {
    margin-top: -30px;
}

.latest-courses .container .col-lg-3 img {
    width: 100%;
}

/* column */

.column {
    margin-top: -30px;
}

/* icons */

.icons-div {
    margin-top: 100px;
}

.icons-div .icon {
    width: 288px;
    padding: 0 40px;
    margin: 0 20px;
}

.icons-div .icon img {
    display: block;
    margin: 0 auto 15px auto;
    width: 70px;
}

.icons-div .icon h3 {
    text-align: center;
    position: relative;
    font-size: 22px;
    color: #313131;
    letter-spacing: 3.5px;
}

.icons-div .icon h3::after, .content h2::after  {
    position: absolute;
    bottom: -14px;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    height: 1px;
    width: 30px;
    background-color: #a5a5a5;
}

.icons-div .icon p {
    color: #616161;
    font-size: 14px;
    display: block;
    margin-top: 30px;
}

/* psychology */

.psychology {
    height: 500px;
    margin-top: 100px;
    background-image: url('../images/psychology.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.psychology .container .content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}

.psychology .container .content h2 {
    position: relative;
    color: #313131;
    font-size: 26px;
    letter-spacing: 3.5px;
    margin-bottom: 30px;
}

.psychology .container .content h2 span {
    color: #5cc3e2;
}

.psychology .container .content p {
    letter-spacing: 4px;
    font-size: 15px;
    color: #616161;
}

.psychology .container .content p:nth-of-type(1) {
    margin-bottom: 80px;
}

/* footer */

footer {
    height: 430px;
    background-color: white;
    padding: 60px 0;
}

footer .container .row {
    margin-bottom: 87px;
}

footer .container .row .col-md-4:nth-of-type(1) {
    padding-left: 190px;
}

footer .container .row .col-md-4:nth-of-type(2) {
    padding-left: 80px;
}

footer .container .row .col-md-4 ul {
    list-style: none;
}

footer .container .row .col-md-4 ul li {
    margin-bottom: 13px;
}

footer .container .row .col-md-4 ul li, footer .container .row .col-md-4 ul li a {
    font-size: 13px;
    text-decoration: none;
    color: #999999;
}

footer .container .row .col-md-4 ul li .tit {
    color: #84c5d9;
}

footer .container .row .col-md-4 .footer-logo {
    width: 100px;
    margin-right: 10px;
    margin-top: 55px;
}

footer .container .row .col-md-4 .footer-logo img {
    width: 100%;
}

footer  .bot-bar {
    font-size: 13px;
    color: #7f7f7f;
    letter-spacing: 1px;
}

.menu-footer {
    display: none!important;
}

.posts-mobile {
    display: none;
}

.post .text .price .dell-mobile {
    display: none;
    font-size: 15px!important;
    color: #b6b6b6;
    font-weight: 600!important;
    text-decoration: line-through;
}

.menu-mobile {
    display: none;
    background-color: white;
    padding: 10px;
    height: 100%;
    width: 80%;
    top: 0;
    right: 0;
    z-index: 2147483647;
    overflow-y: auto!important;
    overflow-x: hidden;
    transition: 0.4s;
    transform: translateX(110%);
}

.menu-mobile.showMenuMobile, .showMenuMobile {
    transform: translateX(0%);
}

.background {
    display: none;
    background-color: #00000073;
    position: fixed;
    top: 0;
    left: 0;
    transform: translateX(110%);
    width: 100%;
    height: 100%;
    transition: 0.2s;
    z-index: 1000000000;
}

.background.showBackground, .showBackground {
    transform: translateX(0%);
}

.menu-mobile header .ico {
    height: 50px;
    height: 50px;
    border-radius: 50%;
    display: block;
    border: 1px solid #5cc3e2;
    padding-top: 2px!important;
}

.menu-mobile header .ico .bx {
    font-size: 45px;
    color: #5cc3e2;
}

.menu-mobile .items {
    width: 80%!important;
    margin: auto 20px;
}

.menu-mobile .items a {
    color: #5cc3e2;
    text-decoration: none;
    font-weight: 800!important;
}

.menu-mobile .items .item {
    display: block;
    color: #5cc3e2;
    margin: 30px auto!important;
}

.menu-mobile .items .item .bx {
    color: #5cc3e2;
    font-size: 30px;
}

.menu-mobile .logo img {
    display: block;
    margin: 32px auto 30px auto!important;
    width: 150px;
}

.menu-mobile > p {
    color: #5cc3e2;
    font-weight: 300;
    text-align: center;
    font-size: 10px;
    /* font-size: 15px; */
    display: block;
    margin-top: 30px!important;
}

.menu-mobile .items .submenumobile {
    margin-top: -20px!important;
    overflow: hidden;
    height: 0px;
}

.menu-mobile .items .submenumobile .subitemmobile a {
    font-size: 16px!important;
    font-weight: 500!important;
}

.downMb {
    transition: 0.1s;
}

.menu-mobile .items .submenumobile.showAuto {
    height: auto!important;
}

.rotateArrow {
    transform: rotate(180deg)!important;
}

.page {
   padding-top: 80px!important;
   background-color: #fafafa;
}

/* 我的收藏 */
.profile_Fav .post .text .tit{
    height: 70px !important;
    margin-top: 7px;
}

.latest-courses .container .row.profile_Fav .col-lg-3{
    height: 290px!important;
}

.profile_Fav .text-3 .author {
    color: #616161;
    font-size: 12px;
    margin-bottom: 45px;
}

.profile_Fav .abs-del-btn img{
    background: #58c3e0;
    border-radius: 100%;
    margin-left: 10px;
    margin-bottom: 15px;
}

.profile_Fav .text-3 .tit{
    height: 70px;
    font-size: 15px!important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-weight: normal;
}

.navbar .container-fluid .nav-item .nav-link.active, .active-link{color:#61c4e3!important}
/* responsive settings */

/* min width */
@media (min-width: 992px) {
    .mobile-button {
        display: none!important;
    }
    .column .image {
        height: 13rem !important;
    }
}


@media (min-width: 770px) {
    /* .latest-courses .post .author {
        margin-bottom: 45px!important;
    } */
    .latest-courses .container .row .col-lg-3 {
        height: 350px!important;
    }

    .column a {
        text-decoration: none!important;
    }
    .column .image {
        margin-bottom: 6px!important;
    }
    .column .text .author {
        margin-bottom: 15px!important;
    }
    .column .text .parag {
        margin-bottom: 20px!important;
        border-bottom: 0px solid black!important;
    }
    .column .icons {
        border-top: 1px solid #e7e6e6!important;
        padding-top: 5px;
    }
}

@media (min-width: 1000px) {
    .container.custom-container {
        width: 1000px!important;
    }
}


/* max width */

@media (max-width: 1370px) {
    .banners {
        width: 1250px;
    }
    .banners .banner-area {
        width: 2500px!important;
        margin-left: -1250px;
    }
    .banners .banner-area .banner {
        width: 1250px!important;
    }
    .banners .banner-area .banner img {
        width: 1250px!important;
    }
}

@media (max-width: 1260px) {
    .banners {
        width: 1000px;
    }
    .banners .banner-area {
        width: 2000px!important;
        margin-left: -1000px;
    }
    .banners .banner-area .banner {
        width: 1000px!important;
    }
    .banners .banner-area .banner img {
        width: 1000px!important;
    }
}

@media (max-width: 1050px) {
    .banners {
        width: 800px;
    }
    .banners .banner-area {
        width: 1600px!important;
        margin-left: -800px;
    }
    .banners .banner-area .banner {
        width: 800px!important;
    }
    .banners .banner-area .banner img {
        width: 800px!important;
    }
    .courses .arrows, .courses .arrows-2 {
        width: 880px!important;
    }
    .container.custom-container, .custom-container, .container-mobile {
        width: 800px!important;
    }
    .container-mobile {
        margin: auto;
    }
    .icons-div {
        margin-top: 70px!important;
        margin-bottom: -40px!important;
        padding: 0px!important;
    }
    .buttons .container .bt {
        flex-wrap: wrap;
        justify-content: flex-start!important;
    }
    .buttons .container .bt button {
        margin: 5px 0;
    }
    footer .container .row .col-md-4:nth-of-type(1) {
        padding-left: 0px;
    }
    footer .container .row .col-md-4:nth-of-type(2) {
        padding-left: 0px;
    }
    .latest-courses .course {
        width: calc(33.33% - 1.5rem);
    }
}

@media (max-width: 991px) {
    .navbar .container-fluid .navbar-brand img {
        width: 80px;
    }
    .container.custom-container, .custom-container, .container-mobile {
        width: 670px!important;
        padding: 0px!important;
    }
    .container-mobile {
        margin: auto;
    }
    .icons-div .icon {
        padding: 15px!important;
    }
    footer {
        padding: 20px 0!important;
        height: auto!important;
    }
    footer .container {
        padding: 60px 0!important;
    }
    footer .container .row {
        margin-bottom: 50px!important;
    }
    .courses .arrows, .courses .arrows-2 {
        width: 780px!important;
    }
    .mobile-button {
        display: flex;
    }
    .mobile-button .bx {
        color: #5cc3e2;
        font-size: 26px;
    }
    .navbar .container-fluid .user {
        display: none!important;
    }
    .navbar .container-fluid .icons {
        position: absolute!important;
        top: 50%;
        right: 50px;
        transform: translate(0%,-50%);
    }
    .bxs-cart.mb, .bxs-bell {
        display: block!important;
        color: #cecece!important;
        font-size: 25px!important;
        position: relative;
    }
    .bxs-bell {
        transform: translateX(-10%);
    }
    .bxs-cart.mb {
        font-size: 30px!important;
        transform: translate(-40%,-8%);
    }
    .bxs-bell::after {
        position: absolute;
        background-color: #ff4040;
        content: '';
        width: 12px;
        height: 12px;
        right: 0;
        top: -3px;
        border-radius: 50%;
        display: block;
    }
    .bell, .shopping-bag, .det {
        /* display: none!important; */
    }
    .navbar .container-fluid .icons .icon .alert {
        transform: translateX(-64%)!important;
    }
    .navbar .container-fluid .icons .icon .purchases {
        transform: translateX(-85%)!important;
    }
    .psychology {
        background-position: -180px center;
    }
    .menu-mobile {
        display: block;
    }
    .background {
        display: block;
    }
    .carouselPopup .body {
        margin-left: 20px;
    }
}

@media (max-width: 768px) {

    .banners {
        width: 95%!important;
    }
    .banners .banner-area {
        width: 200%!important;
        margin-left: -100%;
    }
    .banners .banner-area .banner {
        width: 50%!important;
    }
    .banners .banner-area .banner img {
        width: 100%!important;
    }
    .courses, .latest-courses {
        width: 100%!important;
        margin: 0 auto!important;
    }
    .courses .arrows, .courses .arrows-2 {
        display: none!important;
    }
    .container-mobile, .custom-container, .container, .container.container-mobile, .container.custom-container {
        width: 100%!important;
        padding: 0px!important;
        margin: 0 auto!important;
    }
    footer {
        display: none!important;
    }
    .menu-footer {
        bottom: 0;
        left: 0;
        background-color: #ffffff;
        height: 95px;
        position: fixed;
        padding: 8px 0;
        z-index: 100000000;
        width: 100%;
        display: flex!important;
        justify-content: space-between;
    }
    .menu-footer .icon-mobile {
        width: 25%!important;
        text-align: center;
    }
    .menu-footer .icon-mobile span {
        color: #272727;
        font-size: 18px;
        font-weight: 300!important;
    }
    .menu-footer .icon-mobile span a {
        color: #272727;
        font-weight: 300!important;
        text-decoration: none;
    }
    .menu-footer .icon-mobile .bx {
        font-size: 35px;
        display: block;
        margin: 5px auto 2px auto;
    }
    .menu-footer .icon-mobile .bxs-cloud {
        color: #ae98d9;
        font-size: 35px;
    }
    .menu-footer .icon-mobile .bx-world {
        color: #bada55;
    }
    .menu-footer .icon-mobile .bxs-briefcase {
        color: #61c4e3;
    }
    .menu-footer .icon-mobile .bxs-heart {
        color: #f36f7a;
    }
    .latest-courses .posts-mobile .post {
       height: 220px!important;
    }


    .title {
        /* text-align: left; */
        font-size: 23px;
        margin: 90px 0 60px 0;
    }
    .title::after {
        height: 4px;
        background-color: #5cc3e2;
        width: 51px;
        margin-top: 30px;
        position: absolute;
        /* left: 0%; */
        /* transform: translateX(0%); */
        bottom: -20px;
    }
    .courses .carousel-area, .column .carousel-area-2 {
        display: none;
    }
    .posts-mobile {
        display: block;
    }
    .icons-div {
        flex-wrap: wrap;
        padding-top: 0px!important;
    }
    .icons-div .icon {
        width: 100%!important;
        margin: -20px auto 30px auto;
    }
    .icons-div .icon p {
        width: 180px!important;
        display: block;
        margin: 35px auto 0 auto!important;
    }
    .icons-div .icon h3::after {
        transform: translate(-50%,250%)!important;
    }
    .icons-div .icon img {
        width: 90px!important;
    }
    .courses, .latest-courses {
        margin-top: 20px !important;
    }
    .courses .button-area, .latest-courses .button-area, .column .button-area {
        padding: 0px!important;
        width: 100%!important;
        margin-top: 0px!important;
    }
    .courses .button-area button, .latest-courses .button-area button, .column .button-area button {
        width: 100%!important;
    }
    .buttons {
        /* margin-top: -15px!important; */
    }
    .banners {
        margin-bottom: -60px!important;
    }
    .buttons .container .bt button {
        font-size: 13px!important;
        padding: 5px!important;
        width: 83px!important;
        margin: 2px!important;
    }
    .psychology {
        height: 780px;
        background-position: 0px center!important;
        background-image: url('../images/psychology\ mobile.jpg');
        margin-top: -0px!important;
    }
    .psychology .container .content {
        transform: translate(-50%,-195%);
        width: 80%!important;
    }
    .psychology .container .content h2::after {
        transform: translate(-50%, 1160%);
        display: block;
    }
    .psychology .container .content p {
        font-size: 19px;
        letter-spacing: 8px;
        width: 90%;
        margin: 0px auto 0px auto!important;
        display: block;
        transform: translateY(70%);
    }
    .psychology .container .content p:nth-of-type(2) {
        width: 240px;
        /* width: 250px; */
        line-height: 1.7;
    }
    .divisor {
        display: none;
    }
    .carouselPopup .body {
        opacity: 0!important;
    }
    /* .latest-courses .post{height:220px !important} */
    /* .post {
        display: flex!important;
        justify-content: space-between!important;
        position: relative;
        height: 220px!important;
    }
    .post .image {
        width: 43%!important;
        height: 12.5rem !important;
    }
    .post .text {
        width: 55%!important;
        padding: 0px!important;
    }
    .post .button {
        position: absolute;
        bottom: 100px;
    }
    .post .text .tit {
        font-size: 16px!important;
        color: #31353d!important;
        font-weight: 600!important;
        letter-spacing: 1.3px!important;
        height: 96px;
    }
    .post .text .percent {
        position: absolute!important;
        right: 10px!important;
        top: 42%!important;
        transform: translateY(-50%)!important;
        width: 60px;
        height: 60px;
    }
    .post .text .price {
        font-size: 21px!important;
        display: flex;
        flex-direction: column;
    }
    .post .text .price .dell-mobile {
        display: block;
    }
    .post .text .author {
        font-size: 16px!important;
        color: #363636;
        margin-top: 5px!important;
        margin-bottom: 12px!important;
    }
    .post .date {
        bottom: 0px;
        top: 112px;
        display: flex!important;
        justify-content: space-between!important;
        width: 110px;
        height: 100%;
        color: #575757;
    } */
}

@media (max-width: 580px) {
    .container-mobile, .custom-container, .container, .container.container-mobile, .container.custom-container {
        /* width: 89%!important; */
        width: 94%!important;
        padding: 0px!important;
        margin: 0 auto!important;
    }
    .banners .directionals {
        bottom: 10px!important;
    }
    .banners .directionals .directional {
        font-size: 10px!important;
    }
}

@media (max-width: 440px) {
    .menu-footer .icon-mobile span a {
        font-size: 16px!important;
    }
    .post .image {
        height: 8.5rem !important;
    }
}

@media (max-width: 322px) {
    .psychology .container .content {
        transform: translate(-50%,-145%);
        width: 80%!important;
    }
    .post .image {
        height: 6.5rem !important;
    }
}

@media only screen and (min-width: 900px) and (max-width: 1200px)  {
    .banners {
        width: 900px!important;
    }
    .banners .banner-area {
        width: 1800px!important;
        margin-left: -900px;
    }
    .banners .banner-area .banner {
        width: 900px!important;
    }
    .banners .banner-area .banner img {
        width: 100%!important;
    }
}

@media (max-width: 767px) {
    .latest-courses .course {
        width: calc(50% - 1.5rem);
    }
    .latest-courses .index-latest-course-impact {
        width: 100%;
        margin-right: 0;
    }
    .latest-courses .index-latest-course-impact img {
        height: 100%;
        min-height: auto;
    }
}
