body {
  background : #F5F5F5;
  border     : none;
  line-height: 1.5;
}

body.modal-open {
  position: fixed;
  width   : 100%;
}

/*------------------- format css------------------------*/
* {
  margin    : 0;
  padding   : 0;
  box-sizing: border-box;
}

html {
  position  : relative;
  min-height: 100%;
}

.mt-0-5 {
  margin-top: 0.5em;
}

.capitalizeLetter {
  text-transform: capitalize;
}

.wraper-page {
  min-height: 100%;
  height    : 100%;
  position  : relative;
}

.mx-auto {
  margin-right: auto !important;
  margin-left : auto !important;
}

.px-auto {
  padding-right: 0 !important;
  padding-left : 0 !important;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin     : 0;
  padding    : 0;
  line-height: 1.5;
}

.author {
  margin-top: 10px;
  color     : #736969;
  font-style: italic;
}

a {
  text-decoration: none;
}

a:hover {
  color: #f13e44 !important;
}

a:hover,
a:focus {
  text-decoration: none;
  outline        : none;
  border         : 0;
}

:focus {
  outline: none;
  border : 0;
}

:root {
  --yellow-color: #f13e44;
  --base-color  : #231F20;
}

p {
  padding      : 0;
  margin       : 0;
  line-height  : 1.5;
  font-size    : 16px;
  overflow-wrap: break-word;
}

section.service {
  margin: 100px 0;
}

section.user {
  margin: 100px 0;
}

section.course {
  margin: 0 0 50px 0;
}

section {
  clear: both;
}

.course-banner {
  height             : 200px;
  background-repeat  : no-repeat;
  background-size    : cover;
  background-position: center;
}

.btn-custom {
  width        : 200px;
  height       : 60px;
  line-height  : 60px;
  padding      : 0;
  background   : #231F20;
  font-size    : 18px;
  color        : #f13e44;
  margin-top   : 40px;
  border       : 0;
  border-radius: 10px;
}

.btn-custom:hover,
.btn-edite:hover {
  color     : #fff !important;
  background: #f13e44;
}

.btn-edite {
  width        : 200px;
  height       : 50px;
  line-height  : 50px;
  padding      : 0;
  background   : #231F20;
  font-size    : 14px;
  color        : #f13e44;
  border       : 0;
  border-radius: 10px;
}

.btn-edite .fa-edit {
  font-size: 16px;
}

.average-rate .rate-star {
  width : 150px !important;
  margin: auto;
}

.rate-base-layer,
.rate-select-layer {
  left: 0;
}

.wingBtn {
  background: url('/frontend/img/wing.png');
}

/* Success payment page style*/
.panelBody {
  margin-top: 20px;
  margin    : 0 auto;
  max-width : 500px;
  padding   : 20px 0;
}

.icons_tick {

  margin-bottom   : 20px;
  padding-bottom  : 10px;
  padding-top     : 10px;
  border-bottom   : 1px solid #ddd;
  background-color: #ddd;
}

.payment_title {
  font-weight: bold;
  font-size  : 40px;
  color      : #039215;
}

.icons_tick i {
  border-radius: 100%;
  background   : #039215;
  color        : #fff;
  padding      : 5px;
  font-size    : 55px;
  margin-bottom: 10px;
}

.payment_list {
  list-style: none;
  padding   : 0;
  margin    : 0;
  margin-top: 10px;
}

.payment_list li {
  padding    : 3px;
  font-size  : 15px;
  color      : #231f20;
  font-family: sans-serif;
  font-weight: bold;
}

.btnViewCourse {
  margin-top: 10px;
}

/*------------------- end format css------------------------*/

/* RATING MY COURSE */
.course-rate {
  font-size: 60px;
  color    : #f13e44;
}

.rate-hover-layer {
  color: orange;
}

.comment {
  padding      : 5px 10px;
  font-size    : 16px;
  color        : #3a3434;
  margin-top   : 10px;
  border-radius: 4px;
}

.comment:focus {
  border: 1px solid #e2dbdb;
}

/*payment checkout btn*/
.checkOutBtn {
  width     : 100%;
  text-align: center;
}

.checkOutBtn a {
  color    : #fff;
  font-size: 18px;
}

/*------------------- top-menu ------------------------*/
.wrap-top-menu {
  background : #151313;
  height     : 40px;
  line-height: 40px;
}

.top-menu a {
  color: #FFFFFF;
}

.top-menu a:hover,
.main-menu .navbar a:hover {
  color     : #f13e44;
  background: none;
}

.authControl a {
  border-right: 1px solid #444242;
  padding     : 0px 15px;
}

.authControl a:last-child {
  border-right: 0;
}

.socail-media a {
  margin: 0px 12px;
}

.socail-media-big {
  margin: 20px 0 20px 0;
}

.socail-media-big a {
  width        : 40px;
  height       : 40px;
  border       : 1px solid #353535;
  font-size    : 25px;
  text-align   : center;
  display      : inline-block;
  border-radius: 10px;
  margin-right : 15px;
}

.socail-media-big a:last-child {
  margin-right: 0;
}

.socail-media-big a .fa-facebook:hover {
  color: #337AB7;
}

.socail-media-big a .fa-twitter:hover {
  color: #1DA1F2;
}

.socail-media-big a .fa-youtube:hover {
  color: #DD5251;
}

.socail-media-big a .fa-instagram:hover {
  color: #C92F9C;
}

/*------------------- end top-menu ------------------------*/

/*------------------- main-menu ------------------------*/
.main-menu .navbar {
  border-radius: 0;
}

.main-menu .navbar {
  background   : #231F20;
  border-bottom: 5px solid #f13e44;
  padding      : 14px 0;
  margin       : 0;
}

