/*====================================================================================
START TABLE OF CONTENT

1. START COLOR, BACKGROUND COLOR.
2. START BASE WIDTH, HEIGHT.
3. START BASE CLEAR FLOAT.
4. START BASE MARGIN.
5. START BASE PADDING.
6. START BASE FONT SIZE.
7. START BASE BOX, BLOCK.
8. START BASE BORDER.
9. START BASE FLEX.
10. START BASE TEXT.
11. START BASE IMAGE.
12. START BASE HIDING CLASSES.
13. START BASE POSITION, Z-INDEX.

/*====================================================================================
1. START COLOR, BACKGROUND COLOR.
====================================================================================*/
/* ---------- START COLOR ---------- */
.c-ffffff {
  color: #ffffff !important;
}

.c-000000 {
  color: #000000 !important;
}

/* ---------- START BACKGROUND COLOR ---------- */
.bg-ffffff {
  background-color: #ffffff !important;
}

.bg-000000 {
  background-color: #000000 !important;
}
/*====================================================================================
2. START BASE WIDTH, HEIGHT.
====================================================================================*/
.w05p {
  width: 5% !important;
}

.w10p {
  width: 10% !important;
}

.w15p {
  width: 15% !important;
}

.w20p {
  width: 20% !important;
}

.w25p {
  width: 25% !important;
}

.w30p {
  width: 30% !important;
}

.w35p {
  width: 35% !important;
}

.w40p {
  width: 40% !important;
}

.w45p {
  width: 45% !important;
}

.w50p {
  width: 50% !important;
}

.w55p {
  width: 55% !important;
}

.w60p {
  width: 60% !important;
}

.w65p {
  width: 65% !important;
}

.w70p {
  width: 70% !important;
}

.w75p {
  width: 75% !important;
}

.w80p {
  width: 80% !important;
}

.w85p {
  width: 85% !important;
}

.w90p {
  width: 90% !important;
}

.w95p {
  width: 95% !important;
}

.w100p {
  width: 100% !important;
}

/*====================================================================================
3. START BASE CLEAR FLOAT.
====================================================================================*/
.clearfix:after {
  clear: both;
  display: block;
  content: " ";
  height: 0rem;
  visibility: hidden;
}

/* Hide these rules from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/*====================================================================================
4. START BASE MARGIN.
====================================================================================*/
.m-auto {
  margin: auto !important;
}

.mx-auto {
  margin: 0 auto !important;
}

.my-auto {
  margin: auto 0 !important;
}

