.html {
  height: 100%;
}
.body {
  color: gray;
  height: 100% !important;
  overflow-x: hidden;
}

.section {
  width: 100%;
  height: 100% !important;
  font-family   : "k2d", Helvetica, Roboto, Arial, sans-serif;
}

.img-kk {
  max-width             : 100%;
  height                : auto;
  -ms-interpolation-mode: bicubic;
  display               : inline-block;
  vertical-align        : middle;
}
h1.kk,
h2.kk,
h3.kk,
h4.kk,
h5.kk,
h6.kk {
  /* font-family   : "k2d", Helvetica, Roboto, Arial, sans-serif; */
  font-weight   : normal;
  font-style    : normal;
  color         : inherit;
  text-rendering: geometricprecision;
  margin-top    : 0;
  margin-bottom : 0.5rem;
  line-height   : 1.4;
}
.block {
    margin: 0;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

h1.kk {
  font-size: 1.3rem;
}

h2.kk {
  font-size: 1.15rem;
}

h3.kk {
  font-size: 1rem;
}

h4.kk {
  font-size: 0.95rem;
}

h5.kk {
  font-size: 0.85rem;
}

h6.kk {
  font-size: 0.75rem;
}

@media screen and (min-width: 668px) {
  h1.kk {
    font-size: 2.2rem;
  }

  h2.kk {
    font-size: 1.7rem;
  }

  h3.kk {
    font-size: 1.3375rem;
  }

  h4.kk {
    font-size: 1.12rem;
  }

  h5.kk {
    font-size: 1.05rem;
  }

  h6.kk {
    font-size: 1rem;
  }
}

@media screen and (min-width: 2559px) {
  h1.kk {
    line-height: 2;
    font-size  : 3rem;
  }

  h2.kk {
    line-height: 2;
    font-size  : 2.5rem;
  }

  h3.kk {
    line-height: 2.5;
    font-size  : 1.7rem;
  }

  h4.kk {
    line-height: 2.5;
    font-size  : 1.5rem;
  }

  h5.kk {
    line-height: 3;
    font-size  : 1.25rem;
  }

  h6.kk {
    line-height: 3;
    font-size  : 1rem;
  }
}

 h1.kk ,
 h3.kk ,
 h4.kk {
    color: black;
}

 p.kk {
    margin: 1em 0;
    line-height: 1.1em;
}

 h1.kk {
    line-height: 1;
    font-size: 14.91em;
    margin: 0;
}

 h1.kk > small {
    text-align: right;
    display: inline-block;
    font-size: 0.71em;
    text-indent: 15em;
    color: #444;
}

 h2.kk {
    line-height: 0.8;
    font-size: 3rem;
    color: #5e3520;
    font-weight: 600;
}

 h3.kk {
    line-height: 1.2;
    font-size: 2rem;
}

.indent {
    text-indent: 20px;
}

.h3 {
    font-size: 23px;
    font-weight: bold;
    padding: 4px 60px;
    position: absolute;
}

.bold {
    font-weight: bold;
    font-size: 32px;
}

.italic {
    font-style: italic;
}

/*-- animation start --*/
.opa0 {
    opacity: 0 !important;
}

.opa1 {
    opacity: 1 !important;
}

.animestart {
    animation-duration: 3s;
    animation-name: fadeInDown;
    animation-timing-function: ease;
}

.slidein {
    animation-duration: 8s;
    animation-name: slidein;
    animation-timing-function: ease;
}

@keyframes slidein {
    from {
        margin-top: -1%;
        height: 120%;
        opacity: 0.1;
    }

    to {
        margin-top: 0;
        height: 100%;
        opacity: 1;
    }
}

/*-- animation end --*/
/*-- menubar start ---*/
#menubar {
    width: 100%;
    height: 7%;
    position: fixed;
    z-index: 103;
    background-color: #544741;
}

.text-bio {
    top: 0;
    left: 74%;
}

.icon-menu {
    position: absolute;
    bottom: 0;
    z-index: 99;
    max-height: 100%;
}

.menu-left {
    width: auto;
    position: absolute;
    top: 0;
    max-height: 100%;
}

.bio-icon {
    left: 74%;
}

.kukrit-icon {
    left: 83%;
}

.news-icon {
    left: 92%;
}

.h3-home {
    font-size: 32px;
    font-weight: bold;
    margin-block-start: 0.8%;
    position: fixed;
    color: white;
}

.align-right {
    text-align: end;
}

/*-- menubar end ---*/
/*-- ScrollIcon start ---*/
.ScrollIcon {
    width: 100%;
    bottom: 0;
    position: absolute;
    text-align: center;
}

.ScrollArrow {
    width: 2%;
    position: relative;
    z-index: 3;
}

/*-- ScrollIcon end ---*/
/*-- background start ---*/
#bg,
#line-thai {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#bg {
    background-image: url("../image-bio/bg.png");
    background-size: contain;
    position: fixed;
}

#net {
    position: absolute;
    height: 1500%;
    position: fixed;
}

#net {
    background-image: url("../image-bio/net.png");
    background-size: auto;
    background-repeat: repeat;
    width: 100%;
    position: fixed;
}

#line-thai {
    background-image: url("../image-bio/line-thai.png");
    background-size: contain;
    position: fixed;
}

/* year-count start */
.year {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    overflow: hidden;
    width: 100%;
}

.year__counter {
    display: flex;
    font-family: 'k2d', ;
    color: black;
}

.year__counter__num {
    font-size: 210px;
    font-family: k2d;
    padding: 0 20px;
    z-index: 15;
    color: black;
    line-height: 1;
}

.old {
    padding-bottom: 2%;
}

.max-height {
    max-height: 300px;
}

.bt-2 {
    position: relative;
    bottom: 0;
}

/* year-count end */
/*-- background end ---*/
/*-- year-2454 start ---*/
#year-2454 {
    width: 100%;
    height: 100%;
    /* padding-top: 5em; */
    text-align: center;
    position: relative;
}

.time-2454 {
    animation-duration: 1.5s;
}

.water-1 {
    position: absolute;
}

.krachang {
    margin-top: -8%;
    position: absolute;
    z-index: 15;
}

