@import url(admin.css);
.detail_pra .active {
    font-weight: 300;
    color:#dbb517;
}
.load {
    position: fixed;
    width: 100px;
    height: 80px;
    top: 30%;
    left: 50%;
    margin-left: -50px;
    margin-top: -40px;
    z-index: 999999;
}

.gear {
    position: absolute;
    z-index: -10;
    width: 40px;
    height: 40px;
    animation: spin 5s infinite;
}

.two {
    left: 40px;
    width: 80px;
    height: 80px;
    animation: spin-reverse 5s infinite;
}

.three {
    top: 45px;
    left: -10px;
    width: 60px;
    height: 60px;
}

@keyframes spin {
    50% {
        transform: rotate(360deg);
    }
}

@keyframes spin-reverse {
    50% {
        transform: rotate(-360deg);
    }
}

.lil-circle {
    position: absolute;
    border-radius: 50%;
    box-shadow: inset 0 0 10px 2px gray, 0 0 50px white;
    width: 100px;
    height: 100px;
    opacity: .65;
}

.blur-circle {
    position: absolute;
    top: -19px;
    left: -19px;
}

html.noscroll {
    position: fixed;
    overflow-y: scroll;
    width: 100%;
}

body {
    background: #211b01;
    font-family: "THSarabunNew", "Kodchasan", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.42857143;
    letter-spacing: 1px;
    color: #000;
}
.BodyNews ul li {
    list-style-image: url(../img/bullet.png);
}

.line-bottom-2x {
    border-bottom: solid 1px #514B3B;
}

.line-top-2x {
    border-top: solid 1px #514B3B;
}

.align-justify {
    text-align: justify;
}

.max-title-home {
    height: 70px;
    overflow: hidden;
}

.btnReadMore {
    display: block;
    margin: auto;
    background: url('../img/read-more.png');
    width: 44px;
    height: 44px;
    cursor: pointer;
}

.bg-green {
    background-color: #5cd70a;
}

.nowrap {
    white-space: nowrap;
}

.table.table-unruled>tbody>tr>td,
.table.table-unruled>tbody>tr>th {
    border-top: 0 none transparent;
    border-bottom: 0 none transparent;
}

.margin-top-60 {
    margin-top: 60px;
}

.margin-top-50 {
    margin-top: 50px;
}

