body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow-x: hidden;
  /* word-wrap:break-word; */
}
.full_height {
  flex: 1;
}
a {
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
a:hover,
a:focus {
text-decoration: none;
outline: none;
}
input:focus,
select:focus,
button:focus,
textarea:focus {
outline: none;
}
img, table, video {
max-width: 100%;
}
.w-100 {
  width: 100% !important;
}
.h-300 {
  height:300px !important;
}
.bg-light2 {
background-color: rgba(222, 190, 255, .5)!important;
}
.btn-frame {
color: #ca98e6;
background: transparent;
border: 1px solid #ca98e6;
display: inline-block;
text-transform: uppercase;
font-family: "Source Sans Pro", sans-serif;
transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
}

.btn-frame:hover {
background: #ca98e6;
color: #fff;
border: 1px solid #ca98e6;
transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
}

.btn-frame:focus, .btn-frame.focus {
color: #fff;
background-color: #9d65bc;
border-color: #9d65bc;
box-shadow: 0 0 0 0.2rem rgba(157, 101, 188, .5);
}

.btn-radius {
border-radius: 50px;
}
.text-logo {
color:#8d28c4 !important;
}
.lsp-5 {
letter-spacing: 5px;
}
.ellipsis3 {
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
white-space: normal;
word-break: break-all;
}

/**************************************************************************************
  nav
**************************************************************************************/
.member_btn {
  height:100%;
  /* padding-top:45px; */
  padding-top:65px;
}
.member_btn li a {
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  border: 1px solid #ceb1de;
  text-align: center;
  margin:0 auto;
  font-size: 26px;
}
.member_btn li a:hover {
  background-color: #ceb1de;
  color:#fff;
}
.member_btn li .dropdown-menu a {
width: 100%;
height: auto;
border:none;
border-radius: 0;
margin:0;
text-align: left;
}
#google_translate_element {
position:absolute;
top:3px;
right:10px;
z-index: 99;
}
#google_translate_element .goog-te-combo {
font-size: 22px;
}

.logo_nav {
  height:130px;
  margin-top:-8px;
}
.logo_span {
  text-transform: uppercase;
  height:100%;
  border-right:1px solid #dde2e6;
}
.logo_span h1 {
  padding-top:20px;
}
.logo_span span {
  display: block;
  font-size: 28px;
}
.search_bar {
  height:100%;
  border-right:1px solid #dde2e6;
  padding-top:35px;
}
.search_bar i {
  padding-top:20px;
}
.search_bar input:active {
border:none;
}
.navbar-nav a .fa-home {
  font-size: 50px;
  margin-top:10px;
}
.navbar_customer .nav-item {
  line-height: 1.2;
  text-align: center;
  border-left: 1px solid #dde2e6;
  border-bottom: 1px solid #dde2e6;
  margin-left:-1px;
  margin-bottom:-1px;
}
.navbar_customer .nav-home, .navbar_customer .nav-qna  {
  width: calc(9% + 8px);
}
.navbar_customer .break_line {
  width: 13%;
  overflow: hidden;
}
@media (max-width: 1600px) {
  .navbar_customer .nav-home, .navbar_customer .nav-qna  {
    width: calc(20% + 5px);
  }
  .navbar_customer .break_line {
    width: 20%;
    overflow: hidden;
  }
}
@media (max-width: 1200px) {
  .navbar_customer .nav-home, .navbar_customer .nav-qna  {
    width: calc(25% + 4px);
  }
  .navbar_customer .break_line {
    width: 25%;
    overflow: hidden;
  }
}
.navbar_customer {
  border-bottom: 1px solid #dde2e6;
}
.navbar_customer .nav-qna {
  border-right:1px solid #dde2e6;
}

