<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.wpt-course-content {
    /* padding: 20px; */
    background-color: white;
    /* border-radius: 10px; */
    /* box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); */
    border-bottom: solid 1px #D9D9D9;
    padding-bottom: 40px;
    margin-bottom: 50px;
}
.wpt-course-content &gt; .wpt-c-title{
    color: #0066CC;
    margin: 0;
    font-size: 26px;
    margin-bottom: 10px;
}

.wpt-course-wrap {
    display: flex;
    gap: 40px;
    width: 100%;
}
.wpt-course-wrap .wpt-course-left{
    width: 65%;
}
.wpt-course-wrap .wpt-course-right{
    width: 35%;
}
.wpt-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 10px;
}
.wpt-instructor .author-name{
    float: none;
}
header.wpt-header {
    background: #DAF0FF;
    padding: 50px 0;
    margin-bottom: 50px;
}
.wpt-course-info {
    box-shadow: 0px 3px 8px 5px rgba(0, 0, 0, 0.05);
    background: #FFF;
    padding: 0 25px 20px;
    border-radius: 15px;
    overflow: hidden;
    margin-top: calc(-100% - 95px);
}

.wpt-course-info .wpt-course_price {
    color: #E80008;
    font-size: 32px;
}
.wpt-course-info .wpt-course_price price {
    font-weight: bold;
}
.wpt-enroll-btn {
    width: 100%;
    display: block;
    text-align: center;
    padding: 11px;
    background: #0066CC;
    color: #FFF !important;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    border-radius: 50px;
    margin: 10px 0 25px;
}
.wpt-course-info .wpt-course_price .price-sale {
    display: flex;
    align-items: center;
    gap: 10px;
}
.wpt-course-video {
	position: relative;
    margin: 0 -25px 25px;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.wpt-video-wrapper{
	position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}
.wpt-video-wrapper iframe,
.wpt-course-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.wpt-video-wrapper iframe{
    border-radius: 15px!important;
}

.wpt-countdown-container {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
    width: 100%;
    flex-wrap: wrap;
}
.wpt-countdown-box {
    border: 1px solid #0066CC;
    padding: 5px 0;
    border-radius: 10px;
    min-width: calc(25% - 8px);
    background: #DAF0FF;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    padding-bottom: 0;
    min-height: 70px;
}
.wpt-countdown-box span {
    display: block;
    font-size: 24px;
    font-weight: bold;
    color: #0066CC;
    line-height: 24px;
    margin-bottom: 0;
}
.wpt-item {
    display: flex;
    flex-wrap: wrap;
}
.wpt-item {
    display: flex;
    align-items: start;
    width: 50%;
    padding: 10px;
    gap: 10px;
}
.wpt-icon {
    margin-right: 10px;
    color: #0066CC;
    font-size: 24px;
}
.wpt-text {
    font-size: 16px;
    font-weight: 400;
}
.wpt-title {
    font-weight: bold;
    margin-bottom: -3px;
    font-size: 16px;
    line-height: 20px;
}


.wpt-discount {
    text-align: center;
    padding: 0 0 29px;
}
.wpt-discount p{
    margin: 0;
    font-weight: 500;
}
.wpt-discount .d-head{
    font-size: 28px;
    font-weight: bold;
}
.wpt-discount .d-text1{
    font-size: 18px;
}
.wpt-discount .d-text2{
    font-size: 28px;
    font-weight: bold;
}

.wpt-course-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 16px 0 0;
}
.wpt-item img {
    width: 23px;
    margin-top: 1px;
}




.wpt-swiper .swiper-pagination {
    position: relative;
    bottom: -5px;
}
#faq.wpt-course-content {
    border-bottom: 0;
    margin-bottom: 15px;
}

.faq-container {
    width: 100%;
    margin: 0;
}
.wpt-faq-item {
    border: 1px solid #0066CC;
    margin-bottom: 15px;
    border-radius: 13px;
    overflow: hidden;
}
.wpt-faq-item:last-child{
    margin-bottom: 0;
}
.wpt-faq-question {
    background: #DAF0FF;
    padding: 13px;
    cursor: pointer;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #333;
    line-height: 23px;
    font-size: 18px;
}
.wpt-faq-answer {
    display: none;
    padding:15px 10px;
    background: #FFF;
    border-top: solid 1px #0066CC;
    color: #333;
    font-weight: 400;
    font-size: 16px;
}
.wpt-faq-answer p{
    margin-bottom: 5px;
}
.wpt-faq-item.active .wpt-faq-answer {
    display: block;
}
.wpt-faq-item .icon {
    transition: transform 0.3s ease;
    width: 20px;
    height: 20px;
}
.wpt-faq-item .icon svg {
    color: #333333;
    width: 20px;
    height: 20px;
}
.wpt-faq-item.active .icon {
    transform: rotate(180deg);
}