.water-2 {
    position: relative;
    margin-top: 5.8%;
    z-index: 16;
}
/*
.water-2 {
  margin-top: -12.2%;
}

.krachang {
  margin-top: -21%;
} */

.year-2454-pic {
    -webkit-animation-name: run;
    -webkit-animation-duration: 10s;
    animation-name: run;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    animation-play-state: paused;
}

@-webkit-keyframes run {
    0% {
        transform: rotate(0deg) translate(0%, 0%);
    }

    25% {
        transform: rotate(2deg) translate(2%, 0%);
    }

    50% {
        transform: rotate(-2deg) translate(0%, 0%);
    }

    75% {
        transform: rotate(2deg) translate(2%, 0%);
    }

    100% {
        transform: rotate(0deg) translate(0%, 0%);
    }
}

@keyframes run {
    0% {
        transform: rotate(0deg) translate(0%, 0%);
    }

    25% {
        transform: rotate(2deg) translate(2%, 0%);
    }

    50% {
        transform: rotate(-2deg) translate(0%, 0%);
    }

    75% {
        transform: rotate(2deg) translate(2%, 0%);
    }

    100% {
        transform: rotate(0deg) translate(0%, 0%);
    }
}

.year-2454-pic-water {
    -webkit-animation-name: run-water;
    -webkit-animation-duration: 10s;
    animation-name: run-water;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    animation-play-state: paused;
}

@-webkit-keyframes run-water {
    0% {
        transform: rotate(0deg) translate(0%, 0%);
    }

    25% {
        transform: rotate(-2deg) translate(1%, 0%);
    }

    50% {
        transform: rotate(2deg) translate(0%, 0%);
    }

    75% {
        transform: rotate(-2deg) translate(1%, 0%);
    }

    100% {
        transform: rotate(0deg) translate(0%, 0%);
    }
}

@keyframes run-water {
    0% {
        transform: rotate(0deg) translate(0%, 0%);
    }

    25% {
        transform: rotate(-2deg) translate(1%, 0%);
    }

    50% {
        transform: rotate(2deg) translate(0%, 0%);
    }

    75% {
        transform: rotate(-2deg) translate(1%, 0%);
    }

    100% {
        transform: rotate(0deg) translate(0%, 0%);
    }
}

/*-- year-2454 end ---*/
/*-- year-2458 start ---*/
#year-2460 {
    width: 100%;
    height: 100%;
    /* padding-top: 4.5em; */
    position: relative;
}

.sec1 {
    position: relative;
    animation-duration: 1.5s;
}

.sec1-notopa {
    opacity: 0;
}

.sec2,
.sec2-sub,
.sec3 {
    opacity: 0;
    position: relative;
    animation-duration: 1.5s;
}

.sec2-sub {
    animation-duration: 3s;
}

.sec-opa {
    opacity: 1;
}

/*-- year-2458 end ---*/
/*-- year-2469 start ---*/
#year-2469 {
    width: 100%;
    height: 100%;
    /* padding-top: 4.5em; */
    position: relative;
}

#bg-opa-2469 {
    background-image: url("../img-bio/bg-opa-2469.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 100%;
    height: 100%;
    position: absolute;
    /*background-attachment: fixed;*/
}

.animated-2469 {
    -webkit-animation-duration: 7s;
    animation-duration: 7s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    opacity: 1;
}

.margin-top-2469-1 {
    margin-top: 12%;
}

/*-- year-2469 end ---*/
/*-- year-2476 start ---*/
#year-2476 {
    width: 100%;
    height: 100%;
    /* padding-top: 4.5em; */
    position: relative;
}

/*-- year-2476 end ---*/
/*-- year-2478 start ---*/
#year-2478 {
    width: 100%;
    height: 100%;
    /* padding-top: 4.5em; */
    position: relative;
}

.max-width-2478 {
    max-height: 250px;
}

/*-- year-2478 end ---*/
/*-- year-2483 start ---*/
#year-2483 {
    width: 100%;
    height: 100%;
    /* padding-top: 4.5em; */
    position: relative;
}

#bg-opa-2483 {
    background-image: url("../img-bio/bg-opa-2483.png");
    background-repeat: no-repeat;
    background-position: 100% 100%;
    width: 100%;
    height: 100%;
    position: absolute;
    /*background-attachment: fixed;*/
    background-size: contain;
}

.animated-2483 {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    opacity: 1;
}

/*-- year-2483 end ---*/
/*-- year-2484 start ---*/
#year-2484 {
    width: 100%;
    height: 100%;
    /* padding-top: 4.5em; */
    position: relative;
}

#bg-opa-2484 {
    background-image: url("../img-bio/bg-opa-2484.png");
    background-repeat: no-repeat;
    background-position: 0 100%;
    width: 100%;
    height: 100%;
    position: absolute;
}

/*-- year-2484 end ---*/
/*-- year-2486 start ---*/
#year-2486 {
    width: 100%;
    height: 100%;
    /* padding-top: 4.5em; */
    position: relative;
}

#bg-opa-2486 {
    background-image: url("../img-bio/bg-opa-2486.png");
    background-repeat: no-repeat;
    background-position: right center;
    width: 100%;
    height: 100%;
    position: absolute;
}

.animated-2486 {
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    opacity: 1;
}

/*-- year-2486 end ---*/
/*-- year-2487 start ---*/
#year-2487 {
    width: 100%;
    height: 100%;
    position: relative;
}

#bg-opa-2487 {
    background-image: url("../img-bio/bg-opa-2487.png");
    background-repeat: no-repeat;
    background-position: 0 100%;
    width: 100%;
    height: 100%;
    position: absolute;
    background-attachment: fixed;
}

/*-- year-2487 end ---*/
/*-- year-2488 start ---*/
#year-2488 {
    width: 100%;
    height: 100%;
    /* padding-top: 4.5em; */
    position: relative;
}
.max-width-2488{
    max-height: 250px;
}

#bg-opa-2488 {
    background-image: url("../img-bio/bg-opa-2488.png");
    background-repeat: no-repeat;
    background-position: 90% 60%;
    width: 100%;
    height: 100%;
    position: absolute;
}

/*-- year-2488 end ---*/
/*-- year-2489 start ---*/
#year-2489 {
    width: 100%;
    height: 100%;
    /* padding-top: 4.5em; */
    position: relative;
}