@media (max-width: 991px) {
  
  .member_btn {
    position:absolute;
    top:138px;
    right:0;
    z-index: 9;
    width: fit-content;
    height: fit-content;
  }
  .member_btn li a {
    background-color: #fff;
    margin-bottom:5px;
  }
  #google_translate_element {
    position: relative;
    top:0;
    right:0;
    height:65px;
    padding-right:5px;
    text-align: right;
    border-bottom:1px solid #dde2e6;
  }
  .navbar_customer nav {
    width: 100%;
  }
  .navbar_customer nav .navbar-nav {
    margin-top:16px;
    margin-bottom:-16px;
    border-top:1px solid #dde2e6;
  }
  .navbar_customer .nav-item {
    min-height:80px;
  }
  .navbar_customer .nav-home,
  .navbar_customer .nav-qna,
  .navbar_customer .break_line {
    width: 100%;
  }
  .search_bar, .navbar_customer .nav-item {
    border-right:none;
  }
  .logo_nav {
    margin-top:0px;
  }
  .logo_span h1 {
    padding-top:30px;
  }
}

@media (max-width: 449px) {
.logo_span h1 {
  line-height: 26px;
}
}

@media (max-width: 336px) {
.logo_nav {
  height: auto;
  margin-top:0px;
}
.logo_span h1 {
  padding-top:5px;
}
.search_bar {
  border-top:1px solid #dde2e6;
  padding-top:0px;
}
.member_btn {
  top:118px;
}
}


/**************************************************************************************
  index hero
**************************************************************************************/
.carousel-inner .carousel-item {
  height:40vw;
  object-fit: cover;
}
.carousel-inner .carousel-item img {
  width: 100%;
}

/**************************************************************************************
  index video
**************************************************************************************/
.video {
  width: 100%;
  aspect-ratio: 16/9;
  display: block;
  margin: 0 auto;
  border: none;
}
.index_video #sticky-sidebar {
background-color: #f1e6f7;
}
.index_video ul.sticky-top {
  list-style: none;
  margin:0;
  padding:0;
}
.index_video ul.sticky-top li a {
  display: block;
  padding:10px 10px 10px 20px;
  border-bottom:1px solid #fff;
  color: rgba(0, 0, 0, 0.9);
  font-weight: 500;
}
.index_video ul.sticky-top li a:hover {
  background: rgba(142, 130, 130, 0.2);
  text-decoration: none;
}

.video_frame h3 {
  padding: 20px 20px 0 20px;
}

.video_frame .index_video_desc {
padding: 0px 20px 0px 20px;
word-wrap:break-word;
}
.hideContent {
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
white-space: normal;
word-break: break-all;
}
.showContent {
height: auto;
}
.showmore {
margin:10px 20px 20px 20px;
}


/**************************************************************************************
  index testimonial
**************************************************************************************/
.testimonial_bg {
  background-size: auto auto;
  background-color: rgba(246, 238, 255, 1);
  background-image: repeating-linear-gradient(135deg, transparent, transparent 5px, rgba(254, 254, 254, 1) 5px, rgba(254, 254, 254, 1) 7px );
}
.testimonial-item img {
width: 100px;
height: 100px;
padding: 12px;
margin-bottom: -50px;
z-index: 1;
}

/**************************************************************************************
  footer
**************************************************************************************/
.footer {
  padding:30px 40px;
}
.footer a {
  color:#fff;
}
.footer li:not(:last-child).nav-item {
  line-height: 1.2;
  text-align: center;
  border-right: 1px solid #dde2e6;
}
@media (max-width: 991px) {
.footer {
  padding:30px 15px 260px 15px;
}
}


/**************************************************************************************
  sitemap
**************************************************************************************/
.sitemap {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}
.sitemap br {
  display: inline;
  content: "";
  clear: none;
}
.sitemap br:after {
content: ' '
}
.sitemap li {
  display: inline-block;
}
.sitemap li:not(:last-child)::after {
font-family: "Font Awesome 5 Free";
font-weight:900;
content:"\f054";
font-size: 20px;
padding:0 10px;
}

