@charset "UTF-8";
/*
Theme Name: DinhCode
Version: 1.0
Author: DinhCode
Author URI: https://www.facebook.com/dinhcode
Description: DinhCode Theme
Tags: dinhcode, kingcomposer
*/
.alignleft {
  float: left;
  display: inline;
  margin-right: 20px;
  margin-top: 0; }

.alignright {
  float: right;
  display: inline;
  margin-left: 20px;
  margin-top: 0; }

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

img.size-medium,
img.size-thumbnail,
img.size-large,
img.size-full {
  max-width: 100%;
  margin-bottom: 10px; }

img[class*="align"],
img[class*="wp-image-"] {
  height: auto; }

.white-shadow, .thu_gon {
  position: relative;
  width: 100%;
  float: left;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  color: #dd3333;
  margin-bottom: 20px; }

.thu_gon {
  margin-top: 10px; }

.white-shadow::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 30px;
  bottom: 100%;
  left: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.91) 50%, white 55%); }

.dc_thumbnail {
  margin: 0 0 30px; }

.wp-pagenavi {
  text-align: center;
  display: block;
  margin: 30px 0;
  width: 100%;
  float: left; }
  .wp-pagenavi span, .wp-pagenavi a {
    height: 32px;
    line-height: 32px;
    display: inline-block;
    padding: 0 12px;
    margin: 0 3px;
    border-radius: 0;
    color: #FFFFFF;
    font-weight: 600;
    background: #0168a6;
    text-decoration: none; }
    .wp-pagenavi span:hover, .wp-pagenavi span.current, .wp-pagenavi a:hover, .wp-pagenavi a.current {
      background: #dd3333;
      transition: all .25s ease-in-out; }