#bg-opa-2489 {
    background-image: url("../img-bio/bg-opa-2489.png");
    background-repeat: no-repeat;
    background-position: center 100%;
    width: 100%;
    height: 100%;
    position: absolute;
}

.margin-right-2489-left {
    margin-right: -0.66em;
}

.margin-left-2489-right {
    margin-left: -0.66em;
}

/*-- year-2489 end ---*/
/*-- year-2490 start ---*/
#year-2490 {
    width: 100%;
    height: 100%;
    /* padding-top: 4.5em; */
    position: relative;
}

#bg-opa-2490 {
    background-image: url("../img-bio/bg-opa-2490.png");
    background-repeat: no-repeat;
    background-position: center 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

/*-- year-2490 end ---*/
/*-- year-2491 start ---*/
#year-2491 {
    width: 100%;
    height: 100%;
    /* padding-top: 4.5em; */
    position: relative;
}

/*-- year-2491 end ---*/
/*-- year-2492 start ---*/
#year-2492 {
    width: 100%;
    height: 100%;
    /* padding-top: 4.5em; */
    position: relative;
}

/*-- year-2492 end ---*/
/*-- year-2493 start ---*/
#year-2493 {
    width: 100%;
    height: 100%;
    /* padding-top: 4.5em; */
    position: relative;
}
.max-height-2493 {
    max-height: 255px;
}

#bg-opa-2493 {
    background-image: url("../img-bio/bg-opa-2493.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 100%;
    height: 100%;
    position: absolute;
    background-attachment: fixed;
}

/*-- year-2493 end ---*/
/*-- year-2502 start ---*/
#year-2502 {
    width: 100%;
    height: 100%;
    /* padding-top: 4.5em; */
    position: relative;
}

/*-- year-2502 end ---*/
/*-- year-2504 start ---*/
#year-2504 {
    width: 100%;
    height: 100%;
    /* padding-top: 4.5em; */
    position: relative;
}

/*-- year-2504 end ---*/
/*-- year-2506 start ---*/
#year-2506 {
    width: 100%;
    height: 100%;
    /* padding-top: 4.5em; */
    position: relative;
}

.marginleft-2506-1 {
    /* position: absolute; */
    position: relative;
    /* margin-left: -14.8%; */
    margin-top: 1%;
}

.margintop-2506-1 {
    /* margin-top: 35%; */
    /* position: relative; */
    z-index: 9;
}

/*-- year-2506 end ---*/
/*-- year-2509 start ---*/
#year-2509 {
    width: 100%;
    height: 100%;
    /* padding-top: 4.5em; */
    position: relative;
}

#bg-opa-2509 {
    background-image: url("../img-bio/bg-opa-2509.png");
    background-repeat: no-repeat;
    background-position-y: center;
    width: 100%;
    height: 100%;
    position: absolute;
}

/*-- year-2509 end ---*/
/*-- year-2511 start ---*/
#year-2511 {
    width: 100%;
    height: 100%;
    /* padding-top: 4.5em; */
    position: relative;
}

/*-- year-2511 end ---*/
/*-- year-2512 start ---*/
#year-2512 {
    width: 100%;
    height: 100%;
    /* padding-top: 4.5em; */
    position: relative;
}

#bg-opa-2512 {
    background-image: url(../img-bio/bg-opa-2512.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 180%;
    background-position: 0 100%;
    position: absolute;
}

/*-- year-2512 end ---*/
/*-- year-2514 start ---*/
#year-2514 {
    width: 100%;
    height: 100%;
    /* padding-top: 4.5em; */
    position: relative;
}

/*-- year-2514 end ---*/
/*-- year-2516 start ---*/
#year-2516 {
    width: 100%;
    height: 100%;
    /* padding-top: 4.5em; */
    position: relative;
}

/*-- year-2516 end ---*/
/*-- year-2517 start ---*/
#year-2517 {
    width: 100%;
    height: 100%;
    /* padding-top: 4.5em; */
    position: relative;
}

#bg-opa-2517 {
    background-image: url("../img-bio/bg-opa-2517.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 100%;
    height: 100%;
    position: absolute;
}

.max-height-2517 {
    max-height: 236px;
}
/*-- year-2517 end ---*/
/*-- year-2518 start ---*/
#year-2518 {
    width: 100%;
    height: 100%;
    /* padding-top: 4.5em; */
    position: relative;
}

/*-- year-2518 end ---*/
/*-- year-2519 start ---*/
#year-2519 {
    width: 100%;
    height: 100%;
    /* padding-top: 4.5em; */
    position: relative;
}

/*-- year-2519 end ---*/
/*-- year-2525 start ---*/
#year-2525 {
    width: 100%;
    height: 100%;
    /* padding-top: 4.5em; */
    position: relative;
}

#bg-opa-2525 {
    background-image: url("../img-bio/bg-opa-2525.png");
    background-repeat: no-repeat;
    background-position: top;
    position: absolute;
    /*background-attachment: fixed;*/
    width: 100%;
    height: 100%;
}

.bg-2525 {
    background-image: url("../img-bio/bg-2525.png");
    background-repeat: no-repeat;
    background-position: top;
    position: absolute;
    width: 100%;
    height: 100%;
}

/*-- year-2525 end ---*/
/*-- year-2528 start ---*/
#year-2528 {
    width: 100%;
    height: 100%;
    /* padding-top: 4.5em; */
    position: relative;
}

.margintop-medal-2528 {
    margin-top: -9%;
}

.national-artist-2528 {
    background-image: url("../img-bio/2528-nationalartist.png");
    background-repeat: no-repeat;
    background-position: 50% 96%;
    position: absolute;
    width: 100%;
    height: 100%;
}

.top-info-2528 {
    margin-top: 13%;
}

/*-- year-2528 end ---*/
/*-- year-2529 start ---*/
#year-2529 {
    width: 100%;
    height: 100%;
    /* padding-top: 4.5em; */
    position: relative;
}

#resign-2529 {
    background-image: url("../img-bio/2529-resign.png");
    background-repeat: no-repeat;
    background-position: 100% 100%;
    position: absolute;
    width: 100%;
    height: 100%;
}

