@charset "UTF-8";
body {
  font-family: "Barlow", sans-serif !important;
  font-weight: 400;
  font-style: normal;
}

@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1380px;
  }
}
button,
a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
button:hover,
a:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

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

body::-webkit-scrollbar {
  width: 6px;
  background-color: #F5F5F5;
}

body::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.3);
  background-color: #406ab3;
}

canvas {
  display: block;
  vertical-align: bottom;
}
#fp-nav.fp-right{
  left: 17px !important;
  right: inherit !important;
}
.home-banner {
  width: 100%;
  height: 100vh;
  position: relative;
  display: inline-block;
  position: relative;
}
.home-banner #bg-video {
  width: 100%;
  height: 100vh;
  position: relative;
  display: inline-block;
}
.home-banner #bg-video video {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 2;
}
.home-banner #bg-video .bg-banner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
/*  background: linear-gradient(to bottom, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.1) 100%);*/
  opacity: 0.8;
  background-size: cover;
}
.home-banner .md-home-banner {
  position: absolute;
  z-index: 9;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding-top: 150px;
}
.home-banner .md-home-banner .container {
  height: 100%;
}
.home-banner .md-home-banner .main-banner-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}
.home-banner .md-home-banner .main-banner-content .banner-title .cd-headline {
  font-style: normal;
  font-weight: 600;
  font-size: 76px;
  line-height: 96px;
  /* identical to box height, or 138% */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: -3.3px;
  color: #FFFFFF;
}
.home-banner .md-home-banner .main-banner-content .banner-title h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 64px;
  line-height: 80px;
  /* identical to box height, or 100% */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: -3.3px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #FFFFFF;
  text-align: center;
}
.home-banner .md-home-banner .main-banner-content .banner-title h6 {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;
  /* identical to box height, or 140% */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: -0.48px;
  margin-top: 15px;
  color: #FFFFFF;
}
.home-banner .md-home-banner .main-banner-content .banner-info {
  position: relative;
}
.home-banner .md-home-banner .main-banner-content .banner-info .ct {
  position: absolute;
  /* Frame 8 */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* Auto layout */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 7.56667px;
  gap: 2.52px;
  width: 334px;
  height: 205.66px;
  right: 0;
  top: -40px;
  background: rgba(255, 255, 255, 0.2);
  border: 0.630556px solid #FFFFFF;
  backdrop-filter: blur(3.78333px);
  /* Note: backdrop-filter has minimal browser support */
  border-radius: 5.04444px;
}
.home-banner .md-home-banner .main-banner-content .banner-info .ct .line {
  position: absolute;
  top: -19px;
  left: -160px;
}
.home-banner .md-home-banner .main-banner-content .banner-info .ct h4 {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  /* identical to box height, or 28px */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: -0.035em;
  color: #FFFFFF;
}
.home-banner .md-home-banner .main-banner-content .banner-info .ct p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  /* or 20px */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: -0.035em;
  color: #FFFFFF;
}
.home-banner .md-home-banner .main-banner-content .banner-bottom {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.home-banner .md-home-banner .main-banner-content .banner-bottom .bottom-left {
  width: 46%;
  position: relative;
}
.home-banner .md-home-banner .main-banner-content .banner-bottom .bottom-left p {
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 28px;
  /* identical to box height, or 140% */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: -0.2px;
  color: #FFFFFF;
}
.home-banner .md-home-banner .main-banner-content .banner-bottom .bottom-left a {
  /* Link [elementor-button-link] */
  width: 265px;
  height: 62px;
  background: #FFFFFF;
  mix-blend-mode: normal;
  border-radius: 5px;
  position: absolute;
  bottom: 40px;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: -0.36px;
  gap: 10px;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  /* identical to box height, or 133% */
  display: flex;
  align-items: center;
  letter-spacing: -0.36px;
  text-transform: capitalize;
  color: #003751;
}
.home-banner .md-home-banner .main-banner-content .banner-bottom .bottom-left a:hover {
  background: #e7cf7f;
}
.home-banner .md-home-banner .main-banner-content .banner-bottom .bottom-right {
  width: 50%;
  height: 260px;
  background: rgba(0, 55, 81, 0.4);
  mix-blend-mode: normal;
  backdrop-filter: blur(5px);
  /* Note: backdrop-filter has minimal browser support */
  border-radius: 10px 10px 0px 0px;
  padding: 15px 20px;
  position: relative;
}
.home-banner .md-home-banner .main-banner-content .banner-bottom .bottom-right .banner4 {
  position: absolute;
  top: 25px;
  right: 25px;
  border-radius: 5px;
  max-width: 213px;
}
.home-banner .md-home-banner .main-banner-content .banner-bottom .bottom-right h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 40px;
  /* identical to box height, or 100% */
  letter-spacing: -0.8px;
  color: #fff;
}
.home-banner .md-home-banner .main-banner-content .banner-bottom .bottom-right h3 span {
  color: #E7CF7F;
}
.home-banner .md-home-banner .main-banner-content .banner-bottom .bottom-right .icon-leo {
  /* Link [elementor-button-link] */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 64px;
  height: 64px;
  mix-blend-mode: normal;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 0px;
  position: absolute;
  bottom: 20px;
  left: 25px;
  /* Inside auto layout */
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  display: inline-block;
  text-align: center;
  line-height: 56px;
}
.home-banner .md-home-banner .main-banner-content .banner-bottom .bottom-right .icon-leo img {
  display: inline-block;
}
.home-banner .md-home-banner .main-banner-content .address p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  /* identical to box height, or 140% */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: -0.36px;
  text-transform: capitalize;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #FFFFFF;
  margin-bottom: 30px;
  text-shadow: 0px 2px 4px rgb(0, 0, 0);
  opacity: 0.8;
}
.home-banner .md-home-banner .main-banner-content .address p img {
  margin-right: 6px;
}
.home-banner .md-home-banner .main-banner-content .quick-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
  margin-bottom: 60px;
}
.home-banner .md-home-banner .main-banner-content .quick-link a {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  /* identical to box height, or 150% */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0.8;
  color: #FFFFFF;
  position: relative;
  padding: 5px 10px;
  width: 200px;
}
.home-banner .md-home-banner .main-banner-content .quick-link a:before {
  position: absolute;
  width: 100%;
  height: 1px;
  content: "";
  background: #fff;
  border-radius: 100%;
  top: 0px;
  left: 0;
  opacity: 0.6;
}
.home-banner .md-home-banner .main-banner-content .quick-link a:hover {
  opacity: 1;
  color: #e7cf7f;
}
.home-banner .md-home-banner .main-banner-content .quick-link a:hover:before {
  background: #e7cf7f;
  opacity: 1;
}
.about-kv__title{
  text-transform: uppercase;
}
.c-breadcrum__item{
  text-transform: uppercase;
}
.c-breadcrum__item a:hover{
  color: #E7CF7F;
}

img {
  max-width: 100%;
}

.full-page.fp-viewing-0 header .menu-bar {
  background: none;
}
.full-page header .menu-bar {
  background: #003751;
}

