﻿@import url("https://fonts.googleapis.com/css?family=Roboto|Roboto+Condensed&subset=vietnamese");
@font-face {
  font-family: 'Socicon';
  src: url("fonts/Socicon.eot");
  src: url("fonts/Socicon.eot#iefix") format("embedded-opentype"), url("fonts/Socicon.woff2") format("woff2"), url("fonts/Socicon.ttf") format("truetype"), url("fonts/Socicon.woff") format("woff"), url("fonts/Socicon.svg#Socicon") format("svg");
  font-weight: normal;
  font-style: normal; }

/*$font11: 'Roboto', sans-serif;
$font12: 'Roboto Condensed', sans-serif;*/
a {
  text-decoration: none !important; }
  a:hover, a:focus {
    color: initial; }

[class^="socicon-"],
[class*=" socicon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Socicon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  font-family: "Roboto";
  color: #fff;
  line-height: 22px;
  position: relative;
  font-size: 15px; }

.clear {
  clear: both; }

main {
  transition: 0.5s; }

.clear {
  clear: both; }

p {
  margin: 0; }

h1,
h2,
h3 {
  margin: 0;
  padding: 0;
  font-size: initial;
  font-weight: initial;
  line-height: initial; }

#comment_facebook {
  padding: 10px 30px 0 30px;
  border: solid 1px #d7d7d7; }

* {
  box-sizing: border-box; }

.slick-dotted.slick-slider {
  margin-bottom: 0; }

.slick-slide {
  border: 0;
  outline: none; }

ul {
  margin-bottom: 0;
  margin-left: 0; }

#backtop {
  bottom: 100px;
  height: 57px;
  position: fixed;
  right: 20px;
  right: 10px;
  width: 57px;
  z-index: 1000; }

body {
  font-family: "Roboto";
  color: #333333;
  font-size: 15px;
  line-height: 19px; }

#header {
  height: 56px;
  background: transparent;
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100; }
  #header.gioiThieu {
    position: relative; }
  #header .logo {
    width: 150px;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-left: 50px; }
    #header .logo a {
      height: 41px; }
    #header .logo img {
      max-width: 100%;
      max-height: 100%; }
  #header #menu {
    width: calc(100% - 200px);
    margin-top: 0;
    padding-right: 50px; }
    #header #menu > ul > li a {
      font-family: "RobotoCondensedBold";
      color: #fff;
      font-size: 16px;
      line-height: 56px;
      padding: 0 27px 0 0;
      height: 56px;
      transition: 0.5s; }
      #header #menu > ul > li a:hover {
        color: var(--color-main); }
    #header #menu > ul > li:last-child a {
      padding-right: 0; }
    #header #menu > ul > li.actived a {
      color: var(--color-main); }
    #header #menu > ul > li:after {
      display: none; }
    #header #menu > ul > li:last-child {
      padding-right: 0; }
    #header #menu > ul > li ul {
      width: 250px;
      background: rgba(255, 255, 255, 0.4);
      z-index: 100; }
      #header #menu > ul > li ul li a {
        transition: 0.5s;
        color: var(--color-main); }
        #header #menu > ul > li ul li a:hover {
          color: var(--color-main);
          /*background: rgba(255,18,18,.9);*/ }
    #header #menu > ul > li ul li a {
      font-family: "Roboto";
      color: #fff;
      font-size: 16px;
      line-height: 35px;
      padding-left: 12px;
      height: 35px;
      width: 100%;
      border-bottom: 1px solid rgba(255, 255, 255, 0.6);
      overflow: hidden;
      transition: 0.3s; }
    #header #menu > ul > li ul li.has-sub a:before {
      display: none; }
    #header #menu > ul > li ul li.has-sub a:after {
      display: none; }

#banner {
  position: relative; }
  #banner div.inner {
    padding: 44px 0 50px 0;
    background: transparent;
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: calc((100% - 1170px)/2);
    z-index: 6;
    width: 450px; }
    #banner div.inner a.name {
      display: inline-block;
      font-family: "RobotoBold";
      color: #fff;
      font-size: 42px;
      line-height: 48px;
      text-align: center;
      transition: 0.3s;
      text-align: left; }
      #banner div.inner a.name:hover {
        color: var(--color-main); }
    #banner div.inner p.info {
      width: 100%;
      font-family: "Roboto";
      color: #fff;
      font-size: 18px;
      line-height: 24px;
      text-align: left; }
      #banner div.inner p.info:first-child {
        margin-bottom: 6px; }
    #banner div.inner a.resgister {
      display: inline-block;
      height: 50px;
      text-transform: uppercase;
      font-family: "Roboto";
      color: #fff;
      font-size: 18px;
      line-height: 50px;
      text-align: center;
      background: var(--color-main);
      padding: 0 54px;
      /*box-shadow: 1px 1px 3px rgba(0,0,0,.72);*/
      transition: 0.3s;
      border-radius: 5px;
      background: url(images/register.png) no-repeat;
      background-size: 100% 100%;
      margin-top: 22px; }
      #banner div.inner a.resgister:hover {
        background: rgba(255, 255, 255, 0.6);
        color: var(--color-main); }
  #banner .banner_tchu {
    position: relative; }
  #banner.gioiThieu {
    margin-top: 0; }
  #banner .khungAnh {
    z-index: 6; }
    #banner .khungAnh .khungAnhCrop:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 3;
      height: 100%;
      background-image: linear-gradient(to right, #d2b491, rgba(210, 180, 145, 0));
      pointer-events: none; }
    #banner .khungAnh .khungAnhCrop:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 4;
      height: 180px;
      background-image: linear-gradient(to top, transparent, rgba(0, 0, 0, 0.5));
      pointer-events: none; }
    #banner .khungAnh:before {
      padding-bottom: 43.48%;
      pointer-events: none; }
    #banner .khungAnh .khungAnhCrop {
      background-position: center center; }
  #banner .slick-dots {
    position: absolute;
    bottom: 16px; }
    #banner .slick-dots li {
      width: 12px;
      height: 12px;
      box-sizing: border-box;
      border: 0;
      position: relative; }
      #banner .slick-dots li button {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        padding: 0;
        display: inline-block;
        text-align: center; }
        #banner .slick-dots li button:before {
          color: #fff;
          font-size: 12px;
          height: 12px;
          width: 12px;
          line-height: 12px;
          opacity: 1;
          content: "\f111";
          font: normal normal normal 12px/16px FontAwesome;
          top: 50%;
          LEFT: 50%;
          transform: translate(-50%, -50%); }
    #banner .slick-dots li.slick-active button:before {
      color: var(--color-main); }
  #banner .banner_tcon:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    height: 13%;
    pointer-events: none;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), transparent); }
  #banner .banner_tcon .khungAnh .khungAnhCrop:before {
    display: none; }
  #banner .banner_tcon .name_page {
    height: 42px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
    display: none; }
    #banner .banner_tcon .name_page a {
      display: inline-block;
      font-family: "RobotoCondensedBold";
      color: #fff;
      font-size: 30px;
      line-height: 42px;
      height: 42px;
      width: 100%;
      overflow: hidden;
      text-transform: uppercase;
      text-align: center; }

#register {
  background: #f4f4f4;
  height: 75px; }
  #register .container .row {
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
    align-items: center; }
  #register .main {
    width: calc(100% - 250px);
    padding-right: 198px;
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
    align-items: center;
    height: 75px; }
    #register .main p {
      font-family: "Roboto";
      color: #333333;
      font-size: 27px;
      line-height: 75px;
      text-align: right; }
    #register .main a.register {
      font-family: "RobotoCondensedBold";
      color: #fff;
      font-size: 14px;
      line-height: 30px;
      height: 30px;
      display: inline-block;
      margin-left: 20px;
      border: solid 1px #333333;
      border-radius: 5px;
      width: 100px;
      text-align: center;
      cursor: pointer;
      text-transform: uppercase;
      transition: 0.3s;
      display: none; }
      #register .main a.register:hover {
        background: var(--color-main);
        border: 0; }
  #register .hotLine {
    padding: 0 20px 0 55px;
    width: auto;
    height: 42px;
    background: url(images/bgHotLine.png) no-repeat left 17px center;
    border: solid 1px #333;
    display: flex;
    justify-content: flex-start;
    flex-direction: row; }
    #register .hotLine span {
      font-family: "RobotoBold";
      color: #333333;
      font-size: 14px;
      line-height: 42px; }
    #register .hotLine p {
      font-family: "RobotoBold";
      color: red;
      font-size: 18px;
      line-height: 42px;
      margin-left: 7px; }

.icon_right {
  width: 50px;
  position: fixed;
  bottom: 7.4%;
  left: 7px;
  z-index: 101; }
  .icon_right .item {
    transition: 0.5s;
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    width: 250px;
    background: var(--color-main);
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-clip: padding-box;
    padding: 5px;
    margin-bottom: 10px;
    border: solid 5px rgba(255, 92, 92, 0.6);
    position: relative; }
    .icon_right .item:hover {
      background: #f01515; }
    .icon_right .item:first-child a img {
      width: 23px;
      height: 23px;
      margin: 0 auto; }
    .icon_right .item:nth-child(2) a img {
      width: 25px;
      height: 25px;
      margin: 0 auto; }
    .icon_right .item:hover p.tell {
      opacity: 1;
      transform: translate(64px, -50%); }
    .icon_right .item .quick-alo-ph-circle {
      pointer-events: none;
      position: absolute;
      left: -5px;
      top: -5px;
      width: 70px;
      height: 70px;
      border: solid 1px var(--color-main);
      border-radius: 50%;
      -webkit-animation-name: myanimate;
      animation-name: myanimate;
      -webkit-animation-duration: 1.5s;
      animation-duration: 1.5s;
      -webkit-animation-timing-function: linear;
      animation-timing-function: linear;
      -webkit-animation-iteration-count: infinite;
      animation-iteration-count: infinite;
      -webkit-transition-timing-function: ease-out;
      transition-timing-function: ease-out;
      padding-right: 0; }
      .icon_right .item .quick-alo-ph-circle:before {
        display: none; }
    .icon_right .item a {
      display: flex;
      justify-content: center;
      flex-direction: column;
      height: 65px;
      width: 65px;
      margin-top: -7px; }
      .icon_right .item a img {
        margin: -4px auto 0 auto;
        max-width: 100%;
        max-height: 100%; }
      .icon_right .item a p, .icon_right .item a span {
        display: inline-block;
        font-family: "RobotoCondensedBold";
        color: #fff;
        font-size: 13px;
        line-height: 20px;
        text-transform: uppercase;
        text-align: center; }
    .icon_right .item p.tell {
      font-family: "Roboto";
      color: #333333;
      font-size: 14px;
      line-height: 40px;
      height: 40px;
      width: 110px;
      border-radius: 5px;
      background: #eee;
      padding: 0 10px;
      position: absolute;
      top: 50%;
      transition: 0.5s;
      transform: translate(-9999px, -50%);
      opacity: 0; }
      .icon_right .item p.tell:before {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        top: 50%;
        transform: translateY(-50%);
        left: -6px;
        border-top: 8px solid transparent;
        border-right: 6px solid #eee;
        border-bottom: 8px solid transparent; }

#newsHome {
  padding: 60px 0 73px 0; }
  #newsHome a.title {
    font-family: "RobotoCondensedBold";
    color: var(--color-main);
    font-size: 30px;
    line-height: 37px;
    height: 37px;
    text-align: center;
    display: inline-block;
    margin-bottom: 8px;
    overflow: hidden;
    width: 100%;
    text-transform: uppercase;
    transition: 0.3s; }
    #newsHome a.title:hover {
      color: var(--color-sub); }
  #newsHome p.description {
    font-family: "Roboto";
    color: var(--color-sub);
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    padding: 0 19%;
    margin-bottom: 34px; }
  #newsHome .itemNews {
    margin: 0 -15px -30px -15px; }
    #newsHome .itemNews:after {
      content: "";
      display: block;
      clear: both; }
    #newsHome .itemNews .item {
      width: 25%;
      float: left;
      padding: 0 15px;
      margin-bottom: 30px;
      /*&:hover{
                .khungAnh{
                    .khungAnhCrop{
                            transform:scale(1.1);
                    }
                
                }
            }*/ }
      #newsHome .itemNews .item:nth-child(5) {
        width: 50%; }
        #newsHome .itemNews .item:nth-child(5) .khungAnh:before {
          padding-bottom: 31.5%; }
      #newsHome .itemNews .item .khungAnh {
        overflow: hidden; }
        #newsHome .itemNews .item .khungAnh .khungAnhCrop {
          transition: 0.7s; }
        #newsHome .itemNews .item .khungAnh:before {
          padding-bottom: 66.67%; }
        #newsHome .itemNews .item .khungAnh .inner {
          position: absolute;
          left: 0;
          bottom: 0;
          height: 40%;
          width: 100%;
          z-index: 2;
          background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
          transition: 0.6s; }
          #newsHome .itemNews .item .khungAnh .inner a.name {
            font-family: "RobotoBold";
            color: #fff;
            font-size: 16px;
            line-height: 23px;
            display: inline-block;
            width: 100%;
            padding: 0 15px;
            height: auto;
            max-height: 46px;
            overflow: hidden;
            bottom: 5px;
            text-transform: none;
            position: absolute;
            left: 0;
            transition: 0.5s; }