.main-menu .navbar a {
  color      : #fff;
  font-size  : 18px;
  line-height: 35px;
  position   : relative;
  z-index    : 1;
  font-family: 'Koulen', cursive;
  padding    : 10px 12px;
}

.main-menu .navbar .navbar-brand {
  padding-left : 0;
  padding-right: 0;
  aspect-ratio : 95 / 26;
  width        : 190px;
  overflow     : hidden;
}

.main-menu .navbar .navbar-brand img {
  border-radius: 5px;
  width        : 100%;
  height       : 100%;
}

.main-menu .navbar .navbar-brand:hover img {
  opacity: 0.7;
}

.main-menu .navbar ul.navbar-nav {
  padding-top: 5px;
}

.main-menu .navbar-brand {
  padding: 0;
  height : auto;
}

.nav>li>a:focus,
.nav>li>a:hover {
  background: none;
}

.main-menu .navbar-collapse {
  padding: 0;
}

/*.main-menu .navbar-brand img {
  width: 260px;
}*/
.navbar-form.navbar-right.search-form {
  width: 100%;
}

.input-group {
  width: 100%;
}

.formSearch {
  width: calc(100% - 276px);
  float: left;
}

.afterlog .formSearch {
  width: calc(100% - 380px);
}

/*------------------- end-menu ------------------------*/

/* -------profile Picture------ */
span.profilePicture img {
  width        : 25px;
  height       : 25px;
  border-radius: 2px;
  border       : none;
  margin-right : 10px;

}


/*------------------- search ------------------------*/
.search-form .form-control,
.search-form .stylish-input-group .input-group-addon {
  background: #151313;
  border    : 0;
  height    : 60px;
  color     : #5D5C5C;
  font-size : 18px;
}

.search-form .form-control:focus {
  box-shadow: none;
}

.search-form .form-control::-webkit-input-placeholder {
  color     : #5D5C5C;
  font-style: italic;
}

.search-form .form-control {
  border-top-left-radius   : 10px;
  border-bottom-left-radius: 10px;
}

.stylish-input-group .input-group-addon {
  border-top-right-radius   : 10px;
  border-bottom-right-radius: 10px;
}

.search-form .stylish-input-group button {
  border    : 0;
  background: transparent;
}

/*------------------- end search ------------------------*/

/*------------------- collape menu ------------------------*/
.navbar-toggle .icon-bar {
  background: #fff;
}

/*------------------- end collape menu ------------------------*/

/*------------------- banner ------------------------*/
#imagen {
  height                 : 500px;
  -webkit-background-size: cover;
  -moz-background-size   : cover;
  -o-background-size     : cover;
  background-size        : cover;
  background-position    : top center;
  background-repeat      : no-repeat;
  position               : relative;
  margin-top             : -5px;
}

.btn-custom.btn-see {
  margin-top: 20px;
}

.icatch {
  width     : calc(100% - 40%);
  padding   : 120px 0;
  float     : left;
  box-sizing: border-box;
}

.icatch-img {
  width : 40%;
  float : right;
  height: 500px;
}

.icatch-img img {
  width     : 100%;
  display   : block;
  margin    : auto;
  height    : 100%;
  object-fit: contain;
}

.icatch h1 {
  font-size    : 40px;
  font-weight  : bold;
  margin-bottom: 15px;
  color        : #231F20;
}

/*------------------- end banner ------------------------*/

/*------------------- service ------------------------*/
.service {
  text-align: center;
}

.service-heading {
  margin        : 15px 0;
  text-transform: none;
  font-size     : 24px;
  color         : #f13e44;
}

.service .fa {
  font-size: 60px;
  color    : #f13e44;
}

/*------------------- end service ------------------------*/

/*------------------- course ------------------------*/
#wrap-course-section {
  padding: 30px 0px 50px 0;
}

/*title*/
.big-title {
  position      : relative;
  text-align    : center;
  text-transform: uppercase;
  max-width     : 500px;
  margin        : auto;
  margin-bottom : 70px;
  padding       : 10px 0;
  font-size     : 42px;
  color         : #231F20;
}

.big-title:before {
  content   : '';
  position  : absolute;
  width     : 100%;
  height    : 5px;
  background: #231F20;
  display   : block;
  bottom    : 0;
  left      : 0;
  right     : 0;
}

.big-title:after {
  content   : '';
  position  : absolute;
  width     : 120px;
  height    : 5px;
  background: #f13e44;
  display   : block;
  bottom    : 0;
  left      : 0;
}

.sub-title {
  position     : relative;
  padding      : 10px 0;
  font-size    : 24px;
  color        : #231F20;
  margin-bottom: 20px;
}

.sub-title:before {
  content   : '';
  position  : absolute;
  width     : 100%;
  height    : 5px;
  background: #231F20;
  display   : block;
  bottom    : 0;
  left      : 0;
  right     : 0;
}

.sub-title:after {
  content   : '';
  position  : absolute;
  width     : 120px;
  height    : 5px;
  background: #f13e44;
  display   : block;
  bottom    : 0;
  left      : 0;
}

/* end title*/
.course-item {
  background: #fff;
  transition: all 0.3s linear;
}

.course-item a {
  color: #f13e44;
}

.course-img {
  overflow: hidden;
}

.course-img img {
  transition: all 0.3s linear;
  transform : scale(1, 1);
}

.course-item:hover {
  box-shadow: 6px 6px 5px #dcdcdc;
  transition: all 0.3s linear;
}

.course-item:hover img {
  transition: all 0.3s linear;
  transform : scale(1.1, 1.1);
}

.course-item img {
  margin: auto;
  height: 100%;
  width : 100%;
}

.course-content {
  padding: 20px;
}

.card-title {
  padding      : 0px 0 10px 0;
  color        : #231F20;
  font-weight  : 600;
  font-size    : 20px;
  overflow-wrap: break-word;
}

