@font-face {
  font-family: Roboto;
  src: url('./fonts/Barlow-ExtraBold.woff') format('woff2');
  font-display: swap;
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: Roboto;
  src: url('./fonts/Barlow-Bold.woff') format('woff2');
  font-display: swap;
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: Roboto;
  src: url('./fonts/Barlow-Medium.woff') format('woff2');
  font-display: swap;
  font-style: normal;
  font-weight: 600;
}

@font-face {
  font-family: Roboto;
  src: url('./fonts/Barlow-Regular.woff') format('woff2');
  font-display: swap;
  font-style: normal;
  font-weight: 500;
}

@font-face {
  font-family: Roboto;
  src: url('./fonts/Barlow-Thin.woff') format('woff2');
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}

.no-gutter>[class^="col-"],
.no-gutter>[class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

.no-gutter-col {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  font-family: "Barlow", sans-serif;
  width: 100%;
  /* min-height: 100vh; */
  overflow-x: hidden !important;
  color: var(--grayColor);
  /* font-size: 16px; */
  font-weight: 400;
}

ul,
ul li {
  list-style: none;
  margin: 0;
}

a:hover {
  text-decoration: none;
}

p {
  margin: 0;
  font-size: 16px;
}

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

input:focus,
textarea:focus,
select:focus {
  outline: none;
}

textarea {
  resize: vertical;
}

a:focus {
  outline: none !important;
  outline-offset: 0;
}


.adm-glyphicon span {
  background: url("./img/setting.png");
  background-size: cover;
  width: 12px;
  height: 12px;
  display: block;
}

.theme-dark body {
  background-color: var(--black);
  color: var(--bg2);
}

.theme-dark #curriculum table td {
  color: var(--whileColor);
}

.wrap {
  width: 100%;
  max-width: 1326px;
  margin: 0 auto;
}

.wrap-header {
  width: 100%;
  max-width: 1526px;
  margin: 0 auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  color: var(--black);
  /* font-family: "Nunito", sans-serif; */
  font-weight: 700;
}

.theme-dark h1,
.theme-dark h2,
.theme-dark h3,
.theme-dark h4,
.theme-dark h5,
.theme-darkh6 {
  color: var(--whileColor);
}

h1 {
  font-size: 72px;
  margin-bottom: 30px;
}

h2 {
  font-size: 30px;
}

p {
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
}

a {
  text-decoration: none;
  color: inherit;
}

.img-c {
  width: 25px;
  height: 25px;
  max-width: 100%;
}

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

.text-1 {
  font-size: 18px;
  color: var(--primaryColor);
  font-weight: 500;
}

.text-2 {
  font-size: 44px;
  color: var(--blackColor);
  /* font-family: "Nunito", sans-serif; */
  font-weight: 700;
}

.text-3 {
  font-size: 16px;
  color: var(--textGray);
}

.text-4 {
  font-size: 20px;
  transition: all ease 0.5s;
  color: var(--black);
  /* font-family: "Nunito", sans-serif; */
  font-weight: 700;
}

.text-5 {
  font-size: 24px;
  color: var(--blackColor);
  /* font-family: "Nunito", sans-serif; */
  font-weight: 700;
}

.text-fit {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pt-100 {
  padding-top: 100px;
}

.default-btn.btn-2 {
  background-color: var(--whileColor);
  color: var(--black);
  border: none;
  margin-left: 15px;
}

.default-btn.btn-2:hover {
  background-color: var(--originColor);
  color: var(--whileColor);
}

.default-btn::before {
  position: absolute;
  content: "";
  background-color: var(--primaryColor);
  height: 100%;
  width: 100%;
  border-radius: 5px;
  top: 0;
  left: 0;
  transform: scaleX(0);
  transition: all ease 0.5s;
  z-index: -1;
}

.default-btn::after {
  position: absolute;
  content: "";
  background-color: var(--primaryColor);
  height: 100%;
  width: 100%;
  border-radius: 5px;
  top: 0;
  left: 0;
  transform: scaleY(0);
  transition: all ease 0.5s;
  z-index: -1;
}

.default-btn {
  font-size: 16px;
  border: none;
  background-color: var(--originColor);
  color: var(--whileColor);
  padding: 15px 30px;
  border-radius: 5px;
  position: relative;
  transition: all ease 0.5s;
  z-index: 1;
}

.default-btn:hover {
  color: var(--whileColor);
  overflow: hidden;
}

.default-btn:hover::after {
  transform: scaleY(1);
}

.default-btn:hover::before {
  transform: scaleX(1);
}

.wrap-icon,
.wrap-content-center {
  position: relative;
}

.wrap-icon>svg,
.wrap-icon>span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.wrap-content-center>div,
.wrap-content-center>span,
.wrap-content-center>p {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.list-header-item:hover>a,
.list-child-item:hover>a {
  color: var(--originColor) !important;
}

.list-header-item.active>a,
.list-child-item.active>a {
  color: var(--originColor) !important;
}

/* Begin */
.header {
  padding: 20px 0;
  background-color: var(--whileColor);
}

.header.affix,
.header-mobile.affix {
  animation: slidershow 0.5s linear;
}

.bg-f7f7f7 {
  background-color: var(--bg3);
}

.theme-dark .bg-f7f7f7 {
  background-color: var(--bg4);
}

.bg-2E0769 {
  background-color: var(--primaryColor);
}

.theme-dark .bg-2E0769 {
  background-color: var(--bg1);
}

.affix {
  top: 0;
  width: 100%;
  z-index: 99 !important;
}

.affix~.container-fluid {
  position: relative;
  top: 50px;
}

.logo {
  width: 118px;
  height: 35px;
  margin-top: 7px;
}

.form-group-s {
  position: relative;
  padding-left: 40px;
}

.form-group-s input {
  background-color: var(--whileColor);
  border-color: var(--lightGray);
  border-radius: 5px;
  padding: 20px 10px;
}

.form-group-s>button {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  bottom: 0;
  background: none;
  border: none;
}

.header .list-header {
  float: right;
}

.form-search {
  margin-top: 7px;
}

.list-header-item {
  display: inline-block;
  position: relative;
  color: var(--grayColor);
  margin-right: 15px;
  transition: all 0.5s linear;
}

.header-two .list-header-item svg path {
  fill: var(--whileColor);
}

.theme-dark .list-header-item svg path {
  fill: var(--whileColor);
}

.list-child::before {
  content: "";
  width: 100%;
  height: 20px;
  position: absolute;
  top: -20px;
  left: 0;
  background-color: transparent;
}

.list-header-item:hover>.list-child {
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 99;
}

.list-header-item a {
  font-size: 18px;
  font-weight: 600;
  color: var(--bg5);
}

.login {
  display: inline-block;
  padding: 15px 30px;
  color: var(--whileColor);
  background: var(--originColor);
  border: none;
  border-radius: 5px;
  font-size: 16px;
}

.header-shopping {
  display: inline-block;
  margin-right: 15px;
  position: relative;
}

.header-shopping span {
  position: absolute;
  color: var(--whileColor);
  width: 13px;
  height: 13px;
  background: red;
  border-radius: 50px;
  text-align: center;
  line-height: 13px;
  font-size: 10px;
  top: -5px;
  right: 0px;
}

.header-shopping svg {
  margin-bottom: -4px;
}

.list-child {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  width: 250px;
  background: var(--whileColor);
  top: 110%;
  left: 0;
  box-shadow: var(--boxshadow3);
  margin-top: 20px;
  transition: all 0.2s linear;
}

.list-child .list-child-item {
  padding: 15px;
  width: 100%;
  border-bottom: 1px solid var(--border1);
}

.list-child-item:last-child {
  border: none;
}

.header-mobile {
  display: none;
  padding: 20px 0;
  background: var(--whileColor);
}

.dot-menu {
  margin-right: 20px;
  display: inline-block;
}

#list-header-mobile {
  position: absolute;
  width: 92%;
  z-index: 3;
  margin-top: 19px;
}

.wrap-header-mobile .logo {
  margin: 0;
}

.wrap-header-right {
  float: right;
}

.list-item-header-mobile {
  position: relative;
}

.list-item-header-mobile a {
  display: block;
  padding: 15px;
  color: var(--black);
}

.list-item-header-mobile-parrent {
  width: 100%;
}

.list-item-header-mobile {
  font-size: 14px;
  font-weight: 600;
  border-bottom: 1px solid var(--lightGray);
}

.list-item-header-mobile a {
  position: relative;
  display: inline-block;
}

.list-item-header-mobile a span {
  left: unset;
  right: 15px;
}

.wrap-header-mobile {
  padding: 20px 0;
}

.list-header-mobile {
  box-shadow: var(--boxshadow1);
  overflow-y: scroll;
  padding-bottom: 0;
}

.list-child-mobile-item:last-child {
  border: none;
}

.list-child-mobile-item:first-child {
  border-top: 1px solid var(--lightGray);
}

.list-child-mobile-item>a {
  display: block;
  padding: 14px 35px;
  font-size: 14px;
  font-weight: 600;
  border-bottom: 1px solid var(--lightGray);
}

.menu-bars.collapsed #close-header {
  display: none;
}

