:root {
  --custom-primary: #e2f1ee;
  --custom-secondary: #d0e7eb;
  --custom-tertiary: #56a7b6;
  --custom-tertiary-opacity: rgb(86, 167, 182, 0.8);
  --custom-quaternary: #fff;
  --custom-border: #d8d8d8;
  --custom-text: #514D6A;
}

body {
  color: #222222;
  font-size: 16px;
  line-height: 1.4;
  /* font-family: "Quicksand", sans-serif; */
  font-weight: 400;
  background-color: var(--custom-primary);
}

*:focus {
  outline: none;
}

img {
  max-width: 100%;
  height: auto;
  width: auto;
}

a {
  color: #222222;
  text-decoration: none;
}
a:hover,
a:focus {
  text-decoration: none;
  color: var(--custom-tertiary);
}

b,
strong {
  font-weight: 700;
}

textarea {
  resize: none;
}

/* Typography */
.h6,
h6 {
  font-size: 16px;
}

.h5,
h5 {
  font-size: 18px;
}

.h4,
h4 {
  font-size: 20px;
}

.h3,
h3 {
  font-size: 22px;
}
@media only screen and (min-width: 768px) {
  .h3,
  h3 {
    font-size: 24px;
  }
}

.h2,
h2 {
  font-size: 24px;
}
@media only screen and (min-width: 768px) {
  .h2,
  h2 {
    font-size: 30px;
  }
}

.h1,
h1 {
  font-size: 26px;
}
@media only screen and (min-width: 768px) {
  .h1,
  h1 {
    font-size: 42px;
  }
}

.pt-40 {
  padding-top: 40px;
}
.pb-40 {
  padding-bottom: 40px;
}

/* Grid */
.wrapper {
  max-width: 1440px;
  margin: auto;
}

.container {
  padding-left: 12px;
  padding-right: 12px;
}
@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

@media only screen and (min-width: 1200px) {
  .container-large {
    max-width: 1200px;
  }
}
@media (min-width: 1300px) {
  .container-large {
    max-width: 1248px;
  }
}

.row {
  margin-left: -12px;
  margin-right: -12px;
}
.row.no-gutters {
  margin-left: 0;
  margin-right: 0;
}
.row.no-gutters .col,
.row.no-gutters .col-1,
.row.no-gutters .col-10,
.row.no-gutters .col-11,
.row.no-gutters .col-12,
.row.no-gutters .col-2,
.row.no-gutters .col-3,
.row.no-gutters .col-4,
.row.no-gutters .col-5,
.row.no-gutters .col-6,
.row.no-gutters .col-7,
.row.no-gutters .col-8,
.row.no-gutters .col-9,
.row.no-gutters .col-auto,
.row.no-gutters .col-lg,
.row.no-gutters .col-lg-1,
.row.no-gutters .col-lg-10,
.row.no-gutters .col-lg-11,
.row.no-gutters .col-lg-12,
.row.no-gutters .col-lg-2,
.row.no-gutters .col-lg-3,
.row.no-gutters .col-lg-4,
.row.no-gutters .col-lg-5,
.row.no-gutters .col-lg-6,
.row.no-gutters .col-lg-7,
.row.no-gutters .col-lg-8,
.row.no-gutters .col-lg-9,
.row.no-gutters .col-lg-auto,
.row.no-gutters .col-md,
.row.no-gutters .col-md-1,
.row.no-gutters .col-md-10,
.row.no-gutters .col-md-11,
.row.no-gutters .col-md-12,
.row.no-gutters .col-md-2,
.row.no-gutters .col-md-3,
.row.no-gutters .col-md-4,
.row.no-gutters .col-md-5,
.row.no-gutters .col-md-6,
.row.no-gutters .col-md-7,
.row.no-gutters .col-md-8,
.row.no-gutters .col-md-9,
.row.no-gutters .col-md-auto,
.row.no-gutters .col-sm,
.row.no-gutters .col-sm-1,
.row.no-gutters .col-sm-10,
.row.no-gutters .col-sm-11,
.row.no-gutters .col-sm-12,
.row.no-gutters .col-sm-2,
.row.no-gutters .col-sm-3,
.row.no-gutters .col-sm-4,
.row.no-gutters .col-sm-5,
.row.no-gutters .col-sm-6,
.row.no-gutters .col-sm-7,
.row.no-gutters .col-sm-8,
.row.no-gutters .col-sm-9,
.row.no-gutters .col-sm-auto,
.row.no-gutters .col-xl,
.row.no-gutters .col-xl-1,
.row.no-gutters .col-xl-10,
.row.no-gutters .col-xl-11,
.row.no-gutters .col-xl-12,
.row.no-gutters .col-xl-2,
.row.no-gutters .col-xl-3,
.row.no-gutters .col-xl-4,
.row.no-gutters .col-xl-5,
.row.no-gutters .col-xl-6,
.row.no-gutters .col-xl-7,
.row.no-gutters .col-xl-8,
.row.no-gutters .col-xl-9,
.row.no-gutters .col-xl-auto {
  padding-left: 0;
  padding-right: 0;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  padding-left: 12px;
  padding-right: 12px;
}

.primary-content {
  padding-top: 48px;
  padding-bottom: 48px;
}

.is-primary-content-bg {
  position: relative;
}
.is-primary-content-bg:before,
.is-primary-content-bg:after {
  content: "";
  display: block;
  position: absolute;
  top: 104px;
  bottom: 0;
  z-index: -1;
}
.is-primary-content-bg:before {
  left: 0;
  background: url(../../images/frontend/bg/all-left.png) repeat-y;
  width: 131px;
}
.is-primary-content-bg:after {
  right: 0;
  background: url(../../images/frontend/bg/all-right.png) repeat-y;
  width: 132px;
}

.section-bottom {
  margin-bottom: 45px;
}
@media only screen and (min-width: 768px) {
  .section-bottom {
    margin-bottom: 80px;
  }
}

button {
  cursor: pointer;
}
button:focus {
  outline: none;
}

.btn-clear {
  border: none;
  background-color: transparent;
  padding: 0;
}
.btn-clear:focus {
  box-shadow: none;
}