#khoaHoc {
  padding: 80px 0;
  background: #f4f4f4; }
  #khoaHoc a.name {
    font-family: "RobotoCondensedBold";
    color: var(--color-main);
    font-size: 30px;
    line-height: 37px;
    height: 37px;
    text-align: center;
    display: inline-block;
    margin-bottom: 8px;
    overflow: hidden;
    width: 100%;
    text-transform: uppercase;
    transition: 0.3s; }
    #khoaHoc a.name:hover {
      color: var(--color-sub); }
  #khoaHoc p.description {
    font-family: "Roboto";
    color: var(--color-sub);
    font-size: 16px;
    line-height: 24px;
    text-align: center; }
  #khoaHoc .wrapper_item {
    margin-top: 48px; }
    #khoaHoc .wrapper_item .slick-list {
      margin: 0 -15px; }
      #khoaHoc .wrapper_item .slick-list:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 15px;
        height: 100%;
        background: #f4f4f4;
        z-index: 9999; }
      #khoaHoc .wrapper_item .slick-list:after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 15px;
        height: 100%;
        background: #f4f4f4;
        z-index: 9999; }
    #khoaHoc .wrapper_item .slick-prev {
      left: -50px;
      width: 35px;
      height: 35px;
      top: 30%; }
      #khoaHoc .wrapper_item .slick-prev:before {
        content: "\f053";
        font: normal normal normal 14px/1 FontAwesome;
        width: 35px;
        height: 35px;
        line-height: 35px;
        border-radius: 5px;
        display: inline-block;
        color: #fff;
        background: rgba(0, 0, 0, 0.3);
        transition: 0.3s; }
      #khoaHoc .wrapper_item .slick-prev:hover:before {
        background: #ff7b73; }
    #khoaHoc .wrapper_item .slick-next {
      top: 30%;
      right: -50px;
      width: 35px;
      height: 35px; }
      #khoaHoc .wrapper_item .slick-next:before {
        content: "\f054";
        font: normal normal normal 14px/1 FontAwesome;
        width: 35px;
        height: 35px;
        line-height: 35px;
        border-radius: 5px;
        display: inline-block;
        color: #fff;
        background: rgba(0, 0, 0, 0.3);
        transition: 0.3s; }
      #khoaHoc .wrapper_item .slick-next:hover:before {
        background: #ff7b73; }
    #khoaHoc .wrapper_item .slick-dots {
      position: absolute;
      bottom: -42px;
      left: 0; }
      #khoaHoc .wrapper_item .slick-dots li {
        width: 12px;
        height: 12px;
        box-sizing: border-box;
        border: 0;
        position: relative; }
        #khoaHoc .wrapper_item .slick-dots li button {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          padding: 0;
          display: inline-block;
          text-align: center; }
          #khoaHoc .wrapper_item .slick-dots li button:before {
            color: #b2b2b2;
            font-size: 12px;
            height: 12px;
            width: 12px;
            line-height: 12px;
            opacity: 1;
            content: "\f111";
            font: normal normal normal 12px/16px FontAwesome;
            top: 50%;
            LEFT: 50%;
            transform: translate(-50%, -50%); }
      #khoaHoc .wrapper_item .slick-dots li.slick-active button:before {
        color: var(--color-main); }
    #khoaHoc .wrapper_item .item {
      margin: 0 15px;
      background: #ffffff; }
      #khoaHoc .wrapper_item .item .khungAnh:before {
        padding-bottom: 80.95%; }
      #khoaHoc .wrapper_item .item .khungAnh .khungAnhCrop {
        transition: 0.5s; }
      #khoaHoc .wrapper_item .item .outer {
        padding: 15px 20px 23px 20px; }
        #khoaHoc .wrapper_item .item .outer a.name {
          display: inline-block;
          font-family: "RobotoCondensedBold";
          color: #333333;
          font-size: 18px;
          line-height: 24px;
          height: 48px;
          overflow: hidden;
          margin-bottom: 0;
          width: 100%;
          text-align: left;
          text-transform: uppercase;
          transition: 0.7s; }
          #khoaHoc .wrapper_item .item .outer a.name:hover {
            color: var(--color-main); }
        #khoaHoc .wrapper_item .item .outer p.info {
          font-family: "Roboto";
          color: #333333;
          font-size: 14px;
          line-height: 21px;
          height: 63px;
          overflow: hidden;
          width: 100%;
          margin-bottom: 14px; }
        #khoaHoc .wrapper_item .item .outer a.more {
          display: block;
          width: 104px;
          height: 32px;
          margin: 0 auto;
          font-family: "RobotoCondensed";
          color: gray;
          font-size: 14px;
          line-height: 32px;
          text-align: center;
          background: #fff;
          border: solid 1px #999999;
          text-transform: uppercase;
          border-radius: 5px;
          transition: 0.7s; }
          #khoaHoc .wrapper_item .item .outer a.more:hover {
            border: 0;
            background: var(--color-main);
            color: #fff; }

#giangVien {
  padding: 70px 0 80px 0;
  /*background: #ff7b73;*/
  background: #000 url(images/bgGiangVien.png) no-repeat;
  /*background-size:100% 100%;*/
  background-size: cover; }
  #giangVien.second {
    background: #f1f1f1; }
    #giangVien.second a.name {
      color: var(--color-main); }
      #giangVien.second a.name:hover {
        color: #666; }
    #giangVien.second p.description {
      color: #333333; }
    #giangVien.second .wrapper_item .item {
      background: initial; }
      #giangVien.second .wrapper_item .item:before {
        background: #fff;
        z-index: -1;
        border-color: #cccccc; }
      #giangVien.second .wrapper_item .item .left p.first {
        color: #333333; }
      #giangVien.second .wrapper_item .item .left p.second {
        color: #333333; }
      #giangVien.second .wrapper_item .item .left ul.social a i {
        color: #333; }
        #giangVien.second .wrapper_item .item .left ul.social a i:hover {
          color: #999999;
          transform: scale(1.2); }
      #giangVien.second .wrapper_item .item .right p {
        color: #333333; }
        #giangVien.second .wrapper_item .item .right p a.more {
          color: var(--color-main); }
          #giangVien.second .wrapper_item .item .right p a.more:hover {
            color: var(--color-sub); }
            #giangVien.second .wrapper_item .item .right p a.more:hover i {
              color: var(--color-sub); }
          #giangVien.second .wrapper_item .item .right p a.more i {
            color: var(--color-main); }
    #giangVien.second a.dangKy {
      color: #333333; }
      #giangVien.second a.dangKy:hover {
        color: #fff; }
  #giangVien a.name {
    font-family: "RobotoCondensedBold";
    color: #fff;
    font-size: 30px;
    line-height: 42px;
    height: 42px;
    text-align: center;
    display: inline-block;
    margin-bottom: 8px;
    overflow: hidden;
    width: 100%;
    text-transform: uppercase;
    transition: 0.3s;
    padding: 0 240px; }
    #giangVien a.name:hover {
      color: var(--color-main); }
  #giangVien p.description {
    font-family: "Roboto";
    color: #cccccc;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    margin-bottom: 0;
    padding: 0 240px; }
  #giangVien .wrapper_item {
    width: 983px;
    height: 225px;
    margin: 0 auto;
    background-size: 100% 100%; }
    #giangVien .wrapper_item .item {
      padding-top: 16px;
      display: flex;
      justify-content: flex-start;
      flex-direction: row;
      position: relative; }
      #giangVien .wrapper_item .item:before {
        content: "";
        position: absolute;
        width: 100%;
        height: calc(100% - 34px);
        top: 22px;
        border: dashed 1px #fff;
        background: rgba(255, 255, 255, 0.1);
        z-index: 1;
        pointer-events: none; }
      #giangVien .wrapper_item .item .left {
        width: 363px;
        padding: 45px 0 0 43px;
        display: block; }
        #giangVien .wrapper_item .item .left p.first {
          font-family: "RobotoCondensed";
          color: #fff;
          font-size: 26px;
          line-height: 36px;
          margin-bottom: 10px;
          font-weight: bold;
          transition: 0.4s; }
        #giangVien .wrapper_item .item .left p.second {
          font-family: "Roboto";
          color: #fefefe;
          font-size: 15px;
          line-height: 27px;
          height: 27px;
          overflow: hidden;
          margin-bottom: 9px; }
        #giangVien .wrapper_item .item .left ul.social {
          margin-left: 0; }
          #giangVien .wrapper_item .item .left ul.social li {
            width: auto;
            height: 25px;
            padding: 0;
            margin-right: 13px; }
            #giangVien .wrapper_item .item .left ul.social li a {
              height: inherit;
              width: inherit;
              padding: 0;
              display: inline-block;
              background: transparent;
              text-align: center;
              vertical-align: middle;
              position: relative;
              transition: 0.5s; }
              #giangVien .wrapper_item .item .left ul.social li a i {
                height: inherit;
                width: inherit;
                padding: 0;
                color: #999999;
                font-size: 21px;
                transition: 0.3s; }
                #giangVien .wrapper_item .item .left ul.social li a i:hover {
                  color: #fff;
                  transform: scale(1.1); }
      #giangVien .wrapper_item .item .middle {
        width: calc(100% - 726px);
        display: flex;
        justify-content: center;
        margin-top: -5px;
        position: relative;
        z-index: 2;
        position: relative;
        border-radius: 32%;
        /*&:before {
                    content: "";
                    width: 100%;
                    top: 15px;
                    left: 0;
                    height: 90%;
                    background: $pink;
                    z-index: 2;
                    border-radius: 50%;
                    position: absolute;
                }*/ }
        #giangVien .wrapper_item .item .middle .khungAnh {
          overflow: hidden;
          width: 100%;
          z-index: 2; }
          #giangVien .wrapper_item .item .middle .khungAnh:hover .khungAnhCrop {
            border-color: var(--color-main); }
          #giangVien .wrapper_item .item .middle .khungAnh:before {
            padding-bottom: 100%; }
          #giangVien .wrapper_item .item .middle .khungAnh .khungAnhCrop {
            border: 10px solid #fff;
            border-radius: 50%;
            transition: 0.3s; }
      #giangVien .wrapper_item .item .right {
        width: 363px;
        overflow: hidden;
        display: block;
        padding: 45px 43px 0 40px; }
        #giangVien .wrapper_item .item .right p {
          font-size: 15px;
          color: #cccccc;
          line-height: 22px;
          font-family: "Roboto";
          color: #fff;
          font-size: 15px;
          line-height: 22px;
          max-height: 132px; }
          #giangVien .wrapper_item .item .right p a.more {
            font-family: "Roboto";
            color: #ccc;
            font-size: 15px;
            line-height: 22px;
            transition: 0.3s; }
            #giangVien .wrapper_item .item .right p a.more:hover {
              color: var(--color-main); }
              #giangVien .wrapper_item .item .right p a.more:hover i {
                color: var(--color-main); }
            #giangVien .wrapper_item .item .right p a.more i {
              color: #ccc;
              margin-left: 4px;
              transition: 0.3s; }
    #giangVien .wrapper_item .slick-dots {
      position: absolute;
      bottom: -85px; }
      #giangVien .wrapper_item .slick-dots li {
        width: 12px;
        height: 12px;
        box-sizing: border-box;
        border: 0;
        position: relative; }
        #giangVien .wrapper_item .slick-dots li button {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          padding: 0;
          display: inline-block;
          text-align: center; }
          #giangVien .wrapper_item .slick-dots li button:before {
            color: #b0aba7;
            font-size: 12px;
            height: 12px;
            width: 12px;
            line-height: 12px;
            opacity: 1;
            content: "\f111";
            font: normal normal normal 12px/16px FontAwesome;
            top: 50%;
            LEFT: 50%;
            transform: translate(-50%, -50%); }
      #giangVien .wrapper_item .slick-dots li.slick-active button:before {
        color: #666; }
  #giangVien a.dangKy {
    display: block;
    margin: 105px auto 0 auto;
    width: 215px;
    height: 34px;
    text-align: center;
    font-family: "Roboto";
    color: #ccc;
    font-size: 14px;
    line-height: 34px;
    border: solid 1px #999999;
    border-radius: 5px;
    text-transform: uppercase;
    transition: 0.3s; }
    #giangVien a.dangKy:hover {
      background: var(--color-main);
      border: 0;
      color: #fff; }

#video {
  background: #f4f4f4;
  padding: 70px 0 80px 0; }
  #video h2 {
    height: 60px; }
    #video h2 a.title {
      font-family: "RobotoCondensedBold";
      color: var(--color-main);
      font-size: 30px;
      line-height: 42px;
      height: 42px;
      text-align: center;
      display: inline-block;
      margin-bottom: 18px;
      overflow: hidden;
      width: 100%;
      text-transform: uppercase;
      transition: 0.3s; }
      #video h2 a.title:hover {
        color: var(--color-sub); }
  #video p.description {
    font-family: "Roboto";
    color: var(--color-sub);
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    margin-bottom: 44px;
    padding: 0 170px; }
  #video .wrapper_item .slick-list {
    margin: 0 -15px; }
    #video .wrapper_item .slick-list:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 15px;
      height: 100%;
      background: #f4f4f4;
      z-index: 9999; }
    #video .wrapper_item .slick-list:after {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      width: 15px;
      height: 100%;
      background: #f4f4f4;
      z-index: 9999; }
  #video .wrapper_item .slick-prev {
    left: -50px;
    width: 35px;
    height: 35px;
    margin-top: -21px; }
    #video .wrapper_item .slick-prev:before {
      content: "\f053";
      font: normal normal normal 14px/1 FontAwesome;
      width: 35px;
      height: 35px;
      line-height: 35px;
      border-radius: 5px;
      display: inline-block;
      color: #fff;
      background: rgba(0, 0, 0, 0.5);
      transition: 0.3s; }
    #video .wrapper_item .slick-prev:hover:before {
      background: #ff7b73; }
  #video .wrapper_item .slick-next {
    right: -50px;
    width: 35px;
    height: 35px;
    margin-top: -21px; }
    #video .wrapper_item .slick-next:before {
      content: "\f054";
      font: normal normal normal 14px/1 FontAwesome;
      width: 35px;
      height: 35px;
      line-height: 35px;
      border-radius: 5px;
      display: inline-block;
      color: #fff;
      background: rgba(0, 0, 0, 0.5);
      transition: 0.3s; }
    #video .wrapper_item .slick-next:hover:before {
      background: #ff7b73; }
  #video .wrapper_item .item {
    margin: 0 15px; }
    #video .wrapper_item .item:hover a.name {
      color: var(--color-main); }
    #video .wrapper_item .item:hover .khungAnh {
      cursor: pointer; }
      #video .wrapper_item .item:hover .khungAnh .khungAnhCrop:before {
        background: transparent; }
    #video .wrapper_item .item .khungAnh {
      margin-bottom: 20px; }
      #video .wrapper_item .item .khungAnh .khungAnhCrop {
        border-radius: 5px; }
        #video .wrapper_item .item .khungAnh .khungAnhCrop:before {
          content: "";
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          z-index: 2;
          background: rgba(0, 0, 0, 0.7);
          background-size: 100%;
          transition: 0.5s; }
        #video .wrapper_item .item .khungAnh .khungAnhCrop:after {
          content: "";
          position: absolute;
          width: 40px;
          height: 40px;
          z-index: 2;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          background: url(images/video.png) no-repeat;
          background-size: 100%; }
      #video .wrapper_item .item .khungAnh:before {
        padding-bottom: 56.25%; }
    #video .wrapper_item .item a.name {
      display: inline-block;
      width: 100%;
      font-family: "RobotoBold";
      color: #333333;
      font-size: 16px;
      line-height: 22px;
      height: 22px;
      overflow: hidden;
      transition: 0.4s; }
  #video .bottom {
    display: flex;
    justify-content: center; }
  #video a.name2 {
    display: block;
    margin: 25px auto 0 auto;
    width: 214px;
    height: 34px;
    text-align: center;
    font-family: "Roboto";
    color: var(--color-sub);
    font-size: 14px;
    line-height: 34px;
    border: solid 1px #999999;
    border-radius: 5px;
    text-transform: uppercase;
    transition: 0.3s; }
    #video a.name2:hover {
      background: var(--color-main);
      border: 0;
      color: #fff; }

#dangKy2 {
  height: 105px;
  background: var(--color-main);
  display: none; }
  #dangKy2 .container .row {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    align-items: center;
    /*a.dangKy {
                display: inline-block;
                height: 50px;
                text-transform: uppercase;
                @include text($font11, $white, 18px, 50px);
                text-align: center;
                background: $red;
                padding: 0 54px;
                box-shadow: 1px 1px 3px rgba(0,0,0,.72);
                transition: 0.3s;
                border-radius:5px;
                background:url(images/register.png) no-repeat;
                background-size:100% 100%;
                &:hover {
                    background: rgba(255,255,255,.6);
                    color: $red;
                }
            }*/ }
    #dangKy2 .container .row p {
      font-family: "RobotoCondensedBold";
      color: #fff;
      font-size: 36px;
      line-height: 105px;
      height: 105px;
      padding-left: 370px;
      text-transform: uppercase; }
    #dangKy2 .container .row a.dangKy {
      margin-left: 22px;
      display: inline-block;
      width: 172px;
      height: 40px;
      font-family: "RobotoCondensed";
      color: #fff;
      font-size: 14px;
      line-height: 40px;
      padding-left: 25px;
      background: url(images/dangKy2.png) no-repeat right 24px center;
      text-transform: uppercase;
      border: solid 2px #fff;
      border-radius: 5px;
      cursor: pointer;
      transition: 0.3s; }