.menu-bars.collapsed #menu-m {
  display: inline-block;
}

.menu-bars #close-header {
  display: inline-block;
  transition: all 0.5s linear;
}

.menu-bars #menu-m {
  display: none;
  transition: all 0.5s linear;
}

.menu-bars {
  display: inline-block;
  margin-top: 7px;
}

.form-search-m {
  padding: 0;
  margin-bottom: 10px;
}

.form-search-m>button {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.btn-login-m {
  padding: 10px 25px;
}

.header-form {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  right: 15px;
  background: var(--border1);
  text-align: center;
  padding: 15px;
  z-index: 4;
  margin-top: 19px;
  max-width: 285px;
  transition: all 0.5s linear;
  transform: scaleY(0);
}

.show {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}

.header-shopping-m {
  padding: 0;
}

.header-form ul li {
  margin-bottom: 10px;
  display: inline-block;
  margin-right: 15px;
}

.header-form ul li form {
  margin-left: 0;
  width: 100%;
  margin-right: 10px;
  position: relative;
}

.header-form ul li a {
  font-size: 22px;
  color: var(--black);
  position: relative;
  margin-right: 20px;
  top: 5px;
}

.open-icon-c {
  padding: 15px 20px !important;
}

.open-icon-c.collapsed .minus-icon {
  opacity: 0;
  visibility: hidden;
}

.open-icon-c.collapsed .add-icon {
  opacity: 1;
  visibility: inherit;
}

.open-icon-c .minus-icon {
  opacity: 1;
  visibility: inherit;
}

.open-icon-c .add-icon {
  opacity: 0;
  visibility: hidden;
}

/* Banner */
.banner {
  background-position: center center;
  background-size: cover;
  overflow: hidden;
  position: relative;
  min-height: 700px;
  width: 100%;
}

.banner::before {
  content: "";
  position: absolute;
  background-color: var(--primaryColor);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.9;
}

.banner-left {
  position: relative;
  z-index: 2;
  min-height: 370px;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
}

.theme-dark .banner::before {
  background-color: var(--bg4);
}

.banner-dark {
  display: none;
  max-width: 720px;
  float: right;
}

.banner-light {
  display: block;
  max-width: 720px;
  float: right;
}

.theme-dark .banner-dark {
  display: block;
}

.theme-dark .banner-light {
  display: none;
}

.banner-left .banner-left-img-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  animation: leftToRight 5s linear infinite;
  z-index: 99;
}

.banner-right {
  max-width: 720px;
  position: relative;
  padding: 100px 0;
}

.banner-right>span {
  color: var(--originColor);
  font-size: 20px;
  margin-bottom: 15px;
  display: inline-block;
}

.banner-right>h1 {
  color: var(--whileColor);
}

.banner-right>p {
  color: var(--whileColor);
  margin-bottom: 40px;
}

.icon-banner-child-1 {
  width: auto;
  height: auto;
  position: absolute;
  bottom: 0;
  right: 190px;
  animation: rotate3d 4s linear infinite;
}

.icon-banner-child-2 {
  width: auto;
  height: auto;
  position: absolute;
  bottom: 20px;
  right: 0;
  animation: rotate3d 4s linear infinite;
}

.container-fluid-banner {
  position: relative;
}

.img-banner-tr {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  z-index: 2;
}

.img-banner-bl {
  position: absolute;
  bottom: 0;
  left: 0;
}

/* end Banner */

/* Category */
.top-content-center p {
  margin-top: -7px;
  margin-bottom: 15px;
}

.top-content-center h2 {
  margin-bottom: 15px;
}

.center-category-item {
  position: relative;
  padding: 30px;
  box-shadow: var(--boxshadow3);
  margin-bottom: 30px;
  transition: all ease 0.5s;
  float: left;
  width: 100%;
  cursor: pointer;
  transition: all ease 0.5s;
}

.center-category-item:hover {
  transform: translateY(-10px);
}

.center-category-item:hover .center-category__content .text-4 {
  color: var(--originColor);
}

.center-category__icon {
  position: absolute;
  top: 50%;
  left: 14%;
  transform: translate(-50%, -50%);
}

.center-category__content {
  padding-left: 50px;
  float: left;
}

.center-category__content h3 {
  margin-bottom: 10px;
  text-align: left;
}

.center-category__content p {
  float: left;
}

/* end Category */

/* Content 1 */
.content-1 {
  position: relative;
}

.content-1__left {
  margin-top: 100px;
  margin-bottom: 40px;
  padding-right: 55px;
}

.content-1__left span {
  display: block;
  margin-bottom: 15px;
}

.wrap-content-edit h1,
.wrap-content-edit h2,
.wrap-content-edit h3,
.wrap-content-edit h4,
.wrap-content-edit h5 {
  color: var(--blackColor);
  margin-bottom: 20px;
  font-weight: 700;
}

.wrap-content-edit p {
  font-size: 16px;
  color: var(--textGray);
  margin-bottom: 20px;
}

.wrap-content-edit {
  margin-top: 10px;
}

.content-1__text {
  margin-bottom: 15px;
  font-weight: 500;
}

.wrap-content-1__center {
  margin-bottom: 30px;
}

.content-1__right {
  position: relative;
}

.wrap-content-1__tron-m {
  position: absolute;
  top: 10%;
  left: -14%;
}

.content-1-right__tron {
  border-radius: 50%;
  background-color: var(--primaryColor);
  width: 180px;
  height: 180px;
  border: 5px solid var(--whileColor);
  position: relative;
}