.btn {
  font-weight: 700;
  font-size: 16px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
  border-radius: 24px;
  padding: 11px 15px;
}
@media only screen and (min-width: 768px) {
  .btn {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.btn:hover {
  box-shadow: none;
  outline: 0;
}

.btn-sm {
  padding: 5px 24px;
}

.btn-main {
  border-color: var(--custom-tertiary);
  background-color: var(--custom-tertiary);
  color: #fff;
}
.btn-main:hover,
.btn-main:focus {
  border-color: var(--custom-tertiary-opacity);
  background-color: var(--custom-tertiary-opacity);
  color: #fff;
}

.btn-outline-main {
  border-color: var(--custom-tertiary);
  background-color: transparent;
  color: var(--custom-tertiary);
}
.btn-outline-main:hover,
.btn-outline-main:focus {
  border-color: var(--custom-tertiary);
  background-color: var(--custom-tertiary);
  color: #222222;
}
.btn-outline-main.focus,
.btn-outline-main:focus {
  box-shadow: none;
}
.btn-outline-main.disabled,
.btn-outline-main:disabled {
  color: var(--custom-tertiary);
  background-color: transparent;
}

.btn-outline-main:not(:disabled):not(.disabled).active,
.btn-outline-main:not(:disabled):not(.disabled):active,
.show > .btn-outline-main.dropdown-toggle {
  color: #212529;
  background-color: var(--custom-tertiary);
  border-color: var(--custom-tertiary);
}

.btn-mw-276 {
  min-width: 276px;
}

.btn-outline-grey {
  border-color: #888888;
  background-color: transparent;
  color: #888888;
}
.btn-outline-grey:hover,
.btn-outline-grey:focus {
  border-color: var(--custom-tertiary);
  background-color: var(--custom-tertiary);
  color: #fff;
}
.btn-outline-grey.focus,
.btn-outline-grey:focus {
  box-shadow: none;
}
.btn-outline-grey.disabled,
.btn-outline-grey:disabled {
  color: var(--custom-tertiary);
  background-color: transparent;
}

.btn-outline-main:not(:disabled):not(.disabled).active,
.btn-outline-main:not(:disabled):not(.disabled):active,
.show > .btn-outline-main.dropdown-toggle {
  color: #212529;
  background-color: var(--custom-tertiary);
  border-color: var(--custom-tertiary);
}

.btn-mw-276 {
  min-width: 276px;
}

.ico-whatsap {
  background-image: url("../../images/frontend/sprites-sb444a38831.png");
  background-position: 0 -2038px;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 30px;
  width: 30px;
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  .ico-whatsap {
    background-image: url("../../images/frontend/sprites-sb444a38831.png");
    background-position: 0 -2073px;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 48px;
    width: 48px;
    display: inline-block;
  }
}

.ico-hotline {
  background-image: url("../../images/frontend/sprites-sb444a38831.png");
  background-position: 0 -803px;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 30px;
  width: 30px;
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  .ico-hotline {
    background-image: url("../../images/frontend/sprites-sb444a38831.png");
    background-position: 0 -838px;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 30px;
    width: 30px;
    display: inline-block;
  }
}

.ico-go-top {
  background-image: url("../../images/frontend/sprites-sb444a38831.png");
  background-position: 0 -190px;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 23px;
  width: 23px;
  display: inline-block;
}

.ico-phone {
  background-image: url("../../images/frontend/sprites-sb444a38831.png");
  background-position: 0 -1273px;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 21px;
  width: 24px;
  display: inline-block;
}

.ico-email {
  background-image: url("../../images/frontend/sprites-sb444a38831.png");
  background-position: 0 -566px;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 18px;
  width: 24px;
  display: inline-block;
}

.ico-map-marker {
  background-image: url("../../images/frontend/sprites-sb444a38831.png");
  background-position: 0 -1147px;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 21px;
  width: 18px;
  display: inline-block;
}

.ico-facebook {
  background-image: url("../../images/frontend/sprites-sb444a38831.png");
  background-position: 0 -693px;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 21px;
  width: 21px;
  display: inline-block;
}

.ico-instagram {
  background-image: url("../../images/frontend/sprites-sb444a38831.png");
  background-position: 0 -891px;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 21px;
  width: 24px;
  display: inline-block;
}

.ico-youtube {
  background-image: url("../../images/frontend/sprites-sb444a38831.png");
  background-position: 0 -2126px;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 18px;
  width: 21px;
  display: inline-block;
}

.ico-zalo {
  background-image: url("../../images/frontend/sprites-sb444a38831.png");
  background-position: 0 -2234px;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 20px;
  width: 20px;
  display: inline-block;
}

.ico-photo-1 {
  background-image: url("../../images/frontend/sprites-sb444a38831.png");
  background-position: 0 -1299px;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 40px;
  width: 40px;
  display: inline-block;
}

.ico-photo-2 {
  background-image: url("../../images/frontend/sprites-sb444a38831.png");
  background-position: 0 -1344px;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 40px;
  width: 40px;
  display: inline-block;
}

.ico-photo-3 {
  background-image: url("../../images/frontend/sprites-sb444a38831.png");
  background-position: 0 -1389px;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 40px;
  width: 40px;
  display: inline-block;
}

.ico-photo-4 {
  background-image: url("../../images/frontend/sprites-sb444a38831.png");
  background-position: 0 -1434px;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 40px;
  width: 40px;
  display: inline-block;
}

.ico-long-arrow-orange {
  background-image: url("../../images/frontend/sprites-sb444a38831.png");
  background-position: 0 -1038px;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 12px;
  width: 20px;
  display: inline-block;
}

.ico-user,
.nmenu li a .ico-user {
  background-image: url("../../images/frontend/sprites-sb444a38831.png");
  background-position: 0 -1996px;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 16px;
  width: 16px;
  display: inline-block;
}

.ico-user-o,
.nmenu li a:hover .ico-user,
.nmenu li a.active .ico-user {
  background-image: url("../../images/frontend/sprites-sb444a38831.png");
  background-position: 0 -1937px;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 16px;
  width: 16px;
  display: inline-block;
}

.ico-key,
.nmenu li a .ico-key {
  background-image: url("../../images/frontend/sprites-sb444a38831.png");
  background-position: 0 -938px;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 16px;
  width: 14px;
  display: inline-block;
}

.ico-key-o,
.nmenu li a:hover .ico-key,
.nmenu li a.active .ico-key {
  background-image: url("../../images/frontend/sprites-sb444a38831.png");
  background-position: 0 -917px;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 16px;
  width: 14px;
  display: inline-block;
}

.ico-logout {
  background-image: url("../../images/frontend/sprites-sb444a38831.png");
  background-position: 0 -980px;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 16px;
  width: 16px;
  display: inline-block;
}

.ico-manager {
  background-image: url("../../images/frontend/sprites-sb444a38831.png");
  background-position: 0 -1128px;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 14px;
  width: 16px;
  display: inline-block;
}

.ico-cog {
  background-image: url("../../images/frontend/sprites-sb444a38831.png");
  background-position: 0 -470px;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 16px;
  width: 16px;
  display: inline-block;
}

.ico-file {
  background-image: url("../../images/frontend/sprites-sb444a38831.png");
  background-position: 0 -719px;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 17px;
  width: 12px;
  display: inline-block;
}

.ico-clock {
  background-image: url("../../images/frontend/sprites-sb444a38831.png");
  background-position: 0 -398px;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 17px;
  width: 17px;
  display: inline-block;
}

.ico-close,
.modal.modal-custom .close {
  background-image: url("../../images/frontend/sprites-sb444a38831.png");
  background-position: 0 -441px;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 24px;
  width: 25px;
  display: inline-block;
  border: none;
}

.ico-height {
  background-image: url("../../images/frontend/sprites-sb444a38831.png");
  background-position: 0 -782px;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 16px;
  width: 14px;
  display: inline-block;
}

.ico-weight {
  background-image: url("../../images/frontend/sprites-sb444a38831.png");
  background-position: 0 -2017px;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 16px;
  width: 16px;
  display: inline-block;
}

.ico-blood {
  background-image: url("../../images/frontend/sprites-sb444a38831.png");
  background-position: 0 -255px;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 16px;
  width: 12px;
  display: inline-block;
}

.ico-hand {
  background-image: url("../../images/frontend/sprites-sb444a38831.png");
  background-position: 0 -741px;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 16px;
  width: 15px;
  display: inline-block;
}

.ico-eye {
  background-image: url("../../images/frontend/sprites-sb444a38831.png");
  background-position: 0 -589px;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 11px;
  width: 16px;
  display: inline-block;
}

.ico-heart {
  background-image: url("../../images/frontend/sprites-sb444a38831.png");
  background-position: 0 -762px;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 15px;
  width: 16px;
  display: inline-block;
}

.ico-ear {
  background-image: url("../../images/frontend/sprites-sb444a38831.png");
  background-position: 0 -545px;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 16px;
  width: 13px;
  display: inline-block;
}

.ico-long-arrow,
.add-message-form .send {
  background-image: url("../../images/frontend/sprites-sb444a38831.png");
  background-position: 0 -1072px;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 32px;
  width: 32px;
  display: inline-block;
}

.ico-long-arrow-o,
.add-message-form .send:hover {
  background-image: url("../../images/frontend/sprites-sb444a38831.png");
  background-position: 0 -1001px;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 32px;
  width: 32px;
  display: inline-block;
}

.ico-pic,
.add-message-form .send-pic {
  background-image: url("../../images/frontend/sprites-sb444a38831.png");
  background-position: 0 -1479px;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 27px;
  width: 32px;
  display: inline-block;
}
.send-file {
  background-image: url("../../images/frontend/folder.png");
  margin-top: 10px;
  overflow: hidden;
  height: 24px;
  width: 24px;
  display: inline-block;
}

.ico-star-on,
.attendance.on i {
  background-image: url("../../images/frontend/sprites-sb444a38831.png");
  background-position: 0 -1834px;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 29px;
  width: 28px;
  display: inline-block;
}

.ico-star-off,
.attendance.off i {
  background-image: url("../../images/frontend/sprites-sb444a38831.png");
  background-position: 0 -1766px;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 29px;
  width: 28px;
  display: inline-block;
}

.ico-star-on-half,
.attendance.on-half i {
  background-image: url("../../images/frontend/sprites-sb444a38831.png");
  background-position: 0 -1800px;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 29px;
  width: 28px;
  display: inline-block;
}

.ico-star-sm-on,
.toolbar-list li .attendance-sm-on i {
  background-image: url("../../images/frontend/sprites-sb444a38831.png");
  background-position: 0 -1902px;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 12px;
  width: 12px;
  display: inline-block;
}

.ico-star-sm-off,
.toolbar-list li .attendance-sm-off i {
  background-image: url("../../images/frontend/sprites-sb444a38831.png");
  background-position: 0 -1868px;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 12px;
  width: 12px;
  display: inline-block;
}

.ico-star-sm-on-half,
.toolbar-list li .attendance-on-half i {
  background-image: url("../../images/frontend/sprites-sb444a38831.png");
  background-position: 0 -1885px;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 12px;
  width: 12px;
  display: inline-block;
}

.ico-check-o {
  background-image: url("../../images/frontend/sprites-sb444a38831.png");
  background-position: 0 -354px;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 21px;
  width: 20px;
  display: inline-block;
}

.ico-check,
.field-parents-info-done {
  /* background-image: url("../../images/frontend/sprites-sb444a38831.png"); */
  background-position: 0 -380px;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 13px;
  width: 16px;
  display: inline-block;
}

.ico-close-sm,
.field-parents-info-delete {
  background-image: url("../../images/frontend/sprites-sb444a38831.png");
  background-position: 0 -420px;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 16px;
  width: 16px;
  display: inline-block;
}

.ico-plane {
  background-image: url("../../images/frontend/sprites-sb444a38831.png");
  background-position: 0 -1511px;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 16px;
  width: 16px;
  display: inline-block;
}

.ico-back {
  background-image: url("../../images/frontend/sprites-sb444a38831.png");
  background-position: 0 -218px;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 32px;
  width: 32px;
  display: inline-block;
}

.ico-check-2,
.guardian-item
  .custom-checkbox
  .custom-control-input:checked
  ~ .custom-control-label::after {
  background-image: url("../../images/frontend/sprites-sb444a38831.png");
  background-position: 0 -314px;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 9px;
  width: 12px;
  display: inline-block;
}

.ico-report,
.action-button-group a.action-button-view {
  background-image: url("../../images/frontend/sprites-sb444a38831.png");
  background-position: 0 -1741px;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 20px;
  width: 20px;
  display: inline-block;
}

.ico-report-o,
.action-button-group a.action-button-view:hover {
  background-image: url("../../images/frontend/sprites-sb444a38831.png");
  background-position: 0 -1716px;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 20px;
  width: 20px;
  display: inline-block;
}

.ico-download,
.action-button-group a.action-button-download {
  background-image: url("../../images/frontend/sprites-sb444a38831.png");
  background-position: 0 -518px;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 22px;
  width: 22px;
  display: inline-block;
}

.ico-download-o,
.action-button-group a.action-button-download:hover {
  background-image: url("../../images/frontend/sprites-sb444a38831.png");
  background-position: 0 -491px;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 22px;
  width: 22px;
  display: inline-block;
}

.ico-receipt,
.action-button-group a.action-button-payment {
  background-image: url("../../images/frontend/sprites-sb444a38831.png");
  background-position: 0 -1653px;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 16px;
  width: 22px;
  display: inline-block;
}

.ico-receipt-o,
.action-button-group a.action-button-payment:hover {
  background-image: url("../../images/frontend/sprites-sb444a38831.png");
  background-position: 0 -1632px;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 16px;
  width: 22px;
  display: inline-block;
}

.ico-building {
  background-image: url("../../images/frontend/sprites-sb444a38831.png");
  background-position: 0 -295px;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 14px;
  width: 16px;
  display: inline-block;
}

.ico-building-o {
  background-image: url("../../images/frontend/sprites-sb444a38831.png");
  background-position: 0 -276px;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 14px;
  width: 16px;
  display: inline-block;
}

.ico-report-2 {
  background-image: url("../../images/frontend/sprites-sb444a38831.png");
  background-position: 0 -1695px;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 16px;
  width: 12px;
  display: inline-block;
}

.ico-report-2-o {
  background-image: url("../../images/frontend/sprites-sb444a38831.png");
  background-position: 0 -1674px;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 16px;
  width: 12px;
  display: inline-block;
}

.ico-user-p {
  background-image: url("../../images/frontend/sprites-sb444a38831.png");
  background-position: 0 -1977px;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 14px;
  width: 16px;
  display: inline-block;
}

.ico-user-p-o {
  background-image: url("../../images/frontend/sprites-sb444a38831.png");
  background-position: 0 -1958px;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 14px;
  width: 16px;
  display: inline-block;
}

.ico-angle-left {
  background-image: url("../../images/frontend/sprites-sb444a38831.png");
  background-position: 0 -127px;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 16px;
  width: 10px;
  display: inline-block;
}

.ico-angle-right {
  background-image: url("../../images/frontend/sprites-sb444a38831.png");
  background-position: 0 -169px;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 16px;
  width: 10px;
  display: inline-block;
}

.ico-swimmer {
  background-image: url("../../images/frontend/sprites-sb444a38831.png");
  background-position: 0 -1919px;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 13px;
  width: 16px;
  display: inline-block;
}

.custom-arrow .slick-prev,
.custom-arrow .slick-next {
  margin: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: var(--custom-tertiary);
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .custom-arrow .slick-prev,
  .custom-arrow .slick-next {
    width: 48px;
    height: 48px;
  }
}
.custom-arrow .slick-prev:hover,
.custom-arrow .slick-prev:focus,
.custom-arrow .slick-next:hover,
.custom-arrow .slick-next:focus {
  outline: none;
  background-color: var(--custom-tertiary-opacity);
}
.custom-arrow .slick-prev:before,
.custom-arrow .slick-next:before {
  content: "";
}
.custom-arrow .slick-prev {
  left: 0;
}
@media only screen and (min-width: 1200px) {
  .custom-arrow .slick-prev {
    left: -30px;
  }
}
@media (min-width: 1300px) {
  .custom-arrow .slick-prev {
    left: -65px;
  }
}
@media (min-width: 1500px) {
  .custom-arrow .slick-prev {
    left: -80px;
  }
}
.custom-arrow .slick-prev:before {
  background-image: url("../../images/frontend/sprites-sb444a38831.png");
  background-position: 0 -1606px;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 21px;
  width: 24px;
  display: inline-block;
}
.custom-arrow .slick-next {
  right: 0;
}
@media only screen and (min-width: 1200px) {
  .custom-arrow .slick-next {
    right: -30px;
  }
}
@media (min-width: 1300px) {
  .custom-arrow .slick-next {
    right: -65px;
  }
}
@media (min-width: 1500px) {
  .custom-arrow .slick-next {
    right: -80px;
  }
}
.custom-arrow .slick-next:before {
  background-image: url("../../images/frontend/sprites-sb444a38831.png");
  background-position: 0 -1247px;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 21px;
  width: 24px;
  display: inline-block;
}
.custom-arrow.arrow-sm .slick-prev,
.custom-arrow.arrow-sm .slick-next {
  width: 32px;
  height: 32px;
}
.custom-arrow.arrow-sm .slick-prev {
  left: 0;
}
@media only screen and (min-width: 768px) {
  .custom-arrow.arrow-sm .slick-prev {
    left: -16px;
  }
}
.custom-arrow.arrow-sm .slick-prev:before {
  background-image: url("../../images/frontend/sprites-sb444a38831.png");
  background-position: 0 -1588px;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 13px;
  width: 15px;
  display: inline-block;
}
.custom-arrow.arrow-sm .slick-next {
  right: 0;
}
@media only screen and (min-width: 768px) {
  .custom-arrow.arrow-sm .slick-next {
    right: -16px;
  }
}
.custom-arrow.arrow-sm .slick-next:before {
  background-image: url("../../images/frontend/sprites-sb444a38831.png");
  background-position: 0 -1229px;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 13px;
  width: 15px;
  display: inline-block;
}
.custom-arrow.arrow-lg .slick-prev,
.custom-arrow.arrow-lg .slick-next {
  width: 63px;
  height: 51px;
  border-radius: 0;
  background-color: transparent;
}
.custom-arrow.arrow-lg .slick-prev {
  left: 0;
}
@media only screen and (min-width: 1200px) {
  .custom-arrow.arrow-lg .slick-prev {
    left: -30px;
  }
}
@media (min-width: 1400px) {
  .custom-arrow.arrow-lg .slick-prev {
    left: -65px;
  }
}
@media (min-width: 1500px) {
  .custom-arrow.arrow-lg .slick-prev {
    left: -80px;
  }
}
.custom-arrow.arrow-lg .slick-prev:before {
  background-image: url("../../images/frontend/sprites-sb444a38831.png");
  background-position: 0 -1532px;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 51px;
  width: 63px;
  display: inline-block;
}
.custom-arrow.arrow-lg .slick-next {
  right: 0;
}
@media only screen and (min-width: 1200px) {
  .custom-arrow.arrow-lg .slick-next {
    right: -30px;
  }
}
@media (min-width: 1400px) {
  .custom-arrow.arrow-lg .slick-next {
    right: -65px;
  }
}
@media (min-width: 1500px) {
  .custom-arrow.arrow-lg .slick-next {
    right: -80px;
  }
}
.custom-arrow.arrow-lg .slick-next:before {
  background-image: url("../../images/frontend/sprites-sb444a38831.png");
  background-position: 0 -1173px;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 51px;
  width: 60px;
  display: inline-block;
}

.slick-dots {
  cursor: pointer;
  position: absolute;
  margin: 0;
  padding: 0;
  outline: none;
  left: 0;
  right: 0;
  width: 100%;
  bottom: 80px;
  z-index: 10;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .slick-dots {
    bottom: 143px;
  }
}
.slick-dots li {
  display: inline-block;
  position: relative;
  margin: 0 11px;
}
.slick-dots li button {
  cursor: pointer;
  font-size: 0px;
  line-height: 0;
  display: block;
  width: 12px;
  height: 12px;
  padding: 0;
  color: red;
  border: 0;
  outline: none;
  background: transparent;
}
@media only screen and (min-width: 768px) {
  .slick-dots li button {
    width: 16px;
    height: 16px;
  }
}
.slick-dots li button:after {
  cursor: pointer;
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  background-color: #fff;
}
@media only screen and (min-width: 768px) {
  .slick-dots li button:after {
    width: 16px;
    height: 16px;
  }
}
.slick-dots li.slick-active {
  outline: none;
}
.slick-dots li.slick-active button::after {
  cursor: pointer;
  background-color: var(--custom-tertiary);
}

.dots-static .slick-dots {
  position: static;
  margin-top: 6px;
}
.dots-static .slick-dots li button:after {
  background-color: #d8d8d8;
}
.dots-static .slick-dots li button:hover:after {
  background-color: var(--custom-tertiary);
}
.dots-static .slick-dots li.slick-active button:after {
  background-color: var(--custom-tertiary);
}

.slick-slide {
  height: auto;
}

/*------------------------------------------------------------------
[Header]
*/
.header-site {
  background-color: var(--custom-secondary);
  position: relative;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.16);
  -ms-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.16);
  -o-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.16);
}

.navbar-brand {
  padding: 0;
  margin: 0;
}
.navbar-brand img {
  max-height: 35px;
}
@media only screen and (min-width: 768px) {
  .navbar-brand img {
    max-height: 48px;
  }
}