.animated-2529 {
    -webkit-animation-duration: 7s;
    animation-duration: 7s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    opacity: 1;
}

.margin-top-2529 {
    margin-top: 12%;
}

/*-- year-2529 end ---*/
/*-- year-2531 start ---*/
#year-2531 {
    width: 100%;
    height: 100%;
    /* padding-top: 4.5em; */
    position: relative;
}

/*-- year-2531 end ---*/
/*-- year-2533 start ---*/
#year-2533 {
    width: 100%;
    height: 100%;
    /* padding-top: 4.5em; */
    position: relative;
}

#bg-opa-2533 {
    background-image: url("../img-bio/bg-opa-2533.png");
    background-repeat: no-repeat;
    background-position: 25% 82%;
    width: 100%;
    height: 100%;
    position: absolute;
}

/*-- year-2533 end ---*/
/*-- year-2534 start ---*/
#year-2534 {
    width: 100%;
    height: 100%;
    /* padding-top: 4.5em; */
    position: relative;
}

/*-- year-2534 end ---*/
/*-- year-2538 start ---*/
#year-2538 {
    width: 100%;
    height: 100%;
    /* padding-top: 4.5em; */
    position: relative;
}

/*-- year-2538 end ---*/
/*-- year-2554 start ---*/
#year-2554 {
    width: 100%;
    height: 100%;
    /* padding-top: 4.5em; */
    position: relative;
}

#bg-opa-un-2554 {
    background-image: url("../img-bio/bg-opa-un-2554.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    width: 100%;
    height: 100%;
}

.animated-2554 {
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    opacity: 1;
}

/*-- year-2554 end ---*/
@media screen and (max-width:350px) {

    /*---start font ----*/
    .bold {
        font-size: 18px;
    }

    /*---end font ----*/
    /*---start year__counter ----*/
    .year__counter__num {
        font-size: 60px !important;
    }

    /*---end year__counter ----*/
    /*---start menubar ----*/
    .h3-home {
        font-size: 15px;
        margin-block-start: 8.2%;
    }

    .icon-menu {
        width: 9.5%;
    }

    .bio-icon,
    .text-bio {
        left: 55%;
    }

    .kukrit-icon {
        left: 71%;
    }

    .news-icon {
        left: 85%;
    }

    /*--- end menubar ----*/
    /*---start icon hen ---*/
    .infosize-cover {
        width: 14.2%;
    }

    .vdosize-cover {
        width: 6.2%;
    }

    .infosize {
        width: 28.85%;
    }

    .vdosize {
        width: 12.75%;
    }

    /*---end icon hen ---*/
    /*---start icon ScrollArrow ---*/
    .ScrollArrow {
        width: 7%;
    }

    /*---end icon ScrollArrow ---*/
    /*---start popup ---*/
    .popup {
        width: 90%;
        height: 80%;
    }

    /*---end popup ---*/
    /*-- year-2454 start ---*/
    #year-2454 {
        padding-top: 4em;
    }

    #year-2454-info {
        padding-top: 25.5em;
    }

    /*-- year-2454 end ---*/
    /*-- year-pading start ---*/
    #year-2460,
    #year-2469,
    #year-2476,
    #year-2478,
    #year-2483,
    #year-2484,
    #year-2487,
    #year-2490,
    #year-2493,
    #year-2502,
    #year-2506,
    #year-2528 {
        padding-top: 2em;
    }

    #year-2487 {
        padding-top: 0.5em;
    }

    #year-2491 {
        padding-top: 2em;
    }

    #year-2518,
    #year-2534,
    #year-2554 {
        padding-top: 3.5em;
    }

    /*-- year-pading end ---*/
    /*-- year-2469 start ---*/
    #bg-opa-2469 {
        background-size: contain;
    }

    /*-- year-2469 end ---*/
    /*-- year-2483 start ---*/
    #bg-opa-2483 {
        background-size: contain;
    }

    /*-- year-2483 end ---*/
    /*-- year-2484 start ---*/
    #year-2484 {
        padding-top: 1.5em;
    }

    #bg-opa-2484 {
        background-position: 0 10%;
        background-size: contain;
    }

    /*-- year-2484 end ---*/
    /*-- year-2486 start ---*/
    #bg-opa-2486 {
        background-position: 100% 50%;
        background-size: 90%;
    }

    /*-- year-2486 end ---*/
    /*-- year-2488 start ---*/
    #bg-opa-2488 {
        background-position: 50% 60%;
        background-size: 90%;
    }

    /*-- year-2488 end ---*/
    /*-- year-2489 start ---*/
    #bg-opa-2489 {
        background-position: center 100%;
        background-size: 90%;
    }

    .margin-right-2489-left {
        margin-right: -1em;
    }

    .margin-left-2489-right {
        margin-left: -1em;
    }

    /*-- year-2489 end ---*/
    /*-- year-2490 start ---*/
    #bg-opa-2490 {
        background-position: center 0;
        background-size: 90%;
    }

    /*-- year-2490 end ---*/
    /*-- year-2506 start ---*/
    .margintop-2506-1 {
        margin-top: 57%;
    }

    .marginleft-2506-1 {
        margin-left: -170px;
    }

    .maxwidth-2506-1 {
        max-width: 180px;
    }

    .maxwidth-2506-2 {
        max-width: 120px;
    }

    /*-- year-2506 end ---*/
    /*-- year-2509 end ---*/
    #bg-opa-2509 {
        background-size: contain;
        background-position: -150px;
    }

    /*-- year-2509 end ---*/
    /*-- year-2514 end ---*/
    #bg-opa-2514 {
        background-size: cover;
        background-position: center;
    }

    /*-- year-2514 end ---*/
    /*-- year-2525 start ---*/
    #bg-opa-2525 {
        background-size: cover;
    }

    /*-- year-2525 end ---*/
    /*-- year-2528 start ---*/
    .national-artist-2528 {
        background-position: 50% 60%;
        background-size: 90%;
    }

    .top-info-2528 {
        margin-top: 8%;
    }

    /*-- year-2528 end ---*/
    /*-- year-2529 start ---*/
    #resign-2529 {
        background-position: 42% 0;
    }

    /*-- year-2529 end ---*/
    /*-- year-2533 start ---*/
    #bg-opa-2533 {
        background-position: 60% 85%;
        background-size: 90%;
    }

    /*-- year-2533 end ---*/
    /*-- year-2554 start ---*/
    #bg-opa-un-2554 {
        background-size: cover;
    }

    /*-- year-2554 end ---*/
}