.top-brands {
  position: relative;
  z-index: 9;
  background: url(../images/banner-topbrand.jpg) no-repeat center;
  background-size: cover;
}
.top-brands .container {
  position: relative;
}
.top-brands .img-container {
  display: inline-block;
  width: 100%;
  text-align: center;
  position: relative;
}
.top-brands .img-container img {
  display: inline-block;
  -webkit-animation: moveLR 20s linear infinite alternate;
          animation: moveLR 20s linear infinite alternate;
  position: relative;
}
.top-brands .policy {
  position: absolute;
  width: 100%;
  top: 60px;
  left: 0;
  padding: 0 15px;
  z-index: 9;
}
.top-brands .policy .list-policy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.3%;
}
.top-brands .policy .list-policy .item {
  /* Div [elementor-element] */
  /* Auto layout */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 30px 30px;
  gap: 110px;
  background: #FFFFFF;
  mix-blend-mode: normal;
  border-radius: 10px;
  width: 24%;
}
.top-brands .policy .list-policy .item p {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
  /* identical to box height, or 100% */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: -0.2px;
  color: #003751;
}
.top-brands .policy .list-policy .item .ct {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.top-brands .policy .list-policy .item .ct h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 70px;
  line-height: 80px;
  /* identical to box height, or 114% */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: -1.6px;
  color: #406AB3;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  align-items: center;
}
.top-brands .policy .list-policy .item .ct h3 span {
  color: #e7cf7f;
}
.top-brands .policy .list-policy .item .ct span.icon {
  /* Div [elementor-element] */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 68.41px;
  height: 70px;
  mix-blend-mode: normal;
  border: 1px solid #D1D9DB;
  border-radius: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top-brands .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 100px;
}
.top-brands .content .brand-content {
  max-width: 1075px;
}
.top-brands .content .brand-content p {
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: 43px;
  /* identical to box height, or 120% */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: -0.72px;
  text-align: center;
  color: #003751;
}
.top-brands .content .brand-content .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 80px;
  margin-bottom: 100px;
}
.top-brands .content .brand-content .link a {
  /* Link [elementor-button-link] */
  width: 234.1px;
  height: 62px;
  background: #406AB3;
  mix-blend-mode: normal;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  /* identical to box height, or 133% */
  display: flex;
  align-items: center;
  letter-spacing: -0.36px;
  text-transform: capitalize;
  padding-bottom: 2px;
  color: #FFFFFF;
}
.top-brands .content .brand-content .link a:hover {
  background: #2d559b;
}

.section-service {
  position: relative;
  z-index: 8;
  background: #003751;
}
.section-service .sec-title {
  padding-top: 60px;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.section-service .sec-title h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 80px;
  line-height: 80px;
  /* identical to box height, or 100% */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: -3.3px;
  color: #FFFFFF;
}
.section-service .sec-title img {
  position: absolute;
  top: -235px;
  right: -100px;
  opacity: 0.3;
  width: 500px;
}
.section-service .md-service {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 80px;
}
.section-service .sec-note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 6%;
}
.section-service .sec-note .left {
  width: 47%;
}
.section-service .sec-note .left p {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 24px;
  /* identical to box height, or 100% */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: -0.48px;
  color: #E7CF7F;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  align-items: center;
  gap: 6px;
}
.section-service .sec-note .right {
  width: 47%;
}
.section-service .sec-note .right p {
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 43px;
  /* identical to box height, or 135% */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: -0.72px;
  color: #FFFFFF;
}
.section-service .sec-note .right .link {
  margin-top: 40px;
  margin-bottom: 60px;
}
.section-service .sec-note .right .link a {
  /* Link [elementor-button-link] */
  width: 208.91px;
  height: 62px;
  background: #FFFFFF;
  mix-blend-mode: normal;
  border-radius: 5px;
  /* Inside auto layout */
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -ms-flex-positive: 0;
      flex-grow: 0;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  /* identical to box height, or 133% */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: -0.36px;
  text-transform: capitalize;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6px;
  color: #003751;
}
.section-service .sec-note .right .link a:hover {
  background: #e7cf7f;
}
.section-service .list-service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2%;
  margin-top: 10px;
}
.section-service .list-service .item {
  border-radius: 10px;
  background: #fff;
  padding: 15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 23.5%;
  margin-bottom: 25px;
}
.section-service .list-service .item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  gap: 20px;
}
.section-service .list-service .item a img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 64px;
  height: 64px;
  object-fit: cover;
}
.section-service .list-service .item a:hover h4 {
  color: #eaa800;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding-left: 5px;
}
.section-service .list-service .item a:hover img {
  transform: scale(1.08);
}

.section-service.section-blog .list-blog .item .img {
  max-width: 100%;
  position: relative;
  overflow: hidden;
}
.section-service.section-blog .list-blog .item .img:before {
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  content: "";
  display: block;
  height: 100%;
  left: -75%;
  position: absolute;
  top: 0;
  -webkit-transform: skewX(-25deg);
          transform: skewX(-25deg);
  width: 50%;
  z-index: 2;
}
.section-service.section-blog .list-blog .item:hover .img:before {
  -webkit-animation: shine 0.85s;
          animation: shine 0.85s;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}