.navbar-expand-lg {
  padding: 10px 0;
}
@media only screen and (min-width: 992px) {
  .navbar-expand-lg {
    padding: 0;
  }
}
.navbar-expand-lg .container {
  padding-left: 12px;
  padding-right: 12px;
}
.navbar-expand-lg .navbar-toggler {
  width: 28px;
  height: 28px;
  position: relative;
  border: none;
}
.navbar-expand-lg .navbar-toggler::before,
.navbar-expand-lg .navbar-toggler::after {
  background-color: var(--custom-tertiary);
  content: "";
  height: 2px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 26px;
  transition: all 0.3s ease;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.navbar-expand-lg .navbar-toggler::before {
  top: 20%;
  -webkit-transform-origin: top left;
  -moz-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
}
.navbar-expand-lg .navbar-toggler::after {
  bottom: 20%;
  -webkit-transform-origin: bottom left;
  -moz-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  transform-origin: bottom left;
}
.navbar-expand-lg .navbar-toggler > span {
  background-color: var(--custom-tertiary);
  bottom: 0;
  display: block;
  height: 2px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 26px;
  transition: all 0.3s ease;
  font-size: 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.navbar-expand-lg .navbar-toggler:hover:before,
.navbar-expand-lg .navbar-toggler:hover:after,
.navbar-expand-lg .navbar-toggler:hover > span {
  background-color: var(--custom-tertiary);
}
@media only screen and (min-width: 992px) {
  .navbar-expand-lg .navbar-nav {
    justify-content: space-between;
    align-items: center;
    padding-left: 40px;
  }
}
@media only screen and (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-item + .nav-item {
    margin-left: 35px;
  }
}
@media only screen and (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-item + .nav-item {
    margin-left: 65px;
  }
}
.navbar-expand-lg .navbar-nav .nav-link {
  font-size: 20px;
  font-weight: 700;
  position: relative;
  -webkit-transition: color ease 0.5s;
  -moz-transition: color ease 0.5s;
  -o-transition: color ease 0.5s;
  transition: color ease 0.5s;
}
@media only screen and (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    /* text-transform: uppercase; */
    color:  var(--custom-tertiary);;
    /* padding: 25px 0; */
  }
  .nav-item{
    padding: 16px
  }

  .modal-body .nav-item{
    padding: 0 16px
  }
  .dropdown-menu .nav-item{
    padding: 0
  }
}
@media only screen and (min-width: 1200px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 14px;
  }
}
@media (min-width: 1300px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 20px;
  }
}

