.container {
  max-width: 1110px;
  margin: 0 auto;
  padding: 0;
}

.main-content .row {
  margin: 0px;
}

/* block header fixed */
.main-content .header-fixed {
  position: fixed;
  top: 0px;
  width: 100%;
  height: 95px;
  z-index: 999;
  padding-bottom: 72px;
}

.main-content .header-fixed .logo-menu {
  padding: 18px 32px;
}

.icon-close {
  width: 55px;
  height: 54px;
  position: absolute;
  top: 33px;
  right: 33px;
}

.icon-close>img {
  width: 100%;
}

.menu-icon-close {
  display: none;
}

.hamburger {
  background: none;
  border: none;
  padding: 0px;
  margin: 0px;
  cursor: pointer;
  position: fixed;
  top: 24px;
  right: 32px;
  z-index: 10000;
}

.hamburger img {
  width: 64px;
  height: auto;
  border: solid 1px rgba(255, 255, 255, .3);
  border-radius: 50%;
}

/* end block header fixed */

/* block block-header-title */
.block-header-title {
  position: relative;
  background-image: url("../img/bg-global/top-header.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 500px;
  z-index: -999;
}

.header-title {
  padding-top: 160px;
}

.header-title h2 {
  font-size: 40px;
  font-weight: bolder;
  color: rgb(4, 33, 26);
  text-align: center;
}

.header-title .sub-title {
  text-decoration: none;
  color: rgb(18, 143, 116);
}

.header-title .sub-title p {
  margin-top: 20px;
  font-size: 18px;
  font-variant: petite-caps;
}

.header-bg-left {
  position: absolute;
  top: -120px;
  left: -244px;
  z-index: -999;
}

.header-bg-left img {
  width: 100%;
}

.header-bg-right {
  position: absolute;
  top: 36px;
  right: 0px;
  z-index: -999;
}

.header-bg-right img {
  width: 100%;
}

.bg-right-heart {
  position: absolute;
  bottom: 67px;
  right: 89px;
}

.bg-right-heart img {
  width: 100%;
}

/* end block block-header-title */

/* block header earth */
.block-header-earth {
  position: relative;
  width: 1040px;
  height: 270px;
  margin-top: -35px;
  z-index: -999;
}

.block-header-earth .earth-img {
  position: absolute;
  left: -392px;
  top: 0px;
}

/* end block header earth */

/* block content body */
.content-body {
  position: relative;
}

.content-body .body-img-bg {
  position: absolute;
  top: -101px;
  left: 0px;
  z-index: -999;
}

/* end block content body */

/* block breadcrumb */
.block-breadcrumb {
  position: relative;
  padding-top: 29px;
}

.block-breadcrumb nav ol li.breadcrumb-item {
  color: #032219;
  font-size: 14px;
  line-height: 24px;
}

.block-breadcrumb .breadcrumb-item.active {
  color: rgb(58, 165, 126);
  font-weight: bold;
  font-size: 14px;
  line-height: 24px;
}

.block-breadcrumb nav ol li a {
  font-size: 14px;
  text-decoration: none;
  color: rgb(3, 34, 25);
  line-height: 24px;
}

/* end block breadcrumb */

/* block company */
/* block header earth for news page*/
.block-company .block-header-earth .earth-img .main-bg-earth img {
  transform: rotate(48deg);
}

.block-company .block-header-earth .earth-img .people-image-1 {
  position: absolute;
  top: -189px;
  right: 433px;
  transform: rotate(363deg);
}

.block-company .block-header-earth .earth-img .people-image-2 {
  position: absolute;
  top: -138px;
  right: 266px;
  transform: rotate(379deg);
}

.block-company .block-header-earth .earth-img .people-image-3 {
  position: absolute;
  top: 73px;
  right: 27px;
  transform: rotate(411deg);
}

.block-company .block-header-earth .earth-img .people-image-4 {
  position: absolute;
  top: 216px;
  right: -134px;
  transform: rotate(75deg);
  visibility: hidden;
}

/* block header earth for news page*/
.block-content {
  width: 840px;
  margin: auto;
}

.block-company-profile {
  margin-top: 100px;
}

.block-company-profile {
  margin-top: 116px;
}

.block-company-profile h2,
.block-company-profile h2 span {
  margin-right: 27px;
  display: flex;
  justify-content: center;
}

.main-block-isms .block-isms .title-isms img,
.block-company-profile h2 span img {
  width: 42px;
  height: 42px;
}

.block-company-profile .list-company {
  margin-top: 34px;
}

.block-company-profile .list-company ul li {
  font-size: 18px;
}

.block-company-profile .list-company ul li.list-item {
  display: flex;
}

.block-company-profile .list-company ul li p {
  padding: 24px 0;
  margin: 0;
}

.block-company-profile .list-company ul li .span-style1 {
  width: 160px;
  color: #128f74;
  font-weight: bold;
  padding: 24px;
  margin-right: 24px;
  border-bottom: 4px solid #128f74;
}

.block-company-profile .list-company ul li .span-style2 {
  width: 100%;
  font-size: 16px;
  padding: 24px 0 24px 24px;
  border-bottom: 2px solid #d6ddd3;
}

.block-content .block-map {
  margin-top: 80px;
  margin-bottom: 160px;
}

.block-content .block-map img {
  width: 100%;
  height: auto;
}

.block-content .block-map .paragrap-map {
  margin-top: 24px;
}

.block-content .block-map .paragrap-map p {
  font-size: 16px;
  font-weight: bold;
  line-height: 27px;
  margin: 0;
}

/* end main-block-isms */
.main-block-isms {
  background: #1a7c67;
  margin-bottom: 160px;
}

.main-block-isms .block-isms {
  padding: 160px 0;
}

span.style-border-top.title-isms {
  margin-left: -20px;
}

.main-block-isms .block-isms h2 {
  font-weight: bolder;
  text-align: center;
  line-height: 76px;
  font-size: 40px;
  color: #fff;
}

.main-block-isms .block-isms h2 span.title-isms img {
  margin-right: 8px;
}

.main-block-isms .block-isms .paragrap-isms {
  margin: 56px 0 45px 0;
}

.main-block-isms .block-isms .paragrap-isms p {
  font-size: 16px;
  color: #fff;
  margin: 0px;
  line-height: 27px;
  text-align: center;
}

.main-block-isms .block-isms .list-isms ul li.list-item {
  display: flex;
}

.main-block-isms .block-isms .list-isms ul li.list-item p {
  margin: 0;
}

.main-block-isms .block-isms .list-isms ul li.list-item .span-style1 {
  width: 160px;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  padding: 24px 0 24px 22px;
  margin-right: 24px;
  border-bottom: 4px solid #fff;
}

.main-block-isms .block-isms .list-isms ul li.list-item .span-style2 {
  width: 100%;
  font-size: 16px;
  padding: 24px 0 24px 22px;
  color: #fff;
  border-bottom: 2px solid #fff;
}

.main-block-isms .isms-footer {
  width: 350px;
  height: 210px;
  margin: auto;
  margin-top: 48px;
  padding: 26px;
  background: #fff;
  border-radius: 26px;
}

.main-block-isms .isms-footer .image-style img {
  width: 100%;
  height: auto;
}

/* end main-block-isms */
/* end block company */

/* page news */
/* block header earth for news page*/
.block-news .block-header-earth .earth-img .main-bg-earth img {
  transform: rotate(226deg);
}

.block-news .block-header-earth .earth-img .people-image-09 {
  position: absolute;
  top: -157px;
  right: 443px;
  transform: rotate(360deg);
}

.block-news .block-header-earth .earth-img .people-image-10 {
  position: absolute;
  top: -129px;
  right: 248px;
  transform: rotate(379deg);
}

.block-news .block-header-earth .earth-img .people-image-11 {
  position: absolute;
  top: 17px;
  right: 3px;
  transform: rotate(411deg);
}

/* block header earth for news page*/

.list-new-nain-block {
  width: 730px;
  margin: 92px auto 160px auto;
}

.list-new-nain-block .block-style-ul>div p {
  background: 0% 0% no-repeat padding-box padding-box rgb(249, 246, 241);
  border-radius: 4px;
  font-size: 16px;
  color: var(--main-color);
  padding: 24px 40px 24px 24px;
  margin-bottom: 8px;
  display: block;
  text-decoration: none;
  line-height: 27px;
}

.list-new-nain-block .block-style-ul>div p span.link-bg {
  text-decoration: none;
  background: rgb(4, 33, 26);
  color: rgb(219, 214, 214);
  font-size: 14px;
  border-radius: 20px;
  padding: 8px 16px;
  margin: 0px 24px 0px 30px;
}

.list-new-nain-block .block-style-ul>div p span a {
  text-decoration: none;
  color: var(--main-color);
}

.list-new-nain-block .block-style-ul>div p span a:hover {
  color: rgb(54 169 144);
}

.list-new-nain-block .pagination-block .page-item .page-link {
  font-size: 18px;
  font-weight: bold;
  color: rgb(214, 221, 211);
  background: none;
  border: 0px solid rgb(222, 226, 230);
}

.list-new-nain-block .pagination-block {
  margin-top: 38px;
}

.list-new-nain-block .pagination-block .page-item .active {
  color: rgb(18, 143, 116);
}

.list-new-nain-block .pagination-block nav {
  text-align: center;
}

.list-new-nain-block .pagination-block .pagination {
  /* margin: 0px auto; */
  /* width: 35%; */
  display: inline-flex;
}

.list-new-nain-block .list-new-bg-style-dots {
  display: none;
}

.list-new-bg-style {
  display: none;
}

/* end page news */

/* block privacy policy*/
.block-privacy-policy .block-header-earth .earth-img .main-bg-earth img {
  transform: rotate(316deg);
}

.block-privacy-policy .block-header-earth .earth-img .people-image-12 {
  position: absolute;
  top: -203px;
  right: 464px;
  transform: rotate(360deg);
}

.block-privacy-policy .block-header-earth .earth-img .people-image-13 {
  position: absolute;
  top: -146px;
  right: 268px;
  transform: rotate(379deg);
}

.block-privacy-policy .block-header-earth .earth-img .people-image-14 {
  position: absolute;
  top: 7px;
  right: 9px;
  transform: rotate(47deg);
}

.block-privacy-policy .block-header-earth .earth-img .people-image-15 {
  position: absolute;
  top: 17px;
  right: 3px;
  transform: rotate(411deg);
  visibility: hidden;
}

.block-content-privacy-policy {
  max-width: 730px;
  margin: auto;
  margin-top: 53px;
  margin-bottom: 137px;
}

.ppolicy-wrap {
  margin-top: 96px;
  padding: 0;
}

.ppolicy-wrap p.pp-title {
  font-size: 40px;
  font-weight: 900;
  color: #04211a;
  margin-bottom: 24px;
}

.ppolicy-wrap p {
  font-size: 16px;
  color: #1a1311;
  margin-bottom: 42px;
}

.ppolicy-wrap-content {
  margin-top: 36px;
}

.ppolicy-wrap-content p.pp-title {
  font-size: 32px;
  font-weight: 900;
  color: #04211a;
  margin-top: 24px;
  margin-bottom: 24px;
}

.ppolicy-wrap-content p {
  font-size: 16px;
  color: #1a1311;
}

.ppolicy-sub-information {
  margin-top: 23px;
}

.ppolicy-sub-information p.pp-title {
  font-size: 24px;
  font-weight: 900;
  color: #04211a;
}

.ppolicy-sub-information p.pp-content {
  font-size: 16px;
  color: #1a1311;
  margin-top: -2px;
}

.block-privacy-policy .block-content-privacy-policy .list-new-bg-style-dots,
.block-privacy-policy .block-content-privacy-policy .list-pp-bg-style,
.block-privacy-policy .block-content-privacy-policy .list-new-bg-style {
  display: none;
}

/* end block privacy policy */
/* block member*/
.block-member .block-header-earth .earth-img .main-bg-earth img {
  margin-top: 29px;
  transform: rotate(137deg);
}

.block-member .block-header-earth .earth-img .people-image-16 {
  position: absolute;
  top: -167px;
  right: 407px;
  transform: rotate(360deg);
}

.block-member .block-header-earth .earth-img .people-image-17 {
  position: absolute;
  top: -99px;
  right: 231px;
  transform: rotate(379deg);
}

.block-member .block-header-earth .earth-img .people-image-18 {
  position: absolute;
  top: 32px;
  right: 9px;
  transform: rotate(47deg);
}

.block-member .block-header-earth .earth-img .people-image-19 {
  position: absolute;
  top: 17px;
  right: 3px;
  transform: rotate(411deg);
  visibility: hidden;
}

.block-content-member {
  margin-top: 107px;
  margin-bottom: 140px;
}

.block-content-member .member-img {
  position: relative;
  display: inline-block;
}

.block-content-member .member-img>img {
  width: 255px;
  height: 255px;
  border-radius: 24px;
  padding: 7px;
}

.member-flag img {
  width: 100%;
}

.member-flag {
  position: absolute;
  width: 60px;
  height: 26px;
  border-radius: 24px;
  padding: 0px 10px;
  bottom: 16px;
  right: 11px;
  z-index: 0;
}

.member-wrap-content {
  position: relative;
  margin-left: 4px;
  padding-right: 13px;
}

.member-wrap-content p.member-position {
  margin-top: 9px;
  font-size: 24px;
  font-weight: 900;
  color: #032219;
}

.member-wrap-content p.member-name {
  font-size: 16px;
  margin-top: -17px;
  color: #032219;
}

.member-wrap-content p.member-title {
  font-size: 16px;
  margin-top: -8px;
  color: #032219;
  font-weight: bold;
}

.member-wrap-content p.member-description {
  font-size: 14px;
  color: #032219;
}

.member-row {
  margin-top: 33px !important;
}

.block-content-member .col-md-3 {
  margin-bottom: 33px;
}

.block-content-member .list-pp-bg-style,
.block-content-member .list-new-bg-style {
  display: none;
}

/* end block member */
/* block sitemap*/
.block-sitemap .block-header-earth .earth-img .main-bg-earth img {
  margin-top: 31px;
  transform: rotate(356deg);
}

.block-sitemap .block-header-earth .earth-img .people-image-03 {
  position: absolute;
  top: -81px;
  right: 465px;
  transform: rotate(360deg);
}

.block-sitemap .block-header-earth .earth-img .people-image-04 {
  position: absolute;
  top: -115px;
  right: 256px;
  transform: rotate(379deg);
}

.block-sitemap .block-header-earth .earth-img .people-image-12 {
  position: absolute;
  top: -18px;
  right: 53px;
  transform: rotate(47deg);
}

.block-sitemap .block-header-earth .earth-img .people-image-13 {
  position: absolute;
  top: 153px;
  right: -53px;
  transform: rotate(411deg);
}

.block-sitemap .block-breadcrumb {
  position: relative;
  margin-top: 36px;
}

.block-content-sitemap {
  max-width: 700px;
  margin: auto;
  margin-top: 112px;
  margin-bottom: 113px;
}

.block-content-sitemap .sitemap ul ul,
.block-content-sitemap .sitemap ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.block-content-sitemap .sitemap ul li {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 40px;
  color: #032219;
}

.block-content-sitemap .sitemap ul li a {
  text-decoration: none;
  color: #032219;
}

.block-content-sitemap .sitemap ul ul {
  margin: 16px 0 0 0;
  padding: 0;
}

.block-content-sitemap .sitemap ul li ul li {
  font-size: 16px;
  font-weight: bold;
  margin-left: 15px;
  margin-bottom: 16px;
}

.block-content-sitemap .sitemap ul li ul li a {
  text-decoration: none;
  color: #032219;
}

.block-content-sitemap .sitemap ul li ul.ul-style-3 li {
  font-size: 14px;
  font-weight: normal;
  color: #032219;
}

.block-content-sitemap .list-new-bg-style {
  display: none;
}

/* end block sitemap */
/* page news detail */
.detail-new-block {
  width: 730px;
  margin: auto;
  padding-top: 116px;
  padding-bottom: 144px;
}

.detail-new-block .card {
  background: none;
  border: none;
}

.detail-new-block .card img {
  width: 100%;
}

.detail-new-block .card .card-body {
  margin-top: 32px;
  font-size: 16px;
}

.detail-new-block .card h2 {
  font-size: 40px;
  color: #04211a;
  font-weight: bold;
}

.detail-new-block .card .detail-style-ul {
  margin: 24px 0;
}

.detail-new-block .card .detail-style-ul p {
  background: #f9f6f1 0% 0% no-repeat padding-box;
  border-radius: 4px;
  font-size: 16px;
  color: #1a7c67;
  padding: 24px;
  margin-bottom: 8px;
  display: block;
  text-decoration: none;
  line-height: 27px;
}

.detail-new-block .card .detail-style-ul p span.link-bg {
  text-decoration: none;
  background: #04211a;
  color: rgb(219, 214, 214);
  font-size: 14px;
  border-radius: 20px;
  padding: 8px 16px;
  margin: 16px;
}

/* end page news detail */

/* page achievements */
/* block header earth for achievements page*/
.block-achievements .content-body {
  position: relative;
}

.block-achievements .block-header-earth .earth-img .main-bg-earth img {
  transform: rotate(184deg);
}

.block-achievements .block-header-earth .earth-img .people-image-11-1 {
  position: absolute;
  top: -191px;
  right: 443px;
  transform: rotate(364deg);
}

.block-achievements .block-header-earth .earth-img .people-image-12-1 {
  position: absolute;
  top: -113px;
  right: 183px;
  transform: rotate(392deg);
}

.block-achievements .block-header-earth .earth-img .people-image-13-1 {
  position: absolute;
  top: 100px;
  right: -69px;
  transform: rotate(411deg);
}

/* end block header earth for achievements page*/
/* end page achievements*/

/* page inquiry */
.block-page-inquiry .content-body {
  position: relative;
  height: 998px
}

.block-page-inquiry .block-header-earth .earth-img .main-bg-earth img {
  transform: rotate(268deg);
}

.block-page-inquiry .block-header-earth .earth-img .people-image-14 {
  position: absolute;
  top: -171px;
  right: 427px;
  transform: rotate(364deg);
}

.block-page-inquiry .block-header-earth .earth-img .people-image-01 {
  position: absolute;
  top: -140px;
  right: 216px;
  transform: rotate(16deg);
}

.block-page-inquiry .block-header-earth .earth-img .people-image-09 {
  position: absolute;
  top: -18px;
  right: 59px;
  transform: rotate(42deg);
}

.block-page-inquiry .dropdo-select {
  margin-top: 40px;
}

.block-page-inquiry .row:nth-child(2) {
  margin-top: 50px;
}

.block-page-inquiry .row:nth-child(3) {
  margin-top: 60px;
}

.block-page-inquiry .row:nth-child(4) {
  margin-top: 55px;
}

.block-page-inquiry .row:last-child {
  margin-top: 40px;
}

.block-page-inquiry .form-text {
  font-size: 14px !important;
  margin-top: 8px !important;
}

/* end page inquiry*/

/* block business */
.block-business .content-body {
  position: relative;
}

.block-business .block-header-earth .earth-img .main-bg-earth img {
  margin-top: 28px;
  transform: rotate(454deg);
}

.block-business .block-header-earth .earth-img .people-image-18 {
  position: absolute;
  top: -160px;
  right: 387px;
  transform: rotate(364deg);
}

.block-business .block-header-earth .earth-img .people-image-19 {
  position: absolute;
  top: -81px;
  right: 232px;
  transform: rotate(16deg);
}

.block-business .block-header-earth .earth-img .people-image-01 {
  position: absolute;
  top: 15px;
  right: 22px;
  transform: rotate(42deg);
}

/* end block business*/

/* page about 6*/
/* block header earth for about 6 page*/
.block-about-6 .block-header-earth .earth-img .main-bg-earth img {
  transform: rotate(356deg);
}

.block-about-6 .block-header-earth .earth-img .people-image-about-1 {
  position: absolute;
  top: -112px;
  right: 471px;
  transform: rotate(360deg);
}

.block-about-6 .block-header-earth .earth-img .people-image-about-2 {
  position: absolute;
  top: -154px;
  right: 274px;
  transform: rotate(379deg);
}

.block-about-6 .block-header-earth .earth-img .people-image-about-3 {
  position: absolute;
  top: -71px;
  right: 83px;
  transform: rotate(403deg);
}

.block-about-6 .block-header-earth .earth-img .people-image-about-4 {
  position: absolute;
  top: 147px;
  right: -67px;
  transform: rotate(75deg);
  /* visibility: hidden; */
}

/* end block header earth for about 6 page*/
.about-6-new-block {
  position: relative;
  padding: 186px 0 240px 0;
}

.about-6-new-block .contianer-cus {
  position: relative;
  width: 920px;
  margin: auto;
}

.carousel.pointer-event {
  height: 618px;
}

.carousel-indicators {
  display: inline-block;
  justify-content: center;
  text-align: center;
  top: 100%;
}

.carousel-indicators [data-bs-target] {
  flex: 0 1 auto;
  width: 80px;
  height: 2px;
  padding: 0;
  margin-right: -5px;
  margin-left: 0px;
  background-color: #F5FFFB;
}

.carousel-indicators .active {
  margin-right: -5px;
  margin-left: 0px;
  background-color: #128F74;
}

.about-6-new-block .card p.mission {
  font-size: 18px;
  color: rgb(18, 143, 116);
  text-align: center;
  /* margin-bottom: 10px; */
  margin: 0 auto 10px;
}

.about-6-new-block .card h2.card-title {
  font-size: 40px;
  color: rgb(4, 33, 26);
  font-weight: bold;
  margin-bottom: 104px;
  text-align: center;
}

.about-6-new-block .card h2.card-title img {
  width: 42px;
  height: 42px;
  margin-right: 8px;
  margin-top: -6px;
}

.about-6-new-block .card .card-body p {
  color: rgb(4, 33, 26);
  font-size: 32px;
  /* margin-bottom: 30px; */
  margin: 0 auto 30px;
  text-align: center;
  font-weight: bold;
}

.about-6-new-block .card-paragrap {
  padding: 0 40px;
  margin-bottom: 0 !important;
}

.about-6-new-block .card-paragrap .paragrap {
  width: 89%;
  margin: auto;
}

.about-6-new-block .card-paragrap .paragrap p span.number {
  color: #128F74;
}

.about-6-new-block .card-paragrap .paragrap p span.style-inline1 {
  display: inline-block;
}

.about-6-new-block .card-paragrap .paragrap p span.style-inline2 {
  display: inline-block;
}

.about-6-new-block .card h2.card-title span.style-inline1 {
  display: inline-block;
}

.about-6-new-block .card-paragrap .card-body p {
  text-align: left;
}

.about-6-new-block .block-scroll-style a {
  text-decoration: none;
  font-size: 14px;
  color: #128F74;
}

.about-6-new-block .block-scroll-style a i {
  font-style: normal;
  margin-left: 11px;
}

.main-content .block-message-resident {
  position: relative;
  background-image: url("../img/about/bg-about-block.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  margin-bottom: 133.4px;
}

.block-message-resident .cart-custom-width {
  width: 920px;
  margin: auto;
  padding: 160px 0px;
}

.block-message-resident .cart-custom-width,
.about-6-new-block .card {
  background: none;
  border: none;
  margin-bottom: 198px;
}

.about-6-new-block .image-mission-bg-style-left-top {
  background-image: url('../img/bg-global/bg-style-left-top.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top right;
  width: 386px;
  height: 350px;
  position: absolute;
  top: 7px;
  left: -127px;
  padding-bottom: 414px;
  z-index: -99;
}

.about-6-new-block .image-mission-bg-style-left-top .bg-sub-style-left-top {
  background-image: url('../img/bg-global/dots-bg-style-left.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0px 0px;
  width: 80px;
  height: 100px;
  position: absolute;
  bottom: -30px;
  left: 54px;
  z-index: -9999;
}

.about-6-new-block .image-mission-bg-style-right-top {
  background-image: url("../img/bg-global/bg-style-right-top-main.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 525px;
  width: 982px;
  height: 705px;
  position: absolute;
  top: 29px;
  right: 0px;
  z-index: -9;
}

.about-6-new-block .image-mission-bg-style-right-top .bg-sub-style-right-top {
  background-image: url("../img/bg-global/bg-style-right-top-sub.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 107px -63px;
  width: 182px;
  height: 182px;
  position: absolute;
  top: -1px;
  right: 0px;
  z-index: -9999;
}

.about-6-new-block .image-mission-bg-style-left-b {
  width: 192px;
  position: absolute;
  bottom: 56px;
  left: -54px;
  z-index: -99;
}

.about-6-new-block .image-mission-bg-style-right-b {
  width: 200px;
  position: absolute;
  bottom: 81px;
  right: 0px;
  z-index: -9999;
}

.block-message-resident .image-resident-bg-style-left {
  width: 153px;
  height: 222px;
  position: absolute;
  bottom: -302px;
  left: 47px;
  z-index: -99;
}

.block-message-resident .image-resident-bg-style-right {
  width: 264px;
  height: 442px;
  position: absolute;
  bottom: -178px;
  right: 0px;
}

.additional-about-1 {
  width: 350px;
  position: absolute;
  bottom: 50%;
  right: 0px;
  z-index: -9999;
}

.additional-about-2 {
  width: 400px;
  position: absolute;
  bottom: 40%;
  left: 0px;
  z-index: -9999;
}

.additional-about-1 img,
.additional-about-2 img {
  width: 100%;
}

.about-6-new-block .image-mission-bg-style-left-top img,
.about-6-new-block .image-mission-bg-style-right-top img,
.about-6-new-block .image-mission-bg-style-left-b img,
.about-6-new-block .image-mission-bg-style-right-b img,
.block-message-resident .image-resident-bg-style-right img,
.block-message-resident .image-resident-bg-style-left img {
  width: 100%;
}

.block-message-resident .card h2.card-title {
  font-size: 40px;
  color: rgb(255, 255, 255);
  font-weight: bold;
  margin-bottom: 56px;
}

.block-message-resident .card h2.card-title img {
  width: 42px;
  height: 42px;
  margin-right: 8px;
  margin-top: -6px;
}

.block-message-resident .about-block-image {
  position: relative;
  width: 540px;
  height: auto;
  margin-bottom: 56px;
}

.block-message-resident .about-block-image img {
  width: 100%;
  border-radius: 35px;
  display: inline-block;
}

.block-message-resident .about-block-image .about-signature {
  position: absolute;
  right: -54%;
  top: 20%;
  transform: rotate(350deg);
}

.block-message-resident .about-block-image .about-signature p {
  text-shadow: rgb(0, 0, 0) 0px 0px 4px;
  font-size: 71px;
  margin: 0px;
  line-height: 75px;
}

.block-message-resident .about-block-image .about-signature p.signature-last-name {
  text-indent: 81px;
}

.block-message-resident h3 {
  font-size: 32px;
  font-weight: bold;
  line-height: 61px;
  margin-bottom: 0px;
}

.block-message-resident .card .card-body {
  color: rgb(255, 255, 255);
}

.block-message-resident h4 {
  font-size: 18px;
  line-height: 34px;
  margin-bottom: 16px !important;
  color: rgb(231, 231, 231) !important;
}

.block-message-resident h6 {
  font-size: 16px;
  font-weight: bold;
  line-height: 27px;
  white-space: nowrap;
  margin-bottom: 0px;
}

.block-message-resident p.card-text {
  font-size: 16px;
  line-height: 27px;
  margin-top: 10px;
  padding-left: 50px;
}

.block-message-resident .block-inquiry-footer {
  padding: 0px 0px 121px;
  margin-top: 375px;
}

/* end page about 6*/


/* block inquiry footer */
.block-inquiry-footer {
  position: relative;
  padding-bottom: 160px;
}

.block-inquiry-footer .image-style-left-bg {
  background-image: url("../img/bg-global/buttom.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: right;
  position: absolute;
  width: 78%;
  height: 341px;
  top: 2px;
  left: 0;
  z-index: -99999;
}

.block-inquiry-footer .image-style-right-bg {
  position: absolute;
  width: 200px;
  height: 290px;
  bottom: -135px;
  right: 238px;
  z-index: -9999;
}

.block-inquiry-footer .image-style-left-bg img,
.block-inquiry-footer .image-style-right-bg img {
  width: 100%;
}

.block-inquiry {
  position: relative;
  background: url("../img/bg-pc/contact-bg-pc.png") center center / cover no-repeat;
  height: 179px;
  width: 100%;
  opacity: 1;
  transition: all 0.5s ease 0s;
  border-radius: 25px;
  z-index: 99;
}

.block-inquiry::before {
  content: "";
  position: absolute;
  inset: 0px;
  background-color: rgb(255, 255, 255);
  opacity: 0;
  transition: opacity 0.5s ease 0s;
  border-radius: 25px;
  z-index: -999;
}

.block-inquiry:hover::before {
  opacity: 0.3;
}

.block-inquiry .inquiry-left {
  padding-top: 0px;
  position: absolute;
  left: 48px;
  top: 16px;
}

.block-inquiry .inquiry-left h2 {
  font-size: 40px;
  color: rgb(255, 255, 255);
  line-height: 76px;
  font-weight: bolder;
}

.block-inquiry .inquiry-left h2 img {
  margin-right: 8px;
  margin-top: -5px;
}

.block-inquiry .inquiry-right {
  position: absolute;
  right: 0px;
  bottom: 0px;
  margin: 0px 32px 32px 0px;
}

.block-inquiry .inquiry-right .block-more {
  width: 266px;
}

.block-inquiry-footer a,
.bg-block-inquiry a {
  text-decoration: none;
  font-weight: bold;
  color: rgb(255, 255, 255);
  font-size: 16px;
  line-height: 27px;
  display: block;
}

.block-inquiry-footer a .text-alink,
.bg-block-inquiry a .text-alink {
  display: block;
  overflow: hidden;
  transition: all 0.5s linear 0s;
}

.block-inquiry-footer a .block-more .alink-left,
.bg-block-inquiry a .block-more .alink-left {
  margin-bottom: 7px;
  float: left;
  /* width: 74%; */
}

/*  */
.block-inquiry-footer .alink-img-right,
.bg-block-inquiry .alink-img-right {
  position: relative;
  float: right;
  text-align: right;
  width: 65px;
  height: 24px;
  transition: all 0.5s linear 0s;
}

.block-inquiry-footer .alink-img-right .img-right-bg,
.bg-block-inquiry .alink-img-right .img-right-bg {
  position: absolute;
  right: 0;
  bottom: 0px;
  background-image: url('../img/icons/arrow-white.svg');
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
  margin-top: 13px;
  margin-right: 0px;
  padding-right: 0px;
  width: 28.72px;
  height: 11.58px;
}

.block-inquiry-footer .alink-img-right .img-right-border-b,
.bg-block-inquiry .alink-img-right .img-right-border-b {
  background-image: url('../img/icons/arrow-white-bottom.svg');
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 2px;
}

.inquiry-right .block-more .border-style-more {
  border-bottom: 4px solid rgb(255, 255, 255);
}

.bg-block-inquiry a:hover .text-alink,
.block-inquiry-footer a:hover .text-alink {
  transform: translateY(-5px);
}

.bg-block-inquiry a:hover .text-alink .alink-img-right,
.block-inquiry-footer a:hover .text-alink .alink-img-right {
  width: 45px;
  transition: all 0.5s linear 0s;
}

.bg-block-inquiry a:hover .text-alink .alink-img-right .img-right-bg,
.block-inquiry-footer a:hover .text-alink .alink-img-right .img-right-bg {
  background-size: cover;
  background-position: -6px 1px;
  right: -4px;
  width: 34px;
  height: 16px;
}

/* end block inquiry footer */

.block-page-inquiry .content-body .block-form-content {
  width: 730px;
  font-size: 15px;
  margin: auto;
  margin-top: 116px;
}

.block-page-inquiry .content-body .block-form-content .row {
  margin-bottom: 22px;
}

.block-page-inquiry .content-body .block-form-content .row .label-left {
  width: 185px;
  float: left;
  margin-right: 10px;
}

.block-page-inquiry .content-body .block-form-content .row .input-right {
  width: 535px;
  float: right;
}

.block-page-inquiry .content-body .block-form-content .row .input-right .form-text {
  font-size: 11px;
  margin-top: 0;
}

.block-page-inquiry .content-body .block-form-content .row .input-right .form-check {
  margin-right: 14px;
  padding-top: 6px;
}

.block-page-inquiry .content-body .block-form-content .row .form-check .form-check-input {
  width: 21px;
  height: 21px;
  margin-right: 8px;
}

.block-page-inquiry .content-body .block-form-content .row .input-right .dropdown {
  width: 250px;
  font-size: 16px;
}

.block-page-inquiry .content-body .block-form-content .row .input-right .dropdown>a {
  width: 100%;
  text-align: left;
  background: #ffffff 0% 0% no-repeat padding-box;
  border-radius: 8px;
  opacity: 1;
  backdrop-filter: blur(30px);
  border: 1px solid #ced4da;
  color: #7d858c;
}

.block-page-inquiry .content-body .block-form-content .row .input-right .dropdown .btn-check:focus+.btn-secondary,
.btn-secondary:focus {
  color: #fff;
  background-color: #3C3C3C;
  border-color: #3C3C3C;
  box-shadow: 0 0 0 0.0 rgb(126, 126, 126);
}

.block-page-inquiry .content-body .block-form-content .row .input-right .dropdown .dropdown-menu {
  min-width: 100%;
  margin-top: -40px !important;
  border: 1px solid rgb(151, 151, 151);
  color: #fff;
  background: #7d7978 0% 0% no-repeat padding-box;
  border-radius: 8px;
  /* padding-top: 38px; */
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.8s ease-in-out;
}

.block-page-inquiry .content-body .block-form-content .row .input-right .dropdown .dropdown-menu.show {
  display: block;
  max-height: 300px !important;
}

.block-page-inquiry .content-body .block-form-content .row .input-right .dropdown .dropdown-menu .dropdown-item {
  color: #e2dcdc;
  margin-left: 24px;
}

.block-page-inquiry .content-body .block-form-content .row .input-right .dropdown .dropdown-menu .fa-check {
  font-weight: 900;
  /* border: 1px solid red; */
  margin: 9px 8px;
  /* padding: 0; */
}

.block-page-inquiry .content-body .block-form-content .row .input-right .dropdown .dropdown-menu .dropdown-item:focus,
.block-page-inquiry .content-body .block-form-content .row .input-right .dropdown .dropdown-menu .dropdown-item:hover {
  color: #fff;
  background: none;
}

.block-page-inquiry .content-body .block-form-content .row .input-right .dropdown .dropdown-toggle::after {
  margin-top: 10px;
  float: right;
}

.block-page-inquiry .content-body .block-form-content .row .input-right button {
  background: #F8F8F8 0% 0% no-repeat padding-box;
  border: 1px solid #DADADA;
  border-radius: 4px;
  opacity: 1;
}

.block-page-inquiry .content-body .block-form-content .row .input-right button img,
.block-page-inquiry .content-body .block-form-content .row .input-right div.form-text img {
  width: 15.63px;
  height: 15.63px;
}

.block-form-content .block-more {
  width: 255px;
  margin: 0 auto;
}

.block-form-content .block-more a {
  text-decoration: none;
  font-weight: bold;
  color: #04211A;
  font-size: 16px;
  line-height: 27px;
  display: block;
}

.block-form-content .block-more .text-alink {
  display: block;
  overflow: hidden;
  transition: all 0.5s linear 0s;
}

.block-form-content .block-more .alink-left {
  margin-bottom: 7px;
  float: left;
}

.block-form-content .block-more .alink-img-right {
  position: relative;
  float: right;
  text-align: right;
  width: 63px;
  height: 23px;
  transition: all 0.5s linear 0s;
}

.block-form-content .block-more .alink-img-right .img-right-bg {
  position: absolute;
  right: -2px;
  bottom: 0px;
  background-image: url('../img/top-page/arrow-green.svg');
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
  width: 30px;
  height: 12px;
  transition: all 0.5s;
}

.block-form-content .block-more .alink-img-right .img-right-border-b {
  background-image: url('../img/top-page/arrow-green-bottom.svg');
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
  width: 100%;
  position: absolute;
  bottom: 0;
  right: 2px;
  height: 2px;
}

.block-form-content .block-more .border-style-more {
  border-bottom: 4px solid rgb(18, 143, 116);
}

.block-form-content .block-more .text-alink:hover {
  transform: translateY(-5px);
}

.block-form-content .block-more .text-alink:hover .alink-img-right {
  width: 45px;
  transition: all 0.5s linear 0s;
}

.block-form-content .block-more .text-alink:hover .alink-img-right .img-right-bg {
  background-size: cover;
  background-position: -6px 1px;
  right: -4px;
  width: 34px;
  height: 16px;
}

/* add for 10th anniversary */
.block-content-10th {
  max-width: 900px;
  margin: auto;
  margin-top: 112px;
  margin-bottom: 113px;
}

.block-content-10th iframe {
  height: 452px;
}