.section-service .list-service .item h4 {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  /* identical to box height, or 144% */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #333333;
  text-align: center;
}
.section-service .list-service .item h5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  /* identical to box height, or 125% */
  display: flex;
  align-items: center;
  color: #FFFFFF;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-top: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  min-height: 114px;
}
.section-service .list-service .item .ct {
  padding-top: 12px;
  opacity: 0.7;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.section-service .list-service .item .ct p {
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 30px;
  /* identical to box height, or 167% */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 10px;
  color: rgba(255, 255, 255, 0.6);
}
.section-service .list-service .item .ct img {
  border-radius: 10px;
  margin-top: 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.section-service .list-service .item:hover .ct {
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.section-service .list-service .item:hover .ct img {
  scale: 1.02;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.section-service .footer-service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
  padding-bottom: 20px;
}
.section-service .footer-service p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  /* identical to box height, or 140% */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: -0.36px;
  text-transform: capitalize;
  color: #FFFFFF;
}
.section-service .footer-service p span {
  color: #e7cf7f;
}
.section-service.section-suport {
  z-index: 7;
  background: url(../images/bg-suport.jpg) no-repeat #EBEBEB center bottom;
  background-size: cover;
}
.section-service.section-suport .sec-title {
  border-bottom: 1px solid #D1D9DB;
}
.section-service.section-suport .sec-title h3 {
  color: #406AB3;
}
.section-service.section-suport .sec-title img {
  position: absolute;
  top: -12px;
  right: 0px;
}
.section-service.section-suport .sec-note .left p {
  color: #B89C17;
}
.section-service.section-suport .sec-note .right p {
  color: #003751;
  font-weight: 500;
}
.section-service.section-suport .list-suport {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2%;
  padding-bottom: 80px;
}
.section-service.section-suport .list-suport .item {
  width: 49%;
  border-top: 1px solid #D1D9DB;
  padding: 40px 0;
}
.section-service.section-suport .list-suport .item h6 {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
  /* identical to box height, or 100% */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: -0.48px;
  color: #B89C17;
}
.section-service.section-suport .list-suport .item h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 40px;
  /* identical to box height, or 100% */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: -0.8px;
  margin-top: 6px;
  margin-bottom: 20px;
  color: #406AB3;
}
.section-service.section-suport .list-suport .item .ct p {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  /* identical to box height, or 140% */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: -0.2px;
  color: #003751;
}
.section-service.section-blog {
  z-index: 7;
  background: #EBEBEB;
  background-size: cover;
  padding-bottom: 20px;
  padding-top: 100px;
}
.section-service.section-blog .sec-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 30px;
}
.section-service.section-blog .sec-title h3 {
  color: #406AB3;
/*  font-size: 50px;*/
  line-height: 50px;
}
.section-service.section-blog .sec-title .note {
  max-width: 540px;
  padding-top: 25px;
}
.section-service.section-blog .sec-title .note p {
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 26px;
  /* or 120% */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: -0.72px;
  color: #003751;
}
.section-service.section-blog .sec-title .note a {
  width: 210px;
  height: 50px;
  background: #406AB3;
  mix-blend-mode: normal;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  /* identical to box height, or 133% */
  display: flex;
  align-items: center;
  letter-spacing: -0.36px;
  text-transform: capitalize;
  padding-bottom: 2px;
  color: #FFFFFF;
  margin-top: 15px;
}
.section-service.section-blog .sec-title .note a img {
  position: relative;
  top: inherit;
  right: inherit;
  opacity: 1;
  width: auto;
}
.section-service.section-blog .sec-title .note a:hover {
  background: #2d559b;
}
.section-service.section-blog .list-blog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2%;
}
.section-service.section-blog .list-blog .item {
  width: 32%;
  position: relative;
}
.section-service.section-blog .list-blog .item .date {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 30px;
  /* identical to box height, or 214% */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.14px;
  margin-bottom: 10px;
  padding-bottom: 5px;
  color: #7d7b7b;
  border-bottom: 2px solid #111111;
}
.section-service.section-blog .list-blog .item h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  /* identical to box height, or 106% */
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: -0.9px;
  height: 60px;
  color: #111111;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* Giới hạn 3 dòng */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.section-service.section-blog .list-blog .item h3 a {
  color: #111;
  text-transform: uppercase;
}
.section-service.section-blog .list-blog .item h3 a:hover {
  color: #2d559b;
}
.section-service.section-blog .list-blog .item .wp-show-posts-entry-header {
  margin-bottom: 10px;
}
.section-service.section-blog .list-blog .item .wp-show-posts-entry-summary {
  margin-bottom: 15px;
  margin-top: 5pxpx;
}
.section-service.section-blog .list-blog .item .wp-show-posts-entry-summary p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  /* identical to box height, or 150% */
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333333;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* Giới hạn 3 dòng */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.section-service.section-blog .list-blog .item .des {
  margin-bottom: 15px;
  margin-top: 5pxpx;
}
.section-service.section-blog .list-blog .item .des p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  /* identical to box height, or 150% */
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333333;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* Giới hạn 3 dòng */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.section-service.section-blog .list-blog .item .wp-show-posts-terms {
  position: absolute;
  width: 94.01px;
  height: 41.01px;
  left: 10px;
  top: 10px;
  background: #E7CF7F;
  mix-blend-mode: normal;
  border-radius: 5px;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 19px;
  text-align: center;
  display: inline-block;
  /* identical to box height, or 158% */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #333333;
  display: none;
}
.swiper-button-next:after, 
.swiper-rtl .swiper-button-prev:after{
  color: #406AB3;
  font-size: 30px;
}
.swiper-button-prev:after{
  color: #406AB3;
  font-size: 30px;
}
.section-service.section-blog .list-blog .item .wp-show-posts-entry-header {
  position: relative;
  padding-top: 50px;
}
.section-service.section-blog .list-blog .item .wp-show-posts-entry-meta.wp-show-posts-entry-meta-below-title.post-meta-inline {
  position: absolute;
  top: 0;
  left: 0;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 30px;
  /* identical to box height, or 214% */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.14px;
  margin-bottom: 10px;
  padding-bottom: 5px;
  color: #7d7b7b;
  border-bottom: 2px solid #111111;
  width: 100%;
}
.section-service.section-blog .list-blog .item .img {
  position: relative;
  margin-bottom: 5px;
}
.section-service.section-blog .list-blog .item .img .cat {
  /* Link [post-category-item] */
  position: absolute;
  width: 94.01px;
  height: 41.01px;
  left: 10px;
  top: 10px;
  background: #E7CF7F;
  mix-blend-mode: normal;
  border-radius: 5px;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 19px;
  text-align: center;
  display: inline-block;
  /* identical to box height, or 158% */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #333333;
}
.section-service.section-blog .list-blog .item .img img {
  border-radius: 10px;
  width: 100%;
  height: 288px;
  object-fit: cover;
}
.section-service.section-blog .note-blog {
  background: #F2FAFF;
  border-radius: 10px;
  padding: 40px 30px 40px 30px;
  margin-top: 60px;
  position: relative;
}
.section-service.section-blog .note-blog .img {
  position: absolute;
  top: -55px;
  right: 0;
}
.section-service.section-blog .note-blog h4 {
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 130%;
  /* or 52px */
  color: #406AB3;
}
.section-service.section-blog .note-blog a {
  width: 226px;
  height: 62px;
  background: #406AB3;
  mix-blend-mode: normal;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  /* identical to box height, or 133% */
  display: flex;
  align-items: center;
  letter-spacing: -0.36px;
  text-transform: capitalize;
  padding-bottom: 2px;
  color: #FFFFFF;
  margin-top: 30px;
}
.section-service.section-blog .note-blog a:hover {
  background: #2d559b;
}

.section-localtion.our-about-hp .our-about-hp__desc {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.section-localtion.our-about-hp .our-about-hp__desc .our-about-hp__desc-text {
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 43px;
  /* identical to box height, or 135% */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: -0.72px;
  color: #FFFFFF;
}
.section-localtion.our-about-hp .our-about-hp__image {
  height: auto;
}

.fp-watermark {
  display: none !important;
}

@-webkit-keyframes moveLR {
  from {
    left: -80px;
  }
  to {
    left: 80px;
  }
}

@keyframes moveLR {
  from {
    left: -80px;
  }
  to {
    left: 80px;
  }
}
#fp-nav ul li a span, .fp-slidesNav ul li a span {
  background: #fff !important;
  opacity: 0.8;
}

