:root {
  --theme-color: #78121a;
  --theme-color2: #78121a;
  --theme-color3: #b51111;
  --black: #3c3c3c;
  --fa6: 'Font Awesome 6 Pro';
  --fa6_brands: 'Font Awesome 6 Brands';
  --regular: 'BeVietnamPro-Regular';
  --medi: 'BeVietnamPro-Medium';
  --semi: 'BeVietnamPro-SemiBold';
  --extra: 'BeVietnamPro-ExtraBold';
  --bold: 'BeVietnamPro-Bold';
  --light: 'BeVietnamPro-Light';
}

@font-face {
  font-family: 'BeVietnamPro-Medium';
  src: url('./fonts/BeVietnamPro-Medium.woff2') format('woff2'),
    url('./fonts/BeVietnamPro-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'BeVietnamPro-Light';
  src: url('./fonts/BeVietnamPro-Light.woff2') format('woff2'),
    url('./fonts/BeVietnamPro-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'BeVietnamPro-Regular';
  src: url('./fonts/BeVietnamPro-Regular.woff2') format('woff2'),
    url('./fonts/BeVietnamPro-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'BeVietnamPro-Regular';
  src: url('./fonts/BeVietnamPro-Italic.woff2') format('woff2'),
    url('./fonts/BeVietnamPro-Italic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'BeVietnamPro-Bold';
  src: url('./fonts/BeVietnamPro-Bold.woff2') format('woff2'),
    url('./fonts/BeVietnamPro-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'BeVietnamPro-ExtraBold';
  src: url('./fonts/BeVietnamPro-ExtraBold.woff2') format('woff2'),
    url('./fonts/BeVietnamPro-ExtraBold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'BeVietnamPro-SemiBold';
  src: url('./fonts/BeVietnamPro-SemiBold.woff2') format('woff2'),
    url('./fonts/BeVietnamPro-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

::-webkit-scrollbar {
  width: 5px;
  background-color: #f5f5f5;
  height: 5px;
}

::-webkit-scrollbar-thumb {
  background-color: #555555;
  border: 2px solid #555555;
}
html {
  scroll-behavior: smooth;
}
/* Format theme */
h1,
h2,
h3,
h4,
h5,
h6,
strong,
b {
  font-weight: normal;
  font-family: var(--bold);
}

p {
  margin-bottom: 0.8em;
}

p,
a,
ul,
li,
div {
  font-family: var(--regular), sans-serif;
}

.uxb-wrapper.uxb-wrapper--text {
  position: unset;
}

.uxb-wrapper.uxb-wrapper--team_member {
  width: 25%;
}

body {
  font-size: 16px;
  line-height: 1.4;
  color: var(--black);
  margin: 0px;
  padding: 0px;
  font-weight: normal;
  font-style: normal;
  font-family: var(--regular), sans-serif;
}

p {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 1rem;
}

.section-title-container {
  margin-bottom: 0 !important;
}

.wpcf7-spinner,
.box-blog-post .is-divider {
  display: none;
}

.section-title-normal {
  border-bottom: 0;
}

.row-slider .flickity-page-dots {
  bottom: -10px;
}

.slider-nav-reveal {
  overflow: unset;
}

.row-slider .flickity-page-dots .dot.is-selected {
  width: 30px;
  border-radius: 10px;
}

.row-slider .flickity-page-dots .dot {
  background-color: var(--theme-color);
  opacity: 1 !important;
  transition: all 0.5s ease-in;
}

/* Header */
.admin-bar #wrapper #header {
  top: 32px;
}

#wrapper #header {
  transition: 0.6s;
  position: fixed;
  width: 100%;
  top: 0;
}
#wrapper #header.hide-desktop-menu {
  top: -90px;
}
#wrapper {
  padding-top: 90px;
}

#header .header-bg-color {
  background: transparent linear-gradient(181deg, #78121a 0%, #5f171d 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 10px 20px #151d2b1a;
}

#masthead .image-icon:after {
  top: -8px;
  right: -8px;
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-family: var(--medi);
}

.search-hidden,
.menu-hidden {
  position: fixed;
  width: 100vw;
  height: 100vh;
  inset: 0;
  cursor: pointer;
  left: 0;
  top: 0;
  z-index: 9;
  display: none;
  background: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
}

.search-hidden.show,
.menu-hidden.show {
  display: block;
}

#header .btn-info {
  font-size: 25px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  color: var(--theme-color);
  display: block;
  cursor: pointer;
  z-index: 999;
}

.header-nav-main > .menu-item {
  margin: 0px;
}

.header-nav-main .menu-item a {
  font-weight: normal;
  font-size: 16px;
  position: relative;
  padding: 3px 0px;
}

.header-nav-main > .menu-item > a {
  color: #fff;
  padding: 8px 12px;
  font-size: 15px;
  text-transform: uppercase;
  font-family: var(--semi);
  transition: all 0.25s ease-in-out;
}

.header-nav-main > .menu-item.dang-ky > a {
  background: transparent linear-gradient(270deg, #ffffff 0%, #ebf5ff 100%) 0%
    0% no-repeat padding-box;
  border-radius: 18px;
  font-size: 16px;
  color: var(--theme-color);
  padding: 5px 22px;
  margin-left: 16px;
  overflow: hidden;
  z-index: 1;
}

.header-nav-main.nav-right:before {
  content: '';
  width: 100%;
  height: 0.5px;
  display: block;
  background-color: rgb(223 241 255 / 50%);
  position: absolute;
  right: 0;
  top: -9px;
}

.header-nav-main > .menu-item.dang-ky > a:before {
  content: '';
  z-index: -1;
  position: absolute;
  inset: 0;
  background-color: #b51111;
  transform-origin: center right;
  transform: scaleX(0);
  transition: transform 0.25s ease-in-out;
}

.header-nav-main > .menu-item.dang-ky > a:hover:before {
  transform-origin: center left;
  transform: scaleY(1);
}

.header-nav-main > .menu-item > a:hover {
  color: #fbcb2d;
}

.header-nav-main > .menu-item.dang-ky > a:hover {
  color: #fff;
}

.header-nav-main > .menu-item > a .box-menu {
  display: none;
}

.header-nav-main > .menu-item.active > a {
  color: #fbcb2d;
}

#header .icon-search {
  color: #fff;
  opacity: 1;
}

#header .icon-search:before {
  content: '\f002';
  font-family: var(--fa6);
  font-size: 15px;
  font-weight: 300;
}

#top-bar .menu-item a {
  font-size: 15px;
  color: #fff;
  line-height: 19px;
  padding: 2px 20px;
  border-left: 1px solid rgb(161 214 255 / 50%);
}

#top-bar .nav-right .menu-item:nth-last-of-type(3) a {
  border-left: 0;
}

#top-bar .nav-right .menu-item:nth-last-of-type(1) a {
  padding-right: 0;
}

#top-bar .nav-right .menu-item:nth-of-type(2) a {
  border-left: 0;
}

#top-bar .nav-right .menu-item a:hover {
  color: #fbcb2d;
}

#top-bar .menu-item.icon a {
  padding: 4px 10px;
}

#top-bar .menu-item {
  margin: 0;
}

#header #logo a {
  height: 90px;
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 0;
}

#header #logo a img {
  max-height: 45px !important;
}

#header .menu-item .icon-angle-down {
  opacity: 1;
  transform: translateY(-2px);
  height: 22px;
  display: none;
}

#header .close-menu {
  width: 40px;
  height: 40px;
  background-color: #fafafa;
  border-radius: 50%;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 50%;
  transform: translateX(-50%);
  bottom: -50px;
  cursor: pointer;
}

.header-nav-main .menu-item:not(.menu-item-has-block) .sub-menu {
  min-width: 250px;
  background: #27252580;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 0;
  border: 0;
  padding: 0;
  overflow: hidden;
  top: 45px;
  left: 0;
}

.header-nav-main .menu-item:not(.menu-item-has-block) .sub-menu a {
  color: #fff;
  font-weight: 500;
  margin: 0;
  padding: 9px 15px;
  display: block;
  border-bottom: 0;
  line-height: 22px;
  font-size: 15px;
}

.header-nav-main .menu-item:not(.menu-item-has-block) .sub-menu a:hover {
  color: #fff;
  background: var(--theme-color);
  border-color: var(--theme-color);
}

.header-nav-main.menu-item:not(.menu-item-has-block)
  .sub-menu
  .menu-item:last-of-type
  a {
  border-bottom: 0;
}

.header-nav-main .menu-item:after,
.header-nav-main .menu-item:before {
  display: none;
}

.header-nav-main .menu-item.menu-item-has-block > .sub-menu {
  box-shadow: none;
  border-top: 1px solid #ddd;
}

/* End header */

#wrapper .button.btn-viewall,
#popup-form .button.btn-viewall {
  margin: 14px 0 0;
  height: 42px;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  font-size: 15px;
  font-weight: normal;
  font-family: var(--medi);
  padding: 0 20px;
  border: 1px solid #78121a;
  border-radius: 99px;
  z-index: 1;
  position: relative;
  outline: none;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
  background-color: transparent;
  color: #78121a;
}
#popup-form .button.btn-viewall {
  margin-top: 0;
  margin-right: 15px;
}
#wrapper .button.btn-viewall::before,
#popup-form .button.btn-viewall:before {
  content: '';
  z-index: -1;
  position: absolute;
  inset: 0;
  background-color: var(--theme-color);
  transform-origin: center right;
  transform: scaleX(0);
  transition: transform 0.25s ease-in-out;
}

#wrapper .button.btn-viewall::after,
#popup-form .button.btn-viewall:after {
  background: var(--theme-color);
  border-radius: 50%;
  content: '\f061';
  font-family: var(--fa6);
  width: 24px;
  height: 24px;
  margin-left: 12px;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.25s ease-in-out;
  font-size: 12px;
}

#wrapper .button.btn-viewall:hover::after,
#popup-form .button.btn-viewall:hover::after {
  color: var(--theme-color);
  background-color: #fff;
}

#wrapper .button.btn-viewall:hover,
#popup-form .button.btn-viewall:hover {
  color: #fff;
  box-shadow: none;
}

#wrapper .button.btn-viewall:hover::before,
#popup-form .button.btn-viewall:hover::before {
  transform-origin: center left;
  transform: scaleY(1);
}

.slider-nav-circle .flickity-button {
  width: 45px !important;
  height: 45px;
  box-shadow: 0px 3px 6px #00000029 !important;
  top: 45% !important;
  margin-top: 0 !important;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: unset !important;
  color: var(--theme-color);
}

.slider-nav-circle:hover .flickity-button {
  opacity: 1 !important;
}

.slider-nav-circle .flickity-button svg {
  display: none;
}

.slider-nav-circle .flickity-button:before {
  font-family: var(--fa6);
  content: '\f178';
  color: inherit;
  font-weight: 300;
  font-size: 20.5px;
  width: 100%;
}

.slider-nav-circle .flickity-button.previous:before {
  content: '\f177';
}

.slider-nav-circle .flickity-button:hover {
  color: #fff;
  background: var(--theme-color2);
}

.slider-nav-circle .flickity-button:hover:before {
  color: #fff;
}

.slider .flickity-page-dots li.dot {
  opacity: 1 !important;
  background-color: #fff;
  margin: 0 7.5px;
  position: relative;
  border: 0;
  width: 11px;
  height: 11px;
}

.slider .flickity-page-dots li.dot.is-selected {
  opacity: 1;
  width: 18px;
  height: 18px;
  background-color: transparent;
  border: 2px solid #fff;
}

.slider .flickity-page-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 40px;
}

.box-blog-post .box-text .cat-label {
  margin-bottom: 14px;
  margin-top: 0;
}

.box-blog-post .box-text .cat-label span {
  display: inline-block;
  z-index: 3;
  position: relative;
  color: #3dac22;
  background: #e9ffbb;
  border-radius: 2px;
  padding: 0px 15px;
  line-height: 20px;
  font-size: 12px;
}

.box-blog-post .box-text .post-title a {
  color: #102750;
  font-size: 16px;
  line-height: 20px;
  font-family: var(--bold);
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin-bottom: 12px;
  margin-top: 0;
}

/* slider-home */
.slider-home .slider-nav-circle .flickity-button {
  width: 40px !important;
  height: 40px;
  background: transparent !important;
  box-shadow: none !important;
}
.slider-home .slider-nav-circle .flickity-button.next {
  top: calc(45% - 20px) !important;
  right: 10px;
}
.slider-home .slider-nav-circle .flickity-button.next:before {
  font-family: unset;
  content: '';
  background: url(./images/i-next.svg) no-repeat center;
  background-size: 25px;
  height: 100%;
}
.slider-home .slider-nav-circle .flickity-button.previous {
  left: unset;
  right: 10px;
  top: calc(45% + 25px) !important;
}
.slider-home .slider-nav-circle .flickity-button.previous:before {
  font-family: unset;
  content: '';
  background: url(./images/i-prev.svg) no-repeat center;
  background-size: 25px;
  height: 100%;
}
.slider-home .loading-spin {
  display: none !important;
}
/* End slider-home */
/* sec-home-1 */
.sec-home-1:before,
.landing1-sec-3:before,
.landing2-sec-1:before {
  content: '';
  width: 800px;
  height: 800px;
  position: absolute;
  top: 0;
  left: 0;
  background: transparent
    radial-gradient(closest-side at 50% 50%, #d1f3ff 0%, #fbfeff00 100%) 0% 0%
    no-repeat padding-box;
}

.sec-home-1 .col-img {
  padding-right: 45px;
}

.sec-home-1 .col-img .col-inner:before,
.landing1-sec-3 .col-image .col-inner:before {
  content: '';
  background: url('./images/icon-gt1.svg') no-repeat center;
  background-size: cover;
  width: 64px;
  height: 64px;
  display: block;
  position: absolute;
  border-radius: 50%;
  box-shadow: 0px 0px 30px #1c4f9147;
  bottom: 30px;
  left: 70px;
  z-index: 1;
  -webkit-animation: down-up-one 8s infinite;
  animation: down-up-one 7s infinite;
}
.sec-home-1 .col-img .img:before,
.landing1-sec-3 .col-image .img:before {
  content: '';
  background: url('./images/icon-gt3.svg') no-repeat center;
  background-size: cover;
  width: 80px;
  height: 64px;
  display: block;
  position: absolute;
  top: 95px;
  left: 10px;
  z-index: 1;
  animation: h2_hero-leftRight-1 7s linear 0s infinite alternate;
  animation-delay: 0.5s;
}
.sec-home-1 .col-img .col-inner:after,
.landing1-sec-3 .col-image .col-inner:after {
  content: '';
  background: url('./images/icon-gt2.svg') no-repeat center;
  width: 114px;
  height: 206px;
  display: block;
  position: absolute;
  top: 22px;
  right: 31px;
  z-index: -1;
  -webkit-animation: down-up-two 7s infinite;
  animation: down-up-two 7s infinite;
  -webkit-animation-delay: 3s;
  animation-delay: 1s;
}

.sec-home-1 .col-text {
  padding-left: 30px;
}

.sec-home-1 .col-text h2 {
  font-size: 36px;
  line-height: 44px;
  margin-bottom: 24px;
}
.sec-home-1 .col-text p {
  text-align: justify;
}
.sec-home-1 .col-icon .col-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 25px;
  margin-top: 45px;
}

.sec-home-1 .col-icon .icon-box {
  box-shadow: 0px 0px 30px #2d509712;
  border-radius: 20px;
  background-color: #fff;
  padding: 18px 26px;
  position: relative;
}

.sec-home-1 .col-icon .icon-box h4 {
  margin: 0;
  font-size: 30px;
  line-height: 45px;
  font-family: var(--bold);
  display: inline-block;
  width: fit-content;
}

.sec-home-1 .col-icon .icon-box p {
  font-size: 15px;
  color: #78121a;
  text-transform: uppercase;
  font-family: var(--semi);
  margin-top: 14px;
}
.sec-home-1 .col-icon .icon-box p br {
  display: none;
}
.sec-home-1 .col-icon .icon-box img {
  padding: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.sec-home-1 .col-icon .icon-box-img {
}

.sec-home-1 .col-icon .icon-box-img {
  margin-bottom: 0;
  width: 100% !important;
  display: flex;
  align-items: center;
}
.sec-home-1 .col-icon .icon-box-img .icon {
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  margin-right: 16px;
}
.sec-home-1 .col-icon .icon-box-img .icon-inner {
  width: 100%;
  height: 100%;
}
.sec-home-1 .col-icon .icon-box-text {
  position: relative;
  width: 100%;
}

.sec-home-1 .col-icon .icon-box-text:before {
  content: '';
  width: 76%;
  height: 0.5px;
  background-color: #a5d6ff;
  display: block;
  position: absolute;
  top: -8px;
}

/* End sec-home-1 */
/* sec-home-2 */
#main .sec-home-2 .img-pen {
  max-width: 132px;
  position: absolute;
  top: -120px;
  left: 194px;
  animation: pencil 6s linear 0.5s infinite alternate;
}
#main .sec-home-2 .img-music {
  position: absolute;
  max-width: 55px;
  bottom: 52px;
  left: 180px;
  -webkit-animation: zoomInOutTwo 7s infinite;
  animation: zoomInOutTwo 7s infinite;
}
#main .sec-home-2 .img-fly {
  position: absolute;
  max-width: 136px;
  position: absolute;
  top: -75px;
  right: 120px;
  -webkit-animation: down-up-two 6s infinite;
  animation: down-up-two 6s infinite;
}
#main .sec-home-2 .img-spin {
  position: absolute;
  max-width: 58px;
  bottom: 100px;
  right: 57px;
  -moz-animation: spin 9s linear infinite;
  animation: spin 9s linear infinite;
}
#main .sec-home-2 .img-1 {
  position: absolute;
  max-width: 120px;
  top: -92px;
  right: -27px;
  -webkit-animation: shapeMover 6s infinite;
  animation: shapeMover 6s infinite;
}
#main .sec-home-2 .img-2 {
  position: absolute;
  max-width: 62px;
  left: 15px;
  top: 55px;
  -webkit-animation: moveLeftRight 6s infinite;
  animation: moveLeftRight 6s infinite;
}
.sec-home-2 .section-bg {
  background-size: 100% auto !important;
  background-position: top;
  /* z-index: 2; */
}

.sec-home-2 .section-bg:after {
  content: '';
  width: 100%;
  height: calc(100% - 31%);
  display: block;
  background: transparent linear-gradient(180deg, #e9faff 0%, #cbecfd 100%) 0%
    0% no-repeat padding-box;
  bottom: 0;
  position: absolute;
  left: 0;
  z-index: 0;
}
#main .sec-home-1 {
  padding-bottom: 15px;
}
.sec-home-2 .col-title {
  text-align: center;
  z-index: 9999;
}

.sec-home-2 .col-title h2 {
  font-size: 36px;
  line-height: 46px;
  color: var(--theme-color);
  margin-bottom: 19px;
}

.sec-home-2 .col-title p {
  max-width: 718px;
  margin: 0 auto 10px;
  color: #3c3c3c;
  font-family: var(--light);
}
.sec-home-2:before {
  content: '';
  width: 576px;
  height: 415px;
  background: url(./images/line-home-2.webp) no-repeat center;
  background-size: 100% 100%;
  top: 38px;
  position: absolute;
  left: calc((100vw - 1200px) / 2 - 20px);
  -webkit-animation: down-up-one 6s infinite;
  animation: down-up-two 6s 1s infinite;
  z-index: -2;
}