.navbar-expand-lg .navbar-nav  .nav-link::after {
  content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: var(--custom-tertiary);
    transform: scaleX(0);
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}
.navbar-expand-lg .navbar-nav .active  .nav-link::after {
  content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: var(--custom-tertiary);
    transform-origin: bottom left;
    transform: scaleX(1);
    transition: transform 0.25s ease-out;
}
.navbar-expand-lg .navbar-nav .nav-link:hover::after {
  transform-origin: bottom left;
        transform: scaleX(1);
  /* border-bottom: 2px solid var(--custom-tertiary); */

}
.navbar-expand-lg .navbar-nav .dropdown .dropdown-menu {
  border: none;
  left: 0;
  min-width: 167px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.16);
  -ms-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.16);
  -o-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.16);
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .dropdown .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    top: 120%;
  }
  .navbar-expand-lg .navbar-nav .dropdown .dropdown-menu:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
    position: absolute;
    left: 16px;
    top: -8px;
  }
}
@media only screen and (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .dropdown .dropdown-menu li:not(:last-child) {
    border-bottom: 1px solid #d8d8d8;
  }
}
.navbar-expand-lg .navbar-nav .dropdown .dropdown-menu .dropdown-item {
  padding: 13px 15px;
  color: #888888;
  font-size: 16px;
  font-weight: 700;
  white-space: normal;
}
.navbar-expand-lg .navbar-nav .dropdown .dropdown-menu .dropdown-item:hover,
.navbar-expand-lg .navbar-nav .dropdown .dropdown-menu .dropdown-item:focus {
  background-color: transparent;
  color: var(--custom-tertiary);
}
@media only screen and (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
  }
}
@media (max-width: 991.9px) {
  .navbar-expand-lg .navbar-collapse {
    display: block !important;
    position: fixed;
    top: 0;
    left: -100%;
    width: 80%;
    max-width: 450px;
    background-color: var(--custom-tertiary);
    z-index: 99;
    bottom: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 30px 0;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
  }
  .navbar-expand-lg .navbar-collapse.show {
    left: 0;
  }
  .navbar-expand-lg .navbar-collapse .navbar-nav {
    display: block;
  }
  .navbar-expand-lg .navbar-collapse .navbar-nav .nav-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
  .navbar-expand-lg .navbar-collapse .navbar-nav .nav-link {
    color: #fff;
    padding: 16px 20px;
    text-transform: uppercase;
    font-size: 16px;
  }
  .navbar-expand-lg .navbar-collapse .language {
    padding: 0;
  }
  .navbar-expand-lg .navbar-collapse .language .btn {
    color: #fff;
    padding: 16px 20px;
    display: block;
    width: 100%;
    text-align: left;
    text-transform: uppercase;
  }
  .navbar-expand-lg .navbar-collapse .language .dropdown-menu {
    padding: 0;
    margin: 0;
  }
  .navbar-expand-lg .navbar-collapse .language .dropdown-menu li a {
    color: #fff;
    font-weight: normal;
    font-size: 14px !important;
    padding: 16px 35px !important;
  }
  .navbar-expand-lg .navbar-collapse .dropdown-menu {
    position: static;
    border: none !important;
    box-shadow: none !important;
    border-radius: 0;
    float: none;
    background-color: transparent;
  }
  .navbar-expand-lg .navbar-collapse .dropdown-menu li {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
  }
  .navbar-expand-lg .navbar-collapse .dropdown-menu li .dropdown-item {
    font-size: 14px !important;
    padding: 16px 35px !important;
    color: #fff !important;
  }
  .navbar-expand-lg .navbar-collapse .search-mobile {
    width: auto;
    padding: 16px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
  .navbar-expand-lg .navbar-collapse .search-mobile .box-search {
    width: 100%;
  }
  .navbar-expand-lg .navbar-collapse .btn-main {
    display: block;
    width: calc(100% - 40px);
    margin: 16px 20px;
  }
}
@media only screen and (min-width: 992px) {
  .navbar-expand-lg .navbar-collapse {
    width: 100%;
    justify-content: space-between;
  }
}

.btn-toggle-submenu {
  padding: 0 15px 0 0;
  height: 48px;
}
@media (max-width: 991px) {
  .btn-toggle-submenu {
    position: absolute;
    right: 0;
    top: 0;
    height: 51px;
    color: #fff;
  }
}

.bg-menu-mobile {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
@media (max-width: 1199.9px) {
  .bg-menu-mobile.show {
    width: 100%;
    height: 100%;
    opacity: 1;
    visibility: visible;
  }
}

.btn-close-menu {
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 28px;
  height: 28px;
  border: none;
}
@media only screen and (min-width: 992px) {
  .btn-close-menu {
    display: none;
  }
}
.btn-close-menu::before,
.btn-close-menu::after {
  background: #fff;
  content: "";
  height: 2px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 26px;
  transition: all 0.3s ease;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.btn-close-menu::before {
  top: 20%;
  -webkit-transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
  top: 50%;
  margin-top: -2px;
}
.btn-close-menu::after {
  bottom: 20%;
  -webkit-transform: rotate(-45deg);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
  top: 50%;
  margin-top: -2px;
}

@media only screen and (min-width: 1200px) {
  .book-trial {
    margin-left: 21px;
  }
}

@-webkit-keyframes showStickyMenu {
  from {
    top: -100px;
  }
  to {
    top: 0;
  }
}
@-moz-keyframes showStickyMenu {
  from {
    top: -100px;
  }
  to {
    top: 0;
  }
}
@keyframes showStickyMenu {
  from {
    top: -100px;
  }
  to {
    top: 0;
  }
}
.fixed-header .header-site {
  animation: 250ms ease-out 0s normal none 1 running showStickyMenu;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  background-color: var(--custom-secondary);
}
.fixed-header .header-site .navbar-expand-lg {
  padding: 8px 0;
}
@media only screen and (min-width: 992px) {
  .fixed-header .header-site .navbar-expand-lg {
    padding: 0;
  }
}
@media only screen and (min-width: 992px) {
  .fixed-header .header-site .navbar-expand-lg .navbar-nav .nav-link {
    padding: 16px 0;
  }
  .fixed-header .header-site .navbar-expand-lg .navbar-nav .nav-link:hover,
  .fixed-header .header-site .navbar-expand-lg .navbar-nav .nav-link:focus {
    color: var(--custom-tertiary);

  }
}
@media only screen and (min-width: 992px) {
  .fixed-header .header-site .navbar-expand-lg .navbar-nav .active .nav-link {
    color: var(--custom-tertiary);

  }
}
.fixed-header .header-site .navbar-expand-lg .navbar-toggler:after,
.fixed-header .header-site .navbar-expand-lg .navbar-toggler:before,
.fixed-header .header-site .navbar-expand-lg .navbar-toggler > span {
  background-color: var(--custom-tertiary);
}

.use-login {
  position: relative;
}
.use-login .btn-main {
  white-space: nowrap;
}
.use-login.nav-item {
  display: none;
}
@media only screen and (min-width: 992px) {
  .use-login.nav-item {
    display: block;
  }
}
.use-login .btn-account {
  width: 54px;
  position: relative;
  text-align: left;
}
.use-login .btn-account img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  width: 36px;
  height: 36px;
}
.use-login .btn-account:after {
  border-top-color: #888888;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  border-top-width: 7px;
  border-right-width: 7px;
  border-left-width: 7px;
}
.use-login .dropdown-menu {
  min-width: 190px !important;
  padding: 0 15px !important;
  left: auto !important;
  right: 0;
}
.use-login .dropdown-menu li:not(:last-child) {
  border-bottom: 1px solid #d8d8d8;
}
.use-login .dropdown-menu .dropdown-item {
  text-transform: inherit !important;
  padding: 13px 15px;
  color: #888888;
  font-size: 16px;
  font-weight: 700;
  white-space: normal;
  padding-left: 28px !important;
  position: relative;
  display: block;
}
.use-login .dropdown-menu .dropdown-item i {
  position: absolute;
  top: 17px;
  left: 0;
}
.use-login .dropdown-menu .dropdown-item:hover,
.use-login .dropdown-menu .dropdown-item:focus {
  background-color: transparent;
  color: var(--custom-tertiary);
}
.use-login .dropdown-menu .dropdown-item:hover .ico-user,
.use-login .dropdown-menu .dropdown-item:focus .ico-user {
  background-image: url("../../images/frontend/sprites-sb444a38831.png");
  background-position: 0 -1937px;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 16px;
  width: 16px;
  display: inline-block;
}
.use-login .dropdown-menu .dropdown-item:hover .ico-logout,
.use-login .dropdown-menu .dropdown-item:focus .ico-logout {
  background-image: url("../../images/frontend/sprites-sb444a38831.png");
  background-position: 0 -959px;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 16px;
  width: 16px;
  display: inline-block;
}
.use-login .dropdown-menu .dropdown-item:hover .ico-manager,
.use-login .dropdown-menu .dropdown-item:focus .ico-manager {
  background-image: url("../../images/frontend/sprites-sb444a38831.png");
  background-position: 0 -1109px;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 14px;
  width: 16px;
  display: inline-block;
}

/*------------------------------------------------------------------
[Content]
*/
.heading {
  margin-bottom: 28px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .heading {
    margin-bottom: 40px;
  }
}

.is-text-white {
  color: #fff;
}
.is-text-white .title-heading {
  color: #fff;
}

.title-heading {
  color: var(--custom-tertiary);
  font-weight: 700;
  margin-bottom: 0;
  /* font-family: "Baloo Bhaina 2", sans-serif; */
  line-height: 1.35;
  font-size: 24px;
}
@media only screen and (min-width: 768px) {
  .title-heading {
    font-size: 28px;
  }
}

.sub-title-heading {
  /* text-transform: uppercase; */
  margin: 0;
}

.title {
  color: var(--custom-tertiary);
  font-weight: 700;
  margin-bottom: 0;
  /* font-family: "Baloo Bhaina 2", sans-serif; */
  line-height: 1.35;
}

/*-- section-testimonial --*/
.section-testimonial .title-heading {
  display: inline-block;
  position: relative;
}
.section-testimonial .title-heading .ico-pen {
  position: absolute;
  right: -98px;
  top: -50px;
}
@media (max-width: 767px) {
  .section-testimonial .title-heading .ico-pen {
    display: none;
  }
}

.slider-testimonial .slick-list {
  margin: 0 -12px;
}
.slider-testimonial .slick-list .item {
  padding: 0 12px;
  width: 350px;
}
@media only screen and (min-width: 576px) {
  .slider-testimonial .slick-list .item {
    width: 399px;
  }
}
.slider-testimonial .slick-list .item:nth-child(3n + 1) .testimonial-item-text {
  background-image: url(../../images/frontend/bg/bg-testimonial-1.png);
}
.slider-testimonial .slick-list .item:nth-child(3n + 2) .testimonial-item-text {
  background-image: url(../../images/frontend/bg/bg-testimonial-2.png);
}
.slider-testimonial .slick-list .item:nth-child(3n + 3) .testimonial-item-text {
  background-image: url(../../images/frontend/bg/bg-testimonial-3.png);
}

.testimonial-item {
  width: 350px;
  margin: auto;
}
@media only screen and (min-width: 576px) {
  .testimonial-item {
    width: unset;
  }
}

.testimonial-item-text {
  height: 211px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% 100%;
  padding: 55px 45px 0;
  margin-bottom: 10px;
}
@media only screen and (min-width: 576px) {
  .testimonial-item-text {
    height: 260px;
    padding: 73px 55px 0;
  }
}
.testimonial-item-text .overlap {
  line-height: 22px;
  max-height: 110px;
}
@media only screen and (min-width: 576px) {
  .testimonial-item-text .overlap {
    max-height: 132px;
  }
}

.bg-testimonial-1 .testimonial-item-text {
  background-image: url(../../images/frontend/bg/bg-testimonial-1.png);
}

.bg-testimonial-2 .testimonial-item-text {
  background-image: url(../../images/frontend/bg/bg-testimonial-2.png);
}

.bg-testimonial-3 .testimonial-item-text {
  background-image: url(../../images/frontend/bg/bg-testimonial-3.png);
}

.author {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 47px;
}
.author .avatar {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -ms-flex: 0 0 48px;
  flex: 0 0 48px;
  max-width: 48px;
  height: 48px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.author .avatar img {
  width: 48px;
  height: 48px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-color: var(--custom-secondary);
}
.author h4 {
  margin: 0;
  -ms-flex: 0 0 calc(100% - 48px);
  flex: 0 0 calc(100% - 48px);
  max-width: calc(100% - 48px);
  padding-left: 14px;
  font-weight: 500;
  font-size: 16px;
}

/*-- section-album --*/
.nav-tab-album {
  display: none;
}
@media only screen and (min-width: 992px) {
  .nav-tab-album {
    display: block;
  }
}
.nav-tab-album .nav-item {
  border-bottom: 1px solid #d8d8d8;
}
.nav-tab-album .nav-link {
  padding: 13px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  font-weight: 700;
  text-transform: uppercase;
  color: #888888;
}
.nav-tab-album .nav-link:hover,
.nav-tab-album .nav-link:focus {
  color: var(--custom-tertiary);
}
.nav-tab-album .nav-link.active {
  color: var(--custom-tertiary);
}
.nav-tab-album .nav-link .icon {
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
  max-width: 40px;
}
.nav-tab-album .nav-link .txt {
  -ms-flex: 0 0 calc(100% - 40px);
  flex: 0 0 calc(100% - 40px);
  max-width: calc(100% - 40px);
  padding-left: 18px;
}

.tab-content-album .tab-pane {
  display: block;
  opacity: 0;
  visibility: hidden;
  height: 0;
}
.tab-content-album .tab-pane.active {
  opacity: 1;
  visibility: visible;
  height: auto;
}

.photo-item {
  position: relative;
}
.photo-item a,
.photo-item img {
  display: block;
}
.photo-item a {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
}
.photo-item img {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.photo-item-desc {
  transition: all 150ms ease-out;
  color: #000;
  font-size: 16px;
  margin-bottom: 10px;
}

.switch-tab {
  margin-bottom: 30px;
}

/*-- section-news --*/
.section-bg-wave {
  position: relative;
}
.section-bg-wave:before,
.section-bg-wave:after {
  display: block;
  content: "";
  height: 0px;
}
.section-bg-wave:before {
  /* background: url(../../images/frontend/bg/bg-wave-top.png) repeat-x left top; */
}
.section-bg-wave:after {
  /* background: url(../../images/frontend/bg/bg-wave-bottom.png) repeat-x left bottom; */
}

.section-bg-wave-inner {
  background-color: var(--custom-secondary);
  padding-top: 30px;
  padding-bottom: 32px;
}
@media only screen and (min-width: 768px) {
  .section-bg-wave-inner {
    padding: 80px 0;
  }
}
.section-bg-wave-inner:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-image: url(../../images/frontend/bg/main_bg.png); */
  background-repeat: repeat-y;
  background-position: top center;
}
.section-bg-wave-inner .container {
  position: relative;
  z-index: 2;
}

.slider-news {
  margin-bottom: 46px;
}
.slider-news .slick-list {
  margin: 0 -12px;
}
.slider-news .slick-list .item {
  padding: 0 12px;
}
.slider-news .slick-list .item:nth-child(3n + 1) .news-item-thumb img {
  border-color: var(--custom-tertiary);
}
.slider-news .slick-list .item:nth-child(3n + 2) .news-item-thumb img {
  border-color: #879e46;
}
.slider-news .slick-list .item:nth-child(3n + 3) .news-item-thumb img {
  border-color: var(--custom-tertiary);
}

.news-item-thumb {
  margin-bottom: 17px;
}
.news-item-thumb:before {
  background-image: url("../../images/frontend/sprites-sb444a38831.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 101px;
  width: 240px;
  display: inline-block;
  display: block;
  margin: 0 auto -2px;
  content: "";
}
.news-item-thumb img {
  display: block;
  margin: auto;
  border: 10px solid transparent;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
  -ms-box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
  -o-box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
}
@media only screen and (min-width: 768px) {
  .news-item-thumb img {
    border-width: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
  }
}
.news-item-text{
  margin-left: 20px;
}
.news-item-text h3 {
  margin-bottom: 3px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #fff;
}
.news-item-text h3 a {
  color: #000;
}
.news-item-text .meta {
  color: #000;
}

.meta {
  font-size: 12px;
  color: #909090;
}
.meta i {
  margin-right: 5px;
}

/*-- section-materials --*/

.material-item {
  position: relative;
  margin-bottom: 24px;
}
.material-item a,
.material-item img {
  display: block;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.material-item-desc {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-border-radius: 0 0 8px 8px;
  -moz-border-radius: 0 0 8px 8px;
  -ms-border-radius: 0 0 8px 8px;
  -o-border-radius: 0 0 8px 8px;
  border-radius: 0 0 8px 8px;
  padding: 17px 10px;
}
.material-item-desc .inner {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

/*-- section-teachers --*/
.team-list .slick-list {
  margin-left: -12px;
  margin-right: -12px;
  padding-bottom: 20px;
  padding-top: 12px;
}
.team-list .item {
  padding-left: 12px;
  padding-right: 12px;
}

.team-name {
  font-weight: 700;
  margin-bottom: 0px;
  color: var(--custom-tertiary);
  line-height: 1.6;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.team-name a {
  color: inherit;
}

.position {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #888888;
}

.team-head {
  border: 1px solid #d8d8d8;
  border-top-color: transparent;
  padding: 8px 8px 7px 15px;
  transition: all 150ms ease-out;
}

.team-text {
  border: 1px solid #d8d8d8;
  border-top-width: 0;
  padding: 18px 15px 13px;
  border-radius: 0 0 8px 8px;
  transition: all 150ms ease-out;
}
.team-text blockquote {
  border: 0;
  padding: 0;
  margin: 0 0 14px;
  line-height: 24px;
  max-height: 72px;
  overflow: hidden;
  color: #696969;
}

.link-view-detail {
  text-transform: uppercase;
  font-weight: 700;
  color: var(--custom-tertiary);
}
.link-view-detail i {
  margin-left: 4px;
}

.team-item {
  position: relative;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  background-color: #fff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
.team-item:after {
  content: "";
  display: block;
  position: absolute;
  top: -12px;
  left: -12px;
  right: -12px;
  bottom: -12px;
  background-color: #fff;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.19);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.team-item:hover:after {
  opacity: 1;
  visibility: visible;
}
.team-item:hover .team-head {
  background-color: var(--custom-tertiary);
  color: #fff;
  border-color: #fff;
  border-left-color: var(--custom-tertiary);
  border-right-color: var(--custom-tertiary);
}
.team-item:hover .team-head .team-name,
.team-item:hover .team-head .position {
  color: #fff;
}
.team-item:hover .team-text {
  background-color: var(--custom-tertiary);
  color: #fff;
  border-color: #fff;
  border-left-color: var(--custom-tertiary);
  border-right-color: var(--custom-tertiary);
}
.team-item:hover .team-text blockquote {
  color: #fff;
}
.team-item:hover .link-view-detail {
  color: #fff;
}
.team-item:hover .link-view-detail i {
  /* background-image: url("../../images/frontend/sprites-sb444a38831.png"); */
  background-position: 0 -1055px;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 12px;
  width: 20px;
  display: inline-block;
}
.team-item:hover .figure-img-fix img {
  opacity: 0.5;
}

.figure-img-fix {
  margin-bottom: 0;
}
.figure-img-fix img {
  border-radius: 8px 8px 0 0;
  width: 100%;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.team-button {
  padding-top: 4px;
}
@media only screen and (min-width: 768px) {
  .team-button {
    padding-top: 28px;
  }
  .team-button .btn {
    min-width: 376px;
  }
}

/*-- section-intro --*/
.box-intro {
  background-color: #c2e6fe;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  height: 376px;
  margin: 0 auto 30px;
  padding: 15px;

}
@media only screen and (min-width: 768px) {
  .box-intro {
    width: 576px;
    height: 100%;
    /* background: url(../../images/frontend/bg/bg-intro.png) no-repeat; */
    background-size: 100% 100%;
    background-color: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    /* padding: 25px; */
  }
}
@media only screen and (min-width: 992px) {
  .box-intro {
    width: 536px;
    height: 336px;
    margin: 0;
  padding: 0;

  }
}
@media only screen and (min-width: 1200px) {
  .box-intro {
    width: 576px;
    height: 376px;
  padding: 0px;
  }
}
.box-intro .heading {
  padding-right: 24px;
  margin-bottom: 10px;
}
.box-intro .sub-title-heading {
  /* margin-bottom: 15px; */
}

.box-intro-inner {
  background-color: #fff;
  height: 346px;
  padding: 24px 0 24px 24px;
}
@media only screen and (min-width: 768px) {
  .box-intro-inner {
    height: 326px;
  }
  .intro-img img {
    height: 326px;
    width: 100%;

  }
}
@media only screen and (min-width: 992px) {
  .box-intro-inner {
    height: 292px;
  }
}
@media only screen and (min-width: 1200px) {
  .box-intro-inner {
    height: 326px;
  }
  .intro-img img {
    height: 326px;
    width: 100%;


  }
}
.box-intro-inner .mCSB_inside > .mCSB_container {
  margin: 0;
}
.box-intro-inner .mCSB_scrollTools {
  width: 6px;
}
.box-intro-inner .mCSB_scrollTools .mCSB_draggerRail {
  width: 6px;
  background-color: transparent;
}
.box-intro-inner .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background-color: #d8d8d8;
}

.intro-desc {
  padding-right: 24px;
}
.intro-desc p:last-child {
  margin-bottom: 0;
}

.intro-img {
  text-align: center;
}

/*-- section-banner --*/
.banner-item {
  position: relative;
  background-size: cover;
  background-position: center bottom;
}
.banner-item:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  /* background: url(../../images/frontend/bg/bg-bottom-banner.png) repeat-x top */
    center;
  width: 100%;
  height: 73px;
  z-index: 2;
}
.banner-item:after {
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
}

.banner .banner-item {
  position: relative;
}
.banner .banner-item.slick-current .banner-caption-lbl1 {
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.banner .banner-item.slick-current .banner-caption-lbl2 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.banner-caption {
  position: relative;
  z-index: 3;
  font-weight: bold;
  /* font-family: "Quicksand", sans-serif; */
  font-size: 30px;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .banner-caption {
    font-size: 48px;
  }
}

.banner-caption-lbl1 {
  color: #fff;
}

.banner-caption-lbl2 {
  color: var(--custom-tertiary);
  /* text-transform: uppercase; */
}

/*-- News --*/
.page-inner {
  margin-bottom: 35px;
  margin-top: 35px;
}
@media only screen and (min-width: 768px) {
  .page-inner {
    margin-bottom: 70px;
    margin-top: 73px;
  }
}

.sub-banner {
  position: relative;
  padding-top: 16px;
}
.sub-banner::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  /* background: url(../../images/frontend/bg/bg-bottom-sub-banner.png) repeat-x top center; */
  width: 100%;
  height: 40px;
  z-index: 2;
}
.sub-banner::after {
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
}
.sub-banner .container {
  position: relative;
  z-index: 1;
}
.breadcrumb-container{
  background-color: #F0F0F0;
  padding-top: 15px;
  padding-bottom: 15px;
}
.breadcrumb-container .breadcrumb {
  background-color: transparent;
  border-radius: 0;
  padding: 0;
  color: var(--custom-tertiary);;
  margin-bottom: 0;
}
.breadcrumb-container .breadcrumb a {
  color: var(--custom-tertiary);;
}
.sub-banner .class-label {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  z-index: 5;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .breadcrumb-container .breadcrumb .breadcrumb-item.active {
    padding-left: 21px;
  }
}
.breadcrumb-container .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  /* content: "\f105"; */
  /* content: "➢"; */
  content: "→";
  font-family: "Font Awesome 5 Free";
  color: var(--custom-tertiary);;
  font-size: 18px;
  /* line-height: 1; */
  line-height: 1.2;
}
.breadcrumb-container .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  /* content: "\f105"; */
  content: "→";
  font-family: "Font Awesome 5 Free";
  color: var(--custom-tertiary);;
  font-size: 18px;
  /* line-height: 1; */
  line-height: 1.2;
}
@media only screen and (min-width: 768px) {
  .breadcrumb-container .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    padding-right: 18px;
  }
}
.breadcrumb-container .breadcrumb .breadcrumb-item.active {
  color: var(--custom-tertiary);;
}

.page-heading {
  padding-top: 35px;
  padding-bottom: 80px;
}
@media only screen and (min-width: 768px) {
  .page-heading {
    padding-top: 68px;
    padding-bottom: 120px;
  }
}

.page-title {
  font-weight: bold;
  /* font-family: "Baloo Bhaina 2", sans-serif; */
  color: #000;
  font-size: 30px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .page-title {
    font-size: 30px;
  }
}

.hover-dark a {
  position: relative;
  /* display: inline-block; */
}
.hover-dark a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.16);
  opacity: 0;
  visibility: hidden;
  transition: all 300ms ease-out;
}
.hover-dark a:hover::after {
  opacity: 1;
  visibility: visible;
}

.figure,
.card-info-img a {
  display: block;
  width: 100%;
  position: relative;
  padding: 61.25% 0 0 0;
  overflow: hidden;
}
.figure img,
.card-info-img a img {
  position: absolute;
  display: block;
  width: 100%;
  min-height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.news-item-view:nth-child(2n) .ago-circle {
  background-color: var(--custom-tertiary);
}

.card-info {
  margin-bottom: 18px;
}

.card-info-img {
  position: relative;
}
.card-info-img a {
  border-radius: 10px;
  padding-top: 69.25%;
  display: block;
}
.card-info-img a img {
  border-radius: 10px;
}

.ago-circle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 48px;
  height: 48px;
  position: absolute;
  bottom: -24px;
  z-index: 2;
  left: 16px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  background-color: var(--custom-tertiary);
  border-radius: 50%;
  font-weight: 700;
}
.ago-circle span {
  display: inline-block;
  line-height: 1.2;
}
.ago-circle .dd {
  font-size: 16px;
}
.ago-circle .mm {
  font-size: 12px;
}

.card-info-body {
  padding: 32px 16px 0 16px;
}
@media only screen and (min-width: 768px) {
  .card-info-body {
    padding-bottom: 32px;
  }
}

.card-info-title {
  font-weight: 500;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.3;
  text-transform: capitalize;
}
.card-info-title a {
  color: inherit;
}
.card-info-title a:hover {
  color: var(--custom-tertiary);
}

@media (max-width: 767.98px) {
  .card-grid-mb {
    display: flex;
    flex-wrap: wrap;
  }
  .card-grid-mb .card-info-img {
    -ms-flex: 0 0 36%;
    flex: 0 0 36%;
    max-width: 36%;
  }
  .card-grid-mb .card-info-body {
    -ms-flex: 0 0 64%;
    flex: 0 0 64%;
    max-width: 64%;
    padding-left: 12px;
    padding-top: 0;
    padding-bottom: 0;
  }
  .card-grid-mb .ago-circle {
    bottom: 10px;
    right: -10px;
    left: unset;
  }
}

.slide-news-page-inner .slick-list {
  margin-left: -12px;
  margin-right: -12px;
}
.slide-news-page-inner .item {
  padding-left: 12px;
  padding-right: 12px;
}
.slide-news-page-inner .item:nth-child(2n) .ago-circle {
  background-color: var(--custom-tertiary);
}
.slide-news-page-inner .slick-dots {
  bottom: 0;
  position: relative;
}
@media (min-width: 1400px) {
  .slide-news-page-inner .slick-dots {
    visibility: hidden;
    opacity: 0;
  }
}
.slide-news-page-inner .slick-dots li button:after {
  background-color: #d8d8d8;
}
@media (max-width: 1399.98px) {
  .slide-news-page-inner .slick-arrow {
    opacity: 0;
  }
}
.slide-news-page-inner .card-info {
  margin-bottom: 0;
}
.slide-news-page-inner .card-info-body {
  padding-bottom: 0;
}

/*-- News detail --*/
.single-post {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .single-post {
    margin-bottom: 47px;
  }
}
.single-post .post-ago {
  color: #222222;
}

.post-heading {
  margin-bottom: 10px;
}

.post-title {
  line-height: 1.2;
  font-weight: bold;
  text-transform: capitalize;
  font-size: 38px;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .post-title {
    font-size: 48px;
  }
}

.post-meta {
  justify-content: space-between;
  margin-bottom: 12px;
  margin-top: 22px;
}

.post-ago {
  color: #909090;
  font-size: 14px;
}

.post-social {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.post-social label {
  font-weight: 500;
  margin-bottom: 0;
  margin-right: 5px;
}
.post-social a {
  font-size: 22px;
  padding: 0 5px;
  line-height: 1;
}
.post-social a:hover {
  color: #ffe600;
}

.post-lead {
  line-height: 1.5;
  margin-top: 14px;
}

.post-position {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  padding-top: 5px;
  padding-bottom: 10px;
  display: inline-block;
}

.post-body {
  line-height: 1.5;
  margin-top: 10px;
}
.post-body figcaption {
  font-size: 14px;
  margin-top: 8px;
  margin-left: 20px;
}
.post-body ul {
  padding-left: 0;
  list-style: none;
}
.post-body ul li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 16px;
}
.post-body ul li::before {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #716f74;
  border-radius: 50%;
}
.post-body table {
  margin-bottom: 16px;
}
.post-body table td,
.post-body table th {
  padding-left: 12px;
  padding-right: 12px;
}
.post-body table td:first-child,
.post-body table th:first-child {
  padding-left: 0;
}
.post-body table td:last-child,
.post-body table th:last-child {
  padding-right: 0;
}

/*----- related-news -----*/
.heading-norm {
  margin-bottom: 25px;
}

.itemside {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
}
@media only screen and (min-width: 768px) {
  .itemside {
    margin-bottom: 26px;
  }
}

.aside {
  -ms-flex: 0 0 80px;
  flex: 0 0 80px;
  max-width: 80px;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .aside {
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
    max-width: 120px;
  }
}
.aside a {
  display: block;
  position: relative;
  transition: opacity 0.2s linear;
}
.aside a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.1);
  opacity: 0;
}
.aside a:hover::before {
  opacity: 1;
}
.aside img {
  border-radius: 5px;
  width: 80px;
  height: auto;
}
@media only screen and (min-width: 768px) {
  .aside img {
    width: 120px;
  }
}