footer {
  background: #003751;
}
footer .md-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 150px;
}
footer .ft-top {
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2%;
}
footer .ft-top .item {
  width: 49%;
  background: #054B69;
  mix-blend-mode: normal;
  border-radius: 10px;
  padding: 40px;
}
footer .ft-top .item h6 {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
  /* identical to box height, or 100% */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: -0.48px;
  margin-bottom: 20px;
  color: #E7CF7F;
}
footer .ft-top .item ul{

}
footer .ft-top .item ul li{
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}
footer .ft-top .item h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 38px;
  line-height: 40px;
  /* identical to box height, or 103% */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  letter-spacing: -0.8px;
  color: #FFFFFF;
}
footer .ft-top .item h3 span.icon {
  /* Link [elementor-button-link] */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 68px;
  height: 68px;
  mix-blend-mode: normal;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
footer .ft-center {
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer .ft-center {
  width: 100%;
}
footer .ft-center .right{
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 4%;
}
footer .ft-center .right .localtion.f-logo{
  width: 25%;
}
footer .ft-center .right .localtion.f-social{
  width: 25%;
}
footer .ft-center .right .localtion.f-menu{
  width: 17%;
}
footer .ft-center .right .localtion.f-phone{
  width: 21%;
}
footer .ft-center .right .localtion.f-logo{
  display: flex;
  flex-direction: column;
}
footer .ft-center .right .localtion.f-logo a img{
  width: 100%;
  border-radius: 8px;
}
footer .ft-center .right .localtion.f-social{
  display: flex;
  flex-direction: column;
}
footer .ft-center .right .localtion.f-phone{
  display: flex;
  flex-direction: column;
}
footer .ft-center h6 {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  /* identical to box height, or 140% */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: -0.2px;
  margin-bottom: 20px;
  color: #E7CF7F;
}
footer .ft-center .localtion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 20px;
}
footer .ft-center .localtion .address {
  margin-bottom: 30px;
}
footer .ft-center .localtion .address p {
  font-style: normal;
  font-weight: 300;
  font-size: 17px;
  line-height: 24px;
  /* identical to box height, or 140% */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: -0.2px;
  color: #FFFFFF;
}
footer .ft-center .localtion .phone {
  margin-bottom: 30px;
}
footer .ft-center .localtion .phone h6 {
  display: block;
}
footer .ft-center .localtion .phone h4 {
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 30px;
  /* identical to box height, or 120% */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: -0.72px;
  display: block;
  color: #FFFFFF;
}
footer .ft-center .localtion .phone p {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  /* identical to box height, or 140% */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: -0.2px;
  display: block;
  color: #FFFFFF;
}
footer .ft-center .localtion .menu a {
  font-style: normal;
  font-weight: 300;
  font-size: 17px;
  line-height: 26px;
  /* identical to box height, or 140% */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: -0.2px;
  margin-bottom: 0px;
}
footer .ft-center .localtion .menu a:hover {
  color: #e7cf7f;
  opacity: 1;
  padding-left: 3px;
}
footer .ft-center .localtion .menu li:last-child a {
  margin-bottom: 0;
}
footer .ft-center .localtion .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
footer .ft-center .localtion .social h6 {
  display: block;
}
footer .ft-center .localtion .social .list-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}
footer .ft-center .localtion .social .list-social a {
  /* Link [elementor-icon] */
  width: 44px;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(0, 0, 0, 0.15);
  mix-blend-mode: normal;
  border-radius: 0px;
}
footer .ft-center .localtion .social .list-social a:hover {
  background: #406ab3;
}
footer .ft-center .localtion .social .list-social a img {
  max-width: 19px;
}
footer .copy {
  text-align: center;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 28px;
  /* identical to box height, or 187% */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: -0.2px;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 10px;
  padding-bottom: 10px;
  color: rgba(255, 255, 255, 0.6);
}
footer .copy span {
  color: #e7cf7f;
}
.partner-logo ul{
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 100px;
}
.partner-logo{
  margin-top: 25px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  padding-bottom: 30px;
}
.partner-logo ul li img{
  max-width: 120px;
  filter: brightness(0) invert(1);
  transition: all 0.3s;
}
.partner-logo ul li a:hover img{
  transform: scale(1.1);
}
.partner-logo ul li img.logo_yaingming{
  max-width: 160px;
}
.partner-logo ul li img.logo1{
  max-width: 80px;
}
.partner-logo .sec-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 30px;
}
.partner-logo .sec-title h3 {
  color: #fff;
/*  font-size: 50px;*/
  font-style: normal;
  font-weight: 600;
  font-size: 70px;
  line-height: 70px;
  /* identical to box height, or 100% */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: -3.3px;
  color: #FFFFFF;
  width: 100%;
  justify-content: center;
  margin-bottom: 40px;
}
.partner-logo{

}
#section3{
  background: #003751;
}
.social-call{
  position: fixed;
  z-index: 999999999;
  width: 80px;
  height: 310px;
  top: 50%;
  right: 20px;
  margin-top: -155px;
}
#section1 .home-bg-service{
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}
#section1 .container{
  position: relative;
  z-index: 2;
}
#section1 .home-bg-service img{
/*            width: 100%;*/
/*            height: 100%;*/
/*            object-fit: cover;*/
  position: relative;
  animation: moveX 20s linear infinite;

}
#section2 .home-bg-service{
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}
#section2 .container{
  position: relative;
  z-index: 2;
}
#section2 .home-bg-service img{
/*            width: 100%;*/
/*            height: 100%;*/
/*            object-fit: cover;*/
  position: relative;
  animation: moveX 20s linear infinite;

}
.wp-block-gallery{
  margin-top: 30px;
}
@keyframes moveX {
0% { transform: scale(1); }
25% { transform: scale(1.05); }
50% { transform: scale(1.1); }
75% { transform: scale(1.05); }
100% { transform: scale(1); }
}
.section-service .sec-title{
  border-bottom: none;
}
.section-service .md-service{
  justify-content: center;
  gap: 60px;
}
.section-service .sec-title h3{
  text-align: center;
  display: inline-block;
  width: 100%;
}
.section-service.section-blog .sec-title{
  margin-bottom: 80px;
}
footer .total h3{
  text-align: center;
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 43px;
  /* identical to box height, or 135% */
  display: block;
  text-align: center;
  letter-spacing: -0.72px;
  color: #FFFFFF;
  margin-top: 25px;
}
footer .total h3 span{
  color: #E7CF7F;
}

