@charset "UTF-8";
img {
  max-width: 100%;
  vertical-align: middle;
  /*-webkit-object-fit: cover;
  -moz-object-fit: cover;
  -ms-object-fit: cover;
  -o-object-fit: cover;
  object-fit: cover;*/ }

@keyframes lac {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  10% {
    -webkit-transform: rotate(-25deg);
    -moz-transform: rotate(-25deg);
    -o-transform: rotate(-25deg);
    -ms-transform: rotate(-25deg);
    transform: rotate(-25deg); }
  20% {
    -webkit-transform: rotate(25deg);
    -moz-transform: rotate(25deg);
    -o-transform: rotate(25deg);
    -ms-transform: rotate(25deg);
    transform: rotate(25deg); }
  30% {
    -webkit-transform: rotate(-25deg);
    -moz-transform: rotate(-25deg);
    -o-transform: rotate(-25deg);
    -ms-transform: rotate(-25deg);
    transform: rotate(-25deg); }
  40% {
    -webkit-transform: rotate(25deg);
    -moz-transform: rotate(25deg);
    -o-transform: rotate(25deg);
    -ms-transform: rotate(25deg);
    transform: rotate(25deg); }
  50% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); } }
@keyframes zoomin {
  0% {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1; }
  100% {
    -webkit-transform: scale(2.2);
    -moz-transform: scale(2.2);
    -o-transform: scale(2.2);
    -ms-transform: scale(2.2);
    transform: scale(2.2);
    opacity: 0.1; } }
@keyframes zoomout {
  0% {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0.8; }
  100% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0.3; } }
@keyframes xoay {
  0% {
    -webkit-transform: skewX(163deg) scaleX(1.1) translate(-39px, 15px) rotateX(0deg);
    -moz-transform: skewX(163deg) scaleX(1.1) translate(-39px, 15px) rotateX(0deg);
    -o-transform: skewX(163deg) scaleX(1.1) translate(-39px, 15px) rotateX(0deg);
    -ms-transform: skewX(163deg) scaleX(1.1) translate(-39px, 15px) rotateX(0deg);
    transform: skewX(163deg) scaleX(1.1) translate(-39px, 15px) rotateX(0deg); }
  50% {
    -webkit-transform: skewX(163deg) scaleX(1.1) translate(-39px, 15px) rotateX(180deg);
    -moz-transform: skewX(163deg) scaleX(1.1) translate(-39px, 15px) rotateX(180deg);
    -o-transform: skewX(163deg) scaleX(1.1) translate(-39px, 15px) rotateX(180deg);
    -ms-transform: skewX(163deg) scaleX(1.1) translate(-39px, 15px) rotateX(180deg);
    transform: skewX(163deg) scaleX(1.1) translate(-39px, 15px) rotateX(180deg); }
  100% {
    -webkit-transform: skewX(163deg) scaleX(1.1) translate(-39px, 15px) rotateX(360deg);
    -moz-transform: skewX(163deg) scaleX(1.1) translate(-39px, 15px) rotateX(360deg);
    -o-transform: skewX(163deg) scaleX(1.1) translate(-39px, 15px) rotateX(360deg);
    -ms-transform: skewX(163deg) scaleX(1.1) translate(-39px, 15px) rotateX(360deg);
    transform: skewX(163deg) scaleX(1.1) translate(-39px, 15px) rotateX(360deg); } }
@keyframes laolen {
  0% {
    -webkit-transform: translate(0, -15px);
    -moz-transform: translate(0, -15px);
    -o-transform: translate(0, -15px);
    -ms-transform: translate(0, -15px);
    transform: translate(0, -15px); }
  50% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }
  100% {
    -webkit-transform: translate(0, -15px);
    -moz-transform: translate(0, -15px);
    -o-transform: translate(0, -15px);
    -ms-transform: translate(0, -15px);
    transform: translate(0, -15px); } }
@keyframes cross {
  0% {
    left: -110%;
    top: 90%; }
  50% {
    left: -10%;
    top: -30%; }
  100% {
    left: -10%;
    top: -10%; } }
@keyframes c-rotateZ {
  0% {
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    transform: rotateZ(0deg); }
  100% {
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    -o-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
    transform: rotateZ(360deg); } }
@keyframes c-zoom {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  50% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0.5; }
  100% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0; } }
@keyframes xoay {
  0% {
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    transform: rotateZ(0deg); }
  100% {
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    -o-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
    transform: rotateZ(360deg); } }
@keyframes zoomO {
  0% {
    width: 0px;
    height: 0px; }
  100% {
    width: 500px;
    height: 500px; } }
@keyframes up {
  0% {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%); }
  100% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%); } }
.lm-1 {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical; }

.lm-2 {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }

.lm-2 {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical; }

.delay02 {
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s; }

.delay04 {
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  -ms-animation-delay: 0.4s;
  -o-animation-delay: 0.4s;
  animation-delay: 0.4s; }

.delay06 {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  animation-delay: 0.6s; }

.c-img-50 {
  display: block;
  position: relative;
  padding-top: 50%; }
  .c-img-50 img, .c-img-50 .bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: inherit; }

.c-img-70 {
  display: block;
  position: relative;
  padding-top: 70%; }
  .c-img-70 img, .c-img-70 .bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: inherit; }

.c-img-100 {
  display: block;
  position: relative;
  padding-top: 100%; }
  .c-img-100 img, .c-img-100 .bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: inherit; }