.course_img {
border-top-left-radius: 10px;
border-top-right-radius: 10px;

width:100%;
height:0;
padding-bottom:60%;
overflow: hidden;
}
.course_img img {
width:100%;
height:auto;
transform:scale(1,1);
transition: all 1s ease-out;
}
.course_list:hover img {
transform:scale(1.2,1.2);
}
.course_list .bg-secondary {
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
}
.course_list .h5 {
  font-size: 28px;

  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
  word-break: break-all;

  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.course_list ul {
list-style: none;
margin: 0;
padding: 0;
}
.price {
font-size: 30px;
font-weight: 600;
color:#c68c00;
}
.course_list ul span {
padding-left: 5px;
text-decoration: line-through;
font-size: 18px;
font-weight: 300;
color:#444
}
.course_list ul i{
padding-left:5px;
}


/**************************************************************************************
  course list
**************************************************************************************/
div .toggle {
  display: none;
}
.left_menu {
  border-bottom: none;
}
div ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
div .div:after {
  content: "";
  display: table;
  clear: both;
}
div .div > li {
  position: relative;
  width: auto;
}
div .div > li a {
  display: block;
  line-height: 60px;
  padding: 0 15px;
  text-decoration: none;
  border-left: 6px solid #ceb1de;
  border-bottom: 1px solid #f1f1f1;
  border-right: 1px solid #f1f1f1;
}

div .div > li:first-child {
  border-top: 1px solid #f1f1f1;
}
div .div > li a i {
  padding-right:10px;
}
div .div > li a:hover {
  color: #263042;
}
div .div > li ul {
  width: 100%;
}
div .div > li ul > li {
  position: relative;
}
div .div > li ul > li a {
  line-height: 60px;
  border-left: 1px solid #f1f1f1;
  color: #444;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
div .div > li ul > li a:hover {
  background-color: #efefef;
}

div .div > li:hover > ul {
  display: block;
}
div .div > li:hover > ul li:hover ul {
  display: block;
}
.left_menutl {
  color:#a977c4;
  font-weight: 700;
}
a.left_menutl:hover {
  color:#a977c4 !important;
}

@media only screen and (max-width: 991px) {
  div .toggle {
    display: none;
    text-decoration: none;
    cursor: default;
    color: #a977c4;
    display: block;
    line-height: 50px;
    padding: 0 10px;
    border: 1px solid #f1f1f1;
    border-bottom:3px solid #f1f1f1;
  }
  div .div > li {
    float: none;
    position: static;
    width: 100%;
  }
  div .div > li a {
    line-height: 50px;
    padding: 0 25px;
    cursor: pointer;
  }
  div .div > li ul {
    position: static;
    display: none;
  }
  div .div > li.dropdown > a::after {
    font-family: "Font Awesome 5 Free";
    font-weight:900;
    content: "\f107";
    float: right;
  }
  div .div > li ul > li {
    position: static;
  }
  div .div > li ul > li a {
    line-height: 50px;
  }
}


/**************************************************************************************
  course info
**************************************************************************************/
/** video background image **/
.courseDetail {
  position: relative;
  width:100%;
}

/**** video frame ****/
.courseDetail .vedioContainer {
  margin-bottom: 15px;
  border-radius: 0px;
  display: flex;
  overflow: hidden;
}
.courseDetail .vedioContainer .videoBox {
  width: 70%;
  height: 39.375vw;
  position: relative;
}
.courseDetail .vedioContainer .videoBox .vedio iframe {
  width: 100%;
  height: 39.375vw;
}

.courseDetail .vedioContainer .videoBox .cover .unbuy,
.courseDetail .vedioContainer .videoBox .cover .start {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
  transition: opacity 0.4s, z-index 0.01s 0.4s;
}
.courseDetail .vedioContainer .videoBox .cover .unbuy.active {
  z-index: 999;
  opacity: 1;
  transition: opacity 0.4s 0.01s;
}
.courseDetail .vedioContainer .videoBox .cover .start.active {
  z-index: 900;
  opacity: 1;
  transition: opacity 0.4s 0.01s;
}
.courseDetail .vedioContainer .videoBox .cover .item>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.courseDetail .vedioContainer .videoBox .cover .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
}
.courseDetail .vedioContainer .videoBox .cover .unbuy .content {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color:#fff;
  line-height: 20px;
}
.courseDetail .vedioContainer .videoBox .cover .unbuy .content i {
  font-size: 50px;
}

/** play button **/
.courseDetail .vedioContainer .videoBox .cover .start .play {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  transition: all 0.4s;
}
.courseDetail .vedioContainer .videoBox .cover .start .play::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 34.6px;
  border-color: transparent transparent transparent #000;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-12px, -50%);
}
.courseDetail .vedioContainer .videoBox .cover .start .play:hover {
  transform: scale(1.12) translate(-50%, -50%);
  transform-origin: center;
  background: rgba(255, 255, 255, 0.7);
}