#main .sec-home-2 {
  padding-top: 207px;
  padding-bottom: 70px;
  z-index: 3;
  position: relative;
  border-radius: 0 0 80px 80px;
  overflow: hidden;
}

#main .sec-home-2:after {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  background: url(./images/line-home-3.webp) no-repeat;
  position: absolute;
  top: 96px;
  left: 0;
  background-size: 95% auto;
  background-position: top center;
}

.sec-home-2 .col-service > .col-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 28px;
  margin-top: -50px;
}
.sec-home-2 .col-service .box:nth-of-type(2),
.sec-home-2 .col-service .box:nth-of-type(3) {
  margin-top: 90px;
}
.sec-home-2 .col-service .box-image {
  background: url(./images/bg-service.svg) no-repeat center;
  padding-top: 158%;
}
.sec-home-2 .col-service .box:nth-of-type(2) .box-image {
  background: url(./images/bg-service2.svg) no-repeat center;
}
.sec-home-2 .col-service .box:nth-of-type(3) .box-image {
  background: url(./images/bg-service3.svg) no-repeat center;
}
.sec-home-2 .col-service .box:nth-of-type(4) .box-image {
  background: url(./images/bg-service4.svg) no-repeat center;
}
.sec-home-2 .col-service .box-image > div {
  width: calc(100% - 32px);
  height: calc(100% - 52px);
  -webkit-mask-image: url(./images/tachnen.png);
  -webkit-mask-size: auto 100%;
  -webkit-mask-repeat: no-repeat;
  overflow: hidden;
  -webkit-mask-position: center;
  margin: 0 auto;
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
}
.sec-home-2 .col-service .box-image > div:before {
  content: '';
  width: 380px;
  height: 380px;
  display: block;
  position: absolute;
  background: transparent linear-gradient(54deg, #026fae 0%, #069ee4 100%) 0% 0%
    no-repeat padding-box;
  border-radius: 50%;
  bottom: -160px;
  left: -160px;
  transition: all 0.4s ease-in-out;
}
.sec-home-2 .col-service .box:nth-of-type(2) .box-image > div:before,
.sec-home-2 .col-service .box:nth-of-type(4) .box-image > div:before {
  background: #b41322;
}
.sec-home-2 .col-service .box:nth-of-type(3) .box-image > div,
.sec-home-2 .col-service .box:nth-of-type(4) .box-image > div {
  -webkit-mask-image: url(./images/tachnen2.png);
}
.sec-home-2 .col-service .box:nth-of-type(3) .box-image > div:before,
.sec-home-2 .col-service .box:nth-of-type(4) .box-image > div:before {
  right: -160px;
  left: unset;
}

.sec-home-2 .col-service .box-image > div img {
  width: 95%;
  height: 100%;
  object-fit: cover;
  margin: 0 auto;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}
.sec-home-2 .col-service h2 {
  margin: 0;
  font-size: 22px;
}
.sec-home-2 .col-service .box:hover h2 {
  color: #b51111;
}
.sec-home-2 .col-service .box-text {
  padding: 0;
}
.sec-home-2 .img-left {
  position: absolute;
  width: 28% !important;
  bottom: -70px;
  left: 0;
  z-index: -1;
  max-width: 400px;
  -webkit-animation: moveLeftRight2 7s infinite;
  animation: moveLeftRight2 7s infinite;
}
.sec-home-2 .col-service .box:hover .box-image > div:before {
  transform: scale(1.3);
}
.sec-home-2 .img-right {
  position: absolute;
  width: 28% !important;
  bottom: -70px;
  right: 0;
  z-index: -1;
  -webkit-animation: moveLeftRight3 7s infinite;
  animation: moveLeftRight3 7s infinite;
}
.sec-home-2 .img-right img {
  transform: rotateY(180deg);
}
/* End sec-home-2 */
/* sec-home-3 */
.sec-home-3 .section-bg {
  height: calc(100% + 60px);
  top: unset;
}
.sec-home-3 .row-title .title h2 {
  margin-bottom: 0;
  font-size: 36px;
  line-height: 43px;
}
.sec-home-3 .row-title {
  margin-bottom: 26px;
}
.sec-home-3 .row-title .content {
  margin-left: 45px;
  border-left: 3px solid #78121a;
  padding-left: 24px;
}
.sec-home-3 .row-title .content p {
  margin: 0;
  font-size: 15px;
  line-height: 20px;
}
.sec-home-3 .col-icon {
  flex-basis: 35%;
  max-width: 35%;
}
.sec-home-3 .col-video {
  flex-basis: 65%;
  max-width: 65%;
  padding-left: 55px;
}
.sec-home-3 .icon-inner {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0px 0px 15px #0000000a;
}

.sec-home-3 .icon img {
  padding: 0;
  max-width: 32px;
  display: inline-block;
  margin: 0 auto;
}
.sec-home-3 .icon-box .icon-box-text {
  padding-left: 26px;
  padding-top: 16px;
}
.sec-home-3 .col-icon .icon-box h3 {
  color: #3c3c3c;
  font-family: var(--semi);
  font-size: 20px;
  margin-bottom: 8px;
}
.sec-home-3 .col-icon .icon-box p {
  color: #636363;
}
.sec-home-3 .col-icon .icon-box + .icon-box {
  margin-top: 25px;
}
.sec-home-3 .col-icon .icon-box:not(:last-of-type) .icon-box-img:before {
  content: '';
  width: 1px;
  height: calc(100% - 50px);
  display: block;
  position: absolute;
  letter-spacing: 31px;
  background: url(./images/line-2.svg);
  background-size: cover;
  top: 68px;
  background-repeat: repeat-y;
  left: 50%;
  transform: translateX(-50%);
  background-position: top;
}
.sec-home-3 .col-video > .col-inner {
  padding: 20px 23px 15px;
  background: transparent linear-gradient(180deg, #78121a 0%, #c0202f 100%) 0%
    0% no-repeat padding-box;
  border-radius: 31px;
}
.sec-home-3 .col-video .box {
  position: relative;
  margin-bottom: 12px;
}
.sec-home-3 .col-video .box.playing .box-text {
  opacity: 1;
  visibility: visible;
}
.sec-home-3 .col-video .box-text {
  padding: 0;
  position: absolute;
  z-index: 5;
  width: 100%;
  height: 100%;
  inset: 0;
}
.sec-home-3 .col-video .video-button-wrapper {
  display: none;
}
.sec-home-3 .col-video .box-image:before {
  content: '';
  width: calc(100% - 26px);
  height: calc(100% - 16px);
  position: absolute;
  background: url(./images/bg-video.svg) no-repeat center;
  z-index: 1;
  background-size: contain;
  top: 8px;
  left: 12px;
}
.sec-home-3 .col-video .box-image:after {
  content: '';
  width: 55px;
  height: 30px;
  position: absolute;
  background: url(./images/icon-rec.svg) no-repeat center;
  top: 30px;
  left: 30px;
  -webkit-animation: flash 1s linear infinite;
  animation: flash 1s linear infinite;
  background-size: contain;
}
.sec-home-3 .col-video .button.icon.circle {
  border: 1px solid #fff;
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent !important;
  -webkit-animation: ripple 0.7s linear infinite;
  animation: ripple_video 0.7s linear infinite;
}
.sec-home-3 .col-video .button.icon.circle:hover {
  background-color: var(--theme-color) !important;
}
.sec-home-3 .col-video .button.icon.circle i {
  margin-left: 5px;
}
.sec-home-3 .col-video .icon-play:before {
  content: '\f04b';
  font-family: var(--fa6);
  font-weight: 300;
  color: #fff;
}
.sec-home-3 .col-video .t-left h2 {
  margin: 0;
  font-size: 14px;
  color: #fff;
  font-family: var(--semi);
  display: inline-flex;
  align-items: center;
  position: relative;
  padding-left: 47px;
  line-height: 36px;
}
.sec-home-3 .col-video .t-left h2:before {
  content: '';
  width: 35px;
  height: 35px;
  background: url(/wp-content/uploads/2025/10/cropped-01.png) no-repeat center;
	background-size: contain;
  position: absolute;
  left: 0;
	background-color: #fff;
	border-radius: 99px;
}
.sec-home-3 .col-video .stack {
  justify-content: space-between;
  align-items: center;
}
.sec-home-3 .col-video .t-right {
  display: flex;
  align-items: center;
}
.sec-home-3 .col-video .t-right p {
  margin-bottom: 0;
  font-size: 13px;
  color: #fff;
  line-height: 16px;
}

.sec-home-3 .col-video .t-right p:first-of-type {
  border-right: 1px solid #ffb4b4;
  padding-right: 10px;
  margin-right: 10px;
}
.sec-home-3 .col-video .t-right strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 16px;
  background-color: #fff;
  color: #aa2639;
  padding: 0 14px;
  font-family: var(--regular);
  font-size: 8px;
  border-radius: 5px;
}
#main .sec-home-3 {
  padding-bottom: 40px;
  z-index: 2;
}
.sec-home-3 .col-video .image-cover,
.sec-home-3 .col-video .video {
  border-radius: 15px;
  padding-top: 56.25% !important;
}

.sec-home-3 .col-video .image-cover:before {
  content: '\f04b';
  font-family: var(--fa6);
  border: 1px solid #fff;
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  -webkit-animation: ripple 0.7s linear infinite;
  animation: ripple_video 0.7s linear infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  border-radius: 50%;
  color: #fff;
  font-weight: 300;
  font-size: 28px;
  padding-left: 6px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.sec-home-3 .col-video .box-image:hover .image-cover:before {
  background-color: var(--theme-color);
}
/* End sec-home-3 */
/* sec-home-4 */
#main .sec-home-4 {
  padding-bottom: 50px;
}
.sec-home-4:after {
  content: '';
  width: 100%;
  height: 1600px;
  position: absolute;
  top: 0;
  background: transparent
    linear-gradient(180deg, #ffffff 0%, #b3e1fc 47%, #f8feff 87%, #f9feff 100%)
    0% 0% no-repeat padding-box;
  transform: matrix(-1, 0, 0, -1, 0, 0);
  z-index: 0;
}
.sec-home-4:before {
  content: '';
  width: 100%;
  height: 1800px;
  position: absolute;
  background: transparent
    radial-gradient(closest-side at 50% 50%, #fcfeff 0%, #fbfeff00 100%) 0% 0%
    no-repeat padding-box;
  top: -300px;
  z-index: 1;
}
.sec-home-4 .section-content {
  z-index: 2;
}
.sec-home-4 .tabbed-content {
  align-content: center;
}
.sec-home-4 .tabbed-content h4.text-left {
  flex-shrink: 0;
  width: fit-content;
  margin-bottom: 0;
  margin-right: 30px;
  font-size: 36px;
  line-height: 50px;
}
.sec-home-4 .tabbed-content .nav {
  flex: 1;
  width: auto;
  justify-content: flex-end;
}
.sec-home-4 .tabbed-content .tab-panels {
  padding-top: 37.5px;
  border-top: 1.5px solid #c0202f;
  margin-top: 11.5px;
}
#main .sec-home-4 .nav a {
  font-size: 18px;
  color: #3c3c3c;
  font-weight: normal;
  font-family: var(--semi);
}
#main .sec-home-4 .nav li {
  margin-left: 30px;
}
.sec-home-4 .nav a:before {
  bottom: -16px;
  top: unset;
}
.sec-home-4 .blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-left: -12.5px;
  margin-right: -12.5px;
}
.blog-grid .post-item {
  padding: 0 12.5px 23px;
}
.blog-grid .post-item .cat-label {
  display: none;
}
.blog-grid .post-item:nth-of-type(1),
.blog-grid .post-item:nth-of-type(2) {
  grid-row: span 3;
}
.blog-grid .post-item:nth-of-type(n + 3) .box-blog-post {
  display: flex;
}
.blog-grid .post-item:nth-of-type(n + 3) .box-image {
  width: 125px !important;
  flex-shrink: 0;
}

.blog-grid .post-item .box-image .image-cover {
  border-radius: 5px;
}
.blog-grid .post-item:nth-of-type(1) .box-text,
.blog-grid .post-item:nth-of-type(2) .box-text {
  padding: 19px 0 0;
}
.blog-grid .post-item:nth-of-type(1) .image-cover,
.blog-grid .post-item:nth-of-type(2) .image-cover {
  padding-top: 83% !important;
}
.blog-grid .post-item .post-meta {
  color: #6d6d6d;
  font-weight: normal;
  opacity: 1;
  font-size: 14px;
  line-height: 18px;
}
.blog-grid .post-item:nth-of-type(n + 3) .box-text {
  padding: 5px 0 0 19px;
}
.blog-grid .post-item .post-title {
  position: relative;
  margin: 0 0 10px;
  padding-bottom: 14px;
}
.blog-grid .post-item .post-title:before {
  content: '';
  width: 230px;
  height: 0px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #00518f;
}
.blog-grid .post-item .post-title a {
  color: #3c3c3c;
  font-size: 16px;
  line-height: 20px;
  font-family: var(--semi);
  margin: 0;
}
.blog-grid .post-item:nth-of-type(n + 3) .post-title a {
  -webkit-line-clamp: 3;
}
/* End sec-home-4 */
/* sec-home-5 */
#main .sec-home-5 {
  padding-top: 90px;
  padding-bottom: 30px;
  opacity: 0;
  visibility: hidden;
  display: none;
}
#main .sec-home-5.show {
  opacity: 1;
  visibility: visible;
  display: block;
}
.sec-home-5:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: url(./images/bg-vicser.webp) no-repeat center;
  background-size: 104% 100%;
  z-index: 1;
}

.sec-home-5 .title h3 {
  font-size: 36px;
  line-height: 46px;
  text-transform: uppercase;
  margin-bottom: -46px;
  z-index: 9;
  position: relative;
}
.uxb-wrapper--tuan_viewcode > .list-vicser {
  display: none;
}
.list-vicser .vicser--left {
  padding-top: 85px;
  flex-basis: 59.25%;
  max-width: 59.25%;
  padding-left: 28px;
  padding-right: 28px;
}
.list-vicser .vicser--left .slider-slick:before {
  content: '';
  background: url(./images/bg-2.svg) no-repeat center bottom;
  width: calc(100% + 24px);
  display: block;
  height: 122%;
  position: absolute;
  bottom: -12px;
  background-size: cover;
  left: -12px;
  z-index: -1;
  -webkit-animation: down-up-one 6s infinite;
  animation: down-up-one 6s infinite;
}

.list-vicser .vicser--right {
  flex-basis: 40.75%;
  max-width: 40.75%;
  padding-left: 70px;
  padding-right: 30px;
  position: relative;
}
.list-vicser .vicser--right:before {
  content: '';
  width: calc(100% - 40px);
  height: 100%;
  display: block;
  position: absolute;
  left: 40px;
  top: 30px;
  background: url(./images/line-vicser.svg) no-repeat center;
  background-size: contain;
}
.list-vicser .vicser--right .slider-slick {
  background-color: #fff;
  border-radius: 34px;
}
.list-vicser .vicser--left .slider-slick {
  background-color: #fff;
  box-shadow: 0px 0px 30px #c9cbff29;
  border-radius: 28px;
  padding: 39px 29.5px 41px;
}

.list-vicser .slick-dots {
  position: absolute;
  list-style: none;
  display: flex;
  margin: 0;
  right: 44.5px;
  top: 50px;
}
.list-vicser .slick-dots li button {
  display: none;
}
.list-vicser .slick-dots li {
  width: 12px;
  height: 12px;
  background: #c5c5c5;
  border-radius: 50%;
  margin-left: 12px;
  cursor: pointer;
}
.list-vicser .slick-dots li.slick-active {
  background-color: var(--theme-color2);
}
.list-vicser .vicser-info__name a {
  color: var(--theme-color2);
  font-size: 22px;
  line-height: 45px;
  font-family: var(--semi);
  text-transform: uppercase;
  display: block;
}
.list-vicser .vicser-info__class {
  color: #3c3c3c;
  font-size: 18px;
  font-family: var(--medi);
  margin-bottom: 22px;
}

.list-vicser .vicser-info__des {
  color: #636363;
  font-family: var(--light);
  font-size: 16px;
  line-height: 21px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin-bottom: 25px;
}
.list-vicser .vicser-info__outstanding {
  list-style: none;
  border-top: 1px solid #cecece;
  margin-bottom: 36px;
}
.list-vicser .vicser-info__outstanding li {
  margin: 0;
  padding: 11.5px 0 11.5px 28px;
  border-bottom: 1px solid #cecece;
  color: #636363;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.list-vicser .vicser-info__outstanding li:before {
  content: '';
  width: 8px;
  height: 8px;
  background-color: #035fac;
  display: block;
  border-radius: 50%;
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
}
.list-vicser .btn-info {
  font-family: var(--medi);
  font-size: 15px;
  line-height: 19px;
  color: #065ea5;
  display: inline-flex;
  align-items: center;
}
.list-vicser .btn-info i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #0461b1;
  color: #fff;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-right: 8px;
  font-size: 12px;
}
.list-vicser .btn-info:hover {
  color: #06b7fe;
}
.list-vicser .btn-info:hover i {
  background: #06b7fe;
}
.list-vicser .vicser--left > .vicser-info {
  display: none;
}
.list-vicser .vicser-info {
  padding: 0 15px;
}
.list-vicser .vicser--right img {
  width: 100%;
  transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  transform: scale(1.2);
  -webkit-transform: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  -moz-transform: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  -ms-transform: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  -o-transform: all 1s cubic-bezier(0.7, 0, 0.3, 1);
}

.list-vicser .vicser--right .slick-current img {
  transform: scale(1);
}
.list-vicser .vicser--right .slider-track {
  transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
}
.list-vicser .vicser--right .image-cover {
  padding-top: 143%;
  border: 3px solid #ffffff;
  border-radius: 34px;
  background: #fff;
}
.sec-home-5 .fly1 {
  width: 126px !important;
  position: absolute;
  top: -49px;
  right: 21%;
  z-index: -1;
  animation: myfirst 18s linear infinite;
}
.sec-home-5 .fly2 {
  width: 94px !important;
  position: absolute;
  top: 44%;
  right: 0px;
  z-index: -1;
  animation: myfirst 24s linear 2s infinite;
  opacity: 0;
  display: none;
}
.sec-home-5 .fly3 {
  width: 110px !important;
  position: absolute;
  top: 105px;
  left: -20px;
  animation: myfirst 30s linear 3s infinite;
  z-index: -1;
  opacity: 0;
}
.sec-home-5 .star1 {
  position: absolute;
  width: 50px !important;
  top: -30px;
  right: 3%;
  -webkit-animation: zoomInOutTwo 6s infinite;
  animation: zoomInOutTwo 6s infinite;
}
.sec-home-5 .star2 {
  position: absolute;
  width: 36px !important;
  top: -62px;
  left: 10.5%;
  -webkit-animation: zoomInOutTwo 6s 1s infinite;
  animation: zoomInOutTwo 6s 1s infinite;
}
.sec-home-5 .star3 {
  position: absolute;
  width: 31px !important;
  bottom: 43%;
  left: 1.5%;
  -webkit-animation: zoomInOutTwo 7s 0.5s infinite;
  animation: zoomInOutTwo 7s 0.5s infinite;
}
.sec-home-5 .fly4 {
  position: absolute;
  width: 100px !important;
  top: -11%;
  right: 38%;
  -webkit-animation: bubbleMover 8s infinite;
  animation: bubbleMover2 8s linear infinite;
  z-index: -1;
}
@keyframes myfirst {
  0% {
    left: -25%;
    opacity: 1;
  }

  to {
    left: 100%;
    opacity: 1;
  }
}