.margin-top-40 {
    margin-top: 40px;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-top-20 {
    margin-top: 20px;
}

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

.margin--none {
    margin: 0px;
}

.margin--5 {
    margin: 5px;
}

.margin--10 {
    margin: 10px;
}

.margin--20 {
    margin: 20px;
}

.padding-20 {
    padding: 20px;
}

.padding-left-20 {
    padding-left: 20px;
}

.padding-left-10 {
    padding-left: 10px !important;
}

.padding-right-10 {
    padding-right: 10px !important;
}

.padding-right-20 {
    padding-right: 20px;
}

.padding--none {
    padding: 0px;
}

.m-t-lg {
    margin-top: 20px;
}

.m-r-lg {
    margin-right: 20px;
}

.m-l-lg {
    margin-left: 20px;
}

.m-b-lg {
    margin-top: 20px;
}

.btn-u.btn-u-fb {
    background: #4862a3;
}

.profile img {
    float: left;
    width: 28px;
    height: 28px;
    margin-right: 5px;
}

/* Social buttons */
.login-header {
    color: #000;
    font-size: 30px;
    line-height: 30px;
}

.login-block {
    font-weight: 30;
}

.login-block .social-login {
    margin-top: -25px;
    /*
    padding-bottom: 40px;*/
    /*border-bottom: 1px solid #eee;*/
    position: relative;
}

.login-block .or {
    position: absolute;
    border: 1px solid #eee;
    width: 42px;
    height: 42px;
    top: 70px;
    left: 50%;
    margin-left: -15px;
    text-transform: uppercase;
    color: #333;
    background: #fff;
    line-height: 42px;
    padding: 0 7px;
    z-index: 1;
}

.login-block .fb-login-button {
    margin-top: 20px;
}

.form-login .form {
    margin-top: -25px;
}

.form-login fieldset {
    background: 0px;
    margin-top: 0px;
}

/*Border Wings*/

.form-login .border-wings {
    text-align: center;
}

.form-login .border-wings span {
    color: #687074;
    font-size: 14px;
    padding: 0 35px;
    position: relative;
    margin-bottom: 15px;
    display: inline-block;
    text-transform: uppercase;
}

.form-login .border-wings span:before,
.form-login .border-wings span:after {
    top: 10px;
    height: 1px;
    width: 100%;
    content: " ";
    background: #ccc;
    position: absolute;
}

.form-login .border-wings span:before {
    left: 100%;
}

.form-login .border-wings span:after {
    right: 100%;
}


.form-login .note a,
.form-login label {
    font-weight: 30;
    color: #999;
}

.form-login strong {
    font-weight: 30;
    color: blue;
}

.form-login strong:hover {
    color: green;
}

.form-login .state-error+em {
    display: block;
    margin-top: 6px;
    padding: 0 1px;
    font-style: normal;
    font-size: 11px;
    line-height: 15px;
    color: #ee9393;
}

.views-info {
    color: #fff;
}

.views-info h3,
.views-info h2,
.views-info h4 {
    color: #ceb849;
}
.clearStyle {
  all: none !important;
}

.views-info .max-detail-content {
    min-height: 40px !important;
    max-height: 40px !important;
    overflow: hidden;
}

.calendar ul {
    list-style: none;
    margin: 0;
}

.calendar ul li {
    line-height: 1.5em;
}

.calendar a {
    color: #fff;
}

.calendar a:hover {
    color: #ceb849;
    text-decoration: none;
}
.calendar .news-list-author{
    font-size: 0.9em;
    color: #d0bb4a;
}
.event-special-date {
    width: 150px;
    height: 150px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #ceb849;
    box-shadow: 2px -2px 50px 2px #fbff89;
    color: #000;
    margin: 0 auto 10px auto;
    padding: 15px;
}
.event-special-date span {
    display: block;
    line-height: 100%;
    font-weight: 700;
    text-align: center;
}
.event-special-date span.day {
    font-size: 2.5em;
    line-height: 1.2em;
}
.event-special-date span.month {
    font-size: 2em;
    line-height: 1.2em;
}
.event-special-date span.year {
    font-size: 1.5em;
    line-height: 1.6em;
}

.tag-box-v1 p {
    color: #333;
    line-height: 30px;
    font-size: 11px;
}

.tag-box-v1 i {
    padding-right: 10px;
}

.tag-box {
    padding: 15px;
}

.enroll-button {
    font-size: 23px;
    line-height: 40px;
}

.ListCourses td {
    padding: 0px 5px 0px 5px !important;
    vertical-align: middle !important;
    line-height: 35px !important;
}

.ListCourses .btnPaylerVideo:hover {
    cursor: pointer;
}

.ListCourses .head {
    background: #0f173b;
    color: #fff;
}

.ListCourses .head:hover {
    background: #0f173b;
    color: #fff;
}

.ListCourses .head h3 {
    margin: 5px;
    color: #fff;
}

.product-img {
    box-shadow: 0 0 2px #ccc;
}


/*Count Times*/

@keyframes gjPulse {
    0% {
        width: 90px;
        height: 90px;
    }

    25% {
        width: 105px;
        height: 105px;
    }

    50% {
        width: 130px;
        height: 130px;
    }

    75% {
        width: 110px;
        height: 110px;
    }

    100% {
        width: 90px;
        height: 90px;
    }
}

#gj-counter-box {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0.1;
    width: 90px;
    height: 90px;
    background-color: rgb(183, 0, 0);
    border-radius: 50%;
    border: 6px solid white;
    visibility: 0px;
    display: 0px;
    animation: gjPulse 1s linear infinite;
}

#gj-counter-box:hover {
    opacity: 1;
    cursor: pointer;
}

#gj-counter-num {
    position: relative;
    text-align: center;
    margin: 0px;
    padding: 0px;
    top: 50%;
    transform: translate(0%, -50%);
    color: white;
}

/*user app*/
.user-info {
    padding-top: 20px;
    padding-bottom: 10px;
}

.user-info a {
    color: #000;
}

.user-info a:hover {
    color: #18ba9b;
}

@media (min-width: 992px) {
    .user-info .title-price {
        font-size: 8px;
    }

    .user-info .product-description {
        padding: 2px;
    }

    .user-info .exp {
        font-size: 8px;
    }

    .user-info .thumbnail h3 a,
    .user-info .thumbnail-style h3 a {
        font-size: 12px !important;
    }

    .user-info .thumbnail h3,
    .user-info .thumbnail-style h3 {
        line-height: 14px;
    }
}