.wpt-tabs {
    margin-bottom: 60px;
    z-index: 10!important;
}

.wpt-tabs ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    gap: 10px;
}

.wpt-tabs ul a{
    color: #333;
    font-weight: 400;
    padding: 5px 10px;
    text-decoration: none;
    font-size: 17px;
}

.wpt-tab.active a {
    color: #0066CC;
    font-weight: bold;
    border-bottom: solid 3px #0066CC;
}

header.wpt-header #breadcrumbs,
header.wpt-header #breadcrumbs a {
    color: #333!important;
    text-decoration: none;
    font-weight: 400;
    
}
header.wpt-header #breadcrumbs span.breadcrumb_last{
    color: #0066CC;
    font-weight: 500;
}
header.wpt-header .primary_course_type a{
    text-decoration: none;
    font-size: 17px !important;
    padding: 13px 24px;
}
header.wpt-header h1 {
    font-size: 46px;
    color: #333;
    font-weight: 700;
    line-height: 50px;
    margin: 20px 0;
}
header.wpt-header .wpt-container {
    padding-right: 33%;
}
.wpt-course-id {
    color: #0066CC;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 50px;
}
header.wpt-header .wrap-auther-image h5 {
    background-color: #FFF;
    font-size: 16px !important;
    font-weight: 500 !important;
}
header.wpt-header .wrap-auther-image h5::after{
    border-color: #FFF transparent transparent transparent!important;
}
header.wpt-header .wrap-auther-image img{
    width: 55px;
    height: 55px;
    border: solid 3px #FFF;
}

.wpt-in.wpt-sticky .wpt-course-info {
    margin-top: 0;
    padding-top: 26px;
}


.wpt-tabs.active {
    position: sticky;
    top: 84px;
    left: 0;
    width: 100%;
    background: #FFF;
    margin-bottom: 0;
    height: auto;
    padding-top: 17px;
    padding-bottom: 7px;
}
body.admin-bar .wpt-tabs.active{
    top: 120px;
}



.wpt-itemC-swiper .swiper-slide img {
    width: 100%;
}

#review.wpt-course-content .review-box {
    background-color: #F4F9FF;
    flex-direction: column;
    padding: 23px 25px;
    border-radius: 16px;
}
#review.wpt-course-content .wpt-review-slide {
    margin: 15px 0;
}
#review.wpt-course-content .review-box .profile-image {
    background: #0099FF;
    width: 75px;
    height: 75px;
}
#review.wpt-course-content .review-box .title-subtitle{
    gap: 10px;
    font-size: 15px;
    font-weight: 500;
}

#review.wpt-course-content .review-box .title-subtitle,
#review.wpt-course-content .review-box .review-info {
    flex-direction: row;
}

#review.wpt-course-content .review-box .profile-title {
    color: #333333;
    font-weight: 700;
    font-size: 20px;
}

#review.wpt-course-content .review-box .review-info {
    width: 100%;
    justify-content: space-between;
}

#review.wpt-course-content .review-box .review-info &gt; div{
    width: 50%;
}


#review.wpt-course-content .review-box .review-info .info-left {
    display: flex;
    align-items: center;
    gap: 18px;
}

#review.wpt-course-content .review-box .review-info .info-right {
    display: flex;
    justify-content: end;
}

#review.wpt-course-content .review-box .profile-info {
    width: 100%;
    border-top: solid 1px #D9D9D9;
    padding-top: 15px;
    margin-top: 5px;
}

#review.wpt-course-content .review-box .review-text {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 0;
}
#review.wpt-course-content .review-box .review-text {
    margin-bottom: 0;
}
#review.wpt-course-content .review-box .category-score-v2 .score-v2 {
    background: #DAF0FF;
    padding: 4px 16px;
}

.v-review {
    margin-top: 3px;
}
.v-review svg {
    fill: #FCD503;
    width: 16px;
    height: 16px;
}
.v-review .vStar {
    display: flex;
    flex-direction: row;
    gap: 1px;
    height: 16px;
}
#review.wpt-course-content .review-box .category{
    font-size: 18px;
}

.load-more-container {
    text-align: center;
    display: block;
}
.load-more-container button {
    margin-top: 15px;
    background: #0066CC;
    color: #FFF;
    border: 0;
    cursor: pointer;
    padding: 10px 18px;
    padding-top: 12px;
    font-size: 14px;
    font-weight: 400;
    border-radius: 50px;
}
.load-more-container button:hover{
    opacity: 0.9;
}
header.wpt-header .wpt-course-video {
    display: none;
}
.wpt-title-m {
    display: none;
}




#instructor {
    display: none;
    border: 0;
    margin-bottom: 0;
}

.wpt-instructor-m.add_more .author-namex {
    max-height: 212px;
    overflow: hidden;
}

