/* tablet */

@import url("/pages/home/css/xs.css");
@import url("/pages/home/css/sm.css");
@import url("/pages/home/css/md.css");
@import url("/pages/home/css/lg.css");
@import url("/pages/home/css/xl.css");
@import url("/pages/home/css/xxl.css");
:root {
    --home_bg_zone1: url('/src/pages/home/zone1/bg/group-16.png');
    --home_bg_zone2: url('/src/pages/home/zone2/bg/group-9.png');
    --home_bg_zone3: url('/src/pages/home/zone3/bg/group-2.png');
    --home_bg_zone4: url('/src/pages/home/zone4/bg/section.png');
    --home_bg_size: cover;
    --home_bg_position: center center;
    --home_bg_repeat: no-repeat;
    --home_bg_attachment: scroll;
    /* which one ? fixed , scroll */
    --home_bg_zone1_logo: url('/src/logo/logo_3x.png');
}

.row>* {
    padding-right: unset;
}

.row {
    margin-right: unset;
}

#section1 {
    background-color: #00324d;
    /* z-index: -1; */
    /* background-image: var(--home_bg_zone1);
    background-size: var(--home_bg_size);
    background-position: var(--home_bg_position);
    background-repeat: var(--home_bg_repeat);
    background-attachment: var(--home_bg_attachment); */
}


#section2 {
    background-image: var(--home_bg_zone2);
    background-size: var(--home_bg_size);
    background-position: var(--home_bg_position);
    background-repeat: var(--home_bg_repeat);
    background-attachment: var(--home_bg_attachment);
}

#section3 {
    background-image: var(--home_bg_zone3);
    background-size: var(--home_bg_size);
    background-position: var(--home_bg_position);
    background-repeat: var(--home_bg_repeat);
    background-attachment: var(--home_bg_attachment);
}

#section4 {
    background-image: var(--home_bg_zone4);
    background-size: var(--home_bg_size);
    background-position: var(--home_bg_position);
    background-repeat: var(--home_bg_repeat);
    background-attachment: var(--home_bg_attachment);
}

html {
    scroll-behavior: smooth;
    box-sizing: border-box;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    /* overflow-x: hidden;
    overflow-y: hidden; */
    height: 100%;
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

body {
    overflow: hidden;
    height: 100%;
    background-color: #00324d;
    text-align: -webkit-center;
}

#home_page>#section1,
#home_page>#section2,
#home_page>#section3,
#home_page>#section4 {
    display: flex;
    position: relative;
    height: 100vh !important;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    perspective: 1000;
    overflow: hidden;
}

#home_page>#section5 {
    display: flex;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    perspective: 1000;
    overflow: hidden;
}

#home_page h2 {
    color: #ffffff;
    padding: 0;
}

#navbar-fix {
    position: fixed;
    width: 200px;
    padding: 20px;
    z-index: 10;
    right: 20px;
    bottom: 30px;
    ;
}

#navbar-fix ul {
    list-style: none;
    text-align: center;
}

#navbar-fix li {
    display: inline-block;
    padding: 5px;
    background-color: transparent;
    border: none;
}

#navbar-fix li a {
    text-decoration: none;
    color: white;
}

#navbar-fix li a.active {
    font-weight: 600;
}

