a, a:active {
  color: #625848;
}

a:hover {
  color: #aaabaf;
}

h2, H1 {
  font-size: 40px;
  font-weight: bold;
}

h3 {
  font-size: 20px;
  font-weight: bold;
}

@font-face {
  font-family: SVN-Gotham;
  src: url("../font/OTF/SVN-Gotham Rounded Regular.otf");
}
@font-face {
  font-family: SVN-Gotham;
  src: url("../font/OTF/SVN-Gotham Rounded Bold.otf");
  font-weight: bold;
}
@font-face {
  font-family: SVN-Gotham;
  src: url("../font/OTF/SVN-Gotham Rounded Bold Italic.otf");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: SVN-Gotham;
  src: url("../font/OTF/SVN-Gotham Rounded Medium.otf");
  font-weight: 500;
}
@font-face {
  font-family: SVN-Gotham;
  src: url("../font/OTF/SVN-Gotham Rounded Light.otf");
  font-weight: 300;
}
@font-face {
  font-family: SVN-Gotham;
  src: url("../font/OTF/SVN-Gotham Rounded Light Italic.otf");
  font-weight: 300;
  font-style: italic;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

body {
  padding-top: 152px;
  background-color: #f6f6f6;
  font-family: SVN-Gotham;
  color: #625848;
  font-size: 20px;
}
body #move_to_top {
  position: fixed;
  bottom: 15px;
  right: 15px;
  display: none;
}
body .top-nav {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  background: #f6f6f6;
}
body .btn-add-more {
  text-decoration: underline;
}
body .mam-mam {
  background: url("../images/mammam_bg.jpg") top center/cover;
}
body img {
  max-width: 100%;
}
body .main-nav a, body .navbar-nav a {
  font-size: 20px;
  color: #aaabaf;
}
body .main-nav a.active, body .main-nav a:hover {
  color: #625848;
}
body .plus-icon {
  background: #78ccd1;
  border-radius: 35px;
  padding: 20px;
}
body .btn-register {
  padding-left: 100px !important;
  padding-right: 100px !important;
}
body .border-dashed {
  border-bottom: dashed 2px #aaa !important;
}
body .btn-add-more {
  color: #625848;
}
body .card {
  background-color: transparent;
  border: none;
  border-radius: 0;
}
body .card .card-link {
  text-decoration: underline;
  font-size: 20px;
  font-weight: 500;
}
body .card .card-body {
  font-size: 20px;
}
body .border-2 {
  border-bottom: 2px #625848 solid !important;
}
body .tbl-hocphi th, body .tbl-hocphi td {
  border-bottom: 2px #625848 solid !important;
}
body .tbl-hocphi thead th {
  background: #79ccd2;
  color: #ffffff;
}
body .hocphi-luu-y li:first-child {
  list-style: none;
  font-weight: bold;
}
body .hocphi-luu-y li {
  padding-left: 2rem;
}
body .border-3 {
  border-bottom: 3px #625848 solid !important;
}
body .ext-note {
  background: #78ccd1;
}
body .ct-phan-lan {
  font-weight: bold;
  color: #78ccd1;
}
body input.form-control, body select.form-control {
  height: 50px;
  border: 1px solid #625848;
  border-radius: 30px;
  padding: 10px 32px;
  font-size: 1.4rem;
}
body .btn {
  height: 60px;
  border: 1px solid #78ccd1;
  border-radius: 30px;
  padding: 10px 32px;
  font-size: 1.4rem;
  background: #78ccd1;
  color: #625848;
}
body .xin-chao-header {
  background: #e8e8e8;
}
body .submenu {
  background: #78ccd1;
}
body .submenu .nav {
  padding: 10px;
}
body .submenu .nav li:first-child a, body .submenu .nav li a {
  border-right: 1px solid #ffffff;
  padding: 0px 40px 5px 40px;
}
body .submenu .nav li:last-child a {
  padding: 0px 15px 5px 40px;
  border-right: none;
}
body .submenu .nav .nav-link {
  color: #ffffff;
}
body .submenu .nav .nav-link.active {
  color: #625848 !important;
}
body footer {
  background: url("../images/bg_footer.jpg") repeat-x bottom;
  padding-bottom: 230px;
  font-size: 18px;
}
body footer .contact-info {
  line-height: 3rem;
}
body footer .contact-info a {
  font-weight: 500;
}
body footer .info {
  background: url("../images/bg_contact.jpg") left top no-repeat;
  min-height: 450px;
}
body footer .footer-link {
  font-size: 25px;
  text-decoration: underline;
}
body .mammam-menu tr {
  border-bottom: 3px solid #777777;
}
body .mammam-menu tr td:first-child, body .mammam-menu tr th:first-child {
  text-align: left;
}
body .mammam-menu tr td:last-child, body .mammam-menu tr th:last-child {
  text-align: right;
}
body .mammam-menu tr td, body .mammam-menu tr th {
  vertical-align: top;
  padding: 15px 15px 30px 15px;
}
body #regisModal .modal-content {
  background: #78ccd1;
  border-radius: 40px;
}
body #regisModal .modal-content h2 {
  color: #ffffff;
}
body #regisModal .modal-content .col-form-label {
  font-weight: bold;
}
body #regisModal .modal-content .form-group {
  margin-bottom: 0.5rem;
}
body #regisModal .modal-content .form-group input {
  border: none;
}
body #regisModal .modal-content .btn-register-modal {
  font-size: 1.6rem;
  text-decoration: underline;
}
body #regisModal .modal-content textarea {
  border-radius: 30px;
  padding: 10px 32px;
  font-size: 1.4rem;
}
@media only screen and (max-width: 600px) {
  body {
    font-size: 14px !important;
    padding-top: 80px;
  }
  body h3 {
    font-size: 14px;
  }
  body .btn {
    height: 40px;
    border: 1px solid #78ccd1;
    border-radius: 30px;
    padding: 0px 17px;
    font-size: 20px;
    background: #78ccd1;
    color: #625848;
  }
  body input.form-control, body select.form-control {
    height: 40px;
    border: 1px solid #625848;
    border-radius: 30px;
    padding: 10px 32px;
    font-size: 14px;
  }
  body input.form-control::-webkit-input-placeholder, body select.form-control::-webkit-input-placeholder {
    color: #b9b9b9;
  }
  body input.form-control:-ms-input-placeholder, body select.form-control:-ms-input-placeholder {
    color: #b9b9b9;
  }
  body input.form-control:placeholder, body select.form-control:placeholder {
    color: #b9b9b9;
  }
  body .top-nav {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    right: 0;
    background: #f6f6f6;
  }
  body .modal {
    padding-top: 80px;
  }
  body .card .card-body {
    font-size: 14px !important;
  }
  body .card .card-link {
    font-size: 14px;
  }
  body h2, body h1 {
    font-size: 16px;
  }
  body .hoc-phi {
    font-size: 14px;
  }
  body table.hoc-phi, body .table.hoc-phi {
    font-size: 10px;
  }
  body .btn-register {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
  body .logo img {
    max-height: 40px;
    width: initial;
  }
  body .navbar {
    padding-bottom: 20px;
  }
  body .submenu .nav {
    padding: 10px;
  }
  body .submenu .nav li:first-child a, body .submenu .nav li a {
    border-right: 1px solid #ffffff;
    padding: 0px 10px 5px 10px;
    font-size: 12px;
  }
  body .submenu .nav li:last-child a {
    padding: 0px 10px 5px 10px;
    border-right: none;
  }
  body .submenu .nav .nav-link {
    color: #ffffff;
    padding: 0px 10px 5px 10px;
  }
  body .submenu .nav .nav-link.active {
    color: #625848 !important;
    padding: 0px 10px 5px 10px;
  }
  body footer {
    background: url("../images/footer-bg-mobile.jpg") repeat-x bottom;
    padding-bottom: 65px;
  }
  body footer .info {
    background: url("../images/bg-contact-mobile.jpg") left top no-repeat;
    min-height: 120px;
    font-size: 10px;
  }
  body footer .info .footer-link {
    font-size: 14px;
  }
  body footer .contact-info {
    line-height: 1.4rem;
    padding-left: 130px;
  }
  body footer .contact-info .social-button img {
    max-width: 45px;
  }
  body footer .text-copyright {
    font-size: 10px;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1024px) {
    body footer .info {
        background-size: 30%;
    }
}

/*# sourceMappingURL=style.css.map */
