@font-face {
  font-family: "MavenPro";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/MavenPro-Regular.woff") format("woff");
}
@font-face {
  font-family: "MavenPro";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/MavenPro-Medium.woff") format("woff");
}
@font-face {
  font-family: "MavenPro";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/MavenPro-SemiBold.woff") format("woff");
}
@font-face {
  font-family: "MavenPro";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/MavenPro-Bold.woff") format("woff");
}
@font-face {
  font-family: "MavenPro";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/MavenPro-ExtraBold.woff") format("woff");
}
@font-face {
  font-family: "MavenPro";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/MavenPro-Black.woff") format("woff");
}
html {
  scroll-behavior: smooth !important;
  font-size: 16px;
}
@media (max-width: 767px) {
  html {
    font-size: 14px;
  }
}

:root {
  --color-main: #F0D780;
  --color-sub: #A7713F;
  --background-color: #000;
  --background-color-container: #111111;
  --text-color: #fff;
}

* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "MavenPro", sans-serif;
  color: var(--text-color);
  background-color: var(--background-color);
  font-size: 1rem;
  line-height: 19px;
}
body p {
  margin-bottom: 10px;
}
body .text__main {
  color: var(--color-main);
}
body a {
  text-decoration: none;
}
body a:hover {
  color: var(--color-main);
}
body ul {
  padding: 0;
  list-style-position: inside;
}
body input:focus {
  outline: none !important;
  box-shadow: unset !important;
}
body .pagination {
  justify-content: center;
  grid-gap: 10px;
}
body .pagination .page-item .page-link {
  color: #222;
  border-radius: 3px;
  width: 38px;
  text-align: center;
}
body .pagination .active .page-link {
  background-color: var(--color-main);
  border-color: var(--color-main);
  color: #fff;
}

@media (max-width: 1023px) {
  header nav {
    border-bottom: 1px solid #333;
    margin-bottom: 14px;
  }
}
header nav .navtotal {
  margin-bottom: 30px;
  grid-gap: 40px;
  grid-template-columns: 1fr 200px 1fr;
}
header nav .navtotal .menuTop {
  list-style: none;
  padding: 0;
  gap: 40px;
  margin: 0;
}
header nav .navtotal .menuTop li a {
  font-weight: 500;
  gap: 10px;
  color: #fff;
}
header nav .navtotal .menuTop li a:hover {
  color: var(--color-main);
}
header nav .navtotal .right-menu {
  grid-gap: 40px;
}
header nav .navtotal .right-menu .en-menu a {
  color: #fff;
  font-weight: 500;
}
header nav .navtotal .right-menu .en-menu a:hover {
  color: var(--color-main);
}
header nav .navtotal .right-menu .en-menu a:first-child {
  margin-bottom: 4px;
}
@media (max-width: 1023px) {
  header nav .navtotal {
    height: 100px;
    padding: 10px 0;
    margin: 0;
  }
  header nav .navtotal .bar_menu a i {
    font-size: 22px;
    color: var(--color-sub);
  }
  header nav .navtotal .logo {
    width: 108px;
  }
}

.contenttt {
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .contenttt {
    padding-bottom: 50px;
  }
}

.container {
  padding: 0;
}
@media (max-width: 767px) {
  .container {
    padding: 0 15px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1110px;
  }
}
@media (min-width: 1300px) {
  .container {
    width: 1170px;
  }
}
.ldio-d82d0rdnc3e div {
  position: absolute;
  animation: ldio-d82d0rdnc3e 1s linear infinite;
  width: 160px;
  height: 160px;
  top: 20px;
  left: 20px;
  border-radius: 50%;
  box-shadow: 0 4px 0 0 #f8f9fa;
  transform-origin: 80px 82px;
}

.loadingio-spinner-eclipse-akld8va2qbt {
  width: 200px;
  height: 200px;
  display: inline-block;
  overflow: hidden;
  background: transparent;
}

.ldio-d82d0rdnc3e {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(1);
  backface-visibility: hidden;
  transform-origin: 0 0;
  /* see note above */
}

.ldio-d82d0rdnc3e div {
  box-sizing: content-box;
}