.wpt-instructor-m button {
    background: #0000;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
    padding: 0;
    font-size: 12px;
    font-weight: 600;
    margin: 0 auto;
    margin-top: 15px;
}

.wpt-instructor-m button svg{
    width: 12px;
    height: 12px;
    margin-top: -1px;
}
.wpt-instructor-m button.show_less svg {
    transform: rotate(180deg);
}
/* .wpt-instructor-m.add_more button{
    display: flex;
} */


.wpt-instructor-m .author-namex {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.wpt-instructor-m .wrap-auther-imagex {
    display: flex;
    align-items: center;
    gap: 10px;
}
.wpt-instructor-m .wrap-auther-imagex img {
    width: 45px;
    height: 45px;
    object-fit: cover;
    border-radius: 50px;
}
.wpt-instructor-m .wrap-auther-imagex a {
    color: #0066CC;
    font-size: 11px;
    text-decoration: none;
    font-weight: 600;
}
.wpt-instructor-m .wrap-name {
    display: flex;
    align-items: start;
    flex-direction: column;
}
.wpt-instructor-m .wrap-name h5{
    margin: 0;
    margin-bottom: -4px;
}

.wpt-course-related .wrap-auther-image img {
    width: 34px;
    height: 34px;
    min-width: 34px;
}
.wpt-course-related {
    padding: 35px 10px 25px;
    background: #F4F9FF;
}
.swiper-pagination-bullet-active {
    background: #0099FF;
}
.wpt-course-related .swiper-pagination {
    bottom: 40px !important;
}
.wpt-course-related .courses-item-wrap {
    width: 100% !important;
    margin: 0;
    padding: 0;
    margin-bottom:7px;
}
.wpt-course-r {
    position: relative;
    padding-bottom: 80px;
    /* margin-left: -6px; */
}

.wpt-course-related .r-title {
    font-size: 34px;
    text-align: left;
    color: #0066CC;
    font-weight: 700;
    margin-bottom: 15px;
}


.wpt-title-f {
    display: none;
}
.wpt-title-f .primary_course_type a {
    font-size: 13px !important;
    padding: 6px 10px 4px;
}
.wpt-title-f p{
    font-size: 20px;
    font-weight: 600;
    margin: 0  ;
}
.wrap-floating-bar{
    margin-bottom: 10px;
}
.wrap-floating-bar .wrap-f-in {
    display: flex;
    gap: 2px;
    justify-content: space-between;
    align-items: start;
    flex-direction: column;
}
.wrap-floating-bar .wpt-enroll-btn {
    margin: 0;
}
.wrap-floating-bar .wpt-course_price {
    font-size: 28px;
    min-width: 50%;
}
.wpt-instructor .author-name a.go_more {
    font-size: 12px;
    text-decoration: none;
    padding-bottom: 9px;
    padding-left: 5px;
    font-weight: 500;
    color: #000;
}

.wpt-in.wpt-sticky .wpt-course-info .wpt-course-video {
    display: none;
}
.wpt-in.wpt-sticky .wrap-floating-bar .wrap-f-in {
    margin-top: 2px;
}

#table-content .list_of_contents_accordion_title {
    background: #DAF0FF;
    color: #333333;
}
#table-content .list_of_contents_accordion_title .title-icon {
    color: #333333;
    background: #0000;
    right: 6px;
}
#table-content .list_of_contents_accordion_content {
    background: #0000;
}
#table-content .list_of_contents_accordion_item h4:before {
    content: '';
    display: inline-block;
    background: url(../img/icon-book.svg);
    width: 15px;
    height: 15px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: -2px;
}
#table-content .list_of_contents_accordion_item h4 {
    display: flex;
    align-items: center;
    gap: 6px;
}
.wpt-in.wpt-sticky {
    padding-bottom: 50px;
}

@media (max-width: 1025px) {
    .wpt-tabs ul li {
        width: 100%;
    }
    .wpt-tabs ul a {
        text-align: center;
    }
}
@media (min-width: 1025px) {
    .single-courses .price-sale del {
        line-height: 17px;
    }
    .wpt-tabs ul a {
        padding: 5px 8px;
        font-size: 16px;
        text-align: center;
    }
    .wpt-title {
        font-size: 14px;
    }
    .wpt-text {
        font-size: 15px;
    }
}

