a {
  display: block;
  text-decoration: none; }
  a:hover {
    text-decoration: none; }

img {
  display: block;
  max-width: 100%;
  height: 100%;
  object-fit: cover; }

input,
button,
textarea {
  font-family: "Work Sans", sans-serif;
  outline: none;
  line-height: 1; }
  input:hover,
  button:hover,
  textarea:hover {
    outline: none; }

button {
  cursor: pointer; }

@media (min-width: 1400px) {
  .container {
    max-width: 1200px; } }

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: inherit; }

html {
  box-sizing: border-box; }

body {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  color: #4d4d4d; }

.text {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  color: #4d4d4d; }

.title-main {
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #1a1a1a; }

.title-main {
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 38px;
  color: #1a1a1a; }

.title-image {
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  color: #ffffff; }

.title-card {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 21px;
  line-height: 28px;
  color: #000000; }

.bg-overlay::after {
  background-color: rgba(17, 17, 17, 0.4); }

.bg-overlay-banner::after {
  background-color: rgba(0, 0, 0, 0.4); }

.message-error {
  color: #f00;
  font-size: 14px;
  margin-top: 5px;
  display: block; }

.pagi {
  display: flex;
  justify-content: center;
  margin: 0;
  list-style: none; }
  .pagi-item {
    margin: 0 3px;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s linear; }
    .pagi-item a {
      min-width: 38px;
      min-height: 38px;
      border: 1px solid #e5e5e5;
      border-radius: 4px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 14px;
      line-height: 18px;
      font-family: "Roboto", sans-serif;
      color: #5b6062;
      transition: all 0.2s linear; }
    .pagi-item.is-disabled {
      color: #e5e5e5;
      pointer-events: none; }
      .pagi-item.is-disabled i {
        color: #c4c4c4; }
    .pagi-item:hover a, .pagi-item.is-active a {
      color: #fff;
      background-color: #3147bc; }
    .pagi-item:hover img, .pagi-item.is-active img {
      filter: invert(100%); }

.breadcrumb-wp {
  background-color: #f7f7f7;
  margin-top: 4px;
  padding: 17px 0; }
  .breadcrumb-wp ol {
    display: flex;
    justify-content: flex-end; }
    .breadcrumb-wp ol li {
      position: relative;
      font-size: 14px;
      line-height: 17px;
      color: #4d4d4d;
      padding-right: 20px;
      margin-right: 15px;
      color: #666666; }
      .breadcrumb-wp ol li.active {
        padding-right: 0;
        margin-right: 0; }
        .breadcrumb-wp ol li.active::after {
          display: none; }
      .breadcrumb-wp ol li i {
        position: absolute;
        right: 0;
        top: 0;
        font-size: 20px;
        color: #3147bc; }
      .breadcrumb-wp ol li a {
        font-weight: 500;
        font-size: 14px;
        line-height: 16px;
        color: #3147bc; }

.button-primary {
  border: 1px solid #d6d6cf;
  outline: none;
  background-color: #3147bc;
  border-radius: 4px;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  transition: all 0.2s linear; }
  .button-primary:hover {
    transform: translateY(-2px); }

.see-more {
  max-width: 110px;
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 24px;
  color: #ff9427;
  display: flex;
  align-items: center;
  transition: all 0.2s linear; }
  .see-more:hover {
    color: #ff9427;
    transform: translateX(2px); }
  .see-more img {
    margin-left: 12px; }

.title-first .sub-title {
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: #3043ab;
  position: relative;
  padding-left: 40px; }
  .title-first .sub-title::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    height: 1px;
    transform: translateY(-50%);
    background-color: #3043ab;
    width: 30px; }

.title-first h2 {
  margin: 24px 0;
  font-weight: 600;
  font-size: 32px;
  line-height: 38px;
  color: #1a1a1a; }

.title-second {
  text-align: center; }
  .title-second .title {
    font-weight: 600;
    font-size: 32px;
    line-height: 38px;
    color: #1a1a1a;
    position: relative;
    padding-bottom: 16px;
    margin-bottom: 20px; }
    @media screen and (max-width: 576px) {
      .title-second .title {
        font-size: 25px; } }
    .title-second .title::after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      height: 3px;
      background: #3147bc;
      border-radius: 3px;
      width: 150px; }
  .title-second .slogan {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: #666666; }
  .title-second-white .title {
    color: #fff; }
    .title-second-white .title::after {
      background-color: #fff; }
  .title-second-white .slogan {
    color: #fff; }

.header-top {
  padding: 11px 0;
  background-color: #3147bc; }
  .header-top-inner {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .header-top-hero a {
    display: inline-block;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    transition: all 0.2s linear; }
    .header-top-hero a:first-child {
      padding-right: 20px;
      margin-right: 20px;
      border-right: 1.25px solid #fff; }
    .header-top-hero a:hover {
      transform: translateY(-2px); }
  .header-top-social {
    display: flex; }
    .header-top-social a {
      transition: all 0.2s linear; }
      .header-top-social a:hover {
        transform: translateY(-2px); }
      .header-top-social a:not(:last-child) {
        margin-right: 12px; }

.header-main {
  padding: 15px 0; }
  @media screen and (max-width: 992px) {
    .header-main {
      display: none; } }
  .header-main-inner {
    display: flex;
    align-items: center; }
    @media screen and (max-width: 1400px) {
      .header-main-inner {
        justify-content: space-between; } }
  .header-main-logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-right: 65px; }
    @media screen and (max-width: 1400px) {
      .header-main-logo {
        margin-right: 20px; } }
  .header-main-contact {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .header-main-contact .header-contact {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .header-main-contact .header-contact img {
        margin-right: 12px; }
      .header-main-contact .header-contact span {
        font-weight: 500;
        font-size: 14px;
        line-height: 20px;
        color: #1a1a1a; }
      .header-main-contact .header-contact:not(:last-child) {
        margin-right: 40px; }

.header-menu-search {
  background-color: #f7f7f7;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.12); }
  @media screen and (max-width: 992px) {
    .header-menu-search {
      position: relative; } }
  .header-menu-search .bar-menu {
    display: none; }
    @media screen and (max-width: 992px) {
      .header-menu-search .bar-menu {
        padding: 35px;
        display: block;
        position: absolute;
        top: 50%;
        right: 0px;
        transform: translateY(-50%);
        font-size: 20px;
        color: #000; } }
  .header-menu-search .overlay-mobile {
    display: none; }
    @media screen and (max-width: 992px) {
      .header-menu-search .overlay-mobile {
        display: block;
        position: fixed;
        top: 50px;
        left: 0;
        z-index: 999999;
        background: #00000052;
        width: 100vw;
        height: 100vh;
        opacity: 0;
        visibility: hidden;
        transition: all 0.2s linear; } }
  .header-menu-search .header-main-logo {
    display: none; }
    @media screen and (max-width: 992px) {
      .header-menu-search .header-main-logo {
        padding: 10px 0;
        display: flex;
        justify-content: flex-start;
        margin-right: 0; }
        .header-menu-search .header-main-logo img {
          width: 70px;
          height: 70px; } }

.header-menu-inner {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  @media screen and (max-width: 992px) {
    .header-menu-inner {
      display: block;
      width: 300px;
      position: fixed;
      top: 51px;
      z-index: 9999999999999999;
      background: #fff;
      right: -300px;
      height: 100vh;
      opacity: 0;
      visibility: hidden;
      transition: all 0.2s linear; }
      .header-menu-inner.active {
        opacity: 1;
        right: 0;
        visibility: visible; }
        .header-menu-inner.active + .overlay-mobile {
          opacity: 1;
          visibility: visible; } }

.header-menu {
  display: flex;
  align-items: center; }
  @media screen and (max-width: 992px) {
    .header-menu {
      display: block; } }
  .header-menu li.active a, .header-menu li:hover a {
    color: #fff;
    background: #3147bc; }
  .header-menu li a {
    transition: all 0.2s linear;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    padding: 27px 20px;
    color: #4d4d4d; }
    @media screen and (max-width: 576px) {
      .header-menu li a {
        padding: 22px 20px; } }

.header-search {
  box-sizing: border-box;
  border-radius: 2px;
  width: 300px;
  position: relative; }
  @media screen and (max-width: 992px) {
    .header-search {
      width: 100%;
      padding: 0 20px; } }
  .header-search input {
    border: none;
    outline: none;
    background-color: transparent;
    border: 1px solid #c4c4c4;
    padding: 11px 50px 11px 12px;
    width: 100%;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #4d4d4d;
    transition: all 0.2s linear; }
    .header-search input::placeholder {
      color: #666666; }
    .header-search input:focus {
      border-color: #3147bc; }
  .header-search button {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    border: none;
    outline: none;
    background-color: transparent;
    background-color: #3147bc;
    color: #fff;
    width: 44px; }
    @media screen and (max-width: 992px) {
      .header-search button {
        right: 20px; } }
    .header-search button i {
      font-size: 20px; }

.text-logo {
  margin-left: 12px; }
  .text-logo span {
    font-weight: 600;
    font-size: 19px;
    line-height: 26px;
    text-transform: uppercase;
    color: #3147bc;
    display: block; }
    @media screen and (max-width: 1400px) {
      .text-logo span {
        font-size: 17px; } }
    @media screen and (max-width: 576px) {
      .text-logo span {
        font-size: 15px;
        line-height: 22px; } }

body.overlay {
  overflow: hidden;
  height: 100vh; }

.footer {
  background-color: #3043ab;
  padding-top: 55px; }
  .footer-main {
    display: flex;
    justify-content: space-between;
    padding-bottom: 55px; }
    @media screen and (max-width: 992px) {
      .footer-main {
        flex-wrap: wrap;
        justify-content: flex-start;
        padding-bottom: 20px; } }
  .footer-reg {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 55px;
    margin-bottom: 25px;
    border-bottom: 1px solid #384ec1; }
    @media screen and (max-width: 992px) {
      .footer-reg {
        display: block;
        padding-bottom: 30px; } }
    .footer-reg-title {
      color: #fff; }
      @media screen and (max-width: 992px) {
        .footer-reg-title {
          margin-bottom: 20px; } }
      .footer-reg-title h5 {
        font-weight: 600;
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 12px; }
        @media screen and (max-width: 576px) {
          .footer-reg-title h5 {
            font-size: 22px; } }
        @media screen and (max-width: 350px) {
          .footer-reg-title h5 {
            font-size: 20px; } }
      .footer-reg-title p {
        font-size: 15px;
        line-height: 18px; }
    .footer-reg-form {
      display: flex;
      align-items: center; }
      .footer-reg-form input {
        width: 310px;
        font-size: 15px;
        line-height: 18px;
        color: #4d4d4d;
        padding: 16px 12px;
        border: 0; }
        .footer-reg-form input::placeholder {
          color: #666666; }
        @media screen and (max-width: 576px) {
          .footer-reg-form input {
            width: 65%;
            flex-shrink: 0; } }
      .footer-reg-form button {
        border: none;
        outline: none;
        background-color: transparent;
        background-color: #4f69f7;
        display: block;
        padding: 17px 20px;
        font-weight: 500;
        font-size: 14px;
        line-height: 16px;
        color: #fff; }
  .footer-content {
    width: 380px;
    flex-shrink: 0;
    margin-right: 100px; }
    @media screen and (max-width: 992px) {
      .footer-content {
        margin-bottom: 30px;
        width: 100%; } }
    .footer-content .header-main-logo {
      margin-right: 0;
      justify-content: flex-start; }
    .footer-content .text-logo span {
      color: #fff; }
  .footer-desc {
    margin-top: 20px;
    opacity: 0.9;
    color: #fff;
    font-family: "Roboto", sans-serif; }
  .footer-social {
    display: flex;
    margin-top: 24px; }
    .footer-social a {
      transition: all 0.2s linear; }
      .footer-social a:not(:last-child) {
        margin-right: 12px; }
      .footer-social a:hover {
        transform: translateY(-2px); }
  .footer-menu {
    width: 120px;
    flex-shrink: 0;
    margin-right: 50px;
    margin-top: 46px; }
    @media screen and (max-width: 992px) {
      .footer-menu {
        margin-top: 0px; } }
    @media screen and (max-width: 576px) {
      .footer-menu {
        margin: 15px 0; } }
    .footer-menu-service {
      margin-right: 100px; }
      @media screen and (max-width: 992px) {
        .footer-menu-service {
          margin-right: 150px; } }
      @media screen and (max-width: 576px) {
        .footer-menu-service {
          margin-right: 70px; } }
    .footer-menu a {
      font-size: 15px;
      line-height: 24px;
      color: #fff;
      opacity: 0.9;
      margin-bottom: 10px;
      transition: all 0.2s linear; }
      .footer-menu a:hover {
        transform: translateY(-2px); }
  .footer-title {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #fff;
    margin-bottom: 24px; }
    @media screen and (max-width: 576px) {
      .footer-title {
        margin-bottom: 15px; } }
  .footer-contact {
    margin-top: 46px; }
    @media screen and (max-width: 992px) {
      .footer-contact {
        margin-top: 0px; } }
    .footer-contact-item {
      display: flex;
      align-items: center;
      margin-bottom: 10px; }
      .footer-contact-item a {
        color: #fff;
        font-size: 15px;
        line-height: 24px;
        opacity: 0.9;
        font-weight: 400;
        transition: all 0.2s linear; }
        .footer-contact-item a:hover {
          transform: translateY(-2px); }
      .footer-contact-item i {
        margin-right: 12px;
        color: #fff;
        font-size: 17px; }
      .footer-contact-item:last-child {
        align-items: baseline; }
  .footer-copyright {
    background-color: #273ba5;
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    line-height: 15px;
    color: #d4dee1;
    padding: 22px;
    text-align: center; }

.slider-main-wrapper {
  position: relative; }

.slider-main {
  position: relative; }
  .slider-main::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2); }
  .slider-main .item img {
    height: 550px; }
  .slider-main .owl-nav {
    position: absolute;
    z-index: 2;
    top: 40%;
    margin: 0;
    display: flex;
    justify-content: space-between;
    width: 100%; }
    .slider-main .owl-nav button {
      border: none;
      outline: none;
      background-color: transparent;
      background-color: #c4c4c4 !important;
      border-radius: 4px;
      width: 44px;
      height: 44px;
      align-items: center;
      display: flex !important;
      justify-content: center;
      border-radius: 0;
      transition: all 0.2s linear;
      margin: 0 !important; }
      .slider-main .owl-nav button:hover {
        background-color: #a5a5a5 !important; }
      .slider-main .owl-nav button img {
        width: auto;
        height: auto; }
    .slider-main .owl-nav .owl-prev {
      position: relative;
      left: 24px; }
    .slider-main .owl-nav .owl-next {
      position: relative;
      right: 24px; }

.form-register {
  overflow: hidden;
  width: 400px;
  position: absolute;
  top: 50%;
  z-index: 999;
  right: 300px;
  transform: translateY(-50%);
  background-color: #fff;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.2);
  border-radius: 8px; }
  @media screen and (max-width: 992px) {
    .form-register {
      right: 100px; } }
  @media screen and (max-width: 576px) {
    .form-register {
      width: 90%;
      right: 50%;
      transform: translate(50%, -50%); } }
  .form-register .title {
    background: #f7f7f7;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #1a1a1a;
    padding: 15px 20px;
    margin-bottom: 20px; }
  .form-register form {
    padding: 0 20px;
    margin-bottom: 20px; }
    .form-register form .form-group {
      position: relative;
      margin-bottom: 10px; }
      .form-register form .form-group i,
      .form-register form .form-group img {
        position: absolute;
        top: 22px;
        transform: translateY(-50%);
        left: 15px;
        color: #666;
        font-size: 18px;
        width: auto;
        height: auto; }
      .form-register form .form-group.form-error input,
      .form-register form .form-group.form-error select {
        border: 1px solid #f00; }
    .form-register form input,
    .form-register form select {
      width: 100%;
      background-color: #f9f9f9;
      border: 1px solid #e5e5e5;
      border-radius: 4px;
      height: 44px;
      font-weight: 400;
      font-size: 14px;
      line-height: 16px;
      color: #1a1a1a;
      padding-left: 40px;
      padding-right: 11px;
      transition: all 0.2s linear; }
      .form-register form input::placeholder,
      .form-register form select::placeholder {
        color: #666666; }
      .form-register form input:focus,
      .form-register form select:focus {
        border-color: #3147bc;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; }
    .form-register form select {
      text-indent: 25px;
      padding-left: 10px; }
      @media screen and (max-width: 576px) {
        .form-register form select {
          padding-left: 15px;
          text-indent: 30px; } }
    .form-register form .form-group-half {
      display: flex;
      justify-content: space-between; }
      @media screen and (max-width: 576px) {
        .form-register form .form-group-half {
          display: block; } }
      .form-register form .form-group-half .form-group {
        width: calc(50% - 5px); }
        @media screen and (max-width: 576px) {
          .form-register form .form-group-half .form-group {
            width: 100%; } }
        .form-register form .form-group-half .form-group:first-child {
          margin-right: 10px; }
    .form-register form .button-primary {
      width: 100%;
      padding: 14px 10px; }

.intro {
  margin-bottom: 160px;
  margin-top: 70px; }
  @media screen and (max-width: 576px) {
    .intro {
      margin-bottom: 50px; } }
  .intro-inner {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media screen and (max-width: 576px) {
      .intro-inner {
        display: block; } }
  .intro-media {
    position: relative;
    width: 100%; }
    .intro-media-main {
      width: 357px;
      height: 400px; }
      @media screen and (max-width: 992px) {
        .intro-media-main {
          width: 230px;
          height: 290px; } }
      @media screen and (max-width: 576px) {
        .intro-media-main {
          width: 240px;
          height: 290px; } }
      .intro-media-main img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .intro-media-sub {
      position: absolute;
      left: 230px;
      top: 130px;
      z-index: 2;
      width: 283px;
      height: 348px; }
      @media screen and (max-width: 1400px) {
        .intro-media-sub {
          top: 160px; } }
      @media screen and (max-width: 992px) {
        .intro-media-sub {
          top: 150px;
          width: 215px;
          height: 280px;
          left: 100px; } }
      @media screen and (max-width: 576px) {
        .intro-media-sub {
          top: 130px;
          width: 235px;
          height: 290px; } }
      .intro-media-sub img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .intro-media .intro-main-bg {
      position: absolute;
      width: auto;
      height: auto;
      top: -25px;
      right: 100px;
      z-index: -1; }
      @media screen and (max-width: 1400px) {
        .intro-media .intro-main-bg {
          top: -30px;
          right: 40px; } }
      @media screen and (max-width: 992px) {
        .intro-media .intro-main-bg {
          right: -50px; } }
      @media screen and (max-width: 576px) {
        .intro-media .intro-main-bg {
          right: 70px; } }
  .intro-text {
    width: 550px;
    margin-left: 105px;
    flex-shrink: 0; }
    @media screen and (max-width: 992px) {
      .intro-text {
        max-width: 50%;
        margin-left: 100px; } }
    @media screen and (max-width: 576px) {
      .intro-text {
        max-width: 100%;
        margin-left: 0;
        margin-top: 170px; } }
    .intro-text-desc {
      margin-bottom: 24px; }

.statistical {
  padding: 100px 0;
  background-image: url("./../img/icon/bg-statistical.png");
  background-size: cover; }
  @media screen and (max-width: 576px) {
    .statistical {
      padding: 50px 0 40px; } }
  .statistical-inner {
    display: flex;
    align-items: center;
    margin: 0 -15px; }
    @media screen and (max-width: 576px) {
      .statistical-inner {
        display: block;
        margin: 0; } }
  .statistical-item {
    width: calc(25% - 15px);
    margin: 0 15px;
    background-color: #fff;
    border-radius: 8px;
    display: flex;
    align-items: center;
    padding: 40px 24px;
    transition: all 0.2s linear; }
    @media screen and (max-width: 1400px) {
      .statistical-item {
        padding: 40px 15px; } }
    @media screen and (max-width: 992px) {
      .statistical-item {
        display: block;
        padding: 30px 10px; } }
    @media screen and (max-width: 576px) {
      .statistical-item {
        width: 100%;
        margin: 0;
        margin-bottom: 15px; } }
    .statistical-item:hover {
      transform: translateY(-3px);
      box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px; }
  .statistical-icon {
    margin-right: 20px;
    flex-shrink: 0; }
    @media screen and (max-width: 992px) {
      .statistical-icon {
        width: 50px;
        height: 50px;
        margin: 0 auto;
        margin-bottom: 10px; } }
  @media screen and (max-width: 992px) {
    .statistical-text {
      text-align: center; } }
  .statistical-text h4 {
    font-weight: 600;
    font-size: 32px;
    line-height: 24px;
    color: #3043ab;
    margin-bottom: 6px; }
  .statistical-text p {
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    color: #3043ab; }

.choose {
  margin-top: 102px;
  margin-bottom: 108px; }
  @media screen and (max-width: 576px) {
    .choose {
      margin-top: 50px; } }
  .choose-inner {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media screen and (max-width: 576px) {
      .choose-inner {
        display: block; } }
  .choose-media {
    width: 357px;
    margin-left: 140px;
    flex-shrink: 0;
    padding-right: 56px; }
    @media screen and (max-width: 992px) {
      .choose-media {
        width: 40%;
        margin-left: 30px; } }
    @media screen and (max-width: 576px) {
      .choose-media {
        width: 100%;
        margin-left: 0;
        margin-top: 30px; } }
    .choose-media-inner {
      position: relative; }
      .choose-media-inner::after {
        content: "";
        position: absolute;
        top: 40px;
        right: -25px;
        background-color: #e9e9f1;
        width: 89%;
        height: 95%;
        z-index: -1;
        padding-right: 20px;
        padding-bottom: 20px; }
      .choose-media-inner::before {
        content: "";
        position: absolute;
        top: 65px;
        right: -50px;
        background-color: #ffffff;
        width: 89%;
        height: 95%;
        z-index: -1;
        padding-right: 20px;
        padding-bottom: 20px;
        border-right: 8px solid #e9e9f1;
        border-bottom: 8px solid #e9e9f1; }
  .choose-text .title-first {
    max-width: 550px; }
    .choose-text .title-first h2 {
      margin-bottom: 32px; }
  .choose-item {
    display: flex; }
    .choose-item:not(:last-child) {
      margin-bottom: 24px; }
    .choose-item-icon {
      margin-right: 16px; }
    .choose-item-text h5 {
      font-weight: 600;
      font-size: 16px;
      line-height: 24px;
      color: #1a1a1a;
      margin-bottom: 8px; }

.course {
  background-color: #f7f8f9;
  padding-top: 50px;
  padding-bottom: 70px; }
  .course .title-first h2 {
    margin-bottom: 50px; }
  .course-item {
    transition: all 0.2s linear; }
    .course-item:hover {
      transform: translateY(-2px);
      box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.12); }
  .course-thumb {
    height: 237px;
    position: relative; }
    @media screen and (max-width: 992px) {
      .course-thumb {
        height: 200px; } }
    .course-thumb img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .course-thumb span {
      position: absolute;
      left: 20px;
      bottom: 20px;
      background-color: #ff9427;
      font-family: "Roboto", sans-serif;
      font-weight: 600;
      font-size: 18px;
      line-height: 21px;
      color: #fff;
      padding: 16px 15px 16px 20px;
      display: block;
      min-width: 168px; }
      @media screen and (max-width: 992px) {
        .course-thumb span {
          padding: 10px;
          min-width: 130px; } }
  .course-text {
    background-color: #fff;
    padding: 20px 20px 26px; }
    @media screen and (max-width: 992px) {
      .course-text {
        padding: 20px 15px 25px; } }
  .course-hero {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media screen and (max-width: 992px) {
      .course-hero {
        display: block; } }
    @media screen and (max-width: 576px) {
      .course-hero {
        display: flex; } }
    .course-hero-item {
      display: flex;
      align-items: center; }
      @media screen and (max-width: 992px) {
        .course-hero-item {
          margin-bottom: 10px; } }
      .course-hero-item img {
        margin-right: 10px;
        width: auto !important; }
      .course-hero-item span {
        font-weight: 400;
        font-size: 15px;
        line-height: 18px;
        color: #4d4d4d; }
  .course-title a {
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    color: #1a1a1a;
    margin-top: 21px;
    margin-bottom: 16px; }
    @media screen and (max-width: 992px) {
      .course-title a {
        margin-top: 10px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 100%;
        max-width: 100%;
        word-break: break-word; } }
  .course-desc {
    font-family: "Roboto", sans-serif; }
    @media screen and (max-width: 992px) {
      .course-desc {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 100%;
        max-width: 100%;
        word-break: break-word; } }
  .course .button-reg {
    width: 100%;
    padding: 14px;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    margin-top: 32px;
    background-color: #edeeef;
    border-radius: 4px;
    color: #4d4d4d;
    transition: all 0.2s linear; }
    @media screen and (max-width: 992px) {
      .course .button-reg {
        margin-top: 15px; } }
    .course .button-reg:hover {
      background-color: #3147bc;
      color: #fff; }
  .course .owl-dots {
    transform: translateY(20px); }
  .course .owl-dot {
    border: none;
    outline: none;
    background-color: transparent;
    transition: all 0.2s linear; }
    .course .owl-dot span {
      transition: all 0.2s linear;
      background-color: #c4c4c4 !important;
      width: 8px !important;
      height: 8px !important; }
    .course .owl-dot.active span {
      background-color: #ff9427 !important;
      border-radius: 4px;
      width: 18px !important;
      height: 8px !important; }

.support {
  padding-top: 80px;
  padding-bottom: 90px;
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("./../img/bg-support.png") no-repeat;
  background-size: cover; }
  .support-dots {
    position: absolute;
    width: auto;
    height: auto;
    top: 0;
    right: 0;
    transform: translate(70%, 60%);
    z-index: -1; }
    @media screen and (max-width: 576px) {
      .support-dots {
        display: none; } }
  .support-inner {
    position: relative;
    max-width: 400px;
    margin: 0 auto;
    z-index: 2; }
  .support-title {
    text-align: center;
    margin-bottom: 40px; }
    .support-title h4 {
      font-weight: 600;
      font-size: 32px;
      line-height: 38px;
      color: #f7f8f9;
      margin-bottom: 10px; }
    .support-title p {
      font-family: "Roboto", sans-serif;
      color: #f7f8f9; }
  .support-form input,
  .support-form textarea {
    background: #f9f9f9;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    border-radius: 4px;
    font-size: 14px;
    line-height: 16px;
    color: #4d4d4d;
    margin-bottom: 10px;
    padding: 12px 14px;
    width: 100%; }
    .support-form input::placeholder,
    .support-form textarea::placeholder {
      color: #666666; }
  .support-form textarea {
    min-height: 140px;
    resize: none; }
  .support-form button {
    border: none;
    padding: 14px; }

.modal-register .modal-content {
  max-width: 500px;
  margin: 0 auto; }

.modal-register .form-register {
  width: 100%;
  position: unset;
  top: unset;
  transform: unset; }
  .modal-register .form-register .close {
    color: #c4c4c4;
    right: 24px;
    top: 10px; }

.intro-banner {
  position: relative; }
  .intro-banner::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.02);
    z-index: 2; }
  .intro-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.intro-hero {
  padding-top: 60px;
  padding-bottom: 80px; }
  @media screen and (max-width: 576px) {
    .intro-hero {
      padding-top: 50px;
      padding-bottom: 40px; } }
  .intro-hero-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 -32px;
    margin-top: 50px; }
    @media screen and (max-width: 992px) {
      .intro-hero-list {
        margin: 0 -25px;
        margin-top: 40px; } }
    @media screen and (max-width: 576px) {
      .intro-hero-list {
        margin: 0;
        margin-top: 30px; } }
  .intro-hero-item {
    width: calc(33.33% - 64px);
    margin: 0 32px;
    border: 1.5px solid #ff9427;
    border-radius: 8px;
    padding: 24px 24px 24px 56px;
    position: relative;
    margin-bottom: 50px; }
    @media screen and (max-width: 1400px) {
      .intro-hero-item {
        padding: 24px 20px 24px 50px; } }
    @media screen and (max-width: 992px) {
      .intro-hero-item {
        padding: 20px 20px 15px 42px;
        width: calc(33.33% - 50px);
        margin: 0 25px;
        margin-bottom: 30px; } }
    @media screen and (max-width: 576px) {
      .intro-hero-item {
        width: 100%;
        margin: 0;
        margin-bottom: 30px;
        margin-left: 30px; } }
    .intro-hero-item:nth-child(1n + 4) {
      margin-bottom: 0px; }
      @media screen and (max-width: 576px) {
        .intro-hero-item:nth-child(1n + 4) {
          margin-bottom: 30px; } }
  .intro-hero-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    color: #1a1a1a;
    margin-bottom: 16px; }
  .intro-hero-desc {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: #4d4d4d;
    margin-bottom: 16px; }
  .intro-hero-icon {
    position: absolute;
    top: 24px;
    left: 0px;
    width: auto;
    height: auto;
    transform: translateX(-50%); }

.intro-course {
  padding-top: 70px; }
  .intro-course .title-second {
    margin-bottom: 10px; }

.coach {
  padding-top: 70px;
  padding-bottom: 100px;
  background-image: url("./../img/icon/bg-statistical.png");
  background-size: cover; }
  .coach-list {
    align-items: center;
    margin-top: 50px; }
    @media screen and (max-width: 992px) {
      .coach-list {
        flex-wrap: wrap;
        margin-top: 50px; } }
    @media screen and (max-width: 576px) {
      .coach-list {
        margin: 0;
        margin-top: 50px; } }
  .coach-item-thumb {
    background-image: url("./../img/icon/bg-coach.png");
    background-repeat: no-repeat;
    height: 225px;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media screen and (max-width: 992px) {
      .coach-item-thumb {
        background-position: center; } }
    .coach-item-thumb img {
      width: 90%;
      height: 90%;
      width: 90% !important; }
      @media screen and (max-width: 992px) {
        .coach-item-thumb img {
          width: 66%; } }
      @media screen and (max-width: 576px) {
        .coach-item-thumb img {
          width: 55% !important; } }
  .coach-item-content {
    text-align: center;
    margin-top: 30px;
    color: #fff; }
    .coach-item-content h3 {
      font-weight: 600;
      font-size: 20px;
      line-height: 23px;
      margin-bottom: 10px; }
    .coach-item-content p {
      font-family: "Roboto", sans-serif;
      font-size: 18px;
      line-height: 21px;
      padding-bottom: 20px;
      margin-bottom: 20px;
      position: relative; }
      .coach-item-content p::after {
        content: "";
        position: absolute;
        background-color: #fff;
        width: 150px;
        height: 0.75px;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%); }
  .coach-item-social {
    display: flex;
    align-items: center;
    justify-content: center; }
    .coach-item-social a {
      transition: all 0.2s linear; }
      .coach-item-social a:hover {
        transform: translateY(-2px); }
      .coach-item-social a:not(:last-child) {
        margin-right: 12px; }
  .coach .owl-dots {
    transform: translateY(50px); }
  .coach .owl-dot {
    border: none;
    outline: none;
    background-color: transparent;
    transition: all 0.2s linear; }
    .coach .owl-dot span {
      transition: all 0.2s linear;
      background-color: #c4c4c4 !important;
      width: 8px !important;
      height: 8px !important; }
    .coach .owl-dot.active span {
      background-color: #ff9427 !important;
      border-radius: 4px;
      width: 18px !important;
      height: 8px !important; }

.class {
  padding-bottom: 45px;
  padding-top: 70px; }
  .class-list {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin: 0 -60px;
    margin-top: 70px; }
    @media screen and (max-width: 576px) {
      .class-list {
        margin: 0 -10px;
        margin-top: 30px; } }
  .class-item {
    width: 200px;
    margin: 0 60px; }
    @media screen and (max-width: 576px) {
      .class-item {
        width: calc(33.33% - 20px);
        margin: 0 10px; } }
    .class-item p {
      margin-top: 30px;
      font-weight: 600;
      font-size: 18px;
      line-height: 24px;
      text-align: center;
      text-transform: uppercase;
      color: #1a1a1a;
      padding: 0 20px; }
      @media screen and (max-width: 576px) {
        .class-item p {
          padding: 0;
          font-size: 14px;
          font-weight: 500;
          margin-top: 20px;
          text-transform: capitalize; } }

.review {
  padding-top: 70px;
  padding-bottom: 93px;
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("./../img/review-bg.png") no-repeat;
  background-size: cover; }
  .review-list {
    padding: 0 60px;
    padding-right: 0;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media screen and (max-width: 576px) {
      .review-list {
        display: block;
        padding: 0 42px; } }
  .review-inner {
    margin-top: 82px; }
  .review-item {
    width: calc(50% - 57.5px);
    background-color: #fff;
    border-radius: 8px;
    padding: 24px 24px 40px 85px;
    position: relative; }
    @media screen and (max-width: 992px) {
      .review-item {
        padding: 24px 24px 40px 60px; } }
    @media screen and (max-width: 576px) {
      .review-item {
        width: 100%;
        margin-bottom: 30px;
        padding: 15px 10px 20px 40px; } }
    .review-item-auth {
      position: absolute;
      left: 0;
      top: 0;
      transform: translate(-50%, 50%);
      z-index: 10;
      width: 120px;
      height: 120px; }
      @media screen and (max-width: 992px) {
        .review-item-auth {
          width: 100px;
          height: 100px; } }
      @media screen and (max-width: 576px) {
        .review-item-auth {
          width: 80px;
          height: 80px; } }
      .review-item-auth img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 50%;
        border: 5px solid #fff; }
    .review-item .icon-quote {
      position: absolute;
      bottom: 0;
      right: 0;
      height: auto;
      width: auto !important;
      bottom: 21px;
      right: 26px; }
    .review-item h3 {
      font-weight: 600;
      font-size: 18px;
      line-height: 21px;
      color: #1a1a1a;
      margin-bottom: 16px; }
  .review .owl-nav {
    position: absolute;
    z-index: 2;
    top: 40%;
    margin: 0;
    display: flex;
    justify-content: space-between;
    width: 100%; }
    .review .owl-nav button {
      border: none;
      outline: none;
      background-color: transparent;
      background-color: #c4c4c4 !important;
      border-radius: 4px;
      width: 44px;
      height: 44px;
      align-items: center;
      display: flex !important;
      justify-content: center;
      border-radius: 0;
      transition: all 0.2s linear;
      margin: 0 !important; }
      .review .owl-nav button:hover {
        background-color: #a5a5a5 !important; }
      .review .owl-nav button img {
        width: auto;
        height: auto; }
    .review .owl-nav .owl-prev {
      position: relative;
      left: -95px; }
      @media screen and (max-width: 992px) {
        .review .owl-nav .owl-prev {
          left: -40px; } }
      @media screen and (max-width: 576px) {
        .review .owl-nav .owl-prev {
          left: -10px; } }
    .review .owl-nav .owl-next {
      position: relative;
      left: 95px; }
      @media screen and (max-width: 992px) {
        .review .owl-nav .owl-next {
          left: 50px; } }
      @media screen and (max-width: 576px) {
        .review .owl-nav .owl-next {
          left: 10px; } }
  .review .owl-dots {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -65px; }
  .review .owl-dot {
    border: none;
    outline: none;
    background-color: transparent;
    transition: all 0.2s linear; }
    .review .owl-dot span {
      transition: all 0.2s linear;
      background-color: #c4c4c4 !important;
      width: 8px !important;
      height: 8px !important; }
    .review .owl-dot.active span {
      background-color: #ff9427 !important;
      border-radius: 4px;
      width: 18px !important;
      height: 8px !important; }

.news {
  padding-top: 30px;
  padding-bottom: 70px; }
  @media screen and (max-width: 576px) {
    .news {
      padding-bottom: 40px; } }
  .news .title-second {
    padding-bottom: 50px; }
  .news-list {
    display: flex;
    align-items: center;
    margin: 0 -15px;
    flex-wrap: wrap; }
    @media screen and (max-width: 576px) {
      .news-list {
        display: block;
        margin: 0; } }
  .news-item {
    border: 1px solid #e5e5e5;
    width: calc(33.33% - 30px);
    margin: 0 15px;
    margin-bottom: 30px;
    transition: all 0.2s linear; }
    @media screen and (max-width: 576px) {
      .news-item {
        width: 100%;
        margin: 0;
        margin-bottom: 20px; } }
    .news-item:hover {
      transform: translateY(-2px);
      box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.12); }
  .news-thumb {
    height: 230px;
    position: relative; }
    .news-thumb img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .news-text {
    background-color: #fff;
    padding: 16px 24px 24px; }
  .news-title {
    margin-bottom: 16px; }
    .news-title a {
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
      width: 100%;
      max-width: 100%;
      word-break: break-word;
      font-weight: 600;
      font-size: 18px;
      line-height: 24px;
      color: #1a1a1a; }
  .news-desc {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    max-width: 100%;
    word-break: break-word;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #333333;
    margin-bottom: 16px; }

.albums {
  padding-top: 30px;
  padding-bottom: 70px; }
  @media screen and (max-width: 576px) {
    .albums {
      padding-bottom: 50px; } }
  .albums .title-second {
    padding-bottom: 50px; }
  .albums-list {
    display: flex;
    align-items: center;
    margin: 0 -15px;
    flex-wrap: wrap; }
    @media screen and (max-width: 576px) {
      .albums-list {
        display: block;
        margin: 0; } }
  .albums-item {
    border: 1px solid #e5e5e5;
    width: calc(33.33% - 30px);
    margin: 0 15px;
    margin-bottom: 30px;
    transition: all 0.2s linear; }
    @media screen and (max-width: 576px) {
      .albums-item {
        width: 100%;
        margin: 0;
        margin-bottom: 20px; } }
    .albums-item:hover {
      transform: translateY(-2px);
      box-shadow: 0px 4px 12px rgba(10, 20, 78, 0.12); }
    .albums-item-play {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: auto !important;
      height: auto !important; }
  .albums-thumb {
    height: 230px;
    position: relative; }
    .albums-thumb-video::before {
      content: "";
      position: absolute;
      top: -0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.4); }
    .albums-thumb img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .albums-thumb span {
      position: absolute;
      left: 20px;
      bottom: 20px;
      background-color: #ff9427;
      font-family: "Roboto", sans-serif;
      font-weight: 600;
      font-size: 18px;
      line-height: 21px;
      color: #fff;
      padding: 16px 15px 16px 20px;
      display: block;
      min-width: 168px; }
  .albums-text {
    background-color: #fff;
    padding: 24px; }
  .albums-title {
    margin-bottom: 12px;
    position: relative; }
    .albums-title::before, .albums-title::after {
      content: "";
      position: absolute;
      top: -16px;
      left: 50%;
      transform: translateX(-50%);
      width: 317px;
      height: 1px;
      background-color: #e7e7e7; }
    .albums-title::after {
      width: 297px;
      top: -8px; }
    .albums-title a {
      font-weight: 600;
      font-size: 18px;
      line-height: 21px;
      color: #1a1a1a; }
  .albums-desc {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .albums-desc span {
      font-size: 14px;
      line-height: 16px;
      color: #666666;
      font-weight: 400; }

#lightgallery a {
  margin-bottom: 10px;
  display: inline-block; }
  #lightgallery a img {
    display: inline-block; }

.row {
  display: -ms-flexbox;
  /* IE 10 */
  display: flex;
  -ms-flex-wrap: wrap;
  /* IE 10 */
  flex-wrap: wrap;
  padding: 0 4px; }

/* Create two equal columns that sits next to each other */
.column {
  -ms-flex: 25%;
  /* IE 10 */
  flex: 25%;
  padding: 0 5px; }

.column img {
  margin-top: 10px;
  width: 285px;
  height: auto; }

.gallery-related .albums-item {
  width: unset;
  margin: 0;
  margin-bottom: 70px; }

.gallery-related-title {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .gallery-related-title h3 {
    font-weight: 600;
    font-size: 32px;
    line-height: 38px;
    color: #1a1a1a;
    padding-bottom: 16px;
    margin-bottom: 30px;
    position: relative; }
    @media screen and (max-width: 576px) {
      .gallery-related-title h3 {
        font-weight: 500;
        font-size: 25px;
        padding-bottom: 10px; } }
    .gallery-related-title h3::before {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 150px;
      height: 3px;
      border-radius: 3px;
      background-color: #3147bc; }
  .gallery-related-title .see-more {
    max-width: 200px; }

.gallery-related .owl-nav {
  position: absolute;
  z-index: 2;
  top: 35%;
  margin: 0;
  display: flex;
  justify-content: space-between;
  width: 100%; }
  .gallery-related .owl-nav button {
    border: none;
    outline: none;
    background-color: transparent;
    background-color: #f6f6f6 !important;
    border-radius: 4px;
    width: 44px;
    height: 44px;
    align-items: center;
    display: flex !important;
    justify-content: center;
    border-radius: 0;
    transition: all 0.2s linear;
    margin: 0 !important; }
    .gallery-related .owl-nav button:hover {
      background-color: #a5a5a5 !important; }
    .gallery-related .owl-nav button img {
      width: auto;
      height: auto; }
  .gallery-related .owl-nav .owl-prev {
    position: relative;
    left: -74px; }
    @media screen and (max-width: 576px) {
      .gallery-related .owl-nav .owl-prev {
        left: 0; } }
  .gallery-related .owl-nav .owl-next {
    position: relative;
    left: 74px; }
    @media screen and (max-width: 576px) {
      .gallery-related .owl-nav .owl-next {
        left: 0; } }

#video-gallery {
  display: flex;
  align-items: center;
  margin: 0 -15px;
  flex-wrap: wrap; }
  @media screen and (max-width: 576px) {
    #video-gallery {
      margin: 0 -10px; } }
  #video-gallery a {
    width: calc(33.33% - 30px);
    margin: 0 15px;
    margin-bottom: 30px;
    transition: all 0.2s linear;
    position: relative; }
    @media screen and (max-width: 576px) {
      #video-gallery a {
        width: calc(50% - 20px);
        margin: 0 10px;
        margin-bottom: 20px; } }
    #video-gallery a img {
      width: 100%;
      height: 100%; }
    #video-gallery a:hover {
      transform: translateY(-2px);
      box-shadow: 0px 4px 12px rgba(10, 20, 78, 0.12); }
    #video-gallery a .video-gallery-play {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: auto !important;
      height: auto !important; }
      @media screen and (max-width: 576px) {
        #video-gallery a .video-gallery-play {
          width: 35px !important;
          height: 35px !important; } }
    #video-gallery a::before {
      content: "";
      position: absolute;
      top: -0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.4); }

.modal-dialog {
  max-width: 800px;
  margin: 30px auto; }
  @media screen and (max-width: 576px) {
    .modal-dialog {
      max-width: 90%; } }

.modal-body {
  position: relative;
  padding: 0px; }

.close {
  position: absolute;
  right: -30px;
  top: 0;
  z-index: 999;
  font-size: 2rem;
  font-weight: normal;
  color: #fff;
  opacity: 1; }
  @media screen and (max-width: 576px) {
    .close {
      right: 0px;
      top: -10px; } }

.ug-item-wrapper > img {
  border: 10px solid #fff; }

.ug-lightbox .ug-lightbox-overlay {
  background-color: rgba(10, 12, 22, 0.6) !important; }

.ug-lightbox .ug-lightbox-arrow-left,
.ug-lightbox .ug-lightbox-arrow-right {
  width: 44px !important;
  height: 44px !important;
  background-image: url("./../img/icon/arrow-left.png") !important;
  opacity: 0;
  background-color: #c4c4c4;
  border-radius: 4px;
  background-size: auto !important;
  background-position: center !important;
  transition: all 0.2s linear;
  left: 70px !important; }
  @media screen and (max-width: 576px) {
    .ug-lightbox .ug-lightbox-arrow-left,
    .ug-lightbox .ug-lightbox-arrow-right {
      width: 30px !important;
      height: 30px !important;
      left: 15px !important; } }

.ug-lightbox .ug-lightbox-arrow-right {
  background-image: url("./../img/icon/arrow-right.png") !important;
  right: 70px !important;
  left: unset !important; }
  @media screen and (max-width: 576px) {
    .ug-lightbox .ug-lightbox-arrow-right {
      right: 15px !important; } }

.info-inner {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start; }
  @media screen and (max-width: 992px) {
    .info-inner {
      display: block;
      margin-bottom: 30px; } }

.info-item {
  border: 1px solid #e5e5e5;
  padding: 10px;
  margin-bottom: 50px; }
  .info-item:last-of-type {
    margin-bottom: 30px; }
  .info-item-text {
    padding: 0 20px; }
    .info-item-text .see-more {
      margin-top: 30px; }
  .info-item-content h3 {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 24px;
    color: #1a1a1a;
    margin-top: 20px;
    margin-bottom: 16px; }
  .info-item-content h4 {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 17px;
    line-height: 17px;
    color: #1a1a1a;
    margin-top: 20px;
    margin-bottom: 16px; }
  .info-item-content p {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: #333333;
    margin-bottom: 16px; }
  .info-item-content img {
    max-width: 100%;
    margin: 30px auto;
    object-fit: cover; }
  .info-item-content ul {
    list-style: disc;
    padding-left: 35px; }
  .info-item-title {
    padding-bottom: 16px;
    margin-bottom: 30px;
    position: relative;
    text-align: center; }
    .info-item-title a {
      font-weight: 600;
      font-size: 16px;
      line-height: 19px;
      color: #1a1a1a; }
    .info-item-title::after {
      content: "";
      position: absolute;
      background-color: #3147bc;
      border-radius: 3px;
      width: 100px;
      height: 2px;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%); }
  .info-item-desc {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    max-width: 100%;
    word-break: break-word;
    font-family: "Roboto", sans-serif; }
  .info-item .share-social {
    padding-left: 20px;
    margin-top: 40px;
    margin-bottom: 30px;
    display: flex;
    align-items: center; }
    .info-item .share-social p {
      font-family: "Roboto", sans-serif;
      font-weight: 500;
      font-size: 15px;
      line-height: 24px;
      color: #4d4d4d; }
    .info-item .share-social-icon {
      display: flex;
      align-items: center;
      margin-left: 18px; }
      .info-item .share-social-icon a {
        transition: all 0.2s linear; }
        .info-item .share-social-icon a:hover {
          transform: translateY(-2px); }
        .info-item .share-social-icon a:not(:last-child) {
          margin-right: 12px; }

.info-thumb-create {
  height: 380px;
  position: relative;
  margin-bottom: 65px; }

.info-thumb {
  height: 100%; }
  .info-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.info-create {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 50%); }
  .info-create-date {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
    width: 100%; }
    .info-create-date span:first-child {
      font-size: 24px;
      line-height: 28px;
      display: block;
      font-weight: 700; }

.info .load-more {
  border-radius: 4px;
  background-color: #ff9427;
  width: 200px;
  height: 44px;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.2s linear;
  margin-bottom: 80px; }
  @media screen and (max-width: 992px) {
    .info .load-more {
      margin-bottom: 50px; } }
  .info .load-more:hover {
    color: #fff;
    background-color: #e37a10; }

.newest {
  width: 370px;
  margin-left: 30px;
  flex-shrink: 0;
  border: 1px solid #e5e5e5; }
  @media screen and (max-width: 992px) {
    .newest {
      width: 100%;
      margin-left: 0; } }
  .newest h3.title {
    padding: 18px 24px;
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    color: #1a1a1a; }
  .newest-item {
    display: flex;
    align-items: center;
    padding: 24px;
    border-top: 1px solid #e5e5e5; }
    .newest-item-thumb {
      width: 100px;
      height: 76px;
      flex-shrink: 0;
      margin-right: 20px; }
      .newest-item-thumb img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .newest-item-text .title {
      margin-bottom: 10px; }
      .newest-item-text .title a {
        font-weight: 500;
        font-size: 16px;
        line-height: 19px;
        color: #1a1a1a; }
    .newest-item-text .create {
      font-family: "Roboto", sans-serif;
      font-size: 14px;
      line-height: 16px;
      color: #666666; }

.process .title-second {
  text-align: left; }
  .process .title-second .title::after {
    left: 0;
    transform: none; }

.process-list {
  margin-top: 70px;
  margin-bottom: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  position: relative; }
  @media screen and (max-width: 992px) {
    .process-list {
      margin: 40px 0; } }
  @media screen and (max-width: 576px) {
    .process-list {
      display: block; } }

@media screen and (max-width: 992px) {
  .process-item {
    width: 20%; } }

@media screen and (max-width: 576px) {
  .process-item {
    width: 50%;
    margin: 0 auto;
    margin-bottom: 10px; } }

.process-bg {
  position: absolute;
  width: auto;
  transform: translateY(-50%);
  height: auto;
  top: 50%;
  left: 0;
  z-index: -1; }
  @media screen and (max-width: 576px) {
    .process-bg {
      transform: rotate(90deg);
      top: 330px; } }

.comment {
  border: 1px solid #e5e5e5;
  padding: 30px;
  margin-bottom: 30px; }
  @media screen and (max-width: 576px) {
    .comment {
      padding: 15px;
      padding-top: 30px; } }
  .comment .title {
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    text-transform: uppercase;
    color: #1a1a1a; }
  .comment-item {
    border: 1px solid #e5e5e5;
    padding: 28px 30px 26px;
    margin: 20px 0 0px 20px; }
    .comment-item-main .avatar {
      position: absolute;
      left: -50px;
      top: -14px; }
    .comment-item-child {
      background-color: #f3f3f3;
      padding: 16px 30px 20px 17px;
      margin-top: 20px; }
      @media screen and (max-width: 576px) {
        .comment-item-child {
          padding: 20px 15px 20px 15px; } }
      .comment-item-child .name {
        margin-left: 17px;
        margin-left: 55px; }
        @media screen and (max-width: 576px) {
          .comment-item-child .name {
            margin-left: 45px; } }
      .comment-item-child .avatar {
        position: absolute; }
        @media screen and (max-width: 576px) {
          .comment-item-child .avatar {
            left: -5px; } }
      .comment-item-child .content,
      .comment-item-child .reply {
        padding-left: 55px; }
        @media screen and (max-width: 576px) {
          .comment-item-child .content,
          .comment-item-child .reply {
            padding-left: 45px; } }
    .comment-item-content .auth {
      position: relative;
      display: flex;
      align-items: flex-start; }
    .comment-item-content .avatar {
      width: 40px;
      height: 40px;
      background-color: #c4c4c4;
      display: flex;
      align-items: center;
      justify-content: center;
      font-family: "Roboto", sans-serif;
      font-weight: 700;
      font-size: 14px;
      line-height: 22px;
      color: #fff;
      border-radius: 50%;
      text-transform: uppercase; }
    .comment-item-content .name {
      font-family: "Roboto", sans-serif;
      font-weight: 700;
      font-size: 14px;
      line-height: 16px;
      color: #434343;
      display: block; }
    .comment-item-content .content {
      font-family: "Roboto", sans-serif;
      font-weight: 400;
      font-size: 15px;
      line-height: 24px;
      color: #333333;
      margin-bottom: 12px;
      margin-top: 10px; }
    .comment-item-content .reply button {
      border: none;
      outline: none;
      background-color: transparent;
      background-color: #3147bc;
      font-family: "Roboto", sans-serif;
      font-weight: 400;
      font-size: 14px;
      line-height: 22px;
      color: #fff;
      padding: 8px 20px;
      margin-right: 12px; }
      @media screen and (max-width: 576px) {
        .comment-item-content .reply button {
          margin-right: 5px; } }
    .comment-item-content .reply span {
      font-family: "Roboto", sans-serif;
      font-weight: 400;
      font-size: 14px;
      line-height: 22px;
      color: #626262; }

.reply-form {
  padding: 30px;
  border: 1px solid #e5e5e5;
  margin-bottom: 70px; }
  .reply-form .title {
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    text-transform: uppercase;
    color: #1a1a1a;
    margin-bottom: 10px; }
  .reply-form .form-group {
    position: relative;
    margin-top: 20px;
    margin-bottom: 0; }
    .reply-form .form-group i {
      position: absolute;
      top: 13px;
      left: 15px;
      color: #666;
      font-size: 18px;
      width: auto;
      height: auto; }
      .reply-form .form-group i.fa-comment-dots {
        top: 15px; }
    .reply-form .form-group.form-error input,
    .reply-form .form-group.form-error textarea {
      border-color: #f00; }
    .reply-form .form-group input,
    .reply-form .form-group textarea {
      width: 100%;
      background-color: #f9f9f9;
      border: 1px solid #e5e5e5;
      border-radius: 4px;
      height: 44px;
      font-weight: 400;
      font-size: 14px;
      line-height: 16px;
      color: #1a1a1a;
      padding-left: 40px;
      padding-right: 11px;
      transition: all 0.2s linear; }
      .reply-form .form-group input::placeholder,
      .reply-form .form-group textarea::placeholder {
        color: #666666; }
      .reply-form .form-group input:focus,
      .reply-form .form-group textarea:focus {
        border-color: #3147bc;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; }
    .reply-form .form-group textarea {
      height: 148px;
      padding-top: 14px;
      resize: none; }
  .reply-form .form-group-half {
    justify-content: space-between; }
    .reply-form .form-group-half .form-group {
      width: calc(50% - 5px); }
      .reply-form .form-group-half .form-group:first-child {
        margin-right: 20px; }
  .reply-form .button-primary {
    width: 160px;
    padding: 13px 10px;
    font-family: "Roboto", sans-serif;
    margin-top: 20px; }
  .reply-form-child {
    padding: 15px;
    margin-top: 20px;
    margin-bottom: 0;
    background-color: #fff;
    display: none; }
    .reply-form-child .title {
      font-size: 15px;
      margin-bottom: 0; }

.trainings {
  width: 370px;
  margin-left: 30px;
  flex-shrink: 0;
  border: 1px solid #e5e5e5;
  margin-bottom: 30px; }
  @media screen and (max-width: 992px) {
    .trainings {
      width: 100%;
      margin-left: 0;
      margin-top: 30px; } }
  .trainings h3.title {
    padding: 18px 24px;
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    color: #1a1a1a;
    border-bottom: 1px solid #e5e5e5; }
  .trainings-list {
    padding: 24px;
    padding-bottom: 6px; }
  .trainings-item {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #1a1a1a;
    display: flex;
    align-items: center;
    margin-bottom: 24px;
    transition: all 0.2s linear; }
    .trainings-item:hover {
      transform: translateX(2px);
      color: #3147bc; }
      .trainings-item:hover i {
        color: #3147bc; }
    .trainings-item i {
      font-size: 18px;
      color: #333;
      font-weight: 400;
      margin-right: 5px; }

.training {
  border: 1px solid #e5e5e5;
  padding: 20px 30px 30px; }
  @media screen and (max-width: 576px) {
    .training {
      padding: 20px 20px 25px; } }
  .training div.title {
    text-align: center; }
    .training div.title h5 {
      font-weight: 600;
      font-size: 14px;
      line-height: 16px;
      color: #3043ab;
      display: inline;
      position: relative; }
      .training div.title h5::after, .training div.title h5::before {
        content: "";
        position: absolute;
        top: 50%;
        left: -40px;
        transform: translateY(-50%);
        height: 1px;
        width: 30px;
        background-color: #3043ab; }
      .training div.title h5::after {
        right: -40px;
        left: unset; }
  .training h1 {
    font-weight: 600;
    font-size: 32px;
    line-height: 38px;
    color: #1a1a1a;
    margin-top: 24px;
    margin-bottom: 60px; }
  .training-calender {
    font-family: "Roboto", sans-serif; }
  .training-start {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 34px;
    color: #1a1a1a; }
    .training-start strong {
      font-weight: bold;
      font-size: 18px;
      color: #000; }
  .training-course {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #3147bc; }
    .training-course strong {
      color: #000; }
  .training-license .title {
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
    color: #e92135;
    margin-top: 30px;
    margin-bottom: 24px; }
  .training-license .content {
    margin-bottom: 24px; }
    .training-license .content p {
      font-family: "Roboto", sans-serif;
      font-weight: 400;
      font-size: 16px;
      line-height: 34px;
      color: #1a1a1a; }
      .training-license .content p strong {
        font-weight: 700; }
  .training-content {
    background-color: #f5f7fd;
    padding: 24px 30px 37px; }
    .training-content .title {
      font-family: "Roboto", sans-serif;
      font-weight: 700;
      font-size: 16px;
      line-height: 34px;
      color: #1a1a1a;
      margin-bottom: 20px; }
  .training-learning p {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #1a1a1a; }
    .training-learning p strong {
      font-weight: 500; }
    .training-learning p:last-child {
      margin-top: 20px; }
  .training-wp {
    margin-bottom: 70px; }
    @media screen and (max-width: 576px) {
      .training-wp {
        margin-bottom: 50px; } }

.contact-info {
  background-color: #3043ab;
  height: 250px; }
  @media screen and (max-width: 576px) {
    .contact-info {
      height: 300px; } }
  .contact-info-inner {
    max-width: 904px;
    margin: 0 auto;
    background-color: #fff;
    padding: 40px 50px 50px;
    transform: translateY(-60%); }
    @media screen and (max-width: 576px) {
      .contact-info-inner {
        transform: translateY(-40%); } }
    .contact-info-inner .title {
      font-weight: 600;
      font-size: 28px;
      line-height: 33px;
      text-align: center;
      color: #3043ab;
      padding-bottom: 21px;
      margin-bottom: 40px;
      position: relative; }
      .contact-info-inner .title::after {
        content: "";
        position: absolute;
        background-color: #3043ab;
        border-radius: 2px;
        width: 120px;
        height: 3px;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%); }
  .contact-info-list {
    display: flex; }
    @media screen and (max-width: 576px) {
      .contact-info-list {
        display: block; } }
  .contact-info-item {
    display: flex; }
    .contact-info-item:hover span,
    .contact-info-item:hover i {
      color: #3147bc; }
    .contact-info-item span {
      font-size: 15px;
      line-height: 24px;
      color: #4d4d4d;
      transition: all 0.2s linear; }
    .contact-info-item i {
      color: #808080;
      margin-right: 11px;
      position: relative;
      top: 5px;
      transition: all 0.2s linear; }
    .contact-info-item.address {
      width: 295px;
      margin-right: 41px; }
      @media screen and (max-width: 576px) {
        .contact-info-item.address {
          width: 100%;
          margin-bottom: 15px; } }
    .contact-info-item.phone {
      width: 130px;
      margin-right: 60px; }
      @media screen and (max-width: 576px) {
        .contact-info-item.phone {
          width: 100%;
          margin-bottom: 15px; } }
  .contact-info p {
    color: #fff;
    padding: 0 20px;
    font-weight: 600;
    font-size: 32px;
    line-height: 38px;
    text-align: center;
    transform: translateY(-80px); }

.contact-form form {
  display: block !important;
  width: 710px;
  padding: 0;
  margin: 50px auto 70px;
  border: none; }
  @media screen and (max-width: 576px) {
    .contact-form form {
      width: 100%; } }
  .contact-form form h3.title {
    display: none; }