@keyframes ldio-d82d0rdnc3e {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.wrap-loading {
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.94);
  z-index: 1000;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.breadcrumb {
  margin: 20px 0;
  justify-content: center;
}
.breadcrumb li {
  display: flex;
}
.breadcrumb li .mr_lr {
  margin: 0 10px;
}
.breadcrumb li a {
  display: block;
  color: var(--color-main);
}
.breadcrumb li.active {
  display: flex;
}
.breadcrumb li.active span {
  color: #929497;
}
@media (max-width: 767px) {
  .breadcrumb {
    overflow-x: auto;
    flex-wrap: nowrap;
    width: 100%;
    white-space: nowrap;
    padding-bottom: 5px;
    margin-bottom: 15px;
    justify-content: start;
  }
}

/****** end.COMMON ***********/
#msgModal {
  /* The Modal (background) */
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 9999;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
  /* Modal Content */
  /* Add Animation */
  /* The Close Button */
}
#msgModal .msgmodal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  border-radius: 4px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
}
@media (min-width: 767px) {
  #msgModal .msgmodal-content {
    width: 420px;
  }
}
@media (max-width: 767px) {
  #msgModal .msgmodal-content {
    max-width: 100%;
  }
}
@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
#msgModal .close {
  color: white;
  float: right;
  font-size: 36px;
  font-weight: bold;
}
#msgModal h5 {
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
}
#msgModal .close:focus,
#msgModal .close:hover {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
#msgModal .msgmodal-header {
  padding: 2px 10px 2px 16px;
  background-color: #116bb3;
  line-height: 36px;
  color: white;
}
#msgModal .msgmodal-body {
  padding: 15px 16px 30px;
  line-height: 20px;
  text-align: center;
}
#msgModal .msgmodal-body .bt-modals {
  background-color: #e83e28;
  margin-right: 10px;
  font-size: 20px;
  color: #ffffff;
  padding: 10px 20px;
  text-transform: uppercase;
  border-radius: 3px;
  display: inline-block;
  margin-top: 20px;
}
#msgModal .msgmodal-footer {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}
#msgModal svg {
  width: 100px;
  display: block;
  margin: 40px auto;
}
#msgModal .path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
}
#msgModal .path.circle {
  -webkit-animation: dash 0.9s ease-in-out;
  animation: dash 0.9s ease-in-out;
}
#msgModal .path.line {
  stroke-dashoffset: 1000;
  -webkit-animation: dash 0.9s 0.35s ease-in-out forwards;
  animation: dash 0.9s 0.35s ease-in-out forwards;
}
#msgModal .path.check {
  stroke-dashoffset: -100;
  -webkit-animation: dash-check 0.9s 0.35s ease-in-out forwards;
  animation: dash-check 0.9s 0.35s ease-in-out forwards;
}

/* alert */
.alert {
  padding: 10px;
  background-color: #f44336;
  color: white;
  display: block;
  opacity: 1;
  margin-bottom: 10px;
  margin-top: 10px;
  position: fixed;
  z-index: 999999;
  width: 300px;
  top: 0;
  right: 10px;
  border-radius: 4px;
  -ms-transform: translateY(-20px) scaleY(0.9);
  transform: translateY(-20px) scaleY(0.9);
  -webkit-transition: transform cubic-bezier(0.35, 1.65, 0.65, 1.1) 250ms, opacity ease 250ms;
  transition: transform cubic-bezier(0.35, 1.65, 0.65, 1.1) 250ms, opacity ease 250ms;
}

.alert.success {
  background-color: #4CAF50;
}

.alert.info {
  background-color: #2196F3;
}

.alert.warning {
  background-color: #ff9800;
}

.closebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}
.closebtn:hover {
  color: black;
}

#dialogoverlay {
  display: none;
  opacity: 0.8;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  z-index: 9999;
}

#dialogbox {
  display: none;
  position: fixed;
  border: 5px solid #ccc;
  background-color: #fff;
  border-radius: 5px;
  width: 320px;
  z-index: 9999;
  font-size: 16px;
}

#dialogbox > div > #dialogboxhead {
  background: #116bb3;
  font-size: 19px;
  padding: 10px;
  color: #fff;
}

#dialogbox > div > #dialogboxbody {
  padding: 25px 10px;
}

#dialogbox > div > #dialogboxfoot {
  padding: 10px;
  text-align: center;
}

#dialogbox > div > #dialogboxfoot > button {
  color: #FFF;
  background-color: #116bb3;
  border-radius: 3px;
  padding: 5px 25px;
}

.alert_moda .modal-content {
  border-radius: 20px;
  padding: 20px 5px;
  background: #f6f6f6 !important;
}
.alert_moda .modal-body h4 {
  color: #006cc6;
  font-size: 16px;
  font-weight: bold;
  padding: 15px;
  width: 130px;
  background: #ffffff;
}
.alert_moda .modal-body .close23 {
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: -10px;
  right: 5px;
  border: none;
}
.alert_moda .modal-body .close23 i {
  font-size: 30px;
  color: #2196F3;
}
.alert_moda .modal-body .content-info {
  font-size: 15px;
  line-height: 22px;
  padding: 10px;
  background-color: #fff;
  margin-bottom: 20px;
}
.alert_moda .modal-body .bt-content {
  text-align: center;
}
.alert_moda .modal-body .bt-content .bt-modal {
  font-size: 15px;
  color: #ffffff;
  padding: 10px 20px;
  text-transform: uppercase;
  border-radius: 3px;
  width: 140px;
  display: inline-block;
}
.alert_moda .modal-body .bt-content .bt-cancel {
  background-color: #e83e28;
  margin-right: 10px;
}
.alert_moda .modal-body .bt-content .bt-ok {
  background-color: #006cc6;
}

