body {
    font-family: "Crimson Text", serif !important;
    overflow: hidden;
}

@media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1300px !important;
    }
}

p {
    margin: 0;
    margin-bottom: 0px !important;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
    font-family: Montserrat, sans-serif;
}

.vn-header-top {
    position: relative;
    width: 100%;
    height: 45px;
    font-family: Montserrat, sans-serif;
    font-size: 11px;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    color: #42495b;
    background-color: #fff;
    border-bottom: 1px solid #ebebeb;
    z-index: 111;
}

.vn-center {
    display: flex;
    align-items: center;
}

.vn-height-100 {
    height: 100%;
}

.vn-margin-r20 {
    margin-right: 20px;
}

.vn-social-network span {
    margin-right: 5px;
}

.vn-open-login {
    margin-left: 10px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    padding: 0 20px;
    min-width: 113px;
    text-align: center;
    line-height: 29px;
    color: #fff;
    background-color: #04d2c8;
    border-radius: 30px;
    z-index: 1;
    -webkit-transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
    -moz-transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
    transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
}

.vn-open-login i {
    padding-right: 5px;
}

.vn-float-right {
    justify-content: right;
}

.vn-open-login:after {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    content: " ";
    width: 100%;
    height: 100%;
    background-color: #22e2d9;
    border-radius: inherit;
    z-index: -1;
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: -webkit-transform .25s ease-in-out;
    -moz-transition: -moz-transform .25s ease-in-out;
    transition: transform .25s ease-in-out;
}

.vn-open-login:hover:after {
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    transform: scaleY(1);
}

#sigin {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #04d2c8;
    background-color: rgba(0, 0, 0, .3);
    z-index: 2;
    cursor: pointer;
}

#text {
    display: none;
    position: absolute;
    top: calc(50%);
    left: 0;
    right: 0;
    padding: 39px 25px 20px;
    margin: 0 auto;
    width: 404px;
    color: #fff;
    background-color: #4582ff;
    border-radius: 6px;
    box-sizing: border-box;
    -webkit-transform: translateY(-50%) translateZ(0);
    -moz-transform: translateY(-50%) translateZ(0);
    transform: translateY(-50%) translateZ(0);
}

#text2 {
    display: none;
    position: absolute;
    top: calc(50%);
    left: 0;
    right: 0;
    padding: 39px 25px 20px;
    margin: 0 auto;
    width: 404px;
    color: #fff;
    background-color: #4582ff;
    border-radius: 6px;
    box-sizing: border-box;
    -webkit-transform: translateY(-50%) translateZ(0);
    -moz-transform: translateY(-50%) translateZ(0);
    transform: translateY(-50%) translateZ(0);
}

#text.active {
    display: block;
}

#text2 h3 {
    margin: 8px 0 13px;
    color: #fff;
    text-align: center;
    font-weight: 700;
}

#text2.active {
    display: block;
}

#text h3 {
    margin: 8px 0 13px;
    color: #fff;
    text-align: center;
    font-weight: 700;
}

.vn-close {
    width: 100%;
    height: 100%;
    z-index: 8;
}

.vn-avartar {
    position: absolute;
    top: -42px;
    left: calc(50% - 42px);
    width: 84px;
    height: 84px;
    font-size: 30px;
    line-height: 84px;
    text-align: center;
    color: #fff;
    background-color: #04d2c8;
    border-radius: 100%;
}

.vn-infor {
    margin-bottom: 30px;
    border-bottom: 1px solid #fff;
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
}

.vn-infor input {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 11px 16px;
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    line-height: 20px;
    font-weight: inherit;
    color: #fff;
    background-color: transparent;
    border: 0;
    outline: 0;
    -webkit-appearance: none;
    box-sizing: border-box;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
}

.vn-infor label {
    margin: 0;
    padding: 0;
    text-transform: capitalize;
}

.vn-reset-pass {
    position: relative;
    display: flex;
    width: 100%;
    justify-content: space-between;
    vertical-align: middle;
}

.vn-reset-pass label {
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    margin: 0;
    padding-left: 5px;
    text-transform: capitalize;
}

.vn-bnt-login {
    margin: 25px 0 14px;
    font-size: 14px;
}

.vn-bnt-login button {
    border: 0px;
    outline: none;
    color: #04d2c8;
    background-color: #fff;
    width: 100%;
    padding: 15px 64px;
    border-radius: 40px;
    cursor: pointer;
    position: relative;
}

.vn-link-registration {
    text-transform: initial;
    padding: 10px 0;
}

.vn-link-registration span {
    margin-right: 10px;
}