.wrap-content-1__tron {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.wrap-content-1__tron h2 {
  color: var(--whileColor);
}

.wrap-content-1__tron p {
  color: var(--whileColor);
  width: max-content;
}

.two {
  position: absolute;
  top: 1%;
  left: 0;
}

.one {
  position: absolute;
  bottom: 1%;
  left: 2%;
  animation: moveleftbounce 4s linear infinite;
}

.three {
  position: absolute;
  top: 5%;
  right: 2%;
  animation: moveleftbounce 4s linear infinite;
}

/* end Content 1 */

/* Content 2 */
.top-content-center {
  text-align: center;
  margin-top: -5px;
  margin-bottom: 40px;
}

.wrap-content-2-carousel {
  padding: 30px;
  box-shadow: var(--boxshadow3);
  border-radius: 0 0 10px 10px;
  min-height: 195px;
}

.wrap-star p {
  padding-left: 10px;
}

.p-content-content-2 {
  min-height: 55px;
  margin-bottom: 15px;
}

.content-content-2-bottom {
  padding-top: 20px;
  border-top: 1px solid var(--lightGray);
}

.content-content-2-bottom-item p {
  /* padding-left: 5px; */
}

.content-content-2-bottom-item {
  display: inline-block;
  margin-right: 4px;
  position: relative;
  padding-left: 20px;
}

.content-content-2-bottom-item:last-child {
  margin-right: 0;
}

.content-content-2-bottom-item svg {
  position: absolute;
  top: 2px;
  left: 0;
}

.content-2-price {
  background-color: var(--primaryColor);
  display: inline-block;
  padding: 10px 20px;
  border-radius: 30px;
  font-size: 18px;
  position: absolute;
  top: 6%;
  left: 6%;
}

.content-2-price .content-2-price-1 {
  color: var(--originColor);
}

.content-2-price .content-2-price-2 {
  text-decoration: line-through;
  color: var(--whileColor);
}

.wrap-content-2-item {
  position: relative;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 30px;
  cursor: pointer;
}

.wrap-content-2-item img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.wrap-star {
  margin-bottom: 20px;
}

.content-2 .owl-theme .owl-nav button {
  position: absolute;
  top: 56%;
  transform: translateY(-50%);
  left: -20px;
  background-color: var(--bg10);
  height: 40px;
  width: 40px;
  line-height: 43px;
  border-radius: 100%;
  transition: all ease 0.5s;
  font-size: 24px;
}

.content-2 .owl-theme .owl-nav button:hover {
  background-color: var(--originColor);
}

.content-2 .owl-theme .owl-nav button:hover .wrap-icon>svg path {
  fill: var(--whileColor);
}

.content-2 .owl-theme .owl-nav button.owl-next {
  right: -20px;
  left: auto;
}

.theme-dark .owl-nav button .wrap-icon svg path {
  fill: var(--whileColor);
}

.theme-dark .wrap-content-footer svg path {
  fill: var(--originColor);
}

.theme-dark .wrap-content-4-carousel {
  background-color: var(--bg4);
}

.theme-dark .content-3-two .wrap-content-2-item {
  background-color: var(--bg4);
}

.content-6-two {
  position: relative;
}

.content-6-two::before {
  position: absolute;
  content: "";
  background-color: var(--whileColor);
  height: 50%;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 0;
}

.theme-dark .content-6-two::before {
  background-color: var(--black);
}

/* end Content 2 */

/* Content 3 */
.content-3 {
  background-color: var(--primaryColor);
  position: relative;
  padding-bottom: 70px;
  padding-top: 100px;
  z-index: 1;
}

.content-3 .content-3-two-img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.content-3 .content-3-three-img {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.content-3-item {
  margin-bottom: 30px;
  position: relative;
}

.content-3-item-right {
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
  padding-left: 100px;
}

.content-3-item-left {
  display: inline-block;
  position: absolute;
  left: 0;
}

.wrap-content-3-icon {
  display: inline-block;
  position: relative;
  width: 90px;
  height: 90px;
  background-color: var(--bg11);
  border-radius: 5px;
}

.content-3-item-right h1 {
  font-size: 40px;
  color: var(--originColor);
  font-weight: 700;
  margin-bottom: 10px;
}

.content-3-item-right>p {
  font-size: 16px;
  color: var(--whileColor);
}

/* end Content 3 */

/* Content 4 */
.wrap-content-4-carousel {
  text-align: center;
  padding: 30px;
}

.wrap-content-4-carousel>h3 {
  margin-bottom: 10px;
}

.content-4-icon {
  background-color: var(--originColor);
}

.content-4-icon:hover {
  background-color: var(--primaryColor);
}

.content-4-wrap-icon {
  display: inline-block;
  position: absolute;
  top: 10%;
  left: 7%;
  transition: all ease 0.5s;
  transform: scaleX(0);
}

.wrap-content-4-item:hover .content-4-wrap-icon {
  transform: scaleX(1);
}

.wrap-content-4-item {
  position: relative;
}

.content-4-icon {
  width: 40px;
  height: 40px;
  margin-bottom: 9px;
  border-radius: 5px;
}

/* end Content 4 */

/* Content 5 */
.content-5 {
  background-color: var(--bg3);
  position: relative;
  z-index: 1;
}

.content-5-left {
  position: relative;
  padding-right: 60px;
}

.content-5-left>img {
  border-radius: 15px;
}

.content-5-right {
  margin-top: 20px;
}

.content-5-right>.text-1 {
  margin-bottom: 15px;
}

.wrap-content {
  position: relative;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: var(--primaryColor);
}

.wrap-content-5-item {
  float: left;
  margin-right: 15px;
}

.content-5-list__item {
  margin-bottom: 15px;
  display: inline-block;
}

.content-5-list__item span {
  color: var(--whileColor);
  font-size: 16px;
}

.content-5-list__item>.text-3 {
  vertical-align: middle;
  line-height: 30px;
  float: left;
}

.content-5-list {
  display: inline-block;
  /* margin-top: 30px; */
}

.wrap-img-content-5 {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  overflow: hidden;
  border: 6px solid var(--whileColor);
  position: absolute;
  top: -25px;
  right: 0;
}

.wrap-play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: var(--whileColor);
  z-index: 999;
  transition: all ease 0.5s;
}

.wrap-play-icon svg {
  position: absolute;
  top: 50%;
  left: 56%;
  text-align: center;
  transform: translate(-50%, -50%);
}

.wrap-img-content-5::before {
  position: absolute;
  content: "";
  height: 70px;
  width: 70px;
  border-radius: 100%;
  background-color: var(--bg12);
  animation: ripple 4s linear infinite;
  z-index: 2;
  top: 38%;
  left: 38%;
}

.wrap-img-content-5::after {
  position: absolute;
  content: "";
  height: 80px;
  width: 80px;
  border-radius: 100%;
  background-color: var(--bg13);
  animation: ripple 3s linear infinite;
  z-index: 1;
  top: 36%;
  left: 36%;
}

.content-5 .shape-15 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.content-5 .shape-4 {
  position: absolute;
  bottom: -25px;
  right: 34px;
  animation: rotate3d 4s linear infinite;
}

/* end Content 5 */
/* Content 6 */
.content-6 .content-6-child img {
  width: auto;
  height: auto;
  display: inline-block;
  margin-right: 10px;
  border-radius: 50%;
  overflow: hidden;
}

.wrap-text-1 {
  display: inline-block;
}

.content-6 .wrap-text-1 {
  margin-bottom: 10px;
}

.content-6 .wrap-star {
  margin-top: 25px;
}

.wrap-text-1 .text-3 {
  float: left;
}

.content-6-child {
  float: left;
}

.wrap-svg-1 {
  position: absolute;
  top: 0;
  left: 12px;
}

.wrap-content-6-item {
  padding: 50px 40px 40px 40px;
  margin-bottom: 30px;
  border-radius: 7px;
  box-shadow: var(--boxshadow3);
  margin-right: 5px;
  margin-left: 5px;
  margin-top: 5px;
  min-height: 330px;
}

.content-6-child {
  margin-bottom: 35px;
}

.wrap-content-6-item .wrap-star svg {
  margin-right: 7px;
}

.content-6 .content-6-text {
  text-align: start;
}

.content-6 .owl-carousel .owl-nav button {
  background-color: var(--bg10);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  top: 36%;
}

.content-6 .owl-carousel .owl-nav button.owl-prev {
  left: -20px;
}

.content-6 .owl-carousel .owl-nav button.owl-next {
  right: -20px;
}

.content-6 .owl-carousel .owl-nav button:hover {
  background-color: var(--originColor);
}

.content-6 .owl-carousel .owl-nav button:hover svg path {
  fill: var(--whileColor);
}

/* end Content 6 */

/* Content 7 */
.content-7 {
  background-color: var(--bg3);
  text-align: center;
  position: relative;
  z-index: 1;
}

.content-7 .form-subs {
  max-width: 860px;
  margin: auto;
  position: relative;
}

.content-7 .form-subs button {
  position: absolute;
  top: 8px;
  right: 8px;
}

.content-7 .form-subs input {
  height: 70px;
  padding-left: 20px;
  background-color: var(--whileColor);
  border: 1px solid var(--border2);
  display: block;
  width: 100%;
  border-radius: 0.25rem;
  padding: 0.375rem 1.75rem;
  font-weight: 400;
  line-height: 1.5;
}

.content-7 .shape-16 {
  position: absolute;
  top: 0;
  left: 0;
}

.content-7 .shape-18 {
  position: absolute;
  bottom: 0;
  right: 0;
}

.content-7 .shape-5 {
  position: absolute;
  bottom: 10%;
  left: 20%;
  animation: rotate3d 4s linear infinite;
}

.content-7 .shape-6 {
  position: absolute;
  top: 10%;
  right: 20%;
  animation: rotate3d 4s linear infinite;
}

.content-7 .shape-19 {
  position: absolute;
  top: 0;
  left: 80px;
  animation: ripple 4s linear infinite;
}

.content-7 .shape-17 {
  position: absolute;
  top: 50%;
  right: 10%;
  transform: translateY(-50%);
  animation: fadeInDown 4s linear infinite;
}

.content-7 {
  overflow: hidden;
}

/* end Content 7 */

/* Content-8 */
.content-8 .ct-8-item-header {
  position: relative;
}

.content-8 .ct-8-item-header img {
  height: 300px;
}

.content-8 .ct-8-item-header .date {
  position: absolute;
  background-color: var(--primaryColor);
  height: 90px;
  width: 100px;
  border-radius: 10px;
  padding-left: 10px;
  /* padding-right: 10px; */
  bottom: -45px;
  right: 20px;
  border: 5px solid transparent;
  transition: all ease 0.5s;
}

.content-8 .ct-8-item-header .date p {
  color: var(--whileColor);
  font-size: 18px;
  margin-top: 9px;
}

.content-8 .ct-8-item-footer {
  padding: 30px;
  box-shadow: var(--boxshadow3);
  border-radius: 0 0 5px 5px;
  margin-bottom: 20px;
  min-height: 140px;
}

.content-8-item {
  cursor: pointer;
  transition: all ease 0.5s;
}

.content-8-item:hover {
  transform: translateY(-10px);
}

/* end Content-8 */
/* Footer */
.footer {
  background-color: var(--primaryColor);
}

.footer .footer-item h3 {
  color: var(--whileColor);
  margin-bottom: 35px;
}

.footer .footer-item .logo {
  margin-bottom: 35px;
  margin-top: 0;
}

.footer .footer-item .footer-item-content p {
  color: var(--whileColor);
  margin-bottom: 30px;
}

.footer .footer-item .content-4-wrap-icon {
  display: inline-block;
  position: unset;
  transform: scaleX(1);
}

.footer .footer-item .content-4-wrap-icon .content-4-icon {
  display: inline-block;
  margin-right: 15px;
}

.footer .footer-item.child-one {
  padding-right: 40px;
}

.footer .footer-item ul li a {
  color: var(--whileColor);
  position: relative;
  transition: all ease 0.5s;
  font-size: 16px;
  display: inline-block;
}

.footer .footer-item ul li a:hover {
  color: var(--originColor);
}

.footer .footer-item ul li a svg {
  margin-right: 5px;
}

.footer .footer-item ul li {
  list-style-type: none;
  margin-bottom: 12px;
}

.footer .footer-item ul.ft-list-contact li a .wrap-content-footer {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: white;
  position: absolute;
}

.wrap-content-footer+p {
  max-width: 240px;
  line-height: 35px;
  margin-left: 10px;
  transform: translateX(35px);
}

.copyright {
  width: 100%;
  text-align: center;
  color: var(--whileColor);
  font-size: 16px;
  padding: 20px 0;
  border-top: 1px solid var(--bg14);
}

/* end Footer */

.header-two {
  background-color: var(--primaryColor);
}

.header-two .list-header-item>a {
  color: var(--whileColor);
}

.header-two .list-header-item.active>a {
  color: var(--originColor);
}

.header-two .form-group-s input {
  background-color: var(--bg15);
  border: none;
}

.list-header-item:hover a svg path {
  fill: var(--originColor) !important;
}

.list-header-item.active>a svg path {
  fill: var(--originColor);
}

.banner-two {
  background: none;
}

.banner-two .banner-right-two {
  margin-top: 0;
}

.banner-two .banner-right>h1 {
  font-weight: 800;
}

.banner-two .banner-left-img-2 {
  position: absolute;
  top: 0;
  left: 100px;
  width: auto;
  height: auto;
  z-index: 99;
  animation: leftToRight 6s linear infinite;
}

.banner-two.banner::before {
  opacity: 1;
}

.theme-dark .banner-two .banner-two-img-1 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.banner-two .banner-two-img-1 {
  position: absolute;
  bottom: 0;
  left: 0;
}

.theme-dark .banner-two-img-1.img-while {
  opacity: 0;
  visibility: hidden;
}

.theme-dark .banner-two-img-1.img-dark {
  opacity: 1;
  visibility: inherit;
}

.banner-two-img-1.img-while {
  opacity: 1;
  visibility: inherit;
}

.banner-two-img-1.img-dark {
  opacity: 0;
  visibility: hidden;
}

.banner-two .banner-two-img-2 {
  position: absolute;
  bottom: 80px;
  left: 0;
  z-index: 0;
}

.banner-two .banner-two-img-3 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
}