@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes dash-check {
  0% {
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dashoffset: 900;
  }
}
@keyframes dash-check {
  0% {
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dashoffset: 900;
  }
}
.load_more {
  color: #fff;
  background-color: var(--color-main);
}
.load_more:hover {
  color: #fff;
  background-color: var(--color-main);
}

.itemProduct {
  border-radius: 5px;
  transition: all 0.35s;
}
@media (max-width: 767px) {
  .itemProduct {
    width: 250px !important;
  }
}
@media (min-width: 767px) and (max-width: 1023px) {
  .itemProduct {
    width: 250px !important;
  }
}
.itemProduct:hover {
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
}
.itemProduct:hover a {
  color: var(--text-color);
}
.itemProduct:hover a .img-main img {
  transform: scale(1.1, 1.1);
}
.itemProduct:hover a .bot--item .title--item {
  color: var(--color-main);
}
.itemProduct .price--item {
  top: 15px;
  font-weight: 600;
  padding: 10px 15px;
  color: #fff;
  background: rgba(190, 33, 47, 0.8);
  border-radius: 20px 0px 0px 20px;
  z-index: 1;
}
.itemProduct a {
  color: var(--text-color);
}
.itemProduct a .img-main {
  height: 202px;
}
.itemProduct a .img-main img {
  transition: all 0.35s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.itemProduct a .bot--item {
  padding: 20px;
  background: #fff;
}
.itemProduct a .bot--item .title--item {
  transition: all 0.35s;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  height: 48px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
}
.itemProduct a .bot--item .lecturers .img {
  width: 35px;
  height: 35px;
  border-radius: 50%;
}
.titleCat {
  padding-right: 20px;
  margin-bottom: 30px;
  border-radius: 30px;
  background: #fff;
}
.titleCat .title-cat {
  font-size: 18px;
}
.titleCat .link-cat {
  padding: 10px 30px;
  border-radius: 5px;
  color: var(--color-main);
  border: 1px solid var(--color-main);
}
@media (max-width: 767px) {
  .titleCat .title-cat {
    font-size: 16px;
  }
}

.scroll:after {
  content: "";
  width: 19px;
  height: 50px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-image: url("../../../images/icon/mouse3.gif");
}
@media (max-width: 767px) {
  .scroll::after {
    content: "";
    width: 14px;
    height: 34px;
    position: absolute;
    background-size: 14px;
    left: 50%;
    top: 60%;
    transform: translate(-50%, -50%);
    background-image: url(../../../images/icon/mouse3.gif);
  }
}

.viewAll {
  padding: 10px 30px;
  color: var(--color-main);
  border: 1px solid var(--color-main);
  border-radius: 5px;
}

.star-rating {
  --percent: calc((var(--rating) / 5 * 100%));
  font: normal normal normal 19px/1 FontAwesome;
  position: relative;
  display: flex;
  align-items: center;
  letter-spacing: 2px;
}
.star-rating:before {
  content: "\f005\f005\f005\f005\f005";
  background: linear-gradient(90deg, #ffad00 var(--percent), #ddd var(--percent));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 17px;
}

.alert_modal {
  display: none;
  position: fixed;
  width: 100%;
  top: 15%;
  left: 0;
  z-index: 1060;
}
.alert_modal .alert_body {
  background: #fff;
  width: 390px;
  text-align: center;
  border-radius: 20px;
  border: 1px solid #ddd;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
  font-size: 16px;
  margin-top: 5%;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.24);
  -webkit-animation: shake-lr 0.7s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
  animation: shake-lr 0.7s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
}
.alert_modal .alert_body svg:not(:root) {
  width: 30px;
}
.alert_modal .alert_body p {
  margin: 20px 0;
}
.alert_modal .alert_body p a {
  width: auto;
  background: none;
  color: #333;
  height: auto;
  transition: 0.3s all ease-in-out;
}
.alert_modal .alert_body p a:hover {
  color: #FAAF40;
}
.alert_modal .alert_body a {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color-main);
  color: #fff;
  font-weight: 700;
  width: 60px;
  margin: auto;
  border-radius: 5px;
  height: 30px;
}
.alert_modal .path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
}
.alert_modal .path.circle {
  -webkit-animation: dash 0.9s ease-in-out;
  animation: dash 0.9s ease-in-out;
}
.alert_modal .path.line {
  stroke-dashoffset: 1000;
  -webkit-animation: dash 0.9s 0.35s ease-in-out forwards;
  animation: dash 0.9s 0.35s ease-in-out forwards;
}
.alert_modal .path.check {
  stroke-dashoffset: -100;
  -webkit-animation: dashCheck 0.9s 0.35s ease-in-out forwards;
  animation: dashCheck 0.9s 0.35s ease-in-out forwards;
}
.alert_modal.show {
  opacity: 1;
}

.slick-prev, .slick-next {
  right: 100%;
  left: 98%;
}

.slick-prev {
  left: -15px !important;
}

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