@import url("bootstrap.min.css");
@import url("bootstrap-icons.css");
@import url("animate.css");
@import url("jquery-ui.css");
@import url("menu.css");
@import url("owl.carousel.min.css");
@import url("owl.theme.default.min.css");
@import url("jquery.fancybox.min.css");
@import url("fullcalendar.css");
:root {
  --font-main-color: #333;
  --blue-color: #3cadf4;
  --blue2-color: #000144;
  --white-color: #fff;
  --btn-blue-color: #3cadf4;
  --btn-blue-font: #fff;
  --bg-white: #fff;
  --font-white-black: #fff;
  --bg-before-white: rgba(255,255,255,0.93);
  --bg-mode: #eee;
  --font-black-color: #000;
  --font-black2-color: #000;
  --font-red-color: #f00;
  --grey-color: #666;
  --bg-bluelight: #f0fafe;
}

.dark-theme {
  --font-main-color: #a6b0cf;
  --blue-color: #fff;
  --blue2-color: #666;
  --white-color: #eee;
  --btn-blue-color: #fff;
  --btn-blue-font: #333;
  --bg-white: #111;
  --font-white-black: #333;
  --bg-before-white: rgba(20,24,37,0.97);
  --bg-mode: none;
  --font-black-color: #fff;
  --font-black2-color: #a6b0cf;
  --font-red-color: #fff;
  --grey-color: #a6b0cf;
  --bg-bluelight: #222737;
}

.btn-switchmode {
  display: inline-block;
  margin-left: 10px;
}

.btn-switchmode a {
  text-decoration: none;
  position: relative;
  height: 31px;
}

.btn-switchmode span {
  display: block;
  text-transform: uppercase;
  font-size: 0.6rem;
  padding-top: 2px;
  position: absolute;
}

.btn-switchmode span i {
  font-size: 1rem;
  line-height: 1.1;
}

.toggle-theme {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  padding: 2px 5px;
  border-radius: 50px;
  border: 1px solid var(--white-color);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  opacity: 0.8;
}

.toggle-theme span {
  color: #fff;
  width: 100%;
  left: 0;
  height: 25px;
  line-height: 22px;
  -webkit-transition: .5s all ease;
  transition: .5s all ease;
}

.toggle-theme span.light {
  opacity: 0;
  text-align: right;
  padding-right: 2px;
}

.toggle-theme span.dark {
  text-align: left;
  padding-left: 5px;
}

body.dark-theme {
  background-color: #222737;
}

body.dark-theme .menuleft.open {
  background-color: #222737;
}

body.dark-theme .toggle-theme span.dark {
  opacity: 0;
}

body.dark-theme .toggle-theme span.light {
  opacity: 1;
}

body.dark-theme .bg-about {
  background: rgba(20, 24, 37, 0.97);
}

body.dark-theme .bg-about::before {
  background: #141825;
}

body.dark-theme .abount-contentright {
  background-color: #32394e;
}

body.dark-theme .abount-contentright::after {
  display: none;
}

body.dark-theme .wrap_services {
  position: relative;
}

body.dark-theme .wrap_services .container {
  position: relative;
  z-index: 1;
}

body.dark-theme .wrap_services::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(20, 24, 37, 0.95);
  position: absolute;
  top: 0;
  left: 0;
}

body.dark-theme .wrap_sitemap {
  background: #222736;
}

body.dark-theme .wrap_footer {
  background: #141825;
}

body.dark-theme .topicfaqs img {
  opacity: 0.3;
}

body.dark-theme .box-whistle a::before {
  background-color: #222736;
}

body.dark-theme .link_environment a:hover {
  background: rgba(0, 0, 0, 0.5);
}

body.dark-theme .visitor-boxform {
  background-color: #32394e;
}

body.dark-theme .visitor-btn-submit button img {
  display: none;
}