.user-post {
  font-size  : 12px;
  color      : #808080;
  padding-top: 10px;
}

.rate-select-layer {
  color: #f13e44;
}

.rate-star,
.rate_stars {
  font-size: 20px;
  color    : #f13e44;
}

.productprice {
  padding: 5px 0 10px 0;
}

.productprice a:hover {
  color : #efa722 !important;
  cursor: pointer;
}

.pricetext .price span {
  font-size: 12px;
  color    : #808080;
}

.block-wrap {
  margin-bottom: 30px;
}

.block-wrap:nth-of-child(5) {
  clear: both;
}

/*------------------- end course ------------------------*/

.blur-bg {
  opacity       : 0.5;
  overflow-x    : hidden;
  overflow-y    : hidden;
  filter        : blur(5px);
  -webkit-filter: blur(5px);
  -moz-filter   : blur(5px);
  -o-filter     : blur(5px);
  -ms-filter    : blur(5px);
  position      : absolute;
}

.overlay {
  position  : absolute;
  width     : 100%;
  height    : 100%;
  background: rgba(0, 0, 0, 0.35);
  z-index   : 1;
  display   : none;
}

.pagination {
  display: inline-block;
}

.pagination a {
  color          : black;
  float          : left;
  padding        : 8px 16px;
  text-decoration: none;
  transition     : background-color .3s;
  border         : 1px solid #ddd;
  margin         : 0 4px;
}

.pagination a.active {
  background-color: #4CAF50;
  color           : white;
  border          : 1px solid #4CAF50;
}

.pagination>li>a,
.pagination>li>span {
  margin-left: 5px;
}

.pagination a:hover:not(.active) {
  background-color: #ddd;
}

/*------------------- start course --------------------*/

/*course page*/
.brade-crumb {
  padding      : 10px 0;
  margin-bottom: 60px;
}

.brade-crumb ul.nav li {
  color         : #999999;
  text-transform: capitalize;
  position      : relative;
}

.brade-crumb ul.nav li:before {
  content   : '';
  position  : absolute;
  width     : 1px;
  height    : 70%;
  background: #353535;
  right     : 10px;
  top       : 5px;
  transform : rotate(15deg);
}

.brade-crumb ul.nav li:last-child:before {
  content: none;
}

.brade-crumb ul.nav li a {
  padding     : 0px 0px;
  color       : #353535;
  margin-right: 20px;
}

.brade-crumb ul li a:hover {
  color: #f13e44;
}

.brade-crumb ul li a:before {
  position  : absolute;
  width     : 3px;
  height    : 100%;
  background: #ff1515;
  display   : block;
}

.course-left {
  font-weight  : bold;
  margin-bottom: 20px;
}

.course-left ul li a {
  color        : #231F21;
  border-bottom: 1px dashed #999999;
  padding      : 10px 0;
  font-size    : 16px;
}

.course-left ul li a:hover,
.course-left .active {
  color: #f13e44;
}

.showSidebar li a p {
  font-size: 13px;
}

.course-left .big-title {
  font-size    : 22px;
  margin       : 0;
  text-align   : left;
  margin-bottom: 10px;
  padding-top  : 0;
}

.course-left .big-title:after {
  width: 80px;
}

#course-page section {
  margin       : 0 0;
  margin-bottom: 50px;
  margin-top   : 20px;
}

#showMenu {
  display: none;
}

/* end course page*/

/*module*/
.head-description {
  overflow  : hidden;
  background: #f3f0eb;
}

.course_banner {
  height: 200px;
}

.head-title {
  font-size  : 30px;
  font-weight: bold;
}

.head-user-post {
  font-size: 14px;
  color    : #808080;
}

.module-content {
  padding: 0 0 0 100px;
}

.module-content h2 {
  margin-bottom: 15px;
  font-weight  : bold;
}

.module-content p {
  color: #353535;
}

.iframe {
  width      : 100%;
  padding-top: 20px;
  padding    : 5px 5px;
}

hr.videoBorder {
  color           : #f00;
  background-color: #ccc;
  height          : 1px;
}

.page-gination {
  padding: 0 0 20px 0;
}

.page-gination a {
  color    : #353535;
  font-size: 16px;
}

.page-gination a:hover {
  color: #f13e44;
}

/* end module*/

/* VIDEO BUTTON */
div#buttonbar {
  background: #000;
  padding   : 5px;
  margin-top: -5px;
}

#buttonbar button {
  background: none;
  border    : none;
  color     : #fff;
  padding   : 0 20px;
}

/*------------------- course detail --------------------*/
.course-list .detail-list li {
  color    : #353535;
  padding  : 5px 0 5px 30px;
  font-size: 16px;
}

.course-list .detail-list li:before {
  content      : '\f00c';
  font-family  : FontAwesome;
  padding-right: 10px;
  color        : #f13e44;
  position     : absolute;
  left         : 0;
}

.average-rate {
  text-align: center;
}

.average-rate h4 {
  font-size    : 50px;
  font-weight  : bold;
  margin-bottom: 5px;
}

.average-rate p {
  font-size : 12px;
  margin-top: 10px;
}

.rate-block .progress-bar {
  background: #f13e44;
}

.rate-block .progress {
  margin-bottom: 10px;
  background   : #BBBBBB;
}

.star-style {
  color      : #f13e44;
  font-size  : 20px;
  font-weight: bold;
}

.star-gray {
  color: #ddd;
}

.show-persen {
  margin-bottom: 11px;
  display      : block;
}

.show-persen .star-style {
  font-size  : 14px;
  line-height: 0;
}

.show-persen small {
  font-size   : 12px;
  color       : #f13e44;
  padding-left: 20px;
}

.item-strat {
  float        : right;
  margin-bottom: 9px;
  width        : 135px;
}