.content-1-two .ct-1-two-wrap {
  position: relative;
  padding-left: 100px;
  padding-top: 25px;
  margin-bottom: 40px;
}

.content-1-two .content-1-item {
  padding: 30px;
  box-shadow: var(--boxshadow3);
  margin-bottom: 30px;
  min-height: 250px;
}

.content-1-two .ct-1-item-header {
  position: relative;
  padding-left: 100px;
  padding-top: 15px;
  min-height: 100px;
}

.content-1-two .ct-1-item-header .ct-1-item-wrap {
  height: 80px;
  width: 80px;
  line-height: 85px;
  border-radius: 10px;
  background-color: var(--primaryColor);
  color: var(--whileColor);
  font-size: 36px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  transition: all ease 0.5s;
}

.content-2-two .content-1__text .icon-left {
  height: 40px;
  width: 40px;
  border-radius: 5px;
  background: var(--bg16);
  margin-right: 10px;
  float: left;
}

.content-2-two .content-1__text {
  width: 100%;
  box-shadow: var(--boxshadow3);
  padding: 15px;
  border-radius: 5px;
  margin-bottom: 15px;
  background-color: var(--whileColor);
  font-weight: 500;
  float: right;
  line-height: 40px;
}

.content-2-two .content-1__right {
  position: relative;
  z-index: 1;
}

.content-2-two .shape-27 {
  position: absolute;
  top: 0;
  left: 0;
  animation: moveleftbounce 4s linear infinite;
}

.content-3-two .wrap-content-2-item {
  margin: 0;
  margin-bottom: 30px;
}

.wrap-content-2-item:hover {
  transform: translateY(-10px);
}

.wrap-content-2-item:hover .content-2-price-1 {
  color: var(--whileColor);
}

.content-3-two .wrap-btn {
  width: 100%;
  text-align: center;
}

.content-4-two .content-1-right__tron {
  height: 80px;
  width: 80px;
  line-height: 65px;
  border-radius: 100%;
  background-color: var(--primaryColor);
  color: var(--whileColor);
  font-size: 40px;
  text-align: center;
  border: 7px solid var(--whileColor);
  position: absolute;
  bottom: 40px;
  left: 40px;
  transition: all ease 0.5s;
  padding-left: 6px;
  cursor: pointer;
}

.content-4-two .content-1__text svg {
  margin-right: 7px;
}

.content-4-two .content-1__text {
  font-size: 18px;
  font-weight: 400;
}

.content-4-two .content-1-right__tron:hover {
  border-color: var(--originColor);
  background-color: var(--whileColor);
}

.content-4-two .content-1-right__tron:hover svg path {
  fill: var(--originColor);
}

.content-4-two .wrap {
  position: relative;
}

.content-4-two .one {
  position: absolute;
  top: 20px;
  left: 20px;
  animation: lds-spinner 3s linear infinite;
}

.content-4-two .two {
  position: absolute;
  right: 0;
  bottom: -10px;
  animation: moveleftbounce 4s linear infinite;
  top: unset;
  left: unset;
}

.content-5-two .content {
  position: relative;
  padding: 30px;
  box-shadow: var(--boxshadow3);
  margin-bottom: 30px;
  border-radius: 7px;
  transition: all ease 0.5s;
}

.content-5-two .content-left {
  height: 100px;
  width: 100px;
  padding-top: 20px;
  background-color: var(--bg6);
  text-align: center;
  border-radius: 10px;
  float: left;
  transition: all ease 0.5s;
  margin-right: 15px;
}

.content-5-two .content-right ul {
  padding-left: 0;
  margin-bottom: 20px;
}

.content-5-two .content-right ul li {
  display: inline-block;
  padding-right: 20px;
}

.content-5-two .content-right ul li p {
  font-size: 16px;
  float: left;
  line-height: 18px;
}

.content-5-two .content-right ul li p svg {
  float: left;
  margin-right: 5px;
}

.content-5-two .content:hover .ct-right-b {
  color: var(--originColor);
}

.content-5-two .content:hover .content-left {
  background-color: var(--originColor);
}

.content-5-two .content:hover .content-left h4,
.content-5-two .content:hover .content-left p {
  color: var(--whileColor);
}

.content-5-two .content .content-left h4 {
  font-size: 26px;
  margin-bottom: 5px;
  transition: all ease 0.5s;
  font-weight: 700;
  color: var(--black);
}

.content-5-two .content .content-left p {
  font-size: 18px;
  transition: all ease 0.5s;
}

.content-6-two ul.ct-5-two-t {
  padding: 0;
  border: none;
  margin-bottom: 25px;
}

.content-6-two .content-content-2 .right {
  float: right;
}

.banner-three {
  background-image: url("../image/banner-bg-2.jpg");
}

.banner-three .banner-img-m {
  display: none;
}

.banner-three .banner-img-pc {
  display: block;
}

.banner-three .banner-right {
  margin-top: 0;
}

.banner-three.banner::before {
  background-color: transparent;
}

.banner-three .banner-right>h1 {
  color: var(--black);
  font-size: 68px;
  font-weight: 800;
}

.banner-three .banner-right>p {
  color: var(--grayColor);
}

.banner-three .banner-right>span {
  font-weight: 500;
}

.content-1-three .ct-8-item-footer h2 {
  margin-bottom: 20px;
}

.content-2-three.content-2-two .content-1__text {
  box-shadow: none;
  background-color: transparent;
  font-size: 20px;
  color: var(--black);
  padding: 0;
  margin-bottom: 10px;
}

.content-4-three .wrap-star .price {
  float: right;
}

.content-4-three .right {
  float: right;
}

.content-5-three .list-time li {
  border: 1px solid var(--primaryColor);
  height: 90px;
  width: 100px;
  border-radius: 10px;
  margin-right: 35px;
  text-align: center;
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
}

.content-5-three .list-time li::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  background-color: var(--primaryColor);
  right: -25px;
  top: 20px;
  border-radius: 3px;
  opacity: 0.5;
}

.content-5-three .list-time li::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  background-color: var(--primaryColor);
  right: -25px;
  bottom: 20px;
  border-radius: 3px;
  opacity: 0.5;
}

.content-5-three .list-time li p {
  color: var(--originColor);
  font-size: 30px;
  font-weight: 700;
  padding-top: 10px;
}