body.dark-theme .wrap_cookies {
  background: rgba(20, 24, 37, 0.95);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

body.dark-theme .logo {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

body.dark-theme .logo .svg {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

body.dark-theme .logo .svg * {
  fill: #fff !important;
}

body.dark-theme .logo .svg ellipse {
  fill-opacity: 0 !important;
}

body.dark-theme .bg-bluepattern {
  position: relative;
  background-size: cover;
}

body.dark-theme .bg-bluepattern .container {
  position: relative;
  z-index: 1;
}

body.dark-theme .bg-bluepattern::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(20, 24, 37, 0.95);
  position: absolute;
  top: 0;
  left: 0;
}

body.dark-theme .item-board figure div {
  background: rgba(0, 0, 0, 0.9);
}

body.dark-theme .bg-cv::before {
  opacity: 0.05;
}

body.dark-theme .banner-curve {
  display: none;
}

body.dark-theme .wrap-ceomessage,
body.dark-theme .wrap-recruitprocess {
  background: rgba(20, 24, 37, 0.97);
}

body.dark-theme .box-awards:nth-child(even) {
  background: rgba(20, 24, 37, 0.97);
}

body.dark-theme .box-searchnews {
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}

body.dark-theme .wrap-recentnews {
  background: rgba(0, 0, 0, 0.9);
}

body.dark-theme .wrap-serviceinfo,
body.dark-theme .wrap-abilitydownload {
  background: rgba(0, 0, 0, 0.9);
  background-image: none;
}

body.dark-theme .wrap_stategic,
body.dark-theme .wrap-bgservice2,
body.dark-theme .wrap-environment,
body.dark-theme .wrap_stategic,
body.dark-theme .wrap-sustain2,
body.dark-theme .wrap-procurepage,
body.dark-theme .wrap-procure,
body.dark-theme .wrap_career,
body.dark-theme .wrap_recruit,
body.dark-theme .wrap_career-form,
body.dark-theme .wrap-allgallery,
body.dark-theme .wrap_miracle,
body.dark-theme .bg-flolahall {
  background: rgba(20, 24, 37, 0.97);
  background-image: none;
}

body.dark-theme .wrap-procure-announce {
  background: rgba(0, 0, 0, 0.9);
  background-image: none;
  margin-top: 0;
  padding-top: 70px;
}

body.dark-theme .wrap-procure-announce .box-announcement {
  background: rgba(20, 24, 37, 0.97);
}

body.dark-theme .box-procurepolicy {
  background: rgba(0, 0, 0, 0.2);
}

body.dark-theme .wrap_recruit-history span {
  color: #fff;
}

body.dark-theme .wrap-itemrecruit .content_procurelist {
  background-color: transparent;
}

body.dark-theme .carrer-btnapply .btn-default.btn-blue2 {
  background-color: #fff;
  color: #000;
}

body.dark-theme .item_procurelist.active .topicprocurelist,
body.dark-theme .service_table table thead {
  background-color: #333;
}

body.dark-theme .banner-gallery .btn-default.btn-blue {
  background-color: #3cadf4;
}

body.dark-theme .searchinput a {
  color: #333;
}

body.dark-theme .wrap-recruitprocess .item-careerprocess .num-careerprocess {
  background-color: #333;
}

* {
  font-family: 'Poppins', 'Prompt', sans-serif !important;
}

html {
  font-size: 17px;
}

html.fz_s {
  font-size: 14px;
}

html.fz_l {
  font-size: 20px;
}

body {
  font: 100% "Poppins", "Prompt", sans-serif;
  line-height: 2;
  color: var(--font-main-color);
  font-weight: 300;
}

.bi {
  line-height: 1.7;
}

.bi::before {
  display: inline-block;
  vertical-align: middle;
}

.banner-slide {
  padding: 0;
  position: relative;
}

.slick-slide, .slick-slide::before, .caption {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slick-slide::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.main-slider,
.main-slider-mb {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 8vw;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 1.2s ease;
  transition: all 1.2s ease;
}

.main-slider.slick-initialized,
.main-slider-mb.slick-initialized {
  opacity: 1;
  visibility: visible;
}

.main-slider .item,
.main-slider-mb .item {
  background-color: #000;
}

.main-slider .item.video .caption-banner,
.main-slider-mb .item.video .caption-banner {
  -webkit-transition: opacity 10s linear;
  transition: opacity 10s linear;
}

.main-slider .item.video .caption-banner.fadeout,
.main-slider-mb .item.video .caption-banner.fadeout {
  opacity: 0;
}

.slick-slide {
  position: relative;
  height: 100vh;
}

.slick-slide::before {
  background-color: #000;
  opacity: .3;
  z-index: 1;
}

.slick-slide video {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.slick-slide iframe {
  position: relative;
  pointer-events: none;
}

.slick-slide figure {
  position: relative;
  height: 100%;
}

.slick-slide .slide-image {
  opacity: 0;
  height: 100%;
  background-size: cover;
  background-position: center;
  -webkit-transition: all .8s ease;
  transition: all .8s ease;
}

.slick-slide .slide-image.show {
  opacity: 1;
}

.slick-slide .image-entity {
  width: 100%;
  opacity: 0;
  visibility: hidden;
}

.slick-slide .loading {
  position: absolute;
  top: 44%;
  left: 0;
  width: 100%;
}

.slick-slide .slide-media {
  -webkit-animation: slideOut 0.4s cubic-bezier(0.4, 0.29, 0.01, 1);
          animation: slideOut 0.4s cubic-bezier(0.4, 0.29, 0.01, 1);
}

.slick-slide.slick-active {
  z-index: 1;
}

.slick-slide.slick-active .slide-media {
  -webkit-animation: slideIn 2.4s cubic-bezier(0.4, 0.29, 0.01, 1);
          animation: slideIn 2.4s cubic-bezier(0.4, 0.29, 0.01, 1);
}

.slick-slide.slick-active .caption {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.7s cubic-bezier(0.32, 0.34, 0, 1.62) 0.6s;
  transition: all 0.7s cubic-bezier(0.32, 0.34, 0, 1.62) 0.6s;
}

.caption {
  position: absolute;
  top: 44%;
  left: 5%;
  text-align: center;
  padding: 20px;
  border: 3px solid;
  color: #fff;
  margin: 0;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: .02em;
  opacity: 0;
  z-index: 1;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
}

.slick-dots {
  text-align: center;
  padding-top: 15px;
  position: absolute;
  right: 40px;
  top: 45%;
}

.slick-dots li {
  display: block;
  vertical-align: top;
  margin: 15px 0;
  text-align: right;
  line-height: 1;
}

.slick-dots li button {
  width: 50px;
  height: 40px;
  border: 0;
  cursor: pointer;
  -webkit-box-shadow: 0 0 0 0 transparent;
          box-shadow: 0 0 0 0 transparent;
  vertical-align: middle;
  color: #fff;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  opacity: .4;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 1.25rem;
  text-align: right;
  letter-spacing: 1px;
  font-weight: 500;
  padding: 0;
}

.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover {
  opacity: 0.8;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.slick-dots li button::before {
  content: "0";
}

.slick-dots li.slick-active {
  margin-bottom: 30px;
}

.slick-dots li.slick-active button {
  opacity: 1;
  font-size: 2rem;
}

@-webkit-keyframes slideIn {
  from {
    -webkit-filter: blur(15px);
            filter: blur(15px);
  }
  to {
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}

@keyframes slideIn {
  from {
    -webkit-filter: blur(15px);
            filter: blur(15px);
  }
  to {
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}

@-webkit-keyframes slideOut {
  from {
    -webkit-filter: blur(0);
            filter: blur(0);
  }
  to {
    -webkit-filter: blur(15px);
            filter: blur(15px);
  }
}

@keyframes slideOut {
  from {
    -webkit-filter: blur(0);
            filter: blur(0);
  }
  to {
    -webkit-filter: blur(15px);
            filter: blur(15px);
  }
}

.logo {
  width: 160px;
  margin: 0 auto;
}

.logo img {
  width: 100%;
  height: auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.wrap_menu.sticky .logo {
  width: 100px;
}

.wrap_services {
  background-image: url(../images/bg-service_02.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 70px 0 100px;
  position: relative;
}

.item-services {
  padding: 1px;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.item-services a {
  display: block;
  position: relative;
  color: #fff;
}

.item-services figure {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  background: #000;
}

.item-services figure::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 120.9205%;
}

.item-services figure > img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  left: 0;
  top: 0;
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
}

.item-services figure:hover > img {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.item-services figure span {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: .75;
  z-index: 1;
}

.item-services figure span::before {
  content: "";
  position: absolute;
  left: 7px;
  bottom: 7px;
  top: 7px;
  right: 7px;
  border-right: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
  -webkit-transform: scale(0, 0);
          transform: scale(0, 0);
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
}

.item-services figure span::after {
  content: "";
  position: absolute;
  left: 7px;
  bottom: 7px;
  top: 7px;
  right: 7px;
  border-left: 1px solid #FFF;
  border-top: 1px solid #FFF;
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
  -webkit-transform: scale(0, 0);
          transform: scale(0, 0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.item-services .caption-services {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-bottom: 40px;
  padding-left: 30px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.704941)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.704941) 0%, rgba(0, 0, 0, 0) 100%);
  -webkit-transform: translate(0, 110px);
          transform: translate(0, 110px);
  -webkit-transition: 1s;
  transition: 1s;
}

.item-services .topic-services {
  font-size: 1.3rem;
  text-transform: uppercase;
  font-weight: 500;
}

.item-services .home-descservices {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 0.9rem;
  padding-right: 50px;
  opacity: 0;
  transition: 0.5s;
  height: 100px;
}

.item-services .txt-readmore {
  margin-top: 10px;
  font-size: 0.8rem;
  text-transform: uppercase;
  position: relative;
  opacity: 0.8;
}

.item-services .txt-readmore::before {
  content: "";
  width: 20px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  bottom: -2px;
  left: 0;
  -webkit-transform: translate(-20px, 0);
          transform: translate(-20px, 0);
  -webkit-transition: 1s;
  transition: 1s;
}

.item-services:hover {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
  z-index: 1;
  -webkit-box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
          box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.item-services:hover figure span::before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.item-services:hover figure span::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.item-services:hover figure img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  opacity: 0.6;
}

.item-services:hover .home-descservices {
  opacity: 1;
}

.item-services:hover .caption-services {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.item-services:hover .txt-readmore::before {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.head-topic-blue {
  color: var(--blue-color);
  font-size: 2.2rem;
  text-transform: uppercase;
  font-weight: 500;
}

.head-topic-blue span {
  color: var(--font-black-color);
}

.head-topic {
  color: #fff;
  font-size: 2.2rem;
  text-transform: uppercase;
  font-weight: 500;
}

.txt-services {
  text-transform: uppercase;
  color: var(--font-black2-color);
  font-weight: 400;
  font-size: 1.1rem;
  margin-bottom: 30px;
}

.wrap_csr {
  background-image: url(../images/bg-csr.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 0;
  color: #fff;
  background-position: center center;
}

.txt-csr1 {
  font-size: 1.4rem;
}

.txt-csr2 {
  font-size: 1.2rem;
  margin-bottom: 15px;
}

.link_environment {
  margin-top: 40px;
}

.link_environment a {
  display: inline-block;
  border: 1px solid #fff;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  text-decoration: none;
  line-height: 1.4;
  height: 82px;
  padding: 15px 35px 0;
  margin-right: 25px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  letter-spacing: 1px;
}

.link_environment a div {
  vertical-align: top;
  text-transform: uppercase;
  font-weight: 400;
  display: inline-block;
}

.link_environment a div img {
  width: 50px;
  height: auto;
  margin-right: 13px;
}

.link_environment a:hover {
  background: rgba(17, 36, 2, 0.8);
  -webkit-box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
          box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.wrap_sitemap {
  background-color: #dff4fc;
  color: var(--font-black-color);
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 0.9rem;
  padding: 10px 0;
}

.footer-social {
  text-align: right;
}

.footer-social a {
  margin-left: 7px;
  display: inline-block;
}

.footer-social a img {
  width: 25px;
  height: auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.footer-social a:first-child {
  margin-left: 20px;
}

.footer-social a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.tab_pdetail:not(:first-child) {
  display: none;
}

.recommended-wrapper {
  position: relative;
}

.slideload .tab_pdetail:not(:first-child) {
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0;
}

.topicfaqs {
  cursor: pointer;
}

.topicfaqs img {
  width: 10px;
  height: auto;
  margin-left: 3px;
}

.item_faqs.active .topicfaqs img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.menu_sitemap {
  display: none;
  padding-top: 25px;
  border-top: 1px solid #fff;
  margin-top: 15px;
}

.menu_sitemap ul {
  padding: 0;
  margin: 15px 0 30px;
}

.menu_sitemap ul li {
  list-style: none;
  position: relative;
  padding-left: 12px;
  line-height: 1.4;
  margin-bottom: 15px;
}

.menu_sitemap ul li::before {
  content: "";
  background-color: var(--blue-color);
  width: 4px;
  height: 4px;
  position: absolute;
  top: 6px;
  left: 0;
  border-radius: 50%;
}

.menu_sitemap ul li a {
  display: block;
  text-decoration: none;
  font-size: 0.8rem;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 400;
  color: var(--font-main-color);
}

.wrap_footer {
  background-color: #3cadf4;
  color: #dff4fc;
  padding: 30px 0 10px;
  font-size: 0.9rem;
}

.wrap_footer ul {
  padding: 0;
  margin: 0;
}

.wrap_footer ul li {
  list-style: none;
  width: 48%;
  display: inline-block;
  margin-bottom: 5px;
}

.wrap_footer ul li a {
  display: block;
  color: #dff4fc;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.wrap_footer ul li a:hover {
  color: #fff;
  font-style: italic;
  margin-left: 5px;
  font-weight: 500;
}

.ft_cname {
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  margin-bottom: 10px;
}

.ft-topic {
  font-size: 1.1rem;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 5px;
}

.ft-boxinfo {
  padding-right: 50px;
}

.box-cc {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  margin-top: 40px;
  padding-top: 10px;
}

.box-whistle {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  display: inline-block;
}

.box-whistle a {
  display: block;
  color: #dff4fc;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  line-height: 1.3;
  padding: 10px 40px 10px 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
}

.box-whistle a div {
  position: relative;
  z-index: 1;
}

.box-whistle a div span {
  font-weight: 500;
  color: #fff;
  font-size: 1rem;
}

.box-whistle a::before {
  content: "";
  background-color: #2696dc;
  width: 100%;
  height: 100%;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  top: 0;
  left: 0;
}

.box-whistle a:hover {
  padding-left: 10px;
  padding-right: 30px;
}

.box-whistle a:hover::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.txt-cc {
  display: block;
  font-size: 0.8rem;
  float: right;
  padding-top: 15px;
}

.box-news {
  margin-top: 60px;
}

.box-news .btn-viewall {
  float: right;
  margin-top: 20px;
}

.box-slidenews {
  margin: 20px 0 60px;
  padding: 0;
}

.box-slidenews .owl-news {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.box-slidenews .owl-news:hover .items {
  opacity: 0.7;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.box-slidenews .owl-news:hover .items:hover {
  opacity: 1;
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

.box-slidenews .owl-theme .owl-dots .owl-dot span {
  background-color: #fff;
  border: 1px solid #999;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.box-slidenews .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 30px;
}

.box-slidenews .owl-theme .owl-dots .owl-dot.active span, .box-slidenews .owl-theme .owl-dots .owl-dot:hover span {
  background-color: var(--btn-blue-color);
  border: 1px solid var(--btn-blue-color);
}

.btn-viewall {
  display: inline-block;
  color: var(--font-black-color);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.9rem;
  font-weight: 400;
  text-decoration: none;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.btn-viewall::before {
  content: "";
  background-color: var(--font-main-color);
  width: 100%;
  height: 2px;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  bottom: 0;
  left: 0;
}

.btn-viewall::after {
  content: "";
  background-color: #000;
  width: 100%;
  height: 2px;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  bottom: 0;
  left: 0;
}

.btn-viewall:hover {
  color: var(--blue-color);
}

.btn-viewall:hover::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  background-color: var(--blue-color);
}

.items-news {
  display: block;
  padding: 0 15px;
  color: var(--font-black-color);
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.items-news figure {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}

.items-news figure::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 68.125%;
}

.items-news figure > img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  left: 0;
  top: 0;
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
}

.items-news figure:hover > img {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.items-news .box-date_view {
  margin: 15px 0 25px;
}

.items-news:hover {
  color: var(--font-black-color);
}

.items-news:hover figure img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.items-news:hover .box-date_view {
  color: var(--font-main-color);
}

.topic-news {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 1.1rem;
  line-height: 1.6;
}

.twolines {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.threelines {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.box-date_view {
  color: #999;
  font-size: 0.8rem;
  font-weight: 400;
  letter-spacing: 1px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.box-date_view div {
  display: inline-block;
  margin-right: 20px;
}

.box-date_view div i {
  margin-right: 3px;
}

.bg-about {
  background-image: url(../images/bg-aboutus_02.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 80px;
}

.bg-about::before {
  content: "";
  background: rgba(0, 50, 117, 0.5);
  width: 40%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.bg-about .col-12 {
  padding: 0;
}

.box-abouthome {
  padding-right: 70px;
  text-align: right;
  color: #cce9ff;
  position: relative;
  z-index: 1;
  font-size: 1.1rem;
  line-height: 1.7;
  text-transform: uppercase;
}

.box-abouthome ul {
  padding: 0;
  margin: 0;
  border-right: 2px dotted rgba(255, 255, 255, 0.5);
}

.box-abouthome ul li {
  list-style: none;
  margin-bottom: 25px;
  position: relative;
  padding-right: 40px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.box-abouthome ul li::before {
  content: "";
  background: #abc1d6;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  right: -1px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}

.box-abouthome ul li a {
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 0.95rem;
}

.box-abouthome ul li.active::before {
  background-color: var(--blue-color);
  border: 2px solid #fff;
  width: 19px;
  height: 19px;
}

.box-abouthome ul li.active span {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.box-abouthome ul li span {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform-origin: right center;
          transform-origin: right center;
  display: block;
}

.box-abouthome ul li:hover span {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.box-abouthome ul li:hover::before {
  background-color: #3cadf4;
}

.wrap_topicabout {
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 20px;
  margin-bottom: 40px;
}

.abount-contentright {
  background: #eee;
  position: relative;
  z-index: 1;
}

.abount-contentright::after {
  content: "";
  background-image: url(../images/pattern-grey_01.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 514px;
  height: 414px;
  position: absolute;
  top: 0;
  left: 0;
}

.img-home_about {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  min-height: 100%;
}

.img-home_about::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 130%;
}

.img-home_about > img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  left: 0;
  top: 0;
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
}

.img-home_about:hover > img {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.desc-homeaabout {
  vertical-align: top;
  padding: 70px;
  position: relative;
  z-index: 1;
  color: var(--font-main-color);
  min-height: 600px;
}

.desc-homeaabout .btn-default {
  margin-top: 20px;
}

.btn-default {
  width: 175px;
  height: 45px;
  text-align: center;
  border-radius: 50px;
  text-decoration: none;
  line-height: 45px;
  text-transform: uppercase;
  display: inline-block;
  font-size: 0.9rem;
  font-weight: 400;
  letter-spacing: 1px;
  border: 0;
}

.btn-default.btn-blue {
  background: var(--btn-blue-color);
  color: var(--btn-blue-font);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.btn-default.btn-blue:hover {
  background: #1b1464;
  color: #fff;
}

.btn-default.btn-blue2 {
  background: #000144;
  color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.btn-default.btn-blue2:hover {
  background: #1b1464;
  color: #fff;
}

.btn-default.btn-grey {
  background: #e8e8e8;
  color: #161149;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.btn-default.btn-grey:hover {
  background: #1b1464;
  color: #fff;
}

.btn-default.btn-grey2 {
  background: #9b9b9b;
  color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.btn-default.btn-grey2:hover {
  background: #1b1464;
  color: #fff;
}

.btn-default.btn-border {
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border: 1px solid #fff;
}

.btn-default.btn-border:hover {
  background: #1b1464;
  color: #fff;
}

.ab-topicmain {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1.1rem;
  margin-bottom: 15px;
  color: var(--font-black-color);
}

.ab-topic {
  color: var(--blue-color);
  font-size: 1.9rem;
  font-weight: 500;
}

.ab-boxspace {
  margin-bottom: 30px;
}

.ab-list div {
  position: relative;
  padding-left: 20px;
}

.ab-list div:before {
  content: "";
  background: var(--blue-color);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  position: absolute;
  top: 15px;
  left: 3px;
}

.link-menutop {
  color: #fff;
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
}

.link-menutop a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  margin: 0 10px;
}

.topbar_select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.topbar_lang {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  height: 38px;
  overflow: hidden;
}

.topbar_lang a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  font-size: 0.8rem;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 0 15px;
  line-height: 38px;
  background: rgba(0, 0, 0, 0.2);
}

.topbar_lang a.active {
  background: rgba(255, 255, 255, 0.2);
}

.wrap_menu.sticky .topbar_lang {
  border: 1px solid #eee;
}

.wrap_menu.sticky .topbar_lang a {
  background: #f5f5f5;
  color: #666;
  padding: 0 13px;
}

.wrap_menu.sticky .topbar_lang a.active {
  background: var(--btn-blue-color);
  color: var(--font-white-black);
}

.wrap_menu.sticky .link-menutop {
  color: var(--font-main-color);
}

.wrap_menu.sticky .link-menutop a {
  color: var(--font-main-color);
}

.wrap_menu.sticky .toggle-theme {
  background: var(--bg-mode);
  border: 1px solid #999;
}

.wrap_menu.sticky .toggle-theme span {
  color: var(--font-main-color);
}

.wrap_menu.sticky .choose-size button {
  color: var(--font-black2-color);
}

.wrap_menu:hover .topbar_lang {
  border: 1px solid #eee;
}

.wrap_menu:hover .topbar_lang a {
  background: #f5f5f5;
  color: #666;
}

.wrap_menu:hover .topbar_lang a.active {
  background: var(--btn-blue-color);
  color: var(--font-white-black);
}

.wrap_menu:hover .btn_search {
  background: #f5f5f5;
  color: #666;
}

.wrap_menu:hover .link-menutop {
  color: var(--font-main-color);
}

.wrap_menu:hover .link-menutop a {
  color: var(--font-main-color);
}

.wrap_menu:hover .topbar_info {
  color: #666;
}

.wrap_menu:hover .toggle-theme {
  background: var(--bg-mode);
  border: 1px solid #999;
}

.wrap_menu:hover .toggle-theme span {
  color: var(--font-main-color);
}

.wrap_menu:hover .choose-size button {
  color: var(--font-black2-color);
}

.topbar_search {
  margin: 0 20px;
}

.searchbox {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 13;
  background-color: var(--bg-white);
  display: none;
  padding: 25px;
  -webkit-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
          box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.btn_search {
  color: #fff;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: block;
  background: rgba(255, 255, 255, 0.2);
  width: 38px;
  height: 38px;
  border-radius: 50%;
  text-align: center;
  font-size: 0.9rem;
  padding-top: 5px;
}

.btn_search:hover {
  background: var(--btn-blue-color);
  color: var(--btn-blue-font);
}

.wrap_menu.sticky .btn_search {
  background: #f5f5f5;
  color: #666;
}

.btn_close_search {
  background-color: #666;
  width: 36px;
  text-align: center;
  border: 0;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  height: 36px;
  border-radius: 50%;
  position: relative;
}

.btn_close_search i {
  display: inline-block;
  font-size: 1.3rem;
  vertical-align: top;
  line-height: 1.5;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.form_search {
  width: calc(100% - 45px);
  display: inline-block;
  vertical-align: top;
}

.searchinput input {
  border-radius: 0;
  display: inline-block;
  width: calc(100% - 50px);
  margin-right: 10px;
  font-size: 0.8rem;
}

.searchinput a {
  color: var(--white-color);
}

.btnsearch {
  background-color: var(--btn-blue-color);
  width: 36px;
  text-align: center;
  border: 0;
  color: var(--font-white-black);
  display: inline-block;
  vertical-align: middle;
  height: 36px;
  border-radius: 50%;
  font-size: 0.9rem;
  position: relative;
}

.btnsearch i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.item-about {
  padding: 0 calc(var(--bs-gutter-x) * .5);
}

.item-about:not(:first-child) {
  display: none;
}

.desc-abouttab {
  position: relative;
}

.ab-nav {
  position: absolute;
  top: 30px;
  right: 35%;
  z-index: 2;
}

.ab-nav button {
  background: none;
  border: 0;
  padding: 0 3px;
  color: var(--font-black-color);
  font-size: 1.7rem;
}

.ab-nav button i {
  opacity: 0.3;
}

.ab-nav button img {
  width: 35px;
  height: auto;
  opacity: 0.3;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.ab-nav button.prev img {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.ab-nav button:hover img {
  opacity: 0.6;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.ab-nav button:hover.prev img {
  -webkit-transform: rotate(-180deg) scale(1.05);
          transform: rotate(-180deg) scale(1.05);
}

.caption-banner {
  position: absolute;
  z-index: 9;
  color: #fff;
  width: 40%;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -45%);
          transform: translate(-50%, -45%);
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
}

.caption-banner div {
  margin-bottom: 20px;
}

.desktop-overlay {
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  z-index: 12;
}

.topbar_info {
  color: #fff;
  font-size: 0.8rem;
  letter-spacing: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.topbar_info div {
  display: inline-block;
  margin-right: 25px;
}

.topbar_info div i {
  margin-right: 3px;
}

.wrap_menu.sticky .topbar_info {
  color: #666;
}

.topbar_space {
  margin-bottom: 10px;
}

.banner-itemlink {
  position: absolute;
  z-index: 9;
  left: 5%;
  right: 5%;
  bottom: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 20px 5px;
}

.banner-boxlink a {
  display: inline-block;
  border: 1px solid #fff;
  background: rgba(0, 0, 0, 0.3);
  color: var(--white-color);
  text-transform: uppercase;
  font-size: 0.8rem;
  letter-spacing: 0;
  font-weight: 400;
  padding: 0 30px;
  height: 40px;
  line-height: 40px;
  text-decoration: none;
  border-radius: 50px;
  margin-right: 15px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  overflow: hidden;
}

.banner-boxlink a i {
  vertical-align: top;
  font-size: 0.85rem;
  display: inline-block;
  margin: 6px 4px 0 0;
}

.banner-boxlink a::before {
  content: "";
  background-color: var(--blue-color);
  width: 100%;
  height: 100%;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  top: 0;
  left: 0;
}

.banner-boxlink a:hover {
  color: var(--btn-blue-font);
}

.banner-boxlink a:hover::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.banner-boxlink a div {
  position: relative;
  z-index: 1;
}

.banner-boxlink a:last-child {
  margin-right: 0;
}

.banner-telinfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.7;
}

.banner-telinfo span {
  display: block;
  opacity: 0.4;
  font-size: 0.8rem;
  font-weight: 400;
}

.banner-telinfo div {
  padding: 0 40px;
}

.banner-telinfo div:last-child {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  padding-right: 0;
}

.topic-sitemap {
  color: var(--font-black-color);
  font-size: 0.8rem;
  text-transform: uppercase;
}

.wrap_cookies {
  background-color: #161149;
  color: #fff;
  padding: 10px 30px;
  font-size: 0.8rem;
  position: fixed;
  bottom: 0;
  z-index: 12;
}

.wrap_cookies .btn-default {
  width: 120px;
  font-size: 0.8rem;
  height: 37px;
  line-height: 37px;
  margin: 17px 3px 0;
}

.wrap_cookies .box-btncookie {
  text-align: center;
  margin-top: 30px;
}

.wrap_cookies span {
  font-size: 0.9rem;
}

.wrap_cookies a {
  display: inline-block;
  color: var(--blue-color);
}

.wrap_hilightupdate {
  background-image: url(../images/bg-hilight_01.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 60px 0 80px;
  text-align: center;
  position: relative;
}

.wrap_hilightupdate::before {
  content: "";
  width: 100%;
  height: 100%;
  background: var(--bg-before-white);
  position: absolute;
  top: 0;
  left: 0;
}

.wrap_hilightupdate a {
  display: block;
  text-align: center;
}

.wrap_hilightupdate a img {
  width: auto;
  max-width: 100%;
  margin-top: 15px;
}

.wrap_hilightupdate img {
  width: auto;
  max-width: 100%;
  margin-top: 15px;
}

.wrap_hilightupdate .container {
  z-index: 1;
  position: relative;
}

.banner-visitor .slide-image img {
  opacity: 0.7;
}

.wrap_banner {
  padding: 0;
  position: relative;
}

.caption_banner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 9;
  width: 800px;
  max-width: 90%;
  color: #fff;
  -webkit-transition: 2.5s;
  transition: 2.5s;
  text-align: center;
}

.caption_banner h1 {
  font-size: 2.3rem;
  font-weight: 500;
}

.caption_banner p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 40px;
  font-size: 1rem;
}

.owl-carousel.owl-bannerslide {
  background-color: #000;
}

.owl-carousel.owl-bannerslide .owl-item {
  overflow: hidden;
}

.owl-carousel.owl-bannerslide .owl-item img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
  -webkit-transition: 2.5s all ease;
  transition: 2.5s all ease;
  height: 100vh;
  opacity: 0.8;
}

.owl-carousel.owl-bannerslide .owl-item.active img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 5s all ease;
  transition: 5s all ease;
}

.owl-carousel.owl-bannerslide .owl-dots {
  position: absolute;
  bottom: 15px;
  text-align: center;
  width: 100%;
}

.owl-carousel.owl-bannerslide .owl-dots .owl-dot span {
  border: 1px solid #fff;
  background: none;
  width: 8px;
  height: 8px;
  margin: 10px;
}

.owl-carousel.owl-bannerslide .owl-dots .owl-dot.active span, .owl-carousel.owl-bannerslide .owl-dots .owl-dot:hover span {
  border: 1px solid #fff;
  background: #fff;
}

.owl-carousel.owl-visitor .owl-item {
  overflow: hidden;
  background-color: #000;
}

.owl-carousel.owl-visitor .owl-item img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
  -webkit-transition: 2.5s all ease;
  transition: 2.5s all ease;
  opacity: 0.7;
}

.owl-carousel.owl-visitor .owl-item.active img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 5s all ease;
  transition: 5s all ease;
}

.banner-btn a {
  display: inline-block;
}

.banner-btn a.btn-default {
  font-weight: 300;
  letter-spacing: 0;
}

.banner-btn a.btn-default.btn-border {
  width: auto;
  padding-left: 30px;
  padding-right: 30px;
  margin: 0 10px;
}

.banner-btn a.btn-default.btn-border i {
  margin-right: 3px;
}

.banner-btn a.btn-default.btn-border:hover {
  border: 1px solid #1b1464;
}

.banner-btn a.btn-default.btn-blue {
  border: 1px solid var(--btn-blue-color);
}

.banner-btn a.btn-default.btn-blue:hover {
  border: 1px solid #1b1464;
}

.banner-btn a:last-child {
  display: block;
  color: var(--white-color);
  margin-top: 30px;
}

.wrap_frm-visitor {
  position: relative;
  z-index: 9;
  width: 1150px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: -350px;
}

.calendar-visitor {
  margin: 40px 0 20px;
}

.calendar-visitor a {
  text-decoration: none;
  color: var(--font-black-color);
}

.calendar-visitor a.fc-col-header-cell-cushion {
  font-weight: 400;
  font-size: 1rem;
}

.calendar-visitor .fc-button-primary {
  background: none;
  color: var(--font-black-color);
  border: 0;
}

.calendar-visitor .fc-button-primary:hover, .calendar-visitor .fc-button-primary:focus, .calendar-visitor .fc-button-primary:active {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background: none !important;
  color: var(--font-black-color);
  background-color: transparent !important;
}

.calendar-visitor .fc-daygrid-day-number {
  padding: 5px 10px;
  font-size: 0.9rem;
}

.calendar-visitor .fc-bg-event {
  opacity: 0.6;
}

.calendar-visitor .fc-day-past .fc-daygrid-day-number {
  opacity: 0.2;
}

.bg-visitor {
  background-image: url(../images/bg-hilight_01.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  position: relative;
}

.bg-visitor::before {
  content: "";
  width: 100%;
  height: 100%;
  background: var(--bg-before-white);
  position: absolute;
  top: 0;
  left: 0;
}

.bg-visitor .container {
  z-index: 1;
  position: relative;
}

.banner_visitor {
  position: relative;
  height:320px;
}

.banner_visitor figure {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}

.banner_visitor figure::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 56.25%;
}

.banner_visitor figure > img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  left: 0;
  top: 0;
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
}

.banner_visitor figure:hover > img {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.visitor-boxform {
  background: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) -4px 9px 25px -6px;
          box-shadow: rgba(0, 0, 0, 0.1) -4px 9px 25px -6px;
  padding: 50px 70px 70px;
  color: var(--font-main-color);
  margin-bottom: 70px;
}

.visitor-boxform .head-topic-blue {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.5;
}

.visitor-boxform .row {
  margin: 0 -20px;
}

.visitor-boxform .row .col-12 {
  padding: 0 20px;
}

.topic-visitor {
  text-align: center;
  color: #fff;
}

.topic-visitor h1 {
  font-size: 2rem;
  margin-bottom: 10px;
}

.visitor-info {
  margin: 5px 0 25px;
}

.visitor-info div {
  display: inline-block;
  font-size: 0.9rem;
  margin: 0 15px;
}

.frm-form {
  margin-top: 30px;
}

.frm-form label {
  color: var(--font-black-color);
}

.frm-form label span {
  color: var(--font-red-color);
}

.frm-form .form-control, .frm-form .form-select {
  font-size: 0.9rem;
  font-weight: 300;
  color: var(--font-main-color);
}

.frm-form .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3), .frm-form .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.frm-form .input-group-addon {
  padding-left: 12px;
  vertical-align: middle;
  color: #999;
  padding-top: 5px;
}

.topic-visitor1 {
  font-size: 1.2rem;
  color: var(--font-black-color);
  line-height: 1;
  font-weight: 400;
  margin-top: 60px;
}

.visitor-btn-submit {
  margin-top: 40px;
  text-align: center;
}

.visitor-btn-submit button {
  display: inline-block;
  margin: 0 5px;
}

.visitor-btn-submit button img {
  width: 20px;
  height: auto;
  margin-right: 3px;
}

.link-contact {
  display: block;
  position: relative;
  color: #fff;
  text-decoration: none;
  text-align: center;
}

.link-contact figure {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  background: #020217;
}

.link-contact figure::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 51.21951%;
}

.link-contact figure > img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  left: 0;
  top: 0;
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
}

.link-contact figure:hover > img {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.link-contact figure img {
  opacity: 0.8;
}

.link-contact .caption-contact {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -22%);
          transform: translate(0, -22%);
  -webkit-transition: 1s;
  transition: 1s;
  width: 100%;
  padding: 40px;
  text-align: center;
}

.link-contact .visitor-desc {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 0.9rem;
  opacity: 0;
  transition: 0.5s;
}

.link-contact .topic-linkcontact {
  font-size: 1.4rem;
  font-weight: 400;
}

.link-contact .btn-link-contact {
  text-transform: uppercase;
  margin-top: 15px;
  position: relative;
}

.link-contact .btn-link-contact::before {
  content: "";
  background: #fff;
  width: 25px;
  height: 2px;
  position: absolute;
  bottom: -5px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.link-contact:hover {
  color: #fff;
}

.link-contact:hover .visitor-desc {
  opacity: 1;
}

.link-contact:hover .caption-contact {
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.link-contact:hover figure img {
  opacity: 0.3;
}

.choose-size {
  display: inline-block;
}

.choose-size span {
  padding-right: 15px;
  opacity: 0.8;
}

.choose-size button {
  border: 0;
  background: none;
  color: var(--white-color);
  line-height: 0.75;
}

.choose-size button.fontsize_s {
  font-size: 14px;
}

.choose-size button.fontsize_m {
  font-size: 17px;
}

.choose-size button.fontsize_l {
  font-size: 20px;
}

.wrap_open_category {
  position: fixed;
  top: 0px;
  right: 0;
  width: 800px;
  max-width: 100%;
  background-color: var(--btn-blue-font);
  height: 100%;
  z-index: 9999;
  display: none;
}

.mm_overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  z-index: 101;
}

.btn_close_category {
  text-align: right;
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 30px;
  z-index: 9;
  font-size: 2rem;
}

.desc_contentopen {
  padding: 70px 60px 60px;
  color: var(--font-main-color);
  height: 100vh;
  overflow-y: scroll;
}

.desc_contentopen ::-webkit-scrollbar {
  width: 10px;
}

.desc_contentopen ::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.desc_contentopen ::-webkit-scrollbar-thumb {
  background: #888;
}

.desc_contentopen ::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.desc_contentopen ul {
  padding: 0;
  margin: 0;
}

.desc_contentopen ul li {
  list-style: none;
  position: relative;
  padding-left: 20px;
  margin-bottom: 15px;
}

.desc_contentopen ul li::before {
  content: "";
  background: var(--blue-color);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  position: absolute;
  top: 15px;
  left: 2px;
}

.desc_contentopen ul li span {
  font-weight: 500;
}

.desc_contentopen .btn-default {
  width: auto;
  padding-left: 15px;
  padding-right: 15px;
  letter-spacing: 0;
  display: block;
  text-align: center;
  font-size: 1.1rem;
}

.topic-opennote {
  font-size: 1.5rem;
  color: var(--blue-color);
  margin-bottom: 15px;
  font-weight: 400;
}

.topic-opennote2 {
  font-size: 1.2rem;
  color: var(--blue-color);
  margin-top: 30px;
  font-weight: 400;
}

.topic-opennote3 {
  font-size: 1.1rem;
  color: var(--font-black-color);
  margin-top: 10px;
  font-weight: 400;
}

.bg-notice {
  background: var(--bg-mode);
  padding: 20px 30px;
  margin: 5px 0 40px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.bg-notice div {
  margin-bottom: 10px;
}

.bg-notice div div {
  margin-left: 30px;
  margin-top: 5px;
}

.box-news2 {
  padding-bottom: 90px;
  position: relative;
}

.box-news2 .head-topic-blue {
  text-align: center;
  margin-bottom: 30px;
}

.box-news2 .itemnews-update {
  margin: 0 100px 60px;
  line-height: 1.8;
}

.box-news2 .itemnews-update a {
  display: block;
  color: var(--grey-color);
  text-decoration: none;
}

.box-news2 .itemnews-update a figure {
  position: relative;
  overflow: hidden;
  margin-right: 40px;
  margin-bottom: 0;
}

.box-news2 .itemnews-update a figure::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 63.47826%;
}

.box-news2 .itemnews-update a figure > img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  left: 0;
  top: 0;
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
}

.box-news2 .itemnews-update a figure:hover > img {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.box-news2 .itemnews-update a:hover figure img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.box-news2 .itemnews-update a.photo-news2 {
  position: relative;
}

.box-news2 .itemnews-update a.photo-news2::before {
  content: "";
  border: 1px solid var(--grey-color);
  width: 90%;
  height: 95%;
  position: absolute;
  top: -8px;
  left: -8px;
  z-index: -1;
  opacity: 0.1;
}

.box-news2 .itemnews-update:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  text-align: right;
}

.box-news2 .itemnews-update:nth-child(even) a figure {
  margin-right: 0;
  margin-left: 40px;
}

.box-news2 .itemnews-update:nth-child(even) a.photo-news2::before {
  left: auto;
  right: -8px;
}

.box-news2 .itemnews-update:nth-child(even) .box-date_view div {
  margin-right: 0;
  margin-left: 20px;
}

.box-news2 .itemnews-update:nth-child(even) .txt-readmore::before {
  right: 0;
  left: auto;
}

.box-news2 .itemnews-update .topic-news {
  color: var(--blue-color);
  font-size: 0.95rem;
}

.box-news2 .itemnews-update .topic-newstitle {
  color: var(--font-black-color);
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
  margin: 15px 0 18px;
}

.box-news2 .itemnews-update .box-date_view {
  margin-bottom: 15px;
}

.box-news2 .itemnews-update .txt-readmore {
  position: relative;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 0.8rem;
  margin-top: 20px;
  color: var(--font-black-color);
}

.box-news2 .itemnews-update .txt-readmore::before {
  content: "";
  background: var(--font-black-color);
  width: 25px;
  height: 1px;
  position: absolute;
  bottom: -5px;
  left: 0;
}

.box-news2 .itemnews-update:hover figure img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.box-news2 .txtnews-left {
  position: absolute;
  top: 45%;
  left: -50px;
  -webkit-transform: translate(0, -50%) rotate(-90deg);
          transform: translate(0, -50%) rotate(-90deg);
  text-transform: uppercase;
  color: var(--font-main-color);
  letter-spacing: 3px;
  font-size: 0.9rem;
}

.visitor-photoinfo figure {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  background: #000;
}

.visitor-photoinfo figure::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 22.5%;
}

.visitor-photoinfo figure > img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  left: 0;
  top: 0;
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
}

.visitor-photoinfo figure:hover > img {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.visitor-photoinfo figure img {
  opacity: 0.8;
  -o-object-position: top right;
     object-position: top right;
}

.visitor-photoinfo figure .caption-bannervisitor {
  position: absolute;
  top: 50%;
  right: 10%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 500px;
  max-width: 100%;
  text-align: center;
  color: var(--white-color);
  font-size: 1.2rem;
}

.visitor-photoinfo figure .caption-bannervisitor .visitor-info div {
  display: inline-block;
  font-size: 1.05rem;
}

.visitor-photoinfo figure .caption-bannervisitor .topic-visitor-info {
  font-size: 1.8rem;
}

.wrap_boxnews3 {
  overflow: hidden;
}

.box-news3 .itemnews-update {
  margin: 0;
}

.box-news3 .itemnews-update:last-child {
  -webkit-box-orient: inherit;
  -webkit-box-direction: inherit;
      -ms-flex-direction: inherit;
          flex-direction: inherit;
  text-align: left;
}

.box-news3 .itemnews-update:last-child .txt-readmore::before {
  right: auto;
  left: 0;
}

.box-news3 .itemnews-update:last-child a figure {
  margin-right: 40px;
}

.box-news3 .itemnews-update:last-child .box-date_view div {
  margin-left: 0;
  margin-right: 20px;
}

.box-news3 .itemnews-update a figure {
  position: relative;
  overflow: hidden;
}

.box-news3 .itemnews-update a figure::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 82.4%;
}

.box-news3 .itemnews-update a figure > img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  left: 0;
  top: 0;
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
}

.box-news3 .itemnews-update a figure:hover > img {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.box-news3 .itemnews-update .topic-news {
  font-size: 1.1rem;
}

.box-news3 .itemnews-update .topic-newstitle {
  font-size: 1.6rem;
}

.box-news3 .box-slidenews {
  margin-bottom: 50px;
  padding: 0 80px;
}

.box-news3 .box-slidenews .owl-theme .owl-nav.disabled + .owl-dots {
  width: 10px;
  position: absolute;
  top: 50%;
  left: -15px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  margin-top: 0;
}

.box-news3 .box-slidenews .owl-theme .owl-dots .owl-dot span {
  width: 7px;
  height: 7px;
  margin: 10px 0;
}

.box-news3 .box-slidenews .owl-theme .owl-dots .owl-dot.active span, .box-news3 .box-slidenews .owl-theme .owl-dots .owl-dot:hover span {
  background-color: var(--grey-color);
  border: 1px solid var(--grey-color);
  opacity: 0.4;
}

.box-news3 .box-slidenews .owl-stage-outer {
  overflow: visible;
}

.box-news3 .box-slidenews .owl-item {
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.box-news3 .box-slidenews .owl-item.active {
  opacity: 1;
}

.box-news3 .box-slidenews .owl-item.active + .owl-item {
  opacity: 0.2;
}

.box-news3 .head-topic-blue {
  display: none;
}

.news-txtupdates {
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
  color: var(--font-black-color);
  margin-bottom: 35px;
  font-weight: 400;
}

.news-txtupdates::before {
  content: "";
  opacity: 0.3;
  width: 30px;
  height: 3px;
  position: absolute;
  bottom: -10px;
  left: 0;
  background-color: var(--grey-color);
}

.itemsnews4 {
  color: var(--font-main-color);
  text-decoration: none;
}

.itemsnews4:hover {
  color: var(--font-main-color);
}

.itemsnews4:hover figure img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.itemsnews4 .txt-readmore {
  position: relative;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 0.8rem;
  margin-top: 20px;
  color: var(--font-black-color);
}

.itemsnews4 .txt-readmore::before {
  content: "";
  background: var(--font-black-color);
  width: 25px;
  height: 1px;
  position: absolute;
  bottom: -5px;
  left: 0;
}

.itemsnews4 figure {
  position: relative;
  overflow: hidden;
}

.itemsnews4 figure::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 75%;
}

.itemsnews4 figure > img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  left: 0;
  top: 0;
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
}

.itemsnews4 figure:hover > img {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.itemsnews4 .topic-newstitle {
  margin: 30px 0 10px;
}

.itemsnews4 .box-date_view {
  margin-bottom: 10px;
}

.topic-newstitle {
  color: var(--font-black-color);
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
}

.box-news4 {
  margin-bottom: 100px;
}

.box-news4 .head-topic-blue {
  margin-bottom: 30px;
}

.news-thump a {
  padding-left: 30px;
  display: block;
  margin-bottom: 30px;
}

.news-thump a figure {
  display: inline-block;
  width: 200px;
}

.news-thump a figcaption {
  display: inline-block;
  width: calc(100% - 205px);
  padding-left: 30px;
  vertical-align: top;
  font-size: 0.9rem;
  line-height: 1.8;
}

.news-thump .itemsnews4 .topic-newstitle {
  font-size: 1.1rem;
  margin-top: 0;
}

.wrap_banner-inside {
  padding: 0;
  position: relative;
}

.wrap_banner-inside figure {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}

.wrap_banner-inside figure::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 31.25%;
}

.wrap_banner-inside figure > img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  left: 0;
  top: 0;
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
}

.wrap_banner-inside figure:hover > img {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.banner-curve {
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  z-index: 1;
}

.banner-curve img {
  width: 100%;
}

.caption-inside {
  position: absolute;
  color: var(--white-color);
  text-align: center;
  text-transform: uppercase;
  bottom: 120px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 1000px;
  max-width: 100%;
  z-index: 3;
}

.caption-inside h1 {
  font-size: 2rem;
  margin-bottom: 15px;
  letter-spacing: 1px;
}

.caption-inside h2 {
  font-size: 1.5rem;
  font-weight: normal;
}

.bg-bluepattern {
  background-image: url(../images/bg-company_02.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.wrap_board {
  padding: 70px 0;
}

.wrap_board .topic-inside {
  margin-bottom: 40px;
}

.topic-inside {
  color: var(--font-black-color);
  font-weight: 400;
}

.topic-inside2 {
  color: var(--font-black-color);
  font-weight: 400;
  font-size: 1.2rem;
}

.item-board {
  display: block;
  text-align: center;
  text-decoration: none;
  margin-bottom: 70px;
  padding: 0 15px;
  position: relative;
  cursor:default;
}

.item-board figure {
  position: relative;
  overflow: hidden;
  margin: 0 50px 20px;
  background-color: #000;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border: 1px solid #eee;
}

.item-board figure::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 123.07692%;
}

.item-board figure > img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  left: 0;
  top: 0;
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
}

.item-board figure:hover > img {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.item-board figure div {
  -webkit-transform: translate(0, 110px);
          transform: translate(0, 110px);
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: 1s;
  transition: 1s;
  background: rgba(60, 173, 244, 0.9);
  color: var(--white-color);
  text-align: center;
  width: 100%;
  padding: 9px 10px 18px;
  font-size: 0.9rem;
}

.item-board figure div i {
  padding-right: 5px;
}

.item-board figure span {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: .75;
  z-index: 1;
}

.item-board figure span::before {
  content: "";
  position: absolute;
  left: 7px;
  bottom: 7px;
  top: 7px;
  right: 7px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
  -webkit-transform: scale(0, 0);
          transform: scale(0, 0);
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
}

.item-board figure span::after {
  content: "";
  position: absolute;
  left: 7px;
  bottom: 7px;
  top: 7px;
  right: 7px;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
  -webkit-transform: scale(0, 0);
          transform: scale(0, 0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.item-board:hover figure {
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
          box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.item-board:hover figure div {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.item-board:hover figure span::before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.item-board:hover figure span::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.board-name {
  color: var(--font-black-color);
  font-weight: 400;
  font-size: 1.1rem;
  line-height: 1.8;
  margin-bottom: 7px;
}

.board-positions {
  color: var(--blue-color);
  line-height: 1.7;
}

.board-ceo .board-name {
  font-size: 1.4rem;
  margin-bottom: 0;
}

.board-ceo .board-positions {
  font-size: 1.1rem;
}

.box-boardlist {
  padding: 0 30px;
}

.box-boardlist .item-board figure {
  margin: 0 70px 20px;
}

.box-boardlist .item-board figure div {
  padding: 5px 10px 14px;
}

.bg-cv {
  position: relative;
  padding: 100px 0;
}

.bg-cv::before {
  content: "";
  background-image: url(../images/bg-cv_02.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top right;
  position: absolute;
  top: 0;
  right: 0;
  width: 50vw;
  height: 100%;
}

.bg-cv div {
  position: relative;
  z-index: 1;
  text-align: right;
  padding-right: 70px;
}

.bg-cv div img {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}

.photo-md-desktop {
  display: block;
}

.photo-md-mb {
  display: none;
}

.desc-cv {
  padding: 90px 0 70px 70px;
  color: var(--grey-color);
  line-height: 2;
}

.desc-cv .board-name {
  font-size: 2rem;
  line-height: 1.5;
}

.desc-cv .board-positions {
  font-size: 1.3rem;
  margin-bottom: 15px;
}

.desc-cv div span {
  color: var(--font-black2-color);
  padding-right: 5px;
}

.line-cv {
  width: 38px;
  height: 3px;
  background-color: #dedede;
  margin: 30px 0;
}

.wrap_list-cv {
  margin-bottom: 30px;
}

.wrap_list-cv ul {
  padding: 0;
  margin: 0;
}

.wrap_list-cv ul li {
  list-style: none;
  position: relative;
  margin-bottom: 7px;
  padding-left: 17px;
}

.wrap_list-cv ul li::before {
  content: "";
  background-color: var(--grey-color);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  position: absolute;
  top: 14px;
  left: 0;
  opacity: 0.4;
}

.wrap_list-cv p span {
  color: var(--font-black-color);
  font-weight: 400;
}

.topic-cv {
  color: var(--blue-color);
  font-size: 1.2rem;
  margin-bottom: 8px;
  line-height: 1.6;
}

.about-photo-dk {
  display: block;
}

.about-photo-mb {
  display: none;
}

.mainmenu.menuleft ul li .topbar_info {
  display: none;
}

.menuleft ul li .topbar_info span {
  float: none;
}

body.mm_opened {
  position: fixed;
}

.btn-close-cookie {
  position: absolute;
  color: var(--white-color);
  top: 0px;
  right: 20px;
  border: 0;
  background: none;
  font-size: 1.5rem;
}

.txt-lowercase {
  text-transform: none;
}

.wrap_organization {
  background-image: url(../images/bg-organization_02.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.wrap_organization .photo-organization {
  margin-bottom: 50px;
}

.wrap_organization .photo-organization img {
  width: 100%;
  height: auto;
}

.wrap-content {
  padding: 70px 0;
}

.wrap-content .topic-inside {
  margin-bottom: 40px;
}

.wrap-descmodel {
  padding: 70px 0 90px;
  background-image: url(../images/businessmodel_02.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  color: var(--grey-color);
}

.wrap-descmodel .topic-inside {
  margin-bottom: 20px;
}

.wrap-descmodel .topic-model1 {
  color: var(--blue-color);
  font-size: 1.3rem;
  text-transform: uppercase;
  font-weight: 400;
  margin-top: 40px;
}

.wrap-descmodel .topic-model2 {
  color: var(--font-black-color);
  font-weight: 400;
  text-transform: uppercase;
  font-size: 1rem;
  margin-bottom: 0;
}

.wrap-descmodel .photo-model {
  padding: 20px 50px 0;
}

.wrap-descmodel .photo-model img {
  width: 100%;
}

.wrap-descmodel2 {
  background-image: url(../images/photo-businessmodel_06.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 80px 0 60px;
  color: var(--white-color);
  background-position: top right;
}

.wrap-descmodel2 figure {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.wrap-descmodel2 figure::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 131.25%;
}

.wrap-descmodel2 figure > img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  left: 0;
  top: 0;
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
}

.wrap-descmodel2 figure:hover > img {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.topic-model2 {
  font-size: 1.6rem;
  line-height: 1.6;
  margin-bottom: 20px;
}

.topic-model2 span {
  display: block;
  color: var(--blue-color);
}

.wrap-table-business {
  padding-left: 90px;
}

.bgtable-white {
  background: rgba(255, 255, 255, 0.2);
  width: 100%;
  padding: 10px 5px;
  font-size: 1.05rem;
}

.model-tb-right {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 0.9rem;
  padding: 15px 0;
}

.model-tb-right:first-child, .model-tb-right:last-child {
  border-bottom: 0;
}

.model-tb-right .row {
  text-align: center;
}

.model-tb-right .row .col-3 {
  padding: 0 7px;
}

.tb-topic-model {
  font-size: 1.05rem;
}

.wrap_vision {
  padding: 70px 0;
  background-image: url(../images/bg-vision_02.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom center;
  color: var(--grey-color);
}

.wrap_vision img {
  width: 100%;
}

.wrap_vision .topic_vision {
  color: var(--blue-color);
}

.box_vision-right {
  position: relative;
  margin-top: 50px;
  line-height: 2;
  text-align: right;
  padding-right: 70px;
  z-index: 1;
}

.box_vision-right .topic_vision {
  position: relative;
}

.box_vision-right .topic_vision::before {
  content: "";
  background-color: #babcc4;
  width: 120px;
  height: 1px;
  position: absolute;
  top: 28px;
  left: 105%;
}

.box_vision-left {
  position: relative;
  margin-top: 70px;
  line-height: 2;
  text-align: left;
  padding-left: 40px;
}

.box_vision-left .topic_vision {
  position: relative;
}

.box_vision-left .topic_vision::before {
  content: "";
  background-color: #babcc4;
  width: 100px;
  height: 1px;
  position: absolute;
  top: 28px;
  right: 105%;
}

.box_vision-left ul {
  padding: 0;
  margin: 0;
}

.box_vision-left ul li {
  list-style: none;
  position: relative;
  padding-left: 13px;
}

.box_vision-left ul li::before {
  content: "";
  background-color: var(--blue-color);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  position: absolute;
  top: 15px;
  left: 0;
}

.box_vision-left ul li span {
  color: var(--font-black-color);
  font-weight: 400;
}

.wrap_vision-left {
  position: relative;
}

.wrap_vision-left figure {
  position: absolute;
  top: -25%;
  left: calc(var(--bs-gutter-x)/ 2);
  right: 50px;
}

.vision_imgright {
  padding-left: 40px;
}

.topic_vision {
  font-size: 1.6rem;
  text-transform: uppercase;
  font-weight: 500;
}

.wrap_aspiration {
  padding: 0;
}

.wrap_aspiration figure {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}

.wrap_aspiration figure::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 25%;
}

.wrap_aspiration figure > img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  left: 0;
  top: 0;
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
}

.wrap_aspiration figure:hover > img {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.wrap_aspiration figure .caption-aspiration {
  position: absolute;
  top: 50%;
  left: 8%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  color: var(--white-color);
  width: 510px;
  line-height: 1.7;
}

.wrap_aspiration figure .caption-aspiration .topic_vision {
  margin-bottom: 5px;
}

.wrap_spirit {
  padding: 70px 0 90px;
}

.wrap_spirit .row:first-child {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.photo-spirit img {
  width: 100%;
}

.desc-spirit {
  padding-left: 50px;
  color: var(--grey-color);
}

.desc-spirit .topic_vision {
  color: var(--font-black-color);
}

.desc-spirit .topic_vision span {
  color: var(--blue-color);
}

.wrap_iconspirit {
  margin-top: 50px;
  text-align: center;
  font-size: 0.9rem;
  color: var(--font-main-color);
}

.circle-spirit {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  position: relative;
  margin: 0 auto 15px;
}

.circle-spirit div {
  font-size: 4rem;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--white-color);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.name-spirit {
  font-weight: 500;
  color: var(--font-black-color);
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 5px;
  height: 60px;
  padding: 0 30px;
}

.c-blue {
  background-color: #00a4e7;
  border: 7px solid #b4def5;
}

.c-yellow {
  background-color: #fedf00;
  border: 7px solid #eeecc6;
}

.c-orange {
  background-color: #fe8500;
  border: 7px solid #f1dbc6;
}

.c-green {
  background-color: #00a025;
  border: 7px solid #bee0cb;
}

.c-blue2 {
  background-color: #00499d;
  border: 7px solid #bfd0e7;
}

.c-red {
  background-color: #e60005;
  border: 7px solid #eec2c9;
}

.wrap_contact-info {
  padding-top: 80px;
  padding-bottom: 0px;
}

.wrap_benefit {
  background-image: url(../images/bg-benefit_02.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom center;
}

.wrap_benefit .topic-inside {
  color: var(--blue-color);
  margin-bottom: 20px;
}

.wrap_benefit .topic-benefit {
  font-weight: 400;
  margin: 30px 0;
  font-size: 1.4rem;
}

.wrap_aboutLNG {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wrap_aboutLNG .photoleft-aboutlng {
  padding-left: 0;
}

.wrap_aboutLNG .photoleft-aboutlng img {
  width: 100%;
}

.wrap_aboutLNG figure {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}

.wrap_aboutLNG figure::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 75%;
}

.wrap_aboutLNG figure > img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  left: 0;
  top: 0;
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
}

.wrap_aboutLNG figure:hover > img {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.desc-aboutLNG {
  padding: 0 0 0 15px;
}

.desc-aboutLNG .topic-inside {
  color: var(--blue-color);
}

.topic-aboutlng {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.8;
  margin: 15px 0;
}

.wrap_aboutLNG2 {
  background-image: url(../images/bg-aboutlng_02.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-size: cover;
  padding: 80px 0 50px;
}

.wrap_aboutLNG2 .col-12 {
  position: relative;
}

.txt-aboutlng {
  display: inline-block;
  font-weight: 500;
  width: 100px;
  font-size: 0.8rem;
  line-height: 1;
  margin-bottom: 20px;
}

.txt-aboutlng div {
  font-size: 4.5rem;
  font-weight: 700;
}

.txt-aboutlng span {
  padding-left: 4px;
}

.text-L {
  color: #3cadf4;
}

.text-N {
  color: #323070;
}

.text-G {
  color: #fe003c;
}

.desc-aboutlng2 {
  width: 550px;
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.desc-aboutlng2 ul {
  padding: 0;
  margin: 0;
}

.desc-aboutlng2 ul li {
  list-style: none;
  position: relative;
  padding-left: 15px;
  color: var(--grey-color);
  margin-bottom: 10px;
}

.desc-aboutlng2 ul li:before {
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  width: 4px;
  height: 4px;
  background-color: var(--blue-color);
  border-radius: 50%;
}

.photo-aboutlng2 {
  width: 80%;
  display: inline-block;
  float: right;
}

.photo-aboutlng2 img {
  width: 100%;
}

.content-editor img {
  width: auto !important;
  max-width: 100% !important;
  height: auto !important;
  margin: 20px 0;
}

.wrap_identity .topic-inside {
  color: var(--blue-color);
  margin-bottom: 20px;
}

.wrap_identity .topic-inside2 {
  margin-bottom: 10px;
}

.txt-officebranch {
  color: var(--blue-color);
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1.3rem;
  margin-bottom: 10px;
}

.wrap_contact-info address span {
  font-weight: 400;
}

.wrap_contact-info.box-news2 .itemnews-update:nth-child(even) {
  text-align: left;
}

.wrap_contact-info.box-news2 .itemnews-update .txt-readmore {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.wrap_contact-info.box-news2 .itemnews-update .txt-readmore::before {
  left: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.wrap_contact-info.box-news2 .itemnews-update .txt-readmore:hover::before {
  width: 50px;
}

.contact-info {
  color: var(--grey-color);
  font-size: 0.9rem;
}

.contact-info i {
  padding-right: 5px;
}

.contact-info div {
  margin-bottom: 8px;
}

.wrap_contact-form {
  background-image: url(../images/bg-contactform_02.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding: 150px 0 70px;
}

.frm-contact {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
}

.frm-contact .topic-inside2 {
  text-transform: uppercase;
  font-weight: 500;
}

.box-frmcontact {
  margin-top: 20px;
  padding: 0 15px;
}

.box-frmcontact span {
  color: var(--font-red-color);
}

.box-frmcontact input, .box-frmcontact textarea, .box-frmcontact select {
  border-radius: 0;
  border: 1px solid #eee;
}

.box-frmcontact .btn-default img {
  width: 20px;
  height: auto;
}

.wrap-btncontact {
  text-align: center;
  margin-top: 40px;
}

.wrap-btncontact button {
  margin: 0 7px;
}

.photo-linkcontact .item-services figure {
  position: relative;
  overflow: hidden;
  background-color: #000;
}

.photo-linkcontact .item-services figure::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 45%;
}

.photo-linkcontact .item-services figure > img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  left: 0;
  top: 0;
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
}

.photo-linkcontact .item-services figure:hover > img {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.photo-linkcontact .item-services figure img {
  opacity: 0.7;
}

.photo-linkcontact .item-services:hover {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.photo-linkcontact .item-services:hover .caption-services {
  max-height: 200px;
}

.photo-linkcontact .item-services:hover figure img {
  opacity: 0.3;
}

.photo-linkcontact .item-services .caption-services {
  text-align: center;
  bottom: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  max-height: 40px;
  padding-left: 0;
  padding-bottom: 0;
  -webkit-transition: 2s;
  transition: 2s;
  background: none;
}

.photo-linkcontact .item-services .home-descservices {
  padding: 0 100px;
}

.photo-linkcontact .item-services .topic-services {
  font-weight: 400;
  font-size: 1.4rem;
}

.photo-linkcontact .item-services .txt-readmore::before {
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.wrap-whistle {
  background-image: url(../images/bg-blue_08.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top right;
  color: var(--white-color);
  padding: 10px 0;
}

.wrap-whistle .btn-default {
  width: 130px;
  float: right;
  margin-top: 35px;
}

.wrap-whistle .btn-border {
  background: transparent;
}

.icon-mail img {
  width: 150px;
  height: auto;
  max-width: 100%;
}

.whistle-info {
  font-size: 0.85rem;
  margin: 3px 0 7px;
}

.whistle-info div {
  display: inline-block;
  margin-right: 30px;
}

.whistle-info div i {
  padding-right: 5px;
}

.topic-whistle {
  font-size: 1.2rem;
  margin-top: 3px;
}

.note-whistle {
  font-size: 0.75rem;
}

.bg-whistle {
  width: 800px;
  background-image: url(../images/bg-whistle_03.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  border-radius: 20px;
  padding: 30px 50px 40px;
}

.bg-whistle .topic-inside2 {
  margin: 20px 0 10px;
}

.bg-whistle p {
  margin-bottom: 10px;
}

.bg-whistle .box-frmcontact {
  margin-bottom: 10px;
}

.bg-whistle .box-frmcontact input, .bg-whistle .box-frmcontact select, .bg-whistle .box-frmcontact textarea {
  font-size: 0.85rem;
  padding: 10px 15px;
  color: #666;
}

.bg-whistle .wrap-btncontact {
  margin-top: 20px;
}

.whistle-logo img {
  width: 130px;
  height: auto;
}

.wrap-environment {
  background-image: url(../images/bg-environment_02.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

.wrap-environment img {
  width: 100%;
}

.desc-quality {
  padding: 30px 0 0 50px;
}

.desc-quality .topic-inside {
  color: var(--blue-color);
  margin-bottom: 10px;
}

.desc-quality .topic-inside2 {
  font-size: 1.4rem;
  margin-bottom: 10px;
}

.wrap-impact {
  background-image: url(../images/bg-assessment_02.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-bottom: 250px;
}

.wrap-impact .topic-inside {
  color: var(--blue-color);
  margin: 30px 0 10px;
}

.wrap-impact .topic-inside2 {
  margin-bottom: 10px;
  font-weight: 500;
}

.wrap-environment2 {
  padding: 0;
}

.wrap-environment2 figure {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}

.wrap-environment2 figure::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 28.125%;
}

.wrap-environment2 figure > img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  left: 0;
  top: 0;
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
}

.wrap-environment2 figure:hover > img {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.wrap-environment2 figure .caption-environment2 {
  position: absolute;
  top: 50%;
  left: 10%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 370px;
  z-index: 1;
  color: var(--white-color);
  text-align: center;
}

.wrap-environment2 figure .caption-environment2 .topic-env1 {
  font-weight: 400;
  font-size: 1.5rem;
}

.wrap-environment2 figure .caption-environment2 .topic-env2 {
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 1;
  margin: 10px 0 15px;
}

.box-searchnews {
  background-color: var(--bg-bluelight);
  padding: 20px 30px;
  margin-top: 70px;
}

.box-searchnews h5 {
  margin-bottom: 0;
  line-height: 1;
  margin-top: 13px;
}

.frm-searchnews {
  float: right;
}

.frm-searchnews div {
  display: inline-block;
  vertical-align: top;
  margin-left: 7px;
}

.frm-searchnews select {
  width: 330px;
  border-radius: 50px;
  font-size: 0.85rem;
  height: 45px;
  padding: 5px 20px;
}

.frm_search.frm-searchnews {
  float: none;
}

.frm_search input {
  width: calc(100% - 160px);
  border-radius: 50px;
  font-size: 0.85rem;
  height: 45px;
  padding: 5px 20px;
  display: inline-block;
}

.frm_search button, .frm_search a {
  display: inline-block;
  width: 150px;
  margin-left: 5px;
}

.box-numresult {
  border-bottom: 2px solid #eee;
  color: var(--font-main-color);
  font-size: 0.9rem;
  padding: 20px 15px 7px;
}

.txt-selectyear {
  font-weight: 400;
  margin: 6px 5px 0 0;
}

.wrap-topnews.box-news2 .itemnews-update {
  margin-left: 0;
  margin-right: 0;
}

.wrap-topnews.box-news2 .itemnews-update:last-child .box-date_view div {
  margin-left: 0;
  margin-right: 20px;
}

.wrap-allnews {
  margin-bottom: 100px;
}

.wrap-allnews .topic-newstitle {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.7;
}

.wrap-allnews .items-news {
  margin-bottom: 70px;
}

.wrap-allnews .items-news .box-date_view {
  margin-top: 10px;
}

.page-num {
  text-align: center;
}

.page-num .pagination {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.page-num .page-link {
  border: none;
  color: var(--font-main-color);
  font-size: 0.8rem;
  font-weight: 500;
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.page-num .page-item.active .page-link {
  background-color: var(--blue-color);
  border: none;
  border-radius: 50%;
  color: var(--white-color);
}

.page-num .page-link:hover {
  background: none;
  color: var(--blue-color);
}

.page-num .page-nav {
  font-size: 1rem;
}

.wrap-newsdetail {
  border-bottom: 2px solid #eee;
  padding-bottom: 40px;
  margin-bottom: 40px;
}

.wrap-newsdetail .topic-news {
  color: var(--blue-color);
}

.wrap-newsdetail .topic-newstitle {
  margin: 15px 0;
}

.wrap-newsdetail .box-date_view {
  margin-bottom: 15px;
}

.wrap-newsdetail .box-date_view div {
  margin: 0 10px;
}

.fancybox-thumbs {
  top: auto;
  width: auto;
  bottom: 0;
  left: 0;
  right: 0;
  height: 95px;
  padding: 10px 10px 5px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: none;
  text-align: center;
}

.fancybox-thumbs__list a:before {
  display: none;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 0;
  bottom: 95px;
}

.fancybox-thumbs__list {
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.fancybox-thumbs__list a {
  margin: 0 5px;
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.98;
}

.wrap-gallery {
  margin-top: 10px;
}

.wrap-gallery .item-gall {
  margin-bottom: 10px;
}

.wrap-gallery .item-gall figure {
  position: relative;
  overflow: hidden;
}

.wrap-gallery .item-gall figure::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 70%;
}

.wrap-gallery .item-gall figure > img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  left: 0;
  top: 0;
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
}

.wrap-gallery .item-gall figure:hover > img {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.wrap-recentnews {
  background-color: #f2f2f2;
  padding: 50px 0;
}

.wrap-recentnews .btn-default {
  float: right;
}

.wrap-recentnews .items-news {
  padding: 0;
  margin-top: 20px;
}

.wrap-recentnews .topic-newstitle {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.7;
}

.slidenav .owl-carousel .owl-stage-outer {
  padding-left: 1px;
}

.slidenav .owl-carousel .owl-nav .owl-prev {
  background-image: url(../images/icon_arrow.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 42%;
  left: -60px;
  opacity: 0.5;
}

.slidenav .owl-carousel .owl-nav .owl-prev:hover {
  background-image: url(../images/icon_arrow.svg);
}

.slidenav .owl-carousel .owl-nav .owl-next {
  background-image: url(../images/icon_arrow.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 42%;
  right: -60px;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  opacity: 0.5;
}

.slidenav .owl-carousel .owl-nav .owl-next:hover {
  background-image: url(../images/icon_arrow.svg);
}

.slidenav .owl-theme .owl-nav [class*=owl-]:hover {
  background-color: transparent;
}

.visitor-wrapbtn {
  float: right;
}

.visitor-wrapbtn .btn-default {
  font-weight: 300;
  letter-spacing: 0;
  width: auto;
  padding-left: 30px;
  padding-right: 30px;
  margin-left: 10px;
}

.md-radio.md-radio-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0 0 10px;
}

.md-radio input[type="radio"],
.md-radio input[type="checkbox"] {
  display: none;
}

.md-radio input[type="radio"]:checked + label:before,
.md-radio input[type="checkbox"]:checked + label:before {
  border-color: var(--blue-color);
  -webkit-animation: ripple 0.5s linear forwards;
          animation: ripple 0.5s linear forwards;
  background-color: var(--blue-color);
}

.md-radio input[type="radio"]:checked + label:after,
.md-radio input[type="checkbox"]:checked + label:after {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.md-radio label {
  display: inline-block;
  height: 20px;
  position: relative;
  padding: 0 30px;
  margin-bottom: 0;
  cursor: pointer;
  vertical-align: top;
  line-height: 16px;
  color: var(--font-black-color);
  font-weight: 300;
  margin-top: 10px;
}

.md-radio label:before, .md-radio label:after {
  position: absolute;
  content: '';
  border-radius: 50%;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  -webkit-transition-property: border-color, -webkit-transform;
  transition-property: border-color, -webkit-transform;
  transition-property: transform, border-color;
  transition-property: transform, border-color, -webkit-transform;
}

.md-radio label:before {
  left: 0;
  top: -3px;
  width: 20px;
  height: 20px;
  border: 1px solid #eee;
  background-color: #fff;
}

.box-show:not(:first-child) {
  display: none;
}

.topic-selectvisitor {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: var(--font-black-color);
  font-size: 1.1rem;
  font-weight: 400;
  margin-top: 30px;
  margin-right: 40px;
}

.bgblue-frm {
  background-color: var(--bg-bluelight);
  border: 1px solid #dbedf9;
  border-radius: 10px;
  padding: 40px;
}

.topic-tabvisitor {
  color: var(--blue-color);
  font-size: 1.3rem;
}

.topic-notetabvisit {
  font-size: 0.9rem;
  color: var(--font-black-color);
}

.txt-clr-status div {
  display: inline-block;
  margin-right: 20px;
  color: var(--grey-color);
}

.txt-clr-status div i {
  font-size: 0.6rem;
  vertical-align: middle;
  margin-right: 4px;
}

.txt-clr-status div:first-child {
  color: var(--font-black-color);
}

.txt-clr-status div.status-available i {
  color: #65b567;
}

.txt-clr-status div.status-sold i {
  color: #db4242;
}

.wrap_stategic {
  background-image: url(../images/photo-framework_02.png);
  background-size: cover;
  background-position: top center;
}

.wrap_stategic img {
  width: auto;
  max-width: 100%;
}

.desc-stategic {
  color: var(--grey-color);
}

.desc-stategic .topic-inside {
  margin-bottom: 0;
}

.desc-stategic .topic-inside2 {
  color: var(--blue-color);
  margin: 13px 0 10px;
}

.wrap-sustain1 {
  background-image: url(../images/photo-sustaine1_03.png);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 50%;
}

.wrap-sustain1 .col-12 {
  padding: 0;
}

.wrap-sustain1 img {
  width: 100%;
}

.wrap-sustain1 .desc-stategic {
  padding: 70px 0 100px;
}

.wrap-sustain1 .topic-inside {
  margin-bottom: 20px;
}

.wrap-sustain2 {
  background-image: url(../images/bg-sustain2_06.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  padding: 70px 0;
}

.wrap-sustain2 img {
  width: 100%;
}

.wrap-sustain2 .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.desc-sustain2 {
  padding-left: 60px;
}

.list-sustain2 div {
  margin-top: 10px;
}

.list-sustain2 div i {
  font-size: 0.5rem;
  margin-right: 5px;
  vertical-align: middle;
}

.list-sustain2 div .s_purple {
  color: #5058ac;
}

.list-sustain2 div .s_blue {
  color: #4f7baa;
}

.list-sustain2 div .s_blue2 {
  color: #139fc1;
}

.list-sustain2 div .s_green {
  color: #00cd99;
}

.list-sustain2 div .s_green2 {
  color: #8ed174;
}

.wrap-stakeholder {
  background-image: url(../images/photo-stakeholder_02.png);
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 70px 0;
}

.wrap-stakeholder img {
  width: auto;
  max-width: 100%;
  margin: 40px 0 20px;
}

.wrap-companyprofile {
  color: var(--grey-color);
  background-image: url(../images/bg-companyprofile_02.png);
  background-size: 100%;
  background-position: top center;
  background-repeat: no-repeat;
  padding-top: 0;
  background-size: cover;
}

.wrap-companyprofile .topic-inside2 {
  color: var(--blue-color);
}

.wrap-companyprofile .topic-inside {
  color: var(--font-black-color);
  margin: 15px 0 20px;
}

.wrap-companyprofile .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wrap-companyprofile .text-center {
  margin-top: 40px;
}

.wrap-companyprofile img {
  width: 100%;
}

.photo-company {
  width: 1440px;
  max-width: 100%;
  margin: 50px auto 0;
  position: relative;
  z-index: 1;
}

.photo-company img {
  width: 100%;
}

.wrap_timeline {
  background-image: url(../images/bg-bluecompany_02.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  color: var(--white-color);
  margin-top: -100px;
  padding: 160px 0 70px;
}

.wrap_timeline .topic-inside {
  color: var(--blue-color);
  margin-bottom: 15px;
}

.wrap_timeline .owl-carousel .owl-nav .owl-prev {
  position: absolute;
  top: 6px;
  left: 20px;
  opacity: 0.7;
}

.wrap_timeline .owl-carousel .owl-nav .owl-next {
  position: absolute;
  top: 6px;
  right: 20px;
  opacity: 0.7;
}

.wrap_timeline .owl-theme .owl-nav [class*=owl-]:hover {
  background-color: transparent;
}

.timeline-tab:not(:first-child) {
  display: none;
}

.timeline-tab .row {
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 50px;
}

.timeline-tab .row:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.timeline-carousel {
  background: rgba(0, 0, 0, 0.3);
  width: 1440px;
  max-width: 100%;
  margin: 30px auto 70px;
  padding: 0 70px;
}

.timeline-carousel .timeline-year button {
  background: none;
  border: 0;
  color: var(--white-color);
  padding: 12px 0 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.timeline-carousel .timeline-year button:hover {
  opacity: 0.5;
}

.timeline-carousel .timeline-year.current button {
  color: var(--blue-color);
}

.txt-year {
  color: var(--white-color);
  text-transform: uppercase;
  line-height: 1.2;
  font-weight: 400;
}

.txt-year span {
  opacity: 0.6;
  font-size: 0.9rem;
}

.txt-year div {
  font-size: 2rem;
}

.desc-timeline {
  border-left: 2px dotted #6a7382;
}

.desc-timeline img {
  width: 220px;
  max-width: 100%;
}

.list-timeline {
  position: relative;
  padding-left: 35px;
  margin-bottom: 50px;
}

.list-timeline::before {
  content: "";
  background: #fff;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  top: 5px;
  left: -6px;
  -webkit-animation: pulse 1.5s infinite;
          animation: pulse 1.5s infinite;
}

.list-timeline img {
  border: 1px solid rgba(255, 255, 255, 0.3);
  margin-right: 30px;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }
}

.date-timeline {
  color: var(--blue-color);
  font-size: 1.15rem;
  margin-bottom: 10px;
  line-height: 1;
}

.photomenu figure {
  position: relative;
  overflow: hidden;
}

.photomenu figure::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 56.25%;
}

.photomenu figure > img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  left: 0;
  top: 0;
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
}

.photomenu figure:hover > img {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.topic-menu {
  font-weight: 500;
  color: var(--font-black-color);
  font-size: 1.8rem;
}

.wrap-ceomessage {
  background-image: url(../images/bg-message_02.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  padding: 70px 0;
}

.photo-ceo-pc {
  display: block;
}

.photo-ceo-pc img {
  width: auto;
  max-width: 100%;
}

.photo-ceo-mb {
  display: none;
}

.box-ceomessage {
  padding-left: 50px;
  color: var(--grey-color);
}

.box-ceomessage .topic-inside2 {
  color: var(--blue-color);
}

.box-ceomessage .topic-inside {
  color: var(--font-black-color);
  margin: 10px 0 25px;
}

.box-ceomessage p span {
  color: var(--font-black-color);
  font-weight: 400;
}

.ceo-lecense {
  margin-top: 50px;
}

.ceo-lecense div {
  font-size: 1.2rem;
  color: var(--font-black-color);
  font-weight: 400;
}

.photo-valuechain {
  padding-left: 30px;
  margin-bottom: 30px;
}

.photo-valuechain img {
  width: 100%;
}

.wrap-value1 {
  color: var(--grey-color);
}

.wrap-value1 .topic-inside2 {
  color: var(--blue-color);
}

.wrap-value1 .topic-inside {
  color: var(--font-black-color);
  margin: 10px 0 15px;
  line-height: 1.5;
}

.list-value {
  margin-bottom: 20px;
}

.list-value div {
  margin-bottom: 7px;
}

.list-value div i {
  color: var(--blue-color);
  padding-right: 7px;
  font-size: 0.9rem;
  display: inline-block;
  vertical-align: middle;
  margin-top: -6px;
}

.list-value div span {
  color: var(--font-black-color);
  padding-right: 5px;
}

.txt-awardsyear {
  text-align: center;
  color: var(--font-black-color);
  font-size: 1.8rem;
  margin: 50px 0 0;
  font-weight: 500;
}

.box-awards {
  padding: 70px 0;
}

.box-awards a {
  text-decoration: none;
  color: var(--font-main-color);
}

.box-awards figure {
  position: relative;
  overflow: hidden;
  margin-right: 50px;
  margin-bottom: 0;
}

.box-awards figure::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 63.47826%;
}

.box-awards figure > img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  left: 0;
  top: 0;
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
}

.box-awards figure:hover > img {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.box-awards .topic-news {
  color: var(--blue-color);
  font-size: 0.95rem;
}

.box-awards .topic-newstitle {
  margin: 15px 0;
  line-height: 1.6;
}

.box-awards .txt-readmore {
  position: relative;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 0.8rem;
  margin-top: 20px;
  color: var(--font-black-color);
}

.box-awards .txt-readmore::before {
  content: "";
  width: 20px;
  height: 2px;
  background-color: var(--font-black-color);
  position: absolute;
  bottom: -2px;
  left: 0;
  -webkit-transition: 1s;
  transition: 1s;
}

.box-awards:hover .txt-readmore::before {
  width: 50px;
}

.box-awards:hover figure img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.box-awards:nth-child(even) {
  background: #f7f7f7;
}

.box-awards:nth-child(even) .row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.box-awards:nth-child(even) .row figure {
  margin-right: 0;
  margin-left: 50px;
}

.box-awards:first-child {
  padding-top: 40px;
}

.wrap-pageaward .topic-news {
  color: var(--blue-color);
  font-size: 0.95rem;
  font-weight: 400;
}

.wrap-pageaward .topic-newstitle {
  margin: 15px 0;
  line-height: 1.6;
}

.awards-photoslide {
  margin: 40px 0 30px;
}

.wrap-recentawards .box-date_view {
  margin-bottom: 10px;
}

.wrap-recentawards .topic-news {
  color: var(--blue-color);
  font-size: 0.9rem;
  margin-bottom: 15px;
}

.wrap-recentawards .items-news figure {
  background-color: #000;
}

.wrap-recentawards .items-news figure div {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  color: var(--white-color);
  text-align: center;
  z-index: 1;
  text-transform: uppercase;
  font-size: 0.9rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.wrap-recentawards .items-news figure span {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: .75;
  z-index: 1;
}

.wrap-recentawards .items-news figure span::before {
  content: "";
  position: absolute;
  left: 7px;
  bottom: 7px;
  top: 7px;
  right: 7px;
  border-right: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
  -webkit-transform: scale(0, 0);
          transform: scale(0, 0);
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
}

.wrap-recentawards .items-news figure span::after {
  content: "";
  position: absolute;
  left: 7px;
  bottom: 7px;
  top: 7px;
  right: 7px;
  border-left: 1px solid #FFF;
  border-top: 1px solid #FFF;
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
  -webkit-transform: scale(0, 0);
          transform: scale(0, 0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.wrap-recentawards .items-news:hover figure div {
  opacity: 1;
}

.wrap-recentawards .items-news:hover figure span::before, .wrap-recentawards .items-news:hover figure span::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.wrap-recentawards .items-news:hover figure img {
  opacity: 0.4;
}

.wrap-tpacode {
  background-image: url(../images/bg-tpacode_02.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top center;
}

.wrap-tpacode .topic-inside {
  line-height: 1.5;
  margin-bottom: 20px;
}

.item-tpacode a {
  display: block;
  text-align: center;
  color: var(--font-black-color);
  text-decoration: none;
  padding: 0 40px;
  position: relative;
  margin-bottom: 90px;
}

.item-tpacode a figure {
  margin-bottom: 20px;
}

.item-tpacode a figure img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: auto;
  max-width: 100%;
  height: 290px;
  -o-object-fit: contain;
     object-fit: contain;
}

.item-tpacode a .btn-default {
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.item-tpacode a:hover img {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}

.item-tpacode a:hover .btn-default {
  opacity: 1;
  bottom: -60px;
}

.wrap-allitem-tpa {
  margin: 50px 0 0;
}

.wrap-serviceinfo {
  background-image: url(../images/photo-serviceinfo_02.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom center;
}

.wrap-serviceinfo .topic-inside {
  margin-bottom: 0;
}

.wrap-serviceinfo .topic-inside2 {
  color: var(--blue-color);
  margin: 10px 0 15px;
}

.wrap-services .topic-inside {
  margin-bottom: 20px;
}

.service_table {
  background: #f3f5fb;
  border-radius: 20px;
  padding: 20px 40px 15px;
  margin: 40px 0 60px;
}

.service_table table {
  font-weight: 400;
  font-size: 0.9rem;
}

.service_table table thead {
  border-radius: 50px;
  background: #1c6cb7;
  color: #fff;
}

.service_table table thead th {
  font-weight: 400;
  white-space: nowrap;
}

.service_table table thead th:first-child {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}

.service_table table thead th:last-child {
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}

.service_table table tbody {
  border: 0;
}

.service_table table tbody tr {
  border-bottom: 1px solid #d7d8d9;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.service_table table tbody tr:hover {
  background-color: #cce6fe;
}

.service_table table tbody tr td {
  padding: 12px 25px;
}

.service_table table tbody tr:last-child {
  border-bottom: 0;
}

.service_table table tbody tr .table-fees {
  width: 100%;
}

.service_table table tbody tr .table-fees tr td {
  padding-left: 0;
}

.service_table table > :not(:first-child) {
  border-top: 0;
}

.service_table table > :not(caption) > * > * {
  border: 0;
  padding: 0.5rem 25px;
  text-align: center;
}

.service_table table > :not(caption) > * > *:first-child {
  text-align: left;
}

.wrap-rateservice .service_table table tbody tr:hover {
  background-color: transparent;
}

.topic-table {
  font-size: 1.3rem;
  font-weight: 400;
  color: #000;
  margin-bottom: 10px;
  text-align: center;
}

.wrap-datadownload .topic-inside2 {
  margin-bottom: 10px;
}

.wrap-datadownload ul {
  margin: 0;
  padding: 0;
}

.wrap-datadownload ul li {
  list-style: none;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 7px 15px 7px 30px;
  color: var(--font-main-color);
}

.wrap-datadownload ul li::before {
  content: "";
  background-color: var(--blue-color);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  position: absolute;
  top: 22px;
  left: 15px;
}

.wrap-datadownload ul li:hover {
  background-color: #eef7ff;
}

.wrap-datadownload ul li span {
  color: var(--blue-color);
  padding-right: 7px;
}

.wrap-datadownload ul li a {
  text-decoration: none;
  color: var(--font-main-color);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.wrap-datadownload ul li a:hover {
  color: var(--blue-color);
}

.link-slot {
  display: inline-block;
  color: var(--blue-color);
  text-decoration: underline;
}

.wrap-uselose {
  padding: 0;
}

.wrap-uselose figure {
  height: 550px;
  margin-bottom: 0;
  overflow: hidden;
  position: relative;
}

.wrap-uselose figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.wrap-uselose figure .caption-uselose {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: 100%;
  background: rgba(0, 0, 0, 0.48);
  color: var(--white-color);
  z-index: 1;
  padding-right: 100px;
}

.wrap-uselose figure .caption-uselose::before {
  content: "";
  position: absolute;
  top: 0;
  right: -250px;
  width: 0;
  height: 0;
  border-top: 550px solid rgba(0, 0, 0, 0.48);
  border-right: 250px solid transparent;
}

.wrap-uselose figure .caption-uselose .box-uselose {
  position: relative;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  line-height: 1;
}

.wrap-uselose figure .caption-uselose .box-uselose .txt-loseit1 {
  font-size: 1.8rem;
}

.wrap-uselose figure .caption-uselose .box-uselose .txt-loseit2 {
  font-size: 2.2rem;
  font-weight: 400;
  margin: 25px 0;
}

.wrap-uselose figure .caption-uselose .box-uselose .btn-default {
  margin-top: 45px;
  margin-bottom: 30px;
}

.wrap-uselose figure .caption-uselose .box-uselose a {
  color: var(--white-color);
  text-decoration: none;
}

.wrap-abilitydownload {
  background-image: url(../images/photo-ability_02.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 0;
}

.wrap-abilitydownload .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wrap-abilitydownload figure {
  margin-right: 50px;
  border: 1px solid #fff;
  margin-bottom: 0;
}

.wrap-abilitydownload figure img {
  width: 100%;
}

.wrap-ability-info {
  padding: 0;
}

.wrap-ability-info figure {
  position: relative;
  overflow: hidden;
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 80px;
}

.wrap-ability-info figure::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 12.5%;
}

.wrap-ability-info figure > img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  left: 0;
  top: 0;
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
}

.wrap-ability-info figure:hover > img {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.wrap-ability-info figure img {
  -o-object-position: top center;
     object-position: top center;
}

.wrap-ability-info figure div {
  position: relative;
  text-align: center;
  color: var(--white-color);
  font-size: 1.5rem;
  z-index: 1;
}

.wrap-ability-info figure div i {
  padding-right: 7px;
}

.wrap-ability-info figure div a {
  color: var(--white-color);
  text-decoration: none;
}

.servicefee-date {
  color: var(--blue-color);
  font-weight: 400;
  margin: 20px 0 15px;
}

.btn-addvisitor button {
  border: 0;
  background: none;
  color: var(--font-black-color);
  font-weight: 400;
  font-size: 0.95rem;
  text-decoration: underline;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.btn-addvisitor button:hover {
  color: var(--blue-color);
}

.box-serviceslide {
  padding: 0 100px;
  margin-top: -100px;
  margin-bottom: 70px;
}

.box-serviceslide .item-mservice {
  display: block;
  background: #9ba2b4;
  border-radius: 5px;
  text-align: center;
  color: var(--white-color);
  text-decoration: none;
  padding: 30px 15px;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

.box-serviceslide .item-mservice:hover, .box-serviceslide .item-mservice.active {
  background: #1c6cb7;
  -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
          box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.box-serviceslide .serviceslide-icon {
  text-align: center;
}

.box-serviceslide .serviceslide-icon img {
  width: 45px;
  height: auto;
  margin: 0 auto 15px;
}

.box-serviceslide .items {
  padding: 10px 15px;
}

.wrap-bgservice2 {
  background-image: url(../images/bgservices2_02.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  padding-bottom: 50px;
}

.wrap-bgservice2 .topic-inside2 {
  color: var(--blue-color);
  margin-bottom: 20px;
}

.subtitle-serviceslide {
  opacity: 0.8;
  font-size: 0.9rem;
}

.item-development {
  display: inline-block;
  width: 200px;
  text-align: center;
  color: var(--white-color);
  text-decoration: none;
  font-size: 0.9rem;
  line-height: 1.6;
  font-weight: 400;
  margin-top: 30px;
  position: relative;
  vertical-align: top;
}

.item-development:not(:last-child)::before {
  content: "";
  width: calc(100% - 120px);
  position: absolute;
  height: 5px;
  background-color: #FFF;
  left: calc(50% + 60px);
  top: 50px;
  border-radius: 10px;
}

.item-development:hover {
  color: var(--white-color);
}

.item-development:hover div {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.item-development div {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.icon-development {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  position: relative;
  text-align: center;
  margin: 0 auto 10px;
}

.icon-development img {
  width: 50px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.icon-development.icon-dev01 {
  background: rgba(70, 193, 240, 0.9);
  border: 3px solid #214388;
}

.icon-development.icon-dev02 {
  background: rgba(0, 186, 186, 0.9);
  border: 3px solid #116363;
}

.icon-development.icon-dev03 {
  background: rgba(0, 189, 144, 0.9);
  border: 3px solid #13594a;
}

.icon-development.icon-dev04 {
  background: rgba(0, 145, 124, 0.9);
  border: 3px solid #083d37;
}

.photo-company-left {
  padding-left: 0;
}

.photo-company-left img {
  width: 100%;
}

.servicefees-table.service_table {
  margin-bottom: 20px;
}

.topic-companyprofile.show-mb {
  display: none;
}

.topic-companyprofile.show-pc {
  display: block;
}

.tab_article_btn div {
  display: inline-block;
  background: #ccc;
  cursor: pointer;
}

.tab_article_btn div.active {
  background: #000144;
  color: #fff;
}

.tab_article_btn div.btn-default {
  display: inline-block;
  font-size: 1rem;
  font-weight: normal;
  padding: 0 50px;
  margin-right: 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.tab_article_btn div.btn-default:hover {
  background: #000144;
  color: #fff;
}

.tab_pdetail {
  margin-top: 30px;
}

.tab_pdetail:not(:first-child) {
  display: none;
}

.visitorform-btn .btn-default {
  float: right;
  padding: 0 40px;
  width: auto;
  font-weight: normal;
  letter-spacing: 0;
}

.wrap-media .owl-carousel {
  background-color: #000;
  overflow: hidden;
}

.wrap-media .owl-carousel.owl-bannerslide {
  position: fixed;
  z-index: -1;
}

.wrap-media .owl-carousel.owl-bannerslide .owl-dots {
  display: none;
}

.wrap-media .owl-carousel.owl-bannerslide .banner_desktop img {
  opacity: 0.2;
}

.media-content {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  color: var(--white-color);
  text-align: center;
  z-index: 1;
  padding: 0 7% 40px;
}

.media-content .topic-media {
  font-size: 2rem;
  margin-top: 350px;
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 30px;
}

.media-content .item-media a {
  padding: 0 20px;
  display: block;
  color: var(--white-color);
  text-decoration: none;
}

.media-content .item-media a figure {
  position: relative;
  overflow: hidden;
  border: 2px solid rgba(255, 255, 255, 0.2);
}

.media-content .item-media a figure::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 65%;
}

.media-content .item-media a figure > img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  left: 0;
  top: 0;
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
}

.media-content .item-media a figure:hover > img {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.media-content .item-media a figure div {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  color: var(--white-color);
  text-align: center;
  z-index: 1;
  text-transform: uppercase;
  font-size: 0.9rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.media-content .item-media a figure div i {
  padding-right: 2px;
}

.media-content .item-media a figure img {
  -o-object-position: top center;
     object-position: top center;
}

.media-content .item-media a figure span {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: .75;
  z-index: 1;
}

.media-content .item-media a figure span::before {
  content: "";
  position: absolute;
  left: 7px;
  bottom: 7px;
  top: 7px;
  right: 7px;
  border-right: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
  -webkit-transform: scale(0, 0);
          transform: scale(0, 0);
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
}

.media-content .item-media a figure span::after {
  content: "";
  position: absolute;
  left: 7px;
  bottom: 7px;
  top: 7px;
  right: 7px;
  border-left: 1px solid #FFF;
  border-top: 1px solid #FFF;
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
  -webkit-transform: scale(0, 0);
          transform: scale(0, 0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.media-content .item-media a:hover figure div {
  opacity: 1;
}

.media-content .item-media a:hover figure span::before, .media-content .item-media a:hover figure span::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.media-content .item-media a:hover figure img {
  opacity: 0.2;
}

.media-content .item-media .wrap-namevdo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 80px;
  padding: 0 20px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.media-content .item-media .wrap-namevdo a {
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  width: 38px;
  height: 38px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 1rem;
}

.media-content .item-media .wrap-namevdo a:hover {
  background-color: var(--blue-color);
  color: var(--white-color);
}

.ebrochure.media-content .topic-media {
  margin-top: 0;
}

.wrap-procure {
  background-image: url(../images/bg-procure_02.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 70px 0;
}

.procure-boxsearch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 40px 0 60px;
}

.procure-boxsearch input {
  border: 1px solid #e0eaf0;
  border-radius: 50px;
  font-size: 0.9rem;
  height: 45px;
  padding: 0 15px;
  margin: 0 10px;
  width: calc(100% - 300px);
}

.procure-boxsearch .txt-serachprocure {
  width: 120px;
  font-size: 1.1rem;
}

.procure-boxsearch .btn-default {
  width: 175px;
  letter-spacing: 0;
}

.tab_procure:not(:first-child) {
  display: none;
}

.bg-procuretab {
  position: relative;
  color: var(--white-color);
  padding: 50px 0 100px;
}

.bg-procuretab:before {
  content: "";
  background-image: url(../images/bg-tabprocure_03.jpg);
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 0;
  width: 45vw;
  height: 100%;
  background-size: cover;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  -webkit-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
          box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.tab_procure_btn {
  position: relative;
  z-index: 1;
  border-left: 2px dotted rgba(255, 255, 255, 0.3);
  padding-left: 10px;
}

.tab_procure_btn div {
  line-height: 1.7;
  padding: 15px;
  margin-bottom: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  position: relative;
  font-size: 0.9rem;
  color: #a5ccff;
}

.tab_procure_btn div:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.tab_procure_btn div span {
  font-size: 1.05rem;
  color: var(--white-color);
  position: relative;
}

.tab_procure_btn div span::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #a1adc3;
  position: absolute;
  top: 9px;
  left: -31px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.tab_procure_btn div.active {
  background: rgba(0, 0, 0, 0.2);
}

.tab_procure_btn div.active::after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background-image: url(../../../images/icon_arrow-white.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}

.tab_procure_btn div.active:hover::before {
  background: transparent;
}

.tab_procure_btn div.active span::before {
  background: var(--blue-color);
}

.tab_procure_btn div:hover::before {
  background: rgba(0, 0, 0, 0.2);
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.topic-procure {
  font-size: 1.5rem;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}

.wrap-tabprocure {
  padding-left: 50px;
}

.procure-viewall {
  float: right;
  color: var(--font-black-color);
  text-decoration: underline;
}

.procure-topic-select {
  font-size: 1.3rem;
  font-weight: 400;
}

.procure-topic-select i {
  color: var(--blue-color);
  font-size: 1.5rem;
}

.item-procure {
  display: block;
  border-bottom: 1px solid #ccc;
  color: var(--font-black-color);
  text-decoration: none;
  padding: 22px 0 22px 20px;
  line-height: 1.7;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.item-procure i {
  color: #bebebe;
  font-size: 1.3rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.item-procure:hover {
  background: var(--white-color);
  color: var(--font-black-color);
  text-decoration: none;
  -webkit-box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
          box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
}

.item-procure:hover i {
  color: #0076c1;
}

.item-procure:hover .procure-date i {
  color: #999;
}

.item-procure:first-child {
  margin-top: 15px;
}

.item-procure:last-child {
  border-bottom: 0;
}

.procure-date {
  color: #999;
  font-size: 0.85rem;
  margin-bottom: 5px;
}

.procure-date i {
  padding-right: 5px;
  color: #999;
  font-size: 0.85rem;
}

.wrap-procure-announce {
  background-image: url(../images/bg-contactform.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding: 200px 0 70px;
  margin-top: -200px;
}

.wrap-procure-announce .topic-inside {
  text-align: center;
  color: var(--blue-color);
}

.box-announcement {
  background: #fff;
  border-radius: 20px;
  padding: 10px 40px 30px;
  margin-top: 25px;
}

.box-announcement .item-procure {
  padding: 15px 0 15px 20px;
}

.box-announcement .item-procure:hover {
  background: #0076c1;
  color: var(--white-color);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.box-announcement .item-procure:hover i {
  color: var(--white-color);
}

.box-announcement .item-procure:hover .procure-date {
  color: var(--white-color);
  opacity: 0.8;
}

.box-announcement .item-procure:hover .procure-date i {
  color: var(--white-color);
}

.box-announcement .item-procure .procure-date i {
  font-size: 0.9rem;
}

.box-announcement .item-procure span {
  padding-right: 30px;
  display: block;
}

.procure-contact {
  margin-top: 40px;
  color: var(--grey-color);
  font-size: 0.95rem;
}

.procure-contact .topic-inside2 {
  color: var(--blue-color);
  margin-bottom: 10px;
}

.procure-contact span {
  color: var(--font-black-color);
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
}

.procure-contact .row {
  margin-bottom: 10px;
}

.btn-procure-mb {
  display: none;
}

.cld-btnvisitor .btn-default {
  float: right;
  width: auto;
  padding-left: 30px;
  padding-right: 30px;
  letter-spacing: 0;
}

.wrap-typeservice {
  padding-bottom: 150px;
}

.box-typeservice {
  background: #f3f5fb;
  border-radius: 15px;
  padding: 20px;
  height: 100%;
  margin: 30px 15px 0;
}

.box-typeservice ul li {
  position: relative;
  list-style: none;
  padding-left: 10px;
  color: #666;
  font-size: 0.95rem;
  margin-bottom: 15px;
}

.box-typeservice ul li::before {
  content: "";
  background: #00398e;
  width: 5px;
  height: 5px;
  position: absolute;
  top: 15px;
  left: -7px;
  border-radius: 50%;
}

.box-typeservice ul li span {
  color: #000;
  font-size: 1.05rem;
}

.topic-firmcontract {
  background: #00398e;
  color: var(--white-color);
  font-size: 1.3rem;
  text-align: center;
  border-radius: 50px;
  height: 55px;
  line-height: 55px;
  margin-bottom: 25px;
}

.topic-nonfirmcontract {
  background: #00356b;
}

.topic-stake {
  background-color: #0076c2;
  color: var(--white-color);
  border-radius: 50px;
  margin-bottom: 20px;
  padding: 10px 20px;
}

.list-holder {
  padding-left: 20px;
  color: var(--grey-color);
  line-height: 2.3;
}

.item-stakeholder {
  margin: 40px 0;
  padding: 0 25px;
}

.box-component {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 60px 30px;
}

.box-component figure {
  position: relative;
  overflow: hidden;
  border: 1px solid #eee;
  margin-bottom: 0;
}

.box-component figure::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 67.90123%;
}

.box-component figure > img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  left: 0;
  top: 0;
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
}

.box-component figure:hover > img {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.box-component:nth-child(odd) {
  background: #f5fcff;
}

.desc-component {
  color: var(--grey-color);
  padding-left: 30px;
}

.topic-component01 {
  color: var(--font-black-color);
  font-size: 1.15rem;
}

.topic-component02 {
  color: var(--blue-color);
  font-size: 1.3rem;
  font-weight: 400;
  margin: 5px 0 7px;
}

.photoreport {
  margin-bottom: 90px;
}

.report-filedownload {
  margin-top: 70px;
}

.wrap-ghgs .topic-inside {
  margin-bottom: 20px;
}

.wrap-ghgs .topic-inside2 {
  color: var(--blue-color);
  margin-bottom: 20px;
}

.wrap-ghgs .topic-ghgs {
  font-size: 1.2rem;
  color: var(--font-black-color);
  font-weight: 400;
  margin-top: 40px;
}

.photo-valuechain-lng.photo-valuechain {
  padding-left: 0;
}

.slidehome-pc {
  display: block;
}

.slidehome-mb {
  display: none;
}

.photo-lmpt img {
  width: 100%;
  margin-bottom: 20px;
}

.wrap-lmpt1 {
  margin-bottom: 50px;
}

.wrap_miracle {
  background-image: url(../images/miracle05.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding: 70px 0 100px;
}

.wrap_miracle .topic-inside2 {
  margin: 30px 0 15px;
}

.logo-miracle {
  text-align: center;
}

.logo-miracle img {
  width: auto;
  max-width: 100%;
}

.caption-miracle {
  position: absolute;
  width: 90%;
  left: 50%;
  top: 65%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  text-align: center;
  color: var(--white-color);
  z-index: 9;
}

.caption-miracle h1 {
  margin-bottom: 20px;
}

.caption-miracle h2 {
  font-weight: normal;
  font-size: 1.8rem;
}

.miracle-social {
  text-align: center;
  margin-bottom: 20px;
}

.miracle-social a {
  color: var(--font-black-color);
  display: inline-block;
  margin: 0 30px;
  text-decoration: none;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.95rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.miracle-social a img {
  width: 28px;
  height: auto;
  margin-right: 5px;
}

.miracle-social a:hover {
  opacity: 0.6;
}

.miracle-social .topic-inside2 {
  color: var(--blue-color);
}

.miracle-social .photo-qrcode {
  margin-bottom: 35px;
}

.miracle-social .photo-qrcode img {
  width: 300px;
  height: auto;
  max-width: 100%;
}

.procure-detail {
  color: var(--grey-color);
}

.procure-detail .topic-inside2 {
  color: var(--blue-color);
  text-align: center;
  margin-bottom: 20px;
}

.procure-detail .topic-inside {
  text-align: center;
}

.btn-procuredownload {
  text-align: center;
  margin: 50px 0;
}

.btn-procuredownload .btn-default {
  width: auto;
  padding-left: 30px;
  padding-right: 30px;
  letter-spacing: 0;
}

.wrap-cookie {
  margin-bottom: 30px;
}

.wrap-cookie .topic-cookie {
  font-size: 1.1rem;
  font-weight: 400;
  margin-bottom: 7px;
}

.wrap-procurepage {
  background-image: url(../images/bg-procure.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 70px 0;
  background-position: top center;
}

.wrap-procurepage .topic-inside {
  text-align: center;
  margin-bottom: 20px;
}

.box-procurepolicy {
  background: #f3f5fb;
  border-radius: 20px;
  padding: 30px;
  margin: 30px 0;
}

.topic-procurepolicy {
  background: #1c6cb7;
  color: #fff;
  border-radius: 50px;
  padding: 12px 25px;
  margin-bottom: 25px;
  line-height: 1.5;
}

.procure-licence {
  text-align: center;
  margin-top: 40px;
}

.procure-licence .procure-date {
  font-size: 0.9rem;
  color: var(--grey-color);
}

.procure-licence .procure-name {
  color: var(--font-black-color);
  font-weight: 400;
  font-size: 1.1rem;
  margin: 10px 0 5px;
}

.procure-table table thead th {
  line-height: 1.4;
  vertical-align: middle;
  font-weight: 300;
  padding-top: 15px;
  padding-bottom: 15px;
}

.procure-table table thead th:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.procure-table table thead th:last-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.procure-table.service_table {
  padding: 20px;
}

.procure-viewplan img {
  width: 30px;
  height: auto;
  opacity: 0.5;
}

.wrap-popupprocure {
  color: #666;
}

.wrap-popupprocure .topic-inside2 {
  color: var(--blue-color);
  font-size: 1.4rem;
}

.wrap-popupprocure .history-procure div {
  margin-bottom: 10px;
}

.wrap-popupprocure .history-procure div span {
  color: #000;
  font-weight: 400;
  padding-right: 5px;
}

.topic-plan2 {
  color: var(--font-black-color);
  font-size: 1.3rem;
  font-weight: 400;
  margin: 50px 0 15px;
}

.item_procurelist {
  margin-bottom: 20px;
}

.item_procurelist.active .have_subitem-pro:before {
  background-image: url(../../../images/icon_arrow-white.svg);
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.topicprocurelist {
  padding: 10px 50px 10px 15px;
}

.item_procurelist.active .topicprocurelist {
  background-color: #1c6cb7;
}

.content_procurelist {
  display: none;
  padding: 25px;
  border: 1px solid #eee;
  margin-top: 5px;
}

.content_procurelist div {
  font-weight: 400;
  color: var(--font-black-color);
  font-size: 1.1rem;
  margin-bottom: 10px;
}

.content_procurelist ul {
  padding: 0;
  margin: 0;
}

.content_procurelist ul li {
  list-style: none;
  position: relative;
  margin-bottom: 10px;
  padding-left: 15px;
}

.content_procurelist ul li:before {
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--blue-color);
}

.content_procurelist ul li a {
  display: block;
  color: var(--font-black-color);
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.content_procurelist ul li a:hover {
  color: var(--blue-color);
}

.have_subitem-pro {
  cursor: pointer;
  position: relative;
  background: #999;
  border-radius: 5px;
  color: #fff;
}

.have_subitem-pro:before {
  content: "";
  background-image: url(../../../images/icon_arrow-white.svg);
  background-repeat: no-repeat;
  width: 15px;
  height: 17px;
  background-size: 100%;
  position: absolute;
  top: 18px;
  right: 20px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.prodesc-popup .btn-default {
  letter-spacing: 0;
  padding-left: 30px;
  padding-right: 30px;
  width: auto;
}

.caption-career {
  position: absolute;
  width: 90%;
  left: 50%;
  top: 65%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  text-align: center;
  color: var(--white-color);
  z-index: 9;
}

.caption-career h1 {
  margin-bottom: 20px;
}

.caption-career h2 {
  font-weight: 300;
  font-size: 1rem;
  width: 800px;
  max-width: 100%;
  line-height: 1.9;
  margin: 0 auto;
}

.wrap-bannercareer .owl-carousel.owl-visitor .owl-item img {
  opacity: 0.4;
}

.wrap-bannercareer figure {
  background: #000043;
}

.wrap-bannercareer .banner-boxlink {
  margin-top: 35px;
}

.wrap-bannercareer .banner-boxlink a {
  font-size: 0.95rem;
  letter-spacing: 0;
  font-weight: 300;
  height: 48px;
  line-height: 45px;
  width: 220px;
  text-align: center;
  padding: 0 15px;
}

.wrap-bannercareer .banner-boxlink a i {
  font-size: 1.2rem;
  margin-top: 4px;
}

.wrap-bannercareer .banner-boxlink a::before {
  background-color: #009dff;
  z-index: -1;
}

.wrap-bannercareer .banner-boxlink a img {
  width: 23px;
  height: auto;
  margin-right: 5px;
}

.wrap-bannercareer .banner-boxlink a.banner-btnintern img {
  width: 18px;
  height: auto;
}

.wrap-bannercareer .caption-career {
  top: 58%;
}

.wrap_career {
    background-image: url(../../images/bg-career.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    padding: 60px 0 150px;
}

.wrap_career .tab_article_btn {
  text-align: center;
  margin-bottom: 80px;
}

.wrap_career .tab_article_btn div {
  font-weight: 400;
  background: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.wrap_career .tab_article_btn div.active {
  color: var(--blue-color);
  background: none;
  font-size: 1.3rem;
}

.wrap_career .tab_article_btn div.active span {
  color: var(--font-black-color);
}

.wrap_career .tab_article_btn div span {
  padding: 0 15px;
}

.wrap_career .tab_article_btn div:hover {
  color: var(--blue-color);
}

.wrap_career .tab_article_btn div:hover span {
  color: var(--font-black-color);
}

.wrap_career .owl-career figure {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--white-color);
}

.wrap_career .owl-career figure::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 68.75%;
}

.wrap_career .owl-career figure > img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  left: 0;
  top: 0;
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
}

.wrap_career .owl-career figure:hover > img {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.wrap_career .owl-theme .owl-dots .owl-dot span {
  border: 1px solid #999;
  background: transparent;
  width: 8px;
  height: 8px;
  margin: 5px 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.wrap_career .owl-theme .owl-dots .owl-dot.active span, .wrap_career .owl-theme .owl-dots .owl-dot:hover span {
  border: 1px solid var(--blue-color);
  background: var(--blue-color);
}

.desc-careertab {
  height: 440px;
  overflow-y: auto;
  padding: 0 30px;
  color: var(--grey-color);
}

.desc-careertab::-webkit-scrollbar {
  width: 3px;
}

.desc-careertab::-webkit-scrollbar-track {
  background: #e1e1e1;
  border-radius: 20px;
}

.desc-careertab::-webkit-scrollbar-thumb {
  background: #000144;
  border-radius: 20px;
}

.desc-careertab .topic-careerslide {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1.6rem;
  color: var(--font-black-color);
  margin-bottom: 10px;
}

.desc-careertab .topic-careerslide2 {
  color: var(--blue-color);
  font-size: 1.1rem;
}

.desc-careertab ul {
  padding: 0;
  margin: 7px 0 0;
}

.desc-careertab ul li {
  position: relative;
  list-style: none;
  margin-bottom: 10px;
  padding-left: 15px;
}

.desc-careertab ul li::before {
  content: "";
  background: #8a8a8a;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  position: absolute;
  top: 15px;
  left: 0;
}

.wrap-careerslide {
  position: relative;
}

.wrap-careerslide::before {
  content: "";
  background: rgba(127, 127, 127, 0.15);
  width: 93%;
  height: 94%;
  position: absolute;
  top: -3%;
  left: -2.3%;
}

.career-spirit.wrap_spirit {
  padding-top: 0;
}

.career-spirit .career-photospirit {
  margin-top: -80px;
}

.career-spirit .career-photospirit img {
  width: 100%;
}

.career-spirit .topic-inside {
  text-align: center;
  font-size: 1.8rem;
  margin-top: 50px;
}

.link-photocareer {
  padding: 0;
}

.link-photocareer a {
  display: block;
  text-align: center;
  color: var(--white-color);
  text-decoration: none;
}

.link-photocareer a figure {
  position: relative;
  overflow: hidden;
  margin-bottom: 1px;
  background: #000;
}

.link-photocareer a figure::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 37.5%;
}

.link-photocareer a figure > img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  left: 0;
  top: 0;
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
}

.link-photocareer a figure:hover > img {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.link-photocareer a figure img {
  opacity: 0.4;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

.link-photocareer a figure .caption-linkcareer {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.link-photocareer a figure .caption-linkcareer .btn-default {
  letter-spacing: 0;
  font-weight: 300;
  font-size: 1rem;
}

.link-photocareer a figure .caption-linkcareer .topic-linkcareer {
  font-size: 1.5rem;
  font-weight: 400;
  margin: 20px 0;
}

.link-photocareer a figure .caption-linkcareer img {
  opacity: 1;
  width: 70px;
  height: auto;
}

.link-photocareer a figure .caption-linkcareer.linkintern img {
  width: 55px;
}

.link-photocareer a:hover figure img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  opacity: 0.25;
}

.link-photocareer a:hover figure .caption-linkcareer img {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

.banner_recurit {
  position: relative;
}

.banner_recurit figure {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}

.banner_recurit figure::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 49.9375%;
}

.banner_recurit figure > img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  left: 0;
  top: 0;
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
}

.banner_recurit figure:hover > img {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.wrap-bannerrecruit.wrap-bannercareer .owl-carousel.owl-visitor .owl-item img {
  opacity: 1;
}

.wrap_recruit {
    background-image: url(../../images/bg-career.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    padding: 70px 0 100px;
}

.wrap_recruit .topic-inside {
  text-align: center;
}

.wrap_recruit .tab_article_btn {
  text-align: center;
  margin-bottom: 80px;
}

.wrap_recruit .tab_article_btn div {
  font-weight: 400;
  background: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.wrap_recruit .tab_article_btn div.active {
  color: var(--blue-color);
  background: none;
  font-size: 1.3rem;
}

.wrap_recruit .tab_article_btn div.active span {
  color: var(--font-black-color);
}

.wrap_recruit .tab_article_btn div span {
  padding: 0 15px;
}

.wrap_recruit .tab_article_btn div:hover {
  color: var(--blue-color);
}

.wrap_recruit .tab_article_btn div:hover span {
  color: var(--font-black-color);
}

.wrap_recruit-history {
  background: rgba(216, 216, 216, 0.4);
  padding: 20px;
  margin: 30px 0;
}

.wrap_recruit-history .btn-default {
  letter-spacing: 0;
  float: right;
}

.wrap_recruit-history span {
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}

.wrap-itemrecruit {
  margin-top: 30px;
}

.wrap-itemrecruit .content_procurelist {
  background-color: #fff;
}

.wrap-itemrecruit .content_procurelist ul li::before {
  background-color: var(--grey-color);
}

.content_procurelist .carrer-btnapply {
  text-align: center;
  margin: 40px 0 30px;
}

.box-contact-career {
  background-image: url(../images/bg-contact-career.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 20px 120px;
}

.text-contact-career {
  color: #000;
  font-size: 1.15rem;
  padding-left: 40%;
}

.text-contact-career div {
  color: #2c2a53;
  font-size: 1.9rem;
  font-weight: 400;
}

.text-contact-career a {
  text-decoration: none;
  color: #000;
}

.wrap_career-form {
  background-image: url(../images/bg-career2.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  padding: 60px 0 100px;
}

.wrap_career-form .topic-inside {
  text-align: center;
}

.box-formcareer {
  margin-top: 40px;
}

.box-formcareer label {
  margin-bottom: 3px;
}

.box-formcareer label span {
  color: var(--font-red-color);
}

.box-formcareer input, .box-formcareer select {
  border-radius: 50px;
  border: 1px solid #ddd;
  font-size: 0.9rem;
  padding: 10px 20px;
  color: #8d8d8d;
  font-weight: 300;
}

.box-formcareer textarea {
  border-radius: 10px;
  border: 1px solid #ddd;
  font-size: 0.9rem;
  color: #8d8d8d;
}

.box-formcareer .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3), .box-formcareer .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}

.box-formcareer .date i {
  color: #999;
  position: absolute;
  top: 6px;
  right: 20px;
}

.box-formcareer .box_carrerradio div {
  margin-right: 40px;
}

.box-formcareer .md-radio label:before {
  border: 1px solid #ddd;
}

.box-formcareer ul.form-control {
  border-radius: 50px;
}

.box-formcareer ul.form-control li {
  font-weight: 300;
}

.box-formcareer .dropdown-menu {
  width: 100%;
  top: 50px !important;
  left: 0;
  -webkit-transform: translate3d(0, 0, 0) !important;
          transform: translate3d(0, 0, 0) !important;
}

.box-formcareer .form-check-input {
  padding: 9px;
  margin-right: 10px;
  margin-top: 8px;
}

.box-formcareer .form-check-label {
  font-size: 0.9rem;
  font-weight: 300;
}

.career-boxmulti {
  position: relative;
  width: 100%;
}

.box-frmcareer {
  margin-bottom: 35px;
}

.box-frmcareer2 {
  margin-bottom: 5px;
}

.box-frmcareer3 {
  margin-bottom: 15px;
}

.career-topic {
  background-color: #2487d8;
  color: var(--white-color);
  font-size: 1.1rem;
  border-radius: 50px;
  padding: 7px 25px;
  margin-bottom: 30px;
}

.career-topic i {
  padding-right: 3px;
}

.career-topic img {
  margin-right: 3px;
  width: 20px;
  height: auto;
}

.desc-careerfrm {
  padding: 0 20px;
}

.career-photoprofile {
  width: 140px;
  border: 1px solid #cfd5d9;
  display: inline-block;
}

.career-photoprofile img {
  width: 100%;
}

.wrap-photofile {
  display: inline-block;
  width: calc(100% - 145px);
  padding-left: 45px;
}

.wrap-photofile .box-frmcareer input {
  padding: 6px 13px;
}

.box-photoprofile {
  margin-bottom: 40px;
}

.frm-textback {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.frm-textback div {
  padding-left: 17px;
  padding-top: 5px;
}

.box-show-career {
  display: none;
  background: #f5f5f5;
  border-radius: 10px;
  padding: 18px 25px 15px;
}

.box-show-career .box-frmcareer {
  margin-bottom: 10px;
}

.career-addmore {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.career-addmore .btn-default {
  width: auto;
  letter-spacing: 0;
  padding-left: 20px;
  padding-right: 20px;
  height: 38px;
  line-height: 37px;
  margin-left: 20px;
}

.career-addmore .btn-default i {
  padding-right: 3px;
}

.career-topicform {
  font-weight: 400;
  margin-bottom: 20px;
}

.career-topicform span {
  color: var(--font-red-color);
}

.bt-topicform {
  border-top: 2px solid #eee;
  margin-top: 15px;
  padding-top: 30px;
}

.career-topicform2 {
  margin-bottom: 20px;
}

.career-topicform2 span {
  color: var(--font-red-color);
}

.frm-careerupload.box-formcareer input {
  padding: 8px 17px;
}

.frm-careercheck.box-formcareer input {
  padding: 10px;
  margin-right: 8px;
}

.frm-careercheck ul {
  padding: 0;
  margin: 0;
}

.frm-careercheck ul li {
  list-style: none;
  position: relative;
  color: var(--grey-color);
  margin-bottom: 15px;
  padding-left: 13px;
  font-size: 0.9rem;
}

.frm-careercheck ul li::before {
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  width: 4px;
  height: 4px;
  background-color: var(--grey-color);
  border-radius: 50%;
}

.frm-careercheck .wrap-btncontact {
  margin-top: 10px;
}

.frm-careercheck .wrap-btncontact a {
  margin: 0 7px;
}

.careersubmit_popup.bg-whistle {
  width: 650px;
  max-width: 100%;
  padding: 50px 50px 60px;
}

.careersubmit_popup.bg-whistle .btn-default {
  margin-top: 20px;
}

.topic-intern {
  font-size: 1.7rem;
  font-weight: 400;
  color: var(--blue-color);
}

.wrap_btnintern {
  margin-top: 35px;
}

.phototop-intern {
  padding-right: 35px;
}

.phototop-intern img {
  width: 100%;
}

.box-internannouce {
  margin-top: 40px;
}

.topic-internannouce {
  background-color: #2487d8;
  border-radius: 5px;
  color: var(--white-color);
  font-size: 1.1rem;
  font-weight: 400;
  padding: 7px 20px;
  margin-bottom: 20px;
}

.desc-internannouce {
  padding: 0 20px;
}

.topic2-internannouce {
  font-size: 1.3rem;
  color: var(--blue-color);
  margin-bottom: 5px;
}

.career-smalltext {
  color: var(--grey-color);
  font-size: 0.9rem;
  display: inline-block;
}

.btn-backmain {
  padding: 30px 0;
}

.btn-backmain .btn-default {
  width: auto;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 0.85rem;
}

.wrap-procureall {
  text-align: left;
  border-top: 3px solid var(--blue-color);
}

.wrap-procureall .procure-iconarrow {
  text-align: right;
}

.wrap-procureall .procure-iconarrow i {
  margin-right: 15px;
}

.topic-whistleselect {
  font-weight: 400;
  font-size: 1.1rem;
  margin: 30px 0 20px;
}

.whistleform .md-radio label:before {
  border: 1px solid #999;
}

.whistleform .box-show-career {
  padding-bottom: 40px;
}

.wrap-allgallery {
  background: #f4f7f6;
  padding: 70px 0;
}

.banner-gallery .owl-dots {
  display: none;
}

.banner-gallery .banner-btn a {
  margin: 0 auto;
}

.banner-gallery h1 {
  margin-bottom: 20px;
}

.banner-gallery .owl-carousel.owl-bannerslide .owl-item img {
  opacity: 0.5;
}

.gallery-scrolldown {
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 1;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}

.gallery-scrolldown div {
  font-size: 0.8rem;
  letter-spacing: 1px;
}

.gallery-scrolldown i {
  -webkit-animation: dcva 2.5s infinite;
          animation: dcva 2.5s infinite;
  display: block;
}

@-webkit-keyframes dcva {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
  }
  50% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  75% {
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes dcva {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
  }
  50% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  75% {
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

.link-albumgall {
  display: block;
  text-decoration: none;
  color: #666;
  font-size: 0.85rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border: 1px solid #fff;
  margin: 30px 10px;
}

.link-albumgall figure {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  background: #000043;
}

.link-albumgall figure::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 68.75%;
}

.link-albumgall figure > img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  left: 0;
  top: 0;
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
}

.link-albumgall figure:hover > img {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.link-albumgall figure .gallery-txtmore {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  color: var(--white-color);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-transform: uppercase;
  font-size: 0.85rem;
  letter-spacing: 1px;
}

.link-albumgall figure .gallery-txtmore i {
  margin-right: 5px;
}

.link-albumgall figcaption {
  background: #fff;
  padding: 20px;
}

.link-albumgall div {
  color: #000;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 5px;
}

.link-albumgall:hover {
  color: #000;
  text-decoration: none;
  border: 1px solid #eee;
}

.link-albumgall:hover figure img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  opacity: 0.3;
}

.link-albumgall:hover figure .gallery-txtmore {
  opacity: 1;
}

.gallery-inside .topic-media {
  margin-bottom: 10px;
}

.gallery-inside .content-editor {
  margin-bottom: 40px;
}

.wrap_allsearch {
  margin-bottom: 70px;
}

.box-searchresult {
  padding: 15px;
  border-bottom: 1px solid #eee;
  display: block;
  color: var(--grey-color);
  font-size: 0.9rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
}

.box-searchresult:hover {
  background-color: #eee;
  color: var(--font-black-color);
}

.box-searchresult .topic-searchresult {
  color: var(--blue-color);
  font-size: 1rem;
}

.box-searchresult:last-child {
  border-bottom: 0;
}

.procurepolicy-pdf a {
  display: block;
  color: var(--blue-color);
  text-decoration: none;
  margin-top: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.procurepolicy-pdf a:hover {
  color: var(--font-black-color);
}

.page-faqs .topic-inside {
  margin-bottom: 30px;
}

.procure-popupphoto a {
  display: block;
  text-decoration: none;
  outline: none;
}

.procure-popupphoto a img {
  width: auto;
  max-width: 100%;
}

.bg-landingpage {
  background-image: url(../images/bg-landingpage.jpg);
  background-size: cover;
  height: 100vh;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.wrap_landingpage {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
}

.wrap_landingpage .btn-default {
  margin: 0 5px;
}

.wrap_landingpage .btn-default.btn-blue {
  letter-spacing: 0;
}

.photo-landing {
  margin-bottom: 40px;
}

.photo-landing img {
  width: auto;
  max-width: 100%;
}

.menu-cookies {
  border-bottom: 2px solid #eee;
  margin-bottom: 30px;
  padding-bottom: 10px;
}

.menu-cookies a {
  display: inline-block;
  color: var(--font-black-color);
  text-decoration: none;
  font-size: 1.2rem;
  margin-right: 100px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.menu-cookies a.here {
  color: var(--blue-color);
  font-size: 1.6rem;
  position: relative;
}

.menu-cookies a.here::before {
  content: "";
  width: 100%;
  height: 4px;
  background-color: var(--blue-color);
  position: absolute;
  bottom: -12px;
  left: 0;
}

.menu-cookies a:hover {
  color: var(--blue-color);
}

.menu-cookies a:last-child {
  margin-right: 0;
}

.desc-cookies {
  position: relative;
  padding-bottom: 50px;
}

.desc-cookies .menu-mbcookies {
  display: none;
  margin-top: 10px;
}

.desc-cookies .menu-mbcookies .newmeniu {
  cursor: pointer;
}

.desc-cookies .menu-mbcookies .sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  background-color: #1b6cb6;
  overflow-x: hidden;
  padding-top: 60px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.desc-cookies .menu-mbcookies .sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #fff;
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.desc-cookies .menu-mbcookies .sidenav a:hover, .desc-cookies .menu-mbcookies .offcanvas a:focus {
  color: #f1f1f1;
}

.desc-cookies .menu-mbcookies .sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.desc-cookies .menu-mbcookies #main {
  -webkit-transition: margin-left .5s;
  transition: margin-left .5s;
  padding: 20px;
}

.desc-cookies .menu-mbcookies .navmenu {
  width: 100%;
  display: block;
  position: relative;
}

.desc-cookies .menu-mbcookies .navmenu div {
  font-size: 1.5rem;
  color: #fff;
  padding-left: 30px;
}

.desc-cookies .menu-mbcookies .navmenu ul {
  list-style-type: none;
  margin: 0;
  padding: 20px;
  width: 100%;
  background-color: none;
}

.desc-cookies .menu-mbcookies .navmenu ul li a {
  display: block;
  color: #fff;
  font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif;
  padding: 15px 10px;
  text-decoration: none;
  font-size: 15px;
  text-transform: uppercase;
  font-size: 1.1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.desc-cookies .menu-mbcookies .navmenu ul li a:hover {
  background-color: #555;
  color: white;
}

.desc-cookies .menu-mbcookies .navmenu ul li ul li a {
  display: block;
  color: #fff;
  padding: 8px 30px;
  text-decoration: none;
}

.desc-cookies .menu-mbcookies .navmobile {
  position: absolute;
  width: 20px;
  height: 2px;
  background: var(--font-black-color);
  margin: 6px 0;
  color: #111;
  top: 0;
  right: 0;
}

.desc-cookies .wrap_contact-info {
  padding-top: 50px;
}

.desc-cookies .box-news2 .itemnews-update a.photo-news2::before {
  top: 12px;
}

.topic-mbcookies {
  display: none;
}

.item-privacy {
  display: block;
  text-decoration: none;
  text-align: center;
  color: var(--font-black-color);
  font-weight: 400;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 0 30px;
  margin-top: 50px;
}

.item-privacy .icon-privacy {
  background: #eee;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  position: relative;
  margin: 0 auto 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.item-privacy .icon-privacy img {
  width: 60px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.item-privacy:hover {
  color: var(--blue-color);
}

.item-privacy:hover .icon-privacy {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
          box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

.topic-policyinside {
  color: var(--blue-color);
  font-size: 1.2rem;
  text-align: center;
  line-height: 1.9;
  margin: 40px 0 10px;
}

.service_table table .privacy-td-width {
  width: 350px;
}

.service_table table .privacy-td-width2 {
  width: 50px;
}

.privacy_table.service_table table {
  font-weight: 300;
}

.btnback-procure {
  margin-top: 50px;
  text-align: left;
}

.btnback-procure a {
  display: block;
  color: var(--grey-color);
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.9rem;
}

.btnback-procure a i {
  margin-right: 4px;
}

.btn-backgallery {
  margin-bottom: 50px;
}

.wrap-recruitprocess {
  text-align: center;
  padding: 70px 60px;
  margin: 0 auto;
  background: #eeeeee;
  background: -webkit-gradient(linear, left bottom, left top, from(#eeeeee), to(white));
  background: linear-gradient(0deg, #eeeeee 0%, white 100%);
  border-bottom: 1px solid #eee;
}

.wrap-recruitprocess .item-careerprocess {
  margin-top: 30px;
  padding: 0 18px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.wrap-recruitprocess .item-careerprocess figure {
  position: relative;
  overflow: hidden;
}

.wrap-recruitprocess .item-careerprocess figure::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 108%;
}

.wrap-recruitprocess .item-careerprocess figure > img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  left: 0;
  top: 0;
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
}

.wrap-recruitprocess .item-careerprocess figure:hover > img {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.wrap-recruitprocess .item-careerprocess .title-careerprocess {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.6;
  margin-top: 30px;
}

.wrap-recruitprocess .item-careerprocess .num-careerprocess {
  background-color: var(--blue-color);
  color: #fff;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 50%;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 50px;
  margin: 15px auto 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.wrap-recruitprocess .item-careerprocess:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.wrap-recruitprocess .item-careerprocess:hover figure {
  -webkit-box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
          box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.wrap-recruitprocess .item-careerprocess:hover .num-careerprocess {
  background-color: var(--blue2-color);
}

.nopad {
  padding: 0;
}

.careercheckpopup .whistle-logo, .careercheckpopup .topic-inside2, .careercheckpopup p {
  text-align: center;
}

.box-skill.md-radio.md-radio-inline {
  margin-top: 40px;
}

.item-manager figure {
  background-color: #fff;
  -webkit-clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
          clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
}

.bg-flolahall {
  background-image: url(../images/bg-flora.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 70px 0 100px;
  color: var(--font-black-color);
}

.bg-flolahall .topic-inside {
  color: var(--blue-color);
  text-transform: uppercase;
  margin-bottom: 10px;
}

.bg-flolahall .topic-inside2 {
  font-size: 1.5rem;
}

.bg-flolahall .topic-flora {
  color: var(--font-black-color);
  margin: 15px 0;
  font-size: 1.25rem;
}

.bg-flolahall .topic-flora2 {
  color: var(--blue-color);
  margin: 20px 0 7px;
  font-size: 1.35rem;
  font-weight: 400;
}

.bg-flolahall figure {
  overflow: hidden;
}

.bg-flolahall figure img {
  width: 100%;
}

.bg-flolahall .text-center {
  margin-bottom: 50px;
}

.photoslide-florahall .gall-flora figure {
  position: relative;
  overflow: hidden;
}

.photoslide-florahall .gall-flora figure::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 67.1875%;
}

.photoslide-florahall .gall-flora figure > img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  left: 0;
  top: 0;
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
}

.photoslide-florahall .gall-flora figure:hover > img {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.topic-datasub {
  font-size: 1.2rem;
  font-weight: 400;
  color: var(--font-black-color);
  margin-bottom: 10px;
}

.desc-datasub a {
  display: inline-block;
  color: var(--blue-color);
}

.list-flora {
  padding-left: 50px;
  margin-top: -15px;
}

.item-flora {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: top;
  margin: 15px 0;
}

.item-flora .icon-flora img {
  width: 48px;
  height: auto;
}

.item-flora .desc-iconflora {
  padding: 0 15px;
  color: var(--font-black-color);
  line-height: 1.6;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin-top: -5px;
}

.tree-boxpoint {
  background-color: var(--blue-color);
  color: var(--white-color);
  padding: 15px;
}

.item-boxpoint {
  padding: 6px 15px 15px;
  font-size: 0.9rem;
}

.item-boxpoint .box-yellowpoint {
  background-color: #ffcb03;
  color: #000;
  font-weight: 400;
  padding: 0 15px;
  height: 37px;
  font-size: 0.8rem;
  line-height: 37px;
}

.item-boxpoint .box-whitepoint {
  background-color: #8fdafb;
  color: #3cadf4;
  font-weight: 400;
  padding: 0 15px;
  height: 37px;
  font-size: 0.8rem;
  line-height: 37px;
}

.item-boxpoint .box-whitepoint span {
  position: relative;
  z-index: 1;
}

.item-boxpoint .box-whitepoint.boxpoint-p01 {
  position: relative;
}

.item-boxpoint .box-whitepoint.boxpoint-p01::before {
  content: "";
  background-color: #fff;
  width: 90%;
  height: 37px;
  position: absolute;
  top: 0;
  left: 0;
}

.boxpoint-active {
  border: 1px solid #fff;
  font-weight: 400;
  background: rgba(0, 0, 0, 0.1);
}

.topic-finance {
  font-size: 1.4rem;
  color: var(--blue-color);
}

.box-finance {
  color: var(--grey-color);
  margin-bottom: 40px;
}

.wrap-finance {
  background-image: url(../images/photo-finance_02.png);
  background-size: cover;
  background-repeat: no-repeat;
  color: var(--white);
}

.wrap-finance .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wrap-finance .row .btn-default {
  float: right;
}

.wrap-finance .row img {
  width: 100%;
}

.txt-bannerfinance {
  color: var(--white-color);
  font-size: 1.6rem;
}

.txt-bannerfinance div {
  font-size: 1.9rem;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1;
}

/*responsive*/
@media (max-width: 2600px) {
  .banner_visitor figure {
    position: relative;
    overflow: hidden;
  }
  .banner_visitor figure::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 40.625%;
  }
  .banner_visitor figure > img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    -o-object-fit: cover;
       object-fit: cover;
    left: 0;
    top: 0;
    -webkit-transition: 1s all ease;
    transition: 1s all ease;
  }
  .banner_visitor figure:hover > img {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@media (max-width: 1920px) {
  .logo {
    width: 130px;
  }
  .caption-banner {
    font-size: 1.8rem;
    width: 50%;
    top: 50%;
  }
  .slick-dots {
    top: 35%;
  }
  .wrap_frm-visitor {
    margin-top: -250px;
  }
  .caption-inside {
    bottom: 90px;
  }
  .box-serviceslide {
    margin-top: -80px;
  }
}

@media (max-width: 1600px) {
  .bg-cv div img {
    max-width: 280px;
  }
  .wrap_contact-form {
    padding-top: 100px;
  }
  .caption-inside {
    bottom: 60px;
  }
  .caption-inside h1 {
    font-size: 1.8rem;
  }
  .caption-inside h2 {
    font-size: 1.3rem;
  }
  .wrap-uselose figure .caption-uselose .box-uselose .txt-loseit1 {
    font-size: 1.5rem;
  }
  .wrap-uselose figure .caption-uselose .box-uselose .txt-loseit2 {
    font-size: 2rem;
  }
  .wrap-ability-info figure {
    padding-bottom: 30px;
  }
  .wrap-ability-info figure div {
    font-size: 1.25rem;
  }
  .box-serviceslide {
    margin-top: -50px;
  }
  .wrap-sustain1 {
    background-size: 68%;
  }
  .wrap-bannercareer .caption-career {
    top: 50%;
  }
  .link-photocareer a figure {
    position: relative;
    overflow: hidden;
  }
  .link-photocareer a figure::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 45%;
  }
  .link-photocareer a figure > img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    -o-object-fit: cover;
       object-fit: cover;
    left: 0;
    top: 0;
    -webkit-transition: 1s all ease;
    transition: 1s all ease;
  }
  .link-photocareer a figure:hover > img {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .link-photocareer a figure .caption-linkcareer .topic-linkcareer {
    margin-top: 15px;
  }
  .text-contact-career {
    padding-left: 44%;
  }
  .wrap-recruitprocess {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (max-width: 1440px) {
  .wrap_banner-inside figure {
    position: relative;
    overflow: hidden;
  }
  .wrap_banner-inside figure::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 34.375%;
  }
  .wrap_banner-inside figure > img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    -o-object-fit: cover;
       object-fit: cover;
    left: 0;
    top: 0;
    -webkit-transition: 1s all ease;
    transition: 1s all ease;
  }
  .wrap_banner-inside figure:hover > img {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .caption-inside {
    bottom: 40px;
  }
  .wrap_frm-visitor {
    margin-top: -100px;
  }
  .visitor-photoinfo figure .caption-bannervisitor .topic-visitor-info {
    font-size: 1.6rem;
  }
  .visitor-photoinfo figure .caption-bannervisitor {
    font-size: 1.1rem;
  }
  .visitor-photoinfo figure .caption-bannervisitor .visitor-info div {
    font-size: 1rem;
  }
  .bg-cv div img {
    max-width: 250px;
  }
  .caption-banner {
    font-size: 1.5rem;
  }
  .wrap-companyprofile {
    padding-top: 40px;
  }
  .photo-company {
    width: 1300px;
  }
  .timeline-carousel {
    width: 1300px;
  }
  .caption-inside {
    bottom: 55px;
  }
  .caption-inside h1 {
    font-size: 1.5rem;
  }
  .caption-inside h2 {
    font-size: 1.2rem;
  }
  .topic-inside {
    font-size: 1.5rem;
  }
  .topic-inside2 {
    font-size: 1.1rem;
  }
  .wrap-companyprofile .topic-inside {
    margin: 10px 0 15px;
  }
  .tb-topic-model {
    font-size: 1rem;
  }
  .wrap-uselose figure {
    height: 450px;
  }
  .wrap-uselose figure .caption-uselose .box-uselose .txt-loseit2 {
    font-size: 1.8rem;
    margin: 20px 0;
  }
  .wrap-ability-info figure {
    position: relative;
    overflow: hidden;
  }
  .wrap-ability-info figure::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 15.625%;
  }
  .wrap-ability-info figure > img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    -o-object-fit: cover;
       object-fit: cover;
    left: 0;
    top: 0;
    -webkit-transition: 1s all ease;
    transition: 1s all ease;
  }
  .wrap-ability-info figure:hover > img {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .wrap_aboutLNG {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .desc-aboutLNG {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .wrap-impact {
    padding-bottom: 100px;
  }
  .media-content .topic-media {
    margin-top: 250px;
  }
  .media-content .item-media a {
    padding: 0 10px;
  }
  .media-content .item-media .wrap-namevdo {
    margin-bottom: 60px;
    padding: 0 10px;
  }
  .icon-development {
    width: 85px;
    height: 85px;
  }
  .icon-development img {
    width: 40px;
  }
  .wrap-banner-dev.wrap_banner-inside figure {
    position: relative;
    overflow: hidden;
  }
  .wrap-banner-dev.wrap_banner-inside figure::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 40.625%;
  }
  .wrap-banner-dev.wrap_banner-inside figure > img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    -o-object-fit: cover;
       object-fit: cover;
    left: 0;
    top: 0;
    -webkit-transition: 1s all ease;
    transition: 1s all ease;
  }
  .wrap-banner-dev.wrap_banner-inside figure:hover > img {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .item-development:not(:last-child)::before {
    height: 4px;
    top: 40px;
  }
  .caption-career h1 {
    font-size: 1.7rem;
    margin-bottom: 10px;
  }
  .wrap-bannercareer.wrap_banner-inside figure {
    position: relative;
    overflow: hidden;
  }
  .wrap-bannercareer.wrap_banner-inside figure::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 40.625%;
  }
  .wrap-bannercareer.wrap_banner-inside figure > img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    -o-object-fit: cover;
       object-fit: cover;
    left: 0;
    top: 0;
    -webkit-transition: 1s all ease;
    transition: 1s all ease;
  }
  .wrap-bannercareer.wrap_banner-inside figure:hover > img {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .link-photocareer a figure .caption-linkcareer img {
    width: 57px;
  }
  .link-photocareer a figure .caption-linkcareer.linkintern img {
    width: 45px;
  }
  .link-photocareer a figure .caption-linkcareer .topic-linkcareer {
    font-size: 1.3rem;
    margin-top: 7px;
  }
  .wrap-bannercareer.wrap_banner-inside .banner_recurit figure {
    position: relative;
    overflow: hidden;
  }
  .wrap-bannercareer.wrap_banner-inside .banner_recurit figure::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 49.9375%;
  }
  .wrap-bannercareer.wrap_banner-inside .banner_recurit figure > img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    -o-object-fit: cover;
       object-fit: cover;
    left: 0;
    top: 0;
    -webkit-transition: 1s all ease;
    transition: 1s all ease;
  }
  .wrap-bannercareer.wrap_banner-inside .banner_recurit figure:hover > img {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .text-contact-career {
    padding-left: 49%;
  }
  .wrap-recruitprocess .item-careerprocess {
    padding: 0 13px;
  }
  .wrap-recruitprocess .item-careerprocess .title-careerprocess {
    font-size: 1.15rem;
  }
  .banner-telinfo {
    font-size: 0.9rem;
  }
  .banner-telinfo div {
    padding: 0 20px;
  }
  .banner-itemlink {
    left: 3%;
    right: 3%;
  }
}

@media (max-width: 1380px) {
  .item-board figure {
    margin: 0 30px 20px;
  }
  .box-boardlist .item-board figure {
    margin: 0 45px 20px;
  }
  .bg-cv div img {
    max-width: 230px;
  }
  .wrap-descmodel {
    padding-bottom: 60px;
  }
  .wrap-table-business {
    padding-left: 40px;
  }
  .tb-topic-model {
    font-size: 0.9rem;
  }
  .bgtable-white {
    padding: 5px;
    font-size: 0.95rem;
  }
  .box-serviceslide {
    padding: 0;
  }
  .wrap-sustain1 .desc-stategic {
    padding-bottom: 50px;
  }
  .box-formcareer .box_carrerradio div {
    margin-right: 25px;
  }
  .list-flora {
    padding-left: 30px;
  }
}

@media (max-width: 1199px) {
  .logo {
    width: 100px;
  }
  .link-menutop {
    font-size: 0.7rem;
  }
  .wrap_menu {
    padding-left: 30px;
    padding-right: 30px;
  }
  .wrap_menu.sticky .mainmenu ul li > a {
    font-size: 0.7rem;
  }
  .topbar_info div {
    margin-right: 15px;
  }
  .choose-size span {
    padding-right: 10px;
  }
  .caption-banner {
    font-size: 1.4rem;
  }
  .banner-itemlink {
    left: 30px;
    right: 30px;
  }
  .banner-telinfo div {
    padding: 0 30px;
  }
  .box-abouthome {
    padding-right: 40px;
    font-size: 1rem;
  }
  .head-topic {
    font-size: 2rem;
  }
  .ab-nav {
    right: 30px;
    top: 10px;
  }
  .item-about .ab-order2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .abount-contentright::after {
    display: none;
  }
  .img-home_about {
    position: relative;
    overflow: hidden;
  }
  .img-home_about::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 42.85714%;
  }
  .img-home_about > img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    -o-object-fit: cover;
       object-fit: cover;
    left: 0;
    top: 0;
    -webkit-transition: 1s all ease;
    transition: 1s all ease;
  }
  .img-home_about:hover > img {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .ab-nav button {
    color: var(--white-color);
  }
  .ab-nav button i {
    opacity: 0.8;
  }
  .desc-homeaabout {
    padding: 40px;
    min-height: 520px;
  }
  .ab-topicmain {
    margin-bottom: 0;
  }
  .ab-topic {
    font-size: 1.6rem;
  }
  .box-abouthome ul li {
    padding-right: 20px;
  }
  .box-abouthome ul li.active span {
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
  .about-photo-dk {
    display: none;
  }
  .about-photo-mb {
    display: block;
  }
  .box-news2 .itemnews-update:last-child a figure {
    margin-left: 0;
    margin-right: 10px;
  }
  .box-news3 .box-slidenews .owl-theme .owl-nav.disabled + .owl-dots {
    left: -35px;
  }
  .box-news3 .itemnews-update .topic-newstitle {
    font-size: 1.3rem;
    margin-top: 10px;
    margin-bottom: 15px;
  }
  .box-news3 .itemnews-update .topic-news {
    font-size: 1rem;
  }
  .wrap_services {
    padding: 55px 0 75px;
  }
  .head-topic-blue {
    font-size: 2rem;
  }
  .item-services .topic-services {
    font-size: 1.15rem;
  }
  .item-services .caption-services {
    padding-left: 20px;
    padding-bottom: 30px;
  }
  .wrap_csr {
    padding: 50px 0 80px;
  }
  .wrap_banner-inside figure {
    position: relative;
    overflow: hidden;
  }
  .wrap_banner-inside figure::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 37.5%;
  }
  .wrap_banner-inside figure > img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    -o-object-fit: cover;
       object-fit: cover;
    left: 0;
    top: 0;
    -webkit-transition: 1s all ease;
    transition: 1s all ease;
  }
  .wrap_banner-inside figure:hover > img {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .caption-inside {
    bottom: 30px;
  }
  .caption-inside h1 {
    font-size: 1.45rem;
    margin-bottom: 10px;
  }
  .caption-inside h2 {
    font-size: 1.2rem;
  }
  .wrap_board {
    padding: 50px 0;
  }
  .item-board figure {
    margin: 0 10px 20px;
  }
  .board-ceo .board-name {
    font-size: 1.25rem;
  }
  .board-ceo .board-positions {
    font-size: 1rem;
  }
  .box-boardlist .item-board figure {
    margin: 0 25px 20px;
  }
  .desc-cv {
    padding: 70px 0 70px 50px;
  }
  .desc-cv .board-name {
    font-size: 1.7rem;
  }
  .desc-cv .board-positions {
    font-size: 1.2rem;
  }
  .topic-cv {
    font-size: 1.1rem;
    line-height: 1.8;
  }
  .line-cv {
    margin-top: 20px;
  }
  .caption_banner h1 {
    font-size: 1.8rem;
  }
  .visitor-photoinfo figure {
    position: relative;
    overflow: hidden;
  }
  .visitor-photoinfo figure::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 31.25%;
  }
  .visitor-photoinfo figure > img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    -o-object-fit: cover;
       object-fit: cover;
    left: 0;
    top: 0;
    -webkit-transition: 1s all ease;
    transition: 1s all ease;
  }
  .visitor-photoinfo figure:hover > img {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .visitor-photoinfo figure .caption-bannervisitor {
    right: 30px;
  }
  .bg-cv {
    padding: 70px 0;
  }
  .bg-cv div {
    padding-right: 50px;
  }
  .bg-cv div img {
    max-width: 200px;
  }
  .hide-descmenu {
    display: none;
  }
  .wrap-companyprofile .row {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .wrap-descmodel {
    padding-top: 50px;
  }
  .topic-model2 {
    font-size: 1.4rem;
  }
  .wrap-table-business {
    padding-left: 20px;
  }
  .bgtable-white {
    padding: 5px 0;
    font-size: 0.9rem;
  }
  .frm-searchnews select {
    width: 235px;
  }
  .visitor-boxform .head-topic-blue {
    font-size: 1.5rem;
  }
  .calendar-visitor .fc .fc-toolbar-title {
    font-size: 1.3rem;
  }
  .wrap-uselose figure .caption-uselose {
    padding-right: 10px;
  }
  .wrap-uselose figure {
    height: 400px;
  }
  .wrap-abilitydownload {
    padding: 70px 0;
  }
  .wrap-abilitydownload figure {
    margin-right: 30px;
  }
  .box-serviceslide {
    margin-top: 50px;
    padding: 0 50px;
  }
  .photoleft-aboutlng {
    display: none;
  }
  .desc-aboutLNG {
    text-align: center;
  }
  .desc-aboutlng2 {
    position: relative;
    width: 100%;
  }
  .photo-aboutlng2 {
    width: 100%;
    text-align: center;
  }
  .photo-aboutlng2 img {
    margin: 0 auto;
    width: 75%;
  }
  .wrap_aboutLNG2 {
    padding-top: 50px;
  }
  .wrap-environment2 figure .caption-environment2 .topic-env2 {
    font-size: 2rem;
  }
  .wrap_contact-info.box-news2 .itemnews-update {
    margin: 0 0 60px;
  }
  .txt-officebranch {
    font-size: 1.2rem;
  }
  .wrap-tabprocure {
    padding-left: 30px;
  }
  .bg-procuretab {
    padding-bottom: 0;
  }
  .wrap-procure-announce {
    margin-top: -100px;
    padding-top: 150px;
  }
  .procure-photolink.photo-linkcontact .item-services .topic-services {
    font-size: 1.2rem;
  }
  .wrap-topnews.box-news2 .itemnews-update:last-child a figure {
    margin-right: 0;
  }
  .wrap-topnews.box-news2 .itemnews-update .topic-newstitle {
    font-size: 1.2rem;
  }
  .wrap-topnews.box-news2 .itemnews-update .threelines {
    display: none;
  }
  .box-typeservice {
    margin: 20px 10px 0;
  }
  .topic-firmcontract {
    font-size: 1.2rem;
  }
  .wrap-banner-dev.wrap_banner-inside figure {
    position: relative;
    overflow: hidden;
  }
  .wrap-banner-dev.wrap_banner-inside figure::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 48.57143%;
  }
  .wrap-banner-dev.wrap_banner-inside figure > img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    -o-object-fit: cover;
       object-fit: cover;
    left: 0;
    top: 0;
    -webkit-transition: 1s all ease;
    transition: 1s all ease;
  }
  .wrap-banner-dev.wrap_banner-inside figure:hover > img {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .wrap-sustain1 {
    background-position: top left;
    background-size: 132%;
  }
  .photoreport {
    margin-bottom: 20px;
  }
  .report-filedownload {
    margin-top: 30px;
  }
  .wrap-content .report-filedownload .topic-inside {
    margin-bottom: 0;
  }
  .report-filedownload .wrap-allitem-tpa {
    margin-top: 20px;
  }
  .caption-miracle h1 {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
  .caption-miracle h2 {
    font-size: 1.4rem;
  }
  .miracle-social a {
    margin-bottom: 15px;
  }
  .procuredesc-photolink.procure-photolink.photo-linkcontact .item-services figure {
    position: relative;
    overflow: hidden;
  }
  .procuredesc-photolink.procure-photolink.photo-linkcontact .item-services figure::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 58.33333%;
  }
  .procuredesc-photolink.procure-photolink.photo-linkcontact .item-services figure > img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    -o-object-fit: cover;
       object-fit: cover;
    left: 0;
    top: 0;
    -webkit-transition: 1s all ease;
    transition: 1s all ease;
  }
  .procuredesc-photolink.procure-photolink.photo-linkcontact .item-services figure:hover > img {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .procuredesc-photolink.procure-photolink.photo-linkcontact .item-services .topic-services {
    padding: 0 80px;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.7;
  }
  .procuredesc-photolink.photo-linkcontact .item-services .caption-services {
    max-height: 60px;
  }
  .wrap-bannercareer.wrap_banner-inside figure {
    position: relative;
    overflow: hidden;
  }
  .wrap-bannercareer.wrap_banner-inside figure::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 54.16667%;
  }
  .wrap-bannercareer.wrap_banner-inside figure > img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    -o-object-fit: cover;
       object-fit: cover;
    left: 0;
    top: 0;
    -webkit-transition: 1s all ease;
    transition: 1s all ease;
  }
  .wrap-bannercareer.wrap_banner-inside figure:hover > img {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .desc-careertab {
    padding-left: 20px;
  }
  .desc-careertab .topic-careerslide {
    font-size: 1.3rem;
    margin-bottom: 3px;
  }
  .wrap-careerslide::before {
    height: 89.5%;
  }
  .desc-careertab {
    height: 365px;
  }
  .career-spirit .topic-inside {
    font-size: 1.5rem;
    margin-top: 30px;
  }
  .circle-spirit div {
    font-size: 3rem;
  }
  .circle-spirit {
    width: 100px;
    height: 100px;
  }
  .icon-spirit {
    margin-bottom: 40px;
  }
  .name-spirit {
    height: auto;
  }
  .link-photocareer a figure {
    position: relative;
    overflow: hidden;
  }
  .link-photocareer a figure::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 55%;
  }
  .link-photocareer a figure > img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    -o-object-fit: cover;
       object-fit: cover;
    left: 0;
    top: 0;
    -webkit-transition: 1s all ease;
    transition: 1s all ease;
  }
  .link-photocareer a figure:hover > img {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .wrap_recruit {
    padding: 50px 0 60px;
  }
  .box-contact-career {
    padding: 50px 20px 63px;
  }
  .text-contact-career {
    font-size: 1rem;
    padding-left: 43%;
  }
  .text-contact-career div {
    font-size: 1.3rem;
  }
  .wrap_recruit-history span {
    font-size: 1rem;
  }
  .phototop-intern {
    padding-right: 20px;
  }
  .topic2-internannouce {
    font-size: 1.2rem;
  }
  .topic-intern {
    font-size: 1.5rem;
  }
  .wrap_benefit .topic-benefit {
    font-size: 1.2rem;
    margin-top: 15px;
  }
  .link-albumgall {
    margin-left: 0;
    margin-right: 0;
  }
  .item-privacy {
    padding: 0 10px;
  }
  .service_table table .privacy-td-width3 {
    width: 500px;
  }
  .wrap-recruitprocess .item-careerprocess {
    margin-bottom: 40px;
  }
  .wrap-recruitprocess {
    padding-bottom: 30px;
  }
  .bg-flolahall .topic-flora br {
    display: none;
  }
  .list-flora {
    padding-left: 0;
    margin: 20px 0;
  }
  .bg-flolahall {
    padding-bottom: 70px;
  }
  .bg-flolahall figure {
    margin-bottom: 0;
  }
  .wrap-financial .item-tpacode a {
    padding: 0 15px;
  }
  .wrap-financial.wrap-allitem-tpa {
    margin-top: 15px;
  }
  .wrap-financial .item-tpacode a figure img {
    height: 250px;
  }
  .txt-bannerfinance {
    font-size: 1.1rem;
  }
  .txt-bannerfinance div {
    font-size: 1.2rem;
  }
  .banner-telinfo div {
    padding: 0 15px;
  }
  .banner-boxlink a {
    padding: 0 20px;
  }
  .banner-telinfo {
    font-size: 0.8rem;
  }
  .banner-telinfo div {
    padding: 0 10px;
  }
  .banner-itemlink {
    left: 20px;
    right: 20px;
  }
}

@media (max-width: 991px) {
  .main-slider {
    height: 500px;
    min-height: 500px;
  }
  .slick-slide {
    height: 500px;
  }
  .banner-telinfo {
    display: none;
  }
  .topbar_info {
    display: none;
  }
  .link-menutop {
    display: none;
  }
  .menu_space {
    position: absolute;
    top: 0;
    right: 30px;
  }
  .topbar_select {
    margin-right: 50px;
  }
  .wrap_menu.sticky .topbar_select {
    margin-top: 9px;
  }
  .wrap_btn_menu {
    color: var(--white-color);
  }
  .wrap_menu.sticky .wrap_btn_menu {
    color: var(--font-black-color);
  }
  .logo {
    margin: 0;
  }
  .caption-banner {
    font-size: 1.2rem;
    width: 80%;
    top: 45%;
  }
  .btn-default {
    height: 40px;
    font-size: 0.8rem;
    line-height: 40px;
    width: 160px;
  }
  .slick-dots li.slick-active button {
    font-size: 1.6rem;
  }
  .slick-dots li {
    margin: 3px 0;
  }
  .banner-itemlink {
    padding: 15px 5px 5px;
  }
  .mainmenu.menuleft ul li .topbar_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .head-topic-blue {
    font-size: 1.7rem;
  }
  .wrap_hilightupdate {
    padding: 40px 0 60px;
  }
  .head-topic {
    font-size: 1.7rem;
  }
  .bg-about {
    padding-top: 50px;
  }
  .wrap_topicabout {
    border-bottom: 0;
    margin-bottom: 5px;
  }
  .wrap_topicabout br {
    display: none;
  }
  .box-abouthome {
    text-align: left;
    width: 80%;
  }
  .box-abouthome ul {
    display: none;
  }
  .bg-about .col-12 {
    padding: 0 40px;
  }
  .bg-about .item-about .col-12 {
    padding: 0;
  }
  .ab-nav {
    right: 38px;
    top: -69px;
  }
  .ab-nav button {
    padding: 0 6px;
  }
  .desc-homeaabout {
    min-height: auto;
  }
  .box-news3 .box-slidenews .owl-theme .owl-nav.disabled + .owl-dots {
    width: 100%;
    top: auto;
    bottom: -65px;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    left: 0;
    text-align: center;
  }
  .box-news3 .box-slidenews .owl-theme .owl-dots .owl-dot span {
    margin: 5px;
  }
  .box-news {
    margin-top: 20px;
  }
  .box-news3 .itemnews-update .topic-newstitle {
    font-size: 1.15rem;
  }
  .box-news3 .head-topic-blue {
    display: block;
    margin-bottom: 20px;
  }
  .box-news3 .box-slidenews {
    padding: 0;
  }
  .box-news3 .news-txtupdates {
    display: none;
  }
  .box-news3 .threelines {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .box-news3 .btn-default {
    margin-top: 30px;
  }
  .box-news2 {
    padding-bottom: 60px;
  }
  .wrap_services {
    padding: 40px 0 60px;
  }
  .wrap_csr {
    background-position: top left;
    padding: 40px 0 60px;
  }
  .link_environment a div {
    font-size: 0.9rem;
  }
  .link_environment a div img {
    width: 42px;
  }
  .link_environment a {
    height: 72px;
  }
  .wrap_footer ul li {
    width: 32%;
  }
  .ft-boxinfo {
    padding-right: 30px;
    margin-bottom: 30px;
  }
  .item-board figure {
    margin: 0 30px 20px;
  }
  .caption-inside {
    bottom: 40px;
  }
  .wrap_board .topic-inside {
    margin-bottom: 30px;
  }
  .box-boardlist .item-board figure {
    margin: 0 35px 20px;
  }
  .board-name {
    margin-bottom: 0;
  }
  .desc-cv {
    padding-left: 30px;
  }
  .desc-cv .board-name {
    font-size: 1.4rem;
  }
  .desc-cv .board-positions {
    font-size: 1.1rem;
    margin-bottom: 10px;
    margin-top: 5px;
  }
  .wrap_frm-visitor {
    margin-top: 0;
  }
  .visitor-boxform {
    background: transparent;
    padding: 40px 0 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .visitor-boxform .head-topic-blue {
    font-size: 1.6rem;
  }
  .visitor-photoinfo figure {
    position: relative;
    overflow: hidden;
  }
  .visitor-photoinfo figure::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 40.625%;
  }
  .visitor-photoinfo figure > img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    -o-object-fit: cover;
       object-fit: cover;
    left: 0;
    top: 0;
    -webkit-transition: 1s all ease;
    transition: 1s all ease;
  }
  .visitor-photoinfo figure:hover > img {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .visitor-photoinfo figure .caption-bannervisitor {
    right: 15px;
  }
  .bg-cv div {
    padding-right: 30px;
  }
  .bg-cv div img {
    max-width: 160px;
  }
  .wrap_cookies {
    padding: 30px 25px 20px 10px;
  }
  .wrap_cookies .box-btncookie {
    margin-top: 0;
    text-align: left;
  }
  .topic-companyprofile.show-mb {
    display: block;
    text-align: center;
  }
  .topic-companyprofile.show-pc {
    display: none;
  }
  .wrap_banner-inside figure {
    position: relative;
    overflow: hidden;
  }
  .wrap_banner-inside figure::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 45%;
  }
  .wrap_banner-inside figure > img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    -o-object-fit: cover;
       object-fit: cover;
    left: 0;
    top: 0;
    -webkit-transition: 1s all ease;
    transition: 1s all ease;
  }
  .wrap_banner-inside figure:hover > img {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .wrap-table-business {
    padding-left: 0;
  }
  .wrap-descmodel2 {
    padding: 50px 0;
  }
  .topic-model2 {
    font-size: 1.2rem;
  }
  .bgtable-white {
    font-size: 0.8rem;
    line-height: 1.3rem;
  }
  .model-tb-right {
    font-size: 0.75rem;
  }
  .tb-topic-model {
    font-size: 0.75rem;
  }
  .topic_vision {
    font-size: 1.3rem;
  }
  .box_vision-right {
    padding-right: 0;
    margin-top: 0;
  }
  .box_vision-right .topic_vision::before {
    width: 55px;
  }
  .wrap_vision-left figure {
    right: 0;
    position: static;
    margin-top: 40px;
  }
  .box_vision-left .topic_vision::before {
    display: none;
  }
  .box_vision-left {
    margin-top: 10px;
    padding-left: 0;
  }
  .wrap_vision-left {
    position: static;
  }
  .photo-spirit {
    width: 350px;
    margin: 0 auto 30px;
  }
  .wrap_spirit {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .desc-spirit {
    padding-left: 0;
  }
  .wrap_iconspirit {
    margin-top: 20px;
  }
  .c-blue {
    border: 5px solid #b4def5;
  }
  .c-yellow {
    border: 5px solid #eeecc6;
  }
  .c-orange {
    border: 5px solid #f1dbc6;
  }
  .c-green {
    border: 5px solid #bee0cb;
  }
  .c-blue2 {
    border: 5px solid #bfd0e7;
  }
  .c-red {
    border: 5px solid #eec2c9;
  }
  .box-ceomessage {
    padding-left: 20px;
  }
  .box-searchnews {
    margin-top: 40px;
  }
  .box-searchnews h5 {
    margin-top: 0;
    font-size: 1.2rem;
  }
  .frm-searchnews {
    float: left;
    margin-top: 20px;
  }
  .frm-searchnews div {
    margin-left: 0;
    margin-right: 7px;
  }
  .frm-searchnews select {
    width: 250px;
  }
  .frm-searchnews .btn-default {
    height: 45px;
    line-height: 45px;
  }
  .txt-awardsyear {
    font-size: 1.3rem;
    margin-top: 40px;
  }
  .box-awards figure {
    margin-right: 10px;
  }
  .box-awards .topic-newstitle {
    font-size: 1.1rem;
    margin: 10px 0;
  }
  .box-awards .align-items-center {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .box-awards .threelines {
    -webkit-line-clamp: 2;
    font-size: 0.9rem;
  }
  .box-awards:nth-child(even) .row figure {
    margin-left: 10px;
  }
  .box-awards {
    padding: 50px 0;
  }
  .wrap-content {
    padding: 40px 0;
  }
  .wrap-pageaward .topic-newstitle {
    font-size: 1.2rem;
  }
  .visitor-boxform .head-topic-blue {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
  .visitor-wrapbtn {
    float: left;
  }
  .visitor-wrapbtn .btn-default {
    margin-left: 0;
    margin-right: 10px;
  }
  .item-tpacode a {
    text-align: left;
    vertical-align: top;
    padding: 0;
    margin-bottom: 30px;
  }
  .item-tpacode a figure {
    width: 150px;
    display: inline-block;
  }
  .item-tpacode a figure img {
    height: auto;
  }
  .item-tpacode a .tpacode-name {
    display: inline-block;
    width: calc(100% - 205px);
    padding-left: 40px;
    vertical-align: top;
  }
  .item-tpacode a .btn-default {
    opacity: 1;
    position: static;
    bottom: auto;
    left: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    margin-top: 30px;
  }
  .wrap-allitem-tpa {
    margin-top: 30px;
  }
  .topic-table {
    font-size: 1.1rem;
  }
  .wrap-uselose figure .caption-uselose .box-uselose .txt-loseit1 {
    font-size: 1.1rem;
  }
  .wrap-uselose figure .caption-uselose .box-uselose .txt-loseit2 {
    font-size: 1.3rem;
  }
  .wrap-uselose figure .caption-uselose .box-uselose .btn-default {
    margin-top: 35px;
  }
  .wrap-uselose figure .caption-uselose .box-uselose a {
    display: block;
    margin-top: 8px;
  }
  .wrap-uselose figure .caption-uselose {
    font-size: 0.9rem;
  }
  .wrap-uselose figure .caption-uselose .box-uselose {
    left: 20px;
  }
  .wrap-abilitydownload figure {
    margin-right: 0;
  }
  .wrap-datadownload .topic-inside2 {
    line-height: 1.6;
  }
  .wrap-datadownload ul li {
    padding-bottom: 0;
  }
  .wrap-ability-info figure div {
    font-size: 1.1rem;
  }
  .wrap-ability-info figure {
    position: relative;
    overflow: hidden;
  }
  .wrap-ability-info figure::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 23%;
  }
  .wrap-ability-info figure > img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    -o-object-fit: cover;
       object-fit: cover;
    left: 0;
    top: 0;
    -webkit-transition: 1s all ease;
    transition: 1s all ease;
  }
  .wrap-ability-info figure:hover > img {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .box-serviceslide .item-mservice {
    font-size: 0.9rem;
    padding: 15px 10px 10px;
  }
  .box-serviceslide .serviceslide-icon img {
    width: 35px;
    margin-bottom: 7px;
  }
  .subtitle-serviceslide {
    font-size: 0.8rem;
  }
  .photo-aboutlng2 img {
    margin: 0 auto;
    width: 85%;
  }
  .desc-aboutLNG {
    padding: 30px 10px;
    text-align: left;
  }
  .topic-aboutlng {
    font-size: 1.1rem;
  }
  .wrap_aboutLNG2 {
    padding-top: 40px;
  }
  .txt-aboutlng div {
    font-size: 3rem;
  }
  .txt-aboutlng {
    font-size: 0.75rem;
  }
  .photo-aboutlng2 img {
    width: 100%;
  }
  .wrap-environment {
    text-align: center;
  }
  .wrap-environment img {
    width: 50%;
  }
  .desc-quality {
    padding-left: 0;
  }
  .desc-quality .topic-inside2 {
    margin-bottom: 20px;
  }
  .wrap-environment2 figure {
    position: relative;
    overflow: hidden;
  }
  .wrap-environment2 figure::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 40%;
  }
  .wrap-environment2 figure > img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    -o-object-fit: cover;
       object-fit: cover;
    left: 0;
    top: 0;
    -webkit-transition: 1s all ease;
    transition: 1s all ease;
  }
  .wrap-environment2 figure:hover > img {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .wrap-environment2 figure .caption-environment2 .topic-env1 {
    font-size: 1.3rem;
  }
  .wrap-environment2 figure .caption-environment2 .topic-env2 {
    font-size: 1.8rem;
  }
  .wrap_contact-info {
    padding-top: 40px;
  }
  .wrap_contact-info .itemnews-update.align-items-center {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .box-news2 .itemnews-update a figure {
    margin-right: 10px;
  }
  .txt-officebranch {
    font-size: 1rem;
  }
  .box-news2 .itemnews-update:nth-child(even) a figure {
    margin-left: 10px;
  }
  .wrap_contact-info.box-news2 {
    padding-bottom: 0;
  }
  .wrap_contact-info.box-news2 .itemnews-update:last-child {
    margin-bottom: 20px;
  }
  .photo-linkcontact .item-services .topic-services {
    font-size: 1.05rem;
  }
  .item-services .home-descservices {
    opacity: 1;
    line-height: 1.7;
  }
  .photo-linkcontact .item-services .home-descservices {
    padding: 0 25px;
  }
  .photo-linkcontact .item-services figure {
    position: relative;
    overflow: hidden;
  }
  .photo-linkcontact .item-services figure::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 56.25%;
  }
  .photo-linkcontact .item-services figure > img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    -o-object-fit: cover;
       object-fit: cover;
    left: 0;
    top: 0;
    -webkit-transition: 1s all ease;
    transition: 1s all ease;
  }
  .photo-linkcontact .item-services figure:hover > img {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .photo-linkcontact .item-services .caption-services {
    top: 17%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  .wrap-whistle {
    padding: 20px 0 25px;
  }
  .topic-whistle {
    margin-top: 0;
  }
  .wrap-whistle .btn-default {
    float: none;
    margin-top: 20px;
  }
  .media-content .topic-media {
    margin-top: 150px;
    font-size: 1.7rem;
  }
  .tab_procure_btn div {
    display: none;
    -webkit-transition: none;
    transition: none;
    padding: 15px 25px;
    margin-bottom: 0;
  }
  .tab_procure_btn div.active {
    display: block;
    background: none;
  }
  .tab_procure_btn {
    background-color: #000144;
    border-left: 0;
    padding-left: 0;
  }
  .bg-procuretab:before {
    display: none;
  }
  .wrap-tabprocure {
    padding-left: 0;
    margin-top: 30px;
  }
  .topic-procure {
    color: var(--font-black-color);
    font-size: 1.3rem;
    margin-bottom: 5px;
  }
  .bg-procuretab {
    padding-top: 0;
  }
  .procure-boxsearch {
    margin-bottom: 0;
    border-bottom: 2px solid #eee;
    padding-bottom: 30px;
  }
  .tab_procure_btn div span::before {
    display: none;
  }
  .tab_procure_btn div.active::after {
    width: 15px;
    height: 15px;
    right: 20px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    top: 40%;
  }
  .item-procure:first-child {
    margin-top: 0;
  }
  .wrap-procure .text-center {
    padding: 0;
  }
  .box-announcement {
    border-radius: 10px;
    padding: 10px 20px 30px;
  }
  .procure-photolink .item-services figure {
    position: relative;
    overflow: hidden;
  }
  .procure-photolink .item-services figure::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 35%;
  }
  .procure-photolink .item-services figure > img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    -o-object-fit: cover;
       object-fit: cover;
    left: 0;
    top: 0;
    -webkit-transition: 1s all ease;
    transition: 1s all ease;
  }
  .procure-photolink .item-services figure:hover > img {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .procure-photolink.photo-linkcontact .item-services .topic-services {
    margin-bottom: 10px;
  }
  .procure-photolink.photo-linkcontact .item-services .txt-readmore {
    margin-top: 20px;
  }
  .wrap-allnews {
    margin: 50px 0;
  }
  .wrap-allnews .items-news {
    padding: 0;
    margin-bottom: 50px;
  }
  .wrap-recentnews.slidenav .owl-carousel .owl-nav .owl-prev {
    left: -40px;
  }
  .wrap-recentnews.slidenav .owl-carousel .owl-nav .owl-next {
    right: -40px;
  }
  .box-typeservice {
    height: auto;
  }
  .wrap-typeservice {
    padding-bottom: 70px;
  }
  .item-development {
    width: 150px;
    margin-top: 15px;
  }
  .icon-development {
    width: 70px;
    height: 70px;
  }
  .icon-development img {
    width: 30px;
  }
  .item-development div {
    font-size: 0.85rem;
  }
  .wrap-banner-dev.wrap_banner-inside figure {
    position: relative;
    overflow: hidden;
  }
  .wrap-banner-dev.wrap_banner-inside figure::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 55%;
  }
  .wrap-banner-dev.wrap_banner-inside figure > img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    -o-object-fit: cover;
       object-fit: cover;
    left: 0;
    top: 0;
    -webkit-transition: 1s all ease;
    transition: 1s all ease;
  }
  .wrap-banner-dev.wrap_banner-inside figure:hover > img {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .desc-stategic .topic-inside2 {
    line-height: 1.6;
  }
  .wrap-sustain1 {
    position: relative;
    background-size: cover;
  }
  .wrap-sustain1::before {
    content: "";
    background: rgba(255, 255, 255, 0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .wrap-sustain1 .desc-stategic {
    position: relative;
    z-index: 1;
  }
  .wrap-sustain2 {
    padding: 50px 0;
  }
  .desc-sustain2 {
    padding-left: 20px;
  }
  .box-component {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 50px 30px 30px;
  }
  .desc-component {
    padding-left: 10px;
  }
  .topic-component02 {
    margin: 0;
  }
  .content-editor .item-tpacode img {
    margin: 0;
  }
  .wrap-content .report-filedownload .topic-inside {
    margin-bottom: 50px;
  }
  .slidehome-pc {
    display: none;
  }
  .slidehome-mb {
    display: block;
  }
  .caption-miracle h1 {
    font-size: 1.5rem;
  }
  .caption-miracle h2 {
    font-size: 1.2rem;
  }
  .wrap_miracle {
    padding: 40px 0;
  }
  .timeline-carousel {
    padding: 0 30px;
  }
  .procure-detail .topic-inside {
    line-height: 1.7;
    font-size: 1.3rem;
  }
  .procure-detail .topic-inside2 {
    margin-bottom: 10px;
  }
  .procuredesc-photolink.procure-photolink.photo-linkcontact .item-services figure {
    position: relative;
    overflow: hidden;
  }
  .procuredesc-photolink.procure-photolink.photo-linkcontact .item-services figure::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 30%;
  }
  .procuredesc-photolink.procure-photolink.photo-linkcontact .item-services figure > img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    -o-object-fit: cover;
       object-fit: cover;
    left: 0;
    top: 0;
    -webkit-transition: 1s all ease;
    transition: 1s all ease;
  }
  .procuredesc-photolink.procure-photolink.photo-linkcontact .item-services figure:hover > img {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .wrap-procurepage {
    padding: 40px 0 50px;
  }
  .wrap-bannercareer.wrap_banner-inside figure {
    position: relative;
    overflow: hidden;
  }
  .wrap-bannercareer.wrap_banner-inside figure::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 65%;
  }
  .wrap-bannercareer.wrap_banner-inside figure > img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    -o-object-fit: cover;
       object-fit: cover;
    left: 0;
    top: 0;
    -webkit-transition: 1s all ease;
    transition: 1s all ease;
  }
  .wrap-bannercareer.wrap_banner-inside figure:hover > img {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .wrap-bannercareer .banner-boxlink a {
    width: 200px;
  }
  .wrap-bannercareer .caption-career {
    top: 45%;
  }
  .wrap_career .tab_article_btn {
    margin-bottom: 35px;
  }
  .desc-careertab {
    height: auto;
    padding: 10px 0 0;
  }
  .topic-careerslide {
    margin-bottom: 7px;
  }
  .wrap_career {
    padding-bottom: 120px;
  }
  .career-spirit .topic-inside {
    font-size: 1.35rem;
    margin-bottom: 15px;
  }
  .link-photocareer a figure {
    position: relative;
    overflow: hidden;
  }
  .link-photocareer a figure::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 40%;
  }
  .link-photocareer a figure > img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    -o-object-fit: cover;
       object-fit: cover;
    left: 0;
    top: 0;
    -webkit-transition: 1s all ease;
    transition: 1s all ease;
  }
  .link-photocareer a figure:hover > img {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .link-photocareer a figure .caption-linkcareer .btn-default {
    font-size: 0.9rem;
  }
  .wrap_recruit-history {
    text-align: center;
  }
  .wrap_recruit-history .btn-default {
    float: none;
    margin-top: 10px;
  }
  .text-contact-career div {
    font-size: 1.2rem;
  }
  .text-contact-career {
    padding-left: 55%;
  }
  .text-contact-career span {
    display: none;
  }
  .md-radio.md-radio-inline {
    display: block;
  }
  .topic-internannouce {
    font-size: 1rem;
    line-height: 1.7;
  }
  .whistleform .md-radio.md-radio-inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .whistleform .md-radio div:first-child label {
    padding-right: 35px;
  }
  .wrap-allgallery {
    padding: 50px 0;
  }
  .link-albumgall figcaption {
    padding: 15px;
  }
  .link-albumgall div {
    margin-bottom: 0;
  }
  .menu-cookies {
    display: none;
  }
  .desc-cookies .menu-mbcookies {
    display: block;
  }
  .topic-mbcookies {
    display: block;
    padding-right: 40px;
    color: var(--blue-color);
    font-size: 1.3rem;
    border-bottom: 2px solid #eee;
    margin-bottom: 25px;
    padding-bottom: 10px;
  }
  .privacy_table.service_table table tbody tr td {
    padding: 12px;
  }
  .box-skill.md-radio.md-radio-inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-top: 0;
  }
  .item-manager br {
    display: none;
  }
  .bg-flolahall .topic-flora {
    font-size: 1.1rem;
    margin: 10px 0 0;
  }
  .bg-flolahall .text-center {
    margin-bottom: 35px;
  }
  .list-flora {
    margin-top: 35px;
  }
  .item-boxpoint {
    margin-bottom: 20px;
  }
  .tree-boxpoint {
    padding-bottom: 0;
  }
  .bg-flolahall {
    padding-bottom: 50px;
  }
  .wrap-financial .item-tpacode a {
    padding: 0;
  }
  .wrap-financial .item-tpacode a figure img {
    height: auto;
  }
}

@media (max-width: 767px) {
  html {
    font-size: 16px;
  }
  html.fz_s {
    font-size: 14px;
  }
  html.fz_l {
    font-size: 19px;
  }
  .wrap_menu {
    padding: 15px 5px;
  }
  .logo {
    width: 80px;
  }
  .menu_space {
    right: 15px;
  }
  .topbar_lang a {
    font-size: 0.7rem;
    padding: 0 13px;
  }
  .topbar_select {
    margin-right: 40px;
  }
  .topbar_search {
    margin: 0 15px;
  }
  .btn_search {
    font-size: 0.8rem;
  }
  .banner-itemlink {
    left: 10px;
    right: 10px;
    text-align: center;
  }
  .banner-boxlink a {
    font-size: 0.75rem;
    padding: 0 15px;
    margin-right: 5px;
  }
  .banner-boxlink a i {
    margin-right: 0;
  }
  .slick-dots {
    top: auto;
    bottom: 30px;
    width: 100%;
    right: 0;
    text-align: left;
    padding: 15px 5px 20px;
    margin: 0;
  }
  .slick-dots li {
    display: inline-block;
  }
  .slick-dots li button {
    font-size: 1rem;
    width: 40px;
  }
  .slick-dots li.slick-active button {
    font-size: 1rem;
  }
  .caption-banner {
    font-size: 1.05rem;
    font-weight: 300;
    width: 90%;
    line-height: 1.9;
  }
  .main-slider {
    height: 550px;
    min-height: 550px;
  }
  .slick-slide {
    height: 550px;
  }
  .wrap_menu.sticky .logo {
    width: 70px;
  }
  .wrap_menu.sticky .topbar_lang {
    height: 35px;
  }
  .wrap_menu.sticky .topbar_lang a {
    line-height: 35px;
  }
  .wrap_menu.sticky .btn_search {
    width: 35px;
    height: 35px;
  }
  .wrap_menu.sticky .topbar_select {
    margin-top: 3px;
  }
  .head-topic-blue {
    font-size: 1.4rem;
    line-height: 1.7;
  }
  .wrap_hilightupdate {
    padding: 30px 0 50px;
  }
  .head-topic {
    font-size: 1.4rem;
  }
  .box-abouthome {
    width: 75%;
    padding-right: 0;
    font-size: 0.9rem;
  }
  .bg-about {
    padding-top: 35px;
    padding-bottom: 30px;
  }
  .bg-about .col-12 {
    padding: 0 25px;
  }
  .img-home_about {
    position: relative;
    overflow: hidden;
  }
  .img-home_about::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 50%;
  }
  .img-home_about > img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    -o-object-fit: cover;
       object-fit: cover;
    left: 0;
    top: 0;
    -webkit-transition: 1s all ease;
    transition: 1s all ease;
  }
  .img-home_about:hover > img {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .ab-nav {
    right: 20px;
  }
  .ab-nav button {
    font-size: 1.5rem;
    padding: 0 4px;
  }
  .desc-homeaabout {
    padding: 20px 15px 35px;
  }
  .desc-homeaabout .btn-default {
    margin-top: 0;
  }
  .ab-topicmain {
    font-size: 0.9rem;
  }
  .ab-topic {
    font-size: 1.25rem;
  }
  .box-news {
    margin-top: 10px;
  }
  .box-news3 .head-topic-blue {
    margin-bottom: 10px;
  }
  .box-news2 .itemnews-update:last-child a figure {
    margin-bottom: 20px;
  }
  .box-news2 {
    padding-bottom: 50px;
  }
  .wrap_services {
    padding: 30px 10px 50px;
  }
  .txt-services {
    margin-bottom: 20px;
  }
  .item-services .topic-services {
    font-size: 1rem;
  }
  .item-services .home-descservices {
    font-size: 0.8rem;
    padding-right: 20px;
  }
  .item-services figure span::after {
    left: 5px;
    bottom: 5px;
    top: 5px;
    right: 5px;
  }
  .item-services:hover .home-descservices {
    line-height: 1.5;
  }
  .txt-csr1 {
    font-size: 1.15rem;
  }
  .txt-csr2 {
    font-size: 1.05rem;
    margin-bottom: 5px;
  }
  .link_environment a {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
    height: 65px;
  }
  .link_environment a div {
    line-height: 2.4;
  }
  .link_environment a div br {
    display: none;
  }
  .link_environment a div img {
    width: 35px;
  }
  .wrap_csr {
    padding-bottom: 40px;
  }
  .footer-social a:first-child {
    margin-left: 10px;
  }
  .ft_cname {
    font-size: 1.3rem;
  }
  .wrap_footer {
    padding-top: 20px;
  }
  .ft-topic {
    font-size: 1rem;
  }
  .ft-boxinfo {
    margin-bottom: 20px;
    padding-right: 0;
  }
  .wrap_footer ul li {
    width: 48%;
  }
  .box-whistle {
    border-right: 0;
  }
  .box-cc {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding-top: 0;
    margin-top: 20px;
  }
  .box-news2 .itemnews-update:last-child a figure {
    margin-right: 0;
  }
  .link_environment a {
    padding-left: 10px;
    padding-right: 10px;
  }
  .wrap_menu.sticky .mainmenu ul li > a {
    font-size: 1rem;
  }
  .wrap_menu.sticky .topbar_info {
    color: #fff;
  }
  .wrap_menu.sticky .choose-size button {
    color: var(--white-color);
  }
  .wrap_menu:hover .choose-size button {
    color: var(--white-color);
  }
  .wrap_menu:hover .topbar_info {
    color: var(--white-color);
  }
  .wrap_banner-inside figure {
    position: relative;
    overflow: hidden;
  }
  .wrap_banner-inside figure::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 75%;
  }
  .wrap_banner-inside figure > img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    -o-object-fit: cover;
       object-fit: cover;
    left: 0;
    top: 0;
    -webkit-transition: 1s all ease;
    transition: 1s all ease;
  }
  .wrap_banner-inside figure:hover > img {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .caption-inside h1 {
    font-size: 1.3rem;
  }
  .caption-inside h2 {
    font-size: 1.1rem;
    font-weight: normal;
  }
  .wrap_board {
    padding: 40px 0;
  }
  .wrap_board .topic-inside {
    font-size: 1.3rem;
  }
  .wrap_board .text-center {
    text-align: left !important;
  }
  .item-board {
    padding: 0;
    margin-bottom: 30px;
  }
  .item-board figure {
    margin: 0;
    display: inline-block;
    width: 120px;
  }
  .item-board figcaption {
    display: inline-block;
    width: calc(100% - 125px);
    vertical-align: top;
    text-align: left;
    padding-left: 15px;
  }
  .board-ceo .board-name {
    font-size: 1.05rem;
  }
  .board-ceo .board-positions {
    font-size: 0.95rem;
  }
  .board-name {
    font-size: 1.05rem;
  }
  .board-positions {
    font-size: 0.95rem;
  }
  .box-boardlist {
    padding: 0;
  }
  .box-boardlist .item-board {
    padding: 0;
  }
  .box-boardlist .item-board figure {
    margin: 0;
    display: inline-block;
    width: 120px;
  }
  .box-boardlist .item-board figcaption {
    display: inline-block;
    width: calc(100% - 125px);
    vertical-align: top;
    text-align: left;
    padding-left: 20px;
  }
  .box-boardlist .item-board figcaption br {
    display: none;
  }
  .bg-cv {
    padding: 40px 0;
  }
  .bg-cv::before {
    display: none;
  }
  .bg-cv div {
    text-align: center;
    padding-right: 0;
  }
  .bg-cv div img {
    max-width: 190px;
  }
  .desc-cv {
    padding: 0 0 30px;
  }
  .wrap_cv-detail {
    padding: 0;
  }
  .caption_banner {
    max-width: 85%;
  }
  .caption_banner h1 {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
  .banner-btn a {
    display: block;
    margin-bottom: 20px;
    width: 100%;
    font-size: 1rem;
  }
  .banner-btn a.btn-default.btn-border {
    margin: 0 0 15px;
  }
  .caption_banner p {
    margin-bottom: 25px;
  }
  .btn_close_category {
    top: 0;
    right: 20px;
  }
  .desc_contentopen {
    padding: 50px 20px 60px;
  }
  .topic-opennote {
    font-size: 1.2rem;
    line-height: 1.6;
  }
  .bg-notice {
    padding: 20px;
  }
  .topic-opennote3 {
    margin-top: 0;
  }
  .banner_visitor figure {
    position: relative;
    overflow: hidden;
  }
  .banner_visitor figure::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 75%;
  }
  .banner_visitor figure > img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    -o-object-fit: cover;
       object-fit: cover;
    left: 0;
    top: 0;
    -webkit-transition: 1s all ease;
    transition: 1s all ease;
  }
  .banner_visitor figure:hover > img {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .visitor-boxform .head-topic-blue {
    font-size: 1.3rem;
  }
  .visitor-boxform {
    padding-top: 30px;
  }
  .frm-form {
    margin-top: 20px;
  }
  .btn-default {
    width: 140px;
  }
  .visitor-photoinfo figure {
    position: relative;
    overflow: hidden;
  }
  .visitor-photoinfo figure::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 70%;
  }
  .visitor-photoinfo figure > img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    -o-object-fit: cover;
       object-fit: cover;
    left: 0;
    top: 0;
    -webkit-transition: 1s all ease;
    transition: 1s all ease;
  }
  .visitor-photoinfo figure:hover > img {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .visitor-photoinfo figure .caption-bannervisitor {
    right: 0;
  }
  .visitor-photoinfo figure .caption-bannervisitor .topic-visitor-info {
    font-size: 1.3rem;
  }
  .visitor-photoinfo figure .caption-bannervisitor {
    font-size: 1rem;
  }
  .visitor-photoinfo figure .caption-bannervisitor .visitor-info div {
    font-size: 0.9rem;
  }
  .visitor-info div {
    margin: 0 10px;
  }
  .wrap_sitemap {
    font-size: 0.8rem;
  }
  .footer-social a img {
    width: 20px;
  }
  .topbar_info {
    letter-spacing: 0;
  }
  .frm-form label {
    font-size: 0.95rem;
  }
  .photo-md-desktop {
    display: none;
  }
  .photo-md-mb {
    display: block;
  }
  .wrap-content {
    padding: 40px 0;
  }
  .wrap-content .topic-inside {
    margin-bottom: 30px;
    font-size: 1.3rem;
    line-height: 1.7;
  }
  .vision_order2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .banner-curve {
    bottom: -2px;
  }
  .wrap-companyprofile {
    padding-top: 30px;
  }
  .topic-inside2 {
    font-size: 1rem;
  }
  .topic-inside {
    font-size: 1.25rem;
  }
  .photo-company {
    margin-top: 20px;
  }
  .wrap_timeline {
    margin-top: -65px;
    padding: 100px 10px 70px;
  }
  .timeline-carousel {
    margin-bottom: 40px;
  }
  .txt-year div {
    font-size: 1.5rem;
    margin-bottom: 40px;
  }
  .date-timeline {
    font-size: 1rem;
  }
  .wrap-descmodel .photo-model {
    padding: 10px 0px 0;
    margin-bottom: 15px;
  }
  .wrap-descmodel .topic-model1 {
    font-size: 1.1rem;
    margin-top: 25px;
  }
  .wrap-descmodel .topic-model2 {
    font-size: 0.9rem;
  }
  .wrap-descmodel {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .wrap-descmodel2 figure {
    width: 250px;
    margin: 0 auto 30px;
  }
  .topic-model2 {
    text-align: center;
    font-size: 1.15rem;
  }
  .wrap-descmodel2 {
    padding: 40px 0 30px;
  }
  .wrap_vision {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .vision_imgright {
    padding-left: 10px;
  }
  .box_vision-right {
    text-align: left;
    margin-top: 7px;
  }
  .box_vision-right .topic_vision::before {
    display: none;
  }
  .wrap_vision-left figure {
    margin-top: 20px;
  }
  .wrap_aspiration figure {
    position: relative;
    overflow: hidden;
  }
  .wrap_aspiration figure::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 60%;
  }
  .wrap_aspiration figure > img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    -o-object-fit: cover;
       object-fit: cover;
    left: 0;
    top: 0;
    -webkit-transition: 1s all ease;
    transition: 1s all ease;
  }
  .wrap_aspiration figure:hover > img {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .wrap_aspiration figure .caption-aspiration {
    width: 100%;
    left: 0;
    padding: 0 20px;
  }
  .photo-spirit {
    width: 250px;
  }
  .wrap_spirit {
    padding-top: 40px;
  }
  .circle-spirit div {
    font-size: 2rem;
  }
  .circle-spirit {
    width: 80px;
    height: 80px;
  }
  .box-ceomessage {
    padding-left: 0;
  }
  .photo-ceo-pc {
    display: none;
  }
  .photo-ceo-mb {
    display: block;
    width: 200px;
    margin: 0 auto 30px;
  }
  .photo-ceo-mb img {
    width: auto;
    max-width: 100%;
  }
  .wrap-ceomessage {
    padding: 40px 0 60px;
  }
  .frm-searchnews {
    margin-top: 15px;
  }
  .box-searchnews {
    padding: 20px;
  }
  .frm-searchnews .btn-default span {
    display: none;
  }
  .frm-searchnews .btn-default {
    width: 45px;
  }
  .frm-searchnews select {
    width: 180px;
  }
  .frm-searchnews .btn-default i {
    font-size: 1.1rem;
  }
  .txt-awardsyear {
    margin-top: 30px;
  }
  .box-awards .align-items-center .col-12 {
    padding: 0;
  }
  .box-awards figure {
    margin-right: 0;
    margin-bottom: 25px;
  }
  .box-awards:nth-child(even) .row figure {
    margin-left: 0;
  }
  .awards-photoslide {
    margin: 20px 0 10px;
  }
  .tab_article_btn div.btn-default {
    padding: 0 25px;
    font-size: 0.9rem;
  }
  .tab_article_btn div:last-child {
    margin-right: 0;
  }
  .wrapbtn-calendar {
    width: 100%;
  }
  .wrapbtn-calendar.visitor-wrapbtn .btn-default,
  .visitorform-btn .btn-default {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
    font-size: 1rem;
    height: 45px;
    line-height: 45px;
  }
  .calendar-visitor {
    margin-top: 20px;
  }
  .calendar-visitor .fc .fc-toolbar-title {
    font-size: 1.1rem;
  }
  .calendar-visitor a.fc-col-header-cell-cushion {
    font-size: 0.8rem;
  }
  .fc .fc-view-harness {
    padding-bottom: 151%;
  }
  .topic-selectvisitor {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .bgblue-frm {
    padding: 20px 15px 40px;
  }
  .visitorform-btn {
    margin-top: 15px;
  }
  .item-tpacode a {
    line-height: 1.7;
    margin-bottom: 40px;
  }
  .item-tpacode a figure {
    width: 100px;
  }
  .item-tpacode a .tpacode-name {
    width: calc(100% - 105px);
    padding-left: 20px;
  }
  .item-tpacode a .btn-default {
    margin-top: 15px;
  }
  .wrap-serviceinfo.wrap-content .topic-inside {
    margin-bottom: 0;
  }
  .service_table {
    padding: 20px;
    margin-bottom: 40px;
  }
  .topic-table {
    font-size: 1rem;
  }
  .wrap-services-ability.wrap-content .topic-inside {
    margin-bottom: 10px;
  }
  .wrap-uselose figure .caption-uselose::before {
    display: none;
  }
  .wrap-uselose figure .caption-uselose {
    width: 100%;
  }
  .wrap-uselose figure {
    height: 350px;
  }
  .wrap-abilitydownload {
    padding: 40px 0;
  }
  .wrap-datadownload .topic-inside2 {
    margin-top: 20px;
  }
  .wrap-ability-info figure div {
    font-size: 1rem;
    line-height: 1.6;
  }
  .wrap-ability-info figure {
    position: relative;
    overflow: hidden;
  }
  .wrap-ability-info figure::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 28%;
  }
  .wrap-ability-info figure > img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    -o-object-fit: cover;
       object-fit: cover;
    left: 0;
    top: 0;
    -webkit-transition: 1s all ease;
    transition: 1s all ease;
  }
  .wrap-ability-info figure:hover > img {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .box-serviceslide {
    margin-top: 30px;
    padding: 0 10px;
    margin-bottom: 30px;
  }
  .box-serviceslide .serviceslide-icon img {
    width: 30px;
  }
  .box-serviceslide .item-mservice {
    padding: 15px;
  }
  .box-serviceslide.slidenav .owl-carousel .owl-nav .owl-next {
    right: -40px;
  }
  .box-serviceslide.slidenav .owl-carousel .owl-nav .owl-prev {
    left: -40px;
  }
  .wrap_identity.wrap-content .topic-inside,
  .wrap_benefit.wrap-content .topic-inside {
    margin-bottom: 10px;
  }
  .wrap_benefit .topic-benefit {
    margin-bottom: 5px;
  }
  .wrap-environment img {
    width: 70%;
  }
  .desc-quality .topic-inside {
    margin-bottom: 0;
  }
  .desc-quality .topic-inside2 {
    font-size: 1.3rem;
    margin-bottom: 15px;
  }
  .wrap-environment2 figure {
    position: relative;
    overflow: hidden;
  }
  .wrap-environment2 figure::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 60%;
  }
  .wrap-environment2 figure > img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    -o-object-fit: cover;
       object-fit: cover;
    left: 0;
    top: 0;
    -webkit-transition: 1s all ease;
    transition: 1s all ease;
  }
  .wrap-environment2 figure:hover > img {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .wrap-environment2 figure .caption-environment2 {
    width: 100%;
    left: 0;
    padding: 0 20px;
  }
  .wrap-environment2 figure .caption-environment2 .topic-env1 {
    font-size: 1.15rem;
  }
  .wrap-environment2 figure .caption-environment2 .topic-env2 {
    font-size: 1.4rem;
  }
  .wrap-impact .topic-inside {
    margin: 0;
  }
  .wrap_contact-info.box-news2 .itemnews-update a figure {
    margin-right: 0;
  }
  .txt-officebranch {
    margin-top: 20px;
  }
  .wrap_contact-info.box-news2 .itemnews-update:nth-child(even) a figure {
    margin-left: 0;
  }
  .wrap_contact-info.box-news2 .itemnews-update:last-child a figure {
    margin-bottom: 0;
  }
  .photo-linkcontact .item-services .caption-services {
    top: 22%;
  }
  .topic-whistle {
    margin-top: 10px;
  }
  .media-content .topic-media {
    font-size: 1.4rem;
    margin-bottom: 15px;
  }
  .wrap-procure {
    padding: 40px 0 70px;
  }
  .procure-boxsearch {
    padding-bottom: 20px;
  }
  .procure-boxsearch .txt-serachprocure {
    display: none;
  }
  .procure-boxsearch input {
    width: calc(100% - 40px);
  }
  .procure-boxsearch .btn-default {
    width: 40px;
  }
  .procure-boxsearch .btn-default span {
    display: none;
  }
  .topic-procure {
    font-size: 1.1rem;
    font-weight: 400;
  }
  .tab_procure_btn div {
    padding: 10px 15px;
  }
  .procure-topic-select {
    font-size: 1.2rem;
  }
  .procure-topic-select i {
    font-size: 1.3rem;
  }
  .procure-viewall {
    display: none;
  }
  .item-procure {
    padding-left: 0;
  }
  .item-procure .procure-date i {
    float: none;
  }
  .item-procure i {
    float: right;
  }
  .procure-contact .topic-inside2 {
    font-size: 1.1rem;
  }
  .procure-contact .row {
    margin-bottom: 15px;
  }
  .wrap-procure-announce {
    padding-bottom: 30px;
    margin-top: -110px;
  }
  .procure-photolink .item-services figure {
    position: relative;
    overflow: hidden;
  }
  .procure-photolink .item-services figure::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 60%;
  }
  .procure-photolink .item-services figure > img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    -o-object-fit: cover;
       object-fit: cover;
    left: 0;
    top: 0;
    -webkit-transition: 1s all ease;
    transition: 1s all ease;
  }
  .procure-photolink .item-services figure:hover > img {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .procure-photolink.photo-linkcontact .item-services .caption-services {
    top: 20%;
  }
  .home-service .item-services .home-descservices {
    opacity: 0;
    height: 93px;
  }
  .btn-procure-mb {
    display: inline-block;
    margin-top: 10px;
    position: relative;
    z-index: 1;
  }
  .wrap-topnews.box-news2 .itemnews-update .topic-newstitle {
    font-size: 1.1rem;
    margin-top: 10px;
  }
  .wrap-topnews.box-news2 .itemnews-update .topic-news {
    margin-top: 20px;
  }
  .wrap-topnews.box-news2 .itemnews-update a.photo-news2::before {
    display: none;
  }
  .wrap-allnews .col-12,
  .wrap-topnews .col-12 {
    padding: 0;
  }
  .wrap-newsdetail .topic-newstitle {
    font-size: 1.15rem;
  }
  .wrap-newsdetail .topic-news {
    font-size: 0.95rem;
  }
  .owl-recentnews {
    padding-left: 15px;
    padding-right: 15px;
  }
  .wrap-recentnews.slidenav .owl-carousel .owl-nav .owl-prev {
    left: -25px;
    top: 30%;
  }
  .wrap-recentnews.slidenav .owl-carousel .owl-nav .owl-next {
    right: -25px;
    top: 30%;
  }
  .wrap-newsdetail {
    margin-bottom: 25px;
  }
  .cld-btnvisitor .btn-default {
    float: left;
    margin-top: 30px;
    width: 100%;
    font-size: 1rem;
    height: 45px;
    line-height: 45px;
  }
  .box-typeservice {
    margin: 0 0 20px;
    border-radius: 10px;
    padding: 20px 15px;
  }
  .topic-firmcontract {
    font-size: 1.1rem;
    height: 50px;
    line-height: 50px;
  }
  .box-typeservice ul li span {
    line-height: 1.6;
  }
  .wrap_stategic {
    background-position: top right;
    padding-bottom: 60px;
  }
  .desc-stategic {
    margin-bottom: 30px;
  }
  .desc-stategic .topic-inside {
    margin-bottom: 10px;
  }
  .wrap-banner-dev.wrap_banner-inside figure {
    position: relative;
    overflow: hidden;
  }
  .wrap-banner-dev.wrap_banner-inside figure::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 100%;
  }
  .wrap-banner-dev.wrap_banner-inside figure > img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    -o-object-fit: cover;
       object-fit: cover;
    left: 0;
    top: 0;
    -webkit-transition: 1s all ease;
    transition: 1s all ease;
  }
  .wrap-banner-dev.wrap_banner-inside figure:hover > img {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .item-development {
    width: 22%;
  }
  .item-development:not(:last-child)::before {
    display: none;
  }
  .item-development div {
    font-size: 0.75rem;
  }
  .icon-development {
    width: 60px;
    height: 60px;
  }
  .icon-development img {
    width: 25px;
  }
  .wrap-sustain1 {
    background-position: top center;
  }
  .wrap-sustain1 .desc-stategic {
    padding: 40px 20px 10px;
  }
  .desc-sustain2 {
    padding-left: 0;
  }
  .wrap-sustain2 img {
    width: 80%;
    margin: 0 auto 30px;
    display: block;
  }
  .wrap-stakeholder {
    padding-top: 40px;
  }
  .wrap-stakeholder .topic-inside {
    line-height: 1.6;
  }
  .wrap-stakeholder img {
    margin: 10px 0 0;
  }
  .item-stakeholder {
    padding: 0;
    margin: 30px 0 20px;
  }
  .box-component {
    padding: 20px 10px 10px;
    margin-bottom: 20px;
  }
  .desc-component {
    padding-left: 0;
    padding-top: 20px;
  }
  .photoreport {
    margin-bottom: 0;
  }
  .report-filedownload {
    margin-top: 15px;
  }
  .wrap-content .report-filedownload .topic-inside {
    margin-bottom: 30px;
  }
  .wrap-ghgs.wrap-content .topic-inside {
    margin-bottom: 10px;
  }
  .wrap-ghgs .topic-ghgs {
    font-size: 1.1rem;
    line-height: 1.6;
  }
  .txt-aboutlng div {
    font-size: 5rem;
  }
  .txt-aboutlng {
    font-size: 1rem;
  }
  .descmodel2-nopad {
    padding: 0;
  }
  .caption-miracle h2 {
    font-size: 1.1rem;
    line-height: 1.6;
  }
  .caption-miracle {
    top: 53%;
  }
  .logo-miracle {
    padding: 0 50px;
  }
  .wrap_miracle {
    padding-top: 30px;
  }
  .miracle-social a {
    margin-left: 0;
    margin-right: 0;
    font-size: 0.9rem;
  }
  .miracle-social a img {
    width: 16px;
  }
  .procure-detail .topic-inside {
    margin-bottom: 10px;
    font-size: 1.2rem;
  }
  .btn-procuredownload {
    margin: 40px 0 20px;
  }
  .procuredesc-photolink.procure-photolink.photo-linkcontact .item-services figure {
    position: relative;
    overflow: hidden;
  }
  .procuredesc-photolink.procure-photolink.photo-linkcontact .item-services figure::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 55%;
  }
  .procuredesc-photolink.procure-photolink.photo-linkcontact .item-services figure > img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    -o-object-fit: cover;
       object-fit: cover;
    left: 0;
    top: 0;
    -webkit-transition: 1s all ease;
    transition: 1s all ease;
  }
  .procuredesc-photolink.procure-photolink.photo-linkcontact .item-services figure:hover > img {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .procuredesc-photolink.procure-photolink.photo-linkcontact .item-services .topic-services {
    padding: 0 20px;
  }
  .box-procurepolicy {
    padding: 20px 15px;
  }
  .desc-timeline img {
    width: 100%;
    margin-bottom: 15px;
  }
  .procure-viewplan img {
    width: 20px;
  }
  .bg-whistle {
    padding: 20px;
  }
  .topic-plan2 {
    font-size: 1.2rem;
    line-height: 1.6;
  }
  .caption-career h1 {
    font-size: 1.3rem;
  }
  .wrap-bannercareer.wrap_banner-inside figure {
    position: relative;
    overflow: hidden;
  }
  .wrap-bannercareer.wrap_banner-inside figure::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 90%;
  }
  .wrap-bannercareer.wrap_banner-inside figure > img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    -o-object-fit: cover;
       object-fit: cover;
    left: 0;
    top: 0;
    -webkit-transition: 1s all ease;
    transition: 1s all ease;
  }
  .wrap-bannercareer.wrap_banner-inside figure:hover > img {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .wrap-bannercareer .banner-boxlink a {
    width: 100px;
    border-radius: 5px;
    height: 70px;
    background: rgba(0, 0, 0, 0.5);
    font-size: 0.85rem;
    line-height: 1;
    padding: 0;
  }
  .wrap-bannercareer .banner-boxlink a:first-child {
    font-size: 0.75rem;
  }
  .caption-career h2 {
    font-size: 0.9rem;
  }
  .wrap-bannercareer .banner-boxlink {
    margin-top: 20px;
  }
  .wrap-bannercareer .banner-boxlink a i {
    display: block;
    margin: 5px auto;
  }
  .wrap-bannercareer .banner-boxlink a img,
  .wrap-bannercareer .banner-boxlink a.banner-btnintern img {
    display: block;
    margin: 13px auto 7px;
    height: 20px;
    width: auto;
  }
  .wrap_career .tab_article_btn div span {
    padding: 0 5px;
  }
  .wrap-careerslide::before {
    height: 86%;
  }
  .wrap_career {
    padding-bottom: 100px;
    padding-top: 30px;
  }
  .link-photocareer a figure {
    position: relative;
    overflow: hidden;
  }
  .link-photocareer a figure::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 60%;
  }
  .link-photocareer a figure > img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    -o-object-fit: cover;
       object-fit: cover;
    left: 0;
    top: 0;
    -webkit-transition: 1s all ease;
    transition: 1s all ease;
  }
  .link-photocareer a figure:hover > img {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .link-photocareer a figure .caption-linkcareer img {
    width: 45px;
  }
  .link-photocareer a figure .caption-linkcareer .topic-linkcareer {
    font-size: 1.15rem;
    margin-bottom: 10px;
  }
  .link-photocareer:last-child a figure .caption-linkcareer img {
    width: 35px;
  }
  .wrap_career .tab_article_btn div.active {
    font-size: 1.1rem;
  }
  .wrap_career .tab_article_btn div {
    font-size: 0.9rem;
  }
  .wrap_recruit {
    padding: 35px 0 40px;
  }
  .box-contact-career {
    background-position: top left;
    padding: 25px 20px;
  }
  .text-contact-career {
    padding-left: 0;
    font-size: 0.9rem;
    text-align: right;
  }
  .text-contact-career div {
    font-size: 1rem;
  }
  .wrap_recruit-history {
    line-height: 1.8;
    padding: 15px 15px 20px;
  }
  .wrap_recruit-history .btn-default {
    font-size: 0.9rem;
    margin-top: 15px;
  }
  .have_subitem-pro {
    line-height: 1.5;
  }
  .box-formcareer {
    margin-top: 25px;
  }
  .career-photoprofile {
    width: 80px;
    margin: 0 0 30px;
  }
  .wrap-photofile {
    width: calc(100% - 85px);
    padding-left: 15px;
  }
  .career-topic {
    font-size: 1rem;
    padding: 5px 18px;
  }
  .desc-careerfrm {
    padding: 0;
  }
  .box-photoprofile {
    margin-bottom: 0;
  }
  .box-frmcareer {
    margin-bottom: 20px;
  }
  .box-formcareer .box_carrerradio div {
    margin-right: 0;
  }
  .md-radio label {
    padding-right: 0;
  }
  .careersubmit_popup.bg-whistle {
    padding: 50px 20px 60px;
  }
  .topic-intern {
    font-size: 1.3rem;
  }
  .desc-internannouce {
    padding: 0;
  }
  .topic2-internannouce {
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 10px;
  }
  .phototop-intern {
    padding-right: 0;
  }
  .wrap_benefit .topic-benefit {
    font-size: 1.1rem;
    margin-top: 5px;
    line-height: 1.7;
  }
  .whistleform .box-show-career {
    padding-left: 10px;
    padding-right: 10px;
  }
  .whistleform .wrap-btncontact button {
    margin: 0 5px;
  }
  .topic-whistleselect {
    font-size: 1rem;
  }
  .link-albumgall {
    margin-bottom: 15px;
    margin-top: 20px;
  }
  .gallery-inside.media-content .item-media a {
    margin-bottom: 30px;
  }
  .box-numresult, .box-searchresult {
    padding-left: 0;
    padding-right: 0;
  }
  .frm_search input {
    width: calc(100% - 55px);
  }
  .item-privacy {
    padding: 0;
  }
  .desc-cookies .wrap_contact-info {
    padding-top: 0;
  }
  .box-news2 .itemnews-update a.photo-news2::before {
    height: 87%;
  }
  .wrap-recruitprocess {
    padding-left: 15px;
    padding-right: 15px;
  }
  .wrap-recruitprocess .topic-inside {
    line-height: 1.7;
  }
  .wrap-recruitprocess .item-careerprocess .title-careerprocess br {
    display: none;
  }
  .wrap-recruitprocess .item-careerprocess {
    margin-bottom: 25px;
  }
  .box-skill.md-radio label {
    padding-right: 30px;
  }
  .board-ceo .item-manager .board-name {
    font-size: 1rem;
  }
  .bg-flolahall {
    padding-top: 40px;
  }
  .bg-flolahall .topic-inside, .bg-flolahall .topic-inside2, .bg-flolahall .topic-flora {
    text-align: center;
  }
  .bg-flolahall .topic-inside2 {
    font-size: 1.2rem;
  }
  .bg-flolahall .topic-flora2 {
    font-size: 1.1rem;
  }
  .list-flora {
    margin-top: 20px;
  }
  .bg-flolahall .topic-flora2 {
    margin-top: 0;
  }
  .item-boxpoint {
    margin-bottom: 0;
  }
  .boxpoint-active {
    margin-bottom: 10px;
  }
  .tree-boxpoint {
    padding-bottom: 15px;
  }
  .desc-iconflora br {
    display: none;
  }
  .item-flora .desc-iconflora {
    padding-right: 0;
  }
  .topic-finance {
    font-size: 1.1rem;
  }
  .box-finance {
    margin-bottom: 0;
  }
  .wrap-finance {
    text-align: center;
    padding: 20px 15px 30px;
  }
  .wrap-finance .row img {
    width: 50%;
    margin-bottom: 10px;
  }
  .wrap-finance .row .btn-default {
    float: none;
    margin-top: 15px;
  }
}

@media (max-width: 414px) {
  .wrap_miracle .content-editor {
    font-size: 0.95rem;
  }
  .bgtable-white {
    font-size: 0.7rem;
    line-height: 1.2rem;
  }
}

@media (max-width: 400px) {
  .wrap_miracle .content-editor {
    font-size: 1rem;
  }
  .wrap_career {
    padding-top: 75px;
  }
}

@media (max-width: 360px) {
  .banner-boxlink a {
    letter-spacing: 0;
    padding: 0 17px;
  }
  .wrap_sitemap {
    letter-spacing: 0;
  }
  .footer-social a img {
    width: 20px;
  }
  .topic-table {
    font-size: 0.9rem;
  }
  .wrap-banner-dev.wrap_banner-inside figure {
    position: relative;
    overflow: hidden;
  }
  .wrap-banner-dev.wrap_banner-inside figure::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 110%;
  }
  .wrap-banner-dev.wrap_banner-inside figure > img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    -o-object-fit: cover;
       object-fit: cover;
    left: 0;
    top: 0;
    -webkit-transition: 1s all ease;
    transition: 1s all ease;
  }
  .wrap-banner-dev.wrap_banner-inside figure:hover > img {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .wrap_recruit-history span {
    font-size: 0.95rem;
  }
}
/*# sourceMappingURL=layout.css.map */