.home-bg {
    height: 100vh;
    overflow-y: scroll;
    overflow-x: hidden;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

.home-bg::-webkit-scrollbar {
    display: none;
}

.top_zone {
    height: 57vh;
    /* height: auto; */
    /* height: 100%; */
}

.bottom_zone {
    height: 25vh;
    position: relative;
}

.Text3-6 {
    margin-top: 15%;
    font-size: 85px;
    color: #d3ff00;
    font-weight: bold;
    opacity: 0; /* customer requirement */
}

.SEPTEMBER {
    font-size: 25px;
    color: #ffffff;
    opacity: 0; /* customer requirement */
}

.Text2020 {
    font-size: 50px;
    font-weight: bold;
    color: #d3ff00;
    opacity: 0; /* customer requirement */
}

.Rectanglepre-register {
    /* margin-bottom: 2%; */
    width: 100%;
    /* height: 60px; */
    background-image: url('/src/pages/home/zone1/pre_regist/pre_regist_2x.png');
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
    /* height: 28%;
    max-height: 75px; */
    opacity: 0; /* customer requirement */
}

.PRE-REGISTER {
    width: 163px;
    height: 36px;
    font-size: 20px;
    font-weight: bold;
    line-height: 55px;
    color: #ffffff;
}

.bt_z {
    z-index: 1;
}

.bottom_zbg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    /* background-color: #000;
    opacity: 0.3; */
}

.btnPre {
    width: 100%;
    height: 65px;
    font-size: 30px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
    background-color: #00324d;
    justify-content: center;
    margin-left: 5rem;
    margin-top: 7px;
    margin-bottom: 7px;
    cursor: pointer;
}

.Trade-Day {
    text-align: start;
    width: 100%;
    font-size: 48px;
    padding-left: 10%;
    font-weight: bold;
    letter-spacing: normal;
    line-height: 45px;
    color: #d3ff00;
}

.Public {
    text-align: start;
    width: 100%;
    font-size: 48px;
    padding-left: 10%;
    font-weight: bold;
    letter-spacing: normal;
    line-height: 45px;
    color: #d3ff00;
}

.Textday-time {
    width: 100%;
    /* height: 36px; */
    font-family: Prompt;
    font-size: 38px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.7;
    letter-spacing: normal;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    /* padding-left: 5%; */
}

.RectangleTrade-Public {
    /* height: 60px; */
    /* box-shadow: 5px 5px 0 0 rgba(0, 0, 0, 0.5), inset 5px 2px 5px 0 #045a7b;
  background-image: linear-gradient(to right, #045a7b 4%, #183c51 18%, #0a1c28 58%);
  clip-path: polygon(0 0, 100% 0, 70.5% 100%, 0% 100%); */
    background-image: url('/src/pages/home/zone1/day/day_2x.png');
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
    height: 100%;
}

.imgdown {
    max-height: 40px;
    align-items: left;
}

.mardown {
    max-height: 40px;
    align-items: left;
}

.arrow_nav1 {
    position: absolute;
    left: 50%;
    transform: translate(-40%, 20%);
    z-index: 100;
}


.arrow_nav4 {
    position: absolute;
    left: 50%;
    transform: translate(-40%, 20%);
    z-index: 555;
}

.imglocation {
    margin-right: 1%;
    width: 30px;
    height: 52px;
    object-fit: contain;
}

.BITEC {
    text-align: start;
    font-family: Prompt;
    font-size: 40px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
}

.Bangkok-Thailand {
    font-family: Prompt;
    font-size: 35px;
    font-weight: normal;
    font-stretch: normal;
    font-style: italic;
    line-height: normal;
    letter-spacing: normal;
    color: #d3ff00;
}

.TAPA-2020-To-go-into {
    width: 307px;
    height: 32px;
    font-family: Prompt;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
}

.TAPA-2020 {
    font-size: 20px;
    color: #d3ff00;
}

.number {
    width: 80px;
    height: 90px;
    font-family: Prompt;
    font-size: 60px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
}

.number-light {
    height: 90px;
    opacity: 0.2;
    font-family: Prompt;
    font-size: 60px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
}

.RectangleTAPA2020 {
    width: 405px;
    height: 100%;
    background-color: #052c41;
    padding: 2%;
    float: right;
}

.section2_img {
    width: auto;
    height: 100%;
    float: left;
}

.rightal {
    max-height: 300px;
    margin-bottom: 3%;
}

.boxlink {
    width: 170px;
    height: auto;
    color: white;
    white-space: nowrap;
}

.border-right {
    border-right: 3px solid #ffffff !important;
}

