.videowrapper {
  float: none;
  clear: both;
  width: 100%;
  position: relative;
}
.videowrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.course-header h3 {
  color: #f8c41b;
  -webkit-text-stroke: 1px #f8c41b;
}

.course-header h6 {
  color: #ffffff;
}

.course-header a {
  color: #08c5ff;
}

.course-header a.btn {
  color: #ffffff;
}

.course-overall-wrapper,
.course-detail-wrapper {
  margin-bottom: 20px;
}

.table td {
  vertical-align: middle;
}

.extra-paddingright {
  padding-right: 30px;
}

.extra-marginbottom {
  margin-bottom: 10px;
}

.extra-margintop {
  margin-top: 10px;
}

#coupon-submit {
  border: solid 1px #444;
}

.disable-margin {
  margin: 0px !important;
}

.voted {
  color: #dfdfdf;
}

@media (max-width: 1024px) {
  .course-enroll {
    /* margin-left: 50px !important; */
  }
}

@media (max-width: 448px) {
  .course-enroll {
    margin-left: 0px !important;
  }
}

table tr:last-child td:first-child {
  -moz-border-radius-bottomleft: 10px;
  -webkit-border-bottom-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

table tr:last-child td:last-child {
  -moz-border-radius-bottomright: 10px;
  -webkit-border-bottom-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

table.collapsed {
  border-collapse: collapse;
}

textarea {
  line-height: 1.6em;
}

.content {
  background: #f5f5f5;
  padding-top: 50px;
}

#instinfo {
  padding: 15px;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  margin-bottom: 60px;
  background: white;
}

#instinfo .img-circle {
  max-width: 70px;
  max-height: 70px;
  height: fit-content;
}

#instinfo strong,
#instinfo #toppart,
#instinfo #about,
#instinfo #instcontact {
  margin-top: 15px;
}

#instinfo #toppart,
#instinfo #instname {
  display: inline-block;
  vertical-align: middle;
}

#instinfo #instname {
  /*padding-top: 10px;*/
  margin-left: 15px;
}

#instcontact a {
  color: #4d4d4d;
}

#instcontact a:active {
  color: #f02c03;
}

#instcontact a.active {
  color: #f02c03;
}

#instcontact a:hover {
  color: #f02c03;
  text-decoration: none;
}

#instinfo .tab-pane {
  text-align: center;
}

#instcontact i {
  margin-left: 15px;
  margin-right: 15px;
}

#ataglance {
  border-radius: 10px;
  margin-top: 30px;
  overflow: hidden;
  border-collapse: inherit;
  border: 1px solid #ddd;
}

#ataglance th,
#ataglance td {
  line-height: 1.8;
}

#ataglance th {
  text-align: center;
  background-color: #e5e5e5;
}

#ataglance td {
  background: white;
  vertical-align: middle;
}

#ataglance td i {
  padding-left: 20px;
  padding-right: 20px;
}

.ataglance-hilight {
  color: black;
  font-weight: bold;
}

