/* general setting
 -----------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Display:wght@400;700&display=swap');
* {
  outline: transparent;
  font-family: 'Red Hat Display', sans-serif !important;
}

/*Start bootstrap classes*/
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto
}

@media (min-width: 576px) {
  .container {
    max-width: 100%
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 100%
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px
  }
}
.p-0{padding:0!important}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%
}

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%
}


@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
  }

  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
  }

  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
  }

  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
  }

  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }

  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
  }

  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
  }

  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
  }

  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
  }

  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }

  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
  }

  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
  }

  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

}



.w-25 {
  width: 25% !important
}

.w-50 {
  width: 50% !important
}

.w-75 {
  width: 75% !important
}

.w-100 {
  width: 100% !important
}

.position-static {
  position: static !important
}

.position-relative {
  position: relative !important
}

.position-absolute {
  position: absolute !important
}

.position-fixed {
  position: fixed !important
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important
}

.clearfix::after {
  display: block;
  clear: both;
  content: ""
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529
}

.table td, .table th {
  padding: .75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important
}
.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important
}

.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important
}

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important
}

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important
}

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important
}

.text-left {
  text-align: left !important
}

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

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

.mt-5, .my-5 {
  margin-top: 3rem !important
}

.p-5 {
  padding: 3rem !important
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important
  }

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

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

.pr-2, .px-2 {
  padding-right: .5rem !important
}

@media (min-width: 992px) {
  .mr-lg-5, .mx-lg-5 {
    margin-right: 3rem !important
  }
  .ml-lg-5, .mx-lg-5 {
    margin-left: 3rem !important
  }
  .mb-lg-1, .my-lg-1 {
    margin-bottom: .25rem !important
  }
  .d-lg-none {
    display: none !important
  }

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

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

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

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

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

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

  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important
  }

  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important
  }
}

@media (min-width: 992px) {
  .p-lg-3 {
    padding: 1rem !important
  }
  .mt-lg-0, .my-lg-0 {
    margin-top: 0 !important
  }
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important
  }

  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important
  }

  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
  }

  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
  }

  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
  }

  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
  }

  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
  }

  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
  }

  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
  }

  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
  }

  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
  }

  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
  }

  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
  }

  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
  }

  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important
  }

  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
  }

  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
  }

  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important
  }

  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important
  }

  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important
  }

  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important
  }

  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important
  }

  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
  }

  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
  }

  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
  }

  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
  }

  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
  }

  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
  }

  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important
  }

  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
  }

  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
  }

  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
  }

  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
  }

  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
  }
}

/*End bootstrap classes*/
body {
  font-size: 18px;
  color: #434a54;
  line-height: 1.5;
  background: #FFF;
  font-family: "Futura Book", "Trebuchet MS", Arial, sans-serif;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  font-weight: 500;
}

a {
  color: #434a54;
  -webkit-transition-duration: 0.2s;
       -o-transition-duration: 0.2s;
          transition-duration: 0.2s;
}
a:hover {
  color: #434a54;
}
a:focus {
  outline: none;
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}

ul.my-list-style {
  list-style-type: circle;
  margin-left: 50px;
}


h1, h2, h3, h4, h5, h6 {
  line-height: 3;
  font-family: "Futura Bold", "Trebuchet MS", Arial, sans-serif;
}
.md-result-caculator h3{
  line-height: 2 !important;
}
p {
  margin-bottom: 22px;
}
p:last-child {
  margin-bottom: 0px;
}