.mt-auto {
  margin-top: auto !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ml-auto {
  margin-left: auto !important;
}

.mr-auto {
  margin-right: auto !important;
}

.m00 {
  margin: 0rem !important;
}

.m01 {
  margin: 0.1rem !important;
}

.m02 {
  margin: 0.2rem !important;
}

.m03 {
  margin: 0.3rem !important;
}

.m04 {
  margin: 0.4rem !important;
}

.m05 {
  margin: 0.5rem !important;
}

.m06 {
  margin: 0.6rem !important;
}

.m07 {
  margin: 0.7rem !important;
}

.m08 {
  margin: 0.8rem !important;
}

.m09 {
  margin: 0.9rem !important;
}

.m10 {
  margin: 1rem !important;
}

.m11 {
  margin: 1.1rem !important;
}

.m12 {
  margin: 1.2rem !important;
}

.m13 {
  margin: 1.3rem !important;
}

.m14 {
  margin: 1.4rem !important;
}

.m15 {
  margin: 1.5rem !important;
}

.m16 {
  margin: 1.6rem !important;
}

.m17 {
  margin: 1.7rem !important;
}

.m18 {
  margin: 1.8rem !important;
}

.m19 {
  margin: 1.9rem !important;
}

.m20 {
  margin: 2rem !important;
}

/* ---------- START MARGIN TOP ---------- */
.mt00 {
  margin-top: 0rem !important;
}

.mt01 {
  margin-top: 0.1rem !important;
}

.mt02 {
  margin-top: 0.2rem !important;
}

.mt03 {
  margin-top: 0.3rem !important;
}

.mt04 {
  margin-top: 0.4rem !important;
}

.mt05 {
  margin-top: 0.5rem !important;
}

.mt06 {
  margin-top: 0.6rem !important;
}

.mt07 {
  margin-top: 0.7rem !important;
}

.mt08 {
  margin-top: 0.8rem !important;
}

.mt09 {
  margin-top: 0.9rem !important;
}

.mt10 {
  margin-top: 1rem !important;
}

.mt11 {
  margin-top: 1.1rem !important;
}

.mt12 {
  margin-top: 1.2rem !important;
}

.mt13 {
  margin-top: 1.3rem !important;
}

.mt14 {
  margin-top: 1.4rem !important;
}

.mt15 {
  margin-top: 1.5rem !important;
}

.mt16 {
  margin-top: 1.6rem !important;
}

.mt17 {
  margin-top: 1.7rem !important;
}

.mt18 {
  margin-top: 1.8rem !important;
}

.mt19 {
  margin-top: 1.9rem !important;
}

.mt20 {
  margin-top: 2rem !important;
}
/* ---------- START MARGIN BOTTOM ---------- */
.mb00 {
  margin-bottom: 0rem !important;
}

.mb01 {
  margin-bottom: 0.1rem !important;
}

.mb02 {
  margin-bottom: 0.2rem !important;
}

.mb03 {
  margin-bottom: 0.3rem !important;
}

.mb04 {
  margin-bottom: 0.4rem !important;
}

.mb05 {
  margin-bottom: 0.5rem !important;
}

.mb06 {
  margin-bottom: 0.6rem !important;
}

.mb07 {
  margin-bottom: 0.7rem !important;
}

.mb08 {
  margin-bottom: 0.8rem !important;
}

.mb09 {
  margin-bottom: 0.9rem !important;
}

.mb10 {
  margin-bottom: 1rem !important;
}

.mb11 {
  margin-bottom: 1.1rem !important;
}

.mb12 {
  margin-bottom: 1.2rem !important;
}

.mb13 {
  margin-bottom: 1.3rem !important;
}

.mb14 {
  margin-bottom: 1.4rem !important;
}

.mb15 {
  margin-bottom: 1.5rem !important;
}

.mb16 {
  margin-bottom: 1.6rem !important;
}

.mb17 {
  margin-bottom: 1.7rem !important;
}

.mb18 {
  margin-bottom: 1.8rem !important;
}

.mb19 {
  margin-bottom: 1.9rem !important;
}

.mb20 {
  margin-bottom: 2rem !important;
}

/* ---------- START MARGIN LEFT ---------- */
.ml00 {
  margin-left: 0rem !important;
}

.ml01 {
  margin-left: 0.1rem !important;
}

.ml02 {
  margin-left: 0.2rem !important;
}

.ml03 {
  margin-left: 0.3rem !important;
}

.ml04 {
  margin-left: 0.4rem !important;
}

.ml05 {
  margin-left: 0.5rem !important;
}

.ml06 {
  margin-left: 0.6rem !important;
}

.ml07 {
  margin-left: 0.7rem !important;
}

.ml08 {
  margin-left: 0.8rem !important;
}

.ml09 {
  margin-left: 0.9rem !important;
}

.ml10 {
  margin-left: 1rem !important;
}

.ml11 {
  margin-left: 1.1rem !important;
}

.ml12 {
  margin-left: 1.2rem !important;
}

.ml13 {
  margin-left: 1.3rem !important;
}

.ml14 {
  margin-left: 1.4rem !important;
}

.ml15 {
  margin-left: 1.5rem !important;
}

.ml16 {
  margin-left: 1.6rem !important;
}

.ml17 {
  margin-left: 1.7rem !important;
}

.ml18 {
  margin-left: 1.8rem !important;
}

.ml19 {
  margin-left: 1.9rem !important;
}

.ml20 {
  margin-left: 2rem !important;
}
/*====================================================================================
5. START BASE PADDING.
====================================================================================*/
.p00 {
  padding: 0rem !important;
}

.p01 {
  padding: 0.1rem !important;
}

.p02 {
  padding: 0.2rem !important;
}

.p03 {
  padding: 0.3rem !important;
}

.p04 {
  padding: 0.4rem !important;
}

.p05 {
  padding: 0.5rem !important;
}

.p06 {
  padding: 0.6rem !important;
}

.p07 {
  padding: 0.7rem !important;
}

.p08 {
  padding: 0.8rem !important;
}

.p09 {
  padding: 0.9rem !important;
}

.p10 {
  padding: 1rem !important;
}

.p11 {
  padding: 1.1rem !important;
}

.p12 {
  padding: 1.2rem !important;
}

.p13 {
  padding: 1.3rem !important;
}

.p14 {
  padding: 1.4rem !important;
}

.p15 {
  padding: 1.5rem !important;
}

.p16 {
  padding: 1.6rem !important;
}

.p17 {
  padding: 1.7rem !important;
}

.p18 {
  padding: 1.8rem !important;
}

.p19 {
  padding: 1.9rem !important;
}

.p20 {
  padding: 2rem !important;
}
/* ---------- START PADDING RIGHT ---------- */
.pr00 {
  padding-right: 0rem !important;
}

.pr01 {
  padding-right: 0.1rem !important;
}

.pr02 {
  padding-right: 0.2rem !important;
}

.pr03 {
  padding-right: 0.3rem !important;
}

.pr04 {
  padding-right: 0.4rem !important;
}

.pr05 {
  padding-right: 0.5rem !important;
}

.pr06 {
  padding-right: 0.6rem !important;
}

.pr07 {
  padding-right: 0.7rem !important;
}

.pr08 {
  padding-right: 0.8rem !important;
}

.pr09 {
  padding-right: 0.9rem !important;
}

.pr10 {
  padding-right: 1rem !important;
}

.pr11 {
  padding-right: 1.1rem !important;
}

.pr12 {
  padding-right: 1.2rem !important;
}

.pr13 {
  padding-right: 1.3rem !important;
}

.pr14 {
  padding-right: 1.4rem !important;
}

.pr15 {
  padding-right: 1.5rem !important;
}

.pr16 {
  padding-right: 1.6rem !important;
}

.pr17 {
  padding-right: 1.7rem !important;
}

.pr18 {
  padding-right: 1.8rem !important;
}

.pr19 {
  padding-right: 1.9rem !important;
}

.pr20 {
  padding-right: 2rem !important;
}
/* ----- START PADDING BOTTOM ----- */
.pb00 {
  padding-bottom: 0rem !important;
}

.pb01 {
  padding-bottom: 0.1rem !important;
}

.pb02 {
  padding-bottom: 0.2rem !important;
}

.pb03 {
  padding-bottom: 0.3rem !important;
}

.pb04 {
  padding-bottom: 0.4rem !important;
}

.pb05 {
  padding-bottom: 0.5rem !important;
}

.pb06 {
  padding-bottom: 0.6rem !important;
}

.pb07 {
  padding-bottom: 0.7rem !important;
}

.pb08 {
  padding-bottom: 0.8rem !important;
}

.pb09 {
  padding-bottom: 0.9rem !important;
}

.pb10 {
  padding-bottom: 1rem !important;
}

.pb11 {
  padding-bottom: 1.1rem !important;
}

.pb12 {
  padding-bottom: 1.2rem !important;
}

.pb13 {
  padding-bottom: 1.3rem !important;
}

.pb14 {
  padding-bottom: 1.4rem !important;
}

.pb15 {
  padding-bottom: 1.5rem !important;
}

.pb16 {
  padding-bottom: 1.6rem !important;
}

.pb17 {
  padding-bottom: 1.7rem !important;
}

.pb18 {
  padding-bottom: 1.8rem !important;
}

.pb19 {
  padding-bottom: 1.9rem !important;
}

.pb20 {
  padding-bottom: 2rem !important;
}

/* ---------- START PADDING LEFT ---------- */
.pl00 {
  padding-left: 0rem !important;
}

.pl01 {
  padding-left: 0.1rem !important;
}

.pl02 {
  padding-left: 0.2rem !important;
}

.pl03 {
  padding-left: 0.3rem !important;
}

.pl04 {
  padding-left: 0.4rem !important;
}

.pl05 {
  padding-left: 0.5rem !important;
}

.pl06 {
  padding-left: 0.6rem !important;
}

.pl07 {
  padding-left: 0.7rem !important;
}

.pl08 {
  padding-left: 0.8rem !important;
}

.pl09 {
  padding-left: 0.9rem !important;
}

.pl10 {
  padding-left: 1rem !important;
}

.pl11 {
  padding-left: 1.1rem !important;
}

.pl12 {
  padding-left: 1.2rem !important;
}

.pl13 {
  padding-left: 1.3rem !important;
}

.pl14 {
  padding-left: 1.4rem !important;
}

.pl15 {
  padding-left: 1.5rem !important;
}

.pl16 {
  padding-left: 1.6rem !important;
}

.pl17 {
  padding-left: 1.7rem !important;
}

.pl18 {
  padding-left: 1.8rem !important;
}

.pl19 {
  padding-left: 1.9rem !important;
}

.pl20 {
  padding-left: 2rem !important;
}

/*====================================================================================
6. START BASE FONT SIZE.
====================================================================================*/
.f10 {
  font-size: 1rem !important;
}

.f11 {
  font-size: 1.1rem !important;
}

.f12 {
  font-size: 1.2rem !important;
}

.f13 {
  font-size: 1.3rem !important;
}

.f14 {
  font-size: 1.4rem !important;
}

.f15 {
  font-size: 1.5rem !important;
}

.f16 {
  font-size: 1.6rem !important;
}

.f17 {
  font-size: 1.7rem !important;
}

.f18 {
  font-size: 1.8rem !important;
}

.f19 {
  font-size: 1.9rem !important;
}

.f20 {
  font-size: 2rem !important;
}

.f21 {
  font-size: 2.1rem !important;
}

.f22 {
  font-size: 2.2rem !important;
}

.f23 {
  font-size: 2.3rem !important;
}

.f24 {
  font-size: 2.4rem !important;
}

.f25 {
  font-size: 2.5rem !important;
}

.f26 {
  font-size: 2.6rem !important;
}

.f27 {
  font-size: 2.7rem !important;
}

.f28 {
  font-size: 2.8rem !important;
}

.f29 {
  font-size: 2.9rem !important;
}

.f30 {
  font-size: 3rem !important;
}

/*====================================================================================
7. START BASE BOX, BLOCK.
====================================================================================*/
/* ---------- START DISPLAY ----------*/
.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex;
  flex-wrap: wrap;
}