.vn-text-login {
    text-align: center;
    margin: 26px 0;
    position: relative;
}

.vn-text-login span:before {
    content: "";
    position: absolute;
    left: 20px;
    height: 1px;
    background: #eaeaea;
    top: 6px;
    width: 90px;
}

.vn-text-login span:after {
    content: "";
    position: absolute;
    right: 20px;
    height: 1px;
    background: #eaeaea;
    top: 6px;
    width: 90px;
}

.vn-bnt-mxh {
    height: 40px;
    line-height: 34px;
    padding: 0;
    display: flex;
    justify-content: center;
    border-radius: 50%;
    margin: 0 5px;
}

.vn-bnt-mxh button {
    border-radius: 50%;
    height: 40px;
    width: 40px;
    border: 0;
    outline: none;
    margin: 5px;
}

.vn-header-bot {
    position: relative;
    height: 96px;
    background-color: #fff;
    box-sizing: border-box;
}

.vn-logo img {
    max-height: 65px;
}

.vn-menu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.vn-menu ul {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
    height: 100%;
    margin: 0;
    padding: 0;
}

.vn-menu ul li {
    padding: 0 24px;
    align-items: center;
    display: flex;
}

.vn-menu a {
    color: #42495b;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 24px;
}

.vn-menu a:hover {
    text-decoration: none;
    font-size: 12px;
    line-height: 24px;
    color: #ababab;
}

.vn-open-nav {
    display: flex;
    height:100%;
    align-items:center;
    justify-content: space-around;
}

.vn-open-nav i {
    padding: 0 15px;
    position: relative;
}

.banner {
    position: relative;
    margin: 0px auto;
    background: rgb(66, 73, 91);
    padding: 0px;
    height: 677px;
    overflow: visible;
}

.vn-bgr-banner {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    min-height: 300px;
    opacity: 1;
    visibility: inherit;
    z-index: 20;
}

.vn-absoolute-content {
    position: absolute;
    /* display: none; */
    z-index: 99;
    top: 65%;
    left: 50%;
    font-size: 15px;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.vn-content-banner {
    z-index: 6;
    white-space: nowrap;
    font-size: 80px;
    line-height: 100px;
    font-weight: 700;
    color: rgb(255, 255, 255);
    letter-spacing: 0px;
    font-family: Montserrat;
    visibility: inherit;
    transition: none 0s ease 0s;
    text-align: center;
    border-width: 0px;
    margin: 0px;
    padding: 0px;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    opacity: 1;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform-origin: 50% 50% 0px;
}

.vn-content-banner2 {
    z-index: 7;
    white-space: nowrap;
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    color: rgb(255, 255, 255);
    letter-spacing: 0px;
    visibility: inherit;
    transition: none 0s ease 0s;
    text-align: center;
    border-width: 0px;
    margin: 0px;
    padding: 0px;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    opacity: 0;
   
}

.vn-sign-up {
    z-index: 8;
    min-width: 200px;
    max-width: 200px;
    white-space: normal;
    font-size: 20px;
    line-height: 22px;
    font-weight: 400;
    color: rgb(255, 255, 255);
    letter-spacing: 0px;
    visibility: inherit;
    transition: none 0s ease 0s;
    text-align: center;
    border-width: 0px;
    margin: 0px;
    padding: 0px;
    min-height: 0px;
    max-height: none;
    opacity: 1;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform-origin: 50% 50% 0px;
}

.vn-menuchil {
    top: 100%;
    position: absolute;
    background-color: rgb(255, 255, 255);
    z-index: 21;
    width: 226px;
    padding: 23px 0;
    height: 0px;
    visibility: hidden;
    opacity: 1;
    overflow: hidden;
    transform: translate(1s);
}

.vn-menuchil ul {
    display: list-item;
    z-index: 21;
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    line-height: 24px;
    font-weight: 400;
    color: #ababab;
}

.vn-menuchil ul li {
    padding: 10px 20px;
}

.vn-menulv1:hover .vn-menuchil {
    margin-top: 1px;
    height: auto;
    transition: top .15s ease-out;
    visibility: visible;
}

#sigin.active {
    display: block;
}

.vn-menuchil2 {
    position: absolute;
    width: 100%;
    /* left: 100px; */
    width: 2044px;
    top: 100%;
    margin-top: 2px;
    /* left: -100%; */
    /* width: 1440px; */
    z-index: 21;
    visibility: hidden;
    height: auto;
    overflow: hidden;
    opacity: 0;
    background-color: rgb(255, 255, 255);
}

.vn-menulv1:hover .vn-menuchil2 {
    opacity: 1;
    visibility: visible;
    height: auto;
}