.btn-download {
  clear  : both;
  padding: 40px 0;
}

.btn-download .btn-primary {
  background   : #231F20;
  color        : #f13e44;
  border       : 0;
  box-shadow   : none;
  padding      : 10px 10px;
  border-radius: 5px;
}

.btn-download .btn-primary:hover {
  background: #f13e44;
  color     : #fff !important;
}

/*------------------- end course --------------------*/

/*------------------- about --------------------*/
.about {
  padding: 100px 0;
}

.about-purchase {
  padding-top   : 10px;
  padding-right : 0;
  padding-bottom: 0px;
  padding-left  : 0;
}

.bg-about {
  background: #fff;
}

.cover-img {
  display            : block;
  background-repeat  : no-repeat;
  background-position: left bottom;
  position           : relative;
  background-size    : 390px;
}

.about-content {
  padding : 50px 30px 50px 220px;
  width   : calc(100% - 193px);
  float   : right;
  position: relative;
}

.about-content:before {
  content   : '';
  position  : absolute;
  display   : block;
  background: #fff;
  width     : 100%;
  height    : 100%;
  left      : 0;
  top       : 0;
  z-index   : -1;
}

.about-content img {
  width        : 420px;
  margin-bottom: 30px;
}

.about-content .scroll {
  height  : 320px;
  overflow: auto;
}

/*------------------- end about --------------------*/

/*------------------- contact --------------------*/
.contact {
  margin: 100px 0;
}

.contact .bg-contact {
  background: #fff;
}

.contact .big-title {
  font-size    : 21px;
  text-align   : left;
  margin-bottom: 30px;
  font-weight  : 600;
}

.contact .big-title:after {
  width: 90px;
}

.contactForm {
  padding: 50px 0 50px 35px;
}

.contact .addressContent {
  margin-bottom: 20px;
}

.contact .addressContent,
.contact .addressContent a {
  color: #575757;
}

.contact .addressContent .fa {
  color: #353535;
}

.contact .form-control {
  border-radius: 10px;
}

.btn-send {
  height        : 40px;
  line-height   : 40px;
  margin-top    : 20px;
  font-size     : 14px;
  text-transform: uppercase;
  font-weight   : bold;
  width         : 100%;
}

.showIcon {
  display: none;
}

.showIcon {
  position: absolute;
  top     : 0;
  right   : 0;
  z-index : 1;
}

/*------------------- end contact --------------------*/

/*------------------- user --------------------*/
.profile-img {
  height       : 170px;
  width        : 170px;
  position     : relative;
  border-radius: 100%;
  overflow     : hidden;
}

.profile-img img {
  width     : 100%;
  object-fit: cover;
  height    : 100%;
  background: #fff;
}

#image-holder {
  display            : block;
  width              : 100%;
  height             : 100%;
  background-repeat  : no-repeat;
  background-position: center center;
  background-size    : cover;
}

.profile-img #btn_upload_mainImage {
  position: absolute;
  width   : 100%;
  height  : 100%;
  bottom  : 0px;
}

.profile-img #btn_upload_mainImage #main_profile_image {
  position: absolute;
  bottom  : 10px;
  right   : 0;
  left    : -45px;
  width   : 100%;
  opacity : 0;
  cursor  : pointer;
}

.profile-img #btn_upload_mainImage:before {
  content        : "\f030";
  font-family    : FontAwesome;
  font-style     : normal;
  font-weight    : normal;
  text-decoration: inherit;
  /*--adjust as necessary--*/
  color          : #D3D1D0;
  font-size      : 25px;
  padding-right  : 0.5em;
  position       : absolute;
  bottom         : 0px;
  left           : 5%;
  width          : 100%;
  height         : 40px;
  cursor         : pointer;
  display        : block;
  text-align     : center;
  background     : rgba(0, 0, 0, 0.55);
}

.profile-content table th {
  width: 100px;
}

.profile-user {
  background: #ffffff;
  border-top: 5px solid #231F20;
  padding   : 40px;
  position  : relative;
}

.profile-user:before {
  content   : '';
  position  : absolute;
  width     : 25%;
  height    : 5px;
  top       : -5px;
  left      : 0;
  background: #f13e44;
}

.profile-content .table>tbody>tr>td,
.profile-content .table>tbody>tr>th {
  padding       : 8px;
  line-height   : 1.42857143;
  vertical-align: top;
  border-top    : 0;
}

.profile-content .table>tbody>tr>th {
  font-weight : bold;
  color       : #231F20;
  margin-right: 20px;
  width       : 130px;
}

.profile-content .table>tbody>tr>td {
  color: #777576;
}

/*edite profile*/
.form-horizontal .control-label {
  text-align: left;
}

.profile-content .form-control {
  border-radius: 5px;
  box-shadow   : none;
  color        : #777576;
  padding      : 10px 12px;
  height       : auto;
  margin-bottom: 20px;
}

.profile-content textarea.form-control {
  padding: 5px 12px;
}

.profile-content .form-control:focus {
  border: 1px solid #f13e44;
}

.show-title {
  display: none;
}

/*------------------- end user --------------------*/

/*------------------- module --------------------*/
.main-module {
  position: absolute;
  top     : 9%;
  z-index : 111;
  right   : 0;
  left    : 0;
  bottom  : 0;
  margin  : 10px;
}

/*.modal-dialog {
   position: absolute;
   top: 0%;
   right: 100px;
   bottom: 0;
   left: 0;
   z-index: 10040;   
}*/
.modal-content {
  margin-top: 0 !important;
}

.module .modal-content {
  border-radius: 10px;
  border       : 0;
}

.module .head-module {
  background   : #231f20;
  padding      : 15px;
  margin-bottom: 20px;
  border-bottom: 5px solid #f13e44;
  position     : relative;
  border-radius: 10px 10px 0px 0px;
}