.bubble {
  background: #e9e9e9 !important;
  color: #f03c02 !important;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.first-bubble-no-show-parent:after,
.third-bubble-no-show-parent:after,
.forth-bubble-no-show-parent:after,
.second-bubble-no-show-parent:after {
  display: none !important;
}

.second-bubble-parent:after,
.first-bubble-parent:after,
.third-bubble-parent:after,
.forth-bubble-parent:after {
  margin-left: 32%;
}

.bubble-parent:after {
  content: "";
  border-style: solid;
  border-width: 0 15px 15px;
  border-color: #e9e9e9 transparent;
  display: block;
  width: 0;
  z-index: 1;
}

.tutor-name-on-header {
  color: lightskyblue;
}

.course-overall-wrapper {
  background: #ffffff;
  border: 1px solid #ddd;
}

.course-overall {
  border-right: 1px solid #ddd;
}

.course-overall,
.course-enroll {
  padding: 20px 15px 20px 15px;
}

.sale-icon {
  position: relative;
  display: inline-block;
  background: orange;
  color: white;
  height: 3.5rem;
  width: 3.5rem;
  text-align: center;
  vertical-align: middle;
  line-height: 3.5rem;
  margin-left: 15px;
  -webkit-transform: rotate(-20deg);
  transform: rotate(-20deg);
  -webkit-animation: beat 1s ease infinite alternate;
  animation: beat 1s ease infinite alternate;
}
.sale-icon:before,
.sale-icon:after {
  content: "";
  position: absolute;
  background: inherit;
  height: inherit;
  width: inherit;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}
.sale-icon:after {
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}

@-webkit-keyframes beat {
  from {
    -webkit-transform: rotate(-20deg) scale(1);
    transform: rotate(-20deg) scale(1);
  }
  to {
    -webkit-transform: rotate(-20deg) scale(1.1);
    transform: rotate(-20deg) scale(1.1);
  }
}

@keyframes beat {
  from {
    -webkit-transform: rotate(-20deg) scale(1);
    transform: rotate(-20deg) scale(1);
  }
  to {
    -webkit-transform: rotate(-20deg) scale(1.1);
    transform: rotate(-20deg) scale(1.1);
  }
}

.no-bottom-margin {
  margin-bottom: 0px !important;
}

.line-course-overall {
  border-top: 1px solid #ddd;
  margin-bottom: 0px !important;
  margin-top: 0px !important;
}

#courseName {
  margin-bottom: 10px;
  line-height: 1.5;
  font-size: 18px;

}

.course-description {
  padding: 15px 15px 15px 15px;
  box-sizing: border-box;
  text-align: justify;
}
.course-description ul {
  list-style: disc;
  margin-left: 15px;
}
.course-description ol {
  list-style: decimal;
}

.shortdesc-buffet {
  color: #808080;
}

.shortdesc {
  padding-bottom: 10px;
  text-align: justify;
}

.btn-fullwidth {
  min-width: 100%;
}

.btn-social {
  color: #fff;
  border-radius: 2px;
  text-decoration: none;
  width: 32px;
  padding: 5px 0px;
}
.btn-social:hover {
  color: #fff;
}
.btn-fb {
  border-color: #3b5998;
  color: #3b5998;
}
.btn-fb:hover {
  background-color: #224389;
  color: #fff;
}
.btn-twitter {
  border-color: #55acee;
  color: #55acee;
}
.btn-twitter:hover {
  background-color: #3197e5;
  color: #fff;
}
.btn-line {
  border-color: #00c300;
  color: #00c300;
}
.btn-line:hover {
  background-color: #009a00;
  color: #fff;
}

.play-button {
  display: block;
  width: 100px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -30px 0 0 -50px;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.7);
}
.play-button:hover {
  background-color: #f03c02;
  cursor: pointer;
}
.intro-video {
  cursor: pointer;
}
.play-button:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -0.875rem 0 0 -0.49297rem;
  border-style: solid;
  border-width: 0.875rem 0 0.875rem 1.5625rem;
  border-color: transparent transparent transparent #fff;
}

@media (max-width: 768px) {
  .loading {
    left: 15%;
  }
}

#apply-coup {
  margin-top: 15px;
  margin-bottom: 0px;
}

#apply-coup input {
  text-transform: uppercase;
}

@media screen and (max-width: 750px) {
  .course-review-left-col {
    text-align: center;
  }
}

.course-buffet-title {
  background: url(../../../images/default/bodybg/bg4.jpg);
  background-size: cover;
  padding: 50px 0 50px 0;
}

.course-buffet-title hr {
  margin: 0 0 10px 0;
}

.course-buffet-title .text-center {
  margin-bottom: 20px;
}

.service-icon img {
  max-height: 150px;
  display: block;
  margin: auto;
}

#content {
  padding: 60px 18px;
}

.alert-evaluation {
  background-color: #fff3e6;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
  padding-left: 0px;
  padding-right: 0px;
}

.equal {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
}

@media (min-width: 991px) {
  .row.equal {
    display: flex;
    flex-wrap: wrap;
  }
}

.mb-3 {
  margin-bottom: 1rem;
}

.date-cer {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.date-cer h6 {
  font-weight: normal;
}

@media (max-width: 767px) {
  .col-sm-6 {
    border-left: 0px !important;
  }
}

.cer-inscer{
  display: flex;
    align-items: center;
}