.imglink {
    width: 80px;
    height: 80px;
    object-fit: contain;
}

.padtlink {
    padding: 2% 0;
    background-color: #00324d;
}

.marleftlink {
    margin-left: 0%;
    
}

.marbot {
    margin-bottom: 2%;
}

/* .number {
    font-family: Prompt;
    font-size: 60px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
}

.number-light {
    opacity: 0.2;
    font-family: Prompt;
    font-size: 60px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
} */

.imgdown {
    /* margin-top: -35px; */
    align-items: left;
}

.martoppage {
    margin-top: 10%;
}

.textlink {
    font-size: 16px;
    margin-top: 25px;
    font-weight: 600;
}

.marginbox {
    margin-top: 50px;
}

.imgFloorplan {
    /* position: absolute; */
    /* padding: 25px; */
    height: 160px;
    background-repeat: no-repeat;
    margin: 0 10%;
    padding: 3% 14% 3% 0%;
    background-size: cover;
    background-image: url("/src/pages/home/zone3/body/sub/sub.png");
    /* width: 50%;
    margin-right: 50px; */
}

.bg {
    /* position: absolute; */
    /* padding: 25px; */
    /* width: 50%;
    margin-right: 50px; */
}

.textFloorplan {
    color: white;
    text-align: left;
    align-items: center;
    background-position: right;
}

#show_img, .show_postevent {
    margin-top: -25px;
}

.boxGallery {
    padding-left: 0;
}

.slick-slider {
    background-color: #00324d;
    margin-top: -10px;
    padding: 15px;
    padding-left: 40px;
    padding-right: 40px;
}

.buttonleft {
    margin-left: 10px;
    margin-top: 100px;
    margin-bottom: 100;
}

.imgpost {
    width: 100%;
}

.buttonright {
    margin-right: 10px;
    margin-top: 100px;
    margin-bottom: 100;
}

.SEE-ALL-GALLERY {
    font-family: Prompt;
    font-size: 18px;
    color: #ffffff;
    line-height: 40px;
}

.boxseeGallery {
    /* margin-top: 1%; */
    margin-top: 10px;
    background-color: #00324d;
}

.left_zone {
    line-height: 60px;
    text-align-last: left;
    /* padding-left: 3%; */
    padding-left: 3% !important;
}

.right_zone {
    margin-right: -200px;
    margin-left: -86px;
    margin-bottom: -150px;
    align-self: center;
}

.in2 {
    text-align: center;
    margin-left: 2%;
}

.in {
    margin: 1% 6%;
    margin-bottom: 0;
}

.day {
    margin-bottom: 2%;
}

.FAIR {
    font-size: 72px;
    font-weight: bold;
    text-align: left;
    color: #d3ff00;
    line-height: 1;
}

.Line-2 {
    width: 0.5px;
    height: 150px;
    border: solid 0.5px #ffffff;
    background-color: #ffffff;
    margin-right: 1%;
}

.INFORMATION {
    font-size: 48px;
    font-weight: bold;
    text-align: left;
    color: #ffffff;
}

.section-title {
    margin: 3%;
    margin-left: 7%;
    /* margin-bottom: 20px; */
}

.section_page_nav {
    position: relative;
}

.section2_top_zone {
    height: 50vh;
    margin: 0;
    justify-content: center;
}

.mg-l-5 {
    margin-left: 5%;
}

.section2_content {
    color: #d3ff00;
    font-size: 14px;
    text-align: justify;
}

.bg {
    /* background-image: linear-gradient(to left, #3ac5c5 87%, #00324d 27%); */
    height: 55vh;
    align-items: center;
    background-image: url("/src/pages/home/zone3/body/main/main.png");
    /* padding: 0 9%; */
    flex-direction: column;
}

.section4_body {
    height: 78vh;
}

.home_gallery {
    width: 100%;
}

.logo {
    width: 40%;
    margin-bottom: 4%;
}