.vn-menu-lv2-left ul {
    display: list-item;
}

.vn-menu-lv2-left ul li {
    padding-bottom: 10px;
}

.vn-menuchil2-left ul li a {
    font-size: 12px !important;
    color: #ababab !important;
}

.vn-menu-lv2-left {
    border-right: 1px solid #ebebeb;
    margin-left: 60px;
}

.vn-title-menu {
    padding-left: 22px;
    padding-bottom: 15px;
    font-size: 14px;
    color: #42495B;
    font-family: Montserrat, sans-serif;
}

.vn-menu-lv2-right {
    overflow: hidden;
    border-radius: 6px;
}

.vn-menu-lv2-right img {
    width: 100%;
    border-radius: 6px;
    transition: transform .2s cubic-bezier(.61, .66, .4, 1.14);
}

.vn-menu-lv2-right img:hover {
    border-radius: 6px;
    transform: scale(1.1);
}

.vn-menu-lv2-right-text {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
}

.vn-menu-lv2-right-text span {
    background-color: #04d2c8;
    padding: 0 20px;
    color: #fff;
    border-radius: 5px;
}

.vn-menu-lv2-right-text a {
    font-size: 12px;
    color: black;
}

.vn-search {
    padding: 0 45px 7px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 140px;
    z-index: 999;
    font-family: Montserrat, sans-serif;
    color: #04d2c8;
    font-size: 22px;
    line-height: 30px;
    display: flex;
    align-items: center;
    font-weight: 700;
    background-color: #fff;
    justify-content: space-between;
    opacity: 0;
    visibility: hidden;
}

.vn-search.active {
    opacity: 1;
    visibility: visible;
}

.content-serch input {
    border: none;
    outline: none;
    padding-left: 20px;
    color: #04d2c8;
}

.content-serch input::placeholder {
    color: #04d2c8;
}

.vn-nav {
    position: fixed;
    visibility: hidden;
    top: 0px;
    right: 0px;
    background-image: url(/anh/sidearea-background.png);
    height: 100%;
    width: 600px;
    z-index: 123;
    background-size: cover;
    box-shadow: -3px 0 3px rgb(0 0 0 / 4%);
    transition: all .5s;
      opacity: 0;
      right: -600px
}

.vn-nav.active {
   right: 0px;
     opacity: 1;
    visibility: visible;
}

.vn-content-nav {
    padding: 66px 65px 36px;
}

.vn-close-nav {
    position: absolute;
    top: 36px;
    right: 65px;
    z-index: 1000;
}

.text-nav {
    font-family: Crimson Text;
    font-size: 22px;
    line-height: 28px;
    color: grey;
}

.search-nav {
    display: flex;
    border: 1px solid #ebebeb;
    border-radius: 30px;
    margin-top: 50px;
}

.search-nav input {
    width: calc(100% - 60px);
    height: 46px;
    padding: 10px 0 10px 28px;
    line-height: 26px;
    border-radius: 30px 0 0 30px;
    overflow: hidden;
    border: 0;
    outline: 0;
}

.search-nav button {
    padding: 0;
    width: 60px;
    font-size: 14px;
    line-height: 46px;
    cursor: pointer;
    position: relative;
    display: inline-block;
    vertical-align: top;
    height: 48px;
    font-size: 14px;
    font-weight: 400;
    color: grey;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    outline: 0 !important;
    border-radius: 0 30px 30px 0;
}

.vn-logo-mobile {
    display: flex;
    justify-content: center;
    align-items: center;
}

.vn-logo-mobile img {
    max-width: 150px;
}

.vn-open-menumobile {
    display: flex;
    justify-content: left;
    align-items: center;
    font-size: 25px;
}

.vn-menu-mobile {
    position: relative;
}

.vn-content-menu {
    position: absolute;
    background-color: #fff;
    height: 0px;
    overflow: hidden;
    left: 0px;
    top: 100%;
    width: 100%;
    z-index: 100;
    transition: 1s;
}

.vn-content-menu.active {
    height: auto;
}

.vn-menu-mblv1 {
    margin: 0px;
}

.vn-menu-mb ul {
    margin: 0px;
    padding: 0px;
}

.vn-lv1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 9px 0;
    margin: 0;
    font-family: Montserrat, sans-serif;
    color: grey;
    border-bottom: 1px solid #ebebeb;
    cursor: pointer;
}

.vn-lv2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 9px 0;
    margin: 0;
    font-family: Montserrat, sans-serif;
    color: grey;
    border-bottom: 1px solid #ebebeb;
    cursor: pointer;
}