/* Tabs */
.tabs-container .panel-body {
    background: #fff;
    border: 1px solid #e7eaec;
    border-radius: 2px;
    padding: 20px;
    position: relative;
  }
  .tabs-container .nav-tabs > li.active > a,
  .tabs-container .nav-tabs > li.active > a:hover,
  .tabs-container .nav-tabs > li.active > a:focus {
    border: 1px solid #e7eaec;
    border-bottom-color: transparent;
    background-color: #fff;
  }
  .tabs-container .nav-tabs > li {
    float: left;
    margin-bottom: -1px;
  }
  .tabs-container .tab-pane .panel-body {
    border-top: none;
  }
  .tabs-container .nav-tabs > li.active > a,
  .tabs-container .nav-tabs > li.active > a:hover,
  .tabs-container .nav-tabs > li.active > a:focus {
    border: 1px solid #e7eaec;
    border-bottom-color: transparent;
  }
  .tabs-container .nav-tabs {
    border-bottom: 1px solid #e7eaec;
  }
  .tabs-container .tab-pane .panel-body {
    border-top: none;
  }
  .tabs-container .tabs-left .tab-pane .panel-body,
  .tabs-container .tabs-right .tab-pane .panel-body {
    border-top: 1px solid #e7eaec;
  }
  .tabs-container .nav-tabs > li a:hover {
    background: transparent;
    border-color: transparent;
  }
  .tabs-container .tabs-below > .nav-tabs,
  .tabs-container .tabs-right > .nav-tabs,
  .tabs-container .tabs-left > .nav-tabs {
    border-bottom: 0;
  }
  .tabs-container .tabs-left .panel-body {
    position: static;
  }
  .tabs-container .tabs-left > .nav-tabs,
  .tabs-container .tabs-right > .nav-tabs {
    width: 20%;
  }
  .tabs-container .tabs-left .panel-body {
    width: 80%;
    margin-left: 20%;
  }
  .tabs-container .tabs-right .panel-body {
    width: 80%;
    margin-right: 20%;
  }
  .tabs-container .tab-content > .tab-pane,
  .tabs-container .pill-content > .pill-pane {
    display: none;
  }
  .tabs-container .tab-content > .active,
  .tabs-container .pill-content > .active {
    display: block;
  }
  .tabs-container .tabs-below > .nav-tabs {
    border-top: 1px solid #e7eaec;
  }
  .tabs-container .tabs-below > .nav-tabs > li {
    margin-top: -1px;
    margin-bottom: 0;
  }
  .tabs-container .tabs-below > .nav-tabs > li > a {
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
  }
  .tabs-container .tabs-below > .nav-tabs > li > a:hover,
  .tabs-container .tabs-below > .nav-tabs > li > a:focus {
    border-top-color: #e7eaec;
    border-bottom-color: transparent;
  }
  .tabs-container .tabs-left > .nav-tabs > li,
  .tabs-container .tabs-right > .nav-tabs > li {
    float: none;
  }
  .tabs-container .tabs-left > .nav-tabs > li > a,
  .tabs-container .tabs-right > .nav-tabs > li > a {
    min-width: 74px;
    margin-right: 0;
    margin-bottom: 3px;
  }
  .tabs-container .tabs-left > .nav-tabs {
    float: left;
    margin-right: 19px;
  }
  .tabs-container .tabs-left > .nav-tabs > li > a {
    margin-right: -1px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
  }
  .tabs-container .tabs-left > .nav-tabs .active > a,
  .tabs-container .tabs-left > .nav-tabs .active > a:hover,
  .tabs-container .tabs-left > .nav-tabs .active > a:focus {
    border-color: #e7eaec transparent #e7eaec #e7eaec;
    *border-right-color: #ffffff;
  }
  .tabs-container .tabs-right > .nav-tabs {
    float: right;
    margin-left: 19px;
  }
  .tabs-container .tabs-right > .nav-tabs > li > a {
    margin-left: -1px;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
  }
  .tabs-container .tabs-right > .nav-tabs .active > a,
  .tabs-container .tabs-right > .nav-tabs .active > a:hover,
  .tabs-container .tabs-right > .nav-tabs .active > a:focus {
    border-color: #e7eaec #e7eaec #e7eaec transparent;
    *border-left-color: #ffffff;
    z-index: 1;
  }
  @media (max-width: 767px) {
    .tabs-container .nav-tabs > li {
      float: none !important;
    }
    .tabs-container .nav-tabs > li.active > a {
      border-bottom: 1px solid #e7eaec !important;
      margin: 0;
    }
  }