@font-face {
  font-family: 'UTMAurora-Regular';
  src: url("../fonts/UTM Aurora.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Roboto-Regular';
  src: url("../fonts/Roboto-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Roboto-Bold';
  src: url("../fonts/Roboto-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'UTMAurora-Regular';
  src: url("../font/UTM Aurora.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'fas';
  src: url("../fonts/fontawesome-5.11.2/webfonts/fa-brands-400.ttf") format("truetype");
  src: url("../fonts/fontawesome-5.11.2/webfonts/fa-regular-400.ttf") format("truetype");
  src: url("../fonts/fontawesome-5.11.2/webfonts/fa-solid-900.ttf") format("truetype");
  font-style: normal;
  font-weight: 400; }

h1,
h2,
h3,
h4,
h5,
h6,
p {
  padding: 0;
  margin: 0;
  line-height: 1; }

ul {
  list-style: none;
  padding: 0;
  margin: 0; }

button,
span {
  outline: none !important; }

a {
  text-decoration: none !important; }
  a:hover {
    color: #F24962; }

.mt0 {
  margin-top: 0 !important; }

.mb0 {
  margin-bottom: 0 !important; }

.mb5 {
  margin-bottom: 5px; }

.mb10 {
  margin-bottom: 10px; }

.mb15 {
  margin-bottom: 15px; }

.mb20 {
  margin-bottom: 20px; }

.mb25 {
  margin-bottom: 25px; }

.mb30 {
  margin-bottom: 30px; }

.img-cover {
  display: block;
  width: 100%;
  height: 100%; }

.img-cover img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

.img-scaledown {
  display: block;
  width: 100%;
  height: 100%; }

.img-scaledown img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
  object-fit: scale-down; }

.img-fill {
  display: block;
  width: 100%;
  height: 100%; }

.img-fill img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
  object-fit: fill; }

.img-contain {
  display: block;
  width: 100%;
  height: 100%; }

.img-contain img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain; }

.img-none {
  display: block;
  width: 100%;
  height: 100%; }

.img-none img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: none;
  object-fit: none; }

.row:before, .row:after {
  display: none !important; }

* {
  padding: 0;
  margin: 0;
  font-family: 'Roboto-Regular'; }

.container-fluid-30 {
  width: 100%;
  padding-right: 30px;
  padding-left: 30px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 1200px) {
  .container {
    max-width: 1262px; } }

#to_top {
  display: none;
  border: medium none;
  bottom: 20px;
  cursor: pointer;
  text-align: center;
  height: 30px;
  line-height: 32px;
  outline: medium none;
  padding: 0;
  position: fixed;
  right: 20px;
  width: 30px;
  z-index: 89;
  background: #f45b69; }
  #to_top svg {
    color: #fff; }

.main-content {
  margin-top: 87px;
  margin-bottom: 25px; }
  @media (max-width: 414px) {
    .main-content {
      margin-top: 0px; } }

.inner-page .main-content .main-body > .row {
  margin-left: -10px;
  margin-right: -10px; }
  .inner-page .main-content .main-body > .row .content-left {
    padding-right: 10px;
    padding-left: 10px; }
  .inner-page .main-content .main-body > .row .aside-right {
    padding-right: 10px;
    padding-left: 10px; }

.active-pc {
  display: block; }
  @media (max-width: 414px) {
    .active-pc {
      display: none; } }

.active-mb {
  display: none; }
  @media (max-width: 414px) {
    .active-mb {
      display: block; } }

h2.heading {
  font-size: 30px;
  color: #262626;
  font-family: "Roboto-Bold"; }

h3.sub-heading {
  font-size: 18px;
  color: #757575; }

.row.row-mg-10 {
  margin-left: -10px;
  margin-right: -10px; }
  .row.row-mg-10 .col-pd-10 {
    padding-right: 10px;
    padding-left: 10px; }

.sec-head {
  margin-bottom: 20px; }
  .sec-head .heading.heading-1 {
    font-size: 25px;
    font-family: "Roboto-Bold"; }

*:hover {
  -webkit-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s; }

.btn:hover {
  background-color: red;
  color: #fff !important; }

.readmore {
  color: #F24962; }
  .readmore:hover {
    text-decoration: underline !important;
    color: red; }

.video-popup .modal.show {
  padding: 0 !important; }

.video-popup .modal-lg {
  top: 10%;
  max-width: 1000px;
  margin: auto; }
  .video-popup .modal-lg .modal-content iframe {
    width: 1000px;
    height: 520px; }
    @media (max-width: 768px) {
      .video-popup .modal-lg .modal-content iframe {
        width: 750px;
        height: 390px; } }
    @media (max-width: 414px) {
      .video-popup .modal-lg .modal-content iframe {
        width: 100%;
        height: 210px; } }
    @media (max-width: 375px) {
      .video-popup .modal-lg .modal-content iframe {
        height: 185px; } }
    @media (max-width: 320px) {
      .video-popup .modal-lg .modal-content iframe {
        height: 150px; } }
  @media (max-width: 768px) {
    .video-popup .modal-lg {
      max-width: 750px; } }
  @media (max-width: 414px) {
    .video-popup .modal-lg {
      max-width: 100%; } }

.header {
  background-color: #fff;
  -webkit-box-shadow: 1px 1px 10px 1px #ccc;
  box-shadow: 1px 1px 10px 1px #ccc; }
  .header .panel-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .header .panel-head .logo .image {
      width: 100px;
      height: 50px; }
    .header .panel-head .main-menu-1 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .header .panel-head .main-menu-1 > li .title-menu {
        display: inline-block;
        position: relative;
        padding: 30px;
        text-decoration: none;
        color: #707070;
        font-size: 18px;
        font-family: "Roboto-Bold"; }
        .header .panel-head .main-menu-1 > li .title-menu:before {
          position: absolute;
          content: "";
          left: 0;
          bottom: 0;
          width: 0%;
          height: 3px;
          border-radius: 2px;
          background: transparent; }
        .header .panel-head .main-menu-1 > li .title-menu:hover {
          color: #F24962; }
          .header .panel-head .main-menu-1 > li .title-menu:hover:before {
            background: #F24962;
            width: 100%;
            -webkit-transition: width 0.5s;
            -o-transition: width 0.5s;
            transition: width 0.5s; }
        @media (max-width: 1024px) {
          .header .panel-head .main-menu-1 > li .title-menu {
            padding: 30px 15px;
            font-size: 16px; } }
        @media (max-width: 768px) {
          .header .panel-head .main-menu-1 > li .title-menu {
            padding: 30px 10px;
            font-size: 15px; } }
      .header .panel-head .main-menu-1 > li.sub-menu {
        position: relative; }
        .header .panel-head .main-menu-1 > li.sub-menu .dropdown-menu {
          margin-top: 0;
          padding: 0;
          -webkit-box-shadow: 2px 2px 5px #bbb;
          box-shadow: 2px 2px 5px #bbb;
          min-width: 200px; }
          .header .panel-head .main-menu-1 > li.sub-menu .dropdown-menu .main-menu-2 li {
            position: relative; }
            .header .panel-head .main-menu-1 > li.sub-menu .dropdown-menu .main-menu-2 li .menu-child {
              display: inline-block;
              color: #000;
              text-decoration: none;
              color: #707070;
              font-size: 16px;
              padding: 7.5px 10px;
              width: 100%; }
            .header .panel-head .main-menu-1 > li.sub-menu .dropdown-menu .main-menu-2 li:after {
              position: absolute;
              content: "";
              left: 0;
              top: 0;
              width: 3px;
              height: 0%;
              background: transparent; }
            .header .panel-head .main-menu-1 > li.sub-menu .dropdown-menu .main-menu-2 li:hover .menu-child {
              color: #F24962; }
            .header .panel-head .main-menu-1 > li.sub-menu .dropdown-menu .main-menu-2 li:hover:after {
              background: #F24962;
              height: 100%;
              -webkit-transition: height 0.5s;
              -o-transition: height 0.5s;
              transition: height 0.5s; }
            .header .panel-head .main-menu-1 > li.sub-menu .dropdown-menu .main-menu-2 li:not(:last-child) {
              border-bottom: 1px solid rgba(0, 0, 0, 0.15); }
        .header .panel-head .main-menu-1 > li.sub-menu:hover .dropdown-menu {
          display: block !important; }
      .header .panel-head .main-menu-1 > li:last-child .title-menu {
        position: relative; }
        .header .panel-head .main-menu-1 > li:last-child .title-menu input[type=text] {
          position: absolute;
          top: 100%;
          right: 0;
          width: 0px;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          border: 2px solid #ccc;
          border-radius: 4px;
          font-size: 16px;
          background-color: white;
          background-position: 10px 10px;
          background-repeat: no-repeat;
          padding: 12px 20px;
          -webkit-transition: width 0.4s ease-in-out;
          -o-transition: width 0.4s ease-in-out;
          transition: width 0.4s ease-in-out;
          opacity: 0; }
        .header .panel-head .main-menu-1 > li:last-child .title-menu:focus input[type=text],
        .header .panel-head .main-menu-1 > li:last-child .title-menu input[type=text]:focus {
          width: 300px;
          opacity: 1; }
      .header .panel-head .main-menu-1 > li.active .title-menu {
        color: #F24962; }
        .header .panel-head .main-menu-1 > li.active .title-menu:before {
          background: #F24962;
          width: 100%; }
    @media (max-width: 768px) {
      .header .panel-head .login .btn {
        font-size: 15px; } }
  @media (max-width: 414px) {
    .header {
      display: none; } }

.header-mb {
  -webkit-box-shadow: 1px 1px 10px 1px #ccc;
  box-shadow: 1px 1px 10px 1px #ccc; }
  .header-mb #menu-container .panel-head-mb {
    padding: 15px 15px 15px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .header-mb #menu-container .panel-head-mb #menu-wrapper {
      overflow: hidden;
      max-width: 100%;
      cursor: pointer; }
      .header-mb #menu-container .panel-head-mb #menu-wrapper #hamburger-menu {
        position: relative;
        width: 25px;
        height: 20px; }
        .header-mb #menu-container .panel-head-mb #menu-wrapper #hamburger-menu span {
          opacity: 1;
          left: 0;
          display: block;
          width: 100%;
          height: 2px;
          border-radius: 10px;
          color: black;
          background-color: black;
          position: absolute;
          -webkit-transform: rotate(0deg);
          -ms-transform: rotate(0deg);
          transform: rotate(0deg);
          -webkit-transition: .4s ease-in-out;
          -o-transition: .4s ease-in-out;
          transition: .4s ease-in-out; }
          .header-mb #menu-container .panel-head-mb #menu-wrapper #hamburger-menu span:nth-child(1) {
            top: 0; }
          .header-mb #menu-container .panel-head-mb #menu-wrapper #hamburger-menu span:nth-child(2) {
            top: 9px; }
          .header-mb #menu-container .panel-head-mb #menu-wrapper #hamburger-menu span:nth-child(3) {
            top: 18px; }
        .header-mb #menu-container .panel-head-mb #menu-wrapper #hamburger-menu.open span:nth-child(1) {
          -webkit-transform: translateY(9px) rotate(135deg);
          -ms-transform: translateY(9px) rotate(135deg);
          transform: translateY(9px) rotate(135deg); }
        .header-mb #menu-container .panel-head-mb #menu-wrapper #hamburger-menu.open span:nth-child(2) {
          opacity: 0;
          -webkit-transform: translateX(-60px);
          -ms-transform: translateX(-60px);
          transform: translateX(-60px); }
        .header-mb #menu-container .panel-head-mb #menu-wrapper #hamburger-menu.open span:nth-child(3) {
          -webkit-transform: translateY(-9px) rotate(-135deg);
          -ms-transform: translateY(-9px) rotate(-135deg);
          transform: translateY(-9px) rotate(-135deg); }
    .header-mb #menu-container .panel-head-mb .logo-mb {
      margin-left: 35px; }
    .header-mb #menu-container .panel-head-mb .btn {
      padding: 0; }
      .header-mb #menu-container .panel-head-mb .btn:hover {
        outline: none;
        background-color: transparent; }
  .header-mb #menu-container .panel-body-mb .menu-list {
    padding-left: 0;
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    max-width: 450px;
    background: white;
    z-index: 999;
    overflow-y: auto;
    overflow-x: hidden;
    left: -100%; }
    .header-mb #menu-container .panel-body-mb .menu-list li.search-mb {
      position: relative;
      padding: 0px 15px 15px 15px;
      border-bottom: 1px solid #dbdcd2; }
      .header-mb #menu-container .panel-body-mb .menu-list li.search-mb svg {
        position: absolute;
        top: 9px;
        left: 25px; }
      .header-mb #menu-container .panel-body-mb .menu-list li.search-mb .input-search {
        width: 100%;
        padding: 7.5px 10px 7.5px 40px;
        border-radius: 5px;
        border: 1px solid #dbdbdb; }
    .header-mb #menu-container .panel-body-mb .menu-list li.toggle {
      font-size: 16px;
      margin: 0 15px;
      padding: 15px 0;
      text-transform: uppercase;
      border-bottom: 1px solid #dbdcd2; }
      .header-mb #menu-container .panel-body-mb .menu-list li.toggle .menu-link {
        color: #000; }
      .header-mb #menu-container .panel-body-mb .menu-list li.toggle.accordion-toggle {
        cursor: pointer;
        font-size: 16px;
        position: relative;
        letter-spacing: 1px; }
        .header-mb #menu-container .panel-body-mb .menu-list li.toggle.accordion-toggle.active-tab {
          background: white;
          -webkit-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }
        .header-mb #menu-container .panel-body-mb .menu-list li.toggle.accordion-toggle a:before, .header-mb #menu-container .panel-body-mb .menu-list li.toggle.accordion-toggle a:after {
          content: '';
          display: block;
          position: absolute;
          top: 50%;
          right: 10px;
          width: 15px;
          height: 2px;
          margin-top: -1px;
          background-color: #5a5858;
          -webkit-transform-origin: 50% 50%;
          -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
          -webkit-transition: all 0.3s ease-out;
          -o-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out; }
        .header-mb #menu-container .panel-body-mb .menu-list li.toggle.accordion-toggle a:before {
          -webkit-transform: rotate(-90deg);
          -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
          opacity: 1;
          z-index: 2; }
        .header-mb #menu-container .panel-body-mb .menu-list li.toggle.accordion-toggle a.active:before {
          -webkit-transform: rotate(0deg);
          -ms-transform: rotate(0deg);
          transform: rotate(0deg);
          background: #5a5858 !important; }
        .header-mb #menu-container .panel-body-mb .menu-list li.toggle.accordion-toggle a.active:after {
          -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
          transform: rotate(180deg);
          background: #5a5858 !important;
          opacity: 0; }
    .header-mb #menu-container .panel-body-mb .menu-list .menu-submenu {
      margin: 0 40px; }
      .header-mb #menu-container .panel-body-mb .menu-list .menu-submenu.accordion-content {
        display: none; }
      .header-mb #menu-container .panel-body-mb .menu-list .menu-submenu li {
        padding: 10px;
        border-bottom: 1px solid #dbdcd2; }
        .header-mb #menu-container .panel-body-mb .menu-list .menu-submenu li .head {
          color: #000; }