.vn-lv3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 9px 0;
    margin: 0;
    font-family: Montserrat, sans-serif;
    color: grey;
    border-bottom: 1px solid #ebebeb;
    cursor: pointer;
}

.vn-menu-lv2 {
   
   display:none;
    padding-left: 20px;
    font-size: 12px;
    line-height: 24px;
    transition: all 0.5s;
    transform: translate(0.5s);
}

.vn-menu-lv2.active {
    opacity: 1;
    height: auto;
    visibility: visible;
    padding-left: 20px;
    font-size: 12px;
    line-height: 24px;
}

.vn-menu-lv3 {
    padding-left: 20px;
}

.vn-lv1 .icon {
    transform: rotate(0deg);
}

.vn-lv1.active .icon {
    transform: rotate(90deg);
}


.content-slide-studen {
  padding: 0px 23%;
}

@media(max-width:1023px) {
    .vn-header-bot {
        display: none;
    }
    .vn-header-top {
        display: none;
    }
}


.vn-content-scell .vn-img-scell {
  transform: rotate(45deg);
}

.vn-content-scell.active .vn-img-scell {
  transform: rotate(0deg);
  transition: 500ms ease-in;
}


@media(max-width:1024px){
          .vn-absoolute-content {
      position: absolute;
      /* display: none; */
      z-index: 99;
      top: 65%;
      left: 50%;
      width: 86%;
    }
    
    .vn-img-scell img {
  width:100%;
}
    
    .container {
      max-width:798px !important;
    }
    
    .eltdf-eh-item-content {
      text-align: center;
      padding:0px !important;
    }
    
    .vn-title-tab-infor ul li {
      display: block;
      padding: 15px 1px !important;
        
    }
}

@media(min-width:1024px) {
    .vn-menu-mobile {
        display: none;
    }
    
}

.vn-link-bn {
    display: flex;
    justify-content: center;
}

.vn-sing-up a:hover {
    color: #fff;
    text-decoration: none;
}

.vn-content-img:hover img {
  transition: transform .25s cubic-bezier(.21,.6,.44,2.18);
  transform: translateY(-5px);
}

.vn-sing-up {
      border: none;

    position: relative;
    background-color: #04d2c8;
    padding: 10px 69px;
    font-weight: 700;
    color: #fff;
    font-size: 12px;
    margin: 15px;
    border-radius: 30px;
}

.vn-small-banner {
    margin-top: 50px;
}

.vn-content-small {
    background-color: #4582ff;
    padding: 10px;
    width: 127px;
    height: 128px;
    text-align: center;
    border-radius: 10px;
    margin: 10px;
    padding: 22px 10px 15px;
}

.vn-content-text {
    padding-top: 10px;
    color: #fff;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
}


@media(min-width:1439px){
  .banner {
    position: relative;
    margin: 0px auto;
    background: rgb(66, 73, 91);
    padding: 0px;
    height: 791px;
    overflow: visible;
  }
  
  .vn-absoolute-content {
    top:57%;
  }
}

@media(max-width:768px) {
  .vn-level {
    padding: 30px 30px 53px;
    text-align: center;
    margin-bottom: 40px;
}
  
  
    .vn-content-banner {
        font-size: 54px;
        font-weight:900;
    }
    .vn-content-banner2 {
        white-space: break-spaces;
    }
    .banner {
        height: 750px;
    }
    .vn-absoolute-content {
        top: 58%;
    }
    .vn-sing-up {
        padding: 10px 58px;
    }
    
    .vn-absoolute-content {
    position: absolute;
    /* display: none; */
    z-index: 99;
    top: 54%;
    left: 50%;
    width: 68%;
    }
}

.vn-small-banner .col-lg-2.col-md-4.col-12 {
    text-align: center;
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
}

@media(max-width:376px) {
    .banner {
        height: 760px;
    }
    .vn-absoolute-content {
        position: absolute;
        /* display: none; */
        z-index: 99;
        top: 56%;
        left: 50%;
        font-size: 15px;
        transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
    }
}

@media(max-width:425px) {
    .banner {
        height: 808px;
    }
    
    .vn-content-scell {
      text-align: center;
      margin-bottom: 70px;
    padding: 0 63px;
    }
    
    .content-slide-studen{
      padding: 0px 0%;
    }
    
    .slide-studen{
      height:605px !important;
    }
    
    .vn-absoolute-content {
        position: absolute;
        /* display: none; */
        z-index: 99;
        top: 56%;
        left: 50%;
        font-size: 15px;
        transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        width:100%;
    }
    .vn-sing-up {
        padding: 10px 30px;
        width: 133px;
    }
    
    .vn-content-banner {
    font-size: 38px;
    font-weight: 900;
}
}