.courseDetail .vedioContainer .videoBox .cover .next,
.courseDetail .vedioContainer .videoBox .cover .end {
  position: absolute;
  width: 100%;
  height: 50%;
  top: 50%;
  left: 1px;
  transform: translateY(-50%);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.4s, z-index 0.01s 0.4s;
}
.courseDetail .vedioContainer .videoBox .cover .next.active,
.courseDetail .vedioContainer .videoBox .cover .end.active {
  z-index: 800;
  opacity: 1;
  transition: opacity 0.4s 0.01s;
}
.courseDetail .vedioContainer .videoBox .cover .next.active .text, .courseDetail .vedioContainer .videoBox .cover .next.active .btnNext {
  top: 0;
  opacity: 1;
}
.courseDetail .vedioContainer .videoBox .cover .next .text {
  margin-bottom: 20px;
  color: #fff;
  letter-spacing: 1px;
  position: relative;
  z-index: 999;
  top: 10px;
  transition: all 0.4s 0.2s;
  opacity: 0;
}
.courseDetail .vedioContainer .videoBox .cover .next .text i {
  font-size: 50px;
}
.courseDetail .vedioContainer .videoBox .cover .next .btnNext {
  width: 200px;
  margin: 0 auto;
  background: transparent;
  border: solid 1px #eee;
  color: #fff;
  position: relative;
  opacity: 0;
  transition: background 0.4s 0s, color 0.4s 0s, top 0.4s 0.4s, opacity 0.4s 0.4s;
}
.courseDetail .vedioContainer .videoBox .cover .next .btnNext:hover {
  border: 1px solid #9d65bc;
  background: #9d65bc;
  color: #fff;
}
.courseDetail .vedioContainer .videoBox .cover .next .btnNext::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 14px;
  border-color: transparent transparent transparent #fff;
  display: block;
  position: absolute;
  top: 50%;
  left: 50px;
  transform: translate(0, -50%);
}
.courseDetail .vedioContainer .videoBox .cover .next .btnNext:hover::after {
  border-color: transparent transparent transparent #fff;
}
.courseDetail .vedioContainer .videoBox .cover .end .text {
  margin-bottom: 20px;
  color: #fff;
  letter-spacing: 1px;
  position: relative;
  z-index: 999;
}
.courseDetail .vedioContainer .videoBox .cover .end  .btn_replay {
  margin: 0 auto;
  width: 200px;
  background: transparent;
  border: 1px solid #eee;
  color: #fff;
  position: relative;
  transition: background 0.4s 0s, color 0.4s 0s, top 0.4s 0.4s, opacity 0.4s 0.4s;
}
.courseDetail .vedioContainer .videoBox .cover .end  .btn_replay:hover {
  border: 1px solid #9d65bc;
  background: #9d65bc;
  color: #fff;
}