.footer {
  background-color: #EEEFF2; }
  .footer .panel-body {
    padding: 50px 0 30px 0; }
    .footer .panel-body .row .heading {
      font-size: 20px;
      margin-bottom: 20px;
      font-family: "Roboto-Bold"; }
      @media (max-width: 414px) {
        .footer .panel-body .row .heading {
          text-align: center; } }
    .footer .panel-body .row .ft-contact .logo {
      margin-bottom: 20px; }
      .footer .panel-body .row .ft-contact .logo .image {
        height: 50px; }
    .footer .panel-body .row .ft-contact .contact {
      margin-bottom: 10px;
      line-height: 1.25;
      font-size: 14px; }
    .footer .panel-body .row .ft-contact .list-social {
      margin-top: 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .footer .panel-body .row .ft-contact .list-social li {
        margin-right: 10px; }
        .footer .panel-body .row .ft-contact .list-social li .social {
          display: block;
          width: 34px;
          height: 34px;
          border: 1px solid #F24962;
          border-radius: 5px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; }
          .footer .panel-body .row .ft-contact .list-social li .social svg {
            font-size: 18px;
            color: #F24962; }
            .footer .panel-body .row .ft-contact .list-social li .social svg:hover {
              color: red; }
      @media (max-width: 414px) {
        .footer .panel-body .row .ft-contact .list-social {
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; } }
    @media (max-width: 414px) {
      .footer .panel-body .row .ft-contact {
        text-align: center;
        margin-bottom: 25px; } }
    .footer .panel-body .row .ft-menu .list-location {
      margin-bottom: 30px; }
      @media (max-width: 414px) {
        .footer .panel-body .row .ft-menu .list-location {
          padding-bottom: 15px;
          margin-bottom: 25px;
          border-bottom: 1px solid #ccc; } }
      @media (max-width: 414px) {
        .footer .panel-body .row .ft-menu .list-location:first-child {
          padding-top: 25px;
          border-top: 1px solid #ccc; } }
    .footer .panel-body .row .ft-menu .list-ft-menu li {
      margin-bottom: 10px; }
      .footer .panel-body .row .ft-menu .list-ft-menu li .title-menu {
        font-size: 14px;
        color: #757575; }
        .footer .panel-body .row .ft-menu .list-ft-menu li .title-menu:hover {
          color: #F24962; }
    .footer .panel-body .row .ft-fanpge iframe {
      width: 100%; }
  .footer .copy-right {
    text-align: center;
    background-color: #D1D2D8; }
    .footer .copy-right p {
      padding: 15px 0;
      font-size: 14px; }
      @media (max-width: 414px) {
        .footer .copy-right p {
          font-size: 11px; } }

.owl-carousel.owl-carousel-1 {
  position: relative; }
  .owl-carousel.owl-carousel-1 .owl-stage-outer {
    margin: 0 -10px; }
    .owl-carousel.owl-carousel-1 .owl-stage-outer .owl-item {
      margin: 10px !important; }
      .owl-carousel.owl-carousel-1 .owl-stage-outer .owl-item .item {
        z-index: 1; }
        .owl-carousel.owl-carousel-1 .owl-stage-outer .owl-item .item .thumb .image img {
          border-radius: 3px; }
        .owl-carousel.owl-carousel-1 .owl-stage-outer .owl-item .item .info {
          padding: 15px; }
          .owl-carousel.owl-carousel-1 .owl-stage-outer .owl-item .item .info .title {
            margin-bottom: 10px;
            height: 44px;
            overflow: hidden; }
            .owl-carousel.owl-carousel-1 .owl-stage-outer .owl-item .item .info .title a {
              font-family: "Roboto-Bold";
              color: #212121;
              font-size: 18px;
              line-height: 1.25;
              text-decoration: none; }
              .owl-carousel.owl-carousel-1 .owl-stage-outer .owl-item .item .info .title a:hover {
                color: #F24962; }
          .owl-carousel.owl-carousel-1 .owl-stage-outer .owl-item .item .info .desc {
            margin-bottom: 10px; }
            .owl-carousel.owl-carousel-1 .owl-stage-outer .owl-item .item .info .desc .text {
              color: #757575;
              font-size: 16px;
              margin-bottom: 5px;
              line-height: 1.3; }
          .owl-carousel.owl-carousel-1 .owl-stage-outer .owl-item .item .info .btn {
            display: block;
            width: 100%;
            background-color: #F24962; }
            .owl-carousel.owl-carousel-1 .owl-stage-outer .owl-item .item .info .btn:hover {
              background-color: red; }
  .owl-carousel.owl-carousel-1 .owl-nav {
    display: block !important; }
    .owl-carousel.owl-carousel-1 .owl-nav button {
      position: absolute;
      top: 16%;
      display: inline-block;
      width: 50px;
      height: 50px;
      padding: 30px;
      border-radius: 50%;
      background-color: #fff !important;
      -webkit-box-shadow: 0px 3px 6px #00000029;
      box-shadow: 0px 3px 6px #00000029;
      z-index: 9; }
      .owl-carousel.owl-carousel-1 .owl-nav button:hover {
        background-color: #F24962 !important; }
        @media (max-width: 414px) {
          .owl-carousel.owl-carousel-1 .owl-nav button:hover {
            background-color: transparent !important; } }
      .owl-carousel.owl-carousel-1 .owl-nav button.owl-prev {
        left: -35px; }
        @media (max-width: 414px) {
          .owl-carousel.owl-carousel-1 .owl-nav button.owl-prev {
            left: 0px; } }
      .owl-carousel.owl-carousel-1 .owl-nav button.owl-next {
        right: -35px; }
        @media (max-width: 414px) {
          .owl-carousel.owl-carousel-1 .owl-nav button.owl-next {
            right: 0px; } }
      .owl-carousel.owl-carousel-1 .owl-nav button span {
        display: inline-block;
        font-size: 50px;
        height: 50px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: -5px 0 0 2px;
        color: #F24962 !important; }
        .owl-carousel.owl-carousel-1 .owl-nav button span:hover {
          color: #fff !important; }
      @media (max-width: 414px) {
        .owl-carousel.owl-carousel-1 .owl-nav button {
          background-color: transparent !important;
          -webkit-box-shadow: none;
          box-shadow: none; } }
  .owl-carousel.owl-carousel-1 .owl-dots {
    display: none; }

.owl-carousel-2.owl-carousel {
  position: relative; }
  .owl-carousel-2.owl-carousel .owl-nav {
    display: block !important; }
    .owl-carousel-2.owl-carousel .owl-nav button {
      position: absolute;
      top: 40%;
      display: inline-block;
      width: 50px;
      height: 50px;
      z-index: 9; }
      .owl-carousel-2.owl-carousel .owl-nav button:hover {
        background-color: transparent !important; }
      .owl-carousel-2.owl-carousel .owl-nav button.owl-prev {
        left: 15px; }
      .owl-carousel-2.owl-carousel .owl-nav button.owl-next {
        right: 20px; }
      .owl-carousel-2.owl-carousel .owl-nav button span {
        display: inline-block;
        font-size: 50px;
        height: 50px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: -5px 0 0 2px;
        color: #F24962 !important; }
        .owl-carousel-2.owl-carousel .owl-nav button span:hover {
          color: red !important; }

.owl-carousel.owl-carousel-3 .item {
  position: relative; }
  .owl-carousel.owl-carousel-3 .item .thumb .image {
    height: 500px; }

.owl-carousel.owl-carousel-3 .owl-nav {
  display: block !important; }
  .owl-carousel.owl-carousel-3 .owl-nav button {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    width: 50px;
    height: 50px;
    z-index: 99; }
    .owl-carousel.owl-carousel-3 .owl-nav button:hover {
      background-color: transparent !important; }
    .owl-carousel.owl-carousel-3 .owl-nav button.owl-prev {
      left: 00px; }
    .owl-carousel.owl-carousel-3 .owl-nav button.owl-next {
      right: 00px; }
    .owl-carousel.owl-carousel-3 .owl-nav button span {
      display: inline-block;
      font-size: 50px;
      height: 50px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin: -5px 0 0 2px;
      color: #fff !important; }
      .owl-carousel.owl-carousel-3 .owl-nav button span:hover {
        color: #F24962 !important; }

.owl-carousel.owl-carousel-3 .owl-dots {
  display: block !important;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  bottom: 10px; }
  .owl-carousel.owl-carousel-3 .owl-dots .owl-dot.active span {
    background-color: #fff; }
  .owl-carousel.owl-carousel-3 .owl-dots .owl-dot span {
    background-color: #ccc; }

ul.breadcrumb {
  padding: 20px 0;
  margin-bottom: 0;
  list-style: none;
  background-color: transparent; }
  ul.breadcrumb li {
    display: inline;
    font-size: 18px; }
    ul.breadcrumb li a {
      color: #212121;
      text-decoration: none; }
      ul.breadcrumb li a:hover {
        color: #F24962;
        text-decoration: underline; }
    ul.breadcrumb li:last-child {
      color: #F24962; }
  ul.breadcrumb li + li:before {
    padding: 8px;
    color: #212121;
    content: "/\00a0"; }

.slider-top {
  margin-bottom: 25px; }
  .slider-top .owl-carousel .item .thumb .image {
    height: 220px; }
    @media (max-width: 1024px) {
      .slider-top .owl-carousel .item .thumb .image {
        height: 164px; } }
    @media (max-width: 768px) {
      .slider-top .owl-carousel .item .thumb .image {
        height: 125px; } }
    @media (max-width: 414px) {
      .slider-top .owl-carousel .item .thumb .image {
        height: 70px; } }
    @media (max-width: 375px) {
      .slider-top .owl-carousel .item .thumb .image {
        height: 65px; } }
    @media (max-width: 320px) {
      .slider-top .owl-carousel .item .thumb .image {
        height: 55px; } }
  .slider-top.slider-top-index {
    margin-bottom: 100px; }
    .slider-top.slider-top-index .owl-carousel .item {
      position: relative; }
      .slider-top.slider-top-index .owl-carousel .item .overlay {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background-color: #000;
        opacity: 0.25;
        z-index: 1; }
      .slider-top.slider-top-index .owl-carousel .item .thumb .image {
        height: auto; }
      .slider-top.slider-top-index .owl-carousel .item .info {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        z-index: 9; }
        .slider-top.slider-top-index .owl-carousel .item .info .container .heading {
          color: #fff;
          font-size: 40px;
          text-transform: uppercase;
          margin-bottom: 15px; }
          @media (max-width: 768px) {
            .slider-top.slider-top-index .owl-carousel .item .info .container .heading {
              font-size: 26px; } }
        .slider-top.slider-top-index .owl-carousel .item .info .container .sub-heading {
          color: #fff;
          width: 50%;
          line-height: 1.5; }
          @media (max-width: 1024px) {
            .slider-top.slider-top-index .owl-carousel .item .info .container .sub-heading {
              margin: 0 auto;
              width: 70% !important;
              text-align: center; } }
          @media (max-width: 768px) {
            .slider-top.slider-top-index .owl-carousel .item .info .container .sub-heading {
              font-size: 16px;
              margin: 0 auto;
              width: 70% !important;
              text-align: center; } }
        .slider-top.slider-top-index .owl-carousel .item .info .container .btn {
          margin-top: 15px;
          width: 160px; }
        @media (max-width: 1024px) {
          .slider-top.slider-top-index .owl-carousel .item .info {
            text-align: center; } }
        @media (max-width: 414px) {
          .slider-top.slider-top-index .owl-carousel .item .info {
            display: none; } }
    .slider-top.slider-top-index .owl-carousel .owl-nav button.owl-prev {
      left: 50px; }
    .slider-top.slider-top-index .owl-carousel .owl-nav button.owl-next {
      right: 50px; }
    @media (max-width: 414px) {
      .slider-top.slider-top-index .owl-carousel .owl-nav {
        display: none !important; } }
    .slider-top.slider-top-index .owl-carousel .owl-dots .owl-dot.active span {
      height: 5px; }
    .slider-top.slider-top-index .owl-carousel .owl-dots .owl-dot span {
      width: 50px;
      height: 3px; }
    @media (max-width: 414px) {
      .slider-top.slider-top-index .owl-carousel .owl-dots {
        display: none !important; } }
    @media (max-width: 1024px) {
      .slider-top.slider-top-index {
        margin-bottom: 35px; } }
    @media (max-width: 414px) {
      .slider-top.slider-top-index {
        margin-bottom: 0; } }

.banner {
  background-image: url("../images/bg-banner.jpg");
  text-align: center;
  padding: 80px 0;
  margin-bottom: 100px; }
  .banner .sub-heading {
    line-height: 1.5;
    max-width: 60%;
    margin: 15px auto 25px auto; }
    @media (max-width: 414px) {
      .banner .sub-heading {
        max-width: 100%; } }
  .banner .btn {
    background-color: #F24962;
    display: inline-block;
    width: 200px; }
    .banner .btn:hover {
      background-color: red; }
  @media (max-width: 1024px) {
    .banner {
      padding: 50px 0;
      margin-bottom: 50px; } }
  @media (max-width: 414px) {
    .banner h2.heading {
      line-height: 1.5;
      font-size: 22px; }
    .banner h3.sub-heading {
      font-size: 16px; } }

.course-introduce-page .banner {
  margin-bottom: 50px; }

.course .sec-head {
  margin-bottom: 20px; }

.course .sec-body > .row > div {
  margin-bottom: 25px; }
  .course .sec-body > .row > div .item {
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 10px #00000033;
    box-shadow: 0px 0px 10px #00000033; }
    .course .sec-body > .row > div .item .info {
      padding: 15px; }
      .course .sec-body > .row > div .item .info .title {
        margin-bottom: 10px;
        height: 50px;
        overflow: hidden; }
        .course .sec-body > .row > div .item .info .title a {
          color: #212121;
          font-size: 18px;
          font-family: "Roboto-Bold"; }
          .course .sec-body > .row > div .item .info .title a:hover {
            color: #F24962; }
      .course .sec-body > .row > div .item .info .tag {
        margin-bottom: 10px; }
        .course .sec-body > .row > div .item .info .tag span {
          display: inline-block;
          font-size: 14px;
          color: #fff;
          padding: 5px 10px;
          background-color: #FFB300;
          border-radius: 3px; }
      .course .sec-body > .row > div .item .info .desc .text {
        margin-bottom: 10px;
        font-size: 14px; }
      .course .sec-body > .row > div .item .info .btn {
        width: 100%;
        background-color: #F24962; }
        .course .sec-body > .row > div .item .info .btn:hover {
          background-color: red; }
    .course .sec-body > .row > div .item:hover {
      -webkit-box-shadow: 0px 0px 10px #f24962;
      box-shadow: 0px 0px 10px #f24962; }

.aside-register {
  margin-top: 45px;
  text-align: center;
  padding: 15px;
  background-color: #F3F3F3;
  border-radius: 5px;
  margin-bottom: 25px; }
  .aside-register .title {
    font-size: 16px;
    margin-bottom: 25px;
    line-height: 1.5; }
  .aside-register .btn {
    width: 100%;
    background-color: #F24962; }

.aside-link {
  margin-bottom: 25px; }
  .aside-link .sec-head {
    margin-bottom: 20px; }
  .aside-link .sec-body ul li {
    margin-bottom: 20px; }
    .aside-link .sec-body ul li .item {
      position: relative; }
      .aside-link .sec-body ul li .item .thumb .image {
        height: 70px; }
        .aside-link .sec-body ul li .item .thumb .image img {
          border-radius: 5px; }
      .aside-link .sec-body ul li .item .thumb .overlay {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 5px; }
        .aside-link .sec-body ul li .item .thumb .overlay.overlay-bg {
          background-color: #000;
          opacity: 0.5;
          z-index: 1;
          border-radius: 5px; }
        .aside-link .sec-body ul li .item .thumb .overlay.overlay-text {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          padding: 20px;
          color: #fff;
          z-index: 99;
          font-size: 16px; }
      .aside-link .sec-body ul li .item:hover .thumb .overlay.overlay-bg {
        background-color: #F24962; }

.aside-document .sec-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px; }

.aside-document .sec-body .list-doc li {
  margin-bottom: 15px; }
  .aside-document .sec-body .list-doc li .item {
    margin-left: -5px;
    margin-right: -5px; }
    .aside-document .sec-body .list-doc li .item .aside-left {
      padding-right: 5px;
      padding-left: 5px; }
    .aside-document .sec-body .list-doc li .item .aside-right {
      padding-right: 5px;
      padding-left: 5px; }
      .aside-document .sec-body .list-doc li .item .aside-right .info a {
        font-size: 14px;
        font-family: "Roboto-Bold";
        color: #212121;
        line-height: 1; }
        .aside-document .sec-body .list-doc li .item .aside-right .info a:hover {
          color: #F24962; }

.home-page .intro {
  margin-bottom: 200px; }
  .home-page .intro .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .home-page .intro .row .panel-left {
      position: relative; }
      .home-page .intro .row .panel-left .background-image {
        position: absolute;
        background-color: #D8E0E9;
        width: 70%;
        height: 85%;
        top: 15px;
        left: 15px;
        z-index: 1; }
      .home-page .intro .row .panel-left .thumb {
        position: relative;
        z-index: 9;
        top: 100px;
        left: 85px;
        width: 100%;
        height: 100%; }
        @media (max-width: 1024px) {
          .home-page .intro .row .panel-left .thumb {
            top: 70px;
            left: 50px; } }
        .home-page .intro .row .panel-left .thumb .image {
          width: 400px;
          height: 525px; }
          @media (max-width: 1024px) {
            .home-page .intro .row .panel-left .thumb .image {
              width: 350px;
              height: 450px; } }
          @media (max-width: 768px) {
            .home-page .intro .row .panel-left .thumb .image {
              width: 275px;
              height: 360px; } }
      @media (max-width: 414px) {
        .home-page .intro .row .panel-left {
          display: none; } }
    .home-page .intro .row .panel-right .panel-head {
      margin-bottom: 35px; }
      .home-page .intro .row .panel-right .panel-head .sub-heading {
        font-size: 120px;
        font-family: 'UTMAurora-Regular';
        color: #E4E8EC; }
        @media (max-width: 768px) {
          .home-page .intro .row .panel-right .panel-head .sub-heading {
            text-align: center;
            font-size: 85px; } }
        @media (max-width: 414px) {
          .home-page .intro .row .panel-right .panel-head .sub-heading {
            font-size: 75px; } }
      .home-page .intro .row .panel-right .panel-head .heading {
        color: #262626;
        text-transform: uppercase;
        margin: -30px 0 0 90px; }
        @media (max-width: 768px) {
          .home-page .intro .row .panel-right .panel-head .heading {
            font-size: 23px;
            text-align: center;
            margin: 15px auto; } }
        @media (max-width: 414px) {
          .home-page .intro .row .panel-right .panel-head .heading {
            font-size: 22px;
            margin: -15px auto; } }
    .home-page .intro .row .panel-right .panel-body {
      float: right;
      width: 65%; }
      .home-page .intro .row .panel-right .panel-body .desc {
        font-size: 20px;
        margin-bottom: 35px;
        text-align: justify; }
        @media (max-width: 768px) {
          .home-page .intro .row .panel-right .panel-body .desc {
            font-size: 16px; } }
        @media (max-width: 414px) {
          .home-page .intro .row .panel-right .panel-body .desc {
            text-align: center; } }
      .home-page .intro .row .panel-right .panel-body .readmore {
        font-family: "Roboto-Bold";
        text-transform: uppercase;
        color: #262626;
        display: block;
        letter-spacing: 4.8px;
        position: relative; }
        .home-page .intro .row .panel-right .panel-body .readmore:before {
          position: absolute;
          content: '';
          top: 10px;
          left: -90px;
          width: 75px;
          height: 2px;
          background-color: #262626; }
          @media (max-width: 768px) {
            .home-page .intro .row .panel-right .panel-body .readmore:before {
              display: none; } }
        .home-page .intro .row .panel-right .panel-body .readmore:hover {
          color: #F24962; }
        @media (max-width: 768px) {
          .home-page .intro .row .panel-right .panel-body .readmore {
            text-align: center; } }
      @media (max-width: 768px) {
        .home-page .intro .row .panel-right .panel-body {
          float: none;
          width: 100%; } }
    @media (max-width: 414px) {
      .home-page .intro .row .panel-right {
        margin-top: 25px; } }
  @media (max-width: 414px) {
    .home-page .intro {
      margin-bottom: 75px; } }

.course-online {
  margin-bottom: 100px; }
  .course-online .panel-head {
    text-align: center;
    margin-bottom: 30px; }
    .course-online .panel-head .heading {
      color: #262626;
      text-transform: uppercase;
      margin-bottom: 15px; }
      @media (max-width: 414px) {
        .course-online .panel-head .heading {
          font-size: 22px;
          line-height: 1.5; } }
    .course-online .panel-head .sub-heading {
      color: #757575;
      margin-bottom: 25px; }
      @media (max-width: 414px) {
        .course-online .panel-head .sub-heading {
          font-size: 14px;
          line-height: 1.5; } }
    .course-online .panel-head .under-line {
      width: 200px;
      height: 5px;
      border-radius: 3px;
      background-color: #F24962;
      margin: 0 auto; }
  .course-online .panel-body .dom-pc .owl-carousel .owl-stage-outer .owl-item .item {
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 10px #00000033;
    box-shadow: 0px 0px 10px #00000033; }
  .course-online .panel-body .dom-mb > .row > div {
    margin-bottom: 20px; }
    .course-online .panel-body .dom-mb > .row > div .item {
      z-index: 1;
      -webkit-box-shadow: 0px 0px 10px #00000033;
      box-shadow: 0px 0px 10px #00000033;
      border-radius: 5px; }
      .course-online .panel-body .dom-mb > .row > div .item .thumb .image img {
        border-radius: 3px 3px 0 0; }
      .course-online .panel-body .dom-mb > .row > div .item .info {
        padding: 15px; }
        .course-online .panel-body .dom-mb > .row > div .item .info .title {
          margin-bottom: 10px;
          height: 44px;
          overflow: hidden; }
          .course-online .panel-body .dom-mb > .row > div .item .info .title a {
            font-family: "Roboto-Bold";
            color: #212121;
            font-size: 18px;
            line-height: 1.25;
            text-decoration: none; }
            .course-online .panel-body .dom-mb > .row > div .item .info .title a:hover {
              color: #F24962; }
        .course-online .panel-body .dom-mb > .row > div .item .info .desc {
          margin-bottom: 10px; }
          .course-online .panel-body .dom-mb > .row > div .item .info .desc .text {
            color: #757575;
            font-size: 16px;
            margin-bottom: 5px;
            line-height: 1.3; }
        .course-online .panel-body .dom-mb > .row > div .item .info .btn {
          display: block;
          width: 100%;
          background-color: #F24962; }
          .course-online .panel-body .dom-mb > .row > div .item .info .btn:hover {
            background-color: red; }
  @media (max-width: 414px) {
    .course-online .panel-body .readmore {
      text-align: center;
      margin-top: 20px; } }
  @media (max-width: 1024px) {
    .course-online {
      margin-bottom: 50px; } }

.slider {
  margin-bottom: 100px; }
  .slider.change {
    margin-bottom: 50px; }
  .slider .panel-head {
    text-align: center;
    margin-bottom: 30px; }
    .slider .panel-head .heading {
      text-transform: uppercase;
      margin-bottom: 15px; }
      @media (max-width: 414px) {
        .slider .panel-head .heading {
          font-size: 22px; } }
    .slider .panel-head .sub-heading {
      max-width: 600px;
      margin: 0 auto;
      line-height: 1.5; }
      @media (max-width: 414px) {
        .slider .panel-head .sub-heading {
          font-size: 16px; } }
  .slider .panel-body .owl-carousel .owl-stage-outer .owl-item .item:hover {
    background-color: #f9f9f9;
    border-radius: 3px; }
  .slider .panel-body .owl-carousel .owl-stage-outer .owl-item .item .thumb {
    margin-bottom: 15px;
    position: relative; }
    .slider .panel-body .owl-carousel .owl-stage-outer .owl-item .item .thumb .overlay {
      cursor: pointer;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .slider .panel-body .owl-carousel .owl-stage-outer .owl-item .item .thumb .overlay svg {
        color: #ffffffad;
        font-size: 50px; }
    .slider .panel-body .owl-carousel .owl-stage-outer .owl-item .item .thumb:hover .overlay {
      background-color: #0005; }
      .slider .panel-body .owl-carousel .owl-stage-outer .owl-item .item .thumb:hover .overlay svg {
        color: #fff; }
  .slider .panel-body .owl-carousel .owl-stage-outer .owl-item .item .info {
    padding: 0; }
    .slider .panel-body .owl-carousel .owl-stage-outer .owl-item .item .info .title {
      height: 24px; }
  .slider .panel-body .owl-carousel .owl-nav button {
    top: 18%; }
    @media (max-width: 1024px) {
      .slider .panel-body .owl-carousel .owl-nav button {
        top: 22.5%; } }
  @media (max-width: 414px) {
    .slider .panel-body .readmore {
      text-align: center; } }
  .slider.change .panel-body .owl-carousel .owl-nav button {
    top: 18%; }
  .slider.teacher .panel-body .owl-carousel .owl-nav button {
    top: 28%; }
  @media (max-width: 1024px) {
    .slider {
      margin-bottom: 50px; } }
  @media (max-width: 414px) {
    .slider {
      margin-bottom: 30px; }
      .slider.change {
        margin-bottom: 30px; } }

.home-page .feedback {
  margin-bottom: 100px; }
  .home-page .feedback .owl-carousel-2 {
    padding: 60px 50px 10px 50px;
    background-color: #f4f5f7;
    position: relative; }
    .home-page .feedback .owl-carousel-2 .item {
      margin-bottom: 10px; }
      .home-page .feedback .owl-carousel-2 .item .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        .home-page .feedback .owl-carousel-2 .item .row .thumb .image {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; }
          .home-page .feedback .owl-carousel-2 .item .row .thumb .image img {
            width: 125px;
            height: 125px;
            border-radius: 50%; }
        @media (max-width: 414px) {
          .home-page .feedback .owl-carousel-2 .item .row .thumb {
            margin-bottom: 25px; } }
        .home-page .feedback .owl-carousel-2 .item .row .info .name {
          font-size: 20px;
          font-family: "Roboto-Bold";
          color: #F24962; }
          @media (max-width: 414px) {
            .home-page .feedback .owl-carousel-2 .item .row .info .name {
              text-align: center; } }
        .home-page .feedback .owl-carousel-2 .item .row .info .job {
          font-size: 18px;
          color: #262626;
          margin: 10px 0 15px 0; }
          @media (max-width: 414px) {
            .home-page .feedback .owl-carousel-2 .item .row .info .job {
              text-align: center; } }
        .home-page .feedback .owl-carousel-2 .item .row .info .desc {
          color: #757575;
          line-height: 1.5;
          text-align: justify;
          padding-right: 50px; }
          @media (max-width: 768px) {
            .home-page .feedback .owl-carousel-2 .item .row .info .desc {
              padding-right: 10px; } }
    .home-page .feedback .owl-carousel-2 .owl-dots {
      display: block !important; }
      .home-page .feedback .owl-carousel-2 .owl-dots .owl-dot.active span {
        background-color: #F24962; }
    @media (max-width: 768px) {
      .home-page .feedback .owl-carousel-2 .owl-nav button.owl-prev {
        left: 0px; } }
    @media (max-width: 768px) {
      .home-page .feedback .owl-carousel-2 .owl-nav button.owl-prev {
        right: 0px; } }
    @media (max-width: 414px) {
      .home-page .feedback .owl-carousel-2 {
        padding-top: 30px; } }
  @media (max-width: 1024px) {
    .home-page .feedback {
      margin-bottom: 50px; } }

.partner {
  margin-bottom: 100px; }
  .partner .panel-head {
    margin-bottom: 20px;
    text-align: center; }
    .partner .panel-head .heading {
      text-transform: uppercase; }
      @media (max-width: 414px) {
        .partner .panel-head .heading {
          font-size: 22px; } }
  .partner .panel-body .owl-nav {
    display: none !important; }
  @media (max-width: 1024px) {
    .partner {
      margin-bottom: 50px; } }

.recommended {
  margin-bottom: 50px; }
  .recommended .panel-head {
    text-align: center;
    margin-bottom: 30px; }
    .recommended .panel-head .heading {
      text-transform: uppercase;
      margin-bottom: 15px; }
      @media (max-width: 414px) {
        .recommended .panel-head .heading {
          font-size: 22px; } }
    .recommended .panel-head .sub-heading {
      max-width: 600px;
      margin: 0 auto;
      line-height: 1.5; }
      @media (max-width: 414px) {
        .recommended .panel-head .sub-heading {
          font-size: 16px; } }
  .recommended .panel-body > .row h4.title {
    margin-bottom: 20px; }
    .recommended .panel-body > .row h4.title svg {
      color: #F24962;
      margin-right: 10px; }
    @media (max-width: 414px) {
      .recommended .panel-body > .row h4.title {
        font-size: 18px; } }
  .recommended .panel-body > .row .panel-left .row > div {
    padding-right: 10px;
    padding-left: 10px; }
    .recommended .panel-body > .row .panel-left .row > div .content .thumb {
      margin-bottom: 15px; }
      .recommended .panel-body > .row .panel-left .row > div .content .thumb .image {
        height: auto; }
      @media (max-width: 414px) {
        .recommended .panel-body > .row .panel-left .row > div .content .thumb {
          margin-bottom: 0; } }
    .recommended .panel-body > .row .panel-left .row > div .content .info .title-child a {
      font-size: 18px;
      font-family: "Roboto-Bold";
      line-height: 1.25;
      color: #262626;
      display: -webkit-box;
      -webkit-line-clamp: 4;
      -webkit-box-orient: vertical;
      overflow: hidden; }
    @media (max-width: 414px) {
      .recommended .panel-body > .row .panel-left .row > div .content .info .title-child {
        margin-bottom: 10px; } }
    @media (max-width: 414px) {
      .recommended .panel-body > .row .panel-left .row > div {
        padding-bottom: 20px;
        margin-bottom: 20px;
        border-bottom: 1px solid #ccc; } }
  @media (max-width: 768px) {
    .recommended .panel-body > .row .panel-left {
      max-width: 100%;
      margin-bottom: 25px; } }
  @media (max-width: 414px) {
    .recommended .panel-body > .row .panel-left {
      padding: 0 7.5px; } }
  .recommended .panel-body > .row .panel-right .list-doc li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .recommended .panel-body > .row .panel-right .list-doc li svg {
      color: #F24962;
      margin-right: 5px;
      margin-top: 2px; }
    .recommended .panel-body > .row .panel-right .list-doc li a {
      color: #757575; }
      .recommended .panel-body > .row .panel-right .list-doc li a:hover {
        color: #F24962; }
    .recommended .panel-body > .row .panel-right .list-doc li:not(:last-child) {
      margin-bottom: 10px; }
  @media (max-width: 768px) {
    .recommended .panel-body > .row .panel-right {
      max-width: 100%; } }
  @media (max-width: 414px) {
    .recommended .panel-body > .row .panel-right {
      padding: 0; } }
  @media (max-width: 768px) {
    .recommended .panel-body > .row {
      display: unset; } }
  @media (max-width: 1024px) {
    .recommended {
      margin-bottom: 50px; } }

.home-page .route-training {
  margin-bottom: 100px; }
  .home-page .route-training .panel-head {
    text-align: center;
    margin-bottom: 50px; }
    .home-page .route-training .panel-head .heading {
      text-transform: uppercase;
      margin-bottom: 15px; }
    @media (max-width: 1366px) {
      .home-page .route-training .panel-head .sub-heading {
        line-height: 1.25;
        font-size: 16px; } }
  .home-page .route-training .panel-body .dom-pc .list-level > div .content {
    cursor: pointer;
    position: relative;
    z-index: 2; }
    .home-page .route-training .panel-body .dom-pc .list-level > div .content .title {
      font-size: 38px;
      font-family: "Roboto-Bold";
      margin-bottom: 10px; }
    .home-page .route-training .panel-body .dom-pc .list-level > div .content .text {
      margin-bottom: 10px;
      color: #262626; }
      @media (max-width: 1366px) {
        .home-page .route-training .panel-body .dom-pc .list-level > div .content .text {
          font-size: 14px; } }
      @media (max-width: 768px) {
        .home-page .route-training .panel-body .dom-pc .list-level > div .content .text {
          font-size: 12px; } }
  .home-page .route-training .panel-body .dom-pc .list-level > div .number {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 150px;
    line-height: 1;
    font-family: 'UTMAurora-Regular';
    color: #E4E8EC;
    z-index: -1; }
    .home-page .route-training .panel-body .dom-pc .list-level > div .number.number-01 {
      color: #F24962; }
    .home-page .route-training .panel-body .dom-pc .list-level > div .number.number-02 {
      color: #FE9941; }
    .home-page .route-training .panel-body .dom-pc .list-level > div .number.number-03 {
      color: #FFCE0C; }
    .home-page .route-training .panel-body .dom-pc .list-level > div .number.number-04 {
      color: #00CE37; }
    .home-page .route-training .panel-body .dom-pc .list-level > div .number.number-05 {
      color: #2994FF; }
    .home-page .route-training .panel-body .dom-pc .list-level > div .number.number-06 {
      color: #AE80FF; }
  .home-page .route-training .panel-body .dom-pc .process-bar {
    margin: 125px auto 75px auto;
    height: 1px; }
    .home-page .route-training .panel-body .dom-pc .process-bar > div {
      padding: 0; }
      .home-page .route-training .panel-body .dom-pc .process-bar > div.list-icon {
        position: relative; }
        .home-page .route-training .panel-body .dom-pc .process-bar > div.list-icon:after {
          position: absolute;
          content: "";
          top: 0;
          right: 0;
          border-radius: 50%;
          width: 20px;
          height: 20px;
          background-color: #fff;
          border: 2px solid #F24962; }
        .home-page .route-training .panel-body .dom-pc .process-bar > div.list-icon.dot-pink:after {
          background-color: #F24962; }
        .home-page .route-training .panel-body .dom-pc .process-bar > div.list-icon.under-line:before {
          position: absolute;
          content: "";
          top: 9px;
          left: 0;
          width: 100%;
          height: 3px;
          background-color: #f0f0f0; }
        .home-page .route-training .panel-body .dom-pc .process-bar > div.list-icon.under-line.line-pink:before {
          background-color: #F24962;
          height: 5px;
          top: 7px; }
        .home-page .route-training .panel-body .dom-pc .process-bar > div.list-icon .icon {
          position: absolute;
          content: ""; }
          .home-page .route-training .panel-body .dom-pc .process-bar > div.list-icon .icon.icon-1 {
            top: -60px;
            right: -35px;
            width: 68px;
            height: 50px;
            background-image: url("../images/level-1.png"); }
          .home-page .route-training .panel-body .dom-pc .process-bar > div.list-icon .icon.icon-2 {
            top: -65px;
            right: -35px;
            width: 64px;
            height: 59px;
            background-image: url("../images/level-2.png"); }
          .home-page .route-training .panel-body .dom-pc .process-bar > div.list-icon .icon.icon-3 {
            top: -75px;
            right: -15px;
            width: 47px;
            height: 69px;
            background-image: url("../images/level-3.png"); }
          .home-page .route-training .panel-body .dom-pc .process-bar > div.list-icon .icon.icon-4 {
            top: -75px;
            right: -15px;
            width: 39px;
            height: 70px;
            background-image: url("../images/level-4.png"); }
          .home-page .route-training .panel-body .dom-pc .process-bar > div.list-icon .icon.icon-5 {
            top: -75px;
            right: -15px;
            width: 45px;
            height: 66px;
            background-image: url("../images/level-5.png"); }
          .home-page .route-training .panel-body .dom-pc .process-bar > div.list-icon .icon.icon-6 {
            top: -75px;
            right: -15px;
            width: 62px;
            height: 72px;
            background-image: url("../images/level-6.png"); }
        .home-page .route-training .panel-body .dom-pc .process-bar > div.list-icon.icon-pink .icon.icon-1 {
          background-image: url("../images/level-1-hover.png"); }
        .home-page .route-training .panel-body .dom-pc .process-bar > div.list-icon.icon-pink .icon.icon-2 {
          background-image: url("../images/level-2-hover.png"); }
        .home-page .route-training .panel-body .dom-pc .process-bar > div.list-icon.icon-pink .icon.icon-3 {
          background-image: url("../images/level-3-hover.png"); }
        .home-page .route-training .panel-body .dom-pc .process-bar > div.list-icon.icon-pink .icon.icon-4 {
          background-image: url("../images/level-4-hover.png"); }
        .home-page .route-training .panel-body .dom-pc .process-bar > div.list-icon.icon-pink .icon.icon-5 {
          background-image: url("../images/level-5-hover.png"); }
        .home-page .route-training .panel-body .dom-pc .process-bar > div.list-icon.icon-pink .icon.icon-6 {
          background-image: url("../images/level-6-hover.png"); }
  @media (max-width: 414px) {
    .home-page .route-training .panel-body .dom-mb .content-mb {
      margin-bottom: 20px;
      text-align: center; }
      .home-page .route-training .panel-body .dom-mb .content-mb .number {
        font-size: 150px;
        line-height: 1;
        color: #E4E8EC;
        font-family: 'UTMAurora-Regular';
        margin-bottom: -35px; }
        .home-page .route-training .panel-body .dom-mb .content-mb .number.number-01 {
          color: #F24962; }
        .home-page .route-training .panel-body .dom-mb .content-mb .number.number-02 {
          color: #FE9941; }
        .home-page .route-training .panel-body .dom-mb .content-mb .number.number-03 {
          color: #FFCE0C; }
        .home-page .route-training .panel-body .dom-mb .content-mb .number.number-04 {
          color: #00CE37; }
        .home-page .route-training .panel-body .dom-mb .content-mb .number.number-05 {
          color: #2994FF; }
        .home-page .route-training .panel-body .dom-mb .content-mb .number.number-06 {
          color: #AE80FF; }
      .home-page .route-training .panel-body .dom-mb .content-mb .title {
        font-size: 38px;
        font-family: "Roboto-Bold";
        margin-bottom: 10px; }
      .home-page .route-training .panel-body .dom-mb .content-mb .text {
        margin-bottom: 10px;
        color: #262626; } }

.off-process-top .sec-body > .row .process-common .item {
  position: relative; }
  .off-process-top .sec-body > .row .process-common .item .thumb .image img {
    border-radius: 5px; }
  .off-process-top .sec-body > .row .process-common .item .info {
    padding: 20px;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    background: #000000d6; }
    .off-process-top .sec-body > .row .process-common .item .info .title a {
      color: #ddd;
      font-size: 20px;
      font-family: "Roboto-Bold"; }
      .off-process-top .sec-body > .row .process-common .item .info .title a:hover {
        color: #fff; }
    .off-process-top .sec-body > .row .process-common .item .info .sub-title a {
      color: #ddd;
      font-size: 16px; }
      .off-process-top .sec-body > .row .process-common .item .info .sub-title a:hover {
        color: #fff; }
    .off-process-top .sec-body > .row .process-common .item .info .time {
      color: #fff;
      font-size: 14px; }
  .off-process-top .sec-body > .row .process-common .item:hover {
    -webkit-box-shadow: 0px 0px 10px #f24962;
    box-shadow: 0px 0px 10px #f24962; }

.off-process-top .sec-body > .row .process-common.process-left .item .thumb .image {
  height: 520px; }
  @media (max-width: 1024px) {
    .off-process-top .sec-body > .row .process-common.process-left .item .thumb .image {
      height: 350px; } }
  @media (max-width: 768px) {
    .off-process-top .sec-body > .row .process-common.process-left .item .thumb .image {
      height: 400px; } }
  @media (max-width: 375px) {
    .off-process-top .sec-body > .row .process-common.process-left .item .thumb .image {
      height: 390px; } }
  @media (max-width: 320px) {
    .off-process-top .sec-body > .row .process-common.process-left .item .thumb .image {
      height: 370px; } }

.off-process-top .sec-body > .row .process-common.process-left .item .info .title a {
  font-size: 20px; }

@media (max-width: 768px) {
  .off-process-top .sec-body > .row .process-common.process-left {
    margin-bottom: 20px; } }

.off-process-top .sec-body > .row .process-common.process-right .item .thumb .image {
  height: 250px; }
  @media (max-width: 1024px) {
    .off-process-top .sec-body > .row .process-common.process-right .item .thumb .image {
      height: 165px; } }
  @media (max-width: 768px) {
    .off-process-top .sec-body > .row .process-common.process-right .item .thumb .image {
      height: 220px; } }
  @media (max-width: 414px) {
    .off-process-top .sec-body > .row .process-common.process-right .item .thumb .image {
      height: 215px; } }
  @media (max-width: 375px) {
    .off-process-top .sec-body > .row .process-common.process-right .item .thumb .image {
      height: 195px; } }
  @media (max-width: 320px) {
    .off-process-top .sec-body > .row .process-common.process-right .item .thumb .image {
      height: 165px; } }

.off-process-top .sec-body > .row .process-common.process-right .item .info .title a {
  font-size: 18px; }

.off-process-lower .sec-body .list-process li {
  margin-bottom: 20px; }
  @media (max-width: 768px) {
    .off-process-lower .sec-body .list-process li .item .thumb {
      margin-bottom: 10px; } }
  .off-process-lower .sec-body .list-process li .item .info .title {
    margin-bottom: 10px; }
    .off-process-lower .sec-body .list-process li .item .info .title a {
      font-size: 18px;
      font-family: "Roboto-Bold";
      color: #212121; }
      .off-process-lower .sec-body .list-process li .item .info .title a:hover {
        color: #F24962; }
  .off-process-lower .sec-body .list-process li .item .info .sub-title {
    margin-bottom: 10px; }
    .off-process-lower .sec-body .list-process li .item .info .sub-title a {
      color: #212121;
      font-size: 16px; }
      .off-process-lower .sec-body .list-process li .item .info .sub-title a:hover {
        color: #F24962; }
      @media (max-width: 1024px) {
        .off-process-lower .sec-body .list-process li .item .info .sub-title a {
          font-size: 14px; } }
  .off-process-lower .sec-body .list-process li .item .info .time {
    font-size: 14px; }

.slogan {
  padding: 25px;
  background-color: #232739;
  margin-bottom: 25px; }
  .slogan .title {
    margin-bottom: 10px; }
    .slogan .title a {
      font-size: 30px;
      color: #fff;
      line-height: 1.5; }
  .slogan .link {
    display: block;
    font-size: 16px;
    color: #fff;
    line-height: 1.5;
    margin-bottom: 10px; }
  .slogan .tool-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .slogan .tool-box li {
      margin-right: 10px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .slogan .tool-box li a {
        display: block;
        font-size: 12px;
        color: #fff;
        padding: 5px 10px;
        background-color: #1877F2;
        border-radius: 5px; }
        .slogan .tool-box li a svg {
          color: #fff;
          font-size: 15px;
          margin-right: 5px; }
        .slogan .tool-box li a:hover {
          opacity: 0.75; }
  .slogan:hover {
    -webkit-box-shadow: 0px 0px 10px #f24962;
    box-shadow: 0px 0px 10px #f24962; }
  @media (max-width: 414px) {
    .slogan {
      margin-top: 17.5px; } }

.commitment {
  margin-bottom: 15px; }
  .commitment .sec-head {
    margin-bottom: 20px; }
    .commitment .sec-head .heading {
      font-size: 30px;
      font-family: "Roboto-Regular"; }
  .commitment .sec-body .list-commitment li {
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .commitment .sec-body .list-commitment li svg {
      color: #2196F3;
      margin: 5px 15px 0 0;
      font-size: 20px; }
    .commitment .sec-body .list-commitment li .info {
      font-size: 16px; }
      .commitment .sec-body .list-commitment li .info .title {
        font-family: "Roboto-Regular";
        margin-bottom: 10px;
        font-weight: 500; }
      .commitment .sec-body .list-commitment li .info .text {
        margin-bottom: 5px;
        line-height: 1.5; }

.content-course {
  margin-bottom: 50px; }
  .content-course .sec-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media (max-width: 768px) {
      .content-course .sec-head .heading {
        margin-bottom: 10px; } }
    .content-course .sec-head .list-info {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .content-course .sec-head .list-info li {
        margin-left: 30px; }
        .content-course .sec-head .list-info li a {
          color: #F24962; }
        @media (max-width: 768px) {
          .content-course .sec-head .list-info li {
            margin-left: 0;
            margin-right: 30px; } }
      @media (max-width: 768px) {
        .content-course .sec-head .list-info {
          margin-bottom: 20px; } }
    @media (max-width: 768px) {
      .content-course .sec-head {
        display: unset; } }
  .content-course .sec-body p.text {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 15px;
    text-align: justify; }
  .content-course .sec-body .background-gray {
    padding: 20px;
    background-color: #f3f3f3;
    border-radius: 5px; }
  .content-course .sec-body .video-youtube iframe {
    height: 520px; }
    @media (max-width: 768px) {
      .content-course .sec-body .video-youtube iframe {
        height: auto; } }
  .content-course .sec-body .sec-accordion {
    margin-bottom: 25px; }
    .content-course .sec-body .sec-accordion .accordion .card {
      border: none; }
    .content-course .sec-body .sec-accordion .accordion .card-header {
      cursor: pointer;
      margin-bottom: 10px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      border: 1px solid rgba(0, 0, 0, 0.125);
      border-radius: 5px; }
      .content-course .sec-body .sec-accordion .accordion .card-header .card-title {
        margin-bottom: 0;
        line-height: 1; }
        @media (max-width: 768px) {
          .content-course .sec-body .sec-accordion .accordion .card-header .card-title {
            line-height: 1.5; } }
    .content-course .sec-body .sec-accordion .accordion.heading-right .card-title {
      position: absolute;
      right: 50px; }
    .content-course .sec-body .sec-accordion .accordion.indicator-plus .card-header:after {
      font-family: 'fas';
      content: "\f077";
      float: right; }
    .content-course .sec-body .sec-accordion .accordion.indicator-plus .card-header.collapsed:after {
      content: "\f078"; }
    .content-course .sec-body .sec-accordion .accordion.indicator-plus-before.round-indicator .card-header:before {
      font-family: 'fas';
      font-size: 14pt;
      content: "\f077";
      margin-right: 10px; }
    .content-course .sec-body .sec-accordion .accordion.indicator-plus-before.round-indicator .card-header.collapsed:before {
      content: "\f078";
      color: #000; }
    .content-course .sec-body .sec-accordion .accordion.indicator-plus-before .card-header:before {
      font-family: 'fas';
      content: "\f077";
      float: right; }
    .content-course .sec-body .sec-accordion .accordion.indicator-plus-before .card-header.collapsed:before {
      content: "\f078"; }
    .content-course .sec-body .sec-accordion .accordion.indicator-chevron .card-header:after {
      font-family: 'fas';
      content: "\f077";
      float: right; }
    .content-course .sec-body .sec-accordion .accordion.indicator-chevron .card-header.collapsed:after {
      content: "\f078"; }
    .content-course .sec-body .sec-accordion .accordion.background-none [class^="card"] {
      background: transparent; }
    .content-course .sec-body .sec-accordion .accordion.border-0 .card {
      border: 0; }

.block-comment-face {
  margin-bottom: 50px; }

.banner-small {
  margin-bottom: 50px; }

.related-news {
  margin-bottom: 50px; }
  .related-news .sec-body > .row > div .item .thumb {
    margin-bottom: 15px; }
    .related-news .sec-body > .row > div .item .thumb .image {
      height: 165px; }
      @media (max-width: 768px) {
        .related-news .sec-body > .row > div .item .thumb .image {
          height: 220px; } }
      @media (max-width: 375px) {
        .related-news .sec-body > .row > div .item .thumb .image {
          height: 195px; } }
      @media (max-width: 320px) {
        .related-news .sec-body > .row > div .item .thumb .image {
          height: 165px; } }
  .related-news .sec-body > .row > div .item .info .title a {
    font-size: 16px;
    font-family: "Roboto-Bold";
    color: #212121; }
    .related-news .sec-body > .row > div .item .info .title a:hover {
      color: #F24962; }
  @media (max-width: 1024px) {
    .related-news .sec-body > .row > div .item {
      margin-bottom: 25px; } }
  @media (max-width: 414px) {
    .related-news {
      margin-bottom: 0; } }
