/*================ default ==================*/
html {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);   
}
:root {
  --cr-light: #ffffff;
  --cr-semi_white1: #E6E2D9;
  --cr-dark: #333333;
  --cr-gray: #666666;
  --cr-gray_ccc: #CCCCCC;
  --cr-green: #00a94f;
  --cr-green2: #007938;
  --cr-border: #e7e7e7;
  --cr-red: #f00;
  --cr-deep_blue: #1C3B51;
  --tsition: 0.3s ease-in-out;
  --radius: 8px;
  scroll-behavior: auto !important;
}

a {
  color: inherit;
  text-decoration: none;
  border: 0;
  outline: none;
  cursor: pointer;
  -webkit-transition: color ease-in-out 0.2s;
  -o-transition: color ease-in-out 0.2s;
  transition: color ease-in-out 0.2s;
}

a:hover,
a:focus {
  color: inherit;
  text-decoration: none;
  outline: 0;
  outline-offset: 0;
}

img {
  border: 0;
  max-width: 100%;
  vertical-align: middle;
}

body {
  margin: 0;
  padding: 0;
  font-family: "kurious-looped";
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
  color: var(--color-dark);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.main {
  font-style: normal;
  font-weight: 500;
  color: var(--cr-gray);
  font-family: "kurious-looped";
}

.main strong {
  font-weight: 700;
}

.main .h1,
.main .h2,
.main .h3,
.main .h4,
.main .h5,
.main .h6 {
  margin: 0 0 0.6em;
  line-height: 1.2em;
  font-weight: 500;
}

.main .h1 strong,
.main .h2 strong,
.main .h3 strong,
.main .h4 strong,
.main .h5 strong,
.main .h6 strong {
  font-weight: 700;
}

/* .main p {
    margin: 0 0 0.6em;
    line-height: 1.2em;
  } */

.text-light {
  color: var(--cr-light) !important;
}

.text-dark {
  color: var(--cr-dark) !important;
}

.text-green {
  color: var(--cr-green) !important;
}

.text-gray {
  color: var(--cr-gray) !important;
}

.text-gray_ccc {
  color: var(--cr-gray_ccc) !important;
}

.text-red {
  color: var(--cr-red) !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 500;
  line-height: 1.2;
}

h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong,
.h1 strong,
.h2 strong,
.h3 strong,
.h4 strong,
.h5 strong,
.h6 strong {
  font-weight: 700;
}

h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5,
h1>strong,
h2>strong,
h3>strong,
h4>strong,
h5>strong,
.h1>strong,
.h2>strong,
.h3>strong,
.h4>strong,
.h5>strong {
  font-family: "kurious-looped";
  margin: 0;
}

h1,
.h1 {
  font-weight: 500;
  line-height: 1.3em;
}

h1 strong,
.h1 strong {
  font-weight: 700;
}

h2,
.h2 {
  font-weight: 500;
  line-height: 1.4em;
}

h2 strong,
.h2 strong {
  font-weight: 700;
}

h3,
.h3 {
  font-weight: 500;
  line-height: 1.3em;
}

h3 strong,
.h3 strong {
  font-weight: 700;
}

h4,
.h4 {
  font-weight: 500;
  line-height: 1.4em;
}

h4 strong,
.h4 strong {
  font-weight: 700;
}

h5,
.h5 {
  font-weight: 500;
  line-height: 1.5em;
}

h5 strong,
.h5 strong {
  font-weight: 700;
}

p {
  font-family: "kurious-looped";
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
  margin: 0;
}

p strong {
  font-weight: 600;
}

.caption {
  font-family: "kurious-looped";
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5em;
}

.caption strong {
  font-weight: 600;
}

a.link {
  font-family: "kurious";
  font-weight: 600;
  color: var(--cr-green);
  text-decoration: underline;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
  max-width: 1172px;
}

.container:before,
.container:after {
  content: "";
  display: table;
  clear: both;
}

.section {
  position: relative;
  overflow: hidden;
  background-color: var(--cr-light);
}

.section .sc-inner {
  position: relative;
  z-index: 1;
}

.section .sc-heading {
  margin-bottom: 40px;
  text-align: center;
}

.section .sc-heading h1 {
  color: var(--cr-dark);
  margin: 0;
}

.nowrap {
  white-space: nowrap;
}

html {
  font-size: 100%;
}

.netzero .h2 {
  font-size: 36px;
  font-weight: 600;
  line-height: 50px;

}

.netzero h3 {
  font-weight: 600;
}

.img-text-banner {
  position: absolute;
  max-width: 400px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.text-header {
  font-size: 54px;
}

.hide-w991 {
  display: block;
}

.show-w991 {
  display: none;
}

.btn-netzero {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  padding: 7px 24px;
  border-radius: 22.5px;
  background: #579986;
  display: inline-block;
  color: #fff;
  transition: all 0.3s;
  border: 0;
}

.btn-netzero:focus {
  color: #fff;
}

.btn-netzero img {
  margin-left: 5px;
}

.btn-netzero:hover {

  background: rgba(87, 153, 134, 0.5);
  color: #fff;
}

.c-white {
  color: #fff;
}

.fw-bold {
  font-weight: 700;
}

.section {
  padding: 80px 0;
}

.c-note {
  color: #D5D5D5;
}

.fw-semibold {
  font-weight: 600 !important;
}

@media (max-width:767px) {
  .text-header {
    font-size: 32px;
  }

  .netzero .h2 {
    font-size: 24px;
    line-height: 150%;
  }

  .section {
    padding: 60px 0;
  }

  .container {

    padding-left: 24px;
    padding-right: 24px;
  }
}

/* --------------- Modal Line ----------------- */
.modal-line .modal-dialog {
  max-width: 1000px;
}

.modal-line .modal-content {
  /* border-radius: 16px; */
  /* overflow: hidden; */
  padding: 0;
  flex-direction: row;
}

.modal-line .content {
  padding: 0 0px 0 66px;
  display: flex;
  flex-direction: column;
  width: 50%;
  justify-content: center;
}

.modal-line .content .title {
  font-size: 26px;
  font-weight: 600;
  color: #476F64;
}

.modal-line .content .desc p {
  font-size: 18px;
  color: #666666;
}

.modal-line .content .desc ul {
  margin-top: 8px;
}

.modal-line .content .desc ul li {
  line-height: 24px;
}

.modal-line .btn-close {
  background: url(../img/ic-close-green.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 32px;
  height: 32px;
  opacity: 1;
}

.modal-line .btn-container {
  display: flex;
  justify-content: end;
  top: -20px;
  right: -20px;
  position: absolute;
}

.modal-line .modal-img {
  width: 50%;
}

@media (max-width: 768px) {
  .modal-line .modal-dialog {
    justify-content: center;
  }

  .modal-line .modal-content {
    flex-direction: column;
    max-width: 80%;
  }

  .modal-line .content {
    width: 100%;
    padding: 24px;
  }

  .modal-line .content .title {
    font-size: 20px;
    font-weight: 600;
    color: #476F64;
  }

  .modal-line .content .desc p {
    font-size: 14px;
    color: #666666;
  }

  .modal-line .modal-img {
    width: 100%;
  }

}