#hinhAnh {
  padding: 70px 0 65px 0;
  background: #ffffff; }
  #hinhAnh a.title {
    font-family: "RobotoCondensedBold";
    color: var(--color-main);
    font-size: 30px;
    line-height: 46px;
    display: inline-block;
    width: 100%;
    height: 46px;
    overflow: hidden;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 21px;
    transition: 0.3s; }
    #hinhAnh a.title:hover {
      color: var(--color-sub); }
  #hinhAnh .wrapper_item {
    /*.mainItem {*/ }
    #hinhAnh .wrapper_item .slick-list {
      margin: 0 -15px; }
      #hinhAnh .wrapper_item .slick-list:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 15px;
        height: 100%;
        background: #ffffff;
        z-index: 9999; }
      #hinhAnh .wrapper_item .slick-list:after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 15px;
        height: 100%;
        background: #ffffff;
        z-index: 9999; }
    #hinhAnh .wrapper_item .slick-prev {
      left: -77px;
      width: 35px;
      height: 35px;
      top: 50%;
      transform: translateY(-37px);
      z-index: 100; }
      #hinhAnh .wrapper_item .slick-prev:before {
        content: "\f053";
        font: normal normal normal 14px/1 FontAwesome;
        width: 35px;
        height: 35px;
        line-height: 35px;
        border-radius: 5px;
        display: inline-block;
        color: #fff;
        background: rgba(0, 0, 0, 0.5);
        transition: 0.3s;
        opacity: 1; }
      #hinhAnh .wrapper_item .slick-prev:hover:before {
        background: var(--color-main); }
    #hinhAnh .wrapper_item .slick-next {
      top: 50%;
      right: -77px;
      width: 35px;
      height: 35px;
      transform: translateY(-37px);
      z-index: 100; }
      #hinhAnh .wrapper_item .slick-next:before {
        content: "\f054";
        font: normal normal normal 14px/1 FontAwesome;
        width: 35px;
        height: 35px;
        line-height: 35px;
        border-radius: 5px;
        display: inline-block;
        color: #fff;
        background: rgba(0, 0, 0, 0.5);
        transition: 0.3s;
        opacity: 1; }
      #hinhAnh .wrapper_item .slick-next:hover:before {
        background: var(--color-main); }
    #hinhAnh .wrapper_item .slick-slide div .item {
      /*width: calc(50% - 30px) !important;
                    margin: 0 15px 30px 15px;*/
      margin: 0 0 25px 0;
      padding: 0 15px; }
    #hinhAnh .wrapper_item .item {
      margin: 0 15px 30px 15px;
      /*}*/ }
      #hinhAnh .wrapper_item .item .khungAnh {
        overflow: hidden; }
        #hinhAnh .wrapper_item .item .khungAnh:before {
          padding-bottom: 66.67%; }
        #hinhAnh .wrapper_item .item .khungAnh:after {
          content: "";
          height: 164px;
          width: 100%;
          position: absolute;
          bottom: 0;
          left: 0;
          background: url(images/bgHinhANh.png) no-repeat;
          background-size: 100% 100%;
          z-index: 4;
          pointer-events: none; }
        #hinhAnh .wrapper_item .item .khungAnh .khungAnhCrop {
          transition: 0.5s;
          /*&:before {
                        content: "";
                        position: absolute;
                        width: 0;
                        height: 100%;
                        margin-left: 50%;
                        top: 0;
                        left: 0;
                        z-index: 2;
                        background: rgba(0,0,0,.4);
                        background-size: 100%;
                        pointer-events: none;
                        transition: 0.2s;
                        pointer-events: none;
                    }

                    &:after {
                        content: "";
                        position: absolute;
                        width: 0;
                        height: 40px;
                        z-index: 2;
                        top: 50%;
                        left: 50%;
                        transform: translate(-50%, -50%);
                        background: url(images/viewPhoto.png) no-repeat;
                        background-size: 100%;
                        pointer-events: none;
                        transition: 0.15s;
                    }*/ }
        #hinhAnh .wrapper_item .item .khungAnh a.name {
          display: inline-block;
          width: 100%;
          position: absolute;
          font-family: "Roboto";
          color: #fff;
          font-size: 18px;
          line-height: 24px;
          padding: 0 35px;
          bottom: 24px;
          height: auto;
          max-height: 48px;
          overflow: hidden;
          z-index: 5;
          transition: 0.3s; }
          #hinhAnh .wrapper_item .item .khungAnh a.name:hover {
            color: var(--color-main); }
      #hinhAnh .wrapper_item .item:hover .khungAnh .khungAnhCrop {
        transform: scale(1.1);
        /*&:before {
                            width: 100%;
                            height: 100%;
                            margin: 0;
                        }

                        &:after {
                            width: 40px;
                        }*/ }

#camNhan {
  padding: 70px 0 80px 0;
  background: #f4f4f4; }
  #camNhan a.title {
    font-family: "RobotoCondensedBold";
    color: var(--color-main);
    font-size: 30px;
    line-height: 42px;
    height: 42px;
    text-align: center;
    display: inline-block;
    margin-bottom: 20px;
    overflow: hidden;
    width: 100%;
    text-transform: uppercase;
    transition: 0.3s; }
    #camNhan a.title:hover {
      color: #999; }
  #camNhan p.description {
    font-family: "Roboto";
    color: var(--color-sub);
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    margin-bottom: 33px; }
  #camNhan .wrapper_item .item {
    border-radius: 5px;
    width: calc((100% - 30px)/2);
    margin-right: 30px;
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    margin-bottom: 30px;
    float: left; }
    #camNhan .wrapper_item .item:hover .outer span.name {
      color: var(--color-main); }
    #camNhan .wrapper_item .item:nth-child(2n+2) {
      margin-right: 0; }
    #camNhan .wrapper_item .item .khungAnh {
      width: 160px; }
      #camNhan .wrapper_item .item .khungAnh:before {
        padding-bottom: 100%; }
      #camNhan .wrapper_item .item .khungAnh .khungAnhCrop {
        border-bottom-left-radius: 5px;
        border-top-left-radius: 5px; }
    #camNhan .wrapper_item .item .outer {
      width: calc(100% - 160px);
      padding: 15px 26px 0 26px;
      border-bottom-right-radius: 5px;
      border-top-right-radius: 5px;
      background: #fff; }
      #camNhan .wrapper_item .item .outer span.name {
        display: inline-block;
        width: 100%;
        font-family: "RobotoCondensedBold";
        color: #333333;
        font-size: 20px;
        line-height: 26px;
        height: 26px;
        overflow: hidden;
        transition: 0.4s; }
      #camNhan .wrapper_item .item .outer span.khoa {
        display: inline-block;
        width: 100%;
        font-family: "RobotoCondensed";
        color: var(--color-sub);
        font-size: 14px;
        line-height: 18px;
        height: auto;
        max-height: 18px;
        overflow: hidden; }
      #camNhan .wrapper_item .item .outer p.info {
        font-family: "Roboto";
        color: #333333;
        font-size: 15px;
        line-height: 28px;
        height: 100px;
        padding-bottom: 10px; }
        #camNhan .wrapper_item .item .outer p.info a.more {
          font-family: "Roboto";
          color: #ff7b73;
          font-size: 14px;
          line-height: 28px;
          transition: 0.3s; }
          #camNhan .wrapper_item .item .outer p.info a.more:hover {
            color: var(--color-sub); }
            #camNhan .wrapper_item .item .outer p.info a.more:hover i {
              color: #333333; }
          #camNhan .wrapper_item .item .outer p.info a.more i {
            color: #ff7b73;
            margin-left: 4px; }
  #camNhan .submit {
    display: flex;
    justify-content: center;
    flex-direction: row; }
    #camNhan .submit a {
      display: inline-block;
      width: 245px;
      height: 34px;
      font-family: "Roboto";
      color: var(--color-sub);
      font-size: 14px;
      line-height: 34px;
      text-align: center;
      border-radius: 5px;
      transition: 0.4s;
      border: solid 1px #999;
      background: #fff;
      margin-right: 30px; }
      #camNhan .submit a:hover {
        background: var(--color-main);
        border: solid 1px #fff;
        color: #fff; }
      #camNhan .submit a:nth-child(2) {
        margin-right: 0; }

#dangKy {
  position: relative; }
  #dangKy.gioiThieu .khungAnh .khungAnhCrop img {
    height: initial; }
  #dangKy.second .khungAnh:before {
    padding-bottom: 39.9%; }
  #dangKy.second .khungAnh .khungAnhCrop:before {
    content: "";
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.4); }
  #dangKy.second .khungAnh .khungAnhCrop img {
    height: initial; }
  #dangKy.second .formDangKy {
    left: 50%;
    transform: translate(-50%, -50%); }
    #dangKy.second .formDangKy p {
      color: #fff; }
  #dangKy .khungAnh:before {
    padding-bottom: 47.17%; }
  #dangKy .khungAnh .khungAnhCrop img {
    /*height:101%;*/
    top: 56%; }
  #dangKy .formMobile {
    display: none; }
  #dangKy .formDangKy {
    position: absolute;
    left: calc((100% - 1170px)/2);
    top: 50%;
    z-index: 100;
    width: 427px;
    transform: translateY(-50%);
    /*a.dangKy {
            display: block;
            width: 188px;
            height: 46px;
            background: $red;
            @include text($font12,$white, 18px, 46px);
            text-align: center;
            margin: 0 auto;
            border-radius: 5px;
            text-transform: uppercase;
            transition: 0.4s;

            &:hover {
                background: #d1d1dd;
            }
        }*/ }
    #dangKy .formDangKy p {
      height: 43px;
      font-family: "RobotoCondensedBold";
      color: var(--color-main);
      font-size: 30px;
      line-height: 43px;
      height: 43px;
      text-align: center;
      margin-bottom: 32px;
      text-transform: uppercase; }
    #dangKy .formDangKy input {
      width: 100%;
      height: 36px;
      border-radius: 5px;
      border: solid 1px #e2e2e2;
      margin-bottom: 10px;
      background: #fff;
      padding-left: 14px;
      font-family: "Roboto";
      color: var(--color-sub);
      font-size: 14px;
      line-height: 36px;
      outline: 0;
      border: 0; }
      #dangKy .formDangKy input::placeholder {
        font-family: "Roboto";
        color: var(--color-sub);
        font-size: 14px;
        line-height: 36px; }
    #dangKy .formDangKy textarea {
      font-family: "Roboto";
      color: var(--color-sub);
      font-size: 14px;
      line-height: 36px;
      width: 100%;
      height: 90px;
      border-radius: 5px;
      padding: 10px;
      border: solid 1px #e2e2e2;
      margin-bottom: 20px;
      border: 0;
      resize: none; }
      #dangKy .formDangKy textarea::placeholder {
        font-family: "Roboto";
        color: var(--color-sub);
        font-size: 14px;
        line-height: 36px; }
    #dangKy .formDangKy a.dangKy {
      display: inline-block;
      height: 50px;
      text-transform: uppercase;
      font-family: "Roboto";
      color: #fff;
      font-size: 18px;
      line-height: 50px;
      text-align: center;
      background: var(--color-main);
      padding: 0 54px;
      /*box-shadow: 1px 1px 3px rgba(0,0,0,.72);*/
      transition: 0.3s;
      border-radius: 5px;
      background: url(images/register.png) no-repeat;
      background-size: 100% 100%;
      position: relative;
      left: 50%;
      transform: translateX(-50%); }
      #dangKy .formDangKy a.dangKy:hover {
        background: rgba(255, 255, 255, 0.6);
        color: var(--color-main); }

#footer {
  padding-top: 80px;
  background: url(images/bg_footer.jpg) no-repeat;
  background-size: 100% 100%; }
  #footer .main_footer {
    padding-bottom: 80px;
    border-bottom: solid 1px #595959; }
    #footer .main_footer a.name {
      text-transform: uppercase;
      display: inline-block;
      width: 100%;
      font-family: "RobotoCondensedBold";
      color: #fff;
      font-size: 16px;
      line-height: 27px;
      height: 27px;
      margin-bottom: 9px;
      transition: 0.3s; }
      #footer .main_footer a.name:hover {
        color: var(--color-main); }
    #footer .main_footer ul {
      margin-left: 0;
      padding-left: 0; }
      #footer .main_footer ul li {
        padding: 0; }
        #footer .main_footer ul li a {
          font-family: "Roboto";
          color: #fff;
          font-size: 15px;
          line-height: 30px;
          height: 30px;
          padding-left: 21px;
          background: url(images/right.png) no-repeat left center;
          transition: 0.3s;
          display: inline-block; }
          #footer .main_footer ul li a:hover {
            color: var(--color-main); }
    #footer .main_footer .boxSearch {
      margin-top: 15px;
      position: relative;
      width: 205px;
      margin-bottom: 15px; }
      #footer .main_footer .boxSearch input {
        width: 205px;
        padding-left: 10px;
        border-radius: 5px;
        height: 37px;
        font-family: "Roboto";
        color: var(--color-sub);
        font-size: 15px;
        line-height: 37px;
        border: 0;
        outline: 0; }
      #footer .main_footer .boxSearch a.search {
        position: absolute;
        top: 0;
        right: 0;
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px;
        display: inline-block;
        width: 37px;
        height: 37px;
        border-left: solid 1px #d0d0d0;
        background: url(images/search.png) no-repeat center center; }
    #footer .main_footer .social {
      display: flex;
      flex-direction: row;
      justify-content: flex-start; }
      #footer .main_footer .social a {
        display: inline-block;
        height: 25px;
        width: 25px;
        margin-right: 11px;
        border-radius: 50%;
        transition: 0.3s;
        font-family: "Socicon";
        position: relative; }
        #footer .main_footer .social a:hover {
          transform: translateY(-5px); }
        #footer .main_footer .social a:before {
          color: #fff;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          position: absolute;
          display: none; }
        #footer .main_footer .social a:nth-child(1) {
          background: #3b5998; }
          #footer .main_footer .social a:nth-child(1):before {
            content: "\e028"; }
        #footer .main_footer .social a:nth-child(2) {
          background: #55acee; }
          #footer .main_footer .social a:nth-child(2):before {
            content: "\e08d"; }
        #footer .main_footer .social a:nth-child(3) {
          background: #45668e; }
          #footer .main_footer .social a:nth-child(3):before {
            content: "\e095 "; }
        #footer .main_footer .social a:nth-child(4) {
          background: #da251c; }
          #footer .main_footer .social a:nth-child(4):before {
            content: "\e098"; }
        #footer .main_footer .social a:nth-child(5) {
          background: #11ce1c; }
          #footer .main_footer .social a:nth-child(5):before {
            content: "\e097"; }
        #footer .main_footer .social a:nth-child(6) {
          background: #b00; }
          #footer .main_footer .social a:nth-child(6):before {
            content: "\e0a5"; }
    #footer .main_footer .lienHe .wrapper_item .item {
      width: 340px;
      height: 52px;
      border: solid 1px #999999;
      border-radius: 5px;
      position: relative;
      margin-bottom: 28px;
      display: flex;
      justify-content: center;
      flex-direction: row;
      padding-top: 15px; }
      #footer .main_footer .lienHe .wrapper_item .item:last-child {
        margin-bottom: 0; }
      #footer .main_footer .lienHe .wrapper_item .item span, #footer .main_footer .lienHe .wrapper_item .item a {
        font-family: "Roboto";
        color: #fff;
        font-size: 15px;
        line-height: 30px; }
        #footer .main_footer .lienHe .wrapper_item .item span.second, #footer .main_footer .lienHe .wrapper_item .item a.second {
          margin-left: 4px; }
      #footer .main_footer .lienHe .wrapper_item .item:before {
        content: "";
        position: absolute;
        height: 30px;
        width: 30px;
        top: -16px;
        left: 50%;
        transform: translateX(-50%);
        background: url(images/phone2.png) no-repeat;
        background-size: 100% 100%; }
      #footer .main_footer .lienHe .wrapper_item .item:nth-child(1) span.first {
        font-family: "Roboto";
        color: #fff;
        font-size: 14px;
        line-height: 30px; }
      #footer .main_footer .lienHe .wrapper_item .item:nth-child(1) span.second {
        font-family: "RobotoCondensed";
        color: var(--color-main);
        font-size: 18px;
        line-height: 30px;
        margin-left: 4px; }
      #footer .main_footer .lienHe .wrapper_item .item:nth-child(2):before {
        background: url(images/mail.png) no-repeat; }
      #footer .main_footer .lienHe .wrapper_item .item:nth-child(3):before {
        background: url(images/location.png) no-repeat; }
  #footer .copyright {
    height: 60px;
    display: flex;
    justify-content: flex-start;
    flex-direction: row; }
    #footer .copyright p.copyright {
      font-family: "Roboto";
      color: #fff;
      font-size: 15px;
      line-height: 60px;
      margin-right: 40px; }
    #footer .copyright p.online {
      font-family: "Roboto";
      color: #fff;
      font-size: 15px;
      line-height: 60px;
      padding-left: 20px;
      background: url(images/online.png) no-repeat left center;
      margin-right: 26px; }
      #footer .copyright p.online span {
        color: var(--color-main);
        margin-left: 4px; }
    #footer .copyright p.all {
      font-family: "Roboto";
      color: #fff;
      font-size: 15px;
      line-height: 60px;
      padding-left: 30px;
      background: url(images/all_people.png) no-repeat left center; }
      #footer .copyright p.all span {
        color: var(--color-main);
        margin-left: 4px; }