.owl-carousel.owl-theme .owl-controls {
  margin: 0; }
  .owl-carousel.owl-theme .owl-controls .owl-buttons {
    opacity: 0;
    transition: all 500ms ease; }
    .owl-carousel.owl-theme .owl-controls .owl-buttons div {
      position: absolute;
      z-index: 99;
      width: 40px;
      height: 40px;
      top: calc(50% - 40px);
      display: flex;
      align-items: center;
      background: no-repeat;
      font-size: 0;
      opacity: 1;
      margin: 0;
      padding: 0; }
      .owl-carousel.owl-theme .owl-controls .owl-buttons div::before {
        content: '';
        font-size: 26px;
        font-family: 'icomoon', 'Font Awesome 5 Pro', 'Font Awesome 5 Brands';
        color: #dd3333; }
      .owl-carousel.owl-theme .owl-controls .owl-buttons div.owl-prev::before {
        content: "\e93b"; }
      .owl-carousel.owl-theme .owl-controls .owl-buttons div.owl-next {
        left: auto;
        right: 0;
        justify-content: flex-end; }
        .owl-carousel.owl-theme .owl-controls .owl-buttons div.owl-next::before {
          content: "\e93c"; }
  .owl-carousel.owl-theme .owl-controls .owl-pagination {
    position: absolute;
    bottom: 0;
    width: 100%; }
    .owl-carousel.owl-theme .owl-controls .owl-pagination .owl-page span {
      width: 26px;
      height: 5px;
      opacity: 1;
      background: #0168a6; }
    .owl-carousel.owl-theme .owl-controls .owl-pagination .owl-page.active span {
      background: #dd3333; }
.owl-carousel.owl-theme:hover .owl-controls .owl-buttons {
  opacity: 1; }

.page_slider .owl-carousel.owl-theme .owl-controls .owl-pagination {
  margin-top: 10px;
  position: relative; }

.dc_video_text .icon {
  position: absolute;
  width: 100%;
  height: 100%;
  transform: scale(0);
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
  transition: all 500ms ease;
  font-size: 40px; }
.dc_video_text .video {
  position: relative; }
  .dc_video_text .video:hover .icon {
    transform: scale(1); }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  transform: scale(0);
  transition: all 500ms ease; }
  .modal.in {
    visibility: visible;
    opacity: 1;
    z-index: 999;
    transform: scale(1); }
    .modal.in::after {
      content: "\e92a";
      font-family: 'icomoon';
      background: red;
      color: #FFFFFF;
      width: 40px;
      height: 40px;
      position: absolute;
      top: 10px;
      right: 10px;
      text-align: center;
      line-height: 40px; }

.landing2109 {
  display: flex;
  align-items: center; }

@keyframes blinker {
  50% {
    opacity: 0; } }
.dc_main {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  background: #FFFFFF; }

.dc_content {
  width: 100%;
  max-width: 1170px;
  padding: 30px 15px;
  display: flex;
  flex-flow: wrap; }

.dc_the_content {
  width: 70%;
  padding-right: 30px; }
  .dc_the_content.full {
    width: 100%;
    padding-right: 0; }

.dc_widget {
  width: 30%;
  position: relative;
  padding: 15px; }
  .dc_widget.widget_khoahoc {
    background: #f0f4fa; }
  .dc_widget .acf_thongtin h3 {
    margin: 0 0 15px;
    text-transform: uppercase;
    border-bottom: 1px solid #0168a6; }
  .dc_widget .acf_thongtin h4 {
    font-size: 15px;
    color: #000000;
    margin: 5px 0 0; }
    .dc_widget .acf_thongtin h4 del, .dc_widget .acf_thongtin h4 ins {
      font-size: 18px; }
    .dc_widget .acf_thongtin h4 del {
      color: #FF0004;
      font-weight: 300; }
    .dc_widget .acf_thongtin h4 ins {
      text-decoration: none;
      color: #0168a6;
      font-weight: 700; }
    .dc_widget .acf_thongtin h4 span {
      font-size: 12px;
      vertical-align: top; }
  .dc_widget .acf_khaigiang table {
    border: 1px solid #cccccc;
    width: 100%;
    float: left;
    background: #FFFFFF; }
    .dc_widget .acf_khaigiang table tr {
      width: 100%;
      float: left;
      border-bottom: 1px solid #cccccc; }
      .dc_widget .acf_khaigiang table tr:nth-child(odd) {
        color: #0168a6;
        font-weight: 500;
        text-transform: uppercase;
        background: #f0f4fa;
        font-size: 14px; }
      .dc_widget .acf_khaigiang table tr:last-child {
        border: none; }
    .dc_widget .acf_khaigiang table td {
      width: 100%;
      float: left;
      padding: 8px; }

.nokc_title h1 {
  line-height: 34px;
  font-weight: 500;
  margin: 20px 0 50px;
  padding-bottom: 10px;
  text-align: center;
  position: relative; }
  .nokc_title h1::after {
    content: '';
    width: 50px;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    background: #0168a6; }
.nokc_title p.time {
  margin-bottom: 15px; }

.post_thumbnail {
  display: flex;
  justify-content: center; }

.tab_khoahoc {
  position: relative;
  overflow: hidden;
  width: 100%;
  -webkit-font-smoothing: antialiased; }

.tabs_khoahoc {
  display: flex;
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  text-transform: uppercase;
  font-weight: 500;
  background: #f0f4fa; }
  .tabs_khoahoc li {
    width: 100%;
    padding: 0;
    position: relative;
    list-style: none;
    text-align: center;
    transition: all 500ms ease; }
    .tabs_khoahoc li:hover, .tabs_khoahoc li.current {
      background: #FFFFFF; }
      .tabs_khoahoc li:hover::before, .tabs_khoahoc li.current::before {
        content: '';
        width: 100%;
        height: 2px;
        background: #0168a6;
        position: absolute;
        top: 0;
        left: 0; }
    .tabs_khoahoc li:last-child {
      border-right: 0; }
  .tabs_khoahoc a {
    color: #000000;
    display: block;
    letter-spacing: 0;
    outline: none;
    padding: 10px 20px;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }

.tabs_item {
  display: none;
  padding: 15px 0; }
  .tabs_item:first-child {
    display: block; }

.list_khoahoc .post-content {
  display: flex; }
  .list_khoahoc .post-content figure {
    flex: 1; }

body.kc-css-system .tabs_khoc ul#tabs_khoc {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: inherit; }
body.kc-css-system .text_left .divider_line3 .line_text {
  left: 0;
  transform: translate(0%, -50%); }
body.kc-css-system .dc_archive_thumb a {
  display: block; }

.khoahoc_item {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #DADADA; }
  .khoahoc_item div {
    width: 120px;
    text-align: center;
    color: #74777b; }
    .khoahoc_item div.khoahoc_title {
      width: 100%;
      flex: 1;
      text-align: left; }
      .khoahoc_item div.khoahoc_title a {
        display: block; }
        .khoahoc_item div.khoahoc_title a span {
          font-size: 10px;
          margin-left: 3px;
          vertical-align: top;
          color: #FF0004;
          animation: blinker 1s linear infinite; }
  .khoahoc_item .khoahoc_title, .khoahoc_item .khoahoc_dangky {
    font-weight: 500; }
  .khoahoc_item .khoahoc_dangky {
    text-transform: uppercase; }
  .khoahoc_item .khoahoc_gia ins {
    font-weight: 500;
    text-decoration: none; }
  .khoahoc_item .khoahoc_gia del {
    opacity: .5; }

.khoc_header div {
  color: #74777b;
  text-transform: inherit !important;
  font-weight: 500 !important; }

.list_giangvien {
  display: flex;
  flex-flow: wrap; }
  .list_giangvien .dc_archive_item {
    width: calc(25% - 11.25px);
    margin-right: 15px; }
    .list_giangvien .dc_archive_item:nth-child(4n) {
      margin-right: 0; }
  .list_giangvien .gvien_item {
    text-align: center; }
    .list_giangvien .gvien_item img {
      display: block;
      margin: auto;
      margin-bottom: 10px; }
    .list_giangvien .gvien_item h3 {
      font-size: 14px;
      margin: 0;
      text-transform: uppercase; }
    .list_giangvien .gvien_item .gvien_cdanh {
      font-size: 13px;
      color: #0168a6; }
    .list_giangvien .gvien_item .gvien_decs {
      font-size: 13px;
      line-height: 20px;
      margin-top: 5px; }

form.wpcf7-form br {
  display: none; }
form.wpcf7-form .wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 10px;
  float: left;
  width: 100%; }
  form.wpcf7-form .wpcf7-form-control-wrap span.wpcf7-not-valid-tip {
    font-size: 12px; }
form.wpcf7-form .wpcf7-not-valid {
  border-color: #FF0004 !important; }
form.wpcf7-form .wpcf7-submit {
  cursor: pointer; }

/*.dc_modal {
    visibility: hidden;
    opacity: 0;
    transition: all 500ms ease;
    &.in {
        visibility: visible;
        opacity: 1;
    }
}*/
.dc_modal {
  height: 100vh;
  overflow-y: auto;
  max-width: 680px;
  margin: auto;
  display: flex;
  align-items: center; }
  .dc_modal .close_modal {
    position: fixed;
    top: 0;
    right: 0;
    width: auto;
    z-index: 999; }

.cf7_dangky span.so_nguoi, .cf7_dangky span.noi_hoc {
  width: 50%;
  float: left;
  display: block; }
.cf7_dangky span.so_nguoi {
  padding-right: 10px; }
.cf7_dangky span.noi_hoc {
  padding-left: 10px; }

.khoc_chuyenkhao {
  display: flex;
  flex-flow: wrap;
  width: 100%; }
  .khoc_chuyenkhao .ckhao_info {
    flex: 1; }
    .khoc_chuyenkhao .ckhao_info img {
      display: block; }
    .khoc_chuyenkhao .ckhao_info h3 {
      margin: 10px 0; }
  .khoc_chuyenkhao .ckhao_mota {
    padding-left: 30px; }

.kc-image-gallery {
  display: flex;
  flex-flow: wrap; }
  .kc-image-gallery .kc-title {
    width: 100%;
    order: 9;
    text-align: center;
    margin: 10px 0;
    font-size: 16px; }

.kc_image_gallery.kc-grid.thuvien_anh .item-grid {
  display: none; }
  .kc_image_gallery.kc-grid.thuvien_anh .item-grid:first-child {
    display: block;
    width: 100%; }

.text4line {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; }

.kc_text_block blockquote {
  margin: 0;
  position: relative;
  padding: 2px 25px; }
  .kc_text_block blockquote::before, .kc_text_block blockquote::after {
    font-family: 'Font Awesome 5 Pro', 'Font Awesome 5 Brands';
    position: absolute;
    color: #dd3333; }
  .kc_text_block blockquote::before {
    content: "\f10d";
    top: 0;
    left: 0; }
  .kc_text_block blockquote::after {
    content: "\f10e";
    bottom: 0;
    right: 0; }

/*Landing CEO*/
.top5_ceo {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 20px; }

@media only screen and (min-width: 1025px) {
  #header_menu.fixed {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999; }

  .main_menu {
    align-items: center; }
    .main_menu .btn_search {
      flex: 1; }

  #header_search {
    top: 0;
    left: 100%;
    position: absolute;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    transition: all 500ms ease; }
    #header_search.in {
      visibility: visible;
      opacity: 1;
      left: 0;
      z-index: 9;
      transition: all 500ms ease; }
    #header_search .widget {
      display: flex;
      height: 100%;
      align-items: center; }
      #header_search .widget input {
        width: 100%;
        padding: 5px 15px;
        font-size: 16px;
        background: no-repeat;
        border: none;
        color: #FFFFFF;
        border-bottom: 1px dashed #0079C1; }
        #header_search .widget input::placeholder {
          color: #CDCDCD; }
        #header_search .widget input:-ms-input-placeholder {
          color: #CDCDCD; }
        #header_search .widget input::-ms-input-placeholder {
          color: #CDCDCD; }

  #nav_menu {
    width: 100%; }
    #nav_menu ul {
      margin: 0;
      padding: 0;
      display: flex;
      flex-flow: wrap;
      list-style: none;
      position: relative; }
      #nav_menu ul a {
        white-space: nowrap;
        display: block;
        padding: 15px 20px;
        color: #FFFFFF; }
        #nav_menu ul a:hover {
          color: #dd3333; }
      #nav_menu ul ul {
        visibility: hidden;
        opacity: 0;
        position: absolute;
        z-index: -1;
        min-width: 100%;
        top: 200%;
        left: 50%;
        transform: translate(-50%);
        transition: all 200ms ease;
        background: #FFFFFF;
        box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.26);
        text-transform: initial; }
        #nav_menu ul ul a {
          padding: 10px 15px; }
        #nav_menu ul ul ul {
          top: 0 !important;
          left: 100% !important;
          transform: translate(0%); }
          #nav_menu ul ul ul li {
            width: 100%; }
      #nav_menu ul li {
        position: relative; }
        #nav_menu ul li.current-menu-item a {
          color: #dd3333; }
        #nav_menu ul li:hover a {
          color: #dd3333; }
        #nav_menu ul li:hover li a {
          color: #0168a6; }
          #nav_menu ul li:hover li a:hover {
            color: #dd3333; }
        #nav_menu ul li:hover > ul {
          visibility: visible;
          opacity: 1;
          top: 100%;
          z-index: 999; }
      #nav_menu ul.menu li.menu-item-has-children > a::after {
        content: "\f0d7";
        margin-left: 5px;
        font-family: 'FontAwesome';
        line-height: 0; }
      #nav_menu ul.menu li li {
        display: block;
        width: 100%; }
        #nav_menu ul.menu li li.menu-item-has-children > a::after {
          content: "\f0da"; }

  #Khoa_Hoc .kc-wrap-columns {
    display: block;
    float: left; }

  body.home ul#tabs_khoc {
    position: -webkit-sticky;
    position: sticky;
    top: 54px;
    background: #f6f6f6;
    z-index: 9; }
  body.category ul#tabs_khoc {
    position: -webkit-sticky;
    position: sticky;
    top: 94px;
    background: #f6f6f6;
    z-index: 9; }
  body.category .fix_sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 54px;
    background: #FFFFFF;
    z-index: 9;
    overflow: hidden;
    margin: 0 !important;
    padding: 20px 0;
    /*&::before {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: -1;
        background: #FFFFFF;
    }*/ } }