@media screen and (min-width:351px) and (max-width:700px) {

    /*---start font ----*/
    .bold {
        font-size: 18px;
    }

    .year__counter__num {
        line-height: 0.9;
    }

    /*---end font ----*/
    /*---start menubar ----*/
    .h3-home {
        font-size: 15px;
        margin-block-start: 8.2%;
    }

    .icon-menu {
        width: 9.5%;
    }

    .bio-icon,
    .text-bio {
        left: 55%;
    }

    .kukrit-icon {
        left: 71%;
    }

    .news-icon {
        left: 85%;
    }

    /*--- end menubar ----*/
    /*---start icon hen ---*/
    .infosize-cover {
        width: 14.2%;
    }

    .vdosize-cover {
        width: 6.2%;
    }

    .infosize {
        width: 28.85%;
    }

    .vdosize {
        width: 7.75%;
    }
    .vdo-2506-2 {
      width: 14.75%;
    }
    /*---end icon hen ---*/
    /*---start icon ScrollArrow ---*/
    .ScrollArrow {
        width: 7%;
    }

    /*---end icon ScrollArrow ---*/
    /*---start popup ---*/
    .popup {
        width: 90%;
        height: 80%;
    }

    /*---end popup ---*/
    /*-- year-2454 start ---*/
    #year-2454 {
        padding-top: 7em;
    }

    #year-2454-info {
        padding-top: 25.5em;
    }

    .krachang {
        margin-top: -9% !important;
    }

    .water-2 {
        margin-top: 5.8% !important;
    }

    /*-- year-2454 end ---*/
    /*-- year-pading start ---*/
    #year-2460,
    #year-2478,
    #year-2483,
    #year-2487,
    #year-2491,
    #year-2493,
    #year-2502,
    #year-2506 {
        padding-top: 2em;
    }

    #year-2484 {
        padding-top: 1.5em;
    }

    /*-- year-pading end ---*/
    /*-- year-2469 start ---*/
    #bg-opa-2469 {
        background-size: contain;
    }

    /*-- year-2469 end ---*/
    /*-- year-2483 start ---*/
    #bg-opa-2483 {
        background-size: contain;
    }

    /*-- year-2483 end ---*/
    /*-- year-2484 start ---*/
    #bg-opa-2484 {
        background-position: 0 10%;
        background-size: contain;
    }

    /*-- year-2484 end ---*/
    /*-- year-2486 start ---*/
    #bg-opa-2486 {
        background-position: 100% 70%;
        background-size: 90%;
    }

    /*-- year-2486 end ---*/
    /*-- year-2488 start ---*/
    #bg-opa-2488 {
        background-position: center 60%;
        background-size: 90%;
    }

    /*-- year-2488 end ---*/
    /*-- year-2489 start ---*/
    #bg-opa-2489 {
        background-position: center 100%;
        background-size: 90%;
    }

    .margin-right-2489-left {
        margin-right: -1em;
    }

    .margin-left-2489-right {
        margin-left: -1em;
    }

    /*-- year-2489 end ---*/
    /*-- year-2490 start ---*/
    #bg-opa-2490 {
        background-position: center 0;
        background-size: 90%;
    }

    /*-- year-2490 end ---*/
    /*-- year-2506 start ---*/
    .marginleft-2506-1 {
        /* margin-left: -170px; */
    }

    .maxwidth-2506-1 {
        max-width: 200px;
    }

    .maxwidth-2506-2 {
        max-width: 140px;
    }

    /*-- year-2506 end ---*/
    /*-- year-2509 end ---*/
    #bg-opa-2509 {
        background-size: contain;
        background-position: -150px;
    }

    /*-- year-2509 end ---*/
    /*-- year-2514 end ---*/
    #bg-opa-2514 {
        background-size: cover;
        background-position: center;
    }

    /*-- year-2518 start----*/
    .max-width-2518 {
      max-width: 150px;
    }

    /*-- year-2514 end ---*/
    /*-- year-2525 start ---*/
    #bg-opa-2525 {
        background-size: cover;
    }

    /*-- year-2525 end ---*/
    /*-- year-2528 start ---*/
    .national-artist-2528 {
        background-position: 50% 60%;
        background-size: 90%;
    }

    .top-info-2528 {
        margin-top: 8%;
    }

    /*-- year-2528 end ---*/
    /*-- year-2529 start ---*/
    #resign-2529 {
        background-position: 42% 0;
    }

    /*-- year-2529 end ---*/
    /*-- year-2533 start ---*/
    #bg-opa-2533 {
        background-position: 60% 85%;
        background-size: 90%;
    }

    /*-- year-2533 end ---*/
    /*-- year-2554 start ---*/
    #bg-opa-un-2554 {
        background-size: cover;
    }

    /*-- year-2554 end ---*/
}

@media screen and (max-width:1030px) {
    .year__counter__num {
        font-size: 100px;
    }

    h1.kk {
        font-size: 5.5em;
    }

    h3.kk {
        font-size: 1.2rem;
    }
}

@media screen and (min-width:1030px) and (max-width:1442px) {
    .year__counter__num {
        font-size: 150px;
    }
}

@media screen and (min-width:1443px) and (max-width:2500px) {
    .year__counter__num {
        font-size: 195px;
    }
}

@media screen and (min-width:699px) and (max-width:1030px) {

    /*-- year-2454 start ---*/
    #year-2454 {
        padding-top: 9em;
    }

    .krachang,
    .water-1,
    .water-2 {
        position: relative;
        left: 0;
        margin-top: 1.4%;
        width: 70%;
    }

    .water-2 {
        margin-top: -15.2% !important;
    }

    .krachang {
        margin-top: -26% !important;
    }

    /*-- year-2454 end ---*/
}