/*for Mobile &amp; Tablet*/
@media (max-width: 1024px) {
    .wpt-course-related .wrap-auther-image img {
        width: 30px;
        height: 30px;
        min-width: 30px;
    }
    .wpt-course-related {
        padding: 20px 13px;
    }

    .wpt-title-f {
        display: none;
    }

    .wrap-floating-bar.active .wpt-title-f {
        flex-direction: column;
        display: flex;
        margin-bottom: 4px;
    }

    .wrap-floating-bar.active {
        margin-bottom: 0;
        display: flex;
        bottom: 0;
        position: fixed;
        background: #FFF;
        width: 100%;
        left: 0;
        flex-direction: column;
        padding: 13px 15px 14px;
        z-index: 999;
        box-shadow: 0px -2.26px 8.49px 1.7px rgba(0, 0, 0, 0.08);
    }
    .wrap-floating-bar.active .wrap-f-in{
        gap: 20px;
        flex-direction: row;
        align-items: center;
    }

    

    .wpt-course-related .wpt-container {
        padding: 0;
    }
    #instructor {
        display: block;
    }
    

    .wpt-tabs {
        padding-top: 0 !important;
        margin-bottom: 30px;
    }
    header.wpt-header #breadcrumbs {
        margin-top: 8px;
        margin-bottom: 0;
    }
    .wpt-container {
        padding: 0 15px;
    }
    /* header.wpt-header.wpt-course-id {
        margin-bottom: 10px;
    }     */
    header.wpt-header .wpt-course-video {
        display: block;
        margin: 0;
    }

    header.wpt-header h1,
    header.wpt-header .wpt-course-id,
    header.wpt-header .primary_course_type a,
    .wpt-instructor {
        display: none!important;
    }
    /* header.wpt-header h1 {
        margin-bottom: 10px;
    } */
    #review.wpt-course-content .review-box .category {
        font-size: 16px;
    }
    #review.wpt-course-content .review-box {
        padding: 15px;
    }
    #review.wpt-course-content .review-box .review-info .info-left {
        gap: 10px;
    }
    #review.wpt-course-content .review-box .profile-title {
        font-size: 18px;
    }

#review.wpt-course-content .review-box .title-subtitle {
    gap: 7px;
    font-size: 14px;
}
    #review.wpt-course-content .review-box .profile-image {
        background: #0099FF;
        width: 55px;
        height: 55px;
        padding: 2.5px;
    }
    #review.wpt-course-content .review-box .category-score-v2 {
        flex-direction: column;
        align-items: end;
        gap: 0;
        font-size: 16px;
    }

    .wpt-course-info {
        margin-top: 0;
        padding: 0 15px;
        padding-bottom: 20px!important;
    }
    header.wpt-header {
        padding: 20px;
        background-color: #FFF;
        margin-bottom: 0;
        padding-bottom: 10px;
    }
    header.wpt-header .wpt-container {
        padding: 0;
    }
    .wpt-tabs.active {
        top: 60px!important;
        position: fixed;
        padding: 10px !important;
        padding-bottom: 0 !important;
    }
    .wpt-course-wrap .wpt-course-right,
    .wpt-course-wrap .wpt-course-left{
        width: 100%;
    }
    .wpt-tabs ul {
        flex-wrap: nowrap;
        gap: 10px 5px;
    }
    .wpt-course-wrap {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    .wpt-title-m {
        display: block;
    }
    .wpt-title-m h2 {
        margin-bottom: 0;
        font-size: 32px;
    }
    .wpt-title-m .wpt-course-id {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .wpt-tabs ul a {
        padding: 5px;
        font-size: 15px;
        width: 100%;
        display: block;
    }

    .wpt-course-video {
        margin: 0 -15px 20px;
    }
}

/* end for Mobile */

/*for Mobile Mini*/
@media (max-width: 376px) {
    .wrap-floating-bar.active {
        padding: 10px;
    }
    .wpt-enroll-btn {
        padding: 2px;
        line-height: 30px;
        padding-top: 5px;
    }
    .wpt-tabs ul a {
        font-size: 14px;
        padding: 2px;
    }
    .wpt-title-f p {
        font-size: 18px;
    }
    .wrap-floating-bar .wpt-course_price {
        font-size: 26px;
        line-height: 26px;
    }
}
/*for Mobile*/
@media (max-width: 767px) {
    .wpt-tabs ul{
        flex-wrap: wrap;
    }
    .wpt-tabs.active {
        top: 47px !important;
    }
    .wpt-tabs ul li {
        width: calc(33.33% - 4px);
        text-align: center;
    }
    .wpt-title-m h2 {
        margin-bottom: 5px;
        font-size: 24px;
        line-height: 26px;
    }
    
    #review.wpt-course-content .review-box .category,
    #review.wpt-course-content .review-box .profile-title {
        font-size: 16px;
    }
    #review.wpt-course-content 
    .review-box .category {
        margin-bottom: 2px;
    }
    #review.wpt-course-content .review-box .review-info .info-left {
        width: 70%;
    }
    #review.wpt-course-content .review-box .review-info .info-right {
        width: 30%;
    }
}

/*for tabletV*/
@media (min-width: 768px) and (max-width: 991px) {
}
/* end for tabletV */

/*for tabletH*/
@media (min-width: 992px) and (max-width: 1199px) {
}
/* end for tabletH */</pre></body></html>