.smooth {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.s-content ol {
  list-style: decimal;
  margin-left: 15px;
  margin-bottom: 10px; }
.s-content ul {
  list-style: initial;
  margin-left: 15px;
  margin-bottom: 10px; }
.s-content li {
  list-style: inherit;
  margin-bottom: 5px; }
.s-content p {
  margin-bottom: 10px; }
.s-content strong {
  font-weight: bold;}
.s-content img {
  display: block;
  max-width: 100%;
  margin: 10px auto;
  width: auto !important;
  object-fit: contain;
  height: auto !important; }
.s-content table, .s-content iframe {
  max-width: 100%;
  width: 100%; }
.s-content table {
  border-collapse: collapse;
  width: 100%;
  border: solid 1px #0000006e; }
.s-content table td {
  border-collapse: collapse;
  border: solid 1px #0000006e;
  padding: 10px; }
.s-content h1, .s-content h2, .s-content h3, .s-content h4, .s-content h5, .s-content h6 {
  display: block;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold; }
.s-content h1 {
  font-size: 2em;
  margin-top: 0.67em;
  margin-bottom: 0.67em; }
.s-content h2 {
  font-size: 1.5em;
  margin-top: 0.3em;
  margin-bottom: 0.3em; }
.s-content h3 {
  font-size: 1.17em;
  margin-top: 0.5em;
  margin-bottom: 0.5em; }
.s-content h4 {
  font-size: 1em;
  margin-top: 0.6em;
  margin-bottom: 0.6em; }
.s-content h5 {
  font-size: .83em;
  margin-top: 0.8em;
  margin-bottom: 0.8em; }
.s-content h6 {
  font-size: .67em;
  margin-top: 0.8em;
  margin-bottom: 0.8em; }
.s-content a {
  color: #2A73FE !important;
  cursor: pointer;
  -webkit-transition: all 0.2s eas-in-out;
  -moz-transition: all 0.2s eas-in-out;
  -ms-transition: all 0.2s eas-in-out;
  -o-transition: all 0.2s eas-in-out;
  transition: all 0.2s ease-in-out}
.s-content a:hover {
  color: #FC781E !important;}
.back-to-top {
  display: none;
  position: fixed;
  font-size: 1.2rem;
  cursor: pointer;
  text-align: center;
  z-index: 999;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  -webkit-animation: laolen 1s infinite;
  -moz-animation: laolen 1s infinite;
  -ms-animation: laolen 1s infinite;
  -o-animation: laolen 1s infinite;
  animation: laolen 1s infinite; }
  .back-to-top:hover {
    background: white;
    opacity: 0.8; }

.btn-call span, .btn-mess span {
  display: inline-block;
  font-size: 30px;
  width: 60px;
  height: 60px;
  margin: auto;
  border-radius: 50%;
  line-height: 60px;
  text-align: center;
  color: white;
  background: white;
  position: relative; }
  .btn-call span:before, .btn-mess span:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    border-radius: 50%;
    border: solid 1px white;
    -webkit-animation-name: zoomin;
    -moz-animation-name: zoomin;
    -ms-animation-name: zoomin;
    -o-animation-name: zoomin;
    animation-name: zoomin;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -ms-animation-duration: 1.5s;
    -o-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite; }
  .btn-call span:after, .btn-mess span:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    border-radius: 50%;
    background: white;
    z-index: -1;
    -webkit-animation-name: zoomout;
    -moz-animation-name: zoomout;
    -ms-animation-name: zoomout;
    -o-animation-name: zoomout;
    animation-name: zoomout;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    -moz-animation-direction: alternate;
    -ms-animation-direction: alternate;
    -o-animation-direction: alternate;
    animation-direction: alternate; }
  .btn-call span i, .btn-mess span i {
    -webkit-animation-name: lac;
    -moz-animation-name: lac;
    -ms-animation-name: lac;
    -o-animation-name: lac;
    animation-name: lac;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite; }

@font-face {
  font-family: 'SFUIDisplay';
  src: url("../fonts/SFUIDisplay-Regular.otf") format("opentype");
  font-display: swap;
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'SFUIDisplay';
  src: url("../fonts/SFUIDisplay-Bold.ttf") format("truetype");
  font-display: swap;
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'SFUIDisplay';
  src: url("../fonts/SFUIDisplay-Medium.otf") format("opentype");
  font-display: swap;
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: 'SFUIDisplay';
  src: url("../fonts/SFUIDisplay-Light.ttf") format("truetype");
  font-display: swap;
  font-weight: 400;
  font-style: normal; }
html, body {
  font-size: 16px; }

body {
  max-width: 1920px;
  margin: auto;
  line-height: 1.5;
  color: #333333;
  background-color: #ffffff;
  font-family: 'SFUIDisplay',-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"; }

textarea,
input,
button {
  outline: none !important; }

body::-webkit-scrollbar {
  width: 7px; 
  background: #e2f0e9;}

/*body::-webkit-scrollbar-track {
  background: #2A73FE; }*/

body::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #b08519; }

.c-img {
  display: block;
  position: relative;
  padding-top: 66%; }

.c-img img, .c-img .bg, .c-img iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit; }
.fb_iframe_widget_fluid {
  display: block !important; }
.fb_iframe_widget_fluid_desktop iframe {
  width: 100% !important; }
.hv_link {
  color: #454545;
}
.hv_link:hover {
  color: #2A73FE;
}
.btn-link {
  display: inline-block;
  padding: 10px 40px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  text-decoration: none;
  color: #fff;
  background-color: #2A73FE; }

.btn-link:hover {
  color: #fff;
  background-color: #FC781E; }

.btn-link2 {
  display: inline-block;
  padding: 10px 40px;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  text-decoration: none;
  color: #2A73FE;
  border: 1px solid #2A73FE;
  background-color: #fff; }

.btn-link2:hover {
  color: #fff;
  border-color: #FC781E;
  background-color: #FC781E; }

.bg-ss {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

.title-ss-all {
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: 48px;
  color: #333333; }

.s-content a {
  color: #2A73FE;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .s-content a:hover {
    color: #FC781E; }

.control-slide .swiper-button-next, .control-slide .swiper-button-prev {
  width: 33px;
  height: 33px;
  border: 1px solid #2A73FE;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .control-slide .swiper-button-next:after, .control-slide .swiper-button-prev:after {
    font-size: 12px; }
  .control-slide .swiper-button-next:hover, .control-slide .swiper-button-prev:hover {
    color: #fff;
    background-color: #2A73FE; }
.control-slide .swiper-button-next {
  right: -45px; }
.control-slide .swiper-button-prev {
  left: -45px; }

.logo-header img {
  width: 100%;
  max-width: 90px; }

header.header {
  position: sticky;
  width: 100%;
  top: 0;
  left: 0;
  padding: 10px 0;
  background-color: #fff;
  box-shadow: 0px 4px 4px rgb(0 0 0 / 10%);
  z-index: 100; }
header.header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  box-shadow: 0px 4px 4px rgb(0 0 0 / 10%); }
  .header .menu-header {
    width: calc(100% - 170px); }
  .header .search-header {
    width: 70px; }
    .header .search-header .btn-search {
      width: 30px;
      height: 30px;
      margin: auto;
      font-size: 20px;
      color: #333333;
      background-color: transparent;
      border: none; }
      .header .search-header .btn-search:hover,
      .header .search-header .btn-search.active {
        color: #2A73FE; }
    .search-header .form-search {
      position: absolute;
      top: calc(100% + 30px);
      right: -100px;
      width: 500px;
      background-color: #fff;
      border: 1px solid #2A73FE;
      box-shadow: 0px 3px 10px rgb(42 115 254 / 20%);
      visibility: hidden;
      opacity: 0;
      z-index: 10;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
    .search-header .form-search .input-search {
      width: calc(100% - 45px);
      padding: 10px;
      height: 40px;
      border: none;
      font-size: 16px;
      color: #333333;
      background-color: #fff; }
    .search-header .form-search .input-search:focus {
      border-color: transparent;
      box-shadow: none;  }
    .search-header .form-search .btn-submit {
      width: 45px;
      height: 40px;
      font-size: 18px;
      color: #fff;
      border: none;
      background-color: #2A73FE; }
    .search-header .form-search .btn-submit:hover {
      color: #FC781E; }
    .search-header .form-search.active-search {
      top: calc(100% + 5px);
      visibility: unset;
      opacity: 1; }
  .header .language-header {
    width: 100px; }
    .header .language-header ul {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center; }
      .header .language-header ul li {
        border-right: 1px solid #333333;
        line-height: 0; }
        .header .language-header ul li:last-child {
          border-right: none; }
        .header .language-header ul li a {
          margin: 0 15px;
          color: #333333;
          font-size: 22px;
          font-weight: 500;
          font-family: 'SFUIDisplay';
          line-height: 22px;
          padding: 10px 0;
          text-decoration: none;
          -webkit-transition: all 0.2s ease-in-out;
          -moz-transition: all 0.2s ease-in-out;
          -o-transition: all 0.2s ease-in-out;
          -ms-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out; }
        .header .language-header ul li:last-child a {
          margin-right: 0; }
        .header .language-header ul li:hover a, .header .language-header ul li a.active {
          color: #2A73FE; }
        .header .language-header ul li a.active {
          pointer-events: none; }
.sl_banner_home .item-slide .main-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10; }
.sl_banner_home .item-slide .image img {
  width: 100%;
  max-height: 690px; }
.sl_banner_home .item-slide .info-slide {
  width: 604px;
  padding: 40px 30px;
  border-left: 5px solid #2A73FE;
  background: rgba(255, 255, 255, 0.8); }
.sl_banner_home .item-slide .info-slide .btn-control {
  width: 46px;
  height: 47px;
  border-radius: 50%;
  border: none;
  background-color: #fff;
  font-size: 20px;}
.sl_banner_home .item-slide .info-slide .btn-control:hover {
  color: #fff;
  background-color: #2A73FE; }
.item-slide .title a {
  color: #2A73FE;
  font-size: 18px;
  font-weight: 300; }
.item-slide .name {
  font-weight: 500;
  font-size: 44px;
  line-height: 55px;
  color: #333333; }
.item-slide .content {
  color: #454545;
  font-size: 18px;
  line-height: 24px; }

.main-about {
  position: relative;
  padding: 170px 0; }
  .main-about:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30%;
    margin-bottom: -40px;
    background: linear-gradient(360deg, #FFFFFF 0%, rgba(255, 255, 255, 0.78) 41.67%, rgba(255, 255, 255, 0.52) 71.88%, rgba(255, 255, 255, 0) 100%);
    z-index: 1; }
  .main-about .images ul li {
    width: calc(100% / 3);
    margin-right: 20px;
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .main-about .images ul li .img {
      padding-top: 215%; }
    .main-about .images ul li:last-child {
      margin-right: 0;
      display: flex;
      flex-direction: column;
      -webkit-box-pack: justify;
      justify-content: center;
      border-top: 1.5px solid #2A73FE; }
    .main-about .images ul li:hover {
      -webkit-transform: translate(0px, -10px);
      -moz-transform: translate(0px, -10px);
      -o-transform: translate(0px, -10px);
      -ms-transform: translate(0px, -10px);
      transform: translate(0px, -10px); }
    .main-about .images ul li .text-1 {
      font-weight: 600;
      color: #454545;
      font-size: 20px;
      line-height: 24px; }
    .main-about .images ul li .number {
      font-size: 144px;
      font-weight: 600;
      line-height: 117px;
      color: #2A73FE; }
    .main-about .images ul li .text-2 {
      color: #888888;
      font-weight: bold;
      font-size: 24px;
      line-height: 30px; }

.main-section {
  padding: 80px 0; }

.main-product {
  background-color: #ffffff; }

.item-pro {
  margin: 1px 1px 2px 1px;
  padding: 10px 10px 15px 10px;
  color: #333333;
  background-color: #fff;
  background-image: url('../images/bg_item_pro1.png');
  background-repeat: no-repeat;
  box-shadow: 0 4px 8px 0 rgba(42, 115, 254, 0.2), 0 6px 20px 0 rgba(42, 115, 254, 0.2);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .item-pro .info-pro {
    padding-top: 15px; }
    .item-pro .info-pro .name {
      color: #333333;
      font-weight: 600;
      font-size: 30px;
      line-height: 42px; }
      .item-pro .info-pro .name:hover {
        color: #fff; }
    .item-pro .info-pro .content {
      font-size: 16px;
      line-height: 24px;
      text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }
    .item-pro .info-pro .link-seemore {
      color: #2A73FE;
      font-size: 16px;
      line-height: 20px;
      color: #2A73FE; }
  .item-pro:hover {
    color: #fff;
    background-color: #2A73FE; }
    .item-pro:hover .name {
      color: #fff; }
    .item-pro:hover .link-seemore {
      color: #fff; }
      .item-pro:hover .link-seemore img {
        filter: brightness(100); }
.main-product .item-pro {
  height: 100%; }

.main-service {
  background-color: #F6F7F9; }

.item-service .image {
  padding-top: 128%; }
.item-service .info-service {
  position: absolute;
  bottom: 0;
  width: 100%;
  min-height: 33%;
  padding: 13px 24px 24px 24px;
  color: #fff;
  background: linear-gradient(0deg, #000000 0%, rgba(30, 30, 30, 0.6) 51.56%, rgba(51, 51, 51, 0) 100%);
  box-shadow: 0px 10px 30px -16px rgba(42, 115, 254, 0.25);
  z-index: 1; }
  .item-service .info-service .next-right {
    width: 40px;
    height: 40px;
    margin-bottom: 15px;
    color: #fff;
    font-size: 27px;
    border-radius: 50%;
    border: 1px solid #fff;
    background-color: transparent; }
  .item-service .info-service .name a {
    display: block;
    color: #fff;
    font-weight: 600;
    font-size: 24px;
    line-height: 28px; }
  .item-service .info-service .content {
    font-size: 18px;
    line-height: 24px;
    text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical; }
.item-service:hover .next-right {
  color: #fff;
  border-color: #FC781E;
  background-color: #FC781E; }
.item-service:hover .name a {
  color: #FC781E; }

.main-project:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  margin-bottom: -20px;
  width: 100%;
  height: 15%;
  background: linear-gradient(360deg, #FFFFFF 0%, rgba(255, 255, 255, 0.78) 41.67%, rgba(255, 255, 255, 0.52) 71.88%, rgba(255, 255, 255, 0) 100%);
  z-index: 1; }
.main-project .container {
  position: relative;
  z-index: 10; }
.item-project .image .c-img {
  padding-top: 115%; }
.item-project .image .cate {
  position: absolute;
  bottom: 0;
  min-width: 50%;
  padding: 10px;
  background-color: #2A73FE;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  z-index: 1; }
  .item-project .image .cate:hover {
    color: #fff;
    background-color: #FC781E; }
.item-project.item-2 .image .c-img {
  padding-top: 66%; }
.item-project .info-project {
  padding: 15px;
  margin-bottom: 30px;
  background-color: #fff;
  box-shadow: 0px 3px 10px rgba(42, 115, 254, 0.2); }
  .item-project .info-project .name {
    display: block;
    min-height: 45px;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #333333; }
    .item-project .info-project .name:hover {
      color: #FC781E; }
  .item-project .info-project .address, .item-project .info-project .date {
    font-size: 16px;
    line-height: 20px;
    color: #454545; }
  .item-project .info-project .link-seemore {
    font-size: 16px;
    line-height: 20px;
    color: #2A73FE; }
    .item-project .info-project .link-seemore:hover {
      color: #FC781E; }

.nav-cate ul {
  border-bottom: 1px solid #EBEBEB; }
  .nav-cate ul li {
    width: calc(100% / 5); }
    .nav-cate ul li .nav-link {
      display: block;
      width: 100%;
      padding: 10px 0;
      border-radius: 0;
      background: #fff;
      border-bottom: 3px solid transparent;
      font-size: 24px;
      font-weight: 600;
      line-height: 30px;
      color: #888888; }
      .nav-cate ul li .nav-link.active {
        color: #2A73FE;
        background: #fff;
        border-bottom-color: #2A73FE; }
      .nav-cate ul li .nav-link:hover {
        color: #2A73FE; }

.item-new-big {
  /*box-shadow: 0px 3px 10px rgba(42, 115, 254, 0.2);*/ }
  .item-new-big .image {
    padding-top: 70%; }
  .item-new-big .info-new {
    padding: 25px 0px;
    background-color: #fff; }
    .item-new-big .info-new .cate, .item-new-big .info-new .date {
      color: #2A73FE;
      font-size: 16px;
      font-weight: 400;
      line-height: 20px; }
    .item-new-big .info-new .cate:hover {
      color: #FC781E; }
    .item-new-big .info-new .name {
      color: #333333;
      font-weight: 600;
      font-size: 24px;
      line-height: 30px; }
      .item-new-big .info-new .name:hover {
        color: #FC781E; }

.item-new-small {
  margin-bottom: 30px; }
  .item-new-small .image {
    width: 220px;
    margin-right: 30px;
    padding-top: 25%; }
  .item-new-small .info-new {
    width: calc(100% - 250px);
    background-color: #fff; }
    .item-new-small .info-new .cate, .item-new-small .info-new .date {
      color: #2A73FE;
      font-size: 16px;
      font-weight: 400;
      line-height: 20px; }
    .item-new-small .info-new .cate:hover {
      color: #FC781E; }
    .item-new-small .info-new .name {
      color: #333333;
      font-weight: 600;
      font-size: 22px;
      line-height: 26px; }
      .item-new-small .info-new .name:hover {
        color: #FC781E; }
    .item-new-small .info-new .content {
      color: #454545;
      font-size: 18px;
      line-height: 22px; }

.main-partner {
  background-color: #F6F7F9; }
  .main-partner .slide_partner .title-ss-all {
    /*width: 230px;
    padding-right: 20px;*/ }
  .main-partner .slide_partner .swiper-container {
    width: 100%; }

.footer .footer-top {
  padding: 60px 0;
  background-color: #2358BB; }
  .footer .footer-top .logo-footer img {
    max-width: 115px; }
  .footer .footer-top .s-contact {
    color: #FFFFFF;
    font-size: 18px;
    line-height: 24px; }
    .footer .footer-top .s-contact strong {
      font-weight: bold; }
    .footer .footer-top .s-contact a {
      color: #fff; }
      .footer .footer-top .s-contact a:hover {
        color: #FC781E; }
    .footer .footer-top .s-contact .name-company {
      margin-top: 23px;
      color: #FFFFFF;
      font-weight: 600;
      font-size: 20px;
      line-height: 26px; }
  .footer .footer-top .title-footer {
    font-weight: 600;
    font-size: 22px;
    line-height: 26px; }
    .footer .footer-top .title-footer span {
      position: relative;
      display: inline-block;
      padding: 10px 0; }
      .footer .footer-top .title-footer span:before {
        position: absolute;
        content: "";
        width: 50%;
        height: 2px;
        bottom: 0;
        left: 0;
        background-color: #fff;
        z-index: 1; }
  .footer .footer-top .s-menu-ft {
    padding: 20px 0; }
    .footer .footer-top .s-menu-ft ul li {
      margin-bottom: 15px; }
      .footer .footer-top .s-menu-ft ul li a {
        color: #fff;
        font-size: 18px;
        font-weight: 400;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
        .footer .footer-top .s-menu-ft ul li a:hover {
          color: #FC781E; }
    .footer .footer-top .s-menu-ft.menu-service ul {
      display: block; }
.footer .footer-bottom {
  padding: 20px 0;
  background-color: #17459C; }
  .footer .footer-bottom .s-menu ul {
    display: flex;
    flex-wrap: wrap; }
    .footer .footer-bottom .s-menu ul li {
      position: relative; }
      .footer .footer-bottom .s-menu ul li:after {
        position: absolute;
        content: "";
        top: 0;
        right: 0;
        width: 1px;
        height: 90%;
        background-color: #fff; }
      .footer .footer-bottom .s-menu ul li:last-child::after {
        content: none; }
      .footer .footer-bottom .s-menu ul li a {
        display: block;
        padding: 0px 10px;
        color: #fff;
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
        .footer .footer-bottom .s-menu ul li a:hover {
          color: #FC781E; }
.list-social-ft {
  padding: 20px 0; }
.list-social-ft .item-social {
  margin-bottom: 15px; }
.list-social-ft .item-social i {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #fff;
  color: #17459C;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
.list-social-ft .item-social span {
  color: #fff;
  font-size: 16px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

  .list-social-ft .item-social:hover i {
    color: #fff;
    background-color: #FC781E; }
  .list-social-ft .item-social:hover span {
    color: #FC781E; }

.section-banner img {
  min-height: 400px;
  max-height: 400px; }
.section-banner .main-banner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1; }
  .section-banner .main-banner .banner-content {
    max-width: 530px;
    padding: 35px;
    border-left: 5px solid #2A73FE;
    background: rgba(255, 255, 255, 0.8); }
    .section-banner .main-banner .banner-content .text-1 {
      margin-bottom: 24px;
      color: #2A73FE;
      font-weight: 300;
      font-size: 18px;
      line-height: 21px; }
    .section-banner .main-banner .banner-content .text-2 {
      color: #333333;
      font-weight: 500;
      font-size: 40px;
      line-height: 54px;
      text-transform: uppercase; }

.section_breacrumb {
  margin: 0.625rem 0; }

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none; }

.breadcrumb li a {
  color: #333333;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.breadcrumb li a:hover {
  color: #2A73FE; }

.breadcrumb li:not(:last-child):after {
  content: '\f101';
  font-family: "FontAwesome";
  margin: 0 0.6125rem; }

.breadcrumb li:nth-last-child(2):after {
  color: #2A73FE; }

.breadcrumb li:last-child * {
  color: #2A73FE;
  pointer-events: none; }

.form-send-info .main-form {
  padding: 40px 30px;
  background-color: #033AA3; }
  .form-send-info .main-form .content {
    font-size: 18px;
    line-height: 24px; }

.form .form-group {
  margin-bottom: 24px; }
.form .form-group br {display: none;} 
.form .form-group .input-form:focus, .form .form-group .form-select:focus {
  box-shadow: none; }
  .form .form-group .input-form, .form .form-group .form-select {
    height: 46px;
    padding: 9px 12px;
    font-size: 18px;
    color: #fff;
    border-radius: 0;
    border: 1px solid #FFFFFF;
    background-color: rgba(255, 255, 255, 0.5); }
    .form .form-group .form-select {
      background-image: url('../images/vector-down.png');
      background-repeat: no-repeats;
      background-size: 14px 8px;}
    .form .form-group .input-form::-webkit-input-placeholder, .form .form-group .form-select::-webkit-input-placeholder {
      color: #fff; }
    .form .form-group .input-form:-ms-input-placeholder, .form .form-group .form-select:-ms-input-placeholder {
      color: #fff; }
    .form .form-group .input-form::placeholder, .form .form-group .form-select::placeholder {
      color: #fff; }
  .form .form-group.icon-input .input-form {
    padding-left: 50px; }
  .form .form-group.icon-input img {
    position: absolute;
    top: 50%;
    left: 18px;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    z-index: 10; }
  .form .form-group .form-select option {
    margin-bottom: 10px;
    color: #333333; }
  .form .form-group .form-select option:first-child {
    font-weight: 600; }
.form .btn-submit {
  padding: 11px 17px;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  color: #fff;
  border-radius: 0;
  border-color: #2A73FE;
  background-color: #2A73FE; }
  .form .btn-submit:hover {
    color: #fff;
    border-color: #FC781E;
    background-color: #FC781E; }

/*Style trang giới thiệu*/
.about-post {
  min-height: 480px; }
  .about-post.bg-about {
    background-repeat: no-repeat;
    background-size: contain; }
  .about-post.img-right {
    background-position: center right; }
  .about-post.img-left {
    background-position: center left; }
  .about-post .title {
    color: #333333;
    font-weight: 600;
    font-size: 26px;
    line-height: 30px; }

.develop-history .list-develop {
  flex-wrap: wrap; }
  .develop-history .list-develop .item-develop {
    width: calc((100% / 5) - 20px);
    padding: 45px 30px 40px;
    margin-right: 20px;
    background-color: #fff;
    box-shadow: 0px 3px 10px rgba(42, 115, 254, 0.2); }
    .develop-history .list-develop .item-develop:last-child {
      margin-right: 0; }
    .develop-history .list-develop .item-develop .image {
      margin-bottom: 30px; }
      .develop-history .list-develop .item-develop .image img {
        max-width: 60px;
        max-height: 60px;
        object-fit: contain; }
    .develop-history .list-develop .item-develop .number {
      font-weight: bold;
      font-size: 48px;
      line-height: 40px;
      color: #2A73FE;
      margin-bottom: 30px; }
    .develop-history .list-develop .item-develop .title {
      font-weight: 600;
      font-size: 20px;
      line-height: 24px;
      color: #454545; }

.section-target {
  min-height: 483px;
  padding: 60px 0;
  background-repeat: no-repeat;
  background-position: center right; }
  .section-target .frame-content {
    max-width: 668px;
    padding: 45px 50px 30px 45px;
    background: #FFFFFF;
    box-shadow: 0px 3px 10px rgba(42, 115, 254, 0.2); }
    .section-target .frame-content .title {
      font-weight: 600;
      font-size: 26px;
      line-height: 30px; }
    .section-target .frame-content .s-content {
      font-size: 18px;
      line-height: 24px; }

.develop-history2 .image {
  max-width: 545px;
  padding-top: 43%; }
.develop-history2 .info .year {
  position: relative;
  color: #2A73FE;
  font-weight: 600;
  font-size: 36px;
  line-height: 42px;
  text-transform: uppercase;
  background-color: #fff;
  z-index: 10; }
  .develop-history2 .info .year .dot {
    position: absolute;
    top: 50%;
    width: 24px;
    height: 24px;
    margin-top: -12px;
    border: 1px solid #2A73FE;
    border-radius: 50%;
    color: #2A73FE;
    font-size: 13px; }
.develop-history2 .info .content {
  max-width: 545px;
  color: #454545;
  font-size: 18px;
  line-height: 22px; }
  .develop-history2 .info .content .title {
    color: #333333;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px; }
.develop-history2 .before-right:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background-color: #C4C4C4;
  left: auto;
  right: 0;
  z-index: 0; }
.develop-history2 .before-left:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background-color: #C4C4C4;
  right: auto;
  left: 0;
  z-index: 0; }
.develop-history2 .row:last-child .image {
  margin-bottom: 0 !important; }
.develop-history2 .row:last-child .info {
  margin-bottom: 0 !important; }

.intro-factory {
  padding-bottom: 0;
  margin-bottom: 40px; }
  .intro-factory:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60%;
    background: linear-gradient(0deg, #FFFFFF 0%, rgba(196, 196, 196, 0) 100%);
    z-index: 1; }
  .intro-factory .main-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    margin-bottom: -40px;
    z-index: 10; }
    .intro-factory .main-content .s-content {
      max-width: 830px;
      margin: 0px auto;
      font-size: 18px;
      font-weight: 400;
      line-height: 24px;
      text-align: justify; }

.intro-worker {
  padding: 40px 0; }
  .intro-worker .slide_worker_intro .swiper-slide .image {
    padding-top: 67%; }
  .intro-worker .s-content {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px; }

.intro-product {
  padding: 40px 0; }
  .intro-product .slide_product_intro .swiper-slide .image {
    padding-top: 136%; }
  .intro-product .s-content {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px; }

/*Style trang giới thiệu*/
/*Style trang sản phẩm*/
.page-category-pro .item-pro {
  margin-bottom: 1.5rem; }

.why-us .swiper-slide {
  height: auto;
  overflow: hidden; }
  .why-us .swiper-slide .icon-next {
    width: 36px;
    overflow: hidden; }
  .why-us .swiper-slide .icon-next img {
    max-width: 72px;
    -webkit-transform: translateX(-36px);
     -moz-transform: translateX(-36px);
     -ms-transform: translateX(-36px);
     -o-transform: translateX(-36px);
     transform: translateX(-36px); }
.item-why {
  width: calc(100% - 36px);
  height: 100%;
  padding: 30px 10px 0px;
  background-color: #fff; }
  .item-why .image {
    margin-bottom: 25px; }
    .item-why .image img {
      max-width: 45px; }
  .item-why .title {
    color: #333333;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 16px; }
  .item-why .content {
    font-size: 18px;
    line-height: 24px;
    color: #454545; }

/*Style trang sản phẩm*/

.pagination > * {
  width: 2.5rem;
  height: 2.5rem;
  margin-right: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  color: #929292;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.pagination a:hover,
.pagination a:focus,
.pagination strong {
  font-weight: 600;
  background: #2358bb;
  color: #fff; }

.pagination {
  justify-content: flex-end; }

.main-list-cate .title {
  padding: 16px 20px 15px 20px;
  color: #fff;
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  background-color: #2A73FE;
  border: 1px solid #2A73FE;
}
.main-list-cate ul {
  display: block;
  padding: 24px 0;
  background-color: #fff;
  box-shadow: 0px 3px 10px rgba(42, 115, 254, 0.2);
}
.main-list-cate ul li {
  margin-bottom: 24px;
  background-color: #fff;
}
.main-list-cate ul li:last-child {
  margin-bottom: 0;
}
.main-list-cate ul li a {
  display: block;
  padding: 0px 24px;
  color: #888888;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  border-left: 4px solid transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.main-list-cate ul li:hover a,
.main-list-cate ul li.active a {
  color: #2A73FE;
  border-left-color: #2A73FE;
}

.project-page-detail .gallery-image-first .img-big {
  padding-top: 67%;
} 

.project-page-detail .info-project {
  margin: 32px 0;
  padding: 27px 50px;
  background-color: #fff;
  box-shadow: 0px 3px 10px rgba(42, 115, 254, 0.2);
}
.project-page-detail .info-project .item-info {
  padding: 10px 0;
}
.project-page-detail .info-project .item-info img {
  width: 20px;
}
.link-seemore {
  font-size: 18px;
  line-height: 24px;
  color: #2A73FE;
}
.link-seemore:hover {
  color: #FC781E;
}
.tag-share {
  border-bottom: 1px solid #DBDEE7;
}
.tag-share .title {
  padding: 10px 0;
  color: #333333;
  font-size: 18px;
  line-height: 24px;
}
.tag-share .main-tag {
  width: 60%;
}
.tag-share .main-tag ul {
  flex-wrap: wrap;
}
.tag-share .main-tag ul li {
  position: relative;
}
.tag-share .main-tag ul li::before {
  position: absolute;
  content: "";
  top: 10px;
  right: 0;
  width: 1px;
  height: 50%;
  background-color: #C4C4C4;
}
.tag-share .main-tag ul li:last-child::before {
  content: none;
}
.tag-share .main-tag ul li a {
  display: block;
  padding: 10px;
  font-size: 18px;
  line-height: 24px;
  color: #888888;
}
.tag-share .main-tag ul li a:hover {
  color: #FC781E;
}
.page-news-detail .tag-share .main-share {
  width: 40%;
}
.tag-share .main-share .list-social-share .item-share {
  width: 25px;
  font-size: 18px;
  color: #333333;
}
.tag-share .main-share .list-social-share .item-share:hover {
  color: #2A73FE;
}
.main-related {
  background-color: #F5F5F5;
}
.main-related .btn-contron-slide {
  width: 33px;
  height: 33px;
  margin-right: 15px;
  font-size: 18px;
  color: #737373;
  border-radius: 50%;
  border: 1px solid #737373;
  background-color: transparent;
}
.main-related .btn-contron-slide:hover,
.main-related .btn-contron-slide.active {
  color: #2A73FE;
  border-color: #2A73FE;
}
.main-related.related-pro .info-service > p,
.main-related.related-pro .info-service .content p:last-child {
  display: none;
}
.main-related.related-pro .item-service .info-service .name a {
  min-height: 45px;
}

.item-news-main {
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
}
.item-news-main .image {
  padding-top: 68%;
}
.item-news-main .info-news {
  padding: 15px 20px;
  background-color: #fff;
}
.item-news-main .info-news .name {
  display: block;
  min-height: 45px;
  color: #333333;
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
}
.item-news-main .info-news .name:hover {
  color: #2A73FE;
}
.item-news-main .info-news .date {
  font-size: 16px;
  line-height: 20px;
  color: #888888;
}
.item-news-main .info-news .short {
  font-size: 16px;
  line-height: 20px;
  color: #555555;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.page-service .item-service {
  margin-bottom: 1.5rem;
}
.btn-contact-link {
  display: inline-block;
  padding: 12px 30px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #FFFFFF;
  background-color: #2A73FE;
}
.btn-contact-link:hover {
  color: #fff;
  background-color: #FC781E;
}
.item-review-customer {
  padding: 30px 20px;
  background-color: #fff;
  box-shadow: 0px 3px 10px rgba(42, 115, 254, 0.2);
}
.item-review-customer .header {
  position: relative;
  box-shadow: none;
  z-index: 1;
}
.item-review-customer .header .image {
  width: 108px;
}
.item-review-customer .header .image img {
  width: 108px;
  height: 108px;
  border-radius: 100%;
  object-fit: cover;
}
.item-review-customer .header .info {
  width: calc(100% - 108px);
  padding-left: 20px;
}
.item-review-customer .header .info .name {
  color: #333333;
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
}
.item-review-customer .header .info .position {
  font-size: 18px;
  line-height: 22px;
  color: #454545;
}
.page-pro-detail .title-ss-all {
  font-size: 30px;
  line-height: 36px;
}
.page-pro-detail .config-product {
  padding: 16px 0;
}
.page-pro-detail .config-product ul {
  display: flex;
  flex-wrap: wrap;
}
.page-pro-detail .config-product ul li {
  width: 50%;
  margin-bottom: 15px;
  display: flex;
}
.page-pro-detail .config-product ul li span {
  width: 133px;
  font-size: 18px;
  line-height: 22px;
  color: #454545;
}
.page-pro-detail .config-product ul li strong {
  padding-left: 10px;
  color: #454545;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
}
.page-pro-detail .config-product .list-share {
  padding-left: 10px;
}
.page-pro-detail .config-product .list-share .item-share {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  font-size: 13px;
  color: #fff;
  background-color: #454545;
}
.page-pro-detail .config-product .list-share .item-share:hover {
  color: #fff;
  background-color: #2A73FE;
}
.btn-contact2 {
  display: block;
  padding: 14px 20px 12px 20px;
  font-weight: 600;
  font-size: 26px;
  line-height: 30px;
  color: #fff;
  background-color: #FC781E;
}
.btn-contact2:hover {
  color: #fff;
  background-color: #2A73FE;
}
.page-pro-detail {
  padding: 40px 0;
}
.page-pro-detail .content-product {
  padding-top: 10px;
}
.page-pro-detail .main-price {
  padding: 24px 0;
  color: #FC781E;
  font-weight: 600;
  font-size: 36px;
  line-height: 30px;
}
.page-pro-detail .main-price .price {
  padding: 1.2rem 1rem;
  background: #fafafa;
  border-radius: 5px;
  color: #fc781e;
  display: block;
}
.page-pro-detail .main-price .price .amount {
  display: flex;
  align-items: flex-end;
  margin-bottom: 15px;
}
.page-pro-detail .main-price .price .amount .title {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #454545;
  padding-right: 16px;
}
.page-pro-detail .main-price .price .note  {
  font-size: 18px; 
  color: red;
}

.main-content-detail {
  padding: 40px 0;
}
.main-content-detail .nav-cate ul li {
  width: calc(100% / 4);
}
.why-product {
  padding-bottom: 40px;
}
.why-product .frame-why {
  padding: 34px 50px;
  background-color: #fff;
  box-shadow: 0px 3px 10px rgba(42, 115, 254, 0.2);
}
.why-product .frame-why .title {
  color: #333333;
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
}
.why-product .frame-why ul {
  width: 100%;
  flex-wrap: wrap;
}
.why-product .frame-why ul li {
  position: relative;
  padding: 0 20px 0 30px;
  width: calc(100% / 3);
  margin-bottom: 24px;
}
.why-product .frame-why ul li img {
  position: absolute;
  top: 0;
  left: 0;
}
.item-project-main .image {
  padding-top: 85%;
}
.item-project-main .info-project {
  padding: 15px 0;
}
.item-project-main .info-project .name {
  display: block;
  min-height: 45px;
  color: #333333;
  font-weight: 600;
  font-size: 26px;
  line-height: 34px;
}
.item-project-main .info-project .name:hover {
  color: #FC781E;
}
.table-calc-price-product {
  padding: 24px 30px;
  background-color: #00359B;
}
.page-search .title-result-search {
  font-size: 18px;
  line-height: 24px;
  color: #333333;
}
.page-search .title-result-search strong {
  font-weight: 600;
  color: #FC781E;
}
.page-search .list-pro-search .item-service,
.page-search .list-project-search .item-project,
.page-search .list-service-search .item-service,
.page-search .list-post-search .item-news-main {
  margin-bottom: 1.5rem;
}
.back-to-top {
  position: fixed;
  font-size: 22px;
  cursor: pointer;
  text-align: center;
  z-index: 99999;
  width: 60px;
  height: 60px;
  line-height: 40px;
  right: 5%;
  bottom: 120px;
  border-radius: 100%;
  display: none;
  color: #17459C;
  background: #fff;
  border: 5px solid #2A73FE;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.back-to-top img {
  width: 22px;
  height: 25px;
  margin: auto;
  filter: brightness(1);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.back-to-top:hover {
  color:  #fff;
  background: #2A73FE;
}
.back-to-top:hover img {
  filter: brightness(100);
}
.image {
  position: relative;
  overflow: hidden;
}
.image::after {
  position: absolute;
  top: 0;
  left: -85%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  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%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.image:hover::after {
  -webkit-animation: shine 0.85s;
  animation: shine 0.85s;
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
.section_slide .item-slide .image::after,
.item-pro .image::after,
.item-service .image::after,
.new-big__content .image::after {
  content: none;
}
.pagination {
  display: flex;
  justify-content: center;
  padding-bottom: 30px;
}
.pagination ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination li {
  display: inline-block;
  min-width: 2.6rem;
  height: 2.6rem;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.pagination li:not(:last-child) {
  margin-right: 1rem;
}
.pagination li a, .pagination li span {
  width: 100%;
  height: 100%;
  background: #e9e9e9;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.pagination li span, .pagination li a:hover {
  background: #2A73FE;
  color: #fff;
}
.wpcf7-not-valid-tip {
  position: absolute;
  color: #fff !important;
  font-size: 1em;
  font-weight: normal;
  display: block;
  padding: 0 10px;
  background: #dc3232;
  z-index: 100;
}
.wpcf7 form .wpcf7-response-output {
  text-align: center !important;
  color: #fff !important;
  margin: 1em 0 !important;
}
.form-contact-page .wpcf7 form .wpcf7-response-output {
  text-align: left !important;
  color: #333333 !important;
  margin: 1em 0 !important;
}
.form-send-info-faq .wpcf7 form .wpcf7-response-output {
  color: #333333 !important;
}

.btn-call {
  position: fixed;
  bottom: 10%;
  left: 40px;
  z-index: 99;
}
.btn-call span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  width: 55px;
  height: 55px;
  margin: auto;
  border-radius: 50%;
  line-height: 55px;
  text-align: center;
  color: #fff;
  background: rgb(10, 124, 255);
}
.btn-call span:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    border: solid 1px rgba(10, 124, 255, 0.6);
    animation-name: zoomin;
    -webkit-animation-name: zoomin;
    animation-name: zoomin;
    -webkit-animation-name: zoomin;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}
.btn-call span:after {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    border-radius: 50%;
    background: rgba(10, 124, 255, 0.6);
    z-index: -1;
    animation-name: zoomout;
    -webkit-animation-name: zoomout;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}
.btn-call span i {
  animation-name: lac;
  -webkit-animation-name: lac;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