.opacity-text {
    position: absolute;
    top: -7px;
    left: 0;
    width: 100%;
    display: block;
    margin: 0;
    color: #e3eaf0;
    font-family: "Nothing You Could Do", cursive;
    font-size: 150px;
    line-height: 1;
    opacity: 0.5;
}

.vn-achievements-content {
    position: relative;
    text-align: center;
    width: 100%;
    padding: 0 19%;
    margin-bottom: 20px;
}

.achievements {
    padding-top: 101px;
    padding-bottom: 73px;
}

.vn-success {
    color: #04d2c8;
    font-size: 22px;
    line-height: 1.272727272727273em;
    font-weight: 700;
    letter-spacing: .025em;
}

.vn-title-tab-infor .tab-small1:hover {
    display: block;
    padding: 19px 27px;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    line-height: 36px;
    font-weight: 700;
    cursor: pointer;
    color: #04d2c8;
    border-top: 1px solid #ebebeb;
    -webkit-transition: color .2s ease-out, border-color .2s ease-out;
    -moz-transition: color .2s ease-out, border-color .2s ease-out;
    transition: color .2s ease-out, border-color .2s ease-out;
}

.vn-achievements-content h2 {
    font-size: 45px;
    color: #42495b;
    font-family: Montserrat, sans-serif;
    padding: 10px 0;
}

.eltdf-eh-item-content:hover img {
  transition: transform .25s cubic-bezier(.21,.6,.44,2.18);
    transform: translateY(-5px);
}

.vn-achievements-text {
    color: #595959;
    font-size: 22px;
    line-height: 1.363636363636364em;
    position: relative;
    display: block;
    margin: 11px 0 0;
    font-family: "Crimson Text", serif;
}

.eltdf-eh-item-content {
    text-align: center;
    padding: 0px 60px;
}

.vn-bingtext {
    font-size: 22px;
    color: #42495b;
    font-weight: 700;
    font-family: Montserrat, sans-serif;
    font-weight: bold;
}

.vn-smalltext {
    margin-top: 11px;
    font-family: "Crimson Text", serif;
    font-size: 18px;
    line-height: 1.555555555555556em;
    font-weight: 400;
    color: grey;
}

.mg-top {
    margin-top: 30px;
}

.slide-product {
  position:relative;
    padding-top: 60px;
    background-image: url(/anh/h1-background-1.jpg);
    padding-bottom: 60px;
}

.title-slide {
    text-align: center;
    color: #ffffff;
    font-size: 22px;
    padding: 0 19%;
}

.title-slide h2 {
    color: #ffffff;
    font-family: Montserrat, sans-serif;
    font-size: 45px;
    line-height: 1.333333333333333em;
}

.mySwiper2 {
    padding-top: 30px;
}

.content-slide {
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
}

.content-slide:hover img {
  transform: scale(1.1);
  transition: all 0.5s;
}

.avarta-product {
  overflow:hidden;
}

.avarta-product img {
    width: 100%;
    object-fit: cover;
}

.text-slide {
    padding: 26px 20px 28px;
    background-color: #fff;
    border-radius: 0 0 6px 6px;
    box-sizing: border-box;
}

.name-product {
    font-size: 20px;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    color: #42495b;
}

.text-slide span {
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    line-height: 21px;
    color: #b9b9b9;
}

.infor-pro {
    margin: 16px 0 0;
    font-size: 18px;
}

.bot-slide-content {
    margin-top: 22px;
    padding-top: 25px;
    border-top: 1px solid #ebebeb;
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    line-height: 17px;
    color: #b9b9b9;
    clear: both;
}

.bot-slide-content .vn-slide-bot-child {
    display: inline-block;
    margin-right: 5px;
    font-size: 12px;
    font-family: Montserrat, sans-serif;
}

.vn-slide-bot-child span {
    font-size: 12px;
}

.vn-slide-button {
    float: right;
}

.vn-slide-button span {
    background-color: #04d2c8;
    padding: 1px 12px;
    color: #fff;
    border-radius: 4px;
}

.mySwiper2 .swiper-pagination {
    position: relative !important;
    margin-top: 95px;
}

.mySwiper2 .swiper-pagination-bullet {
    width: 12px !important;
    height: 12px !important;
}

.mySwiper2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    color: #fff;
    background-color: white;
}

.vn-title-tab-infor {
    display: table-cell;
    vertical-align: top;
    width: 32%;
    height: 100%;
    box-sizing: border-box;
}