/**** video list ****/
.courseDetail .vedioContainer .ListContainer {
  width: 30%;
  height: 39.375vw;
  background: #16190f;
  z-index: 9;
}
.courseDetail .vedioContainer .ListContainer .listTitle {
  border-bottom: solid 1px #ccc;
  padding: 15px 15px;
}
.courseDetail .vedioContainer .ListContainer .listTitle .title {
  margin-right: 15px;
  font-size: 28px;
  letter-spacing: 1;
  line-height: 30px;
  color: #fff;
}
.courseDetail .vedioContainer .ListContainer .listTitle .sequence {
  width: 10px;
  height: 16px;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  transition: all 0.4s;
}
.courseDetail .vedioContainer .ListContainer .listTitle .sequence.active {
  transform: rotate(180deg);
}
.courseDetail .vedioContainer .ListContainer .listTitle .arrow {
  width: 4px;
  height: 16px;
  position: relative;
}
.courseDetail .vedioContainer .ListContainer .listTitle .arrow:last-child {
  margin-left: 2px;
  transform: rotate(180deg);
}
.courseDetail .vedioContainer .ListContainer .listTitle .arrow::before {
  content: '';
  width: 2px;
  height: 100%;
  background: #ccc;
  position: absolute;
  top: 0;
  left: 0;
}
.courseDetail .vedioContainer .ListContainer .listTitle .arrow::after {
  content: '';
  width: 2px;
  height: 8px;
  position: absolute;
  background: #ccc;
  bottom: 0;
  left: 0;
  transform: rotate(-30deg);
  transform-origin: bottom left;
}
.courseDetail .vedioContainer .ListContainer .listTitle .arrow:first-child::before,
.courseDetail .vedioContainer .ListContainer .listTitle .arrow:first-child::after {
  background: #944bbc;
}

.courseDetail .vedioContainer .ListContainer .listTitle .totalTime {
  margin-top:10px;
  font-size:20px;
  color: #ccc;
}
.courseDetail .vedioContainer .ListContainer .listTitle .totalTime i {
  /* color: #944bbc; */
  display: inline-block;
}

.courseDetail .vedioContainer .ListContainer .listContent {
  height: calc(100% - 60px);
  padding: 0 0px;
  overflow-y: scroll;
  display: flex;
  flex-direction: column;
}

.courseDetail .vedioContainer .ListContainer .listContent.reverse {}
.courseDetail .vedioContainer .ListContainer .listContent::-webkit-scrollbar {
  width: 3px;
  height: 0;
}
.courseDetail .vedioContainer .ListContainer .listContent::-webkit-scrollbar-track {
  background-color: #333;
}
.courseDetail .vedioContainer .ListContainer .listContent::-webkit-scrollbar-thumb {
  border-radius: 20px;
  background-color: #72756d;
}
.courseDetail .vedioContainer .ListContainer .listContent::-webkit-scrollbar-button {
  height: 2px;
  background-color: transparent;
}
.courseDetail .vedioContainer .ListContainer .listContent::-webkit-scrollbar-corner {
  background-color: black;
}
.courseDetail .vedioContainer .ListContainer .listContent .item {
  height: 60px;
  padding: 0 15px;
  border-left: solid 3px transparent;
  border-right: solid 3px transparent;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  cursor: pointer;
  flex-shrink: 0;
}
.courseDetail .vedioContainer .ListContainer .listContent .item:not(:last-child)::after {
  content: '';
  width: calc(100% - 20px);
  height: 1px;
  margin: 0 auto;
  position: absolute;
  bottom: 0px;
  background: #3d3d3d
}
.courseDetail .vedioContainer .ListContainer .listContent .item:hover {
  background: #2c2d2a;
}
.courseDetail .vedioContainer .ListContainer .listContent .item.active {
  border-left-color: #944bbc;
}
.courseDetail .vedioContainer .ListContainer .listContent .item.active::before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 5px;
  border-color: transparent transparent transparent #944bbc;
  display: block;
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translate(0, -50%);
}
.courseDetail .vedioContainer .ListContainer .listContent .title {
  width: calc(100% - 60px);
  font-size:24px;
  line-height: 18px;
  letter-spacing: 0.5px;
  color: #fff;
  transition: all 0.4s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.courseDetail .vedioContainer .ListContainer .listContent .title i {
  margin-right: 10px;
  font-size: 14px;
  line-height: 10px;
  display: inline-block;
  transform: scale(0.85);
  position: relative;
  top: -0.5px;
  opacity: 0;
}
.courseDetail .vedioContainer .ListContainer .listContent .item.active .title {
  color: #944bbc;
}
.courseDetail .vedioContainer .ListContainer .listContent .item.lock .title i {
  opacity: 1
}
.courseDetail .vedioContainer .ListContainer .listContent .time {
  font-size:20px;
  color: #ccc;
}

@media (max-width: 767px) {
  .courseDetail .vedioContainer {
    display: block;
    overflow-x: hidden;
  }
  .courseDetail .vedioContainer .videoBox, .courseDetail .vedioContainer .videoBox .vedio iframe {
    width: 100%;
    height:56.25vw;
  }
  .courseDetail .vedioContainer .ListContainer {
    width: 100%;
    height: auto;
  }
}


/**** course info ****/
.course_info {
margin-bottom:50px;
}
@media (max-width: 991px) {
.course_info .nav-link i {
  display: none;
}
}

/**** download ****/
.download {
padding:20px 0;
}


/**** faq ****/
.faq {
border-radius: 0px;
}

.faq .card {
border: none;
background: none;
border-radius: 0px;
border-bottom: 1px solid #eee;
}

.faq .card .card-header {
padding: 0px;
border: none;
background: none;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}

.faq .card .card-header .faq-title:hover {
background: rgba(212, 176, 221,.3);
padding-left: 10px;
}
.faq .card .card-header .faq-title[aria-expanded=true] {
background: rgba(212, 176, 221,.3);
padding-left: 10px;
}
.faq .card .card-header .faq-title {
width: 100%;
text-align: left;
padding: 0px;
padding-left: 30px;
padding-right: 30px;
letter-spacing: 1px;
color: #3B566E;
text-decoration: none !important;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
cursor: pointer;
padding-top: 20px;
padding-bottom: 20px;
font-size: 30px;
font-weight: 600;
}

.faq .card .card-header .faq-title .badge {
display: inline-block;
width: 30px;
height: 30px;
float: left;
-webkit-border-radius: 100px;
-moz-border-radius: 100px;
border-radius: 100px;
text-align: center;
background: #d4b0dd;
color: #fff;
font-size: 16px;
line-height: 24px;
margin-right: 20px;
}

.faq .card .card-body {
padding: 20px;
padding-left: 15px;
padding-bottom: 16px;
color: #444;
letter-spacing: 1px;
}

.faq .card .card-body p {
margin-bottom: 14px;
}

@media (max-width: 991px) {
.faq {
  margin-bottom: 30px;
}
.faq .card .card-header .faq-title {
  line-height: 26px;
  margin-top: 10px;
}
}

/**** course price ****/
.price_li {
background-color: #eee;
border: 1px solid #eee;
padding:20px;
}
.price_li ul {
list-style: none;
margin:0;
padding:0;
}
.price_li ul li {
display: inline-block;
}
.ori_price {
display: block;
padding-left: 5px;
text-decoration: line-through;
font-size: 18px;
font-weight: 300;
color:#444
}
@media (max-width: 991px) {
.course_info #sticky-sidebar {
  position: fixed;
  bottom:0;
  z-index: 999;
}
}