.breadcrumb {
  height: 40px;
  background: #f8f8f8;
  padding: 0;
  margin: 0;
  border-radius: 0; }
  .breadcrumb.actived {
    margin-bottom: 127px; }
  .breadcrumb ul {
    margin-left: 0; }
    .breadcrumb ul li {
      padding: 0; }
      .breadcrumb ul li a {
        display: inline-block;
        position: relative;
        font-family: "Roboto";
        color: #333333;
        font-size: 14px;
        line-height: 40px;
        padding-right: 28px;
        background: url(images/right2.png) no-repeat right 11px center;
        height: 40px; }
      .breadcrumb ul li:last-child a {
        background: transparent;
        padding-right: 0; }

#list_danhMuc {
  box-shadow: 0px 10px 6px -6px rgba(0, 0, 0, 0.3);
  background: #fff; }
  #list_danhMuc.actived {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    height: 70px; }
    #list_danhMuc.actived .container .row .item {
      padding: 5px 0 0 0; }
      #list_danhMuc.actived .container .row .item:nth-child(1) a img {
        width: 32px;
        height: 24px; }
      #list_danhMuc.actived .container .row .item:nth-child(2) a img {
        width: 33px;
        height: 34px; }
      #list_danhMuc.actived .container .row .item:nth-child(3) a img {
        width: 28px;
        height: 30px; }
      #list_danhMuc.actived .container .row .item:nth-child(4) a img {
        width: 29px;
        height: 24px; }
      #list_danhMuc.actived .container .row .item a.wrapper_img {
        height: 34px; }
      #list_danhMuc.actived .container .row .item h2 {
        height: 30px;
        margin-bottom: 1px; }
      #list_danhMuc.actived .container .row .item a {
        line-height: 30px;
        height: 30px;
        font-size: 15px; }
  #list_danhMuc .container .row .item {
    padding: 7px 0 7px 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin: 1px 0;
    transition: 0.3s; }
    #list_danhMuc .container .row .item:hover {
      background: #f9f9f9; }
      #list_danhMuc .container .row .item:hover a {
        color: var(--color-main); }
    #list_danhMuc .container .row .item .wrapper_img {
      height: 42px; }
      #list_danhMuc .container .row .item .wrapper_img img {
        max-height: 42px;
        max-width: 100%; }
    #list_danhMuc .container .row .item h2 {
      height: 24px; }
    #list_danhMuc .container .row .item a {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      text-align: center;
      text-transform: uppercase;
      font-family: "RobotoCondensedBold";
      color: #333333;
      font-size: 16px;
      line-height: 24px;
      height: 24px;
      overflow: hidden;
      font-weight: 600;
      transition: 0.4s;
      cursor: pointer; }

#gioiThieuChung {
  padding-bottom: 80px;
  padding-top: 73px;
  background: #f1f1f1; }
  #gioiThieuChung h2.title {
    margin-bottom: 22px;
    font-family: "RobotoCondensedBold";
    color: var(--color-main);
    font-size: 30px;
    line-height: 37px;
    text-align: center;
    height: 37px;
    overflow: hidden;
    text-transform: uppercase; }
  #gioiThieuChung .noidung {
    padding: 33px 76px 42px 76px;
    background: #fff; }

.noidung {
  font-family: "Roboto";
  color: #333333;
  font-size: 15px;
  line-height: 22px; }
  .noidung img {
    max-width: 100%;
    height: auto !important; }
  .noidung iframe {
    max-width: 100%; }

#chonChungToi {
  background: #000 url(images/bgChonChungToi.png) no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 94px 0 56px 0; }
  #chonChungToi a.title {
    display: inline-block;
    height: 43px;
    width: 100%;
    overflow: hidden;
    text-align: center;
    text-transform: uppercase;
    font-family: "RobotoCondensedBold";
    color: #fff;
    font-size: 30px;
    line-height: 43px;
    margin-bottom: 16px;
    transition: 0.3s; }
    #chonChungToi a.title:hover {
      color: var(--color-main); }
  #chonChungToi p.info {
    font-family: "Roboto";
    color: #f1f1f1;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    padding: 0 115px;
    margin-bottom: 34px; }
  #chonChungToi .wrapper_item .item {
    cursor: pointer;
    padding: 24px 30px 57px 30px;
    position: relative; }
    #chonChungToi .wrapper_item .item:hover:after {
      /*transform:scale(1);*/
      transform: translateY(0);
      opacity: 1; }
    #chonChungToi .wrapper_item .item:hover a {
      color: var(--color-main); }
    #chonChungToi .wrapper_item .item:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background: url(images/chonChungToi.png) no-repeat;
      background-size: 100% 100%;
      z-index: 2;
      /*transform:scale(0);*/
      transform: translateY(-250px);
      transition: 0.5s;
      opacity: 0;
      pointer-events: none; }
    #chonChungToi .wrapper_item .item .wrapper_img {
      height: 60px;
      display: flex;
      justify-content: center;
      flex-direction: column;
      align-items: center;
      margin-bottom: 20px; }
      #chonChungToi .wrapper_item .item .wrapper_img img {
        max-width: 100%;
        max-height: 100%; }
    #chonChungToi .wrapper_item .item a {
      height: 22px;
      text-transform: uppercase;
      text-align: center;
      font-family: "RobotoCondensedBold";
      color: #fff;
      font-size: 16px;
      line-height: 22px;
      overflow: hidden;
      display: inline-block;
      width: 100%;
      margin-bottom: 15px;
      transition: 0.4s; }
    #chonChungToi .wrapper_item .item p {
      font-family: "Roboto";
      color: #f1f1f1;
      font-size: 14px;
      line-height: 20px;
      height: 60px;
      overflow: hidden;
      text-align: center; }

.nav-bar a {
  cursor: pointer; }

#giangVien_tcon {
  padding: 40px 0;
  background: #f1f1f1; }
  #giangVien_tcon .row {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap; }
  #giangVien_tcon .content_left {
    width: 336px;
    padding: 0 38px;
    display: block;
    float: left;
    background: #f8f8f8; }
    #giangVien_tcon .content_left .khungAnh {
      border: 10px solid var(--color-main);
      border-radius: 50%;
      overflow: hidden;
      width: 100%;
      margin-bottom: 20px;
      margin-top: 34px; }
      #giangVien_tcon .content_left .khungAnh:before {
        padding-bottom: 100%; }
    #giangVien_tcon .content_left p.first {
      font-family: "RobotoCondensedBold";
      color: #333333;
      font-size: 24px;
      line-height: 26px;
      height: 26px;
      margin-bottom: 10px; }
    #giangVien_tcon .content_left p.second {
      font-family: "Roboto";
      color: #gray;
      font-size: 14px;
      line-height: 26px;
      height: auto;
      max-height: 78px;
      overflow: hidden;
      margin-bottom: 20px; }
    #giangVien_tcon .content_left ul.social {
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      align-items: center; }
      #giangVien_tcon .content_left ul.social li {
        width: auto;
        height: 25px;
        padding: 0;
        margin-right: 13px; }
        #giangVien_tcon .content_left ul.social li a {
          height: inherit;
          width: inherit;
          padding: 0;
          display: inline-block;
          background: transparent;
          text-align: center;
          vertical-align: middle;
          position: relative;
          transition: 0.5s; }
          #giangVien_tcon .content_left ul.social li a i {
            height: inherit;
            width: inherit;
            padding: 0;
            color: #333;
            font-size: 21px;
            transition: 0.3s; }
            #giangVien_tcon .content_left ul.social li a i:hover {
              transition: 0.3s;
              color: #a3a3a3;
              transform: scale(1.2); }
  #giangVien_tcon .content_right {
    float: right;
    width: calc(100% - 336px);
    padding: 24px 35px 60px 35px;
    background: #fff; }
    #giangVien_tcon .content_right .formHocThu {
      background: #fff;
      margin-bottom: 0;
      padding: 27px 0 0 0;
      position: relative; }
      #giangVien_tcon .content_right .formHocThu:before {
        content: "";
        position: absolute;
        height: 1px;
        width: calc(100% + 70px);
        left: -35px;
        background: #d8d8d8;
        top: 0; }
      #giangVien_tcon .content_right .formHocThu .left {
        width: calc((100% - 14px)/2);
        margin-right: 0; }
        #giangVien_tcon .content_right .formHocThu .left input, #giangVien_tcon .content_right .formHocThu .left textarea {
          border-color: #e2e2e2;
          margin-bottom: 14px; }
      #giangVien_tcon .content_right .formHocThu .right {
        width: calc((100% - 14px)/2); }
        #giangVien_tcon .content_right .formHocThu .right textarea {
          margin-bottom: 10px;
          height: 176px; }
        #giangVien_tcon .content_right .formHocThu .right input {
          margin-right: 14px; }
        #giangVien_tcon .content_right .formHocThu .right img {
          margin-right: 14px; }

#khoaHoc_tcon {
  background: #f1f1f1;
  padding: 40px 0; }
  #khoaHoc_tcon.ct {
    /*background:#fff;*/ }
    #khoaHoc_tcon.ct .content_right {
      /*background:#fff;*/
      /*width: calc(100% - 870px - 30px);
                    margin-right:30px;*/ }
  #khoaHoc_tcon h1.title {
    font-family: "RobotoCondensedBold";
    color: var(--color-main);
    font-size: 30px;
    line-height: 30px;
    margin: 24px 0;
    text-transform: uppercase; }
    #khoaHoc_tcon h1.title.ct {
      margin: 30px 0 14px 0;
      text-transform: none; }
    #khoaHoc_tcon h1.title.khaiGiang {
      margin: 10px 0 32px 0; }
  #khoaHoc_tcon .wrapper_lichKG {
    padding: 30px;
    background: #fff; }
  #khoaHoc_tcon .row {
    background: #fff;
    padding: 0 30px 0 30px; }
    #khoaHoc_tcon .row.ct {
      padding: 0;
      display: flex;
      justify-content: flex-start;
      flex-direction: row;
      flex-wrap: wrap; }
  #khoaHoc_tcon .noidung {
    margin-bottom: 36px; }
  #khoaHoc_tcon .listKhoaHoc .item {
    background: #ffffff;
    width: calc((100% - 90px)/4);
    margin-right: 30px;
    float: left;
    margin-bottom: 30px; }
    #khoaHoc_tcon .listKhoaHoc .item:nth-child(4n+4) {
      margin-right: 0; }
    #khoaHoc_tcon .listKhoaHoc .item .khungAnh:before {
      padding-bottom: 80.95%; }
    #khoaHoc_tcon .listKhoaHoc .item .khungAnh .khungAnhCrop {
      transition: 0.5s; }
    #khoaHoc_tcon .listKhoaHoc .item .outer {
      padding: 19px 20px 28px 20px;
      background: #f1f1f1; }
      #khoaHoc_tcon .listKhoaHoc .item .outer a.name {
        display: inline-block;
        font-family: "RobotoCondensedBold";
        color: #333333;
        font-size: 18px;
        line-height: 24px;
        height: 44px;
        overflow: hidden;
        width: 100%;
        margin-bottom: 14px;
        text-transform: uppercase;
        transition: 0.7s; }
        #khoaHoc_tcon .listKhoaHoc .item .outer a.name:hover {
          color: var(--color-main); }
      #khoaHoc_tcon .listKhoaHoc .item .outer p.info {
        font-family: "Roboto";
        color: #333333;
        font-size: 14px;
        line-height: 21px;
        height: 63px;
        overflow: hidden;
        width: 100%;
        margin-bottom: 14px; }
      #khoaHoc_tcon .listKhoaHoc .item .outer a.more {
        display: block;
        width: 104px;
        height: 32px;
        margin: 0 auto;
        font-family: "RobotoCondensed";
        color: gray;
        font-size: 14px;
        line-height: 32px;
        text-align: center;
        background: #fff;
        border: solid 1px #999999;
        text-transform: uppercase;
        border-radius: 5px;
        transition: 0.7s; }
        #khoaHoc_tcon .listKhoaHoc .item .outer a.more:hover {
          border: 0;
          background: var(--color-main);
          color: #fff; }
  #khoaHoc_tcon .content_left {
    background: #fff;
    padding: 0 30px; }
    #khoaHoc_tcon .content_left h2.title.ct {
      font-family: "RobotoCondensedBold";
      color: var(--color-main);
      font-size: 30px;
      line-height: 30px;
      margin: 30px 0 14px 0; }
    #khoaHoc_tcon .content_left .thongke {
      margin-bottom: 20px; }
    #khoaHoc_tcon .content_left .noidung {
      margin-bottom: 30px; }
    #khoaHoc_tcon .content_left #comment_facebook {
      margin-bottom: 50px; }
  #khoaHoc_tcon .content_right {
    background: #f1f1f1; }

