* {
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  padding: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  display: block;
  vertical-align: middle;
}

body {
  /*font-family: "Roboto", arial, sans-serif;*/
  font-family: Tahoma,Helvetica,Verdana,sans-serif;
}

.header-top {
  /*padding: 10px 0;*/
  width: 100%;
  display: block;
}
.header-top::after {
  display: table;
  content: "";
  clear: both;
}

.logo-modbile {
  display: none;
}

.logo-brand {
  display: block;
  width: 20%;
  float: left;
}
.logo-brand .logo {
  display: flex;
  text-decoration: none;
}
.logo-brand .logo h1 {
  width: 30%;
  display: inline-block;
}
.logo-brand .logo h1 img {
  max-width: 70%;
}
.logo-brand .logo span {
    display: block;
    font-size: 20px;
    padding-top: 12px;
    width: 70%;
    text-transform: uppercase;
    color: #ffc338;
}

.clickme {
  display: none;
}

.header-right {
  width: 75%;
  float: right;
  text-align: right;
}
.header-right a {
  text-decoration: none;
}
.header-right .upload {
  display: inline-block;
  padding: 10px 20px;
  border: 2px solid #FF0000;
  border-radius: 4px;
  color: #F00;
}
.header-right .login {
  background-color: #3095FF;
  border-radius: 4px;
  color: #FFF;
  padding: 12px 32px;
  margin-left: 25px;
}

.slider {
  background-color: #7ccaff;
}
.slider .col-menu {
  padding-right: 5px;
  padding-left: 0;
}
.slider .main-slider {
  padding-left: 0;
  padding-right:0;
}

.main-menu {
padding: 14px 0;
    background-color: #ffffff;
    width: 100%;
    height: 400px;
}
.main-menu .menu {
  width: 100%;
  display: inline-block;
  list-style: none;
}
.main-menu .menu li {
  position: relative;
  display: block;
  border-bottom: 1px solid #e0e0e0;
}
.main-menu .menu li a {
  text-decoration: none;
  display: block;
  font-size: 16px;
  padding: 12.3px 6px;
  color: rgba(0, 0, 0, 0.84);
}
.main-menu .menu li a:hover {
  background-color: #ededed;
}
.main-menu .menu li .menhoc4d-block {
  display: none;
  top: 0px;
  width: 500px;
  position: absolute;
  z-index: 12;
  background-color: #fff;
  left: 94%;
  padding-left: 15px;
  margin-left: 18px;
}
.main-menu .menu li .menhoc4d-block .title-information {
  font-size: 20px;
  color: #F37A53;
  margin: 5px 0 10px;
  padding-left:15px;
  padding-top:10px;
  padding-bottom:0px;
}
.main-menu .menu li .menhoc4d-block .information-left {
  width: 50%;
  float: left;
  overflow: auto;
}
.main-menu .menu li .menhoc4d-block .information-right {
  width: 50%;
  float: left;
  overflow: auto;
}
.main-menu .menu li .menhoc4d-block .info {
  display: block;
  margin-bottom: 10px;
}
.main-menu .menu li .menhoc4d-block .info h5 {
  font-weight: 600;
  color: #747274;
  font-size: 14px;
  /*text-transform: uppercase;*/
}
.main-menu .menu li .menhoc4d-block .info span {
  font-size: 14px;
  color: #C9CDD4;
}
.main-menu .menu li .menhoc4d-block:after {
  display: table;
  content: "";
  clear: both;
}
.main-menu .menu li .menhoc4d-block:before {
  content: " ";
  height: 0;
  position: absolute;
  top: 1px;
  width: 0;
  z-index: 1;
  left: -6%;
  border: medium solid white;
  border-width: 10px 10px 10px 10px;
  border-color: transparent #3095FF transparent transparent;
}
.main-menu .menu li:hover .menhoc4d-block {
  display: block;
}

.slide-adv {
  width: 100%;
  height: auto;
  position: relative;
}
.slide-adv .item {
  height: 400px;
}
.slide-adv .item img {
  height: 100%;
}
.slide-adv .owl-dots {
  left: 40%;
  position: absolute;
  bottom: 20px;
}
.slide-adv .owl-dots .owl-dot span {
    width: 20px;
    height: 20px;
    border: 3px solid #ffba00;
    background-color: transparent;
}
.slide-adv .owl-dots .owl-dot span:hover {
  background-color: #3095FF;
}
.slide-adv .owl-dots .owl-dot.active span,
.slide-adv .owl-theme .owl-dots .owl-dot:hover span {
  background-color: #3095FF;
}

.sliders-products {
  width: 100%;
  height: auto;
  display: block;
  background-color: #e5e5e5;
}