.content-5-three .list-time li span {
  color: var(--grayColor);
  font-size: 18px;
  font-weight: 700;
}

.content-5-three .list-time {
  margin-bottom: 10px;
  display: inline-block;
  margin-left: 15px;
}

.content-5-three .list-time li.end::after {
  content: unset;
}

.content-5-three .list-time li.end::before {
  content: unset;
}

.content-5-three .content-1__left p {
  margin-bottom: 0;
}

.content-5-three .content-1__left>p {
  margin-bottom: 40px;
}

.header-two .form-group-s input {
  background-color: var(--whileColor);
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.header-about {
  background-color: transparent;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  border-bottom: 1px solid var(--border3);
}

.is-login {
  background-color: var(--primaryColor);
}

.header-about .header-shopping svg path {
  fill: var(--whileColor);
}

.header-about.affix {
  background: var(--primaryColor);
}

.banner-about {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 220px;
  padding-bottom: 120px;
}

.banner-about::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: var(--bg17);
  opacity: 1;
}

.banner-about .banner-content {
  text-align: center;
  position: relative;
}

.banner-about .banner-content h1 {
  font-size: 44px;
  font-weight: 700;
  color: var(--whileColor);
}

.banner-about .banner-content ol li {
  display: inline-block;
  position: relative;
  padding-right: 13px;
  margin-right: 5px;
  font-size: 18px;
  font-weight: 500;
  color: var(--whileColor);
}

.banner-about .banner-content ol li:hover a {
  color: var(--originColor);
}

.banner-about .banner-content ol li:first-child a {
  text-decoration: none;
  color: var(--originColor);
}

.banner-about .banner-content ol li:last-child a {
  pointer-events: none;
}

.banner-about .banner-content ol li::before {
  position: absolute;
  content: "|";
  right: 0;
  color: var(--whileColor);
}

.banner-about .banner-content ol li:last-child:before {
  content: none;
}

.content-1 .text-3.content-1__text svg {
  margin-right: 5px;
}

.caurses .wrap-content-2-item {
  margin-left: 0;
  margin-right: 0;
  transition: all 0.3s linear;
}

.caurses .caurses-header {
  margin-bottom: 40px;
}

.caurses-header .content-left {
  margin-top: 10px;
}

.caurses .content-right {
  max-width: 300px;
  text-align: right;
  margin-left: auto;
  position: relative;
}

.caurses .content-right input {
  height: 50px;
  background-color: var(--border4);
  border: 1px solid var(--border4);
}

.caurses .content-right button {
  border: none;
  background-color: transparent;
  position: absolute;
  color: var(--originColor);
  font-size: 20px;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.content-2 .wrap-content-2-item:hover .content-2-price {
  background-color: var(--originColor);
}

.content-2 .wrap-content-2-item:hover .text-5.p-content-content-2 {
  color: var(--originColor);
}

.paginations ul li {
  display: inline-block;
  padding-right: 10px;
}

.paginations ul li.disabled {
  display: none;
}

.paginations {
  text-align: center;
  margin-top: 30px;
}

.paginations ul li.active a {
  background-color: var(--originColor);
  color: var(--whileColor);
  border: 1px solid var(--originColor);
}

.paginations ul li a {
  text-align: center;
  padding: 7px 15px 10px 15px;
  border: 1px solid var(--primaryColor);
  display: inline-block;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  color: var(--black);
  border-radius: 5px;
  font-size: 16px;
  min-width: 47px;
}

.paginations ul li a:hover {
  background-color: var(--originColor);
  color: var(--whileColor);
  border: 1px solid var(--originColor);
}

.caurses-detail .c-d-header .content-content-2-bottom {
  border: none;
}

.caurses-detail .c-d-header .p-content-content-2 {
  margin-bottom: 20px;
  min-height: auto;
}

.caurses-detail .c-d-header .content-content-2-bottom {
  margin-bottom: 20px;
  padding: 0;
}

.caurses-detail .c-d-header .wrap-content-2-carousel {
  box-shadow: none;
  border: none;
  padding: 0;
  min-height: auto;
}

.caurses-detail .c-d-header img {
  width: 100%;
  height: auto;
}

.caurses-detail .description ul li {
  display: inline-block;
  color: var(--black);
  padding-bottom: 10px;
  padding: 15px 30px;
  font-weight: 600;
  border: none;
  margin-right: 20px;
  /* border-radius: 10px; */
}

.caurses-detail .description nav button.active {
  color: var(--whileColor);
  background-color: var(--originColor);
}

.caurses-detail .description nav button {
  color: var(--black);
  padding: 15px 30px;
  border-radius: 10px;
  border: none;
  background-color: transparent;
  font-weight: 600;
}

.theme-dark .caurses-detail .description nav button {
  color: var(--whileColor);
}

.caurses-detail .description nav {
  font-size: 18px;
  margin-bottom: 30px;
  box-shadow: var(--boxshadow3);
  border: none;
}

.list-header-mobile .active>a {
  color: var(--originColor) !important;
}

.caurses-detail #home h3 {
  margin-bottom: 15px;
  color: var(--black);
}

.caurses-detail #home p {
  margin-bottom: 30px;
}

.theme-dark .caurses-detail #curriculum table {
  background-color: var(--bg4);
}

.caurses-detail #curriculum table {
  border: none !important;
  background-color: var(--border4);
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: none;
  width: 100% !important;
  display: block;
}

.caurses-detail #curriculum td {
  border: none !important;
  display: inline-block;
}

.caurses-detail #curriculum tbody {
  display: block;
}

.caurses-detail #curriculum tr {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid var(--border2);
  position: relative;
  font-size: 17px;
  color: var(--black);
  font-weight: 500;
  display: block;
}

.caurses-detail #curriculum tr td:nth-child(2) {
  float: right;
}

#instructor .content h3 {
  margin-bottom: 8px;
}

#instructor .content .text {
  color: var(--originColor);
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
}

#instructor .content p {
  margin-bottom: 30px;
}

#instructor .content h4 {
  font-size: 18px;
  margin-bottom: 15px;
}

#instructor .content ul li {
  list-style-type: none;
  margin-bottom: 10px;
  padding: 0;
  display: block;
}

#instructor .content ul li span,
#instructor .content ul li a {
  color: var(--grayColor);
  font-weight: 400;
  font-size: 16px;
}

#instructor .content ul li svg {
  margin-right: 5px;
}

#instructor .content ul {
  box-shadow: none;
  margin: 0;
  margin-bottom: 15px;
}

#instructor .content .content-4-wrap-icon {
  position: unset;
  transform: scale(1);
}

#instructor .content .content-4-wrap-icon .content-4-icon {
  float: left;
  margin-right: 10px;
  background: var(--bg16);
  transition: all ease 0.5s;
}

#instructor .content .content-4-wrap-icon .content-4-icon svg path {
  fill: var(--originColor);
}

#reviews .card h2 {
  font-size: 18px;
  font-weight: 700;
  color: var(--black);
  margin: 0;
}

#reviews img {
  width: auto;
}

#reviews .card .wrap-star svg {
  margin-right: 5px;
}

#reviews .card .wrap-star {
  margin-bottom: 10px;
}

#reviews .review-card {
  margin-bottom: 20px;
}

#reviews .review-card .wrap-star svg path {
  fill-opacity: 0.3;
}

#reviews .review-card .wrap-star svg.active path {
  fill-opacity: 1;
}

#reviews .review-card img {
  width: 70px;
  height: 70px;
  border-radius: 100%;
}

#reviews h3 {
  font-size: 24px;
}

#reviews .card .text-email {
  display: block;
  font-size: 16px;
  /* margin-bottom: 10px; */
  font-style: italic;
}

#reviews .card .text-com {
  font-size: 16px;
  margin-bottom: 10px;
}

#reviews .write-review label {
  margin-bottom: 7px;
  font-weight: 400;
  color: var(--black);
}

#reviews .write-review .form-control {
  font-size: 18px;
  padding: 15px;
  background-color: var(--border4);
  border: none;
  height: auto;
}

.caurses-detail .c-d-footer {
  background-color: var(--border4);
  margin-bottom: 30px;
}

.caurses-detail .c-d-footer ul li {
  list-style-type: none;
  position: relative;
  padding-left: 30px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid var(--border2);
}

.caurses-detail .c-d-footer .wrap-img {
  position: relative;
  margin-bottom: 30px;
  display: block;
}

.caurses-detail .c-d-footer .wrap-img img {
  width: 100%;
}

.caurses-detail .c-d-footer .wrap-img .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
}

.caurses-detail .c-d-footer .wrap-img .play-icon::before {
  position: absolute;
  top: -10%;
  left: -10%;
  content: "";
  height: 70px;
  width: 70px;
  border-radius: 100%;
  background-color: var(--bg18);
  animation: ripple 4s linear infinite;
  z-index: -1;
}

