/* Base */
body {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #000;
  font-weight: 400;
  position: relative; }
  body.active-menu {
    overflow: hidden; }

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

table,
td,
th {
  border: 1px solid black; }

ul,
ol,
li {
  list-style-position: inside; }

a {
  text-decoration: none;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  color: inherit; }

img {
  max-width: 100%; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.inner-container {
  max-width: 1230px;
  padding: 0px 15px;
  margin: 0 auto; }
  @media only screen and (max-width: 960px) {
    .inner-container {
      padding: 0px 10px; } }

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.row {
  margin: 0px -15px; }
  @media only screen and (max-width: 960px) {
    .row {
      margin: 0px -5px; } }

.hidden {
  display: none; }

.error {
  font-size: 13px;
  color: red; }

input[type="checkbox"] {
  margin-right: 5px; }

::-webkit-input-placeholder {
  color: #555; }

::-moz-placeholder {
  color: #555; }

:-ms-input-placeholder {
  color: #555; }

::-ms-input-placeholder {
  color: #555; }

::placeholder {
  color: #555; }

button, textarea {
  font-family: inherit; }

@keyframes nhapnho {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(-20px); } }
@keyframes nhapnhay {
  0% {
    transform: scale(1);
    color: #fff; }
  100% {
    transform: scale(1.1);
    color: #FFC600; } }
@keyframes lac {
  0% {
    transform: rotate(0); }
  10% {
    transform: rotate(-25deg); }
  20% {
    transform: rotate(25deg); }
  30% {
    transform: rotate(-25deg); }
  40% {
    transform: rotate(25deg); }
  50% {
    transform: rotate(0); }
  100% {
    transform: rotate(0); } }
@keyframes hotline_before {
  0% {
    transform: scale(0.4);
    opacity: 0; }
  50% {
    transform: scale(0.8);
    opacity: 1; }
  100% {
    transform: scale(1);
    opacity: 0; } }
@keyframes hotline_after {
  0% {
    transform: scale(0.5); }
  100% {
    transform: scale(1); } }
.nav-swiper {
  display: flex;
  width: 50px;
  height: 100px;
  align-items: center;
  justify-content: center;
  background: #0A3970;
  color: #fff;
  opacity: 0;
  transition: .4s;
  transform: scaleX(0);
  visibility: hidden;
  font-size: 30px;
  top: calc(50% - 50px);
  margin: 0; }
  .nav-swiper.swiper-button-prev {
    left: 0;
    transform-origin: left;
    clip-path: polygon(0% 0%, 0% 100%, 100% 50%);
    text-indent: -13px; }
  .nav-swiper.swiper-button-next {
    right: 0;
    transform-origin: right;
    clip-path: polygon(100% 0%, 0% 50%, 100% 100%);
    text-indent: 13px; }

.swiper-container:hover .nav-swiper {
  transform: scaleX(1);
  opacity: .6;
  visibility: visible; }
  .swiper-container:hover .nav-swiper.swiper-button-disabled {
    opacity: 0; }

/* Page navigation */
.page-navi {
  display: block;
  width: 100%;
  text-align: center;
  margin: 10px 0px 30px; }
  .page-navi button {
    display: inline-block;
    height: 35px;
    width: 35px;
    border: none;
    color: #333;
    background: #fff;
    font-weight: 600;
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.05);
    transition: .4s;
    border-radius: 50%;
    cursor: pointer;
    margin: 5px; }
    .page-navi button:hover, .page-navi button.active {
      background: #0A3970;
      color: #fff; }

#btn-to-top {
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  font-size: 20px;
  border: 2px solid #fff;
  background: #0a3970;
  color: #fff;
  border-radius: 50%;
  cursor: pointer;
  z-index: 99; }

.hotline-ani {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  background: none;
  position: fixed;
  bottom: 0px;
  left: 0px;
  z-index: 99; }
  .hotline-ani:before, .hotline-ani:after {
    content: "";
    position: absolute;
    border-radius: 50%;
    overflow: hidden; }
  .hotline-ani:before {
    z-index: 1;
    border: 2px solid #0A3970;
    width: 100%;
    height: 100%;
    animation: 1s hotline_before ease-in-out 0s infinite; }
  .hotline-ani:after {
    z-index: 2;
    background: rgba(10, 57, 112, 0.3);
    width: 80%;
    height: 80%;
    animation: 1s hotline_after 0s ease-out infinite alternate; }
  .hotline-ani .icon-hotline-ani {
    position: absolute;
    width: 50%;
    height: 50%;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
    animation: 1s lac 0s ease-in infinite;
    z-index: 3; }
  .hotline-ani .hotline-number {
    position: absolute;
    left: 50%;
    white-space: nowrap;
    background: #0A3970;
    color: #fff;
    padding: 0px 20px 0px 40px;
    display: flex;
    align-items: center;
    height: 50%;
    border-radius: 0px 40px 40px 0px; }
  .hotline-ani.zalo-ani {
    bottom: 90px; }
    .hotline-ani.zalo-ani:before {
      border-color: #0A94E3; }
    .hotline-ani.zalo-ani:after {
      background: rgba(10, 148, 227, 0.3); }

/* Header */
.full-header {
  position: relative;
  display: block;
  width: 100%;
  background: #0A3970;
  padding: 10px 0px;
  color: #fff; }
  @media only screen and (max-width: 640px) {
    .full-header {
      padding: 5px 0px; } }
  .full-header .main-header {
    justify-content: space-between;
    align-items: center; }
    @media only screen and (max-width: 640px) {
      .full-header .main-header {
        justify-content: center;
        font-size: 13px; } }
    .full-header .main-header .col-header {
      display: block;
      padding: 0px 15px; }
      .full-header .main-header .col-header.header-right ul {
        display: block;
        width: 100%; }
        .full-header .main-header .col-header.header-right ul li {
          display: inline-block;
          margin-left: 10px; }
          .full-header .main-header .col-header.header-right ul li:first-child {
            margin-left: 0px; }
          .full-header .main-header .col-header.header-right ul li i {
            margin-right: 5px; }
          .full-header .main-header .col-header.header-right ul li:hover a {
            color: #FFC600; }

/* Menu */
.full-menu {
  display: block;
  width: 100%;
  padding: 10px 0px;
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 99;
  transition: .4s; }
  .full-menu.fixed {
    padding: 5px 0px;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1); }
  .full-menu .main-menu {
    justify-content: space-between;
    align-items: center; }
    .full-menu .main-menu .col-menu {
      display: block;
      padding: 0px 15px; }
      .full-menu .main-menu .col-menu.menu-left {
        max-width: 300px; }
        @media only screen and (640px) {
          .full-menu .main-menu .col-menu.menu-left {
            max-width: 60%; } }
        .full-menu .main-menu .col-menu.menu-left .logo {
          display: block;
          width: 100%; }
          .full-menu .main-menu .col-menu.menu-left .logo img {
            display: block;
            max-height: 100px;
            transition: .4s; }
      .full-menu .main-menu .col-menu.menu-right {
        max-width: calc(100% - 300px); }
        .active-menu .full-menu .main-menu .col-menu.menu-right .overlay-menu-mobi {
          display: block;
          position: fixed;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background: rgba(0, 0, 0, 0.5);
          z-index: 1; }
        @media only screen and (min-width: 961px) {
          .full-menu .main-menu .col-menu.menu-right #menu-primary > .menu-item {
            display: inline-block;
            position: relative; }
            .full-menu .main-menu .col-menu.menu-right #menu-primary > .menu-item:before {
              content: "";
              position: absolute;
              width: 100%;
              height: 0;
              bottom: 0;
              left: 0;
              background: #0A3970;
              transition: .4s;
              opacity: 0;
              visibility: hidden; }
            .full-menu .main-menu .col-menu.menu-right #menu-primary > .menu-item:hover:before, .full-menu .main-menu .col-menu.menu-right #menu-primary > .menu-item.active:before {
              height: 100%;
              opacity: 1;
              visibility: visible; }
            .full-menu .main-menu .col-menu.menu-right #menu-primary > .menu-item > .menu-link {
              display: block;
              position: relative;
              padding: 10px;
              text-transform: uppercase; }
            .full-menu .main-menu .col-menu.menu-right #menu-primary > .menu-item:hover > .menu-link, .full-menu .main-menu .col-menu.menu-right #menu-primary > .menu-item.active > .menu-link {
              color: #fff; }
            .full-menu .main-menu .col-menu.menu-right #menu-primary > .menu-item > .sub-menu {
              position: absolute;
              top: 100%;
              left: 0;
              transition: .4s;
              transform-style: preserve-3d;
              transform-origin: top;
              transform: perspective(400px) rotateX(-90deg);
              opacity: 0;
              visibility: visible;
              border-top: 2px solid #0A3970;
              background: #fff;
              width: 240px;
              box-shadow: 0px 3px 1px 2px rgba(0, 0, 0, 0.1); }
              .full-menu .main-menu .col-menu.menu-right #menu-primary > .menu-item > .sub-menu .menu-item {
                display: inline-block;
                width: 100%;
                border-bottom: 1px solid #f0f0f0; }
                .full-menu .main-menu .col-menu.menu-right #menu-primary > .menu-item > .sub-menu .menu-item:last-child {
                  border-bottom: 0px; }
                .full-menu .main-menu .col-menu.menu-right #menu-primary > .menu-item > .sub-menu .menu-item .menu-link {
                  display: block;
                  width: 100%;
                  text-transform: capitalize;
                  padding: 8px 15px; }
                  .full-menu .main-menu .col-menu.menu-right #menu-primary > .menu-item > .sub-menu .menu-item .menu-link:hover {
                    background: #0A3970;
                    color: #fff; }
            .full-menu .main-menu .col-menu.menu-right #menu-primary > .menu-item:hover > .sub-menu {
              transform: perspective(0) rotateX(0deg);
              opacity: 1;
              visibility: visible; }
            .full-menu .main-menu .col-menu.menu-right #menu-primary > .menu-item:last-child > .sub-menu {
              left: unset;
              right: 0; } }
        @media only screen and (max-width: 960px) {
          .full-menu .main-menu .col-menu.menu-right #menu-primary {
            display: block;
            width: 240px;
            height: 100vh;
            overflow: auto;
            position: fixed;
            top: 0;
            left: 0;
            background: #0A3970;
            color: #fff;
            transition: .4s;
            transform: translateX(-100%);
            opacity: 0;
            visibility: hidden;
            z-index: 2; }
            .active-menu .full-menu .main-menu .col-menu.menu-right #menu-primary {
              opacity: 1;
              visibility: visible;
              transform: translateX(0); }
            .full-menu .main-menu .col-menu.menu-right #menu-primary .menu-item {
              display: block;
              width: 100%;
              border-bottom: 1px solid rgba(255, 255, 255, 0.3);
              position: relative; }
              .full-menu .main-menu .col-menu.menu-right #menu-primary .menu-item:last-child {
                border-bottom: 0; }
              .full-menu .main-menu .col-menu.menu-right #menu-primary .menu-item .menu-link {
                display: block;
                width: 100%;
                padding: 8px 10px; }
                .full-menu .main-menu .col-menu.menu-right #menu-primary .menu-item .menu-link:hover {
                  background: #2373D4; }
              .full-menu .main-menu .col-menu.menu-right #menu-primary .menu-item.menu-item-has-children a {
                width: calc(100% - 35px); }
              .full-menu .main-menu .col-menu.menu-right #menu-primary .menu-item .sub-menu {
                background: rgba(0, 0, 0, 0.3);
                display: none; }
              .full-menu .main-menu .col-menu.menu-right #menu-primary .menu-item .btn-sub-mobi {
                display: flex;
                width: 35px;
                height: 35px;
                align-items: center;
                justify-content: center;
                position: absolute;
                top: 0;
                right: 0;
                cursor: pointer;
                transition: .4s; }
                .full-menu .main-menu .col-menu.menu-right #menu-primary .menu-item .btn-sub-mobi.active {
                  transform: rotate(-180deg); } }
        @media only screen and (max-width: 960px) {
          .full-menu .main-menu .col-menu.menu-right .btn-menu-mobi {
            display: flex;
            width: 40px;
            height: 40px;
            align-items: center;
            justify-content: center;
            font-size: 35px;
            color: #0A3970;
            background: none;
            border: none;
            cursor: pointer;
            position: relative;
            z-index: 3; }
            .full-menu .main-menu .col-menu.menu-right .btn-menu-mobi .hide-menu {
              display: none; }
            .full-menu .main-menu .col-menu.menu-right .btn-menu-mobi.active .hide-menu {
              display: block;
              color: #fff; }
            .full-menu .main-menu .col-menu.menu-right .btn-menu-mobi.active .show-menu {
              display: none; } }
  .full-menu.fixed .main-menu .col-menu.menu-left .logo img {
    max-height: 50px; }

/* Footer */
.full-footer {
  display: block;
  width: 100%; }
  .full-footer .main-footer {
    padding: 30px 0px 10px;
    border-bottom: 1px solid #fff; }
    .full-footer .main-footer .col-footer {
      display: block;
      width: calc(100%/4);
      padding: 0px 15px;
      color: #fff;
      margin-bottom: 20px; }
      @media only screen and (max-width: 960px) {
        .full-footer .main-footer .col-footer {
          width: calc(100%/2);
          padding: 0px 5px; } }
      @media only screen and (max-width: 480px) {
        .full-footer .main-footer .col-footer {
          width: 100%; } }
      .full-footer .main-footer .col-footer .tt-footer-box {
        display: block;
        width: 100%;
        text-transform: uppercase;
        color: #fff;
        font-weight: 600; }
      .full-footer .main-footer .col-footer .footer-content {
        display: block;
        width: 100%;
        overflow: hidden;
        margin-top: 15px; }
        .full-footer .main-footer .col-footer .footer-content .menu-footer {
          display: block;
          width: 100%; }
          .full-footer .main-footer .col-footer .footer-content .menu-footer li {
            display: list-item;
            width: 100%;
            margin-bottom: 10px; }
            .full-footer .main-footer .col-footer .footer-content .menu-footer li:last-child {
              margin-bottom: 0; }
            .full-footer .main-footer .col-footer .footer-content .menu-footer li a {
              display: inline-block;
              color: #eee; }
              .full-footer .main-footer .col-footer .footer-content .menu-footer li a:hover {
                color: #fff; }
          .full-footer .main-footer .col-footer .footer-content .menu-footer.info li {
            display: inline-block; }
            .full-footer .main-footer .col-footer .footer-content .menu-footer.info li i {
              margin-right: 5px; }
        .full-footer .main-footer .col-footer .footer-content .list-social {
          display: block;
          width: 100%;
          margin-bottom: 15px; }
          .full-footer .main-footer .col-footer .footer-content .list-social li {
            display: inline-block;
            margin: 0px 10px; }
            .full-footer .main-footer .col-footer .footer-content .list-social li a {
              display: block;
              width: 100%;
              font-size: 30px; }
              .full-footer .main-footer .col-footer .footer-content .list-social li a:hover {
                transform: translateY(-2px); }
      .full-footer .main-footer .col-footer.footer-box-1 {
        text-align: center; }
        .full-footer .main-footer .col-footer.footer-box-1 .logo-ft {
          display: block;
          max-width: 300px;
          margin: 0 auto; }
          .full-footer .main-footer .col-footer.footer-box-1 .logo-ft img {
            display: block;
            max-height: 100px; }
        .full-footer .main-footer .col-footer.footer-box-1 p {
          display: block;
          width: 100%;
          margin: 10px 0px; }
        .full-footer .main-footer .col-footer.footer-box-1 a:not(a.logo-ft) {
          display: block;
          width: 100%;
          padding: 10px;
          text-align: center;
          border: 1px solid #fff;
          text-transform: uppercase;
          font-weight: 600;
          color: #fff; }
          .full-footer .main-footer .col-footer.footer-box-1 a:not(a.logo-ft):hover {
            background: #2373D4; }
  .full-footer .footer-bottom {
    display: block;
    width: 100%;
    padding: 10px 0px; }
    .full-footer .footer-bottom p {
      display: block;
      width: 100%;
      text-align: center;
      color: #fff; }

.full-content {
  display: block;
  width: 100%;
  /* Section 1 */
  /* Section 2 */
  /* Section 3 */
  /* Section 4 */
  /* Section 5 */ }
  .full-content .full-slider {
    display: block;
    width: 100%; }
    .full-content .full-slider .item-slider {
      display: block;
      width: 100%; }
      .full-content .full-slider .item-slider img {
        display: block;
        width: 100%;
        object-fit: cover; }
    .full-content .full-slider .owl-nav [class*="owl-"] {
      display: flex;
      width: 30px;
      height: 60px;
      align-items: center;
      justify-content: center;
      font-size: 24px;
      background: #fff;
      color: #000;
      position: absolute;
      top: calc(50% - 30px);
      opacity: 0;
      visibility: hidden;
      transition: .4s; }
      .full-content .full-slider .owl-nav [class*="owl-"].owl-prev {
        left: 0; }
      .full-content .full-slider .owl-nav [class*="owl-"].owl-next {
        right: 0; }
    .full-content .full-slider:hover .owl-nav [class*="owl-"] {
      opacity: .5;
      visibility: visible; }
      .full-content .full-slider:hover .owl-nav [class*="owl-"]:hover {
        opacity: .8; }
      .full-content .full-slider:hover .owl-nav [class*="owl-"].owl-prev {
        left: 10px; }
      .full-content .full-slider:hover .owl-nav [class*="owl-"].owl-next {
        right: 10px; }
  .full-content .sec-2 {
    display: block;
    width: 100%;
    position: relative;
    background: #fff; }
    @media only screen and (max-width: 960px) {
      .full-content .sec-2 .inner-container {
        padding: 0; } }
    .full-content .sec-2:before {
      content: "";
      display: block;
      width: 50%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background: #0A3970; }
      @media only screen and (max-width: 960px) {
        .full-content .sec-2:before {
          display: none; } }
    .full-content .sec-2 .main-sec-2 {
      width: 100%; }
      .full-content .sec-2 .main-sec-2 .col-sec-2 {
        display: block;
        width: calc(100%/2); }
        @media only screen and (max-width: 960px) {
          .full-content .sec-2 .main-sec-2 .col-sec-2 {
            width: 100%; } }
        .full-content .sec-2 .main-sec-2 .col-sec-2.left-sec-2 {
          padding-right: 50px;
          color: #fff;
          background: none; }
          @media only screen and (max-width: 960px) {
            .full-content .sec-2 .main-sec-2 .col-sec-2.left-sec-2 {
              background: #0A3970;
              order: 2;
              padding: 0; } }
          .full-content .sec-2 .main-sec-2 .col-sec-2.left-sec-2 .slider-service {
            display: block;
            width: 100%; }
            .full-content .sec-2 .main-sec-2 .col-sec-2.left-sec-2 .slider-service .item-service {
              display: block;
              text-align: center;
              padding: 40px 0px 30px; }
              @media only screen and (max-width: 960px) {
                .full-content .sec-2 .main-sec-2 .col-sec-2.left-sec-2 .slider-service .item-service {
                  padding: 40px 15px 30px; } }
              .full-content .sec-2 .main-sec-2 .col-sec-2.left-sec-2 .slider-service .item-service .img-item-service {
                display: block;
                width: 100%;
                overflow: hidden;
                animation: 2s nhapnho 0s ease-in-out infinite alternate;
                max-width: 400px;
                margin: 0 auto; }
                .full-content .sec-2 .main-sec-2 .col-sec-2.left-sec-2 .slider-service .item-service .img-item-service img {
                  max-width: 100%;
                  display: block;
                  width: 100%;
                  height: 100%;
                  object-fit: contain; }
              .full-content .sec-2 .main-sec-2 .col-sec-2.left-sec-2 .slider-service .item-service .ct-item-service {
                display: inline-block;
                width: 100%;
                margin-bottom: 20px; }
                .full-content .sec-2 .main-sec-2 .col-sec-2.left-sec-2 .slider-service .item-service .ct-item-service .tt-item-service {
                  display: none; }
                  @media only screen and (max-width: 960px) {
                    .full-content .sec-2 .main-sec-2 .col-sec-2.left-sec-2 .slider-service .item-service .ct-item-service .tt-item-service {
                      display: block;
                      width: 100%;
                      color: #fff;
                      font-weight: 600;
                      font-size: 24px; } }
                  @media only screen and (max-width: 640px) {
                    .full-content .sec-2 .main-sec-2 .col-sec-2.left-sec-2 .slider-service .item-service .ct-item-service .tt-item-service {
                      font-size: 20px; } }
                .full-content .sec-2 .main-sec-2 .col-sec-2.left-sec-2 .slider-service .item-service .ct-item-service .des-item-service {
                  display: block;
                  width: 100%;
                  line-height: 1.5;
                  margin: 20px 0px;
                  font-size: 16px; }
                  @media only screen and (max-width: 640px) {
                    .full-content .sec-2 .main-sec-2 .col-sec-2.left-sec-2 .slider-service .item-service .ct-item-service .des-item-service {
                      font-size: 14px;
                      margin: 15px 0px; } }
                .full-content .sec-2 .main-sec-2 .col-sec-2.left-sec-2 .slider-service .item-service .ct-item-service .price-item-service {
                  font-size: 20px;
                  max-width: 100%;
                  display: inline-block;
                  font-weight: 600;
                  animation: 1s nhapnhay 0s ease-in-out infinite alternate; }
              .full-content .sec-2 .main-sec-2 .col-sec-2.left-sec-2 .slider-service .item-service .btn-item-service {
                display: inline-flex;
                margin: 0 auto;
                align-items: center;
                background: none;
                color: #fff;
                transition: .4s;
                padding: 10px 30px;
                border-radius: 5px;
                border: 2px solid #fff;
                font-weight: 600;
                font-size: 16px;
                text-decoration: none; }
                .full-content .sec-2 .main-sec-2 .col-sec-2.left-sec-2 .slider-service .item-service .btn-item-service i {
                  margin-left: 10px; }
                .full-content .sec-2 .main-sec-2 .col-sec-2.left-sec-2 .slider-service .item-service .btn-item-service:hover {
                  background: rgba(0, 0, 0, 0.3); }
                @media only screen and (max-width: 640px) {
                  .full-content .sec-2 .main-sec-2 .col-sec-2.left-sec-2 .slider-service .item-service .btn-item-service {
                    font-size: 14px;
                    padding: 8px 30px; } }
            .full-content .sec-2 .main-sec-2 .col-sec-2.left-sec-2 .slider-service .nav-btn {
              display: none; }
              @media only screen and (max-width: 960px) {
                .full-content .sec-2 .main-sec-2 .col-sec-2.left-sec-2 .slider-service .nav-btn {
                  display: block;
                  width: 60px;
                  height: 60px;
                  background: #fff;
                  padding: 5px 10px;
                  font-size: 20px;
                  color: #0A3970;
                  opacity: .5;
                  top: 0;
                  margin: 0;
                  transition: .4s; }
                  .full-content .sec-2 .main-sec-2 .col-sec-2.left-sec-2 .slider-service .nav-btn.swiper-button-next {
                    clip-path: polygon(0% 0%, 100% 100%, 100% 0%);
                    right: 0;
                    text-align: right; }
                  .full-content .sec-2 .main-sec-2 .col-sec-2.left-sec-2 .slider-service .nav-btn.swiper-button-prev {
                    clip-path: polygon(0% 0%, 0% 100%, 100% 0%);
                    left: 0;
                    text-align: left; } }
            .full-content .sec-2 .main-sec-2 .col-sec-2.left-sec-2 .slider-service .swiper-pagination {
              display: none; }
              @media only screen and (max-width: 960px) {
                .full-content .sec-2 .main-sec-2 .col-sec-2.left-sec-2 .slider-service .swiper-pagination {
                  display: block; } }
        .full-content .sec-2 .main-sec-2 .col-sec-2.right-sec-2 {
          padding: 50px 0px; }
          @media only screen and (max-width: 960px) {
            .full-content .sec-2 .main-sec-2 .col-sec-2.right-sec-2 {
              order: 1;
              padding: 30px 10px;
              text-align: center; } }
          @media only screen and (max-width: 640px) {
            .full-content .sec-2 .main-sec-2 .col-sec-2.right-sec-2 {
              padding: 15px 10px; } }
          .full-content .sec-2 .main-sec-2 .col-sec-2.right-sec-2 h3 {
            display: block;
            width: 100%;
            margin: 0;
            padding-left: 30px;
            font-size: 40px;
            color: #000;
            font-weight: 600; }
            @media only screen and (max-width: 960px) {
              .full-content .sec-2 .main-sec-2 .col-sec-2.right-sec-2 h3 {
                padding: 0;
                margin: 0px 0px 20px; } }
            @media only screen and (max-width: 640px) {
              .full-content .sec-2 .main-sec-2 .col-sec-2.right-sec-2 h3 {
                font-size: 24px;
                margin-bottom: 10px; } }
          .full-content .sec-2 .main-sec-2 .col-sec-2.right-sec-2 p {
            display: block;
            width: 100%;
            color: #333;
            line-height: 1.5;
            font-size: 16px;
            margin: 40px 0px;
            padding-left: 30px; }
            @media only screen and (max-width: 960px) {
              .full-content .sec-2 .main-sec-2 .col-sec-2.right-sec-2 p {
                margin: 0;
                padding: 0; } }
            @media only screen and (max-width: 640px) {
              .full-content .sec-2 .main-sec-2 .col-sec-2.right-sec-2 p {
                font-size: 14px; } }
          .full-content .sec-2 .main-sec-2 .col-sec-2.right-sec-2 .list-ctrl-service {
            display: block;
            width: 100%; }
            @media only screen and (max-width: 960px) {
              .full-content .sec-2 .main-sec-2 .col-sec-2.right-sec-2 .list-ctrl-service {
                display: none; } }
            .full-content .sec-2 .main-sec-2 .col-sec-2.right-sec-2 .list-ctrl-service .ctrl-service {
              display: inline-flex;
              align-items: center;
              width: 100%;
              font-size: 24px;
              color: #000;
              padding: 30px;
              position: relative;
              overflow: hidden;
              margin-bottom: 10px;
              transition: .6s;
              cursor: pointer; }
              .full-content .sec-2 .main-sec-2 .col-sec-2.right-sec-2 .list-ctrl-service .ctrl-service:hover, .full-content .sec-2 .main-sec-2 .col-sec-2.right-sec-2 .list-ctrl-service .ctrl-service.active {
                color: #fff; }
              .full-content .sec-2 .main-sec-2 .col-sec-2.right-sec-2 .list-ctrl-service .ctrl-service:before {
                content: "";
                position: absolute;
                width: 0;
                height: 100%;
                left: 0;
                top: 0;
                background: #0A3970;
                transition: .6s;
                border-radius: 0px;
                z-index: 0; }
              .full-content .sec-2 .main-sec-2 .col-sec-2.right-sec-2 .list-ctrl-service .ctrl-service:hover:before, .full-content .sec-2 .main-sec-2 .col-sec-2.right-sec-2 .list-ctrl-service .ctrl-service.active:before {
                width: 100%;
                border-radius: 0px 100px 100px 0px; }
              .full-content .sec-2 .main-sec-2 .col-sec-2.right-sec-2 .list-ctrl-service .ctrl-service i, .full-content .sec-2 .main-sec-2 .col-sec-2.right-sec-2 .list-ctrl-service .ctrl-service span {
                position: relative; }
              .full-content .sec-2 .main-sec-2 .col-sec-2.right-sec-2 .list-ctrl-service .ctrl-service i {
                margin-right: 10px; }
              .full-content .sec-2 .main-sec-2 .col-sec-2.right-sec-2 .list-ctrl-service .ctrl-service:hover i, .full-content .sec-2 .main-sec-2 .col-sec-2.right-sec-2 .list-ctrl-service .ctrl-service.active i {
                font-weight: bold; }
  .full-content .sec-3 {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 50px 0px; }
    @media only screen and (max-width: 640px) {
      .full-content .sec-3 {
        padding: 30px 0px; } }
    .full-content .sec-3 .tt-sec-3 {
      display: block;
      width: 100%;
      text-align: center;
      font-size: 40px;
      position: relative;
      z-index: 1;
      color: #fff;
      text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
      font-weight: 600;
      padding-bottom: 20px;
      margin-bottom: 30px; }
      @media only screen and (max-width: 640px) {
        .full-content .sec-3 .tt-sec-3 {
          font-size: 24px;
          padding-bottom: 10px;
          margin-bottom: 15px; } }
      .full-content .sec-3 .tt-sec-3:before {
        content: "";
        width: 100px;
        height: 3px;
        border-radius: 5px;
        background: #fff;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translate(-50%, 50%); }
    .full-content .sec-3 .main-sec-3 {
      display: block;
      width: 100%;
      position: relative;
      z-index: 1; }
      .full-content .sec-3 .main-sec-3 .ct-main-sec-3 {
        display: block;
        width: 100%; }
        .full-content .sec-3 .main-sec-3 .ct-main-sec-3 .item-project {
          width: 100%;
          margin: 0; }
      .full-content .sec-3 .main-sec-3 .btn-all-project {
        display: block;
        width: 100%;
        text-align: center;
        margin-top: 30px; }
        .full-content .sec-3 .main-sec-3 .btn-all-project a {
          display: inline-block;
          padding: 10px 30px;
          font-weight: 600;
          text-transform: uppercase;
          color: #fff;
          border: 2px solid #fff;
          border-radius: 5px;
          box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1); }
          @media only screen and (max-width: 640px) {
            .full-content .sec-3 .main-sec-3 .btn-all-project a {
              padding: 8px 30px; } }
          .full-content .sec-3 .main-sec-3 .btn-all-project a:hover {
            background: rgba(10, 57, 112, 0.6); }
    .full-content .sec-3 .bg-sec-3 {
      position: absolute;
      width: 100%;
      height: 100%;
      display: block;
      top: 0;
      left: 0;
      overflow: hidden;
      filter: blur(5px);
      transform: scale(1.05);
      z-index: 0; }
  .full-content .sec-4 {
    display: block;
    width: 100%;
    padding: 40px 0px; }
    @media only screen and (max-width: 640px) {
      .full-content .sec-4 {
        padding: 30px 0px; } }
    .full-content .sec-4 .main-sec-4 {
      display: block;
      width: 100%; }
      .full-content .sec-4 .main-sec-4 .tt-sec-4 {
        display: block;
        width: 100%;
        text-align: center;
        font-size: 40px;
        font-weight: 600;
        color: #000;
        position: relative;
        padding-bottom: 10px;
        margin-bottom: 30px; }
        @media only screen and (max-width: 640px) {
          .full-content .sec-4 .main-sec-4 .tt-sec-4 {
            font-size: 24px;
            margin-bottom: 15px; } }
        .full-content .sec-4 .main-sec-4 .tt-sec-4:after {
          content: "";
          position: absolute;
          display: block;
          width: 100px;
          height: 3px;
          background: #0A3970;
          border-radius: 5px;
          bottom: 0;
          left: 50%;
          transform: translate(-50%, 50%); }
      .full-content .sec-4 .main-sec-4 .ct-main-sec-4 {
        display: block;
        margin: 0px -5px;
        padding: 5px; }
        .full-content .sec-4 .main-sec-4 .ct-main-sec-4 .item-news {
          width: 100%;
          margin: 0; }
        .full-content .sec-4 .main-sec-4 .ct-main-sec-4 .nav-news {
          display: flex;
          width: 30px;
          height: 50px;
          font-size: 30px;
          align-items: center;
          justify-content: center;
          background: #0A3970;
          color: #fff;
          box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
          opacity: 0;
          visibility: hidden;
          margin: 0;
          top: calc(50% - 25px);
          transition: .4s; }
          .full-content .sec-4 .main-sec-4 .ct-main-sec-4 .nav-news.swiper-button-prev {
            left: 0; }
          .full-content .sec-4 .main-sec-4 .ct-main-sec-4 .nav-news.swiper-button-next {
            right: 0; }
        .full-content .sec-4 .main-sec-4 .ct-main-sec-4:hover .nav-news {
          opacity: .5;
          visibility: visible; }
          .full-content .sec-4 .main-sec-4 .ct-main-sec-4:hover .nav-news:hover {
            opacity: .8; }
          .full-content .sec-4 .main-sec-4 .ct-main-sec-4:hover .nav-news.swiper-button-prev {
            left: 10px; }
          .full-content .sec-4 .main-sec-4 .ct-main-sec-4:hover .nav-news.swiper-button-next {
            right: 10px; }
          .full-content .sec-4 .main-sec-4 .ct-main-sec-4:hover .nav-news.swiper-button-disabled {
            opacity: 0;
            visibility: hidden; }
      .full-content .sec-4 .main-sec-4 .btn-all-news {
        display: block;
        width: 100%;
        text-align: center;
        margin-top: 30px; }
        .full-content .sec-4 .main-sec-4 .btn-all-news a {
          display: inline-block;
          padding: 10px 30px;
          border: 2px solid #0A3970;
          font-weight: 600;
          border-radius: 5px;
          color: #0A3970;
          text-transform: uppercase; }
          @media only screen and (max-width: 640px) {
            .full-content .sec-4 .main-sec-4 .btn-all-news a {
              padding: 8px 30px; } }
          .full-content .sec-4 .main-sec-4 .btn-all-news a:hover {
            background: #0A3970;
            color: #fff; }
  .full-content .sec-5 {
    display: block;
    width: 100%;
    background: #f0f0f0;
    position: relative; }
    .full-content .sec-5:before {
      content: "";
      position: absolute;
      display: block;
      width: 50%;
      height: 100%;
      background: #0A3970;
      top: 0;
      left: 0; }
    .full-content .sec-5 .main-sec-5 {
      width: 100%;
      position: relative;
      background: #f0f0f0; }
      .full-content .sec-5 .main-sec-5 .tt-sec-5 {
        width: 30%;
        background: #0A3970;
        color: #fff;
        display: flex;
        align-items: center;
        text-align: left;
        font-weight: 600;
        font-size: 36px;
        position: relative;
        overflow: hidden; }
        @media only screen and (max-width: 640px) {
          .full-content .sec-5 .main-sec-5 .tt-sec-5 {
            font-size: 24px;
            width: 40%; } }
        .full-content .sec-5 .main-sec-5 .tt-sec-5:after {
          content: "";
          position: absolute;
          display: block;
          top: -1px;
          right: -1px;
          background: #f0f0f0;
          width: 50px;
          height: 105%;
          clip-path: polygon(0% 0%, 100% 100%, 100% 0%); }
      .full-content .sec-5 .main-sec-5 .ct-main-sec-5 {
        width: 70%;
        padding: 30px 0px; }
        @media only screen and (max-width: 640px) {
          .full-content .sec-5 .main-sec-5 .ct-main-sec-5 {
            width: 60%; } }
        .full-content .sec-5 .main-sec-5 .ct-main-sec-5 .item-partner a {
          display: block;
          width: 100%;
          overflow: hidden; }
          .full-content .sec-5 .main-sec-5 .ct-main-sec-5 .item-partner a img {
            display: block;
            width: 100%;
            max-height: 50px;
            object-fit: contain; }
        .full-content .sec-5 .main-sec-5 .ct-main-sec-5 .nav-partner {
          display: flex;
          align-items: center;
          justify-content: center;
          width: 20px;
          height: 40px;
          background: #0A3970;
          color: #fff;
          opacity: 0;
          visibility: hidden;
          top: calc(50% - 20px);
          margin: 0;
          transform: scale(0);
          transition: .4s; }
          .full-content .sec-5 .main-sec-5 .ct-main-sec-5 .nav-partner.swiper-button-prev {
            transform-origin: left;
            left: 0;
            clip-path: polygon(0% 0%, 0% 100%, 100% 50%);
            text-indent: -5px; }
          .full-content .sec-5 .main-sec-5 .ct-main-sec-5 .nav-partner.swiper-button-next {
            transform-origin: right;
            right: 0;
            clip-path: polygon(0% 50%, 100% 100%, 100% 0%);
            text-indent: 5px; }
        .full-content .sec-5 .main-sec-5 .ct-main-sec-5:hover .nav-partner {
          transform: scale(1);
          opacity: .5;
          visibility: visible; }
          .full-content .sec-5 .main-sec-5 .ct-main-sec-5:hover .nav-partner:hover {
            opacity: .8; }
          .full-content .sec-5 .main-sec-5 .ct-main-sec-5:hover .nav-partner.swiper-button-disabled {
            opacity: 0;
            visibility: hidden; }

/* Project */
.item-project {
  display: block;
  width: calc(100%/3 - 30px);
  margin: 15px;
  text-align: center;
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
  transition: .4s; }
  @media only screen and (max-width: 960px) {
    .item-project {
      width: calc(100%/3 - 10px);
      margin: 5px; } }
  @media only screen and (max-width: 768px) {
    .item-project {
      width: calc(100%/2 - 10px); } }
  @media only screen and (max-width: 480px) {
    .item-project {
      width: calc(100% - 10px); } }
  .item-project:hover {
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.2); }
  .item-project .img-item-project {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    height: 400px; }
    .item-project .img-item-project:after {
      content: "";
      position: absolute;
      width: 100%;
      height: 30px;
      bottom: 0;
      left: 0;
      background: linear-gradient(to bottom, transparent, #fff);
      z-index: 3; }
    .item-project .img-item-project img {
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 100%;
      height: auto;
      z-index: 1;
      transition: 3s ease-in-out; }
    .item-project .img-item-project .overlay-item-project {
      position: absolute;
      top: 0;
      left: 0;
      display: flex;
      width: 100%;
      height: 100%;
      align-items: center;
      justify-content: center;
      background: rgba(10, 57, 112, 0.4);
      opacity: 0;
      visibility: hidden;
      transition: .4s;
      z-index: 2; }
      .item-project .img-item-project .overlay-item-project a {
        display: inline-block;
        padding: 8px 20px;
        border: 1px solid #fff;
        color: #fff; }
        .item-project .img-item-project .overlay-item-project a:hover {
          background: rgba(0, 0, 0, 0.8); }
  .item-project:hover .img-item-project .overlay-item-project {
    opacity: 1;
    visibility: visible; }
  .item-project .ct-item-project {
    display: block;
    width: 100%;
    background: #fff;
    padding: 10px; }
  .item-project h4 {
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #0A3970; }
  .item-project h5 {
    display: block;
    width: 100%;
    font-weight: normal; }

/* News */
.item-news {
  display: block;
  width: calc(100%/3 - 30px);
  margin: 15px;
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
  transition: .4s; }
  @media only screen and (max-width: 960px) {
    .item-news {
      width: calc(100%/3 - 10px);
      margin: 5px; } }
  @media only screen and (max-width: 768px) {
    .item-news {
      width: calc(100%/2 - 10px); } }
  @media only screen and (max-width: 480px) {
    .item-news {
      width: calc(100% - 10px); } }
  .item-news:hover {
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.2); }
  .item-news .img-item-news {
    display: block;
    width: 100%;
    overflow: hidden; }
    .item-news .img-item-news img {
      display: block;
      width: 100%;
      max-height: 300px;
      object-fit: cover;
      transition: .4s; }
  .item-news:hover .img-item-news img {
    transform: scale(1.05); }
  .item-news .ct-item-news {
    display: block;
    width: 100%;
    padding: 15px; }
    .item-news .ct-item-news .tt-item-news {
      display: block;
      width: 100%;
      margin-bottom: 10px; }
      .item-news .ct-item-news .tt-item-news a {
        display: -webkit-box;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 18px;
        color: #000;
        font-weight: 600;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2; }
        .item-news .ct-item-news .tt-item-news a:hover {
          color: #0A3970; }
    .item-news .ct-item-news .date-item-news {
      display: block;
      width: 100%;
      font-size: 13px;
      color: #555;
      padding: 8px 0px;
      border-top: 1px solid #eee;
      border-bottom: 1px solid #eee; }
      .item-news .ct-item-news .date-item-news i {
        margin-right: 5px; }
    .item-news .ct-item-news .des-item-news {
      display: -webkit-box;
      width: 100%;
      overflow: hidden;
      text-overflow: ellipsis;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 4;
      line-height: 1.5;
      margin: 10px 0px;
      color: #333; }
    .item-news .ct-item-news .btn-item-news {
      display: block;
      width: 100%;
      text-align: right; }
      .item-news .ct-item-news .btn-item-news a {
        display: inline-block;
        padding: 5px 20px;
        color: #0A3970;
        border: 1px solid #0A3970;
        border-radius: 5px; }
        .item-news .ct-item-news .btn-item-news a i {
          margin-left: 5px; }
        .item-news .ct-item-news .btn-item-news a:hover {
          background: #0A3970;
          color: #fff; }

.full-more-layout {
  display: block;
  width: 100%;
  position: relative;
  transition: .4s;
  height: 250px;
  padding: 20px 0px; }
  @media only screen and (max-width: 640px) {
    .full-more-layout {
      padding: 10px 0px;
      height: 200px; }
      .full-more-layout h1 {
        font-size: 24px;
        font-weight: 600; } }
  .full-more-layout .breadcrumbs {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    background: rgba(0, 0, 0, 0.1);
    padding: 10px 0px; }
    .full-more-layout .breadcrumbs ul {
      display: flex;
      width: 100%;
      flex-wrap: wrap;
      align-items: center; }
      .full-more-layout .breadcrumbs ul li {
        display: inline-block;
        position: relative;
        color: #f0f0f0;
        padding-right: 10px;
        margin-right: 10px;
        text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
        max-width: 50%; }
        .full-more-layout .breadcrumbs ul li:after {
          content: "\f101";
          font-family: "Font Awesome 5 Pro";
          font-weight: thin;
          position: absolute;
          right: -6px;
          top: 3px; }
        .full-more-layout .breadcrumbs ul li:last-child:after {
          display: none; }
        .full-more-layout .breadcrumbs ul li a {
          display: -webkit-box;
          width: 100%;
          color: #fff;
          overflow: hidden;
          text-overflow: ellipsis;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 1; }
          .full-more-layout .breadcrumbs ul li a:hover {
            text-decoration: underline; }

.tt-page {
  display: block;
  width: 100%;
  padding: 50px 0px 10px;
  margin-bottom: 30px;
  position: relative;
  text-align: center;
  font-size: 36px; }
  @media only screen and (max-width: 640px) {
    .tt-page {
      font-size: 26px;
      padding: 20px 0px 10px;
      margin: 0; } }
  .tt-page:after {
    content: "";
    position: absolute;
    width: 100px;
    height: 2px;
    background: #0A3970;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%); }

.main-page {
  display: block;
  width: 100%; }

/* Page Project */
.page-projects .cate-projects {
  display: block;
  width: 100%;
  margin: 50px 0px 20px; }
  @media only screen and (max-width: 640px) {
    .page-projects .cate-projects {
      margin: 20px 0px 10px; } }
  .page-projects .cate-projects ul {
    display: block;
    width: 100%;
    text-align: center; }
    .page-projects .cate-projects ul li {
      display: inline-block;
      margin: 5px; }
      .page-projects .cate-projects ul li a {
        display: block;
        width: 100%;
        padding: 5px 10px;
        background: #fff;
        border: 1px solid #0A3970;
        color: #0A3970;
        border-radius: 30px;
        white-space: nowrap; }
        @media only screen and (max-width: 640px) {
          .page-projects .cate-projects ul li a {
            font-size: 13px;
            padding: 3px 8px; } }
        .page-projects .cate-projects ul li a:hover {
          background: #0A3970;
          color: #fff; }
      .page-projects .cate-projects ul li.active-cate a {
        background: #0A3970;
        color: #fff; }
.page-projects .view-more-project {
  display: block;
  width: 100%;
  margin: 10px 0px 30px;
  text-align: center; }
  .page-projects .view-more-project button {
    height: 35px;
    padding: 0px 30px;
    font-weight: 600;
    text-transform: uppercase;
    border: 2px solid #0A3970;
    color: #0A3970;
    background: #fff;
    transition: .4s;
    border-radius: 5px;
    cursor: pointer; }
    .page-projects .view-more-project button:hover {
      background: #0A3970;
      color: #fff; }

/* Page News */
.page-news .list-news {
  margin-top: 20px; }

/* Page News Detail */
.page-news-detail .tt-page {
  text-align: left;
  margin: 0;
  padding-top: 30px;
  font-size: 30px; }
  @media only screen and (max-width: 640px) {
    .page-news-detail .tt-page {
      font-size: 26px;
      padding-top: 20px; } }
  .page-news-detail .tt-page:after {
    display: none; }
.page-news-detail .info-post {
  display: block;
  width: 100%;
  padding: 10px 0px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee; }
  .page-news-detail .info-post ul {
    display: block;
    width: 100%; }
    .page-news-detail .info-post ul li {
      display: inline-block;
      margin-left: 10px;
      color: #555; }
      .page-news-detail .info-post ul li i {
        margin-right: 5px; }
.page-news-detail .entry-content {
  display: block;
  width: 100%;
  line-height: 1.7;
  padding: 30px 0px;
  border-bottom: 1px solid #eee; }
  @media only screen and (max-width: 640px) {
    .page-news-detail .entry-content {
      padding: 20px 0px; } }
.page-news-detail .related-news {
  display: block;
  width: 100%;
  margin: 50px 0px; }
  @media only screen and (max-width: 640px) {
    .page-news-detail .related-news {
      margin: 20px 0px; } }
  .page-news-detail .related-news .tt-related-news {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 26px;
    font-weight: 600;
    color: #0A3970;
    padding-bottom: 10px;
    margin-bottom: 20px;
    position: relative; }
    .page-news-detail .related-news .tt-related-news:after {
      content: "";
      position: absolute;
      width: 100px;
      height: 2px;
      background: #0A3970;
      bottom: 0;
      left: calc(50% - 50px); }
  .page-news-detail .related-news .main-related-news {
    margin: 0px -5px;
    padding: 5px; }
    .page-news-detail .related-news .main-related-news .item-news {
      width: 100%;
      margin: 0; }

/* Page Default */
.page-default .entry-content {
  display: block;
  width: 100%;
  line-height: 1.7;
  margin: 50px 0px; }

/* Page Contact */
.page-contact .tt-page {
  display: none; }
.page-contact .map-contact {
  display: block;
  width: 100%; }
  .page-contact .map-contact iframe {
    display: block;
    width: 100%; }
.page-contact .main-contact {
  padding: 30px 0px; }
  .page-contact .main-contact .col-contact {
    display: block;
    padding: 0px 15px; }
    @media only screen and (max-width: 960px) {
      .page-contact .main-contact .col-contact {
        padding: 0px 5px; } }
    .page-contact .main-contact .col-contact.info-contact {
      width: 35%; }
      @media only screen and (max-width: 768px) {
        .page-contact .main-contact .col-contact.info-contact {
          width: 100%;
          margin-bottom: 15px; } }
      .page-contact .main-contact .col-contact.info-contact h2 {
        display: block;
        width: 100%;
        font-weight: 600;
        font-size: 24px;
        color: #0A3970;
        margin-bottom: 10px; }
      .page-contact .main-contact .col-contact.info-contact .des-info-contact {
        display: block;
        width: 100%;
        line-height: 1.5;
        margin-bottom: 15px; }
      .page-contact .main-contact .col-contact.info-contact .list-info-contact {
        display: block;
        width: 100%; }
        .page-contact .main-contact .col-contact.info-contact .list-info-contact li {
          display: inline-block;
          width: 100%;
          margin-bottom: 5px; }
          .page-contact .main-contact .col-contact.info-contact .list-info-contact li:last-child {
            margin-bottom: 0px; }
          .page-contact .main-contact .col-contact.info-contact .list-info-contact li i {
            margin-right: 5px; }
          .page-contact .main-contact .col-contact.info-contact .list-info-contact li a {
            color: #0A3970; }
            .page-contact .main-contact .col-contact.info-contact .list-info-contact li a:hover {
              text-decoration: underline; }
    .page-contact .main-contact .col-contact.form-contact {
      width: 65%; }
      @media only screen and (max-width: 768px) {
        .page-contact .main-contact .col-contact.form-contact {
          width: 100%; } }
      .page-contact .main-contact .col-contact.form-contact h2 {
        display: block;
        width: 100%;
        font-weight: 600;
        font-size: 24px;
        color: #0A3970;
        margin-bottom: 10px; }
      .page-contact .main-contact .col-contact.form-contact .field-form {
        display: block;
        width: 100%;
        padding: 0px 15px;
        margin-bottom: 10px; }
        @media only screen and (max-width: 960px) {
          .page-contact .main-contact .col-contact.form-contact .field-form {
            padding: 0px 5px; } }
        .page-contact .main-contact .col-contact.form-contact .field-form.f-col-6 {
          width: calc(100%/2); }
          .page-contact .main-contact .col-contact.form-contact .field-form.f-col-3 {
            width: calc(100%/4); }
          @media only screen and (max-width: 480px) {
            .page-contact .main-contact .col-contact.form-contact .field-form.f-col-6 {
              width: 100%; } }
        .page-contact .main-contact .col-contact.form-contact .field-form label {
          display: inline-block;
          margin-bottom: 5px; }
        .page-contact .main-contact .col-contact.form-contact .field-form input, .page-contact .main-contact .col-contact.form-contact .field-form textarea {
          display: block;
          width: 100%;
          height: 35px;
          background: #f0f0f0;
          border: none;
          outline: none;
          padding: 0px 10px;
          font-size: 14px; }
        .page-contact .main-contact .col-contact.form-contact .field-form textarea {
          min-height: 100px;
          padding: 10px; }
        .page-contact .main-contact .col-contact.form-contact .field-form.field-btn {
          text-align: center;
          margin: 10px 0px 0px; }
          .page-contact .main-contact .col-contact.form-contact .field-form.field-btn button {
            height: 35px;
            padding: 0px 30px;
            background: #fff;
            border: 2px solid #0A3970;
            color: #0A3970;
            font-weight: 600;
            transition: .4s;
            border-radius: 5px;
            cursor: pointer; }
            .page-contact .main-contact .col-contact.form-contact .field-form.field-btn button:hover {
              background: #0A3970;
              color: #fff; }
            .page-contact .main-contact .col-contact.form-contact .field-form.field-btn button i {
              margin-right: 5px; }

/*# sourceMappingURL=style.css.map */