.sec-blog {
  margin-top: 70px;
}
.sec-blog .md-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 15px;
}
.sec-blog .md-title h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 15px;
  /* or 62% */
  padding-top: 6px;
  color: #011F53;
  font-family: "Inter";
  text-transform: uppercase;
}
.sec-blog .md-title a {
  width: 140px;
  height: 40px;
  border-radius: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  color: #fff;
  gap: 6px;
  background: #406ab3;
  font-size: 14px;
  font-weight: 600;
  font-family: "Inter";
}
.sec-blog .md-title a:hover {
  background: #2d559b;
}
.sec-blog .md-blog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sec-blog .md-blog figure {
  max-width: 100%;
  position: relative;
  overflow: hidden;
}
.sec-blog .md-blog figure:before {
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  content: "";
  display: block;
  height: 100%;
  left: -75%;
  position: absolute;
  top: 0;
  -webkit-transform: skewX(-25deg);
          transform: skewX(-25deg);
  width: 50%;
  z-index: 2;
}
.sec-blog .md-blog figure:hover:before {
  -webkit-animation: shine 0.85s;
          animation: shine 0.85s;
}
.sec-blog .md-blog .blog-content .cat span {
  background: #406ab3;
  color: #fff;
  height: 24px;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 14px;
  /* identical to box height, or 100% */
  text-align: center;
  color: #FFFFFF;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 10px;
}
.sec-blog .md-blog .blog-content .title {
  margin-top: 12px;
  margin-bottom: 10px;
}
.sec-blog .md-blog .blog-content .title h5 a {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  /* or 109% */
  color: #011F53;
}
.sec-blog .md-blog .blog-content .title h5 a:hover {
  color: #406ab3;
}
.sec-blog .md-blog .blog-content p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  /* or 150% */
  text-align: justify;
  padding-right: 10px;
  color: #666;
}
.sec-blog .md-blog .md-left {
  width: 48.2%;
}
.sec-blog .md-blog .md-right {
  width: 50.2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sec-blog .md-blog .md-right .left {
  width: 48.5%;
}
.sec-blog .md-blog .md-right .right {
  width: 48.5%;
}
.sec-blog .md-blog .md-right .right .blog-content .title {
  margin-top: 10px;
  margin-bottom: 10px;
}
.sec-blog .md-blog .md-right .right .blog-content .title h5 a {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 22px;
  /* or 109% */
}
.sec-blog .md-blog .md-right .right .blog-content p {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 19px;
}
.sec-blog .md-blog .md-right .blog-content .cat span {
  height: 24px;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 14px;
}
.sec-blog .md-blog .md-right .blog-content .title {
  margin-top: 10px;
  margin-bottom: 10px;
}
.sec-blog .md-blog .md-right .blog-content .title h5 a {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 22px;
  /* or 109% */
}
.sec-blog .md-blog .md-right .blog-content p {
  margin-bottom: 15px;
}

header .menu-bar.v1.sticky-header {
  background: #0e3f56;
}

header .menu-bar.v1 {
  z-index: 99999;
}
header .menu-bar.v1 .menu-bar-content {
  padding: 20px 0;
/*  border-bottom: 1px solid rgba(255, 255, 255, 0.25);*/
}
header .menu-bar.v1 .menu-bar-content .main-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
}
header .menu-bar.v1 .menu-bar-content .main-menu ul.nav-main-menu {
  gap: 20px;
  position: relative;
  padding-right: 30px;
  padding-left: 30px;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
  border-left: 1px solid rgba(255, 255, 255, 0.15);
  margin-left: 0;
}
header .menu-bar.v1 .menu-bar-content .main-menu ul.nav-main-menu li a {
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  /* identical to box height, or 140% */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: -0.36px;
}
header .menu-bar.v1 .menu-bar-content .main-menu ul.nav-main-menu li a:hover {
  color: #e7cf7f;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
header .menu-bar.v1 .menu-bar-content .main-menu ul.nav-main-menu li a.active-color {
  color: #e7cf7f;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
header .menu-bar.v1 .menu-bar-content .main-menu ul.nav-main-menu li.active a {
  color: #e7cf7f;
}
header .menu-bar.v1 .menu-bar-content .main-menu .sw-lang {
  margin-left: 20px;
}
header .menu-bar.v1 .menu-bar-content .main-menu .sw-lang #md-lang .dropdown-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: none;
  gap: 5px;
  color: rgb(142, 151, 164);
  font-size: 16px;
  cursor: pointer;
}
header .menu-bar.v1 .menu-bar-content .main-menu .sw-lang #md-lang .dropdown-toggle:after {
  display: none;
}
header .menu-bar.v1 .menu-bar-content .main-menu .sw-lang #md-lang .dropdown {
  background: #111536;
  border-radius: 6px;
  padding: 0;
}
header .menu-bar.v1 .menu-bar-content .main-menu .sw-lang #md-lang .dropdown li a {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: none;
  gap: 5px;
}
header .menu-bar.v1 .menu-bar-content .main-menu .sw-lang #md-lang .dropdown li a img {
  max-width: 14px;
}
header .menu-bar.v1 .menu-bar-content .main-menu .sw-lang #md-lang .dropdown li a:hover {
  color: #fff;
}
header .menu-bar.v1 .menu-bar-content .main-menu .social {
  margin-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
header .menu-bar.v1 .menu-bar-content .main-menu .social a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* Link [elementor-button-link] */
  width: 140px;
  height: 40px;
  background: #E7CF7F;
  mix-blend-mode: normal;
  border-radius: 5px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 23px;
  /* identical to box height, or 133% */
  display: flex;
  align-items: center;
  letter-spacing: -0.36px;
  color: #000038;
  gap: 10px;
}
header .menu-bar.v1 .menu-bar-content .main-menu .social a:hover {
  background: #d9b640;
}
header .menu-bar.v1 .menu-bar-content .main-menu .sub-menu{
  background: #0a5e7f;
/*  background: #0e3f56;*/
}
header .menu-bar.v1.sticky-header .menu-bar-content .main-menu .sub-menu{
/*  background: #0a5e7f;*/
  background: #0e3f56;
}
header .menu-bar.v1 .menu-bar-content .main-menu ul.nav-main-menu li ul.sub-menu li a{
  font-size: 16px;
  font-weight: 500;
  padding: 10px 15px 15px 15px;
  line-height: 20px;
}
.page-blog .section-blog {
  padding-top: 100px;
  padding-bottom: 60px;
}
.page-blog .section-blog .wpsp-load-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.page-blog .section-blog .wpsp-load-more .page-numbers {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 50px;
  /* identical to box height, or 312% */
  display: flex;
  align-items: center;
  letter-spacing: -0.2px;
  text-transform: uppercase;
  color: #8F979A;
}
.page-blog .section-blog .wpsp-load-more .page-numbers:hover {
  background: #e7cf7f;
  border-radius: 4px;
  color: #fff;
}
.page-blog .section-blog .wpsp-load-more .page-numbers.current {
  background: #e7cf7f;
  border-radius: 4px;
  color: #fff;
}
div#md-lang {
  position: relative;
}

div#nav a {
  padding: 5px 15px 5px;
}

div#md-lang .dropdown-toggle {
  padding: 0;
  background: #777;
}

/**** ****/
div#md-lang ul.dropdown {
  display: none;
  position: absolute;
  top: 100%;
  margin-top: 5px;
  padding: 5px 5px 0 0;
  background: #777;
}

div#md-lang ul.dropdown li {
  list-style-type: none;
}

div#md-lang ul.dropdown li a {
  text-decoration: none;
  padding: 0em 1em;
  display: block;
}