/* End sec-home-5 */
/* sec-home-6 */
.sec-home-6 .col-title h2 {
  margin-bottom: 0;
  font-size: 36px;
  text-transform: uppercase;
}
.sec-home-6 .col-title .img {
  max-width: 230px;
  margin-top: -40px;
  left: 109px;
}
.sec-home-6 .col-desc p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 20px;
  font-style: italic;
}
.sec-home-6 .col-desc {
  padding-top: 20px;
}
.sec-home-6 .col-title,
.sec-home-6 .col-desc {
  padding-bottom: 24px;
}
.sec-home-6 .row-album {
  max-width: 1184px;
}
.sec-home-6 .row-album .col {
  padding: 0 4px;
}
.sec-home-6 .row-album .col-left,
.sec-home-6 .row-album .col-right {
  flex-basis: unset;
  max-width: 23%;
}
.sec-home-6 .row-album .col-center {
  flex-basis: unset;
  max-width: unset;
  flex: 1;
}
.sec-home-6 .row-album .img {
  margin-bottom: 0;
}
.sec-home-6 .row-album .col-left > .col-inner {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.sec-home-6 .row-album .image-cover {
  border-radius: 10px;
}
.sec-home-6 .row-album .col-center > .col-inner {
  grid-gap: 8px;
  display: flex;
  flex-flow: row wrap;
}
.sec-home-6 .row-album .col-center .img:first-of-type,
.sec-home-6 .row-album .col-center .img:nth-of-type(2) {
  width: calc(50% - 4px) !important;
}
.sec-home-6 .row-album .col-center .img:nth-of-type(4) {
  width: calc(50% - 8px) !important;
}
.sec-home-6 .row-album .col-center .img:nth-of-type(3),
.sec-home-6 .row-album .col-center .img:nth-of-type(5) {
  width: calc(25% - 4px) !important;
}
.sec-home-6 .row-album .col-right .col-inner {
  flex-direction: column;
  display: flex;
  height: 100%;
}
.sec-home-6 .row-album .col-right .button {
  flex: 1;
  margin: 8px 0 0;
  border-radius: 10px;
  background-color: #c0202f;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
  font-size: 16px;
  line-height: 21px;
  color: #fff;
  font-family: var(--medi);
}

.sec-home-6 .row-album .col-right .button:before {
  content: '\f061';
  font-family: var(--fa6);
  width: 38px;
  height: 38px;
  background-color: #fff;
  border-radius: 50%;
  color: #c0202f;
  margin-right: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.sec-home-6 .row-album .col-right .button:hover {
  background-color: var(--theme-color);
  box-shadow: unset;
}
.sec-home-6 .row-album .col-right .button:hover:before {
  color: var(--theme-color);
}
.sec-home-6 .row-album img {
  transition: all 0.4s ease-in-out;
}
.sec-home-6 .row-album .img:hover img {
  transform: scale(1.05);
}
.sec-home-6 .row-album .image-cover:before {
  content: '';
  width: 0%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: -50%;
  top: 0;
  transition: 0.75s;
  opacity: 0;
  transform: skew(30deg);
  -webkit-transform: skew(30deg);
  -moz-transform: skew(30deg);
  -ms-transform: skew(30deg);
  -o-transform: skew(30deg);
  z-index: 2;
}
.sec-home-6 .row-album .img:hover .image-cover:before {
  animation: shine2 0.5s linear forwards;
  width: 200%;
  left: 100%;
}
.sec-home-6:before {
  content: '';
  width: 100%;
  height: 1275px;
  background: transparent
    radial-gradient(closest-side at 50% 50%, #e4f8ff 0%, #fbfeff00 100%) 0% 0%
    no-repeat padding-box;
  position: absolute;
  top: 70px;
  z-index: 1;
}
/* End sec-home-6 */
/* sec-home-7 */
#main .sec-home-7 {
  padding-bottom: 40px;
}
.sec-home-7 .bg {
  background-position: bottom center;
  height: 600px;
  bottom: 0;
  top: unset;
}
.sec-home-7 .form-home {
  background: transparent linear-gradient(39deg, #effaff 0%, #ffffff 100%) 0% 0%
    no-repeat padding-box;
  border-radius: 25px;
  padding: 60px 45px 47px 45px;
  margin-top: 20px;
}
.sec-home-7 .form-home .form-title {
  font-size: 36px;
  line-height: 46px;
  margin-bottom: 24px;
}
.sec-home-7 .form-home label {
  font-weight: normal;
  color: #3c3c3c;
  font-family: var(--semi);
  margin-bottom: 0;
  font-size: 16px;
  line-height: 20px;
}
.sec-home-7 .form-home input {
  background-color: transparent;
  border: 0;
  box-shadow: none !important;
  padding: 0;
  font-size: 13px;
  border-bottom: 0.5px solid #a4a4a4;
  color: #6b6b6b;
  margin-bottom: 32px;
}
.sec-home-7 .form-home input::placeholder {
  color: #6b6b6b;
  opacity: 1;
}
.wpcf7 .wpcf7-not-valid-tip {
  position: absolute;
  background: transparent;
  padding: 0;
  font-size: 12px;
  line-height: 15px;
  right: 0;
  top: 48px;
}
.wpcf7 .wpcf7-not-valid-tip:after {
  display: none;
}
#wrapper .sec-home-7 .form-home .button.btn-viewall {
  margin-top: 0;
}
.sec-home-7 .form-home .form-item:nth-of-type(4) {
  margin-bottom: 32px;
}
.sec-home-7 .form-home .form-item:nth-of-type(4) > label {
  margin-bottom: 10px;
}
.sec-home-7 .form-home input[type='checkbox'] {
  opacity: 0;
  position: absolute;
  margin: 3px;
  z-index: 1;
}
.sec-home-7 .form-home .wpcf7-checkbox .wpcf7-list-item-label {
  font-size: 14px;
  line-height: 18px;
  font-weight: normal;
  color: #49505e;
  position: relative;
  padding-left: 30px;
}
.sec-home-7 .form-home .wpcf7-checkbox .wpcf7-list-item {
  display: inline-flex;
  align-items: center;
}
.sec-home-7 .form-home .wpcf7-checkbox .wpcf7-list-item-label:before {
  border: 0.5px solid #b2b2b2;
  border-radius: 2px;
  width: 19px;
  height: 19px;
  display: inline-flex;
  position: absolute;
  left: 0;
  font-family: var(--fa6);
  align-items: center;
  justify-content: center;
  background-color: #fff;
  font-size: 12px;
}
.sec-home-7
  .form-home
  input[type='checkbox']:checked
  + .wpcf7-list-item-label:before {
  content: '\f00c';
  background-color: var(--theme-color);
  color: #fff;
}
.sec-home-7 .col-left {
  padding-left: 104px;
}
.sec-home-7 .col-left > .col-inner {
  padding: 122px 0 5px;
}
.sec-home-7 .col-left > .col-inner:before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  background: url(./images/bg-form.svg) no-repeat top right;
  background-size: contain;
}
.sec-home-7 .col-left > .col-inner:after {
  content: '';
  width: 76px;
  height: 80px;
  display: block;
  position: absolute;
  right: 34px;
  background: url(./images/icon-form3.svg) no-repeat center;
  background-size: contain;
  z-index: 1;
  top: 33px;
  -webkit-animation: moveLeftRight2 6s infinite;
  animation: moveLeftRight2 6s infinite;
}
.sec-home-7 .col-left .img-title {
  max-width: 340px;
  margin: 0 auto 33px;
}
.sec-home-7 .col-left .img-main .img-inner {
  width: calc(100% + 66px) !important;
}
.sec-home-7 .col-left .img-main {
  display: grid;
  justify-items: end;
}
.sec-home-7 .col-left:before {
  content: '';
  width: 89px;
  height: 94px;
  display: block;
  position: absolute;
  left: 140px;
  background: url(./images/icon-form1.svg) no-repeat center;
  background-size: contain;
  z-index: 1;
  top: 30%;
  -webkit-animation: down-up-one 8s infinite;
  animation: down-up-one 7s infinite;
}
.sec-home-7 .col-left:after {
  content: '';
  width: 70px;
  height: 76px;
  display: block;
  position: absolute;
  right: 30px;
  background: url(./images/icon-form2.svg) no-repeat center;
  background-size: contain;
  z-index: 1;
  top: 40%;
  -webkit-animation: zoomInOutTwo 7s infinite;
  animation: zoomInOutTwo 7s infinite;
}
/* End sec-home-7 */
.section-news .col-button {
  position: absolute;
  top: 38px;
  right: 0;
  padding-bottom: 0;
  text-align: right;
}

.section-news .row {
  position: relative;
}

.section-news .blog-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.section-news .blog-grid .post-item:first-of-type {
  grid-row: span 3;
  padding-bottom: 0;
  padding-right: 10px;
}

.section-news .blog-grid .post-item:first-of-type .image-cover {
  padding-top: 64% !important;
}

.section-news .blog-grid .post-item:first-of-type .post-meta {
  display: none;
}

.section-news .blog-grid .post-item:first-of-type .post-title a {
  font-size: 20px;
  margin-top: 10px;
}

.section-news .post-item:nth-of-type(n + 2) {
  padding-bottom: 20px;
}

.section-news .post-item:nth-of-type(n + 2) .box {
  display: flex;
}

.section-news .post-item .box-image .image-cover {
  border-radius: 5px;
}

.section-news .post-item:nth-of-type(n + 2) .box-image {
  width: 47.6%;
  max-width: 212px;
  flex-shrink: 0;
  margin-right: 25px;
}

.section-news .post-item:nth-of-type(n + 2) .box-text {
  padding: 0;
}

.section-news .post-item:nth-of-type(n + 2) .box-text-inner {
  display: flex;
  flex-wrap: wrap;
}

.section-news .post-item:nth-of-type(n + 2) .post-meta {
  order: -1;
  display: inline-block;
  width: fit-content;
  font-size: 12px;
  line-height: 15px;
  font-weight: 300;
  background: var(--theme-color2);
  padding: 4px 23px 4px 15px;
  color: #fff;
  border-radius: 40px;
  margin: 5px 0 5px;
  opacity: 1;
}

.box-blog-post .from_the_blog_excerpt {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  color: #787878 !important;
  margin: 0;
}

/* End sec-newhome */

/* Footer */
.back-to-top.button {
  border-radius: 4px !important;
  border: 1px solid #fff;
  background-color: var(--theme-color);
  bottom: 50px;
}

.absolute-footer {
  background-color: #78121a;
  border-top: 1px solid #e1e1e187;
}

.absolute-footer .copyright-footer {
  color: #ffffff;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: var(--light);
}

#footer .sec-menu {
  padding-bottom: 0;
  background-color: #78121a;
  padding-top: 0;
}
#footer .sec-menu .section-bg {
  left: unset;
  width: 60vw;
  content: '';
  position: absolute;
  right: 0;
  display: none;
}
#footer .stack {
  align-items: center;
  margin-bottom: 26px;
}
#footer .stack .img:nth-of-type(2) {
  max-width: 80px;
}
#footer .logo-footer {
  width: fit-content !important;
  flex-shrink: 0;
  margin-right: 20px !important;
}
#footer .logo-footer img {
  width: auto;
  height: 60px;
  filter: brightness(0) invert(1);
}
#footer .logo-footer {
  margin-bottom: 35px;
}
#footer .col-1 h3 {
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 23px;
}
#footer a,
#footer p {
  color: #fff;
}
#footer a:hover {
  text-decoration: underline;
}
#footer .col-1 ul {
  list-style: none;
  margin-bottom: 0;
}
#footer .col-1 ul li {
  margin-left: 0;
  padding-left: 30px;
  color: #fff;
  position: relative;
  margin-bottom: 17.5px;
  font-size: 15px;
  line-height: 19px;
}
#footer .col-1 ul li:last-of-type {
  margin-bottom: 0;
}
#footer .col-1 ul li i {
  position: absolute;
  left: 0;
  top: 2px;
}
#footer .menu ul {
  list-style: none;
}
#footer .menu i {
  font-size: 16px;
  width: 16px;
  display: inline-flex;
  justify-content: center;
  margin-right: 15px;
}
#footer .menu ul li {
  margin-left: 0;
  color: #fff;
  position: relative;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 20px;
}
#footer .col-2 .menu:nth-of-type(1) li a,
#footer .col-2 .menu:nth-of-type(2) li a {
  padding-left: 20px;
  display: block;
}
#footer .col-2 .menu:nth-of-type(1) li a:before,
#footer .col-2 .menu:nth-of-type(2) li a:before {
  content: '';
  width: 7px;
  height: 7px;
  position: absolute;
  background-color: #fff;
  border-radius: 50%;
  left: 2px;
  top: 6px;
}
#footer .col-2 .col-inner {
  display: flex;
  justify-content: space-between;
}
#footer .col-2 a {
  font-size: 15px;
}
#footer .col-2 p {
  margin-bottom: 0;
}
#footer .col-2 strong {
  font-size: 16px;
  font-family: var(--semi);
  color: #fff;
  margin-bottom: 22px;
  display: block;
}
#footer .col-2,
#footer .col-1 {
  padding-top: 50px;
}
#footer .col-2:after {
  content: '';
  width: 64.5vw;
  height: 100%;
  display: block;
  position: absolute;
  left: -30px;
  top: 0;
  background: url(/wp-content/uploads/2023/11/bg-footer.webp) no-repeat center;
  background-size: cover;
  z-index: -1;
}
#footer .col-2:before {
  content: '';
  width: 64.5vw;
  height: 100%;
  display: block;
  position: absolute;
  left: -30px;
  top: 0;
  background: rgb(120 18 26 / 79%);
}
/* End Footer */
/* Page aboutus */
.blog-wrapper.page-wrapper {
  padding: 0;
}

.blog-wrapper .archive-page-header {
  position: relative;
}

.blog-wrapper .archive-page-header .banner-bg,
.blog-wrapper .header-single .banner-bg,
.page-banner .banner-bg,
.shop-page-title.category-page-title .banner-bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.blog-wrapper .archive-page-header .col,
.blog-wrapper .header-single .col,
.page-banner .col {
  padding: 280px 15px 180px;
  z-index: 3;
}

.blog-wrapper .archive-page-header h1.page-title,
.blog-wrapper .header-single h2,
.page-banner h1.entry-title,
.category-page-title h1.shop-page-title {
  font-size: 70px;
  font-weight: normal;
  margin-bottom: 0;
  margin-top: 0;
  color: #fff;
  text-align: center;
  font-family: var(--garamond);
}

.blog-wrapper .archive-page-header .banner-bg:before,
.blog-wrapper .header-single .banner-bg:before,
.shop-page-title.category-page-title .banner-bg:before,
.page-banner .banner-bg:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  opacity: 0.4;
  background: #000000;
}

/* blog-archive */

.nav-pagination > li > a,
.nav-pagination > li > span {
  border: 1px solid;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: normal;
  font-family: var(--medi);
  color: var(--theme-color) !important;
}

.nav-pagination > li > span.current {
  color: #fff !important;
}

.nav-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 20px !important;
}

.nav-pagination > li > a:hover {
  color: #fff !important;
}

.nav-pagination .icon-angle-right:before {
  content: '\f061';
  font-family: var(--fa6);
  font-weight: 300;
}

.nav-pagination .icon-angle-left:before {
  content: '\f060';
  font-family: var(--fa6);
  font-weight: 300;
}

/* End blog-archive */
/* blog-single */

.blog-share {
  padding-bottom: 30px;
  display: flex;
  justify-content: flex-end;
  border-top: 2px dotted rgba(0, 0, 0, 0.1);
  padding-top: 30px;
  margin-top: 50px;
}

.blog-share .social-icons {
}

.blog-share .social-icons span {
  font-size: 16px;
  font-weight: normal;
  padding-right: 0;
  margin-bottom: 10px;
  color: #515151;
  font-family: var(--semi);
}

.blog-share a.icon {
  color: var(--theme-color2);
  font-size: 18px;
  margin: 5px 10px;
}

.single .featured-title .page-title-inner {
  min-height: unset !important;
  padding: 280px 15px 180px;
}

.single .featured-title .entry-title {
  font-size: 50px;
  font-family: var(--garamond);
  margin-bottom: 0;
}

.single .blog-single {
  padding-top: 80px;
}

.single .blog-single .entry-content {
  padding: 0;
}

.blog-single h1.entry-title {
  font-size: 30px;
}

.box-postdate span {
  color: #fff;
  padding: 3px 10px;
  font-size: 14px;
  border-radius: 50px;
  z-index: 2;
  position: relative;
}

.box-postdate span:before {
  content: '\f017';
  font-family: var(--fa6);
  font-weight: bold;
  margin-right: 5px;
}

.box-postdate {
  position: relative;
}

.blog-single .entry-image {
  border-radius: 10px;
  overflow: hidden;
}

.blog-featured-title + #main .post-sidebar {
  padding: 0 15px 0 0px;
}

.post {
  margin-bottom: 0;
}

.row-divided > .col + .col:not(.large-12) {
  border: 0;
}

.post-sidebar .title p {
  text-transform: uppercase;
  font-family: var(--bold);
  color: #000;
}

.post-sidebar .col-2 .box {
  margin-bottom: 15px;
  overflow: hidden;
}

.post-sidebar .col-2 .box .box-image {
  position: absolute;
}

.post-sidebar .col-2 .box-text {
  padding: 30px;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0));
}

.post-sidebar .col-2 .box-text p {
  margin: 0;
  color: #fff;
  text-transform: uppercase;
  font-family: var(--medi);
  font-size: 14px;
}

.post-sidebar .col-2 .box img {
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}

.post-sidebar .col-2 .box:hover img {
  transform: scale(1.06);
}

.post-sidebar .box-blog-post {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #f3f3f3;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.post-sidebar .box-blog-post .box-image {
  width: 80px !important;
  flex-shrink: 0;
  border-radius: 6px;
}

.post-sidebar .box-blog-post .box-text {
  padding: 0 0 0 15px;
}