.thongke {
  height: 33px;
  border-top: 1px solid #f2f2f2;
  background: #fafafa;
  padding: 0 5px; }
  .thongke a {
    line-height: 33px;
    margin-left: 0; }

.formHocThu {
  padding: 35px 30px 42px 30px;
  background: #f1f1f1;
  margin-bottom: 30px; }
  .formHocThu p {
    height: auto;
    font-family: "RobotoCondensedBold";
    color: var(--color-main);
    font-size: 28px;
    line-height: initial;
    text-transform: uppercase;
    text-align: center;
    overflow: hidden;
    margin-bottom: 22px; }
  .formHocThu .left {
    width: calc((100% - 20px)/2);
    margin-right: 20px;
    float: left; }
  .formHocThu .right {
    width: calc((100% - 20px)/2);
    float: right; }
    .formHocThu .right input {
      width: 145px;
      margin-right: 10px;
      float: left;
      margin-bottom: 0; }
  .formHocThu input {
    height: 34px;
    border: solid 1px #e2e2e2;
    border-radius: 5px;
    margin-bottom: 10px;
    font-family: "Roboto";
    color: #333333;
    font-size: 15px;
    line-height: 34px;
    padding-left: 10px;
    width: 100%;
    background: #fff; }
    .formHocThu input::placeholder {
      font-family: "Roboto";
      color: #333333;
      font-size: 15px;
      line-height: 34px; }
  .formHocThu textarea {
    width: 100%;
    padding: 10px;
    height: 165px;
    border-radius: 5px;
    margin-bottom: 5px;
    border: solid 1px #e2e2e2;
    font-family: "Roboto";
    color: #333333;
    font-size: 14px;
    line-height: 34px; }
    .formHocThu textarea::placeholder {
      font-family: "Roboto";
      color: #333333;
      font-size: 14px;
      line-height: 34px; }
  .formHocThu img {
    height: 35px;
    width: 145px;
    border-radius: 5px;
    margin-right: 10px;
    float: left;
    height: 32px; }
  .formHocThu a.change {
    display: block;
    width: 32px;
    height: 32px;
    background: url(images/change.png) no-repeat;
    background-size: 100% 100%;
    border-radius: 5px;
    float: left; }
  .formHocThu .submit {
    margin-top: 0;
    display: flex;
    justify-content: center;
    flex-direction: row; }
    .formHocThu .submit a {
      width: 133px;
      height: 34px;
      text-align: center;
      text-transform: uppercase;
      font-family: "RobotoCondensedBold";
      color: #fff;
      font-size: 14px;
      line-height: 34px;
      border-radius: 5px;
      display: inline-block;
      background: var(--color-main);
      transition: 0.3s; }
      .formHocThu .submit a.retype {
        background: #999999; }
        .formHocThu .submit a.retype:hover {
          background: var(--color-main); }
      .formHocThu .submit a:hover {
        background: #999; }
      .formHocThu .submit a.gui {
        margin-right: 20px; }

#khoaHocKhac {
  position: relative;
  padding-bottom: 40px; }
  #khoaHocKhac:before {
    content: "";
    position: absolute;
    top: -20px;
    left: -30px;
    height: 20px;
    width: calc(100% + 60px);
    background: #f1f1f1;
    z-index: 3;
    display: none; }
  #khoaHocKhac a.title {
    height: 34px;
    display: inline-block;
    overflow: hidden;
    width: 100%;
    font-family: "RobotoCondensedBold";
    color: var(--color-main);
    font-size: 30px;
    line-height: 34px;
    margin: 26px 0 20px 0;
    transition: 0.3s; }
    #khoaHocKhac a.title:hover {
      color: var(--color-sub); }
  #khoaHocKhac .listKhoaHoc .slick-prev {
    left: initial;
    right: 33px;
    top: -24px;
    width: 30px;
    height: 30px;
    margin-top: -21px;
    z-index: 100; }
    #khoaHocKhac .listKhoaHoc .slick-prev:before {
      content: "\f053";
      font: normal normal normal 12px/1 FontAwesome;
      width: 30px;
      height: 30px;
      line-height: 30px;
      border-radius: 5px;
      display: inline-block;
      color: #fff;
      background: #cccccc;
      transition: 0.3s; }
    #khoaHocKhac .listKhoaHoc .slick-prev:hover:before {
      background: #999; }
  #khoaHocKhac .listKhoaHoc .slick-next {
    right: 0;
    top: -24px;
    width: 30px;
    height: 30px;
    margin-top: -21px;
    z-index: 100; }
    #khoaHocKhac .listKhoaHoc .slick-next:before {
      content: "\f054";
      font: normal normal normal 12px/1 FontAwesome;
      width: 30px;
      height: 30px;
      line-height: 30px;
      border-radius: 5px;
      display: inline-block;
      color: #fff;
      background: #cccccc;
      transition: 0.3s; }
    #khoaHocKhac .listKhoaHoc .slick-next:hover:before {
      background: #999; }
  #khoaHocKhac .listKhoaHoc .slick-list {
    margin: 0 -12px; }
  #khoaHocKhac .listKhoaHoc .item {
    margin: 0 12px !important;
    width: initial;
    /*&:nth-child(4n+4) {
                margin: 0 12px !important;
            }*/ }

