.detail-page {
    padding-bottom: 70px;
}
.detail-page .breadcrumb-inner {
    padding: 23px 0;
}
.detail-page .wrap-product .categories {
    width: 280px;
    padding: 37px 3px;
}
.detail-page .wrap-product .categories ul li .open {
    right: 10px;
}
.detail-page .wrap-product .list-product .thumbnail {
    width: 100%;
    margin-bottom: 32px;
}
.detail-page .wrap-product .list-product h1 {
    color: #000;
    font-size: 28px;
    font-weight: 800;
    line-height: 1.36;
    padding-bottom: 16px;
    border-bottom: 3px solid #f50a00;
    margin-bottom: 16px;
}
.detail-page .wrap-product .list-product p.date {
    justify-content: end;
    color: #8b8b8b;
    font-size: 14px;
    line-height: normal;
    gap: 5px;
    margin-bottom: 30px;
}
.detail-page .wrap-product .list-product .brief {
    color: #000;
    font-size: 16px;
    line-height: 2;
    margin-bottom: 32px;
}
.detail-page .wrap-product .list-product .note {
    align-items: center;
    gap: 5px;
    color: #8b8b8b;
    font-size: 12px;
    line-height: 24px;
    /* 171.429% */
    margin-bottom: 48px;
}
.detail-page .wrap-product .list-product .note a {
    text-decoration: none;
    color: #0000ff;
    display: inline-block;
}
.detail-page .wrap-product .list-product p.sub-title {
    color: #000;
    font-size: 24px;
    font-weight: 600;
    line-height: 39px;
    /* 162.5% */
    padding-bottom: 16px;
    border-bottom: 1px solid #d9d9d9;
    text-align: left;
    margin-bottom: 63px;
}
.detail-page .wrap-product .list-product p.sub-title::after {
    display: none;
}
.detail-page .wrap-product .list-product .wrap-catalogue {
    padding: 27px 40px 43px;
    background-color: #ececec;
    border-radius: 16px;
    max-height: 314px;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    position: relative;
    margin-bottom: 32px;
}
.detail-page .wrap-product .list-product .wrap-catalogue .title {
    align-items: center;
    gap: 8px;
    color: #000;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 26px;
}