.vn-tab-infor {
    width: 100%;
    display: table;
    padding-top: 130px !important;
    padding-bottom: 40px !important;
    background-image: url(https://esmarts.qodeinteractive.com/wp-content/uploads/2017/09/h1-tabs-background.png?id=178) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
}

.vn-content-tab.small-tab {
  margin-top:0;
}

.vn-title-tab-infor ul li {
    display: block;
    padding: 19px 27px;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    line-height: 36px;
    font-weight: 700;
    color: #42495b;
    border-top: 1px solid #ebebeb;
    -webkit-transition: color .2s ease-out, border-color .2s ease-out;
    -moz-transition: color .2s ease-out, border-color .2s ease-out;
    transition: color .2s ease-out, border-color .2s ease-out;
}

.vn-title-tab-infor ul li.vn-active {
  background-color: #fff;
    box-shadow: -2px 2px 6px 1px rgb(0 0 0 / 5%);
border-radius: 6px;
    display: block;
    padding: 19px 27px;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    line-height: 36px;
    font-weight: 700;
    color: #04d2c8;
    border-top: 1px solid #ebebeb;
    -webkit-transition: color .2s ease-out, border-color .2s ease-out;
    -moz-transition: color .2s ease-out, border-color .2s ease-out;
    transition: color .2s ease-out, border-color .2s ease-out;
}

.vn-content-tab {
    display: table-cell;
    vertical-align: top;
    width: 68%;
    height: 100%;
    padding: 0 0 0 50px;
    box-sizing: border-box;
}

.vn-header-tab {
    padding: 0px 0px 0px 0px;
    position: relative;
    width: 100%;
    box-sizing: border-box;
}

.vn-text-opacity {
    position: absolute;
    top: -7px;
    left: 0;
    width: 100%;
    display: block;
    margin: 0;
    color: #e3eaf0;
    font-family: "Nothing You Could Do", cursive;
    font-size: 150px;
    line-height: 1;
    opacity: 0.4;
}

.vn-text-tab {
    color: #04d2c8;
    font-size: 22px;
    line-height: 1.272727272727273em;
    font-weight: 700;
    letter-spacing: .025em;
}

.vn-header-tab h2 {
    color: #42495b;
    font-family: Montserrat, sans-serif;
    font-size: 42px;
    font-weight: 700;
}

.vn-text2 {
    color: #595959;
    font-size: 19px;
    line-height: 1.363636363636364em;
}

.vn-body-tab {
    margin-top: 20px;
}

.vn-body-tab ul {
    margin: 0;
    padding: 0;
}

.vn-body-tab li {
    padding: 15px 0;
    font-size: 14px;
    font-family: Montserrat, sans-serif;
    Color: #808080;
}

.icon_check {
    margin-right: 5px;
}

.vn-bao {
    padding-top: 102px !important;
    padding-bottom: 120px !important;
    background-color: #fafafa;
}

.vn-bo {
    position: relative;
}

.vn-content-scell {
    text-align: center;
}

.vn-content-scell h4 {
    color: #42495b;
    font-family: Montserrat, sans-serif;
    font-size: 22px;
    line-height: 1.454545454545455em;
    font-weight: 700;
}

.vn-bgr-absolule {
    text-align: center;
    height: 248px;
    transform-origin: 0px 50%;
    position: absolute;
    top: 0px;
    left: 10%;
    background-size: contain;
    width: 80%;
}

.slide-studen {
    background-image: url(/background-sile-studen-1.jpg);
    background-position: center;
    background-size: cover;
    text-align: center;
    width: 100% !important;
    max-width: 100% !important;
    height: 500px;
    background-attachment: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: -1;
    padding: 58px 0;
}

.mySwiper3 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    color: #fff;
    background-color: white;
}

.studen-comment {
    margin-top: 29px;
    font-size: 22px;
    line-height: 30px;
    color: #fff;
}

.studen-comment h4 {
    font-weight: 700;
    font-size: 22px;
    line-height: 1.454545454545455em;
}

.mySwiper4 .swiper-pagination {
    bottom: 0px;
}

.mySwiper4 {
    height: 100%;
}

.mySwiper4 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    color: white !important;
    background-color: white;
}

.vn-level:hover {
    transform: translate3d(0, -10px, 0);
    box-shadow: -2px 2px 6px 1px rgb(0 0 0 / 5%);
}

.vn-level {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #f9f9f9;
    border-radius: 4px;
    box-shadow: none;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: transform .25s cubic-bezier(.21, .6, .44, 2.18), box-shadow .2s ease-in-out;
    -moz-transition: transform .25s cubic-bezier(.21, .6, .44, 2.18), box-shadow .2s ease-in-out;
    transition: transform .25s cubic-bezier(.21, .6, .44, 2.18), box-shadow .2s ease-in-out;
}