.itemside-body {
  flex: 1 1 0px;
  padding-left: 15px;
}
.itemside-body .post-ago {
  font-size: 11px;
}
.itemside-body .post-ago .fa {
  font-size: 11px;
}

.itemside-title {
  font-size: 16px;
  line-height: 24px;
  max-height: 48px;
  overflow: hidden;
  margin-bottom: 0;
  font-weight: 500;
}

@media only screen and (min-width: 768px) {
  .panelbox .heading-norm {
    margin-bottom: 30px;
  }
}

.teacher-view .team-item {
  margin-bottom: 24px;
}
.teacher-view .pagination {
  padding-top: 24px;
}

/*-- login --*/
.signin {
  background-position: center top;
  background-repeat: no-repeat;
  background-image: url("../../images/frontend/bg/login-bg.png");
  padding-top: 33px;
  padding-bottom: 50px;
  margin-bottom: -10px;
}
@media only screen and (min-width: 768px) {
  .signin {
    padding-bottom: 70px;
    min-height: 620px;
  }
  .signin .heading {
    margin-bottom: 31px;
  }
}
.signin .btn-main {
  margin-top: 26px;
}

.signin-box {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px;
}
@media only screen and (min-width: 768px) {
  .signin-box {
    padding: 22px 24px;
  }
}

.shadow2 {
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  border-radius: 10px;
}

.forms .message {
  font-size: 14px;
  padding: 7px 16px;
  border-radius: 5px;
  margin-top: 26px;
}
.forms .message.msg-error {
  background-color: #fff4f5;
  color: #fe7171;
}
.forms .message.msg-success {
  background-color: #d5eafe;
  color: #1e33cc;
}
.forms .form-control {
  height: 45px;
  line-height: 22px;
  padding-top: 12px;
  padding-bottom: 12px;
  border-width: 2px;
  color: #222;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.forms .form-control.disable {
  background-color: #d8d8d8;
  pointer-events: none;
}
.forms .form-control:hover,
.forms .form-control:focus {
  box-shadow: none;
  border-color: var(--custom-tertiary);
  color: #222;
}
.forms .form-group {
  margin-bottom: 16px;
}
.forms textarea.form-control {
  height: 120px;
  margin-top: 15px;
}
.forms textarea.form-control:hover,
.forms textarea.form-control:focus {
  border-color: #ced4da;
}

.form-field label {
  font-weight: 500;
  margin-bottom: 9px;
}
.form-field.odd-even {
  padding: 11px;
}
.form-field.odd-even:nth-child(2n + 1) {
  background-color: #f2f2f2;
}

.field-health-index {
  min-width: 140px;
  text-align: right;
  padding: 6px 10px;
  line-height: 22px;
  border: 2px solid #ebebeb;
  border-radius: 5px;
  background-color: #fff;
  color: #222222;
  display: inline-block;
}

input.field-health-index,
select.field-health-index {
  width: 140px;
}

.forgot-remember-area {
  display: flex;
  justify-content: space-between;
  padding-top: 5px;
}
.forgot-remember-area .text-forgot {
  text-decoration: underline;
  font-weight: 600;
  margin-bottom: 0;
}

.text-remember {
  display: flex;
  align-items: center;
}
.text-remember input {
  width: 20px;
  height: 20px;
  border: 2px solid #222;
}
.text-remember label {
  font-weight: 600;
  margin-bottom: 0;
  margin-left: 12px;
}

.account-side {
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .account-side {
    margin-bottom: 0;
  }
}

.account-side-head {
  background-color: #f5f5f5;
  border-radius: 10px 10px 0 0;
  border-bottom: 1px solid #d8d8d8;
  padding: 20px 10px 20px 16px;
}

.account-side-title {
  font-size: 22px;
  color: #222;
  font-weight: bold;
  margin-bottom: 0;
}

.nmenu {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.nmenu li {
  margin-left: 15px;
  margin-right: 15px;
  border-top: 1px solid #d8d8d8;
  font-weight: bold;
}
.nmenu li:first-child {
  border-top-width: 0;
}
.nmenu li a {
  color: #888888;
  position: relative;
  padding-left: 28px;
  min-height: 40px;
  display: block;
  padding-top: 13px;
  padding-bottom: 13px;
}
.nmenu li a:hover,
.nmenu li a.active {
  color: var(--custom-tertiary);
}
.nmenu li a i {
  position: absolute;
  top: 15px;
  left: 0;
}

.account-info-head {
  background-color: #f5f5f5;
  border-radius: 10px 10px 0 0;
  border-bottom: 1px solid #d8d8d8;
  padding: 13px 8px 13px 24px;
}

.account-info-title {
  font-size: 18px;
  color: #222;
  font-weight: bold;
  margin-bottom: 0;
}

.account-info-body {
  padding: 15px;
}
@media only screen and (min-width: 768px) {
  .account-info-body {
    padding: 24px;
  }
}

.upload-avatar {
  padding-bottom: 13px;
  border-bottom: 1px solid #d8d8d8;
}

.upload-avatar-pic {
  border-radius: 5px;
  overflow: hidden;
  text-align: center;
  width: 90%;
  margin: 20px auto 10px auto;
}
.upload-avatar-pic img {
  width: inherit;
  height: inherit;
  border-radius: 5px;
}

.upload-avatar-action {
  margin-bottom: 5px;
  text-align: center;
}
.upload-avatar-action .hidden {
  display: none;
}
.upload-avatar-action label {
  margin-bottom: 0;
  font-weight: bold;
  background-color: var(--custom-tertiary);
  color: #000;
  cursor: pointer;
  text-align: center;
  padding: 3px 10px;
  font-size: 14px;
}
.upload-avatar-action label:hover,
.upload-avatar-action label:focus {
  background-color: var(--custom-tertiary-opacity);
  color: #fff;
}

.my-account {
  max-width: 700px;
  margin: auto;
}
@media only screen and (min-width: 768px) {
  .my-account .col-account-side {
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
    max-width: 200px;
  }
}
@media only screen and (min-width: 768px) {
  .my-account .col-account-main {
    -ms-flex: 0 0 calc(100% - 200px);
    flex: 0 0 calc(100% - 200px);
    max-width: calc(100% - 200px);
  }
}

/*--- managers --*/
.filter-manager {
  margin-bottom: 24px;
}
.filter-manager .form-control {
  height: 50px;
  line-height: 22px;
  padding-top: 12px;
  padding-bottom: 12px;
  border-width: 2px;
  color: #222;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  max-width: 178px;
}
.filter-manager .form-control.disable {
  background-color: #d8d8d8;
  pointer-events: none;
}
.filter-manager .form-control:hover,
.filter-manager .form-control:focus {
  box-shadow: none;
  border-color: var(--custom-tertiary);
  color: #222;
}

.list-managers .col-lg-3 {
  margin-bottom: 24px;
}

.manager-item {
  position: relative;
  border: 1px solid #d8d8d8;
  border-top: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  display: block;
}
@media only screen and (min-width: 576px) {
  .manager-item {
    min-height: 100%;
  }
}
.manager-item:after {
  content: "";
  display: block;
  position: absolute;
  top: -12px;
  left: -12px;
  right: -12px;
  bottom: -12px;
  background-color: #fff;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.19);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.manager-item:hover {
  border-color: var(--custom-tertiary);
  background-color: var(--custom-tertiary);
}
.manager-item:hover:after {
  opacity: 1;
  visibility: visible;
}
.manager-item:hover .manager-item-text {
  background-color: var(--custom-tertiary);
  color: #fff;
}
.manager-item:hover .manager-item-text .position {
  color: #fff;
}
.manager-item:hover .manager-item-short-name {
  border-color: var(--custom-tertiary);
  color: var(--custom-tertiary);
}
.manager-item:hover .btn-clear.btn-cog {
  background-color: var(--custom-tertiary);
  color: #fff;
}

.manager-item-thumb {
  background-color: #e6e6e6;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -ms-border-radius: 10px 10px 0 0;
  -o-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
  position: relative;
  overflow: hidden;
}
.manager-item-thumb img {
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -ms-border-radius: 10px 10px 0 0;
  -o-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
  display: block;
  margin: auto;
}

.btn-cog {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  background-color: #edf1f5;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 2;
}
.btn-cog:hover {
  background-color: var(--custom-tertiary);
}

.manager-item-short-name {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin: auto;
  width: 96px;
  height: 96px;
  border: 3px solid #888888;
  font-weight: 700;
  font-size: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #888888;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.manager-item-text {
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  -ms-border-radius: 0 0 10px 10px;
  -o-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  padding: 18px 15px 15px;
  background-color: var(--custom-secondary);
}
.manager-item-text h4 {
  font-weight: 700;
  margin-bottom: 11px;
}
.manager-item-text .position {
  font-size: 14px;
  color: #222222;
  margin-bottom: 9px;
}

.manager-item-info {
  border-top: 2px solid #d8d8d8;
  font-size: 14px;
  padding-top: 10px;
}
.manager-item-info strong {
  display: block;
  margin-bottom: 9px;
}

/*------------------------------------------------------------------
[Class]
*/
.class .class-content {
  padding-bottom: 65px;
}

.pane1 {
  padding-bottom: 61px;
}

.class-header {
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.16);
  -ms-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.16);
  -o-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.16);
}