/**************************************************************************************
  qna
**************************************************************************************/
.accordion .accordion-item {
border-bottom: 1px solid #e5e5e5;
}
.accordion .accordion-item button[aria-expanded=true] {
border-bottom: 1px solid #b685ba;
}
.accordion button {
position: relative;
display: block;
text-align: left;
width: 100%;
padding: 1em 0;
color: #b685ba;
border: none;
background: none;
outline: none;
}
.accordion button:hover, .accordion button:focus {
cursor: pointer;
color: #b685ba;
}
.accordion button:hover::after, .accordion button:focus::after {
cursor: pointer;
color: #b685ba;
border: 1px solid #b685ba;
}
.accordion button .accordion-title {
padding: 1em 1.5em 1em 0;
}
.accordion button .icon {
display: inline-block;
position: absolute;
top: 18px;
right: 0;
width: 30px;
height: 30px;
border: 1px solid;
border-radius: 30px;
}
.accordion button .icon::before {
display: block;
position: absolute;
content: "";
top: 13px;
left: 7px;
width: 14px;
height: 2px;
background: currentColor;
}
.accordion button .icon::after {
display: block;
position: absolute;
content: "";
top: 7px;
left: 13px;
width: 2px;
height: 14px;
background: currentColor;
}
.accordion button[aria-expanded=true] {
color: #b685ba;
}
.accordion button[aria-expanded=true] .icon::after {
width: 0;
}
.accordion button[aria-expanded=true] + .accordion-content {
opacity: 1;
max-height: 9em;
transition: all 200ms linear;
will-change: opacity, max-height;
}
.accordion .accordion-content {
opacity: 0;
max-height: 0;
overflow: hidden;
transition: opacity 200ms linear, max-height 200ms linear;
will-change: opacity, max-height;
background-color: #f7f7f7;
}
.accordion .accordion-content p {
font-weight: 300;
margin: 20px;
}