/* ---------- START OVERFLOW ----------*/
.overflow-hidden {
  overflow: hidden !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.overflow-auto {
  overflow: auto;
}

/* ---------- START FLOAT ----------*/
.pull-left {
  float: left !important;
}

.pull-right {
  float: right !important;
}

/* ---------- START VERTICAL ----------*/
.align-baseline {
  vertical-align: baseline;
}

.align-top {
  vertical-align: top;
}

.align-middle {
  vertical-align: middle;
}

.align-bottom {
  vertical-align: bottom;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

/*====================================================================================
8. START BASE BORDER.
====================================================================================*/
.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

/*====================================================================================
9. START BASE FLEX.
====================================================================================*/
.flex{
  display: flex;
  flex-wrap: wrap;
}
.flex-column {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

/*---------- START JUSTIFY-CONTENT ----------*/
.justify-start {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.justify-end {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.justify-center {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.justify-between {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.justify-around {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

/*---------- START ALIGN-ITEMS ----------*/
.align-start {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.items-end {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}

.align-center {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.align-baseline {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}

.align-stretch {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

/*====================================================================================
10. START BASE TEXT.
====================================================================================*/
/* ---------- START FONT STYLES ---------- */
.font-italic,
.italic {
  font-style: italic !important;
}

/* ---------- START TEXT VERTICAL ---------- */
.txt-vertical {
  cursor: vertical-text;
  writing-mode: vertical-rl;
  text-orientation: upright;
  word-wrap: break-word;
}

.txt-vertical .int {
  writing-mode: lr-tb;
  display: inline-block;
  text-align: center;
  line-height: 1.5em;
}

.txt-normal .int {
  height: 1.1em;
}

.txt-vertical-x > * {
  writing-mode: rl-tb;
  transform: rotate(90deg);
  display: inline-block;
  white-space: nowrap;
  word-wrap: break-word;
  width: 1px;
  line-height: 1;
}

.txt-vertical .txt-latin {
  cursor: vertical-text;
  direction: rtl;
  writing-mode: vertical-rl;
  text-orientation: sideways-right;
  letter-spacing: 0.25em;
}

/* ---------- START FONT WEIGHT ---------- */
.font-normal {
  font-weight: normal !important;
}

.font-bold,
.bold {
  font-weight: bold !important;
}

.font-100 {
  font-weight: 100 !important;
}

.font-200 {
  font-weight: 200 !important;
}

.font-300 {
  font-weight: 300 !important;
}

.font-400 {
  font-weight: 400 !important;
}

.font-500 {
  font-weight: 500 !important;
}

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

.font-700 {
  font-weight: 700 !important;
}

.font-800 {
  font-weight: 800 !important;
}

.font-900 {
  font-weight: 900 !important;
}

/* ---------- START TEXT ALIGN ---------- */
.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

/* ---------- START TEXT TRANSFORM ---------- */
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-underline {
  text-decoration: underline !important;
}

.text-none-underline {
  text-decoration: none !important;
}

.w-brall {
  word-break: break-all;
}

/* ---------- START LETTER SPACING ---------- */
.text-space01 {
  letter-spacing: 0.01em !important;
}

.text-space02 {
  letter-spacing: 0.02em !important;
}

.text-space03 {
  letter-spacing: 0.03em !important;
}

.text-space04 {
  letter-spacing: 0.04em !important;
}

.text-space05 {
  letter-spacing: 0.05em !important;
}

.text-space06 {
  letter-spacing: 0.06em !important;
}

.text-space07 {
  letter-spacing: 0.07em !important;
}

.text-space08 {
  letter-spacing: 0.08em !important;
}

.text-space09 {
  letter-spacing: 0.09em !important;
}

.text-space10 {
  letter-spacing: 0.1em !important;
}

/* ---------- START LINE HEIGHT ---------- */
.lh00 {
  line-height: 0 !important;
}

.lh01 {
  line-height: 0.1 !important;
}

.lh02 {
  line-height: 0.2 !important;
}

.lh03 {
  line-height: 0.3 !important;
}

.lh04 {
  line-height: 0.4 !important;
}

.lh05 {
  line-height: 0.5 !important;
}

.lh06 {
  line-height: 0.6 !important;
}

.lh07 {
  line-height: 0.7 !important;
}

.lh08 {
  line-height: 0.8 !important;
}

.lh09 {
  line-height: 0.9 !important;
}

.lh10 {
  line-height: 1 !important;
}

.lh11 {
  line-height: 1.1 !important;
}

.lh12 {
  line-height: 1.2 !important;
}

.lh13 {
  line-height: 1.3 !important;
}

.lh14 {
  line-height: 1.4 !important;
}

.lh15 {
  line-height: 1.5 !important;
}

.lh16 {
  line-height: 1.6 !important;
}

.lh17 {
  line-height: 1.7 !important;
}

.lh18 {
  line-height: 1.8 !important;
}

.lh19 {
  line-height: 1.9 !important;
}

.lh20 {
  line-height: 2 !important;
}

/*====================================================================================
11. START BASE IMAGE.
====================================================================================*/
.pic img {
  max-width: 100%;
  height: auto;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

/*---------- START IMAGE OBJECT FIT  ----------*/
.img-ofi {
  width: 100%;
  height: 100%;
}
.img-ofi--center {
  object-fit: cover;
  object-position: center;
}
.img-ofi--top {
  object-fit: cover;
  object-position: center top;
}
.img-ofi--bottom {
  object-fit: cover;
  object-position: center bottom;
}
.img-ofi--left {
  object-fit: cover;
  object-position: left center;
}
.img-ofi--right {
  object-fit: cover;
  object-position: right center;
}

/*====================================================================================
12. START BASE HIDING CLASSES.
====================================================================================*/
@media only screen and (min-width: 768px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
.hide {
  display: none !important;
}

/*====================================================================================
13. START BASE POSITION, Z-INDEX.
====================================================================================*/
/*---------- START POSITION ----------*/
.p-unset {
  position: unset !important;
}

.p-relative {
  position: relative !important;
}

.p-absolute {
  position: absolute !important;
}

.p-static {
  position: static !important;
}

/*---------- START Z-INDEX ----------*/
.z-index-01 {
  z-index: 1 !important;
}

.z-index-02 {
  z-index: 2 !important;
}

.z-index-03 {
  z-index: 3 !important;
}

.z-index-04 {
  z-index: 4 !important;
}

.z-index-05 {
  z-index: 5 !important;
}

.z-index-06 {
  z-index: 6 !important;
}

.z-index-07 {
  z-index: 7 !important;
}

.z-index-08 {
  z-index: 8 !important;
}

.z-index-09 {
  z-index: 9 !important;
}

.z-index-full {
  z-index: 99999 !important;
}

.m-z-index-01 {
  z-index: -1 !important;
}