@media only screen and (max-width: 1024px) {
  .header_logomenu {
    align-items: center; }
    .header_logomenu .btn_menu {
      flex: 1; }
      .header_logomenu .btn_menu i {
        display: block; }

  #header_menu {
    position: fixed;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.86);
    visibility: hidden;
    opacity: 0;
    z-index: 999;
    padding: 0;
    transition: all 500ms ease;
    display: initial !important; }
    #header_menu.in {
      visibility: visible;
      opacity: 1;
      left: 0;
      display: flex !important;
      transition: all 500ms ease; }
    #header_menu .header_menu_cont {
      width: 100%;
      float: left; }

  #nav_menu {
    width: 100%;
    float: left; }
    #nav_menu ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      #nav_menu ul li {
        display: block;
        position: relative;
        border-top: 1px solid #eeeeee; }
        #nav_menu ul li a {
          display: block;
          height: 40px;
          line-height: 40px;
          padding: 0 15px;
          overflow: hidden; }
        #nav_menu ul li .toggler {
          position: absolute;
          width: 40px;
          height: 40px;
          text-align: center;
          line-height: 40px;
          right: 0;
          top: 0;
          z-index: 99;
          border-left: 1px solid #eeeeee;
          color: #0168a6; }
        #nav_menu ul li.tree-opened > .toggler {
          color: #dd3333; }
        #nav_menu ul li.tree-opened > a {
          color: #dd3333; }
        #nav_menu ul li li a::before {
          content: "\e948";
          font-family: 'icomoon';
          transform: rotate(45deg);
          margin-right: 5px;
          display: inline-block;
          font-size: 68%; }
        #nav_menu ul li li li a {
          padding-left: 30px; }
      #nav_menu ul ul {
        text-transform: initial; }

  .close_menu {
    flex: 1; }

  .searchform {
    margin: 0;
    border-top: 1px solid #eeeeee; }
    .searchform input {
      width: 100%;
      border: 1px solid #CCCCCC;
      border-radius: 3px;
      height: 36px;
      line-height: 36px;
      padding: 0 15px; } }