.countdount .flip-clock-wrapper {
  margin: 15px 0 15px 6px; }
  .countdount .flip-clock-wrapper .flip {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.7); }
  .countdount .flip-clock-wrapper .flip-clock-dot {
    display: none; }
  .countdount .flip-clock-wrapper .flip-clock-divider {
    width: 7px !important;
    height: 64px !important; }
    .countdount .flip-clock-wrapper .flip-clock-divider .flip-clock-label {
      right: -45px !important;
      font-weight: 500 !important;
      font-size: 14px !important;
      top: 43px !important; }
  .countdount .flip-clock-wrapper ul {
    width: 26px !important;
    height: 30px !important;
    margin: 1px !important;
    padding: 0; }
    .countdount .flip-clock-wrapper ul li {
      margin: 0;
      line-height: 30px !important; }
      .countdount .flip-clock-wrapper ul li a div div.inn {
        font-size: 22px !important;
        background-color: #111111; }

.thongTinKhoaHoc {
  background: #fff;
  padding-bottom: 30px;
  margin-bottom: 30px; }
  .thongTinKhoaHoc a.name {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    height: 40px;
    background: var(--color-main);
    padding-left: 15px;
    display: inline-block;
    width: 100%;
    font-family: "RobotoCondensed";
    color: #fff;
    font-size: 18px;
    line-height: 40px;
    text-transform: uppercase;
    overflow: hidden;
    font-weight: bold; }
  .thongTinKhoaHoc > ul.info {
    padding: 16px 16px 0 16px;
    margin-left: 0; }
    .thongTinKhoaHoc > ul.info li {
      padding: 0;
      font-family: "Roboto";
      color: #333333;
      font-size: 14px;
      line-height: 22px;
      font-weight: 400;
      margin: 9px 0; }
      .thongTinKhoaHoc > ul.info li b {
        display: block;
        width: 100%;
        font-family: "RobotoBold";
        text-transform: uppercase;
        margin-bottom: 6px; }
      .thongTinKhoaHoc > ul.info li span {
        font-weight: bold;
        margin-right: 4px;
        display: inline-block; }
        .thongTinKhoaHoc > ul.info li span.left {
          text-indent: 15px;
          background: url(images/dot2.png) no-repeat top 6px left; }
        .thongTinKhoaHoc > ul.info li span.red {
          font-size: 16px;
          color: var(--color-main);
          text-indent: 0; }
  .thongTinKhoaHoc ul li {
    padding-left: 31px;
    padding: 0;
    font-family: "Roboto";
    color: #333333;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    margin: 9px 0; }
    .thongTinKhoaHoc ul li b {
      display: block;
      width: 100%;
      font-family: "RobotoBold";
      text-transform: uppercase;
      margin-bottom: 6px; }
    .thongTinKhoaHoc ul li span {
      font-weight: bold;
      margin-right: 4px;
      display: inline-block; }
      .thongTinKhoaHoc ul li span.time {
        text-indent: 3px;
        color: #23AF4C; }
      .thongTinKhoaHoc ul li span.left {
        text-indent: 15px;
        background: url(images/dot2.png) no-repeat top 6px left; }
      .thongTinKhoaHoc ul li span.red {
        font-size: 16px;
        color: var(--color-main);
        text-indent: 0; }
  .thongTinKhoaHoc ul {
    padding: 0 16px 0 16px; }
  .thongTinKhoaHoc .info {
    margin-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px; }
  .thongTinKhoaHoc .taiKhoan {
    padding-left: 16px;
    padding-right: 16px;
    margin-bottom: 22px; }
    .thongTinKhoaHoc .taiKhoan span {
      display: inline-block;
      text-transform: uppercase;
      margin-bottom: 5px;
      font-family: "RobotoBold"; }
    .thongTinKhoaHoc .taiKhoan .noidung {
      margin-bottom: 0 !important; }
  .thongTinKhoaHoc a.dangKy {
    display: block;
    width: 187px;
    height: 45px;
    margin: 0 auto;
    font-family: "RobotoCondensed";
    color: #fff;
    font-size: 18px;
    line-height: 45px;
    text-transform: uppercase;
    text-align: center;
    background: var(--color-main);
    border-radius: 5px; }

.block_lienHe {
  padding: 15px 8px 18px 10px;
  background: var(--color-main) url(images/bg_lienhe.png) no-repeat;
  background-size: 100% 100%;
  margin-bottom: 20px; }
  .block_lienHe p {
    font-family: "RobotoCondensedBold";
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 14px; }
  .block_lienHe ul li {
    padding-left: 27px;
    font-family: "Roboto";
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    height: 24px;
    overflow: hidden;
    margin-bottom: 8px; }
    .block_lienHe ul li.phone {
      font-family: "RobotoBold";
      font-size: 18px;
      background: url(images/phone3.png) no-repeat left center; }
    .block_lienHe ul li.mail {
      background: url(images/mail2.png) no-repeat left center; }
    .block_lienHe ul li.skype {
      background: url(images/skype.png) no-repeat left center; }
    .block_lienHe ul li.facebook {
      background: url(images/facebook.png) no-repeat left center; }
    .block_lienHe ul li:last-child {
      margin-bottom: 0; }

.gocHocVien {
  margin-bottom: 20px;
  background: #fff; }
  .gocHocVien a.title {
    display: inline-block;
    width: 100%;
    height: 40px;
    padding-left: 14px;
    background: #f9f9f9;
    font-family: "RobotoCondensedBold";
    color: var(--color-main);
    font-size: 18px;
    line-height: 40px;
    overflow: hidden;
    border-bottom: solid 1px #e5e5e5;
    text-transform: uppercase; }
  .gocHocVien .wrapper {
    padding: 24px 16px 20px 16px;
    margin-top: -5px;
    background: #fff; }
    .gocHocVien .wrapper .slick-prev {
      top: -20px;
      right: 37px;
      height: 20px;
      left: initial; }
      .gocHocVien .wrapper .slick-prev:before {
        content: "\f104";
        font: normal normal normal 14px/1 FontAwesome;
        width: 20px;
        height: 20px;
        line-height: 20px;
        border-radius: 2px;
        display: inline-block;
        color: #fff;
        background: rgba(0, 0, 0, 0.2);
        transition: 0.3s; }
      .gocHocVien .wrapper .slick-prev:hover:before {
        background: #999; }
    .gocHocVien .wrapper .slick-next {
      top: -20px;
      right: 15px;
      width: 20px;
      height: 20px; }
      .gocHocVien .wrapper .slick-next:before {
        content: "\f105";
        font: normal normal normal 14px/1 FontAwesome;
        width: 20px;
        height: 20px;
        line-height: 20px;
        border-radius: 2px;
        display: inline-block;
        color: #fff;
        background: rgba(0, 0, 0, 0.2);
        transition: 0.3s; }
      .gocHocVien .wrapper .slick-next:hover:before {
        background: #999; }
    .gocHocVien .wrapper .item .khungAnh:before {
      padding-bottom: 66.12%; }

.video_right {
  margin-bottom: 20px;
  background: #fff; }
  .video_right a.title {
    display: inline-block;
    width: 100%;
    height: 40px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background: #f9f9f9;
    padding-left: 14px;
    border-bottom: solid 1px #e5e5e5;
    font-family: "RobotoCondensedBold";
    color: var(--color-main);
    font-size: 18px;
    line-height: 40px;
    overflow: hidden;
    text-transform: uppercase; }
  .video_right .item:hover .khungAnh .khungAnhCrop:before {
    background: transparent; }
  .video_right .item:hover a.name {
    color: var(--color-main); }
  .video_right .item .khungAnh .khungAnhCrop:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    background: rgba(0, 0, 0, 0.3);
    background-size: 100%;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
  .video_right .item .khungAnh .khungAnhCrop:after {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    z-index: 2;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: url(images/video.png) no-repeat;
    background-size: 100%; }
  .video_right .item a.name {
    display: inline-block;
    width: 100%;
    font-family: "Roboto";
    color: #333333;
    font-size: 15px;
    line-height: 20px;
    height: auto;
    max-height: 40px;
    overflow: hidden;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin-top: 5px; }
  .video_right .wrapper {
    padding: 24px 16px 16px 16px;
    margin-top: -5px;
    background: #fff; }
    .video_right .wrapper .slick-prev {
      top: -20px;
      right: 37px;
      height: 20px;
      left: initial; }
      .video_right .wrapper .slick-prev:before {
        content: "\f104";
        font: normal normal normal 14px/1 FontAwesome;
        width: 20px;
        height: 20px;
        line-height: 20px;
        border-radius: 2px;
        display: inline-block;
        color: #fff;
        background: rgba(0, 0, 0, 0.2);
        transition: 0.3s; }
      .video_right .wrapper .slick-prev:hover:before {
        background: #999; }
    .video_right .wrapper .slick-next {
      top: -20px;
      right: 15px;
      width: 20px;
      height: 20px; }
      .video_right .wrapper .slick-next:before {
        content: "\f105";
        font: normal normal normal 14px/1 FontAwesome;
        width: 20px;
        height: 20px;
        line-height: 20px;
        border-radius: 2px;
        display: inline-block;
        color: #fff;
        background: rgba(0, 0, 0, 0.2);
        transition: 0.3s; }
      .video_right .wrapper .slick-next:hover:before {
        background: #999; }
    .video_right .wrapper div iframe {
      width: 100%; }

.baiNoiBat, .tinDocNhieu {
  margin-bottom: 20px; }
  .baiNoiBat a.title, .tinDocNhieu a.title {
    display: inline-block;
    width: 100%;
    height: 40px;
    background: #f9f9f9;
    padding-left: 14px;
    border-bottom: solid 1px #e6e6e6;
    font-family: "RobotoCondensedBold";
    color: var(--color-main);
    font-size: 18px;
    line-height: 40px;
    overflow: hidden;
    text-transform: uppercase;
    background: #f9f9f9; }
  .baiNoiBat ul, .tinDocNhieu ul {
    background: #ffffff;
    margin-left: 0;
    padding: 0 15px;
    margin-top: -5px; }
    .baiNoiBat ul li, .tinDocNhieu ul li {
      padding: 0;
      border-bottom: solid 1px #f2f2f2; }
      .baiNoiBat ul li a, .tinDocNhieu ul li a {
        display: inline-block;
        width: 100%;
        font-family: "Roboto";
        color: #333333;
        font-size: 15px;
        line-height: 20px;
        margin-top: 18px;
        margin-bottom: 10px;
        height: auto;
        max-height: 40px;
        overflow: hidden;
        transition: 0.3s; }
        .baiNoiBat ul li a i, .tinDocNhieu ul li a i {
          margin-right: 8px;
          color: #333333;
          transition: 0.3s; }
      .baiNoiBat ul li:hover a, .tinDocNhieu ul li:hover a {
        color: var(--color-main); }
        .baiNoiBat ul li:hover a i, .tinDocNhieu ul li:hover a i {
          color: var(--color-main); }

.cauHoi {
  margin-bottom: 20px; }
  .cauHoi a.title {
    display: inline-block;
    width: 100%;
    height: 40px;
    padding-left: 14px;
    font-family: "RobotoCondensedBold";
    color: var(--color-main);
    font-size: 18px;
    line-height: 40px;
    overflow: hidden;
    text-transform: uppercase;
    background: #f9f9f9;
    border-bottom: solid 1px #e6e6e6; }
  .cauHoi ul {
    background: #fff;
    margin-left: 0;
    padding: 0 15px;
    margin-top: -5px; }
    .cauHoi ul li {
      padding: 0;
      border-bottom: solid 1px #f2f2f2;
      padding-top: 18px;
      padding-bottom: 10px; }
      .cauHoi ul li a {
        display: inline-block;
        width: 100%;
        font-family: "Roboto";
        color: #333333;
        font-size: 15px;
        line-height: 20px;
        height: auto;
        max-height: 40px;
        overflow: hidden;
        transition: 0.3s; }
        .cauHoi ul li a i {
          margin-right: 8px;
          color: #333333;
          transition: 0.3s; }
      .cauHoi ul li p {
        font-family: "Roboto";
        color: var(--color-sub);
        font-size: 15px;
        line-height: 20px;
        font-style: italic;
        height: auto;
        max-height: 40px;
        overflow: hidden; }
      .cauHoi ul li:hover a {
        color: var(--color-main); }
        .cauHoi ul li:hover a i {
          color: var(--color-main); }

.lichKhaiGiang {
  margin-bottom: 55px;
  overflow-x: auto; }
  .lichKhaiGiang table {
    min-width: 80px;
    border: solid 1px #e2e2e2; }
    .lichKhaiGiang table thead {
      background: var(--color-main); }
      .lichKhaiGiang table thead tr th {
        border-bottom: 0;
        border-right: solid 1px #e2e2e2;
        font-family: "RobotoCondensed";
        color: #fff;
        font-size: 16px;
        line-height: 50px;
        padding: 0 0 0 0;
        text-align: center;
        font-weight: initial; }
        .lichKhaiGiang table thead tr th:first-child {
          padding-left: 20px;
          text-align: left;
          width: 250px; }
        .lichKhaiGiang table thead tr th:nth-child(2) {
          width: 200px; }
    .lichKhaiGiang table tbody tr {
      cursor: pointer; }
      .lichKhaiGiang table tbody tr:nth-child(2n+2) {
        background: #f1f1f1; }
      .lichKhaiGiang table tbody tr:hover {
        background: #e2e2e2; }
        .lichKhaiGiang table tbody tr:hover td {
          border-color: #e2e2e2; }
          .lichKhaiGiang table tbody tr:hover td:first-child {
            color: var(--color-main); }
          .lichKhaiGiang table tbody tr:hover td:nth-child(6) a {
            background: var(--color-main); }
      .lichKhaiGiang table tbody tr td {
        border: solid 1px #e2e2e2;
        font-family: "Roboto";
        color: #333333;
        font-size: 15px;
        line-height: 24px;
        text-align: center;
        padding: 12px 20px 12px 20px;
        vertical-align: middle; }
        .lichKhaiGiang table tbody tr td:last-child a {
          line-height: 30px;
          border: 0;
          border-radius: 5px;
          background: var(--color-main);
          color: #fff;
          transition: 0.3s;
          width: 82px; }
          .lichKhaiGiang table tbody tr td:last-child a:hover {
            background: #999;
            color: #fff; }
        .lichKhaiGiang table tbody tr td a {
          display: inline-block;
          width: 100%;
          font-family: "Roboto";
          color: #333333;
          font-size: 14px;
          line-height: 24px;
          transition: 0.4s; }
          .lichKhaiGiang table tbody tr td a:hover {
            color: var(--color-main); }
        .lichKhaiGiang table tbody tr td:first-child {
          text-align: left;
          width: 250px; }
          .lichKhaiGiang table tbody tr td:first-child a {
            color: red; }
            .lichKhaiGiang table tbody tr td:first-child a:hover {
              text-decoration: underline !important; }
        .lichKhaiGiang table tbody tr td:nth-child(2) {
          width: 200px; }
        .lichKhaiGiang table tbody tr td:nth-child(5) {
          font-family: "RobotoCondensed";
          color: var(--color-main);
          font-size: 16px;
          line-height: 24px; }

.dangKyKhoaHoc {
  width: 830px;
  margin: 30px auto 42px auto;
  background: #fff; }
  .dangKyKhoaHoc h2 p {
    margin-top: 22px;
    margin-bottom: 15px;
    height: 38px;
    font-family: "RobotoCondensedBold";
    color: var(--color-main);
    font-size: 24px;
    line-height: 38px;
    overflow: hidden;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 5px; }
  .dangKyKhoaHoc ul {
    padding: 0 18px 0 27px;
    margin-left: 0px; }
    .dangKyKhoaHoc ul li {
      padding: 0;
      font-family: "RobotoBold";
      color: #333333;
      font-size: 15px;
      line-height: 30px;
      height: 30px;
      width: 50%;
      float: left;
      /*&:nth-child(2){
                clear:both;
            }
               &:nth-child(3){
                clear:both;
            }*/ }
      .dangKyKhoaHoc ul li:nth-child(1), .dangKyKhoaHoc ul li:nth-child(2), .dangKyKhoaHoc ul li:nth-child(3) {
        width: 50%;
        float: left; }
      .dangKyKhoaHoc ul li span {
        margin-right: 5px;
        font-family: "Roboto"; }
      .dangKyKhoaHoc ul li:nth-child(1) {
        width: 100%; }
      .dangKyKhoaHoc ul li:nth-child(5) {
        font-family: "RobotoBold";
        color: var(--color-main); }
        .dangKyKhoaHoc ul li:nth-child(5) span {
          color: #333333; }
      .dangKyKhoaHoc ul li:last-child span {
        color: #333333; }
        .dangKyKhoaHoc ul li:last-child span.red {
          color: var(--color-main);
          font-family: "RobotoBold"; }
  .dangKyKhoaHoc .formHocThu {
    background: #fff; }
    .dangKyKhoaHoc .formHocThu textarea {
      height: 166px; }
    .dangKyKhoaHoc .formHocThu .submit a.retype {
      background: #999; }
      .dangKyKhoaHoc .formHocThu .submit a.retype:hover {
        background: var(--color-main); }

#tinTuc {
  padding: 40px 0 77px 0;
  background: #f1f1f1; }
  #tinTuc .content_left {
    background: #fff;
    padding: 25px 30px 30px 30px; }
  #tinTuc h1 {
    display: inline-block;
    font-family: "RobotoCondensedBold";
    color: var(--color-main);
    font-size: 30px;
    line-height: 31px;
    overflow: hidden;
    margin-bottom: 17px; }
    #tinTuc h1 a.title {
      display: inline-block;
      font-family: "RobotoCondensedBold";
      color: var(--color-main);
      font-size: 30px;
      line-height: 31px;
      overflow: hidden;
      margin-bottom: 17px; }
  #tinTuc h1.title.ct {
    font-family: "RobotoCondensedBold";
    color: var(--color-main);
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 10px;
    margin-top: 0; }
  #tinTuc .noidung {
    margin-bottom: 20px; }
  #tinTuc .listTinTuc .item {
    margin-bottom: 30px; }
    #tinTuc .listTinTuc .item .khungAnh:before {
      padding-bottom: 38.72%; }
    #tinTuc .listTinTuc .item .khungAnh .khungAnhCrop {
      border-radius: 5px; }
    #tinTuc .listTinTuc .item .outer a.name {
      display: inline-block;
      width: 100%;
      height: 21px;
      font-family: "RobotoBold";
      color: #333333;
      font-size: 18px;
      line-height: 21px;
      overflow: hidden;
      margin-bottom: 7px;
      margin-top: 17px;
      transition: 0.4s; }
      #tinTuc .listTinTuc .item .outer a.name:hover {
        color: var(--color-main); }
    #tinTuc .listTinTuc .item .outer p {
      font-family: "Roboto";
      color: #333333;
      font-size: 15px;
      line-height: 21px;
      height: auto;
      max-height: 63px;
      overflow: hidden;
      margin-bottom: 23px; }
    #tinTuc .listTinTuc .item .outer a.more {
      display: inline-block;
      width: 103px;
      height: 32px;
      background: var(--color-main);
      font-family: "RobotoCondensed";
      color: #fff;
      font-size: 14px;
      line-height: 32px;
      text-transform: uppercase;
      text-align: center;
      border-radius: 5px;
      transition: 0.3s; }
      #tinTuc .listTinTuc .item .outer a.more:hover {
        background: #999;
        color: #fff; }
  #tinTuc #phantrang {
    margin-top: 8px; }

#phuongPhapHoc {
  padding: 80px 0;
  background: #424242; }
  #phuongPhapHoc a.name {
    font-family: "RobotoCondensedBold";
    color: #fff;
    font-size: 30px;
    line-height: 42px;
    height: 42px;
    text-align: center;
    display: inline-block;
    margin-bottom: 8px;
    overflow: hidden;
    width: 100%;
    text-transform: uppercase;
    transition: .3s; }
    #phuongPhapHoc a.name:hover {
      color: var(--color-main); }
  #phuongPhapHoc p.description {
    font-family: "Roboto";
    color: #ccc;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    padding: 0 140px;
    margin-bottom: 30px; }
  #phuongPhapHoc .listItem {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap; }
    #phuongPhapHoc .listItem .item .khungAnh {
      overflow: hidden; }
      #phuongPhapHoc .listItem .item .khungAnh:hover .khungAnhCrop {
        transform: scale(1.1); }
      #phuongPhapHoc .listItem .item .khungAnh .khungAnhCrop {
        transition: 0.6s; }
      #phuongPhapHoc .listItem .item .khungAnh:before {
        padding-bottom: 105%; }
    #phuongPhapHoc .listItem .item .outer {
      background: #fff;
      display: flex;
      justify-content: flex-start;
      flex-direction: row;
      flex-wrap: wrap; }
    #phuongPhapHoc .listItem .item a.title {
      display: inline-block;
      width: 100%;
      font-family: "RobotoBold";
      color: #333333;
      font-size: 18px;
      line-height: 20px;
      margin-top: 25px;
      height: auto;
      max-height: 40px;
      text-align: center;
      padding: 0 20px;
      margin-bottom: 4px;
      transition: 0.3s; }
      #phuongPhapHoc .listItem .item a.title:hover {
        color: var(--color-main); }
    #phuongPhapHoc .listItem .item p {
      font-family: "Roboto";
      color: var(--color-sub);
      font-size: 15px;
      line-height: 20px;
      height: 80px;
      margin-bottom: 37px;
      text-align: center;
      padding: 0 35px;
      overflow: hidden; }

#phantrang .SplitPages {
  float: right; }
  #phantrang .SplitPages a {
    border: 0;
    background: #e7e7e7;
    color: #333333;
    margin-right: 6px; }
    #phantrang .SplitPages a:hover, #phantrang .SplitPages a.hientai {
      color: #fff;
      background: var(--color-main); }

.danhMuc, .khoaHoc_right {
  margin-bottom: 20px; }
  .danhMuc a.title, .khoaHoc_right a.title {
    display: inline-block;
    width: 100%;
    background: var(--color-main);
    height: 40px;
    font-family: "RobotoCondensedBold";
    color: #fff;
    font-size: 18px;
    line-height: 40px;
    text-transform: uppercase;
    padding-bottom: 6px;
    position: relative;
    padding: 0 15px;
    border-bottom: solid 1px #e5e5e5; }
  .danhMuc ul li, .khoaHoc_right ul li {
    height: 40px; }
    .danhMuc ul li a, .khoaHoc_right ul li a {
      height: 40px;
      display: inline-block;
      width: 100%;
      font-family: "RobotoBold";
      color: var(--color-sub);
      font-size: 16px;
      line-height: 40px;
      overflow: hidden;
      border-bottom: solid 1px #ececec;
      transition: 0.4s;
      background: #ffffff;
      padding: 0 15px; }
      .danhMuc ul li a:hover, .khoaHoc_right ul li a:hover {
        color: var(--color-main); }

#tinLienQuan {
  margin-top: 35px;
  position: relative; }
  #tinLienQuan:before {
    content: "";
    position: absolute;
    top: -20px;
    left: -30px;
    height: 20px;
    width: calc(100% + 60px);
    background: #f1f1f1;
    z-index: 3; }
  #tinLienQuan a.title {
    display: inline-block;
    font-family: "RobotoCondensedBold";
    color: var(--color-main);
    font-size: 30px;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    width: 100%;
    margin: 26px 0 20px 0; }
  #tinLienQuan .listTinTuc .slick-prev {
    left: initial;
    right: 33px;
    top: -24px;
    width: 30px;
    height: 30px;
    margin-top: -21px;
    z-index: 100; }
    #tinLienQuan .listTinTuc .slick-prev:before {
      content: "\f053";
      font: normal normal normal 12px/1 FontAwesome;
      width: 30px;
      height: 30px;
      line-height: 30px;
      border-radius: 5px;
      display: inline-block;
      color: #fff;
      background: #cccccc;
      transition: 0.3s; }
    #tinLienQuan .listTinTuc .slick-prev:hover:before {
      background: #999; }
  #tinLienQuan .listTinTuc .slick-next {
    right: 0;
    top: -24px;
    width: 30px;
    height: 30px;
    margin-top: -21px;
    z-index: 100; }
    #tinLienQuan .listTinTuc .slick-next:before {
      content: "\f054";
      font: normal normal normal 12px/1 FontAwesome;
      width: 30px;
      height: 30px;
      line-height: 30px;
      border-radius: 5px;
      display: inline-block;
      color: #fff;
      background: #cccccc;
      transition: 0.3s; }
    #tinLienQuan .listTinTuc .slick-next:hover:before {
      background: #999; }
  #tinLienQuan .listTinTuc .slick-list {
    margin: 0 -12px; }
  #tinLienQuan .listTinTuc .item {
    margin: 0 12px; }
    #tinLienQuan .listTinTuc .item .khungAnh:before {
      padding-bottom: 64.45%; }
    #tinLienQuan .listTinTuc .item .outer a.name {
      height: 42px; }
    #tinLienQuan .listTinTuc .item .outer p.info {
      margin-bottom: 15px; }