.vn-rating span {
    padding-bottom: 9px;
    text-align: center;
    color: #ffc600;
    font-size: 18px;
}

.vn-level {
    padding: 30px 30px 53px;
    text-align: center;
}

.vn-rating h4 {
    font-weight: 700;
    font-size: 22px;
    color: #42495b;
    font-family: Montserrat, sans-serif;
}

.vn-rating p {
    color: #f90;
    font-family: Montserrat, sans-serif;
    font-size: 50px;
    line-height: 1em;
    font-weight: 700;
}

.vn-rating .vn-month {
    display: block;
    margin: 18px 0 0;
    color: #ababab;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
}

.vn-content-lv {
    padding-top: 29px;
}

.vn-content-lv p {
    padding: 7px 0;
    font-size: 22px;
    font-family: "Crimson Text", serif;
    font-size: 22px;
    Color: #808080;
}

.vn-button-link {
    padding-top: 42px;
}

.vn-button-link a:hover {
    color: white;
}

.vn-button-link a {
    text-decoration: none !important;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 26px;
    border-radius: 40px;
    color: #fff;
    border-color: #f90;
    background-color: #f90;
    padding: 10px 54px;
    font-weight: 700;
}

.vn-slide-us {
    padding-top: 74px !important;
    padding-bottom: 80px !important;
    /*background-color: #fff9f8;*/
    background-repeat: repeat;
}

.vn-img-slide-us {
    opacity: 0.5;
}

.vn-img-slide-us:hover {
    opacity: 1;
}

.vn-footer {
    padding: 70px 0;
    background-color: #232936;
}

.vn-content-footer h4 {
    color: #fff;
    margin: 0 0 25px;
    font-weight: 700;
    font-size: 22px;
}

.vn-content-footer p {
    Color: rgba(255, 255, 255, 0.7);
    line-height: 28px;
    font-size: 18px;
    font-family: "Crimson Text", serif;
}

a {
    text-decoration: none !important;
}

.vn-bot-footer {
  color:#04d2c8;
    margin-top: 97px;
    padding-top: 20px;
    border-top: 1px solid rgba(72, 72, 72, .8);
}





@media(max-width:1024px){
  .vn-bgr-absolule{
    background-size: contain;
    transform-origin: 0 50%;
    transform: scaleX(1);
    margin: 0 56px;
    position: absolute;
    top: 0;
    left: 0;
    width:86%;
    height: 100%;
    background-repeat: no-repeat;
  }
}




@media(max-width:768px) {
    .vn-img-scell img {
      width: auto;
    }
  
    .title-slide {
        text-align: center;
        color: #ffffff;
        font-size: 14px;
        padding: 0px;
    }
    .title-slide h2 {
        font-size: 26px;
    }
    .vn-title-tab-infor {
        display: block;
        width: 100%;
        height: 100%;
        box-sizing: border-box;
    }
    .vn-content-tab {
        display: block;
        width: 100%;
        height: 100%;
        padding: 0 0 0 0px;
        box-sizing: border-box;
    }
    .vn-header-tab {
        padding: 0;
    }
    .vn-text-opacity {
        position: absolute;
        top: 14px;
        left: 0;
        width: 100%;
        display: block;
        margin: 0;
        color: #e3eaf0;
        font-family: "Nothing You Could Do", cursive;
        font-size: 105px;
        line-height: 1;
        opacity: 0.4;
    }
    .opacity-text {
        position: absolute;
        top: 13px;
        left: 0;
        width: 100%;
        display: block;
        margin: 0;
        color: #e3eaf0;
        font-family: "Nothing You Could Do", cursive;
        font-size: 117px;
        line-height: 1;
        opacity: 0.5;
    }
    
    .vn-bgr-absolule{
      display:none;
    }
    .vn-title-tab-infor ul {
      margin:0px;
      padding:0px;
    }
}

.vn-iconcart {
  position:relative;
  height:100%;
  display: flex;
  align-items: center;
}




.vn-iconcart:hover .vn-cart-pc {
   transform: rotate3d(1, 0, 0, 0deg);
}

.vn-cart-pc {
    z-index: 99;
    top: 101%;
    right: -15px;
    position: absolute;
    background-color: #fff;
    width: 320px;
    padding: 46px 36px;
    box-sizing: border-box;
    transform: rotate3d(1, 0, 0, -90deg);
    transform-origin: 0 0 0;
    transition: all .3s ease;
}