@media only screen and (max-width: 999px) {
  .dc_the_content, .dc_widget {
    width: 100%;
    padding: 0; }

  .dc_widget {
    margin-top: 15px; }

  .widget_khoahoc {
    padding: 15px; }

  .top5_ceo {
    grid-template-columns: repeat(3, 1fr); } }
@media only screen and (max-width: 767px) {
  body.kc-css-system .tabs_khoc ul#tabs_khoc li a i {
    display: none; }
  body.kc-css-system .tabs_khoahoc {
    display: block; }

  .khoahoc_item div {
    width: 75px; }

  .khoahoc_item {
    font-size: 12px; }

  .top5_ceo {
    grid-template-columns: repeat(2, 1fr); }

  /*.khoahoc_item {
      display: block;
      &.khoc_header {
          display: none;
      }
      div {
          width: 100%;
          display: flex;
          flex-flow: wrap;
          align-items: center;
          margin-bottom: 10px;
          justify-content: center;
          &::before {
              background: #e7ecea;
              display: block;
              float: left;
              width: 100%;
              padding: 6px 10px;
              margin-bottom: 10px;
              font-weight: 700;
          }
          &.khoahoc_title {
              text-align: center;
          }
          &.khoahoc_title::before {
              content: 'Khóa học'
          }
          &.khoahoc_khaigiang::before {
              content: 'Khai giảng'
          }
          &.khoahoc_gia::before {
              content: 'Phí ưu đãi'
          }
      }
      .khoahoc_gia {
          del {
              margin-right: 10px;
          }
      }
      .khoahoc_dangky {
          a {
              display: block;
              width: 100%;
              background: $primary;
              color: #FFFFFF;
              padding: 6px;
          }
      }
  }*/ }