input[type=submit] {
  border: none;
  -webkit-transition-duration: 0.2s;
       -o-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

.page-header {
  margin: 0;
  padding: 0;
  border: none;
}

.content {
  text-align: left;
}
/* header mobile
-----------------------------------------------------*/
.page-header {
  background: #000080;
  position: relative;
  padding: 14px 0px;
}
@media only screen and (max-width: 992px) {
  .page-header {
    padding: 0px 0px 0px;
    border-bottom: none;
  }
}
@media only screen and (min-width: 768px) {
  .page-header {
    -webkit-box-shadow: 0 3px 3px 0px #3b5eb7;
            box-shadow: 0 3px 3px 0px #3b5eb7;
  }
}

.md-header a {
  color: #FFF;
}
.md-header a:hover {
  color: #FFF;
}
.md-header .logo {
  float: left;
}
.md-header .logo a {
  font-size: 18px;
  font-family: "Futura Bold", "Trebuchet MS", Arial, sans-serif;
}
.md-header .logo a:hover {
  text-decoration: none;
}
.md-header .toggle-menu {
  position: absolute;
  right: 34px;
  top: 35px;
  width: 24px;
  height: 14px;
  cursor: pointer;
}
.md-header .toggle-menu .icon {
  position: relative;
}
.md-header .toggle-menu .icon span {
  display: block;
  width: 24px;
  height: 2px;
  background: #FFF;
  position: absolute;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.md-header .toggle-menu .icon span:nth-child(2) {
  top: 6px;
}
.md-header .toggle-menu .icon span:nth-child(3) {
  top: 12px;
}
.md-header.active .toggle-menu .icon span:nth-child(1) {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 8px;
}
.md-header.active .toggle-menu .icon span:nth-child(2) {
  display: none;
}
.md-header.active .toggle-menu .icon span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 8px;
}
@media only screen and (max-width: 992px) {
  h1{
    line-height: 1;
    font-size: 26px !important;
  }
  .md-header {
    background: #000080;
  }
  .md-header .logo {
    float: none;
    padding: 12px 0px 12px 6px;
    margin: 0px -15px;
    -webkit-box-shadow: 0 3px 3px 0px #3b5eb7;
            box-shadow: 0 3px 3px 0px #3b5eb7;
  }
  .md-header .logo a {
    margin: 0px 0px 0px 15px;
  }
  .md-header .menu {
    display: block;
    clear: both;
    float: none;
    margin: 0px -15px;
    background: #487afa;
    position: absolute;
    top: 100%;
    width: 100%;
    opacity: 0;
    z-index: -10;
    -webkit-transition-duration: 0.3s;
         -o-transition-duration: 0.3s;
            transition-duration: 0.3s;
  }
  .md-header .menu ul {
    padding: 10px 0px 10px;
  }
  .md-header .menu ul li {
    margin: 0px;
  }
  .md-header .menu ul li a {
    padding: 10px 22px 10px 22px;
    display: block;
    color: #FFF;
    font-size: 16px;
  }
  .md-header .menu ul li a:hover {
    text-decoration: none;
    color: #FFF;
    background: #2e66f5;
  }
  .md-header.active .menu {
    opacity: 1;
    z-index: 50;
  }
  .md-header.active .toggle-menu {
    top: 33px;
  }
}
@media only screen and (min-width: 768px) {
  .md-header .menu {
    float: right;
    padding: 3px 0px 0px;
  }
  .md-header .menu ul li {
    float: left;
    margin: 0px 0px 0px 40px;
  }
  .md-header .menu ul li.current-menu-item a {
    color: #FFF;
  }
  .md-header .menu ul li:first-child {
    margin: 0px 0px 0px 0px;
  }

}

/* page
-----------------------------------------------------*/
.md-page-banner {
  -webkit-background-size: cover;
          background-size: cover;
  padding: 0 0 7px 0 !important;
  /*margin-bottom: 57px;*/
  margin-bottom: 0;
  background: transparent !important;
}
.md-page-banner .container {
  display: table;
}
.md-page-banner .container .inner-banner {
  display: table-cell;
  vertical-align: middle;
}
.md-page-banner .container .inner-banner h1 {
  font-size: 1.6rem;
  text-align: center;
  display: block;
  color: #FFF;
}
.md-page-banner .holiday-h1 h1{
  font-size: 18px;
  line-height: 24px !important;
  width: 88%;
  margin: auto;
}

.holiday-top{
  background: #23C0AD !important;
  padding: 20px 0;
}
@media only screen and (min-width: 768px) {
  .md-page-banner .holiday-h1 h1{
    padding: 10px;
    /*padding-top: 50px;*/
    font-size: 36px !important;
    line-height: 50px !important;
  }
  .holiday-top{
    padding: 50px 0;
  }
}
.holiday-top .intro{
  font-size: 16px;
  color: white;
  /*font-weight: normal;*/
  line-height: 21px;
}
.holiday-top .dropdown a{
  font-weight: bold;
  color: black;
}

.holiday-top h3{
  font-size: 16px;
  color: white;
  font-weight: normal !important;

}
.holiday-top .area-title h3{
  font-size: 14px;
  color: white;
  font-weight: bold !important;

}

@media only screen and (min-width: 768px) {
  .holiday-top h3{
    font-size: 22px;

  }
}

.holiday-top .dropdown-school, .holiday-top .dropdown-year{
  height: 30px;
  font-size: 15px !important;
}

@media only screen and (min-width: 992px) {
  .holiday-top .dropdown-school, .holiday-top .dropdown-year{
    height: 50px !important;
    padding-top: 15px !important;
  }
  .md-result-caculator .result-caculator .item-result .result{
    border-radius: 50% !important;
  }
}
@media only screen and (max-width: 992px) {
  .md-page-banner {
    padding: 44px 0px 44px 0px;
    margin-bottom: 0px;
  }
}


.intro-visible-mobile {
  display: none;
  padding: 34px 0px 50px 0px;
}
.intro-visible-mobile p {
  font-size: 14px;
  font-family: "Futura Bold", "Trebuchet MS", Arial, sans-serif;
  color: #000;
}
@media only screen and (max-width: 992px) {
  .intro-visible-mobile {
    display: block;
  }
}

.md-holiday {
  padding: 0 0px 0 0px;
}
.md-holiday h3{
  text-align: center;
  color: black;
  width: 70%;
  margin: auto;
  font-weight: bold !important;
}

.md-holiday .ui.dropdown .text a {
  -webkit-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}
.md-holiday table td{
  font-size: 12px !important;
  font-weight: bold;
  line-height: 14px;
  /*display: flex;*/
  /*justify-content: center;*/
  /*align-items: center;*/
}

@media only screen and (min-width: 768px) {
  .md-holiday table td{
    font-size: 16px !important;
  }
}
.md-holiday table th{
  vertical-align: center;
}

.md-holiday table:nth-of-type(1) th{
 white-space: nowrap;
}
@media only screen and (max-width: 355px) {
  .md-holiday table:nth-of-type(1) th{
    white-space: unset;
   }
}
.md-holiday table td:nth-of-type(1){
  text-align: left !important;
  padding-left: 20px !important;
}
.md-holiday table:nth-of-type(1) th:nth-of-type(1){
  width: 20%;
}
.md-holiday tbody tr:nth-child(even), #school-age-table tbody tr:nth-child(even) {background: #F8F2F2}
.md-holiday table{
  margin: auto;
}
#school-age-table tbody{
  font-weight: bold;
}
/*.md-holiday .table thead tr{*/
/*vertical-align: top;*/
/*}*/
.md-holiday .table thead th{
  vertical-align: top;

}
.md-holiday h3{
  line-height:  30px;
  padding: 30px 0;
}