@media screen and (min-width:1031px) and (max-width:1200px) {

    /*-- row-size start----*/
    .row.kk {
        max-width: 75rem;
    }

    /*-- row-size start----*/
    /*-- font-size start----*/
    .year__counter__num {
        font-size: 155px;
    }

    .ScrollArrow {
        width: 3%;
    }

    h1.kk {
        font-size: 3.5em;
    }

    h3.kk {
        font-size: 1.7rem;
    }

    .bold {
        font-size: 28px;
    }

    .old {
        padding-bottom: 1%;
    }

    /*-- font-size end----*/
    /*-- icon-size start----*/
    .ScrollArrow {
        width: 3%;
    }

    /*---start icon hen ---*/
    .infosize-cover {
        width: 5.2%;
    }

    .vdosize-cover {
        width: 2.2%;
    }

    .infosize {
        width: 10.85%;
    }

    .vdosize {
        width: 4.55%;
    }

    /*---end icon hen ---*/
    /*-- icon-size end----*/
    /*-- start-paddin-year--*/
    #year-2454,
    #year-2460,
    #year-2469,
    #year-2476,
    #year-2478,
    #year-2483,
    #year-2484,
    #year-2486,
    #year-2487,
    #year-2488,
    #year-2489,
    #year-2490,
    #year-2491,
    #year-2492,
    #year-2493,
    #year-2502,
    #year-2504,
    #year-2506,
    #year-2509,
    #year-2512,
    #year-2514,
    #year-2516,
    #year-2517,
    #year-2518,
    #year-2519,
    #year-2525,
    #year-2528,
    #year-2529,
    #year-2531,
    #year-2533,
    #year-2534,
    #year-2538,
    #year-2554 {
        padding-top: 0;
    }

    /*-- end-paddin-year--*/
    /*-- year-2454 start----*/

    .krachang,
    .water-1,
    .water-2 {
        position: relative;
        left: 0;
        margin-top: 1.4%;
        width: 50%;
    }

    .water-2 {
        margin-top: -12.2% !important;
    }

    .krachang {
        margin-top: -21% !important;
    }

    /*-- year-2454 end----*/
    /*-- year-2458 start----*/

    .max-width-2458 {
        max-width: 380px;
    }

    /*-- year-2458 end----*/
    /*-- year-2469 start----*/
    .max-width-2469 {
        max-width: 400px;
    }

    /*-- year-2469 end----*/
    /*-- year-2476 start----*/
    .max-width-2476 {
        max-width: 250px;
    }

    /*-- year-2476 end----*/
    /*-- year-2478 start----*/
    .max-width-2478 {
        max-width: 220px;
    }

    /*-- year-2478 end----*/
    /*-- year-2483 start----*/
    #bg-opa-2483 {
        background-size: 50%;
    }

    /*-- year-2483 end----*/
    /*-- year-2487 start----*/
    #year-2487 {
        padding-top: 4.5em;
    }

    /*-- year-2487 end----*/
    /*-- year-2488 start----*/
    #bg-opa-2488 {
        background-size: 42%;
    }

    /*-- year-2488 end----*/
    /*-- year-2489 start----*/
    #bg-opa-2489 {
        background-size: 42%;
    }

    .max-width-2489 {
        max-width: 250px;
    }

    /*-- year-2489 end----*/
    /*-- year-2490 start----*/
    #bg-opa-2490 {
        background-size: 42%;
    }

    /*-- year-2490 end----*/
    /*-- year-2506 start ---*/
    .maxwidth-2506-1 {
        max-width: 450px;
    }

    .marginleft-2506-1 {
        margin-left: -26.8%;
    }

    .margintop-2506-1 {
        margin-top: 62.5%;
    }

    /*-- year-2506 end ---*/
    /*-- year-2509 start----*/
    #bg-opa-2509 {
        background-size: 42%;
    }

    .max-width-2509 {
        max-width: 320px;
    }

    /*-- year-2509 end ---*/
    /*-- year-2514 start----*/
    .max-width-2514 {
        max-width: 250px;
    }

    /*-- year-2514 end ---*/
    /*-- year-2518 start----*/
    .max-width-2518 {
        max-width: 300px;
    }

    /*-- year-2514 end ---*/
    /*-- year-2519 start----*/
    .max-width-2519 {
        max-width: 400px;
    }

    /*-- year-2519 end ---*/
    /*-- year-2525 start----*/
    .max-width-2525 {
        max-width: 300px;
    }

    /*-- year-2525 end----*/
    /*-- year-2531 start----*/
    .max-width-2531 {
        max-width: 270px;
    }

    /*-- year-2531 end----*/
    /*-- year-2533 start----*/
    #bg-opa-2533 {
        background-size: 42%;
    }

    .max-width-2533 {
        max-width: 450px;
    }

    /*-- year-2533 end ---*/
    /*-- year-2534 start----*/
    .max-width-2534 {
        max-width: 260px;
    }

    /*-- year-2534 end ---*/
}
/* @media screen and (min-width: 1345px) and (max-width: 1380px) {
  .water-2 {
    margin-top: -12.2% !important;
  }
  .krachang {
    margin-top: -21%;
  }
} */
@media screen and (min-width:1339px) and (max-width:1442px) {
    h3.kk {
        font-size: 1.46rem;
    }

    .old {
        padding-bottom: 2%;
    }

    /*-- start-paddin-year--*/
    #year-2454,
    #year-2460,
    #year-2469,
    #year-2476,
    #year-2478,
    #year-2483,
    #year-2484,
    #year-2486,
    #year-2487,
    #year-2488,
    #year-2489,
    #year-2490,
    #year-2491,
    #year-2492,
    #year-2493,
    #year-2502,
    #year-2504,
    #year-2506,
    #year-2509,
    #year-2512,
    #year-2514,
    #year-2516,
    #year-2517,
    #year-2518,
    #year-2519,
    #year-2525,
    #year-2528,
    #year-2529,
    #year-2531,
    #year-2533,
    #year-2534,
    #year-2538,
    #year-2554 {
        padding-top: 0;
    }

    /*-- end-paddin-year--*/

    /*-- year-2454 start ---*/

    .krachang,
    .water-1,
    .water-2 {
        position: relative;
        left: 0;
        margin-top: 1.4%;
        width: 50%;
    }
    .water-2 {
      margin-top: -12.2% !important;
    }
    .krachang {
      margin-top: -21% !important;
    }

    /*-- year-2458 start----*/

    .max-width-2458 {
        max-width: 380px;
    }

    /*-- year-2458 end----*/
    /*-- year-2469 start----*/
    .max-width-2469 {
        max-width: 400px;
    }

    /*-- year-2469 end----*/
    /*-- year-2476 start----*/
    .max-width-2476 {
        max-width: 250px;
    }

    /*-- year-2476 end----*/
    /*-- year-2478 start----*/
    .max-width-2478 {
        max-width: 160px;
    }

    /*-- year-2478 end----*/
    /*-- year-2483 start----*/
    #bg-opa-2483 {
        background-size: 30%;
    }

    /*-- year-2483 end----*/
    /*-- year-2484 start----*/
    .max-width-2484 {
        max-width: 190px;
    }

    /*-- year-2484 end----*/
    /*-- year-2487 start----*/
    #year-2487 {
        padding-top: 4.5em;
    }

    /*-- year-2487 end----*/
    /*-- year-2488 start----*/
    #bg-opa-2488 {
        background-size: 42%;
    }

    .max-width-2488 {
        max-width: 270px;
    }

    /*-- year-2488 end----*/
    /*-- year-2489 start----*/
    #bg-opa-2489 {
        background-size: 42%;
    }

    .max-width-2489 {
        max-width: 250px;
    }

    /*-- year-2489 end----*/
    /*-- year-2490 start----*/
    .max-width-2490-circle {
        max-width: 120px;
    }

    .max-width-2490-1 {
        max-width: 180px;
    }

    .max-width-2490-2 {
        max-width: 320px;
    }


    #bg-opa-2490 {
        background-size: 42%;
    }

    /*-- year-2490 end----*/
    /*-- year-2506 start ---*/
    .maxwidth-2506-1 {
        max-width: 320px;
    }

    .marginleft-2506-1 {
        margin-left: -19.8%;
    }

    .margintop-2506-1 {
        margin-top: 35.5%;
    }

    .maxwidth-2506-2 {
        max-width: 200px;
    }

    /*-- year-2506 end ---*/
    /*-- year-2509 start----*/
    #bg-opa-2509 {
        background-size: 42%;
    }

    .max-width-2509 {
        max-width: 240px;
    }

    /*-- year-2509 end ---*/
    /*-- year-2512 start----*/
    #bg-opa-2512 {
        height: 270%;
        background-position: 60% 100%;
    }

    /*-- year-2512 end----*/
    /*-- year-2514 start----*/
    .max-width-2514 {
        max-width: 250px;
    }

    /*-- year-2514 end ---*/
    /*-- year-2517 start----*/
    .max-width-2517 {
        max-width: 320px;
    }

    .max-width-2517-2 {
        max-width: 162px;
    }

    /*-- year-2517 end ---*/
    /*-- year-2518 start----*/
    .max-width-2518 {
        max-width: 260px;
    }

    /*-- year-2518 end ---*/
    /*-- year-2519 start----*/
    .max-width-2519 {
        max-width: 400px;
    }

    /*-- year-2519 end ---*/
    /*-- year-2525 start----*/
    .max-width-2525 {
        max-width: 260px;
    }

    /*-- year-2525 end----*/
    /*-- year-2528 start----*/
    .top-info-2528 {
        margin-top: 6%;
    }

    /*-- year-2528 end----*/
    /*-- year-2531 start----*/
    .max-width-2531 {
        max-width: 270px;
    }

    /*-- year-2531 end----*/
    /*-- year-2533 start----*/
    #bg-opa-2533 {
        background-size: 42%;
    }

    .max-width-2533 {
        max-width: 450px;
    }

    /*-- year-2533 end ---*/
    /*-- year-2534 start----*/
    .max-width-2534 {
        max-width: 260px;
    }

    /*-- year-2534 end ---*/

}