/**************************************************************************************
Login
**************************************************************************************/
#login_tab {
background: #f7f7f7;
border-radius: 30px;
}
#login_tab li {
width:50%;
text-align: center;
}
#login_tab li a {
border-radius: 30px;
background: #f7f7f7;
color:#333;
}
#login_tab li a.active {
background: #ca98e6;
color:#fff;
}

#login_tab .nav-link {
border: none;
}


.login_form {
text-align: center;
}

.login_form ul {
list-style: none;
}

.login_form h3 {
color: #212121;
font-weight: 500;
margin-bottom: 30px;
}

.login_form form .input_item {
position: relative;
margin-bottom: 20px;
}

.login_form form .input_item:before {
position: absolute;
left: 60px;
top: 10px;
height: 50px;
width: 1px;
background: #b7b7b7;
content: "";
z-index: 4;
}

.login_form form .input_item input {
height: 70px;
color: #000;
border: 1px solid #ddd;
padding-left: 76px;
}
.login_form form select {
height: 70px;
color: #000;
border: 1px solid #ddd;
}

.modal form .input_item input {
width: 100%;
}
input[type="checkbox"] {
height: 20px;
width: 20px;
color: #000;
background: #ddd;
border: none;
cursor: pointer;  
}
.login_form .form-check label {
  cursor: pointer;  
}
.login_form form input::-webkit-input-placeholder {
color: #b7b7b7;
}
.login_form form input::-moz-placeholder {
color: #b7b7b7;
}
.login_form form input:-ms-input-placeholder {
color: #b7b7b7;
}
.login_form form  input::-ms-input-placeholder {
color: #b7b7b7;
}
.login_form form input::placeholder {
color: #b7b7b7;
}
.login_form form .input_item i {
color: #b7b7b7;
font-size: 28px;
position: absolute;
left: 17px;
top: 20px;
z-index: 3;
}
.login_form form label {
font-size: 32px;
}
.login_form .forget_pass {
color: #212121;
display: inline-block;
}

.login_social {
margin-top: 30px;
text-align: center;
}

.login_social span {
display: block;
margin-bottom: 30px;
}
.login_social ul {
list-style: none;
padding:0;
margin:0;
}
.login_social ul li {
margin-bottom: 15px;
}

.login_social ul li:last-child {
margin-bottom: 0;
}

.login_social ul li a {
display: block;
position: relative;
padding: 10px 0;
border-radius: 30px;
border:1px solid #999999;
text-transform: uppercase;
color:#3d3d3d;
}

a.facebook {
background-color: rgba(24,119,242);
border:1px solid rgb(24,119,242) !important;
color:#fff !important;
}
a:hover.facebook {
background-color: rgb(18, 102, 211);
color:#fff !important;
}
a.google {
background-color: #EA4335;
border:1px solid #EA4335 !important;
color:#fff !important;
}
a:hover.google {
background-color: #ce2e20;
color:#fff !important;
}


/* ------------------------------------------------------------------ */
/* order List
/* ------------------------------------------------------------------ */
.order_tl {
background: #efefef;
padding: 10px;
}
.order_tl span, .order_tl a {
padding-left: 10px;
font-weight: 700;
color:#ca98e6;
}
.order_div ul {
  margin:15px 0px 30px 0px;
  padding:0 15px;
  list-style: none;
  font-size: 22px;
  font-weight: 300;
}
.order_div li span {
padding-left: 10px;
}