.caurses-detail .c-d-footer .wrap-img .play-icon::after {
  position: absolute;
  top: -18%;
  left: -18%;
  content: "";
  height: 80px;
  width: 80px;
  border-radius: 100%;
  background-color: var(--bg12);
  animation: ripple 3s linear infinite;
  z-index: -1;
}

.caurses-detail .c-d-footer .wrap-img .play-icon .play {
  width: 60px;
  height: 60px;
  line-height: 60px;
  background-color: var(--primaryColor);
  border-radius: 100%;
}

.caurses-detail .c-d-footer .wrap-img .play-icon .play:hover {
  background-color: var(--originColor);
  cursor: pointer;
}

.caurses-detail .c-d-footer .play-icon .wrap-icon svg {
  left: 55%;
}

.caurses-detail .c-d-footer ul li span {
  position: absolute;
  right: 30px;
}

.caurses-detail .c-d-footer button {
  width: 100%;
}

.caurses-detail .c-d-footer .wrap-text {
  text-align: center;
  padding: 30px;
}

.caurses-detail .c-d-footer .wrap-text h5 {
  font-size: 16px;
  color: var(--originColor);
  margin-bottom: 20px;
}

.caurses-detail .c-d-footer .wrap-text .content-4-wrap-icon {
  display: inline-block;
  position: unset;
  transform: scaleX(1);
}

.caurses-detail .c-d-footer .wrap-text .content-4-icon {
  float: left;
  margin-right: 10px;
  background: var(--bg19);
  color: var(--primaryColor);
  height: 35px;
  width: 35px;
  line-height: 35px;
  border-radius: 5px;
  text-align: center;
  font-size: 20px;
  transition: all ease 0.5s;
}

.caurses-detail .c-d-footer .wrap-text .content-4-icon svg path {
  fill: var(--primaryColor);
}

.caurses-detail .c-d-footer .wrap-text .content-4-icon:hover {
  background: var(--primaryColor);
}

.caurses-detail .c-d-footer .wrap-text .content-4-icon:hover svg path {
  fill: var(--whileColor);
}

.page .wrap-content-2-item {
  margin-left: 0;
  margin-right: 0;
}

.team-detail .content {
  margin-top: 80px;
}

.content-2.content-3-two.team-detail h3 {
  margin-bottom: 30px;
}

.panel {
  box-shadow: none;
}

.faq .panel-title a {
  position: relative;
  font-size: 18px;
}

.panel-group .panel {
  padding-left: 45px;
}

.panel-default {
  border: none;
}

.panel-default>.panel-heading {
  background: transparent;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
  border: none;
}

.faq .panel-title a .wrap-icon {
  position: absolute;
  top: 0;
  left: 0;
  height: 40px;
  width: 40px;
  background-color: var(--bg3);
}

.faq .panel-title a .icon-left {
  position: absolute;
  top: -10px;
  left: -55px;
  height: 40px;
  width: 40px;
  background-color: var(--originColor);
}

.faq .panel-title a p {
  font-size: 18px;
  font-weight: 700;
  position: relative;
}

.panel-heading .panel-title .collapsed .wrap-icon {
  background-color: var(--bg3);
}

.panel-heading .panel-title .collapsed .wrap-icon .minus-icon {
  visibility: hidden;
  opacity: 0;
}

.panel-heading .panel-title .collapsed .wrap-icon .add-icon {
  visibility: inherit;
  opacity: 1;
}

.panel-heading .panel-title .wrap-icon .add-icon {
  visibility: hidden;
  opacity: 0;
}

.panel-heading .panel-title .wrap-icon .minus-icon {
  visibility: inherit;
  opacity: 1;
}

.blog-detail .ct-8-item-footer {
  padding: 0;
  box-shadow: none;
  padding-top: 20px;
}

.blog-detail.content-8 .ct-8-item-header .date {
  bottom: -20px;
}

.blog-detail.content-8 .ct-8-item-footer .ct-8-item-list {
  margin: 0;
}

.blog-detail .content-8-item .ct-8-item-footer p {
  margin: 0;
  margin-bottom: 10px;
}

.blog-detail .content-8-item .ct-8-item-footer h2 {
  margin: 0;
  margin-bottom: 20px;
}

.blog-detail .content-8-item:hover h2 {
  color: var(--black);
}

.content-8-item .ct-8-item-footer h2 {
  margin-bottom: 15px;
  margin-top: 15px;
}

.content-8-item .ct-8-item-footer p {
  margin-bottom: 15px;
  position: relative;
  z-index: 1;
}

.qoute {
  background-color: var(--border4);
  padding: 40px 100px;
  position: relative;
  margin-bottom: 30px;
  position: relative;
}

.qoute svg {
  position: absolute;
  top: 20px;
  left: 30px;
  z-index: 0;
}

.qoute p {
  font-size: 18px;
  font-weight: 500;
  color: var(--black);
}

.share .wrap-icon-share {
  float: left;
  transition: all ease 0.5s;
  height: 30px;
  width: 30px;
  line-height: 30px;
  border-radius: 5px;
  background-color: var(--border4);
  margin-right: 10px;
}

.tag-and-share ul li span {
  color: var(--black);
  font-weight: 500;
  padding-right: 5px;
  font-size: 18px;
  transform: translateY(2px);
  display: block;
}

.tag-and-share ul li a {
  color: var(--grayColor);
  position: relative;
  padding-right: 5px;
  transition: all ease 0.5s;
}

.tag-and-share ul li {
  float: left;
}

.tag-and-share {
  border: 1px solid var(--border2);
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 30px;
}

.card {
  transform: translateX(-55px);
}

.blog-detail .card-header li a {
  background: var(--bg16);
  padding: 10px 20px;
  color: var(--originColor);
  font-weight: 500;
  transition: all ease 0.5s;
}

.blog-detail .card-header li a:hover {
  background-color: var(--originColor);
  color: var(--whileColor);
}

.blog-detail .card-header li {
  display: inline-block;
}

.blog-detail .card-header li:last-child {
  float: right;
}

.text-3.content-1__text svg {
  margin-right: 5px;
}

.write-review .form-check {
  margin-bottom: 20px;
  margin-top: 15px;
}

.blog-search button {
  position: absolute;
  padding: 15px 20px;
  top: 0;
  right: 15px;
}

.blog-search button svg path {
  fill: var(--whileColor);
}

.blog-search input {
  height: 56px;
  background-color: var(--border4);
  border: 1px solid var(--border4);
}

.blog-serch {
  margin-bottom: 30px;
}

.blog-detail {
  text-align: start;
}

.blog-detail h3 {
  font-size: 18px;
  margin-bottom: 30px;
  position: relative;
}

.blog-detail #reviews h3 {
  margin-bottom: 10px;
}

.category.blog-detail h3::before {
  position: absolute;
  content: "";
  height: 1px;
  width: 80px;
  background-color: var(--originColor);
  top: 25px;
}

.blog-detail ul li {
  margin-bottom: 13px;
}

.blog-detail ul li a {
  color: var(--grayColor);
  transition: all ease 0.5s;
  display: inline-block;
}

.blog-detail ul li a p {
  float: left;
  line-height: 15px;
}

.blog-detail ul li a svg {
  margin-right: 10px;
  float: left;
}

.category.blog-detail {
  padding: 30px;
  background-color: var(--border4);
  margin-bottom: 30px;
}

.recent-post {
  padding: 30px;
  background-color: var(--border4);
  margin-bottom: 30px;
}

.recent-post .recent-post-c {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 115px;
}

.recent-post .recent-post-c p {
  font-size: 15px;
  margin-bottom: 15px;
}

.recent-post .recent-post-c h5 {
  font-size: 16px;
}

.recent-post ul li {
  position: relative;
}

.tags {
  padding: 30px 30px 10px 30px;
  background-color: var(--border4);
  margin-bottom: 30px;
}

.tags ul li {
  display: inline-block;
  margin-bottom: 30px;
  padding-right: 10px;
}

.tags ul li a {
  border: 1px solid var(--border2);
  padding: 8px 20px;
  border-radius: 5px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  color: var(--black);
}

.header-two .list-child-item svg path {
  fill: var(--black);
}

.list-child-item:hover svg path {
  fill: var(--originColor) !important;
}

.form-group {
  margin: 0;
}

.contact-1 .address-card {
  margin-bottom: 30px;
  padding: 40px;
  box-shadow: var(--boxshadow3);
  border-radius: 10px;
  transition: all ease 0.5s;
  min-height: 180px;
}

.address-card .icon {
  background: var(--bg16);
  height: 70px;
  width: 70px;
  border-radius: 10px;
  color: var(--originColor);
  transition: all ease 0.5s;
  float: left;
}

.address-card .content {
  padding-left: 90px;
}

.address-card .content a {
  display: block;
  color: var(--grayColor);
  transition: all ease 0.5s;
}