.post-sidebar .box-blog-post .post-title a {
  margin-bottom: 10px;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.post-sidebar .box-blog-post .post-title a:hover {
  color: var(--theme-color);
}

.post-sidebar .box-blog-post .post-meta span {
  font-size: 13px;
}

.post-sidebar .box-blog-post .post-meta span:before {
  content: '\f073';
  font-family: var(--fa6);
  display: inline-block;
  font-weight: 300;
  font-size: 14px;
  margin-right: 8px;
}

.featured-posts .title-post {
  font-size: 28px;
  margin-bottom: 30px;
}

.featured-posts .box-blog-post .image-cover {
  border-radius: 5px 5px 0 0;
}

.featured-posts .box-blog-post .box-text {
  padding: 23px 30px 27px;
  background: #f3f5f2;
}

.featured-posts .box-blog-post .box-text h3 {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin-top: 0;
}

.featured-posts .box-blog-post .box-text .button:after {
  margin-left: 4px;
}

.featured-posts .slider-nav-outside.slider-nav-circle .flickity-button {
  border-radius: 6px;
  opacity: 1;
  width: 50px;
  height: 50px;
  top: -80px !important;
  transform: unset !important;
  margin: 0;
  box-shadow: none !important;
  background-color: var(--theme-color);
  color: #fff;
}

.featured-posts .slider-nav-outside.slider-nav-circle .flickity-button.next {
  right: 15px;
  left: unset;
}

.featured-posts
  .slider-nav-outside.slider-nav-circle
  .flickity-button.previous {
  left: unset;
  right: 75px;
}

.featured-posts .list-post {
  position: relative;
  margin-bottom: 70px;
}

.featured-posts .box-blog-post .box-text .button {
  color: #292930;
  font-size: 16px;
  font-weight: normal;
  margin: 0;
  position: relative;
  height: 27px;
  line-height: 27px;
  min-height: 27px;
}

.featured-posts .box-blog-post .box-text .button:after {
  content: '\f178';
  font-family: var(--fa6);
  transform: translateY(1px);
  display: inline-block;
  font-weight: 300;
}

.featured-posts .box-blog-post .box-text .button:before {
  content: '';
  height: 1px;
  width: 0;
  background-color: var(--theme-color);
  position: absolute;
  bottom: 0;
  right: 0;
  transition: all 0.3s;
}

.blog-archive .box-blog-post .button:hover:before,
.featured-posts .box-blog-post .box-text .button:hover:before {
  width: 100%;
  left: 0;
}

/* End blog-single */
/* sec-contact-1 */
#main .sec-contact-1 {
  padding-bottom: 0;
}
.sec-contact-1 .title-home p {
  max-width: 100%;
}
.sec-contact-1 .row-form {
  padding: 50px 58px;
  background: url(./images/bg-form.webp) no-repeat center;
  background-size: cover;
}
.sec-contact-1 .row-form .col {
  background: #fff;
  border-radius: 20px;
  position: relative;
  box-sizing: border-box;
  padding: 63px 14.1791044776% 85px;
}
.sec-contact-1 .row-form .form-main {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 6%;
}
.sec-contact-1 .row-form .form-contact-2 {
  background: url(./images/re_decor.png) no-repeat center;
  background-size: cover;
}
.sec-contact-1 .row-form .form-title {
  font-size: 36px;
  margin-bottom: 70px;
}
.sec-contact-1 .row-form label {
  font-weight: normal;
  color: #3c3c3c;
  font-family: var(--semi);
  margin-bottom: 0;
  font-size: 16px;
  line-height: 20px;
}
.sec-contact-1 .row-form input:not(input[type='checkbox']) {
  height: 44px;
  background-color: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
  border-bottom: 1px solid #e9e9e9;
  font-size: 14px;
  line-height: 143%;
  color: #49505e;
  margin-bottom: 37px;
}
.sec-contact-1 .row-form input[type='checkbox'] {
  opacity: 0;
  position: absolute;
  margin: 3px;
  z-index: 1;
}
.sec-contact-1 .row-form .wpcf7-checkbox .wpcf7-list-item-label {
  font-size: 14px;
  line-height: 18px;
  font-weight: normal;
  color: #49505e;
  position: relative;
  padding-left: 25px;
}
.sec-contact-1 .row-form .wpcf7-checkbox .wpcf7-list-item {
  display: inline-flex;
  align-items: center;
}
.sec-contact-1 .row-form .wpcf7-checkbox .wpcf7-list-item-label:before {
  border: 0.5px solid #b2b2b2;
  border-radius: 2px;
  width: 16px;
  height: 16px;
  display: inline-flex;
  position: absolute;
  left: 0;
  font-family: var(--fa6);
  align-items: center;
  justify-content: center;
  background-color: #fff;
  font-size: 12px;
}
.sec-home-7
  .form-home
  input[type='checkbox']:checked
  + .wpcf7-list-item-label:before {
  content: '\f00c';
  background-color: var(--theme-color);
  color: #fff;
}
.sec-contact-1 .row-form .wpcf7-checkbox {
  height: 44px;
  display: flex;
  align-items: flex-end;
  margin-bottom: 37px;
  flex-wrap: wrap;
}
#wrapper .sec-contact-1 .row-form .button.btn-viewall {
  margin-top: 20px;
}
#wrapper .sec-contact-1 .row-form .form-submit {
  text-align: right;
}
.sec-contact-1 .wpcf7 .wpcf7-not-valid-tip {
  top: 60px;
}
/* End sec-contact-1 */
/* tuyen-dung */
.blog-tuyendung h3.title {
  font-size: 36px;
  color: var(--theme-color);
  text-transform: uppercase;
  text-align: center;
}

.list-tuyendung .box-blog-post .box-text {
  padding: 0 0 0 0px !important;
}
.list-tuyendung .box-blog-post .box-text-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#wrapper .list-tuyendung .box-blog-post .button:hover {
  background-color: var(--theme-color);
  color: #fff !important;
}

#wrapper .list-tuyendung .box-blog-post .box-image {
  display: none;
}
#wrapper .list-tuyendung .box-blog-post .post-title {
  padding-left: 80px;
  margin-bottom: 6px;
  margin-top: 0;
}

.list-tuyendung .box-blog-post .item:not(:last-of-type) {
  margin-bottom: 8px;
}
.list-tuyendung .box-blog-post .item i {
  position: absolute;
  left: 0;
  top: 5px;
  width: 20px;
  display: flex;
  justify-content: center;
}
.list-tuyendung .box-blog-post .hinh-thuc {
  font-size: 13px;
  display: block;
  padding-left: 80px;
}
#wrapper .list-tuyendung .box-blog-post .post-title:before {
  display: none;
}

#popup-form {
  border-radius: 15px;
  padding: 40px !important;
}
#popup-form:before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  inset: 0;
  position: absolute;
  background: #fff;
  border-radius: 15px;
  opacity: 1;
  backdrop-filter: blur(34px);
  -webkit-backdrop-filter: blur(34px);
  border: 0.5px solid #fff;
}
.recruitment-form .title {
  font-size: 36px;
  color: var(--theme-color);
  text-transform: uppercase;
  font-family: var(--bold);
  margin-bottom: 20px;
  text-align: center;
}
.recruitment-form .form-submit {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.recruitment-form .form-item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0 30px;
}
.recruitment-form .form-item input {
  background-color: transparent;
  border: 0;
  box-shadow: unset;
  border-bottom: 1px solid rgb(0 81 143 / 60%);
  padding: 0;
  font-size: 15px;
  color: #3b3b3b;
}
.recruitment-form .form-item input::placeholder {
  color: #3b3b3b;
}
.recruitment-form .form-item .wpcf7-form-control-wrap:nth-of-type(1),
.recruitment-form .form-item .wpcf7-form-control-wrap:nth-of-type(4) {
  grid-column: span 2;
}
.recruitment-form .upload-cv {
  position: relative;
  width: fit-content;
}
.recruitment-form .upload-cv label {
  height: 40px;
  border: 1px dashed var(--theme-color);
  color: #fff;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--theme-color);
  border-radius: 99px;
  padding: 0 15px;
  max-width: 200px;
}
.recruitment-form .upload-cv label span {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.recruitment-form .upload-cv label i {
  margin-right: 5px;
}
.recruitment-form .upload-cv .wpcf7-form-control-wrap {
  position: unset;
}
.recruitment-form .upload-cv .wpcf7-file {
  position: absolute;
  inset: 0;
  opacity: 0;
  margin: 0;
}
#wrapper .blog-single .recruitment-bottom .button.btn-viewall {
  margin-bottom: 0;
}
.blog-single .blog-tuyendung .large-12.col {
  flex-basis: 83.3333333333%;
  max-width: 83.3333333333%;
}
.blog-single .recruitment-bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 40px;
  gap: 10px;
}
.blog-single .recruitment-bottom a {
  margin-top: 0 !important;
}
.blog-single .recruitment-bottom p {
  font-size: 14px;
  margin: 0;
}
.sec-tuyendung .section-bg-overlay {
  background: transparent
    linear-gradient(0deg, #ffffff 0%, #ffffffc6 54%, #ffffff00 100%);
}
.sec-tuyendung .title-home p {
  max-width: 505px;
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 40px;
}
.wpcf7 form .wpcf7-response-output {
  display: none;
}
.wpcf7 .wpcf7-not-valid-tip {
  position: absolute;
  background: 0 0;
  padding: 0;
  font-size: 12px;
  line-height: 15px;
  right: 0;
  top: 50px;
}

.wpcf7 .wpcf7-not-valid-tip:after {
  display: none;
}
.popup-custom-full .bg_overlay_popup {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #00000040;
  width: 100%;
  height: 100vh;
  z-index: 999999999;
  cursor: pointer;
}
#wrapper .popup-custom-full .popup-content {
  max-width: 650px;
}
#wrapper .popup-custom-full .popup-content .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  margin-bottom: 25px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}
#wrapper .popup-custom-full .title-sub {
  color: #2d2d2d;
  font-family: var(--medium) !important;
  margin-bottom: 0;
  font-size: 20px;
}
.um-login .um-notice.err {
  display: none;
}
#wrapper .popup-custom-full .popup-content .title i {
  font-size: 22px;
  color: #2d2d2d;
}
#wrapper .popup-custom-full .content p {
  text-align: center;
}
#wrapper .popup-custom-full .content .title-form {
  font-family: var(--semi) !important;
  margin-bottom: 10px;
  font-size: 23px;
  text-align: center;
  color: var(--theme-color);
}
#wrapper .popup-custom-full .tb-box {
  padding: 25px 25px 35px;
}
#wrapper .popup-custom-full .submit button,
#wrapper .popup-custom-full .submit a {
  margin: 20px 0 0;
  background-color: var(--theme-color2);
  color: #fff;
  font-family: var(--semi);
  font-weight: normal;
  text-transform: none;
  padding: 0 30px;
  border-radius: 99px;
  text-align: center;
}
#wrapper .popup-custom-full .submit button:hover {
  background-color: #fff;
  color: var(--theme-color);
  border: 1px solid var(--theme-color);
}
#wrapper .popup-custom-full .submit {
  text-align: center;
}

.popup-custom-full {
  position: fixed;
  width: 100%;
  height: 100vh;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 99999999;
  top: 0;
  left: 0;
}
.modal_show_tb .close_tb {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}
.popup-custom-full.show {
  display: flex;
}
.popup-custom-full .popup-content {
  position: absolute;
  z-index: 9999999999;
  background-color: #fff;
  border-radius: 0.4rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 30px);
  max-width: 400px;
  height: auto;
  padding: 0;
}

.blog-tuyendung h3.title {
  font-size: 36px;
  color: var(--theme-color);
  text-transform: uppercase;
  text-align: center;
}
.list-tuyendung .box-blog-post {
  border: 1px solid #e3e3e3;
  padding: 25px;
  border-radius: 10px;
}
.list-tuyendung .box-blog-post .button {
  border-radius: 99px;
  background-color: transparent;
  color: var(--theme-color) !important;
  font-weight: normal;
  height: 36px;
  display: inline-flex;
  align-items: center;
  padding: 0 20px;
  margin-top: 0;
  font-size: 14px;
  border: 1px solid var(--theme-color);
}
.list-tuyendung .box-blog-post .post-meta {
  display: none !important;
}
.list-tuyendung .box-blog-post .box-text {
  padding: 0 0 0 0px !important;
}
.list-tuyendung .box-blog-post .box-text-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#wrapper .list-tuyendung .box-blog-post .button:hover {
  background-color: var(--theme-color);
  color: #fff !important;
}
.list-tuyendung .box-blog-post .so-luong {
  position: absolute;
  left: 0;
  font-size: 35px;
  opacity: 0.7;
  color: transparent;
  font-style: normal;
  -webkit-text-stroke: 1px var(--theme-color);
  font-weight: normal;
  margin: 0;
  font-family: var(--bold);
  width: 70px;
  height: 50px;
  top: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #c5c5c5;
  letter-spacing: 1px;
}
#wrapper .list-tuyendung .box-blog-post .box-image {
  display: none;
}
#wrapper .list-tuyendung .box-blog-post .post-title {
  padding-left: 80px;
  margin-bottom: 6px;
  margin-top: 0;
}
#wrapper .list-tuyendung .box-blog-post .post-title a {
  height: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin-bottom: 0;
}
.list-tuyendung .box-blog-post .item {
  position: relative;
  padding-left: 25px;
  font-size: 15px;
}
.list-tuyendung .box-blog-post .item:not(:last-of-type) {
  margin-bottom: 8px;
}
.list-tuyendung .box-blog-post .item i {
  position: absolute;
  left: 0;
  top: 5px;
  width: 20px;
  display: flex;
  justify-content: center;
}
.list-tuyendung .box-blog-post .hinh-thuc {
  font-size: 13px;
  display: block;
  padding-left: 80px;
}
#wrapper .list-tuyendung .box-blog-post .post-title:before {
  display: none;
}
.list-tuyendung .box-blog-post .box-recruitment {
  border-top: 1px solid #c5c5c5;
  padding-top: 15px;
  margin-top: 20px;
  margin-bottom: 30px;
  width: 100%;
}
.list-tuyendung .box-blog-post .han-nop {
  width: fit-content;
  color: #7a7a7a;
  font-size: 14px;
}
.list-tuyendung .box-blog-post .han-nop i {
  margin-right: 5px;
}
.banner-tuyendung {
  margin-bottom: 80px;
}
.page-dangky .row {
  max-width: 1000px;
}
.page-dangky .row .col {
  padding: 0 20px 60px;
}
.page-dangky .stack {
  border: 1px solid #ddd;
  padding: 30px 25px 25px;
  display: block;
  border-radius: 6px;
  text-align: center;
  margin-top: 19px;
  position: relative;
}
.page-dangky .stack p {
  font-size: 15px;
  line-height: 20px;
  text-align: justify;
}
.page-dangky .stack .text{
  max-height: 180px;
  overflow-y: auto;
  padding-right: 8px;
}
.page-dangky .icon-box h3 {
  font-size: 18px;
}
.page-dangky .icon-box .icon-box-img {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  border: 1px solid var(--theme-color);
  border-radius: 50%;
}
.page-dangky .icon-box .icon-box-img img {
  padding: 0;
}
.page-dangky .icon-box p {
  font-size: 14px;
  line-height: 18px;
}
.page-dangky .icon-box {
  align-items: center;
}
.page-dangky .stack:before {
  content: '\f10d';
  font-family: var(--fa6);
  width: 36px;
  height: 36px;
  position: absolute;
  top: -18px;
  background-color: var(--theme-color);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  font-weight: 700;
  font-size: 20px;
  right: 30px;
}
.page-dangky .stack:after {
  content: '';
  display: block;
  position: absolute;
  top: -15px;
  left: 18px;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #e4e4e4;
  width: 0;
  height: 0;
}
#wrapper .page-dangky .btn-viewall {
  background-color: var(--theme-color);
  color: #fff;
  margin-top: 25px !important;
}
#wrapper .page-dangky .btn-viewall:after {
  background-color: #fff;
  color: var(--theme-color);
}
#wrapper .page-dangky .btn-viewall:hover {
  color: var(--theme-color);
}
#wrapper .page-dangky .btn-viewall:before {
  background-color: #fff;
}
#wrapper .page-dangky .btn-viewall:hover:after {
  background-color: var(--theme-color);
  color: #fff;
}
@media screen and (min-width: 1400px) {
  .sec-home-2 .section-bg:after {
    height: calc(100% - 36%);
    background: transparent linear-gradient(180deg, #eafbff 0%, #cbecfd 100%) 0%
      0% no-repeat padding-box;
  }
}
@media screen and (min-width: 1024px) {
  #main .slider-home .banner {
    padding-top: calc(100vh - 90px) !important;
  }

  #main .slider-home .banner {
    padding-top: calc(100vh - 122px) !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199.98px) {
  #main .tuyensinh-sec-1 .row {
    align-items: flex-start !important;
  }

  .sec-contact-1 .row-form .col {
    padding: 63px 10% 85px;
  }
  .sec-contact-1 .row-form .wpcf7-checkbox .wpcf7-list-item {
    width: 50%;
    margin: 0;
  }
  .sec-contact-1 .row-form .form-main {
    grid-gap: 0 30px;
  }
  .header-nav-main > .menu-item > a {
    font-size: 13px;
    padding: 7px;
  }
  #wrapper #logo {
    width: 160px;
  }
  .sec-home-1 .col-icon .icon-box p {
    font-size: 14px;
  }
  .sec-home-1 .col-icon .icon-box {
  }
  .sec-home-2:before {
    left: 80px;
    top: 40px;
  }
  .sec-home-2 .col-service .box-image {
    background-size: contain !important;
  }
  .sec-home-2 .col-service .box-image > div {
    bottom: 9px;
    width: calc(100% - 0px);
    height: calc(100% - 35px);
  }
  .sec-home-2 .col-service .box-image > div:before {
    width: 300px;
    height: 300px;
    bottom: -100px;
    left: -120px;
  }
  .list-vicser .vicser--left .slider-slick:before {
    height: 95%;
    background-size: contain;
  }
  #main .sec-home-2 .img-pen {
    max-width: 100px;
  }
  #main .sec-home-2 .img-fly {
    max-width: 100px;
  }
  #main .sec-home-2 .img-music {
    bottom: 20px;
  }
  .sec-home-3 .col-video {
    padding-left: 15px;
  }
  .sec-home-3 .col-icon .icon-box p {
    font-size: 14px;
  }
  .sec-home-3 .col-icon .icon-box h3 {
    font-size: 18px;
  }
  .blog-grid .post-item:nth-of-type(n + 3) .box-image {
    width: 95px !important;
  }
  .blog-grid .post-item:nth-of-type(n + 3) .post-title a {
    -webkit-line-clamp: 2;
  }
  .list-vicser .vicser--right {
    padding-left: 30px;
  }
  .list-vicser .vicser--left {
    padding-top: 60px;
  }
  .list-vicser .vicser--right:before {
    left: 10px;
    width: calc(100% - 20px);
  }
  .list-vicser .vicser--left .slider-slick {
    padding: 30px 29.5px 35px;
  }
  .sec-home-7 .form-home .form-title {
    font-size: 30px;
    margin-bottom: 16px;
  }
  .sec-home-7 .form-home {
    padding: 50px 35px 45px 35px;
    margin-top: 0;
  }
  .sec-home-7 .col-left {
    padding-left: 80px;
  }
  #footer .col-2:before,
  #footer .col-2:after {
    left: -15px;
  }
}
@media screen and (max-width: 1366px) {
}

@media screen and (max-width: 1199.98px) {
}

@media screen and (min-width: 850px) {
  .blog-grid .post-item:nth-of-type(n + 6) {
    display: none;
  }
}