@media only screen and (min-width: 768px) {
  .md-holiday h3{
    font-size: 25px;
  }
}
.md-holiday table:nth-of-type(1){
  margin-bottom: 50px;
}
.md-holiday table:nth-of-type(2){
  width: 100%;
  max-width: 550px;
}
.md-holiday h3:nth-of-type(2){
  width: 100%;
  margin-top: 360px !important;
  padding: 20px;
}
/* @media only screen and (min-width: 768px) {
  .md-holiday h3:nth-of-type(2){
    margin-top: 180px !important;
  }
} */
.md-holiday table:nth-of-type(2) th:nth-of-type(1){
text-align: left !important;
  padding-left: 10% !important;
}
.md-page-banner .visible-desktop {
  display: table;
  width: 100%;
  margin-bottom: 60px;
}
.md-page-banner .visible-desktop li {
  display: table-cell;
  vertical-align: middle;
}
.md-page-banner .visible-desktop li a {
  display: block;
  text-align: center;
  background: #487afa;
  height: 55px;
  width: 100%;
  line-height: 55px;
  color: #FFF;
  font-family: "Futura Bold", "Trebuchet MS", Arial, sans-serif;
}

.md-holiday .visible-desktop li a.active {
  background: #abc3ff;
}
@media only screen and (max-width: 992px) {
  .md-holiday .visible-desktop {
    display: none;
  }

  .result-caculator .item-result p {
    font-size: 18px !important;
  }
}
.md-holiday .area-title h3 {
  margin-bottom: 35px;
}
.md-holiday .tab-content .visible-desktop {
  width: 310px;
}
.md-holiday .tab-content .table {
  font-family: "Futura Bold", "Trebuchet MS", Arial, sans-serif;
  color: #373a3c;
}
.md-holiday .tab-content .table thead th, #school-age-table thead th {
  border: none;
  background: #23C0AD;
  color: #FFF;
  padding: 19px 0.85rem;
}
.md-holiday .tab-content .table thead th {
  text-align: center;
}
.md-holiday .tab-content .table tr {
  border-bottom: 1px solid #eceeef;
}
.md-holiday .tab-content .table tr td {
  padding: 15px 0.85rem;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  /*.md-holiday .tab-content .table {*/
  /*  width: 835px;*/
  /*}*/
}
@media only screen and (max-width: 992px) {
  .md-holiday .tab-content .table {
    width: 100%;
  }
  .md-holiday .tab-content .table thead th {
    font-size: 13px;
  }
  .md-holiday .tab-content .table tr td {
    padding: 16px 0rem;
    font-size: 13px;
  }
  #school-age-table {
    font-size: 12px;
  }
  #school-age-table thead th{
    vertical-align: middle;
  }
}
.md-holiday .visible-mobile-option .ui.dropdown {
  width: 100%;
  min-width: 100%;
  border: 1px solid #DDD;
  height: 50px;
  padding: 1.25em 2.1em 1em 1em;
  text-align: center;
  margin-bottom: 30px;
  color: #000;
}
.md-holiday .visible-mobile-option .ui.dropdown a {
  color: #000;
  opacity: 1;
  font-weight: 600;
}
.md-holiday .visible-mobile-option .ui.dropdown:hover {
  border: 1px solid #DDD;
  font-weight: 600;
}
.md-holiday .visible-mobile-option .ui.dropdown > .text {
  font-weight: 600;
  color: #000;
  opacity: 1;
}
.md-holiday .visible-mobile-option .ui.dropdown > .dropdown.icon {
  height: 49px;
  margin: 0px;
  width: 40px;
  right: 0px;
  top: 0px;
}
.md-holiday .visible-mobile-option .ui.dropdown > .dropdown.icon:before {
  content: "";
  width: 8px;
  height: 6px;
  display: block;
  background: url(../images/ico-arrow-down-dcs.png) no-repeat !important;
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
}
.md-holiday .visible-mobile-option .ui.active.dropdown .menu {
  border-color: #DDD;
}
.md-holiday .visible-mobile-option .ui.active.dropdown .menu .item a {
  font-weight: 400;
}
.md-holiday .visible-mobile-option .ui.active.dropdown .menu .item.selected a {
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  .md-holiday .visible-mobile-option {
    display: none;
  }
}
@media only screen and (max-width: 992px) {
  .md-holiday {
    padding: 0px 0px 36px 0px;
  }
  .md-holiday .area-title h3 {
    font-size: 15px;
    margin: 5px 0px 15px 0px;
  }
}