/*-- year-2454 end ---*/

/* @media screen and (min-width:1520px) and (max-width:1899px) {
    #year-2454 {
        padding-top: 14em;
    }
} */

@media screen and (min-width:1480px) and (max-width:1899px) {

    /*-- year-2454 start ---*/
    /* #year-2454 {
        padding-top: 14em;
    } */

    .krachang,
    .water-1,
    .water-2 {
        position: relative;
        left: 0;
        margin-top: -1%;
        width: 70%;
    }

    .water-2 {
        margin-top: -12.2% !important;
    }

    .krachang {
        margin-top: -21% !important;
    }

    /*-- year-2454 end ---*/
    /*-- year-2458 start ---*/
    #year-2460 {
        /* padding-top: 14em; */
    }

    /*-- year-2458 end ---*/
    /*-- year-2469,year-2476, year-2478,year-2483 start ---*/
    #year-2469,
    #year-2476,
    #year-2478,
    #year-2483 {
        /* padding-top: 14em; */
    }

    /*-- year-2469,year-2476,	year-2478,year-2483 end ---*/
}


@media screen and (min-width:1780px) and (max-width:1793px) {
     #year-2454, #year-2460, #year-2469, #year-2476 {
        padding-top: 4.5em;
    }
    #year-2478, #year-2490, #year-2506, #year-2509, #year-2517, #year-2518, #year-2525, #year-2528 {
        padding-top: 0;
    }
    #year-2483 {
        padding-top: 3em;
    }
    #year-2484, #year-2493, #year-2502, #year-2512, #year-2519, #year-2533 {
        padding-top: 2em;
    }
    #year-2478 .old, #year-2484 .old, #year-2509 .old {
        padding-bottom: 0;
    }
    #year-2528 .old {
        padding-bottom: 1.5em;
    }
    .max-width-2509 {
        width: 390px;
    }
}