@media screen and (max-width: 849.98px) {
  #wrapper .list-tuyendung .box-blog-post .post-title a {
    -webkit-line-clamp: 2;
  }
  .admin-bar #wrapper #header {
    top: 0;
  }
  #wrapper #header.hide-desktop-menu {
    top: -80px;
  }
  #wrapper {
    padding-top: 70px;
  }
  .mobile-nav .icon-menu {
    margin-right: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 15px;
    background: url(./images/icon-menu.svg) no-repeat center;
    background-size: contain;
  }
  .mobile-nav .icon-menu:before {
    display: none;
  }
  #header .header-main .container {
    padding-right: 0;
  }
  #header .header-main .nav-icon {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--theme-color);
    border-left: 1px solid rgb(255 255 255 / 10%);
  }
  .body {
    overflow-x: hidden;
  }
  #wrapper .button.btn-viewall:hover::before {
    height: 100%;
    width: 100%;
  }
  .blog-wrapper .archive-page-header .col,
  .blog-wrapper .header-single .col,
  .page-banner .col,
  .single .page-title .page-title-inner {
    padding-top: 150px;
    padding-bottom: 80px;
  }

  .blog-wrapper .archive-page-header h1.page-title,
  .blog-wrapper .header-single h2,
  .page-banner h1.entry-title,
  .category-page-title h1.shop-page-title,
  .single .featured-title .entry-title {
    font-size: 40px;
  }

  .row.blog-top {
    background-color: transparent;
  }

  .blog-archive .blog-main:before,
  .blog-archive .project-main:before {
    opacity: 0.5;
  }

  .row.blog-top .col-left .button.btn-viewall {
    margin: 5px 0 30px;
  }

  .row.blog-top .col-right .img {
    margin-bottom: 0;
  }

  .row.blog-top {
    margin-bottom: 40px;
  }

  .row.blog-top .col-left {
    padding: 15px;
  }

  .blog-share {
    order: 1;
    padding: 0 15px 30px;
  }

  .blog-share .social-icons {
    flex-direction: row;
    justify-content: flex-end;
  }

  .blog-share .social-icons {
    margin-top: 15px;
  }

  .blog-share .social-icons span {
    margin-bottom: 0;
  }

  .single .post-sidebar {
    order: 2;
  }

  .single .large-7.col {
    padding-bottom: 10px;
  }

  .entry-content {
    padding-bottom: 0;
  }

  .blog-single h1.entry-title {
    font-size: 24px;
  }

  #header .btn-menumobi {
    font-size: 22px;
    color: #292929;
  }

  #header .btn-menumobi {
    width: 22px;
    height: 16px;
    position: relative;
    margin: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
  }

  #header .btn-menumobi span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: var(--theme-color2);
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }

  #header .btn-menumobi span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }

  #header .btn-menumobi span:nth-child(2) {
    top: 8px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
    width: 80%;
    left: 20%;
  }

  #header .btn-menumobi span:nth-child(3) {
    top: 16px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }

  #header .btn-menumobi.active span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -3px;
    left: 2px;
  }

  #header .btn-menumobi.active span:nth-child(2) {
    width: 0%;
    opacity: 0;
  }

  #header .btn-menumobi.active span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 12px;
    left: 2px;
  }

  .header-main li.html.custom {
    display: block;
    margin-right: 12px;
  }

  #main-menu.mobile-sidebar .menu-item {
    border: 0;
  }

  #main-menu.mobile-sidebar .menu-item > a {
    color: #fff;
    padding: 14px 30px 14px 30px !important;
    font-size: 16px;
    font-weight: 500;
  }

  #main-menu.mobile-sidebar .menu-cate {
    order: -3;
    background-color: #fff;
    padding: 15px;
  }

  #main-menu.mobile-sidebar .menu-cate > a {
    background: linear-gradient(
      290.37deg,
      rgba(138, 189, 164, 0.5) 9.78%,
      rgba(218, 240, 180, 0.5) 109.56%
    );
    border-radius: 8px;
    border-top: 0;
  }

  #main-menu.mobile-sidebar .menu-cate > a:before {
    content: '\f550';
    font-family: var(--fa6);
    margin-right: 6px;
    opacity: 1 !important;
    visibility: visible !important;
  }

  .nav:not(.nav-slide) .active > .children {
    padding-bottom: 0;
  }

  #main-menu.mobile-sidebar .menu-cate .toggle {
    position: absolute;
    z-index: 2;
    right: 15px;
    width: 40px;
    height: 40px;
    margin: 0;
    top: 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
  }

  #main-menu.mobile-sidebar .menu-cate .toggle i:before {
    content: '\f0d7';
    font-family: var(--fa6);
    font-weight: 700;
    color: var(--theme-color);
    font-size: 20px;
  }

  #main-menu.mobile-sidebar .menu-topmobi:nth-of-type(1) {
    border-top: 0;
  }
  #main-menu.mobile-sidebar .toggle {
    color: #fff;
  }

  #header .cart-item .header-cart-link {
    background: #004935;
    width: 35px;
    height: 35px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
  }

  #masthead .image-icon img {
    max-width: 18px;
  }

  #masthead .image-icon:after {
    top: -14px;
    right: -14px;
    width: 16px;
    height: 16px;
    font-size: 10px;
  }

  .mobile-nav .icon-menu {
    color: #fff;
    margin-right: 15px;
  }

  .mobile-nav .icon-menu:before {
    content: '\f0c9';
    font-family: var(--fa6);
  }

  .off-canvas-right .mfp-content {
    padding: 0;
    margin: 0;
    background-color: var(--theme-color);
    width: 375px;
  }

  .mobile-sidebar .logo-mobile {
    padding: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .mobile-sidebar .logo-mobile img {
    height: 35px;
    object-fit: contain;
  }

  .mfp-close {
    opacity: 1 !important;
    top: 18px;
    right: 30px;
  }

  .mobile-sidebar .info_menu {
    margin-top: auto;
    display: block;
    padding: 0 30px 30px;
  }

  .mobile-sidebar .info_menu ul {
    list-style: none;
  }

  .mobile-sidebar .info_menu ul li {
    color: #fff;
    font-size: 14px;
    padding-left: 25px;
    position: relative;
  }

  .mobile-sidebar .info_menu ul li i {
    position: absolute;
    left: 0;
    top: 5px;
  }

  #main-menu.mobile-sidebar {
    height: 100%;
    display: flex;
    flex-direction: column;
  }

  .category-filtering {
    width: 42px;
    height: 42px;
    background: var(--theme-color);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px 0 0 6px;
    color: #fff;
    font-size: 18px;
    position: fixed;
    right: 0;
    top: 35%;
    z-index: 2;
    border: 1px solid #fff;
    border-left: 0;
  }

  .category-filtering strong {
    display: none;
  }

  .category-filtering .filter-button {
    margin: 0;
  }

  .blog-featured-title + #main .post-sidebar {
    padding-left: 15px;
  }
  #wrapper #header .header-main {
    height: 70px !important;
  }
  #header #logo a {
    height: 70px;
  }
  #header #logo a img {
    max-height: 40px !important;
  }
  .slider .flickity-page-dots {
    bottom: 20px;
  }
  #main .sec-home-1 {
    padding-top: 80px;
  }
  .sec-home-1 .col-img {
    padding-right: 15px;
  }
  .sec-home-1 .col-text {
    padding-left: 15px;
    order: -1;
  }
  .sec-home-1 .col-icon .col-inner {
    grid-template-columns: repeat(2, 1fr);
  }
  .sec-home-1 .col-icon .icon-box {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .sec-home-1 .col-icon .icon-box p {
    text-align: center;
  }
  .sec-home-1 .col-icon .icon-box-text:before {
    left: 50%;
    transform: translateX(-50%);
    top: 4px;
  }
  .sec-home-1 .col-icon .icon-box-img {
    justify-content: center;
  }
  .sec-home-1 .col-icon .icon-box h4 {
  }

  .sec-home-2:before {
    width: 376px;
    height: 215px;
    left: 80px;
    top: 50px;
  }
  #main .sec-home-2 .img-pen,
  #main .sec-home-2 .img-fly {
    max-width: 80px;
  }
  #main .sec-home-2 .img-1 {
    max-width: 80px;
    right: 0;
  }
  #main .sec-home-2 .img-spin {
    max-width: 40px;
    bottom: 133px;
  }
  #main .sec-home-2 .img-2 {
    display: none;
  }
  #main .sec-home-2 .img-music {
    bottom: 5px;
    max-width: 45px;
  }
  .sec-home-2 .col-service .box-image {
    background-size: contain !important;
  }

  .sec-home-2 .col-service > .col-inner {
    grid-gap: 20px;
  }
  .sec-home-2 .col-service .box:nth-of-type(1) .box-image > div,
  .sec-home-2 .col-service .box:nth-of-type(2) .box-image > div {
    -webkit-mask-position: left;
  }
  .sec-home-2 .col-service .box:nth-of-type(3) .box-image > div,
  .sec-home-2 .col-service .box:nth-of-type(4) .box-image > div {
    -webkit-mask-position: right;
    bottom: 6px;
  }
  .sec-home-2 .col-service .box-image > div {
    bottom: 8px;
    width: calc(100% - 12px);
    height: calc(100% - 34px);
  }

  .sec-home-2 .col-service .box-text {
    bottom: 15px;
  }
  .sec-home-3 .row-title .content {
    margin-left: 0;
  }
  .sec-home-3 .row-title .col:first-of-type {
    padding-bottom: 20px;
  }
  #main .sec-home-3 {
    padding-top: 80px;
  }
  .sec-home-3 .col-icon {
    flex-basis: 100%;
    max-width: 100%;
  }
  .sec-home-3 .col-video {
    flex-basis: 100%;
    max-width: 100%;
    padding-left: 15px;
  }
  .sec-home-4 .tabbed-content h4.text-left {
    width: 100%;
    text-align: center;
    margin: 0 0 10px;
  }
  .sec-home-4 .tabbed-content .nav {
    justify-content: center;
  }
  .sec-home-4 .tabbed-content .tab-panels {
    margin-top: 0;
  }
  .sec-home-4 .nav a:before {
    bottom: -1px;
  }
  .sec-home-4 .blog-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .blog-grid .post-item .post-title:before {
    max-width: 100%;
  }
  #main .sec-home-5 {
    padding-top: 80px;
  }
  .sec-home-5:before {
    background-size: 104%;
    background-position: top;
  }
  .list-vicser .vicser--left .slider-slick {
    padding: 20px;
  }
  .list-vicser .vicser-info__outstanding {
    margin-bottom: 20px;
  }
  .list-vicser .slick-dots {
    top: unset;
    right: 20px;
    bottom: 12px;
  }
  .list-vicser .vicser--right {
    padding-left: 30px;
  }
  .list-vicser .vicser--right:before {
    left: 10px;
    width: calc(100% - 20px);
    background-position: top;
  }
  .list-vicser {
    align-items: center;
  }
  .sec-home-5 .title h3 {
    text-align: center;
    margin: 0;
  }
  .list-vicser .vicser--left {
    padding-top: 30px;
  }
  #main .sec-home-7 {
    padding-top: 20px;
  }
  .sec-home-6:before {
    height: 900px;
  }
  .sec-home-7 .col-left {
    order: -1;
  }
  .sec-home-7 .col-left {
    padding-left: 50px;
    padding-right: 30px;
  }
  #footer .col-2:before,
  #footer .col-2:after {
    width: 100%;
    left: 0;
  }
  #footer .col-2 {
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .sec-home-2 .section-bg:after {
    height: calc(100% - 16%);
  }
  .sec-home-2 .col-service h2 {
    font-size: 20px;
    padding-top: 20px;
  }
  .sec-home-2 .col-service .box-image > div:before {
    width: 200px;
    height: 200px;
    bottom: -70px;
    left: -64px;
  }
  .sec-home-2 .col-service .box:nth-of-type(3) .box-image > div:before,
  .sec-home-2 .col-service .box:nth-of-type(4) .box-image > div:before {
    right: -64px;
  }
  .list-vicser .vicser--left .slider-slick:before {
    background-size: contain;
  }
  .sec-home-5 .fly4 {
    width: 80px !important;
    top: -15%;
    right: 30%;
  }
  .sec-contact-1 .row-form .col {
    padding: 63px 4.4776119403% 35px;
  }
  .sec-contact-1 .row-form .form-title {
    margin-bottom: 40px;
  }
  .sec-contact-1 .row-form {
    padding: 30px;
  }
  .sec-contact-1 .row-form .wpcf7-checkbox .wpcf7-list-item {
    width: 50%;
    margin-right: 0;
  }
  #main .tuyensinh-sec-1 .row {
    padding-right: 0;
  }
  #main .tuyensinh-sec-1 .row-2 .img {
    transform: translateY(14%);
  }
  #main .tuyensinh-sec-4 .large-4 .col-inner {
    padding: 40px 15px;
  }
  #main .tuyensinh-sec-4 .large-4 {
    padding-bottom: 75px;
  }
  #main .tuyensinh-sec-4 .large-4 {
    padding-bottom: 0;
  }
}

@media screen and (min-width: 768px) {
}

@media screen and (max-width: 767.98px) {
	#main .slider-home .banner{
        padding-top: 140%;
  }