.slick-next::before {
    margin-left: -80px;
}

.slick-prev::before {
    margin-right: -80px;
}

@media only screen and (min-width: 510px) {
    .imgFloorplan {
        margin: 0 10% 0 10%;
    }
}

@media only screen and (max-width: 424px) {
    /* .Trade-Day {
        font-size: 25px;
    }

    .Public {
        font-size: 25px;
    } */
    .Bangkok-Thailand {
        font-size: 20px;
    }
}

@media only screen and (min-width: 425px) {
    /* .section2_top_zone {
        height: 45vh;
    }
    .section2_content {
        font-size: 11px;
    } */
    /* .section2_img {
        height: 145px;
    } */
}


/* @media only screen and (min-width: 1024px) {
    .section2_img {
        max-height: 70%;
    }
    .boxlink {
        width: 100px;
    }
    .img2020 {
        margin: 0;
    }
    .boxlink {
        width: 180px;
        height: auto;
        background-color: #00324d;
        color: white;
        padding: 2%;
        white-space: nowrap;
    }
} */


/* @media only screen and (min-width: 1440px) {
    .section2_top_zone {
        height: 43vh;
    }
    .boxlink {
        width: 180px;
        height: auto;
        background-color: #00324d;
        color: white;
        padding: 2%;
        white-space: nowrap;
    }
} */


/* @import "mobstyle.css" screen and (max-width: 768px); */