.address-card .content h4 {
  font-size: 18px;
  margin-bottom: 10px;
  transition: all ease 0.5s;
}

.address-card:hover {
  background-color: var(--primaryColor);
}

.address-card:hover .icon {
  background-color: var(--whileColor);
}

.address-card:hover .content a {
  color: var(--whileColor);
}

.address-card:hover .content h4 {
  color: var(--whileColor);
}

.address-card:hover.content {
  background-color: var(--whileColor);
}

.contact-form .form-group label {
  margin-bottom: 7px;
  font-size: 16px;
  color: var(--grayColor);
  font-weight: 400;
}

.contact-form .form-group .form-control {
  padding: 25px;
  background-color: var(--border4);
  border: none;
  display: inline-block;
}

.contact-form .form-group {
  margin-bottom: 30px;
}

.contact-form {
  max-width: 950px;
  margin: auto;
}

.contact-2.ptb-100 {
  padding-top: 0;
}

.toggle-bg-box {
  position: fixed;
  z-index: 9999;
  left: 3%;
  bottom: 63px;
}

.toggle-bg-box input {
  opacity: 0;
  width: 0;
  height: 0;
}

.toggle-bg-box .toggle-bg {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.toggle-bg .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--originColor);
  transition: 0.4s;
}

.toggle-bg .slider.round {
  border-radius: 50px;
}

.toggle-bg .slider.round::before {
  border-radius: 50%;
  position: absolute;
  content: "";
  height: 30px;
  width: 30px;
  left: 2.5px;
  bottom: 4px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  transition: 0.4s;
  box-shadow: 0 0px 15px var(--boxshadow2);
  background: white url(https://i.ibb.co/FxzBYR9/night.png);
  background-repeat: no-repeat;
  background-position: center;
}

.toggle-bg-box input:checked+.slider:before {
  transform: translateX(24px);
  background: white url(https://i.ibb.co/7JfqXxB/sunny.png);
  background-repeat: no-repeat;
  background-position: center;
}

.theme-dark .header {
  background-color: var(--black);
}

.theme-dark .list-header-item a {
  color: var(--whileColor);
}

.theme-dark .list-header-item.active>a {
  color: var(--originColor);
}

.theme-dark .list-header-item:hover .list-child {
  background-color: var(--black);
}

.theme-dark .list-child .list-child-item {
  border: none;
}

.theme-dark .header-shopping svg path {
  fill: var(--whileColor);
}

.theme-dark .form-group-s input {
  background-color: var(--bg4);
  border: none;
  color: var(--whileColor);
}

.theme-dark .form-group-s input::placeholder {
  color: var(--whileColor);
}

.theme-dark .form-group-s input:focus {
  border: 1px solid var(--originColor);
  box-shadow: none;
}

.theme-dark .logo a .main-logo {
  display: none;
}

.theme-dark .header-two .logo a .main-logo {
  display: block;
}

.theme-dark .logo a .while-logo {
  display: inline-block;
}

.theme-dark .wrap-content-edit h2 {
  color: var(--whileColor);
}

.theme-dark .wrap-content-edit p {
  color: var(--whileColor);
}

.logo a .main-logo {
  display: inline-block;
}

.logo a .while-logo {
  display: none;
}

.go-top {
  position: fixed;
  cursor: pointer;
  top: 87%;
  right: -10%;
  background-color: var(--originColor);
  z-index: 4;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.9s linear;
}

.go-top.active {
  transform: translateY(-95%);
  opacity: 1;
  visibility: visible;
  right: 3%;
  top: 93%;
}

#reviews form .form-group {
  margin-bottom: 20px;
}

#reviews form h3 {
  margin-bottom: 20px;
}

#form-review .wrap-star svg path {
  fill-opacity: 0.3;
  transition: all 0.2s linear;
}

#form-review .wrap-star .wrap-star-content {
  padding-right: 5px;
  display: inline-block;
  cursor: pointer;
}

#form-review .wrap-star .wrap-star-content.active svg path {
  fill-opacity: 1;
}

.theme-dark #reviews .write-review label {
  color: var(--whileColor);
}

.theme-dark .center-category-item {
  background-color: var(--bg4);
}

.theme-dark .text-4 {
  color: var(--whileColor);
}

.theme-dark .text-3 {
  color: var(--bg2);
}

.theme-dark .text-2 {
  color: var(--whileColor);
}

.theme-dark .text-1 {
  color: var(--whileColor);
}

.theme-dark .text-5 {
  color: var(--whileColor);
}

.theme-dark .content-7 .form-subs input {
  background-color: var(--black);
}

.theme-dark .wrap-content-6-item {
  background-color: var(--bg7);
}

.theme-dark .header-mobile {
  background-color: var(--black);
}

.theme-dark .list-header-mobile {
  background-color: var(--black);
}

.theme-dark .list-item-header-mobile a {
  color: var(--whileColor);
}

.theme-dark .header-shopping-m svg path {
  fill: var(--black);
}

.theme-dark #header-form-m input {
  background-color: var(--whileColor);
}

.theme-dark #header-form-m input::placeholder {
  color: var(--black);
}

.theme-dark .content-2-two .content-1__text {
  background-color: var(--bg4);
}

.theme-dark .content-8-item {
  background-color: var(--bg1);
}

.theme-dark .wrap-content-2-item {
  background-color: var(--bg1);
}

.theme-dark .wrap-content-2-item.wrap-content-4-item {
  background-color: transparent;
}

.wrap-content-2-item.wrap-content-4-item {
  margin-right: 0;
  margin-left: 0;
  cursor: pointer;
  transition: all ease 0.5s;
}

.theme-dark .content-1-item {
  background-color: var(--bg4);
}

.theme-dark .content-content-2-bottom {
  border-color: var(--black);
}

.theme-dark .text-home-2 {
  background-color: transparent;
}

.theme-dark .content-5-two .content .content-left p {
  color: var(--black);
}

.theme-dark .content-5-two .content {
  background-color: var(--bg4);
}

.theme-dark .content-5-two .content:hover .content-left h4,
.theme-dark .content-5-two .content:hover .content-left p {
  color: var(--black);
}

.theme-dark .banner-three .banner-right>h1 {
  color: var(--whileColor);
}

.theme-dark .banner-three .banner-right>p {
  color: var(--whileColor);
}

.theme-dark .content-2-three.content-2-two .content-1__text {
  color: var(--whileColor);
  background-color: transparent;
}

.theme-dark .content-5-three .list-time li {
  border-color: var(--whileColor);
}

.theme-dark .content-5-three .list-time li::before {
  background-color: var(--whileColor);
}

.theme-dark .content-5-three .list-time li::after {
  background-color: var(--whileColor);
}

.theme-dark .content-5-three .list-time li span {
  color: var(--whileColor);
}

.theme-dark .content-1-two .content-1-item {
  background-color: var(--blackColor);
}

.theme-dark .banner-about::before {
  background-color: var(--black);
  opacity: 0.9;
}

.theme-dark .paginations ul li a {
  color: var(--whileColor);
}

.theme-dark .panel-group .panel {
  background-color: var(--black);
}

.theme-dark .faq .panel-title a {
  color: var(--whileColor);
}

.blog-search {
  margin-bottom: 30px;
  overflow: hidden;
}

.theme-dark .blog-search .form-group .form-control {
  background-color: var(--bg4);
  color: var(--whileColor);
  border: 1px solid var(--bg4);
}

.theme-dark #instructor .content ul li span {
  color: var(--whileColor);
}

.theme-dark .category.blog-detail {
  background-color: var(--bg4);
}

.theme-dark .blog-detail h3 {
  color: var(--whileColor);
}

.theme-dark .blog-detail ul li a p {
  color: var(--whileColor);
}

.theme-dark .recent-post {
  background-color: var(--bg4);
}

.theme-dark .caurses-detail .c-d-footer {
  background-color: var(--bg4);
}

.theme-dark .recent-post .recent-post-c h5 {
  color: var(--whileColor);
}

.theme-dark .tags {
  background-color: var(--bg4);
}

.theme-dark .tags ul li a {
  color: var(--whileColor);
}

.theme-dark .qoute {
  background-color: var(--bg8);
}

.theme-dark .tag-and-share ul li span {
  color: var(--whileColor);
}

.tag-and-share ul li {
  margin: 0;
}

.theme-dark #reviews .write-review .form-control {
  background-color: var(--bg4);
  color: var(--whileColor);
}

.theme-dark .contact-1 .address-card {
  background-color: var(--bg4);
}

.theme-dark .address-card .content h4 {
  color: var(--whileColor);
}

.theme-dark .address-card .content a {
  color: var(--whileColor);
}

.theme-dark .contact-form .form-group .form-control {
  background-color: var(--bg4);
  color: var(--whileColor);
}

.table-cart thead {
  background-color: var(--border4);
}