.page-dangky .icon-box h3{
    font-size:16px
  }
  body {
    overflow-x: hidden;
  }
  .sec-contact-1 .row-form .form-title {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .sec-contact-1 .row-form {
    padding: 30px 15px;
  }
  .sec-contact-1 .row-form .form-main {
    display: block;
  }
  .sec-home-3 .col-video .box-image:after {
    width: 40px;
    height: 22px;
  }
  .list-vicser .vicser--left .slider-slick:before {
    animation: unset;
  }
  .sec-home-1 .col-icon .icon-box-img {
    transform: unset;
    justify-content: center;
  }
  .row.blog-top .col-left h2 {
    font-size: 27px;
    line-height: 36px;
    margin-bottom: 20px;
  }

  .blog-wrapper .archive-page-header h2.page-title {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 0;
  }

  .box-blog-post .box-text .post-title a {
    font-size: 16px !important;
  }

  .box-blog-post .box-text .cat-label {
    margin-bottom: 10px;
  }

  .slider-nav-circle .flickity-button {
    width: 38px !important;
    height: 38px !important;
    min-height: 38px;
  }

  .slider-nav-circle .flickity-button:before {
    height: 100%;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .button.btn-viewall:before {
    width: 25px;
    height: 25px;
    margin-right: 10px;
  }

  #footer .col-left:before {
    display: none;
  }

  #footer .col-left {
    padding-right: 15px;
  }

  #footer .col-right:before,
  #footer .col-right:after,
  #footer .copyright-footer:before {
    width: 100vw;
  }

  #footer .col-right {
    padding-top: 30px;
    padding-left: 15px;
  }

  #footer .col-right .col-inner {
    grid-gap: 20px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  #footer .col-right .ux-menu .ux-menu-link a {
    font-size: 14px;
    line-height: 19px;
    padding-left: 15px;
  }

  #footer .col-right .ux-menu .ux-menu-title {
    margin-bottom: 10px !important;
  }

  .blog-wrapper .archive-page-header .col,
  .blog-wrapper .header-single .col,
  .page-banner .col,
  .shop-page-title.category-page-title .page-title-inner {
    padding: 130px 15px 40px;
  }

  .blog-wrapper .archive-page-header h1.page-title,
  .blog-wrapper .header-single h2,
  .page-banner h1.entry-title {
    font-size: 24px;
    margin-bottom: 0;
  }

  .row.blog-top {
    padding-top: 0;
  }

  .post-sidebar .block_widget .col-item {
    padding: 20px 15px !important;
  }

  .featured-posts .title-post {
    font-size: 26px;
    margin-bottom: 15px;
  }

  .off-canvas-right .mfp-content {
    width: 100%;
  }

  .slider .flickity-page-dots {
    bottom: 10px;
  }

  .blog-wrapper .archive-page-header h1.page-title,
  .blog-wrapper .header-single h2,
  .page-banner h1.entry-title,
  .category-page-title h1.shop-page-title {
    font-size: 26px;
  }

  .blog-archive .box-text .button {
    display: none;
  }

  .blog-archive .box-text {
    padding: 100px 15px 15px;
  }

  .blog-archive .box-text .post-meta {
    margin-bottom: 5px;
  }

  .blog-wrapper .archive-page-header h1.page-title,
  .blog-wrapper .header-single h2,
  .page-banner h1.entry-title,
  .category-page-title h1.shop-page-title,
  .single .featured-title .entry-title {
    font-size: 26px;
    margin-bottom: 10px;
  }

  .blog-wrapper .archive-page-header .col,
  .blog-wrapper .header-single .col,
  .page-banner .col,
  .single .page-title .page-title-inner {
    padding-bottom: 40px;
    padding-top: 130px;
  }

  .single .blog-single {
    padding-top: 40px;
  }

  #header .header-wrapper:after {
    display: none;
  }

  #header .header-wrapper:before {
    height: 70px;
    right: 70px;
  }

  #header #logo img {
    margin: 0;
  }

  .section-news .post-item:nth-of-type(n + 2) .from_the_blog_excerpt {
    display: none;
  }

  .section-news .post-item:nth-of-type(n + 2) .box-image {
    width: 32%;
    margin-right: 16px;
  }

  .page-about1 .box-text {
    padding: 20px;
    background-position: left;
  }

  .page-about1 .box-text-inner {
    width: 100%;
  }

  .page-about1 .box-text-inner h2,
  .page-about1 .content h2 {
    font-size: 20px;
  }

  .page-about1 .box {
    margin-bottom: 40px;
  }

  .page-contact1 .row {
    padding: 20px 0;
  }

  .page-contact1 .col-left .title h2 {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .page-contact1 .col-right .iframe-map {
    height: 300px;
  }

  .page-contact2 .title h4 {
    font-size: 22px;
  }

  .page-contact2 .title h2 {
    font-size: 20px;
  }

  .form-contact .form-content {
    grid-template-columns: repeat(1, 1fr);
  }

  .form-contact .form-content .form-item:nth-of-type(n + 3) {
    grid-column: unset;
  }
  #main .sec-home-1 {
    padding-top: 60px;
  }
  .sec-home-1 .col-text h2 {
    font-size: 30px;
  }
  .sec-home-1 .col-icon .icon-box p {
    font-size: 14px;
  }
  .sec-home-2:before {
    left: 40px;
    top: 23px;
  }
  #main .sec-home-2 .img-pen {
    top: -140px;
    left: 140px;
  }
  #main .sec-home-2 .img-music {
    left: 10px;
  }
  #main .sec-home-2 .img-spin {
    right: -38px;
  }
  #main .sec-home-2 {
    padding-top: 160px;
  }
  .sec-home-2 .col-service > .col-inner {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 20px;
  }
  .sec-home-2 .col-service .box:nth-of-type(2) .box-image,
  .sec-home-2 .col-service .box:nth-of-type(3) .box-image {
    transform: rotateY(180deg);
  }
  .sec-home-2 .col-service .box-image > div {
    bottom: 12px;
    -webkit-mask-size: contain;
  }

  .sec-home-2 .col-service .box {
    margin-top: 0 !important;
  }
  .sec-home-2 .col-service .box-image > div:before {
    width: 250px;
    height: 250px;
  }
  .sec-home-3 .col-video .stack {
    flex-wrap: wrap;
  }
  .sec-home-3 .col-video .t-right {
    padding-left: 47px;
  }
  .sec-home-3 .col-video .t-left h2:before {
    top: -1px;
  }
  #main .sec-home-4 {
    padding-top: 60px;
  }
  .blog-grid .post-item:nth-of-type(1),
  .blog-grid .post-item:nth-of-type(2) {
    grid-row: span 2;
  }
  .blog-grid .post-item:nth-of-type(n + 3) .box-image {
    width: 90px !important;
  }
  .blog-grid .post-item:nth-of-type(n + 3) .post-title a {
    -webkit-line-clamp: 2;
  }
  .blog-grid .post-item:nth-of-type(n + 3) .box-text {
    padding-left: 10px;
  }
  .list-vicser .vicser--left {
    flex-basis: 100%;
    max-width: 100%;
    padding-bottom: 30px;
  }
  #main .sec-home-5 {
    padding-top: 40px;
  }
  .list-vicser .vicser--right {
    flex-basis: 80%;
    max-width: 80%;
  }
  .list-vicser {
    justify-content: center;
  }
  .sec-home-6 .col-title,
  .sec-home-6 .col-desc {
    flex-basis: 100%;
    max-width: 100%;
  }
  .sec-home-6 .row-album .col-left,
  .sec-home-6 .row-album .col-right {
    flex-basis: unset;
    max-width: 50%;
    order: -1;
    margin-bottom: 8px;
  }
  .sec-home-6 .row-album .col-center {
    order: -2;
    width: 100%;
    flex: unset;
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 8px;
  }
  .sec-home-6 .col-title {
    padding-bottom: 0;
  }
  #main .sec-home-6 {
    padding-top: 0;
  }
  .sec-home-2 .section-bg:after {
    height: calc(100% - 9%);
    background: transparent linear-gradient(180deg, #e9faff 0%, #cbecfd 100%) 0%
      0% no-repeat padding-box;
    z-index: 0;
  }
  .sec-home-5 .fly4 {
    top: -95px;
  }
  .sec-home-7 .form-home {
    margin-top: 0;
    background: transparent linear-gradient(39deg, #ddf4ff 0%, #ffffff 100%) 0%
      0% no-repeat padding-box;
  }
  .sec-home-1 .col-img .col-inner:before {
    width: 44px;
    height: 44px;
  }
  .sec-home-1 .col-img .img:before {
    width: 60px;
    height: 44px;
  }
  #footer .col-2 .menu ul {
    margin-bottom: 15px;
  }
  .list-tuyendung .box-blog-post {
    padding: 15px;
  }
  .list-tuyendung .box-blog-post .so-luong {
    width: 50px;
    height: 50px;
    padding: 0 10px;
    font-size: 28px;
  }
  #wrapper .list-tuyendung .box-blog-post .post-title {
    padding-left: 60px;
  }
  #wrapper .list-tuyendung .box-blog-post .post-title a {
    -webkit-line-clamp: 2;
  }
  .list-tuyendung .box-blog-post .hinh-thuc {
    padding-left: 60px;
    display: block;
    width: 100%;
  }
  .list-tuyendung .box-blog-post .button {
    display: flex;
  }
  .list-tuyendung .box-blog-post .box-recruitment {
    margin-top: 10px;
  }
  .list-tuyendung .box-blog-post .item {
    font-size: 14px;
  }
  .list-tuyendung .col.post-item {
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 575.98px) {
  .pb-mb-15 {
    padding-bottom: 0px !important;
  }
  #main .dvhd-sec-1 .col-right .col-inner .icon-box {
    width: 100%;
  }
  #main .thuvien-sec-1 .tab-panels .gallery-col.col {
    padding: 0 5px 10px;
  }
  #main .tuyensinh-sec-5 .col-1 .form-ts {
    padding: 30px 15px;
  }
  #main .tuyensinh-sec-5 .col-1 .form-ts .d-flex {
    flex-direction: column;
  }
  #main .tuyensinh-sec-5 .col-1 .form-ts .d-flex > * {
    width: 100%;
  }
  #main .tuyensinh-sec-1 .row-2 .col-1 .col-inner .icon-box {
    width: 100%;
  }
  #main .tuyensinh-sec-1 .icon-box:nth-child(even) {
    transform: unset;
  }
  .sec-home-3 .col-video .box-image:after {
    left: 20px;
    top: 20px;
  }
  .sec-home-3 .col-video .button.icon.circle i {
    font-size: 20px !important;
    margin-left: 2px;
  }
  .sec-home-3 .col-video .box-image:before {
    top: 6px;
  }
  #footer .menu ul li {
    margin-bottom: 6px;
  }
  #footer .col-2 strong {
    margin-bottom: 6px;
  }
  .sec-home-3 .col-video .button.icon.circle {
    width: 45px;
    height: 45px;
    min-width: unset;
    min-height: unset;
  }
  .sec-home-1 .col-icon .icon-box-img .icon {
    width: 40px;
    height: 40px;
    margin-right: 9px;
  }

  .slider-home .slider-nav-circle .flickity-button {
    display: none;
  }
  .sec-home-3 .col-video .t-right p:nth-of-type(2) {
    display: flex;
  }
  #main .sec-home-1 {
    padding-top: 45px;
  }
  .sec-home-1 .col-text h2,
  .sec-home-2 .col-title h2 {
    font-size: 24px;
    line-height: 1.4;
  }
  .sec-home-1 .col-icon .icon-box {
    padding: 10px;
  }
  .sec-home-1 .col-icon .col-inner {
    grid-template-columns: repeat(2, 1fr);
  }
  .sec-home-2:before {
    width: 276px;
    height: 115px;
    left: 20px;
  }
  #main .sec-home-2 .img-pen {
    left: 60px;
    max-width: 57px;
    top: -100px;
  }
  #main .sec-home-2 {
    padding-top: 120px;
    padding-bottom: 50px;
    border-radius: 0 0 40px 40px;
  }
  #main .sec-home-2 .img-1 {
    display: none;
  }
  #main .sec-home-2 .img-fly {
    right: 30px;
  }
  .sec-home-2 .section-bg:after {
    background: transparent linear-gradient(180deg, #e6f8ff 0%, #cbecfd 100%) 0%
      0% no-repeat padding-box;
  }
  .sec-home-2 .col-service .box-image > div:before {
    width: 150px;
    height: 150px;
    bottom: -50px;
    left: -29px;
    pointer-events: none;
    z-index: -1;
  }
  .sec-home-2 .col-service .box:nth-of-type(3) .box-image > div:before,
  .sec-home-2 .col-service .box:nth-of-type(4) .box-image > div:before {
    right: -29px;
  }
  .sec-home-2 .col-service h2 {
    font-size: 16px;
  }
  .sec-home-2 .img-left,
  .sec-home-2 .img-right {
    /* animation:unset; */
    bottom: -50px;
    width: 35% !important;
  }
  #main .sec-home-3 {
    padding-top: 50px;
  }
  .sec-home-3 .row-title .title h2,
  .sec-home-4 .tabbed-content h4.text-left {
    font-size: 24px;
    line-height: 1.4;
  }
  .sec-home-3 .icon-inner {
    width: 50px;
    height: 50px;
  }
  .sec-home-3 .icon img {
    max-width: 25px;
  }
  .sec-home-3 .icon-box .icon-box-text {
    padding-left: 15px;
    padding-top: 12px;
  }
  .sec-home-3 .col-icon .icon-box h3 {
    font-size: 18px;
  }
  .sec-home-3 .col-video .t-left h2 {
    line-height: 1.4;
    margin-bottom: 5px;
    font-size: 10px;
  }
  .sec-home-3 .col-video .t-right p:first-of-type {
    font-size: 10px;
    height: 16px;
  }
  .sec-home-3 .col-video .t-right strong {
    font-size: 6px;
    height: 12px;
  }
  .sec-home-4 .tabbed-content .nav {
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    width: 100%;
    flex: unset;
    justify-content: flex-start;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
  }
  .sec-home-4 .tabbed-content .nav::-webkit-scrollbar {
    display: none;
  }
  #main .sec-home-4 .nav li {
    scroll-snap-align: start;
    margin-left: 25px;
  }
  .sec-home-4 .blog-grid {
    display: block;
  }
  .sec-home-5 .title h3,
  .sec-home-7 .form-home .form-title {
    font-size: 24px;
    line-height: 1.4;
  }
  .list-vicser .vicser--left {
    padding-top: 15px;
  }
  .sec-home-5 .fly4 {
    width: 60px !important;
  }
  .sec-home-6 .col-title h2 {
    font-size: 24px;
    text-align: center;
  }
  .sec-home-6 .col-desc {
    text-align: center;
  }
  .sec-home-6 .col-title .img {
    max-width: 175px;
    margin-top: -25px;
    left: 87px;
  }
  .sec-home-6 .row-album .col-right .button {
    font-size: 14px;
  }
  .sec-home-6 .row-album .col-right .button span {
    height: 22px;
    overflow: hidden;
    width: 92px;
  }
  .sec-home-6 .row-album .col-right .button:before {
    width: 30px;
    height: 30px;
  }

  #main .sec-home-6 {
    padding-bottom: 30px;
  }
  .sec-home-7 .col-left .img-title {
    max-width: 240px;
  }
  .sec-home-7 .col-left:before {
    width: 50px;
    height: 59px;
    left: 53px;
  }
  .sec-home-7 .col-left > .col-inner:after {
    width: 49px;
    height: 50px;
  }
  .sec-home-7 .col-left:after {
    width: 40px;
    height: 46px;
  }
  .sec-home-7 .form-home {
    padding: 40px 20px 30px 20px;
    background: transparent linear-gradient(39deg, #effaff7a 0%, #ffffff 100%);
  }
  .sec-home-7 .form-home .wpcf7-checkbox .wpcf7-list-item {
    width: 50%;
    margin: 0 0 8px;
  }
  .sec-home-7 .form-home label {
    font-size: 14px;
    line-height: 18px;
  }
  .list-vicser .vicser--left .slider-slick {
    padding: 20px 0;
  }
  .list-vicser .vicser-info__name a {
    font-size: 20px;
    line-height: 35px;
  }
  .list-vicser .slick-dots {
    top: unset;
    bottom: 16px;
  }
  .list-vicser .vicser-info__outstanding li {
    font-size: 14px;
  }
  #footer .col-2 .col-inner {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 2px;
  }
  #footer .col-2 .menu {
    width: 100%;
  }
  #footer .col-2 .menu-2 {
    /* grid-column:span 2; */
  }
  #footer .col-2 .menu ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0 10px;
  }
  #footer .col-2 a {
    font-size: 14px;
  }
  #main .sec-home-7 {
    padding-bottom: 0;
  }

  .sec-home-1 .col-icon .icon-box h4 {
    font-size: 20px;
  }

  .sec-home-1 .col-icon .icon-box p br {
    display: block;
  }

  .sec-home-2 .col-service .box .box-image > div {
    width: calc(100% - 10px);
    bottom: 8px;
  }
  .sec-home-2 .col-service .box:nth-of-type(3) .box-image > div,
  .sec-home-2 .col-service .box:nth-of-type(4) .box-image > div {
    bottom: 8.5px;
  }
}
@keyframes ripple_video2 {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1);
  }

  50% {
    opacity: 0.8;
    transform: translate(-50%, -50%) scale(1.5);
  }

  100% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}

@keyframes ripple_video {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2),
      0 0 0 0.5em rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2),
      0 0 0 0.5em rgba(255, 255, 255, 0.2);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0.5em rgba(255, 255, 255, 0.2),
      0 0 0 1em rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0.5em rgba(255, 255, 255, 0.2),
      0 0 0 1em rgba(255, 255, 255, 0);
  }
}

@-webkit-keyframes down-up-one {
  0% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px);
  }

  50% {
    -webkit-transform: rotateX(0deg) translateY(25px);
    transform: rotateX(0deg) translateY(25px);
  }

  100% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px);
  }
}

@keyframes down-up-one {
  0% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px);
  }

  50% {
    -webkit-transform: rotateX(0deg) translateY(25px);
    transform: rotateX(0deg) translateY(25px);
  }

  100% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px);
  }
}

@-webkit-keyframes down-up-two {
  0% {
    -webkit-transform: rotateX(0deg) translate(0px);
    transform: rotateX(0deg) translate(0px);
  }

  50% {
    -webkit-transform: rotateX(0deg) translate(25px, -25px);
    transform: rotateX(0deg) translate(25px, -25px);
  }

  100% {
    -webkit-transform: rotateX(0deg) translate(0px);
    transform: rotateX(0deg) translate(0px);
  }
}

@keyframes down-up-two {
  0% {
    -webkit-transform: rotateX(0deg) translate(0px);
    transform: rotateX(0deg) translate(0px);
  }

  50% {
    -webkit-transform: rotateX(0deg) translate(25px, -25px);
    transform: rotateX(0deg) translate(25px, -25px);
  }

  100% {
    -webkit-transform: rotateX(0deg) translate(0px);
    transform: rotateX(0deg) translate(0px);
  }
}