.close-module {
  position : absolute;
  right    : 6%;
  top      : 40%;
  font-size: 20px;
  color    : #FFFFFF;
  cursor   : pointer;
}

.close-module .close {
  color  : #fff;
  opacity: 1;
}

.module .panel-body {
  padding: 20px 30px;
}

.module .panel-body .form-control {
  border-color : #7D7D7D;
  height       : 40px box-shadow: none;
  border-radius: 5px;
}

.module .panel-body .form-control:focus {
  border: 1px solid #b0aeae;
}

.module .btn-block {
  height       : 52px;
  line-height  : 52px;
  padding      : 0;
  background   : #231F20;
  font-size    : 18px;
  color        : #f13e44;
  border       : 0;
  border-radius: 10px;
}

.module .btn-facebook {
  background    : #3B5998;
  color         : #fff;
  font-size     : 18px;
  text-transform: uppercase;
}

.module .btn-facebook:hover {
  background: #3B5998;
}

.member,
.p-center {
  font-size: 16px;
  color    : #A9A9A9;
}

.p-center {
  position: relative;
  padding : 27px 0;
  z-index : 1;
}

.p-center:before {
  content   : '';
  position  : absolute;
  width     : 100%;
  height    : 1px;
  background: #CECECE;
  left      : 0;
  top       : 38px;
  z-index   : -1;
}

.p-center:after {
  content   : '';
  position  : absolute;
  top       : 0;
  right     : 0;
  left      : 0;
  width     : 150px;
  height    : 100%;
  background: #fff;
  margin    : auto;
  z-index   : -1;
}

.login-link {
  color: #f13e44;
}

.login-link:hover {
  color: #231F20;
}

.module .input-group {
  margin: 15px 0;
  top   : 0;
}

.module .input-group span {
  background               : none;
  border-color             : #7d7d7d;
  border-top-left-radius   : 10px;
  border-bottom-left-radius: 10px;
  position                 : relative;
  color                    : #999;
  padding-left             : 15px;
  padding-right            : 15px;
}

.module .input-group span:after {
  content   : '';
  width     : 1px;
  position  : absolute;
  right     : 0px;
  margin-top: -2px;
  height    : 20px;
  background: #999999;
}

.module .panel-body .input-group .form-control {
  border-top-left-radius   : 0;
  border-bottom-left-radius: 0;
  border-left              : 0;
}

/*------------------- end module --------------------*/

/*payment*/
.payment-item {
  padding: 20px;
  border : 1px solid #ddd;
  margin : 20px 0;
}

.img-payment {
  width       : 200px;
  float       : left;
  margin-right: 10px;
}

.content-item {
  width: calc(90% - 210px);
  float: left;
}

.payment-price {
  width     : 10%;
  float     : right;
  text-align: right;
}

.payment-price p:first-child {
  color: #f13e44;
}

.card-box {
  border       : 1px solid #ddd;
  margin-bottom: 25px;
  background   : #fff;
}

.card-log {
  padding : 5px 0;
  position: relative;
}

.card-payment .card-log a {
  display : block;
  width   : 180px;
  margin  : auto;
  position: relative;
}

/* .card-payment .card-log a:before {
  content: '';
  position: absolute;
  width: 26px;
  height: 26px;
   background: #000; 
  border-radius: 100%;
  left: -27px;
  top: 35%;
  border: 1px solid #e1e1e1;
}
.card-payment .card-log a:hover:before {
  border-color: #f13e44;
}
.card-payment .card-box.active .card-log a:before {
  border-color: #f13e44;
  border-width: 4px;
} */
.card-payment .card-log img {
  width : 65%;
  margin: auto;
}

.card-content {
  padding: 10px;
}

.card-content p {
  font-size: 12px;
}

a.btn.btn-card {
  background   : #f13e44;
  border-radius: 0;
  width        : 100%;
  margin-top   : 10px;
  color        : #fff;
  border       : 0;
  position     : relative;
  z-index      : 1;
}

a.btn.btn-card:hover {
  opacity: 0.7;
}

.card-content {
  display: none;
}

.payment-content {
  padding: 20px 0;
}

.total-payment h2 {
  text-transform: uppercase;
  color         : #f13e44;
  margin-bottom : 15px;
  font-size     : 25px;
}

.total-payment {
  padding-top: 42px;
}

.wrap-payment .sub-title {
  text-transform: uppercase;
}

.wrap-payment {
  padding-bottom: 80px;
}

input.btn.btn-info {
  position: absolute;
  width   : 100%;
  height  : 100%;
  top     : 0;
  opacity : 0;
}

/*------------------- footer ------------------------*/
.footer {
  clear : both;
  width : 100%;
  height: 150px;
}

.inner-footer {
  position: absolute;
  bottom  : 0;
  right   : 0;
  left    : 0;
}

.footerControl {
  /*  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0px;*/
  height        : 150px;
  /* line-height: 145px; */
  background    : #231F20;
  border-top    : 5px solid #f13e44;
}

.footerLogo {
  margin-top: 35px;
}

.footerLogo>a:hover img {
  opacity: 0.7;
}

.footerLogo p {
  color    : #8F8E8E;
  font-size: 14px;
}

.footer-socail {
  text-align : right;
  line-height: 0;
  margin-top : 35px;
}

.footer-socail h2 {
  color         : #fff;
  font-size     : 16px;
  text-transform: uppercase;
}

.footer-socail .fa {
  color        : #fff;
  border       : 1px solid #fff;
  margin       : 5px;
  text-align   : center;
  width        : 40px;
  height       : 40px;
  line-height  : 40px;
  border-radius: 10px;
}

.footer-socail .fa:hover {
  color: #f13e44;
}