#cauHoi {
  padding: 40px 0 55px 0;
  background: #f1f1f1; }
  #cauHoi .content_left {
    background: #fff;
    padding: 30px; }
  #cauHoi h1 {
    display: inline-block;
    font-family: "RobotoCondensedBold";
    color: var(--color-main);
    font-size: 30px;
    line-height: 31px;
    overflow: hidden;
    margin-bottom: 22px; }
    #cauHoi h1 a.title {
      display: inline-block;
      height: 31px;
      font-family: "RobotoCondensedBold";
      color: var(--color-main);
      font-size: 30px;
      line-height: 31px;
      overflow: hidden;
      margin-bottom: 17px; }
  #cauHoi .listCauHoi .item {
    margin-bottom: 2px;
    position: relative; }
    #cauHoi .listCauHoi .item span.icon {
      display: inline-block;
      height: 40px;
      width: 40px;
      position: absolute;
      top: 0;
      right: 0;
      cursor: pointer;
      transition: 0.4s; }
      #cauHoi .listCauHoi .item span.icon:before {
        content: "\f107";
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font: normal normal normal 22px/1 FontAwesome;
        color: #333333; }
      #cauHoi .listCauHoi .item span.icon.actived:before {
        content: "\f106";
        color: #fff; }
    #cauHoi .listCauHoi .item .wrapper_name {
      background: #f1f1f1; }
      #cauHoi .listCauHoi .item .wrapper_name.actived {
        background: var(--color-main); }
    #cauHoi .listCauHoi .item a.name {
      display: inline-block;
      width: 100%;
      font-family: "RobotoBold";
      color: #333333;
      font-size: 16px;
      line-height: 40px;
      height: auto;
      overflow: hidden;
      padding-left: 12px;
      transition: 0.2s;
      width: calc(100% - 40px); }
      #cauHoi .listCauHoi .item a.name.actived {
        color: #fff; }
    #cauHoi .listCauHoi .item div.traLoi {
      font-family: "Roboto";
      color: #333333;
      font-size: 15px;
      line-height: 24px;
      border: solid 1px #e2e2e2;
      border-top: 0;
      padding: 12px 12px 20px 12px;
      display: none;
      background: #fff; }
      #cauHoi .listCauHoi .item div.traLoi.actived {
        display: block; }

.formGuiCauHoi {
  padding: 32px 30px 42px 30px;
  background: #f1f1f1;
  margin-bottom: 30px;
  margin-top: 30px;
  width: 100%; }
  .formGuiCauHoi:after {
    content: "";
    display: block;
    clear: both; }
  .formGuiCauHoi p {
    height: 29px;
    font-family: "RobotoBold";
    color: var(--color-main);
    font-size: 24px;
    line-height: 29px;
    text-transform: uppercase;
    text-align: center;
    overflow: hidden;
    width: 100%;
    margin-bottom: 26px; }
  .formGuiCauHoi input {
    height: 40px;
    border: solid 1px #e2e2e2;
    border-radius: 5px;
    margin-bottom: 14px;
    font-family: "Roboto";
    color: #333333;
    font-size: 14px;
    line-height: 40px;
    padding-left: 10px;
    width: calc((100% - 20px)/2);
    float: left;
    background: #fff; }
    .formGuiCauHoi input::placeholder {
      font-family: "Roboto";
      color: #333333;
      font-size: 14px;
      line-height: 34px; }
    .formGuiCauHoi input:first-of-type {
      margin-right: 20px; }
  .formGuiCauHoi textarea {
    width: 100%;
    padding: 10px;
    height: 160px;
    border-radius: 5px;
    margin-bottom: 10px;
    border: solid 1px #e2e2e2;
    font-family: "Roboto";
    color: #333333;
    font-size: 14px;
    line-height: 28px; }
    .formGuiCauHoi textarea::placeholder {
      font-family: "Roboto";
      color: #333333;
      font-size: 14px;
      line-height: 28px; }
  .formGuiCauHoi .submit {
    margin-top: -2px;
    display: flex;
    justify-content: center;
    flex-direction: row; }
    .formGuiCauHoi .submit a {
      width: 133px;
      height: 34px;
      text-align: center;
      text-transform: uppercase;
      font-family: "RobotoCondensedBold";
      color: #fff;
      font-size: 14px;
      line-height: 34px;
      border-radius: 5px;
      display: inline-block;
      background: var(--color-main);
      transition: 0.3s; }
      .formGuiCauHoi .submit a.retype {
        background: #999999; }
        .formGuiCauHoi .submit a.retype:hover {
          background: var(--color-main); }
      .formGuiCauHoi .submit a:hover {
        background: #999; }
      .formGuiCauHoi .submit a.gui {
        margin-right: 20px; }

#lienHe {
  padding: 30px 0;
  background: #f1f1f1; }
  #lienHe .container .row {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    background: #fff;
    padding: 35px 40px 40px 40px; }
    #lienHe .container .row.second {
      background: #f1f1f1; }
    #lienHe .container .row p.title {
      height: 24px;
      font-family: "RobotoCondensedBold";
      color: var(--color-main);
      font-size: 20px;
      line-height: 24px;
      text-transform: uppercase; }
    #lienHe .container .row .left {
      width: 480px;
      margin-right: 30px; }
      #lienHe .container .row .left ul.info {
        margin-top: 3px;
        margin-bottom: 20px; }
        #lienHe .container .row .left ul.info li {
          font-family: "Roboto";
          color: #333333;
          font-size: 14px;
          line-height: 23px; }
      #lienHe .container .row .left .block_form .item_form {
        margin-bottom: 8px; }
        #lienHe .container .row .left .block_form .item_form:first-of-type {
          margin-top: 10px; }
        #lienHe .container .row .left .block_form .item_form input,
        #lienHe .container .row .left .block_form .item_form textarea,
        #lienHe .container .row .left .block_form .item_form select {
          width: 100%;
          outline: 0;
          height: 38px;
          line-height: 4238px;
          padding-left: 10px;
          font-family: "Roboto";
          color: #333333;
          font-size: 14px;
          line-height: 38px;
          border: solid 1px #cbcbcb; }
          #lienHe .container .row .left .block_form .item_form input::placeholder,
          #lienHe .container .row .left .block_form .item_form textarea::placeholder,
          #lienHe .container .row .left .block_form .item_form select::placeholder {
            font-family: "Roboto";
            color: #333333;
            font-size: 15px;
            line-height: 38px; }
        #lienHe .container .row .left .block_form .item_form textarea {
          height: 120px; }
      #lienHe .container .row .left .block_form .item_form.submit {
        margin-top: 8px; }
        #lienHe .container .row .left .block_form .item_form.submit a {
          height: 40px;
          font-family: "RobotoBold";
          color: #fff;
          font-size: 16px;
          line-height: 40px;
          text-transform: uppercase;
          display: inline-block;
          border-radius: 5px;
          transition: 0.3s; }
        #lienHe .container .row .left .block_form .item_form.submit a.guiLienHe {
          width: calc((100% - 7px)/2);
          margin-right: 7px;
          float: left;
          background: var(--color-main);
          text-align: center; }
          #lienHe .container .row .left .block_form .item_form.submit a.guiLienHe:hover {
            background: #d1d1d1; }
        #lienHe .container .row .left .block_form .item_form.submit a.nhapLai {
          width: calc((100% - 7px)/2);
          float: left;
          background: #d1d1d1;
          text-align: center;
          position: relative; }
          #lienHe .container .row .left .block_form .item_form.submit a.nhapLai:hover {
            background: var(--color-main); }
    #lienHe .container .row .right {
      width: calc(100% - 480px - 30px); }
      #lienHe .container .row .right #map2 {
        margin-top: 17px; }
        #lienHe .container .row .right #map2 #map_canvas {
          height: 490px; }

#hocVienCu {
  padding: 30px 0;
  background: #f1f1f1; }
  #hocVienCu .container .row {
    /*display: flex;
            justify-content: flex-start;
            flex-direction: row*/
    display: block; }
    #hocVienCu .container .row .content_left {
      background: #fff;
      padding: 30px; }
      #hocVienCu .container .row .content_left #phantrang {
        margin: 30px 0;
        float: none; }
      #hocVienCu .container .row .content_left h1.title {
        font-family: "RobotoCondensedBold";
        color: var(--color-main);
        font-size: 30px;
        line-height: 39px; }
      #hocVienCu .container .row .content_left div.title.ct {
        font-family: "RobotoCondensedBold";
        color: var(--color-main);
        font-size: 30px;
        line-height: 39px;
        display: none; }
      #hocVienCu .container .row .content_left h2 a {
        height: 30px;
        font-family: "RobotoCondensedBold";
        color: var(--color-main);
        font-size: 30px;
        line-height: 30px;
        margin-bottom: 10px;
        margin-top: 0; }
      #hocVienCu .container .row .content_left .listHocVien {
        margin-top: 25px; }
        #hocVienCu .container .row .content_left .listHocVien .item {
          padding: 17px 15px;
          border: solid 1px #e9e9e9;
          margin-bottom: 30px;
          display: flex;
          justify-content: flex-start;
          flex-direction: row;
          background: #ffffff;
          transition: 0.3s; }
          #hocVienCu .container .row .content_left .listHocVien .item:last-child {
            margin-bottom: 0; }
          #hocVienCu .container .row .content_left .listHocVien .item:hover {
            background: #f8f8f8;
            cursor: pointer; }
          #hocVienCu .container .row .content_left .listHocVien .item .khungAnh {
            width: 287px;
            margin-right: 23px; }
            #hocVienCu .container .row .content_left .listHocVien .item .khungAnh:before {
              padding-bottom: 77.70%; }
          #hocVienCu .container .row .content_left .listHocVien .item .outer {
            width: calc(100% - 287px - 23px); }
            #hocVienCu .container .row .content_left .listHocVien .item .outer p.name, #hocVienCu .container .row .content_left .listHocVien .item .outer a.name {
              font-family: "RobotoBold";
              color: #333333;
              font-size: 20px;
              line-height: 24px;
              margin-top: 4px;
              height: 24px;
              overflow: hidden;
              transition: 0.4s;
              display: inline-block; }
              #hocVienCu .container .row .content_left .listHocVien .item .outer p.name:hover, #hocVienCu .container .row .content_left .listHocVien .item .outer a.name:hover {
                color: var(--color-main); }
            #hocVienCu .container .row .content_left .listHocVien .item .outer p.khoa {
              font-family: "Roboto";
              color: #333333;
              font-size: 14px;
              line-height: 24px;
              height: 24px;
              overflow: hidden;
              margin-bottom: 12px; }
            #hocVienCu .container .row .content_left .listHocVien .item .outer p.info {
              font-family: "Roboto";
              color: #333333;
              font-size: 15px;
              line-height: 24px;
              height: auto;
              overflow: hidden;
              max-height: 96px;
              margin-bottom: 20px; }
            #hocVienCu .container .row .content_left .listHocVien .item .outer a.more {
              display: inline-block;
              width: 103px;
              height: 32px;
              background: var(--color-main);
              font-family: "Roboto";
              color: #fff;
              font-size: 14px;
              line-height: 32px;
              text-transform: uppercase;
              text-align: center;
              border-radius: 5px;
              transition: 0.3s; }
              #hocVienCu .container .row .content_left .listHocVien .item .outer a.more:hover {
                background: var(--color-sub);
                color: #f4f4f4; }
      #hocVienCu .container .row .content_left .camNhanKhac {
        margin-top: 35px;
        position: relative; }
        #hocVienCu .container .row .content_left .camNhanKhac:before {
          content: "";
          position: absolute;
          top: -20px;
          left: -30px;
          height: 20px;
          width: calc(100% + 60px);
          background: #f1f1f1;
          z-index: 3; }
        #hocVienCu .container .row .content_left .camNhanKhac > a.name {
          font-family: "RobotoCondensedBold";
          color: var(--color-main);
          font-size: 30px;
          line-height: 39px;
          margin: 26px 0 20px 0;
          transition: 0.3s;
          overflow: hidden;
          width: 80%;
          display: inline-block; }
          #hocVienCu .container .row .content_left .camNhanKhac > a.name:hover {
            color: var(--color-sub); }
        #hocVienCu .container .row .content_left .camNhanKhac .listHocVien {
          margin-top: 0; }
          #hocVienCu .container .row .content_left .camNhanKhac .listHocVien .slick-list {
            margin: 0 -12px; }
          #hocVienCu .container .row .content_left .camNhanKhac .listHocVien .slick-prev {
            left: initial;
            right: 33px;
            top: -24px;
            width: 30px;
            height: 30px;
            margin-top: -21px;
            z-index: 100; }
            #hocVienCu .container .row .content_left .camNhanKhac .listHocVien .slick-prev:before {
              content: "\f053";
              font: normal normal normal 12px/1 FontAwesome;
              width: 30px;
              height: 30px;
              line-height: 30px;
              border-radius: 5px;
              display: inline-block;
              color: #fff;
              background: #cccccc;
              transition: 0.3s; }
            #hocVienCu .container .row .content_left .camNhanKhac .listHocVien .slick-prev:hover:before {
              background: #999; }
          #hocVienCu .container .row .content_left .camNhanKhac .listHocVien .slick-next {
            right: 0;
            top: -24px;
            width: 30px;
            height: 30px;
            margin-top: -21px;
            z-index: 100; }
            #hocVienCu .container .row .content_left .camNhanKhac .listHocVien .slick-next:before {
              content: "\f054";
              font: normal normal normal 12px/1 FontAwesome;
              width: 30px;
              height: 30px;
              line-height: 30px;
              border-radius: 5px;
              display: inline-block;
              color: #fff;
              background: #cccccc;
              transition: 0.3s; }
            #hocVienCu .container .row .content_left .camNhanKhac .listHocVien .slick-next:hover:before {
              background: #999; }
          #hocVienCu .container .row .content_left .camNhanKhac .listHocVien .item {
            flex-direction: column;
            padding: 0 0 1px 0;
            border: 0;
            margin: 0 12px; }
            #hocVienCu .container .row .content_left .camNhanKhac .listHocVien .item:hover {
              background: #fff; }
            #hocVienCu .container .row .content_left .camNhanKhac .listHocVien .item .khungAnh {
              width: 100%;
              margin-right: 0; }
            #hocVienCu .container .row .content_left .camNhanKhac .listHocVien .item .outer {
              width: 100%; }
              #hocVienCu .container .row .content_left .camNhanKhac .listHocVien .item .outer p.name {
                margin-top: 8px; }
              #hocVienCu .container .row .content_left .camNhanKhac .listHocVien .item .outer p.khoa {
                margin-bottom: 0; }
              #hocVienCu .container .row .content_left .camNhanKhac .listHocVien .item .outer p.info {
                max-height: 72px; }
              #hocVienCu .container .row .content_left .camNhanKhac .listHocVien .item .outer a.more {
                color: #333;
                background: #fff;
                border: solid 1px #999999;
                transition: 0.3s; }
                #hocVienCu .container .row .content_left .camNhanKhac .listHocVien .item .outer a.more:hover {
                  background: var(--color-main);
                  border: 0;
                  color: #fff; }
      #hocVienCu .container .row .content_left .formHocThu {
        padding: 22px 30px 44px 30px; }
        #hocVienCu .container .row .content_left .formHocThu .left {
          width: calc((100% - 20px)/2);
          margin-right: 20px; }
        #hocVienCu .container .row .content_left .formHocThu .right {
          width: calc((100% - 20px)/2); }
          #hocVienCu .container .row .content_left .formHocThu .right input {
            margin-right: 14px; }
          #hocVienCu .container .row .content_left .formHocThu .right img {
            margin-right: 14px;
            height: 32px; }
        #hocVienCu .container .row .content_left .formHocThu p {
          margin-bottom: 30px; }
        #hocVienCu .container .row .content_left .formHocThu textarea {
          height: 160px; }
        #hocVienCu .container .row .content_left .formHocThu .submit {
          margin-top: 0; }
      #hocVienCu .container .row .content_left p.name {
        font-family: "RobotoCondensedBold";
        color: var(--color-main);
        font-size: 30px;
        line-height: 39px;
        overflow: hidden;
        margin-bottom: 3px; }
      #hocVienCu .container .row .content_left p.khoa {
        font-family: "Roboto";
        color: #333333;
        font-size: 16px;
        line-height: 24px;
        height: auto;
        margin-bottom: 12px; }
      #hocVienCu .container .row .content_left .thongke {
        margin: 15px 0; }
      #hocVienCu .container .row .content_left .content_camNhan p.name {
        font-family: "RobotoCondensedBold";
        color: var(--color-main);
        font-size: 30px;
        line-height: 39px;
        height: 39px;
        overflow: hidden;
        margin-bottom: 3px; }
      #hocVienCu .container .row .content_left .content_camNhan p.khoa {
        font-family: "Roboto";
        color: #333333;
        font-size: 16px;
        line-height: 24px;
        height: 24px;
        overflow: hidden;
        margin-bottom: 12px; }

