#content {
    background-color: #fff5ea;
}
.videowrapper {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}
.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: 0 0 10px 10px;
    margin-bottom: 60px;
    background: white;
    text-align: center;
}
#instinfo #about{
    text-align: initial;
}

#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: #f78f1e;
    font-family: 'Mitr', sans-serif;
    color: #fff;
}

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

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

.ataglance-hilight{
    color:black;
    font-weight: bold;
}
.head-part{
    background-color: #f78f1e;
    border-radius: 10px 10px 0 0;
    padding: 10px;
    text-align: center;
}
.head-part h5{
    color: #fff;
}
.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;
}
@media(max-width:768px){
    .pnatt{
        width: 25vw;
        height: 25vw;
    }
}
@media(max-width:576px){
    .pnatt{
        width: 20vw;
        height: 20vw;
    }
}
.pnatt{
 width: 10vw !important;
 height: 10vw !important;
 position: relative;
 overflow: hidden;
 border-radius: 50%;
 text-align: center;
 margin: 0 auto;
}
.pnatt img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.head-suggest{
    background-color: #f78f1e;
    text-align: center;
    padding: 10px 0;
    border-radius: 10px 10px 0 0;
}
.head-suggest h4{
    color: #fff;
}
.recommended-course-container .col-xs-12 {
    padding-left: 0;
    padding-right: 0;
}
.tab-content, .nav-tabs>li {
    background-color: #fff;
}