.holiday-term-info{
  max-width: 900px;
  margin: auto;
}
.holiday-term-info h3,.holiday-term-info h2,.holiday-term-info p{
  color: black;
}

.holiday-term-info h2{
font-size: 18px;
  line-height: 14px;
}
.holiday-term-info h3{
  font-size: 17px;
}
.holiday-term-info p{
  font-size: 16px;
}

@media only screen and (min-width: 768px) {
  .holiday-term-info p{
    font-size: 18px;
  }
  .holiday-term-info h3{
    font-size: 18px;
  }
}

@media only screen and (min-width: 768px) {
  .holiday-term-info h2{
    font-size: 25px;
  }
}
/*Ads*/

/* .ad1 ins,.ad2,.ad3,.ad4{ */
  /* border: 1px solid rgba(128, 128, 128, 0.1); */
  /* border: 1px solid red; */
/* } */
.ad1{
position:relative;
  width: 100%;
  /*bottom: -200px;*/
}
.ad1 >div{
  position:absolute;
  width: 100%;
  /*bottom: -200px;*/
}
.ad1 ins{
  margin: auto;
  width: 320px;
  height: 50px;
}

.ad3{
display: none !important;
}

.ad4,.ad2{
  width: 80%;
  margin: auto;
  height: 250px;
  margin-top: 50px;
  margin-bottom: 30px;
  max-width: 720px;
}
.ad2{
  margin-top: 20px;
  margin-bottom: 50px;
}