@-webkit-keyframes vibrate-1 {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  20% {
    -webkit-transform: translate(-5px, 5px);
    transform: translate(-5px, 5px);
  }
  40% {
    -webkit-transform: translate(-5px, -5px);
    transform: translate(-5px, -5px);
  }
  60% {
    -webkit-transform: translate(5px, 5px);
    transform: translate(5px, 5px);
  }
  80% {
    -webkit-transform: translate(5px, -5px);
    transform: translate(5px, -5px);
  }
  to {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}

@keyframes vibrate-1 {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  20% {
    -webkit-transform: translate(-5px, 5px);
    transform: translate(-5px, 5px);
  }
  40% {
    -webkit-transform: translate(-5px, -5px);
    transform: translate(-5px, -5px);
  }
  60% {
    -webkit-transform: translate(5px, 5px);
    transform: translate(5px, 5px);
  }
  80% {
    -webkit-transform: translate(5px, -5px);
    transform: translate(5px, -5px);
  }
  to {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
@-webkit-keyframes maps {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  20% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  40% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  50% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  60% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  80% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes maps {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  20% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  40% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  50% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  60% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  80% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
  25% {
    -webkit-transform: rotate3d(0, 0, 1, -95deg);
    transform: rotate3d(0, 0, 1, -95deg);
  }
  50% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  75% {
    -webkit-transform: rotate3d(0, 0, 1, 95deg);
    transform: rotate3d(0, 0, 1, 95deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
  25% {
    -webkit-transform: rotate3d(0, 0, 1, -95deg);
    transform: rotate3d(0, 0, 1, -95deg);
  }
  50% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  75% {
    -webkit-transform: rotate3d(0, 0, 1, 95deg);
    transform: rotate3d(0, 0, 1, 95deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.menu-bar .menu-bar-content .menu-right .mobile-menu-btn.active {
  display: none;
}
.menu-bar .menu-bar-content .mobile-menu-bar .link-lang {
  position: absolute;
  bottom: 25px;
  left: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  color: #fff;
}
.menu-bar .menu-bar-content .mobile-menu-bar .link-lang.v2 {
  left: 100px;
}
.menu-bar .menu-bar-content .mobile-menu-bar .mobile-menu-header {
  border: none;
  padding-top: 20px;
  padding-right: 10px;
  margin-bottom: 20px;
}
.menu-bar .menu-bar-content .mobile-menu-bar .mobile-menu-header .close-mobile-btn {
  border: none;
  padding: 8px 10px;
}
.menu-bar .menu-bar-content .mobile-menu-bar .mobile-menu-header .mobile-logo {
  padding-top: 8px;
}
.menu-bar .menu-bar-content .mobile-menu-bar .mobile-main-manu {
  padding-left: 30px;
  padding-right: 30px;
}
.menu-bar .menu-bar-content .mobile-menu-bar .mobile-main-manu ul li {
  border: none;
  position: relative;
}
.menu-bar .menu-bar-content .mobile-menu-bar .mobile-main-manu ul li:before {
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  content: "";
  background: #fff;
}
.menu-bar .menu-bar-content .mobile-menu-bar .mobile-main-manu ul li a {
  padding-left: 0;
}
.menu-bar .menu-bar-content .mobile-menu-bar .mobile-main-manu ul li.active a {
  color: #e7cf7f;
}

.testimonials .our-tab .list-content-use ul li .box-content-part .box-content .box-content-detail .list-box-infor .item .label {
  text-align: left;
}

.contact-us .form-contact .content-box-left .list-add ul li .cnt-cty {
  max-width: 180px;
}


.link-service {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}
.link-service:hover {
  color: #406ab3;
}


.sec-blog .md-blog .md-right img {
  width: 100%;
}

.sec-blog .md-blog .images-link {
  position: relative;
}
.sec-blog .md-blog .images-link span {
  background: #406ab3;
  color: #fff;
  height: 24px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 14px;
  /* identical to box height, or 100% */
  text-align: center;
  color: #FFFFFF;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 10px;
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 9;
}
.sec-blog .md-blog .images-link p {
  position: absolute;
  bottom: 12px;
  left: 15px;
  color: #fff;
  margin: 0;
  z-index: 2;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  padding-right: 30px;
}


.text-pc-none {
  display: none;
}

.cd-words-wrapper {
  letter-spacing: -0.3px;
}

.page-blog .list-blog.wp-show-posts .item{
  margin-bottom: 15px;
}
/*Bao cao*/
.section-service.section-blog.bao-cao{
  background: #fff;
}
.section-service.section-blog.bao-cao .wp-show-posts .item{
  position: relative;
  border-bottom: 1px dashed rgba(64, 106, 179, 1);
  padding-bottom: 6px;
}
.section-service.section-blog.bao-cao .wp-show-posts .item h3 a{
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 25px;
  /* identical to box height, or 105% */
  display: flex;
  align-items: center;

  color: #406AB3;
}
.section-service.section-blog.bao-cao .wp-show-posts .item .ove-link{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
.section-service.section-blog.bao-cao .wp-show-posts .item .ove-link a{
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  /* identical to box height, or 124% */
  gap: 5px;
  color: #406AB3;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
}
.section-service.section-blog.bao-cao .wp-show-posts .item .ove-link a:hover svg{
  margin-left: 5px;
  transition: all 0.3s;
}
.section-service.section-blog.bao-cao .wp-show-posts .item .ove-link svg{
  transition: all 0.3s;
}
.section-service.section-blog.bao-cao .wp-show-posts .item time{
  font-size: 16px;
}
.section-service.section-blog.bao-cao .wp-show-posts{
  margin-bottom: 50px;
}
/*thu vien*/
.page-lib .section-service.section-blog .list-blog{
  gap: 2.75%;
}
.page-lib .section-service.section-blog .list-blog .item{
  width: 31.5%;
  position: relative;
  border-bottom: none;
}
.page-lib .section-service.section-blog .list-blog .item header{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.page-lib .section-service.section-blog .list-blog .item header h2:before{
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 3;
  top: 0;
  left: 0;
  content: "";
  background: linear-gradient(0deg, #111 0%, rgba(1, 1, 1, 0) 100%);
}
.page-lib .section-service.section-blog .list-blog .item header h2 a{
  position: relative;
  padding-right: 100px;
  padding-left: 25px;
  display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 24px;
  /* or 133% */

  color: #FFFFFF;
  position: absolute;
  bottom: 22px;
  left: 0;
  z-index: 4;
  width: 100%;
  opacity: 0.9;
}
.page-lib .section-service.section-blog .list-blog .item .icon-play{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9;
}
.page-lib .section-service.section-blog .list-blog .item .icon-play .play-btn{
  position: absolute;
  width: 60px;
  height: 60px;
  bottom: 16px;
  right: 20px;
  z-index: 99;
  cursor: pointer;
  background: url(Icon-play.png) no-repeat;
  background-size: cover;
  transition: all 0.3s;
}
.page-lib .section-service.section-blog .list-blog .item .icon-play .play-btn:hover{
  right: 22px;
  transition: all 0.3s;
}



.page-lib .section-service.section-blog .list-blog .item .img img{
  border-radius: 0;
/*  height: 368px;*/
  object-fit: cover;
}
.social-call .call-online {
  position: relative;
  display: inline-block;
}
.social-call .icon-call {
/*          background: #fff;*/
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 26px;
  text-decoration: none;
  box-shadow: 0 0 0 rgba(40, 167, 69, 0.4);
/*          animation: pulse 1.5s infinite;*/
  transition: transform 0.3s ease;
  position: relative;
}
.social-call .icon-call:hover{
    animation: pulse 1.5s infinite;
}

/* Gợn sóng lan tỏa */
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

/* Sóng ngoài lan tỏa */
.social-call .icon-call::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  transform: translate(-50%, -50%);
/*          animation: wave 2s infinite ease-out;*/
  z-index: -1;
  opacity: 0;
}
.social-call .icon-call:hover:after{
    animation: wave 2s infinite ease-out;
    opacity: 1;
}

@keyframes wave {
  0% {
    transform: translate(-50%, -50%) scale(0.8);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.8);
    opacity: 0;
  }
}
.social-call .icon {
  cursor: pointer;
}

.social-call .call {
  position: absolute;
  top: -27px;
  right: 110%;
  background: rgba(255, 255, 255, 0.95);
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
  display: none; /* Ẩn mặc định */
  z-index: 999;
  width: 210px;
}

.social-call .call a{
  color: #294d8d;
  font-size: 16px;
  display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: normal;
    align-items: center;
    gap: 6px;
    font-weight: 500;
}

.social-call .call a.firt{
  margin-bottom: 6px;
}
.social-call .call a img{
    width: 16px;
}
.social-call .call .arrow {
  position: absolute;
  right: -8px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #fff; /* Màu nền của .call */
  box-shadow: 2px 0 4px rgba(0,0,0,0.1);
  opacity: 0.8;
}
.section-total{
    position: relative;
    padding-top: 150px;
}
.section-total .home-bg{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    padding-top: 80px;
    overflow: hidden;
    padding-left: 10%;
}
.section-total .container{
    position: relative;
    z-index: 9;
}
.section-total .home-bg img{
    max-width: 100%;
}
.section-total .content-total{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.section-total .content-total .total-left{
    width: 50%;
}
.section-total .content-total .total-left .ct{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 4%;
}
.section-total .content-total .total-left .ct .item{
    width: 48%;
}
.section-total .content-total .total-left .ct .item:first-child{
    width: 40%;
}
.section-total .content-total .total-left .ct .item h6{
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 24px;
    /* or 100% */
    display: flex;
    align-items: center;
    letter-spacing: -0.48px;

    color: #E7CF7F;
}
.section-total .content-total .total-left .ct .item ul li{
    display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  ont-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 135%;
    /* identical to box height, or 27px */
    display: flex;
    align-items: center;
    text-transform: capitalize;
    position: relative;
    padding-left: 30px;
    color: #FFFFFF;
    margin-top: 10px;
    transition: all 0.3s;
}
.section-total .content-total .total-left .ct .item ul li:hover{
    padding-left: 33px;
    cursor: pointer;
    color: #E7CF7F;
}
.section-total .content-total .total-left .ct .item ul li span{
    width: 16px;
    position: absolute;
    top: -2px;
    left: 0;
}
.section-total .content-total .total-left h3{
    font-style: normal;
    font-weight: 500;
    font-size: 60px;
    line-height: 80px;
    /* or 133% */
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    color: #FFFFFF;
}
.section-total .content-total .total-right{
    width: 50%;
    display: flex;
      flex-direction: column;
      flex-wrap: nowrap;
      align-items: flex-end;
      gap: 20px;
}
.section-total .content-total .total-right img{
    position: relative;
    border-radius: 6px;
    width: 340px;
}
.section-total .content-total .total-right .item{
    position: relative;
    width: 340px;
    overflow: hidden;
    cursor: pointer;
}
.section-total .content-total .total-right .item:before{
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
      background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
      content: "";
      display: block;
      height: 100%;
      left: -75%;
      position: absolute;
      top: 0;
      -webkit-transform: skewX(-25deg);
              transform: skewX(-25deg);
      width: 50%;
      z-index: 2;
}
.section-total .content-total .total-right .item:hover:before{
    -webkit-animation: shine 0.85s;
    animation: shine 0.85s;
}
.section-total .content-total .total-right h3{
    font-style: normal;
    font-weight: 500;
    font-size: 60px;
    line-height: 60px;
    /* identical to box height, or 100% */
    display: flex;
    align-items: center;
    position: absolute;
    top: 10px;
    left: 30px;
    max-width: calc(100% - 20px);
    color: #FFFFFF;
    gap: 15px;
}
.section-total .content-total .total-right h3 svg{
    width: 26px;
}
.section-total .content-total .total-right span{
    position: absolute;
    top: 70px;
    left: 30px;
    font-style: normal;
    font-weight: 500;
    font-size: 26px;
    line-height: 36px;
    /* identical to box height, or 250% */
    display: flex;
    align-items: center;
    letter-spacing: -1.6px;

    color: #E7CF7F;
}
.section-total .total-bottom{
    margin-top: 30px;
}
.section-total .total-bottom .ct{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 80px;
}
.section-total .total-bottom .ct ul{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}
.section-total .total-bottom .ct ul li{
    padding: 0 25px;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    cursor: pointer;
}
.section-total .total-bottom .ct ul li:hover h5,
.section-total .total-bottom .ct ul li:hover p{
    color: #E7CF7F;
}
.section-total .total-bottom .ct ul li:last-child{
    border: none;
}
.section-total .total-bottom .ct ul li h5{
    font-style: normal;
    font-weight: 500;
    font-size: 48px;
    line-height: 40px;
    /* or 83% */
    display: flex;
    align-items: center;
    letter-spacing: -0.8px;
    margin-bottom: 5px;
    color: #FFFFFF;
    transition: all 0.3s;
}
.section-total .total-bottom .ct ul li p{
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    /* identical to box height, or 140% */
    display: flex;
    align-items: center;
    letter-spacing: -0.2px;

    color: rgba(255, 255, 255, 0.6);
}
.section-total .total-bottom .ct .tt h4{
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 50px;
    /* or 139% */
    display: flex;
    align-items: center;
    letter-spacing: -0.48px;

    color: #E7CF7F;
}
@media (min-width: 1680px) {
  
}
@media (min-width: 1920px) {
  .home-banner {
    background-size: cover;
  }
  .home-banner .md-home-banner {
    background-size: cover;
  }
}
@media (min-width: 1200px) and (max-width: 1480px) {
  header .menu-bar.v1 .menu-bar-content .main-menu ul.nav-main-menu li a {
    font-size: 14px;
  }
  header .menu-bar.v1 .menu-bar-content .main-menu .social a {
    
  }
  header .menu-bar.v1 .menu-bar-content .main-menu ul.nav-main-menu {
    border-left: none;
  }
  .section-service .sec-title h3 {
    font-size: 80px;
    line-height: 80px;
  }
  .section-service .list-service {
    margin-left: 0;
    margin-right: 0;
  }
  .section-service .sec-note .right p {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  
}
@media (min-width: 1200px) and (max-width: 1400px) {
}

@media (min-width: 768px) and (max-width: 1200px) {
  .section-service.section-blog .list-blog .item .img img {
    height: 200px;
  }
  .section-total .content-total .total-left h3{
    font-size: 40px;
    line-height: 50px;
  }
  .section-total .content-total .total-right .item{
    width: 240px;
  }
  .section-total .content-total .total-right h3{
    font-size: 40px;
    line-height: 46px;
  }
  .section-total .content-total .total-right h3 svg{
    width: 18px;
  }
  .section-total .content-total .total-right span{
    top: 54px;
    font-size: 20px;
  }
  .section-total{
    padding-top: 120px;
  }
  .section-total .total-bottom .ct{
    flex-direction: column;
    gap: 40px;
  }
  .section-total .total-bottom .ct ul li h5{
    font-size: 32px;
  }
  .section-total .total-bottom .ct ul li p{
    font-size: 16px;
  }
  .section-total .total-bottom .ct .tt h4{
    font-size: 30px;
    line-height: 36px;
  }
  .section-service .list-service .item h4{
    font-size: 14px;
    line-height: 18px;
  }
  .section-total .total-bottom .ct .tt h4 br{
    display: none;
  }
  .section-total .content-total .total-left .ct .item ul li{
    font-size: 16px;
    font-weight: 400;
  }
  .section-service .list-service .item a{
    padding: 0;
  }
  .partner-logo ul{
    flex-wrap: wrap;
  }
  footer .ft-center .localtion .address{
    height: 168px;
  }
}
@media (min-width: 768px) and (max-width: 980px) {
  .section-total .content-total .total-left h3{
    font-size: 36px;
    line-height: 40px;
  }
  .section-total .content-total .total-right .item{
    width: 210px;
  }
  .section-total .content-total .total-right h3{
    font-size: 36px;
    line-height: 40px;
  }
  .section-total .content-total .total-right h3 svg{
    width: 16px;
  }
  .section-total .content-total .total-right span{
    top: 50px;
    font-size: 20px;
  }
  .section-total{
    padding-top: 120px;
  }
  .section-total .total-bottom .ct ul li h5{
    font-size: 28px;
  }
  .section-total .total-bottom .ct ul li p{
    font-size: 13px;
  }
  .section-total .total-bottom .ct .tt h4{
    font-size: 26px;
    line-height: 32px;
  }
  .section-total .content-total .total-left .ct .item ul li{
    font-size: 16px;
    font-weight: 400;
  }
}
@media (max-width: 1200px) {
  header .menu-bar.v1 .menu-bar-content .main-menu {
    display: none;
  }
  header .menu-bar.v1 .mobile-menu-bar {
    background: #003751;
  }
  .menu-bar.v1 .mobile-menu-bar .mobile-main-manu li a{
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .menu-bar.v1 .mobile-menu-bar .mobile-main-manu li.has-dropdown>a::after{
    top: 6px;
    right: 12px;
  }
  .menu-bar.v1 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .menu-bar.v1 .mobile-menu-btn span.center {
    top: 11px;
  }
  .service-page.services .wrapper_tabcontent .list-content-servi ul li .box-content-part {
    padding: 30px 25px;
  }
  .service-page.services .wrapper_tabcontent .list-content-servi ul li .box-content-part .cnt-text-detail {
    font-size: 14px;
    line-height: 22px;
  }
  .service-page.services .sec-service-ft ul li .box-content-part .cnt-text-detail {
    font-size: 14px;
    line-height: 22px;
  }
  .page-blog .section-blog{
    padding-top: 40px;
  }
  .c-breadcrum__desc p{
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
  }
  .section-service.section-blog .list-blog .item h3{
    font-size: 15px;
    line-height: 20px;
    height: 40px;
  }
  .section-service.section-blog .list-blog .item .wp-show-posts-entry-summary p{
    font-size: 15px;
    line-height: 18px;
  }
  .section-service.section-blog .list-blog .item .des p{
    font-size: 15px;
    line-height: 18px;
  }
  .page-lib .section-service.section-blog .list-blog .item{
    width: 47.5%;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  #section2.section-service.section-blog .list-blog .item{
    padding: 0 8px !important;
  }
  .home-banner .md-home-banner .main-banner-content .banner-title h3 {
    margin-top: 0;
    font-size: 46px;
    line-height: 46px;
    text-align: center;
  }
  .home-banner .md-home-banner .main-banner-content .address p {
    font-size: 16px;
  }
  .home-banner .md-home-banner .main-banner-content .quick-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    gap: 12px;
  }
  .home-banner .md-home-banner .main-banner-content .quick-link a{
    text-align: center;
  }
  .home-banner .md-home-banner .main-banner-content .quick-link a:before {
    display: none;
  }
  .section-service .sec-title h3 {
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 0;
  }
  .section-service.section-blog .sec-title h3 {
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 0;
  }
  .section-service .sec-title {
    margin-bottom: 10px;
    padding-top: 40px;
  }
  .section-service .md-service {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: auto;
  }
  #section1 .home-bg-service img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #section1 .fp-overflow{
    position: relative;
    overflow: hidden;
    padding-bottom: 60px;
  }
  .section-service .list-service {
    gap: 4%;
  }
  .section-service .list-service .item {
    width: 48%;
    margin-bottom: 18px;
  }
  .section-service .list-service .item a {
    padding: 10px 0;
    gap: 10px;
  }
  .section-service .list-service .item a img {
    width: 60px;
    height: 60px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .section-service .list-service .item a h4 {
    font-size: 14px;
    text-align: center;
  }
  .section-service .footer-service {
    display: none;
  }
  .section-service.section-blog .sec-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 60px;
  }
  .section-service.section-blog .list-blog {
    gap: 4%;
  }
  .section-service.section-blog .list-blog .item {
    width: 48%;
    margin-bottom: 20px;
  }
  footer .ft-center {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer .ft-center .left {
    width: 100%;
    padding-right: 0;
  }
  footer .ft-center {
    width: 100%;
    padding-left: 0;
  }
  footer .ft-center .left .f-logo {
    margin-bottom: 20px;
  }
  footer .ft-center .left .ct {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: none;
  }
  footer .ft-center .left .ct p {
    width: 100%;
    font-weight: 400;
    font-size: 18px;
  }
  footer .ft-center .left .ct a {
    width: 100%;
    margin-top: 10px;
  }
  footer .ft-center .left .ct a img {
    width: 100%;
  }
  footer .md-footer {
    padding-top: 60px;
  }
  footer .ft-center .left .f-logo {
    text-align: center;
  }
  footer .ft-center .left .f-logo img {
    width: 180px;
  }
  footer .ft-center .localtion {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer .ft-center .localtion .address {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 0;
  }
  footer .ft-center .localtion .address p {
    font-size: 18px;
  }
  footer .ft-center .localtion .phone {
    width: 100%;
  }
  footer .ft-center .localtion .phone h6,
  footer .ft-center .localtion .phone h4,
  footer .ft-center .localtion .phone p {
    text-align: left;
  }
  footer .ft-center h6 {
    margin-bottom: 10px;
  }
  footer .ft-center .localtion .phone {
    margin-bottom: 15px;
  }
  footer .ft-center .localtion .menu a {
    font-size: 18px;
  }
  footer .ft-center .localtion .social h6 {
    text-align: left;
  }
  footer .ft-center .localtion .social .list-social {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  footer .ft-center {
    padding-bottom: 20px;
  }
  footer .ft-top{
    flex-direction: column;
  }
  footer .ft-top .item{
    width: 100%;
    margin-bottom: 15px;
  }
  .partner-logo ul{
    flex-wrap: wrap;
    gap: 25px;
  }
  footer .ft-center .right{
    flex-direction: column;
  }
  footer .ft-center .right .localtion{
    width: 100% !important;
    margin-bottom: 25px !important;
  }
  .social-call{
    width: 50px;
    right: 3px;
    height: 200px;
  }
  .c-breadcrum__list{
    display: none !important;
  }
  .section-total .content-total{
    flex-direction: column;
  }
  .section-total .content-total .total-left{
    width: 100%;
  }
  .section-total .content-total .total-right{
    width: 100%;
    margin-top: 30px;
  }
  .section-total .content-total .total-right .item{
    width: 100%;
  }
  .section-total .content-total .total-right .item img{
    width: 100%;
  }
  .section-total .content-total .total-left h3{
    font-size: 50px;
    line-height: 50px
  }
  .section-total .content-total .total-left .ct .item ul li{
    font-weight: 400;
  }
  .section-total .total-bottom .ct{
    flex-direction: column;
  }
  .section-total .total-bottom .ct .tt br{
    display: none;
  }
  .section-total .total-bottom .ct ul{
    flex-wrap: wrap;
  }
  .section-total .total-bottom .ct ul li{
    width: 100%;
    border-right: none;
  }
  .section-total{
    padding-top: 60px;
  }
  .section-total .content-total .total-left .ct{
    flex-direction: column;
  }
  .section-total .content-total .total-left .ct .item{
    width: 100% !important;
    margin-top: 30px;
  }
  .section-total .total-bottom .ct ul li h5{
    justify-content: center;
  }
  .section-total .total-bottom .ct ul li p{
    justify-content: center;
    text-align: center;
  }
  .page-blog .section-service.section-blog .list-blog .item .img img {
    height: 110px;
  }
  .page-lib .section-service.section-blog .list-blog{
    flex-direction: column;
    gap: 0;
  }
  .page-lib .section-service.section-blog .list-blog .item{
    width: 100%;
    margin-bottom: 20px;
  }
  .home-banner #bg-video video{
    display: none;
  }
  .section.home-banner{
    background: url(home_bg_video.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }
  .section-total .home-bg{
    display: block;
    padding-left: 0;
  }
}

@media (max-width: 400px) {
  .module-title h3 {
    font-size: 20px;
    line-height: 24px;
  }
  .page-blog .section-service.section-blog .list-blog .item .img img {
    height: 100px;
  }
}