.slide-top {
  width: 100%;
  height: auto;
  margin-top: 10px;
  margin-bottom: 20px;
  position: relative;
}
.slide-top .item {
  display: block;
  position: relative;
}
.slide-top .item .caption-item {
  top: 3%;
  right: 5%;
  position: absolute;
}
.slide-top .item .caption-item span {
  color: #FFF;
  font-size: 12px;
}
.slide-top .item .caption-item span .fa-star {
  color: #F1C40F;
}
.slide-top .item .sticker {
  left: -7%;
  bottom: 4%;
  position: absolute;
  height: auto;
  max-width: 100%;
}
.slide-top .owl-nav {
  position: absolute;
  top: 25%;
  left: 0;
  right: 0;
}
.slide-top .owl-nav .owl-next {
  right: -4%;
  font-size: 28px;
  background: none;
  position: absolute;
}
.slide-top .owl-nav .owl-prev {
  left: -4%;
  font-size: 28px;
  background: none;
  position: absolute;
}
.slide-top .owl-nav [class*=owl-] {
  color: #333;
  opacity: 0.5;
}
.slide-top .owl-nav [class*=owl-]:hover {
  background: none;
  color: #fff;
  opacity: 0.9;
}

.slide-bottom {
  width: 100%;
  height: auto;
  margin-top: 10px;
  margin-bottom: 20px;
  position: relative;
}
.slide-bottom .item .subject {
  color: #FFF;
  font-size: 16px;
  display: block;
  padding: 20px 0;
  text-align: center;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.slide-bottom .item .link-1 {
  background-color: #1ABC9C;
}
.slide-bottom .item .link-2 {
  background: #2ECC71;
}
.slide-bottom .item .link-3 {
  background: #E74C3C;
}
.slide-bottom .item .link-4 {
  background: #F1C40F;
}
.slide-bottom .owl-nav {
  position: absolute;
  top: -16%;
  left: 0;
  right: 0;
  bottom: 0;
}
.slide-bottom .owl-nav .owl-next {
  right: 0%;
  background: none;
  position: absolute;
}
.slide-bottom .owl-nav .owl-prev {
  left: 0;
  background: none;
  position: absolute;
}
.slide-bottom .owl-nav [class*=owl-] {
  margin: 0;
  padding: 14px;
  color: #fff;
  background: #BDBDBD;
  font-size: 24px;
  opacity: 0.5;
}
.slide-bottom .owl-nav [class*=owl-]:hover {
  color: #000;
  opacity: 0.9;
}
.slide-bottom .owl-nav::after {
  content: "";
  clear: both;
  display: table;
}

.products-hot {
  width: 100%;
  height: auto;
  display: block;
  background: #E5E5E5;
  padding: 10px 0 0px;
}
.products-hot .title-product-hot {
  text-align: center;
  margin-bottom: 30px;
}
.products-hot .title-product-hot h4 {
  font-weight: bold;
  font-size: 32px;
  line-height: 37px;
  background: #333333;
}

.banner-product {
  width: 100%;
}
.banner-product a {
  /*height: 265px;*/
  display: block;
}
.banner-product a img {
  display: block;
  /*height: 100%;*/
}

.wrapper-product .custom-col:first-child {
  padding-left: 0;
}
.wrapper-product .custom-col:last-child {
  padding-right: 0;
}
.wrapper-product::after {
  display: table;
  content: "";
  clear: both;
}


.product {
  background-color: #FFF;
  width: 100%;
  padding-bottom: 15px;
  margin-bottom: 25px;
  border-radius:10px;
}
.product .pro-img {
  display: block;
  width: 100%;
}
.product .pro-detail {
  padding: 0 15px;
  padding-top: 10px;
  min-height: 140px;
}
.product .pro-detail .new {
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  background-color: #2ECC71;
  border-radius: 4px;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration:none;
}
.product .pro-detail .title-product {
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
  padding-top: 5px;
}
.product .pro-detail .autho {
  font-size: 14px;
  line-height: 16px;
  color: #828282;
}
.product .pro-detail .list-star {
  list-style: none;
  display: block;
  margin-bottom: 5px;
}
.product .pro-detail .list-star li {
  display: inline-block;
  color: #828282;
}
.product .pro-detail .price {
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  color: #FF0000;
  display: block;
  margin-bottom: 5px;
}
.product .pro-detail .fake-price {
  display: inline-block;
  float: left;
  color: #828282;
  text-decoration: line-through;
}
.product .pro-detail .link-signup {
  display: inline-block;
  float: right;
  background-color: #F40001;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
  border-radius: 6px;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #FFFFFF;
  padding: 10px;
}
.product .pro-detail::after {
  content: "";
  display: table;
  clear: both;
}

.panel-products {
  width: 100%;
  height: auto;
  display: block;
  background: #ffffff;
  padding: 10px 0 20px;
}

.tabmenhoc4d-product .list-tabs {
  margin: 0;
  display: block;
  padding-bottom: 20px;
  border: none;
}
.tabmenhoc4d-product .list-tabs li {
    margin-right: 10px;
    margin-bottom: 10px;
}
.tabmenhoc4d-product .list-tabs li a {
    color: #FF9100;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 12px 16px;
    font-size: 16px;
    line-height: 12px;
    color: #1d1d1c;
    border: 1px solid #FF9100;
}
.tabmenhoc4d-product .list-tabs li a:hover {
  border-color: transparent;
  background: #FF9100;
  color: #FFF;
}
.tabmenhoc4d-product .list-tabs .active a {
  border-color: transparent;
  background: #0cb88f;
  color: #FFF;
}

.product-tab .pro-img {
  float: left;
  width: 30%;
  height: 150px;
}
.product-tab .pro-img img {
  max-height: 100%;
}
.product-tab .pro-detail {
  padding-top: 20px;
  width: 70%;
  float: left;
  padding-right: 0;
}
.product-tab::after {
  content: "";
  display: table;
  clear: both;
}

.panel-deepk .panel-heading {
  background-color:#ffba00;
}
.panel-deepk .panel-title {
  border-radius: 4px;
}
.panel-deepk .panel-title a {
    font-size: 20px;
    line-height: 23px;
    color: #333;
    position: relative;
    display: block;
    text-decoration: none;
}
.panel-deepk .panel-title a .icon-panel {
  position: absolute;
  right: 1%;
  top: 0;
  font-size: 24px;
  color: #FFF;
  display: block;
}
.panel-deepk .panel-title .active .icon-panel {
  transform: rotate(180deg);
}

.ad-banner {
  /*padding: 10px 0 20px;*/
  display: block;
  width: 100%;
  height: auto;
  background-color: #e5e5e5;
}

.banner-detail {
  position: relative;
  display: block;
  width: 100%;
}
.banner-detail .pro-img {
  max-width: 100%;
  margin: 0 auto;
}
.banner-detail .banner-info {
  position: absolute;
  left: 40%;
  top: 25%;
  text-align: center;
}
.banner-detail .banner-info span {
  display: inline-block;
  font-weight: 300;
  font-size: 26px;
  line-height: 30px;
  text-align: center;
  color: #FFFFFF;
}
.banner-detail .banner-info h3 {
  font-size: 26px;
  line-height: 30px;
  text-align: center;
  color: #FFFFFF;
  font-weight: bold;
  display: block;
  margin-top: 10px;
  margin-bottom: 40px;
}
.banner-detail .banner-info a {
  display: inline-block;
  font-size: 32px;
  line-height: 37px;
  color: #FFFFFF;
  border: 2px solid #FFFFFF;
  border-radius: 8px;
  padding: 10px 75px;
}

.Feedback {
  background-color: #e5e5e5;
  display: block;
  width: 100%;
  padding: 10px 0 20px;
}
.Feedback .title-feedback {
  text-align: center;
  margin-bottom: 30px;
  margin-top: 30px;
}
.Feedback .title-feedback h2 {
  font-weight: bold;
  font-size: 32px;
  line-height: 37px;
  text-align: center;
  color: #333333;
}

.slider-feedback {
  width: 100%;
  display: block;
}
.slider-feedback .owl-nav {
  position: absolute;
  top: 25%;
  left: 0;
  right: 0;
}
.slider-feedback .owl-nav .owl-next {
  right: -4%;
  font-size: 28px;
  background: none;
  position: absolute;
}
.slider-feedback .owl-nav .owl-prev {
  left: -4%;
  font-size: 28px;
  background: none;
  position: absolute;
}
.slider-feedback .owl-nav [class*=owl-] {
  color: #333;
  opacity: 0.5;
}
.slider-feedback .owl-nav [class*=owl-]:hover {
  background: none;
  color: #fff;
  opacity: 0.9;
}

.information {
  width: 100%;
  display: block;
  height: auto;
  background-color: #FFF;
  border-radius: 8px;
  padding: 20px 25px;
}
.information .pro-img {
  width: 100%;
  margin-bottom: 15px;
}
.information .pro-img .avatar {
  width: 35%;
  float: left;
}
.information .pro-img .avatar img {
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.information .pro-img .info-avatar {
  float: left;
  width: 65%;
  padding-left: 30px;
}
.information .pro-img .info-avatar h5 {
  margin-bottom: 25px;
  margin-top: 10px;
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  color: #333333;
}
.information .pro-img .info-avatar span {
  font-size: 18px;
  line-height: 21px;
  color: #FF1212;
}
.information .pro-img:after {
  display: table;
  clear: both;
  content: "";
}
.information .pro-info {
  display: block;
  width: 100%;
  padding: 20px 15px;
  min-height: 200px;
  background-color: #209cf1;
  -webkit-border-radius: 12px;
  border-radius: 12px;
}
.information .pro-info p {
  font-size: 18px;
  line-height: 21px;
  color: #FFF;
}

.slider-teacher .owl-nav {
  position: absolute;
  top: 25%;
  left: 0;
  right: 0;
}
.slider-teacher .owl-nav .owl-next {
  right: -4%;
  font-size: 28px;
  background: none;
  position: absolute;
}
.slider-teacher .owl-nav .owl-prev {
  left: -4%;
  font-size: 28px;
  background: none;
  position: absolute;
}
.slider-teacher .owl-nav [class*=owl-] {
  color: #333;
  opacity: 0.5;
}
.slider-teacher .owl-nav [class*=owl-]:hover {
  background: none;
  color: #fff;
  opacity: 0.9;
}

.teacher {
  padding: 20px 30px 30px;
  background-color: #FFFFFF;
  border-radius: 8px;
}
.teacher .pro-img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.teacher .pro-img img {
  width: 75%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin: 0 auto;
}
.teacher .pro-info {
  display: block;
  width: 100%;
  text-align: center;
}
.teacher .pro-info h5 {
  display: block;
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 25px;
  color: #333;
}
.teacher .pro-info span {
  color: #333;
  font-size: 18px;
  line-height: 21px;
}
.teacher .pro-info .subject {
  display: block;
}
.mon-hoc-1{
    cursor:pointer;
}
.ads {
  padding: 10px 0;
  background: linear-gradient(90deg, #0FC66E 0%, #0085FF 100%);
}
.ads .ads-image {
  width: 100%;
  display: block;
}
.ads .ads-image img {
  margin: 0 auto;
}
.ads .text-ads {
  display: block;
  text-align: center;
  margin-top: 30px;
}
.ads .text-ads h3 {
  font-size: 22px;
  line-height: 26px;
  text-align: center;
  color: #FFFFFF;
}
.ads .text-ads h3 span {
  color: #F1C40F;
}
.ads .signup-ads {
  margin-top: 20px;
  text-align: center;
}
.ads .signup-ads a {
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  padding: 13px 20px;
  color: #FFFFFF;
  display: inline-block;
  background: #FF9100;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
  border-radius: 6px;
}

.footer-wrapper {
  width: 100%;
  padding: 15px 0 25px;
  background-color: #333;
}

.list-footer {
  display: block;
  width: 100%;
  text-align: left;
  margin-bottom: 35px;
}
.list-footer .list-about {
  margin-left: 0;
}
.list-footer ul {
  margin-left: 20px;
  list-style: none;
  display: inline-block;
}
.list-footer ul li {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 16px;
  color: #FFFFFF;
  text-align: left;
}
.list-footer ul li span {
  display: inline-block;
  width: 15%;
  padding-top: 15px;
}
.list-footer ul li span img {
  display: inline-block;
  width: 65%;
  height: auto;
}
.list-footer ul li a {
  font-size: 14px;
  line-height: 16px;
  color: #FFFFFF;
}

.app-img {
  width: 100%;
  display: block;
  text-align: left;
}
.app-img img {
  max-width: 75%;
  display: inline-block;
}

.logo-footer {
  display: block;
  width: 100%;
}
.logo-footer img {
    display: inline-block;
    width: 50px;
    padding-top: 25px;
    margin-left: 20px;
}
.logo-footer span {
  font-size: 28px;
  padding-top: 3px;
  width: 70%;
  text-transform: uppercase;
  color: #ffba00;
}

.title-footer {
  margin-bottom: 35px;
}
.title-footer h3 {
  font-weight: bold;
  font-size: 16px;
  line-height: 16px;
  color: #FFFFFF;
  margin-top: 43px;
  text-align: left;
}

.fanpage {
  padding-top: 30px;
}

.menhoc4d-detail {
  display: none;
}

@keyframes scaleon {
  0% {
    opacity: 1;
    transform: scale(0.7);
  }
  100% {
    opacity: 0.7;
    transform: scale(1);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: perspective(500px) rotateY(-75deg);
    transform: perspective(500px) rotateY(-95deg);
  }
  100% {
    -webkit-transform: perspective(500px) rotateY(0deg);
    transform: perspective(500px) rotateY(0deg);
  }
}
@keyframes rotate3d {
  0% {
    transform: perspective(400px) rotateX(-95deg);
  }
  100% {
    transform: perspective(400px) rotateX(0deg);
  }
}

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