:root {
    --text-black: #1d1d1d;
    --blue: #263368;
    --red: #d7000f;
    --orange: #f89742;
    --dim-grey: #5d5d5d;
    --white-smoke: #f8f8f8;
    --placeholder: #7d7d7d;
    --white: white;
    --black: black;
    --green: #b1d237;
  }
  
  a {
    text-decoration: none;
  }
  
  .body {
    color: var(--text-black);
    height: 100%;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 18px;
    line-height: 30px;
  }
  
  .container {
    min-width: 100%;
  }
  
  .header {
    z-index: 999;
    background-color: #0000;
    height: 150px;
    padding-top: 0;
    padding-bottom: 0;
  }
  
  .content {
    text-align: left;
    position: relative;
  }
  
  .footer {
    background-color: var(--blue);
    height: auto;
    padding-top: 60px;
    padding-bottom: 30px;
  }
  
  .header-centre {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  
  .header-upper-block {
    z-index: 99;
    color: var(--text-black);
    height: 30px;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 5px;
    padding-bottom: 30px;
    position: relative;
  }
  
  .nav-link {
    color: var(--blue);
    letter-spacing: 1.4px;
    margin-bottom: 10px;
    padding-top: 15px;
    padding-bottom: 0;
  }
  
  .nav-link:hover {
    color: var(--red);
  }
  
  .logo {
    width: 250px;
  }
  
  .header-search-box {
    border: 0 solid #000;
    border-bottom: 1px solid #ddd;
    width: 65%;
    height: 30px;
    font-size: 13px;
    display: inline-block;
  }
  
  .header-search-icon {
    margin-bottom: 0;
    padding: 0 10px 5px;
    display: inline-block;
    position: relative;
    bottom: 5px;
  }
  
  .header-search-box-form-block {
    width: 100%;
  }
  
  .header-search-box-block {
    float: left;
    width: 30%;
  }
  
  .header-upper-right-block {
    float: right;
  }
  
  .nav-upper-link {
    float: none;
    color: var(--blue);
    text-align: center;
    letter-spacing: 1px;
    background-image: url('../images/header-top-bg2x.png');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: 138px;
    width: 138px;
    height: 42px;
    margin-right: -15px;
    padding: 14px 28px;
    font-size: 13px;
    line-height: 16px;
    text-decoration: none;
    position: relative;
  }
  
  .nav-upper-link.padding-lr23 {
    padding-left: 23px;
    padding-right: 23px;
    top: 0;
    left: 0;
    right: 0;
  }
  
  .nav-upper-link-text {
    display: inline-block;
  }
  
  .nav-upper-dropdown {
    position: relative;
    bottom: 5px;
  }
  
  .nav-upper-dropdown:hover {
    color: var(--red);
  }
  
  .nav-dropdown-icon {
    display: inline-block;
  }
  
  .nav-dropdown-list.w--open {
    z-index: 900;
    text-align: left;
    background-color: #0000;
    width: 100px;
  }
  
  .nav-upper-dropdown-link {
    z-index: 999;
    float: none;
    color: var(--blue);
    text-align: center;
    background-color: #f3f3f3;
    width: 120px;
    padding: 10px;
    font-size: 13px;
    line-height: 16px;
    right: 1px;
  }
  
  .nav-upper-dropdown-link:hover {
    color: var(--red);
  }
  
  .icon-share {
    margin-left: 5px;
    margin-right: 5px;
    position: relative;
    bottom: 2px;
  }
  
  .header-stock-no {
    color: var(--blue);
    letter-spacing: 1.5px;
    margin-right: 15px;
    font-size: 13px;
    display: inline-block;
  }
  
  .section {
    letter-spacing: 0;
    padding-top: 90px;
    padding-bottom: 90px;
  }
  
  .section.no-padding {
    letter-spacing: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
  
  .section.bg-map {
    background-image: url('../images/home-map-bg2x.jpg');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: auto;
  }
  
  .section.margin-bottom70 {
    margin-bottom: 70px;
  }
  
  .section.bg-strategy {
    background-image: url('../images/img-strategy-bg2x.jpg');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    height: 620px;
  }
  
  .footer-centre {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  
  .footer-column {
    padding-left: 0;
    padding-right: 0;
  }
  
  .footer-row {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  
  .footer-title {
    color: #fff;
    letter-spacing: 2.5px;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 20px;
  }
  
  .footer-text {
    color: #fff;
    letter-spacing: 2px;
    margin-bottom: 5px;
    font-size: 13px;
    line-height: 23px;
    text-decoration: none;
    display: block;
  }
  
  .footer-text:hover {
    color: var(--orange);
  }
  
  .footer-text.inline-block {
    display: inline-block;
  }
  
  .footer-text.inline-block.padding-lr15 {
    padding-left: 15px;
    padding-right: 15px;
  }
  
  .footer-block {
    margin-bottom: 60px;
    position: relative;
  }
  
  .footer-block.margin-bottom90 {
    margin-bottom: 90px;
  }
  
  .footer-block.margin-bottom170 {
    margin-bottom: 175px;
  }
  
  .footer-bottom {
    border-top: 1px solid #fff;
    padding-top: 10px;
  }
  
  .footer-bottom-left {
    float: none;
    display: inline-block;
  }
  
  .footer-bottom-right {
    float: right;
    text-align: right;
    display: inline-block;
  }
  
  .footer-bottom-divi-line {
    background-color: #fff;
    width: 1px;
    height: 15px;
    display: inline-block;
    position: relative;
    top: 3px;
  }
  
  .home-video-mask {
    z-index: 5;
    width: 105%;
    max-width: 105%;
    height: auto;
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
  }
  
  .home-bg-video {
    width: 100%;
    height: 700px;
  }
  
  .home-banner-centre {
    text-align: center;
    border-top: 0 solid #000;
    border-left: 0 solid #000;
    border-right: 0 solid #000;
    position: relative;
    top: 47%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  
  .home-banner-slogan {
    z-index: 1;
    letter-spacing: 4px;
    text-shadow: 1px 1px 11px #000;
    font-size: 60px;
    font-weight: 700;
    line-height: 70px;
    display: inline-block;
    position: relative;
  }
  
  .text-span-red {
    color: var(--red);
    font-size: 40px;
    position: relative;
    bottom: 6px;
  }
  
  .home-banner-slogan-icon {
    position: relative;
    bottom: 23px;
    left: 45px;
  }
  
  .home-banner-keyword {
    color: #fff;
    letter-spacing: 2.4px;
    margin-left: 1%;
    margin-right: 1%;
    padding-left: 15px;
    padding-right: 15px;
    text-decoration: none;
  }
  
  .home-banner-keyword.font14 {
    font-size: 14px;
  }
  
  .home-banner-divi-line {
    background-color: #fff;
    width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 5px;
  }
  
  .home-banner-search-block {
    width: 40%;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  
  .home-banner-search-input {
    color: #fff;
    letter-spacing: 2px;
    background-color: #0000;
    border: 0 solid #000;
    border-bottom: 1px solid #fff;
    width: 80%;
    padding-bottom: 10px;
    font-size: 24px;
    line-height: 35px;
    display: inline-block;
  }
  
  .home-bnner-searcu-icon {
    margin-left: 5px;
    padding-left: 5px;
    padding-right: 5px;
    display: inline-block;
    position: relative;
    bottom: 2px;
  }
  
  .section-centre {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  
  .section-centre._w-90p {
    width: 74%;
  }
  
  .home-section-title {
    color: var(--blue);
    margin-bottom: 30px;
    font-size: 30px;
    line-height: 40px;
  }
  
  .home-section-title.white {
    color: #fff;
  }
  
  .home-news-date-block {
    float: left;
    color: var(--blue);
    text-align: center;
    width: 50px;
    margin-right: 15px;
    text-decoration: none;
  }
  
  .home-news-content {
    width: 80%;
    margin-top: 15px;
    margin-left: 0;
  }
  
  .home-news-date {
    color: #fff;
    letter-spacing: 0;
    background-image: url('../images/home-date-bg2x_1home-date-bg@2x.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 42px;
    width: 42px;
    height: 25px;
    padding-top: 3px;
    line-height: 30px;
  }
  
  .home-news-month {
    letter-spacing: 0;
    width: 42px;
    font-size: 15px;
    line-height: 18px;
  }
  
  .text-block {
    line-height: 18px;
  }
  
  .home-news-title {
    float: none;
    color: var(--blue);
    letter-spacing: 0;
    width: 73%;
    line-height: 22px;
    display: inline-block;
  }
  
  .home-news-title:hover {
    color: var(--red);
  }
  
  .home-news-block-1 {
    display: block;
  }
  
  .home-divi-line-left {
    background-color: #0098ff;
    background-image: linear-gradient(87deg, #bcbcbc, #fff 80%);
    width: 100%;
    height: 2px;
    display: block;
  }
  
  .home-divi-line-right {
    background-image: linear-gradient(271deg, #bcbcbc, #fff 87%);
    width: 100%;
    height: 2px;
  }
  
  .home-achi-bg {
    letter-spacing: 0;
    background-image: url('../images/home-achi-bg.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 93%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 90px;
    padding-bottom: 90px;
    display: block;
  }
  
  .home-news-img-block {
    width: auto;
  }
  
  .home-achi-column {
    height: 300px;
    padding-left: 0;
    padding-right: 0;
  }
  
  .home-achi-column-centre-1 {
    text-align: center;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  
  .home-achi-text-no-1 {
    color: var(--dim-grey);
    letter-spacing: 1.5px;
    margin-right: 5px;
    font-size: 45px;
    line-height: 55px;
    display: inline-block;
  }
  
  .home-achi-text-no-1.font30 {
    font-size: 30px;
    line-height: 40px;
  }
  
  .home-achi-plus {
    position: relative;
    bottom: 12px;
  }
  
  .home-achi-plus.position10 {
    width: 15px;
    height: 15px;
    bottom: 6px;
  }
  
  .home-achi-icon {
    margin-bottom: 40px;
  }
  
  .home-achi-icon.margin-bottom30 {
    margin-bottom: 30px;
  }
  
  .home-achi-title {
    color: var(--blue);
    letter-spacing: 1.5px;
    margin-top: 38px;
    font-weight: 700;
  }
  
  .home-achi-title.margin-top20 {
    margin-top: 20px;
  }
  
  .home-achi-text {
    color: var(--blue);
    letter-spacing: 1.8px;
    margin-left: 10px;
    font-size: 20px;
    display: inline-block;
    position: relative;
    bottom: 4px;
  }
  
  .home-achi-divi-line {
    float: right;
    background-image: linear-gradient(to top, #bcbcbc, #fff);
    width: 2px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
  }
  
  .home-anno-column-1 {
    padding-left: 0;
    padding-right: 15px;
  }
  
  .home-anno-date {
    color: var(--blue);
    letter-spacing: 1.7px;
    font-size: 20px;
    font-weight: 700;
  }
  
  .home-anno-text {
    color: var(--dim-grey);
    letter-spacing: 1px;
    margin-top: 20px;
    font-size: 16px;
    line-height: 20px;
  }
  
  .btn-know-more-text {
    color: var(--blue);
    margin-left: 10px;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    display: inline-block;
    position: relative;
    top: 1px;
  }
  
  .btn-know-more-text:hover {
    color: var(--red);
  }
  
  .btn-know-more {
    margin-top: 20px;
  }
  
  .btn-know-more-plue-red-1, .btn-know-more-plue-red-2, .btn-know-more-plue-red-3 {
    display: none;
  }
  
  .menu-investors {
    z-index: 30;
    background-color: #0000;
    background-image: url('../images/img-bg-menu-investor2x.jpg');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
    padding-top: 30px;
    padding-bottom: 30px;
    display: none;
    position: relative;
    inset: -3px 0 15px;
    box-shadow: 1px 1px 3px #000000a1;
  }
  
  .header-dot-about {
    background-color: var(--red);
    opacity: 0;
    border-radius: 200px;
    width: 5px;
    height: 5px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    left: 0;
  }
  
  .header-dot-services {
    float: none;
    background-color: var(--red);
    opacity: 0;
    border-radius: 200px;
    width: 5px;
    height: 5px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    right: 25px;
  }
  
  .header-dot-investors {
    float: left;
    background-color: var(--red);
    opacity: 0;
    border-radius: 200px;
    width: 5px;
    height: 5px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    left: 33px;
  }
  
  .header-dot-news {
    float: left;
    background-color: var(--red);
    opacity: 0;
    border-radius: 200px;
    width: 5px;
    height: 5px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
  }
  
  .header-dot-community {
    float: left;
    background-color: var(--red);
    opacity: 0;
    border-radius: 200px;
    width: 5px;
    height: 5px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    right: 29px;
  }
  
  .header-dot-career {
    float: left;
    background-color: var(--red);
    opacity: 0;
    border-radius: 200px;
    width: 5px;
    height: 5px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    left: 15px;
  }
  
  .header-bottom-block {
    z-index: 50;
    background-color: #fff;
    margin-top: 30px;
    padding-top: 10px;
    padding-bottom: 20px;
    position: relative;
    box-shadow: inset 0 -1px 1px #0000009c;
  }
  
  .menu-right-block {
    width: 35%;
    margin-left: 4%;
    display: inline-block;
  }
  
  .menu-link {
    color: var(--text-black);
    margin-bottom: 30px;
    font-size: 22px;
    text-decoration: none;
    display: block;
  }
  
  .menu-link:hover {
    color: var(--red);
  }
  
  .menu-link.no-margin {
    margin-bottom: 0;
  }
  
  .menu-link.no-margin.font19 {
    font-size: 19px;
  }
  
  .menu-link.no-margin.font19.margin-left25 {
    margin-left: 25px;
  }
  
  .img-menu-branding {
    position: absolute;
    bottom: 57px;
    left: -35px;
  }
  
  .btn-close-menu {
    float: none;
    text-align: center;
    padding: 10px;
    position: absolute;
    top: 10px;
  }
  
  .btn-close-menu-text {
    color: var(--text-black);
    font-size: 14px;
  }
  
  .menu-about {
    z-index: 30;
    background-color: #0000;
    background-image: url('../images/img-menu-bg-about2x.jpg');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
    padding-top: 30px;
    padding-bottom: 30px;
    display: none;
    position: relative;
    top: -3px;
    bottom: 15px;
    box-shadow: 1px 1px 3px #000000a1;
  }
  
  .menu-service {
    z-index: 30;
    background-color: #0000;
    background-image: url('../images/img-menu-bg-service2x.jpg');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
    padding-top: 30px;
    padding-bottom: 30px;
    display: none;
    position: relative;
    top: -3px;
    bottom: 15px;
    box-shadow: 1px 1px 3px #000000a1;
  }
  
  .menu-news {
    z-index: 30;
    background-color: #0000;
    background-image: url('../images/img-menu-bg-news2x.jpg');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
    padding-top: 30px;
    padding-bottom: 30px;
    display: none;
    position: relative;
    top: -3px;
    bottom: 15px;
    box-shadow: 1px 1px 3px #000000a1;
  }
  
  .menu-community {
    z-index: 30;
    background-color: #0000;
    background-image: url('../images/img-menu-bg-community2x.jpg');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
    padding-top: 30px;
    padding-bottom: 30px;
    display: none;
    position: relative;
    top: -3px;
    bottom: 15px;
    box-shadow: 1px 1px 3px #000000a1;
  }
  
  .menu-career {
    z-index: 30;
    background-color: #0000;
    background-image: url('../images/img-menu-bg-career2x.jpg');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
    padding-top: 30px;
    padding-bottom: 30px;
    display: none;
    position: relative;
    top: -3px;
    bottom: 15px;
    box-shadow: 1px 1px 3px #000000a1;
  }
  
  .img-home-brand-1-1 {
    z-index: 20;
    float: right;
    position: relative;
    bottom: 174px;
    right: 0;
  }
  
  .img-home-brand-2-1 {
    z-index: 20;
    float: left;
    position: relative;
    bottom: 191px;
    left: 0;
  }
  
  .img-home-brand-block {
    width: 100%;
    height: 0;
    position: absolute;
  }
  
  .img-home-brand-3-1 {
    float: right;
    position: relative;
    bottom: 175px;
    right: 0;
  }
  
  .img-home-brand-4-1 {
    z-index: 20;
    position: relative;
    bottom: 119px;
  }
  
  .banner {
    height: 370px;
  }
  
  .banner.about {
    background-color: #0000;
    background-image: url('../images/img-banner-procurement2x.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 0;
  }
  
  .page-banner-mask {
    z-index: 5;
    width: 100%;
    max-width: 105%;
    display: none;
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
  }
  
  .page-title {
    color: var(--blue);
    text-align: center;
    letter-spacing: 2px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    font-size: 40px;
    font-weight: 700;
    line-height: 70px;
    display: block;
  }
  
  .banner-mask-block {
    width: 100%;
    height: 370px;
    position: relative;
  }
  
  .page-title-section {
    margin-top: 50px;
  }
  
  .page-section-title-block {
    margin-top: 0;
    margin-bottom: 30px;
  }
  
  .load-fadein-01 {
    margin-right: 30px;
    display: inline-block;
    position: relative;
    bottom: 4px;
  }
  
  .scroll-02 {
    color: var(--blue);
    font-size: 21px;
    font-weight: 700;
    line-height: 34px;
    display: inline-block;
  }
  
  .scroll-02.font-normal {
    font-weight: 400;
  }
  
  .scroll-02.font-normal.margin-bottom10 {
    margin-bottom: 10px;
  }
  
  .scroll-02.white {
    color: #fff;
  }
  
  .scroll-03 {
    margin-bottom: 50px;
    display: block;
  }
  
  .font20 {
    font-size: 20px;
  }
  
  .scroll-04 {
    text-align: center;
    display: inline-block;
  }
  
  .inner-menu-block {
    z-index: 5;
    background-color: var(--red);
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
    width: 100%;
    height: 40px;
    margin-right: 0%;
    padding: 4px 0;
    display: none;
    position: absolute;
    top: 3px;
    bottom: 2px;
    left: -22px;
    transform: skew(-40deg);
    box-shadow: 1px 1px 3px #0000009c;
  }
  
  .content-grid {
    border: 1px #000;
    border-bottom: 5px solid #b0d138;
    margin-bottom: 0;
    padding-left: 0;
    list-style-type: none;
  }
  
  .content-grid.information {
    border-bottom-style: none;
  }
  
  .content-grid-item {
    float: left;
    background-color: #fafafa;
    width: 30%;
    height: 54px;
    display: inline-block;
  }
  
  .content-grid-item.detail {
    width: 10%;
    height: 100%;
    min-height: 54px;
    padding-top: 20px;
    padding-bottom: 20px;
    display: inline-block;
    position: relative;
    inset: 0;
  }
  
  .content-grid-item.information {
    border-right: 1px solid #b0d138;
    height: 100%;
    min-height: 54px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  
  .content-grid-label {
    color: #273369;
    border-bottom-color: #b0d138;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 35px;
    font-size: 18px;
    font-weight: 800;
  }
  
  .grid-content {
    padding-left: 35px;
    line-height: 30px;
    display: block;
  }
  
  .img-home-brand-1-2 {
    z-index: 20;
    float: right;
    position: relative;
    bottom: 90px;
    left: 1px;
  }
  
  .img-home-brand-2-2 {
    z-index: 20;
    float: left;
    position: relative;
    top: -9px;
    right: 87px;
  }
  
  .img-home-brand-3-2 {
    float: right;
    position: relative;
    bottom: 123px;
    left: 185px;
  }
  
  .img-home-brand-4-2 {
    position: relative;
    bottom: 81px;
    right: 36px;
  }
  
  .home-achi-column-centre-2, .home-achi-column-centre-3, .home-achi-column-centre-4 {
    text-align: center;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  
  .banner-brand-1 {
    z-index: 999;
    display: block;
  }
  
  .banner-brand-2 {
    display: block;
    position: relative;
    top: 49px;
    right: 33px;
  }
  
  .inner-menu-text {
    color: #fff;
    margin-left: 0;
    margin-right: 10%;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    display: inline-block;
  }
  
  .inner-menu-centre {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    transform: skew(40deg);
  }
  
  .inner-menu-block-sticky {
    z-index: 50;
    background-color: var(--red);
    width: 100%;
    height: 40px;
    padding-top: 4px;
    padding-bottom: 4px;
    display: none;
    position: fixed;
    inset: 0 0 0 -22px;
    transform: skew(-40deg);
    box-shadow: 1px 1px 3px #0000009c;
  }
  
  .page-section-title-block-01 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
    margin-bottom: 30px;
    display: flex;
  }
  
  .load-fadein-03 {
    display: block;
  }
  
  .load-fadein-02 {
    color: var(--blue);
    font-size: 26px;
    font-weight: 700;
    line-height: 34px;
    display: inline-block;
  }
  
  .scroll-01 {
    display: inline-block;
    position: relative;
    bottom: 4px;
  }
  
  .content-text-title-02 {
    color: var(--blue);
    margin-bottom: 10px;
    font-size: 26px;
    font-weight: 400;
    line-height: 34px;
  }
  
  .img-section-banner-01 {
    text-align: left;
    margin-bottom: 70px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  
  .content-text-02.w50p {
    width: 50%;
  }
  
  .section-vision {
    background-image: url('../images/img-vision-bg2x.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
    padding-top: 112px;
    padding-bottom: 112px;
  }
  
  .content-point-arrow {
    float: left;
    margin-right: 20px;
    position: relative;
    top: 10px;
  }
  
  .content-point-text {
    width: 95%;
    font-weight: 700;
    display: inline-block;
  }
  
  .content-point-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-bottom: 15px;
    padding: 10px 20px;
    display: flex;
  }
  
  .content-point-block.bg-grey {
    background-color: var(--white-smoke);
  }
  
  .content-block-tangram {
    border: 0 solid #000;
    padding: 24px 5px;
    box-shadow: inset 0 0 8px #0000003d;
  }
  
  .content-block {
    width: 50%;
  }
  
  .service-map-block {
    background-image: url('../images/img-bg-services-map.jpg');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    height: 800px;
    position: relative;
    overflow: hidden;
  }
  
  .service-map-bg {
    width: 100%;
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
  }
  
  .service-map-linx, .service-map-pacific, .service-map-comnet, .service-map-acclivis, .service-map-cpc, .service-map-ctm, .service-map-citictel, .service-map-entercom {
    opacity: 0;
    width: 100%;
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
  }
  
  .service-logo-linx {
    padding: 10px;
    position: absolute;
    top: 22%;
    right: 28%;
  }
  
  .service-logo-cpc {
    padding: 10px;
    position: absolute;
    bottom: 35%;
    right: 1%;
  }
  
  .service-logo-acclivis {
    padding: 10px;
    position: absolute;
    bottom: 24%;
    right: 29%;
  }
  
  .service-logo-pacific {
    padding: 10px;
    position: absolute;
    bottom: 16%;
    right: 29%;
  }
  
  .service-logo-ctm {
    padding: 10px;
    position: absolute;
    bottom: 25%;
    right: 6%;
  }
  
  .service-logo-citictel {
    padding: 10px;
    position: absolute;
    top: 37%;
    right: 0%;
  }
  
  .service-logo-entercom {
    padding: 10px;
    position: absolute;
    bottom: 45%;
    right: 3%;
  }
  
  .service-logo-comnet {
    padding: 10px;
    position: absolute;
    bottom: 48%;
    left: 17%;
  }
  
  .menu-right-sub-block {
    width: 85%;
    margin-left: 5%;
  }
  
  .service-map-all-pt {
    opacity: 1;
    width: 100%;
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
  }
  
  .content-download-img-b {
    width: 25px;
  }
  
  .img-full {
    width: 100%;
  }
  
  .content-download {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    color: var(--text-black);
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }
  
  .page-section-title-b {
    display: flex;
  }
  
  .content-filter-b {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex: 1;
  }
  
  .content-filter {
    color: var(--blue);
    width: 25%;
    font-size: 18px;
  }
  
  .content-filter-field {
    border: 1px solid var(--placeholder);
    background-color: var(--white);
    color: var(--placeholder);
    background-image: url('../images/arrow_drop_down.svg');
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: auto;
    width: 100%;
    min-height: 55px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
  }
  
  .content-filter-field.no-arrow {
    background-image: none;
  }
  
  .content-filter-field.no-arrow.is-date {
    position: relative;
  }
  
  .content-filter-select-b {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 100%;
    margin-bottom: 10px;
    display: flex;
  }
  
  .content-filter-reset {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }
  
  .content-filter-reset-img {
    width: 25px;
  }
  
  .content-filter-reset-txt {
    color: var(--placeholder);
    font-weight: 700;
  }
  
  .content-filter-button-b {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    justify-content: center;
    align-items: center;
    display: flex;
  }
  
  .content-filter-search {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }
  
  .content-filter-search-b {
    background-color: var(--red);
    justify-content: center;
    width: 133px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    transform: skew(-15deg);
  }
  
  .content-filter-search-txt {
    color: var(--white);
    transform: skew(15deg);
  }
  
  .content-form-b {
    width: 100%;
  }
  
  .content-form {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: .25fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
  }
  
  .content-form-l {
    flex: 1;
    width: 25%;
  }
  
  .content-form-title-b {
    display: flex;
  }
  
  .content-form-r {
    flex: 1;
  }
  
  .content-form-l-copy {
    flex: 1;
    width: 25%;
  }
  
  .content-form-title {
    background-color: var(--white-smoke);
    color: var(--blue);
    border-bottom: 5px solid #d9d9d9;
    padding: 18px;
    font-weight: 700;
  }
  
  .content-form-title.l {
    justify-content: space-between;
    align-items: center;
    width: 20%;
    display: flex;
  }
  
  .content-form-title.r {
    flex: 1;
  }
  
  .content-form-content-b {
    flex-flow: column;
    display: flex;
  }
  
  .content-form-content {
    width: 100%;
  }
  
  .content-form-content-l {
    color: var(--placeholder);
    border-right: 1px solid #dadada;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 20%;
    padding: 18px;
    font-weight: 700;
    display: flex;
  }
  
  .content-form-content-l.l {
    justify-content: space-between;
    align-items: center;
    width: 20%;
    display: flex;
  }
  
  .content-form-content-l.r {
    flex: 1;
  }
  
  .content-form-content-l.grey-bg {
    background-color: var(--white-smoke);
  }
  
  .content-form-content-r {
    background-color: var(--white);
    color: var(--blue);
    flex: 1;
    padding: 40px 20px 40px 40px;
    font-weight: 700;
    display: flex;
  }
  
  .content-form-content-r.grey-bg {
    background-color: var(--white-smoke);
  }
  
  .big-date {
    color: var(--blue);
    font-size: 40px;
  }
  
  .text-block-2 {
    align-self: flex-end;
  }
  
  .content-form-content-title {
    min-height: 56px;
    margin-bottom: 20px;
    font-size: 21px;
  }
  
  .content-form-content-title.mobile-only {
    display: none;
  }
  
  .content-form-content-sub-title {
    grid-column-gap: 20px;
    grid-row-gap: 0px;
    flex-flow: wrap;
    display: flex;
  }
  
  .content-sub-title-tag {
    background-color: var(--blue);
    color: var(--white);
    letter-spacing: 2px;
    justify-content: center;
    padding: 10px;
    font-size: 14px;
  }
  
  .content-sub-title-date {
    color: #868686;
    letter-spacing: 2px;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
  }
  
  .content-sub-title-prj-tag {
    color: var(--placeholder);
    letter-spacing: 2px;
    justify-content: center;
    font-size: 12px;
  }
  
  .content-form-button {
    color: var(--blue);
    cursor: pointer;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 18px;
    padding-right: 18px;
    font-weight: 700;
    display: flex;
  }
  
  .content-form-button.mobile-only {
    display: none;
  }
  
  .content-form-close {
    width: 100%;
    display: flex;
  }
  
  .content-form-open {
    width: 100%;
    display: flex;
    overflow: hidden;
  }
  
  .content-form-open-content {
    background-color: var(--white);
    color: var(--blue);
    border: 1px solid #dadada;
    flex: 1;
    padding: 40px;
    font-weight: 700;
    overflow: hidden;
  }
  
  .content-form-open-content-title {
    min-height: 56px;
  }
  
  .content-form-open-content-b {
    padding-bottom: 10px;
  }
  
  .content-form-open-content-b.align-right {
    justify-content: flex-end;
    padding-bottom: 0;
    display: flex;
  }
  
  .open-content-content {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    color: var(--placeholder);
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }
  
  .open-content-content-link-img {
    width: 16px;
    min-width: 16px;
  }
  
  .open-content-content-link-b {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    color: var(--placeholder);
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }
  
  .open-button, .close-button {
    position: absolute;
  }
  
  .date-txt {
    justify-content: center;
    align-items: flex-end;
    height: 40px;
    display: flex;
  }
  
  .form-big-date {
    display: flex;
  }
  
  .content-form-button-mobile {
    background-color: var(--white);
    color: var(--blue);
    cursor: pointer;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 18px;
    padding-right: 18px;
    font-weight: 700;
    display: none;
  }
  
  .open-button-mobile, .close-button-mobile {
    position: absolute;
  }
  
  .content-form-content-block {
    flex: 1;
  }
  
  .content-link {
    color: var(--placeholder);
  }
  
  .banner-brand {
    float: left;
    width: 42px;
    position: relative;
  }
  
  .banner-brand.blue {
    position: absolute;
    top: 75px;
  }
  
  .banner-brand.red {
    position: absolute;
    top: 130px;
    left: 25px;
  }
  
  .banner-brand-b {
    height: 100%;
    position: relative;
    top: 140px;
  }
  
  .content-sub-title-prj-all-tag-b, .content-sub-title-ext-label-b, .content-sub-title-prj-tag-b {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    display: flex;
  }
  
  .section-title-img {
    width: 38px;
  }
  
  html.w-mod-js [data-ix="home-new-scroll"] {
    opacity: 0;
    transform: translate(0, 80px);
  }
  
  html.w-mod-js [data-ix="home-new-scroll-2"] {
    opacity: 0;
    height: 0;
    transform: translate(0, -45px);
  }
  
  html.w-mod-js [data-ix="home-announcement-scroll"] {
    opacity: 0;
    transform: translate(-70px);
  }
  
  html.w-mod-js [data-ix="home-map-scroll"] {
    opacity: 0;
    transform: scale(.89);
  }
  
  html.w-mod-js [data-ix="home-load-slogan"] {
    opacity: 0;
    transform: scale(.8);
  }
  
  html.w-mod-js [data-ix="home-achie-scroll"] {
    opacity: 0;
    transform: translate(-120%, -50%);
  }
  
  html.w-mod-js [data-ix="load-page-banner"], html.w-mod-js [data-ix="load-content-fadein-01"], html.w-mod-js [data-ix="load-content-fadein-02"], html.w-mod-js [data-ix="scroll-content-fadein-01"], html.w-mod-js [data-ix="scroll-content-fadein-02"], html.w-mod-js [data-ix="scroll-content-fadein-03"], html.w-mod-js [data-ix="scroll-content-fadein-04"] {
    opacity: 0;
  }
  
  html.w-mod-js [data-ix="scroll-rollin-froml-left"] {
    opacity: 0;
    width: 0;
    display: block;
  }
  
  html.w-mod-js [data-ix="scroll-rollin-fromright"] {
    opacity: 0;
    display: block;
    transform: translate(100%);
  }
  
  html.w-mod-js [data-ix="scroll-point-fadein-bottom01"], html.w-mod-js [data-ix="scroll-point-fadein-bottom-2"], html.w-mod-js [data-ix="scroll-point-fadein-bottom-3"], html.w-mod-js [data-ix="scroll-point-fadein-bottom-4"] {
    opacity: 0;
    transform: translate(0, 30px);
  }
  
  @media screen and (min-width: 1280px) {
    .content-sub-title-prj-tag {
      justify-content: center;
      align-items: center;
      display: flex;
    }
  
    .banner-brand.red {
      top: 115px;
    }
  
    .content-sub-title-ext-label-b {
      grid-column-gap: 10px;
      grid-row-gap: 10px;
    }
  }
  
  @media screen and (max-width: 991px) {
    .header {
      height: 120px;
    }
  
    .section-centre, .section-centre.section-form {
      width: 90%;
    }
  
    .banner.about, .banner-mask-block {
      height: 150px;
    }
  
    .page-section-title-block-01 {
      flex-flow: column;
    }
  
    .content-download {
      padding-left: 0;
      padding-right: 0;
    }
  
    .content-filter {
      flex: 0 auto;
      width: 50%;
      margin-left: -10px;
      margin-right: -10px;
    }
  
    .content-filter-select-b {
      grid-column-gap: 40px;
      grid-row-gap: 10px;
      flex-flow: wrap;
      margin-left: 10px;
      margin-right: 10px;
    }
  
    .content-form-content-sub-title {
      grid-column-gap: 10px;
      grid-row-gap: 0px;
      flex-flow: wrap;
    }
  
    .banner-brand {
      width: 21px;
    }
  
    .banner-brand.blue {
      top: 65px;
    }
  
    .banner-brand.red {
      top: 96px;
      left: 10px;
    }
  
    .banner-brand-b {
      top: 0;
    }
  }
  
  @media screen and (max-width: 767px) {
    .section {
      padding-top: 60px;
      padding-bottom: 60px;
    }
  
    .page-title {
      font-size: 30px;
    }
  
    .scroll-02 {
      font-size: 21px;
    }
  
    .content-point-text {
      font-size: 17px;
    }
  
    .page-section-title-b {
      grid-column-gap: 5px;
      grid-row-gap: 5px;
    }
  
    .content-filter {
      width: 100%;
      font-size: 17px;
    }
  
    .content-form-title.l, .content-form-title.r, .form-big-date-b {
      font-size: 17px;
    }
  
    .content-form-content-title {
      flex-flow: row;
      font-size: 17px;
      display: flex;
    }
  
    .content-form-button {
      display: none;
    }
  
    .content-form-button.mobile-only {
      flex-flow: row;
      display: flex;
    }
  
    .content-form-open-content-title, .open-content-title {
      font-size: 17px;
    }
  
    .open-content-content {
      font-size: 14px;
    }
  
    .content-sub-title-prj-all-tag-b {
      grid-row-gap: 0px;
      flex-flow: column;
    }
  }
  
  @media screen and (max-width: 479px) {
    .header {
      height: 120px;
    }
  
    .section {
      padding: 30px 15px;
    }
  
    .section-centre, .section-centre.section-form {
      width: 100%;
    }
  
    .banner.about {
      background-image: url('../images/img-banner-procurement2x.jpg');
      background-position: 50%;
      background-repeat: no-repeat;
      background-size: cover;
      height: 150px;
    }
  
    .page-title {
      font-size: 30px;
    }
  
    .banner-mask-block {
      height: 150px;
    }
  
    .scroll-02 {
      font-size: 21px;
    }
  
    .banner-brand-1, .banner-brand-2 {
      width: 21px;
    }
  
    .content-point-text {
      font-size: 17px;
    }
  
    .content-download {
      padding-left: 0;
      padding-right: 0;
    }
  
    .page-section-title-b {
      grid-column-gap: 3px;
      grid-row-gap: 3px;
      padding-left: 0;
    }
  
    .content-filter {
      margin-left: 0;
      margin-right: 0;
      font-size: 17px;
    }
  
    .content-filter-field {
      border-radius: 5px;
    }
  
    .content-filter-select-b {
      margin-left: 0;
      margin-right: 0;
    }
  
    .content-filter-reset-txt, .content-filter-search-txt {
      font-size: 17px;
    }
  
    .content-form-title-b {
      height: 0;
      overflow: hidden;
    }
  
    .content-form-title.l {
      width: 30%;
    }
  
    .content-form-content {
      overflow: hidden;
    }
  
    .content-form-content-l {
      grid-column-gap: 15px;
      grid-row-gap: 15px;
      border-right-width: 0;
      flex-flow: row;
      justify-content: space-between;
      align-items: flex-start;
      width: 100%;
      padding: 18px 5px 5px;
    }
  
    .content-form-content-l.grey-bg {
      padding-top: 18px;
    }
  
    .content-form-content-r {
      border-bottom: 1px solid #dadada;
      padding: 0 0 18px;
    }
  
    .big-date {
      align-self: center;
      font-size: 30px;
    }
  
    .form-big-date-b {
      white-space: nowrap;
      font-size: 14px;
      display: block;
    }
  
    .content-form-content-title {
      color: var(--blue);
      font-size: 16px;
      display: none;
    }
  
    .content-form-content-title.mobile-only {
      margin-bottom: 10px;
      font-size: 17px;
      display: flex;
    }
  
    .content-sub-title-date {
      justify-content: center;
      align-items: center;
      padding-top: 5px;
      padding-bottom: 5px;
      display: flex;
    }
  
    .content-sub-title-prj-tag {
      letter-spacing: 2px;
      justify-content: center;
      align-items: center;
      padding-top: 0;
      padding-bottom: 0;
      font-size: 10px;
      display: flex;
    }
  
    .content-form-button {
      display: none;
    }
  
    .content-form-button.mobile-only {
      justify-content: center;
      align-items: flex-start;
      margin-left: 10px;
      padding-top: 8px;
      display: flex;
    }
  
    .content-form-close {
      flex-flow: column;
    }
  
    .content-form-open-content {
      border-width: 0 1px 1px;
      padding: 18px 9px;
    }
  
    .content-form-open-content-title {
      padding-bottom: 20px;
      font-size: 17px;
    }
  
    .content-form-open-content-b {
      font-size: 16px;
    }
  
    .content-form-open-content-b.align-right {
      padding-top: 20px;
    }
  
    .open-content-title, .open-content-content {
      font-size: 14px;
    }
  
    .div-block, .form-big-date {
      display: flex;
    }
  
    .content-form-button-mobile {
      display: block;
      position: relative;
    }
  
    .open-button-mobile, .close-button-mobile {
      position: absolute;
      inset: 0% auto auto 0%;
    }
  
    .content-link-b {
      overflow-wrap: anywhere;
      width: 100%;
    }
  
    .content-link {
      color: var(--placeholder);
    }
  
    .div-block-2 {
      width: auto;
    }
  
    .div-block-3 {
      justify-content: flex-start;
      align-items: center;
    }
  
    .content-sub-title-prj-all-tag-b {
      flex-flow: column;
    }
  
    .content-sub-title-ext-label-b {
      grid-column-gap: 10px;
      grid-row-gap: 10px;
      display: flex;
    }
  }
  
  #w-node-_65786321-55e9-027d-8efc-0c4b3f7b39a7-dc3a4ab7 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
  
  
  