.vn-cart-items {
    position: relative;
    display: flex;
    margin-bottom: 10px;
}

.vn-img-procuct-cart {
    flex-shrink: 0;
    width: 58px;
    margin-right: 20px;
}

.vn-img-procuct-cart img {
    width: 100%;
}

.vn-content-product-cart {
    color: #cfcfcf;
    font-style: italic;
    font-family:Montserrat, sans-serif;;
    font-size: 16px;
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    padding-right: 20px;
}

.vn-content-product-cart h5 {
    margin: 0;
}

.vn-remove-cart {
    position: absolute;
    top: -2px;
    right: 0;
    font-size: 20px;
    line-height: 1;
}

.vn-total-cart {
    color: #cfcfcf;
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    font-size: 16px;
    align-items: center;
}

.vn-title-total {
    font-family: 'Lato', sans-serif;
    font-size: 12px;
}

.vn-botom-cart {
  display: flex;
  justify-content: space-between;
  margin-top: 17px;
}

.number-cart {
    position: absolute;
    top: -7px;
    right: 6px;
   color: #fff;
       font-family: Montserrat,sans-serif;
    background-color: #04d2c8;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    text-align: center;
    font-size: 9px;
    display: flex;
    justify-content: center;
    align-items: center;
}



.vn-content-banner,.vn-link-bn.vn-index,.vn-small-banner{
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
}

.vn-content-banner.vn-active,.vn-content-banner2.vn-active,.vn-link-bn.vn-index.vn-active,.vn-small-banner.vn-active  {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    transition: 800ms ease-in;

}

.item-lvv2 {
  font-family: Montserrat,sans-serif;
    font-size: 12px;
    line-height: 24px;
    font-weight: 400;
    color: #ababab;
}




.next-slide{
 align-items: center;
    padding-right: 26px;
    position: absolute;
    justify-content: flex-end;
    top:48%;
    left: -46px;
    height: 90px;
    width: 90px;
    display: flex;
    line-height: 90px;
    color: #fff;
    background-color: #454080;
    border-radius: 100%;
    opacity: 1;
    -webkit-transition: color .2s ease-out,background-color .2s ease-out;
    -moz-transition: color .2s ease-out,background-color .2s ease-out;
    transition: color .2s ease-out,background-color .2s ease-out;
}


.next-slide2{
 align-items: center;
  
    position: absolute;
      padding-left: 21px;
    top:48%;
    right: -46px;
    height: 90px;
    width: 90px;
    display: flex;
    line-height: 90px;
    color: #fff;
    background-color: #454080;
    border-radius: 100%;
    opacity: 1;
    -webkit-transition: color .2s ease-out,background-color .2s ease-out;
    -moz-transition: color .2s ease-out,background-color .2s ease-out;
    transition: color .2s ease-out,background-color .2s ease-out;
}

.next-slide:hover,.next-slide2:hover {
 width: 123px;
    background-color: #04d2c8;
    border-radius: 45px;
  
}

.vn-search-page {
  padding-top:90px;
}



@media(max-width:425px){
  .next-slide2,.next-slide{
    display:none;
  }
}

.vn-bnaner-blog img {
  width:100%;
}

.vn-pd-blog {
  padding-top: 99px;
  padding-bottom: 99px;
}

.vavart-blog img {
  width:100%;
}

.title-block h3 {
  color: #42495b;
    font-family: Montserrat,sans-serif;
    font-weight: 700;
    padding-top: 20px;
    padding-bottom:10px;
    font-size:33px;
}


.time-blog span{
  font-family: "Crimson Text",serif;
    font-size: 18px;
    line-height: 1.555555555555556em;
    font-weight: 400;
    color: grey;
  margin-right:15px;
}

.content-blog {
  margin-top:10px;
   font-family: "Crimson Text",serif;
    font-size: 18px;
    line-height: 1.555555555555556em;
    font-weight: 400;
    color: grey;
}

.line {
  padding-top: 19px;
    margin-top: 32px;
    border-top: 1px solid #ebebeb;
}

.link-in-blog a {

    float: left;
    margin: 0 10px 5px 0;
    padding: 0 12px;
    font-family: Montserrat,sans-serif;
    font-size: 12px;
    line-height: 19px;
    color: #fff !important;
    border-radius: 3px;
    opacity: 1;

}

.page-link-blog {
  float: right;
}

.page-link-blog a {
 
    padding: 0 9px;
    font-family: Montserrat,sans-serif;
    font-size: 17px;
    line-height: 19px;
   
    border-radius: 3px;
    opacity: 1;
}