/* ------------------------------------------------------------------ */
/* cart
/* ------------------------------------------------------------------ */
/* step */
.progressbar li {
list-style-type: none;
width: 33.3333%;
float: left;
position: relative;
text-align: center;
color: #7d7d7d;
font-size: 30px;
}
.progressbar li:before {
width: 60px;
height: 60px;
content: "";
line-height: 60px;
border: 2px solid #7d7d7d;
display: block;
text-align: center;
margin: 0 auto 3px auto;
border-radius: 50%;
position: relative;
z-index: 2;
background-color: #fff;
}
.progressbar li:after {
 width: 100%;
 height: 2px;
 content: '';
 position: absolute;
 background-color: #7d7d7d;
 top: 30px;
 left: -50%;
 z-index: 0;
}
.progressbar li:first-child:after {
 content: none;
}
.progressbar li.active {
color: #ca98e6;
font-weight: bold;
}
.progressbar li.active:before {
border-color: #ca98e6;
background: #ca98e6;
}
.progressbar li.active + li:after {
background-color: #ca98e6;
}
.progressbar li.active:before {
background: #ca98e6;
background-size: 60%;
color:#fff;
}
.progressbar li::before {
background: #fff;
background-size: 60%;
}
.progressbar {
counter-reset: step;
margin:0;
padding:0;
}
.progressbar li:before {
content: counter(step);
counter-increment: step; 
}
@media (max-width: 660px) {
  .progressbar li {
    font-size: 20px;
  }
}
.cart_column {
border: 1px solid #eee;
margin-bottom:15px;
}

.price_pro {
background:#F0FBFF;
padding:10px 20px;
}
.cart_list {
border-top: 1px solid #eaeaea;
margin: 0;
padding: 0;
width: 100%;
table-layout: fixed;
}
.cart_list tr:nth-child(even) {
background: #fafafa;
}
.cart_list th,
.cart_list td {
padding: 15px;
text-align: left;
vertical-align: middle;
}
.cart_list th {
letter-spacing: .1em;
}
.cart_img {
width: 10%;
}
.cart_img img {
width:100%;
}
.cart_tl {
width: 60%;
}
.cart_tl h3 {
font-weight: 600;
color:#000;
padding:0;
margin:0;

overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
white-space: normal;
word-break: break-all;
}
.cart_tl span {
font-size: 18px;
color:#757575;
}
.cart_tl span:before {
font-family: "Font Awesome 5 Free";
font-weight:900;
content:"\f056";
padding-right:5px;
}
.cart_price {
width: 20%;
}
.cart_price.text-right {
text-align: right;
}
.cart_price span {
text-decoration: line-through;
color:#757575;
}
.cart_del {
width: 5%;
}
.cart_del i {
display: block;
text-align: center;
font-size: 20px;
}
.cart_del a:hover {
text-decoration: none;
}
.cart_profile {
border: 1px solid #eaeaea;
padding:15px;
}
.price_check {
/* border-top: 1px solid #F4F4F4; */
padding:10px;
}
.price_check span {
padding-left: 15px;
}
.count_check span {
font-size: 30px;
font-weight: 600;
padding-left: 15px;
color:#c68c00;
}
.cart_tips {
padding-top:8px;
}

@media screen and (max-width: 767px) {
    .cart_column {
      border:none;
    }
    .cart_list {
      border: 0;
    }
    .cart_list tr {
      border-bottom: 1px solid #ddd;
      display: block;
      margin-bottom: 10px;
      height:160px;
    }
    /* .cart_list td {
      display: block;
      text-align: left;
      padding: 0px;
    } */
    /* .cart_img,.cart_tl,.cart_price,.cart_del {
      display: block;
      width: 100%;
    } */
    .cart_img {
      width: 25%;
    }
    .cart_tl {
      width: 70%;
    }
    .cart_price {
      width: auto;
      position: absolute;
      left: calc(30% + 15px);
      margin-top: -10px;
    }
    .cart_price.cart2 {
      left: calc(25% + 15px);
    }
    td.cart_tl, td.cart_price {
      padding:10px;
    }
    td.cart_price.text-right {
      text-align: left !important;
    }
    td.cart_del {
      padding:5px 10px;
    }
    .cart_profile {
      margin-top:30px;
    }
    .login_form .text-right.cart_tips {
      text-align: center !important;
    }
}