.table-cart table thead tr th {
  font-size: 20px;
  font-weight: 600;
  padding: 20px;
  text-align: center;
}

.table-cart table tbody tr td {
  color: var(--black);
  padding: 20px;
}

.table-cart table tbody tr td button {
  transition: all ease 0.5s;
  color: transparent;
  font-weight: 600;
  background-color: transparent;
  border: none;
}

.table-cart table tbody tr td button:hover svg path {
  fill: var(--primaryColor);
}

.table-cart table tbody tr td img {
  background-color: var(--border4);
  padding: 10px 10px;
}

.table-cart table tbody tr td {
  position: relative;
}

.table-cart table tbody tr td:first-child {
  position: unset;
}

.table-cart table tbody tr td .input-count ul li {
  display: inline-block;
}

.table-cart table tbody tr td .input-count ul li input {
  width: 40px;
  text-align: center !important;
  background-color: transparent;
  border: none;
  font-size: 22px;
}

.table-cart table tbody tr td .input-count {
  background: var(--bg16);
  width: 150px;
  padding: 10px 0;
  border-radius: 5px;
  text-align: center;
  position: relative;
}

.table-cart table tbody tr td .input-count .btn-minus svg {
  position: absolute;
  top: 50%;
  left: 20%;
  transform: translate(-50%, -50%);
}

.table-cart table tbody tr td .input-count .btn-add svg {
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translate(-50%, -50%);
}

.table-cart table tbody td .wrap-td {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: max-content;
}

.cart-1 {
  margin: 30px 0;
}

.cart-1 .wrap-input input {
  height: 65px;
  background-color: var(--border4);
  border: 1px solid var(--border4);
  padding-left: 15px;
}

.cart-1 .wrap-input button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}

.cart-1 .btn-right {
  float: right;
}

.cart-1 .btn-right button {
  background: var(--bg16);
  color: var(--originColor);
}

.cart-2 .total {
  padding: 40px;
  box-shadow: var(--boxshadow3);
}

.cart-2 .total h3 {
  font-size: 18px;
  margin-bottom: 20px;
}

.cart-2 .total ul {
  padding-left: 0;
  border: 1px solid var(--border2);
  margin-bottom: 30px;
}

.cart-2 .total ul li {
  list-style-type: none;
  padding: 15px;
  border-bottom: 1px solid var(--border2);
  position: relative;
}

.cart-2 .total ul li div {
  float: right;
}

#wrap-info-buyer {
  padding: 40px;
  box-shadow: var(--boxshadow3);
}

#wrap-info-buyer button {
  margin: 10px auto;
}

.theme-dark .table-cart thead {
  background-color: var(--bg9);
}

.theme-dark input {
  color: var(--whileColor);
}

.theme-dark .table-cart table tbody tr td a img {
  background-color: var(--black);
}

.theme-dark .table-cart table tbody tr {
  background-color: var(--bg4);
}

.theme-dark .table-cart table tbody tr td a {
  color: var(--whileColor);
}

.theme-dark .table-cart table tbody tr td {
  color: var(--whileColor);
}

.theme-dark .table-cart table tbody tr td .input-count {
  background-color: var(--black);
}

.theme-dark .table-cart table tbody tr td .input-count svg path {
  fill: var(--whileColor);
}

.table-cart {
  margin-bottom: 40px;
  overflow-x: auto;
}

.theme-dark .cart-1 .form-control {
  background-color: var(--bg4);
}

.theme-dark .cart-1 .btn-right button {
  background-color: var(--bg4);
  color: var(--whileColor);
}

.theme-dark .cart-2 .total {
  background-color: var(--bg4);
}

.theme-dark .cart-2 .total h3 {
  color: var(--whileColor);
}

.theme-dark .cart-2 .total ul li {
  border-color: var(--black);
}

.theme-dark .cart-2 .total ul {
  border-color: var(--black);
}

.theme-dark .caurses-detail .description>nav {
  background-color: var(--bg4);
}

.theme-dark .nav-tabs>li>a {
  color: var(--whileColor);
}

.theme-dark .caurses-detail #home h3 {
  color: var(--whileColor);
}

.theme-dark .caurses-detail #curriculum ul {
  background-color: var(--bg4);
}

.theme-dark .caurses-detail #curriculum ul li {
  color: var(--whileColor);
}

.list-child-item {
  position: relative;
  cursor: pointer;
}

.list-child-item a {
  width: 100%;
  display: block;
}

.list-child-item.active>svg path {
  fill: var(--originColor);
}

.list-child-item>svg path {
  fill: var(--black);
}

.list-child-item>svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}

.list-child-item .list-child-item-2 {
  top: 25px;
  left: -250px;
}

.list-child-item-2 {
  opacity: 0;
  visibility: hidden;
  margin: 0;
}

.list-child-item:hover .list-child-item-2 {
  opacity: 1;
  visibility: inherit;
}

.list-child-mobile-item-2 a {
  padding-left: 70px;
}

.form-group-s input:focus {
  border: 1px solid var(--originColor);
  box-shadow: none;
}

.header-two .form-group-s input:focus {
  border: none;
}

.wrap-btn {
  text-align: center;
}

.theme-dark .contact-form .form-group label {
  color: var(--whileColor);
}

.theme-dark #reviews .card h2 {
  color: var(--whileColor);
}

.theme-dark #reviews h3 {
  color: var(--whileColor);
}

.theme-dark .content-8-item .ct-8-item-footer p {
  color: var(--whileColor);
}

.theme-dark .blog-detail .ct-8-item-footer {
  background-color: var(--black);
}

.tag-and-share .tag ul li a {
  margin-top: 3px;
}

.open-icon-c span {
  float: right;
}

.open-icon-c {
  position: absolute !important;
  right: 0;
  top: 10px;
}

.c-d-header {
  margin-bottom: 20px;
}

#instructor .content .content-4-wrap-icon .content-4-icon:hover {
  background: var(--originColor);
  cursor: pointer;
}

#instructor .content .content-4-wrap-icon .content-4-icon:hover svg path {
  fill: var(--whileColor);
}

.table .img-area {
  max-width: 100px;
  max-height: 100px;
}

.input-count .btn-minus:hover svg path {
  fill: var(--primaryColor);
  cursor: pointer;
}

.input-count .btn-add:hover svg path {
  fill: var(--primaryColor);
  cursor: pointer;
}

.wrap-td.delete:hover svg path {
  fill: var(--primaryColor);
}

.wrap-content-2-carousel.wrap-content-4-carousel {
  min-height: auto;
}

.map {
  height: 300px;
}

.map iframe {
  width: 100%;
  height: 100%;
}

.share .wrap-icon-share:hover svg path {
  fill: var(--whileColor);
}

.share .wrap-icon-share:hover {
  background-color: var(--primaryColor);
}

.blog-detail .content-8-item:hover {
  transform: none;
}

.blog-detail .wrap-content-edit p {
  font-size: 18px;
}

.blog-detail .wrap-content-edit ol li {
  font-size: 18px;
}

.recent-post ul li:hover {
  cursor: pointer;
}

.recent-post ul li:hover .title-post h5 {
  color: var(--originColor);
}

.wrap-play-icon:hover {
  background-color: var(--primaryColor);
  cursor: pointer;
}

.wrap-play-icon:hover svg path {
  fill: var(--whileColor);
}

.modal-body {
  padding: 0;
}

.modal-body iframe {
  width: 100% !important;
  height: 500px;
}

.modal-content {
  box-shadow: none;
  background-color: transparent !important;
  border: none;
}

.close {
  font-size: 40px;
}

.modal-header {
  padding: 0;
  border: none;
}

.close:focus,
.close:hover {
  opacity: 1 !important;
}

.modal-header .close {
  opacity: 0.5;
  color: var(--whileColor) !important;
}

.blog-detail ul li:hover a p {
  color: var(--originColor);
}

.blog-detail .content-8-item {
  cursor: inherit;
}

.wrap-star svg path {
  fill-opacity: 0.3;
}

.wrap-star svg.active path {
  fill-opacity: 1;
}

.footer-item.child-one .content-4-wrap-icon .content-4-icon:hover {
  background-color: var(--black);
}

.description .tabcontent {
  padding: 0;
}

.table {
  border: 1px solid var(--grayColor);
}

.header-shopping a:hover svg path {
  fill: var(--originColor);
}

.box404 {
  height: 450px;
  text-align: center;
  position: relative;
  width: 100%;
}

.box404 img {
  width: 20%;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

@media (min-width: 1600px) {
  .banner-left {
    min-height: 700px;
  }

  .banner-left .banner-light {
    min-height: 700px;
  }

  .banner-left .banner-dark {
    min-height: 700px;
  }

}

@media (min-width: 769px) and (max-width: 1300px) {
  .list-header-item {
    margin-right: 12px;
  }

  .list-header-item a {
    font-size: 14px;
  }

}