@media only screen and (max-width: 480px) {
  .list_giangvien .dc_archive_item {
    width: calc(50% - 10px);
    margin-right: 20px; }
    .list_giangvien .dc_archive_item:nth-child(2n) {
      margin-right: 0; }

  .line_text {
    text-align: center; }

  .top5_ceo {
    grid-template-columns: repeat(1, 1fr); } }


@media only screen and (min-width: 1366px) {
  .owl-category .eff-img-room img{
    height: 185px;
    object-fit: scale-down;
  }
}





.modal-open {
  overflow: hidden
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050 !important;
  -webkit-overflow-scrolling: touch;
  outline: 0
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0)
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: 0
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0)
}

.modal-backdrop.in {
  opacity: .5;
  filter: alpha(opacity=50)
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px
}

.modal-header .close {
  margin-top: -2px
}

.modal-title {
  margin: 0;
  line-height: 1.42857143
}

.modal-body {
  position: relative;
  padding: 15px
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5
}

.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto
  }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5)
  }

  .modal-sm {
    width: 300px
  }
}

@media (min-width: 992px) {
  .modal-lg {
    width: 900px
  }
}


.form-group {
  margin-bottom: 15px;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .2;
  filter: alpha(opacity=20);
}

#registerModal.modal.in::after{
  display: none !important;
}
#registerModal .modal-header{
  border: none;
}
#registerModal .modal-header .close{
  margin-top: -2px;
  background: #ff9800;
  opacity: 1;
  text-shadow: none;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  border: none;
}
#registerModal .modal-title{
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 1.5rem;
}
#registerModal .modal-content{
  background: rgb(0, 0, 0, .68);
}
#registerModal input{
  height: 40px;
  border-radius: 30px;
}
#registerModal button[type="submit"]{
  height: 50px;
  color: #fff;
  width: 100%;
  border: none;
  font-size: 1.25rem;
  font-weight: bold;
  box-shadow: 0 8px 20px 0 rgba(245,17,44,0.44);
  -webkit-box-shadow: 0px 8px 20px 0px rgba(245,17,44,0.44);
  border-radius: 25px;
  background: #ff9800;
  margin-top: 30px;
  cursor: pointer;
}
#registerModal button[type="submit"]:focus, #registerModal button[type="submit"]:active{
  outline: none !important;
}

@media  (min-width: 768px){
  #registerModal .modal-dialog{
    max-width: 500px;
  }
}
