@import url("https://fonts.googleapis.com/css2?family=Saira+Semi+Condensed:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Saira+Condensed:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Italianno&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Epilogue:ital,wght@0,100..900;1,100..900&display=swap");
html {
  height: 100%;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
}

html {
  -webkit-text-size-adjust: none;
}

*, *:before, *:after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  width: auto\9 ;
}

a, a:link, a:visited {
  color: #0E0F0F;
  text-decoration: none;
}
a:hover, a:link:hover, a:visited:hover {
  color: #006eee;
  text-decoration: none;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

canvas {
  cursor: pointer;
}

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

strong {
  font-weight: 600;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input, textarea {
  width: 100%;
  outline: none;
  border: 1px solid #cccccc;
  border-radius: 3px;
  vertical-align: baseline;
  background-color: transparent;
  box-shadow: none;
  padding: 5px;
}
input.error, textarea.error {
  border-color: #FF0000;
}

hr {
  width: 100%;
  margin: 10px auto;
  height: 1px;
  background-color: #d2d2d2;
}

sup {
  line-height: 0;
  font-size: 8pt;
}

dl, dd, dt {
  font-weight: normal;
  line-height: 1.5;
}

h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

h1 {
  font-size: 24px;
  line-height: 1.5;
}

h2 {
  font-size: 22px;
  line-height: 1.5;
}

h3 {
  font-size: 20px;
  line-height: 1.5;
}

h4 {
  font-size: 18px;
  line-height: 1.5;
}

h5 {
  font-size: 16px;
  line-height: 1.5;
}

.color-white {
  color: #FFF;
}

.highlight {
  color: #77c517 !important;
}

.no-data {
  text-align: center;
  padding: 10px;
}

.clear {
  clear: both !important;
}

.hide {
  display: none !important;
}

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

.text-align-left {
  text-align: left;
}

.text-align-right {
  text-align: right;
}

/*------------------------------------------------
** General
**------------------------------------------------*/
body {
  min-height: 100%;
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: none;
  background: #fff;
  position: relative;
  color: #0E0F0F;
  font-family: "Epilogue", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5;
}
body.removeScrollbar {
  overflow: hidden;
}

.page {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.page.home {
  padding: 0;
}
.page.home .heading.h_1, .page.home .heading.h_2, .page.home .heading.h_3 {
  color: #004da7;
}

.main-body {
  min-height: 400px;
  position: relative;
  z-index: 1;
  padding-top: 105px;
}

.form {
  position: relative;
  background: radial-gradient(67.06% 67.06% at 50% 77.47%, #4d9af3 0%, #004da7 98.93%);
  border-radius: 16px;
  padding: 40px 20px;
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}
.form__group {
  width: 100%;
  margin-bottom: 16px;
}
.form__flex {
  display: flex;
  gap: 0 16px;
}
.form__notice .notice {
  display: none;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 15px 15px 15px 20px;
  margin: 0;
  text-shadow: initial;
  text-align: left;
  border: 1px solid #dcdcdc;
  color: #0E0F0F;
}
.form__notice .notice.success {
  border-left: 3px solid #7ad03a;
  background: #f8fdf5;
}
.form__notice .notice.info {
  border-left: 3px solid #02a0d2;
  background: #f2fafd;
}
.form__notice .notice.error {
  border-top: 3px solid #f00;
  background: #fdf5f5;
}
.form__notice .notice.warning {
  border-top: 3px solid #f00;
  background: #fff2ed;
}
.form__action .button {
  margin: 0;
}
.form__action .button.btn-send {
  width: 100%;
}
.form__action .button.btn-close {
  width: fit-content;
  color: #fff;
  border-color: #fff;
}
.form__action .button.btn-close:hover {
  background: #fff;
  color: #006eee;
}
.form__title .heading {
  color: white;
}
.form input,
.form textarea {
  font-size: 16px;
  font-weight: 500;
  font-family: "Epilogue", sans-serif;
  color: #004da7;
  background: #fafafa;
  padding: 6px 16px;
  border: 1px solid #e7e7e7;
  line-height: 2;
}
.form input::placeholder,
.form textarea::placeholder {
  font-weight: 400;
  color: #9f9f9f;
  font-family: "Epilogue", sans-serif;
  font-size: 16px;
}
.form input.error,
.form textarea.error {
  border-color: #f00 !important;
}
.form input {
  border-radius: 60px;
}
.form textarea {
  border-radius: 12px;
}
.form select {
  font-size: 16px;
  line-height: 1.5;
  width: 100%;
  padding: 11px 20px;
  font-family: "Epilogue", sans-serif;
  border-color: #5f5f5f;
  border-radius: 4px;
  background: #f5fcff;
  font-weight: 600;
}
.form select option {
  display: block;
  padding: 8px 12px;
}
.form .note {
  display: block;
  margin-top: 4px;
  font-size: 14px;
}
.form input::-webkit-outer-spin-button,
.form input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.form input[type=number] {
  -moz-appearance: textfield;
}

.button,
a.button {
  display: block;
  min-width: fit-content;
  width: fit-content;
  padding: 12px 24px 10px;
  text-decoration: none;
  font-weight: 500;
  color: #fff;
  line-height: 1.5;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  border: 1px solid #77c517;
  border-radius: 100px;
  box-shadow: none;
  margin: auto;
  font-size: 16px;
  color: #fff;
  background: #77c517;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.button:hover,
a.button:hover {
  color: #fff;
  background-color: #a0d65d;
  border-color: #a0d65d;
}
.button.btn-text,
a.button.btn-text {
  padding: 0;
  line-height: 1.5;
  color: #006eee;
  border-radius: 0;
  border: none;
  background: transparent;
  margin: 0;
}
.button.btn-text:hover,
a.button.btn-text:hover {
  color: #77c517;
}
.button.btn-secondary,
a.button.btn-secondary {
  color: #77c517;
  border-color: #77c517;
  background: transparent;
}
.button.btn-secondary:hover,
a.button.btn-secondary:hover {
  color: #fff;
  background: #77c517;
}
.button.btn-cta,
a.button.btn-cta {
  color: #fff;
  background: #77c517;
  border-color: #77c517;
}
.button.btn-cta:hover,
a.button.btn-cta:hover {
  box-shadow: 2px 3px 6px 0px rgba(119, 197, 23, 0.5);
}
.button.btn-left,
a.button.btn-left {
  margin: 0;
  margin-right: auto;
}
.button.btn-right,
a.button.btn-right {
  margin: 0;
  margin-left: auto;
}
.button.btn-flex,
a.button.btn-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.button.btn-small,
a.button.btn-small {
  padding: 12px 16px;
}

.section {
  padding: 40px 0;
}

.title {
  font-size: 16px;
  font-weight: 600;
}

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

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

#loading {
  display: none;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 101;
  width: 100%;
  height: 100%;
  text-align: center;
}
#loading img {
  position: relative;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
}

.fblike {
  text-align: left;
  margin-top: 8px;
}

.social-date {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.social-date .fblike {
  text-align: left;
}
.social-date span.published {
  position: relative;
  margin-right: 15px;
  padding-left: 20px;
  color: black;
}
.social-date span.published:before {
  position: absolute;
  content: "\f017";
  font-family: "FontAwesome";
  font-size: 16px;
  left: 0;
  top: 0;
  color: #5bc8a5;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #b4b4b4;
}

.plugin-search {
  width: 365px;
}
.plugin-search .search_label {
  width: 100%;
  height: 36px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0 6px 0 0;
  border: 0;
  border-radius: 1000px;
  background: #fff;
  position: relative;
}
.plugin-search .search_label .search_input {
  display: block;
  width: calc(100% - 66px);
  height: 100%;
  border: 0;
  padding: 0 15px;
  margin: 0;
  font-weight: 300;
  box-sizing: content-box;
}
.plugin-search .search_label .search_input:focus {
  box-shadow: none;
}
.plugin-search .search_label .search_submit {
  width: 36px;
  height: 100%;
  padding: 0;
  border: 0;
  background: transparent;
}
.plugin-search .search_label:after {
  position: absolute;
  content: "\f002";
  right: 0;
  color: #004da7;
  font-family: FontAwesome;
  font-size: 26px;
  width: 55px;
  text-align: center;
}

.breadcrumbs {
  position: relative;
  padding: 20px 0;
}
.breadcrumbs.secondary .breadcrumbs-nav .item:last-child {
  color: #fff;
}
.breadcrumbs.secondary .breadcrumbs-nav .item:last-child a {
  color: #fff;
}
.breadcrumbs.secondary .breadcrumbs-nav .item.sep {
  color: #77c517;
}
.breadcrumbs.secondary .breadcrumbs-nav .item a,
.breadcrumbs.secondary .breadcrumbs-nav .item span {
  color: #77c517;
}
.breadcrumbs.center .breadcrumbs-nav {
  justify-content: center;
}
.breadcrumbs-nav {
  display: flex;
  align-items: center;
  gap: 4px;
}
.breadcrumbs-nav .item {
  color: #006eee;
  font-size: 12px;
  font-weight: 500;
  white-space: nowrap;
  line-height: 2;
}
.breadcrumbs-nav .item:last-child {
  color: #565757;
  text-overflow: ellipsis;
  overflow: hidden;
}
.breadcrumbs-nav .item:last-child a {
  color: #565757;
  text-overflow: ellipsis;
}
.breadcrumbs-nav .item.sep {
  color: #006eee;
}
.breadcrumbs-nav .item a,
.breadcrumbs-nav .item span {
  color: #006eee;
}
.breadcrumbs-nav .item a:hover {
  text-decoration: underline;
}

.heading {
  font-size: 18px;
  color: #0E0F0F;
  font-weight: 600;
  text-transform: uppercase;
}
.heading.h_1 {
  font-size: 28px;
  font-family: "Epilogue", sans-serif;
}
.heading.h_2 {
  font-size: 26px;
}
.heading.h_3 {
  font-size: 24px;
}
.heading.h_4 {
  font-size: 20px;
}
.heading span {
  display: inline-block;
}

.list__tab {
  width: 100%;
  display: flex;
  gap: 2px;
  overflow-x: auto;
}
.list__tab::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #e6f1fd;
}
.list__tab::-webkit-scrollbar {
  height: 8px;
  background-color: #e6f1fd;
}
.list__tab::-webkit-scrollbar-thumb {
  background: #fff;
}
.list__tab .tab {
  display: block;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 40px;
  border-radius: 8px 8px 0px 0px;
  background: linear-gradient(180deg, #fff 0%, #e6f1fd 100%);
  white-space: nowrap;
}
.list__tab .tab:hover {
  color: #0E0F0F;
}
.list__tab .tab.active {
  color: #fff;
  background: #006eee;
}
.list__pane {
  background: #fff;
  border: 1px solid #e6f1fd;
  border-radius: 0 0 16px 16px;
  overflow: hidden;
  padding: 20px;
}
.list__pane--action {
  margin-top: 16px;
}
.list__pane .pane {
  display: none;
}
.list__pane .pane.active {
  display: block;
}
.list__pane .pane__action {
  margin-top: 20px;
}

.video__list .item__link {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 8px;
}
.video__list .item__link:hover .item__image img {
  transform: scale(1.1);
}
.video__list .item__image img {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.video__list .item__title {
  display: flex;
  align-items: center;
  font-weight: 300;
  font-size: 16px;
  z-index: 2;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  color: #fff;
  background: linear-gradient(180deg, rgba(0, 77, 167, 0) 0%, #004da7 100%);
}
.video__list .item__title span {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.video__list .item__title i {
  position: relative;
  top: -2px;
  margin-right: 8px;
}
.video__list > .row {
  margin: 0 -5px;
}
.video__list > .row > .col {
  padding: 0 5px;
}

.banner img {
  display: block;
  width: 100%;
  min-height: 200px;
  aspect-ratio: 16/5;
  object-fit: cover;
  border-radius: 16px;
}

/*------------------------------------------------
** Box
**------------------------------------------------*/
.box {
  position: relative;
}

.box-header {
  margin-bottom: 20px;
}
.box-header.flex {
  display: flex;
  align-items: center;
  gap: 16px;
}

.box-description {
  font-size: 14px;
  text-align: center;
  color: #6a6a6b;
  margin: 8px auto auto;
}

.box-action {
  margin-top: 20px;
}

.box-service .heading.h_2 {
  max-width: 550px;
  margin: auto;
}

.box-client {
  padding-bottom: 100px;
}
.box-client__object {
  bottom: 0;
  left: 0;
  width: 100%;
}
.box-client__object img {
  width: 100%;
}
.box-client__image {
  height: 100%;
}
.box-client__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: bottom;
}
.box-client__video {
  height: 100%;
  display: flex;
  align-items: flex-end;
}
.box-client__video video {
  width: 100%;
  padding: 4px;
  background: #fff;
  border-radius: 16px;
  border: 1px solid #f4f4f4;
}
.box-client .box-count {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  width: 100%;
  transform: translateY(50%);
}

.box-video__heading {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.box-banner__slider .item img {
  aspect-ratio: 5/2;
  border-radius: 0;
}
.box-banner__slider .slick-list {
  margin: 0;
}
.box-banner__slider .slick-slide {
  margin: 0;
}
.box-banner__slider .slick-dots {
  position: absolute;
  left: 0;
  bottom: 20px;
}

.box-arrows {
  margin-top: 8px;
  display: flex;
  justify-content: center;
  gap: 20px;
}
.box-arrows__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  background: #77c517;
  border-radius: 100%;
  color: #fff;
  overflow: hidden;
  cursor: pointer;
}

/*------------------------------------------------
** MORE
**------------------------------------------------*/
.fixed {
  z-index: 2;
  position: fixed;
  right: 30px;
  bottom: 66px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
.fixed__contact {
  position: relative;
}
.fixed__contact::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  border-radius: 100%;
  background: #006eee;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  animation: load 1s ease-out infinite;
}
.fixed__contact img {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: contain;
}
.fixed__btn {
  position: relative;
  width: 68px;
  padding: 8px;
  cursor: pointer;
  overflow: hidden;
  border-radius: 100%;
  background: #006eee;
}
.fixed__top .scroll-to-top {
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: #fff;
  border: 1px solid #e7e7e7;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  color: #006eee;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.fixed__top .scroll-to-top.active {
  opacity: 1;
  visibility: initial;
}

.icon_zalo {
  width: 40px;
  height: 40px;
  text-align: center;
  display: block;
  position: fixed;
  bottom: 60px;
  left: 8pt;
  z-index: 9;
  padding: 10px 0;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 3pt 12pt;
  background: #008fe5;
}
.icon_zalo a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.icon_zalo a img {
  height: 30px;
}

.contact-fixed {
  position: fixed;
  left: 4px;
  bottom: 10px;
  z-index: 9;
  z-index: 9;
  width: fit-content;
}
.contact-fixed .inner {
  display: flex;
  flex-direction: column;
  float: left;
  align-items: center;
  justify-content: center;
}
.contact-fixed .inner .phone {
  position: relative;
  border-radius: 3px;
  font-weight: 600;
  line-height: 0;
  padding: 0px 8px;
}
.contact-fixed .inner .phone .fa {
  animation: 1s ease-in-out 0s normal none infinite running ring;
  color: #fff;
  background: #ed1c24;
  border-radius: 50%;
  font-size: 20px;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-fixed .inner .phone .ring {
  animation: 1.2s ease-in-out 0s normal none infinite running ring-circle;
  background-color: #ed1c24;
  border-radius: 100%;
  height: 50px;
  left: 0px;
  opacity: 0.1;
  position: absolute;
  top: -8px;
  transform-origin: 50% 50% 0;
  transition: all 0.5s ease 0s;
  width: 50px;
}
.contact-fixed .inner .button {
  padding: 15px 20px;
  border: 1px solid #fff;
  background: #bf0000;
  color: #fff;
}

.overlay-bg {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  z-index: 2000;
}
.overlay-bg img {
  position: fixed;
  top: calc(50% - 58px);
  left: calc(50% - 58px);
  z-index: 20001;
}

.gap-y-8 {
  gap: 8px 0;
}

.gap-y-10 {
  gap: 10px 0;
}

.gap-y-16 {
  gap: 16px 0;
}

.gap-y-20 {
  gap: 20px 0;
}

.gap-y-40 {
  gap: 40px 0;
}

.gap-y-60 {
  gap: 60px 0;
}

.gap-y-80 {
  gap: 80px 0;
}

.mg-y-40 {
  margin: 40px 0;
}

.mg-t-40 {
  margin-top: 40px;
}

.mg-b-40 {
  margin-bottom: 40px;
}

.mg-t-20 {
  margin-top: 20px;
}

.object {
  position: absolute;
}

.bg {
  position: absolute;
  inset: 0;
}
.bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*------------------------------------------------
** Slick
**------------------------------------------------*/
.slick-dots {
  padding-top: 20px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.slick-dots li {
  width: 12px;
  height: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}
.slick-dots li.slick-active button {
  background: #006eee;
}
.slick-dots li button {
  cursor: pointer;
  width: 100%;
  height: 100%;
  background: #d9d9d9;
  font-size: 0;
  padding: 0;
  border: none;
  border-radius: 100%;
}

.slick-slider > button {
  cursor: pointer;
  position: absolute;
  font-size: 0;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  outline: none;
  border: none;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  background: #77c517;
  transition: all 0.3s;
}
.slick-slider > button:hover {
  box-shadow: 0 0 4px #77c517;
}
.slick-slider > button:before {
  font-family: "FontAwesome" !important;
  display: inline-block !important;
  font-size: 20px;
  line-height: 1 !important;
  color: #fff;
}
.slick-slider > button.slick-prev {
  left: 0;
}
.slick-slider > button.slick-prev:before {
  content: "\f053";
}
.slick-slider > button.slick-next {
  right: 0;
}
.slick-slider > button.slick-next:before {
  content: "\f054";
}
.slick-slider > button.slick-disabled {
  display: none !important;
}

.slick-list {
  margin: 0 -10px;
}

.slick-slide {
  margin: 0 10px;
}

.slick-track {
  margin: 0;
}

/*------------------------------------------------
** Select2
**------------------------------------------------*/
.select2 {
  width: 100% !important;
}
.select2-container {
  display: block;
  z-index: 100;
}
.select2-dropdown {
  z-index: 1;
}

.select2-container .select2-selection--single {
  height: 64px;
  display: flex;
  align-items: center;
  border: 1px solid #aaa;
  padding: 6px 20px;
  background: #fffefe;
  border-radius: 4px;
}
.select2-container .select2-selection--single.error {
  border-color: #f00;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #0E0F0F;
  font-size: 16px;
  font-weight: 400;
  font-family: "Epilogue", sans-serif;
  white-space: initial;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  padding-left: 0;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #aaa;
  font-weight: 400;
  font-size: 16px;
  font-family: "Epilogue", sans-serif;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 24px;
  height: 24px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.container {
  width: 100%;
  display: block;
  padding: 0 10px;
  height: 100%;
  max-width: 1190px;
  margin: 0 auto;
}
.container.full {
  max-width: 100% !important;
  width: 100% !important;
}
.container.no-gutters {
  padding: 0;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.row.no-gutters {
  margin-left: 0;
  margin-right: 0;
}

.col {
  padding-left: 10px;
  padding-right: 10px;
}

.row.no-gutters .col {
  padding-left: 0;
  padding-right: 0;
}

.c-0 {
  display: none;
}

.c-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.c-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.c-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.c-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.c-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.c-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.c-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.c-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.c-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.c-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.c-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.c-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.c-o-1 {
  margin-left: 8.33333%;
}

.c-o-2 {
  margin-left: 16.66667%;
}

.c-o-3 {
  margin-left: 25%;
}

.c-o-4 {
  margin-left: 33.33333%;
}

.c-o-5 {
  margin-left: 41.66667%;
}

.c-o-6 {
  margin-left: 50%;
}

.c-o-7 {
  margin-left: 58.33333%;
}

.c-o-8 {
  margin-left: 66.66667%;
}

.c-o-9 {
  margin-left: 75%;
}

.c-o-10 {
  margin-left: 83.33333%;
}

.c-o-11 {
  margin-left: 91.66667%;
}

/* >= Tablet */
@media (min-width: 740px) {
  .row {
    margin-left: -8px;
    margin-right: -8px;
  }
  .col {
    padding-left: 8px;
    padding-right: 8px;
  }
  .mc-0 {
    display: none;
  }
  .mc-1,
  .mc-2,
  .mc-3,
  .mc-4,
  .mc-5,
  .mc-6,
  .mc-7,
  .mc-8,
  .mc-9,
  .mc-10,
  .mc-11,
  .mc-12 {
    display: block;
  }
  .mc-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .mc-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .mc-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .mc-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .mc-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .mc-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .mc-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .mc-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .mc-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .mc-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .mc-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .mc-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .mc-o-1 {
    margin-left: 8.33333%;
  }
  .mc-o-2 {
    margin-left: 16.66667%;
  }
  .mc-o-3 {
    margin-left: 25%;
  }
  .mc-o-4 {
    margin-left: 33.33333%;
  }
  .mc-o-5 {
    margin-left: 41.66667%;
  }
  .mc-o-6 {
    margin-left: 50%;
  }
  .mc-o-7 {
    margin-left: 58.33333%;
  }
  .mc-o-8 {
    margin-left: 66.66667%;
  }
  .mc-o-9 {
    margin-left: 75%;
  }
  .mc-o-10 {
    margin-left: 83.33333%;
  }
  .mc-o-11 {
    margin-left: 91.66667%;
  }
}
/* PC medium resolution > */
@media (min-width: 1113px) {
  .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .row.smc-gutter {
    margin-left: -5px;
    margin-right: -5px;
  }
  .col {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row.smc-gutter .col {
    padding-left: 5px;
    padding-right: 5px;
  }
  .l-0 {
    display: none;
  }
  .l-1,
  .l-2,
  .l-2-4,
  .l-3,
  .l-4,
  .l-5,
  .l-6,
  .l-7,
  .l-8,
  .l-9,
  .l-10,
  .l-11,
  .l-12 {
    display: block;
  }
  .l-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .l-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .l-2-4 {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .l-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .l-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .l-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .l-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .l-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .l-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .l-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .l-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .l-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .l-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .l-o-0 {
    margin-left: 0;
  }
  .l-o-1 {
    margin-left: 8.33333%;
  }
  .l-o-2 {
    margin-left: 16.66667%;
  }
  .l-o-3 {
    margin-left: 25%;
  }
  .l-o-4 {
    margin-left: 33.33333%;
  }
  .l-o-5 {
    margin-left: 41.66667%;
  }
  .l-o-6 {
    margin-left: 50%;
  }
  .l-o-7 {
    margin-left: 58.33333%;
  }
  .l-o-8 {
    margin-left: 66.66667%;
  }
  .l-o-9 {
    margin-left: 75%;
  }
  .l-o-10 {
    margin-left: 83.33333%;
  }
  .l-o-11 {
    margin-left: 91.66667%;
  }
}
/* Tablet - PC low resolution */
@media (min-width: 740px) and (max-width: 1023px) {
  .container {
    max-width: 644px;
  }
}
/* > PC low resolution */
@media (min-width: 1024px) and (max-width: 1239px) {
  .container {
    width: 984px;
  }
  .container .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .container .row.smc-gutter {
    margin-left: -5px;
    margin-right: -5px;
  }
  .container .row.no-gutters {
    margin-left: 0;
    margin-right: 0;
  }
  .container .col {
    padding-left: 10px;
    padding-right: 10px;
  }
  .container .row.smc-gutter .col {
    padding-left: 5px;
    padding-right: 5px;
  }
  .container .l-0 {
    display: none;
  }
  .container .l-1,
  .container .l-2,
  .container .l-2-4,
  .container .l-3,
  .container .l-4,
  .container .l-5,
  .container .l-6,
  .container .l-7,
  .container .l-8,
  .container .l-9,
  .container .l-10,
  .container .l-11,
  .container .l-12 {
    display: block;
  }
  .container .l-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .container .l-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .container .l-2-4 {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .container .l-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .container .l-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .container .l-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .container .l-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .container .l-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .container .l-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .container .l-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .container .l-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .container .l-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .container .l-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .container .l-o-0 {
    margin-left: 0;
  }
  .container .l-o-1 {
    margin-left: 8.33333%;
  }
  .container .l-o-2 {
    margin-left: 16.66667%;
  }
  .container .l-o-3 {
    margin-left: 25%;
  }
  .container .l-o-4 {
    margin-left: 33.33333%;
  }
  .container .l-o-5 {
    margin-left: 41.66667%;
  }
  .container .l-o-6 {
    margin-left: 50%;
  }
  .container .l-o-7 {
    margin-left: 58.33333%;
  }
  .container .l-o-8 {
    margin-left: 66.66667%;
  }
  .container .l-o-9 {
    margin-left: 75%;
  }
  .container .l-o-10 {
    margin-left: 83.33333%;
  }
  .container .l-o-11 {
    margin-left: 91.66667%;
  }
}
/*------------------------------------------------
** HEADER
**------------------------------------------------*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  background: #fff;
  box-shadow: -2px 3px 5px rgba(0, 0, 0, 0.1);
}
.header__top {
  height: 64px;
  padding: 10px 0;
}
.header__top--wrap {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 80px;
}
.header__logo {
  display: block;
  height: 100%;
}
.header__logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.header__search {
  flex: 1;
  height: 100%;
}
.header__search .form_search {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.header__search .search_label {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 6px 16px;
  border: 1px solid #e7e7e7;
  border-radius: 100px;
  background: #fff;
}
.header__search .search_label input,
.header__search .search_label .button {
  height: 100%;
  border-radius: 0;
  padding: 0;
  border: none;
}
.header__search .search_label input {
  font-size: 16px;
  font-family: "Epilogue", sans-serif;
  background: none;
}
.header__search .search_label input::placeholder {
  color: #9f9f9f;
}
.header__search .search_label .button {
  color: #565757;
  flex: 0 0 30px;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
}
.header__action {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: right;
  gap: 16px;
}
.header__action .hotline {
  gap: 8px;
  display: flex;
  align-items: center;
}
.header__action .hotline__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: #e6f1fd;
}
.header__action .hotline__icon i {
  color: #006eee;
  font-size: 20px;
}
.header__action .hotline__wrap p {
  color: #9f9f9f;
  font-size: 13px;
  line-height: 1;
}
.header__action .hotline__wrap a {
  color: #565757;
  font-size: 18px;
  font-weight: 500;
}
.header__action .hotline__wrap a:hover {
  color: #006eee;
}
.header__action .button {
  margin: 0;
  height: 100%;
  padding: 10px 16px;
  text-transform: initial;
}
.header__main {
  border-top: 1px solid #e7e7e7;
}
.header__main--wrap {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.header__menu {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.header__menu > li {
  position: relative;
}
.header__menu > li > a {
  display: flex;
  gap: 8px;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 8px 20px 6px;
  font-family: "Epilogue", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  border-bottom: 2px solid transparent;
  white-space: nowrap;
}
.header__menu > li > a i::before {
  position: relative;
  top: -1px;
}
.header__menu > li .submenu {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  top: 100%;
  left: 0;
  width: fit-content;
  background: #004da7;
  padding: 20px 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: perspective(400) rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 50% 0;
  transition: 300ms;
  box-shadow: 2px 3px 8px 0px rgba(19, 25, 28, 0.16);
  display: flex;
  max-height: calc(100vh - 105px);
}
.header__menu > li .submenu.full {
  width: 100%;
  overflow-x: auto;
}
.header__menu > li .submenu__frame {
  display: flex;
  gap: 12px;
}
.header__menu > li .submenu__col {
  display: flex;
  flex-direction: column;
}
.header__menu > li .submenu__col .dropdown__list {
  overflow-y: auto;
  overflow-x: hidden;
}
.header__menu > li .submenu a {
  font-size: 14px;
  color: #fffcfc;
  display: block;
  white-space: nowrap;
  padding: 8px 20px;
  font-weight: 400;
  border-bottom: 1px dotted rgba(0, 110, 238, 0.6);
  min-width: 200px;
  text-transform: capitalize;
}
.header__menu > li .submenu a.item {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
.header__menu > li .submenu a.active, .header__menu > li .submenu a:hover {
  background: #006eee;
}
.header__menu > li .submenu a:last-child {
  border: none;
}
.header__menu > li .arrow {
  position: relative;
}
.header__menu > li .arrow::after {
  content: "";
  visibility: hidden;
  opacity: 0;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  border: 8px solid #004da7;
  border-left-color: transparent;
  border-right-color: transparent;
  border-top-color: transparent;
  transition: 300ms;
}
.header__menu > li:hover > a {
  color: #006eee;
}
.header__menu > li:hover .submenu {
  opacity: 1;
  visibility: initial;
  -webkit-transform: perspective(400) rotate3d(0, 0, 0, 0);
}
.header__menu > li:hover .arrow::after {
  opacity: 1;
  visibility: initial;
}
.header__menu > li.home {
  margin-right: 10px;
}
.header__menu > li.home a {
  color: #565757;
  font-size: 24px;
  padding: 0;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header__menu > li.home a:hover {
  color: #006eee;
}
.header__menu > li.active > a {
  color: #006eee;
  border-color: #006eee;
}
.header__lang {
  position: relative;
  width: fit-content;
}
.header__lang--label {
  text-transform: uppercase;
}
.header__lang--choose {
  height: 100%;
  cursor: pointer;
  min-width: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  gap: 4px;
  font-weight: 500;
  padding: 4px 8px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header__lang--choose img {
  width: 30px;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header__lang--dropdown {
  position: absolute;
  width: fit-content;
  top: 100%;
  right: 0;
  z-index: 1;
  background: #fff;
  box-shadow: 2px 3px 8px 0px rgba(19, 25, 28, 0.16);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: perspective(400) rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 50% 0;
  transition: 300ms;
}
.header__lang--dropdown .item {
  border-bottom: 1px solid #f4f4f4;
}
.header__lang--dropdown .item__link {
  display: flex;
  gap: 8px;
  padding: 8px 16px;
  white-space: nowrap;
}
.header__lang--dropdown .item__link:hover {
  background: #f4f4f4;
}
.header__lang--dropdown .item__image {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  overflow: hidden;
  box-shadow: 2px 3px 8px 0px rgba(19, 25, 28, 0.16);
}
.header__lang--dropdown .item__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.header__lang--dropdown .item__label {
  width: calc(100% - 28px);
  font-size: 15px;
  font-weight: 500;
  text-align: left;
}
.header__lang--dropdown .item:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.header__lang:hover .header__lang--choose {
  background: #f4f4f4;
}
.header__lang:hover .header__lang--choose img {
  border-color: #01aef2;
}
.header__lang.active .header__lang--dropdown {
  opacity: 1;
  visibility: initial;
  -webkit-transform: perspective(400) rotate3d(0, 0, 0, 0);
}

.rd-panel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 56px;
  padding: 0 20px;
  background: #fff;
  color: #000;
  -webkit-box-shadow: -2px 3px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: -2px 3px 5px rgba(0, 0, 0, 0.1);
  box-shadow: -2px 3px 5px rgba(0, 0, 0, 0.1);
  z-index: 3;
}
.rd-panel__wrap {
  display: flex;
  align-items: center;
  gap: 12px;
}
.rd-panel__wrap .btn-search {
  width: 50px;
  height: 36px;
  border-radius: 4px;
  background: #77c517;
  font-size: 20px;
}
.rd-panel .toggle {
  position: relative;
  cursor: pointer;
  -webkit-appearance: none;
  width: 50px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #004da7;
  border-radius: 4px;
  z-index: 9;
}
.rd-panel .toggle i {
  font-size: 22px;
}
.rd-panel .toggle .icon-close {
  display: none;
}
.rd-panel .toggle.active {
  background: #fff;
  color: #004da7;
}
.rd-panel .toggle.active .icon-open {
  display: none;
}
.rd-panel .toggle.active .icon-close {
  display: block;
}
.rd-panel .logo {
  display: block;
  height: 100%;
  padding: 4px 0;
}
.rd-panel .logo img {
  display: block;
  height: 100%;
  object-fit: contain;
}
.rd-panel button {
  border: none;
  padding: 0;
  outline: none;
  outline-offset: 0;
  color: #fff;
}

.rd-menu {
  position: fixed;
  transform: translateX(100%);
  width: 100%;
  height: 100%;
  inset: 0;
  z-index: 8;
  color: #fff;
  background: #004da7;
  transition: all 0.2s ease;
}
.rd-menu__frame {
  padding: 56px 20px 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.rd-menu__lang {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: right;
  gap: 20px;
}
.rd-menu__lang .item {
  display: flex;
  justify-content: right;
}
.rd-menu__lang .item__link {
  display: flex;
  align-items: center;
  width: 40px;
  border-radius: 100%;
  overflow: hidden;
  border: 2px solid transparent;
}
.rd-menu__lang .item__link.active {
  border-color: #fff;
}
.rd-menu__lang .item__link img {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.rd-menu__mobile {
  max-height: 100%;
  overflow-y: auto;
  padding-right: 20px;
  margin-right: -20px;
}
.rd-menu__mobile .item {
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px dotted #006eee;
}
.rd-menu__mobile .item:last-child {
  margin-bottom: 0;
}
.rd-menu__mobile .item__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.rd-menu__mobile .item__wrap a {
  flex: 1;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 2.5;
}
.rd-menu__mobile .item__wrap .toggleSubmenu {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-menu__mobile .item__wrap .toggleSubmenu.active {
  transform: rotate(180deg);
}
.rd-menu__mobile .item .submenu {
  display: none;
  background: #fff;
  border-radius: 4px;
  padding: 16px;
}
.rd-menu__mobile .item .submenu__col {
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px solid #eaeaea;
}
.rd-menu__mobile .item .submenu__col:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}
.rd-menu__mobile .item .submenu__item {
  font-weight: 600;
  margin-bottom: 8px;
}
.rd-menu__mobile .item .submenu .dropdown__list .subitem {
  margin-bottom: 8px;
}
.rd-menu__mobile .item .submenu .dropdown__list .subitem:last-child {
  margin-bottom: 0;
}
.rd-menu__mobile .item .submenu a {
  line-height: 2;
}
.rd-menu__mobile .item a {
  font-size: 16px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.rd-menu.active {
  transform: translateX(0);
}

/*------------------------------------------------
** Components
**------------------------------------------------*/
.news__list .item__frame {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.news__list .item__frame:hover {
  box-shadow: 0px 4px 8px 0px rgba(86, 87, 87, 0.08);
}
.news__list .item__frame:hover .item__link {
  color: #77c517;
}
.news__list .item__thumb--link {
  display: block;
  width: 100%;
}
.news__list .item__thumb--link img {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
}
.news__list .item__body {
  padding: 16px;
}
.news__list .item__link {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.news__list .item__wrap {
  margin-top: 6px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 300;
  color: #565757;
}
.news__list .item__category {
  padding: 4px 8px;
  border-radius: 4px;
  background: #e7e7e7;
  line-height: 1;
  color: #565757;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.news__list .item__category:hover {
  color: #fff;
  background: #77c517;
}
.news__list .item__description {
  margin-top: 12px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.news__list.horizon .item__frame {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #e7e7e7;
}
.news__list.horizon .item__thumb {
  width: 350px;
}
.news__list.horizon .item__body {
  width: calc(100% - 350px);
}
.news__list.horizon .item__description {
  -webkit-line-clamp: 2;
}
.news__list.sidebar .item__description {
  display: none;
}
.news__head--wrap {
  gap: 8px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.news__head--wrap .published,
.news__head--wrap .category {
  color: #565757;
  font-size: 14px;
  font-weight: 300;
}
.news__head--wrap .category {
  background: #e7e7e7;
  border-radius: 6px;
  padding: 6px 8px;
  line-height: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.news__head--wrap .category:hover {
  background: #77c517;
  color: #fff;
}
.news__main {
  overflow: hidden;
}
.news .list__pane {
  min-height: 200px;
}

.service__page.category .service__banner img, .service__page.detail .service__banner img {
  border-radius: 0;
}
.service__page .box-client {
  padding-bottom: 0;
}
.service__page .box-client .client__pane {
  border-radius: 16px;
}
.service__list .item {
  border-radius: 16px;
  overflow: hidden;
}
.service__list .item__frame {
  text-align: center;
}
.service__list .item__main {
  position: relative;
  overflow: hidden;
}
.service__list .item__overlay {
  position: absolute;
  inset: 0;
  background: #004da7;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateY(100%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.service__list .item__overlay--frame {
  width: 100%;
  padding: 16px;
}
.service__list .item__image img {
  display: block;
  width: 100%;
  aspect-ratio: 5/4;
  object-fit: cover;
}
.service__list .item__content {
  padding-top: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 77, 167, 0) 10%, #004da7 91.5%);
  display: flex;
  align-items: flex-end;
}
.service__list .item__content--wrap {
  width: 100%;
  padding: 16px;
}
.service__list .item__heading {
  text-transform: initial;
  color: #fff;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.service__list .item__description {
  max-width: 300px;
  margin: 8px auto 0;
  font-size: 14px;
  color: #fff;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.service__list .item__logo {
  margin-bottom: 8px;
}
.service__list .item__logo img {
  display: block;
  width: 60px;
  aspect-ratio: 1/1;
  object-fit: contain;
  margin: auto;
}
.service__list .item__action a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 100%;
  padding: 16px;
  background: #e6f1fd;
  color: #004da7;
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.service__list .item:hover .item__overlay {
  transform: none;
}
.service__list .item:hover .item__action a {
  background: #77c517;
  color: #fff;
}
.service__block {
  padding: 20px;
  border-radius: 16px;
  border: 1px solid #f4f4f4;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.06), 0px 1px 3px 0px rgba(16, 24, 40, 0.1);
}
.service__block--head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.service__block--head .button {
  margin: 0;
}
.service__block--head .button.btn-text {
  color: #77c517;
}
.service__block--head .button.btn-text:hover {
  color: #006eee;
}
.service__block .heading.h_3 {
  color: #77c517;
}
.service__image img {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 20px;
}
.service__process--frame {
  padding: 20px;
}
.service__process--list .item {
  position: relative;
  padding-bottom: 8px;
}
.service__process--list .item:first-child::before {
  height: 50%;
}
.service__process--list .item:last-child {
  padding: 0;
}
.service__process--list .item:last-child::before {
  height: 50%;
  top: 0;
}
.service__process--list .item::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  background: #e6f1fd;
  left: 24px;
  bottom: 0;
}
.service__process--list .item__frame {
  display: flex;
  gap: 8px;
}
.service__process--list .item__index {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.service__process--list .item__index--frame {
  background: #fff;
  width: 49px;
  height: 49px;
  border-radius: 100%;
  color: #006eee;
  border: 1px solid #006eee;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.service__process--list .item__index--frame p {
  line-height: 1;
  font-size: 12px;
}
.service__process--list .item__index--frame strong {
  line-height: 1;
  font-size: 24px;
}
.service__process--list .item__title {
  width: 100%;
  color: #004da7;
  padding: 16px;
  border-radius: 16px;
  background: linear-gradient(180deg, #fff 0%, #e6f1fd 100%);
}
.service__process .heading {
  text-transform: capitalize;
}
.service__benefit--list > .row {
  justify-content: center;
}
.service__benefit .item {
  height: 100%;
}
.service__benefit .item__frame {
  padding: 20px;
  border-radius: 16px;
  background: linear-gradient(180deg, #fff 0%, #e6f1fd 100%);
  height: 100%;
}
.service__benefit .item__image img {
  display: block;
  width: 180px;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 100%;
  overflow: hidden;
  margin: auto;
}
.service__benefit .item__heading {
  margin: 16px 0;
}
.service__main {
  position: relative;
}
.service__sidebar {
  position: absolute;
  right: calc(100% + 20px);
  top: 0;
  width: 200px;
  z-index: 1;
}
.service__sidebar .container {
  padding: 0;
}
.service__sidebar--frame {
  padding: 8px;
  border: 1px solid #9f9f9f;
}
.service__sidebar--frame .item__frame {
  display: flex;
  align-items: center;
  padding: 8px;
}
.service__sidebar--frame .item__image {
  width: 40px;
}
.service__sidebar--frame .item__image img {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: contain;
}
.service__sidebar--frame .item__body {
  padding-left: 16px;
  width: calc(100% - 40px);
}
.service__sidebar--frame .item__title {
  color: #565757;
}
.service__sidebar--frame .item__description {
  color: #4d9af3;
  font-size: 14px;
  font-weight: 300;
}
.service__no-data img {
  display: block;
  max-width: 280px;
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: contain;
  margin: auto;
}

.about__main::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: calc(50% - 10px);
  border-radius: 80px 0px 0px 80px;
  background: radial-gradient(53.56% 89.59% at 50% 100%, #4d9af3 0%, #004da7 98.93%);
}
.about__main--content .heading {
  color: #006eee;
}
.about__main--image {
  height: 100%;
  padding-left: 40px;
}
.about__main--image img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: bottom;
}
.about__main--image > img {
  min-height: 360px;
}
.about__main--bg {
  padding-top: 20px;
}
.about__block--image img {
  display: block;
  width: 100%;
}
.about__block--content .heading {
  color: #77c517;
}
.about__experience--main {
  padding: 0 80px;
}
.about__experience .heading {
  color: #fff;
}
.about__experience .item__image {
  margin: auto;
  width: 150px;
  height: 150px;
  border-radius: 100%;
  background: #fff;
  padding: 40px;
}
.about__experience .item__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.about__experience .item__heading {
  margin-top: 16px;
  text-transform: initial;
}
.about__process--grid {
  display: grid;
  grid-template: 1fr 1fr 1fr/1fr 1fr 1fr;
  gap: 20px;
}
.about__process .heading.h_2 {
  color: #77c517;
}
.about__process .item {
  position: relative;
}
.about__process .item__frame {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  height: 100%;
  border: 1px solid #eaeaea;
  transition: all 0.3s ease;
}
.about__process .item__frame:hover {
  border-color: #006eee;
}
.about__process .item__body {
  margin-top: 16px;
}
.about__process .item__index {
  width: 56px;
  height: 56px;
  border-radius: 100%;
  border: 1px solid #77c517;
  color: #77c517;
  font-size: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Arial, Helvetica, sans-serif;
}
.about__process .item__heading {
  color: #006eee;
}
.about__process .item__content {
  margin-top: 8px;
  color: #565757;
  font-size: 14px;
  font-weight: 300;
}
.about__process .item__image {
  position: absolute;
  inset: 0;
}
.about__process .item__image img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 8px;
  object-fit: cover;
}
.about__process .item:nth-child(3) {
  grid-row-start: 1;
  grid-row-end: 3;
  grid-column-start: 3;
}
.about__process .item:nth-child(4) {
  grid-row-start: 2;
  grid-row-end: 4;
  grid-column-start: 1;
  grid-column-end: 2;
}
.about .box-count .item {
  border-color: #c9e8a2;
}

.client__list .item__image img {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 8px;
}
.client__pane {
  padding: 16px;
}
.client__pane .pane .row {
  margin: 0 -5px;
}
.client__pane .pane .row .col {
  padding: 0 5px;
}
.client__pane .pane__action {
  margin-top: 16px;
}

.staff__for .item__frame {
  background: #e6f1fd;
  border-radius: 16px;
}
.staff__for .item__main {
  padding: 40px 0 40px 40px;
}
.staff__for .item__main--head {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.staff__for .item__logo img {
  display: block;
  width: 68px;
  aspect-ratio: 1/1;
  object-fit: contain;
}
.staff__for .item__info {
  width: calc(100% - 88px);
}
.staff__for .item__name.heading.h_3 {
  color: #0E0F0F;
}
.staff__for .item__name.heading.h_3 a {
  color: #004da7;
}
.staff__for .item__position {
  color: #77c517;
}
.staff__for .item__image {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 40px 40px 0;
}
.staff__for .item__image img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 4/3;
  object-fit: contain;
}
.staff__for .item__image--bg {
  display: none;
}
.staff__nav .item__frame {
  cursor: pointer;
  border-radius: 16px;
  overflow: hidden;
}
.staff__nav .item__image {
  background: radial-gradient(67.06% 67.06% at 50% 77.47%, #4d9af3 0%, #004da7 98.93%);
  padding: 6px 6px 0;
}
.staff__nav .item__image img {
  display: block;
  width: 100%;
  aspect-ratio: 5/4;
  object-fit: contain;
  object-position: bottom;
}
.staff__nav .item__info {
  color: #fff;
  text-align: center;
  padding: 8px 16px;
  background: #77c517;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.staff__nav .item__heading .title {
  color: #fff;
  text-transform: capitalize;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.staff__nav .item__position {
  font-size: 14px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.staff__nav .slick-slide.slick-current .item__info {
  background: #006eee;
}
.staff__head {
  background: linear-gradient(180deg, #fff 0%, #e6f1fd 100%);
}
.staff__image {
  position: relative;
  height: 100%;
}
.staff__image--bg {
  display: none;
  position: absolute;
  inset: 0;
}
.staff__image--bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.staff__image img {
  display: block;
  width: 100%;
  max-width: 400px;
  height: 100%;
  object-fit: contain;
  object-position: bottom;
  margin: auto;
}
.staff__info--head span {
  display: block;
  width: fit-content;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  background: #77c517;
  padding: 6px 8px;
  line-height: 1;
  border-radius: 6px;
  margin-bottom: 8px;
}
.staff__info--slogan {
  display: flex;
  align-items: center;
  gap: 12px;
}
.staff__info--slogan span {
  color: #565757;
  font-family: "Italianno", cursive;
  font-size: 24px;
  font-weight: 400;
  max-width: 360px;
  text-align: center;
}
.staff__info--slogan img {
  display: block;
  height: 30px;
}
.staff__education--head .heading {
  color: #fff;
}
.staff__education--list .item__image {
  margin-bottom: 16px;
}
.staff__education--list .item__image--link {
  display: block;
}
.staff__education--list .item__image img {
  display: block;
  height: 240px;
  width: 100%;
  object-fit: contain;
}
.staff__education--list .item__title {
  color: #fff;
  text-align: center;
}
.staff__activity--list .item {
  margin-bottom: 16px;
}
.staff__activity--list .item:last-child {
  margin-bottom: 0;
}
.staff__activity--list .item__frame {
  display: flex;
  align-items: center;
  gap: 8px;
}
.staff__activity--list .item__icon {
  color: #006eee;
  font-size: 24px;
}
.staff__activity--list .item__content {
  padding: 16px;
  display: flex;
  align-items: center;
  gap: 16px;
  background: linear-gradient(180deg, #fff 0%, #e6f1fd 100%);
  border-radius: 16px;
}
.staff__activity--gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.staff__activity--gallery .item {
  width: calc(50% - 5px);
}
.staff__activity--gallery .item__image img {
  display: block;
  width: 100%;
  aspect-ratio: 5/4;
  object-fit: cover;
  border-radius: 8px;
}
.staff__service .item {
  height: 100%;
}
.staff__service .item__frame {
  display: block;
  height: 100%;
  padding: 20px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid #eaeaea;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.staff__service .item__frame:hover {
  box-shadow: 3px 6px 12px 0px rgba(86, 87, 87, 0.16);
  border-color: #006eee;
}
.staff__service .item__frame:hover .item__title {
  color: #006eee;
}
.staff__service .item__image img {
  display: block;
  width: 120px;
  aspect-ratio: 1/1;
  object-fit: contain;
  margin: auto;
}
.staff__service .item__title {
  margin-top: 20px;
  text-align: center;
  text-transform: initial;
}
.staff__report .item__image--link {
  display: block;
}
.staff__report .item__image img {
  display: block;
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: 8px;
}
.staff__report .item__body {
  padding: 16px 0;
}
.staff__report .item__title {
  text-transform: initial;
}
.staff__report .item__address {
  margin-top: 6px;
  color: #006eee;
  font-size: 14px;
  font-weight: 300;
}

/*------------------------------------------------
** Boxes
**------------------------------------------------*/
.box-count .item {
  margin: auto;
  border-radius: 100px;
  border: 8px solid #fff;
  background: #77c517;
  width: 200px;
  height: 200px;
  overflow: hidden;
}
.box-count .item__frame {
  color: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  gap: 12px;
  padding: 0 20px;
}
.box-count .item__image img {
  margin: auto;
  display: block;
  width: 44px;
  aspect-ratio: 1/1;
  object-fit: contain;
}
.box-count .item__number {
  font-size: 36px;
  font-weight: 800;
  line-height: 1;
}
.box-count .item__title {
  font-size: 18px;
  font-weight: 600;
}

.box-about {
  padding-top: 100px;
}
.box-about__object {
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
.box-about__object img {
  display: block;
  width: 100%;
  height: 100px;
  object-fit: cover;
  object-position: top;
}
.box-about__main {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 80px;
}
.box-about__main--frame {
  padding: 20px;
  border-radius: 16px;
  border: 1px solid #fff;
}
.box-about__content {
  color: #fff;
}
.box-about__image {
  height: 100%;
}
.box-about__image > img {
  position: relative;
  z-index: 1;
}
.box-about__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: bottom;
}

.box-why__us--list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 20px 0;
}
.box-why__us--list .item__frame {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 100px;
  box-shadow: 3px 6px 12px 0px rgba(86, 87, 87, 0.16);
  padding: 12px;
}
.box-why__us--list .item__icon {
  width: 116px;
  background: #77c517;
  border-radius: 100%;
  overflow: hidden;
  padding: 20px;
}
.box-why__us--list .item__icon img {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: contain;
}
.box-why__us--list .item__content {
  width: calc(100% - 116px);
  padding: 0 20px;
}
.box-why__us--image {
  height: 100%;
}
.box-why__us--image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: bottom;
}

.box-testimonial__slider .slick-list {
  padding: 12px 0;
}
.box-testimonial__slider .slick-track {
  display: flex;
}
.box-testimonial__slider .slick-slide {
  height: auto;
}
.box-testimonial__slider .slick-slide > div {
  height: 100%;
}
.box-testimonial__slider .slick-slide > div .item {
  height: 100%;
}
.box-testimonial__slider .slick-slide > div .item__frame {
  height: 100%;
}
.box-testimonial__slider.slick-slider > button.slick-prev {
  transform: translateX(calc(-100% - 20px));
}
.box-testimonial__slider.slick-slider > button.slick-next {
  transform: translateX(calc(100% + 20px));
}
.box-testimonial__slider .item__frame {
  padding: 20px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 3px 6px 12px 0px rgba(86, 87, 87, 0.16);
  display: flex;
  align-items: center;
}
.box-testimonial__slider .item__image {
  width: 180px;
}
.box-testimonial__slider .item__image img {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 100%;
  overflow: hidden;
}
.box-testimonial__slider .item__name {
  text-transform: capitalize;
}
.box-testimonial__slider .item__info {
  margin: 4px 0 8px;
  font-size: 14px;
  font-weight: 300;
}
.box-testimonial__slider .item__body {
  padding-left: 20px;
  width: calc(100% - 180px);
}
.box-testimonial__slider .item__body--star i {
  color: #fac32b;
}
.box-testimonial__slider .item__body--content {
  margin-top: 12px;
}
.box-testimonial__frame > .row {
  align-items: center;
}

/*------------------------------------------------
** Common
**------------------------------------------------*/
.popup {
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 99;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.popup__container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.popup__frame {
  padding: 40px;
  margin: 20px 0;
  overflow: hidden;
  position: relative;
  width: 100%;
  max-height: calc(100% - 40px);
  background: #fff;
  border-radius: 20px;
  box-shadow: 3px 6px 16px 0px rgba(191, 191, 191, 0.25);
  color: #0E0F0F;
  overflow-y: auto;
}
.popup__close {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 1;
  cursor: pointer;
  color: #0E0F0F;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background: #fff;
  border: 1px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  filter: drop-shadow(0px 6px 12px rgba(0, 0, 0, 0.1));
}
.popup__close i {
  font-size: 18px;
}
.popup__close:hover {
  background: #f4f4f4;
}
.popup.contact .popup__frame {
  padding: 0;
  max-width: 600px;
  background: transparent;
}
.popup.search .popup__frame {
  padding: 16px;
  border-radius: 16px;
}
.popup.search .popup__frame .form_search .search_label {
  display: flex;
  overflow: hidden;
}
.popup.search .popup__frame .form_search .search_input {
  font-size: 16px;
  height: 56px;
  padding: 8px 12px;
  border: none;
  width: calc(100% - 56px);
  border: 1px solid #ccc;
  border-radius: 8px 0 0 8px;
}
.popup.search .popup__frame .form_search button {
  font-size: 28px;
  width: 56px;
  margin: 0;
  padding: 0;
  border-radius: 0 8px 8px 0;
}
.popup.active {
  opacity: 1;
  visibility: initial;
}

.content-detail {
  font-size: 16px;
}
.content-detail ul,
.content-detail ol {
  text-align: left;
  list-style: initial;
  padding-left: 20px;
}
.content-detail ul li,
.content-detail ol li {
  text-align: left;
  display: list-item;
}
.content-detail h2 {
  font-size: 22px;
  margin-bottom: 10px;
}
.content-detail p,
.content-detail div,
.content-detail img {
  margin: 5px 0 15px 0;
}
.content-detail img {
  margin: 5px 0;
}
.content-detail table {
  width: 100%;
  background-color: #fffdf6;
  border-collapse: collapse;
  margin: 20px auto;
}
.content-detail table tr {
  border: 1px solid #000;
  color: #000;
  background: #e2e2e2;
}
.content-detail table tr:nth-child(2n+1) {
  background: #fff;
}
.content-detail table tr:first-child {
  background: #004da7;
  color: #fff;
  font-weight: bold;
}
.content-detail table tr td {
  margin: 0;
  padding: 5px 10px;
  border: 1px solid #000;
  vertical-align: middle;
}
.content-detail table tr td ul {
  width: 100%;
}
.content-detail table tr td ul li {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  text-indent: 10px;
}
.content-detail table tr p {
  width: 100%;
  padding: 5px 0;
  margin: 0;
}
.content-detail iframe {
  max-width: 100%;
  width: 100% !important;
}

.pagination {
  text-align: center;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination li {
  margin: 0 4px;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  overflow: hidden;
}
.pagination li.active {
  border: 0;
  background: #004da7;
}
.pagination li.active span,
.pagination li.active a {
  color: #fff;
}
.pagination li.disabled {
  display: none;
}
.pagination li span,
.pagination li a {
  width: 32px;
  height: 32px;
  color: #004da7;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination li a:hover {
  color: #004da7;
  background: #f5fcff;
}
.pagination .limit {
  margin: 10px auto;
}
.pagination .limit select {
  border-radius: 3px;
  min-width: 50px;
}

.footer__main {
  padding: 40px 0 20px;
}
.footer__col--head {
  display: flex;
  align-items: center;
  gap: 8px;
  height: 30px;
}
.footer__logo {
  height: 100%;
}
.footer__logo img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 30px;
  object-fit: contain;
}
.footer__title {
  line-height: 1;
  color: #565757;
  text-transform: uppercase;
}
.footer__info--wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 16px;
}
.footer__info--wrap:last-child {
  margin-bottom: 0;
}
.footer__info .item {
  gap: 8px;
  display: flex;
  align-items: center;
}
.footer__info .item__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  font-size: 20px;
  color: #006eee;
}
.footer__list li {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.footer__list li:last-child {
  margin-bottom: 0;
}
.footer__list li i {
  color: #77c517;
  font-size: 14px;
}
.footer__list li a {
  font-weight: 300;
  font-size: 16px;
  color: #006eee;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.footer__list li a:hover {
  color: #77c517;
}
.footer__social {
  display: flex;
  align-items: center;
  gap: 8px;
}
.footer__social .item__link {
  width: 28px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
}
.footer__social .item__link img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.footer__form .form {
  background: #004da7;
  padding: 20px;
}
.footer__form .form__group.content {
  display: none;
}
.footer__form .form__action .btn-close {
  display: none;
}
.footer__note {
  color: #565757;
  font-size: 14px;
  font-weight: 300;
}
.footer__copyright {
  padding: 10px 0;
  background: #006eee;
}
.footer__copyright .footer__note {
  color: #fff;
}

@media only screen and (max-width: 1630px) {
  .service__sidebar.sticky {
    position: fixed;
    bottom: 0;
    top: auto;
    right: 0;
    width: 100%;
    height: fit-content;
    z-index: 9;
    background: #fff;
    border-top: 1px solid #e7e7e7;
    box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.1);
  }
  .service__sidebar--frame {
    display: flex;
    justify-content: space-around;
    border: none;
    padding: 0;
  }
  .service__sidebar--frame .item__image {
    width: 20px;
  }
  .service__sidebar--frame .item__body {
    width: calc(100% - 20px);
    padding-left: 8px;
  }
  .service__sidebar--frame .item__title, .service__sidebar--frame .item__description {
    font-size: 10px;
  }
}
@media only screen and (max-width: 1239px) {
  .service__sidebar--frame {
    overflow-x: auto;
  }
  .service__sidebar--frame .item {
    width: 100%;
    border-right: 1px solid #e7e7e7;
  }
  .service__sidebar--frame .item:last-child {
    border: none;
  }
  .service__sidebar--frame .item__title, .service__sidebar--frame .item__description {
    white-space: nowrap;
  }
  .service__sidebar .container {
    width: 100%;
    max-width: 100%;
  }
  .service__process--frame {
    padding: 0;
  }
  .service__process--frame .heading {
    text-align: center;
  }
  .service__process .service__image img {
    max-width: 375px;
    margin: auto;
  }
  .box-why__us--list .item__icon {
    width: 80px;
    padding: 12px;
  }
  .box-why__us--list .item__content {
    width: calc(100% - 80px);
  }
  .header__menu > li > a {
    font-size: 14px;
  }
  .header__menu > li .submenu {
    padding: 8px 0;
  }
  .header__menu > li .submenu a {
    font-size: 14px;
  }
  .header__menu > li .submenu a.item {
    font-size: 14px;
    border-color: #77c517;
  }
}
@media only screen and (max-width: 1023px) {
  .page .rd-panel {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .page header {
    display: none;
  }
  body {
    font-size: 14px;
  }
  .section {
    padding: 28px 0;
  }
  .mg-t-40 {
    margin-top: 28px;
  }
  .mg-b-40 {
    margin-bottom: 28px;
  }
  .mg-y-40 {
    margin: 28px 0;
  }
  .gap-y-40 {
    gap: 28px 0;
  }
  .mg-t-20 {
    margin-top: 16px;
  }
  .gap-y-20 {
    gap: 16px 0;
  }
  .slick-dots {
    padding-top: 16px;
  }
  .breadcrumbs {
    padding: 8px 0;
  }
  .breadcrumbs-nav {
    gap: 2px;
  }
  .breadcrumbs .item {
    font-size: 12px;
  }
  .main-body {
    padding-top: 56px;
  }
  .content-detail {
    font-size: 15px;
  }
  .form__group {
    margin-bottom: 12px;
  }
  .form__flex {
    gap: 12px;
  }
  .heading {
    font-size: 16px;
  }
  .heading.h_1 {
    font-size: 24px;
  }
  .heading.h_2 {
    font-size: 22px;
  }
  .heading.h_3 {
    font-size: 20px;
  }
  .heading.h_4 {
    font-size: 18px;
  }
  .footer__main {
    padding: 28px 0 16px;
  }
  .footer__main--frame > .row > .col {
    order: 1;
  }
  .footer__main--frame > .row > .col.col__contact {
    order: 0;
  }
  .slick-dots {
    gap: 8px;
  }
  .slick-dots li {
    width: 8px;
    height: 8px;
  }
  .slick-slider > button {
    width: 24px;
    height: 24px;
  }
  .slick-slider > button::before {
    font-size: 16px;
  }
  .scroll-to-top {
    bottom: 146px;
  }
  .staff__for .item__frame > .row {
    flex-wrap: nowrap;
    flex-direction: column-reverse;
  }
  .staff__for .item__main {
    padding: 0 16px 16px;
  }
  .staff__for .item__image {
    padding: 16px 16px 0;
    position: relative;
  }
  .staff__for .item__image--bg {
    display: block;
    position: absolute;
    inset: 0;
  }
  .staff__for .item__image--bg img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    opacity: 0.3;
  }
  .staff__for .item__image img {
    max-width: 375px;
    margin: auto;
  }
  .staff__for .item__logo {
    display: none;
  }
  .staff__for .item__info {
    width: 100%;
    text-align: center;
  }
  .staff__nav .item__info {
    padding: 6px 12px;
  }
  .staff__nav .item__heading .heading {
    font-size: 16px;
  }
  .staff__nav .slick-list {
    margin: 0 -5px;
  }
  .staff__nav .slick-slide {
    margin: 0 5px;
  }
  .staff__head {
    padding-top: 28px;
  }
  .staff__image--bg {
    display: block;
    opacity: 0.4;
  }
  .staff__image > img {
    position: relative;
    max-width: 280px;
  }
  .staff__info {
    padding-top: 0;
  }
  .staff__info--head {
    text-align: center;
  }
  .staff__info--head span {
    margin: 0 auto 8px;
  }
  .staff__info--slogan {
    justify-content: center;
  }
  .staff__education--list .item__image img {
    display: block;
    height: auto;
    width: 100%;
    aspect-ratio: 1/1;
  }
  .staff__activity--list .item {
    margin-bottom: 10px;
  }
  .staff__activity--list .item__icon {
    font-size: 18px;
  }
  .staff__activity--list .item__content {
    border-radius: 8px;
    padding: 10px;
  }
  .staff__service .item__image img {
    width: 80px;
  }
  .service__block {
    padding: 16px;
  }
  .service__benefit .item__heading {
    margin: 12px 0;
  }
  .service__benefit .item__frame {
    padding: 12px;
  }
  .about__main--image {
    padding: 0;
  }
  .about__main--bg {
    padding: 0;
  }
  .about__main::before {
    content: none;
  }
  .about__experience--main {
    padding: 0 40px;
  }
  .about__experience--main > .row {
    justify-content: center;
    gap: 20px 0;
  }
  .about__experience .item__image {
    width: 80px;
    height: 80px;
    padding: 12px;
  }
  .about__process--grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 0;
    margin: 0 -5px;
  }
  .about__process .item {
    width: 33.3333333333%;
    padding: 0 5px;
  }
  .about__process .item__index {
    width: 32px;
    height: 32px;
    font-size: 28px;
  }
  .about__process .item__frame {
    padding: 12px;
  }
  .about__process .item.image {
    display: none;
  }
  .about .heading.h_2 {
    text-align: center;
  }
  .box-banner {
    margin: 0;
  }
  .box-banner__slider .slick-slide {
    margin: 0;
  }
  .box-banner__slider .slick-dots {
    position: absolute;
    bottom: 8px;
    left: 50%;
    transform: translateX(-50%);
    padding: 0;
    width: fit-content;
    margin: auto;
    background: rgba(0, 0, 0, 0.2);
    padding: 2px 4px;
    border-radius: 8px;
  }
  .box-banner__slider .item img {
    border-radius: 0;
  }
  .box-banner .container {
    padding: 0;
    max-width: 100%;
  }
  .box-client {
    padding-bottom: 28px;
  }
  .box-client__object {
    display: none;
  }
  .box-client__wrap .heading {
    text-align: center;
  }
  .box-client .box-count {
    position: relative;
    transform: none;
  }
  .box-about {
    padding-top: 28px;
  }
  .box-about__frame {
    margin: 0;
  }
  .box-about__main {
    padding-bottom: 56px;
  }
  .box-about__object img {
    height: 56px;
  }
  .box-staff {
    margin: 0;
  }
  .box-count .item__number {
    font-size: 32px;
  }
  .box-video {
    justify-content: center;
  }
  .box-why__us--list {
    padding-top: 0;
  }
  .box-why__us--image img {
    max-width: 375px;
    margin: auto;
  }
}
@media only screen and (max-width: 739px) {
  .service__benefit--list .item__frame {
    display: flex;
    align-items: center;
    border-radius: 8px;
  }
  .service__benefit--list .item__image img {
    width: 60px;
  }
  .service__benefit--list .item__body {
    padding-left: 12px;
    width: calc(100% - 60px);
  }
  .news__list.horizon .item__thumb, .news__list.horizon .item__body {
    width: 100%;
  }
  .about__main--image {
    padding: 0;
  }
  .about__main--image > img {
    min-height: 200px;
  }
  .box-count .item {
    width: 100%;
    height: 100%;
    padding: 12px 20px;
    border-radius: 16px;
    border-width: 4px;
  }
  .box-count .item__frame {
    flex-direction: row;
    justify-content: left;
    padding: 0;
    gap: 20px;
  }
  .box-count .item__image img {
    width: 32px;
  }
  .box-count .item__body {
    text-align: left;
  }
  .box-count .item__number {
    font-size: 28px;
  }
  .box-count .item__title {
    margin-top: 6px;
  }
  .box-testimonial__slider .item__frame {
    align-items: flex-start;
  }
  .box-testimonial__slider .item__image {
    width: 100px;
  }
  .box-testimonial__slider .item__body {
    width: calc(100% - 100px);
  }
}
@media only screen and (max-width: 576px) {
  .heading {
    font-size: 14px;
  }
  .heading.h_1 {
    font-size: 24px;
  }
  .heading.h_2 {
    font-size: 20px;
  }
  .heading.h_3 {
    font-size: 18px;
  }
  .heading.h_4 {
    font-size: 16px;
  }
  .title {
    font-size: 14px;
  }
  .list__tab .tab {
    font-size: 14px;
    width: 100%;
    padding: 6px 24px;
    text-align: center;
  }
  .client__pane {
    padding: 10px;
  }
  .client__pane .pane__action {
    margin-top: 10px;
  }
  .video__list .item__title {
    padding: 4px;
  }
  .footer__form .form {
    padding: 12px;
  }
  .popup.contact .form__action {
    gap: 12px;
    flex-wrap: nowrap;
  }
  .form {
    padding: 20px;
  }
  .form__flex {
    flex-wrap: wrap;
    gap: 0;
  }
  .news__list .item__body {
    padding: 12px;
  }
  .about__experience--main {
    padding: 0;
  }
  .about__experience .item__image {
    width: 60px;
    height: 60px;
    padding: 12px;
  }
  .about__process--grid {
    flex-wrap: nowrap;
    overflow-x: auto;
    justify-content: left;
  }
  .about__process .item {
    flex: 0 0 90%;
  }
  .staff__info--slogan {
    gap: 10px;
  }
  .staff__info--slogan span {
    font-size: 20px;
  }
  .staff__info--slogan img {
    height: 10px;
  }
  .staff__service--list > .row {
    margin: 0 -5px;
    gap: 10px 0;
  }
  .staff__service--list > .row > .col {
    padding: 0 5px;
  }
  .staff__service--list .item__frame {
    padding: 12px;
  }
  .staff__service--list .item__title {
    margin-top: 12px;
  }
  .staff__nav .item__info {
    padding: 6px;
  }
  .staff__activity--list .item__icon {
    display: none;
  }
  .list__pane {
    padding: 16px;
  }
  .list__pane .pane__action {
    margin-top: 16px;
  }
  a.button,
  .button {
    font-size: 14px;
    padding: 10px 20px 6px;
  }
  .pagination li span,
  .pagination li a {
    width: 26px;
    height: 26px;
  }
  .service__process--list .item::before {
    left: 18px;
  }
  .service__process--list .item__index--frame {
    width: 33px;
    height: 33px;
  }
  .service__process--list .item__index--frame p {
    display: none;
  }
  .service__process--list .item__title {
    padding: 12px;
    border-radius: 8px;
  }
  .fixed {
    gap: 20px;
    right: 20px;
  }
  .fixed__btn {
    width: 58px;
    padding: 6px;
  }
  .box-why__us--list .item__frame {
    border-radius: 16px;
  }
  .box-why__us--list .item__icon {
    width: 60px;
    padding: 10px;
  }
  .box-why__us--list .item__content {
    width: calc(100% - 60px);
    padding: 0 0 0 12px;
  }
  .box-count__frame .row {
    margin: 0 -5px;
    gap: 10px 0;
  }
  .box-count__frame .row .col {
    padding: 0 5px;
  }
  .box-count .item {
    padding: 12px;
  }
  .box-count .item__frame {
    flex-direction: column;
    justify-content: center;
    gap: 12px;
  }
  .box-count .item__body {
    text-align: center;
  }
  .box-count .item__number {
    font-size: 16px;
  }
  .box-count .item__title {
    font-size: 14px;
  }
  .box-about__main {
    padding-bottom: 28px;
  }
  .box-about__main--frame {
    padding: 12px;
  }
  .box-about__object img {
    height: 28px;
  }
  .box-testimonial__slider .item__frame {
    align-items: center;
    flex-direction: column;
    padding: 12px;
    gap: 12px;
    border-radius: 8px;
  }
  .box-testimonial__slider .item__body {
    padding: 0;
    width: 100%;
    text-align: center;
  }
  .box-testimonial__slider .item__body--content {
    margin-top: 8px;
  }
}
/*------------------------------------------------
** Animate
**------------------------------------------------*/
@keyframes zoomIcon {
  25% {
    transform: scale(1.1, 1.1);
  }
  50% {
    transform: scale(1.2, 1.2);
  }
  75% {
    transform: scale(1.1, 1.1);
  }
}
@keyframes mymove {
  0% {
    -webkit-transform: scale(0.2);
    -moz-transform: scale(0.2);
    -ms-transform: scale(0.2);
    -o-transform: scale(0.2);
    transform: scale(0.2);
  }
  25% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  75% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    -o-transform: scale(0.1);
    transform: scale(0.1);
  }
}
@keyframes ring {
  0% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }
  100% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }
}
@keyframes ring-circle {
  0% {
    opacity: 0.1;
    transform: rotate(0deg) scale(1) skew(1deg);
  }
  100% {
    opacity: 0.1;
    transform: rotate(0deg) scale(1.5) skew(1deg);
  }
}
@keyframes load {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  50% {
    transform: scale(1.4);
    opacity: 0.3;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}

/*# sourceMappingURL=style.css.map */