.guiThanhCong {
  width: 630px;
  margin: 0 auto 1px auto;
  padding: 35px 0;
  background: #fff;
  border-radius: 25px; }
  .guiThanhCong span.success {
    width: 80px;
    height: 80px;
    display: block;
    border-radius: 50%;
    background: var(--color-main);
    margin: 0 auto;
    margin-bottom: 16px; }
    .guiThanhCong span.success i {
      color: #fff;
      display: inline-block;
      width: 80px;
      height: 80px;
      line-height: 80px;
      text-align: center;
      font-size: 40px; }
  .guiThanhCong p {
    text-align: center; }
    .guiThanhCong p:nth-of-type(1) {
      font-family: "RobotoBold";
      color: #000;
      font-size: 30px;
      line-height: 30px; }
      .guiThanhCong p:nth-of-type(1):first-letter {
        text-transform: uppercase; }
    .guiThanhCong p:nth-of-type(2) {
      font-family: "Roboto";
      color: #000;
      font-size: 15px;
      line-height: 39px;
      margin-bottom: 2px;
      margin-bottom: 7px; }
    .guiThanhCong p:nth-of-type(3) {
      font-family: "Roboto";
      color: #333333;
      font-size: 15px;
      line-height: 22px;
      margin-bottom: 25px;
      padding: 0 30px; }
      .guiThanhCong p:nth-of-type(3) span {
        font-family: "RobotoBold";
        color: var(--color-main);
        font-size: 15px;
        line-height: 22px; }
  .guiThanhCong a {
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    width: 180px;
    height: 37px;
    font-family: "RobotoBold";
    color: #fff;
    font-size: 15px;
    line-height: 37px;
    background: var(--color-main);
    margin: 0 auto;
    display: flex;
    justify-content: center;
    border-radius: 5px;
    transition: 0.3s; }
    .guiThanhCong a:hover {
      background: #999;
      color: #fff; }

#baiHoc {
  padding: 40px 0 60px 0;
  background: #f1f1f1; }
  #baiHoc h1 {
    font-family: "RobotoCondensedBold";
    color: var(--color-main);
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 32px; }
    #baiHoc h1 a {
      font-family: "RobotoCondensedBold";
      color: var(--color-main);
      font-size: 30px;
      line-height: 30px;
      margin-bottom: 32px; }
  #baiHoc h1.title {
    font-family: "RobotoCondensedBold";
    color: var(--color-main);
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 32px; }
  #baiHoc h1.title.ct {
    font-family: "RobotoCondensedBold";
    color: var(--color-main);
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 13px;
    margin-top: 0; }
  #baiHoc .content_left {
    padding: 30px;
    background: #fff; }
  #baiHoc .thongke {
    margin-top: 0; }
  #baiHoc .noidung {
    margin-bottom: 20px; }
  #baiHoc #comment_facebook {
    margin-bottom: 50px; }
  #baiHoc .khungVideo {
    position: relative;
    z-index: 1; }
    #baiHoc .khungVideo:before {
      content: "";
      display: block;
      padding-bottom: 56.25%; }
    #baiHoc .khungVideo iframe {
      display: inline-block;
      height: 100%;
      left: 0;
      overflow: hidden;
      position: absolute;
      text-align: center;
      top: 0;
      width: 100%;
      z-index: 1; }
  #baiHoc .listBaiHoc .item {
    width: calc((100% - 60px)/3);
    margin-right: 30px;
    margin-bottom: 35px;
    float: left; }
    #baiHoc .listBaiHoc .item:hover .khungAnh .khungAnhCrop:before {
      background: transparent; }
    #baiHoc .listBaiHoc .item .khungAnh:before {
      padding-bottom: 56.76%; }
    #baiHoc .listBaiHoc .item .khungAnh .khungAnhCrop:before {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      z-index: 2;
      background: rgba(0, 0, 0, 0.3);
      background-size: 100%;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }
    #baiHoc .listBaiHoc .item .khungAnh .khungAnhCrop:after {
      content: "";
      position: absolute;
      width: 40px;
      height: 40px;
      z-index: 2;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      background: url(images/video.png) no-repeat;
      background-size: 100%; }
    #baiHoc .listBaiHoc .item:nth-child(3n+3) {
      margin-right: 0; }
    #baiHoc .listBaiHoc .item .outer a.name {
      display: inline-block;
      width: 100%;
      margin: 7px 0 12px 0;
      font-family: "RobotoBold";
      color: #333333;
      font-size: 16px;
      line-height: 20px;
      height: auto;
      overflow: hidden;
      transition: 0.5s; }
      #baiHoc .listBaiHoc .item .outer a.name:hover {
        color: var(--color-main); }
    #baiHoc .listBaiHoc .item .outer p.info {
      font-family: "Roboto";
      color: #333333;
      font-size: 14px;
      line-height: 22px;
      max-height: 66px;
      overflow: hidden; }
      #baiHoc .listBaiHoc .item .outer p.info a.more {
        font-family: "Roboto";
        color: #ff5151;
        font-size: 14px;
        line-height: 22px;
        transition: 0.3s; }
        #baiHoc .listBaiHoc .item .outer p.info a.more:hover {
          color: var(--color-sub); }
          #baiHoc .listBaiHoc .item .outer p.info a.more:hover i {
            color: var(--color-sub); }
        #baiHoc .listBaiHoc .item .outer p.info a.more i {
          color: #ff5151;
          margin-left: 4px;
          transition: 0.3s; }
  #baiHoc #phantrang {
    display: flex;
    justify-content: center; }
    #baiHoc #phantrang .SplitPages {
      float: none;
      display: block;
      margin: 0 auto; }

.baiHocKhac {
  margin-top: 20px; }
  .baiHocKhac a.title {
    height: 34px;
    display: inline-block;
    overflow: hidden;
    width: 100%;
    font-family: "RobotoCondensedBold";
    color: var(--color-main);
    font-size: 30px;
    line-height: 34px;
    margin: 26px 0 20px; }
  .baiHocKhac .listBaiHocKhac .slick-prev {
    left: initial;
    width: 30px;
    height: 30px;
    top: -42px;
    right: 33px; }
    .baiHocKhac .listBaiHocKhac .slick-prev:before {
      content: "\f053";
      font: normal normal normal 14px/1 FontAwesome;
      width: 30px;
      height: 30px;
      line-height: 30px;
      border-radius: 5px;
      display: inline-block;
      color: #fff;
      background: #ccc;
      transition: 0.3s;
      opacity: 1; }
    .baiHocKhac .listBaiHocKhac .slick-prev:hover:before {
      background: #999; }
  .baiHocKhac .listBaiHocKhac .slick-next {
    top: -42px;
    right: 0;
    width: 30px;
    height: 30px; }
    .baiHocKhac .listBaiHocKhac .slick-next:before {
      content: "\f054";
      font: normal normal normal 14px/1 FontAwesome;
      width: 30px;
      height: 30px;
      line-height: 30px;
      border-radius: 5px;
      display: inline-block;
      color: #fff;
      background: #ccc;
      transition: 0.3s;
      opacity: 1; }
    .baiHocKhac .listBaiHocKhac .slick-next:hover:before {
      background: #999; }
  .baiHocKhac .listBaiHocKhac .slick-list {
    margin: 0 -12px; }
  .baiHocKhac .listBaiHocKhac .item {
    margin: 0 12px; }
    .baiHocKhac .listBaiHocKhac .item:hover .khungAnh .khungAnhCrop:before {
      background: transparent; }
    .baiHocKhac .listBaiHocKhac .item:hover .outer a.name {
      color: var(--color-main); }
    .baiHocKhac .listBaiHocKhac .item .khungAnh:before {
      padding-bottom: 56.76%; }
    .baiHocKhac .listBaiHocKhac .item .khungAnh .khungAnhCrop:before {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      z-index: 2;
      background: rgba(0, 0, 0, 0.3);
      background-size: 100%;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }
    .baiHocKhac .listBaiHocKhac .item .khungAnh .khungAnhCrop:after {
      content: "";
      position: absolute;
      width: 40px;
      height: 40px;
      z-index: 2;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      background: url(images/video.png) no-repeat;
      background-size: 100%; }
    .baiHocKhac .listBaiHocKhac .item .outer a.name {
      display: inline-block;
      width: 100%;
      margin: 7px 0 12px 0;
      font-family: "RobotoBold";
      color: #333333;
      font-size: 16px;
      line-height: 20px;
      height: 40px;
      overflow: hidden;
      transition: 0.5s; }
    .baiHocKhac .listBaiHocKhac .item .outer p.info {
      font-family: "Roboto";
      color: #333333;
      font-size: 14px;
      line-height: 22px;
      height: 66px;
      overflow: hidden;
      margin-bottom: 17px; }
      .baiHocKhac .listBaiHocKhac .item .outer p.info a.more {
        font-family: "Roboto";
        color: #ff5151;
        font-size: 14px;
        line-height: 32px; }
        .baiHocKhac .listBaiHocKhac .item .outer p.info a.more i {
          color: #ff5151;
          margin-left: 4px; }
    .baiHocKhac .listBaiHocKhac .item .outer a.more {
      display: block;
      width: 104px;
      height: 32px;
      font-family: "RobotoCondensed";
      color: gray;
      font-size: 14px;
      line-height: 32px;
      text-align: center;
      background: #fff;
      border: solid 1px #999999;
      text-transform: uppercase;
      border-radius: 5px;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      margin-bottom: 15px; }
      .baiHocKhac .listBaiHocKhac .item .outer a.more:hover {
        background: var(--color-main);
        color: #fff;
        border: 0; }

.baiHocKhac {
  margin-top: 20px;
  position: relative; }
  .baiHocKhac:before {
    content: "";
    position: absolute;
    top: -20px;
    left: -30px;
    height: 20px;
    width: calc(100% + 60px);
    background: #f1f1f1;
    z-index: 3; }
  .baiHocKhac a.title {
    height: 34px;
    display: inline-block;
    overflow: hidden;
    width: 100%;
    font-family: "RobotoCondensedBold";
    color: var(--color-main);
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 20px; }
  .baiHocKhac .listBaiHocKhac .item:hover .khungAnh .khungAnhCrop:before {
    background: transparent; }
  .baiHocKhac .listBaiHocKhac .item:hover .outer a.name {
    color: var(--color-main); }
  .baiHocKhac .listBaiHocKhac .item .khungAnh:before {
    padding-bottom: 56.76%; }
  .baiHocKhac .listBaiHocKhac .item .khungAnh .khungAnhCrop:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    background: rgba(0, 0, 0, 0.3);
    background-size: 100%;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
  .baiHocKhac .listBaiHocKhac .item .khungAnh .khungAnhCrop:after {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    z-index: 2;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: url(images/video.png) no-repeat;
    background-size: 100%; }
  .baiHocKhac .listBaiHocKhac .item .outer a.name {
    display: inline-block;
    width: 100%;
    margin: 7px 0 12px 0;
    font-family: "RobotoBold";
    color: #333333;
    font-size: 16px;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    transition: 0.5s; }
  .baiHocKhac .listBaiHocKhac .item .outer p.info {
    font-family: "Roboto";
    color: #333333;
    font-size: 14px;
    line-height: 22px;
    height: 98px;
    overflow: hidden;
    margin-bottom: 0; }
    .baiHocKhac .listBaiHocKhac .item .outer p.info a.more {
      font-family: "Roboto";
      color: #ff5151;
      font-size: 14px;
      line-height: 32px;
      transition: 0.3s;
      display: inline-block; }
      .baiHocKhac .listBaiHocKhac .item .outer p.info a.more:hover {
        color: #fff;
        border: solid 1px transparent; }
        .baiHocKhac .listBaiHocKhac .item .outer p.info a.more:hover i {
          color: #fff; }
      .baiHocKhac .listBaiHocKhac .item .outer p.info a.more i {
        color: #ff5151;
        margin-left: 4px;
        transition: 0.3s; }

.clock2.flip-clock-wrapper {
  margin: 15px 0 0 0; }
  .clock2.flip-clock-wrapper .flip {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.7); }
  .clock2.flip-clock-wrapper .flip-clock-dot {
    /*display:none;*/
    left: 2px;
    top: 22px;
    width: 7px;
    background-color: #454545;
    height: 7px; }
  .clock2.flip-clock-wrapper .flip-clock-divider {
    width: 10px !important;
    height: 64px !important; }
    .clock2.flip-clock-wrapper .flip-clock-divider .flip-clock-label {
      right: -48px !important;
      font-weight: 500 !important;
      font-size: 13px !important;
      top: 50px !important;
      color: #fff;
      text-transform: uppercase; }
  .clock2.flip-clock-wrapper ul {
    width: 27px !important;
    height: 44px !important;
    margin: 1px 2px !important;
    padding: 0; }
    .clock2.flip-clock-wrapper ul:nth-child(8) {
      /*&:after{
                 display:none;
             }*/ }
    .clock2.flip-clock-wrapper ul:nth-child(2n+2) {
      /*margin-right:18px!important;*/
      position: relative;
      /*&:after{
                 content:"";
                 position:absolute;
                 width:7px;
                 height:7px;
                 border-radius:50%;
                  background-color: #414141;
                  top:20px;
                  right:-13px;
             }*/ }
    .clock2.flip-clock-wrapper ul li {
      margin: 0;
      line-height: 44px !important; }
      .clock2.flip-clock-wrapper ul li a div div.inn {
        font-size: 36px !important;
        background-color: #454545;
        color: #fff; }
  .clock2.flip-clock-wrapper .flip-clock-dot.bottom {
    display: none; }