.footerLogo img {
  width: 255px;
}

.sub-banner {
  display: none;
}

/*------------------- end footer ------------------------*/


/*------------------- responsive ------------------------*/
@media (max-width: 1199px) {

  .show-persen small {
    padding-left: 0px;
  }

  .item-strat {
    width: 115px;
  }

  .profile-user {
    padding: 30px 10px;
  }

  .changepassword {
    padding: 30px 30px;
  }

  .profile-img {
    height: 150px;
    width : 150px;
  }

  #imagen {
    height: 400px;
  }

  .course-banner {
    height: 165px;
  }
}

@media (max-width: 991px) {
  #imagen {
    height: 310px;
  }

  .course-banner {
    height: 125px;
  }

  .icatch h1 {
    font-size: 24px;
  }

  .icatch {
    width  : calc(100% - 50%);
    padding: 50px 0;
  }

  .icatch-img {
    width : 50%;
    float : right;
    height: 453px;
  }

  .main-menu .navbar a {
    font-size: 16px;
  }

  .main-menu .navbar-brand img {
    width     : 200px;
    margin-top: 2px;
  }

  .formSearch {
    width: calc(100% - 475px);
  }

  .afterlog .formSearch {
    width: calc(100% - 535px);
  }

  .afterlog .navbar-form {
    padding-left : 0;
    padding-right: 0;
  }

  .afterlog .main-menu .navbar a {
    color        : #fff;
    font-size    : 15px;
    line-height  : 35px;
    position     : relative;
    z-index      : 1;
    padding-left : 8px;
    padding-right: 8px;
  }

  .afterlog .main-menu .navbar .navbar-brand {
    padding-left: 0;
  }

  /*   course */
  .course-left .big-title {
    max-width: inherit;
  }

  .course-left .show-title {
    text-transform: capitalize;
  }

  .course-left ul.showSidebar {
    /*display: none;*/
  }

  #showMenu {
    display : block;
    position: absolute;
    top     : 6px;
    right   : 0;
    cursor  : pointer;
  }

  .item-strat {
    float        : none;
    margin-bottom: 5px;
  }

  .item-strat {
    width: auto;
  }

  .btn-download {
    text-align   : center;
    margin-bottom: 40px;
  }

  /* end course */

  /*   contact */
  .contactForm .pull-left,
  .contactForm .pull-right {
    float: none !important;
  }

  .contact iframe {
    height: 691px;
  }

  /*module page*/
  .module-content {
    padding: 0 15px;
  }

  /* end module page*/

  /*about*/
  .about {
    padding: 30px 0;
  }

  .cover-img {
    background-size: 310px;
  }

  .about-content {
    padding: 50px 30px 50px 130px;
    width  : calc(100% - 193px);
  }

  /*end about*/

  /*user*/
  .profile-user {
    border-top: 0;
  }

  .profile-user:before {
    content: none;
  }

  .profile-img {
    height       : 160px;
    width        : 160px;
    margin       : auto;
    margin-bottom: 20px;
    margin-top   : 25px;
  }

  .user-menu ul.showSidebar {
    display: block;
  }

  .show-title {
    display: block;
  }

  .user-menu .active {
    display: none;
  }
}