@media (max-width: 575.98px) {
    .section2_img {
        /* height: 130px; */
        max-height: 170px;
        object-fit: contain;
        object-position: top;
    }
    .BITEC {
        text-align: start;
        font-family: Prompt;
        font-size: 25px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #ffffff;
    }
    .Bangkok-Thailand {
        font-family: Prompt;
        font-size: 25px;
        font-weight: normal;
        font-stretch: normal;
        font-style: italic;
        line-height: normal;
        letter-spacing: normal;
        color: #d3ff00;
    }
    .imglocation {
        margin-top: 0%;
        margin-right: 2%;
        object-fit: contain;
    }
    .Text3-6 {
        margin-top: 15%;
        font-size: 85px;
        color: #d3ff00;
        font-weight: bold;
    }
    .Trade-Day {
        text-align: start;
        width: 100%;
        font-size: 20px;
        font-weight: bold;
        letter-spacing: normal;
        line-height: 45px;
        color: #d3ff00;
    }
    .Public {
        text-align: start;
        width: 100%;
        font-size: 20px;
        font-weight: bold;
        letter-spacing: normal;
        line-height: 45px;
        color: #d3ff00;
    }
    .marleftlink {
        margin-left: 0;
    }
    .marleft {
        margin-left: -20%;
    }
    .marleft2 {
        margin-left: -20%;
    }
    .SEPTEMBER {
        font-size: 25px;
        color: #ffffff;
    }
    .Text2020 {
        font-size: 50px;
        font-weight: bold;
        color: #d3ff00;
    }
    .boxGallery {
        /* height: 25vh; */
    }
    .slick-list {
        max-height: 100%;
        max-width: 295px;
    }
    .FAIR {
        font-size: 35px;
        font-weight: bold;
        text-align: left;
        color: #d3ff00;
        line-height: 1;
    }
    .Line-2 {
        width: 0.5px;
        height: 65px;
        border: solid 0.5px #ffffff;
        background-color: #ffffff;
        margin-right: 4%;
    }
    .INFORMATION {
        font-size: 25px;
        font-weight: bold;
        text-align: left;
        color: #ffffff;
    }
    .number {
        font-family: Prompt;
        font-size: 40px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #ffffff;
    }
    .number-light {
        opacity: 0.2;
        font-family: Prompt;
        font-size: 40px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #ffffff;
    }
    .imgdown {
        /* margin-top: -35px; */
        align-items: left;
    }
    .martop {
        margin-top: 0px;
        margin-bottom: -35px;
    }
    .imgFloorplan {
        /* position: absolute; */
        /* padding: 25px; */
        background-image: url("/src/pages/home/zone3/body/sub/sub.png");
        width: 90%;
        max-height: 12vh;
    }
    .textFloorplan {
        color: white;
        text-align: left;
        align-items: center;
    }
    .rightal {
        /* height: 130px; */
        margin-bottom: 3%;
    }
    .boxlink {
        width: 80px;
        height: auto;
        background-color: #00324d;
        color: white;
        padding: 2%;
        white-space: nowrap;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .marleft2 {
        margin-left: -10%;
    }
    .rightal {
        /* height: 130px; */
        margin-bottom: 3%;
    }
    .section2_img {
        /* height: 130px; */
        max-height: 250px;
        object-fit: contain;
        object-position: top;
        align-items: center;
        float: center;
        width: 80%;
    }
    .mobile-content-section3 {
        justify-content: center
    }
    .imgFloorlg {
        width: 60%;
    }
    .imgFloorplan {
        height: 120px;
    }
    .des .imgFloorplan {
        /* position: absolute; */
        /* padding: 25px; */
        /* background-image: url("/src/pages/home/zone3/body/sub/sub.png"); */
        width: 50%;
        margin-left: 50px;
    }
    .textFloorplan {
        color: white;
        text-align: left;
        align-items: center;
        background-position: center;
        line-height: 35px;
        margin-top: 10px;
        margin-bottom: 5%;
    }
    .Rectanglepre-register {
        margin-top: 1%;
        width: 120%;
        /* height: 28%;
        max-height: 75px; */
    }
    .boxlink {
        width: 100px;
        height: auto;
        background-color: #00324d;
        color: white;
        padding: 2%;
        white-space: nowrap;
    }
    .RectangleTrade-Public {
        height: 100%;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 150%;
    }
    .RectangleTAPA2020 {
        width: 65vh;
        height: fit-content;
        padding: 1%;
    }
}





@media (min-width: 768px) and (max-width: 991.98px) {
    .marleft2 {
        margin-left: -20%;
    }

    .desktop-content-section3 {
        display: block!important;
    }

    .mobile-content-section3 {
        display: none;
    }

    .number {
        font-family: Prompt;
        font-size: 40px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #ffffff;
    }

    .number-light {
        opacity: 0.2;
        font-family: Prompt;
        font-size: 40px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #ffffff;
    }

    .imgdown {
        /* margin-top: -35px; */
        align-items: left;
    }

    .martoppage {
        margin-top: 10%;
    }

    .RectangleTAPA2020 {
        width: 300px;
        height: auto;
        background-color: #052c41;
        padding: 2%;
    }

    .Rectanglepre-register {
        margin-top: 1%;
        width: 120%;
        /* height: 28%;
        max-height: 75px; */
    }

    .boxlink {
        width: 120px;
        height: auto;
        background-color: #00324d;
        color: white;
        padding: 2%;
        white-space: nowrap;
    }

    .RectangleTrade-Public {
        height: 100%;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 150%;
    }

    .marleftlink {
        margin-left: 0%;
    }

    .marbot {
        margin-bottom: 1%;
    }

    .Textday-time {
        font-size: 16px;
        /* padding-left: 5%; */
    }

    .section2_img {
        /* height: 130px; */
        width: 50%;
    }

    .rightal {
        /* height: 130px; */
        margin-bottom: 3%;
    }

    .section2_content {
        color: #d3ff00;
        font-size: 16px;
    }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .imgFloorlg {
        align-items: right;
        margin-left: 50px;
        margin-right: -50px;
    }

    .desktop-content-section3 {
        display: block!important;
        width: 80%;
    }

    .mobile-content-section3 {
        display: none;
    }

    .imgFloorplan {
        /* position: absolute; */
        /* padding: 25px; */
        /* background-image: url("/src/pages/home/zone3/body/sub/sub.png"); */
        width: 50%;
        margin-top: 120px;
        margin-left: -200px;
    }

    .boxlink {
        width: 170px;
        height: auto;
        background-color: #00324d;
        color: white;
        padding: 2%;
        white-space: nowrap;
    }

    .img2020 {
        width: 890px;
        height: 500px;
        align-self: center;
    }

    .RectangleTrade-Public {
        height: 100%;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 120%;
    }

    .marleft {
        /* margin-left: 15%; */
    }

    .marleftlink {
        margin-left: 0%;
    }

    .marbot {
        margin-bottom: 1%;
    }

    .Trade-Day {
        text-align: start;
        width: 100%;
        font-size: 25px;
        font-weight: bold;
        letter-spacing: normal;
        line-height: 45px;
        color: #d3ff00;
    }

    .Public {
        text-align: start;
        width: 100%;
        font-size: 25px;
        font-weight: bold;
        letter-spacing: normal;
        line-height: 45px;
        color: #d3ff00;
    }

    .Textday-time {
        font-size: 18px;
        /* padding-left: 5%; */
    }

    .imglocation {
        margin-right: 2%;
        width: 30px;
        height: 52px;
        object-fit: contain;
    }

    .Rectanglepre-register {
        margin-top: 1%;
        width: 120%;
        /* height: 28%;
        max-height: 75px; */
    }

    .RectangleTAPA2020 {
        width: 300px;
        height: 85%;
        background-color: #052c41;
        padding: 2%;
        float: right;
    }

    .section2_img {
        /* height: 130px; */
        width: 80%;
    }

    .imglink {
        width: 80px;
        object-fit: contain;
    }

    .textlink {
        font-size: 16px;
        margin-top: 25px;
    }

    .section2_img {
        /* height: 130px; */
        width: auto;
        height: 85%;
        float: left;
    }

    .rightal {
        /* height: 130px; */
        max-height: 250px;
        margin-bottom: 3%;
    }

    .section2_content {
        color: #d3ff00;
        font-size: 16px;
    }
}
/* @media (min-width: 1200px) {
    .desktop-content-section3 {
        display: block!important;
        width: 80%;
    }

    .mobile-content-section3 {
        display: none;
    }

    .imgFloorlg {
        align-items: right;
        margin-left: 50px;
        margin-right: -50px;
    }

    .imgFloorplan {
        width: 50%;
        margin-top: 120px;
        margin-left: -200px;
    }

    .boxlink {
        width: 170px;
        height: auto;
        background-color: #00324d;
        color: white;
        padding: 2%;
        white-space: nowrap;
    }

    .RectangleTrade-Public {
        height: 100%;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 120%;
    }

    .marleftlink {
        margin-left: 0%;
    }

    .marbot {
        margin-bottom: 1%;
    }

    .Trade-Day {
        text-align: start;
        width: 100%;
        font-size: 30px;
        font-weight: bold;
        letter-spacing: normal;
        line-height: 45px;
        color: #d3ff00;
    }

    .Public {
        text-align: start;
        width: 100%;
        font-size: 30px;
        font-weight: bold;
        letter-spacing: normal;
        line-height: 45px;
        color: #d3ff00;
    }

    .Textday-time {
        font-size: 38px;
    }

    .imglocation {
        margin-right: 2%;
        width: 30px;
        height: 52px;
        object-fit: contain;
    }

    .Rectanglepre-register {
        width: 100%;
    }

    .RectangleTAPA2020 {
        width: 300px;
        height: 100%;
        background-color: #052c41;
        padding: 2%;
        float: right;
    }

    .section2_img {
        width: auto;
        height: 100%;
        float: left;
    }

    .rightal {
        max-height: 300px;
        margin-bottom: 3%;
    }

    .imglink {
        width: 80px;
        object-fit: contain;
    }

    .textlink {
        font-size: 16px;
        margin-top: 25px;
    }

    .section2_content {
        color: #d3ff00;
        font-size: 10px;
    }
    
} */
#video {
    position: absolute;
    z-index: 0;
    height: 135%;
    width: 100%;
    left: 0;
    object-fit: cover;
    /* object-position: left; */
}
@media only screen and (max-width:768px) {
    .page_nav {
        position: absolute;
        top: 79vh;
        left: 50%;
        transform: translate(-50%, 0%);
    }

    .arrow_page_nav {
        position: absolute;
        left: 50%;
        width: 90px;
        transform: translate(-42%, -35px);
    }

    #video {
        width: 120%;
        height: 115%;
        /* width: 115%;
        height: 107vh;
        bottom: -29px; */
    }
}
@media only screen and (max-width:575px) {
    .arrow_page_nav {
        position: absolute;
        left: 50%;
        transform: translate(-38%, 0);
    }
}
@media only screen and (min-width:769px) {
    .page_nav {
        position: absolute;
        top: 70vh;
        right: 7%;
        transform: unset;
    }

    .page_nav_middle {
        position: absolute;
        top: 38vh;
        right: 3%;
        transform: unset;
    }

    .mg-l-5 {
        margin-left: 0%;
    }

    .arrow_page_nav {
        position: absolute;
        left: 50%;
        transform: translate(-40%, 20%);
        width: fit-content;
    }

    .img-floorplan-a {
        width: 70% !important;
        /* float: left; */
        /* margin-left: 2% !important; */
    }
}

