.loadx {
    background: url(../storage/images/cycle.png) no-repeat center center;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 110000;
    width: 82px;
    height: 82px;
    margin: -41px 0 0 -41px;
    border-radius: 50%;
    animation: Preloader 1.5s linear infinite;
  }
  .loadx1 {
    background: url(../storage/images/cycle1.png) no-repeat center center;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 110000;
    width: 82px;
    height: 82px;
    margin: -41px 0 0 -41px;
    border-radius: 50%;
    animation: Preloader 1.5s linear infinite;
  }
  .container {
    position: relative;
    width: 100%;
    height: 100vh;
    display: block;
    overflow: hidden;
    z-index: 1;
  }
  body.auto .container {
    height: auto;
  }
  section {
    width: 100%;
    height: auto;
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
  }
  .content-page,
  .content-home {
    background-color: #ececec;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 2;
  }
  .content-table {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    animation-duration: 0.3s;
  }
  .wrap-content {
    position: relative;
    display: block;
    width: 90%;
    max-width: 1100px;
    margin: auto;
    height: auto;
    z-index: 5;
  }
  .section-first {
    z-index: 1;
  }
  .no-wheel .box-nav {
    pointer-events: none;
    z-index: 2;
  }
  .box-nav {
    width: 8px;
    height: auto;
    position: absolute;
    left: 40px;
    top: 50%;
    padding: 10px 0;
    transition: all 0.3s ease-in-out;
    transform: translate(0, -50%);
    opacity: 0;
    z-index: 20;
    background-color: rgb(0 51 160 / 0.3);
    padding: 6px;
    width: 42px;
    border-radius: 30px;
  }
  .box-nav.show {
    opacity: 1;
  }
  .box-nav ul {
    width: 100%;
    height: auto;
    position: relative;
    text-align: center;
    list-style: none;
  }
  .box-nav li {
    position: relative;
    display: block;
    vertical-align: top;
    height: auto;
    margin: 0;
    margin-bottom: 15px;
  }
  .box-nav li:last-child {
    margin: 0;
  }
  .box-nav li > span {
    font-weight: 600;
    font-size: 12px;
    line-height: 1.4;
    color: #fff;
    background-color: #aac456;
    text-transform: uppercase;
    text-align: right;
    white-space: nowrap;
    padding: 8px;
    position: absolute;
    display: inline-block;
    top: 50%;
    right: 35px;
    opacity: 0;
    visibility: hidden;
    transform: translate3d(100px, -50%, 0) scale3d(0, 1, 1);
    transition: all 0.3s ease-in-out;
    border-radius: 10px;
    display: none;
  }
  .box-nav li a {
    content: " ";
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: relative;
    display: block;
    transition: all 0.3s ease-in-out;
    color: #fff;
    line-height: 28px;
  }
  .box-nav li.current a {
    pointer-events: none;
  }
  .box-nav li.current a::before {
    opacity: 1;
  }
  .box-nav li.current a {
    background-color: #fbb12f;
  }
  .box-nav li:first-child {
    display: none;
  }
  .captcha {
    width: 300px;
    height: auto;
    display: inline-block;
    vertical-align: top;
    position: relative;
    transform: scale(0.8, 0.8);
    margin: -8px;
    position: relative;
  }
  .g-recaptcha {
    width: 100%;
    height: auto;
    display: inline-block;
    position: relative;
    margin: 0;
  }
  .g-recaptcha > div {
    width: 100% !important;
    height: auto !important;
  }
  .input-select {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0 0 10px 0;
    z-index: 1;
  }
  .input-select select {
    position: relative;
    display: block;
    width: 100%;
    height: 64px;
    line-height: 1.6;
    padding: 5px 64px 5px 20px;
    color: #999;
    font-size: 16px;
    font-weight: 600;
    background: url(../storage/images/arrow-down.png) no-repeat right center;
    overflow: hidden;
    outline: none;
    border: none;
    cursor: pointer;
    border: 1px solid #ddd;
  }
  .input-select::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(0deg, #ffffff 0%, #eee 100%);
    z-index: -1;
  }
  .input-select select::-ms-expand {
    display: none;
  }
  .input-select select option {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.6;
    padding: 15px 20px;
    background-color: #62676e;
  }
  .input-select select [title] {
    font-size: 16px;
    color: #000;
    font-weight: 600;
  }
  .input-select {
    display: inline-block;
    width: auto;
    margin: 0 1px;
    min-width: 350px;
  }
  .input-select select {
    height: 48px;
    line-height: 48px;
    padding: 0 48px 0 20px;
    box-shadow: none;
    border-radius: 30px;
    background: url(../storage/images/select.png) no-repeat right center;
    font-weight: 600;
    font-size: 14px;
    color: #000;
  }
  .input-select::after {
    background: #fff;
    border-radius: 30px;
  }
  .social {
    position: relative;
    display: block;
    height: auto;
    text-align: center;
  }
  .social ul {
    width: 100%;
    height: auto;
    display: block;
    list-style: none;
  }
  .social li {
    position: relative;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
  }
  .social li a {
    width: 50px;
    height: 50px;
    opacity: 0.7;
    display: block;
    text-indent: -9999999px;
  }
  .facebook {
    background: url(../storage/images/facebook.svg) no-repeat center center / cover;
  }
  .google {
    background: url(../storage/images/google.svg) no-repeat center center / cover;
  }
  .youtube {
    background: url(../storage/images/youtube.svg) no-repeat center center / cover;
  }
  .pic-img {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    backface-visibility: hidden;
    pointer-events: none;
  }
  .pic-img img {
    opacity: 0;
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    pointer-events: none;
    z-index: -9999;
  }
  .bg-cover {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
  }
  .box-cover {
    width: 100%;
    position: relative;
    height: auto;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: none;
    overflow: hidden;
  }
  .bg-cover img,
  .box-cover img {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    opacity: 0;
    pointer-events: none;
    z-index: -1;
  }
  .show-text .bg-screen::after {
    opacity: 1;
  }
  .is-IE .bg-screen::after,
  .is-Edge .bg-screen::after {
    display: none;
  }
  .show-text .bg-screen::after {
    opacity: 1;
  }
  .is-IE .show-text .bg-screen::before,
  .is-Edge .show-text .bg-screen::before {
    opacity: 1;
  }
  .is-IE .banner-home::before,
  .is-Edge .banner-home::before {
    opacity: 0.5;
  }
  .overlay-dark {
    background-color: rgb(0 51 160 / 0.8);
    height: 0;
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    overflow: hidden;
    -ms-touch-action: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    transition: height 0.8s ease-in-out;
    z-index: 1500;
  }
  .overlay-dark.show,
  .overlay-dark.level-index-in {
    height: 100%;
  }
  .bg-color {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    background-color: #788892;
    padding: 15vh 0;
    margin: -30vh 0 0 0;
    z-index: -1;
  }
  .bg-fixed {
    background-attachment: fixed;
    backface-visibility: hidden;
  }
  .is-IE .bg-fixed::after {
    display: none;
  }
  .bg-gradient {
    background-color: rgb(170 196 86 / 0.5);
  }
  .outer-nav {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    z-index: 10;
  }
  .outer-nav.second {
    top: 0;
    bottom: auto;
    left: 0;
    position: fixed;
    opacity: 0;
    pointer-events: none;
    background-color: #e5eaf5;
    transition: all 0.6s ease-in-out;
    box-shadow: 0 10px 30px rgb(0 0 0 / 0.3);
    backface-visibility: hidden;
    top: -100px;
    padding: 5px 0;
    border-bottom: 0;
    z-index: 99;
  }
  .sub-nav {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 1px auto 0 auto;
    text-align: center;
  }
  .outer-nav.second .sub-nav {
    text-align: center;
  }
  .sub-nav ul {
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
    white-space: nowrap;
    font-size: 0;
  }
  .sub-nav li {
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
    vertical-align: middle;
    margin: 0 -1px 0 0;
  }
  .sub-nav li a {
    display: block;
    padding: 15px 30px;
    text-transform: uppercase;
    margin: 0 2px 0 0;
    font-weight: 600;
    font-size: 14px;
    color: #fff;
    transition: all 0.3s ease-in-out;
    background-color: #0033a0;
  }
  .sub-nav li.current a,
  .sub-nav li.active-color a {
    background-color: #fbb12f;
    color: #fff;
  }
  .sub-nav li.current::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  .outer-nav.second.fixed {
    top: 80px;
    opacity: 1;
    pointer-events: auto;
  }
  .outer-nav.second.fixed .sub-nav li a {
    padding: 10px 15px;
    font-size: 12px;
  }
  .sub-project {
    position: absolute;
    display: inline-block;
    width: auto;
    height: auto;
    text-align: left;
    margin-top: 100px;
    z-index: 10;
  }
  .sub-project.fixed {
    position: fixed;
    left: 0;
    top: 50px;
  }
  .sub-project ul {
    position: relative;
    display: block;
    width: auto;
    height: auto;
  }
  .sub-project li {
    position: relative;
    display: block;
    width: auto;
    height: auto;
    margin: 0 0 1px 0;
  }
  .sub-project li a {
    display: block;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    color: #fff;
    transition: all 0.3s ease-in-out;
    background-color: #0033a0;
  }
  .sub-project li.current a {
    background-color: #fbb12f;
    pointer-events: none;
  }
  .details-content {
    position: fixed;
    width: 100%;
    height: 100%;
    opacity: 0;
    text-align: center;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    top: 0;
    left: 0;
    scrollbar-color: inherit;
    scrollbar-width: thin;
    z-index: 3000;
  }
  .details-content::before,
  .details-content::after {
    content: "";
    position: relative;
    display: inline-block;
    width: auto;
    height: 100%;
    vertical-align: middle;
  }
  .details-content > span {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1;
  }
  .details-center {
    position: relative;
    display: inline-block;
    width: 90%;
    height: auto;
    vertical-align: middle;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0;
    margin: 0 auto;
    z-index: 5;
    background-color: #fff;
  }
  .details-center h2 {
    color: #0033a0;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.4;
    text-align: center;
    text-transform: uppercase;
    display: block;
    margin: 0 0 20px 0;
  }
  .details-outer {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 30px 50px 50px 50px;
    background-color: #fff;
  }
  .details-text {
    position: relative;
    width: 100%;
    height: auto;
    padding: 30px 0;
    display: block;
    border-bottom: 1px dotted #404040;
    border-top: 1px dotted #404040;
    font-size: 16px;
    line-height: 1.4;
    color: #404040;
    text-align: left;
  }
  .details-text a {
    color: #0033a0;
  }
  .details-text a:hover {
    color: #fbb12f;
  }
  .details-text h3 {
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 600;
    color: #404040;
    text-transform: uppercase;
  }
  .details-text h3 strong {
    font-weight: 600;
  }
  .details-text p {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 1.6;
  }
  .details-text p strong {
    font-weight: 600;
  }
  .details-text img,
  .details-text p img {
    display: block;
    width: auto !important;
    height: auto !important;
    max-width: 100%;
    margin: 0 auto;
    border: 10px solid rgb(255 255 255 / 0.5);
    border-left: 0;
    border-right: 0;
  }
  .details-text ol,
  .details-text ul {
    text-align: left;
    list-style: inherit;
  }
  .details-text ol li,
  .details-text li,
  .details-text p span,
  .details-text span {
    text-align: left;
    margin: 5px 0;
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
  }
  .details-text table {
    display: inline-block;
    width: auto;
    max-width: 100%;
    border-spacing: 1px;
    border-spacing: 1px;
    margin: 20px auto;
    table-layout: fixed;
  }
  .details-text table th,
  .details-text table td {
    padding: 10px 10px 12px 10px;
    font-size: inherit;
    font-weight: inherit;
    font-family: inherit;
    color: inherit;
    line-height: 1.2;
    border-radius: 5px;
  }
  .details-text table tbody:only-child tr:first-child td,
  .details-text table thead th,
  .details-text table thead td {
    background-color: rgb(0 0 0 / 0.3);
    color: #fff;
    font-size: 16px;
    text-align: center;
  }
  .detail-but {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    background-color: #fff;
    padding: 30px 0 0 5px;
    text-align: center;
  }
  .download-but {
    position: relative;
    display: inline-block;
    color: #fff;
    padding: 10px 80px 10px 20px;
    background-color: #fbb12f;
    text-align: left;
    vertical-align: middle;
  }
  .download-but::before {
    content: "";
    position: absolute;
    left: -5px;
    top: -5px;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    border: 1px solid #fbb12f;
  }
  .download-but::after {
    content: "";
    width: 40px;
    height: 40px;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -20px;
    background: url(../storage/images/select1.png) no-repeat center center/ contain;
    background-color: rgb(0 0 0 / 0.3);
    border-radius: 50%;
  }
  .download-but span {
    font-size: 20px;
    font-weight: 300;
    color: #fff;
  }
  .download-but h3 {
    margin-top: 5px;
    font-size: 30px;
    font-weight: 600;
    color: #fff;
  }
  .browse-but {
    position: relative;
    display: inline-block;
    color: #fff;
    padding: 24px 30px;
    background-color: #0033a0;
    text-align: left;
    vertical-align: middle;
    margin: 0 0 0 20px;
  }
  .browse-but::before {
    content: "";
    position: absolute;
    left: -5px;
    top: -5px;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    border: 1px solid #0033a0;
  }
  .browse-but h3 {
    margin-top: 5px;
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
  }
  .browse-but span {
    padding: 5px 10px;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 20px;
    background-color: #fff;
    color: #333;
  }
  .browse-but input {
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
  }
  .box-slider {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
    display: block;
    float: left;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    z-index: 1;
  }
  .group-central {
    width: 100%;
    height: 100vh;
    position: absolute;
    left: 0;
    top: 0;
    backface-visibility: hidden;
    transform: translate(0, 100%);
    overflow: hidden;
  }
  .group-central.show-text {
    z-index: 1;
  }
  .group-central:first-child {
    transform: translateY(0%);
  }
  .content-main {
    width: 100%;
    height: 100%;
    position: absolute;
    left: auto;
    top: auto;
    text-align: center;
    overflow: hidden;
    padding: 80px 0 0 0;
    z-index: 2;
  }
  .content-main::before,
  .content-main::after {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
  }
  .container-main {
    position: relative;
    width: 90%;
    max-width: 1200px;
    margin: auto;
    display: inline-block;
    vertical-align: middle;
    z-index: 5;
  }
  .container-main-sm {
    position: relative;
    width: 90%;
    max-width: 900px;
    margin: auto;
    display: inline-block;
    vertical-align: middle;
    z-index: 5;
  }
  .all-pics {
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 4000;
    display: none;
  }
  .all-pics.show {
    display: block;
  }
  .all-pics .text-length {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    top: 10px;
    text-align: center;
    opacity: 0;
    z-index: 9998;
  }
  .all-pics .text-length h3 {
    font-weight: 400;
    font-size: 15px;
    color: #fff;
    line-height: 1.4;
    position: relative;
    text-align: center;
    padding: 10px 20px;
    text-transform: uppercase;
    display: inline-block;
    background-color: rgb(0 0 0 / 0.2);
  }
  .full {
    position: relative;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    display: block;
  }
  .full img {
    width: auto;
    max-width: 80%;
    height: auto;
    outline: none;
    border: none;
    margin: 0 auto;
    display: block;
    opacity: 0;
    position: relative;
    cursor: url(../storage/images/openhand.png) 6 8, move;
    z-index: 5;
  }
  .full span {
    width: 100vw;
    height: 100vh;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
  }
  .dragscroll {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
  }
  .pinch-zoom-container {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    margin: 0;
  }
  .pinch-zoom {
    width: 100%;
    left: 0;
    top: 0;
    text-align: center;
  }
  .pinch-zoom::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
  }
  .pinch-zoom::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
  }
  .pinch-zoom img {
    width: auto;
    height: auto;
    max-width: 100%;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin: 0;
  }
  .input-text,
  .input-but {
    display: table;
    width: 100%;
  }
  .input-but {
    text-align: center;
  }
  .input-text input[type="text"],
  .input-text input[type="password"],
  .input-text textarea {
    background-color: #f3f3f3;
    border: 0;
    border-radius: 0;
    color: #333;
    opacity: 1;
  }
  .input-text {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }
  input[type="text"],
  input[type="password"] {
    width: 100%;
    height: 57px;
    position: relative;
    display: block;
    font-size: 16px;
    color: #464646;
    background-color: #fff;
    font-weight: 400;
    line-height: 20px;
    padding: 0 20px;
    outline: none;
    border: 1px solid #a1a1a1;
    transition: all 0.3s ease-in-out;
  }
  input[type="text"]:focus,
  input[type="password"]:focus {
    opacity: 1;
  }
  textarea {
    width: 100%;
    height: 130px;
    padding: 10px 20px;
    border: none;
    font-size: 16px;
    font-weight: 400;
    outline: none;
    border: 1px solid #a1a1a1 !important;
    line-height: 1.4;
    resize: none;
    overflow: auto;
    opacity: 0.8;
    transition: all 0.3s ease-in-out;
  }
  .input-textv2,
  .input-but {
    display: table;
    width: 100%;
  }
  .input-textv2 input[type="text"],
  .input-text input[type="password"],
  .input-text textarea {
    opacity: 1;
  }
  .input-textv2 {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }
  .print {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 20px 5%;
    text-align: center;
    background-color: #fbb12f;
    border-top: 1px solid #ddd;
  }
  .print-box {
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0;
  }
  .print-box a {
    color: #fff;
  }
  .save-but,
  .print-but,
  .share-but {
    padding: 0 20px 0 10px;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    border-radius: 30px;
    z-index: 1;
  }
  .save-but::before {
    content: "";
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    background: url(../storage/images/favorite.svg) no-repeat 50% / 80%;
  }
  .print-but::before {
    content: "";
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    background: url(../storage/images/print.svg) no-repeat 50% / 80%;
  }
  .share-but::before {
    content: "";
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    background: url(../storage/images/share.svg) no-repeat 50% / 80%;
  }
  .share-item {
    position: absolute;
    right: -100%;
    bottom: 0;
    width: 100%;
    height: 40px;
  }
  .share-item ul {
    position: relative;
    display: block;
    width: auto;
    height: auto;
    text-align: left;
    padding: 0 0 0 10px;
  }
  .share-item li {
    display: inline-block;
    position: relative;
    width: 40px;
    height: 40px;
    margin: 0;
    border-radius: 50%;
    background-color: #fff;
    transition: all 0.3s cubic-bezier(0.44, 0.39, 0.34, 1.03);
    transform: scale3d(0, 1, 1);
    transform-origin: left top;
    left: -40px;
    opacity: 0;
  }
  .share-item li a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 0;
    text-indent: -9999px;
  }
  .share-item li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .share-item li a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
  }
  .item-intergram::before {
    background: url(../storage/images/intergram-grey.svg) no-repeat 50% / 70%;
  }
  .item-intergram::after {
    background: url(../storage/images/intergram-blue.svg) no-repeat 50% / 70%;
  }
  .item-facebook::before {
    background: url(../storage/images/facebook-grey.svg) no-repeat 50% / 70%;
  }
  .item-facebook::after {
    background: url(../storage/images/facebook-blue.svg) no-repeat 50% / 70%;
  }
  .item-linkedin::before {
    background: url(../storage/images/linkedin-grey.svg) no-repeat 50% / 70%;
  }
  .item-linkedin::after {
    background: url(../storage/images/linkedin-blue.svg) no-repeat 50% / 70%;
  }
  .share-but.active + .share-item li {
    transform: scale3d(1, 1, 1);
    left: 0;
    opacity: 1;
  }
  .share-but.active + .share-item li:nth-child(2) {
    transition-delay: 0.2s;
  }
  .share-but.active + .share-item li:nth-child(3) {
    transition-delay: 0.4s;
  }
  .banner-home,
  .banner-inner {
    height: auto;
    width: 100%;
    position: relative;
    display: block;
    margin: 0;
    transform: translateZ(0);
    backface-visibility: hidden;
    z-index: 1;
  }
  .slide-mask,
  .slide-banner {
    height: auto;
    width: 100%;
    position: relative;
    display: block;
    overflow: hidden;
    background-color: #fff;
    transform: translateZ(0);
    backface-visibility: hidden;
  }
  .slide-mask .ani-text,
  .slide-banner .ani-text {
    opacity: 1 !important;
  }
  .bg-home {
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    backface-visibility: hidden;
    text-align: right;
  }
  .bg-home img {
    width: 100%;
    height: auto;
    max-height: 100vh;
    display: block;
    position: relative;
    margin: 0;
    pointer-events: none;
    opacity: 0;
  }
  .text-banner {
    position: absolute;
    bottom: 80px;
    right: 40px;
    padding: 20px 30px;
    height: auto;
    width: calc(100vw / 3);
    max-width: 500px;
    color: #fff;
  }
  .text-banner::before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 0.5);
    border-left: 5px solid #fbb12f;
  }
  .box-text {
    position: relative;
    display: block;
    margin: 0;
  }
  .text-banner h3 {
    text-transform: uppercase;
    font-weight: 400;
    display: block;
    font-size: 30px;
    position: relative;
  }
  .text-banner h3::after {
    content: " ";
    display: block;
    width: 100px;
    height: 1px;
    background-color: #fff;
    margin: 20px 0;
  }
  .text-banner p {
    margin-bottom: 10px;
    position: relative;
    display: block;
    max-height: 132px;
    overflow: hidden;
    text-align: justify;
    padding: 0 120px 0 0;
  }
  .view-pro {
    display: inline-block;
    background-color: #fff;
    color: #fbb12f;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px 15px;
    font-size: 13px;
    position: absolute;
    right: 30px;
    top: 50%;
  }
  .view-pro::before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    background-color: #fbb12f;
    height: 100%;
  }
  .slide-pics {
    width: 100%;
    height: auto;
    position: relative;
    display: block;
    margin: 0;
    z-index: 5;
  }
  .home-1 {
    width: 100%;
    height: auto;
    position: relative;
    display: block;
    overflow: hidden;
  }
  .bg-inner {
    position: relative;
    width: 100%;
    height: auto;
    max-height: 100vh;
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
    background-size: cover;
    backface-visibility: hidden;
  }
  .bg-inner img {
    width: 100%;
    height: auto;
    max-height: calc(100vh - 60px);
    display: block;
    position: relative;
    margin: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1;
  }
  .banner-home .bg-home {
    height: 100vh;
    text-align: center;
    overflow: hidden;
  }
  .home-project .bg-home img {
    opacity: 1;
    min-height: 100%;
  }
  .home-project .bg-home {
    height: 100vh;
    text-align: center;
    overflow: hidden;
    background-image: none !important;
  }
  .home-project .slide-mask,
  .banner-home .slide-banner {
    height: 100vh;
    background-color: #0032a0;
  }
  .box-video-center {
    width: 100%;
    height: 100vh;
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0;
    text-align: center;
  }
  .video-youtube-full {
    position: relative;
    width: 100%;
    height: 100vh;
    display: block;
  }
  .video-youtube-full::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    box-shadow: inset 0 0 150px 50px rgb(0 0 0 / 0.8);
    pointer-events: none;
  }
  .full-frame::after {
    display: none;
  }
  .youtube-video {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
  }
  .youtube-video::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #000;
    z-index: -2;
  }
  .youtube-video iframe {
    width: 100%;
    height: calc(100vw * 0.5625);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
  }
  .full-frame .youtube-video iframe {
    height: 100vh;
    top: 0;
    transform: translateY(0);
  }
  .youtube-video img {
    width: 100%;
    height: auto;
    display: block;
    opacity: 0;
    pointer-events: none;
  }
  .bg-video {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    backface-visibility: hidden;
    transition: opacity 0.6s ease-in-out;
    z-index: 5;
  }
  .bg-video.hide {
    opacity: 0;
    pointer-events: none;
  }
  .play-button {
    width: 80px;
    height: 80px;
    position: absolute;
    left: 50%;
    bottom: 80px;
    margin: 0 0 0 -40px;
    border-radius: 50%;
    pointer-events: none;
    opacity: 0;
    color: #fff;
    z-index: 99999;
  }
  .play-button::after {
    content: "";
    position: absolute;
    left: -10px;
    top: -10px;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    background-color: rgb(0 27 87 / 0.7);
    border-radius: 50%;
    z-index: -1;
  }
  .pause-button {
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    opacity: 0;
    pointer-events: none;
  }
  .play-button.show {
    opacity: 1;
    pointer-events: auto;
  }
  .control {
    position: absolute;
    width: auto;
    height: auto;
    padding: 10px;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    text-align: center;
    color: #fff;
    font-size: 12px;
    transition: opacity 0.5s ease-in-out;
    font-weight: 400;
    opacity: 0;
    z-index: 10;
  }
  .control::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff0;
    transition: background-color 0.3s ease-in-out;
    z-index: -1;
  }
  .control.show {
    opacity: 1;
  }
  .control.show button {
    pointer-events: auto;
  }
  .control:hover::after {
    background-color: rgb(0 0 0 / 0.5);
  }
  .control span {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
  }
  .control button {
    outline: none;
    background-color: #fff0;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    pointer-events: none;
  }
  .control button:hover {
    opacity: 0.5;
    background-color: #fff0;
  }
  .control button:focus {
    opacity: 1;
    background-color: #fff0;
  }
  button[data-state="play"] {
    background-image: url(../storage/images/video/play.svg);
  }
  button[data-state="pause"] {
    background-image: url(../storage/images/video/pause.svg);
  }
  button[data-state="stop"] {
    background-image: url(../storage/images/video/stop.svg);
    width: 0;
    height: 0;
    opacity: 0;
  }
  button[data-state="mute"] {
    background-image: url(../storage/images/video/mute.svg);
  }
  button[data-state="unmute"] {
    background-image: url(../storage/images/video/unmute.svg);
  }
  button[data-state="go-fullscreen"] {
    background-image: url(../storage/images/video/fullscreen.svg);
  }
  button[data-state="cancel-fullscreen"] {
    background-image: url(../storage/images/video/cancel-fullscreen.svg);
  }
  .title-page {
    position: absolute;
    bottom: 50px;
    left: 0;
    color: #fff;
    width: 100%;
    height: auto;
    z-index: 100;
    text-align: center;
  }
  .title-page h1 {
    font-size: 80px;
    text-transform: uppercase;
    font-weight: 600;
    z-index: 1;
    display: inline-block;
    text-shadow: 0 2px 1px rgb(0 0 0 / 0.2);
  }
  .title-page h1::after {
    content: " ";
    width: 150px;
    height: 1px;
    background-color: #fff;
    margin: 30px auto;
    display: block;
  }
  .title-main {
    position: absolute;
    display: block;
    width: auto;
    height: auto;
    top: 16vh;
    left: 40px;
    text-align: left;
  }
  .title-main h2 {
    text-transform: uppercase;
    color: #fff;
    font-size: 1.5vw;
    display: block;
  }
  .title-inner {
    margin-bottom: 30px;
    text-align: center;
    position: relative;
    display: block;
    width: 100%;
  }
  .title-inner h2 {
    font-size: 40px;
    text-transform: uppercase;
    color: #0033a0;
    font-weight: 600;
  }
  .title-1 {
    position: relative;
    display: block;
    width: 90%;
    height: auto;
    max-width: 1100px;
    margin: 0 auto 30px auto;
  }
  .title-1 h2 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 40px;
    display: inline-block;
    background-color: #fff;
    padding: 0 5vw 0 0;
    color: #0033a0;
    position: relative;
  }
  .title-1::before {
    content: " ";
    position: absolute;
    height: 1px;
    width: 150%;
    top: 50%;
    background-color: #fbb12f;
  }
  .title-2 {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto 30px auto;
    text-align: center;
  }
  .title-2 h2 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 40px;
    display: inline-block;
    background-color: #fff;
    padding: 0 20px;
    color: #0033a0;
    position: relative;
  }
  .title-2::before {
    content: " ";
    position: absolute;
    height: 1px;
    width: 100%;
    top: 50%;
    background-color: #fbb12f;
    left: 0;
  }
  .title-3 {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto 30px auto;
    text-align: center;
  }
  .title-3 h2 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 40px;
    color: #0033a0;
    position: relative;
    margin: 0 0 10px 0;
  }
  .title-3::before {
    content: " ";
    position: relative;
    height: 50px;
    width: 1px;
    background-color: #fbb12f;
    display: block;
    margin: 0 auto 15px auto;
  }
  .title-3 p {
    max-width: 700px;
    margin: auto;
    width: 90%;
    font-weight: 400;
  }
  .footer {
    position: absolute;
    height: auto;
    width: 100%;
    color: #fff;
    z-index: 10;
    bottom: 30px;
    right: 0;
    height: 44px;
    pointer-events: none;
    padding: 0 100px 0 60px;
    width: 50%;
  }
  .copyright {
    position: relative;
    float: left;
    display: block;
    height: auto;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 400;
    margin-top: 19px;
    color: #8cb3d6;
  }
  .copyright a {
    color: #8cb3d6;
    
  }
  .footer .social {
    position: relative;
    display: block;
    height: auto;
    float: right;
  }
  .footer.show {
    pointer-events: auto;
  }
  .footer-inner {
    overflow: hidden;
  }
  .row-footer {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
  }
  .left-footer {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background-color: #e5eaf5;
    text-align: center;
    border-top: 1px solid #fbb12f;
  }
  .left-footer::before,
  .left-footer::after {
    content: " ";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
  }
  .logo-footer {
    width: 288px;
    height: 80px;
    display: inline-block;
    vertical-align: middle;
  }
  .right-footer {
    padding: 25px 50px;
    background-color: #fbb12f;
    float: right;
    width: 50%;
    border-top: 1px solid #fbb12f;
  }
  .info-footer {
    position: relative;
    display: block;
    color: #333;
    width: 100%;
    max-width: 600px;
  }
  .right-footer h3 {
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 0 10px 0;
    font-size: 24px;
  }
  .company-footer {
    position: relative;
    display: block;
    height: auto;
  }
  .company-footer p:first-child {
    display: block;
    line-height: 25px;
    margin: 0 0 5px 0;
    padding: 0;
    border: 0;
  }
  .company-footer p {
    display: inline-block;
    vertical-align: middle;
    border-right: 1px solid #333;
    padding-right: 10px;
    margin-right: 10px;
    line-height: 20px;
  }
  .company-footer p:last-child {
    border: 0;
    padding: 0;
    margin: 0;
  }
  .company-footer a {
    color: #333;
  }
  .link-social {
    position: relative;
    display: block;
    bottom: 0;
    right: 0;
    margin: 10px 0 0 2px;
  }
  .link-social li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px 0 0;
    margin: 0 10px 0 0;
    position: relative;
    border-right: 1px solid #fff;
  }
  .link-social li:last-child {
    margin: 0;
    padding: 0;
    border: 0;
  }
  .link-social li a {
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
  }
  .copyright-inner {
    position: relative;
    width: 100%;
    height: auto;
    background-color: #0033a0;
    display: block;
    height: auto;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 400;
    color: #8cb3d6;
    padding: 15px 0;
    text-align: center;
  }
  .copyright-inner a {
    color: #fff;
  }
  .footer-contact .right-footer {
    display: none;
  }
  .footer-contact .left-footer {
    width: 100%;
    position: relative;
    top: auto;
    left: auto;
    padding: 40px 0;
  }
  .bg-logo {
    position: absolute;
    bottom: -4vh;
    right: -15vh;
    height: auto;
    opacity: 0.3;
  }
  .bg-logo svg {
    height: 90vh;
    width: 90vh;
    display: block;
  }
  .bg-logo svg path {
    fill-opacity: 0;
    stroke: #fff;
    stroke-miterlimit: 10;
    stroke-width: 1;
    stroke-dasharray: 2800;
    stroke-dashoffset: 2800;
  }
  .is-IE .bg-logo svg path {
    stroke-dashoffset: 0;
  }
  #home-page .title-page {
    display: none;
  }
  .logo-banner {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -10vw 0 0 -20vw;
    width: 40vw;
    height: 16.5vw;
    z-index: 20;
  }
  .logo-bg {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -10vw 0 0 -20vw;
    width: 40vw;
    height: 16.5vw;
    background: url(../storage/images/logo-bg.svg) no-repeat center center / contain;
    filter: blur(20px);
    mix-blend-mode: overlay;
  }
  .home-business {
    background: url(../storage/images/pattern.png);
  }
  .row-bu {
    position: relative;
    display: inline-block;
    width: 100%;
    height: auto;
    margin: 0;
  }
  .item-bu {
    display: block;
    width: 33.33%;
    float: left;
    padding: 0 1px;
    position: relative;
    height: auto;
    text-align: center;
  }
  .item-bu .pic-img {
    height: 60vh;
    max-height: 500px;
  }
  .txt-bu {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
  }
  .txt-bu::before,
  .txt-bu::after {
    content: " ";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
  }
  .txt-bu h3 {
    text-transform: uppercase;
    font-size: 30px;
    border-left: 5px solid #fbb12f;
    padding: 0 10px 0 20px;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    width: 80%;
    text-align: left;
  }
  .item-bu:nth-child(2) .pic-img,
  .item-bu:nth-child(3) .pic-img {
    height: calc(30vh - 1px);
    max-height: 249px;
  }
  .item-bu:nth-child(3) {
    position: absolute;
    bottom: 0;
    left: 33.33%;
  }
  .home-message {
    background: url(/storage/images/pattern.png);
  }
  .home-message .content-main {
    padding: 100px 0 0 0;
  }
  .row-mes {
    position: relative;
    display: inline-block;
    width: 100%;
    height: auto;
    margin: 0;
  }
  .item-mes {
    display: block;
    float: left;
    padding: 0 1px;
    position: relative;
    height: auto;
    text-align: center;
  }
  .item-mes .pic-img {
    height: 70vh;
    max-height: 500px;
  }
  .txt-mes {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    padding: 30px;
  }
  .txt-mes h3 {
    text-transform: uppercase;
    font-size: 30px;
    padding: 0 10px 0 56px;
    color: #fff;
    display: block;
    width: 80%;
    text-align: left;
    position: relative;
    margin-bottom: 15px;
  }
  .txt-mes h3:before {
    content: " ";
    background: url(../storage/images/qoute.png) no-repeat;
    width: 39px;
    height: 30px;
    position: absolute;
    top: 8px;
    left: 0;
  }
  .txt-mes p {
    text-align: left;
    color: #fff;
    margin: 50px 0 0 0;
  }
  .txt-mes h3 strong {
    display: block;
    font-weight: 600;
  }
  .item-mes:nth-child(1) {
    width: 45%;
  }
  .item-mes:nth-child(2),
  .item-mes:nth-child(3) {
    width: 55%;
  }
  .item-mes:nth-child(2) .pic-img,
  .item-mes:nth-child(3) .pic-img {
    height: calc(35vh - 1px);
    max-height: 249px;
  }
  .item-mes:nth-child(2) {
    margin-bottom: 2px;
  }
  .home-project-highlight {
    background: url(/storage/images/pattern.png);
  }
  .home-project-highlight .title-main {
    top: 15vh;
  }
  .box-project-home {
    position: relative;
    display: block;
    float: left;
    width: 50%;
    height: auto;
    margin: 0;
    text-align: left;
    padding: 0 0 0 40px;
    color: #9db6d6;
  }
  .box-project-home .pic-project {
    width: 100%;
    height: calc(100vh / 2.9);
  }
  .box-project-home .text-project {
    width: 100%;
  }
  .box-project-home .text-project p {
    margin: 10px 0;
    font-size: calc(100vw / 100);
  }
  .box-project-home .project-time span {
    font-size: 16px;
    max-height: 78px;
    overflow: hidden;
  }
  .box-project-home .text-project h3 {
    margin: 10px 0;
    color: #fff;
  }
  .box-project-home .project-time::before {
    background-color: #999;
    margin: 10px 0;
  }
  .view-a {
    display: inline-block;
    background-color: #fff;
    color: #fbb12f;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    padding: 12px 15px;
    font-size: 13px;
    border: 1px solid #fbb12f;
  }
  .view-a::before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    background-color: #fbb12f;
    height: 100%;
  }
  .box-project-home .view-a {
    margin: 15px 0;
  }
  .slider-project {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
  }
  .slider-project .slide-prev,
  .slider-project .slide-next {
    width: 60px;
    height: 60px;
  }
  .slider-project .slide-next {
    right: -80px;
  }
  .slider-project .slide-prev {
    left: -50px;
  }
  .slider-project .slide-pagination {
    display: none;
  }
  .row-project {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
  }
  .box-project {
    position: relative;
    display: inline-block;
    width: 100%;
    height: auto;
    margin: 0;
    text-align: left;
  }
  .pic-project {
    position: relative;
    width: 50%;
    height: calc(100vh / 1.5);
    display: block;
    margin: 0;
    overflow: hidden;
  }
  .text-project {
    position: relative;
    width: 50%;
    height: auto;
    display: block;
    margin: 0;
    text-align: left;
    z-index: 2;
  }
  .text-project h3 {
    font-size: calc(100vh / 25);
    line-height: 1.4;
    margin: 0 0 20px 0;
    position: relative;
    display: block;
    font-weight: 600;
    color: #eb1c23;
    text-transform: uppercase;
  }
  .text-project p {
    font-size: calc(100vw / 90);
    line-height: 1.6;
    margin: 0 0 20px 0;
    position: relative;
    display: block;
    font-weight: 300;
  }
  .text-project p a {
    color: #444;
  }
  .box-project:nth-child(even) .pic-project {
    float: left;
  }
  .box-project:nth-child(even) .text-project {
    float: right;
    padding: 30px 0 60px 40px;
  }
  .box-project:nth-child(odd) .pic-project {
    float: right;
  }
  .box-project:nth-child(odd) .text-project {
    float: left;
    padding: 0 40px 60px 0;
  }
  .project-time {
    display: block;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
  }
  .project-time::before {
    content: "";
    position: relative;
    display: block;
    height: 1px;
    background-color: #ddd;
    width: 100%;
    overflow: hidden;
    margin: 20px 0;
  }
  .block-title,
  .block-des {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
  }
  .project-time span {
    display: inline-block;
    position: relative;
    margin: 10px 0;
    vertical-align: top;
    font-size: calc(100vw / 100);
    line-height: 1.6;
    font-weight: 300;
  }
  .b-location {
    width: 40%;
    padding: 0 1vw 0 0;
  }
  .b-number {
    width: 34%;
    padding: 0 1vw 0 0;
  }
  .b-complete {
    width: 23%;
    padding: 0;
  }
  .home-news {
    background: url(/storage/images/pattern.png);
  }
  .row-news {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 60%;
    height: auto;
  }
  .box-news-home {
    position: relative;
    float: left;
    display: block;
    overflow: hidden;
    width: 50%;
    padding: 0 2px 0 0;
    float: left;
  }
  .pic-news-home {
    position: relative;
    width: 100%;
    height: 378px;
    display: block;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .text-news-home {
    padding: 10px 20px 10px 85px;
    width: 100%;
    display: block;
    background-color: #d3ddf4;
    height: 105px;
    position: relative;
    text-align: left;
  }
  .text-news-home::before,
  .text-news-home::after {
    content: " ";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
  }
  .center-text-news > h3 {
    font-size: 15px;
    line-height: 1.5;
    margin: 0;
    display: block;
    color: #444;
  }
  .center-text-news > h3::after {
    display: none;
  }
  .center-text-news {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 100%;
    margin: 0 -5px;
    max-height: 67px;
    overflow: hidden;
  }
  .date {
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    height: auto;
    padding: 5px 10px 10px 10px;
    background-color: #f2f2f2;
    font-weight: 300;
    font-size: 24px;
    color: #666;
    line-height: 1.2;
    text-align: center;
    z-index: 1;
  }
  .date span {
    font-weight: 600;
    font-size: 11px;
    display: block;
  }
  .row-event {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 38%;
    height: auto;
    margin: 0 0 0 -4px;
  }
  .list-box-home {
    position: relative;
    display: inline-block;
    width: 100%;
    text-align: left;
    margin-bottom: 2px;
    display: block;
  }
  .list-outer-home {
    display: block;
    width: 100%;
    position: relative;
    background-color: #d3ddf4;
    padding: 15px;
  }
  .r-left-home {
    position: relative;
    display: block;
    width: auto;
    padding-right: 20px;
    overflow: hidden;
    vertical-align: middle;
    top: 0;
    left: 0;
  }
  .r-text-home {
    position: relative;
    display: block;
    width: 100%;
    height: 60px;
    text-align: left;
    padding: 10px 60px 0 0;
    overflow: hidden;
    vertical-align: middle;
  }
  .r-link-home {
    position: absolute;
    right: 5px;
    top: 0;
    width: auto;
    height: 100%;
    line-height: 110px;
  }
  .r-link-home span {
    display: inline-block;
  }
  .r-num-home {
    display: inline-block;
    width: 36px;
    height: 36px;
    margin: 0;
    background-color: #009ce0;
    border-radius: 50%;
    font-size: 14px;
    line-height: 34px;
    text-align: center;
    color: #fff;
    vertical-align: middle;
    font-weight: 600;
  }
  .r-date-home {
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0;
    padding: 10px;
    background-color: #fff;
    font-size: 12px;
    color: #333;
    vertical-align: middle;
    line-height: 1;
  }
  .r-text-home p {
    display: inline-block;
    vertical-align: middle;
    color: #444;
    max-height: 60px;
    overflow: hidden;
  }
  .r-link-home a {
    display: inline-block;
    vertical-align: middle;
    border-radius: 5px;
  }
  .project-hight {
    background-color: #d3ddf4;
    padding: 15px;
    text-align: center;
    height: 235px;
  }
  .project-hight::before,
  .project-hight::after {
    content: " ";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
  }
  .project-hight h3 {
    font-size: 18px;
    margin-bottom: 5px;
    text-transform: uppercase;
  }
  .project-hight p {
    font-size: 18px;
    text-transform: uppercase;
  }
  .price-project {
    margin-top: 5px;
  }
  .price-project span {
    font-size: 40px;
    font-weight: 600;
    color: #0032a0;
    display: inline-block;
    vertical-align: sub;
  }
  .center-box {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    height: auto;
    width: 98%;
  }
  .home-partner {
    background: url(../storage/images/pattern1.png);
    overflow: hidden;
  }
  .home-partner .container-main {
    max-width: 1000px;
  }
  .home-partner::before {
    content: " ";
    position: absolute;
    width: 100%;
    height: 140%;
    top: -20%;
    left: 0;
    background: radial-gradient(#ffffff 20%, #fff0 100%);
  }
  .home-partner .title-main h2 {
    color: #0032a0;
  }
  .item-partner {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
  }
  .item-partner a {
    display: block;
    text-align: center;
  }
  .item-partner img {
    width: 100%;
    height: 300px;
    padding: 20px;
    display: block;
    margin: auto;
    position: relative;
    pointer-events: none;
    object-fit: contain;
  }
  .home-contact {
    background: url(/storage/images/pattern.png);
  }
  .home-contact .map-box {
    top: 80px;
    height: calc(100vh - 80px);
  }
  .home-contact .gm-fullscreen-control {
    bottom: 10px;
    top: auto !important;
    right: 10px !important;
  }
  .home-contact .full-screen .gm-fullscreen-control {
    bottom: auto;
    top: 0px !important;
  }
  .home-contact .title-main {
    text-align: left;
    position: relative;
    top: auto;
    left: auto;
    margin-bottom: 30px;
  }
  .map-home {
    position: relative;
    display: block;
    float: left;
    width: 50%;
    height: auto;
    background-color: #e5e3df;
  }
  .right-contact {
    position: relative;
    display: block;
    width: 50%;
    height: 100vh;
    float: left;
    padding: 150px 60px 60px 60px;
  }
  .company-info h3 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    margin-bottom: 10px;
  }
  .company-info li {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 15px;
    color: #fff;
  }
  .company-info li p {
    position: relative;
    display: inline-block;
    height: auto;
    padding-left: 30px;
    font-size: 18px;
    font-weight: 400;
  }
  .company-info li p::before {
    content: " ";
    width: 25px;
    height: 25px;
    position: absolute;
    top: 0;
    left: -2px;
  }
  .company-info li p.address::before {
    background: url(../storage/images/location.svg) no-repeat center center / contain;
  }
  .company-info li p.phone::before {
    background: url(../storage/images/phone.svg) no-repeat center center / contain;
  }
  .company-info li p.fax::before {
    background: url(../storage/images/fax.svg) no-repeat center center / contain;
  }
  .company-info li p.email::before {
    background: url(../storage/images/email.svg) no-repeat center center / contain;
  }
  .company-info li a {
    color: #fff;
    display: inline-block;
  }
  .newsletter {
    margin-top: 5vh;
    display: block;
    width: 100%;
    height: auto;
  }
  .newsletter h3 {
    text-transform: uppercase;
    font-weight: 400;
    color: #fff;
    font-size: 20px;
    margin-bottom: 10px;
  }
  .form-newsletter {
    display: block;
    max-width: 400px;
    position: relative;
    padding-right: 111px;
  }
  .btn-1 {
    display: inline-block;
    vertical-align: middle;
    background-color: #fbb12f;
    font-weight: 600;
    font-size: 18px;
    padding: 10px 20px;
    color: #fff;
    text-transform: uppercase;
    border: 0;
    cursor: pointer;
    line-height: 16px;
  }
  .form-newsletter input[type="text"] {
    height: 38px;
    border: 0;
    width: 100%;
    padding: 10px;
  }
  .form-newsletter button {
    position: absolute;
    top: 0;
    right: 0;
    height: 38px;
  }
  .content-1 {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    font-weight: 400;
    color: #333;
  }
  .content-1 p {
    margin-bottom: 15px;
  }
  .content-1 p:last-child {
    margin: 0;
  }
  .content-1 img {
    max-width: 100%;
    display: block;
    margin: auto;
    width: auto !important;
    height: auto !important;
  }
  .content-1 a {
    color: #ed1c24;
  }
  .content-1 ul,
  .content-1 ol {
    padding-left: 16px;
    -webkit-text-size-adjust: none;
    line-height: 1.6;
    font-weight: 400;
    font-size: 16px;
    margin: 0 0 5px 0;
  }
  .content-1 ul li {
    list-style: outside;
    margin-bottom: 3px;
  }
  .content-1 ul li ul li {
    list-style: circle;
  }
  .content-1 ul li ul li ul li {
    list-style: square;
  }
  .content-1 ol li {
    list-style: decimal;
    margin-bottom: 3px;
  }
  .box-info-about {
    position: relative;
    display: block;
    width: 90%;
    max-width: 1100px;
    margin: auto;
  }
  .txt-info-about {
    width: 70%;
  }
  .box-info-about .bg-logo {
    bottom: 0;
    right: -43%;
    opacity: 1;
    width: 57%;
  }
  .box-info-about .bg-logo svg {
    height: auto;
    width: 100%;
  }
  .box-info-about .bg-logo svg path {
    stroke: #fbb12f;
  }
  .box-info-about p {
    text-align: justify;
  }
  .history-about .title-inner {
    z-index: 10;
  }
  .history-about .title-inner h2 {
    color: #fff;
  }
  .slider-history {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 80px 0;
  }
  .box-history {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
    color: #fff;
    padding: 60px 0 0 0;
  }
  .txt-history {
    height: 250px;
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
  }
  .txt-history::before,
  .txt-history::after {
    content: " ";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
  }
  .content-txt-history {
    display: inline-block;
    vertical-align: middle;
    background-color: rgb(255 255 255 / 0.3);
    border-radius: 20px;
    max-width: 1100px;
    padding: 30px;
    text-align: left;
    position: relative;
  }
  .content-txt-history p {
    font-size: 24px;
  }
  .time-line {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
  }
  .time-line li {
    display: inline-block;
    font-size: 30px;
    margin: 0 10px;
    position: relative;
  }
  .time-line li::before {
    content: " ";
    position: absolute;
    bottom: -5px;
    left: 0;
    height: 2px;
    background-color: #fbb12f;
    width: 100%;
    width: 0;
    transition: all 0.3s ease-in-out;
  }
  .time-line li a {
    display: block;
    color: #fbb12f;
    font-weight: 400;
  }
  .time-line li.active::before {
    width: 100%;
  }
  .year-box {
    position: absolute;
    top: 160px;
    left: 50%;
    width: 160px;
    height: auto;
    margin: 0 0 0 -80px;
    z-index: 5;
  }
  .year-slider {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .year {
    display: block;
    font-weight: 600;
    font-size: 60px;
    color: #fbb12f;
    margin-bottom: 10px;
  }
  .customize-nav {
    position: absolute;
    left: 0;
    top: 5px;
    margin: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
  }
  .customize-nav .slide-next {
    right: -50px;
    top: 50%;
    margin: -28px 0 0 0;
  }
  .customize-nav .slide-prev {
    left: -60px;
    top: 50%;
    margin: -25px 0 0 0;
  }
  .customize-nav .slide-next.disabled,
  .customize-nav .slide-prev.disabled {
    opacity: 0.3;
    pointer-events: none;
  }
  .bg-parallax {
    position: absolute;
    left: 0;
    top: 0;
    width: 200%;
    height: 100%;
    min-height: calc(100vh - 80px);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left center;
  }
  .value-model {
    width: 43vw;
    height: 43vw;
    position: relative;
    display: block;
    margin: 40px auto;
  }
  .value {
    width: 100%;
    height: 100%;
    display: block;
    vertical-align: middle;
    position: relative;
    margin: 0;
  }
  .value::after {
    content: "";
    width: 80%;
    height: 80%;
    position: absolute;
    left: 10%;
    top: 10%;
    border: 12px solid #0032a0;
    border-radius: 50%;
    z-index: -1;
  }
  .cycle-value {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    margin: 0;
  }
  .cycle-value ul {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    margin: 0;
  }
  .cycle-value li {
    width: 30%;
    height: 30%;
    position: absolute;
    color: #0032a0;
    z-index: 2;
  }
  .cycle-value li svg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
  }
  .cycle-value li a {
    height: auto;
    width: 100%;
    margin: 0 -5px;
    font-size: 1.5vw;
    display: inline-block;
    vertical-align: middle;
    padding: 20px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
  }
  .cycle-value li::before,
  .cycle-value li::after {
    content: "";
    height: 100%;
    display: inline-block;
    vertical-align: middle;
  }
  .cycle-value li:nth-child(1) {
    left: 13%;
    top: 0;
  }
  .cycle-value li:nth-child(2) {
    left: 57%;
    top: 0;
  }
  .cycle-value li:nth-child(3) {
    left: 77%;
    top: 33%;
  }
  .cycle-value li:nth-child(4) {
    left: 57%;
    top: 70%;
  }
  .cycle-value li:nth-child(5) {
    left: 13%;
    top: 70%;
  }
  .cycle-value li:nth-child(6) {
    left: -7%;
    top: 33%;
  }
  .cycle-value-bg {
    background-color: #fff;
    height: 50%;
    width: 50%;
    position: absolute;
    left: 25%;
    top: 25%;
    border-radius: 50%;
  }
  .cycle-value-bg::after {
    content: "";
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    position: absolute;
    left: -10px;
    top: -10px;
    border: 1px solid #fff;
    border-radius: 50%;
    z-index: -1;
  }
  .logo-center {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%;
  }
  .value-info {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
  }
  .box-value-info {
    height: auto;
    width: 350px;
    position: absolute;
    left: auto;
    top: auto;
    padding: 20px;
    background-color: #0032a0;
    border-radius: 20px 50px 50px 50px;
    box-shadow: 0 10px 20px rgb(0 0 0 / 0.2);
  }
  .box-value-info::after {
    content: "";
    position: absolute;
    left: -15px;
    top: 50%;
    margin: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 15px 10px 0;
    border-color: #fff0 #0032a0 #fff0 #fff0;
    margin: -10px 0 0 0;
    z-index: -1;
  }
  .box-value-info.align-left {
    border-radius: 50px 20px 50px 50px;
  }
  .box-value-info.align-left::after {
    border-color: #fff0 #fff0 #fff0 #0032a0;
    border-width: 10px 0 10px 15px;
    left: auto;
    right: -15px;
  }
  .box-value-info p {
    font-weight: 400;
    font-size: 15px;
    text-align: left;
    line-height: 1.5;
    color: #fff;
    display: block;
    text-align: justify;
  }
  .box-value-info p strong {
    font-weight: 700;
  }
  .box-value-info.show {
    transform: scale(1);
    opacity: 1;
    z-index: 5;
  }
  .box-value-info h3 {
    color: #fff;
    margin: 0 0 10px 0;
    text-transform: uppercase;
  }
  .chart-about {
    text-align: center;
  }
  .chart-about img {
    max-width: 100%;
  }
  .chart-about .bg-logo {
    right: auto;
    bottom: 100px;
    left: -10vh;
  }
  .chart-about .bg-logo svg {
    width: 80vh;
    height: 80vh;
  }
  .chart-about .bg-logo svg path {
    stroke: #fab02e;
  }
  .chart-about .zoom {
    background-color: #fab02e;
    color: #fff;
    display: none;
  }
  .tab-des {
    text-align: center;
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    z-index: 1;
  }
  .tab-des li {
    display: inline-block;
    vertical-align: middle;
  }
  .tab-des li a {
    display: block;
    padding: 15px;
    background-color: #0033a0;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
  }
  .tab-des li.current a {
    background-color: #fbb12f;
    color: #fff;
  }
  .all-tab-content {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    white-space: nowrap;
    text-align: center;
    overflow: hidden;
  }
  .tab-content {
    position: relative;
    display: inline-block;
    padding: 0 0 40px 0;
    vertical-align: top;
    white-space: normal;
    overflow: hidden;
  }
  .list-member {
    position: relative;
    display: block;
    width: 90%;
    max-width: 1100px;
    margin: auto;
    text-align: center;
  }
  .item-member {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: calc(25% - 7px);
    height: auto;
    text-align: center;
    padding: 0 10px;
    margin: 20px 0;
    white-space: normal;
    transition: all 0.3s ease-in-out;
  }
  .item-member h3 {
    font-weight: 600;
    font-size: 18px;
    margin: 0 0 5px 0;
    display: block;
    text-transform: uppercase;
  }
  .item-member .pic-img {
    border-radius: 50%;
    border-radius: 50%;
    width: 180px;
    height: 180px;
    display: block;
    margin: 10px auto 20px auto;
  }
  .item-member .pic-img::before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #bbb;
    width: 100%;
    height: 100%;
  }
  .top-member-detail {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    text-align: left;
    margin: 0 0 20px 0;
  }
  .top-member-detail img {
    width: 30%;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    border: 1px solid #bbb;
  }
  .info-member-detail {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 30px;
  }
  .info-member-detail p {
    font-size: 18px;
    font-weight: 600;
    display: block;
  }
  .info-member-detail h3 {
    font-weight: 600;
    font-size: 36px;
    display: block;
    color: #0033a0;
    margin: 0 0 10px 0;
  }
  .txt-member-detail {
    background-color: #e5eaf5;
    padding: 30px;
    position: relative;
    width: 100%;
    height: auto;
    text-align: left;
  }
  .txt-member-detail p {
    font-weight: 400;
    text-align: justify;
  }
  .view-more {
    text-align: center;
    position: relative;
    display: block;
    width: 100%;
    height: auto;
  }
  .view-more::after {
    content: "xem thÃƒÂªm";
    display: block;
    text-transform: uppercase;
    font-weight: 400;
  }
  .view-more a {
    color: #333;
    display: inline-block;
  }
  .view-more span {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    background-color: #fbb12f;
    display: block;
    margin: 0 auto 7px auto;
  }
  .view-more span::before {
    content: " ";
    width: 0;
    height: 0;
    border-left: 7px solid #fff0;
    border-right: 7px solid #fff0;
    border-top: 7px solid #fff;
    display: inline-block;
  }
  .item-member.hide {
    display: none;
  }
  .view-more.active::after {
    content: "Thu gÃ¡Â»Ân";
  }
  .view-more.active span::before {
    border-top: 0;
    border-bottom: 7px solid #fff;
  }
  html[lang="en"] .view-more::after {
    content: "view more";
  }
  html[lang="en"] .view-more.active::after {
    content: "collapse";
  }
  .list-award {
    position: relative;
    display: block;
    width: 90%;
    height: auto;
    max-width: 900px;
    margin: auto;
    text-align: center;
  }
  .item-award {
    position: relative;
    display: inline-block;
    height: auto;
    width: calc(50% - 20px);
    margin: 30px 8px;
    vertical-align: top;
  }
  .img-award {
    display: block;
    height: 400px;
    padding: 15px;
    border: 1px solid #fbb12f;
    text-align: center;
    position: relative;
  }
  .img-award::before,
  .img-award::after {
    content: " ";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
  }
  .img-award img {
    max-width: 90%;
    max-height: 90%;
    display: inline-block;
    vertical-align: middle;
    pointer-events: none;
  }
  .txt-award {
    display: block;
    width: 100%;
    padding: 15px 0 0 0;
    position: relative;
  }
  .txt-award p {
    font-weight: 400;
    font-size: 16px;
    text-align: left;
  }
  .txt-award h3 {
    text-transform: uppercase;
    font-size: 16px;
    margin: 0 0 5px 0;
    font-weight: 700;
  }
  .item-award .zoom-album {
    top: 50%;
    right: auto;
    left: 50%;
    margin: -25px 0 0 -25px;
    background-color: #fbb12f;
    color: #fff;
  }
  .news-list {
    position: relative;
    width: 90%;
    max-width: 1000px;
    height: auto;
    display: block;
    margin: auto;
    overflow: hidden;
  }
  .news-item {
    position: relative;
    cursor: pointer;
    float: left;
    display: block;
    overflow: hidden;
    width: calc(50% - 20px);
    margin: 0 10px 20px 10px;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
  }
  .news-item .date {
    color: #fff;
    background-color: #fbb12f;
  }
  .news-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
  }
  .news-pic {
    position: relative;
    width: 50%;
    float: left;
    height: auto;
    display: block;
    background-position: center center;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .news-pic img {
    position: relative;
    width: 240px;
    height: auto;
    display: block;
    pointer-events: none;
    opacity: 0;
  }
  .news-txt {
    float: left;
    padding: 10px 20px;
    width: 50%;
    display: block;
    height: 130px;
    position: relative;
    overflow: hidden;
  }
  .news-txt::before,
  .news-txt::after {
    content: "";
    height: 100%;
    display: inline-block;
    vertical-align: middle;
  }
  .news-txt > h3 {
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
    color: #333;
  }
  .news-txt > h3 {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 100%;
    margin: 0 -5px;
    max-height: 73px;
    overflow: hidden;
  }
  .news-txt > h3::after {
    display: none;
  }
  .news-txt > h3 a {
    color: #333;
  }
  .news-list.first .news-txt::before,
  .news-list.first .news-txt::after,
  .news-list.first .news-pic::before,
  .news-list.first .news-item::before {
    display: none;
  }
  .news-list.first .news-item {
    overflow: visible;
  }
  .news-list.first .news-txt > h3 {
    margin: 0;
  }
  .news-list.first .news-pic {
    width: 100%;
    max-height: inherit;
    min-height: inherit;
  }
  .news-list.first .news-txt {
    width: 100%;
    padding: 10px 0;
    max-height: inherit;
    min-height: inherit;
    height: auto;
    overflow: visible;
  }
  .news-list.first .news-item:nth-child(1) .news-txt {
    padding: 20px 130px 3px 90px;
    min-height: 90px;
  }
  .news-list.first .news-item:nth-child(1) {
    width: calc(100% - 40px);
    height: auto;
    margin: 0 0 40px 0;
  }
  .news-list.first .news-item:nth-child(2),
  .news-list.first .news-item:nth-child(3) {
    width: calc(50% - 40px);
    height: auto;
    margin: 0 40px 40px 0;
  }
  .news-list.first .news-item:nth-child(1) .news-pic {
    max-height: calc(1125 / 2000 * 960px);
  }
  .news-list.first .news-item:nth-child(2) .news-pic,
  .news-list.first .news-item:nth-child(3) .news-pic {
    max-height: calc(1125 / 2000 * 480px);
    min-height: 210px;
  }
  .news-list.first .news-item:nth-child(1) .news-txt > h3 {
    max-height: inherit;
  }
  .news-list.first .news-item:nth-child(2) .news-txt > h3,
  .news-list.first .news-item:nth-child(3) .news-txt > h3 {
    font-size: 16px;
    max-height: inherit;
  }
  .news-list.first .news-item:nth-child(1) .view-a {
    position: absolute;
    right: 0;
    margin: 0;
  }
  .news-item.first .date span {
    font-size: 16px;
  }
  .news-company {
    background-color: #ccd6ec;
  }
  .load-news-list {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    transition: height 0.5s ease-in-out;
  }
  .news-list:not(.first) .news-pic {
    height: 130px;
  }
  #community-details-page .sub-nav li.current::after,
  #news-details-page .sub-nav li.current::after {
    display: none;
  }
  .same-news {
    background-color: #fff7ea;
  }
  .news-link {
    position: relative;
    display: block;
    width: 90%;
    height: auto;
    margin: auto;
    max-width: 1100px;
    overflow: hidden;
  }
  .load-content {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    z-index: 4;
  }
  .load-data {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
  }
  .load-details {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    max-width: 1100px;
    margin: 0 auto;
  }
  .load-title {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
    padding: 0 0 0 80px;
    min-height: 66px;
    text-align: left;
  }
  .load-title .date {
    background-color: #fbb12f;
    color: #fff;
  }
  .load-title h3 {
    position: relative;
    display: block;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 15px;
  }
  .load-text {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 40px;
    font-size: 16px;
    color: #333;
    line-height: 1.4;
    font-weight: 400;
    border: 1px solid #fbb12f;
    background-color: #fff;
    z-index: 10;
  }
  .load-text p {
    margin: 0 0 20px 0;
    font-size: 16px;
    line-height: 1.6;
  }
  .load-text a {
    color: #0033a0;
  }
  .load-text img {
    width: auto !important;
    height: auto !important;
    max-width: 100%;
    margin: 10px auto;
    display: block;
  }
  .load-text h1,
  .load-text h2,
  .load-text h3,
  .load-text h4,
  .load-text h5,
  .load-text h6 {
    font-size: 18px;
    color: #383838;
    font-weight: 600;
    line-height: 1.4;
    margin: 10px 0;
  }
  .load-text table {
    width: auto;
    height: auto;
    display: table;
    border-spacing: 1px;
    margin: 30px auto;
    table-layout: fixed;
  }
  .load-text table td,
  .load-text table th {
    padding: 5px 10px;
    border: 1px solid #788892;
  }
  .load-text table tbody,
  .load-text table tr {
    min-width: 360px;
  }
  .load-text table td,
  .load-text table th {
    background-color: #7e8387;
    text-align: left;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    line-height: 1.6;
    padding: 10px 15px;
  }
  .date-detail {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    font-size: 18px;
    color: #c97c56;
  }
  .display-none {
    display: none !important;
  }
  .load-content.show .load-data {
    min-height: inherit;
  }
  .list-pagination {
    width: 100%;
    height: auto;
    position: relative;
    display: block;
    text-align: center;
    padding: 30px 0 30px 0;
  }
  .slide-pagi {
    height: auto;
    width: 208px;
    display: inline-block;
    position: relative;
    margin: 0;
    z-index: 10;
  }
  .slide-pagi li {
    width: 40px;
    height: 40px;
    position: relative;
    display: block;
    text-align: center;
  }
  .slide-pagi a {
    font-size: 13px;
    font-weight: 600;
    line-height: 40px;
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    background-color: #0033a0;
  }
  .slide-pagi a.current {
    background-color: #fbb12f;
    pointer-events: none;
  }
  .slide-pagi .slide-buttons {
    top: 0;
    margin: 0;
  }
  .slide-pagi .slide-prev {
    background: #bbb url(../storage/images/previous.svg) no-repeat 50% / 50%;
    width: 40px;
    height: 40px;
    top: 0;
    left: -42px;
    opacity: 1;
  }
  .slide-pagi .slide-next {
    background: #bbb url(../storage/images/next.svg) no-repeat 50% / 50%;
    width: 40px;
    height: 40px;
    top: 0;
    right: -42px;
    opacity: 1;
  }
  .slide-pagi .slide-first {
    background: #bbb url(../storage/images/first.svg) no-repeat 50% / 50%;
    width: 40px;
    height: 40px;
    top: 0;
    left: -84px;
    opacity: 1;
    cursor: pointer;
    position: absolute;
  }
  .slide-pagi .slide-last {
    background: #bbb url(../storage/images/last.svg) no-repeat 50% / 50%;
    width: 40px;
    height: 40px;
    top: 0;
    right: -84px;
    opacity: 1;
    cursor: pointer;
    position: absolute;
  }
  .list-pagination.pagi-picture,
  .list-pagination.pagi-video {
    width: 100%;
    padding: 10px 0;
    float: left;
  }
  .slide-pagi.current-left {
    margin: 0;
    width: auto;
  }
  .slide-pagi.current-left .slide-item {
    float: none;
    display: inline-block;
    vertical-align: top;
  }
  .padding-main {
    padding: 60px 60px;
  }
  .txt-re {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    background-color: #e5eaf5;
    padding: 40px;
  }
  .recruitment-info .content-box {
    position: relative;
    display: block;
    width: 90%;
    height: auto;
    max-width: 1100px;
    margin: 0 auto 30px auto;
  }
  .list-job {
    position: relative;
    display: block;
    height: auto;
    width: 90%;
    margin: 0 0 30px 0;
    max-width: 1100px;
    margin: auto;
  }
  .content-table {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    overflow-x: auto;
  }
  .table-re {
    width: 100%;
    min-width: 840px;
    margin: 0 auto;
    border-spacing: 1px;
    border-spacing: 1px;
    text-align: center;
    table-layout: fixed;
    font-size: 15px;
    line-height: 1.4;
  }
  .table-re th {
    padding: 15px;
    background-color: #0033a0;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    vertical-align: middle;
  }
  .table-re th:nth-child(2) {
    text-align: left;
  }
  .table-re td {
    padding: 20px 15px;
    background-color: #e5eaf5;
    font-size: 15px;
    color: #414141;
    vertical-align: middle;
    font-weight: 300;
  }
  .table-re td h3 {
    text-transform: uppercase;
    text-align: left;
  }
  .table-re td a {
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #414141;
    line-height: 1.2;
    transition: all 0.3s ease-in-out;
  }
  .career {
    background-color: #fff;
    padding: 30px 0 0 0;
  }
  .career-box {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
  }
  .join-us h3 {
    text-align: center;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    font-size: 25px;
  }
  .join-us .input-text {
    float: left;
    width: 50%;
    margin: 0 0 12px 0;
  }
  .join-us .input-text:nth-child(odd) {
    padding-right: 6px;
  }
  .join-us .input-text:nth-child(even) {
    padding-left: 6px;
  }
  .join-us .input-text input[type="text"] {
    height: 64px;
    line-height: 64px;
    background-color: rgb(255 255 255);
    color: #727272;
    font-weight: 300;
    border: 1px solid #a1a1a1;
  }
  .join-us .input-but {
    margin-top: 15px;
  }
  .file-up {
    cursor: pointer;
  }
  .input-text input[type="file"] {
    position: relative;
    display: block;
    width: 100%;
    height: 64px;
    z-index: 1;
    opacity: 0;
    cursor: pointer;
    border: 1px solid #ddd;
  }
  .file-name {
    display: block;
    position: absolute;
    left: 6px;
    top: 0;
    width: calc(100% - 6px);
    height: 64px;
    line-height: 64px;
    background-color: rgb(255 255 255);
    border: 1px solid #a1a1a1;
    color: #727272;
    font-weight: 300;
    z-index: 0;
    white-space: nowrap;
    padding: 0 100px 0 20px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .file-mark {
    position: absolute;
    top: 5px;
    right: 5px;
    display: block;
    width: 96px;
    height: 54px;
    line-height: 54px;
    background-color: #bbb;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    transition: all 0.3s ease-in-out;
  }
  .status {
    position: relative;
    display: inline-block;
    font-weight: 600;
    font-family: inherit;
  }
  .status.hot {
    position: relative;
    display: block;
    text-align: center;
  }
  .status.hot a {
    background-color: #fbb12f;
    color: #fff;
    padding: 7px 15px;
    display: inline-block;
    color: #fff;
    border-radius: 30px;
    transition: all 0.3s ease-in-out;
  }
  .join-us button {
    padding: 15px 20px;
    border: 0;
  }
  .title-position {
    text-transform: uppercase;
    margin: 0 0 10px 0;
    text-align: center;
  }
  .details-recruitment {
    position: relative;
    display: block;
    width: 90%;
    max-width: 1100px;
    margin: auto;
  }
  .details-recruitment .details-text {
    border: 1px solid #fbb12f;
    padding: 40px;
    margin: 40px 0 0 0;
  }
  .details-recruitment .details-center h2::after {
    content: " ";
    width: 50px;
    height: 1px;
    background-color: #fbb12f;
    display: block;
    margin: 20px auto 0 auto;
  }
  .details-recruitment .details-center,
  .details-recruitment .title-position,
  .details-recruitment .details-center h2,
  .details-recruitment .details-text {
    opacity: 1;
  }
  .details-recruitment .details-center {
    display: block;
    width: 100%;
    max-width: inherit;
  }
  .regulation {
    padding-bottom: 0;
  }
  .relation-box {
    position: relative;
    display: block;
    width: 90%;
    height: auto;
    text-align: center;
    max-width: 1400px;
    margin: auto;
    overflow: hidden;
  }
  .list-box {
    position: relative;
    display: inline-block;
    width: 47%;
    vertical-align: top;
    margin: 11px 9px;
  }
  .list-box > a {
    display: block;
    height: auto;
    width: 100%;
    position: relative;
  }
  .list-box.hide {
    display: none;
  }
  .list-outer {
    display: block;
    width: 100%;
    position: relative;
    transition: all 0.3s ease-in-out;
    background-color: #e5eaf5;
    padding-left: 100px;
  }
  .r-left {
    position: absolute;
    display: block;
    width: auto;
    height: 100%;
    padding-right: 20px;
    line-height: 110px;
    overflow: hidden;
    vertical-align: middle;
    top: 0;
    left: -5px;
  }
  .r-text {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    text-align: left;
    padding: 0 80px 0 0;
    overflow: hidden;
    vertical-align: middle;
    line-height: 110px;
  }
  .r-link {
    position: absolute;
    right: 5px;
    top: 0;
    width: auto;
    height: 100%;
    line-height: 110px;
    padding-left: 20px;
  }
  .r-num {
    display: inline-block;
    width: 36px;
    height: 36px;
    margin: 0;
    background-color: #009ce0;
    border-radius: 50%;
    font-size: 14px;
    line-height: 34px;
    text-align: center;
    color: #fff;
    vertical-align: middle;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
  }
  .r-date {
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0;
    padding: 10px;
    background-color: #fbb12f;
    font-weight: 600;
    font-size: 12px;
    color: #fff;
    vertical-align: middle;
    line-height: 1;
    transition: all 0.3s ease-in-out;
  }
  .r-date span {
    display: block;
    font-size: 30px;
    line-height: 1.4;
  }
  .r-text p {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    line-height: 1.4;
    color: #333;
    max-height: 95px;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
  }
  .r-pdf {
    width: 55px;
    height: 55px;
    background: url(../storage/images/icon-download.png) no-repeat center center / contain;
    vertical-align: middle;
    background-size: contain;
  }
  .r-zip {
    width: 55px;
    height: 55px;
    background: url(../storage/images/zip.png) no-repeat center center / contain;
    vertical-align: middle;
    background-size: contain;
  }
  .r-link span {
    display: inline-block;
    vertical-align: middle;
    border-radius: 5px;
  }
  .r-link a {
    display: inline-block;
    vertical-align: middle;
    border-radius: 5px;
  }
  .list-outer.list-two .r-text {
    padding: 0 125px 0 0;
  }
  .row-share {
    position: relative;
    display: block;
    width: 90%;
    height: auto;
    text-align: center;
    max-width: 1100px;
    margin: auto;
  }
  .row-share:before {
    content: " ";
    display: block;
    margin: 40px auto;
    width: 200px;
    height: 1px;
    background-color: #fbb12f;
  }
  .col-share {
    width: 44%;
    display: inline-block;
    text-align: center;
    vertical-align: top;
  }
  .col-share:first-child {
    margin-right: 8%;
    width: 45%;
  }
  .col-share h3 {
    text-transform: uppercase;
    font-size: 30px;
    color: #0033a0;
    margin: 0 0 30px 0;
    font-weight: 600;
  }
  .col-share .relation-box {
    width: 100%;
  }
  .col-share .list-box {
    width: 98%;
  }
  .list-share {
    display: block;
    padding: 70px;
    background-color: #e5eaf5;
    text-align: center;
    border-radius: 10px;
  }
  .list-share p {
    text-transform: uppercase;
    font-size: 16px;
    color: #333;
    text-transform: uppercase;
    font-weight: 600;
  }
  .list-pdf {
    display: inline-block;
    vertical-align: middle;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: relative;
    margin-bottom: 20px;
    background-color: #fbb12f;
  }
  .list-pdf::before {
    content: " ";
    background: url(../storage/images/icon-download.png) no-repeat center center;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .shareholders-finance {
    padding: 60px 0 0 0;
  }
  .box-finance {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 60px 0;
    background-color: #0033a0;
    overflow: hidden;
  }
  .box-finance .title-inner h2 {
    color: #fff;
  }
  .box-finance .list-outer {
    background-color: #fff;
  }
  #shareholders-page .scrollA {
    height: 210px;
    overflow: hidden;
  }
  .shareholders-anual::before {
    content: " ";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 250px;
    background-color: #fbb12f;
  }
  .slider-pic {
    position: relative;
    display: block;
    width: 90%;
    max-width: 1100px;
    margin: auto;
    height: auto;
  }
  .item-cate {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 0 20px;
  }
  .item-cate img {
    width: 100%;
    border: 1px solid #fbb12f;
    margin-bottom: 20px;
    pointer-events: none;
    position: relative;
    display: block;
    height: auto;
  }
  .item-cate h3 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    color: #333;
  }
  .item-cate a {
    display: block;
  }
  .shareholders-congress {
    background-color: #0033a0;
    overflow: hidden;
  }
  .shareholders-congress .title-inner h2 {
    color: #fff;
  }
  .list-box-1 .r-date {
    padding: 8px 13px;
  }
  .list-box-1 .r-left {
    line-height: 67px;
    left: 0;
  }
  .list-box-1 .r-link {
    border-left: 1px solid #fff;
    padding-left: 5px;
  }
  .shareholders-news {
    padding-bottom: 0;
  }
  .shareholders-anual .slide-prev {
    background: url(../storage/images/previous1.svg) no-repeat 50% / 90%;
    width: 50px;
    height: 60px;
    left: -50px;
  }
  .shareholders-anual .slide-next {
    background: url(../storage/images/next1.svg) no-repeat 50% / 90%;
    width: 50px;
    height: 60px;
    right: -50px;
  }
  .select-list {
    position: relative;
    display: block;
    width: 100%;
    height: 64px;
    z-index: 20;
    margin: 2px 0;
  }
  .select-header {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    background-color: #fff;
    cursor: pointer;
  }
  .select-header .but {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 40px;
    height: 64px;
    background: url(../storage/images/select.png) no-repeat center center;
    z-index: 1;
  }
  .select-header h3 {
    display: block;
    padding: 0 35px 0 15px;
    font-weight: 300;
    font-size: 15px;
    color: #464646;
    line-height: 64px;
    text-transform: uppercase;
    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .select-box {
    position: absolute;
    top: 64px;
    left: 0;
    display: none;
    width: 100%;
    height: 285px;
    overflow: hidden;
    z-index: 99999;
  }
  .select-box ul {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 0;
    overflow: hidden;
  }
  .select-box li {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    background-color: #9ba3b6;
    border-bottom: 1px solid #eee;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 16px;
  }
  .select-box li:last-child {
    border: none;
  }
  .select-box li a {
    display: block;
    width: 100%;
    height: auto;
  }
  .select-box li h3 {
    display: block;
    padding: 10px 20px;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 400;
    color: #fff;
  }
  .select-box li.selected {
    background-color: #fbb12f;
    pointer-events: none;
  }
  .select-box li.selected::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .select-box li.selected h3 {
    color: #fff;
  }
  .quick-box {
    position: relative;
    display: block;
    vertical-align: top;
    height: 50px;
    width: 200px;
    text-align: center;
    margin: 0 auto 10px auto;
  }
  .quick-box .but {
    height: 50px;
  }
  .quick-box .select-box {
    height: auto;
    overflow: visible;
    top: 50px;
  }
  .quick-box h3 {
    font-weight: 600;
    font-size: 16px;
    line-height: 50px;
    text-align: left;
  }
  .quick-col a > h3 {
    padding: 10px;
    font-size: 16px;
    line-height: 1.4;
    color: #000;
    text-align: center;
  }
  .select-box .scrollC {
    height: 230px;
    max-height: none;
    overflow: hidden;
  }
  .select-box .nicescroll-rails {
    margin: 0;
  }
  .section-info-contact {
    padding: 60px 0 0 0;
    z-index: 99;
  }
  .contact-map {
    position: relative;
    display: block;
    width: 100%;
    z-index: 10;
    height: 100%;
  }
  .form-contact {
    position: relative;
    display: block;
    width: 100%;
    z-index: 10;
    height: 100%;
    margin: -20px auto 0 auto;
    background-color: #0032a0;
    padding: 80px 0 60px 0;
  }
  .contact-form {
    max-width: 800px;
    width: 90%;
    position: relative;
    display: block;
    margin: auto;
  }
  .input-text,
  .input-but {
    display: table;
    width: 100%;
  }
  .input-but {
    text-align: center;
  }
  .captcha {
    width: 304px;
    height: auto;
    display: inline-block;
    vertical-align: top;
    position: relative;
    text-align: center;
    margin-left: -30px;
    vertical-align: top;
  }
  .g-recaptcha {
    width: 100%;
    height: auto;
    display: inline-block;
    position: relative;
    margin: 0;
    text-align: center;
  }
  .g-recaptcha > div {
    width: 100% !important;
    height: auto !important;
    position: relative;
    display: inline-block;
  }
  .captcha + .outer-but {
    display: inline-block;
  }
  .contact-form .radio-box label span {
    color: #fff;
  }
  .input-text input[type="text"],
  .input-text input[type="password"],
  .input-text textarea {
    background-color: #e5eaf5;
    border: 0;
    border-left: 4px solid #fbb12f !important;
    border-radius: 0;
    color: #333;
    opacity: 1;
  }
  .outer-but .btn-1 {
    padding: 22px 20px;
  }
  .contact-info {
    max-width: 700px;
    padding: 40px;
    margin: auto;
    width: 90%;
    position: relative;
    display: block;
    overflow: hidden;
  }
  .contact-info::before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border: 1px solid #fbb12f;
  }
  .contact-info .company-info {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
  }
  .contact-info .company-info li {
    color: #333;
  }
  .contact-info .company-info li a {
    color: #333;
  }
  .contact-info .company-info li p.address::before {
    background: url(../storage/images/location1.svg) no-repeat center center / contain;
  }
  .contact-info .company-info li p.phone::before {
    background: url(../storage/images/phone1.svg) no-repeat center center / contain;
  }
  .contact-info .company-info li p.fax::before {
    background: url(../storage/images/fax1.svg) no-repeat center center / contain;
  }
  .contact-info .company-info li p.email::before {
    background: url(../storage/images/email1.svg) no-repeat center center / contain;
  }
  .contact-info .company-info h3 {
    color: #333;
  }
  .content-business {
    position: relative;
    display: block;
    width: 90%;
    height: auto;
    max-width: 1100px;
    margin: auto;
    text-align: center;
  }
  .row-product {
    padding: 0 0 60px 0;
  }
  .filter-pro {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
    margin: 0 0 30px 0;
    z-index: 20;
  }
  .filter-pro::before {
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #fbb12f;
    position: absolute;
    top: 50%;
    left: 0;
  }
  .filter-pro .quick-box {
    width: 300px;
  }
  .filter-pro .select-header {
    background-color: #ccd6ec;
  }
  .list-pro {
    position: relative;
    display: block;
    width: 90%;
    height: auto;
    max-width: 1100px;
    margin: auto;
    text-align: center;
  }
  .item-pro {
    display: inline-block;
    width: calc(50% - 18px);
    margin: 5px;
  }
  .txt-pro {
    padding: 15px;
    font-size: 16px;
    text-transform: uppercase;
    border-left: 10px solid #fbb12f;
    background-color: #ccd6ec;
    text-align: left;
  }
  .txt-pro p {
    font-weight: 300;
  }
  .txt-pro h3 {
    font-size: 18px;
    font-weight: 600;
  }
  .img-pro {
    height: calc(1125 / 2000 * 550px);
  }
  .list-pro-1 .txt-pro {
    padding: 20px 15px;
  }
  .title-pro {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0 0 30px 0;
    text-align: center;
  }
  .title-pro:before {
    content: " ";
    width: 100%;
    height: 1px;
    top: 14px;
    left: 0;
    background-color: #fbb12f;
    position: absolute;
  }
  .title-pro p {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 18px;
    display: inline-block;
    background-color: #fff;
    padding: 0 20px;
    position: relative;
  }
  .title-pro h2 {
    font-size: 48px;
    text-transform: uppercase;
    font-weight: 600;
    color: #0033a0;
  }
  .pic-detail-info {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 80px 0 0 0;
  }
  .pic-detail-info > img {
    width: 100%;
    height: auto;
    position: relative;
    display: block;
  }
  .pic-detail-info .zoom,
  .img-location .zoom {
    display: none;
  }
  .logo-pro {
    position: absolute;
    display: block;
    width: auto;
    height: auto;
    text-align: center;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    padding: 1px;
    box-shadow: 0 20px 20px rgb(0 0 0 / 0.1);
  }
  .logo-pro img {
    display: block;
    position: relative;
    width: auto;
    height: auto;
    max-width: 200px;
    max-height: 140px;
    margin: auto;
  }
  .link-web,
  .go-back {
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
    margin: 15px 0;
  }
  .link-web a,
  .go-back a {
    display: inline-block;
    padding: 15px 30px;
    background-color: #0033a0;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
  }
  .content-box {
    padding: 20px;
    border: 1px solid #fbb12f;
    line-height: 1.6;
  }
  .padding-bottom {
    padding: 0 0 60px 0;
  }
  .img-location {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 15px;
  }
  .img-location img {
    width: 100%;
    height: auto;
    position: relative;
    display: block;
  }
  .detail-utilities {
    overflow: hidden;
  }
  .item-pic-pro {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
  }
  .item-pic-pro h3 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 10px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    background-color: rgb(0 0 0 / 0.5);
  }
  .item-pic-pro .pic-img {
    height: 400px;
  }
  .slider-pic-project {
    position: relative;
    display: block;
    width: 90%;
    margin: 40px auto 0 auto;
    max-width: 800px;
  }
  .slider-pic-project .slide-wrapper-outer {
    overflow: inherit;
  }
  .slider-pic-project .slide-item {
    opacity: 0.3;
    pointer-events: none;
    transition: all 0.3s ease-in-out;
  }
  .slider-pic-project .slide-item.active {
    opacity: 1;
    transform: scale(1.1, 1.1);
    z-index: 5;
    pointer-events: auto;
  }
  .slider-pic-project .slide-page.active::before,
  .slider-p-detail .slide-page.active::after {
    opacity: 1;
  }
  .slider-pic-project .slide-pagination {
    margin-top: 40px;
  }
  .slider-pic-project .slide-next {
    right: -120px;
  }
  .slider-pic-project .slide-prev {
    left: -120px;
  }
  .box-sell {
    background-color: #fbb12f;
    position: relative;
    display: block;
    width: 90%;
    height: auto;
    margin: auto;
    max-width: 900px;
    padding: 40px;
    text-align: center;
  }
  .box-sell::before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    top: -10px;
    left: -10px;
    border: 1px solid #fbb12f;
  }
  .box-sell .title-inner h2 {
    color: #fff;
  }
  .box-sell p {
    font-size: 20px;
    color: #333;
    position: relative;
    font-weight: 600;
  }
  .box-sell a {
    color: #333;
  }
  .detail-news .news-item::before {
    background-color: #e5eaf5;
  }
  .detail-news .news-item .link-popup {
    display: block;
    overflow: hidden;
    position: relative;
  }
  .video-inner {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
  }
  .video-inner .pic-img {
    height: 80vh;
    z-index: 3;
  }
  .video-inner iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
  }
  .video-inner.hide iframe {
    pointer-events: auto;
  }
  .video-inner.hide .pic-img,
  .video-inner.hide .play-video,
  .video-inner.hide:before {
    opacity: 0;
    z-index: -1;
  }
  .play-video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px;
    z-index: 5;
  }
  .play-video::after {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../storage/images/player.svg) no-repeat center center / contain;
    background-color: rgb(237 28 36 / 0.8);
    left: 0;
    top: 0;
    border-radius: 50%;
  }
  .home-video .video-inner iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .slider-al {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
  }
  .item-box {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    border: none;
    cursor: pointer;
    background-color: #fff;
    transition: all 0.3s ease-in-out;
    margin-bottom: 5px;
  }
  .item-pic {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    line-height: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    backface-visibility: hidden;
    pointer-events: none;
  }
  .item-pic::before {
    content: "";
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 66.4% 0 0 0;
  }
  .item-pic img {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 100%;
    height: 100%;
    transform: translateX(-50%);
    pointer-events: none;
    opacity: 0;
  }
  .item-name {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: auto;
    padding: 10px 20px;
    background-color: rgb(0 0 0 / 0.6);
    color: #fff;
    line-height: 1.4;
    text-align: center;
    z-index: 1;
    text-align: center;
    transition: all 0.3s ease-in-out;
  }
  .item-name h3 {
    display: inline-block;
    vertical-align: middle;
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    line-height: 1.5;
    max-height: 44px;
    overflow: hidden;
    white-space: normal;
  }
  .detail-progress {
    background-color: #e5eaf5;
    overflow: hidden;
  }
  .detail-progress .select-list {
    margin: 0 auto 20px auto;
  }
  .all-panel {
    min-height: 240px;
  }
  .tab-panel {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    display: none;
  }
  .tab-panel.current {
    display: block;
  }
  .contact-project-detail {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
    padding: 60px 0 0 0;
  }
  .contact-project-detail::before {
    content: " ";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fbb12f;
  }
  .title-sm-1 {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
    margin-bottom: 30px;
  }
  .title-sm-1 h2 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 24px;
    z-index: 1;
    display: inline-block;
    position: relative;
  }
  .txt-contact-project {
    position: relative;
    display: block;
    width: 90%;
    max-width: 600px;
    margin: auto;
    border: 1px solid #fbb12f;
    padding: 40px;
    background-color: #fff;
    border-radius: 10px;
  }
  .txt-contact-project h3 {
    display: block;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 17px;
    margin-bottom: 5px;
  }
  .txt-contact-project a {
    color: #333;
    transition: all 0.3s ease-in-out;
  }
  .txt-contact-project a:hover {
    color: #fbb12f;
  }
  .backnext-page {
    text-align: center;
    padding: 50px 0;
  }
  .backnext-page a {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding: 17px;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    background-color: #0033a0;
    color: #fff;
  }
  .backnext-page a:first-child::after,
  .backnext-page a:last-child::before {
    content: " ";
    position: absolute;
    top: -5px;
    left: -5px;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    border: 1px solid #0033a0;
  }
  .backnext-page a:first-child::before {
    content: " ";
    display: inline-block;
    vertical-align: middle;
    margin: -3px 10px 0 0;
    border-top: 7px solid #fff0;
    border-bottom: 7px solid #fff0;
    border-right: 7px solid #fff;
  }
  .backnext-page a:last-child::after {
    content: " ";
    display: inline-block;
    vertical-align: middle;
    margin: -3px 0 0 10px;
    border-top: 7px solid #fff0;
    border-bottom: 7px solid #fff0;
    border-left: 7px solid #fff;
  }
  .backnext-page span {
    display: inline-block;
    vertical-align: middle;
    width: 1px;
    height: 100px;
    margin: 0 5vw;
    background-color: #0033a0;
  }
  .nav-page {
    display: none;
  }
  .backnext-page a.none {
    pointer-events: none;
    opacity: 0.3;
  }
  #business-mineral-page .sub-nav li.current::after {
    display: none;
  }
  #business-mineral-page section:last-child {
    margin: 0 0 40px 0;
  }
  .content-b {
    background-color: #e5eaf5;
    padding: 30px;
  }
  .item-pic-1 {
    position: relative;
    display: block;
    width: 100%;
    height: 200px;
    overflow: hidden;
    margin: 0 0 20px 0;
  }
  .item-pic-1 .pic-img {
    top: 50%;
    transform: translateY(-50%);
  }
  .item-pic-1 .pic-img::before {
    content: "";
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 20% 0 0 0;
  }
  .item-pic-1 h3 {
    text-transform: uppercase;
    font-weight: 600;
    padding: 0 15px;
    background-color: rgb(0 0 0 / 0.5);
    text-align: center;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: 15px;
  }
  .zoom-1 {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -20px 0 0 -20px;
    border: 1px solid rgb(255 255 255 / 0.7);
    border-radius: 50%;
    color: #fff;
  }
  .zoom-1 svg {
    width: 34px;
  }
  .list-pro-full {
    max-width: 1000px;
  }
  .list-pro-full .item-pro {
    width: 100%;
    display: block;
    margin: 0 0 10px 0;
  }
  .list-pro-full .img-pro {
    height: auto;
    max-height: calc(1125 / 2000 * 1000px);
  }
  .list-pro-full .img-pro img {
    position: relative;
    width: 100%;
    height: auto;
    display: block;
  }
  .content-industrial h3 {
    text-transform: uppercase;
    margin: 0 0 5px 0;
    font-weight: 600;
    font-size: 20px;
    color: #0033a0;
  }
  .pic-industrial-info {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 20px 0;
  }
  .pic-industrial-info img {
    width: 100%;
    height: auto;
    position: relative;
    display: block;
  }
  .pic-industrial-info .zoom {
    display: none;
  }
  .list-finance {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
  }
  .slider-finance {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
  }
  .item-finance {
    width: 100%;
    position: relative;
    display: block;
    height: auto;
  }
  .item-finance .pic-img {
    height: 200px;
    border: 1px solid #ddd;
  }
  .item-finance.current .txt-finance {
    background-color: #fbb12f;
  }
  .item-finance.current {
    pointer-events: none;
  }
  .txt-finance {
    padding: 15px;
    background-color: #0032a0;
    display: block;
    color: #fff;
  }
  .txt-finance h3 {
    overflow: hidden;
    font-size: 16px;
    height: 41px;
  }
  .detail-finance {
    margin: 0 0 60px 0;
  }
  .detail-finance .load-title {
    padding: 0 0 30px 0;
    text-align: center;
    color: #0032a0;
  }
  .detail-finance .load-title h3 {
    font-size: 30px;
  }
  .po-form {
    height: 0;
    overflow: hidden;
    width: 100%;
    left: 0;
    bottom: 0;
    margin: 0;
    position: fixed;
    text-align: center;
    transition: height 0.3s ease-in-out;
    z-index: 999;
  }
  .po-form .join-us h3 {
    color: #333;
  }
  .po-form.show {
    height: 100%;
  }
  .po-form::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
  }
  .po-form::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
  }
  .po-form form {
    display: inline-block;
    position: relative;
    width: 80%;
    max-width: 600px;
    height: auto;
    margin: 0;
    vertical-align: middle;
    z-index: 20;
  }
  .po-form > span {
    width: 100%;
    height: 0;
    left: 0;
    bottom: 0;
    overflow: hidden;
    position: fixed;
    background-color: rgb(0 51 160 / 0.8);
    transition: height 0.6s ease-in-out;
  }
  .po-form.show > span {
    height: 100%;
  }
  .po-form .require-col {
    width: 100%;
    padding: 40px;
    background-color: #fff;
    border-radius: 20px;
    opacity: 1;
  }
  .po-form .close {
    right: auto;
    right: -17px;
    margin-left: -30px;
    position: absolute;
    bottom: auto;
    top: -15px;
  }
  .po-form .title-main {
    margin-bottom: 20px;
  }
  .box-toogle-re {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 10px 0;
  }
  .title-toogle {
    position: relative;
    display: block;
    padding: 15px 40px 15px 0;
    border-bottom: 1px dashed #333;
    width: 100%;
    height: auto;
    cursor: pointer;
  }
  .title-toogle::after {
    content: " ";
    width: 32px;
    height: 32px;
    position: absolute;
    top: 11px;
    right: 0;
    background: #fbb12f url(../storage/images/plus.svg) no-repeat center center / contain;
    border-radius: 50%;
  }
  .title-toogle h3 {
    margin: 0;
  }
  .body-toogle {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 20px 0;
    border-top: 0;
    display: none;
  }
  .box-toogle-re.show .title-toogle::after {
    background: #fbb12f url(../storage/images/plus-.svg) no-repeat center center / contain;
  }
  .form-re {
    border: 1px solid #fbb12f;
    width: 100%;
  }
  .body-form {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    display: table;
    border-bottom: 1px solid #fbb12f;
    padding: 30px;
  }
  .body-form > h3 {
    margin: 0 0 20px 0;
    font-size: 20px;
    font-weight: 600;
    color: #404040;
    text-transform: uppercase;
    padding: 0 0 0 60px;
    position: relative;
  }
  .body-form > h3 span {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fbb12f;
    color: #fff;
    position: absolute;
    top: -6px;
    left: 10px;
    text-align: center;
    line-height: 40px;
  }
  .col-3,
  .col-2,
  .col-4,
  .col-12 {
    display: block;
    width: 33.33%;
    float: left;
    padding: 0 10px;
    margin-bottom: 15px;
  }
  .col-2 {
    width: 66.66%;
  }
  .col-4 {
    width: 25%;
  }
  .col-12 {
    width: 100%;
  }
  .form-re label {
    display: block;
    font-size: 16px;
    margin: 0 0 10px 0;
    display: block;
    line-height: 1.4;
  }
  .form-re label > span {
    color: red;
  }
  .form-re .select-header {
    border: 1px solid #a1a1a1;
  }
  .form-re .quick-box {
    width: 100%;
    margin: 0;
    z-index: inherit;
  }
  .form-re .quick-box h3 {
    font-weight: 300;
    text-transform: none;
  }
  .form-re input[type="text"],
  .form-re input[type="password"] {
    height: 52px;
  }
  .col-no-label {
    padding-top: 35px;
  }
  .form-re .file-name {
    height: 50px;
    line-height: 50px;
  }
  .form-re .file-mark {
    top: 0;
    right: 0;
    height: 50px;
    line-height: 50px;
  }
  .form-re .input-text input[type="file"] {
    height: 50px;
  }
  .bottom-form {
    background-color: #eee;
    padding: 20px 35px;
    text-align: center;
  }
  .scrollA {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .form-re .quick-box .select-box {
    height: 300px;
    overflow: hidden;
  }
  .map-box {
    width: 100%;
    height: 70vh;
    position: relative;
    display: block;
    margin: 0;
    overflow: hidden;
    transition: height 0.5s ease-in-out;
  }
  .map-box.full-screen,
  .map-view.full-screen {
    position: fixed;
    width: 100%;
    height: 100vh;
    max-height: inherit;
    max-width: inherit;
    left: 0;
    top: 0;
    z-index: 100000;
  }
  .googlemap {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1;
  }
  .googlemap iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    top: 0;
  }
  .all-album {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    z-index: 3600;
  }
  .album-load {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    opacity: 0;
    text-align: center;
  }
  .album-center {
    width: 100vw;
    height: 100vh;
    position: relative;
    display: block;
  }
  .album-pic-center {
    width: 100%;
    height: 100%;
    position: relative;
    text-align: center;
    display: block;
  }
  .album-pic-center .pic-name {
    position: absolute;
    left: 0;
    top: 1.5%;
    z-index: 5;
    width: 100%;
    height: auto;
  }
  .album-pic-center .pic-name h3 {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.4;
    text-align: center;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    padding: 10px 50px;
  }
  .album-pic-center .pic-name h3 > span > span {
    transition: all 600ms ease;
    opacity: 0;
  }
  .album-pic-center .pic-name.move h3 > span > span.move {
    opacity: 1;
  }
  .container-zoom {
    width: 100vw;
    height: 100vh;
    position: relative;
    display: block;
  }
  .container-zoom::before,
  .container-zoom::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
  }
  .container-zoom > img {
    width: auto;
    height: auto;
    max-height: 80vh;
    max-width: 100%;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin: 0 -3px;
  }
  .dragscroll {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
  }
  .pinch-zoom-container {
    width: 100vw !important;
    height: 100vh !important;
    position: relative;
    display: block;
    margin: 0;
  }
  .pinch-zoom {
    width: 100%;
    left: 0;
    top: 0;
    text-align: center;
  }
  .pinch-zoom::before,
  .pinch-zoom::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
  }
  .pinch-zoom > img {
    width: auto;
    height: auto;
    max-width: 100%;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin: 0 -3px;
  }
  .zoom,
  .zoom-album {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 10px;
    top: 10px;
    border-radius: 50%;
    background-color: #fff;
    color: #0033a0;
    z-index: 20;
  }
  .zoom svg,
  .zoom-album svg {
    width: 40px;
    height: 40px;
    margin: 2px 0 0 3px;
  }
  .zoom-details {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 10px;
    bottom: 10px;
    border-radius: 50%;
    z-index: 20;
  }
  .zoom-details::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 0.2) url(../storage/images/zoom.svg) no-repeat 50% / 80%;
    border-radius: 50%;
  }
  .zoom-large {
    width: 70px;
    height: 70px;
    position: absolute;
    top: 20px;
    right: 20px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    z-index: 99999;
  }
  .zoom-large::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 0.2) url(../storage/images/zoom.svg) no-repeat 50% / 90%;
    border-radius: 50%;
  }
  .touch {
    background-position: left top;
    background-repeat: no-repeat;
  }
  .cursor {
    cursor: url(../storage/images/openhand.png) 8 8, move;
  }
  .drag-cursor {
    cursor: url(../storage/images/grabbing.png) 8 8, move;
  }
  .go-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 60px;
    height: 60px;
    color: #fff;
    background: #fbb12f;
    border-radius: 50%;
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    box-shadow: 0 0 10px 2px rgb(0 0 0 / 0.1);
    z-index: 100;
  }
  .go-top.show {
    opacity: 1;
    pointer-events: auto;
  }
  .wheel,
  .wheel-b {
    border: 1px solid rgb(255 255 255);
    width: 30px;
    transition: opacity 0.3s ease-in-out;
    height: 54px;
    position: fixed;
    left: 45px;
    bottom: 40px;
    border-radius: 50px;
    opacity: 0;
    pointer-events: none;
    z-index: 20;
  }
  .wheel-b {
    border: 2px solid rgb(255 255 255);
  }
  .wheel.transparent {
    background-color: #fff0;
  }
  .wheel.inner {
    bottom: 100px;
  }
  .wheel.show {
    opacity: 0.8;
  }
  .wheel.show::after,
  .wheel-b::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  .wheel.show::after,
  .wheel-b::after {
    background-color: #fff;
    width: 5px;
    height: 10px;
    border-radius: 10px;
    animation: trackBallSlide 3s linear infinite;
  }
  .wheel::before,
  .wheel-b::before {
    content: " ";
    width: 1px;
    height: 35px;
    background-color: #fff;
    top: -47px;
    left: 50%;
    position: absolute;
  }
  .wheel-b::before {
    width: 2px;
  }
  .wheel-b {
    left: 50%;
    top: 50%;
    margin-top: 150px;
    position: absolute;
    opacity: 1;
  }
  .view-album {
    background-color: #fff0;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -25px 0 0 -20px;
    border-radius: 50%;
    backface-visibility: hidden;
    z-index: 10;
  }
  .view-album::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../storage/images/album.svg) no-repeat 50% / 80%;
    border-radius: 50%;
  }
  .view-album::before {
    content: "";
    position: absolute;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    left: -5px;
    top: -5px;
    border: 1px solid rgb(255 255 255 / 0.8);
    border-radius: 50%;
  }
  .view-video {
    background-color: rgb(186 216 118 / 0.8);
    width: 60px;
    height: 60px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -45px 0 0 -35px;
    border-radius: 50%;
    backface-visibility: hidden;
    z-index: 10;
  }
  .view-video::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../storage/images/player.svg) no-repeat 50% / 80%;
    border-radius: 50%;
  }
  .view-video::before {
    content: "";
    position: absolute;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    left: -5px;
    top: -5px;
    border: 5px solid rgb(255 255 255 / 0.8);
    border-radius: 50%;
  }
  .player-vid {
    width: 140px;
    height: 140px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -70px 0 0 -70px;
    transition: opacity 0.5s ease-in-out;
    border-radius: 50%;
    opacity: 1;
    z-index: 99999;
  }
  .player-vid::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    background: url(../storage/images/play.svg) no-repeat 50%/80%;
    z-index: 1;
  }
  .player-vid::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    background: linear-gradient(
      180deg,
      rgb(91 84 80 / 0.8) 0%,
      rgb(0 0 0 / 0.8) 100%
    );
    opacity: 0;
    z-index: -1;
  }
  .player-vid.hide,
  .player-vid.show.hide {
    display: none;
    opacity: 0;
  }
  .player-vid.show {
    display: block;
    opacity: 1;
  }
  .input-but {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin-top: 10px;
  }
  .btn-green {
    color: #fff;
    font-weight: 600;
    line-height: 1;
    padding: 15px 20px;
    border-radius: 5px;
    background-color: #aac456;
    outline: none;
    border: none;
    text-transform: uppercase;
    cursor: pointer;
  }
  #search-page .content-text {
    background: none;
    box-shadow: none;
    padding: 0;
  }
  #search-page .slide-award .slide-item,
  #search-page .content-picture,
  #search-page .content-text p {
    opacity: 1 !important;
  }
  .search-content {
    background-color: #fff;
    z-index: 1;
  }
  .search-content .title {
    padding: 0 0 20px 0;
  }
  .search-content h2 {
    font-size: 36px;
  }
  .search-result {
    position: relative;
    display: block;
    width: 90%;
    max-width: 1000px;
    height: auto;
    margin: 0 auto;
    padding: 50px 0;
  }
  .search-box {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    counter-reset: div;
  }
  .resultCount {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 10px 0;
  }
  .resultCount span {
    font-size: 16px;
    line-height: 1.4;
    color: #444;
    font-weight: 600;
    text-transform: uppercase;
  }
  .item-search {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0 0 1px 0;
    text-align: left;
  }
  .item-search a {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 15px 30px;
  }
  .item-search:nth-child(odd) a {
    background-color: #fff;
  }
  .item-search:nth-child(even) a {
    background-color: #e4e4e4;
  }
  .item-link-name {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    font-size: 13px;
    line-height: 1.4;
    margin: 7px 0;
    color: #d2d2d2;
    word-break: break-word;
  }
  .item-search::before {
    content: counter(div) " ";
    counter-increment: div;
    position: absolute;
    left: -20px;
    top: 50%;
    width: 40px;
    height: 40px;
    margin: -20px 0 0 0;
    line-height: 40px;
    font-weight: 600;
    font-size: 15px;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    z-index: 1;
  }
  .item-search:nth-child(-n + 9)::before {
    content: "0" counter(div);
  }
  .item-search:nth-child(odd)::before {
    background-color: #0134a0;
  }
  .item-search:nth-child(even)::before {
    background-color: #0134a0;
  }
  .item-search h3 {
    font-size: 15px;
    font-weight: 600;
    color: #333;
  }
  .item-date {
    display: block;
    width: 100%;
    height: auto;
    text-align: left;
    font-size: 13px;
    color: #666;
    margin: 0 0 5px 0;
  }
  .item-search p {
    font-size: 14px;
    line-height: 1.4;
    color: #666;
    margin: 7px 0;
  }
  .item-search h3 strong,
  .item-search p strong {
    font-weight: 600;
    color: #fff;
  }
  .item-search p .item-date {
    display: inline-block;
    width: auto;
    margin: 0 5px 0 0;
  }
  .search-mess {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 30px 0;
  }
  .search-mess p {
    font-size: 18px;
    line-height: 1.4;
    color: #333;
    text-transform: uppercase;
    text-align: center;
  }
  .search-content .page-num {
    max-width: 252px;
  }
  .search-tempty {
    padding: 5% 0;
  }
  .search-tempty p {
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
  }
  .text-btn-search {
    color: #3c3c3c !important;
  }
  .thongtindangduoccapnhat {
    text-align: center;
    font-size: 18px;
  }
  .close,
  .close-video,
  .close-pics,
  .close-album,
  .close-popup,
  .close-details {
    display: block;
    width: 50px;
    height: 50px;
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 20px;
    color: #fff;
    border-radius: 50%;
    background-color: #fbb12f;
    padding: 10px;
    z-index: 999999;
  }
  .close-pics,
  .close-popup {
    position: fixed;
  }
  .member-details .close-popup {
    position: absolute;
  }
  .close-pics svg,
  .close-album svg,
  .close svg,
  .close-video svg,
  .close-map svg,
  .close-news svg,
  .close-popup svg,
  .close-box svg {
    width: 100%;
    height: 100%;
    display: block;
  }
  .close-video {
    color: #fff;
    background-color: #fff0;
    box-shadow: none;
  }
  .no-scroll {
    overflow-x: hidden;
    overflow-y: hidden !important;
    overflow: hidden;
  }
  .no-index {
    position: static !important;
    display: none !important;
  }
  .no-link {
    pointer-events: none;
  }
  .level-index-out {
    z-index: -9999;
    pointer-events: none;
  }
  .level-index-in {
    z-index: 9990;
  }
  .visible {
    overflow: visible;
  }
  .two-column {
    column-count: 2;
    column-gap: 40px;
    text-align: justify;
  }
  .no-display {
    display: none;
  }
  .desktop {
    display: block;
  }
  .mobile {
    display: none;
  }
  img.desktop {
    display: block;
  }
  img.mobile {
    display: none;
  }
  .allvideo {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    left: 0;
    top: 0;
    display: none;
    z-index: 2200;
  }
  .video-list {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    text-align: center;
  }
  .video-wrap {
    position: relative;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    z-index: 100;
    display: inline-block;
    vertical-align: middle;
  }
  .video-skin {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    min-height: 100%;
    z-index: 10;
  }
  .video-wrap iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgb(0 0 0);
    display: block;
    top: 0;
    left: 0;
    z-index: 10;
  }
  .video-wrap h3 {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    background-color: rgb(0 0 0 / 0.6);
    padding: 8px 10px;
    z-index: 10;
    color: #fff;
    font-weight: 600;
    min-width: 200px;
    text-transform: uppercase;
    font-size: 16px;
  }
  .pic-video {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    transition: all 0.8s ease-in-out;
    z-index: 2;
  }
  .pic-video.hide {
    opacity: 0;
    z-index: -1;
  }
  .box-video-center {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    margin: 0;
    text-align: center;
    z-index: 10;
  }
  .video-cover {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    background-color: #61676d;
  }
  .video-full {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    opacity: 1;
  }
  .overlay-video {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
  }
  .controls {
    position: absolute;
    width: 100%;
    height: auto;
    padding: 5px 0;
    bottom: 0;
    left: 0;
    white-space: nowrap;
    text-align: center;
    background-color: #fff0;
    transition: all 0.9s ease-in-out;
    opacity: 0;
    transform: translate3d(0, 100%, 0);
    z-index: 10;
  }
  .controls[data-state="hidden"] {
    display: none;
  }
  .controls[data-state="visible"] {
    visibility: visible;
  }
  .controls .progress {
    cursor: pointer;
    width: calc(100% - 150px);
    max-width: 300px;
    height: 10px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 1px 0;
    padding: 1px;
    background-color: rgb(255 255 255 / 0.2);
  }
  .controls progress[data-state="fake"] {
    background-color: #fff;
    height: 20px;
  }
  .controls button {
    text-align: center;
    background-color: #fff0;
    border: none;
    line-height: 20px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    width: 20px;
    height: 20px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 1;
  }
  .controls button:hover {
    opacity: 0.5;
  }
  .controls button:focus {
    opacity: 1;
  }
  .controls progress {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    border: none;
    overflow: hidden;
    background-color: rgb(0 0 0 / 0.1);
    color: #fff;
  }
  .controls progress span {
    width: 0%;
    height: 100%;
    display: inline-block;
    background-color: #fff;
  }
  .controls progress::-moz-progress-bar {
    background-color: #fff;
  }
  .video-cover-inline[data-fullscreen="true"] {
    position: fixed;
    left: 0;
    top: 0;
  }
  .video-cover-inline[data-fullscreen="true"] .video-full {
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    transform: none;
  }
  .video-cover-inline[data-fullscreen="true"] figcaption {
    display: none;
  }
  .video-cover-inline[data-fullscreen="true"] .controls {
    bottom: 10px;
    z-index: 2147483647;
    position: fixed;
  }
  .controls.addshow {
    bottom: 35px;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  .mobile-call {
    width: auto;
    height: 40px;
    position: fixed;
    left: 10px;
    bottom: 10px;
    display: none;
    z-index: 12;
  }
  .call-icon {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 0;
    top: 0;
    background: #fff url(../storage/images/call.svg) no-repeat 50% / 90%;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 10px 20px rgb(0 0 0 / 0.2);
    text-indent: -99999px;
  }
  .class-hidden {
    display: none;
  }
  #contact-loader {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 110000;
    width: 82px;
    height: 82px;
    margin: -41px 0 0 -41px;
    border-radius: 50%;
    animation: Rotate 2.5s linear infinite;
    display: none;
  }
  .contact-success,
  .register-success {
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -30px 0 0 -150px;
    padding: 20px;
    font-size: 15px;
    line-height: 1.6;
    width: 300px;
    height: auto;
    background-color: #c30004;
    border-radius: 20px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    z-index: 99999;
    text-shadow: 1px 1px 0 rgb(0 0 0 / 0.5);
  }
  .color-red {
    background-color: #d00;
    color: #fff;
  }
  .color-blue {
    background-color: #008c44;
    color: #fff;
  }
  .inputContainer {
    position: relative;
    float: left;
  }
  .formError {
    position: absolute;
    top: -30px;
    left: 20px;
    display: block;
    cursor: pointer;
    z-index: 99999;
  }
  .formErrorContent {
    background-color: rgb(209 0 8 / 0.8);
    position: relative;
    display: inline-block;
    color: #fff;
    width: auto;
    height: auto;
    max-width: 250px;
    font-size: 15px;
    line-height: 1.4;
    box-shadow: 0 0 10px rgb(0 0 0 / 0.3);
    padding: 8px 12px;
    border-radius: 10px;
    z-index: 9999;
  }
  .formErrorContent::after {
    content: "";
    position: absolute;
    left: 20px;
    bottom: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 7px 0 7px;
    border-color: rgb(209 0 8 / 0.8) #fff0 #fff0 #fff0;
  }
  .greenPopup .formErrorContent {
    background-color: #008c44;
  }
  .blackPopup .formErrorContent {
    background-color: #393939;
    color: #fff;
  }
  .ajaxSubmit {
    padding: 20px;
    background-color: #008c44;
    display: none;
  }
  @media screen and (max-width: 1600px) {
    .container-main {
      max-width: 1100px;
    }
  }
  @media screen and (max-width: 1500px) {
    .txt-mes h3,
    .txt-bu h3 {
      font-size: 25px;
    }
    .container-main {
      max-width: 1000px;
    }
    .box-info-about .bg-logo {
      right: -28%;
    }
  }
  @media screen and (max-width: 1400px) {
    .footer {
      padding: 0 90px 0 40px;
    }
    .company-info h3 {
      font-size: 27px;
    }
    .container-main {
      max-width: 960px;
    }
    .home-project-highlight .container-main {
      margin-top: 40px;
    }
    .box-project-home .project-time span {
      font-size: 15px;
    }
    .project-time span {
      margin: 3px 0;
    }
    .project-hight {
      height: 180px;
    }
    .pic-news-home {
      height: 323px;
    }
    .right-contact {
      padding: 140px 40px 40px 40px;
    }
  }
  @media screen and (max-width: 1600px) {
    .box-value-info {
      width: 300px;
    }
    .box-value-info:nth-child(2),
    .box-value-info:nth-child(4),
    .box-value-info:nth-child(5) {
      width: 350px;
    }
  }
  @media screen and (max-width: 1300px) {
    .wrap-content,
    .container-main {
      max-width: 900px;
    }
    .content-txt-history {
      max-width: 90%;
    }
    .logo,
    .box-nav,
    .wheel,
    .title-main {
      left: 20px;
    }
    .box-value-info {
      width: 250px;
    }
    .box-value-info:nth-child(2),
    .box-value-info:nth-child(4),
    .box-value-info:nth-child(5) {
      width: 300px;
    }
  }
  @media screen and (max-width: 1200px) {
    .footer .copyright {
      font-size: 8px;
    }
  }
  @media screen and (max-width: 1100px) {
    .container {
      margin-top: 60px;
      height: auto;
    }
    .allvideo {
      top: 0;
      z-index: 5000;
    }
    .album-pic-center img {
      max-height: inherit;
    }
    .view-video,
    .view-album {
      width: 50px;
      height: 50px;
      margin: -25px 0 0 -25px;
    }
    .close-album,
    .close-video,
    .close-popup {
      width: 40px;
      height: 40px;
      right: 0;
      top: 0;
      background-color: #0033a0;
      border-radius: 0;
    }
    .close-pics {
      border-radius: 0;
      top: 0;
      right: 0;
      width: 40px;
      height: 40px;
      padding: 5px;
    }
    .close-pics-small {
      display: block;
    }
    .close {
      width: 50px;
      height: 50px;
      right: 50%;
      top: auto;
      bottom: -25px;
      margin: 0 -25px 0 0;
    }
    .thumb-content {
      bottom: 60px;
    }
    .gallery-thumbs .item-container {
      width: 80px;
      height: 50px;
    }
    .thumb-box {
      position: relative;
      bottom: auto;
      left: auto;
    }
    .video-wrap {
      width: 95%;
      height: 100%;
    }
    .zoom-control {
      display: none;
    }
    .close-map {
      width: 40px;
      height: 40px;
    }
    .map-box {
      height: 70vh;
    }
    .googlemap::before,
    .googlemap::after {
      display: none;
    }
    .is-IOS .gm-style button {
      display: none !important;
    }
    .radio-box label span,
    input[type="text"],
    input[type="password"],
    textarea,
    .input-select select,
    .input-select select option,
    #catalogue-page .input-select select {
      font-size: 15px;
    }
    .detail-popup {
      position: relative;
    }
    .details-center {
      width: 95%;
      padding: 20px 0 0 0;
      opacity: 0;
    }
    .details-center h2 {
      font-size: 24px;
      font-weight: 300;
      padding: 0 5%;
    }
    .details-outer {
      padding: 0 20px 20px 20px;
    }
    .details-text {
      padding: 10px 0;
    }
    .details-text h3 {
      font-size: 15px;
    }
    .details-text p {
      font-size: 15px;
    }
    .details-text table tbody:only-child tr:first-child td,
    .details-text table thead th,
    .details-text table thead td {
      font-size: 15px;
    }
    .download-but {
      padding: 10px 60px 10px 10px;
    }
    .download-but h3,
    .browse-but h3 {
      font-size: 18px;
    }
    .download-but span {
      font-size: 15px;
    }
    .download-but::after {
      width: 30px;
      height: 30px;
      right: 10px;
    }
    .browse-but {
      padding: 21px 10px;
    }
    .browse-but span {
      margin: 0 0 0 10px;
      font-size: 12px;
    }
    .outer-nav {
      padding: 10px;
    }
    .sub-nav,
    .list-finance {
      overflow-x: hidden;
      overflow-y: auto;
      -webkit-overflow-scrolling: touch;
    }
    .sub-nav ul::after {
      height: 65px;
    }
    .sub-nav li a {
      font-size: 12px;
      padding: 12px;
    }
    .outer-nav.second.fixed {
      top: 60px;
    }
    .sub-nav ul {
      display: block;
    }
    .sub-project {
      display: none;
    }
    .content-page {
      width: 100%;
      height: auto;
      position: relative;
    }
    .box-content {
      position: relative;
      height: auto;
      top: auto;
      left: auto;
      width: auto;
      display: block;
    }
    .colum-box {
      position: relative;
      height: auto;
      width: 100%;
      float: left;
      display: block;
      margin: 0;
      padding: 0;
    }
    .full.lock {
      overflow-x: hidden;
    }
    .full img {
      max-width: 100%;
    }
    .all-pics .text-length h3 {
      font-size: 14px;
    }
    .allvideo {
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      z-index: 5000;
    }
    .video-skin {
      height: 100%;
      left: 0;
      top: 0;
      bottom: auto;
    }
    .overlay-video.show {
      height: 100%;
    }
    .go-top {
      width: 40px;
      height: 40px;
      bottom: 15px !important;
      border: none;
      right: 10px;
      background-color: rgb(0 0 0 / 0.5);
    }
    .go-top.top-home {
      left: auto;
      margin: 0;
      right: 10px;
    }
    .color-show {
      transition: none;
    }
    .print-but,
    .save-but,
    .share-but::before {
      display: none;
    }
    .share-but {
      height: auto;
      line-height: inherit;
      padding: 0 0 10px 0;
      background-color: #fff0;
      color: #fff !important;
    }
    .share-item {
      position: relative;
      right: auto;
      bottom: auto;
      height: auto;
    }
    .share-item ul {
      text-align: center;
      padding: 0;
    }
    .share-item li {
      transform: none;
      left: auto;
      opacity: 1;
    }
    .item-num {
      padding: 0 10px;
    }
    .title-page {
      top: auto;
      bottom: 0;
      left: 0;
      width: 100%;
      background-color: rgb(0 51 160 / 0.5);
      padding: 10px;
      text-align: center;
      z-index: 10;
    }
    .title-page h1 {
      font-size: 40px;
    }
    .title-page h1:after {
      display: none;
    }
    .title-inner {
      margin-bottom: 20px;
    }
    .title-inner h2 {
      font-size: 30px;
    }
    .title-main {
      position: relative;
      top: auto;
      left: auto;
      text-align: center;
      margin-bottom: 20px;
      width: 100%;
    }
    .title-1 {
      max-width: 700px;
      overflow: hidden;
    }
    .title-1 h2,
    .title-2 h2,
    .title-3 h2,
    .title-main h2 {
      font-size: 30px;
    }
    .video-cover-inline,
    .video-full {
      min-height: inherit;
    }
    .video-full {
      position: relative;
      left: auto;
      top: auto;
      width: 100%;
      height: 100%;
      min-height: inherit;
      transform: none;
    }
    .box-video-center {
      height: calc(1125 / 2000 * 100vw);
      width: 100%;
      top: auto;
      left: auto;
      position: relative;
    }
    .controls {
      bottom: 0;
      left: 0;
      margin: 0;
      padding: 10px;
    }
    .controls .progress {
      display: none;
    }
    .controls button {
      width: 25px;
      height: 25px;
      margin: 5px 10px;
      line-height: 25px;
    }
    .pic-video::after {
      display: none;
    }
    .player-vid {
      transition: none;
      width: 80px;
      height: 80px;
      margin: -40px 0 0 -40px;
      background-color: rgb(0 0 0 / 0.3);
      opacity: 1;
    }
    .player-vid:hover {
      background-color: rgb(0 0 0 / 0.3);
    }
    .controls.addshow {
      bottom: 0;
    }
    .video-youtube-full {
      height: auto;
    }
    .control {
      font-size: 11px;
      padding: 5px 10px;
      width: 100%;
      left: 0;
      transform: none;
      bottom: 0;
    }
    .control button {
      width: 20px;
      height: 20px;
      transition: none;
      margin: 0 10px;
      pointer-events: auto;
    }
    .control button:hover {
      opacity: 1;
    }
    .control::after {
      transition: none;
      background-color: rgb(0 0 0 / 0.5);
    }
    .youtube-video iframe {
      position: relative;
      left: auto;
      top: auto;
      transform: none;
    }
    .play-button {
      width: 70px;
      height: 70px;
      margin: -35px 0 0 -35px;
      background-color: rgb(0 0 0 / 0.6);
      top: 50%;
      bottom: auto;
    }
    .play-button svg {
      width: 80%;
      height: 80%;
      margin: 10%;
      display: block;
    }
    .play-button::after {
      display: none;
    }
    .group-central[data-name="home-project"].fullmode {
      height: 100vh;
      position: fixed;
      left: 0;
      top: 0;
      background-color: #000;
      overflow: hidden !important;
      z-index: 9999 !important;
    }
    .fullmode .box-video-center {
      height: 100vh;
      position: absolute;
      left: 0;
      top: 0;
      z-index: 9999;
    }
    .fullmode .video-youtube-full {
      height: 100%;
    }
    .fullmode .youtube-video iframe {
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      transform: none;
      position: absolute;
    }
    .is-IOS .controls,
    .is-IOS .control {
      display: none;
    }
    .is-IOS .youtube-video iframe {
      z-index: 2;
    }
    .slide-mask .slide-item {
      overflow: hidden;
    }
    .slide-mask {
      background-color: #0032a0;
    }
    .text-banner {
      position: relative;
      display: block;
      right: auto;
      bottom: auto;
      width: 100%;
      padding: 20px;
      max-width: inherit;
    }
    .text-banner:before {
      background-color: #0032a0;
      border: 0;
    }
    .text-banner h3::after {
      display: none;
    }
    .text-banner h3 {
      font-size: calc(100vw / 25);
      margin: 0 0 20px 0;
    }
    .text-banner p {
      max-height: inherit;
      overflow: visible;
      padding: 0;
    }
    .box-text {
      padding: 0;
      max-width: 500px;
      margin: 0 auto 20px auto;
    }
    .view-pro {
      position: relative;
      display: inline-block;
      right: auto;
      left: auto;
    }
    .footer {
      position: relative;
      bottom: auto;
      right: auto;
      left: auto;
      height: auto;
      background-color: #27459b;
      padding: 20px;
      width: 100%;
      text-align: center;
    }
    .footer .social {
      float: none;
    }
    .footer .copyright {
      float: none;
      margin-top: 5px;
      font-size: 10px;
    }
    .left-footer {
      display: none;
    }
    .left-footer:before,
    .left-footer:after {
      display: none;
    }
    .right-footer {
      padding: 30px;
      float: none;
      width: 100%;
      text-align: center;
    }
    .right-footer h3 {
      font-size: 20px;
    }
    .info-footer {
      max-width: inherit;
    }
    .link-social {
      position: relative;
      bottom: auto;
      right: auto;
      margin: 10px 0 0 0;
    }
    .copyright,
    .copyright-inner {
      line-height: 2;
      font-size: 11px;
    }
    .copyright a,
    .copyright-inner a {
      display: none;
    }
    .box-slider {
      height: auto;
      position: relative;
      left: auto;
      top: auto;
      overflow: visible;
      float: none;
    }
    .content-main {
      position: relative;
      height: auto;
      overflow: initial;
      padding: 30px 0;
    }
    .content-main::before,
    .content-main::after {
      display: none;
    }
    .container-main {
      display: block;
    }
    .group-central {
      position: relative;
      width: 100%;
      height: auto;
      left: auto;
      top: auto;
      float: none;
      display: block;
      text-align: center;
      transform: translate(0, 0) !important;
      z-index: auto !important;
      overflow: visible;
    }
    .box-cover,
    .bg-cover {
      position: relative;
      left: auto;
      top: auto;
      background-attachment: scroll;
    }
    .bg-cover {
      max-height: 300px;
    }
    .box-cover,
    .bg-cover {
      height: calc(1125 / 2000 * 100vw);
    }
    .group-left,
    .group-right {
      position: relative;
      right: auto;
      left: auto;
      width: 100% !important;
      padding: 0;
      margin: 0;
    }
    .group-right::before,
    .group-right::after,
    .group-left::before,
    .group-left::after {
      display: none;
    }
    .box-nav {
      display: none;
    }
    #home-page .bg-home {
      height: auto;
    }
    .home-project .slide-mask,
    .banner-home .slide-banner {
      height: auto;
    }
    .home-project .bg-home img {
      min-height: inherit;
    }
    .logo-banner {
      margin: -12vw 0 0 -25vw;
      width: 50vw;
      height: 18vw;
    }
    .logo-bg {
      margin: -12vw 0 0 -25vw;
      width: 50vw;
      height: 18vw;
    }
    .wheel-b {
      display: none;
    }
    .home-project-highlight .title-main {
      margin-top: 0;
    }
    .item-bu {
      width: 50%;
    }
    .item-bu .pic-img,
    .item-bu:nth-child(2) .pic-img,
    .item-bu:nth-child(3) .pic-img {
      height: auto;
      max-height: 200px;
    }
    .item-bu:nth-child(3) {
      position: relative;
      bottom: auto;
      left: auto;
    }
    .txt-bu {
      height: 80px;
      position: relative;
      bottom: auto;
      left: auto;
      padding: 15px 0;
      background-color: #0032a0;
    }
    .txt-bu h3 {
      font-size: 24px;
      display: block;
      width: 100%;
    }
    .txt-bu h3 br {
      display: none;
    }
    .txt-bu::before,
    .txt-bu::after {
      display: none;
    }
    .home-message {
      background: none;
      background-color: #5e88bb;
    }
    .home-message .content-main {
      padding: 30px 0;
    }
    .item-mes,
    .item-mes:nth-child(1),
    .item-mes:nth-child(2) {
      width: 100%;
    }
    .item-mes:last-child {
      width: 100%;
    }
    .txt-mes {
      position: relative;
      bottom: auto;
      left: auto;
      padding: 20px 5%;
      background-color: rgb(0 0 0 / 0.3);
    }
    .txt-mes h3 {
      font-size: 24px;
      display: block;
      width: 100%;
      padding-left: 45px;
    }
    .txt-mes h3::before {
      width: 25px;
      height: 20px;
      background-size: contain;
      left: 0;
      top: 3px;
    }
    .txt-mes p {
      margin: 10px 0 0 0;
      min-height: 130px;
    }
    .item-mes:last-child p {
      min-height: inherit;
    }
    .txt-mes::before,
    .txt-mes::after {
      display: none;
    }
    .item-mes .pic-img,
    .item-mes:nth-child(2) .pic-img,
    .item-mes:nth-child(3) .pic-img {
      height: calc(1125 / 2000 * 70vw);
      max-height: inherit;
    }
    .home-project-highlight .container-main {
      overflow: hidden;
      margin: 0 auto;
    }
    .home-project-highlight .title-main {
      top: auto;
    }
    .box-project-home {
      width: 100%;
      padding: 0;
    }
    .box-project-home .pic-project {
      width: 50%;
      height: auto;
      float: left;
    }
    .box-project-home .text-project {
      width: 50%;
      float: left;
    }
    .box-project-home .text-project p {
      font-size: 15px;
    }
    .box-project-home .project-time span {
      font-size: 15px;
      max-height: 120px;
    }
    .box-project-home .text-project h3 {
      font-size: calc(100vw / 30);
    }
    .box-project-home:nth-child(2) .text-project {
      float: left;
      padding: 0 30px 0 0;
    }
    .box-project-home:nth-child(1) .text-project {
      float: right;
      padding: 0 0 0 30px;
    }
    .b-number {
      width: 34%;
    }
    .home-news {
      background: none;
      background-color: #5e88bb;
    }
    .center-text-news > h3 {
      font-size: 15px;
    }
    .text-news-home {
      height: 86px;
    }
    .project-hight {
      height: 170px;
    }
    .pic-news-home {
      height: 331px;
    }
    .home-partner {
      overflow: hidden !important;
    }
    .r-text p {
      font-size: 14px;
      text-transform: inherit;
      max-height: inherit;
    }
    .map-home {
      float: none;
      width: 100%;
    }
    .home-contact .map-box {
      height: 70vh;
      max-height: 500px;
      top: auto;
    }
    .right-contact {
      float: none;
      width: 100%;
      padding: 0 0 30px 0;
      height: auto;
    }
    .right-contact .bg-cover {
      height: calc(1000 / 1300 * 100vw);
      margin: 0 0 30px 0;
      max-height: inherit;
    }
    .home-contact .title-main {
      text-align: center;
    }
    .form-newsletter {
      margin: auto;
    }
    .right-contact .company-info {
      padding: 0 20px;
    }
    .company-info h3 {
      font-size: 20px;
    }
    .company-info li {
      margin-bottom: 10px;
    }
    .company-info li p {
      font-size: 16px;
    }
    .right-contact .newsletter {
      width: 90%;
      margin: 30px auto;
    }
    .form-newsletter button {
      padding: 10px;
      font-size: 16px;
    }
    .form-newsletter {
      padding-right: 80px;
      max-width: 300px;
    }
    .box-info-about {
      max-width: 700px;
    }
    .txt-info-about {
      width: 100%;
    }
    .history-about {
      padding: 0 0 30px 0;
    }
    .slider-history {
      padding: 30px 0;
    }
    .box-history {
      padding: 45px 0 0 0;
    }
    .year-box {
      top: 80px;
    }
    .year {
      font-size: 35px;
    }
    .txt-history {
      height: auto;
    }
    .txt-history::before,
    .txt-history::after {
      display: none;
    }
    .content-txt-history {
      display: inline-block;
      margin: 30px 0;
      padding: 20px;
    }
    .content-txt-history p {
      font-size: 16px;
    }
    .time-line li {
      font-size: 20px;
      margin: 0 5px;
    }
    .bg-parallax {
      height: 100vh;
      top: -80px;
    }
    .row-a {
      max-width: 700px;
    }
    .item-a {
      padding: 20px;
    }
    .item-a h3 {
      font-size: 25px;
    }
    .list-member {
      max-width: 700px;
    }
    .item-member {
      width: calc(33.33% - 7px);
      padding: 0 10px;
      margin: 10px 0;
    }
    .item-member h3 {
      font-size: 16px;
    }
    .item-member .pic-img {
      width: 150px;
      height: 150px;
    }
    .info-member-detail {
      padding: 0 0 0 20px;
    }
    .info-member-detail h3 {
      font-size: 30px;
    }
    .info-member-detail p {
      font-size: 16px;
    }
    .txt-member-detail {
      padding: 20px;
    }
    .tab-des {
      display: none;
    }
    .all-tab-content {
      left: auto !important;
      width: auto !important;
      height: auto !important;
    }
    .description-detail:before {
      height: 100%;
      top: 0;
    }
    .tab-content {
      display: block;
      padding: 30px 0;
    }
    .tab-content:nth-child(even) {
      background-color: #eee;
    }
    .list-award {
      max-width: 700px;
    }
    .chart-about .zoom {
      display: block;
    }
    .value-model {
      width: calc(100vw - 70px);
      height: calc(100vw - 70px);
      margin: auto;
      max-width: 500px;
      max-height: 500px;
    }
    .value-info {
      width: 100%;
      height: auto;
      position: relative;
      left: auto;
      top: auto;
      margin: 20px 0 0 0;
    }
    .box-value-info {
      width: 100% !important;
      max-width: inherit;
      height: auto;
      position: relative;
      left: auto !important;
      top: auto !important;
      margin: 0 0 15px 0;
      display: block;
      padding: 0 5%;
      box-shadow: none;
      border-radius: 0;
      background-color: #fff;
    }
    .box-value-info::after {
      display: none;
    }
    .box-value-info p {
      color: #444;
    }
    .cycle-value li a {
      font-size: 16px;
    }
    .box-value-info h3 {
      color: #000;
    }
    .news-pic::before {
      display: none;
    }
    .news-item {
      width: calc(50% - 10px);
      margin: 0 10px 10px 0;
    }
    .news-txt {
      padding: 10px 15px;
      height: 99px;
    }
    .news-txt > h3 {
      font-size: 15px;
    }
    .news-list.first .news-item:nth-child(2) {
      width: calc(50% - 10px);
      margin: 0 20px 20px 0;
    }
    .news-list.first .news-item:nth-child(3) {
      width: calc(50% - 10px);
      margin: 0 0 20px 0;
    }
    .news-list.first .news-item:nth-child(1) {
      width: 100%;
    }
    .news-list.first .news-item:nth-child(1) .news-pic {
      max-height: inherit;
      min-height: 220px;
    }
    .news-list.first .news-item:nth-child(2) .news-pic,
    .news-list.first .news-item:nth-child(3) .news-pic {
      max-height: calc(1125 / 2000 * 49vw);
      min-height: 180px;
    }
    .news-list.first .news-item:nth-child(1) .news-txt {
      padding: 20px 130px 3px 80px;
    }
    .news-list.first .news-item:nth-child(1) .news-txt > h3 {
      font-size: 16px;
    }
    .news-list.first .news-item:nth-child(2) .news-txt > h3,
    .news-list.first .news-item:nth-child(3) .news-txt > h3 {
      font-size: 16px;
    }
    .news-list.first .date {
      font-size: 30px;
      padding: 10px;
    }
    .news-list.first .news-item:nth-child(1) .date {
      font-size: calc(100vw / 30);
      padding: 10px;
    }
    .news-list:not(.first) .news-pic {
      height: 120px;
    }
    .load-title {
      padding: 0 20px 0 100px;
      margin: 0 0 20px 0;
      text-align: left;
    }
    .load-text {
      padding: 0 20px;
      border: 0;
    }
    .load-title .date {
      left: 20px;
    }
    .load-title h3 {
      font-size: 20px;
    }
    .padding-main {
      padding: 30px 0;
    }
    .info-re {
      max-width: 700px;
      margin: 0 auto 20px auto;
    }
    .recruitment-info {
      padding-bottom: 30px;
    }
    .table-re {
      min-width: 10px;
    }
    .table-re th {
      padding: 10px;
      font-size: 13px;
    }
    .table-re td a,
    .career-list th {
      font-size: 13px;
    }
    .table-re td {
      font-size: 13px;
      padding: 10px;
    }
    .table-re th:nth-child(1) {
      width: 50px;
      padding: 0;
    }
    .table-re th:nth-child(3) {
      width: 80px;
    }
    .table-re th:nth-child(4) {
      width: 120px;
    }
    .table-re th:nth-child(5) {
      width: 120px;
    }
    .table-re th:nth-child(6) {
      width: 140px;
    }
    .table-re th:nth-child(7) {
      width: 120px;
    }
    .join-us {
      display: none;
    }
    .details-recruitment .details-text {
      padding: 20px;
      margin: 20px 0 0 0;
    }
    .details-recruitment .details-text:before {
      height: 30px;
      top: -15px;
    }
    .list-outer {
      padding: 13px 50px 13px 13px;
      text-align: left;
    }
    .list-box {
      width: 100%;
      max-width: 700px;
    }
    .r-left {
      position: relative;
      padding-right: 0;
      line-height: inherit;
      top: auto;
      left: auto;
      margin-bottom: 5px;
    }
    .r-text {
      /*! height: 80px; */
      padding: 0;
      line-height: 1.3;
    }
    .list-outer.list-two .r-text {
      padding: 0 70px 0 0;
    }
    .list-outer.list-two .r-link {
      right: 3px;
    }
    .r-link {
      position: absolute;
      right: 0;
      top: 5px;
      line-height: 1.3;
      padding-left: 20px;
    }
    .r-date {
      padding: 5px;
    }
    .col-share {
      width: 47%;
    }
    .col-share:first-child {
      margin: 0 10px 0 0;
    }
    .list-share {
      padding: 102px 20px;
    }
    .r-date span {
      display: inline-block;
      font-size: 12px;
    }
    .r-date span:after {
      content: "/";
      display: inline-block;
      vertical-align: middle;
      margin: 0 2px;
    }
    .shareholders-news,
    .shareholders-info {
      padding-bottom: 0;
    }
    .list-box-1 .r-date {
      padding: 5px;
    }
    .list-box-1 .r-left {
      line-height: inherit;
    }
    .list-box-1 .r-link {
      border: 0;
    }
    .shareholders-finance {
      padding: 30px 0 0 0;
    }
    .col-share h3 {
      font-size: 20px;
    }
    .box-finance {
      padding: 30px 0;
    }
    .section-info-contact {
      padding: 30px 0 0 0;
    }
    .form-contact {
      padding: 50px 0 30px 0;
    }
    .row-product {
      padding: 0;
    }
    .filter-pro {
      margin: 0 0 20px 0;
    }
    .img-pro {
      height: calc(1125 / 2000 * 50vw);
    }
    .title-pro {
      margin: 0 0 20px 0;
    }
    .title-pro p {
      font-size: 18px;
      padding: 0 10px;
    }
    .title-pro h2 {
      font-size: 35px;
    }
    .pic-detail-info {
      margin: 80px 0 0 0;
    }
    .logo-pro {
      top: -60px;
    }
    .logo-pro img {
      max-height: 100px;
    }
    .padding-bottom {
      padding: 0 0 30px 0;
    }
    .slider-pic-project {
      width: 80%;
    }
    .item-pic-pro .pic-img {
      height: calc(1100 / 2000 * 80vw);
    }
    .box-sell {
      max-width: 700px;
      padding: 30px;
    }
    .box-sell p {
      font-size: 16px;
    }
    .video-inner .pic-img {
      height: calc(1100 / 2000 * 100vw);
      z-index: 3;
    }
    .play-video {
      width: 60px;
      height: 60px;
      margin: -30px 0 0 -30px;
    }
    .detail-progress .select-list {
      margin: 0 auto 10px auto;
    }
    .all-panel {
      min-height: inherit;
    }
    .pic-detail-info .zoom,
    .img-location .zoom {
      display: block;
    }
    .backnext-page {
      padding: 30px 0;
    }
    .backnext-page a {
      padding: 15px;
      font-size: 14px;
    }
    .backnext-page span {
      height: 50px;
    }
    .content-b {
      padding: 20px;
    }
    .content-industrial h3 {
      font-size: 18px;
    }
    .pic-industrial-info .zoom {
      display: block;
    }
    .item-finance {
      overflow: hidden;
      width: 240px;
      display: inline-block;
      margin: 0 2px;
    }
    .item-finance .pic-img {
      height: 90px;
      width: 45%;
      float: left;
    }
    .txt-finance {
      width: 55%;
      float: left;
      height: 90px;
      padding: 10px 0;
      text-align: center;
    }
    .txt-finance::before,
    .txt-finance::after {
      content: " ";
      display: inline-block;
      vertical-align: middle;
      height: 100%;
    }
    .txt-finance h3 {
      font-size: 14px;
      height: 57px;
      white-space: initial;
      width: 85%;
      display: inline-block;
      vertical-align: middle;
      text-align: left;
    }
    .detail-finance {
      margin: 0 0 30px 0;
    }
    .detail-finance .load-title {
      padding: 30px 0 0 0;
    }
    .detail-finance .load-title h3 {
      font-size: 20px;
    }
    .detail-finance .load-text {
      border: 1px solid #fbb12f;
      padding: 20px;
    }
    .slider-finance {
      white-space: nowrap;
    }
    #business-page .load-title {
      padding: 0;
      margin: 0;
    }
    .po-form {
      width: 100%;
      top: 0;
      left: 0;
      margin: 0;
      text-align: center;
      z-index: 1000;
    }
    .po-form.show {
      height: 100vh;
      overflow-y: auto;
      padding: 50px 0 30px 0;
    }
    .po-form .close {
      top: 0;
      margin: 0 0 0 -25px;
    }
    .col-3 {
      width: 50%;
    }
    .col-2 {
      width: 50%;
    }
    .col-4 {
      width: 50%;
    }
    .col-no-label {
      padding: 0 10px;
    }
    .col-no-1 {
      padding-top: 35px;
    }
  }
  @media screen and (max-width: 840px) {
    .txt-bu h3 {
      font-size: 20px;
    }
    .txt-mes h3 {
      font-size: 20px;
    }
    .box-project-home {
      margin-bottom: 10px;
    }
    .box-project-home:last-child {
      margin: 0;
    }
    .box-project-home .pic-project {
      width: 100%;
      float: none;
    }
    .box-project-home .text-project {
      width: 100%;
    }
    .box-project-home .text-project h3 {
      font-size: calc(100vw / 22);
    }
    .box-project-home:nth-child(1) .text-project,
    .box-project-home:nth-child(2) .text-project {
      float: none;
      padding: 15px;
      background-color: #0032a0;
    }
    .box-project-home:nth-child(2) {
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-box-sizing: content-box;
      box-sizing: content-box;
      -webkit-flex-wrap: wrap;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
    }
    .box-project-home:nth-child(2) .pic-project {
      order: 1;
    }
    .box-project-home:nth-child(2) .text-project {
      order: 2;
      margin: 0 0 10px 0;
    }
    .box-project-home .project-time span {
      max-height: inherit;
    }
    .row-news,
    .row-event {
      display: block;
      width: 100%;
      margin: 0;
      overflow: hidden;
    }
    .row-event {
      margin-top: 2px;
      padding: 0 1px;
    }
    .box-news-home {
      padding: 0 1px;
    }
    .table-re th {
      display: none;
    }
    .table-re {
      min-width: 10px;
    }
    .table-re td a,
    .career-list th,
    .table-re td {
      font-size: 14px;
    }
    .table-re tr:last-child {
      margin: 0;
    }
    .table-re td {
      border: none;
      border-bottom: 1px solid #fff;
      display: block;
      text-align: right;
      padding: 10px 20px;
      position: relative;
    }
    .table-re td::before {
      content: attr(data-label);
      float: left;
      font-size: 12px;
      color: #888;
      font-weight: 600;
      position: absolute;
      left: 20px;
      top: 50%;
      margin: -8px 0 0 0;
    }
    .table-re td:last-child {
      border-bottom: 0;
    }
    .table-re td:nth-child(2),
    .career-list td:nth-child(3) {
      text-align: right;
    }
    .table-re td a {
      padding-left: 100px;
    }
    .table-re td h3 {
      text-align: right;
      padding: 10px 0;
    }
    .table-re td:first-child {
      background-color: #fbb12f !important;
      color: #fff !important;
      font-size: 18px;
      padding: 10px 20px;
    }
    .table-re td:first-child::before {
      color: #fff;
    }
    .status.hot {
      display: inline-block;
    }
    .table-re td {
      background-color: #e7efff;
    }
    .table-re tbody tr:nth-child(even) td {
      background-color: #d9e6ff;
    }
    .contact-form {
      max-width: 700px;
    }
    .outer-but .btn-1 {
      padding: 15px;
    }
    .contact-info {
      padding: 20px;
    }
    .pass-mask {
      line-height: 54px;
      font-size: 15px;
    }
    .captcha {
      float: none;
      display: inline-block;
      vertical-align: top;
      width: 110px;
      height: 60px;
      overflow: hidden;
      margin: -5px 2px 0 2px;
    }
    .g-recaptcha > div {
      margin: -6px 0 0 -2px;
      overflow: hidden;
    }
    .captcha::after {
      content: "";
      position: absolute;
      right: 0;
      top: 0;
      display: inline-block;
      width: 60px;
      height: 60px;
      background: url(https://www.gstatic.com/recaptcha/api2/logo_48.png)
        no-repeat center center;
      z-index: 3;
      background-color: #f9f9f9;
    }
    .captcha + .outer-but {
      float: none;
      display: inline-block;
      vertical-align: top;
    }
  }
  @media screen and (max-width: 670px) {
    .title-page h1 {
      font-size: 25px;
    }
    .title-main h2 {
      font-size: 20px;
    }
    .item-bu {
      float: none;
      width: 100%;
      margin-bottom: 10px;
    }
    .item-bu:last-child {
      margin: 0;
    }
    .item-mes {
      float: none;
      width: 100%;
      margin-bottom: 10px;
    }
    .item-mes:nth-child(2) {
      margin-bottom: 10px;
    }
    .item-mes:last-child {
      margin: 0;
    }
    .txt-mes p {
      min-height: inherit;
    }
    .box-news-home {
      float: none;
      width: 100%;
      margin-bottom: 2px;
    }
    .box-news-home:last-child {
      margin: 0;
    }
    .r-link {
      right: 0;
    }
    .center-text-news {
      max-height: inherit;
    }
    .pic-news-home {
      height: calc(1125 / 2000 * 80vw);
    }
    .project-hight h3,
    .project-hight p {
      font-size: 16px;
    }
    .img-award {
      height: 250px;
    }
    .news-item {
      width: 100%;
      margin: 0 0 10px 0;
    }
    .news-list.first .news-item:nth-child(1) .date {
      font-size: 30px;
    }
    .news-list.first .date {
      font-size: 24px;
    }
    .news-list:not(.first) .news-pic {
      height: 110px;
    }
    .item-pro {
      width: 100%;
      margin: 5px 0;
      display: block;
    }
    .img-pro {
      height: calc(1125 / 2000 * 100vw);
    }
    .content-business {
      text-align: left;
    }
    .col-share {
      width: 100% !important;
      margin: 5px 0;
    }
    .col-share:first-child {
      margin: 0 0 15px 0;
    }
  }
  @media screen and (max-width: 570px) {
    .content-1 p {
      text-align: justify;
    }
    .block-title {
      display: none;
    }
    .block-des span::before {
      content: attr(data-label);
      font-size: 15px;
      font-weight: 600;
      position: relative;
      display: inline;
      margin: 0 20px 0 0;
    }
    .block-des span {
      display: block;
    }
    .b-location,
    .b-number,
    .b-complete {
      width: 100%;
      padding: 0;
    }
    .project-time span {
      padding: 0 5px 0 0;
    }
    .company-info h3 {
      font-size: 18px;
    }
    .newsletter h3 {
      font-size: 16px;
    }
    .company-info li p {
      font-size: 15px;
    }
    .text-news-home {
      padding: 10px 20px 10px 70px;
    }
    .box-project-home .project-time span {
      max-height: inherit;
      overflow: visible;
    }
    .col-a {
      float: none;
      width: 100%;
    }
    .col-a:first-child {
      margin-bottom: 10px;
    }
    .item-member {
      width: calc(50% - 7px);
    }
    .news-pic {
      height: 99px;
    }
    .date {
      padding: 5px;
    }
    .date span {
      font-size: 11px;
    }
    .news-list.first .news-item:nth-child(1) .date {
      top: 0 !important;
    }
    .news-list.first .news-item:nth-child(1) .view-a {
      top: auto !important;
      right: auto;
      position: relative;
    }
    .news-list.first .news-item:nth-child(1) .news-txt > h3 {
      font-size: 16px;
    }
    .news-txt > h3 {
      font-size: 15px;
    }
    .news-list.first .news-item:nth-child(1) {
      margin: 0 0 20px 0;
    }
    .news-list.first .news-item:nth-child(1) .news-txt {
      padding: 10px 0 10px 0;
      min-height: inherit;
    }
    .news-list.first .news-item:nth-child(2),
    .news-list.first .news-item:nth-child(3) {
      width: 100%;
      margin: 0 0 20px 0;
    }
    .news-list.first .news-item:nth-child(1) .news-pic,
    .news-list.first .news-item:nth-child(2) .news-pic,
    .news-list.first .news-item:nth-child(3) .news-pic {
      max-height: inherit;
      min-height: inherit;
      height: auto;
    }
    .load-title h3 {
      font-size: 18px;
    }
    .load-title {
      padding: 0 20px 0 90px;
    }
    .list-box {
      width: 100%;
      margin: 5px 0;
    }
    .list-share {
      padding: 15px;
    }
    .form-re {
      margin: 15px 0 0 0;
    }
    .body-form {
      padding: 20px;
    }
    .col-2,
    .col-3,
    .col-4,
    .col-12 {
      width: 100%;
      float: none;
      padding: 0;
    }
    .body-form > h3 span {
      left: 0;
    }
    .body-form > h3 {
      font-size: 17px;
      padding: 0 0 0 50px;
    }
  }
  @media screen and (max-width: 540px) {
    .link-home {
      margin-right: 5px;
    }
    .language {
      margin: 0;
    }
    .title-inner h2,
    .title-1 h2,
    .title-2 h2,
    .title-3 h2 {
      font-size: 20px;
    }
    .text-banner h3 {
      font-size: 20px;
    }
    .txt-re {
      padding: 20px;
    }
    .year-history {
      font-size: 25px;
    }
    .content-txt-history p {
      font-size: 15px;
    }
    .time-line li {
      font-size: 17px;
      margin: 0 5px;
    }
    .item-a h3 {
      font-size: 20px;
    }
    .item-member h3 {
      font-size: 15px;
    }
    .info-member-detail h3 {
      font-size: 20px;
      margin-bottom: 5px;
    }
    .about-member {
      padding: 0;
    }
    .item-member {
      width: 48%;
      padding: 0;
    }
    .item-member .pic-img {
      width: 120px;
      height: 120px;
      margin: 0 auto 10px auto;
    }
    .top-member-detail img {
      width: 200px;
      display: block;
      margin: 0 auto 10px auto;
    }
    .info-member-detail {
      padding: 0 0 20px 0;
      display: block;
      text-align: center;
    }
    .item-award {
      width: 100%;
      display: block;
      margin: 20px 0;
    }
    .cycle-value li a {
      font-size: 14px;
      line-height: 1.3;
    }
    .title-pro p {
      font-size: 16px;
    }
    .title-pro h2 {
      font-size: 20px;
    }
    .zoom,
    .zoom-album {
      transform: scale(0.8);
      top: 5px;
      right: 5px;
      background-color: #eee;
    }
    .contact-project-detail {
      padding: 30px 0 0 0;
    }
    .txt-contact-project {
      padding: 20px;
    }
    .title-sm-1 {
      margin-bottom: 20px;
    }
    .title-sm-1 h2 {
      font-size: 20px;
    }
    .txt-contact-project a:hover {
      color: #333;
    }
    .po-form.show form {
      width: 90%;
    }
    .po-form .require-col {
      padding: 20px;
    }
  }
  @media screen and (max-width: 440px) {
    p {
      font-size: 16px;
    }
    .details-center h2 {
      font-size: 18px;
      margin-bottom: 0;
    }
    .right-contact .bg-cover {
      min-height: 50vh;
    }
    .load-title h3 {
      font-size: 16px;
    }
  }
  @media screen and (max-width: 380px) {
    .news-list:not(.first) .news-pic {
      height: 100px;
    }
    .cycle-value li a {
      font-size: 10px;
    }
  }
  @media print {
    .title-page,
    .slide-pagination,
    .slide-buttons,
    .print,
    .header,
    .wheel,
    .loadicon,
    .footer-inner,
    .outer-nav,
    .load-content::before,
    .scroll-slide,
    .go-top,
    .banner-inner,
    body::before,
    body::after,
    .same-news,
    .footer-inner {
      display: none !important;
    }
    .container {
      opacity: 1;
      margin: auto;
      visibility: visible;
    }
  }
  .sub-nav::-webkit-scrollbar {
    width: 0 !important;
    height: 0 !important;
    display: none !important;
  }
  .list-finance::-webkit-scrollbar {
    width: 0 !important;
    height: 0 !important;
    display: none !important;
  }
  .nav-filter::-webkit-scrollbar {
    width: 0 !important;
    height: 0 !important;
    display: none !important;
  }
  .scroll-slide::-webkit-scrollbar {
    width: 0 !important;
    height: 0 !important;
    display: none !important;
  }
  .content-table::-webkit-scrollbar {
    width: 0 !important;
    height: 0 !important;
    display: none !important;
  }
  .nav::-webkit-scrollbar {
    width: 0 !important;
    height: 0 !important;
    display: none !important;
  }
  .sub-news::-webkit-scrollbar {
    width: 0 !important;
    height: 0 !important;
    display: none !important;
  }
  .controls progress::-webkit-progress-value,
  .controls progress::-webkit-progress-bar {
    background-color: rgb(255 255 255 / 0.5) !important;
  }
  :-webkit-full-screen-ancestor:not(iframe),
  :-webkit-full-screen {
    background-color: white !important;
    position: fixed !important;
    left: 0;
    top: 0;
    z-index: 2147483647 !important;
  }
  .sub-nav,
  .list-finance,
  .nav-filter,
  .scroll-slide,
  .nav,
  .content-table,
  .sub-news {
    scrollbar-width: none;
  }
  .load-news-list-vitc {
    width: 100%;
    padding: 0 100px;
    height: auto;
    display: block;
    position: relative;
    transition: height 0.5s ease-in-out;
  }
  .news-item-vitc {
    background-color: #fff;
    position: relative;
    cursor: pointer;
    /* float: left; */
    display: block;
    overflow: hidden;
    width: calc(50% - 20px);
    margin: 0 10px 20px 10px;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
  }
  .news-pic-vitc {
    position: relative;
    width: 50%;
    float: left;
    height: auto;
    display: block;
    background-position: center center;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .news-pic-vitc img {
    position: relative;
    width: 240px;
    height: 130px;
    display: block;
    pointer-events: none;
    opacity: 0;
}
.box-value-info * {
  color:#fff !important;
}