.main-label {
  text-transform: uppercase;
  font-weight: bold;
  color: var(--custom-tertiary);
  margin-bottom: 0;
  margin-right: 12px;
}

.sub-label {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.sub-label li {
  display: inline-block;
}
.sub-label li:not(:last-child) {
  margin-right: 23px;
}

.page-breadcrum {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  border-bottom: 1px solid #d8d8d8;
  padding: 22px 0 10px;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) {
  .page-breadcrum {
    align-items: center;
    padding-bottom: 22px;
  }
}
.page-breadcrum .location {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  max-width: fit-content;
}
@media only screen and (min-width: 768px) {
  .page-breadcrum .location {
    width: unset;
  }
}

.action {
  display: flex;
  align-items: center;
  /* margin-left: auto; */
  /* margin-bottom: 10px; */
  position: relative;
}
@media only screen and (min-width: 768px) {
  .action {
    margin-bottom: 0;
  }
}
.action .dropdown-menu {
  min-width: 180px !important;
  padding: 0 15px !important;
}
.action .dropdown-menu li:not(:last-child) {
  border-bottom: 1px solid #d8d8d8;
}
.action .dropdown-menu .dropdown-item {
  min-width: 180px;
  text-transform: inherit !important;
  padding: 13px 15px;
  color: #888888;
  font-size: 16px;
  font-weight: 700;
  white-space: normal;
  padding-left: 28px !important;
  position: relative;
  display: block;
}
.action .dropdown-menu .dropdown-item i {
  position: absolute;
  top: 17px;
  left: 0;
}
.action .dropdown-menu .dropdown-item:hover,
.action .dropdown-menu .dropdown-item:focus {
  background-color: transparent;
  color: var(--custom-tertiary);
}
.action .dropdown-menu .dropdown-item:hover .ico-building,
.action .dropdown-menu .dropdown-item:focus .ico-building {
  background-image: url("../../images/frontend/sprites-sb444a38831.png");
  background-position: 0 -276px;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 14px;
  width: 16px;
  display: inline-block;
}
.action .dropdown-menu .dropdown-item:hover .ico-report-2,
.action .dropdown-menu .dropdown-item:focus .ico-report-2 {
  background-image: url("../../images/frontend/sprites-sb444a38831.png");
  background-position: 0 -1674px;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 16px;
  width: 12px;
  display: inline-block;
}
.action .dropdown-menu .dropdown-item:hover .ico-user-p,
.action .dropdown-menu .dropdown-item:focus .ico-user-p {
  background-image: url("../../images/frontend/sprites-sb444a38831.png");
  background-position: 0 -1958px;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 14px;
  width: 16px;
  display: inline-block;
}

.action-invite {
  color: var(--custom-tertiary);
  font-weight: bold;
  position: relative;
  padding-left: 20px;
}
.action-invite .plus-o {
  position: absolute;
  top: 2px;
  left: 0;
}
.action-invite:hover {
  color: var(--custom-tertiary);
}
.action-invite:hover .plus-o {
  border-color: var(--custom-tertiary);
}
.action-invite:hover .plus-o::after,
.action-invite:hover .plus-o::before {
  background-color: var(--custom-tertiary);
}

.config {
  margin-left: 20px;
}
.config i {
  vertical-align: middle;
}
.config.dropdown-toggle::after {
  display: none;
}

.plus-o {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1px solid var(--custom-tertiary);
  border-radius: 50%;
  position: relative;
}
.plus-o::before {
  position: absolute;
  top: 6px;
  left: 3px;
  width: 8px;
  height: 2px;
  background-color: var(--custom-tertiary);
  content: "";
}
.plus-o::after {
  position: absolute;
  top: 3px;
  left: 6px;
  width: 2px;
  height: 8px;
  background-color: var(--custom-tertiary);
  content: "";
}

.tablist-header {
  overflow-x: auto;
}

.nav.nav-tabs-custom {
  white-space: nowrap;
  flex-wrap: nowrap;
}
.nav.nav-tabs-custom li {
  margin-right: 1px;
}
.nav.nav-tabs-custom li a {
  color: #888;
  font-weight: bold;
  position: relative;
  padding: 13px 15px;
  border: none;
}
@media only screen and (min-width: 1200px) {
  .nav.nav-tabs-custom li a {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.nav.nav-tabs-custom li a::after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: var(--custom-tertiary);
  opacity: 0;
  visibility: hidden;
}
.nav.nav-tabs-custom li a.active,
.nav.nav-tabs-custom li a:hover {
  color: var(--custom-tertiary);
}
.nav.nav-tabs-custom li a.active::after,
.nav.nav-tabs-custom li a:hover::after {
  opacity: 1;
  visibility: visible;
}

.count {
  width: 20px;
  height: 20px;
  background-color: #ff0000;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 20px;
  color: #fff;
  font-size: 14px;
}

/* .students {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 23px;
  padding-bottom: 23px;
  margin-left: -12px;
} */

.students {
  display: grid;
  justify-items: center;
  grid-template-columns: repeat(auto-fill, minmax(148px, 1fr));
  padding-top: 23px;
  padding-bottom: 23px;
  margin-left: -12px;
}

.student {
  width: 136px;
  height: 164px;
  margin-left: 12px;
  margin-bottom: 12px;
  /* -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
  -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.16); */
  border-radius: 5px;
}
.student a {
  display: block;
  width: inherit;
  height: inherit;
  background-color: #fff;
  color: #222222;
  text-align: center;
  border-radius: 5px;
  padding-top: 20px;
  position: relative;
  border: 1px solid var(--custom-tertiary);;
}
.student a:hover,
.student a.active {
  background-color: var(--custom-tertiary);
  color: #fff;
}
.student a .attendance {
  position: absolute;
  top: 2px;
  right: 0;
}

.attendance {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  -webkit-box-shadow: 0 1px 3px #d8d8d8;
  -moz-box-shadow: 0 1px 3px #d8d8d8;
  -ms-box-shadow: 0 1px 3px #d8d8d8;
  -o-box-shadow: 0 1px 3px #d8d8d8;
  box-shadow: 0 1px 3px #d8d8d8;
  position: relative;
  display: inline-block;
  text-align: center;
}
.attendance i {
  position: relative;
  top: 5px;
  left: -1px;
  font-size: 0;
}
.attendance.on {
  background-color: var(--custom-tertiary);
}
.attendance.off {
  background-color: #fe7171;
}
.attendance.on-half {
  background-color: var(--custom-tertiary);
}

.student-pic {
  width: 96px;
  height: 96px;
  border-radius: 5px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 7px;
}
.student-pic img {
  width: inherit;
  height: inherit;
}

.student-name,
.add-text {
  padding: 0 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.student-icon-plus {
  position: relative;
  width: 96px;
  height: 96px;
  background-color: #d7d7d7;
  border-radius: 5px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 7px;
}
.student-icon-plus::before {
  content: "";
  display: block;
  position: absolute;
  top: 31px;
  left: 45px;
  background-color: #fff;
  width: 4px;
  height: 32px;
}
.student-icon-plus::after {
  content: "";
  display: block;
  position: absolute;
  top: 45px;
  left: 31px;
  background-color: #fff;
  width: 32px;
  height: 4px;
}

.toolbar-footer {
  background-color: #fff;
  border-top: 1px solid #d8d8d8;
  -webkit-box-shadow: 0 2px 3px #d8d8d8;
  -moz-box-shadow: 0 2px 3px #d8d8d8;
  -ms-box-shadow: 0 2px 3px #d8d8d8;
  -o-box-shadow: 0 2px 3px #d8d8d8;
  box-shadow: 0 2px 3px #d8d8d8;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 61px;
  z-index: 9;
}
.toolbar-footer.toolbar-attendance .toolbar-list li {
  color: var(--custom-tertiary);
}

.toolbar {
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.toolbar-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.toolbar-list li {
  color: #888;
  font-weight: bold;
}
.toolbar-list li a {
  color: inherit;
  display: inline-block;
  padding: 19px 0;
}
.toolbar-list li a:hover {
  color: var(--custom-tertiary);
}
.toolbar-list li i {
  margin-right: 10px;
}
.toolbar-list li + li {
  margin-left: 25px;
}
.toolbar-list li .attendance-sm-on {
  width: 20px;
  height: 20px;
  display: inline-block;
  border-radius: 50%;
  background-color: var(--custom-tertiary);
  text-align: center;
  line-height: 20px;
}
.toolbar-list li .attendance-sm-on i {
  margin-right: 0;
}
.toolbar-list li .attendance-sm-off {
  width: 20px;
  height: 20px;
  display: inline-block;
  border-radius: 50%;
  background-color: #fe7171;
  text-align: center;
  line-height: 20px;
}
.toolbar-list li .attendance-sm-off i {
  margin-right: 0;
}
.toolbar-list li .attendance-on-half {
  width: 20px;
  height: 20px;
  display: inline-block;
  border-radius: 50%;
  background-color: var(--custom-tertiary);
  text-align: center;
  line-height: 20px;
}
.toolbar-list li .attendance-on-half i {
  margin-right: 0;
}

.toolbar-action .btn {
  min-width: 176px;
  line-height: 22px;
  padding-top: 7px;
  padding-bottom: 7px;
}
.toolbar-action .btn + .btn {
  margin-left: 22px;
}

.guardian-item {
  margin-bottom: 24px;
}
.guardian-item .custom-control {
  display: flex;
  padding-left: 32px;
}
.guardian-item input[type="radio"] {
  margin-right: 13px;
}
.guardian-item input[type="checkbox"]:focus {
  box-shadow: none;
}
.guardian-item .custom-control-label {
  display: block;
}
.guardian-item .custom-control-label::before {
  border-radius: 50%;
  width: 20px;
  height: 20px;
  left: -32px;
  top: 50%;
  transform: translateY(-50%);
  border-color: #222;
}
.guardian-item .custom-control-label::after {
  background-size: auto;
  left: -28px;
  top: 50%;
  transform: translateY(-50%);
}
.guardian-item .custom-control-input:checked ~ .custom-control-label::before {
  background-color: transparent;
  border-color: #222;
}
.guardian-item
  .custom-checkbox
  .custom-control-input:checked
  ~ .custom-control-label::after {
  background-color: transparent;
}

.guardian-item-content {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.guardian-item-content img {
  width: 48px;
  height: 48px;
  border-radius: 5px;
  margin-right: 13px;
}

/*--------- class-report ---------*/
.class-report {
  padding-top: 35px;
  position: relative;
}

.class-report .class-report-datatables .dataTables_wrapper .dataTables_filter {
  margin: 0 0 10px;
}
.class-report
  .class-report-datatables
  .dataTables_wrapper
  .dataTables_filter
  label {
  margin-bottom: 0;
  font-size: 0;
  position: relative;
}
.class-report
  .class-report-datatables
  .dataTables_wrapper
  .dataTables_filter
  label:before {
  content: "\f002";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 6px;
  left: 15px;
  font-size: 16px;
  color: #888888;
}
.class-report
  .class-report-datatables
  .dataTables_wrapper
  .dataTables_filter
  label
  input {
  font-size: 16px;
  height: 36px;
  border: 1px solid #888888;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  width: 200px;
  padding: 5px 5px 5px 38px;
}
.class-report .full-name {
  min-width: 256px;
  font-weight: normal;
  text-align: left;
}
.class-report table tbody td {
  text-align: center;
  font-weight: 700;
}
.class-report .today {
  color: var(--custom-tertiary);
}
.class-report .attendance {
  cursor: pointer;
}

.class-report-header {
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 24px;
}
@media only screen and (min-width: 768px) {
  .class-report-header {
    top: 35px;
    left: 50%;
    transform: translate(-50%, 0);
    max-width: calc(100% - 350px);
    position: absolute;
  }
}

.day-off {
  font-size: 12px;
}
.day-off span {
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #ff0000;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

.pick-up-baby {
  padding: 0 24px 24px;
}
.pick-up-baby .date {
  margin-bottom: 20px;
}
.pick-up-baby ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.pick-up-baby ul li {
  padding-left: 34px;
  position: relative;
}
.pick-up-baby ul li:not(:last-child) {
  padding-bottom: 23px;
}
.pick-up-baby ul li:not(:last-child):before,
.pick-up-baby ul li:not(:last-child):after {
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  background-color: var(--custom-tertiary);
}
.pick-up-baby ul li:not(:last-child):before {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  left: 0;
}
.pick-up-baby ul li:not(:last-child):after {
  width: 1px;
  height: calc(100% + 10px);
  left: 5px;
}
.pick-up-baby ul li + li .time:before {
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  background-color: var(--custom-tertiary);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  left: 0;
}
.pick-up-baby ul .time {
  color: var(--custom-tertiary);
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 7px;
}
.pick-up-baby ul p {
  margin-bottom: 0;
}

/*-------- class-teacher ---------*/
.class-teacher {
  padding-top: 24px;
}

/*------------------------------------------------------------------
[Modal]
*/
@media only screen and (min-width: 768px) {
  .modal.modal-custom .modal-lg {
    max-width: 700px;
    /*max-width: 576px;*/
  }
}
.modal.modal-custom .modal-header {
  padding: 16px 20px;
  position: relative;
  margin: 0;
  border-bottom: 0;
}
.modal.modal-custom .modal-title {
  text-transform: capitalize;
  border-bottom: 0;
  font-size: 24px;
  font-weight: bold;
  color: #222222;
  margin-bottom: 0;
}
.modal.modal-custom .close {
  position: absolute;
  top: 28px;
  right: 24px;
  margin: 0;
  padding: 0;
}
.modal.modal-custom .close span {
  display: none;
}
.modal.modal-custom .modal-body {
  padding: 0;
}
.modal.modal-custom .nav-tabs-custom {
  border-bottom: 1px solid #d8d8d8;
}
.modal.modal-custom .modal-footer {
  border-top-width: 0;
  padding: 0 15px 15px;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .modal.modal-custom .modal-footer {
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 24px;
  }
  .modal.modal-custom .modal-footer > :not(:last-child) {
    margin-right: 12px;
  }
  .modal.modal-custom .modal-footer > :not(:first-child) {
    margin-left: 12px;
  }
}
.modal.modal-custom .modal-footer .btn {
  width: 100%;
}
.modal .nav.nav-tabs-custom li a {
  padding-top: 4px;
  padding-bottom: 12px;
}

.student-information {
  padding: 15px;
}
@media only screen and (min-width: 768px) {
  .student-information {
    padding: 16px 24px;
  }
}
.student-information .upload-avatar-action label {
  font-weight: 500;
}
.student-information .form-field label {
  color: #000;
}
.student-information .upload-avatar-pic img {
  width: 176px;
  height: 176px;
}
.student-information .upload-avatar-action {
  max-width: 176px;
}

.modal-body-norm {
  padding: 0 15px 15px 15px;
}
@media only screen and (min-width: 768px) {
  .modal-body-norm {
    padding: 0 24px 24px 24px;
  }
}

.field-parents-of-student {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.field-parents-of-student img {
  width: 48px;
  height: 48px;
  border-radius: 5px;
}
.field-parents-of-student .name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 15px;
  padding-right: 10px;
}

.field-parents-info {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.field-parents-info-edit {
  color: var(--custom-tertiary);
  padding: 0;
  border: 0;
  margin: 0;
  background-color: transparent;
  border-radius: 0;
  margin-left: 30px;
  text-decoration: underline;
}
.field-parents-info-edit:hover {
  color: #ff0000;
}

.field-parents-info-delete {
  padding: 0;
  margin: 0;
  border: 0;
  background-color: transparent;
  vertical-align: middle;
}

.field-parents-info-done {
  padding: 0;
  margin: 0;
  border: 0;
  background-color: transparent;
  vertical-align: middle;
}

.subscribe {
  position: relative;
}
.subscribe .form-control {
  padding-right: 42px;
  border-color: #d8d8d8;
}
.subscribe .form-control:focus {
  box-shadow: none;
  border-color: var(--custom-tertiary);
}
.subscribe .subscribe-submit {
  position: absolute;
  top: 0;
  right: 0;
  width: 36px;
  height: 100%;
  background-color: var(--custom-tertiary);
  text-align: center;
  border: 0;
  border-radius: 0 5px 5px 0;
}

.receipt-info {
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  color: #000;
  font-weight: 700;
  margin-bottom: 9px;
}

.receipt-info-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.receipt-info-item {
  display: flex;
  align-items: center;
  justify-content: start;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 6px;
}

.receipt-info-title {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.receipt-info-avatar {
  border-radius: 50%;
  width: 48px;
  height: 48px;
  margin-right: 10px;
  margin-bottom: 6px;
}

.receipt-number {
  margin-right: 8px;
}

.payment {
  color: #000;
}
.payment table {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .payment table td,
  .payment table th {
    padding: 13px;
  }
}
.payment .table-border thead td {
  border-top-width: 0;
  font-weight: 600;
  border-bottom: 2px solid #d8d8d8;
}
.payment .table-border tbody td {
  border-top-width: 0;
}
.payment .table-border tfoot td {
  border-top: 2px solid #d8d8d8;
}

.font-bold {
  font-weight: bold;
}

/*-- Chat --*/
.inbox {
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.16);
  -ms-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.16);
  -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.16);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-top: 22px;
  margin-bottom: 22px;
  position: relative;
}
.inbox aside {
  background-color: #fff;
  border-radius: 10px 0 0 10px;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  max-height: 460px;
  overflow-y: auto;
}
@media only screen and (min-width: 768px) {
  .inbox aside {
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
    max-width: 300px;
    max-height: 660px;
  }
}
@media (max-width: 767px) {
  .inbox aside.hide {
    display: none;
  }
}
.inbox .container-message-chat {
  border-radius: 0 10px 10px 0;
  background-color: #fff;
  border-left: 1px solid #d8d8d8;
  display: none;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
@media only screen and (min-width: 768px) {
  .inbox .container-message-chat {
    -ms-flex: 0 0 calc(100% - 300px);
    flex: 0 0 calc(100% - 300px);
    max-width: calc(100% - 300px);
    display: block;
  }
}
blockquote p {
  margin: 0;
}
.inbox .container-message-chat.show {
  display: block;
}
.inbox .message-chat {
  padding: 24px 4px 48px 10px;
}
.inbox .add-message {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 48px;
  width: 100%;
  border-top: 1px solid #d8d8d8;
  border-left: 1px solid #d8d8d8;
  background-color: #fff;
  border-radius: 0 0 10px 0;
}
@media only screen and (min-width: 768px) {
  .inbox .add-message {
    width: calc(100% - 300px);
  }
}

.message-wrap {
  max-height: 580px;
  overflow-y: auto;
}

.chat {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.chat li {
  display: block;
  border-bottom: 1px solid #d8d8d8;
  cursor: pointer;
  padding: 10px 15px;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  color: #888888;
  position: relative;
}
/* .chat li:first-child {
  border-top-left-radius: 10px;
}
.chat li:last-child {
  border-bottom-left-radius: 10px;
} */
.chat li:hover,
.chat li.active {
  background-color: #f5f5f5;
  color: var(--custom-tertiary);
}
.chat li.unread::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: #1fb7c5;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5px;
  z-index: 3;
}

.chat-thumb {
  position: relative;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
  max-width: 50px;
}
.chat-thumb img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.chat-thumb .status {
  border-radius: 50%;
  width: 13px;
  height: 13px;
  border: 2px solid #fff;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 5;
}
.chat-thumb .status.online {
  background-color: #4dd965;
}
.chat-thumb .status.always {
  background-color: #ffba00;
}
.chat-thumb .status.offline {
  background-color: #ccc;
  display: none;
}

.chat-username {
  -ms-flex: 0 0 calc(100% - 48px);
  flex: 0 0 calc(100% - 48px);
  max-width: calc(100% - 48px);
  position: relative;
}
.chat-username .username {
  padding-left: 8px;
  /* padding-right: 25px; */
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chat-username .count {
  position: absolute;
  top: 2px;
  right: 2px;
  width: 20px;
  height: 20px;
  color: #fff;
  display: inline-block;
  line-height: 20px;
  text-align: center;
  background-color: #ff0000;
}

.add-message-form {
  position: relative;
}
.add-message-form .form-control {
  border-width: 0;
  border-radius: 0;
  padding-left: 54px;
  padding-right: 50px;
  padding-top: 12px;
  padding-bottom: 14px;
  font-size: 16px;
  line-height: 21px;
  height: 47px;
}
.add-message-form .form-control {
  display: none !important;
}
.add-message-form div.form-control {
  display: inline-block !important;
}
.add-message-form .form-control::-webkit-input-placeholder {
  color: #222222;
}
.add-message-form .form-control:-moz-placeholder {
  color: #222222;
  opacity: 1;
}
.add-message-form .form-control::-moz-placeholder {
  color: #222222;
  opacity: 1;
}
.add-message-form .form-control:-ms-input-placeholder {
  color: #222222;
}
.add-message-form .form-control:hover,
.add-message-form .form-control:focus {
  box-shadow: none;
}
.add-message-form .send {
  background-color: transparent;
  padding: 0;
  margin: 0;
  border: 0;
  position: absolute;
  top: 8px;
  right: 18px;
  text-indent: -9999px;
  font-size: 0;
}
.add-message-form .send-pic {
  position: absolute;
  top: 11px;
  left: 18px;
  display: inline-block;
  cursor: pointer;
}

.message-item {
  position: relative;
  min-height: 40px;
  margin-bottom: 15px;
  margin-top: 5px;
}
.message-thumb-right {
  left: unset !important;
  right: 0;
}
.right {
  padding-right: 10px !important;
}
.left {
  padding-left: 40px !important;
}
.message-item:nth-child(even) .message-layout {
  padding-left: 0;
  padding-right: 40px;
}
.message-item.owener .message-content {
  max-width: 80%;
  width: fit-content;
  background-color: #f2f4f8;
  color: #000;
  margin-left: auto;
}
.message-item.owener .message-content .message-text {
  width: fit-content;
  max-width: 100%;
  word-wrap: break-word;
  display: block;
  text-align: start;
}

.message-item.owener .message-content small {
  color: #000;
}

.message-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
}
.message-thumb img {
  width: inherit;
  height: inherit;
  border-radius: 50%;
  display: block;
}

.message-layout {
  padding-left: 40px;
  display: flex;
}
.message-layout.left {
  justify-content: left;
}
.message-layout.right {
  justify-content: right;
}

.message-content {
  background-color: #f2f2f2;
  border-radius: 5px;
  padding: 6px 8px;
  color: #000;
  line-height: 20px;
}
.message-content small {
  font-size: 10px;
  color: rgba(0, 0, 0, 0.7);
  display: inline-block;
  line-height: 18px;
}
.message-content .message-name-parent {
  position: relative;
  top: -3px;
  padding-bottom: 3px;
}

.message-pic {
  max-width: fit-content;
  max-width: 200px;
}
.message-pic img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 5px;
  object-fit: cover;
}

.message-content a {
  color: #03a9f3 !important;
}

.message-content a:hover {
  color: #0287c2 !important;
}

.timer {
  line-height: 0 !important;
}

/* custom scrollbar */
.custom-scrollbar .mCSB_inside > .mCSB_container {
  margin-right: 0;
}
.custom-scrollbar .mCSB_scrollTools {
  width: 4px;
}
.custom-scrollbar .mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  border-radius: 0;
  background-color: transparent;
}
.custom-scrollbar .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #d7d7d7;
  border-radius: 2px;
}

.back-list-chat {
  padding: 0 24px;
  border-bottom: 1px solid #ccc;
}
.back-list-chat button {
  padding-top: 5px;
}

.tuition {
  padding: 23px 0;
}

.table-bordered td,
.table-bordered th {
  border: 1px solid #dee2e6;
}

/*----- datatables -----*/
.custom-datatables table thead {
  border-bottom-width: 0;
}
.custom-datatables table thead th {
  background-color: var(--custom-tertiary);
  font-weight: bold;
  color: #fff;
  padding-top: 14px;
  white-space: nowrap;
}
.custom-datatables table tbody tr:nth-child(odd) {
  background-color: #f2f2f2;
}
.custom-datatables table tbody tr:nth-child(even) {
  background-color: #d8d8d8;
}
.custom-datatables table tbody td {
  padding-top: 10px;
  vertical-align: middle;
}
.custom-datatables table .badge.custom-badge {
  width: 100%;
}
.custom-datatables table.dataTable.no-footer {
  border-bottom-width: 0;
}


.full-name {
  display: flex;
  align-items: center;
}
.full-name img {
  width: 48px;
  height: 48px;
  border-radius: 5px;
}
.full-name label {
  width: calc(100% - 48px);
  margin-bottom: 0;
  padding-left: 10px;
}

.badge.custom-badge {
  font-size: 14px;
  line-height: 18px;
  padding-top: 3px;
  padding-bottom: 3px;
  display: inline-block;
  border-radius: 15px;
  font-weight: normal;
}
.badge.paid {
  background-color: #007cff;
  color: #fff;
}
.badge.unpaid {
  background-color: #909090;
  color: #fff;
}
.badge.process {
  background-color: #f6bb00;
  color: #222222;
}

.action-button-group {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
.action-button-group a {
  margin: 0 2px;
  padding: 0 3px;
  box-sizing: content-box;
}
.action-button-group a span {
  display: inline-block;
  text-indent: -9999px;
  font-size: 0;
}

/*------------------------------------------------------------------
[Footer]
*/
.footer-site {
  position: relative;
  color: var(--custom-text);
}
.footer-site a {
  color: var(--custom-text);
}
.footer-site:before {
  display: block;
  content: "";
  /* background: url(../../images/frontend/bg/bg-wave-top.png) repeat-x left top; */
  height: 0px;
}
.footer-site:after {
  content: "";
  display: block;
  top: 5px;
  left: 0;
  width: 100%;
  bottom: 0;
  position: absolute;
  background: url(../../images/frontend/bg/main_bg.png) repeat-y center top;
}

.footer-site-inner {
  background-color: var(--custom-secondary);
  padding-top: 80px;
}

@media (max-width: 991.9px) {
  .footer-site-inner {
    padding-top: 12px;
  }
}

.footer-top {
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 992px) {
  .footer-top .col-footer-1 {
    -ms-flex: 0 0 37.4%;
    flex: 0 0 37.4%;
    max-width: 37.4%;
  }
}
@media only screen and (min-width: 992px) {
  .footer-top .col-footer-2 {
    -ms-flex: 0 0 30.45%;
    flex: 0 0 30.45%;
    max-width: 30.45%;
  }
}
@media only screen and (min-width: 992px) {
  .footer-top .col-footer-3 {
    -ms-flex: 0 0 32.15%;
    flex: 0 0 32.15%;
    max-width: 32.15%;
  }
}

.title-footer {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 11px;
  color: var(--custom-text);
  /* text-transform: uppercase; */
}

@media (max-width: 991.9px) {

  .title-footer {
    font-size: 16px;
  }
}
.about-teacher {
  margin-bottom: 20px;
  margin-top: 30px;
}
.about-us-footer {
  margin-bottom: 24px;
}
.about-us-footer img {
  margin-bottom: 20px;
}
.about-us-footer h4 {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 18px;
}

.list-contact {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list-contact li {
  position: relative;
  padding-left: 37px;
}
.list-contact li:not(:last-child) {
  margin-bottom: 10px;
}
.list-contact li i {
  position: absolute;
  top: 3px;
  left: 0;
  font-size: 18px;
  margin-left: 5px;
}
.list-contact li .ico-phone {
  top: -2px;
}
.list-contact li .ico-email {
  top: 3px;
}
.list-contact li .ico-map-marker {
  left: 3px;
}

.group-links {
  margin-bottom: 24px;
}
.group-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.group-links ul li:not(:last-child) {
  margin-bottom: 8px;
}
.group-links ul li a {
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.group-links ul li a:hover {
  color: var(--custom-tertiary);
}

.connect-us {
  margin-bottom: 24px;
}

.social-footer {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 576px) {
  .social-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -12px;
  }
}
.social-footer li {
  margin-bottom: 15px;
}
@media only screen and (min-width: 576px) {
  .social-footer li {
    padding: 0 12px;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.social-footer li a {
  display: inline-block;
  padding-left: 36px;
  position: relative;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.social-footer li a:hover {
  color: var(--custom-tertiary);
}
.social-footer li a i {
  font-size: 20px;
  position: absolute;
  top: 2px;
  left: 0;
}
.social-footer li a i.ico-mail,
.social-footer li a i.ico-youtube {
  top: 3px;
}
.social-footer li a i.ico-zalo {
  left: 2px;
}

.footer-bottom {
  /* border-top: 1px solid #fff; */
  padding: 22px 0;
  line-height: 1.3;
  position: relative;
  z-index: 2;
}
.footer-divider{
  border-top: 1px solid #fff;
}

@media only screen and (min-width: 768px) {
  .footer-bottom {
    padding: 32px 0;
  }
}

.copyright p {
  margin-bottom: 7px;
}
.copyright p:last-child {
  margin-bottom: 0;
}

.contact-fixed {
  position: fixed;
  z-index: 6;
  right: 36px;
  top: 50%;
  transform: translate(0, -50%);
}
@media only screen and (max-width: 767px) {
  .contact-fixed {
    display: none;
  }
}
.contact-fixed .btn-contact-us {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  -ms-border-radius: 22px;
  -o-border-radius: 22px;
  border-radius: 22px;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.16);
  -ms-box-shadow: 0 0 4px rgba(0, 0, 0, 0.16);
  -o-box-shadow: 0 0 4px rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.16);
  background-color: #fff;
  text-align: center;
  overflow: hidden;
  margin-left: auto;
}
@media only screen and (min-width: 768px) {
  .contact-fixed .btn-contact-us {
    width: 44px;
    height: 44px;
    line-height: 72px;
    -webkit-border-radius: 36px;
    -moz-border-radius: 36px;
    -ms-border-radius: 36px;
    -o-border-radius: 36px;
    border-radius: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.contact-fixed .btn-contact-us:not(:last-child) {
  margin-bottom: 24px;
}
.contact-fixed .btn-contact-us.has-text {
  transition: width 200ms linear;
}
.contact-fixed .btn-contact-us.has-text:hover {
  width: 200px;
}
@media only screen and (min-width: 768px) {
  .contact-fixed .btn-contact-us.has-text:hover span {
    display: inline-block;
  }
}
.contact-fixed .btn-contact-us i {
  vertical-align: middle;
}
.contact-fixed .btn-contact-us span {
  font-weight: 700;
  color: #fb0204;
  text-transform: uppercase;
  line-height: normal;
  white-space: nowrap;
  display: none;
  margin-left: 8px;
}

.go-top {
  width: 88px;
  height: 48px;
  position: fixed;
  top: auto;
  bottom: 48px;
  left: auto;
  right: 48px;
  padding: 0;
  transform: translate(0, 48px);
  transition: all 0.15s ease-out 0s;
  pointer-events: none;
  visibility: hidden;
  z-index: 10;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../../images/frontend/bg/bg-go-top.png) no-repeat;
}
.go-top.is-active {
  visibility: visible;
  pointer-events: initial;
  transform: translate(0, 0);
}

.select2-container--default {
  width: 100% !important;
}

/* select-2 */
.select2-selection {
  min-height: 45px !important;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 50px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 50px;
}

.select2-selection.select2-selection--multiple,
.select2-selection.select2-selection--single {
  border: 2px solid #ced4da;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;

}

.active-custom {
  color: var(--custom-tertiary);
}

.ico-google-footer,
.ico-whatsapp-footer,
.ico-messenger-footer,
.ico-facebook-right,
.ico-instagram-right,
.ico-youtube-right,
.ico-google-right,
.ico-mesenger-right {
  background-image: url("./images/icons.png");
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
}
.ico-google-footer,
.ico-whatsapp-footer,
.ico-messenger-footer {
  height: 20px;
  width: 20px;
}
.ico-google-footer {
  background-position: 0 -659px;
}
.ico-whatsapp-footer {
  background-position: 0 -747px;
}
.ico-messenger-footer {
  background-position: 0 -703px;
}

.ico-facebook-right,
.ico-instagram-right,
.ico-youtube-right,
.ico-google-right,
.ico-mesenger-right {
  width: 30px;
  height: 30px;
}
@media only screen and (min-width: 768px) {
  .ico-facebook-right,
  .ico-instagram-right,
  .ico-youtube-right,
  .ico-google-right,
  .ico-mesenger-right {
    height: 30px;
    width: 30px;
  }
}
.ico-facebook-right {
  background-position: -100px 0;
}
@media only screen and (min-width: 768px) {
  .ico-facebook-right {
    background-position: 0 0;
  }
}
.ico-instagram-right {
  background-position: -100px -72px;
}
@media only screen and (min-width: 768px) {
  .ico-instagram-right {
    background-position: 0 -72px;
  }
}
.ico-youtube-right {
  background-position: -100px -284px;
}
@media only screen and (min-width: 768px) {
  .ico-youtube-right {
    background-position: 0 -282px;
  }
}
.ico-google-right {
  background-position: -100px -216px;
}
@media only screen and (min-width: 768px) {
  .ico-google-right {
    background-position: 0 -216px;
  }
}
.ico-mesenger-right {
  background-position: -100px -346px;
}
.ico-hotline{
      background-position: 0 -803px;
}

@media only screen and (min-width: 768px) {
  .ico-mesenger-right {
    background-position: -100px -346px;
  }
  .ico-hotline{
        background-position: 0 -803px;
  }
}
.teacher-exp {
  margin-top: 30px;
}
.ico-teacher {
  font-size: 18px;
}
.team-item-teacher {
  position: relative;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  background-color: #fff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
.team-item-teacher:hover {
  position: relative;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  opacity: 0.8;
}
.right a {
  color: #fff;
}
.right {
  color: #fff;
  text-align: end;
}
.media-object a {
  margin-right: 5px;
}
.text-message {
  padding: 0 0 0 5px !important;
  margin: 0 !important;
  width: 80%;
  height: 38px !important;
}

div.text-message {
  padding: 14px 0 0 5px !important;
}

.paginator{
  display: flex;
	justify-content: center;
	padding-bottom: 20px;
}

.paginator a.paginator-current {
	background-color: #fb9678;
	color: white;
  }

.paginator a{
  color: black;
  /* float: left; */
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color .3s;
  border: 1px solid #ddd;
}

.paginator a:hover:not(.paginator-current) {background-color: #ddd;}

.avatars {
  display: flex;
  list-style-type: none;
  margin: auto;
  padding: 0px;
  flex-direction: row;
}

.avatars__item {
  border: 1px solid var(--custom-tertiary);
  border-radius: 100%;
  color: #ffffff;
  display: block;
  font-family: sans-serif;
  font-size: 12px;
  font-weight: 100;
  height: 45px;
  width: 45px;
  line-height: 45px;
  text-align: center;
  transition: margin 0.1s ease-in-out;
  overflow: hidden;
  margin-left: 0px;
}

.avatars__item:first-child {
  z-index: 5;
}
.avatars__item:nth-child(2) {
  z-index: 4;
}
.avatars__item:nth-child(3) {
  z-index: 3;
}
.avatars__item:nth-child(4) {
  z-index: 2;
}
.avatars__item:nth-child(5) {
  z-index: 1;
}
.avatars__item:last-child {
  z-index: 0;
}

.avatars__item img {
  width: 100%;
}

.avatars:hover .avatars__item {
  margin-right: 10px;
}

.field-parents-info-render {
  text-align: end;
}

/* responsive calendar */
@media (max-width: 767px) {

  .fc-toolbar-chunk {
    margin-bottom: 10px;
  }

  .fc-daygrid-week-number {
    font-size: 12px !important;
  }
}

.pd-13px {
  padding: 13px;
}

.select2-container {
  z-index: 99999;
}

.input-file-trigger {
  border: none !important;
}

.table .img-sm {
  width: 50px;
  margin-right: 10px;
}

/* CSS cho modal view image */
.modalImg {
  display: none;
  position: fixed;
  z-index: 1000;
  padding-top: 50px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.9);
}

.modalImg-content {
  margin: auto;
  display: block;
  width: 70%;
  max-width: 600px;
}

.modalImg-close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
}

.modalImg-close:hover,
.modalImg-close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

.messaging-tab {
  padding: 10px 15px 10px 10px;
  border-bottom: 1px solid #e4e9f0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}
.messaging-tab:hover {
  background-color: #f2f4f8;
}
.messaging-tab.messaging-tab-selected {
  background-color: #acb7bf;
  color: #fff;
}
.messaging-tab.messaging-tab-selected .messaging-tab-time,
.messaging-tab.messaging-tab-selected .messaging-tab-text {
  color: #fff;
}
.messaging-tab-avatar {
  width: 50px;
}
.messaging-tab-avatar .avatar-circle {
  border-color: #fff;
}
.messaging-tab-content {
  width: calc(100% - 50px);
  padding-left: 15px;
}
.messaging-tab-time {
  color: #b8beca;
  font-size: 12px;
  margin-top: 5px;
}
.messaging-tab-name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-right: 30px;
  font-weight: bold;
}
.messaging-tab-text {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #b8beca;
  font-size: 0.85rem;
}
.page-link {
  color: var(--custom-tertiary);
}
.page-link:focus {
  box-shadow: none;
}
.active>.page-link, .page-link.active {
  background-color: var(--custom-tertiary);
  border-color: var(--custom-tertiary);
}
.fc .fc-daygrid-day.fc-day-today {
  background-color: var(--custom-tertiary);
}


.section-teams {
  margin-bottom: 46px;
}
.max-w-996 {
  max-width: 996px;
}
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.single-teacher-overview {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 16px;
  background-color: #d0e7eb;
  border-radius: 20px;
}
.mt-4 {
  margin-top: 1.5rem !important;
}
.single-teacher-img {
  border-radius: 20px 20px 0 0;
  overflow: hidden;
  width: 100%;
}
img {
  max-width: 100%;
  height: auto;
  height: unset;
  width: auto;
}

.single-teacher-body {
  width: 100%;
  padding: 16px;
}

.fw-medium {
  font-weight: 500;
}


.title-type-1, .section-text-title {
  font-size: 28px;
}

.title {
  color: #00617F;
  margin-bottom: 0;
  font-family: "Montserrat", sans-serif;
  line-height: 1.21875;
}

.mb-3 {
  margin-bottom: 1rem !important;
}


.single-teacher-position {
  color: #319C8A;
}

.single-teacher-summary {
  line-height: 1.25;
  margin-bottom: 14px;
}

.btn-primary-custom {
  border-color: #00617F;
  background-color: #00617F;
  color: #fff;
}



.btn-custom {
  padding: 11px 20px;
  border-radius: 10px;
}

.w-100 {
  width: 100% !important;
}

.single-teacher-summary h3 {
  font-weight: 600;
  color: #00617F;
  font-size: 18px;
}
.single-teacher-summary li {
  list-style: none;
  margin-bottom: 8px;
}

.single-teacher-summary ul {
padding: 0;
}
.btn-primary-custom:hover, .btn-primary-custom:focus {
  border-color: #319C8A;
  background-color: #319C8A;
  color: #fff;
}

@media only screen and (min-width: 1200px) {
  .btn-custom {
      min-width: 160px;
  }
}

@media only screen and (min-width: 768px) {
  .single-teacher-position {
      font-size: 20px;
      font-weight: 500;
  }
}
@media only screen and (min-width: 768px) {
  .title-type-1, .section-text-title {
      font-size: 36px;
  }
}
@media only screen and (min-width: 768px) {
  .single-teacher-img {
      border-radius: 20px 0 0 20px;
      width: 39%;
  }
}

@media only screen and (min-width: 768px) {
  .single-teacher-body {
      width: 61%;
      padding: 24px;
  }
}
@media only screen and (min-width: 1400px) {
  .single-teacher-content h3 {
      font-size: 20px;
  }
}

.teacher-classes .btn-main {
  color: #fff;
}
.teacher-classes .btn {
  font-weight: normal;
}

@media (max-width: 991.9px) {
  .students {
    margin-left: 0;
    gap: 12px;
  }
  .students .student {
    margin: 0;
    width: 100%;
  }
  .go-top{
    right: 10px;
  }

}
.student:hover .student-name{
  text-overflow: unset;
    white-space: unset;
    transform: translateY(-20%);
}
