* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --primary-color: #333;
  --seconde-color: #6e6e6e;
  --third-color: #fff;
  --fourth-color: #eee;
  --fifth-color: #2b70c2;
  --sixth-color: #edf5fe;

  --text-color: #333;
  --text-color-2: #fff;
}

.adm-glyphicon span {
  background: url("../image/setting.png");
  background-size: cover;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.font-loaded body {
  font-family: "Noto Serif JP", sans-serif; /* Font Google sau khi đã tải xong */
}

body {
  font-family: "Noto Serif JP", sans-serif;
  width: 100%;
  min-height: 100vh;
  font-weight: 400;
  overflow-x: hidden;
  color: var(--text-color);
}

ul,
li,
ol {
  list-style: none;
  margin: 0;
}

a {
  color: var(--text-color);
  transition: all 0.3s linear;
}

a:hover {
  /* color: var(--text-color); */
  text-decoration: none;
}

a:focus {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: 400;
}

p {
  margin: 0;
}

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

/* img.lazy {
  display: block;
} */

input:focus,
textarea:focus,
select:focus {
  outline: none;
}

button {
  border: none;
  border-radius: 0;
}

.wrap {
  width: 100%;
  max-width: 1030px;
  margin: 0 auto;
}

.wrap-img {
  display: block;
}

.img-100 {
  position: relative;
  height: 0;
  overflow: hidden;
  display: block;
}

.img-100 > img {
  object-fit: cover;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s linear;
}

/* ---------------------------header------------------------------ */
.header {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  min-height: 82px;
  z-index: 111;
  background-color: var(--third-color);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.header-logo {
  float: left;
  padding: 16px 0;
  display: flex;
  align-items: center;
}

.header-logo img {
  width: 60px;
  float: left;
}

.logo-content {
  width: calc(100% - 60px);
  float: left;
}

.logo-content h3 {
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.logo-content h1 {
  font-size: 21px;
  line-height: 25px;
  font-weight: 700;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.header-wrap {
  display: flex;
  justify-content: end;
  align-items: center;
}

.header-phone {
  margin-right: 10px;
  display: flex;
  align-items: center;
}

.header-phone a,
.contact-phone a {
  display: flex;
}

.header-phone svg,
.social-phone svg,
.contact-phone svg {
  color: var(--seconde-color);
  margin-right: 8px;
  transform: translateY(8px);
}

.header-wrap-phone p {
  font-size: 22px;
  line-height: 28px;
  display: block;
  font-weight: 700;
  color: var(--seconde-color);
}

.header-wrap-phone span {
  display: block;
  font-size: 12px;
}

.header-mail {
  background-color: #80afdc;
  text-align: center;
  width: 105px;
  height: 82px;
  padding-top: 15px;
  color: var(--text-color-2);
}

.header-mail p,
.header-menu p {
  font-size: 12px;
  line-height: 14px;
}

.header-menu p {
  margin-top: 10px;
  text-transform: uppercase;
}

.header-menu {
  min-width: 105px;
  height: 82px;
  padding: 20px;
  background-color: #2b70c2;
  text-align: center;
  color: var(--text-color-2);
  cursor: pointer;
}

.menu-line {
  position: relative;
  width: 65px;
  height: 22px;
  display: block;
}

.menu-line::before,
.menu-line::after,
.menu-line span {
  content: "";
  display: block;
  transition: transform 0.4s, opacity 0.2s;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
}

.menu-line:before {
  top: 0;
}

.menu-line span {
  top: 10px;
  transform-origin: top right;
  display: block;
}

.menu-line:after {
  bottom: 0;
}

.header-menu.active .menu-line::before {
  transform: translateY(9px) rotate(-25deg);
}

.header-menu.active .menu-line::after {
  transform: translateY(-9px) rotate(25deg);
}

.header-menu.active .menu-line span {
  transform: scale(0, 1);
  opacity: 0;
}

.col-cus-header-1 {
}

/* ----------------------------------menu----------------------------- */
.menu {
  position: fixed;
  top: 82px;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: var(--third-color);
  transition: all 0.3s linear;
  transform: translateY(-10px);
  opacity: 0;
  z-index: 999;
  visibility: hidden;
}

.menu.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.menu-item {
  border-top: 1px solid var(--fourth-color);
  border-bottom: 1px solid var(--fourth-color);
  line-height: 72px;
}

.menu-item a {
  max-width: 1000px;
  display: block;
  margin: 0 auto;
}

.menu-item img {
  width: 24px;
  margin-right: 10px;
}

.menu-item span {
  font-size: 24px;
  font-weight: 500;
}

.menu-item svg {
  float: right;
  color: var(--fifth-color);
  transform: translateY(26px);
}

.menu-img {
  line-height: 72px;
  float: left;
}

.header-social {
  text-align: center;
  padding-top: 32px;
}

.social-phone {
  display: none;
  justify-content: center;
  margin-top: 20px;
}

.header-language {
  position: relative;
  height: 82px;
  /* width: 50px; */
  margin-left: 20px;
  float: right;
  border-radius: 0 0 10px 0px;
  text-align: center;
}

.language {
  height: 82px;
  line-height: 82px;
}

.header-language svg {
  margin-right: 0;
}

.header-language #contry .country {
  display: inline-flex;
  align-items: center;
}

.header-language #contry .country svg:first-child {
  margin-right: 5px;
}
.country-list .country:not(:last-child) {
  margin-bottom: 10px;
}

.country:hover {
  cursor: pointer;
}

.country-list {
  position: absolute;
  top: 150%;
  width: auto;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
  transition: 0.3s linear;
  visibility: hidden;
  opacity: 0;
}

.language.open .country-list {
  top: 100%;
  visibility: visible;
  opacity: 1;
}

.country-list .country-wrap {
  padding: 18px 22px;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: rgba(17, 17, 26, 0.05) 0px 0px 5px;
  text-align: start;
}

.country-list > .country-wrap > .country {
  height: 25px;
  line-height: normal;
}

.country-list > .country-wrap > .country svg {
  transform: translate(0);
}

/* ----------------------------------footer------------------------------------- */
.footer {
  padding: 48px 0;
  background-color: var(--sixth-color);
}

.footer-item h2 {
  font-size: 16px;
  line-height: 18px;
}

.footer-list .list-item {
  margin: 16px 0;
}

.footer-list .list-item img {
  width: 20px;
  margin-right: 2px;
}

.footer-list .list-item a {
  color: var(--fifth-color);
  text-decoration: underline;
  font-size: 16px;
}

.footer-list .list-item a:hover {
  text-decoration: none;
}

.footer-right h2 {
  font-size: 21px;
  line-height: 24px;
  margin-bottom: 7px;
}

.footer-right h3 {
  font-size: 19px;
  line-height: 22px;
  margin-bottom: 6px;
}

.footer-right p {
  font-size: 14px;
  line-height: 23px;
  color: var(--seconde-color);
}

.footer-right a {
  color: var(--fifth-color);
  text-decoration: underline;
}

.footer-right a:hover {
  text-decoration: none;
}

.footer-right-item {
  margin-bottom: 16px;
}

.footer-right-item:last-child {
  margin-bottom: 0;
}

.footer-bottom {
  background-color: var(--fifth-color);
}

.footer-bottom .copyright {
  text-align: center;
  height: 50px;
}

.footer-bottom .copyright p {
  font-size: 11px;
  color: var(--text-color-2);
  line-height: 50px;
}

.footer-bottom .copyright p a {
  color: var(--text-color-2);
  text-decoration: underline;
}

/* ---------------------------slider--------------------------------- */
.slider {
  padding-top: 82px;
  min-height: 800px;
}

.slider-content {
  padding: 0 20px 20px;
}

.slider-item {
  text-align: center;
}

.slider-item .lazy-img {
  max-height: 1px;
}

.toiuu .owl-carousel {
  display: block;
}

.toiuu .owl-carousel .slider-img {
  display: none;
}

.toiuu .owl-carousel .slider-img:first-child {
  display: block !important;
}

/* ---------------------------home-1--------------------------------- */
.home-1 {
  padding: 75px 0;
  background-color: var(--sixth-color);
}

.home-1-item {
  padding: 18px;
  text-align: center;
  background-color: var(--third-color);
  transition: all 0.2s linear;
}

.home-1-item:hover {
  background-color: var(--fifth-color);
}

.home-1-item:hover h3,
.home-1-item:hover p,
.home-1-item:hover svg {
  color: var(--third-color);
}

.home-1-img {
  margin-bottom: 20px;
}

.home-1-img svg {
  color: var(--fifth-color);
}

.home-1-content h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 18px;
}

.home-1-content p {
  text-align: left;
  font-size: 15px;
  line-height: 27px;
  color: var(--seconde-color);
}

/* -----------------------------------home-news------------------------------ */
.home-news {
  padding: 75px 0;
}

.home-news-title {
  position: relative;
  text-align: center;
  padding-bottom: 12px;
  margin-bottom: 28px;
}

.home-news-title::after {
  content: "";
  height: 1px;
  width: 38px;
  background-color: var(--fifth-color);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.home-news-title h2 {
  font-size: 38px;
  line-height: 46px;
}

.news-item {
}

.news-img .wrap-img {
  padding-bottom: 52.57%;
}

.news-img:hover img {
  transform: scale(1.05);
}

.news-content {
  padding-top: 18px;
  padding-bottom: 37px;
}

.news-content h3 {
  font-size: 15px;
  margin-bottom: 10px;
  line-height: 22px;
  font-weight: 700;
}

.news-item:hover h3 a {
  text-decoration: none;
}

.news-content h3 a {
  text-decoration: underline;
  color: var(--fifth-color);
}

.news-content p {
  font-size: 13px;
  line-height: 20px;
  color: var(--seconde-color);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-date svg,
.detail-date svg,
.related-date svg {
  color: var(--seconde-color);
  margin-right: 2px;
}

.news-date span,
.topic-date span,
.blog-date span,
.detail-date span,
.related-date span {
  font-size: 10px;
  color: var(--seconde-color);
}

.home-news .col-sm-4 {
  margin-top: 40px;
}

.home-news-btn,
.main-content a {
  margin: 40px auto 0;
  position: relative;
  width: 50%;
  max-width: 50%;
  background-color: var(--fifth-color);
  color: var(--text-color-2);
  display: block;
  line-height: 27px;
  padding: 13px 20px;
  overflow: hidden;
  text-align: center;
}

.home-news-btn::before,
.main-content a::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: -10%;
  left: 190%;
  transform: skew(-45deg) translateX(20px);
  transform-origin: center;
  height: 120%;
  width: 140%;
  opacity: 0.15;
  background-color: var(--primary-color);
}

.home-news-btn:hover::before,
.main-content a:hover::before {
  left: -250%;
  transition: all 1s;
}

.home-news-btn:hover {
  color: var(--text-color-2);
}

/* -----------------------------------home-news-topic------------------------------ */
.home-news-topic {
  background-color: var(--sixth-color);
  padding: 75px 0;
  /* background-image: url(../img/header.svg); */
  background-position: center;
  background-repeat: no-repeat;
  background-size: 60% auto;
}

.topic-item {
  margin-bottom: 14px;
}

.topic-item a {
  font-size: 14px;
  line-height: 22px;
  color: var(--fifth-color);
  text-decoration: underline;
}

.topic-item a:hover {
  text-decoration: none;
}

.topic-item-2 {
  padding: 14px;
  border: 1px solid #ccc;
  background-color: var(--third-color);
  margin-bottom: 9px;
}

.topic-item-2 a {
  font-size: 13px;
  line-height: 18px;
  color: var(--fifth-color);
  font-weight: 700;
  text-decoration: underline;
}

.topic-item-2 a:hover {
  text-decoration: none;
}

.topic-item-2 svg {
  color: var(--seconde-color);
}

.backtotop {
  padding-top: 35px;
  padding-bottom: 20px;
  text-align: center;
}

.backtotop a {
  position: relative;
  text-transform: uppercase;
  font-size: 12px;
}

.backtotop a::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  width: 6px;
  height: 6px;
  border: 0 none;
  border-top: 2px solid var(--primary-color);
  border-left: 2px solid var(--primary-color);
  transform: translateX(-50%) translateY(5px) rotate(45deg);
  margin-bottom: -4px;
  transition: all 0.3s;
}

.backtotop a:hover::before {
  top: -15px;
}

/* --------------------------------banner------------------------------- */
.banner {
  margin-top: 82px;
  text-align: center;
  background-color: var(--sixth-color);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 60% auto;
}

.banner .wrap {
  max-width: 1630px;
}

.banner h1 {
  padding: 51px 0;
  font-size: 48px;
  line-height: 48px;
  text-transform: uppercase;
}

/* ---------------------------------------news-list---------------------------------- */
.news-list {
  padding-top: 60px;
  padding-bottom: 90px;
}

.news-year {
  margin-top: 40px;
  text-align: center;
  margin-bottom: 29px;
}

.news-year:first-child {
  margin-top: 0;
}

.news-year h2,
.contact-title h2,
.page-1-main h2,
.page-1-content h2,
.page-tranning h2,
.tag-title h2 {
  position: relative;
  font-size: 38px;
  line-height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.news-year h2::before,
.contact-title h2::before,
.page-1-main h2::before,
.page-1-content h2::before,
.page-tranning h2::before,
.tag-title h2::before {
  margin-right: 20px;
}

.news-year h2::after,
.contact-title h2::after,
.page-1-main h2::after,
.page-1-content h2::after,
.page-tranning h2::after,
.tag-title h2::after {
  margin-left: 20px;
}

.news-year h2::before,
.news-year h2::after,
.contact-title h2::before,
.contact-title h2::after,
.page-1-main h2::before,
.page-1-main h2::after,
.page-1-content h2::before,
.page-1-content h2::after,
.page-tranning h2::before,
.page-tranning h2::after,
.tag-title h2::before,
.tag-title h2::after {
  content: "";
  display: block;
  height: 1px;
  background-color: #eee;
  min-width: 20px;
  flex: 1 0 0%;
}

.blog-date {
  margin-bottom: 4px;
}

.blog-date span {
  font-size: 12px;
}

.blog-title,
.tags-title,
.detail-content h2,
.sidebar-item h2,
.form-contact label,
.page-1-content h3,
.page-1-content h4,
.trainning-2 h3,
.trainning-4-wrap h3,
.trainning-5-wrap h3,
.detail-content h3,
.detail-content h4 {
  padding: 9px 9px 9px 15px;
  margin-top: 8px;
  margin-bottom: 18px;
  background-color: #f7f7f7;
  border-left: 1px solid var(--fifth-color);
}

.blog-title h3 {
  line-height: 32px;
}

.blog-pdf {
  margin-bottom: 30px;
}

.blog-pdf p a:first-child {
  margin-left: 0;
}

.blog-pdf a {
  color: var(--fifth-color);
  margin: 0 10px;
}

.blog-content p {
  font-size: 15px;
  line-height: 30px;
}

.blog-content ul {
  padding-left: 15px;
}

.blog-content li {
  list-style: square;
  font-size: 15px;
  line-height: 30px;
}

.blog-content li a {
  font-size: 15px;
  line-height: 30px;
  color: var(--fifth-color);
}

.blog-content a {
  word-break: break-all;
}

.blog-item {
  margin-bottom: 37px;
}

.blog-content h4,
.blog-content h5,
.blog-content h6 {
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
  margin-bottom: 16px;
}

/* ---------------------------------------news-list-2---------------------------------- */
.news-list-2 {
  padding-top: 60px;
  padding-bottom: 90px;
}

.news-list-2 .news-item {
  margin-bottom: 20px;
}

/* ----------------------------------------tags-------------------------------- */
.tags {
  padding-bottom: 75px;
}

.tag-item {
  display: inline-block;
  padding: 4px 8px;
  border-radius: 6px;
  background-color: #f7f7f7;
  margin-right: 9px;
  margin-bottom: 9px;
}

.tag-item a {
  font-size: 12px;
  line-height: 12px;
}

.tag-item span {
  color: var(--fifth-color);
  font-weight: 700;
}

.tag-item a:hover {
  opacity: 0.6;
}

/* -------------------------------------news-detail----------------------------------- */
.news-detail {
  padding-top: 60px;
  padding-bottom: 90px;
}

.detail-title h2 {
  font-size: 40px;
  line-height: 53px;
}

.detail-date {
  text-align: end;
  padding: 20px 0;
}

.detail-date span,
.related-date span {
  font-size: 12px;
  line-height: 12px;
}

.detail-img {
  margin-bottom: 30px;
}

.detail-img img {
  width: 100%;
}

.detail-content h2 {
  margin-bottom: 24px;
  font-weight: 700;
}

.detail-content h3 {
  font-size: 19px;
  line-height: 41px;
  font-weight: 700;
  margin-bottom: 17px;
}

.detail-content p {
  font-size: 15px;
  line-height: 33px;
  margin-bottom: 15px;
}

/* ------------------------------sidebar---------------------------------- */
.sidebar-news {
}

.sidebar-item {
  margin-bottom: 45px;
  float: left;
  width: 100%;
}

.sidebar-item h2 {
  font-size: 19px;
  line-height: 22px;
  padding: 6px 12px;
  margin-bottom: 19px;
}

.related-item {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

.related-img {
  float: left;
  width: 100px;
  margin-right: 10px;
}

.related-img img {
  width: 100%;
  height: 70px;
}

.related-content {
  float: left;
  width: calc(100% - 110px);
}

.related-content h3 {
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 7px;
}

.related-content h3 a {
  color: var(--fifth-color);
  text-decoration: underline;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* ----------------------------------contact-page---------------------------------- */
.contact-page {
  padding-top: 60px;
  padding-bottom: 90px;
}

.contact-des {
  text-align: center;
  margin-bottom: 75px;
}

.contact-des p {
  font-size: 16px;
  line-height: 33px;
}

.contact-des a {
  color: var(--fifth-color);
  text-decoration: underline;
}

.contact-des a:hover {
  text-decoration: none;
}

.contact-title {
  margin-bottom: 29px;
}

.contact-phone {
  margin-bottom: 75px;
}

.contact-phone a {
  justify-content: center;
}

.contact-phone svg {
  margin-right: 12px;
  color: var(--text-color);
  transform: translateY(2px);
}

.contact-phone .header-wrap-phone p {
  font-size: 36px;
  line-height: 41px;
  color: var(--text-color);
}

.contact-phone .header-wrap-phone span {
  display: block;
  margin-top: 8px;
  font-size: 12px;
  line-height: 14px;
}

.form-contact label a {
  z-index: 122222;
  position: relative;
}

.form-contact label {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 29px;
  font-weight: 500;
  margin-bottom: 18px;
  margin-top: 48px;
}

.form-contact label span {
  position: absolute;
  top: 11px;
  right: 8px;
  font-size: 12px;
  line-height: 12px;
  display: inline-block;
  padding: 6px;
  background-color: #bb1e21;
  color: var(--text-color-2);
  border-radius: 3px;
}

.form-contact input,
.form-contact textarea,
.form-contact select {
  width: 100%;
  padding: 7px 14px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 16px;
  line-height: 29px;
}

.form-contact textarea {
  min-height: 300px;
  resize: vertical;
}

.btn-contact {
  width: 100%;
  background-color: var(--fifth-color);
  color: var(--text-color-2);
  text-align: center;
  border-radius: 6px;
  padding: 14px 35px;
  font-size: 15px;
  line-height: 30px;
  margin-top: 28px;
}

/* ----------------------------------page-1----------------------------- */
.page-1,
.page-tranning {
  padding-top: 60px;
  padding-bottom: 90px;
}

.page-1 .main-img img {
  width: 100% !important;
  height: auto !important;
}

.page-1-main h2 {
  margin-bottom: 29px;
}

.main-content p,
.page-1-content p {
  font-size: 15px;
  line-height: 30px;
}

.main-content ul,
.page-1-content ul {
  margin: 15px 0;
  padding-left: 26px;
}

.main-content li,
.page-1-content li {
  margin-bottom: 5px;
  font-size: 15px;
  line-height: 24px;
  list-style: disc;
}

.main-content a {
  width: 100%;
  max-width: none;
  margin-top: 0;
}

.page-1-content h2 {
  margin-top: 75px;
  padding-bottom: 29px;
}

.page-1-content table {
  width: 100% !important;
}

.page-1-content table > tbody > tr > th {
  width: 20% !important;
  /* float: left; */
}

.page-1-content table > tbody > tr > th,
.page-1-content table > tbody > tr > td {
  padding: 15px 0;
  font-size: 15px;
  line-height: 21px;
}

.page-1-content table > tbody > tr > td {
  padding-left: 22px;
  /* float: left; */
  width: 80% !important;
}

.page-1-content table > tbody > tr {
  border-top: 1px solid var(--fourth-color);
  border-bottom: 1px solid var(--fourth-color);
  /* float: left; */
  width: 100%;
}

.page-1-content iframe {
  width: 100% !important;
  height: 276px !important;
}

.page-1-content img {
  width: auto !important;
  height: auto !important;
}

.page-2-content-wrap h3 {
  margin-top: 48px;
  margin-bottom: 18px;
}

/* -----------------------------page-trainning------------------------------------ */
.page-tranning h2 {
  margin-bottom: 29px;
}

.trainning-direct {
  float: left;
  width: 100%;
}

.trainning-direct p,
.page-tranning p {
  font-size: 16px;
  line-height: 33px;
}

.direct-list {
  margin-top: 45px;
  float: left;
  width: 100%;
}

.direct-item .direct-a {
  position: relative;
  display: inline-block;
  border: 1px solid var(--fifth-color);
  color: var(--fifth-color);
  border-radius: 6px;
  padding: 9px 13px;
  transition: all 0.3s linear;
  font-size: 13px;
  line-height: 21px;
  float: left;
  width: calc(100% / 2 - 15px);
  margin-bottom: 15px;
}

.direct-item:nth-child(2n) a {
  margin-left: 15px;
  width: calc(100% / 2 - 15px);
}

.direct-item .direct-a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1em;
  width: 6px;
  height: 6px;
  border: 0 none;
  border-bottom: 2px solid #2b70c2;
  border-left: 2px solid #2b70c2;
  transform: rotate(-45deg);
  margin-top: -4px;
  transition: all 0.3s linear;
}

.direct-item:hover a {
  background-color: var(--fifth-color);
  color: var(--fourth-color);
}

.direct-item:hover a::before {
  border-color: var(--fourth-color);
}

.trainning-1 {
  float: left;
  width: 100%;
  margin-top: 75px;
}

.page-tranning a {
  text-decoration: underline;
  color: var(--fifth-color);
}

.page-tranning a:hover {
  text-decoration: none;
}

.trainning-2 h3 {
  position: relative;
}

.trainning-2 h3::before {
  content: "";
  position: absolute;
  top: 12px;
  right: 15px;
  width: 15px;
  height: 15px;
  border-bottom: 0.15em solid var(--fifth-color);
  border-left: 0.15em solid var(--fifth-color);
  transform: rotate(-45deg);
  transition: transform 0.3s;
  cursor: pointer;
}

.page-tranning table {
  width: 100%;
  margin: 15px 0;
}

.page-tranning table > thead > tr > th,
.page-tranning table > tbody > tr > th {
  background-color: var(--fifth-color);
  padding: 15px;
  border: 1px solid var(--fourth-color);
  border-right: none;
  border-top: none;
  color: var(--text-color-2);
  width: calc(100% / 3);
  text-align: center;
}

.page-tranning table > tbody > tr > td {
  padding: 15px 0 15px 22px;
  border: 1px solid var(--fourth-color);
}

.page-tranning table > tbody > tr > th {
  background-color: #80afdc;
}

.sign {
  text-align: center;
  font-size: 18px;
  line-height: 25px;
}

.tranning-2-wrap {
  margin-bottom: 30px;
}

.trainning-step {
  margin-top: 36px;
  margin-bottom: 45px;
}

.step-item {
  padding: 18px 0;
  text-align: center;
  border: 1px solid var(--fifth-color);
  border-radius: 4px;
  background-color: var(--sixth-color);
}

.step-item h3 {
  font-size: 18px;
  line-height: 20px;
}

.step--next {
  margin-top: 25px;
  margin-bottom: 25px;
  text-align: center;
}

.step--next svg {
  color: var(--fifth-color);
}

.step-item.has {
  padding: 0;
  display: flex;
  align-items: center;
}

.step-item.has h4 {
  position: relative;
  padding: 18px;
  width: 162px;
  text-align: left;
}

.step-item.has .step-des {
  width: calc(100% - 162px);
  padding: 15px 15px 15px 0;
  text-align: left;
}

.step-item.has .step-des p,
.step-item.has .step-des li {
  font-size: 16px;
  line-height: 27px;
}

.step-item.has .step-des ul {
  padding-left: 20px;
}

.step-item.has .step-des li {
  list-style: disc;
}

.step-item.has h4::after {
  content: "";
  width: 1px;
  height: 80%;
  position: absolute;
  background-color: var(--fifth-color);
  top: 50%;
  transform: translateY(-50%);
  right: 18px;
}

.trainning-4-wrap h3,
.trainning-5-wrap h3 {
  margin-top: 48px;
  margin-bottom: 18px;
}

.trainning-5-wrap table > tbody > tr > th {
  width: 150px;
}

.faq-item {
  margin-bottom: 40px;
}

.faq-item h3 {
  font-size: 19px;
  line-height: 34px;
  font-weight: 700;
  margin-bottom: 15px;
}

.faq-item h3 span {
  color: var(--fifth-color);
}

/* -----------------------------pagination----------------------------- */
.paging-n {
  text-align: center;
  padding: 24px 0;
  margin-bottom: 20px;
  border-top: 1px solid var(--fourth-color);
}

.disabled {
  display: none !important;
}

.paging-n a {
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 35px;
  margin: 0 4px;
  background-color: transparent;
  border: 1px solid var(--fourth-color);
  font-size: 12px;
}

.paging-n div {
  display: inline-block;
}

.paging-n .current a,
.paging-n a:hover {
  background-color: var(--fifth-color);
  color: var(--text-color-2);
}

.swal2-confirm {
  height: 30px;
  font-size: 14px !important;
  padding: 5px 20px;
  background-color: var(--fifth-color) !important;
}

.swal2-confirm a {
  color: var(--text-color-2);
}

.swal2-html-container {
  font-size: 16px !important;
}

.swal2-container {
  z-index: 9999999999;
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm:focus {
  outline: none !important;
  box-shadow: none !important;
}

div:where(.swal2-icon).swal2-warning {
  border-color: var(--fifth-color) !important;
  color: var(--fifth-color) !important;
}

.page-404 {
  padding: 200px 0 120px 0;
  text-align: center;
}

.page-detail .page-1-content h3,
.page-detail .page-1-content h4 {
  margin-top: 48px;
  margin-bottom: 18px;
}

.page-detail .page-1-content table > tbody > tr > td,
.page-detail .page-1-content table > tbody > tr > th {
  border: 1px solid var(--fourth-color);
}

.page-detail .page-1-content table > tbody > tr {
  border: none;
}

.tag-title {
  margin-bottom: 45px;
}

.tag-title p {
  font-size: 12px;
  line-height: 12px;
  text-align: center;
}

.page-success {
  padding-top: 120px;
  padding-bottom: 120px;
  text-align: center;
}

@media (max-width: 1280px) {
  .slider {
    min-height: 550px;
  }
}

@media (max-width: 768px) {
  .header {
    min-height: 70px;
  }

  .menu {
    top: 70px;
  }

  .language {
    text-align: center;
    height: auto;
    margin-top: 20px;
    line-height: normal;
  }

  .language-title {
    margin-bottom: 15px;
  }

  .language-title h3 {
    font-size: 20px;
  }

  .language .country {
    display: inline-block;
    margin-right: 10px;
  }

  .language .country:last-child {
    margin-right: 0;
  }

  .header-phone,
  .header-mail {
    display: none;
  }

  .social-phone {
    display: flex;
  }

  .header-menu {
    margin-right: -15px;
    padding: 10px;
    min-width: auto;
    text-align: center;
    height: auto;
  }

  .menu-line {
    display: inline-block;
  }

  .header-logo {
    padding: 11px 0;
  }

  .logo-content h3 {
    font-size: 9px;
  }

  .logo-content h1 {
    font-size: 15px;
  }

  .col-cus-2 {
    width: 85px;
  }

  .col-cus-10 {
    width: calc(100% - 85px);
  }

  .menu-item,
  .menu-img {
    line-height: 57px;
  }

  .menu-item svg {
    transform: translateY(17px);
  }

  .menu-item span {
    font-size: 19px;
  }

  .slider {
    min-height: auto;
  }

  .header-wrap-phone {
    text-align: left;
  }

  /* -------------------------------footer----------------------------------- */
  .footer {
    padding: 30px 0;
  }

  .footer-item {
    margin-bottom: 16px;
  }

  /* -------------------------------home-1----------------------------------- */
  .home-1 {
    padding: 37px 0;
  }

  .home-1-item {
    margin-bottom: 20px;
  }

  .home-1 .col-sm-6:last-child {
    margin-bottom: 0;
  }

  /* -------------------------------home-news----------------------------------- */
  .home-news {
    padding: 37px 0;
  }
  .home-news-btn {
    margin: 0;
    margin-top: 40px;
    width: 100%;
    max-width: none;
  }

  /* -----------------------------------home-news-topic------------------------------ */
  .home-news-topic {
    padding: 37px 0;
  }

  .home-news-title h2 {
    font-size: 22px;
    line-height: 27px;
  }

  .news-topic-list {
    margin-bottom: 45px;
  }

  /* -----------------------------------news-list------------------------------ */
  .banner {
    margin-top: 70px;
  }

  .banner h1 {
    font-size: 30px;
    line-height: 40px;
  }

  .news-year h2 {
    font-size: 26px;
    line-height: 31px;
  }

  .news-year {
    margin-bottom: 19px;
  }

  .blog-title {
    padding: 5px 5px 5px 11px;
  }

  .blog-title h3 {
    font-size: 16px;
    line-height: 20px;
  }

  .news-list,
  .news-list-2,
  .news-detail {
    padding: 37px 0;
  }

  .tags {
    padding-bottom: 37px;
  }

  .news-list-2 .home-news-btn {
    width: 60%;
    margin: 45px auto 0;
  }

  /* ------------------------------sidebar--------------------------- */
  .sidebar-news {
    margin-top: 60px;
  }

  .sidebar-item.tags {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .detail-title h2 {
    font-size: 26px;
    line-height: 34px;
  }

  .detail-date {
    padding: 11px 0;
  }

  .detail-content h2 {
    font-size: 20px;
  }

  .sidebar-item h2 {
    font-size: 15px;
    line-height: 17px;
  }

  /* ------------------------------contact--------------------------- */
  .contact-title h2,
  .page-1-main h2,
  .page-1-content h2,
  .page-tranning h2,
  .tag-title h2,
  .tags-title h2 {
    font-size: 26px;
    line-height: 31px;
  }

  .contact-title h2::before,
  .page-1-content h2::before,
  .page-1-main h2::before,
  .page-tranning h2::before,
  .tag-title h2::before {
    margin-right: 10px;
  }

  .contact-title h2::after,
  .page-1-content h2::after,
  .page-1-main h2::after,
  .page-tranning h2::after,
  .tag-title h2::after {
    margin-left: 10px;
  }

  .contact-phone svg {
    width: 22px;
  }

  .header-wrap-phone p {
    font-size: 22px;
    line-height: 28px;
  }

  .contact-phone {
    margin-bottom: 48px;
  }

  .form-contact label {
    font-size: 16px;
    line-height: 20px;
    margin-top: 33px;
    margin-bottom: 16px;
  }

  .btn-contact {
    margin-top: 18px;
  }

  /* ------------------------------------page-1------------------------------ */
  .page-1 {
    padding: 37px 0;
  }

  .main-content {
    margin-bottom: 30px;
  }

  .page-1-content h2 {
    margin-bottom: 19px;
    margin-top: 45px;
    padding-bottom: 0;
  }

  .page-1-content h3,
  .trainning-2 h3,
  .trainning-4-wrap h3 {
    font-size: 19px;
    padding: 5px 5px 5px 11px;
  }

  .trainning-1 {
    margin-top: 40px;
  }

  .step-item.has {
    display: block;
  }

  .step-item.has h4 {
    display: block;
    text-align: center;
    width: 100%;
  }

  .step-item.has h4::after {
    width: calc(100% - 36px);
    bottom: 0;
    right: 18px;
    top: unset;
    height: 1px;
  }

  .step-item.has .step-des {
    width: 100%;
    padding: 15px;
    font-size: 15px;
    line-height: 24px;
    display: inline-block;
  }

  .trainning-2 h3 {
    padding-right: 50px;
  }

  .trainning-5-wrap table > tbody > tr > th {
    width: 90px;
  }

  .trainning-2 h3::before {
    top: 5px;
  }
}