@keyframes pencil {
  0% {
    transform: rotate(-8deg) translate(0px);
  }

  100% {
    transform: rotate(0deg) translate(20px, 20px);
  }
}
@keyframes shine2 {
  0% {
    left: -50%;
    opacity: 0.5;
  }

  50% {
    left: 25%;
    opacity: 0.25;
  }

  100% {
    left: 100%;
    opacity: 0;
  }
}
@keyframes animation-popup-2 {
  0% {
    transform: scale(0.2);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes h2_hero-leftRight-1 {
  0% {
    transform: translateX(0) scale(0.8);
  }
  100% {
    transform: translateX(-10px) translateY(40px) scale(1);
  }
}
@keyframes zoomInOutTwo {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  50% {
    -webkit-transform: scale(0.25);
    transform: scale(0.5);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes flash {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin2 {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes shapeMover {
  0%,
  100% {
    -webkit-transform: perspective(400px) translateY(0) rotate(0deg)
      translateZ(0px) translateX(0);
    transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px)
      translateX(0);
  }

  50% {
    -webkit-transform: perspective(400px) rotate(-45deg) translateZ(20px)
      translateY(20px) translateX(20px);
    transform: perspective(400px) rotate(-45deg) translateZ(20px)
      translateY(20px) translateX(20px);
  }
}

@keyframes shapeMover {
  0%,
  100% {
    transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px)
      translateX(0);
  }

  50% {
    transform: perspective(400px) rotate(-45deg) translateZ(20px)
      translateY(20px) translateX(20px);
  }
}

@keyframes moveLeftRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  50% {
    -webkit-transform: translateX(60px);
    transform: translateX(60px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes moveLeftRight2 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  50% {
    -webkit-transform: translateX(-80px);
    transform: translate(-80px, 20px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes moveLeftRight3 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  50% {
    -webkit-transform: translateX(-80px);
    transform: translate(80px, 20px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes bubbleMover {
  0% {
    -webkit-transform: translateY(0px) translateX(0) rotate(0);
    transform: translateY(0px) translateX(0) rotate(0);
  }

  30% {
    -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
    transform: translateY(30px) translateX(50px) rotate(15deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }

  50% {
    -webkit-transform: translateY(50px) translateX(100px) rotate(45deg);
    transform: translateY(50px) translateX(100px) rotate(45deg);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
  }

  80% {
    -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
    transform: translateY(30px) translateX(50px) rotate(15deg);
    -webkit-transform-origin: left top;
    transform-origin: left top;
  }

  100% {
    -webkit-transform: translateY(0px) translateX(0) rotate(0);
    transform: translateY(0px) translateX(0) rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
}

@keyframes bubbleMover2 {
  0% {
    -webkit-transform: translateY(0px) translateX(0) rotate(0);
    transform: translateY(0px) translateX(0) rotate(0);
  }

  30% {
    -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
    transform: translateY(30px) translateX(50px) rotate(15deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }

  50% {
    -webkit-transform: translateY(50px) translateX(100px) rotate(45deg);
    transform: translateY(50px) translateX(100px) rotate(45deg);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
  }

  80% {
    -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
    transform: translateY(30px) translateX(50px) rotate(15deg);
    -webkit-transform-origin: left top;
    transform-origin: left top;
  }

  100% {
    -webkit-transform: translateY(0px) translateX(0) rotate(0);
    transform: translateY(0px) translateX(0) rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
}
/* ===Landing Page=== */
#wrapper .landing1-sec-1 .banner {
  padding-top: calc(100vw * (650 / 1728));
}
.landing1-sec-1 .banner .overlay {
  background: linear-gradient(90deg, #78121a 0%, rgba(20, 35, 72, 0) 56.63%);
}

.landing1-sec-1 .banner h1 {
  font-size: 36px;
  text-transform: uppercase;
  margin: 0 0 30px;
}

#main .landing1-sec-2 {
  background-color: var(--theme-color3);
}

.landing1-sec-1 .banner h1 br {
  display: none;
}
.landing1-sec-1 .banner .text-inner {
  padding-left: 15px;
}
.landing1-sec-1 .banner .text-inner p {
  line-height: 24px;
  max-width: 515px;
}

#wrapper .button.btn-viewall-white {
  margin: 14px 0 0;
  height: 42px;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  font-size: 15px;
  font-weight: normal;
  font-family: var(--medi);
  padding: 0 20px;
  border: 1px solid #fff;
  border-radius: 99px;
  z-index: 1;
  position: relative;
  outline: none;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
  background-color: #fff;
  color: var(--theme-color);
}

#wrapper .button.btn-viewall-white::before {
  content: '';
  z-index: -1;
  position: absolute;
  inset: 0;
  background-color: var(--theme-color);
  transform-origin: center right;
  transform: scaleX(0);
  transition: transform 0.25s ease-in-out;
}

#wrapper .button.btn-viewall-white::after {
  background: var(--theme-color);
  border-radius: 50%;
  content: '\f061';
  font-family: var(--fa6);
  width: 24px;
  height: 24px;
  margin-left: 12px;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.25s ease-in-out;
  font-size: 12px;
}

#wrapper .button.btn-viewall-white:hover::after {
  color: var(--theme-color);
  background-color: #fff;
}

#wrapper .button.btn-viewall-white:hover {
  color: #fff;
  box-shadow: none;
}

#wrapper .button.btn-viewall-white:hover::before {
  transform-origin: center left;
  transform: scaleY(1);
}
.landing1-sec-2 .ux-menu {
  display: flex;
  flex-direction: row;
}
.landing1-sec-2 .ux-menu .ux-menu-link {
  flex: 1;
  scroll-snap-align: start;
}
.landing1-sec-2 .ux-menu .ux-menu-link a {
  padding: 30px 15px;
  text-align: center;
  justify-content: center;
  color: #fff;
  text-transform: uppercase;
  font-family: var(--semi);
  line-height: 22px;
  position: relative;
}
.landing1-sec-2 .ux-menu .ux-menu-link a:hover {
  background-color: #c0202f;
}
.landing1-sec-2 .ux-menu .ux-menu-link a:before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 24px;
  background-color: rgba(255, 255, 255, 0.4);
  right: 0;
}
.landing1-sec-2 .ux-menu .ux-menu-link:last-of-type a:before {
  display: none;
}
.title-home h2 {
  font-size: 36px;
  line-height: 46px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.title-home p {
  max-width: 850px;
  margin: 0 auto 50px;
}
.title-home {
  margin-bottom: 30px;
}
.landing1-sec-3 .col-text {
  padding-left: 30px;
}
.landing1-sec-3 .col-text .col-inner {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 30px;
  counter-reset: landing-1;
  align-items: center;
}
.landing1-sec-3 .col-text .item {
  width: calc(50% - 15px);
  position: relative;
  counter-increment: landing-1;
}
.landing1-sec-3 .col-text .item:before {
  content: '0' counter(landing-1);
  font-size: 40px;
  opacity: 0.7;
  color: transparent;
  font-style: normal;
  -webkit-text-stroke: 1px var(--theme-color3);
  font-weight: normal;
  margin: 0;
  font-family: var(--bold);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 1px;
}
.landing1-sec-3 .col-text .item:nth-of-type(2n) {
  transform: translateY(60%);
}
.landing1-sec-3 .col-text .item h3 {
  font-size: 18px;
  text-transform: uppercase;
  color: var(--theme-color);
  margin-bottom: 15px;
}
.landing1-sec-3 .col-text .item p {
  font-size: 14px;
  line-height: 20px;
}
.landing1-sec-4 .nav {
  display: flex;
  z-index: 999;
}
.landing1-sec-4 .nav .slick-list {
  width: 100%;
}
.landing1-sec-4 .nav .tab {
  text-align: center;
  margin: 0;
  padding-bottom: 20px;
  position: relative;
}
.landing1-sec-4 .nav .tab a {
  display: block;
  width: 100%;
  color: var(--theme-color);
  font-weight: normal;
  font-size: 16px;
  font-family: var(--semi);
  padding: 20px 0;
  position: relative;
}
.landing1-sec-4 .nav .tab:before {
  content: '';
  position: absolute;
  top: 38%;
  transform: translateY(-50%);
  width: 1px;
  height: 24px;
  background-color: rgb(0 81 143);
  right: 0;
}
.landing1-sec-4 .nav .tab a:after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  bottom: -20px;
  border-style: solid;
  border-width: 20px 15px 0;
  border-color: #d5effc transparent transparent transparent;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  opacity: 0;
  visibility: hidden;
}
.landing1-sec-4 .nav .active a {
  color: var(--theme-color3);
}
.landing1-sec-4 .nav .active a:after {
  opacity: 1;
  visibility: visible;
}
.landing1-sec-4 .nav .tab a:before {
  display: none;
}
.landing1-sec-4:before {
  content: '';
  background: transparent linear-gradient(180deg, #eafbff 0%, #cbecfd 100%) 0%
    0% no-repeat padding-box;
  position: absolute;
  inset: 0;
}
.landing1-sec-4 .title-home h2 {
  text-align: center;
}
.landing1-sec-4 .tab-panels {
  padding: 40px 35px;
  background: #fafafa;
  border-radius: 20px;
  margin-top: -20px;
}
.landing1-sec-4 .tab-panels .col {
  padding-bottom: 0;
}
.landing1-sec-4 .tab-panels .img .img-inner {
  border-radius: 10px;
}
.landing1-sec-4 .tab-panels .large-8 {
  padding-left: 30px;
}
.landing1-sec-4 .tab-panels .row {
  align-items: center;
  padding: 0 15px;
}
.landing1-sec-4 .tab-panels .panel:not(.active) {
  height: unset;
  opacity: 1;
  overflow: hidden;
  visibility: unset;
}
#main .landing1-sec-5 {
  padding-bottom: 40px;
}
.landing1-sec-5 .stack .left {
  background-color: var(--theme-color);
  height: 100%;
  display: flex;
  align-items: center;
  padding: 1rem;
  flex-direction: column;
  color: #fff;
  justify-content: center;
}
.landing1-sec-5 .stack .right {
  width: 100%;
  padding: 1rem;
}
.landing1-sec-5 .stack style {
  display: none;
}
.landing1-sec-5 .stack {
  display: grid;
  grid-template-columns: 30% 70%;
  align-items: center;
  align-content: center;
  border: 1px solid #bdbdbd;
}
.landing1-sec-5 .stack:nth-of-type(2) {
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
.landing1-sec-5 .stack:last-of-type {
  border-radius: 0 0 10px 10px;
  overflow: hidden;
}
.landing1-sec-5 .large-8 {
  padding-left: 40px;
}
.landing1-sec-5 .stack + .stack {
  border-top: 0;
}
.landing1-sec-5 .stack .left h3 {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-family: var(--semi);
}
.landing1-sec-5 .stack .right p {
  font-size: 17px;
}
.landing1-sec-5 .stack .right li,
.landing3-sec-4 .stack li,
.landing4-sec-2 .row-line .box-text li {
  margin-left: 0;
  padding-left: 23px;
  font-size: 15px;
  position: relative;
}
.landing1-sec-5 .stack .right ul,
.landing3-sec-4 .stack ul,
.landing4-sec-2 .row-line .box-text ul {
  list-style: none;
}
.landing1-sec-5 .img-inner {
  border-radius: 10px;
}
.landing1-sec-5 .stack .right li:before,
.landing3-sec-4 .stack li:before,
.landing4-sec-2 .row-line .box-text li:before {
  content: '';
  width: 6px;
  height: 6px;
  display: block;
  position: absolute;
  border-radius: 50%;
  background-color: var(--theme-color);
  left: 5px;
  top: 8px;
}
#main .landing1-sec-6 {
  padding-top: 60px;
}
#main .landing1-sec-6 .row.slider-hocsinh {
  margin: -10px 0 0;
}
.landing1-sec-6 .slider-hocsinh .gallery-col.col {
  padding: 60px 10px;
}
.landing1-sec-6 .slider-hocsinh .slick-current .box {
  transform: scale(1.3);
  z-index: 9;
}
.landing1-sec-6 .slider-hocsinh .slick-current .overlay {
  opacity: 0;
}
.landing1-sec-6 .slider-hocsinh .box-image {
  border-radius: 10px;
}
.slick-prev.slick-arrow,
.slick-next.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  background-color: transparent;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  border: 0;
  color: #fff;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  border: 1px solid var(--theme-color);
  opacity: 1;
  background-color: #fff;
  color: var(--theme-color);
}
.slick-slider .slick-arrow:hover {
  opacity: 1;
  background-color: #fff;
  color: var(--theme-color);
}
.slick-arrow i {
  font-size: 20.5px;
}
.slick-arrow.slick-disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.slick-prev.slick-arrow {
  left: 50px;
}
.slick-next.slick-arrow {
  right: 50px;
}
.landing2-sec-1 .title-home p {
  max-width: 700px;
}
.landing2-sec-1 .row-bottom {
  align-items: flex-end;
}
.landing2-sec-1 .row-bottom .col-left,
.landing2-sec-1 .row-bottom .col-right {
  flex-basis: 29%;
  max-width: 29%;
}
.landing2-sec-1 .row-bottom .col-center {
  flex-basis: 42%;
  max-width: 42%;
}
.landing2-sec-1 .row-bottom .col-left {
  padding-right: 20px;
}
.landing2-sec-1 .row-bottom .col-right {
  padding-left: 20px;
}
.landing2-sec-1 .row-bottom .col-left .text-up {
  background: #cbecfd;
  padding: 30px;
  border-radius: 15px;
}
.landing2-sec-1 .row-bottom .col-left .text-up-top {
  text-align: right;
  max-width: 70%;
  margin-left: auto;
  padding: 20px 30px;
  margin-bottom: 35px;
}
.landing2-sec-1 .row-bottom .col-left p:first-of-type,
.landing2-sec-1 .row-bottom .col-right p:first-of-type {
  font-size: 75px;
  line-height: 1;
  font-family: var(--bold);
  color: #414141;
}
.landing2-sec-1 .row-bottom .col-left p:nth-of-type(2),
.landing2-sec-1 .row-bottom .col-right p:nth-of-type(2) {
  font-size: 15px;
  margin-bottom: 0;
  color: #5e5e5e;
}
.landing2-sec-1 .row-bottom .col-left .text-up:first-of-type p:first-of-type {
  font-size: 45px;
  margin-bottom: 8px;
}
.landing2-sec-1 .row-bottom .col-right p:first-of-type {
  font-size: 50px;
  margin-bottom: 8px;
}
.landing2-sec-1
  .row-bottom
  .col-left
  p:first-of-type
  .landing2-sec-1
  .row-bottom
  .col-right {
}
.landing2-sec-1 .row-bottom .col-right .box {
  background: #cbecfd;
  border-radius: 15px;
  margin-bottom: 35px;
  padding: 40px 34px;
  display: flex;
  flex-direction: column-reverse;
}
.landing2-sec-1 .row-bottom .col-right .text-up {
  background: #cbecfd;
  padding: 25px 30px 30px;
  border-radius: 15px;
}
.landing2-sec-1 .row-bottom .col-right .box-text {
  padding: 0;
}
.landing2-sec-1 .row-bottom .col-right .box-text p:first-of-type {
  font-size: 65px;
}
.landing2-sec-1 .row-bottom .col-center .col-inner:before {
  content: '';
  width: 100%;
  height: 445px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: transparent linear-gradient(134deg, #237dc2 0%, #00518f 100%) 0%
    0% no-repeat padding-box;
  border-radius: 15px;
  z-index: -2;
}
.landing2-sec-1 .row-bottom .img-main {
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 0;
}
.landing2-sec-1 .row-bottom .img-main .img-inner:after {
  content: '';
  width: 380px;
  height: 380px;
  display: block;
  position: absolute;
  background: transparent linear-gradient(54deg, #026fae 0%, #069ee4 100%) 0% 0%
    no-repeat padding-box;
  border-radius: 50%;
  bottom: -100px;
  transition: all 0.4s ease-in-out;
  right: -120px;
  z-index: -1;
}
.landing2-sec-1 .row-bottom .col-center .fly {
  max-width: 90px;
  position: absolute;
  top: 25%;
  left: 10px;
  -webkit-animation: down-up-two 6s infinite;
  animation: down-up-two 6s infinite;
}

.landing2-sec-3 .col-img .col-inner {
  display: grid;
  justify-content: end;
}
.landing2-sec-3 .col-img .img {
  width: 50vw !important;
  display: inline-block;
}
.landing2-sec-3 .row:nth-of-type(2n) .col-img .col-inner {
  display: grid;
  justify-content: start;
}
.landing2-sec-3 .row:nth-of-type(2n + 1) .col-text .col-inner {
  padding-left: 100px;
}
.landing2-sec-3 .row:nth-of-type(2n) .col-text .col-inner {
  padding-right: 100px;
}
.landing2-sec-3 .col-text h3 {
  font-size: 24px;
  line-height: 1.6;
}
.landing2-sec-3 .col-text ul,
.landing2-sec-2 .row .col-left ul {
  list-style: none;
}
.landing2-sec-3 .col-text li,
.landing2-sec-2 .row .col-left li {
  margin-left: 0;
  padding-left: 35px;
  font-size: 16px;
  position: relative;
  text-align: left;
}
.landing2-sec-3 .col-text li:before,
.landing2-sec-2 .row .col-left li:before {
  content: '\f336';
  font-family: var(--fa6);
  display: block;
  position: absolute;
  border-radius: 50%;
  left: 5px;
  top: 1px;
  color: var(--theme-color3);
}
.landing2-sec-2 .col-left,
.landing2-sec-2 .col-right {
  padding: 50px 60px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.landing2-sec-2 .col-right {
  background-color: var(--theme-color);
}
.landing2-sec-2 .col-left .col-inner {
  max-width: 500px;
  margin-right: auto;
  text-align: center;
}
#main .landing2-sec-2 .row {
  opacity: 1;
}
.landing2-sec-2 .row .col-left {
  background: transparent linear-gradient(82deg, #cbecfd 0%, #e3f6fb 100%) 0% 0%
    no-repeat padding-box;
}
.landing2-sec-3 .img-inner {
  border-radius: 0 40px 40px 0;
}
.landing2-sec-3 .row:nth-of-type(2) .img-inner {
  border-radius: 40px 0 0 40px;
}
.landing2-sec-2 .row .col-left h3 {
  text-transform: uppercase;
  font-family: var(--semi);
  font-size: 18px;
  text-align: left;
  margin-bottom: 20px;
}
.landing2-sec-2 .row .col-left p {
  font-size: 18px;
  line-height: 25px;
}
#main .landing2-sec-1 {
  padding-bottom: 30px;
}
.landing3-sec-1 .col-left,
.landing3-sec-1 .col-right {
  padding: 0 5px;
}
.landing3-sec-1 .col-left .col-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.landing3-sec-1 .row {
  max-width: 1260px;
}
.landing3-sec-1 .col-right .col-inner {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 10px;
}
.landing3-sec-1 .col-right .stack1 {
  width: calc(66.666667% - 5px);
  flex-direction: column;
}
.landing3-sec-1 .col-right .stack2 {
  width: calc(33.333333% - 5px);
  flex-direction: column;
}

.landing3-sec-1 .text-1 {
  background-color: var(--theme-color);
  padding: 30px 30px;
  margin-bottom: 10px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.landing3-sec-1 .text-1 p {
  color: #fff;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 1.4;
  text-align: center;
  font-family: var(--medi);
}
.landing3-sec-1 .text-1 h4 {
  color: #fff;
  font-size: 40px;
  text-align: center;
  margin-bottom: 10px;
}
.landing3-sec-1 .img.img-1 {
  margin-bottom: 10px;
}
.landing3-sec-1 .text-2 {
  background-color: var(--theme-color3);
  padding: 60px 40px;
  margin-top: 10px !important;
  flex: 1;
}
.landing3-sec-1 .text-2 h4 {
  color: #fff;
  font-size: 100px;
  line-height: 1;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 2px solid #ffffff91;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.landing3-sec-1 .text-2 h4:after {
  content: '';
  width: 100px;
  height: 100px;
  display: inline-block;
  background: url(./images/education.svg) no-repeat center;
  background-size: contain;
}

.landing3-sec-1 .text-2 p {
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  font-family: var(--medi);
}
.landing3-sec-1 .stack3 {
  width: 100%;
}
.landing3-sec-1 .text-5 {
  width: 31%;
  margin-right: 10px !important;
  background-color: var(--theme-color);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 20px;
  flex-shrink: 0;
}
.landing3-sec-1 .uxb-wrapper--text .text-5 {
  width: 100%;
}
.landing3-sec-1 .stack3 .img-inner {
  padding-top: 35% !important;
}
.landing3-sec-1 .text-5 h4 {
  color: #fff;
  font-size: 40px;
  margin-bottom: 5px;
}
.landing3-sec-1 .text-5 p {
  color: #fff;
  font-size: 16px;
  font-family: var(--medi);
}
.landing3-sec-1 .text-3 {
  background-color: var(--theme-color3);
  text-align: center;
  padding: 20px 30px;
  margin-bottom: 10px !important;
}
.landing3-sec-1 .text-3 h4 {
  font-size: 45px;
  color: #fff;
  margin-bottom: 0;
}
.landing3-sec-1 .text-3 p {
  font-size: 18px;
  color: #fff;
  font-family: var(--medi);
  line-height: 1.4;
}
.landing3-sec-1 .stack2 .image-cover {
  padding-top: 90% !important;
}
.landing3-sec-1 .stack2 .img {
  margin-bottom: 10px !important;
}
.landing3-sec-1 .text-4 {
  flex: 1;
  background-color: var(--theme-color);
  color: #fff;
  padding: 40px 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  text-align: right;
}
.landing3-sec-1 .text-4 h4 {
  font-size: 40px;
  color: #fff;
  margin-bottom: 6px;
}
.landing3-sec-1 .text-4 p {
  font-size: 15px;
  font-family: var(--medi);
}
.landing3-sec-2 .title-home h2 {
  margin-bottom: 30px;
  font-size: 36px;
}
.landing3-sec-2 .box {
  display: flex;
  background: transparent linear-gradient(39deg, #effaff 0%, #e6f4ff 100%) 0% 0%
    no-repeat padding-box;
  border-radius: 26px;
  padding: 45px 60px;
  align-items: center;
}
.landing3-sec-2 .box-image {
  width: 45% !important;
  flex-shrink: 0;
}
.landing3-sec-2 .box .box-text {
  padding: 0 50px 0 0;
  text-align: left;
  order: -1;
}
.landing3-sec-2 .box ul {
  list-style: none;
}
.landing3-sec-2 .box ul li {
  margin-left: 0;
  padding-left: 33px;
  font-size: 18px;
  font-family: var(--medi);
  position: relative;
  margin-bottom: 15px;
}
.landing3-sec-2 .box ul li:before {
  content: '\f00c';
  font-family: var(--fa6);
  width: 22px;
  height: 22px;
  background-color: var(--theme-color);
  position: absolute;
  left: 0;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 12px;
}
#main .landing3-sec-3 {
  padding-top: 60px;
}
#main .landing3-sec-3 .stack .right {
  padding: 30px;
}
.landing3-sec-4 .stack {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
}
.landing3-sec-4 .icon-box h3 {
  font-size: 24px;
}
.landing3-sec-4 .image-cover {
  border-radius: 10px;
}
.landing4-sec-1 .title-home h2 {
  color: #fff;
}
.landing4-sec-1 .row-daotao .col-inner {
  height: 100%;
}
.landing4-sec-1 .row-daotao .icon-box {
  background-color: #fff;
  height: 100%;
  padding: 30px 20px;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}
.landing4-sec-1 .row-daotao .icon-box:before {
  content: '';
  width: 135px;
  height: 135px;
  border-radius: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: transparent linear-gradient(39deg, #e4f8ff 0%, #f4fcff 100%) 0% 0%
    no-repeat padding-box;
  transition: 0.4s;
  right: -50px;
  top: -50px;
  transition: all 0.4s ease-in-out;
  z-index: revert-layer;
  z-index: 0;
}
.landing4-sec-1 .row-daotao .icon-box-text {
  z-index: 9;
  position: relative;
}
.landing4-sec-1 .row-daotao .icon-box:hover:before {
  transform: scale(8);
}
.landing4-sec-1 .row-daotao .icon-box h3 {
  font-size: 18px;
  margin-bottom: 20px;
}
.landing4-sec-1 .row-daotao .icon-box h3 strong {
  color: transparent;
  font-style: normal;
  -webkit-text-stroke: 1px var(--theme-color);
  font-weight: normal;
  margin: 0;
  font-family: var(--bold);
  letter-spacing: 1px;
  font-size: 20px;
}
.landing4-sec-2 .row-line .col-item {
  padding-bottom: 50px;
}
.landing4-sec-2 .row-line .col-item .col-inner {
  position: relative;
}
.landing4-sec-2 .row-line .col-item .box {
  display: flex;
  align-items: center;
}
.landing4-sec-2 .row-line .box-text {
  order: -1;
}
.landing4-sec-2 .row-line .box-image {
  width: 50% !important;
  flex-shrink: 0;
  padding-left: 30px;
}
.landing4-sec-2 .row-line .box {
  padding-left: 150px;
}
.landing4-sec-2 .row-line .box-text {
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
.landing4-sec-2 .row-line .image-cover {
  border-radius: 10px;
}
.landing4-sec-2 .row-line .box-text h3 {
  font-size: 26px;
  margin-bottom: 30px;
}
.landing4-sec-2:before {
  content: '';
  width: 100%;
  height: 1275px;
  background: transparent
    radial-gradient(closest-side at 50% 50%, #e4f8ff 0%, #fbfeff00 100%) 0% 0%
    no-repeat padding-box;
  position: absolute;
  top: 70px;
  z-index: 1;
}

.landing4-sec-2 .row-line {
  position: relative;
}
.landing4-sec-2 .row-line:before {
  content: '';
  width: 0;
  height: 100%;
  border-right: 1px dashed var(--theme-color);
  position: absolute;
  left: 150px;
}
.landing4-sec-2 .row-line .icon {
  position: absolute;
  width: 100px !important;
  margin: 0;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent linear-gradient(39deg, #e4f8ff 0%, #f4fcff 100%) 0% 0%
    no-repeat padding-box;
  top: 50%;
  transform: translateY(-50%);
}
.landing4-sec-2 .row-line .icon .img-inner {
  width: 50px;
}
.landing4-sec-2 .row-line .box:before {
  content: '\f111';
  font-family: var(--fa6);
  font-weight: 900;
  color: var(--theme-color);
  position: absolute;
  width: 26px;
  height: 26px;
  border-radius: 50px;
  border: 1px solid var(--theme-color);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  padding: 6px;
  left: -50px;
  top: 50%;
  transform: translatey(-50%);
  font-size: 11px;
  left: 122px;
}
.landing4-sec-2 .row-line .col-item .box.active:before {
  background-color: var(--theme-color);
  color: #fff;
}
.landing4-sec-2 .row-line .col-item:last-of-type {
  padding-bottom: 0;
}
.landing4-sec-4 .col-right .col-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.landing4-sec-4 .icon-box {
  display: flex;
  align-items: center;
}
.landing4-sec-4 .icon-box .icon-box-text {
  padding-left: 15px;
}
.landing4-sec-4 .icon-box h4 {
  font-size: 16px;
  font-family: var(--medi);
  color: #333;
}
.landing4-sec-4 .icon-box img {
  padding: 0;
}
.landing4-sec-4 .icon-box .icon-box-img {
  margin: 0;
  height: 40px;
  width: 40px !important;
}
.landing4-sec-4 .row-1 {
  margin-bottom: 15px;
  padding-bottom: 15px;
  position: relative;
}
.landing4-sec-4 .row-1:before {
  content: '';
  width: calc(100% - 30px);
  left: 15px;
  border-bottom: 1px solid #bdbdbd;
  bottom: 0;
  position: absolute;
}
.landing4-sec-4 .row .col {
  padding-bottom: 0;
}
.landing4-sec-4 .row .col-left {
  height: 40px;
  padding-bottom: 0;
  display: flex;
  align-items: center;
  border-right: 1px solid #bdbdbd;
}
.landing4-sec-4 .col-left p {
  margin-bottom: 0;
  font-size: 18px;
  text-transform: uppercase;
  font-family: var(--bold);
  color: var(--theme-color);
  text-align: center;
}
.landing4-sec-1 .row-daotao .icon-box ul {
  list-style: none;
}
.landing4-sec-1 .row-daotao .icon-box ul li {
  margin-left: 0;
  padding-left: 33px;
  position: relative;
}
.landing4-sec-1 .row-daotao .icon-box ul li:before {
  content: '\f336';
  font-family: var(--fa6);
  color: var(--theme-color);
  position: absolute;
  left: 5px;
  font-weight: bold;
}
#main .landing4-sec-5 .stack .left,
#main .landing3-sec-3 .stack .left {
  padding: 0;
  background: transparent;
}
.landing4-sec-5 .stack .left .box-image,
.landing3-sec-3 .stack .left .box-image {
  position: absolute;
  inset: 0;
}
.landing4-sec-5 .stack .left .box-image div,
.landing3-sec-3 .stack .left .box-image div {
  width: 100%;
  height: 100%;
}
.landing4-sec-5 .stack .left .box-image img,
.landing3-sec-3 .stack .left .box-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 1024px) and (max-width: 1199.98px) {
  .landing1-sec-4 .nav .tab a {
    padding: 20px 5px;
    font-size: 14px;
  }
  .landing1-sec-5 .large-8 {
    padding-left: 15px;
  }
  .landing1-sec-5 .img-inner {
    padding-top: 160% !important;
  }
  .landing1-sec-3 .col-text .col-inner {
    grid-gap: 15px 30px;
  }
  .title-home h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 849.98px) {
  .title-home h2 {
    font-size: 24px;
    line-height: 1.4;
  }
  .landing1-sec-2 .col {
    padding: 0;
  }
  .landing1-sec-2 .ux-menu .ux-menu-link a,
  #main .thuvien-sec-1 .nav li a {
    font-size: 14px;
    padding: 12px 16px;
    white-space: nowrap;
  }
  .landing1-sec-4 .title-home h2 {
    margin-bottom: 0;
  }
  .landing1-sec-4 .nav .tab a {
    padding: 12px 16px;
    font-size: 14px;
  }
  .landing1-sec-4 .tab-panels .col {
    flex-basis: 100%;
    max-width: 100%;
    padding-left: 15px;
  }
  .landing1-sec-4 .tab-panels .col.large-4 {
    padding-bottom: 20px;
  }
  .landing1-sec-6 .slider-hocsinh .slick-current .box {
    transform: scale(1.1);
  }
  .landing1-sec-6 .slider-hocsinh .gallery-col.col {
    padding: 30px 10px;
  }
  .landing1-sec-1 .banner h1 {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 10px;
  }
  #wrapper .landing1-sec-1 .banner {
    padding-top: 56.25%;
  }
  .landing1-sec-1 .banner .text-inner p {
    font-size: 14px;
    max-width: 380px;
  }
  .landing2-sec-1 .row-bottom .col-left {
    padding-right: 0;
  }
  .landing2-sec-1 .row-bottom .col-left .text-up-top {
    max-width: 90%;
    padding: 15px;
  }
  .landing2-sec-1 .row-bottom .col-left .text-up:first-of-type p:first-of-type {
    font-size: 40px;
  }
  .landing2-sec-1 .row-bottom .col-left .text-up {
    padding: 15px;
  }
  .landing2-sec-1 .row-bottom .col-left p:first-of-type,
  .landing2-sec-1 .row-bottom .col-right p:first-of-type {
    font-size: 45px;
  }
  .landing2-sec-1 .row-bottom .col-right .box-text p:first-of-type {
    font-size: 55px;
  }
  .landing2-sec-1 .row-bottom .col-left .text-up-top {
    margin-bottom: 15px;
  }
  .landing2-sec-1 .row-bottom .col-right {
    padding-left: 0;
  }
  .landing2-sec-1 .row-bottom .col-right .box {
    margin-bottom: 15px;
    padding: 15px;
  }
  .landing2-sec-1 .row-bottom .col-center .col-inner:before {
    height: 90%;
  }
  .landing2-sec-1 .row-bottom .col-center .fly {
    max-width: 50px;
    left: 5px;
    top: 15%;
  }
  .landing2-sec-1 .row-bottom .col-right .text-up {
    padding: 15px;
  }
  .landing2-sec-2 .row .col-left p {
    font-size: 14px;
  }
  #main .landing2-sec-2 .flickity-button {
    display: none;
  }
  .landing2-sec-2 .col-left .col-inner {
    padding: 0 15px;
  }
  .landing2-sec-2 .row .col-left h3 {
    margin-bottom: 15px;
    font-size: 16px;
    height: 40px;
  }
  #main .landing2-sec-1 {
    padding-bottom: 0;
  }
  .landing2-sec-3 .row:nth-of-type(2n + 1) .col-text .col-inner {
    padding-left: 30px;
  }
  .landing2-sec-3 .row-1 .col-img {
    flex-basis: 80%;
    max-width: 80%;
  }
  .landing2-sec-3 .col-img .img {
    width: 100% !important;
  }
  .landing2-sec-3 .col-img .col-inner,
  .landing2-sec-3 .row:nth-of-type(2n) .col-img .col-inner {
    display: block;
  }
  .landing2-sec-3 .row-1 .col-text,
  .landing2-sec-3 .row-2 .col-text {
    flex-basis: 80%;
    max-width: 80%;
    padding-top: 25px !important;
  }
  .landing2-sec-3 .row:nth-of-type(2n + 1) .col-text .col-inner {
    padding-left: 0;
  }
  .landing2-sec-3 .row-2 .col-img {
    flex-basis: 80%;
    max-width: 80%;
    order: -1;
  }
  .landing2-sec-3 .row-2 .col-img .image-cover {
    border-radius: 15px;
  }
  .landing2-sec-3 .row {
    justify-content: center;
  }
  .landing2-sec-3 .img-inner {
    border-radius: 15px;
  }
  .landing2-sec-3 .row:nth-of-type(2n) .col-text .col-inner {
    padding-right: 0;
  }
  #main .landing2-sec-3 {
    padding-bottom: 0px;
  }
  #main .landing1-sec-5 .large-4 {
    display: none;
  }
  .landing1-sec-5 .large-8 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .landing4-sec-4 .col-right .col-inner {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
  }
  .landing4-sec-4 .col-left p {
    font-size: 16px;
  }
  .landing4-sec-4 .row .col-left {
    height: 80px;
  }
  .landing4-sec-2 .row-line .icon {
    display: none;
  }
  .landing4-sec-2 .row-line .box {
    padding-left: 40px;
  }
  .landing4-sec-2 .row-line:before {
    left: 30px;
  }
  .landing4-sec-2 .row-line .box:before {
    left: 2px;
  }
  .landing4-sec-2 .row-line .box-text h3 {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .landing4-sec-2 .row-line .col-item {
    padding-bottom: 30px;
  }
  .landing4-sec-1 .row-daotao .medium-4 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .landing3-sec-1 .text-1,
  .landing3-sec-1 .text-3,
  .landing3-sec-1 .text-4 {
    padding: 15px;
  }
  .landing3-sec-1 .text-1 p,
  .landing3-sec-1 .text-3 p {
    font-size: 14px;
  }
  .landing3-sec-1 .text-2 h4 {
    font-size: 80px;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .landing3-sec-1 .text-2 h4:after {
    width: 60px;
    height: 60px;
  }
  .landing3-sec-1 .stack3 .img-inner {
    padding-top: 49% !important;
  }
  .landing3-sec-1 .text-4 p {
    font-size: 12px;
  }
  .landing3-sec-1 .text-3 h4 {
    font-size: 40px;
  }
  .landing3-sec-1 .text-4 h4 {
    font-size: 30px;
  }
  .landing3-sec-2 .box {
    padding: 30px 40px;
  }
	   .page-dangky .icon-box h3{
  font-size: 15px;
  }
  .page-dangky .row .col{
    padding: 0 15px 60px;
  }
}
@media screen and (max-width: 767.98px) {
  #main .thuvien-sec-1 .nav li:nth-of-type(2):after {
    display: none;
  }
  .landing1-sec-2 .ux-menu {
    overflow-y: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    scroll-snap-type: x mandatory;
  }
  .landing1-sec-2 .ux-menu::-webkit-scrollbar {
    display: none;
  }
  #main .landing2-sec-1 {
    padding-top: 60px;
  }
  .landing2-sec-1 .row-bottom .col-left {
    flex-basis: 35%;
    max-width: 35%;
    padding-bottom: 15px;
  }
  .landing2-sec-1 .row-bottom .col-left .col-inner {
  }
  .landing2-sec-1 .row-bottom .col-left .text-up-top {
    margin-bottom: 15px;
  }

  .landing2-sec-1 .row-bottom .col-center {
    flex-basis: unset;
    max-width: unset;
    flex: 1;
    padding-bottom: 15px;
  }
  .landing2-sec-1 .row-bottom .col-right {
    flex-basis: 100%;
    max-width: 100%;
    padding-left: 15px;
  }
  .landing2-sec-1 .row-bottom .col-right .col-inner {
    display: flex;
  }
  .landing2-sec-1 .row-bottom .col-right .box {
    margin-bottom: 0;
    margin-right: 15px;
  }
  .landing2-sec-2 .row .col {
    flex-basis: 100%;
    max-width: 100%;
  }
  .landing2-sec-2 .col-left .col-inner {
    padding: 30px 15px;
  }
  .landing2-sec-3 .row .col-img {
    flex-basis: 100%;
    max-width: 100%;
    padding: 0 15px !important;
  }
  .landing4-sec-2 .row-line .col-item .box {
    flex-direction: column;
  }
  .landing4-sec-2 .row-line .box-image {
    width: 100% !important;
  }
  .landing4-sec-2 .row-line .box-text {
    padding-bottom: 0;
  }
  .landing1-sec-6 .slider-hocsinh .slick-current .box {
    transform: scale(1.05);
  }
  .landing4-sec-4 .col-left p {
    font-size: 14px;
  }
  .landing3-sec-1 .col-left,
  .landing3-sec-1 .col-right {
    flex-basis: 100%;
    max-width: 100%;
  }
  .landing3-sec-1 .col-left .col-inner {
    flex-direction: row;
  }
  .landing3-sec-1 .img.img-1 {
    width: 60% !important;
    margin-left: 10px;
    order: 1;
  }
  .landing3-sec-1 .img.img-2 {
    display: none;
  }
  .landing3-sec-2 .box .box-text {
    padding-left: 15px;
  }
  .landing3-sec-2 .box ul li {
    font-size: 16px;
  }
  .landing3-sec-2 .title-home h2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 575.98px) {
  .landing1-sec-1 .banner .text-inner p {
    display: none;
  }
  #wrapper .landing1-sec-1 .banner {
    padding-top: 120% !important;
  }
  .landing1-sec-1 .banner .overlay {
    background: linear-gradient(90deg, #78121a 0%, rgba(20, 35, 72, 0) 100%);
  }
  .landing1-sec-1 .text-box {
    width: 90% !important;
  }
  .landing1-sec-2 .ux-menu .ux-menu-link a {
    white-space: nowrap;
  }
  .landing1-sec-3 .col-text .col-inner {
    grid-gap: 20px;
  }
  .landing1-sec-3 .col-text .item {
    width: 100%;
  }
  .landing1-sec-3 .col-text .item:nth-of-type(2n) {
    transform: unset;
  }
  .landing1-sec-3 .col-text {
    padding-left: 50px;
    padding-bottom: 0;
  }
  .landing1-sec-3 .col-text:before {
    content: '';
    width: 0;
    height: 100%;
    border-right: 1px dashed var(--theme-color);
    position: absolute;
    left: 25px;
  }
  .landing1-sec-3 .col-text .item {
    position: relative;
  }
  .landing1-sec-3 .col-text .item:after {
    content: '\f111';
    font-family: var(--fa6);
    font-weight: 900;
    color: var(--theme-color);
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50px;
    border: 1px solid var(--theme-color);
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    padding: 6px;
    left: -35px;
    top: 18px;
    font-size: 10px;
  }
  .landing1-sec-4 .title-home h2 {
    font-size: 18px;
  }
  .landing1-sec-4 .nav .tab a {
    padding: 10px;
  }
  .landing1-sec-4 .tab-panels {
    padding: 35px 15px;
  }
  .landing1-sec-5 .large-8 {
    padding-left: 15px;
  }
  .landing1-sec-5 .stack {
    display: block;
  }
  .landing1-sec-5 .stack + .stack {
    margin-top: 20px;
  }
  .landing1-sec-5 .stack {
    border-radius: 10px !important;
  }
  #main .landing1-sec-5 {
    padding-bottom: 0;
    padding-top: 30px;
  }
  #main .landing1-sec-6 {
    padding-top: 30px;
  }
  .landing2-sec-1 .title-home h2 {
    font-size: 20px;
  }
  #main .landing2-sec-1 {
    padding-top: 50px;
  }
  .landing2-sec-1 .row-bottom .col {
    flex-basis: 100%;
    max-width: 100%;
    padding-right: 15px;
  }
  .landing2-sec-1 .row-bottom .col-center {
    order: -1;
  }
  .landing2-sec-1 .row-bottom .col-left .col-inner {
    display: flex;
  }
  .landing2-sec-1 .row-bottom .col-left p:first-of-type,
  .landing2-sec-1 .row-bottom .col-right p:first-of-type {
    margin-bottom: 10px;
  }
  .landing2-sec-1 .row-bottom .col-right .text-up {
    margin-bottom: 30px;
  }
  .landing2-sec-1 .row-bottom .col-left .text-up-top {
    margin-bottom: 0;
    margin-right: 15px;
    margin-top: 30px;
  }
  .landing2-sec-1 .row-bottom .col-right .box-text p:first-of-type {
    font-size: 40px;
  }
  .landing2-sec-1 .row-bottom .col-right p:first-of-type {
    font-size: 30px;
  }
  .landing2-sec-1 .row-bottom .col-right .box-text {
    padding-bottom: 10px;
  }
  .landing2-sec-3 .col-text h3 {
    font-size: 20px;
  }
  .landing2-sec-3 .row-1 .col-text,
  .landing2-sec-3 .row-2 .col-text {
    flex-basis: 100%;
    max-width: 100%;
    padding: 15px 15px !important;
  }
  .landing4-sec-4 .row .col-left {
    height: auto;
    display: none;
  }
  .landing4-sec-4 .col-left p {
    margin-bottom: 15px;
  }
  .landing4-sec-4 .col-right .col-inner {
    grid-gap: 20px 10px;
  }
  .landing4-sec-4 .icon-box .icon-box-img {
    height: 30px;
    width: 30px !important;
  }
  .landing4-sec-4 .icon-box h4 {
    font-size: 14px;
  }
  .landing4-sec-4 .icon-box .icon-box-text {
    padding-left: 10px;
  }
  #main .landing4-sec-4 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .landing4-sec-2 .title-home h2,
  .landing4-sec-2 .title-home,
  .landing4-sec-1 .title-home h2,
  .landing4-sec-1 .title-home {
    margin-bottom: 0;
  }
  .landing4-sec-2 .row-line .box-text {
    padding: 0;
  }
  .landing4-sec-2 .row-line .box-image {
    padding-left: 0;
  }
  .landing4-sec-2 .row-line .box:before {
    top: 15px;
  }
  #main .landing4-sec-2 {
    padding-bottom: 0;
  }
  .landing1-sec-5 .title-home h2 {
    font-size: 20px;
    text-align: center;
  }
  .landing4-sec-1 .row-daotao .medium-4 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .landing4-sec-1 .row-daotao .icon-box h3 {
    font-size: 16px;
  }
  .landing4-sec-1 .row-daotao .icon-box ul li {
    font-size: 14px;
  }
  .landing3-sec-1 .text-1 p,
  .landing3-sec-1 .text-3 p {
    font-size: 12px;
  }
  .landing3-sec-1 .col-right .stack1,
  .landing3-sec-1 .col-right .stack2 {
    width: 100%;
  }
  .landing3-sec-1 .col-right .stack2 {
    flex-direction: column-reverse;
  }
  .landing3-sec-1 .text-4 {
    margin-bottom: 10px !important;
  }
  .landing3-sec-1 .text-2 {
    padding: 30px;
  }
  .landing3-sec-1 .text-2 h4 {
    font-size: 60px;
  }
  .landing3-sec-1 .text-5 {
    width: 50%;
    padding: 10px;
  }
  .landing3-sec-1 .stack3 .img-inner {
    padding-top: 75% !important;
  }
  .landing3-sec-1 .text-5 p {
    font-size: 12px;
  }
  .landing3-sec-1 .text-5 h4 {
    font-size: 30px;
  }
  .landing3-sec-1 .text-3 {
    margin-bottom: 0 !important;
  }
  .landing3-sec-2 .box {
    flex-direction: column;
    padding: 20px;
  }
  .landing3-sec-2 .box-image {
    width: 100% !important;
    margin-bottom: 15px;
  }

  #main .landing3-sec-3 .stack .right {
    padding: 20px;
  }
  .landing3-sec-4 .stack {
    display: block;
  }
  .landing3-sec-4 .stack .icon-box {
    margin-bottom: 20px !important;
  }
  #main .landing3-sec-4 {
    padding-bottom: 0;
  }
  #main .landing3-sec-2 {
    padding-bottom: 0;
  }
}
/* ===End Landing Page=== */