@media screen and (min-width:1900px) and (max-width:2549px) {
    .row.kk {
        max-width: 110rem;
    }

    h3.kk {
        font-size: 1.8rem;
    }

    .old {
        padding-bottom: 1%;
    }

    /*-- year-2454 start ---*/
    #year-2454 {
        padding-top: 4.5em;
    }

    .krachang,
    .water-1,
    .water-2 {
        position: relative;
        left: 0;
        margin-top: 1.6%;
        width: 70%;
    }

    .water-2 {
        margin-top: -12.2% !important;
    }

    .krachang {
        margin-top: -21% !important;
    }

    /*-- year-2454 end ---*/
    /*-- year-2458 start ---*/
    #year-2460 {
        padding-top: 3.5em;
    }

    /*-- year-2458 end ---*/
    /*-- year-2469,year-2476,	year-2478,	year-2483,	year-2484, year-2486, year-2487, year-2488, year-2489, year-2490, year-2491, year-2492, year-2493, year-2502, year-2504, year-2506, year-2509, year-2514, year-2516, year-2517, year-2518, year-2519, year-2525, year-2528, year-2529, year-2531, year-2533, year-2534, year-2538, year-2554 start ---*/
    #year-2469,
    #year-2476,
    #year-2478,
    #year-2483,
    #year-2484,
    #year-2486,
    #year-2487,
    #year-2488,
    #year-2489,
    #year-2490,
    #year-2491,
    #year-2492,
    #year-2493,
    #year-2502,
    #year-2504,
    #year-2506,
    #year-2509,
    #year-2514,
    #year-2516,
    #year-2517,
    #year-2518,
    #year-2519,
    #year-2525,
    #year-2528,
    #year-2529,
    #year-2531,
    #year-2533,
    #year-2534,
    #year-2538,
    #year-2554 {
        padding-top: 3.5em;
    }

    /*-- year-2469,year-2476,	year-2478,	year-2483,	year-2484, year-2486, year-2487, year-2488, year-2489, year-2490, year-2491, year-2492, year-2493, year-2502, year-2504, year-2506, year-2509, year-2514, year-2516, year-2517, year-2518, year-2519, year-2525, year-2528, year-2529, year-2531, year-2533, year-2534, year-2538, year-2554 end ---*/
    /*-- year-2478 start----*/
    .max-width-2478 {
        max-width: 220px;
    }

    /*-- year-2478 end----*/
    /*-- year-2483 start----*/
    #bg-opa-2483 {
        background-size: 35%;
    }

    /*-- year-2483 end----*/
    /*-- year-2484 start----*/
    #max-width-2484 {
        width: 280px;
    }

    /*-- year-2484 end----*/
    /*-- year-2489 start----*/
    #bg-opa-2489 {
        background-size: 32%;
    }

    .max-width-2489 {
        max-width: 250px;
    }

    /*-- year-2489 end----*/
    /*-- year-2490 start----*/
    #bg-opa-2490 {
        background-size: 32%;
    }

    .max-width-2490-circle {
        max-width: 200px;
    }

    /*-- year-2490 end----*/
    /*-- year-2506 start ---*/
    #year-2506 {
        width: 100%;
        height: 100%;
        position: relative;
    }

    .marginleft-2506-1 {
        position: absolute;
        margin-left: -17.5%;
    }

    .margintop-2506-1 {
        margin-top: -50px;
    }

    .maxwidth-2506-1 {
        max-width: 450px;
    }

    /*-- year-2506 end ---*/
    /*-- year-2509 start----*/
    .max-width-2509 {
        max-width: 320px;
    }

    /*-- year-2509 end ---*/
    /*-- year-2514 start----*/
    .max-width-2514 {
        max-width: 250px;
    }

    /*-- year-2514 end ---*/
    /*-- year-2518 start----*/
    .max-width-2518 {
        max-width: 300px;
    }

    /*-- year-2514 end ---*/
    /*-- year-2519 start----*/
    .max-width-2519 {
        max-width: 500px;
    }

    /*-- year-2519 end ---*/
    /*-- year-2525 start----*/
    #bg-opa-2525 {
        background-position: center;
    }

    .bg-2525 {
        background-position: center;
    }

    .max-width-2525 {
        max-width: 300px;
    }

    /*-- year-2525 end----*/
    /*-- year-2533 start----*/
    .max-width-2533 {
        max-width: 500px;
    }

    /*-- year-2533 end ---*/
    /*-- year-2534 start----*/
    .max-width-2534 {
        max-width: 260px;
    }

    /*-- year-2534 end ---*/
    /*--- year-2554-start --*/
    .un-2554 {
        background-image: url("../img-bio/2554-unesco.png");
        background-repeat: no-repeat;
        background-position: 72% 29%;
        position: absolute;
        width: 100%;
        height: 100%;
        background-size: 12%;
    }

    /*--- year-2554-end --*/
}

@media screen and (min-width:1900px) and (max-width:1905px) and (min-height:935px) and (min-height:940px) {
    .old {
        padding-bottom: 2.5%;
    }

    #year-2519,
    #year-2525,
    #year-2528,
    #year-2529,
    #year-2531,
    #year-2533,
    #year-2534,
    #year-2538,
    #year-2554 {
        padding-top: 3.5em;
    }

    /*---year-2534-start--*/
    .max-width-2534 {
        max-width: 250px;
    }

    /*---year-2534-end--*/
}

@media screen and (max-width:2550px) {
    .hide-on-medium {
        display: none !important;
    }
}

@media screen and (min-width:2550px) {
    .row.kk {
        max-width: 140rem;
    }

    h1.kk {
        line-height: 1;
        font-size: 15.91em;
        margin: 0;
    }

    h3.kk {
        line-height: 1.2;
        font-size: 2.2rem;
    }

    .indent {
        text-indent: 55px;
    }

    .bold {
        font-size: 40px;
    }

    /*-- menubar start ---*/
    .space {
        padding-left: 6%;
    }

    /*-- menubar end ---*/
    /*-- year-2454, year-2458, year-2469, year-2476, year-2478 start ---*/
    .krachang,
    .water-1,
    .water-2 {
        position: relative;
        left: 0;
        margin-top: -1.4%;
    }

    .water-2 {
        margin-top: -15.2% !important;
    }

    .krachang {
        margin-top: -31.4% !important;
    }

    .hide-on-large {
        display: none !important;
    }

    #year-2454,
    #year-2460,
    #year-2469,
    #year-2476 {
        padding-top: 10em;
    }

    #year-2487 {
        padding-top: 4.5em;
    }

    /*-- year-2454, year-2458, year-2469, year-2476  end ---*/
    /*-- year-2554 start ---*/
    .un-2554 {
        background-position: 71% 20%;
        background-size: 12%;
    }

    /*-- year-2554 end ---*/
}