.detail-page .wrap-product .list-product .wrap-catalogue li {
    list-style: none;
    padding: 0;
    width: 100%;
}
.detail-page .wrap-product .list-product .wrap-catalogue li.pl-2 {
    padding-left: 10px;
}
.detail-page .wrap-product .list-product .wrap-catalogue #toclist > li > a {
    align-items: center;
    gap: 3px;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    display: inline-block;
    margin-bottom: 10px;
    background: url(../img/icon/arr-red-right.svg) no-repeat 0 4px;
    padding-left: 16px;
}
.detail-page .wrap-product .list-product .wrap-catalogue ul {
    padding-left: 19px;
    margin-bottom: 10px;
}
.detail-page .wrap-product .list-product .wrap-catalogue ul li a {
    width: 100%;
    color: #000;
    position: relative;
    padding-left: 13px;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    /* 171.429% */
    margin-bottom: 0;
    display: inline-block;
}
.detail-page .wrap-product .list-product .wrap-catalogue ul li a::before {
    content: "";
    width: 5px;
    height: 5px;
    display: block;
    background-color: #f50a00;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
.detail-page .wrap-product .list-product .wrap-catalogue .toggle-button {
    cursor: pointer;
    background-color: #fff;
    border: none;
    outline: none;
    color: #8b8b8b;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    /* 150% */
    position: absolute;
    bottom: 0;
    left: 50%;
    align-items: center;
    justify-content: center;
    transform: translateX(-50%);
    background: linear-gradient(to top, #ececec 30%, rgba(236, 236, 236, 0.6) 100%);
    width: 100%;
    padding: 80px 0 16px;
}
.detail-page .wrap-product .list-product .wrap-catalogue.expanded {
    max-height: 100%;
}
.detail-page .wrap-product .list-product .wrap-catalogue.expanded .toggle-button {
    padding-top: 0;
}
.detail-page .wrap-product .list-product .wrap-text,
.detail-page .wrap-product .list-product .wrap-profile {
    color: #000;
    font-size: 16px;
    line-height: 2;
}
.detail-page .wrap-product .list-product .wrap-text p {
    margin-bottom: 2rem;
}
.detail-page .wrap-product .list-product .wrap-text-2 {
    margin-bottom: 123px;
}
.detail-page .wrap-product .list-product h2 {
    color: #000;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    line-height: 39px;
    padding-bottom: 12px;
    border-bottom: 2px solid #d9d9d9;
    text-align: left;
    margin-bottom: 32px;
    margin-top: 64px;
}
.detail-page .wrap-product .list-product h2 span,
.detail-page .wrap-product .list-product h3 span,
.detail-page .wrap-product .list-product h4 span {
    font-weight: 600 !important;
}
.detail-page .wrap-product .desc-content {
    margin-bottom: 60px;
    line-height: 2;
}
.detail-page .wrap-product .desc-content h2 {
    margin-bottom: 35px;
}
.detail-page .wrap-product .list-product h3 {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 32px;
    margin-top: 64px;
    border-left: 3px solid #F50A00;
    padding-left: 16px;
}
.detail-page .wrap-product .list-product h4 {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 32px;
    margin-top: 16px;
}
.detail-page .wrap-product .list-product img.lesson {
    margin-bottom: 31px;
    width: 328px;
}
.detail-page .wrap-product .list-product .wrap-detail-product {
    padding: 24px 40px 32px;
    border-radius: 16px;
    border: 1px solid #bbb;
    background-color: #fff;
    margin-bottom: 48px;
    position: relative;
    overflow: hidden;
}
.detail-page .wrap-product .list-product .wrap-detail-product.featured_product {
    overflow: hidden;
    border: 2px solid #FFB4B4;
}
.detail-page .wrap-product .list-product .wrap-detail-product.featured_product h4 {
    position: relative;
    margin-top: 0;
}
.detail-page .wrap-product .list-product .wrap-detail-product.featured_product h4:before {
    content: '';
    position: absolute;
    top: -5px;
    bottom: -5px;
    left: -40px;
    right: -40px;
    background: #FFEDEC;
}
.detail-page .wrap-product .list-product .wrap-detail-product.featured_product h4 span {
    position: relative;
    z-index: 1;
}
.detail-page .wrap-product .list-product .wrap-detail-product.featured_product h4 a {
    color: #000;
}
.detail-page .wrap-product .list-product .wrap-detail-product .feature_txt {
    font-size: 16px;
    font-weight: 600;
    color: #FF5E57;
    margin-top: 14px;
    margin-bottom: 16px;
    display: inline-block;
    height: 36px;
    border: 1px solid #FFCBAE;
    border-radius: 3px;
    background: #FFEFC7 url(../img/icon/mdi_crown.svg) no-repeat 4px center;
    background-size: 20px auto;
    padding: 8px 10px 0 25px;
}
.detail-page .wrap-product .list-product .wrap-detail-product .tag {
    position: absolute;
    top: 10px;
    right: 15px;
    color: #ADADAD;
    font-size: 12px;
    line-height: 1;
    /* 184.615% */
    background: #F5F5F5;
    padding: 3px 6px;
}
/*@media screen and (max-width: 640px) {*/
/*    .detail-page .wrap-product .list-product .wrap-detail-product .tag {*/
/*        font-size: 12px;*/
/*        padding: 3px 6px;*/
/*        top: 11px;*/
/*        right: 14px;*/
/*        line-height: 1;*/
/*    }*/
/*}*/
.detail-page .wrap-product .list-product .wrap-detail-product-2 {
    margin-bottom: 24px;
}
.detail-page .wrap-product .list-product .wrap-detail-product h4 {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.6;
    /* 160% */
    margin-bottom: 56px;
}
.detail-page .wrap-product .list-product .wrap-detail-product .img-block {
    width: 50%;
}
.detail-page .wrap-product .list-product .wrap-detail-product .multi-btn {
    display: block;
}
.detail-page .wrap-product .list-product .wrap-detail-product .multi-btn .img-block,
.detail-page .wrap-product .list-product .wrap-detail-product .multi-btn .group-btn {
    width: 80%;
    margin: 0 auto;
}
.detail-page .wrap-product .list-product .wrap-detail-product .multi-btn .group-btn {
    margin-top: 30px;
}
.detail-page .wrap-product .list-product .wrap-detail-product .slider-product ul {
    margin-bottom: 0;
}
.detail-page .wrap-product .list-product .wrap-detail-product .slider-product ul li {
    width: 20px;
    height: 20px;
    margin: 0;
}
.detail-page .wrap-product .list-product .wrap-detail-product .slider-product .slick-dots li button:before {
    font-size: 10px;
}
.detail-page .wrap-product .list-product .wrap-detail-product .slider-product .slick-next,
.detail-page .wrap-product .list-product .wrap-detail-product .slider-product .slick-prev {
    width: 30px;
    height: 30px;
    left: 18px;
    z-index: 1;
}
.detail-page .wrap-product .list-product .wrap-detail-product .slider-product .slick-next::before,
.detail-page .wrap-product .list-product .wrap-detail-product .slider-product .slick-prev::before {
    content: "";
    background: url(../img/icon/prev.svg) no-repeat center;
    background-size: contain;
    width: 30px;
    height: 30px;
    display: block;
}
.detail-page .wrap-product .list-product .wrap-detail-product .slider-product .slick-next {
    left: unset;
    right: 2px;
}
.detail-page .wrap-product .list-product .wrap-detail-product .slider-product .slick-next::before {
    background: url(../img/icon/next.svg) no-repeat center;
    background-size: contain;
    width: 30px;
    height: 30px;
}
.detail-page .wrap-product .list-product .wrap-detail-product .group-btn {
    width: 50%;
    padding-left: 39px;
}
.detail-page .wrap-product .list-product .wrap-detail-product .group-btn a {
    display: block;
    width: 100%;
    background-color: #f50a00;
    border-radius: 48px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    padding: 17px 5px;
    margin-bottom: 24px;
    border: none;
    cursor: pointer;
    border-bottom: 5px solid #9a0600;
}
.detail-page .wrap-product .list-product .wrap-detail-product .group-btn a span {
    display: block;
    font-size: 12px;
}
.detail-page .wrap-product .list-product .wrap-detail-product .desc-product {
    color: #000;
    font-size: 16px;
    line-height: 2;
    margin-bottom: 30px;
}
.detail-page .wrap-product .list-product .wrap-detail-product .table-info {
    gap: 14px 17px;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.detail-page .wrap-product .list-product .wrap-detail-product .table-info .info {
    padding: 10px 0 9px;
    border-bottom: 1px solid #d9d9d9;
    gap: 20px;
}
.detail-page .wrap-product .list-product .wrap-detail-product .table-info .info p {
    color: #8b8b8b;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.32;
}
.detail-page .wrap-product .list-product .wrap-detail-product .table-info .info .title {
    min-width: 120px;
    flex: 0 0 120px;
}
.detail-page .wrap-product .list-product .wrap-detail-product .table-info .info .content {
    color: #000;
    font-weight: 400;
}
.detail-page .wrap-product .list-product .attention {
    margin-bottom: 89px;
}
.detail-page .wrap-product .list-product .attention p {
    color: #000;
    font-size: 14px;
    line-height: 24px;
    /* 171.429% */
}
.detail-page .wrap-product .list-product .group-product .title-list {
    margin-bottom: 32px;
}
.detail-page .wrap-product .list-product .group-product ul {
    margin-bottom: 79px;
}
.detail-page .wrap-product .list-product .see-more {
    width: 330px;
}

ol {
    margin-left: 35px;
}

strong {
    font-weight: bold;
}

.slick-slide img {
    display: block;
    width: 100%;
    height: auto;
}
.detail-page .wrap-product .list-product .wrap-text table td {
    padding: 10px;
    font-size: 13px;
    line-height: 1.2;
}

.block-cnt > p {
    font-weight: bold;
    font-size: 20px;
    margin-top: 40px;
    margin-bottom: 32px;
}
.block-cnt .d-flex {
    display: flex;
    vertical-align: middle;
    justify-content: space-evenly;
    margin-bottom: 40px;
}
.block-cnt .d-flex.col-3 {
    justify-content: space-between;
}
.block-cnt .block-item {
    width: 200px;
    height: 64px;
    background: #FFF1F1;
    border: 1px solid #FFB4B4;
    border-radius: 4px;
    color: #844444;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    display: flex;
    justify-content: center;
    vertical-align: middle;
    align-items: center;
    line-height: 1.37;
}
.thumb-imgs {
    margin: 20px -4px 0;
    display: flex;
    justify-content: center;
}
.thumb-imgs:after {
    content: '';
    clear: both;
    display: table;
}
.thumb-img {
    float: left;
    width: calc(100% / 6);
    margin: 0 4px 8px;
    border: 1px solid #DDDDDD;
}
.thumb-img:hover {
    cursor: pointer;
}
.thumb-img.active-thumb {
    border: 1px solid #FFB4B4;
}
.thumb-img img {
    width: 100%;
    max-width: 100%;
    height: auto;
}
@media screen and (max-width: 640px) {
    .detail-page {
        padding-bottom: 0;
    }
    .detail-page .wrap-product .categories {
        order: 1;
        padding-inline: 0;
        padding-bottom: 28px;
    }
    .detail-page .wrap-product .list-product {
        padding: 0;
    }
    .detail-page .wrap-product .list-product .thumbnail {
        width: calc(100% + 16px * 2);
        margin-bottom: 21px;
        margin-inline: -16px;
    }
    .detail-page .wrap-product .list-product h1 {
        font-size: 20px;
        line-height: 28px;
        padding-bottom: 11px;
    }
    .detail-page .wrap-product .list-product h2 {
        font-size: 18px;
        line-height: 24px;
        padding-bottom: 14px;
    }
    .detail-page .wrap-product .list-product h3 {
        font-size: 16px;
        line-height: 20px;
    }
    .detail-page .wrap-product .list-product h4 {
        font-size: 15px;
        line-height: 20px;
    }
    .detail-page .wrap-product .list-product .wrap-detail-product .feature_txt {
        font-size: 16px;
        margin-top: 16px;
        margin-bottom: 16px;
    }
    .detail-page .wrap-product .list-product p.date {
        font-size: 11px;
        margin-bottom: 32px;
    }
    .detail-page .wrap-product .list-product .wrap-text p {
        font-size: 15px;
        line-height: 26px;
    }
    .detail-page .wrap-product .list-product .brief {
        font-size: 15px;
        line-height: 26px;
        /* 173.333% */
        margin-bottom: 52px;
    }
    .detail-page .wrap-product .list-product .brief p:nth-child(1) {
        margin-bottom: 26px;
    }
    .detail-page .wrap-product .list-product .note {
        font-size: 12px;
        line-height: 14px;
        align-items: flex-start;
        margin-bottom: 41px;
    }
    .detail-page .wrap-product .list-product .note img {
        width: 13px;
    }
    .detail-page .wrap-product .list-product p.sub-title {
        font-size: 18px;
        line-height: 29px;
        padding-bottom: 9px;
        margin-bottom: 28px;
    }
    .detail-page .wrap-product .list-product .wrap-catalogue {
        padding: 29px 16px;
        max-height: 290px;
        margin-bottom: 28px;
    }
    .detail-page .wrap-product .list-product .wrap-catalogue .title {
        font-size: 20px;
        line-height: 24px;
        /* 120% */
        margin-bottom: 8px;
    }
    .detail-page .wrap-product .list-product .wrap-catalogue #toclist > li > a {
        font-size: 14px;
        line-height: 18px;
        /* 128.571% */
        margin-bottom: 20px;
    }
    .detail-page .wrap-product .list-product .wrap-catalogue ul {
        margin-top: -4px;
    }
    .detail-page .wrap-product .list-product .wrap-catalogue ul li a {
        font-size: 11px;
        line-height: 14px;
        /* 127.273% */
        margin-bottom: 5px;
    }
    .detail-page .wrap-product .list-product .wrap-catalogue ul li a::before {
        top: 11px;
    }
    .detail-page .wrap-product .list-product .wrap-catalogue .toggle-button {
        font-size: 14px;
        padding-bottom: 11px;
    }
    .detail-page .wrap-product .list-product .wrap-text {
        font-size: 15px;
        line-height: 26px;
        /* 173.333% */
        margin-bottom: 28px;
    }
    .detail-page .wrap-product .list-product .wrap-text p:nth-child(2) {
        margin-bottom: 26px;
    }
    .detail-page .wrap-product .list-product h3 {
        font-size: 16px;
        line-height: 25px;
        /* 156.25% */
    }
    .detail-page .wrap-product .list-product img.lesson {
        margin: 0 auto;
        display: block;
        width: 100%;
        margin-bottom: 17px;
    }
    .detail-page .wrap-product .list-product .wrap-text-2 {
        margin-bottom: 40px;
    }
    .detail-page .wrap-product .list-product .wrap-text-2 p {
        margin-bottom: 26px;
    }
    .detail-page .wrap-product .list-product .wrap-detail-product {
        padding: 24px 16px 26px;
        margin-bottom: 40px;
    }
    .detail-page .wrap-product .list-product .wrap-detail-product-2 {
        margin-bottom: 31px;
    }
    .detail-page .wrap-product .list-product .wrap-detail-product h4 {
        padding-top: 16px;
        padding-bottom: 16px;
        margin-bottom: 40px;
        margin-top: 0;
        font-size: 20px;
        line-height: 28px;
    }
    .detail-page .wrap-product .list-product .wrap-detail-product > div:nth-child(2) {
        flex-wrap: wrap;
    }
    .detail-page .wrap-product .list-product .wrap-detail-product > div:nth-child(2) .slider-product {
        width: 100%;
        margin-bottom: 68px;
    }
    .detail-page .wrap-product .list-product .wrap-detail-product > div:nth-child(2) .slider-product .wrap-img img {
        width: 100%;
    }
    .detail-page .wrap-product .list-product .wrap-detail-product > div:nth-child(2) .slider-product .slick-prev {
        left: 15px;
    }
    .detail-page .wrap-product .list-product .wrap-detail-product > div:nth-child(2) .slider-product .slick-next {
        right: 15px;
    }
    .detail-page .wrap-product .list-product .wrap-detail-product > div:nth-child(2) .slider-product ul {
        margin-bottom: -12px;
    }
    .detail-page .wrap-product .list-product .wrap-detail-product > div:nth-child(2) .group-btn {
        width: 100%;
        padding: 0;
    }
    .detail-page .wrap-product .list-product .wrap-detail-product > div:nth-child(2) .group-btn a {
        margin-bottom: 16px;
    }
    .detail-page .wrap-product .list-product .wrap-detail-product .desc-product {
        font-size: 15px;
        line-height: 26px;
        /* 173.333% */
        margin-top: 2px;
        margin-bottom: 20px;
    }
    .detail-page .wrap-product .list-product .wrap-detail-product .table-info {
        gap: 5.3px 17px;
    }
    .detail-page .wrap-product .list-product .wrap-detail-product .table-info .info {
        width: 100%;
    }
    .detail-page .wrap-product .list-product .attention {
        margin-bottom: 61px;
    }
    .detail-page .wrap-product .list-product .attention p {
        font-size: 12px;
        line-height: 20px;
        /* 166.667% */
    }
    .detail-page .wrap-product .list-product .group-product .title-list {
        margin-bottom: 26px;
    }
    .detail-page .wrap-product .list-product .group-product ul {
        margin-bottom: 40px;
    }
    .detail-page .wrap-product .list-product .wrap-detail-product .img-block {
        width: 100%;
    }
    .slick-slide img {
        width: 100%;
    }
    .detail-page .wrap-product .list-product .wrap-detail-product .group-btn {
        width: 100%;
        padding-left: 0;
        padding-top: 30px;
    }
    .detail-page .wrap-product .list-product .wrap-detail-product .group-btn a {
        font-size: 18px;
        padding: 14px 0;
    }
    .sp-block {
        display: block !important;
    }
    .block-cnt > p {
        margin-bottom: 40px;
    }
    .block-cnt .d-flex {
        display: block;
        margin-bottom: 30px;
    }
    .block-cnt .block-item {
        width: 100%;
        height: 45px;
        margin-bottom: 10px;
    }
    .thumb-img {
        width: calc(100% / 5);
    }
    .table-wrapper {
        width: 100%;
        overflow-x: scroll;
        padding-bottom: 5px;
    }
    .table-wrapper table {
        width: 720px !important;
    }
}
@media screen and (min-width: 641px) {
    .detail-page .wrap-product .list-product .wrap-detail-product .table-info .info p
    {
        font-size: 14px !important;
    }
}
.fancybox__footer {
    display: none !important;
}
.fancybox__container {
    --fancybox-bg: rgba(24, 24, 27, 0.5) !important;
}
.fancybox__slide.has-image>.fancybox__content {
    max-width: 504px;
}
/*# sourceMappingURL=detail-page.css.map */