@media (max-width: 767px) {
  .main-menu .navbar a {
    font-family: 'Battambang', sans-serif, cursive;
  }

  .module-content h2 {
    margin-bottom: 15px;
    font-weight  : normal;
  }

  section.course {
    margin: 0;
  }

  section.course:last-child {
    margin-bottom: 50px;
  }

  .main-menu .navbar-brand img {
    margin-top: 0;
    position  : relative;
    z-index   : 1;
  }

  .main-menu .navbar-toggle {
    padding-right: 0;
    padding-left : 0;
    margin-right : 0;
    margin-left  : 0;
    z-index      : 1;
    margin-top   : 15px;
  }

  .main-menu .navbar-collapse {
    padding: 0 15px;
  }

  .formSearch {
    width   : 96%;
    position: absolute;
    top     : -40px;
    right   : 30px;
  }

  .afterlog .formSearch {
    width   : 91%;
    position: absolute;
    top     : -45px;
    right   : 45px;
  }

  .afterlog .main-menu .navbar a {
    font-size    : 18px;
    padding-right: 15px;
    padding-left : 15px;
  }

  .formSearch .navbar-form {
    box-shadow: none;
    border    : 0;
    position  : relative;
  }

  .input-group {
    top: -20px;
  }

  .input-group button .glyphicon {
    top: -3px;
  }

  .search-form .form-control,
  .search-form .stylish-input-group .input-group-addon {
    height    : 35px;
    background: transparent;
    position  : relative;
    z-index   : 1;
  }

  .search-form .form-control {
    width     : 0%;
    right     : 0;
    position  : absolute;
    right     : 0;
    top       : 0px;
    transition: all 0.5s linear;
    height    : 50px;
    top       : -10px;
  }

  .input-group .form-control.openSearch {
    transition   : all 0.5s linear;
    width        : 100%;
    background   : #151313;
    z-index      : 1;
    border-radius: 0;
  }

  section.service {
    margin: 0px;
  }

  section.user {
    margin: 0px;
  }

  .service-item {
    padding      : 20px;
    background   : #f13e44;
    margin       : 15px 0;
    border-radius: 20px;
    color        : #fff;
  }

  .service-heading,
  .service .fa,
  .text-muted {
    color: #fff;
  }

  .item {
    height          : 10rem;
    background-color: #4DC7A0;
    padding         : 1rem;
    color           : #fff;
  }

  .course-img {
    /* height: 100%; */
  }

  .course-item img {
    /* object-fit: cover; */
  }

  #imagen {
    height    : auto;
    background: none !important;
  }

  .course-banner {
    /* display: none;*/
  }

  .sub-banner {
    display: block;
  }

  .icatch {
    padding: 20px 0;
    width  : calc(100% - 250px);
  }

  .icatch h1 {
    font-size: 20px;
  }

  .icatch p {
    font-size: 14px;
  }

  .btn-custom {
    width      : 170px;
    height     : 40px;
    line-height: 40px;
  }

  .icatch-img {
    width : 250px;
    float : right;
    height: 340px;
  }

  .big-title {
    margin-top: 50px;
  }

  /*------------------- start course --------------------*/
  /*   course */
  .block-wrap {
    margin-bottom: 15px;
  }

  .block-wrap:last-child {
    margin-bottom: 40px;
  }

  #course-page section {
    margin: 0 0;
  }

  .brade-crumb {
    margin-bottom: 0;
    display      : none;
  }

  .course-left {
    margin-top: 20px;
  }

  .course-left .big-title:after {
    width: 130px;
  }

  .btn-custom {
    margin-top: 0;
  }

  /*------------------- end course --------------------*/

  /*contact*/
  .contact {
    margin: 20px 0 20px 0;
  }

  .contact .pull-left,
  .contact .pull-right {
    float: none !important;
  }

  .contact iframe {
    height: 300px;
  }

  .contactForm {
    padding: 0;
  }

  .contact .big-title {
    width     : auto;
    max-width : inherit;
    margin-top: 20px;
  }

  .contactForm {
    padding: 0 20px 20px 20px;
  }

  /*------------------- end course detail --------------------*/

  /*user*/
  .btn-edite {
    width: 100%;
  }

  .profile-img {
    height: 200px;
    width : 200px;
  }

  .profile-user {
    margin    : 20px 0px 20px 0px;
    padding   : 0 0 10px 0;
    background: none;
  }

  .changepassword {
    padding: 30px 15px;
  }

  .profile-content .table>tbody>tr>th {
    padding: 8px 0;
  }

  .profile-content {
    margin: 0 -15px 0 -15px;
  }

  /*edit profile*/
  .profile-content .control-label {
    display: none;
  }

  /*------------------- footer ------------------------*/
  .footerControl .pull-left,
  .footerControl .pull-right {
    float  : none !important;
    margin : auto;
    display: block;
  }

  .footerControl {
    height     : auto;
    line-height: inherit;
    padding    : 30px 0;
  }

  .footer-socail {
    text-align: center;
    padding   : 0px 0 20px 0;
    margin    : 0;
  }

  .footerLogo {
    text-align: center;
  }

  .footerLogo p {
    font-size: 16px;
  }

  .inner-footer {
    position: relative;
  }

  /*------------------- end footer ------------------------*/
}

@media (max-width: 667px) {
  .icatch h1 {
    font-size: 18px;
  }

  .icatch p {
    font-size: 14px;
    height   : 150px;
    overflow : hidden;
  }

  .main-menu .navbar-brand img {
    margin-top: 0;
  }

  .about-content {
    padding: 50px 30px 50px 115px;
    width  : calc(100% - 150px);
  }

  .cover-img {
    background-size: 260px;
  }

  .playpause {
    visibility: hidden;
  }

}

@media (max-width: 568px) {
  .wrap-top-menu .container {
    padding: 0 20px;
  }

  /*about*/
  .about {
    padding: 15px 0;
  }

  .about .container {
    padding: 0;
  }

  .cover-img {
    padding-top          : 430px;
    background-position  : top;
    background-color     : #fff;
    background-position-y: 80px;
  }

  .about-content {
    padding : 50px 10px 80px 10px;
    width   : auto;
    position: initial;
  }

  .about-content img {
    width   : 320px;
    margin  : auto;
    position: absolute;
    top     : 0px;
    left    : 0;
    right   : 0;
  }

  .scroll {
    height    : auto !important;
    margin-top: 71px;
  }

  .afterlog .formSearch {
    width: 88%;
  }

  /*end about*/


  .img-payment {
    width        : auto;
    float        : none;
    margin-right : 0px;
    margin-bottom: 20px;
    width        : 100%;
  }

  .payment-content {
    padding-bottom: 0;
  }

  .content-item {
    width: calc(100% - 50px);
    float: left;
  }

  .total-payment {
    padding-top  : 0px;
    margin-bottom: 40px;
  }

  .payment-price {
    width     : 35px;
    float     : right;
    text-align: right;
  }

  .btn-download .btn-primary {
    background   : #231F20;
    color        : #f13e44;
    border       : 0;
    box-shadow   : none;
    padding      : 15px 30px;
    margin       : 5px 0;
    width        : 100%;
    display      : block;
    margin-bottom: 5px;
  }

}

@media (max-width: 480px) {

  .main-menu .navbar-brand img {
    width     : 153px;
    margin-top: 5px;
  }

  .main-menu .navbar {
    padding: 0px 0;
  }

  .search-form .form-control {
    width     : 0%;
    right     : 0;
    position  : absolute;
    right     : 0;
    top       : 0px;
    transition: all 0.5s linear;
    height    : 40px;
    top       : -4px;
  }

  .input-group .form-control.openSearch {
    transition: all 0.5s linear;
    width     : 100%;
    background: #151313;
    z-index   : 1;
  }

  #imagen,
  .icatch-img {
    /* height: 250px; */
  }

  .icatch {
    padding: 20px 0;
    width  : calc(100% - 180px);
  }

  .icatch-img {
    width: 180px;
  }

  .icatch h1 {
    font-size: 14px;
  }

  .icatch p {
    font-size: 12px;
    height   : 90px;
    overflow : hidden;
  }

  .btn-custom {
    width      : 110px;
    height     : 30px;
    line-height: 30px;
    font-size  : 12px;
    margin-top : 0px;
  }

  .big-title {
    max-width    : 280px;
    margin-bottom: 30px;
    padding      : 10px 0;
    font-size    : 24px;
    margin-top   : 30px;
  }

  .big-title:after {
    width: 50%;
  }

  .authControl a {
    padding: 0px 8px;
  }

  /*about*/
  .cover-img {
    padding-top          : 430px;
    background-position  : top;
    background-color     : #fff;
    background-position-y: 80px;
  }

  .about-content {
    padding: 50px 10px 80px 10px;
    width  : auto;
  }

  .about-content img {
    width   : 85%;
    margin  : auto;
    position: absolute;
    top     : 10px;
    left    : 0;
    right   : 0;
  }

  .scroll {
    margin-top: 10px;
  }

  /*end about*/

  /*contact*/
  .btn-send {
    width      : 100%;
    margin-top : 20px;
    height     : 40px;
    line-height: 40px;
  }

  .contact .big-title:after {
    width: 90px;
  }

  /*user*/
  .profile-content .table>tbody>tr>th {
    width: 100px;
  }

  .afterlog .formSearch {
    width: 87%;
  }

  .playpause {
    display: none;
  }

}