.bt-up {
    margin-left: 10px;
}

@media only screen and (min-width:768px) and (max-width:768px) {
    .only768 {
        left: unset !important;
        top: 70vh !important;
        right: 7% !important;
        transform: unset !important;
        /* left: 80% !important; */
    }
}

.img-announce-a {
    width: 100%;
    height: auto;
    margin: 1% 0;
    padding: 0 5px;
    background-color: transparent;
    text-align: center;
}

.img-announce-c {
    position: relative;
    max-width: 100%;
    width: 100%;
    height: 100%;
    max-height: -webkit-fill-available;
    object-fit: contain;
    object-position: center;
    vertical-align: middle;
    margin: 0 auto;
}

.img-floorplan-a {
    width: 100%;
    height: auto;
    margin: 1% 0;
    padding: 0 5px;
    background-color: transparent;
    text-align: center;
}

.img-floorplan-c {

    max-width: 100%;
    width: 100%;
    height: 100%;
    max-height: 70%;
    object-fit: contain;
    object-position: center;
    vertical-align: middle;
    margin: 0 auto;
}

.floorplan-position {
    /* position: absolute;
    transform: translate(0%, 40%); */
    display: flex;
    flex-direction: column;
    height: 25%;
}

.modal-content {
    background-color: transparent;
}

.modal-opa {
    opacity: 1;
    z-index: 10;
    position: absolute;
    top: 0;
    right: 0;
}

.modal-unset-border {
    border: unset;
}

.announce-icon-close {
    float: right;
    color: white;
    margin-right: -6px;
    margin-bottom: -22px;
}

.img-a {
    height: 120px;
    margin: 1% 0;
    padding: 0 5px;
    background-color: transparent;
    text-align: center;
}


.img-c {
    max-width: 100%;
    width: 100%;
    height: 100%;
    max-height: -webkit-fill-available;
    object-fit: cover;
    object-position: center;
    vertical-align: middle;
    margin: 0 auto;
}

.section-1-image-80 {
    width: 100% !important;
    margin-left: -30%;
}

@media screen and (max-width: 335px) {
    .BITEC {
        font-size: 20px;
    }

    .Bangkok-Thailand {
        font-size: 20px;
    }

}

@media screen and (max-height: 730px) {
    .logo {
        max-width: 200px;
    }

    .top_zone {
        height: 40vh;
    }
}

/* @media screen and (max-height: 690px) {
    .section2_img {
        display: none;
    }
} */
