/*============================================================================
   #Webcms
==============================================================================*/
.banner-product {
    height: 255px;
}

.banner-product {
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner-product h1 {
    color: #ffffff;
        font-size: 45px;
    font-weight: 700;
    line-height: 1.2em;
    font-family: Montserrat, sans-serif;
}

.vn-product-infor {
    padding-top: 80px;
}

.vn-title-product-top {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.vn-title-product-top span {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 3px 20px;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    background-color: #f90;
    border-radius: 4px;
    box-sizing: border-box;
}

.vn-title-product-top h3 {
    font-weight: 700;
    margin-right: 12px;
    /* margin: 20px 0; */
    color: #42495b;
    font-family: Montserrat, sans-serif;
}

.vn-teach {
    display: flex;
    width: 100%;
    height: 100%;
}

.vn-img-teach {
    width: 70px;
    margin-right: 18px;
}

.vn-img-teach img {
    width: 100%;
}

.vn-infor-teach {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.vn-title-teach {
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    line-height: 18px;
    color: #42495b;
}

.vn-content-teach {
    font-family: "Crimson Text", serif;
    font-size: 18px;
}

.vn-img-product {
    margin-top: 46px;
}

.vn-img-product img {
    width: 100%;
}

.vn-tablinks {
    margin-top: 40px;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 9px;
}

.vn-tablinks ul {
    margin: 0;
    padding: 0;
}

.vn-tablinks ul li {
    display: inline;
    padding: 13px 10px;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    line-height: 30px;
    color: #b9b9b9;
    margin-right: 18px;
}

.vn-tablinks i {
    margin-right: 5px;
}

.tab-small.active {
    border-bottom: 2px solid #4582ff;
}

.small-tab {
    margin-top: 39px;
    margin-bottom: 50px;
}

.small-tab p {
font-family: "Crimson Text", serif;
    font-size: 18px;
    line-height: 1.555555555555556em;
    font-weight: 400;
    color: grey;
    display: flex;
    justify-content: space-between;
        position: relative;
}

.eltdf-progress-bar {
     position: relative;
}

.small-tab h4 {
    margin: 20px 0;
    font-weight: 700;
    color: #42495b;
    font-family: Montserrat, sans-serif;
}

.name-teacher {
    position: relative;
    display: inline-block;
    width: 78%;
    vertical-align: middle;
    min-height: 75px;
    padding: 29px 20px;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: -2px 2px 6px 1px rgb(0 0 0 / 5%);
    box-sizing: border-box;
}

.avartar-teacher {
    display: inline-block;
    width: 75px;
    margin-right: 20px;
}


@media(max-width:425px){
    .vn-link-bn .vn-sing-up {
      padding: 10px 30px;
      width: auto;
    }
    
    .vn-link-bn.vn-index{
           display: flex;
      justify-content:center;
    }
    
    .vn-link-bn {
      display: flex;
      justify-content: flex-start;
    }

    .content-teacher {
      padding-bottom: 20px;
      display: flex;
      justify-content: center;
      align-items: center;
    }
    
    .vn-tablinks ul li {
      display:block;
    }
}


.vn-title-right h4 {
  color:#42495b;
  font-weight:700;
  font-size: 22px;
  line-height: 1.454545454545455em;
  font-family: Montserrat,sans-serif;
}

.content-teacher {
  padding-bottom: 20px;
  padding-bottom: 20px;
    display: flex;
    align-items: center;
}

.avartar-teacher img {
    width: 100%;
}

.name-teacher h5 {
    color: #42495b;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
}

.name-teacher p {
    color: #b9b9b9;
}

.vn-FAQs h4 {
    margin: 20px 0;
    color: #42495b;
    font-family: Montserrat, sans-serif;
}

.vn-question h5 {
    color: #42495b;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    line-height: 1.5em;
    font-weight: 700;
    cursor: pointer;
}

.vn-question h5 i {
    margin-right: 13px;
}

.vn-content-question {
    padding: 0 0 24px 36px;
    font-family: "Crimson Text", serif;
    font-size: 18px;
    Color: #808080;
    line-height: 28px;
}

.vn-infor-prd-left {
 
  justify-content: space-between;
  padding: 10px 0;
  font-family: Montserrat,sans-serif;
  font-size: 14px;
  color:#42495b;
  align-items: center;
}


.vn-infor-prd-left i {
  Color:#04d2c8;
  margin-right: 20px;
    font-size: 21px;
}


.vn-content-infor-prd {
     display: inline-block;
    vertical-align: top;
}

.vn-title-right p {
      font-family: "Crimson Text",serif;
    font-size: 18px;
    line-height: 1.555555555555556em;
    font-weight: 400;
    color: grey;
}

.vn-product-more {
  display: flex;
  align-items: center;
}

.vn-img-prd-more {
  width:100px;
  padding-right: 16px;
  
}

.vn-img-prd-more img {
  width:100%;
  border-radius: 6px;
}

.vn-name-product-more p{
  font-family:Montserrat, sans-serif;
  font-size:14px;
}


.name-teacher:before {
    content: '';
    position: absolute;
    top: calc(50% - 15px);
    left: -14px;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 15px solid #fff;
    z-index: 2;
}

.vn-route {
  margin-top: 40px;
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  padding: 19px 27px 30px;
  margin-bottom: 36px;
  background-color: #fff;
  border: 1px solid #ebebeb;
  border-radius: 6px;
  box-shadow: -2px 2px 6px 1px rgb(0 0 0 / 5%);
  overflow: hidden;
  box-sizing: border-box;
}

.vn-route h4 {
  margin: 0;
  padding-bottom: 11px;
  border-bottom: 1px solid #ebebeb;
}

.vn-route h4 span {
  float: right;
  color: #f90;
  font-size: 18px;
}

.vn-content-route {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin-top: 18px;
}

.vn-content-route h5{
  color: #42495b;
  font-family: Montserrat,sans-serif;
  font-weight:700;
}

.vn-title-route {
  font-family:Montserrat, sans-serif;
  Color:#42495b;
  margin-bottom: 12px;
}

.vn-item-route {
  margin-left: 25px;
  border-bottom: 1px solid #ebebeb;
  padding: 3px 0;
  font-family: Montserrat,sans-serif;
  font-size: 14px;
  margin-bottom:10px;
}

.vn-tatal-sold {
  display: block;
  color: #fc0;
  font-family: Montserrat,sans-serif;
  text-align:center;
  font-size: 72px;
  line-height: 1;
  font-weight: 700;
}

.vn-star-reating {
  margin-top:3px;
  text-align:center;
   color: #fc0;
   letter-spacing: 3px;
  font-size: 16px;
}

.vn-medium-star {
   text-align:center;
   margin-top: 5px;
   font-family: "Crimson Text",serif;
}

.vn-bd-left{
  border-right: 1px solid #ebebeb;
}

.vn-coment {
  display: flex;
  padding: 0 0 23px;
  background-color: transparent;
  border-bottom: 1px solid #ebebeb;
  border-radius: 0;
  box-shadow: none;
}

.vn-avartar-user {
  display:inline-block;
}

.vn-content-comment {
  display:inline-block;
  margin-left: 15px;
}

.vn-coment:last-child {
   border-bottom: none;
}



/*css category*/

.vn-login-cate {
  padding: 15px 25px 20px;
    margin: 0 auto;
    width: 100%;
    color: #fff;
    background-color: #4582ff;
    border-radius: 6px;
    box-sizing: border-box;
}


.vn-login-cate h3 {
    margin: 8px 0 13px;
    color: #fff;
    text-align: center;
    font-weight:700;
}


.vn-infor input::placeholder { 
  color: #fff;
}

.vn-top-category {
  margin: 0 0 47px;
  display:flex;
  justify-content: space-between;
  align-items: center;
}

.vn-grid {
  font-size: 14px;
  color: #b9b9b9;
  position: relative;
  font-family: Montserrat,sans-serif;
}

.vn-grid span {
  margin-right:15px;
}

.vn-select select {
  padding: 0 37px 0 28px;
    color: #42495b;
   
    height: 47px;
    line-height: 43px;
     border: 2px solid #04d2c8; 
    border-radius: 34px;
    -moz-appearance: none;
  -webkit-appearance:none;
  appearance: none;
}


.vn-select select option {
    padding: 2px 20px;
    margin: 5px 10px;
    list-style: none;
    font-family: Montserrat,sans-serif;
    font-size: 14px;
}

.vn-col-12 {
  margin-bottom:30px;
}

.vn-col-12.col-lg-12 .content-slide {
  display:flex;
}

.vn-col-12.col-lg-12 .content-slide .avarta-product{
  width:50%;
}

.avarta-product img {
  width:100%;
  height: 100%;
}

.content-teacher:hover .name-teacher{
transition: transform .3s cubic-bezier(.27,-.22,.26,1.37);
    box-shadow: -2px 2px 6px 1px rgb(0 0 0 / 15%);
  
}

.content-teacher:hover  .avartar-teacher {
    transition: transform .3s cubic-bezier(.27,-.22,.26,1.37);
    transform: scale(1.15);

  }

 .eltdf-pb-content-holder {
    top: 10px;
    left: 65px;
 width: calc(100% - 126px);
    position: absolute;
}

.eltdf-pb-content {
    height: 9px;
    max-width: 100%;
    overflow: hidden;
    background-color: #04d2c8;
}

.eltdf-progress-bar {
    height: 26px;
    margin-bottom: 5px;
    vertical-align: top;
}

.eltdf-progress-bar .eltdf-pb-content-holder {
  
    height: 9px;
    overflow: hidden;
    background-color: #f2f2f2;
}