@media (max-width: 320px) {

  #imagen,
  .icatch-img {
    /* height: 175px; */
  }

  .icatch {
    padding: 20px 0;
    width  : calc(100% - 130px);
  }

  .icatch-img {
    width: 130px;
  }

  .icatch p {
    display: none;
  }

  .btn-custom.btn-see {
    margin-top: 0px;
  }

  .big-title {
    max-width    : 217px;
    margin-bottom: 30px;
    padding      : 10px 0;
    font-size    : 18px;
  }

  .btn-send {
    width     : 100%;
    margin-top: 20px;
  }

  .authControl a {
    padding: 0px 5px;
  }

  /*about*/
  .cover-img {
    background-size: 90%;
    padding-top    : 410px;
  }

  .about-content {
    padding: 20px 10px;
  }

  .scroll {
    margin-top: 10px;
  }

  /*user*/
  .profile-user {
    padding: 10px 0px;
  }

  .changepassword {
    padding: 30px 15px;
  }

  .afterlog .formSearch {
    width: 81%;
  }

  .top-menu .pull-left,
  .top-menu .pull-right {
    float: none !important;
  }

  .wrap-top-menu {
    height    : auto;
    text-align: center;
  }

  .playpause {
    visibility: hidden;
  }
}

/*------------------- responsive ------------------------*/


/*VIDEO BACKGROUND*/

.videos {
  width     : 100%;
  border    : 1px solid black;
  background: #000;
  height    : 430px;
}

.video_wraper {
  display : table;
  width   : auto;
  position: relative;
  width   : 100%;
}

.playpause {
  background-image   : url(https://www.shareicon.net/data/128x128/2016/08/01/639810_media_512x512.png);
  background-repeat  : no-repeat;
  opacity            : 0.7;
  width              : 10%;
  position           : absolute;
  bottom             : 0;
  margin             : auto;
  background-size    : contain;
  background-position: center;
  top                : 43%;
  left               : 50%;
  transform          : translate(-50%, -50%);
  font-size          : 11px;
}

.box-pdf {
  border  : 1px solid #efebeb;
  padding : 10px;
  overflow: hidden;
}

.pdf_files {
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
}

.group_pdf {
  margin-bottom: 20px;
}

.pdf_view {
  list-style: none;
  padding   : 0;
  margin    : 0;
}

.pdf_view li {
  display     : inline-block;
  margin-right: 20px;
}

.link_download {
  margin-top: -10px;
}

.loading_preview {
  position      : absolute;
  background    : #000000bf;
  width         : 100%;
  bottom        : 0;
  height        : 100%;
  z-index       : 99999999999;
  color         : #fff;
  text-align    : center;
  vertical-align: middle;
}

.loading_preview span {
  position : absolute;
  float    : left;
  top      : 50%;
  left     : 50%;
  transform: translate(-50%, -50%);
  font-size: 40px;
}

#login-popup {
  -webkit-animation: color-change 1s infinite;
  -moz-animation   : color-change 1s infinite;
  -o-animation     : color-change 1s infinite;
  -ms-animation    : color-change 1s infinite;
  animation        : color-change 1s infinite;
}

@-webkit-keyframes color-change {
  0% {
    color: red;
  }

  50% {
    color: #fff;
  }

  100% {
    color: yellow;
  }
}

@-moz-keyframes color-change {
  0% {
    color: red;
  }

  50% {
    color: #fff;
  }

  100% {
    color: yellow;
  }
}

@-ms-keyframes color-change {
  0% {
    color: red;
  }

  50% {
    color: #fff;
  }

  100% {
    color: yellow;
  }
}

@-o-keyframes color-change {
  0% {
    color: red;
  }

  50% {
    color: #fff;
  }

  100% {
    color: yellow;
  }
}

@keyframes color-change {
  0% {
    color: red;
  }

  50% {
    color: #fff;
  }

  100% {
    color: yellow;
  }
}

.btn_customize {
  background: #171513;
  border    : none;
}

.btn_customize:hover {
  color: #fff !important;
}

.btn_buy_course {
  margin-top: 10px;
}

.policy {
  padding    : 0;
  margin     : 0;
  line-height: 100px;
}

.policy li {
  display: inline-block;
}

.policy a {
  color          : #c1c0ca;
  text-decoration: underline;
}

@media only screen and (max-width: 400px) {
  .policy {
    line-height: 100%;
  }

  .policy li {
    display: block;
  }
}

.view-pdf {
  padding   : 0;
  margin    : 0;
  list-style: none;
}

.view-pdf li {
  display   : inline-block;
  text-align: center;
}

.view-pdf li .links-file {
  display : block;
  overflow: hidden;
}