@media only screen and (min-width: 768px) {
  .ad1 ins{
    margin: auto;
    width: 728px;
    height: 90px;
  }
  .ad4,.ad2{
    height: 300px;
    margin-top: 100px;
    margin-bottom: 30px;
  }
  .ad2{
    margin-top: 40px;
    margin-bottom: 50px;
  }
}

@media only screen and (min-width: 992px) {
  .ad3{
    width: 120px;
    height: 600px;
      display: block !important;
      position: fixed;
      top: 150px;
      right: 20px;
      z-index: 1000;

  }
}


/* home page
-----------------------------------------------------*/
.md-hero-banner {
  background: url(../images/bg-hero-01.png) no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  padding: 15px 0px 33px;
  color: #FFF;
}
.md-hero-banner h1 {
  text-align: center;
  margin: 0px 0px 15px;
  font-size: 2.2rem;
}
.md-hero-banner .intro {
  text-align: center;
  margin: 0px 0px 40px;
  /*font-family: "Futura Bold", "Trebuchet MS", Arial, sans-serif;*/
  font-size: 20px;
}
.md-hero-banner .intro p {
  font-size: 20px;
}
.md-hero-banner .container {
  display: table;
}
.md-hero-banner .container .inner-banner {
  display: table-cell;
  vertical-align: middle;
}
.md-hero-banner .form-caculator .all-field .item-field {
  margin: 0px 0px 20px;
}
.md-hero-banner .form-caculator .all-field .item-field label {
  display: block;
  font-family: "Futura Bold", "Trebuchet MS", Arial, sans-serif;
}
.md-hero-banner .form-caculator .all-field .item-field .ui.selection.visible.dropdown > .text:not(.default) {
  font-weight: 600;
}
.md-hero-banner .form-caculator .all-field .item-field .ui.dropdown {
  height: 50px;
  font-weight: 600;
  min-width: 100%;
  padding: .9em 2.1em 0.8em 1em;
  border: 1px solid #FFF;
}
.md-hero-banner .form-caculator .all-field .item-field .ui.dropdown .dropdown.icon {
  display: none;
}
.md-hero-banner .form-caculator .all-field .item-field .ui.active.dropdown .menu {
  border-color: #FFF;
}
.md-hero-banner .form-caculator .all-field .item-field .btn {
  display: block;
  width: 100%;
  text-transform: uppercase;
  background: #23c0ad;
  height: 50px;
  border: none !important;
  font-family: "Futura Book", "Trebuchet MS", Arial, sans-serif;
  padding-top: 10px;
  font-weight: 500;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.md-hero-banner .form-caculator .all-field .item-field .btn:focus {
  background: #39cbb9;
}
@media only screen and (max-width: 992px) {
  .ui .dropdown .selection{
    padding: 0 !important;
  }
  .md-hero-banner .form-caculator .all-field{
    max-width: 300px;
    margin: auto;
  }
}
@media only screen and (min-width: 768px) {
  .md-hero-banner .form-caculator .all-field {
    display: table;
    margin: 0 auto;
  }
  .md-hero-banner .form-caculator .all-field .item-field {
    padding: 0px 12px 0px 0px;
    display: table-cell;
    vertical-align: bottom;
    width: 228px;
  }
  .md-hero-banner .form-caculator .all-field .item-field label {
    font-size: 16px;
    font-weight: bold;
  }
  .md-hero-banner .form-caculator .all-field .item-field.btn-item {
    width: 80px;
    padding: 0;
  }
}
@media only screen and (min-width: 992px) {
  .md-hero-banner .form-caculator .all-field {
    width: 700px;
  }
}
@media only screen and (max-width: 992px) {
  .md-hero-banner {
    padding: 42px 0px 17px;
  }
  .md-hero-banner h1 {
    margin: 0px 0px 26px;
  }
  .md-hero-banner .intro {
    margin: 0px 0px 17px;
  }
  .md-hero-banner .form-caculator .all-field .item-field {
    margin: 0px 0px 11px;
  }
  .md-hero-banner .form-caculator .all-field .item-field .ui.dropdown {
    height: 50px;
  }
  .md-hero-banner .form-caculator .all-field .item-field .ui.selection.dropdown {
    padding: 1.16em 2.1em 0.78571429em 1em;
  }
  .md-hero-banner .form-caculator .all-field .item-field .btn {
    background: #23c0ad;
    height: 50px;
    font-size: 17px;
    margin-top: 20px;
  }
  .md-hero-banner .form-caculator .all-field .item-field .btn .md-mobile {
    display: inline-block;
  }
}
@media only screen and (max-width: 992px) {
  .md-hero-banner {
    padding: 30px 0px 15px;
  }
  .md-hero-banner h1 {
    font-size: 1.8rem;
    margin: 0px 0px 15px;
  }
  .md-hero-banner .intro {
    margin: 0px 0px 12px;
  }
  .md-hero-banner .intro p {
    font-size: 18px;
  }

  .md-hero-banner .form-caculator .all-field .item-field .ui.selection.dropdown {
    height: 42px;
    padding: 1em 2.1em 0.78571429em 1em;
  }
  .md-hero-banner .form-caculator .all-field .item-field .btn {
    padding-top: 6px;
    height: 42px;
    font-family: "Futura Bold";
  }
}

.md-result-caculator {
  padding: 20px 0px 91px 0px;
}
.md-result-caculator h2 {
  text-align: center;
  font-size: 1.6em;
  margin-bottom: 5px;
}
.md-result-caculator h2:nth-of-type(1){
  line-height: 1.5;
  padding-bottom: 15px;
}
.md-result-caculator .result-caculator {
  margin: 0 auto;
  text-align: center;
}
.md-result-caculator .result-caculator .item-result {
  margin: 0px 0px 110px;
}
.md-result-caculator .result-caculator .item-result .text {
  font-weight: 600;
}
.md-result-caculator .result-caculator .item-result .text p {
  color: #000;
  font-size: 16px;
  margin-bottom: 29px;
}
.md-result-caculator .result-caculator .item-result .result {
  width: 135px !important;
  height: 135px !important;;
  background: #23c0ad;
  border-radius: 50%;
  display: table;
  text-align: center;
  color: #FFF;
  padding: 5px 5px 0px;
  margin: 0 auto;
}
.md-result-caculator .result-caculator .item-result .result p {
  display: table-cell;
  vertical-align: middle;
  color: #FFF;
  font-family: "Futura Bold", "Trebuchet MS", Arial, sans-serif;
}
.md-result-caculator .bottom-content {
  font-weight: 400;
}
.md-result-caculator .bottom-content p {
  font-size: 14px;
  color: #000;
  margin-bottom: 16px;
}
.md-result-caculator .bottom-content p:nth-of-type(1) {
  font-size: 18px;

}
.md-result-caculator .bottom-content p:last-child {
  margin-bottom: 0px;
  color: #000;
}
@media only screen and (min-width: 992px) {
  .md-result-caculator .result-caculator {
    width: 100%;
    margin: 0 auto 20px;
  }
}
@media only screen and (min-width: 1100px) {
  .md-result-caculator .result-caculator {
    width: 955px;
    margin: 0 auto 20px;
  }
  .md-result-caculator .result-caculator .item-result .text p span {
    /*display: block;*/
  }
}
@media only screen and (max-width: 992px) {
  .md-result-caculator {
    padding: 41px 0px 66px 0px;
  }
  .md-result-caculator h2 {
    margin-bottom: 27px;
    font-size: 1.7rem;
    line-height: 1.5 !important;
  }
  .md-result-caculator .result-caculator {
    margin: 0 auto 10px auto;
  }
  .md-result-caculator .result-caculator .item-result {
    margin: 0px 0px 58px;
  }
  .md-result-caculator .result-caculator .item-result .text p {
    font-weight: 600;
    margin-bottom: 0;
  }
  .md-result-caculator .result-caculator .item-result .text p span {
    /*display: block;*/
    text-decoration: underline;
  }
  .md-result-caculator .bottom-content p {
    margin-bottom: 16px;
    line-height: 1.7em;
    font-size: 12px !important;
    margin-top: 14px;
  }
  .bg-gray{
    background: #F8F2F2;
  }
}
@media only screen and (max-width: 992px) {
  .md-result-caculator {
    padding: 0px 0px 46px 0px;
  }
  .md-result-caculator h2 {
    margin-bottom: 12px;
  }
  .md-result-caculator .result-caculator {
    margin: 0 auto 10px auto;
  }
  .md-result-caculator .result-caculator .item-result {
    margin: 0px 0px 25px;
  }
  .md-result-caculator .result-caculator .item-result .text p {
    margin-bottom: 0;
    font-size: 14px;
  }
  .md-result-caculator .result-caculator .item-result .result {
    border-radius: 5px;
    width: 200px;
    height: 50px !important;;
    margin: 0;
  }
}

.md-ads {
  background: #ffffff;
  padding: 30px 0px 30px;
  text-align: center;
}
.md-ads p {
  font-size: 1.6rem;
  font-family: "Futura Bold", "Trebuchet MS", Arial, sans-serif;
}

@media only screen and (max-width: 992px) {
  .md-ads {
    padding: 35px 0px 35px;
  }
}
.page-footer {
  background: #000080;
  padding: 34px 0px 34px;
  text-align: center;
  color: #FFF;
}
.page-footer .copyright {
  font-size: 0.9rem;
  font-family: "Futura Bold", "Trebuchet MS", Arial, sans-serif;
}

@media only screen and (max-width: 992px) {
  .page-footer {
    padding: 33px 0px 32px;
  }
}

.page{
  margin: auto;
  /*color: #000000;*/
}
.page p{
  font-size: 16px;
}
.page-top{
  width: 100%;
  height: 99px;
  background: #23C0AD;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-top h1{
  font-size: 22px;
  color: white;
  font-weight: lighter;
}

.page h2{
  font-size: 18px;
}

.page-content{
  max-width: 900px;
  margin: auto;
}

.about-content{
  max-width: 700px;
}

#menu-2{
background: #A7E6DE;
  color: black;
}
#menu-2 a{
  color: black;
}
#menu-2 h4{
  font-size: 18px;
}
.violet-footer{
  background: #000080;
}
@media only screen and (min-width: 992px) {
  .page p{
    font-size: 18px;
  }
  .page-top{
    height: 200px;
  }
  .page-top h1{
    font-size: 36px;
  }
  .page h2{
    font-size: 24px;
  }
}

.font-20{
  font-size: 20px !important;
}

@media only screen and (max-width: 992px) {
  .sm-text-wrap {
    padding-right: 10%;
    width: 60% !important;
  }
}

.ui.dropdown .menu>.item{
  font-size: 18px !important;
}

.ui.selection.dropdown .menu {
  max-height: 340px;
}